/* ========================================================================
   SIERRA SOLUTION — DESIGN SYSTEM v2
   ======================================================================== */

/* -------- RESET -------- */
*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
    font-family: 'Space Grotesk', system-ui, -apple-system, sans-serif;
    background: var(--bg);
    color: var(--text);
    line-height: 1.6;
    overflow-x: hidden;
    transition: background-color .6s ease, color .6s ease;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
img, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; cursor: pointer; border: 0; background: transparent; color: inherit; }
input, select, textarea { font: inherit; color: inherit; }
ul { list-style: none; }

/* -------- THEME TOKENS -------- */
:root[data-theme="dark"] {
    --bg: #050a0c;
    --bg-elev: #0a1214;
    --bg-elev-2: #11181c;
    --bg-card: rgba(20, 28, 32, 0.55);
    --bg-card-hover: rgba(28, 38, 44, 0.75);
    --bg-glass: rgba(255, 255, 255, 0.03);
    --border: rgba(255, 255, 255, 0.08);
    --border-strong: rgba(255, 255, 255, 0.16);
    --border-glow: rgba(13, 148, 136, 0.45);
    --text: #f0fdfa;
    --text-soft: #a8b3b3;
    --text-mute: #6b7474;
    /* Petrol Teal · Steel Midnight · Brass Amber */
    --primary: #14b8a6;          /* petrol teal */
    --primary-2: #1e3a5f;         /* steel midnight */
    --accent: #d97706;            /* brass amber */
    --gold: #f59e0b;              /* warm gold */
    --success: #14b8a6;           /* same family as primary */
    --grad: linear-gradient(135deg, #14b8a6 0%, #1e3a5f 50%, #d97706 100%);
    --grad-soft: linear-gradient(135deg, rgba(20,184,166,.14), rgba(217,119,6,.10));
    --grad-cool: linear-gradient(135deg, #14b8a6, #1e3a5f);
    --grad-warm: linear-gradient(135deg, #1e3a5f, #d97706);
    --shadow: 0 30px 80px -25px rgba(0, 0, 0, 0.7);
    --shadow-glow: 0 0 80px rgba(20, 184, 166, 0.28);
    --shadow-card: 0 20px 60px -20px rgba(0, 0, 0, 0.5), inset 0 1px 0 rgba(255,255,255,.05);
    --grid-color: rgba(255, 255, 255, 0.04);
    --noise-opacity: .035;
}
:root[data-theme="light"] {
    --bg: #f8fafa;
    --bg-elev: #ffffff;
    --bg-elev-2: #ecf0f0;
    --bg-card: rgba(255, 255, 255, 0.7);
    --bg-card-hover: rgba(255, 255, 255, 0.95);
    --bg-glass: rgba(15, 58, 75, 0.02);
    --border: rgba(15, 58, 75, 0.10);
    --border-strong: rgba(15, 58, 75, 0.20);
    --border-glow: rgba(15, 118, 110, 0.4);
    --text: #0a1214;
    --text-soft: #475569;
    --text-mute: #94a3b8;
    --primary: #0f766e;          /* deeper teal for contrast on white */
    --primary-2: #1e3a5f;
    --accent: #b45309;            /* deeper brass on white */
    --gold: #b45309;
    --success: #0f766e;
    --grad: linear-gradient(135deg, #0f766e 0%, #1e3a5f 50%, #b45309 100%);
    --grad-soft: linear-gradient(135deg, rgba(15,118,110,.10), rgba(180,83,9,.08));
    --grad-cool: linear-gradient(135deg, #0f766e, #1e3a5f);
    --grad-warm: linear-gradient(135deg, #1e3a5f, #b45309);
    --shadow: 0 30px 80px -30px rgba(15, 58, 75, 0.25);
    --shadow-glow: 0 0 80px rgba(15, 118, 110, 0.18);
    --shadow-card: 0 20px 60px -25px rgba(15, 58, 75, 0.18), inset 0 1px 0 rgba(255,255,255,.6);
    --grid-color: rgba(15, 58, 75, 0.06);
    --noise-opacity: .025;
}

/* -------- BACKGROUNDS -------- */
.bg-aurora { position: fixed; inset: -10%; z-index: -4; overflow: hidden; pointer-events: none; }
.aurora {
    position: absolute;
    width: 60vw; height: 60vw;
    border-radius: 50%;
    filter: blur(110px);
    opacity: .55;
    mix-blend-mode: screen;
    animation: auroraDrift 22s ease-in-out infinite;
}
.aurora.a1 { background: radial-gradient(circle, #14b8a6, transparent 60%); top: -10%; left: -10%; }
.aurora.a2 { background: radial-gradient(circle, #1e3a5f, transparent 60%); top: 30%; right: -15%; animation-delay: -7s; }
.aurora.a3 { background: radial-gradient(circle, #d97706, transparent 60%); bottom: -20%; left: 25%; animation-delay: -14s; }
.aurora.a4 { background: radial-gradient(circle, #15803d, transparent 60%); top: 60%; left: 50%; opacity: .2; animation-delay: -3s; width: 40vw; height: 40vw; }
:root[data-theme="dark"] .aurora { opacity: .4; }
:root[data-theme="light"] .aurora { opacity: .25; mix-blend-mode: multiply; }
:root[data-theme="light"] .aurora.a1 { background: radial-gradient(circle, #0f766e, transparent 60%); }
:root[data-theme="light"] .aurora.a2 { background: radial-gradient(circle, #1e3a5f, transparent 60%); }
:root[data-theme="light"] .aurora.a3 { background: radial-gradient(circle, #b45309, transparent 60%); }
:root[data-theme="light"] .aurora.a4 { background: radial-gradient(circle, #166534, transparent 60%); opacity: .15; }
@keyframes auroraDrift {
    0%, 100% { transform: translate(0,0) scale(1); }
    33%      { transform: translate(60px, -80px) scale(1.15); }
    66%      { transform: translate(-40px, 60px) scale(0.9); }
}

.bg-grid {
    position: fixed; inset: 0; z-index: -3;
    background-image:
        linear-gradient(var(--grid-color) 1px, transparent 1px),
        linear-gradient(90deg, var(--grid-color) 1px, transparent 1px);
    background-size: 60px 60px;
    mask-image: radial-gradient(ellipse at center, black 25%, transparent 75%);
    -webkit-mask-image: radial-gradient(ellipse at center, black 25%, transparent 75%);
}

.bg-noise {
    position: fixed; inset: 0; z-index: -2; pointer-events: none;
    opacity: var(--noise-opacity);
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='200' height='200'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/><feColorMatrix values='0 0 0 0 1  0 0 0 0 1  0 0 0 0 1  0 0 0 0.5 0'/></filter><rect width='100%25' height='100%25' filter='url(%23n)'/></svg>");
}

/* Page-wide spotlight that follows the mouse */
.spotlight {
    position: fixed; inset: 0; z-index: -1; pointer-events: none;
    background: radial-gradient(600px circle at var(--mx, 50%) var(--my, 50%),
                rgba(255, 255, 255, 0.05), transparent 60%);
    transition: background .15s ease-out;
}

/* -------- LOADER -------- */
.loader {
    position: fixed; inset: 0;
    background: var(--bg);
    z-index: 10000;
    display: grid; place-items: center;
    transition: opacity .8s ease, visibility .8s ease;
}
.loader.hidden { opacity: 0; visibility: hidden; }
.loader > * + * { margin-top: 1.2rem; }
.loader-mark { filter: drop-shadow(0 12px 30px rgba(20, 184, 166, 0.35)); }
.loader-mark .lm-shield { animation: drawIn .9s ease forwards .15s; }
.loader-mark .lm-peak   { animation: drawIn .65s ease forwards .85s; }
.loader-mark .lm-wave1  { animation: drawIn .45s ease forwards 1.3s; }
.loader-mark .lm-wave2  { animation: drawIn .45s ease forwards 1.55s; }
.loader-mark .lm-fill   { animation: lmFill .6s ease forwards 1.85s; }
@keyframes lmFill { to { opacity: 0.12; } }
.loader-text {
    display: flex; gap: .6rem;
    font-family: 'JetBrains Mono', monospace;
    font-weight: 600;
    letter-spacing: .05em;
    margin-top: 1.2rem;
}
.loader-text span {
    background: var(--grad);
    -webkit-background-clip: text; background-clip: text;
    color: transparent;
    animation: letterUp .8s ease both;
}
.loader-text span:nth-child(1) { animation-delay: .1s; }
.loader-text span:nth-child(2) { animation-delay: .2s; }
.loader-text span:nth-child(3) { animation-delay: .3s; }
.loader-text span:nth-child(4) { animation-delay: .4s; }
.loader-text span:nth-child(5) { animation-delay: .5s; }
.loader-text span:nth-child(6) { animation-delay: .6s; }
@keyframes letterUp { from { transform: translateY(20px); opacity: 0; } to { transform: translateY(0); opacity: 1; } }
.loader-bar {
    margin-top: 1.5rem;
    width: 200px; height: 2px;
    background: var(--border);
    border-radius: 2px;
    overflow: hidden;
}
.loader-fill {
    width: 0; height: 100%;
    background: var(--grad);
    animation: fillBar 1.6s ease forwards;
    border-radius: 2px;
}
@keyframes fillBar { to { width: 100%; } }
@keyframes spin  { to { transform: rotate(360deg); } }
@keyframes pulse { 0%,100% { opacity: 1; } 50% { opacity: .4; } }

/* -------- CUSTOM CURSOR -------- */
.cursor-dot, .cursor-outline {
    position: fixed; top: 0; left: 0;
    border-radius: 50%;
    pointer-events: none;
    z-index: 9999;
    transform: translate(-50%, -50%);
    transition: opacity .3s;
}
.cursor-dot   { width: 6px;  height: 6px;  background: var(--primary); box-shadow: 0 0 10px var(--primary); }
.cursor-outline {
    width: 38px; height: 38px;
    border: 1.5px solid var(--primary);
    transition: width .25s, height .25s, background .25s, border-color .25s, opacity .3s;
    mix-blend-mode: difference;
}
.cursor-outline.hover { width: 64px; height: 64px; background: rgba(255, 255, 255, .12); border-color: var(--accent); }
.cursor-outline.click { transform: translate(-50%, -50%) scale(.8); }
@media (max-width: 900px), (pointer: coarse) {
    .cursor-dot, .cursor-outline { display: none; }
}
@media (min-width: 901px) and (pointer: fine) {
    body { cursor: none; }
    a, button, input, select, textarea, [data-tilt], [data-magnetic] { cursor: none; }
}

/* -------- LAYOUT -------- */
.container { width: min(1280px, 92%); margin-inline: auto; }
.section   { padding: clamp(4.5rem, 9vw, 8rem) 0; position: relative; }

.section-head { text-align: center; max-width: 820px; margin: 0 auto 4.5rem; }
.eyebrow {
    display: inline-flex; align-items: center; gap: .5rem;
    font-family: 'JetBrains Mono', monospace;
    font-size: .75rem;
    letter-spacing: .25em;
    text-transform: uppercase;
    color: var(--text-soft);
    margin-bottom: 1.2rem;
    padding: .45rem 1rem;
    background: var(--bg-glass);
    border: 1px solid var(--border);
    border-radius: 999px;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}
.eyebrow-dot {
    width: 6px; height: 6px;
    background: var(--primary);
    border-radius: 50%;
    box-shadow: 0 0 10px var(--primary);
    animation: pulseDot 2s infinite;
}

.section-title {
    font-family: 'Bricolage Grotesque', 'Space Grotesk', sans-serif;
    font-size: clamp(2.2rem, 5vw, 4rem);
    font-weight: 500;
    line-height: 1.05;
    letter-spacing: -.035em;
}
.section-sub {
    color: var(--text-soft);
    margin-top: 1.2rem;
    font-size: 1.08rem;
    max-width: 640px;
    margin-inline: auto;
}

.gradient-text {
    background: var(--grad);
    -webkit-background-clip: text; background-clip: text;
    color: transparent;
    background-size: 200% 200%;
    animation: gradShift 8s ease infinite;
}
.grad-shimmer {
    font-style: italic;
    font-weight: 600;
    background: linear-gradient(110deg, #14b8a6 30%, #fbbf24 50%, #d97706 70%);
    background-size: 200% 100%;
    -webkit-background-clip: text; background-clip: text;
    color: transparent;
    animation: shimmer 4s ease-in-out infinite;
}
:root[data-theme="light"] .grad-shimmer {
    background: linear-gradient(110deg, #0f766e 30%, #1e3a5f 50%, #b45309 70%);
    background-size: 200% 100%;
    -webkit-background-clip: text; background-clip: text;
}
@keyframes gradShift { 0%,100% { background-position: 0% 50%; } 50% { background-position: 100% 50%; } }
@keyframes shimmer { 0%,100% { background-position: 200% 0; } 50% { background-position: -200% 0; } }
@keyframes pulseDot {
    0%, 100% { box-shadow: 0 0 0 0 rgba(20,184,166,.7), 0 0 10px var(--primary); }
    70%      { box-shadow: 0 0 0 8px rgba(20,184,166,0), 0 0 10px var(--primary); }
}

/* -------- BUTTONS (with magnetic capability via JS) -------- */
.btn {
    display: inline-flex; align-items: center; gap: .55rem;
    padding: .85rem 1.5rem;
    border-radius: 14px;
    font-weight: 500;
    font-size: .95rem;
    transition: transform .35s cubic-bezier(.2,.9,.3,1.4), box-shadow .3s, background .3s, color .3s, border-color .3s;
    position: relative; overflow: hidden;
    white-space: nowrap;
    will-change: transform;
}
.btn-lg    { padding: 1.05rem 1.9rem; font-size: 1rem; }
.btn-block { width: 100%; justify-content: center; }

.btn-primary {
    background: var(--grad);
    color: white;
    box-shadow: 0 12px 40px -12px rgba(20,184,166,.45), inset 0 1px 0 rgba(255,255,255,.2);
}
.btn-primary::before {
    content: ""; position: absolute; inset: 0;
    background: linear-gradient(135deg, #d97706, #1e3a5f, #14b8a6);
    opacity: 0; transition: opacity .35s;
}
.btn-primary > * { position: relative; z-index: 1; }
.btn-primary:hover { box-shadow: 0 22px 50px -10px rgba(0,0,0,.5); }
.btn-primary:hover::before { opacity: 1; }

.btn-glass {
    background: var(--bg-glass);
    border: 1px solid var(--border);
    backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px);
    color: var(--text);
}
.btn-glass:hover { background: var(--bg-card); border-color: var(--primary); }

.btn-outline { border: 1px solid var(--border-strong); }
.btn-outline:hover { border-color: var(--primary); color: var(--primary); }

/* -------- NAVBAR -------- */
.navbar {
    position: fixed; top: 0; left: 0; right: 0;
    z-index: 100;
    padding: 1.1rem 0;
    transition: padding .3s, background .3s, backdrop-filter .3s, border-color .3s;
    border-bottom: 1px solid transparent;
}
.navbar.scrolled {
    padding: .55rem 0;
    background: var(--bg-card);
    backdrop-filter: blur(24px) saturate(180%);
    -webkit-backdrop-filter: blur(24px) saturate(180%);
    border-bottom-color: var(--border);
}
.nav-container { display: flex; align-items: center; justify-content: space-between; gap: 2rem; }

.logo { display: flex; align-items: center; gap: .65rem; }
.logo-svg { transition: transform .5s cubic-bezier(.2,.9,.3,1.4); filter: drop-shadow(0 4px 10px rgba(255,255,255,.2)); }
.logo:hover .logo-svg { transform: rotate(-15deg) scale(1.08); }
.logo-text { display: flex; flex-direction: column; line-height: 1; }
.logo-main { font-family: 'Bricolage Grotesque', sans-serif; font-weight: 600; font-size: 1.3rem; letter-spacing: -.015em; }
.logo-sub  { font-family: 'JetBrains Mono', monospace; font-size: .65rem; letter-spacing: .3em; color: var(--text-mute); margin-top: 2px; }

.nav-links { display: flex; gap: .15rem; padding: .35rem; background: var(--bg-glass); border: 1px solid var(--border); border-radius: 999px; backdrop-filter: blur(12px); }
.nav-link {
    padding: .55rem 1rem;
    border-radius: 999px;
    font-size: .9rem;
    color: var(--text-soft);
    transition: color .25s, background .25s;
}
.nav-link:hover, .nav-link.active { color: var(--text); background: var(--bg-card); }
.nav-link.active { color: var(--primary); }

.nav-actions { display: flex; align-items: center; gap: .6rem; }

.theme-toggle {
    width: 42px; height: 42px;
    border-radius: 50%;
    display: grid; place-items: center;
    border: 1px solid var(--border);
    background: var(--bg-glass);
    color: var(--text);
    transition: border-color .3s, background .3s;
    position: relative; overflow: hidden;
    backdrop-filter: blur(12px);
}
.theme-toggle:hover { border-color: var(--primary); }
.theme-toggle .icon-sun, .theme-toggle .icon-moon {
    position: absolute;
    transition: transform .55s cubic-bezier(.4, 0, .2, 1), opacity .35s;
}
:root[data-theme="dark"]  .icon-sun  { transform: rotate(0)     scale(1); opacity: 1; }
:root[data-theme="dark"]  .icon-moon { transform: rotate(-180deg) scale(0); opacity: 0; }
:root[data-theme="light"] .icon-sun  { transform: rotate(180deg) scale(0); opacity: 0; }
:root[data-theme="light"] .icon-moon { transform: rotate(0)     scale(1); opacity: 1; }

.hamburger { display: none; flex-direction: column; gap: 5px; padding: 8px; }
.hamburger span { width: 22px; height: 2px; background: currentColor; border-radius: 2px; transition: transform .3s, opacity .3s; }
.hamburger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.hamburger.open span:nth-child(2) { opacity: 0; }
.hamburger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.mobile-menu {
    position: fixed; top: 70px; left: 0; right: 0;
    background: var(--bg-elev);
    border-bottom: 1px solid var(--border);
    padding: 1rem 0;
    display: flex; flex-direction: column;
    transform: translateY(-20px); opacity: 0; visibility: hidden;
    transition: all .35s ease;
    z-index: 99;
    backdrop-filter: blur(24px);
}
.mobile-menu.open { transform: translateY(0); opacity: 1; visibility: visible; }
.mobile-link { padding: 1rem 7%; font-size: 1.1rem; border-bottom: 1px solid var(--border); }
.mobile-link:hover { background: var(--grad-soft); color: var(--primary); }

/* ========================================================================
   HERO
   ======================================================================== */
.hero {
    min-height: 100vh;
    padding: 9rem 0 4rem;
    display: flex; align-items: center;
    position: relative; overflow: hidden;
}
.hero-canvas {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    opacity: .55;
    display: block;
}

.hero-floats { position: absolute; inset: 0; pointer-events: none; z-index: 1; }
.float-badge {
    position: absolute;
    display: inline-flex; align-items: center; gap: .5rem;
    padding: .45rem .85rem;
    background: var(--bg-card);
    border: 1px solid var(--border);
    border-radius: 999px;
    font-size: .8rem;
    font-family: 'JetBrains Mono', monospace;
    color: var(--text-soft);
    backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px);
    box-shadow: var(--shadow-card);
    animation: floatY 6s ease-in-out infinite;
    white-space: nowrap;
}
.float-badge span { font-family: 'Space Grotesk', sans-serif; }
.fb-1 { top: 14%;  left: 6%;  animation-delay: 0s; }
.fb-2 { top: 22%;  right: 8%; animation-delay: -1.5s; }
.fb-3 { top: 50%;  left: 4%;  animation-delay: -3s; }
.fb-4 { top: 60%;  right: 5%; animation-delay: -2s; }
.fb-5 { bottom: 22%; left: 12%; animation-delay: -4s; }
.fb-6 { bottom: 28%; right: 14%; animation-delay: -1s; }
@keyframes floatY {
    0%, 100% { transform: translateY(0) rotate(-2deg); }
    50%      { transform: translateY(-18px) rotate(2deg); }
}

.hero-container { position: relative; z-index: 3; text-align: center; max-width: 1080px; margin: 0 auto; }

.hero-pill {
    display: inline-flex; align-items: center; gap: .8rem;
    padding: .5rem 1rem .5rem .8rem;
    background: var(--bg-card);
    border: 1px solid var(--border);
    border-radius: 999px;
    backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px);
    font-size: .82rem;
    color: var(--text-soft);
    margin-bottom: 2rem;
    box-shadow: var(--shadow-card);
}
.pill-status { display: inline-flex; align-items: center; gap: .5rem; color: var(--text); font-weight: 500; }
.pulse-dot {
    width: 8px; height: 8px;
    background: var(--success);
    border-radius: 50%;
    box-shadow: 0 0 0 0 rgba(20,184,166,.7), 0 0 12px rgba(20,184,166,.7);
    animation: pulseGreen 2s infinite;
}
@keyframes pulseGreen {
    70%  { box-shadow: 0 0 0 14px rgba(20,184,166,0), 0 0 12px rgba(20,184,166,.7); }
    100% { box-shadow: 0 0 0 0  rgba(20,184,166,0), 0 0 12px rgba(20,184,166,.7); }
}
.pill-divider { width: 1px; height: 14px; background: var(--border-strong); }
.pill-tag { font-family: 'JetBrains Mono', monospace; font-size: .72rem; letter-spacing: .15em; text-transform: uppercase; }

.hero-title {
    font-family: 'Bricolage Grotesque', sans-serif;
    font-size: clamp(2.7rem, 8vw, 6.5rem);
    font-weight: 500;
    letter-spacing: -.04em;
    line-height: .98;
    margin-bottom: 2rem;
}
.hero-title .line { display: block; }
.hero-title em { font-style: normal; }
.line-with { display: inline-flex; align-items: baseline; gap: .5em; flex-wrap: wrap; justify-content: center; }
.typed-wrap { display: inline-flex; align-items: baseline; min-width: 4ch; }
.cursor-blink { color: var(--primary); animation: blink 1s steps(1) infinite; font-weight: 300; margin-left: 2px; }
@keyframes blink { 50% { opacity: 0; } }

/* split-text reveal */
[data-split] { display: inline-block; }
[data-split] .char {
    display: inline-block;
    transform: translateY(110%);
    opacity: 0;
    animation: charUp .9s cubic-bezier(.2,.9,.2,1) forwards;
    animation-delay: calc(var(--i) * 30ms + 200ms);
}
@keyframes charUp { to { transform: translateY(0); opacity: 1; } }

.hero-sub {
    font-size: clamp(1.05rem, 1.4vw, 1.25rem);
    color: var(--text-soft);
    max-width: 680px;
    margin: 0 auto 2.5rem;
    line-height: 1.5;
}

.hero-cta { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; margin-bottom: 3.5rem; }

.hero-trust {
    display: inline-flex; align-items: center; gap: 1rem;
    padding: .6rem 1.2rem .6rem .6rem;
    background: var(--bg-glass);
    border: 1px solid var(--border);
    border-radius: 999px;
    backdrop-filter: blur(12px);
}
.trust-avatars { display: flex; }
.avatar {
    width: 34px; height: 34px;
    border-radius: 50%;
    display: grid; place-items: center;
    font-size: .72rem; font-weight: 600;
    color: white;
    border: 2px solid var(--bg);
    margin-left: -10px;
}
.avatar:first-child { margin-left: 0; }
.avatar.a1 { background: linear-gradient(135deg, #14b8a6, #0f766e); color: #ffffff; }
.avatar.a2 { background: linear-gradient(135deg, #1e3a5f, #0f172a); color: #ffffff; }
.avatar.a3 { background: linear-gradient(135deg, #d97706, #92400e); color: #ffffff; }
.avatar.a4 { background: linear-gradient(135deg, #15803d, #14532d); color: #ffffff; }
:root[data-theme="light"] .avatar.a1 { background: linear-gradient(135deg, #0f766e, #134e4a); color: #ffffff; }
:root[data-theme="light"] .avatar.a2 { background: linear-gradient(135deg, #1e3a5f, #0f172a); color: #ffffff; }
:root[data-theme="light"] .avatar.a3 { background: linear-gradient(135deg, #b45309, #78350f); color: #ffffff; }
:root[data-theme="light"] .avatar.a4 { background: linear-gradient(135deg, #166534, #14532d); color: #ffffff; }
.trust-text { display: flex; flex-direction: column; line-height: 1.2; text-align: left; }
.trust-text strong { font-size: .9rem; }
.trust-text span { font-size: .75rem; color: var(--text-mute); }

.scroll-indicator {
    position: absolute; bottom: 1.5rem; left: 50%;
    transform: translateX(-50%);
    display: flex; flex-direction: column; align-items: center; gap: .5rem;
    font-size: .7rem; letter-spacing: .25em;
    color: var(--text-mute);
    text-transform: uppercase;
    font-family: 'JetBrains Mono', monospace;
    z-index: 3;
}
.mouse {
    width: 24px; height: 38px;
    border: 2px solid var(--text-mute);
    border-radius: 12px;
    position: relative;
}
.wheel {
    position: absolute;
    top: 6px; left: 50%;
    width: 3px; height: 6px;
    background: var(--primary);
    border-radius: 2px;
    transform: translateX(-50%);
    animation: wheel 1.6s ease-in-out infinite;
}
@keyframes wheel { 0% { opacity: 1; transform: translate(-50%, 0); } 100% { opacity: 0; transform: translate(-50%, 14px); } }

/* ========================================================================
   LOGOS / TRUST STRIP
   ======================================================================== */
.logos-strip {
    padding: 2rem 0;
    border-top: 1px solid var(--border);
    border-bottom: 1px solid var(--border);
    background: var(--bg-glass);
}
.strip-fade {
    overflow: hidden;
    mask-image: linear-gradient(90deg, transparent, black 12%, black 88%, transparent);
    -webkit-mask-image: linear-gradient(90deg, transparent, black 12%, black 88%, transparent);
}
.marquee-track {
    display: flex; gap: 3rem;
    width: max-content;
    animation: marquee 35s linear infinite;
    color: var(--text-mute);
    font-family: 'JetBrains Mono', monospace;
    font-size: .95rem;
    letter-spacing: .05em;
    align-items: center;
}
.brand { white-space: nowrap; transition: color .3s; }
.brand:hover { color: var(--primary); }
@keyframes marquee { to { transform: translateX(-50%); } }

/* ========================================================================
   FLAGSHIP / SHOWCASE
   ======================================================================== */
.flagship { position: relative; }

.showcase {
    position: relative;
    margin: 0 auto 4rem;
    perspective: 1500px;
    max-width: 1100px;
}
.showcase-glow {
    position: absolute; inset: -10%;
    background: conic-gradient(from 90deg at 50% 50%, var(--primary), var(--primary-2), var(--accent), var(--primary));
    filter: blur(80px);
    opacity: .35;
    z-index: -1;
    animation: spin 16s linear infinite;
    border-radius: 50%;
}

.dashboard {
    background: var(--bg-elev-2);
    border: 1px solid var(--border);
    border-radius: 18px;
    overflow: hidden;
    box-shadow: var(--shadow);
    backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px);
    transform: rotateX(4deg);
    transition: transform .8s ease;
    position: relative;
    z-index: 2;
}
.showcase:hover .dashboard { transform: rotateX(0deg); }

.dash-bar {
    display: flex; align-items: center; gap: 1rem;
    padding: .8rem 1.2rem;
    background: var(--bg-elev);
    border-bottom: 1px solid var(--border);
}
.dash-dots { display: flex; gap: .4rem; }
.dash-dots span { width: 11px; height: 11px; border-radius: 50%; background: var(--border-strong); }
.dash-dots span:nth-child(1) { background: #dc2626; }
.dash-dots span:nth-child(2) { background: #d97706; }
.dash-dots span:nth-child(3) { background: #15803d; }
.dash-url {
    flex: 1;
    text-align: center;
    font-family: 'JetBrains Mono', monospace;
    font-size: .8rem;
    color: var(--text-mute);
    background: var(--bg-glass);
    border: 1px solid var(--border);
    border-radius: 8px;
    padding: .35rem 1rem;
    max-width: 380px;
    margin: 0 auto;
}
.dash-url .lock { color: var(--success); margin-right: .4rem; }
.dash-actions {
    font-family: 'JetBrains Mono', monospace;
    font-size: .75rem; color: var(--text-mute);
    background: var(--bg-glass);
    padding: .25rem .5rem;
    border-radius: 6px;
    border: 1px solid var(--border);
}

.dash-body { display: grid; grid-template-columns: 200px 1fr; min-height: 380px; }

.dash-side {
    padding: 1rem .8rem;
    background: var(--bg-elev);
    border-right: 1px solid var(--border);
    display: flex; flex-direction: column; gap: .15rem;
}
.ds-logo {
    display: flex; align-items: center; gap: .5rem;
    padding: .6rem .7rem 1rem;
    font-family: 'JetBrains Mono', monospace;
    font-weight: 600;
    border-bottom: 1px solid var(--border);
    margin-bottom: .8rem;
}
.ds-link {
    display: flex; align-items: center; gap: .65rem;
    padding: .55rem .75rem;
    border-radius: 8px;
    font-size: .85rem;
    color: var(--text-soft);
    transition: background .25s, color .25s;
}
.ds-link:hover { background: var(--bg-glass); color: var(--text); }
.ds-link.active { background: var(--grad-soft); color: var(--primary); border: 1px solid var(--border); }
.ds-icon { font-size: 1.05rem; opacity: .8; }

.dash-main { padding: 1.2rem; display: flex; flex-direction: column; gap: 1rem; }
.dash-row { display: grid; gap: 1rem; }
.dash-row-top { grid-template-columns: repeat(4, 1fr); }
.dash-row-bot { grid-template-columns: 1.6fr 1fr; flex: 1; }

.dash-card {
    background: var(--bg-elev);
    border: 1px solid var(--border);
    border-radius: 12px;
    padding: 1rem 1.1rem;
    position: relative;
    overflow: hidden;
}
.kpi { display: flex; flex-direction: column; gap: .25rem; }
.kpi-label { font-size: .72rem; text-transform: uppercase; letter-spacing: .1em; color: var(--text-mute); }
.kpi-value {
    font-family: 'Bricolage Grotesque', sans-serif;
    font-weight: 600;
    font-size: 1.7rem;
    letter-spacing: -.02em;
    line-height: 1.05;
}
.kpi-value small { font-size: .85rem; color: var(--text-soft); margin-left: .15rem; font-weight: 500; }
.kpi-trend {
    font-size: .7rem;
    padding: .1rem .45rem;
    border-radius: 4px;
    background: var(--bg-glass);
    align-self: flex-start;
    margin-top: .3rem;
}
.kpi-trend.up   { color: var(--success); }
.kpi-trend.down { color: var(--primary); }

.chart-card { display: flex; flex-direction: column; gap: .7rem; padding: 1.1rem; }
.cc-head { display: flex; justify-content: space-between; align-items: center; }
.cc-head h5 { font-size: .9rem; font-weight: 500; }
.legend { display: flex; gap: .8rem; font-size: .72rem; color: var(--text-mute); align-items: center; }
.legend .dot { display: inline-block; width: 8px; height: 8px; border-radius: 50%; margin-right: .25rem; vertical-align: middle; }
.legend .d1 { background: #14b8a6; }
.legend .d2 { background: #d97706; }
.legend .d3 { background: #1e3a5f; }
:root[data-theme="light"] .legend .d1 { background: #0f766e; }
:root[data-theme="light"] .legend .d2 { background: #b45309; }
:root[data-theme="light"] .legend .d3 { background: #1e3a5f; }

.chart { width: 100%; height: 180px; color: var(--text); }
.chart .line { stroke-dasharray: 1500; stroke-dashoffset: 1500; animation: draw 2.5s ease forwards .4s; }
.chart .line-2 { animation-delay: .7s; }
.chart .line-3 { animation-delay: 1s; }
.chart .area  { opacity: 0; animation: fade 1s ease forwards 1.6s; }
.chart .area-2 { animation-delay: 1.9s; }
@keyframes draw { to { stroke-dashoffset: 0; } }
@keyframes fade { to { opacity: 1; } }

.stack-card h5 { font-size: .9rem; font-weight: 500; margin-bottom: .9rem; }
.region-list { display: flex; flex-direction: column; gap: .65rem; }
.region-list li {
    display: grid; grid-template-columns: 1fr 1.5fr auto; gap: .7rem;
    align-items: center;
    font-size: .82rem;
}
.rg-name { color: var(--text-soft); }
.rg-pct  { font-family: 'JetBrains Mono', monospace; color: var(--primary); font-size: .78rem; }
.rg-bar {
    height: 6px;
    background: var(--bg-glass);
    border-radius: 4px;
    overflow: hidden;
    position: relative;
}
.rg-bar i {
    display: block; height: 100%;
    background: var(--grad);
    border-radius: 4px;
    width: 0;
    animation: barGrow 1.4s cubic-bezier(.4,0,.2,1) forwards;
    animation-delay: 1s;
}
@keyframes barGrow { to { width: var(--w); } }

.float-card {
    position: absolute;
    background: var(--bg-card);
    border: 1px solid var(--border);
    border-radius: 14px;
    padding: .8rem 1rem;
    backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px);
    box-shadow: var(--shadow);
    display: flex; gap: .7rem; align-items: center;
    z-index: 4;
    animation: floatY 5s ease-in-out infinite;
    font-size: .82rem;
}
.fc-icon {
    width: 32px; height: 32px;
    background: var(--grad-soft);
    border-radius: 8px;
    display: grid; place-items: center;
    font-size: 1rem;
    border: 1px solid var(--border);
}
.float-card strong { display: block; font-size: .85rem; }
.float-card span { color: var(--text-soft); font-size: .72rem; }
.fc-1 { top: -2%; left: -3%; animation-delay: -1s; }
.fc-2 { bottom: -4%; right: -2%; animation-delay: -3s; }

.flagship-pillars {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
    margin-top: 5rem;
}
.pillar {
    padding: 1.8rem;
    background: var(--bg-card);
    border: 1px solid var(--border);
    border-radius: 18px;
    backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px);
    transition: transform .35s, border-color .35s;
}
.pillar:hover { transform: translateY(-5px); border-color: var(--border-glow); }
.p-num {
    font-family: 'JetBrains Mono', monospace;
    background: var(--grad);
    -webkit-background-clip: text; background-clip: text;
    color: transparent;
    font-size: 1.5rem;
    font-weight: 600;
    display: block;
    margin-bottom: .8rem;
}
.pillar h4 { font-family: 'Bricolage Grotesque', sans-serif; font-size: 1.2rem; margin-bottom: .4rem; font-weight: 500; }
.pillar p { color: var(--text-soft); font-size: .95rem; }

/* ========================================================================
   SERVICES — BENTO GRID
   ======================================================================== */
.bento {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: minmax(200px, auto);
    gap: 1.1rem;
}
.bento-card {
    position: relative;
    padding: 1.8rem;
    background: var(--bg-card);
    border: 1px solid var(--border);
    border-radius: 22px;
    backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px);
    transition: transform .4s, background .35s, border-color .35s;
    overflow: hidden;
    display: flex; flex-direction: column;
    gap: .7rem;
    transform-style: preserve-3d;
    color: var(--text);
    box-shadow: var(--shadow-card);
}
.bento-card::before {
    content: ""; position: absolute;
    inset: 0;
    border-radius: inherit;
    padding: 1px;
    background: linear-gradient(120deg, transparent 30%, var(--primary), var(--primary-2) 60%, transparent 90%);
    -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
            mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
    -webkit-mask-composite: xor;
            mask-composite: exclude;
    opacity: 0;
    transition: opacity .4s;
    pointer-events: none;
}
.bento-card::after {
    content: ""; position: absolute;
    width: 240px; height: 240px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(0,212,255,.18), transparent 70%);
    top: var(--y, -100%); left: var(--x, -100%);
    transform: translate(-50%, -50%);
    pointer-events: none;
    opacity: 0;
    transition: opacity .35s;
}
.bento-card:hover { transform: translateY(-6px); background: var(--bg-card-hover); }
.bento-card:hover::before { opacity: 1; }
.bento-card:hover::after { opacity: 1; }

.bc-feature { grid-column: span 2; grid-row: span 2; padding: 2.2rem; }
.bc-wide    { grid-column: span 2; }
.bc-tall    { grid-row: span 2; }
.bc-dark { background: linear-gradient(135deg, rgba(0,212,255,.06), rgba(124,58,237,.08)); }

.bc-icon {
    width: 50px; height: 50px;
    border-radius: 13px;
    display: grid; place-items: center;
    background: var(--grad-soft);
    border: 1px solid var(--border);
    color: var(--primary);
    transition: transform .4s;
    flex-shrink: 0;
}
.bento-card:hover .bc-icon { transform: scale(1.08) rotate(-6deg); }

.bento-card h3 {
    font-family: 'Bricolage Grotesque', sans-serif;
    font-weight: 500;
    font-size: 1.2rem;
    letter-spacing: -.01em;
}
.bc-feature h3 { font-size: 1.8rem; }
.bento-card p { color: var(--text-soft); font-size: .92rem; line-height: 1.55; }
.bc-feature p { font-size: 1.02rem; max-width: 80%; }
.bento-card strong { color: var(--text); }

.bc-tag {
    position: absolute; top: 1.4rem; right: 1.4rem;
    font-family: 'JetBrains Mono', monospace;
    font-size: .65rem; letter-spacing: .2em;
    text-transform: uppercase;
    background: var(--grad);
    color: white;
    padding: .3rem .65rem;
    border-radius: 999px;
    box-shadow: 0 6px 20px -8px rgba(20,184,166,.45);
}
.bc-grow { flex: 1; min-height: 1rem; }
.bc-link {
    display: inline-flex; align-items: center; gap: .35rem;
    color: var(--primary);
    font-weight: 500;
    font-size: .9rem;
    transition: gap .3s;
    margin-top: auto;
}
.bc-link:hover { gap: .65rem; }

.bc-decor {
    position: absolute;
    right: -50px; bottom: -50px;
    width: 280px; height: 280px;
    pointer-events: none;
    opacity: .8;
    z-index: 0;
}
.bc-decor svg { width: 100%; height: 100%; animation: spin 30s linear infinite; }

.bc-mini-stats {
    display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem;
    margin-top: auto;
    padding-top: 1rem;
    border-top: 1px solid var(--border);
}
.bc-mini-stats > div { display: flex; flex-direction: column; }
.bc-mini-stats b {
    font-family: 'Bricolage Grotesque', sans-serif;
    font-size: 1.3rem;
    background: var(--grad);
    -webkit-background-clip: text; background-clip: text;
    color: transparent;
    line-height: 1;
}
.bc-mini-stats small { font-size: .72rem; color: var(--text-mute); margin-top: .2rem; }

.bc-list { display: flex; flex-direction: column; gap: .35rem; color: var(--text-soft); font-size: .9rem; margin-top: .5rem; }

.bc-pulse {
    position: absolute; bottom: -50px; right: -50px;
    width: 200px; height: 200px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(0,212,255,.25), transparent 70%);
    animation: pulse 4s ease-in-out infinite;
}

.map-decor svg { animation: none; }

/* ========================================================================
   SIERRA PRODUCT SUITE
   ======================================================================== */
.suite-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.4rem;
}

.product-card {
    --acc-1: #14b8a6;
    --acc-2: #1e3a5f;
    position: relative;
    padding: 2.2rem;
    background: var(--bg-card);
    border: 1px solid var(--border);
    border-radius: 24px;
    backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px);
    display: flex; flex-direction: column;
    gap: .85rem;
    overflow: hidden;
    box-shadow: var(--shadow-card);
    transition: transform .4s, border-color .35s, background .35s;
    transform-style: preserve-3d;
    color: var(--text);
    isolation: isolate;
}

/* Per-product accents — distinct hues, all earthy/oceanic */
.pc-spotlight { --acc-1: #d97706; --acc-2: #92400e; }   /* brass / dark amber  — security */
.pc-tunnel    { --acc-1: #14b8a6; --acc-2: #115e59; }   /* petrol teal         — VPN */
.pc-realtime  { --acc-1: #dc2626; --acc-2: #7f1d1d; }   /* coral / burgundy    — comms */
.pc-campus    { --acc-1: #15803d; --acc-2: #14532d; }   /* forest green        — education */
.pc-cloudstack{ --acc-1: #14b8a6; --acc-2: #1e3a5f; }   /* teal → midnight     — flagship */
:root[data-theme="light"] .pc-spotlight { --acc-1: #b45309; --acc-2: #78350f; }
:root[data-theme="light"] .pc-tunnel    { --acc-1: #0f766e; --acc-2: #134e4a; }
:root[data-theme="light"] .pc-realtime  { --acc-1: #b91c1c; --acc-2: #7f1d1d; }
:root[data-theme="light"] .pc-campus    { --acc-1: #166534; --acc-2: #14532d; }
:root[data-theme="light"] .pc-cloudstack{ --acc-1: #0f766e; --acc-2: #1e3a5f; }

/* animated gradient border on hover */
.product-card::before {
    content: ""; position: absolute;
    inset: 0;
    border-radius: inherit;
    padding: 1px;
    background: linear-gradient(120deg, transparent 30%, var(--acc-1), var(--acc-2) 60%, transparent 90%);
    -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
            mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
    -webkit-mask-composite: xor;
            mask-composite: exclude;
    opacity: 0;
    transition: opacity .4s;
    pointer-events: none;
    z-index: 2;
}

/* spotlight that follows the cursor (uses --x/--y from data-tilt JS) */
.product-card::after {
    content: ""; position: absolute;
    width: 280px; height: 280px;
    border-radius: 50%;
    background: radial-gradient(circle, color-mix(in srgb, var(--acc-1) 35%, transparent), transparent 70%);
    top: var(--y, -100%); left: var(--x, -100%);
    transform: translate(-50%, -50%);
    pointer-events: none;
    opacity: 0;
    transition: opacity .35s;
    z-index: 0;
}

.product-card:hover { transform: translateY(-6px); background: var(--bg-card-hover); }
.product-card:hover::before { opacity: 1; }
.product-card:hover::after  { opacity: 1; }

.pc-glow {
    position: absolute;
    width: 320px; height: 320px;
    background: radial-gradient(circle,
                color-mix(in srgb, var(--acc-1) 40%, transparent),
                transparent 70%);
    top: -120px; right: -120px;
    border-radius: 50%;
    z-index: 0;
    pointer-events: none;
    opacity: .55;
    transition: opacity .5s, transform .8s;
}
.product-card:hover .pc-glow { opacity: 1; transform: scale(1.15); }

.pc-grid-bg {
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(var(--grid-color) 1px, transparent 1px),
        linear-gradient(90deg, var(--grid-color) 1px, transparent 1px);
    background-size: 28px 28px;
    mask-image: radial-gradient(ellipse at top right, black, transparent 60%);
    -webkit-mask-image: radial-gradient(ellipse at top right, black, transparent 60%);
    z-index: 0;
    pointer-events: none;
    opacity: .55;
}

.pc-head {
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: 1rem;
    align-items: center;
    position: relative;
    z-index: 1;
}

.pc-mark {
    width: 56px; height: 56px;
    border-radius: 14px;
    background: linear-gradient(135deg, var(--acc-1), var(--acc-2));
    color: white;
    display: grid; place-items: center;
    box-shadow: 0 14px 35px -10px color-mix(in srgb, var(--acc-1) 60%, transparent),
                inset 0 1px 0 rgba(255,255,255,.25);
    transition: transform .4s;
    flex-shrink: 0;
}
.product-card:hover .pc-mark { transform: scale(1.08) rotate(-6deg); }

.pc-id { display: flex; flex-direction: column; line-height: 1.1; gap: .15rem; }
.pc-brand {
    font-family: 'JetBrains Mono', monospace;
    font-size: .68rem;
    letter-spacing: .35em;
    color: var(--text-mute);
    font-weight: 500;
}
.pc-name {
    font-family: 'Bricolage Grotesque', 'Space Grotesk', sans-serif;
    font-size: 1.7rem;
    font-weight: 600;
    letter-spacing: -.025em;
    background: linear-gradient(135deg, var(--acc-1), var(--acc-2));
    -webkit-background-clip: text; background-clip: text;
    color: transparent;
    line-height: 1;
}

.pc-tag {
    font-family: 'JetBrains Mono', monospace;
    font-size: .62rem;
    letter-spacing: .2em;
    text-transform: uppercase;
    color: var(--text-mute);
    padding: .3rem .65rem;
    border: 1px solid var(--border);
    border-radius: 999px;
    background: var(--bg-glass);
    backdrop-filter: blur(8px);
}

.pc-tagline {
    font-family: 'Bricolage Grotesque', 'Space Grotesk', sans-serif;
    font-size: 1.2rem;
    font-style: italic;
    font-weight: 500;
    margin-top: .35rem;
    background: linear-gradient(135deg, var(--acc-1), var(--acc-2));
    -webkit-background-clip: text; background-clip: text;
    color: transparent;
    position: relative;
    z-index: 1;
    letter-spacing: -.01em;
}

.pc-desc {
    color: var(--text-soft);
    font-size: .95rem;
    line-height: 1.55;
    position: relative;
    z-index: 1;
}

.pc-features {
    display: flex; flex-direction: column;
    gap: .6rem;
    margin: .6rem 0 .25rem;
    position: relative;
    z-index: 1;
    flex: 1;
}
.pc-features li {
    display: flex; gap: .65rem;
    align-items: center;
    font-size: .92rem;
    color: var(--text-soft);
}
.pc-features .check {
    width: 20px; height: 20px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--acc-1), var(--acc-2));
    color: white;
    font-size: .65rem;
    font-weight: 700;
    display: grid; place-items: center;
    flex-shrink: 0;
    box-shadow: 0 4px 12px -4px color-mix(in srgb, var(--acc-1) 60%, transparent);
}

.pc-meta {
    display: flex; flex-wrap: wrap;
    gap: .35rem;
    margin-top: .25rem;
    position: relative;
    z-index: 1;
}
.pc-pill {
    font-family: 'JetBrains Mono', monospace;
    font-size: .68rem;
    letter-spacing: .08em;
    color: var(--text-soft);
    padding: .3rem .7rem;
    border: 1px solid var(--border);
    border-radius: 999px;
    background: var(--bg-glass);
    transition: color .3s, border-color .3s, background .3s;
}
.product-card:hover .pc-pill { color: var(--text); border-color: color-mix(in srgb, var(--acc-1) 35%, var(--border)); }

.pc-cta {
    display: inline-flex; align-items: center;
    gap: .4rem;
    font-weight: 600;
    font-size: .95rem;
    margin-top: .8rem;
    background: linear-gradient(135deg, var(--acc-1), var(--acc-2));
    -webkit-background-clip: text; background-clip: text;
    color: transparent;
    position: relative;
    z-index: 1;
    transition: gap .3s;
    align-self: flex-start;
}
.pc-cta span {
    background: linear-gradient(135deg, var(--acc-1), var(--acc-2));
    -webkit-background-clip: text; background-clip: text;
    color: transparent;
    transition: transform .3s;
}
.pc-cta:hover { gap: .7rem; }
.pc-cta:hover span { transform: translateX(2px); }

/* Footer link back to flagship */
.suite-foot {
    margin-top: 2.5rem;
    display: flex; justify-content: center;
    align-items: center;
    gap: 1rem;
    color: var(--text-mute);
    font-size: .9rem;
    flex-wrap: wrap;
}
.suite-back {
    display: inline-flex; align-items: center;
    gap: .65rem;
    padding: .8rem 1.4rem;
    background: var(--bg-card);
    border: 1px solid var(--border);
    border-radius: 999px;
    backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px);
    transition: border-color .3s, transform .3s, background .3s;
    color: var(--text);
}
.suite-back:hover { border-color: var(--primary); transform: translateY(-2px); background: var(--bg-card-hover); }
.suite-back strong {
    background: var(--grad);
    -webkit-background-clip: text; background-clip: text;
    color: transparent;
    font-weight: 600;
}
.suite-back > span { color: var(--text-soft); font-weight: 400; }
.suite-back .suite-arrow {
    color: var(--primary);
    font-weight: 600;
    transition: transform .3s;
}
.suite-back:hover .suite-arrow { transform: translate(3px, -3px); }

/* ========================================================================
   PRODUCT DETAIL PAGE (PDP)
   ======================================================================== */
.pdp-section { padding: clamp(3rem, 6vw, 5rem) 0; }
.pdp-section .section-head { margin-bottom: 2.5rem; max-width: 760px; }

.pdp-cta-row {
    display: flex; flex-wrap: wrap; gap: 1rem;
    margin-top: 2.2rem;
    position: relative; z-index: 1;
}

/* --- Architecture (how it works) --- */
.pdp-arch {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.2rem;
    position: relative;
}
.pdp-arch-line {
    position: absolute;
    top: 30px; left: 12.5%; right: 12.5%;
    height: 2px;
    background: linear-gradient(90deg, transparent, var(--border-strong) 15%, var(--border-strong) 85%, transparent);
    z-index: 0;
}
.pdp-arch-step {
    position: relative;
    padding: 1.6rem 1.4rem;
    background: var(--bg-card);
    border: 1px solid var(--border);
    border-radius: 18px;
    backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px);
    box-shadow: var(--shadow-card);
    transition: transform .35s, border-color .3s;
    transform-style: preserve-3d;
}
.pdp-arch-step:hover { transform: translateY(-4px); border-color: var(--border-glow); }
.pdp-arch-num {
    width: 56px; height: 56px;
    margin: 0 auto 1.1rem;
    border-radius: 50%;
    background: var(--grad);
    color: white;
    display: grid; place-items: center;
    font-family: 'JetBrains Mono', monospace;
    font-weight: 600;
    font-size: .95rem;
    box-shadow: 0 12px 30px -8px rgba(20, 184, 166, .55);
    position: relative; z-index: 1;
}
.pdp-arch-step h3 {
    font-family: 'Bricolage Grotesque', sans-serif;
    font-size: 1.1rem;
    font-weight: 500;
    text-align: center;
    margin-bottom: .4rem;
    letter-spacing: -.01em;
}
.pdp-arch-step p {
    color: var(--text-soft);
    font-size: .92rem;
    line-height: 1.55;
    text-align: center;
}

/* --- Integrations --- */
.pdp-integrations {
    display: flex;
    flex-wrap: wrap;
    gap: .6rem;
    justify-content: center;
    max-width: 820px;
    margin: 0 auto;
}
.pdp-int {
    padding: .55rem 1.1rem;
    background: var(--bg-card);
    border: 1px solid var(--border);
    border-radius: 999px;
    font-size: .92rem;
    color: var(--text);
    backdrop-filter: blur(12px);
    transition: transform .2s, border-color .2s, color .2s, background .2s;
}
.pdp-int:hover {
    transform: translateY(-2px);
    border-color: var(--primary);
    color: var(--primary);
    background: var(--bg-card-hover);
}
.pdp-int-foot {
    margin-top: 1.5rem;
    text-align: center;
    color: var(--text-mute);
    font-size: .9rem;
}
.pdp-int-foot a { color: var(--primary); text-decoration: none; }
.pdp-int-foot a:hover { text-decoration: underline; }

/* --- Customer logos --- */
.pdp-logos {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 1rem;
}
.pdp-logo {
    display: flex; flex-direction: column;
    align-items: center; gap: .8rem;
    padding: 1.6rem 1rem;
    background: var(--bg-card);
    border: 1px solid var(--border);
    border-radius: 18px;
    backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px);
    transition: transform .3s, border-color .3s;
}
.pdp-logo:hover { transform: translateY(-4px); border-color: var(--border-glow); }
.pdp-logo-mark {
    width: 56px; height: 56px;
    border-radius: 50%;
    background: var(--grad);
    color: white;
    display: grid; place-items: center;
    font-family: 'Bricolage Grotesque', sans-serif;
    font-weight: 600;
    font-size: 1.2rem;
    letter-spacing: .02em;
    box-shadow: 0 8px 22px -6px rgba(20, 184, 166, .45), inset 0 1px 0 rgba(255,255,255,.18);
}
.pdp-logo-name {
    font-family: 'JetBrains Mono', monospace;
    font-size: .8rem;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: var(--text-soft);
    text-align: center;
}

/* --- Pricing --- */
.pdp-pricing { display: grid; place-items: center; }
.pdp-pricing-card {
    --acc-1: var(--primary);
    --acc-2: var(--primary-2);
    position: relative;
    width: 100%;
    max-width: 560px;
    padding: 2.6rem;
    background: var(--bg-card);
    border: 1px solid var(--border);
    border-radius: 24px;
    backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px);
    box-shadow: var(--shadow);
    overflow: hidden;
    text-align: center;
}
.pdp-price-glow {
    position: absolute;
    inset: -50%;
    background: conic-gradient(from 0deg, var(--acc-1), var(--acc-2), var(--accent), var(--acc-1));
    filter: blur(80px);
    opacity: .18;
    z-index: 0;
    animation: spin 16s linear infinite;
}
.pdp-pricing-card > * { position: relative; z-index: 1; }
.pdp-price-label {
    display: inline-block;
    font-family: 'JetBrains Mono', monospace;
    font-size: .72rem;
    letter-spacing: .25em;
    text-transform: uppercase;
    color: var(--text-mute);
    margin-bottom: .8rem;
}
.pdp-price-value {
    font-family: 'Bricolage Grotesque', sans-serif;
    font-size: clamp(1.5rem, 3.5vw, 2.4rem);
    font-weight: 600;
    letter-spacing: -.02em;
    background: linear-gradient(135deg, var(--acc-1), var(--acc-2));
    -webkit-background-clip: text; background-clip: text;
    color: transparent;
    margin-bottom: .8rem;
    line-height: 1.1;
}
.pdp-price-note {
    color: var(--text-soft);
    font-size: .95rem;
    margin-bottom: 1.6rem;
}
.pdp-price-bullets {
    margin-top: 1.6rem;
    display: flex; flex-direction: column;
    gap: .6rem;
    text-align: left;
    max-width: 360px;
    margin-inline: auto;
}
.pdp-price-bullets li {
    display: flex; gap: .65rem;
    align-items: center;
    font-size: .92rem;
    color: var(--text-soft);
}
.pdp-price-bullets .check {
    width: 20px; height: 20px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--acc-1), var(--acc-2));
    color: white;
    font-size: .65rem;
    font-weight: 700;
    display: grid; place-items: center;
    flex-shrink: 0;
}

/* --- FAQ --- */
.pdp-faq { display: flex; flex-direction: column; gap: .65rem; }
.pdp-faq-item {
    background: var(--bg-card);
    border: 1px solid var(--border);
    border-radius: 14px;
    backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px);
    overflow: hidden;
    transition: border-color .3s, background .3s;
}
.pdp-faq-item[open] { border-color: var(--border-glow); }
.pdp-faq-item summary {
    list-style: none;
    cursor: pointer;
    padding: 1.2rem 1.5rem;
    display: flex; justify-content: space-between; align-items: center;
    gap: 1rem;
    font-family: 'Bricolage Grotesque', sans-serif;
    font-size: 1.05rem;
    font-weight: 500;
    user-select: none;
    transition: color .25s;
}
.pdp-faq-item summary::-webkit-details-marker { display: none; }
.pdp-faq-item:hover summary { color: var(--primary); }
.pdp-faq-icon {
    width: 28px; height: 28px;
    border-radius: 50%;
    background: var(--bg-glass);
    border: 1px solid var(--border);
    color: var(--text-soft);
    display: grid; place-items: center;
    font-size: 1.1rem;
    font-weight: 400;
    transition: transform .35s, background .25s, color .25s;
    flex-shrink: 0;
}
.pdp-faq-item[open] .pdp-faq-icon {
    transform: rotate(45deg);
    background: var(--grad);
    color: white;
    border-color: transparent;
}
.pdp-faq-body {
    padding: 0 1.5rem 1.4rem;
    color: var(--text-soft);
    font-size: .95rem;
    line-height: 1.65;
}

/* --- Related products --- */
.pdp-related {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 1.4rem;
}

/* Responsive */
@media (max-width: 900px) {
    .pdp-arch { grid-template-columns: 1fr 1fr; }
    .pdp-arch-line { display: none; }
}
@media (max-width: 600px) {
    .pdp-arch { grid-template-columns: 1fr; }
    .pdp-pricing-card { padding: 1.8rem 1.4rem; }
}

/* ========================================================================
   INDUSTRIES
   ======================================================================== */
.ind-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1rem;
}
.ind-card {
    padding: 1.6rem 1.4rem;
    background: var(--bg-card);
    border: 1px solid var(--border);
    border-radius: 18px;
    backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px);
    text-align: center;
    transition: transform .35s, border-color .3s, background .3s;
    box-shadow: var(--shadow-card);
}
.ind-card:hover { transform: translateY(-5px); border-color: var(--border-glow); background: var(--bg-card-hover); }
.ind-emoji {
    width: 56px; height: 56px;
    margin: 0 auto 1rem;
    background: var(--grad-soft);
    border: 1px solid var(--border);
    border-radius: 14px;
    display: grid; place-items: center;
    font-size: 1.6rem;
    transition: transform .4s;
}
.ind-card:hover .ind-emoji { transform: scale(1.1) rotate(-6deg); }
.ind-card h4 { font-family: 'Bricolage Grotesque', sans-serif; font-size: 1.05rem; margin-bottom: .35rem; }
.ind-card p { color: var(--text-soft); font-size: .85rem; }

/* ========================================================================
   STATS WITH BARS
   ======================================================================== */
.stats-wrap {
    display: grid;
    grid-template-columns: 1fr 1.3fr;
    gap: 4rem;
    align-items: center;
    padding: 3rem;
    background: var(--bg-card);
    border: 1px solid var(--border);
    border-radius: 28px;
    backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px);
    box-shadow: var(--shadow);
    position: relative;
    overflow: hidden;
}
.stats-wrap::before {
    content: ""; position: absolute;
    width: 400px; height: 400px;
    background: radial-gradient(circle, rgba(0,212,255,.15), transparent 60%);
    top: -100px; right: -100px;
    z-index: 0;
}
.stats-text { position: relative; z-index: 1; }
.stats-text .section-title { text-align: left; font-size: clamp(1.8rem, 3.5vw, 2.6rem); margin-top: 1rem; }
.stats-text p { color: var(--text-soft); margin-top: 1rem; }

.stats-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.2rem;
    position: relative; z-index: 1;
}
.stat {
    padding: 1.4rem;
    background: var(--bg-elev);
    border: 1px solid var(--border);
    border-radius: 18px;
    transition: transform .35s, border-color .3s;
}
.stat:hover { transform: translateY(-4px); border-color: var(--primary); }
.stat-num {
    font-family: 'Bricolage Grotesque', sans-serif;
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 600;
    line-height: 1;
    letter-spacing: -.025em;
    background: var(--grad);
    -webkit-background-clip: text; background-clip: text;
    color: transparent;
    display: flex; align-items: baseline;
}
.stat-num i { font-style: normal; font-size: .6em; margin-left: .1em; }
.stat p { color: var(--text-soft); margin: .3rem 0 .8rem; font-size: .9rem; }
.stat-bar { height: 4px; background: var(--bg-glass); border-radius: 4px; overflow: hidden; }
.stat-bar i {
    display: block; height: 100%;
    background: var(--grad);
    width: 0;
    border-radius: 4px;
    transition: width 1.6s cubic-bezier(.4,0,.2,1);
}
.stat.in-view .stat-bar i { width: var(--w); }

/* ========================================================================
   PROCESS / TIMELINE
   ======================================================================== */
.timeline {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem;
    position: relative;
}
.t-line {
    position: absolute;
    top: 32px; left: 12.5%; right: 12.5%;
    height: 2px;
    background: linear-gradient(90deg, transparent, var(--border-strong) 15%, var(--border-strong) 85%, transparent);
    z-index: 0;
}
.t-line::after {
    content: ""; position: absolute;
    inset: 0;
    background: var(--grad);
    transform-origin: left;
    transform: scaleX(0);
    animation: drawLine 2s ease forwards 1s;
}
@keyframes drawLine { to { transform: scaleX(1); } }

.t-step {
    position: relative;
    padding: 1.8rem 1.4rem;
    background: var(--bg-card);
    border: 1px solid var(--border);
    border-radius: 20px;
    text-align: center;
    backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px);
    transition: transform .35s, border-color .3s;
}
.t-step:hover { transform: translateY(-6px); border-color: var(--border-glow); }
.t-num {
    width: 64px; height: 64px;
    margin: 0 auto 1.2rem;
    border-radius: 50%;
    background: var(--bg);
    border: 2px solid var(--border-strong);
    display: grid; place-items: center;
    font-family: 'JetBrains Mono', monospace;
    font-weight: 600;
    font-size: 1.05rem;
    background-image: var(--grad);
    background-clip: padding-box;
    color: white;
    box-shadow: 0 12px 30px -8px rgba(0,0,0,.5);
    position: relative;
    z-index: 1;
}
.t-step h3 { font-family: 'Bricolage Grotesque', sans-serif; font-size: 1.2rem; margin-bottom: .4rem; }
.t-step p { color: var(--text-soft); font-size: .9rem; }

/* ========================================================================
   TESTIMONIALS
   ======================================================================== */
.testimonial-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.4rem;
}
.testi {
    padding: 2rem 1.8rem;
    background: var(--bg-card);
    border: 1px solid var(--border);
    border-radius: 22px;
    backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px);
    transition: transform .4s, border-color .3s;
    position: relative;
    box-shadow: var(--shadow-card);
}
.testi:hover { transform: translateY(-5px); border-color: var(--border-glow); }
.quote {
    width: 32px; height: 32px;
    color: var(--primary);
    opacity: .35;
    margin-bottom: 1rem;
}
.testi p {
    font-size: 1.02rem;
    line-height: 1.55;
    color: var(--text);
    margin-bottom: 1.4rem;
}
.t-meta { display: grid; grid-template-columns: auto 1fr auto; gap: .7rem; align-items: center; }
.t-meta strong { font-size: .9rem; display: block; }
.t-meta span { font-size: .78rem; color: var(--text-mute); }
.stars { color: var(--gold); font-size: .85rem; letter-spacing: .05em; }

/* ========================================================================
   AWARDS STRIP
   ======================================================================== */
.awards-strip {
    display: flex; flex-wrap: wrap; justify-content: space-between; gap: 1rem;
    padding: 1.5rem 2rem;
    background: var(--bg-card);
    border: 1px solid var(--border);
    border-radius: 20px;
    backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px);
}
.aw {
    display: flex; align-items: center; gap: .8rem;
    padding: .5rem .8rem;
    transition: transform .3s;
}
.aw:hover { transform: translateY(-3px); }
.aw-icon {
    width: 40px; height: 40px;
    border-radius: 10px;
    background: linear-gradient(135deg, rgba(251,191,36,.2), rgba(255,61,139,.15));
    border: 1px solid var(--border);
    display: grid; place-items: center;
    font-size: 1.2rem;
    color: var(--gold);
}
.aw strong { display: block; font-size: .88rem; }
.aw small  { font-size: .72rem; color: var(--text-mute); }

/* ========================================================================
   CTA
   ======================================================================== */
.cta-card {
    position: relative;
    text-align: center;
    padding: clamp(3.5rem, 9vw, 6rem) clamp(1.5rem, 5vw, 3rem);
    background: var(--bg-card);
    border: 1px solid var(--border);
    border-radius: 32px;
    overflow: hidden;
    backdrop-filter: blur(28px); -webkit-backdrop-filter: blur(28px);
    box-shadow: var(--shadow);
}
.cta-glow {
    position: absolute; inset: -50%;
    background: conic-gradient(from 0deg, var(--primary), var(--primary-2), var(--accent), var(--gold), var(--primary));
    animation: spin 12s linear infinite;
    filter: blur(80px);
    opacity: .25;
    z-index: 0;
}
.cta-orbits { position: absolute; inset: 0; pointer-events: none; z-index: 1; }
.cta-orbits span {
    position: absolute;
    border: 1px dashed var(--border-strong);
    border-radius: 50%;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);
}
.cta-orbits span:nth-child(1) { width: 300px; height: 300px; animation: spin 20s linear infinite; }
.cta-orbits span:nth-child(2) { width: 500px; height: 500px; animation: spin 30s linear infinite reverse; }
.cta-orbits span:nth-child(3) { width: 700px; height: 700px; animation: spin 45s linear infinite; }

.cta-card .eyebrow { position: relative; z-index: 2; margin-bottom: 1rem; }
.cta-card h2 {
    position: relative; z-index: 2;
    font-family: 'Bricolage Grotesque', sans-serif;
    font-size: clamp(2rem, 5vw, 3.5rem);
    font-weight: 500;
    letter-spacing: -.03em;
    margin-bottom: 1rem;
    line-height: 1.05;
}
.cta-card p {
    position: relative; z-index: 2;
    color: var(--text-soft);
    font-size: 1.1rem;
    margin-bottom: 2rem;
    max-width: 540px;
    margin-inline: auto;
}
.cta-actions {
    position: relative; z-index: 2;
    display: flex; justify-content: center; gap: 1rem; flex-wrap: wrap;
}

/* ========================================================================
   CONTACT
   ======================================================================== */
.contact-grid {
    display: grid;
    grid-template-columns: 1fr 1.1fr;
    gap: 4rem;
    align-items: start;
}
.contact-info .section-title { text-align: left; font-size: clamp(1.8rem, 3.5vw, 2.6rem); margin-top: 1rem; }
.contact-info .lead { color: var(--text-soft); margin: 1rem 0 2rem; font-size: 1.05rem; }
.contact-list { display: grid; gap: 1rem; margin-bottom: 2rem; }
.contact-list li { display: flex; gap: 1rem; align-items: center; padding: .6rem 0; }
.ci-icon {
    width: 42px; height: 42px;
    border-radius: 11px;
    background: var(--grad-soft);
    border: 1px solid var(--border);
    display: grid; place-items: center;
    color: var(--primary);
    flex-shrink: 0;
}
.contact-list strong { display: block; font-size: .92rem; }
.contact-list span   { color: var(--text-soft); font-size: .88rem; }
.contact-list a      { color: var(--text-soft); font-size: .88rem; text-decoration: none; transition: color .18s ease; }
.contact-list a:hover { color: var(--primary); }
.socials { display: flex; gap: .55rem; }
.social {
    width: 42px; height: 42px;
    border-radius: 50%;
    border: 1px solid var(--border);
    background: var(--bg-card);
    display: grid; place-items: center;
    color: var(--text-soft);
    transition: color .3s, border-color .3s, background .3s;
}
.social:hover { color: white; border-color: transparent; background: var(--grad); }

.contact-form {
    background: var(--bg-card);
    border: 1px solid var(--border);
    border-radius: 24px;
    padding: 2.2rem;
    backdrop-filter: blur(24px); -webkit-backdrop-filter: blur(24px);
    box-shadow: var(--shadow);
}
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.field { position: relative; margin-bottom: 1rem; }
.field input, .field select, .field textarea {
    width: 100%;
    padding: 1.2rem 1rem .55rem;
    background: var(--bg-elev);
    border: 1px solid var(--border);
    border-radius: 12px;
    color: var(--text);
    transition: border-color .25s, background .25s, box-shadow .25s;
    outline: none;
}
.field textarea { resize: vertical; min-height: 110px; padding-top: 1.6rem; }
.field select { padding-top: 1.1rem; padding-bottom: 1.1rem; }
.field input:focus, .field select:focus, .field textarea:focus {
    border-color: var(--primary);
    box-shadow: 0 0 0 3px rgba(0,212,255,.15);
}
.field label {
    position: absolute;
    top: 1.05rem; left: 1rem;
    color: var(--text-mute);
    pointer-events: none;
    transition: top .2s, font-size .2s, color .2s;
}
.field input:focus + label,
.field input:not(:placeholder-shown) + label,
.field textarea:focus + label,
.field textarea:not(:placeholder-shown) + label {
    top: .35rem;
    font-size: .68rem;
    color: var(--primary);
    letter-spacing: .04em;
    text-transform: uppercase;
}
.form-status { margin-top: 1rem; text-align: center; font-size: .9rem; min-height: 1.2em; }
.form-status.success { color: var(--success); }
.form-status.error   { color: var(--accent); }

/* ========================================================================
   FOOTER
   ======================================================================== */
.footer {
    margin-top: 4rem;
    padding: 3rem 0 1.5rem;
    border-top: 1px solid var(--border);
    background: var(--bg-elev);
    position: relative;
}
.footer::before {
    content: ""; position: absolute;
    top: 0; left: 50%; transform: translateX(-50%);
    width: 60%; height: 1px;
    background: linear-gradient(90deg, transparent, var(--primary), transparent);
    opacity: .5;
}
.footer-top {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 2rem;
    align-items: center;
    padding: 2rem;
    background: var(--bg-card);
    border: 1px solid var(--border);
    border-radius: 22px;
    margin-bottom: 3rem;
    backdrop-filter: blur(20px);
}
.footer-cta h3 {
    font-family: 'Bricolage Grotesque', sans-serif;
    font-size: 1.5rem;
    font-weight: 500;
    margin-bottom: .25rem;
}
.footer-cta p { color: var(--text-soft); font-size: .95rem; }

.newsletter {
    display: flex;
    background: var(--bg-elev);
    border: 1px solid var(--border);
    border-radius: 12px;
    overflow: hidden;
    transition: border-color .25s;
    min-width: 320px;
}
.newsletter:focus-within { border-color: var(--primary); }
.newsletter input { flex: 1; background: transparent; border: 0; padding: .85rem 1rem; outline: none; }
.newsletter button {
    background: var(--grad);
    color: white;
    padding: 0 1.2rem;
    font-weight: 500;
    font-size: .9rem;
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.6fr repeat(4, 1fr);
    gap: 2.5rem;
    margin-bottom: 2.5rem;
}
.footer-brand p { color: var(--text-soft); margin-top: 1rem; max-width: 300px; font-size: .92rem; }
.footer-tagline {
    font-family: 'Bricolage Grotesque', sans-serif;
    font-style: italic;
    margin-top: .5rem !important;
    background: var(--grad);
    -webkit-background-clip: text; background-clip: text;
    color: transparent;
    font-size: .9rem;
}
.footer-col h4 {
    font-family: 'JetBrains Mono', monospace;
    font-size: .72rem; letter-spacing: .2em; text-transform: uppercase;
    color: var(--text-mute);
    margin-bottom: 1rem;
}
.footer-col a {
    display: block; padding: .3rem 0;
    color: var(--text-soft);
    font-size: .9rem;
    transition: color .25s, transform .25s;
}
.footer-col a:hover { color: var(--primary); transform: translateX(4px); }

.footer-bottom {
    display: flex; justify-content: space-between; align-items: center;
    padding-top: 1.5rem;
    border-top: 1px solid var(--border);
    color: var(--text-mute);
    font-size: .85rem;
    flex-wrap: wrap; gap: .5rem;
}
.bd-stamp { display: inline-flex; align-items: center; gap: .5rem; }
.bd-flag {
    display: inline-block;
    width: 22px; height: 14px;
    background: #006a4e;
    border-radius: 2px;
    position: relative;
    vertical-align: middle;
}
.bd-flag::after {
    content: ""; position: absolute;
    width: 8px; height: 8px;
    background: #f42a41;
    border-radius: 50%;
    top: 50%; left: 45%;
    transform: translate(-50%, -50%);
}

/* -------- TO TOP -------- */
.to-top {
    position: fixed; bottom: 1.5rem; right: 1.5rem;
    width: 48px; height: 48px;
    border-radius: 50%;
    background: var(--grad);
    color: white;
    display: grid; place-items: center;
    box-shadow: 0 12px 30px -10px rgba(20,184,166,.45);
    opacity: 0; visibility: hidden;
    transform: translateY(20px);
    transition: opacity .3s, transform .3s, visibility .3s;
    z-index: 50;
}
.to-top.visible { opacity: 1; visibility: visible; transform: translateY(0); }

/* -------- REVEAL ON SCROLL -------- */
.reveal { opacity: 0; transform: translateY(40px); transition: opacity .9s ease, transform .9s ease; }
.reveal.in { opacity: 1; transform: translateY(0); }

/* -------- RESPONSIVE -------- */
@media (max-width: 1100px) {
    .bento { grid-template-columns: repeat(3, 1fr); }
    .bc-feature { grid-column: span 3; grid-row: auto; }
    .bc-wide    { grid-column: span 3; }
    .bc-tall    { grid-row: auto; }
    .dash-row-top { grid-template-columns: repeat(2, 1fr); }
    .dash-row-bot { grid-template-columns: 1fr; }
    .stats-wrap { grid-template-columns: 1fr; gap: 2.5rem; }
    .footer-grid { grid-template-columns: 1fr 1fr 1fr; }
    .timeline    { grid-template-columns: repeat(2, 1fr); }
    .t-line      { display: none; }
    .testimonial-grid { grid-template-columns: 1fr 1fr; }
    .flagship-pillars { grid-template-columns: 1fr; }
}
@media (max-width: 980px) {
    .nav-links { display: none; }
    .hamburger { display: flex; }
    .nav-cta { display: none; }
    .about-grid, .contact-grid { grid-template-columns: 1fr; gap: 2.5rem; }
    .testimonial-grid { grid-template-columns: 1fr; }
    .footer-top { grid-template-columns: 1fr; }
    .newsletter { min-width: auto; width: 100%; }
    .float-badge { display: none; }
    .dash-side { display: none; }
    .dash-body { grid-template-columns: 1fr; }
}
@media (max-width: 700px) {
    .bento { grid-template-columns: 1fr 1fr; }
    .bc-feature, .bc-wide { grid-column: span 2; }
    .footer-grid { grid-template-columns: 1fr 1fr; }
    .footer-bottom { flex-direction: column; }
    .timeline { grid-template-columns: 1fr; }
    .form-row { grid-template-columns: 1fr; }
    .hero-trust { padding: .55rem 1rem; flex-direction: column; gap: .8rem; }
    .stats-wrap { padding: 2rem; }
    .suite-grid { grid-template-columns: 1fr; }
    .product-card { padding: 1.8rem; }
    .pc-name { font-size: 1.5rem; }
    .pc-tagline { font-size: 1.1rem; }
}
@media (max-width: 480px) {
    .bento { grid-template-columns: 1fr; }
    .bc-feature, .bc-wide { grid-column: auto; }
    .footer-grid { grid-template-columns: 1fr; }
}

/* ========================================================================
   BRAND / LOGO SHOWCASE PAGE
   ======================================================================== */
.brand-page { padding-top: 80px; }

/* HERO */
.brand-hero { padding: 5rem 0 3rem; position: relative; }
.bh-grid {
    display: grid;
    grid-template-columns: 1.1fr 1fr;
    gap: 4rem;
    align-items: center;
}
.brand-title {
    font-family: 'Bricolage Grotesque', sans-serif;
    font-size: clamp(2.4rem, 6vw, 4.8rem);
    font-weight: 500;
    line-height: 1;
    letter-spacing: -.04em;
    margin: 1rem 0 1.5rem;
}
.brand-title .line { display: block; }
.brand-lead {
    color: var(--text-soft);
    font-size: clamp(1rem, 1.4vw, 1.18rem);
    line-height: 1.55;
    margin-bottom: 1.5rem;
    max-width: 540px;
}
.brand-tagline {
    font-family: 'Bricolage Grotesque', sans-serif;
    font-size: 1.25rem;
    background: var(--grad);
    -webkit-background-clip: text; background-clip: text;
    color: transparent;
    margin-bottom: 2rem;
    font-weight: 500;
}
.bh-actions { display: flex; gap: 1rem; flex-wrap: wrap; }

/* HERO MARK with line-draw animation */
.bh-visual {
    position: relative;
    display: grid; place-items: center;
    aspect-ratio: 1;
    max-width: 460px;
    margin: 0 auto;
}
.hero-mark {
    position: relative;
    width: 78%; height: 78%;
    z-index: 2;
    filter: drop-shadow(0 30px 60px rgba(0, 212, 255, 0.25));
}
.hero-mark .hm-shield-stroke { animation: drawIn 1.6s ease forwards .3s; }
.hero-mark .hm-peak           { animation: drawIn 1.2s ease forwards 1.2s; }
.hero-mark .hm-wave1          { animation: drawIn 1s   ease forwards 2s; }
.hero-mark .hm-wave2          { animation: drawIn 1s   ease forwards 2.3s; }
@keyframes drawIn { to { stroke-dashoffset: 0; } }

.hero-mark-glow {
    position: absolute; inset: 10%;
    background: conic-gradient(from 0deg, var(--primary), var(--primary-2), var(--accent), var(--primary));
    filter: blur(60px);
    opacity: .5;
    border-radius: 50%;
    animation: spin 14s linear infinite;
    z-index: 0;
}
.hero-orbit, .hero-orbit-2 {
    position: absolute;
    border: 1px dashed var(--border-strong);
    border-radius: 50%;
    inset: 6%;
    z-index: 1;
    animation: spin 22s linear infinite;
    pointer-events: none;
}
.hero-orbit-2 { inset: -8%; animation: spin 32s linear infinite reverse; border-color: var(--border); }

/* COMMON BRAND SECTION */
.brand-section { padding: clamp(4rem, 8vw, 7rem) 0; }
.brand-section .section-head { margin-bottom: 3.5rem; }

/* ANATOMY */
.anatomy-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.4rem;
}
.anatomy-card {
    background: var(--bg-card);
    border: 1px solid var(--border);
    border-radius: 24px;
    padding: 2rem;
    backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px);
    box-shadow: var(--shadow-card);
    transition: transform .35s, border-color .3s;
    display: flex; flex-direction: column;
}
.anatomy-card:hover { transform: translateY(-5px); border-color: var(--border-glow); }
.ac-visual {
    background: var(--bg-elev);
    border: 1px solid var(--border);
    border-radius: 16px;
    padding: 2rem;
    display: grid; place-items: center;
    margin-bottom: 1.4rem;
}
.ac-visual svg { width: 100%; max-width: 180px; height: auto; }
.ac-num {
    font-family: 'JetBrains Mono', monospace;
    font-size: 1.4rem;
    font-weight: 600;
    background: var(--grad);
    -webkit-background-clip: text; background-clip: text;
    color: transparent;
    margin-bottom: .4rem;
    display: block;
}
.ac-meta h3 {
    font-family: 'Bricolage Grotesque', sans-serif;
    font-size: 1.3rem;
    font-weight: 500;
    margin-bottom: .55rem;
    letter-spacing: -.01em;
}
.ac-meta p { color: var(--text-soft); font-size: .95rem; line-height: 1.55; }
.ac-meta em { color: var(--text); font-style: italic; }

/* STORY CARD */
.story-card {
    position: relative;
    padding: clamp(2.5rem, 6vw, 4.5rem);
    background: var(--bg-card);
    border: 1px solid var(--border);
    border-radius: 28px;
    backdrop-filter: blur(24px); -webkit-backdrop-filter: blur(24px);
    box-shadow: var(--shadow);
    max-width: 920px;
    margin: 0 auto;
    text-align: center;
    overflow: hidden;
}
.story-card::before {
    content: ""; position: absolute;
    inset: -20%;
    background: conic-gradient(from 90deg, var(--primary), var(--primary-2), var(--accent), var(--primary));
    filter: blur(120px);
    opacity: .15;
    z-index: 0;
    animation: spin 18s linear infinite;
}
.story-card > * { position: relative; z-index: 1; }
.story-card .eyebrow { margin-bottom: 1rem; }
.story-card .section-title { font-size: clamp(1.8rem, 3.5vw, 2.6rem); margin-bottom: 2rem; }
.story-quote {
    font-family: 'Bricolage Grotesque', sans-serif;
    font-size: clamp(1.05rem, 1.4vw, 1.25rem);
    line-height: 1.65;
    color: var(--text-soft);
    margin-bottom: 1.4rem;
    font-weight: 400;
    max-width: 720px;
    margin-inline: auto;
}
.story-quote-emphasis {
    background: var(--grad);
    -webkit-background-clip: text; background-clip: text;
    color: transparent;
    font-weight: 500;
    font-style: italic;
    font-size: 1.4rem;
}
.story-foot { margin-top: 2rem; }
.story-attr {
    font-family: 'JetBrains Mono', monospace;
    font-size: .8rem;
    letter-spacing: .15em;
    text-transform: uppercase;
    color: var(--text-mute);
}
.story-corner {
    position: absolute;
    font-family: 'Bricolage Grotesque', serif;
    font-size: 4rem;
    color: var(--primary);
    opacity: .35;
    line-height: 1;
    z-index: 1;
}
.story-corner-tl { top: 1rem; left: 1.5rem; }
.story-corner-br { bottom: 1rem; right: 1.5rem; }

/* VARIATIONS */
.variations-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.2rem;
}
.var-card {
    aspect-ratio: 1;
    border-radius: 22px;
    display: flex; flex-direction: column;
    align-items: center; justify-content: center;
    gap: 1.2rem;
    border: 1px solid var(--border);
    transition: transform .35s;
    position: relative;
    overflow: hidden;
}
.var-card:hover { transform: translateY(-5px); }
.var-dark       { background: linear-gradient(135deg, #050a0c, #0f172a); }
.var-light      { background: linear-gradient(135deg, #f8fafa, #ecf0f0); }
.var-mono-light { background: linear-gradient(135deg, #1e3a5f, #050a0c); }
.var-mono-dark  { background: linear-gradient(135deg, #fafafa, #ffffff); }
.var-label {
    font-family: 'JetBrains Mono', monospace;
    font-size: .75rem;
    letter-spacing: .1em;
    color: var(--text-soft);
    text-transform: uppercase;
}
.var-light .var-label, .var-mono-dark .var-label { color: #475569; }
.var-mono-light .var-label { color: #cbd5e1; }
.var-dark .var-label { color: #94a3b8; }

/* PALETTE */
.palette {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.2rem;
}
.swatch {
    background: var(--bg-card);
    border: 1px solid var(--border);
    border-radius: 22px;
    overflow: hidden;
    backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px);
    transition: transform .35s, border-color .3s;
}
.swatch:hover { transform: translateY(-4px); border-color: var(--border-glow); }
.sw-color {
    aspect-ratio: 1.4;
    width: 100%;
}
.sw-gradient {
    background: linear-gradient(135deg, #14b8a6 0%, #1e3a5f 50%, #d97706 100%);
}
:root[data-theme="light"] .sw-gradient {
    background: linear-gradient(135deg, #0f766e 0%, #1e3a5f 50%, #b45309 100%);
}
.sw-meta { padding: 1.2rem 1.4rem; display: flex; flex-direction: column; gap: .25rem; }
.sw-meta strong { font-family: 'Bricolage Grotesque', sans-serif; font-size: 1.05rem; }
.sw-meta code {
    font-family: 'JetBrains Mono', monospace;
    font-size: .82rem;
    color: var(--primary);
    background: var(--bg-glass);
    padding: .15rem .5rem;
    border-radius: 6px;
    border: 1px solid var(--border);
    align-self: flex-start;
    margin-top: .25rem;
}
.sw-meta small { color: var(--text-mute); font-size: .82rem; margin-top: .35rem; }

/* SCALE */
.scale-row {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 2rem;
    flex-wrap: wrap;
    padding: 3rem;
    background: var(--bg-card);
    border: 1px solid var(--border);
    border-radius: 24px;
    backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px);
    box-shadow: var(--shadow-card);
}
.scale-item {
    display: flex; flex-direction: column;
    align-items: center; gap: .8rem;
    color: var(--text-mute);
    font-family: 'JetBrains Mono', monospace;
    font-size: .72rem;
    letter-spacing: .1em;
    text-transform: uppercase;
}

/* LOCKUPS */
.lockup-grid {
    display: grid;
    grid-template-columns: 1fr 1.5fr 1fr;
    gap: 1.2rem;
}
.lockup-card {
    background: var(--bg-card);
    border: 1px solid var(--border);
    border-radius: 22px;
    overflow: hidden;
    backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px);
    box-shadow: var(--shadow-card);
    display: flex; flex-direction: column;
    transition: transform .35s, border-color .3s;
}
.lockup-card:hover { transform: translateY(-4px); border-color: var(--border-glow); }
.lockup-stage {
    background: var(--bg-elev);
    padding: 3rem 1.5rem;
    display: grid; place-items: center;
    flex: 1;
    border-bottom: 1px solid var(--border);
    min-height: 220px;
}
.lockup-meta { padding: 1.2rem 1.5rem; }
.lockup-meta strong { font-family: 'Bricolage Grotesque', sans-serif; font-size: 1.05rem; display: block; margin-bottom: .25rem; }
.lockup-meta small  { color: var(--text-mute); font-size: .82rem; }

.horizontal-lockup { display: flex; align-items: center; gap: 1.2rem; }
.hl-text { display: flex; flex-direction: column; line-height: 1; gap: .25rem; position: relative; }
.hl-main {
    font-family: 'Bricolage Grotesque', sans-serif;
    font-size: 2.2rem; font-weight: 600; letter-spacing: -.02em;
}
.hl-sub  {
    font-family: 'JetBrains Mono', monospace;
    font-size: .7rem; letter-spacing: .35em; color: var(--text-mute);
}
.hl-bar { width: 60px; height: 2px; background: var(--grad); border-radius: 1px; margin-top: .25rem; }

.stacked-lockup {
    display: flex; flex-direction: column;
    align-items: center; gap: .35rem;
    text-align: center;
}
.stacked-lockup svg { margin-bottom: .5rem; }
.sl-bar  { width: 40px; height: 2px; background: var(--grad); border-radius: 1px; margin: .35rem 0 .65rem; }
.sl-main { font-family: 'Bricolage Grotesque', sans-serif; font-size: 1.7rem; font-weight: 600; letter-spacing: -.02em; }
.sl-sub  { font-family: 'JetBrains Mono', monospace; font-size: .7rem; letter-spacing: .35em; color: var(--text-mute); }
.sl-tagline {
    font-family: 'Bricolage Grotesque', sans-serif;
    font-size: .82rem; font-style: italic;
    color: var(--text-soft);
    margin-top: .5rem;
    letter-spacing: .02em;
}

/* DOWNLOADS */
.downloads-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
}
.download-card {
    background: var(--bg-card);
    border: 1px solid var(--border);
    border-radius: 18px;
    padding: 1.6rem 1.2rem;
    backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px);
    display: flex; flex-direction: column; gap: .55rem;
    color: var(--text);
    transition: transform .35s, border-color .3s, background .3s;
    text-align: left;
}
.download-card:hover { transform: translateY(-4px); border-color: var(--primary); background: var(--bg-card-hover); }
.download-card svg { color: var(--primary); margin-bottom: .35rem; }
.download-card strong { font-family: 'Bricolage Grotesque', sans-serif; font-size: 1.05rem; font-weight: 500; }
.download-card small { color: var(--text-mute); font-size: .82rem; font-family: 'JetBrains Mono', monospace; }

/* RULES */
.rules-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
}
.rule {
    padding: 1.6rem;
    background: var(--bg-card);
    border: 1px solid var(--border);
    border-radius: 18px;
    backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px);
    transition: border-color .3s, transform .3s;
}
.rule-do:hover   { border-color: var(--success); transform: translateY(-3px); }
.rule-dont:hover { border-color: var(--accent);  transform: translateY(-3px); }
.rule-tag {
    display: inline-block;
    font-family: 'JetBrains Mono', monospace;
    font-size: .7rem;
    letter-spacing: .2em;
    padding: .3rem .7rem;
    border-radius: 999px;
    margin-bottom: .8rem;
    font-weight: 600;
}
.tag-do   { background: rgba(16, 185, 129, .15); color: var(--success); border: 1px solid rgba(16, 185, 129, .3); }
.tag-dont { background: rgba(255, 61, 139, .15); color: var(--accent);  border: 1px solid rgba(255, 61, 139, .3); }
.rule p { color: var(--text-soft); font-size: .95rem; line-height: 1.55; }

/* RESPONSIVE for brand page */
@media (max-width: 1100px) {
    .anatomy-grid { grid-template-columns: 1fr; }
    .variations-grid { grid-template-columns: 1fr 1fr; }
    .palette { grid-template-columns: 1fr 1fr; }
    .lockup-grid { grid-template-columns: 1fr; }
    .downloads-grid { grid-template-columns: 1fr 1fr; }
    .rules-grid { grid-template-columns: 1fr; }
    .bh-grid { grid-template-columns: 1fr; gap: 3rem; text-align: center; }
    .brand-lead, .bh-actions { margin-inline: auto; }
    .brand-lead { max-width: none; }
    .bh-actions { justify-content: center; }
    .bh-visual { order: -1; max-width: 320px; }
}
@media (max-width: 600px) {
    .variations-grid, .palette, .downloads-grid { grid-template-columns: 1fr; }
    .scale-row { padding: 2rem 1rem; gap: 1.5rem; }
    .story-corner { font-size: 2.5rem; }
}

@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
    .aurora, .marquee-track, .cta-glow, .cta-orbits span, .float-card, .float-badge, .bc-decor svg { animation: none !important; }
    [data-split] .char { transform: none; opacity: 1; animation: none; }
}
