
:root{
  --navy:#021C4F;
  --navy-2:#0A2B66;
  --navy-3:#102F68;
  --orange:#FC7007;
  --orange-2:#FF8A2E;
  --ink:#0E1627;
  --body:#344054;
  --muted:#667085;
  --soft:#F7F9FC;
  --soft-2:#FBFCFE;
  --line:#E3E8F0;
  --white:#FFFFFF;
  --green:#0C9B5E;
  --blue:#147BE8;
  --purple:#7C3AED;
  --cyan:#078CC4;
  --shadow-1:0 12px 38px rgba(2,28,79,.07);
  --shadow-2:0 28px 80px rgba(2,28,79,.12);
  --radius-sm:14px;
  --radius:22px;
  --radius-lg:34px;
  --max:1240px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  color:var(--ink);
  background:var(--white);
  font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;
  -webkit-font-smoothing:antialiased;
  text-rendering:optimizeLegibility;
}
img{display:block;max-width:100%}
a{text-decoration:none;color:inherit}
button,input{font:inherit}
.wrap{width:min(calc(100% - 48px),var(--max));margin-inline:auto}

.site-header{
  position:sticky;top:0;z-index:60;
  background:rgba(255,255,255,.90);
  border-bottom:1px solid rgba(2,28,79,.08);
  backdrop-filter:blur(18px);
}
.header-inner{height:82px;display:flex;align-items:center;justify-content:space-between;gap:28px}
.brand{display:inline-flex;align-items:center}
.brand img{width:142px;height:auto}
.nav{display:flex;align-items:center;gap:30px;font-size:15px;font-weight:600;color:#475467}
.nav a{transition:color .18s ease, transform .18s ease}
.nav a:hover{color:var(--navy)}
.nav-cta{
  background:var(--navy);color:#fff!important;padding:12px 17px;border-radius:11px;
  box-shadow:0 8px 24px rgba(2,28,79,.13)
}
.nav-cta:hover{transform:translateY(-1px)}
.mobile-toggle{display:none;background:transparent;border:0;font-size:28px;color:var(--navy);cursor:pointer}

.hero{
  position:relative;overflow:hidden;
  padding:104px 0 92px;
  background:
    radial-gradient(circle at 78% 20%, rgba(252,112,7,.075), transparent 25%),
    radial-gradient(circle at 15% 0%, rgba(2,28,79,.045), transparent 24%),
    linear-gradient(180deg,#fff 0%,#FCFDFE 100%);
}
.hero::before{
  content:"";position:absolute;inset:0;pointer-events:none;opacity:.45;
  background-image:linear-gradient(rgba(2,28,79,.035) 1px, transparent 1px),
                   linear-gradient(90deg,rgba(2,28,79,.035) 1px, transparent 1px);
  background-size:44px 44px;
  mask-image:linear-gradient(to bottom,rgba(0,0,0,.55),transparent 88%);
}
.hero-grid{display:grid;grid-template-columns:1.04fr .96fr;gap:70px;align-items:center;position:relative;z-index:1}
.eyebrow,.label{
  color:var(--orange);text-transform:uppercase;letter-spacing:.15em;font-weight:800;font-size:12px
}
.eyebrow{margin-bottom:18px}
h1{
  margin:0;color:var(--navy);font-size:clamp(58px,6.4vw,88px);line-height:.96;
  letter-spacing:-.058em;max-width:790px;font-weight:790
}
h1 .accent{color:var(--orange)}
.hero-copy{margin:28px 0 0;max-width:660px;color:var(--body);font-size:20px;line-height:1.65;letter-spacing:-.01em}
.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:34px}
.btn{
  display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:14px 19px;
  border-radius:12px;font-size:15px;font-weight:750;border:1px solid transparent;transition:.2s ease
}
.btn.primary{background:var(--navy);color:white;box-shadow:0 10px 26px rgba(2,28,79,.14)}
.btn.primary:hover{background:var(--navy-2);transform:translateY(-2px)}
.btn.secondary{background:#fff;color:var(--navy);border-color:#C9D2E1}
.btn.secondary:hover{border-color:#9EABC0;transform:translateY(-1px)}

.hero-art{position:relative;min-height:470px;display:flex;align-items:center;justify-content:center}
.hero-orbit,.hero-orbit::before,.hero-orbit::after{
  position:absolute;content:"";border:1px solid rgba(2,28,79,.10);border-radius:50%
}
.hero-orbit{width:460px;height:460px}
.hero-orbit::before{inset:48px}
.hero-orbit::after{inset:96px;border-style:dashed}
.infinity-card{
  position:relative;z-index:3;width:min(100%,520px);padding:58px 52px 48px;
  border:1px solid rgba(2,28,79,.11);border-radius:34px;background:rgba(255,255,255,.92);
  box-shadow:var(--shadow-2);backdrop-filter:blur(10px)
}
.infinity-card::before{
  content:"";position:absolute;inset:15px;border:1px solid rgba(2,28,79,.055);
  border-radius:24px;pointer-events:none
}
.infinity-card img{width:300px;margin:0 auto;position:relative;z-index:1}
.formula{margin-top:30px;text-align:center;color:var(--navy);font-weight:800;font-size:48px;letter-spacing:.07em}
.formula .inf{color:var(--orange)}

.section{padding:104px 0}
.section.soft{background:linear-gradient(180deg,#F7F9FC 0%,#FBFCFE 100%)}
.section-head{display:grid;grid-template-columns:.84fr 1.16fr;gap:56px;align-items:end;margin-bottom:50px}
.label{display:block;margin-bottom:13px}
.section-head h2{
  margin:0;color:var(--navy);font-size:clamp(42px,4.8vw,62px);line-height:1.0;
  letter-spacing:-.05em;font-weight:780
}
.section-head p{margin:0;color:var(--body);font-size:18px;line-height:1.72;max-width:660px;justify-self:end}

.process-shell{
  border:1px solid var(--line);background:#fff;border-radius:28px;padding:38px 30px 34px;
  box-shadow:var(--shadow-1)
}
.process-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:22px;position:relative}
.process-grid::before{
  content:"";position:absolute;left:8%;right:8%;top:52px;height:1px;
  background:linear-gradient(90deg,transparent,rgba(252,112,7,.5) 8%,rgba(252,112,7,.5) 92%,transparent)
}
.step{position:relative;z-index:2;text-align:center;padding:0 6px}
.step-num{font-size:11px;color:var(--orange);font-weight:850;letter-spacing:.12em;margin-bottom:12px}
.step-icon{
  width:88px;height:88px;margin:0 auto 18px;border-radius:50%;display:grid;place-items:center;
  color:var(--navy);background:#fff;border:1px solid #DDE4EE;box-shadow:0 10px 28px rgba(2,28,79,.06);
  font-size:28px;font-weight:760
}
.step h3{margin:0 0 9px;color:var(--navy);font-size:19px;letter-spacing:-.02em}
.step p{margin:0;color:var(--muted);font-size:14px;line-height:1.58}

.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.product-card{
  position:relative;overflow:hidden;display:flex;flex-direction:column;min-height:320px;
  padding:26px 26px 24px;border:1px solid var(--line);border-radius:22px;background:#fff;
  box-shadow:0 10px 32px rgba(2,28,79,.05);transition:.22s ease
}
.product-card::after{
  content:"";position:absolute;right:-55px;top:-55px;width:150px;height:150px;border-radius:50%;
  background:radial-gradient(circle,rgba(2,28,79,.055),transparent 70%);pointer-events:none
}
.product-card:hover{transform:translateY(-4px);box-shadow:0 20px 50px rgba(2,28,79,.095);border-color:#D5DDE9}
.product-logo{
  display:block;
  width:100%;
  max-width:320px;
  height:44px;
  object-fit:contain;
  object-position:left center;
  margin-bottom:18px;
}
@media(max-width:760px){
  .product-logo{max-width:300px;height:40px}
}
.product-card h3{margin:22px 0 7px;color:var(--navy);font-size:22px;letter-spacing:-.025em}
.product-tagline{color:var(--navy);font-weight:750;font-size:15px;line-height:1.4}
.product-card p{color:var(--body);font-size:15px;line-height:1.67;margin:12px 0 24px}
.status{
  margin-top:auto;display:inline-flex;width:max-content;border-radius:999px;padding:7px 10px;
  font-size:10px;letter-spacing:.095em;text-transform:uppercase;font-weight:850
}
.status.use{background:#EAF7F0;color:#087443}
.status.build{background:#EDF4FF;color:#175CD3}
.status.exp{background:#F4EBFF;color:#6941C6}
.principle{
  margin-top:26px;border:1px solid var(--line);border-radius:22px;background:#fff;
  padding:24px 28px;display:flex;align-items:center;justify-content:space-between;gap:26px;
  box-shadow:0 10px 30px rgba(2,28,79,.045)
}
.principle-copy{display:flex;align-items:center;gap:17px}
.quote-mark{font-family:Georgia,serif;font-size:42px;color:var(--orange);line-height:1}
.principle strong{display:block;color:var(--navy);font-size:21px;line-height:1.35;letter-spacing:-.02em}
.principle .formula{margin:0;font-size:33px;white-space:nowrap}

.about-grid{display:grid;grid-template-columns:1.28fr .72fr;gap:24px}
.about-card,.founder-card{border:1px solid var(--line);border-radius:26px;padding:34px;box-shadow:var(--shadow-1)}
.about-card{background:#fff}
.about-card p{margin:0;color:var(--body);font-size:17px;line-height:1.78}
.about-card p+p{margin-top:18px}
.founder-card{
  background:linear-gradient(145deg,#061731 0%,#0A2B66 100%);color:#fff;position:relative;overflow:hidden
}
.founder-card::after{
  content:"∞";position:absolute;right:-14px;bottom:-48px;color:rgba(255,255,255,.045);
  font-size:180px;font-weight:800
}
.founder-card .label{color:#FF9A50}
.founder-card h3{margin:10px 0 7px;font-size:28px;letter-spacing:-.03em}
.founder-card .small{color:#C1CCDE;font-size:15px;line-height:1.7;max-width:320px}
.founder-link{
  display:inline-flex;margin-top:22px;padding-bottom:3px;border-bottom:1px solid rgba(255,255,255,.5);
  font-weight:750;font-size:15px;position:relative;z-index:1
}

.footer{background:#061731;color:#fff;padding:54px 0 26px}
.footer-grid{display:grid;grid-template-columns:1.35fr .8fr .8fr 1fr;gap:38px}
.footer-logo{width:138px;filter:brightness(0) invert(1);opacity:.98}
.footer p,.footer a{color:#B7C4D7;font-size:14px;line-height:1.75}
.footer a:hover{color:#fff}
.footer h4{font-size:13px;margin:0 0 13px;color:#fff;letter-spacing:.02em}
.footer-links{display:flex;flex-direction:column;gap:8px}
.footer-bottom{
  margin-top:36px;padding-top:22px;border-top:1px solid rgba(255,255,255,.09);
  display:flex;justify-content:space-between;gap:20px;color:#8FA0BB;font-size:12px
}

/* Privacy */
.legal-hero{padding:82px 0 36px;background:linear-gradient(180deg,#fff,#FBFCFE)}
.legal-hero h1{font-size:clamp(50px,5.5vw,72px);margin:0 0 12px}
.legal-hero p{margin:0;color:var(--body);font-size:18px;line-height:1.7;max-width:760px}
.legal-page{padding:48px 0 96px}
.legal-grid{display:grid;grid-template-columns:260px minmax(0,1fr);gap:56px;align-items:start}
.legal-nav{
  position:sticky;top:108px;padding:16px;border:1px solid var(--line);border-radius:18px;background:#fff;
  box-shadow:0 10px 30px rgba(2,28,79,.05)
}
.legal-nav a{display:block;padding:10px 11px;border-radius:9px;color:#556274;font-size:13px;line-height:1.35}
.legal-nav a:hover{background:var(--soft);color:var(--navy)}
.legal-content{max-width:860px}
.legal-content .updated{color:var(--muted);font-size:14px;margin-bottom:30px}
.legal-content h2{color:var(--navy);font-size:28px;letter-spacing:-.025em;margin:46px 0 14px}
.legal-content p,.legal-content li{color:#475467;font-size:16px;line-height:1.78}
.legal-content ul{padding-left:22px}
.notice{margin:24px 0;padding:18px 20px;border-radius:14px;background:#FFF7F1;border:1px solid #FFDEC5;color:#7A3E14}

@media(max-width:1020px){
  .hero-grid,.section-head,.about-grid{grid-template-columns:1fr}
  .section-head p{justify-self:start;max-width:760px}
  .hero-art{min-height:390px}
  .process-grid{grid-template-columns:repeat(2,1fr);gap:30px}
  .process-grid::before{display:none}
  .product-grid{grid-template-columns:repeat(2,1fr)}
  .footer-grid{grid-template-columns:1fr 1fr}
  .legal-grid{grid-template-columns:1fr}
  .legal-nav{position:relative;top:auto}
}
@media(max-width:760px){
  .wrap{width:min(calc(100% - 28px),var(--max))}
  .header-inner{height:72px}
  .brand img{width:126px}
  .mobile-toggle{display:block}
  .nav{
    display:none;position:absolute;left:0;right:0;top:72px;padding:18px 20px 22px;background:#fff;
    border-bottom:1px solid var(--line);flex-direction:column;align-items:flex-start;gap:14px
  }
  .nav.open{display:flex}
  .nav-cta{width:100%;text-align:center}
  .hero{padding:72px 0 58px}
  h1{font-size:52px}
  .hero-copy{font-size:18px}
  .hero-art{min-height:330px}
  .hero-orbit{width:300px;height:300px}
  .infinity-card{padding:40px 26px 34px;border-radius:26px}
  .infinity-card img{width:220px}
  .formula{font-size:35px}
  .section{padding:72px 0}
  .section-head{gap:24px;margin-bottom:34px}
  .section-head h2{font-size:42px}
  .section-head p{font-size:17px}
  .process-shell{padding:28px 20px}
  .process-grid,.product-grid,.footer-grid{grid-template-columns:1fr}
  .principle{align-items:flex-start;flex-direction:column}
  .about-card,.founder-card{padding:26px}
  .footer-bottom{flex-direction:column}
  .legal-hero{padding:58px 0 26px}
  .legal-page{padding-top:28px}
}

.approved-logo{display:block;width:170px;height:auto}
.footer-logo-approved{display:block;width:150px;height:auto}
.product-lockup{
  display:flex;align-items:center;gap:14px;margin-bottom:18px;min-height:46px;flex-wrap:nowrap;
}
.product-lockup img{
  display:block;height:32px;width:auto;flex:0 0 auto;
}
.product-sep{
  color:#C7D0DE;font-size:28px;line-height:1;font-weight:400;flex:0 0 auto;
}
.product-name{
  color:#344054;font-size:24px;line-height:1.1;font-weight:650;letter-spacing:-.02em;
  white-space:nowrap;overflow:visible;text-overflow:clip;flex:0 1 auto;
}
@media(max-width:760px){
  .approved-logo{width:150px}
  .footer-logo-approved{width:138px}
  .product-lockup{gap:12px}
  .product-lockup img{height:28px}
  .product-name{font-size:21px}
}

.logo-pill-dark{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  background:#FFFFFF;
  border-radius:10px;
  padding:5px 10px;
  box-shadow:0 1px 0 rgba(255,255,255,.12), inset 0 0 0 1px rgba(2,28,79,.06);
}
.logo-pill-dark img{
  display:block;
  width:128px;
  height:auto;
}
.footer-brand-lockup{
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  gap:12px;
}
@media(max-width:760px){
  .logo-pill-dark img{width:118px}
}
