:root {
  --navy: #071d3d;
  --ink: #102343;
  --muted: #5d6b82;
  --teal: #0797b6;
  --purple: #6932a8;
  --green: #6ead2f;
  --orange: #ff7a12;
  --line: #d9e2ef;
  --surface: #f6f9fc;
  --white: #ffffff;
  --shadow: 0 18px 45px rgba(7, 29, 61, .14);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  font-family: Inter, system-ui, -apple-system, Segoe UI, sans-serif;
  background: var(--white);
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; }
.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  gap: 24px;
  min-height: 78px;
  padding: 10px clamp(18px, 4vw, 56px);
  background: rgba(255,255,255,.92);
  border-bottom: 1px solid rgba(217,226,239,.8);
  backdrop-filter: blur(16px);
}
.brand img { width: 180px; max-height: 58px; object-fit: contain; object-position: left center; }
.nav { display: flex; align-items: center; gap: 22px; margin-left: auto; color: var(--muted); font-weight: 800; font-size: 14px; }
.nav a:hover, .nav a[aria-current="page"] { color: var(--teal); }
.header-cta, .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  border-radius: 8px;
  padding: 0 18px;
  font-weight: 900;
}
.header-cta { color: var(--white); background: var(--purple); box-shadow: 0 10px 24px rgba(105,50,168,.24); }
.btn.primary { color: var(--white); background: var(--teal); }
.btn.ghost { color: var(--navy); border: 2px solid var(--line); background: rgba(255,255,255,.78); }
.hero {
  position: relative;
  min-height: 720px;
  display: grid;
  align-items: center;
  overflow: hidden;
  padding: 70px clamp(20px, 6vw, 82px) 52px;
}
.hero-bg, .hero-overlay { position: absolute; inset: 0; }
.hero-bg { background: url('assets/hero-students.jpg') right center / cover no-repeat; transform: scale(1.02); }
.hero-overlay { background: linear-gradient(90deg, rgba(255,255,255,.98) 0%, rgba(255,255,255,.94) 34%, rgba(255,255,255,.54) 62%, rgba(255,255,255,.1) 100%); }
.hero::after, .page-hero::after, .stripe {
  content: "";
  position: absolute;
  left: 0; right: 0; bottom: 0;
  height: 14px;
  background: linear-gradient(90deg, var(--purple), var(--teal), var(--green), var(--orange));
}
.hero-content { position: relative; z-index: 2; width: min(760px, 100%); }
.hero-logo {
  display: block;
  width: min(430px, 72vw);
  max-height: 190px;
  object-fit: contain;
  object-position: left center;
  margin: 0 0 18px;
}
.eyebrow, .section-kicker { margin: 0 0 12px; color: var(--purple); font-weight: 900; text-transform: uppercase; letter-spacing: .08em; font-size: 13px; }
h1, h2, h3, h4, p, span, strong, a, li { overflow-wrap: normal; word-break: normal; hyphens: none; }
h1 { margin: 0; color: var(--navy); font-size: clamp(34px, 4.6vw, 58px); line-height: 1.08; font-weight: 900; letter-spacing: 0; }
.subtitle { margin: 8px 0 0; color: var(--navy); font-size: clamp(25px, 3vw, 42px); font-weight: 800; }
.hero-copy { max-width: 650px; color: #243653; font-size: 19px; line-height: 1.55; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.skill-strip { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 34px; }
.skill-strip span { padding: 10px 12px; border-radius: 8px; color: var(--navy); background: rgba(255,255,255,.82); border: 1px solid var(--line); font-weight: 800; }
.section { padding: 84px clamp(20px, 5vw, 72px); }
.section-inner { width: min(1180px, 100%); margin: 0 auto; }
.split { display: grid; grid-template-columns: .95fr 1.05fr; gap: 56px; align-items: center; }
h2 { margin: 0 0 18px; color: var(--navy); font-size: clamp(28px, 3vw, 42px); line-height: 1.14; letter-spacing: 0; }
.lead, .section p { font-size: 18px; line-height: 1.65; }
.challenge, .team, .soft { background: var(--surface); }
.stat-grid { display: grid; grid-template-columns: 1fr; gap: 12px; }
.stat { display: grid; grid-template-columns: 118px 1fr; gap: 18px; align-items: center; min-height: 112px; padding: 22px; border-radius: 8px; background: var(--white); border: 1px solid var(--line); box-shadow: 0 12px 28px rgba(7,29,61,.08); }
.stat strong { display: block; color: var(--navy); font-size: clamp(38px, 4vw, 54px); line-height: 1; white-space: nowrap; }
.stat span { display: block; margin-top: 0; color: var(--muted); font-weight: 800; line-height: 1.35; }
.area-grid, .program-grid, .format-grid, .team-grid, .feature-grid { display: grid; gap: 18px; }
.area-grid { grid-template-columns: repeat(4, 1fr); margin-top: 34px; }
.area { padding: 26px; border-radius: 8px; border: 1px solid var(--line); background: var(--white); box-shadow: 0 12px 30px rgba(7,29,61,.08); }
.area .icon { display: inline-grid; place-items: center; width: 48px; height: 48px; border-radius: 50%; color: var(--white); font-weight: 900; }
.area h3 { margin: 22px 0 10px; font-size: 22px; }
.area p { margin: 0; color: var(--muted); font-size: 16px; }
.purple .icon { background: var(--purple); } .teal .icon { background: var(--teal); } .green .icon { background: var(--green); } .orange .icon { background: var(--orange); }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 28px; margin-bottom: 30px; }
.section-heading p:last-child { max-width: 430px; color: var(--muted); }
.program-grid { grid-template-columns: repeat(3, 1fr); }
.program { overflow: hidden; border-radius: 8px; border: 1px solid var(--line); background: var(--white); box-shadow: var(--shadow); }
.program { display: block; transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease; }
.program:hover { transform: translateY(-4px); border-color: rgba(7, 151, 182, .45); box-shadow: 0 22px 54px rgba(7,29,61,.18); }
.program img { width: 100%; height: 220px; object-fit: cover; display: block; }
.program div { padding: 22px; }
.program p { margin: 0 0 6px; color: var(--purple); font-weight: 900; font-size: 14px; }
.program h3 { margin: 0 0 8px; color: var(--navy); font-size: 24px; line-height: 1.15; }
.program span { color: var(--muted); font-weight: 800; }
.program strong { display: inline-block; margin-top: 18px; color: var(--teal); font-size: 14px; }
.methodology { position: relative; min-height: 620px; color: var(--white); overflow: hidden; display: grid; align-items: center; }
.method-image { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(7,29,61,.93), rgba(7,29,61,.8), rgba(7,29,61,.2)), url('assets/methodology.jpg') right center / cover no-repeat; }
.method-content { position: relative; z-index: 2; }
.methodology h2, .methodology p { color: var(--white); max-width: 730px; }
.methodology .section-kicker { color: #85d7e7; }
.method-list { display: flex; flex-wrap: wrap; gap: 10px; max-width: 900px; margin-top: 28px; }
.method-list span { border: 1px solid rgba(255,255,255,.32); border-radius: 8px; padding: 12px 14px; background: rgba(255,255,255,.12); font-weight: 800; }
.format-grid { grid-template-columns: repeat(5, 1fr); margin-top: 30px; }
.format-grid article, .feature-grid article { padding: 24px; border-radius: 8px; background: var(--surface); border-top: 5px solid var(--teal); }
.format-grid article:nth-child(1) { border-color: var(--purple); } .format-grid article:nth-child(3) { border-color: var(--green); } .format-grid article:nth-child(4) { border-color: var(--orange); }
.format-grid h3, .feature-grid h3 { margin: 0 0 12px; color: var(--navy); font-size: 21px; }
.format-grid p, .feature-grid p { margin: 0 0 18px; color: var(--muted); font-size: 15px; }
.format-grid strong { color: var(--teal); }
.team-grid { grid-template-columns: repeat(2, 1fr); margin-top: 30px; }
.member { display: grid; grid-template-columns: 180px 1fr; gap: 22px; align-items: center; padding: 22px; border-radius: 8px; background: var(--white); border: 1px solid var(--line); box-shadow: 0 10px 26px rgba(7,29,61,.08); }
.member img { width: 180px; height: 220px; object-fit: cover; border-radius: 8px; }
.member p:first-child { margin: 0; color: var(--purple); font-size: 13px; font-weight: 900; text-transform: uppercase; }
.member h3 { margin: 6px 0 4px; color: var(--navy); font-size: 28px; }
.member span { display: block; color: var(--teal); font-weight: 900; }
.member p:last-child { margin: 14px 0 0; color: var(--muted); font-size: 15px; }
.contact { display: grid; grid-template-columns: .8fr 1.2fr; min-height: 560px; background: var(--navy); color: var(--white); }
.contact-media { background: linear-gradient(rgba(7,29,61,.1), rgba(7,29,61,.25)), url('assets/closing-hands.jpg') center / cover no-repeat; }
.contact-content { align-self: center; padding: clamp(36px, 6vw, 76px); }
.contact h1, .contact h2, .contact p { color: var(--white); }
.contact .section-kicker { color: #8fdcec; }
.contact-links { display: grid; gap: 12px; margin-top: 28px; max-width: 520px; }
.contact-links a { display: flex; align-items: center; gap: 12px; padding: 16px 18px; border-radius: 8px; background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.18); font-weight: 800; }
.contact-links a:hover { background: rgba(255,255,255,.18); }
.contact-links svg { width: 22px; height: 22px; flex: 0 0 auto; color: #8fdcec; }
.download-band {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  margin-top: 34px;
  padding: 22px;
  border-radius: 8px;
  color: var(--white);
  background: var(--navy);
}
.download-band h3 { margin: 0 0 4px; color: var(--white); font-size: 22px; }
.download-band p { margin: 0; color: rgba(255,255,255,.82); font-size: 15px; }
.download-band .btn { flex: 0 0 auto; background: var(--orange); color: var(--white); }
.more-link { margin-top: 26px; }
.whatsapp-float {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 30;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 52px;
  padding: 0 18px;
  border-radius: 8px;
  color: var(--white);
  background: #25d366;
  box-shadow: 0 16px 34px rgba(7, 29, 61, .24);
  font-weight: 900;
}
.whatsapp-float svg { width: 22px; height: 22px; flex: 0 0 auto; }
.page-hero {
  position: relative;
  overflow: hidden;
  padding: 92px clamp(20px, 5vw, 72px);
  background: linear-gradient(110deg, rgba(255,255,255,.98) 0%, rgba(255,255,255,.86) 55%, rgba(255,255,255,.52) 100%), var(--hero-image) right center / cover no-repeat;
}
.page-hero .section-inner { max-width: 1180px; }
.page-hero h1 { max-width: 760px; font-size: clamp(34px, 4vw, 52px); line-height: 1.08; }
.page-hero p:not(.eyebrow) { max-width: 680px; color: #263855; font-size: 20px; line-height: 1.55; }
.feature-grid { grid-template-columns: repeat(3, 1fr); margin-top: 28px; }
.program-details { scroll-margin-top: 92px; }
.detail-layout { display: grid; grid-template-columns: minmax(0, .9fr) minmax(360px, 1.1fr); gap: 44px; align-items: start; }
.detail-panel {
  padding: 28px;
  border-radius: 8px;
  background: var(--white);
  border: 1px solid var(--line);
  box-shadow: 0 12px 30px rgba(7,29,61,.08);
}
.detail-panel h3 { margin: 0 0 12px; color: var(--navy); font-size: 20px; line-height: 1.2; }
.detail-panel h3 + ul { margin-top: 0; }
.detail-panel ul { margin: 0 0 26px; padding-left: 20px; color: var(--muted); font-size: 16px; line-height: 1.65; }
.detail-panel ul:last-child { margin-bottom: 0; }
.detail-panel li::marker { color: var(--teal); }
.site-footer { display: flex; justify-content: space-between; gap: 18px; padding: 24px clamp(20px, 5vw, 72px); color: var(--white); background: #05152d; font-weight: 800; }
.site-footer a { color: #8fdcec; }
@media (max-width: 980px) {
  .nav { display: none; }
  .header-cta { margin-left: auto; }
  .hero-overlay { background: linear-gradient(90deg, rgba(255,255,255,.98), rgba(255,255,255,.82)); }
  .split, .contact, .detail-layout { grid-template-columns: 1fr; }
  .area-grid, .program-grid, .format-grid, .team-grid, .feature-grid { grid-template-columns: 1fr 1fr; }
  .contact-media { min-height: 260px; }
}
@media (max-width: 680px) {
  .site-header { min-height: 70px; padding: 8px 14px; }
  .brand img { width: 132px; }
  .header-cta { min-height: 40px; padding: 0 12px; font-size: 13px; }
  .hero { padding: 66px 18px 42px; min-height: 680px; }
  .hero-logo { width: min(310px, 86vw); max-height: 140px; }
  .hero-bg { background-position: 62% center; }
  .hero-overlay { background: linear-gradient(180deg, rgba(255,255,255,.98) 0%, rgba(255,255,255,.91) 58%, rgba(255,255,255,.74) 100%); }
  .hero-copy, .lead, .section p { font-size: 16px; }
  .btn { width: 100%; }
  .download-band { display: block; }
  .download-band .btn { width: 100%; margin-top: 16px; }
  .section, .page-hero { padding: 58px 18px; }
  .stat-grid, .area-grid, .program-grid, .format-grid, .team-grid, .feature-grid { grid-template-columns: 1fr; }
  .stat { grid-template-columns: 1fr; min-height: auto; }
  .stat strong { font-size: 42px; }
  .section-heading { display: block; }
  .program img { height: 190px; }
  .member { grid-template-columns: 1fr; }
  .member img { width: 100%; height: 300px; }
  .site-footer { display: block; }
  .site-footer a { display: inline-block; margin-top: 10px; }
  .whatsapp-float { right: 14px; bottom: 14px; min-height: 48px; padding: 0 14px; }
}
