/* Layout helpers */
.page { overflow-x: hidden; }
.muted { color: var(--muted); }
.soft-hr { border-color: rgba(255,255,255,.10); }
.skip-link{
  position:absolute; left:-999px; top:auto; width:1px; height:1px; overflow:hidden;
}
.skip-link:focus{
  left:16px; top:16px; width:auto; height:auto; padding:10px 12px;
  z-index:9999; border-radius:12px; background:rgba(0,0,0,.75); color:#fff; border:1px solid var(--stroke);
}

/* Navbar */
.navbar-glass{
  background: rgba(8,10,18,.62);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(255,255,255,.10);
}
.navbar .nav-link{ color: rgba(242,244,255,.82); }
.navbar .nav-link:hover{ color:#fff; }
.navbar .nav-link.active{ color:#fff; }
.navbar-toggler{ border-color: rgba(255,255,255,.18); }
.navbar-toggler-icon{ filter: invert(1); opacity: .9; }

/* Brand */
.brand{ display:flex; align-items:center; gap:10px; text-decoration:none; }
.brand-mark{
  width:18px; height:18px; border-radius: 8px;
  background: linear-gradient(135deg, var(--primary), var(--primary2));
  box-shadow: 0 10px 30px rgba(138,92,255,.25);
  position: relative;
}
.brand-mark::after{
  content:""; position:absolute; inset:-6px;
  border-radius: 12px; background: radial-gradient(circle, rgba(52,211,199,.18), transparent 60%);
  filter: blur(6px);
}
.brand-text{ font-weight: 700; letter-spacing: .2px; color: aliceblue;}

/* Hero */
.hero{
  position: relative;
  padding: 78px 0 0;
  background: var(--grad-hero);
}
.hero .kicker, .page-hero .kicker{
  display:inline-flex; align-items:center; gap:10px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.10);
  color: rgba(242,244,255,.86);
  font-size: .92rem;
}
.hero-blobs .blob{
  position:absolute; border-radius: 999px;
  filter: blur(28px);
  opacity: .9;
}
/* .hero-blobs .b1{ width:320px; height:320px; left:-110px; top:40px; background: rgba(138,92,255,.32); }
.hero-blobs .b2{ width:360px; height:360px; right:-140px; top:10px; background: rgba(255,79,216,.22); }
.hero-blobs .b3{ width:300px; height:300px; left:50%; top:340px; transform: translateX(-50%); background: rgba(52,211,199,.18); } */

.hero-card{
  border-radius: var(--radius2);
  border: 1px solid rgba(255,255,255,.14);
  background: rgba(13,18,34,.60);
  backdrop-filter: blur(16px);
  box-shadow: var(--shadow);
  padding: 18px;
  position: relative;
}
.hero-card::before{
  content:""; position:absolute; inset:0;
  border-radius: var(--radius2);
  background: var(--grad-card);
  opacity: .45;
  pointer-events:none;
}
.hero-card > *{ position:relative; }
.hero-card-top{ display:flex; align-items:center; gap:12px; }
.hero-icon{
  width:44px; height:44px; border-radius: 16px;
  display:flex; align-items:center; justify-content:center;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.12);
}
.btn-spark{
  display:inline-block; width:10px; height:10px; margin-left:10px; border-radius: 999px;
  background: radial-gradient(circle, rgba(255,255,255,.9), rgba(255,255,255,.0));
  filter: blur(.2px);
}

/* Buttons */
.btn-primary{
  border: none;
  background: linear-gradient(135deg, var(--primary), var(--primary2));
  box-shadow: 0 14px 40px rgba(138,92,255,.22);
}
.btn-primary:hover{ filter: brightness(1.05); }
.btn-outline-light{
  border-color: rgba(255,255,255,.20);
  color: rgba(242,244,255,.92);
}
.btn-outline-light:hover{
  background: rgba(255,255,255,.08);
  border-color: rgba(255,255,255,.26);
}

/* Sections */
.section{ padding: 72px 0; position: relative; }
.section-surface{ background: linear-gradient(180deg, rgba(13,18,34,.42), rgba(7,10,18,0)); }
.section-ink{ background: linear-gradient(180deg, rgba(9,12,22,.92), rgba(7,10,18,.98)); }
.section-divider{
  margin-top: 64px;
  opacity: .75;
}
.section-divider svg{ width:100%; height: 120px; display:block; }
.section-divider path{ fill: rgba(255,255,255,.06); }
.section-divider.light path{ fill: rgba(255,255,255,.05); }

/* Cards */
.panel{
  border-radius: var(--radius);
  border: 1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.04);
  padding: 18px;
  box-shadow: 0 18px 60px rgba(0,0,0,.20);
}
.orb-card{
  border-radius: 22px;
  border: 1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.04);
  padding: 16px;
  position: relative;
  overflow:hidden;
  min-height: 160px;
}
.orb-card::after{
  content:""; position:absolute; right:-40px; top:-40px; width:120px; height:120px;
  background: radial-gradient(circle, rgba(249,201,109,.22), transparent 60%);
  filter: blur(8px);
}
.orb-card-icon{
  width:42px; height:42px; border-radius: 16px;
  display:flex; align-items:center; justify-content:center;
  background: rgba(255,255,255,.07);
  border: 1px solid rgba(255,255,255,.12);
  font-weight: 800;
}

/* Stats */
.stat-grid{
  display:grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}
.stat{
  border-radius: 18px;
  border: 1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.04);
  padding: 14px;
}
.stat-num{
  font-weight: 800;
  letter-spacing: .2px;
  font-size: 1.25rem;
}
.stat-label{ color: var(--muted); font-size: .92rem; }

/* Badges */
.hero-badges{ display:flex; flex-wrap:wrap; gap:8px; }
.mini-badge{
  font-size: .86rem;
  padding: 8px 10px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.04);
  color: rgba(242,244,255,.84);
}

/* Program cards */
.note-panel{
  border-radius: 22px;
  border: 1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.04);
  padding: 16px;
}
.note-title{ font-weight: 700; }
.note-list{ margin: 10px 0 0; color: var(--muted); padding-left: 18px; }
.plan-card{
  border-radius: 26px;
  border: 1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.04);
  overflow:hidden;
  height: 100%;
  position:relative;
}
.plan-card .plan-top{ padding: 18px 18px 8px; }
.plan-card .plan-body{ padding: 0 18px 12px; }
.plan-card .plan-foot{ padding: 0 18px 18px; }
.plan-tag{
  display:inline-flex;
  padding: 6px 10px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.05);
  font-size: .86rem;
  color: rgba(242,244,255,.86);
}
.plan-list{ margin: 12px 0 0; padding-left: 18px; color: var(--muted); }
.plan-card.featured{
  border-color: rgba(138,92,255,.38);
  box-shadow: 0 24px 70px rgba(138,92,255,.18);
}
.plan-card.featured::before{
  content:"";
  position:absolute; inset:0;
  background: linear-gradient(135deg, rgba(138,92,255,.22), rgba(255,79,216,.10), rgba(52,211,199,.10));
  opacity: .45;
  pointer-events:none;
}

/* Quotes */
.quote-card{
  border-radius: 22px;
  border: 1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.04);
  padding: 16px;
  position:relative;
  overflow:hidden;
  height:100%;
}
.quote-mark{
  position:absolute;
  right: 14px; top: 8px;
  font-size: 3rem;
  line-height: 1;
  color: rgba(255,255,255,.12);
}
.quote-meta{ font-size: .92rem; }

/* Pills */
.badge-panel{
  border-radius: 22px;
  border: 1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.04);
  padding: 16px;
}
.badge-title{ font-weight: 700; }
.badge-list{ display:flex; flex-wrap:wrap; gap:8px; margin-top: 10px; }
.pill{
  padding: 8px 10px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.05);
  color: rgba(242,244,255,.86);
  font-size: .86rem;
}

/* Accordion */
.orb-accordion .accordion-item{
  border-radius: 18px;
  overflow:hidden;
  border: 1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.04);
  margin-bottom: 10px;
}
.orb-accordion .accordion-button{
  background: rgba(255,255,255,.02);
  color: rgba(242,244,255,.92);
}
.orb-accordion .accordion-button:not(.collapsed){
  background: rgba(255,255,255,.06);
  box-shadow: none;
}
.orb-accordion .accordion-body{ background: rgba(255,255,255,.02); }

/* Form */
.orb-form .form-control{
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.14);
  color: rgba(242,244,255,.96);
}
.orb-form .form-control:focus{
  background: rgba(255,255,255,.06);
  border-color: rgba(138,92,255,.60);
  box-shadow: 0 0 0 .2rem rgba(138,92,255,.20);
}
.orb-form .form-label{ color: rgba(242,244,255,.82); }
.form-check-input{
  background-color: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.18);
}
.form-check-input:checked{
  background-color: var(--primary);
  border-color: var(--primary);
}
.form-hint{ border-top: 1px solid rgba(255,255,255,.10); padding-top: 10px; }

/* CTA strip */
.contact-strip{
  border-radius: 26px;
  border: 1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.04);
  padding: 18px;
  display:flex; align-items:center; justify-content:space-between;
  gap: 12px;
}
.cs-title{ font-weight: 800; }
.cs-right{ display:flex; gap: 10px; flex-wrap:wrap; }

/* Mini CTA */
.mini-cta{
  border-radius: 26px;
  border: 1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.04);
  padding: 18px;
  display:flex; align-items:center; justify-content:space-between;
  gap: 12px;
}
.mini-cta-title{ font-weight: 800; font-size: 1.1rem; }

/* Footer */
.footer{
  border-top: 1px solid rgba(255,255,255,.10);
  padding: 44px 0 22px;
  background: rgba(7,10,18,.98);
}
.brand-footer .brand-mark{ box-shadow:none; }
.footer-title{ font-weight: 800; margin-bottom: 10px; }
.footer-links{ list-style:none; padding:0; margin:0; display:grid; gap: 8px; }
.footer-links a{ text-decoration:none; color: rgba(242,244,255,.80); }
.footer-links a:hover{ color:#fff; }
.social-row{ display:flex; flex-wrap:wrap; gap:10px; }
.social-btn{
  text-decoration:none;
  padding: 10px 12px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.14);
  background: rgba(255,255,255,.04);
  color: rgba(242,244,255,.86);
  font-size: .92rem;
}
.social-btn:hover{ background: rgba(255,255,255,.08); color:#fff; }
.footer-bottom{
  margin-top: 18px;
  padding-top: 16px;
  border-top: 1px solid rgba(255,255,255,.08);
}

/* Reveal */
.reveal{ opacity: 0; transform: translateY(12px); transition: opacity .7s ease, transform .7s ease; }
.reveal.is-in{ opacity: 1; transform: translateY(0); }

/* Responsive */
@media (max-width: 992px){
  .hero{ padding-top: 56px; }
  .contact-strip, .mini-cta{ flex-direction: column; align-items:flex-start; }
}
