
/* ══════════════════════════════════════════
   RESET & BASE
══════════════════════════════════════════ */
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth;font-size:16px}
body{font-family:'DM Sans',sans-serif;color:#20393D;background:#fff;-webkit-font-smoothing:antialiased;overflow-x:hidden}
img{max-width:100%;height:auto;display:block}
a{color:inherit;text-decoration:none}
ul{list-style:none}
button{font-family:inherit;cursor:pointer;border:none;background:none}

/* ══════════════════════════════════════════
   BRAND TOKENS
══════════════════════════════════════════ */
:root{
  --p:#326771;      /* primair */
  --s:#2C8C99;      /* secundair */
  --t:#20393D;      /* tekst */
  --a:#F6AE2D;      /* accent */
  --c:#F6EDDE;      /* crème */
  --pl:#edf5f6;     /* primair light */
  --sl:#e3f4f5;     /* secundair light */
  --cl:#faf7f2;     /* crème light */
  --bd:rgba(50,103,113,0.14);
  --muted:#5a6e71;
  --r:10px;
  --rl:18px;
  --rx:28px;
  --sh:0 2px 16px rgba(50,103,113,0.10);
  --shl:0 8px 40px rgba(50,103,113,0.15);
}

/* ══════════════════════════════════════════
   TYPOGRAPHY
══════════════════════════════════════════ */
h1,h2,h3{font-family:'Lora',Georgia,serif;font-weight:400;line-height:1.2;color:var(--t)}
h1{font-size:clamp(30px,4.2vw,54px)}
h2{font-size:clamp(24px,3.2vw,40px)}
h3{font-size:clamp(17px,1.8vw,21px)}
p{color:var(--muted);line-height:1.8;font-size:16px}
.lead{font-size:17px;font-weight:300;line-height:1.75;color:var(--muted)}
strong{font-weight:600;color:var(--t)}

/* ══════════════════════════════════════════
   LAYOUT UTILITIES
══════════════════════════════════════════ */
.wrap{max-width:1120px;margin:0 auto;padding:0 2rem}
.sec{padding:5rem 0}
.sec-sm{padding:3.5rem 0}
.sec-lg{padding:6.5rem 0}
.lbl{display:inline-flex;align-items:center;gap:6px;font-size:11px;font-weight:600;letter-spacing:2px;text-transform:uppercase;color:var(--s);margin-bottom:.875rem}
.lbl::before{content:'';width:18px;height:2px;background:var(--s);border-radius:2px}
.lbl-a{color:var(--a)}
.lbl-a::before{background:var(--a)}
.center{text-align:center}
.center .lbl{justify-content:center}
.g2{display:grid;grid-template-columns:1fr 1fr;gap:2rem}
.g3{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}
.g4{display:grid;grid-template-columns:repeat(4,1fr);gap:1.25rem}
.stack{display:flex;flex-direction:column;gap:1.25rem}
hr.dv{border:none;border-top:1px solid var(--bd);margin:0}

/* ══════════════════════════════════════════
   BUTTONS
══════════════════════════════════════════ */
.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:13px 28px;border-radius:100px;font-size:15px;font-weight:500;transition:all .2s ease;cursor:pointer;white-space:nowrap}
.btn-p{background:var(--p);color:#fff}
.btn-p:hover{background:#285c66;transform:translateY(-1px);box-shadow:var(--sh)}
.btn-a{background:var(--p);color:#fff}
.btn-a:hover{background:#285c66;transform:translateY(-1px);box-shadow:var(--sh)}
.btn-out{background:transparent;color:var(--p);border:1.5px solid var(--p)}
.btn-out:hover{background:var(--p);color:#fff}
.btn-outw{background:transparent;color:#fff;border:1.5px solid rgba(255,255,255,.4)}
.btn-outw:hover{border-color:#fff;background:rgba(255,255,255,.1)}
.btn-w{background:#fff;color:var(--t)}
.btn-w:hover{background:var(--c)}
.btn-sm{padding:10px 22px;font-size:14px}
.btn-lg{padding:15px 34px;font-size:16px}
.btn-fw{width:100%}
.arr::after{content:'→';font-size:15px}

/* ══════════════════════════════════════════
   NAVIGATION
══════════════════════════════════════════ */
#nav{position:fixed;top:0;left:0;right:0;z-index:1000;background:rgba(255,255,255,.97);backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);border-bottom:1px solid var(--bd);transition:box-shadow .3s}
#nav.sc{box-shadow:0 2px 20px rgba(50,103,113,.11)}
.ni{display:flex;align-items:center;justify-content:space-between;height:86px;max-width:1120px;margin:0 auto;padding:0 2rem}
.nlogo{display:flex;align-items:center;gap:11px;text-decoration:none}
.nlogo svg{height:56px;width:auto}
.nlinks{display:flex;align-items:center;gap:2.5rem}
.nlinks a{font-size:14px;font-weight:400;color:var(--muted);transition:color .18s;position:relative;text-decoration:none}
.nlinks a:hover,.nlinks a.act{color:var(--t)}
.nlinks a.act::after{content:'';position:absolute;bottom:-4px;left:0;right:0;height:2px;background:var(--a);border-radius:2px}
.ncta{background:var(--p)!important;color:#fff!important;padding:9px 22px;border-radius:100px;font-weight:500!important;font-size:14px;transition:background .2s!important}
.ncta:hover{background:#285c66!important}

/* ══════════════════════════════════════════
   PAGES
══════════════════════════════════════════ */
main{display:block;padding-top:72px}

/* ══════════════════════════════════════════
   HERO
══════════════════════════════════════════ */
.hero{position:relative;overflow:hidden;background:var(--t);min-height:calc(90vh - 72px);display:flex;align-items:center}
.hbg{position:absolute;inset:0;background:url('../images/hero.jpg') center 25%/cover no-repeat;opacity:.18}
.hov{position:absolute;inset:0;background:linear-gradient(120deg,rgba(32,57,61,.95) 0%,rgba(32,57,61,.75) 55%,rgba(50,103,113,.5) 100%)}
.hero-inner{position:relative;z-index:2;width:100%;max-width:1120px;margin:0 auto;padding:5rem 2rem;display:grid;grid-template-columns:58% 42%;gap:4rem;align-items:center}
.hero-badge{display:none}
.hero h1{color:#fff;margin-bottom:1.5rem;line-height:1.16}
.hero h1 em{color:#5ececa;font-style:normal;position:relative}
.hero-sub{font-size:17px;color:rgba(255,255,255,.68);margin-bottom:2.5rem;font-weight:300;max-width:520px;line-height:1.75}
.hero-ctas{display:flex;gap:1rem;flex-wrap:wrap;margin-bottom:2.75rem}
.hero-trust{display:flex;gap:1.5rem;flex-wrap:wrap}
.htag{display:inline-flex;align-items:center;gap:6px;font-size:12px;color:rgba(255,255,255,.45);font-weight:300}
.htag::before{content:'✓';color:var(--a);font-size:12px;font-weight:600}

.hero-stats{display:flex;flex-direction:column;gap:1.25rem}
.hs-card{background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.13);border-radius:var(--rl);padding:1.5rem 1.75rem;transition:background .25s}
.hs-card:hover{background:rgba(255,255,255,.11)}
.hs-num{font-family:'Lora',serif;font-size:48px;font-weight:400;color:#5ececa;line-height:1;margin-bottom:5px}
.hs-lbl{font-size:14px;color:rgba(255,255,255,.6);font-weight:300;line-height:1.45}
.hs-src{font-size:11px;color:rgba(255,255,255,.25);margin-top:4px}

/* ══════════════════════════════════════════
   TRUST BAR
══════════════════════════════════════════ */
.trust-bar{background:var(--c);border-bottom:1px solid rgba(50,103,113,.1);padding:1rem 0}
.trust-inner{display:flex;align-items:center;justify-content:center;gap:3rem;flex-wrap:wrap}
.trust-item{display:flex;align-items:center;gap:8px;font-size:13px;font-weight:500;color:var(--p)}
.trust-item::before{content:'';width:6px;height:6px;background:var(--a);border-radius:50%;flex-shrink:0}

/* ══════════════════════════════════════════
   PROBLEM SECTION
══════════════════════════════════════════ */
.problem-grid{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}
.problem-img{border-radius:var(--rl);overflow:hidden;box-shadow:var(--shl);position:relative}
.problem-img img{width:100%;height:460px;object-fit:cover}
.problem-img-badge{position:absolute;bottom:1.5rem;left:1.5rem;background:#fff;border-radius:var(--r);padding:.875rem 1.25rem;box-shadow:var(--sh)}
.pib-num{font-family:'Lora',serif;font-size:28px;color:var(--p);font-weight:400;line-height:1}
.pib-lbl{font-size:12px;color:var(--muted);margin-top:2px}
.problem-text h2{margin-bottom:1.25rem}
.problem-text p{margin-bottom:1.25rem}
.problem-stats{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-top:2rem}
.pstat{background:var(--pl);border-radius:var(--r);padding:1.25rem}
.pstat-num{font-family:'Lora',serif;font-size:30px;color:var(--p);font-weight:400;line-height:1;margin-bottom:4px}
.pstat-lbl{font-size:13px;color:var(--muted)}

/* ══════════════════════════════════════════
   AUDIENCE SPLIT
══════════════════════════════════════════ */
.audience-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}
.aud-card{display:block;background:#fff;border-radius:var(--rx);border:1px solid var(--bd);overflow:hidden;transition:all .25s;box-shadow:var(--sh);text-decoration:none;color:inherit}
.aud-card:hover{transform:translateY(-5px);box-shadow:var(--shl);border-color:var(--s)}
.aud-img{height:240px;overflow:hidden;position:relative}
.aud-img img{width:100%;height:100%;object-fit:cover;transition:transform .4s}
.aud-card:hover .aud-img img{transform:scale(1.04)}
.aud-body{padding:2rem 2.25rem 2.5rem}
.aud-tag{font-size:11px;font-weight:600;letter-spacing:1.5px;text-transform:uppercase;color:var(--s);margin-bottom:.75rem}
.aud-body h3{color:var(--t);margin-bottom:.75rem}
.aud-body p{font-size:15px;margin-bottom:1.5rem}
.aud-link{font-size:14px;color:var(--p);font-weight:500;display:inline-flex;align-items:center;gap:6px;transition:gap .2s}
.aud-card:hover .aud-link{gap:10px}
.aud-link::after{content:'→'}

/* ══════════════════════════════════════════
   ROI STRIP
══════════════════════════════════════════ */
.roi{background:var(--t);padding:4.5rem 0}
.roi-inner{display:grid;grid-template-columns:1fr auto;gap:5rem;align-items:center}
.roi-text h2{color:#fff;margin-bottom:.875rem;font-size:clamp(20px,2.5vw,30px)}
.roi-text p{color:rgba(255,255,255,.55);font-size:15px;font-weight:300;max-width:480px}
.roi-nums{display:flex;gap:3.5rem;flex-shrink:0}
.rn-val{font-family:'Lora',serif;font-size:50px;color:var(--a);font-weight:400;line-height:1}
.rn-lbl{font-size:13px;color:rgba(255,255,255,.42);margin-top:5px;font-weight:300;max-width:140px;line-height:1.5}
.roi-src{font-size:11px;color:rgba(255,255,255,.22);margin-top:2rem;font-style:italic}

/* ══════════════════════════════════════════
   PROCESS
══════════════════════════════════════════ */
.proc-grid{display:grid;grid-template-columns:repeat(4,1fr);border:1px solid var(--bd);border-radius:var(--rl);overflow:hidden;margin-top:3rem}
.proc-step{padding:2.25rem 1.75rem;border-right:1px solid var(--bd);transition:background .2s;position:relative}
.proc-step:last-child{border-right:none}
.proc-step:hover{background:var(--pl)}
.proc-num{font-family:'Lora',serif;font-size:52px;font-weight:400;color:var(--pl);line-height:1;margin-bottom:.875rem;-webkit-text-stroke:1.5px var(--a)}
.proc-step h3{font-size:16px;margin-bottom:.5rem;color:var(--t)}
.proc-step p{font-size:14px;line-height:1.65}

/* ══════════════════════════════════════════
   PHOTO SPLIT
══════════════════════════════════════════ */
.phsp-wrap{overflow:hidden}
.phsp{display:grid;grid-template-columns:1fr 1fr;min-height:520px}
.phsp-img{overflow:hidden}
.phsp-img img{width:100%;height:100%;object-fit:cover}
.phsp-content{background:var(--c);padding:4rem 3.75rem;display:flex;flex-direction:column;justify-content:center}
.phsp-content h2{margin-bottom:1.25rem}
.phsp-content p{margin-bottom:1.25rem}

/* ══════════════════════════════════════════
   WHY CARDS
══════════════════════════════════════════ */
.why-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-top:3rem}
.why-card{border:1px solid var(--bd);border-radius:var(--rl);padding:2rem;background:#fff;transition:all .22s}
.why-card:hover{border-color:var(--s);box-shadow:var(--sh);transform:translateY(-2px)}
.why-icon{width:46px;height:46px;background:var(--pl);border-radius:var(--r);display:flex;align-items:center;justify-content:center;margin-bottom:1.25rem}
.why-icon svg{width:22px;height:22px;stroke:var(--p);fill:none;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round}
.why-card h3{font-size:16px;margin-bottom:.5rem;color:var(--t)}
.why-card p{font-size:14px;line-height:1.65}

/* ══════════════════════════════════════════
   SERVICES (WERKGEVERS)
══════════════════════════════════════════ */
.svc-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-top:3rem}
.svc-card{border:1px solid var(--bd);border-radius:var(--rl);padding:2.25rem;background:#fff;transition:all .22s;position:relative;overflow:hidden}
.svc-card::before{content:'';position:absolute;top:0;left:0;right:0;height:3px;background:var(--s);opacity:0;transition:opacity .2s}
.svc-card:hover{border-color:var(--s);box-shadow:var(--sh);transform:translateY(-3px)}
.svc-card:hover::before{opacity:1}
.svc-icon{width:50px;height:50px;background:var(--pl);border-radius:var(--r);display:flex;align-items:center;justify-content:center;margin-bottom:1.25rem}
.svc-icon svg{width:24px;height:24px;stroke:var(--p);fill:none;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round}
.svc-card h3{font-size:17px;margin-bottom:.6rem;color:var(--t)}
.svc-card p{font-size:14px;margin-bottom:1.25rem;line-height:1.65}
.svc-badge{display:inline-block;font-size:11px;font-weight:600;color:var(--p);background:var(--pl);padding:4px 13px;border-radius:100px;letter-spacing:.5px}

/* ══════════════════════════════════════════
   PRICING
══════════════════════════════════════════ */
.pricing-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;margin-top:3rem;align-items:start}
.pc{border:1px solid var(--bd);border-radius:var(--rl);padding:2.75rem;background:#fff}
.pc.ft{border:2px solid var(--s);box-shadow:var(--shl);position:relative}
.pc-hot{position:absolute;top:-14px;left:50%;transform:translateX(-50%);background:var(--s);color:#fff;font-size:11px;font-weight:600;padding:4px 18px;border-radius:100px;white-space:nowrap;letter-spacing:.5px}
.pc-tier{font-size:11px;font-weight:600;letter-spacing:1.5px;text-transform:uppercase;color:var(--s);margin-bottom:1rem}
.pc h3{font-size:22px;margin-bottom:.5rem;color:var(--t)}
.pc-sub{font-size:14px;color:var(--muted);margin-bottom:2rem;line-height:1.55}
.pc-feat{display:flex;flex-direction:column;gap:11px;margin-bottom:2.25rem}
.pc-feat li{font-size:14px;color:var(--t);display:flex;align-items:flex-start;gap:10px}
.ck{width:18px;height:18px;min-width:18px;background:rgba(50,103,113,.12);border-radius:50%;display:flex;align-items:center;justify-content:center;margin-top:1px;color:var(--p);font-size:10px;font-weight:700;flex-shrink:0}
.pilot-box{background:rgba(246,174,45,.06);border:1px solid rgba(246,174,45,.22);border-radius:var(--rl);padding:1.75rem 2rem;margin-top:2rem;display:flex;align-items:flex-start;gap:1.25rem}
.pilot-box-icon{font-size:24px;flex-shrink:0;line-height:1;margin-top:2px}
.pilot-box h4{color:var(--t);font-size:15px;font-family:'Lora',serif;font-weight:500;margin-bottom:.35rem}
.pilot-box p{font-size:14px;margin:0;line-height:1.6}

/* ══════════════════════════════════════════
   CASE / SOCIAL PROOF
══════════════════════════════════════════ */
.case-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;margin-top:3rem}
.case-card{background:var(--pl);border-radius:var(--rl);padding:2.25rem;position:relative}
.case-card::before{content:'"';font-family:'Lora',serif;font-size:72px;color:var(--s);opacity:.25;position:absolute;top:.5rem;left:1.75rem;line-height:1}
.case-quote{font-size:16px;font-style:italic;color:var(--t);line-height:1.7;margin-bottom:1.5rem;position:relative;z-index:1}
.case-person{display:flex;align-items:center;gap:.875rem}
.case-avatar{width:42px;height:42px;border-radius:50%;background:var(--s);display:flex;align-items:center;justify-content:center;color:#fff;font-size:14px;font-weight:600;flex-shrink:0}
.case-name{font-size:14px;font-weight:600;color:var(--t)}
.case-role{font-size:12px;color:var(--muted)}
.case-disclaimer{font-size:11px;color:var(--muted);opacity:.6;margin-top:1.5rem;font-style:italic;text-align:center}

/* ══════════════════════════════════════════
   ZORGVERLENING SERVICES
══════════════════════════════════════════ */
.zorg-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem;margin-top:3rem}
.zorg-item{background:var(--c);border-radius:var(--r);padding:1.75rem;border-left:3px solid transparent;transition:border-color .2s}
.zorg-item:hover{border-color:var(--s)}
.zorg-item h3{font-size:15px;margin-bottom:.5rem;color:var(--t)}
.zorg-item p{font-size:14px;line-height:1.65}
.zorg-disclaimer{background:var(--pl);border-radius:var(--r);padding:1.25rem 1.5rem;margin-top:2rem;display:flex;gap:.875rem;align-items:flex-start}
.zorg-disclaimer svg{width:18px;height:18px;stroke:var(--p);fill:none;stroke-width:1.5;margin-top:2px;flex-shrink:0}
.zorg-disclaimer p{font-size:13px;color:var(--p);margin:0;line-height:1.6}

/* ══════════════════════════════════════════
   OVER ONS
══════════════════════════════════════════ */
.founder-grid{display:grid;grid-template-columns:340px 1fr;gap:4rem;align-items:start;margin-top:3rem}
.founder-card{background:var(--c);border-radius:var(--rl);overflow:hidden;position:sticky;top:90px}
.founder-img{height:320px;overflow:hidden}
.founder-img img{width:100%;height:100%;object-fit:cover}
.founder-body{padding:1.75rem 2rem 2rem}
.founder-name{font-family:'Lora',serif;font-size:20px;color:var(--t);margin-bottom:4px}
.founder-role{font-size:13px;color:var(--s);font-weight:500;margin-bottom:1rem}
.founder-quote{font-size:14px;color:var(--muted);line-height:1.7;font-style:italic}
.founder-text h2{margin-bottom:1.5rem}
.founder-text p{margin-bottom:1.25rem;font-size:16px;line-height:1.8}
.founder-text p strong{color:var(--t);font-weight:500}
.mv-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;margin-top:2.5rem}
.mv-card{background:var(--t);border-radius:var(--rl);padding:2.75rem}
.mv-card .lbl{color:rgba(92,206,202,.65)}
.mv-card .lbl::before{background:rgba(92,206,202,.65)}
.mv-card h3{color:#fff;margin-bottom:1rem;font-size:20px}
.mv-card p{color:rgba(255,255,255,.6);font-size:15px;font-weight:300;margin:0;line-height:1.75}
.values-list{display:flex;flex-direction:column;gap:1.5rem;margin-top:3rem}
.val-item{display:flex;gap:1.25rem;align-items:flex-start;padding:1.5rem;background:var(--cl);border-radius:var(--r);border:1px solid var(--bd);transition:border-color .2s}
.val-item:hover{border-color:var(--s)}
.val-icon{width:42px;height:42px;min-width:42px;background:var(--pl);border-radius:var(--r);display:flex;align-items:center;justify-content:center}
.val-icon svg{width:20px;height:20px;stroke:var(--p);fill:none;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round}
.val-item h4{font-size:15px;font-weight:600;color:var(--t);margin-bottom:4px}
.val-item p{font-size:14px;line-height:1.65;margin:0}
.team-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-top:2.5rem}
.team-card{background:var(--c);border-radius:var(--rl);overflow:hidden;text-align:center}
.team-avatar{height:180px;background:var(--pl);display:flex;align-items:center;justify-content:center;font-family:'Lora',serif;font-size:40px;color:var(--p)}
.team-body{padding:1.25rem 1.5rem 1.5rem}
.team-name{font-family:'Lora',serif;font-size:17px;color:var(--t);margin-bottom:3px}
.team-role{font-size:12px;color:var(--s);font-weight:500;text-transform:uppercase;letter-spacing:1px;margin-bottom:.625rem}
.team-bio{font-size:13px;color:var(--muted);line-height:1.6}
.cert-list{display:flex;flex-direction:column;gap:.875rem;margin-top:2rem}
.cert-item{display:flex;align-items:center;gap:.875rem;padding:1rem 1.25rem;background:#fff;border:1px solid var(--bd);border-radius:var(--r)}
.cert-icon{width:36px;height:36px;background:var(--pl);border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.cert-icon svg{width:16px;height:16px;stroke:var(--p);fill:none;stroke-width:1.5}
.cert-item p{font-size:14px;color:var(--t);margin:0;font-weight:500}

/* ══════════════════════════════════════════
   BLOG / INZICHTEN
══════════════════════════════════════════ */
.blog-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-top:3rem}
.blog-card{border:1px solid var(--bd);border-radius:var(--rl);overflow:hidden;background:#fff;transition:all .22s;cursor:pointer}
.blog-card:hover{box-shadow:var(--sh);transform:translateY(-3px);border-color:var(--s)}
.blog-img{height:180px;overflow:hidden}
.blog-img img{width:100%;height:100%;object-fit:cover;transition:transform .4s}
.blog-card:hover .blog-img img{transform:scale(1.04)}
.blog-body{padding:1.5rem}
.blog-cat{font-size:11px;font-weight:600;letter-spacing:1.5px;text-transform:uppercase;color:var(--s);margin-bottom:.625rem}
.blog-card h3{font-size:17px;margin-bottom:.625rem;color:var(--t);line-height:1.35}
.blog-card p{font-size:14px;line-height:1.6}
.blog-meta{display:flex;align-items:center;justify-content:space-between;margin-top:1.25rem;padding-top:1rem;border-top:1px solid var(--bd)}
.blog-date{font-size:12px;color:var(--muted)}
.blog-read{font-size:12px;color:var(--p);font-weight:500}

/* ══════════════════════════════════════════
   CONTACT
══════════════════════════════════════════ */
.contact-grid{display:grid;grid-template-columns:1fr 1.3fr;gap:5rem;align-items:start;margin-top:3rem}
.expect-list{display:flex;flex-direction:column;gap:1rem;margin-top:1.5rem;margin-bottom:2rem}
.exp-item{display:flex;gap:1rem;align-items:flex-start}
.exp-num{width:32px;height:32px;min-width:32px;border-radius:50%;background:var(--p);color:#fff;font-size:13px;font-weight:600;display:flex;align-items:center;justify-content:center}
.exp-item h4{font-size:15px;font-weight:600;color:var(--t);margin-bottom:3px}
.exp-item p{font-size:14px;margin:0;line-height:1.55}
.contact-meta{display:flex;flex-direction:column;gap:1.5rem;margin-top:2rem}
.ci{display:flex;gap:.875rem;align-items:flex-start}
.ci-icon{width:40px;height:40px;min-width:40px;background:var(--pl);border-radius:var(--r);display:flex;align-items:center;justify-content:center}
.ci-icon svg{width:17px;height:17px;stroke:var(--p);fill:none;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round}
.ci h4{font-size:13px;font-weight:600;color:var(--t);margin-bottom:2px}
.ci a,.ci p{font-size:14px;color:var(--p);margin:0}
.ci p{color:var(--muted)}
.cf{display:flex;flex-direction:column;gap:1rem}
.cf-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}
.fg{display:flex;flex-direction:column;gap:6px}
.fg label{font-size:13px;font-weight:500;color:var(--t)}
.fg input,.fg select,.fg textarea{font-family:'DM Sans',sans-serif;font-size:16px;padding:11px 15px;border:1px solid var(--bd);border-radius:var(--r);background:#fff;color:var(--t);outline:none;transition:border-color .18s,box-shadow .18s;width:100%}
.fg input:focus,.fg select:focus,.fg textarea:focus{border-color:var(--s);box-shadow:0 0 0 3px rgba(44,140,153,.12)}
.fg textarea{resize:vertical;min-height:108px}
.cf-mc{font-size:12px;color:var(--muted)}

/* ══════════════════════════════════════════
   FAQ
══════════════════════════════════════════ */
.faq{display:flex;flex-direction:column;gap:.75rem;margin-top:2.5rem}
.fq-item{border:1px solid var(--bd);border-radius:var(--r);overflow:hidden;background:#fff}
.fq-q{padding:1.25rem 1.5rem;font-size:15px;font-weight:500;color:var(--t);cursor:pointer;display:flex;justify-content:space-between;align-items:center;gap:1rem;transition:background .18s;user-select:none}
.fq-q:hover{background:var(--pl)}
.fq-arr{width:22px;height:22px;background:var(--pl);border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:all .22s}
.fq-arr svg{width:12px;height:12px;stroke:var(--p);fill:none;stroke-width:2.5;stroke-linecap:round;transition:transform .22s}
.fq-q.op .fq-arr{background:var(--p)}
.fq-q.op .fq-arr svg{stroke:#fff;transform:rotate(180deg)}
.fq-a{font-size:14px;color:var(--muted);line-height:1.75;padding:0 1.5rem;max-height:0;overflow:hidden;transition:max-height .3s ease,padding .3s ease}
.fq-a.op{max-height:300px;padding:1rem 1.5rem 1.375rem}

/* ══════════════════════════════════════════
   CTA BLOCK
══════════════════════════════════════════ */
.cta-wrap{background:var(--t);padding:5rem 0}
.cta-inner{max-width:640px;margin:0 auto;text-align:center}
.cta-inner h2{color:#fff;margin-bottom:1rem}
.cta-inner p{color:rgba(255,255,255,.65);font-weight:300;margin-bottom:2rem}
.cta-btns{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}
.cta-note{font-size:13px;color:rgba(255,255,255,.4);margin-top:1.25rem}

/* ══════════════════════════════════════════
   PAGE HERO (inner pages)
══════════════════════════════════════════ */
.ph{background:var(--t);padding:5rem 0 4.5rem;position:relative;overflow:hidden}
.ph::before{content:'';position:absolute;top:-60%;right:-8%;width:700px;height:700px;border-radius:50%;background:rgba(50,103,113,.08);pointer-events:none}
.ph-inner{position:relative;z-index:2;max-width:700px}
.ph h1{color:#fff;margin-bottom:1.25rem}
.ph p{color:rgba(255,255,255,.6);font-size:18px;font-weight:300;line-height:1.7;max-width:560px}
.ph .lbl{color:rgba(92,206,202,.65)}
.ph .lbl::before{background:rgba(92,206,202,.65)}

/* ══════════════════════════════════════════
   FOOTER
══════════════════════════════════════════ */
footer{background:var(--t);padding:4.5rem 0 2rem}
.ft-grid{display:grid;grid-template-columns:2.5fr 1fr 1fr 1fr;gap:3.5rem;margin-bottom:3.5rem}
.ft-brand{display:flex;align-items:center;gap:10px;margin-bottom:.875rem}
.ft-brand svg{height:34px;width:auto}
.ft-tagline{font-size:13px;color:rgba(255,255,255,.38);line-height:1.75;margin-bottom:1.5rem;font-weight:300}
.ft-soc{display:flex;gap:.75rem}
.ft-sb{width:34px;height:34px;border-radius:50%;border:1px solid rgba(255,255,255,.18);display:flex;align-items:center;justify-content:center;color:rgba(255,255,255,.45);font-size:13px;transition:all .2s;font-weight:600}
.ft-sb:hover{border-color:rgba(255,255,255,.5);color:#fff}
.ft-col h4{font-size:11px;font-weight:600;letter-spacing:1.5px;text-transform:uppercase;color:rgba(255,255,255,.3);margin-bottom:1.125rem}
.ft-col a{display:block;font-size:13px;color:rgba(255,255,255,.5);margin-bottom:9px;cursor:pointer;transition:color .18s}
.ft-col a:hover{color:rgba(92,206,202,.85)}
.ft-bot{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:1rem}
.ft-bot p{font-size:12px;color:rgba(255,255,255,.25);margin:0}
.ft-bot-links{display:flex;gap:1.5rem}
.ft-bot-links a{font-size:12px;color:rgba(255,255,255,.25);cursor:pointer;transition:color .18s}
.ft-bot-links a:hover{color:rgba(255,255,255,.45)}

/* ══════════════════════════════════════════
   SCROLL ANIMATION
══════════════════════════════════════════ */
.fi{opacity:0;transform:translateY(20px);transition:opacity .5s ease,transform .5s ease}
.fi.vs{opacity:1;transform:translateY(0)}
.fi-d1{transition-delay:.1s}.fi-d2{transition-delay:.18s}.fi-d3{transition-delay:.26s}

/* ══════════════════════════════════════════
   BLOG PAGE STYLES
══════════════════════════════════════════ */
.blog-filter{display:flex;gap:.625rem;flex-wrap:wrap;margin:2rem 0}
.bf-btn{padding:8px 18px;border-radius:100px;font-size:13px;font-weight:500;cursor:pointer;border:1px solid var(--bd);background:#fff;color:var(--muted);transition:all .18s}
.bf-btn:hover,.bf-btn.act{background:var(--p);color:#fff;border-color:var(--p)}
.blog-featured{display:grid;grid-template-columns:1fr 1fr;border-radius:var(--rx);overflow:hidden;border:1px solid var(--bd);margin-bottom:3rem;box-shadow:var(--shl);transition:box-shadow .22s;text-decoration:none;color:inherit}
.blog-featured:hover{box-shadow:0 16px 56px rgba(50,103,113,.2)}
.bf-img{overflow:hidden;min-height:340px}
.bf-img img{width:100%;height:100%;object-fit:cover;transition:transform .4s}
.blog-featured:hover .bf-img img{transform:scale(1.03)}
.bf-body{background:#fff;padding:2.5rem 2.5rem;display:flex;flex-direction:column;justify-content:center}
.bf-badge{display:inline-flex;align-items:center;gap:6px;background:var(--pl);color:var(--p);border:1px solid rgba(246,174,45,.3);font-size:11px;font-weight:600;padding:4px 12px;border-radius:100px;letter-spacing:.5px;margin-bottom:1.25rem;width:fit-content}
.bf-body h2{font-size:clamp(20px,2vw,26px);margin-bottom:.875rem;line-height:1.3}
.bf-body p{font-size:15px;line-height:1.7;margin-bottom:1.5rem}
.bf-meta{display:flex;align-items:center;gap:1rem;font-size:13px;color:var(--muted);margin-bottom:1.5rem}
.bf-meta span{display:flex;align-items:center;gap:5px}
.bf-meta svg{width:14px;height:14px;stroke:var(--muted);fill:none;stroke-width:1.5}
.art-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}
.art-card{display:flex;border:1px solid var(--bd);border-radius:var(--rl);overflow:hidden;background:#fff;transition:all .22s;flex-direction:column;text-decoration:none;color:inherit}
.art-card:hover{box-shadow:var(--sh);transform:translateY(-3px);border-color:var(--s)}
.art-img{height:190px;overflow:hidden;position:relative}
.art-img img{width:100%;height:100%;object-fit:cover;transition:transform .4s}
.art-card:hover .art-img img{transform:scale(1.05)}
.art-tag-pill{position:absolute;top:12px;left:12px;background:rgba(255,255,255,.92);backdrop-filter:blur(4px);font-size:11px;font-weight:600;color:var(--p);padding:4px 11px;border-radius:100px;letter-spacing:.5px}
.art-body{padding:1.5rem;flex:1;display:flex;flex-direction:column}
.art-body h3{font-size:16px;margin-bottom:.625rem;color:var(--t);line-height:1.4;flex:1}
.art-body p{font-size:14px;line-height:1.6;margin-bottom:1.25rem}
.art-footer{display:flex;align-items:center;justify-content:space-between;padding-top:1rem;border-top:1px solid var(--bd);margin-top:auto}
.art-date{font-size:12px;color:var(--muted)}
.art-read-time{font-size:12px;color:var(--p);font-weight:500}
.art-soon{opacity:.6;pointer-events:none}
.art-soon .art-tag-pill{background:rgba(50,103,113,.1);color:var(--muted)}
.proj-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;margin-top:2rem}
.proj-card{background:var(--c);border-radius:var(--rl);padding:2.25rem;border:1px solid var(--bd);cursor:pointer;transition:all .22s;display:flex;gap:1.5rem;align-items:flex-start}
.proj-card:hover{border-color:var(--s);box-shadow:var(--sh);transform:translateY(-2px)}
.proj-icon{width:52px;height:52px;min-width:52px;background:var(--p);border-radius:var(--r);display:flex;align-items:center;justify-content:center}
.proj-icon svg{width:24px;height:24px;stroke:#fff;fill:none;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round}
.proj-card h3{font-size:16px;color:var(--t);margin-bottom:.5rem}
.proj-card p{font-size:14px;line-height:1.65;margin-bottom:.875rem}
.proj-status{display:inline-block;font-size:11px;font-weight:600;padding:3px 11px;border-radius:100px;letter-spacing:.5px}
.proj-status.live{background:rgba(50,103,113,.1);color:var(--p)}
.proj-status.soon{background:var(--pl);color:var(--p)}

/* ARTICLE DETAIL */
.art-detail{display:none;padding-top:72px}
.art-detail.on{display:block}
.art-detail-hero{background:var(--t);padding:4rem 0 3.5rem}
.art-detail-hero h1{color:#fff;font-size:clamp(24px,3vw,40px);margin-bottom:1.25rem;max-width:780px}
.art-detail-meta{display:flex;align-items:center;gap:1.5rem;flex-wrap:wrap}
.adm-item{display:flex;align-items:center;gap:6px;font-size:13px;color:rgba(255,255,255,.5)}
.adm-item svg{width:14px;height:14px;stroke:rgba(255,255,255,.45);fill:none;stroke-width:1.5}
.art-detail-body{max-width:760px;margin:0 auto;padding:4rem 2rem}
.art-detail-body h2{font-size:24px;margin:2.5rem 0 1rem;color:var(--t)}
.art-detail-body h3{font-size:19px;margin:2rem 0 .75rem;color:var(--t)}
.art-detail-body p{font-size:16px;line-height:1.85;margin-bottom:1.25rem;color:var(--muted)}
.art-detail-body ul{margin:1rem 0 1.5rem 0;display:flex;flex-direction:column;gap:.625rem}
.art-detail-body ul li{font-size:15px;color:var(--muted);line-height:1.65;padding-left:1.25rem;position:relative}
.art-detail-body ul li::before{content:'';position:absolute;left:0;top:.65em;width:6px;height:6px;background:var(--s);border-radius:50%}
.art-detail-body blockquote{border-left:3px solid var(--a);padding:1rem 1.5rem;margin:2rem 0;background:var(--c);border-radius:0 var(--r) var(--r) 0}
.art-detail-body blockquote p{font-style:italic;font-size:17px;color:var(--t);margin:0}
.art-callout{background:var(--pl);border-radius:var(--r);padding:1.75rem;margin:2rem 0;border-left:3px solid var(--p)}
.art-callout h4{font-size:15px;font-weight:600;color:var(--t);margin-bottom:.5rem}
.art-callout p{font-size:14px;margin:0;line-height:1.65}
.art-back{display:inline-flex;align-items:center;gap:6px;font-size:14px;color:rgba(255,255,255,.55);cursor:pointer;margin-bottom:1.5rem;transition:color .18s}
.art-back:hover{color:#fff}
.art-back svg{width:16px;height:16px;stroke:currentColor;fill:none;stroke-width:2;stroke-linecap:round}
.art-detail-sidebar{position:sticky;top:88px;display:flex;flex-direction:column;gap:1.5rem}
.art-detail-layout{display:grid;grid-template-columns:1fr 300px;gap:4rem;max-width:1120px;margin:0 auto;padding:3.5rem 2rem}
.art-cta-box{background:var(--p);border-radius:var(--rl);padding:2rem;color:#fff}
.art-cta-box h4{font-family:'Lora',serif;font-size:18px;font-weight:400;margin-bottom:.75rem}
.art-cta-box p{font-size:14px;color:rgba(255,255,255,.65);margin-bottom:1.25rem;line-height:1.6}
.art-related h4{font-size:14px;font-weight:600;color:var(--t);margin-bottom:1rem}
.art-related-item{display:flex;gap:.875rem;cursor:pointer;padding:.75rem 0;border-bottom:1px solid var(--bd);transition:color .18s}
.art-related-item:last-child{border-bottom:none}
.art-related-item:hover h5{color:var(--p)}
.art-related-item img{width:60px;height:60px;border-radius:var(--r);object-fit:cover;flex-shrink:0}
.art-related-item h5{font-size:13px;font-weight:500;color:var(--t);line-height:1.4;margin-bottom:3px}
.art-related-item span{font-size:11px;color:var(--muted)}

/* ══════════════════════════════════════════
   COOKIE BANNER
══════════════════════════════════════════ */
#cookie-banner{position:fixed;bottom:0;left:0;right:0;z-index:2000;background:var(--t);color:rgba(255,255,255,.8);padding:1rem 2rem;display:flex;align-items:center;justify-content:space-between;gap:1.5rem;flex-wrap:wrap;box-shadow:0 -4px 20px rgba(0,0,0,.15);transform:translateY(0);transition:transform .3s ease}
#cookie-banner.hidden{transform:translateY(110%)}
#cookie-banner p{font-size:13px;color:rgba(255,255,255,.7);margin:0;flex:1;min-width:200px}
#cookie-banner a{color:var(--s);text-decoration:underline}
.cookie-btns{display:flex;gap:.75rem;flex-shrink:0}
.cookie-btn{padding:8px 20px;border-radius:100px;font-size:13px;font-weight:500;cursor:pointer;border:none;font-family:inherit;transition:all .18s}
.cookie-accept{background:var(--s);color:#fff}
.cookie-accept:hover{background:var(--p)}
.cookie-decline{background:transparent;color:rgba(255,255,255,.6);border:1px solid rgba(255,255,255,.2)}
.cookie-decline:hover{border-color:rgba(255,255,255,.4)}

/* ══════════════════════════════════════════
   FORM SUCCESS STATE
══════════════════════════════════════════ */
.form-success{display:none;background:var(--pl);border:1px solid var(--bd);border-radius:var(--rl);padding:2.5rem;text-align:center}
.form-success.on{display:block}
.form-success svg{width:48px;height:48px;stroke:var(--p);fill:none;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round;margin:0 auto 1.25rem}
.form-success h3{font-size:22px;color:var(--t);margin-bottom:.75rem}
.form-success p{font-size:15px;max-width:400px;margin:0 auto}
#cf-form.hidden{display:none}

/* ══════════════════════════════════════════
   CERT-ITEM TWO-LINE LAYOUT FIX
══════════════════════════════════════════ */
.cert-item{display:flex;align-items:flex-start;gap:.875rem;padding:1rem 1.25rem;background:#fff;border:1px solid var(--bd);border-radius:var(--r)}
.cert-item-text{display:flex;flex-direction:column;gap:2px}
.cert-item-text strong{font-size:14px;color:var(--t);font-weight:500;line-height:1.4}
.cert-item-text span{font-size:13px;color:var(--muted);line-height:1.5}

/* ══════════════════════════════════════════
   SKIP TO CONTENT
══════════════════════════════════════════ */
.skip-link{position:absolute;top:-100px;left:1rem;background:var(--p);color:#fff;padding:8px 16px;border-radius:var(--r);font-size:14px;font-weight:500;z-index:9999;transition:top .2s}
.skip-link:focus{top:1rem}

/* ══════════════════════════════════════════
   MOBILE HAMBURGER
══════════════════════════════════════════ */
.nav-toggle{display:none;flex-direction:column;gap:5px;cursor:pointer;padding:8px;border:none;background:none;z-index:1001}
.nav-toggle span{display:block;width:22px;height:2px;background:var(--t);border-radius:2px;transition:all .25s}
.nav-toggle.open span:nth-child(1){transform:translateY(7px) rotate(45deg)}
.nav-toggle.open span:nth-child(2){opacity:0}
.nav-toggle.open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}

/* ══════════════════════════════════════════
   CONSENT CHECKBOX
══════════════════════════════════════════ */
.fg-check{display:flex;align-items:flex-start;gap:.625rem;cursor:pointer}
.fg-check input[type="checkbox"]{width:16px;height:16px;min-width:16px;margin-top:2px;accent-color:var(--p);cursor:pointer}
.fg-check span{font-size:13px;color:var(--muted);line-height:1.5}
.fg-check a{color:var(--p);text-decoration:underline}

/* ══════════════════════════════════════════
   RESPONSIVE — TABLET (max 1024px)
══════════════════════════════════════════ */

/* ══════════════════════════════════════════
   MOBILE GLOBAL IMPROVEMENTS
══════════════════════════════════════════ */

/* Prevent text size adjustment on rotation */
html{-webkit-text-size-adjust:100%;text-size-adjust:100%}

/* Remove tap highlight on mobile */
*{-webkit-tap-highlight-color:transparent}

/* Smooth scrolling momentum on iOS */
.nlinks{-webkit-overflow-scrolling:touch}

/* Touch target minimum 44×44px for all interactive elements */
.btn{min-height:44px}
.bf-btn{min-height:40px}
.fq-q{min-height:52px}
.nav-toggle{min-width:44px;min-height:44px;display:none}
.aud-link{min-height:44px;display:inline-flex;align-items:center}
.ft-sb{width:40px;height:40px}

/* Prevent horizontal overflow */
body{overflow-x:hidden;width:100%}
.wrap{width:100%}

/* Image optimization */
img{height:auto;max-width:100%}

/* Form inputs — prevent iOS zoom on focus (font-size >= 16px) */
.fg input,.fg select,.fg textarea{font-size:16px}

/* Prevent double-tap zoom on buttons */
button,a,[role="button"]{touch-action:manipulation}

/* ══════════════════════════════════════════
   TABLET — iPad (768px–1024px)
══════════════════════════════════════════ */

/* ==========================================
   TABLET — iPad (768px–1024px)
========================================== */
@media(min-width:768px) and (max-width:1024px){
  .ni{height:80px;padding:0 1.5rem}
  .nlogo svg{height:44px}
  .nlinks{gap:1.5rem}
  .nlinks a{font-size:13px}
  .wrap{padding:0 1.5rem}
  .sec{padding:4rem 0}

  .hero-inner{grid-template-columns:1fr;gap:2rem;padding:4rem 1.5rem 3rem}
  .hero h1{font-size:36px}
  .hero-stats{flex-direction:row;gap:1rem;flex-wrap:wrap}
  .hs-card{flex:1;min-width:175px}
  .hs-num{font-size:36px}

  .problem-grid{grid-template-columns:1fr 1fr;gap:2rem}
  .problem-img img{height:360px}

  .audience-grid{grid-template-columns:1fr 1fr!important;gap:1.25rem}

  .roi-inner{grid-template-columns:1fr;gap:2rem}
  .roi-nums{gap:2.5rem}
  .rn-val{font-size:42px}

  .proc-grid{grid-template-columns:1fr 1fr;border-radius:var(--r)}
  .proc-step{border-right:none;border-bottom:1px solid var(--bd)}
  .proc-step:nth-child(2){border-right:1px solid var(--bd)}
  .proc-step:nth-child(3){border-right:none;border-bottom:none}
  .proc-step:nth-child(4){border-bottom:none}

  .why-grid{grid-template-columns:1fr 1fr;gap:1.25rem}
  .svc-grid{grid-template-columns:1fr 1fr;gap:1.25rem}

  .phsp{grid-template-columns:1fr;min-height:auto}
  .phsp-img{height:300px}
  .phsp-content{padding:3rem 2rem}

  .pricing-grid{grid-template-columns:1fr 1fr;gap:1.25rem}

  .founder-grid{grid-template-columns:1fr;gap:2rem}
  .founder-card{position:static}

  .mv-grid{grid-template-columns:1fr}

  .contact-grid{grid-template-columns:1fr;gap:2rem}

  .blog-featured{grid-template-columns:1fr}
  .bf-img{height:220px;min-height:220px}
  .bf-body{padding:2rem}
  .art-grid{grid-template-columns:1fr 1fr;gap:1.25rem}

  .ft-grid{grid-template-columns:1fr 1fr;gap:2rem}
  .ft-bot{flex-direction:column;align-items:flex-start;gap:.75rem}

  .cta-inner{padding:0 1.5rem}
  .cta-btns{flex-direction:column;align-items:center;gap:.75rem}

  [style*="grid-template-columns:1fr 300px"]{grid-template-columns:1fr!important}
  [style*="grid-template-columns:1fr 1fr"]{grid-template-columns:1fr!important}
  [style*="min-width:320px"]{min-width:auto!important;width:100%!important}
}

/* ==========================================
   MOBILE — max 768px
========================================== */
@media(max-width:768px){

  h1{font-size:26px!important;line-height:1.25}
  h2{font-size:21px!important;line-height:1.3}
  h3{font-size:17px!important}
  p{font-size:15px}

  .wrap{padding:0 1.1rem!important}
  .sec{padding:2.75rem 0!important}

  .nav-toggle{display:flex}
  .ni{height:72px;padding:0 1.1rem}
  .nlogo svg{height:32px;width:auto}
  .nlinks{
    display:none;flex-direction:column;gap:0;
    position:fixed;top:72px;left:0;right:0;bottom:0;
    background:rgba(255,255,255,.98);backdrop-filter:blur(14px);
    padding:1.25rem 1.1rem;overflow-y:auto;z-index:999
  }
  .nlinks.open{display:flex}
  .nlinks a{
    font-size:16px;padding:.875rem 0;
    border-bottom:1px solid var(--bd);
    color:var(--t);width:100%;text-decoration:none
  }
  .nlinks a.act::after{display:none}
  .ncta{
    background:var(--p)!important;border-radius:var(--r)!important;
    text-align:center;margin-top:1rem;padding:13px!important;
    font-size:15px!important;justify-content:center
  }

  .hero{min-height:auto}
  .hero-inner{grid-template-columns:1fr;padding:2.5rem 1.1rem 2.75rem;gap:2rem}
  .hero h1{font-size:25px!important;margin-bottom:1rem}
  .hero-sub{font-size:14px;line-height:1.65;margin-bottom:1.75rem}
  .hero-ctas{flex-direction:column;gap:.625rem;margin-bottom:1.75rem}
  .hero-ctas .btn,.hero-ctas a{width:100%!important;justify-content:center;font-size:14px;padding:13px 20px}
  .hero-trust{flex-direction:column;gap:.375rem}
  .htag{font-size:11px}
  .hero-stats{flex-direction:column;gap:.875rem}
  .hs-card{padding:1.25rem 1.5rem}
  .hs-num{font-size:36px}
  .hs-lbl{font-size:13px}

  .trust-bar{overflow:hidden}
  .trust-inner{justify-content:flex-start;overflow-x:auto;flex-wrap:nowrap;padding:0 1.1rem;gap:1.25rem;-webkit-overflow-scrolling:touch;scrollbar-width:none}
  .trust-inner::-webkit-scrollbar{display:none}
  .trust-item{white-space:nowrap;flex-shrink:0;font-size:12px}

  .problem-grid,.audience-grid,.mv-grid,.contact-grid,.pricing-grid,.case-grid,.founder-grid,.g2,.g3,.g4{grid-template-columns:1fr!important;gap:1.25rem!important}

  .problem-img img{height:220px}
  .problem-img-badge{bottom:.75rem;left:.75rem}
  .pib-num{font-size:22px}
  .problem-stats{grid-template-columns:1fr 1fr;gap:.75rem;margin-top:1.5rem}
  .pstat{padding:1rem}
  .pstat-num{font-size:24px}

  .aud-img{height:160px}
  .aud-body{padding:1.25rem 1.5rem 1.75rem}
  .aud-body h3{font-size:16px}
  .aud-body p{font-size:14px;margin-bottom:1rem}

  .roi{padding:3rem 0}
  .roi-inner{grid-template-columns:1fr!important;gap:1.75rem}
  .roi-text h2{font-size:20px}
  .roi-nums{flex-wrap:wrap;gap:1.5rem}
  .rn-val{font-size:36px}
  .rn-lbl{font-size:12px}

  .proc-grid{grid-template-columns:1fr 1fr!important;border-radius:var(--r)}
  .proc-step{border-right:none!important;border-bottom:1px solid var(--bd);padding:1.5rem 1.25rem}
  .proc-step:nth-child(odd){border-right:1px solid var(--bd)!important}
  .proc-step:nth-child(3),.proc-step:nth-child(4){border-bottom:none}
  .proc-num{font-size:34px;margin-bottom:.5rem}
  .proc-step h3{font-size:14px}
  .proc-step p{font-size:13px}

  .why-grid{grid-template-columns:1fr!important;gap:1rem}
  .why-card{padding:1.5rem}
  .why-card:hover{transform:none;box-shadow:var(--sh)}

  .svc-grid{grid-template-columns:1fr!important;gap:1rem}
  .svc-card{padding:1.75rem}
  .svc-card:hover{transform:none;box-shadow:var(--sh)}

  .phsp{grid-template-columns:1fr!important;min-height:auto}
  .phsp-img{height:220px}
  .phsp-content{padding:2.25rem 1.25rem}

  .pc{padding:1.5rem}
  .pc.ft{margin-top:1.25rem}
  .pc h3{font-size:19px}
  .pc-sub{font-size:13px}
  .pc-feat li{font-size:13px}
  .pilot-box{flex-direction:column;gap:.75rem;padding:1.25rem}

  .case-card{padding:1.5rem}
  .case-card::before{font-size:56px;top:.25rem;left:1.25rem}
  .case-quote{font-size:14px}

  .zorg-grid{grid-template-columns:1fr 1fr!important;gap:.875rem}
  .zorg-item{padding:1.25rem}
  .zorg-disclaimer{padding:.875rem 1rem}

  .cert-list{gap:.625rem}
  .cert-item{padding:.875rem 1rem}

  .founder-grid{grid-template-columns:1fr!important;gap:1.5rem}
  .founder-card{position:static}
  .founder-img{height:220px}
  .founder-body{padding:1.25rem 1.5rem 1.5rem}
  .founder-text p{font-size:15px}

  .mv-grid{grid-template-columns:1fr!important;gap:1rem}
  .mv-card{padding:2rem 1.5rem}

  .values-list{gap:1rem;margin-top:2rem}
  .val-item{padding:1rem 1.1rem;gap:1rem}
  .val-item h4{font-size:14px}
  .val-item p{font-size:13px}

  .blog-featured{grid-template-columns:1fr!important}
  .bf-img{min-height:180px;height:180px}
  .bf-body{padding:1.5rem}
  .bf-body h2{font-size:18px}
  .bf-body p{font-size:14px}
  .art-grid{grid-template-columns:1fr!important;gap:1rem}
  .art-card:hover{transform:none;box-shadow:var(--sh)}
  .art-img{height:160px}
  .art-body{padding:1.25rem}
  .art-body h3{font-size:15px}
  .blog-filter{flex-wrap:nowrap;overflow-x:auto;-webkit-overflow-scrolling:touch;padding-bottom:.5rem;scrollbar-width:none}
  .blog-filter::-webkit-scrollbar{display:none}
  .bf-btn{flex-shrink:0}

  [style*="grid-template-columns:1fr 300px"]{grid-template-columns:1fr!important}
  [style*="grid-template-columns:1fr 1fr"]{grid-template-columns:1fr!important}
  [style*="min-width:320px"]{min-width:auto!important;width:100%!important}
  [style*="display:grid"]{gap:1.5rem!important}

  .contact-grid{grid-template-columns:1fr!important;gap:2rem}
  .contact-grid > div:last-child > div{padding:1.5rem!important}
  .cf-row{grid-template-columns:1fr!important}
  .expect-list{gap:.875rem;margin-top:1.25rem}
  .exp-item{gap:.75rem}
  .exp-num{width:28px;height:28px;min-width:28px;font-size:12px}
  .exp-item h4{font-size:14px}
  .exp-item p{font-size:13px}
  .contact-meta{margin-top:1.5rem;gap:1.25rem}

  .fq-q{padding:1rem 1.25rem;font-size:14px}
  .fq-a.op{padding:.875rem 1.25rem 1.125rem}

  .cta-wrap{padding:3.5rem 0}
  .cta-inner h2{font-size:21px}
  .cta-inner p{font-size:14px}
  .cta-btns{flex-direction:column;align-items:stretch;gap:.625rem}
  .cta-btns .btn,.cta-btns a{width:100%!important;justify-content:center}
  .cta-note{font-size:12px}

  .ph{padding:2.5rem 0 2rem}
  .ph h1{font-size:24px}
  .ph p{font-size:15px}
  .ph-inner{max-width:100%}

  .ft-grid{grid-template-columns:1fr!important;gap:1.75rem;margin-bottom:2.5rem}
  .ft-tagline{font-size:13px;margin-bottom:1.25rem}
  .ft-col h4{margin-bottom:.875rem}
  .ft-col a{font-size:13px;margin-bottom:7px}
  .ft-bot{flex-direction:column;gap:.625rem;align-items:flex-start;padding-top:1.25rem}
  .ft-bot p{font-size:11px}
  .ft-bot-links{flex-wrap:wrap;gap:.75rem}
  .ft-bot-links a{font-size:11px}
  .ft-soc{gap:.625rem}
  .ft-sb{width:36px;height:36px}

  #cookie-banner{padding:.875rem 1.1rem;gap:1rem;flex-direction:column;align-items:flex-start}
  #cookie-banner p{font-size:12px}
  .cookie-btns{flex-direction:row;width:100%;gap:.5rem}
  .cookie-btn{flex:1;text-align:center;padding:9px 12px;font-size:13px}
}

@media(max-width:480px){
  .wrap{padding:0 1rem!important}
  h1{font-size:23px!important}
  h2{font-size:19px!important}
  .hero-inner{padding:2rem 1rem 2.5rem}
  .hero h1{font-size:23px!important}
  .proc-grid{grid-template-columns:1fr!important}
  .proc-step{border-right:none!important}
  .proc-step:nth-child(4){border-bottom:none!important}
  .proc-step:nth-child(3){border-bottom:1px solid var(--bd)!important}
  .zorg-grid{grid-template-columns:1fr!important}
  .problem-stats{grid-template-columns:1fr 1fr}
  .why-grid,.svc-grid{grid-template-columns:1fr!important}
  .phsp-content{padding:2rem 1rem}
  .mv-card{padding:1.5rem}
  .cta-wrap{padding:3rem 0}
  .cookie-btns{flex-direction:column}
  .cookie-btn{width:100%}
  .hero-ctas .btn{font-size:13px;padding:12px 16px}
  .hs-num{font-size:32px}
  .rn-val{font-size:32px}
}

@supports(padding-bottom:env(safe-area-inset-bottom)){
  footer{padding-bottom:calc(2rem + env(safe-area-inset-bottom))}
  #cookie-banner{padding-bottom:calc(.875rem + env(safe-area-inset-bottom))}
  .nlinks{padding-bottom:calc(1.25rem + env(safe-area-inset-bottom))}
}