/* ==========================================================================
   ProPath — brand stylesheet
   Colors from brand guide: #1600e5 (blue) #04005b (navy) #d1f400 (lime)
   #e6f998 (lime tint) #e3e3e5 (grey) #000000
   Font: Google Sans (brand) · Parisienne (signature accents)
   ========================================================================== */

:root {
  --blue: #1600e5;
  --navy: #04005b;
  --lime: #d1f400;
  --lime-100: #e6f998;
  --lime-50: #f6fccf;
  --grey: #e3e3e5;
  --grey-50: #f6f6f8;
  --ink: #0b0b1a;
  --ink-70: #3c3c52;
  --ink-50: #6b6b80;
  --white: #ffffff;
  --blue-10: #ecebff;
  --blue-20: #d6d3ff;

  --font: "Google Sans", "Google Sans Flex", "Plus Jakarta Sans", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  --font-script: "Parisienne", cursive;
  --font-si: "Noto Sans Sinhala", "FMMalithi", sans-serif;

  --r-sm: 10px;
  --r-md: 16px;
  --r-lg: 24px;
  --r-xl: 36px;

  --shadow-sm: 0 1px 2px rgba(4, 0, 91, .06), 0 4px 12px rgba(4, 0, 91, .06);
  --shadow-md: 0 8px 24px rgba(4, 0, 91, .10), 0 2px 6px rgba(4, 0, 91, .06);
  --shadow-lg: 0 24px 60px rgba(4, 0, 91, .18);
  --shadow-lime: 0 12px 32px rgba(209, 244, 0, .35);

  --container: 1180px;
  --nav-h: 72px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  font-family: var(--font);
  color: var(--ink);
  background: var(--white);
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img, svg, video { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font: inherit; cursor: pointer; }
h1, h2, h3, h4 { margin: 0; line-height: 1.12; letter-spacing: -0.02em; font-weight: 700; }
p { margin: 0; }
ul { margin: 0; padding: 0; list-style: none; }
:focus-visible { outline: 3px solid var(--lime); outline-offset: 3px; }

.container { width: min(var(--container), calc(100% - 40px)); margin-inline: auto; }
.section { padding-block: clamp(56px, 8vw, 112px); }
.section-tight { padding-block: clamp(40px, 5vw, 72px); }

/* ---------- Typography ---------- */
.eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 13px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase;
  color: var(--blue);
}
.eyebrow::before { content: ""; width: 22px; height: 3px; background: var(--lime); border-radius: 2px; }
.eyebrow.on-dark { color: var(--lime); }
.h-display { font-size: clamp(40px, 6.2vw, 76px); line-height: 1.02; letter-spacing: -0.035em; }
.h1 { font-size: clamp(36px, 5vw, 60px); }
.h2 { font-size: clamp(30px, 3.8vw, 46px); }
.h3 { font-size: clamp(22px, 2.4vw, 28px); }
.lead { font-size: clamp(17px, 1.4vw, 20px); color: var(--ink-70); max-width: 60ch; }
.muted { color: var(--ink-50); }
.mark { background: linear-gradient(180deg, transparent 55%, var(--lime) 55%); padding: 0 .08em; }
.mark-blue { color: var(--blue); }
.script { font-family: var(--font-script); font-weight: 400; letter-spacing: 0; }
.si { font-family: var(--font-si); }
.center { text-align: center; }
.mx { margin-inline: auto; }
.mt-8 { margin-top: 8px; } .mt-16 { margin-top: 16px; } .mt-24 { margin-top: 24px; }
.mt-32 { margin-top: 32px; } .mt-48 { margin-top: 48px; } .mt-64 { margin-top: 64px; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  padding: 14px 24px; border-radius: 999px; font-weight: 700; font-size: 16px;
  border: 2px solid transparent; transition: transform .15s ease, box-shadow .2s ease, background .2s ease, color .2s ease;
  white-space: nowrap;
}
.btn:hover { transform: translateY(-2px); }
.btn:active { transform: translateY(0); }
.btn-lime { background: var(--lime); color: var(--navy); box-shadow: var(--shadow-lime); }
.btn-lime:hover { background: #dcff1a; }
.btn-blue { background: var(--blue); color: var(--white); box-shadow: 0 12px 28px rgba(22, 0, 229, .28); }
.btn-blue:hover { background: #2a17ff; }
.btn-navy { background: var(--navy); color: var(--lime); }
.btn-outline { background: transparent; color: var(--navy); border-color: var(--navy); }
.btn-outline:hover { background: var(--navy); color: var(--lime); }
.btn-outline-light { background: transparent; color: var(--white); border-color: rgba(255,255,255,.5); }
.btn-outline-light:hover { background: var(--white); color: var(--navy); }
.btn-ghost { background: var(--blue-10); color: var(--blue); }
.btn-sm { padding: 10px 18px; font-size: 14px; }
.btn-lg { padding: 18px 32px; font-size: 18px; }
.btn-block { width: 100%; }
.btn-wa { background: #25d366; color: #fff; }
.btn-wa:hover { background: #1ebe5b; }
.btn .ico { width: 18px; height: 18px; }

/* ---------- Pills / badges ---------- */
.pill {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 8px 14px; border-radius: 999px; font-size: 13px; font-weight: 600;
  background: var(--white); border: 1px solid var(--grey); color: var(--navy); box-shadow: var(--shadow-sm);
}
.pill .ico { width: 16px; height: 16px; color: var(--blue); }
.pill-lime { background: var(--lime); border-color: var(--lime); }
.pill-navy { background: var(--navy); color: var(--lime); border-color: var(--navy); }
.pill-blue { background: var(--blue); color: var(--white); border-color: var(--blue); }
.pill-soft { background: var(--blue-10); border-color: transparent; color: var(--blue); }
.pill-row { display: flex; flex-wrap: wrap; gap: 10px; }

/* ---------- Navbar ---------- */
.nav-wrap { position: sticky; top: 0; z-index: 50; padding: 12px 0; background: rgba(255,255,255,.85); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); }
.nav {
  display: flex; align-items: center; justify-content: space-between; gap: 24px;
  height: var(--nav-h); padding: 0 14px 0 20px;
  background: var(--white); border: 1.5px solid var(--blue-20); border-radius: 18px; box-shadow: var(--shadow-sm);
}
.brand { display: inline-flex; align-items: center; gap: 10px; color: var(--blue); }
.brand svg { height: 38px; width: auto; }
.nav-links { display: flex; gap: 4px; }
.nav-links a { padding: 10px 14px; border-radius: 10px; font-weight: 600; font-size: 15px; color: var(--ink-70); position: relative; }
.nav-links a:hover { color: var(--blue); background: var(--blue-10); }
.nav-links a.active { color: var(--blue); }
.nav-links a.active::after { content: ""; position: absolute; left: 14px; right: 14px; bottom: 5px; height: 3px; background: var(--lime); border-radius: 2px; }
.nav-cta { display: flex; align-items: center; gap: 10px; }
.nav-toggle { display: none; width: 44px; height: 44px; border-radius: 12px; border: 1.5px solid var(--grey); background: var(--white); align-items: center; justify-content: center; }
.nav-toggle span { display: block; width: 20px; height: 2px; background: var(--navy); position: relative; }
.nav-toggle span::before, .nav-toggle span::after { content: ""; position: absolute; left: 0; width: 20px; height: 2px; background: var(--navy); }
.nav-toggle span::before { top: -6px; } .nav-toggle span::after { top: 6px; }
.nav-mobile { display: none; margin-top: 8px; padding: 12px; background: var(--white); border: 1.5px solid var(--blue-20); border-radius: 18px; box-shadow: var(--shadow-md); }
.nav-mobile a { display: block; padding: 12px 14px; border-radius: 10px; font-weight: 600; }
.nav-mobile a:hover { background: var(--blue-10); color: var(--blue); }
.nav-mobile.open { display: block; }
@media (max-width: 900px) {
  .nav-links { display: none; }
  .nav-toggle { display: inline-flex; }
}

/* ---------- Announcement / countdown bar ---------- */
.announce {
  margin-top: 8px;
  display: grid; grid-template-columns: auto 1fr auto auto; align-items: center; gap: 24px;
  padding: 16px 24px; border-radius: 18px;
  background: linear-gradient(90deg, var(--navy), var(--blue) 70%, #2a17ff);
  color: var(--white); box-shadow: var(--shadow-md); position: relative; overflow: hidden;
}
.announce::after { content: ""; position: absolute; right: -60px; top: -80px; width: 260px; height: 260px; border-radius: 50%; background: radial-gradient(circle, rgba(209,244,0,.35), transparent 65%); pointer-events: none; }
.announce-img { width: 92px; height: 92px; border-radius: 14px; object-fit: cover; object-position: top; border: 2px solid var(--lime); }
.announce-title { font-weight: 700; font-size: 20px; line-height: 1.15; }
.announce-sub { font-size: 14px; color: var(--lime); margin-top: 4px; font-weight: 600; }
.countdown { display: flex; gap: 14px; align-items: center; }
.countdown .unit { text-align: center; min-width: 52px; }
.countdown .num { font-size: 30px; font-weight: 800; line-height: 1; font-variant-numeric: tabular-nums; }
.countdown .lbl { font-size: 11px; text-transform: uppercase; letter-spacing: .08em; opacity: .8; margin-top: 4px; }
.countdown .sep { font-size: 26px; font-weight: 800; color: var(--lime); padding-bottom: 14px; }
.announce-meta { display: flex; flex-direction: column; gap: 8px; }
@media (max-width: 900px) {
  .announce { grid-template-columns: 1fr; text-align: center; justify-items: center; }
  .announce-img { display: none; }
  .announce-meta { flex-direction: row; }
}

/* ---------- Hero ---------- */
.hero { position: relative; padding-top: clamp(40px, 6vw, 80px); padding-bottom: clamp(40px, 6vw, 80px); }
.hero-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 40px; align-items: center; }
.hero-copy .h-display { margin-top: 18px; }
.hero-copy .lead { margin-top: 22px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 32px; align-items: center; }
.hero-visual { position: relative; min-height: 520px; }
.hero-photo {
  position: absolute; right: 0; bottom: 0; width: 78%; aspect-ratio: 4/5; border-radius: 28px 28px 0 0;
  background: linear-gradient(180deg, var(--blue) 0%, var(--navy) 100%); overflow: hidden;
}
.hero-photo img { width: 100%; height: 100%; object-fit: cover; object-position: top; }
.hero-photo::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 30% 20%, rgba(209,244,0,.35), transparent 45%); }
.hero-card {
  position: absolute; left: 0; top: 26px; width: 280px; padding: 20px; border-radius: 20px;
  background: var(--white); box-shadow: var(--shadow-lg); border: 1.5px solid var(--blue-20);
}
.hero-card .pill { margin-bottom: 14px; }
.path { position: relative; padding-left: 22px; }
.path::before { content: ""; position: absolute; left: 6px; top: 8px; bottom: 8px; width: 2px; background: var(--grey); }
.path li { position: relative; padding: 6px 0; font-weight: 600; font-size: 15px; color: var(--ink-70); }
.path li::before { content: ""; position: absolute; left: -20px; top: 14px; width: 10px; height: 10px; border-radius: 50%; background: var(--grey); border: 2px solid var(--white); box-shadow: 0 0 0 2px var(--grey); }
.path li.now { color: var(--navy); }
.path li.now::before { background: var(--lime); box-shadow: 0 0 0 2px var(--blue); }
.path li.goal { color: var(--blue); }
.path li.goal::before { background: var(--blue); box-shadow: 0 0 0 2px var(--blue); }
.float-avatar { position: absolute; width: 64px; height: 64px; border-radius: 50%; border: 3px solid var(--white); box-shadow: var(--shadow-md); object-fit: cover; }
.float-chip {
  position: absolute; display: inline-flex; align-items: center; gap: 10px; padding: 10px 14px;
  background: var(--white); border-radius: 14px; box-shadow: var(--shadow-md); font-weight: 700; font-size: 14px; border: 1.5px solid var(--blue-20);
}
.float-chip .dot { width: 34px; height: 34px; border-radius: 10px; background: var(--lime); display: grid; place-items: center; color: var(--navy); }
.float-chip .dot svg { width: 18px; height: 18px; }
.lime-blob { position: absolute; z-index: -1; width: 420px; height: 420px; border-radius: 50%; background: radial-gradient(circle, var(--lime-100), transparent 65%); filter: blur(10px); opacity: .9; }
@media (max-width: 980px) {
  .hero-grid { grid-template-columns: 1fr; }
  .hero-visual { min-height: 460px; margin-top: 10px; }
  .hero-photo { width: 70%; }
}
@media (max-width: 560px) {
  .hero-visual { min-height: 420px; }
  .hero-card { width: 230px; padding: 16px; }
  .hero-photo { width: 72%; }
}

/* ---------- Logo strip ---------- */
.strip { text-align: center; }
.strip p { font-weight: 600; color: var(--ink-50); font-size: 14px; letter-spacing: .04em; text-transform: uppercase; }
.strip-logos { display: flex; flex-wrap: wrap; justify-content: center; gap: 14px 32px; margin-top: 22px; }
.strip-logos span { font-weight: 800; font-size: 18px; color: var(--ink-50); opacity: .7; letter-spacing: -0.01em; }

/* ---------- Stats ---------- */
.stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.stat { padding: 28px; border-radius: var(--r-lg); background: var(--navy); color: var(--white); position: relative; overflow: hidden; }
.stat::after { content: ""; position: absolute; right: -40px; bottom: -60px; width: 160px; height: 160px; border-radius: 50%; background: rgba(209,244,0,.18); }
.stat .num { font-size: clamp(40px, 4.5vw, 56px); font-weight: 800; line-height: 1; color: var(--lime); letter-spacing: -0.03em; }
.stat .txt { margin-top: 10px; font-size: 15px; color: rgba(255,255,255,.8); max-width: 26ch; }
.stat.alt { background: var(--lime); color: var(--navy); } .stat.alt .num { color: var(--navy); } .stat.alt .txt { color: var(--navy); } .stat.alt::after { background: rgba(22,0,229,.12); }
.stat.blue { background: var(--blue); }
@media (max-width: 800px) { .stats { grid-template-columns: 1fr; } }

/* ---------- Section headers ---------- */
.sec-head { max-width: 760px; }
.sec-head .h2 { margin-top: 14px; }
.sec-head .lead { margin-top: 16px; }
.sec-head.center { margin-inline: auto; }
.sec-head.center .lead { margin-inline: auto; }

/* ---------- Program cards ---------- */
.programs { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.program {
  display: flex; flex-direction: column; border-radius: var(--r-lg); overflow: hidden;
  background: var(--white); border: 1.5px solid var(--grey); box-shadow: var(--shadow-sm); transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.program:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); border-color: var(--blue-20); }
.program .thumb { position: relative; aspect-ratio: 4/3; background: var(--navy); overflow: hidden; }
.program .thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.program:hover .thumb img { transform: scale(1.04); }
.program .thumb .pill { position: absolute; left: 14px; top: 14px; }
.program .body { padding: 22px; display: flex; flex-direction: column; gap: 12px; flex: 1; }
.program .body h3 { font-size: 21px; }
.program .body p { color: var(--ink-70); font-size: 15px; flex: 1; }
.program .meta { display: flex; gap: 14px; flex-wrap: wrap; font-size: 13px; color: var(--ink-50); font-weight: 600; }
.program .meta span { display: inline-flex; align-items: center; gap: 6px; }
.program .meta svg { width: 15px; height: 15px; color: var(--blue); }
.program .foot { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding-top: 14px; border-top: 1px solid var(--grey); }
.program.featured { grid-column: 1 / -1; flex-direction: row; }
.program.featured .thumb { flex: 0 0 46%; aspect-ratio: auto; }
.program.featured .body h3 { font-size: 26px; }
@media (max-width: 980px) { .programs { grid-template-columns: 1fr 1fr; } .program.featured { grid-column: 1 / -1; } }
@media (max-width: 680px) { .programs { grid-template-columns: 1fr; } .program.featured { grid-column: span 1; flex-direction: column; } .program.featured .thumb { aspect-ratio: 4/3; } }

/* ---------- Promise / guarantee block ---------- */
.promise {
  border-radius: var(--r-xl); padding: clamp(28px, 4vw, 56px);
  background: var(--navy); color: var(--white); position: relative; overflow: hidden;
  display: grid; grid-template-columns: 1.1fr .9fr; gap: 40px; align-items: center;
}
.promise::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 85% 15%, rgba(22,0,229,.8), transparent 50%), radial-gradient(circle at 10% 100%, rgba(209,244,0,.25), transparent 45%); pointer-events: none; }
.promise > * { position: relative; }
.promise .h2 { color: var(--white); }
.promise p { color: rgba(255,255,255,.82); margin-top: 16px; }
.promise .big-badge { display: inline-flex; align-items: center; gap: 12px; padding: 12px 18px; border-radius: 14px; background: var(--lime); color: var(--navy); font-weight: 800; font-size: 18px; }
.promise-visual { border-radius: var(--r-lg); overflow: hidden; box-shadow: var(--shadow-lg); border: 2px solid rgba(209,244,0,.5); }
.promise-visual img { width: 100%; height: 100%; object-fit: cover; }
@media (max-width: 900px) { .promise { grid-template-columns: 1fr; } }

/* ---------- Callout (book a call) ---------- */
.callout {
  border-radius: var(--r-lg); padding: clamp(28px, 4vw, 48px);
  background: linear-gradient(135deg, var(--lime-50), var(--blue-10)); border: 1.5px solid var(--blue-20);
  display: flex; align-items: center; justify-content: space-between; gap: 28px; flex-wrap: wrap;
}
.callout .h3 { font-size: clamp(24px, 3vw, 34px); }
.callout p { color: var(--ink-70); margin-top: 10px; }

/* ---------- Testimonials ---------- */
.slider { position: relative; }
.slider-track { display: flex; gap: 20px; overflow-x: auto; scroll-snap-type: x mandatory; padding: 6px 6px 20px; scrollbar-width: none; }
.slider-track::-webkit-scrollbar { display: none; }
.tcard {
  flex: 0 0 min(360px, 85vw); scroll-snap-align: start;
  padding: 24px; border-radius: var(--r-lg); background: var(--white); border: 1.5px solid var(--grey); box-shadow: var(--shadow-sm);
  display: flex; flex-direction: column; gap: 16px;
}
.tcard .quote { font-size: 15.5px; color: var(--ink-70); flex: 1; }
.tcard .who { display: flex; align-items: center; gap: 12px; }
.avatar { width: 46px; height: 46px; border-radius: 50%; display: grid; place-items: center; font-weight: 800; color: var(--navy); background: var(--lime); flex: 0 0 auto; }
.avatar.b { background: var(--blue); color: #fff; } .avatar.n { background: var(--navy); color: var(--lime); }
.tcard .name { font-weight: 700; } .tcard .org { font-size: 13px; color: var(--ink-50); }
.tcard .result { display: inline-flex; align-items: center; gap: 8px; padding: 6px 12px; border-radius: 999px; background: var(--lime-100); color: var(--navy); font-weight: 700; font-size: 13px; align-self: flex-start; }
.stars { color: #f5b301; letter-spacing: 2px; font-size: 14px; }
.slider-nav { display: flex; gap: 10px; justify-content: flex-end; margin-top: 4px; }
.slider-nav button { width: 44px; height: 44px; border-radius: 50%; border: 1.5px solid var(--grey); background: var(--white); display: grid; place-items: center; }
.slider-nav button:hover { background: var(--navy); color: var(--lime); border-color: var(--navy); }
.slider-nav svg { width: 18px; height: 18px; }

/* ---------- Mentor ---------- */
.mentor { display: grid; grid-template-columns: .8fr 1.2fr; gap: 48px; align-items: center; }
.mentor-photo { position: relative; }
.mentor-photo .frame { border-radius: 28px; overflow: hidden; background: var(--blue); aspect-ratio: 4/5; box-shadow: var(--shadow-lg); }
.mentor-photo .frame img { width: 100%; height: 100%; object-fit: cover; object-position: top; }
.mentor-photo .sig { position: absolute; left: -12px; bottom: 28px; padding: 10px 22px; background: var(--lime); color: var(--navy); border-radius: 14px; font-family: var(--font-script); font-size: 32px; box-shadow: var(--shadow-md); transform: rotate(-4deg); }
.mentor-photo .frame::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 60%, rgba(4,0,91,.55)); }
.cred { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 24px; }
.cred li { display: flex; gap: 10px; align-items: flex-start; padding: 12px 14px; border-radius: 12px; background: var(--grey-50); font-size: 14px; font-weight: 600; color: var(--ink-70); }
.cred svg { width: 18px; height: 18px; color: var(--blue); flex: 0 0 auto; margin-top: 2px; }
@media (max-width: 900px) { .mentor { grid-template-columns: 1fr; } .cred { grid-template-columns: 1fr; } }

/* ---------- Steps pathway ---------- */
.steps { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: start; }
.steps .sticky { position: sticky; top: 110px; }
.step { display: grid; grid-template-columns: 64px 1fr; gap: 18px; padding: 24px 0; border-bottom: 1px solid var(--grey); }
.step:last-child { border-bottom: 0; }
.step .n { width: 56px; height: 56px; border-radius: 16px; background: var(--navy); color: var(--lime); display: grid; place-items: center; font-weight: 800; font-size: 20px; }
.step h4 { font-size: 20px; }
.step p { margin-top: 6px; color: var(--ink-70); font-size: 15px; }
@media (max-width: 900px) { .steps { grid-template-columns: 1fr; } .steps .sticky { position: static; } }

/* ---------- Feature grid ---------- */
.features { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.feature { padding: 26px; border-radius: var(--r-lg); background: var(--grey-50); border: 1.5px solid transparent; transition: border-color .2s, background .2s; }
.feature:hover { border-color: var(--blue-20); background: var(--white); }
.feature .ic { width: 48px; height: 48px; border-radius: 14px; background: var(--lime); color: var(--navy); display: grid; place-items: center; }
.feature .ic svg { width: 22px; height: 22px; }
.feature h4 { margin-top: 16px; font-size: 19px; }
.feature p { margin-top: 8px; color: var(--ink-70); font-size: 15px; }
@media (max-width: 900px) { .features { grid-template-columns: 1fr 1fr; } }
@media (max-width: 600px) { .features { grid-template-columns: 1fr; } }

/* ---------- WhatsApp community ---------- */
.community {
  border-radius: var(--r-xl); overflow: hidden; display: grid; grid-template-columns: 1fr auto; gap: 32px; align-items: center;
  background: var(--blue); color: var(--white); padding: clamp(28px, 4vw, 56px); position: relative;
}
.community::before { content: ""; position: absolute; left: -80px; bottom: -120px; width: 360px; height: 360px; border-radius: 50%; background: rgba(209,244,0,.22); }
.community > * { position: relative; }
.community .h2 { color: var(--white); }
.community p { color: rgba(255,255,255,.85); margin-top: 14px; }
.qr { background: var(--white); padding: 14px; border-radius: 20px; box-shadow: var(--shadow-lg); text-align: center; color: var(--navy); }
.qr img { width: 180px; height: 180px; margin-inline: auto; }
.qr span { display: block; font-size: 12px; font-weight: 700; margin-top: 8px; }
@media (max-width: 760px) { .community { grid-template-columns: 1fr; } .qr { justify-self: center; } }

/* ---------- Footer ---------- */
.footer { background: var(--ink); color: rgba(255,255,255,.75); padding: 64px 0 28px; margin-top: clamp(56px, 8vw, 112px); }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 32px; }
.footer .brand { color: var(--lime); }
.footer h5 { color: var(--white); font-size: 14px; letter-spacing: .08em; text-transform: uppercase; margin: 0 0 14px; }
.footer li { margin-bottom: 10px; font-size: 15px; }
.footer a:hover { color: var(--lime); }
.footer-bottom { display: flex; justify-content: space-between; gap: 12px; flex-wrap: wrap; margin-top: 48px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.12); font-size: 13px; }
.socials { display: flex; gap: 10px; margin-top: 18px; }
.socials a { width: 38px; height: 38px; border-radius: 10px; background: rgba(255,255,255,.08); display: grid; place-items: center; }
.socials a:hover { background: var(--lime); color: var(--navy); }
.socials svg { width: 18px; height: 18px; }
@media (max-width: 900px) { .footer-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 520px) { .footer-grid { grid-template-columns: 1fr; } }

/* ---------- Modal (lead form) ---------- */
.modal { position: fixed; inset: 0; z-index: 100; display: none; align-items: center; justify-content: center; padding: 20px; background: rgba(4,0,91,.55); backdrop-filter: blur(6px); }
.modal.open { display: flex; }
.modal-box { width: min(920px, 100%); max-height: 92vh; overflow: auto; border-radius: 24px; background: var(--white); display: grid; grid-template-columns: .9fr 1.1fr; box-shadow: var(--shadow-lg); position: relative; }
.modal-side { background: var(--navy); color: var(--white); padding: 32px; position: relative; overflow: hidden; }
.modal-side::after { content: ""; position: absolute; right: -80px; bottom: -80px; width: 260px; height: 260px; border-radius: 50%; background: rgba(209,244,0,.3); }
.modal-side img { border-radius: 16px; margin-top: 20px; aspect-ratio: 4/5; object-fit: cover; object-position: top; position: relative; }
.modal-side .h3 { color: var(--white); }
.modal-form { padding: 32px; }
.modal-close { position: absolute; right: 14px; top: 14px; width: 38px; height: 38px; border-radius: 50%; border: 0; background: var(--grey-50); display: grid; place-items: center; z-index: 2; }
.modal-close:hover { background: var(--lime); }
.progress { display: flex; gap: 6px; margin-bottom: 20px; }
.progress i { flex: 1; height: 5px; border-radius: 3px; background: var(--grey); }
.progress i.on { background: var(--blue); }
.field { margin-top: 16px; }
.field label { display: block; font-size: 13px; font-weight: 700; margin-bottom: 6px; color: var(--navy); }
.field input, .field select, .field textarea { width: 100%; padding: 13px 14px; border-radius: 12px; border: 1.5px solid var(--grey); font: inherit; font-size: 15px; background: var(--white); transition: border-color .2s, box-shadow .2s; }
.field input:focus, .field select:focus, .field textarea:focus { outline: 0; border-color: var(--blue); box-shadow: 0 0 0 4px var(--blue-10); }
.field .hint { font-size: 12px; color: var(--ink-50); margin-top: 6px; }
.phone { display: grid; grid-template-columns: 84px 1fr; gap: 8px; }
.form-note { font-size: 12px; color: var(--ink-50); margin-top: 12px; }
@media (max-width: 760px) { .modal-box { grid-template-columns: 1fr; } .modal-side { display: none; } }

/* ---------- Sticky mobile CTA ---------- */
.sticky-cta { position: fixed; left: 12px; right: 12px; bottom: 12px; z-index: 40; display: none; }
.sticky-cta .btn { width: 100%; box-shadow: var(--shadow-lg); }
@media (max-width: 760px) { .sticky-cta { display: block; } body { padding-bottom: 84px; } }

/* ---------- Reveal animation ---------- */
.reveal { opacity: 0; transform: translateY(18px); transition: opacity .6s ease, transform .6s ease; }
.reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { .reveal { opacity: 1; transform: none; transition: none; } html { scroll-behavior: auto; } }

/* ---------- Utility cards ---------- */
.card { border-radius: var(--r-lg); background: var(--white); border: 1.5px solid var(--grey); box-shadow: var(--shadow-sm); padding: 24px; }
.card-navy { background: var(--navy); color: var(--white); border-color: var(--navy); }
.card-lime { background: var(--lime); color: var(--navy); border-color: var(--lime); }
.card-soft { background: var(--grey-50); border-color: transparent; box-shadow: none; }
.grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.grid-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
@media (max-width: 900px) { .grid-4 { grid-template-columns: 1fr 1fr; } }
@media (max-width: 680px) { .grid-2, .grid-4 { grid-template-columns: 1fr; } }
.check-list li { display: flex; gap: 12px; align-items: flex-start; padding: 10px 0; font-size: 16px; color: var(--ink-70); }
.check-list svg { width: 22px; height: 22px; flex: 0 0 auto; color: var(--navy); background: var(--lime); border-radius: 50%; padding: 4px; }
.check-list.on-dark li { color: rgba(255,255,255,.88); }

/* ==========================================================================
   Program / sales-funnel page
   ========================================================================== */
.phero { padding-top: clamp(32px, 5vw, 64px); padding-bottom: clamp(40px, 6vw, 80px); }
.phero-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 48px; align-items: center; }
.phero .h-display { margin-top: 18px; }
.grad-text { background: linear-gradient(90deg, var(--blue), #5b4bff); -webkit-background-clip: text; background-clip: text; color: transparent; }
.phero-visual { position: relative; }
.phero-visual .main { border-radius: 28px; overflow: hidden; box-shadow: var(--shadow-lg); aspect-ratio: 4/3; }
.phero-visual .main img { width: 100%; height: 100%; object-fit: cover; }
.phero-visual .float-chip.a { left: -18px; top: 28px; }
.phero-visual .float-chip.b { right: -14px; bottom: 40px; }
.phero-visual .badge-lime { position: absolute; right: 22px; top: -18px; background: var(--lime); color: var(--navy); padding: 12px 16px; border-radius: 16px; font-weight: 800; text-align: center; line-height: 1.1; box-shadow: var(--shadow-md); transform: rotate(4deg); }
.badge-lime small { display: block; font-weight: 700; font-size: 11px; letter-spacing: .06em; text-transform: uppercase; }
.badge-lime b { font-size: 26px; }
@media (max-width: 980px) { .phero-grid { grid-template-columns: 1fr; } .phero-visual { margin-top: 20px; } }

/* Hear me out video */
.video-block { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: center; }
.video { position: relative; border-radius: 24px; overflow: hidden; aspect-ratio: 16/10; background: var(--navy); box-shadow: var(--shadow-lg); cursor: pointer; }
.video img { width: 100%; height: 100%; object-fit: cover; object-position: top; opacity: .85; }
.video .play { position: absolute; inset: 0; display: grid; place-items: center; }
.video .play span { width: 84px; height: 84px; border-radius: 50%; background: var(--lime); color: var(--navy); display: grid; place-items: center; box-shadow: 0 0 0 14px rgba(209,244,0,.25); transition: transform .2s; }
.video:hover .play span { transform: scale(1.06); }
.video .play svg { width: 34px; height: 34px; margin-left: 4px; }
.video .cap { position: absolute; left: 18px; bottom: 18px; right: 18px; display: flex; justify-content: space-between; align-items: center; color: #fff; font-weight: 700; }
.video iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.quote-big { font-size: clamp(24px, 3vw, 34px); font-weight: 700; line-height: 1.2; letter-spacing: -0.02em; }
@media (max-width: 900px) { .video-block { grid-template-columns: 1fr; } }

/* Audience */
.audience { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.audience li { display: flex; gap: 14px; padding: 20px; border-radius: 18px; background: var(--white); border: 1.5px solid var(--grey); box-shadow: var(--shadow-sm); align-items: flex-start; }
.audience .ic { width: 44px; height: 44px; border-radius: 12px; background: var(--navy); color: var(--lime); display: grid; place-items: center; flex: 0 0 auto; }
.audience .ic svg { width: 22px; height: 22px; }
.audience b { display: block; font-size: 17px; }
.audience span { color: var(--ink-70); font-size: 14.5px; }
@media (max-width: 700px) { .audience { grid-template-columns: 1fr; } }

/* Accelerate */
.accel { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.accel .card { display: flex; flex-direction: column; gap: 6px; }
.accel .big { font-size: clamp(28px, 3.4vw, 40px); font-weight: 800; letter-spacing: -0.03em; line-height: 1.05; }
@media (max-width: 700px) { .accel { grid-template-columns: 1fr; } }

/* Roles / paper sections */
.roles { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.role { padding: 24px; border-radius: 20px; background: var(--white); border: 1.5px solid var(--grey); position: relative; overflow: hidden; }
.role::before { content: attr(data-n); position: absolute; right: 14px; top: 10px; font-size: 44px; font-weight: 800; color: var(--lime-100); line-height: 1; letter-spacing: -0.04em; }
.role h4 { font-size: 19px; position: relative; padding-right: 56px; }
.role p { margin-top: 8px; color: var(--ink-70); font-size: 14.5px; position: relative; }
.role .pct { display: inline-block; margin-top: 12px; font-weight: 800; color: var(--blue); font-size: 13px; }
@media (max-width: 980px) { .roles { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .roles { grid-template-columns: 1fr; } }

/* Profile "you after" card */
.profile { border-radius: 28px; background: var(--white); border: 1.5px solid var(--blue-20); box-shadow: var(--shadow-lg); overflow: hidden; display: grid; grid-template-columns: 300px 1fr; }
.profile .side { background: var(--navy); color: #fff; padding: 28px; }
.profile .side img { width: 120px; height: 120px; border-radius: 50%; object-fit: cover; border: 4px solid var(--lime); }
.profile .side .nm { font-size: 22px; font-weight: 800; margin-top: 16px; }
.profile .side .rl { color: var(--lime); font-weight: 700; font-size: 14px; }
.profile .side ul { margin-top: 18px; }
.profile .side li { font-size: 14px; color: rgba(255,255,255,.8); padding: 6px 0; border-top: 1px solid rgba(255,255,255,.12); }
.profile .main { padding: 28px; }
.profile h5 { font-size: 12px; letter-spacing: .08em; text-transform: uppercase; color: var(--ink-50); margin: 0 0 10px; }
.profile .block + .block { margin-top: 22px; }
.profile .row { display: flex; justify-content: space-between; gap: 12px; flex-wrap: wrap; }
.profile .row b { font-size: 16px; } .profile .row span { color: var(--ink-50); font-size: 13px; }
.chips { display: flex; flex-wrap: wrap; gap: 8px; }
.chips span { padding: 7px 12px; border-radius: 999px; background: var(--blue-10); color: var(--blue); font-weight: 700; font-size: 13px; }
.chips.lime span { background: var(--lime-100); color: var(--navy); }
@media (max-width: 760px) { .profile { grid-template-columns: 1fr; } }

/* Outcome cards */
.outcomes { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.outcome { padding: 26px; border-radius: 22px; background: var(--grey-50); display: flex; flex-direction: column; gap: 10px; }
.outcome h4 { font-size: 21px; }
.outcome p { color: var(--ink-70); font-size: 15px; }
.outcome .kpi { margin-top: auto; padding-top: 14px; border-top: 1px solid var(--grey); }
.outcome .kpi b { display: block; font-size: 26px; color: var(--blue); letter-spacing: -0.02em; }
.outcome .kpi span { font-size: 13px; color: var(--ink-50); }
@media (max-width: 900px) { .outcomes { grid-template-columns: 1fr; } }

/* Accordion */
.acc { border: 1.5px solid var(--grey); border-radius: 16px; background: var(--white); margin-bottom: 10px; overflow: hidden; }
.acc-h { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 18px 20px; background: none; border: 0; text-align: left; font-weight: 700; font-size: 17px; color: var(--ink); }
.acc-h .ix { width: 32px; height: 32px; border-radius: 50%; background: var(--lime); color: var(--navy); display: grid; place-items: center; flex: 0 0 auto; transition: transform .2s; }
.acc-h .ix svg { width: 16px; height: 16px; }
.acc-b { display: none; padding: 0 20px 20px; color: var(--ink-70); font-size: 15px; }
.acc.open .acc-b { display: block; }
.acc.open .acc-h .ix { transform: rotate(45deg); }
.acc .chips { margin-top: 12px; }
.acc .wk { font-size: 12px; font-weight: 700; color: var(--blue); letter-spacing: .06em; text-transform: uppercase; }

/* Curriculum download */
.curri { display: grid; grid-template-columns: auto 1fr auto; gap: 28px; align-items: center; padding: 28px; border-radius: 24px; background: var(--navy); color: #fff; }
.curri .doc { width: 110px; height: 140px; border-radius: 10px; background: var(--white); position: relative; box-shadow: var(--shadow-md); overflow: hidden; }
.curri .doc::before { content: ""; position: absolute; left: 14px; right: 14px; top: 18px; height: 8px; background: var(--blue); border-radius: 4px; box-shadow: 0 18px 0 var(--grey), 0 32px 0 var(--grey), 0 46px 0 var(--grey), 0 60px 0 var(--grey), 0 74px 0 var(--lime); }
.curri .doc::after { content: ""; position: absolute; right: 0; top: 0; border-style: solid; border-width: 0 28px 28px 0; border-color: transparent var(--lime) transparent transparent; }
.curri p { color: rgba(255,255,255,.8); margin-top: 8px; }
@media (max-width: 760px) { .curri { grid-template-columns: 1fr; text-align: center; justify-items: center; } }

/* Project */
.project { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: center; }
.project .img { border-radius: 26px; overflow: hidden; box-shadow: var(--shadow-lg); aspect-ratio: 4/3; }
.project .img img { width: 100%; height: 100%; object-fit: cover; }
.mini { display: grid; gap: 10px; margin-top: 22px; }
.mini li { display: flex; justify-content: space-between; align-items: center; gap: 12px; padding: 14px 16px; border-radius: 14px; background: var(--grey-50); font-weight: 700; }
.mini li span { font-weight: 600; color: var(--ink-50); font-size: 13px; }
.big-stat { display: flex; gap: 16px; align-items: center; margin-top: 24px; padding: 18px; border-radius: 18px; background: var(--lime); color: var(--navy); }
.big-stat b { font-size: 40px; letter-spacing: -0.03em; line-height: 1; }
@media (max-width: 900px) { .project { grid-template-columns: 1fr; } }

/* Closer look cards */
.look { flex: 0 0 min(340px, 85vw); scroll-snap-align: start; padding: 24px; border-radius: 22px; background: var(--white); border: 1.5px solid var(--grey); display: flex; flex-direction: column; gap: 10px; }
.look .n { font-size: 12px; font-weight: 800; color: var(--blue); letter-spacing: .08em; }
.look h4 { font-size: 19px; }
.look p { color: var(--ink-70); font-size: 14.5px; flex: 1; }

/* Certificate */
.cert { display: grid; grid-template-columns: 1fr auto; gap: 28px; align-items: center; padding: 28px; border-radius: 24px; border: 2px dashed var(--blue-20); background: var(--blue-10); }
.cert .ribbon { width: 96px; height: 96px; border-radius: 50%; background: var(--lime); display: grid; place-items: center; color: var(--navy); box-shadow: 0 0 0 10px rgba(209,244,0,.3); }
.cert .ribbon svg { width: 44px; height: 44px; }
@media (max-width: 700px) { .cert { grid-template-columns: 1fr; } }

/* Pricing */
.pricing { display: grid; grid-template-columns: 1.1fr .9fr; gap: 28px; align-items: start; }
.price-card { border-radius: 28px; background: var(--white); border: 2px solid var(--blue); box-shadow: var(--shadow-lg); padding: 32px; position: sticky; top: 100px; }
.price-card .tag { display: inline-flex; align-items: center; gap: 8px; padding: 6px 12px; border-radius: 999px; background: #ffe9e9; color: #c62828; font-weight: 800; font-size: 12px; letter-spacing: .06em; text-transform: uppercase; }
.price-card .tag i { width: 8px; height: 8px; border-radius: 50%; background: #e53935; animation: blink 1.2s infinite; }
@keyframes blink { 50% { opacity: .2; } }
.price-card h3 { font-size: 28px; margin-top: 14px; }
.price-row { display: flex; align-items: baseline; gap: 14px; flex-wrap: wrap; margin-top: 18px; }
.price-row .old { color: var(--ink-50); text-decoration: line-through; font-size: 20px; font-weight: 600; }
.price-row .new { font-size: clamp(36px, 4vw, 48px); font-weight: 800; letter-spacing: -0.03em; color: var(--navy); }
.price-row .new small { font-size: 16px; font-weight: 700; color: var(--ink-50); letter-spacing: 0; }
.save { display: inline-block; margin-top: 6px; padding: 6px 12px; border-radius: 8px; background: var(--lime); color: var(--navy); font-weight: 800; font-size: 13px; }
.price-card h5 { font-size: 12px; letter-spacing: .08em; text-transform: uppercase; color: var(--ink-50); margin: 22px 0 8px; }
.bonus { display: flex; justify-content: space-between; gap: 12px; padding: 10px 0; border-top: 1px dashed var(--grey); font-size: 14.5px; }
.bonus b { color: var(--blue); white-space: nowrap; }
.bonus .free { color: #2e7d32; font-weight: 800; }
.installments { margin-top: 14px; font-size: 13px; color: var(--ink-50); text-align: center; }
@media (max-width: 900px) { .pricing { grid-template-columns: 1fr; } .price-card { position: static; } }

/* Compare */
.compare { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.compare .c { padding: 22px; border-radius: 20px; border: 1.5px solid var(--grey); background: var(--white); text-align: center; }
.compare .c.hi { background: var(--navy); color: #fff; border-color: var(--navy); transform: scale(1.03); box-shadow: var(--shadow-lg); }
.compare .c .t { font-weight: 700; font-size: 15px; color: var(--ink-50); }
.compare .c.hi .t { color: var(--lime); }
.compare .c .v { font-size: 20px; font-weight: 800; margin-top: 8px; letter-spacing: -0.02em; line-height: 1.25; }
.compare .c .d { font-size: 13px; color: var(--ink-50); margin-top: 6px; }
.compare .c.hi .d { color: rgba(255,255,255,.75); }
@media (max-width: 760px) { .compare { grid-template-columns: 1fr; } .compare .c.hi { transform: none; } }

/* FAQ */
.faq { max-width: 820px; margin-inline: auto; }

/* ---------- Mobile overflow & hero tuning ---------- */
html, body { overflow-x: clip; }
.hero, .phero { overflow: hidden; }
@media (max-width: 560px) {
  .hero-visual { min-height: 500px; }
  .hero-card { width: 200px; padding: 14px; top: 0; left: 0; }
  .hero-card .pill { font-size: 12px; padding: 6px 10px; }
  .path li { font-size: 13.5px; }
  .hero-photo { width: 70%; }
  .float-avatar { right: 4px !important; }
  .hero-visual .float-chip { bottom: 0; }
  .phero-visual .float-chip.a { left: 10px; top: 14px; }
  .phero-visual .float-chip.b { right: 10px; bottom: 14px; }
  .phero-visual .badge-lime { right: 10px; top: -10px; }
  .announce-meta { flex-wrap: wrap; justify-content: center; }
  .countdown { gap: 8px; }
  .countdown .num { font-size: 26px; }
}

/* ---------- Paid course cards ---------- */
.program .price-line { display: flex; align-items: baseline; gap: 10px; }
.program .price-line .old { color: var(--ink-50); text-decoration: line-through; font-weight: 600; font-size: 14px; }
.program .price-line .new { font-size: 24px; font-weight: 800; letter-spacing: -0.02em; color: var(--blue); }
.program .thumb .save-tag { position: absolute; right: 14px; top: 14px; padding: 6px 10px; border-radius: 999px; background: var(--navy); color: var(--lime); font-weight: 800; font-size: 12px; }

/* ---------- Live seminar links ---------- */
.live-badge { display: inline-flex; align-items: center; gap: 8px; padding: 6px 12px; border-radius: 999px; background: #ff2d55; color: #fff; font-weight: 800; font-size: 12px; letter-spacing: .08em; }
.live-badge i { width: 8px; height: 8px; border-radius: 50%; background: #fff; animation: blink 1s infinite; }
.live-badge[hidden], [data-links-box][hidden], [data-link][hidden], [data-link-note][hidden], [data-links-waiting][hidden] { display: none !important; }
.announce-join { display: flex; gap: 8px; flex-wrap: wrap; justify-content: center; }
.join-box { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; padding: 14px; border-radius: 14px; background: var(--lime-50); border: 1.5px solid var(--lime); }
.join-box b { font-size: 14px; color: var(--navy); }

.announce a.countdown:hover .num, .announce > a:hover .announce-title { color: var(--lime); }

/* Designed course banners (512x279 artwork) — keep the full artwork visible */
.program .thumb.thumb-wide { aspect-ratio: 512 / 279; }
.program .thumb.thumb-wide img { object-position: center; }
