/* ═══════════════════════════════════════════════════════════════════
   Centby landing — compact structure on the site's own dark/gold
   palette. Dark only (no theme switch). Layout uses a slim nav and CTA
   pair, centered restrained hero with
   announcement pill, browser-framed product mockup, quiet trust strip,
   flat bordered cards, alternating band sections, columned footer.
   ═══════════════════════════════════════════════════════════════════ */

@font-face {
    font-family: "Aeonik";
    src: url("/fonts/Aeonik-Regular.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Aeonik";
    src: url("/fonts/Aeonik-Medium.woff2") format("woff2");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Aeonik";
    src: url("/fonts/Aeonik-Light.woff2") format("woff2");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Aeonik";
    src: url("/fonts/Aeonik-Bold.woff2") format("woff2");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

.lp-body {
    --bg: #000;
    --bg-2: #0d0d11;
    --panel: rgba(18, 18, 23, 0.82);
    --panel-solid: #121217;
    --ink: #f7f7f4;
    --muted: #aaa9b2;
    --dim: #6f6d78;
    --line: rgba(255, 255, 255, 0.12);
    --line-strong: rgba(255, 255, 255, 0.22);
    --accent: #f0b866;
    --accent-2: #a690ff; /* Secondary purple for eyebrow labels and accents. */
    --green: #4ade80;
    --red: #f87171;
    --shadow: 0 28px 80px rgba(0, 0, 0, 0.48);
    --radius: 14px;
    --radius-sm: 6px;
    --maxw: 1120px;
    margin: 0;
    background: var(--bg);
    color: var(--ink);
    font-family: "Aeonik", Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    line-height: 1.5;
    overflow-x: clip;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

html:has(> body.lp-body) { background: #000; overflow-x: clip; }
.lp-body a { color: inherit; text-decoration: none; }
.lp-wrap { width: min(var(--maxw), calc(100% - 48px)); margin: 0 auto; }
#features .lp-wrap { width: min(1312px, calc(100% - 48px)); }

.lp-body a:focus-visible,
.lp-body button:focus-visible { outline: 2px solid var(--accent); outline-offset: 3px; }

/* ─── Buttons — compact rectangles ───────────────────────────────── */
.lp-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 40px;
    padding: 0 16px;
    border-radius: var(--radius-sm);
    border: 1px solid transparent;
    font-weight: 600;
    font-size: 0.9rem;
    white-space: nowrap;
    cursor: pointer;
    transition: background 160ms ease, border-color 160ms ease, color 160ms ease, transform 160ms ease;
}
.lp-btn:hover { transform: translateY(-1px); }
.lp-body .lp-btn-primary {
    background: var(--ink);
    color: var(--bg) !important;
    -webkit-text-fill-color: var(--bg);
    border-color: var(--ink);
}
.lp-body .lp-btn-primary:hover {
    background: color-mix(in srgb, var(--ink) 86%, var(--bg));
    border-color: color-mix(in srgb, var(--ink) 86%, var(--bg));
}
.lp-body .lp-btn-ghost {
    background: color-mix(in srgb, var(--panel-solid) 45%, transparent);
    backdrop-filter: blur(14px) saturate(1.2);
    -webkit-backdrop-filter: blur(14px) saturate(1.2);
    border-color: var(--line-strong);
    color: var(--ink) !important;
    -webkit-text-fill-color: var(--ink);
}
.lp-body .lp-btn-ghost:hover { border-color: var(--ink); }
.lp-btn-lg { min-height: 48px; padding: 0 22px; font-size: 0.95rem; }

/* ─── Nav ────────────────────────────────────────────────────────── */
.lp-nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 20;
    /* Solid dark bar, opaque from the top so the hero doesn't
       bleed through (no translucency until scroll). */
    border-bottom: none;
    background: #0a0a0e;
    /* Ease the top-to-grey scroll shift instead of snapping. */
    transition: background-color 0.4s ease-in-out, box-shadow 0.4s ease-in-out;
    font-family: "Aeonik", Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-synthesis-weight: none;
}
.lp-nav.is-stuck {
    /* Scrolled state lightens into grey (nav #111, top strip #242424),
       so the bar reads as a distinct surface floating over the page. */
    background: #1a1a1d;
}
/* ─── Desktop navigation ─────────────────────────────────────────────
   Compact navigation measurements. .GDvTA = <nav>, .fvWUAt = inner
   row, .kuWjNA = logo, .eVkWsl = menubar, .lkAofh = actions. */
.GDvTA {
    position: relative;
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 100%;
    margin: auto;
    padding: 0;
    background-color: rgb(17, 17, 17);
    transition: background-color 0.2s, border-radius 0.2s;
}
.GDvTA:hover { background-color: rgb(17, 17, 17); border-radius: 0 0 16px 16px; }
.fvWUAt {
    position: relative;
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 1440px;
    min-height: 64px;
    margin: auto;
    padding: 0 64px;
    box-sizing: border-box;
    background-color: rgb(17, 17, 17);
    transition: background-color 0.2s, border-radius 0.2s;
}
.fvWUAt:hover { background-color: rgb(17, 17, 17); border-radius: 0 0 16px 16px; }
.kuWjNA { display: flex; align-items: center; }
.eVkWsl {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
    list-style: none;
    line-height: 24px;
}
.eVkWsl li { display: flex; }
.lkAofh { display: flex; align-items: center; }

@media screen and (min-width: 1200px) {
    .bbQQEs.bbQQEs.bbQQEs {
        padding: 8px 24px;
    }
}

.bbQQEs.bbQQEs.bbQQEs {
    margin-right: 16px;
    letter-spacing: 0.32px;
    white-space: nowrap;
    /* Fully locked dimensions — no responsive scaling. min/max pin the box
       against every other rule (width:100%, fit-content, the ≥1200px padding
       change) so the button is exactly 120×40 at any viewport. */
    box-sizing: border-box;
    flex: 0 0 auto;
    width: 100px;
    min-width: 100px;
    max-width: 100px;
    height: 40px;
    min-height: 40px;
    max-height: 40px;
    padding: 0 20px;
}

@media screen and (min-width: 900px) {
    .frejTe {
        width: fit-content;
    }
}

.frejTe {
    margin: 0;
    margin-right: 0;
    box-sizing: border-box;
    align-items: center;
    background: linear-gradient(26deg, rgba(255, 255, 255, 0.15) -32.04%, rgba(255, 255, 255, 0) 133.43%);
    border-radius: 6px;
    color: rgb(255, 254, 250);
    display: flex;
    font-size: 16px;
    line-height: 24px;
    justify-content: center;
    padding: 12px 32px;
    width: 100%;
    position: relative;
    z-index: 2;
    height: fit-content;
    text-decoration: none;
    /* Only animate the visual (hover) properties — never width/padding.
       Transitioning `all` made the button animate its own resize whenever the
       content box reflowed (e.g. the Aeonik web font swapping in on load). */
    transition: background 0.4s ease-in-out, color 0.4s ease-in-out,
        border-color 0.4s ease-in-out, box-shadow 0.4s ease-in-out;
    font-family: "Aeonik", Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-style: normal;
    font-weight: 500;
    overflow: hidden;
    border: medium;
}

.lkAofh .frejTe {
    color: rgb(255, 254, 250);
}

.lp-auth-cta-row .frejTe {
    color: rgb(255, 254, 250);
    -webkit-text-fill-color: rgb(255, 254, 250);
    white-space: nowrap;
}

[role="button"] {
    cursor: pointer;
}

.frejTe::before {
    content: "";
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    display: inline-block;
    background: radial-gradient(72.18% 56.98% at 50% 100%, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%), radial-gradient(100.79% 100% at 50% 0%, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 100%), linear-gradient(26deg, rgba(255, 255, 255, 0.08) -32.04%, rgba(255, 255, 255, 0) 133.43%);
    opacity: 0;
    position: absolute;
    transition: all 0.4s ease-in-out;
}

.frejTe:hover::before,
.frejTe:focus-visible::before {
    opacity: 1;
}

.frejTe span {
    position: relative;
    z-index: 10;
}

.frejTe::after {
    content: "";
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    display: inline-block;
    position: absolute;
    border-radius: 6px;
    padding: 1.5px;
    z-index: 800;
    background: linear-gradient(29.98deg, rgba(255, 254, 250, 0.7) 23.72%, rgba(255, 254, 250, 0) 107.71%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    -webkit-mask-composite: exclude;
    mask-composite: exclude;
    transition: all 0.4s ease-in-out;
}

.frejTe:active::after {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), linear-gradient(29.98deg, rgba(255, 254, 250, 0.7) 23.72%, rgba(255, 254, 250, 0) 107.71%);
}

.frejTe:hover::after {
    background: linear-gradient(29.98deg, rgba(255, 254, 250, 0.8) 23.72%, rgba(255, 254, 250, 0) 107.71%);
}

.lp-brand,
.lp-footer-brand {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-family: "Aeonik", Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-synthesis-weight: none;
    font-weight: 500;
    letter-spacing: 0.08em;
    font-size: 0.82rem;
}
/* Wordmark uses Aeonik directly
   directly (Medium is the heaviest weight shipped here). Lowercase, tightly
   with a tightly tracked geometric sans treatment. */
.lp-brand span,
.lp-footer-brand span {
    font-family: "Aeonik", Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-synthesis-weight: none;
    font-weight: 500;
    font-size: 1.5rem;
    letter-spacing: -0.01em;
    text-transform: lowercase;
    line-height: 1;
}
.lp-logo { display: block; border-radius: 6px; }
.lp-nav-links {
    display: flex;
    align-items: center;
    gap: 0;
}
.lp-nav-actions { display: flex; align-items: center; gap: 0; }
/* Scoped past `.lp-body a { color: inherit }` (0,1,1) so the near-white
   actually wins on the nav links. */
.lp-nav-links .lp-navlink {
    display: inline-flex;
    align-items: center;
    padding: 16px 18px;
    border-radius: var(--radius-sm);
    color: rgb(255, 254, 250);
    font-family: "Aeonik", Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-synthesis-weight: none;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.2px;
    transition: color 140ms ease, background 140ms ease;
}
.lp-navlink:hover { color: var(--ink); background: color-mix(in srgb, var(--panel-solid) 60%, transparent); }

/* Header action buttons match the hero CTA pair:
   Aeonik 500, 16px, 6px radius, 12×32 padding, slow 0.4s ease-in-out fade
   with a slow curve for a smooth fade. */
.lp-nav-actions .lp-btn,
.lkAofh .lp-btn {
    font-family: "Aeonik", Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-synthesis-weight: none;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.32px;
    min-height: 0;
    padding: 8px 24px;
    border-radius: 6px;
    transition: background-color 0.4s ease-in-out, border-color 0.4s ease-in-out, color 0.4s ease-in-out;
}
/* Header buttons cross-fade instead of hopping on hover. */
.lp-nav-actions .lp-btn:hover,
.lkAofh .lp-btn:hover { transform: none; }

/* Keep the filled "Get started" cohesive with a matching lift shadow. */
.lp-nav-actions .lp-btn-primary,
.lkAofh .lp-btn-primary {
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.06), 0 4px 6px rgba(0, 0, 0, 0.28);
}
/* Nav "Get started" — locked, tighter width to match the Sign in button. */
.lkAofh .lp-btn-primary {
    box-sizing: border-box;
    flex: 0 0 auto;
    width: 128px;
    min-width: 128px;
    max-width: 128px;
    height: 40px;
    min-height: 40px;
    max-height: 40px;
    padding: 0 20px;
}

/* ─── Hero ───────────────────────────────────────────────────────── */
.lp-hero {
    position: relative;
    isolation: isolate;
    /* Fixed nav overlays this section so the video/hero color sits behind it. */
    min-height: 100vh;
    min-height: 100svh;
    display: grid;
    align-items: center;
    padding: clamp(88px, 11vw, 150px) 0 clamp(72px, 8vw, 110px);
    overflow: hidden;
    /* Gradient seam that fades in at the edges, plus a
       soft blurred glow (see ::after) sitting on top of it. */
    border-bottom: 1px solid transparent;
    border-image: linear-gradient(90deg,
        rgba(0, 0, 0, 0) 0%,
        rgba(240, 184, 102, 0.9) 43%,
        rgba(255, 220, 160, 1) 54%,
        rgba(0, 0, 0, 0) 100%
    ) 1;
}
/* Ambient background video. */
.lp-hero-video {
    position: absolute;
    inset: 0;
    z-index: -3;
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
    background: var(--bg);
    /* Decorative background — let right-clicks/clicks pass through to the page
       so the browser shows the normal page menu, not the <video> menu. */
    pointer-events: none;
}
/* Vignette over the video: keeps the copy readable and fades the hero
   into the page background at the bottom. */
.lp-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -2;
    background:
        radial-gradient(circle at 50% 34%, transparent 0%, color-mix(in srgb, var(--bg) 30%, transparent) 55%, var(--bg) 100%),
        linear-gradient(180deg, color-mix(in srgb, var(--bg) 30%, transparent) 0%, transparent 28%, var(--bg) 100%);
    pointer-events: none;
}
.lp-hero-inner {
    max-width: 860px;
    display: grid;
    justify-items: center;
    text-align: center;
    gap: 0;
    transform: translateY(clamp(-56px, -6vh, -28px));
}
.lp-pill {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-height: 34px;
    padding: 0 14px 0 5px;
    border: 1px solid var(--line);
    border-radius: 999px;
    background: color-mix(in srgb, var(--panel-solid) 55%, transparent);
    backdrop-filter: blur(14px) saturate(1.2);
    -webkit-backdrop-filter: blur(14px) saturate(1.2);
    color: var(--muted);
    font-size: 0.82rem;
    font-weight: 500;
    transition: border-color 160ms ease, color 160ms ease;
}
.lp-pill:hover { border-color: var(--line-strong); color: var(--ink); }
.lp-pill-tag {
    display: inline-flex;
    align-items: center;
    min-height: 24px;
    padding: 0 10px;
    border-radius: 999px;
    background: color-mix(in srgb, var(--accent) 16%, transparent);
    color: var(--accent);
    font-family: "Geist Mono", ui-monospace, monospace;
    font-size: 0.68rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}
.lp-title {
    margin: 26px 0 0;
    max-width: 17ch;
    font-size: clamp(2.6rem, 5.6vw, 4.25rem);
    line-height: 1.06;
    letter-spacing: -0.035em;
    font-weight: 700;
}
.lp-title em {
    font-style: normal;
    color: var(--accent);
}
.lp-cta-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin-top: 34px;
}
.lp-auth-cta-row {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-top: 20px;
}
@media screen and (min-width: 900px) {
    .lp-auth-cta-row {
        flex-direction: row;
        justify-content: center;
        gap: 32px;
    }
}
.lp-hero .lp-btn-lg {
    min-height: 0;
    padding: 12px 32px;
    border-radius: 6px;
    font-family: Aeonik, Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0;
}
.lp-hero .lp-btn:hover {
    transform: none;
}
.lp-auth-primary {
    display: flex;
    width: 100%;
    height: fit-content;
    min-width: 0;
    margin: 0;
    align-items: center;
    justify-content: center;
    padding: 12px 32px;
    position: relative;
    z-index: 2;
    overflow: hidden;
    border-width: 0;
    border-radius: 6px;
    border-style: solid;
    text-decoration: none;
    transition: 0.4s ease-in-out;
    font-family: Aeonik, Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    white-space: nowrap;
    background:
        linear-gradient(0deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0.4) 100%),
        radial-gradient(123.72% 71.29% at 7.15% 100%, #fff 0%, rgba(255, 255, 255, 0) 100%),
        radial-gradient(234.4% 144.94% at 84.62% 0%, #fff 0%, rgba(255, 255, 255, 0) 100%),
        linear-gradient(26deg, rgba(255, 255, 255, 0.17) -32.04%, rgba(255, 255, 255, 0) 133.43%);
    color: #000 !important;
    -webkit-text-fill-color: #000;
    box-shadow:
        rgba(255, 255, 255, 0.48) 0 -16px 24px 0 inset,
        rgba(0, 0, 0, 0.25) 0 4px 4px 0;
}
.lp-auth-primary::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    display: inline-block;
    width: 100%;
    height: 100%;
    background:
        linear-gradient(0deg, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0.7) 100%),
        radial-gradient(120.32% 83.76% at 50% 100%, #fff 0%, rgba(255, 255, 255, 0) 100%),
        radial-gradient(47.47% 14.92% at 50% 0%, #fff 0%, rgba(255, 255, 255, 0) 100%),
        radial-gradient(67.49% 95.06% at 50% 15.5%, #fff 0%, rgba(255, 255, 255, 0.36) 100%),
        radial-gradient(33.16% 50% at 50% 0%, #fff 0%, rgba(255, 255, 255, 0) 100%);
    opacity: 0;
    transition: 0.4s ease-in-out;
}
.lp-auth-primary span {
    position: relative;
    z-index: 3;
}
.lp-auth-primary:hover {
    border-color: transparent;
    background:
        linear-gradient(0deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0.4) 100%),
        radial-gradient(123.72% 71.29% at 7.15% 100%, #fff 0%, rgba(255, 255, 255, 0) 100%),
        radial-gradient(234.4% 144.94% at 84.62% 0%, #fff 0%, rgba(255, 255, 255, 0) 100%),
        linear-gradient(26deg, rgba(255, 255, 255, 0.17) -32.04%, rgba(255, 255, 255, 0) 133.43%);
}
.lp-auth-primary:hover::before {
    opacity: 1;
}
@media screen and (min-width: 900px) {
    .lp-auth-primary {
        width: fit-content;
    }
}

@media screen and (min-width: 900px) {
    .lp-auth-primary,
    .lp-auth-cta-row .frejTe {
        width: max-content;
        flex-shrink: 0;
    }
}
/* Content-size the CTA buttons at every width so a given button (e.g.
   "Open dashboard") renders identically in the hero and the final CTA — its
   width no longer stretches to match a longer neighbour, so its gradient rim
   looks the same in both places. */
.lp-auth-cta-row .lp-auth-primary,
.lp-auth-cta-row .frejTe {
    width: fit-content;
}
/* ─── Sections ───────────────────────────────────────────────────── */
.lp-section {
    width: 100%;
    max-width: 100vw;
    padding: clamp(96px, 11vw, 136px) 0;
    overflow-x: clip;
    scroll-margin-top: 84px;
}
.lp-section-head {
    max-width: 620px;
    margin: 0 auto 44px;
    text-align: center;
}
/* Section emblem (aperture logo). landing.js drives a scroll-linked spin: as
   the section scrolls up into view the aperture rotates and scales open. The
   transform/opacity are set inline from JS (see apertureScrollSpin). */
.lp-section-emblem {
    display: flex;
    justify-content: center;
    margin: 0 0 22px;
}
.lp-aperture {
    display: block;
    width: 140px;
    height: 140px;
    overflow: visible; /* blades fly outside the 100×100 box mid-animation */
}
/* Each blade rotates/translates about the shared aperture centre (50,50). */
.lp-blade {
    transform-box: view-box;
    transform-origin: 50px 50px;
    will-change: transform, opacity;
}
.lp-section-head-left {
    margin: 0 0 32px;
    text-align: left;
}
.lp-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--accent);
    font-family: "Geist Mono", ui-monospace, SFMono-Regular, monospace;
    font-size: 0.76rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}
.lp-h2 {
    margin: 14px 0 0;
    font-size: clamp(1.9rem, 3.6vw, 2.75rem);
    line-height: 1.12;
    letter-spacing: -0.025em;
    font-weight: 700;
}
.lp-section-copy {
    margin: 16px auto 0;
    max-width: 34rem;
    color: var(--muted);
    font-size: 1.02rem;
}
.lp-section-head-left .lp-section-copy { margin-left: 0; }

/* ─── Feature cards ──────────────────────────────────────────────── */
.lp-feature-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}
/* Resource card: pure-black cover, glassy outline, and frosted body. */
.lp-feature {
    display: flex;
    flex-direction: column;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: var(--radius);
    background: #000;
    overflow: hidden;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
    transition: border-color 160ms ease, transform 160ms ease, box-shadow 160ms ease;
}
.lp-feature:hover {
    border-color: rgba(255, 255, 255, 0.16);
    transform: translateY(-3px);
    box-shadow: var(--shadow), inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

/* Thumbnail — pure black cover, icon as the focal graphic. */
.lp-feature-thumb {
    position: relative;
    height: 116px;
    display: grid;
    place-items: center;
    overflow: hidden;
    background: #000;
}
.lp-feature-thumb::before {
    content: "";
    position: absolute;
    inset: 0;
    background: #000;
}

/* Glassy icon chip floating on the cover. */
.lp-feature-icon {
    position: relative;
    width: 44px;
    height: 44px;
    display: inline-grid;
    place-items: center;
    border-radius: 12px;
    border: 1px solid color-mix(in srgb, var(--accent) 32%, transparent);
    background: color-mix(in srgb, #101014 60%, transparent);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    color: var(--accent);
    box-shadow: 0 8px 20px -8px rgba(0, 0, 0, 0.6);
}
.lp-feature-icon svg { width: 22px; height: 22px; }

/* Frosted glass panel overlapping the cover — a faintly lighter tint over
   the black so the glass reads, with a luminous top rim. */
.lp-feature-body {
    position: relative;
    z-index: 1;
    margin-top: -34px;
    display: flex;
    flex-direction: column;
    gap: 7px;
    padding: 26px 18px 20px;
    border-top: 1px solid color-mix(in srgb, #ffffff 12%, transparent);
    border-radius: 16px 16px 0 0;
    background: color-mix(in srgb, #17171d 55%, transparent);
    backdrop-filter: blur(28px) saturate(1.4);
    -webkit-backdrop-filter: blur(28px) saturate(1.4);
    box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.07);
}
.lp-feature-cat {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: var(--accent);
    font-family: "Geist Mono", ui-monospace, monospace;
    font-size: 0.7rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.12em;
}
.lp-feature h3 {
    margin: 0;
    font-size: 1.12rem;
    line-height: 1.25;
    letter-spacing: -0.02em;
}
.lp-feature p { margin: 0; color: var(--muted); font-size: 0.9rem; }

/* Resource cards for the feature grid. */
.lp-feature-grid {
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 304px), 304px));
    justify-content: center;
    gap: 32px;
    justify-items: center;
}
.lp-feature {
    position: relative;
    display: block;
    width: min(100%, 304px);
    min-width: 0;
    height: 400px;
    min-height: 400px;
    padding: 32px;
    border: 0;
    border-radius: 16px;
    background: #000;
    overflow: hidden;
    text-decoration: none;
    box-shadow: none;
    transition: transform 0.2s ease-in-out;
}
.lp-feature::before {
    content: none;
}
.lp-feature::after {
    content: "";
    position: absolute;
    z-index: 1;
    inset: 0;
    pointer-events: none;
    background: none;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 16px;
    overflow: hidden;
    clip-path: inset(0 0 3px 0 round 16px 16px 0 0);
    transition: 0.2s ease-in-out;
    box-shadow:
        rgba(255, 255, 255, 0.12) -1px 0 0 0 inset,
        rgb(255, 255, 255) -2px -2px 2px -3px inset,
        rgba(255, 255, 255, 0.24) 0 1px 0 0 inset,
        rgba(255, 255, 255, 0.16) 1px 0 0 0 inset,
        rgb(255, 255, 255) 4px 4px 1px -5px inset,
        rgba(0, 0, 0, 0.01) 0 0 0 2px inset;
}
.lp-feature:hover {
    border-color: transparent;
    transform: none;
    box-shadow: none;
}
.lp-feature-thumb {
    position: absolute;
    z-index: 0;
    inset: 0;
    height: auto;
    display: block;
    padding: 0;
    background: #000;
}
.lp-feature-thumb::before {
    background: none;
    opacity: 0;
}
.lp-feature-preview {
    position: relative;
    width: min(100%, 232px);
    height: 246px;
    padding: 20px 18px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 8px;
    background: #000;
    box-shadow:
        0 24px 60px rgba(0, 0, 0, 0.5),
        inset 0 1px 0 rgba(255, 255, 255, 0.07);
    overflow: hidden;
}
.lp-feature-preview::before {
    content: "";
    position: absolute;
    inset: auto 16px 18px;
    height: 92px;
    border-radius: 14px 14px 0 0;
    background:
        linear-gradient(90deg, rgba(122, 69, 255, 0.9), rgba(240, 184, 102, 0.48)),
        linear-gradient(135deg, #34228d, #141419);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
}
.lp-feature-preview::after {
    content: "";
    position: absolute;
    left: 46px;
    right: 34px;
    bottom: 42px;
    height: 1px;
    background: rgba(255, 255, 255, 0.22);
    transform: rotate(-55deg);
    transform-origin: center;
    box-shadow:
        42px 8px 0 rgba(120, 228, 202, 0.45),
        88px 18px 0 rgba(122, 69, 255, 0.5);
}
.lp-preview-label,
.lp-preview-title {
    position: relative;
    z-index: 1;
    display: block;
}
.lp-preview-label {
    color: rgba(255, 255, 255, 0.72);
    font-family: "Geist Mono", ui-monospace, monospace;
    font-size: 0.44rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}
.lp-preview-title {
    max-width: 14ch;
    margin-top: 8px;
    color: #fff;
    font-size: 0.84rem;
    font-weight: 650;
    line-height: 1.12;
    letter-spacing: -0.02em;
}
.lp-preview-art {
    position: absolute;
    right: 18px;
    top: 24px;
    width: 44px;
    height: 8px;
    border-radius: 99px;
    background: rgba(255, 255, 255, 0.22);
}
.lp-preview-art::before,
.lp-preview-art::after {
    content: "";
    position: absolute;
    right: 0;
    top: 14px;
    height: 8px;
    border-radius: inherit;
    background: rgba(255, 255, 255, 0.12);
}
.lp-preview-art::before { width: 58px; }
.lp-preview-art::after { width: 32px; top: 28px; }
.lp-feature[data-art="hardware"] .lp-feature-preview::before {
    background:
        radial-gradient(circle at 68% 35%, rgba(240, 184, 102, 0.58), transparent 23%),
        linear-gradient(135deg, rgba(72, 41, 180, 0.95), rgba(20, 20, 25, 0.96) 70%);
}
.lp-feature[data-art="hardware"] .lp-feature-preview::after {
    left: 34px;
    right: 28px;
    bottom: 54px;
    height: 54px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 18px;
    background: rgba(0, 0, 0, 0.26);
    transform: none;
    box-shadow: inset 42px 0 0 rgba(122, 69, 255, 0.34);
}
.lp-feature[data-art="protection"] .lp-feature-preview::before {
    left: 18px;
    right: 18px;
    bottom: 16px;
    height: 122px;
    border-radius: 16px;
    background:
        linear-gradient(114deg, transparent 0 18%, rgba(154, 233, 211, 0.84) 19% 33%, transparent 34%),
        linear-gradient(128deg, transparent 0 34%, rgba(77, 96, 255, 0.9) 35% 61%, transparent 62%),
        linear-gradient(140deg, transparent 0 66%, rgba(240, 184, 102, 0.72) 67% 86%, transparent 87%);
}
.lp-feature[data-art="protection"] .lp-feature-preview::after {
    inset: auto 28px 38px;
    width: auto;
    height: 58px;
    border-radius: 12px;
    background: rgba(0, 0, 0, 0.32);
    transform: none;
    box-shadow: none;
}
.lp-feature[data-art="portal"] .lp-feature-preview::before {
    height: 98px;
    background:
        linear-gradient(90deg, rgba(122, 69, 255, 0.92), rgba(116, 224, 200, 0.42)),
        linear-gradient(135deg, #2a1b77, #15151a);
}
.lp-feature[data-art="portal"] .lp-feature-preview::after {
    left: 38px;
    right: 24px;
    bottom: 26px;
    height: 108px;
    border-radius: 18px 18px 0 0;
    background:
        linear-gradient(90deg, transparent 0 28%, rgba(101, 74, 255, 0.72) 29% 30%, transparent 31% 63%, rgba(80, 226, 196, 0.62) 64% 65%, transparent 66%),
        rgba(255, 255, 255, 0.1);
    transform: none;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
}
.lp-feature-body {
    position: absolute;
    z-index: 2;
    left: 0;
    bottom: -2px;
    width: 100%;
    height: 100%;
    max-height: 178px;
    padding: 24px;
    border: 1px solid transparent;
    border-radius: 16px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    gap: 16px;
    background: linear-gradient(178deg, rgba(96, 96, 96, 0.45) -23.91%, rgba(25, 25, 25, 0.45) 25.39%, rgba(50, 53, 62, 0.24) 101.14%, rgba(182, 202, 255, 0.2) 107.89%);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    box-shadow: rgba(0, 0, 0, 0.16) 0 -4px 40px 0;
    transition: max-height 0.65s ease-in-out;
}
.lp-feature-body::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    background: none;
    transition: background 0.2s linear;
}
.lp-feature-body::after {
    content: "";
    position: absolute;
    z-index: 0;
    inset: 0;
    border-radius: 16px;
    padding: 1px;
    pointer-events: none;
    background: none;
    -webkit-mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
}
.lp-feature-body > * {
    position: relative;
    z-index: 1;
}
.lp-feature-cat {
    grid-area: type;
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
    gap: 8px;
    margin: 0;
    padding: 0;
    color: rgb(255, 255, 255);
    font-family: "Aeonik Mono", "Geist Mono", ui-monospace, monospace;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.lp-feature-cat-icon,
.lp-feature-cat svg {
    flex: 0 0 auto;
    width: 18px;
    height: 18px;
    display: block;
    padding: 0;
    color: #fff;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.9;
    transform: translateY(-1px);
}
.lp-feature-cat svg rect { fill: none; }
.lp-feature h3 {
    grid-area: title;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    min-height: 84px;
    margin: 0;
    padding: 0;
    overflow: hidden;
    color: rgb(255, 254, 250);
    font-family: Aeonik, Inter, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: 0;
    text-overflow: ellipsis;
    transition: 0.5s ease-in-out;
}
.lp-feature p {
    margin: -8px 0 0;
    font-size: 0.92rem;
    line-height: 1.45;
}

/* ─── Workflow band ──────────────────────────────────────────────── */
.lp-band {
    background: #000;
}
.lp-workflow {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(360px, 1fr);
    gap: clamp(36px, 5vw, 64px);
    align-items: start;
}
.lp-tech-marquee {
    position: relative;
    width: min(100%, 460px);
    margin-top: 48px;
    overflow: hidden;
    color: rgba(255, 255, 255, 0.72);
    -webkit-mask-image: linear-gradient(90deg, transparent, #000 12%, #000 88%, transparent);
    mask-image: linear-gradient(90deg, transparent, #000 12%, #000 88%, transparent);
}
.lp-tech-track {
    display: flex;
    align-items: center;
    width: max-content;
    gap: 42px;
    animation: lp-tech-marquee 22s linear infinite;
}
.lp-tech-logo {
    flex: 0 0 auto;
    display: inline-grid;
    place-items: center;
    width: 38px;
    height: 38px;
    color: currentColor;
    opacity: 0.86;
}
.lp-tech-logo img {
    display: block;
    width: 32px;
    height: 32px;
    filter: invert(1);
    object-fit: contain;
}
@keyframes lp-tech-marquee {
    from { transform: translateX(-50%); }
    to { transform: translateX(0); }
}
.lp-steps { display: grid; }
.lp-step {
    display: grid;
    grid-template-columns: 44px 1fr;
    column-gap: 14px;
    row-gap: 4px;
    padding: 18px 0;
    border-bottom: 1px solid var(--line);
}
.lp-step:last-child { border-bottom: 0; }
.lp-step span {
    grid-row: 1 / span 2;
    color: var(--accent);
    font-family: "Geist Mono", ui-monospace, monospace;
    font-weight: 700;
    font-size: 0.82rem;
    padding-top: 3px;
}
.lp-step h3 { margin: 0; font-size: 1rem; letter-spacing: -0.01em; }
.lp-step p { margin: 0; color: var(--muted); font-size: 0.92rem; }

.lp-workflow-code {
    display: grid;
    align-self: center;
}
.lp-sdk-strip {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: clamp(18px, 3vw, 34px);
}
.lp-sdk-strip button {
    min-height: 52px;
    display: inline-flex;
    align-items: center;
    padding: 0;
    border: 0;
    background: transparent;
    color: rgba(255, 254, 250, 0.58);
    font-family: "Geist Mono", ui-monospace, monospace;
    font-size: 0.82rem;
    font-weight: 500;
    cursor: pointer;
    transition: color 160ms ease, opacity 160ms ease;
}
.lp-sdk-strip button:hover {
    color: var(--ink);
}
.lp-sdk-strip button.is-active {
    color: rgb(255, 254, 250);
    font-weight: 700;
}
.lp-code-window {
    position: relative;
    border: 1px solid transparent;
    border-radius: 12px;
    background:
        linear-gradient(#1a1a1a, #1a1a1a) padding-box,
        linear-gradient(135deg, rgba(240, 184, 102, 0.92) 0%, rgba(255, 242, 205, 0.72) 45%, rgba(191, 126, 36, 0.84) 100%) border-box;
    box-shadow:
        rgba(255, 255, 255, 0.12) 0 1px 0 0 inset,
        rgba(0, 0, 0, 0.42) 0 24px 80px -34px;
    overflow: hidden;
}
.lp-code-window::before {
    content: none;
}
.lp-code-top {
    position: relative;
    z-index: 1;
    min-height: 54px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 0 18px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    background: #111;
}
.lp-code-copy {
    flex: 0 0 auto;
    width: 34px;
    height: 34px;
    display: inline-grid;
    place-items: center;
    border: 0;
    border-radius: 8px;
    background: transparent;
    color: rgba(255, 254, 250, 0.58);
    cursor: pointer;
    transition: color 160ms ease, background 160ms ease;
}
.lp-code-copy:hover,
.lp-code-copy.is-copied {
    color: rgb(255, 254, 250);
    background: rgba(255, 255, 255, 0.07);
}
.lp-code-copy svg {
    width: 18px;
    height: 18px;
}
.lp-code-window pre {
    position: relative;
    margin: 0;
    min-height: 320px;
    padding: 28px 34px 34px;
    color: #efeff5;
    font-family: "Geist Mono", ui-monospace, monospace;
    font-size: 0.95rem;
    line-height: 1.85;
    overflow-x: auto;
}
.c-kw { color: #9db4ff; }
.c-fn { color: #7fd6b6; }
.c-str { color: var(--accent); }

/* ─── Security / use cases — accordion of glass cards ────────────────
   Each use case is its own glassmorphic card with an inset box-shadow edge
   recipe, rem→px at their 62.5% root). Clicking a card's header drops its
   body open. */
.lp-accordion {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.lp-accord-card {
    position: relative;
    border-radius: 20px;
    background: rgba(23, 23, 23, 0.3);
    box-shadow:
        rgba(255, 255, 255, 0.12) -1px 0 0 0 inset,
        rgba(255, 255, 255, 0.12) 0 -1px 0 0 inset,
        rgb(255, 255, 255) -2px -2px 2px -3px inset,
        rgba(255, 255, 255, 0.24) 0 1px 0 0 inset,
        rgba(255, 255, 255, 0.16) 1px 0 0 0 inset,
        rgb(255, 255, 255) 4px 4px 1px -5px inset,
        rgba(0, 0, 0, 0.01) 0 0 0 2px inset;
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    transition: background 0.3s ease, transform 0.4s cubic-bezier(.22, .61, .36, 1);
}
/* Open state: lift the card slightly and add an outer glow via ::before so the
   existing 7 inset glass shadows aren't disturbed. */
.lp-accord-card::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    box-shadow: 0 22px 44px -18px rgba(0, 0, 0, 0.6);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.4s ease;
    z-index: -1;
}
.lp-accord-card.is-open {
    background: rgba(31, 31, 36, 0.42);
    transform: translateY(-2px);
}
.lp-accord-card.is-open::before { opacity: 1; }

.lp-accord-head {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: clamp(20px, 2.4vw, 28px) clamp(20px, 3vw, 34px);
    border: 0;
    background: transparent;
    color: var(--ink);
    text-align: left;
    cursor: pointer;
    font-family: inherit;
}
.lp-accord-headings { display: flex; flex-direction: column; gap: 9px; min-width: 0; }
.lp-accord-label {
    color: var(--accent);
    font-family: "Geist Mono", ui-monospace, monospace;
    font-size: 0.78rem;
    font-weight: 500;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}
.lp-accord-tag {
    max-width: 34ch;
    /* Large, light Aeonik Regular treatment. */
    font-size: clamp(1.2rem, 1.9vw, 1.6rem);
    font-weight: 400;
    line-height: 1.18;
    letter-spacing: -0.02em;
    font-synthesis-weight: none;
}
.lp-accord-chevron {
    flex: 0 0 auto;
    color: var(--muted);
    transition: transform 0.35s cubic-bezier(0.22, 0.61, 0.36, 1), color 0.2s ease;
}
.lp-accord-card.is-open .lp-accord-chevron { transform: rotate(180deg); color: var(--ink); }

/* Collapsible body — the grid 0fr→1fr trick animates height with no fixed
   max-height to guess, and stays smooth at any content length. */
.lp-accord-body {
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.lp-accord-card.is-open .lp-accord-body { grid-template-rows: 1fr; }
.lp-accord-body-inner { min-height: 0; overflow: hidden; }
/* Two-column open state: feature rows on the left, themed preview on the right.
   Falls back to a single stacked column below 900px. */
.lp-accord-body-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: clamp(20px, 3vw, 44px);
    padding: 0 clamp(20px, 3vw, 34px) clamp(8px, 1.5vw, 16px);
}
@media (min-width: 900px) {
    .lp-accord-body-grid {
        grid-template-columns: minmax(0, 1fr) minmax(260px, 380px);
        align-items: start;
    }
}
.lp-accord-body-grid .lp-security-list { margin: 0; padding: 0; }
.lp-accord-body .lp-security-row:last-child { border-bottom: 0; }

/* ─── Card preview panels ──────────────────────────────────────────
   Themed "product mockups" that fill the right column of each open
   card so the section stops feeling flat. Common frame + variant body. */
.lp-accord-preview {
    position: relative;
    padding: 20px 22px 22px;
    border-radius: 14px;
    background: linear-gradient(180deg, rgba(26, 26, 32, 0.7), rgba(14, 14, 18, 0.72));
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.08),
        inset 0 0 0 1px rgba(255, 255, 255, 0.06),
        0 22px 40px -22px rgba(0, 0, 0, 0.55);
    font-family: inherit;
    color: var(--ink);
    /* Sit slightly higher than the list so it feels like a separate object. */
    margin-top: 4px;
    /* Match the row entrance stagger — this fades in with the rows. */
    opacity: 0;
    transform: translateY(10px);
    transition: opacity 0.5s ease, transform 0.55s cubic-bezier(.22, .61, .36, 1);
}
.lp-accord-card.is-open .lp-accord-preview {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 220ms;
}
.lp-preview-topbar {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 14px;
}
.lp-preview-dot {
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: var(--accent);
    box-shadow: 0 0 10px rgba(240, 184, 102, 0.65);
}
.lp-preview-title {
    color: rgba(255, 254, 250, 0.72);
    font-family: "Geist Mono", ui-monospace, monospace;
    font-size: 0.76rem;
    letter-spacing: 0.06em;
}
.lp-preview-eyebrow {
    color: var(--accent);
    font-family: "Geist Mono", ui-monospace, monospace;
    font-size: 0.72rem;
    font-weight: 500;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

/* ─── Desktop card — rich layered UI mock ────────────────────────────
   A tall preview panel with a phone-shaped activation mock in the middle,
   a platform-tile strip floating top-right, an HWID disc floating right,
   and a protection-toggles card floating bottom-left. Palette matches the
   site's gold accent; every surface uses backdrop-filter blur so glass
   reads as glass. */
.lp-preview-desktop-rich {
    position: relative;
    padding: 24px 8px;
    min-height: 0;
    background: transparent;
    border-radius: 0;
    box-shadow: none;
    overflow: visible;
    /* Stack the phone mock and the toggles card vertically. */
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 18px;
}

/* Platform strip — 2×2 tile grid floating top-right */
.lp-mock-platforms {
    position: absolute;
    top: 22px;
    right: 22px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 6px;
    z-index: 3;
}
.lp-mock-platform {
    width: 34px;
    height: 34px;
    display: inline-grid;
    place-items: center;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    background: rgba(255, 255, 255, 0.05);
    color: rgba(255, 254, 250, 0.55);
    cursor: pointer;
    transition: border-color 160ms ease, color 160ms ease, background 160ms ease;
}
.lp-mock-platform:hover { color: var(--ink); border-color: rgba(255, 255, 255, 0.32); }
.lp-mock-platform.is-active {
    color: var(--ink);
    border-color: rgba(240, 184, 102, 0.55);
    background: rgba(240, 184, 102, 0.14);
    box-shadow: 0 0 0 1px rgba(240, 184, 102, 0.22), 0 8px 22px -10px rgba(240, 184, 102, 0.6);
}

/* Main phone-shaped mock window — glassy but light on blur so text stays crisp. */
.lp-mock-window {
    position: relative;
    width: 100%;
    max-width: 260px;
    margin: 0 auto;
    align-self: center;
    padding: 22px 20px 24px;
    border-radius: 20px;
    background: rgba(24, 22, 20, 0.55);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.14),
        inset 2px 2px 2px -2px rgba(255, 255, 255, 0.28),
        0 24px 60px -20px rgba(0, 0, 0, 0.7);
    display: flex;
    flex-direction: column;
    gap: 14px;
    z-index: 1;
    font-family: "Aeonik", Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
/* Gold gradient border with dark mid-section — bright gold at top-left, dims
   through dark bronze in the middle, then flares back to gold at bottom-right
   so the border reads metallic instead of a uniform bright ring. */
.lp-mock-window::after,
.lp-mock-toggles::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    padding: 1px;
    background: linear-gradient(135deg,
        rgba(255, 235, 190, 0.95) 0%,
        rgba(240, 184, 102, 0.9) 22%,
        rgba(8, 6, 4, 0.95) 38%,
        rgba(8, 6, 4, 0.95) 62%,
        rgba(240, 184, 102, 0.9) 78%,
        rgba(255, 220, 160, 0.95) 100%);
    -webkit-mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
}
.lp-mock-logo {
    align-self: center;
    display: grid;
    place-items: center;
    margin-bottom: 4px;
}
.lp-mock-logo img { width: 36px; height: 36px; }
.lp-mock-field {
    height: 40px;
    padding: 0 12px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.04);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.10);
    display: flex;
    align-items: center;
    color: rgba(255, 254, 250, 0.9);
    font-family: "Aeonik", Inter, system-ui, sans-serif;
    font-size: 0.86rem;
    letter-spacing: 0.04em;
}
.lp-mock-primary {
    height: 40px;
    border: 0;
    border-radius: 8px;
    /* Warm gold-tinted glass button — subtle rim, no outer glow. */
    background: linear-gradient(180deg, rgba(240, 184, 102, 0.16), rgba(216, 149, 58, 0.10));
    box-shadow:
        inset 0 0 0 1px rgba(240, 184, 102, 0.25),
        inset 0 1px 0 rgba(255, 255, 255, 0.12);
    color: var(--ink);
    font-family: inherit;
    font-size: 0.9rem;
    font-weight: 500;
    cursor: pointer;
    transition: background 160ms ease, box-shadow 160ms ease;
}
.lp-mock-primary:hover {
    background: linear-gradient(180deg, rgba(240, 184, 102, 0.24), rgba(216, 149, 58, 0.16));
    box-shadow:
        inset 0 0 0 1px rgba(240, 184, 102, 0.4),
        inset 0 1px 0 rgba(255, 255, 255, 0.18);
}
.lp-mock-hint {
    text-align: center;
    color: rgba(255, 254, 250, 0.75);
    font-size: 0.82rem;
    font-weight: 500;
}
.lp-mock-link {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    margin-left: 4px;
    color: var(--accent);
    font-weight: 500;
    cursor: pointer;
}

/* Floating HWID disc — gold glow, no blur so the tiny text stays crisp. */
.lp-mock-hwid {
    position: absolute;
    top: 46%;
    right: -6px;
    width: 74px;
    height: 74px;
    display: grid;
    place-items: center;
    align-content: center;
    text-align: center;
    border-radius: 50%;
    background:
        radial-gradient(60% 60% at 50% 40%, rgba(240, 184, 102, 0.28) 0%, rgba(20, 16, 12, 0.95) 100%);
    box-shadow:
        inset 0 0 0 1px rgba(240, 184, 102, 0.42),
        0 12px 30px -12px rgba(240, 184, 102, 0.55);
    color: var(--ink);
    z-index: 2;
    font-family: "Aeonik", Inter, system-ui, sans-serif;
}
.lp-mock-hwid-label {
    color: rgba(255, 254, 250, 0.6);
    font-size: 0.66rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}
.lp-mock-hwid-hash {
    font-weight: 500;
    font-size: 1rem;
    letter-spacing: 0.04em;
}

/* Toggles card — sits below the phone, aligned toward the left. */
.lp-mock-toggles {
    position: relative;
    width: 220px;
    align-self: flex-start;
    margin-left: 4px;
    padding: 12px 14px;
    border-radius: 12px;
    background: rgba(24, 22, 20, 0.72);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.14),
        0 20px 40px -14px rgba(0, 0, 0, 0.6);
    display: flex;
    flex-direction: column;
    gap: 8px;
    font-family: "Aeonik", Inter, system-ui, sans-serif;
}
.lp-mock-toggle-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    font-size: 0.82rem;
    color: var(--ink);
}
.lp-mock-toggle {
    position: relative;
    width: 34px;
    height: 20px;
    padding: 0;
    border: 0;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.12);
    cursor: pointer;
    transition: background 200ms ease, box-shadow 200ms ease;
}
.lp-mock-toggle i {
    position: absolute;
    top: 2px;
    left: 2px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.35);
    transition: transform 220ms cubic-bezier(.22, .61, .36, 1);
}
.lp-mock-toggle.is-on {
    background: linear-gradient(180deg, #f0b866, #d8953a);
    box-shadow: inset 0 0 0 1px rgba(240, 184, 102, 0.4);
}
.lp-mock-toggle.is-on i { transform: translateX(14px); }

/* On narrower cards, shrink or hide the floating overlays gracefully. */
@media (max-width: 899px) {
    .lp-preview-desktop-rich { min-height: 500px; padding-bottom: 100px; }
}

/* Existing simpler .lp-preview-desktop layout retained for reference. */
.lp-preview-desktop .lp-preview-code {
    margin: 0 0 14px;
    padding: 14px 16px;
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.32);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05);
    color: #efeff5;
    font-family: "Geist Mono", ui-monospace, monospace;
    font-size: 0.86rem;
    line-height: 1.5;
    white-space: pre-wrap;
    word-break: break-word;
}
.lp-preview-chips {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.lp-preview-chip {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 7px 10px;
    border-radius: 8px;
    background: rgba(74, 222, 128, 0.08);
    color: #6ce6a0;
    font-family: "Geist Mono", ui-monospace, monospace;
    font-size: 0.7rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    box-shadow: inset 0 0 0 1px rgba(74, 222, 128, 0.22);
}
.lp-preview-chip svg { flex: 0 0 auto; }

/* SaaS preview — plan card. */
.lp-preview-saas .lp-preview-plan {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding-bottom: 14px;
    margin-bottom: 14px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.lp-preview-plan-name {
    font-size: 1.3rem;
    font-weight: 500;
    line-height: 1.1;
    letter-spacing: -0.01em;
}
.lp-preview-plan-name span {
    color: var(--muted);
    font-weight: 400;
    font-size: 0.95rem;
}
.lp-preview-plan-status {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #6ce6a0;
    font-size: 0.86rem;
}
.lp-preview-pulse {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #4ade80;
    box-shadow: 0 0 0 4px rgba(74, 222, 128, 0.18);
}
.lp-preview-meta {
    display: grid;
    gap: 10px;
}
.lp-preview-meta > div {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    gap: 12px;
    font-size: 0.9rem;
}
.lp-preview-meta span { color: var(--muted); }
.lp-preview-meta b { color: var(--ink); font-weight: 500; font-variant-numeric: tabular-nums; }

/* Resellers preview — credit balance + bars. */
.lp-preview-resellers .lp-preview-balance {
    display: flex;
    flex-direction: column;
    gap: 2px;
    padding-bottom: 14px;
    margin-bottom: 14px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.lp-preview-balance-value {
    font-size: 2.1rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: -0.02em;
    font-variant-numeric: tabular-nums;
}
.lp-preview-balance-hint {
    color: var(--muted);
    font-size: 0.85rem;
    margin-top: 4px;
}
.lp-preview-bars {
    display: grid;
    gap: 10px;
}
.lp-preview-bar-row {
    display: grid;
    grid-template-columns: 82px 1fr auto;
    align-items: center;
    gap: 12px;
    font-size: 0.82rem;
}
.lp-preview-bar-row > span { color: var(--muted); }
.lp-preview-bar {
    height: 6px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    overflow: hidden;
}
.lp-preview-bar > span {
    display: block;
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, var(--accent), color-mix(in srgb, var(--accent) 60%, #a690ff));
}
.lp-preview-bar-row b { color: var(--ink); font-weight: 500; font-variant-numeric: tabular-nums; }
/* Feature rows: a purple mono-caps eyebrow label stacked over a
   bright description sentence, roomy dividers, no leading numbers. */
.lp-security-list { border-top: 1px solid var(--line); }
.lp-security-row {
    display: block;
    padding: 26px 0;
    border-bottom: 1px solid var(--line);
    /* Row entrance: hidden by default; the parent card's .is-open state fades
       and slides each row in, staggered so they arrive one after another. */
    opacity: 0;
    transform: translateY(10px);
    transition: opacity 0.5s ease, transform 0.55s cubic-bezier(.22, .61, .36, 1);
}
.lp-accord-card.is-open .lp-security-row {
    opacity: 1;
    transform: translateY(0);
}
.lp-accord-card.is-open .lp-security-row:nth-child(1) { transition-delay: 160ms; }
.lp-accord-card.is-open .lp-security-row:nth-child(2) { transition-delay: 250ms; }
.lp-accord-card.is-open .lp-security-row:nth-child(3) { transition-delay: 340ms; }
.lp-security-row span { display: none; }
.lp-security-row strong {
    display: block;
    margin-bottom: 10px;
    color: var(--accent);
    font-family: "Geist Mono", ui-monospace, monospace;
    font-size: 0.8rem;
    font-weight: 500;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}
.lp-security-row p {
    margin: 0;
    max-width: 48ch;
    color: var(--ink);
    font-size: 1.06rem;
    font-weight: 400;
    line-height: 1.5;
}

/* ─── Final CTA ──────────────────────────────────────────────────── */
.lp-cta-final {
    background:
        linear-gradient(rgba(7, 7, 9, 0.34), rgba(7, 7, 9, 0.44)),
        url("/media/cta-bg.png") center / cover no-repeat;
}
/* Keep the whole final CTA on Aeonik — the eyebrow is Geist Mono elsewhere,
   but here it should match the section's Aeonik type. */
.lp-cta-final .lp-eyebrow {
    font-family: "Aeonik", Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-synthesis-weight: none;
    letter-spacing: 0.14em;
}
.lp-final-panel {
    min-height: 380px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 72px 0;
}
/* CTA heading: large, light Aeonik Regular 400, and centered,
   near-normal tracking — not heavy-and-tight. */
.lp-final-panel h2 {
    max-width: 24ch;
    margin: 0;
    font-size: clamp(2.1rem, 4.6vw, 3.2rem);
    line-height: 1.14;
    letter-spacing: -0.01em;
    font-weight: 400;
    font-synthesis-weight: none;
}
.lp-final-panel p {
    max-width: 34rem;
    margin: 16px 0 0;
    color: var(--muted);
    font-size: 1.05rem;
}

/* ─── Footer — compact nav columns in Inter, mono-caps
   eyebrow headings, small crisp links, and a hr'd copyright/legal split. ─── */
.lp-footer {
    padding: 72px 0 24px;
    background: rgb(17, 17, 17);
    color: var(--muted);
    /* The rest of the landing is Aeonik; the footer uses Inter for contrast. */
    font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    font-synthesis-weight: none;
}
.lp-footer-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 240px));
    gap: 80px;
    justify-content: start;
}
.lp-footer-col {
    display: grid;
    gap: 12px;
    align-content: start;
    justify-items: start;
}
/* Eyebrow headings use compact measurements.
   Space Grotesk 600, muted slate grey, uppercase, tracked. */
.lp-footer-col strong {
    margin: 0 0 16px;
    padding: 0;
    color: rgb(139, 146, 155);
    font-family: "Space Grotesk", ui-monospace, monospace;
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    letter-spacing: 1.2px;
    line-height: 18px;
    text-transform: uppercase;
}
@media screen and (min-width: 900px) {
    .lp-footer-col strong {
        font-size: 14px;
        letter-spacing: 1.5px;
        line-height: 20px;
    }
}
/* Link body uses compact measurements.
   Inter 500, 14px, 22px line-height, letter-spacing 0, soft periwinkle purple. */
.lp-footer-col a {
    margin: 0;
    padding: 0;
    display: inline-block;
    width: fit-content;
    font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif !important;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 22px;
    /* Default white with the accent color on hover. */
    color: rgb(255, 255, 255);
    -webkit-text-fill-color: rgb(255, 255, 255);
    text-decoration: none;
    transition: color 140ms ease, -webkit-text-fill-color 140ms ease;
}
.lp-footer-col a:hover {
    color: var(--accent);
    -webkit-text-fill-color: var(--accent);
}
/* Copyright row with a subtle top rule.
   1px slate rule, 24px top/bottom padding, responsive top margin. */
.lp-footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    position: relative;
    margin-top: 48px;
    padding: 24px 0 0;
    border-top: 1px solid rgb(90, 95, 102);
}
@media screen and (min-width: 1200px) {
    .lp-footer-bottom { margin-top: 100px; }
}
/* Copyright typography.
   Inter 400, 14px, 0 tracking, 22px leading, muted slate. */
.lp-footer-bottom p {
    margin: 0;
    padding: 0;
    font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 22px;
    color: rgb(128, 134, 143);
}
.lp-footer-legal {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px 22px;
    margin: 0;
    padding: 0;
    list-style: none;
}
.lp-footer-legal li { display: inline-flex; align-items: center; }
.lp-footer-legal li + li::before {
    content: "";
    display: inline-block;
    width: 3px;
    height: 3px;
    margin-right: 22px;
    margin-left: -22px;
    border-radius: 50%;
    background: var(--dim);
    transform: translateX(-11px);
}
.lp-footer-legal a {
    color: var(--muted);
    font-size: 0.82rem;
    transition: color 140ms ease;
}
.lp-footer-legal a:hover { color: var(--ink); }

/* ─── Scroll reveals (JS adds .lp-reveals-on to <html>) ──────────── */
.lp-reveals-on .lp-reveal {
    opacity: 0;
    transform: translateY(18px);
    transition: opacity 560ms ease, transform 560ms cubic-bezier(0.22, 0.61, 0.36, 1);
}
.lp-reveals-on .lp-reveal.is-visible { opacity: 1; transform: translateY(0); }
.lp-reveals-on .lp-reveal[data-delay="1"] { transition-delay: 70ms; }
.lp-reveals-on .lp-reveal[data-delay="2"] { transition-delay: 140ms; }
.lp-reveals-on .lp-reveal[data-delay="3"] { transition-delay: 210ms; }

@media (prefers-reduced-motion: reduce) {
    .lp-reveals-on .lp-reveal { opacity: 1; transform: none; transition: none; }
    .lp-btn:hover, .lp-feature:hover { transform: none; }
    .lp-tech-track { animation: none; transform: none; }
}

/* ─── Responsive ─────────────────────────────────────────────────── */
@media (max-width: 940px) {
    .lp-nav-links { display: none; }
    .fvWUAt { padding-left: 24px; padding-right: 24px; }
    .lp-feature-grid { grid-template-columns: repeat(2, 1fr); }
    .lp-workflow { grid-template-columns: 1fr; }
    .lp-security-row { grid-template-columns: 44px 1fr; }
    .lp-security-row p { grid-column: 2; }
    .lp-footer-grid { grid-template-columns: 1fr; gap: 28px; }
}

@media (max-width: 620px) {
    .lp-wrap { width: min(100% - 32px, var(--maxw)); }
    .fvWUAt { min-height: 60px; padding-left: 16px; padding-right: 16px; }
    .lp-nav-actions .lp-navlink { display: none; }
    .lp-pill span:not(.lp-pill-tag) { white-space: normal; }
    .lp-feature-grid { grid-template-columns: 1fr; }
    .lp-security-row { grid-template-columns: 1fr; }
    .lp-security-row p { grid-column: auto; }
    .lp-cta-row { flex-direction: column; align-items: stretch; width: 100%; max-width: 320px; margin-left: auto; margin-right: auto; }
    .lp-final-panel { min-height: 320px; padding: 56px 0; }
    .lp-footer-bottom { flex-direction: column; align-items: flex-start; }
}
