:root {
  --navy: #102f4f;
  --navy-deep: #0a223a;
  --blue: #2468ee;
  --blue-soft: #eaf1ff;
  --ink: #142238;
  --muted: #617086;
  --line: #dce5ef;
  --paper: #f5f8fc;
  --white: #ffffff;
  --green: #137b57;
  --green-soft: #e6f5ee;
  --red: #a52a2a;
  --red-soft: #fff0f0;
  --amber: #9a6200;
  --amber-soft: #fff4d6;
  --shadow: 0 24px 70px rgba(16, 47, 79, .14);
  --radius-xl: 32px;
  --radius-lg: 22px;
  --radius-md: 16px;
  --shell: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: Inter, Manrope, "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
img, svg { display: block; max-width: 100%; }

.shell { width: min(calc(100% - 40px), var(--shell)); margin: 0 auto; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 1000; padding: 10px 14px; background: var(--white); color: var(--navy); border-radius: 8px; box-shadow: var(--shadow); }
.skip-link:focus { top: 16px; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

.site-header { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,.88); border-bottom: 1px solid rgba(220,229,239,.8); backdrop-filter: blur(18px); }
.header-inner { height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 12px; }
.brand-mark { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; background: var(--navy); color: var(--white); font-size: 13px; font-weight: 800; letter-spacing: .04em; }
.brand-text { display: flex; flex-direction: column; line-height: 1.05; }
.brand-text strong { color: var(--navy); font-size: 17px; }
.brand-text small { margin-top: 4px; color: var(--muted); font-size: 11px; text-transform: uppercase; letter-spacing: .16em; }
.site-nav { display: flex; align-items: center; gap: 28px; color: #435268; font-size: 14px; font-weight: 650; }
.site-nav > a:not(.nav-cta) { transition: color .2s ease; }
.site-nav > a:not(.nav-cta):hover { color: var(--blue); }
.nav-cta { padding: 11px 17px; border-radius: 999px; background: var(--navy); color: var(--white); transition: transform .2s ease, background .2s ease; }
.nav-cta:hover { transform: translateY(-1px); background: var(--blue); }
.menu-toggle { display: none; width: 44px; height: 44px; padding: 10px; border: 0; background: transparent; cursor: pointer; }
.menu-toggle span:not(.sr-only) { display: block; height: 2px; margin: 5px 0; background: var(--navy); border-radius: 2px; transition: transform .2s ease, opacity .2s ease; }

.hero { position: relative; overflow: hidden; padding: 92px 0 86px; background: linear-gradient(145deg, #f7faff 0%, #edf4fc 48%, #f9fbfe 100%); }
.hero::after { content: ""; position: absolute; inset: auto 0 0; height: 1px; background: var(--line); }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(2px); pointer-events: none; }
.hero-glow-one { width: 520px; height: 520px; right: -220px; top: -170px; background: radial-gradient(circle, rgba(36,104,238,.18), rgba(36,104,238,0) 68%); }
.hero-glow-two { width: 360px; height: 360px; left: -160px; bottom: -180px; background: radial-gradient(circle, rgba(19,123,87,.12), rgba(19,123,87,0) 70%); }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: 76px; }
.hero-grid > *, .hero-copy, .hero-preview { min-width: 0; }
.eyebrow, .kicker { display: inline-flex; align-items: center; gap: 9px; color: var(--blue); font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .12em; }
.eyebrow { padding: 8px 12px; border: 1px solid #ccdaf4; border-radius: 999px; background: rgba(255,255,255,.7); }
.eyebrow i { width: 7px; height: 7px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 4px rgba(19,123,87,.12); }
.hero h1 { max-width: 710px; margin: 24px 0 24px; color: var(--navy-deep); font-size: clamp(44px, 5.5vw, 70px); line-height: 1.02; letter-spacing: -.045em; }
.hero h1 em { color: var(--blue); font-style: normal; }
.hero-lead { max-width: 650px; margin: 0; color: #4f6077; font-size: 19px; line-height: 1.65; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.button { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; padding: 13px 21px; border: 1px solid transparent; border-radius: 12px; font-size: 14px; font-weight: 800; transition: transform .2s ease, box-shadow .2s ease, background .2s ease, border-color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--blue); color: var(--white); box-shadow: 0 12px 28px rgba(36,104,238,.22); }
.button-primary:hover { box-shadow: 0 16px 34px rgba(36,104,238,.3); }
.button-ghost { border-color: #c8d5e5; background: rgba(255,255,255,.7); color: var(--navy); }
.button-ghost:hover { background: var(--white); border-color: #a9bbcf; }
.hero-notes { display: flex; flex-wrap: wrap; gap: 18px; margin: 28px 0 0; padding: 0; color: var(--muted); font-size: 13px; list-style: none; }
.hero-notes li { display: flex; align-items: center; gap: 8px; }
.hero-notes li::before { content: ""; width: 5px; height: 5px; border-radius: 50%; background: var(--green); }

.hero-preview { position: relative; }
.preview-window { overflow: hidden; border: 1px solid rgba(255,255,255,.8); border-radius: 24px; background: var(--white); box-shadow: var(--shadow); transform: rotate(1.1deg); }
.preview-topline { display: flex; align-items: center; justify-content: space-between; padding: 15px 18px; background: var(--navy); color: #d7e4f1; }
.preview-topline > span { display: flex; gap: 6px; }
.preview-topline b { width: 7px; height: 7px; border-radius: 50%; background: #86a1ba; }
.preview-topline b:first-child { background: #ffcc5c; }
.preview-topline small { font-size: 11px; letter-spacing: .06em; text-transform: uppercase; }
.preview-body { padding: 30px; }
.preview-label { display: inline-block; padding: 6px 9px; border-radius: 7px; background: var(--amber-soft); color: var(--amber); font-size: 10px; font-weight: 850; text-transform: uppercase; letter-spacing: .08em; }
.preview-body h2 { margin: 15px 0 10px; color: var(--navy); font-size: 25px; line-height: 1.18; letter-spacing: -.02em; }
.preview-body > p { margin: 0; color: var(--muted); font-size: 14px; }
.preview-metrics { display: grid; grid-template-columns: repeat(3, 1fr); gap: 9px; margin-top: 22px; }
.preview-metrics div { min-height: 96px; padding: 14px; border: 1px solid var(--line); border-radius: 12px; background: var(--paper); }
.preview-metrics small { display: block; margin-bottom: 12px; color: var(--muted); font-size: 9px; font-weight: 750; text-transform: uppercase; letter-spacing: .05em; }
.preview-metrics strong { display: block; color: var(--navy); font-size: 14px; line-height: 1.25; }
.preview-signal { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-top: 12px; padding: 15px 17px; border-radius: 12px; background: var(--green-soft); color: var(--green); }
.preview-signal span { font-size: 11px; text-transform: uppercase; letter-spacing: .05em; }
.preview-signal b { text-align: right; font-size: 12px; }
.preview-stamp { position: absolute; right: -16px; bottom: -20px; padding: 10px 14px; border: 1px solid #d8e1ec; border-radius: 10px; background: rgba(255,255,255,.95); color: var(--muted); font-size: 11px; box-shadow: 0 10px 26px rgba(16,47,79,.09); transform: rotate(-2deg); }

.signal-strip { border-bottom: 1px solid var(--line); background: var(--white); }
.signal-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.signal-grid > div { min-height: 116px; padding: 28px 24px; border-right: 1px solid var(--line); }
.signal-grid > div:first-child { border-left: 1px solid var(--line); }
.signal-grid strong, .signal-grid span { display: block; }
.signal-grid strong { margin-bottom: 6px; color: var(--navy); font-size: 15px; }
.signal-grid span { color: var(--muted); font-size: 13px; }

.section { padding: 112px 0; }
.section-heading h2 { max-width: 760px; margin: 14px 0 18px; color: var(--navy-deep); font-size: clamp(34px, 4.3vw, 52px); line-height: 1.09; letter-spacing: -.035em; }
.section-heading p { max-width: 690px; margin: 0; color: var(--muted); font-size: 17px; }
.section-heading.narrow { max-width: 820px; }
.section-heading.centered { display: flex; flex-direction: column; align-items: center; margin: 0 auto 48px; text-align: center; }
.section-heading.centered p { max-width: 650px; }

.section-problem { background: var(--white); }
.problem-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 48px; }
.problem-card { position: relative; overflow: hidden; min-height: 250px; padding: 32px; border: 1px solid var(--line); border-radius: var(--radius-lg); background: var(--paper); }
.problem-card::after { content: ""; position: absolute; width: 160px; height: 160px; right: -80px; bottom: -90px; border-radius: 50%; background: rgba(36,104,238,.07); }
.card-number { display: inline-grid; width: 39px; height: 39px; place-items: center; border-radius: 50%; background: var(--white); color: var(--blue); font-size: 12px; font-weight: 850; box-shadow: 0 7px 18px rgba(16,47,79,.08); }
.problem-card h3 { margin: 42px 0 12px; color: var(--navy); font-size: 21px; }
.problem-card p { margin: 0; color: var(--muted); }

.section-inside { background: var(--paper); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.split-layout { display: grid; grid-template-columns: .84fr 1.16fr; gap: 88px; align-items: start; }
.sticky-copy { position: sticky; top: 120px; }
.text-link { display: inline-flex; align-items: center; gap: 12px; margin-top: 26px; color: var(--blue); font-size: 14px; font-weight: 800; }
.text-link span { transition: transform .2s ease; }
.text-link:hover span { transform: translateX(4px); }
.inside-list { border-top: 1px solid #cfdbe8; }
.inside-list article { display: grid; grid-template-columns: 62px 1fr; gap: 20px; padding: 30px 0; border-bottom: 1px solid #cfdbe8; }
.inside-list article > span { color: var(--blue); font-size: 13px; font-weight: 850; }
.inside-list h3 { margin: -4px 0 8px; color: var(--navy); font-size: 20px; }
.inside-list p { margin: 0; color: var(--muted); }

.section-example { overflow: hidden; background: var(--white); }
.demo-card { overflow: hidden; border: 1px solid #cdd9e6; border-radius: var(--radius-xl); background: #f8fafc; box-shadow: 0 24px 80px rgba(16,47,79,.12); }
.demo-header { display: flex; align-items: center; gap: 16px; padding: 24px 28px; background: var(--navy); color: var(--white); }
.demo-logo { width: 46px; height: 46px; display: grid; flex: 0 0 46px; place-items: center; border-radius: 50%; background: var(--white); color: var(--navy); font-size: 13px; font-weight: 900; }
.demo-header small { color: #bcd0e3; font-size: 10px; font-weight: 750; text-transform: uppercase; letter-spacing: .1em; }
.demo-header h3 { margin: 3px 0 0; font-size: 23px; line-height: 1.1; }
.demo-header > span { margin-left: auto; padding: 7px 10px; border: 1px solid rgba(255,255,255,.25); border-radius: 999px; color: #d7e4f1; font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.demo-verdict { margin: 28px; padding: 28px 30px; border: 1px solid #efc45f; border-radius: 18px; background: var(--amber-soft); }
.demo-verdict small { color: var(--amber); font-size: 11px; font-weight: 850; text-transform: uppercase; letter-spacing: .08em; }
.demo-verdict strong { display: block; margin: 12px 0 8px; color: var(--navy); font-size: 27px; line-height: 1.2; }
.demo-verdict p { margin: 0; color: #48586c; }
.demo-numbers { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; padding: 0 28px; }
.demo-numbers > div { padding: 21px; border: 1px solid var(--line); border-radius: 15px; background: var(--white); }
.demo-numbers small, .demo-numbers strong, .demo-numbers span { display: block; }
.demo-numbers small { color: var(--muted); font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .06em; }
.demo-numbers strong { margin: 12px 0 7px; color: var(--navy); font-size: 24px; line-height: 1.1; }
.demo-numbers span { color: var(--muted); font-size: 12px; }
.demo-columns { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; padding: 14px 28px 28px; }
.demo-columns > div { padding: 24px; border-radius: 16px; }
.demo-fit { border: 1px solid #a9ddc7; background: var(--green-soft); }
.demo-stop { border: 1px solid #f0b7b7; background: var(--red-soft); }
.demo-columns h4 { margin: 0 0 16px; font-size: 15px; text-transform: uppercase; letter-spacing: .04em; }
.demo-fit h4 { color: var(--green); }
.demo-stop h4 { color: var(--red); }
.demo-columns ul { margin: 0; padding-left: 19px; color: #344256; }
.demo-columns li + li { margin-top: 9px; }
.demo-footer { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 19px 28px; border-top: 1px solid var(--line); background: var(--white); }
.demo-footer span { color: var(--muted); font-size: 12px; }
.demo-footer a { color: var(--blue); font-size: 13px; font-weight: 850; }

.section-process { background: #f8fafc; border-top: 1px solid var(--line); }
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin: 50px 0 0; padding: 0; list-style: none; }
.process-grid li { min-height: 245px; padding: 27px; border: 1px solid var(--line); border-radius: 18px; background: var(--white); }
.process-grid li > span { display: grid; width: 36px; height: 36px; place-items: center; border-radius: 10px; background: var(--blue-soft); color: var(--blue); font-size: 12px; font-weight: 900; }
.process-grid h3 { margin: 48px 0 10px; color: var(--navy); font-size: 19px; }
.process-grid p { margin: 0; color: var(--muted); font-size: 14px; }

.section-offer { position: relative; overflow: hidden; padding: 92px 0; background: var(--navy); color: var(--white); }
.section-offer::before { content: ""; position: absolute; width: 620px; height: 620px; right: -260px; top: -250px; border-radius: 50%; background: radial-gradient(circle, rgba(36,104,238,.45), rgba(36,104,238,0) 68%); }
.offer-grid { position: relative; display: grid; grid-template-columns: 1fr 430px; align-items: center; gap: 100px; }
.kicker.light { color: #8bb2ff; }
.offer-copy h2 { max-width: 650px; margin: 15px 0 18px; font-size: clamp(36px, 4.4vw, 54px); line-height: 1.08; letter-spacing: -.035em; }
.offer-copy > p { max-width: 620px; margin: 0; color: #c5d6e6; font-size: 17px; }
.offer-copy ul { display: grid; gap: 11px; margin: 28px 0 0; padding: 0; list-style: none; }
.offer-copy li { display: flex; align-items: center; gap: 11px; color: #e5edf5; }
.offer-copy li::before { content: "✓"; display: grid; width: 21px; height: 21px; place-items: center; border-radius: 50%; background: rgba(102,215,168,.15); color: #66d7a8; font-size: 11px; font-weight: 900; }
.offer-card { padding: 34px; border: 1px solid rgba(255,255,255,.22); border-radius: 24px; background: rgba(255,255,255,.1); box-shadow: 0 30px 80px rgba(0,0,0,.18); backdrop-filter: blur(14px); }
.offer-card > span { color: #bcd0e3; font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .09em; }
.offer-card > strong { display: block; margin: 12px 0 8px; font-size: 64px; line-height: 1; letter-spacing: -.05em; }
.offer-card > p { margin: 0 0 25px; color: #d4e0ec; font-size: 14px; }
.button-light { width: 100%; background: var(--white); color: var(--navy); }
.offer-email { display: block; margin-top: 16px; color: #cbdbea; text-align: center; font-size: 13px; }

.section-about { background: var(--white); }
.about-grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: 84px; align-items: center; }
.about-photo { position: relative; min-height: 460px; margin: 0; overflow: hidden; border-radius: var(--radius-xl); background: var(--navy); box-shadow: var(--shadow); }
.about-photo::after { position: absolute; inset: 45% 0 0; background: linear-gradient(180deg, transparent, rgba(5, 24, 42, .78)); content: ""; pointer-events: none; }
.about-photo img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 50% 43%; }
.about-photo figcaption { position: absolute; z-index: 1; right: 22px; bottom: 20px; left: 22px; color: var(--white); font-size: 13px; font-weight: 800; letter-spacing: .035em; }
.about-copy h2 { margin: 14px 0 22px; color: var(--navy-deep); font-size: clamp(32px, 4vw, 48px); line-height: 1.1; letter-spacing: -.035em; }
.about-copy p { max-width: 720px; margin: 0; color: var(--muted); font-size: 16px; }
.about-copy p + p { margin-top: 16px; }
.about-contacts { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.about-contacts a { padding: 11px 14px; border: 1px solid var(--line); border-radius: 10px; background: var(--paper); color: var(--navy); font-size: 13px; font-weight: 750; }
.about-contacts a:hover { border-color: #acc2d9; }

.section-faq { background: var(--paper); border-top: 1px solid var(--line); }
.faq-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 90px; align-items: start; }
.faq-list { border-top: 1px solid #cad6e3; }
.faq-list details { border-bottom: 1px solid #cad6e3; }
.faq-list summary { position: relative; padding: 24px 48px 24px 0; color: var(--navy); font-size: 17px; font-weight: 800; cursor: pointer; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; right: 4px; top: 21px; width: 30px; height: 30px; display: grid; place-items: center; border-radius: 50%; background: var(--white); color: var(--blue); font-size: 21px; font-weight: 400; transition: transform .2s ease; }
.faq-list details[open] summary::after { transform: rotate(45deg); }
.faq-list p { max-width: 720px; margin: -4px 0 24px; color: var(--muted); }

.final-cta { padding: 76px 0; background: var(--white); }
.final-cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 60px; padding: 42px 46px; border: 1px solid var(--line); border-radius: 24px; background: linear-gradient(120deg, #f7faff, #eef4fd); }
.final-cta h2 { margin: 9px 0 0; color: var(--navy); font-size: clamp(30px, 3.5vw, 44px); line-height: 1.1; letter-spacing: -.03em; }
.final-actions { display: flex; flex-wrap: wrap; gap: 10px; }
.button-dark-outline { border-color: #afbdd0; background: transparent; color: var(--navy); }

.site-footer { padding: 32px 0; border-top: 1px solid var(--line); background: #f8fafc; }
.footer-inner { display: grid; grid-template-columns: 210px 1fr auto; align-items: center; gap: 32px; }
.brand-footer .brand-mark { width: 36px; height: 36px; font-size: 11px; }
.brand-footer .brand-text strong { font-size: 15px; }
.site-footer p { max-width: 720px; margin: 0; color: var(--muted); font-size: 11px; }
.site-footer > .shell > span { color: var(--muted); font-size: 12px; white-space: nowrap; }

[data-reveal] { opacity: 1; transform: none; }
.js [data-reveal], .js [data-reveal].is-visible { opacity: 1; transform: none; }

@media (max-width: 1020px) {
  .site-nav { gap: 18px; }
  .site-nav a:not(.nav-cta) { display: none; }
  .hero { padding-top: 72px; }
  .hero-grid { grid-template-columns: 1fr; gap: 56px; }
  .hero-copy { max-width: 800px; }
  .hero-preview { width: min(100%, 680px); margin-left: auto; margin-right: auto; }
  .signal-grid { grid-template-columns: repeat(2, 1fr); }
  .signal-grid > div:nth-child(3) { border-left: 1px solid var(--line); border-top: 1px solid var(--line); }
  .signal-grid > div:nth-child(4) { border-top: 1px solid var(--line); }
  .problem-grid { grid-template-columns: 1fr; }
  .problem-card { min-height: 210px; }
  .split-layout { grid-template-columns: 1fr; gap: 48px; }
  .sticky-copy { position: static; }
  .process-grid { grid-template-columns: repeat(2, 1fr); }
  .offer-grid { grid-template-columns: 1fr 380px; gap: 50px; }
  .about-grid { grid-template-columns: .8fr 1.2fr; gap: 50px; }
  .faq-grid { gap: 50px; }
}

@media (max-width: 760px) {
  .shell { width: min(calc(100% - 28px), var(--shell)); }
  .header-inner { min-width: 0; height: 68px; }
  .brand { min-width: 0; }
  .menu-toggle { position: relative; z-index: 2; display: block; flex: 0 0 44px; margin-left: auto; }
  .site-nav { position: fixed; inset: 68px 0 auto; display: flex; max-height: 0; overflow: hidden; flex-direction: column; align-items: stretch; gap: 0; padding: 0 20px; border-bottom: 1px solid transparent; background: rgba(255,255,255,.98); opacity: 0; pointer-events: none; transition: max-height .28s ease, opacity .2s ease, padding .28s ease; }
  .site-nav.is-open { max-height: 430px; padding-top: 12px; padding-bottom: 20px; border-color: var(--line); opacity: 1; pointer-events: auto; }
  .site-nav a:not(.nav-cta) { display: block; padding: 13px 4px; border-bottom: 1px solid var(--line); }
  .site-nav .nav-cta { margin-top: 14px; text-align: center; }
  .menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .hero { padding: 54px 0 70px; }
  .eyebrow { max-width: 100%; align-items: flex-start; white-space: normal; line-height: 1.35; }
  .hero h1 { font-size: clamp(40px, 11vw, 48px); line-height: 1.04; }
  .hero-lead { font-size: 17px; }
  .hero-actions .button { width: 100%; }
  .hero-notes { display: grid; gap: 8px; }
  .preview-body { padding: 22px; }
  .preview-body h2 { font-size: 21px; }
  .preview-metrics { grid-template-columns: 1fr; }
  .preview-metrics div { min-height: 0; }
  .preview-signal { align-items: flex-start; flex-direction: column; }
  .preview-signal b { text-align: left; }
  .preview-window { transform: none; }
  .preview-stamp { position: static; display: inline-block; margin: 12px 0 0 8px; transform: none; }
  .signal-grid { grid-template-columns: 1fr; }
  .signal-grid > div, .signal-grid > div:first-child, .signal-grid > div:nth-child(3) { min-height: 0; border: 0; border-bottom: 1px solid var(--line); }
  .section { padding: 78px 0; }
  .section-heading h2 { font-size: 37px; }
  .problem-card { padding: 26px; }
  .inside-list article { grid-template-columns: 46px 1fr; gap: 14px; }
  .demo-header { padding: 20px; }
  .demo-header h3 { font-size: 18px; }
  .demo-header > span { display: none; }
  .demo-verdict { margin: 16px; padding: 22px; }
  .demo-verdict strong { font-size: 22px; }
  .demo-numbers { grid-template-columns: 1fr; padding: 0 16px; }
  .demo-columns { grid-template-columns: 1fr; padding: 14px 16px 18px; }
  .demo-footer { align-items: flex-start; flex-direction: column; padding: 18px 20px; }
  .process-grid { grid-template-columns: 1fr; }
  .process-grid li { min-height: 210px; }
  .offer-grid { grid-template-columns: 1fr; gap: 44px; }
  .offer-card { padding: 28px; }
  .offer-card > strong { font-size: 54px; }
  .about-grid { grid-template-columns: 1fr; gap: 40px; }
  .about-photo { min-height: 380px; }
  .about-photo img { object-position: 50% 38%; }
  .about-copy h2 { font-size: 35px; }
  .about-contacts { display: grid; }
  .faq-grid { grid-template-columns: 1fr; gap: 30px; }
  .final-cta-inner { align-items: flex-start; flex-direction: column; padding: 30px 24px; }
  .final-actions { width: 100%; }
  .final-actions .button { width: 100%; }
  .footer-inner { grid-template-columns: 1fr; gap: 18px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  [data-reveal] { opacity: 1; transform: none; }
}
