:root {
    --bg: #070707;
    --bg-soft: #111111;
    --text: #f5f5f5;
    --muted: rgba(255,255,255,0.72);
    --line: rgba(255,255,255,0.14);
    --glass: rgba(255,255,255,0.08);
    --glass-strong: rgba(255,255,255,0.12);
    --brand: #f5c400;
    --brand-2: #ffdf4d;
    --shadow: 0 20px 60px rgba(0,0,0,0.45);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    font-family: 'Inter', sans-serif;
    background:
        radial-gradient(circle at 15% 20%, rgba(245, 196, 0, 0.16), transparent 26%),
        radial-gradient(circle at 85% 10%, rgba(245, 196, 0, 0.10), transparent 22%),
        linear-gradient(180deg, #0a0a0a 0%, #060606 100%);
    color: var(--text);
    overflow-x: hidden;
}

.page-glow {
    position: fixed;
    width: 28rem;
    height: 28rem;
    border-radius: 50%;
    filter: blur(80px);
    opacity: 0.15;
    pointer-events: none;
    z-index: 0;
}
.glow-1 { background: var(--brand); top: -6rem; left: -8rem; }
.glow-2 { background: #ffef9b; right: -10rem; top: 20rem; }

main, .site-footer, .site-header { position: relative; z-index: 1; }

.glass-nav {
    margin: 1rem auto 0;
    max-width: 1320px;
    left: 0;
    right: 0;
    width: calc(100% - 1.4rem);
    border: 1px solid rgba(255,255,255,0.10);
    background: rgba(10,10,10,0.58);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    border-radius: 1.25rem;
    box-shadow: var(--shadow);
}

.brand-mark {
    width: 2.7rem;
    height: 2.7rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.9rem;
    background: linear-gradient(135deg, var(--brand), #9f7800);
    color: #080808;
    font-weight: 800;
    box-shadow: 0 12px 30px rgba(245,196,0,0.35);
}
.brand-name { font-size: 1rem; letter-spacing: 0.06em; text-transform: uppercase; }
.brand-sub { color: rgba(255,255,255,0.65); font-size: 0.72rem; }

.navbar .nav-link {
    color: rgba(255,255,255,0.8);
    font-weight: 500;
    padding: 0.75rem 1rem;
}
.navbar .nav-link.active,
.navbar .nav-link:hover { color: var(--brand); }

.btn-brand {
    background: linear-gradient(135deg, var(--brand), var(--brand-2));
    color: #090909;
    border: 0;
    font-weight: 700;
    padding: 0.9rem 1.35rem;
    border-radius: 0.95rem;
    box-shadow: 0 18px 35px rgba(245,196,0,0.22);
}
.btn-brand:hover { color: #000; transform: translateY(-1px); }
.btn-outline-light {
    border-radius: 0.95rem;
    border-color: rgba(255,255,255,0.25);
}

.hero-section { padding-top: 5.5rem; }
.hero-title,
.section-title {
    font-weight: 800;
    line-height: 1.05;
    letter-spacing: -0.04em;
}
.hero-title { font-size: clamp(2.8rem, 7vw, 5.4rem); max-width: 12ch; }
.section-title { font-size: clamp(2rem, 5vw, 3.2rem); }
.hero-copy,
.section-copy,
p,
li,
span,
small { color: var(--muted); }
.hero-copy, .section-copy { font-size: 1.08rem; max-width: 64ch; }
.eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.45rem 0.85rem;
    border-radius: 999px;
    background: rgba(245,196,0,0.12);
    border: 1px solid rgba(245,196,0,0.22);
    color: var(--brand-2);
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    font-size: 0.75rem;
    margin-bottom: 1.2rem;
}

.glass-card,
.glass-panel {
    background: linear-gradient(180deg, rgba(255,255,255,0.09), rgba(255,255,255,0.05));
    border: 1px solid var(--line);
    border-radius: 1.65rem;
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    box-shadow: var(--shadow);
}
.glass-card { padding: 1.6rem; }

.metric-card h3,
.service-card h3,
.insight-card h3,
.content-card h2,
.contact-item strong,
.mini-case-item strong { color: #fff; }
.metric-card h3, .service-card h3 { font-size: 1.15rem; margin-bottom: 0.6rem; }
.metric-card p, .service-card p { margin-bottom: 0; }

.showcase-card {
    position: relative;
    min-height: 34rem;
    overflow: hidden;
    padding: 2rem;
}
.signal-grid {
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255,255,255,0.05) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,0.05) 1px, transparent 1px);
    background-size: 34px 34px;
    mask-image: radial-gradient(circle at center, black 35%, transparent 80%);
}
.orbital-ring {
    position: absolute;
    border-radius: 50%;
    border: 1px solid rgba(245,196,0,0.28);
}
.ring-one { width: 18rem; height: 18rem; top: 5rem; left: 4rem; }
.ring-two { width: 26rem; height: 26rem; top: 1rem; left: 0.5rem; }
.core-orb {
    position: absolute;
    inset: 50% auto auto 50%;
    transform: translate(-50%, -50%);
    width: 13rem;
    height: 13rem;
    border-radius: 50%;
    background: radial-gradient(circle at 35% 30%, #ffe889, var(--brand));
    color: #090909;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    box-shadow: 0 24px 60px rgba(245,196,0,0.35);
}
.core-orb span { display: block; color: #3d3200; font-weight: 700; font-size: 0.8rem; letter-spacing: 0.08em; }
.core-orb strong { display: block; font-size: 1.35rem; line-height: 1.1; }
.floating-badge,
.showcase-mini {
    position: absolute;
}
.floating-badge {
    background: rgba(255,255,255,0.11);
    border: 1px solid rgba(255,255,255,0.12);
    border-radius: 999px;
    padding: 0.6rem 1rem;
    font-size: 0.85rem;
    color: white;
    backdrop-filter: blur(10px);
}
.badge-top { right: 1.5rem; top: 1.5rem; }
.badge-bottom { left: 1.5rem; bottom: 1.5rem; }
.mini-card { width: 13rem; }
.mini-card span { display: block; font-size: 0.82rem; color: var(--brand-2); }
.mini-card strong { display: block; font-size: 1rem; color: white; }
.mini-card.one { right: 1.4rem; top: 7rem; }
.mini-card.two { left: 1.4rem; top: 10rem; }
.mini-card.three { right: 2rem; bottom: 4rem; }

.section-dark { background: rgba(255,255,255,0.02); }
.service-icon {
    width: 3.25rem;
    height: 3.25rem;
    border-radius: 1rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(245,196,0,0.12);
    margin-bottom: 1rem;
    font-size: 1.35rem;
}
.section-heading { max-width: 780px; margin-inline: auto; }
.content-card, .insight-card { height: 100%; }
.feature-list {
    list-style: none;
    padding: 0;
    margin: 1.25rem 0 0;
}
.feature-list li {
    position: relative;
    padding-left: 1.5rem;
    margin-bottom: 0.8rem;
}
.feature-list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.52rem;
    width: 0.7rem;
    height: 0.7rem;
    border-radius: 50%;
    background: var(--brand);
    box-shadow: 0 0 0 6px rgba(245,196,0,0.13);
}
.insight-card { position: relative; overflow: hidden; }
.insight-label {
    display: inline-flex;
    margin-bottom: 1rem;
    font-weight: 700;
    color: var(--brand-2);
}
.inner-hero {
    padding-top: 10rem;
    padding-bottom: 2rem;
}
.mini-case-stack { padding: 1rem; }
.mini-case-item {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    padding: 1rem 0.5rem;
    border-bottom: 1px solid rgba(255,255,255,0.10);
}
.mini-case-item:last-child { border-bottom: 0; }
.contact-item {
    padding: 1rem 0;
    border-bottom: 1px solid rgba(255,255,255,0.08);
    display: grid;
    gap: 0.35rem;
}
.contact-item:last-child { border-bottom: 0; }
.contact-item a { color: white; text-decoration: none; }
.contact-item a:hover, .footer-links a:hover { color: var(--brand-2); }
.form-control {
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.10);
    color: white;
    border-radius: 1rem;
}
.form-control:focus {
    background: rgba(255,255,255,0.08);
    color: white;
    border-color: rgba(245,196,0,0.5);
    box-shadow: 0 0 0 0.25rem rgba(245,196,0,0.12);
}
.form-label { color: white; font-weight: 600; }
.alert-info, .alert-warning, .alert-success {
    background: rgba(255,255,255,0.09);
    color: white;
}
.site-footer { border-top: 1px solid rgba(255,255,255,0.08); }
.footer-title { color: white; margin-bottom: 1rem; }
.footer-links li { margin-bottom: 0.55rem; }
.footer-links a {
    color: rgba(255,255,255,0.72);
    text-decoration: none;
}
.footer-bottom {
    border-top: 1px solid rgba(255,255,255,0.08);
    color: rgba(255,255,255,0.55);
    font-size: 0.92rem;
}

.reveal-up {
    opacity: 0;
    transform: translateY(24px);
    transition: opacity 0.7s ease, transform 0.7s ease;
}
.reveal-up.revealed {
    opacity: 1;
    transform: translateY(0);
}

@media (max-width: 991.98px) {
    .showcase-card { min-height: 28rem; }
    .ring-one { width: 14rem; height: 14rem; left: 2rem; top: 4rem; }
    .ring-two { width: 19rem; height: 19rem; }
    .core-orb { width: 10rem; height: 10rem; }
    .mini-card { width: 11rem; }
}

@media (max-width: 767.98px) {
    .glass-nav { width: calc(100% - 1rem); }
    .hero-title { max-width: none; }
    .showcase-card {
        min-height: 24rem;
        margin-top: 1rem;
    }
    .mini-card.two { left: 1rem; top: 4rem; }
    .mini-card.one { right: 1rem; top: 3.5rem; }
    .mini-card.three { right: 1rem; bottom: 2rem; }
    .badge-bottom { left: 1rem; bottom: 1rem; }
    .badge-top { right: 1rem; top: 1rem; }
    .core-orb strong { font-size: 1.1rem; }
}
