:root {
  --navy: #1a2e5a;
  --blue: #2563b0;
  --teal: #0ea5c9;
  --green: #4caf50;
  --light-green: #6dd46e;
  --white: #ffffff;
  --off-white: #f4f7fb;
  --gray: #64748b;
  --light-gray: #e8eef6;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { font-family: "Segoe UI", Helvetica, Arial, sans-serif; color: #1a2e5a; background: #ffffff; overflow-x: hidden; width: 100%; }

/* ── NAV ── */
nav {
  position: fixed; top: 0; left: 0; right: 0; width: 100%; z-index: 100;
  background: rgba(255,255,255,0.97); backdrop-filter: blur(12px);
  border-bottom: 1px solid #e8eef6; padding: 0 5%;
  display: flex; align-items: center; justify-content: space-between; height: 70px;
  box-sizing: border-box;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
nav.nav-hidden { transform: translateY(-100%); }
nav:hover { box-shadow: 0 4px 24px rgba(26,46,90,0.08); }
.nav-logo { display: flex; align-items: center; gap: 10px; text-decoration: none; transition: opacity 0.2s; }
.nav-logo:hover { opacity: 0.85; }
.nav-logo img { width: 75px; height: 71px; object-fit: cover; }
.nav-links { display: flex; gap: 28px; list-style: none; }
.nav-links a { text-decoration: none; color: #1a2e5a; font-size: 0.9rem; font-weight: 500; transition: color 0.25s ease; position: relative; }
.nav-links a::after { content:''; position:absolute; bottom:-2px; left:0; right:0; height:2px; background:#0ea5c9; transform:scaleX(0); transition:transform 0.25s ease; }
.nav-links a:hover { color: #2563b0; }
.nav-links a:hover::after { transform: scaleX(1); }
.nav-cta { background: #2563b0; color: white !important; padding: 8px 18px; border-radius: 6px; font-weight: 600; text-decoration: none; display: inline-block; transition: background 0.25s ease, transform 0.2s ease, box-shadow 0.2s ease; }
.nav-cta:hover { background: #1a2e5a; transform: translateY(-1px); box-shadow: 0 4px 12px rgba(37,99,176,0.3); }

/* Hamburger - hidden on desktop */
.hamburger { display: none; }
.mobile-menu { display: none; }

/* ── SHARED ── */
.section-label { font-size: 0.75rem; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: #0ea5c9; margin-bottom: 10px; }
.section-title { font-family: Georgia,serif; font-size: clamp(1.8rem,3.5vw,2.6rem); font-weight: 900; color: #1a2e5a; line-height: 1.15; margin-bottom: 14px; }
.section-body { font-size: 0.97rem; color: #64748b; line-height: 1.8; max-width: 640px; }

.btn-primary { background: linear-gradient(135deg,#0ea5c9,#2563b0); color: white; padding: 13px 30px; border-radius: 8px; text-decoration: none; font-weight: 600; font-size: 0.93rem; display: inline-block; transition: transform 0.2s ease, box-shadow 0.2s ease; box-shadow: 0 4px 15px rgba(14,165,201,0.25); }
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 8px 25px rgba(14,165,201,0.4); }
.btn-outline { background: transparent; border: 1.5px solid #2563b0; color: #2563b0; padding: 11px 26px; border-radius: 8px; text-decoration: none; font-weight: 600; font-size: 0.9rem; display: inline-block; transition: all 0.25s ease; }
.btn-outline:hover { background: #2563b0; color: white; transform: translateY(-1px); }
.btn-secondary { background: rgba(255,255,255,0.1); border: 1.5px solid rgba(255,255,255,0.35); color: white; padding: 13px 30px; border-radius: 8px; text-decoration: none; font-weight: 600; font-size: 0.93rem; display: inline-block; transition: background 0.25s ease, border-color 0.25s ease; }
.btn-secondary:hover { background: rgba(255,255,255,0.2); border-color: rgba(255,255,255,0.6); }

/* ── SCROLL ANIMATIONS ── */
.impact-card, .module-card, .role-card, .value-card, .partner-card,
.offer-item, .step, .perk-item, .contact-card, .mission-inner,
.story-grid, .p-inner, .zoom-inner, .category-section, .perks-banner,
.apply-form, .partner-form, .zoom-form, .ct-form-wrap, .request-banner {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.55s ease, transform 0.55s ease;
}
.impact-card.visible, .module-card.visible, .role-card.visible, .value-card.visible,
.partner-card.visible, .offer-item.visible, .step.visible, .perk-item.visible,
.contact-card.visible, .mission-inner.visible, .story-grid.visible, .p-inner.visible,
.zoom-inner.visible, .category-section.visible, .perks-banner.visible,
.apply-form.visible, .partner-form.visible, .zoom-form.visible,
.ct-form-wrap.visible, .request-banner.visible {
  opacity: 1;
  transform: translateY(0);
}

/* ── HERO SECTIONS ── */
.hero, .curr-hero, .p-hero, .inv-hero, .ab-hero, .ct-hero {
  width: 100% !important; max-width: 100% !important; box-sizing: border-box !important;
}

.hero { min-height: 100vh; background: linear-gradient(135deg,#1a2e5a 0%,#1e3f7a 50%,#163366 100%); display: flex; align-items: center; justify-content: center; text-align: center; padding: 120px 5% 80px; position: relative; overflow: hidden; }
.hero::before { content:''; position:absolute; inset:0; background:radial-gradient(ellipse at 70% 30%,rgba(14,165,201,0.15) 0%,transparent 60%),radial-gradient(ellipse at 20% 80%,rgba(76,175,80,0.1) 0%,transparent 50%); }
.hero-grid { position:absolute; inset:0; background-image:linear-gradient(rgba(255,255,255,0.03) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,0.03) 1px,transparent 1px); background-size:60px 60px; }
.hero-content { position:relative; z-index:2; max-width:780px; animation: heroFadeUp 0.8s ease forwards; }
.hero-badge { display:inline-block; background:rgba(14,165,201,0.2); border:1px solid rgba(14,165,201,0.4); color:#7dd3fc; font-size:0.75rem; font-weight:700; letter-spacing:0.12em; text-transform:uppercase; padding:6px 16px; border-radius:100px; margin-bottom:28px; }
.hero h1 { font-family:Georgia,serif; font-size:clamp(2.8rem,6vw,5rem); font-weight:900; color:white; line-height:1.1; margin-bottom:24px; }
.hero h1 span { color:#0ea5c9; }
.hero-sub { font-size:1.1rem; color:rgba(255,255,255,0.75); line-height:1.7; max-width:580px; margin:0 auto 40px; }
.hero-buttons { display:flex; gap:16px; justify-content:center; flex-wrap:wrap; }

@keyframes heroFadeUp { from { opacity:0; transform:translateY(32px); } to { opacity:1; transform:translateY(0); } }

.curr-hero, .p-hero, .inv-hero, .ab-hero, .ct-hero {
  background: linear-gradient(135deg,#1a2e5a 0%,#1e3f7a 60%,#163366 100%);
  padding: 110px 5% 60px; text-align: center;
}
.curr-hero h1, .p-hero h1, .inv-hero h1, .ab-hero h1, .ct-hero h1 { font-family:Georgia,serif; font-size:clamp(2rem,4vw,3.2rem); font-weight:900; color:white; margin-bottom:14px; animation: heroFadeUp 0.7s ease forwards; }
.curr-hero h1 span, .p-hero h1 span, .inv-hero h1 span, .ab-hero h1 span, .ct-hero h1 span { color:#0ea5c9; }
.curr-hero p, .p-hero p, .inv-hero p, .ab-hero p, .ct-hero p { font-size:1rem; color:rgba(255,255,255,0.72); max-width:540px; margin:0 auto; line-height:1.7; animation: heroFadeUp 0.7s 0.15s ease both; }
.p-hero .section-label, .inv-hero .section-label, .ab-hero .section-label, .ct-hero .section-label, .curr-hero .section-label { -webkit-text-fill-color:#ffffff; }
.ct-hero p { max-width: 480px; }

/* ── IMPACT ── */
.impact { background:#f4f7fb; padding:60px 5%; width:100%; box-sizing:border-box; }
.impact-grid { display:grid; grid-template-columns:repeat(auto-fit,minmax(200px,1fr)); gap:20px; max-width:900px; margin:0 auto; }
.impact-card { background:white; border-radius:16px; padding:32px 20px; text-align:center; box-shadow:0 2px 20px rgba(26,46,90,0.07); border:1px solid #e8eef6; cursor:default; }
.impact-card:hover { box-shadow: 0 8px 32px rgba(26,46,90,0.13); }
.impact-number { font-family:Georgia,serif; font-size:2.8rem; font-weight:900; color:#2563b0; line-height:1; margin-bottom:8px; }
.impact-label { font-size:0.88rem; color:#64748b; font-weight:500; }

/* ── MISSION ── */
.mission { background:white; padding:90px 5%; width:100%; box-sizing:border-box; }
.mission-inner { display:grid; grid-template-columns:1fr 1fr; gap:70px; align-items:center; max-width:1100px; margin:0 auto; }
.mission-list { list-style:none; margin-top:24px; display:grid; grid-template-columns:1fr 1fr; gap:10px; }
.mission-list li { display:flex; align-items:center; gap:8px; font-size:0.9rem; font-weight:500; color:#1a2e5a; background:#f4f7fb; padding:9px 13px; border-radius:8px; border-left:3px solid #4caf50; transition: transform 0.2s ease, box-shadow 0.2s ease; }
.mission-list li:hover { transform: translateX(4px); box-shadow: 0 2px 8px rgba(26,46,90,0.08); }
.mission-list li::before { content:'✓'; color:#4caf50; font-weight:700; }
.mission-visual { background:linear-gradient(135deg,#1a2e5a,#1e3f7a); border-radius:20px; padding:44px 36px; color:white; }
.mission-visual blockquote { font-family:Georgia,serif; font-size:1.2rem; line-height:1.6; font-style:italic; color:rgba(255,255,255,0.9); }
.mission-visual blockquote::before { content:open-quote; font-size:4rem; line-height:0; color:#0ea5c9; opacity:0.4; display:block; margin-bottom:16px; font-family:Georgia,serif; }

/* ── HOW IT WORKS ── */
.how-it-works { background:#f4f7fb; padding:90px 5%; width:100%; box-sizing:border-box; }
.how-it-works-inner { max-width:1100px; margin:0 auto; text-align:center; }
.how-it-works-inner .section-body { margin:0 auto 52px; }
.steps-grid { display:grid; grid-template-columns:repeat(5,1fr); gap:0; max-width:1000px; margin:0 auto; position:relative; }
.steps-grid::before { content:''; position:absolute; top:36px; left:10%; right:10%; height:2px; background:linear-gradient(90deg,#0ea5c9,#2563b0); z-index:0; }
.step { display:flex; flex-direction:column; align-items:center; text-align:center; padding:0 12px; position:relative; z-index:1; }
.step-number { width:72px; height:72px; border-radius:50%; background:linear-gradient(135deg,#0ea5c9,#2563b0); color:white; font-family:Georgia,serif; font-size:1.5rem; font-weight:900; display:flex; align-items:center; justify-content:center; margin-bottom:20px; box-shadow:0 4px 20px rgba(14,165,201,0.3); transition: transform 0.2s ease, box-shadow 0.2s ease; }
.step:hover .step-number { transform: scale(1.1); box-shadow: 0 8px 28px rgba(14,165,201,0.45); }
.step-title { font-family:Georgia,serif; font-size:0.9rem; font-weight:700; color:#1a2e5a; margin-bottom:8px; }
.step-desc { font-size:0.78rem; color:#64748b; line-height:1.5; }

/* ── MAP ── */
.map-section { background:#1a2e5a; padding:80px 5%; text-align:center; width:100%; box-sizing:border-box; }
.map-placeholder { max-width:700px; margin:40px auto 0; background:rgba(255,255,255,0.05); border:1.5px solid rgba(255,255,255,0.1); border-radius:20px; padding:50px 36px; }
.map-dots { display:flex; justify-content:center; gap:60px; flex-wrap:wrap; margin-bottom:28px; }
.map-dot-item { display:flex; flex-direction:column; align-items:center; gap:8px; }
.map-dot { width:14px; height:14px; border-radius:50%; background:#0ea5c9; box-shadow:0 0 0 6px rgba(14,165,201,0.2),0 0 0 12px rgba(14,165,201,0.08); animation:pulse 2s infinite; }
.map-dot-label { font-size:0.82rem; color:rgba(255,255,255,0.7); font-weight:500; }
@keyframes pulse { 0%,100% { box-shadow:0 0 0 6px rgba(14,165,201,0.2),0 0 0 12px rgba(14,165,201,0.08); } 50% { box-shadow:0 0 0 10px rgba(14,165,201,0.15),0 0 0 20px rgba(14,165,201,0.04); } }

/* ── CURRICULUM ── */
.curr-main { padding:70px 5%; background:#f4f7fb; width:100%; box-sizing:border-box; }
.curr-inner { max-width:1100px; margin:0 auto; }
.category-section { margin-bottom:60px; }
.category-header { display:flex; align-items:center; gap:14px; margin-bottom:28px; padding-bottom:14px; border-bottom:2px solid #e8eef6; }
.category-icon-lg { width:48px; height:48px; border-radius:12px; display:flex; align-items:center; justify-content:center; font-size:1.4rem; flex-shrink:0; transition: transform 0.2s ease; }
.category-header:hover .category-icon-lg { transform: scale(1.1); }
.cat-red { background:#fef2f2; } .cat-blue { background:#eff6ff; } .cat-green { background:#f0fdf4; } .cat-purple { background:#faf5ff; }
.category-header h2 { font-family:Georgia,serif; font-size:1.5rem; font-weight:700; color:#1a2e5a; }
.modules-grid { display:grid; grid-template-columns:repeat(auto-fit,minmax(300px,1fr)); gap:20px; }
.module-card { background:white; border-radius:16px; padding:28px; border:1px solid #e8eef6; box-shadow:0 2px 14px rgba(26,46,90,0.06); display:flex; flex-direction:column; gap:12px; }
.module-card:hover { box-shadow: 0 10px 36px rgba(26,46,90,0.13); border-color: #0ea5c9; }
.module-title { font-family:Georgia,serif; font-size:1.05rem; font-weight:700; color:#1a2e5a; }
.module-desc { font-size:0.83rem; color:#64748b; line-height:1.6; }
.module-meta { display:flex; gap:10px; flex-wrap:wrap; }
.module-tag { font-size:0.78rem; background:#f4f7fb; border:1px solid #e8eef6; color:#1a2e5a; padding:3px 10px; border-radius:100px; font-weight:500; }
.module-chips { display:flex; gap:7px; flex-wrap:wrap; }
.chip { font-size:0.75rem; background:#eff6ff; color:#2563b0; padding:3px 10px; border-radius:100px; font-weight:500; }
.chip-green { background:#f0fdf4; color:#16a34a; }
.btn-download { display:inline-flex; align-items:center; gap:6px; background:#1a2e5a; color:white; padding:9px 18px; border-radius:8px; text-decoration:none; font-size:0.83rem; font-weight:600; margin-top:auto; transition: background 0.2s ease, transform 0.2s ease; }
.btn-download:hover { background:#2563b0; transform: translateY(-1px); }
.btn-coming { display:inline-flex; align-items:center; background:#f4f7fb; color:#64748b; padding:9px 18px; border-radius:8px; font-size:0.83rem; font-weight:600; margin-top:auto; border:1px solid #e8eef6; }
.request-banner { background:linear-gradient(135deg,#1a2e5a,#1e3f7a); border-radius:20px; padding:40px; text-align:center; margin-top:40px; }
.request-banner h3 { font-family:Georgia,serif; font-size:1.5rem; font-weight:700; color:white; margin-bottom:10px; }
.request-banner p { color:rgba(255,255,255,0.7); font-size:0.92rem; margin-bottom:24px; line-height:1.6; }

/* ── PARTNER PAGE ── */
.p-main { padding:70px 5%; background:white; width:100%; box-sizing:border-box; }
.p-inner { display:grid; grid-template-columns:1fr 1fr; gap:70px; align-items:start; max-width:1100px; margin:0 auto; }
.offer-list { list-style:none; margin-top:24px; display:flex; flex-direction:column; gap:14px; }
.offer-item { display:flex; align-items:flex-start; gap:14px; padding:18px 20px; background:#f4f7fb; border-radius:12px; border:1px solid #e8eef6; transition: transform 0.2s ease, box-shadow 0.2s ease; }
.offer-item:hover { transform: translateX(4px); box-shadow: 0 4px 16px rgba(26,46,90,0.1); }
.offer-icon { font-size:1.3rem; flex-shrink:0; }
.offer-text strong { display:block; font-size:0.93rem; font-weight:600; color:#1a2e5a; margin-bottom:2px; }
.offer-text span { font-size:0.83rem; color:#64748b; }
.partner-form { background:#f4f7fb; border-radius:20px; padding:36px 32px; border:1px solid #e8eef6; }
.partner-form h3 { font-family:Georgia,serif; font-size:1.4rem; font-weight:700; margin-bottom:22px; color:#1a2e5a; }
.zoom-section { width:100%; background:#f4f7fb; padding:70px 5%; box-sizing:border-box; }
.zoom-inner { max-width:1100px; margin:0 auto; display:grid; grid-template-columns:1fr 1fr; gap:70px; align-items:start; }
.zoom-form { background:white; border-radius:20px; padding:36px 32px; border:1px solid #e8eef6; box-shadow:0 2px 20px rgba(26,46,90,0.07); }
.zoom-form h3 { font-family:Georgia,serif; font-size:1.4rem; font-weight:700; margin-bottom:22px; color:#1a2e5a; }

/* ── FORMS ── */
.form-group { margin-bottom:15px; }
.form-group label { display:block; font-size:0.8rem; font-weight:600; color:#1a2e5a; margin-bottom:5px; letter-spacing:0.02em; }
.form-group input, .form-group select, .form-group textarea { width:100%; padding:10px 13px; border:1.5px solid #dde4ef; border-radius:8px; font-family:"Segoe UI",Helvetica,Arial,sans-serif; font-size:0.88rem; color:#1a2e5a; background:white; outline:none; transition: border-color 0.25s ease, box-shadow 0.25s ease; }
.form-group input:focus, .form-group select:focus, .form-group textarea:focus { border-color:#0ea5c9; box-shadow: 0 0 0 3px rgba(14,165,201,0.12); }
.form-group textarea { resize:vertical; min-height:90px; }
.form-row { display:grid; grid-template-columns:1fr 1fr; gap:12px; }
.form-helper { display:block; font-size:0.78rem; color:#64748b; margin-top:5px; font-style:italic; }
.form-helper a { color:#2563b0; text-decoration:underline; transition: color 0.2s; }
.form-helper a:hover { color:#0ea5c9; }
.btn-submit { width:100%; background:linear-gradient(135deg,#2563b0,#0ea5c9); color:white; padding:13px; border:none; border-radius:8px; font-size:0.93rem; font-weight:600; cursor:pointer; margin-top:6px; transition: opacity 0.2s, transform 0.2s ease, box-shadow 0.2s ease; }
.btn-submit:hover { opacity:0.92; transform: translateY(-1px); box-shadow: 0 6px 20px rgba(37,99,176,0.3); }
.form-success { display:none; background:#f0fdf4; border:1px solid #bbf7d0; border-radius:8px; padding:14px; text-align:center; color:#15803d; font-size:0.9rem; font-weight:600; margin-top:12px; }

/* ── GET INVOLVED ── */
.inv-main { padding:70px 5%; background:#f4f7fb; width:100%; box-sizing:border-box; }
.inv-inner { max-width:1100px; margin:0 auto; }
.perks-banner { background:linear-gradient(135deg,#1a2e5a,#1e3f7a); border-radius:20px; padding:44px; margin-bottom:50px; }
.perks-banner h3 { font-family:Georgia,serif; font-size:1.5rem; font-weight:700; color:white; margin-bottom:16px; }
.perks-grid { display:grid; grid-template-columns:repeat(auto-fit,minmax(200px,1fr)); gap:14px; }
.perk-item { display:flex; align-items:flex-start; gap:10px; color:rgba(255,255,255,0.8); font-size:0.88rem; line-height:1.5; }
.perk-icon { font-size:1.1rem; flex-shrink:0; margin-top:1px; }
.roles-grid { display:grid; grid-template-columns:repeat(auto-fit,minmax(220px,1fr)); gap:20px; margin-bottom:50px; }
.role-card { background:white; border-radius:16px; padding:28px 22px; border:1px solid #e8eef6; text-align:center; }
.role-card:hover { border-color:#0ea5c9; box-shadow: 0 8px 28px rgba(14,165,201,0.12); }
.role-icon { font-size:2rem; margin-bottom:12px; }
.role-name { font-family:Georgia,serif; font-weight:700; font-size:1rem; color:#1a2e5a; margin-bottom:6px; }
.role-desc { font-size:0.82rem; color:#64748b; line-height:1.5; margin-bottom:14px; }
.role-perks { list-style:none; text-align:left; display:flex; flex-direction:column; gap:5px; }
.role-perks li { font-size:0.78rem; color:#64748b; padding-left:12px; position:relative; }
.role-perks li::before { content:'✓'; position:absolute; left:0; color:#4caf50; font-weight:700; }
.apply-form { background:white; border-radius:20px; padding:40px; border:1px solid #e8eef6; }
.apply-form h3 { font-family:Georgia,serif; font-size:1.4rem; font-weight:700; margin-bottom:22px; color:#1a2e5a; }

/* ── ABOUT ── */
.ab-main { padding:70px 5%; background:white; width:100%; box-sizing:border-box; }
.ab-inner { max-width:1100px; margin:0 auto; }
.story-grid { display:grid; grid-template-columns:1fr 1fr; gap:70px; align-items:start; margin-bottom:70px; }
.founder-card { background:#f4f7fb; border-radius:20px; padding:40px; border:1px solid #e8eef6; transition: box-shadow 0.25s ease; }
.founder-card:hover { box-shadow: 0 8px 32px rgba(26,46,90,0.1); }
.founder-name { font-family:Georgia,serif; font-size:1.5rem; font-weight:700; color:#1a2e5a; margin-bottom:4px; }
.founder-role { font-size:0.82rem; color:#0ea5c9; font-weight:700; letter-spacing:0.06em; text-transform:uppercase; margin-bottom:18px; }
.founder-bio { font-size:0.93rem; color:#64748b; line-height:1.8; }
.partners-section { padding:60px 0; border-top:1px solid #e8eef6; }
.partner-cards { display:grid; grid-template-columns:repeat(auto-fit,minmax(280px,1fr)); gap:20px; margin-top:28px; }
.partner-card { background:#f4f7fb; border-radius:16px; padding:28px; border:1px solid #e8eef6; transition: transform 0.2s ease, box-shadow 0.2s ease; }
.partner-card:hover { transform: translateY(-3px); box-shadow: 0 8px 24px rgba(26,46,90,0.1); }
.partner-name { font-family:Georgia,serif; font-size:1.1rem; font-weight:700; color:#1a2e5a; margin-bottom:4px; }
.partner-country { font-size:0.82rem; color:#0ea5c9; font-weight:600; margin-bottom:12px; }
.partner-desc { font-size:0.88rem; color:#64748b; line-height:1.6; }
.testimonial-box { background:white; border:1.5px dashed #c8d5e8; border-radius:16px; padding:28px; text-align:center; color:#64748b; font-size:0.88rem; font-style:italic; margin-top:24px; }
.values-section { padding:60px 0; border-top:1px solid #e8eef6; }
.values-grid { display:grid; grid-template-columns:repeat(auto-fit,minmax(220px,1fr)); gap:20px; margin-top:28px; }
.value-card { padding:24px; background:#f4f7fb; border-radius:14px; border:1px solid #e8eef6; transition: transform 0.2s ease, box-shadow 0.2s ease; }
.value-card:hover { transform: translateY(-3px); box-shadow: 0 6px 20px rgba(26,46,90,0.09); }
.value-icon { font-size:1.6rem; margin-bottom:10px; }
.value-title { font-family:Georgia,serif; font-weight:700; font-size:1rem; color:#1a2e5a; margin-bottom:6px; }
.value-desc { font-size:0.83rem; color:#64748b; line-height:1.5; }

/* ── CONTACT ── */
.ct-main { padding:70px 5%; background:#f4f7fb; width:100%; box-sizing:border-box; }
.ct-inner { max-width:900px; margin:0 auto; }
.contact-cards { display:grid; grid-template-columns:repeat(auto-fit,minmax(200px,1fr)); gap:20px; margin-bottom:50px; }
.contact-card { background:white; border-radius:16px; padding:28px 20px; border:1px solid #e8eef6; text-align:center; text-decoration:none; display:flex; flex-direction:column; align-items:center; gap:10px; transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease; }
.contact-card:hover { transform:translateY(-4px); border-color:#0ea5c9; box-shadow: 0 8px 24px rgba(14,165,201,0.12); }
.ct-icon { font-size:2rem; }
.ct-type { font-size:0.72rem; font-weight:700; letter-spacing:0.1em; text-transform:uppercase; color:#64748b; }
.ct-value { font-size:0.88rem; font-weight:600; color:#1a2e5a; }
.ct-form-wrap { background:white; border-radius:20px; padding:40px; border:1px solid #e8eef6; }
.ct-form-wrap h3 { font-family:Georgia,serif; font-size:1.4rem; font-weight:700; margin-bottom:22px; color:#1a2e5a; }

/* ── FOOTER ── */
footer { background: #0f1e3d !important; color: rgba(255,255,255,0.6) !important; padding: 40px 5% 28px !important; text-align: center !important; width: 100% !important; box-sizing: border-box !important; display: block !important; }
.footer-logo-text { color: white !important; font-family: Georgia,serif !important; font-size: 1.3rem !important; font-weight: 900 !important; margin-bottom: 8px !important; display: block !important; }
.footer-tagline { color: rgba(255,255,255,0.4) !important; font-size: 0.83rem !important; margin-bottom: 24px !important; display: block !important; }
.footer-links { display: flex !important; justify-content: center !important; gap: 24px !important; list-style: none !important; margin-bottom: 24px !important; flex-wrap: wrap !important; padding: 0 !important; }
.footer-links a { color: rgba(255,255,255,0.5) !important; text-decoration: none !important; font-size: 0.83rem !important; transition: color 0.2s ease !important; }
.footer-links a:hover { color: #0ea5c9 !important; }
.footer-copy { font-size: 0.75rem !important; color: rgba(255,255,255,0.3) !important; border-top: 1px solid rgba(255,255,255,0.06) !important; padding-top: 20px !important; display: block !important; }

/* ── MOBILE ── */
@media (max-width: 768px) {
  html, body { width: 100%; overflow-x: hidden !important; }

  .hero, .curr-hero, .p-hero, .inv-hero, .ab-hero, .ct-hero,
  .curr-main, .p-main, .inv-main, .ab-main, .ct-main,
  .how-it-works, .mission, .impact, .map-section, .zoom-section,
  footer, .request-banner, .perks-banner {
    width: 100% !important; max-width: 100% !important;
    box-sizing: border-box !important; overflow-x: hidden !important;
  }

  .mission-inner, .p-inner, .zoom-inner, .story-grid, .form-row {
    grid-template-columns: 1fr !important; gap: 24px !important;
  }

  .steps-grid { grid-template-columns: 1fr !important; gap: 32px !important; }
  .steps-grid::before { display: none !important; }
  .roles-grid { grid-template-columns: 1fr !important; }
  .perks-grid { grid-template-columns: 1fr !important; }
  .mission-list { grid-template-columns: 1fr !important; }
  .modules-grid { grid-template-columns: 1fr !important; }
  .contact-cards { grid-template-columns: 1fr 1fr !important; }
  .partner-cards, .values-grid { grid-template-columns: 1fr !important; }

  .nav-links { display: none !important; }

  .hamburger {
    display: flex !important;
    flex-direction: column;
    gap: 5px;
    cursor: pointer;
    padding: 8px;
    background: none;
    border: none;
    z-index: 200;
    margin-left: auto;
    margin-right: 10px;
  }

  .hamburger span {
    width: 24px; height: 2px;
    background: #1a2e5a; border-radius: 2px; display: block;
    transition: all 0.3s ease;
  }

  .mobile-menu {
    top: 0; left: 0; right: 0; bottom: 0;
    position: fixed; z-index: 150;
    background: white;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    opacity: 0;
    transform: translateY(-12px);
    pointer-events: none;
    transition: opacity 0.3s ease, transform 0.3s ease;
  }

  .mobile-menu.open {
    opacity: 1 !important;
    transform: translateY(0) !important;
    pointer-events: all !important;
    display: flex !important;
  }

  .mobile-menu a {
    color: #1a2e5a; padding: 16px 0; font-size: 1.4rem; font-weight: 600;
    text-decoration: none; border-bottom: 1px solid #e8eef6;
    width: 80%; text-align: center;
    transition: color 0.2s ease;
  }

  .mobile-menu a:hover { color: #0ea5c9; }

  .mobile-menu-close {
    top: 24px; right: 24px; position: absolute;
    background: none; border: none; font-size: 1.8rem;
    cursor: pointer; color: #1a2e5a;
  }

  .hero { padding: 100px 5% 60px !important; }
  .curr-hero, .p-hero, .inv-hero, .ab-hero, .ct-hero { padding: 90px 5% 48px !important; }
  .curr-main, .p-main, .inv-main, .ct-main, .how-it-works, .mission, .zoom-section { padding: 48px 5% !important; }

  /* Disable scroll animations on mobile for performance */
  .impact-card, .module-card, .role-card, .value-card, .partner-card,
  .offer-item, .step, .perk-item, .contact-card, .mission-inner,
  .story-grid, .p-inner, .zoom-inner, .category-section, .perks-banner,
  .apply-form, .partner-form, .zoom-form, .ct-form-wrap, .request-banner {
    opacity: 1 !important;
    transform: none !important;
  }
}

/* ── CAROUSEL ── */
.carousel-section { background: #1a2e5a; padding: 90px 5%; width: 100%; box-sizing: border-box; }
.carousel-section-inner { max-width: 1100px; margin: 0 auto; text-align: center; }
.carousel-section .section-label { color: #0ea5c9; }
.carousel-section .section-title { color: white; margin-bottom: 10px; }
.carousel-section .section-body { color: rgba(255,255,255,0.7); margin: 0 auto 40px; }
.carousel-wrapper { position: relative; max-width: 900px; margin: 0 auto; }
.carousel-track { position: relative; width: 100%; overflow: hidden; border-radius: 16px; background: #0f1e3d; box-shadow: 0 20px 60px rgba(0,0,0,0.4); }
.carousel-slide { display: none; position: relative; }
.carousel-slide.active { display: block; animation: carouselFade 0.5s ease; }
@keyframes carouselFade { from { opacity: 0; transform: scale(0.98); } to { opacity: 1; transform: scale(1); } }
.carousel-slide img { width: 100%; height: auto; display: block; border-radius: 16px 16px 0 0; }
.carousel-caption { background: #0f1e3d; padding: 18px 24px; text-align: left; border-radius: 0 0 16px 16px; }
.carousel-category { display: inline-block; background: rgba(14,165,201,0.2); border: 1px solid rgba(14,165,201,0.4); color: #7dd3fc; font-size: 0.72rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; padding: 4px 12px; border-radius: 100px; margin-bottom: 6px; }
.carousel-curriculum { color: white; font-family: Georgia,serif; font-size: 1rem; font-weight: 700; }
.carousel-btn { position: absolute; top: 45%; transform: translateY(-50%); background: rgba(255,255,255,0.15); border: none; color: white; font-size: 2rem; width: 48px; height: 48px; border-radius: 50%; cursor: pointer; transition: background 0.2s ease, transform 0.2s ease; display: flex; align-items: center; justify-content: center; z-index: 10; backdrop-filter: blur(4px); }
.carousel-btn:hover { background: rgba(255,255,255,0.3); transform: translateY(-50%) scale(1.1); }
.carousel-btn-prev { left: -24px; }
.carousel-btn-next { right: -24px; }
.carousel-dots { display: flex; justify-content: center; gap: 8px; margin-top: 20px; }
.carousel-dot { width: 8px; height: 8px; border-radius: 50%; background: rgba(255,255,255,0.3); border: none; cursor: pointer; transition: background 0.2s ease, transform 0.2s ease; padding: 0; }
.carousel-dot.active { background: #0ea5c9; transform: scale(1.3); }

/* ── FOUNDER PHOTO ── */
.founder-photo-wrap { margin-bottom: 20px; }
.founder-photo { width: 120px; height: 120px; border-radius: 50%; object-fit: cover; object-position: top; border: 3px solid #e8eef6; box-shadow: 0 4px 16px rgba(26,46,90,0.15); }

/* ── PARTNER LOGO ── */
.partner-logo { margin-bottom: 12px; }
.partner-logo-img { height: 50px; width: auto; object-fit: contain; }

/* ── TESTIMONIAL ── */
.testimonial-box { background: white; border-left: 4px solid #0ea5c9; border-radius: 12px; padding: 28px 32px; margin-top: 24px; text-align: left; box-shadow: 0 2px 16px rgba(26,46,90,0.07); }
.testimonial-quote { font-family: Georgia,serif; font-size: 1rem; line-height: 1.7; color: #1a2e5a; font-style: italic; margin-bottom: 12px; }
.testimonial-author { font-size: 0.85rem; font-weight: 700; color: #0ea5c9; }

/* ── FORM RESPONSE TIME ── */
.form-response-time { font-size: 0.8rem; color: #64748b; text-align: center; margin-top: 10px; font-style: italic; }

/* ── FOOTER SOCIAL & LEGAL ── */
.footer-social { display: flex; justify-content: center; gap: 24px; flex-wrap: wrap; margin-bottom: 16px; }
.footer-social-link { color: rgba(255,255,255,0.6); text-decoration: none; font-size: 0.85rem; transition: color 0.2s ease; display: flex; align-items: center; gap: 6px; }
.footer-social-link:hover { color: #0ea5c9; }
.footer-legal { display: flex; justify-content: center; gap: 12px; align-items: center; margin-bottom: 16px; }
.footer-legal-link { background: none; border: none; color: rgba(255,255,255,0.4); font-size: 0.78rem; cursor: pointer; text-decoration: underline; font-family: inherit; transition: color 0.2s ease; }
.footer-legal-link:hover { color: #0ea5c9; }
.footer-legal-divider { color: rgba(255,255,255,0.2); }

/* ── POPUPS ── */
.popup-overlay { display: none; position: fixed; inset: 0; background: rgba(0,0,0,0.6); z-index: 1000; align-items: center; justify-content: center; padding: 20px; backdrop-filter: blur(4px); }
.popup-box { background: white; border-radius: 20px; padding: 40px; max-width: 600px; width: 100%; max-height: 80vh; overflow-y: auto; position: relative; }
.popup-box h2 { font-family: Georgia,serif; font-size: 1.5rem; font-weight: 700; color: #1a2e5a; margin-bottom: 20px; }
.popup-box h3 { font-family: Georgia,serif; font-size: 1.1rem; font-weight: 700; color: #1a2e5a; margin: 20px 0 8px; }
.popup-box p { font-size: 0.9rem; color: #64748b; line-height: 1.7; margin-bottom: 12px; }
.popup-close { position: absolute; top: 16px; right: 20px; background: none; border: none; font-size: 1.5rem; cursor: pointer; color: #64748b; transition: color 0.2s; }
.popup-close:hover { color: #1a2e5a; }

/* ── MOBILE CAROUSEL ── */
@media (max-width: 768px) {
  .carousel-btn-prev { left: -12px; }
  .carousel-btn-next { right: -12px; }
  .carousel-btn { width: 36px; height: 36px; font-size: 1.4rem; }
  .carousel-section { padding: 60px 5%; }
  .footer-social { flex-direction: column; align-items: center; gap: 12px; }
}
