/* ── RESET ── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

/* ── TOKENS ── */
:root {
  --gold:    #c9a227;
  --gold-lt: #f4dc75;
  --white:   #fff;
  --gap:     28px;
}

/* ── BASE ── */
html {
  width: 100%;
  -webkit-text-size-adjust: 100%;
  /* sem overflow-x no html para não criar scroll container secundário */
}

body {
  width: 100%;
  min-height: 100svh;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 78% 18%, rgba(162,94,255,.10), transparent 25%),
    radial-gradient(circle at 18% 58%, rgba(126,75,255,.075), transparent 28%),
    radial-gradient(circle at 50% 8%, rgba(255,255,255,.065), transparent 27%),
    radial-gradient(circle at 50% 44%, rgba(255,255,255,.035), transparent 30%),
    linear-gradient(180deg, #050505 0%, #010101 58%, #000 100%);
  color: var(--white);
  font-family: 'Inter', sans-serif;
  -webkit-font-smoothing: antialiased;
}

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

.midia-section {
  position: relative;
  overflow: hidden;
}

/* ── HERO ── */
.section-header {
  position: relative;
  width: 100%;
  text-align: center;
  padding: clamp(72px, 12vw, 128px) max(18px, calc((100vw - 920px) / 2)) clamp(44px, 8vw, 72px);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  background:
    radial-gradient(circle at 78% 10%, rgba(155,124,255,.16), transparent 34%),
    radial-gradient(circle at 50% 0%, rgba(255,255,255,.16), transparent 40%),
    linear-gradient(180deg, rgba(10,10,11,.98) 0%, rgba(4,4,5,.86) 62%, transparent 100%);
  /* isolate sem overflow:hidden — era o gatilho do scroll bug */
  isolation: isolate;
}

/* overlay escuro sobre o vídeo */
.section-header::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    radial-gradient(circle at 12% 24%, rgba(155,124,255,.10), transparent 36%),
    radial-gradient(circle at 50% 18%, rgba(255,255,255,.12), transparent 38%),
    linear-gradient(180deg, rgba(0,0,0,.32), rgba(0,0,0,.54) 58%, rgba(0,0,0,.86));
}

.section-header > * { position: relative; z-index: 2; }

/* vídeo de fundo do hero, sem player */
.hero-video-wrap {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
}

.hero-video-wrap video {
  display: block;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .58;
  filter: saturate(1.08) contrast(1.08) brightness(1.04);
  transform: translateZ(0);
  pointer-events: none;
  user-select: none;
  -webkit-user-select: none;
  -webkit-touch-callout: none;
}

.hero-video-wrap video::-webkit-media-controls,
.hero-video-wrap video::-webkit-media-controls-enclosure,
.hero-video-wrap video::-webkit-media-controls-overlay-play-button,
.hero-video-wrap video::-webkit-media-controls-panel,
.hero-video-wrap video::-webkit-media-controls-play-button,
.hero-video-wrap video::-webkit-media-controls-start-playback-button {
  -webkit-appearance: none !important;
  display: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

.hero-title {
  max-width: 820px;
  font-size: clamp(54px, 9vw, 104px);
  line-height: 1.12;
  font-weight: 300;
  color: transparent;
  background: linear-gradient(100deg, #f8f8f8 0%, #9a9a9a 28%, #ffffff 48%, #8d8d8d 68%, #f5f5f5 100%);
  background-size: 220% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  animation: heroGradientWave 8s ease-in-out infinite;
}

@keyframes heroGradientWave {
  0%, 100% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
}

.hero-copy {
  max-width: 760px;
  color: rgba(232,238,255,.88);
  font-size: clamp(18px, 2.7vw, 26px);
  line-height: 1.22;
}

.hero-highlight {
  max-width: 760px;
  margin-top: 2px;
  color: #fff;
  font-size: clamp(15px, 2.2vw, 20px);
  line-height: 1.45;
  font-weight: 800;
  text-shadow: 0 8px 28px rgba(0,0,0,.45);
}

.section-sub {
  margin-top: clamp(16px, 4vw, 30px);
  font-size: clamp(15px, 3vw, 24px);
  font-weight: 900;
  letter-spacing: clamp(2px, .75vw, 6px);
  color: var(--gold-lt);
  text-transform: uppercase;
  text-shadow: 0 0 28px rgba(244,220,117,.36);
}

@keyframes slideShine {
  0%, 42%   { left: -40%; opacity: 0; }
  52%        { opacity: .75; }
  78%, 100% { left: 112%; opacity: 0; }
}

/* ── CAROUSEL ── */
.carousel-wrapper {
  width: 100%;
  margin: 0 auto;
  padding: clamp(28px, 7vw, 50px) 0 clamp(38px, 8vw, 62px);
  overflow: hidden;
  touch-action: pan-y;
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 11%, #000 89%, transparent 100%);
  mask-image: linear-gradient(90deg, transparent 0%, #000 11%, #000 89%, transparent 100%);
}

.carousel-track {
  width: max-content;
  display: flex;
  flex-wrap: nowrap;
  gap: var(--gap);
  padding: 0;
  transform: translate3d(0,0,0);
  animation: premiumMarquee var(--marquee-duration, 30s) linear infinite;
  will-change: transform;
}

@keyframes premiumMarquee {
  from { transform: translate3d(0,0,0); }
  to { transform: translate3d(calc(-1 * var(--marquee-distance, 50%)),0,0); }
}

/* ── CARDS ── */
.card {
  width: clamp(168px, 16vw, 230px);
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  gap: 14px;
  -webkit-tap-highlight-color: transparent;
}

@media (hover: hover) and (pointer: fine) {
  .card:hover { transform: translateY(-6px); }
  .card { transition: transform .35s ease; }
}

.card-link {
  display: block;
  text-decoration: none;
  padding: 10px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 34px;
  background:
    linear-gradient(145deg, rgba(255,255,255,.22), rgba(255,255,255,.04) 18%, rgba(0,0,0,.96) 42%),
    #050506;
  box-shadow: 0 22px 50px rgba(0,0,0,.48), inset 0 0 0 2px rgba(255,255,255,.04);
  position: relative;
}

/* traço decorativo topo */
.card-link::before {
  content: "";
  position: absolute;
  top: 14px;
  left: 50%;
  transform: translateX(-50%);
  width: 44px;
  height: 5px;
  border-radius: 99px;
  background: rgba(255,255,255,.20);
}

.card-img {
  width: 100%;
  aspect-ratio: 9 / 16.8;
  overflow: hidden;
  border-radius: 25px;
  background: rgba(255,255,255,.03);
}

.card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
  transition: transform .5s ease;
}

@media (hover: hover) and (pointer: fine) {
  .card:hover .card-img img { transform: scale(1.035); }
}

.card-img.img-fallback {
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #1a1030, #0f1a35);
}
.card-img.img-fallback::after {
  content: '[ banner ]';
  font-size: 11px;
  letter-spacing: 3px;
  color: rgba(255,255,255,.15);
  text-transform: uppercase;
}

.card-footer {
  display: flex;
  justify-content: center;
}

/* ── BOTÃO VER AO VIVO ── */
.btn-ver {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: min(100%, 178px);
  min-height: 40px;
  padding: 10px 18px;
  border: 1px solid rgba(255,255,255,.28);
  border-radius: 50px;
  background: linear-gradient(135deg, #c9a227 0%, #f4dc75 48%, #b98b18 100%);
  color: #050505;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 1.9px;
  text-transform: uppercase;
  text-decoration: none;
  overflow: hidden;
  box-shadow: 0 10px 28px rgba(201,162,39,.26);
  -webkit-tap-highlight-color: transparent;
  transition: transform .2s ease, filter .2s ease;
}

.btn-ver::after {
  content: "";
  position: absolute;
  inset: -70% auto -70% -42%;
  width: 36%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.7), transparent);
  transform: rotate(18deg);
  animation: slideShine 3.8s ease-in-out infinite;
}

@media (hover: hover) and (pointer: fine) {
  .btn-ver:hover { transform: translateY(-2px) scale(1.03); filter: brightness(1.12); }
}

/* ── RESPONSIVIDADE ── */
.responsive-section {
  width: min(100% - 36px, 1080px);
  margin: 0 auto;
  padding: clamp(28px, 7vw, 54px) 0 clamp(34px, 8vw, 62px);
  display: grid;
  grid-template-columns: minmax(240px, .82fr) minmax(320px, 1.18fr);
  align-items: center;
  gap: clamp(22px, 5vw, 48px);
  position: relative;
  isolation: isolate;
}

.responsive-section::before {
  content: "";
  position: absolute;
  inset: -18% -12% -86%;
  z-index: -2;
  pointer-events: none;
  background:
    linear-gradient(rgba(255,255,255,.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.06) 1px, transparent 1px);
  background-size: 22px 22px;
  opacity: .16;
  filter: drop-shadow(0 0 12px rgba(255,255,255,.10));
  animation: gridPulse 7s ease-in-out infinite;
}

.responsive-section::after {
  content: "";
  position: absolute;
  inset: -10% -10% -18%;
  z-index: -1;
  pointer-events: none;
  background:
    radial-gradient(circle at 72% 44%, rgba(255,255,255,.08), transparent 38%),
    radial-gradient(circle at 22% 72%, rgba(255,255,255,.05), transparent 34%);
}

@keyframes gridPulse {
  0%, 100% {
    opacity: .14;
    transform: translate3d(-8px, 0, 0);
  }
  50% {
    opacity: .30;
    transform: translate3d(8px, 0, 0);
  }
}

.responsive-copy {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.responsive-kicker {
  color: var(--gold);
  font-size: clamp(9px, 2vw, 11px);
  font-weight: 800;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.responsive-copy h2 {
  max-width: 520px;
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(32px, 6.2vw, 58px);
  line-height: 1.05;
  font-weight: 800;
}

.responsive-copy p {
  max-width: 460px;
  color: rgba(255,255,255,.72);
  font-size: clamp(15px, 2.5vw, 18px);
  line-height: 1.55;
  font-weight: 600;
}

.artists-counter {
  width: fit-content;
  margin-top: 8px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 10px 18px;
  border: 1px solid rgba(255,255,255,.34);
  border-radius: 999px;
  background: linear-gradient(135deg, #c9a227 0%, #f4dc75 48%, #b98b18 100%);
  color: #110b03;
  overflow: hidden;
  position: relative;
}

.artists-counter::after {
  content: "";
  position: absolute;
  inset: -60% auto -60% -35%;
  width: 34%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.72), transparent);
  transform: rotate(18deg);
  animation: slideShine 3.6s ease-in-out infinite;
}

.counter-number,
.counter-label {
  color: #050505;
  font-size: clamp(12px, 2vw, 14px);
  font-weight: 800;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
}

.counter-number::before { content: "+"; }

.responsive-mockup img {
  width: 100%;
  height: auto;
  filter: drop-shadow(0 24px 34px rgba(0,0,0,.32));
}

/* ── PLANOS ── */
.plans-entry {
  width: min(100% - 36px, 760px);
  margin: clamp(-18px, -2vw, -8px) auto clamp(38px, 7vw, 64px);
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 2;
}

.btn-plans,
.plan-button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  text-decoration: none;
  text-transform: uppercase;
  overflow: hidden;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}

.btn-plans {
  width: min(100%, 330px);
  min-height: 58px;
  padding: 17px 30px;
  clip-path: polygon(16px 0, 100% 0, calc(100% - 16px) 100%, 0 100%);
  background: linear-gradient(135deg, #c979ff 0%, #9b7cff 48%, #6d7cff 100%);
  color: #07040d;
  font-family: 'Montserrat', 'Inter', sans-serif;
  font-size: clamp(12px, 2vw, 14px);
  font-weight: 900;
  letter-spacing: 3.2px;
  box-shadow: 0 0 24px rgba(155,124,255,.22), 0 14px 36px rgba(0,0,0,.32);
  transition: transform .2s ease, filter .2s ease;
}

.btn-plans::before,
.plan-button::before {
  content: "";
  position: absolute;
  inset: -70% auto -70% -40%;
  width: 36%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.58), transparent);
  transform: rotate(18deg);
  animation: slideShine 3.4s ease-in-out infinite;
}

@media (hover: hover) and (pointer: fine) {
  .btn-plans:hover,
  .plan-button:hover {
    transform: translateY(-2px);
    filter: brightness(1.08);
  }
}

.plans-modal {
  position: fixed;
  inset: 0;
  z-index: 50;
  display: grid;
  place-items: center;
  padding: 18px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity .28s ease, visibility .28s ease;
}

.plans-modal.is-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.plans-backdrop {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 50% 18%, rgba(255,255,255,.12), transparent 36%),
    rgba(0,0,0,.82);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.plans-dialog {
  width: min(100%, 1160px);
  max-height: min(92svh, 780px);
  overflow: auto;
  overscroll-behavior: contain;
  position: relative;
  padding: clamp(18px, 3vw, 30px);
  border: 1px solid rgba(255,255,255,.16);
  background:
    radial-gradient(circle at 50% 0%, rgba(255,255,255,.075), transparent 38%),
    linear-gradient(145deg, rgba(255,255,255,.105), rgba(255,255,255,.025) 22%, rgba(3,3,4,.98) 62%),
    #030303;
  box-shadow: 0 38px 110px rgba(0,0,0,.76), inset 0 0 0 1px rgba(255,255,255,.045);
  transform: translateY(14px) scale(.985);
  opacity: 0;
  transition: transform .36s cubic-bezier(.2,.8,.2,1), opacity .28s ease;
}

.plans-modal.is-visible .plans-dialog {
  transform: translateY(0) scale(1);
  opacity: 1;
}

.plans-close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 50%;
  background: rgba(255,255,255,.06);
  color: rgba(255,255,255,.72);
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
}

.plans-heading {
  max-width: 680px;
  margin: 0 auto clamp(18px, 3vw, 28px);
  text-align: center;
  padding: 0 28px;
}

.plans-kicker {
  display: block;
  margin-bottom: 8px;
  color: var(--gold-lt);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.plans-heading h2 {
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(24px, 4vw, 40px);
  line-height: 1.08;
  font-weight: 800;
  letter-spacing: 0;
}

.plans-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(8px, 1.35vw, 14px);
  align-items: stretch;
}

.plan-card {
  min-width: 0;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  padding: clamp(12px, 1.45vw, 18px);
  border: 1px solid rgba(255,255,255,.12);
  background:
    linear-gradient(180deg, rgba(255,255,255,.075), rgba(255,255,255,.018)),
    rgba(8,8,9,.92);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.05), 0 20px 46px rgba(0,0,0,.30);
  position: relative;
  overflow: hidden;
}

.plan-card-featured {
  border-color: rgba(244,220,117,.55);
  background:
    radial-gradient(circle at 50% 0%, rgba(244,220,117,.13), transparent 50%),
    linear-gradient(180deg, rgba(255,255,255,.095), rgba(255,255,255,.02)),
    rgba(10,9,8,.94);
  box-shadow: 0 0 38px rgba(244,220,117,.11), 0 24px 58px rgba(0,0,0,.36);
}

.plan-badge {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  width: fit-content;
  margin-bottom: 8px;
  padding: 5px 9px;
  border: 1px solid rgba(244,220,117,.45);
  border-radius: 999px;
  background: rgba(244,220,117,.10);
  color: var(--gold-lt);
  font-size: 8px;
  font-weight: 900;
  letter-spacing: 1.7px;
  text-transform: uppercase;
}

.plan-badge span {
  font-size: .95em;
  line-height: 1;
}

.plan-top {
  display: grid;
  gap: 4px;
  margin-bottom: 8px;
}

.plan-top h3 {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(16px, 1.85vw, 21px);
  line-height: 1;
  font-weight: 800;
  letter-spacing: -.01em;
}

.plan-top h3 span {
  font-size: .72em;
  line-height: 1;
  filter: drop-shadow(0 0 8px rgba(131,226,255,.35));
}

.plan-top strong {
  color: var(--gold-lt);
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(24px, 2.8vw, 32px);
  line-height: 1;
  font-weight: 900;
}

.plan-card p {
  min-height: 42px;
  color: rgba(232,238,255,.74);
  font-size: 11.5px;
  line-height: 1.32;
  font-weight: 500;
}

.plan-card ul {
  display: grid;
  gap: 5px;
  margin: 12px 0 14px;
  list-style: none;
}

.plan-card li {
  display: grid;
  grid-template-columns: 11px 1fr;
  gap: 6px;
  color: rgba(255,255,255,.73);
  font-size: 10px;
  line-height: 1.18;
}

.plan-card li::before {
  content: "✓";
  color: var(--gold-lt);
  font-weight: 900;
}

.plan-note {
  margin-top: 2px;
  color: rgba(255,255,255,.44) !important;
  font-size: 8.5px !important;
  line-height: 1.2 !important;
}

.plan-note::before {
  content: "" !important;
}

.plan-button {
  width: 100%;
  min-height: 42px;
  margin-top: auto;
  padding: 12px 10px;
  background: linear-gradient(135deg, #c9a227 0%, #f4dc75 48%, #b98b18 100%);
  color: #070604;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 1.4px;
}

.plan-card-ultimate {
  border-color: rgba(128,220,255,.62);
  background:
    radial-gradient(circle at 50% 0%, rgba(128,220,255,.14), transparent 52%),
    linear-gradient(180deg, rgba(255,255,255,.095), rgba(255,255,255,.018)),
    rgba(6,9,11,.94);
  box-shadow: 0 0 40px rgba(128,220,255,.12), 0 24px 58px rgba(0,0,0,.36);
}

.plan-card-ultimate .plan-top strong,
.plan-card-ultimate li::before {
  color: #8ee7ff;
}

.plan-card-ultimate .plan-button {
  background: linear-gradient(135deg, #7be7ff 0%, #49b8ff 50%, #357dff 100%);
  color: #020711;
  box-shadow: 0 0 24px rgba(77,190,255,.18);
}

.plans-modal.is-opening .plan-card {
  animation: planForward .62s cubic-bezier(.2,.8,.2,1) both;
  animation-delay: calc(.22s + (var(--plan-order) * .16s));
}

@keyframes planForward {
  0%, 100% { transform: translateZ(0) scale(1); }
  42% { transform: translateY(-5px) scale(1.035); }
}

.body-modal-open {
  overflow: hidden;
}

/* ── CTA FINAL ── */
.cta-section {
  width: min(100% - 36px, 760px);
  margin: 0 auto clamp(34px, 7vw, 58px);
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 28px;
  text-align: center;
  position: relative;
  isolation: isolate;
}

.cta-section::before {
  content: "";
  position: absolute;
  top: -80px;
  left: 50%;
  width: 100vw;
  height: calc(100% + 150px);
  transform: translateX(-50%);
  z-index: -1;
  pointer-events: none;
  background:
    radial-gradient(circle at 50% 14%, rgba(155,124,255,.10), transparent 42%),
    linear-gradient(180deg, transparent, rgba(0,0,0,.58));
  background-size: auto, auto;
  opacity: .75;
}

.cta-message {
  width: min(100%, 680px);
  display: flex;
  flex-direction: column;
  gap: 13px;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.cta-message p {
  color: rgba(255,255,255,.70);
  font-size: clamp(15px, 2.45vw, 18px);
  line-height: 1.62;
  font-weight: 400;
  letter-spacing: 0;
}

.cta-message p:first-child {
  color: rgba(232,221,255,.84);
}

.whatsapp-word {
  color: #25d366;
  font-weight: 600;
}

/* ── BOTÃO SAMUEL — feixe de luz na borda ── */
.btn-samuel {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: min(100%, 360px);
  min-height: 64px;
  padding: 18px 34px;
  border: 0;
  border-radius: 0;
  clip-path: polygon(16px 0, 100% 0, calc(100% - 16px) 100%, 0 100%);
  background:
    linear-gradient(135deg, #c979ff 0%, #9b7cff 48%, #8d9cff 100%);
  color: #07040d;
  font-family: 'Montserrat', 'Inter', sans-serif;
  font-size: clamp(12px, 2vw, 14px);
  font-weight: 900;
  letter-spacing: 4px;
  text-transform: uppercase;
  text-decoration: none;
  box-shadow: 0 0 22px rgba(201,121,255,.16);
  animation: whatsappPulse 2.6s ease-in-out infinite;
  -webkit-tap-highlight-color: transparent;
  overflow: hidden;
}

.btn-samuel::before {
  content: "";
  position: absolute;
  inset: 1px;
  clip-path: inherit;
  border: 1px solid rgba(255,255,255,.28);
  pointer-events: none;
}

.btn-samuel::after {
  content: "";
  position: absolute;
  inset: -70% auto -70% -40%;
  width: 36%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.5), transparent);
  transform: rotate(18deg);
  animation: slideShine 3.2s ease-in-out infinite;
}

.cta-micro {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: rgba(187,181,230,.64);
  font-size: 14px;
  line-height: 1.4;
  font-weight: 500;
}

.cta-micro::before {
  content: "";
  width: 13px;
  height: 9px;
  border-radius: 999px;
  background: linear-gradient(135deg, #fff, #c8b8ff);
  box-shadow: 0 0 10px rgba(200,184,255,.18);
}

@keyframes whatsappPulse {
  0%, 100% {
    transform: translateY(0) scale(1);
    box-shadow: 0 0 22px rgba(201,121,255,.16);
  }
  50% {
    transform: translateY(-1px) scale(1.018);
    box-shadow: 0 0 34px rgba(201,121,255,.36), 0 10px 28px rgba(141,156,255,.16);
  }
}

/* ── FOOTER ── */
.credit-footer {
  text-align: center;
  padding: 24px 20px 28px;
  background: #000;
}

.credit-text {
  font-size: 10px;
  color: rgba(255,255,255,.15);
  letter-spacing: 1.5px;
}

.credit-name {
  color: rgba(255,255,255,.28);
  font-weight: 600;
}

/* ── MOBILE ── */
@media (max-width: 768px) {
  :root { --gap: 18px; }

  .carousel-wrapper {
    -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 8%, #000 92%, transparent 100%);
    mask-image: linear-gradient(90deg, transparent 0%, #000 8%, #000 92%, transparent 100%);
  }

  .responsive-section {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .responsive-section::before {
    inset: 4% -24px -88%;
    background-size: 18px 18px;
    filter: drop-shadow(0 0 10px rgba(201,121,255,.18));
  }
  .responsive-copy { align-items: center; }

  .plans-dialog {
    width: min(100%, 680px);
  }

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

}

@media (max-width: 480px) {
  :root { --gap: 14px; }

  .section-header { padding-left: 14px; padding-right: 14px; }
  .hero-title { font-size: clamp(30px, 9vw, 42px); }
  .card { width: clamp(138px, 42vw, 176px); }
  .card-link { padding: 7px; border-radius: 25px; }
  .card-link::before { top: 10px; width: 30px; height: 4px; }
  .card-img { border-radius: 19px; }

  .responsive-section { width: min(100% - 24px, 1080px); }
  .responsive-copy p { max-width: 330px; }
  .artists-counter { margin-left: auto; margin-right: auto; }

  .plans-entry {
    width: min(100% - 28px, 760px);
    margin-top: -8px;
  }

  .btn-plans {
    min-height: 54px;
    padding: 15px 18px;
    letter-spacing: 2.2px;
  }

  .plans-modal {
    padding: 10px;
    place-items: center;
  }

  .plans-dialog {
    max-height: 94svh;
    padding: 13px 10px 10px;
  }

  .plans-close {
    top: 8px;
    right: 8px;
    width: 30px;
    height: 30px;
    font-size: 21px;
  }

  .plans-heading {
    margin-bottom: 10px;
    padding: 0 30px;
  }

  .plans-kicker {
    font-size: 8px;
    letter-spacing: 2.1px;
  }

  .plans-heading h2 {
    font-size: clamp(18px, 5.5vw, 23px);
    line-height: 1.12;
  }

  .plans-grid {
    gap: 7px;
  }

  .plan-card {
    padding: 8px 8px 8px;
  }

  .plan-badge {
    margin-bottom: 5px;
    padding: 4px 6px;
    font-size: 6px;
    letter-spacing: .8px;
  }

  .plan-top {
    gap: 3px;
    margin-bottom: 6px;
  }

  .plan-top h3 {
    font-size: clamp(13px, 3.7vw, 15px);
  }

  .plan-top strong {
    font-size: clamp(19px, 5.5vw, 23px);
  }

  .plan-card p {
    min-height: 30px;
    font-size: 8px;
    line-height: 1.18;
  }

  .plan-card ul {
    gap: 2.5px;
    margin: 7px 0 8px;
  }

  .plan-card li {
    grid-template-columns: 8px 1fr;
    gap: 4px;
    font-size: 7.2px;
    line-height: 1.08;
  }

  .plan-note {
    margin-top: 1px;
    font-size: 6.3px !important;
    line-height: 1.08 !important;
  }

  .plan-button {
    min-height: 30px;
    padding: 8px 5px;
    font-size: 6.4px;
    letter-spacing: .45px;
  }

  .cta-section { width: min(100% - 28px, 760px); gap: 24px; }
  .cta-section::before { top: -54px; height: calc(100% + 106px); }
  .cta-message { gap: 11px; }
  .cta-message p { font-size: 14px; line-height: 1.55; }
  .btn-samuel { min-height: 58px; letter-spacing: 2.6px; }
  .cta-micro { font-size: 12px; }

  .btn-ver {
    width: 100%;
    min-height: 36px;
    font-size: 9px;
    padding: 8px 10px;
    letter-spacing: 1.2px;
  }
}

@media (max-width: 360px) {
  :root { --gap: 12px; }

  .plans-modal { padding: 7px; }
  .plans-dialog { padding-left: 8px; padding-right: 8px; }
  .plans-grid { gap: 6px; }
  .plan-card { padding: 7px 6px; }
  .plan-card p { font-size: 7.5px; }
  .plan-card li { font-size: 6.7px; }
  .plan-button { font-size: 5.8px; letter-spacing: .3px; }
}

@media (prefers-reduced-motion: reduce) {
  .plans-modal.is-opening .plan-card {
    animation: none;
  }
}
