:root {
  --primary: #1E3A8A;
  --primary-dark: #14275f;
  --accent: #F59E0B;
  --green: #2E8B57;
  --gold: #F7C948;
  --text: #1f2937;
  --muted: #6b7280;
  --bg: #F8FBFF;
  --soft: #EFF6FF;
  --white: #ffffff;
  --border: #e5e7eb;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: Arial, Helvetica, sans-serif; color: var(--text); background: var(--bg); line-height: 1.6; overflow-x: hidden; }
a { color: var(--primary); text-decoration: none; }
.container { width: min(1120px, calc(100% - 32px)); margin: 0 auto; }
.site-header { position: sticky; top: 0; z-index: 20; background: rgba(255,255,255,.98); border-bottom: 1px solid var(--border); backdrop-filter: blur(12px); }
.nav { min-height: 86px; display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.logo, .footer-logo { display: inline-flex; align-items: center; gap: 12px; min-width: 0; flex-shrink: 1; }
.logo-mark { width: 58px; height: 58px; flex: 0 0 58px; display: inline-flex; align-items: center; justify-content: center; background: #ffffff; border: 1px solid #e7edf5; border-radius: 18px; box-shadow: 0 8px 20px rgba(30,58,138,.10); overflow: visible; }
.logo-mark img { width: 50px; height: 50px; display: block; object-fit: contain; }
.logo-text { display: flex; flex-direction: column; line-height: 1.05; white-space: nowrap; }
.logo-text strong { font-size: clamp(1.18rem, 1.9vw, 1.65rem); font-weight: 900; letter-spacing: -0.03em; color: var(--primary); }
.logo-text small { margin-top: 7px; font-size: .72rem; font-weight: 900; letter-spacing: .04em; text-transform: uppercase; color: var(--green); }
.nav-links { display: flex; align-items: center; gap: 14px; font-weight: 700; flex-shrink: 0; }
.menu-toggle { display: none; border: 0; background: var(--primary); color: white; border-radius: 12px; font-size: 26px; padding: 6px 12px; }
.btn { display: inline-flex; align-items: center; justify-content: center; background: var(--accent); color: white; padding: 14px 22px; border-radius: 999px; font-weight: 800; box-shadow: 0 10px 24px rgba(245,158,11,.25); border: 0; cursor: pointer; font-size: 1rem; }
.btn:disabled { opacity: .65; cursor: not-allowed; }
.btn-small { padding: 9px 16px; }
.btn-outline { background: white; color: var(--primary); border: 2px solid var(--primary); box-shadow: none; }
.hero { padding: 86px 0 70px; background: radial-gradient(circle at top right, #fff7df 0, transparent 35%), linear-gradient(135deg, #eff6ff 0%, #ffffff 55%, #ecfdf5 100%); }
.hero-grid { display: grid; grid-template-columns: 1.15fr .85fr; align-items: center; gap: 50px; }
.eyebrow, .section-label { color: var(--accent); font-weight: 900; text-transform: uppercase; letter-spacing: .08em; font-size: .82rem; }
h1, h2, h3 { margin: 0 0 16px; line-height: 1.1; color: var(--primary-dark); }
h1 { font-size: clamp(2.4rem, 5vw, 4.8rem); }
h2 { font-size: clamp(2rem, 3vw, 3rem); }
.hero-text { font-size: 1.18rem; max-width: 660px; color: #374151; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 28px; }
.install-card { display: inline-flex; gap: 10px; align-items: center; flex-wrap: wrap; margin-top: 22px; padding: 14px 16px; background: white; border: 1px solid var(--border); border-left: 6px solid var(--green); border-radius: 18px; box-shadow: 0 12px 30px rgba(15,23,42,.06); }
.hero-card { background: white; border: 1px solid var(--border); border-radius: 34px; padding: 34px; text-align: center; box-shadow: 0 24px 60px rgba(30,58,138,.14); }
.hero-card img { width: min(260px, 80%); border-radius: 34px; margin-bottom: 22px; }
.section { padding: 76px 0; }
.soft-bg { background: var(--soft); }
.split { display: grid; grid-template-columns: .9fr 1.1fr; gap: 54px; align-items: center; }
.reverse { grid-template-columns: 1fr 1fr; }
.cards { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; margin-top: 34px; }
.card, .trust-box, .contact-card, .cta-card, .join-form, .verification-card, .admin-card, .stat-card { background: white; border: 1px solid var(--border); border-radius: 26px; box-shadow: 0 14px 38px rgba(15,23,42,.07); }
.card { padding: 26px; }
.card span { font-size: 2rem; }
.card h3 { margin-top: 16px; }
.trust-box { padding: 34px; border-left: 8px solid var(--green); }
.trust-box li { margin: 12px 0; font-weight: 700; }
.verification-section { background: var(--soft); }
.verification-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 42px; align-items: start; }
.verification-grid p { font-size: 1.05rem; color: #374151; }
.aadhaar-note { background: #fff7df; border-left: 6px solid var(--accent); border-radius: 18px; padding: 18px 20px; }
.verification-card { padding: 30px; }
.verification-list { display: grid; gap: 16px; }
.verification-list div { display: grid; grid-template-columns: 42px 1fr; column-gap: 12px; align-items: start; padding: 14px; background: #f8fbff; border-radius: 18px; border: 1px solid #e7edf5; }
.verification-list span { grid-row: 1 / span 2; font-size: 1.5rem; }
.verification-list strong { color: var(--primary-dark); }
.verification-list small { color: var(--muted); font-weight: 700; }
.global-section { background: linear-gradient(135deg, #ffffff 0%, #eff6ff 55%, #fff7df 100%); }
.global-intro { max-width: 820px; font-size: 1.08rem; color: #374151; }
.country-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin: 28px 0; }
.country-grid span { background: white; border: 1px solid var(--border); border-radius: 18px; padding: 16px 18px; font-weight: 900; color: var(--primary-dark); box-shadow: 0 12px 28px rgba(15,23,42,.06); }
.launch-note { background: #ffffff; border-left: 6px solid var(--accent); border-radius: 18px; padding: 18px 20px; max-width: 880px; box-shadow: 0 12px 28px rgba(15,23,42,.06); }
.join-section { background: linear-gradient(135deg, #f8fbff 0%, #fff7df 45%, #ecfdf5 100%); }
.join-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 42px; align-items: start; }
.join-copy p { font-size: 1.05rem; color: #374151; }
.privacy-note { margin-top: 24px; background: #ffffff; border-left: 6px solid var(--green); border-radius: 18px; padding: 18px 20px; box-shadow: 0 10px 30px rgba(15,23,42,.06); }
.join-form { padding: 30px; }
.form-row { margin-bottom: 18px; }
.form-row label, .consent-line { display: block; font-weight: 800; color: var(--primary-dark); margin-bottom: 8px; }
.form-row input, .form-row textarea, .form-row select, .admin-login-form input, .admin-tools input { width: 100%; border: 1px solid #d7dde8; border-radius: 14px; padding: 13px 14px; font: inherit; color: var(--text); background: #fff; }
.form-row input:focus, .form-row textarea:focus, .form-row select:focus, .admin-login-form input:focus, .admin-tools input:focus { outline: 3px solid rgba(245,158,11,.25); border-color: var(--accent); }
.two-cols { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.consent-line { display: flex; gap: 10px; align-items: flex-start; font-size: .96rem; line-height: 1.4; margin: 8px 0 20px; }
.consent-line input { margin-top: 4px; }
.form-submit { width: 100%; }
.form-help { margin: 12px 0 0; color: var(--muted); font-size: .9rem; text-align: center; }
.success-text { color: #0f7a3d; font-weight: 800; }
.error-text { color: #b42318; font-weight: 800; }
.contact-grid { display: grid; grid-template-columns: 1fr .8fr; gap: 40px; align-items: start; }
.contact-card { padding: 32px; }
.contact-card p { color: var(--muted); margin-bottom: 4px; font-weight: 800; }
.contact-card a, .contact-card strong { display: block; margin-bottom: 18px; font-size: 1.12rem; }
.footer { padding: 34px 0; background: #0f1f49; color: white; }
.footer-inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.footer-logo { background: white; border-radius: 20px; padding: 10px 16px; }
.footer p { margin: 0; color: #e5e7eb; font-weight: 700; }
.hidden { display: none !important; }
.admin-section { background: linear-gradient(135deg, #f8fbff 0%, #eff6ff 100%); min-height: calc(100vh - 86px); }
.admin-card { padding: 30px; max-width: 520px; }
.admin-login-form { display: grid; gap: 12px; }
.warning-box { background: #fff7df; border: 1px solid #f6d36f; border-left: 6px solid var(--accent); border-radius: 18px; padding: 18px; margin-bottom: 24px; font-weight: 800; }
.stats-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 16px; margin: 24px 0; }
.stat-card { padding: 22px; }
.stat-card strong { display: block; font-size: 2rem; color: var(--primary); }
.stat-card span { font-weight: 800; color: var(--muted); }
.admin-tools { display: flex; gap: 14px; align-items: center; margin-bottom: 18px; }
.table-wrap { overflow-x: auto; background: white; border: 1px solid var(--border); border-radius: 20px; box-shadow: 0 14px 38px rgba(15,23,42,.07); }
.users-table { width: 100%; border-collapse: collapse; min-width: 940px; }
.users-table th, .users-table td { padding: 14px 12px; border-bottom: 1px solid var(--border); text-align: left; vertical-align: top; }
.users-table th { color: var(--primary-dark); background: #f8fbff; font-size: .9rem; }
.users-table small { color: var(--muted); font-weight: 700; }
.table-actions { display: flex; gap: 6px; flex-wrap: wrap; }
.table-actions button { border: 1px solid var(--border); background: #fff; border-radius: 999px; padding: 6px 10px; cursor: pointer; font-weight: 800; color: var(--primary); }
@media (max-width: 980px) { .nav-links { gap: 10px; font-size: .86rem; } .stats-grid, .country-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 850px) {
  .menu-toggle { display: block; }
  .nav { min-height: 78px; }
  .nav-links { position: absolute; top: 78px; left: 0; right: 0; background: white; flex-direction: column; align-items: stretch; padding: 18px 24px 28px; border-bottom: 1px solid var(--border); display: none; }
  .nav-links.open { display: flex; }
  .hero-grid, .split, .reverse, .contact-grid, .join-grid, .verification-grid { grid-template-columns: 1fr; }
  .cards { grid-template-columns: 1fr; }
  .hero { padding-top: 48px; }
  .footer-inner { flex-direction: column; text-align: center; }
  .logo-mark { width: 52px; height: 52px; flex-basis: 52px; border-radius: 15px; }
  .logo-mark img { width: 46px; height: 46px; }
  .logo-text strong { font-size: 1.1rem; }
  .logo-text small { font-size: .63rem; letter-spacing: .03em; }
}
@media (max-width: 560px) { .two-cols, .stats-grid, .country-grid { grid-template-columns: 1fr; } .join-form { padding: 22px; } .admin-tools { flex-direction: column; align-items: stretch; } }
@media (max-width: 430px) { .logo { gap: 8px; } .logo-mark { width: 46px; height: 46px; flex-basis: 46px; } .logo-mark img { width: 40px; height: 40px; } .logo-text strong { font-size: .98rem; } .logo-text small { font-size: .55rem; } }
