/* Greenroots Training & Placements — site styles.
   Extracted from greenroots-website.html on 2026-05-22.
   To edit: change this file; reload page (browser will pick up changes). */

:root {
  --green: #1a7a4a;
  --green-dark: #0f5c34;
  --green-mid: #2d9962;
  --green-light: #e6f4ed;
  --green-pale: #f0faf4;
  --gold: #f5a623;
  --gold-dark: #d4891a;
  --gold-light: #fff8ec;
  /* Study Abroad palette — dark navy with SIG-blue accents */
  --navy: #0a1929;
  --navy-mid: #132f4c;
  --navy-light: #1e3a5f;
  --navy-text: rgba(255,255,255,0.88);
  --navy-muted: rgba(255,255,255,0.55);
  --navy-line: rgba(255,255,255,0.10);
  --sig-blue: #1e40af;
  --sig-blue-light: #3b82f6;
  --dark: #0d1f15;
  --mid: #2c4a38;
  --body: #3d5a47;
  --muted: #6b8a76;
  --border: #d0e8da;
  --light: #f7faf8;
  --white: #ffffff;
  --radius: 14px;
  --radius-sm: 8px;
  --shadow: 0 2px 16px rgba(26,122,74,0.08);
  --shadow-md: 0 8px 32px rgba(26,122,74,0.13);
  --shadow-lg: 0 20px 60px rgba(26,122,74,0.18);
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }

body {
  font-family: 'DM Sans', system-ui, sans-serif;
  color: var(--dark);
  background: var(--white);
  line-height: 1.6;
}

/* ─── NAV ─── */
nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 1000;
  background: rgba(255,255,255,0.96);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--border);
  display: flex; align-items: center; justify-content: space-between;
  padding: 0 6%;
  height: 72px;
}

.nav-logo {
  display: flex; align-items: center; gap: 0;
  text-decoration: none;
}

.logo-mark {
  width: 42px; height: 42px;
  background: linear-gradient(135deg, var(--green) 0%, var(--green-mid) 100%);
  border-radius: 11px;
  display: flex; align-items: center; justify-content: center;
  font-size: 22px;
  box-shadow: 0 4px 12px rgba(26,122,74,0.3);
}

/* Actual logo image in nav */
.nav-logo-img {
  height: 48px;
  width: auto;
  display: block;
  border-radius: 6px;
  object-fit: contain;
}

/* Text logo */
.nav-logo { flex-shrink: 0; }
.logo-text { display: flex; flex-direction: column; align-items: flex-start; line-height: 1; }
.logo-line1 {
  font-family: 'Montserrat','Arial Black',sans-serif;
  font-weight: 900;
  font-size: 1.65rem;
  line-height: 1;
  letter-spacing: -0.01em;
  color: #F4571E;
  white-space: nowrap;
}
.logo-line2 {
  font-family: 'Montserrat','Arial',sans-serif;
  font-weight: 700;
  font-size: 0.55rem;
  letter-spacing: 0.3em;
  color: #1a7a4a;
  margin-top: 5px;
  text-transform: uppercase;
  white-space: nowrap;
  align-self: center;
}
.logo-text-footer .logo-line1 { font-size: 1.85rem; }
.logo-text-footer .logo-line2 { font-size: 0.6rem; }

/* ─── FONT AWESOME ICON COLOURING (works for both <i> webfont and injected <svg>) ─── */
.why-icon, .career-note-icon, .contact-icon, .profile-icon { color: #fff; }
.course-emoji, .format-icon { color: var(--green); }
.method-icon, .wj-icon { color: var(--gold); }
.p-check { color: var(--gold); }
.course-meta-item i, .course-meta-item svg { color: var(--green); }
.aud-chip i, .aud-chip svg, .course-tag i, .course-tag svg, .crt-badge i, .crt-badge svg { margin-right: 7px; }
.whatsapp-btn i, .whatsapp-btn svg { font-size: 1.25rem; }
.mobile-tab-btn i, .mobile-tab-btn svg { font-size: 1.15rem; }
.svg-inline--fa { height: 1em; vertical-align: -0.125em; }

/* ─── COURSE CARD COLOUR IDENTITY (a distinct accent per programme) ─── */
.course-card:nth-child(1) .course-tag { background: #e8590c; }  /* Power BI — orange  */
.course-card:nth-child(1) .course-emoji { color: #e8590c; }
.course-card:nth-child(2) .course-tag { background: #d68910; }  /* BA — amber         */
.course-card:nth-child(2) .course-emoji { color: #d68910; }
.course-card:nth-child(3) .course-tag { background: #0e7490; }  /* Testing — teal     */
.course-card:nth-child(3) .course-emoji { color: #0e7490; }
.course-card:nth-child(4) .course-tag { background: #7c3aed; }  /* AI PM — violet     */
.course-card:nth-child(4) .course-emoji { color: #7c3aed; }
.course-card:nth-child(5) .course-tag { background: #4f46e5; }  /* Tosca — indigo     */
.course-card:nth-child(5) .course-emoji { color: #4f46e5; }
.course-card:nth-child(6) .course-tag { background: #2563eb; }  /* DevSecOps — blue   */
.course-card:nth-child(6) .course-emoji { color: #2563eb; }
.course-card:nth-child(7) .course-tag { background: #db2777; }  /* Analytics — rose   */
.course-card:nth-child(7) .course-emoji { color: #db2777; }
.course-card:nth-child(8) .course-tag { background: #0d9488; }  /* Data Sci — emerald */
.course-card:nth-child(8) .course-emoji { color: #0d9488; }

/* ─── RICHER COURSE CARD LAYOUT ─── */
.course-card-bottom { justify-content: flex-start; }
.course-quickmeta {
  display: flex; flex-wrap: nowrap; gap: 9px;
  margin-top: 16px; padding-top: 14px;
  border-top: 1px solid var(--border);
}
.course-quickmeta span { display: inline-flex; align-items: center; gap: 4px; font-size: 0.66rem; letter-spacing: -0.01em; color: var(--body); font-weight: 600; white-space: nowrap; }
.course-quickmeta i, .course-quickmeta svg { color: var(--green); font-size: 0.8em; }
.course-learn-title {
  font-family: 'DM Mono', monospace; font-size: 0.62rem; letter-spacing: 0.12em;
  text-transform: uppercase; color: var(--muted); margin-bottom: 12px;
}
.learn-list { list-style: none; margin-bottom: 20px; }
.learn-list li { display: flex; gap: 9px; align-items: flex-start; font-size: 0.84rem; color: var(--body); line-height: 1.45; margin-bottom: 9px; }
.learn-list li:last-child { margin-bottom: 0; }
.learn-list li i, .learn-list li svg { color: var(--green-mid); margin-top: 3px; flex-shrink: 0; font-size: 0.72rem; }
.course-outcome {
  background: var(--green-pale); border: 1px solid var(--border);
  border-radius: var(--radius-sm); padding: 14px 16px;
  display: flex; justify-content: space-between; gap: 12px; margin: 20px 0;
}
.outcome-label { font-family: 'DM Mono', monospace; font-size: 0.58rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--muted); margin-bottom: 5px; }
.outcome-roles-list { font-size: 0.82rem; color: var(--dark); font-weight: 600; line-height: 1.4; }
.outcome-salary { display: none; } /* salary hidden for now — delete this rule to restore */
.salary-figure { font-family: 'Playfair Display', serif; font-size: 1.05rem; font-weight: 700; color: var(--green-dark); white-space: nowrap; }
.course-foot { display: flex; align-items: center; justify-content: center; margin-top: auto; padding-top: 18px; border-top: 1px solid var(--border); }
.course-foot .course-cta { width: 100%; padding: 13px 20px; white-space: nowrap; font-weight: 700; }

/* ─── FAQ ACCORDION (native <details>) ─── */
.faq-section { padding: 88px 8%; }
.faq-list { max-width: 820px; margin: 44px auto 0; display: flex; flex-direction: column; gap: 12px; }
.faq-item { border: 1px solid var(--border); border-radius: var(--radius-sm); background: white; overflow: hidden; transition: box-shadow .2s; }
.faq-item[open] { box-shadow: var(--shadow); }
.faq-item summary { list-style: none; cursor: pointer; padding: 20px 24px; font-weight: 700; font-size: 0.98rem; color: var(--dark); display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: '+'; font-size: 1.6rem; color: var(--green); font-weight: 400; line-height: 1; flex-shrink: 0; }
.faq-item[open] summary::after { content: '\2212'; }
.faq-item[open] summary { color: var(--green-dark); }
.faq-answer { padding: 0 24px 22px; font-size: 0.9rem; color: var(--body); line-height: 1.7; }

/* ─── HONEYPOT (anti-spam, hidden from humans) ─── */
.hp-field {
  position: absolute !important;
  left: -9999px !important;
  width: 1px; height: 1px;
  opacity: 0; overflow: hidden;
}

.logo-copy { display: flex; flex-direction: column; }
.logo-name { font-family: 'Playfair Display', serif; font-size: 1.15rem; font-weight: 900; color: var(--green-dark); line-height: 1; }
.logo-tag { font-family: 'DM Mono', monospace; font-size: 0.6rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--muted); margin-top: 2px; }

.nav-tabs { display: flex; gap: 4px; }
.nav-tab {
  padding: 8px 18px;
  border-radius: 8px;
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--body);
  cursor: pointer;
  border: none;
  background: transparent;
  transition: all 0.2s;
  font-family: 'DM Sans', sans-serif;
}
.nav-tab:hover { background: var(--green-light); color: var(--green); }
.nav-tab.active { background: var(--green); color: white; font-weight: 600; }

.nav-cta {
  background: var(--gold);
  color: var(--dark) !important;
  padding: 10px 22px;
  border-radius: 9px;
  font-weight: 700;
  font-size: 0.875rem;
  text-decoration: none;
  transition: all 0.2s;
  box-shadow: 0 3px 12px rgba(245,166,35,0.35);
  letter-spacing: 0.01em;
  cursor: pointer;
  border: none;
  font-family: 'DM Sans', sans-serif;
}
.nav-cta:hover { background: var(--gold-dark); transform: translateY(-1px); box-shadow: 0 6px 18px rgba(245,166,35,0.4); }

/* ─── TAB CONTENT ─── */
.tab-panel { display: none; }
.tab-panel.active { display: block; }

/* ─── PAGE SPACING ─── */
.page-start { padding-top: 72px; }

/* ─── HERO ─── */
.hero {
  min-height: 72vh;
  background: linear-gradient(160deg, var(--dark) 0%, #0f3d24 50%, #1a5c38 100%);
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0;
}
@media (min-width: 1400px) { .hero { min-height: 64vh; } }
@media (max-width: 900px)  { .hero { min-height: auto; padding: 32px 0; } }

.hero-bg-pattern {
  position: absolute; inset: 0;
  background-image:
    radial-gradient(circle at 20% 30%, rgba(26,122,74,0.25) 0%, transparent 50%),
    radial-gradient(circle at 80% 70%, rgba(245,166,35,0.08) 0%, transparent 40%),
    repeating-linear-gradient(45deg, transparent, transparent 60px, rgba(255,255,255,0.012) 60px, rgba(255,255,255,0.012) 61px);
}

.hero-inner {
  position: relative; z-index: 2;
  padding: 56px 8% 36px;
  max-width: 900px;
}
@media (min-width: 1400px) { .hero-inner { padding: 64px 8% 40px; } }

.hero-badge {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(245,166,35,0.15);
  border: 1px solid rgba(245,166,35,0.4);
  border-radius: 100px;
  padding: 6px 16px;
  margin-bottom: 32px;
}
.hero-badge-dot { width: 7px; height: 7px; background: var(--gold); border-radius: 50%; animation: pulse 2s infinite; }
@keyframes pulse { 0%,100% { opacity: 1; } 50% { opacity: 0.4; } }
.hero-badge-text { font-family: 'DM Mono', monospace; font-size: 0.68rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--gold); }

.hero h1 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(2.6rem, 5.5vw, 5rem);
  font-weight: 700;
  color: white;
  line-height: 1.07;
  letter-spacing: -0.02em;
  margin-bottom: 24px;
}
.hero h1 em { font-style: italic; color: var(--gold); }

.hero-sub {
  font-size: 1.1rem;
  color: rgba(255,255,255,0.65);
  max-width: 560px;
  margin-bottom: 40px;
  font-weight: 300;
  line-height: 1.75;
}

.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 0; }

.btn-primary {
  background: var(--gold);
  color: var(--dark);
  padding: 14px 28px;
  border-radius: 10px;
  font-weight: 700;
  font-size: 0.95rem;
  text-decoration: none;
  cursor: pointer;
  border: none;
  font-family: 'DM Sans', sans-serif;
  transition: all 0.2s;
  box-shadow: 0 4px 18px rgba(245,166,35,0.4);
}
.btn-primary:hover { background: var(--gold-dark); transform: translateY(-2px); }

.btn-outline {
  border: 1.5px solid rgba(255,255,255,0.3);
  color: white;
  padding: 14px 28px;
  border-radius: 10px;
  font-weight: 500;
  font-size: 0.95rem;
  text-decoration: none;
  cursor: pointer;
  background: transparent;
  font-family: 'DM Sans', sans-serif;
  transition: all 0.2s;
}
.btn-outline:hover { background: rgba(255,255,255,0.08); border-color: rgba(255,255,255,0.5); }

.hero-stats {
  display: flex;
  border-top: 1px solid rgba(255,255,255,0.1);
  background: rgba(0,0,0,0.2);
}
.stat-item {
  flex: 1;
  padding: 28px 6%;
  border-right: 1px solid rgba(255,255,255,0.08);
}
.stat-item:last-child { border-right: none; }
.stat-num { font-family: 'Playfair Display', serif; font-size: 2.2rem; font-weight: 900; color: white; line-height: 1; }
.stat-num span { color: var(--gold); }
.stat-label { font-family: 'DM Mono', monospace; font-size: 0.62rem; letter-spacing: 0.14em; text-transform: uppercase; color: rgba(255,255,255,0.45); margin-top: 5px; }

/* ─── AUDIENCE STRIP ─── */
.audience-strip {
  background: var(--green);
  padding: 18px 8%;
  display: flex;
  align-items: center;
  gap: 32px;
  overflow-x: auto;
}
.aud-label { font-family: 'DM Mono', monospace; font-size: 0.65rem; letter-spacing: 0.14em; text-transform: uppercase; color: rgba(255,255,255,0.5); white-space: nowrap; }
.aud-chips { display: flex; gap: 10px; flex-wrap: wrap; }
.aud-chip {
  background: rgba(255,255,255,0.12);
  border: 1px solid rgba(255,255,255,0.2);
  color: white;
  padding: 6px 14px;
  border-radius: 100px;
  font-size: 0.82rem;
  font-weight: 500;
  white-space: nowrap;
}

/* ─── SECTION COMMON ─── */
.section { padding: 96px 8%; }
.section-sm { padding: 64px 8%; }

.section-eyebrow {
  font-family: 'DM Mono', monospace;
  font-size: 0.68rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--green);
  margin-bottom: 12px;
  display: flex; align-items: center; gap: 10px;
}
.section-eyebrow::before { content: ''; width: 24px; height: 2px; background: var(--green); border-radius: 2px; display: inline-block; }

.section-title {
  font-family: 'Playfair Display', serif;
  font-size: clamp(2rem, 3.5vw, 3rem);
  font-weight: 700;
  color: var(--dark);
  line-height: 1.15;
  letter-spacing: -0.015em;
  margin-bottom: 16px;
}
.section-title em { font-style: italic; color: var(--green); }

.section-sub { color: var(--muted); font-size: 1.05rem; max-width: 560px; font-weight: 300; line-height: 1.7; }

/* ─── WHY GREENROOTS ─── */
.why-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 24px;
  margin-top: 56px;
}

.why-card {
  background: var(--green-pale);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 32px;
  transition: all 0.3s;
}
.why-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); border-color: var(--green-mid); }

.why-icon {
  width: 52px; height: 52px;
  background: var(--green);
  border-radius: 12px;
  display: flex; align-items: center; justify-content: center;
  font-size: 24px;
  margin-bottom: 20px;
  box-shadow: 0 4px 14px rgba(26,122,74,0.25);
}
.why-card h3 { font-family: 'Playfair Display', serif; font-size: 1.15rem; font-weight: 700; color: var(--dark); margin-bottom: 10px; }
.why-card p { color: var(--body); font-size: 0.9rem; line-height: 1.65; }

/* ─── COURSES TAB ─── */
.courses-header {
  background: linear-gradient(135deg, var(--dark) 0%, var(--green-dark) 100%);
  padding: 80px 8% 64px;
  text-align: center;
}
.courses-header h2 { font-family: 'Playfair Display', serif; font-size: clamp(2rem, 4vw, 3.2rem); font-weight: 700; color: white; margin-bottom: 14px; letter-spacing: -0.015em; }
.courses-header p { color: rgba(255,255,255,0.65); font-size: 1.05rem; max-width: 600px; margin: 0 auto; font-weight: 300; }

.pricing-banner {
  background: var(--gold-light);
  border: 1px solid rgba(245,166,35,0.3);
  border-radius: var(--radius);
  padding: 20px 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
  margin: 40px 8% 0;
}
.pricing-banner-left { display: flex; align-items: center; gap: 14px; }
.pricing-range { font-family: 'Playfair Display', serif; font-size: 1.8rem; font-weight: 900; color: var(--dark); }
.pricing-meta { font-size: 0.85rem; color: var(--body); }
.pricing-meta strong { color: var(--green-dark); }

.courses-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(340px, 1fr));
  gap: 28px;
  padding: 48px 8% 80px;
}

.course-card {
  background: white;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  overflow: hidden;
  transition: all 0.3s;
  display: flex;
  flex-direction: column;
}
.course-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-lg); border-color: transparent; }

.course-card-top {
  padding: 28px 28px 24px;
  background: var(--green-pale);
  border-bottom: 1px solid var(--border);
}

.course-tag {
  display: inline-flex; align-items: center; gap: 6px;
  background: var(--green);
  color: white;
  padding: 4px 12px;
  border-radius: 100px;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-bottom: 14px;
}

.course-emoji { font-size: 2rem; display: block; margin-bottom: 12px; }
.course-card h3 { font-family: 'Playfair Display', serif; font-size: 1.2rem; font-weight: 700; color: var(--dark); margin-bottom: 8px; line-height: 1.3; }
.course-card .course-desc { font-size: 0.875rem; color: var(--body); line-height: 1.6; }

.course-card-bottom { padding: 22px 28px; flex: 1; display: flex; flex-direction: column; justify-content: space-between; }

.course-meta { display: flex; gap: 20px; margin-bottom: 18px; flex-wrap: wrap; }
.course-meta-item { display: flex; align-items: center; gap: 6px; font-size: 0.82rem; color: var(--body); }
.course-meta-item svg { color: var(--green); flex-shrink: 0; }

.course-skills { display: flex; gap: 6px; flex-wrap: wrap; margin-bottom: 22px; }
.skill-tag {
  background: var(--green-light);
  color: var(--green-dark);
  padding: 3px 10px;
  border-radius: 6px;
  font-size: 0.72rem;
  font-weight: 600;
  border: 1px solid rgba(26,122,74,0.15);
}

.course-cta {
  width: 100%;
  background: var(--green);
  color: white;
  border: none;
  padding: 12px 20px;
  border-radius: 9px;
  font-weight: 600;
  font-size: 0.88rem;
  cursor: pointer;
  font-family: 'DM Sans', sans-serif;
  transition: all 0.2s;
  text-align: center;
}
.course-cta:hover { background: var(--green-dark); }

.career-note {
  background: var(--green);
  color: white;
  padding: 48px 8%;
  display: flex;
  align-items: center;
  gap: 40px;
  flex-wrap: wrap;
}
.career-note-icon { font-size: 3rem; flex-shrink: 0; }
.career-note h3 { font-family: 'Playfair Display', serif; font-size: 1.6rem; font-weight: 700; margin-bottom: 8px; }
.career-note p { color: rgba(255,255,255,0.75); font-size: 0.95rem; max-width: 600px; line-height: 1.7; }

/* ─── PLACEMENTS & REVIEWS ─── */
.placements-hero {
  background: linear-gradient(135deg, #0f3d24 0%, var(--green) 100%);
  padding: 80px 8% 64px;
  text-align: center;
}
.placements-hero h2 { font-family: 'Playfair Display', serif; font-size: clamp(2rem, 4vw, 3rem); color: white; font-weight: 700; margin-bottom: 14px; }
.placements-hero p { color: rgba(255,255,255,0.65); max-width: 560px; margin: 0 auto; font-size: 1rem; }

.placement-stats {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 2px;
  background: var(--border);
  margin: 40px 8%;
  border-radius: var(--radius);
  overflow: hidden;
}
.p-stat {
  background: white;
  padding: 36px 24px;
  text-align: center;
}
.p-stat-num { font-family: 'Playfair Display', serif; font-size: 2.8rem; font-weight: 900; color: var(--green); line-height: 1; }
.p-stat-num sup { font-size: 1.4rem; }
.p-stat-num sub { font-size: 1.2rem; }
.p-stat-label { font-size: 0.82rem; color: var(--muted); margin-top: 8px; font-weight: 500; }

.companies-section { padding: 64px 8%; background: var(--light); }
.companies-section h3 { font-family: 'Playfair Display', serif; font-size: 1.6rem; font-weight: 700; color: var(--dark); text-align: center; margin-bottom: 36px; }
.companies-grid { display: flex; gap: 16px; flex-wrap: wrap; justify-content: center; }
.company-pill {
  background: white;
  border: 1.5px solid var(--border);
  border-radius: 100px;
  padding: 10px 24px;
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--mid);
  display: flex; align-items: center; gap: 8px;
  transition: all 0.2s;
}
.company-pill:hover { border-color: var(--green); color: var(--green); box-shadow: var(--shadow); }
.company-dot { width: 8px; height: 8px; background: var(--green); border-radius: 50%; }

.reviews-section { padding: 80px 8%; }
.reviews-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(320px, 1fr)); gap: 24px; margin-top: 48px; }

.review-card {
  background: white;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 32px;
  transition: all 0.3s;
}
.review-card:hover { box-shadow: var(--shadow-md); transform: translateY(-3px); }

.review-stars { color: var(--gold); font-size: 1.1rem; margin-bottom: 14px; letter-spacing: 2px; }
.review-text { font-size: 0.92rem; color: var(--body); line-height: 1.75; font-style: italic; margin-bottom: 20px; }
.review-text::before { content: '"'; font-family: 'Playfair Display', serif; font-size: 2rem; color: var(--green-light); line-height: 0; vertical-align: -0.4em; margin-right: 4px; }

.reviewer { display: flex; align-items: center; gap: 12px; }
.reviewer-avatar {
  width: 44px; height: 44px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--green) 0%, var(--green-mid) 100%);
  display: flex; align-items: center; justify-content: center;
  color: white;
  font-weight: 700;
  font-size: 1rem;
  flex-shrink: 0;
}
.reviewer-name { font-weight: 600; font-size: 0.9rem; color: var(--dark); }
.reviewer-meta { font-size: 0.78rem; color: var(--muted); }
.reviewer-badge { display: inline-block; background: var(--green-light); color: var(--green-dark); padding: 2px 8px; border-radius: 4px; font-size: 0.68rem; font-weight: 600; margin-top: 3px; }

.placement-process { padding: 80px 8%; background: var(--green-pale); }
.process-steps { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 0; margin-top: 48px; position: relative; }
.process-step { text-align: center; padding: 24px; position: relative; }
.step-num {
  width: 52px; height: 52px;
  background: var(--green);
  color: white;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-family: 'Playfair Display', serif;
  font-size: 1.3rem;
  font-weight: 900;
  margin: 0 auto 16px;
  box-shadow: 0 4px 16px rgba(26,122,74,0.3);
}
.step-title { font-weight: 700; font-size: 0.95rem; color: var(--dark); margin-bottom: 8px; }
.step-desc { font-size: 0.82rem; color: var(--body); line-height: 1.6; }

/* ─── CONTACT ─── */
.contact-wrapper {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  min-height: calc(100vh - 72px);
}

.contact-left {
  background: linear-gradient(160deg, var(--dark) 0%, #0f3d24 100%);
  padding: 80px 7%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.contact-left h2 { font-family: 'Playfair Display', serif; font-size: 2.6rem; font-weight: 700; color: white; margin-bottom: 18px; line-height: 1.15; letter-spacing: -0.015em; }
.contact-left p { color: rgba(255,255,255,0.6); font-size: 1rem; margin-bottom: 48px; line-height: 1.7; font-weight: 300; }

.contact-info-items { display: flex; flex-direction: column; gap: 24px; }
.contact-info-item { display: flex; gap: 18px; }
.contact-icon {
  width: 46px; height: 46px;
  background: rgba(255,255,255,0.1);
  border: 1px solid rgba(255,255,255,0.15);
  border-radius: 10px;
  display: flex; align-items: center; justify-content: center;
  font-size: 20px;
  flex-shrink: 0;
}
.contact-info-text { display: flex; flex-direction: column; }
.contact-info-label { font-family: 'DM Mono', monospace; font-size: 0.62rem; letter-spacing: 0.14em; text-transform: uppercase; color: rgba(255,255,255,0.4); margin-bottom: 4px; }
.contact-info-value { color: white; font-size: 0.95rem; font-weight: 500; }
.contact-info-value a { color: var(--gold); text-decoration: none; }
.contact-info-value a:hover { text-decoration: underline; }

.whatsapp-btn {
  display: inline-flex; align-items: center; gap: 10px;
  margin-top: 36px;
  background: #25d366;
  color: white;
  padding: 14px 24px;
  border-radius: 10px;
  font-weight: 600;
  font-size: 0.95rem;
  text-decoration: none;
  width: fit-content;
  transition: all 0.2s;
}
.whatsapp-btn:hover { background: #1db954; transform: translateY(-2px); }

.contact-right {
  background: var(--light);
  padding: 80px 7%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.contact-form-title { font-family: 'Playfair Display', serif; font-size: 1.8rem; font-weight: 700; color: var(--dark); margin-bottom: 8px; }
.contact-form-sub { color: var(--muted); font-size: 0.9rem; margin-bottom: 36px; }

.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-bottom: 16px; }
.form-group { display: flex; flex-direction: column; gap: 6px; margin-bottom: 16px; }
.form-group label { font-size: 0.82rem; font-weight: 600; color: var(--mid); }

.form-input, .form-select, .form-textarea {
  padding: 12px 16px;
  border: 1.5px solid var(--border);
  border-radius: 9px;
  font-size: 0.9rem;
  color: var(--dark);
  background: white;
  font-family: 'DM Sans', sans-serif;
  transition: border-color 0.2s, box-shadow 0.2s;
  width: 100%;
}
.form-input:focus, .form-select:focus, .form-textarea:focus {
  outline: none;
  border-color: var(--green);
  box-shadow: 0 0 0 3px rgba(26,122,74,0.12);
}
.form-textarea { resize: vertical; min-height: 100px; }
.form-select { appearance: none; cursor: pointer; }

.form-submit {
  width: 100%;
  background: var(--green);
  color: white;
  border: none;
  padding: 15px 24px;
  border-radius: 10px;
  font-weight: 700;
  font-size: 1rem;
  cursor: pointer;
  font-family: 'DM Sans', sans-serif;
  transition: all 0.2s;
  margin-top: 8px;
}
.form-submit:hover { background: var(--green-dark); transform: translateY(-1px); }

/* Consent line + Turnstile widget spacing */
.consent-line {
  font-size: 0.75rem;
  color: var(--muted);
  margin: 12px 0 4px;
  line-height: 1.5;
}
.consent-line a { color: var(--green); text-decoration: underline; }
.cf-turnstile { margin: 16px 0 12px; min-height: 65px; }

/* Footer social row */
.footer-social {
  display: flex;
  gap: 12px;
  margin-top: 16px;
}
.footer-social a {
  display: inline-flex;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  background: rgba(255,255,255,0.08);
  border-radius: 50%;
  color: rgba(255,255,255,0.7);
  text-decoration: none;
  transition: all 0.2s;
  margin: 0;
}
.footer-social a:hover {
  background: var(--gold);
  color: var(--dark);
  transform: translateY(-2px);
}
.footer-social i { font-size: 1.1rem; }
.footer-final-bottom {
  border-top: 1px solid rgba(255,255,255,0.08);
  margin-top: 28px;
  padding-top: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.78rem;
  color: rgba(255,255,255,0.4);
  flex-wrap: wrap;
  gap: 12px;
}
.footer-final-bottom a { color: rgba(255,255,255,0.55); margin-left: 16px; }
.footer-final-bottom a:hover { color: var(--gold); }

/* ─── FOOTER ─── */
footer {
  background: var(--dark);
  color: rgba(255,255,255,0.65);
  padding: 72px 8% 36px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.8fr 1fr 1fr 1fr;
  gap: 48px;
  margin-bottom: 56px;
}

.footer-brand {}
.footer-brand .logo-name { color: white; font-size: 1.3rem; }
.footer-brand p { font-size: 0.85rem; line-height: 1.75; margin-top: 16px; max-width: 280px; color: rgba(255,255,255,0.45); }
.footer-brand-loc { font-size: 0.78rem; color: rgba(255,255,255,0.3); margin-top: 12px; }

.footer-col h4 { color: white; font-size: 0.78rem; font-family: 'DM Mono', monospace; letter-spacing: 0.12em; text-transform: uppercase; margin-bottom: 18px; }
.footer-col a { display: block; color: rgba(255,255,255,0.5); font-size: 0.875rem; text-decoration: none; margin-bottom: 10px; transition: color 0.2s; }
.footer-col a:hover { color: var(--gold); }

.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.08);
  padding-top: 28px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: gap;
  font-size: 0.78rem;
  color: rgba(255,255,255,0.3);
}

/* ─── RESPONSIVE ─── */
@media (max-width: 900px) {
  nav { padding: 0 5%; }
  .nav-tabs { display: none; }
  .hero h1 { font-size: 2.4rem; }
  .contact-wrapper { grid-template-columns: 1fr; }
  .contact-left { padding: 60px 6%; }
  .contact-right { padding: 60px 6%; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 36px; }
  .form-row { grid-template-columns: 1fr; }
  .mobile-menu-btn { display: flex; }
}

@media (max-width: 600px) {
  .hero-stats { flex-wrap: wrap; }
  .stat-item { min-width: 50%; border-right: none; border-bottom: 1px solid rgba(255,255,255,0.08); }
  .footer-grid { grid-template-columns: 1fr; }
  .courses-grid { grid-template-columns: 1fr; padding: 32px 5% 60px; }
  .section, .section-sm { padding: 64px 5%; }
}

/* ─── MOBILE NAV ─── */
.mobile-tabs {
  position: fixed;
  bottom: 0; left: 0; right: 0;
  background: white;
  border-top: 1px solid var(--border);
  display: none;
  justify-content: space-around;
  padding: 8px 0;
  z-index: 999;
}
/* ─── REDESIGNED MOBILE NAV ─── */
.mobile-tabs {
  /* override the earlier rule's white background with a subtle blur */
  background: rgba(255,255,255,0.94) !important;
  backdrop-filter: saturate(180%) blur(16px);
  -webkit-backdrop-filter: saturate(180%) blur(16px);
  border-top: 1px solid rgba(0,0,0,0.06) !important;
  padding: 4px 0 calc(4px + env(safe-area-inset-bottom)) !important;
  box-shadow: 0 -4px 24px rgba(0,0,0,0.04);
}
.mobile-tab-btn {
  position: relative;
  display: flex; flex-direction: column; align-items: center; gap: 2px;
  padding: 8px 6px 6px;
  border: none; background: transparent; cursor: pointer;
  font-family: 'DM Sans', sans-serif;
  color: #8a958e;
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  transition: color 0.25s ease, transform 0.25s ease;
  min-width: 0; flex: 1 1 0;
}
.mobile-tab-btn i {
  font-size: 1.15rem;
  transition: transform 0.3s cubic-bezier(.34,1.56,.64,1), color 0.25s ease;
  color: #8a958e;
}
/* Active state — top accent pill + bolder label */
.mobile-tab-btn::before {
  content: '';
  position: absolute; top: -4px; left: 50%; transform: translateX(-50%);
  width: 0; height: 3px;
  background: currentColor;
  border-radius: 0 0 3px 3px;
  transition: width 0.3s cubic-bezier(.34,1.56,.64,1);
}
.mobile-tab-btn.active::before { width: 32px; }
.mobile-tab-btn.active { color: var(--mt-color, var(--green)); font-weight: 700; }
.mobile-tab-btn.active i {
  color: var(--mt-color, var(--green));
  transform: translateY(-2px) scale(1.1);
}
/* Subtle "in flight" press feedback */
.mobile-tab-btn:active i { transform: scale(0.9); }
.mobile-tab-btn:hover:not(.active) { color: #4a5e57; }
.mobile-tab-btn:hover:not(.active) i { color: #4a5e57; }
/* Per-tab accent colors (active only) */
.mobile-tab-btn[data-mt="home"]     { --mt-color: var(--green); }
.mobile-tab-btn[data-mt="courses"]  { --mt-color: #0ea5e9; }   /* sky-blue: knowledge */
.mobile-tab-btn[data-mt="crt"]      { --mt-color: #f97316; }   /* orange: target/placement */
.mobile-tab-btn[data-mt="reviews"]  { --mt-color: #f5a623; }   /* gold: testimonials/wins */
.mobile-tab-btn[data-mt="abroad"]   { --mt-color: #1e40af; }   /* navy-blue: aspirational */
.mobile-tab-btn[data-mt="contact"]  { --mt-color: var(--green-dark); }

@media (max-width: 900px) { .mobile-tabs { display: flex; } }
@media (max-width: 360px) {
  .mobile-tab-btn { font-size: 0.58rem; padding: 8px 2px 6px; }
  .mobile-tab-btn i { font-size: 1.05rem; }
}

/* ─── GLOBAL: collapse inline 2-col grids on narrow viewports ─── */
@media (max-width: 640px) {
  div[style*="grid-template-columns: 1fr 1fr"]:not(.form-row):not(.contact-wrapper) {
    grid-template-columns: 1fr !important;
    gap: clamp(24px, 5vw, 36px) !important;
  }
}

/* ─── JOBS PORTAL ANNOUNCEMENT BAR ─── */
.jobs-banner {
  position: relative;
  background: linear-gradient(90deg, #0b3d2e 0%, #1a7a4a 45%, #f5a623 100%);
  color: #fff;
  padding: 9px 6%;
  display: flex; align-items: center; justify-content: center; gap: 14px;
  font-family: 'DM Sans', sans-serif;
  font-size: 0.82rem;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.01em;
  z-index: 1001;
  overflow: hidden;
}
.jobs-banner::before {
  content: ''; position: absolute; inset: 0;
  background:
    radial-gradient(circle at 20% 50%, rgba(255,255,255,0.18) 0%, transparent 30%),
    radial-gradient(circle at 80% 50%, rgba(255,255,255,0.10) 0%, transparent 35%);
  pointer-events: none;
}
.jobs-banner-pulse {
  display: inline-flex; width: 8px; height: 8px; border-radius: 50%;
  background: #76d672;
  box-shadow: 0 0 0 0 rgba(118,214,114,0.7);
  animation: jobs-pulse 2s infinite;
  flex-shrink: 0;
}
@keyframes jobs-pulse {
  0%   { box-shadow: 0 0 0 0 rgba(118,214,114,0.7); }
  70%  { box-shadow: 0 0 0 10px rgba(118,214,114,0); }
  100% { box-shadow: 0 0 0 0 rgba(118,214,114,0); }
}
.jobs-banner-text { position: relative; z-index: 1; }
.jobs-banner-tag {
  display: inline-block;
  background: rgba(255,255,255,0.18);
  border: 1px solid rgba(255,255,255,0.25);
  padding: 2px 9px;
  border-radius: 20px;
  font-family: 'DM Mono', monospace;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin-right: 8px;
}
.jobs-banner-cta {
  position: relative; z-index: 1;
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  border-bottom: 1px solid rgba(255,255,255,0.4);
  padding-bottom: 1px;
  transition: border-color 0.2s, color 0.2s;
  white-space: nowrap;
}
.jobs-banner-cta:hover { border-color: #fff; }
.jobs-banner-close {
  position: relative; z-index: 1;
  background: transparent; border: none; color: rgba(255,255,255,0.7); cursor: pointer;
  font-size: 1rem; padding: 0 4px;
  transition: color 0.2s;
}
.jobs-banner-close:hover { color: #fff; }
.jobs-banner[hidden] { display: none !important; }
@media (max-width: 640px) {
  .jobs-banner { font-size: 0.7rem; padding: 8px 12px; gap: 6px; white-space: nowrap; }
  .jobs-banner-tag { font-size: 0.52rem; padding: 2px 6px; margin-right: 4px; letter-spacing: 0.12em; }
  .jobs-banner-text-full { display: none; }
  .jobs-banner-cta { font-size: 0.72rem; }
  .jobs-banner-pulse { width: 6px; height: 6px; }
}
@media (min-width: 641px) {
  .jobs-banner-text-short { display: none; }
}

/* When jobs banner is visible, push nav down so it doesn't overlap */
body:has(.jobs-banner:not([hidden])) nav { top: 38px; }
body:has(.jobs-banner:not([hidden])) { padding-top: 0; }
@media (max-width: 640px) {
  body:has(.jobs-banner:not([hidden])) nav { top: 34px; }
}

/* ─── SCROLL TO TOP FAB ─── */
.scroll-to-top {
  position: fixed;
  right: 24px; bottom: 88px;
  width: 46px; height: 46px;
  border: none; border-radius: 50%;
  background: var(--dark);
  color: #fff;
  cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  font-size: 1rem;
  opacity: 0; pointer-events: none;
  transform: translateY(20px) scale(0.85);
  transition: opacity 0.3s ease, transform 0.3s cubic-bezier(.34,1.56,.64,1), background 0.2s;
  box-shadow: 0 6px 20px rgba(0,0,0,0.18);
  z-index: 998;
}
.scroll-to-top.visible {
  opacity: 1; pointer-events: auto;
  transform: translateY(0) scale(1);
}
.scroll-to-top:hover { background: var(--green-dark); transform: translateY(-3px) scale(1.05); }
.scroll-to-top:active { transform: scale(0.92); }
@media (max-width: 900px) {
  .scroll-to-top { bottom: 142px; right: 16px; width: 42px; height: 42px; }
}

/* ─── ANIMATIONS ─── */
.fade-in { opacity: 0; transform: translateY(24px); animation: fadeUp 0.7s ease forwards; }
@keyframes fadeUp { to { opacity: 1; transform: translateY(0); } }
.delay-1 { animation-delay: 0.1s; }
.delay-2 { animation-delay: 0.2s; }
.delay-3 { animation-delay: 0.3s; }

/* ─── CRT TAB ─── */
.crt-hero {
  background: linear-gradient(155deg, #0a1f12 0%, #0f3d24 40%, #1a5c38 100%);
  padding: 88px 8% 72px;
  position: relative;
  overflow: hidden;
}
.crt-hero::before {
  content: '';
  position: absolute; inset: 0;
  background: repeating-linear-gradient(
    -55deg, transparent, transparent 40px,
    rgba(255,255,255,0.013) 40px, rgba(255,255,255,0.013) 41px
  );
}
.crt-hero-inner { position: relative; z-index: 2; max-width: 780px; }
.crt-hero h2 { font-family: 'Playfair Display', serif; font-size: clamp(2.2rem, 4.5vw, 3.8rem); font-weight: 700; color: white; line-height: 1.1; margin-bottom: 18px; letter-spacing: -0.02em; }
.crt-hero h2 em { font-style: italic; color: var(--gold); }
.crt-hero p { color: rgba(255,255,255,0.65); font-size: 1.05rem; max-width: 580px; line-height: 1.75; font-weight: 300; margin-bottom: 36px; }

.crt-badges { display: flex; gap: 10px; flex-wrap: wrap; }
.crt-badge {
  background: rgba(255,255,255,0.1);
  border: 1px solid rgba(255,255,255,0.2);
  color: rgba(255,255,255,0.85);
  padding: 7px 16px;
  border-radius: 100px;
  font-size: 0.8rem;
  font-weight: 500;
}

.crt-mission {
  background: var(--gold);
  color: var(--dark);
  padding: 28px 8%;
  font-size: 1.05rem;
  font-weight: 600;
  text-align: center;
  line-height: 1.6;
}
.crt-mission strong { font-family: 'Playfair Display', serif; font-size: 1.25rem; }

.crt-challenges {
  padding: 80px 8%;
  background: var(--green-pale);
}
.crt-challenge-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 48px; }
.challenge-card {
  background: white;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 32px 28px;
  text-align: center;
  border-top: 4px solid var(--green);
}
.challenge-num { font-family: 'Playfair Display', serif; font-size: 3rem; font-weight: 900; color: var(--green-light); line-height: 1; margin-bottom: 10px; }
.challenge-card h4 { font-weight: 700; font-size: 1rem; color: var(--dark); margin-bottom: 8px; }
.challenge-card p { font-size: 0.85rem; color: var(--body); line-height: 1.6; }

.crt-phases { padding: 88px 8%; }
.phases-timeline { margin-top: 56px; display: flex; flex-direction: column; gap: 0; }

.phase-item {
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: 0;
  position: relative;
}
.phase-item:not(:last-child)::after {
  content: '';
  position: absolute;
  left: 39px; top: 80px; bottom: 0;
  width: 2px;
  background: linear-gradient(to bottom, var(--green), var(--border));
}
.phase-left { display: flex; flex-direction: column; align-items: center; padding-top: 4px; }
.phase-dot {
  width: 56px; height: 56px;
  background: var(--green);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  color: white;
  font-family: 'Playfair Display', serif;
  font-size: 1.1rem;
  font-weight: 900;
  flex-shrink: 0;
  box-shadow: 0 4px 16px rgba(26,122,74,0.3);
  z-index: 1;
}
.phase-right { padding: 0 0 56px 32px; }
.phase-tag { display: inline-block; background: var(--green-light); color: var(--green-dark); padding: 3px 10px; border-radius: 6px; font-size: 0.68rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; margin-bottom: 10px; }
.phase-right h3 { font-family: 'Playfair Display', serif; font-size: 1.35rem; font-weight: 700; color: var(--dark); margin-bottom: 10px; }
.phase-right p { color: var(--body); font-size: 0.9rem; margin-bottom: 16px; line-height: 1.65; }
.phase-modules { display: flex; gap: 8px; flex-wrap: wrap; }
.phase-module {
  background: var(--green-pale);
  border: 1px solid var(--border);
  color: var(--mid);
  padding: 4px 12px;
  border-radius: 6px;
  font-size: 0.78rem;
  font-weight: 500;
}

.crt-methodology { padding: 80px 8%; background: var(--dark); }
.crt-methodology .section-eyebrow { color: var(--gold); }
.crt-methodology .section-title { color: white; }
.method-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; margin-top: 48px; }
.method-card {
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: var(--radius);
  padding: 32px;
  transition: all 0.3s;
}
.method-card:hover { background: rgba(255,255,255,0.08); border-color: var(--green-mid); }
.method-icon { font-size: 2rem; margin-bottom: 16px; }
.method-card h4 { color: white; font-weight: 700; font-size: 1.05rem; margin-bottom: 10px; }
.method-card p { color: rgba(255,255,255,0.55); font-size: 0.875rem; line-height: 1.65; }

.crt-usp { padding: 80px 8%; }
.usp-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 24px; margin-top: 52px; }
.usp-card {
  border: 1.5px solid var(--border);
  border-radius: var(--radius);
  padding: 32px;
  position: relative;
  overflow: hidden;
  transition: all 0.3s;
}
.usp-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 4px; background: linear-gradient(90deg, var(--green), var(--green-mid)); }
.usp-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.usp-num { font-family: 'Playfair Display', serif; font-size: 3.5rem; font-weight: 900; color: var(--green-light); line-height: 1; margin-bottom: 12px; }
.usp-card h4 { font-weight: 700; font-size: 1rem; color: var(--dark); margin-bottom: 10px; }
.usp-card p { font-size: 0.875rem; color: var(--body); line-height: 1.65; }

.crt-formats { padding: 72px 8%; background: var(--green-pale); }
.formats-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 20px; margin-top: 48px; }
.format-card {
  background: white;
  border: 1px solid var(--border);
  border-radius: var(--radius-sm);
  padding: 28px 24px;
  text-align: center;
  transition: all 0.2s;
}
.format-card:hover { border-color: var(--green); box-shadow: var(--shadow); }
.format-icon { font-size: 2rem; margin-bottom: 12px; }
.format-card h4 { font-weight: 700; font-size: 0.95rem; color: var(--dark); margin-bottom: 6px; }
.format-card p { font-size: 0.8rem; color: var(--muted); }

.transformation-split {
  padding: 80px 8%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: start;
}
.transform-col h3 { font-family: 'Playfair Display', serif; font-size: 1.4rem; font-weight: 700; margin-bottom: 24px; }
.transform-before h3 { color: var(--dark); }
.transform-after h3 { color: var(--green); }
.transform-item { display: flex; gap: 14px; align-items: flex-start; margin-bottom: 16px; }
.transform-icon { width: 32px; height: 32px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 0.9rem; flex-shrink: 0; }
.transform-before .transform-icon { background: #fee2e2; }
.transform-after .transform-icon { background: var(--green-light); }
.transform-text { font-size: 0.9rem; color: var(--body); line-height: 1.5; padding-top: 6px; }

.crt-testimonials { padding: 80px 8%; background: var(--light); }
.crt-testimonials-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 48px; }
.crt-testimonial {
  background: white;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 28px;
}
.crt-testimonial-text { font-size: 0.92rem; color: var(--body); line-height: 1.75; font-style: italic; margin-bottom: 16px; }
.crt-testimonial-text::before { content: '"'; font-family: 'Playfair Display', serif; font-size: 2.5rem; color: var(--green-light); line-height: 0; vertical-align: -0.5em; margin-right: 4px; }

.crt-partnership { padding: 80px 8%; background: var(--green); color: white; }
.partnership-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; margin-top: 48px; }
.partnership-models { display: flex; flex-direction: column; gap: 16px; }
.partnership-model {
  background: rgba(255,255,255,0.12);
  border: 1px solid rgba(255,255,255,0.2);
  border-radius: var(--radius-sm);
  padding: 18px 22px;
  display: flex; align-items: center; gap: 14px;
}
.p-check { color: var(--gold); font-size: 1.2rem; flex-shrink: 0; }
.p-model-text { font-size: 0.9rem; color: rgba(255,255,255,0.85); font-weight: 500; }

.college-benefits { list-style: none; }
.college-benefits li { display: flex; gap: 12px; align-items: flex-start; margin-bottom: 14px; color: rgba(255,255,255,0.8); font-size: 0.9rem; line-height: 1.5; }
.college-benefits li::before { content: '✦'; color: var(--gold); flex-shrink: 0; margin-top: 1px; }

@media (max-width: 900px) {
  .crt-challenge-grid { grid-template-columns: 1fr; }
  .method-grid { grid-template-columns: 1fr; }
  .crt-testimonials-grid { grid-template-columns: 1fr; }
  .partnership-grid { grid-template-columns: 1fr; gap: 36px; }
  .transformation-split { grid-template-columns: 1fr; }
  .phase-item { grid-template-columns: 60px 1fr; }
}

/* ─── TOAST ─── */
.toast {
  position: fixed; bottom: 80px; left: 50%; transform: translateX(-50%);
  background: var(--green-dark); color: white;
  padding: 14px 24px; border-radius: 10px;
  font-weight: 600; font-size: 0.9rem;
  z-index: 9999;
  opacity: 0; pointer-events: none;
  transition: opacity 0.3s;
  white-space: nowrap;
}
.toast.show { opacity: 1; }

/* ─── FLOATING WHATSAPP FAB ─── */
.wa-fab {
  position: fixed; bottom: 24px; right: 24px;
  width: 60px; height: 60px;
  background: #25d366; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 6px 22px rgba(37,211,102,0.45);
  z-index: 9998; cursor: pointer; text-decoration: none;
  transition: transform 0.2s, box-shadow 0.2s;
  animation: waPulse 2.6s infinite;
}
.wa-fab:hover { transform: scale(1.08); }
.wa-fab svg { width: 33px; height: 33px; fill: white; }
@keyframes waPulse {
  0% { box-shadow: 0 6px 22px rgba(37,211,102,0.45), 0 0 0 0 rgba(37,211,102,0.5); }
  70% { box-shadow: 0 6px 22px rgba(37,211,102,0.45), 0 0 0 16px rgba(37,211,102,0); }
  100% { box-shadow: 0 6px 22px rgba(37,211,102,0.45), 0 0 0 0 rgba(37,211,102,0); }
}
.wa-fab-label {
  position: absolute; right: 72px;
  background: var(--dark); color: white;
  padding: 8px 14px; border-radius: 8px;
  font-size: 0.8rem; font-weight: 600; white-space: nowrap;
  opacity: 0; pointer-events: none; transition: opacity 0.2s;
}
.wa-fab:hover .wa-fab-label { opacity: 1; }
@media (max-width: 900px) { .wa-fab { bottom: 78px; } }

/* ─── SOCIAL ICONS ─── */
.social-row { display: flex; gap: 12px; margin-top: 22px; }
.social-link {
  width: 40px; height: 40px; border-radius: 10px;
  background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.12);
  display: flex; align-items: center; justify-content: center;
  transition: all 0.2s;
}
.social-link svg { width: 18px; height: 18px; fill: rgba(255,255,255,0.7); transition: fill 0.2s; }
.social-link:hover { background: var(--gold); border-color: var(--gold); transform: translateY(-2px); }
.social-link:hover svg { fill: var(--dark); }

/* ─── TRAINER TAB ─── */
.trainer-hero {
  min-height: 90vh;
  background: linear-gradient(145deg, #060e09 0%, #0d1f12 35%, #0f3520 65%, #1a4a28 100%);
  display: flex; flex-direction: column; justify-content: flex-end;
  position: relative; overflow: hidden;
}
.trainer-hero-orbs {
  position: absolute; inset: 0; pointer-events: none;
}
.trainer-hero-orbs::before {
  content: '';
  position: absolute;
  width: 700px; height: 700px;
  top: -200px; right: -150px;
  background: radial-gradient(circle, rgba(245,166,35,0.13) 0%, transparent 65%);
  border-radius: 50%;
}
.trainer-hero-orbs::after {
  content: '';
  position: absolute;
  width: 500px; height: 500px;
  bottom: -100px; left: 10%;
  background: radial-gradient(circle, rgba(26,122,74,0.22) 0%, transparent 65%);
  border-radius: 50%;
}
.trainer-hero-grid-lines {
  position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.025) 1px, transparent 1px);
  background-size: 64px 64px;
}

.trainer-hero-inner {
  position: relative; z-index: 2;
  padding: 110px 8% 0;
  max-width: 820px;
}

.trainer-eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  background: rgba(245,166,35,0.15);
  border: 1px solid rgba(245,166,35,0.45);
  border-radius: 100px;
  padding: 7px 18px;
  margin-bottom: 30px;
}
.trainer-eyebrow-dot { width: 7px; height: 7px; background: var(--gold); border-radius: 50%; animation: pulse 2s infinite; }
.trainer-eyebrow-text { font-family: 'DM Mono', monospace; font-size: 0.68rem; letter-spacing: 0.16em; text-transform: uppercase; color: var(--gold); }

.trainer-hero h1 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(3rem, 6.5vw, 5.8rem);
  font-weight: 700;
  color: white;
  line-height: 1.04;
  letter-spacing: -0.02em;
  margin-bottom: 26px;
}
.trainer-hero h1 em { font-style: italic; color: var(--gold); display: block; }

.trainer-hero-sub {
  font-size: 1.12rem;
  color: rgba(255,255,255,0.6);
  max-width: 600px;
  line-height: 1.75;
  font-weight: 300;
  margin-bottom: 42px;
}

.trainer-hero-ctas { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 72px; }

.trainer-stats-bar {
  position: relative; z-index: 2;
  display: flex;
  background: rgba(0,0,0,0.35);
  border-top: 1px solid rgba(255,255,255,0.07);
  backdrop-filter: blur(8px);
}
.trainer-stat {
  flex: 1; padding: 28px 5%;
  border-right: 1px solid rgba(255,255,255,0.07);
  text-align: center;
}
.trainer-stat:last-child { border-right: none; }
.trainer-stat-num {
  font-family: 'Playfair Display', serif;
  font-size: 2.2rem; font-weight: 900; color: var(--gold); line-height: 1;
}
.trainer-stat-label {
  font-family: 'DM Mono', monospace;
  font-size: 0.6rem; letter-spacing: 0.14em; text-transform: uppercase;
  color: rgba(255,255,255,0.38); margin-top: 6px;
}

/* Profile Cards */
.trainer-profiles { padding: 88px 8%; }
.profiles-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 52px;
}
.profile-card {
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid var(--border);
  transition: all 0.3s;
  position: relative;
}
.profile-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); border-color: transparent; }
.profile-card-top {
  padding: 40px 32px 32px;
  position: relative;
  overflow: hidden;
}
.profile-card:nth-child(1) .profile-card-top { background: linear-gradient(135deg, #0f3520 0%, #1a5c38 100%); }
.profile-card:nth-child(2) .profile-card-top { background: linear-gradient(135deg, #1a0a00 0%, #c0392b 100%); }
.profile-card:nth-child(3) .profile-card-top { background: linear-gradient(135deg, #0a0a1a 0%, #833ab4 100%); }

.profile-icon { font-size: 3rem; margin-bottom: 18px; display: block; }
.profile-card-top h3 {
  font-family: 'Playfair Display', serif;
  font-size: 1.35rem; font-weight: 700; color: white; margin-bottom: 10px; line-height: 1.25;
}
.profile-card-top p { font-size: 0.875rem; color: rgba(255,255,255,0.65); line-height: 1.65; }

.profile-card-bottom { padding: 28px 32px; background: white; }
.profile-requirement {
  display: flex; gap: 10px; align-items: flex-start;
  margin-bottom: 12px; font-size: 0.875rem; color: var(--body); line-height: 1.5;
}
.profile-req-dot { width: 6px; height: 6px; background: var(--green); border-radius: 50%; flex-shrink: 0; margin-top: 6px; }

/* Why Join */
.why-join { padding: 88px 8%; background: var(--dark); }
.why-join-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 52px;
}
.wj-card {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.09);
  border-radius: var(--radius);
  padding: 32px 28px;
  transition: all 0.3s;
}
.wj-card:hover { background: rgba(255,255,255,0.07); border-color: rgba(26,122,74,0.5); transform: translateY(-3px); }
.wj-icon { font-size: 2rem; margin-bottom: 16px; }
.wj-card h4 { color: white; font-weight: 700; font-size: 1rem; margin-bottom: 10px; }
.wj-card p { color: rgba(255,255,255,0.5); font-size: 0.875rem; line-height: 1.65; }

/* What You'll Do */
.trainer-roles { padding: 88px 8%; }
.roles-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  margin-top: 52px;
}
.role-card {
  background: var(--green-pale);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 32px;
  display: flex; gap: 20px;
  transition: all 0.3s;
}
.role-card:hover { border-color: var(--green-mid); box-shadow: var(--shadow); transform: translateY(-3px); }
.role-num {
  font-family: 'Playfair Display', serif;
  font-size: 2.4rem; font-weight: 900;
  color: var(--green-light); line-height: 1; flex-shrink: 0; width: 48px;
}
.role-card h4 { font-weight: 700; color: var(--dark); font-size: 1rem; margin-bottom: 8px; }
.role-card p { font-size: 0.875rem; color: var(--body); line-height: 1.65; }

/* Income Section */
.income-section {
  padding: 96px 8%;
  background: linear-gradient(135deg, #060e09 0%, #0d2318 100%);
  position: relative; overflow: hidden;
}
.income-section::before {
  content: '';
  position: absolute; top: -200px; right: -200px;
  width: 600px; height: 600px;
  background: radial-gradient(circle, rgba(245,166,35,0.1) 0%, transparent 65%);
  border-radius: 50%;
}
.income-section .section-eyebrow { color: var(--gold); }
.income-section .section-title { color: white; }
.income-section .section-title em { color: var(--gold); font-style: italic; }

.income-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 52px;
}
.income-card {
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: var(--radius);
  padding: 36px 28px;
  text-align: center;
  position: relative;
  transition: all 0.3s;
}
.income-card:hover { background: rgba(255,255,255,0.08); border-color: rgba(245,166,35,0.4); transform: translateY(-4px); }
.income-card.featured {
  border-color: var(--gold);
  background: rgba(245,166,35,0.08);
}
.income-card.featured::before {
  content: '★ Most Popular';
  position: absolute; top: -14px; left: 50%; transform: translateX(-50%);
  background: var(--gold); color: var(--dark);
  padding: 4px 16px; border-radius: 100px;
  font-size: 0.68rem; font-weight: 700; letter-spacing: 0.05em; white-space: nowrap;
}
.income-profile { font-family: 'DM Mono', monospace; font-size: 0.65rem; letter-spacing: 0.14em; text-transform: uppercase; color: rgba(255,255,255,0.4); margin-bottom: 16px; }
.income-current { font-size: 0.875rem; color: rgba(255,255,255,0.45); margin-bottom: 8px; }
.income-current span { font-weight: 700; color: rgba(255,255,255,0.7); }
.income-plus { font-size: 1.5rem; color: var(--gold); font-weight: 700; margin: 10px 0; }
.income-greenroots { font-size: 0.875rem; color: rgba(255,255,255,0.45); margin-bottom: 16px; }
.income-greenroots span { font-weight: 700; color: var(--gold); }
.income-total {
  border-top: 1px solid rgba(255,255,255,0.1);
  padding-top: 16px; margin-top: 8px;
}
.income-total-num { font-family: 'Playfair Display', serif; font-size: 2.4rem; font-weight: 900; color: white; line-height: 1; }
.income-total-num sup { font-size: 1.2rem; color: var(--gold); }
.income-multiplier { font-size: 0.78rem; color: var(--green-mid); font-weight: 700; margin-top: 6px; letter-spacing: 0.05em; }

.income-disclaimer {
  text-align: center; margin-top: 28px;
  font-size: 0.78rem; color: rgba(255,255,255,0.3);
  font-style: italic;
}

/* Application Form */
.trainer-apply { padding: 88px 8%; background: var(--light); }
.apply-split {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 64px;
  align-items: start;
  margin-top: 52px;
}
.apply-left h3 { font-family: 'Playfair Display', serif; font-size: 1.6rem; font-weight: 700; color: var(--dark); margin-bottom: 16px; }
.apply-left p { font-size: 0.9rem; color: var(--body); line-height: 1.7; margin-bottom: 28px; }
.apply-steps { display: flex; flex-direction: column; gap: 18px; }
.apply-step { display: flex; gap: 16px; align-items: flex-start; }
.apply-step-num {
  width: 36px; height: 36px; border-radius: 50%;
  background: var(--green); color: white;
  display: flex; align-items: center; justify-content: center;
  font-family: 'Playfair Display', serif; font-weight: 700; font-size: 0.95rem;
  flex-shrink: 0;
}
.apply-step-text h5 { font-weight: 700; font-size: 0.9rem; color: var(--dark); margin-bottom: 3px; }
.apply-step-text p { font-size: 0.82rem; color: var(--muted); line-height: 1.5; }

.apply-form {
  background: white;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 40px;
  box-shadow: var(--shadow);
}
.apply-form-title { font-family: 'Playfair Display', serif; font-size: 1.4rem; font-weight: 700; color: var(--dark); margin-bottom: 6px; }
.apply-form-sub { font-size: 0.82rem; color: var(--muted); margin-bottom: 28px; }

@media (max-width: 900px) {
  .profiles-grid { grid-template-columns: 1fr; }
  .why-join-grid { grid-template-columns: 1fr 1fr; }
  .roles-grid { grid-template-columns: 1fr; }
  .income-grid { grid-template-columns: 1fr; }
  .apply-split { grid-template-columns: 1fr; gap: 36px; }
  .trainer-stats-bar { flex-wrap: wrap; }
  .trainer-stat { min-width: 50%; border-right: none; border-bottom: 1px solid rgba(255,255,255,0.07); }
}
@media (max-width: 600px) {
  .why-join-grid { grid-template-columns: 1fr; }
  .apply-form { padding: 28px 20px; }
}

/* ─── TAB TRANSITION ─── */
.tab-panel.active { animation: panelFade 0.55s ease; }
@keyframes panelFade { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: none; } }

/* ─── SCROLL REVEAL ─── */
.reveal { opacity: 0; transform: translateY(26px); transition: opacity .7s cubic-bezier(.2,.7,.2,1), transform .7s cubic-bezier(.2,.7,.2,1); }
.reveal.in { opacity: 1; transform: none; }

/* ─── REVIEW CAROUSEL ─── */
.review-carousel { display: grid; margin-top: 44px; }
.review-carousel .review-card { max-width: 720px; margin: 0 auto; width: 100%; }
.review-carousel .review-text { font-size: 1.02rem; }
.review-slide { grid-area: 1 / 1; opacity: 0; visibility: hidden; transform: translateY(12px); transition: opacity .7s ease, transform .7s ease; pointer-events: none; }
.review-slide.active { opacity: 1; visibility: visible; transform: none; pointer-events: auto; }
.review-dots { display: flex; gap: 9px; justify-content: center; margin-top: 30px; }
.review-dot { width: 9px; height: 9px; border-radius: 50%; background: var(--border); border: none; cursor: pointer; padding: 0; transition: all .25s; }
.review-dot:hover { background: var(--green-mid); }
.review-dot.active { background: var(--green); width: 28px; border-radius: 5px; }

/* ─── LIVING HERO ─── */
.hero-bg-pattern { animation: heroDrift 20s ease-in-out infinite alternate; }
@keyframes heroDrift { from { transform: translate(0,0) scale(1); } to { transform: translate(-2%,-1%) scale(1.06); } }

/* ─── REDUCED MOTION ─── */
@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1 !important; transform: none !important; }
  .tab-panel.active, .hero-bg-pattern { animation: none !important; }
}

/* ─── Trainer (Rushi) section ─── */
.trainer-section { background: linear-gradient(180deg, #fff 0%, var(--green-pale) 100%); }
.trainer-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 72px;
  align-items: center;
}
.trainer-lede { color: var(--body); font-size: 1rem; line-height: 1.75; margin-bottom: 32px; }
.trainer-lede strong { color: var(--green-dark); font-weight: 700; }
.trainer-blocks { display: flex; flex-direction: column; gap: 18px; }
.trainer-block {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 14px;
  padding: 20px 22px;
  transition: all 0.25s ease;
}
.trainer-block:hover { border-color: var(--green-mid); transform: translateX(4px); }
.trainer-block-eyebrow {
  font-family: 'DM Mono', monospace;
  font-size: 0.68rem; letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--green-dark); margin-bottom: 6px;
  display: flex; align-items: center; gap: 8px;
}
.trainer-block p { font-size: 0.92rem; color: var(--body); line-height: 1.65; margin: 0; }

/* Trainer card */
.trainer-card {
  position: relative;
  background: linear-gradient(150deg, var(--green-dark) 0%, var(--green) 60%, #1a5c38 100%);
  border-radius: 22px;
  padding: 44px 36px 32px;
  text-align: center;
  color: #fff;
  box-shadow: 0 20px 50px rgba(11,61,46,0.25);
  overflow: hidden;
}
.trainer-card::before {
  content: ''; position: absolute; inset: 0; pointer-events: none;
  background:
    radial-gradient(circle at 80% 0%, rgba(245,166,35,0.15) 0%, transparent 45%),
    radial-gradient(circle at 0% 100%, rgba(255,255,255,0.06) 0%, transparent 50%);
}
.trainer-card > * { position: relative; }
.trainer-card-badge {
  display: inline-block;
  font-family: 'DM Mono', monospace;
  font-size: 0.62rem; letter-spacing: 0.22em; text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 22px;
}
.trainer-avatar {
  position: relative;
  width: 108px; height: 108px; margin: 0 auto 22px;
  background: linear-gradient(135deg, var(--gold) 0%, var(--gold-dark) 100%);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 10px 30px rgba(245,166,35,0.4), inset 0 -4px 12px rgba(0,0,0,0.15);
}
.trainer-avatar-mono {
  font-family: 'Playfair Display', serif;
  font-weight: 700; font-size: 3.4rem;
  color: var(--green-dark);
  line-height: 1;
}
.trainer-avatar-years {
  position: absolute; bottom: -6px; right: -8px;
  background: var(--dark);
  color: #fff;
  font-family: 'DM Mono', monospace;
  font-size: 0.7rem; font-weight: 700;
  padding: 6px 10px; border-radius: 12px;
  border: 2px solid #fff;
  letter-spacing: 0.04em;
}
.trainer-avatar-years small { font-size: 0.55rem; opacity: 0.7; font-weight: 500; margin-left: 1px; }
.trainer-name {
  font-family: 'Playfair Display', serif;
  font-size: 1.9rem; font-weight: 700;
  color: #fff; line-height: 1; margin-bottom: 8px;
  letter-spacing: -0.01em;
}
.trainer-title {
  font-family: 'DM Sans', sans-serif;
  font-size: 1rem; font-weight: 600;
  color: var(--gold); margin-bottom: 6px;
}
.trainer-subtitle {
  font-size: 0.82rem; color: rgba(255,255,255,0.65);
  font-weight: 400;
  margin-bottom: 22px;
}
.trainer-emoji-row {
  display: inline-block;
  background: rgba(255,255,255,0.10);
  border: 1px solid rgba(255,255,255,0.18);
  padding: 7px 16px; border-radius: 100px;
  font-size: 0.85rem; font-weight: 600;
  margin-bottom: 26px;
  backdrop-filter: blur(8px);
}
.trainer-skills {
  display: flex; flex-wrap: wrap; gap: 8px;
  justify-content: center;
  padding-top: 22px;
  border-top: 1px solid rgba(255,255,255,0.10);
}
.trainer-skills .skill-tag {
  background: rgba(255,255,255,0.10);
  color: #fff;
  border-color: rgba(255,255,255,0.15);
  font-size: 0.72rem;
}

@media (max-width: 900px) {
  .trainer-grid { grid-template-columns: 1fr; gap: 36px; }
  .trainer-card { padding: 36px 26px 26px; }
}

/* ═══════════════════════════════════════════════════════════
   STUDY ABROAD TAB — dark navy theme with gold + SIG-blue accents
   ═══════════════════════════════════════════════════════════ */

/* Hero */
.sa-hero {
  position: relative;
  background:
    radial-gradient(ellipse at 80% 0%, rgba(59,130,246,0.18) 0%, transparent 50%),
    radial-gradient(ellipse at 20% 100%, rgba(245,166,35,0.12) 0%, transparent 50%),
    linear-gradient(135deg, var(--navy) 0%, var(--navy-mid) 50%, var(--navy) 100%);
  color: var(--navy-text);
  padding: 120px 6% 100px;
  text-align: center;
  overflow: hidden;
}
.sa-hero::before {
  content: ''; position: absolute; inset: 0; pointer-events: none;
  background-image:
    radial-gradient(circle at 15% 30%, rgba(255,255,255,0.08) 0, transparent 2px),
    radial-gradient(circle at 78% 70%, rgba(255,255,255,0.05) 0, transparent 1px),
    radial-gradient(circle at 45% 85%, rgba(255,255,255,0.06) 0, transparent 1.5px);
  background-size: 240px 240px;
  opacity: 0.6;
}
.sa-hero-inner { position: relative; max-width: 1100px; margin: 0 auto; }
.sa-partnership-badge {
  display: inline-flex; align-items: center; gap: 12px;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.15);
  backdrop-filter: blur(8px);
  border-radius: 50px; padding: 10px 22px;
  font-family: 'DM Mono', monospace; font-size: 0.78rem;
  letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 32px;
}
.sa-partnership-badge::before {
  content: ''; width: 8px; height: 8px; border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 12px var(--gold);
}
.sa-hero h1 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(2.4rem, 5.5vw, 4.4rem);
  font-weight: 700; line-height: 1.05;
  margin: 0 0 22px; letter-spacing: -0.015em;
  color: #fff;
}
.sa-hero h1 .sa-accent {
  background: linear-gradient(135deg, var(--gold) 0%, #ffb84d 100%);
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent; font-style: italic;
}
.sa-hero-sub {
  font-size: 1.15rem; max-width: 660px; margin: 0 auto 56px;
  color: var(--navy-muted); line-height: 1.7;
}
.sa-hero-stats {
  display: grid; grid-template-columns: repeat(5, 1fr); gap: 24px;
  max-width: 980px; margin: 0 auto;
  padding-top: 40px; border-top: 1px solid var(--navy-line);
}
.sa-hero-stat .num {
  font-family: 'Playfair Display', serif; font-weight: 700;
  font-size: 2.2rem; color: var(--gold); line-height: 1;
  margin-bottom: 8px;
}
.sa-hero-stat .label {
  font-family: 'DM Mono', monospace; font-size: 0.62rem;
  letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--navy-muted);
}

/* Value strip */
.sa-value-strip {
  background: linear-gradient(90deg, var(--gold-dark) 0%, var(--gold) 50%, var(--gold-dark) 100%);
  padding: 18px 6%;
  display: flex; flex-wrap: wrap; justify-content: center; align-items: center;
  gap: 8px 32px;
  color: var(--navy);
  font-family: 'DM Mono', monospace; font-size: 0.78rem;
  letter-spacing: 0.06em; text-transform: uppercase; font-weight: 600;
}
.sa-value-strip span { display: inline-flex; align-items: center; gap: 8px; }
.sa-value-strip i { font-size: 1rem; }
.sa-value-strip .sep { opacity: 0.4; }

/* Partnership section */
.sa-partnership { padding: 96px 6%; background: #fbfaf5; }
.sa-partnership-grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: 56px;
  max-width: 1180px; margin: 0 auto; align-items: stretch;
}
.sig-card {
  background: linear-gradient(160deg, var(--navy) 0%, var(--navy-mid) 100%);
  color: var(--navy-text); border-radius: 24px;
  padding: 40px 36px;
  position: relative; overflow: hidden;
  box-shadow: 0 20px 60px rgba(10,25,41,0.15);
}
.sig-card::before {
  content: ''; position: absolute; top: -50%; right: -30%;
  width: 80%; height: 200%;
  background: radial-gradient(ellipse, rgba(59,130,246,0.18) 0%, transparent 65%);
  pointer-events: none;
}
.sig-eyebrow {
  display: inline-block;
  font-family: 'DM Mono', monospace;
  font-size: 0.7rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 18px;
  position: relative;
  padding-left: 26px;
}
.sig-eyebrow::before {
  content: ''; position: absolute; left: 0; top: 50%;
  transform: translateY(-50%);
  width: 18px; height: 1px;
  background: var(--gold);
}
.sig-card h3 {
  font-family: 'Playfair Display', serif; font-size: 1.8rem;
  margin: 0 0 12px; color: #fff; line-height: 1.2;
}
.sig-card .sig-blurb { color: var(--navy-muted); font-size: 0.92rem; line-height: 1.7; margin-bottom: 32px; position: relative; }
.sig-stats {
  display: grid; grid-template-columns: 1fr 1fr; gap: 22px;
  position: relative; padding-top: 26px;
  border-top: 1px solid var(--navy-line);
}
.sig-stat .num {
  font-family: 'Playfair Display', serif; font-weight: 700;
  font-size: 1.85rem; color: var(--gold); line-height: 1; margin-bottom: 6px;
}
.sig-stat .label {
  font-family: 'DM Mono', monospace; font-size: 0.6rem;
  letter-spacing: 0.14em; text-transform: uppercase; color: var(--navy-muted);
}
.sa-partnership-right h3 {
  font-family: 'Playfair Display', serif; font-size: 2.4rem;
  font-weight: 900; line-height: 1.1;
  color: var(--green); margin: 0 0 16px; letter-spacing: -0.01em;
}
.sa-partnership-right .lede {
  font-size: 1.05rem; color: var(--mid); margin-bottom: 32px; line-height: 1.7;
}
.sa-highlight {
  display: flex; gap: 18px; margin-bottom: 24px;
  padding: 18px 20px; border-radius: 14px;
  background: var(--white); border: 1px solid var(--border);
  transition: all 0.25s ease;
}
.sa-highlight:hover { border-color: var(--green-mid); transform: translateX(4px); }
.sa-highlight-icon {
  flex: 0 0 44px; height: 44px; border-radius: 12px;
  background: var(--green-light); color: var(--green);
  display: flex; align-items: center; justify-content: center; font-size: 1.2rem;
}
.sa-highlight-content h4 {
  font-family: 'Playfair Display', serif; font-size: 1.1rem;
  margin: 0 0 4px; color: var(--dark);
}
.sa-highlight-content p { font-size: 0.88rem; color: var(--muted); line-height: 1.6; margin: 0; }

/* Destinations */
.sa-destinations {
  padding: 96px 6% 80px;
  background: linear-gradient(180deg, #fff 0%, var(--green-pale) 100%);
}
.sa-section-eyebrow {
  font-family: 'DM Mono', monospace; font-size: 0.7rem; letter-spacing: 0.18em;
  text-transform: uppercase; color: var(--gold); text-align: center; margin-bottom: 12px;
}
.sa-section-title {
  font-family: 'Playfair Display', serif; font-size: clamp(1.9rem, 3.6vw, 2.8rem);
  font-weight: 700; text-align: center; max-width: 720px; margin: 0 auto 16px;
  letter-spacing: -0.01em; color: var(--dark);
}
.sa-section-sub {
  text-align: center; color: var(--mid); max-width: 600px; margin: 0 auto 52px;
  font-size: 1rem; line-height: 1.7;
}
.sa-countries-grid {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 18px;
  max-width: 1180px; margin: 0 auto;
}
.sa-country-card {
  background: #fff; border: 1px solid var(--border); border-radius: 16px;
  padding: 24px 22px; transition: all 0.3s ease;
  cursor: pointer; position: relative;
}
.sa-country-card:hover {
  transform: translateY(-4px); border-color: var(--green-mid);
  box-shadow: var(--shadow-md);
}
.sa-country-flag { font-size: 2.4rem; margin-bottom: 12px; display: block; }
.sa-country-name {
  font-family: 'Playfair Display', serif; font-weight: 700; font-size: 1.25rem;
  color: var(--dark); margin: 0 0 6px;
}
.sa-country-tag {
  display: inline-block; background: var(--green-light); color: var(--green-dark);
  padding: 4px 10px; border-radius: 6px;
  font-size: 0.68rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase;
  margin-bottom: 12px;
}
.sa-country-desc { font-size: 0.82rem; color: var(--muted); line-height: 1.55; margin: 0; }

/* Services on dark */
.sa-services {
  padding: 96px 6%;
  background: var(--navy);
  color: var(--navy-text);
}
.sa-services .sa-section-eyebrow { color: var(--gold); }
.sa-services .sa-section-title { color: #fff; }
.sa-services .sa-section-sub { color: var(--navy-muted); }
.sa-services-grid {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 22px;
  max-width: 1180px; margin: 0 auto;
}
.sa-service-card {
  background: rgba(255,255,255,0.04);
  border: 1px solid var(--navy-line);
  border-radius: 16px;
  padding: 28px 24px;
  transition: all 0.3s ease;
}
.sa-service-card:hover {
  background: rgba(255,255,255,0.07);
  border-color: var(--gold);
  transform: translateY(-3px);
}
.sa-service-num {
  font-family: 'DM Mono', monospace; font-size: 0.65rem;
  letter-spacing: 0.16em; color: var(--gold); margin-bottom: 14px;
}
.sa-service-icon {
  width: 48px; height: 48px; border-radius: 12px;
  background: linear-gradient(135deg, var(--gold) 0%, var(--gold-dark) 100%);
  color: var(--navy); display: flex; align-items: center; justify-content: center;
  font-size: 1.2rem; margin-bottom: 18px;
}
.sa-service-card h4 {
  font-family: 'Playfair Display', serif; font-size: 1.3rem;
  color: #fff; margin: 0 0 10px;
}
.sa-service-card p { font-size: 0.9rem; color: var(--navy-muted); line-height: 1.65; margin: 0; }

/* Test prep grid */
.sa-test-prep { padding: 96px 6%; background: #fff; }
.sa-test-grid {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(140px, 1fr)); gap: 16px;
  max-width: 1180px; margin: 0 auto;
}
.sa-test-card {
  background: var(--white); border: 1px solid var(--border); border-radius: 14px;
  padding: 26px 16px; text-align: center; transition: all 0.25s ease;
}
.sa-test-card:hover { border-color: var(--gold); transform: translateY(-3px); box-shadow: var(--shadow); }
.sa-test-name {
  font-family: 'Montserrat', sans-serif; font-weight: 900; font-size: 1.4rem;
  color: var(--dark); letter-spacing: -0.01em; margin: 0 0 4px;
}
.sa-test-purpose {
  font-family: 'DM Mono', monospace; font-size: 0.6rem;
  letter-spacing: 0.12em; text-transform: uppercase; color: var(--muted);
}
.sa-test-diagnostic {
  background: linear-gradient(135deg, var(--green) 0%, var(--green-dark) 100%);
  color: white; border-color: transparent;
}
.sa-test-diagnostic .sa-test-name { color: white; font-size: 1.05rem; line-height: 1.2; }
.sa-test-diagnostic .sa-test-purpose { color: rgba(255,255,255,0.7); }
.sa-test-diagnostic i { font-size: 1.5rem; margin-bottom: 8px; display: block; }

/* Study Abroad lead form (dark) */
.sa-form-section {
  padding: 96px 6%;
  background: linear-gradient(135deg, var(--navy) 0%, var(--navy-mid) 100%);
  color: var(--navy-text);
}
.sa-form-wrap { max-width: 760px; margin: 0 auto; }
.sa-form-section .sa-section-eyebrow { color: var(--gold); }
.sa-form-section .sa-section-title { color: #fff; }
.sa-form-section .sa-section-sub { color: var(--navy-muted); margin-bottom: 40px; }
.sa-form {
  background: rgba(255,255,255,0.05);
  border: 1px solid var(--navy-line);
  border-radius: 20px;
  padding: 36px 32px;
  backdrop-filter: blur(8px);
}
.sa-form .form-group label { color: var(--navy-text); font-size: 0.82rem; }
.sa-form .form-input, .sa-form .form-select, .sa-form .form-textarea {
  background: rgba(0,0,0,0.25);
  border-color: rgba(255,255,255,0.12);
  color: #fff;
}
.sa-form .form-input:focus, .sa-form .form-select:focus, .sa-form .form-textarea:focus {
  border-color: var(--gold);
  background: rgba(0,0,0,0.4);
}
.sa-form .form-input::placeholder, .sa-form .form-textarea::placeholder { color: rgba(255,255,255,0.35); }
.sa-form .form-select option { background: var(--navy-mid); color: #fff; }
.sa-form .form-submit {
  background: linear-gradient(135deg, var(--gold) 0%, var(--gold-dark) 100%);
  color: var(--navy); font-weight: 800;
}
.sa-form .form-submit:hover {
  background: linear-gradient(135deg, #ffb84d 0%, var(--gold) 100%);
  color: var(--navy);
}
.sa-form .consent-line { color: var(--navy-muted); }
.sa-form .consent-line a { color: var(--gold); }

/* Mobile responsiveness */
@media (max-width: 768px) {
  .sa-hero { padding: 92px 6% 60px; }
  .sa-hero-stats { grid-template-columns: repeat(2, 1fr); gap: 18px; }
  .sa-hero-stats .sa-hero-stat:nth-child(5) { grid-column: 1 / -1; }
  .sa-partnership-grid { grid-template-columns: 1fr; gap: 36px; }
  .sa-value-strip { gap: 6px 18px; font-size: 0.7rem; padding: 16px 6%; }
  .sa-value-strip .sep { display: none; }
  .sa-form { padding: 26px 22px; }
}
