:root{
  --purple:#843AD9; --purple-dark:#6B23BE; --navy:#0D0D38; --white:#fff;
  --text-body:#6B6879; --text-muted:#8D8A99; --bg-hero:#F8F6FA; --bg-light:#F7F5FA;
  --lavender:#E3D4F7; --stats-bg:#10062F; --stats-icon:#32156A;
}
.hv2{font-family:'Inter',sans-serif;color:var(--navy);-webkit-font-smoothing:antialiased;}
.hv2 *,.hv2 *::before,.hv2 *::after{box-sizing:border-box;}
.hv2 img{max-width:100%;display:block;}
.hv2 a{text-decoration:none;color:inherit;}
.hv2 .wrap{max-width:1200px;margin:0 auto;padding:0 24px;}
.hv2 h1,.hv2 h2,.hv2 h3,.hv2 h4{font-family:'Poppins',sans-serif;margin:0;line-height:1.25;color:var(--navy);}
.hv2 p{margin:0;color:inherit;}
.hv2 .eyebrow{color:var(--purple);font-size:13px;font-weight:700;letter-spacing:.5px;text-transform:uppercase;margin-bottom:10px;display:block;}
.hv2 .btn{display:inline-flex;align-items:center;gap:8px;padding:14px 26px;border-radius:50px;font-weight:600;font-size:15px;white-space:nowrap;border:1px solid transparent;transition:opacity .15s;}
.hv2 .btn:hover{opacity:.9;}
.hv2 .btn-filled{background:var(--purple);color:#fff;}
.hv2 .btn-outline{background:#fff;color:var(--navy);border-color:rgba(13,13,56,.18);}
.hv2 .btn-outline-purple{background:transparent;color:var(--purple);border-color:var(--purple);}
.hv2 .btn-white{background:#fff;color:var(--purple);}
.hv2 .circle{border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;}
.hv2 .circle i{line-height:1;}

/* ---------- hero (header comes from the site's shared Elementor
   header/footer templates via get_header()/get_footer() â€” this page
   only builds the body content) ---------- */
.hv2 .hero-section{position:relative;/* background:linear-gradient(135deg,#EFE9F7 0%,#F8F6FA 45%,#FBF7F2 100%); */padding: 120px 0;/* overflow:hidden; */}
/* Hero photo is a full-bleed background layer (matching the mockup, where the
   team photo spans the entire hero band edge-to-edge, not a boxed/rounded image)
   â€” absolutely positioned behind hero-text, bleeding to the true viewport right
   edge and filling the full height the text content establishes. */
.hv2 .hero-photo{
  position:absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100vw;
  height: 100%;
  z-index:0;
  background: url(
  '../../images/hero-banner.png') no-repeat;
  background-size: auto;
  background-position: -235px;
}
.hv2 .hero-photo img{width:100%;height:100%;object-fit:cover;object-position:right bottom;display:block;}
.hv2 .hero-body{position:relative;z-index:1;padding-left:max(24px, calc((100% - 1200px) / 2 + 24px));padding-top:26px;}
.hv2 .hero-text{max-width: 700px;padding-bottom:64px;}
.hv2 .hero-text h1{font-size:56px;font-weight:800;letter-spacing:-.5px;line-height:1.12;}
.hv2 .hero-text h1 .line2{color:var(--purple);display:block;}
.hv2 .hero-text p.lead{margin:22px 0 32px;color:var(--text-body);font-size:18px;line-height:1.6;max-width:440px;}
.hv2 .hero-buttons{display:flex;gap:14px;flex-wrap:wrap;margin-bottom:34px;}
.hv2 .hero-badges{display:flex;gap:16px;flex-wrap:wrap;}
.hv2 .badge{display:flex;align-items:center;gap:6px;background:#fff;border-radius:50px;padding:6px 14px 6px 6px;box-shadow:0 4px 14px rgba(20,10,40,.06);}
.hv2 .badge .hex{width:28px;height:28px;background:var(--lavender);border:1px solid rgba(132,58,217,.35);
  clip-path:polygon(25% 6%,75% 6%,100% 50%,75% 94%,25% 94%,0% 50%);
  display:flex;align-items:center;justify-content:center;flex-shrink:0;}
.hv2 .badge .hex i{font-size:13px;color:var(--purple);}
.hv2 .badge span.label{font-size:12.5px;font-weight:600;line-height:1.28;max-width:98px;}

/* ---------- about ---------- */
.hv2 .about-section{position:relative;overflow:hidden;padding:64px 0 48px;}
.hv2 .about-row{display:flex;align-items:center;justify-content:space-between;gap:50px;flex-wrap:wrap;}
.hv2 .about-row .about-photo{flex:0 0 46%;max-width:46%;border-radius:14px;aspect-ratio:387/253;background-size:cover;background-position:center;background-repeat:no-repeat;}
.hv2 .about-text{flex:0 0 46%;max-width:46%;}
.hv2 .about-text h2{font-size:28px;font-weight:700;margin-bottom:14px;}
.hv2 .about-text p.lead{color:var(--text-body);font-size:15.5px;line-height:1.65;margin-bottom:16px;}
.hv2 .checklist{list-style:none;margin:0 0 22px;padding:0;display:flex;flex-direction:column;gap:10px;}
.hv2 .checklist li{display:flex;align-items:center;gap:10px;font-size:15px;}
.hv2 .checklist i{flex-shrink:0;color:var(--purple);font-size:17px;}
.hv2 .about-bars-decor{position:absolute;right:20px;bottom:30px;width:140px;z-index:0;pointer-events:none;}

/* ---------- courses ---------- */
.hv2 .courses-section{padding:32px 0 56px;}
.hv2 .courses-head{display:flex;justify-content:space-between;align-items:flex-end;gap:20px;flex-wrap:wrap;margin-bottom:34px;}
.hv2 .courses-head h2{font-size:28px;font-weight:700;margin-bottom:14px;}
.hv2 .courses-head p{color:var(--text-body);font-size:15.5px;max-width:560px;line-height:1.55;}
.hv2 .courses-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:16px;align-items:start;}
.hv2 .course-card{background:#fff;border:1px solid #ECE7F4;border-radius:14px;overflow:hidden;height:100%;display:flex;flex-direction:column;}
.hv2 .course-card .course-photo{width:100%;height: 220px;aspect-ratio:130/90;background-size:cover;background-position:center;background-repeat:no-repeat;display:block;}
.hv2 .course-card .icon-wrap{margin:-20px 0 0 16px;position:relative;z-index:1;}
.hv2 .course-card .circle{width:40px;height:40px;background:var(--purple);}
.hv2 .course-card .circle i{font-size:16px;color:#fff;}
.hv2 .course-card .course-body{padding:6px 16px 18px;flex:1;}
.hv2 .course-card h3{font-size:15px;font-weight:700;margin:10px 0 6px;}
.hv2 .course-card p{font-size:12.5px;color:var(--text-body);line-height:1.55;}

/* ---------- why choose ---------- */
.hv2 .why-section{padding:24px 0 40px;}
.hv2 .why-row{display:flex;align-items:center;justify-content:space-between;gap:50px;flex-wrap:wrap;}
.hv2 .why-text{flex:0 0 54%;max-width:54%;}
.hv2 .why-text h2{font-size:28px;font-weight:700;margin-bottom:14px;}
.hv2 .why-text > p{color:var(--text-body);font-size:15.5px;line-height:1.55;margin-bottom:24px;}
.hv2 .why-features{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;}
.hv2 .why-features .circle{width:46px;height:46px;background:var(--purple);margin-bottom:12px;}
.hv2 .why-features .circle i{font-size:18px;color:#fff;}
.hv2 .why-features h4{font-size:15px;font-weight:700;margin-bottom:6px;}
.hv2 .why-features p{font-size:12.5px;color:var(--text-body);line-height:1.5;}
.hv2 .why-image{flex:0 0 40%;max-width:40%;}
.hv2 .why-photo{width:100%;border-radius:14px;aspect-ratio:444/275;background-size:cover;background-position:center;background-repeat:no-repeat;}

/* ---------- stats ---------- */
.hv2 .stats-wrap{padding:0 24px 24px;}
.hv2 .stats-bar{max-width:1200px;margin:0 auto;background:var(--stats-bg);border-radius:60px;padding:26px 40px;
  display:flex;justify-content:space-between;flex-wrap:wrap;gap:20px;}
.hv2 .stat-item{display:flex;align-items:center;gap:14px;}
.hv2 .stat-item .circle{width:46px;height:46px;background:var(--stats-icon);}
.hv2 .stat-item .circle i{font-size:18px;color:#fff;}
.hv2 .stat-item .num{color:#fff;font-family:'Poppins',sans-serif;font-weight:800;font-size:26px;line-height:1;}
.hv2 .stat-item .lbl{color:#C4B9DE;font-size:12.5px;margin-top:4px;}

/* ---------- stories ---------- */
.hv2 .stories-section{padding:8px 0 32px;}
.hv2 .stories-row{display:flex;align-items:center;justify-content:space-between;gap:30px;flex-wrap:wrap;}
.hv2 .stories-text{flex:0 0 28%;max-width:28%;}
.hv2 .stories-text h2{font-size:28px;font-weight:700;margin-bottom:14px;}
.hv2 .stories-text p{color:var(--text-body);font-size:15.5px;line-height:1.55;margin-bottom:18px;}
.hv2 .dots{display:flex;gap:8px;}
.hv2 .dots span{width:8px;height:8px;border-radius:50%;background:#E3DCEC;}
.hv2 .dots span.active{background:var(--purple);}
.hv2 .testimonial-card{flex:0 0 34%;max-width:34%;background:#fff;border:1px solid #EEEAF4;border-radius:16px;padding:26px 28px;box-shadow:0 12px 30px rgba(20,10,40,.06);}
.hv2 .testimonial-card i.quote{color:var(--purple);margin-bottom:10px;font-size:24px;display:block;}
.hv2 .testimonial-card p.quote-text{font-size:14.5px;line-height:1.6;color:var(--navy);margin-bottom:16px;}
.hv2 .testimonial-author{display:flex;align-items:center;gap:12px;}
.hv2 .testimonial-author .avatar-icon{width:42px;height:42px;background:var(--purple);}
.hv2 .testimonial-author .avatar-icon i{font-size:17px;color:#fff;}
.hv2 .testimonial-author .name{font-family:'Poppins',sans-serif;font-weight:700;font-size:14px;}
.hv2 .testimonial-author .role{font-size:12.5px;color:var(--text-body);}
.hv2 .stories-image{flex:0 0 28%;max-width:28%;}
.hv2 .stories-photo{width:100%;height: 280px;border-radius:14px;aspect-ratio:329/155;background-size:cover;background-position:center;background-repeat:no-repeat;}

/* ---------- cta ---------- */
.hv2 .cta-wrap{padding:10px 24px 40px;}
.hv2 .cta-banner{max-width:1200px;margin:0 auto;background:var(--purple);border-radius:20px;padding:30px 40px;
  display:flex;align-items:center;justify-content:space-between;gap:20px;flex-wrap:wrap;}
.hv2 .cta-left{display:flex;align-items:center;gap:18px;}
.hv2 .cta-left .circle{width:52px;height:52px;background:rgba(255,255,255,.18);}
.hv2 .cta-left .circle i{font-size:20px;color:#fff;}
.hv2 .cta-left h3{color:#fff;font-size:21px;font-weight:700;margin-bottom:6px;}
.hv2 .cta-left p{color:#EFE3FA;font-size:14px;}

@media (max-width:960px){
  .hv2 .courses-grid{grid-template-columns:repeat(3,1fr);}
  .hv2 .why-features{grid-template-columns:repeat(2,1fr);}
  .hv2 .hero-text,.hv2 .about-row .about-photo,.hv2 .about-text,
  .hv2 .why-text,.hv2 .why-image,.hv2 .stories-text,.hv2 .testimonial-card,.hv2 .stories-image{flex:0 0 100%;max-width:100%;}
  .hv2 .hero-photo{position:static;top:auto;left:auto;transform:none;width:100%;height:260px;margin-top:20px;}
}

@media (max-width:640px){
  .hv2 .courses-grid{grid-template-columns:repeat(2,1fr);}
  .hv2 .why-features{grid-template-columns:repeat(1,1fr);}
}
