@font-face {
    font-family: "Manrope";
    src: url("/fonts/manrope-latin-ext-wght-normal.woff2") format("woff2");
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
}

:root {
    --ink: #101720;
    --muted: #66727e;
    --line: #dfe5e7;
    --paper: #fff;
    --soft: #f3f6f5;
    --night: #0a1118;
    --teal: #0b9187;
    --mint: #baf2df;
    --lime: #dcff78;
    --font: "Manrope", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--font); -webkit-font-smoothing: antialiased; }
a { color: inherit; }
button { font: inherit; }
img { display: block; max-width: 100%; }

.business-header { position: sticky; top: 0; z-index: 50; border-bottom: 1px solid rgba(255,255,255,.1); color: #fff; background: rgba(10,17,24,.91); backdrop-filter: blur(18px); }
.header-inner { width: min(1440px, calc(100% - 64px)); min-height: 76px; margin: 0 auto; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 34px; }
.brand { width: max-content; color: inherit; font-family: "Outfit", var(--font); font-size: 29px; font-weight: 500; letter-spacing: -.055em; text-decoration: none; }
.business-header nav { display: flex; align-items: center; gap: 34px; }
.business-header nav a, .login-link { color: #c8d0d5; font-size: 14px; font-weight: 650; text-decoration: none; transition: color .18s ease; }
.business-header nav a:hover, .login-link:hover { color: #fff; }
.header-actions { justify-self: end; display: flex; align-items: center; gap: 22px; }
.header-cta { padding: 12px 19px; border-radius: 999px; color: #0d171a; background: var(--lime); font-size: 14px; font-weight: 800; text-decoration: none; transition: transform .18s ease, background .18s ease; }
.header-cta:hover { transform: translateY(-1px); background: #e7ff9a; }

.hero { position: relative; min-height: 700px; overflow: hidden; color: #fff; background: linear-gradient(125deg,rgba(255,255,255,.02) 1px,transparent 1px) 0 0/36px 36px,radial-gradient(circle at 78% 42%,rgba(13,153,143,.22),transparent 34%),linear-gradient(118deg,#081017 0%,#0b151c 49%,#0b3432 100%); }
.hero::after { position: absolute; right: -12%; bottom: -355px; width: 760px; height: 760px; border: 1px solid rgba(255,255,255,.07); border-radius: 50%; content: ""; }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(12px); pointer-events: none; }
.hero-glow--one { right: 4%; top: -8%; width: 650px; height: 650px; background: rgba(8,143,134,.16); }
.hero-glow--two { left: -12%; bottom: -42%; width: 520px; height: 520px; background: rgba(220,255,120,.055); }
.hero-inner { position: relative; z-index: 2; width: min(1340px,calc(100% - 64px)); min-height: 700px; margin: 0 auto; padding: 70px 0 78px; display: grid; grid-template-columns: minmax(0,.9fr) minmax(560px,1.1fr); align-items: center; gap: 66px; }
.eyebrow, .section-kicker { margin: 0 0 19px; color: var(--teal); font-size: 12px; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.eyebrow { color: #aec0be; }
.hero h1 { margin: 0; max-width: 690px; font-size: clamp(47px,4.45vw,68px); font-weight: 790; line-height: 1.01; letter-spacing: -.062em; }
.hero h1 em { color: var(--mint); font-style: normal; }
.hero-lead { max-width: 590px; margin: 28px 0 32px; color: #c2ccd1; font-size: 18px; line-height: 1.62; }
.button { min-height: 54px; padding: 0 22px; border-radius: 999px; display: inline-flex; align-items: center; justify-content: center; gap: 12px; font-size: 15px; font-weight: 800; text-decoration: none; transition: transform .18s ease,background .18s ease; }
.button:hover { transform: translateY(-2px); }
.button svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 2; }
.button--primary { color: #0d171a; background: var(--lime); }
.button--primary:hover { background: #e7ff9a; }
.button--dark { width: 100%; color: #fff; background: var(--night); }
.button--dark:hover { background: #17242d; }
.hero-meta { margin: 20px 0 0; display: flex; flex-wrap: wrap; align-items: center; gap: 8px; color: #9cabb3; font-size: 12px; font-weight: 650; }
.hero-meta span { width: 3px; height: 3px; border-radius: 50%; background: #667780; }

.product-stage { position: relative; min-height: 520px; display: grid; align-items: center; padding: 20px 0; }
.product-stage::before { position: absolute; z-index: 0; inset: 35px -24px 25px 46px; border: 1px solid rgba(185,242,223,.18); border-radius: 42px; background: linear-gradient(145deg,rgba(22,177,160,.24),rgba(255,255,255,.035)); box-shadow: inset 0 1px 0 rgba(255,255,255,.08),0 38px 100px rgba(0,0,0,.18); content: ""; transform: rotate(2deg); }
.dashboard-card { position: relative; z-index: 1; width: 94%; height: 430px; margin-left: auto; border: 1px solid rgba(255,255,255,.18); border-radius: 28px; display: grid; grid-template-columns: 62px 1fr; overflow: hidden; color: var(--ink); background: #fff; box-shadow: 0 38px 90px rgba(0,0,0,.34); transform: perspective(1200px) rotateY(-2deg); transform-origin: center; }
.dashboard-sidebar { padding: 18px 13px; display: flex; flex-direction: column; align-items: center; gap: 18px; color: #fff; background: #10171e; }
.mini-logo { width: 34px; height: 34px; margin-bottom: 12px; border-radius: 11px; display: grid; place-items: center; color: var(--night); background: var(--lime); font-weight: 900; }
.side-icon { width: 26px; height: 26px; border-radius: 8px; background: rgba(255,255,255,.09); }
.side-icon.is-active { background: var(--teal); box-shadow: 0 0 0 4px rgba(12,143,135,.14); }
.dashboard-main { min-width: 0; padding: 24px 24px 18px; background: #f8fafb; }
.dashboard-top { margin-bottom: 24px; display: flex; justify-content: space-between; align-items: center; }
.dashboard-top small { display: block; margin-bottom: 5px; color: #82909b; font-size: 10px; }
.dashboard-top strong { display: block; font-size: 20px; letter-spacing: -.04em; }
.avatar { width: 34px; height: 34px; border-radius: 50%; display: grid; place-items: center; color: #fff; background: var(--teal); font-size: 10px; font-weight: 800; }
.calendar-head { height: 34px; display: grid; grid-template-columns: 52px 1fr 1fr; align-items: center; border: 1px solid #e5e9ec; border-radius: 11px 11px 0 0; background: #fff; }
.calendar-head span, .calendar-head strong { padding-left: 10px; font-size: 9px; }
.calendar-head span { color: #98a2aa; }
.calendar-grid { height: 274px; display: grid; grid-template-columns: 52px 1fr 1fr; grid-template-rows: repeat(5,1fr); position: relative; border: solid #e5e9ec; border-width: 0 1px 1px; background: repeating-linear-gradient(to bottom,#fff 0,#fff calc(20% - 1px),#edf0f2 calc(20% - 1px),#edf0f2 20%); }
.calendar-grid::after { position: absolute; top: 0; bottom: 0; left: calc(52px + (100% - 52px)/2); width: 1px; background: #edf0f2; content: ""; }
.time { padding: 8px; color: #9aa4ab; font-size: 8px; }
.visit { z-index: 1; margin: 4px 5px; padding: 7px 8px; border-radius: 8px; overflow: hidden; display: flex; flex-direction: column; gap: 2px; }
.visit small { font-size: 7px; opacity: .65; }
.visit b { font-size: 9px; }
.visit span { font-size: 7px; opacity: .8; }
.visit--mint { color: #0c5d55; background: #d9f3ec; }
.visit--violet { color: #5c4481; background: #ece5f7; }
.visit--amber { color: #835524; background: #fff0d8; }
.client-phone { position: absolute; z-index: 4; right: -12px; bottom: -2px; width: 228px; height: 418px; padding: 39px 16px 18px; border: 7px solid #f5f7f6; border-radius: 36px; color: var(--ink); background: #fff; box-shadow: 0 28px 70px rgba(0,0,0,.38); }
.phone-speaker { position: absolute; top: 14px; left: 50%; width: 56px; height: 5px; border-radius: 5px; background: #dbe1e2; transform: translateX(-50%); }
.phone-brand { color: var(--teal); font-family: "Outfit",var(--font); font-size: 13px; font-weight: 500; letter-spacing: -.04em; }
.client-phone > strong { display: block; max-width: 150px; margin: 22px 0 16px; font-size: 23px; line-height: 1.08; letter-spacing: -.045em; }
.phone-search { padding: 11px 12px; border-radius: 12px; color: #243139; background: #eef3f2; font-size: 10px; font-weight: 750; }
.phone-search span { display: block; margin-top: 3px; color: #7b878e; font-size: 8px; font-weight: 600; }
.phone-result { margin-top: 12px; padding: 9px; border: 1px solid #e3e8e9; border-radius: 13px; display: flex; align-items: center; gap: 9px; }
.phone-result div { min-width: 0; }
.phone-result b { display: block; font-size: 9px; }
.phone-result small { display: block; margin-top: 3px; color: #78858c; font-size: 7px; white-space: nowrap; }
.result-photo { width: 38px; height: 38px; flex: 0 0 38px; border-radius: 10px; background: linear-gradient(140deg,#243b3a,#b3ded2); }
.result-photo--two { background: linear-gradient(140deg,#e4c9aa,#7d5c45); }

.trust-strip { min-height: 90px; padding: 20px max(32px,calc((100% - 1340px)/2)); display: flex; align-items: center; gap: 52px; border-bottom: 1px solid var(--line); background: #fff; }
.trust-strip p { margin: 0; flex: 0 0 auto; color: #8c969e; font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.trust-strip div { width: 100%; display: flex; justify-content: space-between; gap: 24px; }
.trust-strip span { color: #4f5c65; font-size: 14px; font-weight: 720; white-space: nowrap; }

.section { width: min(1280px,calc(100% - 64px)); margin: 0 auto; padding: 124px 0; }
.section-heading h2, .story-copy h2, .control-copy h2, .price-copy h2, .faq-section h2, .final-cta h2 { margin: 0; font-size: clamp(40px,4.7vw,64px); font-weight: 770; line-height: 1.03; letter-spacing: -.063em; }
.story-section { min-height: 760px; display: grid; grid-template-columns: minmax(0,.98fr) minmax(0,.82fr); align-items: center; gap: 105px; }
.story-section--reverse { grid-template-columns: minmax(0,.82fr) minmax(0,.98fr); }
.story-section--reverse .story-photo { order: 2; }
.story-section--reverse .story-copy { order: 1; }
.story-photo { position: relative; min-height: 610px; margin: 0; border-radius: 32px; overflow: hidden; background: #dce6e3; }
.story-photo::after { position: absolute; inset: 0; border: 1px solid rgba(16,23,32,.08); border-radius: inherit; content: ""; pointer-events: none; }
.story-photo img { width: 100%; height: 100%; min-height: 610px; position: absolute; inset: 0; object-fit: cover; }
.story-photo--focus img { object-position: center 42%; }
.story-photo--discovery img { object-position: center 35%; }
.story-copy { max-width: 555px; }
.story-copy > p:last-of-type, .control-copy > p:last-child { max-width: 540px; margin: 26px 0 0; color: var(--muted); font-size: 17px; line-height: 1.68; }
.text-link { margin-top: 28px; display: inline-flex; align-items: center; gap: 11px; color: var(--ink); font-size: 14px; font-weight: 820; text-decoration: none; }
.text-link span { color: var(--teal); font-size: 19px; transition: transform .18s ease; }
.text-link:hover span { transform: translateX(4px); }
.marketplace-story { border-top: 1px solid var(--line); }
.discovery-panel { position: absolute; right: 24px; bottom: 24px; left: 24px; z-index: 2; padding: 22px; border: 1px solid rgba(255,255,255,.45); border-radius: 22px; color: #fff; background: rgba(8,17,22,.78); box-shadow: 0 22px 50px rgba(0,0,0,.24); backdrop-filter: blur(16px); }
.discovery-panel > small { color: var(--mint); font-size: 10px; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.discovery-panel > strong { display: block; margin: 6px 0 14px; font-size: 20px; letter-spacing: -.035em; }
.discovery-panel > div { padding: 10px 0; border-top: 1px solid rgba(255,255,255,.14); display: flex; justify-content: space-between; font-size: 12px; }
.discovery-panel div b { color: var(--lime); }

.control-section { width: 100%; max-width: none; padding-right: max(32px,calc((100% - 1280px)/2)); padding-left: max(32px,calc((100% - 1280px)/2)); display: grid; grid-template-columns: .78fr 1.22fr; align-items: center; gap: 90px; color: #fff; background: var(--night); }
.control-copy .section-kicker { color: var(--mint); }
.control-copy > p:last-child { color: #aab7be; }
.control-board { min-width: 0; min-height: 500px; border: 1px solid rgba(255,255,255,.13); border-radius: 30px; display: grid; grid-template-columns: 62px 1fr; overflow: hidden; color: var(--ink); background: #f5f8f8; box-shadow: 0 36px 80px rgba(0,0,0,.28); transform: rotate(1deg); }
.control-nav { padding: 20px 13px; display: flex; flex-direction: column; align-items: center; gap: 18px; background: #172127; }
.control-nav b { width: 34px; height: 34px; margin-bottom: 15px; border-radius: 11px; display: grid; place-items: center; color: var(--night); background: var(--lime); }
.control-nav span { width: 26px; height: 26px; border-radius: 8px; background: rgba(255,255,255,.08); }
.control-nav span.active { background: var(--teal); }
.control-content { min-width: 0; padding: 34px; }
.control-title { display: flex; justify-content: space-between; align-items: center; gap: 20px; }
.control-title small { display: block; color: #839098; font-size: 10px; }
.control-title strong { display: block; margin-top: 5px; font-size: 25px; letter-spacing: -.045em; }
.control-title time { padding: 9px 12px; border-radius: 10px; color: #66737b; background: #fff; font-size: 10px; }
.control-metrics { margin-top: 34px; display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; }
.control-metrics article { padding: 18px; border: 1px solid #e2e8e9; border-radius: 16px; background: #fff; }
.control-metrics small { display: block; color: #7f8b92; font-size: 9px; }
.control-metrics b { display: block; margin-top: 8px; font-size: 25px; letter-spacing: -.04em; }
.control-chart { height: 190px; margin-top: 22px; padding: 20px 20px 0; border: 1px solid #e2e8e9; border-radius: 18px; display: flex; align-items: end; gap: 13px; background: repeating-linear-gradient(to bottom,#fff 0,#fff 47px,#edf1f2 48px); }
.control-chart span { width: 100%; border-radius: 7px 7px 0 0; background: linear-gradient(to top,var(--teal),#65d4bd); }
.control-chart span:nth-child(2n) { background: linear-gradient(to top,#a7cf49,var(--lime)); }
.control-footer { margin-top: 20px; display: flex; flex-wrap: wrap; gap: 9px; }
.control-footer span { padding: 8px 11px; border-radius: 999px; color: #526169; background: #e7edee; font-size: 9px; font-weight: 750; }

.how-section { padding-top: 110px; padding-bottom: 110px; }
.section-heading--center { margin-inline: auto; text-align: center; }
.step-grid { margin-top: 54px; display: grid; grid-template-columns: repeat(3,1fr); gap: 1px; border: 1px solid var(--line); border-radius: 25px; overflow: hidden; background: var(--line); }
.step-grid article { min-height: 205px; padding: 30px; background: #fff; }
.step-grid span { color: var(--teal); font-size: 11px; font-weight: 850; letter-spacing: .08em; }
.step-grid h3 { margin: 60px 0 8px; font-size: 21px; letter-spacing: -.035em; }
.step-grid p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.55; }

.price-section { display: grid; grid-template-columns: 1fr 480px; align-items: center; gap: 100px; border-top: 1px solid var(--line); }
.price-copy p:last-child { max-width: 560px; margin: 24px 0 0; color: var(--muted); font-size: 17px; line-height: 1.65; }
.price-card { position: relative; padding: 40px; border-radius: 30px; color: var(--ink); background: #e5f6f2; box-shadow: inset 0 0 0 1px #cce9e3; }
.price-badge { position: absolute; top: 22px; right: 22px; padding: 8px 11px; border-radius: 999px; color: #075f59; background: #fff; font-size: 11px; font-weight: 850; }
.price-card > p { margin: 0 0 18px; color: #4c6866; font-size: 13px; font-weight: 750; }
.price { display: flex; align-items: center; gap: 12px; }
.price > strong { font-size: 67px; line-height: 1; letter-spacing: -.075em; }
.price > span { color: #3e5755; font-size: 17px; font-weight: 800; line-height: 1.1; }
.price small { font-size: 11px; font-weight: 650; }
.price-card ul { margin: 30px 0; padding: 12px 0; border: solid rgba(7,109,103,.15); border-width: 1px 0; list-style: none; }
.price-card li { padding: 11px 0; border-bottom: 1px solid rgba(7,109,103,.11); font-size: 14px; font-weight: 650; }
.price-card li:last-child { border-bottom: 0; }
.price-card > small { display: block; margin-top: 13px; color: #647b79; text-align: center; }

.faq-section { display: grid; grid-template-columns: .72fr 1.28fr; gap: 90px; border-top: 1px solid var(--line); }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { padding: 25px 0; display: flex; justify-content: space-between; gap: 24px; cursor: pointer; list-style: none; font-size: 16px; font-weight: 750; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: var(--teal); font-size: 21px; font-weight: 500; transition: transform .18s ease; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list p { margin: -8px 48px 24px 0; color: var(--muted); font-size: 14px; line-height: 1.65; }

.final-cta { width: min(1380px,calc(100% - 40px)); min-height: 420px; margin: 20px auto 0; padding: 68px 76px; border-radius: 35px; display: flex; align-items: end; justify-content: space-between; gap: 50px; overflow: hidden; position: relative; color: #fff; background: var(--night); }
.final-cta::before { position: absolute; right: -120px; top: -240px; width: 640px; height: 640px; border-radius: 50%; background: radial-gradient(circle,rgba(12,143,135,.45),rgba(12,143,135,0) 68%); content: ""; }
.final-cta > * { position: relative; z-index: 1; }
.final-cta .section-kicker { color: var(--mint); }
.final-cta .button { flex: 0 0 auto; }
.final-cta .button span { font-size: 20px; }

footer { width: min(1280px,calc(100% - 64px)); min-height: 150px; margin: 0 auto; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 34px; }
footer p { color: var(--muted); font-size: 13px; }
footer div { display: flex; gap: 24px; }
footer div a { color: #58646d; font-size: 13px; font-weight: 650; text-decoration: none; }
footer div a:hover { color: var(--teal); }

body .analytics-consent { left: auto; right: 22px; bottom: 22px; max-width: 520px; margin: 0; padding: 15px 17px; border-radius: 16px; font: 500 13px/1.42 var(--font); }
body .analytics-consent__title { margin-bottom: 3px; font-size: 15px; }
body .analytics-consent__actions { margin-top: 11px; }
body .analytics-consent button { min-height: 39px; font: 750 13px var(--font); }

@media (max-width: 1100px) {
    .header-inner { grid-template-columns: 1fr auto; }
    .business-header nav { display: none; }
    .hero-inner { grid-template-columns: 1fr; gap: 46px; padding-top: 66px; }
    .hero-copy { max-width: 820px; }
    .product-stage { width: min(790px,100%); margin: 0 auto; }
    .trust-strip { overflow-x: auto; }
    .trust-strip div { justify-content: flex-start; }
    .story-section { gap: 58px; }
    .control-section { gap: 52px; }
    .price-section { gap: 58px; }
}

@media (max-width: 820px) {
    .header-inner { width: calc(100% - 36px); min-height: 70px; }
    .login-link { display: none; }
    .hero-inner { width: calc(100% - 40px); }
    .hero h1 { font-size: clamp(48px,12.5vw,70px); }
    .product-stage { min-height: 480px; }
    .product-stage::before { inset: 32px -7px 20px 22px; border-radius: 30px; }
    .dashboard-card { width: 92%; height: 400px; margin: 0; grid-template-columns: 52px 1fr; transform: none; }
    .dashboard-sidebar { padding-inline: 9px; }
    .dashboard-main { padding-inline: 16px; }
    .calendar-grid { height: 252px; }
    .client-phone { right: 0; width: 215px; height: 390px; }
    .section { width: calc(100% - 40px); padding: 90px 0; }
    .story-section, .story-section--reverse, .price-section, .faq-section { min-height: 0; grid-template-columns: 1fr; gap: 48px; }
    .story-section--reverse .story-photo, .story-section--reverse .story-copy { order: initial; }
    .story-photo, .story-photo img { min-height: 560px; }
    .story-copy { max-width: 650px; }
    .control-section { width: 100%; padding-inline: 20px; grid-template-columns: 1fr; gap: 50px; }
    .control-copy { max-width: 650px; }
    .control-board { width: min(720px,100%); min-height: 460px; transform: none; }
    .step-grid { grid-template-columns: 1fr; }
    .step-grid article { min-height: 160px; }
    .step-grid h3 { margin-top: 35px; }
    .price-card { width: min(520px,100%); }
    .final-cta { min-height: 380px; padding: 48px 38px; flex-direction: column; align-items: flex-start; justify-content: flex-end; }
    footer { width: calc(100% - 40px); padding: 44px 0; grid-template-columns: 1fr; gap: 8px; }
    footer div { margin-top: 18px; flex-wrap: wrap; }
}

@media (max-width: 560px) {
    .brand { font-size: 25px; }
    .header-cta { padding: 10px 14px; font-size: 12px; }
    .hero-inner { width: calc(100% - 28px); padding-top: 52px; }
    .hero h1 { font-size: clamp(38px,11vw,50px); }
    .hero-lead { margin-top: 22px; font-size: 16px; }
    .hero .button { width: 100%; }
    .hero-meta { justify-content: center; text-align: center; }
    .product-stage { min-height: 420px; padding-top: 7px; }
    .product-stage::before { inset: 21px -2px 18px 12px; border-radius: 25px; }
    .dashboard-card { width: calc(100% - 60px); height: 350px; grid-template-columns: 42px 1fr; border-radius: 20px; }
    .dashboard-sidebar { padding: 13px 7px; gap: 14px; }
    .mini-logo { width: 28px; height: 28px; }
    .side-icon { width: 22px; height: 22px; }
    .dashboard-main { padding: 16px 10px 12px; }
    .dashboard-top { margin-bottom: 16px; }
    .dashboard-top strong { font-size: 16px; }
    .calendar-grid { height: 232px; grid-template-columns: 42px 1fr 1fr; }
    .calendar-head { grid-template-columns: 42px 1fr 1fr; }
    .calendar-grid::after { left: calc(42px + (100% - 42px)/2); }
    .client-phone { right: -4px; bottom: 0; width: 166px; height: 315px; padding: 31px 11px 12px; border-width: 5px; border-radius: 28px; }
    .phone-speaker { top: 11px; width: 44px; height: 4px; }
    .client-phone > strong { margin: 13px 0 10px; font-size: 17px; }
    .phone-search { padding: 8px 9px; }
    .phone-result { margin-top: 8px; padding: 6px; gap: 6px; }
    .result-photo { width: 29px; height: 29px; flex-basis: 29px; }
    .phone-result small { overflow: hidden; text-overflow: ellipsis; }
    .trust-strip { padding-inline: 20px; gap: 28px; }
    .section-heading h2, .story-copy h2, .control-copy h2, .price-copy h2, .faq-section h2, .final-cta h2 { font-size: clamp(36px,10.8vw,48px); }
    .story-photo, .story-photo img { min-height: 470px; border-radius: 25px; }
    .discovery-panel { right: 14px; bottom: 14px; left: 14px; padding: 17px; border-radius: 18px; }
    .story-copy > p:last-of-type, .control-copy > p:last-child, .price-copy p:last-child { font-size: 16px; }
    .control-section { padding-block: 82px; }
    .control-board { min-height: 370px; grid-template-columns: 42px 1fr; border-radius: 22px; }
    .control-nav { padding: 14px 8px; gap: 13px; }
    .control-nav b { width: 28px; height: 28px; margin-bottom: 8px; }
    .control-nav span { width: 22px; height: 22px; }
    .control-content { padding: 19px 14px; }
    .control-title strong { font-size: 18px; }
    .control-title time { display: none; }
    .control-metrics { margin-top: 23px; gap: 6px; }
    .control-metrics article { padding: 10px; border-radius: 12px; }
    .control-metrics b { font-size: 18px; }
    .control-chart { height: 145px; margin-top: 13px; padding: 14px 12px 0; gap: 7px; }
    .control-footer { margin-top: 12px; }
    .price-card { padding: 30px 22px; border-radius: 24px; }
    .price-badge { position: static; width: max-content; margin-bottom: 22px; }
    .price > strong { font-size: 57px; }
    .final-cta { width: calc(100% - 20px); min-height: 350px; padding: 34px 24px; border-radius: 27px; }
    .final-cta .button { width: 100%; }
    body .analytics-consent { right: 10px; bottom: 10px; left: 10px; padding: 12px 14px; font-size: 12px; line-height: 1.35; }
    body .analytics-consent__title { font-size: 14px; }
    body .analytics-consent__actions { gap: 7px; margin-top: 9px; }
    body .analytics-consent button { min-height: 37px; padding-inline: 12px; font-size: 12px; }
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after { transition-duration: .01ms !important; }
}
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; }
.button--outline { border: 1px solid #81968f; background: transparent; color: #fff; }
.button--outline:hover { background: #ffffff12; }
