
:root{
  --blue:#0f82bd;
  --blue-dark:#076fa4;
  --blue-light:#38a9e8;
  --navy:#06111d;
  --navy-2:#0b2034;
  --ink:#0b1726;
  --muted:#607084;
  --line:#e5edf4;
  --bg:#f5f8fb;
  --white:#ffffff;
  --shadow:0 24px 70px rgba(7,28,48,.12);
  --shadow-soft:0 14px 34px rgba(7,28,48,.08);
  --radius:22px;
  --max:1180px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,Segoe UI,Arial,sans-serif;background:var(--bg);color:var(--ink);line-height:1.55;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}
a{text-decoration:none;color:inherit}
img{max-width:100%;display:block}
.container{width:100%;max-width:var(--max);margin:0 auto;padding:0 20px}


.nav{background:rgba(255,255,255,.96);backdrop-filter:blur(18px);position:sticky;top:0;z-index:100;border-bottom:1px solid rgba(221,231,239,.9)}
.nav-inner{width:100%;max-width:1430px;margin:0 auto;min-height:70px;padding:10px 18px;display:flex;align-items:center;justify-content:space-between;gap:14px}
.logo{display:flex;align-items:center;flex:0 0 auto}.logo img{width:92px;height:auto;background:transparent!important;border:0!important;box-shadow:none!important;border-radius:0!important}
.links{position:absolute;left:14px;right:14px;top:75px;background:#fff;border:1px solid var(--line);border-radius:18px;padding:10px;display:none;box-shadow:0 22px 50px rgba(9,31,50,.16);font-weight:800;z-index:101}
.links a{display:block;padding:14px 13px;border-radius:12px;color:#0d1b2b;font-size:15px}
.links a:hover{background:#f0f7fc;color:var(--blue)}
.nav.open .links{display:block}.nav>.nav-inner>.btn{display:none}.hamb{display:grid;place-items:center;width:42px;height:42px;border-radius:12px;border:1px solid var(--line);background:#fff;color:#0b1d2e;font-size:22px;line-height:1;cursor:pointer}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;background:var(--blue);color:#fff;padding:14px 21px;border-radius:12px;font-weight:900;border:1px solid transparent;box-shadow:0 14px 30px rgba(15,130,189,.24);transition:.22s;text-align:center;line-height:1.1}.btn:hover{transform:translateY(-2px);background:var(--blue-dark)}.btn.ghost{background:rgba(255,255,255,.08);border-color:rgba(255,255,255,.45);box-shadow:none}.btn.light{background:#fff;color:#0b1d2e;border-color:#dbe7ef;box-shadow:0 14px 30px rgba(9,31,50,.08)}


.hero{background:linear-gradient(180deg,rgba(6,17,29,.96) 0%,rgba(6,17,29,.84) 48%,rgba(6,17,29,.72) 100%),url('assets/hero-kitchen.jpg') center/cover no-repeat;color:#fff;position:relative;overflow:hidden}.hero:after{content:"";position:absolute;inset:auto -20% -35% -20%;height:320px;background:radial-gradient(circle,rgba(56,169,232,.23),transparent 62%);pointer-events:none}.hero-content{position:relative;z-index:1;padding:48px 0 38px}.eyebrow{letter-spacing:.14em;text-transform:uppercase;color:var(--blue-light);font-weight:950;font-size:12px}.hero h1{font-size:clamp(34px,10.5vw,58px);line-height:.98;margin:14px 0 16px;max-width:760px;letter-spacing:-.055em}.hero h1 span{color:var(--blue-light);display:block}.lead{font-size:16px;max-width:650px;color:rgba(255,255,255,.9);margin:0}.hero-actions{display:grid;gap:12px;margin-top:24px}.hero-actions .btn{width:100%}
.stats{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:30px}.stat{padding:13px 12px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.12);border-radius:16px;backdrop-filter:blur(10px)}.stat b{display:block;font-size:24px;line-height:1;color:#fff;letter-spacing:-.02em}.stat small{display:block;font-size:9.5px;letter-spacing:.08em;text-transform:uppercase;color:rgba(255,255,255,.82);margin-top:5px;font-weight:800}


.loop{background:linear-gradient(180deg,#f8fcff,#edf5fb);padding:42px 0}.loop-grid{display:grid;gap:28px;align-items:center}.loop h2{font-size:clamp(28px,7vw,42px);line-height:1.08;margin:8px 0 0;letter-spacing:-.04em}.flow{display:grid;grid-template-columns:1fr;gap:12px}.bubble{display:grid;grid-template-columns:56px 1fr;align-items:center;gap:13px;background:rgba(255,255,255,.78);border:1px solid rgba(220,234,244,.95);border-radius:18px;padding:12px;box-shadow:0 10px 25px rgba(8,34,55,.05)}.bubble .circle{width:54px;height:54px;border-radius:50%;background:linear-gradient(135deg,#89c9ef,#0877ad);display:grid;place-items:center;color:#fff;box-shadow:0 16px 32px rgba(15,130,189,.22)}.bubble .circle svg{width:30px;height:30px;fill:none;stroke:currentColor;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round}.bubble .circle .icon-img{display:block;width:28px;height:28px;object-fit:contain}.bubble .circle .ioeats-logo{width:42px;height:24px}.bubble .ioeats-mark svg{width:38px;height:30px}.bubble b{display:block;font-size:17px;line-height:1.1}.bubble small{display:block;color:#304256;font-size:13px;margin-top:2px}.arrow{display:none}


.pathways{padding:24px 0 60px}.cards{display:grid;grid-template-columns:1fr;gap:18px}.path-card{min-height:265px;border:1px solid var(--line);border-radius:20px;background:#fff;overflow:hidden;position:relative;box-shadow:var(--shadow-soft);transition:.25s}.path-card:hover{transform:translateY(-5px);box-shadow:var(--shadow)}.path-card::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(255,255,255,.98) 0%,rgba(255,255,255,.93) 50%,rgba(255,255,255,.62) 100%)}.path-card img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.path-card .copy{position:relative;z-index:1;padding:28px 22px;max-width:95%}.kicker{font-size:12px;font-weight:950;color:#006fac;text-transform:uppercase;letter-spacing:.08em}.path-card h3{font-size:24px;line-height:1.1;margin:12px 0}.path-card p{font-size:14px;color:#263648;max-width:360px;margin:0}.link{color:#006fac;font-weight:900;display:inline-block;margin-top:16px}.section{padding:64px 0}.section h2{font-size:clamp(31px,8vw,48px);line-height:1.07;letter-spacing:-.04em;margin:0 0 16px}.section .intro{max-width:760px;font-size:17px;color:#526174;margin:0}.dark-section{background:#06111d;color:#fff}.dark-section .intro{color:rgba(255,255,255,.74)}.grid-4{display:grid;grid-template-columns:1fr;gap:16px;margin-top:30px}.tile{background:#fff;border:1px solid var(--line);border-radius:18px;padding:22px;box-shadow:0 12px 28px rgba(9,31,50,.05)}.dark-section .tile{background:rgba(255,255,255,.06);border-color:rgba(255,255,255,.13)}.tile h3{margin:8px 0 8px;font-size:20px}.tile p{color:#5e6d7d;margin:0}.dark-section .tile p{color:rgba(255,255,255,.68)}.number{width:34px;height:34px;border-radius:50%;display:grid;place-items:center;background:#e8f5fd;color:var(--blue);font-weight:950}.dark-section .number{background:rgba(59,169,232,.17);color:#7fd0ff}.verticals{display:grid;grid-template-columns:1fr;gap:14px;margin-top:30px}.vertical{background:#fff;border:1px solid var(--line);border-radius:18px;padding:22px;box-shadow:0 10px 24px rgba(9,31,50,.04)}.vertical b{display:block;font-size:18px;margin-bottom:6px}.vertical p{margin:0;color:#5c6978}.cta-band{background:linear-gradient(135deg,#062033,#0f82bd);color:#fff;border-radius:24px;padding:30px 22px;margin-top:32px;display:grid;gap:20px;overflow:hidden;position:relative}.cta-band:before{content:"";position:absolute;right:-60px;top:-90px;width:240px;height:240px;border-radius:50%;background:rgba(255,255,255,.12)}.cta-band>*{position:relative}.cta-band h3{font-size:30px;line-height:1.1;margin:0 0 8px}.cta-band p{margin:0;color:rgba(255,255,255,.78)}.investor-brief-cta{margin-top:34px;text-align:center}.brands{display:flex;flex-wrap:wrap;gap:10px;margin-top:28px}.brand-pill{background:#fff;border:1px solid var(--line);border-radius:999px;padding:11px 15px;font-weight:900;color:#1c2c3b;font-size:14px}.timeline{display:grid;grid-template-columns:1fr;gap:16px;margin-top:30px}.time-card{background:#fff;padding:22px;border-radius:18px;border-top:4px solid var(--blue);box-shadow:0 12px 28px rgba(9,31,50,.05)}.time-card b{font-size:25px;color:var(--blue)}.time-card h3{margin:8px 0}.time-card p{margin:0;color:#5c6978}


.page-hero{padding:70px 0;background:radial-gradient(circle at 75% 0%,rgba(59,169,232,.22),transparent 35%),#06111d;color:#fff}.page-hero h1{font-size:clamp(38px,10vw,62px);max-width:820px;letter-spacing:-.055em;line-height:1.02;margin:12px 0 0}.split{display:grid;grid-template-columns:1fr;gap:34px;align-items:center}.proof{background:#eaf5fc;border-left:5px solid var(--blue);padding:22px;border-radius:14px}.form{display:grid;gap:14px;margin-top:28px}.form input,.form textarea,.form select{width:100%;padding:15px;border-radius:12px;border:1px solid #dbe7ef;font:inherit}.form textarea{min-height:140px}.social-card{margin-top:24px;background:#fff;border:1px solid var(--line);border-radius:18px;padding:22px;box-shadow:0 12px 28px rgba(9,31,50,.05)}.social-links{display:flex;gap:12px;flex-wrap:wrap;margin-top:12px}.social-links a{font-weight:900;color:var(--blue)}.hidden{display:none!important}.brand-showcase{display:grid;grid-template-columns:1fr;gap:18px;margin-top:34px}.brand-card{background:#fff;border:1px solid var(--line);border-radius:22px;padding:24px;box-shadow:0 14px 34px rgba(9,31,50,.06);position:relative;overflow:hidden}.brand-card:after{content:"";position:absolute;right:-40px;top:-40px;width:120px;height:120px;border-radius:50%;background:rgba(15,130,189,.08)}.brand-card h3{margin:0 0 10px;font-size:22px}.brand-card p{color:#5e6d7d;margin:0}.brand-list{display:flex;flex-wrap:wrap;gap:9px;margin-top:16px}.brand-chip{border:1px solid var(--line);border-radius:999px;padding:8px 12px;font-weight:800;background:#f8fbfd;font-size:13px}


.footer{background:#09111b;color:#fff;padding:48px 0}.footer-grid{display:grid;grid-template-columns:1fr;gap:34px}.footer img{width:104px;background:transparent!important;border-radius:0!important}.footer p,.footer a{color:rgba(255,255,255,.68)}.footer a:hover{color:#fff}.footer h3{margin-top:0}


@media(max-width:520px){
  .container{padding-left:17px;padding-right:17px}.nav-inner{min-height:64px;padding:9px 16px}.logo img{width:82px}.hamb{width:40px;height:40px;border-radius:11px}.links{top:68px;left:10px;right:10px}.hero-content{padding:36px 0 30px}.hero h1{font-size:34px;line-height:1.02;margin:12px 0 13px}.lead{font-size:14.5px}.hero-actions{margin-top:20px}.btn{padding:13px 16px;border-radius:11px}.stats{margin-top:22px;gap:8px}.stat{padding:11px 10px;border-radius:14px}.stat b{font-size:22px}.stat small{font-size:8.7px}.loop{padding:34px 0}.loop h2{font-size:27px}.flow{gap:10px}.bubble{grid-template-columns:50px 1fr;padding:10px;border-radius:16px}.bubble .circle{width:48px;height:48px}.bubble .circle svg{width:26px;height:26px}.bubble .circle .icon-img{width:24px;height:24px}.bubble .circle .ioeats-logo{width:38px;height:22px}.bubble .ioeats-mark svg{width:34px;height:26px}.pathways{padding:18px 0 48px}.path-card{min-height:240px;border-radius:18px}.path-card .copy{padding:24px 20px}.path-card h3{font-size:22px}.section{padding:52px 0}.grid-4,.verticals,.timeline{margin-top:24px}.tile,.vertical,.time-card{padding:20px}.page-hero{padding:56px 0}.footer{padding:42px 0}.footer-grid{gap:24px}
}
@media(max-width:380px){.hero h1{font-size:31px}.stats{grid-template-columns:1fr 1fr}.stat b{font-size:20px}.stat small{font-size:8px}.bubble{grid-template-columns:46px 1fr}.bubble .circle{width:44px;height:44px}}


@media(min-width:640px){
  .container{padding:0 28px}.hero-actions{display:flex;flex-wrap:wrap}.hero-actions .btn{width:auto}.stats{grid-template-columns:repeat(3,minmax(0,1fr))}.cards{grid-template-columns:repeat(2,1fr)}.grid-4{grid-template-columns:repeat(2,1fr)}.timeline{grid-template-columns:repeat(2,1fr)}.verticals{grid-template-columns:repeat(2,1fr)}.brand-showcase{grid-template-columns:repeat(2,1fr)}
}


@media(min-width:1024px){
  .container{padding:0 36px}.nav-inner{min-height:92px;padding:0 48px}.logo img{width:135px}.hamb{display:none}.links{position:static;display:flex!important;align-items:center;justify-content:center;gap:28px;background:transparent;border:0;border-radius:0;padding:0;box-shadow:none;flex:1}.links a{display:inline-flex;padding:0;color:#152536;font-size:14px;white-space:nowrap}.links a:hover{background:transparent;color:var(--blue)}.nav>.nav-inner>.btn{display:inline-flex;flex:0 0 auto}.hero{min-height:590px;background:linear-gradient(90deg,#06111d 0%,#06111d 34%,rgba(6,17,29,.82) 48%,rgba(6,17,29,.1) 75%),url('assets/hero-kitchen.jpg') center right/cover no-repeat}.hero-content{padding:90px 0 70px}.hero h1{font-size:72px;max-width:760px;letter-spacing:-.06em}.lead{font-size:19px;max-width:660px}.hero-actions{margin-top:32px}.stats{display:flex;grid-template-columns:none;gap:36px;flex-wrap:wrap;margin-top:54px}.stat{background:transparent;border:0;border-radius:0;padding:0;backdrop-filter:none}.stat b{font-size:34px}.stat small{font-size:11px;margin-top:6px}.loop{padding:58px 0}.loop-grid{grid-template-columns:1fr 2fr;gap:56px}.loop h2{font-size:36px}.flow{display:flex;grid-template-columns:none;justify-content:space-between;align-items:center;gap:18px}.bubble{display:grid;grid-template-columns:1fr;place-items:center;text-align:center;gap:0;background:transparent;border:0;border-radius:0;padding:0;box-shadow:none;min-width:112px}.bubble .circle{width:78px;height:78px}.bubble .circle svg{width:38px;height:38px}.bubble .circle .icon-img{width:34px;height:34px}.bubble .circle .ioeats-logo{width:56px;height:30px}.bubble .ioeats-mark svg{width:50px;height:38px}.bubble b{margin-top:12px;font-size:18px}.bubble small{font-size:13px;color:#2e3e50}.arrow{display:block;font-size:28px;color:#1b2d42;opacity:.75}.cards{grid-template-columns:repeat(3,1fr);gap:20px}.pathways{padding:42px 0 80px}.path-card{min-height:340px;border-radius:8px}.path-card::after{background:linear-gradient(90deg,rgba(255,255,255,.98) 0%,rgba(255,255,255,.88) 44%,rgba(255,255,255,.08) 100%)}.path-card img{position:absolute;right:0;left:auto;top:0;width:62%;height:100%;object-fit:cover}.path-card .copy{padding:42px 26px;max-width:58%}.path-card h3{font-size:28px}.path-card p{font-size:15px}.section{padding:92px 0}.section h2{font-size:54px}.section .intro{font-size:19px}.grid-4{grid-template-columns:repeat(4,1fr);gap:18px}.verticals{grid-template-columns:repeat(2,1fr);gap:18px}.timeline{grid-template-columns:repeat(4,1fr);gap:18px}.cta-band{padding:48px;display:flex;align-items:center;justify-content:space-between;gap:30px}.cta-band h3{font-size:42px}.footer{padding:62px 0}.footer-grid{grid-template-columns:1.4fr 1fr 1fr}.split{grid-template-columns:1fr 1fr;gap:52px}.page-hero{padding:96px 0}.brand-showcase{grid-template-columns:repeat(3,1fr)}
}
@media(min-width:1280px){.links{gap:38px}.nav-inner{min-height:106px}.logo img{width:145px}.hero h1{font-size:78px}.stats{gap:48px}}



.bubble .circle .icon-img{
  display:block;
  object-fit:contain;
  transform-origin:center;
}
.bubble .circle .brand-icon{
  width:33px;
  height:33px;
  transform:translateY(0.5px);
}
.bubble .circle .kitchen-icon{
  width:35px;
  height:35px;
  transform:translateY(1px);
}
.bubble .circle .customer-icon{
  width:38px;
  height:38px;
  transform:translateY(1px);
}
.bubble .circle .ioeats-logo{
  width:54px;
  height:31px;
  transform:translateY(1px);
}

@media(max-width:600px){
  .bubble .circle .brand-icon{
    width:27px;
    height:27px;
  }
  .bubble .circle .kitchen-icon{
    width:29px;
    height:29px;
  }
  .bubble .circle .customer-icon{
    width:31px;
    height:31px;
  }
  .bubble .circle .ioeats-logo{
    width:43px;
    height:25px;
  }
}

@media(min-width:1000px){
  .bubble .circle .brand-icon{
    width:42px;
    height:42px;
  }
  .bubble .circle .kitchen-icon{
    width:45px;
    height:45px;
  }
  .bubble .circle .customer-icon{
    width:48px;
    height:48px;
  }
  .bubble .circle .ioeats-logo{
    width:66px;
    height:37px;
  }
}



.page-hero .btn{margin-top:24px;display:inline-flex}
.form-note{display:none}
.brands-hero{background:radial-gradient(circle at 72% 0%,rgba(59,169,232,.20),transparent 34%),#06111d}
.brand-metrics{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:28px}
.metric-card{background:#fff;border:1px solid var(--line);border-radius:18px;padding:22px;box-shadow:0 12px 28px rgba(9,31,50,.05)}
.metric-card b{display:block;font-size:34px;line-height:1;color:var(--blue);margin-bottom:8px}
.metric-card span{display:block;color:#5c6978;font-weight:700}
.family-grid{display:grid;grid-template-columns:1fr;gap:18px;margin-top:34px}
.family-card{background:#fff;border:1px solid var(--line);border-radius:22px;padding:24px;box-shadow:0 14px 34px rgba(9,31,50,.06)}
.family-head{display:flex;align-items:center;gap:14px;margin-bottom:10px}
.family-head span{width:34px;height:34px;border-radius:50%;display:grid;place-items:center;background:#e8f5fd;color:var(--blue);font-weight:900}
.family-head h3{margin:0;font-size:24px}
.family-card p{margin:0;color:#5e6d7d}
.logo-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:18px}
.logo-slot{height:70px;border-radius:14px;border:1px dashed #c9d9e5;background:#f8fbfd;display:grid;place-items:center;color:#6a7b8c;font-weight:800;font-size:13px;text-align:center;padding:6px}
.logo-slot.featured{background:linear-gradient(135deg,#f3faff,#e5f3fb);border-style:solid;color:#0b5880}
.logo-wall-panel{background:#fff;border:1px solid var(--line);border-radius:24px;padding:28px;box-shadow:0 14px 34px rgba(9,31,50,.06);margin-top:30px}
.logo-wall{display:grid;grid-template-columns:repeat(2,1fr);gap:10px;margin-top:20px}
.logo-tile{height:74px;border-radius:16px;background:#f7fbfe;border:1px solid #dde8f0;display:grid;place-items:center;color:#708292;font-weight:800}
@media(min-width:760px){
  .family-grid{grid-template-columns:repeat(2,1fr)}
  .logo-wall{grid-template-columns:repeat(4,1fr)}
}
@media(min-width:1024px){
  .brand-metrics{grid-template-columns:repeat(3,1fr)}
  .logo-grid{grid-template-columns:repeat(4,1fr)}
  .logo-wall{grid-template-columns:repeat(6,1fr)}
}
@media(max-width:640px){
  .brand-metrics{grid-template-columns:1fr}
  .metric-card b{font-size:28px}
  .family-head h3{font-size:21px}
  .logo-grid{grid-template-columns:repeat(2,1fr)}
  .logo-wall-panel{padding:22px}
}


.brands-hero-final{background:radial-gradient(circle at 78% 0%,rgba(59,169,232,.18),transparent 34%),linear-gradient(135deg,#06111d 0%,#0b2034 100%)}
.brand-final-intro{display:grid;grid-template-columns:1fr;gap:22px;align-items:end;margin-bottom:26px}
.final-brand-metrics{margin-top:10px;margin-bottom:28px}
.featured-brand-panel{background:linear-gradient(135deg,#06111d,#0b2034);color:#fff;border-radius:28px;padding:28px;margin:32px 0;overflow:hidden;position:relative}
.featured-brand-panel:after{content:"";position:absolute;right:-120px;top:-120px;width:320px;height:320px;border-radius:50%;background:rgba(59,169,232,.13)}
.featured-brand-panel>*{position:relative;z-index:1}.featured-brand-panel h2{color:#fff;margin:8px 0 0;font-size:clamp(28px,6vw,46px);line-height:1.05}
.featured-brand-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;margin-top:24px}
.featured-brand{background:rgba(255,255,255,.94);border:1px solid rgba(255,255,255,.16);border-radius:18px;min-height:118px;padding:14px;display:grid;place-items:center;gap:8px}
.featured-brand img{max-width:100%;max-height:72px;object-fit:contain}.featured-brand span{color:#1b2d42;font-weight:900;font-size:12px;text-align:center}
.brand-family-stack{display:grid;gap:18px;margin-top:28px}.brand-family{background:#fff;border:1px solid var(--line);border-radius:24px;box-shadow:0 14px 34px rgba(9,31,50,.06);padding:22px;display:grid;grid-template-columns:1fr;gap:18px}
.brand-family-copy{display:grid;gap:8px;align-content:start}.family-number{width:38px;height:38px;border-radius:50%;display:grid;place-items:center;background:#e8f5fd;color:var(--blue);font-weight:950}
.brand-family h3{margin:0;font-size:24px;line-height:1.1}.brand-family p{margin:0;color:#5e6d7d}.brand-logo-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}
.brand-logo-tile{min-height:110px;border-radius:18px;border:1px solid #dde8f0;background:#f8fbfd;padding:12px;display:grid;grid-template-rows:1fr auto;gap:8px;align-items:center;justify-items:center;transition:.22s}
.brand-logo-tile:hover{transform:translateY(-3px);box-shadow:0 16px 30px rgba(9,31,50,.08);background:#fff}.brand-logo-tile img{max-width:100%;max-height:70px;object-fit:contain}.brand-logo-tile span{font-size:11px;color:#5d6f80;font-weight:900;text-align:center}
.complete-logo-wall{background:#fff;border:1px solid var(--line);border-radius:28px;box-shadow:0 14px 34px rgba(9,31,50,.06);padding:24px;margin-top:30px}
.complete-logo-wall h2{margin:8px 0 12px;font-size:clamp(28px,6vw,46px);line-height:1.08}.brand-wall-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;margin-top:24px}
.brand-wall-tile{height:104px;border-radius:16px;background:#f8fbfd;border:1px solid #dde8f0;display:grid;place-items:center;padding:12px}.brand-wall-tile img{max-width:100%;max-height:76px;object-fit:contain}
@media(min-width:760px){.brand-final-intro{grid-template-columns:1.3fr auto}.featured-brand-grid{grid-template-columns:repeat(4,1fr)}.brand-logo-grid{grid-template-columns:repeat(3,1fr)}.brand-wall-grid{grid-template-columns:repeat(4,1fr)}}
@media(min-width:1024px){.featured-brand-panel{padding:38px}.brand-family{grid-template-columns:330px 1fr;gap:28px;padding:28px}.brand-logo-grid{grid-template-columns:repeat(4,1fr)}.brand-wall-grid{grid-template-columns:repeat(6,1fr)}.complete-logo-wall{padding:34px}}
@media(max-width:520px){.featured-brand-grid{grid-template-columns:1fr 1fr}.featured-brand{min-height:102px;padding:12px}.featured-brand img{max-height:58px}.brand-logo-grid{grid-template-columns:1fr 1fr;gap:10px}.brand-logo-tile{min-height:96px;padding:10px}.brand-logo-tile img{max-height:58px}.brand-wall-grid{grid-template-columns:1fr 1fr;gap:10px}.brand-wall-tile{height:94px;padding:10px}}


.brands-hero-wow{padding:48px 0 34px;background:radial-gradient(circle at 78% 2%,rgba(59,169,232,.20),transparent 24%),linear-gradient(135deg,#06111d 0%,#0a2135 100%);overflow:hidden}
.brands-hero-grid{display:grid;grid-template-columns:1fr;gap:26px;align-items:center}
.brands-hero-copy h1{color:#fff;font-size:clamp(42px,7vw,76px);line-height:.96;margin:.18em 0}
.brands-hero-copy p{color:rgba(235,244,250,.9);font-size:18px;line-height:1.6;max-width:760px}
.brands-hero-copy .eyebrow{color:#4fc1ff}
.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:24px}
.brand-stat-row{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:28px}
.brand-stat-row div{background:rgba(255,255,255,.08);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.12);border-radius:18px;padding:18px}
.brand-stat-row strong{display:block;color:#fff;font-size:28px;line-height:1;margin-bottom:8px}
.brand-stat-row span{display:block;color:rgba(226,240,248,.86);font-size:13px;font-weight:700}
.brand-hero-panel{background:linear-gradient(180deg,rgba(255,255,255,.1),rgba(255,255,255,.04));border:1px solid rgba(255,255,255,.12);border-radius:30px;padding:24px;position:relative;box-shadow:0 24px 70px rgba(0,0,0,.22)}
.brand-hero-badge{display:inline-flex;padding:8px 12px;border-radius:999px;background:rgba(79,193,255,.14);color:#dff5ff;font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.08em}
.brand-hero-wall{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;margin-top:18px}
.brand-chip{background:#fff;border:1px solid #dbe8f1;border-radius:20px;min-height:124px;padding:14px;display:grid;grid-template-rows:1fr auto;gap:8px;align-items:center;justify-items:center;box-shadow:0 12px 28px rgba(9,31,50,.05)}
.brand-chip.small{min-height:88px;border-radius:16px;padding:10px}
.brand-chip img{max-width:100%;max-height:66px;object-fit:contain}
.brand-chip.small img{max-height:44px}
.brand-chip span{font-size:11px;color:#5f7182;font-weight:900;text-align:center}
.brands-story-section{background:linear-gradient(180deg,#f6fafd 0%,#eef6fb 100%)}
.section-heading.split{display:grid;grid-template-columns:1fr;gap:18px;align-items:end;margin-bottom:26px}
.section-heading.split h2{margin:.15em 0 0;font-size:clamp(34px,5vw,56px);line-height:1.02}
.section-heading.split .intro{color:#627486;font-size:17px;max-width:640px}
.spotlight-grid{display:grid;grid-template-columns:1fr;gap:16px}
.spotlight-card{border-radius:28px;padding:24px;position:relative;overflow:hidden;min-height:240px;display:grid;grid-template-columns:1fr;align-items:end;box-shadow:0 18px 44px rgba(9,31,50,.08)}
.spotlight-card h3{margin:8px 0 8px;font-size:clamp(26px,4vw,38px);line-height:1.02}
.spotlight-card p{margin:0;color:#435567;font-size:15px;max-width:280px}
.spotlight-tag{display:inline-flex;padding:7px 10px;border-radius:999px;background:rgba(255,255,255,.72);color:#1b3b56;font-size:11px;font-weight:900;text-transform:uppercase;letter-spacing:.08em}
.spotlight-art{display:grid;place-items:end right;height:100%}
.spotlight-art img{max-width:100%;max-height:110px;object-fit:contain;filter:drop-shadow(0 10px 18px rgba(0,0,0,.08))}
.spotlight-1{background:linear-gradient(135deg,#ecfbff,#d8f4ff)}
.spotlight-2{background:linear-gradient(135deg,#fff6df,#ffe9a6)}
.spotlight-3{background:linear-gradient(135deg,#fff1dd,#ffd7b4)}
.spotlight-4{background:linear-gradient(135deg,#f5e9ff,#e7d4ff)}
.spotlight-5{background:linear-gradient(135deg,#ffe8e8,#ffd2d2)}
.spotlight-6{background:linear-gradient(135deg,#ecfff2,#d6f8e2)}
.family-nav-wrap{padding-top:20px}
.family-nav{display:flex;flex-wrap:wrap;gap:10px;position:sticky;top:82px;z-index:8;background:rgba(246,250,253,.92);backdrop-filter:blur(10px);padding:16px 0 18px}
.family-nav a{display:inline-flex;padding:12px 16px;border-radius:999px;background:#fff;border:1px solid #dbe8f1;color:#1d3349;text-decoration:none;font-weight:800;font-size:13px;transition:.2s}
.family-nav a:hover{background:#e9f6fd;color:#0f6fa7;border-color:#b7dbef}
.brand-collections{display:grid;gap:18px;margin-top:6px}
.brand-collection{background:#fff;border:1px solid #dbe8f1;border-radius:28px;padding:24px;box-shadow:0 16px 34px rgba(9,31,50,.05)}
.collection-intro{display:grid;grid-template-columns:auto 1fr;gap:16px;align-items:start;margin-bottom:18px}
.collection-number{width:40px;height:40px;border-radius:50%;display:grid;place-items:center;background:#e8f5fd;color:#0f7fbd;font-weight:900}
.collection-intro h3{margin:0 0 6px;font-size:30px;line-height:1.06}
.collection-intro p{margin:0;color:#627486;max-width:760px}
.collection-preview{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:18px}
.brand-showcase-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}
.brand-showcase-card{background:linear-gradient(180deg,#ffffff 0%,#f8fbfd 100%);border:1px solid #dde8f0;border-radius:20px;min-height:128px;padding:16px;display:grid;grid-template-rows:1fr auto;gap:8px;align-items:center;justify-items:center;transition:.22s}
.brand-showcase-card:hover{transform:translateY(-4px);box-shadow:0 18px 32px rgba(9,31,50,.08);border-color:#c6dce9}
.brand-showcase-card img{max-width:100%;max-height:72px;object-fit:contain}
.brand-showcase-card span{font-size:12px;color:#5d6f80;font-weight:900;text-align:center}
.brand-wall-section{background:linear-gradient(180deg,#eef6fb 0%,#f8fbfd 100%)}
.brand-wall-wow{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}
@media(min-width:760px){.brands-hero-grid{grid-template-columns:1.1fr .9fr;gap:32px}.section-heading.split{grid-template-columns:1fr auto}.spotlight-grid{grid-template-columns:repeat(2,1fr)}.brand-showcase-grid{grid-template-columns:repeat(3,1fr)}.brand-wall-wow{grid-template-columns:repeat(4,1fr)}}
@media(min-width:1100px){.brand-hero-wall{grid-template-columns:repeat(3,1fr)}.spotlight-grid{grid-template-columns:repeat(3,1fr)}.brand-collection{padding:28px}.brand-showcase-grid{grid-template-columns:repeat(4,1fr)}.brand-wall-wow{grid-template-columns:repeat(6,1fr)}}
@media(max-width:760px){.brands-hero-wow{padding-top:20px}.brand-stat-row{grid-template-columns:1fr}.family-nav{top:72px;overflow:auto;flex-wrap:nowrap;padding-bottom:14px}.family-nav a{white-space:nowrap}.collection-intro h3{font-size:24px}.brand-showcase-card{min-height:112px}.brand-showcase-card img{max-height:60px}.brand-chip{min-height:104px}}


.clean-brands-hero{
  background:
    radial-gradient(circle at 78% 0%, rgba(79,193,255,.20), transparent 30%),
    linear-gradient(135deg,#06111d 0%,#0b2034 100%);
  color:#fff;
  padding:70px 0 54px;
  overflow:hidden;
}
.clean-hero-inner{
  display:grid;
  grid-template-columns:1fr;
  gap:28px;
  align-items:end;
}
.clean-hero-copy h1{
  font-size:clamp(42px,7vw,78px);
  line-height:.96;
  letter-spacing:-.06em;
  margin:14px 0 18px;
  max-width:920px;
}
.clean-hero-copy p{
  color:rgba(235,244,250,.88);
  font-size:clamp(16px,2vw,20px);
  line-height:1.6;
  max-width:760px;
  margin:0;
}
.clean-brands-hero .eyebrow{
  color:#4fc1ff;
}
.clean-hero-metrics{
  display:grid;
  grid-template-columns:1fr;
  gap:12px;
}
.clean-hero-metrics div{
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.13);
  border-radius:20px;
  padding:20px;
  backdrop-filter:blur(10px);
}
.clean-hero-metrics strong{
  display:block;
  color:#fff;
  font-size:36px;
  line-height:1;
  margin-bottom:8px;
}
.clean-hero-metrics span{
  color:rgba(229,242,249,.86);
  font-weight:800;
  font-size:13px;
}
.clean-brands-section{
  background:linear-gradient(180deg,#f8fbfd 0%,#eef6fb 52%,#f8fbfd 100%);
}
.clean-brand-intro{
  display:grid;
  grid-template-columns:1fr;
  gap:18px;
  align-items:end;
  margin-bottom:28px;
}
.clean-brand-intro h2{
  font-size:clamp(34px,5vw,56px);
  line-height:1.03;
  letter-spacing:-.045em;
  margin:10px 0 0;
}
.clean-brand-intro .intro{
  color:#5e6f81;
  font-size:17px;
  max-width:640px;
  margin:0;
}
.clean-category-nav{
  display:flex;
  gap:10px;
  overflow:auto;
  padding:10px 0 22px;
  margin-bottom:8px;
  scrollbar-width:none;
}
.clean-category-nav::-webkit-scrollbar{
  display:none;
}
.clean-category-nav a{
  flex:0 0 auto;
  text-decoration:none;
  color:#193047;
  font-weight:900;
  font-size:13px;
  padding:12px 16px;
  background:#fff;
  border:1px solid #dbe8f1;
  border-radius:999px;
  box-shadow:0 8px 18px rgba(9,31,50,.04);
}
.clean-category-nav a:hover{
  background:#e8f5fd;
  border-color:#b9ddef;
  color:#0f78b5;
}
.clean-category-stack{
  display:grid;
  gap:18px;
}
.clean-category-card{
  background:#fff;
  border:1px solid #dbe8f1;
  border-radius:30px;
  padding:24px;
  box-shadow:0 16px 38px rgba(9,31,50,.06);
}
.clean-category-heading{
  display:grid;
  grid-template-columns:auto 1fr;
  gap:16px;
  align-items:start;
  margin-bottom:22px;
}
.clean-category-number{
  width:44px;
  height:44px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:#e8f5fd;
  color:#0f80bd;
  font-weight:950;
}
.clean-category-heading h3{
  margin:0 0 8px;
  font-size:clamp(24px,3vw,34px);
  line-height:1.06;
  letter-spacing:-.025em;
}
.clean-category-heading p{
  margin:0;
  color:#607286;
  line-height:1.55;
  max-width:760px;
}
.clean-logo-grid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:12px;
}
.clean-brand-tile{
  min-height:118px;
  border-radius:20px;
  border:1px solid #dfeaf2;
  background:linear-gradient(180deg,#ffffff 0%,#f8fbfd 100%);
  display:grid;
  grid-template-rows:1fr auto;
  align-items:center;
  justify-items:center;
  gap:8px;
  padding:16px 12px 14px;
  transition:.22s ease;
}
.clean-brand-tile:hover{
  transform:translateY(-3px);
  box-shadow:0 18px 34px rgba(9,31,50,.08);
  border-color:#c7deeb;
}
.clean-brand-tile img{
  max-width:100%;
  max-height:72px;
  object-fit:contain;
}
.clean-brand-tile span{
  font-size:12px;
  line-height:1.2;
  color:#5e7082;
  font-weight:900;
  text-align:center;
}
.clean-brand-note{
  margin:28px 0;
  background:#06111d;
  color:#fff;
  border-radius:28px;
  padding:28px;
  position:relative;
  overflow:hidden;
}
.clean-brand-note:after{
  content:"";
  position:absolute;
  right:-80px;
  top:-90px;
  width:240px;
  height:240px;
  border-radius:50%;
  background:rgba(79,193,255,.14);
}
.clean-brand-note h3,
.clean-brand-note p{
  position:relative;
  z-index:1;
}
.clean-brand-note h3{
  margin:0 0 8px;
  font-size:clamp(26px,4vw,38px);
  letter-spacing:-.035em;
}
.clean-brand-note p{
  margin:0;
  color:rgba(235,244,250,.78);
  max-width:720px;
}

@media(min-width:760px){
  .clean-hero-inner{
    grid-template-columns:1.35fr .65fr;
  }
  .clean-hero-metrics{
    grid-template-columns:1fr;
  }
  .clean-brand-intro{
    grid-template-columns:1.25fr .75fr;
  }
  .clean-logo-grid{
    grid-template-columns:repeat(3,1fr);
  }
}
@media(min-width:1100px){
  .clean-brands-hero{
    padding:98px 0 78px;
  }
  .clean-category-card{
    padding:34px;
  }
  .clean-logo-grid{
    grid-template-columns:repeat(4,1fr);
  }
}
@media(max-width:520px){
  .clean-brands-hero{
    padding:42px 0 36px;
  }
  .clean-category-card{
    padding:20px;
    border-radius:24px;
  }
  .clean-category-heading{
    grid-template-columns:1fr;
    gap:12px;
  }
  .clean-logo-grid{
    gap:10px;
  }
  .clean-brand-tile{
    min-height:104px;
    border-radius:17px;
    padding:12px 10px;
  }
  .clean-brand-tile img{
    max-height:58px;
  }
  .clean-brand-tile span{
    font-size:11px;
  }
}


.clean-brands-hero{
  padding-top:86px;
  padding-bottom:70px;
}
.clean-hero-copy h1{
  max-width:980px;
}
.clean-category-card{
  scroll-margin-top:110px;
}
.clean-category-heading p{
  font-size:16px;
}
.refined-brand-note{
  margin-top:34px;
}
.clean-brand-tile{
  background:#fff;
}
.clean-brand-tile img{
  filter:none;
}
@media(max-width:520px){
  .clean-brands-hero{
    padding-top:44px;
    padding-bottom:42px;
  }
}


.nav .links a[href="news.html"]{
  white-space:nowrap;
}
.news-hero{
  color:#fff;
  background:
    radial-gradient(circle at 80% 0%, rgba(79,193,255,.22), transparent 32%),
    linear-gradient(135deg,#06111d 0%,#0b2034 100%);
  padding:88px 0 72px;
  overflow:hidden;
}
.news-hero-grid{
  display:grid;
  grid-template-columns:1fr;
  gap:28px;
  align-items:end;
}
.news-hero .eyebrow{
  color:#4fc1ff;
}
.news-hero h1{
  font-size:clamp(44px,7vw,82px);
  line-height:.95;
  letter-spacing:-.06em;
  margin:14px 0 18px;
  max-width:920px;
}
.news-hero p{
  color:rgba(235,244,250,.88);
  font-size:clamp(16px,2vw,20px);
  line-height:1.6;
  max-width:760px;
  margin:0;
}
.news-proof-panel{
  display:grid;
  grid-template-columns:1fr;
  gap:12px;
}
.news-proof-panel div{
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.13);
  border-radius:22px;
  padding:20px;
  backdrop-filter:blur(10px);
}
.news-proof-panel strong{
  display:block;
  color:#fff;
  font-size:38px;
  line-height:1;
  margin-bottom:8px;
}
.news-proof-panel span{
  color:rgba(229,242,249,.86);
  font-size:13px;
  font-weight:800;
}
.news-feature-section{
  background:linear-gradient(180deg,#f8fbfd 0%,#eef6fb 100%);
}
.news-intro.split{
  display:grid;
  grid-template-columns:1fr;
  gap:18px;
  align-items:end;
  margin-bottom:26px;
}
.news-intro h2{
  font-size:clamp(34px,5vw,58px);
  line-height:1.02;
  letter-spacing:-.045em;
  margin:10px 0 0;
}
.news-intro .intro{
  color:#607286;
  font-size:17px;
  line-height:1.6;
  max-width:650px;
  margin:0;
}
.press-features{
  display:grid;
  grid-template-columns:1fr;
  gap:16px;
}
.press-feature{
  text-decoration:none;
  color:#fff;
  min-height:250px;
  border-radius:30px;
  padding:26px;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  background:
    radial-gradient(circle at 88% 12%, rgba(79,193,255,.22), transparent 34%),
    linear-gradient(135deg,#06111d,#0b2034);
  box-shadow:0 20px 50px rgba(9,31,50,.13);
  transition:.22s ease;
}
.press-feature:hover{
  transform:translateY(-4px);
  box-shadow:0 26px 65px rgba(9,31,50,.18);
}
.press-feature span{
  color:#a9dff7;
  font-size:12px;
  font-weight:900;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.press-feature strong{
  display:block;
  font-size:clamp(24px,4vw,36px);
  line-height:1.05;
  letter-spacing:-.035em;
  margin:22px 0;
}
.press-feature em{
  color:rgba(235,244,250,.8);
  font-style:normal;
  font-weight:800;
  font-size:13px;
}
.press-timeline-section{
  background:#06111d;
  padding:34px 0;
}
.press-timeline{
  display:grid;
  grid-template-columns:1fr;
  gap:14px;
}
.press-timeline div{
  border:1px solid rgba(255,255,255,.12);
  background:rgba(255,255,255,.06);
  border-radius:22px;
  padding:20px;
}
.press-timeline span{
  color:#4fc1ff;
  font-weight:950;
  font-size:13px;
}
.press-timeline strong{
  display:block;
  color:#fff;
  font-size:22px;
  margin:6px 0;
}
.press-timeline p{
  color:rgba(235,244,250,.74);
  margin:0;
  line-height:1.5;
}
.press-coverage-section{
  background:linear-gradient(180deg,#eef6fb 0%,#f8fbfd 100%);
}
.press-theme{
  margin-bottom:36px;
}
.press-theme-heading{
  display:grid;
  grid-template-columns:auto 1fr;
  gap:16px;
  align-items:start;
  margin-bottom:18px;
}
.press-theme-heading span{
  width:44px;
  height:44px;
  border-radius:50%;
  display:grid;
  place-items:center;
  background:#e8f5fd;
  color:#0f80bd;
  font-weight:950;
}
.press-theme-heading h2{
  margin:0 0 8px;
  font-size:clamp(28px,4vw,44px);
  line-height:1.05;
  letter-spacing:-.035em;
}
.press-theme-heading p{
  margin:0;
  color:#607286;
  max-width:780px;
  line-height:1.55;
}
.press-grid{
  display:grid;
  grid-template-columns:1fr;
  gap:14px;
}
.press-card{
  background:#fff;
  border:1px solid #dbe8f1;
  border-radius:24px;
  padding:22px;
  box-shadow:0 14px 34px rgba(9,31,50,.055);
  display:flex;
  flex-direction:column;
  min-height:270px;
  transition:.22s ease;
}
.press-card:hover{
  transform:translateY(-3px);
  box-shadow:0 20px 45px rgba(9,31,50,.09);
  border-color:#c4ddec;
}
.press-card-top{
  display:flex;
  justify-content:space-between;
  gap:12px;
  align-items:center;
  margin-bottom:14px;
}
.press-source{
  font-weight:950;
  color:#10263a;
}
.press-date{
  color:#758697;
  font-size:12px;
  font-weight:800;
}
.press-tier{
  width:max-content;
  max-width:100%;
  padding:7px 10px;
  border-radius:999px;
  background:#e8f5fd;
  color:#0e7bb8;
  font-size:11px;
  font-weight:950;
  text-transform:uppercase;
  letter-spacing:.06em;
  margin-bottom:16px;
}
.press-card h3{
  margin:0 0 12px;
  font-size:22px;
  line-height:1.14;
  letter-spacing:-.02em;
}
.press-card p{
  margin:0 0 18px;
  color:#607286;
  line-height:1.55;
  flex:1;
}
.press-card a{
  color:#0f80bd;
  font-weight:950;
  text-decoration:none;
}
.press-card a:hover{
  text-decoration:underline;
}
.news-cta{
  margin-top:18px;
}

@media(min-width:760px){
  .news-hero-grid{
    grid-template-columns:1.35fr .65fr;
  }
  .news-intro.split{
    grid-template-columns:1.15fr .85fr;
  }
  .press-features{
    grid-template-columns:repeat(3,1fr);
  }
  .press-timeline{
    grid-template-columns:repeat(3,1fr);
  }
  .press-grid{
    grid-template-columns:repeat(2,1fr);
  }
}
@media(min-width:1120px){
  .press-grid{
    grid-template-columns:repeat(3,1fr);
  }
}
@media(max-width:900px){
  .nav .links a[href="news.html"]{
    white-space:normal;
  }
}
@media(max-width:520px){
  .news-hero{
    padding:44px 0 40px;
  }
  .press-card{
    min-height:auto;
  }
  .press-feature{
    min-height:210px;
    border-radius:24px;
  }
  .press-theme-heading{
    grid-template-columns:1fr;
  }
}


.curated-news-hero{
  color:#fff;
  background:
    radial-gradient(circle at 82% 0%, rgba(79,193,255,.20), transparent 30%),
    linear-gradient(135deg,#06111d 0%,#0b2034 100%);
  padding:88px 0 70px;
}
.curated-news-hero-grid{
  display:grid;
  grid-template-columns:1fr;
  gap:28px;
  align-items:end;
}
.curated-news-hero .eyebrow{
  color:#4fc1ff;
}
.curated-news-hero h1{
  font-size:clamp(44px,7vw,82px);
  line-height:.94;
  letter-spacing:-.06em;
  margin:14px 0 18px;
  max-width:900px;
}
.curated-news-hero p{
  color:rgba(235,244,250,.88);
  font-size:clamp(16px,2vw,20px);
  line-height:1.6;
  max-width:760px;
  margin:0;
}
.curated-news-metrics{
  display:grid;
  grid-template-columns:1fr;
  gap:12px;
}
.curated-news-metrics div{
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.13);
  border-radius:22px;
  padding:20px;
}
.curated-news-metrics strong{
  display:block;
  color:#fff;
  font-size:38px;
  line-height:1;
  margin-bottom:8px;
}
.curated-news-metrics span{
  color:rgba(229,242,249,.86);
  font-size:13px;
  font-weight:850;
}
.curated-news-intro-section{
  background:linear-gradient(180deg,#f8fbfd 0%,#eef6fb 100%);
}
.curated-news-intro{
  display:grid;
  grid-template-columns:1fr;
  gap:18px;
  align-items:end;
  margin-bottom:24px;
}
.curated-news-intro h2{
  font-size:clamp(34px,5vw,58px);
  line-height:1.02;
  letter-spacing:-.045em;
  margin:10px 0 0;
}
.curated-news-intro .intro{
  color:#607286;
  font-size:17px;
  line-height:1.6;
  max-width:650px;
  margin:0;
}
.investor-signal-grid{
  display:grid;
  grid-template-columns:1fr;
  gap:14px;
}
.investor-signal-grid div{
  background:#fff;
  border:1px solid #dbe8f1;
  border-radius:24px;
  padding:24px;
  box-shadow:0 14px 34px rgba(9,31,50,.05);
}
.investor-signal-grid span{
  display:inline-grid;
  place-items:center;
  width:36px;
  height:36px;
  border-radius:50%;
  background:#e8f5fd;
  color:#0f80bd;
  font-weight:950;
  margin-bottom:16px;
}
.investor-signal-grid strong{
  display:block;
  font-size:22px;
  margin-bottom:8px;
}
.investor-signal-grid p{
  color:#607286;
  margin:0;
  line-height:1.5;
}
.curated-clippings-section{
  background:linear-gradient(180deg,#eef6fb 0%,#f8fbfd 100%);
}
.curated-clippings-stack{
  display:grid;
  gap:18px;
}
.curated-clip-card{
  background:#fff;
  border:1px solid #dbe8f1;
  border-radius:30px;
  padding:24px;
  display:grid;
  grid-template-columns:1fr;
  gap:18px;
  box-shadow:0 18px 44px rgba(9,31,50,.06);
  transition:.22s ease;
}
.curated-clip-card:hover{
  transform:translateY(-3px);
  box-shadow:0 24px 58px rgba(9,31,50,.10);
  border-color:#c4ddec;
}
.clip-index{
  width:48px;
  height:48px;
  border-radius:50%;
  display:grid;
  place-items:center;
  background:#06111d;
  color:#fff;
  font-weight:950;
}
.clip-kicker{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  align-items:center;
  margin-bottom:14px;
}
.clip-kicker span{
  color:#0f80bd;
  font-size:12px;
  font-weight:950;
  text-transform:uppercase;
  letter-spacing:.07em;
}
.clip-kicker em{
  color:#7a8997;
  font-style:normal;
  font-size:12px;
  font-weight:850;
}
.curated-clip-card h2{
  margin:0 0 12px;
  font-size:clamp(26px,4vw,42px);
  line-height:1.04;
  letter-spacing:-.035em;
}
.curated-clip-card p{
  margin:0 0 18px;
  color:#607286;
  line-height:1.6;
  max-width:900px;
}
.clip-signal{
  background:#f3f9fd;
  border:1px solid #dbeaf4;
  border-radius:18px;
  padding:16px;
  margin-bottom:18px;
}
.clip-signal strong{
  display:block;
  color:#10263a;
  margin-bottom:6px;
}
.clip-signal span{
  color:#5e7082;
  line-height:1.5;
}
.curated-clip-card a{
  color:#0f80bd;
  font-weight:950;
  text-decoration:none;
}
.curated-clip-card a:hover{
  text-decoration:underline;
}
@media(min-width:760px){
  .curated-news-hero-grid{
    grid-template-columns:1.35fr .65fr;
  }
  .curated-news-intro{
    grid-template-columns:1.15fr .85fr;
  }
  .investor-signal-grid{
    grid-template-columns:repeat(3,1fr);
  }
  .curated-clip-card{
    grid-template-columns:72px 1fr;
    padding:32px;
  }
}
@media(max-width:520px){
  .curated-news-hero{
    padding:44px 0 40px;
  }
  .curated-clip-card{
    border-radius:24px;
    padding:22px;
  }
}


.pressroom-hero{
  position:relative;
  color:#fff;
  background:
    radial-gradient(circle at 82% 6%, rgba(79,193,255,.20), transparent 30%),
    linear-gradient(135deg,#06111d 0%,#0b2034 100%);
  padding:98px 0 82px;
  overflow:hidden;
}
.pressroom-backdrop{
  position:absolute;
  right:-34px;
  top:18px;
  font-size:clamp(110px,18vw,270px);
  line-height:.8;
  font-weight:950;
  letter-spacing:-.08em;
  color:rgba(255,255,255,.035);
  pointer-events:none;
}
.pressroom-hero-grid{
  position:relative;
  z-index:1;
  display:grid;
  grid-template-columns:1fr;
  gap:34px;
  align-items:end;
}
.pressroom-copy .eyebrow{color:#4fc1ff}
.pressroom-copy h1{
  max-width:900px;
  margin:14px 0 18px;
  font-size:clamp(46px,7.4vw,88px);
  line-height:.92;
  letter-spacing:-.065em;
}
.pressroom-copy p{
  max-width:760px;
  color:rgba(235,244,250,.88);
  font-size:clamp(16px,2vw,20px);
  line-height:1.6;
  margin:0;
}
.pressroom-proof{
  display:grid;
  gap:14px;
}
.proof-large,
.proof-mini-grid div{
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.13);
  border-radius:26px;
  padding:24px;
  backdrop-filter:blur(10px);
  box-shadow:0 20px 55px rgba(0,0,0,.14);
}
.proof-large span{
  color:#4fc1ff;
  font-size:12px;
  text-transform:uppercase;
  letter-spacing:.09em;
  font-weight:950;
}
.proof-large strong{
  display:block;
  color:#fff;
  font-size:78px;
  line-height:.92;
  letter-spacing:-.06em;
  margin:14px 0 8px;
}
.proof-large p{
  margin:0;
  color:rgba(235,244,250,.78);
  line-height:1.5;
}
.proof-mini-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:14px;
}
.proof-mini-grid strong{
  display:block;
  color:#fff;
  font-size:28px;
  line-height:1;
  margin-bottom:8px;
}
.proof-mini-grid span{
  color:rgba(235,244,250,.78);
  font-size:12px;
  font-weight:850;
}
.pressroom-summary{
  background:linear-gradient(180deg,#f8fbfd 0%,#eef6fb 100%);
}
.pressroom-summary-grid{
  display:grid;
  grid-template-columns:1fr;
  gap:26px;
  align-items:start;
}
.pressroom-summary h2,
.pressroom-section-head h2{
  margin:10px 0 0;
  font-size:clamp(34px,5vw,58px);
  line-height:1.02;
  letter-spacing:-.045em;
}
.pressroom-pillars{
  display:grid;
  grid-template-columns:1fr;
  gap:14px;
}
.pressroom-pillars div{
  background:#fff;
  border:1px solid #dbe8f1;
  border-radius:24px;
  padding:24px;
  box-shadow:0 14px 34px rgba(9,31,50,.05);
}
.pressroom-pillars span{
  display:inline-grid;
  place-items:center;
  width:36px;
  height:36px;
  border-radius:50%;
  background:#e8f5fd;
  color:#0f80bd;
  font-weight:950;
  margin-bottom:16px;
}
.pressroom-pillars strong{
  display:block;
  font-size:22px;
  margin-bottom:8px;
}
.pressroom-pillars p{
  margin:0;
  color:#607286;
  line-height:1.5;
}
.pressroom-clippings{
  background:linear-gradient(180deg,#eef6fb 0%,#f8fbfd 100%);
}
.pressroom-section-head{
  display:grid;
  grid-template-columns:1fr;
  gap:18px;
  align-items:end;
  margin-bottom:34px;
}
.pressroom-section-head p{
  color:#607286;
  font-size:17px;
  line-height:1.6;
  max-width:620px;
  margin:0;
}
.press-clipping-timeline{
  position:relative;
  display:grid;
  gap:22px;
}
.press-clipping-timeline:before{
  content:"";
  position:absolute;
  left:23px;
  top:0;
  bottom:0;
  width:2px;
  background:linear-gradient(180deg,#4fc1ff,rgba(15,128,189,.08));
}
.press-clipping{
  position:relative;
  display:grid;
  grid-template-columns:52px 1fr;
  gap:18px;
  align-items:start;
}
.press-orb{
  position:relative;
  z-index:1;
  width:48px;
  height:48px;
  border-radius:50%;
  display:grid;
  place-items:center;
  color:#fff;
  background:#06111d;
  border:4px solid #eef6fb;
  font-weight:950;
}
.press-clipping-panel{
  background:#fff;
  border:1px solid #dbe8f1;
  border-radius:30px;
  padding:26px;
  box-shadow:0 18px 44px rgba(9,31,50,.06);
  transition:.22s ease;
}
.press-clipping-panel:hover{
  transform:translateY(-3px);
  box-shadow:0 26px 60px rgba(9,31,50,.10);
  border-color:#c3ddeb;
}
.press-clipping-meta{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  align-items:center;
  margin-bottom:14px;
}
.press-clipping-meta span{
  color:#0f80bd;
  font-size:12px;
  font-weight:950;
  text-transform:uppercase;
  letter-spacing:.07em;
}
.press-clipping-meta em{
  color:#7a8997;
  font-style:normal;
  font-size:12px;
  font-weight:850;
}
.press-clipping-panel h2{
  margin:0 0 12px;
  max-width:900px;
  font-size:clamp(26px,4vw,42px);
  line-height:1.04;
  letter-spacing:-.035em;
}
.press-clipping-panel p{
  margin:0 0 18px;
  color:#607286;
  line-height:1.6;
  max-width:900px;
}
.press-signal{
  background:linear-gradient(180deg,#f3f9fd 0%,#edf7fc 100%);
  border:1px solid #dbeaf4;
  border-radius:18px;
  padding:16px;
  margin-bottom:18px;
}
.press-signal strong{
  display:block;
  color:#10263a;
  margin-bottom:6px;
}
.press-signal span{
  color:#5e7082;
  line-height:1.5;
}
.press-clipping-panel a{
  color:#0f80bd;
  font-weight:950;
  text-decoration:none;
}
.press-clipping-panel a:hover{text-decoration:underline}
.news-cta{margin-top:34px}
@media(min-width:760px){
  .pressroom-hero-grid{grid-template-columns:1.3fr .7fr}
  .pressroom-summary-grid{grid-template-columns:.9fr 1.1fr}
  .pressroom-pillars{grid-template-columns:repeat(3,1fr)}
  .pressroom-section-head{grid-template-columns:1.1fr .9fr}
}
@media(min-width:1100px){
  .press-clipping-right .press-clipping-panel{margin-left:70px}
}
@media(max-width:520px){
  .pressroom-hero{padding:46px 0 42px}
  .proof-mini-grid{grid-template-columns:1fr}
  .press-clipping-timeline:before{left:19px}
  .press-clipping{grid-template-columns:44px 1fr;gap:12px}
  .press-orb{width:40px;height:40px;border-width:3px;font-size:12px}
  .press-clipping-panel{border-radius:24px;padding:22px}
}

.investor-hero{
  color:#fff;
  background:
    radial-gradient(circle at 78% 6%, rgba(15,130,189,.28), transparent 34%),
    linear-gradient(135deg,#06111d 0%,#0b2034 100%);
  padding:96px 0 76px;
  overflow:hidden;
}
.investor-hero-grid{
  display:grid;
  grid-template-columns:1fr;
  gap:36px;
  align-items:center;
}
.investor-hero .eyebrow{color:var(--blue-light)}
.investor-hero h1{
  font-size:clamp(44px,7vw,82px);
  line-height:.95;
  letter-spacing:-.065em;
  max-width:850px;
  margin:14px 0 18px;
}
.investor-hero p{
  color:rgba(235,244,250,.88);
  font-size:clamp(16px,2vw,20px);
  line-height:1.62;
  max-width:720px;
  margin:0;
}
.investor-hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:26px}
.investor-system-card{
  position:relative;
  min-height:430px;
  border-radius:34px;
  border:1px solid rgba(255,255,255,.13);
  background:linear-gradient(180deg,rgba(255,255,255,.10),rgba(255,255,255,.04));
  box-shadow:0 30px 80px rgba(0,0,0,.20);
  overflow:hidden;
}
.investor-system-card:before{
  content:"";
  position:absolute;
  inset:22px;
  border-radius:50%;
  border:1px dashed rgba(79,193,255,.35);
}
.system-ring{
  position:absolute;
  inset:96px;
  border-radius:50%;
  border:18px solid rgba(15,130,189,.28);
  box-shadow:0 0 42px rgba(15,130,189,.26);
}
.system-core{
  position:absolute;
  left:50%;
  top:50%;
  transform:translate(-50%,-50%);
  width:124px;
  height:124px;
  border-radius:50%;
  display:grid;
  place-items:center;
  background:#fff;
  color:var(--blue);
  font-size:34px;
  font-weight:950;
  box-shadow:0 20px 50px rgba(0,0,0,.22);
}
.system-node{
  position:absolute;
  background:rgba(15,130,189,.90);
  color:#fff;
  border:1px solid rgba(255,255,255,.25);
  border-radius:999px;
  padding:10px 14px;
  font-size:12px;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.04em;
}
.node-brands{left:50%;top:36px;transform:translateX(-50%)}
.node-kitchens{left:34px;top:46%}
.node-demand{right:28px;top:46%}
.node-data{left:50%;bottom:34px;transform:translateX(-50%)}
.node-channels{left:52px;top:110px}
.investor-metrics-section{
  margin-top:-54px;
  position:relative;
  z-index:3;
  padding-top:0;
}
.investor-metric-grid{
  display:grid;
  grid-template-columns:1fr;
  gap:14px;
}
.investor-metric-card{
  background:#fff;
  border:1px solid #dbe8f1;
  border-radius:24px;
  padding:24px;
  box-shadow:0 18px 44px rgba(9,31,50,.10);
}
.investor-metric-card span{
  display:inline-grid;
  place-items:center;
  width:34px;
  height:34px;
  border-radius:50%;
  background:#e8f5fd;
  color:var(--blue);
  font-size:12px;
  font-weight:950;
  margin-bottom:16px;
}
.investor-metric-card strong{
  display:block;
  font-size:clamp(34px,5vw,48px);
  line-height:1;
  letter-spacing:-.04em;
  color:#0b1726;
  margin-bottom:8px;
}
.investor-metric-card p{
  color:#607286;
  margin:0;
  font-weight:800;
  line-height:1.35;
}
.investor-thesis-section,
.revenue-engine-section{
  background:#fff;
}
.investor-section-heading{
  display:grid;
  grid-template-columns:1fr;
  gap:18px;
  align-items:end;
  margin-bottom:28px;
}
.investor-section-heading.center{
  text-align:center;
  justify-items:center;
}
.investor-section-heading h2{
  font-size:clamp(34px,5vw,58px);
  line-height:1.02;
  letter-spacing:-.045em;
  margin:10px 0 0;
}
.investor-section-heading .intro{
  color:#607286;
  font-size:17px;
  line-height:1.6;
  max-width:680px;
  margin:0;
}
.investor-thesis-grid{
  display:grid;
  grid-template-columns:1fr;
  gap:16px;
}
.investor-thesis-card{
  border:1px solid #dbe8f1;
  border-radius:26px;
  padding:26px;
  background:linear-gradient(180deg,#fff 0%,#f8fbfd 100%);
  box-shadow:0 14px 34px rgba(9,31,50,.055);
  transition:.22s;
}
.investor-thesis-card:hover{
  transform:translateY(-3px);
  box-shadow:0 22px 48px rgba(9,31,50,.10);
}
.thesis-icon{
  width:42px;
  height:42px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:var(--blue);
  color:#fff;
  font-weight:950;
  margin-bottom:18px;
}
.investor-thesis-card h3{
  margin:0 0 10px;
  font-size:24px;
  line-height:1.12;
}
.investor-thesis-card p{
  margin:0;
  color:#607286;
  line-height:1.58;
}
.investor-flywheel-section{
  background:linear-gradient(180deg,#f8fbfd 0%,#eef6fb 100%);
}
.investor-flywheel-grid{
  display:grid;
  grid-template-columns:1fr;
  gap:28px;
  align-items:center;
}
.investor-flywheel-grid h2{
  font-size:clamp(34px,5vw,58px);
  line-height:1.02;
  letter-spacing:-.045em;
  margin:10px 0 14px;
}
.flywheel-card{
  position:relative;
  min-height:430px;
  border-radius:34px;
  background:#fff;
  border:1px solid #dbe8f1;
  box-shadow:0 20px 55px rgba(9,31,50,.08);
  overflow:hidden;
}
.flywheel-card:before{
  content:"";
  position:absolute;
  inset:66px;
  border-radius:50%;
  border:6px solid rgba(15,130,189,.18);
}
.flywheel-center{
  position:absolute;
  left:50%;
  top:50%;
  transform:translate(-50%,-50%);
  width:110px;
  height:110px;
  border-radius:50%;
  display:grid;
  place-items:center;
  background:#06111d;
  color:#fff;
  font-size:32px;
  font-weight:950;
  box-shadow:0 20px 45px rgba(9,31,50,.18);
}
.flywheel-step{
  position:absolute;
  max-width:126px;
  text-align:center;
  background:#f4faff;
  border:1px solid #dbeaf4;
  color:#10263a;
  border-radius:999px;
  padding:10px 12px;
  font-size:12px;
  font-weight:950;
}
.step-1{left:50%;top:40px;transform:translateX(-50%)}
.step-2{right:46px;top:118px}
.step-3{right:44px;bottom:118px}
.step-4{left:50%;bottom:40px;transform:translateX(-50%)}
.step-5{left:44px;bottom:118px}
.step-6{left:44px;top:118px}
.revenue-engine-grid{
  display:grid;
  grid-template-columns:1fr;
  gap:12px;
  background:#fff;
  border:1px solid #dbe8f1;
  border-radius:28px;
  box-shadow:0 16px 38px rgba(9,31,50,.06);
  padding:16px;
}
.revenue-engine-grid div{
  min-height:96px;
  display:grid;
  place-items:center;
  text-align:center;
  padding:16px;
  border-radius:18px;
  background:#f8fbfd;
  color:#10263a;
  font-weight:900;
}
.investor-proof-section{
  background:linear-gradient(180deg,#fff 0%,#f8fbfd 100%);
}
.investor-proof-grid{
  display:grid;
  grid-template-columns:1fr;
  gap:18px;
}
.why-now-card,
.media-proof-card{
  background:#fff;
  border:1px solid #dbe8f1;
  border-radius:30px;
  padding:28px;
  box-shadow:0 16px 38px rgba(9,31,50,.06);
}
.why-now-card h2,
.media-proof-card h2{
  margin:10px 0 18px;
  font-size:clamp(28px,4vw,42px);
  line-height:1.05;
  letter-spacing:-.035em;
}
.why-now-card ul{
  list-style:none;
  padding:0;
  margin:0;
  display:grid;
  gap:14px;
}
.why-now-card li{
  color:#607286;
  line-height:1.55;
  padding-left:20px;
  position:relative;
}
.why-now-card li:before{
  content:"";
  position:absolute;
  left:0;
  top:.72em;
  width:7px;
  height:7px;
  border-radius:50%;
  background:var(--blue);
}
.why-now-card strong{color:#10263a}
.media-proof-card p{
  color:#607286;
  line-height:1.6;
  margin:0 0 22px;
}
.media-proof-logos{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:12px;
}
.media-proof-logos a{
  min-height:82px;
  display:grid;
  place-items:center;
  border:1px solid #dbe8f1;
  border-radius:18px;
  background:#f8fbfd;
  color:var(--blue);
  font-weight:950;
  font-size:18px;
}
.investor-final-cta-section{
  background:#06111d;
}
.investor-final-cta{
  color:#fff;
  display:grid;
  grid-template-columns:1fr;
  gap:22px;
  align-items:center;
}
.investor-final-cta h2{
  margin:0 0 10px;
  font-size:clamp(32px,5vw,54px);
  line-height:1.02;
  letter-spacing:-.045em;
}
.investor-final-cta p{
  margin:0;
  color:rgba(235,244,250,.78);
  max-width:760px;
  line-height:1.6;
}
.investor-final-actions{
  display:flex;
  gap:12px;
  flex-wrap:wrap;
}
@media(min-width:760px){
  .investor-hero-grid{grid-template-columns:1.1fr .9fr}
  .investor-metric-grid{grid-template-columns:repeat(2,1fr)}
  .investor-thesis-grid{grid-template-columns:repeat(2,1fr)}
  .investor-section-heading{grid-template-columns:1.1fr .9fr}
  .investor-flywheel-grid{grid-template-columns:.85fr 1.15fr}
  .revenue-engine-grid{grid-template-columns:repeat(7,1fr)}
  .investor-proof-grid{grid-template-columns:1fr 1fr}
  .investor-final-cta{grid-template-columns:1.2fr auto}
}
@media(min-width:1100px){
  .investor-metric-grid{grid-template-columns:repeat(4,1fr)}
}
@media(max-width:520px){
  .investor-hero{padding:46px 0 90px}
  .investor-system-card{min-height:330px}
  .system-ring{inset:82px}
  .system-node{font-size:10px;padding:8px 10px}
  .node-channels{display:none}
  .investor-metrics-section{margin-top:-62px}
  .revenue-engine-grid{grid-template-columns:1fr 1fr}
  .flywheel-card{min-height:360px}
  .flywheel-card:before{inset:54px}
  .flywheel-step{font-size:10px;max-width:105px}
  .step-2,.step-3{right:22px}
  .step-5,.step-6{left:22px}
  .media-proof-logos{grid-template-columns:1fr}
}


.social-link{
  display:inline-flex;
  align-items:center;
  gap:10px;
  color:#0b1726;
  font-weight:900;
}
.social-link svg{
  width:21px;
  height:21px;
  flex:0 0 auto;
  fill:#0b0b0b;
}
.social-link:hover span{
  color:var(--blue);
}

.clean-brand-intro-compact{
  max-width:880px;
}
.clean-brand-intro-compact h2{
  max-width:840px;
}
.clean-brand-tile img{
  max-height:78px;
}

@media(max-width:900px){
  .container{
    padding-left:18px;
    padding-right:18px;
  }
  .nav-inner{
    min-height:66px;
    padding:9px 14px;
  }
  .logo img{
    width:86px;
  }
  .links{
    top:70px;
    max-height:calc(100vh - 86px);
    overflow-y:auto;
    -webkit-overflow-scrolling:touch;
  }
  .links a{
    font-size:16px;
    padding:15px 14px;
  }
  .section{
    padding-top:54px;
    padding-bottom:54px;
  }
  .hero,
  .page-hero,
  .clean-brands-hero,
  .investor-hero,
  .pressroom-hero,
  .news-hero,
  .curated-news-hero{
    padding-top:44px!important;
    padding-bottom:48px!important;
  }
  .hero h1,
  .page-hero h1,
  .clean-hero-copy h1,
  .investor-hero h1,
  .pressroom-copy h1,
  .news-hero h1,
  .curated-news-hero h1{
    font-size:clamp(38px,11vw,52px)!important;
    line-height:.98!important;
    letter-spacing:-.05em!important;
  }
  .hero h1 span{
    display:block;
  }
  .lead,
  .hero .lead,
  .page-hero .lead,
  .clean-hero-copy p,
  .investor-hero p{
    font-size:16px!important;
    line-height:1.58!important;
  }
  .hero-actions,
  .investor-hero-actions,
  .investor-final-actions,
  .hero-actions .btn{
    width:100%;
  }
  .hero-actions .btn,
  .investor-hero-actions .btn,
  .investor-final-actions .btn{
    width:100%;
    justify-content:center;
  }
  .stats{
    grid-template-columns:repeat(2,1fr)!important;
    gap:10px!important;
  }
  .stat{
    padding:16px!important;
  }
  .cards,
  .grid-4,
  .grid-3,
  .split,
  .footer-grid,
  .loop-grid,
  .investor-proof-grid,
  .investor-flywheel-grid,
  .pressroom-summary-grid{
    grid-template-columns:1fr!important;
  }
  .path-card{
    min-height:auto!important;
  }
  .path-card img{
    height:210px!important;
    object-fit:cover;
  }
  .flow{
    gap:10px!important;
    overflow-x:auto;
    padding-bottom:10px;
    justify-content:flex-start!important;
  }
  .flow .bubble{
    flex:0 0 142px;
  }
  .flow .arrow{
    flex:0 0 auto;
  }
  .clean-hero-inner,
  .investor-hero-grid,
  .pressroom-hero-grid,
  .news-hero-grid,
  .curated-news-hero-grid{
    grid-template-columns:1fr!important;
  }
  .clean-hero-metrics,
  .investor-metric-grid,
  .curated-news-metrics,
  .news-proof-panel{
    grid-template-columns:1fr!important;
  }
  .clean-category-nav{
    position:sticky;
    top:66px;
    z-index:20;
    margin-left:-18px;
    margin-right:-18px;
    padding:12px 18px 14px;
    background:rgba(248,251,253,.94);
    backdrop-filter:blur(12px);
    overflow-x:auto;
    flex-wrap:nowrap;
    scrollbar-width:none;
  }
  .clean-category-nav::-webkit-scrollbar{
    display:none;
  }
  .clean-category-nav a{
    white-space:nowrap;
    flex:0 0 auto;
  }
  .clean-category-card{
    padding:20px!important;
    border-radius:24px!important;
    scroll-margin-top:120px;
  }
  .clean-category-heading{
    grid-template-columns:1fr!important;
    gap:12px!important;
  }
  .clean-logo-grid{
    grid-template-columns:repeat(2, minmax(0,1fr))!important;
    gap:10px!important;
  }
  .clean-brand-tile{
    min-height:110px!important;
    padding:12px 10px!important;
    border-radius:18px!important;
  }
  .clean-brand-tile img{
    max-height:62px!important;
  }
  .clean-brand-tile span{
    font-size:11px!important;
  }
  .form{
    width:100%;
  }
  input, select, textarea{
    font-size:16px!important;
  }
  .social-card{
    margin-bottom:24px;
  }
  .cta-band{
    grid-template-columns:1fr!important;
    gap:18px!important;
    text-align:left;
  }
  .cta-band .btn{
    width:100%;
  }
}

@media(max-width:420px){
  .stats,
  .clean-logo-grid,
  .revenue-engine-grid,
  .brand-wall-wow{
    grid-template-columns:1fr!important;
  }
  .path-card img{
    height:180px!important;
  }
  .clean-brand-tile{
    min-height:106px!important;
  }
}


.news-clean-hero{
  color:#fff;
  background:
    radial-gradient(circle at 82% 0%, rgba(15,130,189,.22), transparent 34%),
    linear-gradient(135deg,#06111d 0%,#0b2034 100%);
  padding:88px 0 72px;
}
.news-clean-hero .eyebrow{
  color:var(--blue-light);
}
.news-clean-hero h1{
  max-width:920px;
  margin:14px 0 18px;
  font-size:clamp(44px,7vw,82px);
  line-height:.94;
  letter-spacing:-.06em;
}
.news-clean-hero p{
  max-width:760px;
  margin:0;
  color:rgba(235,244,250,.88);
  font-size:clamp(16px,2vw,20px);
  line-height:1.6;
}
.news-clean-section{
  background:linear-gradient(180deg,#f8fbfd 0%,#eef6fb 100%);
}
.news-clean-heading{
  display:grid;
  grid-template-columns:1fr;
  gap:18px;
  margin-bottom:28px;
}
.news-clean-heading h2{
  margin:10px 0 0;
  max-width:900px;
  font-size:clamp(34px,5vw,58px);
  line-height:1.02;
  letter-spacing:-.045em;
}
.news-clean-grid{
  display:grid;
  grid-template-columns:1fr;
  gap:16px;
}
.news-clean-card{
  background:#fff;
  border:1px solid #dbe8f1;
  border-radius:28px;
  padding:26px;
  box-shadow:0 16px 38px rgba(9,31,50,.06);
  transition:.22s ease;
}
.news-clean-card:hover{
  transform:translateY(-3px);
  box-shadow:0 24px 58px rgba(9,31,50,.10);
  border-color:#c4ddec;
}
.news-clean-meta{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  align-items:center;
  margin-bottom:16px;
}
.news-clean-meta span{
  color:var(--blue);
  font-size:12px;
  font-weight:950;
  text-transform:uppercase;
  letter-spacing:.07em;
}
.news-clean-meta em{
  color:#7a8997;
  font-style:normal;
  font-size:12px;
  font-weight:850;
}
.news-clean-card h2{
  margin:0 0 12px;
  font-size:clamp(24px,3vw,34px);
  line-height:1.08;
  letter-spacing:-.03em;
}
.news-clean-card p{
  margin:0 0 18px;
  color:#607286;
  line-height:1.6;
}
.news-clean-card a{
  color:var(--blue);
  font-weight:950;
}
.news-clean-card a:hover{
  text-decoration:underline;
}
@media(min-width:760px){
  .news-clean-grid{
    grid-template-columns:repeat(2,1fr);
  }
}
@media(min-width:1100px){
  .news-clean-grid{
    grid-template-columns:repeat(3,1fr);
  }
  .news-clean-card:first-child{
    grid-column:span 2;
  }
}
@media(max-width:520px){
  .news-clean-hero{
    padding:44px 0 42px;
  }
  .news-clean-card{
    padding:22px;
    border-radius:24px;
  }
}


/* v21 enhancements */
.hero-mini-proof{display:flex;flex-wrap:wrap;gap:10px;margin-top:22px}.hero-mini-proof span,.accelerator-mini-points span,.contact-hero-pills span,.inquiry-grid span{display:inline-flex;align-items:center;padding:10px 14px;border-radius:999px;border:1px solid rgba(255,255,255,.2);background:rgba(255,255,255,.08);font-weight:800;font-size:13px;color:#fff}

/* Investors wow */
.investor-hero-wow{background:radial-gradient(circle at 83% 14%, rgba(56,169,232,.18), transparent 28%), linear-gradient(135deg,#071321 0%,#0b2135 60%,#0d2d49 100%);color:#fff;padding:78px 0 68px;overflow:hidden}
.investor-hero-wow .eyebrow{color:#6fc3f3}.wow-grid{align-items:center;gap:34px}.architecture-board{position:relative;min-height:560px;border-radius:34px;border:1px solid rgba(255,255,255,.12);background:linear-gradient(180deg,rgba(255,255,255,.08),rgba(255,255,255,.04));box-shadow:0 34px 90px rgba(1,10,21,.34);backdrop-filter:blur(14px);overflow:hidden}.arch-glow{position:absolute;inset:auto auto 45% 45%;width:260px;height:260px;background:radial-gradient(circle,rgba(56,169,232,.24),transparent 68%);transform:translate(-50%,50%)}.arch-core{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:170px;height:170px;border-radius:50%;background:linear-gradient(180deg,#ffffff,#e9f8ff);display:flex;align-items:center;justify-content:center;flex-direction:column;text-align:center;color:#08182a;box-shadow:0 20px 48px rgba(0,0,0,.24);z-index:3}.arch-core small{font-size:12px;font-weight:900;letter-spacing:.08em;text-transform:uppercase;color:#5b7084}.arch-core strong{font-size:44px;line-height:1;letter-spacing:-.05em}.arch-core span{max-width:130px;font-size:12px;line-height:1.35;color:#496278;font-weight:700}.arch-node{position:absolute;z-index:3;min-width:170px;max-width:190px;padding:16px 18px;border-radius:20px;background:rgba(255,255,255,.96);color:#0a1a2b;box-shadow:0 18px 42px rgba(4,14,24,.18)}.arch-node b{display:block;font-size:16px;letter-spacing:-.02em}.arch-node span{display:block;margin-top:4px;font-size:13px;color:#5d7184;line-height:1.4;font-weight:700}.arch-node-1{top:30px;left:30px}.arch-node-2{top:30px;right:30px}.arch-node-3{left:26px;top:50%;transform:translateY(-50%)}.arch-node-4{right:26px;top:50%;transform:translateY(-50%)}.arch-node-5{bottom:30px;left:36px}.arch-node-6{bottom:30px;right:36px}.arch-line{position:absolute;left:50%;top:50%;width:2px;height:2px;background:transparent;z-index:1}.arch-line:before{content:"";position:absolute;left:0;top:0;height:2px;width:190px;background:linear-gradient(90deg,rgba(255,255,255,.12),rgba(111,195,243,.8));transform-origin:left center}.arch-line-1{transform:translate(-50%,-50%) rotate(-140deg)}.arch-line-2{transform:translate(-50%,-50%) rotate(-40deg)}.arch-line-3{transform:translate(-50%,-50%) rotate(180deg)}.arch-line-3:before{width:150px}.arch-line-4{transform:translate(-50%,-50%) rotate(0deg)}.arch-line-4:before{width:150px}.arch-line-5{transform:translate(-50%,-50%) rotate(140deg)}.arch-line-6{transform:translate(-50%,-50%) rotate(40deg)}
.wow-flywheel-grid{align-items:center}.investor-flywheel-pro{display:grid;grid-template-columns:1fr;gap:14px}.fly-step{position:relative;padding:20px 22px;border-radius:24px;background:#fff;border:1px solid #d9e7f1;box-shadow:0 16px 38px rgba(9,31,50,.06)}.fly-step span{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:50%;background:var(--blue);color:#fff;font-weight:900;font-size:13px;margin-bottom:8px}.fly-step b{display:block;font-size:23px;letter-spacing:-.03em;margin-bottom:6px}.fly-step small{display:block;color:#607286;font-weight:700;line-height:1.45}.fly-arrow{display:flex;align-items:center;justify-content:center;color:var(--blue);font-size:28px;font-weight:900}.fly-return{margin-top:4px;padding:18px 20px;border-radius:22px;background:linear-gradient(135deg,#083456,#0f82bd);color:#fff;font-weight:800;line-height:1.5;box-shadow:0 18px 40px rgba(15,130,189,.18)}
.fly-step-1{border-left:6px solid #0f82bd}.fly-step-2{border-left:6px solid #23a6df}.fly-step-3{border-left:6px solid #4bbfdb}.fly-step-4{border-left:6px solid #5f8bff}

/* Accelerator */
.accelerator-hero{background:radial-gradient(circle at 85% 8%, rgba(56,169,232,.17), transparent 28%), linear-gradient(135deg,#091625 0%,#0b1f33 60%,#133357 100%);color:#fff;padding:78px 0 66px}.accelerator-hero-grid{display:grid;gap:28px;align-items:center}.accelerator-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:24px}.accelerator-mini-points{display:flex;flex-wrap:wrap;gap:10px;margin-top:18px}.accelerator-brand-card{background:rgba(255,255,255,.96);border:1px solid rgba(255,255,255,.3);border-radius:32px;padding:28px;box-shadow:0 30px 80px rgba(2,14,27,.25)}.accelerator-brand-card img{width:min(100%,520px);margin:0 auto 18px;filter:drop-shadow(0 12px 26px rgba(15,130,189,.10))}.accelerator-brand-copy{color:#08182a;text-align:left}.accelerator-brand-copy b{font-size:20px;line-height:1.3;display:block}.accelerator-brand-copy p{color:#5d7184;line-height:1.6;margin:10px 0 0}.accelerator-framework-grid{display:grid;gap:16px;grid-template-columns:1fr}.framework-card{padding:24px;border-radius:24px;background:#fff;border:1px solid #d9e7f1;box-shadow:0 16px 38px rgba(9,31,50,.06)}.framework-card span{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;background:var(--blue);color:#fff;font-size:13px;font-weight:900;margin-bottom:10px}.framework-card h3{margin:0 0 8px;font-size:28px;letter-spacing:-.03em}.framework-card p{margin:0;color:#607286;line-height:1.6;font-weight:600}.accelerator-verticals{margin-top:20px}.pricing-wow-grid{display:grid;grid-template-columns:1fr;gap:16px}.price-wow-card{padding:26px;border-radius:28px;color:#0a1a2b;box-shadow:0 18px 42px rgba(9,31,50,.08)}.price-tag{display:inline-flex;padding:8px 12px;border-radius:999px;font-weight:900;font-size:12px;letter-spacing:.08em;text-transform:uppercase;background:rgba(255,255,255,.64);margin-bottom:18px}.price-wow-card strong{display:block;font-size:42px;line-height:1;letter-spacing:-.05em;margin-bottom:10px}.price-wow-card p{margin:0 0 18px;color:#324759;font-weight:600;line-height:1.6}.price-wow-card ul{margin:0;padding-left:18px;color:#0e2235;font-weight:700;line-height:1.9}.price-wow-card.spark{background:linear-gradient(180deg,#fff6dd,#ffe7a5);border:1px solid #f5d26b}.price-wow-card.build{background:linear-gradient(180deg,#ecf8ff,#ccecff);border:1px solid #9fdcf7}.price-wow-card.launch{background:linear-gradient(180deg,#eef8f0,#d1efda);border:1px solid #a8ddb8}.price-wow-card.scale{background:linear-gradient(180deg,#f4efff,#dfd4ff);border:1px solid #c6b5ff}

/* Contact page */
.contact-hero{background:radial-gradient(circle at 80% 14%, rgba(56,169,232,.16), transparent 26%), linear-gradient(135deg,#06111d 0%,#0b2034 100%);color:#fff;padding:74px 0 62px}.contact-hero-grid{display:grid;gap:26px;align-items:center}.contact-signal-card{display:grid;gap:14px}.signal-item{padding:18px 20px;border-radius:22px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.12);backdrop-filter:blur(10px)}.signal-item b{display:block;font-size:18px;margin-bottom:6px}.signal-item p{margin:0;color:rgba(255,255,255,.82);line-height:1.55;font-weight:600}.contact-main-grid{display:grid;gap:22px;align-items:start}.contact-info-stack{display:grid;gap:16px}.contact-info-card{padding:24px;border-radius:26px;background:#fff;border:1px solid #dbe7ef;box-shadow:0 16px 38px rgba(9,31,50,.06)}.social-card-enhanced .social-link{display:flex;align-items:center;gap:12px;padding:14px 15px;border-radius:16px;border:1px solid #e5eef5;background:#f8fbfd;margin-top:12px;font-weight:800}.social-card-enhanced .social-link:hover{border-color:#cce5f6;background:#f1f8fd}.social-card-enhanced svg{width:20px;height:20px;fill:#111}.inquiry-grid{display:flex;flex-wrap:wrap;gap:10px}.inquiry-grid span{background:#eef7fd;color:#0c2940;border-color:#d0e7f5}.form-premium{background:#fff;border:1px solid #dbe7ef;border-radius:28px;padding:26px;box-shadow:0 20px 48px rgba(9,31,50,.08)}.form-head h2{margin:0 0 6px;font-size:34px;letter-spacing:-.04em}.form-head p{margin:0 0 16px;color:#607286;font-weight:600}.form-grid-two{display:grid;grid-template-columns:1fr;gap:14px}.form-premium input,.form-premium select,.form-premium textarea{border-radius:16px;border:1px solid #dbe7ef;padding:16px 16px;font-size:15px;font-family:inherit;background:#fbfdff;color:#0b1726}.form-premium textarea{min-height:160px;resize:vertical}

/* News LinkedIn section */
.linkedin-news-strip{margin-top:26px;margin-bottom:26px;padding:24px;border-radius:28px;background:linear-gradient(135deg,#08182a 0%,#0f2e49 100%);color:#fff;display:grid;gap:20px;box-shadow:0 20px 48px rgba(6,17,29,.14)}.linkedin-news-strip h3{margin:10px 0 8px;font-size:30px;line-height:1.06;letter-spacing:-.04em}.linkedin-news-strip p{margin:0;color:rgba(255,255,255,.84);line-height:1.6}.linkedin-news-cards{display:grid;grid-template-columns:1fr;gap:14px}.linkedin-update-card{display:block;padding:18px;border-radius:20px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.12)}.linkedin-update-card b{display:block;font-size:18px;margin-bottom:6px}.linkedin-update-card span{display:block;color:rgba(255,255,255,.8);font-weight:700;line-height:1.5}.linkedin-update-card:hover{background:rgba(255,255,255,.12)}

@media(min-width:760px){
  
  
  .accelerator-framework-grid{grid-template-columns:repeat(3,1fr)}
  .pricing-wow-grid{grid-template-columns:repeat(2,1fr)}
  .contact-main-grid{grid-template-columns:.85fr 1.15fr}
  .contact-hero-grid,.accelerator-hero-grid{grid-template-columns:1fr 1fr}
  .form-grid-two{grid-template-columns:1fr 1fr}
  .linkedin-news-cards{grid-template-columns:repeat(3,1fr)}
}
@media(min-width:980px){
  .investor-flywheel-pro{grid-template-columns:repeat(4,1fr);align-items:stretch}
  .fly-arrow{align-self:center}
  .fly-return{grid-column:1/-1}
}
@media(max-width:1100px){
  .architecture-board{min-height:620px}
  .arch-node{min-width:150px;max-width:170px}
}
@media(max-width:760px){
  .investor-hero-wow,.accelerator-hero,.contact-hero{padding:54px 0 46px}
  .architecture-board{min-height:670px}
  .arch-node{min-width:140px;max-width:156px;padding:14px}
  .arch-node b{font-size:14px}.arch-node span{font-size:12px}
  .arch-node-1{top:18px;left:12px}.arch-node-2{top:18px;right:12px}.arch-node-3{left:10px}.arch-node-4{right:10px}.arch-node-5{bottom:18px;left:14px}.arch-node-6{bottom:18px;right:14px}
  .arch-core{width:170px;height:170px}
  .arch-core strong{font-size:42px}
}

.arch-node-3,.arch-node-4{max-width:146px;min-width:146px}.arch-node-3{left:12px}.arch-node-4{right:12px}.arch-node-1,.arch-node-2{max-width:160px;min-width:160px}.arch-node-5,.arch-node-6{max-width:162px;min-width:162px}.arch-line-3:before,.arch-line-4:before{width:135px}


/* v22 investor refinement */
.investor-hero-v2{background:radial-gradient(circle at 82% 10%, rgba(56,169,232,.22), transparent 28%),linear-gradient(135deg,#07131f 0%,#0b2439 58%,#123a5a 100%);color:#fff;padding:88px 0 74px;overflow:hidden}.investor-hero-v2-grid{display:grid;gap:30px;align-items:center}.hero-mini-proof.dark span,.accelerator-mini-points.dark span{background:rgba(255,255,255,.1);border-color:rgba(255,255,255,.14)}.investor-showcase-card{position:relative;border-radius:32px;padding:26px;background:linear-gradient(180deg,rgba(255,255,255,.12),rgba(255,255,255,.06));border:1px solid rgba(255,255,255,.15);backdrop-filter:blur(12px);box-shadow:0 30px 90px rgba(1,11,22,.3)}.showcase-topline{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:16px}.showcase-chip{display:inline-flex;padding:8px 12px;border-radius:999px;background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.14);font-size:12px;font-weight:800;letter-spacing:.04em;text-transform:uppercase}.showcase-chip.alt{background:rgba(111,195,243,.18)}.showcase-orbit{position:relative;min-height:420px;border-radius:28px;background:radial-gradient(circle at center, rgba(56,169,232,.1), rgba(255,255,255,.02) 48%, rgba(255,255,255,.02) 100%);overflow:hidden}.showcase-orbit:before{content:"";position:absolute;inset:36px;border-radius:50%;border:1px dashed rgba(255,255,255,.18)}.showcase-orbit:after{content:"";position:absolute;inset:84px;border-radius:50%;border:1px dashed rgba(255,255,255,.1)}.showcase-center{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:210px;height:210px;border-radius:50%;background:linear-gradient(180deg,#fff,#edf8ff);color:#0b1e31;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;box-shadow:0 20px 50px rgba(5,16,28,.22)}.showcase-center small{font-size:12px;font-weight:900;letter-spacing:.08em;text-transform:uppercase;color:#658097}.showcase-center strong{display:block;font-size:32px;line-height:1.05;letter-spacing:-.04em;margin:6px 0 4px}.showcase-center p{margin:0;max-width:150px;color:#5d7388;font-size:12px;line-height:1.45;font-weight:700}.showcase-node{position:absolute;max-width:180px;padding:15px 16px;border-radius:20px;background:#fff;color:#0a1a2b;box-shadow:0 18px 42px rgba(4,14,24,.18)}.showcase-node b{display:block;font-size:16px;letter-spacing:-.02em}.showcase-node span{display:block;margin-top:4px;font-size:13px;color:#5f7285;line-height:1.45;font-weight:700}.showcase-node.n1{left:20px;top:30px}.showcase-node.n2{right:20px;top:30px}.showcase-node.n3{left:10px;bottom:56px}.showcase-node.n4{right:10px;bottom:56px}.showcase-bottom-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:16px}.showcase-bottom-grid div{padding:16px 16px 18px;border-radius:18px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.12)}.showcase-bottom-grid strong{display:block;font-size:15px}.showcase-bottom-grid span{display:block;margin-top:5px;font-size:13px;line-height:1.45;color:rgba(255,255,255,.78);font-weight:700}
.investor-metrics-v2{padding-top:10px}.investor-thesis-grid-v2 .investor-thesis-card{border:1px solid #d7e8f2;box-shadow:0 18px 45px rgba(9,31,50,.06)}.investor-flywheel-section-v2{background:#f7fbfe}.investor-flywheel-layout{display:grid;gap:22px;align-items:start}.flywheel-caption-card{margin-top:18px;padding:20px 22px;border-radius:24px;background:#fff;border:1px solid #d7e8f2;box-shadow:0 16px 34px rgba(9,31,50,.06)}.flywheel-caption-card b{display:block;font-size:18px;margin-bottom:6px}.flywheel-caption-card p{margin:0;color:#607286;line-height:1.6;font-weight:600}.flywheel-flow-card{display:grid;gap:14px}.flow-stage{position:relative;padding:20px 22px;border-radius:24px;background:#fff;border:1px solid #d9e7f1;box-shadow:0 16px 38px rgba(9,31,50,.06)}.flow-stage span{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:50%;background:var(--blue);color:#fff;font-weight:900;font-size:13px;margin-bottom:8px}.flow-stage h3{margin:0 0 6px;font-size:24px;letter-spacing:-.03em}.flow-stage p{margin:0;color:#607286;line-height:1.55;font-weight:600}.flow-arrow{display:flex;align-items:center;justify-content:center;color:var(--blue);font-size:28px;font-weight:900}.flow-loop-note{padding:18px 20px;border-radius:24px;background:linear-gradient(135deg,#083456,#0f82bd);color:#fff;font-weight:800;line-height:1.55;box-shadow:0 18px 40px rgba(15,130,189,.18)}.revenue-engine-v2{padding-top:20px}.revenue-engine-grid-v2 div{border:1px solid #d7e8f2;box-shadow:0 12px 30px rgba(9,31,50,.04)}.investor-proof-grid-v2 .why-now-card,.investor-proof-grid-v2 .media-proof-card{border:1px solid #d7e8f2;box-shadow:0 16px 38px rgba(9,31,50,.06)}.media-proof-card-v2{background:linear-gradient(135deg,#fff,#f6fbff)}.investor-final-cta-v2{box-shadow:0 20px 54px rgba(9,31,50,.09)}

/* v22 accelerator refinement */
.accelerator-hero-v2{background:radial-gradient(circle at 84% 8%, rgba(56,169,232,.20), transparent 26%), linear-gradient(135deg,#08131f 0%,#0e2840 55%,#154469 100%);color:#fff;padding:84px 0 72px}.accelerator-hero-grid-v2{display:grid;gap:28px;align-items:center}.accelerator-hero-card-v2{display:grid;gap:16px;padding:26px;border-radius:32px;background:linear-gradient(180deg,rgba(255,255,255,.12),rgba(255,255,255,.07));border:1px solid rgba(255,255,255,.15);box-shadow:0 30px 90px rgba(1,11,22,.3);backdrop-filter:blur(12px)}.accelerator-logo-wrap{padding:20px;border-radius:24px;background:rgba(255,255,255,.95);display:flex;align-items:center;justify-content:center;min-height:170px}.accelerator-logo-wrap img{width:min(100%,460px);max-height:90px;object-fit:contain}.accelerator-hero-benefits{display:grid;grid-template-columns:1fr;gap:12px}.benefit-box{padding:16px 18px;border-radius:18px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.12)}.benefit-box strong{display:block;font-size:16px;margin-bottom:5px}.benefit-box span{display:block;color:rgba(255,255,255,.82);font-weight:700;line-height:1.5}.accelerator-framework-v2 .framework-card{border:1px solid #d7e8f2;box-shadow:0 18px 44px rgba(9,31,50,.06)}.accelerator-value-strip{display:grid;grid-template-columns:1fr;gap:14px;padding:22px;border-radius:30px;background:linear-gradient(135deg,#0a2137,#114165);color:#fff;box-shadow:0 20px 54px rgba(9,31,50,.11)}.accelerator-value-strip div{padding:12px 10px}.accelerator-value-strip b{display:block;font-size:18px;margin-bottom:6px}.accelerator-value-strip span{display:block;color:rgba(255,255,255,.84);font-weight:700;line-height:1.55}.accelerator-pricing-v2 .price-wow-card{display:flex;flex-direction:column;justify-content:space-between;min-height:100%}.accelerator-pricing-v2 .price-wow-card a{display:inline-flex;align-items:center;justify-content:center;margin-top:18px;padding:12px 14px;border-radius:14px;background:rgba(255,255,255,.74);font-weight:800}.accelerator-pricing-v2 .price-wow-card a:hover{background:#fff}

/* curated linkedin section */
.curated-linkedin-strip{background:linear-gradient(135deg,#08182a 0%,#103452 100%)}.curated-linkedin-grid{display:grid;grid-template-columns:1fr;gap:14px}.curated-linkedin-grid .linkedin-update-card{padding:20px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.12);border-radius:22px}.curated-linkedin-grid .linkedin-update-card small{display:inline-flex;padding:7px 10px;border-radius:999px;background:rgba(255,255,255,.1);font-size:11px;font-weight:900;letter-spacing:.08em;text-transform:uppercase;color:#9ed6f8;margin-bottom:10px}.curated-linkedin-grid .linkedin-update-card b{font-size:19px;line-height:1.35}.curated-linkedin-grid .linkedin-update-card span{margin-top:8px;color:rgba(255,255,255,.82);line-height:1.55}

@media(min-width:760px){.investor-hero-v2-grid,.accelerator-hero-grid-v2,.investor-flywheel-layout{grid-template-columns:1fr 1fr}.accelerator-value-strip{grid-template-columns:repeat(3,1fr)}.curated-linkedin-grid{grid-template-columns:repeat(2,1fr)}}
@media(min-width:980px){.flywheel-flow-card{grid-template-columns:repeat(4,1fr);align-items:stretch}.flow-loop-note{grid-column:1/-1}.showcase-node.n3{left:24px;bottom:44px}.showcase-node.n4{right:24px;bottom:44px}}
@media(max-width:760px){.investor-hero-v2,.accelerator-hero-v2{padding:58px 0 50px}.showcase-orbit{min-height:430px}.showcase-center{width:170px;height:170px}.showcase-center strong{font-size:28px}.showcase-node{max-width:138px;padding:12px}.showcase-node b{font-size:14px}.showcase-node span{font-size:12px}.showcase-bottom-grid{grid-template-columns:1fr}.accelerator-logo-wrap img{max-height:76px}}


/* v23 fundraise-ready investor page */
.raise-thesis-section{
  background:linear-gradient(180deg,#eef6fb 0%,#ffffff 100%);
  padding-top:64px;
  padding-bottom:64px;
}
.raise-thesis-card{
  display:grid;
  grid-template-columns:1fr;
  gap:26px;
  align-items:start;
  padding:30px;
  border-radius:34px;
  background:linear-gradient(135deg,#06111d 0%,#0d2f4a 100%);
  color:#fff;
  box-shadow:0 30px 80px rgba(6,17,29,.16);
}
.raise-thesis-card .eyebrow{color:#6fc3f3}
.raise-thesis-card h2{
  margin:10px 0 12px;
  font-size:clamp(34px,5vw,58px);
  line-height:1.02;
  letter-spacing:-.045em;
}
.raise-thesis-card p{
  margin:0;
  color:rgba(235,244,250,.82);
  line-height:1.6;
  font-weight:650;
}
.raise-thesis-points{
  display:grid;
  grid-template-columns:1fr;
  gap:14px;
}
.raise-thesis-points div{
  padding:18px;
  border-radius:22px;
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.12);
}
.raise-thesis-points span{
  display:inline-grid;
  place-items:center;
  width:34px;
  height:34px;
  border-radius:50%;
  background:#fff;
  color:var(--blue);
  font-weight:950;
  margin-bottom:10px;
}
.raise-thesis-points strong{
  display:block;
  font-size:19px;
  margin-bottom:6px;
}
.raise-thesis-points p{
  font-size:14px;
}

.next-phase-section{
  background:linear-gradient(180deg,#f8fbfd 0%,#ffffff 100%);
}
.next-phase-grid{
  display:grid;
  grid-template-columns:1fr;
  gap:28px;
  align-items:start;
}
.next-phase-grid h2{
  margin:10px 0 14px;
  font-size:clamp(34px,5vw,58px);
  line-height:1.02;
  letter-spacing:-.045em;
}
.next-phase-list{
  display:grid;
  grid-template-columns:1fr;
  gap:14px;
}
.next-phase-list div{
  padding:22px;
  border-radius:24px;
  background:#fff;
  border:1px solid #d7e8f2;
  box-shadow:0 16px 36px rgba(9,31,50,.055);
}
.next-phase-list strong{
  display:block;
  color:#06111d;
  font-size:20px;
  margin-bottom:8px;
}
.next-phase-list span{
  display:block;
  color:#607286;
  line-height:1.55;
  font-weight:650;
}

/* v23 cleaner LinkedIn cards after removing the section heading */
.linkedin-news-strip.curated-linkedin-strip{
  padding-top:26px;
}
.linkedin-news-strip.curated-linkedin-strip .linkedin-news-cards{
  margin-top:0;
}

/* v23 mobile tightening */
@media(min-width:860px){
  .raise-thesis-card{
    grid-template-columns:.9fr 1.1fr;
    padding:42px;
  }
  .raise-thesis-points{
    grid-template-columns:repeat(3,1fr);
  }
  .next-phase-grid{
    grid-template-columns:.85fr 1.15fr;
  }
  .next-phase-list{
    grid-template-columns:repeat(2,1fr);
  }
}
@media(max-width:900px){
  body{
    overflow-x:hidden;
  }
  .nav-inner{
    width:100%;
  }
  .logo img{
    max-width:92px;
    height:auto;
  }
  .investor-hero-v2,
  .accelerator-hero-v2,
  .contact-hero,
  .news-clean-hero{
    padding-top:42px!important;
    padding-bottom:42px!important;
  }
  .investor-hero-v2 h1,
  .accelerator-hero-v2 h1,
  .contact-hero h1,
  .news-clean-hero h1{
    font-size:clamp(38px,10vw,54px)!important;
    line-height:.98!important;
  }
  .investor-showcase-card,
  .accelerator-hero-card-v2,
  .raise-thesis-card,
  .flywheel-flow-card,
  .contact-signal-card,
  .form-premium{
    border-radius:26px!important;
  }
  .showcase-orbit{
    min-height:390px!important;
  }
  .showcase-center{
    width:148px!important;
    height:148px!important;
  }
  .showcase-center strong{
    font-size:24px!important;
  }
  .showcase-node{
    max-width:132px!important;
    padding:11px!important;
  }
  .showcase-node b{
    font-size:13px!important;
  }
  .showcase-node span{
    font-size:11px!important;
  }
  .showcase-node.n1{left:8px!important;top:22px!important}
  .showcase-node.n2{right:8px!important;top:22px!important}
  .showcase-node.n3{left:8px!important;bottom:30px!important}
  .showcase-node.n4{right:8px!important;bottom:30px!important}
  .showcase-bottom-grid,
  .investor-metric-grid,
  .pricing-wow-grid,
  .curated-linkedin-grid,
  .news-clean-grid{
    grid-template-columns:1fr!important;
  }
  .investor-metric-card,
  .price-wow-card,
  .news-clean-card,
  .linkedin-update-card,
  .flow-stage,
  .framework-card,
  .vertical,
  .contact-info-card{
    border-radius:22px!important;
  }
  .investor-hero-actions,
  .accelerator-actions,
  .investor-final-actions{
    width:100%;
  }
  .investor-hero-actions .btn,
  .accelerator-actions .btn,
  .investor-final-actions .btn{
    width:100%;
    justify-content:center;
  }
  .hero-mini-proof,
  .accelerator-mini-points,
  .contact-hero-pills{
    gap:8px;
  }
  .hero-mini-proof span,
  .accelerator-mini-points span,
  .contact-hero-pills span{
    font-size:12px;
    padding:8px 11px;
  }
  .raise-thesis-section,
  .next-phase-section,
  .investor-thesis-section,
  .investor-flywheel-section,
  .accelerator-framework-section,
  .accelerator-pricing-section,
  .news-clean-section{
    padding-top:48px!important;
    padding-bottom:48px!important;
  }
  .raise-thesis-card{
    padding:24px!important;
  }
  .footer-grid{
    gap:26px!important;
  }
}
@media(max-width:480px){
  .container{
    padding-left:16px!important;
    padding-right:16px!important;
  }
  .investor-showcase-card,
  .accelerator-hero-card-v2,
  .raise-thesis-card,
  .form-premium{
    padding:18px!important;
  }
  .showcase-orbit{
    min-height:470px!important;
  }
  .showcase-center{
    top:47%!important;
  }
  .showcase-node.n1,
  .showcase-node.n2,
  .showcase-node.n3,
  .showcase-node.n4{
    left:50%!important;
    right:auto!important;
    transform:translateX(-50%)!important;
    max-width:210px!important;
    width:210px!important;
    text-align:center;
  }
  .showcase-node.n1{top:18px!important}
  .showcase-node.n2{top:96px!important}
  .showcase-node.n3{bottom:96px!important}
  .showcase-node.n4{bottom:18px!important}
  .showcase-orbit:before,
  .showcase-orbit:after{
    display:none;
  }
  .accelerator-logo-wrap{
    min-height:132px!important;
    padding:16px!important;
  }
  .accelerator-logo-wrap img{
    max-height:64px!important;
  }
  .price-wow-card strong,
  .investor-metric-card strong{
    font-size:34px!important;
  }
  .news-clean-card h2,
  .linkedin-update-card b{
    font-size:20px!important;
  }
}


/* v24 accelerator pricing palette refinement */
.accelerator-pricing-v2 .pricing-wow-grid{gap:18px}
.accelerator-pricing-v2 .price-wow-card{
  position:relative;
  overflow:hidden;
  border-width:1px;
  border-style:solid;
  box-shadow:0 18px 42px rgba(9,31,50,.08);
  transition:transform .22s ease, box-shadow .22s ease;
}
.accelerator-pricing-v2 .price-wow-card:hover{
  transform:translateY(-4px);
  box-shadow:0 24px 54px rgba(9,31,50,.12);
}
.accelerator-pricing-v2 .price-wow-card::before{
  content:"";
  position:absolute;
  inset:0 auto 0 0;
  width:6px;
  border-radius:28px 0 0 28px;
  background:var(--blue);
}
.accelerator-pricing-v2 .price-wow-card.spark{
  background:linear-gradient(180deg,#f9fcff 0%,#eef7fd 100%);
  border-color:#d7e8f2;
}
.accelerator-pricing-v2 .price-wow-card.spark::before{background:#7fc8ee}
.accelerator-pricing-v2 .price-wow-card.build{
  background:linear-gradient(180deg,#f1f9ff 0%,#dff1fb 100%);
  border-color:#c7e4f5;
}
.accelerator-pricing-v2 .price-wow-card.build::before{background:var(--blue-light)}
.accelerator-pricing-v2 .price-wow-card.launch{
  background:linear-gradient(180deg,#e8f4fb 0%,#c9e3f2 100%);
  border-color:#a9d2e8;
}
.accelerator-pricing-v2 .price-wow-card.launch::before{background:var(--blue)}
.accelerator-pricing-v2 .price-wow-card.scale{
  background:linear-gradient(145deg,#0a2033 0%,#114165 100%);
  border-color:#2e6d95;
  color:#fff;
  box-shadow:0 22px 52px rgba(8,28,46,.18);
}
.accelerator-pricing-v2 .price-wow-card.scale::before{background:#8fd7ff}
.accelerator-pricing-v2 .price-tag{
  background:rgba(255,255,255,.88);
  color:#0d3654;
  border:1px solid rgba(15,130,189,.16);
}
.accelerator-pricing-v2 .price-wow-card strong{color:#06111d}
.accelerator-pricing-v2 .price-wow-card p{color:#3d5368}
.accelerator-pricing-v2 .price-wow-card ul{color:#11273a}
.accelerator-pricing-v2 .price-wow-card a{
  background:#fff;
  color:var(--blue-dark);
  border:1px solid rgba(15,130,189,.18);
  box-shadow:0 10px 24px rgba(9,31,50,.06);
}
.accelerator-pricing-v2 .price-wow-card a:hover{
  background:#f4fbff;
  color:#055f8f;
}
.accelerator-pricing-v2 .price-wow-card.scale .price-tag{
  background:rgba(255,255,255,.14);
  color:#fff;
  border-color:rgba(255,255,255,.22);
}
.accelerator-pricing-v2 .price-wow-card.scale strong,
.accelerator-pricing-v2 .price-wow-card.scale p,
.accelerator-pricing-v2 .price-wow-card.scale ul{
  color:#fff;
}
.accelerator-pricing-v2 .price-wow-card.scale p{color:rgba(255,255,255,.82)}
.accelerator-pricing-v2 .price-wow-card.scale ul{color:rgba(255,255,255,.94)}
.accelerator-pricing-v2 .price-wow-card.scale a{
  background:rgba(255,255,255,.14);
  color:#fff;
  border-color:rgba(255,255,255,.22);
  box-shadow:none;
}
.accelerator-pricing-v2 .price-wow-card.scale a:hover{
  background:rgba(255,255,255,.22);
}
@media(max-width:640px){
  .accelerator-pricing-v2 .pricing-wow-grid{gap:14px}
}


/* v25 accelerator final polish */
.accelerator-hero-v2{
  position:relative;
  overflow:hidden;
}
.accelerator-hero-v2::before{
  content:"";
  position:absolute;
  right:-140px;
  top:-120px;
  width:420px;
  height:420px;
  border-radius:50%;
  background:radial-gradient(circle,rgba(56,169,232,.22),transparent 68%);
  pointer-events:none;
}
.accelerator-hero-v2::after{
  content:"ACCELERATOR";
  position:absolute;
  right:-28px;
  bottom:-18px;
  font-size:clamp(76px,12vw,180px);
  line-height:.8;
  font-weight:950;
  letter-spacing:-.07em;
  color:rgba(255,255,255,.035);
  pointer-events:none;
}
.accelerator-hero-grid-v2{
  position:relative;
  z-index:1;
}
.accelerator-copy h1{
  max-width:760px;
}
.accelerator-hero-card-v2{
  position:relative;
  overflow:hidden;
}
.accelerator-hero-card-v2::before{
  content:"";
  position:absolute;
  inset:0;
  background:radial-gradient(circle at 80% 0%,rgba(143,215,255,.18),transparent 42%);
  pointer-events:none;
}
.accelerator-logo-wrap,
.accelerator-hero-benefits{
  position:relative;
  z-index:1;
}
.accelerator-logo-wrap{
  box-shadow:inset 0 0 0 1px rgba(15,130,189,.08),0 18px 42px rgba(9,31,50,.10);
}
.accelerator-logo-wrap img{
  filter:drop-shadow(0 10px 22px rgba(15,130,189,.12));
}
.accelerator-proof-strip{
  margin-top:-34px;
  position:relative;
  z-index:5;
}
.accelerator-proof-grid{
  display:grid;
  grid-template-columns:1fr;
  gap:12px;
}
.accelerator-proof-grid div{
  background:#fff;
  border:1px solid #d7e8f2;
  border-radius:22px;
  padding:22px;
  box-shadow:0 18px 42px rgba(9,31,50,.10);
}
.accelerator-proof-grid strong{
  display:block;
  font-size:clamp(28px,4vw,42px);
  line-height:1;
  letter-spacing:-.04em;
  color:#06111d;
  margin-bottom:8px;
}
.accelerator-proof-grid span{
  display:block;
  color:#607286;
  font-weight:800;
  line-height:1.45;
}
.accelerator-framework-v2{
  padding-top:72px;
}
.accelerator-framework-grid-v2 .framework-card{
  position:relative;
  overflow:hidden;
  background:linear-gradient(180deg,#ffffff 0%,#f8fbfd 100%);
}
.accelerator-framework-grid-v2 .framework-card::after{
  content:"";
  position:absolute;
  right:-46px;
  top:-46px;
  width:120px;
  height:120px;
  border-radius:50%;
  background:rgba(15,130,189,.07);
}
.accelerator-framework-grid-v2 .framework-card span,
.accelerator-framework-grid-v2 .framework-card h3,
.accelerator-framework-grid-v2 .framework-card p{
  position:relative;
  z-index:1;
}
.accelerator-verticals-v2 .vertical{
  transition:transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}
.accelerator-verticals-v2 .vertical:hover{
  transform:translateY(-3px);
  border-color:#c4ddec;
  box-shadow:0 18px 42px rgba(9,31,50,.08);
}
.accelerator-value-strip{
  align-items:stretch;
}
.accelerator-value-strip div{
  border-radius:20px;
  border:1px solid rgba(255,255,255,.10);
  background:rgba(255,255,255,.04);
}
.accelerator-pricing-v2{
  background:linear-gradient(180deg,#ffffff 0%,#f5f9fc 100%);
}
.accelerator-pricing-v2 .investor-section-heading h2{
  max-width:820px;
}
.accelerator-pricing-v2 .price-wow-card{
  padding-left:30px;
}
.accelerator-pricing-v2 .price-wow-card strong{
  margin-top:2px;
}
.accelerator-pricing-v2 .price-wow-card ul li::marker{
  color:var(--blue);
}
.accelerator-final-cta-section{
  background:#f5f9fc;
  padding-top:34px;
}
.accelerator-final-cta{
  display:grid;
  grid-template-columns:1fr;
  gap:22px;
  align-items:center;
  padding:34px;
  border-radius:32px;
  color:#fff;
  background:
    radial-gradient(circle at 85% 0%,rgba(143,215,255,.20),transparent 36%),
    linear-gradient(135deg,#06111d 0%,#0e3452 100%);
  box-shadow:0 24px 64px rgba(6,17,29,.16);
  overflow:hidden;
  position:relative;
}
.accelerator-final-cta::after{
  content:"";
  position:absolute;
  right:-90px;
  bottom:-120px;
  width:260px;
  height:260px;
  border-radius:50%;
  background:rgba(255,255,255,.08);
}
.accelerator-final-cta > *{
  position:relative;
  z-index:1;
}
.accelerator-final-cta h2{
  margin:10px 0 10px;
  font-size:clamp(32px,5vw,54px);
  line-height:1.02;
  letter-spacing:-.045em;
}
.accelerator-final-cta p{
  margin:0;
  max-width:720px;
  color:rgba(255,255,255,.80);
  line-height:1.6;
  font-weight:650;
}
.accelerator-final-cta .btn{
  width:100%;
  background:#fff;
  color:#06111d;
  border-color:rgba(255,255,255,.18);
  box-shadow:0 16px 34px rgba(0,0,0,.15);
}

@media(min-width:760px){
  .accelerator-proof-grid{
    grid-template-columns:repeat(3,1fr);
  }
  .accelerator-final-cta{
    grid-template-columns:1fr auto;
    padding:42px;
  }
  .accelerator-final-cta .btn{
    width:auto;
  }
}
@media(max-width:760px){
  .accelerator-proof-strip{
    margin-top:-20px;
  }
  .accelerator-framework-v2{
    padding-top:56px;
  }
  .accelerator-final-cta{
    padding:26px;
    border-radius:26px;
  }
}


/* v26 hidden legal pages for IO Eats app */
.legal-header{
  background:rgba(255,255,255,.96);
  border-bottom:1px solid rgba(221,231,239,.9);
  position:sticky;
  top:0;
  z-index:60;
  backdrop-filter:blur(16px);
}
.legal-header-inner{
  min-height:70px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
}
.legal-logo img{width:92px;height:auto}
.legal-header span{
  color:#607286;
  font-size:13px;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.1em;
}
.legal-hero{
  color:#fff;
  background:radial-gradient(circle at 80% 0%, rgba(56,169,232,.18), transparent 34%),linear-gradient(135deg,#06111d 0%,#0b2034 100%);
  padding:72px 0 58px;
}
.legal-hero h1{
  margin:12px 0 14px;
  font-size:clamp(42px,7vw,72px);
  line-height:.98;
  letter-spacing:-.055em;
}
.legal-hero p{
  max-width:760px;
  margin:0;
  color:rgba(255,255,255,.82);
  font-size:18px;
  line-height:1.6;
}
.legal-content-section{background:linear-gradient(180deg,#f8fbfd 0%,#eef6fb 100%)}
.legal-card{
  max-width:920px;
  margin:0 auto;
  background:#fff;
  border:1px solid #dbe7ef;
  border-radius:30px;
  padding:clamp(24px,5vw,54px);
  box-shadow:0 22px 58px rgba(9,31,50,.08);
}
.legal-card .legal-date{
  margin-top:0;
  padding:14px 16px;
  border-radius:16px;
  background:#eef7fd;
  color:#0d3654;
  font-weight:750;
}
.legal-card h2{
  margin:34px 0 12px;
  padding-top:18px;
  border-top:1px solid #e6eef5;
  color:#06111d;
  font-size:26px;
  line-height:1.18;
  letter-spacing:-.025em;
}
.legal-card h2:first-of-type{border-top:0;padding-top:0}
.legal-card h3{
  margin:22px 0 8px;
  color:#0d3654;
  font-size:18px;
}
.legal-card p,.legal-card li{
  color:#4f6275;
  font-size:16px;
  line-height:1.72;
}
.legal-card ul{margin:10px 0 18px;padding-left:24px}
.legal-card a{color:var(--blue);font-weight:850}
.legal-footer{background:#09111b;color:rgba(255,255,255,.68);padding:28px 0}
.legal-footer p{margin:0}
@media(max-width:640px){
  .legal-header-inner{min-height:64px}
  .legal-logo img{width:82px}
  .legal-header span{font-size:11px}
  .legal-hero{padding:54px 0 42px}
  .legal-card{border-radius:24px}
  .legal-card h2{font-size:22px}
}
