:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-8188ebb *//*=====================================================
        FONTS
=====================================================*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800&family=JetBrains+Mono:wght@400;500;600;700&display=swap');

/*=====================================================
        TOKENS
=====================================================*/
:root{
  --navy:#0B2447;
  --navy-2:#13315C;
  --navy-3:#081B33;
  --blue:#0B5ED7;
  --blue-light:#4DA3FF;
  --cyan:#22D3EE;
  --ink:#082542;
  --muted:#5B6675;
  --bg:#F4F8FF;
  --bg-2:#EAF2FF;
  --white:#FFFFFF;
  --green:#16A34A;
  --orange:#F59E0B;
  --coral:#FF6B57;
  --purple:#8B5CF6;
  --pink:#EC4899;
  --radius-lg:24px;
  --radius-md:16px;
  --radius-sm:10px;
  --shadow-soft:0 15px 40px rgba(11,36,71,0.10);
  --shadow-card:0 25px 60px rgba(11,36,71,0.16);
  --wa-green:#25D366;
}

*{box-sizing:border-box;}
html{scroll-behavior:smooth;}
body{
  margin:0;
  font-family:'Poppins',sans-serif;
  color:var(--ink);
  background:var(--white);
  overflow-x:hidden;
}
h1,h2,h3{margin:0;color:var(--navy);}
p{margin:0;}
a{text-decoration:none;}
ul{list-style:none;margin:0;padding:0;}
img{max-width:100%;display:block;}
button{cursor:pointer;}

::selection{background:var(--blue);color:#fff;}

.eyebrow{
  display:inline-flex;
  align-items:center;
  gap:8px;
  font-size:13px;
  font-weight:700;
  letter-spacing:0.4px;
  text-transform:uppercase;
  color:var(--blue);
  margin-bottom:14px;
}
.badge-pill{
  display:inline-flex;
  align-items:center;
  gap:8px;
  background:linear-gradient(135deg,#fff,#eef5ff);
  border:1px solid #dfe8f7;
  padding:9px 20px;
  border-radius:30px;
  font-size:13px;
  font-weight:700;
  color:var(--blue);
  box-shadow:var(--shadow-soft);
  margin-bottom:22px;
}
.badge-pill.light{
  background:rgba(255,255,255,0.14);
  border-color:rgba(255,255,255,0.35);
  color:var(--white);
}

.section{
  max-width:1200px;
  margin:0 auto;
  padding:64px 24px;
}
.section-head{
  max-width:640px;
  margin:0 auto 40px;
  text-align:center;
}
.section-head h2{font-size:clamp(26px,3.4vw,36px);margin-bottom:12px;}
.section-head p{color:var(--muted);font-size:15.5px;line-height:1.7;}

/* reveal-on-scroll (webflow-style) */
.reveal{opacity:0;transform:translateY(26px);transition:opacity .7s ease,transform .7s ease;}
.reveal.in{opacity:1;transform:translateY(0);}

/*=====================================================
        BUTTONS
=====================================================*/
.btn-solid{
  display:inline-flex;
  align-items:center;
  gap:10px;
  background:linear-gradient(135deg,var(--blue),#3B82F6);
  color:var(--white);
  font-weight:600;
  padding:15px 30px;
  border-radius:12px;
  box-shadow:0 14px 30px rgba(11,94,215,0.32);
  transition:.3s;
  font-size:15px;
  border:none;
}
.btn-solid:hover{transform:translateY(-3px);box-shadow:0 20px 42px rgba(11,94,215,0.4);}
.btn-solid.light{background:var(--white);color:var(--navy);box-shadow:0 14px 30px rgba(0,0,0,0.18);}

.btn-outline{
  display:inline-flex;
  align-items:center;
  gap:10px;
  background:var(--white);
  border:1.5px solid #cfe0fb;
  color:var(--navy);
  font-weight:600;
  padding:14px 28px;
  border-radius:12px;
  transition:.3s;
  font-size:15px;
}
.btn-outline:hover{background:#eef5ff;transform:translateY(-2px);}
.btn-outline.light{background:transparent;border-color:rgba(255,255,255,0.55);color:var(--white);}
.btn-outline.light:hover{background:rgba(255,255,255,0.12);}

/*=====================================================
        HERO
=====================================================*/
.hero{
  position:relative;
  background:
    radial-gradient(circle at 12% 15%, rgba(11,94,215,0.14), transparent 42%),
    radial-gradient(circle at 88% 78%, rgba(139,92,246,0.12), transparent 40%),
    linear-gradient(180deg,var(--bg) 0%, var(--bg-2) 100%);
  padding:70px 24px 0;
  overflow:hidden;
}
.hero-inner{
  max-width:1200px;
  margin:0 auto;
  display:grid;
  grid-template-columns:1fr 0.85fr;
  gap:50px;
  align-items:center;
  padding-bottom:64px;
}
.hero-copy h1{
  font-size:clamp(32px,4.6vw,50px);
  font-weight:800;
  line-height:1.2;
  margin-bottom:20px;
}
.accent{
  background:linear-gradient(100deg,var(--blue),var(--purple) 70%);
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent;
}
.lead{
  color:var(--muted);
  font-size:16.5px;
  line-height:1.75;
  max-width:520px;
  margin-bottom:30px;
}
.hero-btns{display:flex;flex-wrap:wrap;gap:16px;margin-bottom:30px;}

.proof-row{display:flex;align-items:center;gap:16px;}
.avatar-stack{display:flex;align-items:center;}
.av{
  width:38px;height:38px;
  border-radius:50%;
  border:3px solid var(--bg);
  margin-left:-10px;
  background-size:cover;
  background-position:center;
  box-shadow:0 2px 8px rgba(11,36,71,0.2);
}
.av:first-child{margin-left:0;}
.av.more{
  display:flex;align-items:center;justify-content:center;
  background:linear-gradient(135deg,var(--blue),var(--purple));
  color:var(--white);
  font-size:11px;
  font-weight:700;
}
.proof-text strong{display:block;font-size:14.5px;color:var(--navy);}
.stars{color:#FBBF24;font-size:13px;margin-top:2px;}

.hero-visual{position:relative;min-height:420px;display:flex;align-items:center;justify-content:center;}
.visual-ring{
  position:absolute;
  border-radius:50%;
  border:1.5px solid rgba(11,94,215,0.22);
}
.r1{width:420px;height:420px;}
.r2{width:320px;height:320px;border-color:rgba(139,92,246,0.22);}
.visual-dot{
  position:absolute;
  width:9px;height:9px;
  border-radius:50%;
  background:var(--blue-light);
  box-shadow:0 0 0 6px rgba(77,163,255,0.18);
}
.d1{top:18%;left:6%;}
.d2{bottom:22%;right:8%;background:var(--coral);box-shadow:0 0 0 6px rgba(255,107,87,0.18);}

.mentor-frame{
  position:relative;
  z-index:2;
  width:300px;
  aspect-ratio:3/4;
  border-radius:var(--radius-lg);
  background:linear-gradient(160deg,var(--navy),var(--blue) 130%);
  display:flex;
  align-items:flex-end;
  justify-content:center;
  box-shadow:var(--shadow-card);
  overflow:hidden;
}
.mentor-frame img{
  width:100%;
  height:100%;
  object-fit:contain;
  object-position:bottom;
  filter:drop-shadow(0 12px 18px rgba(0,0,0,0.25));
}

.float-tag{
  position:absolute;
  display:flex;
  align-items:center;
  gap:8px;
  background:var(--white);
  color:var(--navy);
  font-size:12.5px;
  font-weight:700;
  padding:10px 16px;
  border-radius:50px;
  box-shadow:var(--shadow-soft);
  z-index:3;
  animation:floaty 4.5s ease-in-out infinite;
}
.float-tag i{color:var(--blue);}
.tag-1{top:6%;right:0;}
.tag-2{bottom:8%;left:0;animation-delay:1.2s;}
@keyframes floaty{0%,100%{transform:translateY(0);}50%{transform:translateY(-8px);}}

.stat-card{
  position:relative;
  max-width:1100px;
  margin:0 auto;
  transform:translateY(46%);
  background:var(--white);
  border-radius:var(--radius-lg);
  box-shadow:var(--shadow-card);
  padding:32px 30px;
}
.stat-row{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:20px;
}
.stat-row.features{
  padding-bottom:26px;
  margin-bottom:26px;
  border-bottom:1px solid #eef2f9;
}
.feature{display:flex;flex-direction:column;align-items:center;text-align:center;gap:6px;}
.feature strong{font-size:15px;color:var(--navy);}
.feature span{font-size:12.5px;color:var(--muted);}
.ic{
  width:46px;height:46px;
  border-radius:12px;
  display:flex;align-items:center;justify-content:center;
  color:var(--white);
  font-size:18px;
  margin-bottom:4px;
}
.ic-blue{background:linear-gradient(135deg,var(--blue),var(--cyan));}
.ic-green{background:linear-gradient(135deg,var(--green),var(--cyan));}
.ic-orange{background:linear-gradient(135deg,var(--orange),var(--coral));}
.ic-purple{background:linear-gradient(135deg,var(--purple),var(--pink));}

.stat-row.numbers{text-align:center;}
.number strong{display:block;font-size:28px;font-weight:800;color:var(--navy);}
.number.green strong{color:var(--green);}
.number span{font-size:12.5px;color:var(--muted);}

/*=====================================================
        TOOLS / SKILLS ROW
=====================================================*/
.tools-section{padding-top:140px;background:var(--bg);max-width:none;}
.divider-heading{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:18px;
  margin-bottom:40px;
}
.divider-heading span{height:1px;width:60px;background:#c9daf7;}
.divider-heading h2{font-size:24px;}

.skills-row{
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  gap:32px;
}
.skill{
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:12px;
  font-size:14px;
  font-weight:600;
  color:var(--navy);
  transition:.3s;
}
.skill:hover{transform:translateY(-6px);}
.skill-ic{
  width:64px;height:64px;
  border-radius:50%;
  background:linear-gradient(160deg,#fff,#eaf2ff);
  border:1px solid #e3ecfb;
  display:flex;align-items:center;justify-content:center;
  font-size:24px;
  color:var(--blue);
  box-shadow:var(--shadow-soft);
}

/*=====================================================
        CURRICULUM
=====================================================*/
.curriculum{background:var(--bg-2);max-width:none;}
.curriculum-list{
  display:flex;
  flex-direction:column;
  max-width:820px;
  margin:0 auto;
}
.curriculum-item{
  position:relative;
  display:flex;
  gap:26px;
  padding:24px 22px;
  background:var(--white);
  border-radius:var(--radius-md);
  margin-bottom:14px;
  box-shadow:var(--shadow-soft);
  transition:.3s;
  overflow:hidden;
  border-left:4px solid transparent;
}
.curriculum-item::before{
  content:"";
  position:absolute;
  left:0;top:0;
  width:4px;height:100%;
  background:linear-gradient(180deg,var(--blue),var(--purple));
  transform:scaleY(0);
  transform-origin:top;
  transition:transform .35s ease;
}
.curriculum-item:hover{transform:translateX(6px);box-shadow:var(--shadow-card);}
.curriculum-item:hover::before{transform:scaleY(1);}
.cnum{
  font-size:15px;
  font-weight:800;
  background:linear-gradient(135deg,var(--blue),var(--purple));
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent;
  min-width:32px;
}
.citem-body h3{font-size:17.5px;margin-bottom:6px;}
.citem-body p{color:var(--muted);font-size:14.5px;line-height:1.65;}

/*=====================================================
        AUDIENCE — colorful gradient cards
=====================================================*/
.audience{background:var(--white);}
.audience-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:22px;
}
.audience-card{
  position:relative;
  border-radius:var(--radius-md);
  padding:32px 22px;
  text-align:center;
  box-shadow:var(--shadow-soft);
  transition:.35s;
  color:var(--white);
  overflow:hidden;
}
.audience-card::after{
  content:"";
  position:absolute;
  top:0;left:0;right:0;
  height:3px;
  background:rgba(255,255,255,0.7);
  transform:scaleX(0);
  transform-origin:left;
  transition:transform .35s ease;
}
.audience-card:hover{transform:translateY(-8px) scale(1.02);box-shadow:var(--shadow-card);}
.audience-card:hover::after{transform:scaleX(1);}
.audience-card:nth-child(1){background:linear-gradient(160deg,#0B5ED7,#22D3EE);}
.audience-card:nth-child(2){background:linear-gradient(160deg,#16A34A,#22D3EE);}
.audience-card:nth-child(3){background:linear-gradient(160deg,#F59E0B,#FF6B57);}
.audience-card:nth-child(4){background:linear-gradient(160deg,#8B5CF6,#EC4899);}
.audience-card .ic{margin:0 auto 16px;background:rgba(255,255,255,0.22);}
.audience-card h3{font-size:16.5px;margin-bottom:8px;color:var(--white);}
.audience-card p{font-size:13.5px;color:rgba(255,255,255,0.9);line-height:1.6;}

/*=====================================================
        GALLERY
=====================================================*/
.gallery-section{background:var(--bg);max-width:none;}
.gallery-masonry{
  max-width:1200px;
  margin:0 auto;
  column-count:4;
  column-gap:18px;
}
.gallery-item{
  position:relative;
  break-inside:avoid;
  margin-bottom:18px;
  border-radius:var(--radius-md);
  overflow:hidden;
  background:var(--white);
  box-shadow:var(--shadow-soft);
  transition:.35s;
}
.gallery-item::before{
  content:"";
  position:absolute;
  left:0;top:0;
  width:3px;height:0;
  background:linear-gradient(180deg,var(--cyan),var(--purple));
  transition:height .4s ease;
  z-index:2;
}
.gallery-item:hover{transform:translateY(-6px);box-shadow:var(--shadow-card);}
.gallery-item:hover::before{height:100%;}
.gallery-item img{width:100%;height:auto;display:block;image-rendering:auto;}

/*=====================================================
        VIDEO SHOWCASE — laptop-style mockup frame
=====================================================*/
.video-showcase{background:linear-gradient(180deg,var(--bg-2),var(--white));max-width:none;}
.video-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:24px;
}
.video-card{
  border-radius:var(--radius-md);
  overflow:hidden;
  background:var(--navy);
  box-shadow:var(--shadow-card);
  transition:.3s;
}
.video-card:hover{transform:translateY(-6px);}
.vc-1{background:linear-gradient(160deg,#0B2447,#0B5ED7);}
.vc-2{background:linear-gradient(160deg,#0B2447,#16A34A);}
.vc-3{background:linear-gradient(160deg,#0B2447,#8B5CF6);}
.vc-4{background:linear-gradient(160deg,#0B2447,#F59E0B);}

/* phone-style chrome bar for the "real device" feel */
.device-bar{
  display:flex;
  align-items:center;
  gap:6px;
  padding:10px 14px;
  background:rgba(0,0,0,0.35);
}
.device-bar span{width:8px;height:8px;border-radius:50%;background:rgba(255,255,255,0.35);}
.device-bar span:nth-child(1){background:#FF6B57;}
.device-bar span:nth-child(2){background:#F59E0B;}
.device-bar span:nth-child(3){background:#25D366;}

.video-frame{
  position:relative;
  background:#000;
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:220px;
  aspect-ratio:9/16;
}
.video-frame video{
  width:100%;
  height:100%;
  display:block;
  object-fit:cover;
}
.video-frame::after{
  /* subtle vignette so it reads like a real captured video, not a flat crop */
  content:"";
  position:absolute;
  inset:0;
  background:radial-gradient(ellipse at center, transparent 55%, rgba(0,0,0,0.28) 100%);
  pointer-events:none;
  z-index:1;
}
.v-play{
  position:absolute;
  top:50%;left:50%;
  transform:translate(-50%,-50%);
  width:58px;height:58px;
  border-radius:50%;
  background:rgba(255,255,255,0.96);
  border:none;
  color:var(--navy);
  font-size:19px;
  display:flex;align-items:center;justify-content:center;
  cursor:pointer;
  transition:.25s;
  box-shadow:0 10px 30px rgba(0,0,0,0.4);
  z-index:2;
}
.v-play:hover{transform:translate(-50%,-50%) scale(1.08);}
.video-card.playing .v-play{opacity:0;pointer-events:none;}

.v-live{
  position:absolute;
  top:14px;left:14px;
  display:flex;
  align-items:center;
  gap:6px;
  background:rgba(0,0,0,0.5);
  color:#fff;
  font-size:11px;
  font-weight:700;
  padding:5px 10px;
  border-radius:20px;
  z-index:2;
  opacity:0;
  transition:.25s;
}
.video-card.playing .v-live{opacity:1;}
.v-live .dot{width:7px;height:7px;border-radius:50%;background:#FF3B3B;animation:pulse 1.2s infinite;}
@keyframes pulse{0%,100%{opacity:1;}50%{opacity:.3;}}

.v-mute{
  position:absolute;
  bottom:14px;right:14px;
  width:40px;height:40px;
  border-radius:50%;
  background:rgba(0,0,0,0.55);
  border:1px solid rgba(255,255,255,0.25);
  color:var(--white);
  font-size:14px;
  display:flex;align-items:center;justify-content:center;
  cursor:pointer;
  z-index:2;
  transition:.25s;
}
.v-mute:hover{background:rgba(0,0,0,0.8);}

.v-error{
  position:absolute;
  inset:0;
  display:none;
  align-items:center;
  justify-content:center;
  gap:8px;
  flex-direction:column;
  background:rgba(0,0,0,0.65);
  color:var(--white);
  font-size:12.5px;
  text-align:center;
  padding:20px;
  z-index:3;
}
.v-error i{font-size:20px;color:var(--orange);}
.video-card.errored .v-error{display:flex;}
.video-card.errored .v-play,
.video-card.errored .v-mute{display:none;}

.video-caption{padding:16px 18px 20px;}
.video-caption h3{color:var(--white);font-size:15px;margin-bottom:4px;}
.video-caption p{color:rgba(255,255,255,0.75);font-size:12.5px;}

/*=====================================================
        CODE / PYTHON DASHBOARD SECTION (VS Code style)
=====================================================*/
.code-section{background:var(--navy-3);max-width:none;position:relative;overflow:hidden;}
.code-section::before{
  content:"";
  position:absolute;
  top:-120px;right:-120px;
  width:420px;height:420px;
  background:radial-gradient(circle,rgba(34,211,238,0.18),transparent 70%);
}
.code-section::after{
  content:"";
  position:absolute;
  bottom:-140px;left:-100px;
  width:380px;height:380px;
  background:radial-gradient(circle,rgba(139,92,246,0.16),transparent 70%);
}
.code-section .section-head .eyebrow{color:var(--cyan);}
.code-section .section-head h2{color:var(--white);}
.code-section .section-head p{color:rgba(255,255,255,0.65);}

.editor{
  position:relative;
  max-width:920px;
  margin:0 auto;
  background:#1E1E2E;
  border-radius:var(--radius-md);
  box-shadow:0 40px 90px rgba(0,0,0,0.5);
  overflow:hidden;
  border:1px solid rgba(255,255,255,0.06);
}
.editor-titlebar{
  display:flex;
  align-items:center;
  gap:16px;
  padding:12px 16px;
  background:#181825;
  border-bottom:1px solid rgba(255,255,255,0.06);
}
.editor-dots{display:flex;gap:8px;}
.editor-dots span{width:11px;height:11px;border-radius:50%;}
.editor-dots span:nth-child(1){background:#FF5F57;}
.editor-dots span:nth-child(2){background:#FEBC2E;}
.editor-dots span:nth-child(3){background:#28C840;}
.editor-tab{
  display:flex;
  align-items:center;
  gap:8px;
  background:#1E1E2E;
  color:#B4B4C7;
  font-family:'JetBrains Mono',monospace;
  font-size:12.5px;
  padding:6px 14px;
  border-radius:8px 8px 0 0;
}
.editor-tab i{color:#4DA3FF;}

.editor-body{
  display:grid;
  grid-template-columns:44px 1fr;
  font-family:'JetBrains Mono',monospace;
  font-size:13.2px;
  line-height:1.85;
  padding:20px 0;
  max-height:420px;
  overflow-y:auto;
}
.line-numbers{
  display:flex;
  flex-direction:column;
  align-items:flex-end;
  padding-right:14px;
  color:#4B4B63;
  user-select:none;
}
.code-lines{padding-right:20px;white-space:pre;color:#CDD6F4;}
.tok-kw{color:#C792EA;}
.tok-fn{color:#82AAFF;}
.tok-str{color:#C3E88D;}
.tok-num{color:#F78C6C;}
.tok-com{color:#6C7086;font-style:italic;}
.tok-cls{color:#FFCB6B;}
.tok-dec{color:#89DDFF;}
.caret{
  display:inline-block;
  width:7px;height:15px;
  background:#4DA3FF;
  margin-left:2px;
  vertical-align:middle;
  animation:blink 1s steps(1) infinite;
}
@keyframes blink{0%,49%{opacity:1;}50%,100%{opacity:0;}}

.editor-statusbar{
  display:flex;
  justify-content:space-between;
  background:var(--blue);
  color:#fff;
  font-size:11px;
  font-family:'JetBrains Mono',monospace;
  padding:6px 16px;
}

.code-caption{
  text-align:center;
  color:rgba(255,255,255,0.6);
  font-size:13px;
  margin-top:22px;
}
.code-caption strong{color:var(--cyan);}

/*=====================================================
        INSTRUCTOR
=====================================================*/
.instructor{background:linear-gradient(180deg,var(--bg-2),var(--bg));max-width:none;}
.instructor-card{
  max-width:1100px;
  margin:0 auto;
  display:grid;
  grid-template-columns:0.7fr 1.3fr;
  gap:50px;
  align-items:center;
  background:var(--white);
  border-radius:var(--radius-lg);
  padding:50px;
  box-shadow:var(--shadow-soft);
}
.instructor-photo{
  position:relative;
  aspect-ratio:1/1;
  border-radius:var(--radius-md);
  background:linear-gradient(160deg,var(--navy),var(--blue));
  display:flex;
  align-items:flex-end;
  justify-content:center;
  overflow:hidden;
}
.instructor-photo img{
  width:100%;
  height:100%;
  object-fit:contain;
  object-position:bottom;
}
.instructor-info h2{font-size:25px;margin:6px 0 14px;}
.instructor-info p{color:var(--muted);font-size:15px;line-height:1.75;margin-bottom:26px;}
.instructor-stats{display:flex;gap:40px;}
.instructor-stats strong{display:block;font-size:22px;font-weight:800;color:var(--blue);}
.instructor-stats span{font-size:12px;color:var(--muted);}

/*=====================================================
        TESTIMONIALS
=====================================================*/
.testimonials{background:var(--white);}
.testi-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:22px;
}
.testi-card{
  position:relative;
  background:linear-gradient(160deg,#fff,#f5f9ff);
  border:1px solid #eef2fa;
  border-radius:var(--radius-md);
  padding:28px;
  box-shadow:var(--shadow-soft);
  overflow:hidden;
  transition:.3s;
}
.testi-card::before{
  content:"";
  position:absolute;
  left:0;top:0;
  width:4px;height:0;
  background:linear-gradient(180deg,var(--blue),var(--purple));
  transition:height .4s ease;
}
.testi-card:hover{transform:translateY(-6px);box-shadow:var(--shadow-card);}
.testi-card:hover::before{height:100%;}
.testi-card .stars{margin-bottom:14px;}
.testi-card p{color:var(--ink);font-size:14.5px;line-height:1.7;margin-bottom:20px;font-style:italic;}
.testi-author{display:flex;align-items:center;gap:10px;color:var(--muted);font-size:13px;font-weight:600;}
.avatar{
  width:32px;height:32px;border-radius:50%;
  background:linear-gradient(135deg,var(--blue),var(--purple));
  display:flex;align-items:center;justify-content:center;
  color:var(--white);font-weight:700;font-size:13px;
}
.testi-note{text-align:center;color:#9aa5b5;font-size:12px;margin-top:26px;}

/*=====================================================
        PRICING
=====================================================*/
.pricing{background:var(--bg);max-width:none;}
.pricing-card{
  max-width:1150px;
  margin:0 auto;
  background:linear-gradient(135deg,var(--navy) 0%,var(--blue) 75%,var(--cyan) 130%);
  border-radius:var(--radius-lg);
  padding:50px;
  display:grid;
  grid-template-columns:1.3fr 0.7fr;
  gap:40px;
  align-items:center;
  box-shadow:var(--shadow-card);
}
.pricing-left h2{color:var(--white);font-size:27px;margin:8px 0 22px;}
.pricing-list{display:flex;flex-direction:column;gap:12px;}
.pricing-list li{display:flex;align-items:center;gap:10px;color:rgba(255,255,255,0.92);font-size:14.5px;}
.pricing-list i{color:#7CFFB2;}
.pricing-right{display:flex;flex-direction:column;gap:14px;align-items:flex-start;}

/*=====================================================
        FAQ — navy / blue themed
=====================================================*/
.faq{
  max-width:none;
  background:linear-gradient(165deg,var(--navy-3) 0%,var(--navy) 55%,var(--navy-2) 100%);
  position:relative;
  overflow:hidden;
}
.faq::before{
  content:"";
  position:absolute;
  top:-100px;left:50%;
  transform:translateX(-50%);
  width:600px;height:300px;
  background:radial-gradient(ellipse,rgba(77,163,255,0.18),transparent 70%);
}
.faq .section-head .eyebrow{color:var(--cyan);}
.faq .section-head h2{color:var(--white);}
.faq .section-head p{color:rgba(255,255,255,0.6);}
.faq-list{max-width:760px;margin:0 auto;position:relative;z-index:1;}
.faq-item{
  background:rgba(255,255,255,0.05);
  border:1px solid rgba(255,255,255,0.1);
  border-radius:14px;
  margin-bottom:14px;
  overflow:hidden;
  transition:.3s;
}
.faq-item:hover{background:rgba(255,255,255,0.08);border-color:rgba(77,163,255,0.35);}
.faq-item.open{border-color:var(--cyan);}
.faq-q{
  width:100%;
  display:flex;
  justify-content:space-between;
  align-items:center;
  background:none;
  border:none;
  padding:20px 22px;
  font-family:'Poppins',sans-serif;
  font-size:16px;
  font-weight:600;
  color:var(--white);
  cursor:pointer;
  text-align:left;
}
.faq-q i{color:var(--cyan);transition:.3s;font-size:14px;}
.faq-item.open .faq-q i{transform:rotate(45deg);}
.faq-a{max-height:0;overflow:hidden;transition:.3s ease;}
.faq-item.open .faq-a{max-height:200px;}
.faq-a p{padding:0 22px 22px;color:rgba(255,255,255,0.7);font-size:14.5px;line-height:1.7;}

/*=====================================================
        FINAL CTA
=====================================================*/
.final-cta{
  position:relative;
  text-align:center;
  padding:90px 24px;
  background:linear-gradient(160deg,var(--bg-2),var(--bg));
  overflow:hidden;
}
.final-cta h2{font-size:clamp(26px,4vw,36px);margin-bottom:12px;}
.final-cta p{color:var(--muted);margin-bottom:30px;}

/*=====================================================
        WHATSAPP FLOATING BUTTON (side, clear of scroll-arrow)
=====================================================*/
.wa-float{
  position:fixed;
  left:22px;
  bottom:28px;
  z-index:999;
  display:flex;
  align-items:center;
  gap:10px;
  background:var(--wa-green);
  color:#fff;
  padding:14px 16px;
  border-radius:50px;
  box-shadow:0 12px 30px rgba(37,211,102,0.45);
  font-weight:600;
  font-size:13.5px;
  transition:.3s;
}
.wa-float i{font-size:20px;}
.wa-float:hover{transform:translateY(-4px) scale(1.03);box-shadow:0 16px 36px rgba(37,211,102,0.55);}
.wa-float .wa-pulse{
  position:absolute;
  inset:0;
  border-radius:50px;
  border:2px solid var(--wa-green);
  animation:wa-ring 2s ease-out infinite;
}
@keyframes wa-ring{
  0%{opacity:.6;transform:scale(1);}
  100%{opacity:0;transform:scale(1.4);}
}
.wa-label{white-space:nowrap;}

/* keep the site's own scroll-to-top arrow (if present) clear of the WhatsApp button */
#backToTop, .scroll-top, .back-to-top{
  right:22px !important;
  left:auto !important;
  bottom:28px !important;
}

/*=====================================================
        RESPONSIVE
=====================================================*/
@media (max-width:1080px){
  .hero-inner{grid-template-columns:1fr;text-align:center;}
  .hero-copy .lead{margin-left:auto;margin-right:auto;}
  .hero-btns,.proof-row{justify-content:center;}
  .hero-visual{margin-top:20px;}
  .audience-grid{grid-template-columns:repeat(2,1fr);}
  .gallery-masonry{column-count:3;}
  .video-grid{grid-template-columns:repeat(2,1fr);}
  .instructor-card{grid-template-columns:1fr;text-align:center;}
  .instructor-photo{max-width:280px;margin:0 auto;}
  .instructor-stats{justify-content:center;}
  .testi-grid{grid-template-columns:1fr;}
  .pricing-card{grid-template-columns:1fr;text-align:left;}
}

@media (max-width:760px){
  .stat-row{grid-template-columns:1fr;gap:22px;}
  .stat-row.numbers{gap:18px;}
  .gallery-masonry{column-count:2;column-gap:14px;}
  .gallery-item{margin-bottom:14px;}
  .video-grid{grid-template-columns:1fr;gap:18px;}
  .video-frame{aspect-ratio:16/10;}
  .skills-row{gap:20px;}
  .skill-ic{width:54px;height:54px;font-size:20px;}
  .editor-body{font-size:11.5px;grid-template-columns:32px 1fr;}
  .wa-float .wa-label{display:none;}
  .wa-float{padding:14px;left:16px;bottom:20px;}
}

@media (max-width:640px){
  .section{padding:50px 20px;}
  .hero{padding:50px 20px 0;}
  .stat-card{padding:24px 18px;}
  .tools-section{padding-top:120px;}
  .audience-grid{grid-template-columns:1fr;}
  .pricing-card{padding:30px 22px;}
  .instructor-card{padding:30px 20px;}
  .hero-btns{flex-direction:column;align-items:stretch;}
  .proof-row{flex-direction:column;}
}

@media (max-width:420px){
  .gallery-masonry{column-count:1;}
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-d6527fe *//*=====================================================
        FONTS
=====================================================*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800&family=JetBrains+Mono:wght@400;500;600;700&display=swap');

/*=====================================================
        TOKENS
=====================================================*/
:root{
  --navy:#0B2447;
  --navy-2:#13315C;
  --navy-3:#081B33;
  --blue:#0B5ED7;
  --blue-light:#4DA3FF;
  --cyan:#22D3EE;
  --ink:#082542;
  --muted:#5B6675;
  --bg:#F4F8FF;
  --bg-2:#EAF2FF;
  --white:#FFFFFF;
  --green:#16A34A;
  --orange:#F59E0B;
  --coral:#FF6B57;
  --purple:#8B5CF6;
  --pink:#EC4899;
  --radius-lg:24px;
  --radius-md:16px;
  --radius-sm:10px;
  --shadow-soft:0 15px 40px rgba(11,36,71,0.10);
  --shadow-card:0 25px 60px rgba(11,36,71,0.16);
  --wa-green:#25D366;
}

*{box-sizing:border-box;}
html{scroll-behavior:smooth;}
body{
  margin:0;
  font-family:'Poppins',sans-serif;
  color:var(--ink);
  background:var(--white);
  overflow-x:hidden;
}
h1,h2,h3{margin:0;color:var(--navy);}
p{margin:0;}
a{text-decoration:none;}
ul{list-style:none;margin:0;padding:0;}
img{max-width:100%;display:block;}
button{cursor:pointer;}

::selection{background:var(--blue);color:#fff;}

.eyebrow{
  display:inline-flex;
  align-items:center;
  gap:8px;
  font-size:13px;
  font-weight:700;
  letter-spacing:0.4px;
  text-transform:uppercase;
  color:var(--blue);
  margin-bottom:14px;
}
.badge-pill{
  display:inline-flex;
  align-items:center;
  gap:8px;
  background:linear-gradient(135deg,#fff,#eef5ff);
  border:1px solid #dfe8f7;
  padding:9px 20px;
  border-radius:30px;
  font-size:13px;
  font-weight:700;
  color:var(--blue);
  box-shadow:var(--shadow-soft);
  margin-bottom:22px;
}
.badge-pill.light{
  background:rgba(255,255,255,0.14);
  border-color:rgba(255,255,255,0.35);
  color:var(--white);
}

.section{
  max-width:1200px;
  margin:0 auto;
  padding:64px 24px;
}
.section-head{
  max-width:640px;
  margin:0 auto 40px;
  text-align:center;
}
.section-head h2{font-size:clamp(26px,3.4vw,36px);margin-bottom:12px;}
.section-head p{color:var(--muted);font-size:15.5px;line-height:1.7;}

/* reveal-on-scroll (webflow-style) */
.reveal{opacity:0;transform:translateY(26px);transition:opacity .7s ease,transform .7s ease;}
.reveal.in{opacity:1;transform:translateY(0);}

/*=====================================================
        BUTTONS
=====================================================*/
.btn-solid{
  display:inline-flex;
  align-items:center;
  gap:10px;
  background:linear-gradient(135deg,var(--blue),#3B82F6);
  color:var(--white);
  font-weight:600;
  padding:15px 30px;
  border-radius:12px;
  box-shadow:0 14px 30px rgba(11,94,215,0.32);
  transition:.3s;
  font-size:15px;
  border:none;
}
.btn-solid:hover{transform:translateY(-3px);box-shadow:0 20px 42px rgba(11,94,215,0.4);}
.btn-solid.light{background:var(--white);color:var(--navy);box-shadow:0 14px 30px rgba(0,0,0,0.18);}

.btn-outline{
  display:inline-flex;
  align-items:center;
  gap:10px;
  background:var(--white);
  border:1.5px solid #cfe0fb;
  color:var(--navy);
  font-weight:600;
  padding:14px 28px;
  border-radius:12px;
  transition:.3s;
  font-size:15px;
}
.btn-outline:hover{background:#eef5ff;transform:translateY(-2px);}
.btn-outline.light{background:transparent;border-color:rgba(255,255,255,0.55);color:var(--white);}
.btn-outline.light:hover{background:rgba(255,255,255,0.12);}

/*=====================================================
        HERO
=====================================================*/
.hero{
  position:relative;
  background:
    radial-gradient(circle at 12% 15%, rgba(11,94,215,0.14), transparent 42%),
    radial-gradient(circle at 88% 78%, rgba(139,92,246,0.12), transparent 40%),
    linear-gradient(180deg,var(--bg) 0%, var(--bg-2) 100%);
  padding:70px 24px 0;
  overflow:hidden;
}
.hero-inner{
  max-width:1200px;
  margin:0 auto;
  display:grid;
  grid-template-columns:1fr 0.85fr;
  gap:50px;
  align-items:center;
  padding-bottom:64px;
}
.hero-copy h1{
  font-size:clamp(32px,4.6vw,50px);
  font-weight:800;
  line-height:1.2;
  margin-bottom:20px;
}
.accent{
  background:linear-gradient(100deg,var(--blue),var(--purple) 70%);
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent;
}
.lead{
  color:var(--muted);
  font-size:16.5px;
  line-height:1.75;
  max-width:520px;
  margin-bottom:30px;
}
.hero-btns{display:flex;flex-wrap:wrap;gap:16px;margin-bottom:30px;}

.proof-row{display:flex;align-items:center;gap:16px;}
.avatar-stack{display:flex;align-items:center;}
.av{
  width:38px;height:38px;
  border-radius:50%;
  border:3px solid var(--bg);
  margin-left:-10px;
  background-size:cover;
  background-position:center;
  box-shadow:0 2px 8px rgba(11,36,71,0.2);
}
.av:first-child{margin-left:0;}
.av.more{
  display:flex;align-items:center;justify-content:center;
  background:linear-gradient(135deg,var(--blue),var(--purple));
  color:var(--white);
  font-size:11px;
  font-weight:700;
}
.proof-text strong{display:block;font-size:14.5px;color:var(--navy);}
.stars{color:#FBBF24;font-size:13px;margin-top:2px;}

.hero-visual{position:relative;min-height:420px;display:flex;align-items:center;justify-content:center;}
.visual-ring{
  position:absolute;
  border-radius:50%;
  border:1.5px solid rgba(11,94,215,0.22);
}
.r1{width:420px;height:420px;}
.r2{width:320px;height:320px;border-color:rgba(139,92,246,0.22);}
.visual-dot{
  position:absolute;
  width:9px;height:9px;
  border-radius:50%;
  background:var(--blue-light);
  box-shadow:0 0 0 6px rgba(77,163,255,0.18);
}
.d1{top:18%;left:6%;}
.d2{bottom:22%;right:8%;background:var(--coral);box-shadow:0 0 0 6px rgba(255,107,87,0.18);}

.mentor-frame{
  position:relative;
  z-index:2;
  width:300px;
  aspect-ratio:3/4;
  border-radius:var(--radius-lg);
  background:linear-gradient(160deg,var(--navy),var(--blue) 130%);
  display:flex;
  align-items:flex-end;
  justify-content:center;
  box-shadow:var(--shadow-card);
  overflow:hidden;
}
.mentor-frame img{
  width:100%;
  height:100%;
  object-fit:contain;
  object-position:bottom;
  filter:drop-shadow(0 12px 18px rgba(0,0,0,0.25));
}

.float-tag{
  position:absolute;
  display:flex;
  align-items:center;
  gap:8px;
  background:var(--white);
  color:var(--navy);
  font-size:12.5px;
  font-weight:700;
  padding:10px 16px;
  border-radius:50px;
  box-shadow:var(--shadow-soft);
  z-index:3;
  animation:floaty 4.5s ease-in-out infinite;
}
.float-tag i{color:var(--blue);}
.tag-1{top:6%;right:0;}
.tag-2{bottom:8%;left:0;animation-delay:1.2s;}
@keyframes floaty{0%,100%{transform:translateY(0);}50%{transform:translateY(-8px);}}

.stat-card{
  position:relative;
  max-width:1100px;
  margin:0 auto;
  transform:translateY(46%);
  background:var(--white);
  border-radius:var(--radius-lg);
  box-shadow:var(--shadow-card);
  padding:32px 30px;
}
.stat-row{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:20px;
}
.stat-row.features{
  padding-bottom:26px;
  margin-bottom:26px;
  border-bottom:1px solid #eef2f9;
}
.feature{display:flex;flex-direction:column;align-items:center;text-align:center;gap:6px;}
.feature strong{font-size:15px;color:var(--navy);}
.feature span{font-size:12.5px;color:var(--muted);}
.ic{
  width:46px;height:46px;
  border-radius:12px;
  display:flex;align-items:center;justify-content:center;
  color:var(--white);
  font-size:18px;
  margin-bottom:4px;
}
.ic-blue{background:linear-gradient(135deg,var(--blue),var(--cyan));}
.ic-green{background:linear-gradient(135deg,var(--green),var(--cyan));}
.ic-orange{background:linear-gradient(135deg,var(--orange),var(--coral));}
.ic-purple{background:linear-gradient(135deg,var(--purple),var(--pink));}

.stat-row.numbers{text-align:center;}
.number strong{display:block;font-size:28px;font-weight:800;color:var(--navy);}
.number.green strong{color:var(--green);}
.number span{font-size:12.5px;color:var(--muted);}

/*=====================================================
        TOOLS / SKILLS ROW
=====================================================*/
.tools-section{padding-top:140px;background:var(--bg);max-width:none;}
.divider-heading{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:18px;
  margin-bottom:40px;
}
.divider-heading span{height:1px;width:60px;background:#c9daf7;}
.divider-heading h2{font-size:24px;}

.skills-row{
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  gap:32px;
}
.skill{
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:12px;
  font-size:14px;
  font-weight:600;
  color:var(--navy);
  transition:.3s;
}
.skill:hover{transform:translateY(-6px);}
.skill-ic{
  width:64px;height:64px;
  border-radius:50%;
  background:linear-gradient(160deg,#fff,#eaf2ff);
  border:1px solid #e3ecfb;
  display:flex;align-items:center;justify-content:center;
  font-size:24px;
  color:var(--blue);
  box-shadow:var(--shadow-soft);
}

/*=====================================================
        CURRICULUM
=====================================================*/
.curriculum{background:var(--bg-2);max-width:none;}
.curriculum-list{
  display:flex;
  flex-direction:column;
  max-width:820px;
  margin:0 auto;
}
.curriculum-item{
  position:relative;
  display:flex;
  gap:26px;
  padding:24px 22px;
  background:var(--white);
  border-radius:var(--radius-md);
  margin-bottom:14px;
  box-shadow:var(--shadow-soft);
  transition:.3s;
  overflow:hidden;
  border-left:4px solid transparent;
}
.curriculum-item::before{
  content:"";
  position:absolute;
  left:0;top:0;
  width:4px;height:100%;
  background:linear-gradient(180deg,var(--blue),var(--purple));
  transform:scaleY(0);
  transform-origin:top;
  transition:transform .35s ease;
}
.curriculum-item:hover{transform:translateX(6px);box-shadow:var(--shadow-card);}
.curriculum-item:hover::before{transform:scaleY(1);}
.cnum{
  font-size:15px;
  font-weight:800;
  background:linear-gradient(135deg,var(--blue),var(--purple));
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent;
  min-width:32px;
}
.citem-body h3{font-size:17.5px;margin-bottom:6px;}
.citem-body p{color:var(--muted);font-size:14.5px;line-height:1.65;}

/*=====================================================
        AUDIENCE — colorful gradient cards
=====================================================*/
.audience{background:var(--white);}
.audience-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:22px;
}
.audience-card{
  position:relative;
  border-radius:var(--radius-md);
  padding:32px 22px;
  text-align:center;
  box-shadow:var(--shadow-soft);
  transition:.35s;
  color:var(--white);
  overflow:hidden;
}
.audience-card::after{
  content:"";
  position:absolute;
  top:0;left:0;right:0;
  height:3px;
  background:rgba(255,255,255,0.7);
  transform:scaleX(0);
  transform-origin:left;
  transition:transform .35s ease;
}
.audience-card:hover{transform:translateY(-8px) scale(1.02);box-shadow:var(--shadow-card);}
.audience-card:hover::after{transform:scaleX(1);}
.audience-card:nth-child(1){background:linear-gradient(160deg,#0B5ED7,#22D3EE);}
.audience-card:nth-child(2){background:linear-gradient(160deg,#16A34A,#22D3EE);}
.audience-card:nth-child(3){background:linear-gradient(160deg,#F59E0B,#FF6B57);}
.audience-card:nth-child(4){background:linear-gradient(160deg,#8B5CF6,#EC4899);}
.audience-card .ic{margin:0 auto 16px;background:rgba(255,255,255,0.22);}
.audience-card h3{font-size:16.5px;margin-bottom:8px;color:var(--white);}
.audience-card p{font-size:13.5px;color:rgba(255,255,255,0.9);line-height:1.6;}

/*=====================================================
        GALLERY
=====================================================*/
.gallery-section{background:var(--bg);max-width:none;}
.gallery-masonry{
  max-width:1200px;
  margin:0 auto;
  column-count:4;
  column-gap:18px;
}
.gallery-item{
  position:relative;
  break-inside:avoid;
  margin-bottom:18px;
  border-radius:var(--radius-md);
  overflow:hidden;
  background:var(--white);
  box-shadow:var(--shadow-soft);
  transition:.35s;
}
.gallery-item::before{
  content:"";
  position:absolute;
  left:0;top:0;
  width:3px;height:0;
  background:linear-gradient(180deg,var(--cyan),var(--purple));
  transition:height .4s ease;
  z-index:2;
}
.gallery-item:hover{transform:translateY(-6px);box-shadow:var(--shadow-card);}
.gallery-item:hover::before{height:100%;}
.gallery-item img{width:100%;height:auto;display:block;image-rendering:auto;}

/*=====================================================
        VIDEO SHOWCASE — laptop-style mockup frame
=====================================================*/
.video-showcase{background:linear-gradient(180deg,var(--bg-2),var(--white));max-width:none;}
.video-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:24px;
}
.video-card{
  border-radius:var(--radius-md);
  overflow:hidden;
  background:var(--navy);
  box-shadow:var(--shadow-card);
  transition:.3s;
}
.video-card:hover{transform:translateY(-6px);}
.vc-1{background:linear-gradient(160deg,#0B2447,#0B5ED7);}
.vc-2{background:linear-gradient(160deg,#0B2447,#16A34A);}
.vc-3{background:linear-gradient(160deg,#0B2447,#8B5CF6);}
.vc-4{background:linear-gradient(160deg,#0B2447,#F59E0B);}

/* phone-style chrome bar for the "real device" feel */
.device-bar{
  display:flex;
  align-items:center;
  gap:6px;
  padding:10px 14px;
  background:rgba(0,0,0,0.35);
}
.device-bar span{width:8px;height:8px;border-radius:50%;background:rgba(255,255,255,0.35);}
.device-bar span:nth-child(1){background:#FF6B57;}
.device-bar span:nth-child(2){background:#F59E0B;}
.device-bar span:nth-child(3){background:#25D366;}

.video-frame{
  position:relative;
  background:#000;
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:220px;
  aspect-ratio:9/16;
}
.video-frame video{
  width:100%;
  height:100%;
  display:block;
  object-fit:cover;
}
.video-frame::after{
  /* subtle vignette so it reads like a real captured video, not a flat crop */
  content:"";
  position:absolute;
  inset:0;
  background:radial-gradient(ellipse at center, transparent 55%, rgba(0,0,0,0.28) 100%);
  pointer-events:none;
  z-index:1;
}
.v-play{
  position:absolute;
  top:50%;left:50%;
  transform:translate(-50%,-50%);
  width:58px;height:58px;
  border-radius:50%;
  background:rgba(255,255,255,0.96);
  border:none;
  color:var(--navy);
  font-size:19px;
  display:flex;align-items:center;justify-content:center;
  cursor:pointer;
  transition:.25s;
  box-shadow:0 10px 30px rgba(0,0,0,0.4);
  z-index:2;
}
.v-play:hover{transform:translate(-50%,-50%) scale(1.08);}
.video-card.playing .v-play{opacity:0;pointer-events:none;}

.v-live{
  position:absolute;
  top:14px;left:14px;
  display:flex;
  align-items:center;
  gap:6px;
  background:rgba(0,0,0,0.5);
  color:#fff;
  font-size:11px;
  font-weight:700;
  padding:5px 10px;
  border-radius:20px;
  z-index:2;
  opacity:0;
  transition:.25s;
}
.video-card.playing .v-live{opacity:1;}
.v-live .dot{width:7px;height:7px;border-radius:50%;background:#FF3B3B;animation:pulse 1.2s infinite;}
@keyframes pulse{0%,100%{opacity:1;}50%{opacity:.3;}}

.v-mute{
  position:absolute;
  bottom:14px;right:14px;
  width:40px;height:40px;
  border-radius:50%;
  background:rgba(0,0,0,0.55);
  border:1px solid rgba(255,255,255,0.25);
  color:var(--white);
  font-size:14px;
  display:flex;align-items:center;justify-content:center;
  cursor:pointer;
  z-index:2;
  transition:.25s;
}
.v-mute:hover{background:rgba(0,0,0,0.8);}

.v-error{
  position:absolute;
  inset:0;
  display:none;
  align-items:center;
  justify-content:center;
  gap:8px;
  flex-direction:column;
  background:rgba(0,0,0,0.65);
  color:var(--white);
  font-size:12.5px;
  text-align:center;
  padding:20px;
  z-index:3;
}
.v-error i{font-size:20px;color:var(--orange);}
.video-card.errored .v-error{display:flex;}
.video-card.errored .v-play,
.video-card.errored .v-mute{display:none;}

.video-caption{padding:16px 18px 20px;}
.video-caption h3{color:var(--white);font-size:15px;margin-bottom:4px;}
.video-caption p{color:rgba(255,255,255,0.75);font-size:12.5px;}

/*=====================================================
        CODE / PYTHON DASHBOARD SECTION (VS Code style)
=====================================================*/
.code-section{background:var(--navy-3);max-width:none;position:relative;overflow:hidden;}
.code-section::before{
  content:"";
  position:absolute;
  top:-120px;right:-120px;
  width:420px;height:420px;
  background:radial-gradient(circle,rgba(34,211,238,0.18),transparent 70%);
}
.code-section::after{
  content:"";
  position:absolute;
  bottom:-140px;left:-100px;
  width:380px;height:380px;
  background:radial-gradient(circle,rgba(139,92,246,0.16),transparent 70%);
}
.code-section .section-head .eyebrow{color:var(--cyan);}
.code-section .section-head h2{color:var(--white);}
.code-section .section-head p{color:rgba(255,255,255,0.65);}

.editor{
  position:relative;
  max-width:920px;
  margin:0 auto;
  background:#1E1E2E;
  border-radius:var(--radius-md);
  box-shadow:0 40px 90px rgba(0,0,0,0.5);
  overflow:hidden;
  border:1px solid rgba(255,255,255,0.06);
}
.editor-titlebar{
  display:flex;
  align-items:center;
  gap:16px;
  padding:12px 16px;
  background:#181825;
  border-bottom:1px solid rgba(255,255,255,0.06);
}
.editor-dots{display:flex;gap:8px;}
.editor-dots span{width:11px;height:11px;border-radius:50%;}
.editor-dots span:nth-child(1){background:#FF5F57;}
.editor-dots span:nth-child(2){background:#FEBC2E;}
.editor-dots span:nth-child(3){background:#28C840;}
.editor-tab{
  display:flex;
  align-items:center;
  gap:8px;
  background:#1E1E2E;
  color:#B4B4C7;
  font-family:'JetBrains Mono',monospace;
  font-size:12.5px;
  padding:6px 14px;
  border-radius:8px 8px 0 0;
}
.editor-tab i{color:#4DA3FF;}

.editor-body{
  display:grid;
  grid-template-columns:44px 1fr;
  font-family:'JetBrains Mono',monospace;
  font-size:13.2px;
  line-height:1.85;
  padding:20px 0;
  max-height:420px;
  overflow-y:auto;
}
.line-numbers{
  display:flex;
  flex-direction:column;
  align-items:flex-end;
  padding-right:14px;
  color:#4B4B63;
  user-select:none;
}
.code-lines{padding-right:20px;white-space:pre;color:#CDD6F4;}
.tok-kw{color:#C792EA;}
.tok-fn{color:#82AAFF;}
.tok-str{color:#C3E88D;}
.tok-num{color:#F78C6C;}
.tok-com{color:#6C7086;font-style:italic;}
.tok-cls{color:#FFCB6B;}
.tok-dec{color:#89DDFF;}
.caret{
  display:inline-block;
  width:7px;height:15px;
  background:#4DA3FF;
  margin-left:2px;
  vertical-align:middle;
  animation:blink 1s steps(1) infinite;
}
@keyframes blink{0%,49%{opacity:1;}50%,100%{opacity:0;}}

.editor-statusbar{
  display:flex;
  justify-content:space-between;
  background:var(--blue);
  color:#fff;
  font-size:11px;
  font-family:'JetBrains Mono',monospace;
  padding:6px 16px;
}

.code-caption{
  text-align:center;
  color:rgba(255,255,255,0.6);
  font-size:13px;
  margin-top:22px;
}
.code-caption strong{color:var(--cyan);}

/*=====================================================
        INSTRUCTOR
=====================================================*/
.instructor{background:linear-gradient(180deg,var(--bg-2),var(--bg));max-width:none;}
.instructor-card{
  max-width:1100px;
  margin:0 auto;
  display:grid;
  grid-template-columns:0.7fr 1.3fr;
  gap:50px;
  align-items:center;
  background:var(--white);
  border-radius:var(--radius-lg);
  padding:50px;
  box-shadow:var(--shadow-soft);
}
.instructor-photo{
  position:relative;
  aspect-ratio:1/1;
  border-radius:var(--radius-md);
  background:linear-gradient(160deg,var(--navy),var(--blue));
  display:flex;
  align-items:flex-end;
  justify-content:center;
  overflow:hidden;
}
.instructor-photo img{
  width:100%;
  height:100%;
  object-fit:contain;
  object-position:bottom;
}
.instructor-info h2{font-size:25px;margin:6px 0 14px;}
.instructor-info p{color:var(--muted);font-size:15px;line-height:1.75;margin-bottom:26px;}
.instructor-stats{display:flex;gap:40px;}
.instructor-stats strong{display:block;font-size:22px;font-weight:800;color:var(--blue);}
.instructor-stats span{font-size:12px;color:var(--muted);}

/*=====================================================
        TESTIMONIALS
=====================================================*/
.testimonials{background:var(--white);}
.testi-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:22px;
}
.testi-card{
  position:relative;
  background:linear-gradient(160deg,#fff,#f5f9ff);
  border:1px solid #eef2fa;
  border-radius:var(--radius-md);
  padding:28px;
  box-shadow:var(--shadow-soft);
  overflow:hidden;
  transition:.3s;
}
.testi-card::before{
  content:"";
  position:absolute;
  left:0;top:0;
  width:4px;height:0;
  background:linear-gradient(180deg,var(--blue),var(--purple));
  transition:height .4s ease;
}
.testi-card:hover{transform:translateY(-6px);box-shadow:var(--shadow-card);}
.testi-card:hover::before{height:100%;}
.testi-card .stars{margin-bottom:14px;}
.testi-card p{color:var(--ink);font-size:14.5px;line-height:1.7;margin-bottom:20px;font-style:italic;}
.testi-author{display:flex;align-items:center;gap:10px;color:var(--muted);font-size:13px;font-weight:600;}
.avatar{
  width:32px;height:32px;border-radius:50%;
  background:linear-gradient(135deg,var(--blue),var(--purple));
  display:flex;align-items:center;justify-content:center;
  color:var(--white);font-weight:700;font-size:13px;
}
.testi-note{text-align:center;color:#9aa5b5;font-size:12px;margin-top:26px;}

/*=====================================================
        PRICING
=====================================================*/
.pricing{background:var(--bg);max-width:none;}
.pricing-card{
  max-width:1150px;
  margin:0 auto;
  background:linear-gradient(135deg,var(--navy) 0%,var(--blue) 75%,var(--cyan) 130%);
  border-radius:var(--radius-lg);
  padding:50px;
  display:grid;
  grid-template-columns:1.3fr 0.7fr;
  gap:40px;
  align-items:center;
  box-shadow:var(--shadow-card);
}
.pricing-left h2{color:var(--white);font-size:27px;margin:8px 0 22px;}
.pricing-list{display:flex;flex-direction:column;gap:12px;}
.pricing-list li{display:flex;align-items:center;gap:10px;color:rgba(255,255,255,0.92);font-size:14.5px;}
.pricing-list i{color:#7CFFB2;}
.pricing-right{display:flex;flex-direction:column;gap:14px;align-items:flex-start;}

/*=====================================================
        FAQ — navy / blue themed
=====================================================*/
.faq{
  max-width:none;
  background:linear-gradient(165deg,var(--navy-3) 0%,var(--navy) 55%,var(--navy-2) 100%);
  position:relative;
  overflow:hidden;
}
.faq::before{
  content:"";
  position:absolute;
  top:-100px;left:50%;
  transform:translateX(-50%);
  width:600px;height:300px;
  background:radial-gradient(ellipse,rgba(77,163,255,0.18),transparent 70%);
}
.faq .section-head .eyebrow{color:var(--cyan);}
.faq .section-head h2{color:var(--white);}
.faq .section-head p{color:rgba(255,255,255,0.6);}
.faq-list{max-width:760px;margin:0 auto;position:relative;z-index:1;}
.faq-item{
  background:rgba(255,255,255,0.05);
  border:1px solid rgba(255,255,255,0.1);
  border-radius:14px;
  margin-bottom:14px;
  overflow:hidden;
  transition:.3s;
}
.faq-item:hover{background:rgba(255,255,255,0.08);border-color:rgba(77,163,255,0.35);}
.faq-item.open{border-color:var(--cyan);}
.faq-q{
  width:100%;
  display:flex;
  justify-content:space-between;
  align-items:center;
  background:none;
  border:none;
  padding:20px 22px;
  font-family:'Poppins',sans-serif;
  font-size:16px;
  font-weight:600;
  color:var(--white);
  cursor:pointer;
  text-align:left;
}
.faq-q i{color:var(--cyan);transition:.3s;font-size:14px;}
.faq-item.open .faq-q i{transform:rotate(45deg);}
.faq-a{max-height:0;overflow:hidden;transition:.3s ease;}
.faq-item.open .faq-a{max-height:200px;}
.faq-a p{padding:0 22px 22px;color:rgba(255,255,255,0.7);font-size:14.5px;line-height:1.7;}

/*=====================================================
        FINAL CTA
=====================================================*/
.final-cta{
  position:relative;
  text-align:center;
  padding:90px 24px;
  background:linear-gradient(160deg,var(--bg-2),var(--bg));
  overflow:hidden;
}
.final-cta h2{font-size:clamp(26px,4vw,36px);margin-bottom:12px;}
.final-cta p{color:var(--muted);margin-bottom:30px;}

/*=====================================================
        WHATSAPP FLOATING BUTTON (side, clear of scroll-arrow)
=====================================================*/
.wa-float{
  position:fixed;
  left:22px;
  bottom:28px;
  z-index:999;
  display:flex;
  align-items:center;
  gap:10px;
  background:var(--wa-green);
  color:#fff;
  padding:14px 16px;
  border-radius:50px;
  box-shadow:0 12px 30px rgba(37,211,102,0.45);
  font-weight:600;
  font-size:13.5px;
  transition:.3s;
}
.wa-float i{font-size:20px;}
.wa-float:hover{transform:translateY(-4px) scale(1.03);box-shadow:0 16px 36px rgba(37,211,102,0.55);}
.wa-float .wa-pulse{
  position:absolute;
  inset:0;
  border-radius:50px;
  border:2px solid var(--wa-green);
  animation:wa-ring 2s ease-out infinite;
}
@keyframes wa-ring{
  0%{opacity:.6;transform:scale(1);}
  100%{opacity:0;transform:scale(1.4);}
}
.wa-label{white-space:nowrap;}

/* keep the site's own scroll-to-top arrow (if present) clear of the WhatsApp button */
#backToTop, .scroll-top, .back-to-top{
  right:22px !important;
  left:auto !important;
  bottom:28px !important;
}

/*=====================================================
        RESPONSIVE
=====================================================*/
@media (max-width:1080px){
  .hero-inner{grid-template-columns:1fr;text-align:center;}
  .hero-copy .lead{margin-left:auto;margin-right:auto;}
  .hero-btns,.proof-row{justify-content:center;}
  .hero-visual{margin-top:20px;}
  .audience-grid{grid-template-columns:repeat(2,1fr);}
  .gallery-masonry{column-count:3;}
  .video-grid{grid-template-columns:repeat(2,1fr);}
  .instructor-card{grid-template-columns:1fr;text-align:center;}
  .instructor-photo{max-width:280px;margin:0 auto;}
  .instructor-stats{justify-content:center;}
  .testi-grid{grid-template-columns:1fr;}
  .pricing-card{grid-template-columns:1fr;text-align:left;}
}

@media (max-width:760px){
  .stat-row{grid-template-columns:1fr;gap:22px;}
  .stat-row.numbers{gap:18px;}
  .gallery-masonry{column-count:2;column-gap:14px;}
  .gallery-item{margin-bottom:14px;}
  .video-grid{grid-template-columns:1fr;gap:18px;}
  .video-frame{aspect-ratio:16/10;}
  .skills-row{gap:20px;}
  .skill-ic{width:54px;height:54px;font-size:20px;}
  .editor-body{font-size:11.5px;grid-template-columns:32px 1fr;}
  .wa-float .wa-label{display:none;}
  .wa-float{padding:14px;left:16px;bottom:20px;}
}

@media (max-width:640px){
  .section{padding:50px 20px;}
  .hero{padding:50px 20px 0;}
  .stat-card{padding:24px 18px;}
  .tools-section{padding-top:120px;}
  .audience-grid{grid-template-columns:1fr;}
  .pricing-card{padding:30px 22px;}
  .instructor-card{padding:30px 20px;}
  .hero-btns{flex-direction:column;align-items:stretch;}
  .proof-row{flex-direction:column;}
}

@media (max-width:420px){
  .gallery-masonry{column-count:1;}
}/* End custom CSS */