:root {
    --bg: #f7f7fb;
    --bg-soft: #f1f0f8;
    --panel: #ffffff;
    --panel-soft: #fafafe;
    --text: #171628;
    --text-soft: #343247;
    --muted: #77758a;
    --muted-strong: #5e5b70;
    --line: #e8e7ef;
    --line-strong: #dbd9e6;
    --primary: #6d5dfc;
    --primary-strong: #5948ec;
    --primary-dark: #4334c8;
    --primary-soft: #f0edff;
    --violet: #8a6df1;
    --green: #22a06b;
    --green-soft: #eaf8f1;
    --lime: #d9ff8d;
    --shadow-sm: 0 10px 30px rgba(28, 24, 58, .07);
    --shadow-md: 0 22px 60px rgba(28, 24, 58, .11);
    --shadow-lg: 0 40px 100px rgba(30, 24, 78, .18);
    --radius-sm: 12px;
    --radius: 16px;
    --radius-lg: 24px;
    --radius-xl: 34px;
    --container: 1180px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; color-scheme: light; text-rendering: optimizeLegibility; -webkit-font-smoothing: antialiased; }
body { margin: 0; min-width: 320px; color: var(--text); background: var(--bg); font-family: Inter, "Segoe UI Variable", "Segoe UI", system-ui, -apple-system, BlinkMacSystemFont, sans-serif; font-size: 16px; line-height: 1.6; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button, a, summary { -webkit-tap-highlight-color: transparent; }
svg { display: block; }
img { max-width: 100%; }
::selection { color: #fff; background: var(--primary); }
a:focus-visible, button:focus-visible, summary:focus-visible { outline: 3px solid rgba(109, 93, 252, .25); outline-offset: 3px; }
.container { width: min(var(--container), calc(100% - 48px)); margin-inline: auto; }
.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; top: 10px; left: 10px; z-index: 100; padding: 10px 14px; color: #fff; background: var(--primary-dark); border-radius: 10px; transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }

.site-header { position: fixed; inset: 0 0 auto; z-index: 50; border-bottom: 1px solid transparent; transition: background .2s ease, border-color .2s ease, box-shadow .2s ease; }
.site-header.scrolled { background: rgba(255, 255, 255, .9); border-color: rgba(232, 231, 239, .8); box-shadow: 0 8px 30px rgba(28, 24, 58, .04); backdrop-filter: blur(16px); }
.header-inner { min-height: 84px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand { display: inline-flex; align-items: center; gap: 11px; min-width: 0; }
.brand-mark { position: relative; width: 40px; height: 40px; flex: 0 0 40px; display: grid; place-items: center; overflow: hidden; color: #fff; background: radial-gradient(circle at 74% 22%, rgba(255,255,255,.4), transparent 25%), linear-gradient(145deg, #8877ff 0%, var(--primary) 54%, #4f40de 100%); border-radius: 13px; box-shadow: 0 8px 20px rgba(109,93,252,.28); }
.brand-mark span { position: relative; z-index: 2; font-size: 20px; font-weight: 850; letter-spacing: -.06em; }
.brand-mark i, .mini-brand i, .mock-brand i, .mia-avatar i { position: absolute; width: 7px; height: 7px; top: 6px; right: 6px; border-radius: 50%; background: var(--lime); box-shadow: 0 0 0 3px rgba(217,255,141,.15); }
.brand-copy { min-width: 0; display: grid; line-height: 1.12; }
.brand-copy strong { font-size: 18px; font-weight: 850; letter-spacing: -.025em; }
.brand-copy small { margin-top: 3px; color: var(--muted); font-size: 10px; font-weight: 700; letter-spacing: .035em; white-space: nowrap; }
.main-nav { display: flex; align-items: center; gap: 5px; }
.main-nav a { padding: 10px 13px; color: var(--muted-strong); border-radius: 10px; font-size: 14px; font-weight: 700; transition: color .16s ease, background .16s ease, transform .16s ease; }
.main-nav a:hover { color: var(--text); background: rgba(255,255,255,.72); }
.main-nav .nav-cta { margin-left: 8px; padding-inline: 17px; color: #fff; background: var(--text); box-shadow: 0 8px 20px rgba(23,22,40,.14); }
.main-nav .nav-cta:hover { color: #fff; background: var(--primary-dark); transform: translateY(-1px); }
.menu-toggle { display: none; width: 42px; height: 42px; padding: 0; place-items: center; color: var(--text); background: #fff; border: 1px solid var(--line); border-radius: 12px; cursor: pointer; }
.menu-toggle svg { width: 21px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; }

.hero { position: relative; min-height: 790px; padding: 160px 0 95px; overflow: hidden; background: radial-gradient(circle at 52% 48%, rgba(109,93,252,.09), transparent 28%), linear-gradient(180deg, #fbfaff 0%, var(--bg) 91%); }
.hero::before { content: ""; position: absolute; inset: 0; opacity: .3; background-image: radial-gradient(rgba(109,93,252,.18) 1px, transparent 1px); background-size: 25px 25px; mask-image: linear-gradient(to right, transparent, #000 24%, #000 76%, transparent); }
.hero-orb { position: absolute; border-radius: 50%; filter: blur(3px); pointer-events: none; }
.hero-orb-one { width: 330px; height: 330px; top: 110px; right: -130px; background: rgba(138,109,241,.12); }
.hero-orb-two { width: 230px; height: 230px; bottom: 20px; left: -110px; background: rgba(109,93,252,.1); }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, .92fr) minmax(520px, 1.08fr); align-items: center; gap: 72px; }
.hero-copy { padding-top: 6px; }
.hero-badge, .window-status { display: inline-flex; align-items: center; gap: 8px; color: #4e476c; background: rgba(255,255,255,.78); border: 1px solid rgba(109,93,252,.14); border-radius: 999px; box-shadow: 0 8px 24px rgba(40,33,92,.05); font-size: 12px; font-weight: 800; }
.hero-badge { padding: 8px 12px; }
.hero-badge span, .window-status i { width: 7px; height: 7px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 4px rgba(34,160,107,.1); }
.hero h1 { max-width: 660px; margin: 25px 0 22px; font-size: clamp(52px, 5.4vw, 76px); line-height: .98; letter-spacing: -.064em; font-weight: 850; }
.hero h1 em { display: block; color: var(--primary); font-style: normal; }
.hero-copy > p { max-width: 610px; margin: 0; color: var(--muted-strong); font-size: 18px; line-height: 1.65; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 0 21px; border: 1px solid transparent; border-radius: 13px; font-size: 14px; font-weight: 800; transition: transform .18s ease, box-shadow .18s ease, background .18s ease; }
.button svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 1.9; stroke-linecap: round; stroke-linejoin: round; transition: transform .18s ease; }
.button:hover { transform: translateY(-2px); }
.button:hover svg { transform: translateX(3px); }
.button-primary { color: #fff; background: linear-gradient(135deg, #7868fc, #5e4ee9); box-shadow: 0 14px 30px rgba(89,72,236,.24); }
.button-primary:hover { box-shadow: 0 18px 38px rgba(89,72,236,.31); }
.button-secondary { color: var(--text-soft); background: rgba(255,255,255,.75); border-color: var(--line); }
.hero-points { display: flex; flex-wrap: wrap; gap: 9px 18px; padding: 0; margin: 30px 0 0; list-style: none; color: var(--muted-strong); font-size: 12px; font-weight: 700; }
.hero-points li { display: flex; align-items: center; gap: 6px; }
.hero-points span { color: var(--green); font-weight: 900; }

.hero-product { position: relative; padding: 25px 8px 28px; }
.product-window { position: relative; overflow: hidden; background: #fff; border: 1px solid rgba(219,217,230,.9); border-radius: 25px; box-shadow: var(--shadow-lg); transform: rotate(1.2deg); }
.window-topbar { min-height: 71px; display: grid; grid-template-columns: 37px minmax(0,1fr) auto; align-items: center; gap: 10px; padding: 0 18px; border-bottom: 1px solid var(--line); }
.mini-brand, .mock-brand { position: relative; display: grid; place-items: center; color: #fff; background: linear-gradient(145deg, #8877ff, #5544e4); font-weight: 850; }
.mini-brand { width: 37px; height: 37px; border-radius: 12px; }
.mini-brand i { width: 6px; height: 6px; top: 5px; right: 5px; }
.window-topbar > div:nth-child(2) { display: grid; line-height: 1.2; }
.window-topbar strong { font-size: 13px; }
.window-topbar small { color: var(--green); font-size: 10px; font-weight: 700; }
.window-status { padding: 7px 10px; color: var(--green); background: var(--green-soft); border-color: #d4eee1; font-size: 9px; box-shadow: none; }
.window-status i { width: 5px; height: 5px; box-shadow: none; }
.conversation-preview { min-height: 470px; display: flex; flex-direction: column; gap: 15px; padding: 25px 22px 22px; background: linear-gradient(180deg, #fbfbff, #f5f4fb); }
.date-chip { align-self: center; padding: 4px 10px; color: #9895a8; background: #ecebf3; border-radius: 999px; font-size: 8px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.message-row { display: flex; align-items: flex-end; gap: 9px; }
.message-row.outgoing { align-self: flex-end; justify-content: flex-end; max-width: 87%; }
.avatar { width: 31px; height: 31px; flex: 0 0 31px; display: grid; place-items: center; color: #7c788e; background: #e9e8f0; border-radius: 10px; }
.avatar svg { width: 15px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; }
.mia-avatar { position: relative; color: #fff; background: linear-gradient(145deg, #8877ff, #5544e4); font-size: 12px; font-weight: 850; }
.mia-avatar i { width: 5px; height: 5px; top: 4px; right: 4px; }
.message { max-width: 350px; padding: 11px 13px; color: var(--text-soft); background: #fff; border: 1px solid var(--line); border-radius: 15px 15px 15px 4px; box-shadow: 0 6px 18px rgba(37,34,70,.045); }
.outgoing .message { color: #fff; background: linear-gradient(135deg, #7767fb, #6554e9); border-color: transparent; border-radius: 15px 15px 4px 15px; }
.message small { display: block; margin-bottom: 3px; color: #9996a8; font-size: 8px; font-weight: 750; }
.outgoing .message small { color: rgba(255,255,255,.72); }
.message p { margin: 0; font-size: 12px; line-height: 1.45; }
.compact-message .message { padding-block: 9px; }
.booking-card { display: grid; grid-template-columns: 38px minmax(0,1fr) auto; align-items: center; gap: 11px; margin: 5px 18px 0 40px; padding: 13px; background: #fff; border: 1px solid #d8eee3; border-radius: 15px; box-shadow: 0 12px 28px rgba(34,160,107,.08); }
.booking-check { width: 38px; height: 38px; display: grid; place-items: center; color: var(--green); background: var(--green-soft); border-radius: 12px; }
.booking-check svg { width: 19px; fill: none; stroke: currentColor; stroke-width: 2.1; stroke-linecap: round; stroke-linejoin: round; }
.booking-card > div { min-width: 0; display: grid; line-height: 1.25; }
.booking-card small { color: var(--green); font-size: 8px; font-weight: 800; text-transform: uppercase; letter-spacing: .07em; }
.booking-card strong { margin: 3px 0; font-size: 12px; }
.booking-card div span { color: var(--muted); font-size: 9px; }
.booking-pill { padding: 5px 8px; color: var(--green); background: var(--green-soft); border-radius: 999px; font-size: 8px; font-weight: 800; }
.floating-card { position: absolute; z-index: 2; min-width: 160px; display: flex; align-items: center; gap: 9px; padding: 11px; background: rgba(255,255,255,.95); border: 1px solid var(--line); border-radius: 14px; box-shadow: var(--shadow-md); backdrop-filter: blur(10px); }
.floating-card > div { display: grid; line-height: 1.2; }
.floating-card small { color: var(--muted); font-size: 8px; }
.floating-card strong { margin-top: 3px; font-size: 10px; }
.floating-icon { width: 33px; height: 33px; display: grid; place-items: center; border-radius: 10px; }
.floating-icon svg { width: 17px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.floating-icon.violet { color: var(--primary); background: var(--primary-soft); }
.floating-icon.mint { color: var(--green); background: var(--green-soft); }
.floating-agenda { top: 2px; right: -34px; }
.floating-time { left: -28px; bottom: 5px; }

.trust-strip { position: relative; z-index: 3; border-block: 1px solid var(--line); background: rgba(255,255,255,.72); }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-grid > div { min-width: 0; display: grid; gap: 2px; padding: 23px 28px; border-right: 1px solid var(--line); }
.trust-grid > div:first-child { padding-left: 0; }
.trust-grid > div:last-child { border-right: 0; }
.trust-grid strong { font-size: 13px; }
.trust-grid span { color: var(--muted); font-size: 10px; }

.section { padding: 120px 0; }
.section-heading { max-width: 720px; }
.section-heading.centered { margin: 0 auto 52px; text-align: center; }
.eyebrow { display: inline-block; color: var(--primary); font-size: 10px; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow.light { color: var(--lime); }
.section-heading h2, .control-copy h2, .faq-intro h2, .audience-card h2, .final-card h2 { margin: 11px 0 16px; font-size: clamp(38px, 4.4vw, 58px); line-height: 1.03; letter-spacing: -.052em; font-weight: 850; }
.section-heading p, .control-copy > p, .faq-intro p { margin: 0; color: var(--muted); font-size: 16px; line-height: 1.7; }
.how-section { background: #fff; }
.steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.step-card { position: relative; min-height: 300px; padding: 28px; overflow: hidden; background: var(--panel-soft); border: 1px solid var(--line); border-radius: var(--radius-lg); }
.step-card.featured { background: linear-gradient(145deg, #f7f5ff, #fff); border-color: #dcd6ff; box-shadow: var(--shadow-sm); }
.step-number { position: absolute; top: 21px; right: 24px; color: #d5d2df; font-size: 42px; font-weight: 900; line-height: 1; letter-spacing: -.08em; }
.featured .step-number { color: #ddd7ff; }
.step-icon { width: 50px; height: 50px; display: grid; place-items: center; color: var(--primary); background: var(--primary-soft); border-radius: 15px; }
.step-icon svg { width: 24px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.step-card h3 { margin: 68px 0 9px; font-size: 20px; letter-spacing: -.025em; }
.step-card p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.7; }

.control-section { overflow: hidden; }
.control-grid { display: grid; grid-template-columns: minmax(500px, 1.05fr) minmax(0, .95fr); align-items: center; gap: 88px; }
.dashboard-shell { min-height: 480px; display: grid; grid-template-columns: 130px minmax(0,1fr); overflow: hidden; background: #fff; border: 1px solid var(--line); border-radius: 25px; box-shadow: var(--shadow-lg); transform: perspective(1200px) rotateY(4deg) rotateX(1deg); transform-origin: left center; }
.mock-sidebar { display: flex; flex-direction: column; gap: 7px; padding: 22px 12px; border-right: 1px solid var(--line); }
.mock-brand { width: 34px; height: 34px; margin: 0 7px 25px; border-radius: 11px; font-size: 13px; }
.mock-brand i { width: 5px; height: 5px; top: 4px; right: 4px; }
.mock-nav { display: flex; align-items: center; gap: 7px; padding: 8px; color: #888598; border-radius: 8px; font-size: 8px; font-weight: 750; }
.mock-nav i { width: 11px; height: 11px; border: 1.5px solid currentColor; border-radius: 3px; }
.mock-nav.active { color: var(--primary-dark); background: var(--primary-soft); }
.mock-content { padding: 35px 25px; background: #fafafe; }
.mock-heading { display: grid; }
.mock-heading small { color: var(--primary); font-size: 8px; font-weight: 850; letter-spacing: .11em; text-transform: uppercase; }
.mock-heading strong { margin-top: 5px; font-size: 25px; letter-spacing: -.05em; }
.metric-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 9px; margin: 25px 0 16px; }
.metric { min-width: 0; display: grid; padding: 14px; background: #fff; border: 1px solid var(--line); border-radius: 12px; box-shadow: 0 6px 18px rgba(28,24,58,.035); }
.metric.purple { color: #fff; background: linear-gradient(145deg, #7868fc, #5b4be5); border-color: transparent; }
.metric > span { color: var(--muted); font-size: 7px; font-weight: 750; }
.metric.purple > span, .metric.purple small { color: rgba(255,255,255,.72); }
.metric strong { margin: 7px 0 10px; font-size: 25px; line-height: 1; }
.metric strong.metric-word { font-size: 16px; margin-block: 11px 15px; }
.metric small { color: #9c99aa; font-size: 7px; }
.metric small.green-dot { color: var(--green); }
.activity-card { padding: 16px; background: #fff; border: 1px solid var(--line); border-radius: 13px; }
.activity-head { display: flex; justify-content: space-between; margin-bottom: 12px; }
.activity-head strong { font-size: 10px; }
.activity-head span { color: var(--primary); font-size: 7px; font-weight: 750; }
.activity-row { display: grid; grid-template-columns: 27px minmax(0,1fr) auto; align-items: center; gap: 8px; padding: 10px 0; border-top: 1px solid var(--line); }
.activity-row > i { width: 27px; height: 27px; background: #eeedf4; border-radius: 9px; }
.activity-row > div { min-width: 0; display: grid; }
.activity-row strong { font-size: 8px; }
.activity-row span { overflow: hidden; color: var(--muted); font-size: 7px; text-overflow: ellipsis; white-space: nowrap; }
.activity-row time { color: #a5a2b1; font-size: 7px; }
.control-copy h2 { max-width: 520px; }
.benefit-list { display: grid; gap: 23px; margin-top: 36px; }
.benefit-list article { display: grid; grid-template-columns: 44px minmax(0,1fr); gap: 14px; }
.benefit-list article > span { width: 44px; height: 44px; display: grid; place-items: center; color: var(--primary); background: #fff; border: 1px solid var(--line); border-radius: 13px; box-shadow: var(--shadow-sm); }
.benefit-list svg { width: 21px; fill: none; stroke: currentColor; stroke-width: 1.75; stroke-linecap: round; stroke-linejoin: round; }
.benefit-list h3 { margin: 0 0 3px; font-size: 15px; }
.benefit-list p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.65; }

.audience-section { padding-top: 20px; }
.audience-card { position: relative; display: grid; grid-template-columns: 1.1fr .9fr; align-items: center; gap: 65px; padding: 70px; overflow: hidden; color: #fff; background: radial-gradient(circle at 88% 15%, rgba(217,255,141,.18), transparent 24%), linear-gradient(135deg, #262144, #4334c8 58%, #6555ea); border-radius: var(--radius-xl); box-shadow: var(--shadow-lg); }
.audience-card::after { content: ""; position: absolute; width: 360px; height: 360px; right: -170px; bottom: -230px; border: 70px solid rgba(255,255,255,.06); border-radius: 50%; }
.audience-card h2 { margin-bottom: 0; font-size: clamp(38px, 4.1vw, 54px); }
.audience-tags { position: relative; z-index: 1; display: flex; flex-wrap: wrap; gap: 9px; }
.audience-tags span { padding: 9px 13px; color: rgba(255,255,255,.85); background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.14); border-radius: 999px; font-size: 11px; font-weight: 700; backdrop-filter: blur(7px); }

.faq-section { background: #fff; }
.faq-grid { display: grid; grid-template-columns: .74fr 1.26fr; gap: 100px; }
.faq-intro { position: sticky; top: 130px; align-self: start; }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list details:first-child { border-top: 1px solid var(--line); }
.faq-list summary { position: relative; display: flex; align-items: center; justify-content: space-between; gap: 25px; padding: 24px 0; cursor: pointer; list-style: none; font-size: 16px; font-weight: 800; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { position: relative; width: 27px; height: 27px; flex: 0 0 27px; background: var(--primary-soft); border-radius: 9px; }
.faq-list summary span::before, .faq-list summary span::after { content: ""; position: absolute; top: 13px; left: 8px; width: 11px; height: 1.5px; background: var(--primary); border-radius: 1px; transition: transform .2s ease; }
.faq-list summary span::after { transform: rotate(90deg); }
.faq-list details[open] summary span::after { transform: rotate(0); }
.faq-list details p { max-width: 670px; margin: -8px 45px 23px 0; color: var(--muted); font-size: 13px; line-height: 1.75; }

.final-section { padding: 90px 0; background: #fff; }
.final-card { position: relative; min-height: 300px; display: flex; align-items: center; justify-content: space-between; gap: 45px; padding: 62px 70px; overflow: hidden; color: #fff; background: linear-gradient(135deg, #6d5dfc, #4f3fd8); border-radius: var(--radius-xl); box-shadow: 0 28px 70px rgba(67,52,200,.23); }
.final-glow { position: absolute; width: 360px; height: 360px; right: 90px; top: -250px; background: rgba(217,255,141,.15); border-radius: 50%; filter: blur(10px); }
.final-copy { position: relative; z-index: 1; max-width: 720px; }
.final-card h2 { margin-bottom: 13px; }
.final-card p { max-width: 650px; margin: 0; color: rgba(255,255,255,.77); font-size: 14px; }
.button-light { position: relative; z-index: 1; flex: 0 0 auto; color: var(--primary-dark); background: #fff; box-shadow: 0 15px 35px rgba(32,25,90,.18); }
.button-light:hover { background: #f8f7ff; }

.site-footer { padding: 35px 0 45px; background: #fff; border-top: 1px solid var(--line); }
.footer-inner { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 24px; }
.footer-brand .brand-mark { width: 34px; height: 34px; flex-basis: 34px; border-radius: 11px; }
.footer-brand .brand-mark span { font-size: 16px; }
.footer-inner p, .footer-inner > span { margin: 0; color: var(--muted); font-size: 11px; }
.footer-inner > span { justify-self: end; }

[data-reveal] { opacity: 0; transform: translateY(18px); transition: opacity .65s ease, transform .65s cubic-bezier(.2,.75,.2,1); }
[data-reveal].revealed { opacity: 1; transform: none; }

@media (max-width: 1080px) {
    .hero-grid { grid-template-columns: 1fr 1fr; gap: 35px; }
    .hero h1 { font-size: clamp(48px, 6vw, 65px); }
    .floating-agenda { right: -5px; }
    .floating-time { left: -5px; }
    .control-grid { gap: 45px; }
    .audience-card { padding: 55px; }
}

@media (max-width: 900px) {
    .container { width: min(var(--container), calc(100% - 36px)); }
    .menu-toggle { display: grid; }
    .main-nav { position: fixed; inset: 84px 18px auto; display: grid; gap: 4px; padding: 12px; visibility: hidden; opacity: 0; background: #fff; border: 1px solid var(--line); border-radius: 16px; box-shadow: var(--shadow-md); transform: translateY(-10px); transition: opacity .18s ease, transform .18s ease, visibility .18s ease; }
    .main-nav.open { visibility: visible; opacity: 1; transform: none; }
    .main-nav a { padding: 13px 14px; }
    .main-nav .nav-cta { margin: 5px 0 0; text-align: center; }
    .hero { padding-top: 135px; }
    .hero-grid { grid-template-columns: 1fr; }
    .hero-copy { max-width: 730px; text-align: center; margin-inline: auto; }
    .hero h1 { margin-inline: auto; }
    .hero-copy > p { margin-inline: auto; }
    .hero-actions, .hero-points { justify-content: center; }
    .hero-product { width: min(610px, 100%); margin-inline: auto; }
    .trust-grid { grid-template-columns: 1fr 1fr; }
    .trust-grid > div { padding-left: 20px; }
    .trust-grid > div:nth-child(2) { border-right: 0; }
    .trust-grid > div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
    .steps-grid { grid-template-columns: 1fr; }
    .step-card { min-height: auto; }
    .step-card h3 { margin-top: 35px; }
    .control-grid { grid-template-columns: 1fr; }
    .dashboard-shell { width: min(650px, 100%); margin-inline: auto; transform: none; }
    .control-copy { max-width: 720px; }
    .audience-card { grid-template-columns: 1fr; gap: 35px; }
    .faq-grid { grid-template-columns: 1fr; gap: 42px; }
    .faq-intro { position: static; max-width: 650px; }
    .final-card { align-items: flex-start; flex-direction: column; padding: 55px; }
    .footer-inner { grid-template-columns: 1fr auto; }
    .footer-inner p { display: none; }
}

@media (max-width: 620px) {
    .container { width: min(var(--container), calc(100% - 28px)); }
    .header-inner { min-height: 72px; }
    .main-nav { top: 72px; }
    .brand-copy small { display: none; }
    .hero { min-height: auto; padding: 118px 0 70px; }
    .hero h1 { font-size: clamp(43px, 13vw, 58px); }
    .hero-copy > p { font-size: 16px; }
    .hero-actions { display: grid; }
    .button { width: 100%; }
    .hero-points { display: grid; justify-content: start; width: fit-content; margin-inline: auto; text-align: left; }
    .hero-product { padding-inline: 0; }
    .product-window { transform: none; border-radius: 19px; }
    .window-topbar { grid-template-columns: 37px 1fr; }
    .window-status { display: none; }
    .conversation-preview { min-height: 455px; padding-inline: 14px; }
    .message-row.outgoing { max-width: 94%; }
    .booking-card { margin-left: 10px; grid-template-columns: 38px minmax(0,1fr); }
    .booking-pill { display: none; }
    .floating-card { display: none; }
    .trust-grid { grid-template-columns: 1fr; }
    .trust-grid > div { padding: 17px 0; border-right: 0; border-bottom: 1px solid var(--line); }
    .trust-grid > div:nth-child(2) { border-bottom: 1px solid var(--line); }
    .trust-grid > div:last-child { border-bottom: 0; }
    .section { padding: 82px 0; }
    .section-heading h2, .control-copy h2, .faq-intro h2, .audience-card h2, .final-card h2 { font-size: clamp(35px, 10vw, 47px); }
    .step-card { padding: 23px; }
    .dashboard-shell { min-height: 390px; grid-template-columns: 72px minmax(0,1fr); border-radius: 18px; }
    .mock-sidebar { padding-inline: 8px; }
    .mock-nav { justify-content: center; }
    .mock-nav i { width: 13px; height: 13px; }
    .mock-nav { font-size: 0; }
    .mock-content { padding: 25px 13px; }
    .metric-grid { grid-template-columns: 1fr 1fr; }
    .metric:last-child { display: none; }
    .activity-row time { display: none; }
    .audience-section { padding-top: 0; }
    .audience-card { width: 100%; padding: 48px 25px; border-radius: 0; }
    .faq-list summary { font-size: 14px; }
    .final-section { padding: 55px 0 70px; }
    .final-card { width: calc(100% - 28px); padding: 45px 25px; border-radius: 24px; }
    .footer-inner { gap: 12px; }
    .footer-inner > span { font-size: 9px; }
}

@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; }
}
