
#sl-cpl-sales{
  --sl-navy:#233B78;
  --sl-navy-dark:#0B1738;
  --sl-yellow:#FDB913;
  --sl-ink:#232426;
  --sl-muted:#686B73;
  --sl-soft:#F0F3F8;
  --sl-soft2:#F7F9FC;
  --sl-line:#E4E9F0;
  --sl-white:#fff;
  --sl-shadow:0 18px 44px rgba(17,27,52,.12);
  --sl-radius:20px;
}
#sl-cpl-sales, #sl-cpl-sales *{box-sizing:border-box}

#sl-cpl-sales{margin:0;background:#fff;color:var(--sl-ink);font-family:Poppins,Inter,Arial,sans-serif;-webkit-font-smoothing:antialiased}
#sl-cpl-sales a{color:inherit}
#sl-cpl-sales img{max-width:100%;display:block}
#sl-cpl-sales button, #sl-cpl-sales a{font:inherit}
#sl-cpl-sales .cpl-page{overflow:hidden;background:#fff}
#sl-cpl-sales .stage{width:min(1280px,calc(100% - 64px));margin:0 auto}
#sl-cpl-sales .section{padding:88px 0}
#sl-cpl-sales .section-label{
  display:inline-flex;align-items:center;gap:10px;padding:8px 15px;border-radius:999px;background:#fff;
  color:#3E4147;font-size:12px;font-weight:500;box-shadow:0 5px 18px rgba(20,30,52,.08)
}
#sl-cpl-sales .label-lines{width:28px;height:12px;position:relative;display:inline-block}
#sl-cpl-sales .label-lines:before, #sl-cpl-sales .label-lines:after{
  content:"";position:absolute;left:0;height:2px;background:var(--sl-yellow);border-radius:2px
}
#sl-cpl-sales .label-lines:before{top:2px;width:28px}#sl-cpl-sales .label-lines:after{top:8px;width:17px}
#sl-cpl-sales .heading{margin:22px 0 18px;text-align:center;font-size:clamp(38px,4.2vw,62px);line-height:1.06;letter-spacing:-.045em;font-weight:700}
#sl-cpl-sales .heading .yellow{color:var(--sl-yellow)}
#sl-cpl-sales .subcopy{max-width:860px;margin:0 auto;color:var(--sl-muted);font-size:18px;line-height:1.65;text-align:center}
#sl-cpl-sales .btn{
  --btn-bg:var(--sl-navy);--btn-fg:#fff;display:inline-flex;align-items:center;position:relative;min-height:56px;
  padding:7px 22px 7px 64px;border-radius:12px;background:var(--btn-bg);color:var(--btn-fg);text-decoration:none;
  font-weight:600;box-shadow:0 7px 18px rgba(28,52,112,.16);transition:background .25s ease,color .25s ease,padding .35s ease,transform .25s ease
}
#sl-cpl-sales .btn-arrow{
  position:absolute;left:7px;top:7px;width:42px;height:42px;border-radius:8px;background:#fff;color:var(--sl-navy);
  display:grid;place-items:center;font-size:20px;transition:left .38s cubic-bezier(.2,.75,.25,1),background .25s,color .25s
}
#sl-cpl-sales .btn:hover, #sl-cpl-sales .btn:focus-visible{background:var(--sl-yellow);color:var(--sl-navy-dark);padding-left:22px;padding-right:64px;transform:translateY(-1px)}
#sl-cpl-sales .btn:hover .btn-arrow, #sl-cpl-sales .btn:focus-visible .btn-arrow{left:calc(100% - 49px);background:var(--sl-navy-dark);color:#fff}
#sl-cpl-sales .btn.white{--btn-bg:#fff;--btn-fg:var(--sl-navy)}
#sl-cpl-sales .btn.white:hover{background:var(--sl-yellow)}
#sl-cpl-sales .btn.yellow{--btn-bg:var(--sl-yellow);--btn-fg:#fff}
#sl-cpl-sales .btn.yellow:hover{background:#fff;color:var(--sl-navy)}
#sl-cpl-sales .hero{padding:76px 0 90px;text-align:center}
#sl-cpl-sales .hero-badge{
  display:inline-flex;align-items:center;gap:9px;padding:8px 14px;border-radius:999px;background:#fff;
  border:1px solid #E6E8ED;box-shadow:0 4px 15px rgba(20,30,52,.06);font-size:13px
}
#sl-cpl-sales .hero-badge img{width:30px;height:18px;object-fit:cover;border-radius:2px}
#sl-cpl-sales .hero h1{
  max-width:1000px;margin:28px auto 24px;font-size:clamp(48px,5vw,72px);line-height:1.06;letter-spacing:-.05em;font-weight:500
}
#sl-cpl-sales .hero h1 strong{font-weight:800}
#sl-cpl-sales .hero-copy{max-width:760px;margin:0 auto;color:var(--sl-muted);font-size:19px;line-height:1.65}
#sl-cpl-sales .hero-actions{margin-top:31px}
#sl-cpl-sales .price-pill{display:inline-flex;align-items:center;gap:9px;margin-top:23px;padding:8px 14px;border:1px solid #E8EBF0;border-radius:999px;font-size:14px;box-shadow:0 4px 14px rgba(20,30,52,.04)}
#sl-cpl-sales .price-pill .coin{width:25px;height:25px;display:grid;place-items:center;border-radius:50%;background:#151719;color:#fff;font-size:12px}
#sl-cpl-sales .hero-showcase{
  position:relative;margin:100px auto 0;min-height:600px;padding:430px 72px 48px;background:#242526;border-radius:62px 62px 20px 20px;
  box-shadow:0 24px 52px rgba(15,20,32,.16)
}
#sl-cpl-sales .hero-image{
  position:absolute;left:8%;right:8%;top:-58px;height:500px;overflow:hidden;border:4px solid #fff;border-radius:20px;
  box-shadow:var(--sl-shadow);background:#ddd
}
#sl-cpl-sales .hero-image img{width:100%;height:100%;object-fit:cover}
#sl-cpl-sales .hero-stats{display:grid;grid-template-columns:repeat(3,1fr);color:#fff}
#sl-cpl-sales .hero-stat{padding:18px 30px;text-align:center;border-right:1px dashed rgba(255,255,255,.15)}
#sl-cpl-sales .hero-stat:last-child{border-right:0}
#sl-cpl-sales .stat-icon{width:46px;height:46px;border-radius:50%;border:1px solid rgba(255,255,255,.2);margin:0 auto 18px;display:grid;place-items:center;font-size:21px;box-shadow:0 8px 20px rgba(0,0,0,.22)}
#sl-cpl-sales .hero-stat strong{font-size:16px;font-weight:600}
#sl-cpl-sales .problem-shell{padding:10px;background:var(--sl-soft);border-radius:22px}
#sl-cpl-sales .problem-intro{background:#fff;border:1px solid #E5EAF1;border-radius:17px;padding:52px 72px;text-align:center}
#sl-cpl-sales .problem-intro h2{margin:20px 0 14px;font-size:33px;line-height:1.2;letter-spacing:-.035em}
#sl-cpl-sales .problem-intro p{max-width:1020px;margin:0 auto;color:var(--sl-muted);font-size:17px;line-height:1.65}
#sl-cpl-sales .problem-grid{display:grid;grid-template-columns:1fr .88fr 1fr;gap:18px;margin-top:18px}
#sl-cpl-sales .problem-card, #sl-cpl-sales .problem-image{border-radius:18px;background:#fff;border:1px solid #E5EAF1;overflow:hidden}
#sl-cpl-sales .problem-card{padding:34px 32px;min-height:350px}
#sl-cpl-sales .problem-card h3{margin:36px 0 16px;font-size:25px;line-height:1.25;letter-spacing:-.03em}
#sl-cpl-sales .problem-card p{margin:0;color:var(--sl-muted);line-height:1.62;font-size:15px}
#sl-cpl-sales .problem-image img{width:100%;height:100%;object-fit:cover}
#sl-cpl-sales .problem-tag{font-size:12px;color:#34373C}#sl-cpl-sales .problem-tag:before{content:"•";color:var(--sl-navy);margin-right:9px;font-size:18px}
#sl-cpl-sales .guided{text-align:center}
#sl-cpl-sales .guided-panel{margin-top:54px;padding:22px 22px 0;background:var(--sl-soft);border-radius:24px;overflow:hidden;box-shadow:0 10px 28px rgba(20,30,52,.05)}
#sl-cpl-sales .guide-viewport{overflow:hidden}
#sl-cpl-sales .guide-track{display:flex;gap:22px;transition:transform .45s ease;will-change:transform}
#sl-cpl-sales .guide-card{
  flex:0 0 calc((100% - 66px)/4);min-height:275px;text-align:left;padding:28px;background:#fff;border:1px solid #E2E8F0;border-radius:14px
}
#sl-cpl-sales .guide-icon{width:58px;height:58px;border-radius:50%;display:grid;place-items:center;background:#063E78;color:#fff;border:5px solid #EDF3F8;font-size:20px}
#sl-cpl-sales .guide-card h3{font-size:21px;margin:34px 0 13px;letter-spacing:-.02em}
#sl-cpl-sales .guide-card p{margin:0;color:var(--sl-muted);line-height:1.55;font-size:14px}
#sl-cpl-sales .guide-controls{display:flex;justify-content:center;gap:16px;padding:26px 0}
#sl-cpl-sales .round-btn{width:52px;height:52px;border:0;border-radius:50%;background:#fff;color:#4B4F56;box-shadow:0 8px 18px rgba(20,30,52,.09);cursor:pointer;font-size:20px}
#sl-cpl-sales .guided-cta{display:flex;align-items:center;justify-content:space-between;gap:32px;padding:36px 45px;background:#242526;color:#fff;border-radius:0 0 18px 18px;text-align:left}
#sl-cpl-sales .guided-cta p{margin:0;font-size:19px;line-height:1.55;max-width:850px}
#sl-cpl-sales .guided-cta .hl{color:var(--sl-yellow);font-weight:600}
#sl-cpl-sales .bolt{font-size:42px;color:var(--sl-yellow);flex:0 0 auto}
#sl-cpl-sales .video-section{text-align:center}
#sl-cpl-sales .video-frame{position:relative;max-width:1060px;margin:56px auto 0;border:6px solid #fff;border-radius:20px;overflow:hidden;box-shadow:0 22px 45px rgba(20,30,52,.18)}
#sl-cpl-sales .video-frame img{width:100%;aspect-ratio:16/9;object-fit:cover}
#sl-cpl-sales .play{position:absolute;inset:0;margin:auto;width:82px;height:82px;border:0;border-radius:50%;background:rgba(255,255,255,.92);color:var(--sl-navy);font-size:31px;display:grid;place-items:center;box-shadow:0 8px 28px rgba(0,0,0,.18);cursor:pointer}
#sl-cpl-sales .how-shell{display:grid;grid-template-columns:300px 1fr;margin-top:52px;background:var(--sl-soft);border-radius:22px;overflow:hidden;border:1px solid #E5E9EF}
#sl-cpl-sales .how-tabs{background:#E8ECF2}
#sl-cpl-sales .how-tab{
  width:100%;min-height:92px;padding:0 28px;border:0;border-bottom:1px solid #DDE3EA;background:transparent;text-align:left;
  color:#9A9EA6;font-weight:500;display:flex;align-items:center;justify-content:space-between;cursor:pointer
}
#sl-cpl-sales .how-tab.active{background:#fff;color:var(--sl-navy);font-weight:600}
#sl-cpl-sales .how-content{padding:0}
#sl-cpl-sales .how-panel{display:none}#sl-cpl-sales .how-panel.active{display:block}
#sl-cpl-sales .step-card{padding:29px 34px;background:#fff;border-bottom:7px solid var(--sl-soft)}
#sl-cpl-sales .step-title{display:flex;align-items:center;gap:14px}
#sl-cpl-sales .step-num{width:34px;height:34px;border-radius:8px;background:#EEF2F7;color:#74809A;display:grid;place-items:center;font-size:13px}
#sl-cpl-sales .step-card h3{margin:0;font-size:21px;letter-spacing:-.02em}
#sl-cpl-sales .step-card p{margin:12px 0 0;color:var(--sl-muted);font-size:14px;line-height:1.55}
#sl-cpl-sales .plan-cta{position:relative;min-height:235px;padding:45px 360px 42px 42px;background:#F2F4F8;overflow:hidden}
#sl-cpl-sales .plan-cta h3{margin:0 0 16px;font-size:22px;text-transform:uppercase}
#sl-cpl-sales .plan-cta p{margin:0 0 27px;color:#4F535A;line-height:1.5;font-size:15px}
#sl-cpl-sales .plan-cta img{position:absolute;right:0;bottom:-3px;height:235px;width:350px;object-fit:contain;object-position:right bottom}
#sl-cpl-sales .included-wrap{max-width:850px;margin:46px auto 0;padding:20px 26px;background:var(--sl-soft);border:1px solid #E4E9F0;border-radius:22px}
#sl-cpl-sales .included-list{list-style:none;margin:0;padding:0;position:relative}
#sl-cpl-sales .included-list:before{content:"";position:absolute;left:29px;top:32px;bottom:32px;width:2px;background:#6A6E75}
#sl-cpl-sales .included-list li{position:relative;display:flex;align-items:center;gap:18px;margin:16px 0;padding:23px 24px 23px 36px;background:#fff;border-radius:14px;box-shadow:0 2px 6px rgba(20,30,52,.03);font-size:16px;font-weight:500}
#sl-cpl-sales .check-dot{position:absolute;left:-2px;width:32px;height:32px;border-radius:50%;display:grid;place-items:center;color:#fff;border:7px solid #fff;font-size:10px;box-sizing:content-box}
#sl-cpl-sales .check-dot.yellow{background:var(--sl-yellow)}#sl-cpl-sales .check-dot.navy{background:#2C3034}
#sl-cpl-sales .testimonial-layout{display:grid;grid-template-columns:340px 1fr;gap:56px;align-items:center;max-width:900px;margin:56px auto 0}
#sl-cpl-sales .testimonial-photo{position:relative}
#sl-cpl-sales .testimonial-photo:before, #sl-cpl-sales .testimonial-photo:after{content:"";position:absolute;inset:18px 20px -10px -20px;border:8px solid #fff;border-radius:16px;background:#E9E9E9;transform:rotate(-8deg);z-index:0}
#sl-cpl-sales .testimonial-photo:after{transform:rotate(-4deg);left:-10px}
#sl-cpl-sales .testimonial-photo img{position:relative;z-index:2;width:100%;border:6px solid #fff;border-radius:18px;box-shadow:var(--sl-shadow)}
#sl-cpl-sales .quote{font-size:58px;line-height:1;color:#191B20;text-align:right;margin-bottom:-15px}
#sl-cpl-sales .testimonial-copy h3{font-size:21px;margin:20px 0 12px}#sl-cpl-sales .testimonial-copy p{color:var(--sl-muted);line-height:1.6;margin:0}
#sl-cpl-sales .student-name{font-weight:600}#sl-cpl-sales .student-role{font-size:13px;color:#9A9DA3}
#sl-cpl-sales .testimonial-controls{display:flex;gap:15px;margin-top:28px}
#sl-cpl-sales .facts-table{max-width:1050px;margin:48px auto 0;border-radius:20px;overflow:hidden;border:1px solid #E4E8EE}
#sl-cpl-sales .facts-head{display:grid;grid-template-columns:1fr 1.35fr;background:#242526;color:#fff;padding:22px 32px;font-weight:500}
#sl-cpl-sales .fact-row{display:grid;grid-template-columns:1fr 1.35fr;align-items:center;min-height:92px;padding:14px 32px;background:#fff}
#sl-cpl-sales .fact-row:nth-child(even){background:#E9EDF3}
#sl-cpl-sales .fact-title{display:flex;align-items:center;gap:24px}
#sl-cpl-sales .fact-icon{width:42px;height:42px;border-radius:50%;display:grid;place-items:center;background:#073E77;color:#fff;border:4px solid #F8C020;box-shadow:0 4px 10px rgba(20,30,52,.18);font-size:13px;flex:0 0 auto}
#sl-cpl-sales .fact-desc{color:#5E626A;font-size:14px;line-height:1.5}
#sl-cpl-sales .pro-bar{max-width:1050px;margin:22px auto 0;padding:28px 30px;background:#242526;color:#fff;border-radius:18px;display:flex;align-items:center;gap:25px;box-shadow:0 18px 35px rgba(15,20,32,.2)}
#sl-cpl-sales .pro-bar-copy{flex:1}#sl-cpl-sales .pro-bar h3{margin:0 0 8px;font-size:21px}#sl-cpl-sales .pro-bar p{margin:0;line-height:1.5;font-size:14px}
#sl-cpl-sales .who-section{text-align:center}
#sl-cpl-sales .who-heading{max-width:1100px;margin-left:auto;margin-right:auto}
#sl-cpl-sales .who-layout{display:grid;grid-template-columns:1fr 1.05fr;gap:74px;align-items:center;margin-top:54px;text-align:left}
#sl-cpl-sales .who-copy{text-align:left}
#sl-cpl-sales .who-copy h2{font-size:48px;line-height:1.18;letter-spacing:-.045em;margin:14px 0 26px}
#sl-cpl-sales .who-copy p{color:var(--sl-muted);line-height:1.7;font-size:16px}
#sl-cpl-sales .who-photo img{width:100%;aspect-ratio:1.06/1;object-fit:cover;border:6px solid #fff;border-radius:22px;box-shadow:var(--sl-shadow)}
#sl-cpl-sales .who-stats{display:grid;grid-template-columns:1fr 1fr;gap:28px;margin-top:38px}
#sl-cpl-sales .who-stat strong{display:block;font-size:34px;color:#111;margin-bottom:8px}#sl-cpl-sales .who-stat span{color:#74777E;font-size:13px}
#sl-cpl-sales .rating{grid-column:1/-1;padding-top:24px;border-top:1px solid #D8DDE4;font-size:14px}#sl-cpl-sales .stars{letter-spacing:2px;color:#111;margin-right:10px}
#sl-cpl-sales .team-layout{display:grid;grid-template-columns:520px 1fr;gap:64px;align-items:start;margin-top:54px}
#sl-cpl-sales .team-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}
#sl-cpl-sales .team-thumb{border:2px solid transparent;border-radius:12px;overflow:hidden;background:#F0F2F5;padding:0;cursor:pointer;aspect-ratio:.78}
#sl-cpl-sales .team-thumb.active{border-color:var(--sl-navy)}
#sl-cpl-sales .team-thumb img{width:100%;height:100%;object-fit:cover;filter:grayscale(1);transition:filter .25s,transform .25s}
#sl-cpl-sales .team-thumb.active img, #sl-cpl-sales .team-thumb:hover img{filter:none}#sl-cpl-sales .team-thumb:hover img{transform:scale(1.02)}
#sl-cpl-sales .team-detail{padding:18px 10px}
#sl-cpl-sales .team-head{display:flex;align-items:center;gap:14px}
#sl-cpl-sales .team-mini{width:58px;height:58px;border-radius:50%;overflow:hidden;flex:0 0 auto;border:2px solid #E5E9EF}#sl-cpl-sales .team-mini img{width:100%;height:100%;object-fit:cover}
#sl-cpl-sales .team-detail h3{margin:0;font-size:24px}#sl-cpl-sales .team-role{color:#7B7E84;font-size:13px;margin-top:4px}
#sl-cpl-sales .team-bio{margin:26px 0;color:#575B63;line-height:1.65;font-size:15px}
#sl-cpl-sales .team-tags{display:flex;gap:10px;flex-wrap:wrap}#sl-cpl-sales .team-tags span{padding:8px 12px;border-radius:999px;background:#fff;box-shadow:0 5px 14px rgba(20,30,52,.06);font-size:12px;color:#4E5360}#sl-cpl-sales .team-tags span:before{content:"•";color:var(--sl-navy);margin-right:7px}
#sl-cpl-sales .team-controls{display:flex;gap:14px;margin-top:30px}
#sl-cpl-sales .faq-wrap{max-width:820px;margin:45px auto 0;padding:16px;background:var(--sl-soft2);border-radius:18px}
#sl-cpl-sales .faq-item{background:#fff;border-radius:13px;margin-bottom:12px;box-shadow:0 8px 18px rgba(20,30,52,.04);overflow:hidden}
#sl-cpl-sales .faq-item:last-child{margin-bottom:0}
#sl-cpl-sales .faq-item summary{list-style:none;cursor:pointer;padding:25px 28px;display:flex;align-items:center;justify-content:space-between;gap:20px;font-weight:500;font-size:17px}
#sl-cpl-sales .faq-item summary::-webkit-details-marker{display:none}
#sl-cpl-sales .faq-toggle{width:42px;height:42px;border-radius:50%;background:#fff;box-shadow:0 5px 16px rgba(20,30,52,.1);position:relative;flex:0 0 auto}
#sl-cpl-sales .faq-toggle:before, #sl-cpl-sales .faq-toggle:after{content:"";position:absolute;background:var(--sl-navy);left:50%;top:50%;transform:translate(-50%,-50%);width:12px;height:2px}#sl-cpl-sales .faq-toggle:after{transform:translate(-50%,-50%) rotate(90deg)}
#sl-cpl-sales .faq-item[open] .faq-toggle:after{opacity:0}
#sl-cpl-sales .faq-answer{padding:0 28px 26px;color:#666A72;font-size:14px;line-height:1.6}
#sl-cpl-sales .final-cta{position:relative;min-height:440px;border-radius:20px;overflow:hidden;box-shadow:var(--sl-shadow);display:grid;place-items:center;text-align:center;color:#fff}
#sl-cpl-sales .final-cta>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center 40%}
#sl-cpl-sales .final-cta:after{content:"";position:absolute;inset:0;background:rgba(16,20,28,.56)}
#sl-cpl-sales .final-inner{position:relative;z-index:2;max-width:720px;padding:50px 30px}
#sl-cpl-sales .final-inner h2{font-size:48px;line-height:1.15;letter-spacing:-.04em;margin:0 0 20px;text-transform:uppercase}
#sl-cpl-sales .final-inner p{font-size:16px;line-height:1.6;margin:0 0 28px}
#sl-cpl-sales .footer-note{text-align:center;padding:22px 0 60px;color:#7C8087;font-size:13px}
#sl-cpl-sales .reveal{opacity:0;transform:translateY(18px);transition:opacity .65s ease,transform .65s ease}#sl-cpl-sales .reveal.visible{opacity:1;transform:none}

@media(max-width:1000px){
  #sl-cpl-sales .stage{width:min(100% - 40px,920px)}
  #sl-cpl-sales .hero-showcase{padding-left:34px;padding-right:34px}
  #sl-cpl-sales .hero-image{left:5%;right:5%}
  #sl-cpl-sales .problem-grid{grid-template-columns:1fr 1fr}#sl-cpl-sales .problem-image{grid-column:1/-1;min-height:380px;order:-1}
  #sl-cpl-sales .guide-card{flex-basis:calc((100% - 22px)/2)}
  #sl-cpl-sales .how-shell{grid-template-columns:230px 1fr}
  #sl-cpl-sales .team-layout{grid-template-columns:420px 1fr;gap:36px}
}
@media(max-width:768px){
  #sl-cpl-sales .stage{width:min(100% - 28px,620px)}
  #sl-cpl-sales .section{padding:62px 0}
  #sl-cpl-sales .heading{font-size:38px}#sl-cpl-sales .subcopy{font-size:18px}
  #sl-cpl-sales .hero{padding-top:40px}#sl-cpl-sales .hero h1{font-size:44px}#sl-cpl-sales .hero-copy{font-size:18px}
  #sl-cpl-sales .hero-showcase{margin-top:70px;padding:250px 16px 18px;border-radius:30px 30px 16px 16px}
  #sl-cpl-sales .hero-image{top:-34px;left:14px;right:14px;height:285px;border-width:3px}
  #sl-cpl-sales .hero-stats{grid-template-columns:1fr;gap:0}#sl-cpl-sales .hero-stat{border-right:0;border-bottom:1px dashed rgba(255,255,255,.16);padding:24px 10px}#sl-cpl-sales .hero-stat:last-child{border-bottom:0}
  #sl-cpl-sales .problem-shell{padding:8px}#sl-cpl-sales .problem-intro{padding:34px 22px}#sl-cpl-sales .problem-intro h2{font-size:29px}#sl-cpl-sales .problem-intro p{font-size:17px}
  #sl-cpl-sales .problem-grid{grid-template-columns:1fr}#sl-cpl-sales .problem-card{min-height:auto;padding:30px 24px}#sl-cpl-sales .problem-card h3{font-size:24px;margin-top:24px}#sl-cpl-sales .problem-card p{font-size:17px}#sl-cpl-sales .problem-image{grid-column:auto;min-height:250px}
  #sl-cpl-sales .guide-card{flex:0 0 92%;min-height:auto}#sl-cpl-sales .guide-card h3{font-size:23px}#sl-cpl-sales .guide-card p{font-size:17px}
  #sl-cpl-sales .guided-cta{flex-direction:column;align-items:flex-start;padding:30px 24px}#sl-cpl-sales .guided-cta p{font-size:18px}
  #sl-cpl-sales .video-frame{margin-top:34px}#sl-cpl-sales .play{width:66px;height:66px}
  #sl-cpl-sales .how-shell{grid-template-columns:1fr}#sl-cpl-sales .how-tabs{display:grid;grid-template-columns:1fr 1fr}#sl-cpl-sales .how-tab{min-height:70px;padding:0 17px;font-size:14px}#sl-cpl-sales .step-card{padding:26px 22px}#sl-cpl-sales .step-card h3{font-size:21px}#sl-cpl-sales .step-card p{font-size:17px}
  #sl-cpl-sales .plan-cta{padding:30px 22px 240px;min-height:450px}#sl-cpl-sales .plan-cta p{font-size:17px}#sl-cpl-sales .plan-cta img{height:235px;width:100%;object-position:center bottom}
  #sl-cpl-sales .included-wrap{padding:12px 14px}#sl-cpl-sales .included-list:before{left:19px}#sl-cpl-sales .included-list li{padding:22px 16px 22px 34px;font-size:17px;line-height:1.45}#sl-cpl-sales .check-dot{left:-7px}
  #sl-cpl-sales .testimonial-layout{grid-template-columns:1fr;gap:28px}#sl-cpl-sales .testimonial-photo{max-width:330px;margin:0 auto}#sl-cpl-sales .testimonial-copy p{font-size:17px}#sl-cpl-sales .student-role{font-size:14px}
  #sl-cpl-sales .facts-head{display:none}#sl-cpl-sales .fact-row{grid-template-columns:1fr;gap:13px;padding:22px 20px}#sl-cpl-sales .fact-desc{font-size:16px;padding-left:66px}#sl-cpl-sales .pro-bar{flex-wrap:wrap;padding:26px 22px}#sl-cpl-sales .pro-bar p{font-size:16px}
  #sl-cpl-sales .who-layout{grid-template-columns:1fr;gap:36px}#sl-cpl-sales .who-copy h2{font-size:38px}#sl-cpl-sales .who-copy p{font-size:18px}#sl-cpl-sales .who-photo{order:-1}#sl-cpl-sales .who-stats{grid-template-columns:1fr 1fr}
  #sl-cpl-sales .team-layout{grid-template-columns:1fr;gap:30px}#sl-cpl-sales .team-grid{grid-template-columns:repeat(3,1fr)}#sl-cpl-sales .team-detail h3{font-size:24px}#sl-cpl-sales .team-bio{font-size:17px}
  #sl-cpl-sales .faq-wrap{padding:10px}#sl-cpl-sales .faq-item summary{padding:22px 18px;font-size:18px}#sl-cpl-sales .faq-answer{padding:0 18px 22px;font-size:17px}
  #sl-cpl-sales .final-cta{min-height:500px}#sl-cpl-sales .final-inner h2{font-size:38px}#sl-cpl-sales .final-inner p{font-size:18px}
}
@media(max-width:480px){
  #sl-cpl-sales .hero h1{font-size:39px}#sl-cpl-sales .heading{font-size:34px}#sl-cpl-sales .hero-showcase{padding-top:220px}#sl-cpl-sales .hero-image{height:245px}
  #sl-cpl-sales .how-tabs{grid-template-columns:1fr}#sl-cpl-sales .team-grid{grid-template-columns:repeat(2,1fr)}
  #sl-cpl-sales .who-stats{grid-template-columns:1fr}#sl-cpl-sales .rating{grid-column:auto}
}
@media(prefers-reduced-motion:reduce){
  #sl-cpl-sales, #sl-cpl-sales *, #sl-cpl-sales *:before, #sl-cpl-sales *:after{scroll-behavior:auto!important;transition:none!important;animation:none!important}
  #sl-cpl-sales .reveal{opacity:1;transform:none}
}

/* CPL package refinements */
#sl-cpl-sales .purchase-section{padding-top:74px}
#sl-cpl-sales .purchase-intro{max-width:760px}
#sl-cpl-sales .purchase-component{margin-top:42px}
#sl-cpl-sales .purchase-component .sltk-course-sales{max-width:1280px;margin:0 auto}
#sl-cpl-sales .purchase-component .sltk-cs-plan-grid{padding:16px;border-radius:24px;background:var(--sl-soft)}
#sl-cpl-sales .purchase-component .sltk-cs-plan-card{border-radius:16px;box-shadow:none;border:1px solid #E2E7EE;padding:34px 30px 28px}
#sl-cpl-sales .purchase-component .sltk-cs-plan-label{font-size:21px}
#sl-cpl-sales .purchase-component .sltk-cs-price{font-size:40px;margin-top:18px}
#sl-cpl-sales .purchase-component .sltk-cs-plan-note{font-size:14px}
#sl-cpl-sales .purchase-component .sltk-cs-date-field{padding-top:28px}
#sl-cpl-sales .purchase-component .sltk-cs-date-select{min-height:58px;border-radius:12px}
#sl-cpl-sales .purchase-component .sltk-cs-continue{min-height:58px;border-radius:12px}
#sl-cpl-sales .purchase-component .sltk-cs-badge{background:var(--sl-yellow);color:var(--sl-navy-dark)}
#sl-cpl-sales .included-list:before{left:40px}
#sl-cpl-sales .included-list li{padding-left:82px}
#sl-cpl-sales .check-dot{left:17px}
@media(max-width:768px){
  #sl-cpl-sales .purchase-section{padding-top:58px}
  #sl-cpl-sales .purchase-component{margin-top:30px}
  #sl-cpl-sales .purchase-component .sltk-course-sales{margin:0}
  #sl-cpl-sales .purchase-component .sltk-cs-plan-grid{display:grid!important;grid-template-columns:1fr!important;padding:8px!important;gap:16px!important}
  #sl-cpl-sales .purchase-component .sltk-cs-plan-card{width:100%!important;padding:28px 22px!important}
  #sl-cpl-sales .purchase-component .sltk-cs-plan-label{font-size:24px!important}
  #sl-cpl-sales .purchase-component .sltk-cs-price{font-size:40px!important}
  #sl-cpl-sales .purchase-component .sltk-cs-plan-note{font-size:17px!important}
  #sl-cpl-sales .purchase-component .sltk-cs-date-field label{font-size:17px!important}
  #sl-cpl-sales .purchase-component .sltk-cs-date-select{min-height:60px!important;font-size:17px!important}
  #sl-cpl-sales .purchase-component .sltk-cs-continue{min-height:60px!important;font-size:18px!important}
  #sl-cpl-sales .included-list:before{left:37px!important}
  #sl-cpl-sales .included-list li{padding-left:76px!important}
  #sl-cpl-sales .check-dot{left:14px!important}
}


/* v1.0.1 — WordPress/BuddyBoss isolation and exact-layout protection */
#sl-cpl-sales{
  width:100vw!important;
  max-width:100vw!important;
  margin-left:calc(50% - 50vw)!important;
  margin-right:calc(50% - 50vw)!important;
  padding:0!important;
  border:0!important;
  background:#fff!important;
  color:#232426!important;
  font-family:Poppins,Inter,Arial,sans-serif!important;
  font-size:16px!important;
  line-height:1.5!important;
  text-align:initial!important;
  overflow:hidden!important;
}
#sl-cpl-sales,#sl-cpl-sales *{box-sizing:border-box!important}
#sl-cpl-sales h1,#sl-cpl-sales h2,#sl-cpl-sales h3,#sl-cpl-sales h4,
#sl-cpl-sales p,#sl-cpl-sales ul,#sl-cpl-sales ol,#sl-cpl-sales figure{
  font-family:inherit!important;
  text-transform:none!important;
}
#sl-cpl-sales h1,#sl-cpl-sales h2,#sl-cpl-sales h3,#sl-cpl-sales h4{
  color:inherit;
}
#sl-cpl-sales p{margin-top:0}
#sl-cpl-sales img{max-width:100%!important}
#sl-cpl-sales button,#sl-cpl-sales input,#sl-cpl-sales select,#sl-cpl-sales textarea{
  font-family:inherit!important;
}
#sl-cpl-sales .stage{
  width:min(1280px,calc(100% - 64px))!important;
  max-width:1280px!important;
  margin-left:auto!important;
  margin-right:auto!important;
  padding-left:0!important;
  padding-right:0!important;
}
#sl-cpl-sales .hero h1{
  font-size:clamp(48px,5vw,72px)!important;
  line-height:1.06!important;
  letter-spacing:-.05em!important;
  margin:28px auto 24px!important;
}
#sl-cpl-sales .heading{
  font-size:clamp(38px,4.2vw,62px)!important;
  line-height:1.06!important;
  letter-spacing:-.045em!important;
}
#sl-cpl-sales .btn{
  text-decoration:none!important;
  border:0!important;
}
#sl-cpl-sales .purchase-component .sltk-course-sales{
  width:100%!important;
  max-width:1180px!important;
  margin:34px auto!important;
  font-family:Poppins,Inter,Arial,sans-serif!important;
}
#sl-cpl-sales .purchase-component .sltk-cs-plan-grid{
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:16px!important;
}
#sl-cpl-sales .purchase-component .sltk-cs-plan-card{
  display:flex!important;
  flex-direction:column!important;
  background:#fff!important;
  color:#24262a!important;
}
#sl-cpl-sales .purchase-component .sltk-cs-date-select,
#sl-cpl-sales .purchase-component .sltk-cs-continue{
  width:100%!important;
}
@media(max-width:1050px){
  #sl-cpl-sales .purchase-component .sltk-cs-plan-grid{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }
}
@media(max-width:768px){
  #sl-cpl-sales{
    width:100%!important;
    max-width:100%!important;
    margin-left:0!important;
    margin-right:0!important;
  }
  #sl-cpl-sales .stage{
    width:min(100% - 28px,620px)!important;
  }
  #sl-cpl-sales .hero h1{font-size:44px!important}
  #sl-cpl-sales .heading{font-size:38px!important}
  #sl-cpl-sales .purchase-component .sltk-cs-plan-grid{
    grid-template-columns:1fr!important;
  }
}
@media(max-width:480px){
  #sl-cpl-sales .hero h1{font-size:39px!important}
  #sl-cpl-sales .heading{font-size:34px!important}
}

/* SKYLEARNER CPL v1.0.2 — RESPONSIVE COURSE VIDEO START */
#sl-cpl-sales .video-frame{
  aspect-ratio:16/9;
  width:min(100%,1060px);
  height:auto;
  background:#000;
}
#sl-cpl-sales .video-frame > img{
  width:100%;
  height:100%;
  aspect-ratio:auto;
  display:block;
  object-fit:cover;
}
#sl-cpl-sales .video-frame iframe{
  position:absolute;
  inset:0;
  display:block;
  width:100%!important;
  height:100%!important;
  border:0!important;
  margin:0!important;
}
#sl-cpl-sales .video-frame.is-playing .play{
  display:none!important;
}
#sl-cpl-sales .video-fallback{
  margin:16px auto 0;
  text-align:center;
}
#sl-cpl-sales .video-fallback a{
  color:var(--sl-navy);
  text-decoration:underline;
  text-underline-offset:3px;
}
@media(max-width:620px){
  #sl-cpl-sales .video-frame{
    width:100%;
    border-width:4px;
    border-radius:14px;
  }
}
/* SKYLEARNER CPL v1.0.2 — RESPONSIVE COURSE VIDEO END */

/* SKYLEARNER CPL 1.0.3 — REAL TESTIMONIALS START */
#sl-cpl-sales .testimonial-photo img{
  aspect-ratio:4/5;
  object-fit:cover;
  object-position:center;
}
#sl-cpl-sales .testimonial-controls{
  align-items:center;
}
#sl-cpl-sales .testimonial-position{
  min-width:44px;
  text-align:center;
  font-size:12px;
  color:var(--sl-muted);
  font-weight:600;
}
/* SKYLEARNER CPL 1.0.3 — REAL TESTIMONIALS END */

/* SKYLEARNER CPL 1.0.5 — TESTIMONIAL SYNC + AUTHENTIC VIDEO POSTER START */
#sl-cpl-sales .testimonial-carousel{
  max-width:900px;
  margin:56px auto 0;
}
#sl-cpl-sales .testimonial-carousel .testimonial-layout{
  margin:0 auto;
}
#sl-cpl-sales .testimonial-slide[hidden]{
  display:none!important;
}
#sl-cpl-sales .testimonial-controls-shared{
  margin:24px 0 0 396px;
}
@media(max-width:760px){
  #sl-cpl-sales .testimonial-carousel{
    margin-top:36px;
  }
  #sl-cpl-sales .testimonial-controls-shared{
    margin:22px 0 0;
    justify-content:center;
  }
}
#sl-cpl-sales .video-frame .play.poster-hit{
  inset:0!important;
  width:100%!important;
  height:100%!important;
  margin:0!important;
  border-radius:0!important;
  background:transparent!important;
  color:transparent!important;
  box-shadow:none!important;
  font-size:0!important;
  cursor:pointer;
}
#sl-cpl-sales .video-frame .play.poster-hit:hover{
  background:rgba(11,23,56,.025)!important;
}
#sl-cpl-sales .video-frame .play.poster-hit:focus-visible{
  outline:4px solid var(--sl-yellow)!important;
  outline-offset:-8px!important;
}
/* SKYLEARNER CPL 1.0.5 — TESTIMONIAL SYNC + AUTHENTIC VIDEO POSTER END */

/* SKYLEARNER CPL 1.0.6 — INSTRUCTOR MINI PORTRAIT FIX START */
.team-mini img[data-team-mini][hidden]{
  display:none!important;
}
.team-mini img[data-team-mini].is-active{
  display:block;
}
/* SKYLEARNER CPL 1.0.6 — INSTRUCTOR MINI PORTRAIT FIX END */

/* SKYLEARNER CPL 1.0.7 — STABLE YOUTUBE PLAYER START */
#sl-cpl-sales .video-frame .course-video-player{
  position:absolute;
  inset:0;
  z-index:1;
  display:block;
  width:100%!important;
  height:100%!important;
  border:0!important;
  margin:0!important;
  background:#000;
}
#sl-cpl-sales .video-frame > img{
  position:relative;
  z-index:2;
}
#sl-cpl-sales .video-frame .play.poster-hit{
  z-index:3;
}
#sl-cpl-sales .video-frame.is-playing > img,
#sl-cpl-sales .video-frame.is-playing .play.poster-hit{
  display:none!important;
}
/* SKYLEARNER CPL 1.0.7 — STABLE YOUTUBE PLAYER END */
