:root {
    --ads-ink: #101828;
    --ads-navy: #0a1020;
    --ads-navy-soft: #111b31;
    --ads-mint: #26d0ad;
    --ads-mint-dark: #0ca889;
    --ads-blue: #4f8cff;
    --ads-violet: #8b7cf6;
    --ads-amber: #f4b740;
    --ads-muted: #667085;
    --ads-line: #e6eaf0;
    --ads-surface: #f7f9fc;
    --ads-white: #fff;
    --ads-radius: 24px;
    --ads-shadow: 0 24px 64px rgba(14, 23, 42, .1);
}

html { scroll-behavior: smooth; scroll-padding-top: 88px; }
body.ads-page {
    margin: 0;
    color: var(--ads-ink);
    background: var(--ads-white);
    font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 16px;
    line-height: 1.55;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}
.ads-page *, .ads-page *::before, .ads-page *::after { box-sizing: border-box; }
.ads-page a { color: inherit; text-decoration: none; }
.ads-page button, .ads-page input, .ads-page select, .ads-page textarea { font: inherit; }
.ads-page svg { display: block; }
.icon-sprite { position: absolute; width: 0; height: 0; overflow: hidden; }
.ads-wrap { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }

.btn {
    min-height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 11px 19px;
    border: 1px solid transparent;
    border-radius: 12px;
    font-weight: 750;
    font-size: 14px;
    line-height: 1;
    cursor: pointer;
    transition: transform .2s ease, box-shadow .2s ease, background-color .2s ease, border-color .2s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn:focus-visible, .ads-page a:focus-visible, .lang summary:focus-visible { outline: 3px solid rgba(38, 208, 173, .35); outline-offset: 3px; }
.btn svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; flex: none; }
.btn > svg:first-child:not(:last-child) { stroke: none; }
.btn--primary { color: #06231c; background: linear-gradient(135deg, #28dfba, var(--ads-mint)); box-shadow: 0 12px 28px rgba(38, 208, 173, .23); }
.btn--primary:hover { box-shadow: 0 16px 36px rgba(38, 208, 173, .32); }
.btn--quiet { color: #334155; background: transparent; }
.btn--quiet:hover { color: var(--ads-ink); background: #f1f5f9; }
.btn--glass { color: #fff; background: rgba(255,255,255,.07); border-color: rgba(255,255,255,.16); backdrop-filter: blur(10px); }
.btn--glass:hover { background: rgba(255,255,255,.12); border-color: rgba(255,255,255,.25); }
.btn--large { min-height: 54px; padding: 15px 23px; border-radius: 14px; font-size: 15px; }
.btn--white { color: #152033; background: #fff; box-shadow: 0 14px 30px rgba(4, 14, 29, .2); }
.btn--outline-light { color: #fff; border-color: rgba(255,255,255,.24); background: rgba(255,255,255,.06); }

/* Navigation */
.ads-nav {
    position: fixed;
    inset: 0 0 auto;
    z-index: 100;
    color: #fff;
    border-bottom: 1px solid rgba(255,255,255,.08);
    background: rgba(10, 16, 32, .72);
    backdrop-filter: blur(18px) saturate(140%);
    transition: background .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.ads-nav.is-scrolled { background: rgba(10, 16, 32, .94); border-color: rgba(255,255,255,.04); box-shadow: 0 10px 30px rgba(3,8,20,.22); }
.ads-nav__inner { height: 76px; display: flex; align-items: center; gap: 30px; }
.brand { display: inline-flex; align-items: center; gap: 10px; flex: none; }
.brand__mark { width: 38px; height: 38px; padding: 3px; display: grid; place-items: center; border-radius: 11px; background: linear-gradient(145deg, #44e4c3, #18ad91); box-shadow: 0 8px 22px rgba(38,208,173,.22); }
.brand__mark > span { width: 100%; height: 100%; display: grid; place-items: center; color: #fff; border: 1px solid rgba(255,255,255,.4); border-radius: 8px; font-size: 17px; line-height: 1; font-weight: 900; }
.brand__word { color: #fff; font-size: 18px; font-weight: 850; letter-spacing: -.5px; }
.brand__word span { color: var(--ads-mint); }
.nav-links { margin-inline: auto; display: flex; align-items: center; gap: 30px; }
.nav-links a { position: relative; color: #c7d0df; font-size: 14px; font-weight: 650; transition: color .2s ease; }
.nav-links a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -8px; height: 2px; border-radius: 2px; background: var(--ads-mint); transition: right .2s ease; }
.nav-links a:hover { color: #fff; }
.nav-links a:hover::after { right: 0; }
.nav-actions { display: flex; align-items: center; gap: 6px; }
.nav-actions .btn--quiet { color: #e1e7f0; }
.nav-actions .btn--quiet:hover { color: #fff; background: rgba(255,255,255,.08); }
.lang { position: relative; }
.lang summary { min-height: 42px; display: flex; align-items: center; gap: 8px; padding: 8px 10px; border-radius: 10px; list-style: none; color: #d5dce7; cursor: pointer; font-size: 13px; font-weight: 650; transition: background .2s ease; }
.lang summary::-webkit-details-marker { display: none; }
.lang summary:hover, .lang[open] summary { background: rgba(255,255,255,.08); }
.lang summary img, .lang__item img { width: 22px; height: 15px; object-fit: cover; border-radius: 3px; box-shadow: 0 0 0 1px rgba(255,255,255,.16); }
.lang__chevron { color: #8895a8; font-size: 15px; transform: translateY(-1px); transition: transform .2s ease; }
.lang[open] .lang__chevron { transform: rotate(180deg) translateY(-1px); }
.lang__menu { position: absolute; top: calc(100% + 10px); right: 0; width: 180px; padding: 7px; color: var(--ads-ink); border: 1px solid var(--ads-line); border-radius: 14px; background: #fff; box-shadow: 0 20px 50px rgba(4,14,29,.2); }
.lang__item { min-height: 40px; display: flex; align-items: center; gap: 10px; padding: 8px 10px; border-radius: 9px; font-size: 13px; font-weight: 650; }
.lang__item:hover { background: #f4f7fa; }
.lang__item.is-active { color: #087e69; background: #effcf8; }
.lang__item svg { width: 16px; height: 16px; margin-left: auto; fill: none; stroke: currentColor; stroke-width: 2.3; }

/* Hero */
.hero { position: relative; min-height: 790px; padding: 156px 0 112px; color: #fff; overflow: hidden; background: radial-gradient(ellipse at 58% -20%, #1e3b51 0, transparent 43%), linear-gradient(145deg, #090f1e 0%, #0d1729 55%, #0b1323 100%); }
.hero::before { content: ""; position: absolute; inset: 0; opacity: .13; background-image: linear-gradient(rgba(255,255,255,.1) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.1) 1px, transparent 1px); background-size: 64px 64px; mask-image: linear-gradient(to bottom, black, transparent 82%); }
.hero::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 120px; background: linear-gradient(to bottom, transparent, rgba(7,13,26,.38)); pointer-events: none; }
.hero__glow { position: absolute; border-radius: 999px; filter: blur(4px); pointer-events: none; }
.hero__glow--one { width: 440px; height: 440px; top: 90px; right: -160px; background: radial-gradient(circle, rgba(38,208,173,.14), transparent 68%); }
.hero__glow--two { width: 320px; height: 320px; left: -170px; bottom: -80px; background: radial-gradient(circle, rgba(79,140,255,.12), transparent 68%); }
.hero__grid { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0, .9fr) minmax(540px, 1.1fr); align-items: center; gap: 66px; }
.hero__content { max-width: 570px; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; color: #9fe8d9; font-size: 13px; font-weight: 750; letter-spacing: .04em; text-transform: uppercase; }
.eyebrow > span { width: 24px; height: 1px; background: var(--ads-mint); box-shadow: 0 0 12px var(--ads-mint); }
.hero h1 { margin: 19px 0 22px; font-size: clamp(44px, 5.2vw, 68px); line-height: 1.04; font-weight: 850; letter-spacing: -.052em; }
.hero h1 span { color: transparent; background: linear-gradient(110deg, #fff 0%, #55e6c8 45%, #75b5ff 100%); -webkit-background-clip: text; background-clip: text; }
.hero__lead { max-width: 550px; margin: 0; color: #aeb9ca; font-size: 18px; line-height: 1.72; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.hero__actions .btn > svg:first-child { width: 19px; height: 19px; }
.hero__proof { display: flex; flex-wrap: wrap; gap: 13px 22px; padding: 0; margin: 23px 0 0; list-style: none; color: #8f9db1; font-size: 12px; font-weight: 600; }
.hero__proof li { display: flex; align-items: center; gap: 6px; }
.hero__proof svg { width: 15px; height: 15px; padding: 2px; color: var(--ads-mint); border: 1px solid rgba(38,208,173,.38); border-radius: 50%; fill: none; stroke: currentColor; stroke-width: 2.5; }

/* Product preview */
.product-preview { position: relative; transform: perspective(1200px) rotateY(-2deg) rotateX(1deg); transform-origin: center; }
.preview__window { overflow: hidden; border: 1px solid rgba(255,255,255,.14); border-radius: 22px; background: #f5f7fb; box-shadow: 0 42px 100px rgba(0,0,0,.38), 0 0 0 8px rgba(255,255,255,.025); }
.preview__topbar { height: 49px; display: flex; align-items: center; padding: 0 15px; color: #728095; border-bottom: 1px solid #e4e8ef; background: rgba(255,255,255,.96); }
.preview__dots { display: flex; gap: 5px; }
.preview__dots i { width: 7px; height: 7px; border-radius: 50%; background: #d5dbe5; }
.preview__dots i:first-child { background: #ff8e8e; }
.preview__dots i:nth-child(2) { background: #ffd36e; }
.preview__dots i:last-child { background: #57d7b4; }
.preview__label { margin: auto; display: flex; align-items: center; gap: 6px; font-size: 9px; font-weight: 750; text-transform: uppercase; letter-spacing: .08em; }
.preview__label span { width: 5px; height: 5px; border-radius: 50%; background: #20c997; box-shadow: 0 0 0 3px rgba(32,201,151,.12); }
.preview__avatar { width: 25px; height: 25px; display: grid; place-items: center; color: #fff; border-radius: 7px; background: #19283c; font-size: 8px; font-weight: 800; }
.preview__body { min-height: 380px; display: flex; }
.preview__sidebar { width: 62px; display: flex; flex-direction: column; align-items: center; gap: 20px; padding: 17px 0; background: #111a2a; }
.side-logo { width: 27px; height: 27px; display: grid; place-items: center; margin-bottom: 5px; color: #09221c; border-radius: 8px; background: var(--ads-mint); font-size: 11px; font-weight: 900; }
.preview__sidebar i { width: 17px; height: 17px; position: relative; border: 1.5px solid #68768a; border-radius: 5px; }
.preview__sidebar i.active { border-color: var(--ads-mint); background: rgba(38,208,173,.13); box-shadow: 0 0 0 8px rgba(38,208,173,.06); }
.preview__main { flex: 1; min-width: 0; padding: 24px; color: var(--ads-ink); }
.preview__heading { display: flex; align-items: flex-end; justify-content: space-between; margin-bottom: 20px; }
.preview__heading > div { display: flex; flex-direction: column; }
.preview__heading small, .preview__heading > span { color: #8a96a8; font-size: 9px; }
.preview__heading strong { font-size: 18px; letter-spacing: -.03em; }
.preview__heading > span { padding: 6px 9px; border: 1px solid #e2e7ee; border-radius: 7px; background: #fff; }
.preview__kpis { display: grid; grid-template-columns: 1.25fr 1fr 1fr; gap: 9px; }
.preview-kpi { min-width: 0; padding: 14px; border: 1px solid #e6eaf0; border-radius: 12px; background: #fff; box-shadow: 0 5px 14px rgba(20,33,50,.035); }
.preview-kpi--main { color: #fff; border: none; background: linear-gradient(145deg, #17283c, #102033); }
.preview-kpi small { display: block; overflow: hidden; color: #8995a7; font-size: 8px; text-overflow: ellipsis; white-space: nowrap; }
.preview-kpi--main small { color: #aeb9c8; }
.preview-kpi strong { display: block; margin: 5px 0 2px; font-size: 18px; line-height: 1.1; letter-spacing: -.04em; }
.preview-kpi strong em { color: #8491a2; font-size: 9px; font-style: normal; font-weight: 650; }
.preview-kpi--main strong em { color: #b8c3d1; }
.preview-kpi span { color: #17a984; font-size: 8px; font-weight: 750; }
.preview__lower { display: grid; grid-template-columns: 1.38fr .9fr; gap: 9px; margin-top: 9px; }
.preview__chart, .preview__stock { min-width: 0; padding: 15px; border: 1px solid #e6eaf0; border-radius: 12px; background: #fff; }
.chart__head { display: flex; justify-content: space-between; align-items: flex-start; }
.chart__head > div { display: flex; flex-direction: column; }
.chart__head small, .preview__stock > small { color: #8490a1; font-size: 8px; }
.chart__head strong { font-size: 12px; }
.chart__head > span { padding: 4px 6px; color: #7a8798; border: 1px solid #e5e9ef; border-radius: 5px; font-size: 7px; }
.bars { height: 106px; display: flex; align-items: flex-end; gap: 8px; padding-top: 16px; border-bottom: 1px solid #edf0f4; background: repeating-linear-gradient(to bottom, transparent 0, transparent 30px, #f1f3f6 31px); }
.bars i { flex: 1; max-width: 15px; border-radius: 4px 4px 0 0; background: #d9e1ea; }
.bars i.current { background: linear-gradient(to top, #1ab798, #46dfc0); box-shadow: 0 0 12px rgba(38,208,173,.22); }
.bar-labels { display: flex; justify-content: space-between; padding: 6px 1px 0; color: #a1aab7; font-size: 7px; }
.preview__stock > small { display: block; margin-bottom: 15px; }
.preview__stock > div { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 7px; padding: 10px 0; border-top: 1px solid #eef1f4; font-size: 8px; }
.preview__stock > div span { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.preview__stock > div b { font-size: 9px; }
.stock-dot { width: 7px; height: 7px; border-radius: 3px; }
.stock-dot--mint { background: var(--ads-mint); }.stock-dot--blue { background: var(--ads-blue); }.stock-dot--violet { background: var(--ads-violet); }
.float-card { position: absolute; display: flex; align-items: center; gap: 10px; padding: 12px 15px; border: 1px solid rgba(255,255,255,.75); border-radius: 14px; color: var(--ads-ink); background: rgba(255,255,255,.94); box-shadow: 0 18px 45px rgba(4,12,25,.25); backdrop-filter: blur(12px); animation: ads-float 4s ease-in-out infinite; }
.float-card > span { width: 34px; height: 34px; display: grid; place-items: center; color: #057a64; border-radius: 10px; background: #dffaf3; }
.float-card svg { width: 17px; height: 17px; fill: none; stroke: currentColor; stroke-width: 2; }
.float-card div { display: flex; flex-direction: column; }
.float-card small { color: #8994a4; font-size: 8px; }
.float-card strong { font-size: 12px; }
.float-card--sale { left: -34px; bottom: -24px; }
.float-card--stock { right: -22px; top: 82px; animation-delay: -2s; }
.float-card--stock > i { width: 7px; height: 7px; margin-left: 8px; border-radius: 50%; background: #22c99a; box-shadow: 0 0 0 4px rgba(34,201,154,.12); }
@keyframes ads-float { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-7px); } }

/* Stats */
.stats { position: relative; z-index: 5; margin-top: -38px; }
.stat-grid { display: grid; grid-template-columns: repeat(4, 1fr); overflow: hidden; border: 1px solid var(--ads-line); border-radius: 20px; background: #fff; box-shadow: var(--ads-shadow); }
.stat-item { min-width: 0; display: flex; align-items: center; gap: 14px; padding: 22px 25px; border-left: 1px solid var(--ads-line); }
.stat-item:first-child { border-left: 0; }
.stat-icon, .feature-card__icon { display: grid; place-items: center; flex: none; }
.stat-icon { width: 43px; height: 43px; border-radius: 12px; }
.stat-icon svg, .feature-card__icon svg, .result-metric__icon svg { width: 21px; height: 21px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.tone-mint { color: #09846d; background: #e4faf4; }.tone-blue { color: #3974dc; background: #eaf1ff; }.tone-violet { color: #6e5be2; background: #f0edff; }.tone-amber { color: #b8750b; background: #fff5df; }
.stat-item > div:last-child { min-width: 0; display: flex; flex-direction: column; }
.stat-item strong { font-size: 24px; line-height: 1.15; letter-spacing: -.04em; }
.stat-item span { overflow: hidden; margin-top: 3px; color: var(--ads-muted); font-size: 11px; font-weight: 600; text-overflow: ellipsis; white-space: nowrap; }

/* Shared sections */
.section { padding: 104px 0; }
.section-head { max-width: 700px; margin: 0 auto 48px; text-align: center; }
.section-head--split { max-width: none; display: grid; grid-template-columns: 1fr .72fr; align-items: end; gap: 60px; text-align: left; }
.section-head h2, .leaderboard-copy h2, .demo-copy h2, .cta-card h2 { margin: 9px 0 0; font-size: clamp(32px, 4vw, 48px); line-height: 1.12; letter-spacing: -.045em; }
.section-head p, .leaderboard-copy > p { margin: 15px 0 0; color: var(--ads-muted); font-size: 16px; line-height: 1.7; }
.section-head--split > p { margin: 0 0 5px; }
.section-tag { color: #078570; font-size: 12px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.section-tag--light { color: #6ce5cd; }
.reveal { opacity: 1; transform: none; transition: opacity .65s ease, transform .65s ease; }
.reveal.reveal--pending { opacity: 0; transform: translateY(20px); }
.reveal.in { opacity: 1; transform: none; }

/* Results */
.results { background: var(--ads-surface); }
.result-panel { display: grid; grid-template-columns: 1.1fr 1fr 1fr; overflow: hidden; color: #fff; border-radius: var(--ads-radius); background: linear-gradient(145deg, #0c1526, #101c30); box-shadow: 0 28px 70px rgba(12,21,38,.2); }
.result-panel > div { min-width: 0; padding: 36px; }
.result-panel > div + div { border-left: 1px solid rgba(255,255,255,.09); }
.result-panel__intro { position: relative; overflow: hidden; }
.result-panel__intro h3 { max-width: 330px; margin: 20px 0 10px; font-size: 23px; line-height: 1.25; letter-spacing: -.025em; }
.result-panel__intro p { max-width: 320px; margin: 0; color: #8997aa; font-size: 13px; }
.live-pill { display: inline-flex; align-items: center; gap: 7px; padding: 6px 9px; color: #86e7d3; border: 1px solid rgba(38,208,173,.18); border-radius: 999px; background: rgba(38,208,173,.08); font-size: 10px; font-weight: 750; text-transform: uppercase; letter-spacing: .05em; }
.live-pill i { width: 6px; height: 6px; border-radius: 50%; background: var(--ads-mint); box-shadow: 0 0 0 4px rgba(38,208,173,.1); }
.mini-trend { height: 58px; margin: 20px -37px -37px; }
.mini-trend svg { width: 100%; height: 100%; }.trend-fill { fill: url(#trendFill); }.trend-line { fill: none; stroke: #2dd4bf; stroke-width: 2; vector-effect: non-scaling-stroke; }
.result-metric { display: flex; flex-direction: column; justify-content: center; }
.result-metric__icon { width: 45px; height: 45px; display: grid; place-items: center; margin-bottom: 30px; color: var(--ads-mint); border: 1px solid rgba(38,208,173,.15); border-radius: 13px; background: rgba(38,208,173,.08); }
.result-metric > small { color: #8e9bae; font-size: 11px; font-weight: 650; text-transform: uppercase; letter-spacing: .06em; }
.result-metric > strong { margin-top: 7px; overflow-wrap: anywhere; font-size: clamp(26px, 3.2vw, 38px); line-height: 1.15; letter-spacing: -.04em; }
.result-metric > strong em { color: #8d9aad; font-size: 13px; font-style: normal; font-weight: 600; }
.result-metric > p { margin: 9px 0 0; color: #718096; font-size: 12px; }

/* Leaderboard */
.leaderboard-section { background: #fff; }
.leaderboard-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: 90px; align-items: center; }
.leaderboard-copy h2 { margin-top: 12px; font-size: clamp(31px, 3.5vw, 44px); }
.privacy-note { display: flex; align-items: flex-start; gap: 10px; margin-top: 28px; padding: 14px 16px; color: #5c6878; border: 1px solid var(--ads-line); border-radius: 12px; background: #f8fafc; font-size: 12px; }
.privacy-note svg { width: 17px; height: 17px; flex: none; color: #8793a5; fill: none; stroke: currentColor; stroke-width: 1.8; }
.leaderboard { overflow: hidden; border: 1px solid var(--ads-line); border-radius: 20px; background: #fff; box-shadow: 0 18px 50px rgba(14,23,42,.07); }
.leaderboard__head, .leaderboard__row { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.leaderboard__head { padding: 14px 22px; color: #8a95a5; background: #f8fafc; font-size: 10px; font-weight: 750; text-transform: uppercase; letter-spacing: .08em; }
.leaderboard__row { padding: 15px 22px; border-top: 1px solid #edf0f4; }
.leaderboard__partner { min-width: 0; display: flex; align-items: center; gap: 13px; }
.leaderboard__partner strong { overflow: hidden; font-size: 13px; text-overflow: ellipsis; white-space: nowrap; }
.rank { width: 31px; height: 31px; display: grid; place-items: center; flex: none; color: #788597; border-radius: 9px; background: #f0f3f7; font-size: 11px; font-weight: 850; }
.rank--1 { color: #9b6508; background: #fff3ce; }.rank--2 { color: #596779; background: #e9edf2; }.rank--3 { color: #a45224; background: #ffeadf; }
.leaderboard__value { flex: none; font-size: 13px; font-weight: 800; }
.leaderboard__value small { color: #8994a3; font-size: 10px; font-weight: 550; }

/* Features */
.features { position: relative; overflow: hidden; background: var(--ads-surface); }
.features::before { content: ""; position: absolute; width: 520px; height: 520px; right: -280px; top: 0; border-radius: 50%; background: radial-gradient(circle, rgba(38,208,173,.08), transparent 68%); }
.feature-grid { position: relative; display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.feature-card { position: relative; min-height: 238px; overflow: hidden; padding: 26px 24px; border: 1px solid var(--ads-line); border-radius: 17px; background: #fff; transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease; }
.feature-card:hover { transform: translateY(-5px); border-color: #d2d9e3; box-shadow: 0 18px 40px rgba(15,23,42,.08); }
.feature-card__icon { width: 48px; height: 48px; margin-bottom: 22px; border-radius: 13px; }
.feature-card h3 { margin: 0 0 9px; font-size: 17px; letter-spacing: -.02em; }
.feature-card p { margin: 0; color: var(--ads-muted); font-size: 13px; line-height: 1.65; }
.feature-card__line { position: absolute; left: 24px; right: calc(100% - 24px); bottom: 0; height: 3px; border-radius: 4px; background: var(--ads-mint); transition: right .3s ease; }
.feature-card:hover .feature-card__line { right: 24px; }

/* Demo form */
.demo-section { padding: 110px 0; background: #0b1323; }
.demo-shell { display: grid; grid-template-columns: .7fr 1.3fr; gap: 70px; align-items: start; }
.demo-copy { position: sticky; top: 115px; padding-top: 20px; color: #fff; }
.demo-copy h2 { max-width: 420px; margin-top: 12px; font-size: clamp(34px, 4vw, 48px); }
.demo-copy > p { max-width: 430px; margin: 19px 0 0; color: #98a5b8; font-size: 15px; line-height: 1.75; }
.demo-copy ul { display: grid; gap: 13px; padding: 0; margin: 30px 0 0; list-style: none; }
.demo-copy li { display: flex; align-items: center; gap: 10px; color: #d1d9e5; font-size: 14px; }
.demo-copy li svg { width: 21px; height: 21px; padding: 4px; color: var(--ads-mint); border-radius: 50%; background: rgba(38,208,173,.1); fill: none; stroke: currentColor; stroke-width: 2.5; }
.demo-copy__support { display: flex; align-items: center; gap: 14px; margin-top: 46px; padding-top: 25px; border-top: 1px solid rgba(255,255,255,.1); }
.support-avatars { display: flex; padding-left: 8px; }
.support-avatars span { width: 31px; height: 31px; display: grid; place-items: center; margin-left: -8px; color: #fff; border: 2px solid #0b1323; border-radius: 50%; background: #2f4765; font-size: 9px; font-weight: 800; }
.support-avatars span:nth-child(2) { background: #306c74; }.support-avatars span:nth-child(3) { background: #5a4d88; }
.demo-copy__support > div:last-child { display: flex; flex-direction: column; }
.demo-copy__support strong { font-size: 12px; }.demo-copy__support small { margin-top: 2px; color: #7f8da1; font-size: 9px; }
.demo-form-wrap { min-width: 0; }
.demo-form { padding: 34px; border: 1px solid rgba(255,255,255,.08); border-radius: 22px; background: #fff; box-shadow: 0 30px 80px rgba(0,0,0,.28); }
.form-intro { display: flex; flex-direction: column; padding-bottom: 24px; border-bottom: 1px solid var(--ads-line); }
.form-intro span { color: #0a967c; font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.form-intro strong { margin-top: 4px; font-size: 22px; letter-spacing: -.03em; }
.form-section { min-width: 0; padding: 25px 0 0; margin: 0; border: 0; }
.form-section + .form-section { margin-top: 25px; border-top: 1px solid var(--ads-line); }
.form-section legend { width: 100%; display: flex; align-items: center; gap: 10px; padding: 0; margin-bottom: 17px; color: #263448; font-size: 14px; font-weight: 800; }
.form-section legend span { width: 27px; height: 27px; display: grid; place-items: center; color: #07836d; border-radius: 8px; background: #e7faf5; font-size: 9px; }
.form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.form-grid__full { grid-column: 1 / -1; }
.demo-form .form-group { margin: 0; }
.demo-form label { display: block; margin-bottom: 6px; color: #465468; font-size: 11px; font-weight: 750; }
.demo-form .form-control { width: 100%; min-height: 45px; padding: 10px 12px; color: var(--ads-ink); border: 1px solid #dfe4eb; border-radius: 10px; outline: none; background: #fafbfd; font-size: 13px; transition: border-color .18s ease, box-shadow .18s ease, background .18s ease; }
.demo-form textarea.form-control { min-height: 82px; resize: vertical; }
.demo-form .form-control::placeholder { color: #a4adba; }
.demo-form .form-control:focus { border-color: #20b798; background: #fff; box-shadow: 0 0 0 3px rgba(38,208,173,.12); }
.demo-form .has-error .form-control { border-color: #e35d6a; box-shadow: 0 0 0 3px rgba(227,93,106,.08); }
.demo-form .help-block { margin: 5px 0 0; color: #c93648; font-size: 10px; }
.form-submit { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding-top: 27px; margin-top: 28px; border-top: 1px solid var(--ads-line); }
.form-submit p { display: flex; align-items: center; gap: 7px; margin: 0; color: #8490a0; font-size: 10px; }
.form-submit p svg { width: 14px; height: 14px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.form-submit .btn { flex: none; border: 0; }
.demo-alert { display: flex; align-items: center; gap: 9px; padding: 14px 16px; margin-bottom: 14px; border-radius: 12px; font-size: 12px; font-weight: 700; }
.demo-alert svg { width: 17px; height: 17px; fill: none; stroke: currentColor; stroke-width: 2; }
.demo-alert--success { color: #08634f; border: 1px solid #82d9c2; background: #e8faf5; }
.demo-alert--error { color: #9f2636; border: 1px solid #f1a2ab; background: #fff0f2; }

/* Final CTA and footer */
.final-cta { background: #fff; }
.cta-card { position: relative; min-height: 300px; display: flex; align-items: center; justify-content: space-between; gap: 50px; overflow: hidden; padding: 58px 62px; color: #fff; border-radius: 26px; background: linear-gradient(130deg, #087a67, #0e9d83 56%, #087a67); box-shadow: 0 24px 60px rgba(8,122,103,.2); }
.cta-card::before { content: ""; position: absolute; inset: 0; opacity: .17; background-image: linear-gradient(rgba(255,255,255,.2) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.2) 1px, transparent 1px); background-size: 42px 42px; mask-image: linear-gradient(90deg, black, transparent 70%); }
.cta-card__orb { position: absolute; width: 380px; height: 380px; right: -170px; top: -160px; border: 1px solid rgba(255,255,255,.16); border-radius: 50%; box-shadow: 0 0 0 55px rgba(255,255,255,.035), 0 0 0 110px rgba(255,255,255,.025); }
.cta-card__content, .cta-card__actions { position: relative; z-index: 1; }
.cta-card__content { max-width: 590px; }
.cta-card h2 { margin-top: 10px; font-size: clamp(33px, 4vw, 47px); }
.cta-card p { max-width: 550px; margin: 15px 0 0; color: #c5f0e8; font-size: 15px; }
.cta-card__actions { display: flex; flex-direction: column; gap: 10px; flex: none; }
.cta-card__actions .btn { min-width: 190px; }
.cta-card__actions .btn--white > svg:first-child { width: 18px; height: 18px; }
.ads-footer { padding: 40px 0; color: #8390a2; background: #080e1b; }
.footer__inner { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 24px; }
.brand--footer .brand__mark { width: 34px; height: 34px; }.brand--footer .brand__word { font-size: 16px; }
.footer__inner p { margin: 0; font-size: 11px; text-align: center; }
.footer__links { display: flex; justify-content: flex-end; gap: 22px; color: #adb7c5; font-size: 11px; font-weight: 650; }
.footer__links a:hover { color: var(--ads-mint); }

@media (max-width: 1080px) {
    .hero__grid { grid-template-columns: minmax(0, .85fr) minmax(480px, 1.15fr); gap: 36px; }
    .hero h1 { font-size: 52px; }
    .nav-links { gap: 20px; }
    .feature-grid { grid-template-columns: repeat(2, 1fr); }
    .feature-card { min-height: 210px; }
    .demo-shell { grid-template-columns: .8fr 1.2fr; gap: 40px; }
    .form-submit { align-items: stretch; flex-direction: column; }
    .form-submit .btn { width: 100%; }
}

@media (max-width: 900px) {
    .nav-links { display: none; }
    .nav-actions { margin-left: auto; }
    .hero { min-height: auto; padding: 140px 0 110px; }
    .hero__grid { grid-template-columns: 1fr; gap: 70px; }
    .hero__content { max-width: 680px; text-align: center; margin-inline: auto; }
    .eyebrow, .hero__actions, .hero__proof { justify-content: center; }
    .hero__lead { margin-inline: auto; }
    .product-preview { width: min(650px, 94%); margin-inline: auto; transform: none; }
    .stat-grid { grid-template-columns: repeat(2, 1fr); }
    .stat-item:nth-child(3) { border-left: 0; }.stat-item:nth-child(n+3) { border-top: 1px solid var(--ads-line); }
    .section-head--split { grid-template-columns: 1fr; gap: 10px; text-align: center; }
    .section-head--split > p { max-width: 680px; margin-inline: auto; }
    .result-panel { grid-template-columns: 1fr 1fr; }
    .result-panel__intro { grid-column: 1 / -1; }
    .result-panel > div:nth-child(2) { border-left: 0; border-top: 1px solid rgba(255,255,255,.09); }
    .result-panel > div:nth-child(3) { border-top: 1px solid rgba(255,255,255,.09); }
    .mini-trend { max-width: 400px; }
    .leaderboard-grid { grid-template-columns: 1fr; gap: 35px; }
    .leaderboard-copy { max-width: 680px; text-align: center; margin-inline: auto; }
    .privacy-note { width: fit-content; margin-inline: auto; }
    .demo-shell { grid-template-columns: 1fr; gap: 42px; }
    .demo-copy { position: static; max-width: 680px; padding-top: 0; text-align: center; margin-inline: auto; }
    .demo-copy > p { margin-inline: auto; }.demo-copy ul { width: fit-content; margin-inline: auto; text-align: left; }.demo-copy__support { justify-content: center; }
    .cta-card { align-items: flex-start; flex-direction: column; padding: 48px; }
    .cta-card__actions { flex-direction: row; }
}

@media (max-width: 640px) {
    html { scroll-padding-top: 70px; }
    .ads-wrap { width: min(100% - 28px, 1180px); }
    .ads-nav__inner { height: 66px; gap: 10px; }
    .brand__mark { width: 34px; height: 34px; }.brand__word { font-size: 16px; }
    .lang__current, .lang__chevron, .nav-demo { display: none; }
    .lang summary { min-width: 40px; justify-content: center; padding: 8px; }
    .nav-login { min-height: 40px; padding: 9px 13px; border: 1px solid rgba(255,255,255,.13); }
    .hero { padding: 115px 0 92px; }
    .hero__grid { gap: 52px; }
    .eyebrow { font-size: 10px; }.eyebrow > span { width: 16px; }
    .hero h1 { margin-top: 15px; font-size: clamp(40px, 12.5vw, 54px); }
    .hero__lead { font-size: 15px; line-height: 1.65; }
    .hero__actions { flex-direction: column; }
    .hero__actions .btn { width: 100%; }
    .hero__proof { gap: 9px 14px; font-size: 10px; }
    .product-preview { width: 100%; }
    .preview__window { border-radius: 16px; }
    .preview__body { min-height: 268px; }
    .preview__topbar { height: 38px; padding-inline: 10px; }.preview__avatar { width: 21px; height: 21px; }
    .preview__sidebar { width: 38px; gap: 14px; padding-top: 12px; }.side-logo { width: 21px; height: 21px; font-size: 8px; }.preview__sidebar i { width: 12px; height: 12px; }
    .preview__main { padding: 14px 12px; }.preview__heading { margin-bottom: 11px; }.preview__heading strong { font-size: 13px; }.preview__heading small { font-size: 7px; }
    .preview__kpis { gap: 5px; }.preview-kpi { padding: 9px 7px; border-radius: 8px; }.preview-kpi small { font-size: 6px; }.preview-kpi strong { font-size: 12px; }.preview-kpi span { font-size: 6px; }
    .preview__lower { gap: 5px; margin-top: 5px; }.preview__chart, .preview__stock { padding: 9px; border-radius: 8px; }.bars { height: 70px; gap: 4px; padding-top: 10px; }.preview__stock > div { gap: 4px; padding: 7px 0; font-size: 6px; }
    .float-card { padding: 8px 10px; border-radius: 10px; }.float-card > span { width: 26px; height: 26px; }.float-card small { font-size: 6px; }.float-card strong { font-size: 9px; }.float-card--sale { left: -5px; bottom: -25px; }.float-card--stock { right: -5px; top: 57px; }
    .stats { margin-top: -27px; }.stat-grid { border-radius: 15px; }.stat-item { gap: 9px; padding: 15px 12px; }.stat-icon { width: 34px; height: 34px; border-radius: 9px; }.stat-icon svg { width: 17px; height: 17px; }.stat-item strong { font-size: 19px; }.stat-item span { font-size: 8px; }
    .section { padding: 74px 0; }.section-head { margin-bottom: 34px; }.section-head h2, .leaderboard-copy h2, .demo-copy h2, .cta-card h2 { font-size: 32px; }.section-head p, .leaderboard-copy > p { font-size: 14px; }
    .result-panel { grid-template-columns: 1fr; border-radius: 18px; }.result-panel > div { padding: 27px 23px; }.result-panel__intro { grid-column: auto; }.result-panel > div:nth-child(3) { border-left: 0; }.result-metric__icon { margin-bottom: 18px; }.result-metric > strong { font-size: 30px; }
    .leaderboard__head, .leaderboard__row { padding-inline: 14px; }.leaderboard__row { gap: 8px; }.leaderboard__partner { gap: 8px; }.leaderboard__partner strong { max-width: 120px; font-size: 11px; }.leaderboard__value { font-size: 11px; }.rank { width: 27px; height: 27px; }
    .feature-grid { grid-template-columns: 1fr; }.feature-card { min-height: 0; padding: 23px 21px; }.feature-card__icon { margin-bottom: 18px; }
    .demo-section { padding: 76px 0; }.demo-copy__support { margin-top: 32px; }.demo-form { padding: 23px 17px; border-radius: 17px; }.form-grid { grid-template-columns: 1fr; gap: 14px; }.form-grid__full { grid-column: auto; }.form-section { padding-top: 21px; }.form-section + .form-section { margin-top: 21px; }.form-submit .btn { padding-inline: 14px; }
    .cta-card { min-height: 0; gap: 30px; padding: 35px 24px; border-radius: 19px; }.cta-card__actions { width: 100%; flex-direction: column; }.cta-card__actions .btn { width: 100%; }.cta-card p { font-size: 13px; }
    .footer__inner { grid-template-columns: 1fr; justify-items: center; text-align: center; }.footer__links { justify-content: center; }
}

@media (max-width: 380px) {
    .brand__word { display: none; }
    .preview__stock { display: none; }.preview__lower { grid-template-columns: 1fr; }
    .hero__proof { flex-direction: column; align-items: center; }
}

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