:root {
    --bg: #070e18;
    --bg-soft: #0a1422;
    --panel: #0d1a2b;
    --panel-strong: #10243b;
    --line: #203149;
    --text: #edf2fa;
    --muted: #9aa8bb;
    --yellow: #ffc812;
    --yellow-soft: #ffe175;
    --cyan: #39d3c8;
    --red: #ff6b65;
    --container: 1410px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    color: var(--text);
    background:
        radial-gradient(circle at 80% 9%, rgba(255, 200, 18, .055), transparent 25rem),
        var(--bg);
    font-family: "Plus Jakarta Sans", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    line-height: 1.5;
}
a { color: inherit; }
.container { width: min(calc(100% - 48px), var(--container)); margin-inline: auto; }
.skip-link { position: fixed; z-index: 100; top: 10px; left: 10px; transform: translateY(-150%); padding: 10px 14px; color: #07101c; background: var(--yellow); font-weight: 800; border-radius: 7px; }
.skip-link:focus { transform: translateY(0); }

.site-header {
    position: sticky;
    z-index: 20;
    top: 0;
    border-bottom: 1px solid rgba(255,255,255,.06);
    background: rgba(7,14,24,.88);
    backdrop-filter: blur(18px);
}
.header-inner, .footer-inner { min-height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.brand { display: inline-flex; align-items: center; gap: 15px; text-decoration: none; font-size: 19px; font-weight: 800; letter-spacing: 1.2px; }
.brand-bars { width: 25px; height: 25px; display: flex; align-items: flex-end; gap: 3px; }
.brand-bars i { width: 5px; display: block; border-radius: 3px; background: var(--yellow); box-shadow: 0 0 12px rgba(255,200,18,.2); }
.brand-bars i:nth-child(1) { height: 10px; }
.brand-bars i:nth-child(2) { height: 17px; }
.brand-bars i:nth-child(3) { height: 23px; }
.main-nav { margin-left: auto; display: flex; align-items: center; gap: 38px; }
.main-nav a { color: var(--muted); text-decoration: none; font-size: 15px; font-weight: 650; transition: color .2s ease; }
.main-nav a:hover, .main-nav a:focus-visible { color: var(--text); }
.language-switch { min-width: 84px; padding: 10px 13px; color: var(--muted); background: #0d1929; border: 1px solid var(--line); border-radius: 9px; font: inherit; font-size: 13px; font-weight: 800; cursor: pointer; }
.language-switch:hover { color: var(--text); border-color: #38506f; }

.hero { position: relative; min-height: 655px; display: grid; align-items: center; overflow: hidden; border-bottom: 1px solid rgba(255,255,255,.06); }
.hero::before { content: ""; position: absolute; inset: 0; opacity: .18; pointer-events: none; background-image: linear-gradient(rgba(255,255,255,.03) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.03) 1px, transparent 1px); background-size: 64px 64px; mask-image: linear-gradient(to bottom, black, transparent 84%); }
.hero-glow { position: absolute; width: 430px; height: 430px; right: 7%; top: 18%; border-radius: 50%; background: rgba(255,200,18,.07); filter: blur(90px); }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, .96fr) minmax(560px, .9fr); align-items: center; gap: clamp(55px, 7vw, 120px); padding-block: 58px 62px; }
.eyebrow, .section-number { margin: 0 0 30px; color: var(--yellow); font-size: 13px; font-weight: 850; letter-spacing: 2.1px; text-transform: uppercase; }
.live-dot { display: inline-block; width: 9px; height: 9px; margin-right: 11px; border-radius: 50%; background: var(--yellow); box-shadow: 0 0 0 0 rgba(255,200,18,.6); animation: pulse 2.2s infinite; }
@keyframes pulse { 0% { box-shadow: 0 0 0 0 rgba(255,200,18,.45); } 70%,100% { box-shadow: 0 0 0 11px rgba(255,200,18,0); } }
.hero h1 { max-width: 800px; margin: 0; font-size: clamp(50px, 5.3vw, 82px); line-height: 1.04; letter-spacing: -3.2px; font-weight: 800; }
.hero h1 em { color: var(--yellow); font-style: normal; }
.hero-lead { max-width: 660px; margin: 28px 0 0; color: var(--muted); font-size: clamp(18px, 1.7vw, 23px); line-height: 1.6; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 38px; }
.button { min-height: 58px; display: inline-flex; align-items: center; justify-content: center; gap: 30px; padding: 0 26px; border: 1px solid transparent; border-radius: 10px; text-decoration: none; font-size: 16px; font-weight: 850; transition: transform .2s ease, background .2s ease, border-color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: #090f17; background: var(--yellow); box-shadow: 0 16px 36px rgba(255,200,18,.12); }
.button-primary:hover { background: var(--yellow-soft); }
.button-secondary { color: var(--text); border-color: var(--line); background: rgba(10,20,34,.72); }
.button-secondary:hover { border-color: #3a5272; }
.hero-facts { display: flex; flex-wrap: wrap; gap: 15px 34px; margin: 34px 0 0; padding: 0; color: #b5c1d1; list-style: none; font-size: 13px; font-weight: 750; }
.hero-facts li:not(:first-child)::before { content: "•"; margin-right: 34px; color: #29405e; }

.portal-preview { position: relative; overflow: hidden; border: 1px solid #24354d; border-radius: 20px; background: linear-gradient(155deg, #10243a, #0b1625 74%); box-shadow: 0 34px 80px rgba(0,0,0,.33); }
.portal-preview::after { content: ""; position: absolute; width: 210px; height: 210px; right: -65px; top: 80px; border-radius: 50%; background: rgba(255,200,18,.1); filter: blur(55px); }
.window-bar { height: 50px; display: flex; align-items: center; gap: 18px; padding: 0 20px; color: #617188; border-bottom: 1px solid #263850; background: #091321; font-size: 12px; }
.window-dots { display: flex; gap: 8px; }
.window-dots i { display: block; width: 11px; height: 11px; border-radius: 50%; background: #304761; }
.window-dots i:first-child { background: #624640; }
.signal { margin-left: auto; height: 18px; display: flex; align-items: flex-end; gap: 2px; }
.signal i { display: block; width: 3px; background: #566b85; }
.signal i:nth-child(1) { height: 4px; } .signal i:nth-child(2) { height: 8px; } .signal i:nth-child(3) { height: 12px; } .signal i:nth-child(4) { height: 16px; background: var(--yellow); }
.preview-header { position: relative; z-index: 1; display: flex; align-items: center; gap: 14px; padding: 23px 26px; }
.station-mark { width: 50px; height: 50px; display: grid; place-items: center; color: #07101c; background: var(--yellow); border-radius: 10px; font-size: 25px; font-weight: 800; }
.preview-header strong { display: block; margin-top: 2px; font-size: 19px; letter-spacing: .5px; }
.preview-kicker { display: block; color: #74849a; font-size: 10px; font-weight: 850; letter-spacing: 1.3px; }
.on-air { margin-left: auto; padding: 7px 10px; color: #ff827d; border: 1px solid rgba(255,107,101,.25); border-radius: 7px; background: rgba(255,107,101,.06); font-size: 10px; font-weight: 900; letter-spacing: .8px; }
.on-air i { display: inline-block; width: 6px; height: 6px; margin-right: 5px; border-radius: 50%; background: var(--red); }
.waveform { height: 88px; display: flex; align-items: center; justify-content: center; gap: 6px; padding: 0 25px; border-block: 1px solid rgba(255,255,255,.055); background: rgba(5,12,21,.34); }
.waveform span { width: 4px; height: 16px; border-radius: 3px; background: linear-gradient(to top, #d49f00, var(--yellow)); opacity: .78; animation: wave 1.8s ease-in-out infinite alternate; }
.waveform span:nth-child(3n) { height: 42px; animation-delay: -.6s; } .waveform span:nth-child(4n) { height: 62px; animation-delay: -1.1s; } .waveform span:nth-child(5n) { height: 30px; animation-delay: -.2s; } .waveform span:nth-child(7n) { height: 72px; animation-delay: -.9s; }
@keyframes wave { to { transform: scaleY(.55); opacity: .4; } }
.preview-title-row { position: relative; z-index: 1; display: flex; align-items: end; justify-content: space-between; gap: 25px; padding: 28px 28px 23px; }
.preview-title-row span:first-child { color: var(--yellow); font-size: 10px; font-weight: 850; letter-spacing: 1.4px; }
.preview-title-row h2 { margin: 7px 0 0; font-size: 28px; line-height: 1.08; }
.frequency { color: var(--yellow); font-size: 32px; line-height: 1; font-weight: 800; letter-spacing: -1.5px; }
.frequency small { display: block; margin-top: 4px; color: #77869b; font-family: inherit; font-size: 9px; letter-spacing: 2px; text-align: right; }
.preview-modules { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(3, 1fr); border-block: 1px solid rgba(255,255,255,.06); }
.preview-modules article { min-width: 0; padding: 19px; border-right: 1px solid rgba(255,255,255,.06); }
.preview-modules article:last-child { border-right: 0; }
.preview-modules article > span { color: #56667b; font-size: 9px; font-weight: 850; }
.preview-modules strong, .preview-modules small { display: block; }
.preview-modules strong { margin-top: 8px; font-size: 13px; }
.preview-modules small { margin-top: 3px; color: #74849a; font-size: 10px; }
.preview-progress { height: 4px; margin: 25px 28px 10px; overflow: hidden; border-radius: 4px; background: #1c2c40; }
.preview-progress span { display: block; width: 68%; height: 100%; background: linear-gradient(90deg, #c89100, var(--yellow)); }
.progress-label { display: flex; justify-content: space-between; margin: 0; padding: 0 28px 26px; color: #728197; font-size: 9px; font-weight: 850; letter-spacing: .8px; }
.progress-label strong { color: var(--yellow); }

.about-section, .vision-section, .contact-section { padding-block: 110px; }
.about-section { background: #09121f; }
.section-grid { display: grid; grid-template-columns: 1.1fr .7fr; gap: clamp(60px, 9vw, 150px); }
.section-number { color: #64748a; }
.section-grid h2, .contact-section h2 { max-width: 800px; margin: 0; font-size: clamp(35px, 4vw, 58px); line-height: 1.08; letter-spacing: -1.8px; }
.section-copy { padding-top: 51px; }
.section-copy p { margin: 0 0 22px; color: var(--muted); font-size: 18px; line-height: 1.75; }
.vision-section { border-block: 1px solid rgba(255,255,255,.055); }
.vision-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.vision-grid article { min-height: 290px; padding: 34px; border: 1px solid var(--line); border-radius: 15px; background: linear-gradient(145deg, rgba(16,36,59,.72), rgba(9,19,32,.75)); transition: transform .25s ease, border-color .25s ease; }
.vision-grid article:hover { transform: translateY(-4px); border-color: #3a4e69; }
.card-icon { width: 46px; height: 46px; display: grid; place-items: center; margin-bottom: 75px; color: #08101a; border-radius: 50%; background: var(--yellow); font-size: 20px; font-weight: 900; }
.vision-grid h3 { margin: 0 0 10px; font-size: 23px; }
.vision-grid p { max-width: 330px; margin: 0; color: var(--muted); font-size: 16px; line-height: 1.65; }
.contact-section { background: var(--yellow); color: #09111c; }
.contact-section .eyebrow { color: #09111c; }
.contact-section .live-dot { background: #09111c; animation: none; }
.contact-inner { display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 70px; }
.contact-inner > div > p:last-child { max-width: 720px; margin: 22px 0 0; font-size: 18px; }
.contact-link { min-width: 350px; display: flex; justify-content: space-between; gap: 40px; padding: 22px 0; border-bottom: 2px solid #09111c; text-decoration: none; font-size: 19px; font-weight: 900; }
.site-footer { background: #050a11; }
.footer-inner { min-height: 110px; color: #6f7d8f; font-size: 12px; }
.brand-small { color: var(--text); font-size: 16px; }
.brand-small .brand-bars { transform: scale(.8); transform-origin: left center; margin-right: -4px; }
.footer-status { display: flex; align-items: center; gap: 9px; text-transform: uppercase; letter-spacing: 1px; }
.footer-status > span:first-child { width: 7px; height: 7px; border-radius: 50%; background: var(--yellow); }

@media (max-width: 1050px) {
    .hero-grid { grid-template-columns: 1fr; }
    .hero-copy { max-width: 790px; }
    .portal-preview { width: min(100%, 720px); }
    .section-grid { grid-template-columns: 1fr; gap: 15px; }
    .section-copy { max-width: 760px; padding-top: 0; }
}
@media (max-width: 760px) {
    .container { width: min(calc(100% - 30px), var(--container)); }
    .header-inner { min-height: 64px; }
    .main-nav { display: none; }
    .brand { font-size: 18px; }
    .hero { min-height: auto; }
    .hero-grid { gap: 46px; padding-block: 52px 58px; }
    .hero h1 { font-size: clamp(42px, 12vw, 62px); letter-spacing: -2.2px; }
    .hero-lead { font-size: 17px; }
    .button { width: 100%; }
    .hero-facts { display: grid; gap: 9px; }
    .hero-facts li:not(:first-child)::before { content: none; }
    .window-bar { padding-inline: 14px; }
    .preview-header { padding: 18px; }
    .preview-title-row { align-items: start; padding-inline: 18px; }
    .frequency { font-size: 27px; }
    .preview-modules article { padding: 14px 10px; }
    .preview-progress { margin-inline: 18px; }
    .progress-label { padding-inline: 18px; }
    .about-section, .vision-section, .contact-section { padding-block: 75px; }
    .section-grid h2, .contact-section h2 { font-size: 38px; letter-spacing: -1px; }
    .vision-grid { grid-template-columns: 1fr; }
    .vision-grid article { min-height: 240px; }
    .card-icon { margin-bottom: 50px; }
    .contact-inner { grid-template-columns: 1fr; gap: 35px; }
    .contact-link { min-width: 0; width: 100%; }
    .footer-inner { min-height: 150px; flex-direction: column; justify-content: center; gap: 14px; text-align: center; }
}
@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
