/* =====================================================
   THE GLOBAL QUIZ - COMPLETE STYLESHEET
   assets/css/style.css — OPETech 2026
===================================================== */
:root {
  --blue:#1B4F8A; --blue-dark:#0F3060; --blue-mid:#1E5799;
  --blue-acc:#2185D9; --blue-light:#4DABF7;
  --sky:#EBF4FF; --sky-mid:#DAEEFF; --sky-deep:#C5E3FF;
  --off:#F4F8FD; --text:#0D1B2A; --text-mid:#3D5166;
  --text-muted:#7B93A8; --border:#D8E8F5; --footer-bg:#1B2A3B;
  --success:#16A34A; --error:#DC2626; --warning:#D97706;
  --r:10px; --rl:18px;
  --sh:0 2px 16px rgba(27,79,138,.07);
  --shl:0 10px 36px rgba(27,79,138,.13);
}
*,*::before,*::after{margin:0;padding:0;box-sizing:border-box}
html{scroll-behavior:smooth;font-size:16px}
body{font-family:'Plus Jakarta Sans',sans-serif;background:#fff;color:var(--text);overflow-x:hidden;line-height:1.6}
img{max-width:100%;display:block}
a{text-decoration:none;color:inherit}
ul{list-style:none}
button{cursor:pointer;border:none;background:none;font-family:inherit}
input,select,textarea{font-family:inherit}

/* PRELOADER */
#gq-preloader{position:fixed;inset:0;z-index:99999;background:#fff;display:flex;align-items:center;justify-content:center;transition:opacity .5s ease,visibility .5s ease}
#gq-preloader.out{opacity:0;visibility:hidden}
.pre-inner{display:flex;flex-direction:column;align-items:center;gap:16px;animation:popin .4s ease}
@keyframes popin{from{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}
.pre-spinner-wrap{position:relative;width:120px;height:120px;display:flex;align-items:center;justify-content:center}
.pre-ring{position:absolute;inset:0;border-radius:50%;border:4px solid var(--sky-deep);border-top-color:var(--blue);border-right-color:var(--blue-acc);animation:spin 1s linear infinite}
@keyframes spin{to{transform:rotate(360deg)}}
.pre-logo-center{width:80px;height:80px;object-fit:contain;border-radius:50%;position:relative;z-index:1}
.pre-txt{font-size:13px;color:var(--text-muted);font-weight:500;animation:blinktxt 1.5s ease-in-out infinite}
@keyframes blinktxt{0%,100%{opacity:1}50%{opacity:.35}}

/* NAVBAR */
#navbar{position:fixed;top:0;left:0;right:0;z-index:1000;height:70px;display:flex;align-items:center;justify-content:space-between;padding:0 5%;background:rgba(255,255,255,.97);backdrop-filter:blur(12px);border-bottom:1px solid var(--border);transition:box-shadow .3s}
#navbar.scrolled{box-shadow:var(--sh)}
.nav-logo{display:flex;align-items:center;gap:10px}
.nav-logo img{height:44px;width:auto;display:block}
.nav-logo span{display:none}
.nav-logo em{display:none}
.nav-menu{display:flex;align-items:center;gap:2px}
.nav-menu>li>a{display:flex;align-items:center;gap:4px;padding:8px 14px;border-radius:8px;font-size:14px;font-weight:500;color:var(--text-mid);transition:all .2s}
.nav-menu>li>a:hover,.nav-menu>li>a.active{color:var(--blue);background:var(--sky)}
.arrow{font-size:10px;transition:transform .2s}
.has-drop{position:relative}
.drop-menu{display:none;position:absolute;top:calc(100% + 8px);left:0;background:#fff;border:1px solid var(--border);border-radius:var(--r);padding:8px;min-width:210px;box-shadow:var(--shl);z-index:100}
.has-drop:hover .drop-menu{display:block}
.drop-menu li a{display:block;padding:9px 14px;border-radius:8px;font-size:13px;color:var(--text-mid);transition:all .15s}
.drop-menu li a:hover{background:var(--sky);color:var(--blue)}
.nav-actions{display:flex;align-items:center;gap:10px}
.btn-outline-nav{padding:8px 18px;border:1.5px solid var(--border);border-radius:8px;font-size:13px;font-weight:600;color:var(--blue);transition:all .2s}
.btn-outline-nav:hover{border-color:var(--blue-acc);background:var(--sky)}
.btn-fill-nav{padding:9px 20px;background:var(--blue);border-radius:8px;font-size:13px;font-weight:700;color:#fff;transition:all .2s}
.btn-fill-nav:hover{background:var(--blue-acc);transform:translateY(-1px)}
.hamburger{display:none;flex-direction:column;gap:5px;padding:7px;border-radius:7px;background:var(--sky)}
.hamburger span{display:block;width:22px;height:2px;background:var(--blue);border-radius:2px;transition:all .3s}
.hamburger.active span:nth-child(1){transform:translateY(7px) rotate(45deg)}
.hamburger.active span:nth-child(2){opacity:0}
.hamburger.active span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}
.mobile-only-menu-item{display:none}

/* CONTAINER */
.container{width:100%;max-width:1200px;margin:0 auto;padding:0 5%}

/* SHARED */
.section-title{font-family:'Fraunces',serif;font-size:clamp(24px,3vw,38px);font-weight:800;color:var(--text);line-height:1.18;margin-bottom:32px}
.accent{color:var(--blue-acc);font-style:italic}
.eyebrow{display:inline-block;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:2px;color:var(--blue-acc);margin-bottom:10px}
.section-header{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:36px;flex-wrap:wrap;gap:14px}
.schol-section .section-header,.faq-section .section-header{display:block;text-align:center;justify-content:center}
.schol-section .section-header .section-title,.faq-section .section-header .section-title,.schol-section .section-header .eyebrow,.faq-section .section-header .eyebrow{text-align:center;display:block;width:100%}
.alert{padding:13px 16px;border-radius:var(--r);font-size:14px;font-weight:500;margin-bottom:18px}
.alert-success{background:rgba(22,163,74,.09);color:var(--success);border:1px solid rgba(22,163,74,.2)}
.alert-error{background:rgba(220,38,38,.09);color:var(--error);border:1px solid rgba(220,38,38,.2)}
.alert-warning{background:rgba(217,119,6,.09);color:var(--warning);border:1px solid rgba(217,119,6,.2)}
.reveal{opacity:0;transform:translateY(20px);transition:opacity .5s ease,transform .5s ease}
.reveal.in{opacity:1;transform:none}
@media(prefers-reduced-motion:reduce){.reveal{opacity:1;transform:none}}

/* HERO */
.hero{min-height:100vh;display:grid;grid-template-columns:1fr 1fr;align-items:center;overflow:hidden;padding:90px 5% 0;background:#fff}
.hero-left{display:flex;flex-direction:column;justify-content:center;padding:40px 40px 60px 0}
.hero-badge{display:inline-flex;align-items:center;gap:8px;background:var(--sky);border:1px solid var(--sky-deep);border-radius:100px;padding:6px 14px;margin-bottom:22px;width:fit-content}
.badge-dot{width:7px;height:7px;border-radius:50%;background:var(--blue-acc);animation:blinktxt 2s infinite}
.hero-badge span:last-child{font-size:12px;font-weight:600;color:var(--blue)}
.hero h1{font-family:'Fraunces',serif;font-size:clamp(32px,4vw,54px);font-weight:800;line-height:1.1;color:var(--text);letter-spacing:-.3px;margin-bottom:18px}
.h1-accent{color:var(--blue-acc);font-style:italic}
.hero-p{font-size:15px;color:var(--text-mid);line-height:1.75;max-width:460px;margin-bottom:28px}
.hero-cta{display:flex;gap:12px;flex-wrap:wrap;margin-bottom:28px}
.btn-hero-primary{padding:13px 28px;background:var(--blue);border-radius:var(--r);font-size:15px;font-weight:700;color:#fff;box-shadow:0 6px 20px rgba(27,79,138,.28);transition:all .25s}
.btn-hero-primary:hover{background:var(--blue-acc);transform:translateY(-2px)}
.btn-hero-ghost{padding:13px 28px;border:1.5px solid var(--border);border-radius:var(--r);font-size:15px;font-weight:600;color:var(--blue);background:#fff;transition:all .25s}
.btn-hero-ghost:hover{border-color:var(--blue-acc);background:var(--sky)}
.hero-trust{display:flex;gap:20px;flex-wrap:wrap}
.trust-item{display:flex;align-items:center;gap:7px;font-size:13px;color:var(--text-muted);font-weight:500}
.trust-dot{width:8px;height:8px;border-radius:50%;background:var(--blue-acc);flex-shrink:0}
.hero-right{position:relative;height:100%;min-height:580px;display:flex;align-items:flex-end}
.hero-img{width:100%;height:580px;object-fit:cover;object-position:center top;border-radius:28px 28px 0 0}
.hero-img-overlay{position:absolute;inset:0;border-radius:28px 28px 0 0;background:linear-gradient(to top,rgba(11,31,58,.12) 0%,transparent 50%)}
.hero-chip{position:absolute;background:#fff;border:1.5px solid var(--border);border-radius:14px;padding:12px 16px;display:flex;align-items:center;gap:10px;box-shadow:var(--shl);animation:floatchip 3s ease-in-out infinite;z-index:2}
.chip-1{top:80px;left:-24px;animation-delay:0s}
.chip-2{top:200px;right:-10px;animation-delay:1s}
.chip-3{bottom:120px;left:-16px;animation-delay:2s}
@keyframes floatchip{0%,100%{transform:translateY(0)}50%{transform:translateY(-8px)}}
.hero-chip strong{display:block;font-family:'Fraunces',serif;font-size:16px;font-weight:800;color:var(--blue);line-height:1}
.hero-chip span{display:block;font-size:11px;color:var(--text-muted);margin-top:2px}

/* BLOG */
.blog-section{padding:80px 0;background:#fff}
.blog-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}
.blog-card{background:#fff;border-radius:var(--rl);border:1.5px solid var(--border);overflow:hidden;transition:all .3s}
.blog-card:hover{transform:translateY(-4px);box-shadow:var(--shl)}
.blog-card-img{height:180px;position:relative;overflow:hidden}
.blog-card-img img{width:100%;height:100%;object-fit:cover;display:block}
.blog-cat{position:absolute;top:14px;left:14px;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:1px;padding:4px 10px;border-radius:6px;background:#fff;color:var(--blue)}
.blog-card-body{padding:20px 22px}
.blog-meta{display:flex;align-items:center;gap:6px;font-size:12px;color:var(--text-muted);margin-bottom:8px}
.blog-card-body h3{font-size:15px;font-weight:700;color:var(--text);line-height:1.4;margin-bottom:8px}
.blog-card-body p{font-size:13px;color:var(--text-muted);line-height:1.6;margin-bottom:12px}
.blog-tags{display:flex;gap:6px;flex-wrap:wrap}
.tag{font-size:11px;font-weight:600;color:var(--blue-acc);background:var(--sky);padding:3px 10px;border-radius:20px}

/* STATS */
.stats-bar{background:var(--sky);border-top:1px solid var(--sky-deep);border-bottom:1px solid var(--sky-deep);padding:28px 5%}
.stats-inner{display:flex;align-items:stretch;justify-content:center;max-width:900px;margin:0 auto}
.stat-box{flex:1;min-width:160px;text-align:center;padding:0 24px;border-right:1px solid var(--sky-deep)}
.stat-box:last-child{border-right:none}
.stat-num{font-family:'Fraunces',serif;font-size:38px;font-weight:800;color:var(--blue);line-height:1}
.stat-num span{color:var(--blue-acc)}
.stat-lbl{font-size:13px;color:var(--text-muted);margin-top:6px;font-weight:500}

/* ABOUT */
.about-section{padding:90px 0;background:#fff}
.about-grid{display:grid;grid-template-columns:1fr 1.1fr;gap:72px;align-items:center;padding:0 5%}
.about-img-col{position:relative}
.about-img{width:100%;height:500px;object-fit:cover;border-radius:var(--rl)}
.about-img-badge{position:absolute;bottom:-20px;right:-20px;background:var(--blue);color:#fff;border-radius:var(--rl);padding:20px 24px;text-align:center;box-shadow:var(--shl)}
.about-img-badge strong{display:block;font-family:'Fraunces',serif;font-size:36px;font-weight:800}
.about-img-badge span{display:block;font-size:12px;opacity:.8;margin-top:2px}
.about-body{font-size:15px;color:var(--text-mid);line-height:1.75;margin-bottom:28px}
.about-pillars{display:grid;grid-template-columns:1fr 1fr;gap:0}
.pillar{padding:18px 0;border-bottom:1px solid var(--border)}
.pillar:nth-child(odd){padding-right:20px;border-right:1px solid var(--border)}
.pillar:nth-child(even){padding-left:20px}
.pillar:nth-last-child(-n+2){border-bottom:none}
.pillar h4{font-size:14px;font-weight:700;color:var(--blue);margin-bottom:6px}
.pillar p{font-size:13px;color:var(--text-muted);line-height:1.6}

/* SCHOLARSHIPS */
.schol-section{padding:90px 0;background:var(--off)}
.schol-section .section-header{padding:0 5%;text-align:center}
.schol-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;padding:0 5%}
.schol-card{background:#fff;border-radius:var(--rl);border:1.5px solid var(--border);overflow:hidden;display:flex;flex-direction:column;transition:all .3s}
.schol-card:hover{transform:translateY(-6px);box-shadow:var(--shl);border-color:transparent}
.schol-card-top{padding:26px;position:relative;overflow:hidden}
.schol-card-top::after{content:'';position:absolute;right:-30px;top:-30px;width:140px;height:140px;border-radius:50%;background:rgba(255,255,255,.06)}
.schol-open-badge{display:inline-block;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:1.5px;padding:4px 10px;border-radius:6px;background:rgba(255,255,255,.15);color:rgba(255,255,255,.85);margin-bottom:12px}
.schol-card-top h3{font-size:15px;font-weight:700;color:#fff;line-height:1.4;margin-bottom:14px}
.schol-amount{font-family:'Fraunces',serif;font-size:32px;font-weight:800;color:#fff}
.schol-amount-lbl{font-size:11px;color:rgba(255,255,255,.55);margin-top:3px}
.schol-card-body{padding:22px 26px;flex:1;display:flex;flex-direction:column}
.schol-detail{font-size:13px;color:var(--text-muted);margin-bottom:8px}
.schol-note{font-size:12px;color:var(--text-muted);font-style:italic;margin:10px 0 12px;flex:1}
.schol-deadline{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:1px;padding:5px 10px;border-radius:6px;display:inline-block;margin-bottom:14px}
.btn-schol-reg{display:block;text-align:center;padding:12px;background:var(--blue);border-radius:var(--r);color:#fff;font-weight:700;font-size:14px;transition:all .25s;margin-top:auto}
.btn-schol-reg:hover{background:var(--blue-acc)}

/* CTA */
.cta-section{background:var(--sky);padding:60px 5%}
.cta-inner{display:grid;grid-template-columns:1fr 1.4fr;gap:60px;align-items:center;max-width:1000px;margin:0 auto}
.cta-img{width:100%;height:320px;object-fit:cover;border-radius:var(--rl)}
.cta-text-col h2{font-family:'Fraunces',serif;font-size:28px;font-weight:800;color:var(--blue);margin-bottom:14px;line-height:1.25}
.cta-text-col p{font-size:14px;color:var(--text-mid);line-height:1.75;margin-bottom:24px}
.btn-cta-reg{display:inline-block;padding:12px 28px;background:var(--blue);border-radius:var(--r);color:#fff;font-weight:700;font-size:14px;transition:all .25s}
.btn-cta-reg:hover{background:var(--blue-acc)}

/* TESTIMONIALS */
.testi-section{padding:90px 0;background:#fff}
.testi-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}
.testi-card{padding:30px;border-radius:var(--rl);border:1.5px solid var(--border);background:#fff;transition:all .3s}
.testi-card:hover{transform:translateY(-3px);box-shadow:var(--shl)}
.testi-top{display:flex;align-items:center;gap:14px;margin-bottom:16px}
.testi-av-img{width:52px;height:52px;min-width:52px;border-radius:50%;object-fit:cover;object-position:center top;border:2px solid var(--border)}
.testi-name{font-size:14px;font-weight:700;color:var(--text)}
.testi-role{font-size:12px;color:var(--text-muted);margin-top:2px}
.testi-stars{margin-left:auto;color:#F59E0B;font-size:14px;letter-spacing:1px}
.testi-card p{font-size:13.5px;color:var(--text-mid);line-height:1.75;font-style:italic}

/* WINNERS */
.winners-section{padding:90px 0;background:var(--off)}
.winners-section .section-title{padding:0 5%}
.winners-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:16px;padding:0 5%}
.winner-card{background:#fff;border-radius:var(--rl);border:1.5px solid var(--border);padding:28px 16px;text-align:center;transition:all .3s}
.winner-card:hover{transform:translateY(-5px);box-shadow:var(--shl);border-color:var(--blue-acc)}
.winner-img{width:80px;height:80px;min-width:80px;border-radius:50%;object-fit:cover;object-position:center top;margin:0 auto 14px;border:3px solid var(--sky-deep);display:block}
.winner-name{font-size:13.5px;font-weight:700;color:var(--text);margin-bottom:4px}
.winner-title{font-size:12px;color:var(--text-muted);margin-bottom:10px;line-height:1.4}
.winner-award{font-size:11px;font-weight:700;color:var(--blue-acc);background:var(--sky);padding:4px 12px;border-radius:20px;display:inline-block;margin-bottom:12px}
.winner-socials{display:flex;justify-content:center;gap:8px}
.winner-socials a{width:28px;height:28px;border-radius:50%;border:1px solid var(--border);display:flex;align-items:center;justify-content:center;font-size:11px;color:var(--text-muted);transition:all .2s;font-weight:700}
.winner-socials a:hover{border-color:var(--blue-acc);color:var(--blue-acc);background:var(--sky)}

/* PARTNERS */
.partners-bar{background:var(--footer-bg);padding:22px 0;overflow:hidden}
.partners-track-wrap{overflow:hidden;width:100%}
.partners-track{display:flex;align-items:center;gap:56px;width:max-content;animation:slide-logos 24s linear infinite;padding:0 28px}
.partners-track:hover{animation-play-state:paused}
@keyframes slide-logos{0%{transform:translateX(0)}100%{transform:translateX(-50%)}}
.partner-item{flex-shrink:0;display:flex;align-items:center;justify-content:center;opacity:.45;transition:opacity .3s}
.partner-item:hover{opacity:.9}
.partner-item img{height:30px;width:auto;max-width:130px;object-fit:contain;filter:brightness(0) invert(1);display:block}

/* CONTACT */
.contact-section{padding:90px 0;background:#fff}
.contact-grid{display:grid;grid-template-columns:1fr 1.4fr;gap:64px;align-items:start;padding:0 5%}
.contact-img{width:100%;height:460px;object-fit:cover;border-radius:var(--rl)}
.contact-form-col .section-title{margin-bottom:24px}
.form-row{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.fg{margin-bottom:14px}
.fg label{display:block;font-size:11px;font-weight:700;color:var(--text-muted);margin-bottom:6px;text-transform:uppercase;letter-spacing:.8px}
.fg input,.fg select,.fg textarea{width:100%;padding:12px 14px;border:1.5px solid var(--border);border-radius:var(--r);font-size:14px;color:var(--text);background:#fff;outline:none;transition:border-color .2s}
.fg input:focus,.fg select:focus,.fg textarea:focus{border-color:var(--blue-acc)}
.fg textarea{resize:none;height:110px}
.btn-submit{padding:13px 32px;background:var(--blue);border-radius:var(--r);font-size:14px;font-weight:700;color:#fff;cursor:pointer;transition:all .25s}
.btn-submit:hover{background:var(--blue-acc);transform:translateY(-1px)}

/* FOOTER INFO BAR */
.footer-info-bar{background:var(--sky);border-top:1px solid var(--sky-deep);border-bottom:1px solid var(--sky-deep);padding:16px 5%;display:flex;justify-content:center;gap:40px;flex-wrap:wrap}
.fib-item{display:flex;align-items:center;gap:8px;font-size:13px;color:var(--text-mid);font-weight:500}

/* NEWSLETTER */
.newsletter-bar{background:var(--blue-dark);padding:24px 5%;display:flex;align-items:center;justify-content:space-between;gap:24px;flex-wrap:wrap}
.nl-left{display:flex;align-items:center;gap:12px;flex-wrap:wrap}
.nl-left strong{font-size:15px;font-weight:700;color:#fff}
.nl-left span{font-size:13px;color:rgba(255,255,255,.5)}
.nl-form{display:flex;gap:10px;flex:1;max-width:420px}
.nl-form input{flex:1;padding:11px 16px;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.15);border-radius:8px;font-size:13.5px;color:#fff;outline:none}
.nl-form input::placeholder{color:rgba(255,255,255,.35)}
.nl-form button{padding:11px 22px;background:var(--blue-acc);border-radius:8px;font-weight:700;font-size:13px;color:#fff;cursor:pointer;transition:all .2s;white-space:nowrap}
.nl-form button:hover{background:var(--blue-light)}

/* FOOTER */
footer{background:var(--footer-bg);padding:56px 5% 28px}
.footer-grid{display:grid;grid-template-columns:1.6fr 1fr 1fr 1fr 1fr;gap:32px;margin-bottom:40px;padding-bottom:36px;border-bottom:1px solid rgba(255,255,255,.07)}
.footer-logo{display:flex;align-items:center;gap:9px;margin-bottom:12px}
.footer-logo img{height:40px;width:auto;display:block}
.footer-logo span{display:none}
.footer-brand p{font-size:12.5px;color:rgba(255,255,255,.35);line-height:1.7;max-width:200px}
.footer-social{display:flex;gap:10px;margin-top:16px}
.footer-social a{width:34px;height:34px;border-radius:8px;background:rgba(255,255,255,.07);display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:700;color:rgba(255,255,255,.5);transition:all .2s}
.footer-social a:hover{background:var(--blue-acc);color:#fff}
.footer-col h5{font-size:12px;font-weight:700;color:rgba(255,255,255,.65);margin-bottom:14px;text-transform:uppercase;letter-spacing:1px}
.footer-col a{display:block;font-size:13px;color:rgba(255,255,255,.38);margin-bottom:9px;transition:color .2s}
.footer-col a:hover{color:rgba(255,255,255,.8)}
.footer-bottom{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:10px}
.footer-bottom p{font-size:12px;color:rgba(255,255,255,.25)}
.footer-bottom strong{color:rgba(255,255,255,.5)}

/* IMAGE FADE IN */
.hero-img,.about-img,.cta-img,.contact-img,.blog-card-img img,.testi-av-img,.winner-img{opacity:0;transition:opacity .4s ease}
.hero-img.loaded,.about-img.loaded,.cta-img.loaded,.contact-img.loaded,.blog-card-img img.loaded,.testi-av-img.loaded,.winner-img.loaded{opacity:1}

/* =====================================================
   REGISTRATION
===================================================== */
.reg-page{min-height:100vh;background:var(--off);padding-top:70px}
.reg-steps{background:var(--blue-dark);padding:20px 5%}
.reg-steps-inner{display:flex;align-items:center;justify-content:center;gap:0;max-width:700px;margin:0 auto}
.step-item{display:flex;flex-direction:column;align-items:center;gap:6px}
.step-circle{width:36px;height:36px;border-radius:50%;border:2px solid rgba(255,255,255,.3);display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:700;color:rgba(255,255,255,.4);background:transparent;transition:all .3s}
.step-item.active .step-circle{background:var(--blue-acc);border-color:var(--blue-acc);color:#fff}
.step-item.done .step-circle{background:var(--success);border-color:var(--success);color:#fff}
.step-item span{font-size:11px;color:rgba(255,255,255,.45);font-weight:500;white-space:nowrap}
.step-item.active span{color:#fff}
.step-item.done span{color:rgba(255,255,255,.7)}
.step-line{flex:1;height:2px;background:rgba(255,255,255,.15);margin:0 8px;margin-bottom:22px}
.step-line.done{background:var(--success)}
.reg-body{padding:40px 5%;max-width:860px;margin:0 auto}
.reg-card{background:#fff;border-radius:var(--rl);border:1.5px solid var(--border);padding:36px;box-shadow:var(--sh)}
.reg-card-header{display:flex;align-items:flex-start;gap:16px;margin-bottom:28px;padding-bottom:20px;border-bottom:1px solid var(--border)}
.reg-back{width:36px;height:36px;border-radius:50%;background:var(--sky);border:1px solid var(--border);display:flex;align-items:center;justify-content:center;font-size:16px;color:var(--blue);flex-shrink:0;margin-top:4px;transition:all .2s}
.reg-back:hover{background:var(--blue);color:#fff}
.reg-card-header h2{font-family:'Fraunces',serif;font-size:22px;font-weight:800;color:var(--text);margin-bottom:4px}
.reg-card-header p{font-size:13px;color:var(--text-muted)}
.reg-section-title{font-size:14px;font-weight:700;color:var(--blue);text-transform:uppercase;letter-spacing:1px;margin-bottom:16px;margin-top:4px}
.reg-divider{height:1px;background:var(--border);margin:24px 0}
.frm-row{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-bottom:0}
.frm-group{margin-bottom:18px;display:flex;flex-direction:column}
.frm-group label{font-size:12px;font-weight:700;color:var(--text-muted);margin-bottom:7px;text-transform:uppercase;letter-spacing:.5px}
.frm-group input,.frm-group select,.frm-group textarea{padding:12px 14px;border:1.5px solid var(--border);border-radius:var(--r);font-size:14px;color:var(--text);background:#fff;outline:none;transition:border-color .2s,box-shadow .2s;width:100%}
.frm-group input:focus,.frm-group select:focus,.frm-group textarea:focus{border-color:var(--blue-acc);box-shadow:0 0 0 3px rgba(33,133,217,.1)}
.frm-group input::placeholder{color:var(--text-muted)}
.phone-input-wrap{display:flex;border:1.5px solid var(--border);border-radius:var(--r);overflow:hidden;transition:border-color .2s}
.phone-input-wrap:focus-within{border-color:var(--blue-acc)}
.phone-prefix{padding:12px 14px;background:var(--sky);border-right:1.5px solid var(--border);font-size:14px;font-weight:600;color:var(--blue);white-space:nowrap;flex-shrink:0}
.phone-input-wrap input{border:none;border-radius:0;flex:1}
.phone-input-wrap input:focus{box-shadow:none}
.passport-upload-area{display:flex;flex-direction:column;align-items:center;gap:14px;margin-bottom:8px}
.passport-preview{width:130px;height:130px;border-radius:50%;border:2px dashed var(--border);background:var(--off);display:flex;align-items:center;justify-content:center;overflow:hidden;cursor:pointer;transition:border-color .2s}
.passport-preview:hover{border-color:var(--blue-acc)}
.passport-preview img{width:100%;height:100%;object-fit:cover;border-radius:50%}
.passport-placeholder{display:flex;flex-direction:column;align-items:center;gap:6px;text-align:center;padding:10px}
.passport-placeholder span{font-size:12px;font-weight:600;color:var(--text-muted)}
.passport-placeholder small{font-size:10px;color:var(--text-muted)}
.passport-btns{display:flex;gap:10px;flex-wrap:wrap;justify-content:center}
.btn-passport-opt{display:inline-flex;align-items:center;gap:7px;padding:9px 18px;background:var(--sky);border:1.5px solid var(--border);border-radius:var(--r);font-size:13px;font-weight:600;color:var(--blue);cursor:pointer;transition:all .2s}
.btn-passport-opt:hover{border-color:var(--blue-acc);background:var(--sky-mid)}
.school-fields{animation:fadeIn .3s ease}
@keyframes fadeIn{from{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}
.checkbox-list{display:flex;flex-direction:column;gap:10px}
.checkbox-item{display:flex;align-items:center;gap:12px;padding:13px 16px;border:1.5px solid var(--border);border-radius:var(--r);cursor:pointer;transition:all .2s;font-size:14px;color:var(--text-mid);font-weight:500}
.checkbox-item:hover{border-color:var(--blue-acc);background:var(--sky)}
.checkbox-item input[type="radio"],.checkbox-item input[type="checkbox"]{width:18px;height:18px;accent-color:var(--blue);flex-shrink:0;cursor:pointer}
.checkbox-item:has(input:checked){border-color:var(--blue);background:var(--sky);color:var(--blue);font-weight:600}
.btn-reg-submit{width:100%;padding:15px;background:var(--blue);border:none;border-radius:var(--r);font-size:15px;font-weight:700;color:#fff;cursor:pointer;transition:all .25s;margin-top:8px}
.btn-reg-submit:hover{background:var(--blue-acc);transform:translateY(-1px)}
.reg-login-link{text-align:center;font-size:13px;color:var(--text-muted);margin-top:16px}
.reg-login-link a{color:var(--blue);font-weight:600}

/* CAMERA MODAL */
#cameraModal{position:fixed;inset:0;z-index:9999;background:rgba(0,0,0,.85);display:flex;align-items:center;justify-content:center;padding:20px}
.camera-wrap{background:#fff;border-radius:var(--rl);overflow:hidden;max-width:420px;width:100%}
#cameraVideo{width:100%;display:block;background:#000}
.camera-actions{display:flex;gap:12px;padding:16px;background:#fff}
.btn-snap{flex:1;padding:12px;background:var(--blue);border:none;border-radius:var(--r);font-size:14px;font-weight:700;color:#fff;cursor:pointer;transition:all .2s}
.btn-snap:hover{background:var(--blue-acc)}
.btn-cam-cancel{flex:1;padding:12px;background:var(--off);border:1.5px solid var(--border);border-radius:var(--r);font-size:14px;font-weight:600;color:var(--text-mid);cursor:pointer;transition:all .2s}
.btn-cam-cancel:hover{border-color:var(--error);color:var(--error)}

/* AUTH — LOGIN */
.auth-page{min-height:100vh;background:var(--off);display:flex;align-items:center;justify-content:center;padding:100px 5% 60px}
.auth-card{background:#fff;border-radius:var(--rl);border:1.5px solid var(--border);padding:44px 40px;width:100%;max-width:460px;box-shadow:var(--sh)}
.auth-logo{display:flex;align-items:center;justify-content:center;gap:10px;margin-bottom:28px}
.auth-logo img{height:44px;width:auto;display:block}
.auth-logo span{font-family:'Fraunces',serif;font-weight:800;font-size:17px;color:var(--blue)}
.auth-title{font-family:'Fraunces',serif;font-size:26px;font-weight:800;color:var(--text);text-align:center;margin-bottom:8px}
.auth-sub{font-size:14px;color:var(--text-muted);text-align:center;margin-bottom:28px}
.pw-wrap{position:relative;display:flex;align-items:center}
.pw-wrap input{width:100%;padding-right:44px}
.pw-toggle{position:absolute;right:12px;background:none;border:none;cursor:pointer;color:var(--text-muted);padding:4px;display:flex;align-items:center;transition:color .2s}
.pw-toggle:hover{color:var(--blue)}
.auth-options{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px;font-size:13px}
.remember-me{display:flex;align-items:center;gap:8px;color:var(--text-mid);cursor:pointer;font-weight:500}
.remember-me input{accent-color:var(--blue);cursor:pointer}
.forgot-link{color:var(--blue-acc);font-weight:600;transition:color .2s}
.forgot-link:hover{text-decoration:underline}
.auth-switch{text-align:center;font-size:13px;color:var(--text-muted);margin-top:20px}
.auth-switch a{color:var(--blue);font-weight:600}
.auth-switch a:hover{text-decoration:underline}

/* PAYMENT */
.payment-summary{background:var(--off);border:1.5px solid var(--border);border-radius:var(--r);padding:20px 24px;margin-bottom:8px}
.payment-summary-title{font-size:13px;font-weight:700;color:var(--blue);text-transform:uppercase;letter-spacing:1px;margin-bottom:14px}
.payment-summary-row{display:flex;justify-content:space-between;align-items:center;padding:8px 0;border-bottom:1px solid var(--border);font-size:14px}
.payment-summary-row:last-of-type{border-bottom:none}
.payment-summary-row span{color:var(--text-muted)}
.payment-summary-row strong{color:var(--text);font-weight:600}
.payment-amount{font-size:18px;color:var(--blue);font-family:'Fraunces',serif}
.payment-summary-note{font-size:12px;color:var(--text-muted);margin-top:12px;font-style:italic}
.gateway-list{display:flex;flex-direction:column;gap:12px}
.gateway-item{display:flex;align-items:center;gap:16px;padding:16px 20px;border:1.5px solid var(--border);border-radius:var(--r);cursor:pointer;transition:all .2s}
.gateway-item:hover{border-color:var(--blue-acc);background:var(--sky)}
.gateway-item input[type="radio"]{display:none}
.gateway-item:has(input:checked){border-color:var(--blue);background:var(--sky);box-shadow:0 0 0 3px rgba(27,79,138,.1)}
.gateway-info{display:flex;align-items:center;gap:14px;flex:1}
.gateway-logo{padding:6px 14px;border-radius:6px;font-size:13px;font-weight:800;letter-spacing:.5px;flex-shrink:0}
.gw-flutterwave{background:#FFF3CD;color:#D97706}
.gw-remita{background:#DCF5E8;color:#16A34A}
.gw-interswitch{background:#EDE9FE;color:#7C3AED}
.gateway-desc strong{display:block;font-size:14px;font-weight:700;color:var(--text)}
.gateway-desc span{font-size:12px;color:var(--text-muted)}
.gateway-check{width:24px;height:24px;border-radius:50%;border:2px solid var(--border);display:flex;align-items:center;justify-content:center;font-size:12px;color:transparent;flex-shrink:0;transition:all .2s}
.gateway-item:has(input:checked) .gateway-check{background:var(--blue);border-color:var(--blue);color:#fff}
.payment-secure-note{display:flex;align-items:center;gap:7px;font-size:12px;color:var(--text-muted);margin-top:16px;justify-content:center}

/* BARCODE & CONFIRMATION */
.confirm-page{min-height:100vh;background:var(--off);padding:100px 5% 60px;display:flex;align-items:flex-start;justify-content:center}
.confirm-card{background:#fff;border-radius:var(--rl);border:1.5px solid var(--border);padding:44px 40px;width:100%;max-width:560px;text-align:center;box-shadow:var(--sh)}
.confirm-icon{width:80px;height:80px;border-radius:50%;background:rgba(22,163,74,.1);display:flex;align-items:center;justify-content:center;margin:0 auto 20px}
.confirm-card h2{font-family:'Fraunces',serif;font-size:26px;font-weight:800;color:var(--text);margin-bottom:10px}
.confirm-card>p{font-size:14px;color:var(--text-muted);margin-bottom:28px;line-height:1.6}
.barcode-box{background:var(--off);border:1.5px solid var(--border);border-radius:var(--r);padding:24px;margin-bottom:24px}
.barcode-label{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:2px;color:var(--blue-acc);margin-bottom:16px}
.barcode-visual{background:#fff;padding:16px;border-radius:8px;margin-bottom:16px}
.barcode-bars{display:flex;align-items:flex-end;justify-content:center;height:60px;gap:0;margin-bottom:8px}
.bar{background:var(--text);display:inline-block}
.bar-w1{width:2px}.bar-w2{width:3px}.bar-w3{width:4px}
.bar-tall{height:60px}.bar-short{height:40px}
.bar-space{width:2px;display:inline-block}
.barcode-number{font-family:'Courier New',monospace;font-size:13px;font-weight:700;letter-spacing:3px;color:var(--text)}
.barcode-student-info{text-align:left;margin-top:16px}
.bsi-row{display:flex;justify-content:space-between;padding:7px 0;border-bottom:1px solid var(--border);font-size:13px}
.bsi-row:last-child{border-bottom:none}
.bsi-row span{color:var(--text-muted)}
.bsi-row strong{color:var(--text);font-weight:600}
.confirm-actions{display:flex;gap:12px;margin-bottom:16px;flex-wrap:wrap}
.confirm-actions .btn-reg-submit{flex:1;min-width:160px;padding:13px}
.btn-print-barcode{flex:1;min-width:160px;display:flex;align-items:center;justify-content:center;gap:8px;padding:13px;background:var(--sky);border:1.5px solid var(--border);border-radius:var(--r);font-size:14px;font-weight:700;color:var(--blue);cursor:pointer;transition:all .25s}
.btn-print-barcode:hover{border-color:var(--blue-acc);background:var(--sky-mid)}
.confirm-note{font-size:12px;color:var(--text-muted);line-height:1.6}

/* =====================================================
   STUDENT DASHBOARD
===================================================== */
.dash-page{display:flex;min-height:100vh;padding-top:70px;background:var(--off)}
.dash-sidebar{width:260px;flex-shrink:0;background:#fff;border-right:1.5px solid var(--border);display:flex;flex-direction:column;position:sticky;top:70px;height:calc(100vh - 70px);overflow-y:auto}
.dash-sidebar-header{padding:24px 20px;border-bottom:1px solid var(--border);display:flex;align-items:center;gap:14px}
.dash-avatar{width:52px;height:52px;min-width:52px;border-radius:50%;background:linear-gradient(135deg,var(--blue),var(--blue-acc));display:flex;align-items:center;justify-content:center;font-family:'Fraunces',serif;font-weight:800;font-size:20px;color:#fff;overflow:hidden}
.dash-avatar img{width:52px;height:52px;min-width:52px;border-radius:50%;object-fit:cover;display:block}
.dash-user-info strong{display:block;font-size:14px;font-weight:700;color:var(--text)}
.dash-user-info span{font-size:12px;color:var(--text-muted)}
.dash-nav{padding:12px 0;flex:1}
.dash-nav-item{display:flex;align-items:center;gap:12px;padding:12px 20px;font-size:14px;font-weight:500;color:var(--text-mid);transition:all .2s;border-left:3px solid transparent}
.dash-nav-item:hover{background:var(--sky);color:var(--blue)}
.dash-nav-item.active{background:var(--sky);color:var(--blue);border-left-color:var(--blue);font-weight:600}
.dash-nav-item svg{flex-shrink:0}
.dash-nav-logout{color:var(--error)}
.dash-nav-logout:hover{background:rgba(220,38,38,.06);color:var(--error)}
.dash-main{flex:1;overflow-x:hidden;min-width:0}
.dash-mobile-header{display:none;align-items:center;gap:14px;padding:14px 20px;background:#fff;border-bottom:1px solid var(--border);font-size:16px;font-weight:700;color:var(--text)}
.dash-sidebar-toggle{display:flex;flex-direction:column;gap:4px;padding:6px;border-radius:6px;background:var(--sky);cursor:pointer;border:none}
.dash-sidebar-toggle span{display:block;width:20px;height:2px;background:var(--blue);border-radius:2px}
.dash-content{padding:32px 36px}
.dash-title{font-family:'Fraunces',serif;font-size:24px;font-weight:800;color:var(--text);margin-bottom:6px}
.dash-subtitle{font-size:14px;color:var(--text-muted);margin-bottom:28px}
.dash-status-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:24px}
.dash-status-card{background:#fff;border-radius:var(--r);border:1.5px solid var(--border);padding:16px;display:flex;align-items:center;gap:14px}
.dsc-icon{width:44px;height:44px;min-width:44px;border-radius:10px;display:flex;align-items:center;justify-content:center}
.dsc-label{font-size:12px;color:var(--text-muted);font-weight:500}
.dsc-value{font-size:15px;font-weight:700;color:var(--text)}
.dsc-badge{margin-left:auto;font-size:11px;font-weight:700;padding:3px 10px;border-radius:20px;flex-shrink:0;white-space:nowrap}
.dsc-badge-green{background:rgba(22,163,74,.1);color:var(--success)}
.dsc-badge-orange{background:rgba(217,119,6,.1);color:var(--warning)}
.dsc-badge-gray{background:var(--sky);color:var(--text-muted)}
.dash-info-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-bottom:20px}
.dash-info-card{background:#fff;border-radius:var(--r);border:1.5px solid var(--border);padding:20px 22px}
.dic-title{font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:1px;color:var(--blue-acc);margin-bottom:14px}
.dic-row{display:flex;justify-content:space-between;padding:8px 0;border-bottom:1px solid var(--border);font-size:13px}
.dic-row:last-of-type{border-bottom:none}
.dic-row span{color:var(--text-muted);flex-shrink:0;margin-right:10px}
.dic-row strong{color:var(--text);font-weight:600;text-align:right}
.dic-link{display:inline-block;margin-top:14px;font-size:13px;font-weight:600;color:var(--blue-acc)}
.dic-link:hover{text-decoration:underline}
.dash-alert-banner{background:rgba(217,119,6,.08);border:1.5px solid rgba(217,119,6,.2);border-radius:var(--r);padding:14px 20px;display:flex;align-items:center;gap:12px;flex-wrap:wrap}
.dash-alert-banner strong{font-size:14px;font-weight:700;color:var(--warning)}
.dash-alert-banner span{font-size:13px;color:var(--text-mid);flex:1}
.dash-alert-banner a{font-size:13px;font-weight:700;color:var(--blue)}
.dash-empty{text-align:center;padding:60px 20px;display:flex;flex-direction:column;align-items:center;gap:16px}
.dash-empty p{font-size:14px;color:var(--text-muted)}
.result-card{background:#fff;border-radius:var(--r);border:1.5px solid var(--border);padding:28px;max-width:560px}
.result-header{display:flex;align-items:center;gap:14px;margin-bottom:20px;padding-bottom:16px;border-bottom:2px solid var(--blue)}
.result-logo{height:48px;width:auto;display:block}
.result-header h3{font-size:16px;font-weight:800;color:var(--blue)}
.result-header p{font-size:12px;color:var(--text-muted)}
.result-scores{margin-bottom:16px}
.result-score-row{display:flex;justify-content:space-between;padding:10px 14px;border-bottom:1px solid var(--border);font-size:14px}
.result-score-row.result-total{font-weight:700;font-size:15px;background:var(--sky)}
.result-grade{display:flex;gap:12px;flex-wrap:wrap;margin-bottom:20px}
.result-grade-box{background:var(--sky);border-radius:10px;padding:14px 24px;text-align:center}
.rgb-label{font-size:11px;text-transform:uppercase;letter-spacing:1px;color:var(--text-muted);margin-bottom:6px}
.rgb-value{font-size:28px;font-weight:800;color:var(--blue);font-family:'Fraunces',serif}
.result-barcode{text-align:center;padding-top:16px;border-top:2px dashed var(--border)}

/* =====================================================
   RESPONSIVE — TABLET 960px
===================================================== */
@media(max-width:960px){
  /* NAV */
  .nav-menu{display:none;position:fixed;top:70px;left:0;right:0;background:#fff;flex-direction:column;padding:16px 5% 24px;gap:0;border-bottom:1px solid var(--border);box-shadow:0 8px 24px rgba(27,79,138,.1);z-index:999;overflow-y:auto;max-height:calc(100vh - 70px)}
  .nav-menu.open{display:flex}
  .nav-menu>li>a{padding:12px 14px;font-size:15px;border-bottom:1px solid var(--border);border-radius:0}
  .nav-menu>li:last-child>a{border-bottom:none}
  .hamburger{display:flex}
  .drop-menu{position:static;box-shadow:none;border:none;border-radius:0;padding:0 0 0 16px;display:none}
  .has-drop:hover .drop-menu{display:none}
  .has-drop.drop-open .drop-menu{display:block}
  .has-drop.drop-open .arrow{transform:rotate(180deg)}
  .drop-menu li a{padding:10px 14px;font-size:14px;border-bottom:1px solid var(--border);border-radius:0}
  .mobile-only-menu-item{display:block;padding:16px 0 4px}
  .mobile-only-menu-item .btn-fill-nav{display:block;text-align:center;padding:13px;font-size:15px;border-radius:var(--r);background:var(--blue);color:#fff !important;font-weight:700}
  .mobile-only-menu-item .mobile-signin{display:block;padding:12px 14px;font-size:15px;font-weight:600;color:var(--blue)}
  .nav-actions .btn-outline-nav,.nav-actions .btn-fill-nav{display:none}
  /* HERO */
  .hero{grid-template-columns:1fr;min-height:auto;padding:90px 5% 0}
  .hero-left{padding:40px 0}
  .hero-right{height:380px;min-height:380px}
  .hero-img{height:380px;min-height:380px;border-radius:var(--rl)}
  .chip-1{top:20px;left:10px}
  .chip-2{top:110px;right:10px}
  .chip-3{bottom:50px;left:10px}
  /* STATS */
  .stats-inner{display:grid;grid-template-columns:1fr 1fr}
  .stat-box{border-right:1px solid var(--sky-deep);border-bottom:1px solid var(--sky-deep);padding:20px 0}
  .stat-box:nth-child(2),.stat-box:nth-child(4){border-right:none}
  .stat-box:nth-child(3),.stat-box:nth-child(4){border-bottom:none}
  /* LAYOUT */
  .about-grid{grid-template-columns:1fr;gap:40px;padding:0 5%}
  .about-img{height:320px}
  .about-img-badge{bottom:-10px;right:-10px}
  .blog-grid{grid-template-columns:1fr}
  .schol-grid{grid-template-columns:1fr}
  .cta-inner{grid-template-columns:1fr}
  .testi-grid{grid-template-columns:1fr}
  .winners-grid{grid-template-columns:repeat(2,1fr)}
  .contact-grid{grid-template-columns:1fr;gap:40px}
  .contact-img{height:280px}
  .footer-grid{grid-template-columns:1fr 1fr}
  .footer-info-bar{flex-direction:column;gap:12px;text-align:center}
  .form-row{grid-template-columns:1fr}
  /* DASHBOARD */
  .dash-sidebar{position:fixed;left:-280px;top:70px;z-index:500;height:calc(100vh - 70px);transition:left .3s ease;box-shadow:var(--shl);width:280px}
  .dash-sidebar.open{left:0}
  .dash-mobile-header{display:flex}
  .dash-content{padding:20px 16px}
  .dash-status-grid{grid-template-columns:1fr 1fr}
  .dash-info-grid{grid-template-columns:1fr}
}

/* =====================================================
   RESPONSIVE — MOBILE 560px
===================================================== */
@media(max-width:560px){
  .hero-cta{flex-direction:column}
  .winners-grid{grid-template-columns:repeat(2,1fr)}
  .footer-grid{grid-template-columns:1fr}
  .about-pillars{grid-template-columns:1fr}
  .pillar:nth-child(odd){border-right:none;padding-right:0}
  .pillar:nth-child(even){padding-left:0}
  .nl-form{flex-direction:column}
  .nl-form input,.nl-form button{width:100%}
  .frm-row{grid-template-columns:1fr}
  .reg-card{padding:20px 16px}
  .reg-steps-inner{gap:0}
  .step-item span{display:none}
  .step-line{margin:0 4px;margin-bottom:0}
  .auth-card{padding:28px 18px}
  .dash-status-grid{grid-template-columns:1fr}
  .result-card{padding:16px}
  .confirm-card{padding:28px 18px}
}

/* DASHBOARD OVERLAY — mobile sidebar backdrop */
#dashOverlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.45);
  z-index: 499;
  top: 70px;
}
#dashOverlay.show { display: block; }

/* STATES POPUP */
.trust-states {
  cursor: pointer;
  position: relative;
  color: var(--blue-acc) !important;
  font-weight: 600 !important;
  user-select: none;
}
.trust-states:hover { text-decoration: underline; }

.states-popup {
  position: absolute;
  left: 0;
  top: calc(100% + 12px);
  background: #fff;
  border: 1.5px solid var(--border);
  border-radius: var(--rl);
  padding: 18px 20px;
  min-width: 280px;
  box-shadow: var(--shl);
  z-index: 100;
  animation: fadeIn .2s ease;
}
.states-popup-title {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: var(--blue-acc);
  margin-bottom: 12px;
}
.states-popup-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 12px;
}
.states-popup-item {
  font-size: 13px;
  font-weight: 600;
  color: var(--text);
  display: flex;
  align-items: center;
  gap: 8px;
}
.states-popup-item::before {
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--success);
  flex-shrink: 0;
}
.states-popup-note {
  font-size: 11px;
  color: var(--text-muted);
  padding-top: 10px;
  border-top: 1px solid var(--border);
  font-style: italic;
}

/* Make hero-trust relative so popup positions correctly */
.hero-trust { position: relative; }