@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@500;600;700;800&display=swap');

:root {
    --navy-950: #061126;
    --navy-900: #081632;
    --navy-800: #0d2245;
    --navy-700: #173561;
    --ink: #101b31;
    --muted: #647086;
    --muted-light: #9da8bb;
    --orange: #ff9b21;
    --orange-deep: #ef7e13;
    --cream: #fffaf3;
    --surface: #ffffff;
    --line: #e8edf3;
    --shadow: 0 24px 60px rgba(15, 31, 61, .1);
    --shadow-soft: 0 12px 30px rgba(15, 31, 61, .07);
    --radius: 24px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--surface); font-family: 'DM Sans', Arial, sans-serif; line-height: 1.55; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
button, a { -webkit-tap-highlight-color: transparent; }
.container { width: min(1160px, calc(100% - 48px)); margin: 0 auto; }
.icon { width: 19px; height: 19px; flex: 0 0 auto; }

.topbar { background: var(--navy-950); color: #b9c5d8; font-size: 12px; letter-spacing: .015em; }
.topbar-inner { min-height: 37px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.topbar a { color: var(--orange); font-weight: 700; }
.status-dot { width: 7px; height: 7px; border-radius: 50%; background: #69d68f; box-shadow: 0 0 0 4px rgba(105,214,143,.13); display: inline-block; margin: 0 9px 1px 1px; }

.site-header { position: absolute; z-index: 10; top: 37px; left: 0; right: 0; color: #fff; border-bottom: 1px solid rgba(255,255,255,.1); }
.header-inner { min-height: 86px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand { display: inline-flex; align-items: center; gap: 11px; color: #fff; }
.brand img { width: 47px; height: 47px; object-fit: contain; }
.brand-wordmark { font-family: 'Manrope', sans-serif; font-weight: 800; font-size: 19px; letter-spacing: .08em; line-height: .95; }
.brand-wordmark > span { color: var(--orange); }
.brand-wordmark small { display: block; color: #a6b4ca; font-family: 'DM Sans', sans-serif; font-size: 8px; line-height: 1; font-weight: 600; letter-spacing: .21em; text-transform: uppercase; margin-top: 7px; }
.main-nav { display: flex; align-items: center; gap: 31px; font-size: 13px; font-weight: 600; color: #c4cfdf; }
.main-nav a { transition: color .2s ease; }
.main-nav a:hover { color: var(--orange); }
.main-nav .nav-cta { background: var(--orange); color: var(--navy-950); padding: 12px 18px; border-radius: 8px; font-weight: 800; box-shadow: 0 7px 16px rgba(255,155,33,.2); }
.main-nav .nav-cta:hover { color: var(--navy-950); background: #ffb145; }
.menu-toggle { display: none; border: 0; background: transparent; color: #fff; padding: 6px; }

.hero { position: relative; overflow: hidden; min-height: 720px; padding: 205px 0 118px; color: #fff; background: radial-gradient(circle at 73% 27%, rgba(35,76,131,.58), transparent 35%), linear-gradient(117deg, var(--navy-950) 0%, #0a1d3d 58%, #102a54 100%); }
.hero::before { content: ''; position: absolute; inset: 0; pointer-events: none; opacity: .35; background-image: linear-gradient(rgba(255,255,255,.022) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.022) 1px, transparent 1px); background-size: 54px 54px; mask-image: linear-gradient(90deg, black, transparent 80%); }
.hero::after { content: ''; position: absolute; right: -180px; top: 0; width: 54%; height: 100%; opacity: .25; background: repeating-radial-gradient(ellipse at 50% 50%, transparent 0 14px, rgba(109,154,212,.22) 15px 16px, transparent 17px 32px); transform: rotate(-18deg); pointer-events: none; }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: 45px; }
.hero-copy { max-width: 600px; }
.eyebrow, .section-kicker { color: var(--orange); text-transform: uppercase; font-weight: 800; font-size: 11px; letter-spacing: .17em; }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; color: #e8bd7d; margin-bottom: 24px; }
.eyebrow-pulse { display: inline-block; width: 8px; height: 8px; border-radius: 50%; background: var(--orange); box-shadow: 0 0 0 5px rgba(255,155,33,.14); }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: 'Manrope', sans-serif; letter-spacing: -.055em; }
h1 { max-width: 620px; margin-bottom: 23px; font-size: clamp(44px, 5.4vw, 76px); line-height: 1.02; font-weight: 800; }
h1 em, h2 span { font-style: normal; color: var(--orange); }
.hero-lead { max-width: 520px; color: #b9c6d8; font-size: 17px; line-height: 1.7; margin-bottom: 33px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; }
.button { display: inline-flex; justify-content: center; align-items: center; gap: 10px; min-height: 51px; padding: 14px 21px; border-radius: 8px; font-size: 13px; font-weight: 800; transition: transform .2s ease, background .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--navy-950); background: var(--orange); box-shadow: 0 14px 28px rgba(255,155,33,.2); }
.button-primary:hover { background: #ffb145; box-shadow: 0 17px 34px rgba(255,155,33,.3); }
.button-ghost { color: #e5ebf3; border: 1px solid rgba(255,255,255,.19); background: rgba(255,255,255,.04); }
.button-ghost:hover { background: rgba(255,255,255,.1); }
.hero-proof { display: flex; gap: 28px; margin-top: 52px; }
.proof-item { display: flex; flex-direction: column; gap: 2px; border-left: 1px solid rgba(255,255,255,.17); padding-left: 14px; }
.proof-item strong { font-family: 'Manrope', sans-serif; font-size: 20px; color: #fff; letter-spacing: -.03em; }
.proof-item span { font-size: 11px; color: #91a2bb; }
.hero-visual { min-height: 390px; position: relative; display: flex; align-items: center; justify-content: center; }
.visual-orbit { position: absolute; border: 1px solid rgba(120,171,230,.21); border-radius: 50%; transform: rotate(-18deg); }
.orbit-one { width: 530px; height: 275px; }
.orbit-two { width: 640px; height: 340px; opacity: .5; }
.live-card { position: relative; width: min(405px, 89%); padding: 26px 27px 21px; background: rgba(10, 25, 52, .84); border: 1px solid rgba(176,205,243,.2); border-radius: 17px; box-shadow: 0 31px 65px rgba(0,0,0,.33), inset 0 1px 0 rgba(255,255,255,.08); backdrop-filter: blur(12px); }
.live-card-top, .station-info, .player-line, .live-card-footer, .demo-access-top { display: flex; align-items: center; justify-content: space-between; }
.live-label { display: inline-flex; align-items: center; gap: 7px; font-size: 9px; letter-spacing: .16em; color: #72e1a2; font-weight: 800; text-transform: uppercase; }
.live-label span { width: 6px; height: 6px; border-radius: 50%; background: #72e1a2; box-shadow: 0 0 0 4px rgba(114,225,162,.12); }
.live-more { color: #8294b0; letter-spacing: 2px; }
.station-info { justify-content: flex-start; gap: 13px; margin: 26px 0 26px; }
.station-art { width: 52px; height: 52px; padding: 7px; border-radius: 12px; background: #f3f5f6; box-shadow: 0 7px 17px rgba(0,0,0,.18); }
.station-art img { width: 100%; height: 100%; object-fit: contain; }
.station-info strong, .station-info span { display: block; }
.station-info strong { color: #fff; font-family: 'Manrope', sans-serif; font-size: 15px; letter-spacing: -.02em; }
.station-info span { color: #8e9fba; font-size: 11px; margin-top: 4px; }
.waveform { height: 89px; display: flex; align-items: center; justify-content: center; gap: 4px; border-bottom: 1px solid rgba(255,255,255,.08); }
.waveform i { display: block; width: 5px; height: var(--h); border-radius: 5px; background: linear-gradient(to top, var(--orange), #ffd27e); opacity: .95; animation: equalize 1.1s ease-in-out infinite alternate; animation-delay: calc(var(--h) * -1.2); }
@keyframes equalize { from { transform: scaleY(.68); } to { transform: scaleY(1); } }
.player-line { gap: 10px; color: #73859f; font-size: 9px; padding-top: 11px; }
.player-track { height: 3px; flex: 1; border-radius: 4px; background: rgba(255,255,255,.15); position: relative; }
.player-track b { position: absolute; display: block; width: 39%; height: 100%; background: var(--orange); border-radius: inherit; }
.live-card-footer { justify-content: flex-start; gap: 17px; margin-top: 19px; color: #9fadc0; font-size: 9px; }
.live-card-footer span { display: inline-flex; gap: 5px; align-items: center; }
.live-card-footer .icon { width: 13px; height: 13px; color: var(--orange); }
.floating-tag { position: absolute; z-index: 2; display: flex; align-items: center; gap: 9px; padding: 10px 13px 10px 10px; color: #fff; background: rgba(255,255,255,.09); border: 1px solid rgba(255,255,255,.15); border-radius: 10px; box-shadow: 0 14px 24px rgba(0,0,0,.15); backdrop-filter: blur(10px); }
.floating-tag b, .floating-tag small { display: block; }
.floating-tag b { font-family: 'Manrope', sans-serif; font-size: 11px; }
.floating-tag small { margin-top: 2px; font-size: 9px; color: #9eabc0; }
.floating-icon { width: 26px; height: 26px; display: grid; place-items: center; border-radius: 7px; background: rgba(255,155,33,.16); color: var(--orange); font-weight: 800; }
.floating-tag-a { top: 38px; right: 11px; }
.floating-tag-b { bottom: 30px; left: 0; }
.hero-angle { position: absolute; z-index: 3; bottom: -1px; left: -3%; width: 106%; height: 91px; background: var(--surface); clip-path: polygon(0 75%, 100% 0, 100% 100%, 0 100%); }

.signal-strip { position: relative; z-index: 5; margin-top: -2px; padding: 20px 0; border-bottom: 1px solid var(--line); background: var(--surface); }
.signal-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 12px; }
.signal-item { display: flex; align-items: center; gap: 10px; min-width: 0; }
.signal-symbol { display: grid; place-items: center; width: 34px; height: 34px; flex: 0 0 auto; color: var(--orange-deep); background: #fff3e2; border-radius: 10px; font-family: 'Manrope', sans-serif; font-size: 17px; font-weight: 800; }
.signal-item b, .signal-item small { display: block; }
.signal-item b { color: var(--ink); font-size: 11px; line-height: 1.2; }
.signal-item small { color: #8995a8; font-size: 9px; margin-top: 4px; }

.section { padding: 114px 0; }
.pricing-section { background: #fff; }
.section-heading { max-width: 550px; }
.section-heading.centered { margin: 0 auto 47px; text-align: center; }
.section-kicker { margin-bottom: 13px; }
h2 { margin-bottom: 16px; font-size: clamp(34px, 4.2vw, 55px); line-height: 1.06; font-weight: 800; }
.section-heading p { margin-bottom: 0; color: var(--muted); font-size: 16px; line-height: 1.7; }
.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; align-items: start; }
.plan-card { position: relative; min-width: 0; padding: 32px 27px 27px; overflow: visible; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: var(--shadow-soft); transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.plan-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); border-color: #ffd6a4; }
.plan-card.is-featured { border: 2px solid var(--orange); box-shadow: 0 22px 55px rgba(255,155,33,.13); }
.recommended-badge { position: absolute; top: -13px; left: 50%; transform: translateX(-50%); white-space: nowrap; color: var(--navy-950); background: var(--orange); padding: 6px 17px; border-radius: 100px; font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.plan-category { display: block; margin-bottom: 12px; color: var(--orange-deep); font-size: 10px; letter-spacing: .12em; text-transform: uppercase; font-weight: 800; }
.plan-card h3 { margin-bottom: 9px; color: var(--ink); font-size: 22px; line-height: 1.18; }
.plan-card-head p { min-height: 46px; margin-bottom: 23px; color: var(--muted); font-size: 13px; line-height: 1.55; }
.plan-price { display: flex; align-items: baseline; gap: 6px; margin-bottom: 20px; color: var(--navy-900); }
.plan-price span { color: var(--orange-deep); font-size: 13px; font-weight: 800; }
.plan-price strong { font-family: 'Manrope', sans-serif; letter-spacing: -.08em; font-size: 44px; line-height: .9; font-weight: 800; }
.plan-price small { color: #8b96a8; font-size: 11px; }
.plan-button { display: flex; align-items: center; justify-content: center; gap: 8px; width: 100%; min-height: 46px; color: var(--navy-950); background: #fff2df; border-radius: 8px; font-size: 12px; font-weight: 800; transition: background .2s ease, color .2s ease; }
.plan-button:hover, .plan-card.is-featured .plan-button { color: var(--navy-950); background: var(--orange); }
.plan-button .icon { width: 16px; }
.plan-divider { height: 1px; margin: 24px 0 19px; background: var(--line); }
.plan-features { display: flex; flex-direction: column; gap: 11px; padding: 0; margin: 0; list-style: none; }
.plan-features li { display: flex; align-items: flex-start; gap: 9px; color: #536076; font-size: 12px; line-height: 1.35; }
.plan-features .icon { width: 15px; height: 15px; margin-top: 1px; color: #47b276; }

.reseller-section { background: var(--cream); }
.reseller-intro { display: flex; justify-content: space-between; align-items: flex-end; gap: 36px; margin-bottom: 47px; }
.reseller-intro .section-heading { max-width: 600px; margin: 0; }
.reseller-note { display: flex; align-items: flex-start; gap: 13px; max-width: 285px; padding: 17px 18px; border-left: 2px solid var(--orange); background: #fff; box-shadow: var(--shadow-soft); }
.note-number { color: var(--orange); font-family: 'Manrope', sans-serif; font-size: 12px; font-weight: 800; }
.reseller-note strong { color: var(--ink); font-family: 'Manrope', sans-serif; font-size: 13px; }
.reseller-note p { margin: 5px 0 0; color: var(--muted); font-size: 11px; line-height: 1.45; }
.reseller-card { background: rgba(255,255,255,.92); }

.benefits-section { background: var(--surface); }
.benefits-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 13px; }
.benefit-card { min-height: 165px; padding: 23px 19px; border: 1px solid var(--line); border-radius: 15px; background: #fff; transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease; }
.benefit-card:hover { transform: translateY(-4px); border-color: #ffd6a4; box-shadow: var(--shadow-soft); }
.benefit-icon { display: grid; place-items: center; width: 38px; height: 38px; margin-bottom: 17px; color: var(--orange-deep); background: #fff3e3; border-radius: 11px; }
.benefit-icon .icon { width: 20px; height: 20px; }
.benefit-card h3 { margin-bottom: 7px; color: var(--ink); font-size: 14px; letter-spacing: -.025em; }
.benefit-card p { margin-bottom: 0; color: var(--muted); font-size: 11px; line-height: 1.55; }

.demo-section { padding-top: 9px; background: var(--surface); }
.demo-panel { position: relative; overflow: hidden; display: grid; grid-template-columns: .9fr 1.1fr; gap: 72px; align-items: center; padding: 67px 75px; border-radius: 28px; color: #fff; background: linear-gradient(120deg, #0b1c3b, #112c58); }
.demo-panel::after { content: ''; position: absolute; right: -100px; bottom: -160px; width: 480px; height: 480px; border: 1px solid rgba(255,255,255,.13); border-radius: 50%; box-shadow: 0 0 0 32px rgba(255,255,255,.025), 0 0 0 64px rgba(255,255,255,.025), 0 0 0 96px rgba(255,255,255,.025); }
.demo-copy, .demo-access { position: relative; z-index: 1; }
.demo-copy h2 { margin-bottom: 16px; }
.demo-copy p { max-width: 420px; margin-bottom: 28px; color: #adbad0; font-size: 14px; line-height: 1.7; }
.demo-access { padding: 28px 29px 23px; border: 1px solid rgba(159,194,239,.23); border-radius: 15px; background: rgba(3,14,34,.36); }
.demo-access-top { padding-bottom: 19px; border-bottom: 1px solid rgba(255,255,255,.1); }
.demo-lock { color: #7aa6dc; font-size: 15px; }
.access-row { display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 16px 0; border-bottom: 1px solid rgba(255,255,255,.08); }
.access-row span { color: #889bb8; font-size: 11px; }
.access-row strong { color: #fff; font-size: 12px; font-weight: 700; }
.demo-wave { display: flex; align-items: center; justify-content: center; gap: 4px; height: 42px; margin-top: 19px; opacity: .83; }
.demo-wave i { width: 4px; height: calc(13px + var(--n, 1) * 3px); border-radius: 3px; background: var(--orange); }
.demo-wave i:nth-child(2n) { height: 22px; }.demo-wave i:nth-child(3n) { height: 31px; }.demo-wave i:nth-child(4n) { height: 16px; }.demo-wave i:nth-child(5n) { height: 37px; }.demo-wave i:nth-child(7n) { height: 25px; }

.final-cta { padding: 70px 0; background: var(--orange); }
.final-cta-inner { display: flex; justify-content: space-between; align-items: center; gap: 30px; }
.final-cta .section-kicker { color: #7b4200; }
.final-cta h2 { margin-bottom: 0; color: var(--navy-950); font-size: clamp(31px, 4vw, 48px); }
.final-cta h2 span { color: #fff; }
.button-light { color: var(--navy-950); background: #fff; box-shadow: 0 12px 24px rgba(106,52,0,.17); white-space: nowrap; }
.button-light:hover { background: #fff9ee; }

.site-footer { color: #a2b0c5; background: var(--navy-950); }
.footer-main { display: grid; grid-template-columns: 1.6fr repeat(3, 1fr); gap: 40px; padding: 68px 0 55px; }
.brand-footer { margin-bottom: 19px; }
.footer-brand p { max-width: 250px; margin-bottom: 19px; color: #7789a5; font-size: 12px; line-height: 1.65; }
.footer-contact { color: var(--orange); font-size: 11px; font-weight: 700; }
.footer-links { display: flex; flex-direction: column; align-items: flex-start; gap: 11px; font-size: 12px; }
.footer-links h3 { margin-bottom: 6px; color: #fff; font-size: 13px; letter-spacing: -.02em; }
.footer-links a { color: #8292aa; transition: color .2s ease; }
.footer-links a:hover { color: var(--orange); }
.footer-links span, .footer-contact span { color: var(--orange); }
.footer-bottom { display: flex; justify-content: space-between; gap: 25px; padding: 19px 0 24px; border-top: 1px solid rgba(255,255,255,.08); color: #63748f; font-size: 10px; }

@media (max-width: 1000px) {
    .signal-grid { grid-template-columns: repeat(3, 1fr); row-gap: 18px; }
    .hero-grid { grid-template-columns: 1fr .9fr; gap: 25px; }
    .hero-visual { transform: scale(.9); transform-origin: center right; }
    .benefits-grid { grid-template-columns: repeat(3, 1fr); }
    .demo-panel { gap: 35px; padding: 55px 45px; }
}

@media (max-width: 760px) {
    .container { width: min(100% - 34px, 580px); }
    .topbar-inner { justify-content: center; min-height: 35px; }
    .topbar-inner > a { display: none; }
    .site-header { top: 35px; }
    .header-inner { min-height: 73px; }
    .brand img { width: 41px; height: 41px; }.brand-wordmark { font-size: 17px; }
    .menu-toggle { display: block; }.menu-toggle .icon { width: 26px; height: 26px; }
    .main-nav { position: absolute; top: calc(100% + 1px); left: 0; right: 0; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 8px 17px 17px; color: #dce4ef; background: var(--navy-900); box-shadow: 0 18px 27px rgba(0,0,0,.22); }
    .main-nav.is-open { display: flex; }.main-nav a { padding: 12px 0; border-bottom: 1px solid rgba(255,255,255,.08); }.main-nav .nav-cta { margin-top: 10px; padding: 13px 16px; text-align: center; border: 0; }
    .hero { min-height: auto; padding: 168px 0 106px; }.hero-grid { grid-template-columns: 1fr; }.hero-copy { max-width: none; }.hero-lead { font-size: 15px; }.hero-proof { margin-top: 39px; gap: 19px; }.proof-item span { max-width: 70px; }.hero-visual { min-height: 345px; transform: none; margin-top: 17px; }.orbit-one { width: 420px; height: 235px; }.orbit-two { width: 515px; height: 290px; }.live-card { width: min(380px, 91%); padding: 24px 22px 19px; }.floating-tag-a { top: 14px; right: -2px; }.floating-tag-b { bottom: 13px; left: -2px; }.hero-angle { height: 60px; }
    .signal-strip { padding: 24px 0; }.signal-grid { grid-template-columns: repeat(2, 1fr); row-gap: 20px; }.signal-item b { font-size: 10px; }
    .section { padding: 79px 0; }.section-heading.centered { margin-bottom: 34px; }.section-heading p { font-size: 14px; }.pricing-grid { grid-template-columns: 1fr; gap: 23px; max-width: 430px; margin: 0 auto; }.plan-card { padding: 30px 24px 24px; }.plan-card-head p { min-height: 0; }.reseller-intro { display: block; margin-bottom: 35px; }.reseller-note { margin-top: 27px; }.benefits-grid { grid-template-columns: repeat(2, 1fr); gap: 11px; }.benefit-card { min-height: 0; padding: 18px 15px; }.benefit-icon { width: 35px; height: 35px; margin-bottom: 13px; }.benefit-card h3 { font-size: 13px; }.benefit-card p { font-size: 10px; }
    .demo-section { padding-top: 0; }.demo-panel { grid-template-columns: 1fr; gap: 32px; padding: 46px 25px; border-radius: 20px; }.demo-copy p { font-size: 13px; }.demo-access { padding: 22px 18px 17px; }.access-row { gap: 10px; }.access-row span, .access-row strong { font-size: 10px; }
    .final-cta { padding: 53px 0; }.final-cta-inner { display: block; }.final-cta h2 { margin-bottom: 25px; }.button-light { width: 100%; }
    .footer-main { grid-template-columns: 1fr 1fr; gap: 36px 25px; padding: 53px 0 40px; }.footer-brand { grid-column: 1 / -1; }.footer-bottom { display: block; line-height: 1.8; }.footer-bottom span { display: block; }.footer-bottom span + span { margin-top: 4px; }
}

@media (max-width: 390px) {
    h1 { font-size: 40px; }.hero-proof { gap: 11px; }.proof-item { padding-left: 10px; }.proof-item strong { font-size: 18px; }.signal-grid { grid-template-columns: 1fr; }.benefits-grid { grid-template-columns: 1fr; }.floating-tag { transform: scale(.9); }.floating-tag-a { right: -17px; }.floating-tag-b { left: -15px; }
}
