:root {
    --ink: #17202a;
    --ink-2: #25313d;
    --muted: #66717d;
    --paper: #eef1f4;
    --surface: #ffffff;
    --surface-2: #f7f8fa;
    --line: #d8dde3;
    --line-dark: #bdc5ce;
    --navy: #202b36;
    --navy-2: #2b3947;
    --gold: #d9a51e;
    --gold-dark: #aa7b00;
    --gold-soft: #fff5d8;
    --green: #2c7a58;
    --green-soft: #e8f4ed;
    --blue: #2f73b8;
    --blue-soft: #e9f2fb;
    --silver: #b9c2cb;
    --danger: #9b3434;
    --danger-soft: #fae9e9;
    --shadow: 0 18px 44px rgba(28, 39, 50, .12);
    --shadow-lg: 0 30px 80px rgba(18, 28, 38, .18);
    --radius: 12px;
    --radius-lg: 18px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    color: var(--ink);
    background: var(--paper);
    font-family: "Segoe UI", Tahoma, Arial, sans-serif;
    line-height: 1.55;
    -webkit-font-smoothing: antialiased;
}
body.modal-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, textarea, select { font: inherit; }
.shell { width: min(1240px, calc(100% - 42px)); margin-inline: auto; }
.skip-link { position: fixed; left: 1rem; top: -100px; z-index: 9999; padding: .65rem 1rem; background: #fff; color: #000; }
.skip-link:focus { top: 1rem; }

.site-header {
    position: sticky;
    top: 0;
    z-index: 100;
    color: #fff;
    background: rgba(31, 42, 53, .97);
    border-bottom: 1px solid rgba(255,255,255,.08);
    box-shadow: 0 5px 20px rgba(0,0,0,.14);
    backdrop-filter: blur(14px);
}
.header-inner { min-height: 68px; display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.brand { display: inline-flex; align-items: center; gap: .78rem; text-decoration: none; }
.brand img { border-radius: 9px; box-shadow: 0 5px 16px rgba(0,0,0,.22); }
.brand span { display: grid; line-height: 1.05; }
.brand strong { font-size: 1rem; letter-spacing: -.01em; }
.brand small { margin-top: .3rem; color: #bfc9d3; font-size: .69rem; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }
.main-nav { display: flex; align-items: center; gap: .12rem; }
.main-nav a { padding: .55rem .72rem; border-radius: 6px; color: #d9e0e7; text-decoration: none; font-size: .89rem; font-weight: 650; }
.main-nav a:hover, .main-nav a.active { color: #fff; background: rgba(255,255,255,.085); }
.main-nav .nav-download { margin-left: .5rem; color: #1f2831; background: var(--gold); border-color: #e8b932; }
.main-nav .nav-download:hover, .main-nav .nav-download.active { color: #151b21; background: #e8b72b; }
.nav-toggle { display: none; }


.beta-banner {
    color: var(--ink);
    background: #fff3cf;
    border-bottom: 1px solid #dfbd5e;
}
.beta-banner-inner {
    min-height: 44px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: .3rem .9rem;
    padding: .52rem 0;
    text-align: center;
}
.beta-banner strong { font-size: .91rem; }
.beta-banner span { color: #4c5965; font-size: .86rem; }
.beta-banner a { color: var(--ink); font-size: .86rem; font-weight: 800; text-underline-offset: 3px; }
.beta-banner a:hover { color: var(--gold-dark); }

.flash { padding: .72rem 0; border-bottom: 1px solid #c9e1d3; color: #1f6044; background: #e7f4ec; font-weight: 650; }
.flash.error { border-color: #e6c4c4; color: var(--danger); background: var(--danger-soft); }

h1, h2, h3 { margin-top: 0; color: var(--ink); line-height: 1.12; letter-spacing: -.035em; }
h1 { margin-bottom: 1.15rem; font-size: 1.68rem; font-weight: 800; line-height: 1.08; }
h2 { margin-bottom: .95rem; font-size: clamp(2rem, 3.4vw, 3.15rem); }
h3 { margin-bottom: .62rem; font-size: clamp(1.14rem, 2vw, 1.48rem); }
p { margin-top: 0; }
.lead { max-width: 760px; color: #465563; font-size: clamp(1.05rem, 1.7vw, 1.23rem); line-height: 1.7; }
.eyebrow { margin: 0 0 .8rem; color: var(--gold-dark); font-size: .74rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }

.hero {
    position: relative;
    overflow: hidden;
    padding: clamp(4.3rem, 7.4vw, 7rem) 0 clamp(4rem, 7vw, 6.5rem);
    background:
        linear-gradient(90deg, rgba(255,255,255,.97) 0%, rgba(247,249,251,.98) 52%, rgba(235,239,243,.96) 100%),
        repeating-linear-gradient(0deg, transparent, transparent 33px, rgba(72,90,108,.04) 34px);
    border-bottom: 1px solid var(--line);
}
.hero::before { content:""; position:absolute; width:420px; height:420px; right:-150px; top:-180px; border-radius:50%; background:rgba(217,165,30,.16); filter:blur(2px); }
.hero-grid { position:relative; z-index:1; display:grid; grid-template-columns:minmax(0,.82fr) minmax(540px,1.18fr); gap:clamp(2.8rem,5vw,5.3rem); align-items:center; }
.hero-copy h1 { width: 100%; max-width: none; }
.hero-actions, .button-row { display:flex; flex-wrap:wrap; align-items:center; gap:.78rem; margin-top:1.6rem; }
.button { display:inline-flex; align-items:center; justify-content:center; min-height:46px; padding:.72rem 1.06rem; border:1px solid transparent; border-radius:7px; text-decoration:none; font-weight:750; cursor:pointer; transition:transform .15s ease, background .15s ease, border-color .15s ease; }
.button:hover { transform: translateY(-1px); }
.button-primary { color:#171c21; background:var(--gold); border-color:#c9930d; box-shadow:0 9px 22px rgba(163,116,0,.22); }
.button-primary:hover { background:#e5b22b; }
.button-dark { color:#fff; background:var(--navy); border-color:var(--navy); }
.button-dark:hover { background:#151e27; }
.button-outline { color:#fff; border-color:rgba(255,255,255,.35); background:rgba(255,255,255,.05); }
.button-light-outline { color:var(--ink); border-color:var(--line-dark); background:#fff; }
.button-light-outline:hover { border-color:#959faa; background:#f8f9fa; }
.hero-facts { display:flex; flex-wrap:wrap; gap:.55rem 1.15rem; margin-top:1.5rem; color:#596673; font-size:.86rem; }
.hero-facts span { position:relative; padding-left:1rem; }
.hero-facts span::before { content:""; position:absolute; left:0; top:.52em; width:6px; height:6px; border-radius:50%; background:var(--green); }
.hero-facts b { color:var(--ink); }
.hero-note { max-width:650px; margin-top:1.2rem; padding:.8rem .95rem; border-left:4px solid var(--gold); color:#5e6975; background:rgba(255,255,255,.72); font-size:.88rem; }

.app-window { overflow:hidden; margin:0; border:1px solid #aeb7c0; border-radius:10px; background:#fff; box-shadow:var(--shadow-lg); }
.app-window img { width:100%; height:auto; }
.app-window-hero { transform: perspective(1700px) rotateY(-2deg) rotateX(.5deg); }
.app-window-dark { border-color:#5d6873; box-shadow:0 28px 72px rgba(0,0,0,.28); }
.app-window-tall { max-width:760px; justify-self:center; }
.window-bar { min-height:34px; display:flex; align-items:center; gap:.62rem; padding:.42rem .7rem; color:#e5ebf0; background:linear-gradient(#344250,#26323e); border-bottom:1px solid #16202a; font-size:.72rem; }
.window-bar span { width:10px; height:10px; border-radius:50%; background:var(--gold); box-shadow:17px 0 0 #7f8b96, 34px 0 0 #4e9a71; margin-right:30px; }
.window-bar strong { color:#fff; font-weight:700; }
.window-bar em { margin-left:auto; color:#b9c4ce; font-style:normal; }

.product-strip { color:#fff; background:var(--navy); border-bottom:4px solid var(--gold); }
.product-strip-grid { display:grid; grid-template-columns:repeat(4,1fr); }
.product-strip-grid > div { min-height:104px; padding:1.25rem 1.4rem; border-right:1px solid rgba(255,255,255,.09); display:flex; flex-direction:column; justify-content:center; }
.product-strip-grid > div:last-child { border-right:0; }
.product-strip strong { color:#fff; font-size:.93rem; }
.product-strip span { margin-top:.35rem; color:#bec8d1; font-size:.8rem; line-height:1.4; }

.section { padding:clamp(4.2rem,7vw,6.6rem) 0; }
.section-white { background:#fff; }
.section-soft { background:var(--surface-2); border-block:1px solid var(--line); }
.section-dark { color:#fff; background:linear-gradient(135deg,#1e2934,#273644); }
.section-dark h2, .section-dark h3 { color:#fff; }
.section-dark .eyebrow { color:#f2c85f; }
.section-dark .section-heading p, .section-dark p { color:#ced6dd; }
.section-cta { color:#fff; background:var(--navy); border-top:4px solid var(--gold); }
.section-cta h2 { color:#fff; }
.section-cta p { color:#cbd4dc; }
.section-cta .eyebrow { color:#f3c95f; }
.section-heading { width:100%; max-width:none; margin-bottom:2.5rem; }
.section-heading.center { margin-inline:auto; text-align:center; }
.section-heading p:last-child { color:var(--muted); font-size:1.04rem; }
.center-actions { display:flex; justify-content:center; margin-top:2rem; }
.cta-panel { display:flex; justify-content:space-between; align-items:center; gap:2.4rem; }
.cta-panel > div:first-child { width:100%; max-width:none; }

.value-grid, .feature-grid, .trust-grid { display:grid; gap:1rem; }
.value-grid { grid-template-columns:repeat(3,1fr); }
.value-card, .feature-card, .trust-card { padding:1.55rem; border:1px solid var(--line); border-radius:var(--radius); background:#fff; box-shadow:0 9px 24px rgba(28,39,50,.055); }
.value-card { border-top:4px solid var(--gold); }
.value-card b { display:inline-grid; place-items:center; min-width:36px; height:32px; padding:0 .55rem; margin-bottom:1rem; border-radius:5px; color:#fff; background:var(--navy-2); font-size:.82rem; }
.value-card p, .feature-card p, .trust-card p { margin-bottom:0; color:var(--muted); }
.feature-grid { grid-template-columns:repeat(2,1fr); }
.feature-icon { display:grid; place-items:center; width:42px; height:42px; margin-bottom:.9rem; border-radius:7px; color:#14202b; background:var(--gold); font-weight:850; }

.split { display:grid; grid-template-columns:minmax(0,.83fr) minmax(500px,1.17fr); gap:clamp(2.5rem,5.5vw,5.3rem); align-items:center; }
.split.reverse > :first-child { order:2; }
.split.reverse > :last-child { order:1; }
.gallery-copy p { color:var(--muted); }
.check-list { display:grid; gap:.72rem; margin:1.3rem 0 0; padding:0; list-style:none; }
.check-list li { position:relative; padding-left:1.7rem; }
.check-list li::before { content:"✓"; position:absolute; left:0; top:.02rem; color:var(--green); font-weight:900; }
.screen-pair { display:grid; grid-template-columns:1fr 1fr; gap:1.3rem; }

.dealer-panel { display:grid; grid-template-columns:minmax(0,1.2fr) minmax(330px,.8fr); gap:1.4rem 2.2rem; padding:2rem; border:1px solid #d9c58a; border-left:6px solid var(--gold); border-radius:var(--radius); background:linear-gradient(135deg,#fffdf7,#fff7de); box-shadow:0 14px 36px rgba(117,83,0,.08); }
.dealer-panel.compact { padding:1.7rem; }
.dealer-panel h2 { font-size:clamp(1.75rem,3vw,2.6rem); }
.dealer-note { padding:1.25rem; border:1px solid #d8dde3; border-radius:9px; background:#fff; }
.dealer-note strong { display:block; margin-bottom:.35rem; color:var(--ink); }
.dealer-note p { margin-bottom:.6rem; color:var(--muted); }
.dealer-note a { color:var(--blue); font-weight:750; }
.disclosure { grid-column:1/-1; margin:0; padding-top:1rem; border-top:1px solid #e4d7ae; color:#71664b; font-size:.82rem; }

.ai-panel { display:grid; grid-template-columns:minmax(0,.9fr) minmax(430px,1.1fr); gap:2rem; padding:2rem; border:1px solid var(--line); border-radius:var(--radius-lg); background:#fff; box-shadow:var(--shadow); }
.ai-response { padding:1.45rem; border-radius:10px; color:#dce4eb; background:#202c37; border-top:4px solid var(--gold); }
.ai-response h3 { margin:1.05rem 0 .32rem; color:#fff; font-size:.9rem; letter-spacing:.03em; }
.ai-response h3:first-of-type { margin-top:0; }
.ai-response p { margin-bottom:.65rem; color:#d1dae2; font-size:.88rem; }
.ai-label { display:inline-flex; margin-bottom:1rem; padding:.3rem .62rem; border-radius:5px; color:#1c242b; background:var(--gold); font-size:.7rem; font-weight:850; letter-spacing:.06em; text-transform:uppercase; }
.callout { padding:1.1rem 1.25rem; border-left:4px solid var(--gold); border-radius:0 8px 8px 0; background:var(--gold-soft); color:#544622; }
.callout p:last-child { margin-bottom:0; }

.page-hero { padding:clamp(3.8rem,6vw,5.7rem) 0; background:linear-gradient(110deg,#f8f9fa,#e9edf1); border-bottom:1px solid var(--line); }
.page-hero-grid { display:grid; grid-template-columns:minmax(0,.83fr) minmax(480px,1.17fr); gap:3rem; align-items:center; }
.page-hero-simple h1 { width:100%; max-width:none; }
.gallery-section { display:grid; gap:5rem; }
.gallery-item { display:grid; grid-template-columns:minmax(0,.78fr) minmax(520px,1.22fr); gap:3rem; align-items:center; scroll-margin-top:90px; }
.gallery-item:nth-child(even) > :first-child { order:2; }
.gallery-item:nth-child(even) > :last-child { order:1; }

.download-panel { display:grid; grid-template-columns:minmax(0,1.1fr) minmax(340px,.9fr); gap:1.5rem; }
.download-main, .install-card { padding:2rem; border:1px solid var(--line); border-radius:var(--radius); background:#fff; box-shadow:var(--shadow); }
.download-main { border-top:5px solid var(--gold); }
.beta-deadline {
    margin: 0 0 1.4rem;
    padding: 1rem 1.1rem;
    border: 1px solid #e0bd58;
    border-left: 5px solid var(--gold);
    border-radius: 8px;
    background: var(--gold-soft);
}
.beta-deadline strong { display: block; color: var(--ink); font-size: 1rem; }
.beta-deadline p { margin: .28rem 0 0; color: #4b5762; }
.install-card { background:#f8f9fa; }
.release-meta { display:flex; flex-wrap:wrap; gap:.55rem; margin:1rem 0; }
.release-meta span { padding:.36rem .65rem; border:1px solid var(--line); border-radius:5px; color:#4f5c68; background:#f7f8fa; font-size:.79rem; font-weight:650; }
.checksum { display:grid; gap:.65rem; margin-top:1.35rem; padding:1rem; border:1px solid var(--line); border-radius:8px; background:#f7f8fa; }
.checksum code { overflow-wrap:anywhere; color:#27333f; font-size:.78rem; }
.checksum .button { justify-self:start; min-height:38px; padding:.48rem .72rem; }
.install-steps { display:grid; gap:.7rem; padding-left:1.25rem; }
.install-steps li { padding-left:.25rem; }

.form-shell { display:grid; grid-template-columns:minmax(0,1.15fr) minmax(320px,.85fr); gap:1.5rem; align-items:start; }
.form-card, .info-card { padding:1.7rem; border:1px solid var(--line); border-radius:var(--radius); background:#fff; box-shadow:var(--shadow); }
.info-card { background:#f8f9fa; }
.form-grid { display:grid; grid-template-columns:1fr 1fr; gap:1rem; }
.field { display:grid; gap:.38rem; }
.field.full { grid-column:1/-1; }
.field label { color:#2f3b47; font-size:.86rem; font-weight:700; }
.field input, .field textarea, .field select, table select { width:100%; padding:.72rem .78rem; border:1px solid #bfc7cf; border-radius:6px; color:var(--ink); background:#fff; }
.field input:focus, .field textarea:focus, .field select:focus, table select:focus { outline:3px solid rgba(47,115,184,.15); border-color:var(--blue); }
.field textarea { min-height:180px; resize:vertical; }
.checkbox { display:flex !important; grid-template-columns:none !important; align-items:flex-start; gap:.7rem; font-weight:500 !important; }
.checkbox input { width:auto; margin-top:.28rem; }
.form-note { display:block; margin-top:.55rem; color:var(--muted); font-size:.8rem; }
.honeypot { position:absolute !important; left:-10000px !important; width:1px !important; height:1px !important; overflow:hidden !important; }
.error-list { margin-bottom:1rem; padding:1rem; border:1px solid #e2bbbb; border-radius:7px; color:var(--danger); background:var(--danger-soft); }

.contact-modal { position:fixed; inset:0; z-index:1000; display:grid; place-items:center; padding:1rem; background:rgba(16,24,32,.68); backdrop-filter:blur(5px); }
.contact-modal[hidden] { display:none; }
.contact-modal-panel { position:relative; width:min(520px,100%); padding:2rem; border:1px solid #cbd2d9; border-top:5px solid var(--green); border-radius:12px; background:#fff; box-shadow:0 30px 90px rgba(0,0,0,.34); text-align:center; }
.contact-modal-panel h2 { margin-bottom:.7rem; }
.contact-modal-icon { display:grid; place-items:center; width:58px; height:58px; margin:0 auto 1rem; border-radius:50%; color:#fff; background:var(--green); font-size:1.65rem; font-weight:900; }
.contact-modal-x-form { position:absolute; right:.65rem; top:.55rem; margin:0; }
.contact-modal-x { width:36px; height:36px; border:0; border-radius:50%; color:#46515c; background:#edf0f3; font-size:1.4rem; cursor:pointer; }
.contact-modal-actions { display:flex; justify-content:center; margin-top:1.25rem; }

.privacy-grid { display:grid; grid-template-columns:repeat(2,1fr); gap:1rem; }
.privacy-section { padding:1.45rem; border:1px solid var(--line); border-radius:var(--radius); background:#fff; }
.privacy-section h2 { font-size:1.3rem; }
.privacy-section p { margin-bottom:0; color:var(--muted); }

.admin-shell { min-height:70vh; padding:3.2rem 0; background:#e9edf1; }
.admin-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:1rem; margin:1.4rem 0 2rem; }
.admin-stat { padding:1.2rem; border:1px solid var(--line); border-top:4px solid var(--gold); border-radius:8px; background:#fff; }
.admin-stat span { display:block; color:var(--muted); font-size:.78rem; text-transform:uppercase; letter-spacing:.06em; }
.admin-stat strong { display:block; margin-top:.4rem; color:var(--ink); font-size:2rem; }
.table-wrap { overflow:auto; border:1px solid var(--line); border-radius:8px; background:#fff; }
table { width:100%; border-collapse:collapse; font-size:.84rem; }
th, td { padding:.78rem; border-bottom:1px solid var(--line); vertical-align:top; text-align:left; }
th { color:#fff; background:var(--navy-2); font-size:.76rem; text-transform:uppercase; letter-spacing:.04em; }
tr:last-child td { border-bottom:0; }
table button { margin-top:.35rem; padding:.38rem .65rem; border:0; border-radius:5px; color:#141a20; background:var(--gold); font-weight:700; cursor:pointer; }
.status { display:inline-flex; padding:.22rem .5rem; border-radius:4px; color:#1c6044; background:var(--green-soft); font-size:.7rem; font-weight:800; }

.site-footer { color:#d4dbe2; background:#1c2630; border-top:4px solid var(--gold); }
.footer-grid { display:flex; justify-content:space-between; gap:2rem; padding:2.5rem 0 1.8rem; }
.footer-brand { display:flex; gap:.9rem; align-items:center; max-width:540px; }
.footer-brand img { border-radius:8px; }
.footer-brand strong { color:#fff; }
.footer-brand p { margin:.28rem 0 0; color:#aeb9c3; font-size:.86rem; }
.footer-links { display:flex; flex-wrap:wrap; align-items:center; justify-content:flex-end; gap:.5rem 1rem; }
.footer-links a { color:#d1d9e0; text-decoration:none; font-size:.84rem; }
.footer-links a:hover { color:#fff; }
.footer-bottom { display:flex; justify-content:space-between; gap:1.5rem; padding:1rem 0 1.35rem; border-top:1px solid rgba(255,255,255,.09); }
.footer-bottom p { margin:0; color:#9ca9b4; font-size:.76rem; }

@media (max-width: 1040px) {
    .hero-grid, .page-hero-grid, .split, .gallery-item, .ai-panel { grid-template-columns:1fr; }
    .hero-grid { gap:2.8rem; }
    .app-window-hero { transform:none; }
    .split.reverse > :first-child, .gallery-item:nth-child(even) > :first-child { order:initial; }
    .split.reverse > :last-child, .gallery-item:nth-child(even) > :last-child { order:initial; }
    .gallery-section { gap:4rem; }
    .dealer-panel { grid-template-columns:1fr; }
    .disclosure { grid-column:auto; }
    .product-strip-grid { grid-template-columns:repeat(2,1fr); }
    .product-strip-grid > div:nth-child(2) { border-right:0; }
    .product-strip-grid > div:nth-child(-n+2) { border-bottom:1px solid rgba(255,255,255,.09); }
}

@media (max-width: 820px) {
    .shell { width:min(100% - 28px, 1240px); }
    .main-nav { position:absolute; left:0; right:0; top:68px; display:none; padding:.7rem 14px 1rem; border-bottom:1px solid rgba(255,255,255,.1); background:#202b36; box-shadow:0 14px 28px rgba(0,0,0,.2); }
    .main-nav.open { display:grid; }
    .main-nav a { padding:.75rem; }
    .main-nav .nav-download { margin:.25rem 0 0; }
    .nav-toggle { display:grid; grid-template-columns:repeat(3,22px); gap:3px; padding:.55rem; border:1px solid rgba(255,255,255,.16); border-radius:6px; color:#fff; background:transparent; }
    .nav-toggle span { grid-column:1; width:22px; height:2px; background:#fff; }
    .nav-toggle b { grid-column:2; grid-row:1/4; align-self:center; margin-left:.35rem; font-size:.75rem; }
    .value-grid, .feature-grid, .screen-pair, .privacy-grid, .admin-grid, .form-shell, .download-panel { grid-template-columns:1fr; }
    .cta-panel, .footer-grid, .footer-bottom { align-items:flex-start; flex-direction:column; }
    .footer-links { justify-content:flex-start; }
}

@media (max-width: 560px) {
    h1 { font-size:1.68rem; }
    h2 { font-size:2rem; }
    .section { padding:3.7rem 0; }
    .hero { padding:3.5rem 0 4rem; }
    .hero-actions .button, .button-row .button { width:100%; }
    .product-strip-grid { grid-template-columns:1fr; }
    .product-strip-grid > div { border-right:0; border-bottom:1px solid rgba(255,255,255,.09); }
    .form-grid { grid-template-columns:1fr; }
    .field.full { grid-column:auto; }
    .app-window { border-radius:7px; }
    .window-bar em { display:none; }
    .dealer-panel, .ai-panel, .download-main, .install-card, .form-card, .info-card { padding:1.25rem; }
}

/* Screenshot-first product presentation */
.product-hero {
    position: relative;
    overflow: hidden;
    padding: clamp(3.7rem, 6vw, 6.2rem) 0 clamp(3.2rem, 5vw, 5rem);
    background:
        radial-gradient(circle at 100% 0%, rgba(184, 138, 44, .18), transparent 24%),
        linear-gradient(135deg, #f8fafb 0%, #eef2f5 72%, #f7f4ea 100%);
}
.product-hero::before {
    content: "";
    position: absolute;
    inset: auto auto -16rem -12rem;
    width: 34rem;
    height: 34rem;
    border-radius: 50%;
    background: rgba(37, 94, 82, .055);
}
.product-hero-grid {
    position: relative;
    z-index: 1;
    width: min(1460px, calc(100% - 48px));
    display: grid;
    grid-template-columns: minmax(360px, .76fr) minmax(0, 1.24fr);
    align-items: center;
    gap: clamp(2.5rem, 4.5vw, 5rem);
}
.product-hero-copy h1 {
    width: 100%;
    max-width: none;
    margin-bottom: 1.2rem;
    color: #17202a;
}
.product-hero-copy .lead { max-width: 590px; color: #42515b; font-size: 1.12rem; line-height: 1.68; }
.button-gold { color: #17202a; background: #e3ae21; box-shadow: 0 12px 28px rgba(172, 119, 0, .22); }
.button-gold:hover { background: #f0bd2f; }
.product-facts { display: flex; flex-wrap: wrap; gap: .55rem; margin-top: 1.4rem; }
.product-facts span { padding: .38rem .68rem; border: 1px solid #cbd4d9; border-radius: 999px; color: #33434d; background: rgba(255,255,255,.72); font-size: .76rem; font-weight: 750; }
.hero-note-dark { max-width: 610px; margin: 1.25rem 0 0; padding-left: 1rem; border-left: 3px solid var(--gold); color: #5a6770; font-size: .88rem; }

.screen-frame {
    position: relative;
    margin: 0;
    overflow: hidden;
    border: 1px solid #cbd4da;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 24px 58px rgba(29, 43, 54, .16);
}
.screen-frame-hero { box-shadow: 0 34px 76px rgba(29, 43, 54, .22); }
.screen-frame-wide { max-width: 1420px; margin-inline: auto; }
.screen-zoom {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    border: 0;
    color: inherit;
    background: #fff;
    cursor: zoom-in;
    text-align: left;
}
.screen-zoom img {
    width: 100%;
    height: auto;
    image-rendering: auto;
}
.screen-zoom::after {
    content: "";
    position: absolute;
    inset: 0;
    border: 3px solid transparent;
    pointer-events: none;
    transition: border-color .18s ease, background .18s ease;
}
.screen-zoom:hover::after,
.screen-zoom:focus-visible::after { border-color: rgba(227, 174, 33, .9); background: rgba(255,255,255,.035); }
.screen-zoom:focus-visible { outline: 4px solid rgba(36,94,82,.2); outline-offset: 4px; }
.screen-zoom-hint {
    position: absolute;
    right: .85rem;
    bottom: .8rem;
    padding: .42rem .72rem;
    border-radius: 999px;
    color: #fff;
    background: rgba(16, 38, 38, .88);
    box-shadow: 0 7px 18px rgba(0,0,0,.2);
    font-size: .72rem;
    font-weight: 800;
    opacity: 0;
    transform: translateY(5px);
    transition: opacity .18s ease, transform .18s ease;
}
.screen-zoom:hover .screen-zoom-hint,
.screen-zoom:focus-visible .screen-zoom-hint { opacity: 1; transform: translateY(0); }
.screen-frame figcaption { padding: .78rem 1rem; border-top: 1px solid #dde3e6; color: #5c6972; background: #fff; font-size: .8rem; }

.product-proof { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.proof-strip { width: min(1380px, calc(100% - 48px)); display: grid; grid-template-columns: repeat(3, 1fr); }
.proof-strip article { display: grid; gap: .25rem; padding: 1.45rem 2rem; border-right: 1px solid var(--line); }
.proof-strip article:first-child { padding-left: 0; }
.proof-strip article:last-child { border-right: 0; padding-right: 0; }
.proof-strip strong { color: #162a2a; }
.proof-strip span { color: var(--muted); font-size: .87rem; }

.feature-showcase-section { padding-block: clamp(4rem, 7vw, 6.6rem); }
.feature-showcase {
    width: min(1420px, calc(100% - 48px));
    display: grid;
    grid-template-columns: minmax(330px, .72fr) minmax(0, 1.28fr);
    align-items: center;
    gap: clamp(2.5rem, 5vw, 5rem);
}
.feature-showcase-reverse { grid-template-columns: minmax(0, 1.28fr) minmax(330px, .72fr); }
.feature-showcase-reverse .feature-showcase-copy { order: 2; }
.feature-showcase-reverse .screen-frame { order: 1; }
.feature-showcase-copy h2 { width:100%; max-width:none; font-size: clamp(2.25rem, 3.5vw, 3.35rem); }
.feature-showcase-copy p:not(.eyebrow), .feature-showcase-copy .check-list { max-width: 620px; }

.dealer-section { padding-block: clamp(3.7rem, 6vw, 5.5rem); background: #eef2f4; }
.dealer-import {
    width: min(1320px, calc(100% - 48px));
    display: grid;
    grid-template-columns: minmax(0, 1.3fr) minmax(330px, .7fr);
    gap: 2.5rem;
    padding: clamp(1.8rem, 4vw, 3rem);
    border: 1px solid #cfd8dc;
    border-left: 7px solid var(--gold);
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 18px 42px rgba(29,43,54,.08);
}
.dealer-import h2 { width:100%; max-width:none; }
.dealer-import p:last-child { margin-bottom: 0; }
.dealer-request { align-self: center; padding: 1.4rem; border-radius: 14px; background: #edf5f2; }
.dealer-request strong { display: block; margin-bottom: .45rem; font-size: 1.08rem; }
.dealer-request p { color: #4e5e64; font-size: .9rem; }

.screenshot-heading { margin-bottom: 2rem; }
.screen-gallery { width: min(1420px, calc(100% - 48px)); display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1.5rem; }
.screen-gallery-card { align-self: start; }
.screen-gallery-card img { aspect-ratio: 1.84 / 1; object-fit: contain; background: #e9edef; }
.screen-gallery-card:first-child img { aspect-ratio: 1.5 / 1; }
.center-actions { display: flex; justify-content: center; margin-top: 2rem; }
.final-cta { display: grid; grid-template-columns: minmax(0, 1.3fr) auto; align-items: center; gap: 2rem; }

.feature-page-hero { padding: clamp(3.5rem, 6vw, 5.5rem) 0 clamp(3rem, 5vw, 4.5rem); color: #fff; background: linear-gradient(135deg,#122d2b,#1b4d44 55%,#163543); }
.feature-page-copy { width: min(1120px, calc(100% - 48px)); text-align: center; }
.feature-page-copy h1 { width:100%; max-width:none; margin-inline: auto; color: #fff; }
.feature-page-copy .lead { margin-inline: auto; color: #d9e6e3; }
.feature-hero-screen { width: min(1460px, calc(100% - 48px)); margin-top: 2.8rem; }
.feature-tour-list { width: min(1420px, calc(100% - 48px)); display: grid; gap: clamp(5rem, 9vw, 8.5rem); }
.feature-tour-list .feature-showcase { width: 100%; }
.screen-frame-tall { max-width: 820px; justify-self: center; }

/* Full-screen screenshot viewer */
body.lightbox-open { overflow: hidden; }
.screenshot-lightbox {
    position: fixed;
    inset: 0;
    z-index: 1400;
    display: grid;
    grid-template-rows: auto minmax(0, 1fr) auto;
    padding: 1rem;
    color: #fff;
    background: rgba(5, 12, 16, .96);
    backdrop-filter: blur(9px);
}
.screenshot-lightbox[hidden] { display: none !important; }
.lightbox-toolbar { display: flex; justify-content: flex-end; gap: .55rem; }
.lightbox-button {
    display: inline-grid;
    place-items: center;
    min-width: 44px;
    min-height: 44px;
    border: 1px solid rgba(255,255,255,.22);
    border-radius: 10px;
    color: #fff;
    background: rgba(255,255,255,.08);
    cursor: pointer;
    font-size: 1.25rem;
}
.lightbox-button:hover, .lightbox-button:focus-visible { background: rgba(255,255,255,.16); outline: 2px solid #e3ae21; outline-offset: 2px; }
.lightbox-toolbar { align-items: center; justify-content: space-between; }
.lightbox-zoom-controls { display: flex; align-items: center; gap: .45rem; }
.lightbox-fit { min-width: 58px; padding-inline: .8rem; font-size: .85rem; font-weight: 800; }
.lightbox-zoom-label { min-width: 54px; color: #d7e0e5; text-align: center; font-size: .78rem; font-weight: 800; }
.lightbox-stage { position: relative; min-height: 0; padding: .8rem 4.4rem; }
.lightbox-scroll {
    width: 100%;
    height: 100%;
    overflow: auto;
    display: grid;
    place-items: center;
    overscroll-behavior: contain;
    scrollbar-gutter: stable both-edges;
}
.lightbox-image {
    display: block;
    max-width: 100%;
    max-height: calc(100vh - 10.4rem);
    width: auto;
    height: auto;
    margin: auto;
    border: 1px solid rgba(255,255,255,.28);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 28px 90px rgba(0,0,0,.55);
    cursor: zoom-in;
    image-rendering: auto;
}
.lightbox-image.is-zoomed {
    max-width: none;
    max-height: none;
    cursor: zoom-out;
}
.lightbox-nav { position: absolute; z-index: 2; top: 50%; transform: translateY(-50%); }
.lightbox-prev { left: .35rem; }
.lightbox-next { right: .35rem; }
.lightbox-caption { margin: .5rem auto 0; max-width: 980px; color: #d4dce1; text-align: center; font-size: .88rem; }
.lightbox-help { display: block; margin-top: .18rem; color: #aebbc2; font-size: .74rem; }
.lightbox-counter { display: block; margin-top: .2rem; color: #9eabb3; font-size: .75rem; }

@media (max-width: 1080px) {
    .product-hero-grid,
    .feature-showcase,
    .feature-showcase-reverse,
    .dealer-import { grid-template-columns: 1fr; }
    .product-hero-copy h1 { width:100%; max-width:none; }
    .feature-showcase-reverse .feature-showcase-copy,
    .feature-showcase-reverse .screen-frame { order: initial; }
    .feature-showcase-copy { width:100%; max-width:none; }
    .feature-showcase-copy h2 { width:100%; max-width:none; }
    .final-cta { grid-template-columns: 1fr; }
}

@media (max-width: 760px) {
    .product-hero-grid,
    .feature-showcase,
    .proof-strip,
    .screen-gallery,
    .feature-page-copy,
    .feature-hero-screen,
    .feature-tour-list,
    .dealer-import { width: min(100% - 28px, 1460px); }
    .product-hero-copy h1 { width:100%; max-width:none; }
    .proof-strip { grid-template-columns: 1fr; padding-block: .35rem; }
    .proof-strip article { padding: 1rem 0; border-right: 0; border-bottom: 1px solid var(--line); }
    .proof-strip article:last-child { border-bottom: 0; }
    .screen-gallery { grid-template-columns: 1fr; }
    .screen-zoom-hint { display: none; }
    .lightbox-stage { padding-inline: 2.8rem; }
    .lightbox-toolbar { gap: .6rem; }
    .lightbox-zoom-controls { gap: .3rem; }
    .lightbox-zoom-label { min-width: 44px; }
    .lightbox-image { max-height: calc(100vh - 11.2rem); }
}

@media (max-width: 520px) {
    .product-hero { padding-top: 3rem; }
    .feature-showcase-copy h2 { font-size: 2.2rem; }
    .screen-frame { border-radius: 9px; }
    .screen-frame figcaption { font-size: .73rem; }
    .screenshot-lightbox { padding: .55rem; }
    .lightbox-stage { padding-inline: 2.2rem; }
    .lightbox-button { min-width: 40px; min-height: 40px; }
}

/* Uniform heading scale
   Every page heading and card title uses one consistent size.
   The maximum heading size is 1.5 times the 1rem body text. */
:root {
    --body-text-size: 1rem;
    --uniform-heading-size: 1.5rem;
}

body {
    font-size: var(--body-text-size);
}

h1,
h2,
h3,
h4,
h5,
h6,
.product-strip strong,
.proof-strip strong,
.dealer-request strong,
.dealer-note > strong {
    font-size: var(--uniform-heading-size) !important;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: -.02em;
}

/* Keep every heading inside a card or panel on the same scale. */
.value-card :is(h1, h2, h3, h4, h5, h6),
.feature-card :is(h1, h2, h3, h4, h5, h6),
.trust-card :is(h1, h2, h3, h4, h5, h6),
.download-main :is(h1, h2, h3, h4, h5, h6),
.install-card :is(h1, h2, h3, h4, h5, h6),
.form-card :is(h1, h2, h3, h4, h5, h6),
.info-card :is(h1, h2, h3, h4, h5, h6),
.privacy-section :is(h1, h2, h3, h4, h5, h6),
.dealer-panel :is(h1, h2, h3, h4, h5, h6),
.dealer-import :is(h1, h2, h3, h4, h5, h6),
.ai-panel :is(h1, h2, h3, h4, h5, h6),
.ai-response :is(h1, h2, h3, h4, h5, h6),
.callout :is(h1, h2, h3, h4, h5, h6),
.admin-stat :is(h1, h2, h3, h4, h5, h6) {
    font-size: var(--uniform-heading-size) !important;
}

/* Full-width heading treatment
   Headings keep the uniform 1.5x body-text cap, but no longer use narrow
   character-based maximum widths. Each heading can use the full width of
   its page section, grid column, card, or panel. */
h1,
h2,
h3,
h4,
h5,
h6,
.product-strip strong,
.proof-strip strong,
.dealer-request strong,
.dealer-note > strong {
    width: 100%;
    max-width: none !important;
    white-space: normal;
}


/* All headings use the full width available in their actual container.
   This is deliberately applied after every component and responsive rule. */
:is(
    h1, h2, h3, h4, h5, h6,
    .product-strip strong,
    .proof-strip strong,
    .dealer-request strong,
    .dealer-note > strong
) {
    display: block !important;
    width: 100% !important;
    inline-size: 100% !important;
    max-width: none !important;
    max-inline-size: none !important;
    min-width: 0 !important;
    white-space: normal !important;
    text-wrap: pretty;
    overflow-wrap: normal;
    word-break: normal;
}

/* Remove parent text-measure caps that can still make a full-width heading appear narrow. */
:is(
    .hero-copy,
    .product-hero-copy,
    .feature-showcase-copy,
    .feature-page-copy,
    .section-heading,
    .page-hero-simple .shell,
    .cta-panel > div:first-child
) {
    max-width: none !important;
}
