/* Homepage Custom Styles */
html, body.page-template-landing-home {
    margin: 0;
    padding: 0;
    background: #fff;
    font-style: normal;
    font-weight: 500;
    box-sizing: border-box;
    color: #10162F;
}

:focus-visible {
    outline: 0.8px solid #10162F!important;
}

body.page-template-landing-home a:hover{
    text-decoration: none;
}

/* WPFORM custom styles */
.wpforms-container.gm-quiz-lead-form .gm-quiz-lead-form-name input[type=text],
.wpforms-container.gm-quiz-lead-form .gm-quiz-lead-form-email input[type=email]{
  width: 100%;
  padding: 12px 24px;
  font-size: 16px;
  border: 2px solid #fff;
  border-radius: 50px;
  outline: none;
  transition: border-color 0.2s ease;
  background-color: #fff;
  margin: 0;
  font-weight: 400;
  line-height: 150%;
  box-sizing: border-box;
  height: 44px;
}

.wpforms-container.gm-quiz-lead-form .wpforms-form button[type=submit]{
  background-color: #0065F2;
  color: white;
  padding: 0 24px; 
  height: 44px; 
  border-radius: 50px;
  border: none;
  cursor: pointer;
  transition: all 0.2s ease;
  outline: none; 
  font-size: 16px;
  line-height: 150%;
  width: 100%;
}

.wpforms-container.gm-quiz-lead-form .wpforms-form button[type=submit]:disabled{
  background-color: #0065F2;
  border: none;
}

.wpforms-container.gm-quiz-lead-form .wpforms-form button[type=submit]:hover:not(:disabled){
  background-color: #0556C7;
  border: none;
  color: white;
}

/* Disable default styles */
.page-template-landing-home .tm-main {
    padding-top: 0!important;
    padding-bottom: 0!important;
}
.page-template-landing-home .tm-main .uk-container {
    padding-left: 0!important;
    padding-right: 0!important;
    max-width: 100%!important;
}

/* Banner Section Styles */
.gm_banner-section {
    padding: 0 16px;
    background: #fff;
}

.gm_banner-container {
    border-radius: 32px;
    background: #E9EFF7;
    padding: 40px 16px;
}

.gm_banner-content {
    display: flex;
    width: 100%;
    gap: 0;
    max-width: 1184px;
    margin: 0 auto;
}

.gm_banner-left {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.gm_community-row {
    display: flex;
    align-items: center;
    gap: 12px;
    max-width: 460px;
}

.gm_community-avatars {
    width: 85px;
    height: 36px;
    object-fit: cover;
}

.gm_community-text {
    font-size: 20px;
    line-height: 150%;
    font-weight: 400;
}

.gm_banner-left h1 {
    font-size: 64px;
    line-height: 110%; 
    letter-spacing: -1.04px;
    margin: 32px 0 24px; 
}

.gm_banner-sub {
    margin: 0 0 58px; 
    font-size: 22px;
    font-weight: 400;
    line-height: 150%; 
}

.gm_signup-row {
    position: relative;
    display: block;
}

.gm_signup-row input[type="email"] {
    flex: 1;
    padding: 12px 200px 12px 26px;
    border-radius: 32px;
    border: 1px solid transparent;
    width: 100%;
    box-sizing: border-box;
    height: 52px;
    color: rgba(16, 22, 47, 0.60);
    font-size: 20px;
    font-weight: 400;
    line-height: 150%;
}

/* When input is focused */
.gm_signup-row input[type="email"]:focus,
.gm_signup-row input[type="email"]:focus-visible {
    border-color: #10162F !important;   
    color: #10162F;                     
    outline: none !important;           
}

/* When input is filled (with required attr) */
.gm_signup-row input[type="email"]:valid {
    border-color: #10162F !important;   
    color: #000;
}

/* If you just want “filled” without validating */
.gm_signup-row input[type="email"]:not(:placeholder-shown) {
    border-color: transparent !important;
}

.gm_signup-row .gm-button {
    height: 48px;
    padding: 0px 24px;
    border: none;
    border-radius: 50px;
    background: #0065F2;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
    position: absolute;
    right: 2px;
    top: 2px;
}

.gm_signup-row .gm-button:hover {
    background-color: #0556C7;
}

.gm_signup-alt {
    display: flex;
    gap: 8px; 
}

.gm_google-btn, .gm_microsoft-btn {
    background: transparent;
    font-size: 19px;
    cursor: pointer;
    font-weight: 500;
    display: flex;
    height: 48px;
    padding: 4px 16px;
    align-items: center;
    gap: 12px;
    border-radius: 50px;
    border: 0.8px solid rgba(16, 22, 47, 0.20);
    width: 100%;
    color: rgba(16, 22, 47, 0.80);
}

a.gm_google-btn:hover, a.gm_microsoft-btn:hover {
    border-color: #10162F;
    color: rgba(16, 22, 47, 0.80);
    text-decoration: none;
}

.gm_google-btn img, .gm_microsoft-btn img {
    width: 22px;
    height: 22px;
    display: inline-block;
}

.gm_banner-right {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 0;
    position: relative;
}

.gm_mockup-box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 620px;
}

.gm_mockup-img {
    width: 100%;
    max-height: 440px;
	object-fit: contain;
}

.gm_divider-container {
    display: flex;
    gap: 10px;
    padding: 12px 16px;
    justify-content: center;
    align-items: center;
    color: rgba(16, 22, 47, 0.40);
    font-size: 14px;
    font-weight: 400;
    line-height: 60%; 
    box-sizing: border-box;
}

.gm-divider {
    background: rgba(16, 22, 47, 0.14);
    height: 0.5px;
    display: block;
    width: 100%;
}

.gm_google-btn span, .gm_microsoft-btn span {
    width: 100%;
    text-align: center;
}

@media (max-width: 991px) {
  .gm-main-banner .gm_banner-right { 
    min-height: 100%;
}
    .gm_banner-container {
        padding: 40px 16px 28px 16px;
    }
    
    .gm_banner-content {
        flex-direction: column;
        gap: 0;
    }
    
    .gm_banner-left, .gm_banner-right {
        width: 100%;
    }
    
    .gm_banner-right {
        justify-content: center;
    }
    
    .gm_community-row, 
    .gm_banner-left h1, 
    .gm_banner-sub, 
    .gm_signup-row, 
    .gm_divider-container, 
    .gm_signup-alt {
        max-width: 100%;
    }
    
    .gm_community-text {
        font-size: 13px;
    }
    
    .gm_banner-left h1 {
        font-size: 40px;
        line-height: 110%;
        letter-spacing: -0.8px;
    }
    
    .gm_banner-sub {
        font-size: 18px;
        margin: 0 0 32px;
    }
    
    .gm_divider-container {
        padding: 20px 16px;
    }
    
    .gm_signup-alt {
        flex-direction: column;
        gap: 16px;
    }
}


/* Trusted Section */

.gm_trusted-section {
    padding: 32px 32px 0;
    margin: 0;
  }
  
  .gm_trusted-container {
    margin: 0 auto;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: relative;
  }
  
  .gm_trusted-slider {
    width: 100%;
    will-change: transform;
    display: flex;
      justify-content: center;
      align-items: center;
  }
  
  .gm_trusted-track {
    display: flex;
    align-items: center;
    gap: 80px;
    width: fit-content;
  }
  
  .gm_trusted-logo {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .gm_trusted-slider .gm_trusted-track:nth-child(2){
    display: none;
  }
  
  @media (max-width: 768px) {
    .gm_trusted-slider {
      animation: gm_trusted-slide 10s linear infinite;
    }
    .gm_trusted-slider .gm_trusted-track:nth-child(2){
      display: flex;
    }
    .gm_trusted-section {
      padding: 60px 16px 0;
      margin: 0;
    }
    .gm_trusted-track {
      gap: 56px;
    }
  }
  
  @keyframes gm_trusted-slide {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
  }

  /* Trusted: mobile collapse fix */
.gm_trusted-container { 
  min-height: 44px;        /* ensures the section has height */
}

.gm_trusted-slider {
  flex-wrap: nowrap;       /* keep one line */
  align-items: center;     
}

.gm_trusted-track {
  flex: 0 0 auto;          /* don't shrink */
  width: auto;             /* avoid fit-content bug on iOS */
}

.gm_trusted-logo svg,
.gm_trusted-logo img {
  height: 28px;            /* give the logos a real box */
  width: auto;
  display: block;
}

@media (max-width: 768px) {
  .gm_trusted-section { padding: 60px 16px 0; } /* you already have this */
  .gm_trusted-container { min-height: 40px; }   /* optional tighter mobile height */
}

.gm_signup-row.gm-335 {
  max-width: 335px;
}

  /* Quiz Section */

  .quiz-container {
      max-width: 800px;
      width: 100%; 
      margin: 0 auto;
  }

  .quiz-header {
      text-align: center;
      margin-bottom: 64px;
  }

  .quiz-title {
    font-size: 48px; 
    line-height: 120%;  
    letter-spacing: -0.88px;
    margin: 0 0 20px;
  }

  .quiz-title .highlight {
      color: #0065F2;
  }

  .quiz-subtitle {
    font-size: 20px; 
    font-weight: 400;
    line-height: 150%;
    margin: 0;
  }

  .question-section {
      display: none; 
  }

  .question-section.active {
      display: block;
  }

  .question-content {
      background-color: #E9EFF7;
      border-radius: 20px;
      padding: 32px 160px 55px 64px;
      margin-bottom: 48px;
      position: relative;
      display: flex;
      gap: 64px;
      box-shadow: 0px 2px 12px 0px rgba(19, 19, 22, 0.02), 0px 16px 24px 0px rgba(19, 19, 22, 0.01);
      overflow: hidden;
  }

  .progress-indicators {
      display: flex;
      flex-direction: column;
      gap: 16px;
  }

  .progress-indicator {
    width: 32px;
    height: 32px;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 20px; 
      font-weight: 400;
      line-height: 150%; 
      opacity: 0.2;
      transition: all 0.3s ease;
      border: 1px solid #10162F;
      background: #FFF;
  }

  .progress-indicator.active {
      opacity: 1;
  }

  .progress-indicator.completed {
    opacity: 0.2;
  }



  .question-text {
      font-size: 24px;
      margin-bottom: 24px;
      line-height: 120%;
  }

  .options-container {
      display: flex;
      flex-wrap: wrap;
      gap: 12px;
  }

  .option-button {
      outline: none;
      display: flex;
      height: 44px;
      padding: 0px 16px 0 16px;
      justify-content: center;
      align-items: center;
      cursor: pointer; 
      font-size: 20px; 
      font-weight: 400;
      line-height: 150%; 
      border-radius: 12px;
      border: 0.8px solid rgba(16, 22, 47, 0.20);
      background: #fff;
      transition: none;
      color: #10162F;
  }

  .option-button:hover {
      background-color: #F3F3F5;
  }

  .option-button.selected {
      background-color: #0065F2;
      color: white;
      border-color: #0065F2;
  }

  .navigation-buttons {
    display: flex;
        justify-content: center;
        gap: 16px;
        align-items: center;
        max-width: 320px;
        margin: 0 auto;
  }

  .option-button:active{
    background-color: #F3F3F5; 
    color: #10162F;
    border: 0.8px solid rgba(16, 22, 47, 0.20);
  }

  .nav-button {
    display: flex;
    height: 44px;
    justify-content: center;
    align-items: center; 
    border-radius: 50px;
      border: none;
      cursor: pointer;
      transition: all 0.2s ease;
      outline: none;
      gap: 4px;
      font-size: 16px; 
line-height: 150%; 
  }

  .nav-button span{
    display: flex;
  }

  .back-button {
      background-color: #FFF;
      color: #10162F;
      padding: 0px 24px 0px 16px; 
border: 0.8px solid rgba(16, 22, 47, 0.20); 
  }

  .back-button:hover {
      background-color: rgba(16, 22, 47, 0.05);
  }

  .next-button {
      background-color: #0065F2;
      color: white;
      padding: 0px 16px 0px 24px;
  }

  .next-button:hover:not(:disabled) {
      background-color: #0556C7;
  }

  .next-button:disabled {
      opacity: 0.5;
      cursor: not-allowed;
  }

  .email-section {
    margin: 0 auto;
    text-align: center;
    border-radius: 32px;
    background: #E9EFF7;
    max-width: 800px;
    padding: 64px 32px;
    align-items: center;
  }

  .email-title {
    font-size: 44px;
line-height: 120%; 
letter-spacing: -0.88px;
margin: 0 0 40px;
  }
  .email-input-container{
    max-width: 320px;
    margin: 0 auto;
    margin-bottom: 24px;
  }
  .gm-quiz-lead-form-btn{
    margin-top: 20px!important;
  }
  .email-input {
      width: 100%;
      padding: 12px 24px;
      font-size: 16px;
      border: 2px solid #fff;
      border-radius: 50px;
      outline: none;
      transition: border-color 0.2s ease;
      background-color: #fff;
      margin: 0;
    font-weight: 400;
    line-height: 150%;  
    box-sizing: border-box;
  }

  .email-input:focus {
      border-color: #0065F2;
      background-color: white;
  }

  .email-input.error {
      border-color: #EA4335;
  }

  .skip-link {
      display: block;
      color: #000; 
      font-size: 16px;
      cursor: pointer;
      transition: color 0.2s ease; 
      text-align: center; 
      font-weight: 400;
      line-height: 150%; 
      text-decoration-line: underline;
      text-decoration-style: solid;
      text-decoration-skip-ink: auto;
      text-decoration-thickness: auto;
      text-underline-offset: auto;
      text-underline-position: from-font;
  }

  .skip-link:hover {
      color: #0065F2;
  }

  .success-title {
      font-size: 36px;
      font-weight: 600;
      color: #1a1a1a;
      margin-bottom: 16px;
  }

  .success-message {
      font-size: 18px;
      color: #6b7280;
      line-height: 1.6;
  }

  .error-message {
      color: #EA4335;
      margin-top: 2.5px;
      display: none;
      font-size: 12px;
      font-weight: 400;
      text-align: left;
padding-left: 26px;
  }

  .error-message.show {
      display: block;
  }

  .gm-quiz-section{
    padding: 144px 16px;
  }

  .gm_lessons-quiz-subtitle{
    margin: 24px auto 64px;
text-align: center;
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: 150%;
max-width: 350px;
  }
  .gm-quiz-ellipse{
    border-radius: 406px;
background: rgba(0, 101, 242, 0.12);
filter: blur(56px);
display: block;
width: 406px;
height: 221px;
position: absolute;
right: 64px;
bottom: -13px;
z-index: 0;
  }
  .question-text-otions{
    z-index: 1;
  }

  #email-input{
    margin-top: 16px;
  }

  @media (max-width: 768px) {
    .gm-quiz-section{
      padding: 60px 16px;
    }
    .quiz-title{
      font-size: 36px;
      letter-spacing: -0.72px;
    }
    .quiz-subtitle{
      font-size: 15px;
    }
    .quiz-header{
      margin-bottom: 32px;
    }
    .question-content{
      padding: 20px;
      flex-direction: column;
      align-items: center;
      justify-content: flex-start;
      margin-bottom: 40px;
      gap: 32px;
      min-height: 360px;
    }
    .progress-indicators{
      flex-direction: row;
      gap: 12px;
      z-index: 1;
    }
    .progress-indicator{
      width: 24px;
      height: 24px;
      font-size: 15px;
    }
    .question-text{
      text-align: center;
    }
    .options-container{
      justify-content: center;
      gap: 16px;
    }
    .option-button{
      font-size: 18px;
    }
    .email-title{
      font-size: 36px;
      margin-bottom: 32px;
    }
    .email-input-container {
        max-width: 100%; 
        margin-bottom: 40px;
    }
    .gm_lessons-quiz-subtitle{
      margin: 24px auto 32px;
      font-size: 15px;
    }
    .gm-quiz-ellipse{
      right: -63px;
      bottom: -79px;
    }
    .email-section{
      padding: 40px 16px 60px;
    }
  }

  /* Lessons Section */

  .gm_lessons-container {
    padding: 80px 16px;
  }
  .gm_lessons-title {
    font-size: 48px;
    line-height: 120%; 
    letter-spacing: -0.88px;
    margin: 0 0 20px;
    text-align: center;
  }
  .gm_lessons-tabs {
    display: flex;
    gap: 12px;
    justify-content: center;
    align-items: center;
    margin-bottom: 64px;
  }
  .gm_tab {
    background: transparent;
    color: #1D2336;
    padding: 6.5px 12px;
    cursor: pointer; 
    text-align: center;
    font-size: 14px; 
    line-height: 110%;  
    letter-spacing: 0.24px;
    text-transform: uppercase;
    border: 1px solid transparent;
    border-radius: 10px;
  }
  .gm_tab:hover{
    color: #0065F2;
    background: #fff;
  }
  .gm_tab-active {
    color: #0065F2;
    background: #fff;
    border: 1px solid rgba(0, 101, 242, 0.10);
  }

 
  .gm_lessons-cards {
    display: flex;
    max-width: 1184px;
    margin: 0 auto 64px;
  }
 
  .gm_lesson-card-container{
    text-decoration: none;
  }
  .gm_lesson-card-container:hover .gm_lesson-cta{
    transform: translateY(8px);
  }

  .gm_lesson-card-container:hover .gm_lesson-icon{
    background: #0065F2;
  }
  .gm_lesson-card-container:hover .gm_lesson-icon svg path{
    fill: #fff;
  }

  .gm_lesson-card-container:hover .gm_lesson-card-divider{
    opacity: 0;
  }

  .gm_lesson-card {
    border-radius: 20px;
    padding: 24px 24px 0;
    background: #FFF;
  }

  .gm_lesson-card-top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 8px;
    margin-bottom: 32px;
  }
  .gm_lesson-icon {
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    background: rgba(0, 101, 242, 0.10);
  }
  .gm_lesson-tags {
    display: flex;
    align-items: center;
  }
  .gm_lesson-badge,
  .gm_lesson-count {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 28px;
    padding: 0 8px;
    border-radius: 10px;
    background: rgba(16, 22, 47, 0.05);
    color: rgba(16, 22, 47, 0.80);
    font-size: 20px;
    font-weight: 400;
    line-height: 130%; 
  }
  .gm_lesson-badge-beginner { background: #FEF5ED; color: #8E4901; }
  .gm_lesson-badge-advanced { background: #F7F1FD; color: #6A27A5; }
  .gm_lesson-badge-intermediate { background: #EDFAFD; color: #004D52; }

  .gm_lesson-title {
    font-size: 24px;
    line-height: 120%; 
    margin: 0 0 16px;
    color: #10162F;
  }
  .gm_lesson-desc {
    font-size: 20px;
    font-weight: 400;
    line-height: 150%; 
    color: rgba(16, 22, 47, 0.80);
    margin: 0 0 24px;
  }
  .gm_lesson-cta {
    background: #fff;
    border-radius: 20px;
    display: flex;
    height: 56px;
    padding: 0px 24px;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    transition: transform .25s cubic-bezier(.22,1,.36,1);
    cursor: pointer;
    color: #0065F2;
    font-size: 20px;
    line-height: 150%; 
  }
  .gm_lesson-card:hover .gm_lesson-cta {
    transform: translateY(8px);
  }
  .gm_lesson-cta svg {
    margin-left: 10px;
  }
  .gm_lessons-viewall-container{
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .gm_lessons-viewall {
    display: inline-flex;
    height: 44px;
    padding: 0px 24px;
    justify-content: center;
    align-items: center;
    gap: 4px;
    border-radius: 50px;
    background: #0065F2;
    cursor: pointer;
    color: #fff;
    text-align: center;
    font-size: 20px;
    line-height: 150%;
    border: none;
    text-decoration: none;
  }
  .gm_lessons-viewall:hover {
    background: #0556C7;
	  color: #fff;
  }
  .gm_lesson-card-divider{
    border-bottom: 1px dashed rgba(16, 22, 47, 0.20);
    display: block;
    width: 100%;
    transition: opacity .25s cubic-bezier(.22,1,.36,1);
  }
  .gm_tab-panel{
    display: none;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: auto;
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }
  .gm_tab-panel.active{
    display: grid;
  }

  .gm_quiz-tab-panel{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: auto;
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  @media (max-width: 1024px) {
    .gm_tab-panel,
    .gm_quiz-tab-panel{
      grid-template-columns: repeat(2, 1fr);
    }
  }

  @media (max-width: 768px) {
    .gm_tab-panel,
    .gm_quiz-tab-panel{
      grid-template-columns: repeat(1, 1fr);
      grid-column-gap: 12px;
      grid-row-gap: 12px;
    }
    .gm_lessons-container {
      padding: 60px 16px;
    }
    .gm_lessons-title {
      font-size: 36px;
      line-height: 120%; 
      letter-spacing: -0.72px;
    }
    .gm_lessons-tabs {
      flex-direction: column;
      gap: 8px;
      margin-bottom: 32px;
    }
    .gm_lesson-card {
      padding: 20px 20px 0;
      border-radius: 20px 20px 0 0;
    }
    .gm_lesson-card-top{
      margin-bottom: 28px;
    }
    .gm_lesson-icon{
      width: 40px;
      height: 40px;
    }
    .gm_lesson-title{
      font-size: 22px;
      margin: 0 0 12px;
    }
    .gm_lesson-desc{
      font-size: 15px;
      margin: 0;
    }
    .gm_lesson-card-divider{
      display: none;
    }
    .gm_lesson-card-container:hover .gm_lesson-cta{
      transform: unset;
    }
    .gm_lesson-cta{
      border-radius: 0 0 20px 20px;
      height: auto;
      padding: 28px 24px 16px;
      font-size: 16px;
    }
    .gm_lessons-cards{
      margin-bottom: 40px;
    }
    .gm_lessons-tabs-section{
      padding: 0;
    }
    .gm_tab{
      border: 1px solid rgba(0, 101, 242, 0.10);
    }
    .gm_lesson-badge,
    .gm_lesson-count {
      font-size: 16px;
    }
    .gm_lessons-viewall {
      font-size: 16px;
    }
  }

  /* Steps Section */

  .gm_steps-section {
    background: #fff;
    padding: 144px 0;
  }
  .gm_steps-container {
    max-width: 840px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .gm_steps-title {
    text-align: center;
    font-size: 48px;
    line-height: 120%; 
    letter-spacing: -0.88px;
    margin: 0 0 64px;
  }
  .gm_steps-title-accent {
    color: #0065F2;
  }
  .gm_step-row {
    display: flex;
    align-items: center;
    width: 100%;
    gap: 48px;
  }
  .gm_steps-container .gm_step-row:nth-child(even) {
    flex-direction: row-reverse;
  }
  .gm_step-text {
    flex: 1;
  }
  .gm_step-number {
    color: #0065F2;
    font-size: 20px;
    line-height: 110%; 
    letter-spacing: 0.24px;
    text-transform: uppercase;
    margin-bottom: 8px;
    display: block;
  }
  .gm_step-head {
    font-size: 48px;
    line-height: 120%; 
    letter-spacing: -0.64px;
    margin: 0 0 16px;
  }
  .gm_step-desc {
    color: rgba(16, 22, 47, 0.80);
    font-size: 20px;
    font-weight: 400;
    line-height: 150%; 
    margin: 0;
  }
  .gm_step-text ul {
    padding-left: 22px;
    margin: 16px 0 0;
  }
  .gm_step-text ul li {
    color:rgba(16, 22, 47, 0.80);
    font-size: 18px;
    font-weight: 400;
    line-height: 150%;  
  }
  .gm_step-media {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
  }
  .gm_steps-title-container{
    padding: 0 16px;
    text-align: center;
  }
  
  @media (max-width: 1024px) {
    .gm_step-text{
      padding: 0 36px;
    }
  }

  @media (max-width: 768px) {
    .gm_steps-section{
      padding: 120px 0 60px;
    }
    .gm_steps-title{
      font-size: 36px;
      letter-spacing: -0.72px;
      margin-bottom: 32px;
    }
    .gm_step-row{
      flex-direction: column;
      gap: 20px;
    }
    .gm_steps-container .gm_step-row:nth-child(even){
      flex-direction: column;
    }
    .gm_step-media{
      height: 100%;
      flex: auto;
      border-radius: 32px;
      background: linear-gradient(326deg, rgba(244, 247, 251, 0.20) -32.33%, #F4F7FB 84.99%);
      width: 100%;
    }
    .gm_steps-container{
      gap: 56px;
    }
    .gm_step-head{
      font-size: 28px;
      letter-spacing: -0.56px;
    }
    .gm_step-desc{
      font-size: 15px;
    }
    .gm_step-text ul li{
      font-size: 14px;
    }
    .gm_step-number { 
      font-size: 14px;
    }
  } 

  /* Beyond Section */

  .gm_beyond-section {
    padding: 0 16px 144px 16px;
  }
  .gm_beyond-container {
    max-width: 800px;
    margin: 0 auto;
  }
  
  .gm_beyond-box {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  
  .gm_beyond-title {
    text-align: center;
    font-size: 48px;
    margin: 0 0 40px 0;
    line-height: 120%; 
    letter-spacing: -0.88px;
  }
  
  .gm_beyond-top-row{
    border-radius: 20px;
    display: flex;
    gap: 20px;
    padding: 24px;
    border: 1.2px solid rgba(16, 22, 47, 0.05);
    background: linear-gradient(326deg, rgba(244, 247, 251, 0.20) -32.33%, #F4F7FB 84.99%), #FFF;
  }
  
  .gm_beyond-card-image {
    width: 360px;
    height: 177px;
    display: flex;
    border-radius: 16px;
    overflow: hidden;
  }
  .gm_beyond-card-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  
  .gm_beyond-card-title {
    font-size: 24px;
    line-height: 120%;
    margin-bottom: 12px;
  }
  .gm_beyond-card-content{
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  
  .gm_beyond-card-desc {
    font-size: 20px;
    font-weight: 400;
    line-height: 150%;
    color: rgba(16, 22, 47, 0.80);
    max-width: 330px;
  }
  .gm_beyond-card-link {
    color: #0065F2;
    font-size: 20px;
    line-height: 150%; 
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 4px;
  }
  
  .gm_beyond-card-img-abs {
    position: absolute;
    top: 16px;
    right: 24px;
    width: 100%;
    max-width: 330px;
  }
  .gm_beyond-second-row{
    display: flex;
    gap: 16px;
  }
  .gm_beyond-card{
    flex: 1;
    padding: 24px;
    border-radius: 20px;
    border: 1.2px solid rgba(16, 22, 47, 0.05);
    position: relative;
  }
  .gm_beyond-card .gm_beyond-card-desc{
    margin-bottom: 40px;
  }
  .gm_beyond-card:nth-child(2){
    background: linear-gradient(326deg, rgba(244, 247, 251, 0.20) -32.33%, #F4F7FB 84.99%), #FFF;
    padding-top: 72px;
  }
  .gm_beyond-card:nth-child(2) .gm_beyond-card-desc{
    margin-bottom: 16px;
  }
  
  @media (max-width: 768px) {
    .gm_beyond-section {
      padding: 0 16px 60px 16px;
    }
    .gm_beyond-title{
      font-size: 36px;
      letter-spacing: -0.72px;
      margin-bottom: 24px;
    }
    .gm_beyond-top-row{
      padding: 20px;
      flex-direction: column;
    }
    .gm_beyond-card-image{
      width: 100%;
      height: auto;
      border-radius: 13px;
    }
    .gm_beyond-card-title{
      font-size: 22px;
      margin-bottom: 8px;
    }
    .gm_beyond-card-desc{
      font-size: 15px;
    }
    .gm_beyond-card-content{
      gap: 12px;
    }
    .gm_beyond-box{
      gap: 24px;
    }
    .gm_beyond-second-row {
        gap: 24px;
        flex-direction: column;
    }
    .gm_beyond-card{
      padding: 20px;
    }
    .gm_beyond-second-row .gm_beyond-card-content{
      gap: 0;
    }
    .gm_beyond-second-row .gm_beyond-card .gm_beyond-card-desc {
        margin-bottom: 12px;
    }
    .gm_beyond-card-link{
      font-size: 15px;
    }
    .gm_beyond-card-desc {
      font-size: 16px;
    }
  }


  /* Who Section */

  .gm_who-section {
   padding: 0 16px;
 }

.gm_who-container {
 border-radius: 32px;
 background: #E9EFF7;
 padding: 80px 16px;
}

.gm_who-title {
 font-size: 48px;
 line-height: 120%; 
 letter-spacing: -0.88px;
 margin: 0 0 20px;
 text-align: center;
}

.gm_who-desc {
 max-width: 870px;
 margin: 0 auto 64px;
 color: rgba(16, 22, 47, 0.80);
 font-size: 20px;
 font-weight: 400;
 line-height: 150%;
 text-align: center;
}

.gm_who-desc b{
 font-weight: 500;
 color: #10162F;
}

.gm_who-cards-row {
 display: flex;
 justify-content: center;
 max-width: 1184px;
   margin: 0 auto 48px;
}

.gm_who-card {
 background: #fff;
 border-radius: 20px; 
 padding: 24px;
 flex: 1;
 position: relative;
}

.gm_who-card:not(:last-child)::after {
 content: "";
 position: absolute;
 top: 18px;
   bottom: 18px;
   right: 0;
 width: 1px;
 background-image: linear-gradient(to bottom, rgba(16, 22, 47, 0.2) 33%, transparent 0%);
 background-position: right;
 background-size: 1px 8px;
 background-repeat: repeat-y;
 transform: translateX(50%);
}

.gm_who-card:last-child {
 background: #fff;
 border-radius: 20px; 
 padding: 24px;
}

.gm_who-badge {
 height: 26px;
 padding: 0 8px;
 display: inline-flex;
 justify-content: center;
 align-items: center;
 border-radius: 16px;
 font-size: 20px;
 font-weight: 400;
 margin-bottom: 34px;
}

.gm_who-badge-beginner {
 background: #FEF5ED;
 color: #8E4901;
}

.gm_who-badge-intermediate {
 background: #EDFAFD;
 color: #004D52;
}

.gm_who-badge-advanced {
 background: #F7F1FD;
 color: #6A27A5;
}

.gm_who-card-title {
 font-size: 24px;
 margin: 0 0 12px;
}

.gm_who-card-desc {
 font-size: 20px; 
 font-weight: 400;
 color:rgba(16, 22, 47, 0.80);
 margin: 0;
}

.gm_who-viewall-container{
 display: flex;
 justify-content: center;
 align-items: center;
}
.gm_who-viewall {
 color: #0065F2;
 text-decoration: none;
 font-size: 20px;
 line-height: 150%;
 text-align: center;
 margin: 0 auto;
 display: inline-flex;
 justify-content: center;
 align-items: center;
}

@media (max-width: 768px) {
 .gm_who-section{
   padding: 0;
 }
 .gm_who-container{
   padding: 60px 16px;
 }
 .gm_who-title{
   font-size: 36px;
   letter-spacing: -0.72px;
   margin-bottom: 16px;
 }
 .gm_who-desc{
   font-size: 15px;
   margin-bottom: 32px;
 }
 .gm_who-cards-row{
   margin-bottom: 24px;
   flex-direction: column;
 }
 .gm_who-card{
   padding: 20px;
 }
 .gm_who-badge{
   height: 25px;
   margin-bottom: 24px;
   font-size: 16px;
 }
 .gm_who-card-title {
   font-size: 22px;
   margin: 0 0 8px;
 }
 .gm_who-card-desc{
   font-size: 15px;
 }
 .gm_who-card:not(:last-child)::after {
   top: auto;
   bottom: 0;
   left: 18px;
   right: 18px;
   height: 1px;
   width: auto;
   background-image: linear-gradient(to right, rgba(16, 22, 47, 0.2) 33%, transparent 0%);
   background-size: 8px 1px;
   background-repeat: repeat-x;
   transform: translateY(50%);
 }
 .gm_who-viewall {
   font-size: 16px; 
}
}


/* Struggle */ 

  .gm_struggle-section {
padding: 144px 16px 0;
}
.gm_struggle-container {
max-width: 1184px;
margin: 0 auto;
}
.gm_struggle-title {
  font-size: 48px;
  text-align: center;
line-height: 120%; 
letter-spacing: -0.88px;
margin: 0 0 20px;
}
.gm_struggle-title-blue {
color: #0065F2;
}
.gm_struggle-subtitle {
  font-size: 20px;
font-weight: 400;
line-height: 150%;
margin: 0 0 64px;
text-align: center;
}
.gm_struggle-cards-bg {
padding: 32px 16px 64px;
border-radius: 32px;
background: linear-gradient(326deg, rgba(244, 247, 251, 0.20) -32.33%, #F4F7FB 84.99%);
}
.gm_struggle-cards {
display: flex;
flex-wrap: wrap;
justify-content: center;
align-items: flex-start;
align-content: flex-start;
gap: 48px;
align-self: stretch;
}
.gm_struggle-card {
width: 30%;
display: flex;
flex-direction: column;
align-items: center;
text-align: center;
}
.gm_struggle-icon {
  border-radius: 50px;
background: #FFF;
width: 44px;
height: 44px;
display: flex;
justify-content: center;
align-items: center;
margin-bottom: 16px;
}
.gm_struggle-icon span{
  display: flex;
}
.gm_struggle-card-title {
  font-size: 24px;
line-height: 120%;
margin-bottom: 4px;
}
.gm_struggle-card-desc {
  color:rgba(16, 22, 47, 0.80);
font-size: 20px;
font-weight: 400;
line-height: 150%; 
}

.gm_struggle-truth-bg {
  display: flex;
padding: 32px;
flex-direction: column;
justify-content: center;
align-items: center;
gap: 16px;
align-self: stretch;
border-radius: 20px;
background: linear-gradient(50deg, #F4F7FB 27.26%, rgba(244, 247, 251, 0.20) 98.57%), #FFF;
text-align: center;
position: relative;
color: rgba(16, 22, 47, 0.80);
}
.gm_struggle-truth-bg b{
  font-weight: 500;
  color: #10162F;
}

.gm_struggle-truth-bg::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: auto;
    left: 20px;
    right: 20px;
    height: 1px;
    width: auto;
    background-image: linear-gradient(to right, rgba(16, 22, 47, 0.2) 33%, transparent 0%);
    background-size: 8px 1px;
    background-repeat: repeat-x;
    transform: translateY(50%);
  }

.gm_struggle-truth-link {
color: #0065F2;
font-size: 16px;
line-height: 110%; 
letter-spacing: 0.32px;
text-transform: uppercase;
}
.gm_struggle-truth-bg p{
  margin: 0;
  color: rgba(16, 22, 47, 0.80);
  font-size: 20px;
  font-weight: 400;
  line-height: 150%;
}

@media (max-width: 1024px) {
  .gm_struggle-card {
    width: 40%;
  }
}

@media (max-width: 768px) {
  .gm_struggle-section {
    padding: 60px 16px;
  }
  .gm_struggle-title{
    font-size: 36px;
    letter-spacing: -0.72px;
    margin-bottom: 16px;
  }
  .gm_struggle-subtitle{
    font-size: 15px;
    margin-bottom: 32px;
  }
  .gm_struggle-cards-bg{
    padding: 32px 16px;
  }
  .gm_struggle-cards{
    gap: 56px;
  }
  .gm_struggle-card{
    width: 100%;
  }
  .gm_struggle-icon{
    width: 36px;
height: 36px;
margin-bottom: 8px;
  }
  .gm_struggle-card-title{
    font-size: 22px;
  }
  .gm_struggle-card-desc{
    font-size: 15px;
  }
  .gm_struggle-truth-bg{
    padding: 32px 16px;
  }
  .gm_struggle-truth-bg p{
    font-size: 15px;
  }
}
 

/* Why it works Section */

  .gm_why-it-works-section {
padding: 0 16px 0;
}
.gm_why-it-works-title {
  font-size: 44px;
  text-align: center;
line-height: 120%; 
letter-spacing: -0.88px;
margin: 0 0 20px;
} 
.gm_why-it-works-subtitle {
  font-size: 16px;
font-weight: 400;
line-height: 150%;
margin: 0 0 32px;
text-align: center;
color: rgba(16, 22, 47, 0.80);
}

.gm_why-it-works-subtitle b{
  font-weight: 500;
  color:#10162F;
}

@media (max-width: 768px) {
  .gm_why-it-works-section {
    padding: 60px 16px;
  }
  .gm_why-it-works-title{
    font-size: 36px;
    letter-spacing: -0.72px;
    margin-bottom: 16px;
  }
  .gm_why-it-works-subtitle{
    font-size: 15px;
    margin-bottom: 32px;
  }
}

/* Choose Section */
 
  .gm_choose-section {
    padding: 0 16px 144px;
  }
  
  .gm_choose-container {
    max-width: 1184px;
    margin: 0 auto;
  }
  
  .gm_choose-title {
    text-align: center;
    font-size: 48px;
    line-height: 120%; 
    letter-spacing: -0.88px;
    margin: 0 0 40px;
  }
  
  .gm_choose-title-blue {
    color: #0065F2;
  }
  
  .gm_choose-layout {
    display: flex;
    gap: 12px;
    align-items: flex-start;
  }
  
  .gm_choose-left {
    flex: 1 1 0;
    display: flex;
    flex-direction: column;
    height: 449px;
  }
  
  .gm_choose-testimonial-main {
    background: #fff;
    border-radius: 20px;
border: 1.2px solid rgba(16, 22, 47, 0.05);
    padding: 24px;
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: space-between;
  }

  .gm_choose-testimonial-text-container{
    display: flex;
    gap: 12px;
  }
  
  .gm_choose-quote {
    height: 29px;
  }
  
  .gm_choose-testimonial-text {
    color: rgba(16, 22, 47, 0.80);
    font-size: 26px;
    font-weight: 400;
    line-height: 130%;
  }
  .gm_choose-testimonial-text b{
    color: #10162F;
    font-weight: 500;
  }
  
  .gm_choose-user {
    display: flex;
    align-items: center;
    gap: 12px;
  }
  .gm_choose-user-img {
    width: 44px;
height: 44px;
    border-radius: 50%;
    object-fit: cover;
  }
  .gm_choose-user-name {
    font-size: 20px;
  }
  .gm_choose-user-title {
    font-size: 14px;
    color: rgba(16, 22, 47, 0.80);
    font-weight: 400;
  }
  
  .gm_choose-right {
    flex: 2 1 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
  }
  
  .gm_choose-stats-row {
    display: flex;
    gap: 0;
  }
  
  .gm_choose-stat {
    flex: 1 1 0;
    border-radius: 20px;
background: linear-gradient(326deg, rgba(244, 247, 251, 0.20) -32.33%, #F4F7FB 84.99%), #FFF;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 160px;
padding: 4px 48px 0px 48px;
position: relative;
gap: 16px;
  }

  .gm_choose-stat:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 18px;
    bottom: 18px;
    right: 0;
  width: 1px;
  background-image: linear-gradient(to bottom, rgba(16, 22, 47, 0.2) 33%, transparent 0%);
  background-position: right;
  background-size: 1px 8px;
  background-repeat: repeat-y;
  transform: translateX(50%);
}
  
  .gm_choose-stat-value {
font-size: 56px;
font-weight: 400;
line-height: 100%; 
letter-spacing: -3.36px;
  }
  .gm_choose-stat-label {
    color:rgba(16, 22, 47, 0.80);
font-size: 14px;
line-height: 110%; 
letter-spacing: 0.24px;
text-transform: uppercase;
height: 22px;
  }
  
  .gm_choose-bottom-row {
    display: flex;
    gap: 12px;
  }
  
  .gm_choose-testimonial {
    background: #fff;
    border-radius: 20px;
border: 1.2px solid rgba(16, 22, 47, 0.05);
    flex: 1 1 0;
    padding: 24px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 56px;
  }
  .gm_choose-quote-sm {
    height: 29px;
  }
  .gm_choose-testimonial-text-sm {
    color: rgba(16, 22, 47, 0.80);
font-size: 20px;
font-weight: 400;
line-height: 150%;
display: flex;
    gap: 12px;
  }
  .gm_choose-testimonial-text-sm b{
    font-weight: 500;
    color: #10162F;
  }

  .gm_choose-quote-sm svg,
  .gm_choose-quote svg{
    max-width: none;
  }
  
  @media (max-width: 1024px) {
    .gm_choose-layout{
      flex-direction: column-reverse;
      gap: 24px;
    }
  }

    @media (max-width: 768px) {
      
      .gm_choose-bottom-row{
      flex-direction: column-reverse;
    }

    .gm_choose-stats-row{
      flex-direction: column;
    }
    .gm_choose-section{
      padding: 60px 16px;
    }
    .gm_choose-title{
      font-size: 36px;
      letter-spacing: -0.72px;
      margin-bottom: 40px;
    }
    .gm_choose-stat{
      height: 120px;
      flex: unset;
    }
    .gm_choose-stat-value{
      font-size: 48px;
      letter-spacing: -2.88px;
    }
    .gm_choose-stat:not(:last-child)::after {
      top: auto;
        bottom: 0;
        left: 18px;
        right: 18px;
        height: 1px;
        width: auto;
        background-image: linear-gradient(to right, rgba(16, 22, 47, 0.2) 33%, transparent 0%);
        background-size: 8px 1px;
        background-repeat: repeat-x;
        transform: translateY(50%);
}
.gm_choose-right,
.gm_choose-bottom-row{
  gap: 24px;
}
.gm_choose-testimonial,
.gm_choose-testimonial-main{
  padding: 20px;
  flex: 1;
  gap: 24px;
}
.gm_choose-testimonial-text-sm,
.gm_choose-user-name{
  font-size: 16px;
}
.gm_choose-user-title{
  font-size: 13px;
}
.gm_choose-testimonial-text{
  font-size: 16px;
}
.gm_choose-user > div{
  gap: 0;
  display: flex;
  flex-direction: column;
}
  } 


  /* Footer Banner */

  .gm-footer-banner .gm_banner-container{
    padding: 60px 16px 0;
    overflow: hidden;
  }

  .gm-ellipse{
    width: 546px;
    height: 462px;
    position: absolute;
    right: 50px;
    bottom: -68%;
    border-radius: 546px;
    background: rgba(0, 101, 242, 0.12);
    filter: blur(107px);
    z-index: 0;
    pointer-events: none;
  }
  .gm_footer-banner-left h2{
    font-size: 44px;
    line-height: 120%;
    letter-spacing: -0.88px;
    margin: 0 0 24px;
    max-width: 400px;
  }
  .gm-footer-banner .gm_mockup-box{
    z-index: 1;
  }
  .gm-footer-banner .gm_banner-sub{
    margin-bottom: 48px;
  }
  .gm_footer-banner-left{
    padding-top: 20px;
    flex: 1;
  }
  .gm-footer-banner .gm_banner-right{
    align-items: end;
  }

  @media (max-width: 768px) {
.gm-footer-banner{
  padding: 0;
}
.gm-footer-banner .gm_banner-container{
  padding: 60px 16px 0;
}
.gm_footer-banner-left {
    padding-bottom: 0;
}
.gm_footer-banner-left h2{
  max-width: 100%;
  text-align: center;
  font-size: 36px;
line-height: 120%; 
letter-spacing: -0.72px;
margin-bottom: 24px;
}
.gm-footer-banner .gm_banner-sub {
    margin-bottom: 24px;
    text-align: center;
}
  }


/* Section container with extra height for scroll space */
.gm_why-it-works-section {
  position: relative;
  height: 300vh;
	 overflow: visible;
  -webkit-transform: translateZ(0); 
  transform: translateZ(0);
}

/* Sticky container that stays in viewport */
.gm_why-it-works-container {
	  position: -webkit-sticky;
  position: sticky;
  top: 0; 
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 144px 20px 40px;
	 z-index: 1;  
  -webkit-backface-visibility: hidden;  
  backface-visibility: hidden;
  will-change: transform; 
}

.gm_why-it-works-title {
  font-size: 48px;
  font-weight: 600;
  margin-bottom: 16px;
  text-align: center;
  color: #10162F;
  opacity: 0;
  transform: translateY(20px);
  animation: fadeInUp 0.8s ease forwards;
}

.gm_why-it-works-subtitle {
  font-size: 20px;
  color: rgba(16, 22, 47, 0.80);
  text-align: center;
  margin-bottom: 80px;
  opacity: 0;
  transform: translateY(20px);
  animation: fadeInUp 0.8s ease 0.2s forwards;
}

@keyframes fadeInUp {
  to {
      opacity: 1;
      transform: translateY(0);
  }
}

/* Cards container */
.gm_why-it-works-lottie {
  position: relative;
  height: 450px;
  width: 100%;
  max-width: 450px;
  margin: 0 auto;
}

/* Individual card styling */
.gm_ww_info-card {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 382px;
  padding: 24px;
  border-radius: 16px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
  will-change: transform, opacity;
  transition: box-shadow 0.3s ease;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 48px;
  border: 1px solid rgba(0, 101, 242, 0.10);
  background: #F4F7FB;
  backdrop-filter: blur(18px);
}

/* Different background shades for each card */
.gm_ww_info-card:nth-child(1) {
  z-index: 1;
  transform: translate(-50%, -50%) translateY(400px);
  opacity: 0;
}

.gm_ww_info-card:nth-child(2) {
  z-index: 2;
  transform: translate(-50%, -50%) translateY(400px);
  opacity: 0;
}

.gm_ww_info-card:nth-child(3) {
  z-index: 3;
  transform: translate(-50%, -50%) translateY(400px);
  opacity: 0;
}

/* Card content layout */
.gm_ww_card-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
}

.gm_ww_card-title {
  color: #10162F;
  font-family: "General Sans Variable", sans-serif;
  font-size: 35px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;  
  margin: 0; 
}

.gm_ww_card-number {
  color: #10162F;
  text-align: center;
  font-family: "General Sans Variable", sans-serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
}

.gm_ww_card-text {
  color: rgba(16, 22, 47, 0.80);
  font-family: "General Sans Variable", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;  
  margin: 0;
}

/* Subtle blur decoration */
.gm_ww-blur {
  border-radius: 261px;
  background: rgba(0, 101, 242, 0.12);
  filter: blur(56px);
  width: 261px;
  height: 221px;
  transform: rotate(1deg);
  position: absolute;
  left: -67.207px;
  top: -63.974px;
}

/* Mobile responsiveness - Static cards */
@media (max-width: 768px) {
  /* Reset section for mobile */
  .gm_why-it-works-section {
      height: auto !important;
      position: relative;
      padding: 60px 0;
      background: #ffffff;
  }

  /* Remove sticky positioning */
  .gm_why-it-works-container {
      position: relative !important;
      top: auto !important;
      height: auto !important;
      padding: 0 20px;
  }

  /* Adjust titles for mobile */
  .gm_why-it-works-title {
      font-size: 32px;
      margin-bottom: 12px;
  }

  .gm_why-it-works-subtitle {
      font-size: 16px;
      margin-bottom: 32px;
  }

  /* Cards container - vertical list */
  .gm_why-it-works-lottie {
      height: auto !important;
      display: flex;
      flex-direction: column;
      gap: 8px;
      max-width: 100%;
  }

  /* Reset cards to static positioning */
  .gm_ww_info-card {
      position: relative !important;
      left: auto !important;
      top: auto !important;
      transform: none !important;
      opacity: 1 !important;
      width: 100%;
      max-width: 100%;
      padding: 20px;
      gap: 20px;
      animation: none !important;
      will-change: auto;
      z-index: 1 !important;
      border: none;
  }

  /* Keep consistent backgrounds */
  .gm_ww_info-card:nth-child(1),
  .gm_ww_info-card:nth-child(2),
  .gm_ww_info-card:nth-child(3) {
      opacity: 1 !important;
      transform: none !important;
  }

  /* Adjust card content for mobile */
  .gm_ww_card-header {
      gap: 20px;
  }

  .gm_ww_card-title {
      font-size: 20px;
      max-width: 128px;
  }

  .gm_ww_card-number {
      font-size: 28px;
  }

  .gm_ww_card-text {
      font-size: 15px;
      line-height: 150%;
      padding-right: 24px;
  }
  .gm_signup-row.gm-335 {
      max-width: 100%;
      margin-bottom: 28px;
  }
}