*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
  :root{
    --blue:#214F7F;
    --blue-dark:#152f4e;
    --blue-light:#2d6aad;
    --blue-pale:#e8f1fb;
    --accent:#f4a623;
    --text:#0d1b2a;
    --text-muted:#5a7080;
    --surface:#f7f9fc;
    --white:#fff;
    --border:#d6e4f0;
    --radius:12px;
    --radius-lg:20px;
  }
  html{scroll-behavior:smooth}
  body{font-family:'DM Sans',sans-serif;color:var(--text);background:var(--white);line-height:1.65;overflow-x:hidden}

  /* NAV */
  nav{position:fixed;top:0;left:0;right:0;z-index:100;display:flex;align-items:center;justify-content:space-between;padding:0 6vw;height:68px;background:rgba(255,255,255,0.92);backdrop-filter:blur(12px);border-bottom:1px solid var(--border);transition:box-shadow .3s}
  nav.scrolled{box-shadow:0 2px 20px rgba(33,79,127,.08)}
  .nav-logo{display:flex;align-items:center;gap:10px;text-decoration:none}
  .nav-logo .logo-icon{width:36px;height:36px;background:var(--blue);border-radius:9px;display:flex;align-items:center;justify-content:center}
  .nav-logo .logo-icon svg{width:20px;height:20px;fill:none;stroke:#fff;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
  .nav-logo span{font-family:'Sora',sans-serif;font-weight:700;font-size:1.25rem;color:var(--blue);letter-spacing:-.02em}
  .nav-links{display:flex;gap:2rem;list-style:none}
  .nav-links a{font-size:.9rem;font-weight:500;color:var(--text-muted);text-decoration:none;transition:color .2s}
  .nav-links a:hover{color:var(--blue)}
  .nav-cta{background:var(--blue);color:#fff;border:none;padding:.55rem 1.3rem;border-radius:8px;font-size:.88rem;font-weight:600;cursor:pointer;font-family:'DM Sans',sans-serif;transition:background .2s,transform .15s}
  .nav-cta:hover{background:var(--blue-dark);transform:translateY(-1px)}

  /* HERO */
  .hero{min-height:100vh;display:flex;align-items:center;position:relative;overflow:hidden;padding:100px 6vw 60px}
  .hero-bg {position:absolute;inset:0;background:url("bg-fond-main-1.jpg") center center/cover no-repeat;z-index:0}
  .hero-bg::after{content:"";position:absolute;inset:0;background:linear-gradient(135deg,rgba(13,27,42,.72) 0%,rgba(33,79,127,.60) 60%,rgba(13,27,42,.55) 100%);z-index:1}
  .hero-grid{position:absolute;inset:0;background-image:radial-gradient(circle,rgba(255,255,255,.07) 1px,transparent 1px);background-size:36px 36px;opacity:1;z-index:2}
  .hero-blob{position:absolute;top:-10%;right:-5%;width:55%;height:110%;background:radial-gradient(ellipse at 60% 40%,rgba(33,79,127,.12) 0%,transparent 65%);z-index:2;pointer-events:none}
  .hero-content{position:relative;z-index:3;max-width:660px}
  .hero-badge{display:inline-flex;align-items:center;gap:8px;background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.28);border-radius:50px;padding:.35rem .9rem;font-size:.8rem;font-weight:600;color:#fff;margin-bottom:1.8rem;letter-spacing:.04em;text-transform:uppercase;backdrop-filter:blur(8px)}
  .hero-badge span.dot{width:7px;height:7px;border-radius:50%;background:var(--accent);display:inline-block}
  h1{font-family:'Sora',sans-serif;font-size:clamp(2.4rem,5vw,3.8rem);font-weight:700;line-height:1.1;letter-spacing:-.03em;color:#fff;margin-bottom:1.2rem}
  h1 em{font-style:normal;color:var(--accent)}
  .hero-sub{font-size:1.1rem;color:rgba(255,255,255,.82);max-width:520px;margin-bottom:2.4rem;line-height:1.75;font-weight:300}
  .hero-actions{display:flex;gap:1rem;flex-wrap:wrap}
  .btn-primary{background:var(--blue);color:#fff;padding:.8rem 2rem;border-radius:10px;font-weight:600;font-size:.95rem;text-decoration:none;display:inline-flex;align-items:center;gap:8px;transition:background .2s,transform .15s,box-shadow .2s;box-shadow:0 4px 20px rgba(33,79,127,.3)}
  .btn-primary:hover{background:var(--blue-dark);transform:translateY(-2px);box-shadow:0 8px 28px rgba(33,79,127,.38)}
  .btn-secondary{background:var(--blue-pale);color:var(--blue);padding:.8rem 2rem;border-radius:10px;font-weight:600;font-size:.95rem;text-decoration:none;border:1.5px solid var(--blue);display:inline-flex;align-items:center;gap:8px;transition:background .2s,transform .15s}
  .btn-secondary:hover{background:var(--blue-pale);transform:translateY(-2px);}
  .btn-primary svg,.btn-secondary svg{width:16px;height:16px;stroke:currentColor;stroke-width:2;fill:none;stroke-linecap:round;stroke-linejoin:round;flex-shrink:0}
  .hero-visual{position:absolute;right:6vw;top:50%;transform:translateY(-50%);z-index:3;display:flex;gap:16px;align-items:flex-start}
  .hero-card{background:#fff;border-radius:var(--radius-lg);padding:1.5rem;border:1px solid var(--border);width:220px;box-shadow:0 8px 40px rgba(33,79,127,.1);animation:floatA 6s ease-in-out infinite}
  .hero-card2{margin-top:60px;animation:floatB 6s ease-in-out infinite .5s}
  @keyframes floatA{0%,100%{transform:translateY(0)}50%{transform:translateY(-12px)}}
  @keyframes floatB{0%,100%{transform:translateY(12px)}50%{transform:translateY(0)}}
  .hc-icon{width:40px;height:40px;border-radius:10px;background:var(--blue-pale);display:flex;align-items:center;justify-content:center;margin-bottom:10px}
  .hc-icon svg{width:22px;height:22px;stroke:var(--blue);stroke-width:1.8;fill:none;stroke-linecap:round;stroke-linejoin:round}
  .hc-label{font-size:.72rem;font-weight:600;color:var(--text-muted);text-transform:uppercase;letter-spacing:.06em;margin-bottom:4px}
  .hc-val{font-family:'Sora',sans-serif;font-size:1.6rem;font-weight:700;color:var(--text)}
  .hc-sub{font-size:.78rem;color:var(--text-muted);margin-top:4px}
  .hc-bar{height:4px;border-radius:2px;background:#e8f1fb;margin-top:12px;overflow:hidden}
  .hc-bar-fill{height:100%;border-radius:2px;background:var(--blue);width:78%;animation:barGrow 1.5s ease-out both .8s}
  @keyframes barGrow{from{width:0}to{width:78%}}
  .hc-pill{display:inline-flex;align-items:center;gap:5px;background:#e9f8ee;color:#1b7a3e;border-radius:50px;font-size:.72rem;font-weight:600;padding:.2rem .6rem;margin-top:8px}

  /* LOGOS BAR */
  .logos-bar{background:var(--surface);border-top:1px solid var(--border);border-bottom:1px solid var(--border);padding:1.6rem 6vw;display:flex;align-items:center;gap:2rem;overflow:hidden}
  .logos-label{font-size:.78rem;font-weight:600;color:var(--text-muted);text-transform:uppercase;letter-spacing:.07em;white-space:nowrap;flex-shrink:0}
  .logos-divider{width:1px;height:24px;background:var(--border);flex-shrink:0}
  .logos-track{display:flex;align-items:center;gap:3rem;flex:1;overflow:hidden}
  .logo-item{font-family:'Sora',sans-serif;font-size:.95rem;font-weight:700;color:var(--text-muted);letter-spacing:-.01em;white-space:nowrap;opacity:.55;transition:opacity .2s}
  .logo-item:hover{opacity:1}

  /* SECTION TITLES */
  section{padding:100px 6vw}
  .section-tag{font-size:.75rem;font-weight:700;color:var(--blue);text-transform:uppercase;letter-spacing:.1em;margin-bottom:.8rem}
  h2{font-family:'Sora',sans-serif;font-size:clamp(1.9rem,4vw,3rem);font-weight:700;letter-spacing:-.03em;line-height:1.15;color:var(--text);margin-bottom:1.2rem}
  h2 em{font-style:normal;color:var(--blue)}
  .section-lead{font-size:1.05rem;color:var(--text-muted);max-width:560px;line-height:1.75;font-weight:300}

  /* ABOUT */
  .about-grid{display:grid;grid-template-columns:1fr 1fr;gap:5vw;align-items:center;margin-top:4rem}
  .about-left{}
  .about-stats{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-top:2.5rem}
  .stat-box{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1.2rem 1.4rem}
  .stat-box .num{font-family:'Sora',sans-serif;font-size:2.2rem;font-weight:700;color:var(--blue);line-height:1}
  .stat-box .lbl{font-size:.82rem;color:var(--text-muted);margin-top:.3rem}
  .about-right{position:relative}
  .about-image{width:100%;border-radius:var(--radius-lg);overflow:hidden;background:linear-gradient(145deg,var(--blue) 0%,var(--blue-light) 100%);aspect-ratio:4/3;display:flex;align-items:center;justify-content:center;box-shadow:0 20px 60px rgba(33,79,127,.2)}
  .about-image-inner{padding:3rem;text-align:center;color:#fff}
  .about-image-inner .ai-icon{width:72px;height:72px;background:rgba(255,255,255,.15);border-radius:18px;display:flex;align-items:center;justify-content:center;margin:0 auto 1.2rem}
  .about-image-inner .ai-icon svg{width:40px;height:40px;stroke:#fff;stroke-width:1.5;fill:none;stroke-linecap:round;stroke-linejoin:round}
  .about-image-inner p{font-size:1.5rem;font-family:'Sora',sans-serif;font-weight:600;line-height:1.3}
  .about-image-inner small{font-size:.85rem;opacity:.7;display:block;margin-top:.6rem}
  .about-badge{position:absolute;bottom:-24px;left:-24px;background:#fff;border:1px solid var(--border);border-radius:14px;padding:1rem 1.2rem;display:flex;align-items:center;gap:10px;box-shadow:0 8px 32px rgba(0,0,0,.08)}
  .about-badge .ab-icon{width:38px;height:38px;background:var(--blue-pale);border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0}
  .about-badge .ab-icon svg{width:20px;height:20px;stroke:var(--blue);stroke-width:2;fill:none}
  .about-badge .ab-text .tl{font-size:.82rem;font-weight:600;color:var(--text)}
  .about-badge .ab-text .sl{font-size:.75rem;color:var(--text-muted)}

  /* SERVICES */
  .services{background:var(--surface)}
  .services-header{display:flex;justify-content:space-between;align-items:flex-end;flex-wrap:wrap;gap:1rem;margin-bottom:3.5rem}
  .services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}
  .srv-card{background:#fff;border:1px solid var(--border);border-radius:var(--radius-lg);padding:2rem;transition:transform .2s,box-shadow .2s,border-color .2s;position:relative;overflow:hidden}
  .srv-card::before{content:'';position:absolute;top:0;left:0;right:0;height:3px;background:var(--blue);transform:scaleX(0);transform-origin:left;transition:transform .3s}
  .srv-card:hover{transform:translateY(-6px);box-shadow:0 16px 48px rgba(33,79,127,.12);border-color:rgba(33,79,127,.2)}
  .srv-card:hover::before{transform:scaleX(1)}
  .srv-icon{width:50px;height:50px;border-radius:12px;background:var(--blue-pale);display:flex;align-items:center;justify-content:center;margin-bottom:1.2rem}
  .srv-icon svg{width:26px;height:26px;stroke:var(--blue);stroke-width:1.8;fill:none;stroke-linecap:round;stroke-linejoin:round}
  .srv-card h3{font-family:'Sora',sans-serif;font-size:1.05rem;font-weight:700;margin-bottom:.6rem;color:var(--text)}
  .srv-card p{font-size:.88rem;color:var(--text-muted);line-height:1.7}
  .srv-tag{display:inline-block;margin-top:1.2rem;font-size:.72rem;font-weight:700;color:var(--blue);text-transform:uppercase;letter-spacing:.07em;background:var(--blue-pale);padding:.25rem .7rem;border-radius:50px}

  /* PRODUCTS */
  .products-wrap{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-top:4rem}
  .prod-card{border-radius:var(--radius-lg);padding:2.5rem;border:1px solid var(--border);position:relative;overflow:hidden;transition:transform .2s,box-shadow .2s}
  .prod-card:hover{transform:translateY(-4px);box-shadow:0 20px 50px rgba(0,0,0,.08)}
  .prod-card.sm{background:linear-gradient(135deg,var(--blue-dark),var(--blue));color:#fff}
  .prod-card.sh{background:linear-gradient(135deg,#1a3a5c,#214F7F);color:#fff}
  .prod-card.sa{background:var(--surface)}
  .prod-card .pc-label{font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;opacity:.7;margin-bottom:.5rem}
  .prod-card h3{font-family:'Sora',sans-serif;font-size:1.7rem;font-weight:700;margin-bottom:1rem}
  .prod-card p{font-size:.9rem;line-height:1.75;opacity:.8}
  .prod-card .pc-features{margin-top:1.5rem;display:flex;flex-direction:column;gap:.6rem}
  .pc-feat{display:flex;align-items:center;gap:.6rem;font-size:.87rem}
  .pc-feat svg{width:16px;height:16px;stroke:currentColor;stroke-width:2.5;fill:none;flex-shrink:0;opacity:.7}
  .prod-card.sa .pc-label{color:var(--text-muted)}
  .prod-card.sa h3{color:var(--text)}
  .prod-card.sa p{color:var(--text-muted);opacity:1}
  .prod-card.sa .pc-feat{color:var(--text-muted)}
  .prod-card.sm .pc-feat{color:rgba(255,255,255,.85)}
  .prod-card.sh .pc-feat{color:rgba(255,255,255,.85)}
  .ev-badge{position:absolute;top:2rem;right:2rem;background:rgba(255,255,255,.15);border:1px solid rgba(255,255,255,.3);border-radius:8px;padding:.3rem .8rem;font-size:.72rem;font-weight:700;letter-spacing:.05em}
  .ev-badge2{position:absolute;top:2rem;right:2rem;background:var(--blue-pale);border:1px solid rgba(33,79,127,.15);border-radius:8px;padding:.3rem .8rem;font-size:.72rem;font-weight:700;color:var(--blue);letter-spacing:.05em}

  /* PROCESS */
  .process{background:var(--blue-dark);color:#fff;position:relative;overflow:hidden}
  .process::before{content:'';position:absolute;inset:0;background-image:radial-gradient(circle,rgba(255,255,255,.04) 1px,transparent 1px);background-size:28px 28px}
  .process .section-tag{color:var(--accent)}
  .process h2{color:#fff}
  .process h2 em{color:rgba(255,255,255,.55)}
  .process .section-lead{color:rgba(255,255,255,.6)}
  .steps{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;margin-top:4rem;position:relative;z-index:1}
  .step{background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.1);border-radius:var(--radius-lg);padding:2rem;transition:background .2s}
  .step:hover{background:rgba(255,255,255,.1)}
  .step-num{font-family:'Sora',sans-serif;font-size:2.8rem;font-weight:700;color:rgba(255,255,255,.12);line-height:1;margin-bottom:1rem}
  .step h4{font-family:'Sora',sans-serif;font-size:1rem;font-weight:700;margin-bottom:.6rem;color:#fff}
  .step p{font-size:.85rem;color:rgba(255,255,255,.55);line-height:1.7}

  /* TESTIMONIALS */
  .testi-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-top:3.5rem}
  .testi-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:1.8rem}
  .testi-stars{display:flex;gap:3px;margin-bottom:1rem}
  .testi-stars span{color:var(--accent);font-size:1rem}
  .testi-card p{font-size:.9rem;color:var(--text-muted);line-height:1.75;font-style:italic;margin-bottom:1.2rem}
  .testi-author{display:flex;align-items:center;gap:.75rem}
  .testi-av{width:40px;height:40px;border-radius:50%;background:var(--blue);display:flex;align-items:center;justify-content:center;font-family:'Sora',sans-serif;font-weight:700;font-size:.85rem;color:#fff;flex-shrink:0}
  .testi-author .ta-name{font-weight:600;font-size:.88rem;color:var(--text)}
  .testi-author .ta-role{font-size:.78rem;color:var(--text-muted)}

  /* CTA */
  .cta-section{background:linear-gradient(135deg,var(--blue) 0%,var(--blue-light) 100%);color:#fff;text-align:center;padding:100px 6vw;position:relative;overflow:hidden}
  .cta-section::before{content:'';position:absolute;top:-50%;left:-20%;width:60%;height:200%;background:rgba(255,255,255,.04);border-radius:50%;pointer-events:none}
  .cta-section::after{content:'';position:absolute;bottom:-50%;right:-20%;width:60%;height:200%;background:rgba(255,255,255,.04);border-radius:50%;pointer-events:none}
  .cta-section h2{color:#fff;font-size:clamp(2rem,4vw,3rem);margin-bottom:1rem}
  .cta-section p{color:rgba(255,255,255,.75);font-size:1.05rem;max-width:480px;margin:0 auto 2.5rem;font-weight:300}
  .cta-btns{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;position:relative;z-index:1}
  .btn-white{background:#fff;color:var(--blue);padding:.85rem 2.2rem;border-radius:10px;font-weight:700;font-size:.95rem;text-decoration:none;display:inline-flex;align-items:center;gap:8px;transition:transform .2s,box-shadow .2s}
  .btn-white:hover{transform:translateY(-2px);box-shadow:0 8px 28px rgba(0,0,0,.15)}
  .btn-outline-white{background:transparent;color:#fff;padding:.85rem 2.2rem;border-radius:10px;font-weight:600;font-size:.95rem;text-decoration:none;border:1.5px solid rgba(255,255,255,.5);display:inline-flex;align-items:center;gap:8px;transition:background .2s,transform .2s}
  .btn-outline-white:hover{background:rgba(255,255,255,.1);transform:translateY(-2px)}
  .btn-white svg,.btn-outline-white svg,.btn-primary svg{width:16px;height:16px;stroke:currentColor;stroke-width:2;fill:none;stroke-linecap:round;stroke-linejoin:round}

  /* FOOTER */
  footer{background:var(--text);color:rgba(255,255,255,.55);padding:60px 6vw 40px}
  .footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:3rem;margin-bottom:3rem}
  .footer-brand .logo-icon{width:36px;height:36px;background:var(--blue);border-radius:9px;display:flex;align-items:center;justify-content:center;margin-bottom:.8rem}
  .footer-brand .logo-icon svg{width:20px;height:20px;fill:none;stroke:#fff;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
  .footer-brand .brand-name{font-family:'Sora',sans-serif;font-size:1.15rem;font-weight:700;color:#fff;margin-bottom:.6rem}
  .footer-brand p{font-size:.83rem;line-height:1.7;max-width:240px}
  .footer-col h5{font-size:.8rem;font-weight:700;color:#fff;text-transform:uppercase;letter-spacing:.08em;margin-bottom:1rem}
  .footer-col ul{list-style:none;display:flex;flex-direction:column;gap:.6rem}
  .footer-col ul a{font-size:.85rem;color:rgba(255,255,255,.5);text-decoration:none;transition:color .2s}
  .footer-col ul a:hover{color:#fff}
  .footer-bottom{border-top:1px solid rgba(255,255,255,.08);padding-top:1.5rem;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:.5rem}
  .footer-bottom span{font-size:.78rem}
  .footer-bottom a{color:rgba(255,255,255,.4);text-decoration:none;font-size:.78rem}

  /* FOUNDERS */
  .founders{background:var(--surface)}
  .founders-grid{display:grid;grid-template-columns:1fr 1fr;gap:2.5rem;margin-top:4rem}
  .founder-card{background:#fff;border:1px solid var(--border);border-radius:var(--radius-lg);padding:2.5rem;display:flex;gap:2rem;align-items:flex-start;transition:transform .2s,box-shadow .2s}
  .founder-card:hover{transform:translateY(-5px);box-shadow:0 18px 50px rgba(33,79,127,.1)}
  .founder-avatar{flex-shrink:0;width:88px;height:88px;border-radius:50%;border:3px solid var(--blue-pale);display:flex;align-items:center;justify-content:center;/*background:linear-gradient(135deg,var(--blue) 0%,var(--blue-light) 100%*/
    background: url('photoProfil_SteveFOPOSSI.jpg') center center / cover no-repeat;);
    position:relative}
  .founder-avatar .av-initials{font-family:'Sora',sans-serif;font-size:1.6rem;font-weight:700;color:#fff;letter-spacing:-.02em}
  .founder-avatar .av-ring{position:absolute;inset:-6px;border-radius:50%;border:2px dashed rgba(33,79,127,.2)}
  .founder-info{}
  .founder-role{font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--blue);margin-bottom:.4rem}
  .founder-name{font-family:'Sora',sans-serif;font-size:1.4rem;font-weight:700;color:var(--text);margin-bottom:.8rem;letter-spacing:-.02em}
  .founder-bio{font-size:.88rem;color:var(--text-muted);line-height:1.8;margin-bottom:1.2rem}
  .founder-tags{display:flex;flex-wrap:wrap;gap:.5rem}
  .founder-tag{background:var(--blue-pale);color:var(--blue);border-radius:50px;font-size:.72rem;font-weight:700;padding:.25rem .75rem;letter-spacing:.04em}
  .founder-linkedin{display:inline-flex;align-items:center;gap:6px;margin-top:1.1rem;font-size:.8rem;font-weight:600;color:var(--blue);text-decoration:none;opacity:.75;transition:opacity .2s}
  .founder-linkedin:hover{opacity:1}
  .founder-linkedin svg{width:15px;height:15px;stroke:currentColor;stroke-width:2;fill:none;stroke-linecap:round;stroke-linejoin:round}
  .founders-quote{margin-top:4rem;background:linear-gradient(135deg,var(--blue-dark),var(--blue));border-radius:var(--radius-lg);padding:2.5rem 3rem;display:flex;align-items:center;gap:2rem;color:#fff;position:relative;overflow:hidden}
  .founders-quote::before{content:'"';position:absolute;top:-20px;left:2rem;font-size:14rem;font-family:'Sora',sans-serif;font-weight:700;color:rgba(255,255,255,.05);line-height:1;pointer-events:none}
  .founders-quote p{font-size:1.05rem;font-style:italic;line-height:1.75;color:rgba(255,255,255,.9);flex:1;position:relative;z-index:1}
  .founders-quote cite{display:block;font-size:.82rem;font-style:normal;color:rgba(255,255,255,.5);margin-top:.6rem}
  @media(max-width:900px){.founders-grid{grid-template-columns:1fr}.founder-card{flex-direction:column;gap:1.2rem}}

  /* ANIMATIONS */
  .reveal{opacity:0;transform:translateY(28px);transition:opacity .6s ease,transform .6s ease}
  .reveal.visible{opacity:1;transform:translateY(0)}
  .reveal-delay-1{transition-delay:.1s}
  .reveal-delay-2{transition-delay:.2s}
  .reveal-delay-3{transition-delay:.3s}
  .reveal-delay-4{transition-delay:.4s}

  /* =====================
     RESPONSIVE — TABLET (≤1024px)
  ===================== */
  @media(max-width:1024px){
    .steps{grid-template-columns:1fr 1fr}
  }

  /* =====================
     RESPONSIVE — MOBILE LARGE (≤900px)
  ===================== */
  @media(max-width:900px){
    /* Nav */
    nav .nav-links{display:none}

    /* Hero */
    .hero{padding:100px 5vw 60px;min-height:auto}
    .hero-visual{display:none}
    .hero-content{max-width:100%}
    .hero-sub{max-width:100%;font-size:1rem}

    /* Logos */
    .logos-bar{flex-wrap:wrap;gap:1rem;padding:1.2rem 5vw}
    .logos-divider{display:none}
    .logos-track{flex-wrap:wrap;gap:1rem}

    /* Sections */
    section{padding:70px 5vw}

    /* About */
    .about-grid{grid-template-columns:1fr;gap:3rem}
    .about-badge{left:0;bottom:-16px}

    /* Services */
    .services-grid{grid-template-columns:1fr 1fr}
    .services-header{flex-direction:column;align-items:flex-start}

    /* Process */
    .steps{grid-template-columns:1fr 1fr}

    /* Testimonials */
    .testi-grid{grid-template-columns:1fr 1fr}

    /* CTA */
    .cta-section{padding:70px 5vw}

    /* Founders */
    .founders-grid,.founders-grid[style]{grid-template-columns:1fr !important;max-width:100% !important}
    .founder-card{flex-direction:column;align-items:flex-start !important;gap:1.2rem}
    .founders-quote{padding:2rem}

    /* Footer */
    .footer-grid{grid-template-columns:1fr 1fr}
  }

  /* =====================
     RESPONSIVE — MOBILE (≤600px)
  ===================== */
  @media(max-width:600px){
    /* Nav */
    nav{padding:0 4vw}
    .nav-logo span{font-size:1.1rem}

    /* Hero */
    .hero{padding:88px 4vw 50px}
    h1{font-size:2rem}
    .hero-badge{font-size:.7rem;padding:.3rem .7rem}
    .hero-sub{font-size:.95rem}
    .hero-actions{flex-direction:column;width:100%}
    .btn-primary,.btn-secondary{justify-content:center;width:100%}

    /* Sections */
    section{padding:55px 4vw}
    h2{font-size:1.7rem}

    /* About */
    .about-stats{grid-template-columns:1fr 1fr}
    .about-badge{position:static;margin-top:1.5rem;width:fit-content}
    .about-image{aspect-ratio:16/9}
    .about-image-inner{padding:1.5rem}

    /* Services */
    .services-grid{grid-template-columns:1fr}

    /* Products — mobile padding */
    .prod-card{padding:1.8rem}
    .ev-badge,.ev-badge2{position:static;display:inline-block;margin-bottom:.5rem}

    /* Process */
    .steps{grid-template-columns:1fr}
    .step-num{font-size:2rem}

    /* Testimonials */
    .testi-grid{grid-template-columns:1fr}

    /* CTA */
    .cta-btns{flex-direction:column;width:100%;max-width:320px;margin:0 auto}
    .btn-white,.btn-outline-white{justify-content:center;width:100%}
    .cta-section h2{font-size:1.7rem}

    /* Founders */
    .founder-card{padding:1.5rem}
    .founders-quote{padding:1.5rem}
    .founders-quote p{font-size:.92rem}

    /* Footer */
    .footer-grid{grid-template-columns:1fr}
    .footer-bottom{flex-direction:column;align-items:flex-start;gap:.8rem}
    .footer-bottom div{flex-wrap:wrap;gap:.8rem}

    /* Logos */
    .logos-label{font-size:.7rem}
    .logo-item{font-size:.82rem}
  }

  /* =====================
     RESPONSIVE — SMALL MOBILE (≤400px)
  ===================== */
  @media(max-width:400px){
    h1{font-size:1.75rem}
    .about-stats{grid-template-columns:1fr}
    .stat-box .num{font-size:1.8rem}
  }
