/* =================================================================
   GalacticNode — stylesheet
   Dark, cosmic hosting theme built from the brand palette.
   ================================================================= */

:root {
    /* Brand palette (from the logo) */
    --navy-950: #050f24;
    --navy-900: #06122a;
    --navy-850: #091a39;
    --navy-800: #0c2148;
    --navy-700: #12305f;
    --navy-600: #1b427c;

    --cyan-400: #47c6e2;
    --cyan-300: #6fd6ee;
    --cyan-glow: rgba(71, 198, 226, 0.35);

    --purple-500: #5857a5;
    --purple-400: #7a79c9;
    --purple-300: #9d9cdd;

    --star: #ffffff;

    /* Text */
    --text: #e8eefc;
    --text-soft: #a9b6d4;
    --text-mute: #6f7ea3;

    /* Surfaces */
    --surface: rgba(15, 30, 62, 0.55);
    --surface-solid: #0b1a37;
    --border: rgba(120, 160, 220, 0.14);
    --border-strong: rgba(120, 160, 220, 0.28);

    --radius: 14px;
    --radius-lg: 22px;
    --shadow: 0 20px 45px -20px rgba(0, 0, 0, 0.7);
    --shadow-glow: 0 0 0 1px var(--border-strong), 0 24px 60px -24px var(--cyan-glow);

    --font-head: 'Sora', system-ui, -apple-system, 'Segoe UI', sans-serif;
    --font-body: 'Inter', system-ui, -apple-system, 'Segoe UI', sans-serif;

    --maxw: 1180px;
}

/* ---------- Reset ------------------------------------------------ */
*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; }
html { scroll-behavior: smooth; scroll-padding-top: 90px; }
body {
    font-family: var(--font-body);
    color: var(--text);
    background: var(--navy-950);
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
    position: relative;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
h1, h2, h3, h4 { font-family: var(--font-head); line-height: 1.15; font-weight: 700; letter-spacing: -0.02em; }
ul { list-style: none; padding: 0; }

/* ---------- Cosmic background ------------------------------------ */
body::before {
    content: "";
    position: fixed;
    inset: 0;
    z-index: -2;
    background:
        radial-gradient(1100px 600px at 78% -8%, rgba(88, 87, 165, 0.28), transparent 60%),
        radial-gradient(900px 620px at 10% 4%, rgba(71, 198, 226, 0.18), transparent 55%),
        linear-gradient(180deg, var(--navy-900) 0%, var(--navy-950) 45%, #040b1c 100%);
}
.starfield {
    position: fixed;
    inset: 0;
    z-index: -1;
    pointer-events: none;
    background-image:
        radial-gradient(1.4px 1.4px at 20% 30%, rgba(255,255,255,0.9), transparent),
        radial-gradient(1.2px 1.2px at 70% 20%, rgba(255,255,255,0.7), transparent),
        radial-gradient(1px 1px at 40% 70%, rgba(255,255,255,0.8), transparent),
        radial-gradient(1.6px 1.6px at 85% 60%, rgba(255,255,255,0.85), transparent),
        radial-gradient(1px 1px at 55% 45%, rgba(255,255,255,0.6), transparent),
        radial-gradient(1.2px 1.2px at 12% 80%, rgba(255,255,255,0.7), transparent),
        radial-gradient(1px 1px at 90% 12%, rgba(255,255,255,0.6), transparent),
        radial-gradient(1.3px 1.3px at 33% 15%, rgba(255,255,255,0.75), transparent);
    background-repeat: no-repeat;
    opacity: 0.6;
}

/* ---------- Layout ---------------------------------------------- */
.container { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 24px; }
section { position: relative; }
.section { padding: 88px 0; }
.section-tight { padding: 56px 0; }

.eyebrow {
    display: inline-flex; align-items: center; gap: 8px;
    font-family: var(--font-head);
    font-size: 0.78rem; font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase;
    color: var(--cyan-300);
    padding: 6px 14px;
    border: 1px solid var(--border-strong);
    border-radius: 999px;
    background: rgba(71, 198, 226, 0.06);
}
.section-head { max-width: 640px; margin-bottom: 48px; }
.section-head.center { margin-left: auto; margin-right: auto; text-align: center; }
.section-head h2 { font-size: clamp(1.9rem, 4vw, 2.7rem); margin: 18px 0 14px; }
.section-head p { color: var(--text-soft); font-size: 1.06rem; }

.lead { font-size: 1.15rem; color: var(--text-soft); }
.text-cyan { color: var(--cyan-300); }
.text-purple { color: var(--purple-300); }

/* ---------- Buttons --------------------------------------------- */
.btn {
    display: inline-flex; align-items: center; justify-content: center; gap: 9px;
    font-family: var(--font-head); font-weight: 600; font-size: 0.95rem;
    padding: 12px 22px; border-radius: 11px;
    border: 1px solid transparent; cursor: pointer;
    transition: transform 0.15s ease, box-shadow 0.2s ease, background 0.2s ease, border-color 0.2s ease;
    white-space: nowrap;
}
.btn:hover { transform: translateY(-2px); }
.btn-primary {
    /* Stops extended past 0/100% so the gradient never flattens into a
       plateau before the button's right edge (which reads as a seam). */
    background: linear-gradient(105deg, var(--cyan-400) -20%, var(--purple-500) 120%);
    color: #fff;
    box-shadow: 0 12px 30px -12px var(--cyan-glow);
}
.btn-primary:hover { box-shadow: 0 18px 38px -12px var(--cyan-glow); }
.btn-ghost {
    background: rgba(255,255,255,0.02);
    border-color: var(--border-strong);
    color: var(--text);
}
.btn-ghost:hover { border-color: var(--cyan-400); color: var(--cyan-300); }
.btn-block { width: 100%; }
.btn-lg { padding: 15px 28px; font-size: 1.02rem; }

/* ---------- Header ---------------------------------------------- */
.site-header {
    position: sticky; top: 0; z-index: 100;
    backdrop-filter: blur(14px);
    background: rgba(6, 15, 34, 0.72);
    border-bottom: 1px solid var(--border);
}
.header-inner { display: flex; align-items: center; justify-content: space-between; height: 72px; }
.brand { display: inline-flex; align-items: center; gap: 12px; }
.brand-mark { filter: drop-shadow(0 4px 12px rgba(71,198,226,0.35)); }
.brand-name { font-family: var(--font-head); font-weight: 800; font-size: 1.28rem; letter-spacing: -0.02em; color: #fff; }
.brand-accent {
    background: linear-gradient(135deg, var(--cyan-300), var(--purple-400));
    -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent;
}
.site-nav { display: flex; align-items: center; gap: 34px; }
.site-nav ul { display: flex; gap: 28px; }
.site-nav ul a {
    font-weight: 500; font-size: 0.96rem; color: var(--text-soft);
    padding: 6px 2px; position: relative; transition: color 0.15s ease;
}
.site-nav ul a:hover, .site-nav ul a.is-active { color: #fff; }
.site-nav ul a.is-active::after {
    content: ""; position: absolute; left: 0; right: 0; bottom: -2px; height: 2px;
    background: linear-gradient(90deg, var(--cyan-400), var(--purple-400)); border-radius: 2px;
}
.nav-actions { display: flex; align-items: center; gap: 12px; }
.nav-toggle { display: none; flex-direction: column; gap: 5px; background: none; border: 0; cursor: pointer; padding: 8px; }
.nav-toggle span { width: 24px; height: 2px; background: var(--text); border-radius: 2px; transition: 0.25s; }

/* ---------- Hero ------------------------------------------------ */
.hero { padding: 96px 0 72px; }
.hero-inner { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 56px; align-items: center; }
.hero h1 {
    font-size: clamp(2.4rem, 5.4vw, 3.8rem); font-weight: 800;
    line-height: 1.06; margin: 22px 0 20px;
}
.hero h1 .grad {
    background: linear-gradient(120deg, var(--cyan-300) 10%, var(--purple-300) 90%);
    -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent;
}
.hero p.lead { max-width: 520px; margin-bottom: 32px; }
.hero-cta { display: flex; flex-wrap: wrap; gap: 14px; margin-bottom: 30px; }
.hero-trust { display: flex; flex-wrap: wrap; gap: 22px; color: var(--text-mute); font-size: 0.9rem; }
.hero-trust span { display: inline-flex; align-items: center; gap: 8px; }
.hero-trust .dot { width: 7px; height: 7px; border-radius: 50%; background: var(--cyan-400); box-shadow: 0 0 10px var(--cyan-400); }

/* Hero visual — orbiting logo */
.hero-visual { position: relative; display: grid; place-items: center; min-height: 380px; }
.orbit-core {
    position: relative; width: 220px; height: 220px; display: grid; place-items: center;
    border-radius: 50%;
    background: radial-gradient(circle at 50% 40%, rgba(71,198,226,0.22), transparent 65%);
}
.orbit-core img { width: 190px; height: 190px; filter: drop-shadow(0 18px 45px rgba(71,198,226,0.4)); animation: float 6s ease-in-out infinite; }
.orbit-ring {
    position: absolute; border: 1px solid var(--border-strong); border-radius: 50%;
    top: 50%; left: 50%; transform: translate(-50%, -50%);
}
.orbit-ring.r1 { width: 300px; height: 300px; animation: spin 26s linear infinite; }
.orbit-ring.r2 { width: 400px; height: 400px; border-style: dashed; opacity: 0.5; animation: spin 40s linear infinite reverse; }
@keyframes float { 0%,100% { transform: translateY(-8px); } 50% { transform: translateY(8px); } }
@keyframes spin { to { transform: translate(-50%, -50%) rotate(360deg); } }

/* ---------- Logo strip / trust bar ------------------------------ */
.trust-bar { border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); background: rgba(9, 26, 57, 0.35); }
.trust-stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; padding: 34px 0; text-align: center; }
.trust-stat .num { font-family: var(--font-head); font-size: clamp(1.6rem, 3vw, 2.1rem); font-weight: 700; color: #fff; }
.trust-stat .num .text-cyan { display: inline; }
.trust-stat .label { font-size: 0.86rem; color: var(--text-mute); letter-spacing: 0.03em; }

/* ---------- Feature grid ---------------------------------------- */
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.feature-card {
    background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius-lg);
    padding: 30px; transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
    position: relative; overflow: hidden;
}
.feature-card:hover { transform: translateY(-4px); border-color: var(--border-strong); box-shadow: var(--shadow); }
.feature-icon {
    width: 48px; height: 48px; border-radius: 12px; display: grid; place-items: center;
    margin-bottom: 18px; color: var(--cyan-300);
    background: linear-gradient(135deg, rgba(71,198,226,0.16), rgba(88,87,165,0.16));
    border: 1px solid var(--border-strong);
}
.feature-icon svg { width: 24px; height: 24px; }
.feature-card h3 { font-size: 1.18rem; margin-bottom: 8px; }
.feature-card p { color: var(--text-soft); font-size: 0.96rem; }

/* ---------- Pricing --------------------------------------------- */
.plans-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; align-items: stretch; }
.plan-card {
    position: relative; display: flex; flex-direction: column;
    background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius-lg);
    padding: 32px 28px; transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}
.plan-card:hover { transform: translateY(-4px); border-color: var(--border-strong); box-shadow: var(--shadow); }
.plan-card.is-featured {
    border-color: transparent;
    background:
        linear-gradient(var(--surface-solid), var(--surface-solid)) padding-box,
        linear-gradient(135deg, var(--cyan-400), var(--purple-500)) border-box;
    border: 1.5px solid transparent;
    box-shadow: var(--shadow-glow);
}
.plan-badge {
    position: absolute; top: -13px; left: 50%; transform: translateX(-50%);
    font-family: var(--font-head); font-size: 0.72rem; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase;
    color: #fff; padding: 5px 16px; border-radius: 999px;
    background: linear-gradient(135deg, var(--cyan-400), var(--purple-500));
    box-shadow: 0 8px 20px -6px var(--cyan-glow);
}
.plan-head { margin-bottom: 18px; }
.plan-name { font-size: 1.4rem; }
.plan-blurb { color: var(--text-soft); font-size: 0.92rem; margin-top: 6px; min-height: 2.6em; }
.plan-price { display: flex; align-items: flex-end; gap: 2px; margin-bottom: 22px; color: #fff; }
.price-currency { font-family: var(--font-head); font-size: 1.3rem; font-weight: 600; align-self: flex-start; margin-top: 8px; color: var(--text-soft); }
.price-whole { font-family: var(--font-head); font-size: 3.1rem; font-weight: 800; line-height: 1; }
.price-cents { font-family: var(--font-head); font-size: 1.3rem; font-weight: 700; }
.price-period { color: var(--text-mute); font-size: 0.95rem; margin-left: 4px; margin-bottom: 6px; }
.plan-specs { display: flex; flex-direction: column; gap: 12px; margin-bottom: 26px; padding-bottom: 4px; }
.plan-specs li { display: flex; justify-content: space-between; align-items: center; padding-bottom: 12px; border-bottom: 1px solid var(--border); font-size: 0.92rem; }
.plan-specs li:last-child { border-bottom: 0; }
.spec-label { color: var(--text-mute); }
.spec-value { color: var(--text); font-weight: 600; }
.plan-features { margin: 4px 0 24px; }
.plan-card .btn { margin-top: auto; }
.plan-detail-link { display: block; text-align: center; margin-top: 14px; font-size: 0.86rem; color: var(--text-mute); transition: color 0.15s; }
.plan-detail-link:hover { color: var(--cyan-300); }

.price-note { text-align: center; margin-top: 30px; color: var(--text-mute); font-size: 0.92rem; }

/* ---------- Feature checklists (hosting detail) ----------------- */
.plan-detail { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 20px; }
.plan-detail .detail-card {
    background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius-lg); padding: 30px 28px;
}
.plan-detail .detail-card h3 { font-size: 1.25rem; margin-bottom: 4px; }
.plan-detail .detail-card .price-line { color: var(--cyan-300); font-family: var(--font-head); font-weight: 600; margin-bottom: 18px; }
.check-list li { display: flex; gap: 11px; align-items: flex-start; padding: 8px 0; color: var(--text-soft); font-size: 0.94rem; }
.check-list li svg { flex: 0 0 auto; width: 18px; height: 18px; margin-top: 3px; color: var(--cyan-400); }
.check-list li.is-heading { color: var(--text); font-weight: 600; }

/* ---------- Split / info sections ------------------------------- */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
.split.reverse .split-media { order: -1; }
.info-panel {
    background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius-lg);
    padding: 34px; box-shadow: var(--shadow);
}
.mini-list li { display: flex; gap: 12px; padding: 12px 0; border-bottom: 1px solid var(--border); }
.mini-list li:last-child { border-bottom: 0; }
.mini-list .mini-icon { flex: 0 0 auto; color: var(--cyan-300); }
.mini-list h4 { font-size: 1.02rem; margin-bottom: 3px; }
.mini-list p { color: var(--text-soft); font-size: 0.92rem; }

/* ---------- CTA band -------------------------------------------- */
.cta-band {
    position: relative; overflow: hidden;
    border: 1px solid var(--border-strong); border-radius: var(--radius-lg);
    padding: 56px 48px; text-align: center;
    background:
        radial-gradient(600px 300px at 50% 0%, rgba(88,87,165,0.35), transparent 70%),
        linear-gradient(135deg, rgba(12,33,72,0.9), rgba(9,26,57,0.9));
}
.cta-band h2 { font-size: clamp(1.8rem, 3.6vw, 2.5rem); margin-bottom: 14px; }
.cta-band p { color: var(--text-soft); max-width: 560px; margin: 0 auto 28px; }
.cta-actions { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }

/* ---------- Page hero (inner pages) ----------------------------- */
.page-hero { padding: 72px 0 40px; text-align: center; }
.page-hero h1 { font-size: clamp(2.1rem, 4.6vw, 3.1rem); margin: 16px 0 14px; }
.page-hero p { color: var(--text-soft); font-size: 1.1rem; max-width: 620px; margin: 0 auto; }

/* ---------- About ----------------------------------------------- */
.value-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.value-card { background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius-lg); padding: 28px; }
.value-card .num { font-family: var(--font-head); font-size: 1.5rem; color: var(--cyan-300); font-weight: 700; }
.value-card h3 { font-size: 1.15rem; margin: 12px 0 8px; }
.value-card p { color: var(--text-soft); font-size: 0.94rem; }

.timeline { border-left: 2px solid var(--border-strong); padding-left: 28px; margin-left: 8px; }
.timeline-item { position: relative; padding-bottom: 30px; }
.timeline-item::before {
    content: ""; position: absolute; left: -35px; top: 4px; width: 12px; height: 12px; border-radius: 50%;
    background: var(--cyan-400); box-shadow: 0 0 12px var(--cyan-glow);
}
.timeline-item h4 { font-size: 1.08rem; }
.timeline-item .when { color: var(--cyan-300); font-family: var(--font-head); font-size: 0.85rem; font-weight: 600; }
.timeline-item p { color: var(--text-soft); font-size: 0.95rem; margin-top: 4px; }

/* ---------- Contact --------------------------------------------- */
.contact-grid { display: grid; grid-template-columns: 1.15fr 0.85fr; gap: 42px; align-items: start; }
.form-card { background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius-lg); padding: 36px; box-shadow: var(--shadow); }
.field { margin-bottom: 20px; }
.field label { display: block; font-family: var(--font-head); font-size: 0.88rem; font-weight: 500; margin-bottom: 8px; color: var(--text); }
.field label .req { color: var(--cyan-300); }
.field input, .field select, .field textarea {
    width: 100%; padding: 12px 14px; font-family: var(--font-body); font-size: 0.96rem;
    color: var(--text); background: rgba(5, 15, 36, 0.6);
    border: 1px solid var(--border-strong); border-radius: 10px; transition: border-color 0.15s, box-shadow 0.15s;
}
.field input:focus, .field select:focus, .field textarea:focus {
    outline: none; border-color: var(--cyan-400); box-shadow: 0 0 0 3px rgba(71,198,226,0.15);
}
.field textarea { resize: vertical; min-height: 130px; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.honeypot { position: absolute; left: -9999px; opacity: 0; }
.form-note { color: var(--text-mute); font-size: 0.85rem; margin-top: 6px; }

.alert { padding: 14px 18px; border-radius: 12px; margin-bottom: 24px; font-size: 0.95rem; border: 1px solid; }
.alert-success { background: rgba(50, 200, 130, 0.1); border-color: rgba(50,200,130,0.4); color: #9df0c5; }
.alert-error { background: rgba(230, 80, 90, 0.1); border-color: rgba(230,80,90,0.4); color: #f6b3b8; }

.contact-aside .info-block { display: flex; gap: 14px; padding: 18px 0; border-bottom: 1px solid var(--border); }
.contact-aside .info-block:last-child { border-bottom: 0; }
.contact-aside .info-icon { flex: 0 0 auto; width: 42px; height: 42px; border-radius: 11px; display: grid; place-items: center; color: var(--cyan-300); background: linear-gradient(135deg, rgba(71,198,226,0.14), rgba(88,87,165,0.14)); border: 1px solid var(--border-strong); }
.contact-aside h4 { font-size: 1rem; margin-bottom: 3px; }
.contact-aside p, .contact-aside a { color: var(--text-soft); font-size: 0.94rem; }
.contact-aside a:hover { color: var(--cyan-300); }

/* ---------- FAQ ------------------------------------------------- */
.faq { max-width: 780px; margin: 0 auto; }
.faq-item { border: 1px solid var(--border); border-radius: var(--radius); margin-bottom: 14px; background: var(--surface); overflow: hidden; }
.faq-q { width: 100%; text-align: left; background: none; border: 0; color: var(--text); font-family: var(--font-head); font-weight: 600; font-size: 1.02rem; padding: 20px 22px; cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 16px; }
.faq-q .chev { transition: transform 0.2s; flex: 0 0 auto; color: var(--cyan-300); }
.faq-item.open .faq-q .chev { transform: rotate(180deg); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height 0.25s ease; }
.faq-a p { padding: 0 22px 20px; color: var(--text-soft); font-size: 0.96rem; }

/* ---------- Legal / prose --------------------------------------- */
.prose { max-width: 820px; margin: 0 auto; }
.prose h2 { font-size: 1.5rem; margin: 40px 0 14px; }
.prose h3 { font-size: 1.15rem; margin: 26px 0 10px; color: var(--cyan-200, #bfe6f2); }
.prose p, .prose li { color: var(--text-soft); margin-bottom: 12px; }
.prose ul { list-style: disc; padding-left: 22px; margin-bottom: 16px; }
.prose li { margin-bottom: 8px; }
.prose a { color: var(--cyan-300); text-decoration: underline; }
.prose .updated { color: var(--text-mute); font-size: 0.9rem; margin-bottom: 30px; }

/* ---------- Footer ---------------------------------------------- */
.site-footer { border-top: 1px solid var(--border); margin-top: 40px; padding: 60px 0 30px; background: rgba(5, 12, 28, 0.6); }
.footer-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr 1.2fr; gap: 40px; padding-bottom: 40px; }
.footer-brand .brand { margin-bottom: 16px; }
.footer-blurb { color: var(--text-soft); font-size: 0.94rem; margin-bottom: 14px; max-width: 260px; }
.footer-meta { color: var(--text-mute); font-size: 0.86rem; max-width: 260px; }
.footer-col h4 { font-size: 0.86rem; text-transform: uppercase; letter-spacing: 0.1em; color: var(--text); margin-bottom: 16px; }
.footer-col ul { display: flex; flex-direction: column; gap: 10px; }
.footer-col a { color: var(--text-soft); font-size: 0.92rem; transition: color 0.15s; }
.footer-col a:hover { color: var(--cyan-300); }
.footer-bottom { display: flex; justify-content: space-between; align-items: center; padding-top: 26px; border-top: 1px solid var(--border); color: var(--text-mute); font-size: 0.88rem; }
.footer-social { display: flex; gap: 18px; }
.footer-social a:hover { color: var(--cyan-300); }
.footer-credit { text-align: center; margin-top: 24px; }
.footer-credit a { display: inline-flex; align-items: center; gap: 9px; color: var(--text-mute); font-size: 0.8rem; opacity: 0.8; transition: opacity 0.15s; }
.footer-credit a:hover { opacity: 1; }
.footer-credit .lonex-logo { height: 15px; width: auto; display: block; }
.lonex-logo .lg-t { fill: #00d2aa; }
.lonex-logo .lg-w { fill: #fff; }

/* ---------- Reveal animation ------------------------------------ *
   Progressive enhancement: content is fully visible by default. The
   hidden-then-animate state ONLY applies once JS has confirmed it is
   running (html.js), so a JS failure can never hide the page.        */
.reveal { transition: opacity 0.6s ease, transform 0.6s ease; }
.js .reveal { opacity: 0; transform: translateY(24px); }
.js .reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
    .js .reveal { opacity: 1; transform: none; }
}

/* ---------- Responsive ------------------------------------------ */
@media (max-width: 940px) {
    .hero-inner { grid-template-columns: 1fr; }
    .hero-visual { min-height: 300px; order: -1; }
    .feature-grid, .plans-grid, .plan-detail, .value-grid { grid-template-columns: 1fr 1fr; }
    .split, .contact-grid { grid-template-columns: 1fr; }
    .split.reverse .split-media { order: 0; }
    .footer-grid { grid-template-columns: 1fr 1fr; gap: 30px; }
    .trust-stats { grid-template-columns: 1fr 1fr; gap: 30px; }
}
@media (max-width: 680px) {
    .site-nav {
        position: fixed; inset: 72px 0 auto 0; flex-direction: column; align-items: stretch; gap: 0;
        background: rgba(6, 15, 34, 0.98); border-bottom: 1px solid var(--border);
        padding: 12px 24px 24px; transform: translateY(-120%); transition: transform 0.28s ease; z-index: 90;
    }
    .site-nav.open { transform: translateY(0); }
    .site-nav ul { flex-direction: column; gap: 0; }
    .site-nav ul a { display: block; padding: 14px 0; border-bottom: 1px solid var(--border); }
    .nav-actions { flex-direction: column; align-items: stretch; margin-top: 14px; }
    .nav-actions .btn { width: 100%; }
    .nav-toggle { display: flex; }
    .feature-grid, .plans-grid, .plan-detail, .value-grid, .field-row { grid-template-columns: 1fr; }
    .footer-grid { grid-template-columns: 1fr; }
    .footer-bottom { flex-direction: column; gap: 14px; text-align: center; }
    .cta-band { padding: 40px 24px; }
    .section { padding: 60px 0; }
}
