*, *::before, *::after { box-sizing: border-box; }
body { font-family: 'Inter', sans-serif; color: #111; margin: 0; }

/* === HERO === */
.hero-badge { display:inline-block;background:#f0ebff;color:#5b21b6;padding:6px 14px;border-radius:20px;font-size:12px;font-weight:700;letter-spacing:1px;text-transform:uppercase;margin-bottom:16px; }
.hero-h1 { font-size:56px;font-weight:900;line-height:1.1;letter-spacing:-2px;color:#111;margin-bottom:20px; }
.hero-h1 em { color:#5b21b6;font-style:normal; }
.hero-sub { font-size:18px;color:#555;max-width:580px;line-height:1.7;margin-bottom:36px; }
.hero-btns { display:flex;gap:16px;flex-wrap:wrap;margin-bottom:60px; }
.hero-stats { display:grid;grid-template-columns:repeat(4,1fr);gap:24px;border-top:1px solid #f0f0f0;padding-top:48px; }
.stat-num { font-size:48px;font-weight:900;color:#5b21b6;letter-spacing:-2px; }
.stat-label { font-size:13px;color:#888;margin-top:4px; }

/* === PROOF BAR === */
.proof-bar { background:#111;padding:18px 40px; }
.proof-inner { max-width:1100px;margin:0 auto;display:flex;flex-wrap:wrap;gap:32px;justify-content:space-between; }
.proof-item { color:#888;font-size:13px;font-weight:500;display:flex;align-items:center;gap:8px; }
.proof-dot { width:6px;height:6px;border-radius:50%;background:#5b21b6;flex-shrink:0; }

/* === SECTIONS === */
.section-label { font-size:12px;font-weight:700;color:#5b21b6;text-transform:uppercase;letter-spacing:2px;margin-bottom:12px; }
.section-title { font-size:40px;font-weight:900;color:#111;letter-spacing:-1.5px;line-height:1.15;margin-bottom:16px; }
.section-sub { font-size:17px;color:#555;max-width:600px;line-height:1.7;margin-bottom:48px; }

/* === WHY GRID === */
.why-grid { display:grid;grid-template-columns:repeat(2,1fr);gap:20px;margin-top:48px; }
.why-card { background:#fff;border-radius:16px;padding:28px;border:1px solid #f0f0f0; }
.why-card .icon { font-size:28px;margin-bottom:12px; }
.why-card h3 { font-size:17px;font-weight:800;color:#111;margin-bottom:8px; }
.why-card p { font-size:14px;color:#555;line-height:1.7;margin:0; }
.why-highlight { background:linear-gradient(135deg,#5b21b6,#7c3aed);border-radius:16px;padding:28px;color:#fff;grid-column:1/-1; }
.why-highlight h3 { font-size:17px;font-weight:800;color:#fff;margin-bottom:0; }
.why-highlight p { font-size:15px;color:rgba(255,255,255,.85);line-height:1.7;margin:0; }

/* === SERVICES === */
.services-grid { display:grid;grid-template-columns:1fr 1fr;gap:24px;margin-top:48px; }
.service-card { border-radius:20px;overflow:hidden;border:1px solid #f0f0f0;display:flex;flex-direction:column; }
.service-header { padding:36px 32px 28px;background:#faf8ff; }
.service-tag { font-size:11px;font-weight:700;color:#5b21b6;text-transform:uppercase;letter-spacing:1px;margin-bottom:12px; }
.service-header h3 { font-size:26px;font-weight:900;color:#111;margin-bottom:10px; }
.service-header .tagline { font-size:14px;color:#555;line-height:1.6;margin-bottom:20px; }
.service-header .price { font-size:28px;font-weight:900;color:#5b21b6; }
.service-header .price span { font-size:16px;color:#888;font-weight:500; }
.service-body { padding:28px 32px;background:#fff;flex:1; }
.features { list-style:none;padding:0;margin:0 0 24px;display:flex;flex-direction:column;gap:10px; }
.features li { font-size:14px;color:#444;padding-left:20px;position:relative; }
.features li::before { content:'✓';position:absolute;left:0;color:#5b21b6;font-weight:700; }
.service-cta { color:#5b21b6;font-size:14px;font-weight:700;text-decoration:none;display:inline-flex;align-items:center;gap:4px; }

/* === PACKAGES === */
.packages-grid { display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:48px; }
.pkg { background:#fff;border-radius:20px;padding:32px;border:2px solid #f0f0f0;position:relative; }
.pkg.popular { border-color:#5b21b6;box-shadow:0 8px 40px rgba(91,33,182,.12); }
.pkg-badge { background:#5b21b6;color:#fff;font-size:11px;font-weight:700;padding:4px 12px;border-radius:20px;display:inline-block;margin-bottom:16px; }
.pkg-name { font-size:20px;font-weight:800;color:#111;margin-bottom:8px; }
.pkg-price { font-size:32px;font-weight:900;color:#5b21b6;margin-bottom:12px; }
.pkg-price span { font-size:16px;color:#888;font-weight:500; }
.pkg-desc { font-size:14px;color:#555;line-height:1.6;margin-bottom:16px; }
.pkg-features { list-style:none;padding:0;margin:16px 0 0;display:flex;flex-direction:column;gap:10px; }
.pkg-features li { font-size:13px;color:#444;padding-left:20px;position:relative; }
.pkg-features li::before { content:'✓';position:absolute;left:0;color:#5b21b6;font-weight:700; }

/* === STEPS === */
.steps { display:grid;grid-template-columns:repeat(5,1fr);gap:16px;margin-top:48px;position:relative; }
.steps::before { content:'';position:absolute;top:28px;left:40px;right:40px;height:2px;background:linear-gradient(90deg,#5b21b6,#7c3aed);z-index:0; }
.step { text-align:center;position:relative;z-index:1; }
.step-num { width:56px;height:56px;border-radius:50%;background:#5b21b6;color:#fff;font-size:20px;font-weight:900;display:flex;align-items:center;justify-content:center;margin:0 auto 16px; }
.step h4 { font-size:14px;font-weight:800;color:#111;margin-bottom:8px; }
.step p { font-size:12px;color:#666;line-height:1.6; }

/* === SCHOOL === */
.school-grid { display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:24px;margin-top:48px; }
.course-card { background:#fff;border-radius:20px;padding:32px;border:1px solid #f0f0f0;transition:box-shadow .2s,transform .2s; }
.course-card:hover { box-shadow:0 8px 40px rgba(91,33,182,.1);transform:translateY(-4px); }
.course-icon { font-size:36px;margin-bottom:16px; }
.course-card h3 { font-size:20px;font-weight:800;color:#111;margin-bottom:10px; }
.course-card p { font-size:14px;color:#555;line-height:1.7;margin-bottom:20px; }
.course-meta { display:flex;flex-wrap:wrap;gap:8px;margin-bottom:20px; }
.meta-tag { background:#f0ebff;color:#5b21b6;font-size:11px;font-weight:700;padding:4px 10px;border-radius:20px; }
.course-price { font-size:24px;font-weight:900;color:#5b21b6;margin-bottom:16px; }
.course-cta { display:block;text-align:center;background:#5b21b6;color:#fff;padding:12px;border-radius:10px;font-weight:700;font-size:13px;text-decoration:none; }
.course-cta:hover { background:#4c1d95;color:#fff; }

/* === NAV === */
.nebula-nav { position:sticky;top:0;z-index:1000;background:rgba(255,255,255,0.97);backdrop-filter:blur(12px);border-bottom:1px solid #f0f0f0;height:68px;display:flex;align-items:center;padding:0 40px; }
.nav-inner { max-width:1100px;width:100%;margin:0 auto;display:flex;align-items:center;justify-content:space-between; }
.nav-logo { font-size:20px;font-weight:900;color:#5b21b6;text-decoration:none; }
.nav-links { display:flex;gap:24px;align-items:center; }
.nav-links a { text-decoration:none;color:#444;font-size:14px;font-weight:500;transition:color .2s; }
.nav-links a:hover,.nav-links a.active { color:#5b21b6; }
.nav-cta { background:#5b21b6!important;color:#fff!important;padding:10px 20px;border-radius:8px;font-weight:700!important;cursor:pointer; }
.nav-lms-btn { color:#7c3aed!important;font-weight:700!important;font-size:14px!important;padding:0!important;border:none!important;background:none!important; }
.nav-lms-btn:hover { color:#5b21b6!important;text-decoration:underline;text-underline-offset:3px; }
.lang-switcher { display:flex;gap:4px; }
.lang-btn { background:none;border:none;font-size:12px;font-weight:700;color:#999;cursor:pointer;padding:4px 6px;border-radius:6px;font-family:inherit; }
.lang-btn.active { color:#5b21b6;background:#f0ebff; }
.burger { display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:4px; }
.burger span { display:block;width:24px;height:2px;background:#111;border-radius:2px;transition:all .3s; }

/* === FOOTER === */
.nebula-footer { background:#0f0f0f;padding:56px 40px 32px; }
.footer-inner { max-width:1100px;margin:0 auto; }
.footer-grid { display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:40px;margin-bottom:48px; }
.footer-logo { font-size:22px;font-weight:900;color:#8b5cf6;display:block;margin-bottom:14px; }
.footer-brand p { font-size:13px;color:#555;line-height:1.7; }
.footer-col h4 { font-size:13px;font-weight:700;color:#fff;margin-bottom:18px; }
.footer-col a,.footer-col span { display:block;font-size:13px;color:#555;text-decoration:none;margin-bottom:11px; }
.footer-bottom { border-top:1px solid #1a1a1a;padding-top:24px;display:flex;justify-content:space-between;align-items:center; }
.footer-bottom span { font-size:12px;color:#3a3a3a; }
.socials { display:flex;gap:10px; }
.social-btn { background:#1a1a1a;color:#666;width:38px;height:38px;border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:15px;text-decoration:none; }

/* === WHATSAPP FLOAT === */
.whatsapp-float { position:fixed;bottom:28px;right:28px;z-index:999;width:58px;height:58px;background:#25d366;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;box-shadow:0 4px 20px rgba(37,211,102,.4);animation:wa-pulse 2s infinite;text-decoration:none; }
@keyframes wa-pulse { 0%,100%{box-shadow:0 4px 20px rgba(37,211,102,.4)}50%{box-shadow:0 4px 32px rgba(37,211,102,.7)} }

/* === BUTTONS === */
.btn-primary-nebula { background:#5b21b6;color:#fff;padding:14px 28px;border-radius:10px;font-weight:700;font-size:15px;border:none;cursor:pointer;font-family:inherit;text-decoration:none;display:inline-block;transition:transform .15s,box-shadow .15s; }
.btn-primary-nebula:hover { transform:translateY(-2px);box-shadow:0 8px 24px rgba(91,33,182,.3);color:#fff; }
.btn-secondary-nebula { border:2px solid #e5e5e5;color:#111;padding:14px 28px;border-radius:10px;font-weight:600;font-size:15px;text-decoration:none;display:inline-block; }

/* === CTA SECTION === */
.cta-section { background:linear-gradient(135deg,#5b21b6 0%,#7c3aed 100%);padding:88px 40px;text-align:center; }
.cta-section h2 { font-size:42px;font-weight:900;color:#fff;letter-spacing:-1px;margin-bottom:16px; }
.cta-section p { font-size:18px;color:rgba(255,255,255,.8);margin-bottom:40px;max-width:520px;margin-left:auto;margin-right:auto; }
.cta-form-inline { display:flex;gap:12px;justify-content:center;flex-wrap:wrap;max-width:480px;margin:0 auto; }
.cta-input { flex:1;min-width:200px;padding:16px 20px;border-radius:10px;border:none;font-size:15px;font-family:inherit;outline:none; }
.cta-btn-white { background:#fff;color:#5b21b6;padding:16px 28px;border-radius:10px;font-weight:800;font-size:15px;border:none;cursor:pointer;font-family:inherit;white-space:nowrap; }
.cta-note { margin-top:16px;font-size:12px;color:rgba(255,255,255,.55); }

/* === MESSAGES === */
.success-msg { color:#16a34a;font-size:14px;font-weight:600;margin-top:12px; }
.error-msg { color:#dc2626;font-size:14px;font-weight:600;margin-top:12px; }

/* === FAQ === */
.nebula-faq .faq-item { border-bottom:1px solid #f0f0f0; }
.faq-question { width:100%;background:none;border:none;text-align:left;padding:18px 0;font-size:16px;font-weight:600;color:#111;cursor:pointer;display:flex;justify-content:space-between;align-items:center;font-family:inherit; }
.faq-icon { font-size:20px;color:#5b21b6;transition:transform .3s;font-weight:300; }
.faq-item.open .faq-icon { transform:rotate(45deg); }
.faq-answer { max-height:0;overflow:hidden;transition:max-height .35s ease;font-size:15px;color:#555;line-height:1.7; }
.faq-item.open .faq-answer { max-height:300px;padding-bottom:16px; }

/* === MOBILE === */
@media(max-width:768px){
  .nav-links{display:none;flex-direction:column;position:absolute;top:68px;left:0;right:0;background:#fff;padding:20px;border-bottom:1px solid #f0f0f0;gap:16px;z-index:999;}
  .nav-links.open{display:flex;}
  .burger{display:flex;}
  .footer-grid{grid-template-columns:1fr 1fr;}
  .hero-h1{font-size:36px;}
  .section-title{font-size:28px;}
  .packages-grid,.school-grid,.services-grid{grid-template-columns:1fr;}
  .steps{grid-template-columns:1fr;gap:24px;}
  .steps::before{display:none;}
  .why-grid{grid-template-columns:1fr;}
  .hero-stats{grid-template-columns:1fr 1fr;}
}

/* Actors page */
.actors-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  margin-top: 8px;
}
.actor-card {
  background: #fff;
  border: 1.5px solid #ede9fe;
  border-radius: 16px;
  overflow: hidden;
  transition: box-shadow 0.2s, transform 0.2s;
}
.actor-card:hover {
  box-shadow: 0 8px 32px rgba(91,33,182,0.13);
  transform: translateY(-4px);
}
.actor-photo-wrap {
  width: 100%;
  aspect-ratio: 3 / 4;
  overflow: hidden;
  background: #f3f0ff;
}
.actor-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.actor-placeholder {
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #5b21b6 0%, #7c3aed 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 56px;
  font-weight: 900;
  color: rgba(255, 255, 255, 0.35);
  letter-spacing: -2px;
}
.actor-info {
  padding: 20px 20px 24px;
}
.actor-name {
  font-size: 18px;
  font-weight: 800;
  color: #111;
  margin: 0 0 8px;
}
.actor-desc {
  font-size: 13px;
  color: #555;
  line-height: 1.6;
  margin: 0 0 16px;
}
.actor-works-title {
  font-size: 11px;
  font-weight: 700;
  color: #5b21b6;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 8px;
}
.actor-works {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.actor-works li {
  font-size: 12px;
  color: #444;
  padding-left: 14px;
  position: relative;
  line-height: 1.4;
}
.actor-works li::before {
  content: '▸';
  position: absolute;
  left: 0;
  color: #7c3aed;
  font-size: 10px;
  top: 1px;
}
@media (max-width: 900px) {
  .actors-grid { grid-template-columns: repeat(2, 1fr); gap: 20px; }
}
@media (max-width: 768px) {
  .actors-grid { grid-template-columns: 1fr; }
  .actor-placeholder { font-size: 40px; }
}
