
/* ==========================================================================
   建設業向けLP
   URL: /usecase/construction
   HTML root: .construction-lp
   base.css の末尾に追記してください。
   ========================================================================== */

.construction-lp {
  --construction-green: #087c72;
  --construction-green-dark: #075a54;
  --construction-green-deep: #06443f;
  --construction-green-light: #eaf7f5;
  --construction-orange: #e94609;
  --construction-orange-light: #fff3ed;
  --construction-ink: #17211f;
  --construction-muted: #65716f;
  --construction-line: #dce7e5;
  --construction-bg: #f7faf9;
  --construction-white: #fff;
  overflow: hidden;
  color: var(--construction-ink);
  letter-spacing: .04em;
}

.construction-lp *,
.construction-lp *::before,
.construction-lp *::after {
  box-sizing: border-box;
}

.construction-lp h1,
.construction-lp h2,
.construction-lp h3,
.construction-lp p {
  margin: 0;
}

.construction-lp a {
  text-decoration: none;
}

.construction-container {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
}

.construction-container--narrow {
  width: min(900px, calc(100% - 48px));
}

.construction-section {
  padding: 110px 0;
}

.construction-sp-only {
  display: none;
}

/* ---------- buttons ---------- */

.construction-cta-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
  margin-top: 34px;
}

.construction-btn {
  min-height: 58px;
  padding: 0 30px;
  border: 2px solid transparent;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
  transition: transform .2s ease, background-color .2s ease, color .2s ease, box-shadow .2s ease;
}

.construction-btn:hover {
  transform: translateY(-2px);
}

.construction-btn--primary {
  color: #fff !important;
  background: var(--construction-orange);
  box-shadow: 0 10px 26px rgba(233, 70, 9, .20);
}

.construction-btn--primary:hover {
  color: #fff !important;
  background: #d83d06;
}

.construction-btn--sub {
  color: var(--construction-green-dark) !important;
  border-color: #a9cbc7;
  background: rgba(255, 255, 255, .78);
}

.construction-btn--sub:hover {
  color: var(--construction-green-dark) !important;
  background: #fff;
}

.construction-btn--outline {
  color: var(--construction-green-dark) !important;
  border-color: var(--construction-green);
  background: #fff;
}

.construction-btn--outline:hover {
  background: var(--construction-green-light);
}

.construction-btn--wide {
  width: 100%;
}

.construction-btn--white {
  min-width: 300px;
  color: var(--construction-green-dark) !important;
  background: #fff;
  box-shadow: 0 10px 30px rgba(0, 0, 0, .15);
}

.construction-btn--white:hover {
  color: var(--construction-green-dark) !important;
  background: #f3fbfa;
}

/* ---------- section headings ---------- */

.construction-heading {
  max-width: 820px;
  margin: 0 auto 54px;
  text-align: center;
}

.construction-heading__en {
  margin-bottom: 8px !important;
  color: var(--construction-green);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .18em;
}

.construction-heading h2 {
  font-size: clamp(30px, 4vw, 46px);
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: .03em;
}

.construction-heading > p:last-child {
  margin-top: 18px;
  color: var(--construction-muted);
  font-size: 16px;
  line-height: 1.9;
}

.construction-heading--light,
.construction-heading--light .construction-heading__en,
.construction-heading--light > p:last-child {
  color: #fff;
}

.construction-section-tag {
  margin-bottom: 14px;
  color: var(--construction-green);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .16em;
}

.construction-lead {
  margin: 24px 0 28px !important;
  font-size: 17px;
  line-height: 2;
}

/* ==========================================================================
   HERO
   ========================================================================== */

.construction-hero {
  position: relative;
  padding: 190px 0 90px;
  background:
    radial-gradient(circle at 80% 28%, rgba(8, 124, 114, .13) 0, rgba(8, 124, 114, 0) 36%),
    linear-gradient(145deg, #f4fbfa 0%, #fff 55%, #f8fbfa 100%);
}

.construction-hero::before {
  width: 430px;
  height: 430px;
  position: absolute;
  top: 120px;
  right: -180px;
  border: 1px solid rgba(8, 124, 114, .15);
  border-radius: 50%;
  content: "";
}

.construction-hero__inner {
  min-height: 590px;
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  align-items: center;
  gap: 70px;
  position: relative;
  z-index: 1;
}

.construction-eyebrow {
  width: fit-content;
  margin-bottom: 20px !important;
  padding: 8px 14px;
  border: 1px solid #b8d8d4;
  border-radius: 999px;
  color: var(--construction-green-dark);
  background: rgba(255,255,255,.8);
  font-size: 13px;
  font-weight: 700;
}

.construction-hero h1 {
  font-size: clamp(38px, 5vw, 62px);
  font-weight: 800;
  line-height: 1.32;
  letter-spacing: .01em;
}

.construction-hero h1 span {
  color: var(--construction-green);
}

.construction-hero__lead {
  margin-top: 24px !important;
  color: #3e4a48;
  font-size: 17px;
  line-height: 2;
}

.construction-hero__points {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 26px;
}

.construction-hero__points span {
  padding: 7px 12px;
  border-radius: 4px;
  color: var(--construction-green-dark);
  background: var(--construction-green-light);
  font-size: 13px;
  font-weight: 700;
}

.construction-hero__note {
  margin-top: 13px !important;
  color: var(--construction-muted);
  font-size: 12px;
}

.construction-hero__visual {
  min-height: 520px;
  position: relative;
}

.construction-hero__photo {
  width: 92%;
  height: 470px;
  margin-left: auto;
  position: relative;
  overflow: hidden;
  border-radius: 28px 8px 28px 8px;
  background: linear-gradient(135deg, #d8ebe8, #f5f8f7);
  box-shadow: 0 24px 70px rgba(24, 69, 63, .16);
}

.construction-hero__photo img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.construction-image-placeholder {
  position: absolute;
  inset: 0;
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  color: var(--construction-green-dark);
  text-align: center;
}

.construction-hero__photo.is-placeholder .construction-image-placeholder {
  display: flex;
}

.construction-image-placeholder__icon {
  width: 82px;
  height: 82px;
  border: 3px solid var(--construction-green);
  border-radius: 14px;
  display: grid;
  place-items: center;
  color: var(--construction-green);
  background: #fff;
  font-size: 22px;
  font-weight: 900;
  letter-spacing: .08em;
}

.construction-image-placeholder small {
  color: var(--construction-muted);
}

.construction-hero__status-card {
  width: min(360px, 82%);
  padding: 18px 20px;
  position: absolute;
  right: 0;
  bottom: 4px;
  border: 1px solid rgba(8,124,114,.18);
  border-radius: 12px;
  background: rgba(255,255,255,.94);
  box-shadow: 0 16px 50px rgba(17, 69, 62, .18);
  backdrop-filter: blur(8px);
}

.construction-hero__status-title {
  margin-bottom: 9px !important;
  font-size: 13px;
  font-weight: 700;
}

.construction-hero__status-card > div {
  padding: 8px 0;
  border-top: 1px solid #edf2f1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  font-size: 12px;
}

.construction-hero__status-card b {
  padding: 3px 8px;
  border-radius: 999px;
  font-size: 11px;
}

.construction-hero__status-card .is-use {
  color: #9d4b00;
  background: #fff1df;
}

.construction-hero__status-card .is-stock {
  color: #0b645d;
  background: #e5f6f3;
}

.construction-hero__status-card .is-maint {
  color: #5d6070;
  background: #eff0f4;
}

/* ==========================================================================
   PROBLEMS
   ========================================================================== */

.construction-pain {
  background: #fff;
}

.construction-pain__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.construction-pain-card {
  min-height: 300px;
  padding: 32px 26px;
  border: 1px solid var(--construction-line);
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 8px 30px rgba(31, 68, 63, .06);
}

.construction-pain-card__number {
  margin-bottom: 35px;
  color: #acd3ce;
  font-size: 34px;
  font-weight: 800;
  line-height: 1;
}

.construction-pain-card h3 {
  min-height: 70px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.55;
}

.construction-pain-card p {
  margin-top: 18px !important;
  color: var(--construction-muted);
  font-size: 14px;
  line-height: 1.9;
}

.construction-pain__answer {
  margin-top: 52px;
  padding: 23px 28px;
  border-radius: 8px;
  color: #fff;
  background: var(--construction-green-dark);
  text-align: center;
  font-size: 22px;
}

.construction-pain__answer strong {
  color: #fff;
}

/* ==========================================================================
   QR / generic two-column
   ========================================================================== */

.construction-qr {
  background: var(--construction-bg);
}

.construction-two-column {
  display: grid;
  grid-template-columns: 1fr .9fr;
  align-items: center;
  gap: 90px;
}

.construction-two-column--reverse {
  grid-template-columns: .95fr 1fr;
}

.construction-two-column--reverse .construction-two-column__content {
  order: 2;
}

.construction-two-column--reverse .construction-two-column__visual {
  order: 1;
}

.construction-two-column__content h2 {
  font-size: clamp(30px, 4vw, 44px);
  font-weight: 700;
  line-height: 1.5;
}

.construction-two-column__content > p:not(.construction-lead) {
  color: var(--construction-muted);
  line-height: 2;
}

.construction-steps {
  margin-top: 34px;
}

.construction-steps li {
  padding: 17px 0;
  border-top: 1px solid var(--construction-line);
  display: flex;
  gap: 18px;
}

.construction-steps li:last-child {
  border-bottom: 1px solid var(--construction-line);
}

.construction-steps li > span {
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #fff;
  background: var(--construction-green);
  font-size: 14px;
  font-weight: 800;
}

.construction-steps strong {
  font-size: 16px;
}

.construction-steps p {
  margin-top: 3px !important;
  color: var(--construction-muted);
  font-size: 13px;
  line-height: 1.7;
}

/* Phone illustration */

.construction-phone-demo {
  width: 310px;
  height: 575px;
  margin: 0 auto;
  padding: 32px 22px;
  position: relative;
  overflow: hidden;
  border: 10px solid #17211f;
  border-radius: 42px;
  background: #fff;
  box-shadow: 0 30px 70px rgba(20, 57, 53, .20);
  text-align: center;
}

.construction-phone-demo::before {
  width: 90px;
  height: 24px;
  position: absolute;
  top: 0;
  left: 50%;
  border-radius: 0 0 14px 14px;
  background: #17211f;
  content: "";
  transform: translateX(-50%);
}

.construction-phone-demo__camera {
  height: 390px;
  margin-top: 18px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  color: rgba(255,255,255,.9);
  background:
    linear-gradient(rgba(7,90,84,.75), rgba(7,90,84,.75)),
    repeating-linear-gradient(45deg, #688b86 0 8px, #769991 8px 16px);
  font-size: 54px;
  font-weight: 900;
}

.construction-phone-demo__scanline {
  width: 78%;
  height: 2px;
  position: absolute;
  top: 245px;
  left: 11%;
  background: #ff6a32;
  box-shadow: 0 0 14px #ff6a32;
}

.construction-phone-demo p {
  margin-top: 22px !important;
  font-size: 13px;
}

.construction-phone-demo strong {
  margin-top: 4px;
  display: block;
  color: var(--construction-green);
  font-size: 18px;
}

/* ==========================================================================
   FEATURES
   ========================================================================== */

.construction-features {
  background: #fff;
}

.construction-feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.construction-feature-card {
  padding: 34px 30px 32px;
  border: 1px solid var(--construction-line);
  border-radius: 10px;
  background: #fff;
  transition: transform .2s ease, box-shadow .2s ease;
}

.construction-feature-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 40px rgba(32, 74, 68, .09);
}

.construction-feature-card__icon {
  width: 48px;
  height: 48px;
  margin-bottom: 26px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  color: var(--construction-green-dark);
  background: var(--construction-green-light);
  font-size: 14px;
  font-weight: 800;
}

.construction-feature-card h3 {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.55;
}

.construction-feature-card p {
  margin-top: 16px !important;
  color: var(--construction-muted);
  font-size: 14px;
  line-height: 1.9;
}

/* ==========================================================================
   LOCATION EXAMPLE
   ========================================================================== */

.construction-location {
  background: var(--construction-bg);
}

.construction-table-card {
  overflow: hidden;
  border: 1px solid var(--construction-line);
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 20px 60px rgba(28, 66, 60, .12);
}

.construction-table-card__head {
  padding: 18px 22px;
  display: flex;
  justify-content: space-between;
  color: #fff;
  background: var(--construction-green-dark);
  font-size: 13px;
}

.construction-table-card__row {
  padding: 17px 22px;
  border-bottom: 1px solid #edf2f1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.construction-table-card__row:last-child {
  border-bottom: 0;
}

.construction-table-card__row b,
.construction-table-card__row small {
  display: block;
}

.construction-table-card__row b {
  font-size: 14px;
}

.construction-table-card__row small {
  margin-top: 3px;
  color: #899390;
  font-size: 11px;
  letter-spacing: .08em;
}

.construction-status {
  padding: 5px 10px;
  border-radius: 999px;
  white-space: nowrap;
  font-size: 11px;
  font-weight: 700;
}

.construction-status--use {
  color: #9d4b00;
  background: #fff1df;
}

.construction-status--stock {
  color: #0b645d;
  background: #e5f6f3;
}

.construction-status--maint {
  color: #5d6070;
  background: #eff0f4;
}

/* ==========================================================================
   ITEMS
   ========================================================================== */

.construction-items {
  background:
    linear-gradient(135deg, rgba(7,90,84,.98), rgba(6,68,63,.98)),
    #075a54;
}

.construction-item-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 10px;
}

.construction-item-grid > div {
  min-height: 180px;
  padding: 28px 14px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: rgba(255,255,255,.07);
  text-align: center;
}

.construction-item-grid span {
  margin-bottom: 18px;
  font-size: 32px;
}

.construction-item-grid strong {
  font-size: 16px;
}

.construction-item-grid small {
  margin-top: 6px;
  color: rgba(255,255,255,.72);
  font-size: 11px;
  line-height: 1.6;
}

.construction-items__message {
  margin-top: 30px !important;
  color: #fff;
  text-align: center;
  font-size: 17px;
}

/* ==========================================================================
   SCREEN
   ========================================================================== */

.construction-screen {
  background: #fff;
}

.construction-screen__mock {
  min-height: 530px;
  padding: 24px;
  position: relative;
  overflow: hidden;
  border: 1px solid #dce8e6;
  border-radius: 16px;
  background: #f1f6f5;
  box-shadow: 0 30px 70px rgba(30, 69, 63, .12);
}

.construction-screen__mock img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 7px;
}

.construction-screen-placeholder {
  min-height: 480px;
  display: none;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  background: #fff;
}

.construction-screen__mock.is-placeholder .construction-screen-placeholder {
  display: block;
}

.construction-screen-placeholder__bar {
  height: 54px;
  background: var(--construction-green-dark);
}

.construction-screen-placeholder__content {
  padding: 60px 8%;
}

.construction-screen-placeholder__content span {
  height: 46px;
  margin-bottom: 14px;
  border-radius: 5px;
  display: block;
  background: linear-gradient(90deg, #e9efee 0 22%, #f6f8f8 22% 100%);
}

.construction-screen-placeholder strong {
  position: absolute;
  right: 0;
  bottom: 28px;
  left: 0;
  color: var(--construction-green);
  text-align: center;
}

/* ==========================================================================
   RECOMMENDED
   ========================================================================== */

.construction-recommend {
  background: var(--construction-bg);
}

.construction-check-list {
  max-width: 920px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px 20px;
}

.construction-check-list > div {
  min-height: 78px;
  padding: 18px 20px;
  border: 1px solid var(--construction-line);
  border-radius: 8px;
  display: flex;
  align-items: center;
  gap: 14px;
  background: #fff;
}

.construction-check-list span {
  width: 30px;
  height: 30px;
  flex: 0 0 30px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #fff;
  background: var(--construction-green);
  font-size: 14px;
  font-weight: 800;
}

.construction-check-list p {
  font-size: 14px;
  line-height: 1.7;
}

/* ==========================================================================
   PRICE
   ========================================================================== */

.construction-price {
  background: #fff;
}

.construction-price__cards {
  max-width: 850px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 26px;
}

.construction-price-card {
  padding: 34px;
  border: 1px solid var(--construction-line);
  border-radius: 12px;
  background: #fff;
}

.construction-price-card--free {
  border: 2px solid var(--construction-green);
  box-shadow: 0 20px 60px rgba(8,124,114,.12);
}

.construction-price-card__label {
  width: fit-content;
  margin: 0 auto 18px;
  padding: 5px 12px;
  border-radius: 999px;
  color: #fff;
  background: var(--construction-orange);
  font-size: 11px;
  font-weight: 700;
}

.construction-price-card__label--sub {
  background: var(--construction-green);
}

.construction-price-card h3 {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
}

.construction-price-card__amount {
  margin: 14px 0 24px;
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 7px;
}

.construction-price-card__amount strong {
  color: var(--construction-green-dark);
  font-size: 58px;
  line-height: 1;
}

.construction-price-card__amount span {
  font-size: 13px;
  font-weight: 700;
}

.construction-price-card__amount--small strong {
  font-size: 48px;
}

.construction-price-card ul {
  margin: 0 0 26px;
  padding: 20px 0;
  border-top: 1px solid var(--construction-line);
  border-bottom: 1px solid var(--construction-line);
}

.construction-price-card li {
  padding: 7px 0;
  position: relative;
  font-size: 13px;
  text-align: center;
}

.construction-price__note {
  margin-top: 22px !important;
  color: var(--construction-muted);
  font-size: 12px;
  text-align: center;
}

/* ==========================================================================
   FAQ
   ========================================================================== */

.construction-faq {
  background: var(--construction-bg);
}

.construction-faq__list {
  border-top: 1px solid var(--construction-line);
}

.construction-faq details {
  border-bottom: 1px solid var(--construction-line);
}

.construction-faq summary {
  padding: 24px 44px 24px 0;
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 16px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 700;
  list-style: none;
}

.construction-faq summary::-webkit-details-marker {
  display: none;
}

.construction-faq summary::after {
  position: absolute;
  top: 23px;
  right: 10px;
  color: var(--construction-green);
  content: "+";
  font-size: 26px;
  font-weight: 400;
  line-height: 1;
}

.construction-faq details[open] summary::after {
  content: "−";
}

.construction-faq summary > span,
.construction-faq__answer > span {
  width: 30px;
  flex: 0 0 30px;
  color: var(--construction-green);
  font-size: 20px;
  font-weight: 800;
}

.construction-faq__answer {
  padding: 0 44px 24px 46px;
  display: flex;
  gap: 16px;
}

.construction-faq__answer > span {
  color: var(--construction-orange);
}

.construction-faq__answer p {
  color: var(--construction-muted);
  font-size: 14px;
  line-height: 1.9;
}

/* ==========================================================================
   FINAL CTA
   ========================================================================== */

.construction-final-cta {
  padding: 100px 0;
  position: relative;
  overflow: hidden;
  color: #fff;
  background: linear-gradient(135deg, var(--construction-green), var(--construction-green-deep));
}

.construction-final-cta::before,
.construction-final-cta::after {
  position: absolute;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 50%;
  content: "";
}

.construction-final-cta::before {
  width: 480px;
  height: 480px;
  top: -260px;
  right: -120px;
}

.construction-final-cta::after {
  width: 320px;
  height: 320px;
  bottom: -220px;
  left: -80px;
}

.construction-final-cta__inner {
  position: relative;
  z-index: 1;
  text-align: center;
}

.construction-final-cta__eyebrow {
  margin-bottom: 12px !important;
  color: rgba(255,255,255,.7);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .18em;
}

.construction-final-cta h2 {
  font-size: clamp(32px, 4.5vw, 48px);
  font-weight: 700;
  line-height: 1.5;
}

.construction-final-cta h2 span {
  color: #ffcfb8;
  font-size: 1.15em;
}

.construction-final-cta__inner > p:not(.construction-final-cta__eyebrow) {
  margin: 20px 0 30px !important;
  color: rgba(255,255,255,.88);
  font-size: 16px;
  line-height: 2;
}

.construction-final-cta small {
  margin-top: 14px;
  display: block;
  color: rgba(255,255,255,.7);
  font-size: 11px;
}

/* ==========================================================================
   Responsive
   ========================================================================== */

@media screen and (max-width: 1020px) {
  .construction-hero {
    padding-top: 130px;
  }

  .construction-hero__inner {
    min-height: auto;
    grid-template-columns: 1fr;
    gap: 50px;
  }

  .construction-hero__content {
    max-width: 720px;
  }

  .construction-hero__visual {
    width: min(720px, 100%);
    min-height: 480px;
    margin: 0 auto;
  }

  .construction-hero__photo {
    width: 94%;
    height: 430px;
    margin: 0 auto;
  }

  .construction-pain__grid {
    grid-template-columns: 1fr 1fr;
  }

  .construction-feature-grid {
    grid-template-columns: 1fr 1fr;
  }

  .construction-item-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media screen and (max-width: 767px) {
  .construction-container,
  .construction-container--narrow {
    width: calc(100% - 32px);
  }

  .construction-section {
    padding: 74px 0;
  }

  .construction-sp-only {
    display: block;
  }

  .construction-heading {
    margin-bottom: 38px;
  }

  .construction-heading h2 {
    font-size: 28px;
    line-height: 1.55;
  }

  .construction-heading > p:last-child {
    margin-top: 14px;
    font-size: 14px;
    text-align: left;
  }

  .construction-btn {
    width: 100%;
    min-height: 56px;
    padding: 0 20px;
    font-size: 15px;
  }

  .construction-cta-row {
    display: grid;
    grid-template-columns: 1fr;
  }

  .construction-hero {
    padding: 94px 0 64px;
  }

  .construction-hero::before {
    display: none;
  }

  .construction-hero__inner {
    gap: 38px;
  }

  .construction-eyebrow {
    margin-bottom: 15px !important;
    font-size: 11px;
  }

  .construction-hero h1 {
    font-size: 34px;
    line-height: 1.4;
  }

  .construction-hero__lead {
    margin-top: 18px !important;
    font-size: 14px;
    line-height: 1.9;
  }

  .construction-hero__lead br {
    display: none;
  }

  .construction-hero__points {
    gap: 6px;
  }

  .construction-hero__points span {
    font-size: 11px;
  }

  .construction-hero__visual {
    min-height: 355px;
  }

  .construction-hero__photo {
    width: 100%;
    height: 330px;
    border-radius: 18px 6px 18px 6px;
  }

  .construction-hero__status-card {
    width: calc(100% - 28px);
    right: 14px;
    bottom: -16px;
    padding: 13px 14px;
  }

  .construction-hero__status-card > div {
    font-size: 10px;
  }

  .construction-pain__grid,
  .construction-feature-grid,
  .construction-price__cards,
  .construction-check-list {
    grid-template-columns: 1fr;
  }

  .construction-pain-card {
    min-height: auto;
    padding: 24px 22px;
  }

  .construction-pain-card__number {
    margin-bottom: 18px;
    font-size: 26px;
  }

  .construction-pain-card h3 {
    min-height: auto;
    font-size: 18px;
  }

  .construction-pain__answer {
    margin-top: 32px;
    padding: 18px;
    font-size: 16px;
  }

  .construction-pain__answer span,
  .construction-pain__answer strong {
    display: block;
  }

  .construction-two-column,
  .construction-two-column--reverse {
    grid-template-columns: 1fr;
    gap: 45px;
  }

  .construction-two-column--reverse .construction-two-column__content,
  .construction-two-column--reverse .construction-two-column__visual {
    order: initial;
  }

  .construction-two-column__content h2 {
    font-size: 28px;
  }

  .construction-lead {
    margin: 18px 0 22px !important;
    font-size: 14px;
  }

  .construction-phone-demo {
    width: 250px;
    height: 475px;
    padding: 28px 18px;
    border-width: 8px;
    border-radius: 34px;
  }

  .construction-phone-demo__camera {
    height: 315px;
  }

  .construction-phone-demo__scanline {
    top: 205px;
  }

  .construction-feature-card {
    padding: 26px 22px;
  }

  .construction-feature-card__icon {
    margin-bottom: 18px;
  }

  .construction-item-grid {
    grid-template-columns: 1fr 1fr;
    gap: 8px;
  }

  .construction-item-grid > div {
    min-height: 150px;
    padding: 20px 10px;
  }

  .construction-items__message {
    font-size: 14px;
  }

  .construction-screen__mock {
    min-height: 330px;
    padding: 12px;
  }

  .construction-screen-placeholder {
    min-height: 300px;
  }

  .construction-screen-placeholder__content {
    padding: 40px 7%;
  }

  .construction-check-list > div {
    min-height: 70px;
  }

  .construction-price-card {
    padding: 28px 22px;
  }

  .construction-faq summary {
    padding: 20px 36px 20px 0;
    gap: 10px;
    font-size: 14px;
    line-height: 1.7;
  }

  .construction-faq summary::after {
    top: 22px;
    right: 4px;
  }

  .construction-faq summary > span,
  .construction-faq__answer > span {
    width: 24px;
    flex-basis: 24px;
    font-size: 17px;
  }

  .construction-faq__answer {
    padding: 0 10px 20px 34px;
    gap: 10px;
  }

  .construction-final-cta {
    padding: 74px 0;
  }

  .construction-final-cta h2 {
    font-size: 29px;
  }

  .construction-final-cta__inner > p:not(.construction-final-cta__eyebrow) {
    font-size: 14px;
    text-align: left;
  }

  .construction-btn--white {
    min-width: 0;
  }
}
