:root {
  --ink: #0b1220;
  --ink-soft: #1d2939;
  --paper: #f7f8f6;
  --white: #ffffff;
  --muted: #667085;
  --line: rgba(11, 18, 32, 0.12);
  --accent: #35d6a7;
  --accent-dark: #159975;
  --accent-soft: #dcf9ef;
  --blue-soft: #eef4ff;
  --shadow: 0 28px 70px rgba(10, 22, 42, 0.12);
  --radius: 26px;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
body.no-scroll { overflow: hidden; }
img, svg { display: block; max-width: 100%; }
a { color: inherit; }
button, input, textarea { font: inherit; }
button { color: inherit; }
::selection { background: var(--accent); color: var(--ink); }

.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.section { padding: 120px 0; }
.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; }
.skip-link { position: fixed; left: 20px; top: -100px; z-index: 9999; padding: 12px 18px; border-radius: 12px; background: var(--ink); color: white; text-decoration: none; transition: top .2s ease; }
.skip-link:focus { top: 20px; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 1000; transition: background .25s ease, box-shadow .25s ease, backdrop-filter .25s ease; }
.site-header.scrolled { background: rgba(247,248,246,.86); backdrop-filter: blur(18px); box-shadow: 0 1px 0 rgba(11,18,32,.08); }
.nav-wrap { min-height: 86px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; }
.brand-mark { width: 42px; height: 42px; border-radius: 14px; display: grid; place-items: center; background: var(--ink); color: white; font-weight: 800; letter-spacing: -.04em; }
.brand-copy { display: grid; line-height: 1.1; gap: 4px; }
.brand-copy strong { font-size: .98rem; }
.brand-copy small { color: var(--muted); font-size: .75rem; }
.site-nav { display: flex; align-items: center; gap: 30px; }
.site-nav > a:not(.button) { position: relative; font-size: .94rem; font-weight: 650; text-decoration: none; color: var(--ink-soft); }
.site-nav > a:not(.button)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -7px; height: 2px; background: var(--accent-dark); transition: right .2s ease; }
.site-nav > a:not(.button):hover::after { right: 0; }
.menu-toggle { display: none; width: 46px; height: 46px; padding: 11px; border: 1px solid var(--line); border-radius: 14px; background: white; cursor: pointer; }
.menu-toggle span:not(.sr-only) { display: block; height: 2px; margin: 5px 0; background: var(--ink); transition: transform .2s ease, opacity .2s ease; }

.button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; padding: 0 22px; border: 1px solid var(--ink); border-radius: 999px; background: var(--ink); color: white; font-weight: 760; text-decoration: none; box-shadow: 0 12px 28px rgba(11,18,32,.14); transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); box-shadow: 0 18px 36px rgba(11,18,32,.19); }
.button:focus-visible, button:focus-visible, a:focus-visible, summary:focus-visible { outline: 3px solid rgba(53,214,167,.55); outline-offset: 3px; }
.button-small { min-height: 44px; padding-inline: 18px; font-size: .9rem; }
.button-ghost { background: transparent; color: var(--ink); box-shadow: none; }
.button-ghost:hover { background: white; }
.button-full { width: 100%; }
.button-light { background: white; border-color: white; color: var(--ink); }
.button-ghost-dark { background: transparent; color: var(--ink); box-shadow: none; }

.hero { position: relative; min-height: 880px; padding: 160px 0 80px; overflow: hidden; background: radial-gradient(circle at 80% 15%, rgba(53,214,167,.11), transparent 32%), linear-gradient(180deg, #fbfcfa, var(--paper)); }
.hero-orb { position: absolute; border-radius: 999px; filter: blur(2px); pointer-events: none; }
.hero-orb-one { width: 520px; height: 520px; right: -220px; top: 130px; border: 1px solid rgba(53,214,167,.3); }
.hero-orb-two { width: 720px; height: 720px; right: -310px; top: 30px; border: 1px solid rgba(11,18,32,.07); }
.hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 70px; }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; margin: 0 0 20px; color: var(--accent-dark); text-transform: uppercase; letter-spacing: .13em; font-weight: 800; font-size: .75rem; }
.eyebrow > span { width: 28px; height: 2px; background: currentColor; }
.eyebrow.light { color: var(--accent); }
.hero h1, .section-heading h2, .analytics-copy h2, .about-copy h2, .offer-copy h2, .cta-card h2 { margin: 0; letter-spacing: -.055em; line-height: 1.02; }
.hero h1 { max-width: 760px; font-size: clamp(3.45rem, 6.4vw, 6.2rem); font-weight: 850; }
.hero h1 em { color: var(--accent-dark); font-style: normal; }
.hero-lead { max-width: 670px; margin: 28px 0 0; color: var(--ink-soft); font-size: 1.18rem; line-height: 1.75; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.trust-list { display: flex; flex-wrap: wrap; gap: 10px 24px; padding: 0; margin: 28px 0 0; list-style: none; color: var(--muted); font-size: .87rem; }
.trust-list li::before { content: "✓"; margin-right: 8px; color: var(--accent-dark); font-weight: 900; }
.video-teaser { margin-top: 28px; }
.video-button { display: inline-flex; width: min(100%, 510px); align-items: center; gap: 14px; padding: 13px 16px; border: 1px solid var(--line); border-radius: 18px; background: rgba(255,255,255,.78); text-align: left; cursor: pointer; box-shadow: 0 12px 32px rgba(11,18,32,.07); transition: border .2s ease, transform .2s ease; }
.video-button:hover { transform: translateY(-2px); border-color: rgba(21,153,117,.4); }
.play-icon { flex: 0 0 auto; width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; background: var(--accent); color: var(--ink); }
.play-icon svg { width: 18px; height: 18px; fill: currentColor; }
.video-button span:last-child { display: grid; line-height: 1.25; }
.video-button small { margin-top: 4px; color: var(--muted); }
.video-note { margin: 7px 0 0 4px; color: var(--muted); font-size: .75rem; }

.hero-visual { position: relative; min-height: 650px; display: grid; place-items: end center; }
.portrait-ring { position: absolute; width: 540px; aspect-ratio: 1; border-radius: 50%; background: var(--accent-soft); border: 1px solid rgba(53,214,167,.28); top: 24px; }
.portrait-card { position: relative; width: min(100%, 520px); height: 630px; overflow: hidden; border-radius: 280px 280px 34px 34px; background: linear-gradient(145deg, #e6f8f2, #d9efe8); box-shadow: var(--shadow); }
.portrait-card img { width: 100%; height: 100%; object-fit: contain; object-position: center bottom; filter: drop-shadow(0 28px 24px rgba(11,18,32,.16)); }
.floating-card { position: absolute; display: flex; align-items: center; gap: 12px; min-width: 190px; padding: 15px 17px; border: 1px solid rgba(255,255,255,.75); border-radius: 18px; background: rgba(255,255,255,.88); backdrop-filter: blur(12px); box-shadow: 0 18px 40px rgba(11,18,32,.13); }
.floating-card div { display: grid; line-height: 1.2; }
.floating-card strong { font-size: .88rem; }
.floating-card small { margin-top: 5px; color: var(--muted); font-size: .72rem; }
.floating-card-top { right: -20px; top: 165px; }
.floating-card-bottom { left: -24px; bottom: 92px; }
.status-dot { width: 12px; height: 12px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 0 6px rgba(53,214,167,.18); }
.mini-icon { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 10px; background: var(--ink); color: #ffce55; }

.signal-bar { background: var(--white); border-block: 1px solid var(--line); }
.signal-grid { min-height: 92px; display: grid; grid-template-columns: repeat(5, 1fr); align-items: center; }
.signal-grid span { text-align: center; color: var(--muted); font-size: .87rem; font-weight: 750; letter-spacing: .03em; }
.signal-grid span + span { border-left: 1px solid var(--line); }

.split-intro { display: grid; grid-template-columns: .95fr 1.05fr; gap: 100px; align-items: start; }
.section-heading h2, .analytics-copy h2, .about-copy h2, .offer-copy h2 { font-size: clamp(2.6rem, 4.6vw, 4.6rem); }
.section-heading > p:not(.eyebrow), .analytics-copy > p, .about-copy > p, .offer-copy > p { color: var(--muted); }
.section-copy { padding-top: 44px; color: var(--muted); font-size: 1.13rem; }
.section-copy p { margin: 0 0 22px; }
.section-copy strong { color: var(--ink); }

.section-dark { background: var(--ink); color: white; }
.centered { max-width: 780px; margin: 0 auto 60px; text-align: center; }
.centered .eyebrow { justify-content: center; }
.centered > p:not(.eyebrow) { max-width: 620px; margin: 20px auto 0; }
.section-dark .centered > p:not(.eyebrow) { color: rgba(255,255,255,.62); }
.services-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.service-card { min-height: 310px; padding: 30px; border: 1px solid rgba(255,255,255,.12); border-radius: var(--radius); background: rgba(255,255,255,.045); transition: transform .25s ease, background .25s ease, border .25s ease; }
.service-card:hover { transform: translateY(-7px); border-color: rgba(53,214,167,.4); background: rgba(255,255,255,.07); }
.service-number { display: inline-grid; width: 46px; height: 46px; place-items: center; border-radius: 14px; background: rgba(53,214,167,.13); color: var(--accent); font-weight: 850; }
.service-card h3 { margin: 72px 0 14px; font-size: 1.25rem; }
.service-card p { margin: 0; color: rgba(255,255,255,.62); font-size: .94rem; }

.analytics-section { background: white; }
.analytics-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 80px; align-items: center; }
.analytics-copy > p { font-size: 1.05rem; }
.check-list { display: grid; gap: 12px; padding: 0; margin: 28px 0; list-style: none; }
.check-list li { display: flex; gap: 12px; align-items: center; font-weight: 700; }
.check-list li::before { content: ""; width: 22px; height: 22px; flex: 0 0 auto; border-radius: 50%; background: var(--accent-soft) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='none' stroke='%23159975' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round' d='m5 10 3 3 7-7'/%3E%3C/svg%3E") center/15px no-repeat; }
.fine-print { font-size: .8rem !important; }
.dashboard-card { padding: 28px; border: 1px solid var(--line); border-radius: 30px; background: #fbfcfd; box-shadow: var(--shadow); }
.dashboard-top { display: flex; align-items: center; justify-content: space-between; }
.dashboard-top div { display: grid; }
.dashboard-top small { color: var(--muted); }
.dashboard-top strong { font-size: 1.2rem; }
.demo-badge { padding: 7px 11px; border-radius: 999px; background: var(--accent-soft); color: var(--accent-dark); font-size: .72rem; font-weight: 850; text-transform: uppercase; letter-spacing: .08em; }
.metric-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin: 26px 0; }
.metric { display: grid; padding: 16px; border: 1px solid var(--line); border-radius: 17px; background: white; }
.metric span, .metric small { color: var(--muted); font-size: .73rem; }
.metric strong { margin: 5px 0 2px; font-size: 1.05rem; }
.chart-wrap { padding: 20px 18px 15px; border-radius: 20px; background: var(--ink); color: white; }
.chart-legend { display: flex; justify-content: space-between; gap: 20px; align-items: baseline; }
.chart-legend span { font-size: .88rem; font-weight: 750; }
.chart-legend small { color: rgba(255,255,255,.55); }
.line-chart { width: 100%; margin-top: 8px; }
.grid-lines line { stroke: rgba(255,255,255,.1); stroke-width: 1; }
.chart-area { fill: url(#areaGradient); }
.chart-line { fill: none; stroke: var(--accent); stroke-width: 6; stroke-linecap: round; }
.chart-points circle { fill: var(--ink); stroke: var(--accent); stroke-width: 4; }
.chart-labels { display: flex; justify-content: space-between; color: rgba(255,255,255,.45); font-size: .68rem; padding: 0 8px; }

.method-section { background: var(--paper); }
.steps-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; padding: 0; margin: 0; list-style: none; }
.step-card { position: relative; min-height: 280px; padding: 28px; border: 1px solid var(--line); border-radius: var(--radius); background: white; }
.step-card > span { display: inline-grid; width: 46px; height: 46px; place-items: center; border-radius: 50%; background: var(--ink); color: white; font-weight: 850; }
.step-card h3 { margin: 62px 0 12px; }
.step-card p { margin: 0; color: var(--muted); font-size: .93rem; }

.about-section { background: white; }
.about-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; align-items: center; }
.about-image-shell { width: min(100%, 500px); height: 620px; margin-inline: auto; overflow: hidden; border-radius: 240px 240px 34px 34px; background: linear-gradient(145deg, #e9f5f1, #cfece3); }
.about-image-shell img { width: 100%; height: 100%; object-fit: contain; object-position: center bottom; }
.large-copy { color: var(--ink-soft) !important; font-size: 1.23rem; line-height: 1.65; }
.about-facts { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin: 30px 0; }
.about-facts div { display: grid; gap: 5px; padding: 17px; border: 1px solid var(--line); border-radius: 17px; }
.about-facts span { color: var(--muted); font-size: .79rem; }
.text-link { font-weight: 800; color: var(--accent-dark); text-decoration: none; }
.text-link span { transition: transform .2s ease; display: inline-block; }
.text-link:hover span { transform: translateX(5px); }

.offer-section { background: #eef4f0; }
.offer-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 80px; align-items: center; }
.offer-list { columns: 2; padding: 0; margin: 30px 0 0; list-style: none; }
.offer-list li { position: relative; break-inside: avoid; padding: 8px 0 8px 30px; }
.offer-list li::before { content: "✓"; position: absolute; left: 0; top: 8px; color: var(--accent-dark); font-weight: 900; }
.price-card { padding: 38px; border-radius: 30px; background: var(--ink); color: white; box-shadow: var(--shadow); }
.price-label { color: var(--accent); text-transform: uppercase; letter-spacing: .11em; font-weight: 850; font-size: .72rem; }
.price { display: flex; align-items: end; gap: 10px; margin: 20px 0; }
.price strong { font-size: clamp(3.5rem, 7vw, 5.5rem); letter-spacing: -.07em; line-height: .9; }
.price span { padding-bottom: 9px; color: rgba(255,255,255,.58); }
.price-card p { color: rgba(255,255,255,.64); }
.price-card .button { margin-top: 18px; background: var(--accent); border-color: var(--accent); color: var(--ink); }
.price-card > small { display: block; margin-top: 15px; color: rgba(255,255,255,.44); text-align: center; }

.faq-section { background: white; }
.faq-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 90px; align-items: start; }
.faq-grid .section-heading { position: sticky; top: 130px; }
.faq-grid .section-heading p:not(.eyebrow) { margin: 22px 0 28px; color: var(--muted); }
.accordion { border-top: 1px solid var(--line); }
details { border-bottom: 1px solid var(--line); }
summary { position: relative; padding: 24px 52px 24px 0; cursor: pointer; list-style: none; font-weight: 800; }
summary::-webkit-details-marker { display: none; }
summary::after { content: "+"; position: absolute; right: 0; top: 20px; width: 32px; height: 32px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; font-size: 1.2rem; transition: transform .2s ease, background .2s ease; }
details[open] summary::after { transform: rotate(45deg); background: var(--accent-soft); }
details p { margin: -5px 52px 24px 0; color: var(--muted); }

.cta-section { padding: 0 0 80px; background: white; }
.cta-card { min-height: 330px; display: flex; align-items: center; justify-content: space-between; gap: 50px; padding: 55px; border-radius: 34px; background: var(--ink); color: white; overflow: hidden; position: relative; }
.cta-card::before { content: ""; position: absolute; width: 430px; height: 430px; right: -110px; top: -110px; border-radius: 50%; border: 1px solid rgba(53,214,167,.27); }
.cta-card > * { position: relative; z-index: 1; }
.cta-card h2 { max-width: 760px; font-size: clamp(2.5rem, 4.7vw, 4.4rem); }
.cta-card p:not(.eyebrow) { max-width: 680px; color: rgba(255,255,255,.62); }
.cta-card .button { flex: 0 0 auto; }

.site-footer { padding: 75px 0 26px; background: #070c15; color: white; }
.footer-grid { display: grid; grid-template-columns: 1.3fr .8fr .8fr; gap: 70px; padding-bottom: 55px; }
.footer-brand .brand-mark { background: white; color: var(--ink); }
.footer-brand .brand-copy small { color: rgba(255,255,255,.48); }
.footer-grid > div:first-child > p { max-width: 430px; color: rgba(255,255,255,.48); }
.footer-contact, .footer-links { display: grid; align-content: start; gap: 10px; }
.footer-contact strong, .footer-links strong { margin-bottom: 7px; }
.footer-contact a, .footer-contact span, .footer-links button { color: rgba(255,255,255,.58); }
.footer-contact a { text-decoration: none; }
.footer-links button { width: max-content; padding: 0; border: 0; background: none; cursor: pointer; text-align: left; }
.footer-links button:hover, .footer-contact a:hover { color: white; }
.footer-bottom { display: flex; justify-content: space-between; gap: 30px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.1); color: rgba(255,255,255,.42); font-size: .78rem; }

.legal-dialog, .video-dialog { width: min(880px, calc(100% - 30px)); max-height: min(82vh, 860px); padding: 0; border: 0; border-radius: 24px; color: var(--ink); box-shadow: 0 35px 100px rgba(0,0,0,.38); }
.legal-dialog::backdrop, .video-dialog::backdrop { background: rgba(4,8,15,.75); backdrop-filter: blur(7px); }
.dialog-head { position: sticky; top: 0; z-index: 1; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 22px 26px; border-bottom: 1px solid var(--line); background: rgba(255,255,255,.95); backdrop-filter: blur(10px); }
.dialog-head h2 { margin: 0; font-size: 1.35rem; }
.dialog-close { width: 40px; height: 40px; border: 1px solid var(--line); border-radius: 50%; background: white; cursor: pointer; font-size: 1.6rem; line-height: 1; }
.dialog-body { padding: 28px; overflow: auto; }
.legal-copy h3 { margin: 28px 0 8px; }
.legal-copy p { color: var(--muted); }
.legal-copy a { color: var(--accent-dark); }
.legal-notice { padding: 13px 16px; border-radius: 14px; background: #fff7dd; color: #765b06 !important; font-size: .86rem; }
.video-placeholder { aspect-ratio: 16 / 9; display: grid; place-items: center; align-content: center; gap: 16px; padding: 30px; border-radius: 18px; background: var(--ink); color: white; text-align: center; }
.play-icon.large { width: 70px; height: 70px; }
.video-placeholder p { margin: 0; color: rgba(255,255,255,.63); }
.video-placeholder code { color: var(--accent); }
.video-frame { aspect-ratio: 16/9; width: 100%; border: 0; border-radius: 18px; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .75s ease, transform .75s cubic-bezier(.22,1,.36,1); }
.reveal.visible { opacity: 1; transform: none; }
.delay-1 { transition-delay: .08s; }
.delay-2 { transition-delay: .16s; }
.delay-3 { transition-delay: .24s; }

@media (max-width: 1060px) {
  .hero-grid { gap: 34px; }
  .hero h1 { font-size: clamp(3.2rem, 7vw, 5.3rem); }
  .floating-card-top { right: -8px; }
  .floating-card-bottom { left: -8px; }
  .services-grid, .steps-grid { grid-template-columns: repeat(2, 1fr); }
  .analytics-grid, .about-grid, .offer-grid { gap: 50px; }
}

@media (max-width: 860px) {
  .section { padding: 90px 0; }
  .menu-toggle { display: block; z-index: 2; }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { transform: translateY(7px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(3) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] span:nth-child(4) { transform: translateY(-7px) rotate(-45deg); }
  .site-nav { position: fixed; inset: 0 0 auto; min-height: 100vh; padding: 120px 28px 40px; display: grid; align-content: start; gap: 24px; background: rgba(247,248,246,.98); transform: translateY(-105%); transition: transform .3s ease; }
  .site-nav.open { transform: none; }
  .site-nav > a:not(.button) { font-size: 1.35rem; }
  .site-nav .button { width: 100%; margin-top: 10px; }
  .hero { min-height: auto; padding-top: 135px; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { text-align: center; }
  .hero-copy .eyebrow, .hero-actions, .trust-list { justify-content: center; }
  .hero-lead { margin-inline: auto; }
  .video-button { margin-inline: auto; }
  .video-note { text-align: center; }
  .hero-visual { min-height: 580px; margin-top: 10px; }
  .portrait-card { height: 560px; width: min(100%, 470px); }
  .portrait-ring { width: 480px; }
  .signal-grid { grid-template-columns: repeat(3, 1fr); padding: 18px 0; row-gap: 18px; }
  .signal-grid span + span { border: 0; }
  .split-intro, .analytics-grid, .about-grid, .offer-grid, .faq-grid { grid-template-columns: 1fr; gap: 48px; }
  .section-copy { padding-top: 0; }
  .faq-grid .section-heading { position: static; }
  .about-image-shell { height: 570px; }
  .cta-card { align-items: flex-start; flex-direction: column; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > div:first-child { grid-column: 1 / -1; }
}

@media (max-width: 620px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .nav-wrap { min-height: 74px; }
  .brand-copy small { display: none; }
  .hero { padding: 112px 0 60px; }
  .hero h1 { font-size: clamp(2.75rem, 13.4vw, 4.15rem); }
  .hero-lead { font-size: 1.04rem; }
  .hero-actions { display: grid; }
  .button { width: 100%; }
  .trust-list { display: grid; justify-items: center; gap: 8px; }
  .hero-visual { min-height: 470px; }
  .portrait-card { height: 460px; border-radius: 210px 210px 28px 28px; }
  .portrait-ring { width: 390px; max-width: 100%; }
  .floating-card { min-width: 160px; padding: 11px 13px; }
  .floating-card-top { top: 90px; right: -5px; }
  .floating-card-bottom { bottom: 60px; left: -5px; }
  .signal-grid { grid-template-columns: 1fr 1fr; }
  .section { padding: 76px 0; }
  .section-heading h2, .analytics-copy h2, .about-copy h2, .offer-copy h2 { font-size: clamp(2.35rem, 11vw, 3.25rem); }
  .services-grid, .steps-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 250px; }
  .service-card h3 { margin-top: 42px; }
  .metric-row { grid-template-columns: 1fr; }
  .dashboard-card { padding: 18px; }
  .chart-wrap { padding-inline: 9px; }
  .about-image-shell { height: 480px; }
  .about-facts { grid-template-columns: 1fr; }
  .offer-list { columns: 1; }
  .price-card { padding: 28px 22px; }
  .cta-section { padding-bottom: 40px; }
  .cta-card { min-height: 0; padding: 36px 24px; }
  .footer-grid { grid-template-columns: 1fr; gap: 35px; }
  .footer-grid > div:first-child { grid-column: auto; }
  .footer-bottom { flex-direction: column; gap: 8px; }
  .dialog-body { padding: 22px 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; }
  .reveal { opacity: 1; transform: none; }
}
