/* Full-width edge-to-edge hero background */
.landing-hero {
  margin: 0 !important;
  padding: 0 !important;
  width: 100% !important;
  max-width: none !important;
}

.main-hero {
  background-image: url('../img/landing-bg1.svg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  width: 100%;
  min-height: 100vh;
  position: relative;
  margin: 0;
}

/* Mobile: disable fixed attachment for better performance */
@media (max-width: 768px) {
  .main-hero {
    /* background-attachment: scroll; */
    background-position: -278px -15px;
  }
}




.landing-hero {
    min-height: 100vh;
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
  }
  .landing-hero .main-hero {
    width: 100%;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
    padding: 8rem 1rem;
    margin: 0;
  }
  .landing-hero .hero-content {
    filter: drop-shadow(0px 7px 10px rgba(0, 0, 0, 0.4));
    position: relative;
    z-index: 2;
    text-align: center;
    max-width: 900px;
    margin: 0 auto;
    width: 100%;
    padding: 0 1rem;
  }
  .landing-hero h1 {
    font-size: clamp(2rem, 5vw, 4rem);
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 1.5rem;
    line-height: 1.2;
    /* text-shadow:  0 2px 4px rgb(127 31 201 / 80%); */
  }
  .landing-hero .subhead {
    font-size: clamp(1rem, 2.5vw, 1.5rem);
    color: #333;
    margin-bottom: 2rem;
    line-height: 1.6;
    text-shadow: 0 1px 2px rgba(255,255,255,0.8);
  }
  .cta-row {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 2rem;
  }
  .cta-btn {
    padding: 15px 30px;
    font-size: 1.1rem;
    font-weight: 600;
    border-radius: 8px;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s ease;
    border: none;
  }
  .cta-btn-primary {
    background: var(--primary);
    color: white;
  }
  .cta-btn-primary:hover {
    background: var(--primary-hover);
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
  }
  .cta-btn-secondary {
    background: #25D366;
    color: white;
  }
  .cta-btn-secondary:hover {
    background: #20bd5a;
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
  }
  .cta-btn-tertiary {
    background: #4CAF50;
    color: white;
  }
  .cta-btn-tertiary:hover {
    background: #45a049;
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
  }
  .phone-display {
    font-size: clamp(1.25rem, 3vw, 2rem);
    font-weight: 700;
    color: var(--primary);
    margin: 1.5rem 0;
    text-shadow: 0 1px 2px rgba(255,255,255,0.8);
  }
  .phone-display a {
    /* color: var(--primary); */
    text-decoration: none;
  }
  .phone-display a:hover {
    color: var(--primary-hover);
  }
  .fast-contact-form {
    background: rgba(255, 255, 255, 0.95);
    padding: 2rem;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.15);
    max-width: 500px;
    margin: 2rem auto 0;
    backdrop-filter: blur(10px);
  }
  .fast-contact-form input {
    padding: 15px;
    font-size: 1rem;
    border: 2px solid #ddd;
    border-radius: 8px;
    width: 100%;
    margin-bottom: 1rem;
  }
  .fast-contact-form button {
    width: 100%;
    padding: 15px;
    font-size: 1.1rem;
    font-weight: 600;
    background: var(--primary);
    color: white;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
  }
  .fast-contact-form button:hover {
    background: var(--primary-hover);
    transform: translateY(-2px);
  }
  .fast-contact-form .microcopy {
    font-size: 0.9rem;
    color: #666;
    margin-top: 0.5rem;
    text-align: center;
  }
  .section-hook {
    padding: 60px 0;
    background: white;
  }
  .section-hook h2 {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 2rem;
    color: #1a1a1a;
  }
  .benefit-item {
    margin-bottom: 2rem;
    padding: 1.5rem;
    background: #f9f9f9;
    border-radius: 8px;
    border-left: 4px solid var(--primary);
  }
  .benefit-item h3 {
    font-size: 1.3rem;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 0.5rem;
  }
  .benefit-item p {
    color: #555;
    margin: 0;
    line-height: 1.6;
  }
  .credibility-note {
    background: #fff8e1;
    padding: 1.5rem;
    border-radius: 8px;
    margin-top: 2rem;
    border-left: 4px solid #ffc107;
    font-style: italic;
    color: #666;
  }
  .section-how-it-works {
    padding: 60px 0;
    background: #f5f7fa;
  }
  .section-how-it-works h2 {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 2rem;
    color: #1a1a1a;
  }
  .steps-list {
    counter-reset: step-counter;
    list-style: none;
    padding: 0;
    max-width: 800px;
    margin: 0 auto;
  }
  .steps-list li {
    counter-increment: step-counter;
    position: relative;
    padding: 1.5rem 1.5rem 1.5rem 4rem;
    margin-bottom: 1.5rem;
    background: white;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
  }
  .steps-list li::before {
    content: counter(step-counter);
    position: absolute;
    left: 1rem;
    top: 1.5rem;
    width: 2rem;
    height: 2rem;
    background: var(--primary);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 1.1rem;
  }
  .steps-list li strong {
    color: #1a1a1a;
    font-size: 1.1rem;
  }
  .section-trial {
    padding: 60px 0;
    background: white;
  }
  .trial-box {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 3rem;
    border-radius: 12px;
    max-width: 800px;
    margin: 0 auto;
  }
  .trial-box h2 {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: white;
  }
  .trial-box ul {
    font-size: 1.1rem;
    line-height: 1.8;
    margin-bottom: 1.5rem;
  }
  .section-social-proof {
    padding: 60px 0;
    background: #f5f7fa;
  }
  .section-social-proof h2 {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 2rem;
    color: #1a1a1a;
  }
  /* Responsive student images */
  .student-img-wrap {
    max-width: 100%;
    margin: 0 auto;
  }
  .student-img img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 12px;
    object-fit: cover;
    max-width: 430px;
    margin: 3rem auto 3rem;
  }
  /* .student-img-hero {
    
    
    box-shadow: 0 4px 20px rgba(0,0,0,0.12);
  } */
  .student-images-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
    max-width: 600px;
    margin: 0 auto 2rem;
  }
  .student-images-row .student-img-wrap {
    aspect-ratio: 1;
    overflow: hidden;
    border-radius: 12px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.08);
  }
  .student-images-row .student-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  @media (max-width: 576px) {
    .student-img-hero {
      max-width: 220px;
    }
    .student-images-row {
      grid-template-columns: 1fr;
      max-width: 260px;
      gap: 1rem;
    }
  }
  .placeholder-box {
    background: #e0e0e0;
    padding: 3rem;
    border-radius: 8px;
    text-align: center;
    color: #666;
    font-style: italic;
    margin-bottom: 2rem;
  }
  .testimonial-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.5rem;
    margin-top: 2rem;
  }
  .testimonial {
    background: white;
    padding: 1.5rem;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    border-left: 4px solid var(--primary);
  }
  .testimonial p {
    color: #555;
    font-style: italic;
    margin: 0;
  }
  .section-pricing {
    padding: 60px 0;
    background: white;
  }
  .section-pricing h2 {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 2rem;
    color: #1a1a1a;
  }
  .pricing-box {
    background: #f9f9f9;
    padding: 2rem;
    border-radius: 12px;
    max-width: 600px;
    margin: 0 auto;
    border: 2px solid var(--primary);
  }
  .pricing-box .price {
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--primary);
    margin-bottom: 0.5rem;
  }
  .pricing-box .price-detail {
    color: #666;
    margin-bottom: 1.5rem;
  }
  .pricing-recommendations {
    background: white;
    padding: 1.5rem;
    border-radius: 8px;
    margin-top: 1.5rem;
  }
  .pricing-recommendations li {
    margin-bottom: 0.5rem;
    color: #555;
  }
  .scholarship-note {
    margin-top: 2rem;
    padding: 1.5rem;
    background: #e3f2fd;
    border-radius: 8px;
    border-left: 4px solid #2196F3;
  }
  .scholarship-note p {
    margin: 0 0 0.5rem 0;
    color: #555;
  }
  .scholarship-note a {
    color: #2196F3;
    font-weight: 600;
  }
  .section-faq {
    padding: 60px 0;
    background: #f5f7fa;
  }
  .section-faq h2 {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 2rem;
    color: #1a1a1a;
  }
  .faq-item {
    background: white;
    padding: 1.5rem;
    border-radius: 8px;
    margin-bottom: 1rem;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
  }
  .faq-item h3 {
    font-size: 1.2rem;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 0.75rem;
  }
  .faq-item p {
    color: #555;
    margin: 0 0 0.5rem 0;
    line-height: 1.6;
  }
  .faq-item ul {
    margin: 0.5rem 0;
    color: #555;
  }
  .cta-sticky {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: white;
    padding: 1rem;
    box-shadow: 0 -4px 12px rgba(0,0,0,0.15);
    z-index: 1000;
    display: none;
  }
  .cta-sticky.visible {
    display: block;
  }
  .cta-sticky .cta-row {
    margin: 0;
  }
  @media (max-width: 768px) {
    .landing-hero {
      min-height: 100vh;
      padding: 1rem;
    }
    .landing-hero .main-hero {
      min-height: 100vh;
      /* padding: 1rem; */
    }
    .landing-hero h1 {
      font-size: clamp(1.75rem, 6vw, 2.5rem);
      margin-bottom: 1rem;
    }
    .landing-hero .subhead {
      font-size: clamp(0.9rem, 3vw, 1.2rem);
      margin-bottom: 1.5rem;
    }
    .phone-display {
      font-size: clamp(1.1rem, 4vw, 1.5rem);
    }
    .cta-btn {
      width: 100%;
      text-align: center;
      padding: 12px 24px;
      font-size: 1rem;
    }
    .cta-row {
      flex-direction: column;
      gap: 0.75rem;
    }
    .fast-contact-form {
      padding: 1.5rem;
      margin: 1.5rem auto 0;
    }
    #sticky-cta .cta-row {
      flex-wrap: nowrap;
      flex-direction: row;
    }
  }

  body > section:first-of-type:not(.notFirst) {
    background-color: #717171;
  }

  .apng-icon {
    width: 40px;
    margin-bottom: 5px;
  }
  .svg-icon {
    width: 24px
  }