[v-cloak] {
    display: none;
}

/* Performance optimizations */
* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

html {
    scroll-behavior: smooth;
}

img, video {
    content-visibility: auto;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

/* Reduce repaints */
.section, .card, .pricing-card {
    contain: layout;
}

:root {
    color-scheme: dark;
    --black: #040404;
    --graphite: #111217;
    --surface: rgba(10, 10, 10, 0.92);
    --cyan: #00fff6;
    --magenta: #ff007c;
    --white: #e0e0e0;
    --slate: #9ea9c2;
    --gradient-1: #00fff6;
    --gradient-2: #07f8d8;
    --gradient-3: #ff007c;
    --gradient-4: #f5d300;
    --radius: 22px;
    --shadow: 0 45px 120px rgba(0, 255, 246, 0.18);
    --font-secondary: "Inter", "Space Grotesk", "Segoe UI", sans-serif;
    font-size: 16px;
}

.pricing-card__price--flat {
    font-size: clamp(2rem, 3.4vw, 2.4rem);
    letter-spacing: 0.1em;
}

.glitch-bg {
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 0; /* stay behind interactive UI */
    opacity: 0.15;
    pointer-events: none;
    mix-blend-mode: screen;
    animation: flicker 6s ease-in-out infinite;
}

.glitch-bg img {
    width: min(420px, 42vw);
    height: auto;
    filter: drop-shadow(0 0 10px rgba(0,255,246,0.8));
    display: block;
}

@keyframes flicker {
    0%, 19%, 21%, 23%, 25%, 54%, 56%, 100% { opacity: 0.15; }
    20%, 24%, 55% { opacity: 0.06; }
    22%, 26%, 60% { opacity: 0.22; }
}

@media (max-width: 768px) {
    .glitch-bg img { width: 260px; }
}

@media (prefers-reduced-motion: reduce) {
    .glitch-bg { animation: none; }
}

.id-cards { display: grid !important; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; margin-top: 1rem; }
.id-card {
    position: relative;
    display: grid !important;
    gap: 0.6rem;
    padding: 1rem;
    border-radius: 14px;
    background: linear-gradient(160deg, rgba(0,255,246,0.08), rgba(4,4,6,0.85));
    border: 1px solid rgba(0,255,246,0.22);
    box-shadow: 0 20px 60px rgba(0,255,246,0.12);
}
.id-card__header { display: flex; align-items: center; justify-content: space-between; }
.id-card__label { font-size: 0.72rem; letter-spacing: 0.22em; text-transform: uppercase; color: rgba(233,240,255,0.72); }
.id-card__status { font-size: 0.68rem; padding: 0.2rem 0.6rem; border-radius: 999px; border: 1px solid rgba(0,255,246,0.35); }
.id-card__status--active { color: #03dac5; border-color: rgba(0,255,246,0.5); }
.id-card__status--verified { color: #8bf3ff; border-color: rgba(139,243,255,0.5); }
.id-card__status--linked { color: #ff7abf; border-color: rgba(255,122,191,0.45); }
.id-card__body { display: grid !important; gap: 0.4rem; font-size: 0.95rem; }
.id-card__row { display: grid !important; grid-template-columns: 110px 1fr; align-items: baseline; gap: 0.5rem; padding-bottom: 0.35rem; border-bottom: 1px dashed rgba(0,255,246,0.18); }
.id-card__row span { color: rgba(200,220,235,0.64); font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace; letter-spacing: 0.08em; font-size: 0.82rem; }
.id-card__row strong { color: #e9f0ff; font-weight: 600; }
.id-card__footer { display: flex; align-items: center; gap: 0.6rem; margin-top: 0.2rem; }
.id-card__footer img { width: 24px; height: 24px; object-fit: contain; filter: drop-shadow(0 2px 8px rgba(0,255,246,0.5)); }
.id-card__sig { font-size: 0.82rem; color: rgba(233,240,255,0.8); letter-spacing: 0.12em; text-transform: uppercase; }

@media (max-width: 980px) {
    .id-cards { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 640px) {
    .id-cards { grid-template-columns: 1fr; }
}

/* Futuristic driver's-license styling */
.id-card--license {
    display: grid !important;
    grid-template-rows: auto auto 1fr auto;
    gap: 0.4rem;
    border-radius: 14px;
    background: radial-gradient(140% 100% at 0% 0%, rgba(0,255,246,0.12), rgba(10,12,18,0.9)) no-repeat,
                linear-gradient(180deg, rgba(8,10,14,0.85), rgba(8,10,14,0.95));
    border: 1px solid rgba(0,255,246,0.28);
    overflow: hidden;
    position: relative;
    width: min(560px, 100%);
    aspect-ratio: 1.586; /* ID-1 format */
    padding: 0.75rem; /* override base .id-card padding visually */
    box-sizing: border-box;
}
.id-card--license::before {
    content: "";
    position: absolute;
    inset: 0;
    background: repeating-linear-gradient(90deg, rgba(0,255,246,0.05) 0 2px, transparent 2px 6px);
    mix-blend-mode: overlay;
    opacity: 0.35;
    pointer-events: none;
}
.id-card__holo {
    position: absolute; right: -30px; top: -30px; width: 160px; height: 160px; border-radius: 50%;
    background: conic-gradient(from 180deg, rgba(0,255,246,0.25), rgba(255,7,124,0.2), rgba(0,255,246,0.25));
    filter: blur(14px); opacity: 0.45; pointer-events: none;
}
.id-card__microtext {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace;
    letter-spacing: 0.26em; font-size: 0.52rem; color: rgba(233,240,255,0.55);
    border-top: 1px dashed rgba(0,255,246,0.24);
    border-bottom: 1px dashed rgba(0,255,246,0.24);
    padding: 0.2rem 0; overflow: hidden; white-space: nowrap;
}
.id-card__top { display: grid !important; grid-template-columns: 72px 16px 1fr 80px; gap: 0.5rem; align-items: center; }
.id-card__avatar { width: 72px; height: 72px; object-fit: contain; filter: drop-shadow(0 6px 18px rgba(0,255,246,0.4)); }
.id-card__chip { width: 16px; height: 22px; border-radius: 4px; background: linear-gradient(180deg, #0ef, #0aa); box-shadow: inset 0 0 0 2px rgba(0,255,246,0.5); }
.id-card__meta { display: grid !important; gap: 0.3rem; }
.id-card__number { font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace; font-size: 0.82rem; letter-spacing: 0.16em; color: #c6f7ff; }
.id-card__qr { display: grid !important; place-items: center; }

@media (max-width: 640px) {
    .id-card--license { width: 100%; aspect-ratio: 1.586; padding: 0.6rem; }
    .id-card__top { grid-template-columns: 64px 14px 1fr; }
    .id-card__qr { display: none; }
    .id-card__avatar { width: 64px; height: 64px; }
    .id-card__number { font-size: 0.78rem; }
}

@media (prefers-reduced-motion: reduce) {
    .id-card__holo { display: none; }
}
.hero__divider { width: 100%; height: 2px; background: linear-gradient(90deg, var(--cyan), rgba(255,7,124,0.45)); opacity: 0.7; position: relative; overflow: hidden; }
.hero__divider::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(0,255,246,0.9) 50%, rgba(255,255,255,0) 100%); transform: translateX(-100%); animation: sweep 2.8s linear infinite; }
@keyframes sweep { to { transform: translateX(100%); } }

/* Background canvas + film grain (disabled for minimal header) */
.bg-canvas, .noise-overlay { display: none !important; }

/* Reveal animations - DISABLED for performance */
/* Removed to eliminate scroll lag */

/* Marquee */
.marquee {
    overflow: hidden;
    mask-image: linear-gradient(90deg, transparent, #000 10%, #000 90%, transparent);
}
.marquee__track {
    display: inline-flex;
    gap: 3rem;
    white-space: nowrap;
    will-change: transform;
    animation: marquee 24s linear infinite;
}
.marquee__item { letter-spacing: 0.18em; text-transform: uppercase; color: rgba(233,240,255,0.6); font-size: 0.9rem; }

@keyframes marquee {
    from { transform: translateX(0); }
    to { transform: translateX(-50%); }
}

* {
    box-sizing: border-box;
}

body {
    margin: 0;
    font-family: var(--font-secondary);
    background: radial-gradient(circle at top, rgba(0, 255, 246, 0.12), transparent 55%),
        linear-gradient(180deg, var(--graphite), var(--black));
    color: var(--white);
    min-height: 100vh;
    overflow-x: hidden;
}

img {
    max-width: 100%;
    display: block;
}

a {
    color: var(--cyan);
    text-decoration: none;
}

a:hover,
a:focus {
    text-decoration: underline;
}

p,
li,
blockquote {
    color: rgba(224, 232, 247, 0.86);
    font-size: clamp(1rem, 0.4vw + 0.95rem, 1.05rem);
    line-height: 1.7;
}

h1, h2, h3 {
    font-family: "Space Grotesk", sans-serif;
    color: var(--white);
    letter-spacing: -0.015em;
}

h2.section__heading {
    letter-spacing: -0.01em;
}

.section__subhead {
    font-size: 1.05rem;
    color: rgba(224, 232, 247, 0.75);
}

.text-accent {
    color: var(--cyan);
}

.site-shell {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 10001;
    padding: clamp(0.6rem, 2vw, 0.9rem) 0.85rem 0.6rem;
    display: grid !important;
    gap: 0.8rem;
    background: linear-gradient(180deg, rgba(14,16,22,0.92), rgba(8,10,14,0.98));
    backdrop-filter: blur(8px);
    overflow: hidden;
}
.site-header { transition: box-shadow 240ms ease, background-color 240ms ease; }
.site-header.scrolled { box-shadow: 0 8px 30px rgba(0,0,0,0.35), 0 1px 0 rgba(0,255,246,0.12) inset; }
.site-header::before { display: none; }
.site-header::after {
    content: "";
    position: absolute;
    left: 0; right: 0; bottom: 0;
    height: 2px;
    background: linear-gradient(90deg, var(--cyan), rgba(255,7,124,0.6));
    opacity: 0.6;
}

.hero {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    text-align: left;
    gap: clamp(0.5rem, 1vw, 0.75rem);
    max-width: 980px;
    margin: 0 auto;
    padding: 0 1rem;
}

.hero--split { display: grid !important; grid-template-columns: 1.1fr 0.9fr; align-items: center; gap: clamp(0.8rem, 2.2vw, 1.4rem); }
.hero__left { display: grid !important; gap: 0.45rem; align-content: start; max-width: 600px; position: relative; }
.hero__left::before,
.hero__left::after {
    content: "";
    position: absolute;
    top: -4px;
    right: -6px;
    width: 22px;
    height: 22px;
    border-color: rgba(0,255,246,0.5);
    pointer-events: none;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
}
.stack-panel { display: flex; flex-wrap: wrap; gap: 0.8rem 1.2rem; padding-left: 0.6rem; border-left: 2px solid rgba(0,255,246,0.35); }
.stack-panel__label { font-size: 0.68rem; text-transform: uppercase; letter-spacing: 0.22em; color: rgba(233,240,255,0.55); }
.stack-list { display: flex; flex-wrap: wrap; gap: 0.8rem 1.2rem; padding-left: 0.6rem; border-left: 2px solid rgba(0,255,246,0.35); }
.stack-list span, .stack-list__item { font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace; letter-spacing: 0.18em; font-size: 0.72rem; color: rgba(233,240,255,0.68); line-height: 1; opacity: 0.9; }
.stack-list span::after, .stack-list__item::after { display: none; }

/* Subtle parallax drift for stack panel */
.hero--slim { display: grid !important; grid-template-columns: auto 1fr auto; align-items: center; gap: 0.8rem; }
.hero--slim .hero__logo { width: min(160px, 38vw); }
.hero__strap { font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace; letter-spacing: 0.14em; font-size: 0.72rem; color: rgba(233,240,255,0.65); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }

.cta-button--xs { padding: 0.65rem 1.25rem; font-size: 0.78rem; letter-spacing: 0.12em; }
.hero--slim .hero__badge { font-size: 0.68rem; padding: 0.32rem 0.9rem; }
.hero--slim .hero__cta-group { gap: 0.5rem; }

@keyframes drift { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-2px); } }
.stack-panel { animation: drift 8s ease-in-out infinite; }
@media (prefers-reduced-motion: reduce) { .stack-panel { animation: none; } }

.hero__glitch { display: none; }

.hero__pulse { display: none; }

.hero__video {
    position: absolute;
    inset: -5% -10% 0 -10%;
    z-index: 1;
    pointer-events: none;
    opacity: 0.2;
    mix-blend-mode: screen;
    filter: saturate(120%) contrast(110%) blur(0.3px);
}

.hero__video video { width: 100%; height: 100%; object-fit: cover; display: block; }

.hero__logo { width: min(200px, 44vw); filter: drop-shadow(0 8px 24px rgba(0,255,246,0.34)); position: relative; z-index: 2; transform: translateZ(0); }

/* Logo flicker/glitch */
.logo--flicker {
    animation: logoFlicker 5.5s infinite steps(60) both, logoJitter 4.2s infinite ease-in-out;
}

@keyframes logoFlicker {
    0%, 6%, 7%, 100% { filter: drop-shadow(0 14px 40px rgba(0,255,246,0.4)); opacity: 1; }
    6.5% { opacity: 0.6; }
    7.5% { opacity: 1; }
    14% { opacity: 0.9; }
    14.2% { opacity: 0.5; }
    14.6% { opacity: 1; }
    32% { opacity: 0.95; }
    32.2% { opacity: 0.55; }
    32.6% { opacity: 1; }
}

@keyframes logoJitter {
    0%, 100% { transform: translate(0, 0); }
    50% { transform: translate(0.3px, -0.3px); }
}

.hero__badge {
    display: inline-flex;
    gap: 0.5rem;
    align-items: center;
    padding: 0.4rem 1.2rem;
    border-radius: 999px;
    border: 1px solid rgba(0, 255, 246, 0.4);
    background: rgba(4, 4, 4, 0.6);
    font-size: 0.72rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--white);
    z-index: 2;
}

.hero__headline {
    margin: 0;
    font-family: "Space Grotesk", sans-serif;
    font-size: clamp(1.25rem, 2vw + 0.45rem, 1.85rem);
    line-height: 1.12;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    color: var(--white);
    text-shadow: none;
    z-index: 2;
}

.hero__tagline {
    max-width: 640px;
    font-size: clamp(0.9rem, 0.8vw + 0.48rem, 1rem);
    line-height: 1.45;
    color: rgba(233, 240, 255, 0.82);
    z-index: 2;
}

.hero__cta-group {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    justify-content: flex-start;
    z-index: 2;
}

.micro-proof { display: flex; flex-wrap: wrap; gap: 0.8rem 1.4rem; align-items: center; margin-top: 0.6rem; }
.micro-proof span { font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace; letter-spacing: 0.12em; font-size: 0.75rem; color: rgba(233,240,255,0.72); position: relative; padding-left: 0.9rem; }
.micro-proof span::before { content: ""; position: absolute; left: 0; top: 50%; width: 6px; height: 6px; border-radius: 50%; background: radial-gradient(var(--cyan), rgba(0,255,246,0.2)); transform: translateY(-50%); box-shadow: 0 0 10px rgba(0,255,246,0.5); }

.pricing-ethos { display: grid !important; gap: 1rem; background: linear-gradient(140deg, rgba(0,255,246,0.08), rgba(4,12,18,0.85)); border: 1px solid rgba(0,255,246,0.18); box-shadow: 0 18px 60px rgba(0,255,246,0.14); padding: 1.5rem; }
.pricing-ethos__list { display: flex; flex-wrap: wrap; gap: 0.75rem 1.5rem; text-transform: uppercase; letter-spacing: 0.18em; font-size: 0.78rem; color: rgba(233,240,255,0.75); margin: 0; padding: 0; list-style: none; }
.pricing-ethos__note { margin: 0; font-size: 0.92rem; color: rgba(233,240,255,0.8); }

/* Featured Posts on Homepage */
.featured-posts {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 2rem;
}

.featured-post {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(0, 255, 246, 0.1);
    border-radius: 12px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.featured-post:hover {
    border-color: rgba(0, 255, 246, 0.3);
    transform: translateY(-4px);
    box-shadow: 0 12px 40px rgba(0, 255, 246, 0.15);
}

.featured-post__image {
    width: 100%;
    height: 220px;
    overflow: hidden;
    position: relative;
}

.featured-post__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.featured-post:hover .featured-post__image img {
    transform: scale(1.05);
}

.featured-post__content {
    padding: 1.5rem;
}

.featured-post__meta {
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: rgba(0, 255, 246, 0.7);
    margin-bottom: 0.75rem;
}

.featured-post__title {
    font-size: 1.25rem;
    line-height: 1.3;
    margin-bottom: 0.75rem;
}

.featured-post__title a {
    color: var(--white);
    text-decoration: none;
    transition: color 0.2s ease;
}

.featured-post__title a:hover {
    color: var(--cyan);
}

.featured-post__excerpt {
    color: rgba(233, 240, 255, 0.75);
    line-height: 1.6;
    margin-bottom: 1rem;
    font-size: 0.95rem;
}

.featured-post__link {
    color: var(--cyan);
    text-decoration: none;
    font-size: 0.875rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    transition: all 0.2s ease;
}

.featured-post__link:hover {
    color: var(--white);
    letter-spacing: 0.15em;
}

.blog-grid { display: grid !important; gap: 2rem; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); }
.blog-card { display: grid !important; gap: 0.75rem; }
.blog-card__image { 
    width: 100%; 
    height: 200px; 
    object-fit: cover; 
    border-radius: 8px; 
    margin-bottom: 0.5rem;
}
.blog-card__meta { display: flex; gap: 0.8rem; font-size: 0.78rem; letter-spacing: 0.12em; text-transform: uppercase; color: rgba(233,240,255,0.58); }
.blog-card__link { font-size: 0.85rem; text-transform: uppercase; letter-spacing: 0.16em; color: rgba(0,255,246,0.85); }
.blog-card__link:hover, .blog-card__link:focus { color: var(--white); }

.blog-post { display: grid !important; gap: 1.5rem; }
.blog-post__featured-image {
    width: 100%;
    max-width: 100%;
    height: auto;
    border-radius: 12px;
    margin: 1rem 0 1.5rem;
}
.blog-post__meta { display: flex; flex-wrap: wrap; gap: 0.8rem; font-size: 0.82rem; letter-spacing: 0.12em; text-transform: uppercase; color: rgba(233,240,255,0.58); margin-bottom: 0.5rem; }

/* Blog post content with tighter spacing */
.blog-post__content { 
    display: grid !important; 
    gap: 0.75rem; 
    line-height: 1.68; 
    font-size: 1.02rem; 
    color: rgba(233,240,255,0.88); 
}

/* Animated gradient headings in blog content */
.blog-post__content h2 {
    background: linear-gradient(90deg, var(--cyan), var(--magenta), var(--cyan));
    background-size: 200% auto;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    animation: gradient-shift 3s ease infinite;
    font-size: 1.5rem;
    font-weight: 700;
    margin: 1.5rem 0 0.75rem;
    letter-spacing: -0.02em;
}

.blog-post__content h3 {
    background: linear-gradient(90deg, var(--cyan), var(--magenta));
    background-size: 200% auto;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-size: 1.25rem;
    font-weight: 600;
    margin: 1.25rem 0 0.5rem;
}

.blog-post__content p {
    margin: 0 0 0.75rem;
}

.blog-post__content ul { 
    padding-left: 1.25rem; 
    margin: 0.5rem 0;
}

.blog-post__content li { 
    margin-bottom: 0.5rem; 
}

.blog-post__content strong {
    color: var(--cyan);
    font-weight: 600;
}

@keyframes gradient-shift {
    0%, 100% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
}

/* Comparison tables */
.blog-post__content .comparison-table {
    overflow-x: auto;
    margin: 1.5rem 0;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.blog-post__content table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.9rem;
}

.blog-post__content thead {
    background: linear-gradient(135deg, rgba(0, 255, 246, 0.1), rgba(255, 0, 124, 0.1));
    border-bottom: 2px solid rgba(0, 255, 246, 0.3);
}

.blog-post__content th {
    padding: 1rem 0.75rem;
    text-align: left;
    font-weight: 600;
    color: var(--cyan);
    text-transform: uppercase;
    font-size: 0.75rem;
    letter-spacing: 0.05em;
}

.blog-post__content td {
    padding: 0.875rem 0.75rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    color: rgba(233, 240, 255, 0.85);
}

.blog-post__content tbody tr {
    transition: background-color 0.2s ease;
}

.blog-post__content tbody tr:hover {
    background: rgba(0, 255, 246, 0.05);
}

.blog-post__content tbody tr.highlight {
    background: rgba(0, 255, 246, 0.08);
    border-left: 3px solid var(--cyan);
}

.blog-post__content tbody tr.highlight:hover {
    background: rgba(0, 255, 246, 0.12);
}

.blog-post__content td strong {
    color: var(--white);
    font-weight: 600;
}

@media (max-width: 768px) {
    .blog-post__content table {
        font-size: 0.8rem;
    }
    
    .blog-post__content th,
    .blog-post__content td {
        padding: 0.75rem 0.5rem;
    }
}

/* Lab/Playground */
.lab-category {
    margin-bottom: 3rem;
}

.lab-category__title {
    font-size: 1.75rem;
    margin: 0 0 1.5rem;
    color: var(--cyan);
    font-weight: 700;
}

.lab-grid {
    display: grid !important;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    gap: 1.5rem;
    margin-bottom: 2rem;
}

.lab-card {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding: 2rem;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.lab-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 32px rgba(0, 255, 246, 0.2);
}

.lab-card__icon {
    font-size: 3rem;
    line-height: 1;
}

.lab-card h2,
.lab-card h3 {
    font-size: 1.5rem;
    margin: 0;
    background: linear-gradient(90deg, var(--cyan), var(--magenta));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.lab-card p {
    color: rgba(233, 240, 255, 0.85);
    line-height: 1.6;
    margin: 0;
    flex-grow: 1;
}

.lab-card__tech {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.tech-badge {
    display: inline-block;
    padding: 0.25rem 0.75rem;
    background: rgba(0, 255, 246, 0.1);
    border: 1px solid rgba(0, 255, 246, 0.3);
    border-radius: 12px;
    font-size: 0.75rem;
    color: var(--cyan);
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-weight: 600;
}

.lab-card__footer {
    margin-top: auto;
    padding-top: 1rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.lab-card__link {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    color: var(--cyan);
    font-weight: 600;
    text-decoration: none;
    transition: color 0.2s ease;
}

.lab-card__link:hover {
    color: var(--white);
}

.lab-card__status {
    color: var(--slate);
    font-size: 0.875rem;
    font-style: italic;
}

.lab-card__features {
    margin: 1rem 0;
    padding: 1rem;
    background: rgba(0, 255, 246, 0.03);
    border-left: 3px solid var(--cyan);
    border-radius: 8px;
}

.lab-card__features strong {
    color: var(--cyan);
    font-size: 0.875rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    display: block;
    margin-bottom: 0.5rem;
}

.lab-card__features ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.lab-card__features li {
    font-size: 0.875rem;
    color: rgba(233, 240, 255, 0.85);
    line-height: 1.4;
}

.lab-card__highlights {
    margin: 1rem 0;
}

.lab-card__highlights strong {
    color: var(--magenta);
    font-size: 0.875rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    display: block;
    margin-bottom: 0.5rem;
}

.highlight-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.highlight-tag {
    display: inline-block;
    padding: 0.4rem 0.75rem;
    background: rgba(255, 0, 124, 0.1);
    border: 1px solid rgba(255, 0, 124, 0.3);
    border-radius: 6px;
    font-size: 0.75rem;
    color: rgba(233, 240, 255, 0.9);
    font-weight: 500;
    line-height: 1;
}

.lab-cta {
    margin-top: 4rem;
    padding: 3rem;
    background: linear-gradient(135deg, rgba(0, 255, 246, 0.05), rgba(255, 0, 124, 0.05));
    border: 1px solid rgba(0, 255, 246, 0.2);
    border-radius: var(--radius);
    text-align: center;
}

.lab-cta h2 {
    margin: 0 0 1rem;
    font-size: 2rem;
}

.lab-cta p {
    margin: 0 0 1.5rem;
    color: rgba(233, 240, 255, 0.85);
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 768px) {
    .lab-grid {
        grid-template-columns: 1fr;
    }
    
    .lab-cta {
        padding: 2rem 1.5rem;
    }
}
.blog-related { display: grid !important; gap: 0.75rem; }
.blog-related ul { list-style: none; padding: 0; margin: 0; display: grid !important; gap: 0.4rem; }
.blog-related li { display: flex; justify-content: space-between; gap: 0.6rem; font-size: 0.85rem; color: rgba(233,240,255,0.7); }
.blog-related a { color: rgba(0,255,246,0.85); }
.blog-related a:hover, .blog-related a:focus { color: var(--white); }
.blog-post__cta { display: flex; flex-wrap: wrap; gap: 0.75rem; }

.cta-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.95rem 2.5rem;
    border-radius: 999px;
    font-weight: 600;
    background: linear-gradient(120deg, var(--gradient-1), var(--gradient-3));
    color: #050505;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    z-index: 2;
    border: none;
}

.cta-button--primary {
    box-shadow: 0 16px 40px rgba(0, 255, 246, 0.28);
}

.cta-button--ghost {
    background: transparent;
    color: var(--white);
    border: 1px solid rgba(0, 255, 246, 0.35);
    box-shadow: none;
    padding: 0.9rem 2.1rem;
}

.cta-button:hover,
.cta-button:focus {
    transform: translateY(-2px) scale(1.02);
    box-shadow: 0 25px 60px rgba(54, 220, 255, 0.35);
}

.cta-button--ghost:hover,
.cta-button--ghost:focus {
    border-color: rgba(255, 7, 124, 0.45);
    color: var(--cyan);
    box-shadow: 0 25px 60px rgba(255, 7, 124, 0.2);
}

.cta-button:disabled,
.cta-button[disabled] {
    opacity: 0.55;
    cursor: not-allowed;
    box-shadow: none;
}

.hero__trust {
    display: grid !important;
    gap: 0.75rem;
    justify-items: center;
    z-index: 2;
}

.hero__trust-label {
    text-transform: uppercase;
    letter-spacing: 0.18em;
    font-size: 0.75rem;
    color: rgba(233, 240, 255, 0.48);
}

.hero__trust-logos {
    display: flex;
    gap: clamp(1.5rem, 4vw, 3rem);
    padding: 0;
    margin: 0;
    list-style: none;
    font-size: 0.95rem;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.6);
}

.hero__trust-logos li {
    position: relative;
}

.hero__trust-logos li::before {
    content: "";
    position: absolute;
    inset: auto auto -0.3rem 0;
    height: 1px;
    width: 100%;
    background: linear-gradient(90deg, rgba(0, 255, 246, 0.6), rgba(255, 7, 124, 0));
}

.main-nav {
    display: grid !important;
    grid-template-columns: 180px 1fr auto;
    align-items: center;
    gap: 0.8rem 2rem;
    padding: 0.75rem 2rem;
    border-radius: 12px;
    background: rgba(8, 10, 14, 0.85);
    border: 1px solid rgba(0, 255, 246, 0.2);
    backdrop-filter: blur(16px);
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.4), 0 0 1px rgba(0, 255, 246, 0.3);
    position: relative;
    z-index: 10000;
}
.main-nav--top { max-width: 1280px; margin: 0 auto; width: 100%; }
.brand-logo { 
    width: 130px; 
    height: auto; 
    display: block; 
    filter: drop-shadow(0 6px 16px rgba(0,255,246,0.3)); 
    animation: logoFlicker 4s infinite;
}

@keyframes logoFlicker {
    0%, 19.9%, 22%, 62.9%, 64%, 64.9%, 70%, 100% {
        opacity: 1;
        filter: drop-shadow(0 6px 16px rgba(0,255,246,0.3));
    }
    20%, 21.9%, 63%, 63.9%, 65%, 69.9% {
        opacity: 0.85;
        filter: drop-shadow(0 6px 20px rgba(0,255,246,0.6)) drop-shadow(0 0 8px rgba(0,255,246,0.8));
    }
}

.main-nav__brand span { display: none; }

.main-nav__toggle {
    display: none;
}

.main-nav__toggle span {
    display: block;
    width: 22px;
    height: 2px;
    background: var(--white);
    opacity: 0.8;
    margin: 4px 0;
    transition: transform 0.25s ease, opacity 0.25s ease;
}

.main-nav__links {
    display: flex;
    gap: 1.5rem;
    align-items: center;
    justify-content: center;
}

.main-nav__links--open {
    display: flex !important;
    flex-direction: column;
    align-items: stretch;
}

.main-nav__links a {
    font-size: 0.88rem;
    font-weight: 500;
    letter-spacing: 0.01em;
    color: rgba(255, 255, 255, 0.75);
    opacity: 0.9;
    transition: all 0.2s ease;
    position: relative;
    padding: 0.5rem 0.6rem;
    text-decoration: none;
}

.main-nav__links a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, rgba(0, 255, 246, 0.7), rgba(255, 7, 124, 0.4));
    opacity: 0;
    transform: scaleX(0.4);
    transform-origin: left;
    transition: opacity 0.25s ease, transform 0.25s ease;
}

.main-nav__links a:hover,
.main-nav__links a:focus {
    opacity: 1;
    color: var(--cyan);
}

.main-nav__links a:hover::after,
.main-nav__links a:focus::after,
.main-nav__links a.is-active::after {
    opacity: 1;
    transform: scaleX(1);
}

.main-nav__links a.is-active {
    opacity: 1;
    color: var(--cyan);
}

.main-nav__actions {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.nav-link-login {
    font-size: 0.88rem;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.85);
    text-decoration: none;
    padding: 0.5rem 1rem;
    transition: color 0.2s ease;
}

.nav-link-login:hover {
    color: var(--cyan);
}

.nav-btn-signup {
    display: inline-block;
    padding: 0.65rem 1.5rem;
    background: linear-gradient(90deg, #00fff6, #00d4cc);
    color: #0a0e27;
    font-size: 0.88rem;
    font-weight: 600;
    text-decoration: none;
    border-radius: 6px;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    box-shadow: 0 2px 8px rgba(0, 255, 246, 0.3);
}

.nav-btn-signup:hover {
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(0, 255, 246, 0.4);
}

.page-content {
    flex: 1;
    padding: clamp(2rem, 3vw, 3rem) 1.5rem clamp(2.5rem, 4vw, 3.5rem);
    display: grid !important;
    gap: clamp(2rem, 3vw, 3rem);
}

.section {
    margin: 0 auto;
    width: min(1100px, 100%);
    display: grid !important;
    gap: 1.25rem;
}

.section__heading {
    font-size: clamp(1.8rem, 3vw + 1rem, 3rem);
    line-height: 1.1;
    letter-spacing: -0.02em;
}

.grid {
    display: grid !important;
    gap: 1.25rem;
}

.grid--two {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}

.card {
    padding: 1.5rem;
    border-radius: var(--radius);
    border: 1px solid rgba(0, 255, 246, 0.1);
    background: rgba(9, 10, 14, 0.85);
    box-shadow: 0 30px 70px rgba(0, 255, 246, 0.12);
    backdrop-filter: blur(14px);
}

.card h3 {
    margin-top: 0;
    font-size: 1.4rem;
}

.inline-list {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem 2.2rem;
    padding: 0;
    margin: 1.5rem 0 0;
    list-style: none;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    font-size: 0.85rem;
    color: rgba(233, 240, 255, 0.65);
}

.inline-list li {
    position: relative;
    padding-left: 1rem;
}

.inline-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--cyan);
}

.badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.35rem 1rem;
    border-radius: 999px;
    background: rgba(54, 220, 255, 0.12);
    color: var(--cyan);
    font-size: 0.8rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.metrics {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
}

.metric {
    font-size: clamp(2.2rem, 4vw + 1rem, 3.2rem);
    font-weight: 600;
    letter-spacing: -0.04em;
    color: var(--cyan);
    text-shadow: 0 10px 35px rgba(0, 255, 246, 0.25);
}

.metric span {
    font-size: 1rem;
    color: var(--slate);
    display: block;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.card--glow {
    border-color: rgba(255, 7, 124, 0.22);
    box-shadow: 0 35px 90px rgba(255, 7, 124, 0.2);
}

.card--gradient {
    background: linear-gradient(150deg, rgba(0, 255, 246, 0.12), rgba(15, 16, 24, 0.92));
}

.pricing-toggle button {
    border: none;
    background: transparent;
    color: rgba(245, 247, 251, 0.7);
    padding: 0.65rem 1.75rem;
    border-radius: 999px;
    font-size: 0.95rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    cursor: pointer;
    transition: background 0.3s ease, color 0.3s ease, box-shadow 0.3s ease;
}

.pricing-toggle button.is-active {
    background: linear-gradient(120deg, var(--gradient-1), var(--gradient-3));
    color: var(--black);
    box-shadow: 0 12px 32px rgba(54, 220, 255, 0.3);
}

.pricing-grid {
    display: grid !important;
    gap: 1.5rem;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}

.pricing-grid--simple {
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
}

.pricing-grid--status {
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}

.pricing-card {
    position: relative;
    padding: 2.6rem 2.2rem;
    border-radius: var(--radius);
    border: 1px solid rgba(0, 255, 246, 0.18);
    background: linear-gradient(180deg, rgba(9, 10, 14, 0.95), rgba(6, 7, 10, 0.85));
    box-shadow: 0 35px 90px rgba(0, 255, 246, 0.16);
}

.pricing-card__badge {
    position: absolute;
    top: 1.5rem;
    right: 1.5rem;
    padding: 0.3rem 0.9rem;
    border-radius: 6px;
    background: rgba(54, 220, 255, 0.15);
    color: var(--cyan);
    font-size: 0.75rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.pricing-card__badge--muted {
    background: rgba(233, 240, 255, 0.12);
    color: rgba(233, 240, 255, 0.78);
    border: 1px solid rgba(233, 240, 255, 0.18);
}

.pricing-card__price {
    font-size: clamp(2.4rem, 4vw, 3.4rem);
    font-weight: 600;
    margin: 0.5rem 0 1rem;
}

.pricing-card__price--flat {
    font-size: clamp(2rem, 3.4vw, 2.4rem);
    letter-spacing: 0.1em;
}

.pricing-card ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid !important;
    gap: 0.75rem;
}

.pricing-card li {
    position: relative;
    padding-left: 1.2rem;
    color: rgba(245, 247, 251, 0.75);
}

.savings-card {
    position: relative;
    display: grid !important;
    gap: 2.4rem;
    padding: clamp(2.2rem, 4vw, 3rem);
    border-radius: 28px;
    border: 1px solid rgba(0, 255, 246, 0.22);
    background: linear-gradient(135deg, rgba(7, 12, 17, 0.98), rgba(0, 255, 246, 0.08));
    box-shadow: 0 32px 90px rgba(0, 255, 246, 0.18);
}

.savings-header {
    display: grid !important;
    gap: 0.85rem;
}

.savings-header__pill {
    align-self: flex-start;
    padding: 0.35rem 0.85rem;
    border-radius: 999px;
    border: 1px solid rgba(0, 255, 246, 0.42);
    background: rgba(0, 255, 246, 0.14);
    letter-spacing: 0.22em;
    text-transform: uppercase;
    font-size: 0.68rem;
    color: rgba(204, 255, 250, 0.85);
}

.savings-header p {
    margin: 0;
    color: rgba(235, 242, 249, 0.75);
}

.savings-columns {
    display: grid !important;
    gap: clamp(1.8rem, 4vw, 3rem);
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}

.savings-panel {
    display: grid !important;
    gap: 1.5rem;
    padding: clamp(1.4rem, 3vw, 2rem);
    border-radius: 20px;
    background: rgba(8, 16, 22, 0.85);
    border: 1px solid rgba(0, 255, 246, 0.12);
}

.savings-panel--results {
    background: linear-gradient(150deg, rgba(0, 255, 246, 0.15), rgba(7, 12, 17, 0.9));
    border-color: rgba(0, 255, 246, 0.22);
}

.savings-form {
    display: grid !important;
    gap: 1rem;
}

.savings-field {
    display: grid !important;
    gap: 0.45rem;
}

.savings-field label {
    font-size: 0.8rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: rgba(233, 240, 255, 0.65);
}

.savings-field--split {
    grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
    gap: 0.6rem;
}

.savings-input {
    display: flex;
    align-items: center;
    gap: 0.55rem;
    padding: 0.6rem 0.85rem;
    border-radius: 14px;
    border: 1px solid rgba(0, 255, 246, 0.18);
    background: rgba(5, 10, 15, 0.82);
}

.savings-input--rate {
    justify-content: space-between;
}

.savings-input span {
    font-size: 0.85rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: rgba(233, 240, 255, 0.52);
}

.savings-input input {
    flex: 1;
    background: transparent;
    border: none;
    color: var(--white);
    font-size: 1rem;
    min-width: 0;
}

.savings-input input:focus {
    outline: none;
}

.savings-honesty {
    margin: 0;
    font-size: 0.83rem;
    color: rgba(233, 240, 255, 0.62);
    line-height: 1.6;
}

.savings-totals {
    display: grid !important;
    gap: 0.8rem;
}

.savings-totals__eyebrow {
    font-size: 0.7rem;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: rgba(233, 240, 255, 0.58);
}

.savings-totals__value {
    font-size: clamp(2.2rem, 4.2vw, 2.8rem);
    font-weight: 700;
    letter-spacing: 0.08em;
    color: rgba(212, 255, 252, 0.95);
}

.savings-totals__row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0.95rem;
    color: rgba(233, 240, 255, 0.78);
}

.savings-totals__row--delta {
    font-weight: 600;
    color: rgba(0, 255, 246, 0.88);
}

.savings-totals__row--delta.is-negative {
    color: rgba(255, 193, 77, 0.85);
}

.savings-totals__divider {
    height: 1px;
    background: rgba(233, 240, 255, 0.12);
}

.savings-totals__note {
    margin: 0;
    font-size: 0.88rem;
    color: rgba(233, 240, 255, 0.7);
    line-height: 1.6;
}

.savings-callout {
    border: 1px solid rgba(0, 255, 246, 0.2);
    border-radius: 18px;
    padding: 1.2rem 1.5rem;
    background: linear-gradient(150deg, rgba(0, 255, 246, 0.16), rgba(6, 12, 16, 0.9));
    display: grid !important;
    gap: 0.6rem;
}

.savings-callout__copy {
    margin: 0;
    font-size: 0.92rem;
    color: rgba(233, 240, 255, 0.78);
}

@media (max-width: 768px) {
    .savings-panel {
        padding: 1.25rem;
    }

    .savings-input {
        gap: 0.45rem;
    }

    .savings-totals__value {
        font-size: 2rem;
    }
}

.site-footer {
    margin-top: auto;
    position: relative;
    padding: clamp(3.5rem, 6vw, 5rem) 1.5rem clamp(2.5rem, 4vw, 3rem);
    background: radial-gradient(120% 140% at 100% 0%, rgba(0, 255, 246, 0.08), transparent 45%), linear-gradient(180deg, rgba(6, 10, 15, 0.96), rgba(2, 4, 7, 0.98));
    border-top: 1px solid rgba(0, 255, 246, 0.12);
    overflow: hidden;
}

.footer-aurora {
    position: absolute;
    inset: 0;
    background: radial-gradient(60% 80% at 10% 0%, rgba(255, 7, 124, 0.18), transparent 55%), radial-gradient(55% 70% at 90% 0%, rgba(0, 255, 246, 0.22), transparent 60%);
    opacity: 0.6;
    pointer-events: none;
}

.site-footer__content {
    position: relative;
    z-index: 1;
    margin: 0 auto clamp(2rem, 4vw, 3rem);
    width: min(1200px, 100%);
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.2fr 2fr;
    gap: clamp(2rem, 5vw, 4rem);
    align-items: start;
}

.footer-links {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: clamp(1.5rem, 3vw, 2.5rem);
}

.footer-social {
    display: flex;
    gap: 0.75rem;
    margin-top: 0.5rem;
}

.footer-social a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: rgba(233, 240, 255, 0.8);
    transition: all 0.2s ease;
}

.footer-social a:hover {
    background: rgba(0, 255, 246, 0.1);
    border-color: rgba(0, 255, 246, 0.3);
    color: #00fff6;
    transform: translateY(-2px);
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 1rem;
}

.footer-bottom p {
    margin: 0;
}

.footer-bottom a {
    color: rgba(233, 240, 255, 0.85);
    text-decoration: underline;
    transition: color 0.2s;
}

.footer-bottom a:hover {
    color: #00fff6;
}

@media (max-width: 968px) {
    .footer-grid {
        grid-template-columns: 1fr;
        gap: 2.5rem;
    }
    
    .footer-links {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 640px) {
    .footer-links {
        grid-template-columns: 1fr;
    }
    
    .footer-bottom {
        flex-direction: column;
        text-align: center;
    }
}

.footer-brand {
    display: grid !important;
    gap: 1.2rem;
}

.footer-logo {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    font-size: 1.1rem;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: rgba(233, 240, 255, 0.85);
}

.footer-logo img {
    width: 54px;
    height: 54px;
    object-fit: contain;
    filter: drop-shadow(0 12px 32px rgba(0, 255, 246, 0.45));
}

.footer-tagline {
    margin: 0;
    max-width: 320px;
    color: rgba(233, 240, 255, 0.72);
    line-height: 1.6;
}

.footer-contact {
    display: inline-flex;
    flex-wrap: wrap;
    gap: 0.75rem 1.25rem;
    font-size: 0.95rem;
    color: rgba(233, 240, 255, 0.72);
}

.footer-contact a {
    color: rgba(233, 240, 255, 0.85);
}

.footer-meta {
    display: grid !important;
    gap: clamp(1.5rem, 3vw, 2.25rem);
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    align-items: start;
}

.footer-column {
    display: grid !important;
    gap: 0.6rem;
}

.footer-column h3,
.footer-cta h3 {
    margin: 0 0 0.4rem;
    font-size: 0.95rem;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: rgba(233, 240, 255, 0.7);
}

.footer-column a {
    color: rgba(233, 240, 255, 0.78);
    transition: color 0.2s ease;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
}

.footer-column a svg {
    flex-shrink: 0;
    opacity: 0.7;
    transition: opacity 0.2s ease;
}

.footer-column a:hover,
.footer-column a:focus {
    color: var(--white);
}

.footer-column a:hover svg {
    opacity: 1;
}

.footer-cta {
    display: grid !important;
    gap: 1rem;
    max-width: 320px;
}

.footer-cta p {
    margin: 0;
    color: rgba(233, 240, 255, 0.72);
    line-height: 1.6;
}

.footer-connect {
    display: grid !important;
    gap: 0.75rem;
}

.footer-social__pill {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.35rem 0.9rem;
    border-radius: 999px;
    border: 1px solid rgba(0, 255, 246, 0.35);
    background: rgba(0, 255, 246, 0.08);
    text-transform: uppercase;
    letter-spacing: 0.14em;
    font-size: 0.72rem;
    color: rgba(233, 240, 255, 0.75);
    transition: all 0.2s ease;
}

.footer-social__pill:hover,
.footer-social__pill:focus {
    color: var(--white);
    border-color: rgba(0, 255, 246, 0.62);
    background: rgba(0, 255, 246, 0.14);
    transform: translateY(-1px);
}

.footer-social__pill span:first-child {
    font-size: 0.9rem;
}

.footer-connect__note {
    margin: 0;
    font-size: 0.8rem;
    color: rgba(233, 240, 255, 0.65);
    line-height: 1.6;
    letter-spacing: 0.04em;
    text-transform: none;
}

.site-footer__note {
    position: relative;
    z-index: 1;
    margin: 0;
    width: min(1200px, 100%);
    margin-inline: auto;
    padding-top: 1.5rem;
    border-top: 1px solid rgba(233, 240, 255, 0.1);
    display: flex;
    justify-content: center;
    text-align: center;
    color: rgba(180, 206, 224, 0.6);
    font-size: 0.85rem;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.footer-social__pill {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.35rem 0.9rem;
    border-radius: 999px;
    border: 1px solid rgba(0, 255, 246, 0.35);
    background: rgba(0, 255, 246, 0.08);
    text-transform: uppercase;
    letter-spacing: 0.14em;
    font-size: 0.72rem;
}

.footer-social__pill span:first-child {
    font-size: 0.9rem;
}

.footer-social__pill:hover,
.footer-social__pill:focus {
    color: var(--white);
    border-color: rgba(0, 255, 246, 0.62);
    background: rgba(0, 255, 246, 0.14);
}

@media (max-width: 768px) {
    .site-footer__content {
        grid-template-columns: 1fr;
    }

    .site-footer__note {
        justify-content: flex-start;
        text-align: left;
    }
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

@keyframes scan {
    0% {
        transform: translateX(-10%);
        opacity: 0.4;
    }
    50% {
        transform: translateX(10%);
        opacity: 0.7;
    }
    100% {
        transform: translateX(-10%);
        opacity: 0.4;
    }
}

@keyframes pulse {
    0%, 100% {
        transform: scale(1);
        opacity: 0.6;
    }
    50% {
        transform: scale(1.05);
        opacity: 0.8;
    }
}

.pricing-card li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.4rem;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--cyan);
}

blockquote {
    margin: 0;
    display: grid !important;
    gap: 1rem;
    font-size: 1.1rem;
    font-weight: 500;
}

blockquote footer {
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: rgba(224, 232, 247, 0.55);
}

#testimonials .card {
    position: relative;
    overflow: hidden;
    border-color: rgba(255, 7, 124, 0.2);
    background: linear-gradient(140deg, rgba(15, 16, 24, 0.9), rgba(0, 255, 246, 0.12));
}

#testimonials .card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(120deg, rgba(0, 255, 246, 0.08), rgba(255, 7, 124, 0.12));
    mix-blend-mode: screen;
    pointer-events: none;
}

#cta .card {
    background: linear-gradient(150deg, rgba(0, 255, 246, 0.1), rgba(12, 13, 20, 0.92));
    border-color: rgba(0, 255, 246, 0.2);
}

textarea {
    min-height: 160px;
    resize: vertical;
}

form.grid {
    align-items: center;
}

.stack {
    display: grid !important;
    gap: 1rem;
}

.contact-grid {
    display: grid !important;
    gap: 2rem;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}

.contact-grid--xl { gap: 2.5rem; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); }
.contact-card { position: relative; }
.contact-card--details { display: grid !important; gap: 1.8rem; }
.contact-steps { list-style: none; padding: 0; margin: 0; display: grid !important; gap: 1.4rem; }
.contact-steps li { display: grid !important; grid-template-columns: auto 1fr; gap: 1rem; align-items: start; }
.contact-steps span { display: inline-flex; align-items: center; justify-content: center; width: 40px; height: 40px; border-radius: 12px; border: 1px solid rgba(0,255,246,0.3); font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace; letter-spacing: 0.12em; font-size: 0.72rem; color: rgba(233,240,255,0.8); background: rgba(0,255,246,0.08); }
.contact-steps strong { font-size: 1rem; text-transform: none; color: var(--white); }
.contact-steps p { margin: 0.35rem 0 0; color: rgba(233,240,255,0.72); }
.contact-proof { display: flex; flex-wrap: wrap; gap: 0.75rem 1.2rem; font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace; letter-spacing: 0.1em; font-size: 0.72rem; color: rgba(233,240,255,0.7); }
.contact-proof strong { color: var(--white); }

.contact-card--form { display: grid !important; gap: 1.4rem; }
.contact-card__intro { margin: 0; color: rgba(233,240,255,0.75); }
.contact-form { display: grid !important; gap: 1rem; }
.contact-form__row { display: grid !important; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; }
.contact-form__field { display: flex; flex-direction: column; gap: 0.35rem; }
.contact-form__field input, .contact-form__field textarea {
    width: 100%;
    padding: 0.85rem 1rem;
    border-radius: 10px;
    border: 1px solid rgba(0,255,246,0.2);
    background: rgba(2,10,16,0.75);
    color: var(--white);
    font-size: 0.95rem;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.contact-form__field input:focus, .contact-form__field textarea:focus {
    outline: none;
    border-color: rgba(0,255,246,0.6);
    box-shadow: 0 0 0 2px rgba(0,255,246,0.25);
}
.contact-form__hint { margin: 0; font-size: 0.78rem; color: rgba(233,240,255,0.6); }
.contact-form__status { margin: 0; font-size: 0.85rem; color: rgba(0,255,246,0.85); }

.contact-form__actions { display: flex; flex-wrap: wrap; gap: 0.75rem; align-items: center; }
.contact-secondary { display: inline-flex; align-items: center; gap: 0.4rem; padding: 0.85rem 1.4rem; border-radius: 999px; border: 1px solid rgba(0,255,246,0.35); color: rgba(233,240,255,0.85); text-transform: uppercase; letter-spacing: 0.14em; font-size: 0.78rem; transition: border-color 0.2s ease, color 0.2s ease; }
.contact-secondary:hover,
.contact-secondary:focus { border-color: rgba(0,255,246,0.65); color: var(--white); }

.contact-submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.95rem 2.6rem;
    border-radius: 999px;
    border: none;
    text-transform: uppercase;
    letter-spacing: 0.16em;
    font-weight: 600;
    background: linear-gradient(120deg, var(--gradient-1), var(--gradient-3));
    color: #050505;
    box-shadow: 0 20px 40px rgba(0,255,246,0.28);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.contact-submit:hover,
.contact-submit:focus {
    transform: translateY(-2px) scale(1.01);
    box-shadow: 0 28px 60px rgba(0,255,246,0.32);
    outline: none;
}
.contact-submit[disabled] {
    opacity: 0.6;
    cursor: not-allowed;
    transform: none;
    box-shadow: none;
}

@media (max-width: 768px) {
    .contact-form__row { grid-template-columns: 1fr; }
    .contact-steps span { width: 36px; height: 36px; }
}

.contact-info {
    margin-top: 2rem;
    padding-top: 2rem;
    border-top: 1px solid rgba(0, 255, 246, 0.1);
}

.contact-info h3 {
    font-size: 1.25rem;
    margin-bottom: 1.5rem;
    color: var(--cyan);
}

.contact-info__item {
    display: grid !important;
    gap: 0.5rem;
    margin-bottom: 1.5rem;
}

.contact-info__label {
    font-size: 0.75rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: rgba(183, 206, 224, 0.6);
    font-weight: 600;
}

.contact-info__value {
    color: var(--white);
    font-size: 1.1rem;
    text-decoration: none;
    transition: color 0.2s ease;
}

.contact-info__value:hover {
    color: var(--cyan);
}

.contact-info address {
    font-style: normal;
    line-height: 1.6;
}

.contact-card {
    background: linear-gradient(160deg, rgba(0, 255, 246, 0.08), rgba(4, 4, 4, 0.85));
    border-color: rgba(0, 255, 246, 0.18);
}

.legal {
    gap: 1.5rem;
}

.legal-card {
    border-color: rgba(54, 220, 255, 0.08);
    background: rgba(6, 6, 6, 0.85);
}

@media (max-width: 980px) {
    .hero__trust-logos {
        flex-wrap: wrap;
        justify-content: center;
        gap: 1rem 2rem;
    }

    .hero__trust-logos li::before {
        display: none;
    }
}

@media (max-width: 768px) {
    .site-header { padding: 0.6rem 0.65rem 0.55rem; }
    .hero { gap: 0.6rem; }
    .hero--split { grid-template-columns: 1fr; }
    .hero--slim { grid-template-columns: 1fr; justify-items: start; gap: 0.5rem; }
    .hero--slim .hero__logo { width: 140px; }
    .hero__strap { white-space: normal; }
    .hero__headline { font-size: 1.2rem; }
    .hero__tagline { font-size: 0.95rem; }
    .stack-list {
        border-left: none;
        border-top: 2px solid rgba(0, 255, 246, 0.4);
        padding-left: 0;
        padding-top: 0.5rem;
    }
}

/* Clean Mobile Experience */
@media (max-width: 768px) {
  /* Mobile drawer - FAST */
  .mobile-drawer {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    max-height: 70vh;
    background: rgba(8, 10, 14, 0.98);
    backdrop-filter: blur(20px);
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-top: 1px solid rgba(0, 255, 246, 0.2);
    z-index: 2000;
    transform: translateY(100%);
    transition: transform 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    will-change: transform;
  }
  
  .mobile-drawer.open {
    transform: translateY(-70px);
  }
  
  .mobile-drawer__header {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    position: relative;
  }
  
  .mobile-drawer__handle {
    width: 36px;
    height: 4px;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 2px;
  }
  
  .mobile-drawer__close {
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    border: none;
    color: rgba(255, 255, 255, 0.7);
    font-size: 1.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.1s ease;
    -webkit-tap-highlight-color: transparent;
  }
  
  .mobile-drawer__close:active {
    background: var(--cyan);
    color: #000;
    transform: translateY(-50%) scale(0.9);
  }
  
  .mobile-drawer__content {
    padding: 0 1rem 2rem;
    overflow-y: auto;
    max-height: calc(70vh - 60px);
  }
  
  .mobile-drawer__content a {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1.25rem 1.5rem;
    color: var(--white);
    text-decoration: none;
    font-size: 1.1rem;
    font-weight: 500;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    transition: all 0.15s ease;
    -webkit-tap-highlight-color: rgba(0, 255, 246, 0.1);
    cursor: pointer;
    touch-action: manipulation;
    min-height: 64px;
  }
  
  .mobile-drawer__content a svg:first-child {
    color: var(--cyan);
    flex-shrink: 0;
  }
  
  .mobile-drawer__content a svg:last-child {
    margin-left: auto;
    opacity: 0.5;
  }
  
  .mobile-drawer__content a:active {
    background: rgba(0, 255, 246, 0.15);
    transform: translateX(4px);
  }
  
  .mobile-drawer__content a:hover {
    background: rgba(0, 255, 246, 0.05);
  }
  
  .drawer-icon {
    font-size: 1.5rem;
    line-height: 1;
  }
  
  .drawer-arrow {
    margin-left: auto;
    font-size: 1.5rem;
    color: rgba(0, 255, 246, 0.5);
    font-weight: 300;
  }
  
  /* Mobile backdrop - INSTANT */
  .mobile-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.8);
    backdrop-filter: blur(4px);
    z-index: 1999;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.2s ease;
    touch-action: none;
  }
  
  .mobile-backdrop.open {
    opacity: 1;
    pointer-events: all;
  }
  
  /* Mobile tab bar */
  .mobile-tab-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 70px;
    background: rgba(8, 10, 14, 0.95);
    backdrop-filter: blur(20px);
    border-top: 0.5px solid rgba(0, 255, 246, 0.15);
    z-index: 1800;
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 0.5rem;
  }
  
  .mobile-tab-bar .tab-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.25rem;
    flex: 1;
    padding: 0.75rem 0.5rem;
    color: rgba(233, 240, 255, 0.7);
    text-decoration: none;
    background: none;
    border: none;
    transition: all 0.15s ease;
    -webkit-tap-highlight-color: rgba(0, 255, 246, 0.1);
    cursor: pointer;
    touch-action: manipulation;
    min-height: 60px;
    position: relative;
  }
  
  .mobile-tab-bar .tab-item svg {
    width: 22px;
    height: 22px;
    stroke-width: 2;
  }
  
  .mobile-tab-bar .tab-item span {
    font-size: 0.7rem;
    font-weight: 500;
    letter-spacing: 0.02em;
  }
  
  .mobile-tab-bar .tab-item:active {
    color: var(--cyan);
    transform: scale(0.92);
    background: rgba(0, 255, 246, 0.05);
  }
  
  .mobile-tab-bar .tab-item:hover {
    color: rgba(233, 240, 255, 0.9);
  }
  
  .mobile-tab-bar .tab-item.is-active {
    color: var(--cyan);
    position: relative;
  }
  
  .mobile-tab-bar .tab-item.is-active::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 32px;
    height: 3px;
    background: var(--cyan);
    border-radius: 0 0 3px 3px;
    box-shadow: 0 0 10px rgba(0, 255, 246, 0.5);
  }
  
  .mobile-tab-bar .tab-item.is-active svg {
    filter: drop-shadow(0 0 4px rgba(0, 255, 246, 0.4));
  }
  
  /* Mobile header with logo */
  .site-header {
    position: fixed;
    left: 0;
    right: 0;
    z-index: 1000;
    background: rgba(8, 10, 14, 0.95);
    backdrop-filter: blur(20px) saturate(180%);
    -webkit-backdrop-filter: blur(20px) saturate(180%);
    border-bottom: 0.5px solid rgba(0, 255, 246, 0.15);
    padding: 0.75rem 1rem;
  }
  
  .main-nav {
    display: flex !important;
    justify-content: center;
    align-items: center;
    background: transparent;
    border: none;
    padding: 0;
  }
  
  .main-nav__brand {
    display: flex;
    align-items: center;
  }
  
  .brand-logo {
    width: 110px;
  }
  
  /* Hide desktop nav */
  .main-nav__toggle,
  .main-nav__links {
    display: none !important;
  }
  
  /* Content spacing */
  .page-content {
    padding-top: 90px !important;
    padding-bottom: 90px !important;
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  
  /* Hide desktop footer */
  .site-footer {
    display: none !important;
  }
}

/* Pagination */
.pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    margin-top: 3rem;
    padding: 2rem 0;
}

.pagination__pages {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.pagination__link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 2.5rem;
    height: 2.5rem;
    padding: 0 0.75rem;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    color: var(--white);
    text-decoration: none;
    font-size: 0.875rem;
    font-weight: 500;
    transition: all 0.2s ease;
}

.pagination__link:hover {
    background: rgba(0, 255, 246, 0.1);
    border-color: var(--cyan);
    color: var(--cyan);
    transform: translateY(-2px);
}

.pagination__link--active {
    background: var(--cyan);
    border-color: var(--cyan);
    color: var(--black);
    cursor: default;
    pointer-events: none;
}

.pagination__prev,
.pagination__next {
    padding: 0 1rem;
}

.pagination__ellipsis {
    color: var(--slate);
    padding: 0 0.25rem;
}

@media (max-width: 768px) {
    .pagination {
        gap: 0.5rem;
        margin-top: 2rem;
    }
    
    .pagination__link {
        min-width: 2rem;
        height: 2rem;
        font-size: 0.75rem;
    }
    
    .pagination__prev,
    .pagination__next {
        padding: 0 0.75rem;
    }
}

@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
        scroll-behavior: auto !important;
    }
    .logo--flicker { animation: none !important; }
}

/* ─────────────────────────────────────────────────────────────────────────────
   AI Gallery Showcase
───────────────────────────────────────────────────────────────────────────── */

.ai-gallery-grid {
    display: grid !important;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 1rem;
    margin-top: 1.5rem;
}

.ai-gallery-item {
    aspect-ratio: 1;
    background: rgba(0, 0, 0, 0.3);
    border: 1px solid rgba(0, 255, 246, 0.2);
    border-radius: 12px;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    animation: fadeInUp 0.5s ease-out backwards;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.ai-gallery-item:hover {
    transform: translateY(-4px);
    border-color: var(--cyan);
    box-shadow: 0 8px 24px rgba(0, 255, 246, 0.2);
}

.ai-gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.ai-gallery-item:hover img {
    transform: scale(1.05);
}

.ai-gallery-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.9), transparent);
    opacity: 0;
    transition: opacity 0.3s ease;
    display: flex;
    align-items: flex-end;
    padding: 1rem;
}

.ai-gallery-item:hover .ai-gallery-overlay {
    opacity: 1;
}

.ai-gallery-prompt {
    color: var(--white);
    font-size: 0.75rem;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
/* Force grid layout */
.ai-gallery-grid { display: grid !important; grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)) !important; }

/* ─────────────────────────────────────────────────────────────────────────────
   Early Access Form
───────────────────────────────────────────────────────────────────────────── */

.early-access-card {
    text-align: center;
    padding: 3rem 2rem !important;
}

.early-access-form {
    max-width: 600px;
    margin: 0 auto;
}

.early-access-input-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.5rem;
    background: rgba(0, 0, 0, 0.3);
    border: 2px solid rgba(0, 255, 246, 0.2);
    border-radius: 16px;
    transition: all 0.3s ease;
}

.early-access-input-wrapper:focus-within {
    border-color: var(--cyan);
    box-shadow: 0 0 0 4px rgba(0, 255, 246, 0.1);
}

.input-icon {
    flex-shrink: 0;
    margin-left: 0.75rem;
    color: var(--cyan);
    opacity: 0.6;
}

.early-access-input {
    flex: 1;
    background: transparent;
    border: none;
    outline: none;
    color: var(--white);
    font-size: 1rem;
    padding: 0.75rem 0.5rem;
    font-family: inherit;
}

.early-access-input::placeholder {
    color: rgba(233, 240, 255, 0.4);
}

.early-access-btn {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.875rem 1.75rem !important;
    white-space: nowrap;
    transition: all 0.3s ease;
}

.early-access-btn:hover {
    transform: translateX(2px);
    box-shadow: 0 4px 16px rgba(0, 255, 246, 0.3);
}

.early-access-btn:disabled {
    opacity: 0.6;
    cursor: not-allowed;
    transform: none;
}

.btn-arrow {
    transition: transform 0.3s ease;
}

.early-access-btn:hover .btn-arrow {
    transform: translateX(4px);
}

.form-message {
    margin-top: 1rem;
    padding: 1rem;
    border-radius: 12px;
    font-size: 0.95rem;
    font-weight: 500;
    display: none;
    animation: slideDown 0.3s ease;
}

@keyframes slideDown {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.form-message--success {
    background: rgba(0, 255, 136, 0.1);
    border: 1px solid rgba(0, 255, 136, 0.3);
    color: #00ff88;
}

.form-message--error {
    background: rgba(255, 0, 124, 0.1);
    border: 1px solid rgba(255, 0, 124, 0.3);
    color: var(--magenta);
}

.early-access-proof {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1.5rem;
    margin-top: 2rem;
    padding-top: 2rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.proof-item {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: rgba(233, 240, 255, 0.7);
    font-size: 0.9rem;
}

.proof-item svg {
    color: var(--cyan);
    flex-shrink: 0;
}

@media (max-width: 768px) {
    .early-access-card {
        padding: 2rem 1.5rem !important;
    }
    
    .early-access-input-wrapper {
        flex-direction: column;
        gap: 0.5rem;
        padding: 1rem;
    }
    
    .input-icon {
        display: none;
    }
    
    .early-access-input {
        width: 100%;
        text-align: center;
    }
    
    .early-access-btn {
        width: 100%;
        justify-content: center;
    }
    
    .early-access-proof {
        flex-direction: column;
        gap: 1rem;
        align-items: flex-start;
    }
}

/* Custom Scrollbar - Polished & Futuristic */
::-webkit-scrollbar {
    width: 12px;
    height: 12px;
}

::-webkit-scrollbar-track {
    background: linear-gradient(180deg, rgba(10, 10, 15, 0.95), rgba(4, 4, 6, 0.98));
    border-left: 1px solid rgba(0, 255, 246, 0.1);
}

::-webkit-scrollbar-thumb {
    background: linear-gradient(180deg, rgba(0, 255, 246, 0.6), rgba(0, 212, 204, 0.8));
    border-radius: 6px;
    border: 2px solid rgba(10, 10, 15, 0.95);
    box-shadow: 
        0 0 10px rgba(0, 255, 246, 0.3),
        inset 0 1px 0 rgba(255, 255, 255, 0.2);
    transition: all 0.3s ease;
}

::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(180deg, rgba(0, 255, 246, 0.9), rgba(0, 255, 246, 1));
    box-shadow: 
        0 0 20px rgba(0, 255, 246, 0.6),
        0 0 40px rgba(0, 255, 246, 0.3),
        inset 0 1px 0 rgba(255, 255, 255, 0.3);
    border-color: rgba(0, 255, 246, 0.2);
}

::-webkit-scrollbar-thumb:active {
    background: linear-gradient(180deg, #00fff6, #00d4cc);
    box-shadow: 
        0 0 30px rgba(0, 255, 246, 0.8),
        inset 0 2px 4px rgba(0, 0, 0, 0.3);
}

/* Firefox Scrollbar */
* {
    scrollbar-width: thin;
    scrollbar-color: rgba(0, 255, 246, 0.6) rgba(10, 10, 15, 0.95);
}

/* Scrollbar corner */
::-webkit-scrollbar-corner {
    background: rgba(10, 10, 15, 0.95);
}
