:root{--ink:#0d1733;--muted:#5c6780;--blue:#1263f3;--blue2:#0a4fdf;--line:#dfe5ef;--soft:#f4f7fb;--soft2:#eef4ff;--white:#fff;--shadow:0 24px 60px rgba(20,35,70,.12)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--ink);background:#fff;line-height:1.55}a{color:inherit}.shell{width:min(1180px,calc(100% - 40px));margin:0 auto}.hero{padding:28px 0 72px}.brand{display:flex;align-items:center;margin-bottom:46px}.brand.small{margin:0}.brand-logo{display:block;width:190px;height:auto}.brand.small .brand-logo{width:145px}.hero-grid{display:grid;grid-template-columns:1.02fr 1fr;gap:54px;align-items:center}.eyebrow{font-size:12px;font-weight:800;letter-spacing:.16em;color:var(--blue);margin-bottom:14px}.pill{display:inline-block;border:1px solid #9bbcff;border-radius:999px;padding:6px 10px;background:#f6f9ff}.hero h1,.section h2{letter-spacing:-.04em;line-height:1.04;margin:0}.hero h1{font-size:clamp(48px,6vw,76px)}.hero h1 span{color:var(--blue)}.lede{font-size:20px;color:var(--muted);max-width:680px;margin:24px 0 28px}.cta-row{display:flex;gap:12px;flex-wrap:wrap}.btn{display:inline-flex;align-items:center;justify-content:center;text-decoration:none;border-radius:9px;padding:14px 22px;font-weight:800;transition:.2s ease;border:1px solid transparent}.btn.primary{color:#fff;background:linear-gradient(180deg,var(--blue),var(--blue2));box-shadow:0 10px 25px rgba(18,99,243,.22)}.btn.primary:hover{transform:translateY(-1px)}.btn.secondary{border-color:#9db7f4;color:var(--blue);background:#fff}.trust-row{display:flex;gap:22px;flex-wrap:wrap;margin-top:24px;color:#4d5a75;font-size:14px}.hero-visual img{width:100%;display:block;border-radius:12px;box-shadow:var(--shadow);border:1px solid #2a2f37}.section{padding:72px 0;border-top:1px solid #eef1f6}.recognition{background:#fff}.center{text-align:center}.section h2{font-size:clamp(34px,4vw,52px);margin-bottom:22px}.cards{display:grid;gap:18px;margin-top:38px}.cards.four{grid-template-columns:repeat(4,1fr)}.card{border:1px solid var(--line);border-radius:12px;padding:24px;background:#fff;box-shadow:0 8px 28px rgba(27,49,84,.05)}.card h3{font-size:20px;line-height:1.2;margin:14px 0 10px}.card p,.split p,.proof p,.ai-card p,.beta-card p,.step p{color:var(--muted);margin:0}.icon{width:38px;height:38px;display:grid;place-items:center;background:#eaf2ff;color:var(--blue);border-radius:9px;font-weight:900}.soft{background:linear-gradient(180deg,#f8fbff,#f2f6fb)}.split{display:grid;grid-template-columns:1fr .9fr;gap:70px;align-items:center}.checklist{list-style:none;padding:0;margin:0;display:grid;gap:16px}.checklist li{position:relative;padding-left:32px;color:#35425e}.checklist li:before{content:"✓";position:absolute;left:0;top:-1px;width:21px;height:21px;border-radius:50%;border:1px solid var(--blue);color:var(--blue);display:grid;place-items:center;font-size:13px;font-weight:900}.steps{display:grid;grid-template-columns:repeat(4,1fr);gap:22px;margin-top:38px}.step{position:relative;padding:8px 8px 8px 0}.step span{width:32px;height:32px;border-radius:50%;background:#eaf2ff;color:var(--blue);display:grid;place-items:center;font-weight:900}.step h3{margin:14px 0 8px;font-size:20px}.proof-wrap{background:#f8fbff}.proof{display:grid;grid-template-columns:1.05fr .95fr;gap:42px;align-items:center;background:#edf4ff;border-radius:18px;padding:18px}.proof img{width:100%;border-radius:12px;display:block}.proof>div{padding:30px 34px}.ai-section{background:#fff}.ai-card{display:grid;grid-template-columns:1fr 280px;gap:42px;align-items:center;border:1px solid var(--line);border-radius:18px;padding:38px;background:#fff}.ai-note{background:#f3f7ff;border:1px solid #d7e4ff;border-radius:14px;padding:26px;color:#33425f}.beta{background:#fff}.beta-card{display:grid;grid-template-columns:1fr auto;gap:40px;align-items:center;background:linear-gradient(135deg,#f1f6ff,#e9f2ff);border:1px solid #d9e6fb;border-radius:18px;padding:36px 42px}.beta-action{display:grid;gap:10px;text-align:center}footer{border-top:1px solid var(--line);padding:28px 0 40px;background:#fff}.footer-inner{display:flex;align-items:center;justify-content:space-between;gap:20px}.footer-links{display:flex;gap:24px;font-size:14px}.footer-links a{text-decoration:none;color:#4d5a75}.footer-links a:hover{text-decoration:underline}
@media(max-width:900px){.hero-grid,.split,.proof,.ai-card,.beta-card{grid-template-columns:1fr}.cards.four,.steps{grid-template-columns:repeat(2,1fr)}.brand{margin-bottom:32px}.hero{padding-bottom:50px}.hero-visual{order:-1}.hero-copy{order:2}.ai-note{max-width:none}.beta-action{justify-items:start;text-align:left}}
@media(max-width:600px){.shell{width:min(100% - 28px,1180px)}.hero{padding-top:20px}.hero h1{font-size:44px}.lede{font-size:18px}.cards.four,.steps{grid-template-columns:1fr}.section{padding:54px 0}.trust-row{gap:10px 18px}.proof>div{padding:18px 8px}.ai-card,.beta-card{padding:24px}.footer-inner{align-items:flex-start;flex-direction:column}.footer-links{flex-direction:column;gap:10px}.cta-row .btn{width:100%}}


/* Cookie consent banner */
.cookie-banner{
  position:fixed;
  left:20px;
  right:20px;
  bottom:20px;
  z-index:9999;
  display:none;
  pointer-events:none;
}
.cookie-banner.show{
  display:block;
}
.cookie-banner-inner{
  width:min(980px,100%);
  margin:0 auto;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:22px;
  padding:18px 20px;
  background:rgba(255,255,255,.98);
  border:1px solid var(--line);
  border-radius:14px;
  box-shadow:0 18px 55px rgba(20,35,70,.18);
  pointer-events:auto;
}
.cookie-banner p{
  margin:0;
  color:var(--ink);
  font-size:15px;
  line-height:1.5;
}
.cookie-banner p a{
  color:var(--blue);
  text-decoration:underline;
  text-underline-offset:2px;
}
.cookie-actions{
  display:flex;
  align-items:center;
  gap:10px;
  flex:0 0 auto;
}
.cookie-actions button{
  font:inherit;
  cursor:pointer;
}
.cookie-decline{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:48px;
  padding:12px 18px;
  border:1px solid #b9c4d6;
  border-radius:9px;
  background:#fff;
  color:var(--ink);
  font-weight:700;
}
.cookie-decline:hover{
  background:var(--soft);
}
#cookie-accept{
  min-height:48px;
  padding:12px 20px;
}

@media(max-width:700px){
  .cookie-banner{
    left:12px;
    right:12px;
    bottom:12px;
  }
  .cookie-banner-inner{
    align-items:stretch;
    flex-direction:column;
    gap:14px;
    padding:16px;
  }
  .cookie-actions{
    width:100%;
  }
  .cookie-actions button{
    flex:1 1 0;
  }
}
