/* LUCKYCRUSH.SBS — Gold + coral, lucky/flirt energy, bold type */
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@700;800;900&family=Inter:wght@400;500;600&display=swap');
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
:root{
  --gold:#F59E0B;--gold-dk:#D97706;--gold-lt:#FFFBEB;
  --coral:#EF4444;--white:#fff;
  --g900:#1C1008;--g600:#4B5563;--g400:#9CA3AF;--g100:#F3F4F6;
  --green:#10B981;--radius:14px;
  --sh:0 4px 24px rgba(245,158,11,.18);--sh-lg:0 12px 48px rgba(245,158,11,.28);
}
html{scroll-behavior:smooth}
body{font-family:'Inter',sans-serif;color:var(--g900);background:#fff;overflow-x:hidden;-webkit-font-smoothing:antialiased}
a{text-decoration:none;color:inherit}

.btn-primary{display:inline-flex;align-items:center;justify-content:center;gap:8px;background:var(--gold);color:#fff;font-family:'Outfit',sans-serif;font-weight:800;font-size:1rem;padding:16px 36px;border-radius:12px;border:none;cursor:pointer;transition:transform .2s,box-shadow .2s;box-shadow:var(--sh);text-decoration:none;white-space:nowrap;max-width:100%}
.btn-primary:hover{background:var(--gold-dk);transform:translateY(-2px);box-shadow:var(--sh-lg)}
.btn-primary.btn-xl{font-size:1.2rem;padding:20px 52px}
.btn-primary.btn-coral{background:var(--coral);box-shadow:0 8px 28px rgba(239,68,68,.3)}
.btn-primary.btn-coral:hover{background:#B91C1C}

.live-badge{display:inline-flex;align-items:center;gap:8px;background:#fff;border:2px solid #FEF3C7;border-radius:10px;padding:8px 16px;font-family:'Outfit',sans-serif;font-weight:700;font-size:.85rem;color:var(--g900);box-shadow:0 2px 10px rgba(245,158,11,.1)}
.live-badge .dot{width:9px;height:9px;background:var(--coral);border-radius:50%;flex-shrink:0;animation:pdot 1.4s infinite}
@keyframes pdot{0%,100%{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(1.4)}}

#site-header{position:fixed;top:0;left:0;right:0;z-index:100;padding:0 20px;height:64px;display:flex;align-items:center;justify-content:space-between;background:rgba(255,255,255,.95);backdrop-filter:blur(14px);border-bottom:2px solid #FEF3C7;transition:box-shadow .3s}
#site-header.scrolled{box-shadow:0 2px 20px rgba(245,158,11,.12)}
.logo{font-family:'Outfit',sans-serif;font-weight:900;font-size:1.4rem;color:var(--g900);letter-spacing:-.04em;flex-shrink:0}
.logo span{color:var(--gold)}
.nav-links{display:flex;align-items:center;gap:28px;list-style:none}
.nav-links a{font-family:'Outfit',sans-serif;font-weight:700;font-size:.9rem;color:var(--g600);transition:color .2s}
.nav-links a:hover{color:var(--gold)}
@media(max-width:768px){.nav-links{display:none}}

/* Hero — warm golden, big bold type, luck energy */
#hero{min-height:100vh;padding:100px 20px 72px;background:linear-gradient(150deg,#fff 0%,var(--gold-lt) 45%,#FFF5F5 100%);position:relative;overflow:hidden;text-align:center;display:flex;align-items:center;justify-content:center}
#hero::before{content:'';position:absolute;width:600px;height:600px;background:radial-gradient(circle,rgba(245,158,11,.1) 0%,transparent 70%);top:-100px;right:-100px;pointer-events:none}
/* Lucky star pattern */
#hero::after{content:'';position:absolute;inset:0;background-image:radial-gradient(rgba(245,158,11,.12) 1.5px,transparent 1.5px);background-size:32px 32px;pointer-events:none}
.hero-inner{position:relative;z-index:2;max-width:820px;margin:0 auto;width:100%}
.hero-badge-wrap{margin-bottom:20px}
.hero-lucky-tag{display:inline-block;background:linear-gradient(135deg,var(--gold),var(--coral));color:#fff;font-family:'Outfit',sans-serif;font-weight:800;font-size:.8rem;letter-spacing:.1em;text-transform:uppercase;padding:5px 16px;border-radius:6px;margin-bottom:14px}
.hero-title{font-family:'Outfit',sans-serif;font-weight:900;font-size:clamp(2.6rem,8vw,5.5rem);line-height:1.0;letter-spacing:-.05em;color:var(--g900);margin-bottom:20px}
.hero-title .hl{color:var(--gold)}
.hero-title .hl2{color:var(--coral)}
.hero-subtitle{font-size:clamp(.95rem,2.5vw,1.15rem);color:var(--g600);max-width:520px;margin:0 auto 36px;line-height:1.7}
.hero-actions{display:flex;flex-direction:column;align-items:center;gap:12px;margin-bottom:48px}
@media(min-width:520px){.hero-actions{flex-direction:row;justify-content:center}}
.hero-actions .btn-primary{width:100%;max-width:320px}
@media(min-width:520px){.hero-actions .btn-primary{width:auto}}

/* Slot counter — signature element */
.luck-counter{background:#fff;border:2px solid #FEF3C7;border-radius:16px;padding:20px 32px;display:inline-flex;align-items:center;gap:16px;box-shadow:var(--sh);margin-bottom:44px}
.luck-counter .lc-label{font-family:'Outfit',sans-serif;font-weight:700;font-size:.85rem;color:var(--g400);text-transform:uppercase;letter-spacing:.08em}
.luck-counter .lc-num{font-family:'Outfit',sans-serif;font-weight:900;font-size:2rem;color:var(--gold);letter-spacing:-.04em}
.luck-counter .lc-divider{width:1px;height:36px;background:#FEF3C7}

.hero-stats{display:flex;align-items:center;justify-content:center;gap:36px;padding-top:36px;border-top:2px dashed #FEF3C7;flex-wrap:wrap}
.stat-item{text-align:center}
.stat-item .number{font-family:'Outfit',sans-serif;font-weight:900;font-size:1.7rem;color:var(--g900);letter-spacing:-.03em;display:block}
.stat-item .label{font-size:.78rem;color:var(--g400);font-weight:500;margin-top:2px}

/* Why */
#why{padding:88px 20px;background:#fff}
.section-eyebrow{font-family:'Outfit',sans-serif;font-weight:700;font-size:.78rem;letter-spacing:.12em;text-transform:uppercase;color:var(--gold);margin-bottom:10px}
.section-title{font-family:'Outfit',sans-serif;font-weight:900;font-size:clamp(1.7rem,4vw,2.8rem);letter-spacing:-.04em;color:var(--g900);margin-bottom:14px}
.section-subtitle{font-size:1rem;color:var(--g600);max-width:500px;line-height:1.65}
.section-header{text-align:center;margin-bottom:52px;padding:0 16px}
.section-header .section-subtitle{margin:0 auto}
.why-grid{display:grid;grid-template-columns:1fr;gap:16px;max-width:1000px;margin:0 auto}
@media(min-width:560px){.why-grid{grid-template-columns:repeat(2,1fr)}}
@media(min-width:860px){.why-grid{grid-template-columns:repeat(3,1fr)}}
.why-card{background:var(--gold-lt);border-radius:var(--radius);padding:28px 24px;border:2px solid #FEF3C7;transition:transform .25s}
.why-card:hover{transform:translateY(-3px)}
.why-icon{width:48px;height:48px;background:var(--gold);border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:14px}
.why-icon svg{color:#fff}
.why-card h3{font-family:'Outfit',sans-serif;font-size:1.05rem;font-weight:700;color:var(--g900);margin-bottom:8px}
.why-card p{font-size:.9rem;color:var(--g600);line-height:1.65}

#cta-section{padding:100px 20px;background:linear-gradient(135deg,#1C1008 0%,#3D2000 100%);text-align:center;position:relative;overflow:hidden}
#cta-section::before{content:'';position:absolute;inset:0;background-image:radial-gradient(rgba(245,158,11,.08) 1.5px,transparent 1.5px);background-size:32px 32px;pointer-events:none}
.cta-inner{position:relative;z-index:2;max-width:640px;margin:0 auto}
.cta-inner .section-eyebrow{color:var(--gold)}
.cta-inner .section-title{color:#fff;font-size:clamp(1.9rem,5vw,3rem);margin-bottom:16px}
.cta-inner .section-subtitle{color:rgba(255,255,255,.7);margin:0 auto 40px}
.cta-inner .btn-primary{width:100%;max-width:360px}
.cta-trust{display:flex;align-items:center;justify-content:center;gap:16px;margin-top:28px;flex-wrap:wrap}
.trust-item{display:flex;align-items:center;gap:5px;font-size:.82rem;color:rgba(255,255,255,.6);font-weight:500}
.trust-item svg{color:var(--gold);flex-shrink:0}

#site-footer{padding:36px 20px;background:#0F0A04;color:rgba(255,255,255,.4);text-align:center}
.footer-inner{max-width:860px;margin:0 auto}
.footer-logo{font-family:'Outfit',sans-serif;font-weight:900;font-size:1.3rem;color:#fff;margin-bottom:14px}
.footer-logo span{color:var(--gold)}
.footer-links{display:flex;align-items:center;justify-content:center;gap:20px;list-style:none;margin-bottom:16px;flex-wrap:wrap}
.footer-links a{font-size:.85rem;color:rgba(255,255,255,.4);transition:color .2s}
.footer-links a:hover{color:#fff}
.footer-copy{font-size:.78rem;line-height:1.7}
.fade-up{opacity:0;transform:translateY(24px);transition:opacity .55s ease,transform .55s ease}
.fade-up.visible{opacity:1;transform:translateY(0)}
