/* ============================================================
   PLC Indonesia — Gold redesign (avenew-inspired)
   ============================================================ */

:root {
  /* palette */
  /* remapped 2026-09: navy → PMBOK-8 violet (client request); v2: darker to match cover-bottom tone */
  --navy-950: #150923;
  --navy-900: #270f48;
  --navy-800: #371a6c;
  --navy-700: #49278a;
  --ink: #140a28;
  --slate-700: #453a5e;
  --slate-600: #514669;
  --slate-500: #786a90;
  --gold-50: #fbf7ea;
  --gold-100: #f6ebc8;
  --gold-200: #ecd9a0;
  --gold-300: #e2c25d;
  --gold-400: #d4af37;
  --gold-500: #c9a127;
  --gold-600: #a8861f;
  --gold-700: #8a6d1b;
  --gold-800: #6e5615;
  --cream-50: #fbf9f3;
  --cream-100: #f5f1e4;
  --line: #e8e2d2;
  --line-soft: #efe9db;
  --white: #ffffff;
  --green-600: #1da851;

  --font: 'Plus Jakarta Sans', system-ui, -apple-system, 'Segoe UI', sans-serif;
  --shadow-sm: 0 1px 2px rgba(24, 12, 48, 0.06), 0 1px 3px rgba(24, 12, 48, 0.08);
  --shadow-md: 0 10px 30px -12px rgba(24, 12, 48, 0.18);
  --shadow-lg: 0 24px 60px -24px rgba(21, 9, 35, 0.35);
  --shadow-gold: 0 12px 28px -12px rgba(201, 161, 39, 0.55);
  --radius: 18px;
  --radius-sm: 13px;
  --container: 1160px;
  --ease: cubic-bezier(0.22, 0.61, 0.25, 1);
}

/* ---------- base ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  font-family: var(--font);
  font-size: 16px;
  line-height: 1.65;
  color: var(--slate-600);
  background: var(--white);
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; height: auto; }
a { color: inherit; text-decoration: none; }
h1, h2, h3, h4 { color: var(--ink); font-weight: 800; letter-spacing: -0.02em; margin: 0; line-height: 1.15; }
em.hl, em.hl-g { font-style: normal; }
em.hl {
  background: linear-gradient(100deg, var(--gold-600), var(--gold-800) 60%, var(--gold-600));
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
em.hl-g {
  background: linear-gradient(105deg, #f0dc9a, var(--gold-400) 45%, #e8cd6f);
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
.ic { width: 22px; height: 22px; flex: none; }
.ic-sm { width: 17px; height: 17px; }
.ic-xl { width: 44px; height: 44px; }
.ic-gold { color: var(--gold-600); }
.on-dark .ic-gold, .sec-navy .ic-gold, .hero .ic-gold, .cta-band .ic-gold, .meta-panel .ic-gold { color: var(--gold-400); }

.container { max-width: var(--container); margin: 0 auto; padding-left: 28px; padding-right: 28px; }
.narrow { max-width: 880px; }
.center-row { display: flex; flex-direction: column; align-items: center; text-align: center; }
.skip-link { position: absolute; left: -9999px; top: 0; background: var(--navy-950); color: #fff; padding: 10px 16px; z-index: 100; }
.skip-link:focus { left: 12px; top: 12px; border-radius: 10px; }
[id] { scroll-margin-top: 108px; }

/* ---------- typography helpers ---------- */
.eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  font-size: 12px; font-weight: 800; letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--gold-700); margin: 0 0 14px;
}
.eyebrow .tick { width: 26px; height: 2px; background: var(--gold-500); border-radius: 2px; }
.eyebrow.on-dark { color: var(--gold-300); }
.eyebrow.on-dark .tick { background: var(--gold-400); }
.lead { font-size: 1.11rem; line-height: 1.75; color: var(--slate-600); margin: 18px 0 0; }
.sec-head { max-width: 720px; margin-bottom: 52px; }
.sec-head.center { margin-left: auto; margin-right: auto; text-align: center; }
.sec-head.center .eyebrow { justify-content: center; }
.sec-head h2 { font-size: clamp(1.75rem, 2.6vw, 2.35rem); }
.sec-head .lead { margin-top: 16px; }

/* ---------- buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  font-family: var(--font); font-weight: 700; font-size: 0.95rem;
  padding: 14px 26px; border-radius: 999px; border: 1px solid transparent;
  cursor: pointer; transition: all 0.25s var(--ease); white-space: nowrap;
}
.btn .btn-ic { width: 18px; height: 18px; }
.btn:disabled { opacity: 0.6; cursor: default; }
.btn-gold {
  background: linear-gradient(120deg, #e3c45e, var(--gold-400) 45%, #c09a2e);
  color: var(--navy-950); box-shadow: var(--shadow-gold);
}
.btn-gold:hover { transform: translateY(-2px); box-shadow: 0 16px 34px -12px rgba(201, 161, 39, 0.65); filter: saturate(1.08); }
.btn-outline-light { border-color: rgba(255, 255, 255, 0.32); color: #fff; background: rgba(255, 255, 255, 0.04); }
.btn-outline-light:hover { border-color: var(--gold-400); color: var(--gold-300); transform: translateY(-2px); }
.btn-outline { border-color: #d8d2c2; color: var(--ink); background: #fff; }
.btn-outline:hover { border-color: var(--gold-500); background: var(--gold-50); transform: translateY(-2px); }
.btn-sm { padding: 10px 20px; font-size: 0.88rem; }
.btn-block { width: 100%; }
.link-gold {
  display: inline-flex; align-items: center; gap: 7px;
  color: var(--gold-700); font-weight: 700; font-size: 0.92rem;
  transition: gap 0.25s var(--ease), color 0.2s;
}
.link-gold:hover { gap: 11px; color: var(--gold-600); }

/* ---------- topbar ---------- */
.topbar { background: var(--navy-950); color: rgba(255, 255, 255, 0.72); font-size: 12.5px; }
.tb-in { display: flex; align-items: center; justify-content: space-between; height: 42px; }
.tb-left { display: flex; align-items: center; gap: 26px; }
.tb-item { display: inline-flex; align-items: center; gap: 7px; transition: color 0.2s; }
.tb-item .ic { width: 14px; height: 14px; color: var(--gold-400); }
a.tb-item:hover { color: var(--gold-300); }
.tb-right { display: flex; align-items: center; gap: 6px; }
.tb-social { display: grid; place-items: center; width: 32px; height: 32px; border-radius: 8px; color: rgba(255, 255, 255, 0.6); transition: all 0.2s; }
.tb-social:hover { color: var(--gold-400); background: rgba(255, 255, 255, 0.06); }
.tb-social .ic { width: 17px; height: 17px; }

/* ---------- header ---------- */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--line-soft);
  transition: box-shadow 0.3s;
}
.site-header.scrolled { box-shadow: 0 8px 30px -18px rgba(21, 9, 35, 0.35); }
.hd-in { display: flex; align-items: center; justify-content: space-between; gap: 24px; height: 78px; }
.brand img { height: 46px; width: auto; }
.nav-desktop ul { display: flex; gap: 4px; list-style: none; margin: 0; padding: 0; }
.nav-desktop a {
  display: block; padding: 9px 14px; border-radius: 999px;
  font-size: 14.5px; font-weight: 600; color: var(--slate-700); transition: all 0.2s;
}
.nav-desktop a:hover { color: var(--ink); background: var(--gold-50); }
.nav-desktop a.active { color: var(--gold-700); background: var(--gold-50); }
.hd-actions { display: flex; align-items: center; gap: 12px; }
.lang-sw {
  display: inline-flex; align-items: center; font-size: 12px; font-weight: 800; letter-spacing: 0.04em;
  border: 1px solid var(--line); border-radius: 999px; overflow: hidden; transition: border-color 0.2s;
}
.lang-sw:hover { border-color: var(--gold-400); }
.lang-sw .lang-cur { background: var(--navy-950); color: var(--gold-300); padding: 6px 10px; }
.lang-sw .lang-alt { color: var(--slate-500); padding: 6px 10px; }
.burger { display: none; background: none; border: 0; padding: 8px; color: var(--ink); cursor: pointer; }
.burger .ic-close { display: none; }
.menu-open .burger .ic-close { display: block; }
.menu-open .burger .ic:not(.ic-close) { display: none; }

.nav-mobile { display: none; border-top: 1px solid var(--line-soft); background: #fff; padding: 12px 28px 24px; }
.nav-mobile ul { list-style: none; margin: 0 0 16px; padding: 0; }
.nav-mobile ul a { display: block; padding: 13px 6px; font-weight: 700; font-size: 1.02rem; color: var(--ink); border-bottom: 1px solid var(--line-soft); }
.nav-mobile ul a.active { color: var(--gold-700); }
.nm-foot { display: flex; align-items: center; gap: 16px; }
.nm-lang { font-size: 13px; font-weight: 700; color: var(--slate-500); text-decoration: underline; }
.menu-open .nav-mobile { display: block; }
@media (max-width: 1024px) {
  .nav-desktop { display: none; }
  .burger { display: block; }
  .tb-left .tb-item:not(:first-child) { display: none; }
}

/* ---------- sections ---------- */
.sec { padding: 96px 0; position: relative; }
.sec-cream { background: var(--cream-50); }
.sec-navy { background: linear-gradient(165deg, var(--navy-950), var(--navy-900) 60%, var(--navy-950)); color: rgba(255, 255, 255, 0.78); overflow: hidden; }
.sec-navy h2, .sec-navy h3 { color: #fff; }
.sec-navy .lead { color: rgba(255, 255, 255, 0.72); }

/* glow decorations */
.glow { position: absolute; border-radius: 50%; pointer-events: none; filter: blur(70px); }
.glow-tr { width: 560px; height: 560px; right: -160px; top: -220px; background: radial-gradient(circle, rgba(212, 175, 55, 0.28), rgba(212, 175, 55, 0) 65%); }
.glow-bl { width: 480px; height: 480px; left: -180px; bottom: -240px; background: radial-gradient(circle, rgba(212, 175, 55, 0.16), rgba(212, 175, 55, 0) 65%); }
.glow.soft { filter: blur(90px); opacity: 0.65; }

/* ---------- hero ---------- */
.hero {
  position: relative; overflow: hidden;
  background:
    radial-gradient(1200px 500px at 85% -10%, rgba(212, 175, 55, 0.14), transparent 60%),
    linear-gradient(160deg, #150923 0%, #270f48 55%, #120720 100%);
  color: rgba(255, 255, 255, 0.82);
  padding: 88px 0 72px;
}
.hero-lines {
  position: absolute; inset: 0; pointer-events: none; opacity: 0.5;
  background-image:
    linear-gradient(rgba(212, 175, 55, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(212, 175, 55, 0.04) 1px, transparent 1px);
  background-size: 84px 84px;
  -webkit-mask-image: radial-gradient(ellipse at 70% 20%, #000 0%, transparent 70%);
  mask-image: radial-gradient(ellipse at 70% 20%, #000 0%, transparent 70%);
}
.hero-grid { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 64px; align-items: center; position: relative; }
.hero-copy h1 { color: #fff; font-size: clamp(2.35rem, 4.4vw, 3.45rem); letter-spacing: -0.03em; }
.hero-copy .lead { color: rgba(255, 255, 255, 0.75); max-width: 560px; }
.announce {
  display: inline-flex; align-items: center; gap: 10px;
  font-size: 13px; font-weight: 600; color: var(--gold-200);
  border: 1px solid rgba(212, 175, 55, 0.35); background: rgba(212, 175, 55, 0.08);
  border-radius: 999px; padding: 8px 16px; margin: 0 0 22px;
}
.announce .pulse { width: 8px; height: 8px; border-radius: 50%; background: var(--gold-400); box-shadow: 0 0 0 0 rgba(212, 175, 55, 0.6); animation: pulse 2.4s infinite; }
@keyframes pulse {
  0% { box-shadow: 0 0 0 0 rgba(212, 175, 55, 0.55); }
  70% { box-shadow: 0 0 0 10px rgba(212, 175, 55, 0); }
  100% { box-shadow: 0 0 0 0 rgba(212, 175, 55, 0); }
}
.hero-cta { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }
.hero-stats { display: flex; gap: 0; margin-top: 46px; border-top: 1px solid rgba(255, 255, 255, 0.12); padding-top: 28px; }
.stat { padding-right: 34px; margin-right: 34px; border-right: 1px solid rgba(255, 255, 255, 0.12); }
.stat:last-child { border-right: 0; margin-right: 0; padding-right: 0; }
.stat-v {
  font-size: 2.1rem; font-weight: 800; letter-spacing: -0.02em; margin: 0; line-height: 1.1;
  background: linear-gradient(105deg, #f0dc9a, var(--gold-400) 60%, #dcbc4e);
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
.stat-l { font-size: 12.5px; color: rgba(255, 255, 255, 0.62); margin: 6px 0 0; max-width: 150px; line-height: 1.45; }

.hero-visual { position: relative; }
.hv-frame { position: relative; border-radius: 22px; overflow: hidden; border: 1px solid rgba(212, 175, 55, 0.4); box-shadow: var(--shadow-lg); z-index: 2; }
.hv-frame img { width: 100%; aspect-ratio: 4 / 3.4; object-fit: cover; }
.hv-frame::after { content: ''; position: absolute; inset: 0; background: linear-gradient(200deg, rgba(21, 9, 35, 0) 55%, rgba(21, 9, 35, 0.42)); }
.hv-ring { position: absolute; inset: auto -26px -26px auto; width: 190px; height: 190px; border: 1.5px dashed rgba(212, 175, 55, 0.4); border-radius: 50%; z-index: 1; animation: spin 50s linear infinite; }
@keyframes spin { to { transform: rotate(360deg); } }
.hv-card {
  position: absolute; z-index: 3; display: flex; align-items: center; gap: 12px;
  background: #fff; border-radius: 15px; padding: 14px 18px; box-shadow: var(--shadow-md);
  border: 1px solid var(--line-soft);
}
.hv-card .ic { width: 30px; height: 30px; }
.hv-a { left: -26px; bottom: -24px; animation: bob 6s ease-in-out infinite alternate; }
.hv-b { right: -18px; top: -20px; animation: bob 7s ease-in-out 0.8s infinite alternate; }
@keyframes bob { from { transform: translateY(0); } to { transform: translateY(-9px); } }
.hv-v { margin: 0; font-weight: 800; font-size: 1.25rem; color: var(--ink); letter-spacing: -0.02em; }
.hv-v-sm { font-size: 1rem; }
.hv-l { margin: 1px 0 0; font-size: 11.5px; color: var(--slate-500); }

/* ---------- video ---------- */
.video-grid { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 60px; align-items: center; }
.video-points { list-style: none; margin: 28px 0 0; padding: 0; display: grid; gap: 14px; }
.video-points li { display: flex; align-items: center; gap: 11px; font-weight: 600; color: var(--slate-700); font-size: 15px; }
.video-frame { position: relative; border-radius: 22px; overflow: hidden; cursor: pointer; box-shadow: var(--shadow-lg); border: 1px solid var(--line); }
.video-frame img { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; transition: transform 0.6s var(--ease); }
.video-frame:hover img { transform: scale(1.04); }
.video-frame iframe { width: 100%; aspect-ratio: 16 / 10; border: 0; display: block; }
.play-btn {
  position: absolute; inset: 0; margin: auto; width: 86px; height: 86px; border-radius: 50%;
  display: grid; place-items: center; color: var(--navy-950);
  background: linear-gradient(120deg, #e9cd6c, var(--gold-400) 55%, #c5a032);
  box-shadow: 0 18px 44px -14px rgba(201, 161, 39, 0.8);
  transition: transform 0.3s var(--ease);
}
.play-btn .ic { width: 30px; height: 30px; margin-left: 4px; }
.video-frame:hover .play-btn { transform: scale(1.09); }
.play-btn::after {
  content: ''; position: absolute; inset: -12px; border-radius: 50%;
  border: 1.5px solid rgba(212, 175, 55, 0.55); animation: ring 2.6s var(--ease) infinite;
}
@keyframes ring { 0% { transform: scale(0.9); opacity: 0.9; } 100% { transform: scale(1.25); opacity: 0; } }
.video-shine { position: absolute; inset: 0; background: linear-gradient(200deg, transparent 55%, rgba(21, 9, 35, 0.35)); pointer-events: none; }

/* ---------- pain points ---------- */
.pain-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.pain-card {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  padding: 30px 28px; transition: transform 0.35s var(--ease), box-shadow 0.35s var(--ease);
}
.pain-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-md); }
.pc-head { display: flex; align-items: center; gap: 15px; margin-bottom: 20px; }
.pc-head h3 { font-size: 1.18rem; line-height: 1.3; }
.bubble {
  width: 50px; height: 50px; border-radius: 15px; flex: none;
  display: grid; place-items: center; color: var(--gold-700);
  background: var(--gold-50); border: 1px solid var(--gold-100);
}
.bubble .ic { width: 24px; height: 24px; }
.bubble-sm { width: 40px; height: 40px; border-radius: 12px; }
.bubble-sm .ic { width: 20px; height: 20px; }
.bubble-dark { background: rgba(212, 175, 55, 0.13); border-color: rgba(212, 175, 55, 0.3); color: var(--gold-400); }
.pc-rows { display: grid; gap: 18px; }
.pc-row { border-left: 2px solid; padding: 2px 0 2px 15px; }
.pc-row p { margin: 6px 0 0; font-size: 14px; line-height: 1.62; }
.pc-tag { font-size: 10.5px; font-weight: 800; letter-spacing: 0.14em; text-transform: uppercase; }
.r-pain { border-color: #d9d3c4; } .r-pain .pc-tag { color: #8a8577; }
.r-real { border-color: var(--navy-700); } .r-real .pc-tag { color: var(--navy-800); }
.r-shift { border-color: var(--gold-500); background: linear-gradient(90deg, var(--gold-50), transparent 80%); border-radius: 0 10px 10px 0; }
.r-shift .pc-tag { color: var(--gold-700); }

/* ---------- pillars ---------- */
.pillars-grid { display: grid; grid-template-columns: 0.92fr 1.08fr; gap: 70px; align-items: start; }
.pillars-photo { position: sticky; top: 110px; }
.ph-frame { position: relative; border-radius: 22px; overflow: hidden; box-shadow: var(--shadow-lg); }
.ph-frame img { width: 100%; aspect-ratio: 4 / 4.6; object-fit: cover; }
.ph-frame::after { content: ''; position: absolute; inset: 0; background: linear-gradient(210deg, rgba(21, 9, 35, 0) 60%, rgba(21, 9, 35, 0.45)); }
.ph-chip {
  position: absolute; left: 22px; bottom: 22px; z-index: 2;
  display: inline-flex; align-items: center; gap: 9px;
  background: rgba(21, 9, 35, 0.82); backdrop-filter: blur(6px);
  color: #fff; font-size: 11.5px; font-weight: 800; letter-spacing: 0.13em; text-transform: uppercase;
  padding: 11px 16px; border-radius: 12px; border: 1px solid rgba(212, 175, 55, 0.4);
}
.pillars-copy .sec-head { margin-bottom: 12px; }
.pillar-list { display: grid; }
.pillar { display: flex; gap: 22px; padding: 28px 0; border-bottom: 1px solid var(--line-soft); }
.pillar:last-child { border-bottom: 0; }
.pillar-no {
  flex: none; width: 46px; height: 46px; border-radius: 14px; display: grid; place-items: center;
  font-weight: 800; font-size: 0.92rem; color: var(--gold-700);
  background: var(--gold-50); border: 1px solid var(--gold-100);
}
.pillar-body h3 { font-size: 1.14rem; margin-bottom: 10px; }
.pillar-body ul { margin: 0; padding: 0; list-style: none; display: grid; gap: 8px; }
.pillar-body li { font-size: 14.2px; line-height: 1.6; padding-left: 18px; position: relative; }
.pillar-body li::before { content: ''; position: absolute; left: 0; top: 9px; width: 7px; height: 7px; border-radius: 50%; background: var(--gold-400); }
.pillar-body strong { color: var(--ink); font-weight: 700; }

/* ---------- programs ---------- */
.prog-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.prog-grid-lg { grid-template-columns: repeat(2, 1fr); gap: 24px; }
.prog-card {
  display: flex; flex-direction: column; gap: 12px;
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 26px 24px;
  transition: transform 0.35s var(--ease), box-shadow 0.35s var(--ease), border-color 0.3s;
}
.prog-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-md); border-color: var(--gold-200); }
.prog-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 4px; }
.prog-card h3 { font-size: 1.3rem; }
.prog-card p { margin: 0; font-size: 14px; line-height: 1.62; flex: 1; }
.prog-sub { color: var(--gold-700); font-weight: 700; font-size: 13px !important; }
.prog-card .link-gold { margin-top: 8px; }
.prog-note { font-size: 12.5px; color: var(--slate-500); font-style: italic; margin-top: 8px; }
.is-off { opacity: 0.78; }
.pill {
  display: inline-flex; align-items: center; font-size: 10.5px; font-weight: 800;
  letter-spacing: 0.08em; text-transform: uppercase; padding: 6px 11px; border-radius: 999px; white-space: nowrap;
}
.st-gold { background: var(--gold-100); color: var(--gold-800); border: 1px solid var(--gold-300); }
.st-navy { background: #f1ecfd; color: var(--navy-800); border: 1px solid #d9ccf5; }
.st-mute { background: #f2f0ea; color: #8a8577; border: 1px solid #e3ded0; }

/* ---------- community ---------- */
.comm-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; position: relative; }
.comm-card {
  background: rgba(255, 255, 255, 0.045); border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: var(--radius); padding: 30px 28px; transition: transform 0.35s var(--ease), border-color 0.3s;
}
.comm-card:hover { transform: translateY(-5px); border-color: rgba(212, 175, 55, 0.45); }
.comm-card h3 { font-size: 1.13rem; margin: 16px 0 10px; }
.comm-card p { margin: 0; font-size: 14.2px; line-height: 1.65; color: rgba(255, 255, 255, 0.68); }
.comm-photo { margin-top: 56px; border-radius: 22px; overflow: hidden; border: 1px solid rgba(212, 175, 55, 0.28); position: relative; }
.comm-photo img { width: 100%; aspect-ratio: 21 / 8; object-fit: cover; opacity: 0.92; }

/* ---------- testimonials ---------- */
.tst-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-bottom: 34px; }
.tst-grid-3 { margin-bottom: 0; }
.tst-card {
  display: flex; flex-direction: column; gap: 16px;
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 28px 26px;
  transition: transform 0.35s var(--ease), box-shadow 0.35s var(--ease);
}
.tst-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-md); }
.stars { display: inline-flex; gap: 3px; }
.stars span { color: #e6e1d3; }
.stars .on { color: var(--gold-500); }
.stars svg { width: 17px; height: 17px; }
.tst-card blockquote { margin: 0; font-size: 14.8px; line-height: 1.68; color: var(--slate-700); flex: 1; display: -webkit-box; -webkit-line-clamp: 8; -webkit-box-orient: vertical; overflow: hidden; }
.tst-card footer { display: flex; align-items: center; gap: 13px; border-top: 1px solid var(--line-soft); padding-top: 16px; }
.tst-av {
  width: 44px; height: 44px; border-radius: 50%; display: grid; place-items: center; flex: none;
  background: linear-gradient(130deg, var(--gold-100), var(--gold-200)); color: var(--gold-800); font-weight: 800;
  border: 1px solid var(--gold-300); position: relative; overflow: hidden;
}
.tst-av img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; display: block; }
.tst-meta { display: grid; }
.tst-meta strong { color: var(--ink); font-size: 14.5px; }
.tst-meta small { color: var(--slate-500); font-size: 12.5px; }

/* ---------- faq ---------- */
.faq-grid { display: grid; grid-template-columns: 0.85fr 1.15fr; gap: 60px; align-items: start; }
.faq-left { position: sticky; top: 110px; }
.faq-help { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 22px; margin-top: 26px; }
.faq-help-t { font-weight: 800; color: var(--ink); margin: 0 0 12px; font-size: 14.5px; }
.faq-help-links { display: grid; gap: 10px; }
.faq-help-links a { display: inline-flex; align-items: center; gap: 9px; font-weight: 700; font-size: 14px; color: var(--navy-800); transition: color 0.2s; }
.faq-help-links a:hover { color: var(--gold-700); }
.faq-list { display: grid; gap: 13px; }
.faq-item {
  background: #fff; border: 1px solid var(--line); border-radius: 15px; overflow: hidden;
  transition: border-color 0.3s, box-shadow 0.3s;
}
.faq-item summary {
  display: flex; align-items: center; gap: 14px; padding: 19px 22px; cursor: pointer;
  font-weight: 700; color: var(--ink); font-size: 15.3px; list-style: none;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-ic { color: var(--gold-600); width: 21px; height: 21px; }
.faq-chev { margin-left: auto; color: var(--slate-500); transition: transform 0.35s var(--ease); width: 19px; height: 19px; }
.faq-item[open] { border-color: var(--gold-300); box-shadow: var(--shadow-sm); }
.faq-item[open] .faq-chev { transform: rotate(180deg); color: var(--gold-600); }
.faq-a { padding: 0 22px 20px 57px; }
.faq-a p { margin: 0; font-size: 14.6px; line-height: 1.7; }
.faq-page { max-width: 820px; margin: 0 auto; }
.faq-page + .faq-help { max-width: 820px; margin: 26px auto 0; background: transparent; border: 0; padding: 0; }
.faq-page + .faq-help .faq-help-links { display: flex; justify-content: center; gap: 26px; }

/* ---------- contact ---------- */
.contact-grid { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 64px; align-items: start; }
.contact-copy h2 { font-size: clamp(1.7rem, 2.5vw, 2.2rem); }
.contact-copy { position: sticky; top: 110px; }
.ch-list { margin-top: 30px; }
.ch-row {
  display: flex; align-items: center; gap: 15px; padding: 15px 4px;
  border-bottom: 1px solid var(--line-soft); transition: transform 0.25s var(--ease);
}
a.ch-row:hover { transform: translateX(5px); }
.ch-ic { width: 44px; height: 44px; border-radius: 13px; display: grid; place-items: center; flex: none; background: var(--gold-50); border: 1px solid var(--gold-100); color: var(--gold-700); }
.ch-txt { display: grid; }
.ch-txt small { font-size: 12px; color: var(--slate-500); font-weight: 600; }
.ch-txt strong { font-size: 15px; color: var(--ink); font-weight: 700; }

.lead-form { background: var(--cream-50); border: 1px solid var(--line); border-radius: 22px; padding: 34px 32px; position: relative; }
.lead-form h3 { font-size: 1.35rem; margin-bottom: 8px; }
.lf-support { font-size: 14px; margin: 0 0 22px; color: var(--slate-500); }
.lf-fields { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.lf-fields .field:first-child { grid-column: 1 / -1; }
.field { display: grid; gap: 7px; margin-bottom: 14px; }
.field > span { font-size: 13px; font-weight: 700; color: var(--ink); }
.field .req { font-style: normal; color: var(--gold-600); }
.field input, .field textarea {
  font-family: var(--font); font-size: 15px; color: var(--ink);
  padding: 13px 15px; border-radius: 12px; border: 1px solid #ddd6c6; background: #fff;
  transition: border-color 0.2s, box-shadow 0.2s; width: 100%;
}
.field input:focus, .field textarea:focus { outline: none; border-color: var(--gold-500); box-shadow: 0 0 0 4px rgba(212, 175, 55, 0.16); }
.field textarea { resize: vertical; min-height: 108px; }
.hp { position: absolute; left: -9999px; width: 1px; height: 1px; opacity: 0; }
.consent { display: flex; gap: 11px; align-items: flex-start; font-size: 12.8px; line-height: 1.55; color: var(--slate-500); margin: 4px 0 16px; }
.consent input { margin-top: 3px; accent-color: var(--gold-600); width: 16px; height: 16px; }
.consent a { color: var(--gold-700); font-weight: 700; text-decoration: underline; }
.lf-err { color: #b4372e; font-size: 13.3px; font-weight: 600; margin: 0 0 12px; }
.lf-foot { font-size: 13px; color: var(--slate-500); margin: 14px 0 0; text-align: center; }
.lf-foot a { color: var(--gold-700); font-weight: 700; }
.lf-ok {
  position: absolute; inset: 0; border-radius: 22px; display: none; flex-direction: column;
  align-items: center; justify-content: center; text-align: center; gap: 10px; padding: 30px;
  background: rgba(251, 249, 243, 0.97); z-index: 3;
}
.lf-ok.show { display: flex; }
.lf-ok .ic { width: 52px; height: 52px; }
.lf-ok p { margin: 0; font-weight: 600; color: var(--ink); max-width: 380px; }

/* ---------- gallery ---------- */
.g-grid { display: grid; grid-template-columns: repeat(3, 1fr); grid-auto-rows: 265px; grid-auto-flow: dense; gap: 16px; }
.g-cell { position: relative; margin: 0; border-radius: 16px; overflow: hidden; cursor: zoom-in; background: var(--cream-100); }
.g-cell img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.6s var(--ease); }
.g-cell:hover img { transform: scale(1.05); }
.g-wide { grid-column: span 2; }
.g-tall { grid-row: span 2; }
.g-cap {
  position: absolute; left: 0; right: 0; bottom: 0; margin: 0; padding: 34px 18px 14px;
  font-size: 12.5px; color: rgba(255, 255, 255, 0.92); line-height: 1.45;
  background: linear-gradient(transparent, rgba(21, 9, 35, 0.82));
  opacity: 0; transform: translateY(8px); transition: all 0.35s var(--ease);
}
.g-cell:hover .g-cap { opacity: 1; transform: none; }
.lightbox { position: fixed; inset: 0; z-index: 90; background: rgba(13, 7, 28, 0.92); display: grid; place-items: center; padding: 40px; }
.lightbox[hidden] { display: none; }
.lightbox img { max-width: min(1080px, 92vw); max-height: 88vh; border-radius: 14px; box-shadow: var(--shadow-lg); }
.lb-close { position: absolute; top: 22px; right: 26px; background: rgba(255, 255, 255, 0.1); color: #fff; border: 1px solid rgba(255, 255, 255, 0.25); width: 44px; height: 44px; border-radius: 50%; display: grid; place-items: center; cursor: pointer; }

/* ---------- cycles ---------- */
.cyc-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.cyc-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 26px; display: flex; flex-direction: column; gap: 10px; transition: all 0.3s var(--ease); }
.cyc-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.cyc-card.is-active { border-color: var(--gold-400); box-shadow: var(--shadow-gold); }
.cyc-top { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.cyc-top h3 { font-size: 1.12rem; }
.cyc-tag { font-size: 12.5px; color: var(--gold-700); font-weight: 700; margin: 0; }
.cyc-rows { display: grid; gap: 9px; margin: 8px 0 4px; }
.cyc-rows span { display: inline-flex; align-items: center; gap: 9px; font-size: 13.4px; color: var(--slate-600); }
.cyc-rows .ic { color: var(--gold-600); }

.sched-wrap { overflow-x: auto; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: var(--shadow-sm); }
.sched-table { width: 100%; border-collapse: collapse; min-width: 760px; }
.sched-table th {
  text-align: left; font-size: 11px; text-transform: uppercase; letter-spacing: 0.1em;
  color: var(--slate-500); font-weight: 800; padding: 16px 18px; background: var(--cream-50);
  border-bottom: 1px solid var(--line);
}
.sched-table td { padding: 14px 18px; font-size: 14px; border-top: 1px solid var(--line-soft); color: var(--slate-600); }
.sched-table td strong { color: var(--ink); }
.sched-table tr:hover td { background: var(--gold-50); }
.sched-table .is-battle td { background: #fdf8e8; }
.battle-tag, .cls-tag { display: inline-flex; align-items: center; gap: 6px; font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: 0.06em; padding: 5px 10px; border-radius: 999px; }
.battle-tag { background: var(--gold-100); color: var(--gold-800); }
.cls-tag { background: #f1efe8; color: #7d7867; }
.legend { display: flex; justify-content: center; gap: 26px; margin: -26px 0 22px; font-size: 13px; color: var(--slate-500); }
.legend span { display: inline-flex; align-items: center; gap: 9px; }
.lg { width: 13px; height: 13px; border-radius: 4px; display: inline-block; }
.lg-cls { background: #e8e4d8; }
.lg-btl { background: var(--gold-300); }

.rules-panel {
  background: linear-gradient(165deg, var(--navy-950), var(--navy-900)); color: rgba(255, 255, 255, 0.8);
  border-radius: 24px; padding: 44px 46px; text-align: center; border: 1px solid rgba(212, 175, 55, 0.25);
}
.rules-panel h3 { color: #fff; font-size: 1.4rem; margin-bottom: 22px; }
.rules-list { list-style: none; margin: 0 0 30px; padding: 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.rules-list li { display: flex; align-items: center; gap: 9px; justify-content: center; font-size: 14px; background: rgba(255, 255, 255, 0.05); border: 1px solid rgba(255, 255, 255, 0.1); padding: 12px 14px; border-radius: 12px; }

/* ---------- CTA band ---------- */
.cta-sec { padding-top: 0; }
.cta-band {
  position: relative; overflow: hidden; border-radius: 26px;
  background: radial-gradient(900px 380px at 90% -20%, rgba(212, 175, 55, 0.2), transparent 60%), linear-gradient(150deg, #150923, #2d1156 130%);
  color: #fff; padding: 58px 62px; display: flex; align-items: center; justify-content: space-between; gap: 40px;
  border: 1px solid rgba(212, 175, 55, 0.3);
}
.cta-band h2 { color: #fff; font-size: clamp(1.55rem, 2.4vw, 2.1rem); max-width: 620px; text-wrap: balance; }
.cta-copy p { margin: 12px 0 0; color: rgba(255, 255, 255, 0.72); max-width: 520px; font-size: 15px; }
.cta-btns { display: flex; gap: 13px; flex: none; flex-wrap: wrap; }

/* ---------- page hero ---------- */
.page-hero {
  position: relative; overflow: hidden; color: rgba(255, 255, 255, 0.8);
  background: radial-gradient(1000px 420px at 88% -20%, rgba(212, 175, 55, 0.17), transparent 60%), linear-gradient(160deg, #150923, #270f48 70%);
  padding: 74px 0 72px;
}
.page-hero h1 { color: #fff; font-size: clamp(2rem, 3.4vw, 2.8rem); margin: 4px 0 0; }
.page-hero .lead { color: rgba(255, 255, 255, 0.74); max-width: 700px; }
.crumb { font-size: 13px; color: rgba(255, 255, 255, 0.55); margin: 0 0 18px; display: flex; gap: 9px; }
.crumb a { color: var(--gold-300); font-weight: 600; }
.crumb a:hover { text-decoration: underline; }

/* ---------- about page bits ---------- */
.split-grid { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 70px; align-items: start; }
.split-photo { position: sticky; top: 110px; }
.split-photo .ph-frame img, .split-grid .ph-frame img { aspect-ratio: 4 / 4.4; }
.why-list { display: grid; margin-top: 6px; }
.why-item { display: flex; gap: 20px; padding: 24px 0; border-bottom: 1px solid var(--line-soft); }
.why-item:last-child { border-bottom: 0; }
.why-no { font-weight: 800; color: var(--gold-600); font-size: 0.95rem; padding-top: 3px; flex: none; }
.why-item p { margin: 0; font-size: 15.4px; line-height: 1.75; }

.mini-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.mini-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 28px 26px; transition: transform 0.3s var(--ease), box-shadow 0.3s; }
.mini-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-md); }
.mini-card h3 { font-size: 1.08rem; margin: 16px 0 10px; }
.mini-card p { margin: 0; font-size: 14px; line-height: 1.65; }

.fw-grid { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.fw-item { background: rgba(255, 255, 255, 0.05); border: 1px solid rgba(212, 175, 55, 0.28); border-radius: 16px; padding: 24px; display: flex; flex-direction: column; gap: 14px; transition: transform 0.3s var(--ease), background 0.3s; }
.fw-item:hover { transform: translateY(-4px); background: rgba(212, 175, 55, 0.08); }
.fw-no { font-weight: 800; color: var(--gold-400); font-size: 1.5rem; letter-spacing: -0.02em; }
.fw-item span:last-child { color: #fff; font-weight: 700; font-size: 14.6px; line-height: 1.5; }

.quote-panel { border-left: 3px solid var(--gold-500); padding: 6px 0 6px 30px; position: relative; }
.quote-mark { position: absolute; left: 26px; top: -34px; font-size: 5rem; color: var(--gold-200); font-family: Georgia, serif; line-height: 1; }
.quote-panel h2 { font-size: clamp(1.5rem, 2.4vw, 2rem); }
.quote-panel p { margin: 14px 0 0; font-size: 15.5px; }
.promise-row { display: flex; align-items: center; justify-content: space-between; gap: 30px; margin-top: 44px; background: var(--cream-50); border: 1px solid var(--line); border-radius: 20px; padding: 30px 34px; }
.promise-row h3 { font-size: 1.1rem; margin-bottom: 8px; }
.promise-row p { margin: 0; font-size: 14.6px; }
.promise-tag { flex: none; font-weight: 800; letter-spacing: 0.06em; font-size: 1.05rem; background: linear-gradient(100deg, var(--gold-500), var(--gold-700)); -webkit-background-clip: text; background-clip: text; color: transparent; }

/* ---------- program detail ---------- */
.facets { list-style: none; margin: -40px 0 0 !important; padding: 0 0 0; display: flex; flex-wrap: wrap; gap: 14px; position: relative; z-index: 3; transform: none; }
.facet { display: flex; align-items: center; gap: 13px; background: #fff; border: 1px solid var(--line); border-radius: 15px; padding: 13px 20px 13px 14px; box-shadow: var(--shadow-sm); }
.facet small { display: block; font-size: 10.5px; text-transform: uppercase; letter-spacing: 0.1em; color: var(--slate-500); font-weight: 800; }
.facet strong { font-size: 14.6px; color: var(--ink); }

.detail-grid { display: grid; grid-template-columns: 1.35fr 1fr; gap: 52px; align-items: start; margin-top: 34px; }
.mod-list { display: grid; gap: 13px; }
.mod-item summary { gap: 16px; }
.mod-item summary span + span { text-wrap: balance; }
.mod-no { font-weight: 800; color: var(--gold-600); }
.dot-list { margin: 0; padding-left: 20px; display: grid; gap: 8px; font-size: 14.4px; }
.dot-list li::marker { color: var(--gold-500); }
.check-list { list-style: none; margin: 14px 0 0; padding: 0; display: grid; gap: 11px; }
.check-list li { display: flex; align-items: flex-start; gap: 10px; font-size: 14.3px; line-height: 1.6; }
.check-list .ic { margin-top: 3px; width: 17px; height: 17px; }
.side-card { background: var(--cream-50); border: 1px solid var(--line); border-radius: var(--radius); padding: 28px 26px; display: grid; gap: 0; }
.side-card + .side-card { margin-top: 20px; }
.side-card h3 { font-size: 1.12rem; }
.side-card p { font-size: 14.2px; margin: 10px 0 4px; }
.side-card-plain { background: #fff; }
.ben-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.ben-group { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 26px 24px; }
.ben-group h3 { font-size: 1.04rem; margin-bottom: 6px; }
.ben-group .check-list li { font-size: 13.6px; }

.meta-panel {
  position: relative; overflow: hidden; text-align: center; border-radius: 26px; padding: 58px 54px;
  background: radial-gradient(800px 360px at 85% -20%, rgba(212, 175, 55, 0.22), transparent 60%), linear-gradient(155deg, #150923, #2d1156 140%);
  border: 1px solid rgba(212, 175, 55, 0.3); color: rgba(255, 255, 255, 0.78);
}
.meta-panel h2 { color: #fff; font-size: clamp(1.5rem, 2.6vw, 2.1rem); }
.meta-line { font-size: 1.06rem; color: var(--gold-300); font-weight: 600; margin: 14px 0 24px; }
.meta-rows { display: flex; justify-content: center; gap: 14px; flex-wrap: wrap; margin-bottom: 18px; }
.meta-rows span { display: inline-flex; align-items: center; gap: 9px; font-size: 13.6px; background: rgba(255, 255, 255, 0.07); border: 1px solid rgba(255, 255, 255, 0.14); border-radius: 999px; padding: 9px 17px; }
.meta-rows .ic { color: var(--gold-400); }
.meta-cap { font-size: 13px; color: rgba(255, 255, 255, 0.6); margin: 0 0 26px; }
.meta-btns { display: flex; justify-content: center; gap: 13px; flex-wrap: wrap; position: relative; }

/* ---------- certification ---------- */
.cert-form { max-width: 540px; margin: 0 auto; }
.cert-help { font-size: 13px; color: var(--slate-500); text-align: center; margin: 16px 0 0; }
.cert-help a { color: var(--gold-700); font-weight: 700; }
.cert-result { max-width: 540px; margin: 34px auto 0; text-align: center; place-items: center; }
.cert-result .btn { margin-top: 16px; }
.cert-result[hidden] { display: none; }
.cert-result .btn[hidden] { display: none; }
.cert-result .cert-res-ic { color: var(--gold-600); }
.cert-result[data-tone="valid"] { background: #f2fbf5; border-color: #c2e5cf; }
.cert-result[data-tone="valid"] .cert-res-ic { color: #1e7a4b; }
.cert-result[data-tone="invalid"] { background: #fdf3f2; border-color: #ecc8c4; }
.cert-result[data-tone="invalid"] .cert-res-ic { color: #b4372e; }
.cert-result[data-tone="error"] { background: #fff9ef; border-color: #ecdfc4; }
.cert-result[data-tone="error"] .cert-res-ic { color: #b45309; }
.cert-details { text-align: left; width: 100%; max-width: 430px; margin: 18px auto 0; padding-top: 16px; border-top: 1px solid var(--line); display: grid; gap: 10px; }
.cert-details[hidden] { display: none; }
.cert-detail { display: flex; justify-content: space-between; gap: 16px; font-size: 13.8px; }
.cert-detail-k { color: var(--slate-500); }
.cert-detail-v { color: var(--ink); text-align: right; font-weight: 700; }
.cert-note { font-size: 12.6px; color: var(--slate-500); margin: 14px 0 0; }

/* ---------- privacy / prose ---------- */
.prose-block { padding: 26px 0; border-bottom: 1px solid var(--line-soft); }
.prose-block:last-of-type { border-bottom: 0; }
.prose-block h3 { font-size: 1.22rem; margin-bottom: 12px; }
.prose-block p { margin: 0 0 12px; font-size: 15.2px; line-height: 1.75; }
.prose-block p:last-child { margin-bottom: 0; }
.prose-contact { margin-top: 34px; }

/* ---------- 404 ---------- */
.p404 .hero { padding: 110px 0 100px; }
.hero-404 { min-height: 62vh; display: flex; align-items: center; }
.big-404 {
  font-size: clamp(5rem, 12vw, 9rem); font-weight: 800; letter-spacing: -0.04em; margin: 0; line-height: 1;
  background: linear-gradient(105deg, #f0dc9a, var(--gold-400) 55%, #d9b84a); -webkit-background-clip: text; background-clip: text; color: transparent;
}
.hero-404 h1 { color: #fff; margin: 12px 0 0; }
.hero-404 .hero-cta { justify-content: center; }
.hero-404 .lead { max-width: 520px; text-align: center; }

/* ---------- footer ---------- */
.site-footer { background: var(--navy-950); color: rgba(255, 255, 255, 0.66); margin-top: 0; }
.ft-grid { display: grid; grid-template-columns: 1.5fr 0.9fr 1fr 1.3fr; gap: 48px; padding: 68px 28px 54px; }
.ft-logo { display: inline-block; margin-bottom: 18px; }
.ft-logo img { height: 64px; width: auto; }
.ft-brand p { font-size: 13.8px; line-height: 1.7; margin: 0 0 20px; max-width: 340px; }
.ft-socials { display: flex; gap: 10px; }
.ft-socials a { width: 38px; height: 38px; border-radius: 11px; display: grid; place-items: center; border: 1px solid rgba(255, 255, 255, 0.2); color: rgba(255, 255, 255, 0.82); transition: all 0.25s; }
.ft-socials a:hover { color: var(--gold-300); border-color: rgba(212, 175, 55, 0.5); background: rgba(212, 175, 55, 0.08); }
.ft-socials .ic { width: 17px; height: 17px; }
.ft-col h4 { color: #fff; font-size: 12px; letter-spacing: 0.14em; text-transform: uppercase; margin-bottom: 18px; }
.ft-col ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 11px; }
.ft-col a { font-size: 14px; color: rgba(255, 255, 255, 0.66); transition: color 0.2s; }
.ft-col a:hover { color: var(--gold-300); }
.ft-connect li { display: flex; gap: 11px; font-size: 13.6px; line-height: 1.6; }
.ft-connect .ic { margin-top: 3px; color: var(--gold-400); }
.ft-wa {
  display: inline-flex; align-items: center; gap: 9px; margin-top: 18px;
  border: 1px solid rgba(37, 211, 102, 0.45); color: #86e3ab; border-radius: 999px;
  padding: 10px 18px; font-size: 13.5px; font-weight: 700; transition: all 0.25s;
}
.ft-wa:hover { background: rgba(37, 211, 102, 0.12); border-color: rgba(37, 211, 102, 0.7); }
.ft-bottom { border-top: 1px solid rgba(255, 255, 255, 0.09); }
.ftb-in { display: flex; align-items: center; justify-content: space-between; padding: 22px 28px; font-size: 12.8px; color: rgba(255, 255, 255, 0.5); }
.ftb-links { display: flex; gap: 12px; align-items: center; }
.ftb-links a:hover { color: var(--gold-300); }
.ftb-links .dot { opacity: 0.5; }

/* ---------- whatsapp float ---------- */
.wa-float {
  position: fixed; right: 26px; bottom: 26px; z-index: 70;
  width: 58px; height: 58px; border-radius: 50%; display: grid; place-items: center;
  background: linear-gradient(140deg, #2bd96d, #1da851); color: #fff;
  box-shadow: 0 16px 36px -12px rgba(29, 168, 81, 0.7); transition: transform 0.3s var(--ease);
}
.wa-float:hover { transform: translateY(-4px) scale(1.05); }
.wa-float .ic { width: 27px; height: 27px; }
.wa-tip {
  position: absolute; right: 70px; top: 50%; transform: translateY(-50%) translateX(6px);
  background: var(--navy-950); color: #fff; font-size: 12.5px; font-weight: 700; white-space: nowrap;
  padding: 9px 14px; border-radius: 10px; opacity: 0; pointer-events: none; transition: all 0.3s var(--ease);
}
.wa-float:hover .wa-tip { opacity: 1; transform: translateY(-50%) translateX(0); }

/* ---------- reveal ---------- */
.reveal { opacity: 1; transform: none; }
.js .reveal { opacity: 0; transform: translateY(22px); transition: opacity 0.75s var(--ease), transform 0.75s var(--ease); }
.js .reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  .js .reveal { opacity: 1; transform: none; transition: none; }
  .hv-a, .hv-b, .hv-ring, .play-btn::after, .announce .pulse { animation: none !important; }
  html { scroll-behavior: auto; }
}

/* ============================================================
   responsive
   ============================================================ */
@media (max-width: 1100px) {
  .prog-grid { grid-template-columns: repeat(2, 1fr); }
  .mini-grid, .fw-grid, .ben-grid { grid-template-columns: repeat(2, 1fr); }
  .cyc-grid, .tst-grid { grid-template-columns: repeat(2, 1fr); }
  .comm-grid { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 960px) {
  .sec { padding: 72px 0; }
  .hero { padding: 60px 0 56px; }
  .hero-grid, .video-grid, .pillars-grid, .faq-grid, .contact-grid, .detail-grid, .split-grid { grid-template-columns: 1fr; gap: 44px; }
  .hero-visual { max-width: 560px; }
  .pillars-photo, .faq-left, .split-photo, .contact-copy { position: static; }
  .comm-grid, .pain-grid { grid-template-columns: 1fr; }
  .facts { margin-top: 10px; }
  .facets { transform: none; margin: 0 !important; margin-top: 26px !important; }
  .cta-band { flex-direction: column; align-items: flex-start; padding: 44px 38px; }
  .ft-grid { grid-template-columns: 1fr 1fr; gap: 36px; }
  .ftb-in { flex-direction: column; gap: 10px; }
  .g-grid { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 220px; }
  .rules-list { grid-template-columns: repeat(2, 1fr); }
  .hero-stats { flex-wrap: wrap; gap: 22px 0; }
  .tl-left { display: none; }
}
@media (max-width: 640px) {
  .container { padding-left: 20px; padding-right: 20px; }
  .nav-mobile { padding: 12px 20px 24px; }
  .nav-mobile ul a { padding-left: 0; padding-right: 0; }
  .sec { padding: 60px 0; }
  .prog-grid, .prog-grid-lg, .cyc-grid, .tst-grid, .mini-grid, .fw-grid, .ben-grid, .rules-list { grid-template-columns: 1fr; }
  .comm-photo img { aspect-ratio: 16 / 10; }
  .ph-frame img, .split-grid .ph-frame img { aspect-ratio: 4 / 3.4; }
  .hero-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; border-top: 0; padding-top: 0; }
  .stat { border: 0; margin: 0; padding: 0; }
  .stat-v { font-size: 1.55rem; }
  .stat-l { font-size: 11px; }
  .hv-a { left: -8px; bottom: -18px; padding: 11px 13px; }
  .hv-b { right: -6px; top: -14px; padding: 11px 13px; }
  .hv-card .ic { width: 24px; height: 24px; }
  .hv-v { font-size: 1.05rem; }
  .g-grid { grid-template-columns: 1fr; grid-auto-rows: 240px; }
  .g-wide { grid-column: span 1; }
  .g-tall { grid-row: span 1; }
  .ft-grid { grid-template-columns: 1fr; gap: 30px; padding-top: 50px; }
  .cta-band { padding: 34px 26px; border-radius: 20px; }
  .rules-panel { padding: 32px 24px; }
  .meta-panel { padding: 40px 26px; border-radius: 20px; }
  .faq-a { padding-left: 22px; }
  .promise-row { flex-direction: column; align-items: flex-start; gap: 18px; }
  .lf-fields { grid-template-columns: 1fr; }
  .lf-fields .field:first-child { grid-column: auto; }
  .lead-form { padding: 26px 22px; }
  .hd-actions .btn { display: none; }
  .wa-float { width: 52px; height: 52px; right: 18px; bottom: 18px; }
  .wa-float .ic { width: 24px; height: 24px; }
  .announce { align-items: flex-start; font-size: 12px; padding: 7px 14px; }
  .announce .pulse { margin-top: 6px; }
}

/* ============================================================
   v2 additions — readiness, mentoring, insights, quiz, org band
   ============================================================ */

/* ---------- readiness band ---------- */
.ready-band {
  position: relative; overflow: hidden; border-radius: 26px;
  border: 1px solid rgba(212, 175, 55, 0.3);
  background: radial-gradient(900px 380px at 90% -20%, rgba(212, 175, 55, 0.22), transparent 60%), linear-gradient(150deg, #150923, #2d1156 130%);
  color: #fff; padding: 52px 60px;
  display: grid; grid-template-columns: 1.2fr 0.8fr; gap: 44px; align-items: center;
}
.rb-copy h2 { color: #fff; font-size: clamp(1.5rem, 2.3vw, 2rem); }
.rb-copy p { margin: 14px 0 0; color: rgba(255, 255, 255, 0.75); font-size: 15px; max-width: 560px; }
.rb-side { display: grid; gap: 18px; justify-items: start; }
.rb-chips { list-style: none; margin: 0; padding: 0; display: grid; gap: 10px; }
.rb-chips li { display: flex; gap: 10px; align-items: center; font-weight: 600; font-size: 14.5px; color: rgba(255, 255, 255, 0.85); }

/* ---------- mentoring ---------- */
.split-copy h2 { font-size: clamp(1.6rem, 2.4vw, 2.1rem); }
.ment-support { margin-top: 14px; font-size: 15px; }
.ment-points { margin-top: 20px; }
.ment-points li { font-size: 14.8px; }
.split-photo .ph-frame img { aspect-ratio: 4 / 3.6; }

/* ---------- quiz ---------- */
.qz { max-width: 760px; margin: 0 auto; }
.qz-card { background: #fff; border: 1px solid var(--line); border-radius: 24px; padding: 40px 42px 46px; box-shadow: var(--shadow-md); }
.qz-head { display: flex; align-items: center; gap: 18px; margin-bottom: 26px; }
.qz-count { margin: 0; font-size: 13px; font-weight: 800; letter-spacing: 0.08em; text-transform: uppercase; color: var(--gold-700); white-space: nowrap; }
.qz-bar { flex: 1; height: 6px; background: #efeADB; border-radius: 99px; overflow: hidden; }
.qz-bar i { display: block; height: 100%; width: 0; background: linear-gradient(90deg, #e3c45e, #c9a127); border-radius: 99px; transition: width 0.35s var(--ease); }
.qz-step[hidden] { display: none; }
.qz-q { font-size: clamp(1.15rem, 1.8vw, 1.38rem); font-weight: 800; color: var(--ink); letter-spacing: -0.01em; margin: 0 0 22px; line-height: 1.4; }
.qz-opts { display: grid; gap: 11px; }
.qz-opt { display: flex; align-items: center; gap: 13px; padding: 15px 18px; border: 1px solid var(--line); border-radius: 14px; cursor: pointer; transition: all 0.2s var(--ease); font-weight: 600; font-size: 14.8px; color: var(--slate-700); background: #fff; }
.qz-opt:hover { border-color: var(--gold-300); background: var(--gold-50); }
.qz-opt input { position: absolute; opacity: 0; pointer-events: none; }
.qz-dot { width: 20px; height: 20px; border-radius: 50%; border: 2px solid #d8d2c2; flex: none; position: relative; transition: all 0.2s; }
.qz-opt input:checked ~ .qz-dot { border-color: var(--gold-500); }
.qz-opt input:checked ~ .qz-dot::after { content: ''; position: absolute; inset: 4px; border-radius: 50%; background: var(--gold-500); }
.qz-opt:has(input:checked) { border-color: var(--gold-500); background: var(--gold-50); }
.qz-nav { display: flex; align-items: center; justify-content: space-between; gap: 14px; margin-top: 26px; min-height: 50px; }
.qz-back { display: inline-flex; align-items: center; gap: 6px; background: none; border: 0; font-family: var(--font); font-weight: 700; font-size: 14px; color: var(--slate-500); cursor: pointer; padding: 10px 6px; }
.qz-back:hover { color: var(--ink); }
.qz-nav .btn { margin-left: auto; }
.qz-result { text-align: center; }
.qz-result .ic-xl { margin: 0 auto 12px; }
.qz-r-label { font-size: 12.5px; font-weight: 800; text-transform: uppercase; letter-spacing: 0.12em; color: var(--slate-500); margin: 0; }
.qz-r-score { margin: 6px 0 16px; font-weight: 800; font-size: 3.4rem; letter-spacing: -0.03em; line-height: 1; background: linear-gradient(100deg, #c09a2e, #8a6d1b); -webkit-background-clip: text; background-clip: text; color: transparent; }
.qz-r-score small { font-size: 1.1rem; font-weight: 700; -webkit-text-fill-color: var(--slate-500); }
.qz-r-body { max-width: 560px; margin: 0 auto 24px; }
.qz-r-title { font-size: 1.25rem; font-weight: 800; color: var(--ink); margin: 0 0 8px; }
.qz-r-text { color: var(--slate-600); font-size: 15px; margin: 0; }
.qz-r-cta { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; margin-bottom: 18px; }
.qz-r-links { display: flex; gap: 20px; justify-content: center; align-items: center; flex-wrap: wrap; margin-bottom: 14px; }
.qz-r-links a { display: inline-flex; gap: 8px; align-items: center; color: var(--gold-700); font-weight: 700; font-size: 13.5px; }
.qz-r-links button { background: none; border: 0; font-family: var(--font); font-weight: 700; font-size: 13.5px; color: var(--slate-500); cursor: pointer; text-decoration: underline; }
.qz-note { font-size: 12.3px; color: var(--slate-500); margin: 0; }

/* ---------- insights ---------- */
.ins-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-bottom: 34px; }
.ins-grid-2 { grid-template-columns: repeat(2, 1fr); max-width: 860px; margin: 0 auto; }
.ins-card { display: flex; flex-direction: column; gap: 12px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 28px 26px; transition: transform 0.35s var(--ease), box-shadow 0.35s var(--ease); }
.ins-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-md); }
.ins-meta { display: flex; align-items: center; gap: 7px; margin: 0; font-size: 12px; color: var(--slate-500); font-weight: 600; flex-wrap: wrap; }
.ins-meta > span { white-space: nowrap; }
.ins-meta .pill { padding: 5px 10px; font-size: 10px; letter-spacing: 0.07em; }
.ins-card h3 { font-size: 1.16rem; line-height: 1.35; }
.ins-card h3 a:hover { color: var(--gold-700); }
.ins-excerpt { margin: 0; font-size: 14.2px; line-height: 1.65; flex: 1; color: var(--slate-600); }
.ins-card .link-gold { margin-top: auto; padding-top: 6px; }

/* ---------- article ---------- */
.art-meta { font-size: 13px; color: var(--slate-500); font-weight: 700; letter-spacing: 0.04em; text-transform: uppercase; margin: 0 0 26px; padding-bottom: 20px; border-bottom: 1px solid var(--line-soft); }
.article-prose h3 { font-size: 1.28rem; margin: 34px 0 12px; }
.article-prose p { font-size: 15.6px; line-height: 1.8; margin: 0 0 18px; color: var(--slate-600); }
.article-prose .dot-list { margin: 0 0 18px; gap: 10px; font-size: 15px; }
.p-article .page-hero { padding-bottom: 52px; }
.p-article .page-hero h1 { font-size: clamp(1.7rem, 2.9vw, 2.35rem); }

/* ---------- organizations band ---------- */
.org-band { display: flex; align-items: center; justify-content: space-between; gap: 36px; border: 1px solid var(--gold-200); background: linear-gradient(120deg, var(--gold-50), #fff 60%); border-radius: 22px; padding: 36px 44px; }
.org-copy h2 { font-size: clamp(1.3rem, 2vw, 1.7rem); }
.org-copy p { margin: 10px 0 0; font-size: 14.8px; max-width: 640px; }
.org-band .btn { flex: none; }

@media (max-width: 960px) {
  .ready-band { grid-template-columns: 1fr; gap: 30px; padding: 40px 34px; }
  .org-band { flex-direction: column; align-items: flex-start; padding: 34px 30px; }
  .ins-grid { grid-template-columns: 1fr 1fr; }
  .qz-card { padding: 30px 26px; }
  .ins-grid-2 { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 640px) {
  .ins-grid, .ins-grid-2 { grid-template-columns: 1fr; }
  .ready-band { padding: 34px 26px; border-radius: 20px; }
  .org-band { padding: 28px 22px; }
  .qz-r-score { font-size: 2.6rem; }
  .qz-r-cta .btn { width: 100%; }
}
