*{
margin:0;
padding:0;
box-sizing:border-box;
}

body{
font-family:'Noto Sans Telugu',sans-serif;
background:#07111f;
color:#fff;
line-height:1.7;
}

.container{
width:92%;
max-width:1140px;
margin:auto;
}



.hero{
padding:10px 0;
background:linear-gradient(135deg,#07111f,#0d2444);
}
.investment-box {
    background: rgba(255, 255, 255, 0.08);
    padding: 24px;
    border-radius: 16px;
    display: grid;
    gap: 10px;
    max-width: 360px;
    margin-bottom: 20px;
}

.investment-box .original-price {
    text-decoration: line-through;
    color: #d9d9d9;
    margin-right: 8px;
}

.investment-box .discounted-price {
    font-weight: 800;
    color: #f5b400;
    font-size: 18px;
}

.investment-box strong {
    font-weight: 700;
    color: #fff;
}
.hero-grid{
display:grid;
grid-template-columns:1.1fr .9fr;
gap:40px;
align-items:center;
}

.tag{
display:inline-block;
background:rgba(245,180,0,.15);
border:1px solid rgba(245,180,0,.4);
padding:8px 16px;
border-radius:40px;
color:#f5b400;
font-weight:700;
margin-bottom:20px;
margin-top: 20px;
}

h1{
font-size:45px;
line-height:1.1;
margin-bottom:20px;
}

.hero-text{
font-size:19px;
color:#d9e4f5;
margin-bottom:16px;
}

.mini-grid{
display:grid;
grid-template-columns:repeat(2,1fr);
gap:12px;
margin:24px 0;
}

.mini-card{
background:rgba(255,255,255,.08);
padding:14px;
border-radius:12px;
font-size:14px;
}

.details-box{
background:rgba(255,255,255,.08);
padding:18px;
border-radius:16px;
margin:24px 0;
display:grid;
gap:8px;
}

.main-btn{
display:inline-block;
background:#f5b400;
color:#07111f;
padding:15px 28px;
border-radius:12px;
font-weight:800;
text-decoration:none;
margin-top:10px;
}

.small-text{
margin-top:12px;
font-size:14px;
color:#c9d6ea;
}

.help-card{
background:#fff;
color:#07111f;
padding:34px;
border-radius:24px;
}

.help-card h3{
margin-bottom:18px;
font-size:23px;
}

.help-card ul{
list-style:none;
}

.help-card li{
margin-bottom:14px;
padding-left:28px;
position:relative;
}

.help-card li:before{
content:"✓";
position:absolute;
left:0;
color:#f5b400;
font-weight:900;
}

.section{
padding:80px 0;
}

.dark{
background:#0b1b30;
}

.section h2{
font-size:40px;
margin-bottom:26px;
}

.problem-grid,
.topic-grid{
display:grid;
gap:20px;
}

.problem-grid{
grid-template-columns:repeat(3,1fr);
}

.problem-box{
background:rgba(255,255,255,.08);
padding:24px;
border-radius:16px;
}

.center-text{
text-align:center;
margin-top:24px;
font-weight:700;
}

.topic-grid{
grid-template-columns:repeat(4,1fr);
margin-top:30px;
}

.topic-card{
background:#fff;
color:#07111f;
padding:28px;
border-radius:20px;
}

.topic-card span{
font-size:28px;
font-weight:900;
color:#f5b400;
}

.topic-card h3{
margin:12px 0;
font-size:22px;
}

.topic-card p{
color:#344054;
font-size:15px;
}

.split{
display:grid;
grid-template-columns:1fr .8fr;
gap:40px;
}

.check-list{
list-style:none;
}

.check-list li{
margin-bottom:14px;
padding-left:30px;
position:relative;
}

.check-list li:before{
content:"✓";
position:absolute;
left:0;
color:#f5b400;
font-weight:900;
}

.register-box{
background:#fff;
color:#07111f;
padding:34px;
border-radius:24px;
}

.register-box h3{
margin-bottom:18px;
font-size:28px;
}

.full{
width:100%;
text-align:center;
}

.testimonial-scroll{
display:flex;
gap:20px;
overflow-x:auto;
padding-bottom:10px;
}

.testimonial{
min-width:320px;
background:#fff;
color:#07111f;
padding:24px;
border-radius:20px;
}

.testimonial p{
margin:14px 0;
}

.host-box{
background:linear-gradient(135deg,rgba(245,180,0,.12),rgba(255,255,255,.04));
padding:42px;
border-radius:24px;
}

.host-box p{
margin-bottom:14px;
max-width:850px;
}

.faq-item{
margin-bottom:16px;
}

.faq-question{
width:100%;
background:#fff;
border:none;
padding:20px;
font-size:18px;
font-weight:700;
text-align:left;
border-radius:12px;
cursor:pointer;
}

.faq-answer{
display:none;
background:#16263d;
padding:20px;
border-radius:0 0 12px 12px;
}

.final-cta{
padding:90px 0;
background:linear-gradient(135deg,#102747,#07111f);
}

.final-cta h2{
font-size:46px;
margin-bottom:18px;
}

.final-cta p{
max-width:760px;
margin:auto auto 20px;
color:#d9e4f5;
}

.cta-line{
display:inline-block;
background:rgba(255,255,255,.08);
padding:12px 18px;
border-radius:40px;
margin-bottom:20px;
}

footer{
background:#030812;
padding:24px 0;
}

.center{
text-align:center;
}

.popup-overlay{
position:fixed;
inset:0;
background:rgba(0,0,0,.7);
display:none;
justify-content:center;
align-items:center;
z-index:999;
padding:20px;
}

.popup-box{
background:#07111f;
max-width:500px;
width:100%;
padding:34px;
border-radius:24px;
position:relative;
border:1px solid rgba(245,180,0,.25);
}

.popup-box h3{
color:#f5b400;
margin-bottom:16px;
font-size:30px;
}

.popup-box p{
margin-bottom:16px;
color:#d9e4f5;
}

.close-popup{
position:absolute;
right:14px;
top:14px;
background:none;
border:none;
color:#fff;
font-size:22px;
cursor:pointer;
}

@media(max-width:980px){

.hero-grid,
.split{
grid-template-columns:1fr;
}

.problem-grid{
grid-template-columns:repeat(2,1fr);
}

.topic-grid{
grid-template-columns:repeat(2,1fr);
}

h1{
font-size:46px;
}

}

@media(max-width:640px){


.hero{
padding:60px 0;
}

h1{
font-size:35px;
}

.section h2,
.final-cta h2{
font-size:30px;
}

.problem-grid,
.topic-grid{
grid-template-columns:1fr;
}

.mini-grid{
grid-template-columns:1fr;
}

.main-btn{
width:100%;
text-align:center;
}

}


.logo{
height:72px;
display:block;
}

.logo-wrap{
display:flex;
align-items:center;
}



.top-btn{
background:#f5b400;
color:#07111f;
padding:12px 22px;
border-radius:10px;
text-decoration:none;
font-weight:800;
white-space:nowrap;
transition:.3s;
}

.top-btn:hover{
transform:translateY(-2px);
}

@media(max-width:768px){


.logo{
height:58px;
}



.top-btn{
width:100%;
max-width:260px;
text-align:center;
}

}
.brand-logo{
width:100%;
max-width:420px;
display:block;
margin:auto;
background:#fff;
padding:8px 18px;
border-radius:12px;
}

@media(max-width:640px){

.brand-logo{
max-width:280px;
}

}


/* Topbar info text */


/* CTA button styling */
.top-btn {
    background: #f5b400;
    color: #07111f;
    padding: 12px 24px;
    border-radius: 10px;
    font-weight: 800;
    text-decoration: none;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.top-btn:hover {
    background: #e0a800;
    transform: translateY(-2px);
}

/* Responsive for mobile */
@media(max-width:768px){

    .top-btn {
        width: 100%;
        max-width: 280px;
        text-align: center;
    }
}
.msw-problem-section {
  padding: 80px 20px;
  background: #fff8f1;
}

.msw-container {
  max-width: 1150px;
  margin: 0 auto;
}

.msw-section-header {
  text-align: center;
  max-width: 850px;
  margin: 0 auto 45px;
}

.msw-tag {
  display: inline-block;
  background: #ffefe0;
  color: #e45c00;
  font-size: 15px;
  font-weight: 700;
  padding: 8px 18px;
  border-radius: 50px;
  margin-bottom: 18px;
}

.msw-section-header h2 {
  font-size: 42px;
  line-height: 1.2;
  color: #171717;
  margin: 0 0 18px;
  font-weight: 800;
}

.msw-section-header p {
  font-size: 19px;
  line-height: 1.7;
  color: #555;
  margin: 0;
}

.msw-problem-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
  margin-bottom: 35px;
}

.msw-problem-card {
  background: #ffffff;
  border: 1px solid #ffe1c7;
  border-radius: 16px;
  padding: 22px 24px;
  font-size: 18px;
  line-height: 1.5;
  color: #222;
  font-weight: 600;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.04);
}

.msw-highlight-box {
  background: #171717;
  color: #ffffff;
  border-radius: 22px;
  padding: 34px 40px;
  text-align: center;
  max-width: 900px;
  margin: 0 auto;
}

.msw-highlight-box h3 {
  font-size: 30px;
  margin: 0 0 12px;
  color: #ffffff;
}

.msw-highlight-box p {
  font-size: 19px;
  line-height: 1.7;
  margin: 0;
  color: #f5f5f5;
}

@media (max-width: 768px) {
  .msw-problem-section {
    padding: 55px 16px;
  }

  .msw-section-header h2 {
    font-size: 30px;
  }

  .msw-section-header p {
    font-size: 17px;
  }

  .msw-problem-grid {
    grid-template-columns: 1fr;
  }

  .msw-problem-card {
    font-size: 16px;
    padding: 18px;
  }

  .msw-highlight-box {
    padding: 26px 20px;
  }

  .msw-highlight-box h3 {
    font-size: 24px;
  }

  .msw-highlight-box p {
    font-size: 16px;
  }
}
.msw-why-section {
  padding: 80px 20px;
  background: #071626;
}

.msw-container {
  max-width: 1150px;
  margin: 0 auto;
}

.msw-why-header {
  text-align: center;
  max-width: 880px;
  margin: 0 auto 40px;
}

.msw-tag {
  display: inline-block;
  background: #ffefe0;
  color: #e45c00;
  font-size: 14px;
  font-weight: 700;
  padding: 8px 18px;
  border-radius: 50px;
  margin-bottom: 18px;
}

.msw-why-header h2 {
  font-size: 40px;
  line-height: 1.25;
  color: #ffffff;
  margin: 0 0 18px;
  font-weight: 800;
}

.msw-why-header p {
  font-size: 19px;
  line-height: 1.8;
  color: #cbd5e1;
  margin: 0;
}

.msw-why-box {
  max-width: 900px;
  margin: 0 auto;
  background: #ffffff;
  border-radius: 24px;
  padding: 38px 44px;
  text-align: center;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.22);
}

.msw-why-box h3 {
  font-size: 30px;
  color: #111827;
  margin: 0 0 16px;
  font-weight: 800;
}

.msw-why-box p {
  font-size: 19px;
  line-height: 1.8;
  color: #374151;
  margin: 0 0 16px;
}

.msw-why-box p:last-child {
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .msw-why-section {
    padding: 55px 16px;
  }

  .msw-why-header h2 {
    font-size: 29px;
  }

  .msw-why-header p {
    font-size: 16px;
  }

  .msw-why-box {
    padding: 28px 20px;
  }

  .msw-why-box h3 {
    font-size: 24px;
  }

  .msw-why-box p {
    font-size: 16px;
  }
}
.msw-different-section {
  padding: 75px 20px;
  background: #fff8f1;
}

.msw-different-header {
  text-align: center;
  margin-bottom: 38px;
}

.msw-different-header h2 {
  font-size: 40px;
  line-height: 1.25;
  color: #111827;
  margin: 0;
  font-weight: 800;
}

.msw-different-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  max-width: 1050px;
  margin: 0 auto;
}

.msw-different-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 24px 20px;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  border: 1px solid #f3e1d1;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.04);
}

.msw-different-card.positive {
  background: #111827;
  color: #ffffff;
}

.msw-different-card.negative {
  color: #111827;
}

@media (max-width: 768px) {
  .msw-different-section {
    padding: 55px 16px;
  }

  .msw-different-header h2 {
    font-size: 30px;
  }

  .msw-different-grid {
    grid-template-columns: 1fr;
  }

  .msw-different-card {
    font-size: 16px;
    padding: 20px;
  }
}
/* =========================================
WHO SHOULD ATTEND SECTION
========================================= */

.msw-attend-section{
padding:80px 20px;
background:#071626;
}

.msw-container{
max-width:1200px;
margin:0 auto;
}

/* Header */

.msw-attend-header{
text-align:center;
max-width:850px;
margin:0 auto 50px;
}

.msw-tag{
display:inline-block;
background:#ffefe0;
color:#e45c00;
font-size:14px;
font-weight:700;
padding:8px 18px;
border-radius:50px;
margin-bottom:18px;
}

.msw-attend-header h2{
font-size:42px;
line-height:1.2;
color:#ffffff;
margin:0 0 15px;
font-weight:800;
}

.msw-attend-header p{
font-size:18px;
line-height:1.8;
color:#cbd5e1;
margin:0;
}

/* Cards */

.msw-attend-grid{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:20px;
margin-bottom:50px;
}

.msw-attend-card{
background:#11253d;
color:#ffffff;
padding:24px;
border-radius:18px;
text-align:center;
font-size:18px;
font-weight:600;
transition:all .3s ease;
border:1px solid rgba(255,255,255,0.08);
}

.msw-attend-card:hover{
transform:translateY(-4px);
background:#163454;
}

/* Not For Section */

.msw-not-for{
background:#ffffff;
max-width:850px;
margin:0 auto;
padding:35px;
border-radius:24px;
border:2px solid #ffe3c2;
box-shadow:0 15px 40px rgba(0,0,0,0.08);
}

.msw-not-for h3{
text-align:center;
color:#111827;
font-size:30px;
font-weight:800;
margin:0 0 25px;
}

.msw-not-for ul{
list-style:none;
padding:0;
margin:0;
}

.msw-not-for li{
padding:16px 0;
color:#374151;
font-size:18px;
line-height:1.6;
border-bottom:1px solid #eeeeee;
}

.msw-not-for li:last-child{
border-bottom:none;
}

/* Mobile */

@media(max-width:768px){

```
.msw-attend-section{
    padding:60px 16px;
}

.msw-attend-header h2{
    font-size:30px;
}

.msw-attend-header p{
    font-size:16px;
}

.msw-attend-grid{
    grid-template-columns:1fr;
    gap:15px;
}

.msw-attend-card{
    padding:18px;
    font-size:16px;
}

.msw-not-for{
    padding:25px 20px;
}

.msw-not-for h3{
    font-size:24px;
}

.msw-not-for li{
    font-size:16px;
}
```

}
.workshop-proof{
    margin-top:15px;
    font-size:16px;
    font-weight:600;
    color:#FFD54A;
    line-height:1.6;
}
.host-section{
padding:80px 20px;
background:#071a35;
}

.host-container{
max-width:1200px;
margin:auto;
display:flex;
align-items:center;
gap:60px;
}

.host-image{
flex:1;
}

.host-image img{
width:100%;
max-width:420px;
display:block;
margin:auto;
border-radius:20px;
box-shadow:0 15px 40px rgba(0,0,0,.25);
}

.host-content{
flex:1.2;
color:#fff;
}

.host-tag{
display:inline-block;
background:#f5b700;
color:#071a35;
padding:8px 16px;
border-radius:30px;
font-size:14px;
font-weight:700;
margin-bottom:15px;
}

.host-content h2{
font-size:42px;
line-height:1.2;
margin-bottom:5px;
}

.host-role{
color:#f5b700;
font-size:22px;
margin-bottom:25px;
font-weight:600;
}

.host-content p{
color:#d9d9d9;
line-height:1.9;
font-size:17px;
margin-bottom:18px;
}

.host-points{
display:grid;
grid-template-columns:repeat(2,1fr);
gap:15px;
margin-top:25px;
}

.host-points div{
background:#0d2953;
padding:15px;
border-radius:12px;
font-weight:600;
}

.host-quote{
margin-top:25px;
background:#0d2953;
border-left:4px solid #f5b700;
padding:18px;
border-radius:10px;
font-style:italic;
color:#fff;
font-size:18px;
}

@media(max-width:768px){

.host-container{
flex-direction:column;
text-align:center;
}

.host-content h2{
font-size:32px;
}

.host-role{
font-size:20px;
}

.host-points{
grid-template-columns:1fr;
}

}
.small-text{
    display:block;
    font-size:16px;
    color:#777;
    margin-bottom:15px;
}

.future-choice p{
    margin:8px 0;
    font-size:22px;
}

.highlight-box h1{
    font-size:64px;
    color:#e31b23;
    font-weight:900;
    line-height:1.1;
    margin:15px 0 25px;
}

.risk-text{
    font-size:20px;
    font-weight:600;
    margin-bottom:25px;
    color:#333;
}
.future-section{
    background:#f7f3ee;
    padding:80px 20px;
    position:relative;
}

.future-container{
    max-width:850px;
    margin:auto;
    text-align:center;
}

.future-section h2{
    font-size:42px;
    font-weight:800;
    color:#1b1b1b;
    margin-bottom:20px;
}

.question{
    font-size:26px;
    font-weight:600;
    color:#444;
    margin-bottom:30px;
}

.pain-box{
    background:#ffffff;
    border-radius:16px;
    padding:35px;
    max-width:600px;
    margin:0 auto 35px;
    box-shadow:0 15px 40px rgba(0,0,0,.08);
    border:1px solid #ececec;
}

.pain-box p{
    font-size:26px;
    font-weight:700;
    color:#c1121f;
    margin:18px 0;
}

.pain-box p::before{
    content:"❌ ";
}

.future-section p{
    font-size:20px;
    line-height:1.8;
    color:#444;
}

.or-text{
    font-size:34px;
    font-weight:800;
    color:#ff9800;
    margin:30px 0;
}

.decision{
    font-size:28px;
    font-weight:700;
    margin-top:20px;
    color:#111;
}

.highlight-box{
    margin-top:50px;
    background:#fff;
    border-radius:20px;
    padding:45px 30px;
    max-width:650px;
    margin-left:auto;
    margin-right:auto;
    box-shadow:0 20px 50px rgba(0,0,0,.12);
    position:relative;
    overflow:hidden;
}

.highlight-box::before{
    content:"";
    position:absolute;
    left:0;
    top:0;
    width:6px;
    height:100%;
    background:#ff6b00;
}

.highlight-box p{
    color:#666;
    font-size:18px;
    margin-bottom:15px;
}

.highlight-box h3{
    font-size:34px;
    line-height:1.4;
    color:#e31b23;
    margin-bottom:20px;
    font-weight:700;
}

.highlight-box h2{
    font-size:27px;
    font-weight:900;
    color:#222;
    margin-bottom:30px;
    line-height:1.1;
    text-transform:uppercase;
}

.highlight-box .main-btn{
    display:inline-block;
    background:#f4b400;
    color:#111;
    padding:16px 36px;
    border-radius:10px;
    font-weight:700;
    font-size:18px;
    text-decoration:none;
    transition:.3s;
}

.highlight-box .main-btn:hover{
    transform:translateY(-2px);
}
/* ===========================
   CONTACT & BUSINESS DETAILS
=========================== */

.contact-trust-grid{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:40px;
    margin-top:20px;
}

.contact-box,
.business-box{
    background:#111827;
    border:1px solid rgba(255,255,255,.08);
    border-radius:14px;
    padding:32px;
    transition:.3s ease;
}

.contact-box:hover,
.business-box:hover{
    border-color:#f4b400;
    transform:translateY(-4px);
}

.contact-box h3,
.business-box h3{
    color:#ffffff;
    font-size:28px;
    margin-bottom:20px;
    font-weight:700;
    position:relative;
}

.contact-box h3:before,
.business-box h3:before{
    content:"";
    width:5px;
    height:28px;
    background:#f4b400;
    position:absolute;
    left:-18px;
    top:4px;
    border-radius:10px;
}

.contact-box p,
.business-box p{
    color:#d1d5db;
    font-size:17px;
    line-height:1.9;
    margin-bottom:14px;
}

.contact-box strong,
.business-box strong{
    color:#ffffff;
    font-weight:700;
}

.contact-box a,
.business-box a{
    color:#f4b400;
    text-decoration:none;
    font-weight:600;
}

.contact-box a:hover,
.business-box a:hover{
    text-decoration:underline;
}

.footer-links{
    text-align:center;
    margin-top:45px;
    padding-top:25px;
    border-top:1px solid rgba(255,255,255,.08);
}

.footer-links a{
    color:#f4b400;
    text-decoration:none;
    margin:0 12px;
    font-size:15px;
    transition:.3s;
}

.footer-links a:hover{
    color:#ffffff;
}

@media(max-width:768px){

.contact-trust-grid{
    grid-template-columns:1fr;
    gap:25px;
}

.contact-box,
.business-box{
    padding:24px;
}

.contact-box h3,
.business-box h3{
    font-size:24px;
}

}
/* =========================================
   MARKETING & SALES WORKSHOP POPUP
   DARK PREMIUM VERSION
========================================= */

.popup-offer-box {
  position: relative;
  width: min(92%, 520px);
  padding: 34px 32px 28px;
  border-radius: 20px;

  background: #071426;
  border: 1px solid rgba(255, 183, 0, 0.35);

  text-align: center;

  box-shadow:
    0 25px 70px rgba(0, 0, 0, 0.50),
    0 0 0 1px rgba(255, 183, 0, 0.05);
}


/* =========================================
   ₹199 TOP QUESTION
========================================= */

.popup-price-question {
  display: inline-block;

  margin-bottom: 16px;
  padding: 7px 15px;

  border-radius: 50px;

  background: rgba(255, 183, 0, 0.12);
  border: 1px solid rgba(255, 183, 0, 0.22);

  color: #ffb700;

  font-size: 15px;
  font-weight: 800;
  line-height: 1.5;
}


/* =========================================
   MAIN HEADLINE
========================================= */

.popup-main-heading {
  margin: 0 0 20px;

  font-size: 29px;
  line-height: 1.3;
  font-weight: 800;

  color: #ffffff;
}

.popup-main-heading span {
  color: #ffb700;
}


/* =========================================
   PROBLEM TEXT
========================================= */

.popup-problem-text {
  margin: 0 auto 22px;
  max-width: 445px;

  font-size: 17px;
  line-height: 1.75;

  color: #d8e0eb;
}

.popup-problem-text strong {
  color: #ffffff;
  font-weight: 800;
}


/* =========================================
   IDEA / CLARITY HIGHLIGHT BOX
========================================= */

.popup-highlight {
  margin: 20px 0 24px;
  padding: 19px 20px;

  border-radius: 14px;

  background: rgba(255, 255, 255, 0.055);
  border: 1px solid rgba(255, 255, 255, 0.10);

  color: #cbd5e1;

  font-size: 16px;
  line-height: 1.7;
}

.popup-highlight span,
.popup-highlight strong {
  display: block;
}

.popup-highlight-small {
  margin-bottom: 3px;
  color: #cbd5e1;
}

.popup-highlight strong {
  margin: 3px 0 5px;

  font-size: 21px;
  font-weight: 800;

  color: #ffb700;
}

.popup-highlight b {
  color: #ffffff;
  font-weight: 800;
}


/* =========================================
   CTA BUTTON
========================================= */

.popup-cta {
  display: block;
  width: 100%;

  padding: 16px 18px;

  border-radius: 11px;

  background: #ffb700 !important;
  color: #071426 !important;

  font-size: 18px;
  font-weight: 800;
  text-align: center;
  text-decoration: none;

  box-shadow: 0 8px 22px rgba(255, 183, 0, 0.18);

  transition:
    transform 0.2s ease,
    background 0.2s ease,
    box-shadow 0.2s ease;
}

.popup-cta:hover {
  background: #ffc62b !important;
  color: #071426 !important;

  transform: translateY(-2px);

  box-shadow: 0 10px 28px rgba(255, 183, 0, 0.28);
}


/* =========================================
   BOTTOM NOTE
========================================= */

.popup-small-note {
  margin-top: 12px;

  font-size: 13px;
  font-weight: 600;

  color: #94a3b8;
}


/* =========================================
   CLOSE BUTTON
========================================= */

.popup-offer-box .close-popup {
  position: absolute;

  top: 12px;
  right: 14px;

  width: 34px;
  height: 34px;

  border: 1px solid rgba(255, 255, 255, 0.10);
  border-radius: 50%;

  background: rgba(255, 255, 255, 0.07);

  color: #cbd5e1;

  font-size: 15px;
  cursor: pointer;

  transition: 0.2s ease;
}

.popup-offer-box .close-popup:hover {
  background: rgba(255, 255, 255, 0.14);
  color: #ffffff;
}


/* =========================================
   OVERLAY
========================================= */

.popup-overlay {
  background: rgba(0, 0, 0, 0.72);
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 600px) {

  .popup-offer-box {
    width: 92%;
    padding: 30px 20px 23px;
    border-radius: 17px;
  }

  .popup-price-question {
    font-size: 13.5px;
    padding: 6px 11px;
    margin-bottom: 13px;
  }

  .popup-main-heading {
    font-size: 23px;
    line-height: 1.35;
    margin-bottom: 16px;
  }

  .popup-problem-text {
    font-size: 15.5px;
    line-height: 1.7;
    margin-bottom: 18px;
  }

  .popup-highlight {
    margin: 17px 0 20px;
    padding: 15px 14px;

    font-size: 14.5px;
    line-height: 1.65;
  }

  .popup-highlight strong {
    font-size: 18px;
  }

  .popup-cta {
    padding: 14px 10px;

    font-size: 16px;
    line-height: 1.4;
  }

  .popup-small-note {
    font-size: 12px;
  }

}
/* =========================================
   MARKETING & SALES WORKSHOP POPUP
========================================= */

.popup-offer-box {
  position: relative;
  width: min(92%, 520px);
  padding: 34px 32px 28px;
  border-radius: 20px;
  text-align: center;
  background: #ffffff;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.24);
}


/* ₹199 opening question */
.popup-price-question {
  display: inline-block;
  margin-bottom: 14px;
  padding: 7px 14px;
  border-radius: 50px;
  background: #fff3e7;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  color: #c24b00;
}


/* Main headline */
.popup-main-heading {
  margin: 0 0 18px;
  font-size: 29px;
  line-height: 1.28;
  font-weight: 800;
  color: #111827;
}

.popup-main-heading span {
  color: #e85d04;
}


/* Problem statement */
.popup-problem-text {
  margin: 0 auto 20px;
  max-width: 440px;
  font-size: 17px;
  line-height: 1.7;
  color: #374151;
}

.popup-problem-text strong {
  color: #111827;
  font-weight: 700;
}


/* Main idea / clarity box */
.popup-highlight {
  margin: 20px 0 24px;
  padding: 18px 20px;
  border-radius: 14px;
  background: #f7f9fc;
  border: 1px solid #e7ebf0;
  font-size: 16px;
  line-height: 1.65;
  color: #374151;
}

.popup-highlight span,
.popup-highlight strong {
  display: block;
}

.popup-highlight-small {
  margin-bottom: 2px;
}

.popup-highlight strong {
  margin: 2px 0 4px;
  font-size: 20px;
  color: #e85d04;
}

.popup-highlight b {
  color: #111827;
}


/* CTA button */
.popup-cta {
  display: block;
  width: 100%;
  padding: 15px 18px;
  border-radius: 10px;
  font-size: 18px;
  font-weight: 800;
  text-align: center;
}


/* Small supporting text */
.popup-small-note {
  margin-top: 11px;
  font-size: 13px;
  font-weight: 600;
  color: #6b7280;
}


/* Close icon */
.popup-offer-box .close-popup {
  position: absolute;
  top: 12px;
  right: 14px;
  width: 34px;
  height: 34px;
  border: 0;
  border-radius: 50%;
  background: #f3f4f6;
  color: #4b5563;
  font-size: 15px;
  cursor: pointer;
  transition: 0.2s ease;
}

.popup-offer-box .close-popup:hover {
  background: #e5e7eb;
  color: #111827;
}


/* Mobile */
@media (max-width: 600px) {

  .popup-offer-box {
    width: 92%;
    padding: 30px 20px 24px;
    border-radius: 16px;
  }

  .popup-price-question {
    font-size: 14px;
    padding: 6px 11px;
  }

  .popup-main-heading {
    font-size: 24px;
  }

  .popup-problem-text {
    font-size: 15.5px;
    line-height: 1.65;
  }

  .popup-highlight {
    padding: 15px 14px;
    font-size: 15px;
  }

  .popup-highlight strong {
    font-size: 18px;
  }

  .popup-cta {
    font-size: 16px;
    padding: 14px 12px;
  }
}
/* =========================================
   POPUP TEXT COLOR FIX ONLY
========================================= */

/* ₹199 top question */
.popup-price-question {
  color: #c94f00;
}


/* Main Heading */
.popup-main-heading {
  color: #172033;
}

/* "దాని Value ఎంత?" */
.popup-main-heading span {
  color: #e85d04;
}


/* Main supporting text */
.popup-problem-text {
  color: #4b5563 !important;
}

/* Remove faded/light text coming from old styles */
.popup-problem-text,
.popup-problem-text * {
  opacity: 1 !important;
}


/* Important words */
.popup-problem-text strong {
  color: #172033 !important;
  font-weight: 800;
}


/* Highlight box normal text */
.popup-highlight {
  color: #4b5563 !important;
}

.popup-highlight span {
  color: #4b5563 !important;
  opacity: 1 !important;
}


/* Idea లేదా Clarity */
.popup-highlight strong {
  color: #e85d04 !important;
  font-weight: 800;
}


/* Next Level */
.popup-highlight b {
  color: #172033 !important;
  font-weight: 800;
}


/* Bottom Workshop Name */
.popup-small-note {
  color: #6b7280 !important;
}


/* CTA */
.popup-cta {
  color: #111827 !important;
}
/* =========================================
   TOP BAR - DESKTOP
========================================= */

.topbar {
    background: linear-gradient(135deg, #071b34, #0d2b52);
    border-bottom: 1px solid rgba(245, 180, 0, 0.35);
    padding: 10px 0;
    color: #f5b400;
}

.topbar-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 25px;
}

.top-info {
    color: #f5b400;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5;
}


/* Desktop Top CTA */
.top-btn {
    display: inline-block;
    flex-shrink: 0;

    background: #f5b400;
    color: #07111f;

    padding: 10px 22px;
    border-radius: 8px;

    text-decoration: none;
    font-size: 14px;
    font-weight: 800;

    transition: 0.2s ease;
}

.top-btn:hover {
    background: #ffc21c;
    color: #07111f;
    transform: translateY(-1px);
}


/* =========================================
   MOBILE STICKY CTA
   Hidden on Desktop
========================================= */

.mobile-sticky-cta {
    display: none;
}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 768px) {

    /* Completely remove desktop topbar on mobile */
    .topbar {
        display: none !important;
    }


    /* Remove old topbar spacing */
    .hero {
        padding-top: 40px;
    }


    /* Bottom Sticky Area */
    .mobile-sticky-cta {
        display: block;

        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;

        z-index: 9999;

        padding: 9px 12px;

        background: rgba(7, 27, 52, 0.97);
        border-top: 1px solid rgba(245, 180, 0, 0.35);

        box-shadow: 0 -5px 20px rgba(0, 0, 0, 0.20);
    }


    /* Bottom CTA Button */
    .mobile-sticky-cta a {
        display: block;

        width: 100%;
        max-width: 480px;

        margin: 0 auto;
        padding: 13px 16px;

        background: #f5b400;
        color: #07111f;

        border-radius: 9px;

        text-align: center;
        text-decoration: none;

        font-size: 16px;
        font-weight: 800;
        line-height: 1.3;
    }


    /* So sticky button doesn't cover bottom content */
    body {
        padding-bottom: 72px;
    }

}
/* ==========================================================
   INDUSTRIES SECTION — FIXES / MISSING STYLES
========================================================== */

/* Section */
.mm-industries {
    padding: 80px 20px;
    background: #f7faff;
}

.mm-industries__container {
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
}


/* ==========================================================
   HEADER
========================================================== */

.mm-industries__header {
    max-width: 850px;
    margin: 0 auto 52px;
    text-align: center;
}

.mm-industries__eyebrow {
    display: inline-block;
    margin-bottom: 14px;

    font-size: 12px;
    font-weight: 800;
    letter-spacing: 1.4px;
    text-transform: uppercase;

    color: #64748b;
}

.mm-industries__title {
    margin: 0 0 18px;

    font-size: clamp(36px, 4vw, 54px);
    line-height: 1.08;
    font-weight: 800;

    color: #0b1428;
}

.mm-industries__title span {
    display: block;
    color: #2563eb;
}

.mm-industries__description {
    max-width: 760px;
    margin: 0 auto;

    font-size: 16px;
    line-height: 1.8;
    color: #64748b;
}


/* ==========================================================
   GRID
========================================================== */

.mm-industries__grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 22px;
}


/* ==========================================================
   CARDS
========================================================== */

.mm-industries__card {
    min-height: 255px;
    padding: 28px 18px;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;

    text-align: center;

    background: #ffffff;
    border: 1px solid #dce5f1;
    border-radius: 16px;

    box-shadow: 0 8px 25px rgba(15, 23, 42, 0.04);

    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease,
        border-color 0.25s ease;
}

.mm-industries__card:hover {
    transform: translateY(-5px);
    border-color: #bfd3ff;
    box-shadow: 0 16px 35px rgba(15, 23, 42, 0.08);
}


/* ==========================================================
   ICON
========================================================== */

.mm-industries__icon {
    width: 58px;
    height: 58px;

    flex: 0 0 58px;

    display: flex;
    align-items: center;
    justify-content: center;

    margin-bottom: 20px;

    background: #f2f7ff;
    border: 1px solid #cfe0ff;
    border-radius: 15px;
}

.mm-industries__icon svg {
    width: 27px;
    height: 27px;

    fill: none;
    stroke: #2563eb;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}


/* ==========================================================
   CARD CONTENT
========================================================== */

.mm-industries__card-content {
    width: 100%;
}

.mm-industries__card-content h3 {
    margin: 0 0 12px;

    font-size: 17px;
    line-height: 1.3;
    font-weight: 800;

    color: #0f172a;
}

.mm-industries__card-content p {
    margin: 0;

    font-size: 14px;
    line-height: 1.7;
    font-weight: 500;

    color: #718096;
}


/* ==========================================================
   LAST / UNIVERSAL BUSINESS CARD
========================================================== */

.mm-industries__card--highlight {
    background:
        linear-gradient(
            145deg,
            #ffffff 0%,
            #f5f9ff 100%
        );

    border: 1px solid #bcd3ff;
}


/* ==========================================================
   REASSURANCE BOX
========================================================== */

.mm-industries__reassurance {
    max-width: 820px;

    margin: 38px auto 0;
    padding: 22px 28px;

    text-align: center;

    background: #ffffff;
    border: 1px solid #dce5f1;
    border-radius: 14px;

    box-shadow: 0 8px 25px rgba(15, 23, 42, 0.04);
}

.mm-industries__reassurance strong {
    display: block;

    margin-bottom: 7px;

    font-size: 17px;
    line-height: 1.4;
    font-weight: 800;

    color: #0f172a;
}

.mm-industries__reassurance p {
    max-width: 700px;
    margin: 0 auto;

    font-size: 14px;
    line-height: 1.7;

    color: #64748b;
}


/* ==========================================================
   TABLET
========================================================== */

@media (max-width: 1100px) {

    .mm-industries__grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

}


/* ==========================================================
   SMALL TABLET
========================================================== */

@media (max-width: 760px) {

    .mm-industries {
        padding: 60px 18px;
    }

    .mm-industries__header {
        margin-bottom: 35px;
    }

    .mm-industries__title {
        font-size: 36px;
    }

    .mm-industries__description {
        font-size: 15px;
        line-height: 1.7;
    }

    .mm-industries__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 14px;
    }

    .mm-industries__card {
        min-height: 230px;
        padding: 22px 14px;
        border-radius: 14px;
    }

    .mm-industries__icon {
        width: 52px;
        height: 52px;
        flex-basis: 52px;
        margin-bottom: 16px;
    }

    .mm-industries__icon svg {
        width: 24px;
        height: 24px;
    }

    .mm-industries__card-content h3 {
        font-size: 15px;
    }

    .mm-industries__card-content p {
        font-size: 13px;
        line-height: 1.6;
    }

    .mm-industries__reassurance {
        margin-top: 28px;
        padding: 20px 18px;
    }

}


/* ==========================================================
   MOBILE
========================================================== */

@media (max-width: 480px) {

    .mm-industries {
        padding: 50px 15px;
    }

    .mm-industries__eyebrow {
        font-size: 10px;
    }

    .mm-industries__title {
        font-size: 31px;
    }

    .mm-industries__description {
        font-size: 14px;
    }

    /*
       Keep 2 cards per row on mobile.
       Better for quick industry scanning.
    */
    .mm-industries__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
    }

    .mm-industries__card {
        min-height: 215px;
        padding: 20px 10px;
    }

    .mm-industries__icon {
        width: 46px;
        height: 46px;
        flex-basis: 46px;
        border-radius: 12px;
    }

    .mm-industries__icon svg {
        width: 22px;
        height: 22px;
    }

    .mm-industries__card-content h3 {
        font-size: 14px;
        line-height: 1.3;
    }

    .mm-industries__card-content p {
        font-size: 12px;
        line-height: 1.55;
    }

    .mm-industries__reassurance {
        border-radius: 12px;
    }

    .mm-industries__reassurance strong {
        font-size: 15px;
    }

    .mm-industries__reassurance p {
        font-size: 13px;
    }

}
/* ==========================================================
   FUTURE / DECISION SECTION
========================================================== */

.future-section {
    background: #f7f4ef;
    padding: 90px 20px;
}

.future-container {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
}


/* ==========================================================
   EYEBROW
========================================================== */

.future-eyebrow {
    display: inline-block;
    margin-bottom: 14px;

    font-size: 20px;
    font-weight: 800;
    letter-spacing: 1.2px;
    text-transform: uppercase;

    color: #d97706;
}


/* ==========================================================
   MAIN HEADING
========================================================== */

.future-container > h2 {
    margin: 0 auto 22px;

    font-size: clamp(34px, 4vw, 50px);
    line-height: 1.15;
    font-weight: 850;

    color: #0f172a;
}

.future-container > h2 span {
    color: #e05a21;
}


/* ==========================================================
   INTRO
========================================================== */

.future-intro {
    max-width: 680px;
    margin: 0 auto 36px;

    font-size: 17px;
    line-height: 1.8;
    font-weight: 500;

    color: #64748b;
}


/* ==========================================================
   PAIN BOX
========================================================== */

.pain-box {
    max-width: 650px;
    margin: 0 auto;

    padding: 26px 30px;

    background: #ffffff;
    border: 1px solid #e7e2db;
    border-radius: 16px;

    box-shadow: 0 12px 35px rgba(15, 23, 42, 0.06);

    text-align: left;
}

.pain-item {
    display: flex;
    align-items: flex-start;
    gap: 13px;

    padding: 14px 0;

    border-bottom: 1px solid #edf0f3;
}

.pain-item:first-child {
    padding-top: 0;
}

.pain-item:last-child {
    padding-bottom: 0;
    border-bottom: none;
}

.pain-item span {
    width: 26px;
    height: 26px;

    flex: 0 0 26px;

    display: flex;
    align-items: center;
    justify-content: center;

    margin-top: 1px;

    border-radius: 50%;

    background: #fff1f0;
    color: #dc2626;

    font-size: 13px;
    font-weight: 900;
}

.pain-item p {
    margin: 0;

    font-size: 16px;
    line-height: 1.6;
    font-weight: 650;

    color: #334155;
}


/* ==========================================================
   TRANSITION / INSTEAD
========================================================== */

.future-turn {
    max-width: 720px;
    margin: 48px auto 45px;
}

.or-text {
    display: inline-block;

    margin: 0 0 13px;
    padding: 6px 14px;

    background: #fff3d4;
    border-radius: 50px;

    font-size: 12px;
    line-height: 1;
    font-weight: 800;
    letter-spacing: 0.8px;
    text-transform: uppercase;

    color: #b45309;
}

.future-turn h3 {
    margin: 0 0 18px;

    font-size: clamp(27px, 3vw, 38px);
    line-height: 1.2;
    font-weight: 850;

    color: #0f172a;
}

.future-turn h3 span {
    color: #2563eb;
}

.future-turn > p:not(.or-text) {
    max-width: 680px;
    margin: 0 auto;

    font-size: 16px;
    line-height: 1.8;

    color: #64748b;
}


/* ==========================================================
   FINAL DECISION / CTA BOX
========================================================== */

.highlight-box {
    position: relative;
    overflow: hidden;

    max-width: 780px;
    margin: 0 auto;

    padding: 45px 45px 38px;

    background:
        radial-gradient(
            circle at top right,
            rgba(37, 99, 235, 0.20),
            transparent 38%
        ),
        linear-gradient(
            145deg,
            #07182d 0%,
            #0b213d 100%
        );

    border: 1px solid rgba(255, 255, 255, 0.10);
    border-radius: 22px;

    box-shadow: 0 25px 60px rgba(15, 23, 42, 0.18);

    color: #ffffff;
}


/* subtle decorative glow */

.highlight-box::before {
    content: "";

    position: absolute;
    width: 230px;
    height: 230px;

    left: -120px;
    bottom: -140px;

    border-radius: 50%;

    background: rgba(245, 180, 0, 0.10);

    pointer-events: none;
}


/* ==========================================================
   SMALL LABEL
========================================================== */

.highlight-box .small-text {
    position: relative;
    z-index: 1;

    display: inline-block;

    margin-bottom: 17px;
    padding: 7px 14px;

    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 50px;

    font-size: 11px;
    line-height: 1;
    font-weight: 800;
    letter-spacing: 1.1px;

    color: #fbbf24;
}


/* ==========================================================
   CTA BOX HEADING
========================================================== */

.highlight-box h2 {
    position: relative;
    z-index: 1;

    margin: 0 auto 20px;

    font-size: clamp(29px, 3.5vw, 42px);
    line-height: 1.18;
    font-weight: 850;

    color: #ffffff;
}

.highlight-box h2 span {
    color: #fbbf24;
}


/* ==========================================================
   SUPPORTING TEXT
========================================================== */

.risk-text {
    position: relative;
    z-index: 1;

    max-width: 610px;
    margin: 0 auto 27px;

    font-size: 16px;
    line-height: 1.75;

    color: #cbd5e1;
}


/* ==========================================================
   INVESTMENT
========================================================== */

.investment-line {
    position: relative;
    z-index: 1;

    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;

    margin-bottom: 20px;

    font-size: 14px;
    font-weight: 700;

    color: #cbd5e1;
}

.investment-line strong {
    font-size: 28px;
    line-height: 1;
    font-weight: 900;

    color: #ffffff;
}


/* ==========================================================
   MAIN CTA
========================================================== */

.highlight-box .main-btn {
    position: relative;
    z-index: 1;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    min-height: 58px;

    padding: 16px 30px;

    background: #f5b400;
    border: 1px solid #ffd34d;
    border-radius: 10px;

    box-shadow:
        0 10px 25px rgba(245, 180, 0, 0.22);

    color: #07182d;

    font-size: 16px;
    line-height: 1.3;
    font-weight: 850;

    text-decoration: none;

    transition:
        transform 0.2s ease,
        box-shadow 0.2s ease,
        background 0.2s ease;
}

.highlight-box .main-btn:hover {
    transform: translateY(-2px);

    background: #ffc21c;

    box-shadow:
        0 14px 30px rgba(245, 180, 0, 0.30);
}


/* ==========================================================
   PAYMENT NOTE
========================================================== */

.payment-note {
    position: relative;
    z-index: 1;

    margin: 14px 0 0;

    font-size: 12px;
    line-height: 1.5;
    font-weight: 600;

    color: #94a3b8;
}


/* ==========================================================
   TABLET
========================================================== */

@media (max-width: 768px) {

    .future-section {
        padding: 65px 18px;
    }

    .future-container > h2 {
        font-size: 36px;
    }

    .future-intro {
        font-size: 15px;
        line-height: 1.75;
    }

    .pain-box {
        padding: 24px;
    }

    .future-turn {
        margin-top: 40px;
        margin-bottom: 38px;
    }

    .future-turn h3 {
        font-size: 30px;
    }

    .highlight-box {
        padding: 38px 28px 32px;
        border-radius: 18px;
    }

}


/* ==========================================================
   MOBILE
========================================================== */

@media (max-width: 520px) {

    .future-section {
        padding: 52px 15px;
    }

    .future-eyebrow {
        margin-bottom: 11px;
        font-size: 10px;
    }

    .future-container > h2 {
        margin-bottom: 17px;

        font-size: 30px;
        line-height: 1.18;
    }

    .future-intro {
        margin-bottom: 27px;

        font-size: 14px;
        line-height: 1.7;
    }


    /* Pain */

    .pain-box {
        padding: 20px 17px;
        border-radius: 13px;
    }

    .pain-item {
        gap: 10px;
        padding: 12px 0;
    }

    .pain-item span {
        width: 23px;
        height: 23px;
        flex-basis: 23px;

        font-size: 11px;
    }

    .pain-item p {
        font-size: 14px;
        line-height: 1.55;
    }


    /* Transition */

    .future-turn {
        margin: 36px auto 34px;
    }

    .future-turn h3 {
        margin-bottom: 14px;

        font-size: 26px;
        line-height: 1.2;
    }

    .future-turn > p:not(.or-text) {
        font-size: 14px;
        line-height: 1.7;
    }


    /* CTA */

    .highlight-box {
        padding: 32px 18px 27px;
        border-radius: 16px;
    }

    .highlight-box .small-text {
        font-size: 9px;
        letter-spacing: 0.7px;
    }

    .highlight-box h2 {
        font-size: 27px;
        line-height: 1.2;
    }

    .risk-text {
        margin-bottom: 22px;

        font-size: 14px;
        line-height: 1.65;
    }

    .investment-line {
        margin-bottom: 17px;
    }

    .investment-line strong {
        font-size: 26px;
    }

    .highlight-box .main-btn {
        width: 100%;

        min-height: 56px;
        padding: 15px 16px;

        font-size: 15px;
    }

    .payment-note {
        font-size: 11px;
    }

}
/* =========================================
   STICKY WORKSHOP URGENCY BAR
========================================= */

.workshop-sticky-bar {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;

    width: 100%;
    z-index: 99999;

    background: linear-gradient(
        135deg,
        #07182d 0%,
        #0d2b52 100%
    );

    border-top: 1px solid rgba(255, 255, 255, 0.12);

    box-shadow:
        0 -8px 30px rgba(0, 0, 0, 0.22);

    padding: 10px 20px;
}


/* INNER */

.workshop-sticky-inner {
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;

    display: flex;
    align-items: center;
    justify-content: space-between;

    gap: 24px;
}


/* =========================================
   COPY
========================================= */

.workshop-sticky-copy {
    display: flex;
    align-items: center;
    gap: 18px;

    min-width: 0;
}


/* Badge */

.workshop-sticky-badge {
    display: inline-flex;
    align-items: center;

    padding: 7px 12px;

    background: rgba(245, 180, 0, 0.12);
    border: 1px solid rgba(245, 180, 0, 0.35);
    border-radius: 50px;

    color: #fbbf24;

    font-size: 15px;
    line-height: 1;
    font-weight: 800;

    white-space: nowrap;
}


/* Main message */

.workshop-sticky-main {
    color: #ffffff;

    font-size: 16px;
    line-height: 1.35;
    font-weight: 600;

    white-space: nowrap;
}

.workshop-sticky-main strong {
    color: #fbbf24;
    font-weight: 850;
}


/* Price */

.workshop-sticky-price {
    padding-left: 18px;

    border-left: 1px solid rgba(255, 255, 255, 0.16);

    color: #cbd5e1;

    font-size: 13px;
    font-weight: 600;

    white-space: nowrap;
}

.workshop-sticky-price strong {
    margin-left: 4px;

    color: #ffffff;

    font-size: 20px;
    font-weight: 900;
}


/* =========================================
   CTA BUTTON
========================================= */

.workshop-sticky-btn {
    flex: 0 0 auto;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    min-height: 48px;

    padding: 12px 22px;

    background: #f5b400;
    border: 1px solid #ffd34d;
    border-radius: 9px;

    color: #07182d;

    font-size: 14px;
    line-height: 1.25;
    font-weight: 850;

    text-decoration: none;

    box-shadow:
        0 6px 18px rgba(245, 180, 0, 0.22);

    transition:
        transform 0.2s ease,
        background 0.2s ease,
        box-shadow 0.2s ease;
}

.workshop-sticky-btn:hover {
    background: #ffc21c;

    transform: translateY(-1px);

    box-shadow:
        0 8px 22px rgba(245, 180, 0, 0.30);
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 900px) {

    .workshop-sticky-copy {
        gap: 12px;
    }

    .workshop-sticky-price {
        display: none;
    }

    .workshop-sticky-main {
        font-size: 14px;
    }

    .workshop-sticky-btn {
        font-size: 13px;
        padding: 11px 17px;
    }

}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 650px) {

    .workshop-sticky-bar {
        padding: 9px 10px;
    }

    .workshop-sticky-inner {
        gap: 10px;
    }

    .workshop-sticky-copy {
        flex: 1;

        display: block;
    }

    .workshop-sticky-badge {
        margin-bottom: 4px;

        padding: 0;

        background: transparent;
        border: 0;

        font-size: 12px;
    }

    .workshop-sticky-main {
        font-size: 13px;
        line-height: 1.3;

        white-space: normal;
    }

    .workshop-sticky-price {
        display: none;
    }

    .workshop-sticky-btn {
        max-width: 155px;
        min-height: 45px;

        padding: 9px 12px;

        border-radius: 8px;

        font-size: 12px;
        line-height: 1.25;

        text-align: center;
    }

}


/* =========================================
   VERY SMALL MOBILE
========================================= */

@media (max-width: 390px) {

    .workshop-sticky-main {
        font-size: 12px;
    }

    .workshop-sticky-btn {
        max-width: 135px;

        padding: 9px 8px;

        font-size: 11px;
    }

}


/* =========================================
   IMPORTANT:
   Prevent sticky bar covering
   bottom page content
========================================= */

body {
    padding-bottom: 78px;
}

@media (max-width: 650px) {

    body {
        padding-bottom: 82px;
    }

}
/* 4 SEATS ATTENTION BADGE */
.workshop-sticky-main {
    display: inline-flex;
    align-items: center;

    padding: 8px 15px;
    border-radius: 8px;

    font-size: 18px;
    font-weight: 700;

    animation: seatsColorBlink 3.5s ease-in-out infinite;
}

.workshop-sticky-main strong {
    font-weight: 900;
    color: inherit;
}


/* Background color attention animation */
@keyframes seatsColorBlink {

    0%, 100% {
        background: #f5b400;
        color: #07182d;
        box-shadow: 0 0 0 rgba(245, 180, 0, 0);
    }

    50% {
        background: #e53935;
        color: #ffffff;
        box-shadow: 0 0 16px rgba(229, 57, 53, 0.45);
    }
}


/* Mobile */
@media (max-width: 650px) {

    .workshop-sticky-main {
        padding: 6px 9px;
        border-radius: 6px;

        font-size: 15px;
        line-height: 1.25;
    }

}


/* Accessibility */
@media (prefers-reduced-motion: reduce) {

    .workshop-sticky-main {
        animation: none;
        background: #f5b400;
        color: #07182d;
    }

}
/* =========================================
   HERO RIGHT - COUNTDOWN CARD
========================================= */

.hero-right {
    display: flex;
    align-items: center;
    justify-content: center;
}

.workshop-countdown-card {
    width: 100%;
    max-width: 470px;

    padding: 30px 32px;

    background: #ffffff;
    border-radius: 18px;

    box-shadow: 0 20px 50px rgba(0,0,0,0.16);

    text-align: center;
}


/* LOGO */

.countdown-brand {
    margin-bottom: 17px;
}

.countdown-logo {
    width: 105px;
    height: auto;
}


/* LABEL */

.countdown-label {
    margin-bottom: 17px;

    font-size: 20px;
    font-weight: 800;
    letter-spacing: 1px;

    color: #64748b;
}


/* =========================================
   TIMER
========================================= */

.countdown-timer {
    display: flex;
    align-items: flex-start;
    justify-content: center;

    gap: 8px;

    margin-bottom: 25px;
}

.countdown-item {
    min-width: 67px;
}

.countdown-item span {
    display: flex;
    align-items: center;
    justify-content: center;

    height: 62px;

    background: #071b34;
    border-radius: 9px;

    color: #ffffff;

    font-size: 29px;
    line-height: 1;
    font-weight: 900;

    box-shadow: 0 5px 12px rgba(7,27,52,0.15);
}

.countdown-item small {
    display: block;

    margin-top: 7px;

    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;

    color: #64748b;
}

.countdown-separator {
    padding-top: 17px;

    font-size: 24px;
    font-weight: 900;

    color: #f5b400;
}


/* =========================================
   DATE / TIME
========================================= */

.workshop-date-box {
    margin-bottom: 20px;
    padding: 17px 19px;

    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 12px;

    text-align: left;
}

.workshop-date-row {
    display: flex;
    align-items: center;
    gap: 12px;

    padding: 9px 0;

    border-bottom: 1px solid #e5e7eb;
}

.workshop-date-row:first-child {
    padding-top: 0;
}

.workshop-date-row:last-child {
    padding-bottom: 0;
    border-bottom: none;
}

.date-icon {
    width: 34px;
    height: 34px;

    flex: 0 0 34px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: #fff5d6;
    border-radius: 8px;

    font-size: 16px;
}

.workshop-date-row div {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.workshop-date-row small {
    font-size: 9px;
    line-height: 1;
    font-weight: 800;
    letter-spacing: .7px;

    color: #94a3b8;
}

.workshop-date-row strong {
    font-size: 13px;
    line-height: 1.4;
    font-weight: 800;

    color: #0f172a;
}


/* =========================================
   INVESTMENT
========================================= */

.workshop-investment {
    display: flex;
    align-items: center;
    justify-content: space-between;

    margin-bottom: 18px;
    padding: 5px 4px;
}

.workshop-investment > span {
    font-size: 13px;
    font-weight: 700;

    color: #64748b;
}

.workshop-price {
    display: flex;
    align-items: center;
    gap: 9px;
}

.workshop-price del {
    font-size: 14px;
    font-weight: 700;

    color: #94a3b8;
}

.workshop-price strong {
    font-size: 29px;
    line-height: 1;
    font-weight: 900;

    color: #e05a21;
}


/* =========================================
   CTA
========================================= */

.hero-register-btn {
    width: 100%;
    min-height: 57px;

    display: flex;
    align-items: center;
    justify-content: center;

    padding: 14px 20px;

    background: #f5b400;
    border-radius: 9px;

    color: #07182d;

    font-size: 15px;
    line-height: 1.35;
    font-weight: 900;

    text-align: center;
    text-decoration: none;

    box-shadow: 0 9px 22px rgba(245,180,0,.25);

    transition: .2s ease;
}

.hero-register-btn:hover {
    background: #ffc21c;

    transform: translateY(-2px);

    box-shadow: 0 12px 25px rgba(245,180,0,.32);
}


/* =========================================
   SEATS LEFT
========================================= */

.hero-seats-left {
    margin-top: 14px;

    font-size: 12px;
    line-height: 1.5;
    font-weight: 700;

    color: #64748b;
}

.hero-seats-left strong {
    color: #dc2626;
    font-weight: 900;
}


/* TRUST NOTE */

.hero-payment-note {
    margin-top: 10px;

    font-size: 10px;
    font-weight: 700;

    color: #94a3b8;
}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 768px) {

    .workshop-countdown-card {
        max-width: 100%;

        padding: 25px 18px;

        border-radius: 15px;
    }

    .countdown-logo {
        width: 90px;
    }

    .countdown-timer {
        gap: 5px;
    }

    .countdown-item {
        flex: 1;
        min-width: 0;
    }

    .countdown-item span {
        height: 54px;

        font-size: 24px;
    }

    .countdown-separator {
        padding-top: 14px;

        font-size: 21px;
    }

    .workshop-date-box {
        padding: 15px;
    }

    .hero-register-btn {
        min-height: 55px;

        padding: 13px;

        font-size: 14px;
    }

}
/* =========================
   INDUSTRY NOTE
========================= */

.mm-industries__note {
    max-width: 850px;
    margin: 32px auto 0;
    padding: 16px 22px;

    background: #fff8e6;
    border: 1px solid #f3d58a;
    border-left: 4px solid #f5b400;
    border-radius: 10px;

    color: #374151;
    font-size: 15px;
    line-height: 1.7;
    text-align: left;
}

.mm-industries__note strong {
    color: #071b34;
    font-weight: 800;
}


/* Mobile */

@media (max-width: 768px) {

    .mm-industries__note {
        margin-top: 24px;
        padding: 14px 16px;

        font-size: 14px;
        line-height: 1.65;
        border-radius: 8px;
    }

}
/* =========================================
   WORKSHOP DOUBT / VIDEO SECTION
========================================= */

.workshop-video-section {
    max-width: 920px;
    margin: 0 auto;
    padding: 70px 24px;
    text-align: center;
}


/* =========================================
   HEADING
========================================= */

.workshop-video-heading {
    max-width: 760px;
    margin: 0 auto 28px;
}

.workshop-video-heading span {
    display: inline-block;
    margin-bottom: 12px;

    color: #f5b400;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 0.4px;
}

.workshop-video-heading h3 {
    margin: 0;

    color: #ffffff;
    font-size: 34px;
    line-height: 1.4;
    font-weight: 800;
    letter-spacing: -0.4px;
}

.workshop-video-heading p {
    margin: 14px 0 0;

    color: #aeb9c8;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.6;
}


/* =========================================
   YOUTUBE SHORT
========================================= */

.youtube-short-wrap {
    position: relative;

    width: 100%;
    max-width: 350px;
    aspect-ratio: 9 / 16;

    margin: 0 auto;

    background: #000;
    border-radius: 20px;
    overflow: hidden;

    border: 1px solid rgba(255, 255, 255, 0.12);

    box-shadow:
        0 20px 50px rgba(0, 0, 0, 0.35),
        0 0 0 5px rgba(245, 180, 0, 0.05);
}

.youtube-short-wrap iframe {
    width: 100%;
    height: 100%;
    display: block;
    border: 0;
}


/* =========================================
   TRANSPARENCY NOTE
========================================= */

.workshop-video-note {
    position: relative;

    max-width: 700px;
    margin: 28px auto 0;
    padding: 22px 28px;

    background: rgba(255, 255, 255, 0.06);

    border: 1px solid rgba(255, 255, 255, 0.12);
    border-top: 3px solid #f5b400;

    border-radius: 14px;

    color: #c8d1dc;
    font-size: 15px;
    line-height: 1.7;

    text-align: center;
}

.workshop-video-note strong {
    display: block;

    margin-bottom: 8px;

    color: #ffffff;
    font-size: 16px;
    font-weight: 800;
    line-height: 1.6;
}

.workshop-video-note p {
    margin: 0;
    color: #b9c3cf;
}


/* Highlight important words inside note */

.workshop-video-note strong::first-line {
    color: #ffffff;
}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 768px) {

    .workshop-video-section {
        padding: 50px 18px;
    }

    .workshop-video-heading {
        margin-bottom: 22px;
    }

    .workshop-video-heading span {
        font-size: 13px;
        margin-bottom: 10px;
    }

    .workshop-video-heading h3 {
        font-size: 26px;
        line-height: 1.4;
    }

    .workshop-video-heading p {
        margin-top: 10px;
        font-size: 14px;
    }

    .youtube-short-wrap {
        max-width: 310px;
        border-radius: 16px;
    }

    .workshop-video-note {
        margin-top: 22px;
        padding: 18px 16px;

        font-size: 14px;
        line-height: 1.65;

        border-radius: 12px;
    }

    .workshop-video-note strong {
        font-size: 15px;
        line-height: 1.55;
    }
}


/* =========================================
   SMALL MOBILE
========================================= */

@media (max-width: 420px) {

    .workshop-video-section {
        padding: 42px 14px;
    }

    .workshop-video-heading h3 {
        font-size: 23px;
    }

    .youtube-short-wrap {
        max-width: 290px;
    }

}
/* =========================================================
   HERO - DESKTOP
========================================================= */

.hero{
    background:#071a32;
    color:#ffffff;
}

.hero-grid{
    display:grid;
    grid-template-columns:minmax(0, 1.2fr) minmax(380px, .8fr);
    gap:70px;
    align-items:center;
}


/* LEFT SIDE */

.hero-left .tag{
    display:inline-block;
    padding:10px 18px;
    border:1px solid rgba(245,180,0,.55);
    border-radius:30px;

    background:rgba(245,180,0,.10);
    color:#f5b400;

    font-size:16px;
    font-weight:800;

    margin-bottom:20px;
}


.hero-left h1{
    max-width:760px;

    margin:0 0 25px;

    font-size:54px;
    line-height:1.35;
    font-weight:800;

    letter-spacing:-0.5px;
}


.hero-highlight{
    color:#f5b400;
}


.hero-outcome{
    max-width:680px;

    margin:0;

    font-size:22px;
    line-height:1.6;
    font-weight:400;
}


.hero-outcome strong{
    font-weight:800;
}


/* ABCD BRAND */

.abcd-logo{
    font-size:38px;
    line-height:1;
    font-weight:900;

    color:#071b34;

    letter-spacing:2px;
}


.abcd-subtitle{
    margin-top:7px;

    color:#64748b;

    font-size:12px;
    font-weight:800;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width:1000px){

    .hero-grid{
        grid-template-columns:1fr;
        gap:35px;
    }

    .hero-left h1{
        max-width:750px;
    }

    .hero-right{
        width:100%;
        max-width:600px;
        margin:0 auto;
    }

}


/* =========================================================
   MOBILE - MAIN CRO VERSION
========================================================= */

@media (max-width:768px){

    /*
     Hide this on mobile.
     Headline itself already explains the audience/problem.
    */
    .hero-left .tag{
        display:none;
    }


    .hero-grid{
        display:block;
    }


    .hero-left{
        padding-top:0;
        margin-bottom:26px;
    }


    .hero-left h1{
        margin:0 0 20px;

        font-size:34px;
        line-height:1.50;

        letter-spacing:0;
    }


    .hero-outcome{
        margin:0;

        font-size:18px;
        line-height:1.55;
    }


    /*
     Bring the actual workshop offer
     closer to the headline.
    */
    .hero-right{
        margin-top:26px;
        width:100%;
    }


    .workshop-countdown-card{
        width:100%;
    }

}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width:420px){

    .hero-left h1{
        font-size:32px;
        line-height:1.16;
    }

    .hero-outcome{
        font-size:17px;
        line-height:1.55;
    }

    .hero-left{
        margin-bottom:22px;
    }

    .hero-right{
        margin-top:22px;
    }

}
/* =========================================================
   BEFORE YOU GROW
========================================================= */

.before-grow-section{
    padding:75px 0;
    background:#071b34;
    color:#ffffff;
}

.before-grow-content{
    max-width:900px;
    margin:0 auto;
    text-align:center;
}


/* TAG */

.before-grow-tag{
    display:inline-block;

    margin-bottom:18px;
    padding:8px 16px;

    border:1px solid rgba(245,180,0,.45);
    border-radius:30px;

    background:rgba(245,180,0,.08);

    color:#f5b400;

    font-size:13px;
    font-weight:800;
    letter-spacing:.8px;
}


/* HEADING */

.before-grow-content h2{
    margin:0;

    font-size:42px;
    line-height:1.2;
    font-weight:800;

    color:#ffffff;
}

.before-grow-content h2 span{
    color:#f5b400;
}


/* QUESTION */

.before-grow-question{
    max-width:760px;

    margin:24px auto 0;

    font-size:19px;
    line-height:1.6;

    color:#d7e0ea;
}


/* MAIN MESSAGE */

.before-grow-message{
    max-width:760px;

    margin:18px auto 0;

    font-size:19px;
    line-height:1.6;

    color:#ffffff;
}

.before-grow-message strong{
    font-weight:800;
}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width:768px){

    .before-grow-section{
        padding:48px 0;
    }

    .before-grow-content{
        text-align:left;
    }

    .before-grow-tag{
        margin-bottom:15px;

        font-size:11px;
        padding:7px 13px;
    }

    .before-grow-content h2{
        font-size:29px;
        line-height:1.25;
    }

    .before-grow-question{
        margin-top:20px;

        font-size:16px;
        line-height:1.55;
    }

    .before-grow-message{
        margin-top:14px;

        font-size:16px;
        line-height:1.55;
    }

}
/* =========================================================
   ABCD BUSINESS FRAMEWORK
========================================================= */

.abcd-framework-section{
    padding:75px 0;
    background:#ffffff;
}


/* HEADER */

.abcd-framework-header{
    max-width:850px;
    margin:0 auto 40px;
    text-align:center;
}

.abcd-framework-tag{
    display:inline-block;

    padding:8px 16px;
    margin-bottom:18px;

    border-radius:30px;

    background:#fff7db;
    color:#b98200;

    font-size:13px;
    font-weight:800;
    letter-spacing:.8px;
}

.abcd-framework-header h2{
    margin:0;

    color:#071b34;

    font-size:42px;
    line-height:1.22;
    font-weight:800;
}

.abcd-framework-header h2 span{
    color:#e7a900;
}

.abcd-framework-header p{
    max-width:760px;

    margin:20px auto 0;

    color:#5f6b7a;

    font-size:18px;
    line-height:1.65;
}


/* =========================================================
   GRID
========================================================= */

.abcd-framework-grid{
    display:grid;
    grid-template-columns:repeat(2, minmax(0,1fr));

    gap:18px;

    max-width:1000px;
    margin:0 auto;
}


/* =========================================================
   CARD
========================================================= */

.abcd-framework-card{
    display:flex;
    align-items:flex-start;

    gap:18px;

    padding:26px;

    background:#f8fafc;

    border:1px solid #e4e8ed;
    border-radius:14px;

    transition:.2s ease;
}

.abcd-framework-card:hover{
    transform:translateY(-3px);

    box-shadow:
        0 10px 30px
        rgba(7,27,52,.08);
}


/* LETTER */

.abcd-letter{
    flex:0 0 56px;

    width:56px;
    height:56px;

    display:flex;
    align-items:center;
    justify-content:center;

    border-radius:12px;

    background:#071b34;
    color:#f5b400;

    font-size:27px;
    font-weight:900;
}


/* CARD CONTENT */

.abcd-card-content{
    min-width:0;
}

.abcd-card-content h3{
    margin:2px 0 8px;

    color:#071b34;

    font-size:21px;
    line-height:1.3;
    font-weight:800;
}

.abcd-card-content p{
    margin:0;

    color:#5f6b7a;

    font-size:16px;
    line-height:1.6;
}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width:768px){

    .abcd-framework-section{
        padding:50px 0;
    }


    /* Header */

    .abcd-framework-header{
        margin-bottom:28px;
        text-align:left;
    }

    .abcd-framework-tag{
        margin-bottom:14px;

        padding:7px 13px;

        font-size:11px;
    }

    .abcd-framework-header h2{
        font-size:29px;
        line-height:1.25;
    }

    .abcd-framework-header p{
        margin-top:16px;

        font-size:16px;
        line-height:1.55;
    }


    /* Grid */

    .abcd-framework-grid{
        grid-template-columns:1fr;
        gap:12px;
    }


    /* Cards */

    .abcd-framework-card{
        gap:14px;

        padding:18px;

        border-radius:12px;
    }

    .abcd-letter{
        flex:0 0 46px;

        width:46px;
        height:46px;

        border-radius:10px;

        font-size:22px;
    }

    .abcd-card-content h3{
        margin-top:1px;
        margin-bottom:5px;

        font-size:18px;
    }

    .abcd-card-content p{
        font-size:15px;
        line-height:1.5;
    }

}


/* =========================================================
   VERY SMALL MOBILE
========================================================= */

@media (max-width:420px){

    .abcd-framework-header h2{
        font-size:27px;
    }

    .abcd-framework-card{
        padding:16px;
    }

}
/* =========================================================
   WHAT YOU WILL LEARN
========================================================= */

.workshop-learning-section{
    padding:75px 0;
    background:#f7f9fc;
}


/* HEADER */

.workshop-learning-header{
    max-width:800px;
    margin:0 auto 42px;
    text-align:center;
}

.workshop-learning-tag{
    display:inline-block;

    margin-bottom:16px;
    padding:8px 15px;

    background:#fff4ce;
    color:#a97700;

    border-radius:30px;

    font-size:13px;
    font-weight:800;
    letter-spacing:.8px;
}

.workshop-learning-header h2{
    margin:0;

    font-size:42px;
    line-height:1.2;
    font-weight:800;

    color:#071b34;
}

.workshop-learning-header h2 span{
    color:#e5a800;
}


/* =========================================================
   GRID
========================================================= */

.workshop-learning-grid{
    max-width:1000px;
    margin:0 auto;

    display:grid;
    grid-template-columns:repeat(2, minmax(0,1fr));

    gap:18px;
}


/* CARD */

.workshop-learning-card{
    display:flex;
    gap:18px;
    align-items:flex-start;

    padding:25px;

    background:#ffffff;

    border:1px solid #e3e8ee;
    border-radius:14px;
}


/* NUMBER */

.learning-number{
    flex:0 0 48px;

    width:48px;
    height:48px;

    display:flex;
    align-items:center;
    justify-content:center;

    background:#071b34;
    color:#f5b400;

    border-radius:10px;

    font-size:15px;
    font-weight:900;
}


/* CONTENT */

.learning-content{
    min-width:0;
}

.learning-content h3{
    margin:2px 0 8px;

    font-size:20px;
    line-height:1.3;
    font-weight:800;

    color:#071b34;
}

.learning-content p{
    margin:0;

    font-size:16px;
    line-height:1.6;

    color:#5f6b7a;
}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width:768px){

    .workshop-learning-section{
        padding:50px 0;
    }

    .workshop-learning-header{
        margin-bottom:28px;
        text-align:left;
    }

    .workshop-learning-tag{
        margin-bottom:13px;

        padding:7px 12px;

        font-size:11px;
    }

    .workshop-learning-header h2{
        font-size:29px;
        line-height:1.25;
    }

    .workshop-learning-grid{
        grid-template-columns:1fr;
        gap:12px;
    }

    .workshop-learning-card{
        gap:14px;

        padding:18px;

        border-radius:12px;
    }

    .learning-number{
        flex:0 0 42px;

        width:42px;
        height:42px;

        font-size:13px;
    }

    .learning-content h3{
        margin-bottom:5px;

        font-size:18px;
    }

    .learning-content p{
        font-size:15px;
        line-height:1.5;
    }

}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width:420px){

    .workshop-learning-header h2{
        font-size:27px;
    }

    .workshop-learning-card{
        padding:16px;
    }

}
/* =========================================================
   PREVIOUS WORKSHOP REVIEWS
========================================================= */

.workshop-reviews-section{
    padding:70px 0;
    background:#071b34;
}


/* =========================================================
   HEADER
========================================================= */

.workshop-reviews-header{
    max-width:800px;
    margin:0 auto 38px;
    text-align:center;
}

.workshop-reviews-tag{
    display:inline-block;

    margin-bottom:15px;
    padding:8px 15px;

    background:#f5b400;
    color:#071b34;

    border-radius:30px;

    font-size:12px;
    line-height:1;
    font-weight:800;
    letter-spacing:.7px;
}

.workshop-reviews-header h2{
    margin:0;

    color:#ffffff;

    font-size:40px;
    line-height:1.2;
    font-weight:800;
}

.workshop-reviews-header h2 span{
    color:#f5b400;
}


/* =========================================================
   REVIEWS GRID - DESKTOP
   6 Reviews = 3 Columns x 2 Rows
========================================================= */

.workshop-reviews-scroll{
    display:grid;
    grid-template-columns:repeat(3, minmax(0, 1fr));
    gap:18px;

    max-width:1100px;
    margin:0 auto;

    overflow:visible;
    padding:0;
}


/* =========================================================
   REVIEW CARD
========================================================= */

.workshop-review-card{
    min-width:0;
    padding:26px;

    background:#12325d;

    border:1px solid rgba(255,255,255,.08);
    border-radius:14px;

    display:flex;
    flex-direction:column;

    transition:transform .2s ease,
               box-shadow .2s ease;
}

.workshop-review-card:hover{
    transform:translateY(-3px);

    box-shadow:0 12px 30px rgba(0,0,0,.15);
}


/* =========================================================
   STARS
========================================================= */

.review-stars{
    margin-bottom:15px;

    color:#f5b400;

    font-size:18px;
    line-height:1;
    letter-spacing:2px;
}


/* =========================================================
   REVIEW TEXT
========================================================= */

.workshop-review-card p{
    margin:0 0 20px;

    color:#ffffff;

    font-size:16px;
    line-height:1.65;
    font-weight:400;

    flex-grow:1;
}


/* =========================================================
   REVIEW AUTHOR
========================================================= */

.review-author{
    margin-top:auto;

    color:#cbd6e5;

    font-size:14px;
    line-height:1.4;
    font-weight:700;
}


/* =========================================================
   SWIPE NOTE
   Hidden on Desktop
========================================================= */

.review-swipe-note{
    display:none;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width:900px){

    .workshop-reviews-section{
        padding:60px 0;
    }

    .workshop-reviews-scroll{
        grid-template-columns:repeat(2, minmax(0, 1fr));
        gap:16px;
    }

    .workshop-reviews-header h2{
        font-size:34px;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width:768px){

    .workshop-reviews-section{
        padding:50px 0;
    }


    /* HEADER */

    .workshop-reviews-header{
        margin-bottom:26px;
        text-align:left;
    }

    .workshop-reviews-tag{
        margin-bottom:13px;

        padding:7px 12px;

        font-size:10px;
        letter-spacing:.6px;
    }

    .workshop-reviews-header h2{
        font-size:28px;
        line-height:1.25;
    }


    /* =====================================================
       MOBILE HORIZONTAL SCROLL
    ===================================================== */

    .workshop-reviews-scroll{
        display:flex;

        gap:12px;

        max-width:none;

        overflow-x:auto;
        overflow-y:hidden;

        scroll-snap-type:x mandatory;
        scroll-behavior:smooth;

        scrollbar-width:none;

        margin-right:-20px;

        padding:
            4px
            20px
            16px
            0;

        -webkit-overflow-scrolling:touch;
    }

    .workshop-reviews-scroll::-webkit-scrollbar{
        display:none;
    }


    /* REVIEW CARD */

    .workshop-review-card{
        flex:0 0 86%;

        padding:20px;

        border-radius:12px;

        scroll-snap-align:start;

        transform:none;
    }

    .workshop-review-card:hover{
        transform:none;
        box-shadow:none;
    }


    /* STARS */

    .review-stars{
        margin-bottom:12px;

        font-size:16px;
        letter-spacing:1.5px;
    }


    /* REVIEW */

    .workshop-review-card p{
        margin-bottom:17px;

        font-size:15px;
        line-height:1.55;
    }


    /* AUTHOR */

    .review-author{
        font-size:13px;
    }


    /* SWIPE TEXT */

    .review-swipe-note{
        display:block;

        margin-top:2px;

        color:#8fa3bd;

        font-size:12px;
        line-height:1.4;

        text-align:right;
    }

}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width:420px){

    .workshop-reviews-section{
        padding:45px 0;
    }

    .workshop-reviews-header h2{
        font-size:27px;
    }

    .workshop-review-card{
        flex-basis:88%;
        padding:18px;
    }

    .workshop-review-card p{
        font-size:14.5px;
    }

}
/* =========================================================
   BEFORE YOU GROW - MOBILE ONLY
========================================================= */

@media (max-width:768px){

    .section.dark .msw-container{
        width:100%;
        max-width:100%;
        padding-left:20px;
        padding-right:20px;
        margin-left:auto;
        margin-right:auto;
        box-sizing:border-box;
    }

    .before-grow-content{
        max-width:100%;
        text-align:left;
    }

    .before-grow-tag{
        margin-bottom:14px;
        padding:7px 13px;

        font-size:11px;
        letter-spacing:.6px;
    }

    .before-grow-content h2{
        font-size:29px;
        line-height:1.25;
    }

    .before-grow-question{
        margin-top:18px;

        font-size:16px;
        line-height:1.55;
    }

    .before-grow-message{
        margin-top:14px;

        font-size:16px;
        line-height:1.55;
    }
}


/* SMALL MOBILE */

@media (max-width:420px){

    .before-grow-content h2{
        font-size:27px;
    }

    .before-grow-question,
    .before-grow-message{
        font-size:15px;
    }

}
/* =========================================================
   ABCD FRAMEWORK - MOBILE ONLY
========================================================= */

@media (max-width:768px){

    /* SECTION */
    .abcd-framework-section{
        padding:50px 0;
    }

    /* MOBILE LEFT & RIGHT SPACE */
    .abcd-framework-section .msw-container{
        width:100%;
        max-width:100%;
        padding-left:20px;
        padding-right:20px;
        margin-left:auto;
        margin-right:auto;
        box-sizing:border-box;
    }

    /* HEADER */
    .abcd-framework-header{
        max-width:100%;
        margin-bottom:28px;
        text-align:left;
    }

    .abcd-framework-tag{
        margin-bottom:14px;
        padding:7px 13px;
        font-size:11px;
        letter-spacing:.6px;
    }

    .abcd-framework-header h2{
        margin:0;
        font-size:29px;
        line-height:1.25;
    }

    .abcd-framework-header p{
        margin-top:16px;
        font-size:16px;
        line-height:1.55;
    }

    /* GRID */
    .abcd-framework-grid{
        display:grid;
        grid-template-columns:1fr;
        gap:12px;
        width:100%;
    }

    /* CARD */
    .abcd-framework-card{
        display:flex;
        align-items:flex-start;
        gap:14px;

        width:100%;
        padding:18px;

        border-radius:12px;
        box-sizing:border-box;
    }

    /* A B C D LETTER */
    .abcd-letter{
        flex:0 0 46px;
        width:46px;
        height:46px;

        font-size:22px;
        border-radius:10px;
    }

    /* CARD CONTENT */
    .abcd-card-content{
        flex:1;
        min-width:0;
    }

    .abcd-card-content h3{
        margin:1px 0 5px;
        font-size:18px;
        line-height:1.3;
    }

    .abcd-card-content p{
        margin:0;
        font-size:15px;
        line-height:1.5;
    }
}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width:420px){

    .abcd-framework-header h2{
        font-size:27px;
    }

    .abcd-framework-card{
        padding:16px;
    }

    .abcd-card-content p{
        font-size:14.5px;
    }

}
/* =========================================================
   WHAT YOU WILL LEARN - MOBILE ONLY
========================================================= */

@media (max-width:768px){

    /* SECTION */
    .workshop-learning-section{
        padding:50px 0;
    }

    /* MOBILE LEFT & RIGHT PADDING */
    .workshop-learning-section .msw-container{
        width:100%;
        max-width:100%;
        padding-left:20px;
        padding-right:20px;
        margin-left:auto;
        margin-right:auto;
        box-sizing:border-box;
    }

    /* HEADER */
    .workshop-learning-header{
        max-width:100%;
        margin-bottom:28px;
        text-align:left;
    }

    .workshop-learning-tag{
        margin-bottom:13px;
        padding:7px 12px;

        font-size:11px;
        letter-spacing:.6px;
    }

    .workshop-learning-header h2{
        margin:0;

        font-size:29px;
        line-height:1.25;
    }

    /* GRID */
    .workshop-learning-grid{
        display:grid;
        grid-template-columns:1fr;
        gap:12px;

        width:100%;
    }

    /* CARD */
    .workshop-learning-card{
        display:flex;
        align-items:flex-start;
        gap:14px;

        width:100%;
        padding:18px;

        border-radius:12px;
        box-sizing:border-box;
    }

    /* NUMBER */
    .learning-number{
        flex:0 0 42px;

        width:42px;
        height:42px;

        font-size:13px;
        border-radius:9px;
    }

    /* CONTENT */
    .learning-content{
        flex:1;
        min-width:0;
    }

    .learning-content h3{
        margin:1px 0 6px;

        font-size:18px;
        line-height:1.3;
    }

    .learning-content p{
        margin:0;

        font-size:15px;
        line-height:1.5;
    }

}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width:420px){

    .workshop-learning-header h2{
        font-size:27px;
    }

    .workshop-learning-card{
        padding:16px;
    }

    .learning-content p{
        font-size:14.5px;
    }

}
/* =========================================================
   PREVIOUS WORKSHOP REVIEWS - MOBILE ONLY
========================================================= */

@media (max-width:768px){

    /* SECTION */
    .workshop-reviews-section{
        padding:50px 0;
    }

    /* MOBILE LEFT & RIGHT PADDING */
    .workshop-reviews-section .msw-container{
        width:100%;
        max-width:100%;
        padding-left:20px;
        padding-right:20px;
        margin-left:auto;
        margin-right:auto;
        box-sizing:border-box;
    }

    /* HEADER */
    .workshop-reviews-header{
        max-width:100%;
        margin-bottom:26px;
        text-align:left;
    }

    .workshop-reviews-tag{
        margin-bottom:13px;
        padding:7px 12px;

        font-size:10px;
        line-height:1.2;
        letter-spacing:.6px;
    }

    .workshop-reviews-header h2{
        margin:0;

        font-size:28px;
        line-height:1.25;
    }

    /* REVIEW SLIDER */
    .workshop-reviews-scroll{
        display:flex;
        grid-template-columns:none;

        gap:12px;

        width:auto;
        max-width:none;

        overflow-x:auto;
        overflow-y:hidden;

        scroll-snap-type:x mandatory;
        scroll-behavior:smooth;

        scrollbar-width:none;
        -webkit-overflow-scrolling:touch;

        /*
         * Extend only to the right so part of
         * the next review remains visible.
         */
        margin-right:-20px;
        padding:4px 20px 14px 0;
    }

    .workshop-reviews-scroll::-webkit-scrollbar{
        display:none;
    }

    /* REVIEW CARD */
    .workshop-review-card{
        flex:0 0 86%;
        min-width:0;

        padding:20px;

        border-radius:12px;
        box-sizing:border-box;

        scroll-snap-align:start;
        scroll-snap-stop:always;

        transform:none;
    }

    .workshop-review-card:hover{
        transform:none;
        box-shadow:none;
    }

    /* STARS */
    .review-stars{
        margin-bottom:12px;

        font-size:16px;
        line-height:1;
        letter-spacing:1.5px;
    }

    /* REVIEW TEXT */
    .workshop-review-card p{
        margin:0 0 17px;

        font-size:15px;
        line-height:1.55;
    }

    /* AUTHOR */
    .review-author{
        margin-top:auto;

        font-size:13px;
        line-height:1.4;
    }

    /* SWIPE MESSAGE */
    .review-swipe-note{
        display:block;

        margin-top:3px;

        font-size:12px;
        line-height:1.4;
        text-align:right;
    }

}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width:420px){

    .workshop-reviews-section{
        padding:45px 0;
    }

    .workshop-reviews-header h2{
        font-size:27px;
    }

    .workshop-review-card{
        flex-basis:88%;
        padding:18px;
    }

    .workshop-review-card p{
        font-size:14.5px;
    }

}
/* =========================================================
   FINAL REGISTRATION / CLOSING SECTION
========================================================= */

.workshop-closing-section{
    padding:80px 0;
    background:#071b34;
}

.workshop-closing-box{
    max-width:850px;
    margin:0 auto;
    text-align:center;
}

.workshop-closing-tag{
    display:inline-block;

    margin-bottom:18px;
    padding:8px 16px;

    border:1px solid rgba(245,180,0,.45);
    border-radius:30px;

    background:rgba(245,180,0,.08);
    color:#f5b400;

    font-size:13px;
    font-weight:800;
    letter-spacing:.5px;
}


/* HEADING */

.workshop-closing-box h2{
    max-width:720px;
    margin:0 auto;

    color:#ffffff;

    font-size:42px;
    line-height:1.2;
    font-weight:800;
}

.workshop-closing-box h2 span{
    color:#f5b400;
}


/* INTRO TEXT */

.workshop-closing-text{
    max-width:700px;

    margin:22px auto 0;

    color:#d6dfeb;

    font-size:18px;
    line-height:1.65;
}

.workshop-closing-text strong{
    color:#ffffff;
    font-weight:700;
}


/* WORKSHOP TYPE */

.workshop-closing-type{
    margin-top:30px;

    color:#f5b400;

    font-size:13px;
    font-weight:800;
    letter-spacing:1.3px;
}

.workshop-closing-type span{
    margin:0 8px;
    opacity:.6;
}


/* CLARITY HEADING */

.workshop-closing-box h3{
    max-width:650px;

    margin:18px auto 0;

    color:#ffffff;

    font-size:30px;
    line-height:1.3;
    font-weight:800;
}

.workshop-closing-box h3 span{
    color:#f5b400;
}


/* DATE / TIME / MODE */

.workshop-closing-details{
    display:grid;
    grid-template-columns:repeat(3,1fr);

    max-width:680px;

    margin:30px auto 0;

    border:1px solid rgba(255,255,255,.12);
    border-radius:12px;

    overflow:hidden;

    background:rgba(255,255,255,.04);
}

.closing-detail{
    padding:17px 15px;
}

.closing-detail + .closing-detail{
    border-left:1px solid rgba(255,255,255,.12);
}

.closing-detail small{
    display:block;

    margin-bottom:5px;

    color:#8fa2b8;

    font-size:10px;
    font-weight:800;
    letter-spacing:1px;
}

.closing-detail strong{
    color:#ffffff;

    font-size:15px;
    font-weight:700;
}


/* INVESTMENT */

.investment-line{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:12px;

    margin-top:28px;

    color:#ffffff;

    font-size:16px;
    font-weight:600;
}

.investment-line strong{
    color:#f5b400;

    font-size:34px;
    line-height:1;
    font-weight:900;
}


/* CTA */

.workshop-closing-box .main-btn{
    display:block;

    width:100%;
    max-width:500px;

    margin:20px auto 0;
    padding:17px 24px;

    border-radius:10px;

    background:#f5b400;
    color:#071b34;

    text-align:center;
    text-decoration:none;

    font-size:17px;
    font-weight:900;

    transition:.2s ease;
}

.workshop-closing-box .main-btn:hover{
    transform:translateY(-2px);
}


/* BOTTOM NOTE */

.closing-note{
    margin-top:13px;

    color:#9dadbe;

    font-size:12px;
    font-weight:600;
}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width:768px){

    .workshop-closing-section{
        padding:50px 0;
    }

    .workshop-closing-section .msw-container{
        width:100%;
        max-width:100%;

        padding-left:20px;
        padding-right:20px;

        box-sizing:border-box;
    }

    .workshop-closing-box{
        max-width:100%;
        text-align:left;
    }

    .workshop-closing-tag{
        margin-bottom:14px;

        padding:7px 12px;

        font-size:11px;
    }

    .workshop-closing-box h2{
        font-size:29px;
        line-height:1.25;
    }

    .workshop-closing-text{
        margin-top:17px;

        font-size:16px;
        line-height:1.55;
    }

    .workshop-closing-type{
        margin-top:24px;

        font-size:11px;
        letter-spacing:.8px;
    }

    .workshop-closing-type span{
        margin:0 5px;
    }

    .workshop-closing-box h3{
        margin-top:13px;

        font-size:25px;
        line-height:1.3;
    }


    /* DETAILS */

    .workshop-closing-details{
        grid-template-columns:1fr 1fr;

        margin-top:23px;
    }

    .closing-detail{
        padding:14px 12px;
    }

    .closing-detail:nth-child(3){
        grid-column:1 / -1;

        border-left:0;
        border-top:1px solid rgba(255,255,255,.12);
    }

    .closing-detail strong{
        font-size:14px;
    }


    /* PRICE */

    .investment-line{
        justify-content:flex-start;

        margin-top:24px;

        font-size:15px;
    }

    .investment-line strong{
        font-size:31px;
    }


    /* BUTTON */

    .workshop-closing-box .main-btn{
        max-width:100%;

        margin-top:17px;
        padding:16px 14px;

        font-size:16px;
    }

    .closing-note{
        text-align:center;

        font-size:11px;
    }

}


/* SMALL MOBILE */

@media (max-width:420px){

    .workshop-closing-box h2{
        font-size:27px;
    }

    .workshop-closing-box h3{
        font-size:23px;
    }

}
/* =========================================================
   EXIT POPUP - UPDATED
========================================================= */

.popup-overlay{
    position:fixed;
    inset:0;

    display:none;
    align-items:center;
    justify-content:center;

    padding:20px;

    background:rgba(3,15,29,.82);
    backdrop-filter:blur(4px);

    z-index:99999;
}

.popup-overlay.active{
    display:flex;
}


/* POPUP BOX */

.popup-offer-box{
    position:relative;

    width:100%;
    max-width:540px;

    padding:38px 34px 30px;

    background:#ffffff;

    border-radius:18px;

    box-shadow:0 25px 70px rgba(0,0,0,.28);

    text-align:center;
}


/* CLOSE BUTTON */

.close-popup{
    position:absolute;

    top:13px;
    right:13px;

    width:34px;
    height:34px;

    display:flex;
    align-items:center;
    justify-content:center;

    padding:0;

    border:0;
    border-radius:50%;

    background:#f2f4f7;
    color:#536273;

    font-size:17px;
    line-height:1;

    cursor:pointer;
}


/* TOP SMALL TEXT */

.popup-eyebrow{
    display:inline-block;

    margin-bottom:13px;

    color:#d99a00;

    font-size:13px;
    font-weight:800;
}


/* =========================================================
   MAIN QUESTION
========================================================= */

.popup-main-heading{
    max-width:480px;

    margin:0 auto;

    color:#071b34;

    font-size:29px;
    line-height:1.25;
    font-weight:900;
}


/* SECOND / IMPORTANT QUESTION */

.popup-main-heading span{
    display:block;

    margin-top:10px;

    color:#d99a00;

    font-weight:900;
}


/* SUPPORTING TEXT */

.popup-problem-text{
    max-width:450px;

    margin:18px auto 0;

    color:#647181;

    font-size:16px;
    line-height:1.55;
}

.popup-problem-text strong{
    color:#071b34;
    font-weight:800;
}


/* =========================================================
   WORKSHOP DETAILS
========================================================= */

.popup-workshop-info{
    display:flex;
    flex-direction:column;
    align-items:center;
    gap:6px;

    margin-top:21px;
    padding:14px 15px;

    background:#f5f7f9;

    border-radius:11px;
}

.popup-workshop-info strong{
    color:#071b34;

    font-size:12px;
    line-height:1.4;

    font-weight:900;
    letter-spacing:.7px;
}

.popup-workshop-info span{
    color:#6d7988;

    font-size:13px;
    line-height:1.45;

    font-weight:600;
}


/* =========================================================
   INVESTMENT
========================================================= */

.popup-investment{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:12px;

    margin-top:20px;
}

.popup-investment span{
    color:#65717f;

    font-size:14px;
    font-weight:700;
}

.popup-investment strong{
    color:#071b34;

    font-size:32px;
    line-height:1;

    font-weight:900;
}


/* =========================================================
   CTA
========================================================= */

.popup-cta{
    display:block;

    width:100%;

    margin-top:18px;
    padding:16px 18px;

    border-radius:10px;

    background:#f5b400;
    color:#071b34;

    text-align:center;
    text-decoration:none;

    font-size:16px;
    line-height:1.3;
    font-weight:900;

    box-shadow:0 8px 20px rgba(245,180,0,.22);

    transition:.2s ease;
}

.popup-cta:hover{
    background:#e9aa00;
    color:#071b34;

    transform:translateY(-2px);
}


/* BOTTOM NOTE */

.popup-small-note{
    margin-top:11px;

    color:#7d8895;

    font-size:11px;
    line-height:1.4;

    font-weight:600;
}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width:768px){

    .popup-overlay{
        padding:14px;
    }

    .popup-offer-box{
        max-width:100%;

        padding:32px 20px 22px;

        border-radius:15px;
    }


    /* CLOSE */

    .close-popup{
        top:10px;
        right:10px;

        width:31px;
        height:31px;

        font-size:15px;
    }


    /* TOP TEXT */

    .popup-eyebrow{
        margin-bottom:10px;

        font-size:11px;
    }


    /* HEADING */

    .popup-main-heading{
        max-width:100%;

        font-size:23px;
        line-height:1.27;
    }

    .popup-main-heading span{
        margin-top:9px;
    }


    /* SUPPORTING TEXT */

    .popup-problem-text{
        margin-top:15px;

        font-size:14.5px;
        line-height:1.5;
    }


    /* WORKSHOP INFO */

    .popup-workshop-info{
        margin-top:17px;
        padding:12px 10px;

        border-radius:9px;
    }

    .popup-workshop-info strong{
        font-size:10.5px;
        letter-spacing:.5px;
    }

    .popup-workshop-info span{
        font-size:12px;
    }


    /* PRICE */

    .popup-investment{
        margin-top:16px;
    }

    .popup-investment span{
        font-size:13px;
    }

    .popup-investment strong{
        font-size:29px;
    }


    /* CTA */

    .popup-cta{
        margin-top:15px;
        padding:15px 12px;

        font-size:15px;
    }


    /* BOTTOM */

    .popup-small-note{
        margin-top:9px;

        font-size:10.5px;
    }
}


/* =========================================================
   VERY SMALL MOBILE
========================================================= */

@media (max-width:380px){

    .popup-offer-box{
        padding-left:17px;
        padding-right:17px;
    }

    .popup-main-heading{
        font-size:21px;
    }

    .popup-problem-text{
        font-size:14px;
    }

    .popup-cta{
        font-size:14px;
    }
}
/* =========================================================
   WORKSHOP OUTCOME
========================================================= */

.workshop-learning-header p {
    max-width: 720px;
    margin: 14px auto 0;
    text-align: center;
    line-height: 1.7;
    color: #64748b;
}

.workshop-outcome-box {
    margin: 42px auto 0;
    padding: 28px 30px;
    max-width: 900px;
    background: #071d36;
    border-radius: 16px;
    text-align: center;
}

.workshop-outcome-label {
    display: inline-block;
    margin-bottom: 10px;
    font-size: 15px;
    font-weight: 800;
    letter-spacing: 1px;
    color: #f5b400;
}

.workshop-outcome-box h3 {
    margin: 0 0 24px;
    color: #ffffff;
    font-size: 24px;
    line-height: 1.4;
}

.workshop-outcome-box h3 span {
    color: #f5b400;
}

.workshop-outcome-flow {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
}

.workshop-outcome-step {
    flex: 1;
    padding: 16px 12px;
    background: rgba(255,255,255,0.07);
    border-radius: 10px;
    color: #ffffff;
}

.workshop-outcome-step strong {
    display: block;
    margin-bottom: 5px;
    color: #f5b400;
    font-size: 13px;
}

.workshop-outcome-step span {
    font-size: 14px;
    font-weight: 600;
}

.workshop-outcome-arrow {
    color: #f5b400;
    font-size: 22px;
    font-weight: 800;
}


@media (max-width: 768px) {

    .workshop-outcome-box {
        margin-top: 30px;
        padding: 24px 18px;
    }

    .workshop-outcome-box h3 {
        font-size: 20px;
    }

    .workshop-outcome-flow {
        flex-direction: column;
        gap: 10px;
    }

    .workshop-outcome-step {
        width: 100%;
    }

    .workshop-outcome-arrow {
        transform: rotate(90deg);
        line-height: 1;
    }
}
/* =========================================
   HERO - WHY ATTEND CARD
========================================= */

.hero-why-card {
    background: #ffffff;
    border-radius: 14px;
    padding: 28px;
    box-shadow: 0 10px 35px rgba(0, 0, 0, 0.12);
    width: 100%;
    max-width: 480px;
    margin: 0 auto;
}


/* HEADING */

.hero-why-heading {
    font-size: 22px;
    line-height: 1.4;
    font-weight: 700;
    color: #0b1f3a;
    margin-bottom: 22px;
}


/* LIST */

.hero-why-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}


/* EACH ITEM */

.hero-why-item {
    display: flex;
    align-items: center;
    gap: 14px;

    background: #f7f9fc;
    border: 1px solid #e7ebf0;
    border-radius: 10px;

    padding: 14px;
}


/* NUMBER */

.hero-why-number {
    width: 42px;
    height: 42px;
    min-width: 42px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: #0b1f3a;
    color: #ffffff;

    border-radius: 8px;

    font-size: 13px;
    font-weight: 700;
}


/* CONTENT */

.hero-why-content {
    display: flex;
    flex-direction: column;
    gap: 3px;
}


/* SMALL LABEL */

.hero-why-content span {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.7px;
    color: #d99000;
}


/* MAIN TEXT */

.hero-why-content strong {
    font-size: 14px;
    line-height: 1.5;
    font-weight: 600;
    color: #172033;
}


/* CTA */

.hero-details-btn {
    display: block;
    width: 100%;

    margin-top: 20px;
    padding: 14px 18px;

    background: #f5a900;
    color: #111111;

    text-align: center;
    text-decoration: none;

    border-radius: 8px;

    font-size: 15px;
    font-weight: 700;

    transition: 0.2s ease;
}

.hero-details-btn:hover {
    transform: translateY(-1px);
    opacity: 0.95;
}


/* SMALL NOTE */

.hero-why-note {
    margin-top: 12px;

    text-align: center;

    font-size: 12px;
    line-height: 1.4;

    color: #667085;
}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 767px) {

    .hero-why-card {
        padding: 20px 16px;
        border-radius: 12px;
    }

    .hero-why-heading {
        font-size: 19px;
        margin-bottom: 16px;
    }

    .hero-why-item {
        padding: 12px;
        gap: 11px;
    }

    .hero-why-number {
        width: 38px;
        height: 38px;
        min-width: 38px;
        font-size: 12px;
    }

    .hero-why-content strong {
        font-size: 13px;
    }

    .hero-details-btn {
        font-size: 14px;
        padding: 13px 14px;
    }

}