/* Song Studio PRO v5 — Agencia creativa (sin negro, con contraste) */
:root{
  --nav-h: 84px;

  --bg: #f7f8ff;
  --ink: #111827;
  --muted: rgba(17,24,39,.72);

  --card: rgba(255,255,255,.80);
  --stroke: rgba(15,23,42,.10);
  --shadow: 0 20px 60px rgba(2,6,23,.12);

  --grad: linear-gradient(135deg, #7c3aed 0%, #ec4899 55%, #f59e0b 105%);
  --gradSoft: linear-gradient(135deg, rgba(124,58,237,.16) 0%, rgba(236,72,153,.14) 45%, rgba(245,158,11,.12) 100%);
}

html, body{ background: var(--bg); color: var(--ink); }
body{ padding-top: var(--nav-h); }
@media (max-width: 991.98px){ :root{ --nav-h: 76px; } }

.small-muted{ color: var(--muted) !important; }

/* Navbar */
.navbar{
  background: rgba(255,255,255,.74) !important;
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--stroke);
}
.navbar .nav-link{
  font-weight: 700;
  color: rgba(17,24,39,.80) !important;
}
.navbar .nav-link:hover{ color: rgba(124,58,237,.95) !important; }

/* Buttons */
.btn-gradient{
  background: var(--grad);
  border: 0;
  color: #fff !important;
  box-shadow: 0 18px 45px rgba(124,58,237,.22);
}
.btn-gradient:hover{
  transform: translateY(-1px);
  box-shadow: 0 26px 70px rgba(236,72,153,.26);
}
.btn-soft{
  background: rgba(255,255,255,.78) !important;
  border: 1px solid var(--stroke) !important;
  color: rgba(17,24,39,.92) !important;
  box-shadow: 0 10px 25px rgba(2,6,23,.08);
}
.btn-soft:hover{ transform: translateY(-1px); box-shadow: 0 16px 40px rgba(2,6,23,.12); }

/* Social icon links */
.icon-link{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:40px;
  height:40px;
  border-radius:14px;
  background: rgba(255,255,255,.78);
  border: 1px solid var(--stroke);
  color: rgba(17,24,39,.92);
  text-decoration:none;
  box-shadow: 0 12px 30px rgba(2,6,23,.08);
}
.icon-link:hover{ transform: translateY(-1px); box-shadow: 0 16px 40px rgba(2,6,23,.12); }

/* Cards */
.card-pro{
  background: var(--card);
  border: 1px solid var(--stroke);
  border-radius: 22px;
  box-shadow: var(--shadow);
}
.badge-soft{
  background: rgba(124,58,237,.12);
  border: 1px solid rgba(124,58,237,.18);
  border-radius: 999px;
  padding: 6px 10px;
  font-weight: 800;
}

/* HERO PRO */
.hero-pro{
  padding: 22px 0 28px;
}
.hero-shell{
  background: var(--gradSoft);
  border: 1px solid var(--stroke);
  border-radius: 30px;
  box-shadow: 0 30px 90px rgba(2,6,23,.16);
  overflow: hidden;
  padding: 22px;
  display:grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 18px;
}
@media (max-width: 991.98px){
  .hero-shell{ grid-template-columns: 1fr; padding: 18px; }
}
.hero-badge{
  display:inline-flex;
  align-items:center;
  gap:10px;
  padding: 10px 12px;
  border-radius: 999px;
  background: rgba(255,255,255,.75);
  border: 1px solid var(--stroke);
  font-weight: 900;
}
.hero-title{
  font-size: clamp(34px, 4.4vw, 56px);
  line-height: 1.06;
  letter-spacing: -0.02em;
  margin: 14px 0 10px;
}
.grad-text{
  background: var(--grad);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.hero-sub{ font-size: 1.05rem; color: var(--muted); max-width: 56ch; }
.hero-benefits{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top: 14px;
}
\1 rgba(124,58,237,.10); border: 1px solid var(--stroke);
  font-weight: 800;
}
.hero-cta{ display:flex; flex-wrap:wrap; gap:10px; margin-top: 16px; }
.hero-price{ margin-top: 14px; font-weight: 900; }
.hero-price span{
  display:inline-block;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(245,158,11,.16);
  border: 1px solid rgba(245,158,11,.22);
}
.hero-occasions{ display:flex; flex-wrap:wrap; gap:10px; margin-top: 12px; }
\1 rgba(236,72,153,.10); border: 1px solid var(--stroke);
  font-weight: 800;
}

/* Video card */
.video-card{
  background: rgba(255,255,255,.84);
  border: 1px solid var(--stroke);
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 26px 70px rgba(2,6,23,.14);
}
.video-meta{ padding: 12px 14px; }
.hero-cards{ display:grid; gap: 10px; margin-top: 12px; }
.mini-card{
  display:flex;
  gap: 12px;
  align-items:flex-start;
  padding: 14px;
  border-radius: 22px;
  background: rgba(255,255,255,.74);
  border: 1px solid var(--stroke);
}
.mini-card i{
  width:44px;height:44px;
  display:flex;align-items:center;justify-content:center;
  border-radius: 16px;
  background: rgba(124,58,237,.14);
  border: 1px solid rgba(124,58,237,.18);
}

/* Section head */
.section-head{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  flex-wrap:wrap;
  gap:12px;
}

/* Icon bubble used in occasions */
.icon-bubble{
  width:44px;height:44px;
  border-radius: 16px;
  display:flex;align-items:center;justify-content:center;
  background: rgba(124,58,237,.14);
  border: 1px solid rgba(124,58,237,.18);
}

/* Embed wrap for video grid */
.embed-wrap{
  border-radius: 22px;
  overflow:hidden;
  border: 1px solid var(--stroke);
  box-shadow: 0 18px 55px rgba(2,6,23,.10);
  background: rgba(255,255,255,.86);
}
.embed-wrap iframe{ width:100%; height: 240px; display:block; }
@media (min-width: 992px){ .embed-wrap iframe{ height: 240px; } }

/* Footer */
.footer{
  padding: 18px 0;
  background: rgba(255,255,255,.68);
  border-top: 1px solid var(--stroke);
}

/* WhatsApp float + CTA mobile */
.wa-float{
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 1200;
  display:flex;
  align-items:center;
  gap:10px;
  padding: 12px 14px;
  border-radius: 18px;
  background: rgba(255,255,255,.92);
  border: 1px solid var(--stroke);
  box-shadow: 0 18px 50px rgba(2,6,23,.16);
  color: rgba(17,24,39,.92);
  text-decoration:none;
  font-weight:900;
  backdrop-filter: blur(10px);
}
.wa-float i{ font-size: 20px; }
.wa-float:hover{ transform: translateY(-2px); box-shadow: 0 22px 60px rgba(2,6,23,.22); }

.cta-mobile{
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1199;
  padding: 10px 12px calc(10px + env(safe-area-inset-bottom));
  display:flex;
  gap:10px;
  background: rgba(255,255,255,.86);
  backdrop-filter: blur(10px);
  border-top: 1px solid var(--stroke);
}
@media (max-width: 767.98px){
  body{ padding-bottom: 76px; }
}
@media (min-width: 768px){
  body{ padding-bottom: 0; }
  .cta-mobile{ display:none; }
}

/* PRO polish v6.2 */
.benefit, .pill2{
  background: linear-gradient(135deg, rgba(124,58,237,.14), rgba(236,72,153,.12), rgba(245,158,11,.10)) !important;
  border: 1px solid rgba(15,23,42,.10) !important;
  color: rgba(17,24,39,.92) !important;
}
.benefit i, .pill2 i{ color: rgba(124,58,237,.95); }
#resumenPaquete{
  display:inline-flex;
  align-items:center;
  gap:8px;
  border-radius: 999px;
  background: rgba(255,255,255,.82);
  border: 1px solid rgba(15,23,42,.10);
  box-shadow: 0 14px 40px rgba(2,6,23,.10);
}
.form-check-input{
  width: 1.15em;
  height: 1.15em;
}
.form-check-label{
  font-weight: 700;
}


/* v6.3 visual polish */
.icon-link{
  width:46px !important;
  height:46px !important;
  border-radius: 16px !important;
  box-shadow: 0 16px 45px rgba(2,6,23,.12) !important;
}
.icon-link i{ font-size: 20px; }
.benefit, .pill2{
  box-shadow: 0 14px 40px rgba(2,6,23,.10);
}
#btnEnviarWA{
  box-shadow: 0 20px 55px rgba(236,72,153,.22);
}

/* BUILD: pro_v64 */


/* v6.5 fixes */
.summary-chip{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255,255,255,.90);
  border: 1px solid rgba(15,23,42,.10);
  box-shadow: 0 14px 40px rgba(2,6,23,.10);
  color: rgba(17,24,39,.92);
  font-weight: 800;
}

.social-xxl{
  width: 54px !important;
  height: 54px !important;
  border-radius: 18px !important;
}
.social-xxl i{ font-size: 22px; }

#formMsg .alert{
  border-radius: 18px;
  border: 1px solid rgba(15,23,42,.10);
  box-shadow: 0 18px 55px rgba(2,6,23,.12);
}


/* Modal PRO */
.modal-pro{
  background: rgba(255,255,255,.92);
  border: 1px solid rgba(15,23,42,.10);
  border-radius: 22px;
  box-shadow: 0 30px 90px rgba(2,6,23,.22);
  overflow:hidden;
}
.modal-pro .modal-header{
  background: linear-gradient(135deg, rgba(124,58,237,.14), rgba(236,72,153,.12), rgba(245,158,11,.10));
  border-bottom: 1px solid rgba(15,23,42,.08);
}
.modal-pro .modal-title{ font-weight: 900; color: rgba(17,24,39,.92); }


/* Summary chip stronger */
#summaryChip{
  display:inline-flex;
  align-items:center;
  padding:10px 14px;
  border-radius: 999px;
  background: #0077B6;
  color: #fff;
  font-weight: 800;
  box-shadow: 0 18px 55px rgba(0,0,0,.18);
  border: 1px solid rgba(255,255,255,.25);
}


/* Breakdown list inside modal */
.bd-list{
  background: rgba(255,255,255,.65);
  border: 1px solid rgba(15,23,42,.10);
  border-radius: 16px;
  padding: 12px 12px;
}
.bd-row{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  padding: 8px 6px;
  border-bottom: 1px dashed rgba(15,23,42,.12);
  font-size: 0.95rem;
}
.bd-row:last-child{ border-bottom:0; }
.bd-total{
  font-size: 1.05rem;
  font-weight: 900;
}