/* ============================================================
   DeskBridge — Corporate Stylesheet
   ============================================================ */

:root {
    --accent:        #2DD2BE;
    --accent-dim:    rgba(45, 210, 190, 0.65);
    --accent-bg:     rgba(45, 210, 190, 0.08);
    --accent-border: rgba(45, 210, 190, 0.22);

    --bg:        #080E17;
    --bg-surface:#0C1420;
    --bg-raised: #101B2A;

    --border:       rgba(255, 255, 255, 0.07);
    --border-hover: rgba(255, 255, 255, 0.13);

    --text-1: #EFF6FA;
    --text-2: #7A95AB;
    --text-3: #3C5870;

    --r-sm: 8px;
    --r:    12px;
    --r-lg: 16px;

    --shadow: 0 2px 8px rgba(0,0,0,.45), 0 12px 32px rgba(0,0,0,.3);
    --tr: 0.2s cubic-bezier(.4,0,.2,1);
}

*,*::before,*::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; scroll-padding-top: 72px; }

body {
    font-family: 'Manrope', -apple-system, BlinkMacSystemFont, sans-serif;
    background: var(--bg);
    color: var(--text-1);
    line-height: 1.6;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
}

::-webkit-scrollbar { width: 5px; }
::-webkit-scrollbar-track { background: var(--bg); }
::-webkit-scrollbar-thumb { background: var(--bg-raised); border-radius: 3px; }

/* ── Layout ─────────────────────────────────────── */
.container { max-width: 1400px; margin: 0 auto; padding: 0 32px; }
section { padding: 96px 0; }
.divider { border: none; border-top: 1px solid var(--border); margin: 0; }

/* ── Typography ─────────────────────────────────── */
h1,h2,h3,h4 { font-weight: 700; line-height: 1.15; letter-spacing: -.025em; }

.overline {
    display: block;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: var(--accent);
    margin-bottom: 16px;
}

.section-title { font-size: clamp(28px, 4vw, 44px); color: var(--text-1); margin-bottom: 14px; }
.section-sub   { font-size: 16px; color: var(--text-2); font-weight: 400; max-width: 520px; margin: 0 auto; line-height: 1.75; }
.section-hd    { text-align: center; margin-bottom: 56px; }

/* ── Buttons ────────────────────────────────────── */
.btn {
    display: inline-flex; align-items: center; gap: 8px;
    padding: 11px 22px; border-radius: var(--r-sm);
    font-family: inherit; font-size: 14px; font-weight: 600;
    cursor: pointer; border: none; text-decoration: none;
    transition: var(--tr); white-space: nowrap; letter-spacing: .01em;
}
.btn svg { flex-shrink: 0; }

.btn-primary { background: var(--accent); color: #06111C; }
.btn-primary svg { stroke: #06111C; }
.btn-primary:hover { background: #3ADECB; transform: translateY(-1px); box-shadow: 0 4px 16px rgba(45,210,190,.3); }

.btn-outline { background: transparent; color: var(--text-1); border: 1px solid var(--border-hover); }
.btn-outline:hover { border-color: var(--accent-border); color: var(--accent); transform: translateY(-1px); }
.btn-outline:hover svg { stroke: var(--accent); }

.btn-lg { padding: 13px 28px; font-size: 15px; }

/* ── Progress bar ───────────────────────────────── */
.progress-bar {
    height: 2px; background: var(--accent); opacity: .85;
    position: fixed; top: 0; left: 0; z-index: 9999; transition: width .1s linear;
}

/* ── Navbar ─────────────────────────────────────── */
.navbar {
    position: fixed; top: 0; left: 0; right: 0; z-index: 1000;
    transition: background var(--tr), border-color var(--tr);
}
.navbar.scrolled {
    background: rgba(8,14,23,.92);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border-bottom: 1px solid var(--border);
}
.nav-container {
    max-width: 1400px; margin: 0 auto; padding: 0 32px;
    height: 64px; display: flex; align-items: center;
}
.nav-logo {
    display: flex; align-items: center; gap: 9px;
    text-decoration: none; margin-right: auto;
}
.nav-logo-img { width: 28px; height: 28px; opacity: .9; transition: var(--tr); }
.nav-logo:hover .nav-logo-img { opacity: 1; }
.nav-logo-text { font-size: 16px; font-weight: 800; color: var(--text-1); letter-spacing: -.03em; }

.nav-links { display: flex; list-style: none; gap: 2px; margin-right: 16px; }
.nav-link {
    display: block; padding: 6px 13px;
    color: var(--text-2); text-decoration: none;
    font-size: 14px; font-weight: 500; border-radius: 6px; transition: var(--tr);
}
.nav-link:hover, .nav-link.active { color: var(--text-1); }

.nav-cta { padding: 8px 16px; font-size: 13px; border-radius: 6px; }

.nav-burger {
    display: none; flex-direction: column; gap: 5px;
    background: none; border: none; cursor: pointer; padding: 6px; margin-left: auto;
}
.nav-burger span {
    display: block; width: 20px; height: 1.5px;
    background: var(--text-2); border-radius: 2px; transition: var(--tr);
}

/* ── Hero ───────────────────────────────────────── */
.hero {
    min-height: 100vh; display: flex; align-items: center;
    position: relative; overflow: hidden; padding: 100px 0 80px;
    background-image: linear-gradient(rgba(0,0,0,.6), rgba(0,0,0,.6)), url('img/hero-bg.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.hero-noise {
    position: absolute; inset: 0; pointer-events: none;
    background: radial-gradient(ellipse 80% 50% at 50% -10%, rgba(45,210,190,.07) 0%, transparent 60%);
}
.hero-grid {
    position: absolute; inset: 0; pointer-events: none;
    background-image: linear-gradient(var(--border) 1px, transparent 1px),
                      linear-gradient(90deg, var(--border) 1px, transparent 1px);
    background-size: 64px 64px;
    mask-image: radial-gradient(ellipse 70% 60% at 50% 0%, black 20%, transparent 80%);
    -webkit-mask-image: radial-gradient(ellipse 70% 60% at 50% 0%, black 20%, transparent 80%);
}
.hero-content {
    position: relative; z-index: 1;
    display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center;
    max-width: 1400px; margin: 0 auto; padding: 0 32px; width: 100%;
}

.hero-scroll-link {
    position: absolute;
    left: 50%;
    bottom: 28px;
    transform: translateX(-50%);
    width: 40px;
    height: 40px;
    border-radius: 999px;
    border: 1px solid var(--border);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--text-3);
    background: radial-gradient(circle at 50% 0, rgba(45,210,190,.12), transparent 60%);
    text-decoration: none;
    transition: border-color var(--tr), color var(--tr), transform var(--tr), background var(--tr);
}
.hero-scroll-link svg {
    width: 18px;
    height: 18px;
    stroke: currentColor;
}
.hero-scroll-link:hover {
    border-color: var(--accent-border);
    color: var(--accent);
    transform: translateX(-50%) translateY(2px);
}

.hero-eyebrow {
    display: inline-flex; align-items: center; gap: 8px;
    font-size: 12px; font-weight: 600; letter-spacing: .04em;
    color: var(--text-2); margin-bottom: 24px;
    animation: fadeUp .5s ease both;
}
.eyebrow-dot {
    width: 6px; height: 6px; background: var(--accent); border-radius: 50%; flex-shrink: 0;
    animation: dotPulse 2.5s ease-in-out infinite;
}
@keyframes dotPulse {
    0%,100% { box-shadow: 0 0 0 0 rgba(45,210,190,.5); }
    50%      { box-shadow: 0 0 0 4px rgba(45,210,190,0); }
}

.hero-title {
    font-size: clamp(36px, 5.5vw, 62px); font-weight: 800;
    line-height: 1.08; margin-bottom: 20px; letter-spacing: -.035em;
    animation: fadeUp .5s ease .08s both;
}
.hero-title em { font-style: normal; color: var(--accent); }

.hero-sub {
    font-size: 16px; color: var(--text-2); line-height: 1.75;
    margin-bottom: 36px; max-width: 420px; font-weight: 400;
    animation: fadeUp .5s ease .16s both;
}
.hero-actions {
    display: flex; gap: 12px; flex-wrap: wrap; margin-bottom: 48px;
    animation: fadeUp .5s ease .24s both;
}
.hero-rule { width: 100%; height: 1px; background: var(--border); margin-bottom: 32px; animation: fadeUp .5s ease .32s both; }
.hero-stats { display: flex; gap: 32px; animation: fadeUp .5s ease .4s both; }
.stat-val { font-size: 22px; font-weight: 800; color: var(--text-1); letter-spacing: -.03em; line-height: 1; margin-bottom: 4px; }
.stat-val.hi { color: var(--accent); }
.stat-key { font-size: 11px; color: var(--text-3); font-weight: 600; text-transform: uppercase; letter-spacing: .06em; }

/* Hero visual */
.hero-visual {
    position: relative; display: flex; align-items: center; justify-content: center;
    animation: fadeRight .7s ease .1s both;
}
.app-window {
    width: 100%; max-width: 420px;
    background: var(--bg-surface); border: 1px solid var(--border);
    border-radius: var(--r-lg); overflow: hidden;
    box-shadow: var(--shadow), 0 0 0 1px rgba(255,255,255,.02);
    animation: windowFloat 7s ease-in-out infinite;
}
@keyframes windowFloat {
    0%,100% { transform: translateY(0); }
    50%      { transform: translateY(-10px); }
}
.win-bar {
    display: flex; align-items: center; gap: 10px;
    padding: 12px 16px;
    background: var(--bg-raised); border-bottom: 1px solid var(--border);
}
.win-dots { display: flex; gap: 5px; }
.win-dots i { display: block; width: 10px; height: 10px; border-radius: 50%; }
.win-dots i:nth-child(1) { background: #FF5F57; }
.win-dots i:nth-child(2) { background: #FEBC2E; }
.win-dots i:nth-child(3) { background: #28C840; }
.win-title { flex: 1; text-align: center; font-size: 12px; font-weight: 600; color: var(--text-3); }

.win-body { padding: 20px; }
.session-box {
    background: var(--bg-raised); border: 1px solid var(--border);
    border-radius: var(--r); padding: 20px; text-align: center; margin-bottom: 14px;
}
.session-lbl { font-size: 10px; text-transform: uppercase; letter-spacing: .1em; color: var(--text-3); font-weight: 600; margin-bottom: 10px; }
.session-id  { font-size: 34px; font-weight: 800; letter-spacing: .12em; color: var(--accent); line-height: 1; }
.session-pin { font-size: 12px; color: var(--text-3); margin-top: 6px; }

.win-row {
    display: flex; align-items: center; justify-content: space-between;
    padding: 9px 0; border-bottom: 1px solid var(--border);
}
.win-row:last-of-type { border-bottom: none; }
.win-row-k { font-size: 12px; color: var(--text-3); font-weight: 500; }
.win-row-v { display: flex; align-items: center; gap: 5px; font-size: 12px; color: var(--text-2); font-weight: 600; }
.dot-online { width: 6px; height: 6px; background: #4ADB7A; border-radius: 50%; animation: dotPulse 2s ease-in-out infinite; }
.win-row-v.accent { color: var(--accent); }

.win-connect { display: flex; gap: 8px; margin-top: 14px; }
.win-input {
    flex: 1; background: var(--bg-raised); border: 1px solid var(--border);
    border-radius: var(--r-sm); padding: 9px 12px;
    font-size: 12px; color: var(--text-2); font-family: inherit; outline: none;
}
.win-input:focus { border-color: var(--accent-border); }
.win-btn {
    background: var(--accent); border: none; border-radius: var(--r-sm);
    padding: 9px 16px; font-size: 12px; font-weight: 700;
    color: #06111C; cursor: pointer; font-family: inherit; transition: var(--tr);
}
.win-btn:hover { background: #3ADECB; }

/* Floating pills */
.win-pill {
    position: absolute;
    display: flex; align-items: center; gap: 8px;
    background: var(--bg-surface); border: 1px solid var(--border);
    border-radius: var(--r-sm); padding: 9px 14px;
    font-size: 12px; font-weight: 600; color: var(--text-2);
    white-space: nowrap; box-shadow: var(--shadow);
}
/* All icons inside pills use accent */
.win-pill svg { width: 16px; height: 16px; color: var(--accent); flex-shrink: 0; }

.pill-a { top: 14%; right: -54px; animation: floatA 5s ease-in-out infinite; }
.pill-b { bottom: 16%; left: -50px; animation: floatB 6s ease-in-out infinite; }
@keyframes floatA { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-6px); } }
@keyframes floatB { 0%,100% { transform: translateY(0); } 50% { transform: translateY( 6px); } }

/* ── Logos bar ───────────────────────────────────── */
.logos-bar { padding: 36px 0; border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.logos-row { display: flex; align-items: center; justify-content: center; gap: 40px; flex-wrap: wrap; }
.logos-lbl { font-size: 11px; text-transform: uppercase; letter-spacing: .1em; color: var(--text-3); font-weight: 600; flex-shrink: 0; }
.tech-chip {
    display: flex; align-items: center; gap: 7px;
    font-size: 13px; font-weight: 600; color: var(--text-2);
    transition: color var(--tr);
}
.tech-chip:hover { color: var(--accent); }
/* All tech chip icons use accent */
.tech-chip svg { width: 16px; height: 16px; color: var(--accent); flex-shrink: 0; }

/* ── Features ───────────────────────────────────── */
.features-grid {
    display: grid; grid-template-columns: repeat(3,1fr);
    gap: 1px; background: var(--border);
    border: 1px solid var(--border); border-radius: var(--r-lg); overflow: hidden;
}
.feat-card {
    background: var(--bg); padding: 36px 32px;
    transition: background var(--tr); position: relative;
}
.feat-card::after {
    content: ''; position: absolute; bottom: 0; left: 32px; right: 32px;
    height: 1px; background: var(--accent);
    transform: scaleX(0); transform-origin: left;
    transition: transform .3s cubic-bezier(.4,0,.2,1);
}
.feat-card:hover { background: var(--bg-surface); }
.feat-card:hover::after { transform: scaleX(1); }

/* Feature icons: all accent */
.feat-icon {
    width: 40px; height: 40px; margin-bottom: 20px;
    color: var(--accent); opacity: .85; transition: opacity var(--tr);
}
.feat-card:hover .feat-icon { opacity: 1; }
.feat-icon svg { width: 100%; height: 100%; display: block; }

.feat-title { font-size: 16px; font-weight: 700; margin-bottom: 8px; color: var(--text-1); letter-spacing: -.01em; }
.feat-desc  { font-size: 14px; color: var(--text-2); line-height: 1.65; font-weight: 400; }

/* ── How it works ───────────────────────────────── */
#how-it-works { background: var(--bg-surface); }
.steps-track { display: grid; grid-template-columns: repeat(4,1fr); position: relative; }
.steps-line {
    position: absolute; top: 23px;
    left: calc(12.5% + 16px); right: calc(12.5% + 16px);
    height: 1px; background: var(--border); z-index: 0;
}
.step { position: relative; z-index: 1; padding: 0 20px; }
.step-num {
    width: 48px; height: 48px; border-radius: var(--r);
    background: var(--bg-raised); border: 1px solid var(--border);
    display: flex; align-items: center; justify-content: center;
    margin-bottom: 24px; font-size: 14px; font-weight: 800;
    color: var(--accent); transition: var(--tr);
    font-variant-numeric: tabular-nums; letter-spacing: .02em;
}
.step:hover .step-num { border-color: var(--accent-border); background: var(--accent-bg); }
.step-title { font-size: 15px; font-weight: 700; margin-bottom: 8px; color: var(--text-1); letter-spacing: -.01em; }
.step-desc  { font-size: 13px; color: var(--text-2); line-height: 1.65; }

/* ── Security / Trust ───────────────────────────── */
.trust-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: start; }
.trust-lhs .section-title { text-align: left; }
.trust-lhs .section-sub   { text-align: left; margin: 0 0 40px; }
.trust-items { display: flex; flex-direction: column; }
.trust-item {
    display: flex; gap: 16px; align-items: flex-start;
    padding: 20px 0; border-bottom: 1px solid var(--border);
}
.trust-item:first-child { border-top: 1px solid var(--border); }
.trust-n { font-size: 11px; font-weight: 700; color: var(--text-3); letter-spacing: .05em; margin-top: 2px; flex-shrink: 0; width: 20px; }
.trust-b h4 { font-size: 14px; font-weight: 700; color: var(--text-1); margin-bottom: 4px; letter-spacing: -.01em; }
.trust-b p  { font-size: 13px; color: var(--text-2); line-height: 1.6; font-weight: 400; }

.trust-rhs { background: var(--bg-surface); border: 1px solid var(--border); border-radius: var(--r-lg); overflow: hidden; }
.rhs-head { padding: 20px 24px; border-bottom: 1px solid var(--border); }
.rhs-label { font-size: 10px; text-transform: uppercase; letter-spacing: .1em; color: var(--text-3); font-weight: 600; margin-bottom: 6px; }
.rhs-val   { font-size: 28px; font-weight: 800; color: var(--accent); letter-spacing: -.03em; line-height: 1; }
.rhs-list  { padding: 4px 0; }
.rhs-item {
    display: flex; align-items: center; gap: 12px;
    padding: 13px 24px; font-size: 13px; color: var(--text-2); font-weight: 500;
    border-bottom: 1px solid var(--border); transition: var(--tr);
}
.rhs-item:last-child { border-bottom: none; }
.rhs-item:hover { background: var(--bg-raised); color: var(--text-1); }
/* Check icons: accent */
.chk {
    width: 18px; height: 18px; border-radius: 50%;
    background: var(--accent-bg); border: 1px solid var(--accent-border);
    display: flex; align-items: center; justify-content: center; flex-shrink: 0;
}
.chk svg { width: 10px; height: 10px; color: var(--accent); display: block; }

/* ── CTA ─────────────────────────────────────────── */
.cta-section { border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); background: var(--bg-surface); padding: 96px 0; }
.cta-inner   { display: flex; align-items: center; justify-content: space-between; gap: 64px; }
.cta-lhs h2  { font-size: clamp(26px, 3.5vw, 40px); font-weight: 800; margin-bottom: 12px; letter-spacing: -.03em; }
.cta-lhs p   { font-size: 15px; color: var(--text-2); line-height: 1.7; max-width: 440px; }
.cta-rhs     { display: flex; flex-direction: column; align-items: flex-end; gap: 12px; flex-shrink: 0; }
.cta-btns    { display: flex; gap: 10px; flex-wrap: wrap; justify-content: flex-end; }
.cta-note    { font-size: 12px; color: var(--text-3); }

/* ── Footer ─────────────────────────────────────── */
.footer { border-top: 1px solid var(--border); padding: 56px 0 32px; }
.footer-grid { display: grid; grid-template-columns: 2.2fr 1fr 1fr 1fr; gap: 48px; margin-bottom: 48px; }
.footer-logo { margin-bottom: 14px; }
.footer-desc { font-size: 13px; color: var(--text-2); line-height: 1.7; margin-bottom: 20px; max-width: 260px; }
.footer-tags { display: flex; gap: 6px; flex-wrap: wrap; }
.tag {
    padding: 3px 10px; border-radius: 6px;
    font-size: 11px; font-weight: 600; letter-spacing: .02em;
}
.tag-a { background: var(--accent-bg); color: var(--accent); border: 1px solid var(--accent-border); }
.tag-g { background: rgba(74,219,122,.08); color: #4ADB7A; border: 1px solid rgba(74,219,122,.2); }
.footer-col h4 { font-size: 11px; font-weight: 700; color: var(--text-1); margin-bottom: 14px; text-transform: uppercase; letter-spacing: .07em; }
.footer-links { list-style: none; display: flex; flex-direction: column; gap: 8px; }
.footer-links a { font-size: 13px; color: var(--text-2); text-decoration: none; transition: color var(--tr); }
.footer-links a:hover { color: var(--text-1); }
.footer-bottom { border-top: 1px solid var(--border); padding-top: 20px; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 10px; }
.footer-bottom span { font-size: 12px; color: var(--text-3); }

/* ── Download page ──────────────────────────────── */
.pg-hero { padding: 128px 0 72px; border-bottom: 1px solid var(--border); }
.dl-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; margin-bottom: 48px; }
.dl-card {
    background: var(--bg-surface); border: 1px solid var(--border);
    border-radius: var(--r-lg); padding: 32px 28px;
    transition: var(--tr); display: flex; flex-direction: column;
}
.dl-card:hover { border-color: var(--border-hover); transform: translateY(-2px); }
.dl-card.rec   { border-color: var(--accent-border); }
.dl-rec-badge {
    display: inline-block; font-size: 10px; font-weight: 700;
    letter-spacing: .07em; text-transform: uppercase;
    color: var(--accent); background: var(--accent-bg);
    border: 1px solid var(--accent-border);
    padding: 3px 8px; border-radius: 5px; margin-bottom: 20px; width: fit-content;
}
/* OS icon wrapper — accent color */
.dl-os-icon {
    width: 48px; height: 48px; color: var(--accent);
    margin-bottom: 16px; display: flex; align-items: center; justify-content: center;
}
.dl-os-icon svg { width: 100%; height: 100%; display: block; }
.dl-name { font-size: 18px; font-weight: 700; margin-bottom: 6px; letter-spacing: -.01em; }
.dl-desc { font-size: 13px; color: var(--text-2); margin-bottom: 20px; line-height: 1.6; flex: 1; }
.dl-meta { display: flex; gap: 12px; flex-wrap: wrap; margin-bottom: 20px; }
.dl-meta span { font-size: 11px; color: var(--text-3); font-weight: 500; }

.req-box { background: var(--bg-surface); border: 1px solid var(--border); border-radius: var(--r-lg); overflow: hidden; }
.req-head { padding: 20px 28px; border-bottom: 1px solid var(--border); }
.req-head h3 { font-size: 16px; font-weight: 700; letter-spacing: -.01em; }
.req-grid { display: grid; grid-template-columns: 1fr 1fr; }
.req-item {
    display: flex; gap: 14px; align-items: flex-start;
    padding: 18px 28px; border-bottom: 1px solid var(--border); border-right: 1px solid var(--border);
    transition: background var(--tr);
}
.req-item:hover { background: var(--bg-raised); }
.req-item:nth-child(even) { border-right: none; }
.req-item:nth-last-child(-n+2) { border-bottom: none; }
/* Req icons: accent */
.req-ico {
    width: 32px; height: 32px; border-radius: var(--r-sm);
    background: var(--bg-raised); display: flex; align-items: center; justify-content: center;
    flex-shrink: 0; color: var(--accent);
}
.req-ico svg { width: 18px; height: 18px; display: block; }
.req-txt strong { display: block; font-size: 13px; font-weight: 600; color: var(--text-1); margin-bottom: 2px; }
.req-txt span   { font-size: 12px; color: var(--text-2); }

/* ── Animations ─────────────────────────────────── */
@keyframes fadeUp   { from { opacity:0; transform:translateY(20px); } to { opacity:1; transform:translateY(0); } }
@keyframes fadeRight{ from { opacity:0; transform:translateX(30px); } to { opacity:1; transform:translateX(0); } }

.reveal { opacity:0; transform:translateY(24px); transition: opacity .6s cubic-bezier(.4,0,.2,1), transform .6s cubic-bezier(.4,0,.2,1); }
.reveal.visible { opacity:1; transform:translateY(0); }
.d1 { transition-delay:.08s; }
.d2 { transition-delay:.16s; }
.d3 { transition-delay:.24s; }
.d4 { transition-delay:.32s; }

/* ── Responsive ─────────────────────────────────── */
@media (max-width: 1024px) {
    .features-grid { grid-template-columns: repeat(2,1fr); }
    .steps-track { grid-template-columns: repeat(2,1fr); gap: 32px; }
    .steps-line { display: none; }
    .step { padding: 0; }
    .trust-grid { gap: 48px; }
    .footer-grid { grid-template-columns: 1fr 1fr; }
    .dl-grid { grid-template-columns: 1fr; max-width: 440px; margin-inline: auto; }
    .cta-inner { flex-direction: column; align-items: flex-start; gap: 36px; }
    .cta-rhs { align-items: flex-start; }
    .cta-btns { justify-content: flex-start; }
    .cta-note { text-align: left; }
}
@media (max-width: 768px) {
    section { padding: 64px 0; }
    .container { padding: 0 20px; }
    .nav-links, .nav-cta { display: none; }
    .nav-burger { display: flex; }
    .nav-links.open {
        display: flex; flex-direction: column;
        position: fixed; top: 64px; left: 0; right: 0;
        background: rgba(8,14,23,.97); backdrop-filter: blur(16px);
        border-bottom: 1px solid var(--border); padding: 12px 20px 20px; gap: 2px;
        animation: fadeUp .15s ease;
    }
    .nav-links.open .nav-link { padding: 10px 13px; color: var(--text-2); }
    .nav-cta.mob { display: inline-flex; margin: 8px 20px 12px; }
    .hero-content { grid-template-columns: 1fr; gap: 48px; padding: 0 20px; }
    .hero-visual { display: none; }
    .features-grid { grid-template-columns: 1fr; background: transparent; border: none; border-radius: 0; gap: 16px; }
    .feat-card { border: 1px solid var(--border); border-radius: var(--r); }
    .feat-card::after { display: none; }
    .steps-track { grid-template-columns: 1fr; max-width: 360px; margin: 0 auto; gap: 28px; }
    .trust-grid { grid-template-columns: 1fr; }
    .trust-rhs { display: none; }
    .footer-grid { grid-template-columns: 1fr; gap: 28px; }
    .logos-row { gap: 20px; }
    .req-grid { grid-template-columns: 1fr; }
    .req-item:nth-child(even) { border-right: none; }
    .req-item:nth-last-child(-n+2) { border-bottom: 1px solid var(--border); }
    .req-item:last-child { border-bottom: none; }
}
@media (max-width: 480px) {
    .hero-actions { flex-direction: column; }
    .btn-lg { width: 100%; justify-content: center; }
    .hero-stats { gap: 20px; }
}
