/* =========================================================
   GT DEALS — Landing Redesign
   "Telemetry" system: matte black, racing amber, expanded display
   ========================================================= */

:root {
    /* Surfaces */
    --bg:        #0a0a0b;
    --bg-2:      #0d0d0f;
    --surface:   #111114;
    --surface-2: #16161a;
    --card:      #141417;
    --card-hi:   #1b1b20;
    --line:      #242429;
    --line-2:    #34343c;

    /* Text */
    --text:   #f6f6f4;
    --text-2: #a6a6ad;
    --text-3: #6d6d76;

    /* Brand */
    --amber:    #f59e0b;
    --amber-hi: #fcc54d;
    --amber-dk: #c97c05;
    --ember:    #f0451f;
    --steel:    #7e98c0;
    --green:    #36d399;

    --ignite: linear-gradient(100deg, #fcd34d 0%, #f59e0b 42%, #f0451f 100%);

    /* Type */
    --display: "Archivo Expanded", "Archivo", system-ui, sans-serif;
    --sans:    "Archivo", system-ui, -apple-system, sans-serif;
    --mono:    "Space Mono", ui-monospace, "SF Mono", Menlo, monospace;

    --shadow:    0 18px 40px -18px rgba(0,0,0,0.7);
    --shadow-lg: 0 40px 90px -30px rgba(0,0,0,0.85);
    --glow:      0 0 0 1px rgba(245,158,11,0.4), 0 14px 50px -12px rgba(245,158,11,0.45);

    --maxw: 1240px;
}

* { margin: 0; padding: 0; box-sizing: border-box; }

html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }

body {
    font-family: var(--sans);
    background: var(--bg);
    color: var(--text);
    line-height: 1.6;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

/* subtle global grid + grain */
body::before {
    content: "";
    position: fixed;
    inset: 0;
    pointer-events: none;
    z-index: 0;
    background-image:
        linear-gradient(rgba(255,255,255,0.018) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,0.018) 1px, transparent 1px);
    background-size: 64px 64px;
    mask-image: radial-gradient(ellipse 120% 80% at 50% 0%, #000 30%, transparent 100%);
}

.container {
    max-width: var(--maxw);
    margin: 0 auto;
    padding: 0 32px;
    position: relative;
    z-index: 1;
}

a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }

/* ---------- Type primitives ---------- */
.kicker {
    font-family: var(--mono);
    font-size: 0.72rem;
    letter-spacing: 0.32em;
    text-transform: uppercase;
    color: var(--amber);
    display: inline-flex;
    align-items: center;
    gap: 10px;
}
.kicker::before {
    content: "";
    width: 22px;
    height: 1px;
    background: var(--amber);
    opacity: 0.8;
}
.kicker.center { justify-content: center; }

h1, h2, h3 { font-family: var(--display); font-weight: 800; line-height: 1.02; letter-spacing: -0.01em; }

.display {
    font-family: var(--display);
    font-weight: 800;
    text-transform: uppercase;
    line-height: 0.95;
    letter-spacing: -0.005em;
}

.amber-text {
    background: var(--ignite);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.section-head { max-width: 720px; margin: 0 auto 56px; text-align: center; }
.section-head .kicker { margin-bottom: 22px; }
.section-title {
    font-family: var(--display);
    font-weight: 800;
    text-transform: uppercase;
    font-size: clamp(2rem, 4.4vw, 3.1rem);
    line-height: 0.98;
}
.section-sub {
    color: var(--text-2);
    font-size: 1.08rem;
    margin-top: 18px;
    max-width: 560px;
    margin-left: auto;
    margin-right: auto;
}

/* ---------- Buttons ---------- */
.btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-family: var(--sans);
    font-weight: 700;
    font-size: 0.95rem;
    letter-spacing: 0.01em;
    padding: 14px 26px;
    border-radius: 4px;
    border: 1px solid transparent;
    cursor: pointer;
    transition: transform .18s ease, box-shadow .25s ease, background .2s ease, border-color .2s ease, color .2s ease;
    white-space: nowrap;
}
.btn svg { width: 17px; height: 17px; }
.btn-primary {
    background: var(--amber);
    color: #140b00;
    box-shadow: 0 10px 30px -10px rgba(245,158,11,0.6);
}
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 16px 44px -12px rgba(245,158,11,0.75); background: var(--amber-hi); }
.btn-ghost {
    background: rgba(255,255,255,0.03);
    color: var(--text);
    border-color: var(--line-2);
}
.btn-ghost:hover { border-color: var(--text-2); background: rgba(255,255,255,0.07); transform: translateY(-2px); }
.btn-lg { padding: 17px 34px; font-size: 1.02rem; }
.btn-arrow { transition: transform .2s ease; }
.btn:hover .btn-arrow { transform: translateX(4px); }

/* ---------- Navbar ---------- */
.navbar {
    position: fixed; top: 0; left: 0; right: 0;
    z-index: 1000;
    padding: 16px 0;
    transition: background .3s ease, border-color .3s ease, padding .3s ease;
    border-bottom: 1px solid transparent;
}
.navbar.scrolled {
    background: rgba(10,10,11,0.82);
    backdrop-filter: blur(16px) saturate(140%);
    border-bottom-color: var(--line);
    padding: 11px 0;
}
.navbar .container { display: flex; align-items: center; justify-content: space-between; }

.logo { display: inline-flex; align-items: center; gap: 11px; }
.logo-mark {
    width: 38px; height: 38px;
    display: grid; place-items: center;
    background: var(--amber);
    color: #140b00;
    font-family: var(--display);
    font-weight: 900;
    font-size: 0.92rem;
    border-radius: 5px;
    letter-spacing: -0.02em;
    box-shadow: 0 6px 18px -6px rgba(245,158,11,0.7);
}
.logo-word { font-family: var(--display); font-weight: 800; font-size: 1.18rem; letter-spacing: -0.01em; }
.logo-word .lo-deals { color: var(--text-2); font-weight: 600; }

.nav-links { display: flex; align-items: center; gap: 30px; list-style: none; }
.nav-links > li > a:not(.btn) {
    font-size: 0.92rem;
    font-weight: 500;
    color: #cfcfd4;
    transition: color .2s;
    position: relative;
}
.nav-links > li > a:not(.btn):hover { color: var(--text); }
.nav-legal a { font-size: 0.82rem !important; color: var(--text-3) !important; }
.nav-cta { display: flex; align-items: center; gap: 12px; }
.btn-sm { padding: 9px 18px; font-size: 0.88rem; }

.mobile-menu-btn { display: none; flex-direction: column; gap: 5px; background: none; border: none; cursor: pointer; padding: 6px; }
.mobile-menu-btn span { width: 24px; height: 2px; background: var(--text); border-radius: 2px; transition: .25s; }

/* ---------- HERO ---------- */
.hero {
    position: relative;
    padding: 168px 0 96px;
    overflow: hidden;
}
.hero-bg {
    position: absolute; inset: 0; z-index: 0;
    background:
        linear-gradient(180deg, var(--bg) 0%, rgba(10,10,11,0.72) 11%, transparent 34%, transparent 58%, var(--bg) 100%),
        radial-gradient(ellipse 90% 70% at 80% 42%, rgba(245,158,11,0.18) 0%, transparent 60%),
        url('../images/cars-lot.jpg') 64% 60% / cover no-repeat;
    transform: scale(1.04);
    will-change: transform;
}
.hero-bg::after {
    content: "";
    position: absolute; inset: 0;
    background: linear-gradient(95deg, var(--bg) 24%, rgba(10,10,11,0.78) 48%, rgba(10,10,11,0.32) 72%, transparent 100%);
}
.hero .container { position: relative; z-index: 2; }
.hero-grid { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 56px; align-items: center; }

.hero-badge {
    display: inline-flex; align-items: center; gap: 12px;
    background: rgba(20,20,23,0.6);
    border: 1px solid var(--line-2);
    backdrop-filter: blur(8px);
    padding: 7px 7px 7px 14px;
    border-radius: 100px;
    margin-bottom: 28px;
    font-size: 0.84rem;
    color: var(--text-2);
}
.hero-badge .stars { color: var(--amber); letter-spacing: 1px; font-size: 0.8rem; }
.hero-badge .badge-pill {
    background: rgba(245,158,11,0.14);
    color: var(--amber-hi);
    font-family: var(--mono);
    font-size: 0.72rem;
    font-weight: 700;
    padding: 4px 10px;
    border-radius: 100px;
}

.hero h1 {
    font-family: var(--display);
    text-transform: uppercase;
    font-weight: 800;
    font-size: clamp(2.7rem, 6vw, 4.6rem);
    line-height: 0.92;
    letter-spacing: -0.015em;
    margin-bottom: 24px;
}
.hero h1 .amber-text { display: inline-block; }

.hero-sub {
    font-size: 1.16rem;
    color: var(--text-2);
    max-width: 500px;
    margin-bottom: 38px;
    line-height: 1.62;
}
.hero-buttons { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 52px; }

.hero-stats {
    display: flex; gap: 0;
    border-top: 1px solid var(--line);
    padding-top: 26px;
}
.hero-stats .stat { flex: 1; padding-right: 20px; position: relative; }
.hero-stats .stat + .stat { padding-left: 26px; }
.hero-stats .stat + .stat::before {
    content: ""; position: absolute; left: 0; top: 2px; bottom: 4px; width: 1px; background: var(--line);
}
.stat-num {
    font-family: var(--display);
    font-weight: 800;
    font-size: 1.9rem;
    line-height: 1;
    letter-spacing: -0.02em;
    color: var(--text);
}
.stat-num .unit { color: var(--amber); }
.stat-label {
    font-family: var(--mono);
    font-size: 0.68rem;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--text-3);
    margin-top: 8px;
    display: block;
}

/* Hero scroll cue */
.scroll-cue {
    position: absolute; left: 32px; bottom: 26px;
    display: flex; align-items: center; gap: 10px;
    font-family: var(--mono); font-size: 0.66rem; letter-spacing: 0.24em;
    text-transform: uppercase; color: var(--text-3); z-index: 3;
}
.scroll-cue .line { width: 44px; height: 1px; background: var(--line-2); position: relative; overflow: hidden; }
.scroll-cue .line::after { content: ""; position: absolute; inset: 0; width: 40%; background: var(--amber); animation: scan 2.2s infinite; }
@keyframes scan { 0%{transform:translateX(-100%)} 100%{transform:translateX(280%)} }

/* ---------- Dashboard mock ---------- */
.dash {
    background: linear-gradient(160deg, var(--card-hi) 0%, #0e0e11 100%);
    border: 1px solid var(--line-2);
    border-radius: 14px;
    padding: 18px;
    box-shadow: var(--shadow-lg), inset 0 1px 0 rgba(255,255,255,0.05);
    position: relative;
}
.dash::before {
    content: ""; position: absolute; inset: -1px; border-radius: 14px; padding: 1px;
    background: linear-gradient(160deg, rgba(245,158,11,0.5), transparent 40%);
    -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
    -webkit-mask-composite: xor; mask-composite: exclude;
    pointer-events: none;
}
.dash-top { display: flex; align-items: center; justify-content: space-between; padding-bottom: 14px; margin-bottom: 14px; border-bottom: 1px solid var(--line); }
.dash-nav { display: flex; align-items: center; gap: 14px; }
.dash-logo { background: var(--amber); color: #140b00; font-family: var(--display); font-weight: 900; font-size: 0.7rem; padding: 5px 8px; border-radius: 4px; }
.dash-nav-item { font-size: 0.72rem; color: var(--text-3); }
.dash-nav-item.on { color: var(--text); font-weight: 600; }
.dash-user { display: flex; align-items: center; gap: 8px; }
.dash-store { background: rgba(126,152,192,0.18); color: var(--steel); font-size: 0.62rem; padding: 4px 9px; border-radius: 100px; font-weight: 600; }
.dash-av { width: 26px; height: 26px; border-radius: 50%; background: var(--amber); color:#140b00; display:grid; place-items:center; font-size:0.62rem; font-weight:800; }

.dash-stats { display: grid; grid-template-columns: repeat(4,1fr); gap: 9px; margin-bottom: 12px; }
.dash-stat { background: var(--surface); border: 1px solid var(--line); border-radius: 8px; padding: 11px; border-left: 2px solid; }
.dash-stat.b { border-left-color: var(--steel); }
.dash-stat.g { border-left-color: var(--green); }
.dash-stat.o { border-left-color: var(--amber); }
.dash-stat.p { border-left-color: #a78bfa; }
.dash-stat .v { font-family: var(--display); font-weight: 800; font-size: 1rem; line-height: 1; }
.dash-stat .l { font-family: var(--mono); font-size: 0.54rem; letter-spacing: 0.08em; text-transform: uppercase; color: var(--text-3); margin-top: 5px; }

.dash-mid { display: grid; grid-template-columns: 1.25fr 1fr; gap: 9px; margin-bottom: 12px; }
.dash-panel { background: var(--surface); border: 1px solid var(--line); border-radius: 8px; padding: 12px; }
.dash-panel-h { display: flex; justify-content: space-between; align-items: center; margin-bottom: 12px; font-size: 0.68rem; color: var(--text-2); font-weight: 600; }
.dash-trend { font-family: var(--mono); font-size: 0.6rem; padding: 2px 6px; border-radius: 3px; background: rgba(54,211,153,0.16); color: var(--green); }
.dash-bars { display: flex; align-items: flex-end; gap: 6px; height: 66px; }
.dash-bar { flex: 1; background: linear-gradient(180deg, #3a4760, #2a3346); border-radius: 3px 3px 0 0; min-height: 8px; }
.dash-bar.on { background: var(--ignite); }
.dash-deal { display: flex; justify-content: space-between; align-items: center; padding: 7px 0; border-bottom: 1px solid var(--line); font-size: 0.66rem; }
.dash-deal:last-child { border-bottom: none; }
.dash-deal .veh { color: var(--text); font-weight: 600; }
.dash-tag { font-family: var(--mono); font-size: 0.54rem; font-weight: 700; padding: 2px 7px; border-radius: 3px; }
.dash-tag.done { background: rgba(54,211,153,0.16); color: var(--green); }
.dash-tag.wip { background: rgba(245,158,11,0.16); color: var(--amber); }

.dash-flow { background: var(--surface); border: 1px solid var(--line); border-radius: 8px; padding: 11px 12px; }
.dash-flow .lbl { font-family: var(--mono); font-size: 0.6rem; letter-spacing: 0.08em; text-transform: uppercase; color: var(--text-3); margin-bottom: 10px; display: block; }
.dash-chips { display: flex; gap: 5px; flex-wrap: wrap; }
.dash-chip { font-size: 0.6rem; padding: 5px 9px; border-radius: 4px; background: var(--card); border: 1px solid var(--line); color: var(--text-3); font-weight: 600; }
.dash-chip.on { background: var(--amber); color: #140b00; border-color: var(--amber); }

/* live dot */
.live-dot { display: inline-flex; align-items: center; gap: 6px; font-family: var(--mono); font-size: 0.6rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--green); }
.live-dot::before { content:""; width:6px; height:6px; border-radius:50%; background: var(--green); box-shadow:0 0 0 0 rgba(54,211,153,0.6); animation: pulse 1.8s infinite; }
@keyframes pulse { 0%{box-shadow:0 0 0 0 rgba(54,211,153,0.5)} 70%{box-shadow:0 0 0 7px rgba(54,211,153,0)} 100%{box-shadow:0 0 0 0 rgba(54,211,153,0)} }

/* ---------- Marquee ---------- */
.marquee-wrap {
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
    background: var(--bg-2);
    padding: 30px 0;
    overflow: hidden;
}
.marquee-label { text-align: center; font-family: var(--mono); font-size: 0.68rem; letter-spacing: 0.26em; text-transform: uppercase; color: var(--text-3); margin-bottom: 22px; }
.marquee { display: flex; overflow: hidden; -webkit-mask: linear-gradient(90deg, transparent, #000 12%, #000 88%, transparent); }
.marquee-track { display: flex; align-items: center; gap: 56px; padding-right: 56px; animation: marquee 32s linear infinite; flex-shrink: 0; }
.marquee:hover .marquee-track { animation-play-state: paused; }
.marquee-track span { font-family: var(--display); font-weight: 800; font-size: 1.5rem; color: var(--text-3); white-space: nowrap; transition: color .2s; text-transform: uppercase; letter-spacing: 0.02em; }
.marquee-track span:hover { color: var(--text); }
@keyframes marquee { to { transform: translateX(-50%); } }

/* ---------- Sections base ---------- */
section.block { padding: 110px 0; position: relative; }
.block.alt { background: var(--bg-2); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }

/* ---------- Features ---------- */
.features-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.feature {
    position: relative;
    background: var(--card);
    border: 1px solid var(--line);
    border-radius: 12px;
    padding: 30px;
    overflow: hidden;
    transition: border-color .3s, transform .3s, background .3s;
}
.feature::after {
    content: ""; position: absolute; left: 0; top: 0; height: 2px; width: 0; background: var(--ignite); transition: width .4s ease;
}
.feature:hover { transform: translateY(-4px); border-color: var(--line-2); background: var(--card-hi); }
.feature:hover::after { width: 100%; }
.feature-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 22px; }
.feature-icon { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 10px; background: rgba(245,158,11,0.1); border: 1px solid rgba(245,158,11,0.22); color: var(--amber); }
.feature-icon svg { width: 24px; height: 24px; }
.feature-idx { font-family: var(--mono); font-size: 0.78rem; color: var(--text-3); font-weight: 700; }
.feature h3 { font-family: var(--display); font-weight: 700; font-size: 1.16rem; text-transform: uppercase; letter-spacing: -0.005em; margin-bottom: 11px; line-height: 1.05; }
.feature p { color: var(--text-2); font-size: 0.95rem; line-height: 1.65; }

/* ---------- Pipeline (signature) ---------- */
.pipeline { background: var(--bg-2); }
.pipeline-frame {
    margin-top: 48px;
    background: linear-gradient(160deg, var(--surface) 0%, var(--bg) 100%);
    border: 1px solid var(--line-2);
    border-radius: 16px;
    padding: 40px 36px;
    box-shadow: var(--shadow);
    position: relative;
    overflow: hidden;
}
.pipeline-frame .deal-id {
    display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 14px;
    margin-bottom: 34px; padding-bottom: 22px; border-bottom: 1px solid var(--line);
}
.pipeline-frame .deal-id .dv { display: flex; align-items: baseline; gap: 14px; }
.pipeline-frame .deal-id .dnum { font-family: var(--mono); color: var(--amber); font-size: 0.82rem; font-weight: 700; }
.pipeline-frame .deal-id .dname { font-family: var(--display); font-weight: 800; font-size: 1.3rem; text-transform: uppercase; }
.pipeline-stages { display: grid; grid-template-columns: repeat(6, 1fr); gap: 0; position: relative; }
.pstage { position: relative; padding: 0 6px; text-align: center; }
.pstage .node {
    width: 44px; height: 44px; border-radius: 50%; margin: 0 auto 16px;
    display: grid; place-items: center; position: relative; z-index: 2;
    background: var(--card); border: 1.5px solid var(--line-2); color: var(--text-3);
    transition: .3s;
}
.pstage .node svg { width: 19px; height: 19px; }
.pstage.done .node { background: var(--amber); border-color: var(--amber); color: #140b00; box-shadow: 0 0 0 4px rgba(245,158,11,0.14); }
.pstage.current .node { background: var(--card); border-color: var(--amber); color: var(--amber); box-shadow: 0 0 0 4px rgba(245,158,11,0.1); }
/* connector line */
.pstage::before {
    content: ""; position: absolute; top: 22px; left: -50%; width: 100%; height: 2px; background: var(--line); z-index: 1;
}
.pstage:first-child::before { display: none; }
.pstage.done::before, .pstage.current::before { background: var(--amber); }
.pstage .pname { font-family: var(--display); font-weight: 700; font-size: 0.82rem; text-transform: uppercase; letter-spacing: 0.02em; }
.pstage .pstat { font-family: var(--mono); font-size: 0.62rem; letter-spacing: 0.08em; text-transform: uppercase; color: var(--text-3); margin-top: 5px; }
.pstage.done .pstat { color: var(--green); }
.pstage.current .pstat { color: var(--amber); }
.pipeline-meta { display: flex; gap: 32px; flex-wrap: wrap; margin-top: 34px; padding-top: 22px; border-top: 1px solid var(--line); }
.pmeta { display: flex; flex-direction: column; gap: 4px; }
.pmeta .pk { font-family: var(--mono); font-size: 0.62rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--text-3); }
.pmeta .pvv { font-weight: 700; font-size: 0.96rem; }

/* ---------- Showcase ---------- */
.showcase-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
.showcase-text h2 { font-size: clamp(2rem, 4vw, 2.9rem); text-transform: uppercase; margin-bottom: 22px; }
.showcase-text > p { color: var(--text-2); font-size: 1.08rem; line-height: 1.75; margin-bottom: 30px; }
.showcase-list { list-style: none; margin-bottom: 36px; display: flex; flex-direction: column; gap: 15px; }
.showcase-list li { display: flex; align-items: center; gap: 14px; color: var(--text); font-size: 1rem; }
.showcase-list .check { width: 26px; height: 26px; flex-shrink: 0; border-radius: 6px; background: rgba(245,158,11,0.12); border: 1px solid rgba(245,158,11,0.28); color: var(--amber); display: grid; place-items: center; }
.showcase-list .check svg { width: 14px; height: 14px; }
.showcase-media { position: relative; }
.showcase-media img { width: 100%; border-radius: 14px; border: 1px solid var(--line-2); box-shadow: var(--shadow-lg); }
.showcase-media .tag-float {
    position: absolute; bottom: 18px; left: 18px;
    background: rgba(10,10,11,0.78); backdrop-filter: blur(10px);
    border: 1px solid var(--line-2); border-radius: 10px; padding: 12px 16px;
    display: flex; align-items: center; gap: 12px;
}
.tag-float .tf-num { font-family: var(--display); font-weight: 800; font-size: 1.5rem; color: var(--amber); }
.tag-float .tf-lbl { font-family: var(--mono); font-size: 0.62rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--text-2); line-height: 1.4; }

/* ---------- Steps ---------- */
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-top: 12px; }
.step { background: var(--card); border: 1px solid var(--line); border-radius: 12px; padding: 28px; position: relative; transition: border-color .3s, transform .3s; }
.step:hover { border-color: var(--line-2); transform: translateY(-3px); }
.step-num { font-family: var(--display); font-weight: 900; font-size: 2.6rem; line-height: 1; color: var(--line-2); -webkit-text-stroke: 1px var(--line-2); margin-bottom: 18px; transition: color .3s; }
.step:hover .step-num { color: var(--amber); -webkit-text-stroke-color: var(--amber); }
.step h3 { font-family: var(--display); font-weight: 700; text-transform: uppercase; font-size: 1.05rem; margin-bottom: 10px; }
.step p { color: var(--text-2); font-size: 0.92rem; line-height: 1.6; }

/* ---------- Benefits ---------- */
.benefits-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.benefit { text-align: left; padding: 28px; background: var(--card); border: 1px solid var(--line); border-radius: 12px; transition: border-color .3s, transform .3s; }
.benefit:hover { border-color: var(--line-2); transform: translateY(-3px); }
.benefit-icon { width: 44px; height: 44px; border-radius: 10px; background: rgba(126,152,192,0.12); border: 1px solid rgba(126,152,192,0.25); color: var(--steel); display: grid; place-items: center; margin-bottom: 20px; }
.benefit-icon svg { width: 22px; height: 22px; }
.benefit h3 { font-family: var(--display); font-weight: 700; text-transform: uppercase; font-size: 1.02rem; margin-bottom: 10px; }
.benefit p { color: var(--text-2); font-size: 0.92rem; line-height: 1.6; }

/* ---------- Reports ---------- */
.reports { background: var(--bg-2); }
.reports-frame {
    background:
        radial-gradient(ellipse 80% 100% at 100% 0%, rgba(245,158,11,0.12), transparent 60%),
        linear-gradient(160deg, var(--surface), var(--bg));
    border: 1px solid var(--line-2);
    border-radius: 18px;
    padding: 52px;
    display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center;
}
.reports-frame .rt h2 { font-size: clamp(1.9rem, 3.6vw, 2.7rem); text-transform: uppercase; margin-bottom: 18px; }
.reports-frame .rt p { color: var(--text-2); font-size: 1.04rem; line-height: 1.7; margin-bottom: 26px; }
.reports-list { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.report-item { background: rgba(255,255,255,0.025); border: 1px solid var(--line); border-radius: 10px; padding: 18px; transition: border-color .25s, background .25s; }
.report-item:hover { border-color: var(--amber); background: rgba(245,158,11,0.05); }
.report-item h4 { font-family: var(--display); font-weight: 700; text-transform: uppercase; font-size: 0.92rem; margin-bottom: 6px; display: flex; align-items: center; gap: 8px; }
.report-item h4 .ri-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--amber); }
.report-item p { color: var(--text-3); font-size: 0.82rem; line-height: 1.5; margin: 0; }

/* ---------- Contact / CTA ---------- */
.cta { position: relative; overflow: hidden; }
.cta::before {
    content: ""; position: absolute; inset: 0;
    background: radial-gradient(ellipse 60% 80% at 50% 0%, rgba(245,158,11,0.1), transparent 60%);
    pointer-events: none;
}
.contact-form { max-width: 620px; margin: 44px auto 0; }
.form-row { display: flex; gap: 14px; margin-bottom: 14px; }
.contact-form input, .contact-form select, .contact-form textarea {
    flex: 1; width: 100%;
    padding: 15px 16px;
    background: var(--card);
    border: 1px solid var(--line-2);
    border-radius: 6px;
    color: var(--text);
    font-family: var(--sans);
    font-size: 0.98rem;
    transition: border-color .2s, background .2s;
}
.contact-form input::placeholder, .contact-form textarea::placeholder { color: var(--text-3); }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus {
    outline: none; border-color: var(--amber); background: var(--card-hi);
}
.contact-form select { cursor: pointer; }
.contact-form textarea { resize: vertical; margin-bottom: 18px; min-height: 90px; }
.contact-form .btn { width: 100%; justify-content: center; }
.form-note { text-align: center; color: var(--text-3); font-family: var(--mono); font-size: 0.72rem; letter-spacing: 0.06em; margin-top: 16px; }

/* ---------- Footer ---------- */
.footer { background: var(--bg-2); border-top: 1px solid var(--line); padding: 64px 0 28px; }
.footer-content { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 48px; padding-bottom: 40px; border-bottom: 1px solid var(--line); }
.footer-brand p { color: var(--text-2); max-width: 320px; margin: 16px 0; font-size: 0.94rem; line-height: 1.65; }
.footer-rating { display: flex; align-items: center; gap: 10px; }
.footer-rating .stars { color: var(--amber); }
.footer-rating span:last-child { color: var(--text-3); font-size: 0.86rem; font-family: var(--mono); }
.footer-col h4 { font-family: var(--mono); font-size: 0.72rem; letter-spacing: 0.18em; text-transform: uppercase; color: var(--text-3); margin-bottom: 18px; }
.footer-col a { display: block; color: var(--text-2); margin-bottom: 11px; font-size: 0.94rem; transition: color .2s; }
.footer-col a:hover { color: var(--amber); }
.footer-bottom { text-align: center; padding-top: 26px; color: var(--text-3); font-size: 0.84rem; font-family: var(--mono); letter-spacing: 0.04em; }

/* ---------- Reveal animation ---------- */
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s cubic-bezier(.2,.7,.2,1), transform .7s cubic-bezier(.2,.7,.2,1); }
.reveal.in { opacity: 1; transform: none; }

/* ---------- Responsive ---------- */
@media (max-width: 1040px) {
    .features-grid { grid-template-columns: repeat(2, 1fr); }
    .steps, .benefits-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 940px) {
    .hero-grid { grid-template-columns: 1fr; gap: 48px; }
    .hero-bg::after { background: linear-gradient(180deg, rgba(10,10,11,0.55), var(--bg) 75%); }
    .showcase-grid { grid-template-columns: 1fr; gap: 40px; }
    .showcase-media { order: -1; }
    .reports-frame { grid-template-columns: 1fr; gap: 32px; padding: 36px; }
    .pipeline-stages { grid-template-columns: repeat(3, 1fr); row-gap: 30px; }
    .pstage:nth-child(4)::before { display: none; }
}
@media (max-width: 720px) {
    .nav-links { display: none; }
    .mobile-menu-btn { display: flex; }
    .container { padding: 0 20px; }
    .features-grid { grid-template-columns: 1fr; }
    .steps, .benefits-grid { grid-template-columns: 1fr; }
    .reports-list { grid-template-columns: 1fr; }
    .form-row { flex-direction: column; }
    .footer-content { grid-template-columns: 1fr; gap: 32px; text-align: center; }
    .footer-brand p { margin-left: auto; margin-right: auto; }
    .footer-rating { justify-content: center; }
    .hero-stats { flex-wrap: wrap; gap: 20px 0; }
    .hero-stats .stat { flex: 0 0 50%; padding: 0 16px; }
    .hero-stats .stat + .stat::before { display: none; }
    .pipeline-stages { grid-template-columns: repeat(2, 1fr); }
    .pstage::before { display: none; }
    .scroll-cue { display: none; }
}
@media (max-width: 480px) {
    .hero { padding: 130px 0 70px; }
    section.block { padding: 76px 0; }
    .pipeline-frame, .reports-frame { padding: 26px 20px; }
}
