:root {
  --navy: #1e2d7d;
  --navy-dark: #0e1540;
  --navy-light: #3248b4;
  --navy-deep: #080c28;
  --gold: #f59e0b;
  --gold-light: #fbbf24;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: 'Inter', sans-serif; color: #1f2937; background: #fff; }

/* ── Announcement Bar ── */
.announce-bar {
  background: var(--navy-deep);
  color: #fcd34d;
  text-align: center;
  padding: 8px 16px;
  font-size: 12px;
  font-weight: 500;
}
.announce-bar a { color: #fcd34d; text-decoration: underline; }

/* ── Navigation ── */
.navbar {
  background: #fff;
  box-shadow: 0 1px 8px rgba(0,0,0,0.07);
  position: sticky;
  top: 0;
  z-index: 1000;
  border-bottom: 1px solid #f1f5f9;
}
.nav-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 12px 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.nav-logo { display: flex; align-items: center; gap: 12px; text-decoration: none; }
.nav-logo img { height: 48px; width: 48px; object-fit: contain; }
.nav-logo-text .brand { font-family: 'Playfair Display', serif; font-weight: 700; font-size: 22px; color: var(--navy); }
.nav-logo-text .sub { font-size: 11px; color: #6b7280; }
.nav-links { display: flex; align-items: center; gap: 24px; }
.nav-links a { text-decoration: none; font-size: 14px; font-weight: 500; color: #374151; transition: color 0.2s; }
.nav-links a:hover, .nav-links a.active { color: var(--gold); }
.btn-nav {
  background: linear-gradient(135deg, var(--navy-light), var(--navy));
  color: #fff !important;
  padding: 10px 20px;
  border-radius: 10px;
  font-weight: 600 !important;
  font-size: 13px !important;
}
.btn-nav:hover { opacity: 0.9; transform: translateY(-1px); }
.hamburger { display: none; background: none; border: none; font-size: 22px; color: var(--navy); cursor: pointer; }
.mobile-nav { display: none; background: var(--navy-deep); padding: 16px 24px; }
.mobile-nav.open { display: block; }
.mobile-nav a { display: block; color: #fff; text-decoration: none; padding: 10px 0; font-size: 14px; border-bottom: 1px solid rgba(255,255,255,0.1); }
.mobile-nav .btn-mob { background: linear-gradient(135deg,var(--gold),#d97706); color: #fff; text-align: center; border-radius: 8px; margin-top: 10px; padding: 12px; font-weight: 600; border: none; }

/* ── Hero ── */
.hero {
  background: linear-gradient(135deg, var(--navy-deep) 0%, var(--navy-dark) 35%, var(--navy) 65%, var(--navy-light) 100%);
  color: #fff;
  padding: 100px 24px 120px;
  position: relative;
  overflow: hidden;
}
.hero::before {
  content: '';
  position: absolute; inset: 0;
  background-image: radial-gradient(circle at 25% 50%, rgba(255,255,255,0.04) 1px, transparent 1px),
                    radial-gradient(circle at 75% 50%, rgba(255,255,255,0.04) 1px, transparent 1px);
  background-size: 60px 60px;
}
.hero-inner { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; position: relative; z-index: 1; }
.hero-badge { display: inline-flex; align-items: center; gap: 8px; background: rgba(245,158,11,0.15); border: 1px solid rgba(245,158,11,0.3); color: #fcd34d; padding: 6px 14px; border-radius: 999px; font-size: 12px; font-weight: 600; margin-bottom: 24px; }
.hero h1 { font-family: 'Playfair Display', serif; font-size: 52px; font-weight: 700; line-height: 1.15; margin-bottom: 20px; }
.hero h1 span { color: var(--gold); }
.hero p { color: #bfdbfe; font-size: 17px; line-height: 1.7; margin-bottom: 32px; max-width: 500px; }
.hero-btns { display: flex; gap: 16px; flex-wrap: wrap; }
.btn-gold { background: linear-gradient(135deg, var(--gold), #d97706); color: #fff; padding: 14px 32px; border-radius: 12px; font-weight: 600; font-size: 14px; text-decoration: none; display: inline-flex; align-items: center; gap: 8px; border: none; cursor: pointer; transition: all 0.3s; }
.btn-gold:hover { transform: translateY(-2px); box-shadow: 0 8px 20px rgba(245,158,11,0.4); }
.btn-outline { background: rgba(255,255,255,0.1); color: #fff; padding: 14px 32px; border-radius: 12px; font-weight: 600; font-size: 14px; text-decoration: none; display: inline-flex; align-items: center; gap: 8px; border: 1px solid rgba(255,255,255,0.25); transition: all 0.3s; }
.btn-outline:hover { background: rgba(255,255,255,0.2); }
.hero-stats { display: flex; gap: 32px; margin-top: 40px; padding-top: 32px; border-top: 1px solid rgba(255,255,255,0.15); }
.hero-stat .num { font-size: 26px; font-weight: 800; color: var(--gold); }
.hero-stat .lbl { font-size: 11px; color: #93c5fd; margin-top: 2px; }
.hero-visual { display: flex; justify-content: center; align-items: center; }
.hero-globe-wrap { width: 320px; height: 320px; border-radius: 50%; border: 2px solid rgba(100,130,220,0.3); display: flex; align-items: center; justify-content: center; background: rgba(30,45,125,0.3); backdrop-filter: blur(10px); }
.hero-globe-inner { width: 256px; height: 256px; border-radius: 50%; border: 1px solid rgba(245,158,11,0.25); display: flex; align-items: center; justify-content: center; background: rgba(14,21,64,0.5); }
.hero-globe-inner img { width: 140px; height: 140px; object-fit: contain; animation: pulse 3s ease-in-out infinite; }
@keyframes pulse { 0%,100%{opacity:.85;transform:scale(1)} 50%{opacity:1;transform:scale(1.04)} }
.hero-badge-tl { position: absolute; top: -10px; right: -10px; background: var(--gold); color: var(--navy-dark); border-radius: 12px; padding: 10px 14px; text-align: center; box-shadow: 0 4px 16px rgba(245,158,11,0.4); }
.hero-badge-br { position: absolute; bottom: -10px; left: -10px; background: var(--navy); border: 1px solid rgba(100,130,220,0.4); border-radius: 12px; padding: 10px 14px; text-align: center; color: #fff; }
.hero-rel { position: relative; }
.wave-bottom { position: absolute; bottom: 0; left: 0; right: 0; }

/* ── Sections ── */
.section { padding: 80px 24px; }
.section-inner { max-width: 1200px; margin: 0 auto; }
.section-title { text-align: center; margin-bottom: 56px; }
.section-badge { display: inline-flex; align-items: center; gap: 6px; background: #eef0f8; color: var(--navy); padding: 5px 14px; border-radius: 999px; font-size: 12px; font-weight: 600; margin-bottom: 14px; }
.section-badge.gold-badge { background: #fef3c7; color: #92400e; }
.section-badge.dark-badge { background: rgba(255,255,255,0.1); color: #fcd34d; border: 1px solid rgba(245,158,11,0.3); }
.section-title h2 { font-family: 'Playfair Display', serif; font-size: 38px; font-weight: 700; color: var(--navy); margin-bottom: 14px; }
.section-title p { color: #6b7280; font-size: 16px; max-width: 600px; margin: 0 auto; line-height: 1.7; }
.section-title h2.white { color: #fff; }
.section-title p.light { color: #93c5fd; }

/* ── Cards ── */
.cards-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.cards-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.cards-2 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.card { background: #fff; border-radius: 20px; padding: 28px; border: 1px solid #f1f5f9; box-shadow: 0 2px 8px rgba(0,0,0,0.04); transition: all 0.3s; }
.card:hover { transform: translateY(-5px); box-shadow: 0 16px 40px rgba(14,21,64,0.12); }
.card-dark { background: linear-gradient(135deg, var(--navy), var(--navy-dark)); color: #fff; }
.card-icon { width: 48px; height: 48px; border-radius: 12px; display: flex; align-items: center; justify-content: center; margin-bottom: 16px; font-size: 20px; }
.card h3 { font-weight: 700; font-size: 15px; color: var(--navy); margin-bottom: 10px; }
.card-dark h3 { color: #fff; }
.card p { font-size: 13px; color: #6b7280; line-height: 1.7; }
.card-dark p { color: #93c5fd; }
.card ul { list-style: none; margin-top: 14px; }
.card ul li { font-size: 12px; color: #6b7280; display: flex; align-items: center; gap: 8px; padding: 4px 0; }
.card ul li i { font-size: 10px; color: var(--navy-light); }
.card .card-btn { display: block; text-align: center; margin-top: 18px; padding: 10px; border-radius: 10px; background: var(--navy); color: #fff; font-size: 12px; font-weight: 600; text-decoration: none; transition: opacity 0.2s; }
.card .card-btn:hover { opacity: 0.85; }
.card-num { font-size: 56px; font-weight: 900; opacity: 0.08; color: var(--navy); line-height: 1; margin-bottom: -10px; }

/* ── Stats bar ── */
.stats-bar { background: #fff; padding: 32px 24px; border-bottom: 1px solid #f1f5f9; }
.stats-inner { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: repeat(4,1fr); text-align: center; }
.stat-item { padding: 12px; border-right: 1px solid #f1f5f9; }
.stat-item:last-child { border-right: none; }
.stat-num { font-size: 32px; font-weight: 800; color: var(--navy); }
.stat-lbl { font-size: 13px; color: #6b7280; margin-top: 4px; }

/* ── Dark section ── */
.dark-section { background: linear-gradient(135deg, var(--navy-deep), var(--navy)); padding: 80px 24px; }
.dark-section .card { background: rgba(255,255,255,0.05); border: 1px solid rgba(50,72,180,0.3); }
.dark-section .card h3 { color: #fff; }
.dark-section .card p { color: #93c5fd; }
.prog-icon { width: 40px; height: 40px; border-radius: 10px; display: flex; align-items: center; justify-content: center; background: rgba(245,158,11,0.15); margin-bottom: 14px; }
.prog-icon i { color: var(--gold); font-size: 16px; }

/* ── CTA boxes ── */
.cta-card { border-radius: 20px; padding: 28px; text-decoration: none; display: block; transition: all 0.3s; border: 1px solid #e5e7eb; }
.cta-card:hover { transform: translateY(-4px); box-shadow: 0 12px 32px rgba(0,0,0,0.1); }
.cta-card.featured { background: linear-gradient(135deg, var(--navy), var(--navy-dark)); border-color: var(--navy); }
.cta-card i { font-size: 24px; margin-bottom: 12px; display: block; }
.cta-card h3 { font-weight: 700; font-size: 14px; color: var(--navy); margin-bottom: 6px; }
.cta-card.featured h3 { color: #fff; }
.cta-card p { font-size: 12px; color: #6b7280; }
.cta-card.featured p { color: #93c5fd; }
.cta-link { font-size: 12px; font-weight: 600; color: var(--navy-light); margin-top: 12px; display: block; }
.cta-card.featured .cta-link { color: var(--gold); }

/* ── Page Header ── */
.page-header { background: linear-gradient(135deg, var(--navy-deep), var(--navy-dark), var(--navy), var(--navy-light)); color: #fff; padding: 80px 24px 100px; text-align: center; position: relative; }
.page-header h1 { font-family: 'Playfair Display', serif; font-size: 44px; font-weight: 700; margin-bottom: 14px; }
.page-header p { color: #93c5fd; font-size: 17px; max-width: 600px; margin: 0 auto; }

/* ── Council cards ── */
.council-card { background: #fff; border-radius: 20px; border: 1px solid #f1f5f9; overflow: hidden; margin-bottom: 28px; box-shadow: 0 2px 8px rgba(0,0,0,0.04); transition: all 0.3s; }
.council-card:hover { box-shadow: 0 12px 32px rgba(14,21,64,0.1); }
.council-body { display: grid; grid-template-columns: 2fr 1fr; gap: 0; }
.council-main { padding: 36px; }
.council-side { padding: 36px; background: #f9fafb; border-left: 1px solid #f1f5f9; }
.council-head { display: flex; align-items: center; gap: 16px; margin-bottom: 16px; }
.council-icon { width: 52px; height: 52px; border-radius: 14px; display: flex; align-items: center; justify-content: center; font-size: 22px; color: #fff; flex-shrink: 0; }
.council-num { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.08em; margin-bottom: 4px; }
.council-abbr { display: inline-block; padding: 3px 10px; border-radius: 999px; font-size: 11px; font-weight: 700; color: #fff; }
.council-title { font-family: 'Playfair Display', serif; font-size: 20px; font-weight: 700; color: var(--navy); margin-bottom: 10px; }
.council-focus { display: inline-flex; align-items: center; gap: 6px; background: #eef0f8; color: var(--navy); padding: 4px 12px; border-radius: 999px; font-size: 11px; font-weight: 600; margin-bottom: 14px; }
.council-desc { font-size: 14px; color: #6b7280; line-height: 1.75; }
.council-side h4 { font-weight: 700; font-size: 13px; color: var(--navy); margin-bottom: 14px; }
.service-list { list-style: none; }
.service-list li { font-size: 13px; color: #6b7280; display: flex; align-items: flex-start; gap: 10px; padding: 6px 0; border-bottom: 1px solid #f1f5f9; }
.service-list li:last-child { border-bottom: none; }
.service-list li i { margin-top: 2px; flex-shrink: 0; }
.council-btn { display: block; text-align: center; padding: 11px; border-radius: 10px; font-size: 13px; font-weight: 600; color: #fff; text-decoration: none; margin-top: 16px; transition: opacity 0.2s; }
.council-btn:hover { opacity: 0.85; }

/* ── Apply page ── */
.apply-nav { background: #f9fafb; border-bottom: 1px solid #e5e7eb; padding: 12px 24px; position: sticky; top: 72px; z-index: 100; overflow-x: auto; white-space: nowrap; }
.apply-nav-inner { max-width: 1200px; margin: 0 auto; display: flex; gap: 8px; }
.apply-tab { padding: 8px 16px; border-radius: 8px; font-size: 13px; font-weight: 500; text-decoration: none; color: #6b7280; background: #fff; border: 1px solid #e5e7eb; display: inline-flex; align-items: center; gap: 6px; transition: all 0.2s; white-space: nowrap; }
.apply-tab:hover, .apply-tab.active { background: var(--navy); color: #fff; border-color: var(--navy); }

/* ── Application Form ── */
.app-forms { max-width: 900px; margin: 0 auto; padding: 60px 24px; }
.app-form-card { background: #fff; border-radius: 20px; border: 1px solid #f1f5f9; box-shadow: 0 2px 12px rgba(0,0,0,0.05); margin-bottom: 60px; overflow: hidden; scroll-margin-top: 140px; }
.app-form-header { padding: 28px 32px; color: #fff; display: flex; align-items: center; gap: 16px; }
.app-form-header-icon { width: 48px; height: 48px; border-radius: 12px; background: rgba(255,255,255,0.2); display: flex; align-items: center; justify-content: center; font-size: 20px; flex-shrink: 0; }
.app-form-header h2 { font-family: 'Playfair Display', serif; font-size: 22px; font-weight: 700; margin-bottom: 4px; }
.app-form-header p { font-size: 13px; opacity: 0.85; }
.app-form-body { padding: 32px; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.form-full { grid-column: 1 / -1; }
.form-group label { display: block; font-size: 13px; font-weight: 600; color: #374151; margin-bottom: 6px; }
.form-group label span { color: #ef4444; }
.form-group input, .form-group select, .form-group textarea {
  width: 100%; padding: 11px 14px; border: 1.5px solid #e5e7eb; border-radius: 10px;
  font-size: 14px; color: #1f2937; background: #fff; outline: none;
  transition: border-color 0.2s, box-shadow 0.2s; font-family: inherit;
}
.form-group input:focus, .form-group select:focus, .form-group textarea:focus {
  border-color: var(--navy-light); box-shadow: 0 0 0 3px rgba(50,72,180,0.1);
}
.form-group textarea { resize: vertical; min-height: 110px; }
.form-group input.error { border-color: #ef4444; }
.form-actions { margin-top: 28px; display: flex; align-items: center; gap: 20px; flex-wrap: wrap; }
.btn-submit { background: linear-gradient(135deg, var(--navy-light), var(--navy)); color: #fff; border: none; padding: 13px 32px; border-radius: 12px; font-size: 14px; font-weight: 600; cursor: pointer; display: flex; align-items: center; gap: 8px; transition: all 0.3s; font-family: inherit; }
.btn-submit:hover { transform: translateY(-2px); box-shadow: 0 6px 20px rgba(30,45,125,0.4); }
.btn-submit:disabled { opacity: 0.6; cursor: not-allowed; transform: none; }
.form-note { font-size: 12px; color: #9ca3af; line-height: 1.5; max-width: 400px; }
.form-error { background: #fef2f2; border: 1px solid #fecaca; border-radius: 10px; padding: 14px 16px; display: flex; align-items: center; gap: 10px; margin-bottom: 20px; display: none; }
.form-error i { color: #ef4444; }
.form-error span { font-size: 13px; color: #991b1b; font-weight: 500; }
.form-success { background: #f0fdf4; border: 1px solid #bbf7d0; border-radius: 14px; padding: 32px; text-align: center; display: none; }
.form-success .success-icon { width: 60px; height: 60px; border-radius: 50%; background: #dcfce7; display: flex; align-items: center; justify-content: center; margin: 0 auto 16px; font-size: 24px; color: #16a34a; }
.form-success h3 { font-weight: 700; color: #166534; font-size: 18px; margin-bottom: 8px; }
.form-success p { color: #15803d; font-size: 14px; margin-bottom: 12px; }
.ref-badge { background: #dcfce7; border-radius: 8px; padding: 8px 16px; display: inline-block; font-family: monospace; font-size: 13px; color: #166534; font-weight: 700; }

/* ── Contact page ── */
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: start; }
.contact-info-card { text-align: center; background: #f9fafb; border-radius: 20px; padding: 32px 24px; border: 1px solid #f1f5f9; transition: all 0.3s; }
.contact-info-card:hover { transform: translateY(-4px); box-shadow: 0 10px 28px rgba(14,21,64,0.08); }
.contact-icon { width: 56px; height: 56px; border-radius: 16px; background: linear-gradient(135deg, var(--navy), var(--navy-light)); display: flex; align-items: center; justify-content: center; font-size: 20px; color: #fff; margin: 0 auto 14px; }
.contact-info-card h3 { font-weight: 700; font-size: 15px; color: var(--navy); margin-bottom: 6px; }
.contact-info-card .info { font-size: 14px; color: #1f2937; font-weight: 500; }
.contact-info-card .sub { font-size: 12px; color: #6b7280; margin-top: 2px; }
.regional-office { display: flex; align-items: flex-start; gap: 14px; padding: 14px 16px; background: #f9fafb; border-radius: 12px; border: 1px solid #f1f5f9; margin-bottom: 10px; }
.regional-icon { width: 40px; height: 40px; border-radius: 10px; background: linear-gradient(135deg, var(--navy), var(--navy-light)); display: flex; align-items: center; justify-content: center; font-size: 14px; color: #fff; flex-shrink: 0; }
.regional-info h4 { font-size: 13px; font-weight: 700; color: var(--navy); margin-bottom: 2px; }
.regional-info .cities { font-size: 12px; color: #6b7280; }
.regional-info a { font-size: 12px; color: var(--navy-light); text-decoration: none; }
.quick-links-box { background: linear-gradient(135deg, var(--navy), var(--navy-dark)); border-radius: 16px; padding: 24px; margin-top: 24px; }
.quick-links-box h3 { color: #fff; font-weight: 700; font-size: 15px; margin-bottom: 14px; }
.quick-links-box a { display: flex; align-items: center; gap: 12px; color: #93c5fd; text-decoration: none; font-size: 13px; padding: 8px 0; transition: color 0.2s; }
.quick-links-box a:hover { color: #fff; }
.quick-links-box a i { color: var(--gold); width: 16px; }

/* ── Footer ── */
.footer { background: var(--navy-deep); color: #fff; padding: 64px 24px 32px; }
.footer-inner { max-width: 1200px; margin: 0 auto; }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 40px; margin-bottom: 48px; }
.footer-logo { display: flex; align-items: center; gap: 12px; margin-bottom: 16px; }
.footer-logo img { height: 48px; width: 48px; object-fit: contain; }
.footer-logo .brand { font-family: 'Playfair Display', serif; font-size: 20px; font-weight: 700; }
.footer-logo .sub { font-size: 11px; color: #6b7280; }
.footer-desc { font-size: 13px; color: #6b7280; line-height: 1.75; margin-bottom: 20px; }
.footer-socials { display: flex; gap: 10px; }
.social-btn { width: 36px; height: 36px; border-radius: 50%; background: rgba(50,72,180,0.25); display: flex; align-items: center; justify-content: center; color: #9ca3af; text-decoration: none; font-size: 13px; transition: all 0.2s; }
.social-btn:hover { background: var(--navy-light); color: #fff; }
.footer h4 { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.08em; color: var(--gold); margin-bottom: 16px; }
.footer ul { list-style: none; }
.footer ul li { margin-bottom: 10px; }
.footer ul li a { font-size: 13px; color: #6b7280; text-decoration: none; display: flex; align-items: center; gap: 8px; transition: color 0.2s; }
.footer ul li a:hover { color: #fff; }
.footer ul li a i { color: var(--navy-light); font-size: 10px; }
.footer-contact li { display: flex; align-items: flex-start; gap: 10px; font-size: 13px; color: #6b7280; margin-bottom: 12px; }
.footer-contact li i { color: var(--navy-light); margin-top: 2px; flex-shrink: 0; }
.footer-divider { height: 1px; background: linear-gradient(90deg, transparent, rgba(245,158,11,0.5), transparent); margin-bottom: 24px; }
.footer-bottom { display: flex; justify-content: space-between; align-items: center; flex-wrap: gap; }
.footer-bottom p { font-size: 12px; color: #4b5563; }
.footer-bottom-links { display: flex; gap: 20px; }
.footer-bottom-links a { font-size: 12px; color: #4b5563; text-decoration: none; transition: color 0.2s; }
.footer-bottom-links a:hover { color: #fff; }

/* ── Chatbot ── */
.chatbot-wrap { position: fixed; bottom: 24px; right: 24px; z-index: 9999; }
.chat-toggle { width: 60px; height: 60px; border-radius: 50%; background: linear-gradient(135deg, var(--navy-light), var(--navy)); display: flex; align-items: center; justify-content: center; cursor: pointer; box-shadow: 0 4px 20px rgba(30,45,125,0.5); transition: all 0.3s; border: 2px solid rgba(245,158,11,0.35); }
.chat-toggle:hover { transform: scale(1.08); }
.chat-toggle i { color: #fff; font-size: 24px; }
.chat-window { position: absolute; bottom: 74px; right: 0; width: 360px; height: 520px; background: #0e1540; border-radius: 18px; box-shadow: 0 20px 60px rgba(0,0,0,0.5); display: flex; flex-direction: column; overflow: hidden; border: 1px solid rgba(50,72,180,0.4); display: none; }
.chat-window.open { display: flex; }
.chat-head { padding: 16px; background: linear-gradient(135deg, var(--navy), var(--navy-light)); display: flex; align-items: center; gap: 12px; }
.chat-avatar { width: 40px; height: 40px; border-radius: 50%; background: rgba(255,255,255,0.2); display: flex; align-items: center; justify-content: center; font-size: 18px; color: #fff; flex-shrink: 0; }
.chat-head-info .name { color: #fff; font-weight: 600; font-size: 14px; }
.chat-head-info .status { display: flex; align-items: center; gap: 6px; font-size: 11px; color: #93c5fd; }
.chat-head-info .dot { width: 6px; height: 6px; background: #4ade80; border-radius: 50%; animation: blink 1.5s ease-in-out infinite; }
@keyframes blink { 0%,100%{opacity:1} 50%{opacity:0.4} }
.chat-close { margin-left: auto; color: rgba(255,255,255,0.6); cursor: pointer; font-size: 16px; transition: color 0.2s; background: none; border: none; }
.chat-close:hover { color: #fff; }
.chat-msgs { flex: 1; overflow-y: auto; padding: 16px; display: flex; flex-direction: column; gap: 12px; }
.chat-msgs::-webkit-scrollbar { width: 4px; }
.chat-msgs::-webkit-scrollbar-track { background: transparent; }
.chat-msgs::-webkit-scrollbar-thumb { background: rgba(50,72,180,0.4); border-radius: 2px; }
.msg-bot { background: rgba(50,72,180,0.18); border: 1px solid rgba(50,72,180,0.3); border-radius: 12px 12px 12px 2px; padding: 10px 14px; color: #e2e8f0; font-size: 13px; line-height: 1.65; max-width: 88%; }
.msg-bot a { color: #93c5fd; }
.msg-bot-label { display: flex; align-items: center; gap: 6px; margin-bottom: 6px; font-size: 11px; color: #60a5fa; font-weight: 600; }
.msg-user { background: linear-gradient(135deg, var(--navy-light), var(--navy)); border-radius: 12px 12px 2px 12px; padding: 10px 14px; color: #fff; font-size: 13px; line-height: 1.65; max-width: 82%; align-self: flex-end; }
.quick-replies { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 4px; }
.qr-btn { font-size: 11px; padding: 5px 12px; border-radius: 999px; border: 1px solid rgba(50,72,180,0.4); color: #93c5fd; background: transparent; cursor: pointer; transition: all 0.2s; }
.qr-btn:hover { background: rgba(50,72,180,0.3); color: #fff; }
.typing-dots { display: flex; gap: 4px; align-items: center; padding: 10px 14px; background: rgba(50,72,180,0.18); border-radius: 12px 12px 12px 2px; width: fit-content; }
.typing-dots span { width: 6px; height: 6px; background: var(--navy-light); border-radius: 50%; animation: dot 1.4s ease-in-out infinite; }
.typing-dots span:nth-child(2) { animation-delay: .2s; }
.typing-dots span:nth-child(3) { animation-delay: .4s; }
@keyframes dot { 0%,100%{transform:translateY(0);opacity:.5} 50%{transform:translateY(-6px);opacity:1} }
.chat-input-row { padding: 12px; background: rgba(8,12,40,0.8); border-top: 1px solid rgba(50,72,180,0.3); display: flex; gap: 8px; }
.chat-input { flex: 1; background: rgba(255,255,255,0.07); border: 1px solid rgba(50,72,180,0.35); border-radius: 10px; padding: 9px 13px; color: #fff; font-size: 13px; outline: none; font-family: inherit; }
.chat-input::placeholder { color: rgba(255,255,255,0.35); }
.chat-send { width: 38px; height: 38px; border-radius: 10px; background: linear-gradient(135deg, var(--navy-light), var(--navy)); border: none; display: flex; align-items: center; justify-content: center; cursor: pointer; color: #fff; font-size: 14px; transition: all 0.2s; }
.chat-send:hover { transform: scale(1.05); }

/* ── About page specifics ── */
.values-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 20px; }
.value-card { background: #fff; border-radius: 16px; padding: 24px; text-align: center; border: 1px solid #f1f5f9; box-shadow: 0 2px 6px rgba(0,0,0,0.04); transition: all 0.3s; }
.value-card:hover { transform: translateY(-4px); box-shadow: 0 12px 28px rgba(14,21,64,0.08); }
.value-icon { width: 48px; height: 48px; border-radius: 12px; background: linear-gradient(135deg,#eef0f8,#d6daf0); display: flex; align-items: center; justify-content: center; margin: 0 auto 14px; font-size: 18px; color: var(--navy); }
.value-card h3 { font-size: 13px; font-weight: 700; color: var(--navy); margin-bottom: 8px; }
.value-card p { font-size: 12px; color: #6b7280; line-height: 1.65; }

/* ── Divider ── */
.gold-divider { height: 3px; background: linear-gradient(90deg,transparent,var(--gold),transparent); margin: 0; }

/* ── Responsive ── */
@media(max-width:1024px) {
  .cards-4 { grid-template-columns: repeat(2,1fr); }
  .values-grid { grid-template-columns: repeat(2,1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .council-body { grid-template-columns: 1fr; }
  .council-side { border-left: none; border-top: 1px solid #f1f5f9; }
}
@media(max-width:768px) {
  .nav-links { display: none; }
  .hamburger { display: block; }
  .hero-inner { grid-template-columns: 1fr; }
  .hero-visual { display: none; }
  .hero h1 { font-size: 36px; }
  .hero-stats { gap: 20px; }
  .stats-inner { grid-template-columns: repeat(2,1fr); }
  .stat-item { border-right: none; border-bottom: 1px solid #f1f5f9; }
  .cards-3 { grid-template-columns: 1fr; }
  .cards-2, .contact-grid { grid-template-columns: 1fr; }
  .form-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; gap: 12px; text-align: center; }
  .chat-window { width: 320px; }
  .page-header h1 { font-size: 32px; }
  .section-title h2 { font-size: 28px; }
}

/* ── Layout Helpers ── */
.container { max-width: 1200px; margin: 0 auto; padding: 0 24px; }
.section { padding: 80px 0; }
.bg-white { background: #fff; }
.bg-light { background: #f9fafb; }
.bg-dark { background: linear-gradient(135deg, #080c28, #1e2d7d); }
.text-center { text-align: center; }
.flex-row { display: flex; align-items: center; }
.gap-md { gap: 14px; }
.mb-sm { margin-bottom: 12px; }
.mt-sm { margin-top: 12px; }
.mt-lg { margin-top: 40px; }

/* ── Section Headers ── */
.section-header { text-align: center; max-width: 700px; margin: 0 auto 60px; }
.section-title { font-family: 'Playfair Display', serif; font-size: 2.2rem; font-weight: 700; color: #1e2d7d; margin: 12px 0; }
.section-sub { color: #6b7280; font-size: 1rem; line-height: 1.7; }
.text-white { color: #fff !important; }
.text-light-blue { color: #bfdbfe !important; }
.text-blue-200 { color: #bfdbfe; }
.text-gold { color: var(--gold); }
.text-white { color: #fff; }

/* ── Badges ── */
.badge { display: inline-flex; align-items: center; gap: 6px; padding: 5px 14px; border-radius: 50px; font-size: 12px; font-weight: 600; letter-spacing: 0.04em; }
.badge-blue { background: #eef0f8; color: #1e2d7d; }
.badge-gold { background: rgba(245,158,11,0.15); color: #b45309; border: 1px solid rgba(245,158,11,0.3); }
.badge-gold-outline { background: rgba(255,255,255,0.1); color: #fcd34d; border: 1px solid rgba(245,158,11,0.3); }

/* ── Cards ── */
.cards-3 { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; }
.cards-4 { display: grid; grid-template-columns: repeat(4,1fr); gap: 20px; }
.card { background: #fff; border-radius: 18px; padding: 28px; border: 1px solid #f0f0f0; }
.card-hover { transition: transform 0.3s, box-shadow 0.3s; }
.card-hover:hover { transform: translateY(-5px); box-shadow: 0 20px 40px rgba(14,21,64,0.12); }
.card-dark { background: linear-gradient(135deg, #1e2d7d, #0e1540); color: #fff; border: none; }
.card-dark-glass { background: rgba(255,255,255,0.06); border: 1px solid rgba(50,72,180,0.25); border-radius: 14px; padding: 22px; }
.card-link { text-decoration: none; display: block; cursor: pointer; }
.card-link:hover { text-decoration: none; }

/* ── Card Icons ── */
.card-icon-wrap { width: 64px; height: 64px; border-radius: 18px; display: flex; align-items: center; justify-content: center; font-size: 1.5rem; margin: 0 auto 18px; }
.ci-blue { background: linear-gradient(135deg, #eef0f8, #d6daf0); color: #1e2d7d; }
.ci-white-trans { background: rgba(255,255,255,0.15); }
.ci-gold { background: linear-gradient(135deg, #fef3c7, #fde68a); color: #b45309; }
.card-icon-sm { width: 44px; height: 44px; border-radius: 12px; display: flex; align-items: center; justify-content: center; font-size: 1rem; flex-shrink: 0; }
.ci-gold-sm { background: rgba(245,158,11,0.15); }

/* ── Card Text ── */
.card-title { font-family: 'Playfair Display', serif; font-size: 1.2rem; font-weight: 700; color: #1e2d7d; margin-bottom: 10px; }
.card-text { color: #6b7280; font-size: 0.9rem; line-height: 1.7; }
.card-text.light { color: #bfdbfe; }
.card-title-sm { font-weight: 700; font-size: 0.95rem; color: #1e2d7d; margin-bottom: 8px; }
.card-text-sm { color: #6b7280; font-size: 0.88rem; line-height: 1.6; }
.card-text-xs { color: #93c5fd; font-size: 0.84rem; line-height: 1.6; }

/* ── Pill ── */
.pill { display: inline-block; padding: 3px 12px; border-radius: 50px; font-size: 11px; font-weight: 700; color: #fff; }

/* ── Check Lists ── */
.check-list { list-style: none; margin-top: 14px; display: flex; flex-direction: column; gap: 8px; }
.check-list li { font-size: 0.82rem; color: #6b7280; display: flex; align-items: center; gap: 8px; }
.check-list li::before { content: '✓'; color: var(--check-color, #3248b4); font-weight: 700; flex-shrink: 0; }

/* ── Tier Number ── */
.tier-num { font-size: 3.5rem; font-weight: 900; opacity: 0.1; line-height: 1; margin-bottom: 6px; }

/* ── Buttons ── */
.btn { display: inline-flex; align-items: center; gap: 8px; padding: 13px 28px; border-radius: 12px; font-weight: 600; font-size: 0.9rem; text-decoration: none; transition: all 0.3s; cursor: pointer; border: none; }
.btn-primary { background: linear-gradient(135deg, #3248b4, #1e2d7d); color: #fff; }
.btn-primary:hover { background: linear-gradient(135deg, #1e2d7d, #0e1540); transform: translateY(-2px); box-shadow: 0 8px 20px rgba(30,45,125,0.4); }
.btn-gold { background: linear-gradient(135deg, #f59e0b, #d97706); color: #fff; }
.btn-gold:hover { background: linear-gradient(135deg, #d97706, #b45309); transform: translateY(-2px); }
.btn-outline { background: rgba(255,255,255,0.1); color: #fff; border: 1px solid rgba(255,255,255,0.3); }
.btn-outline:hover { background: rgba(255,255,255,0.2); }
.btn-sm { display: inline-flex; align-items: center; justify-content: center; padding: 8px 16px; border-radius: 8px; font-size: 0.8rem; font-weight: 600; color: #fff; text-decoration: none; width: 100%; }
.link-arrow { font-size: 0.85rem; font-weight: 600; }

/* ── Hero ── */
.hero { background: linear-gradient(135deg, #080c28 0%, #0e1540 30%, #1e2d7d 60%, #3248b4 100%); position: relative; overflow: hidden; color: #fff; }
.hero-bg-grid { position: absolute; inset: 0; opacity: 0.04; background-image: radial-gradient(circle at 25% 50%, rgba(255,255,255,0.3) 1px, transparent 1px), radial-gradient(circle at 75% 50%, rgba(255,255,255,0.3) 1px, transparent 1px); background-size: 60px 60px; pointer-events: none; }
.hero-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; padding: 100px 24px; position: relative; z-index: 2; }
.hero-text { }
.hero-title { font-family: 'Playfair Display', serif; font-size: 3.4rem; font-weight: 700; line-height: 1.15; margin: 18px 0; }
.hero-desc { font-size: 1.05rem; color: #bfdbfe; line-height: 1.75; margin-bottom: 32px; max-width: 520px; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; }
.hero-stats { display: flex; align-items: center; gap: 24px; margin-top: 44px; padding-top: 36px; border-top: 1px solid rgba(255,255,255,0.2); }
.hs { text-align: center; }
.hs-num { font-size: 1.6rem; font-weight: 700; color: var(--gold); }
.hs-label { font-size: 0.72rem; color: #93c5fd; margin-top: 4px; }
.hs-divider { width: 1px; height: 44px; background: rgba(255,255,255,0.2); }
.hero-visual { display: flex; justify-content: center; align-items: center; }
.hero-orb { position: relative; }
.hero-orb > div:first-child { width: 320px; height: 320px; border-radius: 50%; border: 2px solid rgba(80,100,200,0.3); background: rgba(30,45,125,0.3); backdrop-filter: blur(10px); display: flex; align-items: center; justify-content: center; }
.hero-orb-inner { width: 250px; height: 250px; border-radius: 50%; border: 1px solid rgba(245,158,11,0.25); background: rgba(14,21,64,0.5); display: flex; align-items: center; justify-content: center; }
.hero-logo-img { width: 140px; height: 140px; object-fit: contain; }
.orb-badge { position: absolute; border-radius: 14px; padding: 10px 16px; text-align: center; }
.orb-badge-top { top: -10px; right: -10px; background: var(--gold); color: #0e1540; }
.orb-badge-bot { bottom: -10px; left: -10px; background: #1e2d7d; border: 1px solid rgba(80,100,200,0.4); color: #fff; }
.ob-num { font-size: 1.4rem; font-weight: 700; }
.ob-num.gold { color: var(--gold); }
.ob-lbl { font-size: 0.72rem; font-weight: 500; }
.globe-animate { animation: pulseAnim 3s ease-in-out infinite; }
@keyframes pulseAnim { 0%,100%{opacity:0.85;transform:scale(1)} 50%{opacity:1;transform:scale(1.03)} }
.hero-wave { position: absolute; bottom: 0; left: 0; right: 0; }
.hero-wave svg { display: block; }

/* ── Stats Bar ── */
.stats-bar { background: #fff; padding: 40px 0; border-bottom: 1px solid #f0f0f0; }
.stats-grid { display: grid; grid-template-columns: repeat(4,1fr); }
.stat-item { text-align: center; padding: 18px; border-left: 1px solid #f0f0f0; }
.stat-item:first-child { border-left: none; }
.stat-num { font-size: 2rem; font-weight: 800; color: #1e2d7d; }
.stat-lbl { font-size: 0.85rem; color: #9ca3af; margin-top: 6px; }

/* ── Navigation ── */
.navbar { background: #fff; box-shadow: 0 1px 8px rgba(0,0,0,0.07); position: sticky; top: 0; z-index: 100; }
.nav-inner { max-width: 1200px; margin: 0 auto; padding: 0 24px; display: flex; align-items: center; justify-content: space-between; height: 70px; }
.nav-brand { display: flex; align-items: center; gap: 12px; text-decoration: none; }
.nav-logo { height: 46px; width: 46px; object-fit: contain; }
.brand-title { font-family: 'Playfair Display', serif; font-size: 1.3rem; font-weight: 700; color: #1e2d7d; line-height: 1.2; }
.brand-sub { font-size: 0.7rem; color: #9ca3af; }
.nav-links { display: flex; align-items: center; gap: 26px; }
.nav-item { font-size: 0.88rem; font-weight: 500; color: #4b5563; text-decoration: none; transition: color 0.2s; }
.nav-item:hover, .nav-item.active { color: var(--gold); }
.nav-cta { display: inline-flex; align-items: center; gap: 8px; background: linear-gradient(135deg, #3248b4, #1e2d7d); color: #fff !important; padding: 9px 20px; border-radius: 10px; font-size: 0.88rem; font-weight: 600; text-decoration: none; transition: all 0.3s; }
.nav-cta:hover { transform: translateY(-1px); box-shadow: 0 6px 16px rgba(30,45,125,0.35); }
.hamburger { display: none; background: none; border: none; font-size: 1.3rem; color: #1e2d7d; cursor: pointer; }
.mobile-nav { display: none; background: #080c28; padding: 16px 24px 20px; }
.mobile-nav a { display: block; color: #fff; padding: 10px 0; font-size: 0.9rem; font-weight: 500; text-decoration: none; border-bottom: 1px solid rgba(255,255,255,0.08); }
.mobile-nav .mobile-cta { display: block; text-align: center; background: var(--gold); color: #0e1540 !important; margin-top: 14px; padding: 12px; border-radius: 10px; font-weight: 700; border: none; }
.mobile-nav.open { display: block; }

/* ── CTA Section ── */
.cta-section { text-align: center; }

/* ── Footer ── */
.footer { background: #080c28; color: #fff; padding-top: 70px; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 40px; padding-bottom: 50px; }
.footer-brand {}
.footer-logo { height: 46px; width: 46px; object-fit: contain; }
.footer-brand-title { font-family: 'Playfair Display', serif; font-size: 1.2rem; font-weight: 700; }
.footer-brand-sub { font-size: 0.7rem; color: #9ca3af; }
.footer-desc { color: #9ca3af; font-size: 0.85rem; line-height: 1.7; margin: 16px 0 20px; }
.social-links { display: flex; gap: 10px; }
.social-icon { width: 36px; height: 36px; border-radius: 50%; background: rgba(30,45,125,0.4); display: flex; align-items: center; justify-content: center; color: #d1d5db; font-size: 0.8rem; text-decoration: none; transition: all 0.25s; }
.social-icon:hover { background: #3248b4; color: #fff; }
.footer-heading { font-size: 0.78rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.08em; color: var(--gold); margin-bottom: 18px; }
.footer-links { list-style: none; }
.footer-links li { margin-bottom: 10px; }
.footer-links a { color: #9ca3af; text-decoration: none; font-size: 0.86rem; display: flex; align-items: center; gap: 8px; transition: color 0.2s; }
.footer-links a i { color: #3248b4; font-size: 0.65rem; }
.footer-links a:hover { color: #fff; }
.footer-contact { list-style: none; }
.footer-contact li { display: flex; align-items: flex-start; gap: 12px; margin-bottom: 14px; color: #9ca3af; font-size: 0.86rem; }
.footer-contact i { color: #3248b4; margin-top: 3px; flex-shrink: 0; }
.footer-contact small { color: #6b7280; display: block; margin-top: 2px; }
.footer-divider { height: 2px; background: linear-gradient(90deg, transparent, var(--gold), transparent); }
.footer-bottom { display: flex; justify-content: space-between; align-items: center; padding: 22px 0; font-size: 0.82rem; color: #6b7280; }
.footer-legal { display: flex; gap: 24px; }
.footer-legal a { color: #6b7280; text-decoration: none; transition: color 0.2s; }
.footer-legal a:hover { color: #fff; }

/* ── Chatbot ── */
.chatbot-container { position: fixed; bottom: 24px; right: 24px; z-index: 9999; }
.chatbot-fab { width: 58px; height: 58px; border-radius: 50%; background: linear-gradient(135deg, #3248b4, #1e2d7d); display: flex; align-items: center; justify-content: center; cursor: pointer; box-shadow: 0 4px 20px rgba(30,45,125,0.5); border: 2px solid rgba(245,158,11,0.35); transition: transform 0.3s; }
.chatbot-fab:hover { transform: scale(1.1); }
.chatbot-fab i { color: #fff; font-size: 1.4rem; }
.chatbot-window { position: absolute; bottom: 72px; right: 0; width: 360px; height: 520px; background: #0e1540; border-radius: 18px; box-shadow: 0 20px 60px rgba(0,0,0,0.5); display: none; flex-direction: column; overflow: hidden; border: 1px solid rgba(50,72,180,0.4); }
.chatbot-window.open { display: flex; }
.chat-header { padding: 16px; background: linear-gradient(135deg, #1e2d7d, #3248b4); display: flex; align-items: center; gap: 12px; }
.chat-avatar { width: 40px; height: 40px; border-radius: 50%; background: rgba(255,255,255,0.2); display: flex; align-items: center; justify-content: center; color: #fff; font-size: 1.1rem; flex-shrink: 0; }
.chat-header-info { flex: 1; }
.chat-name { color: #fff; font-weight: 600; font-size: 0.9rem; }
.chat-status { font-size: 0.75rem; color: #bfdbfe; display: flex; align-items: center; gap: 6px; margin-top: 3px; }
.dot-online { width: 6px; height: 6px; border-radius: 50%; background: #4ade80; display: inline-block; animation: pulse 2s infinite; }
@keyframes pulse { 0%,100%{opacity:1} 50%{opacity:0.5} }
.chat-close { background: none; border: none; color: rgba(255,255,255,0.6); cursor: pointer; font-size: 1rem; transition: color 0.2s; }
.chat-close:hover { color: #fff; }
.chat-msgs { flex: 1; overflow-y: auto; padding: 16px; display: flex; flex-direction: column; gap: 12px; }
.chat-msgs::-webkit-scrollbar { width: 4px; }
.chat-msgs::-webkit-scrollbar-thumb { background: rgba(50,72,180,0.5); border-radius: 2px; }
.msg-bot { background: rgba(50,72,180,0.2); border: 1px solid rgba(50,72,180,0.3); border-radius: 12px 12px 12px 2px; padding: 10px 14px; color: #e2e8f0; font-size: 0.85rem; line-height: 1.65; max-width: 92%; }
.msg-bot a { color: #93c5fd; }
.msg-bot-label { font-size: 0.72rem; color: #93c5fd; margin-bottom: 6px; display: flex; align-items: center; gap: 6px; font-weight: 600; }
.msg-user { background: linear-gradient(135deg, #3248b4, #1e2d7d); border-radius: 12px 12px 2px 12px; padding: 10px 14px; color: #fff; font-size: 0.85rem; line-height: 1.65; max-width: 85%; align-self: flex-end; }
.quick-btns { display: flex; gap: 8px; flex-wrap: wrap; }
.quick-btns button { font-size: 0.75rem; padding: 5px 12px; border-radius: 50px; border: 1px solid rgba(80,100,200,0.4); background: transparent; color: #93c5fd; cursor: pointer; transition: all 0.2s; }
.quick-btns button:hover { background: rgba(50,72,180,0.3); }
.typing-dots { display: flex; gap: 4px; align-items: center; padding: 10px 14px; background: rgba(50,72,180,0.15); border-radius: 12px 12px 12px 2px; width: fit-content; }
.typing-dots span { width: 6px; height: 6px; background: #3248b4; border-radius: 50%; animation: typeBounce 1.4s ease-in-out infinite; }
.typing-dots span:nth-child(2) { animation-delay: 0.2s; }
.typing-dots span:nth-child(3) { animation-delay: 0.4s; }
@keyframes typeBounce { 0%,100%{transform:translateY(0);opacity:0.5} 50%{transform:translateY(-6px);opacity:1} }
.chat-input-row { padding: 12px; background: rgba(14,21,64,0.8); border-top: 1px solid rgba(50,72,180,0.3); display: flex; gap: 8px; }
.chat-input { flex: 1; background: rgba(255,255,255,0.08); border: 1px solid rgba(50,72,180,0.4); border-radius: 8px; padding: 8px 12px; color: #fff; font-size: 0.88rem; outline: none; }
.chat-input::placeholder { color: rgba(255,255,255,0.35); }
.chat-send-btn { width: 38px; height: 38px; background: linear-gradient(135deg, #3248b4, #1e2d7d); border: none; border-radius: 8px; cursor: pointer; display: flex; align-items: center; justify-content: center; color: #fff; transition: transform 0.2s; }
.chat-send-btn:hover { transform: scale(1.08); }

/* ── Form Inputs ── */
.form-input { width: 100%; padding: 11px 15px; border: 1px solid #d1d5db; border-radius: 9px; font-size: 0.9rem; transition: all 0.2s; outline: none; font-family: 'Inter', sans-serif; }
.form-input:focus { border-color: #3248b4; box-shadow: 0 0 0 3px rgba(50,72,180,0.1); }
.form-input.error { border-color: #f87171; }
select.form-input { cursor: pointer; background: #fff; }
textarea.form-input { resize: vertical; min-height: 110px; }
.form-label { display: block; font-size: 0.88rem; font-weight: 500; color: #374151; margin-bottom: 6px; }
.required-star { color: #ef4444; }

/* ── Apply Page ── */
.app-card { background: #fff; border-radius: 20px; box-shadow: 0 2px 20px rgba(0,0,0,0.06); border: 1px solid #e5e7eb; overflow: hidden; margin-bottom: 60px; }
.app-card-header { padding: 28px 32px; color: #fff; display: flex; align-items: center; gap: 18px; }
.app-card-icon { width: 52px; height: 52px; border-radius: 14px; background: rgba(255,255,255,0.2); display: flex; align-items: center; justify-content: center; font-size: 1.3rem; flex-shrink: 0; }
.app-card-title { font-family: 'Playfair Display', serif; font-size: 1.3rem; font-weight: 700; }
.app-card-desc { font-size: 0.86rem; opacity: 0.82; margin-top: 4px; }
.app-card-body { padding: 32px; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.form-grid .full { grid-column: 1/-1; }
.form-group { }
.submit-row { display: flex; align-items: flex-start; gap: 18px; margin-top: 28px; flex-wrap: wrap; }
.form-note { font-size: 0.78rem; color: #9ca3af; max-width: 380px; padding-top: 4px; }
.success-box { background: #f0fdf4; border: 1px solid #86efac; border-radius: 14px; padding: 28px; text-align: center; display: none; }
.success-icon { width: 64px; height: 64px; background: #dcfce7; border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto 16px; font-size: 1.6rem; color: #16a34a; }
.success-title { font-weight: 700; font-size: 1.15rem; color: #166534; margin-bottom: 8px; }
.success-sub { color: #4ade80; font-size: 0.88rem; margin-bottom: 14px; color: #166534; }
.ref-box { background: #dcfce7; border-radius: 8px; padding: 8px 18px; display: inline-block; font-size: 0.82rem; color: #166534; font-weight: 600; }
.error-box { background: #fff1f2; border: 1px solid #fca5a5; border-radius: 10px; padding: 12px 18px; display: none; align-items: center; gap: 10px; color: #b91c1c; font-size: 0.88rem; margin-bottom: 20px; }

/* ── Apply Nav Tabs ── */
.apply-tabs { background: #f9fafb; border-bottom: 1px solid #e5e7eb; position: sticky; top: 70px; z-index: 50; padding: 14px 0; overflow-x: auto; }
.apply-tabs-inner { max-width: 1200px; margin: 0 auto; padding: 0 24px; display: flex; gap: 8px; min-width: max-content; }
.apply-tab { display: inline-flex; align-items: center; gap: 7px; padding: 8px 16px; border-radius: 9px; font-size: 0.84rem; font-weight: 500; text-decoration: none; color: #6b7280; background: #fff; border: 1px solid #e5e7eb; transition: all 0.2s; white-space: nowrap; }
.apply-tab:hover { color: #1e2d7d; border-color: #1e2d7d; }
.apply-tab.active { background: #1e2d7d; color: #fff; border-color: #1e2d7d; }

/* ── Page Hero (sub-pages) ── */
.page-hero { background: linear-gradient(135deg, #080c28, #0e1540, #1e2d7d, #3248b4); color: #fff; padding: 90px 0 60px; text-align: center; position: relative; overflow: hidden; }
.page-hero-title { font-family: 'Playfair Display', serif; font-size: 2.8rem; font-weight: 700; margin: 14px 0; }
.page-hero-sub { color: #bfdbfe; font-size: 1rem; max-width: 600px; margin: 0 auto; }
.page-hero-wave { position: absolute; bottom: 0; left: 0; right: 0; }

/* ── About Page ── */
.two-col { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
.val-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 20px; }
.gov-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 32px; }
.feature-list { list-style: none; display: flex; flex-direction: column; gap: 14px; margin: 28px 0; }
.feature-list li { display: flex; align-items: flex-start; gap: 12px; font-size: 0.9rem; color: #bfdbfe; line-height: 1.6; }
.feature-list li i { color: var(--gold); margin-top: 3px; flex-shrink: 0; }
.two-icon-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.icon-card { border-radius: 18px; padding: 24px; text-align: center; background: rgba(255,255,255,0.08); border: 1px solid rgba(50,72,180,0.3); }

/* ── Councils Page ── */
.council-block { border-radius: 20px; overflow: hidden; box-shadow: 0 2px 18px rgba(0,0,0,0.05); border: 1px solid #e5e7eb; margin-bottom: 40px; }
.council-block-inner { display: grid; grid-template-columns: 2fr 1fr; gap: 40px; padding: 40px; }
.council-block.alt { background: #f9fafb; }
.council-icon-row { display: flex; align-items: center; gap: 18px; margin-bottom: 22px; }
.council-icon-box { width: 56px; height: 56px; border-radius: 18px; display: flex; align-items: center; justify-content: center; font-size: 1.4rem; color: #fff; flex-shrink: 0; }
.council-num-label { font-size: 0.72rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.06em; margin-bottom: 6px; }
.council-abbr { display: inline-block; padding: 3px 12px; border-radius: 50px; font-size: 0.78rem; font-weight: 700; color: #fff; }
.council-title { font-family: 'Playfair Display', serif; font-size: 1.3rem; font-weight: 700; color: #1e2d7d; margin: 8px 0 10px; }
.council-focus-badge { display: inline-flex; align-items: center; gap: 6px; padding: 4px 12px; border-radius: 50px; background: #eef0f8; color: #1e2d7d; font-size: 0.78rem; font-weight: 500; margin-bottom: 14px; }
.council-desc { color: #6b7280; font-size: 0.9rem; line-height: 1.75; }
.council-services-title { font-weight: 700; font-size: 0.9rem; color: #1e2d7d; margin-bottom: 16px; }
.council-services-list { list-style: none; display: flex; flex-direction: column; gap: 10px; }
.council-services-list li { display: flex; align-items: flex-start; gap: 10px; font-size: 0.88rem; color: #6b7280; }
.council-services-list li i { flex-shrink: 0; margin-top: 3px; }

/* ── Services Page ── */
.services-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 28px; }
.service-card { background: #fff; border: 1px solid #e5e7eb; border-radius: 20px; overflow: hidden; transition: all 0.3s; }
.service-card:hover { transform: translateY(-5px); box-shadow: 0 20px 40px rgba(0,0,0,0.1); }
.service-icon-box { width: 48px; height: 48px; border-radius: 14px; display: flex; align-items: center; justify-content: center; font-size: 1.1rem; margin-bottom: 16px; }
.service-items { list-style: none; display: flex; flex-direction: column; gap: 7px; margin-bottom: 20px; }
.service-items li { display: flex; align-items: center; gap: 8px; font-size: 0.82rem; color: #6b7280; }

/* ── Contact Page ── */
.contact-info-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; margin-bottom: 60px; }
.contact-two-col { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; align-items: start; }
.contact-card { text-align: center; padding: 32px; background: #f9fafb; border-radius: 18px; border: 1px solid #e5e7eb; }
.contact-icon { width: 56px; height: 56px; background: linear-gradient(135deg, #1e2d7d, #3248b4); border-radius: 18px; display: flex; align-items: center; justify-content: center; font-size: 1.2rem; color: #fff; margin: 0 auto 16px; }
.region-card { display: flex; align-items: flex-start; gap: 14px; padding: 16px; background: #f9fafb; border-radius: 14px; border: 1px solid #e5e7eb; margin-bottom: 12px; }
.region-icon { width: 40px; height: 40px; background: linear-gradient(135deg, #1e2d7d, #3248b4); border-radius: 10px; display: flex; align-items: center; justify-content: center; font-size: 0.9rem; color: #fff; flex-shrink: 0; }
.region-name { font-weight: 600; font-size: 0.9rem; color: #1e2d7d; }
.region-cities { font-size: 0.8rem; color: #9ca3af; margin-top: 2px; }
.region-email { font-size: 0.8rem; color: #3248b4; text-decoration: none; }
.quick-access-box { margin-top: 28px; background: linear-gradient(135deg, #1e2d7d, #0e1540); border-radius: 18px; padding: 24px; }
.quick-access-box h3 { color: #fff; font-weight: 700; margin-bottom: 16px; font-size: 1rem; }
.quick-access-box a { display: flex; align-items: center; gap: 12px; color: #bfdbfe; font-size: 0.88rem; text-decoration: none; padding: 8px 0; transition: color 0.2s; }
.quick-access-box a:hover { color: #fff; }
.quick-access-box a i { color: var(--gold); }

/* ── Responsive ── */
@media (max-width: 1024px) {
  .cards-4 { grid-template-columns: repeat(2,1fr); }
  .val-grid { grid-template-columns: repeat(2,1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 768px) {
  .nav-links { display: none; }
  .hamburger { display: block; }
  .hero-inner { grid-template-columns: 1fr; padding: 70px 24px; }
  .hero-visual { display: none; }
  .hero-title { font-size: 2.2rem; }
  .cards-3, .cards-4, .two-col, .gov-grid, .services-grid, .contact-info-grid, .contact-two-col, .council-block-inner { grid-template-columns: 1fr; }
  .stats-grid { grid-template-columns: repeat(2,1fr); }
  .form-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; gap: 14px; text-align: center; }
  .chatbot-window { width: 320px; }
  .section-title { font-size: 1.7rem; }
  .page-hero-title { font-size: 2rem; }
}
