*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
:root{
  --bg:#0B1120;--gold:#F5A623;--blue:#3B82F6;
  --white:#fff;--muted:#9CA3AF;--card:#1A2235;--border:#2A3650;
}
html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}
body{background:var(--bg);color:var(--white);font-family:'Inter',system-ui,sans-serif;overflow-x:hidden;line-height:1.5}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}

/* NAV */
.site-nav{
  position:fixed;top:0;left:0;right:0;z-index:200;
  display:flex;align-items:center;justify-content:space-between;
  padding:.9rem 5%;
  background:rgba(11,17,32,.92);
  -webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);
  border-bottom:1px solid rgba(255,255,255,.05);
}
.nav-logo{font-family:'Syne',system-ui,sans-serif;font-size:1.4rem;font-weight:800;letter-spacing:-.02em;color:var(--white)}
.nav-logo span{color:var(--gold)}
.nav-link{color:var(--muted);font-size:.82rem;font-weight:500;transition:color .2s}
.nav-link:hover{color:var(--white)}

/* HERO */
.hero{
  min-height:100vh;display:flex;flex-direction:column;
  align-items:center;justify-content:center;
  text-align:center;padding:6rem 4% 3rem;
  position:relative;overflow:hidden;
}
.hero::before{
  content:'';position:absolute;top:-150px;left:50%;
  transform:translateX(-50%);width:600px;height:600px;
  background:radial-gradient(circle,rgba(245,166,35,.13) 0%,transparent 65%);
  pointer-events:none;
}
.hero-badge{
  display:inline-flex;align-items:center;gap:.4rem;
  background:rgba(245,166,35,.1);border:1px solid rgba(245,166,35,.25);
  border-radius:100px;padding:.3rem .9rem;
  font-family:'Syne',system-ui,sans-serif;
  font-size:.72rem;font-weight:700;color:var(--gold);
  letter-spacing:.06em;text-transform:uppercase;margin-bottom:1.4rem;
}
.hero h1{
  font-family:'Syne',system-ui,sans-serif;
  font-size:clamp(2.2rem,6vw,4rem);font-weight:800;
  line-height:1.06;letter-spacing:-.03em;margin-bottom:1.1rem;
}
.hero h1 em{font-style:normal;color:var(--gold)}
.hero-sub{
  font-size:clamp(.9rem,2vw,1.05rem);color:var(--muted);
  max-width:480px;line-height:1.7;margin-bottom:2.2rem;
}

/* CARDS — always side by side */
.cards{
  display:grid;grid-template-columns:1fr 1fr;
  gap:1.1rem;width:100%;max-width:800px;
}
.card{
  background:var(--card);border:1px solid var(--border);
  border-radius:18px;padding:1.8rem 1.5rem;
  display:flex;flex-direction:column;align-items:flex-start;gap:.8rem;
  transition:transform .22s,border-color .22s;
  position:relative;overflow:hidden;
}
.card::before{content:'';position:absolute;inset:0;opacity:0;transition:opacity .3s;border-radius:18px}
.card.job::before{background:linear-gradient(135deg,rgba(245,166,35,.08),transparent 60%)}
.card.sch::before{background:linear-gradient(135deg,rgba(59,130,246,.08),transparent 60%)}
.card:hover{transform:translateY(-5px)}
.card.job:hover{border-color:var(--gold)}
.card.sch:hover{border-color:var(--blue)}
.card:hover::before{opacity:1}
.card-icon{width:46px;height:46px;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:1.4rem}
.card.job .card-icon{background:rgba(245,166,35,.15)}
.card.sch .card-icon{background:rgba(59,130,246,.15)}
.card-label{font-family:'Syne',system-ui,sans-serif;font-size:.68rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}
.card.job .card-label{color:var(--gold)}
.card.sch .card-label{color:var(--blue)}
.card h2{font-family:'Syne',system-ui,sans-serif;font-size:1.2rem;font-weight:700;line-height:1.2;color:var(--white)}
.card p{font-size:.82rem;color:var(--muted);line-height:1.65;flex:1}
.card-cta{font-family:'Syne',system-ui,sans-serif;font-size:.78rem;font-weight:700;margin-top:.2rem}
.card.job .card-cta{color:var(--gold)}
.card.sch .card-cta{color:var(--blue)}

/* STATS */
.stats{
  display:flex;justify-content:center;flex-wrap:wrap;
  border-top:1px solid rgba(255,255,255,.06);
  border-bottom:1px solid rgba(255,255,255,.06);
  background:rgba(255,255,255,.02);
}
.stat{flex:1;min-width:120px;text-align:center;padding:1.4rem .5rem;border-right:1px solid rgba(255,255,255,.06)}
.stat:last-child{border-right:none}
.stat-num{font-family:'Syne',system-ui,sans-serif;font-size:1.6rem;font-weight:800;color:var(--white)}
.stat-num span{color:var(--gold)}
.stat-lbl{font-size:.72rem;color:var(--muted);margin-top:.2rem}

/* HOW IT WORKS */
.how{padding:3.5rem 5%;border-bottom:1px solid rgba(255,255,255,.06)}
.section-tag{font-family:'Syne',system-ui,sans-serif;font-size:.68rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--gold);margin-bottom:.6rem;text-align:center}
.how h2{font-family:'Syne',system-ui,sans-serif;font-size:clamp(1.3rem,3vw,1.8rem);font-weight:800;margin-bottom:1.8rem;text-align:center;letter-spacing:-.02em}
.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}
.step{background:var(--card);border:1px solid var(--border);border-radius:12px;padding:1.4rem}
.step-num{font-family:'Syne',system-ui,sans-serif;font-size:2rem;font-weight:800;color:rgba(245,166,35,.2);line-height:1;margin-bottom:.7rem}
.step h3{font-family:'Syne',system-ui,sans-serif;font-size:.88rem;font-weight:700;margin-bottom:.35rem}
.step p{font-size:.78rem;color:var(--muted);line-height:1.6}

/* COMMUNITY */
.community{padding:3rem 5%;border-bottom:1px solid rgba(255,255,255,.06);text-align:center}
.community h2{font-family:'Syne',system-ui,sans-serif;font-size:clamp(1.3rem,3vw,1.8rem);font-weight:800;margin-bottom:.6rem;letter-spacing:-.02em}
.community p{font-size:.83rem;color:var(--muted);max-width:430px;margin:0 auto 1.6rem;line-height:1.65}
.comm-btns{display:flex;justify-content:center;gap:.8rem;flex-wrap:wrap}
.btn-wa{display:inline-flex;align-items:center;gap:.5rem;background:#25D366;color:#fff;font-size:.8rem;font-weight:600;padding:.7rem 1.3rem;border-radius:9px;transition:opacity .2s}
.btn-tg{display:inline-flex;align-items:center;gap:.5rem;background:#229ED9;color:#fff;font-size:.8rem;font-weight:600;padding:.7rem 1.3rem;border-radius:9px;transition:opacity .2s}
.btn-wa:hover,.btn-tg:hover{opacity:.88}
.btn-wa svg,.btn-tg svg{width:17px;height:17px;flex-shrink:0}

/* CTA BANNER */
.cta-banner{
  margin:2rem 5%;background:var(--card);
  border:1px solid var(--border);border-radius:18px;
  padding:2.5rem 2rem;
  display:flex;align-items:center;justify-content:space-between;
  gap:1.5rem;flex-wrap:wrap;position:relative;overflow:hidden;
}
.cta-banner::after{content:'🌍';position:absolute;right:2rem;font-size:6rem;opacity:.06;pointer-events:none}
.cta-banner h2{font-family:'Syne',system-ui,sans-serif;font-size:clamp(1.1rem,2.5vw,1.5rem);font-weight:800;max-width:360px;line-height:1.3}
.cta-banner h2 span{color:var(--gold)}
.cta-btns{display:flex;gap:.7rem;flex-wrap:wrap}
.btn-gold{background:var(--gold);color:#0B1120;font-family:'Syne',system-ui,sans-serif;font-size:.82rem;font-weight:700;padding:.7rem 1.4rem;border-radius:8px;white-space:nowrap;transition:opacity .2s}
.btn-outline{background:transparent;color:var(--white);border:1px solid var(--border);font-size:.82rem;font-weight:600;padding:.7rem 1.4rem;border-radius:8px;white-space:nowrap;transition:opacity .2s}
.btn-gold:hover,.btn-outline:hover{opacity:.88}

/* FOOTER */
.site-footer{text-align:center;padding:1.5rem 5%;border-top:1px solid rgba(255,255,255,.06);color:var(--muted);font-size:.76rem}
.site-footer a{color:var(--gold)}

/* ANIMATIONS */
@keyframes fadeUp{from{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}
.hero-badge{animation:fadeUp .5s ease both}
.hero h1{animation:fadeUp .5s .08s ease both}
.hero-sub{animation:fadeUp .5s .14s ease both}
.cards{animation:fadeUp .5s .2s ease both}

/* MOBILE */
@media(max-width:600px){
  .hero{padding:5rem 4% 2.5rem;min-height:auto}
  .hero-sub{display:none}
  .hero h1{font-size:1.75rem;margin-bottom:1.3rem}
  .hero-badge{font-size:.62rem;padding:.25rem .7rem}
  .cards{grid-template-columns:1fr 1fr;gap:.6rem}
  .card{padding:1rem .85rem;border-radius:12px;gap:.5rem}
  .card-icon{width:34px;height:34px;font-size:1rem;border-radius:8px}
  .card-label{font-size:.58rem}
  .card h2{font-size:.85rem}
  .card p{font-size:.72rem}
  .card-cta{font-size:.68rem}
  .steps{grid-template-columns:1fr}
  .stat{min-width:50%}
  .stat:nth-child(2){border-right:none}
  .stat:nth-child(3){border-top:1px solid rgba(255,255,255,.06)}
  .cta-banner{flex-direction:column;text-align:center}
  .cta-banner::after{display:none}
  .cta-btns{width:100%;flex-direction:column}
  .btn-gold,.btn-outline{text-align:center;width:100%}
  .nav-link{display:none}
  .comm-btns{flex-direction:column;align-items:center}
  .btn-wa,.btn-tg{width:100%;max-width:300px;justify-content:center}
}
@media(prefers-reduced-motion:reduce){*{animation:none!important;transition:none!important}}
