:root {
  --bm-blue: #0b5fff;
  --bm-cyan: #00c2ff;
  --bm-navy: #050b1a;
  --bm-ink: #0a1628;
  --bm-card: rgba(12, 24, 48, 0.72);
  --bm-gold: #f5c542;
  --bm-text: #e8eef9;
  --bm-muted: #9db0cc;
  --bm-line: rgba(0, 194, 255, 0.22);
  --bm-radius: 18px;
  --bm-shadow: 0 20px 50px rgba(0, 0, 0, 0.35);
  --font-display: "Outfit", sans-serif;
  --font-body: "Sora", sans-serif;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  font-family: var(--font-body);
  color: var(--bm-text);
  background:
    radial-gradient(1200px 600px at 10% -10%, rgba(11, 95, 255, 0.35), transparent 55%),
    radial-gradient(900px 500px at 90% 0%, rgba(0, 194, 255, 0.22), transparent 50%),
    linear-gradient(180deg, #040915 0%, #071225 40%, #050b1a 100%);
  min-height: 100vh;
  overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6, .display-font {
  font-family: var(--font-display);
  letter-spacing: -0.02em;
}

a { color: var(--bm-cyan); text-decoration: none; transition: .25s ease; }
a:hover { color: #7ae4ff; }

img { max-width: 100%; height: auto; }

.skip-link {
  position: absolute;
  left: -999px;
  top: 0;
  background: var(--bm-cyan);
  color: #000;
  padding: .75rem 1rem;
  z-index: 2000;
}
.skip-link:focus { left: 1rem; top: 1rem; }

.topbar {
  background: rgba(2, 8, 20, 0.92);
  border-bottom: 1px solid var(--bm-line);
  font-size: .88rem;
  padding: .55rem 0;
}
.topbar a { color: var(--bm-muted); }
.topbar a:hover { color: #fff; }

.bm-navbar {
  background: rgba(5, 11, 26, 0.88);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--bm-line);
  padding: .7rem 0;
}
.brand-logo {
  width: 52px;
  height: 52px;
  object-fit: contain;
  border-radius: 12px;
  background: #000;
  padding: 2px;
}
.brand-text {
  display: flex;
  flex-direction: column;
  line-height: 1.15;
}
.brand-text strong {
  font-family: var(--font-display);
  font-size: 1.05rem;
  background: linear-gradient(90deg, #fff, var(--bm-cyan));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.brand-text small {
  color: var(--bm-muted);
  font-size: .72rem;
  letter-spacing: .04em;
  text-transform: uppercase;
}
.nav-link {
  color: #d7e4f7 !important;
  font-weight: 500;
  padding: .55rem .85rem !important;
  border-radius: 999px;
}
.nav-link:hover, .nav-link.active {
  color: #fff !important;
  background: rgba(0, 194, 255, 0.12);
}
.mega-menu {
  min-width: min(520px, 92vw);
  border: 1px solid var(--bm-line);
  background: rgba(7, 16, 34, 0.96);
  box-shadow: var(--bm-shadow);
}
.mega-item {
  display: flex;
  align-items: center;
  gap: .65rem;
  padding: .7rem .85rem;
  border-radius: 12px;
  color: var(--bm-text);
  border: 1px solid transparent;
}
.mega-item:hover {
  background: rgba(11, 95, 255, 0.18);
  border-color: var(--bm-line);
  color: #fff;
}
.mega-item i { color: var(--bm-cyan); font-size: 1.15rem; }

.btn-accent {
  --bs-btn-bg: linear-gradient(135deg, var(--bm-blue), var(--bm-cyan));
  background-image: linear-gradient(135deg, var(--bm-blue), var(--bm-cyan));
  border: 0;
  color: #04101f !important;
  font-weight: 700;
  border-radius: 999px;
  box-shadow: 0 10px 30px rgba(0, 194, 255, 0.25);
}
.btn-accent:hover {
  filter: brightness(1.08);
  transform: translateY(-1px);
  color: #04101f !important;
}
.btn-outline-light {
  border-radius: 999px;
  border-color: rgba(255,255,255,.35);
}
.btn-whatsapp {
  background: #1faf53;
  color: #fff !important;
  border: 0;
  border-radius: 999px;
  font-weight: 700;
}
.btn-whatsapp:hover { background: #169344; color: #fff !important; }
.btn-ghost {
  background: rgba(255,255,255,.04);
  border: 1px solid var(--bm-line);
  color: #fff !important;
  border-radius: 999px;
}

.hero {
  position: relative;
  padding: 5rem 0 4rem;
  overflow: hidden;
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(120deg, rgba(4,9,21,.92) 0%, rgba(4,9,21,.55) 48%, rgba(4,9,21,.88) 100%),
    url("../images/posters/Common_Poster.png") center/cover no-repeat;
  z-index: -1;
}
.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  background: rgba(245, 197, 66, 0.12);
  color: var(--bm-gold);
  border: 1px solid rgba(245, 197, 66, 0.35);
  padding: .4rem .9rem;
  border-radius: 999px;
  font-size: .85rem;
  font-weight: 600;
  margin-bottom: 1.25rem;
}
.hero h1 {
  font-size: clamp(2.2rem, 4.5vw, 3.6rem);
  font-weight: 800;
  line-height: 1.1;
  margin-bottom: 1rem;
}
.hero h1 span {
  background: linear-gradient(90deg, var(--bm-cyan), #7ae4ff);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.hero-lead {
  color: var(--bm-muted);
  font-size: 1.08rem;
  max-width: 560px;
  margin-bottom: 1.75rem;
}
.hero-actions { display: flex; flex-wrap: wrap; gap: .85rem; margin-bottom: 1.75rem; }
.hero-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 1.5rem;
  color: var(--bm-muted);
  font-size: .92rem;
}
.hero-trust i { color: var(--bm-gold); margin-right: .35rem; }
.hero-visual {
  position: relative;
}
.hero-visual img {
  border-radius: 24px;
  border: 1px solid var(--bm-line);
  box-shadow: var(--bm-shadow);
  width: 100%;
  object-fit: cover;
  max-height: 520px;
}
.hero-float {
  position: absolute;
  bottom: 1.2rem;
  left: 1.2rem;
  right: 1.2rem;
  background: rgba(5, 11, 26, 0.78);
  backdrop-filter: blur(12px);
  border: 1px solid var(--bm-line);
  border-radius: 16px;
  padding: 1rem 1.1rem;
}

.section { padding: 5rem 0; }
.section-sm { padding: 3.5rem 0; }
.section-title {
  font-size: clamp(1.8rem, 3vw, 2.5rem);
  font-weight: 800;
  margin-bottom: .75rem;
}
.section-subtitle {
  color: var(--bm-muted);
  max-width: 680px;
  margin-bottom: 2.5rem;
}
.section-label {
  color: var(--bm-cyan);
  text-transform: uppercase;
  letter-spacing: .12em;
  font-size: .78rem;
  font-weight: 700;
  margin-bottom: .6rem;
}

.glass-panel, .feature-card, .course-card, .testimonial-card, .blog-card, .pricing-card, .stat-card, .process-card, .faq-item, .form-card {
  background: var(--bm-card);
  border: 1px solid var(--bm-line);
  border-radius: var(--bm-radius);
  backdrop-filter: blur(10px);
}

.stat-card {
  padding: 1.5rem;
  text-align: center;
  height: 100%;
  transition: transform .3s ease, border-color .3s ease;
}
.stat-card:hover {
  transform: translateY(-6px);
  border-color: rgba(0, 194, 255, 0.5);
}
.stat-card .stat-num {
  font-family: var(--font-display);
  font-size: 2.2rem;
  font-weight: 800;
  background: linear-gradient(90deg, #fff, var(--bm-cyan));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.stat-card p { color: var(--bm-muted); margin: .35rem 0 0; }

.feature-card, .process-card {
  padding: 1.6rem;
  height: 100%;
  transition: .3s ease;
}
.feature-card:hover, .process-card:hover {
  transform: translateY(-6px);
  border-color: rgba(11, 95, 255, 0.55);
  box-shadow: 0 18px 40px rgba(11, 95, 255, 0.15);
}
.icon-wrap {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, rgba(11,95,255,.25), rgba(0,194,255,.2));
  color: var(--bm-cyan);
  font-size: 1.4rem;
  margin-bottom: 1rem;
}

.course-card {
  overflow: hidden;
  height: 100%;
  transition: .35s ease;
}
.course-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 25px 50px rgba(0,0,0,.35);
}
.course-card .poster {
  height: 210px;
  object-fit: cover;
  object-position: top;
  width: 100%;
  border-bottom: 1px solid var(--bm-line);
}
.course-card .body { padding: 1.35rem 1.4rem 1.5rem; }
.course-card h3 { font-size: 1.2rem; margin-bottom: .5rem; }
.course-card p { color: var(--bm-muted); font-size: .94rem; }
.course-meta {
  display: flex;
  flex-wrap: wrap;
  gap: .5rem;
  margin: 1rem 0;
}
.chip {
  font-size: .75rem;
  padding: .28rem .65rem;
  border-radius: 999px;
  background: rgba(255,255,255,.05);
  border: 1px solid var(--bm-line);
  color: var(--bm-muted);
}
.chip-live {
  color: var(--bm-text);
  border-color: rgba(0, 194, 255, 0.45);
  text-decoration: none;
}
.chip-live:hover { color: #7ae4ff; }
.category-block {
  padding: 1.5rem 0;
  border-top: 1px solid var(--bm-line);
}
.topic-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: .45rem;
}
.topic-pill {
  font-size: .72rem;
  padding: .22rem .6rem;
  border-radius: 999px;
  border: 1px solid var(--bm-line);
  color: var(--bm-muted);
  background: rgba(255,255,255,.04);
}
a.topic-pill:hover { color: var(--bm-text); }
.topic-pill.treat-live_course {
  color: var(--bm-text);
  border-color: rgba(0, 194, 255, 0.5);
}
.topic-pill.treat-hold {
  opacity: .7;
  border-style: dashed;
}
.lead-band {
  padding: 1.25rem 1.35rem;
  border: 1px solid var(--bm-line);
  border-radius: var(--bm-radius);
  background: rgba(12, 24, 48, 0.55);
}

.why-grid .check-item {
  display: flex;
  gap: .75rem;
  margin-bottom: 1rem;
  color: var(--bm-muted);
}
.why-grid .check-item i {
  color: var(--bm-gold);
  margin-top: .2rem;
}

.process-card .step-num {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 2rem;
  color: rgba(0,194,255,.35);
  line-height: 1;
  margin-bottom: .75rem;
}

.testimonial-card {
  padding: 1.6rem;
  height: 100%;
}
.testimonial-card .stars { color: var(--bm-gold); margin-bottom: .75rem; }
.testimonial-card p { color: #d7e4f7; }
.testimonial-card .author { margin-top: 1.1rem; font-weight: 600; }
.testimonial-card .author small { display: block; color: var(--bm-muted); font-weight: 400; }

.blog-card { overflow: hidden; height: 100%; transition: .3s ease; }
.blog-card:hover { transform: translateY(-6px); }
.blog-card img { height: 190px; width: 100%; object-fit: cover; object-position: top; }
.blog-card .body { padding: 1.25rem 1.35rem 1.5rem; }
.blog-card .category {
  color: var(--bm-cyan);
  font-size: .78rem;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-weight: 700;
}

.pricing-card {
  padding: 2rem 1.6rem;
  height: 100%;
  position: relative;
}
.pricing-card.featured {
  border-color: rgba(0,194,255,.6);
  box-shadow: 0 0 0 1px rgba(0,194,255,.25), var(--bm-shadow);
  transform: scale(1.02);
}
.pricing-card .price {
  font-family: var(--font-display);
  font-size: 2rem;
  font-weight: 800;
  margin: .75rem 0 1rem;
}
.pricing-card ul {
  list-style: none;
  padding: 0;
  margin: 0 0 1.5rem;
}
.pricing-card li {
  padding: .45rem 0;
  color: var(--bm-muted);
  border-bottom: 1px solid rgba(255,255,255,.05);
}
.pricing-card li i { color: var(--bm-cyan); margin-right: .4rem; }
.badge-popular {
  position: absolute;
  top: 1rem;
  right: 1rem;
  background: linear-gradient(135deg, var(--bm-blue), var(--bm-cyan));
  color: #04101f;
  font-weight: 700;
  border-radius: 999px;
  padding: .3rem .7rem;
  font-size: .75rem;
}

.page-hero {
  padding: 4rem 0 3rem;
  background:
    linear-gradient(180deg, rgba(11,95,255,.18), transparent),
    rgba(0,0,0,.25);
  border-bottom: 1px solid var(--bm-line);
}
.breadcrumb {
  --bs-breadcrumb-divider-color: var(--bm-muted);
  margin-bottom: 1rem;
}
.breadcrumb-item, .breadcrumb-item a { color: var(--bm-muted); }
.breadcrumb-item.active { color: var(--bm-cyan); }

.faq-item {
  margin-bottom: 1rem;
  overflow: hidden;
}
.faq-item .accordion-button {
  background: transparent;
  color: #fff;
  font-weight: 600;
  box-shadow: none !important;
}
.faq-item .accordion-button:not(.collapsed) {
  background: rgba(11,95,255,.15);
  color: var(--bm-cyan);
}
.faq-item .accordion-button::after { filter: invert(1); }
.faq-item .accordion-body { color: var(--bm-muted); }

.form-card { padding: 2rem; }
.form-control, .form-select {
  background: rgba(255,255,255,.04);
  border: 1px solid var(--bm-line);
  color: #fff;
  border-radius: 12px;
  padding: .8rem 1rem;
}
.form-control:focus, .form-select:focus {
  background: rgba(255,255,255,.06);
  border-color: var(--bm-cyan);
  color: #fff;
  box-shadow: 0 0 0 .2rem rgba(0,194,255,.15);
}
.form-control::placeholder { color: #7f93b0; }
.form-label { color: #c9d7ec; font-weight: 500; }
.form-select option { color: #000; }

.map-frame {
  border: 1px solid var(--bm-line);
  border-radius: var(--bm-radius);
  overflow: hidden;
  min-height: 360px;
}
.map-frame iframe { width: 100%; height: 360px; border: 0; }

.gallery-grid .gallery-item {
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid var(--bm-line);
  display: block;
  transition: .3s ease;
}
.gallery-grid .gallery-item:hover {
  transform: scale(1.02);
  box-shadow: var(--bm-shadow);
}
.gallery-grid img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  object-position: top;
}

.cta-banner { padding: 0 0 1rem; margin-top: 2rem; }
.cta-banner-inner { padding: 2.2rem; }

.site-footer {
  background: #030815;
  border-top: 1px solid var(--bm-line);
  padding: 4rem 0 1.5rem;
  margin-top: 0;
}
.site-footer h5, .site-footer h6 {
  color: #fff;
  font-size: 1rem;
  margin-bottom: 1rem;
}
.site-footer p, .footer-links a, .footer-contact a, .footer-bottom a {
  color: var(--bm-muted);
}
.footer-links, .footer-contact {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-links li, .footer-contact li { margin-bottom: .55rem; }
.footer-contact li {
  display: flex;
  gap: .65rem;
  align-items: flex-start;
}
.footer-contact i { color: var(--bm-cyan); margin-top: .2rem; }
.footer-brand strong {
  background: linear-gradient(90deg, #fff, var(--bm-cyan));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.social-links { display: flex; gap: .7rem; margin-top: 1rem; }
.social-links a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  border: 1px solid var(--bm-line);
  color: #fff;
}
.social-links a:hover {
  background: linear-gradient(135deg, var(--bm-blue), var(--bm-cyan));
  color: #04101f;
}
.area-chips { display: flex; flex-wrap: wrap; gap: .55rem; }
.area-chips a {
  padding: .35rem .8rem;
  border-radius: 999px;
  border: 1px solid var(--bm-line);
  color: var(--bm-muted);
  font-size: .85rem;
}
.area-chips a:hover {
  color: #fff;
  border-color: var(--bm-cyan);
}
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,.08);
  color: var(--bm-muted);
  font-size: .9rem;
}

.floating-actions {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  z-index: 1050;
  display: flex;
  flex-direction: column;
  gap: .7rem;
}
.fab {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #fff !important;
  font-size: 1.4rem;
  box-shadow: 0 10px 25px rgba(0,0,0,.35);
}
.fab-call { background: var(--bm-blue); }
.fab-wa { background: #1faf53; }
.fab:hover { transform: scale(1.06); color: #fff !important; }

.exit-modal {
  background: #0b1730;
  color: #fff;
  border: 1px solid var(--bm-line);
}

.timeline {
  position: relative;
  padding-left: 1.5rem;
}
.timeline::before {
  content: "";
  position: absolute;
  left: .35rem;
  top: .3rem;
  bottom: .3rem;
  width: 2px;
  background: linear-gradient(var(--bm-blue), var(--bm-cyan));
}
.timeline-item {
  position: relative;
  margin-bottom: 1.5rem;
  padding-left: 1rem;
}
.timeline-item::before {
  content: "";
  position: absolute;
  left: -1.28rem;
  top: .35rem;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--bm-cyan);
  box-shadow: 0 0 0 4px rgba(0,194,255,.2);
}

.logo-marquee {
  overflow: hidden;
  white-space: nowrap;
  border-block: 1px solid var(--bm-line);
  padding: 1.2rem 0;
  background: rgba(0,0,0,.2);
}
.logo-track {
  display: inline-flex;
  gap: 2.5rem;
  animation: marquee 28s linear infinite;
}
.logo-track span {
  color: var(--bm-muted);
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: .9rem;
}
@keyframes marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

.content-rich p, .content-rich li { color: var(--bm-muted); }
.content-rich h2, .content-rich h3 { margin-top: 1.5rem; }

.table-darkish {
  --bs-table-bg: transparent;
  --bs-table-color: var(--bm-text);
  --bs-table-border-color: var(--bm-line);
}

.admin-wrap {
  background: #0b1220;
  min-height: 100vh;
  color: #fff;
}
.admin-wrap .card {
  background: #121c31;
  border: 1px solid var(--bm-line);
  color: #fff;
}

@media (max-width: 991.98px) {
  .hero { padding: 3.2rem 0 2.5rem; }
  .mega-menu { min-width: 100%; }
  .pricing-card.featured { transform: none; }
  .brand-text small { display: none; }
}

@media (max-width: 575.98px) {
  .section { padding: 3.5rem 0; }
  .hero-actions .btn { width: 100%; }
  .floating-actions { right: .7rem; bottom: .7rem; }
  .fab { width: 48px; height: 48px; }
  body { padding-bottom: 72px; }
}

.course-tabs .nav-link {
  color: var(--bm-muted);
  background: rgba(255,255,255,.04);
  border: 1px solid var(--bm-line);
  border-radius: 999px;
  padding: .45rem 1rem;
}
.course-tabs .nav-link.active {
  color: #041018;
  background: var(--bm-cyan);
  border-color: var(--bm-cyan);
}
.course-hero-img {
  max-height: 420px;
  object-fit: cover;
  object-position: top;
}

.mobile-cta {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1040;
  display: flex;
  background: rgba(5, 11, 26, 0.96);
  border-top: 1px solid var(--bm-line);
}
.mobile-cta a {
  flex: 1;
  text-align: center;
  padding: .85rem .4rem;
  color: var(--bm-text);
  font-weight: 600;
  font-size: .9rem;
}
.mobile-cta a.accent {
  background: var(--bm-cyan);
  color: #041018;
}

