	/**LABS PARTNERSHIP PAGE**/
	
    /* ── HERO ── */
    .hero {
      padding: 148px 6vw 100px;
      background: var(--navy);
      position: relative; overflow: hidden;
    }
    .hero::before {
      content: '';
      position: absolute; top: -200px; right: -150px;
      width: 700px; height: 700px; border-radius: 50%;
      background: radial-gradient(circle, rgba(10,138,122,0.18) 0%, transparent 70%);
    }
    .hero-dots {
      position: absolute; inset: 0;
      background-image: radial-gradient(circle, rgba(255,255,255,0.06) 1px, transparent 1px);
      background-size: 40px 40px;
    }
    .hero-inner {
      position: relative; z-index: 1;
      max-width: 1100px; margin: 0 auto;
      display: grid; grid-template-columns: 1.1fr 1fr;
      gap: 4rem; align-items: center;
    }
    .hero-eyebrow {
      display: inline-flex; align-items: center; gap: 0.5rem;
      font-size: 0.72rem; font-weight: 700;
      letter-spacing: 0.12em; text-transform: uppercase;
      color: var(--teal-lt);
      background: rgba(10,138,122,0.15);
      padding: 0.35rem 0.9rem; border-radius: 100px;
      border: 1px solid rgba(10,138,122,0.3);
      margin-bottom: 1.25rem;
      opacity: 0; transform: translateY(12px);
      animation: fadeUp 0.6s 0.1s forwards;
    }
    .hero-eyebrow::before {
      content: ''; width: 6px; height: 6px;
      border-radius: 50%; background: var(--teal-lt);
    }
    .hero-title {
      font-family: var(--font-head);
      font-size: clamp(2.4rem, 4.5vw, 3.2rem);
      line-height: 1.1; letter-spacing: -0.02em;
      color: var(--white); margin-bottom: 1.25rem;
      opacity: 0; transform: translateY(16px);
      animation: fadeUp 0.6s 0.2s forwards;
    }
    .hero-title em { font-style: normal; color: var(--teal-lt); }
    .hero-sub {
      font-size: 1.05rem; line-height: 1.75;
      color: rgba(255,255,255,0.65); max-width: 480px;
      margin-bottom: 2.25rem;
      opacity: 0; transform: translateY(16px);
      animation: fadeUp 0.6s 0.35s forwards;
    }
    .hero-actions {
      display: flex; flex-wrap: wrap; gap: 1rem;
      opacity: 0; transform: translateY(16px);
      animation: fadeUp 0.6s 0.5s forwards;
    }

    /* hero aside — stat card */
    .hero-aside {
      opacity: 0; transform: translateX(20px);
      animation: fadeLeft 0.7s 0.45s forwards;
    }
    .stat-card {
      background: rgba(255,255,255,0.06);
      border: 1px solid rgba(255,255,255,0.12);
      border-radius: var(--radius-lg);
      padding: 2rem;
      display: flex; flex-direction: column; gap: 1.25rem;
    }
    .stat-card-label {
      font-size: 0.7rem; font-weight: 700;
      letter-spacing: 0.1em; text-transform: uppercase;
      color: rgba(255,255,255,0.4);
    }
    .stat-row {
      display: grid; grid-template-columns: 1fr 1fr; gap: 1rem;
    }
    .stat-box {
      background: rgba(255,255,255,0.06);
      border: 1px solid rgba(255,255,255,0.1);
      border-radius: var(--radius);
      padding: 1rem;
    }
    .stat-num {
      font-family: var(--font-head);
      font-size: 1.9rem; color: var(--teal-lt);
      line-height: 1; margin-bottom: 0.3rem;
    }
    .stat-desc {
      font-size: 0.75rem; color: rgba(255,255,255,0.5);
      line-height: 1.45;
    }
    .stat-divider { height: 1px; background: rgba(255,255,255,0.08); }
    .stat-tagline {
      font-size: 0.85rem; line-height: 1.6;
      color: rgba(255,255,255,0.55);
    }
    .stat-tagline strong { color: rgba(255,255,255,0.85); font-weight: 600; }

    /* ── BUTTONS ── */
    .btn-primary {
      display: inline-flex; align-items: center; gap: 0.5rem;
      background: var(--teal); color: var(--white);
      font-family: var(--font-body); font-size: 0.95rem; font-weight: 600;
      padding: 0.85rem 1.75rem; border-radius: 100px; border: none;
      cursor: pointer; text-decoration: none;
      transition: background var(--trans), transform var(--trans), box-shadow var(--trans);
      box-shadow: 0 4px 20px rgba(10,138,122,0.3);
    }
    .btn-primary:hover {
      background: var(--teal-lt); transform: translateY(-2px);
      box-shadow: 0 8px 28px rgba(10,138,122,0.35);
    }
    .btn-outline-light {
      display: inline-flex; align-items: center;
      background: transparent; color: rgba(255,255,255,0.7);
      font-family: var(--font-body); font-size: 0.95rem; font-weight: 600;
      padding: 0.85rem 1.75rem; border-radius: 100px;
      border: 2px solid rgba(255,255,255,0.2); cursor: pointer;
      text-align: center; text-decoration: none;
      transition: border-color var(--trans), color var(--trans), transform var(--trans);
    }
    .btn-outline-light:hover {
      border-color: var(--teal-lt); color: var(--teal-lt); transform: translateY(-2px);
    }
    .btn-outline-dark {
      display: inline-flex; align-items: center; gap: 0.5rem;
      background: transparent; color: var(--navy);
      font-family: var(--font-body); font-size: 0.95rem; font-weight: 600;
      padding: 0.85rem 1.75rem; border-radius: 100px;
      border: 2px solid var(--border); cursor: pointer;
      text-decoration: none;
      transition: border-color var(--trans), color var(--trans), transform var(--trans);
    }
    .btn-outline-dark:hover {
      border-color: var(--teal); color: var(--teal); transform: translateY(-2px);
    }
	.lng_btn{width: 100%; text-align: center; justify-content: center;}

    /* ── SECTION COMMONS ── */
    section { padding: 96px 6vw; }
    .section-label {
      display: inline-block;
      font-size: 0.72rem; font-weight: 700;
      letter-spacing: 0.12em; text-transform: uppercase;
      color: var(--teal); background: var(--sky);
      padding: 0.35rem 0.9rem; border-radius: 100px;
      border: 1px solid var(--border); margin-bottom: 1rem;
    }
    .section-title {
      font-family: var(--font-head);
      font-size: clamp(1.9rem, 3vw, 2.8rem);
      line-height: 1.15; letter-spacing: -0.02em;
      color: var(--navy); margin-bottom: 1rem;
    }
    .section-title em { font-style: normal; color: var(--teal); }
    .section-sub {
      font-size: 1rem; line-height: 1.75;
      color: var(--slate); max-width: 560px;
    }

    /* ── PROBLEM ── */
    .problem { background: var(--mist); }
    .problem-inner {
      max-width: 1100px; margin: 0 auto;
      display: grid; grid-template-columns: 1fr 1fr;
      gap: 4rem; align-items: center;
    }
    .problem-text p {
      font-size: 1rem; line-height: 1.8; color: var(--slate);
      margin-bottom: 1.25rem;
    }
    .problem-text p:last-child { margin-bottom: 0; }
    .problem-cards { display: flex; flex-direction: column; gap: 1rem; }
    .problem-card {
      display: flex; gap: 1rem; align-items: flex-start;
      background: var(--white);
      border: 1px solid var(--border);
      border-radius: var(--radius);
      padding: 1.25rem 1.5rem;
    }
    .problem-card-icon {
      flex-shrink: 0; font-size: 1.4rem; line-height: 1;
      margin-top: 2px;
    }
    .problem-card-body h4 {
      font-size: 0.92rem; font-weight: 700;
      color: var(--navy); margin-bottom: 0.2rem;
    }
    .problem-card-body p {
      font-size: 0.83rem; line-height: 1.6; color: var(--slate);
      margin: 0;
    }

    /* ── SOLUTION ── */
    .solution { background: var(--white); }
    .solution-inner {
      max-width: 1100px; margin: 0 auto;
    }
    .solution-head { margin-bottom: 3.5rem; }
    .solution-grid {
      display: grid; grid-template-columns: repeat(2, 1fr);
      gap: 1.5rem;
    }
    .solution-card {
      background: var(--mist);
      border: 1px solid var(--border);
      border-radius: var(--radius-lg);
      padding: 2rem;
      position: relative; overflow: hidden;
      transition: box-shadow var(--trans), transform var(--trans);
    }
    .solution-card:hover {
      box-shadow: 0 12px 32px rgba(11,31,58,0.08);
      transform: translateY(-4px);
    }
    .solution-icon {
      width: 52px; height: 52px;
      background: var(--sky); border-radius: var(--radius);
      display: flex; align-items: center; justify-content: center;
      font-size: 1.4rem; margin-bottom: 1.25rem;
    }
    .solution-card h3 {
      font-size: 1rem; font-weight: 700;
      color: var(--navy); margin-bottom: 0.5rem;
    }
    .solution-card p {
      font-size: 0.88rem; line-height: 1.65; color: var(--slate);
    }

    /* ── HOW IT WORKS ── */
    .how { background: var(--navy); position: relative; overflow: hidden; }
    .how::before {
      content: '';
      position: absolute; bottom: -200px; right: -150px;
      width: 600px; height: 600px; border-radius: 50%;
      background: radial-gradient(circle, rgba(10,138,122,0.15) 0%, transparent 70%);
    }
    .how-inner {
      max-width: 1100px; margin: 0 auto; position: relative; z-index: 1;
    }
    .how-inner .section-label {
      background: rgba(10,138,122,0.15);
      border-color: rgba(10,138,122,0.3); color: var(--teal-lt);
    }
    .how-inner .section-title { color: var(--white); }
    .how-lead {
      font-size: 1rem; line-height: 1.75;
      color: rgba(255,255,255,0.55); max-width: 520px;
      margin-bottom: 3.5rem;
    }
    .steps {
      display: grid; grid-template-columns: repeat(4, 1fr);
      gap: 0; position: relative;
    }
    .step {
      display: flex; flex-direction: column; align-items: center;
      text-align: center; padding: 0 1rem; position: relative; z-index: 1;
    }
    .step-num {
      width: 56px; height: 56px; border-radius: 50%;
      background: rgba(10,138,122,0.15);
      border: 2px solid rgba(10,138,122,0.4);
      display: flex; align-items: center; justify-content: center;
      margin-bottom: 1.25rem;
      transition: background var(--trans), border-color var(--trans);
    }
    .step:hover .step-num {
      background: rgba(10,138,122,0.3);
      border-color: var(--teal-lt);
    }
    .step-num span {
      font-family: var(--font-head);
      font-size: 1.25rem; color: var(--teal-lt); line-height: 1;
    }
    .step h4 {
      font-size: 0.88rem; font-weight: 700;
      color: rgba(255,255,255,0.85); margin-bottom: 0.4rem;
    }
    .step p {
      font-size: 0.8rem; line-height: 1.6;
      color: rgba(255,255,255,0.45);
    }
    .step-arrow {
      position: absolute; right: -1px; top: 26px;
      color: var(--teal); font-size: 1.1rem;
      opacity: 0.5;
    }

    /* ── BENEFITS ── */
    .benefits { background: var(--mist); }
    .benefits-inner {
      max-width: 1100px; margin: 0 auto;
      display: grid; grid-template-columns: 1fr 1.4fr;
      gap: 5rem; align-items: center;
    }
    .benefits-text { }
    .benefits-text p {
      font-size: 1rem; line-height: 1.8;
      color: var(--slate); margin-top: 0.75rem;
    }
    .benefits-grid {
      display: grid; grid-template-columns: 1fr 1fr; gap: 1rem;
    }
    .benefit-item {
      background: var(--white);
      border: 1px solid var(--border);
      border-radius: var(--radius);
      padding: 1.5rem;
      display: flex; flex-direction: column; gap: 0.75rem;
      transition: box-shadow var(--trans), transform var(--trans);
    }
    .benefit-item:hover {
      box-shadow: 0 8px 24px rgba(11,31,58,0.08);
      transform: translateY(-3px);
    }
    .benefit-icon {
      width: 44px; height: 44px;
      background: var(--sky); border-radius: 10px;
      display: flex; align-items: center; justify-content: center;
      font-size: 1.2rem;
    }
    .benefit-item h4 {
      font-size: 0.9rem; font-weight: 700; color: var(--navy);
    }
    .benefit-item p {
      font-size: 0.82rem; line-height: 1.55; color: var(--slate);
    }

    /* ── PARTNER CTA ── */
    .partner-cta {
      background: var(--white); padding: 72px 6vw;
    }
    .partner-cta-inner {
      max-width: 1100px; margin: 0 auto;
      background: linear-gradient(135deg, var(--navy) 0%, #153558 100%);
      border-radius: 28px; padding: 5rem 5vw;
      display: grid; grid-template-columns: 1fr auto;
      gap: 3rem; align-items: center;
      position: relative; overflow: hidden;
    }
    .partner-cta-inner::before {
      content: '';
      position: absolute; top: -100px; right: -100px;
      width: 400px; height: 400px; border-radius: 50%;
      background: radial-gradient(circle, rgba(10,138,122,0.25) 0%, transparent 70%);
    }
    .cta-text { position: relative; z-index: 1; }
    .cta-text .section-label {
      background: rgba(10,138,122,0.15);
      border-color: rgba(10,138,122,0.3); color: var(--teal-lt);
    }
    .cta-text h2 {
      font-family: var(--font-head);
      font-size: clamp(1.8rem, 3vw, 2.6rem);
      color: var(--white); margin: 0.75rem 0 0.75rem;
      letter-spacing: -0.02em; line-height: 1.2;
    }
    .cta-text h2 em { font-style: normal; color: var(--teal-lt); }
    .cta-text p {
      font-size: 0.95rem; color: rgba(255,255,255,0.6);
      line-height: 1.7; max-width: 480px;
    }
    .cta-actions {
      position: relative; z-index: 1;
      display: flex; flex-direction: column; gap: 1rem;
      align-items: flex-start; flex-shrink: 0;
    }

    /* Other partnerships strip */
    .other-partnerships {
      background: var(--mist); padding: 64px 6vw;
    }
    .other-inner {
      max-width: 1100px; margin: 0 auto;
    }
    .other-label {
      font-size: 0.72rem; font-weight: 700;
      letter-spacing: 0.12em; text-transform: uppercase;
      color: var(--slate); margin-bottom: 1.5rem;
    }
    .other-cards {
      display: grid; grid-template-columns: 1fr 1fr; gap: 1.25rem;
    }
    .other-card {
      background: var(--white);
      border: 1px solid var(--border);
      border-radius: var(--radius-lg);
      padding: 1.75rem;
      display: flex; justify-content: space-between; align-items: center;
      gap: 1.5rem;
      text-decoration: none;
      transition: box-shadow var(--trans), transform var(--trans);
    }
    .other-card:hover {
      box-shadow: 0 8px 28px rgba(11,31,58,0.09);
      transform: translateY(-3px);
    }
    .other-card-left { display: flex; align-items: center; gap: 1rem; }
    .other-card-icon {
      width: 48px; height: 48px;
      background: var(--sky); border-radius: var(--radius);
      display: flex; align-items: center; justify-content: center;
      font-size: 1.3rem; flex-shrink: 0;
    }
    .other-card-text h4 {
      font-size: 0.95rem; font-weight: 700; color: var(--navy);
    }
    .other-card-text p {
      font-size: 0.8rem; color: var(--slate); margin-top: 0.2rem;
    }
    .other-card-arrow .material-symbols-outlined{
      color: var(--teal); font-size: 3rem; flex-shrink: 0;
    }

    /* ── ANIMATIONS ── */
    @keyframes fadeUp { to { opacity: 1; transform: translateY(0); } }
    @keyframes fadeLeft { to { opacity: 1; transform: translateX(0); } }
    .reveal {
      opacity: 0; transform: translateY(24px);
      transition: opacity 0.6s ease, transform 0.6s ease;
    }
    .reveal.visible { opacity: 1; transform: translateY(0); }
    .reveal-delay-1 { transition-delay: 0.1s; }
    .reveal-delay-2 { transition-delay: 0.2s; }
    .reveal-delay-3 { transition-delay: 0.3s; }
    .reveal-delay-4 { transition-delay: 0.4s; }

    /* ── RESPONSIVE ── */
    @media (max-width: 900px) {
      .nav-links { display: none; }
      .nav-burger { display: flex; }
      .hero-inner { grid-template-columns: 1fr; }
      .hero-aside { display: none; }
      .problem-inner { grid-template-columns: 1fr; gap: 2.5rem; }
      .solution-grid { grid-template-columns: 1fr; }
      .steps { grid-template-columns: 1fr 1fr; gap: 2rem; }
      .steps::before { display: none; }
      .benefits-inner { grid-template-columns: 1fr; gap: 2.5rem; }
      .partner-cta-inner { grid-template-columns: 1fr; }
      .cta-actions { flex-direction: row; flex-wrap: wrap; }
      .other-cards { grid-template-columns: 1fr; }
    }
    @media (max-width: 600px) {
      section { padding: 64px 5vw; }
      .steps { grid-template-columns: 1fr; }
      .benefits-grid { grid-template-columns: 1fr; }
    }