:root {
  --ink: #07111f;
  --ink-2: #101a2a;
  --paper: #f3f6fa;
  --white: #ffffff;
  --muted: #667085;
  --line: #dce4ee;
  --gold: #f6a313;
  --gold-dark: #d98d0d;
  --teal: #0f766e;
  --green: #1db954;
  --red: #b42318;
  --shadow: 0 26px 80px rgba(7, 17, 31, 0.16);
  --soft-shadow: 0 16px 44px rgba(7, 17, 31, 0.09);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  background: var(--paper);
  color: var(--ink);
  font-family: "Inter", sans-serif;
  letter-spacing: 0;
  margin: 0;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

.container {
  margin: 0 auto;
  max-width: 1120px;
  padding: 0 24px;
  width: 100%;
}

.site-nav {
  align-items: center;
  backdrop-filter: blur(18px);
  background: rgba(7, 17, 31, 0.9);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  gap: 28px;
  justify-content: space-between;
  padding: 12px clamp(22px, 4vw, 52px);
  position: sticky;
  top: 0;
  z-index: 30;
}

.site-logo {
  align-items: center;
  display: inline-flex;
  justify-content: center;
}

.site-logo img {
  height: 38px;
  object-fit: contain;
  width: auto;
}

.site-links {
  align-items: center;
  display: flex;
  flex: 1;
  gap: clamp(16px, 2vw, 26px);
  justify-content: center;
}

.site-links a {
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.9rem;
  font-weight: 800;
}

.site-links a:hover {
  color: var(--white);
}

.nav-cta,
.btn {
  align-items: center;
  border-radius: 999px;
  display: inline-flex;
  font-weight: 900;
  justify-content: center;
  min-height: 48px;
  padding: 0.86rem 1.2rem;
  transition:
    background 0.2s ease,
    border-color 0.2s ease,
    box-shadow 0.2s ease,
    color 0.2s ease,
    transform 0.2s ease;
  white-space: nowrap;
}

.nav-cta,
.btn-primary {
  background: var(--gold);
  border: 1px solid var(--gold);
  color: #111827;
}

.nav-cta:hover,
.btn-primary:hover {
  background: var(--gold-dark);
  box-shadow: 0 14px 34px rgba(246, 163, 19, 0.28);
  transform: translateY(-2px);
}

.btn-secondary {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.24);
  color: var(--white);
}

.btn-secondary:hover {
  background: rgba(255, 255, 255, 0.18);
  transform: translateY(-2px);
}

.btn-secondary-light {
  background: var(--white);
  border: 1px solid var(--line);
  color: var(--ink);
}

.btn-secondary-light:hover {
  box-shadow: 0 14px 30px rgba(7, 17, 31, 0.1);
  transform: translateY(-2px);
}

.eyebrow {
  color: var(--gold);
  display: inline-flex;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero {
  background:
    linear-gradient(90deg, rgba(7, 17, 31, 0.96), rgba(7, 17, 31, 0.78), rgba(7, 17, 31, 0.5)),
    url("../img/Minuto/fundo.jpg") center 42% / cover no-repeat;
  color: var(--white);
  min-height: 690px;
  overflow: hidden;
  padding: clamp(72px, 8vw, 104px) 0 74px;
  position: relative;
}

.hero::before {
  background:
    radial-gradient(circle at 12% 22%, rgba(246, 163, 19, 0.18), transparent 26%),
    radial-gradient(circle at 84% 18%, rgba(15, 118, 110, 0.26), transparent 25%),
    linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: auto, auto, 74px 74px, 74px 74px;
  content: "";
  inset: 0;
  opacity: 0.78;
  pointer-events: none;
  position: absolute;
}

.hero-overlay {
  background: linear-gradient(180deg, rgba(7, 17, 31, 0) 70%, #07111f 100%);
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.hero-content {
  align-items: center;
  display: grid;
  gap: clamp(36px, 6vw, 84px);
  grid-template-columns: minmax(0, 1fr) minmax(320px, 380px);
  position: relative;
  z-index: 1;
}

.hero h1 {
  font-size: clamp(3.35rem, 6.2vw, 5.9rem);
  font-weight: 900;
  line-height: 0.92;
  margin: 16px 0 20px;
  max-width: 720px;
}

.hero-brand {
  display: block;
  margin: 0 0 18px;
  max-width: 245px;
  width: min(48vw, 245px);
  height: auto;
}

.hero p {
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(1.04rem, 2vw, 1.22rem);
  line-height: 1.7;
  margin: 0;
  max-width: 650px;
}

.hero-actions,
.hero-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.hero-actions {
  margin-top: 30px;
}

.hero-tags {
  margin-top: 28px;
  max-width: 760px;
}

.hero-tags span {
  backdrop-filter: blur(14px);
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.92);
  font-size: 0.92rem;
  font-weight: 800;
  padding: 0.72rem 0.95rem;
}

.hero-player {
  animation: floatCard 5.6s ease-in-out infinite;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.07)),
    rgba(7, 17, 31, 0.68);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 18px;
  box-shadow: 0 34px 100px rgba(0, 0, 0, 0.38);
  overflow: hidden;
  padding: 24px;
  position: relative;
  justify-self: end;
  max-width: 380px;
  width: 100%;
}

.hero-player::before {
  background: radial-gradient(circle, rgba(246, 163, 19, 0.34), transparent 62%);
  content: "";
  height: 220px;
  position: absolute;
  right: -80px;
  top: -70px;
  width: 220px;
}

.player-topline,
.player-footer,
.spotify-meta {
  align-items: center;
  display: flex;
  gap: 12px;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}

.player-topline span,
.player-footer span,
.spotify-meta span {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.player-topline strong {
  background: rgba(37, 211, 102, 0.14);
  border: 1px solid rgba(37, 211, 102, 0.32);
  border-radius: 999px;
  color: #86efac;
  padding: 6px 10px;
}

.player-disc {
  align-items: center;
  animation: spinDisc 9s linear infinite;
  background:
    radial-gradient(circle at center, #07111f 0 10%, transparent 10% 18%, #07111f 18% 23%, transparent 23%),
    conic-gradient(from 90deg, var(--gold), var(--teal), #ffffff, var(--gold));
  border-radius: 999px;
  display: grid;
  height: 168px;
  justify-content: center;
  margin: 28px auto 22px;
  position: relative;
  width: 168px;
  z-index: 1;
}

.player-disc span {
  background: rgba(7, 17, 31, 0.92);
  border-radius: 999px;
  display: block;
  height: 46px;
  width: 46px;
}

.hero-player h2,
.spotify-card h3 {
  color: var(--white);
  font-size: 2rem;
  font-weight: 900;
  line-height: 1;
  margin: 0 0 8px;
  position: relative;
  z-index: 1;
}

.hero-player p,
.spotify-card p {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.98rem;
  margin: 0;
  position: relative;
  z-index: 1;
}

.player-bars {
  align-items: end;
  display: grid;
  gap: 6px;
  grid-template-columns: repeat(12, 1fr);
  height: 70px;
  margin: 24px 0;
  position: relative;
  z-index: 1;
}

.player-bars span,
.wave span {
  animation: audioPulse 1.35s ease-in-out infinite;
  background: linear-gradient(180deg, var(--gold), var(--teal));
  border-radius: 999px;
  display: block;
}

.player-bars span:nth-child(1) { height: 28px; animation-delay: 0s; }
.player-bars span:nth-child(2) { height: 48px; animation-delay: 0.1s; }
.player-bars span:nth-child(3) { height: 66px; animation-delay: 0.2s; }
.player-bars span:nth-child(4) { height: 38px; animation-delay: 0.3s; }
.player-bars span:nth-child(5) { height: 58px; animation-delay: 0.4s; }
.player-bars span:nth-child(6) { height: 32px; animation-delay: 0.5s; }
.player-bars span:nth-child(7) { height: 62px; animation-delay: 0.6s; }
.player-bars span:nth-child(8) { height: 44px; animation-delay: 0.7s; }
.player-bars span:nth-child(9) { height: 68px; animation-delay: 0.8s; }
.player-bars span:nth-child(10) { height: 34px; animation-delay: 0.9s; }
.player-bars span:nth-child(11) { height: 52px; animation-delay: 1s; }
.player-bars span:nth-child(12) { height: 30px; animation-delay: 1.1s; }

.hero-audio {
  display: block;
  filter: drop-shadow(0 10px 24px rgba(0, 0, 0, 0.22));
  margin: 0 0 22px;
  position: relative;
  width: 100%;
  z-index: 1;
}

.ticker {
  background: var(--gold);
  color: #111827;
  font-weight: 900;
  overflow: hidden;
  padding: 12px 0;
}

.ticker-track {
  animation: tickerMove 24s linear infinite;
  display: flex;
  gap: 42px;
  width: max-content;
}

.ticker span {
  font-size: 0.88rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  white-space: nowrap;
}

.proof-strip {
  background: var(--ink);
  color: var(--white);
  padding: 28px 0;
}

.proof-grid,
.benefit-grid,
.format-grid,
.flow-grid,
.audience-list {
  display: grid;
  gap: 14px;
}

.proof-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.proof-grid article,
.benefit-grid article,
.format-grid article,
.flow-grid article,
.faq-list article {
  border-radius: 10px;
  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease,
    transform 0.2s ease;
}

.proof-grid article {
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 20px;
  min-height: 118px;
}

.proof-grid article:hover,
.benefit-grid article:hover,
.format-grid article:hover,
.flow-grid article:hover,
.faq-list article:hover {
  transform: translateY(-4px);
}

.proof-grid strong {
  display: block;
  font-size: 1.02rem;
  margin-bottom: 6px;
}

.proof-grid span {
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.55;
}

.section {
  padding: clamp(76px, 8vw, 110px) 0;
  position: relative;
}

.section h2 {
  font-size: clamp(2.25rem, 4vw, 3.65rem);
  font-weight: 900;
  line-height: 1.02;
  max-width: 780px;
}

.section p {
  color: var(--muted);
  font-size: 1.04rem;
  line-height: 1.76;
  margin: 0 0 16px;
}

.intro-section {
  background:
    radial-gradient(circle at 12% 18%, rgba(246, 163, 19, 0.12), transparent 28%),
    var(--paper);
}

.intro-grid,
.split-grid,
.host-grid,
.audience-grid,
.contact-box,
.spotify-grid {
  align-items: center;
  display: grid;
  gap: clamp(42px, 6vw, 76px);
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
}

.intro-grid > div,
.split-grid > div:first-child,
.spotify-grid > div,
.audience-grid > div {
  max-width: 560px;
}

.audio-card {
  background:
    radial-gradient(circle at 90% 0%, rgba(246, 163, 19, 0.22), transparent 30%),
    var(--white);
  border: 1px solid var(--line);
  border-radius: 14px;
  box-shadow: var(--shadow);
  padding: 30px;
  justify-self: end;
  max-width: 440px;
  width: 100%;
}

.audio-card-label,
.benefit-grid span,
.format-grid span,
.flow-grid span {
  display: block;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.audio-card-label,
.format-grid span {
  color: var(--teal);
}

.audio-card strong {
  display: block;
  font-size: 2rem;
  font-weight: 900;
}

.wave {
  align-items: center;
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(10, 1fr);
  height: 108px;
  margin: 22px 0;
}

.wave span:nth-child(1) { height: 34px; animation-delay: 0s; }
.wave span:nth-child(2) { height: 62px; animation-delay: 0.1s; }
.wave span:nth-child(3) { height: 92px; animation-delay: 0.2s; }
.wave span:nth-child(4) { height: 48px; animation-delay: 0.3s; }
.wave span:nth-child(5) { height: 78px; animation-delay: 0.4s; }
.wave span:nth-child(6) { height: 104px; animation-delay: 0.5s; }
.wave span:nth-child(7) { height: 54px; animation-delay: 0.6s; }
.wave span:nth-child(8) { height: 88px; animation-delay: 0.7s; }
.wave span:nth-child(9) { height: 64px; animation-delay: 0.8s; }
.wave span:nth-child(10) { height: 38px; animation-delay: 0.9s; }

.audio-card ul {
  color: var(--muted);
  line-height: 1.65;
  margin: 0;
  padding-left: 20px;
}

.dark-section,
.spotify-section {
  background:
    radial-gradient(circle at 16% 18%, rgba(246, 163, 19, 0.16), transparent 28%),
    linear-gradient(135deg, #07111f, #101827);
  color: var(--white);
  overflow: hidden;
}

.dark-section::after,
.spotify-section::after {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
  background-size: 70px 70px;
  content: "";
  inset: 0;
  opacity: 0.5;
  pointer-events: none;
  position: absolute;
}

.dark-section .container,
.spotify-section .container {
  position: relative;
  z-index: 1;
}

.dark-section p,
.spotify-section p {
  color: rgba(255, 255, 255, 0.72);
}

.split-grid {
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
}

.benefit-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.benefit-grid article {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  min-height: 172px;
  padding: 22px;
}

.benefit-grid span,
.flow-grid span {
  color: var(--gold);
}

.benefit-grid strong,
.format-grid strong,
.flow-grid strong {
  display: block;
  font-size: 1.16rem;
  margin-bottom: 10px;
}

.benefit-grid p {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.98rem;
  margin: 0;
}

.format-section,
.audience-section {
  background: var(--white);
}

.section-head {
  margin-bottom: 34px;
}

.section-head-center {
  margin-left: auto;
  margin-right: auto;
  max-width: 820px;
  text-align: center;
}

.section-head-center h2,
.section-head-center p {
  margin-left: auto;
  margin-right: auto;
}

.format-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: stretch;
}

.format-grid article {
  background: #f8fafc;
  border: 1px solid var(--line);
  box-shadow: var(--soft-shadow);
  min-height: 178px;
  padding: 22px;
}

.format-grid p {
  font-size: 0.98rem;
  margin: 0;
}

.script-box {
  align-items: start;
  background:
    radial-gradient(circle at 100% 0%, rgba(246, 163, 19, 0.22), transparent 28%),
    var(--ink);
  border-radius: 16px;
  color: var(--white);
  display: grid;
  gap: 40px;
  grid-template-columns: 0.9fr 1.1fr;
  margin-top: 24px;
  padding: clamp(28px, 4vw, 42px);
}

.script-box h3 {
  font-size: clamp(1.6rem, 3vw, 2.25rem);
  line-height: 1.08;
  margin: 10px 0 12px;
}

.script-box p {
  color: rgba(255, 255, 255, 0.72);
}

.script-lines {
  display: grid;
  gap: 12px;
}

.script-lines p {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 10px;
  margin: 0;
  padding: 18px;
}

.script-lines strong {
  color: var(--gold);
}

.station-flow-section {
  background:
    radial-gradient(circle at 84% 12%, rgba(15, 118, 110, 0.1), transparent 26%),
    var(--paper);
}

.flow-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 34px;
}

.flow-grid article {
  background: var(--white);
  border: 1px solid var(--line);
  box-shadow: var(--soft-shadow);
  min-height: 158px;
  padding: 22px;
  position: relative;
}

.flow-grid article:not(:last-child)::after {
  background: var(--gold);
  content: "";
  height: 2px;
  position: absolute;
  right: -14px;
  top: 34px;
  width: 14px;
}

.flow-grid p {
  font-size: 0.98rem;
  margin: 0;
}

.partners-section {
  background:
    radial-gradient(circle at 18% 18%, rgba(246, 163, 19, 0.12), transparent 26%),
    #ffffff;
}

.section-logo {
  display: block;
  height: auto;
  margin: 0 auto 24px;
  max-width: 210px;
  width: min(48vw, 210px);
}

.partner-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 34px;
}

.partner-card {
  align-items: center;
  background: #f8fafc;
  border: 1px solid var(--line);
  border-radius: 14px;
  box-shadow: var(--soft-shadow);
  display: grid;
  gap: 16px;
  grid-template-columns: 86px minmax(0, 1fr);
  min-height: 146px;
  padding: 18px;
  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease,
    transform 0.2s ease;
}

.partner-card:hover {
  border-color: rgba(246, 163, 19, 0.5);
  box-shadow: var(--shadow);
  transform: translateY(-4px);
}

.partner-logo {
  align-items: center;
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: 12px;
  display: flex;
  height: 86px;
  justify-content: center;
  padding: 10px;
  width: 86px;
}

.partner-logo img {
  max-height: 62px;
  object-fit: contain;
  width: 100%;
}

.partner-card strong,
.partner-card span,
.partner-card small {
  display: block;
}

.partner-card strong {
  color: var(--ink);
  font-size: 1.05rem;
  font-weight: 900;
  margin-bottom: 6px;
}

.partner-card span {
  color: var(--teal);
  font-size: 0.9rem;
  font-weight: 900;
  margin-bottom: 4px;
}

.partner-card small {
  color: var(--muted);
  font-size: 0.88rem;
  line-height: 1.4;
}

.host-section {
  background: #f8fafc;
}

.host-grid {
  align-items: center;
  grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1.28fr);
}

.host-media {
  border-radius: 18px;
  box-shadow: var(--shadow);
  margin: 0;
  max-width: 390px;
  overflow: hidden;
  position: relative;
}

.host-media::after {
  background: linear-gradient(180deg, transparent 55%, rgba(7, 17, 31, 0.72));
  content: "";
  inset: 0;
  position: absolute;
}

.host-media img {
  aspect-ratio: 4 / 5;
  height: auto;
  object-fit: cover;
  object-position: center 100%;
  width: 100%;
}

.spotify-section {
  background:
    radial-gradient(circle at 80% 28%, rgba(29, 185, 84, 0.22), transparent 28%),
    linear-gradient(135deg, #07111f, #0f1b2d 58%, #062312);
}

.spotify-grid {
  align-items: center;
  grid-template-columns: minmax(0, 0.92fr) minmax(320px, 0.78fr);
}

.spotify-card {
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.06)),
    rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 18px;
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.32);
  min-height: 360px;
  overflow: hidden;
  padding: 28px;
  position: relative;
  justify-self: end;
  max-width: 420px;
  width: 100%;
}

.spotify-logo {
  display: block;
  height: auto;
  margin-bottom: 20px;
  max-width: 190px;
  position: relative;
  width: 56%;
  z-index: 1;
}

.spotify-orbit {
  animation: spinDisc 12s linear infinite;
  background:
    radial-gradient(circle at center, #07111f 0 11%, transparent 11% 18%, rgba(255, 255, 255, 0.16) 18% 20%, transparent 20%),
    conic-gradient(from 120deg, var(--green), #7ddf9d, var(--green), #0f766e, var(--green));
  border-radius: 999px;
  height: 150px;
  margin-bottom: 28px;
  width: 150px;
}

.spotify-badge {
  background: rgba(29, 185, 84, 0.16);
  border: 1px solid rgba(29, 185, 84, 0.34);
  border-radius: 999px;
  color: #86efac;
  display: inline-flex;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  margin-bottom: 12px;
  padding: 8px 12px;
  text-transform: uppercase;
}

.spotify-progress {
  background: rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  height: 8px;
  margin: 26px 0 14px;
  overflow: hidden;
}

.spotify-progress span {
  animation: progressLoad 3.8s ease-in-out infinite;
  background: var(--green);
  border-radius: inherit;
  display: block;
  height: 100%;
}

.audience-grid {
  align-items: center;
}

.audience-list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: stretch;
}

.audience-list span {
  align-items: center;
  background: #f8fafc;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--ink);
  display: flex;
  font-weight: 900;
  line-height: 1.25;
  padding: 14px 18px;
}

.contact-section {
  background:
    linear-gradient(135deg, rgba(7, 17, 31, 0.92), rgba(17, 28, 45, 0.88)),
    url("../img/2.jpg") center / cover no-repeat;
  color: var(--white);
}

.contact-section p {
  color: rgba(255, 255, 255, 0.72);
}

.contact-actions {
  align-self: center;
  display: grid;
  gap: 12px;
  justify-items: start;
  justify-self: end;
  min-width: min(100%, 280px);
}

.contact-details {
  color: rgba(255, 255, 255, 0.78);
  display: grid;
  gap: 8px;
  font-weight: 700;
  margin-top: 10px;
}

.faq-list {
  display: flex;
}

.faq-list article {
  background: var(--white);
  border: 1px solid var(--line);
  box-shadow: 0 12px 34px rgba(7, 17, 31, 0.05);
  margin: 10px 5px 10px 5px;
  padding: 22px;
  min-height: 200px;
}

.faq-list h3 {
  font-size: 1.04rem;
  margin: 0 0 8px;
}

.faq-list p {
  font-size: 0.98rem;
  margin: 0;
}

.footer {
  align-items: center;
  background: #030712;
  color: rgba(255, 255, 255, 0.68);
  display: flex;
  gap: 18px;
  justify-content: space-between;
  padding: 22px 42px;
}

.footer a {
  color: rgba(255, 255, 255, 0.86);
  font-weight: 800;
}

.whatsapp-float {
  align-items: center;
  background: #25d366;
  border-radius: 999px;
  bottom: 18px;
  box-shadow: 0 18px 42px rgba(37, 211, 102, 0.34);
  color: #06240f;
  display: inline-flex;
  font-weight: 900;
  min-height: 54px;
  padding: 0 20px;
  position: fixed;
  right: 18px;
  z-index: 30;
}

.reveal {
  opacity: 0;
  transform: translateY(26px);
  transition:
    opacity 0.7s ease,
    transform 0.7s ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes floatCard {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-14px);
  }
}

@keyframes spinDisc {
  to {
    transform: rotate(360deg);
  }
}

@keyframes audioPulse {
  0%,
  100% {
    transform: scaleY(0.72);
  }
  50% {
    transform: scaleY(1);
  }
}

@keyframes tickerMove {
  to {
    transform: translateX(-50%);
  }
}

@keyframes progressLoad {
  0% {
    width: 18%;
  }
  50% {
    width: 78%;
  }
  100% {
    width: 18%;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }
}

@media (max-width: 980px) {
  .site-links {
    display: none;
  }

  .hero {
    background-position: 62% 18%;
    min-height: auto;
  }

  .hero-content,
  .proof-grid,
  .intro-grid,
  .split-grid,
  .host-grid,
  .audience-grid,
  .contact-box,
  .script-box,
  .format-grid,
  .flow-grid,
  .spotify-grid,
  .partner-grid {
    grid-template-columns: 1fr;
  }

  .hero-player {
    max-width: 460px;
    justify-self: start;
  }

  .audio-card,
  .spotify-card,
  .contact-actions {
    justify-self: start;
  }

  .intro-grid > div,
  .split-grid > div:first-child,
  .spotify-grid > div,
  .audience-grid > div {
    max-width: none;
  }

  .flow-grid article:not(:last-child)::after {
    display: none;
  }
}

@media (max-width: 640px) {
  .container {
    padding: 0 18px;
  }

  .site-nav {
    gap: 12px;
    padding: 12px 16px;
  }

  .site-logo img {
    height: 32px;
  }

  .nav-cta {
    font-size: 0.82rem;
    min-height: 38px;
    padding: 0.55rem 0.75rem;
  }

  .hero {
    background:
      linear-gradient(90deg, rgba(7, 17, 31, 0.95), rgba(7, 17, 31, 0.86), rgba(7, 17, 31, 0.62)),
      url("../img/Minuto/fundo.jpg") center 42% / cover no-repeat;
    padding: 58px 0 48px;
  }

  .hero h1 {
    font-size: clamp(2.85rem, 15vw, 3.35rem);
  }

  .hero-actions,
  .hero-tags,
  .player-footer,
  .spotify-meta {
    display: grid;
  }

  .btn {
    width: 100%;
  }

  .section {
    padding: 62px 0;
  }

  .section h2 {
    font-size: 2.25rem;
  }

  .benefit-grid,
  .audience-list {
    grid-template-columns: 1fr;
  }

  .hero-brand {
    max-width: 210px;
    width: 64vw;
  }

  .partner-card {
    grid-template-columns: 72px minmax(0, 1fr);
  }

  .partner-logo {
    height: 72px;
    width: 72px;
  }

  .audio-card,
  .script-box,
  .spotify-card {
    padding: 20px;
  }

  .player-disc,
  .spotify-orbit {
    height: 124px;
    width: 124px;
  }

  .footer {
    align-items: start;
    flex-direction: column;
    padding: 22px 18px;
  }

  .whatsapp-float {
    bottom: 12px;
    justify-content: center;
    left: 12px;
    right: 12px;
  }
}
