* { margin: 0; padding: 0; box-sizing: border-box; }
:root {
  --bg: #0a0e1a;
  --bg2: #111827;
  --bg3: #1e2535;
  --accent: #3b82f6;
  --accent2: #6366f1;
  --green: #10b981;
  --red: #ef4444;
  --yellow: #f59e0b;
  --text: #f1f5f9;
  --text2: #94a3b8;
  --border: #1e2d4a;
  --radius: 12px;
}
body { background: var(--bg); color: var(--text); font-family: 'Inter', -apple-system, sans-serif; min-height: 100vh; }
a { color: var(--accent); text-decoration: none; }
.navbar {
  display: flex; align-items: center; justify-content: space-between;
  padding: 18px 40px; background: rgba(10,14,26,0.95);
  backdrop-filter: blur(10px); border-bottom: 1px solid var(--border);
  position: sticky; top: 0; z-index: 100;
}
.logo { font-size: 1.4rem; font-weight: 800; background: linear-gradient(135deg, #3b82f6, #6366f1); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
.nav-links { display: flex; gap: 24px; align-items: center; }
.nav-links a { color: var(--text2); font-size: 0.9rem; transition: color 0.2s; }
.nav-links a:hover { color: var(--text); }
.btn { padding: 10px 24px; border-radius: 8px; font-size: 0.9rem; font-weight: 600; cursor: pointer; border: none; transition: all 0.2s; display: inline-flex; align-items: center; gap: 8px; }
.btn-primary { background: linear-gradient(135deg, var(--accent), var(--accent2)); color: white; }
.btn-primary:hover { opacity: 0.9; transform: translateY(-1px); box-shadow: 0 8px 25px rgba(99,102,241,0.4); }
.btn-outline { background: transparent; border: 1px solid var(--border); color: var(--text); }
.btn-outline:hover { border-color: var(--accent); color: var(--accent); }
.btn-green { background: var(--green); color: white; }
.btn-red { background: var(--red); color: white; }
.hero { text-align: center; padding: 100px 20px 80px; max-width: 900px; margin: 0 auto; }
.badge { display: inline-block; background: rgba(59,130,246,0.15); border: 1px solid rgba(59,130,246,0.3); color: var(--accent); padding: 6px 16px; border-radius: 20px; font-size: 0.8rem; font-weight: 600; margin-bottom: 24px; letter-spacing: 0.05em; }
.hero h1 { font-size: clamp(2.2rem, 5vw, 3.8rem); font-weight: 800; line-height: 1.15; margin-bottom: 20px; }
.hero h1 span { background: linear-gradient(135deg, #3b82f6, #a855f7); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
.hero p { font-size: 1.15rem; color: var(--text2); max-width: 600px; margin: 0 auto 40px; line-height: 1.7; }
.hero-btns { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }
.features-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 20px; padding: 0 40px; max-width: 1200px; margin: 0 auto 80px; }
.feature-card { background: var(--bg2); border: 1px solid var(--border); border-radius: var(--radius); padding: 28px; transition: border-color 0.2s, transform 0.2s; }
.feature-card:hover { border-color: var(--accent); transform: translateY(-2px); }
.feature-icon { font-size: 2rem; margin-bottom: 14px; }
.feature-card h3 { font-size: 1rem; font-weight: 700; margin-bottom: 8px; }
.feature-card p { color: var(--text2); font-size: 0.875rem; line-height: 1.6; }
.section { padding: 80px 40px; max-width: 1200px; margin: 0 auto; }
.section-title { text-align: center; font-size: 2rem; font-weight: 800; margin-bottom: 12px; }
.section-sub { text-align: center; color: var(--text2); margin-bottom: 50px; }
.stats-row { display: flex; gap: 30px; justify-content: center; flex-wrap: wrap; margin-bottom: 60px; }
.stat-box { background: var(--bg2); border: 1px solid var(--border); border-radius: var(--radius); padding: 30px 40px; text-align: center; }
.stat-num { font-size: 2.5rem; font-weight: 800; background: linear-gradient(135deg, #3b82f6, #6366f1); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
.stat-label { color: var(--text2); font-size: 0.875rem; margin-top: 4px; }
.countries-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); gap: 12px; }
.country-item { background: var(--bg2); border: 1px solid var(--border); border-radius: 8px; padding: 12px 16px; display: flex; align-items: center; gap: 10px; font-size: 0.875rem; }
.country-item:hover { border-color: var(--accent); }
.footer { background: var(--bg2); border-top: 1px solid var(--border); padding: 40px; text-align: center; color: var(--text2); font-size: 0.85rem; margin-top: 80px; }
.card { background: var(--bg2); border: 1px solid var(--border); border-radius: var(--radius); padding: 40px; }
.form-group { margin-bottom: 20px; }
.form-label { display: block; font-size: 0.875rem; font-weight: 600; margin-bottom: 8px; color: var(--text2); }
.form-input { width: 100%; padding: 14px 18px; background: var(--bg3); border: 1px solid var(--border); border-radius: 8px; color: var(--text); font-size: 1rem; outline: none; transition: border-color 0.2s; letter-spacing: 0.05em; }
.form-input:focus { border-color: var(--accent); }
.form-input::placeholder { color: #4b5563; }
.alert { padding: 14px 18px; border-radius: 8px; font-size: 0.875rem; margin-bottom: 20px; display: none; }
.alert-error { background: rgba(239,68,68,0.1); border: 1px solid rgba(239,68,68,0.3); color: #fca5a5; }
.alert-success { background: rgba(16,185,129,0.1); border: 1px solid rgba(16,185,129,0.3); color: #6ee7b7; }
.timer-circle { width: 180px; height: 180px; border-radius: 50%; background: conic-gradient(var(--accent) 0deg, var(--bg3) 0deg); display: flex; align-items: center; justify-content: center; margin: 0 auto 30px; position: relative; }
.timer-inner { width: 150px; height: 150px; border-radius: 50%; background: var(--bg2); display: flex; flex-direction: column; align-items: center; justify-content: center; }
.timer-text { font-size: 1.8rem; font-weight: 800; font-variant-numeric: tabular-nums; }
.timer-label { font-size: 0.75rem; color: var(--text2); margin-top: 4px; }
.progress-bar { width: 100%; height: 8px; background: var(--bg3); border-radius: 4px; overflow: hidden; margin: 20px 0; }
.progress-fill { height: 100%; background: linear-gradient(90deg, var(--accent), var(--accent2)); border-radius: 4px; transition: width 1s linear; }
.status-dot { width: 10px; height: 10px; border-radius: 50%; display: inline-block; margin-right: 8px; }
.status-green { background: var(--green); box-shadow: 0 0 8px var(--green); animation: pulse 2s infinite; }
@keyframes pulse { 0%,100%{opacity:1} 50%{opacity:0.5} }
.table { width: 100%; border-collapse: collapse; }
.table th { text-align: left; padding: 12px 16px; font-size: 0.8rem; font-weight: 600; color: var(--text2); border-bottom: 1px solid var(--border); text-transform: uppercase; letter-spacing: 0.05em; }
.table td { padding: 14px 16px; font-size: 0.875rem; border-bottom: 1px solid var(--border); }
.table tr:last-child td { border-bottom: none; }
.table tr:hover td { background: rgba(255,255,255,0.02); }
.tag { display: inline-block; padding: 3px 10px; border-radius: 20px; font-size: 0.75rem; font-weight: 600; }
.tag-green { background: rgba(16,185,129,0.15); color: #6ee7b7; }
.tag-yellow { background: rgba(245,158,11,0.15); color: #fcd34d; }
.tag-red { background: rgba(239,68,68,0.15); color: #fca5a5; }
.divider { border: none; border-top: 1px solid var(--border); margin: 30px 0; }
@media(max-width:768px){ .navbar{padding:16px 20px;} .features-grid{padding:0 20px;} .section{padding:60px 20px;} .hero{padding:60px 20px;} }
