:root {
  --bg: #f6efe7;
  --bg-soft: #fff8f1;
  --paper: rgba(255, 250, 244, 0.92);
  --paper-solid: #fffaf4;
  --ink: #151b17;
  --muted: #68736b;
  --line: rgba(44, 52, 45, 0.13);
  --green-950: #04100c;
  --green-900: #061712;
  --green-800: #0d251c;
  --green-700: #16382b;
  --green-600: #285d46;
  --orange: #ff6d00;
  --orange-dark: #dc5b00;
  --rose: #e7a6a8;
  --cream: #f7e7d4;
  --gold: #dfb15b;
  --white: #fff;
  --shadow: 0 24px 70px rgba(14, 24, 17, 0.14);
  --shadow-strong: 0 35px 100px rgba(4, 14, 9, 0.42);
  --radius-xl: 34px;
  --radius-lg: 24px;
  --radius-md: 16px;
  --max: 1180px;
  --font: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --serif: "Playfair Display", Georgia, serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: var(--font);
  color: var(--ink);
  background:
    radial-gradient(circle at 8% 8%, rgba(255, 109, 0, 0.08), transparent 28%),
    radial-gradient(circle at 90% 20%, rgba(45, 107, 79, 0.12), transparent 32%),
    var(--bg);
  line-height: 1.55;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

img, video { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
p, h1, h2, h3, h4 { margin: 0; }
button { font: inherit; }

.shell {
  width: min(100% - 40px, var(--max));
  margin-inline: auto;
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 60;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(5, 16, 12, 0.55);
  backdrop-filter: blur(22px) saturate(145%);
  transition: background 0.25s ease, border-color 0.25s ease;
}

.site-header.scrolled {
  background: rgba(8, 23, 18, 0.88);
  border-color: rgba(255, 255, 255, 0.2);
}

.header-inner {
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  display: inline-flex;
  align-items: center;
  border-radius: 16px;
  padding: 7px 10px;
  background: rgba(255, 250, 244, 0.94);
  box-shadow: 0 10px 34px rgba(0, 0, 0, 0.18);
}

.brand img {
  width: 160px;
  height: auto;
  filter: saturate(0.84) contrast(0.98);
}

.desktop-nav {
  display: flex;
  align-items: center;
  gap: 22px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 14px;
  font-weight: 700;
}

.desktop-nav a { transition: color 0.2s ease; }
.desktop-nav a:hover { color: #fff; }

.header-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

.phone-link {
  color: #fff;
  font-weight: 850;
  letter-spacing: -0.02em;
  white-space: nowrap;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 0;
  border-radius: 999px;
  min-height: 48px;
  padding: 0 24px;
  font-family: var(--font);
  font-weight: 850;
  cursor: pointer;
  transition: transform 0.22s ease, box-shadow 0.22s ease, background 0.22s ease, border-color 0.22s ease;
}

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

.btn-primary {
  color: #fff;
  background: linear-gradient(135deg, var(--orange), #ff8b2a);
  box-shadow: 0 16px 34px rgba(255, 109, 0, 0.32);
}

.btn-primary:hover {
  background: linear-gradient(135deg, var(--orange-dark), var(--orange));
  box-shadow: 0 20px 44px rgba(255, 109, 0, 0.42);
}

.btn-glass {
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(14px);
}

.btn-ghost {
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.24);
  background: rgba(255, 255, 255, 0.08);
}

.btn-outline-dark {
  color: var(--green-800);
  border: 1px solid rgba(13, 37, 28, 0.16);
  background: rgba(255, 255, 255, 0.66);
}

.btn-outline-dark:hover {
  border-color: rgba(13, 37, 28, 0.28);
  background: #fff;
  box-shadow: 0 14px 34px rgba(14, 24, 17, 0.1);
}

.btn-large {
  min-height: 58px;
  padding-inline: 32px;
  font-size: 16px;
}

.btn-small {
  min-height: 42px;
  padding-inline: 18px;
  font-size: 14px;
}

.hero-compare {
  min-height: 100svh;
  color: #fff;
  background: var(--green-950);
}

.hero-stage {
  position: relative;
  min-height: 100svh;
  overflow: hidden;
  isolation: isolate;
  background: var(--green-950);
}

.hero-video-layer {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.hero-video-muted {
  width: var(--split);
  overflow: hidden;
  z-index: 1;
  will-change: width;
}

.hero-video-bright {
  z-index: 0;
}

.compare-video {
  width: 100vw;
  height: 100%;
  min-height: 100svh;
  object-fit: cover;
  object-position: center;
}

.hero-video-muted .compare-video {
  filter: saturate(0.72) brightness(0.72) contrast(1.03);
}

.hero-video-bright .compare-video {
  filter: saturate(1.08) brightness(1.02) contrast(1.03);
}

.hero-vignette {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(4, 13, 9, 0.84), rgba(4, 13, 9, 0.42) 30%, rgba(4, 13, 9, 0.13) 55%, rgba(4, 13, 9, 0.35)),
    linear-gradient(180deg, rgba(4, 13, 9, 0.58), rgba(4, 13, 9, 0.02) 48%, rgba(4, 13, 9, 0.7));
}

.hero-overlay {
  position: relative;
  z-index: 5;
  min-height: 100svh;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(320px, 0.38fr);
  gap: clamp(22px, 4vw, 56px);
  align-items: end;
  padding-top: 128px;
  padding-bottom: 56px;
}

.hero-copy {
  max-width: 730px;
  align-self: center;
}

.hero-kicker,
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--orange);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.hero-kicker::before,
.eyebrow::before {
  content: "";
  width: 34px;
  height: 1px;
  background: currentColor;
  opacity: 0.7;
}

.eyebrow.light { color: #ffd6b5; }

.hero-copy h1 {
  margin-top: 18px;
  font-family: var(--serif);
  font-size: clamp(58px, 8.5vw, 128px);
  line-height: 0.86;
  letter-spacing: -0.065em;
  text-shadow: 0 22px 70px rgba(0, 0, 0, 0.42);
}

.hero-lead {
  max-width: 620px;
  margin-top: 28px;
  color: rgba(255, 255, 255, 0.88);
  font-size: clamp(19px, 1.65vw, 26px);
  font-weight: 650;
}

.hero-lead strong {
  color: #fff;
  font-weight: 950;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.hero-offer-card {
  align-self: end;
  justify-self: end;
  max-width: 340px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 28px;
  padding: 22px;
  background: rgba(6, 23, 18, 0.66);
  backdrop-filter: blur(24px);
  box-shadow: var(--shadow-strong);
}

.hero-offer-card span {
  color: #ffd6b5;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.hero-offer-card strong {
  display: block;
  margin-top: 12px;
  font-family: var(--serif);
  color: #fff;
  font-size: 48px;
  line-height: 0.96;
  letter-spacing: -0.06em;
}

.hero-offer-card p {
  margin-top: 14px;
  color: rgba(255, 255, 255, 0.76);
}

.split-handle {
  position: absolute;
  top: 0;
  left: var(--split);
  z-index: 8;
  width: 58px;
  height: 100%;
  transform: translateX(-50%);
  border: 0;
  background: transparent;
  cursor: ew-resize;
  touch-action: none;
}

.split-handle::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 2px;
  transform: translateX(-50%);
  background: linear-gradient(180deg, transparent, rgba(255, 255, 255, 0.9) 18%, rgba(255, 255, 255, 0.9) 82%, transparent);
  box-shadow: 0 0 24px rgba(255, 255, 255, 0.38);
}

.split-handle span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 48px;
  height: 48px;
  transform: translate(-50%, -50%);
  border: 1px solid rgba(255, 255, 255, 0.78);
  border-radius: 50%;
  background: rgba(6, 23, 18, 0.78);
  backdrop-filter: blur(18px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.28);
}

.split-handle span::before,
.split-handle span::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 9px;
  height: 9px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
}

.split-handle span::before {
  left: 14px;
  transform: translateY(-50%) rotate(-45deg);
}

.split-handle span::after {
  right: 14px;
  transform: translateY(-50%) rotate(135deg);
}

.split-label {
  position: absolute;
  z-index: 4;
  top: 104px;
  border-radius: 999px;
  padding: 9px 14px;
  color: #fff;
  font-size: 13px;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  backdrop-filter: blur(14px);
}

.split-label-left {
  left: 30px;
  background: rgba(8, 16, 14, 0.48);
}

.split-label-right {
  right: 30px;
  background: rgba(255, 109, 0, 0.82);
}

.mobile-switch { display: none; }

.mobile-hero-static {
  display: none;
}

.section {
  padding: clamp(72px, 9vw, 132px) 0;
}

.section-heading {
  max-width: 850px;
  margin-bottom: 44px;
}

.section-heading.center {
  margin-inline: auto;
  text-align: center;
}

.section-heading h2,
.intro-grid h2,
.about-copy h2,
.rent-card h2,
.honesty-card h2,
.capacity-main h2,
.proof-main h2,
.final-cta h2,
.brief-v2-copy h1 {
  margin-top: 14px;
  font-family: var(--serif);
  font-size: clamp(34px, 4.8vw, 62px);
  line-height: 1;
  letter-spacing: -0.045em;
}

.section-heading p,
.intro-grid p,
.about-copy p,
.rent-card p,
.honesty-copy p,
.capacity-side p,
.proof-main p {
  color: var(--muted);
  font-size: 18px;
}

.intro-strip {
  padding: 58px 0;
  background: var(--green-900);
  color: #fff;
}

.intro-grid {
  display: grid;
  grid-template-columns: 0.95fr 1fr;
  gap: 42px;
  align-items: center;
}

.intro-grid p { color: rgba(255, 255, 255, 0.78); }

.about-section {
  background:
    radial-gradient(circle at 100% 0, rgba(255, 109, 0, 0.1), transparent 28%),
    var(--bg);
}

.about-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 420px;
  gap: clamp(28px, 5vw, 62px);
  align-items: center;
}

.about-copy p {
  max-width: 760px;
  margin-top: 22px;
}

.about-cards {
  display: grid;
  gap: 14px;
}

.about-cards article {
  border: 1px solid var(--line);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.66);
  padding: 22px;
  box-shadow: 0 12px 42px rgba(28, 38, 31, 0.07);
}

.about-cards strong {
  display: block;
  color: var(--green-800);
  font-family: var(--serif);
  font-size: 34px;
  line-height: 1;
  letter-spacing: -0.05em;
}

.about-cards span {
  display: block;
  margin-top: 8px;
  color: var(--muted);
  font-weight: 700;
}

.video-section {
  color: #fff;
  background:
    radial-gradient(circle at 12% 8%, rgba(255, 109, 0, 0.2), transparent 34%),
    linear-gradient(135deg, var(--green-900), #07110d);
}

.video-card {
  display: grid;
  gap: clamp(24px, 4vw, 42px);
  justify-items: center;
}

.video-copy h2 {
  font-family: var(--serif);
  font-size: clamp(38px, 5vw, 72px);
  line-height: 1;
  letter-spacing: -0.045em;
  text-align: center;
}

.vk-video-shell {
  position: relative;
  width: min(100%, 980px);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 30px;
  aspect-ratio: 16 / 9;
  background:
    linear-gradient(135deg, rgba(6, 23, 18, 0.24), rgba(6, 23, 18, 0.78)),
    radial-gradient(circle at 68% 38%, rgba(255, 109, 0, 0.32), transparent 34%),
    linear-gradient(135deg, rgba(255, 250, 244, 0.14), rgba(255, 255, 255, 0.04));
  box-shadow: var(--shadow-strong);
}

.vk-video-shell::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
  background-size: 52px 52px;
  opacity: 0.18;
}

.vk-video-shell iframe {
  position: absolute;
  inset: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  border: 0;
  background: #000;
}

.vk-video-play {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 12px;
  border: 0;
  color: #fff;
  background: transparent;
  cursor: pointer;
  text-align: center;
  padding: 24px;
}

.play-mark {
  position: relative;
  display: grid;
  place-items: center;
  width: 86px;
  height: 86px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--orange), #ff9b3a);
  box-shadow: 0 22px 52px rgba(255, 109, 0, 0.34);
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.play-mark::before {
  content: "";
  margin-left: 6px;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 22px solid #fff;
}

.vk-video-play:hover .play-mark {
  transform: translateY(-2px) scale(1.04);
  box-shadow: 0 28px 62px rgba(255, 109, 0, 0.46);
}

.vk-video-play strong {
  font-size: 22px;
  font-weight: 950;
}

.problem-section { background: var(--bg-soft); }

.compare-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.compare-card {
  border-radius: var(--radius-xl);
  padding: clamp(28px, 3.6vw, 44px);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.compare-card.muted { background: rgba(255, 255, 255, 0.72); }

.compare-card.accent {
  color: #fff;
  background:
    radial-gradient(circle at 95% 10%, rgba(255, 109, 0, 0.2), transparent 35%),
    linear-gradient(135deg, var(--green-800), var(--green-900));
  border-color: rgba(255, 255, 255, 0.16);
}

.compare-head {
  display: flex;
  gap: 18px;
  align-items: flex-start;
}

.compare-icon {
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  flex: 0 0 auto;
  border-radius: 50%;
  font-weight: 950;
}

.compare-icon.sad {
  color: #6f6f6f;
  background: #e7e1da;
}

.compare-icon.happy {
  color: #fff;
  background: var(--orange);
}

.compare-tag {
  display: inline-flex;
  margin-bottom: 18px;
  border-radius: 999px;
  padding: 8px 12px;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  background: rgba(255, 109, 0, 0.12);
  color: var(--orange);
}

.compare-card.accent .compare-tag {
  background: rgba(255, 255, 255, 0.12);
  color: #ffd6b5;
}

.compare-card h3 {
  font-family: var(--serif);
  font-size: clamp(26px, 3vw, 38px);
  line-height: 1.04;
}

.check-list {
  display: grid;
  gap: 15px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.check-list li {
  display: grid;
  grid-template-columns: 26px 1fr;
  gap: 12px;
  color: var(--muted);
}

.compare-card.accent .check-list li { color: rgba(255, 255, 255, 0.84); }

.check-list li::before {
  display: grid;
  place-items: center;
  width: 26px;
  height: 26px;
  border-radius: 999px;
  font-weight: 950;
  font-size: 14px;
}

.check-list.minus li::before {
  content: "-";
  color: #8b4a4a;
  background: #f0dddd;
}

.check-list.plus li::before {
  content: "+";
  color: #c8ffd9;
  background: rgba(255, 255, 255, 0.14);
}

.results-section {
  background:
    radial-gradient(circle at 0 0, rgba(255, 109, 0, 0.1), transparent 30%),
    var(--bg);
}

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

.feature-card {
  min-height: 270px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.58);
  padding: 26px;
  box-shadow: 0 10px 40px rgba(28, 38, 31, 0.07);
}

.feature-index {
  color: var(--orange);
  font-weight: 950;
  letter-spacing: 0.1em;
}

.feature-card h3 {
  margin-top: 42px;
  font-family: var(--serif);
  font-size: clamp(23px, 1.65vw, 27px);
  line-height: 1.08;
  overflow-wrap: anywhere;
}

.feature-card p {
  margin-top: 12px;
  color: var(--muted);
}

.example-section {
  background:
    radial-gradient(circle at 100% 10%, rgba(40, 93, 70, 0.12), transparent 32%),
    var(--bg-soft);
}

.example-card {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(430px, 1fr);
  gap: clamp(28px, 5vw, 62px);
  align-items: center;
  border: 1px solid var(--line);
  border-radius: 38px;
  padding: clamp(30px, 5vw, 58px);
  background: rgba(255, 250, 244, 0.88);
  box-shadow: var(--shadow);
}

.example-copy p {
  max-width: 560px;
  margin: 18px 0 26px;
  color: var(--muted);
}

.example-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.example-preview {
  display: block;
  overflow: hidden;
  border: 1px solid rgba(13, 37, 28, 0.16);
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 26px 80px rgba(14, 24, 17, 0.14);
  transition: transform 0.24s ease, box-shadow 0.24s ease;
}

.example-preview:hover {
  transform: translateY(-4px);
  box-shadow: 0 34px 100px rgba(14, 24, 17, 0.2);
}

.example-browser {
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 46px;
  border-bottom: 1px solid var(--line);
  padding: 0 16px;
  color: var(--muted);
  background: rgba(246, 239, 231, 0.72);
}

.example-browser span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(13, 37, 28, 0.22);
}

.example-browser strong {
  margin-left: 6px;
  color: var(--green-800);
  font-size: 14px;
}

.example-preview-body {
  min-height: 330px;
  padding: 28px;
  background:
    linear-gradient(135deg, rgba(7, 17, 13, 0.76), rgba(7, 17, 13, 0.22)),
    radial-gradient(circle at 75% 25%, rgba(255, 109, 0, 0.22), transparent 28%),
    linear-gradient(135deg, #fff2e8, #dceee3 54%, #f7d8d5);
}

.example-hero-preview {
  max-width: 390px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 24px;
  padding: 24px;
  color: #fff;
  background: rgba(6, 23, 18, 0.58);
  backdrop-filter: blur(14px);
}

.example-hero-preview small {
  display: block;
  color: #ffd8bd;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.example-hero-preview strong {
  display: block;
  max-width: 320px;
  margin-top: 18px;
  font-family: var(--serif);
  font-size: clamp(30px, 3vw, 46px);
  line-height: 0.98;
}

.example-hero-preview em {
  display: inline-flex;
  margin-top: 22px;
  border-radius: 999px;
  padding: 10px 16px;
  color: #fff;
  background: var(--orange);
  font-size: 13px;
  font-style: normal;
  font-weight: 900;
}

.example-product-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 18px;
}

.example-product-grid span {
  min-height: 78px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 18px;
  background:
    radial-gradient(circle at 50% 30%, rgba(255, 255, 255, 0.88), transparent 26%),
    radial-gradient(circle at 30% 55%, rgba(231, 166, 168, 0.86), transparent 28%),
    radial-gradient(circle at 68% 58%, rgba(223, 177, 91, 0.78), transparent 24%),
    rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(8px);
}

.rent-section {
  background: var(--green-900);
  color: #fff;
}

.rent-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 430px;
  gap: 42px;
  align-items: center;
  border-radius: 40px;
  padding: clamp(36px, 5vw, 64px);
  background:
    radial-gradient(circle at 100% 0, rgba(255, 109, 0, 0.24), transparent 34%),
    linear-gradient(135deg, var(--green-800), #07110d);
  box-shadow: var(--shadow-strong);
}

.rent-copy p {
  max-width: 650px;
  margin: 20px 0 30px;
  color: rgba(255, 255, 255, 0.78);
}

.rent-prices {
  display: grid;
  gap: 14px;
}

.price-line {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 18px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.08);
  padding: 18px 20px;
}

.price-line span {
  color: rgba(255, 255, 255, 0.7);
  font-weight: 700;
}

.price-line strong {
  color: #fff;
  font-size: 42px;
  letter-spacing: -0.06em;
}

.price-note-card {
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 20px;
  padding: 18px;
  background: rgba(255, 255, 255, 0.08);
}

.price-note-card h3 {
  font-size: 17px;
  color: #fff;
}

.price-note-card p {
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 14px;
}

.honesty-section {
  background: var(--bg-soft);
}

.honesty-card {
  display: grid;
  grid-template-columns: 0.95fr 1fr;
  gap: clamp(28px, 5vw, 66px);
  align-items: start;
  border-radius: 38px;
  padding: clamp(32px, 5vw, 58px);
  color: #fff;
  background:
    radial-gradient(circle at 12% 0, rgba(255, 109, 0, 0.22), transparent 36%),
    linear-gradient(135deg, #102b21, #07110d);
  box-shadow: var(--shadow-strong);
}

.honesty-copy {
  display: grid;
  gap: 18px;
}

.honesty-copy p {
  color: rgba(255, 255, 255, 0.74);
}

.capacity-section {
  background:
    radial-gradient(circle at 10% 20%, rgba(255, 109, 0, 0.09), transparent 28%),
    var(--bg);
}

.capacity-card {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(420px, 1fr);
  gap: clamp(28px, 5vw, 62px);
  align-items: center;
  border: 1px solid var(--line);
  border-radius: 38px;
  background: rgba(255, 250, 244, 0.78);
  box-shadow: var(--shadow);
  padding: clamp(30px, 5vw, 58px);
}

.capacity-side {
  display: grid;
  gap: 20px;
}

.flow-badge {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  gap: 10px;
  border: 1px solid rgba(40, 93, 70, 0.18);
  border-radius: 999px;
  background: rgba(40, 93, 70, 0.1);
  color: var(--green-800);
  padding: 10px 14px;
  font-size: 14px;
}

.flow-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--orange);
  box-shadow: 0 0 0 6px rgba(255, 109, 0, 0.13);
}

.slot-meter {
  border: 1px solid var(--line);
  border-radius: 22px;
  background: #fff;
  padding: 18px;
  box-shadow: 0 12px 38px rgba(28, 38, 31, 0.06);
}

.slot-meter-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 18px;
}

.slot-meter-head span {
  color: var(--muted);
  font-weight: 800;
}

.slot-meter-head strong {
  color: var(--green-800);
  font-size: 34px;
  line-height: 1;
  letter-spacing: -0.06em;
}

.slot-bar {
  position: relative;
  height: 10px;
  margin-top: 14px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(40, 93, 70, 0.12);
}

.slot-bar span {
  display: block;
  width: 46%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--orange), #ff9f43);
  transform: scaleX(var(--slot-scale, 1));
  transform-origin: left center;
  will-change: transform;
  transition: transform 0.35s ease;
}

.capacity-card.is-closed .flow-badge {
  border-color: rgba(139, 74, 74, 0.18);
  background: rgba(139, 74, 74, 0.1);
}

.capacity-card.is-closed .flow-dot {
  background: #b84242;
  box-shadow: 0 0 0 6px rgba(184, 66, 66, 0.12);
}

.capacity-card.is-closed .slot-bar span {
  transform: scaleX(0);
  background: #b84242;
}

.flow-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.flow-steps div {
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #fff;
  padding: 16px;
}

.flow-steps span {
  display: block;
  color: var(--orange-dark);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.flow-steps strong {
  display: block;
  margin-top: 8px;
  color: var(--green-800);
  line-height: 1.18;
}

.timeline {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid var(--line);
}

.timeline article {
  position: relative;
  padding: 28px 26px 0 0;
}

.timeline article::before {
  content: "";
  position: absolute;
  top: -6px;
  left: 0;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--orange);
  box-shadow: 0 0 0 8px rgba(255, 109, 0, 0.12);
}

.timeline span {
  color: var(--orange);
  font-weight: 950;
}

.timeline h3 {
  margin-top: 14px;
  font-family: var(--serif);
  font-size: 27px;
}

.timeline p {
  margin-top: 10px;
  color: var(--muted);
}

.proof-section { background: var(--bg-soft); }

.proof-grid {
  display: grid;
  grid-template-columns: 1fr 0.9fr;
  gap: 46px;
  align-items: center;
}

.proof-list {
  display: grid;
  gap: 14px;
}

.proof-list div {
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: #fff;
  padding: 18px 20px;
  font-weight: 800;
  box-shadow: 0 8px 30px rgba(28, 38, 31, 0.05);
}

.faq {
  max-width: 840px;
  margin-inline: auto;
  border-top: 1px solid var(--line);
}

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

.faq summary {
  cursor: pointer;
  list-style: none;
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 24px 0;
  color: var(--green-800);
  font-weight: 850;
  font-size: 19px;
}

.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; color: var(--orange); font-size: 24px; line-height: 1; }
.faq details[open] summary::after { content: "-"; }
.faq p {
  padding: 0 0 24px;
  color: var(--muted);
  max-width: 720px;
}

.final-cta {
  padding: 86px 0;
  color: #fff;
  background:
    radial-gradient(circle at 80% 0, rgba(255, 109, 0, 0.28), transparent 34%),
    linear-gradient(135deg, #0a1b14, #07110d);
}

.final-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 36px;
  align-items: center;
}

.final-cta h2 { max-width: 760px; }

.final-cta p {
  margin-top: 18px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 18px;
}

.final-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: flex-end;
}

.site-footer {
  padding: 54px 0;
  background: #07110d;
  color: rgba(255, 255, 255, 0.72);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr 0.7fr;
  gap: 40px;
}

.footer-logo { width: 190px; margin-bottom: 18px; }
.site-footer h4 { margin-bottom: 14px; color: #fff; }
.site-footer a,
.site-footer span { display: block; margin-top: 8px; }
.site-footer a:hover { color: #fff; }

.brief-v2-page {
  min-height: 100vh;
  color: #fff;
  background: #061712;
}

.brief-header { position: relative; }

.brief-v2 {
  position: relative;
  min-height: 100vh;
  padding: 120px 0 86px;
  overflow: hidden;
}

.brief-video-bg {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.brief-v2-overlay {
  position: fixed;
  inset: 0;
  z-index: 1;
  background:
    radial-gradient(circle at 78% 18%, rgba(255, 109, 0, 0.18), transparent 34%),
    linear-gradient(90deg, rgba(4, 13, 9, 0.94), rgba(4, 13, 9, 0.78) 42%, rgba(4, 13, 9, 0.45)),
    linear-gradient(180deg, rgba(4, 13, 9, 0.56), rgba(4, 13, 9, 0.9));
  pointer-events: none;
}

.brief-v2-layout {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(520px, 1fr);
  gap: clamp(24px, 5vw, 70px);
  align-items: start;
}

.brief-v2-copy {
  min-height: 72vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 24px 0;
}

.back-link {
  display: inline-flex;
  margin-bottom: 30px;
  color: rgba(255, 255, 255, 0.72);
  font-weight: 750;
}

.brief-v2-copy h1 {
  max-width: 720px;
  margin-top: 18px;
  font-size: clamp(44px, 6vw, 76px);
  line-height: 0.95;
}

.brief-v2-copy p {
  max-width: 620px;
  margin-top: 24px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 18px;
}

.brief-v2-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  max-width: 650px;
  margin-top: 34px;
}

.brief-v2-stats div {
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(18px);
  padding: 18px;
}

.brief-v2-stats strong {
  display: block;
  color: #fff;
  font-size: 26px;
  letter-spacing: -0.05em;
}

.brief-v2-stats span {
  display: block;
  margin-top: 4px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 13px;
  font-weight: 750;
}

.brief-v2-card {
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 34px;
  background: rgba(255, 250, 244, 0.96);
  color: var(--ink);
  box-shadow: 0 35px 110px rgba(0, 0, 0, 0.38);
  padding: clamp(22px, 3vw, 38px);
}

.brief-card-top {
  margin-bottom: 26px;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--line);
}

.brief-card-top span {
  display: inline-flex;
  border-radius: 999px;
  padding: 8px 12px;
  background: rgba(255, 109, 0, 0.1);
  color: var(--orange-dark);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.brief-card-top h2,
.brief-step-head h3,
.success h2 {
  font-family: var(--serif);
  color: var(--green-800);
  letter-spacing: -0.045em;
}

.brief-card-top h2 {
  margin-top: 14px;
  font-size: clamp(32px, 4vw, 48px);
  line-height: 1;
}

.brief-card-top p,
.success p { margin-top: 10px; color: var(--muted); }

.brief-step {
  border: 1px solid rgba(15, 42, 30, 0.1);
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.6);
  padding: clamp(18px, 2.6vw, 28px);
  margin-bottom: 18px;
}

.brief-step-head {
  display: flex;
  align-items: baseline;
  gap: 12px;
  margin-bottom: 18px;
}

.brief-step-head span {
  color: var(--orange);
  font-size: 13px;
  font-weight: 950;
  letter-spacing: 0.12em;
}

.brief-step-head h3 {
  font-size: 28px;
  line-height: 1;
}

.form-grid {
  display: grid;
  gap: 16px;
}

.form-grid.two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-bottom: 16px;
}

.field {
  display: grid;
  gap: 9px;
  margin-bottom: 16px;
}

.field > span,
.field label > span {
  color: var(--green-800);
  font-size: 14px;
  font-weight: 850;
}

.field b { color: var(--orange); }

input,
textarea {
  width: 100%;
  border: 1px solid rgba(15, 42, 30, 0.14);
  border-radius: 18px;
  background: #fff;
  color: var(--ink);
  padding: 16px 17px;
  font: inherit;
  outline: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

input:focus,
textarea:focus {
  border-color: rgba(255, 109, 0, 0.62);
  box-shadow: 0 0 0 4px rgba(255, 109, 0, 0.12);
}

textarea {
  min-height: 132px;
  resize: vertical;
}

.choice-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.choice-grid.compact { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.choice-grid label { cursor: pointer; }

.choice-grid input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.choice-grid span {
  display: flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(15, 42, 30, 0.12);
  border-radius: 999px;
  background: #fff;
  color: var(--green-800);
  font-weight: 800;
  text-align: center;
  padding: 10px 14px;
}

.choice-grid input:checked + span {
  border-color: rgba(255, 109, 0, 0.45);
  background: rgba(255, 109, 0, 0.11);
  color: var(--orange-dark);
  box-shadow: inset 0 0 0 1px rgba(255, 109, 0, 0.22);
}

.consent {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  color: var(--muted);
  font-size: 14px;
}

.consent input {
  width: 18px;
  height: 18px;
  margin-top: 3px;
  accent-color: var(--orange);
}

.form-submit-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
  margin-top: 28px;
}

.form-status {
  color: var(--muted);
  font-weight: 750;
}

.form-status.show.err { color: #b84242; }
.form-status.show.ok { color: var(--green-600); }
.hidden { display: none !important; }

.success {
  text-align: center;
  padding: clamp(30px, 5vw, 70px) 20px;
}

.success-mark {
  display: grid;
  place-items: center;
  width: 76px;
  height: 76px;
  margin: 0 auto 22px;
  border-radius: 50%;
  color: #fff;
  background: var(--orange);
  font-size: 42px;
  font-weight: 950;
}

.success h2 { font-size: clamp(34px, 4vw, 52px); }

.success p {
  max-width: 560px;
  margin: 14px auto 26px;
}

.success-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}

.brief-wizard-page {
  min-height: 100vh;
  color: #fff;
  background:
    radial-gradient(circle at 18% 20%, rgba(255, 109, 0, 0.16), transparent 34%),
    radial-gradient(circle at 84% 12%, rgba(231, 166, 168, 0.14), transparent 26%),
    linear-gradient(135deg, #061712, #0c241b 52%, #07110d);
}

.brief-wizard {
  position: relative;
  min-height: calc(100vh - 78px);
  overflow: hidden;
  padding: clamp(34px, 5vw, 70px) 0;
}

.brief-wizard::before {
  content: "";
  position: absolute;
  inset: 12% auto auto 8%;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  background: rgba(255, 109, 0, 0.11);
  filter: blur(70px);
  pointer-events: none;
}

.brief-petals {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
}

.brief-petals span {
  position: absolute;
  top: -12vh;
  width: 14px;
  height: 22px;
  border-radius: 80% 20% 80% 20%;
  background: rgba(247, 218, 216, 0.5);
  box-shadow: 0 0 24px rgba(255, 109, 0, 0.16);
  animation: petal-drift 18s linear infinite;
}

.brief-petals span:nth-child(1) { left: 11%; animation-duration: 21s; animation-delay: -4s; }
.brief-petals span:nth-child(2) { left: 28%; width: 10px; height: 17px; animation-duration: 24s; animation-delay: -13s; }
.brief-petals span:nth-child(3) { left: 62%; animation-duration: 19s; animation-delay: -8s; }
.brief-petals span:nth-child(4) { left: 78%; width: 11px; height: 18px; animation-duration: 26s; animation-delay: -17s; }
.brief-petals span:nth-child(5) { left: 91%; animation-duration: 22s; animation-delay: -2s; }

@keyframes petal-drift {
  0% { transform: translate3d(0, 0, 0) rotate(0deg); opacity: 0; }
  12% { opacity: 0.85; }
  100% { transform: translate3d(-70px, 122vh, 0) rotate(240deg); opacity: 0; }
}

.wizard-shell {
  position: relative;
  z-index: 1;
  min-height: calc(100vh - 210px);
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(520px, 1fr);
  gap: clamp(28px, 5vw, 78px);
  align-items: center;
}

.wizard-intro {
  max-width: 560px;
}

.wizard-intro h1 {
  margin-top: 24px;
  font-size: clamp(42px, 5.4vw, 72px);
  line-height: 0.95;
}

.wizard-intro p {
  max-width: 500px;
  margin-top: 22px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 18px;
}

.wizard-stage {
  position: relative;
}

.wizard-card-shadow {
  position: absolute;
  inset: 22px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 36px;
  background: rgba(255, 250, 244, 0.08);
  transform: translate(22px, 20px) rotate(2deg);
  pointer-events: none;
}

.wizard-card-shadow.two {
  transform: translate(-18px, 34px) rotate(-2deg);
  opacity: 0.56;
}

.wizard-card {
  position: relative;
  z-index: 2;
  min-height: 610px;
  display: grid;
  grid-template-rows: auto 1fr auto auto;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 38px;
  background: rgba(255, 250, 244, 0.96);
  color: var(--ink);
  box-shadow: 0 38px 110px rgba(0, 0, 0, 0.38);
  padding: clamp(24px, 4vw, 44px);
  backdrop-filter: blur(22px);
}

.wizard-progress {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 8px;
  margin-bottom: clamp(26px, 4vw, 42px);
}

.wizard-progress span {
  height: 6px;
  border-radius: 999px;
  background: rgba(13, 37, 28, 0.12);
  transition: background 0.25s ease, box-shadow 0.25s ease;
}

.wizard-progress span.active {
  background: linear-gradient(90deg, var(--orange), #ff9f43);
  box-shadow: 0 8px 18px rgba(255, 109, 0, 0.22);
}

.wizard-steps {
  position: relative;
}

.wizard-step {
  display: none;
  align-content: center;
}

.wizard-step.active {
  display: grid;
  animation: wizard-step-in 0.28s ease both;
}

@keyframes wizard-step-in {
  from {
    opacity: 0;
    transform: translateY(18px) scale(0.985);
  }

  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

.wizard-question span {
  display: inline-flex;
  margin-bottom: 16px;
  color: var(--orange-dark);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.wizard-question h2 {
  max-width: 650px;
  font-family: var(--serif);
  color: var(--green-800);
  font-size: clamp(42px, 5vw, 66px);
  line-height: 0.96;
  letter-spacing: -0.055em;
}

.wizard-question p {
  max-width: 520px;
  margin-top: 16px;
  color: var(--muted);
}

.wizard-field {
  display: grid;
  gap: 10px;
  margin-top: 32px;
}

.wizard-field input,
.wizard-field textarea {
  min-height: 68px;
  border-radius: 24px;
  padding: 18px 22px;
  font-size: 18px;
  font-weight: 650;
}

.wizard-field textarea {
  min-height: 112px;
}

.wizard-choice-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 28px;
}

.wizard-choice-grid label {
  cursor: pointer;
}

.wizard-choice-grid input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.wizard-choice-grid span {
  min-height: 72px;
  display: flex;
  align-items: center;
  border: 1px solid rgba(13, 37, 28, 0.13);
  border-radius: 22px;
  background: #fff;
  color: var(--green-800);
  padding: 16px 18px;
  font-weight: 900;
  line-height: 1.18;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.wizard-choice-grid input:checked + span {
  border-color: rgba(255, 109, 0, 0.5);
  background: rgba(255, 109, 0, 0.11);
  color: var(--orange-dark);
  box-shadow: inset 0 0 0 1px rgba(255, 109, 0, 0.2), 0 12px 28px rgba(255, 109, 0, 0.12);
}

.wizard-choice-grid .wide,
.intent-grid label:last-child {
  grid-column: 1 / -1;
}

.wizard-other-field {
  display: none;
  margin-top: 14px;
}

.wizard-other-field.active {
  display: grid;
}

.wizard-consent {
  margin-top: 24px;
}

.wizard-error {
  min-height: 22px;
  margin-top: 18px;
}

.wizard-actions {
  display: flex;
  gap: 12px;
  justify-content: space-between;
  margin-top: 18px;
}

.wizard-actions .btn {
  min-width: 160px;
}

.wizard-actions .btn:disabled {
  cursor: default;
  opacity: 0.45;
  transform: none;
}

.wizard-success {
  position: relative;
  z-index: 3;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 38px;
  background: rgba(255, 250, 244, 0.96);
  color: var(--ink);
  box-shadow: 0 38px 110px rgba(0, 0, 0, 0.38);
}

@media (prefers-reduced-motion: reduce) {
  .brief-petals span,
  .wizard-step {
    animation: none;
    transition: none;
  }
}

@media (max-width: 1060px) {
  .desktop-nav { display: none; }
  .hero-overlay,
  .intro-grid,
  .about-grid,
  .video-card,
  .example-card,
  .rent-card,
  .honesty-card,
  .capacity-card,
  .proof-grid,
  .wizard-shell,
  .brief-v2-layout {
    grid-template-columns: 1fr;
  }
  .hero-offer-card {
    justify-self: start;
    max-width: 470px;
  }
  .feature-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .timeline { grid-template-columns: repeat(2, minmax(0, 1fr)); row-gap: 34px; }

  .wizard-shell {
    align-items: start;
  }

  .wizard-intro {
    max-width: 760px;
  }

  .wizard-card {
    min-height: 560px;
  }
}

@media (max-width: 760px) {
  .shell { width: min(100% - 28px, var(--max)); }
  .site-header { background: rgba(8, 23, 18, 0.88); }
  .header-inner { min-height: 68px; }
  .brand { padding: 6px 8px; }
  .brand img { width: 140px; }
  .phone-link { display: none; }
  .header-actions .btn-small {
    min-height: 38px;
    padding-inline: 14px;
    font-size: 13px;
  }

  .hero-stage {
    min-height: 100svh;
    display: flex;
    flex-direction: column;
  }

  .hero-video-layer {
    position: absolute;
    inset: 0;
    transition: opacity 0.35s ease;
  }

  .hero-video-muted {
    width: 100%;
  }

  .hero-video-bright {
    width: 100%;
    opacity: 0;
  }

  .hero-stage.mobile-with-site .hero-video-bright { opacity: 1; }
  .hero-stage.mobile-with-site .hero-video-muted { opacity: 0; }

  .compare-video {
    object-position: 55% center;
    min-height: 100svh;
  }

  .split-handle,
  .split-label { display: none; }

  .hero-vignette {
    background:
      linear-gradient(180deg, rgba(4, 13, 9, 0.84), rgba(4, 13, 9, 0.36) 44%, rgba(4, 13, 9, 0.88)),
      linear-gradient(90deg, rgba(4, 13, 9, 0.58), rgba(4, 13, 9, 0.18));
  }

  .hero-overlay {
    min-height: 100svh;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    gap: 20px;
    padding-top: 112px;
    padding-bottom: 112px;
  }

  .hero-copy h1 {
    font-size: clamp(54px, 17vw, 82px);
  }

  .hero-lead {
    font-size: 18px;
  }

  .hero-actions,
  .final-actions { justify-content: flex-start; }

  .hero-offer-card {
    display: none;
  }

  .mobile-switch {
    position: absolute;
    left: 14px;
    right: 14px;
    bottom: 24px;
    z-index: 10;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 999px;
    padding: 6px;
    background: rgba(5, 16, 12, 0.72);
    backdrop-filter: blur(18px);
  }

  .mobile-switch button {
    min-height: 46px;
    border: 0;
    border-radius: 999px;
    color: rgba(255, 255, 255, 0.72);
    background: transparent;
    font-weight: 850;
  }

  .mobile-switch button.active {
    color: #fff;
    background: var(--orange);
  }

  .compare-grid,
  .final-inner,
  .footer-grid,
  .example-actions,
  .form-grid.two {
    grid-template-columns: 1fr;
  }

  .example-card {
    border-radius: 28px;
    padding: 24px;
  }

  .example-actions {
    display: grid;
  }

  .example-preview-body {
    min-height: 280px;
    padding: 18px;
  }

  .example-product-grid {
    grid-template-columns: 1fr;
  }

  .compare-head {
    display: block;
  }

  .compare-icon {
    margin-bottom: 16px;
  }

  .feature-grid,
  .timeline,
  .choice-grid,
  .choice-grid.compact,
  .flow-steps,
  .brief-v2-stats {
    grid-template-columns: 1fr;
  }

  .btn-large { width: 100%; }
  .brief-v2 { padding: 104px 0 42px; }
  .brief-v2-copy { min-height: auto; }
  .brief-v2-copy h1 { font-size: clamp(40px, 12vw, 58px); }
  .brief-v2-card { border-radius: 26px; }

  .brief-wizard {
    min-height: calc(100vh - 68px);
    padding: 34px 0 42px;
  }

  .wizard-shell {
    min-height: auto;
    gap: 24px;
  }

  .wizard-intro h1 {
    margin-top: 18px;
    font-size: clamp(36px, 11vw, 54px);
  }

  .wizard-intro p {
    font-size: 16px;
  }

  .wizard-card,
  .wizard-success {
    min-height: 560px;
    border-radius: 28px;
    padding: 22px;
  }

  .wizard-card-shadow {
    display: none;
  }

  .wizard-progress {
    gap: 6px;
    margin-bottom: 26px;
  }

  .wizard-question h2 {
    font-size: clamp(36px, 12vw, 52px);
  }

  .wizard-field input,
  .wizard-field textarea {
    min-height: 62px;
    border-radius: 20px;
    font-size: 16px;
  }

  .wizard-choice-grid,
  .intent-grid {
    grid-template-columns: 1fr;
  }

  .wizard-choice-grid span {
    min-height: 62px;
  }

  .wizard-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .wizard-actions .btn {
    width: 100%;
  }

  .hero-compare {
    min-height: auto;
  }

  .hero-stage {
    min-height: auto;
    display: block;
    padding: 106px 0 38px;
    background:
      radial-gradient(circle at 86% 12%, rgba(255, 109, 0, 0.26), transparent 34%),
      radial-gradient(circle at 16% 74%, rgba(231, 166, 168, 0.16), transparent 30%),
      linear-gradient(145deg, #061712, #0d251c 58%, #07110d);
  }

  .hero-video-layer,
  .hero-vignette,
  .hero-overlay,
  .split-handle,
  .split-label,
  .mobile-switch {
    display: none;
  }

  .mobile-hero-static {
    display: grid;
    gap: 22px;
  }

  .mobile-hero-copy {
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 28px;
    padding: 24px;
    background: rgba(255, 250, 244, 0.08);
    box-shadow: 0 24px 80px rgba(0, 0, 0, 0.24);
    backdrop-filter: blur(18px);
  }

  .mobile-hero-copy span {
    display: block;
    color: var(--orange);
    font-size: 11px;
    font-weight: 950;
    letter-spacing: 0.14em;
    text-transform: uppercase;
  }

  .mobile-hero-copy h1 {
    margin-top: 18px;
    font-family: var(--serif);
    font-size: clamp(42px, 12.2vw, 56px);
    line-height: 0.92;
    letter-spacing: -0.055em;
  }

  .mobile-hero-copy h1 .nowrap {
    display: block;
    margin-top: 8px;
    color: var(--orange);
    font-size: clamp(48px, 14vw, 68px);
    line-height: 0.88;
    letter-spacing: -0.045em;
    text-transform: none;
    white-space: nowrap;
  }

  .mobile-hero-copy p {
    margin-top: 18px;
    color: rgba(255, 255, 255, 0.82);
    font-size: 17px;
    font-weight: 650;
  }

  .mobile-hero-copy .hero-actions {
    display: grid;
    gap: 12px;
    margin-top: 26px;
  }

  .mobile-hero-copy .btn {
    width: 100%;
  }

  .mobile-hero-copy .btn-glass {
    color: #fff;
    border-color: rgba(255, 255, 255, 0.22);
    background: rgba(6, 23, 18, 0.58);
    box-shadow: none;
    backdrop-filter: none;
  }

  .mobile-reality-cards {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .mobile-reality-cards article {
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 22px;
    padding: 18px;
    background: rgba(255, 255, 255, 0.08);
  }

  .mobile-reality-cards strong {
    display: block;
    color: #fff;
    font-size: 18px;
  }

  .mobile-reality-cards span {
    display: block;
    margin-top: 7px;
    color: rgba(255, 255, 255, 0.68);
  }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    scroll-behavior: auto !important;
    transition: none !important;
    animation: none !important;
  }
}
