:root{--brand-start:#9b5cff;--brand-end:#4f46e5;--accent:#ec4899;--text:#0f172a;--muted:#475569;--bg:#ffffff;}*{box-sizing:border-box;}html{scroll-behavior:smooth;}body{margin:0;font-family:ui-sans-serif,system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans","Apple Color Emoji","Segoe UI Emoji";color:var(--text);background:var(--bg);line-height:1.5;}a{color:inherit;text-decoration:none;}img{max-width:100%;display:block;height:auto;}.container{max-width:1120px;margin:0 auto;padding:0 20px;}.header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,0.8);backdrop-filter:blur(8px);border-bottom:1px solid #e5e7eb;}.nav{display:flex;align-items:center;justify-content:space-between;padding:14px 0;}.brand{display:flex;align-items:center;gap:10px;font-weight:700;}.brand img{width:32px;height:32px;}.badge{background:linear-gradient(135deg,var(--brand-start),var(--brand-end));color:white;padding:2px 10px;border-radius:999px;font-size:12px;font-weight:600;}.cta{background:linear-gradient(135deg,var(--brand-start),var(--brand-end));color:#fff;padding:12px 16px;border-radius:12px;font-weight:600;border:none;cursor:pointer;}.cta:focus-visible{outline:2px solid #111827;outline-offset:2px;}.hero{padding:64px 0 24px;background:radial-gradient(80% 60% at 50% -10%,rgba(155,92,255,0.25),transparent),#fff;}.hero h1{font-size:clamp(28px,5vw,56px);line-height:1.05;margin:0;}.hero p{color:var(--muted);font-size:clamp(16px,2vw,20px);max-width:60ch;}.grid{display:grid;gap:20px;}.grid.cols-3{grid-template-columns:repeat(3,1fr);}@media (max-width:900px){.grid.cols-3{grid-template-columns:1fr;}}.card{border:1px solid #e5e7eb;border-radius:16px;overflow:hidden;background:#fff;box-shadow:0 10px 20px rgba(17,24,39,0.05);}.card .body{padding:16px;}.card h3{margin:0 0 6px;font-size:18px;}.card p{margin:0;color:var(--muted);font-size:14px;}.section{padding:56px 0;}.section h2{font-size:clamp(22px,4vw,34px);margin:0 0 16px;}.subtle{color:var(--muted);}.how-list{display:grid;gap:16px;grid-template-columns:repeat(3,1fr);}@media (max-width:900px){.how-list{grid-template-columns:1fr;}}.how-item{display:flex;gap:14px;align-items:flex-start;border:1px solid #e5e7eb;border-radius:16px;padding:14px;background:linear-gradient(180deg,rgba(79,70,229,0.03),rgba(155,92,255,0.03));}.how-item img{width:40px;height:40px;flex:0 0 auto;}.how-item h4{margin:0;font-size:16px;}.how-item p{margin:4px 0 0;color:var(--muted);font-size:14px;}.footer{border-top:1px solid #e5e7eb;padding:28px 0;color:var(--muted);font-size:14px;}.reveal{opacity:0;transform:translateY(10px);transition:.4s ease;}.reveal.in{opacity:1;transform:none;}.hero-verticals{display:flex;flex-wrap:wrap;gap:10px;margin-top:16px;}.hero-vertical{display:flex;align-items:center;gap:8px;padding:8px 10px;border:1px solid #e5e7eb;border-radius:999px;background:#fff;}.hero-vertical img{width:18px;height:18px;}.icon-h{width:22px;height:22px;vertical-align:middle;margin-right:6px;}.card .title-icon{display:flex;align-items:center;gap:8px;margin-bottom:6px;}.hero .container{position:relative;}.hero-wrap{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:32px;align-items:start;}.hero-copy{align-self:start;}.hero-media{align-self:start;justify-self:end;}.hero-media a{display:block;border-radius:16px;overflow:hidden;border:1px solid #e5e7eb;}.hero-media img{width:clamp(260px,28vw,420px);height:auto;display:block;margin:0;}@media (max-width:1024px){.hero-wrap{grid-template-columns:1fr;}.hero-media{justify-self:center;}.hero-media img{width:clamp(220px,65vw,360px);}}.how-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:16px;}.how-item{display:grid;grid-template-columns:40px 1fr;gap:12px;align-items:start;}.how-item img{width:40px;height:40px;}.notice{padding:12px 14px;border-radius:12px;border:1px solid #e5e7eb;margin-top:12px;font-weight:500;}.notice.success{background:#ecfdf5;border-color:#a7f3d0;}.notice.error{background:#fef2f2;border-color:#fecaca;}/* --- Mobile nav hamburger --- */
.hamburger{border:0;background:transparent;width:40px;height:32px;display:none;flex-direction:column;justify-content:space-between;padding:6px;margin-left:8px}
.hamburger span{display:block;height:2px;background:#111827;border-radius:2px}
@media (max-width: 900px){
  .hamburger{display:flex}
  .nav .nav-links{display:none;position:absolute;top:60px;left:0;right:0;background:#fff;border-top:1px solid #e5e7eb;padding:12px 16px}
  .nav.nav-open .nav-links{display:block}
}.hero .eyebrow{display:inline-block;transform:translateY(-18.9px);}.hero h1{margin-top:0;}.nav{position:relative;}.hamburger{border:0;background:transparent;width:40px;height:32px;display:none;flex-direction:column;justify-content:space-between;padding:6px}.hamburger span{display:block;height:2px;background:#111827;border-radius:2px}@media (max-width:900px){.hamburger{display:flex !important;position:absolute;right:12px;top:12px;z-index:50}.nav .nav-links{display:none;position:absolute;top:56px;left:0;right:0;background:#fff;border-top:1px solid #e5e7eb;padding:12px 16px}.nav.nav-open .nav-links{display:block}}.form-notice{display:none;margin-top:12px}.form-notice.show{display:block;padding:12px 14px;border-radius:12px;border:1px solid #e5e7eb}.form-notice.success{background:#ecfdf5;border-color:#a7f3d0}.form-notice.error{background:#fef2f2;border-color:#fecaca}.brand img{height:32px;width:auto}
/* Brand logo sizing */
.brand img{height:42px;width:auto}
@media (max-width:900px){.brand img{height:36px}}
footer .footer-logo{height:60px;width:auto;display:block;margin-bottom:10px}
@media (max-width:900px){footer .footer-logo{height:50px}}
.section{content-visibility:auto;contain-intrinsic-size:800px 1000px}.brand img{height:44px;width:auto}@media (max-width:900px){.brand img{height:40px}}.brand img{height:44px;width:auto}@media (max-width:900px){.brand img{height:40px}}
/* Oversized brand logo as requested */
.brand img{height:176px;width:auto}
@media (max-width:900px){.brand img{height:140px}}
/* Space below header so hero doesn't collide */
.header{padding-top:8px;padding-bottom:8px}

/* EXTRA LARGE HEADER LOGO */
.header .brand img{height:200px !important; width:auto; max-width:none;}
@media (max-width:900px){.header .brand img{height:160px !important;}}
.header{padding-top:12px;padding-bottom:12px}

/* Halved header logo size per request */
.header .brand img{height:100px !important; width:auto; max-width:none;}
@media (max-width:900px){.header .brand img{height:80px !important;}}
/* Tighten header spacing to match new logo height */
.header{padding-top:8px;padding-bottom:8px}

/* Move logo further left on header only */
.header .container{padding-left:8px}
/* Hamburger + mobile dropdown */
.hamburger{border:0;background:transparent;width:40px;height:32px;display:none;flex-direction:column;justify-content:space-between;padding:6px;margin-left:8px}
.hamburger span{display:block;height:2px;background:#111827;border-radius:2px}
.nav{position:relative;display:flex;align-items:center;justify-content:space-between}
.nav .nav-links{display:flex;gap:18px;align-items:center}
@media (max-width:900px){
  .hamburger{display:flex}
  .nav .nav-links{display:none;position:absolute;top:64px;left:0;right:0;background:#fff;border-top:1px solid #e5e7eb;padding:12px 16px;flex-direction:column;gap:10px;box-shadow:0 10px 20px rgba(17,24,39,0.08);z-index:40}
  .nav.nav-open .nav-links{display:block}
  .nav .nav-links > ul,.nav .nav-links > div{width:100%}
}

@media (max-width:900px){
  .hamburger{display:none !important}
  .nav .nav-links{display:none !important}
}

/* Hide ALL navigation links on mobile */
@media (max-width:900px){
  .nav .nav-links, .nav .nav-links * { display:none !important; }
}

/* Align header logo with page left gutter */
.header .container{ padding-left:16px !important; }
.header .brand{ margin-left:0 !important; }
.nav{ justify-content:flex-start; }

/* Hard-hide ALL navigation links on mobile (keep logo only) */
@media (max-width:900px){
  header .nav .nav-links, header .nav .nav-links *{display:none !important}
  header .nav a:not(.brand){display:none !important}
  header .nav ul, header .nav li{display:none !important}
  header .nav > *:not(.brand){display:none !important}
}
