@import url('https://fonts.googleapis.com/css2?family=Oxanium:wght@400;500;600;700;800&display=swap');
:root {
    --ink: #080b0f;
    --panel: #101720;
    --panel-2: #151f2b;
    --text: #f3f7fa;
    --muted: #aab7c4;
    --accent: #f05a28;
    --accent-2: #ff9c42;
    --line: rgba(255,255,255,.12);
    --max: 1180px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    color: var(--text);
    background: var(--ink);
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", 'Oxanium', sans-serif;
    line-height: 1.6;
}
a { color: inherit; }
.skip { position: absolute; left: -9999px; }
.skip:focus { left: 1rem; top: 1rem; z-index: 100; background: #fff; color: #000; padding: .75rem 1rem; }
.wrap { width: min(calc(100% - 2rem), var(--max)); margin-inline: auto; }
header {
    position: sticky; top: 0; z-index: 20;
    background: rgba(8,11,15,.88); backdrop-filter: blur(16px);
    border-bottom: 1px solid var(--line);
}
nav { min-height: 74px; display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.brand {
    font-family: 'Oxanium', sans-serif;
    text-decoration: none;
    font-weight: 800;
    letter-spacing: -0.04em;
    font-size: 1.25rem;
}
.brand span { color: var(--accent); }
.links { display: flex; align-items: center; gap: 1.35rem; }
.links a { color: var(--muted); text-decoration: none; font-size: .94rem; }
.links a:hover, .links a:focus { color: #fff; }
.menu { display: none; border: 1px solid var(--line); background: transparent; color: #fff; border-radius: 10px; padding: .55rem .75rem; }
.hero {
    position: relative; overflow: hidden;
    min-height: 760px; display: grid; place-items: center;
    background:
    radial-gradient(circle at 78% 18%, rgba(240,90,40,.22), transparent 28%),
    linear-gradient(130deg, #070a0d 10%, #101722 60%, #080b0f 100%);
}
.hero::before {
    content: "7"; position: absolute; right: -1vw; top: -4rem;
    font-family: 'Oxanium', sans-serif;
    font-size: clamp(36rem, 68vw, 68rem); line-height: 1;
    font-weight: 1000; color: rgba(255,255,255,.025); letter-spacing: -.12em;
    transform: rotate(4deg); pointer-events: none;
}
.hero::after {
    content: ""; position: absolute; inset: 0; opacity: .18; pointer-events: none;
    background-image: linear-gradient(rgba(255,255,255,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.08) 1px, transparent 1px);
    background-size: 56px 56px; mask-image: linear-gradient(to bottom, #000, transparent 80%);
}
.hero-inner { position: relative; z-index: 1; padding: 7rem 0 5rem; max-width: 900px; }
.eyebrow { display: inline-flex; gap: .6rem; align-items: center; text-transform: uppercase; letter-spacing: .18em; font-size: .78rem; font-weight: 850; color: var(--accent-2); }
.eyebrow::before { content: ""; width: 34px; height: 3px; background: var(--accent); }
h1 { font-family: 'Oxanium', sans-serif; margin: 1.2rem 0 .3rem; font-size: clamp(4rem, 11vw, 8.3rem); line-height: .86; letter-spacing: -.075em; font-weight: 1000; }
h1 span { color: var(--accent); }
.tagline { margin: 1.35rem 0 1rem; font-size: clamp(1.3rem, 3vw, 2.15rem); font-weight: 750; letter-spacing: -.025em; }
.lede { max-width: 720px; color: var(--muted); font-size: 1.1rem; }
.actions { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 2rem; }
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: .8rem 1.2rem; border-radius: 12px; text-decoration: none; font-weight: 850; border: 1px solid var(--line); transition: .2s ease; }
.btn.primary { background: var(--accent); border-color: var(--accent); color: #fff; }
.btn:hover { transform: translateY(-2px); box-shadow: 0 12px 34px rgba(0,0,0,.3); }
.proof { margin-top: 3.3rem; display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); border-radius: 16px; overflow: hidden; max-width: 760px; }
.proof div { background: rgba(8,11,15,.7); padding: 1rem; }
.proof strong { display: block; color: #fff; }
.proof span { color: var(--muted); font-size: .88rem; }
section { padding: 2rem 0; padding-top: 3rem; }
.section-kicker { color: var(--accent-2); font-size: .78rem; text-transform: uppercase; letter-spacing: .2em; font-weight: 900; }
h2 { margin: .4rem 0 1rem; font-size: clamp(2.4rem, 5vw, 4.5rem); line-height: .96; letter-spacing: -.055em; }
.intro { color: var(--muted); font-size: 1.1rem; max-width: 740px; }
.cards { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; margin-top: 3rem; }
.card { min-height: 250px; padding: 1rem; border: 1px solid var(--line); border-radius: 20px; background: linear-gradient(145deg, var(--panel-2), var(--panel)); }
.num { color: var(--accent); font-weight: 950; font-size: 2rem; }
.card h3 { font-size: 1.35rem; margin: 1rem 0 .5rem; }
.card p { color: var(--muted); }
.dark-band {
    position: relative;
    min-height: calc(100vh - 200px);
    background: transparent;
    overflow: hidden;
}

.dark-band::before {
    content: "";
    position: absolute;
    inset: 0;
    background: url("../images/bg-img.jpg") center center / cover no-repeat;
    background-attachment: fixed;
    z-index: -2;
}

.dark-band::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
}
.dark-band .section-kicker { color: #c33d12; }
.dark-band .intro { color: #51606c; }
.module-grid { display: grid; grid-template-columns: 1.3fr .7fr; gap: 1rem; margin-top: 2.5rem; }
.module { position: relative; min-height: 390px; overflow: hidden; border-radius: 24px; padding: 2rem; color: #fff; background: linear-gradient(145deg, #121a22, #253546); }
.module.featured { background: radial-gradient(circle at 80% 20%, rgba(240,90,40,.55), transparent 32%), linear-gradient(145deg, #0a0d11, #18232f); }
.module h3 { font-size: clamp(2rem, 4vw, 3.5rem); line-height: 1; margin: 9rem 0 .7rem; max-width: 600px; }
.module p { color: #c5d0da; max-width: 600px; }
.module .chip { border: 1px solid rgba(255,255,255,.2); border-radius: 999px; padding: .4rem .75rem; font-size: .75rem; text-transform: uppercase; letter-spacing: .13em; }
.cta { text-align: center; background: radial-gradient(circle, rgba(240,90,40,.13), transparent 55%); }
.cta p { margin-inline: auto; }
footer { border-top: 1px solid var(--line); color: var(--muted); padding: 2.2rem 0; }
.footer-row { display: flex; justify-content: space-between; align-items: center; gap: 1rem; flex-wrap: wrap; }
.footer-row a { color: #fff; }
@media (max-width: 780px) {
    .menu { display: block; }
    .links { display: none; position: absolute; top: 73px; left: 0; right: 0; padding: 1rem; background: #0b0f14; flex-direction: column; align-items: stretch; border-bottom: 1px solid var(--line); }
    .links.open { display: flex; }
    .cards, .module-grid { grid-template-columns: 1fr; }
    .proof { grid-template-columns: 1fr; }
    .hero { min-height: auto; }
    h1 { font-size: clamp(3.6rem, 21vw, 6rem); }
}