:root {
  --bg: #0E0E10;
  --panel: #151519;
  --panel-2: #1E1E22;
  --text: #FFFFFF;
  --muted: #A6A6A6;
  --gold: #D4AF37;
  --gold-2: #f0d67a;
  --line: rgba(212, 175, 55, 0.22);
  --shadow: 0 24px 80px rgba(0,0,0,0.42);
  --radius: 22px;
  --max: 1180px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background:
    radial-gradient(circle at 20% 0%, rgba(212,175,55,0.12), transparent 30%),
    radial-gradient(circle at 90% 15%, rgba(166,166,166,0.08), transparent 24%),
    var(--bg);
  color: var(--text);
  line-height: 1.6;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.container { width: min(var(--max), calc(100% - 38px)); margin: 0 auto; }
.skip-link { position: absolute; left: -999px; top: 10px; background: var(--gold); color: #111; padding: 10px 14px; z-index: 50; }
.skip-link:focus { left: 10px; }
.site-header { position: sticky; top: 0; z-index: 30; background: rgba(14,14,16,0.75); backdrop-filter: blur(18px); border-bottom: 1px solid rgba(255,255,255,0.07); }
.header-inner { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 12px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.brand img { width: 38px; height: 38px; border-radius: 10px; }
.site-nav { display: flex; align-items: center; gap: 26px; color: var(--muted); font-weight: 650; font-size: 14px; }
.site-nav a { transition: color .2s ease; }
.site-nav a:hover { color: var(--gold-2); }
.nav-toggle { display: none; width: 44px; height: 44px; border: 1px solid rgba(255,255,255,.12); background: transparent; border-radius: 12px; }
.nav-toggle span { display: block; width: 20px; height: 2px; background: var(--text); margin: 5px auto; }
.section { padding: 96px 0; }
.hero { min-height: calc(100vh - 76px); display: grid; align-items: center; }
.hero-grid { display: grid; grid-template-columns: 1.12fr .88fr; gap: 54px; align-items: center; }
.eyebrow { color: var(--gold-2); text-transform: uppercase; letter-spacing: .18em; font-weight: 800; font-size: 13px; margin: 0 0 16px; }
h1, h2, h3 { line-height: 1.05; margin: 0; }
h1 { font-size: clamp(44px, 7vw, 82px); letter-spacing: -.06em; max-width: 850px; }
h2 { font-size: clamp(34px, 4.6vw, 58px); letter-spacing: -.045em; }
h3 { font-size: 22px; letter-spacing: -.02em; }
.hero-text { font-size: 20px; color: #d7d7d7; max-width: 690px; margin: 26px 0 34px; }
.hero-actions, .apply-actions { display: flex; gap: 14px; flex-wrap: wrap; }
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 0 22px; border-radius: 999px; font-weight: 800; border: 1px solid transparent; transition: transform .2s ease, border-color .2s ease, background .2s ease; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: linear-gradient(135deg, var(--gold), var(--gold-2)); color: #17120a; }
.btn-secondary { border-color: rgba(255,255,255,0.18); background: rgba(255,255,255,0.04); color: var(--text); }
.trust-row { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 34px; }
.trust-row span { border: 1px solid rgba(212,175,55,.24); background: rgba(212,175,55,.06); color: #eee; border-radius: 999px; padding: 8px 12px; font-weight: 700; font-size: 13px; }
.hero-card { position: relative; min-height: 500px; border: 1px solid var(--line); border-radius: var(--radius); background: linear-gradient(145deg, rgba(255,255,255,.08), rgba(255,255,255,.025)); box-shadow: var(--shadow); overflow: hidden; display: grid; place-items: center; padding: 34px; }
.hero-card:before { content: ""; position: absolute; inset: 12px; border: 1px solid rgba(255,255,255,.06); border-radius: 18px; pointer-events: none; }
.hero-logo { width: min(420px, 100%); filter: drop-shadow(0 28px 35px rgba(0,0,0,.55)); }
.status-card { position: absolute; left: 28px; right: 28px; bottom: 28px; border: 1px solid rgba(255,255,255,.1); background: rgba(14,14,16,.82); backdrop-filter: blur(14px); border-radius: 18px; padding: 18px; }
.status-card div { display: flex; align-items: center; gap: 10px; }
.status-card p { color: var(--muted); margin: 8px 0 0; }
.status-dot { width: 10px; height: 10px; border-radius: 50%; background: var(--gold); box-shadow: 0 0 22px var(--gold); }
.two-col { display: grid; grid-template-columns: .92fr 1.08fr; gap: 46px; align-items: start; }
.copy-card, .feature-card, .department-card, .rules-list, .timeline-item, details { background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.08); border-radius: var(--radius); }
.copy-card { padding: 30px; color: #d4d4d4; }
.feature-grid, .department-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 34px; }
.feature-card, .department-card { padding: 28px; min-height: 230px; }
.card-number { color: var(--gold); font-weight: 900; font-size: 13px; letter-spacing: .16em; }
.feature-card p, .department-card p, .muted { color: var(--muted); }
.section-heading { max-width: 780px; margin-bottom: 34px; }
.department-grid { grid-template-columns: repeat(4, 1fr); }
.department-card { background: linear-gradient(180deg, rgba(212,175,55,.08), rgba(255,255,255,.035)); }
.rules-section { background: rgba(255,255,255,.025); border-top: 1px solid rgba(255,255,255,.06); border-bottom: 1px solid rgba(255,255,255,.06); }
.rules-list { padding: 16px; }
.rules-list div { display: grid; gap: 4px; padding: 17px; border-bottom: 1px solid rgba(255,255,255,.07); }
.rules-list div:last-child { border-bottom: 0; }
.rules-list span { color: var(--muted); }
.apply-panel { display: flex; align-items: center; justify-content: space-between; gap: 32px; border: 1px solid var(--line); border-radius: 30px; padding: 44px; background: linear-gradient(135deg, rgba(212,175,55,.12), rgba(255,255,255,.04)); box-shadow: var(--shadow); }
.apply-panel p:last-child { color: #ddd; max-width: 650px; }
.timeline { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.timeline-item { padding: 22px; border-color: var(--line); }
.timeline-item span { color: var(--gold); font-weight: 900; text-transform: uppercase; letter-spacing: .12em; font-size: 12px; }
.timeline-item p { color: var(--muted); margin-bottom: 0; }
.faq-list { display: grid; gap: 12px; max-width: 880px; }
details { padding: 18px 22px; }
summary { cursor: pointer; font-weight: 800; }
details p { color: var(--muted); margin-bottom: 0; }
.site-footer { border-top: 1px solid rgba(255,255,255,.08); padding: 38px 0; background: #0a0a0b; }
.footer-grid { display: flex; justify-content: space-between; gap: 28px; align-items: center; }
.footer-grid img { width: 42px; border-radius: 10px; margin-bottom: 12px; }
.footer-grid p { color: var(--muted); margin: 6px 0 0; }
.footer-links { display: flex; gap: 18px; color: var(--muted); }
.reveal { opacity: 0; transform: translateY(18px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }
.delay-1 { transition-delay: .08s; } .delay-2 { transition-delay: .16s; } .delay-3 { transition-delay: .24s; }
@media (max-width: 980px) {
  .hero-grid, .two-col { grid-template-columns: 1fr; }
  .feature-grid, .department-grid, .timeline { grid-template-columns: repeat(2, 1fr); }
  .hero-card { min-height: 360px; }
}
@media (max-width: 720px) {
  .nav-toggle { display: block; }
  .site-nav { position: absolute; left: 19px; right: 19px; top: 84px; display: none; flex-direction: column; align-items: stretch; padding: 16px; background: rgba(14,14,16,.97); border: 1px solid rgba(255,255,255,.1); border-radius: 18px; }
  .site-nav.open { display: flex; }
  .section { padding: 70px 0; }
  .feature-grid, .department-grid, .timeline { grid-template-columns: 1fr; }
  .apply-panel, .footer-grid { flex-direction: column; align-items: flex-start; }
  .hero-actions .btn, .apply-actions .btn { width: 100%; }
}
