:root {
  --bg: #f7f9fc;
  --surface: #ffffff;
  --text: #0f172a;
  --muted: #475569;
  --line: #e2e8f0;
  --indigo: #4338ca;
  --royal: #312e81;
  --teal: #0d9488;
  --purple: #7c3aed;
  --shadow: 0 20px 44px rgba(15, 23, 42, 0.12);
}
*,
*::before,
*::after { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: clip; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  color: var(--text);
  overflow-x: clip;
  background:
    radial-gradient(circle at 10% 10%, rgba(124, 58, 237, 0.1), transparent 30%),
    radial-gradient(circle at 88% 18%, rgba(13, 148, 136, 0.1), transparent 28%),
    var(--bg);
}
img { max-width: 100%; display: block; }
.container {
  width: 100%;
  max-width: 80rem;
  margin: 0 auto;
  padding-left: 1rem;
  padding-right: 1rem;
}
.section { padding: 56px 0; width: 100%; }
.section-tight { padding: 32px 0; }
.premium-hero { padding-top: 86px; }
.site-header {
  position: sticky; top: 0; z-index: 50;
  backdrop-filter: blur(10px);
  background: rgba(255, 255, 255, 0.86);
  border-bottom: 1px solid rgba(148, 163, 184, 0.25);
}
.nav-shell {
  min-height: 76px;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
  position: relative;
  width: 100%;
}
.brand { text-decoration: none; color: var(--royal); font-weight: 900; letter-spacing: -0.03em; font-size: 1.7rem; }
.nav-links { display: flex; flex-wrap: wrap; gap: 12px; min-width: 0; justify-content: center; overflow-x: clip; }
.nav-links a {
  color: #1e293b; text-decoration: none; font-size: .92rem; font-weight: 600;
  padding: 8px 10px; border-radius: 10px;
}
.nav-links a:hover, .nav-links a.active { background: #eef2ff; color: #312e81; }
.btn {
  border: 0; border-radius: 13px; padding: 11px 18px; text-decoration: none;
  display: inline-flex; align-items: center; justify-content: center;
  font-weight: 700; cursor: pointer; transition: .25s ease; white-space: nowrap;
}
.btn:hover { transform: translateY(-2px); }
.btn-primary {
  color: #fff;
  background: linear-gradient(120deg, var(--indigo), var(--purple), var(--teal));
  background-size: 170% 170%;
  box-shadow: 0 10px 28px rgba(67, 56, 202, 0.3);
  animation: glowShift 4.5s ease infinite;
}
.btn-outline { color: #334155; background: #fff; border: 1px solid #cbd5e1; }
.card {
  background: rgba(255, 255, 255, .87);
  border: 1px solid rgba(148, 163, 184, 0.32);
  border-radius: 20px;
  box-shadow: var(--shadow);
}
.card-soft { background: #fff; border: 1px solid #e2e8f0; border-radius: 16px; padding: 16px; }
.grid-2 { display: grid; grid-template-columns: 1fr; gap: 20px; }
.grid-3 { display: grid; grid-template-columns: 1fr; gap: 24px; }
.grid-4 { display: grid; grid-template-columns: 1fr; gap: 24px; }
.grid-sidebar { display: grid; grid-template-columns: 1fr; gap: 20px; }
.stack { display: grid; gap: 14px; }
.hero h1 {
  margin: 14px 0 12px;
  font-size: clamp(2rem, 4.8vw, 4rem);
  line-height: 1.04;
  letter-spacing: -0.045em;
  max-width: 12ch;
}
.eyebrow {
  display: inline-flex; padding: 7px 12px; border-radius: 999px;
  font-size: .76rem; font-weight: 800; color: #312e81;
  background: linear-gradient(120deg, #e0e7ff, #f5d0fe);
  text-transform: uppercase; letter-spacing: .04em;
}
.lead { color: var(--muted); line-height: 1.72; font-size: 1.02rem; }
.pill { display: inline-block; border: 1px solid #dbe3ef; background: #fff; border-radius: 999px; padding: 6px 10px; font-size: .78rem; font-weight: 600; color: #334155; }
.hero-visual {
  min-height: 580px;
  padding: 18px;
  position: relative;
  overflow: hidden;
  border-radius: 24px;
  background: linear-gradient(145deg, #ffffff, #eef2ff);
}
.hero-shell { align-items: center; }
.hero-shell > * { min-width: 0; }
.hero-actions { display:flex; gap:10px; flex-wrap:wrap; margin-top:18px; }
.hero-image {
  width: 100%;
  height: 100%;
  min-height: 540px;
  max-height: 640px;
  object-fit: cover;
  border-radius: 16px;
  position: relative;
  z-index: 1;
}
.orb { position: absolute; border-radius: 999px; opacity: .7; }
.orb.o1 { width: 160px; height: 160px; left: -30px; top: -30px; background: rgba(124, 58, 237, .25); animation: floatY 4.5s ease-in-out infinite; }
.orb.o2 { width: 110px; height: 110px; right: 24px; top: 40px; background: rgba(13, 148, 136, .24); animation: floatY 5s ease-in-out infinite .8s; }
.orb.o3 { width: 90px; height: 90px; right: 15%; bottom: 14%; background: rgba(67, 56, 202, .24); animation: floatY 5.2s ease-in-out infinite 1.2s; }
.mock-board { position: relative; z-index: 2; margin-top: 82px; padding: 14px; background: #fff; border: 1px solid #dbeafe; border-radius: 14px; }
.stat-grid { display: grid; grid-template-columns: 1fr; gap: 14px; }
.stat { padding: 18px; }
.stat strong { display: block; font-size: 1.95rem; letter-spacing: -0.03em; color: var(--royal); }
.glass-card {
  background: rgba(255,255,255,.72);
  border: 1px solid rgba(255,255,255,.55);
  box-shadow: 0 24px 40px rgba(15, 23, 42, 0.13);
  backdrop-filter: blur(12px);
  border-radius: 18px;
}
.float-stat {
  position: absolute;
  z-index: 3;
  padding: 10px 12px;
  width: 170px;
  animation: floatY 4.8s ease-in-out infinite;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.84);
  border: 1px solid rgba(226, 232, 240, 0.9);
  box-shadow: 0 12px 24px rgba(15, 23, 42, 0.16);
}
.float-stat p { margin: 4px 0 0; font-size: .82rem; color: #334155; line-height: 1.4; }
.float-stat strong { font-size: 1.4rem; color: #1e1b4b; letter-spacing: -0.03em; }
.float-stat.one { left: 26px; top: 26px; }
.float-stat.two { right: 26px; top: 44%; animation-delay: .7s; }
.float-stat.three { left: 50%; transform: translateX(-50%); bottom: 18px; animation-delay: 1.2s; }
.logo-marquee {
  overflow: hidden;
  border: 1px solid #e2e8f0;
  background: #fff;
  border-radius: 14px;
  padding: 14px 0;
  margin: 20px 0 16px;
}
.logo-marquee-inner {
  display: flex;
  width: max-content;
  animation: logoLoop 24s linear infinite;
}
.logo-track {
  display: flex;
  gap: 12px;
  width: max-content;
  flex-shrink: 0;
  padding-right: 12px;
}
.logo-track span {
  border: 1px solid #dbe5f0;
  border-radius: 999px;
  padding: 8px 14px;
  color: #64748b;
  background: linear-gradient(140deg, #ffffff, #f8fafc);
  font-size: .9rem;
  font-weight: 600;
  transition: .25s ease;
}
.logo-track span:hover { transform: translateY(-2px); color: #1f2937; box-shadow: 0 10px 16px rgba(15,23,42,.08); }
.trust-section { margin-top: -14px; }
.hero-feature-grid { margin-top: 18px; display: grid; grid-template-columns: 1fr; gap: 10px; }
.feature-card {
  border: 1px solid #dbeafe;
  border-radius: 16px;
  background: #fff;
  padding: 13px;
  display: flex;
  gap: 10px;
  align-items: flex-start;
  box-shadow: 0 8px 18px rgba(15,23,42,.06);
}
.feature-card h4 { margin: 0; font-size: .95rem; color: #0f172a; }
.feature-card p { margin: 4px 0 0; color: #64748b; font-size: .84rem; line-height: 1.5; }
.feature-icon {
  width: 32px;
  height: 32px;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(140deg, #e0e7ff, #ccfbf1);
}
.category-band { background: #0b1220; color: #dbe7ff; }
.category-band .lead { color: #cbd5e1; }
.category-band .card {
  background: rgba(255, 255, 255, 0.96);
  color: #0f172a;
}
.category-band .card .lead,
.category-band .card p {
  color: #475569;
}
.category-band .testimonial-slide,
.category-band .testimonial-slide p,
.category-band .testimonial-slide .lead,
.category-band .testimonial-slide strong {
  color: #0f172a !important;
}
.category-band .course-meta {
  color: #64748b;
}
.category-band .price {
  color: var(--royal);
}
.tile, .story-card, .course-card, .blog-card, .panel { padding: 20px; }
.dark-mix {
  background: linear-gradient(140deg, #0f172a, #1e1b4b, #134e4a);
  color: #dbe7ff;
}
.dark-mix h2, .dark-mix h3 { color: #eff6ff; }
.dark-mix .lead { color: #d5ddf1; }
.highlight-card {
  border-radius: 18px;
  border: 1px solid rgba(255,255,255,.22);
  background: linear-gradient(145deg, rgba(255,255,255,.16), rgba(255,255,255,.08));
  padding: 20px;
  box-shadow: 0 20px 34px rgba(2,6,23,.2);
  transition: .3s ease;
}
.highlight-card:hover { transform: translateY(-6px); }
.highlight-card p { color: #d7e3f7; line-height: 1.65; margin: 10px 0 0; }
.icon-dot {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(140deg, rgba(59,130,246,.38), rgba(20,184,166,.35));
}
.course-card img, .blog-card img { width: 100%; height: 170px; object-fit: cover; border-radius: 14px; margin-bottom: 12px; }
.course-meta { display: flex; justify-content: space-between; font-size: .88rem; color: #64748b; margin: 9px 0; }
.price { font-size: 1.46rem; font-weight: 900; color: var(--royal); letter-spacing: -0.03em; }
.course-card {
  display: grid;
  gap: 6px;
  transition: .28s ease;
}
.course-card:hover {
  transform: translateY(-7px);
  box-shadow: 0 28px 34px rgba(15,23,42,.18);
}
.reveal-btn { opacity: 0; transform: translateY(4px); pointer-events: none; }
.course-card:hover .reveal-btn { opacity: 1; transform: none; pointer-events: auto; }
.check-list { margin: 0; padding-left: 18px; color: #334155; line-height: 1.8; }
.timeline { border-left: 2px dashed #cbd5e1; margin-left: 8px; padding-left: 18px; }
.timeline article { margin-bottom: 16px; }
.story-media { padding: 12px; overflow: hidden; }
.story-media img { width: 100%; height: 100%; min-height: 430px; object-fit: cover; border-radius: 14px; }
.story-section { overflow: hidden; }
.story-content { min-width: 0; }
.story-timeline { margin-top: 12px; }
.story-card {
  background: #fff;
  border: 1px solid #dbe5f0;
  border-radius: 14px;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}
.blog-card {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.blog-card img {
  height: 200px;
  object-fit: cover;
  object-position: center;
  margin-bottom: 14px;
}
.blog-card h3 { margin: 0 0 8px; }
.blog-card .lead { margin: 0; }
.story-card h3 {
  margin: 10px 0 6px;
  line-height: 1.25;
  overflow-wrap: anywhere;
}
.story-card .lead {
  margin: 0;
  overflow-wrap: anywhere;
}
.editorial { font-size: 1.05rem; line-height: 1.9; color: #334155; }
.editorial h2, .editorial h3 { color: #0f172a; letter-spacing: -0.02em; }
.sidebar-card { position: sticky; top: 92px; }
.search-input, .input {
  width: 100%; border: 1px solid #cbd5e1; border-radius: 11px; padding: 10px;
  font: inherit; background: #fff;
}
.map-placeholder {
  min-height: 240px; border-radius: 16px; border: 1px dashed #94a3b8; display: flex; align-items: center; justify-content: center;
  background: linear-gradient(140deg, #f8fafc, #eef2ff); color: #475569; font-weight: 600;
}
.testimonial-shell {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}
.testimonial-track {
  display: block;
  width: 100%;
  max-width: 100%;
}
.testimonial-slide {
  display: none;
  width: 100%;
  max-width: 100%;
  padding: 20px;
  gap: 12px;
  overflow: hidden;
}
.testimonial-slide.active { display: grid; }
.testimonial-head {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 10px;
  min-width: 0;
}
.testimonial-head img {
  width: 56px;
  height: 56px;
  border-radius: 999px;
  object-fit: cover;
  border: 2px solid #c7d2fe;
}
.testimonial-slide img {
  width: 56px !important;
  max-width: 56px !important;
  height: 56px !important;
  object-fit: cover;
  flex: 0 0 56px;
}
.testimonial-head > div { min-width: 0; }
.testimonial-head p {
  white-space: normal;
  overflow-wrap: anywhere;
}
.category-band .testimonial-shell .card,
.category-band .testimonial-shell,
.category-band .testimonial-track,
.category-band .testimonial-slide {
  overflow: hidden;
}
.testimonial-head p { margin: 4px 0 0; color: #64748b; font-size: .88rem; }
.slider-dots { display: flex; gap: 8px; margin-top: 12px; }
.slider-dots button { width: 10px; height: 10px; border: 0; border-radius: 999px; background: #cbd5e1; cursor: pointer; }
.slider-dots button.active { background: var(--indigo); }
.cta-band { text-align: center; color: #fff; padding: 36px 24px; background: linear-gradient(135deg, var(--indigo), var(--purple), var(--teal)); background-size: 200% 200%; animation: glowShift 5s ease infinite; }
.site-footer {
  margin-top: 56px;
  padding: 8px 0 18px;
}
.footer-top {
  padding: 30px;
  border-radius: 24px;
  background: linear-gradient(145deg, #ffffff, #f1f5ff);
  border: 1px solid #dbe5f4;
}
.footer-brand-block h3 {
  margin: 0 0 12px;
  font-size: 1.9rem;
  color: #1e1b4b;
}
.footer-brand-block p {
  margin: 0 0 16px;
  max-width: 520px;
  color: #64748b;
  line-height: 1.75;
}
.footer-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 24px;
}
.footer-grid h4 {
  margin: 0 0 10px;
  color: #0f172a;
  font-size: 1.05rem;
}
.footer-grid p, .footer-grid a { color: #64748b; line-height: 1.8; }
.footer-grid a {
  text-decoration: none;
  display: block;
  transition: .2s ease;
}
.footer-grid a:hover { color: #3730a3; transform: translateX(2px); }
.footer-bottom {
  margin-top: 14px;
  padding: 8px 6px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  flex-wrap: wrap;
}
.copyright { color: #94a3b8; margin: 0; font-size: .9rem; }
.social-links {
  display: flex;
  gap: 8px;
}
.social-links a {
  width: 38px;
  height: 38px;
  border-radius: 10px;
  border: 1px solid #dbe5f4;
  background: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #475569;
  text-decoration: none;
  transition: .25s ease;
}
.social-links a svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}
.social-links a:hover {
  color: #fff;
  background: linear-gradient(135deg, var(--indigo), var(--teal));
  border-color: transparent;
  transform: translateY(-2px);
}
.faq details { margin-bottom: 10px; }
.faq summary { cursor: pointer; font-weight: 700; }
.faq p { color: var(--muted); line-height: 1.7; }
.sticky-cta {
  position: fixed; right: 24px; bottom: 24px; z-index: 40;
  background: linear-gradient(120deg, var(--indigo), var(--teal));
  color: #fff; text-decoration: none; padding: 10px 14px; border-radius: 12px; box-shadow: var(--shadow);
}
.modal-overlay {
  display: none; position: fixed; inset: 0; z-index: 80;
  background: rgba(2, 6, 23, .65); backdrop-filter: blur(5px);
  padding: 14px; align-items: center; justify-content: center;
}
.modal-overlay.show { display: flex; animation: fadeIn .25s ease; }
.modal-shell { width: min(900px, 100%); display: grid; grid-template-columns: 1fr 1fr; border-radius: 24px; overflow: hidden; background: #fff; box-shadow: 0 24px 56px rgba(2, 6, 23, .36); }
.modal-left { padding: 28px; color: #fff; background: linear-gradient(140deg, #312e81, #4338ca, #0d9488); }
.modal-left h3 { font-size: 2rem; line-height: 1.05; margin: 8px 0 10px; letter-spacing: -0.03em; }
.modal-left .caps { text-transform: uppercase; letter-spacing: .09em; font-size: .75rem; font-weight: 800; }
.modal-right { padding: 26px 24px 24px; }
.modal-right h3 { margin: 6px 0 16px; font-size: 2rem; line-height: 1.08; letter-spacing: -0.03em; }
.modal-close { border: 0; background: none; font-size: 1.5rem; float: right; color: #64748b; cursor: pointer; }
.modal-form {
  display: grid;
  gap: 10px;
}
.modal-form label { display: block; margin-bottom: 0; font-size: .84rem; font-weight: 700; color: #334155; }
.modal-form input, .modal-form select, .modal-form textarea {
  width: 100%; margin-top: 6px; border-radius: 10px; border: 1px solid #cbd5e1; padding: 10px;
}
.glass-form {
  background: linear-gradient(140deg, rgba(255,255,255,.94), rgba(248,250,252,.86));
  border: 1px solid rgba(203,213,225,.65);
  border-radius: 18px;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.75), 0 22px 36px rgba(15,23,42,.12);
  padding: 14px;
}
.field {
  position: relative;
  display: block;
}
.field input,
.field textarea,
.field select {
  width: 100%;
  border: 1px solid #d4dbe6;
  border-radius: 14px;
  padding: 17px 14px 11px;
  font: inherit;
  background: rgba(255,255,255,.98);
  margin-top: 0;
}
.field span {
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  color: #64748b;
  font-size: .86rem;
  transition: .2s ease;
  pointer-events: none;
  background: #fff;
  padding: 0 4px;
}
.field textarea + span { top: 18px; transform: none; }
.field input:focus,
.field textarea:focus,
.field select:focus {
  outline: none;
  border-color: #6366f1;
  box-shadow: 0 0 0 3px rgba(99,102,241,.12);
}
.field input:focus + span,
.field input:not(:placeholder-shown) + span,
.field textarea:focus + span,
.field textarea:not(:placeholder-shown) + span,
.field select:focus + span,
.field select:valid + span {
  top: -8px;
  transform: none;
  font-size: .75rem;
  color: #3730a3;
}
.contact-form { padding: 24px; }
.glow-btn { box-shadow: 0 14px 28px rgba(79,70,229,.28); }
.row-between-wrap {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  flex-wrap: wrap;
}
.row-wrap {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.row-center-wrap {
  display: flex;
  justify-content: center;
  gap: 8px;
  flex-wrap: wrap;
}
.input-compact { width: 100%; max-width: 280px; }
.text-center { text-align: center; }
.mx-auto { margin-left: auto; margin-right: auto; }
.max-w-copy { max-width: 760px; }
.max-w-copy-sm { max-width: 720px; }
.mt-10 { margin-top: 10px; }
.mt-16 { margin-top: 16px; }
.mt-18 { margin-top: 18px; }
.mt-20 { margin-top: 20px; }
.w-full-btn { width: 100%; }
.hero-subtle { color: #e2e8f0; }
.sticky-panel { position: sticky; top: 94px; height: fit-content; }
.hero-cover {
  width: 100%;
  height: 340px;
  object-fit: cover;
}
.image-404 {
  width: 100%;
  max-width: 560px;
  border-radius: 14px;
  margin: 0 auto;
}
.m-0 { margin: 0; }
.consent { display: flex !important; gap: 8px; align-items: flex-start; font-weight: 500 !important; }
.consent input { width: auto !important; margin-top: 2px !important; }
.modal-form .consent {
  margin-top: 2px;
  font-size: .92rem;
  color: #475569;
}
.modal-form .btn {
  margin-top: 2px;
  min-height: 44px;
}
.reveal { opacity: 0; transform: translateY(20px); transition: .5s ease; }
.reveal.in { opacity: 1; transform: none; }
@keyframes floatY { 0%, 100% { transform: translateY(0);} 50% { transform: translateY(-10px);} }
@keyframes glowShift { 0% { background-position: 0% 50%; } 50% { background-position: 100% 50%; } 100% { background-position: 0% 50%; } }
@keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } }
@keyframes logoLoop { from { transform: translateX(0); } to { transform: translateX(-50%); } }
@media (min-width: 640px) {
  .container { padding-left: 1.5rem; padding-right: 1.5rem; }
  .grid-3, .grid-4, .stat-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (min-width: 1024px) {
  .container { padding-left: 2rem; padding-right: 2rem; }
  .grid-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .grid-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .grid-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .grid-sidebar { grid-template-columns: minmax(0, 280px) minmax(0, 1fr); }
  .footer-grid { grid-template-columns: 1.4fr repeat(3, minmax(0, 1fr)); }
  .stat-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}
@media (max-width: 980px) {
  .nav-links { display: none; }
  .nav-shell .btn { display: none; }
  .nav-shell { grid-template-columns: auto 1fr; }
  .modal-shell { grid-template-columns: 1fr; }
  .hero-feature-grid { grid-template-columns: 1fr; }
  .hero-visual { min-height: auto; padding: 14px; }
  .hero-image { min-height: 360px; max-height: 420px; }
  .float-stat { position: static; margin-top: 10px; width: 100%; animation: none; transform: none !important; }
  .sidebar-card { position: static; top: auto; }
}
@media (max-width: 760px) {
  .footer-grid, .stat-grid { grid-template-columns: 1fr; }
  .footer-top { padding: 22px 18px; }
  .footer-bottom { padding-top: 2px; }
  .section { padding: 42px 0; }
  .section-tight { padding: 24px 0; }
  .sticky-cta { left: 12px; right: 12px; bottom: 12px; text-align: center; }
  .hero h1 { max-width: none; }
  .hero-image { min-height: 300px; max-height: 340px; }
  .testimonial-slide { padding: 16px; }
  .testimonial-head { align-items: flex-start; }
  .story-media img { min-height: 260px; }
  .timeline { margin-left: 0; padding-left: 14px; }
  .blog-card img { height: 180px; }
}
