*{box-sizing:border-box}
:root{
  --ink:#0b0b0b;
  --muted:#5e6368;
  --paper:#fff;
  --soft:#f5f5f2;
  --line:#deded9;
}
html{scroll-behavior:smooth}
body{
  margin:0;
  color:var(--ink);
  background:var(--paper);
  font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;
}
a{color:inherit;text-decoration:none}
p,h1,h2,h3{margin-top:0}
img,video{max-width:100%}
.site{min-height:100vh;background:#fff}
.nav{
  position:fixed;
  inset:0 0 auto;
  z-index:30;
  height:72px;
  display:grid;
  grid-template-columns:220px 1fr 220px;
  align-items:center;
  gap:24px;
  padding:0 32px;
  font-size:15px;
  transition:color .32s ease,background .32s ease,border-color .32s ease,backdrop-filter .32s ease;
}
.brand{
  display:flex;
  align-items:center;
  gap:10px;
  font-weight:780;
}
.brand img{
  width:34px;
  height:34px;
  object-fit:contain;
  transition:filter .32s ease;
}
.nav-links{
  display:flex;
  justify-content:center;
  gap:30px;
  font-weight:650;
}
.nav-item{
  position:static;
}
.nav-trigger{
  appearance:none;
  border:0;
  padding:22px 0;
  color:inherit;
  background:transparent;
  font:inherit;
  font-weight:650;
  cursor:pointer;
}
.nav-direct{
  padding:22px 0;
}
.nav-trigger::after{
  content:"";
  display:inline-block;
  width:6px;
  height:6px;
  margin-left:8px;
  border-right:1.5px solid currentColor;
  border-bottom:1.5px solid currentColor;
  transform:translateY(-2px) rotate(45deg);
}
.dropdown{
  position:fixed;
  top:72px;
  left:0;
  right:0;
  width:100%;
  padding:28px 32px 34px;
  color:#111;
  background:#fff;
  border-top:1px solid rgba(0,0,0,.1);
  border-bottom:1px solid rgba(0,0,0,.1);
  box-shadow:0 22px 60px rgba(0,0,0,.14);
  opacity:0;
  visibility:hidden;
  transform:translateY(-12px);
  transition:opacity .18s ease,transform .18s ease,visibility .18s ease;
}
.dropdown-inner{
  width:min(1280px,100%);
  margin:0 auto;
  display:grid;
  grid-template-columns:minmax(260px,.42fr) minmax(0,1fr);
  gap:42px;
}
.dropdown-intro{
  padding-top:8px;
}
.dropdown-intro h3{
  margin-bottom:12px;
  font-size:34px;
  line-height:1;
  letter-spacing:-.03em;
  font-weight:720;
}
.dropdown-intro p{
  max-width:360px;
  margin:0;
  color:#555a60;
  font-size:17px;
  line-height:1.42;
}
.dropdown-grid{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(190px,1fr));
  gap:8px;
}
.dropdown-grid a{
  min-height:132px;
  padding:20px;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  border:0;
  border-radius:6px;
  background:transparent;
  transition:background .16s ease;
}
.dropdown-grid a:hover{
  background:#ececea;
}
.dropdown-grid strong{
  display:block;
  margin-bottom:10px;
  color:#111;
  font-size:19px;
  line-height:1.08;
  letter-spacing:-.02em;
}
.dropdown-grid span{
  display:block;
  color:#5d6267;
  font-size:14px;
  line-height:1.35;
}
.nav-item.is-open .dropdown{
  opacity:1;
  visibility:visible;
  transform:translateY(0);
}
.nav-actions{
  display:flex;
  justify-content:flex-end;
  font-weight:720;
}
.nav-on-hero{
  color:#fff;
  background:linear-gradient(180deg,rgba(0,0,0,.36),rgba(0,0,0,0));
  border-bottom:1px solid rgba(255,255,255,0);
}
.nav-on-hero .brand img{
  filter:invert(1);
}
.nav-on-page{
  color:#111;
  background:rgba(255,255,255,.9);
  border-bottom:1px solid rgba(0,0,0,.12);
  backdrop-filter:blur(16px);
}
.nav-menu-open{
  color:#111;
  background:#fff;
  border-bottom:1px solid rgba(0,0,0,.1);
  backdrop-filter:none;
}
.nav-menu-open .brand img{
  filter:none;
}
.hero{
  position:relative;
  min-height:100vh;
  display:flex;
  align-items:flex-end;
  overflow:hidden;
  background:#111;
}
.hero-video{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
}
.hero-scrim{
  position:absolute;
  inset:0;
  background:linear-gradient(90deg,rgba(0,0,0,.68),rgba(0,0,0,.22) 52%,rgba(0,0,0,.1)),linear-gradient(180deg,rgba(0,0,0,.18),rgba(0,0,0,.62));
}
.hero-content{
  position:relative;
  z-index:2;
  width:min(1440px,100%);
  margin:0 auto;
  padding:0 32px 78px;
  color:#fff;
}
h1{
  width:calc(100vw - 64px);
  max-width:none;
  margin-bottom:22px;
  font-size:clamp(58px,9.4vw,138px);
  line-height:.92;
  letter-spacing:-.035em;
  font-weight:720;
}
#rotatingBusiness{
  display:block;
  width:100%;
  white-space:nowrap;
  transform-origin:left center;
  transition:opacity .18s ease,transform .18s ease;
}
#rotatingBusiness.is-changing{
  opacity:0;
  transform:translateY(10px);
}
.hero-lead{
  max-width:650px;
  margin-bottom:30px;
  color:rgba(255,255,255,.84);
  font-size:clamp(19px,2vw,26px);
  line-height:1.28;
}
.hero-actions{
  display:flex;
  flex-wrap:wrap;
  gap:14px;
}
.button{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:48px;
  padding:0 22px;
  border-radius:999px;
  font-weight:820;
}
.button.light{
  background:#fff;
  color:#111;
}
.button.ghost{
  color:#fff;
  border:1px solid rgba(255,255,255,.72);
}
.button.dark{
  background:#111;
  color:#fff;
}
.demo-section{
  max-width:1280px;
  margin:0 auto;
  padding:84px 32px 90px;
}
.demo-copy{
  max-width:none;
  margin:0 auto 34px;
  text-align:center;
}
.demo-copy h2{
  margin-bottom:18px;
  font-size:clamp(46px,5.3vw,72px);
  line-height:.98;
  letter-spacing:-.026em;
  font-weight:720;
  white-space:nowrap;
}
.demo-copy p{
  max-width:690px;
  margin-left:auto;
  margin-right:auto;
  color:#4f5459;
  font-size:18px;
  line-height:1.45;
}
.demo-video-frame{
  position:relative;
  z-index:0;
  overflow:visible;
  max-width:820px;
  margin:68px auto 48px;
  padding:0;
  border:0;
  border-radius:14px;
  background:transparent;
  box-shadow:none;
}
.demo-video-frame::before{
  content:"";
  position:absolute;
  z-index:-2;
  inset:-36px -44px;
  border:1px solid rgba(125,151,190,.2);
  border-radius:24px;
  background-color:#fbfdff;
  background-image:
    linear-gradient(112deg,transparent 0 18%,rgba(176,212,255,.52) 25%,rgba(199,193,244,.42) 32%,transparent 42%),
    linear-gradient(156deg,transparent 0 48%,rgba(148,195,250,.34) 56%,rgba(203,195,244,.3) 63%,transparent 72%),
    linear-gradient(28deg,transparent 0 66%,rgba(185,217,255,.4) 74%,rgba(191,183,232,.32) 81%,transparent 90%);
  box-shadow:inset 0 0 70px rgba(121,174,239,.12),0 22px 60px rgba(61,78,110,.1);
}
.demo-video-frame::after{
  content:none;
}
.demo-video-shell{
  position:relative;
  z-index:1;
  aspect-ratio:16/9;
  overflow:hidden;
  border-radius:inherit;
  background:#fff;
  box-shadow:
    0 3px 10px rgba(38,50,77,.16),
    0 24px 54px rgba(55,73,111,.24),
    0 0 0 1px rgba(76,94,126,.1);
}
.demo-video-frame video{
  width:100%;
  height:100%;
  display:block;
  object-fit:cover;
  border-radius:inherit;
}
.chapter{
  max-width:1240px;
  margin:0 auto;
  padding:74px 32px;
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(300px,420px);
  gap:46px;
  align-items:center;
  border-top:1px solid var(--line);
}
.chapter.first{
  border-top:0;
}
.chapter.alternate{
  grid-template-columns:minmax(300px,420px) minmax(0,1fr);
}
.chapter-copy{
  max-width:650px;
}
.chapter h2,.stories h2,.final-cta h2{
  margin-bottom:18px;
  font-size:clamp(34px,4.6vw,62px);
  line-height:1.02;
  letter-spacing:-.026em;
  font-weight:720;
}
.chapter p{
  color:#4f5459;
  font-size:18px;
  line-height:1.45;
}
.chapter-image{
  overflow:hidden;
  border:1px solid var(--line);
  background:#eee;
  aspect-ratio:1/1;
}
.chapter-image img{
  width:100%;
  height:100%;
  display:block;
  object-fit:cover;
}
.insight-panel{
  display:grid;
  gap:14px;
}
.insight-panel article{
  min-height:150px;
  padding:24px;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  border:1px solid var(--line);
  background:#f7f7f4;
}
.insight-panel span{
  color:#676c70;
  font-size:14px;
  font-weight:800;
}
.insight-panel strong{
  max-width:460px;
  font-size:clamp(27px,3vw,44px);
  line-height:1.06;
  letter-spacing:-.025em;
  font-weight:720;
}
.launch-steps{
  position:relative;
  overflow:hidden;
  max-width:1440px;
  margin:48px auto 0;
  padding:84px 72px 78px;
  border-radius:0;
  color:#111;
  background:#fff;
}
.launch-steps::before{
  content:none;
}
.launch-steps::after{
  content:none;
}
.launch-steps > *{
  position:relative;
  z-index:1;
}
.launch-steps h2{
  max-width:1060px;
  margin:0 auto 68px;
  text-align:center;
  font-size:clamp(42px,5.6vw,78px);
  line-height:1.02;
  letter-spacing:-.028em;
  font-weight:520;
}
.launch-steps-layout{
  display:grid;
  grid-template-columns:minmax(300px,.9fr) minmax(480px,1.25fr);
  gap:72px;
  align-items:stretch;
}
.step-media{
  width:100%;
  max-width:520px;
  height:100%;
  display:grid;
  grid-template-rows:minmax(0,1fr) 42px;
  gap:14px;
  justify-self:center;
}
.step-visual{
  position:relative;
  overflow:hidden;
  width:100%;
  max-width:520px;
  height:100%;
  min-height:0;
  aspect-ratio:auto;
  justify-self:center;
  border-radius:10px;
  background:#2a2c30;
}
.step-media p{
  height:42px;
  margin:0;
  overflow:hidden;
  color:#5a626b;
  font-size:14px;
  line-height:1.5;
}
.step-visual img{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  display:block;
  object-fit:cover;
  opacity:0;
  transform:scale(1.015);
  transition:opacity .6s ease,transform .8s ease;
}
.step-visual img.is-active{
  opacity:1;
  transform:scale(1);
}
.step-list{
  display:flex;
  flex-direction:column;
  height:100%;
}
.step-trigger{
  flex:1 1 0;
  width:100%;
  min-height:104px;
  padding:23px 0;
  display:grid;
  grid-template-columns:72px 1fr;
  gap:16px;
  align-items:start;
  border:0;
  border-bottom:1px solid #cfd4da;
  color:#8a9199;
  background:transparent;
  text-align:left;
  font:inherit;
  cursor:pointer;
  transition:color .28s ease;
}
.step-trigger:first-child{border-top:1px solid #cfd4da}
.step-trigger:hover,.step-trigger.is-active{color:#111}
.step-number{
  padding-top:5px;
  color:#111;
  font-size:23px;
  line-height:1;
}
.step-text strong{
  display:block;
  font-size:clamp(27px,3vw,43px);
  line-height:1.06;
  letter-spacing:-.025em;
  font-weight:480;
}
.stories{
  max-width:1440px;
  margin:0 auto;
  padding:96px 32px;
}
.section-title{
  max-width:860px;
  margin-bottom:34px;
}
.story-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:24px;
}
.story-card{
  border-top:1px solid var(--line);
  padding-top:18px;
}
.story-card img{
  width:100%;
  aspect-ratio:1.16/1;
  display:block;
  object-fit:cover;
  margin-bottom:18px;
  background:#eee;
}
.story-card h3{
  margin-bottom:10px;
  font-size:clamp(25px,2.6vw,38px);
  line-height:1.08;
  letter-spacing:-.025em;
  font-weight:720;
}
.story-card p{
  color:#54595e;
  font-size:17px;
  line-height:1.42;
}
.value-section{
  max-width:1180px;
  margin:0 auto;
  padding:76px 72px 72px;
}
.value-intro{
  margin-bottom:38px;
}
.value-intro h2{
  max-width:850px;
  margin:0;
  font-size:clamp(42px,4.8vw,68px);
  line-height:.98;
  letter-spacing:-.035em;
  font-weight:590;
}
.software-stack-visual{
  min-height:400px;
  margin-bottom:28px;
  padding:38px 44px;
  display:grid;
  grid-template-columns:.78fr 1.22fr;
  gap:82px;
  align-items:center;
  overflow:hidden;
  border-radius:8px;
  color:#fff;
  background:#0d0f12;
}
.stack-copy h3{
  margin:0 0 20px;
  font-size:clamp(30px,3.2vw,44px);
  line-height:1;
  letter-spacing:-.035em;
  font-weight:570;
}
.stack-copy p{
  margin:0;
  color:rgba(255,255,255,.66);
  font-size:17px;
  line-height:1.48;
}
.stack-diagram{
  position:relative;
  min-height:310px;
  display:flex;
  flex-direction:row;
  align-items:center;
  justify-content:flex-end;
  gap:28px;
  transform:translateX(-18px);
}
.stack-core{
  position:relative;
  z-index:3;
  width:76px;
  height:76px;
  flex:0 0 76px;
  padding:14px;
  display:grid;
  place-items:center;
  align-items:center;
  border:1px solid rgba(255,255,255,.32);
  border-radius:8px;
  background:#25282d;
  box-shadow:0 0 46px rgba(108,169,243,.16);
  animation:stackCorePulse 4s ease-in-out infinite;
}
.stack-core img{width:48px;max-height:48px;display:block;object-fit:contain;filter:brightness(0) invert(1)}
.expense-list{
  width:min(270px,52%);
  overflow:hidden;
  border:1px solid rgba(255,255,255,.22);
  border-radius:8px;
  background:#1c1f23;
}
.expense-heading,.expense-row{
  position:relative;
  padding:14px 16px;
  display:flex;
  justify-content:space-between;
  gap:18px;
  border-bottom:1px solid rgba(255,255,255,.12);
}
.expense-heading{
  color:rgba(255,255,255,.48);
  font-size:11px;
  text-transform:uppercase;
}
.expense-row:last-child{border-bottom:0}
.expense-row b{font-size:15px}.expense-row span{color:rgba(255,255,255,.5);font-size:12px;white-space:nowrap}
.expense-row::after{
  content:"";
  position:absolute;
  left:14px;
  top:50%;
  width:calc(100% - 28px);
  height:1px;
  background:#8dbcf4;
  transform:scaleX(0);
  transform-origin:left;
  animation:expenseCross 6.4s ease-in-out infinite;
}
.expense-row:nth-child(2)::after{animation-delay:.35s}.expense-row:nth-child(3)::after{animation-delay:.7s}.expense-row:nth-child(4)::after{animation-delay:1.05s}.expense-row:nth-child(5)::after{animation-delay:1.4s}
.expense-flow{
  position:relative;
  width:74px;
  height:1px;
  flex:0 0 74px;
  background:rgba(141,188,244,.42);
}
.expense-flow::after{
  content:"";
  position:absolute;
  right:-1px;
  top:-4px;
  border-top:4px solid transparent;
  border-bottom:4px solid transparent;
  border-left:7px solid #8dbcf4;
}
.expense-flow i{
  position:absolute;
  left:0;
  top:-4px;
  width:8px;
  height:8px;
  border-radius:50%;
  background:#a9d1ff;
  box-shadow:0 0 14px #8dbcf4;
  animation:expenseMove 2.8s ease-in-out infinite;
}
.expense-flow i:nth-child(2){animation-delay:.85s}.expense-flow i:nth-child(3){animation-delay:1.7s}
@keyframes expenseCross{0%,12%,75%,100%{transform:scaleX(0);opacity:0}22%,62%{transform:scaleX(1);opacity:1}}
@keyframes expenseMove{0%{opacity:0;transform:translateX(0)}20%{opacity:1}75%{opacity:1}100%{opacity:0;transform:translateX(68px)}}
@keyframes stackCorePulse{0%,100%{box-shadow:0 0 32px rgba(108,169,243,.1)}50%{box-shadow:0 0 58px rgba(108,169,243,.28)}}
.value-points{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  border-top:1px solid var(--line);
}
.value-points article{
  min-height:250px;
  padding:24px 30px 12px 0;
  border-right:1px solid var(--line);
}
.value-points article+article{padding-left:30px}
.value-points article:last-child{border-right:0}
.value-points span{
  color:#647180;
  font-size:13px;
}
.value-points h3{
  margin:54px 0 14px;
  font-size:27px;
  line-height:1.08;
}
.value-points p{
  margin:0;
  color:#555d66;
  font-size:16px;
  line-height:1.48;
}
.value-link{
  width:max-content;
  min-height:50px;
  padding:0 24px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:999px;
  border:1px solid #111;
  color:#fff;
  background:#111;
  font-weight:740;
}
.trust-section{
  max-width:1440px;
  margin:48px auto 0;
  padding:92px 72px 88px;
  overflow:hidden;
  color:#111;
  background:
    linear-gradient(128deg,rgba(139,187,245,.08),transparent 34%),
    linear-gradient(308deg,rgba(186,178,231,.08),transparent 38%),
    #fff;
}
.sell-anything{
  max-width:1180px;
  margin:0 auto;
  padding:104px 72px 96px;
}
.sell-anything-heading{
  margin-bottom:70px;
}
.sell-anything-heading h2{
  margin:0;
  font-size:clamp(48px,6vw,82px);
  line-height:.96;
  letter-spacing:-.038em;
  font-weight:540;
}
.selling-visuals{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:20px;
}
.selling-visuals figure{
  min-width:0;
  margin:0;
  padding:12px;
  display:flex;
  flex-direction:column;
  gap:18px;
  border:1px solid #d8dde3;
  border-radius:8px;
  background:#f8fafc;
}
.selling-visuals img{
  width:100%;
  height:390px;
  display:block;
  object-fit:cover;
  border-radius:5px;
}
.selling-visuals figure:first-child img{object-position:center}
.selling-visuals figcaption{padding:0 8px 8px;display:flex;flex-direction:column;gap:7px}
.selling-visuals figcaption span{color:#5d6874;font-size:13px;font-weight:760}
.selling-visuals figcaption strong{font-size:17px;line-height:1.25;font-weight:560;white-space:nowrap}
.section-cta{width:max-content;min-height:40px;margin-top:26px;padding:0 17px;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;background:#111;color:#fff;font-size:14px;font-weight:740;text-decoration:none;transition:background .2s ease,transform .2s ease}.section-cta:hover{background:#292929;transform:translateY(-1px)}
.business-fit{
  max-width:1180px;
  margin:0 auto;
  padding:104px 72px 96px;
  background:linear-gradient(145deg,rgba(225,239,255,.54),rgba(236,233,250,.4));
}
.business-fit h2{
  max-width:900px;
  margin:0 auto 68px;
  text-align:center;
  font-size:clamp(48px,6vw,82px);
  line-height:.96;
  letter-spacing:-.038em;
  font-weight:540;
}
.business-fit-layout{display:grid;grid-template-columns:.95fr 1.05fr;gap:70px;align-items:stretch}
.business-fit-media{display:flex;min-width:0;flex-direction:column}
.business-fit-visual{position:relative;min-height:470px;overflow:visible;background:transparent}
.business-fit-pair{position:absolute;inset:0;opacity:0;transform:scale(1.012);transition:opacity .7s ease,transform .9s ease}
.business-fit-pair.is-active{opacity:1;transform:scale(1)}
.business-fit-pair img{position:absolute;width:58%;height:72%;display:block;object-fit:cover;border-radius:7px;box-shadow:0 18px 40px rgba(38,50,63,.16)}
.business-fit-primary{top:2%;left:6%;object-position:center}
.business-fit-primary[src*="physical-products-shipping"]{object-position:72% 60%}
.business-fit-primary[src*="services-and-agencies"]{object-position:82% center}
.business-fit-primary[src*="services-agency-tablet"]{left:6%;object-view-box:inset(8% 0 8% 24%);object-position:100% center}
.business-fit-secondary{right:6%;bottom:10%;object-position:68% center}
.business-fit-description{min-height:42px;margin:-2px 6% 0;color:#626c76;font-size:13px;line-height:1.5}
.business-fit-list{display:flex;flex-direction:column}
.business-fit-trigger{
  flex:1;
  min-height:104px;
  padding:22px 0;
  border:0;
  border-bottom:1px solid #bfc7d0;
  color:#9299a1;
  background:transparent;
  text-align:left;
  cursor:pointer;
  transition:color .25s ease;
}
.business-fit-trigger:first-child{border-top:1px solid #bfc7d0}
.business-fit-trigger:hover,.business-fit-trigger.is-active{color:#111}
.business-fit-trigger strong{font-size:clamp(26px,3vw,40px);line-height:1.08;letter-spacing:-.025em;font-weight:500}
.trust-heading{
  max-width:1080px;
  margin:0 auto 86px;
  text-align:center;
}
.trust-heading h2{
  margin:0;
  font-size:clamp(44px,5.5vw,76px);
  line-height:.94;
  letter-spacing:-.038em;
  font-weight:520;
}
.trust-layout{
  display:grid;
  grid-template-columns:.82fr 1.18fr;
  gap:72px;
  align-items:center;
}
.trust-copy h3{
  max-width:470px;
  margin:0 0 24px;
  font-size:clamp(34px,4vw,54px);
  line-height:1;
  letter-spacing:-.03em;
  font-weight:550;
}
.trust-copy>p{
  max-width:520px;
  margin:0;
  color:#58616b;
  font-size:18px;
  line-height:1.5;
}
.trust-features{
  margin-top:42px;
  border-top:1px solid #d4d8dd;
}
.trust-features span{
  min-height:52px;
  display:flex;
  align-items:center;
  border-bottom:1px solid #d4d8dd;
  color:#444d56;
  font-size:14px;
  font-weight:680;
}
.trust-features span::before{
  content:"";
  width:7px;
  height:7px;
  margin-right:13px;
  border-radius:50%;
  background:#9bc8ff;
  box-shadow:0 0 14px rgba(155,200,255,.68);
}
.trust-visual{
  padding:28px;
  border:1px solid rgba(120,145,180,.2);
  border-radius:10px;
  background:
    linear-gradient(145deg,rgba(187,218,255,.5),rgba(210,205,245,.38)),
    #f8fbff;
}
.trust-visual img{
  width:100%;
  display:block;
  border-radius:7px;
  box-shadow:0 24px 60px rgba(48,67,102,.2);
}
.courseware-section{
  max-width:1180px;
  margin:0 auto;
  padding:84px 96px;
}
.courseware-copy{
  max-width:820px;
  margin-bottom:30px;
}
.courseware-copy h2{
  margin-bottom:18px;
  font-size:clamp(38px,4.4vw,60px);
  line-height:1;
  letter-spacing:-.032em;
  font-weight:720;
}
.courseware-copy p{
  max-width:760px;
  color:#4f5459;
  font-size:19px;
  line-height:1.45;
}
.courseware-testimonial{
  min-height:340px;
  display:grid;
  grid-template-columns:.92fr 1.08fr;
  grid-template-areas:"quote haze";
  gap:0;
  padding:16px;
  overflow:hidden;
  border:1px solid var(--line);
  border-radius:10px;
  background:
    radial-gradient(ellipse at 14% 16%,rgba(255,255,255,.92),rgba(255,255,255,.42) 34%,rgba(255,255,255,0) 62%),
    radial-gradient(ellipse at 82% 18%,rgba(205,198,255,.48),rgba(205,198,255,0) 54%),
    radial-gradient(ellipse at 70% 78%,rgba(179,216,255,.66),rgba(179,216,255,0) 58%),
    radial-gradient(ellipse at 96% 72%,rgba(213,191,255,.28),rgba(213,191,255,0) 48%),
    linear-gradient(135deg,#eaf5ff 0%,#b9dbff 54%,#c8d8ff 100%);
}
.testimonial-quote{
  grid-area:quote;
  padding:28px 34px;
  display:flex;
  flex-direction:column;
  justify-content:center;
  border:1px solid rgba(255,255,255,.7);
  border-radius:8px;
  background:linear-gradient(90deg,#fff 0%,rgba(255,255,255,.96) 58%,rgba(255,255,255,.78) 100%);
}
.quote-mark{
  color:#d6dde6;
  font-size:50px;
  line-height:.6;
  font-weight:800;
}
.testimonial-quote p{
  max-width:680px;
  margin:18px 0 22px;
  font-size:clamp(22px,1.8vw,29px);
  line-height:1.18;
  letter-spacing:-.032em;
  font-weight:500;
}
.testimonial-quote strong{
  display:block;
  margin-bottom:8px;
  font-size:18px;
}
.testimonial-quote span:not(.quote-mark){
  color:#6a6f75;
  font-size:17px;
}
.courseware-prompt{
  margin-top:22px;
  display:flex;
  align-items:flex-end;
  flex-direction:column;
  gap:12px;
}
.courseware-prompt > span{
  display:block;
  color:#27313c;
  font-size:14px;
  font-weight:650;
}
.courseware-actions{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
}
.courseware-button{
  min-height:40px;
  padding:0 17px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border:1px solid #111;
  border-radius:999px;
  font-size:14px;
  font-weight:720;
}
.courseware-button.primary{
  color:#fff;
  background:#111;
}
.courseware-button.secondary{
  color:#111;
  background:rgba(255,255,255,.72);
}
.testimonial-haze{
  grid-area:haze;
  position:relative;
  min-height:310px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:16px;
  color:#fff;
  background:transparent;
}
.testimonial-haze::after{
  content:none;
}
.courseware-emblem{
  position:relative;
  z-index:1;
  width:60px;
  height:52px;
  flex:0 0 60px;
  object-fit:contain;
  filter:brightness(0) invert(1);
  opacity:1;
}
.testimonial-haze span{
  position:relative;
  z-index:1;
  max-width:none;
  color:#fff;
  font-size:26px;
  line-height:1.02;
  letter-spacing:-.03em;
  font-weight:720;
  white-space:nowrap;
}
.final-cta{
  max-width:1440px;
  margin:0 auto;
  padding:96px 32px;
}
.final-cta h2{
  max-width:920px;
}
.final-cta .button{margin-top:12px}
.footer{
  max-width:1440px;
  margin:0 auto;
  padding:30px 32px 44px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
  color:#555a60;
}
.footer strong{color:#111}
.support-section{
  max-width:1376px;
  margin:0 auto 34px;
  padding:58px 64px;
  display:grid;
  grid-template-columns:1fr auto;
  align-items:end;
  gap:48px;
  scroll-margin-top:84px;
  border-radius:8px;
  background:linear-gradient(135deg,#f7fbff 0%,#e6f3ff 58%,#eeebfb 100%);
}
.support-label{
  margin:0 0 12px;
  color:#536171;
  font-size:13px;
  font-weight:780;
  text-transform:uppercase;
}
.support-section h2{
  margin:0 0 12px;
  font-size:clamp(38px,4.4vw,62px);
  line-height:1;
  font-weight:570;
}
.support-section p:not(.support-label){
  max-width:620px;
  margin:0;
  color:#55616d;
  font-size:17px;
  line-height:1.5;
}
.support-contact{
  display:flex;
  align-items:flex-start;
  flex-direction:column;
  gap:10px;
}
.support-contact a{
  color:#111;
  font-size:20px;
  font-weight:680;
  text-decoration:none;
}
.support-contact a:hover{text-decoration:underline}
.pricing-page .support-section,.courseware-page .support-section{
  background:#0d0f12;
  color:#fff;
}
.pricing-page .support-label,.courseware-page .support-label,
.pricing-page .support-section p:not(.support-label),.courseware-page .support-section p:not(.support-label){color:#aeb7c1}
.pricing-page .support-contact a,.courseware-page .support-contact a{color:#fff}
.footer-links{
  display:flex;
  flex-wrap:wrap;
  gap:20px;
  font-size:14px;
}
@media (max-width:980px){
  .value-intro{grid-template-columns:1fr;gap:20px}
  .software-stack-visual{grid-template-columns:1fr;padding:42px;gap:24px}
  .stack-diagram{min-height:330px}
  .value-points{grid-template-columns:1fr}
  .value-points article,.value-points article+article{min-height:0;padding:26px 0;border-right:0;border-bottom:1px solid var(--line)}
  .value-points h3{margin:24px 0 12px}
  .trust-section{padding:76px 40px}
  .trust-heading{margin-bottom:58px}
  .trust-layout{grid-template-columns:1fr;gap:48px}
  .sell-anything{padding:82px 40px}
  .sell-anything-heading{grid-template-columns:1fr;gap:24px}
  .selling-visuals{grid-template-columns:1fr}
  .selling-visuals img{height:420px}
  .business-fit{padding:82px 40px}
  .business-fit-layout{grid-template-columns:1fr;gap:42px}
  .business-fit-visual{min-height:520px}
  .nav{
    grid-template-columns:1fr auto;
  }
  .brand span,.nav-links{
    display:none;
  }
  .dropdown{
    display:none;
  }
  .dropdown-inner{
    grid-template-columns:1fr;
  }
  .dropdown-grid{
    grid-template-columns:1fr 1fr;
  }
  .chapter,.chapter.alternate{
    grid-template-columns:1fr;
    gap:34px;
  }
  .chapter.alternate .chapter-image{
    order:2;
  }
  .story-grid{
    grid-template-columns:1fr 1fr;
  }
  .launch-steps{
    margin-top:32px;
    padding:68px 40px 54px;
    border-radius:0;
  }
  .launch-steps h2{
    margin-bottom:48px;
  }
  .launch-steps-layout{
    grid-template-columns:1fr;
    gap:42px;
  }
  .step-media{
    max-width:620px;
    height:auto;
    display:block;
  }
  .step-visual{
    max-width:620px;
    aspect-ratio:4/3;
  }
  .step-media p{
    margin-top:14px;
  }
  .courseware-testimonial{
    grid-template-columns:1fr;
    grid-template-areas:
      "quote"
      "haze";
  }
  .testimonial-haze{
    min-height:300px;
  }
}
@media (max-width:640px){
  .value-section{padding:78px 20px 72px}
  .value-intro{margin-bottom:48px}
  .value-intro h2{font-size:42px}
  .software-stack-visual{margin-left:-20px;margin-right:-20px;padding:42px 20px;border-radius:0}
  .stack-copy h3{font-size:38px}
  .stack-diagram{flex-direction:column;gap:24px;transform:none}
  .expense-list{width:100%}
  .expense-flow{width:1px;height:52px;flex-basis:52px}
  .expense-flow::after{right:-3px;top:auto;bottom:-1px;border-left:4px solid transparent;border-right:4px solid transparent;border-top:7px solid #8dbcf4;border-bottom:0}
  .expense-flow i{left:-4px;top:0;animation-name:expenseMoveMobile}
  .stack-core{width:76px;height:76px;min-width:0;flex-basis:76px}
  .trust-section{margin-top:24px;padding:64px 20px}
  .trust-heading{text-align:left}
  .trust-heading h2{font-size:52px}
  .trust-copy h3{font-size:36px}
  .trust-visual{padding:12px}
  .sell-anything{padding:72px 20px}
  .sell-anything-heading h2{font-size:48px}
  .selling-visuals{margin:0 -20px}
  .selling-visuals figure{border-radius:0;border-left:0;border-right:0}
  .selling-visuals img{height:310px}
  .selling-visuals figcaption strong{white-space:normal}
  .business-fit{padding:72px 20px}
  .business-fit h2{text-align:left;font-size:48px;margin-bottom:44px}
  .business-fit-visual{min-height:390px}
  .business-fit-trigger{min-height:82px}
  .business-fit-trigger strong{font-size:27px}
  @keyframes expenseMoveMobile{0%{opacity:0;transform:translateY(0)}20%{opacity:1}75%{opacity:1}100%{opacity:0;transform:translateY(48px)}}
  .nav{
    height:64px;
    padding:0 20px;
  }
  .hero-content{
    padding:0 20px 48px;
  }
  h1{
    font-size:clamp(54px,17vw,86px);
    width:calc(100vw - 40px);
  }
  #rotatingBusiness{
    width:100%;
  }
  .demo-copy h2{
    white-space:normal;
  }
  .demo-video-frame{margin:58px 28px 42px;padding:0}
  .demo-video-frame::before{inset:-28px;border-radius:18px;background-size:44px 44px}
  .launch-steps{
    padding:56px 20px 42px;
  }
  .launch-steps h2{
    margin-bottom:36px;
    font-size:42px;
    text-align:left;
  }
  .step-visual{
    aspect-ratio:1/1;
  }
  .step-trigger{
    min-height:86px;
    padding:20px 0;
    grid-template-columns:46px 1fr;
    gap:10px;
  }
  .step-number{
    font-size:18px;
  }
  .step-text strong{
    font-size:27px;
  }
  .chapter,.stories,.final-cta,.footer{
    padding-left:20px;
    padding-right:20px;
  }
  .courseware-section{
    padding:64px 20px;
  }
  .courseware-testimonial{
    min-height:auto;
  }
  .testimonial-quote{
    padding:30px;
  }
  .testimonial-quote p{
    font-size:24px;
  }
  .testimonial-haze{
    min-height:240px;
  }
  .courseware-prompt{
    align-items:flex-start;
    flex-direction:column;
  }
  .chapter{
    padding-top:58px;
    padding-bottom:58px;
  }
  .chapter p{
    font-size:17px;
  }
  .story-grid{
    grid-template-columns:1fr;
  }
  .footer{
    align-items:flex-start;
    flex-direction:column;
  }
  .support-section{
    margin:0 20px 28px;
    padding:42px 28px;
    grid-template-columns:1fr;
    align-items:start;
    gap:28px;
  }
  .support-contact{
    align-items:flex-start;
    flex-direction:column;
    gap:8px;
  }
}
