:root{
  --bg:#07111f;
  --bg-2:#0b1630;
  --surface:rgba(12, 21, 41, .68);
  --surface-2:rgba(18, 30, 57, .82);
  --card:rgba(255,255,255,.06);
  --card-border:rgba(255,255,255,.12);
  --text:#eef4ff;
  --muted:#b7c4da;
  --line:rgba(255,255,255,.1);
  --primary:#6d5efc;
  --primary-2:#00d4ff;
  --accent:#ffbf47;
  --success:#31d0aa;
  --shadow:0 20px 60px rgba(0,0,0,.32);
  --shadow-soft:0 12px 30px rgba(0,0,0,.18);
  --radius-xl:30px;
  --radius-lg:22px;
  --radius-md:16px;
  --radius-sm:12px;
  --container:1200px;
  --transition:all .28s ease;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;
  color:var(--text);
  background:
    radial-gradient(circle at top left, rgba(109,94,252,.18), transparent 32%),
    radial-gradient(circle at top right, rgba(0,212,255,.14), transparent 28%),
    linear-gradient(180deg, #040b16 0%, var(--bg) 35%, #081321 100%);
  min-height:100vh;
  overflow-x:hidden;
  line-height:1.65;
  text-rendering:optimizeLegibility;
  -webkit-font-smoothing:antialiased;
}

body::before{
  content:"";
  position:fixed;
  inset:0;
  pointer-events:none;
  background:
    radial-gradient(circle at 20% 20%, rgba(109,94,252,.06), transparent 24%),
    radial-gradient(circle at 80% 15%, rgba(0,212,255,.05), transparent 22%),
    radial-gradient(circle at 50% 80%, rgba(255,191,71,.045), transparent 22%);
  z-index:-1;
}

img{display:block;max-width:100%;height:auto}
a{color:inherit;text-decoration:none}
button,input,select,textarea{font:inherit}
button{cursor:pointer}
::selection{background:rgba(109,94,252,.35)}

.container{
  width:min(100% - 32px, var(--container));
  margin-inline:auto;
}

.section{
  padding:96px 0;
  position:relative;
}
.alt-section{
  background:linear-gradient(180deg, rgba(255,255,255,.02), rgba(255,255,255,.01));
}
.section-head{
  max-width:800px;
  margin-bottom:28px;
}
.section-kicker{
  display:inline-flex;
  align-items:center;
  gap:.45rem;
  padding:8px 14px;
  border:1px solid rgba(255,255,255,.12);
  background:rgba(255,255,255,.05);
  border-radius:999px;
  color:var(--primary-2);
  font-weight:700;
  letter-spacing:.02em;
  font-size:.9rem;
  box-shadow:var(--shadow-soft);
}
.section-head h2{
  margin:.75rem 0 0;
  font-size:clamp(1.9rem, 2.8vw, 3.1rem);
  line-height:1.1;
  letter-spacing:-.03em;
}
.section-head p{color:var(--muted)}

.skip-link{
  position:absolute;
  left:-999px;
  top:18px;
  z-index:9999;
  background:#fff;
  color:#000;
  padding:12px 16px;
  border-radius:12px;
}
.skip-link:focus{left:18px}

.scroll-progress{
  position:fixed;
  top:0;left:0;right:0;
  height:4px;
  z-index:1100;
  background:rgba(255,255,255,.05);
}
.scroll-progress span{
  display:block;
  height:100%;
  width:0%;
  background:linear-gradient(90deg,var(--primary),var(--primary-2));
  box-shadow:0 0 20px rgba(0,212,255,.5);
}

/* Header */
.site-header{
  position:sticky;
  top:0;
  z-index:1000;
  backdrop-filter:blur(18px);
  background:rgba(6,12,24,.66);
  border-bottom:1px solid rgba(255,255,255,.08);
  transition:var(--transition);
}
.site-header.is-scrolled{
  box-shadow:0 12px 40px rgba(0,0,0,.25);
  background:rgba(6,12,24,.84);
}
.header-inner{
  min-height:82px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
}
.brand{
  display:flex;
  align-items:center;
  gap:14px;
}
.brand-mark{
  width:48px;height:48px;
  border-radius:16px;
  overflow:hidden;
  box-shadow:0 12px 30px rgba(109,94,252,.25);
  flex:0 0 auto;
}
.brand-text{
  display:flex;
  flex-direction:column;
  line-height:1.05;
}
.brand-text strong{
  font-size:1.05rem;
  letter-spacing:.02em;
}
.brand-text span{
  color:var(--muted);
  font-size:.92rem;
}
.site-nav{
  display:flex;
  align-items:center;
  gap:22px;
}
.site-nav a{
  color:var(--muted);
  font-weight:600;
  transition:var(--transition);
}
.site-nav a:hover,
.site-nav a:focus-visible{
  color:#fff;
}
.nav-cta{
  padding:12px 18px;
  border-radius:999px;
  background:linear-gradient(135deg,var(--primary),var(--primary-2));
  color:#fff !important;
  box-shadow:0 12px 28px rgba(109,94,252,.28);
}
.nav-toggle{
  display:none;
  width:48px;height:48px;
  padding:0;
  border:1px solid rgba(255,255,255,.12);
  border-radius:14px;
  background:rgba(255,255,255,.05);
}
.nav-toggle span{
  display:block;
  width:20px;height:2px;
  margin:4px auto;
  background:#fff;
  border-radius:10px;
}

/* Hero */
.hero{
  position:relative;
  padding:72px 0 44px;
}
.hero-bg{
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at 20% 20%, rgba(109,94,252,.18), transparent 22%),
    radial-gradient(circle at 85% 15%, rgba(0,212,255,.16), transparent 18%),
    radial-gradient(circle at 60% 60%, rgba(49,208,170,.07), transparent 23%);
  pointer-events:none;
}
.hero-grid{
  position:relative;
  display:grid;
  grid-template-columns:1.08fr .92fr;
  gap:34px;
  align-items:center;
}
.hero-copy h1{
  font-size:clamp(2.5rem, 5vw, 4.8rem);
  line-height:1.02;
  margin:18px 0 18px;
  letter-spacing:-.05em;
}
.lead{
  font-size:1.13rem;
  color:#d8e4f7;
}
.breadcrumbs{
  display:flex;
  align-items:center;
  gap:10px;
  color:var(--muted);
  flex-wrap:wrap;
}
.breadcrumbs a{color:#dfe8ff}
.eyebrow{
  display:flex;
  gap:12px;
  align-items:center;
  flex-wrap:wrap;
  margin-top:22px;
}
.eyebrow-badge,
.trust-chip,
.visual-badge span,
.mini-card-label,
.featured-badge{
  display:inline-flex;
  align-items:center;
  border-radius:999px;
  padding:8px 12px;
  font-size:.82rem;
  font-weight:700;
  letter-spacing:.01em;
}
.eyebrow-badge,
.featured-badge{
  background:rgba(109,94,252,.16);
  border:1px solid rgba(109,94,252,.3);
  color:#dcd7ff;
}
.eyebrow-text{
  color:var(--muted);
  font-weight:600;
}
.hero-actions{
  display:flex;
  gap:14px;
  flex-wrap:wrap;
  margin:28px 0 22px;
}
.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:52px;
  padding:13px 22px;
  border-radius:16px;
  border:1px solid transparent;
  font-weight:800;
  transition:var(--transition);
  white-space:nowrap;
}
.btn:hover,
.btn:focus-visible{
  transform:translateY(-2px);
}
.btn-primary{
  color:#fff;
  background:linear-gradient(135deg,var(--primary),var(--primary-2));
  box-shadow:0 18px 32px rgba(109,94,252,.25);
}
.btn-secondary{
  color:#fff;
  background:rgba(255,255,255,.06);
  border-color:rgba(255,255,255,.12);
}
.trust-row{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:22px;
}
.trust-chip{
  color:#eaf2ff;
  background:rgba(255,255,255,.05);
  border:1px solid rgba(255,255,255,.09);
}
.hero-stats{
  display:grid;
  grid-template-columns:repeat(4, minmax(0,1fr));
  gap:14px;
  margin-top:28px;
}
.stat-card{
  background:rgba(255,255,255,.05);
  border:1px solid rgba(255,255,255,.1);
  border-radius:20px;
  padding:18px;
  box-shadow:var(--shadow-soft);
}
.stat-number{
  display:block;
  font-size:2rem;
  line-height:1;
  font-weight:900;
  color:#fff;
}
.stat-label{
  display:block;
  margin-top:8px;
  color:var(--muted);
  font-size:.95rem;
}
.hero-links{
  display:flex;
  flex-wrap:wrap;
  gap:14px;
  margin-top:22px;
}
.hero-links a{
  color:#d6e3ff;
  border-bottom:1px solid rgba(255,255,255,.28);
  padding-bottom:2px;
}
.glass-card{
  background:linear-gradient(180deg, rgba(255,255,255,.10), rgba(255,255,255,.05));
  border:1px solid rgba(255,255,255,.12);
  box-shadow:var(--shadow);
  backdrop-filter:blur(20px);
  border-radius:var(--radius-xl);
}
.hero-visual{
  padding:20px;
}
.visual-badge{
  display:flex;
  justify-content:space-between;
  gap:10px;
  align-items:flex-end;
  margin-bottom:16px;
}
.visual-badge span{
  background:rgba(0,212,255,.12);
  border:1px solid rgba(0,212,255,.22);
  color:#dff9ff;
}
.visual-badge strong{
  color:#fff;
  font-size:1.1rem;
}
.visual-figure{
  margin:0;
  overflow:hidden;
  border-radius:24px;
}
.visual-figure img{
  width:100%;
  aspect-ratio:3/2;
  object-fit:cover;
  border-radius:24px;
}
.visual-grid{
  display:grid;
  grid-template-columns:repeat(2, minmax(0,1fr));
  gap:12px;
  margin-top:14px;
}
.mini-card{
  padding:16px;
  border-radius:20px;
  background:rgba(255,255,255,.06);
  border:1px solid rgba(255,255,255,.10);
}
.mini-card strong{display:block;font-size:1rem;margin:6px 0}
.mini-card p{
  margin:0;
  color:var(--muted);
  font-size:.92rem;
}
.mini-card-label{
  background:rgba(109,94,252,.15);
  color:#e6e1ff;
}

/* TOC */
.toc{
  padding:18px;
  display:flex;
  flex-wrap:wrap;
  gap:10px;
}
.toc a{
  padding:11px 16px;
  border-radius:999px;
  background:rgba(255,255,255,.05);
  border:1px solid rgba(255,255,255,.1);
  color:#e7efff;
  transition:var(--transition);
}
.toc a:hover,
.toc a:focus-visible{
  border-color:rgba(0,212,255,.35);
  background:rgba(0,212,255,.09);
  transform:translateY(-1px);
}

/* Content grids */
.content-grid{
  display:grid;
  grid-template-columns:1.1fr .9fr;
  gap:28px;
  align-items:start;
}
.content-copy p,
.content-sidebar p,
.result-card p,
.case-study-panel p,
.pricing-card p,
.curriculum-card p,
.persona-card p,
.bonus-card p,
.overview-card p{
  color:var(--muted);
}
.content-sidebar,
.case-study-panel,
.price-note{
  padding:24px;
}
.check-list{
  margin:0;
  padding-left:18px;
  display:grid;
  gap:10px;
}
.check-list li::marker{color:var(--success)}
.inline-links{
  display:flex;
  flex-wrap:wrap;
  gap:14px;
  margin-top:24px;
}
.inline-links a,
.contact-links a,
.hero-links a,
.footer-links a{
  transition:var(--transition);
}
.inline-links a:hover,
.contact-links a:hover,
.hero-links a:hover,
.footer-links a:hover{
  color:#fff;
}

.cards-grid,
.overview-grid,
.curriculum-grid,
.persona-grid,
.results-grid,
.pricing-grid,
.bonuses-grid{
  display:grid;
  gap:18px;
}
.cards-grid{
  grid-template-columns:repeat(3, minmax(0,1fr));
}
.feature-card,
.overview-card,
.curriculum-card,
.persona-card,
.result-card,
.pricing-card,
.bonus-card{
  padding:24px;
}
.icon-wrap{
  width:52px;height:52px;
  border-radius:16px;
  display:grid;
  place-items:center;
  background:rgba(109,94,252,.15);
  border:1px solid rgba(109,94,252,.2);
  margin-bottom:18px;
  font-size:1.2rem;
}
.feature-card h3,
.overview-card h3,
.curriculum-card h3,
.persona-card h3,
.result-card h3,
.pricing-card h3,
.bonus-card h3,
.contact-card strong{
  margin:0 0 10px;
  font-size:1.18rem;
}
.feature-card p,
.overview-card p,
.curriculum-card p,
.persona-card p,
.result-card p,
.pricing-card p,
.bonus-card p{
  margin:0;
}

/* Overview */
.overview-grid{
  grid-template-columns:repeat(3, minmax(0,1fr));
}
.overview-card ul,
.curriculum-card ul,
.pricing-card ul{
  margin:16px 0 0;
  padding-left:18px;
  color:#e9f1ff;
}
.overview-card li,
.curriculum-card li,
.pricing-card li{
  margin-bottom:8px;
}
.price-tag{
  font-size:1.65rem;
  font-weight:900;
  color:#fff;
  margin:8px 0 12px;
}
.overview-card.featured,
.pricing-card.featured{
  position:relative;
  border-color:rgba(0,212,255,.26);
  transform:translateY(-6px);
}
.featured-badge{
  position:absolute;
  top:18px;
  right:18px;
}

/* Curriculum */
.curriculum-grid{
  grid-template-columns:repeat(4, minmax(0,1fr));
}
.curriculum-card{
  min-height:100%;
}

/* Timeline */
.timeline{
  padding:24px;
  display:grid;
  gap:20px;
}
.timeline-item{
  display:grid;
  grid-template-columns:20px 1fr;
  gap:16px;
  align-items:start;
}
.timeline-dot{
  width:16px;height:16px;
  margin-top:7px;
  border-radius:50%;
  background:linear-gradient(135deg,var(--primary),var(--primary-2));
  box-shadow:0 0 0 6px rgba(109,94,252,.12);
}
.timeline-content h3{margin:0 0 8px}
.timeline-content p{margin:0;color:var(--muted)}

/* Mentor */
.mentor-grid{
  display:grid;
  grid-template-columns:.94fr 1.06fr;
  gap:28px;
  align-items:center;
}
.mentor-image{
  padding:14px;
}
.mentor-image img{
  width:100%;
  border-radius:24px;
  aspect-ratio:3/2;
  object-fit:cover;
}
.mentor-badges{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin:18px 0 22px;
}
.mentor-badges span{
  padding:10px 14px;
  border-radius:999px;
  background:rgba(255,255,255,.05);
  border:1px solid rgba(255,255,255,.1);
}

/* Stacked points */
.stacked-points{
  display:grid;
  gap:14px;
}
.point-item{
  padding:14px 16px;
  border-radius:18px;
  background:rgba(255,255,255,.05);
  border:1px solid rgba(255,255,255,.09);
}
.point-item strong{display:block;margin-bottom:4px}
.point-item span{color:var(--muted)}

/* Tables */
.table-wrap{
  overflow:auto;
  padding:8px;
}
.comparison-table{
  width:100%;
  min-width:760px;
  border-collapse:separate;
  border-spacing:0;
}
.comparison-table th,
.comparison-table td{
  padding:16px 18px;
  border-bottom:1px solid rgba(255,255,255,.08);
  text-align:left;
}
.comparison-table th{
  color:#fff;
  background:rgba(255,255,255,.04);
  font-size:.95rem;
}
.comparison-table tr:last-child td{
  border-bottom:none;
}

/* Testimonials */
.testimonial-slider{
  padding:24px;
}
.testimonial-track{
  display:grid;
}
.testimonial-card{
  display:none;
  padding:8px 4px 18px;
}
.testimonial-card.active{display:block}
.testimonial-card p{
  font-size:1.12rem;
  color:#eef4ff;
  margin:0 0 18px;
}
.testimonial-meta{
  display:flex;
  flex-direction:column;
  gap:2px;
}
.testimonial-meta span{color:var(--muted)}
.slider-controls{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
}
.slider-btn{
  width:46px;height:46px;
  border:none;
  border-radius:50%;
  background:rgba(255,255,255,.07);
  color:#fff;
}
.slider-dots{
  display:flex;
  gap:10px;
  flex:1;
  justify-content:center;
}
.slider-dot{
  width:10px;height:10px;
  border-radius:50%;
  border:none;
  background:rgba(255,255,255,.22);
}
.slider-dot.active{
  background:linear-gradient(135deg,var(--primary),var(--primary-2));
}

/* Pricing */
.pricing-grid{
  grid-template-columns:repeat(3, minmax(0,1fr));
}
.price-note{
  margin-top:18px;
  color:#dfe8ff;
}
.pricing-card .btn{margin-top:18px; width:100%;}

/* Bonuses */
.bonuses-grid{
  grid-template-columns:repeat(4, minmax(0,1fr));
}

/* Course advice */
.course-advice{
  padding:28px;
}

/* FAQ */
.faq-list{
  display:grid;
  gap:14px;
}
.faq-item{
  background:rgba(255,255,255,.05);
  border:1px solid rgba(255,255,255,.1);
  border-radius:20px;
  overflow:hidden;
}
.faq-question{
  width:100%;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  padding:18px 20px;
  color:#fff;
  background:transparent;
  border:none;
  font-weight:800;
  text-align:left;
}
.faq-question span{
  width:30px;height:30px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:rgba(255,255,255,.08);
}
.faq-answer{
  padding:0 20px 18px;
}
.faq-answer p{
  margin:0;
  color:var(--muted);
}

/* CTA */
.cta-section{
  padding-top:48px;
}
.cta-panel{
  display:flex;
  gap:24px;
  align-items:center;
  justify-content:space-between;
  padding:28px;
}
.cta-copy{
  max-width:760px;
}
.cta-copy h2{
  margin:.5rem 0 .75rem;
  font-size:clamp(1.8rem, 3vw, 2.8rem);
  line-height:1.05;
}
.cta-copy p{color:var(--muted); margin:0}
.cta-actions{
  display:flex;
  flex-direction:column;
  gap:12px;
  min-width:260px;
}

/* Contact */
.contact-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:28px;
  align-items:start;
}
.contact-cards{
  display:grid;
  grid-template-columns:repeat(3, minmax(0,1fr));
  gap:12px;
  margin-top:22px;
}
.contact-card{
  padding:18px;
}
.contact-card p{margin:8px 0 0; color:var(--muted)}
.contact-links{
  display:flex;
  align-items:center;
  gap:16px;
  margin-top:20px;
  flex-wrap:wrap;
}
.whatsapp-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:52px;
  padding:12px 20px;
  border-radius:16px;
  color:#fff;
  background:linear-gradient(135deg,#1fbf75,#31d0aa);
  box-shadow:0 18px 32px rgba(49,208,170,.2);
  font-weight:800;
}
.contact-form-wrap{
  padding:24px;
}
.lead-form{
  display:grid;
  gap:14px;
}
.form-row{
  display:grid;
  gap:8px;
}
.form-row label{
  font-weight:700;
  color:#eef4ff;
}
.form-row input,
.form-row select,
.form-row textarea{
  width:100%;
  padding:15px 16px;
  border-radius:16px;
  border:1px solid rgba(255,255,255,.12);
  background:rgba(255,255,255,.06);
  color:#fff;
  outline:none;
  transition:var(--transition);
}
.form-row input::placeholder,
.form-row textarea::placeholder{color:#9fb0ca}
.form-row input:focus,
.form-row select:focus,
.form-row textarea:focus{
  border-color:rgba(0,212,255,.45);
  box-shadow:0 0 0 4px rgba(0,212,255,.1);
}
.form-note{
  margin:0;
  color:var(--muted);
  font-size:.92rem;
}
.form-message{
  min-height:24px;
  font-weight:700;
  color:var(--success);
}
.btn-full{width:100%}

/* Footer */
.site-footer{
  background:linear-gradient(180deg, #050a13 0%, #03070e 100%);
  border-top:1px solid rgba(255,255,255,.08);
  padding:44px 0 24px;
}
.footer-grid{
  display:grid;
  grid-template-columns:1.2fr .8fr .8fr .8fr;
  gap:24px;
}
.footer-brand p{color:var(--muted);max-width:360px}
.footer-links{
  list-style:none;
  padding:0;
  margin:0;
  display:grid;
  gap:10px;
  color:var(--muted);
}
.footer-bottom{
  display:flex;
  justify-content:space-between;
  gap:12px;
  flex-wrap:wrap;
  padding-top:24px;
  margin-top:24px;
  border-top:1px solid rgba(255,255,255,.08);
  color:var(--muted);
}
.footer-bottom p{margin:0}
.footer-bottom a{color:#dce7ff}

/* Floating CTA */
.floating-cta{
  position:fixed;
  right:22px;
  bottom:22px;
  z-index:900;
  width:72px;height:72px;
  border-radius:50%;
  display:grid;
  place-items:center;
  text-align:center;
  color:#fff;
  background:linear-gradient(135deg,var(--primary),var(--primary-2));
  box-shadow:0 18px 40px rgba(109,94,252,.35);
  font-weight:900;
  line-height:1;
}
.floating-cta span{
  font-size:.82rem;
  max-width:60px;
}

.mobile-sticky-cta{
  display:none;
}


/* Back to top */
.back-to-top{
  position:fixed;
  left:18px;
  bottom:18px;
  width:48px;height:48px;
  border:none;
  border-radius:50%;
  background:rgba(255,255,255,.08);
  color:#fff;
  backdrop-filter:blur(12px);
  box-shadow:var(--shadow-soft);
  opacity:0;
  visibility:hidden;
  transform:translateY(16px);
  transition:var(--transition);
  z-index:900;
}
.back-to-top.show{
  opacity:1;
  visibility:visible;
  transform:translateY(0);
}

/* Reveal */
[data-reveal]{
  opacity:1;
  transform:none;
}
[data-reveal].is-visible{
  animation:reveal-content .7s ease;
}
@keyframes reveal-content {
  from { opacity:0; transform:translateY(18px); }
  to { opacity:1; transform:none; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior:auto; }
  [data-reveal].is-visible { animation:none; }
}

/* Focus */
a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible{
  outline:3px solid rgba(0,212,255,.55);
  outline-offset:3px;
}

/* Responsive */
@media (max-width: 1100px){
  .hero-grid,
  .content-grid,
  .mentor-grid,
  .contact-grid,
  .footer-grid{
    grid-template-columns:1fr;
  }
  .hero-stats{
    grid-template-columns:repeat(2, minmax(0,1fr));
  }
  .cards-grid,
  .overview-grid,
  .curriculum-grid,
  .pricing-grid,
  .bonuses-grid{
    grid-template-columns:repeat(2, minmax(0,1fr));
  }
}

@media (max-width: 820px){
  .site-nav{
    position:fixed;
    top:82px;
    left:16px;
    right:16px;
    display:grid;
    gap:12px;
    padding:18px;
    border-radius:24px;
    background:rgba(8,15,28,.95);
    border:1px solid rgba(255,255,255,.12);
    box-shadow:var(--shadow);
    transform:translateY(-20px);
    opacity:0;
    pointer-events:none;
    transition:var(--transition);
  }
  .site-nav.open{
    opacity:1;
    pointer-events:auto;
    transform:none;
  }
  .site-nav a{
    padding:12px 14px;
    border-radius:14px;
    background:rgba(255,255,255,.04);
  }
  .nav-toggle{display:block}
  .hero{padding-top:54px}
  .section{padding:78px 0}
  .cta-panel{
    flex-direction:column;
    align-items:flex-start;
  }
  .cta-actions{
    width:100%;
    min-width:0;
    flex-direction:row;
    flex-wrap:wrap;
  }
  .contact-cards{grid-template-columns:1fr}
}

@media (max-width: 640px){
  .hero-copy h1{font-size:clamp(2.15rem, 9vw, 3.2rem)}
  .hero-stats,
  .cards-grid,
  .overview-grid,
  .curriculum-grid,
  .persona-grid,
  .results-grid,
  .pricing-grid,
  .bonuses-grid{
    grid-template-columns:1fr;
  }
  .visual-grid{grid-template-columns:1fr}
  .slider-controls{
    flex-direction:column;
  }
  .slider-dots{
    order:-1;
  }
  .back-to-top{
    left:14px;
    bottom:84px;
  }
  .floating-cta{
    right:14px;
    bottom:84px;
  }
  .mobile-sticky-cta{
    display:grid;
    grid-template-columns:1fr 1fr 1fr;
    position:fixed;
    left:0; right:0; bottom:0;
    z-index:950;
    background:rgba(6,12,24,.96);
    border-top:1px solid rgba(255,255,255,.1);
    padding:10px 10px calc(10px + env(safe-area-inset-bottom));
    gap:10px;
    backdrop-filter:blur(18px);
  }
  .mobile-sticky-cta a{
    display:flex;
    align-items:center;
    justify-content:center;
    min-height:48px;
    border-radius:14px;
    background:rgba(255,255,255,.06);
    color:#fff;
    font-weight:800;
  }
  .mobile-sticky-cta .mobile-primary{
    background:linear-gradient(135deg,var(--primary),var(--primary-2));
  }
  .site-footer{padding-bottom:110px}
}

@media (prefers-reduced-motion: reduce){
  html{scroll-behavior:auto}
  *,*::before,*::after{
    animation-duration:.01ms !important;
    animation-iteration-count:1 !important;
    transition-duration:.01ms !important;
    scroll-behavior:auto !important;
  }
}
