
  .hero{min-height:100vh;display:grid;grid-template-columns:1fr 1fr;padding-top:82px;overflow:hidden}
  .hero-left{background:var(--white);padding:8% 6% 8% 10%;display:flex;flex-direction:column;justify-content:center;border-right:1px solid var(--border)}
  .hero-eyebrow{font-size:.7rem;font-weight:600;letter-spacing:.18em;text-transform:uppercase;color:var(--pink);margin-bottom:1.2rem;display:flex;align-items:center;gap:12px}
  .hero-eyebrow::before{content:'';width:28px;height:2px;background:var(--pink);border-radius:2px}
  .hero h1{font-family:var(--serif);font-size:clamp(2.2rem,3.5vw,3.4rem);font-weight:700;line-height:1.1;color:var(--navy-dark);margin-bottom:1.4rem}
  .hero h1 em{font-style:italic;color:var(--pink)}
  .hero-sub{font-size:1rem;color:var(--mid-grey);max-width:480px;margin-bottom:2.2rem;line-height:1.85;font-weight:400}
  .hero-actions{display:flex;gap:14px;flex-wrap:wrap;margin-bottom:2.5rem}
  .btn-primary{background:var(--navy);color:white;padding:14px 30px;border:none;font-family:var(--sans);font-size:.82rem;font-weight:600;letter-spacing:.07em;text-transform:uppercase;cursor:pointer;text-decoration:none;display:inline-block;border-radius:4px;transition:background .2s}
  .btn-primary:hover{background:var(--pink)}
  .btn-secondary{background:transparent;color:var(--navy);padding:14px 30px;border:2px solid var(--navy);font-family:var(--sans);font-size:.82rem;font-weight:600;letter-spacing:.07em;text-transform:uppercase;cursor:pointer;text-decoration:none;display:inline-block;border-radius:4px;transition:all .2s}
  .btn-secondary:hover{border-color:var(--pink);color:var(--pink)}
  .hero-meta{display:flex;gap:32px;flex-wrap:wrap}
  .hero-meta-item{display:flex;align-items:center;gap:10px}
  .hero-meta-icon{width:40px;height:40px;border-radius:8px;background:var(--pink-pale);display:flex;align-items:center;justify-content:center; text-align: center; flex-shrink:0}
  .hero-meta-icon i{width:20px;height:20px;color:var(--pink);}
  .hero-meta-label{font-size:.78rem;color:var(--mid-grey);font-weight:400}
  .hero-meta-value{font-size:.95rem;color:var(--navy-dark);font-weight:600;margin-top:1px}

  .hero-right{background:var(--navy);position:relative;overflow:hidden;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:8%}
  .hero-right-pattern{position:absolute;inset:0;opacity:.05}
  .hero-visual-card{position:relative;z-index:2;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.12);border-radius:12px;padding:2.5rem 2rem;width:100%;max-width:420px}
  .hero-visual-card h3{font-family:var(--serif);font-size:1.3rem;color:white;font-weight:700;margin-bottom:1.5rem;text-align:center}
  .hero-visual-list{list-style:none}
  .hero-visual-list li{padding:12px 0;border-bottom:1px solid rgba(255,255,255,.08);font-size:.88rem;color:rgba(255,255,255,.75);display:flex;align-items:center;gap:12px;font-weight:400}
  .hero-visual-list li:last-child{border-bottom:none}
  .hero-visual-list li::before{content:'';width:8px;height:8px;border-radius:50%;background:var(--amber);flex-shrink:0}


  /* TRUSTED */
  .trusted{padding:28px 10%;background:var(--navy-pale);border-bottom:1px solid var(--border);display:flex;align-items:center;gap:36px;flex-wrap:wrap}
  .trusted-label{font-size:.7rem;letter-spacing:.16em;text-transform:uppercase;color:var(--navy-light);white-space:nowrap;flex-shrink:0;font-weight:600}
  .trusted-logos{display:flex;gap:40px;align-items:center;flex-wrap:wrap}
  .trusted-logo{font-family:var(--serif);font-size:1rem;color:var(--navy);font-weight:500;opacity:.7}

  /* SECTIONS */
  section{padding:100px 10%}
  .section-tag{font-size:.7rem;letter-spacing:.18em;text-transform:uppercase;color:var(--pink);margin-bottom:.9rem;display:flex;align-items:center;gap:10px;font-weight:600}
  .section-tag::before{content:'';width:22px;height:2px;background:var(--pink);border-radius:2px}
  .section-title{font-family:var(--serif);font-size:clamp(1.8rem,3vw,2.8rem);font-weight:700;line-height:1.15;color:var(--navy-dark);max-width:650px;margin-bottom:1.2rem}
  .section-title em{font-style:italic;color:var(--pink)}
  .section-intro{font-size:1rem;color:var(--mid-grey);max-width:600px;line-height:1.85;margin-bottom:3rem;font-weight:400}

  /* WHO IS THIS FOR */
  .who-section{background:var(--white)}
  .who-grid{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:start}
  .who-text{font-size:1rem;color:var(--mid-grey);line-height:1.85;font-weight:400;max-width:500px;margin-bottom:2rem}
  .who-list{list-style:none;display:grid;grid-template-columns:1fr 1fr;gap:12px}
  .who-list li{background:var(--light-grey);padding:16px 20px;border-radius:8px;font-size:.9rem;color:var(--navy-dark);font-weight:400;display:flex;align-items:center;gap:12px;border:1px solid var(--border);transition:box-shadow .2s,transform .2s}
  .who-list li:hover{box-shadow:0 4px 16px rgba(61,59,110,.08);transform:translateY(-1px)}
  .who-check{width:22px;height:22px;border-radius:50%;background:var(--pink-pale);display:flex;align-items:center;justify-content:center;flex-shrink:0}
  .who-check svg{width:12px;height:12px;stroke:var(--pink);fill:none;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round}
  .who-visual{background:var(--navy);border-radius:12px;padding:3rem 2.5rem;position:relative;overflow:hidden}
  .who-visual-pattern{position:absolute;inset:0;opacity:.04}
  .who-visual-stat{position:relative;z-index:2;text-align:center;margin-bottom:2rem}
  .who-visual-stat-num{font-family:var(--serif);font-size:3.2rem;font-weight:700;color:var(--amber-light);line-height:1}
  .who-visual-stat-label{font-size:.88rem;color:rgba(255,255,255,.65);margin-top:.5rem;font-weight:400}
  .who-visual-quote{position:relative;z-index:2;font-family:var(--serif);font-size:1.05rem;font-style:italic;line-height:1.6;color:rgba(255,255,255,.8);text-align:center;border-top:1px solid rgba(255,255,255,.1);padding-top:1.5rem}

  /* WHAT'S INSIDE */
  .inside-section{background:var(--light-grey)}
  .inside-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
  .inside-card{background:var(--white);padding:2rem 1.8rem;border:1px solid var(--border);border-radius:8px;transition:box-shadow .2s,transform .2s;position:relative}
  .inside-card:hover{box-shadow:0 8px 32px rgba(61,59,110,.1);transform:translateY(-2px)}
  .inside-card::before{content:'';position:absolute;top:0;left:1.8rem;width:36px;height:3px;background:linear-gradient(90deg,var(--pink),var(--amber));border-radius:0 0 3px 3px}
  .inside-num{font-family:var(--serif);font-size:2.2rem;font-weight:700;color:var(--navy-pale);line-height:1;margin-bottom:.8rem;margin-top:.5rem}
  .inside-card h3{font-family:var(--serif);font-size:1.05rem;font-weight:700;color:var(--navy-dark);margin-bottom:.6rem;line-height:1.35}
  .inside-card p{font-size:.87rem;color:var(--mid-grey);line-height:1.7;font-weight:400}

  /* OUTCOMES */
  .outcomes-section{background:var(--navy-dark)}
  .outcomes-section .section-title{color:white;max-width:100%}
  .outcomes-section .section-intro{color:rgba(255,255,255,.6)}
  .outcomes-section .section-tag{color:var(--amber-light)}
  .outcomes-section .section-tag::before{background:var(--amber-light)}
  .outcomes-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}
  .outcome-card{padding:2rem 1.8rem;border:1px solid rgba(255,255,255,.1);border-radius:8px;background:rgba(255,255,255,.04);display:flex;gap:16px;align-items:flex-start;transition:background .2s}
  .outcome-card:hover{background:rgba(255,255,255,.07)}
  .outcome-icon{width:44px;height:44px;border-radius:8px;background:rgba(240,165,0,.15);display:flex;align-items:center;justify-content:center;flex-shrink:0}
  .outcome-icon i{width:24px;height:24px;color:var(--amber-light);}
  .outcome-card h3{font-family:var(--serif);font-size:1rem;font-weight:700;color:white;margin-bottom:.4rem}
  .outcome-card p{font-size:.85rem;color:rgba(255,255,255,.55);line-height:1.7;font-weight:400}

  /* DELIVERY INFO */
  .delivery-section{background:var(--white)}
  .delivery-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:0;margin-top:3rem;border:1px solid var(--border);border-radius:8px;overflow:hidden}
  .delivery-step{border-right:1px solid var(--border);padding:2.5rem 2rem;background:white;position:relative}
  .delivery-step:last-child{border-right:none}
  .delivery-step::before{content:'';display:block;height:3px;background:linear-gradient(90deg,var(--pink),var(--amber));position:absolute;top:0;left:0;right:0}
  .delivery-step-num{font-family:var(--serif);font-size:2.8rem;font-weight:700;color:var(--navy-pale);line-height:1;margin-bottom:1rem}
  .delivery-step h3{font-family:var(--serif);font-size:1.1rem;font-weight:700;margin-bottom:.7rem;color:var(--navy-dark)}
  .delivery-step p{font-size:.87rem;color:var(--mid-grey);line-height:1.72;font-weight:400}

  /* TESTIMONIAL HIGHLIGHT */
  .testimonial-highlight{background:var(--light-grey);padding:80px 10%;text-align:center}
  .testimonial-highlight blockquote{font-family:var(--serif);font-size:clamp(1.2rem,2vw,1.7rem);font-weight:400;font-style:italic;line-height:1.55;color:var(--navy-dark);max-width:750px;margin:0 auto 1.5rem}
  .testimonial-highlight .quote-mark{font-family:var(--serif);font-size:5rem;line-height:.8;color:var(--pink-pale);font-weight:700;display:block;margin-bottom:.5rem}
  .testimonial-meta-center{display:flex;align-items:center;justify-content:center;gap:12px}
  .testimonial-avatar{width:42px;height:42px;border-radius:50%;background:var(--navy);display:flex;align-items:center;justify-content:center;font-family:var(--serif);font-size:.85rem;color:white;font-weight:700;flex-shrink:0}
  .testimonial-name{font-size:.88rem;font-weight:600;color:var(--navy-dark)}
  .testimonial-role{font-size:.76rem;color:var(--mid-grey);margin-top:2px;font-weight:400}


  /* RESPONSIVE */
  @media(max-width:1024px){
    .inside-grid{grid-template-columns:repeat(2,1fr)}
    .delivery-grid{grid-template-columns:1fr 1fr}
    .delivery-step:nth-child(2){border-right:none}
    .delivery-step:nth-child(1),.delivery-step:nth-child(2){border-bottom:1px solid var(--border)}
    .outcomes-grid{grid-template-columns:1fr}
  }
  @media(max-width:900px){
    .hero{grid-template-columns:1fr;min-height:auto}
    .hero-left{border-right:none;padding:60px 6%}
    .hero-right{min-height:auto;padding:8% 6%}
    .who-grid{grid-template-columns:1fr}
    .who-list{grid-template-columns:1fr}
    .network-section{grid-template-columns:1fr;text-align:center;justify-items:center}
    section{padding:70px 6%}
  }
  @media(max-width:600px){
    .inside-grid{grid-template-columns:1fr}
    .delivery-grid{grid-template-columns:1fr}
    .delivery-step{border-right:none!important;border-bottom:1px solid var(--border)}
    .delivery-step:last-child{border-bottom:none}
    .outcomes-grid{grid-template-columns:1fr}
    .hero-meta{gap:20px}

  }