:root{
  --bg:#050914;
  --bg-2:#071226;
  --panel:#0b1426;
  --panel-2:#0e1a30;
  --line:rgba(255,255,255,.09);
  --text:#f5f8ff;
  --muted:#9ba9c2;
  --blue:#0a7cff;
  --cyan:#1ddfff;
  --blue-soft:#0f52d6;
  --silver:#dfe8f5;
  --success:#42e8a7;
  --shadow:0 24px 70px rgba(0,0,0,.35);
  --radius:24px;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:"Inter",sans-serif;
  background:
    radial-gradient(circle at 20% 0%, rgba(0,119,255,.13), transparent 28%),
    linear-gradient(180deg,#030611 0%,#06101f 48%,#040915 100%);
  color:var(--text);
  min-height:100vh;
  overflow-x:hidden;
}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}
button,input{font:inherit}
.container{width:min(1180px,calc(100% - 40px));margin:auto}

.bg-grid{
  position:fixed;inset:0;pointer-events:none;opacity:.14;z-index:-3;
  background-image:
    linear-gradient(rgba(255,255,255,.04) 1px,transparent 1px),
    linear-gradient(90deg,rgba(255,255,255,.04) 1px,transparent 1px);
  background-size:42px 42px;
  mask-image:linear-gradient(to bottom,black,transparent 72%);
}
.bg-glow{position:fixed;width:520px;height:520px;border-radius:50%;filter:blur(100px);opacity:.12;z-index:-2}
.bg-glow-one{background:#006eff;top:-160px;right:-140px}
.bg-glow-two{background:#00d9ff;bottom:-200px;left:-220px}

.site-header{
  position:sticky;top:0;z-index:50;
  background:rgba(3,7,16,.78);
  backdrop-filter:blur(16px);
  border-bottom:1px solid var(--line);
}
.nav-wrap{height:82px;display:flex;align-items:center;justify-content:space-between;gap:28px}
.brand img{width:130px;max-height:68px;object-fit:contain}
.main-nav{display:flex;align-items:center;gap:26px;color:#c6d1e4;font-weight:600;font-size:.94rem}
.main-nav a{transition:.2s ease}
.main-nav a:hover{color:white}
.nav-cta{
  padding:11px 18px;border-radius:999px;
  background:linear-gradient(135deg,var(--blue),var(--cyan));
  color:white!important;
  box-shadow:0 8px 28px rgba(0,126,255,.28);
}
.menu-toggle{display:none;background:transparent;border:0;padding:6px}
.menu-toggle span{display:block;width:26px;height:2px;background:white;margin:5px 0;border-radius:2px}

.hero{padding:78px 0 70px;position:relative}
.hero-grid{display:grid;grid-template-columns:1.05fr .95fr;align-items:center;gap:60px}
.eyebrow,.section-kicker{
  color:#8fdcff;font-size:.78rem;letter-spacing:.14em;font-weight:800;text-transform:uppercase
}
.eyebrow{display:inline-flex;align-items:center;gap:9px;padding:10px 14px;border:1px solid rgba(29,223,255,.18);background:rgba(8,27,52,.55);border-radius:999px}
.pulse-dot{width:8px;height:8px;background:var(--cyan);border-radius:50%;box-shadow:0 0 0 6px rgba(29,223,255,.1)}
.hero h1{
  font-family:"Montserrat",sans-serif;
  font-size:clamp(3.3rem,7vw,6.5rem);
  line-height:.92;letter-spacing:-.055em;margin:24px 0 24px;
  max-width:780px;
}
.hero h1 span{
  display:block;
  background:linear-gradient(90deg,#ffffff 0%,#7ddcff 45%,#0a7cff 100%);
  -webkit-background-clip:text;background-clip:text;color:transparent;
}
.hero-text{font-size:1.1rem;line-height:1.8;color:var(--muted);max-width:670px}
.hero-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:32px}
.btn{
  min-height:52px;padding:0 22px;border-radius:14px;border:1px solid transparent;
  display:inline-flex;align-items:center;justify-content:center;font-weight:800;
  transition:.22s ease;cursor:pointer;
}
.btn:hover{transform:translateY(-2px)}
.btn-primary{
  background:linear-gradient(135deg,var(--blue),var(--cyan));
  color:white;box-shadow:0 15px 38px rgba(0,117,255,.24)
}
.btn-secondary{background:rgba(255,255,255,.045);border-color:var(--line);color:#eaf2ff}
.btn-card{background:white;color:#071226;min-height:44px;padding:0 18px}
.trust-row{display:flex;gap:32px;margin-top:40px;flex-wrap:wrap}
.trust-row div{display:flex;flex-direction:column;gap:4px}
.trust-row strong{font-size:1.08rem}
.trust-row span{font-size:.82rem;color:var(--muted)}

.hero-visual{position:relative;min-height:560px;display:grid;place-items:center}
.logo-stage{position:relative;width:min(560px,100%);display:grid;place-items:center;z-index:2}
.logo-stage img{width:100%;filter:drop-shadow(0 30px 45px rgba(0,55,150,.32))}
.logo-halo{
  position:absolute;width:72%;aspect-ratio:1;border-radius:50%;
  background:radial-gradient(circle,rgba(0,171,255,.25),rgba(0,111,255,.04) 55%,transparent 70%);
  filter:blur(20px);z-index:-1;
}
.floating-card{
  position:absolute;z-index:3;padding:14px 16px;border:1px solid rgba(255,255,255,.12);
  background:linear-gradient(180deg,rgba(18,34,62,.86),rgba(6,16,31,.86));
  backdrop-filter:blur(16px);border-radius:16px;box-shadow:var(--shadow);
  min-width:170px
}
.floating-card span,.floating-card small{display:block}
.mini-label{font-size:.67rem;letter-spacing:.14em;color:#79dfff;font-weight:800}
.floating-card strong{display:block;margin:6px 0;font-size:1.18rem}
.floating-card small{color:var(--muted)}
.ticket-card{left:-10px;bottom:105px}
.result-card{right:-15px;top:105px}

.status-strip{border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:rgba(7,17,33,.7)}
.status-grid{display:grid;grid-template-columns:repeat(4,1fr)}
.status-item{padding:26px 22px;display:flex;gap:14px;align-items:center;border-right:1px solid var(--line)}
.status-item:last-child{border-right:0}
.status-icon{
  min-width:42px;height:42px;border-radius:12px;display:grid;place-items:center;
  background:rgba(0,119,255,.12);border:1px solid rgba(0,174,255,.16);color:#7fdcff;font-weight:900
}
.status-item strong,.status-item small{display:block}
.status-item strong{font-size:.96rem}
.status-item small{color:var(--muted);margin-top:4px}

.section{padding:105px 0}
.section-dark{background:rgba(2,7,17,.54);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.section-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:30px;margin-bottom:38px}
.section-heading.centered{display:block;text-align:center;max-width:760px;margin:0 auto 48px}
.section-heading h2,.verify-copy h2,.cta-box h2{
  font-family:"Montserrat",sans-serif;font-size:clamp(2rem,4vw,3.2rem);line-height:1.08;margin:10px 0 0;letter-spacing:-.035em
}
.section-heading p,.verify-copy p{color:var(--muted);line-height:1.7}
.text-link{color:#8edfff;font-weight:800;font-size:.92rem}

.raffle-grid{display:grid;grid-template-columns:1.45fr .55fr;gap:24px}
.raffle-card{
  overflow:hidden;border-radius:var(--radius);border:1px solid var(--line);
  background:linear-gradient(180deg,rgba(12,24,45,.96),rgba(7,15,29,.96));
  box-shadow:var(--shadow)
}
.raffle-media{min-height:250px;position:relative;padding:24px;background:
  radial-gradient(circle at 76% 20%,rgba(0,198,255,.23),transparent 30%),
  linear-gradient(135deg,#0a2147,#071126 65%)}
.raffle-badge{position:absolute;top:18px;left:18px;background:rgba(66,232,167,.12);color:var(--success);border:1px solid rgba(66,232,167,.2);padding:8px 11px;border-radius:999px;font-size:.72rem;font-weight:900;letter-spacing:.08em}
.raffle-placeholder{height:200px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;color:#76dfff}
.raffle-placeholder span{font-size:.75rem;letter-spacing:.16em;font-weight:800}
.raffle-placeholder strong{font-family:"Montserrat";font-size:2.1rem;margin-top:10px;color:white}
.raffle-body{padding:26px}
.raffle-meta{display:flex;justify-content:space-between;gap:20px;color:#7f91ad;font-size:.78rem;text-transform:uppercase;letter-spacing:.06em}
.raffle-body h3{font-family:"Montserrat";font-size:1.7rem;margin:16px 0 10px}
.raffle-body p{color:var(--muted)}
.progress{height:8px;border-radius:999px;background:rgba(255,255,255,.06);overflow:hidden;margin:24px 0}
.progress-bar{height:100%;background:linear-gradient(90deg,var(--blue),var(--cyan))}
.raffle-footer{display:flex;justify-content:space-between;align-items:center;gap:18px}
.raffle-footer small,.raffle-footer strong{display:block}
.raffle-footer small{color:var(--muted);margin-bottom:4px}
.raffle-footer strong{font-size:1.25rem}
.ghost-card{display:grid;place-items:center;min-height:100%}
.ghost-inner{padding:36px;text-align:center}
.ghost-inner span{font-size:.75rem;letter-spacing:.16em;color:#7fdcff;font-weight:900}
.ghost-inner h3{font-family:"Montserrat";font-size:1.7rem}
.ghost-inner p{color:var(--muted);line-height:1.7}

.steps-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.step-card,.trust-cards article{
  padding:28px;border-radius:20px;border:1px solid var(--line);
  background:linear-gradient(180deg,rgba(255,255,255,.038),rgba(255,255,255,.018))
}
.step-num{color:#70dfff;font-weight:900;letter-spacing:.1em}
.step-card h3,.trust-cards h3{font-family:"Montserrat";margin:32px 0 12px;font-size:1.15rem}
.step-card p,.trust-cards p{color:var(--muted);line-height:1.7;font-size:.94rem}

.verify-wrap{display:grid;grid-template-columns:.85fr 1.15fr;gap:60px;align-items:center}
.secure-note{display:flex;gap:14px;align-items:center;margin-top:28px}
.secure-note>span{width:42px;height:42px;border-radius:12px;background:rgba(66,232,167,.1);color:var(--success);display:grid;place-items:center;font-weight:900}
.secure-note strong,.secure-note small{display:block}
.secure-note small{color:var(--muted);margin-top:4px}
.verify-card{
  padding:30px;border-radius:22px;border:1px solid rgba(80,188,255,.15);
  background:linear-gradient(180deg,rgba(9,24,46,.92),rgba(5,14,28,.92));box-shadow:var(--shadow)
}
.verify-card label{display:block;font-weight:800;margin-bottom:10px}
.verify-input-row{display:flex;gap:10px}
.verify-card input{
  flex:1;min-width:0;height:54px;border-radius:14px;border:1px solid var(--line);
  background:#06101e;color:white;padding:0 16px;outline:none
}
.verify-card input:focus{border-color:rgba(29,223,255,.55);box-shadow:0 0 0 4px rgba(29,223,255,.07)}
.verify-help{color:var(--muted);font-size:.82rem;margin:12px 0 0}

.results-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}
.result-history-card,.certificate-preview{
  border-radius:22px;border:1px solid var(--line);background:linear-gradient(180deg,rgba(12,24,45,.95),rgba(7,15,29,.95));padding:30px
}
.result-seal{width:54px;height:54px;border-radius:16px;background:rgba(66,232,167,.11);display:grid;place-items:center;color:var(--success);font-size:1.4rem;font-weight:900}
.result-history-card h3{font-family:"Montserrat";font-size:1.5rem;margin:24px 0 12px}
.result-history-card p{color:var(--muted);line-height:1.75}
.certificate-preview{position:relative;overflow:hidden}
.certificate-preview:after{content:"";position:absolute;width:220px;height:220px;border-radius:50%;right:-70px;top:-100px;background:rgba(0,153,255,.17);filter:blur(35px)}
.certificate-top,.certificate-bottom{display:flex;justify-content:space-between;gap:14px;font-size:.75rem;letter-spacing:.1em;color:#8fa1be}
.certificate-top strong{color:#81ddff}
.certificate-main{padding:48px 0 44px}
.certificate-main small{color:var(--muted);display:block}
.certificate-main>strong{display:block;font-size:1.5rem;margin:8px 0 18px}
.cert-status{display:inline-flex;padding:10px 13px;border-radius:999px;border:1px solid rgba(66,232,167,.18);background:rgba(66,232,167,.09);color:var(--success);font-size:.78rem;font-weight:900}

.trust-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.trust-icon{height:50px;min-width:50px;padding:0 12px;border-radius:14px;display:inline-grid;place-items:center;background:rgba(0,126,255,.11);border:1px solid rgba(29,223,255,.14);color:#80dcff;font-size:.75rem;font-weight:900}
.trust-cards h3{margin-top:24px}

.cta-section{padding:20px 0 100px}
.cta-box{
  padding:42px;border-radius:28px;border:1px solid rgba(29,223,255,.15);
  background:
    radial-gradient(circle at 90% 20%,rgba(0,174,255,.18),transparent 30%),
    linear-gradient(135deg,#0a1830,#071226);
  display:flex;align-items:center;justify-content:space-between;gap:30px;box-shadow:var(--shadow)
}
.cta-box p{color:var(--muted);margin-bottom:0}

.site-footer{border-top:1px solid var(--line);background:#030711;padding:52px 0 22px}
.footer-grid{display:flex;justify-content:space-between;gap:40px;align-items:flex-start}
.footer-brand img{width:150px}
.footer-brand p{color:var(--muted);max-width:430px;line-height:1.7}
.footer-links{display:grid;grid-template-columns:repeat(2,max-content);gap:14px 28px;color:#c1cde0;font-weight:600;font-size:.9rem}
.footer-bottom{display:flex;justify-content:space-between;gap:20px;border-top:1px solid var(--line);padding-top:22px;margin-top:32px;color:#72829c;font-size:.8rem}

@media (max-width: 980px){
  .hero-grid,.verify-wrap,.results-grid{grid-template-columns:1fr}
  .hero-copy{text-align:center}
  .eyebrow{margin:auto}
  .hero-text{margin-left:auto;margin-right:auto}
  .hero-actions,.trust-row{justify-content:center}
  .hero-visual{min-height:470px}
  .raffle-grid{grid-template-columns:1fr}
  .steps-grid{grid-template-columns:repeat(2,1fr)}
  .status-grid{grid-template-columns:repeat(2,1fr)}
  .status-item:nth-child(2){border-right:0}
  .main-nav{
    position:absolute;top:82px;left:20px;right:20px;display:none;flex-direction:column;align-items:stretch;
    gap:4px;padding:18px;border:1px solid var(--line);border-radius:18px;background:rgba(5,12,24,.98);box-shadow:var(--shadow)
  }
  .main-nav.open{display:flex}
  .main-nav a{padding:12px}
  .menu-toggle{display:block}
}

@media (max-width: 680px){
  .container{width:min(100% - 28px,1180px)}
  .nav-wrap{height:72px}
  .main-nav{top:72px;left:14px;right:14px}
  .brand img{width:105px}
  .hero{padding-top:52px}
  .hero h1{font-size:3.3rem}
  .hero-visual{min-height:390px}
  .floating-card{min-width:145px;padding:12px}
  .ticket-card{left:0;bottom:45px}
  .result-card{right:0;top:55px}
  .status-grid{grid-template-columns:1fr}
  .status-item{border-right:0;border-bottom:1px solid var(--line)}
  .status-item:last-child{border-bottom:0}
  .section{padding:78px 0}
  .section-heading{display:block}
  .section-heading .text-link{display:inline-block;margin-top:14px}
  .steps-grid,.trust-cards{grid-template-columns:1fr}
  .verify-input-row{flex-direction:column}
  .raffle-meta,.raffle-footer,.certificate-top,.certificate-bottom,.cta-box,.footer-grid,.footer-bottom{align-items:flex-start;flex-direction:column}
  .raffle-footer{display:flex}
  .cta-box .btn{width:100%}
  .footer-links{grid-template-columns:1fr}
}
