/* BandGram — Coming Soon */

* { margin: 0; padding: 0; box-sizing: border-box; }
html, body { min-height: 100%; background: #F3F2FC; }

body {
  font-family: Nunito, system-ui, sans-serif;
  color: #3C3489;
}

.page {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  background: #F3F2FC;
  overflow-x: hidden;
}

/* ---------- Layout ---------- */
.main {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}

.intro {
  flex: 1 1 440px;
  min-width: 300px;
  padding: clamp(32px, 5vw, 64px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 22px;
}

.logo {
  width: 216px;
  max-width: 60%;
  height: auto;
}

/* ---------- Intro content ---------- */
.badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  align-self: flex-start;
  background: #EDE9FB;
  color: #534AB7;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 7px 14px;
  border-radius: 999px;
}
.badge-star { color: #EF9F27; }

.headline {
  font-size: clamp(30px, 4.6vw, 50px);
  font-weight: 900;
  line-height: 1.05;
  color: #3C3489;
  max-width: 520px;
  letter-spacing: -0.8px;
}

.subhead {
  font-size: clamp(16px, 2vw, 18px);
  line-height: 1.5;
  color: #6B63C9;
  max-width: 440px;
}

.steps {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-top: 6px;
}
.step {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 108px;
}
.step-num {
  width: 30px;
  height: 30px;
  border-radius: 999px;
  background: #EF9F27;
  color: #3C3489;
  font-weight: 800;
  font-size: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.step-label {
  font-size: 14px;
  font-weight: 700;
  color: #3C3489;
}

.payoff {
  display: flex;
  align-items: center;
  gap: 13px;
  margin-top: 2px;
  padding: 14px 16px;
  background: #fff;
  border: 1px solid #E3E0F5;
  border-radius: 14px;
  max-width: 444px;
}
.payoff-icon { width: 40px; height: 29px; flex: none; }
.payoff-text {
  font-size: 14px;
  line-height: 1.45;
  color: #3C3489;
  font-weight: 600;
}
.payoff-text strong { color: #534AB7; }

/* ---------- Showcase ---------- */
.showcase {
  flex: 1 1 380px;
  min-width: 300px;
  padding: clamp(24px, 3vw, 44px);
  display: flex;
  align-items: center;
  justify-content: center;
}
.showcase-panel {
  width: 100%;
  min-height: 360px;
  align-self: stretch;
  background:
    radial-gradient(80% 60% at 25% 15%, rgba(255,255,255,0.18), rgba(255,255,255,0) 60%),
    linear-gradient(155deg, #7F77DD, #534AB7 45%, #3C3489);
  border-radius: 30px;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 24px 50px -24px rgba(60,52,137,0.6);
}

.twinkle { position: absolute; }
.twinkle-a { top: 34px; left: 40px; animation: csTwinkle 5s ease-in-out infinite; }
.twinkle-b { bottom: 36px; right: 44px; animation: csTwinkle 6s ease-in-out infinite 0.6s; }

.cards {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: min(82%, 320px);
  z-index: 1;
}
.cards-title {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #C5BFEE;
  text-align: center;
  margin-bottom: 2px;
}

.bg-card {
  background: #fff;
  border-radius: 16px;
  padding: 15px 17px;
  box-shadow: 0 16px 34px -16px rgba(0,0,0,0.55);
}
.bg-card-1 { transform: rotate(-2.5deg); animation: csFloat 6s ease-in-out infinite; }
.bg-card-2 { transform: rotate(1.8deg); animation: csFloat 7s ease-in-out infinite 0.5s; }
.bg-card-3 { transform: rotate(-1.2deg); animation: csFloat 6.5s ease-in-out infinite 1s; }

.bg-card-head {
  display: flex;
  align-items: center;
  gap: 7px;
  margin-bottom: 7px;
}
.bg-card-mega { width: 22px; height: 16px; }
.bg-card-to {
  font-size: 11.5px;
  font-weight: 800;
  letter-spacing: 0.04em;
  color: #534AB7;
}
.bg-card-msg {
  font-size: 15px;
  font-weight: 700;
  line-height: 1.4;
  color: #3C3489;
}
.bg-card-treat {
  margin-top: 10px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #FDF0DC;
  color: #B7740E;
  font-size: 12px;
  font-weight: 800;
  padding: 5px 10px;
  border-radius: 999px;
}

/* ---------- reCAPTCHA badge ---------- */
/* reCAPTCHA v3 badge is hidden — Google permits this when disclosure text is
   shown visibly on the page (see .recaptcha-disclosure in the footer). */
.grecaptcha-badge { visibility: hidden !important; }

.recaptcha-disclosure {
  width: 100%; /* full-width so it wraps to its own row in the flex footer */
  font-size: 11px;
  color: rgba(255,255,255,0.5);
}
.recaptcha-disclosure a {
  color: rgba(255,255,255,0.65);
  text-decoration: none;
}
.recaptcha-disclosure a:hover { text-decoration: underline; }

/* ---------- Footer ---------- */
.footer {
  background: #534AB7;
  color: #fff;
  padding: 18px clamp(20px, 4vw, 48px);
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
  justify-content: space-between;
}
.footer-text { font-size: 16px; font-weight: 700; }

/* ---------- Buttons ---------- */
.btn-gold {
  background: #EF9F27;
  color: #3C3489;
  border: none;
  border-radius: 999px;
  padding: 11px 22px;
  font-family: Nunito, system-ui, sans-serif;
  font-weight: 800;
  font-size: 15px;
  cursor: pointer;
  transition: background 0.15s ease;
}
.btn-gold:hover { background: #e0901c; }
.btn-block {
  border-radius: 10px;
  padding: 13px 18px;
  width: 100%;
}

/* ---------- Access form ---------- */
/* Overlays are hidden by default and shown via the .is-open class.
   (Using a class — not the [hidden] attribute — because these rules set
   `display`, which would otherwise override [hidden]{display:none}.) */
.backdrop {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(60,52,137,0.45);
  z-index: 40;
  animation: csFade 0.25s ease both;
}
.backdrop.is-open { display: block; }

.access-form,
.sent-card {
  position: fixed;
  right: clamp(12px, 3vw, 40px);
  bottom: 84px;
  width: min(380px, calc(100vw - 24px));
  z-index: 50;
  box-shadow: 0 28px 60px -18px rgba(0,0,0,0.55);
  animation: csFadeUp 0.3s ease both;
}

.access-form {
  display: none;
  background: #3C3489;
  border: 1px solid rgba(255,255,255,0.16);
  border-radius: 18px;
  padding: 24px;
  flex-direction: column;
  gap: 12px;
}
.access-form.is-open { display: flex; }
.access-form-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.access-form-title {
  font-size: 17px;
  font-weight: 800;
  color: #fff;
}
.close-btn {
  background: rgba(255,255,255,0.18);
  border: none;
  color: #fff;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  font-size: 24px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-family: Nunito, system-ui, sans-serif;
  transition: background 0.15s ease, transform 0.1s ease;
}
.close-btn:hover { background: #EF9F27; color: #3C3489; }
.close-btn:active { transform: scale(0.92); }

.access-form input,
.access-form textarea {
  width: 100%;
  box-sizing: border-box;
  padding: 11px 13px;
  border-radius: 10px;
  border: 1px solid rgba(255,255,255,0.22);
  background: rgba(255,255,255,0.10);
  color: #fff;
  font-size: 15px;
  font-family: Nunito, system-ui, sans-serif;
  outline: none;
}
.access-form textarea { resize: none; }
.access-form input::placeholder,
.access-form textarea::placeholder { color: rgba(255,255,255,0.55); }

.form-status { font-size: 13px; color: #C5BFEE; text-align: center; }
.form-error { font-size: 13px; color: #FFB4B4; text-align: center; }

/* ---------- Sent confirmation ---------- */
.sent-card {
  display: none;
  background: #3C3489;
  border: 1px solid rgba(239,159,39,0.5);
  border-radius: 18px;
  padding: 26px;
  text-align: center;
}
.sent-card.is-open { display: block; }

/* Fade-out state — added by JS before removing is-open */
.sent-card.is-hiding { animation: csFadeDown 0.4s ease both; }
.sent-emoji { font-size: 34px; }
.sent-title { font-size: 20px; font-weight: 800; color: #fff; margin-top: 6px; }
.sent-sub { font-size: 14px; color: #C5BFEE; margin-top: 5px; }

/* ---------- Animations ---------- */
@keyframes csFloat { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-14px); } }
@keyframes csTwinkle { 0%, 100% { opacity: .3; transform: scale(1) rotate(0); } 50% { opacity: .85; transform: scale(1.18) rotate(8deg); } }
@keyframes csFadeUp   { 0% { opacity: 0; transform: translateY(12px); } 100% { opacity: 1; transform: translateY(0); } }
@keyframes csFadeDown { 0% { opacity: 1; transform: translateY(0); }    100% { opacity: 0; transform: translateY(12px); } }
@keyframes csFade { 0% { opacity: 0; } 100% { opacity: 1; } }

/* The floating cards keep their rotation while animating */
@keyframes csFloat1 { 0%, 100% { transform: rotate(-2.5deg) translateY(0); } 50% { transform: rotate(-2.5deg) translateY(-14px); } }
@keyframes csFloat2 { 0%, 100% { transform: rotate(1.8deg) translateY(0); } 50% { transform: rotate(1.8deg) translateY(-14px); } }
@keyframes csFloat3 { 0%, 100% { transform: rotate(-1.2deg) translateY(0); } 50% { transform: rotate(-1.2deg) translateY(-14px); } }
.bg-card-1 { animation-name: csFloat1; }
.bg-card-2 { animation-name: csFloat2; }
.bg-card-3 { animation-name: csFloat3; }

@media (prefers-reduced-motion: reduce) {
  * { animation: none !important; }
}
