/* ============================================================
   JACKPOT PARTY CRUISE — VIP Registration
   Production stylesheet. Festive casino-cruise art direction
   (sunset ocean, gold-foil frames, glossy beveled buttons)
   built on the JPC purple/gold palette.
   ============================================================ */

:root{
  /* Brand purples */
  --jpc-purple:#4c1b9c;
  --jpc-purple-dark:#2b0a5c;
  --jpc-purple-mid:#7b2cbf;
  --jpc-magenta:#d62196;

  /* Gold foil ramp */
  --gold:#ffd24a;
  --gold-light:#ffe9a0;
  --gold-mid:#f6b41e;
  --gold-dark:#c8860f;

  /* Glossy green CTA */
  --grn-light:#a6e85f;
  --grn:#6fc62a;
  --grn-dark:#4e9e16;
  --grn-shadow:#3a7a10;

  /* Ocean / sky */
  --ocean:#1f63b8;
  --ocean-deep:#10336e;

  /* Ink & surfaces */
  --ink:#22103f;
  --muted:#6b5a92;
  --paper:#ffffff;
  --paper-soft:#fbf8ff;
  --border:#e6dff5;
  --border-focus:#7b2cbf;
  --error:#c0392b;
  --error-bg:#fff0ee;

  --radius-card:22px;
  --radius-field:11px;
}

*{box-sizing:border-box}
html,body{margin:0;padding:0}
body{
  font-family:'Inter',system-ui,-apple-system,'Segoe UI',sans-serif;
  color:var(--ink);
  min-height:100vh;
  /* Purple twilight melting into deep ocean (under the sunset hero banner) */
  background:
    linear-gradient(180deg,
      #6a2bb4 0%, #5a30ad 20%, #4a52b6 42%, #2f63b2 60%,
      #1f59a4 74%, #133f7e 88%, #0e2c5e 100%);
  background-attachment:fixed;
  -webkit-font-smoothing:antialiased;
}
/* faint water sparkle band toward the bottom */
body::after{
  content:"";position:fixed;left:0;right:0;bottom:0;height:34vh;pointer-events:none;z-index:0;
  background:
    radial-gradient(2px 2px at 12% 30%, rgba(255,255,255,.5), transparent 60%),
    radial-gradient(2px 2px at 38% 60%, rgba(255,255,255,.4), transparent 60%),
    radial-gradient(2px 2px at 67% 40%, rgba(255,255,255,.45), transparent 60%),
    radial-gradient(2px 2px at 88% 70%, rgba(255,255,255,.4), transparent 60%);
  opacity:.7;
}

a{color:var(--gold-light);text-decoration:none}
a:hover{text-decoration:underline}

/* ---------- Header / brand bar ---------- */
header{
  position:relative;z-index:2;
  max-width:1040px;margin:0 auto;
  padding:20px 24px 4px;
  display:flex;align-items:center;justify-content:space-between;gap:16px;color:#fff;
}
header .brand{
  font-family:'Luckiest Guy',cursive;font-size:26px;letter-spacing:.6px;
  color:var(--gold);
  text-shadow:0 2px 0 var(--jpc-purple-dark), 0 0 18px rgba(255,210,74,.4);
}
header .sub{
  font-weight:700;font-size:13px;letter-spacing:1.2px;text-transform:uppercase;
  color:#fff;opacity:.92;
  padding-left:14px;margin-left:2px;border-left:2px solid rgba(255,255,255,.35);
}
/* secure chip on the right of the header */
.secure-chip{
  display:inline-flex;align-items:center;gap:7px;
  background:rgba(43,10,92,.45);border:1px solid rgba(255,255,255,.28);
  color:#fff;font-size:12px;font-weight:700;letter-spacing:.3px;
  padding:7px 13px;border-radius:999px;backdrop-filter:blur(4px);
}
.secure-chip svg{width:14px;height:14px}

/* ---------- Layout ---------- */
main{position:relative;z-index:1;max-width:1040px;margin:0 auto;padding:8px 24px 8px}
.login-grid{display:grid;grid-template-columns:1fr;gap:22px}
@media (min-width:920px){
  .login-grid{grid-template-columns:1.5fr 1fr;align-items:start}
}

/* ---------- Hero ---------- */
.hero{
  position:relative;text-align:center;padding:14px 8px 26px;color:#fff;overflow:visible;
}
.vip-badge{
  width:104px;height:88px;margin:0 auto 14px;
  display:grid;place-items:center;transform:rotate(-5deg);
  border-radius:18px;border:3px solid var(--gold);
  font-family:'Luckiest Guy',cursive;font-size:40px;color:var(--gold-light);
  background:
    radial-gradient(circle at 30% 22%, rgba(255,255,255,.35) 0 1.5px, transparent 2px),
    radial-gradient(circle at 64% 40%, rgba(255,255,255,.3) 0 1.5px, transparent 2px),
    radial-gradient(circle at 44% 70%, rgba(255,255,255,.28) 0 1.5px, transparent 2px),
    radial-gradient(circle at 80% 76%, rgba(255,255,255,.25) 0 1.5px, transparent 2px),
    linear-gradient(150deg, #8a2bd6 0%, #5a1aa8 55%, #3a0f74 100%);
  text-shadow:0 2px 0 var(--jpc-purple-dark), 0 0 10px rgba(255,210,74,.55);
  box-shadow:0 8px 22px rgba(43,10,92,.5), inset 0 2px 0 rgba(255,255,255,.25), 0 0 0 4px rgba(255,210,74,.18);
}
.hero .kicker{
  display:inline-block;font-weight:800;letter-spacing:2px;text-transform:uppercase;
  font-size:13px;color:var(--gold);margin-bottom:10px;
  text-shadow:0 1px 0 var(--jpc-purple-dark);
}
.hero h1{
  margin:0 auto;max-width:16ch;
  font-family:'Luckiest Guy',cursive;font-weight:400;
  font-size:clamp(34px,6.2vw,62px);line-height:.98;letter-spacing:.5px;color:#fff;
  -webkit-text-stroke:3px #3a1a86;paint-order:stroke fill;
  text-shadow:0 4px 0 var(--jpc-purple-dark), 0 9px 16px rgba(20,10,50,.45);
  text-wrap:balance;
}
.hero p{
  margin:14px auto 0;max-width:48ch;font-size:16px;line-height:1.55;
  color:#fff;text-shadow:0 1px 6px rgba(20,10,50,.45);
}
/* confetti sprinkles */
.confetti{position:absolute;inset:0;pointer-events:none;overflow:hidden}
.confetti i{position:absolute;display:block;width:11px;height:11px;border-radius:2px;opacity:.9}
.confetti i:nth-child(1){left:8%;top:14%;background:var(--gold);transform:rotate(20deg)}
.confetti i:nth-child(2){left:18%;top:60%;background:var(--jpc-magenta);transform:rotate(-12deg)}
.confetti i:nth-child(3){right:12%;top:18%;background:#fff;transform:rotate(34deg)}
.confetti i:nth-child(4){right:22%;top:64%;background:var(--gold);border-radius:50%}
.confetti i:nth-child(5){left:42%;top:6%;background:#5fd0ff;transform:rotate(15deg)}
.confetti i:nth-child(6){right:38%;top:2%;background:var(--jpc-magenta);border-radius:50%}

/* ---------- Cards (gold-foil frame) ---------- */
.card{
  position:relative;
  background:var(--paper);
  border:3px solid transparent;border-radius:var(--radius-card);
  padding:28px 30px;margin-bottom:22px;
  background-image:linear-gradient(#fff,#fff), linear-gradient(160deg,var(--gold-light) 0%,var(--gold) 38%,var(--gold-dark) 100%);
  background-origin:border-box;background-clip:padding-box,border-box;
  box-shadow:0 26px 60px rgba(20,10,50,.4), inset 0 2px 0 rgba(255,255,255,.7);
}
.card > *:last-child{margin-bottom:0}

/* ---------- Section banner pill ---------- */
.section{margin-bottom:22px}
.section-header{
  display:flex;align-items:center;gap:14px;
  margin:-6px -6px 22px;padding:13px 20px;
  border-radius:14px;border:3px solid transparent;
  background-image:linear-gradient(180deg,#8a36cf,#5a1aa8), linear-gradient(180deg,var(--gold-light),var(--gold-dark));
  background-origin:border-box;background-clip:padding-box,border-box;
  box-shadow:0 6px 16px rgba(43,10,92,.35), inset 0 2px 0 rgba(255,255,255,.25);
}
.section-num{
  flex:none;width:36px;height:36px;border-radius:50%;
  display:grid;place-items:center;
  font-family:'Luckiest Guy',cursive;font-size:18px;color:var(--jpc-purple-dark);
  background:linear-gradient(180deg,var(--gold-light),var(--gold-mid));
  border:2px solid var(--gold-dark);
  box-shadow:inset 0 2px 0 rgba(255,255,255,.6),0 2px 4px rgba(0,0,0,.25);
}
.section-header h2{
  margin:0;font-family:'Luckiest Guy',cursive;font-weight:400;letter-spacing:.5px;
  font-size:22px;color:#fff;text-shadow:0 2px 0 var(--jpc-purple-dark);
}

/* standalone card heading (login form) */
.card > h2{
  margin:0 0 8px;font-size:21px;font-weight:800;color:var(--jpc-purple-dark);
}
.subtitle{margin:0 0 22px;color:var(--muted);font-size:14px;line-height:1.55}

/* ---------- Fields ---------- */
.grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px 20px}
.field{display:flex;flex-direction:column;gap:7px;min-width:0}
.field.full{grid-column:1 / -1}
.field label{font-weight:700;font-size:13px;color:var(--ink);line-height:1.35}
.field .hint{font-weight:400;color:var(--muted);font-size:12px;margin-left:4px}
.req{color:var(--jpc-magenta);font-weight:800}

input[type=text],input[type=email],input[type=tel],input[type=date],select,textarea{
  width:100%;padding:12px 14px;
  border:1.5px solid var(--border);border-radius:var(--radius-field);
  font:inherit;font-size:15px;background:#fff;color:var(--ink);
  transition:border-color .15s ease,box-shadow .15s ease,background .15s ease;
  min-height:48px;
}
input::placeholder{color:#a99fc4}
input:hover,select:hover,textarea:hover{border-color:#cdbff0}
input:focus,select:focus,textarea:focus{
  outline:none;border-color:var(--border-focus);
  box-shadow:0 0 0 4px rgba(123,44,191,.16);
  background:var(--paper-soft);
}
select{
  appearance:none;-webkit-appearance:none;cursor:pointer;
  padding-right:40px;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%237b2cbf' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
  background-repeat:no-repeat;background-position:right 14px center;
}
textarea{min-height:90px;resize:vertical}

/* ---------- Buttons ---------- */
.row-actions{
  display:flex;align-items:center;justify-content:space-between;gap:24px;
  margin-top:24px;flex-wrap:wrap;
}
.row-actions-buttons{display:flex;gap:14px;flex-wrap:wrap;flex:none}
.tax-disclaimer{
  flex:1 1 320px;min-width:0;margin:0;
  font-size:12px;line-height:1.5;color:var(--muted);
  background:var(--paper-soft);
  border:1px solid var(--border);border-radius:10px;
  padding:10px 14px;
}
.tax-disclaimer strong{color:var(--jpc-purple-dark)}
button.primary,button.secondary{
  font:inherit;cursor:pointer;border-radius:14px;
  padding:14px 30px;font-size:17px;letter-spacing:.4px;
  transition:transform .06s ease,filter .15s ease,box-shadow .12s ease;
}
/* glossy green jackpot CTA with gold bezel */
button.primary{
  font-family:'Luckiest Guy',cursive;font-weight:400;color:#fff;
  border:3px solid var(--gold-dark);
  background:linear-gradient(180deg,var(--grn-light) 0%,var(--grn) 48%,var(--grn-dark) 100%);
  text-shadow:0 2px 0 rgba(0,0,0,.3);
  box-shadow:0 6px 0 var(--grn-shadow), 0 12px 20px rgba(20,10,50,.32), inset 0 2px 0 rgba(255,255,255,.5);
}
button.primary:hover{filter:brightness(1.06)}
button.primary:active{transform:translateY(4px);box-shadow:0 2px 0 var(--grn-shadow), inset 0 2px 0 rgba(255,255,255,.4)}
button.primary:disabled{
  background:linear-gradient(180deg,#cfd0c9,#b3b4ac);border-color:#9a9b93;
  color:#fff;cursor:not-allowed;transform:none;
  box-shadow:0 4px 0 #8c8d85, inset 0 2px 0 rgba(255,255,255,.3);text-shadow:none;
}
/* gold-bordered purple secondary */
button.secondary{
  font-weight:800;color:var(--jpc-purple-dark);
  background:linear-gradient(180deg,#fff 0%,#f3ecff 100%);
  border:2.5px solid var(--gold-mid);
  box-shadow:0 4px 0 rgba(200,134,15,.4), 0 8px 16px rgba(20,10,50,.18);
}
button.secondary:hover{filter:brightness(1.02)}
button.secondary:active{transform:translateY(3px);box-shadow:0 1px 0 rgba(200,134,15,.4)}

/* ---------- Perks panel (login) ---------- */
.perks{
  border:3px solid transparent;border-radius:var(--radius-card);
  padding:24px 26px;
  background-image:linear-gradient(180deg,#7b2cbf,#4c1b9c), linear-gradient(180deg,var(--gold-light),var(--gold-dark));
  background-origin:border-box;background-clip:padding-box,border-box;
  box-shadow:0 26px 60px rgba(20,10,50,.4), inset 0 2px 0 rgba(255,255,255,.18);
}
.perks h3{
  margin:0 0 18px;text-align:center;
  font-family:'Luckiest Guy',cursive;font-weight:400;letter-spacing:.8px;
  font-size:22px;color:var(--gold);text-shadow:0 2px 0 var(--jpc-purple-dark);
}
.perk{display:flex;align-items:center;gap:14px;padding:11px 0;border-top:1px solid rgba(255,255,255,.14)}
.perk:first-of-type{border-top:none}
.perk-ico{
  flex:none;width:38px;height:38px;border-radius:11px;display:grid;place-items:center;
  background:linear-gradient(180deg,#ffe9a0,#f6b41e);border:2px solid var(--gold-dark);
  box-shadow:inset 0 2px 0 rgba(255,255,255,.6);
}
.perk-ico svg{width:20px;height:20px;color:var(--jpc-purple-dark)}
.perk-txt{color:#fff;font-weight:700;font-size:15px}

/* ---------- Errors ---------- */
.error{
  display:flex;align-items:flex-start;gap:9px;
  color:var(--error);background:var(--error-bg);
  border:1px solid #f3c6c0;border-radius:10px;
  font-size:13.5px;font-weight:600;line-height:1.45;
  padding:11px 13px;margin-top:14px;
}
.error::before{
  content:"";flex:none;width:17px;height:17px;margin-top:1px;
  background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23c0392b' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cline x1='12' y1='8' x2='12' y2='12'/%3E%3Cline x1='12' y1='16' x2='12.01' y2='16'/%3E%3C/svg%3E") no-repeat center/contain;
}
.error:empty{display:none}

/* ---------- Guest section toggle ---------- */
.guest-section{display:none}
.guest-section.active{display:block;animation:guestIn .25s ease}
@keyframes guestIn{from{opacity:0;transform:translateY(6px)}to{opacity:1;transform:none}}

/* ---------- Footer ---------- */
footer{
  position:relative;z-index:1;text-align:center;color:#fff;
  padding:18px 24px 36px;font-size:13px;
}
footer .lock{
  display:inline-flex;align-items:center;gap:7px;justify-content:center;
  opacity:.92;margin-bottom:8px;font-weight:600;
}
footer .lock svg{width:14px;height:14px}
footer .links a{color:#fff;opacity:.85;text-decoration:underline;font-weight:600}
footer .links{opacity:.95}

/* ---------- Responsive ---------- */
@media (max-width:640px){
  header{flex-wrap:wrap;gap:8px}
  .grid{grid-template-columns:1fr}
  .card{padding:22px 18px}
  .section-header{margin-left:-2px;margin-right:-2px;padding:12px 14px}
  .row-actions{flex-direction:column-reverse}
  .row-actions button{width:100%}
}

/* ============================================================
   FESTIVE LAYER — motion, sparkle & gold shine
   ============================================================ */

/* twinkling star field across the sky */
.stars{position:fixed;inset:0;z-index:0;pointer-events:none}
.stars i{
  position:absolute;width:14px;height:14px;
  background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23ffffff'%3E%3Cpath d='M12 0l2.4 8.4L24 12l-9.6 3.6L12 24l-2.4-8.4L0 12l9.6-3.6z'/%3E%3C/svg%3E") no-repeat center/contain;
  opacity:0;animation:twinkle 3.4s ease-in-out infinite;
}
.stars i:nth-child(1){left:9%;top:8%;width:18px;animation-delay:0s}
.stars i:nth-child(2){left:23%;top:20%;width:9px;animation-delay:.7s}
.stars i:nth-child(3){left:71%;top:9%;width:16px;animation-delay:1.3s}
.stars i:nth-child(4){left:85%;top:24%;width:11px;animation-delay:.4s}
.stars i:nth-child(5){left:48%;top:5%;width:12px;animation-delay:2s}
.stars i:nth-child(6){left:60%;top:30%;width:9px;animation-delay:1.7s}
.stars i:nth-child(7){left:33%;top:34%;width:13px;animation-delay:2.6s}
.stars i:nth-child(8){left:92%;top:42%;width:10px;animation-delay:1s}
@keyframes twinkle{0%,100%{opacity:0;transform:scale(.5) rotate(0deg)}50%{opacity:.95;transform:scale(1) rotate(25deg)}}

/* rising ocean bubbles */
.bubbles{position:fixed;inset:0;z-index:0;pointer-events:none;overflow:hidden}
.bubbles span{
  position:absolute;bottom:-50px;border-radius:50%;
  background:radial-gradient(circle at 32% 30%, rgba(255,255,255,.75), rgba(255,255,255,.06) 70%);
  box-shadow:inset 0 0 4px rgba(255,255,255,.4);
  animation:rise linear infinite;
}
.bubbles span:nth-child(1){left:10%;width:16px;height:16px;animation-duration:13s;animation-delay:0s}
.bubbles span:nth-child(2){left:28%;width:10px;height:10px;animation-duration:16s;animation-delay:3s}
.bubbles span:nth-child(3){left:46%;width:22px;height:22px;animation-duration:18s;animation-delay:6s}
.bubbles span:nth-child(4){left:67%;width:12px;height:12px;animation-duration:14s;animation-delay:1.5s}
.bubbles span:nth-child(5){left:82%;width:18px;height:18px;animation-duration:20s;animation-delay:8s}
.bubbles span:nth-child(6){left:91%;width:9px;height:9px;animation-duration:15s;animation-delay:4.5s}
@keyframes rise{0%{transform:translateY(0) scale(1);opacity:0}10%{opacity:.7}90%{opacity:.5}100%{transform:translateY(-105vh) scale(1.2);opacity:0}}

/* radiant sun rays behind the hero */
.hero{position:relative;isolation:isolate}
.hero::before{
  content:"";position:absolute;left:50%;top:-60px;width:760px;height:760px;max-width:130vw;
  transform:translateX(-50%);z-index:-1;pointer-events:none;
  background:repeating-conic-gradient(from 0deg, rgba(255,233,165,.30) 0deg 5deg, rgba(255,233,165,0) 5deg 15deg);
  border-radius:50%;
  -webkit-mask-image:radial-gradient(closest-side, #000 0%, #000 28%, transparent 70%);
  mask-image:radial-gradient(closest-side, #000 0%, #000 28%, transparent 70%);
  animation:rayspin 48s linear infinite;
}
@keyframes rayspin{to{transform:translateX(-50%) rotate(360deg)}}

/* emblem cluster — balloons flanking the VIP badge */
.emblem{position:relative;display:flex;justify-content:center;width:max-content;margin:0 auto 16px}
.balloon{
  position:absolute;width:48px;height:60px;top:-12px;z-index:-1;
  border-radius:50% 50% 48% 48%;
  background:repeating-linear-gradient(125deg,#7b2cbf 0 9px,#ffd24a 9px 18px);
  box-shadow:inset 0 -7px 12px rgba(0,0,0,.28), inset 7px 5px 9px rgba(255,255,255,.4), 0 8px 16px rgba(43,10,92,.45);
}
.balloon::after{content:"";position:absolute;bottom:-7px;left:50%;transform:translateX(-50%);
  border-left:5px solid transparent;border-right:5px solid transparent;border-top:9px solid var(--gold-dark)}
.balloon.l{left:-40px;animation:floatL 5s ease-in-out infinite}
.balloon.r{right:-40px;top:-24px;animation:floatR 5.6s ease-in-out infinite}
@keyframes floatL{0%,100%{transform:rotate(-15deg) translateY(0)}50%{transform:rotate(-15deg) translateY(-11px)}}
@keyframes floatR{0%,100%{transform:rotate(13deg) translateY(0)}50%{transform:rotate(13deg) translateY(-13px)}}

/* gold shine sweep, reused on badge / pills / CTA */
.vip-badge{position:relative;overflow:hidden;animation:bob 4.5s ease-in-out infinite}
@keyframes bob{0%,100%{transform:rotate(-5deg) translateY(0)}50%{transform:rotate(-5deg) translateY(-6px)}}
.vip-badge::after,.section-header::after,button.primary::after{
  content:"";position:absolute;top:-20%;bottom:-20%;left:-60%;width:42%;
  background:linear-gradient(100deg,transparent,rgba(255,255,255,.6),transparent);
  transform:skewX(-18deg);pointer-events:none;
  animation:shine 5s ease-in-out infinite;
}
.section-header{position:relative;overflow:hidden}
.section-header::after{animation-delay:.8s}
@keyframes shine{0%{left:-60%}55%,100%{left:150%}}

/* pulsing, shining jackpot CTA */
button.primary{position:relative;overflow:hidden;animation:glowPulse 2.6s ease-in-out infinite}
button.primary::after{animation-delay:.3s}
@keyframes glowPulse{
  0%,100%{box-shadow:0 6px 0 var(--grn-shadow),0 12px 20px rgba(20,10,50,.32),inset 0 2px 0 rgba(255,255,255,.5)}
  50%{box-shadow:0 6px 0 var(--grn-shadow),0 14px 30px rgba(126,200,41,.6),0 0 22px rgba(166,232,95,.5),inset 0 2px 0 rgba(255,255,255,.55)}
}

/* livelier confetti */
.confetti i{animation:confettiFloat 4.2s ease-in-out infinite}
.confetti i:nth-child(even){animation-duration:5.1s;animation-delay:.6s}
.confetti i:nth-child(3n){animation-duration:6s;animation-delay:1.2s}
@keyframes confettiFloat{0%,100%{transform:translateY(0) rotate(0deg)}50%{transform:translateY(-14px) rotate(40deg)}}

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

/* ============================================================
   HERO BANNER — uses the supplied artwork directly
   ============================================================ */
.hero-banner-wrap{position:relative;z-index:1;width:100%;line-height:0}
.hero-banner{display:block;width:100%;height:auto}
.floatchip{position:absolute;top:16px;right:20px;z-index:2;line-height:1.2}
@media (max-width:640px){.floatchip{top:8px;right:8px;font-size:11px;padding:6px 10px}}

/* Sign-in card: center the pill, heading, subtitle, and CTA. */
.login-grid > .card{text-align:center}
.login-grid > .card .card-pill{margin-left:auto;margin-right:auto}
.login-grid > .card .subtitle{margin-left:auto;margin-right:auto;max-width:46ch}
.login-grid > .card .field{text-align:left}
.login-grid > .card .row-actions{justify-content:center}

/* purple/gold pill title to echo the artwork's “SIGN UP & SET SAIL!” banner */
.card-pill{
  display:inline-block;margin:-2px 0 18px;
  padding:12px 28px;border-radius:13px;border:3px solid transparent;
  background-image:linear-gradient(180deg,#8a36cf,#5a1aa8), linear-gradient(180deg,#ffe9a0,#c8860f);
  background-origin:border-box;background-clip:padding-box,border-box;
  font-family:'Luckiest Guy',cursive;font-weight:400;font-size:21px;letter-spacing:.6px;color:#fff;
  text-shadow:0 2px 0 #2b0a5c;
  box-shadow:0 6px 16px rgba(43,10,92,.4), inset 0 2px 0 rgba(255,255,255,.28);
}

/* ============================================================
   BIGGER SWINGS — balloon bouquets, sunburst, confetti rain,
   falling coins, gold winner pill, glowing headline
   ============================================================ */

/* gold "winner" pill */
.hero .kicker{
  background:linear-gradient(180deg,#fff4c2,#f6b41e);
  color:#4c1b9c;border:2px solid var(--gold-dark);border-radius:999px;
  padding:7px 20px;font-size:13px;font-weight:800;letter-spacing:1.6px;
  text-shadow:0 1px 0 rgba(255,255,255,.5);
  box-shadow:0 5px 0 rgba(200,134,15,.5), 0 8px 18px rgba(20,10,50,.3), inset 0 2px 0 rgba(255,255,255,.7);
  animation:bob 3.6s ease-in-out infinite;
}

/* glowing, gently scaling headline */
.hero h1{animation:hglow 3s ease-in-out infinite}
@keyframes hglow{
  0%,100%{filter:drop-shadow(0 0 0 rgba(255,210,74,0))}
  50%{filter:drop-shadow(0 6px 18px rgba(255,200,60,.55))}
}

/* rotating gold sunburst right behind the VIP badge */
.emblem .starburst{
  position:absolute;left:50%;top:50%;width:250px;height:250px;
  transform:translate(-50%,-50%);z-index:-2;border-radius:50%;
  background:repeating-conic-gradient(from 0deg, #ffe27a 0 7deg, #f6a800 7deg 14deg);
  -webkit-mask:radial-gradient(closest-side,#000 36%, rgba(0,0,0,.4) 55%, transparent 72%);
  mask:radial-gradient(closest-side,#000 36%, rgba(0,0,0,.4) 55%, transparent 72%);
  animation:rayspin 26s linear infinite;
  filter:drop-shadow(0 0 18px rgba(255,190,50,.55));
}

/* balloon bouquets in the hero corners */
.balloon-bunch{position:absolute;top:-4px;width:140px;height:150px;z-index:0;pointer-events:none}
.balloon-bunch.left{left:-6px}
.balloon-bunch.right{right:-6px}
.bln{
  position:absolute;width:56px;height:70px;border-radius:50% 50% 49% 49%;
  box-shadow:inset -10px -9px 16px rgba(0,0,0,.26), inset 10px 8px 14px rgba(255,255,255,.4), 0 10px 20px rgba(20,10,50,.4);
}
.bln::after{content:"";position:absolute;bottom:-6px;left:50%;transform:translateX(-50%);
  border-left:5px solid transparent;border-right:5px solid transparent;border-top:8px solid rgba(0,0,0,.3)}
.bln::before{content:"";position:absolute;top:99%;left:50%;width:2px;height:48px;
  background:linear-gradient(rgba(255,255,255,.7),rgba(255,255,255,0))}
.c-pur{background:radial-gradient(circle at 32% 26%, #c188e8, #7b2cbf 52%, #4c1b9c)}
.c-gold{background:radial-gradient(circle at 32% 26%, #fff2b0, #ffd24a 46%, #e8a200)}
.c-mag{background:radial-gradient(circle at 32% 26%, #ff9bd8, #d62196 52%, #9c1268)}
.c-teal{background:radial-gradient(circle at 32% 26%, #b6f6fc, #33d3e4 52%, #0097a7)}
.c-blue{background:radial-gradient(circle at 32% 26%, #a6cfff, #2b86f4 52%, #1763b1)}
.balloon-bunch .bln:nth-child(1){left:2px;top:6px;animation:floatA 5s ease-in-out infinite}
.balloon-bunch .bln:nth-child(2){left:40px;top:-14px;animation:floatB 5.7s ease-in-out infinite}
.balloon-bunch .bln:nth-child(3){left:18px;top:42px;animation:floatC 6.3s ease-in-out infinite}
.balloon-bunch .bln:nth-child(4){left:56px;top:32px;animation:floatA 5.4s ease-in-out infinite;animation-delay:.4s}
@keyframes floatA{0%,100%{transform:rotate(-7deg) translateY(0)}50%{transform:rotate(-7deg) translateY(-13px)}}
@keyframes floatB{0%,100%{transform:rotate(6deg) translateY(0)}50%{transform:rotate(6deg) translateY(-16px)}}
@keyframes floatC{0%,100%{transform:rotate(-3deg) translateY(0)}50%{transform:rotate(-3deg) translateY(-10px)}}

/* full-page confetti rain + falling coins */
.festive-bg{position:fixed;inset:0;z-index:0;pointer-events:none;overflow:hidden}
.festive-bg .cf{position:absolute;top:-30px;width:10px;height:15px;border-radius:2px;opacity:.92;animation:fall linear infinite}
.festive-bg .cf.round{border-radius:50%;height:10px;width:10px}
.festive-bg .cf.streamer{width:7px;height:26px;border-radius:4px}
.festive-bg .coin{
  position:absolute;top:-44px;width:28px;height:28px;border-radius:50%;
  background:radial-gradient(circle at 34% 28%, #fff6c4, #ffd24a 46%, #d99500);
  border:2px solid #c8860f;
  box-shadow:inset 0 0 5px rgba(255,255,255,.7), 0 3px 6px rgba(20,10,50,.3);
  display:grid;place-items:center;
  font-family:'Luckiest Guy',cursive;font-size:15px;color:#a96b00;
  animation:fall linear infinite;
}
@keyframes fall{
  0%{transform:translateY(-44px) rotate(0deg);opacity:0}
  8%{opacity:.95}
  92%{opacity:.9}
  100%{transform:translateY(106vh) rotate(680deg);opacity:0}
}

@media (max-width:760px){
  .balloon-bunch{transform:scale(.7)}
  .balloon-bunch.left{left:-24px}
  .balloon-bunch.right{right:-24px}
}

/* ============================================================
   PAINTED SUNSET SCENE — sun, clouds, ocean liner, waves
   ============================================================ */
.scene{position:fixed;inset:0;z-index:0;pointer-events:none;overflow:hidden}

/* glowing horizon sun */
.scene .sun{
  position:absolute;left:50%;top:24%;transform:translateX(-50%);
  width:min(380px,70vw);aspect-ratio:1;border-radius:50%;
  background:radial-gradient(circle,#fffdf2 0%,#ffe89a 26%,rgba(255,201,110,.55) 50%,rgba(255,170,110,.18) 70%,transparent 80%);
  filter:blur(1px);animation:sunpulse 6s ease-in-out infinite;
}
@keyframes sunpulse{0%,100%{opacity:.9;transform:translateX(-50%) scale(1)}50%{opacity:1;transform:translateX(-50%) scale(1.05)}}

/* soft cloud bands */
.scene .cloud{position:absolute;border-radius:50%;background:radial-gradient(circle,rgba(255,255,255,.55),rgba(255,255,255,0) 70%);filter:blur(6px)}
.scene .cloud.a{left:6%;top:14%;width:260px;height:80px}
.scene .cloud.b{right:8%;top:10%;width:320px;height:96px}
.scene .cloud.c{left:30%;top:6%;width:220px;height:64px;opacity:.7}

/* layered ocean */
.scene .sea{
  position:absolute;left:0;right:0;bottom:0;height:40%;
  background:
    repeating-linear-gradient(180deg, rgba(255,255,255,.06) 0 2px, transparent 2px 9px),
    linear-gradient(180deg, rgba(70,140,210,0) 0%, #2f76c6 14%, #1f5aa8 48%, #143f80 78%, #0e2c5e 100%);
}
.scene .sea::before{
  content:"";position:absolute;left:0;right:0;top:0;height:46px;
  background:radial-gradient(60% 100% at 50% 0%, rgba(255,236,180,.7), rgba(255,200,120,.15) 60%, transparent 75%);
  mix-blend-mode:screen;
}
/* sun glitter on the water */
.scene .sea::after{
  content:"";position:absolute;left:50%;top:8px;transform:translateX(-50%);
  width:230px;height:70%;
  background:radial-gradient(ellipse 60% 50% at 50% 0%, rgba(255,235,170,.5), transparent 70%);
  filter:blur(3px);
}

/* stylized ocean liner */
.scene .ship{
  position:absolute;left:-12px;bottom:30%;width:296px;height:158px;
  filter:drop-shadow(0 12px 18px rgba(10,20,60,.4));opacity:.96;
  animation:shipbob 7s ease-in-out infinite;
}
@keyframes shipbob{0%,100%{transform:translateY(0) rotate(-.4deg)}50%{transform:translateY(-6px) rotate(.4deg)}}
.scene .ship .hull{
  position:absolute;bottom:0;left:0;width:296px;height:58px;
  background:linear-gradient(180deg,#ffffff 0%,#eef2f8 55%,#d4dcea 100%);
  clip-path:polygon(0 0,84% 0,100% 46%,92% 100%,5% 100%,0 52%);
  box-shadow:inset 0 -7px 10px rgba(120,140,180,.35);
}
.scene .ship .hull::after{ /* blue waterline + accent */
  content:"";position:absolute;left:4%;right:8%;bottom:9px;height:6px;border-radius:3px;
  background:linear-gradient(90deg,#1763b1,#2b86f4);opacity:.85;
}
.scene .ship .deck{
  position:absolute;left:0;background:linear-gradient(180deg,#ffffff,#dde4f0);
  border-radius:7px 7px 2px 2px;box-shadow:inset 0 -4px 6px rgba(120,140,180,.3);
}
.scene .ship .deck::after{ /* window row */
  content:"";position:absolute;left:10px;right:14px;top:50%;height:6px;transform:translateY(-50%);
  background:repeating-linear-gradient(90deg, rgba(30,70,140,.7) 0 4px, transparent 4px 11px);
  border-radius:2px;
}
.scene .ship .d1{bottom:54px;width:248px;height:30px}
.scene .ship .d2{bottom:82px;left:30px;width:188px;height:26px}
.scene .ship .d3{bottom:106px;left:66px;width:120px;height:22px}
.scene .ship .funnel{
  position:absolute;bottom:124px;width:30px;height:40px;border-radius:9px 9px 0 0;
  background:linear-gradient(180deg,#ffffff,#e0e7f2);box-shadow:inset -4px 0 6px rgba(120,140,180,.35);
}
.scene .ship .funnel::after{content:"";position:absolute;left:0;right:0;top:8px;height:9px;background:#1763b1;opacity:.85}
.scene .ship .f1{left:78px}
.scene .ship .f2{left:120px}

@media (max-width:760px){
  .scene .ship{transform:scale(.7);transform-origin:bottom left;left:-30px}
}
