:root {
  --navy: #041a3d;
  --navy-2: #06265a;
  --yellow: #ffc400;
  --orange: #ff7a00;
  --cyan: #08c7d8;
  --white: #f8fbff;
  --muted: #a9b7ce;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: #03132e; color: var(--white); font-family: Arial, Helvetica, sans-serif; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
svg { width: 24px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }

.site-header {
  position: sticky; top: 0; z-index: 30; height: 86px; padding: 0 max(5vw, 28px);
  display: flex; align-items: center; justify-content: space-between;
  background: rgba(3, 19, 46, .92); border-bottom: 1px solid rgba(255,255,255,.09);
  backdrop-filter: blur(18px);
}
.brand, .footer-brand { display: flex; align-items: center; gap: 12px; }
.brand img { width: 54px; height: 54px; object-fit: contain; }
.brand span, .footer-brand span { display: flex; flex-direction: column; }
.brand strong { font-size: 15px; letter-spacing: .01em; }
.brand small, .footer-brand small { color: var(--cyan); font-size: 10px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; margin-top: 4px; }
nav { display: flex; gap: 38px; color: #c7d2e5; font-size: 14px; font-weight: 700; }
nav a:hover { color: var(--yellow); }
.header-cta { padding: 12px 20px; color: #04214c; background: var(--yellow); border-radius: 999px; font-size: 13px; font-weight: 900; }

.hero {
  min-height: 720px; padding: 90px max(6vw, 32px) 135px; display: grid; grid-template-columns: 1.02fr .98fr;
  align-items: center; gap: 40px; overflow: hidden; position: relative;
  background: radial-gradient(circle at 78% 38%, rgba(8,199,216,.17), transparent 24%), radial-gradient(circle at 18% 20%, rgba(255,196,0,.08), transparent 28%), #03132e;
}
.hero::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 1px; background: linear-gradient(90deg, transparent, rgba(8,199,216,.65), transparent); }
.hero-copy { max-width: 650px; position: relative; z-index: 2; }
.eyebrow { margin: 0 0 22px; color: var(--cyan); font-size: 12px; font-weight: 900; letter-spacing: .2em; text-transform: uppercase; }
.hero .eyebrow { display: flex; align-items: center; gap: 10px; }
.hero .eyebrow span { width: 8px; height: 8px; background: var(--yellow); border-radius: 50%; box-shadow: 0 0 0 5px rgba(255,196,0,.12); }
h1 { margin: 0; font-size: clamp(64px, 8vw, 116px); line-height: .84; letter-spacing: -.065em; text-transform: uppercase; }
h1::first-line { color: var(--white); }
.hero-lead { max-width: 560px; margin: 30px 0; color: #c3cee0; font-size: 19px; line-height: 1.65; }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.button { min-height: 54px; padding: 0 24px; border: 0; border-radius: 12px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; font: inherit; font-size: 14px; font-weight: 900; cursor: pointer; }
.button-primary { color: #061a39; background: var(--yellow); box-shadow: 0 14px 36px rgba(255,196,0,.16); }
.button-primary:hover { background: #ffd338; transform: translateY(-2px); }
.button-ghost { border: 1px solid rgba(255,255,255,.2); background: rgba(255,255,255,.035); }
.button-ghost:hover { border-color: var(--cyan); }
.play-mini { font-size: 11px; }
.hero-facts { display: flex; gap: 34px; margin-top: 42px; padding-top: 28px; border-top: 1px solid rgba(255,255,255,.1); }
.hero-facts > div { display: flex; align-items: center; gap: 12px; }
.hero-facts svg { color: var(--cyan); }
.hero-facts span { display: flex; flex-direction: column; gap: 3px; }
.hero-facts small { color: #7e91ae; font-size: 10px; text-transform: uppercase; letter-spacing: .1em; }
.hero-facts strong { font-size: 13px; }

.hero-visual { min-height: 590px; display: grid; place-items: center; position: relative; }
.logo-stage { width: min(540px, 86%); aspect-ratio: 1; display: grid; place-items: center; position: relative; z-index: 2; }
.logo-stage::before { content: ""; position: absolute; inset: 12%; border-radius: 50%; background: rgba(1,12,31,.84); box-shadow: 0 0 80px rgba(8,199,216,.15), inset 0 0 0 1px rgba(255,255,255,.08); }
.logo-stage img { width: 100%; height: 100%; object-fit: contain; position: relative; filter: drop-shadow(0 24px 45px rgba(0,0,0,.36)); }
.orbit { position: absolute; border: 1px solid rgba(8,199,216,.16); border-radius: 50%; }
.orbit-one { width: 560px; height: 560px; }
.orbit-two { width: 440px; height: 440px; border-color: rgba(255,196,0,.13); }
.equalizer { position: absolute; bottom: 25px; display: flex; align-items: center; gap: 7px; height: 70px; opacity: .8; }
.equalizer i { width: 5px; border-radius: 4px; background: linear-gradient(var(--yellow), var(--orange)); }

.player-wrap { width: min(1180px, calc(100% - 48px)); margin: -64px auto 0; position: relative; z-index: 5; }
.player-card { min-height: 128px; padding: 24px 28px; display: grid; grid-template-columns: auto minmax(230px, 1fr) 1.2fr auto; gap: 24px; align-items: center; background: #f8fbff; color: var(--navy); border-radius: 22px; box-shadow: 0 24px 70px rgba(0,0,0,.27); }
.player-icon { width: 66px; height: 66px; border-radius: 18px; display: grid; place-items: center; color: var(--navy); background: var(--yellow); }
.player-icon svg { width: 30px; height: 30px; }
.player-info p { display: flex; align-items: center; gap: 8px; margin: 0 0 7px; color: #78869b; font-size: 9px; letter-spacing: .17em; font-weight: 900; }
.status-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--orange); }
.player-info h2 { margin: 0 0 4px; font-size: 21px; }
.player-info > span { color: #6b7890; font-size: 12px; }
.waveform { display: flex; align-items: center; justify-content: center; gap: 5px; height: 50px; }
.waveform i { width: 3px; background: #d3dae5; border-radius: 3px; }
.play-button { width: 64px; height: 64px; padding-left: 5px; border: 0; border-radius: 50%; color: #061a39; background: var(--yellow); font-size: 19px; cursor: pointer; transition: transform .15s ease; }
.play-button:hover { transform: scale(1.06); }
.play-button:disabled { color: #8190a7; background: #e4e9f0; cursor: not-allowed; transform: none; }
.player-note { margin: 12px 8px 0; min-height: 28px; color: #8392aa; text-align: center; font-size: 11px; }
.waveform i { transition: background .2s ease; }
.player-card.is-playing .status-dot { background: #17c964; }
.player-card.is-playing .waveform i { background: linear-gradient(var(--yellow), var(--orange)); animation: eq-bounce 1s ease-in-out infinite; }
.player-card.is-playing .waveform i:nth-child(2n) { animation-delay: .15s; }
.player-card.is-playing .waveform i:nth-child(3n) { animation-delay: .3s; }
.player-card.has-error .status-dot { background: #e5484d; }
@keyframes eq-bounce { 0%, 100% { transform: scaleY(.5); } 50% { transform: scaleY(1); } }

.about { padding: 130px max(6vw, 32px) 120px; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 58px; }
.section-heading .eyebrow { align-self: start; margin-top: 10px; }
.section-heading h2 { margin: 0; font-size: clamp(38px, 5vw, 68px); line-height: 1.05; letter-spacing: -.045em; }
.section-heading em { color: var(--yellow); font-style: normal; }
.about-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.about-grid article { min-height: 300px; padding: 34px; position: relative; overflow: hidden; border: 1px solid rgba(255,255,255,.09); border-radius: 20px; background: rgba(255,255,255,.035); }
.about-grid article:hover { border-color: rgba(8,199,216,.42); transform: translateY(-4px); }
.about-grid svg { width: 36px; height: 36px; margin: 44px 0 34px; color: var(--cyan); }
.about-grid .number { position: absolute; top: 26px; right: 28px; color: #50617d; font-size: 12px; font-weight: 900; }
.about-grid h3 { margin: 0 0 14px; font-size: 22px; }
.about-grid p { margin: 0; color: var(--muted); line-height: 1.7; font-size: 14px; }

.news { padding: 0 max(6vw, 32px) 110px; }
.news-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.news-card { display: flex; flex-direction: column; overflow: hidden; border: 1px solid rgba(255,255,255,.09); border-radius: 20px; background: rgba(255,255,255,.035); text-decoration: none; color: inherit; transition: .22s ease; }
.news-card:hover { border-color: rgba(8,199,216,.42); transform: translateY(-4px); }
.nc-thumb { aspect-ratio: 16/9; background: rgba(255,255,255,.04); overflow: hidden; }
.nc-thumb img { width: 100%; height: 100%; object-fit: cover; display: block; }
.nc-body { padding: 20px 22px 24px; }
.nc-title { margin: 0 0 12px; font-size: 15px; font-weight: 800; line-height: 1.4; }
.nc-meta { display: flex; align-items: center; gap: 10px; color: var(--muted); font-size: 11px; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; }
.news-skel { aspect-ratio: 16/9; border-radius: 20px; background: linear-gradient(90deg, rgba(255,255,255,.025) 25%, rgba(255,255,255,.06) 37%, rgba(255,255,255,.025) 63%); background-size: 400% 100%; animation: shimmer 1.5s ease infinite; }
@keyframes shimmer { 0% { background-position: 100% 0; } 100% { background-position: 0 0; } }

.contact { margin: 0 max(4vw, 22px) 36px; padding: 78px max(5vw, 36px); display: flex; align-items: center; justify-content: space-between; gap: 48px; color: var(--navy); background: var(--yellow); border-radius: 30px; }
.contact .eyebrow { color: #9a4b00; margin-bottom: 14px; }
.contact h2 { margin: 0; font-size: clamp(38px, 5vw, 68px); line-height: 1; letter-spacing: -.05em; }
.contact > div > p:last-child { margin: 20px 0 0; color: #5b4a12; }
.whatsapp-card { min-width: min(100%, 405px); padding: 20px 22px; display: flex; align-items: center; gap: 16px; background: var(--navy); color: white; border-radius: 18px; box-shadow: 0 16px 35px rgba(4,26,61,.2); }
.whatsapp-card:hover { transform: translateY(-3px); background: var(--navy-2); }
.whatsapp-icon { width: 50px; height: 50px; display: grid; place-items: center; color: var(--navy); background: var(--cyan); border-radius: 50%; }
.whatsapp-card > span:nth-child(2) { flex: 1; display: flex; flex-direction: column; gap: 4px; }
.whatsapp-card small { color: #9fb0c8; font-size: 10px; letter-spacing: .14em; text-transform: uppercase; }
.whatsapp-card strong { font-size: 18px; }
.whatsapp-card b { color: var(--yellow); font-size: 22px; }

footer { min-height: 130px; padding: 30px max(5vw, 28px); display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 30px; color: #7587a2; border-top: 1px solid rgba(255,255,255,.08); font-size: 11px; }
.footer-brand img { width: 46px; height: 46px; object-fit: contain; }
.footer-brand strong { color: white; font-size: 13px; }
.credit { text-align: right; }
.credit a { color: var(--cyan); font-weight: 800; }

.button, .about-grid article, .whatsapp-card { transition: .22s ease; }

@media (max-width: 900px) {
  .site-header { height: 76px; }
  nav { display: none; }
  .hero { grid-template-columns: 1fr; padding-top: 70px; text-align: center; }
  .hero-copy { margin: 0 auto; }
  .hero .eyebrow, .hero-actions, .hero-facts { justify-content: center; }
  .hero-visual { min-height: 480px; }
  .player-card { grid-template-columns: auto 1fr auto; }
  .waveform { display: none; }
  .section-heading { display: block; }
  .about-grid, .news-grid { grid-template-columns: 1fr; }
  .about-grid article { min-height: 240px; }
  .contact { flex-direction: column; align-items: stretch; }
  footer { grid-template-columns: 1fr; text-align: center; justify-items: center; }
  .credit { text-align: center; }
}

@media (max-width: 560px) {
  .site-header { padding: 0 18px; }
  .brand span { display: none; }
  .brand img { width: 48px; height: 48px; }
  .header-cta { padding: 11px 16px; }
  .hero { min-height: auto; padding: 62px 22px 120px; }
  h1 { font-size: 58px; }
  .hero-lead { font-size: 16px; }
  .button { width: 100%; }
  .hero-facts { gap: 18px; flex-direction: column; align-items: center; }
  .hero-visual { min-height: 380px; }
  .orbit-one { width: 390px; height: 390px; }
  .orbit-two { width: 310px; height: 310px; }
  .player-wrap { width: calc(100% - 28px); }
  .player-card { padding: 20px; grid-template-columns: auto 1fr auto; }
  .player-icon { width: 52px; height: 52px; }
  .play-button { width: 52px; height: 52px; }
  .player-info h2 { font-size: 17px; }
  .about { padding: 100px 20px 80px; }
  .section-heading h2 { font-size: 40px; }
  .contact { margin: 0 12px 24px; padding: 48px 24px; border-radius: 24px; }
  .contact h2 { font-size: 42px; }
  .whatsapp-card { min-width: 0; padding: 17px; }
  .whatsapp-card strong { font-size: 15px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}
