:root {
  --deep-ink: #071723;
  --deep-ink-soft: #0d2230;
  --clean-white: #ffffff;
  --soft-white: #f4f6f5;
  --muted-ink: #61707a;
  --line-dark: rgba(255, 255, 255, 0.16);
  --line-light: rgba(7, 23, 35, 0.14);
}

main {
  background: var(--clean-white);
}

.section-shell {
  width: min(100% - (2 * var(--page-gutter)), 90rem);
  margin-inline: auto;
}

.plain-label {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  margin: 0;
  color: inherit;
  font-size: 0.95rem;
  font-weight: 600;
  line-height: 1.4;
}

.plain-label::before {
  width: 0.55rem;
  height: 0.55rem;
  flex: 0 0 auto;
  content: "";
  background: var(--brand-orange);
  border-radius: 50%;
}

.proof {
  position: relative;
  padding-block: clamp(5.5rem, 9vw, 9rem);
  overflow: clip;
  color: var(--deep-ink);
  background: var(--clean-white);
}

.proof__head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(18rem, 27rem);
  gap: clamp(2rem, 7vw, 8rem);
  align-items: end;
  margin-bottom: clamp(3rem, 6vw, 5.5rem);
}

.proof h2,
.expect h2,
.care h2,
.method-head h2,
.faq h2,
.closing h2 {
  margin: 0;
  font-size: clamp(3rem, 7vw, 5.5rem);
  font-weight: 700;
  letter-spacing: -0.04em;
  line-height: 0.96;
  text-wrap: balance;
}

.proof .plain-label {
  margin-bottom: 1.35rem;
  color: var(--muted-ink);
}

.proof__intro {
  max-width: 38ch;
  margin: 0 0 0.35rem;
  color: var(--muted-ink);
  font-size: clamp(1rem, 1.5vw, 1.2rem);
  line-height: 1.65;
}

.proof__body {
  position: relative;
}

.case-switcher {
  display: flex;
  gap: 0.6rem;
  margin-bottom: 1rem;
}

.case-switch {
  min-height: 2.75rem;
  padding: 0.7rem 1rem;
  color: var(--muted-ink);
  cursor: pointer;
  background: transparent;
  border: 1px solid var(--line-light);
  border-radius: 0.3rem;
  transition: color 180ms ease, border-color 180ms ease, background 180ms ease;
}

.case-switch:hover,
.case-switch.is-active {
  color: var(--deep-ink);
  background: #fff3ec;
  border-color: var(--brand-orange);
}

.case-switch:focus-visible,
.compare-range:focus-visible + * {
  outline: 3px solid var(--brand-orange);
  outline-offset: 3px;
}

.compare-lab {
  --reveal: 62%;
  margin: 0;
}

.compare-stage {
  position: relative;
  aspect-ratio: 16 / 9;
  min-height: 26rem;
  overflow: hidden;
  background: #142b39;
  border-radius: 0.65rem;
  isolation: isolate;
}

.compare-image,
.compare-after {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.compare-image {
  object-fit: cover;
  transition: opacity 250ms ease;
}

.compare-after {
  overflow: hidden;
  clip-path: inset(0 0 0 var(--reveal));
  will-change: clip-path;
}

.compare-after .compare-image {
  max-width: none;
}

.compare-lab.is-switching .compare-image {
  opacity: 0.45;
}

.compare-shade {
  position: absolute;
  z-index: 2;
  inset: 0 auto 0 0;
  width: var(--reveal);
  pointer-events: none;
  background: rgba(5, 15, 22, 0.12);
}

.compare-scan {
  position: absolute;
  z-index: 4;
  inset: 0;
  pointer-events: none;
}

.compare-scan::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: var(--reveal);
  width: 1px;
  content: "";
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 0 0 1px rgba(7, 23, 35, 0.26);
  transform: translateX(-50%);
}

.compare-scan__lens {
  position: absolute;
  top: 50%;
  left: clamp(2.2rem, var(--reveal), calc(100% - 2.2rem));
  display: flex;
  align-items: baseline;
  justify-content: center;
  min-width: 4.4rem;
  height: 4.4rem;
  padding-top: 1.15rem;
  color: var(--deep-ink);
  font-variant-numeric: tabular-nums;
  font-weight: 700;
  background: #fff;
  border: 0.3rem solid var(--brand-orange);
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.compare-scan__value {
  font-size: 1.1rem;
}

.compare-scan__unit {
  font-size: 0.65rem;
}

.compare-label {
  position: absolute;
  z-index: 3;
  top: 1.25rem;
  padding: 0.45rem 0.65rem;
  color: #fff;
  font-size: 0.82rem;
  font-weight: 700;
  background: rgba(7, 23, 35, 0.72);
  border-radius: 0.2rem;
}

.compare-label--before { left: 1.25rem; }
.compare-label--after { right: 1.25rem; }

.compare-range {
  position: absolute;
  z-index: 6;
  inset: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  cursor: ew-resize;
  opacity: 0;
}

.expect {
  position: relative;
  padding-block: clamp(5.5rem, 9vw, 9rem);
  overflow: clip;
  color: var(--deep-ink);
  background: var(--clean-white);
  border-top: 1px solid var(--line-light);
  border-bottom: 1px solid var(--line-light);
}

.expect::before {
  position: absolute;
  top: 0;
  left: var(--page-gutter);
  width: min(18rem, 32vw);
  height: 0.22rem;
  content: "";
  background: var(--brand-orange);
  transform-origin: left;
}

.expect__layout {
  display: grid;
  grid-template-columns: minmax(19rem, 0.8fr) minmax(24rem, 1.2fr);
  gap: clamp(3rem, 8vw, 9rem);
}

.expect__lead .plain-label { margin-bottom: 1.35rem; }
.expect__lead h2 { max-width: 11ch; }

.expect__steps {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--deep-ink);
}

.expect__steps li {
  display: grid;
  grid-template-columns: 3rem 1fr;
  gap: clamp(1rem, 3vw, 2.5rem);
  padding-block: 1.75rem;
  border-bottom: 1px solid var(--line-light);
}

.expect__steps > li > span {
  width: 0.7rem;
  height: 0.7rem;
  margin-top: 0.45rem;
  background: var(--brand-orange);
  border: 0.18rem solid #fff;
  border-radius: 50%;
  box-shadow: 0 0 0 1px var(--brand-orange);
}

.expect__steps h3 { margin: 0 0 0.55rem; font-size: clamp(1.25rem, 2vw, 1.65rem); letter-spacing: -0.02em; }
.expect__steps p { max-width: 47ch; margin: 0; color: var(--muted-ink); line-height: 1.65; }

.care {
  color: var(--deep-ink);
  background: var(--clean-white);
}

.care__intro {
  display: grid;
  grid-template-columns: 0.55fr 1.5fr 0.8fr;
  gap: clamp(2rem, 5vw, 5.5rem);
  align-items: start;
  padding-block: clamp(5.5rem, 9vw, 9rem);
}

.care__intro > p:last-child,
.faq__head > p:last-child {
  margin: 0;
  color: var(--muted-ink);
  font-size: 1.05rem;
  line-height: 1.7;
}

.care__stage {
  position: relative;
  width: min(100% - (2 * var(--page-gutter)), 100rem);
  aspect-ratio: 16 / 8.2;
  min-height: 32rem;
  margin-inline: auto;
  overflow: hidden;
  background: var(--deep-ink-soft);
}

.care__stage > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: scale(1.015);
  transition: transform 900ms var(--ease-out);
}

.care__stage:hover > img {
  transform: scale(1.035);
}

.care__services {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  color: #fff;
  background: rgba(7, 23, 35, 0.92);
  backdrop-filter: blur(10px);
}

.care__services span {
  padding: 1.3rem clamp(1rem, 2.5vw, 2.25rem);
  font-size: 0.88rem;
  font-weight: 600;
  border-right: 1px solid var(--line-dark);
}

.care__services span:last-child { border-right: 0; }

.method-wrap {
  padding-top: clamp(4rem, 7vw, 7rem);
  background: #fff;
}

.method-head {
  display: grid;
  grid-template-columns: 0.55fr 1.5fr 0.8fr;
  gap: clamp(2rem, 5vw, 5.5rem);
  align-items: start;
}

.method-head h2 {
  grid-column: 2 / -1;
  max-width: 12ch;
}

.method {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding-block: clamp(3.5rem, 6vw, 5.5rem) clamp(6rem, 9vw, 10rem);
  list-style: none;
}

.method li {
  display: grid;
  grid-template-columns: 2.5rem 1fr;
  gap: 1rem;
  padding: 0 2rem 0 0;
  border-top: 1px solid var(--line-light);
}

.method li + li {
  padding-left: 2rem;
  border-left: 1px solid var(--line-light);
}

.method > li > span {
  width: 0.7rem;
  height: 0.7rem;
  margin-top: 1.6rem;
  background: var(--brand-orange);
  border-radius: 50%;
}

.method div { padding-top: 1.35rem; }
.method h3 { margin: 0 0 0.6rem; font-size: 1.25rem; }
.method p { max-width: 30ch; margin: 0; color: var(--muted-ink); line-height: 1.65; }

.faq {
  padding-block: clamp(5.5rem, 9vw, 9rem);
  color: var(--deep-ink);
  background: var(--clean-white);
  border-top: 1px solid var(--line-light);
}

.faq__layout {
  display: grid;
  grid-template-columns: minmax(18rem, 0.8fr) minmax(24rem, 1.2fr);
  gap: clamp(3rem, 8vw, 9rem);
}

.faq__head .plain-label { margin-bottom: 1.35rem; }
.faq__head h2 { margin-bottom: 2rem; }

.faq-list {
  border-top: 1px solid var(--line-light);
}

.faq-item {
  position: relative;
  border-bottom: 1px solid var(--line-light);
}

.faq-item::after {
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  height: 1px;
  content: "";
  background: var(--brand-orange);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 420ms var(--ease-out);
}

.faq-item:hover::after,
.faq-item[open]::after { transform: scaleX(1); }

.faq-item summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 4.75rem;
  gap: 1.5rem;
  padding-block: 1rem;
  font-size: 1.08rem;
  font-weight: 650;
  cursor: pointer;
  list-style: none;
}

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

.faq-item summary span {
  position: relative;
  width: 1.2rem;
  height: 1.2rem;
  flex: 0 0 auto;
}

.faq-item summary span::before,
.faq-item summary span::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1rem;
  height: 1px;
  content: "";
  background: currentColor;
  transform: translate(-50%, -50%);
  transition: transform 180ms ease;
}

.faq-item summary span::after { transform: translate(-50%, -50%) rotate(90deg); }
.faq-item[open] summary span::after { transform: translate(-50%, -50%) rotate(0); }
.faq-item summary:focus-visible { outline: 3px solid var(--brand-orange); outline-offset: 3px; }
.faq-item p { max-width: 56ch; margin: -0.25rem 3rem 1.6rem 0; color: var(--muted-ink); line-height: 1.65; }

.closing {
  position: relative;
  min-height: clamp(64rem, 78vw, 78rem);
  overflow: hidden;
  color: var(--deep-ink);
  background: var(--clean-white);
  isolation: isolate;
}

.closing__content {
  position: relative;
  z-index: 3;
  padding-top: clamp(5rem, 8vw, 7.5rem);
  padding-bottom: clamp(2.5rem, 4vw, 3.5rem);
}

.closing h2 {
  max-width: 15ch;
  font-size: clamp(3rem, 6vw, 5rem);
}

.closing__action {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  min-width: min(100%, 17rem);
  min-height: 3.5rem;
  gap: 2rem;
  margin-top: 2.25rem;
  padding: 0.95rem 1.1rem 0.95rem 1.25rem;
  color: var(--deep-ink);
  font-weight: 700;
  text-decoration: none;
  background: var(--brand-orange);
  border-radius: 0.25rem;
  transition: background 180ms ease, transform 180ms ease;
}

.closing__action span { font-size: 1.35rem; }
.closing__action:hover { background: #ff7640; transform: translateY(-2px); }
.closing__action:focus-visible { outline: 3px solid var(--deep-ink); outline-offset: 4px; }

.closing__meta {
  display: grid;
  grid-template-columns: minmax(13rem, 1.1fr) minmax(14rem, 1fr) minmax(14rem, auto);
  gap: clamp(2rem, 5vw, 5rem);
  align-items: start;
  margin-top: clamp(3.5rem, 6vw, 5.5rem);
  padding-top: 1.75rem;
  border-top: 1px solid var(--line-light);
}

.closing__brand {
  display: inline-flex;
  align-items: center;
  color: var(--deep-ink);
  font-size: 1.6rem;
  font-weight: 750;
  letter-spacing: -0.04em;
  line-height: 1;
  text-decoration: none;
}

.closing__brand span { color: var(--brand-orange); }

.brand-logo--footer {
  width: clamp(9rem, 13vw, 10.5rem);
}

.closing__brand-block p {
  max-width: 24ch;
  margin: 0.7rem 0 0;
  color: var(--muted-ink);
  font-size: 0.9rem;
  line-height: 1.45;
}

.closing__meta nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem 1.35rem;
}

.closing__meta a:not(.closing__brand) {
  min-height: 2.75rem;
  color: var(--muted-ink);
  font-weight: 650;
  text-decoration: none;
  text-underline-offset: 0.25rem;
}

.closing__meta a:hover { color: var(--deep-ink); }

.closing__contact {
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
  justify-self: end;
}

.closing__contact > span {
  color: var(--muted-ink);
  font-size: 0.78rem;
  font-weight: 700;
}

.closing__landscape {
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: -0.25rem;
  left: 0;
  width: 100%;
  height: auto;
  pointer-events: none;
  user-select: none;
  transform: translate3d(0, var(--footer-shift, 0), 0);
  will-change: transform;
}

.closing__legal {
  position: absolute;
  z-index: 4;
  right: var(--page-gutter);
  bottom: 1.25rem;
  left: var(--page-gutter);
  display: flex;
  justify-content: space-between;
  margin: 0;
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.78rem;
}

@media (max-width: 64rem) {
  .proof__head,
  .expect__layout,
  .care__intro,
  .faq__layout,
  .method-head {
    grid-template-columns: 1fr;
  }

  .proof__intro,
  .care__intro > p:last-child,
  .faq__head > p:last-child {
    max-width: 54ch;
  }

  .care__intro { gap: 1.5rem; }
  .method-head h2 { grid-column: auto; }

  .closing__meta {
    grid-template-columns: 1fr 1fr;
  }

  .closing__meta nav {
    justify-self: end;
  }

  .closing__contact {
    grid-column: 2;
    justify-self: end;
  }

  .care__services { grid-template-columns: repeat(3, 1fr); }
  .care__services span:nth-child(3) { border-right: 0; }
  .care__services span:nth-child(-n + 3) { border-bottom: 1px solid var(--line-dark); }
}

@media (max-width: 51.25rem) {
  .proof h2,
  .expect h2,
  .care h2,
  .method-head h2,
  .faq h2,
  .closing h2 {
    font-size: clamp(2.65rem, 12vw, 4.5rem);
  }

  .compare-stage {
    aspect-ratio: 4 / 5;
    min-height: 0;
  }

  .compare-image { object-position: center; }

  .care__stage {
    width: 100%;
    aspect-ratio: 4 / 5.7;
    min-height: 0;
  }

  .care__services {
    grid-template-columns: repeat(2, 1fr);
  }

  .care__services span {
    border-right: 1px solid var(--line-dark);
    border-bottom: 1px solid var(--line-dark);
  }

  .care__services span:nth-child(even) { border-right: 0; }
  .care__services span:last-child { grid-column: 1 / -1; border-right: 0; border-bottom: 0; }

  .method {
    grid-template-columns: 1fr;
  }

  .method li,
  .method li + li {
    padding: 0;
    border-left: 0;
  }

  .method li + li { margin-top: 2.25rem; }

  .closing {
    min-height: 72rem;
  }

  .closing__meta {
    display: flex;
    flex-direction: column;
    gap: 1.75rem;
  }

  .closing__meta nav {
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
  }

  .closing__meta nav { justify-self: auto; }
  .closing__contact { grid-column: auto; justify-self: auto; }

  .closing__landscape {
    left: 50%;
    width: 175%;
    max-width: none;
    transform: translate3d(-50%, var(--footer-shift, 0), 0);
  }
}

@media (max-width: 34rem) {
  .proof,
  .expect,
  .faq {
    padding-block: 4.5rem;
  }

  .care__intro { padding-block: 4.5rem; }

  .case-switcher {
    display: grid;
    grid-template-columns: 0.8fr 1.2fr;
  }

  .case-switch { padding-inline: 0.7rem; }


  .compare-scan__lens {
    min-width: 3.5rem;
    height: 3.5rem;
    padding-top: 0.8rem;
    border-width: 0.22rem;
  }

  .closing__content { padding-top: 4.5rem; }
  .closing h2 { font-size: clamp(2.7rem, 12vw, 3.6rem); }

  .closing__legal {
    gap: 1rem;
    font-size: 0.7rem;
  }
}

@media (prefers-reduced-motion: no-preference) {
  .motion-ready [data-motion="proof"] .proof__head,
  .motion-ready [data-motion="expect"] .expect__lead,
  .motion-ready [data-motion="faq"] .faq__head,
  .motion-ready [data-motion="closing"] .closing__content {
    transition: transform 850ms var(--ease-out);
  }

  .motion-ready [data-motion="proof"]:not(.is-inview) .proof__head,
  .motion-ready [data-motion="expect"]:not(.is-inview) .expect__lead,
  .motion-ready [data-motion="faq"]:not(.is-inview) .faq__head,
  .motion-ready [data-motion="closing"]:not(.is-inview) .closing__content {
    transform: translate3d(0, 1.25rem, 0);
  }

  .motion-ready [data-motion="proof"] .compare-lab {
    transition: clip-path 1100ms var(--ease-out), transform 1100ms var(--ease-out);
  }

  .motion-ready [data-motion="proof"]:not(.is-inview) .compare-lab {
    clip-path: inset(0 0 10% 0);
    transform: translate3d(0, 1rem, 0);
  }

  .motion-ready [data-motion="expect"]::before {
    transition: transform 1000ms var(--ease-out) 120ms;
  }

  .motion-ready [data-motion="expect"]:not(.is-inview)::before { transform: scaleX(0); }

  .motion-ready .expect__steps li,
  .motion-ready .method li,
  .motion-ready .faq-item {
    transition: transform 700ms var(--ease-out);
  }

  .motion-ready [data-motion="expect"]:not(.is-inview) .expect__steps li,
  .motion-ready [data-motion="method"]:not(.is-inview) .method li,
  .motion-ready [data-motion="faq"]:not(.is-inview) .faq-item {
    transform: translate3d(1rem, 0, 0);
  }

  .motion-ready .expect__steps li:nth-child(2),
  .motion-ready .method li:nth-child(2),
  .motion-ready .faq-item:nth-child(2) { transition-delay: 90ms; }
  .motion-ready .expect__steps li:nth-child(3),
  .motion-ready .method li:nth-child(3),
  .motion-ready .faq-item:nth-child(3) { transition-delay: 180ms; }
  .motion-ready .faq-item:nth-child(4) { transition-delay: 270ms; }
  .motion-ready .faq-item:nth-child(5) { transition-delay: 360ms; }
  .motion-ready .faq-item:nth-child(6) { transition-delay: 450ms; }

  .motion-ready [data-motion="care"] .care__stage {
    transition: clip-path 1200ms var(--ease-out);
  }

  .motion-ready [data-motion="care"]:not(.is-inview) .care__stage {
    clip-path: inset(8% 0 8% 0);
  }

  .motion-ready [data-motion="care"] .care__stage > img {
    transition: transform 1500ms var(--ease-out);
  }

  .motion-ready [data-motion="care"]:not(.is-inview) .care__stage > img {
    transform: scale(1.08);
  }

  .closing__action span { transition: transform 220ms ease; }
  .closing__action:hover span { transform: translate3d(0.2rem, -0.2rem, 0); }
}

@media (prefers-reduced-motion: reduce) {
  .care__stage > img,
  .closing__action,
  .compare-image {
    transition: none;
  }

  .closing__landscape { transform: none; }
}

/* MebelCare 2026 — section system */
:root {
  --deep-ink: #07151d;
  --deep-ink-soft: #0b2630;
  --clean-white: #f7f8f5;
  --soft-white: #e9eeeb;
  --muted-ink: #516169;
  --line-dark: rgba(255, 255, 255, 0.18);
  --line-light: rgba(7, 21, 29, 0.15);
}

main { background: var(--clean-white); }

.section-shell {
  width: min(100% - (2 * var(--page-gutter)), 120rem);
}

.section-index {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  margin: 0 0 1.35rem;
  color: var(--muted-ink);
  font-size: 0.88rem;
  font-weight: 720;
  line-height: 1.4;
}

.section-index::before {
  width: 2rem;
  height: 2px;
  flex: 0 0 auto;
  content: "";
  background: var(--brand-orange);
}

.proof h2,
.expect h2,
.care h2,
.method-head h2,
.faq h2,
.location h2,
.closing h2 {
  letter-spacing: -0.04em;
}

.proof {
  padding-block: clamp(6rem, 10vw, 11rem);
  background: var(--clean-white);
}

.proof::before {
  position: absolute;
  top: clamp(2rem, 4vw, 4rem);
  right: var(--page-gutter);
  color: rgba(7, 21, 29, 0.045);
  font-size: clamp(8rem, 23vw, 24rem);
  font-weight: 800;
  letter-spacing: -0.08em;
  line-height: 0.75;
  content: "ПРЕДИ / СЛЕД";
  pointer-events: none;
  white-space: nowrap;
}

.proof__head {
  position: relative;
  z-index: 1;
  grid-template-columns: minmax(0, 1.25fr) minmax(18rem, 0.55fr);
  margin-bottom: clamp(3rem, 5vw, 5rem);
}

.proof h2 {
  max-width: 10ch;
  font-size: clamp(4rem, 9vw, 8.5rem);
}

.proof__intro { color: #344851; }

.case-switcher {
  position: relative;
  z-index: 4;
  gap: 0;
  margin-bottom: 1rem;
  border-bottom: 1px solid var(--line-light);
}

.case-switch {
  position: relative;
  min-height: 3.5rem;
  padding: 0.75rem 1.15rem;
  color: #48606a;
  font-weight: 720;
  background: transparent;
  border: 0;
  border-radius: 0;
}

.case-switch::after {
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  height: 3px;
  background: transparent;
  content: "";
}

.case-switch:hover,
.case-switch.is-active {
  color: var(--deep-ink);
  background: transparent;
}

.case-switch:hover::after,
.case-switch.is-active::after {
  background: var(--brand-orange);
}

.compare-stage {
  min-height: clamp(28rem, 53vw, 55rem);
  background: var(--deep-ink);
  border-radius: 0;
}

.compare-scan::before {
  width: 2px;
  background: var(--brand-orange);
  box-shadow: 0 0 22px rgba(241, 90, 36, 0.4);
}

.compare-scan__lens {
  color: #fff;
  background: var(--deep-ink);
  border-width: 0.22rem;
  box-shadow: 0 0 0 6px rgba(241, 90, 36, 0.16);
}

.compare-label {
  padding: 0.55rem 0.75rem;
  font-size: 0.76rem;
  background: rgba(7, 21, 29, 0.84);
  border-radius: 0;
}


.expect {
  min-height: 100svh;
  padding-block: clamp(6rem, 11vw, 12rem);
  color: #fff;
  background: var(--deep-ink);
  border: 0;
}

.expect::before {
  top: 0;
  right: 0;
  left: 0;
  width: auto;
  height: 3px;
  background: var(--brand-orange);
  transform: scaleX(var(--page-progress));
  transform-origin: left center;
}

.expect__layout {
  grid-template-columns: minmax(17rem, 0.8fr) minmax(24rem, 1.2fr);
  gap: clamp(4rem, 10vw, 12rem);
}

.expect__lead {
  position: sticky;
  top: clamp(5rem, 15vh, 9rem);
  align-self: start;
}

.expect .section-index { color: rgba(255, 255, 255, 0.65); }

.expect__lead h2 {
  max-width: 10ch;
  font-size: clamp(3.4rem, 6.5vw, 6.8rem);
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  min-height: 3.25rem;
  margin-top: 2rem;
  padding: 0.75rem 1rem;
  color: #fff;
  font-weight: 760;
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, 0.3);
  transform: translate3d(var(--magnetic-x, 0), var(--magnetic-y, 0), 0);
  transition: color 180ms ease, background 180ms ease, transform 350ms var(--ease-out);
}

.text-link:hover {
  color: var(--deep-ink);
  background: #fff;
}

.text-link:focus-visible {
  outline: 3px solid var(--brand-orange);
  outline-offset: 3px;
}

.expect__steps { border-top-color: rgba(255, 255, 255, 0.32); }

.expect__steps li {
  min-height: clamp(14rem, 32vh, 22rem);
  grid-template-columns: 5rem 1fr;
  align-content: center;
  padding-block: 2rem;
  color: rgba(255, 255, 255, 0.5);
  border-bottom-color: rgba(255, 255, 255, 0.16);
  transition: color 500ms var(--ease-out), transform 500ms var(--ease-out);
}

.expect__steps li.is-active {
  color: #fff;
  transform: translateX(-1rem);
}

.expect__steps > li > span {
  width: auto;
  height: auto;
  margin: 0;
  color: var(--brand-orange);
  font-size: clamp(1.5rem, 3vw, 2.5rem);
  font-variant-numeric: tabular-nums;
  font-weight: 780;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.expect__steps h3 {
  margin-bottom: 0.85rem;
  color: currentColor;
  font-size: clamp(1.8rem, 3.4vw, 3.3rem);
  letter-spacing: -0.035em;
  line-height: 1;
}

.expect__steps p {
  color: rgba(255, 255, 255, 0.62);
  font-size: 1.02rem;
}

.expect__steps li.is-active p { color: rgba(255, 255, 255, 0.82); }

.care {
  overflow: clip;
  background: #f7f8f5;
}

.care__intro {
  grid-template-columns: 0.45fr 1.65fr 0.7fr;
  padding-block: clamp(6rem, 10vw, 11rem);
}

.care__intro h2 { font-size: clamp(4rem, 9vw, 8.5rem); }

.typed-word {
  position: relative;
  display: inline-block;
  min-width: 5ch;
  color: var(--brand-orange-ui);
}

.typed-word::after {
  display: inline-block;
  width: 0.08em;
  height: 0.82em;
  margin-left: 0.08em;
  vertical-align: -0.04em;
  content: "";
  background: currentColor;
  animation: caret-blink 900ms steps(1) infinite;
}

@keyframes caret-blink {
  50% { opacity: 0; }
}

.care__stage {
  width: min(100% - (2 * var(--page-gutter)), 120rem);
  min-height: clamp(32rem, 58vw, 62rem);
}

.care__stage::after {
  position: absolute;
  inset: 0;
  pointer-events: none;
  content: "";
  background: linear-gradient(180deg, transparent 45%, rgba(7, 21, 29, 0.88) 100%);
}

.care__stage > img {
  transform: scale(1.02);
}

.care__services {
  z-index: 2;
  background: transparent;
  backdrop-filter: none;
}

.care__services span {
  display: flex;
  min-height: 5rem;
  align-items: center;
  padding: 1.1rem clamp(0.8rem, 2.2vw, 2rem);
  font-size: 0.9rem;
  border-right-color: rgba(255, 255, 255, 0.28);
}

.method-wrap {
  padding-top: clamp(6rem, 10vw, 10rem);
  background: #f7f8f5;
}

.method li {
  position: relative;
  min-height: 18rem;
  align-content: start;
  padding-top: 1.25rem;
}

.method > li > span {
  width: 1.25rem;
  height: 1.25rem;
  margin-top: 1.6rem;
  background: transparent;
  border: 3px solid var(--brand-orange);
}

.method h3 { font-size: clamp(1.45rem, 2.3vw, 2.1rem); }

.faq {
  padding-block: clamp(6rem, 10vw, 11rem);
  color: var(--deep-ink);
  background: var(--brand-orange);
  border: 0;
}

.faq__layout {
  grid-template-columns: minmax(18rem, 0.72fr) minmax(24rem, 1.28fr);
}

.faq .section-index,
.faq__head > p:last-child,
.faq-item p {
  color: rgba(7, 21, 29, 0.72);
}

.faq .section-index::before { background: var(--deep-ink); }

.faq__head {
  position: sticky;
  top: 7rem;
  align-self: start;
}

.faq-list { border-top-color: rgba(7, 21, 29, 0.42); }
.faq-item { border-bottom-color: rgba(7, 21, 29, 0.28); }

.faq-item::after {
  height: 3px;
  background: var(--deep-ink);
}

.faq-item summary {
  min-height: 5.5rem;
  font-size: clamp(1.08rem, 1.6vw, 1.4rem);
}

.location {
  --pointer-field-x: 50%;
  --pointer-field-y: 50%;
  position: relative;
  min-height: 100svh;
  display: grid;
  align-items: center;
  overflow: clip;
  color: #fff;
  background: #07151d;
  isolation: isolate;
}

.location::before {
  position: absolute;
  z-index: -2;
  inset: 0;
  content: "";
  background:
    radial-gradient(circle at 88% 12%, rgba(241, 90, 36, 0.22), transparent 26%),
    linear-gradient(135deg, #07151d 0%, #0b2630 100%);
}

.location__glow {
  position: absolute;
  z-index: -1;
  width: 32rem;
  height: 32rem;
  pointer-events: none;
  background: radial-gradient(circle, rgba(241, 90, 36, 0.2), transparent 68%);
  border-radius: 50%;
  transform: translate3d(calc(var(--pointer-field-x) - 16rem), calc(var(--pointer-field-y) - 16rem), 0);
  transition: transform 120ms linear;
}

.location__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(20rem, 0.55fr);
  gap: clamp(3rem, 9vw, 11rem);
  align-items: end;
  padding-block: clamp(7rem, 13vw, 13rem);
}

.location__lead { position: relative; }

.location__city {
  position: absolute;
  z-index: -1;
  top: 50%;
  left: -0.08em;
  margin: 0;
  color: rgba(255, 255, 255, 0.055);
  font-size: clamp(7rem, 20vw, 22rem);
  font-weight: 820;
  letter-spacing: -0.08em;
  line-height: 0.7;
  transform: translateY(-50%);
  white-space: nowrap;
}

.location h2 {
  max-width: 9ch;
  margin: 0;
  font-size: clamp(4.2rem, 10vw, 10rem);
  line-height: 0.88;
}

.location__copy > p {
  max-width: 39ch;
  margin: 0 0 2.5rem;
  color: rgba(255, 255, 255, 0.72);
  font-size: clamp(1.05rem, 1.5vw, 1.3rem);
  line-height: 1.65;
}

.location__actions {
  display: grid;
  gap: 0.75rem;
}

.location__call,
.location__email {
  display: grid;
  gap: 0.35rem;
  min-height: 5.5rem;
  padding: 1.1rem 1.25rem;
  color: #fff;
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, 0.24);
  transform: translate3d(var(--magnetic-x, 0), var(--magnetic-y, 0), 0);
  transition: color 180ms ease, background 180ms ease, transform 350ms var(--ease-out);
}

.location__call {
  color: var(--deep-ink);
  background: var(--brand-orange);
  border-color: var(--brand-orange);
}

.location__call:hover,
.location__email:hover {
  color: var(--deep-ink);
  background: #fff;
  border-color: #fff;
}

.location__actions span {
  font-size: 0.76rem;
  font-weight: 720;
}

.location__actions strong {
  overflow-wrap: anywhere;
  font-size: clamp(1rem, 1.4vw, 1.2rem);
}

.location__actions a:focus-visible {
  outline: 3px solid var(--brand-orange);
  outline-offset: 3px;
}

.closing {
  min-height: clamp(65rem, 76vw, 79rem);
  color: var(--deep-ink);
  background: #f7f8f5;
}

.closing__content { padding-top: clamp(6rem, 10vw, 10rem); }

.closing__prompt {
  max-width: 38ch;
  margin: 0 0 1.5rem;
  color: var(--brand-orange-ui);
  font-weight: 760;
}

.closing h2 {
  max-width: 13ch;
  font-size: clamp(4rem, 8vw, 8rem);
  line-height: 0.92;
}

.closing__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 2.25rem;
}

.closing__action,
.closing__secondary {
  display: inline-flex;
  min-width: min(100%, 17rem);
  min-height: 3.6rem;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  margin: 0;
  padding: 0.95rem 1.2rem;
  color: var(--deep-ink);
  font-weight: 760;
  text-decoration: none;
  border: 1px solid var(--deep-ink);
  border-radius: 0;
  transform: translate3d(var(--magnetic-x, 0), var(--magnetic-y, 0), 0);
  transition: color 180ms ease, background 180ms ease, transform 350ms var(--ease-out);
}

.closing__action {
  background: var(--brand-orange);
  border-color: var(--brand-orange);
}

.closing__secondary { background: transparent; }

.closing__action:hover,
.closing__secondary:hover {
  color: #fff;
  background: var(--deep-ink);
  border-color: var(--deep-ink);
  transform: translate3d(var(--magnetic-x, 0), calc(var(--magnetic-y, 0) - 2px), 0);
}

.closing__meta {
  position: relative;
  z-index: 3;
  margin-inline: -1.25rem;
  padding: 1.75rem 1.25rem;
  background: rgba(247, 248, 245, 0.94);
}

.closing__contact { max-width: 24rem; }
.closing__contact a { overflow-wrap: anywhere; }

@media (max-width: 64rem) {
  .proof__head,
  .care__intro,
  .method-head {
    grid-template-columns: 1fr;
  }

  .expect__layout,
  .faq__layout,
  .location__grid {
    grid-template-columns: 1fr;
  }

  .expect__lead,
  .faq__head {
    position: relative;
    top: auto;
  }

  .expect__lead h2 { max-width: 13ch; }
  .expect__steps li { min-height: 14rem; }
  .care__intro > p:last-child { max-width: 44ch; }

  .location { min-height: auto; }

  .location__grid {
    align-items: start;
  }

  .location__copy { max-width: 37rem; }
}

@media (max-width: 51.25rem) {
  .proof,
  .expect,
  .faq {
    padding-block: 5.5rem;
  }

  .proof::before {
    top: 1rem;
    font-size: 7rem;
  }

  .proof h2,
  .care__intro h2,
  .location h2,
  .closing h2 {
    font-size: clamp(3.2rem, 15vw, 5.3rem);
  }

  .case-switcher {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    overflow: visible;
  }

  .case-switcher::-webkit-scrollbar { display: none; }

  .case-switch {
    min-width: 0;
    padding-inline: 0.4rem;
    font-size: 0.83rem;
    line-height: 1.2;
    white-space: normal;
  }

  .compare-stage {
    aspect-ratio: 4 / 5;
    min-height: 0;
  }

  .expect__layout { gap: 3.5rem; }

  .expect__steps li {
    min-height: 16rem;
    grid-template-columns: 3.25rem 1fr;
  }

  .expect__steps li.is-active { transform: none; }

  .care__intro {
    gap: 1.5rem;
    padding-block: 5.5rem;
  }

  .care__stage {
    width: 100%;
    aspect-ratio: 4 / 5.7;
    min-height: 0;
  }

  .care__services span { min-height: 4.5rem; }
  .method-wrap { padding-top: 5.5rem; }

  .method li {
    min-height: auto;
    padding-block: 1rem 2rem;
  }

  .faq__layout { gap: 3rem; }

  .location__grid {
    padding-block: 7rem 8rem;
  }

  .location__city {
    top: 15%;
    font-size: 8rem;
  }

  .location__glow { display: none; }

  .closing {
    min-height: 74rem;
    padding-bottom: 4rem;
  }

  .closing__actions {
    align-items: stretch;
    flex-direction: column;
  }

  .closing__action,
  .closing__secondary {
    width: 100%;
  }
}

@media (max-width: 34rem) {
  .case-switcher { display: grid; }
  .closing__legal { bottom: 5.4rem; }
}

@media (prefers-reduced-motion: reduce) {
  .typed-word::after,
  .location__glow {
    animation: none;
  }

  .location__glow { display: none; }

  .expect__steps li,
  .expect__steps li.is-active {
    color: #fff;
    transform: none;
  }
}
