
.sec-emp > .se-badge {
  display: none;
}
@media (max-width: 992px) {
  .sec-emp > .se-badge {
    display: inline-flex;
    order: 1;
    align-self: center;
    margin-bottom: 4px;
  }

  .se-visual { order: 2; }
  .se-content { order: 3; }
}
.se-badge--top    { display: none; }
.se-badge--inline { display: inline-flex; }
@media (max-width: 992px) {
  .se-badge--top {
    display: inline-flex;
    order: 1;
    align-self: center;
  }

  .se-badge--inline { display: none; }
  
  .se-visual  { order: 2;         margin-top: -85px;}
  .se-content { order: 3; }
}

.sr-badge--top,
.sc-badge--top  { display: none; }

.sr-badge--inline,
.sc-badge--inline { display: inline-flex; }


@media (max-width: 992px) {


  .sr-badge--top {
    display: inline-flex;
    order: 1;
    align-self: center;
  }
  .sr-badge--inline { display: none; }
  .sr-visual        { order: 2; }
  .sr-content       { order: 3; }


  .sc-badge--top {
    display: inline-flex;
    order: 1;
    align-self: center;
  }
  .sc-badge--inline { display: none; }
  .sc-visual        { order: 2;         margin-top: -54px;}
  .sc-content       { order: 3; }
}
@media (max-width: 1100px) {
  .stage {
    height: 490px;
  }

  .red-bg {
    height: 215px;
  }


  .char-l {
    /* width: 185px; */
    height: 485px;
    left: 18%;
  }

  .char-c {
    /* width: 218px; */
    height: 460px;
  }

  .char-r {
    /* width: 178px; */
    height: 445px;
    right: 18%;
  }

  .cw-pipe {
    right: 10px;
    width: 168px;
  }

  .cw-sched {
    right: 8px;
    top: 194px;
    width: 165px;
  }

  .cw-result {
    left: 10px;
    width: 188px;
  }

  .cw-match {
    left: 6px;
    width: min(330px, 88vw);
    bottom: 54px;
  }

  .fi {
    padding: 0 14px;
  }

  .fi span {
    font-size: .74rem;
  }

  .feat-strip {
    padding: 12px 16px;
  }
}

@media (max-width: 992px) {

  .nav-links,
  .cta-btn {
  /* display: none;  */
        color: white !important;
  }

  .burger {
    display: flex;
  }

  .navbar {
    width: 90%;
  }

  .h-line1,
  .h-line2 {
    font-size: clamp(2.2rem, 7vw, 3.6rem);
  }

  .hero {
    padding-top: 30px;
  }

  .stage {
    height: 450px;
  }

  .red-bg {
    height: 195px;
  }

  
  .char-l {
             width: auto;
        height: 445px;
        left: 6%;
        top: 14px;
  }

  .char-c {
          width: auto;
        height: 423px;
        top: 46px;
  }

  .char-r {
            width: auto;
        height: 409px;
        right: 7%;
        top: 57px;
  }

  .cw-result,
  .cw-pipe,
  .cw-sched {
    display: none;
  }

  .cw-match {
    display: none;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
    top: auto;
    bottom: 58px;

    width: min(85vw, 360px);
  }

  .feat-strip {
    padding: 10px 12px;
    display: flex;
        flex-direction: row;
                max-width: 100%;
                        margin-bottom: -35px;

  }

  .fi {
    padding: 0 10px;
  }

  .fi span {
    font-size: .7rem;
  }
}


@media (max-width: 768px) {
  .stage {
    height: 390px;
  }

  .red-bg {
    height: 170px;
  }


  .char-l {
    /* width: 138px; */
    height: 386px;
    left: 7%;
  }

  .char-c {
    /* width: 166px; */
    height: 366px;
  }

  .char-r {
    /* width: 132px; */
    height: 355px;
    right: 7%;
  }

  .feat-strip {
    /* flex-wrap: wrap; */
    border-radius: 18px;
    /* width: min(92vw, 400px); */
    justify-content: center;
    padding: 10px;
    gap: 0;
  }

  .fi-sep {
    display: none;
  }

  .fi {
    padding: 6px 12px;
  }
.se-h2{
  font-size: 30px;
  width: 130%;
}
.se-body{
  width: 121%;
  font-size: 18px;
}
.sr-h2{
  font-size: 30px;
  width: 140%;
    margin-top: 13px;
}

.sr-body{
  width: 121%;
  font-size: 18px;
}
.sc-h2{
  font-size: 30px;
  width: 140%;
}
.sc-body{
  width: 121%;
  font-size: 18px;
}
}

@media (max-width: 576px) {
.h-line2 em.red{
  font-size: 45px;
}
  .h-line1,
  .h-line2 {
    font-size: clamp(1.8rem, 7.5vw, 2.5rem);
  }
.change-word{
          justify-content: center;
          vertical-align:0% !important;
}
  .stage {
    height: 340px;
  }

  .red-bg {
    height: 152px;
  }

  .char-l {
          width: 226px;
        height: 336px;
        left: 1%;
        overflow: visible;
  }

  .char-c {
           width: 60%;
        height: 319px;
        left: 54%;
  }

  .char-r {
    width: auto;
    height: 309px;
    right: -10%;
  }

  .cw-match {
    bottom: 50px;
    width: min(88vw, 320px);
  }

  .feat-strip {
  /* bottom: 10px; */
        display: grid;
        grid-template-columns: 1fr 1fr;
  }

  .fi span {
    font-size: .62rem;
  }

  .fi {
    padding: 4px 8px;
  }
}
@media (max-width: 1024px) {
  .sec-emp,
  .sec-rec,
  .sec-can {
    gap: var(--space-lg);
    padding: var(--pad-section) var(--space-md);
  }
  .se-visual { padding-left:  var(--space-md); }
  .sr-visual { padding-right: var(--space-md); }
  .sc-visual { padding-left:  var(--space-md); }
  .se-content,
  .sr-content,
  .sc-content { padding-inline: var(--space-md); }
}

@media (max-width: 992px) {
  .sec-emp,
  .sec-rec,
  .sec-can {
    grid-template-columns: 1fr;
    text-align: center;
    gap: var(--space-md);
    display: block;
  }

  .se-visual,
  .sr-visual,
  .sc-visual {
    justify-content: center;
    padding: 0;
  }

  .se-img-wrap,
  .sr-img-wrap,
  .sc-img-wrap {
    width: min(480px, 90vw);
    max-width: none;
    aspect-ratio: 4 / 5;
  }
  .se-glow,
  .sr-glow,
  .sc-glow { left: 50%; }

  .se-content,
  .sr-content,
  .sc-content {
    align-items: center;
    padding: 0 var(--space-md);
    max-width: 100%;
    justify-self: center;
  }

  .se-badge,
  .sr-badge,
  .sc-badge,
  .swipe-btn {
    align-self: center;
  }
  .se-body,
  .sr-body,
  .sc-body { max-width: 60ch; }
  .sr-visual    { order: 1;        margin-top: -80px; }
  .sr-content   { order: 2;        margin: 0 auto; }
}

@media (max-width: 576px) {
  .sec-emp,
  .sec-rec,
  .sec-can { padding: var(--pad-section) var(--space-sm); }

  .se-img-wrap,
  .sr-img-wrap,
  .sc-img-wrap {
    width: min(360px, 88vw);
    aspect-ratio: 4 / 5;
  }
}
@media (max-width: 1024px) {
  .ts-grid { gap: var(--space-sm); }
  .ts-card { padding: var(--space-sm); }
}
@media (max-width: 768px) {
  .ts-grid {
    grid-template-columns: 1fr;
    max-width: 500px;
    margin-inline: auto;
  }
  .ts-logos { justify-content: center; gap: var(--space-lg); }
  .ts-logo  { flex: 0 0 auto; min-width: 100px; max-width: 130px; }
    .ts-h2{
    font-size: 30px ;
  }
  .ts-sub{
    width: 100%;
  }
}
@media (max-width: 576px) {
  .ts-wrap   { width:95%; }
  .ts-logos  { gap: var(--space-md); }

}

@media (max-width: 992px) {
  .fq-body {
    grid-template-columns: 1fr;
    gap: var(--space-lg);
  }
}
@media (max-width: 576px) {
  .fq-wrap { width: 92%; }
  .fq-q    { padding: var(--space-sm) 0; }
}
@media (max-width: 1024px) {
  .ft-grid { grid-template-columns: 1fr 1fr; gap: var(--space-xl) var(--space-lg); }
  .ft-brand { grid-column: 1 / -1; }
}
@media (max-width: 576px) {
  .ft-grid {
    grid-template-columns: 1fr;
    width: 90%;
    gap: var(--space-lg);
  }
  .ft-rule, .ft-bar { width: 90%; }
  .ft-bar {
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
  }
}
@media (max-width: 992px) {
    .fast-track-container {
        flex-direction: column;
    }

    .ft-right {
        text-align: center;
    }
   .fq-sub{
    width:95%;
   }
    .ft-desc {
        max-width: 100%;
    }

    .ft-features li {
        justify-content: center;
    }

    .footer-container {
        flex-direction: column;
        gap: 50px;
    }

    .footer-links {
        width: 100%;
        justify-content: space-between;
    }

    .footer-policy {
        margin-top: 40px;
    }

    .footer-bg-text {
        font-size: 12rem;
    }

}

@media (max-width: 768px) {
    .footer {
        padding: 70px 24px;
    }

    .footer-links {
        flex-direction: column;
        gap: 30px;
    }

    .footer-policy {
        flex-direction: column;
        gap: 16px;
    }

    .footer-bg-text {
        font-size: 10rem;
    }

    .footer-logo {
        font-size: 2.2rem;
    }
}
@media (max-width: 480px) {

    .footer-bg-text {
        font-size: 5rem;
        letter-spacing: 0;
        top:0;
    }
    .cta-card p {
      max-width: 100%;
    }

    .footer-copy {
        margin-top: 40px;
    }

    .social-images2 {
        gap: 12px;
    }

    .social-images2 a {
        width: 44px;
        height: 44px;
    }
}
@media (max-width: 992px) {
  .navbar > .nav-links,
  .navbar > .cta-btn {
    display: none;
  }
  .burger { display: flex; }
  .navbar { width: 90%; }
}

@media screen and (max-width: 1099px) {
  .navbar {
    gap: 15px;
    width: 100%;
  }

  .nav-links a {
    font-size: 14px; 
  }
}



@media (max-width: 1440px) {
  :root {
    --hero-heading-size: 58px;
    --hero-scroll-w:     290px;
    --hero-scroll-h:     88px;
    --hero-stat-num:     40px;
    --hero-stat-label:   16px;
  }
    em.red{
  font-size: 73px ;
}
}

@media (max-width: 1280px) {
  :root {
    --hero-heading-size: 50px;
    --hero-scroll-w:     260px;
    --hero-scroll-h:     80px;
    --hero-stat-num:     34px;
    --hero-stat-label:   14px;
    --hero-inner-px:     36px;
  }
 
}

@media (min-width: 900px) and (max-width: 1200px)  {
  :root {
    --hero-heading-size: 44px;
    --hero-sub-size:     16px;
    --hero-scroll-w:     240px;
    --hero-scroll-h:     76px;
    --hero-stat-num:     30px;
    --hero-stat-label:   13px;
    --hero-inner-px:     28px;
    --hero-gap:          22px;
  }
 
  .hero-plans__row {
    gap: 8px;
  }
      .hero-plans__inner{

         position: relative;
    z-index: 1;
    max-width: 100%;
    margin: 0 auto;
    padding: 20px 0px 90px;
    display: block;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.hero-plans__row {
  gap: 22px;
}
.hero-plans__sub{
margin: 0 auto;
margin-bottom: 10px;
}

.hero-plans__icon--scroll{
  width: 40%;
}
.hero-plans__images2{
  width: 30%;
}
.is-muted{
margin-top: 10px;
}
 em.red{
  font-size: 71px ;
}
}

@media (min-width: 500px) and (max-width: 900px) {
  :root {
    --hero-heading-size: 38px;
    --hero-sub-size:     15px;
    --hero-scroll-w:     210px;
    --hero-scroll-h:     68px;
    --hero-stat-num:     26px;
    --hero-stat-label:   12px;
    --hero-inner-px:     24px;
    --hero-gap:          20px;
  }
 
  .hero-plans__icon--scroll {
    border-radius: 10px;
    padding: 3px 14px;
  }
 
  .hero-plans__plan-btn {
    padding: 12px 22px;
    font-size: 14px;
  }
      .hero-plans__inner{

         position: relative;
    z-index: 1;
    max-width: 100%;
    margin: 0 auto;
    padding: 20px 0px 90px;
    display: block;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.hero-plans__row {
  gap: 22px;
}
.hero-plans__sub{
margin: 0 auto;
margin-bottom: 10px;
}
.nav-btn{
  display:none;
}
.hero-plans__icon--scroll{
  width: 70%;
}
.hero-plans__images2{
  width: 50%;
}
.is-muted{
margin-top: 10px;
}

}




@media (max-width: 640px) {

  .hero-plans__heading {
    width: 100%;
  }
.hero-plans__badge{
  font-size: 14px;
}
  .hero-plans__row {
    flex-wrap: wrap !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 8px !important;
    line-height: 1.1 !important;
  }

  .is-dark  { font-size: 28px !important; }
  .is-muted { font-size: 28px !important; }

 
  .hero-plans__row:first-child {
    flex-direction: row !important;
    flex-wrap: wrap !important;
    gap: 6px !important;
  }

.change-word{
  margin-top: -5px;
}
  .word-chip {
    width: 220px !important;
    height: 52px !important;
    border-radius: 30px !important;
    flex-shrink: 0 !important;
    margin-bottom: 15px;
  }
.word-chip {
    overflow: hidden !important;
    width: 220px !important;      
    justify-content: center !important;
  }
  .change-word em.red{
 font-size: 28px;
  }
 
  .word-chip .ch {
    transition: none !important; 
  }

  .word-chip .ch > span {
    transition: transform 500ms cubic-bezier(.22,.68,.18,1.01) !important;
  }

  .hero-plans__icon--stat-scroll {
    width: 220px !important;
    height: 50px !important;
    display: flex !important;
    margin: 4px 0 !important;
    flex-shrink: 0 !important;
  }

  .roll-num { font-size: 28px !important; }

  .hero-plans__stat-label {
    font-size: 11px !important;
    max-width: 70px !important;
  }

  .hero-plans__inner {
    padding: 16px 20px 60px !important;
  }

  .hero-plans__sub {
    font-size: 14px !important;
    text-align: center !important;
  }

  .hero-plans__cta {
    flex-direction: column !important;
    align-items: center !important;
    gap: 16px !important;
  }

  .hero-plans__trust {
    align-items: center !important;
  }
}
