/* ============================================================
   Landing v2 — extends saas.css tokens
   ============================================================ */

/* sticky nav */
.l-nav.sticky {
    position: sticky; top: 0; z-index: 50;
    background: rgba(11, 13, 8, .82); backdrop-filter: blur(10px);
    border-bottom: 1px solid var(--line);
    max-width: none; padding: 0;
}
.l-nav.sticky .nav-inner {
    max-width: 1180px; margin: 0 auto; padding: 14px 28px;
    display: flex; align-items: center; justify-content: space-between; gap: 18px;
}
.l-nav .links { display: flex; align-items: center; gap: 24px; }
@media (max-width: 760px) { .l-nav .links a:not(.btn) { display: none; } }

/* hero layout with mockup */
.hero-grid {
    max-width: 1180px; margin: 0 auto; padding: 76px 28px 70px;
    display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr);
    gap: 48px; align-items: center;
}
@media (max-width: 980px) { .hero-grid { grid-template-columns: 1fr; padding-top: 52px; } }
.hero-grid h1 { font-size: clamp(40px, 5.2vw, 68px); font-weight: 800; margin: 20px 0 22px; }
.hero-grid h1 .hl { color: var(--accent); position: relative; }
.hero-grid h1 .hl::after {
    content: ''; position: absolute; left: 0; right: 0; bottom: .05em; height: .1em;
    background: var(--accent); opacity: .35; transform: skewX(-12deg);
}
.hero-grid .lede { color: var(--muted); font-size: 16.5px; max-width: 52ch; }
.hero-points { list-style: none; margin: 22px 0 0; padding: 0; }
.hero-points li {
    font-size: 14px; color: var(--muted); padding: 5px 0 5px 26px; position: relative;
}
.hero-points li::before { content: '▸'; position: absolute; left: 4px; color: var(--accent); }

/* CSS dashboard mockup */
.mockup-wrap { position: relative; animation: rise .7s .15s ease both; }
.mockup-wrap::before {
    content: ''; position: absolute; inset: -8% -6%; z-index: -1;
    background: radial-gradient(60% 60% at 60% 40%, rgba(198, 242, 78, .14), transparent 70%);
    filter: blur(10px);
}
.mockup {
    background: var(--surface); border: 1px solid var(--line); border-radius: 8px;
    box-shadow: 0 40px 90px rgba(0, 0, 0, .55), 0 0 0 5px rgba(198, 242, 78, .04);
    overflow: hidden; transform: perspective(1400px) rotateY(-4deg) rotateX(1.5deg);
    font-family: var(--font-mono);
}
.mockup .chrome {
    display: flex; align-items: center; gap: 8px;
    padding: 10px 14px; border-bottom: 1px solid var(--line); background: var(--ink-2);
}
.mockup .chrome i { width: 9px; height: 9px; border-radius: 50%; background: var(--line); }
.mockup .chrome i:first-child { background: #e8604a; }
.mockup .chrome i:nth-child(2) { background: var(--amber); }
.mockup .chrome i:nth-child(3) { background: var(--accent); }
.mockup .chrome .url {
    margin-left: 10px; font-size: 10px; color: var(--faint); letter-spacing: .08em;
    background: var(--ink); border: 1px solid var(--line-soft); border-radius: 3px; padding: 3px 10px;
}
.mockup .body { display: grid; grid-template-columns: 118px 1fr; min-height: 300px; }
.mockup .m-side { border-right: 1px solid var(--line-soft); padding: 12px 10px; background: var(--ink-2); }
.mockup .m-side span {
    display: block; font-size: 9px; letter-spacing: .12em; color: var(--faint);
    padding: 6px 8px; border-radius: 3px; text-transform: uppercase;
}
.mockup .m-side span.on { color: var(--accent); background: rgba(198, 242, 78, .08); border-left: 2px solid var(--accent); }
.mockup .m-main { padding: 14px; }
.mockup .m-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin-bottom: 12px; }
.mockup .m-stat { background: var(--ink-2); border: 1px solid var(--line-soft); border-radius: 4px; padding: 9px 10px; }
.mockup .m-stat b { display: block; font-size: 15px; color: var(--accent); font-weight: 600; }
.mockup .m-stat.amber b { color: var(--amber); }
.mockup .m-stat.plain b { color: var(--text); }
.mockup .m-stat em { font-style: normal; font-size: 8.5px; letter-spacing: .12em; color: var(--faint); text-transform: uppercase; }
.mockup .m-chart {
    display: flex; align-items: flex-end; gap: 5px; height: 86px;
    background: var(--ink-2); border: 1px solid var(--line-soft); border-radius: 4px; padding: 10px;
    margin-bottom: 12px;
}
.mockup .m-chart i {
    flex: 1; border-radius: 2px 2px 0 0;
    background: linear-gradient(180deg, var(--accent), rgba(198, 242, 78, .18));
    animation: grow 1.1s ease both;
}
@keyframes grow { from { height: 0 !important; } }
.mockup .m-row {
    display: flex; justify-content: space-between; gap: 10px;
    font-size: 9.5px; color: var(--muted); padding: 6px 4px;
    border-bottom: 1px dashed var(--line-soft);
}
.mockup .m-row b { color: var(--accent); font-weight: 500; }
.mockup .m-row.dim { color: var(--faint); }
.mockup .live {
    position: absolute; top: -13px; right: 18px;
    background: var(--ink); border: 1px solid var(--accent); border-radius: 99px;
    font-family: var(--font-mono); font-size: 10px; letter-spacing: .14em; color: var(--accent);
    padding: 5px 13px; text-transform: uppercase;
}
.mockup .live::before { content: '●'; margin-right: 7px; animation: blink 1.4s infinite; }
@keyframes blink { 50% { opacity: .25; } }

/* audience / solutions */
.aud-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 16px; }
.aud-card {
    background: var(--surface); border: 1px solid var(--line); border-radius: 5px;
    padding: 26px 24px; position: relative; transition: transform .2s, border-color .2s;
}
.aud-card:hover { transform: translateY(-4px); border-color: var(--faint); }
.aud-card .glyph {
    width: 38px; height: 38px; border-radius: 4px; display: grid; place-items: center;
    background: rgba(198, 242, 78, .1); color: var(--accent); font-size: 16px; margin-bottom: 16px;
}
.aud-card h3 { font-size: 17px; margin-bottom: 8px; }
.aud-card p { color: var(--muted); font-size: 13.5px; }
.aud-card .tagline { font-family: var(--font-mono); font-size: 10px; letter-spacing: .16em; color: var(--faint); text-transform: uppercase; display: block; margin-bottom: 6px; }

/* deep feature rows */
.deep-row {
    display: grid; grid-template-columns: 1fr 1fr; gap: 54px; align-items: center;
    padding: 56px 0; border-top: 1px dashed var(--line);
}
.deep-row:first-of-type { border-top: none; }
@media (max-width: 900px) { .deep-row { grid-template-columns: 1fr; gap: 28px; padding: 40px 0; } }
.deep-row.flip > .deep-visual { order: 2; }
@media (max-width: 900px) { .deep-row.flip > .deep-visual { order: 0; } }
.deep-copy h3 { font-size: clamp(22px, 2.6vw, 30px); margin: 14px 0 14px; }
.deep-copy p { color: var(--muted); font-size: 15px; max-width: 50ch; }
.deep-copy ul { list-style: none; margin: 18px 0 0; padding: 0; }
.deep-copy li { font-size: 13.5px; color: var(--muted); padding: 6px 0 6px 26px; position: relative; }
.deep-copy li::before { content: '◆'; position: absolute; left: 2px; font-size: 8px; top: 11px; color: var(--accent); }
.deep-visual {
    background: var(--surface); border: 1px solid var(--line); border-radius: 6px;
    padding: 18px; font-family: var(--font-mono); position: relative; overflow: hidden;
}
.deep-visual::after {
    content: ''; position: absolute; top: 0; left: 0; right: 0; height: 2px;
    background: linear-gradient(90deg, var(--accent), transparent 70%); opacity: .5;
}
.deep-visual .dv-title { font-size: 10px; letter-spacing: .18em; color: var(--faint); text-transform: uppercase; margin-bottom: 12px; }
.log-line { font-size: 11px; padding: 7px 4px; border-bottom: 1px dashed var(--line-soft); color: var(--muted); display: flex; gap: 12px; }
.log-line .t { color: var(--faint); }
.log-line .ok { color: var(--accent); }
.log-line .warn { color: var(--amber); }
.flow-node {
    display: flex; align-items: center; gap: 12px; font-size: 12px; color: var(--muted);
    border: 1px solid var(--line-soft); border-radius: 4px; background: var(--ink-2);
    padding: 10px 14px; margin: 8px 0;
}
.flow-node b { color: var(--accent); font-weight: 500; }
.flow-node .pct { margin-left: auto; color: var(--text); }
.flow-arrow { text-align: center; color: var(--faint); font-size: 12px; margin: 2px 0; }
.inv-line { display: flex; justify-content: space-between; font-size: 11.5px; color: var(--muted); padding: 8px 4px; border-bottom: 1px dashed var(--line-soft); }
.inv-line b { color: var(--text); font-weight: 500; }
.inv-line.total { border-bottom: none; padding-top: 12px; }
.inv-line.total b { color: var(--accent); font-size: 14px; }

/* steps */
.steps { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 16px; counter-reset: step; }
.step {
    background: var(--surface); border: 1px solid var(--line); border-radius: 5px;
    padding: 28px 24px; position: relative;
}
.step .num {
    font-family: var(--font-display); font-weight: 800; font-size: 44px;
    color: transparent; -webkit-text-stroke: 1px var(--accent); line-height: 1;
}
.step h3 { font-size: 17px; margin: 14px 0 8px; }
.step p { color: var(--muted); font-size: 13.5px; }
.step .mono-hint { display: block; margin-top: 14px; font-family: var(--font-mono); font-size: 11px; color: var(--accent); background: var(--ink-2); border: 1px solid var(--line-soft); border-radius: 3px; padding: 8px 10px; }

/* stats band */
.band {
    border-top: 1px solid var(--line); border-bottom: 1px solid var(--line);
    background: linear-gradient(180deg, rgba(198, 242, 78, .045), transparent);
}
.band .inner {
    max-width: 1180px; margin: 0 auto; padding: 46px 28px;
    display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 26px;
}
.band .num { font-family: var(--font-mono); font-size: 34px; font-weight: 600; color: var(--accent); }
.band .lbl { font-family: var(--font-mono); font-size: 11px; letter-spacing: .16em; text-transform: uppercase; color: var(--faint); margin-top: 6px; }

/* testimonials */
.quote-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(290px, 1fr)); gap: 16px; }
.quote {
    background: var(--surface); border: 1px solid var(--line); border-radius: 5px;
    padding: 26px 24px; display: flex; flex-direction: column; gap: 16px;
}
.quote .mark { color: var(--accent); font-family: var(--font-display); font-size: 36px; line-height: .4; }
.quote p { color: var(--muted); font-size: 14px; flex: 1; }
.quote .who { display: flex; align-items: center; gap: 12px; }
.quote .avatar {
    width: 36px; height: 36px; border-radius: 50%; flex: 0 0 auto;
    display: grid; place-items: center; font-family: var(--font-display); font-weight: 700;
    background: rgba(198, 242, 78, .12); color: var(--accent); font-size: 14px;
}
.quote .who b { display: block; font-size: 13.5px; }
.quote .who span { font-family: var(--font-mono); font-size: 10.5px; letter-spacing: .08em; color: var(--faint); text-transform: uppercase; }

/* FAQ */
.faq { max-width: 760px; }
.faq details {
    border: 1px solid var(--line); border-radius: 5px; background: var(--surface);
    margin-bottom: 10px; overflow: hidden;
}
.faq summary {
    cursor: pointer; list-style: none; display: flex; align-items: center; justify-content: space-between;
    padding: 17px 20px; font-weight: 600; font-size: 15px; gap: 14px;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: '+'; font-family: var(--font-mono); color: var(--accent); font-size: 18px; transition: transform .2s; }
.faq details[open] summary::after { transform: rotate(45deg); }
.faq details p { padding: 0 20px 18px; color: var(--muted); font-size: 14px; }

/* final CTA */
.cta-band {
    max-width: 1180px; margin: 0 auto 90px; padding: 0 28px;
}
.cta-band .box {
    border: 1px solid var(--accent); border-radius: 8px; text-align: center;
    padding: 64px 28px; position: relative; overflow: hidden;
    background:
        radial-gradient(500px 200px at 50% 0%, rgba(198, 242, 78, .12), transparent 70%),
        var(--surface);
    box-shadow: 0 0 0 6px rgba(198, 242, 78, .05);
}
.cta-band h2 { font-size: clamp(28px, 4vw, 46px); font-weight: 800; max-width: 22ch; margin: 14px auto 14px; }
.cta-band p { color: var(--muted); max-width: 54ch; margin: 0 auto 30px; }

/* footer v2 */
.l-footer .cols {
    max-width: 1180px; margin: 0 auto; padding: 50px 28px 30px;
    display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 30px;
}
@media (max-width: 800px) { .l-footer .cols { grid-template-columns: 1fr 1fr; } }
.l-footer .cols h4 {
    font-family: var(--font-mono); font-size: 11px; letter-spacing: .18em;
    text-transform: uppercase; color: var(--faint); margin-bottom: 14px;
}
.l-footer .cols a { display: block; color: var(--muted); font-size: 13.5px; padding: 4px 0; transition: color .15s; }
.l-footer .cols a:hover { color: var(--accent); }
.l-footer .about { color: var(--muted); font-size: 13.5px; max-width: 34ch; margin-top: 14px; }
.l-footer .legal {
    border-top: 1px solid var(--line);
}
.l-footer .legal .inner {
    max-width: 1180px; margin: 0 auto; padding: 20px 28px;
    display: flex; align-items: center; justify-content: space-between; gap: 14px; flex-wrap: wrap;
}
