/* Breadcrumb */
        .tz-breadcrumb {
            padding: 180px 0 120px;
            background: linear-gradient(rgba(10, 15, 26, 0.8), rgba(10, 15, 26, 0.9)), url('../images/carrer/career-inner-banner.webp');
            background-blend-mode: overlay;
            background-size: cover;
            background-position: center;
        }

        .tz-breadcrumb__title {
            text-align: center;
            text-shadow: 0 2px 10px rgba(0,0,0,0.5);
        }

       
         .tz-breadcrumb__title {
            text-align: center;
            text-shadow: 0 2px 10px rgba(0,0,0,0.5);
        }
        .tz-breadcrumb__content {
    position: relative;
    z-index: 2;
    color:white;
}

.tz-breadcrumb__list {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    margin: 0;
    padding: 0;
    gap: 10px
}

.tz-breadcrumb__item {
    color: #FFF

}
.tz-breadcrumb__list {
    list-style-type: none;
}

.tz-breadcrumb__item {
    list-style-type: none;
}
.tz-breadcrumb__item a {
    text-decoration: none;
    color: #FFF

}

.tz-breadcrumb__item.active {
    color: #85c815
}

.tz-breadcrumb__overlay {
    /* position: absolute; */
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgb(0 0 0 0);
    z-index: 1
}
.tz-display-4 {
    font-family: "Teko", serif;
    font-weight: 700;
    font-size: 20px
    
}

@media (min-width:576px) {
    .tz-display-4 {
        font-size: 24px
    }
}

@media (min-width:768px) {
    .tz-display-4 {
        font-size: 32px
    }
}

@media (min-width:992px) {
    .tz-display-4 {
        font-size: 40px
    }
}

@media (min-width:1200px) {
    .tz-display-4 {
        font-size: 48px
    }
}

@media (min-width:1440px) {
    .tz-display-4 {
        font-size: 48px
    }
}

@media (min-width:1680px) {
    .tz-display-4 {
        font-size: 56px
    }
}

/*breadcrumb end*/

  /* Form Section */
    .form-section {
      padding: 50px 0;
    }

    .form-card {
      background: linear-gradient(145deg, #111, #1a1a1a);
      border: 1px solid #333;
      border-radius: 16px;
      padding: 2.5rem;
      box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
      backdrop-filter: blur(10px);
    }

    .form-card h3 {
      color: #fff;
      font-size: 1.8rem;
      margin-bottom: 1rem;
      font-weight: 600;
    }

    .form-card p {
      color: #aaa;
      font-size: 0.95rem;
      margin-bottom: 1.5rem;
    }

    /* Labels & Inputs */
    .form-label {
      color: #ccc;
      font-size: 0.9rem;
      margin-bottom: 0.5rem;
    }

    .form-control,
    textarea,
    select {
      background-color: #1e1e1e;
      border: 1px solid #444;
      color: #fff;
      border-radius: 8px;
      padding: 10px 14px;
      font-family: 'Outfit', sans-serif;
    }

    .form-control::placeholder,
    textarea::placeholder {
      color: #777;
    }

    .form-control:focus,
    textarea:focus,
    select:focus {
      border-color: #91d904;
      box-shadow: 0 0 0 3px rgba(13, 110, 253, 0.25);
      outline: none;
    }

    /* Submit Button */
    .submit-btn {
      background: linear-gradient(45deg, #91d904, #91d904);
      color: white;
      border: none;
      padding: 14px 30px;
      font-weight: 600;
      font-size: 1.05rem;
      border-radius: 8px;
      cursor: pointer;
      width: 100%;
      transition: all 0.3s ease;
      margin-top: 1rem;
    }

    .submit-btn:hover {
      transform: translateY(-2px);
      box-shadow: 0 5px 15px rgba(13, 110, 253, 0.4);
    }

    /* Declaration Checkbox */
    .declaration {
      margin: 1.5rem 0;
    }

    .declaration label {
      color: #ccc;
      font-size: 0.95rem;
    }

    .declaration input[type="checkbox"] {
      transform: scale(1.2);
      margin-right: 10px;
    }

    /* Responsive */
    @media (max-width: 768px) {
      .hero-title {
        font-size: 2.5rem;
      }
      .hero-subtitle {
        font-size: 1rem;
        padding: 0 15px;
      }
      .form-card {
        padding: 1.5rem;
      }
    }
     @media (max-width: 767px) {
    .tz-breadcrumb {
       background-size: cover;
        background-position: center center;
        background-attachment: scroll;
        /* min-height: 400px; */
        /* height: auto; */
        min-height: 313px;
        background-repeat: no-repeat;   }
        .tz-header1 {
    position: fixed;
    top: -14px;
    z-index: 999;
    width: 100%;
    background-color: #fff0;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
.tz-breadcrumb {
    padding: 146px 0;
    padding-top: 119px;
    padding-bottom: 0px;
    
}
    .tz-breadcrumb__title {
        font-size: 1rem !important;
        text-shadow: 0 2px 12px rgba(0, 0, 0, 0.6);
    }
    .tz-about2 {
    background: #171717;
    padding: -1.25rem 0rem 3.75rem 0rem;
}.form-section{
  padding: 0px;
}
}

/* ================= Careers Strip Cards ================= */
.career-strip-section {
  padding: 50px 0 50px;
  background-color: #0f0f0f;
}

.career-strip-title h2 {
  font-size: 38px;
  font-weight: 800;
  margin-bottom: 55px;
  color: #ffffff;
}

.career-strip-title span {
  color: #91d904;
}

/* Wrapper */
.career-strip {
  display: flex;
  flex-direction: column;
  gap: 22px;
}

/* Card */
.career-strip-card {
  position: relative;
  display: flex;
  gap: 25px;
  padding: 32px 36px;
  background: #121212;
  border-radius: 18px;
  border-left: 6px solid #2b2b2b;
  box-shadow: 0 18px 40px rgba(0,0,0,0.55);
  transition: all 0.35s ease;
}

.career-strip-card:hover {
  transform: translateX(8px);
  border-left-color: #91d904;
   box-shadow:
    0 0 20px rgba(132, 204, 22, 0.6),
    0 0 40px rgba(132, 204, 22, 0.4),
    0 0 60px rgba(132, 204, 22, 0.2);

}

/* Index */
.strip-index {
  font-size: 26px;
  font-weight: 800;
  color: rgba(145,217,4,0.7);
  min-width: 50px;
}

/* Text */
.career-strip-card p {
  margin: 0;
  font-size: 16.5px;
  line-height: 1.9;
  color: #d5d5d5;
}

/* Highlight card */
.career-strip-card.highlight {

  border-left-color: #91d904;
}

/* ================= Responsive ================= */
@media (max-width: 991px) {
  .career-strip-title h2 {
    font-size: 30px;
  }

  .career-strip-card {
    padding: 28px 26px;
  }
}

@media (max-width: 575px) {
  .career-strip-section {
    padding: 65px 0 45px;
  }

  .career-strip-card {
    flex-direction: column;
    gap: 12px;
  }

  .strip-index {
    font-size: 22px;
  }

  .career-strip-card p {
    font-size: 15px;
  }
}


.faq-search-box {
    position: relative;
    max-width: 600px;
    margin: 0 auto 25px;
}

.faq-search-box input {
    width: 100%;
    padding: 14px 20px 14px 45px;
    border-radius: 50px;
    border: 1px solid #333;
    background: #1e1e1e;
    color: #fff;
    font-size: 15px;
}

/* Placeholder visible */
.faq-search-box input::placeholder {
    color: #aaa;
}

/* Icon */
.faq-search-box i {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: #85c815;
    font-size: 16px;
}

/* Focus */
.faq-search-box input:focus {
    border-color: #85c815;
    outline: none;
    box-shadow: 0 0 10px rgba(133, 200, 21, 0.4);
}

/* No result */
.no-result {
    text-align: center;
    color: #ff4d4d;
    font-size: 14px;
}
 
  /* ── CSS Variables (scoped to this section) ── */
    .fq-section {
      --fq-accent:   #91d904;
      --fq-accent2:  #6aaa00;
      --fq-dark:     #0d1117;
      --fq-card:     #141b22;
      --fq-border:   rgba(145,217,4,0.18);
      --fq-text:     #c9d1d9;
      --fq-muted:    #8b949e;
      --fq-white:    #ffffff;
      --fq-radius:   14px;
      --fq-trans:    0.32s cubic-bezier(.4,0,.2,1);

      background: var(--fq-dark);
      padding: 72px 0 80px;
      position: relative;
      overflow: hidden;
    }

    /* subtle grid texture */
    .fq-section::before {
      content: "";
      position: absolute;
      inset: 0;
     
      background-size: 48px 48px;
      pointer-events: none;
    }

    /* glow blobs */
    .fq-blob {
      position: absolute;
      border-radius: 50%;
      filter: blur(90px);
      pointer-events: none;
      opacity: .18;
    }
    .fq-blob--1 {
      width: 400px; height: 400px;
      background: var(--fq-accent);
      top: -120px; left: -100px;
    }
    .fq-blob--2 {
      width: 300px; height: 300px;
      background: var(--fq-accent2);
      bottom: -80px; right: -80px;
    }

    .fq-wrap {
      max-width: 860px;
      margin: 0 auto;
      padding: 0 20px;
      position: relative;
      z-index: 1;
    }

    /* ── Header ── */
    .fq-header {
      text-align: center;
      margin-bottom: 48px;
    }
    .fq-badge {
      display: inline-block;
      background: rgba(145,217,4,.12);
      border: 1px solid var(--fq-border);
      color: var(--fq-accent);
      letter-spacing: .12em;
      font-size: .72rem;
      font-weight: 700;
      text-transform: uppercase;
      padding: 5px 16px;
      border-radius: 50px;
      margin-bottom: 18px;
    }
    .fq-title {
      color: var(--fq-white);
      font-size: clamp(1.6rem, 3.5vw, 2.4rem);
      font-weight: 800;
      line-height: 1.22;
      margin: 0 0 14px;
      letter-spacing: -.02em;
    }
    .fq-title span {
      color: var(--fq-accent);
    }
    .fq-sub {
      color: var(--fq-muted);
      font-size: .97rem;
      max-width: 520px;
      margin: 0 auto;
      line-height: 1.65;
    }

    /* ── Accordion List ── */
    .fq-list {
      list-style: none;
      margin: 0;
      padding: 0;
      display: flex;
      flex-direction: column;
      gap: 12px;
    }

    /* ── Single FAQ Item ── */
    .fq-item {
      background: var(--fq-card);
      border: 1px solid var(--fq-border);
      border-radius: var(--fq-radius);
      overflow: hidden;
      transition: border-color var(--fq-trans), box-shadow var(--fq-trans);
    }
    .fq-item:hover {
      border-color: rgba(145,217,4,.45);
    }
    .fq-item.fq-open {
      border-color: var(--fq-accent);
      box-shadow: 0 0 0 1px rgba(145,217,4,.25), 0 8px 32px rgba(0,0,0,.35);
    }

    /* ── Question Button ── */
    .fq-btn {
      width: 100%;
      background: none;
      border: none;
      padding: 20px 22px;
      display: flex;
      align-items: center;
      gap: 16px;
      cursor: pointer;
      text-align: left;
      outline: none;
    }
    .fq-btn:focus-visible {
      outline: 2px solid var(--fq-accent);
      outline-offset: -2px;
    }

    .fq-num {
      flex-shrink: 0;
      width: 32px;
      height: 32px;
      border-radius: 50%;
      background: rgba(145,217,4,.1);
      border: 1px solid var(--fq-border);
      color: var(--fq-accent);
      font-size: .7rem;
      font-weight: 800;
      display: flex;
      align-items: center;
      justify-content: center;
      letter-spacing: .05em;
      transition: background var(--fq-trans), border-color var(--fq-trans);
    }
    .fq-open .fq-num {
      background: var(--fq-accent);
      border-color: var(--fq-accent);
      color: var(--fq-dark);
    }

    /* ONLY CHANGE: h2.fq-q-text — reset browser h2 defaults so it looks like before */
    h2.fq-q-text {
      margin: 0;
      padding: 0;
      font-size: 1rem;
      font-weight: 600;
      line-height: 1.4;
      flex: 1;
      color: var(--fq-white);
      transition: color var(--fq-trans);
    }
    .fq-open h2.fq-q-text {
      color: var(--fq-accent);
    }

    .fq-icon {
      flex-shrink: 0;
      width: 28px;
      height: 28px;
      border-radius: 50%;
      background: rgba(145,217,4,.08);
      border: 1px solid var(--fq-border);
      display: flex;
      align-items: center;
      justify-content: center;
      transition: background var(--fq-trans), transform var(--fq-trans);
    }
    .fq-icon svg {
      width: 13px;
      height: 13px;
      stroke: var(--fq-accent);
      transition: transform var(--fq-trans);
    }
    .fq-open .fq-icon {
      background: var(--fq-accent);
    }
    .fq-open .fq-icon svg {
      stroke: var(--fq-dark);
      transform: rotate(45deg);
    }

    /* ── Answer Panel ── */
    .fq-answer {
      max-height: 0;
      overflow: hidden;
      transition: max-height var(--fq-trans);
    }
    .fq-answer-inner {
      padding: 0 22px 20px 70px;
      text-align:justify;
      color: var(--fq-text);
      font-size: .94rem;
      line-height: 1.72;
    }

    /* ── More Button ── */
    .fq-more-wrap {
      text-align: center;
      margin-top: 40px;
    }
    .fq-more-btn {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      background: var(--fq-accent);
      color: var(--fq-dark);
      font-size: .9rem;
      font-weight: 800;
      text-transform: uppercase;
      letter-spacing: .08em;
      padding: 14px 32px;
      border-radius: 50px;
      text-decoration: none;
      border: none;
      cursor: pointer;
      transition: background var(--fq-trans), transform var(--fq-trans), box-shadow var(--fq-trans);
      box-shadow: 0 4px 20px rgba(145,217,4,.25);
    }
    .fq-more-btn:hover {
      background: var(--fq-accent2);
      transform: translateY(-2px);
      box-shadow: 0 8px 28px rgba(145,217,4,.35);
    }
    .fq-more-btn svg {
      width: 16px;
      height: 16px;
      stroke: var(--fq-dark);
      flex-shrink: 0;
      transition: transform var(--fq-trans);
    }
    .fq-more-btn:hover svg {
      transform: translateX(3px);
    }
.fq-answer {
  cursor: pointer;
}
    /* ── Responsive ── */
    @media (max-width: 600px) {
      .fq-section { padding: 52px 0 60px; }
      .fq-answer-inner { padding-left: 22px; }
      .fq-btn { padding: 16px 16px; gap: 12px; }
      /* .fq-num { display: none; } */
    }


   /* ===== TWO COLUMN CAREERS LAYOUT ===== */
    .tz-two-column-careers {
      padding: 80px 0;
    }

    .tz-careers-sidebar {
      background: #fff;
      border-radius: 24px;
      padding: 32px;
      box-shadow: 0 8px 30px rgba(0, 0, 0, 0.05);
      top: 100px;
    }

    .tz-careers-sidebar h3 {
      font-size: 24px;
      font-weight: 700;
      color: #1e293b;
      margin-bottom: 24px;
      padding-bottom: 12px;
      border-bottom: 3px solid #91d904;
      display: inline-block;
    }

    .open-title-2 {
      font-size: 24px;
      font-weight: 700;
      color: #1e293b;
      margin-bottom: 24px;
      padding-bottom: 12px;
      border-bottom: 3px solid #91d904;
      display: inline-block;
    }

    .tz-category-list {
      list-style: none;
      padding: 0;
      margin: 0;
    }

    .tz-category-item {
      margin-bottom: 12px;
    }

    .view-btn {
      text-decoration: none;
      color: white;
    }

    .tz-category-btn {
      width: 100%;
      text-align: left;
      padding: 14px 20px;
      background: #f1f5f9;
      border: none;
      border-radius: 16px;
      font-size: 16px;
      font-weight: 600;
      color: #334155;
      cursor: pointer;
      transition: all 0.3s ease;
      display: flex;
      align-items: center;
      justify-content: space-between;
    }

    .tz-category-btn i {
      font-size: 18px;
      transition: transform 0.3s;
    }

    .tz-category-btn:hover {
      background: #91d904;
      color: #fff;
      transform: translateX(5px);
    }

    .tz-category-btn.active {
      background: #91d904;
      color: #fff;
      box-shadow: 0 4px 12px rgba(249, 115, 22, 0.3);
    }

    .tz-category-btn.active i {
      transform: rotate(90deg);
    }

    .tz-category-count {
      background: rgba(0, 0, 0, 0.1);
      padding: 2px 8px;
      border-radius: 20px;
      font-size: 12px;
    }

    .tz-category-btn.active .tz-category-count {
      background: rgba(255, 255, 255, 0.2);
    }

    /* Job Cards Section */
    .tz-jobs-section {
      background: #fff;
      border-radius: 24px;
      padding: 32px;
      box-shadow: 0 8px 30px rgba(0, 0, 0, 0.05);
    }

    .tz-jobs-header {
      margin-bottom: 32px;
      padding-bottom: 16px;
      border-bottom: 2px solid #e2e8f0;
    }

    .tz-jobs-header h2 {
      font-size: 28px;
      font-weight: 800;
      color: #0f172a;
      margin: 0;
    }

    .open-title {
      font-size: 28px;
      font-weight: 800;
      color: #0f172a;
      margin: 0;
    }

    .tz-jobs-header p {
      color: #64748b;
      margin-top: 8px;
    }

    /* Job Cards Grid */
    .tz-jobs-grid {
      display: flex;
      flex-direction: column;
      gap: 24px;
    }

    .tz-job-card {
      background: #fff;
      border: 1px solid #e2e8f0;
      border-radius: 20px;
      padding: 24px;
      transition: all 0.3s ease;
      cursor: pointer;
    }

    .tz-job-card:hover {
      border-color: #91d904;
      box-shadow: 0 8px 25px rgba(249, 115, 22, 0.1);
      transform: translateY(-3px);
    }

    .tz-job-card.hidden {
      display: none;
    }

    .tz-job-badge {
      display: inline-block;
      background-color:#f0f9df;
      padding: 4px 12px;
      border-radius: 50px;
      font-size: 11px;
      font-weight: 700;
      text-transform: uppercase;
      letter-spacing: 0.5px;
      margin-bottom: 16px;
    }

    .tz-badge-senior {
      background: #fef3c7;
      color: #d97706;
    }

    .tz-badge-fresher {
      background: #dcfce7;
      color: #16a34a;
    }

    .tz-badge-intern {
      background: #e0e7ff;
      color: #4f46e5;
    }

    .tz-job-title {
      font-size: 17px;
      font-weight: 700;
      color: #0f172a;
      margin-bottom: 12px;
    }

    .tz-job-description {
      color: #475569;
      text-align: justify;
      line-height: 1.6;
      margin-bottom: 20px;
      font-size: 15px;
    }

    .tz-job-meta {
      display: flex;
      gap: 20px;
      flex-wrap: wrap;
      padding-top: 16px;
      border-top: 1px solid #e2e8f0;
      margin-bottom: 16px;
    }

    .tz-job-meta span {
      display: flex;
      align-items: center;
      gap: 6px;
      font-size: 13px;
      color: #64748b;
    }

    .tz-job-meta i {
      color: #91d904;
      font-size: 14px;
    }

    .tz-apply-btn {
      background: #91d904;
      color: #fff;
      border: none;
      padding: 10px 24px;
      border-radius: 40px;
      font-weight: 600;
      font-size: 14px;
      cursor: pointer;
      transition: all 0.3s;
    }

    .tz-apply-btn:hover {
      background: #000;
      transform: scale(1.02);
    }

    .tz-no-jobs {
      text-align: center;
      padding: 60px 20px;
      color: #94a3b8;
    }

    .tz-no-jobs i {
      font-size: 48px;
      margin-bottom: 16px;
      display: block;
    }

    @media (max-width: 991px) {
      .tz-careers-sidebar {
        position: relative;
        top: 0;
        margin-bottom: 30px;
      }

      .tz-two-column-careers {
        padding: 40px 0;
      }
    }


  /* ── Base ── */
  .career-section {
    background: #ffffff;
    padding: 40px 20px;
    font-family: "Outfit", sans-serif;
  }

  .career-container {
    max-width: 1100px;
    margin: 0 auto;
  }

  /* ── Header ── */
  .career-header {
    text-align: center;
    margin-bottom: 40px;
  }

  .career-badge {
    display: inline-block;
    background: rgba(145, 217, 4, 0.12);
    border: 1px solid rgba(145, 217, 4, 0.3);
    color: #85c815;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    padding: 6px 18px;
    border-radius: 50px;
    margin-bottom: 16px;
  }

  .career-title {
    font-family: "Teko", serif;
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 700;
    color: #0f172a;
    margin: 0;
    line-height: 1.2;
  }

  /* ── Intro Text ── */
  .career-intro {
    font-size: 1.05rem;
    line-height: 1.8;
    color: #1e293b;
    text-align: center;
    max-width: 750px;
    margin: 0 auto 16px;
  }

  /* ── Grid ── */
  .career-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin: 40px 0 30px;
  }

  .career-card {
    background: #f8fafc;
    border-left: 4px solid #85c815;
    border-radius: 12px;
    padding: 24px 22px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.04);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }

  .career-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.08);
  }

  .career-card p {
    margin: 0;
    font-size: 0.95rem;
    line-height: 1.7;
    color: #1e293b;
  }

  /* ── Challenges ── */
  .career-challenges {
    background: #f1f5f9;
    border-radius: 16px;
    padding: 36px 40px;
    margin: 30px 0 36px;
  }

  .challenges-heading {
    font-size: 1.05rem;
    font-weight: 600;
    color: #0f172a;
    margin-bottom: 18px;
  }

  .challenges-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px 30px;
    list-style: none;
    padding: 0;
    margin: 0;
  }

  .challenges-list li {
    font-size: 0.95rem;
    line-height: 1.6;
    color: #1e293b;
    padding: 6px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.04);
  }

  .challenges-list li:last-child {
    border-bottom: none;
  }

  /* ── CTA ── */
  .career-cta {
    text-align: center;
    padding: 32px 20px;
    background: linear-gradient(135deg, #f8fafc, #eef2f6);
    border-radius: 16px;
    border: 1px solid rgba(145, 217, 4, 0.2);
  }

  .career-cta-text {
    font-size: 1.05rem;
    line-height: 1.8;
    color: #0f172a;
    margin: 0 0 10px;
  }

  .career-cta-text strong {
    color: #85c815;
  }

  .career-cta-text:last-child {
    margin-bottom: 0;
  }

  /* ── Responsive ── */

  /* Tablet */
  @media (max-width: 992px) {
    .career-grid {
      grid-template-columns: repeat(2, 1fr);
    }

    .challenges-list {
      grid-template-columns: 1fr;
      gap: 6px;
    }

    .career-challenges {
      padding: 28px 24px;
    }
  }

  /* Mobile */
  @media (max-width: 600px) {
    .career-section {
      padding: 56px 16px;
    }

    .career-grid {
      grid-template-columns: 1fr;
      gap: 16px;
    }

    .career-card {
      padding: 18px 16px;
    }

    .career-card p {
      font-size: 0.9rem;
    }

    .career-challenges {
      padding: 22px 16px;
    }

    .challenges-list li {
      font-size: 0.9rem;
      padding: 5px 0;
    }

    .career-cta {
      padding: 24px 16px;
    }

    .career-cta-text {
      font-size: 0.95rem;
    }

    .career-intro {
      font-size: 0.95rem;
    }
  }

  /* Small Mobile */
  @media (max-width: 400px) {
    .career-title {
      font-size: 1.6rem;
    }

    .career-card p {
      font-size: 0.85rem;
    }

    .challenges-list li {
      font-size: 0.85rem;
    }
  }


  /* ── Base ── */
  .welcome-section {
    background: #0f0f0f;
    padding: 40px 20px;
    font-family: "Outfit", sans-serif;
    position: relative;
    overflow: hidden;
  }

  /* Subtle glow effect */
  .welcome-section::before {
    content: "";
    position: absolute;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(133, 200, 21, 0.06), transparent 70%);
    top: -200px;
    right: -200px;
    pointer-events: none;
  }

  .welcome-section::after {
    content: "";
    position: absolute;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(133, 200, 21, 0.04), transparent 70%);
    bottom: -150px;
    left: -150px;
    pointer-events: none;
  }

  .welcome-container {
    max-width: 900px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
  }

  /* ── Header ── */
  .welcome-header {
    text-align: center;
    margin-bottom: 40px;
  }

  .welcome-badge {
    display: inline-block;
    background: rgba(133, 200, 21, 0.12);
    border: 1px solid rgba(133, 200, 21, 0.25);
    color: #85c815;
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    padding: 6px 18px;
    border-radius: 50px;
    margin-bottom: 16px;
  }

  .welcome-title {
    font-family: "Teko", serif;
    font-size: clamp(2rem, 4vw, 3.2rem);
    font-weight: 700;
    color: #ffffff;
    margin: 0;
    line-height: 1.2;
  }

  .welcome-title span {
    color: #85c815;
  }

  /* ── Content ── */
  .welcome-content {
    display: flex;
    flex-direction: column;
    gap: 18px;
  }

  .welcome-text {
    font-size: 1.05rem;
    line-height: 1.9;
    color: #c9d1d9;
    text-align: center;
    max-width: 780px;
    margin: 0 auto;
    padding: 0 10px;
  }

  .highlight-text {
    font-size: 1.25rem;
    font-weight: 600;
    color: #85c815;
    letter-spacing: 0.02em;
  }

  .welcome-cta {
    font-size: 1.1rem;
    font-weight: 500;
    color: #ffffff;
    background: rgba(133, 200, 21, 0.08);
    border: 1px solid rgba(133, 200, 21, 0.15);
    border-radius: 16px;
    padding: 28px 32px;
    margin-top: 10px;
    max-width: 800px;
  }

  /* ── Responsive ── */

  /* Tablet */
  @media (max-width: 768px) {
    .welcome-section {
      padding: 60px 16px;
    }

    .welcome-text {
      font-size: 0.98rem;
      line-height: 1.8;
      padding: 0 4px;
    }

    .highlight-text {
      font-size: 1.15rem;
    }

    .welcome-cta {
      font-size: 1rem;
      padding: 22px 20px;
    }

    .welcome-title {
      font-size: clamp(1.8rem, 3.5vw, 2.6rem);
    }
  }

  /* Mobile */
  @media (max-width: 480px) {
    .welcome-section {
      padding: 48px 14px;
    }

    .welcome-text {
      font-size: 0.92rem;
      line-height: 1.7;
    }

    .highlight-text {
      font-size: 1.05rem;
    }

    .welcome-cta {
      font-size: 0.92rem;
      padding: 18px 16px;
      border-radius: 12px;
    }

    .welcome-title {
      font-size: clamp(1.5rem, 5vw, 2rem);
    }

    .welcome-badge {
      font-size: 0.65rem;
      padding: 4px 14px;
    }

    .welcome-content {
      gap: 14px;
    }
  }

  /* Small Mobile */
  @media (max-width: 360px) {
    .welcome-section {
      padding: 40px 12px;
    }

    .welcome-text {
      font-size: 0.85rem;
    }

    .welcome-cta {
      font-size: 0.85rem;
      padding: 14px 12px;
    }
  }


  /* ── Base ── */
  .why-freshora-section {
    background: #ffffff;
    padding: 40px 20px;
    font-family: "Outfit", sans-serif;
    position: relative;
  }

  .why-freshora-container {
    max-width: 900px;
    margin: 0 auto;
  }

  /* ── Header ── */
  .why-freshora-header {
    text-align: center;
    margin-bottom: 30px;
  }

  .why-freshora-badge {
    display: inline-block;
    background: rgba(133, 200, 21, 0.10);
    border: 1px solid rgba(133, 200, 21, 0.25);
    color: #85c815;
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    padding: 6px 18px;
    border-radius: 50px;
    margin-bottom: 14px;
  }

  .why-freshora-title {
    font-family: "Teko", serif;
    font-size: clamp(2rem, 4vw, 3.2rem);
    font-weight: 700;
    color: #0f172a;
    margin: 0;
    line-height: 1.2;
  }

  .why-freshora-title span {
    color: #85c815;
  }

  /* ── Subheading ── */
  .why-freshora-subheading {
    font-size: 1.3rem;
    font-weight: 700;
    color: #0f172a;
    text-align: center;
    margin-bottom: 28px;
    letter-spacing: -0.01em;
  }

  /* ── Content ── */
  .why-freshora-content {
    display: flex;
    flex-direction: column;
    gap: 18px;
  }

  .why-freshora-text {
    font-size: 1.05rem;
    line-height: 1.9;
    color: #1e293b;
    text-align: center;
    max-width: 780px;
    margin: 0 auto;
    padding: 0 10px;
  }

  .highlight-text {
    font-size: 1.2rem;
    font-weight: 600;
    color: #85c815;
    letter-spacing: 0.02em;
    margin-top: 6px;
    padding: 16px 20px;
    background: rgba(133, 200, 21, 0.06);
    border-radius: 12px;
    border: 1px solid rgba(133, 200, 21, 0.12);
  }

  /* ── Decorative Line ── */
  .why-freshora-line {
    width: 80px;
    height: 3px;
    background: linear-gradient(90deg, #85c815, #6aaa00);
    border-radius: 10px;
    margin: 32px auto 0;
  }

  /* ── Responsive ── */

  /* Tablet */
  @media (max-width: 768px) {
    .why-freshora-section {
      padding: 60px 16px;
    }

    .why-freshora-text {
      font-size: 0.98rem;
      line-height: 1.8;
      padding: 0 4px;
    }

    .highlight-text {
      font-size: 1.1rem;
      padding: 14px 16px;
    }

    .why-freshora-subheading {
      font-size: 1.15rem;
    }

    .why-freshora-title {
      font-size: clamp(1.8rem, 3.5vw, 2.6rem);
    }
  }

  /* Mobile */
  @media (max-width: 480px) {
    .why-freshora-section {
      padding: 48px 14px;
    }

    .why-freshora-text {
      font-size: 0.92rem;
      line-height: 1.7;
      padding: 0 2px;
    }

    .highlight-text {
      font-size: 1rem;
      padding: 12px 14px;
      border-radius: 10px;
    }

    .why-freshora-subheading {
      font-size: 1.05rem;
      margin-bottom: 20px;
    }

    .why-freshora-title {
      font-size: clamp(1.5rem, 5vw, 2rem);
    }

    .why-freshora-badge {
      font-size: 0.65rem;
      padding: 4px 14px;
    }

    .why-freshora-content {
      gap: 14px;
    }

    .why-freshora-line {
      width: 60px;
      margin-top: 24px;
    }
  }

  /* Small Mobile */
  @media (max-width: 360px) {
    .why-freshora-section {
      padding: 40px 12px;
    }

    .why-freshora-text {
      font-size: 0.85rem;
    }

    .highlight-text {
      font-size: 0.92rem;
      padding: 10px 12px;
    }

    .why-freshora-subheading {
      font-size: 0.95rem;
    }
  }


  /* ── Base ── */
  .learning-section-dark {
    background: #0f0f0f;
    padding: 40px 20px;
    font-family: "Outfit", sans-serif;
    position: relative;
    overflow: hidden;
  }

  /* Subtle glow effects */
  .learning-section-dark::before {
    content: "";
    position: absolute;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(133, 200, 21, 0.06), transparent 70%);
    top: -200px;
    right: -200px;
    pointer-events: none;
  }

  .learning-section-dark::after {
    content: "";
    position: absolute;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(133, 200, 21, 0.04), transparent 70%);
    bottom: -150px;
    left: -150px;
    pointer-events: none;
  }

  .learning-container-dark {
    max-width: 900px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
  }

  /* ── Header ── */
  .learning-header-dark {
    text-align: center;
    margin-bottom: 34px;
  }

  .learning-badge-dark {
    display: inline-block;
    background: rgba(133, 200, 21, 0.12);
    border: 1px solid rgba(133, 200, 21, 0.25);
    color: #85c815;
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    padding: 6px 18px;
    border-radius: 50px;
    margin-bottom: 14px;
  }

  .learning-title-dark {
    font-family: "Teko", serif;
    font-size: clamp(2rem, 4vw, 3.2rem);
    font-weight: 700;
    color: #ffffff;
    margin: 0;
    line-height: 1.2;
  }

  .learning-title-dark span {
    color: #85c815;
  }

  /* ── Content ── */
  .learning-content-dark {
    display: flex;
    flex-direction: column;
    gap: 18px;
  }

  .learning-text-dark {
    font-size: 1.05rem;
    line-height: 1.9;
    color: #c9d1d9;
    text-align: center;
    max-width: 780px;
    margin: 0 auto;
    padding: 0 10px;
  }

  .highlight-text-dark {
    font-size: 1.15rem;
    font-weight: 600;
    color: #ffffff;
    background: rgba(133, 200, 21, 0.08);
    border-left: 4px solid #85c815;
    border-radius: 8px;
    padding: 20px 24px;
    margin: 6px auto 4px;
    max-width: 800px;
  }

  /* ── Decorative Line ── */
  .learning-line-dark {
    width: 80px;
    height: 3px;
    background: linear-gradient(90deg, #85c815, #6aaa00);
    border-radius: 10px;
    margin: 32px auto 24px;
  }

  /* ── Icons Row ── */
  .learning-icons-dark {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px 40px;
    margin-top: 6px;
  }

  .learning-icon-item-dark {
    font-size: 0.95rem;
    font-weight: 600;
    color: #e2e8f0;
    padding: 8px 16px;
    background: rgba(255, 255, 255, 0.04);
    border-radius: 50px;
    border: 1px solid rgba(133, 200, 21, 0.12);
    transition: all 0.3s ease;
    cursor: default;
  }

  .learning-icon-item-dark:hover {
    background: rgba(133, 200, 21, 0.10);
    border-color: #85c815;
    color: #85c815;
    transform: translateY(-2px);
  }

  /* ── Responsive ── */

  /* Tablet */
  @media (max-width: 768px) {
    .learning-section-dark {
      padding: 60px 16px;
    }

    .learning-text-dark {
      font-size: 0.98rem;
      line-height: 1.8;
      padding: 0 4px;
    }

    .highlight-text-dark {
      font-size: 1.05rem;
      padding: 16px 18px;
    }

    .learning-title-dark {
      font-size: clamp(1.8rem, 3.5vw, 2.6rem);
    }

    .learning-icons-dark {
      gap: 14px 28px;
    }

    .learning-icon-item-dark {
      font-size: 0.88rem;
      padding: 6px 14px;
    }
  }

  /* Mobile */
  @media (max-width: 480px) {
    .learning-section-dark {
      padding: 48px 14px;
    }

    .learning-text-dark {
      font-size: 0.92rem;
      line-height: 1.7;
      padding: 0 2px;
    }

    .highlight-text-dark {
      font-size: 0.98rem;
      padding: 14px 14px;
      border-left-width: 3px;
    }

    .learning-title-dark {
      font-size: clamp(1.5rem, 5vw, 2rem);
    }

    .learning-badge-dark {
      font-size: 0.65rem;
      padding: 4px 14px;
    }

    .learning-content-dark {
      gap: 14px;
    }

    .learning-line-dark {
      width: 60px;
      margin-top: 24px;
    }

    .learning-icons-dark {
      gap: 10px 16px;
      flex-wrap: wrap;
    }

    .learning-icon-item-dark {
      font-size: 0.82rem;
      padding: 5px 12px;
    }
  }

  /* Small Mobile */
  @media (max-width: 360px) {
    .learning-section-dark {
      padding: 40px 12px;
    }

    .learning-text-dark {
      font-size: 0.85rem;
    }

    .highlight-text-dark {
      font-size: 0.9rem;
      padding: 12px 12px;
    }

    .learning-icon-item-dark {
      font-size: 0.75rem;
      padding: 4px 10px;
    }
  }



  .tech-section {
    background: #ffffff;
    padding: 40px 20px;
    font-family: "Outfit", sans-serif;
  }
  .tech-container {
    max-width: 900px;
    margin: 0 auto;
  }
  .tech-header {
    text-align: center;
    margin-bottom: 30px;
  }
  .tech-badge {
    display: inline-block;
    background: rgba(133, 200, 21, 0.10);
    border: 1px solid rgba(133, 200, 21, 0.25);
    color: #85c815;
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    padding: 6px 18px;
    border-radius: 50px;
    margin-bottom: 14px;
  }
  .tech-title {
    font-family: "Teko", serif;
    font-size: clamp(2rem, 4vw, 3.2rem);
    font-weight: 700;
    color: #0f172a;
    margin: 0;
    line-height: 1.2;
  }
  .tech-title span {
    color: #85c815;
  }
  .tech-text {
    font-size: 1.05rem;
    line-height: 1.9;
    color: #1e293b;
    text-align: center;
    max-width: 780px;
    margin: 0 auto 16px;
    padding: 0 10px;
  }
  .tech-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px 30px;
    list-style: none;
    padding: 20px 30px;
    margin: 10px auto 20px;
    max-width: 780px;
    background: #f8fafc;
    border-radius: 16px;
    border: 1px solid rgba(133, 200, 21, 0.10);
  }
  .tech-list li {
    font-size: 0.95rem;
    line-height: 1.6;
    color: #1e293b;
    padding: 6px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.04);
  }
  .tech-list li:last-child {
    border-bottom: none;
  }
  .tech-footer {
    font-size: 1.1rem;
    font-weight: 600;
    color: #0f172a;
    background: rgba(133, 200, 21, 0.06);
    border-radius: 12px;
    padding: 18px 22px;
    border: 1px solid rgba(133, 200, 21, 0.12);
    max-width: 780px;
    margin: 10px auto 0;
  }
  .tech-line {
    width: 80px;
    height: 3px;
    background: linear-gradient(90deg, #85c815, #6aaa00);
    border-radius: 10px;
    margin: 30px auto 0;
  }
  @media (max-width: 768px) {
    .tech-section { padding: 60px 16px; }
    .tech-text { font-size: 0.98rem; }
    .tech-list { grid-template-columns: 1fr; padding: 16px 18px; }
    .tech-list li { font-size: 0.9rem; }
    .tech-footer { font-size: 1rem; padding: 14px 16px; }
    .tech-title { font-size: clamp(1.8rem, 3.5vw, 2.6rem); }
  }
  @media (max-width: 480px) {
    .tech-section { padding: 48px 14px; }
    .tech-text { font-size: 0.92rem; }
    .tech-list { padding: 12px 14px; }
    .tech-list li { font-size: 0.85rem; }
    .tech-footer { font-size: 0.92rem; padding: 12px 14px; }
    .tech-title { font-size: clamp(1.5rem, 5vw, 2rem); }
    .tech-badge { font-size: 0.65rem; padding: 4px 14px; }
    .tech-line { width: 60px; margin-top: 24px; }
  }



  .culture-section {
    background: #0f0f0f;
    padding: 40px 20px;
    font-family: "Outfit", sans-serif;
    position: relative;
    overflow: hidden;
  }
  .culture-section::before {
    content: "";
    position: absolute;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(133, 200, 21, 0.06), transparent 70%);
    top: -200px;
    right: -200px;
    pointer-events: none;
  }
  .culture-container {
    max-width: 900px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
  }
  .culture-header {
    text-align: center;
    margin-bottom: 30px;
  }
  .culture-badge {
    display: inline-block;
    background: rgba(133, 200, 21, 0.12);
    border: 1px solid rgba(133, 200, 21, 0.25);
    color: #85c815;
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    padding: 6px 18px;
    border-radius: 50px;
    margin-bottom: 14px;
  }
  .culture-title {
    font-family: "Teko", serif;
    font-size: clamp(2rem, 4vw, 3.2rem);
    font-weight: 700;
    color: #ffffff;
    margin: 0;
    line-height: 1.2;
  }
  .culture-title span {
    color: #85c815;
  }
  .culture-text {
    font-size: 1.05rem;
    line-height: 1.9;
    color: #c9d1d9;
    text-align: center;
    max-width: 780px;
    margin: 0 auto 16px;
    padding: 0 10px;
  }
  .highlight-culture {
    font-size: 1.15rem;
    font-weight: 600;
    color: #ffffff;
    background: rgba(133, 200, 21, 0.08);
    border-left: 4px solid #85c815;
    border-radius: 8px;
    padding: 18px 22px;
    max-width: 780px;
    margin: 10px auto 16px;
  }
  .culture-line {
    width: 80px;
    height: 3px;
    background: linear-gradient(90deg, #85c815, #6aaa00);
    border-radius: 10px;
    margin: 30px auto 0;
  }
  @media (max-width: 768px) {
    .culture-section { padding: 60px 16px; }
    .culture-text { font-size: 0.98rem; }
    .highlight-culture { font-size: 1.05rem; padding: 14px 16px; }
    .culture-title { font-size: clamp(1.8rem, 3.5vw, 2.6rem); }
  }
  @media (max-width: 480px) {
    .culture-section { padding: 48px 14px; }
    .culture-text { font-size: 0.92rem; }
    .highlight-culture { font-size: 0.98rem; padding: 12px 14px; border-left-width: 3px; }
    .culture-title { font-size: clamp(1.5rem, 5vw, 2rem); }
    .culture-badge { font-size: 0.65rem; padding: 4px 14px; }
    .culture-line { width: 60px; margin-top: 24px; }
  }



  .recognition-section {
    background: #ffffff;
    padding: 40px 20px;
    font-family: "Outfit", sans-serif;
  }
  .recognition-container {
    max-width: 900px;
    margin: 0 auto;
  }
  .recognition-header {
    text-align: center;
    margin-bottom: 30px;
  }
  .recognition-badge {
    display: inline-block;
    background: rgba(133, 200, 21, 0.10);
    border: 1px solid rgba(133, 200, 21, 0.25);
    color: #85c815;
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    padding: 6px 18px;
    border-radius: 50px;
    margin-bottom: 14px;
  }
  .recognition-title {
    font-family: "Teko", serif;
    font-size: clamp(2rem, 4vw, 3.2rem);
    font-weight: 700;
    color: #0f172a;
    margin: 0;
    line-height: 1.2;
  }
  .recognition-title span {
    color: #85c815;
  }
  .recognition-text {
    font-size: 1.05rem;
    line-height: 1.9;
    color: #1e293b;
    text-align: center;
    max-width: 780px;
    margin: 0 auto 16px;
    padding: 0 10px;
  }
  .highlight-recognition {
    font-size: 1.15rem;
    font-weight: 600;
    color: #0f172a;
    background: rgba(133, 200, 21, 0.06);
    border-left: 4px solid #85c815;
    border-radius: 8px;
    padding: 18px 22px;
    max-width: 780px;
    margin: 10px auto 16px;
  }
  .recognition-line {
    width: 80px;
    height: 3px;
    background: linear-gradient(90deg, #85c815, #6aaa00);
    border-radius: 10px;
    margin: 30px auto 0;
  }
  @media (max-width: 768px) {
    .recognition-section { padding: 60px 16px; }
    .recognition-text { font-size: 0.98rem; }
    .highlight-recognition { font-size: 1.05rem; padding: 14px 16px; }
    .recognition-title { font-size: clamp(1.8rem, 3.5vw, 2.6rem); }
  }
  @media (max-width: 480px) {
    .recognition-section { padding: 48px 14px; }
    .recognition-text { font-size: 0.92rem; }
    .highlight-recognition { font-size: 0.98rem; padding: 12px 14px; border-left-width: 3px; }
    .recognition-title { font-size: clamp(1.5rem, 5vw, 2rem); }
    .recognition-badge { font-size: 0.65rem; padding: 4px 14px; }
    .recognition-line { width: 60px; margin-top: 24px; }
  }



  .progression-section {
    background: #0f0f0f;
    padding: 40px 20px;
    font-family: "Outfit", sans-serif;
    position: relative;
    overflow: hidden;
  }
  .progression-section::before {
    content: "";
    position: absolute;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(133, 200, 21, 0.06), transparent 70%);
    top: -200px;
    right: -200px;
    pointer-events: none;
  }
  .progression-container {
    max-width: 900px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
  }
  .progression-header {
    text-align: center;
    margin-bottom: 30px;
  }
  .progression-badge {
    display: inline-block;
    background: rgba(133, 200, 21, 0.12);
    border: 1px solid rgba(133, 200, 21, 0.25);
    color: #85c815;
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    padding: 6px 18px;
    border-radius: 50px;
    margin-bottom: 14px;
  }
  .progression-title {
    font-family: "Teko", serif;
    font-size: clamp(2rem, 4vw, 3.2rem);
    font-weight: 700;
    color: #ffffff;
    margin: 0;
    line-height: 1.2;
  }
  .progression-title span {
    color: #85c815;
  }
  .progression-text {
    font-size: 1.05rem;
    line-height: 1.9;
    color: #c9d1d9;
    text-align: center;
    max-width: 780px;
    margin: 0 auto 16px;
    padding: 0 10px;
  }
  .highlight-progression {
    font-size: 1.1rem;
    font-weight: 600;
    color: #ffffff;
    margin-top: 10px;
  }
  .progression-steps {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 8px 4px;
    padding: 20px 16px;
    background: rgba(255, 255, 255, 0.03);
    border-radius: 16px;
    border: 1px solid rgba(133, 200, 21, 0.10);
    margin: 10px auto 20px;
    max-width: 820px;
  }
  .step {
    background: rgba(133, 200, 21, 0.10);
    color: #85c815;
    padding: 8px 16px;
    border-radius: 50px;
    font-size: 0.85rem;
    font-weight: 600;
    border: 1px solid rgba(133, 200, 21, 0.15);
    white-space: nowrap;
  }
  .step-arrow {
    color: #4a5568;
    font-size: 1rem;
    font-weight: 300;
    padding: 0 2px;
  }
  .progression-footer {
    font-size: 1.1rem;
    font-weight: 500;
    color: #ffffff;
    background: rgba(133, 200, 21, 0.06);
    border-radius: 12px;
    padding: 18px 22px;
    border: 1px solid rgba(133, 200, 21, 0.12);
    max-width: 780px;
    margin: 10px auto 0;
  }
  .progression-line {
    width: 80px;
    height: 3px;
    background: linear-gradient(90deg, #85c815, #6aaa00);
    border-radius: 10px;
    margin: 30px auto 0;
  }
  @media (max-width: 768px) {
    .progression-section { padding: 60px 16px; }
    .progression-text { font-size: 0.98rem; }
    .progression-steps { gap: 6px 2px; padding: 16px 12px; }
    .step { font-size: 0.78rem; padding: 6px 12px; }
    .step-arrow { font-size: 0.85rem; }
    .progression-footer { font-size: 1rem; padding: 14px 16px; }
    .progression-title { font-size: clamp(1.8rem, 3.5vw, 2.6rem); }
  }
  @media (max-width: 600px) {
    .progression-steps { flex-wrap: wrap; gap: 6px 4px; }
    .step { font-size: 0.72rem; padding: 5px 10px; }
    .step-arrow { font-size: 0.75rem; }
  }
  @media (max-width: 480px) {
    .progression-section { padding: 48px 14px; }
    .progression-text { font-size: 0.92rem; }
    .highlight-progression { font-size: 1rem; }
    .progression-steps { padding: 12px 10px; }
    .step { font-size: 0.68rem; padding: 4px 8px; }
    .step-arrow { font-size: 0.7rem; }
    .progression-footer { font-size: 0.92rem; padding: 12px 14px; }
    .progression-title { font-size: clamp(1.5rem, 5vw, 2rem); }
    .progression-badge { font-size: 0.65rem; padding: 4px 14px; }
    .progression-line { width: 60px; margin-top: 24px; }
  }



  .standout-section {
    background: #ffffff;
    padding: 40px 20px;
    font-family: "Outfit", sans-serif;
  }
  .standout-container {
    max-width: 1000px;
    margin: 0 auto;
  }
  .standout-header {
    text-align: center;
    margin-bottom: 20px;
  }
  .standout-badge {
    display: inline-block;
    background: rgba(133, 200, 21, 0.10);
    border: 1px solid rgba(133, 200, 21, 0.25);
    color: #85c815;
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    padding: 6px 18px;
    border-radius: 50px;
    margin-bottom: 14px;
  }
  .standout-title {
    font-family: "Teko", serif;
    font-size: clamp(2rem, 4vw, 3.2rem);
    font-weight: 700;
    color: #0f172a;
    margin: 0;
    line-height: 1.2;
  }
  .standout-title span {
    color: #85c815;
  }
  .standout-text {
    font-size: 1.05rem;
    line-height: 1.9;
    color: #1e293b;
    text-align: center;
    max-width: 780px;
    margin: 0 auto 30px;
    padding: 0 10px;
  }
  .standout-subheading {
    font-size: 1.25rem;
    font-weight: 700;
    color: #0f172a;
    text-align: center;
    margin-bottom: 24px;
  }
  .standout-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-bottom: 30px;
  }
  .stat-item {
    background: #f8fafc;
    border-radius: 16px;
    padding: 24px 16px;
    text-align: center;
    border: 1px solid rgba(133, 200, 21, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }
  .stat-item:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
    border-color: rgba(133, 200, 21, 0.2);
  }
  .stat-full {
    grid-column: 1 / -1;
    background: rgba(133, 200, 21, 0.04);
    border-color: rgba(133, 200, 21, 0.15);
  }
  .stat-number {
    display: block;
    font-family: "Teko", serif;
    font-size: 2.2rem;
    font-weight: 700;
    color: #85c815;
    line-height: 1.2;
  }
  .stat-label {
    display: block;
    font-size: 0.9rem;
    color: #1e293b;
    margin-top: 6px;
  }
  .standout-footer {
    font-size: 1.05rem;
    line-height: 1.9;
    color: #1e293b;
    text-align: center;
    max-width: 780px;
    margin: 0 auto;
    padding: 18px 22px;
    background: rgba(133, 200, 21, 0.04);
    border-radius: 12px;
    border: 1px solid rgba(133, 200, 21, 0.10);
  }
  .standout-line {
    width: 80px;
    height: 3px;
    background: linear-gradient(90deg, #85c815, #6aaa00);
    border-radius: 10px;
    margin: 30px auto 0;
  }
  @media (max-width: 992px) {
    .standout-grid { grid-template-columns: repeat(2, 1fr); }
  }
  @media (max-width: 768px) {
    .standout-section { padding: 60px 16px; }
    .standout-text { font-size: 0.98rem; }
    .standout-footer { font-size: 0.98rem; padding: 14px 16px; }
    .standout-title { font-size: clamp(1.8rem, 3.5vw, 2.6rem); }
    .stat-number { font-size: 1.8rem; }
    .stat-label { font-size: 0.82rem; }
  }
  @media (max-width: 600px) {
    .standout-grid { grid-template-columns: 1fr 1fr; gap: 12px; }
    .stat-item { padding: 16px 12px; }
    .stat-full { grid-column: 1 / -1; }
  }
  @media (max-width: 480px) {
    .standout-section { padding: 48px 14px; }
    .standout-text { font-size: 0.92rem; }
    .standout-footer { font-size: 0.92rem; padding: 12px 14px; }
    .standout-title { font-size: clamp(1.5rem, 5vw, 2rem); }
    .standout-badge { font-size: 0.65rem; padding: 4px 14px; }
    .stat-number { font-size: 1.5rem; }
    .stat-label { font-size: 0.75rem; }
    .standout-subheading { font-size: 1.05rem; }
    .standout-line { width: 60px; margin-top: 24px; }
  }



  .benefits-section {
    background: #0f0f0f;
    padding: 40px 20px;
    font-family: "Outfit", sans-serif;
    position: relative;
    overflow: hidden;
  }
  .benefits-section::before {
    content: "";
    position: absolute;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(133, 200, 21, 0.06), transparent 70%);
    top: -200px;
    right: -200px;
    pointer-events: none;
  }
  .benefits-container {
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
  }
  .benefits-header {
    text-align: center;
    margin-bottom: 20px;
  }
  .benefits-badge {
    display: inline-block;
    background: rgba(133, 200, 21, 0.12);
    border: 1px solid rgba(133, 200, 21, 0.25);
    color: #85c815;
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    padding: 6px 18px;
    border-radius: 50px;
    margin-bottom: 14px;
  }
  .benefits-title {
    font-family: "Teko", serif;
    font-size: clamp(2rem, 4vw, 3.2rem);
    font-weight: 700;
    color: #ffffff;
    margin: 0;
    line-height: 1.2;
  }
  .benefits-title span {
    color: #85c815;
  }
  .benefits-text {
    font-size: 1.05rem;
    line-height: 1.9;
    color: #c9d1d9;
    text-align: center;
    max-width: 780px;
    margin: 0 auto 20px;
    padding: 0 10px;
  }
  .benefits-subheading {
    font-size: 1.2rem;
    font-weight: 700;
    color: #ffffff;
    text-align: center;
    margin-bottom: 24px;
  }
  .benefits-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px 20px;
    list-style: none;
    padding: 24px 28px;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.02);
    border-radius: 16px;
    border: 1px solid rgba(133, 200, 21, 0.06);
    max-width: 920px;
  }
  .benefits-grid li {
    font-size: 0.92rem;
    line-height: 1.6;
    color: #c9d1d9;
    padding: 6px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.04);
  }
  .benefits-grid li:last-child {
    border-bottom: none;
  }
  .benefits-line {
    width: 80px;
    height: 3px;
    background: linear-gradient(90deg, #85c815, #6aaa00);
    border-radius: 10px;
    margin: 30px auto 0;
  }
  @media (max-width: 992px) {
    .benefits-grid { grid-template-columns: repeat(2, 1fr); padding: 20px; }
  }
  @media (max-width: 768px) {
    .benefits-section { padding: 60px 16px; }
    .benefits-text { font-size: 0.98rem; }
    .benefits-title { font-size: clamp(1.8rem, 3.5vw, 2.6rem); }
    .benefits-grid li { font-size: 0.85rem; }
  }
  @media (max-width: 600px) {
    .benefits-grid { grid-template-columns: 1fr 1fr; padding: 16px; gap: 6px 14px; }
    .benefits-grid li { font-size: 0.82rem; padding: 4px 0; }
    .benefits-subheading { font-size: 1.05rem; }
  }
  @media (max-width: 480px) {
    .benefits-section { padding: 48px 14px; }
    .benefits-text { font-size: 0.92rem; }
    .benefits-title { font-size: clamp(1.5rem, 5vw, 2rem); }
    .benefits-badge { font-size: 0.65rem; padding: 4px 14px; }
    .benefits-grid { grid-template-columns: 1fr; padding: 14px; }
    .benefits-grid li { font-size: 0.85rem; }
    .benefits-line { width: 60px; margin-top: 24px; }
  }
