/* ===== Drywall Power Radio — estilo compartilhado ===== */

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

:root{
  --bg: #05070b;
  --bg-alt: #0b0f17;
  --bg-card: #10151f;
  --line: #1e2733;
  --blue: #1e90ff;
  --blue-bright: #4fc3ff;
  --blue-deep: #0b5ed7;
  --silver: #c9d2dc;
  --white: #f4f7fb;
  --muted: #8b95a5;
  --radius: 14px;
  --shadow-glow: 0 0 40px rgba(30,144,255,.18);
  --container: 1140px;
}

*,*::before,*::after{ box-sizing: border-box; }
html{ scroll-behavior: smooth; }
body{
  margin:0;
  background: var(--bg);
  color: var(--white);
  font-family: 'Inter', system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
img{ max-width:100%; display:block; }
a{ color: inherit; text-decoration:none; }
h1,h2,h3,h4{
  font-family:'Bebas Neue', 'Inter', sans-serif;
  letter-spacing: .04em;
  line-height: 1.05;
  margin: 0 0 .5em;
  color: var(--white);
}
h1{ font-size: clamp(2.4rem, 6vw, 4.2rem); }
h2{ font-size: clamp(1.8rem, 4vw, 2.6rem); color: var(--blue-bright); }
h3{ font-size: 1.3rem; letter-spacing:.03em; }
p{ margin: 0 0 1em; color: var(--silver); }
.container{ max-width: var(--container); margin: 0 auto; padding: 0 24px; }
.section{ padding: 72px 0; }
.section-alt{ background: var(--bg-alt); }
.eyebrow{
  display:inline-block; text-transform:uppercase; letter-spacing:.18em;
  font-size:.75rem; font-weight:700; color: var(--blue-bright);
  margin-bottom: 14px;
}
.lead{ font-size:1.15rem; color: var(--silver); max-width: 62ch; }
.center{ text-align:center; margin-left:auto; margin-right:auto; }

/* ---- Buttons ---- */
.btn{
  display:inline-flex; align-items:center; gap:.5em;
  padding: 14px 28px; border-radius: 999px;
  font-weight: 700; font-size: .95rem; letter-spacing:.02em;
  border: 1px solid transparent; cursor:pointer; transition:.2s ease;
}
.btn-primary{
  background: linear-gradient(135deg, var(--blue-bright), var(--blue-deep));
  color:#04101f; box-shadow: 0 8px 24px rgba(30,144,255,.35);
}
.btn-primary:hover{ transform: translateY(-2px); box-shadow: 0 12px 30px rgba(30,144,255,.45); }
.btn-outline{
  background: transparent; color: var(--white); border-color: var(--line);
}
.btn-outline:hover{ border-color: var(--blue); color: var(--blue-bright); }
.btn-row{ display:flex; gap:16px; flex-wrap:wrap; margin-top: 28px; }
.center .btn-row{ justify-content:center; }

/* ---- Header / Nav ---- */
.site-header{
  position: sticky; top:0; z-index: 50;
  background: rgba(5,7,11,.85);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--line);
}
.nav-wrap{
  display:flex; align-items:center; justify-content:space-between;
  padding: 12px 24px; max-width: var(--container); margin:0 auto;
}
.brand{ display:flex; align-items:center; gap:12px; }
.brand img{ width:44px; height:44px; border-radius:10px; }
.brand span{
  font-family:'Bebas Neue',sans-serif; letter-spacing:.06em;
  font-size:1.15rem; color:var(--white);
}
.brand span em{ font-style:normal; color: var(--blue-bright); }

.nav-links{ display:flex; align-items:center; gap: 6px; list-style:none; margin:0; padding:0; }
.nav-links a{
  display:block; padding: 10px 14px; border-radius: 8px;
  font-size:.92rem; font-weight:600; color: var(--silver);
  transition:.15s ease;
}
.nav-links a:hover, .nav-links a.active{ color: var(--white); background: rgba(30,144,255,.12); }

.nav-actions{ display:flex; align-items:center; gap:10px; }
.nav-toggle{
  display:none; background:none; border:1px solid var(--line); color:var(--white);
  width:42px; height:42px; border-radius:8px; font-size:1.2rem; cursor:pointer;
}

/* Mini live player pill, always visible in header */
.mini-player{
  display:flex; align-items:center; gap:10px;
  background: var(--bg-card); border:1px solid var(--line);
  padding: 6px 14px 6px 6px; border-radius: 999px;
}
.mini-player button{
  width:32px; height:32px; border-radius:50%; border:none; cursor:pointer;
  background: linear-gradient(135deg, var(--blue-bright), var(--blue-deep));
  color:#04101f; display:flex; align-items:center; justify-content:center; font-size: .8rem;
  flex-shrink:0;
}
.mini-player .live-label{
  font-size:.72rem; font-weight:800; letter-spacing:.1em; color: var(--muted);
  display:flex; flex-direction:column; line-height:1.3; white-space:nowrap;
}
.mini-player .live-label b{ color: var(--white); font-size:.78rem; letter-spacing:.03em; font-weight:700; white-space:nowrap; }
.live-dot{
  width:8px; height:8px; border-radius:50%; background:#ff3b3b;
  box-shadow: 0 0 0 rgba(255,59,59,.6); animation: pulse 1.6s infinite;
  margin-right:4px; display:inline-block;
}
@keyframes pulse{
  0%{ box-shadow:0 0 0 0 rgba(255,59,59,.55); }
  70%{ box-shadow:0 0 0 8px rgba(255,59,59,0); }
  100%{ box-shadow:0 0 0 0 rgba(255,59,59,0); }
}

/* ---- Hero ---- */
.hero{
  position:relative; overflow:hidden;
  padding: 90px 0 80px;
  background: radial-gradient(ellipse at top, rgba(30,144,255,.16), transparent 60%), var(--bg);
  border-bottom: 1px solid var(--line);
}
.hero-banner{
  border-radius: var(--radius); overflow:hidden; margin-bottom:40px;
  box-shadow: var(--shadow-glow); border:1px solid var(--line);
}
.hero-inner{ text-align:center; max-width: 780px; margin:0 auto; }
.hero .tagline{
  font-family:'Bebas Neue', sans-serif; letter-spacing:.25em; font-size:1rem;
  color: var(--blue-bright); margin-bottom: 18px;
}

/* ---- Cards / Grid ---- */
.grid{ display:grid; gap: 24px; }
.grid-3{ grid-template-columns: repeat(3, 1fr); }
.grid-2{ grid-template-columns: repeat(2, 1fr); }
.card{
  background: var(--bg-card); border:1px solid var(--line); border-radius: var(--radius);
  padding: 28px; height:100%;
}
.card h3{ color: var(--white); margin-bottom:.4em; }
.card .icon{ font-size:1.6rem; margin-bottom:14px; display:block; }

/* ---- Radio player block ---- */
.player-block{
  background: linear-gradient(160deg, var(--bg-card), var(--bg-alt));
  border:1px solid var(--line); border-radius: 20px; padding: 40px;
  display:flex; align-items:center; gap: 32px; flex-wrap:wrap;
  box-shadow: var(--shadow-glow);
}
.player-block .play-big{
  width:88px; height:88px; border-radius:50%; border:none; cursor:pointer; flex-shrink:0;
  background: linear-gradient(135deg, var(--blue-bright), var(--blue-deep));
  color:#04101f; font-size:1.8rem; display:flex; align-items:center; justify-content:center;
  box-shadow: 0 10px 30px rgba(30,144,255,.4);
}
.player-info{ flex:1; min-width:220px; }
.player-info .status{ display:flex; align-items:center; font-weight:800; letter-spacing:.08em; font-size:.85rem; color:var(--muted); margin-bottom:6px; text-transform:uppercase; }
.equalizer{ display:flex; align-items:flex-end; gap:3px; height:22px; margin-left: 4px; }
.equalizer span{ width:3px; background: var(--blue-bright); border-radius:2px; animation: eq 1s ease-in-out infinite; }
.equalizer span:nth-child(1){ height:40%; animation-delay:0s; }
.equalizer span:nth-child(2){ height:100%; animation-delay:.2s; }
.equalizer span:nth-child(3){ height:60%; animation-delay:.4s; }
.equalizer span:nth-child(4){ height:80%; animation-delay:.1s; }
@keyframes eq{ 0%,100%{ transform: scaleY(.4);} 50%{ transform: scaleY(1);} }
.player.is-playing .equalizer span{ animation-play-state: running; }
.player .equalizer span{ animation-play-state: paused; }

/* ---- Social / contact ---- */
.social-row{ display:flex; gap:14px; flex-wrap:wrap; margin-top:20px; }
.social-btn{
  display:flex; align-items:center; gap:10px; padding: 12px 20px;
  border:1px solid var(--line); border-radius: 12px; background: var(--bg-card);
  font-weight:600; transition:.15s ease;
}
.social-btn:hover{ border-color: var(--blue); color: var(--blue-bright); transform: translateY(-2px); }

/* ---- Soon / badge ---- */
.badge-soon{
  display:inline-block; padding: 6px 16px; border-radius: 999px;
  background: rgba(30,144,255,.15); color: var(--blue-bright);
  font-weight:800; letter-spacing:.1em; font-size:.75rem; text-transform:uppercase;
  margin-bottom: 18px;
}

/* ---- Footer ---- */
.site-footer{
  border-top:1px solid var(--line); padding: 40px 0; background: var(--bg-alt);
}
.footer-inner{ display:flex; justify-content:space-between; align-items:center; flex-wrap:wrap; gap:20px; }
.footer-inner .brand span{ font-size:1rem; }
.footer-links{ display:flex; gap:18px; flex-wrap:wrap; }
.footer-links a{ color: var(--muted); font-size:.85rem; font-weight:600; }
.footer-links a:hover{ color: var(--blue-bright); }
.footer-note{ color: var(--muted); font-size:.8rem; margin-top:18px; text-align:center; }

/* ---- Responsive ---- */
@media (max-width: 860px){
  .grid-3{ grid-template-columns: 1fr 1fr; }
  .nav-links{
    position:absolute; top:100%; left:0; right:0; flex-direction:column;
    background: var(--bg); border-bottom:1px solid var(--line);
    padding: 10px; display:none; gap:2px;
  }
  .nav-links.open{ display:flex; }
  .nav-toggle{ display:flex; align-items:center; justify-content:center; }
}
@media (max-width: 600px){
  .grid-3, .grid-2{ grid-template-columns: 1fr; }
  .player-block{ flex-direction:column; text-align:center; }
  .footer-inner{ flex-direction:column; text-align:center; }
}
