:root {
  --bg: #f4f4f9;
  --bg-alt: #e9edf5;
  --surface: #ffffff;
  --surface-strong: #f9f9fc;
  --stroke: #d9deeb;
  --primary: #003388;
  --primary-strong: #1b4f9c;
  --accent: #c79d26;
  --accent-dark: #8d6f1b;
  --text: #0f1f3d;
  --muted: #5e5e80;
  --shadow-card: 0 18px 36px rgba(15, 31, 61, 0.12);
  --shadow-soft: 0 12px 28px rgba(15, 31, 61, 0.08);
  --shadow-inset: inset 0 1px 0 rgba(255, 255, 255, 0.6);
  --radius-lg: 22px;
  --radius-md: 16px;
  --radius-sm: 12px;
  --max-width: 1200px;
}

*, *::before, *::after { box-sizing: border-box; }

body {
  margin: 0;
  font-family: "DM Sans", system-ui, -apple-system, sans-serif;
  background: linear-gradient(180deg, #0f1f3d 0%, #132c59 50%, #0f1f3d 100%);
  color: #e9edf7;
  min-height: 100vh;
  overflow-x: hidden;
}

.page-bg { position: fixed; inset: 0; pointer-events: none; z-index: 0; }
.grid-overlay { position: absolute; inset: 0; background-image: linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px); background-size: 180px 180px; mask-image: radial-gradient(circle at center, rgba(0, 0, 0, 0.5), transparent 65%); }
.orb { position: absolute; filter: blur(72px); opacity: 0.26; }
.orb-1 { width: 420px; height: 420px; background: radial-gradient(circle, rgba(0, 51, 136, 0.4), transparent 60%); top: -140px; left: -140px; }
.orb-2 { width: 320px; height: 320px; background: radial-gradient(circle, rgba(19, 44, 89, 0.35), transparent 60%); bottom: -80px; right: 12%; }
.orb-3 { width: 220px; height: 220px; background: radial-gradient(circle, rgba(199, 157, 38, 0.28), transparent 60%); top: 32%; right: 28%; }

.glass { background: var(--surface); border: 1px solid var(--stroke); box-shadow: var(--shadow-card); }
.glass, .panel, .fee-card, .acc-card, .contact-form { color: var(--text); }
.glass .muted, .panel .muted, .fee-card .muted, .acc-card .muted, .contact-form .muted { color: var(--muted); }

.shell { max-width: var(--max-width); padding: 0 1.25rem; margin: 0 auto; position: relative; z-index: 2; }

.navbar { position: sticky; top: 0; z-index: 20; background: linear-gradient(180deg, rgba(12, 24, 46, 0.96), rgba(15, 31, 61, 0.94)); border-bottom: 3px solid var(--accent); box-shadow: 0 10px 24px rgba(6, 13, 28, 0.4); }
.nav-shell { display: flex; align-items: center; justify-content: space-between; padding: 14px 0; gap: 1rem; }
.logo-wrap { display: flex; align-items: center; gap: 0.75rem; }
.logo { height: 44px; width: auto; object-fit: contain; }
.logo-pair { display: flex; align-items: center; gap: 10px; }
.logo-charisma { height: 38px; width: auto; }
.logo-title { font-family: "Merriweather", serif; font-weight: 800; letter-spacing: 0.2px; color: #f7f9ff; text-shadow: 0 1px 6px rgba(0, 0, 0, 0.35); }
.logo-sub { margin: 2px 0 0; color: #dfe7ff; font-size: 0.85rem; text-shadow: 0 1px 5px rgba(0, 0, 0, 0.3); }

.nav-links { display: flex; gap: 0.75rem; align-items: center; }
.nav-link { color: #e8eef8; text-decoration: none; font-weight: 700; padding: 10px 14px; border-radius: 999px; transition: color 0.2s ease, background 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease; white-space: nowrap; }
.nav-link:hover, .nav-link.active { color: var(--accent); background: rgba(255,255,255,0.06); box-shadow: inset 0 -3px 0 var(--accent); transform: translateY(-1px); }
.nav-actions { display: flex; align-items: center; gap: 0.6rem; }
.menu-toggle { display: none; background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.14); border-radius: 12px; padding: 8px 10px; box-shadow: var(--shadow-soft); cursor: pointer; align-items: center; justify-content: center; flex-direction: column; gap: 4px; }
.menu-toggle span { display: block; width: 20px; height: 2px; background: #e8eef8; border-radius: 6px; }

.btn { border: 0; border-radius: 999px; padding: 12px 18px; font-weight: 700; font-size: 0.95rem; cursor: pointer; white-space: nowrap; transition: transform 0.15s ease, box-shadow 0.2s ease, background 0.2s ease, color 0.2s ease; box-shadow: var(--shadow-soft); }
.btn.primary { background: linear-gradient(135deg, var(--accent) 0%, #ddb755 100%); color: #0b1f44; }
.btn.primary.glow:hover { transform: translateY(-2px) scale(1.01); box-shadow: 0 18px 32px rgba(12, 22, 48, 0.24); }
.btn.ghost { background: transparent; color: var(--primary); border: 1px solid var(--primary); }
.btn.ghost:hover { background: rgba(0, 51, 136, 0.08); transform: translateY(-2px); }

.hero { padding: 120px 0 80px; }
.hero-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); gap: 2.5rem; align-items: center; }
.hero-copy h1 { font-family: "Merriweather", serif; font-size: clamp(2.4rem, 5vw, 3.4rem); margin: 12px 0 14px; letter-spacing: -0.01em; color: var(--text); }
.hero { color: #f7f9ff; }
.hero .hero-copy h1 { color: #f7f9ff; }
.hero .lede { color: #d7deef; }
.hero .muted { color: #c7d2e8; }
.hero .pill.neon { color: #f7f9ff; border-color: rgba(255, 255, 255, 0.35); background: linear-gradient(120deg, rgba(255, 255, 255, 0.12), rgba(199, 157, 38, 0.2)); }
.hero .btn.ghost { color: #e9eef8; border-color: rgba(255, 255, 255, 0.6); background: rgba(255, 255, 255, 0.06); }
.hero .btn.ghost:hover { background: rgba(255, 255, 255, 0.12); }
.lede { font-size: 1.05rem; color: var(--muted); line-height: 1.7; max-width: 620px; }
.cta-row { display: flex; gap: 0.75rem; margin: 22px 0; flex-wrap: wrap; }

.pill { display: inline-flex; align-items: center; gap: 8px; padding: 8px 14px; border-radius: 999px; font-weight: 700; font-size: 0.85rem; letter-spacing: 0.02em; box-shadow: var(--shadow-soft); }
.pill.neon { background: linear-gradient(120deg, rgba(0, 51, 136, 0.1), rgba(199, 157, 38, 0.22)); border: 1px solid rgba(0, 51, 136, 0.2); color: var(--text); }
.pill.soft { background: var(--bg-alt); border: 1px solid var(--stroke); color: var(--muted); box-shadow: none; }

.trust { margin-top: 18px; }
.trust .muted { margin-bottom: 8px; }
.trust-badges { display: flex; gap: 8px; flex-wrap: wrap; }

.chip { padding: 8px 12px; border-radius: 999px; background: var(--surface); border: 1px solid var(--stroke); color: var(--text); font-size: 0.9rem; display: inline-flex; align-items: center; gap: 6px; box-shadow: var(--shadow-soft); }
.chip.ghost { background: var(--surface); }

.hero-visual { position: relative; perspective: 1200px; width: min(100%, 560px); margin: 0 auto; }
.holo-frame { position: relative; padding: 20px; border-radius: var(--radius-lg); background: linear-gradient(135deg, rgba(0, 51, 136, 0.08), rgba(199, 157, 38, 0.08)); border: 1px solid var(--stroke); box-shadow: var(--shadow-card); overflow: hidden; }
.floating-tag { position: absolute; top: 16px; right: 16px; background: var(--surface); color: var(--text); padding: 8px 12px; border-radius: 12px; font-size: 0.85rem; border: 1px solid var(--stroke); box-shadow: var(--shadow-soft); }
.card-stack { position: relative; min-height: 340px; }
.card-layer { position: absolute; inset: 28px; border-radius: var(--radius-lg); filter: blur(2px); }
.layer-back { background: linear-gradient(140deg, rgba(0, 51, 136, 0.18), rgba(62, 63, 103, 0.15)); transform: translateZ(-40px) rotateX(6deg) rotateY(-8deg); }
.layer-mid { background: linear-gradient(140deg, rgba(199, 157, 38, 0.18), rgba(244, 244, 249, 0.4)); transform: translateZ(-20px) rotateX(4deg) rotateY(-4deg); }
.card.layer-front { position: absolute; inset: 0; border-radius: var(--radius-lg); padding: 20px; display: flex; flex-direction: column; gap: 16px; transform-style: preserve-3d; box-shadow: var(--shadow-card); background: var(--surface); }
.card-header { display: flex; align-items: center; gap: 10px; font-weight: 700; letter-spacing: 0.3px; }
.pulse { width: 12px; height: 12px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 0 0 rgba(199, 157, 38, 0.4); animation: pulse 2s infinite; }
.card-body { display: grid; gap: 12px; }
.stat { display: flex; align-items: baseline; gap: 10px; }
.stat-value { font-size: 2.4rem; font-weight: 700; line-height: 1; color: var(--primary); }
.stat-label { color: var(--muted); }
.divider { height: 1px; background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.25), transparent); }
.mini-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
.mini-card { border-radius: var(--radius-sm); padding: 12px; background: var(--surface); border: 1px solid var(--stroke); box-shadow: var(--shadow-soft); }
.mini-label { color: var(--muted); margin: 0 0 4px; }
.mini-value { margin: 0; font-weight: 700; color: var(--text); }
.glow-dots { position: absolute; inset: 0; display: flex; align-items: flex-end; justify-content: space-between; padding: 16px; pointer-events: none; }
.glow-dots span { width: 10px; height: 10px; background: radial-gradient(circle, var(--accent), transparent); border-radius: 50%; filter: blur(1px); }

.section { padding: 96px 0; }
.section-header { max-width: 720px; margin-bottom: 28px; }
.section-header h2 { margin: 10px 0; font-size: clamp(1.9rem, 4vw, 2.6rem); letter-spacing: -0.01em; font-family: "Merriweather", serif; color: #e9edf7; }
.muted { color: #c7d2e6; margin: 0; }
.section-header .muted { color: #c8d2e6; }

.grid { display: grid; gap: 1.4rem; }
.personas { grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); }
.persona-card, .usp-card, .program-card, .testimonial, .value, .faq-item, .lab-card { padding: 18px; border-radius: var(--radius-md); box-shadow: var(--shadow-card); background: var(--surface); border: 1px solid var(--stroke); color: var(--text); }
.persona-card h3, .usp-card h3, .program-card h3, .value h4 { margin: 8px 0; }
.persona-card p, .usp-card p, .program-card p, .value p { color: var(--muted); }

.icon { width: 46px; height: 46px; display: inline-flex; align-items: center; justify-content: center; border-radius: 12px; background: var(--surface-strong); border: 1px solid var(--stroke); font-size: 1.2rem; box-shadow: var(--shadow-soft); color: var(--primary); }
.orb-icon { box-shadow: var(--shadow-card); }

.spotlight { padding-top: 60px; }
.spotlight-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 1.5rem; }
.panel { padding: 20px; border-radius: var(--radius-md); background: var(--surface); box-shadow: var(--shadow-card); border: 1px solid var(--stroke); }

.chips { display: flex; gap: 8px; flex-wrap: wrap; margin-top: 12px; }

.insight { display: flex; gap: 12px; align-items: flex-start; margin-top: 10px; }
.insight .emoji { font-size: 1.3rem; }

.programs { grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); }
.program-card { position: relative; overflow: hidden; border: 1px solid var(--stroke); }
.program-card::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 20% 20%, rgba(0, 51, 136, 0.08), transparent 40%), radial-gradient(circle at 80% 0%, rgba(199, 157, 38, 0.15), transparent 35%); pointer-events: none; }
.card-top h3 { font-size: 1.6rem; }
.program-visual { margin: 12px 0 4px; text-align: right; }
.program-img { height: 38px; width: auto; filter: drop-shadow(0 8px 16px rgba(15,31,61,0.16)); }

.bullet-list { list-style: none; padding: 0; margin: 16px 0; display: grid; gap: 10px; }
.bullet-list li { color: var(--muted); }
.bullet-list strong { color: var(--text); }

.labs-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 1.4rem; align-items: stretch; }
.lab-card .holo-panel { margin-top: 18px; padding: 70px 16px; border-radius: var(--radius-md); border: 1px dashed rgba(0, 51, 136, 0.14); text-align: center; color: var(--muted); background: linear-gradient(120deg, rgba(0, 51, 136, 0.08), rgba(199, 157, 38, 0.06)); box-shadow: var(--shadow-card); }
.lab-card .holo-panel.alt { background: linear-gradient(120deg, rgba(199, 157, 38, 0.12), rgba(244, 244, 249, 0.5)); }

.usp-grid { grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); }
.usp-quick-grid { grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); }
.cube { border-radius: 10px; }

.values-grid { grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); }
.value { text-align: center; }
.value .emoji { font-size: 1.6rem; display: inline-block; margin-bottom: 6px; }

.testimonials .section-header { margin-bottom: 18px; }
.testimonial-grid { grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); }
.testimonial .stars { color: var(--accent); letter-spacing: 3px; margin-bottom: 12px; }
.testimonial p { color: var(--text); font-size: 1rem; line-height: 1.6; }
.author { color: var(--muted); font-size: 0.95rem; }

.faq-list { display: grid; gap: 10px; }
.faq-item summary { cursor: pointer; font-weight: 700; list-style: none; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: "?"; float: right; transition: transform 0.2s ease; color: var(--accent); }
.faq-item[open] summary::after { transform: rotate(180deg); }
.faq-item p { color: var(--muted); margin-top: 10px; line-height: 1.6; }

.contact { position: relative; overflow: hidden; }
.contact::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 20% 20%, rgba(0, 51, 136, 0.14), transparent 40%), radial-gradient(circle at 70% 40%, rgba(199, 157, 38, 0.14), transparent 50%); pointer-events: none; }
.contact-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 1.6rem; align-items: start; }
.contact .pill.neon { color: #f7f9ff; border-color: rgba(255, 255, 255, 0.4); background: linear-gradient(120deg, rgba(255, 255, 255, 0.12), rgba(199, 157, 38, 0.2)); }
.contact-copy, .contact-copy h2, .contact-copy p, .contact-person, .contact-person p { color: #f7f9ff; }
.contact-copy .muted { color: #d7deef; }
.contact-person { margin-top: 14px; }
.contact-person p { margin: 4px 0; }

.fee-grid { grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); }
.acc-grid { grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); }
.fee-card .fee-header { display: flex; flex-direction: column; gap: 6px; margin-bottom: 12px; }
.fee-amount { font-size: 1.8rem; font-weight: 800; }
.fee-card, .acc-card { padding: 18px; border-radius: var(--radius-md); background: var(--surface); box-shadow: var(--shadow-card); border: 1px solid var(--stroke); }

.acc-card h4 { margin: 0 0 6px; }
.badge-row { display: flex; gap: 10px; align-items: center; flex-wrap: wrap; margin-top: 10px; }
.badge-img { height: 48px; width: auto; object-fit: contain; filter: drop-shadow(0 6px 12px rgba(15,31,53,0.2)); background: rgba(255,255,255,0.72); padding: 8px 10px; border-radius: 12px; border: 1px solid var(--stroke); }

@media (min-width: 1100px) {
  .acc-grid { grid-template-columns: repeat(5, minmax(0, 1fr)); }
}

.journey-steps { position: relative; padding: 22px; border-radius: var(--radius-md); box-shadow: var(--shadow-card); overflow: hidden; border: 1px solid var(--stroke); background: var(--surface); }
.journey-rail { position: absolute; top: 32px; left: 34px; width: 2px; height: calc(100% - 64px); background: linear-gradient(to bottom, rgba(0, 51, 136, 0.5), rgba(199, 157, 38, 0.4)); z-index: 0; }
.journey-item { position: relative; display: grid; grid-template-columns: 64px 1fr; gap: 14px; align-items: flex-start; padding: 12px 10px; border-radius: var(--radius-sm); background: var(--surface); border: 1px solid var(--stroke); box-shadow: var(--shadow-soft); margin-bottom: 12px; z-index: 1; }
.journey-item:last-child { margin-bottom: 0; }
.journey-dot { width: 54px; height: 54px; border-radius: 16px; display: inline-flex; align-items: center; justify-content: center; font-weight: 800; color: #0b1f44; background: linear-gradient(140deg, #f1d690, var(--accent)); border: 1px solid rgba(255, 255, 255, 0.3); box-shadow: var(--shadow-card); }
.journey-item h4 { margin: 0 0 4px; font-size: 1.05rem; letter-spacing: -0.01em; }
.journey-item p { margin: 0; }

.contact-copy h2 { margin: 10px 0 8px; font-size: clamp(1.8rem, 4vw, 2.4rem); }
.contact-form { padding: 22px; border-radius: var(--radius-md); box-shadow: var(--shadow-card); border: 1px solid var(--stroke); }
.form { display: grid; gap: 12px; }
.form label { font-weight: 700; }
.form input, .form select { width: 100%; padding: 12px 14px; border-radius: 12px; border: 1px solid var(--stroke); background: var(--surface); color: var(--text); font-size: 0.98rem; box-shadow: var(--shadow-inset); }
.form input:focus, .form select:focus { outline: 1px solid var(--primary); box-shadow: var(--shadow-inset), 0 0 0 4px rgba(0, 51, 136, 0.16); }

.fineprint { color: var(--muted); font-size: 0.85rem; margin: 6px 0 0; }

.footer { margin-top: 32px; border-top: 3px solid var(--accent); background: linear-gradient(180deg, #0c182e 0%, #0f1f3d 100%); padding: 24px 0 32px; box-shadow: 0 -10px 26px rgba(6, 13, 28, 0.35); color: #e8eef8; }
.footer-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 1rem; align-items: center; }
.footer-links, .footer-contact { display: flex; gap: 10px; flex-wrap: wrap; }
.footer a { color: #e8eef8; text-decoration: none; white-space: nowrap; }
.footer a:hover { color: var(--accent); }
.footer-meta { margin-top: 12px; display: flex; align-items: center; justify-content: space-between; gap: 0.75rem; color: #cbd6ec; font-size: 0.95rem; }

.back-to-top { position: fixed; bottom: 18px; right: 18px; width: 42px; height: 42px; border-radius: 50%; border: 1px solid var(--stroke); background: var(--surface); color: var(--text); font-weight: 800; cursor: pointer; box-shadow: var(--shadow-card); display: inline-flex; align-items: center; justify-content: center; transition: transform 0.2s ease, opacity 0.2s ease; z-index: 30; }
.back-to-top:hover { transform: translateY(-2px); }
.hidden { display: none; }

@keyframes pulse { 0% { transform: scale(1); box-shadow: 0 0 0 0 rgba(118, 230, 255, 0.4); } 70% { transform: scale(1.1); box-shadow: 0 0 0 16px rgba(118, 230, 255, 0); } 100% { transform: scale(1); box-shadow: 0 0 0 0 rgba(118, 230, 255, 0); } }

@media (max-width: 900px) { .nav-shell { padding: 12px 0; } }
@media (max-width: 640px) {
  .hero { padding: 92px 0 60px; }
  .hero-visual { max-width: 360px; }
  .card-stack { min-height: 280px; }
  .navbar { padding: 0; }
  .nav-shell { flex-direction: column; align-items: center; gap: 6px; padding: 8px 0; }
  .logo { height: 38px; }
  .nav-actions { width: 100%; justify-content: center; }
  .menu-toggle { display: inline-flex; }
  .nav-links {
    width: 100%;
    flex-direction: column;
    align-items: center;
    gap: 0.35rem;
    padding: 8px 0 0;
    display: none;
  }
  .nav-links.open { display: flex; }
  .nav-link { padding: 8px 12px; font-size: 0.95rem; width: 90%; text-align: center; }
  .navbar .btn { padding: 12px 16px; font-size: 0.95rem; align-self: center; }
  .footer-meta { flex-direction: column; align-items: flex-start; }
  .back-to-top { right: 14px; bottom: 14px; }
  .footer-links { flex-direction: column; align-items: flex-start; gap: 6px; }
  .floating-tag { font-size: 0.78rem; right: 12px; top: 12px; }
  .holo-frame { padding: 14px; }
  .card-layer { inset: 16px; }
  .card.layer-front { padding: 14px; border-radius: 16px; }
  .stat-value { font-size: 1.9rem; }
  .stat-label { font-size: 0.94rem; }
  .mini-card { padding: 10px; }
}
