/* ---------- self-hosted variable fonts (SIL OFL) ----------
   One variable file per family covers every weight we use.
   The *-fallback faces are metric-matched to Arial so the page
   does not reflow when the real font arrives. */
@font-face{
  font-family:"Inter";
  src:url("fonts/Inter-latin.woff2") format("woff2-variations"),
      url("fonts/Inter-latin.woff2") format("woff2");
  font-weight:100 900;
  font-style:normal;
  font-display:swap;
  unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
}
@font-face{
  font-family:"Inter Tight";
  src:url("fonts/InterTight-latin.woff2") format("woff2-variations"),
      url("fonts/InterTight-latin.woff2") format("woff2");
  font-weight:100 900;
  font-style:normal;
  font-display:swap;
  unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
}
@font-face{
  font-family:"Inter Fallback";
  src:local("Arial");
  size-adjust:107.12%;
  ascent-override:90.49%;
  descent-override:22.56%;
  line-gap-override:0%;
}
@font-face{
  font-family:"Inter Tight Fallback";
  src:local("Arial");
  size-adjust:99.02%;
  ascent-override:96.94%;
  descent-override:24.17%;
  line-gap-override:0%;
}

:root{
  /* Colour tokens */
  --blue:#2A00FF;
  --blue-dark:#2000c4;
  --blue-light:#C3D6FF;        /* Light Blue */
  --pale:#DEECFF;              /* Extra Light Blue */
  --orange:#FF933D;            /* Light Orange */
  --orange-hot:#FF5000;        /* Orange */
  --cream:#F7F2F0;             /* Soft / Extra Light Orange */
  --cream-white:#F4F4F4;       /* Cream White */
  --ink:#0D0D0D;               /* Text Black */
  --ink-2:#161616;
  --ink-footer:#0D0C0C;
  --ink-3:#383838;
  --gray:#F4F4F4;
  --line:#E8E8E8;              /* Border */
  --muted:#535353;             /* Gray: body copy */
  --muted-2:#8D8D8D;           /* Light Gray: small meta labels */
  --white:#fff;
  --container:1200px;
  --pad:40px;
  --r-lg:24px;
  --r:20px;
  --r-sm:12px;
  --ease:cubic-bezier(.22,1,.36,1);
}
*,*::before,*::after{box-sizing:border-box}
[hidden]{display:none!important}
html{-webkit-text-size-adjust:100%}
html{scroll-behavior:smooth}
body{
  margin:0;
  background:var(--white);
  color:var(--ink);
  font-family:"Inter","Inter Fallback",system-ui,sans-serif;
  font-size:16px;
  line-height:1.4;
  font-weight:500;
  font-feature-settings:"cv11" 1,"ss03" 1;
  font-optical-sizing:auto;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
  overflow-x:hidden;
}
img,svg{display:block;max-width:100%}
a{color:inherit;text-decoration:none}
button{font:inherit;color:inherit;background:none;border:0;cursor:pointer}
h1,h2,h3,h4,p{margin:0}
ul{margin:0;padding:0;list-style:none}
::selection{background:var(--blue);color:#fff}

.container{width:100%;max-width:1480px;margin:0 auto;padding:0 var(--pad)}

/* ---------- type ---------- */
.d1{
  font-family:"Inter","Inter Fallback",system-ui,sans-serif;
  font-size:clamp(40px,6.719vw,86px);
  font-weight:500;
  line-height:1;
  letter-spacing:-.08em;
}
.d0{
  font-family:"Inter Tight","Inter Tight Fallback",system-ui,sans-serif;
  font-size:clamp(38px,11.5625vw,148px);
  font-weight:700;
  line-height:.9;
  letter-spacing:-.05em;
}
.h2{
  font-family:"Inter","Inter Fallback",system-ui,sans-serif;
  font-size:clamp(32px,5vw,64px);
  font-weight:500;
  line-height:1;
  letter-spacing:-.07em;
}
.h3{
  font-size:clamp(32px,4vw,48px);
  font-weight:500;
  line-height:1;
  letter-spacing:-.07em;
}
.h4{font-family:"Inter Tight","Inter Tight Fallback",system-ui,sans-serif;font-size:30px;font-weight:500;letter-spacing:-.02em;line-height:1.1}
.lead{font-size:18px;font-weight:400;line-height:1.4;letter-spacing:-.05em;color:var(--muted)}
.body{font-size:16px;line-height:1.4;letter-spacing:-.04em;color:var(--muted);font-weight:400}
.small{font-family:"Inter Tight","Inter Tight Fallback",system-ui,sans-serif;font-size:14px;line-height:1.4;letter-spacing:0;color:var(--muted)}

/* ---------- badge ----------
   A cream pill that hugs its label: white 24px disc with a black asterisk,
   then Inter Tight 14. align-self keeps it from stretching inside the
   flex columns every section uses. */
.eyebrow{
  display:inline-flex;align-items:center;gap:6px;
  align-self:flex-start;width:fit-content;
  padding:6px 10px 6px 8px;border-radius:50px;
  background:var(--cream);color:var(--ink);
  font-family:"Inter Tight","Inter Tight Fallback",system-ui,sans-serif;
  font-size:14px;font-weight:500;line-height:1.4;letter-spacing:0;white-space:nowrap;
}
.eyebrow::before{
  content:"";width:24px;height:24px;flex:none;border-radius:50%;
  background:#fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 5v14M5 12h14M7.05 7.05l9.9 9.9M16.95 7.05l-9.9 9.9' stroke='%230D0D0D' stroke-width='2.6' stroke-linecap='round'/%3E%3C/svg%3E") center/13px no-repeat;
}
.eyebrow.on-blue{background:var(--orange-hot);color:#fff}
.eyebrow.on-blue::before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 5v14M5 12h14M7.05 7.05l9.9 9.9M16.95 7.05l-9.9 9.9' stroke='%23FF5000' stroke-width='2.6' stroke-linecap='round'/%3E%3C/svg%3E")}
.eyebrow.on-dark{background:rgba(255,255,255,.08);color:#fff}
.blue{color:var(--blue)}

/* ---------- buttons ---------- */
.btn{
  position:relative;display:inline-flex;align-items:center;justify-content:center;gap:4px;
  height:54px;padding:16px 20px;border-radius:50px;
  font-family:"Inter Tight","Inter Tight Fallback",system-ui,sans-serif;
  font-size:16px;font-weight:500;line-height:22.4px;letter-spacing:0;white-space:nowrap;
  overflow:hidden;isolation:isolate;
  transition:color .4s var(--ease);
}
.btn span{position:relative;z-index:2;display:block}
.btn::after{
  content:"";position:absolute;inset:0;z-index:1;border-radius:inherit;
  transform:translateY(101%);transition:transform .5s var(--ease);
}
.btn:hover::after{transform:translateY(0)}
.btn-primary{background:var(--orange);color:var(--ink)}
.btn-primary::after{background:var(--ink)}
.btn-primary:hover{color:#fff}
.btn-secondary{background:var(--cream);color:var(--ink)}
.btn-secondary::after{background:var(--ink)}
.btn-secondary:hover{color:#fff}
.btn-white{background:#fff;color:var(--ink)}
.btn-white::after{background:var(--ink)}
.btn-white:hover{color:#fff}
.btn-blue{background:var(--blue);color:#fff}
.btn-blue::after{background:var(--ink)}
.btn-dark{background:var(--ink);color:#fff}
.btn-dark::after{background:var(--blue)}
.btn-block{width:100%}
.btn .arw{position:relative;z-index:2;width:20px;height:20px;flex:none;transition:transform .45s var(--ease)}
.btn:hover .arw{transform:translateX(3px)}

/* text roll on hover: two stacked copies */
.swap{position:relative;display:inline-block;overflow:hidden;height:22.4px}
.swap i{display:block;font-style:normal;line-height:22.4px;transition:transform .45s var(--ease)}
.swap i:last-child{position:absolute;left:0;top:100%}
.btn:hover .swap i{transform:translateY(-100%)}

/* ---------- nav: a compact floating pill, not a full-width bar ---------- */
.nav{position:fixed;top:0;left:0;right:0;z-index:100;padding:20px 10px 0;pointer-events:none}
.nav .container{display:flex;justify-content:center}
.nav-inner{
  pointer-events:auto;position:relative;
  display:flex;align-items:center;gap:58px;
  height:58px;padding:0 2px 0 10px;
  background:var(--cream-white);border-radius:50px;
  transition:box-shadow .4s var(--ease);
}
.nav.stuck .nav-inner{box-shadow:0 12px 40px -18px rgba(0,0,0,.28)}
.logo{display:flex;align-items:center;gap:8px;
  font-family:"Inter Tight","Inter Tight Fallback",system-ui,sans-serif;font-weight:500;letter-spacing:-.02em;color:var(--ink)}
.logo-words{display:flex;flex-direction:column;text-align:left}
.logo-words span:first-child{font-size:20px;line-height:1}
.logo-words span:last-child{font-size:14px;line-height:1.1}
/* brand mark: the square spiral carried over from the previous site */
.logo-mark{width:38px;height:38px;flex:none;border-radius:50%;background:var(--ink);
  display:inline-grid;place-items:center;color:#fff}
.logo-mark svg{width:20px;height:20px;display:block}
.logo-light{color:#fff}
.logo-light .logo-mark{background:#2B2B2B}

.nav-links{display:flex;align-items:center}
/* direct children only, so the pill padding never leaks into the mega panel */
.nav-links > a,
.nav-links > .has-menu > .menu-btn{
  position:relative;padding:18px 10px;
  font-family:"Inter Tight","Inter Tight Fallback",system-ui,sans-serif;
  font-size:16px;font-weight:500;line-height:22.4px;letter-spacing:0;color:var(--ink);
  transition:color .3s var(--ease);
}
.nav-links > a:hover,
.nav-links > .has-menu > .menu-btn:hover{color:var(--muted)}
.has-menu{position:relative}
.menu-btn{display:inline-flex;align-items:center;gap:5px}
.menu-btn svg{width:16px;height:9px;transition:transform .35s var(--ease)}
.nav-cta{display:flex;align-items:center;gap:10px}
.nav-cta .btn{background:var(--ink);color:#fff}
.nav-cta .btn::after{background:var(--blue)}
.burger{display:none;width:46px;height:46px;border-radius:50%;background:var(--ink);color:#fff;align-items:center;justify-content:center}
.burger span{display:block;width:16px;height:1.5px;background:#fff;position:relative;transition:.3s var(--ease)}
.burger span::before,.burger span::after{content:"";position:absolute;left:0;width:16px;height:1.5px;background:#fff;transition:.3s var(--ease)}
.burger span::before{top:-5px}.burger span::after{top:5px}
body.menu-open .burger span{background:transparent}
body.menu-open .burger span::before{top:0;transform:rotate(45deg)}
body.menu-open .burger span::after{top:0;transform:rotate(-45deg)}
.mobile-nav{
  position:fixed;inset:0;z-index:99;background:var(--ink);color:#fff;
  padding:120px 28px 40px;display:flex;flex-direction:column;gap:6px;
  opacity:0;visibility:hidden;transform:translateY(-12px);transition:.45s var(--ease);
}
body.menu-open .mobile-nav{opacity:1;visibility:visible;transform:none}
.mobile-nav a{font-family:"Inter Tight","Inter Tight Fallback",system-ui,sans-serif;font-size:34px;font-weight:600;letter-spacing:-.05em;padding:8px 0;border-bottom:1px solid rgba(255,255,255,.1)}

/* ---------- generic sections (inner pages) ---------- */
section{position:relative}
.sec{padding:80px 0}
.sec > .container,.sec-sm > .container{display:flex;flex-direction:column;gap:30px}
.sec-sm{padding:80px 0}
.head{display:flex;flex-direction:column;gap:24px;max-width:692px}
.head.wide{max-width:790px}
.head-row{display:flex;align-items:flex-end;justify-content:space-between;gap:40px;flex-wrap:wrap}
.feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.feature{border:1px solid var(--line);border-radius:var(--r);padding:30px;display:flex;flex-direction:column;gap:12px;transition:.45s var(--ease)}
.feature:hover{background:var(--gray);border-color:transparent;transform:translateY(-4px)}
.feature-n{font-size:12px;font-weight:600;color:var(--blue);letter-spacing:.04em}
.svc-chips{display:flex;flex-wrap:wrap;gap:8px;margin-top:18px}
.chip{padding:7px 13px;border-radius:999px;background:var(--gray);font-size:12.5px;color:#000}
.stat-num{font-family:"Inter Tight","Inter Tight Fallback",system-ui,sans-serif;font-size:clamp(72px,11vw,152px);font-weight:700;line-height:.85;letter-spacing:-.06em}
.stat-label{margin-top:18px;font-size:15px;color:rgba(255,255,255,.55);display:flex;align-items:center;gap:9px}
.stat-label::before{content:"";width:26px;height:1px;background:rgba(255,255,255,.3)}

/* marquee base */
.marquee{display:flex;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,transparent,#000 8%,#000 92%,transparent);mask-image:linear-gradient(90deg,transparent,#000 8%,#000 92%,transparent)}
.marquee-track{display:flex;flex:none;gap:64px;padding-right:64px;animation:slide 34s linear infinite}
.marquee.rev .marquee-track{animation-direction:reverse}
@keyframes slide{to{transform:translateX(-100%)}}

/* ---------- hero ---------- */
.hero{padding:168px 0 100px;text-align:center;overflow:hidden}
.hero-glow{
  position:absolute;top:-320px;left:50%;transform:translateX(-50%);
  width:1100px;height:760px;pointer-events:none;
  background:radial-gradient(50% 50% at 50% 50%,rgba(42,0,255,.13),rgba(42,0,255,0) 70%);
}
.hero-inner{position:relative;max-width:718px;margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:24px}
.pill-row{display:flex;align-items:center;gap:12px;justify-content:center}
.hero-badge{display:flex;align-items:center;gap:12px}
.hero-badge .hb-icon{width:42px;height:42px;flex:none;border-radius:12px;background:var(--cream);display:grid;place-items:center}
.hero-badge .hb-icon svg{width:18px;height:18px;display:block;color:var(--blue);flex:none}
.hero-badge .hb-text{display:flex;flex-direction:column;text-align:left}
.hero-badge .hb-1{font-family:"Inter Tight","Inter Tight Fallback",system-ui,sans-serif;font-size:16px;font-weight:500;line-height:1.4;color:var(--ink)}
.hero-badge .hb-2{font-family:"Inter Tight","Inter Tight Fallback",system-ui,sans-serif;font-size:14px;font-weight:500;line-height:1.4;color:var(--muted)}
.hero h1 em{font-style:normal;color:var(--blue)}
.hero .body{max-width:555px;font-size:18px;letter-spacing:-.05em;line-height:1.4}
.hero-btns{display:flex;gap:16px;flex-wrap:wrap;justify-content:center}

/* ---------- brands: dark band with the stat banner ---------- */
.brands{background:var(--ink);padding:20px 0 100px}
.brands .container{display:flex;flex-direction:column;align-items:center;gap:80px}
.stat-banner{
  width:100%;max-width:960px;
  background:#FFF3EA url("img/banner-stripes.webp") center/cover no-repeat;
  padding:40px 40px 49px;overflow:hidden;
  display:flex;align-items:flex-start;justify-content:space-between;gap:24px;
}
.sb-content{flex:1;max-width:525px;display:flex;flex-direction:column;gap:104px}
.sb-title{display:flex;flex-direction:column;gap:10px}
.sb-num{font-family:"Inter","Inter Fallback",system-ui,sans-serif;font-size:148px;font-weight:700;line-height:1;letter-spacing:-.08em;color:var(--ink)}
.sb-sub,.sb-text{font-family:"Inter","Inter Fallback",system-ui,sans-serif;font-size:28px;font-weight:500;line-height:1.1;letter-spacing:-.07em;color:var(--ink)}
.sb-play{width:152px;height:152px;flex:none;background:var(--blue);display:grid;place-items:center;transition:background .4s var(--ease)}
.sb-play span{width:40px;height:40px;border-radius:50%;background:#fff;color:var(--blue);display:grid;place-items:center;transition:transform .45s var(--ease)}
.sb-play svg{width:20px;height:20px}
.sb-play:hover span{transform:scale(1.12)}
.brand-block{width:100%;max-width:795px;display:flex;flex-direction:column;align-items:center;gap:30px;text-align:center}
.bb-line{font-family:"Inter Tight","Inter Tight Fallback",system-ui,sans-serif;font-size:18px;font-weight:500;line-height:1.4;color:var(--muted)}
.bb-line span{color:#fff}
.bb-logos{display:flex;align-items:center;justify-content:center;gap:64px;height:32px;flex-wrap:wrap;color:#fff}
.wm{white-space:nowrap;line-height:1;color:#fff}
.wm-n8n{font-family:"Inter Tight",system-ui,sans-serif;font-weight:800;font-size:26px;letter-spacing:-.06em}
.wm-claude{font-family:Georgia,"Times New Roman",serif;font-style:italic;font-size:25px;letter-spacing:-.02em}
.wm-air{font-family:"Inter",system-ui,sans-serif;font-weight:600;font-size:22px;letter-spacing:-.04em}
.wm-gws{font-family:"Inter Tight",system-ui,sans-serif;font-weight:500;font-size:19px;letter-spacing:-.02em}
.wm-crm{font-family:ui-monospace,Menlo,monospace;font-weight:700;font-size:14px;letter-spacing:.14em;text-transform:uppercase;border:1.5px solid #fff;padding:6px 8px;border-radius:6px}

/* ---------- about ---------- */
.about{padding:168px 0 100px}
.about .container{display:flex;flex-direction:column;align-items:center;gap:40px}
.about-text{max-width:790px;display:flex;flex-direction:column;align-items:center;gap:24px;text-align:center}
.about-text .eyebrow{align-self:center}
.about-p{font-family:"Inter Tight","Inter Tight Fallback",system-ui,sans-serif;font-size:36px;font-weight:500;line-height:1.1;letter-spacing:-.02em;color:var(--ink)}
.about-p mark{background:var(--orange-hot);color:#fff;font-weight:800;font-size:28px;padding:2px 8px;border-radius:10px;-webkit-box-decoration-break:clone;box-decoration-break:clone}
.about-p .plus{display:inline-grid;place-items:center;width:34px;height:34px;border-radius:50%;background:var(--blue);vertical-align:-5px}
.about-p .plus svg{width:20px;height:20px}
.about-cards{width:100%;display:flex;flex-direction:column;gap:24px}
.about-wrap{display:grid;grid-template-columns:minmax(0,2.04fr) minmax(0,1fr);gap:16px}
.acard{border-radius:20px;overflow:hidden;display:flex;flex-direction:column}
.acard.cream{background:var(--cream);padding:30px;gap:32px;justify-content:center}
.acard.pale{background:var(--pale);padding:40px;gap:49px;justify-content:space-between}
.acard-img{height:261px;display:flex;align-items:center}
.acard-img.short{height:194px}
.acard-copy{display:flex;flex-direction:column;gap:10px}
.acard-copy h3{font-family:"Inter Tight","Inter Tight Fallback",system-ui,sans-serif;font-size:24px;font-weight:500;line-height:1.2;letter-spacing:-.02em}
.acard-copy p{max-width:528px;font-family:"Inter Tight","Inter Tight Fallback",system-ui,sans-serif;font-size:16px;font-weight:400;line-height:1.4;color:var(--muted)}

/* white widget cards */
.w-card{background:#fff;border-radius:20px;box-shadow:0 18px 40px -24px rgba(13,13,13,.28)}
.w-matrix{width:100%;padding:24px 20px 22px}
.w-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}
.w-head b{display:block;font-family:"Inter Tight",system-ui,sans-serif;font-size:15px;font-weight:500;color:var(--ink)}
.w-head span{display:block;margin-top:4px;font-family:"Inter Tight",system-ui,sans-serif;font-size:12.5px;color:var(--muted)}
.w-kpi{display:flex;align-items:center;gap:10px}
.w-kpi strong{white-space:nowrap;font-family:"Inter",system-ui,sans-serif;font-size:32px;font-weight:500;letter-spacing:-.06em;line-height:1}
.w-kpi em{font-style:normal;padding:7px 9px;border-radius:8px;background:var(--cream);font-family:"Inter Tight",system-ui,sans-serif;font-size:14px;color:var(--ink)}
.w-dots{display:block;width:100%;height:100px;margin-top:20px}
.w-slider{width:100%;height:100%;border-radius:30px;padding:24px 16px 16px;display:flex;flex-direction:column;align-items:center;gap:6px}
.ws-label{font-family:"Inter Tight",system-ui,sans-serif;font-size:13px;color:var(--ink)}
.ws-num{font-family:"Inter",system-ui,sans-serif;font-size:42px;font-weight:500;letter-spacing:-.06em;line-height:1.1}
.ws-track{position:relative;width:100%;height:32px;border-radius:16px;background:#E6EEFF;margin-top:8px}
.ws-fill{position:absolute;left:0;top:0;bottom:0;width:78%;border-radius:16px;background:linear-gradient(90deg,#C3D6FF,#2A63FF 80%,#2A00FF)}
.ws-knob{position:absolute;left:78%;top:50%;width:24px;height:24px;margin:-12px 0 0 -12px;border-radius:50%;background:#fff;box-shadow:0 0 0 3px rgba(42,0,255,.35),0 4px 10px rgba(42,0,255,.35)}
.ws-knob::before{content:"";position:absolute;left:50%;top:-10px;bottom:-10px;width:2px;margin-left:-1px;background:rgba(42,0,255,.35);z-index:-1}
.ws-mark{align-self:flex-end;margin-right:14%;font-family:"Inter Tight",system-ui,sans-serif;font-size:12px;color:var(--blue)}
.about-widgets{display:flex;justify-content:center;gap:70px;padding:0 50px}
.aw{flex:1;max-width:373px;display:flex;align-items:flex-start;gap:20px}
.aw-ic{width:40px;height:40px;flex:none;border-radius:50%;background:var(--cream);display:grid;place-items:center;color:var(--ink)}
.aw-ic svg{width:18px;height:18px}
.aw h4{font-family:"Inter","Inter Fallback",system-ui,sans-serif;font-size:20px;font-weight:500;line-height:1.2;letter-spacing:-.07em}
.aw p{margin-top:10px;font-size:16px;font-weight:400;line-height:1.4;letter-spacing:-.04em;color:var(--muted)}

/* ---------- how it works: stacked cards ---------- */
.stack-sec{padding:80px 0;display:flex;flex-direction:column;gap:30px;overflow:clip}
.stack-title{position:sticky;top:96px;z-index:0;display:flex;flex-direction:column;align-items:center;gap:24px}
.stack-title .eyebrow{align-self:center}
.big-marquee{width:100%;-webkit-mask-image:none;mask-image:none;padding-bottom:24px}
.big-marquee .marquee-track{gap:20px;padding-right:20px;align-items:center;animation-duration:38s}
.big-marquee span{font-family:"Inter Tight","Inter Tight Fallback",system-ui,sans-serif;font-size:148px;font-weight:700;line-height:.9;letter-spacing:-.05em;white-space:nowrap;color:var(--ink)}
.mq-star{width:84px;height:84px;flex:none;border-radius:50%;background:var(--orange-hot);color:#fff;display:grid;place-items:center}
.mq-star svg{width:46px;height:46px}
.stack-list{position:relative;z-index:1;max-width:928px;margin:0 auto;display:flex;flex-direction:column;gap:30px}
.scard{height:535px;border-radius:20px;padding:44px;display:flex;flex-direction:column;justify-content:space-between;overflow:hidden}
.scard.cream{background:var(--cream)}
.scard.ink{background:var(--ink);color:#fff}
.scard.blue{background:var(--blue);color:#fff}
.sc-top{display:flex;align-items:flex-start;justify-content:space-between;gap:20px}
.sc-n{font-family:"Inter Tight","Inter Tight Fallback",system-ui,sans-serif;font-size:148px;font-weight:700;line-height:.8;letter-spacing:-.05em}
.sc-pill{padding:8px 14px;border-radius:50px;background:rgba(13,13,13,.06);font-family:"Inter Tight",system-ui,sans-serif;font-size:14px;font-weight:500;white-space:nowrap}
.scard.ink .sc-pill,.scard.blue .sc-pill{background:rgba(255,255,255,.14)}
.sc-body h3{font-family:"Inter","Inter Fallback",system-ui,sans-serif;font-size:64px;font-weight:500;line-height:1;letter-spacing:-.07em}
.sc-body p{max-width:520px;margin-top:16px;font-size:18px;font-weight:400;line-height:1.4;letter-spacing:-.05em;color:var(--muted)}
.scard.ink .sc-body p,.scard.blue .sc-body p{color:rgba(255,255,255,.78)}

/* ---------- track record strip ---------- */
.rating{padding:80px 0}
.rating-wrap{display:grid;grid-template-columns:1fr 1fr;align-items:center;padding:50px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.rating-title{max-width:680px;display:flex;flex-direction:column;gap:24px}
.rating-block{display:flex;align-items:center;justify-content:center;gap:50px}
.rating-circle{position:relative;width:256px;height:256px;flex:none;border-radius:50%;background:var(--blue);display:grid;place-items:center}
.rc-num{font-family:"Inter","Inter Fallback",system-ui,sans-serif;font-size:64px;font-weight:500;line-height:1;letter-spacing:-.04em;color:#fff}
.rc-star{position:absolute;top:0;right:0;width:68px;height:68px;border-radius:50%;background:var(--orange);color:#fff;display:grid;place-items:center}
.rc-star svg{width:36px;height:36px}
.rating-text{max-width:220px;display:flex;flex-direction:column;gap:10px}
.rating-text h4{font-family:"Inter","Inter Fallback",system-ui,sans-serif;font-size:20px;font-weight:500;line-height:1.2;letter-spacing:-.07em}
.rating-text p{font-size:16px;font-weight:400;line-height:1.4;letter-spacing:-.04em;color:var(--muted)}

/* ---------- founder: blue block ---------- */
.experts{padding:80px 0}
.blue-block{background:var(--blue);color:#fff;border-radius:20px;padding:50px;overflow:hidden}
.bb-title{max-width:900px;display:flex;flex-direction:column;gap:24px}
.bb-title .h2{color:#fff}
.bb-title p{font-size:16px;font-weight:400;line-height:1.4;letter-spacing:-.04em;color:#fff}
.team-row{display:flex;gap:16px;margin-top:50px}
.member{flex:0 0 230px}
.member-img{height:220px;border-radius:16px;overflow:hidden;display:grid;place-items:center;
  font-family:"Inter Tight","Inter Tight Fallback",system-ui,sans-serif;font-size:96px;font-weight:700;letter-spacing:-.06em}
.member-img.mono{background:var(--ink);color:var(--cream)}
/* portrait: face sits a third of the way down the frame */
.member-img .portrait,.cl-tile.ry .portrait{width:100%;height:100%;object-fit:cover;object-position:50% 32%;display:block}
/* nearly square card: frame head and shoulders with a little headroom */
.member-img:has(.portrait){position:relative}
.member-img .portrait{position:absolute;inset:0;object-position:50% 40%}
.cl-tile.ry:has(.portrait){position:relative;justify-content:flex-end}
.cl-tile.ry .portrait{position:absolute;inset:0}
.cl-tile.ry small{position:relative;margin-bottom:18px;padding:6px 12px;border-radius:50px;background:rgba(13,13,13,.55);color:#fff}
.member-img.m-orange{background:var(--orange);color:var(--ink)}
.member-img.m-cream{background:var(--cream);color:var(--ink)}
.member-img.m-pale{background:var(--pale);color:var(--blue)}
.member-body{padding:24px 20px 0;display:flex;flex-direction:column;gap:6px}
.member-body h4{font-family:"Inter","Inter Fallback",system-ui,sans-serif;font-size:20px;font-weight:500;line-height:1.2;letter-spacing:-.07em}
.member-body .role{font-size:16px;line-height:1.4;letter-spacing:-.02em;color:rgba(255,255,255,.85)}
.member-quote{margin-top:24px;padding-top:24px;border-top:1px solid rgba(255,255,255,.25);font-size:16px;line-height:1.4;letter-spacing:-.02em;color:#fff}

/* ---------- services: sticky stack of cream cards ---------- */
.services{padding:80px 0}
.services .container{display:flex;flex-direction:column;gap:20px}
.svc-title-block{max-width:692px;display:flex;flex-direction:column;gap:24px}
.svc-lead{max-width:560px;font-size:16px;line-height:1.4;letter-spacing:-.04em;color:var(--muted)}
.svc-lead a{display:inline-flex;align-items:center;gap:4px;color:var(--blue);font-weight:500;white-space:nowrap}
.svc-lead .arw{width:16px;height:16px}
.svc-cards{display:flex;flex-direction:column;gap:20px}
.svc-card{
  position:sticky;top:100px;
  display:grid;grid-template-columns:minmax(0,608px) minmax(0,1fr);gap:10px;
  padding:8px;border-radius:24px;background:var(--cream);color:var(--ink);
}
.svc-content{min-height:498px;background:#fff;border-radius:20px;padding:30px;display:flex;flex-direction:column;justify-content:space-between;gap:30px}
.svc-tb{max-width:396px;display:flex;flex-direction:column;gap:24px}
.svc-ic{width:70px;height:70px;border-radius:20px;background:var(--cream);display:grid;place-items:center}
.svc-tw{display:flex;flex-direction:column;gap:16px}
.svc-tw h3{font-family:"Inter Tight","Inter Tight Fallback",system-ui,sans-serif;font-size:36px;font-weight:500;line-height:1.1;letter-spacing:-.02em}
.svc-tw p{font-size:16px;font-weight:400;line-height:1.4;letter-spacing:-.04em;color:var(--muted)}
.svc-meta{font-family:"Inter Tight",system-ui,sans-serif;font-size:14px;font-weight:500;color:var(--blue)}
.svc-content .btn{align-self:flex-start}
.svc-card:hover .btn::after{transform:translateY(0)}
.svc-card:hover .btn{color:#fff}
.svc-card:hover .btn .swap i{transform:translateY(-100%)}
.svc-card:hover .btn .arw{transform:translateX(3px)}
.svc-image{display:grid;place-items:center}
.svc-image svg{width:443px;max-width:100%;height:auto}

/* ---------- integration ---------- */
.integ{padding:80px 0}
.integ .container{max-width:1244px;display:flex;align-items:center;justify-content:space-between;gap:40px}
.integ-title{flex:1;max-width:440px;display:flex;flex-direction:column;gap:24px}
.ticker{flex:1;max-width:520px;display:flex;overflow:hidden;
  -webkit-mask-image:linear-gradient(90deg,transparent,#000 100px,#000 calc(100% - 100px),transparent);
  mask-image:linear-gradient(90deg,transparent,#000 100px,#000 calc(100% - 100px),transparent)}
.ticker-track{display:flex;flex:none;gap:16px;padding-right:16px;animation:slide 22s linear infinite}
.tile{width:102px;height:102px;flex:none;border-radius:16px;display:grid;place-items:center}
.tile b{font-family:"Inter Tight","Inter Tight Fallback",system-ui,sans-serif;font-size:18px;font-weight:700;letter-spacing:-.04em}
.tile svg{width:46px;height:46px;display:block}
.tile.white{background:#fff;box-shadow:inset 0 0 0 1px var(--line)}
.tile.cream{background:var(--cream);color:var(--ink)}
.tile.pale{background:var(--blue-light);color:var(--blue)}
.tile.blue{background:linear-gradient(90deg,var(--blue) 60%,#5A3BFF);color:#fff}
.tile.gray{background:linear-gradient(90deg,#9B9B9B,#5C5C5C);color:#fff}

/* ---------- why regna ---------- */
.why{padding:80px 0}
.why .container{max-width:1244px;display:flex;flex-direction:column;gap:50px}
.why-head{display:flex;align-items:flex-end;justify-content:space-between;gap:10px}
.why-title{max-width:667px;display:flex;flex-direction:column;gap:24px}
.why-cards{display:flex;gap:16px}
.why-stat{flex:1;max-width:481px;min-height:521px;border-radius:20px;overflow:hidden;padding:44px;
  display:flex;flex-direction:column;justify-content:flex-end;
  background:radial-gradient(120% 90% at 0% 0%,#F1EEFF 0%,#B8ACFF 38%,#4B2BFF 72%,#2A00FF 100%)}
.w-roadmap{padding:24px}
.w-roadmap > b{display:block;font-family:"Inter Tight",system-ui,sans-serif;font-size:20px;font-weight:500;letter-spacing:-.02em}
.wr-sub{display:block;margin-top:4px;font-family:"Inter Tight",system-ui,sans-serif;font-size:12.5px;color:var(--muted)}
.w-roadmap ul{margin-top:16px}
.w-roadmap li{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 0;border-top:1px solid #F0F0F0;font-family:"Inter Tight",system-ui,sans-serif;font-size:14px;color:var(--ink)}
.w-roadmap em{font-style:normal;padding:3px 10px;border-radius:50px;font-size:12px;font-weight:500}
.t-build{background:var(--pale);color:var(--blue)}
.t-later{background:var(--gray);color:var(--muted)}
.t-cut{background:#FFE9DE;color:var(--orange-hot)}
.why-rate{flex:1.3;background:var(--cream);border-radius:20px;padding:30px 0;display:flex;flex-direction:column;gap:40px;overflow:hidden}
.wr-img{position:relative;height:254px;display:grid;place-items:center}
.wr-grad{position:absolute;top:0;bottom:0;width:72.7%;border-radius:20px}
.wr-grad.l{right:calc(50% + 3.5px);background:linear-gradient(90deg,var(--cream) 33%,#fff 100%)}
.wr-grad.r{left:calc(50% + 3.5px);background:linear-gradient(270deg,var(--cream) 33%,#fff 100%)}
.wr-center{position:relative;display:flex;flex-direction:column;align-items:center;gap:6px}
.wr-center strong{font-family:"Inter","Inter Fallback",system-ui,sans-serif;font-size:104px;font-weight:700;line-height:.9;letter-spacing:-.06em;color:var(--ink)}
.wr-center > span{font-family:"Inter Tight",system-ui,sans-serif;font-size:13px;font-weight:500;letter-spacing:.02em;text-transform:uppercase}
.wr-checks{display:flex;gap:6px;margin-top:10px;color:#3B4150}
.wr-checks svg{width:18px;height:18px}
.wr-content{padding:0 30px;display:flex;flex-direction:column;align-items:flex-start;gap:20px}
.wr-pill{display:inline-flex;align-items:center;gap:8px;height:35px;padding:0 12px;border-radius:50px;background:#fff;color:var(--blue);font-family:"Inter Tight",system-ui,sans-serif;font-size:16px}
.wr-pill .arw{width:18px;height:18px;color:var(--ink);transition:transform .4s var(--ease)}
.wr-pill:hover .arw{transform:translateX(3px)}
.wr-content h3{font-family:"Inter","Inter Fallback",system-ui,sans-serif;font-size:24px;font-weight:500;line-height:1.2;letter-spacing:-.04em}
.wr-content p{margin-top:10px;font-size:16px;font-weight:400;line-height:1.4;letter-spacing:-.04em;color:var(--muted)}

/* ---------- pricing tab ---------- */
.pricing{padding:80px 20px}
.pricing-wrap{background:var(--cream);border-radius:20px;padding:50px}
.pricing-inner{max-width:1480px;margin:0 auto;display:flex;flex-direction:column;gap:50px}
.pricing-title{max-width:600px;display:flex;flex-direction:column;gap:24px}
.ptab{background:#fff;border-radius:20px;padding:24px;display:grid;grid-template-columns:1fr 1fr;gap:10px}
.pt-left{padding:30px;display:flex;flex-direction:column;gap:24px}
.pt-label{font-size:16px;font-weight:400;line-height:1.4;letter-spacing:-.04em;color:var(--blue)}
.pt-list{display:flex;flex-direction:column;gap:12px}
.pt-btn{display:flex;align-items:center;gap:24px;min-height:64px;padding:13.5px 10px;border-radius:10px;background:var(--gray);text-align:left;transition:background .3s var(--ease)}
.pt-btn:hover{background:#ECECEC}
.pt-btn.active{background:var(--pale)}
.pt-ic{width:37px;height:37px;flex:none;border-radius:11px;background:var(--gray);display:grid;place-items:center;color:var(--ink)}
.pt-btn.active .pt-ic{background:#fff}
.pt-name{font-family:"Inter Tight","Inter Tight Fallback",system-ui,sans-serif;font-size:20px;font-weight:400;line-height:1.2;letter-spacing:-.02em;color:var(--muted)}
.pt-btn.active .pt-name{color:var(--ink)}
.pt-panel{height:100%;background:var(--pale);border-radius:20px;padding:30px;display:flex;flex-direction:column;justify-content:space-between;gap:40px}
.pt-top{display:flex;flex-direction:column;gap:32px}
.pt-title h3{font-family:"Inter","Inter Fallback",system-ui,sans-serif;font-size:24px;font-weight:500;line-height:1.2;letter-spacing:-.06em}
.pt-title p{margin-top:6px;font-size:16px;font-weight:400;line-height:1.4;letter-spacing:-.04em;color:var(--ink)}
.pt-price{display:flex;align-items:baseline;gap:14px;flex-wrap:wrap}
.pt-from{font-family:"Inter","Inter Fallback",system-ui,sans-serif;font-size:20px;font-weight:500;letter-spacing:-.07em}
.pt-amt{font-family:"Inter","Inter Fallback",system-ui,sans-serif;font-size:64px;font-weight:500;line-height:1;letter-spacing:-.06em}
.pt-per{font-size:16px;letter-spacing:-.04em;color:var(--muted)}
.pt-bottom{display:flex;flex-direction:column;gap:30px}
.pt-feats{display:flex;flex-direction:column;gap:12px}
.pt-inc{font-family:"Inter Tight",system-ui,sans-serif;font-size:16px;line-height:1.4;text-transform:uppercase;color:var(--muted)}
.pt-feats li{font-size:16px;font-weight:400;line-height:1.4;letter-spacing:-.04em;color:var(--ink)}

/* ---------- faq ---------- */
.faq{padding:80px 0}
.faq .container{display:flex;flex-direction:column;align-items:center;gap:50px}
.faq-title{max-width:638px;display:flex;flex-direction:column;align-items:center;gap:24px;text-align:center}
.faq-title .eyebrow{align-self:center}
.faq-list{width:100%;max-width:691px}
.faq-wrap{display:grid;grid-template-columns:1fr 1.35fr;gap:64px;align-items:start}
.faq-item{border-bottom:1px solid var(--line)}
.faq-btn{display:flex;align-items:center;gap:20px;width:100%;padding:20px 0;text-align:left}
.faq-q{flex:1;font-family:"Inter Tight","Inter Tight Fallback",system-ui,sans-serif;font-size:18px;font-weight:500;line-height:1.4;color:var(--ink)}
.faq-ic{width:32px;height:32px;flex:none;display:grid;place-items:center;color:var(--ink-2)}
.faq-ic svg{width:24px;height:24px;transition:transform .4s var(--ease)}
.faq-item.open .faq-ic svg{transform:rotate(45deg)}
.faq-panel{overflow:hidden;height:0;transition:height .45s var(--ease)}
.faq-panel p{padding:0 40px 22px 0;margin-top:0;font-size:18px;font-weight:400;line-height:1.4;letter-spacing:-.05em;color:var(--muted)}

/* ---------- cta (above the footer on every page) ---------- */
.cta{position:relative;padding:141px 0;background:#F7F2F0 url("img/cta-stripes.webp") center/cover no-repeat;overflow:hidden}
.cta .container{position:relative;z-index:1}
.cta-content{max-width:555px;display:flex;flex-direction:column;gap:40px}
.cta-content .hero-btns{justify-content:flex-start}
.cta-text{display:flex;flex-direction:column;gap:24px}
.cta-text p{font-size:18px;font-weight:400;line-height:1.4;letter-spacing:-.05em;color:var(--muted)}
.cta-card{position:absolute;right:0;top:93px;width:566px;height:368px;background:#fff;padding:32px 32px 42px;display:flex;flex-direction:column;justify-content:space-between}
.cta-card strong{font-family:"Inter","Inter Fallback",system-ui,sans-serif;font-size:118px;font-weight:700;line-height:.9;letter-spacing:-.08em;color:#000}
.cta-card p{max-width:370px;font-family:"Inter","Inter Fallback",system-ui,sans-serif;font-size:20px;font-weight:500;line-height:1.2;letter-spacing:-.07em;color:var(--ink)}

/* ---------- footer ---------- */
.footer{position:relative;background:var(--ink-footer);color:#fff;padding:50px 0 28px;overflow:hidden}
/* 7px cell grid, as one inline SVG tile */
.footer::before{
  content:"";position:absolute;inset:0;pointer-events:none;opacity:.5;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7' height='7'%3E%3Cpath d='M.35 0V7M0 .35H7' fill='none' stroke='%231E1E1E' stroke-width='.7'/%3E%3C/svg%3E");
}
.footer > .container{position:relative;z-index:1;display:flex;justify-content:space-between;gap:40px;min-height:566px}
.ft-left{display:flex;flex-direction:column;justify-content:space-between;gap:40px}
.ft-social{display:flex;gap:12px}
.ft-social a{width:44px;height:44px;border-radius:50%;background:#2B2B2B;display:grid;place-items:center;color:#fff;transition:background .3s}
.ft-social a:hover{background:var(--orange-hot)}
.ft-social svg{width:18px;height:18px}
.ft-copy{font-family:"Inter Tight","Inter Tight Fallback",system-ui,sans-serif;font-size:16px;font-weight:500;line-height:1.4;color:var(--muted-2)}
.ft-copy b{font-weight:500;color:#fff}
.ft-right{width:100%;max-width:692px;display:flex;flex-direction:column;gap:60px}
.ft-cols{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}
.ft-col{border-top:1px solid #4A4A4A;padding-top:10px;display:flex;flex-direction:column;gap:6px}
.ft-h{font-family:"Inter Tight","Inter Tight Fallback",system-ui,sans-serif;font-size:16px;font-weight:500;line-height:1.4;color:var(--muted-2)}
.ft-col ul{display:flex;flex-direction:column;gap:8px}
.ft-col a,.ft-contact p{font-family:"Inter Tight","Inter Tight Fallback",system-ui,sans-serif;font-size:16px;font-weight:500;line-height:1.4;color:#fff}
.ft-col a{transition:color .3s}
.ft-col a:hover,.ft-contact a:hover{color:var(--orange-hot)}
.ft-contact{max-width:320px;border-top:1px solid #4A4A4A;padding-top:20px;display:flex;flex-direction:column;gap:50px}
.ft-contact > div{display:flex;flex-direction:column;gap:6px}
.ft-contact .ft-h{color:var(--muted-2)}

/* ---------- reveal ---------- */
[data-rv]{opacity:0;transform:translateY(10px);transition:opacity .5s var(--ease),transform .5s var(--ease)}
[data-rv].in{opacity:1;transform:none}
[data-rv-d="1"]{transition-delay:.05s}
[data-rv-d="2"]{transition-delay:.1s}
[data-rv-d="3"]{transition-delay:.15s}
[data-rv-d="4"]{transition-delay:.2s}
@media (prefers-reduced-motion:reduce){
  [data-rv]{opacity:1;transform:none}
  .marquee-track,.ticker-track{animation:none}
  html{scroll-behavior:auto}
}

/* ---------- responsive: tablet (810-1199) ---------- */
@media (max-width:1199px){
  .d1{font-size:72px}
  .sb-num{font-size:120px}
  .about-wrap{grid-template-columns:1fr}
  .about-widgets{flex-direction:column;align-items:center;gap:30px;padding:0}
  .aw{max-width:560px;width:100%}
  .big-marquee span{font-size:110px}
  .mq-star{width:64px;height:64px}
  .rating-wrap{grid-template-columns:1fr;gap:50px}
  .rating-block{justify-content:flex-start}
  .team-row{overflow-x:auto;scrollbar-width:none;margin-right:-50px;padding-right:50px}
  .svc-card{grid-template-columns:1fr 1fr}
  .integ .container{flex-direction:column;align-items:flex-start}
  .ticker{max-width:100%;width:100%}
  .why-head{flex-direction:column;align-items:flex-start;gap:24px}
  .why-cards{flex-direction:column}
  .why-stat{max-width:none;min-height:440px}
  .ptab{grid-template-columns:1fr}
  .pt-left{padding:10px 6px 20px}
  .faq-wrap{grid-template-columns:1fr;gap:36px}
  .cta{padding:100px 0 0}
  .cta-card{position:relative;top:auto;right:auto;margin:60px 0 0 auto;max-width:566px;width:100%}
  .footer > .container{flex-direction:column;min-height:0}
  /* logo first, links, then social and the legal line */
  .ft-left{display:contents}
  .ft-left .logo{order:0}
  .ft-right{order:1}
  .ft-social{order:2}
  .ft-copy{order:3}
  .feature-grid{grid-template-columns:1fr 1fr}
}
@media (max-width:1100px){
  .nav-links{display:none}
  .nav-cta .btn{display:none}
  .burger{display:flex}
  .nav-inner{gap:24px;padding-right:6px}
}
/* ---------- responsive: phone (< 810) ---------- */
@media (max-width:809px){
  :root{--pad:20px}
  .h2{font-size:40px}
  .d1{font-size:48px}
  .hero{padding:140px 0 70px}
  .stat-banner{flex-direction:column;padding:28px 24px 32px}
  .sb-content{gap:56px}
  .sb-num{font-size:96px}
  .sb-sub,.sb-text{font-size:22px}
  .sb-play{width:100px;height:100px}
  .bb-logos{gap:28px 36px;height:auto}
  .about{padding:110px 0 80px}
  .about-p{font-size:26px}
  .about-p mark{font-size:22px}
  .acard.cream,.acard.pale{padding:20px}
  .w-head{flex-direction:column;gap:12px}
  .w-kpi strong{font-size:24px}
  .big-marquee span{font-size:72px}
  .mq-star{width:48px;height:48px}
  .mq-star svg{width:28px;height:28px}
  .scard{height:auto;min-height:420px;padding:28px}
  .sc-n{font-size:96px}
  .sc-body h3{font-size:44px}
  .rating-block{flex-direction:column;align-items:flex-start;gap:30px}
  .rating-circle{width:200px;height:200px}
  .blue-block{padding:32px 24px}
  .team-row{margin-right:-24px;padding-right:24px}
  .svc-card{grid-template-columns:1fr;position:relative;top:auto}
  .svc-content{min-height:0}
  .svc-tw h3{font-size:28px}
  .pricing{padding:60px 12px}
  .pricing-wrap{padding:28px 16px}
  .ptab{padding:12px}
  .pt-panel{padding:22px}
  .pt-amt{font-size:48px}
  .cta-card{height:auto;gap:60px;padding:28px}
  .cta-card strong{font-size:84px}
  .ft-cols{grid-template-columns:1fr 1fr}
  .feature-grid{grid-template-columns:1fr}
}

/* ============ inner pages: pricing, contact, services, blog, legal, 404, about ============ */
@font-face{
  font-family:"Caveat";
  src:url("fonts/Caveat-700-latin.woff2") format("woff2");
  font-weight:700;font-style:normal;font-display:swap;
}
.hero.tight{padding-bottom:20px}
.pt-when{margin-left:auto;padding-left:12px;font-family:"Inter Tight",system-ui,sans-serif;font-size:14px;color:var(--muted-2);white-space:nowrap}
.member-img.m-blue{background:#fff;color:var(--blue)}
.member-img > svg{width:100%;height:100%;display:block;letter-spacing:normal;font-size:12px}
.oc-art > svg{width:100%;height:100%;display:block}
a.member{color:#fff;transition:transform .45s var(--ease)}
a.member:hover{transform:translateY(-4px)}

/* ---------- contact ---------- */
.contact{padding:80px 20px}
.contact-wrap{max-width:928px;margin:0 auto;display:flex;align-items:flex-start;gap:16px}
.cform{flex:0 1 574px;min-width:0;background:var(--gray);border-radius:16px;padding:30px;display:flex;flex-direction:column;gap:40px}
.cf{display:flex;flex-direction:column;gap:12px}
.cf > span:first-child{font-family:"Inter Tight",system-ui,sans-serif;font-size:16px;line-height:1.4;color:var(--ink)}
.cf em{font-style:normal;color:var(--muted)}
.cf-in{display:block;border-bottom:1px solid #DCDCDC}
.cf input,.cf select,.cf textarea{
  width:100%;display:block;border:0;background:transparent;padding:8px 16px;
  font-family:"Inter Tight",system-ui,sans-serif;font-size:16px;line-height:1.4;color:var(--ink);outline:none;
}
.cf select{appearance:none;cursor:pointer;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'%3E%3Cpath d='M2.5 4.5 6 8l3.5-3.5' stroke='%23535353' stroke-width='1.4' fill='none' stroke-linecap='round'/%3E%3C/svg%3E") no-repeat right 16px center/12px}
.cf textarea{height:176px;resize:vertical}
.cf input::placeholder,.cf textarea::placeholder{color:var(--muted)}
.cf-in:focus-within{border-bottom-color:var(--blue)}
.cf-in.bad{border-bottom-color:var(--orange-hot)}
.cf-send{align-self:flex-start;padding:16px 28px;border-radius:100px}
.cf-note{font-size:15px;line-height:1.5;color:var(--ink);padding:14px 16px;border-radius:12px;background:var(--pale)}
.cf-note.bad{background:#FFE9DE}
.hp{position:absolute;left:-9999px;width:1px;height:1px;overflow:hidden}
.cf-note a{color:var(--ink);text-decoration:underline}
.csides{flex:0 0 338px;background:var(--pale);border-radius:16px;padding:30px;display:flex;flex-direction:column;gap:40px}
.cs-items{display:flex;flex-direction:column;gap:24px}
.cs-items > div{display:flex;flex-direction:column;gap:8px}
.cs-items p{font-size:16px;line-height:1.4;letter-spacing:-.04em;color:var(--ink)}
.cs-items p:first-child{color:var(--muted)}

/* ---------- service (use case) pages ---------- */
.svc-hero{padding:168px 0 80px}
.svc-hero .container{display:flex;flex-direction:column;align-items:center;gap:60px}
.sh-title{max-width:456px;display:flex;flex-direction:column;align-items:center;gap:24px;text-align:center}
.sh-title p{max-width:378px;font-size:16px;line-height:1.4;letter-spacing:-.04em;color:var(--muted)}
.sh-image{position:relative;width:100%;height:622px;background:var(--cream);padding:8px;overflow:hidden;display:flex;justify-content:center}
.sh-art{padding-top:140px}
.sh-art svg{width:481px;max-width:100%;height:auto;display:block}
.sh-image::after{content:"";position:absolute;left:0;right:0;bottom:0;height:233px;background:linear-gradient(rgba(247,242,240,0),var(--cream))}
.sh-overview{width:100%;max-width:1164px;display:flex;justify-content:flex-end}
.sh-ov{max-width:810px;display:flex;flex-direction:column;gap:20px}
.sh-ov h2{font-family:"Inter Tight","Inter Tight Fallback",system-ui,sans-serif;font-size:36px;font-weight:500;line-height:1.1;letter-spacing:-.02em}
.sh-ov h2:not(:first-child){margin-top:24px}
.sh-ov p{font-size:16px;line-height:1.4;letter-spacing:-.04em;color:var(--muted)}
.svc-outcomes{background:var(--cream);padding:80px 0}
.svc-outcomes .container,.svc-steps .container{display:flex;flex-direction:column;align-items:center;gap:60px}
.so-title,.ss-title{max-width:610px;display:flex;flex-direction:column;align-items:center;gap:24px;text-align:center}
.so-title p,.ss-title p{max-width:523px;font-size:16px;line-height:1.4;letter-spacing:-.04em;color:var(--muted)}
.oc-grid{width:100%;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}
.oc-card{min-height:386px;background:#fff;border-radius:16px;padding:25px;display:flex;flex-direction:column;gap:26px}
.oc-copy{display:flex;flex-direction:column;gap:8px}
.oc-copy h3{font-family:"Inter Tight",system-ui,sans-serif;font-size:20px;font-weight:500;letter-spacing:-.02em}
.oc-copy p{font-family:"Inter Tight",system-ui,sans-serif;font-size:15px;line-height:1.4;color:#373A3E}
.oc-art{flex:1;min-height:220px;border-radius:8px;background:linear-gradient(160deg,#F7F9FF 0%,var(--pale) 100%);display:grid;place-items:center;overflow:hidden}
.oc-art span{font-family:"Inter Tight",system-ui,sans-serif;font-size:120px;font-weight:700;letter-spacing:-.06em;line-height:1;color:var(--blue)}
.svc-steps{padding:80px 0}
.ss-title{max-width:557px}
.step-list{width:100%;max-width:830px;display:flex;flex-direction:column;gap:30px}
.step-card{background:var(--pale);border-radius:20px;padding:40px;display:flex;flex-direction:column;gap:57px}
.stc-top{display:flex;flex-direction:column;gap:40px}
.stc-n{font-family:"Caveat",cursive;font-size:40px;font-weight:700;line-height:1.4;letter-spacing:-.01em;color:var(--muted)}
.stc-tb{max-width:549px;display:flex;flex-direction:column;gap:20px}
.stc-tb h3{font-family:"Inter Tight","Inter Tight Fallback",system-ui,sans-serif;font-size:36px;font-weight:500;line-height:1.1;letter-spacing:-.02em}
.stc-tb p{font-size:16px;line-height:1.4;letter-spacing:-.04em;color:var(--muted)}
.stc-feats{display:flex;flex-wrap:wrap;gap:10px}
.stc-f{display:inline-flex;align-items:center;gap:10px;padding:8px 15px 8px 10px;border-radius:8px;background:#fff;font-size:16px;line-height:1.4;letter-spacing:-.04em;color:var(--ink)}
.stc-f svg{width:20px;height:13px;color:var(--blue);flex:none}

/* ---------- blog ---------- */
.blog-feat{padding:168px 0 0}
.bf{display:flex;align-items:flex-end;gap:80px;padding:100px 0 100px;color:var(--ink)}
.bf-content{flex:0 1 600px;display:flex;flex-direction:column;gap:30px}
.bf-img{position:relative;flex:1;min-width:0;height:432px;border-radius:16px;overflow:hidden}
.bf-img img,.bc-img img,.ph-img img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .8s var(--ease)}
.bf:hover .bf-img img,.bcard:hover .bc-img img{transform:scale(1.04)}
.bf-go{position:absolute;left:50%;top:50%;width:99px;height:56px;margin:-28px 0 0 -49.5px;border-radius:50px;background:var(--blue);color:#fff;display:grid;place-items:center;transform:scale(.6);opacity:0;transition:.45s var(--ease)}
.bf-go svg{width:20px;height:20px}
.bf:hover .bf-go{transform:none;opacity:1}
.bc-meta{display:flex;align-items:center;gap:16px;font-family:"Inter Tight",system-ui,sans-serif;font-size:16px;font-weight:500;line-height:1.4;color:var(--muted)}
.bpill{display:inline-flex;align-items:center;height:42px;padding:0 20px;border-radius:50px;background:var(--cream);color:var(--ink)}
.blog-list{padding:100px 0 150px}
.blog-list .container{display:flex;flex-direction:column;gap:40px}
.bl-title{align-self:center;max-width:692px;display:flex;flex-direction:column;align-items:center;gap:24px;text-align:center}
.bl-title .eyebrow{align-self:center}
.bl-title.left{align-self:flex-start;align-items:flex-start;text-align:left}
.bl-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:40px 16px}
.bcard{display:flex;flex-direction:column;gap:24px;color:var(--ink)}
.bc-img{height:311px;border-radius:16px;overflow:hidden;background:var(--cream)}
.bc-content{display:flex;flex-direction:column;gap:16px}
.bcard h3{font-family:"Inter","Inter Fallback",system-ui,sans-serif;font-size:24px;font-weight:500;line-height:1.2;letter-spacing:-.06em}
.blog-list.more{padding:80px 0 120px}

/* blog post */
.post-hero{padding:168px 0 0}
.post-hero h1{max-width:700px}
.ph-meta{display:flex;justify-content:space-between;gap:20px;margin:48px 0 24px;font-family:"Inter Tight",system-ui,sans-serif;font-size:16px;color:var(--muted)}
.ph-meta b{font-weight:500;color:var(--ink)}
.ph-band{background:linear-gradient(to bottom,transparent 0,transparent 260px,var(--blue) 260px);padding-bottom:60px}
.ph-img{height:520px;border-radius:16px;overflow:hidden;background:var(--cream)}
.ph-quote{max-width:900px;margin:40px auto 0;text-align:center;font-family:"Inter","Inter Fallback",system-ui,sans-serif;font-size:28px;font-weight:500;line-height:1.25;letter-spacing:-.04em;color:#fff}
.post-body{padding:80px 0}
.prose{max-width:810px;margin:0 auto}
.prose > * + *{margin-top:20px}
.prose p,.prose li{font-size:18px;line-height:1.6;letter-spacing:-.03em;color:var(--muted)}
.prose h2{margin-top:52px;font-family:"Inter","Inter Fallback",system-ui,sans-serif;font-size:32px;font-weight:500;line-height:1.15;letter-spacing:-.05em;color:var(--ink)}
.prose h3{margin-top:36px;font-family:"Inter Tight",system-ui,sans-serif;font-size:22px;font-weight:500;letter-spacing:-.02em;color:var(--ink)}
.prose strong{font-weight:500;color:var(--ink)}
.prose a{color:var(--ink);text-decoration:underline;text-underline-offset:3px}
.prose ul{padding-left:22px;list-style:disc}
.prose li + li{margin-top:10px}
.prose li::marker{color:var(--blue)}
.prose blockquote{margin:36px 0;padding:28px 30px;border-radius:16px;background:var(--cream);font-family:"Inter","Inter Fallback",system-ui,sans-serif;font-size:24px;font-weight:500;line-height:1.3;letter-spacing:-.04em;color:var(--ink)}

/* ---------- 404 ---------- */
.err{padding:190px 0 150px;text-align:center}
.err .container{display:flex;flex-direction:column;align-items:center;gap:24px}
.err-code{font-family:"Inter Tight","Inter Tight Fallback",system-ui,sans-serif;font-size:clamp(140px,22vw,320px);font-weight:700;line-height:.82;letter-spacing:-.06em;color:var(--ink)}
.err h1{margin-top:16px;font-family:"Inter Tight","Inter Tight Fallback",system-ui,sans-serif;font-size:36px;font-weight:500;letter-spacing:-.02em}

/* ---------- legal ---------- */
.legal{padding:168px 0 150px}
.legal .container{display:flex;flex-direction:column;gap:100px}
.lg-head{display:flex;flex-direction:column;align-items:center;gap:24px;text-align:center}
.lg-head p{font-size:18px;line-height:1.4;letter-spacing:-.05em;color:var(--muted)}
.lg-rows{display:flex;flex-direction:column;gap:50px}
.lg-row{display:grid;grid-template-columns:minmax(0,284px) minmax(0,810px);justify-content:space-between;gap:40px}
.lg-row h2{font-family:"Inter","Inter Fallback",system-ui,sans-serif;font-size:24px;font-weight:500;line-height:1.2;letter-spacing:-.06em}
.lg-text p{font-size:16px;line-height:1.4;letter-spacing:-.04em;color:var(--muted)}
.lg-text p + p{margin-top:12px}
.lg-text a{color:var(--ink);text-decoration:underline}

/* ---------- about ---------- */
.about-hero{padding:168px 0 100px}
.collage{margin-top:74px;padding:0 16px;display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:16px;align-items:center}
.cl-col{display:flex;flex-direction:column;gap:16px}
.cl-tile{border-radius:16px;overflow:hidden}
.cl-tile.stripes.a{height:330px;background:url("img/banner-stripes.webp") 30% center/cover}
.cl-tile.stripes.b{height:280px;background:url("img/cta-stripes.webp") 80% center/cover}
.cl-tile.ry{height:400px;background:var(--ink);color:var(--cream);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:14px}
.cl-tile.ry span{font-family:"Inter Tight",system-ui,sans-serif;font-size:120px;font-weight:700;letter-spacing:-.06em;line-height:1}
.cl-tile.ry small{font-family:"Inter Tight",system-ui,sans-serif;font-size:14px;color:rgba(247,242,240,.7)}
.cl-tile.cream{height:330px;background:var(--cream);display:grid;place-items:center;padding:18px}
.w-roadmap.mini{width:100%;padding:18px}
.w-roadmap.mini > b{font-size:16px}
.w-roadmap.mini li{font-size:12.5px;padding:8px 0}
.cl-sq{display:flex;gap:12px}
.cl-sq i{width:60px;height:60px;display:block}
.cl-sq .o{background:var(--orange-hot)}
.cl-sq .b{background:var(--blue)}
.cl-cta{min-height:230px;border-radius:16px;background:var(--blue);color:#fff;padding:24px;display:flex;flex-direction:column;gap:12px;transition:transform .45s var(--ease)}
.cl-cta:hover{transform:translateY(-4px)}
.cl-cta b{font-family:"Inter","Inter Fallback",system-ui,sans-serif;font-size:22px;font-weight:500;line-height:1.15;letter-spacing:-.05em}
.cl-cta span{font-size:14px;line-height:1.4;opacity:.8}
.cl-cta em{margin-top:auto;display:inline-flex;align-items:center;gap:6px;font-style:normal;font-family:"Inter Tight",system-ui,sans-serif;font-size:15px;font-weight:500}
.cl-cta em svg{width:16px;height:16px}
.ab-intro{padding:80px 0}
.ai-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,860px);gap:40px;align-items:start}
.ai-copy h2{font-family:"Inter","Inter Fallback",system-ui,sans-serif;font-size:32px;font-weight:500;line-height:1.15;letter-spacing:-.05em;color:var(--ink)}
.ai-copy p{max-width:440px;margin-top:24px;font-size:16px;line-height:1.4;letter-spacing:-.04em;color:var(--muted)}
.ai-stats{margin-top:80px;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:24px}
.ai-stats div{display:flex;flex-direction:column;gap:10px;padding-top:20px;border-top:1px solid var(--line)}
.ai-stats b{font-family:"Inter","Inter Fallback",system-ui,sans-serif;font-size:56px;font-weight:500;line-height:1;letter-spacing:-.07em}
.ai-stats span{font-size:14px;line-height:1.4;color:var(--muted)}
.mission{padding:80px 0}
.mission .container{display:flex;flex-direction:column;gap:50px}
.ms-title{display:flex;flex-direction:column;gap:24px}
.ms-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}
.ms-card{min-height:380px;border:1px solid var(--line);border-radius:20px;padding:30px;display:flex;flex-direction:column;justify-content:space-between;gap:30px}
.ms-k{font-family:"Inter Tight",system-ui,sans-serif;font-size:16px;font-weight:500}
.ms-big{display:block;font-family:"Inter","Inter Fallback",system-ui,sans-serif;font-size:56px;font-weight:500;line-height:1;letter-spacing:-.07em}
.ms-card p:not(.ms-k){font-size:16px;line-height:1.4;letter-spacing:-.04em;color:var(--muted)}
.ms-card.blue{background:var(--blue);border-color:var(--blue);color:#fff}
.ms-card.blue p{color:rgba(255,255,255,.82)!important;margin-top:12px}
.ms-arrow{width:110px;height:110px;align-self:flex-end;color:rgba(255,255,255,.9)}
.wheel-sec{background:var(--blue);color:#fff;padding:100px 0}
.wheel-sec .container{display:flex;flex-direction:column;align-items:center;gap:50px}
.ws-title{display:flex;flex-direction:column;align-items:center;gap:24px;text-align:center}
.ws-title .eyebrow{align-self:center}
.ws-title .h2{color:#fff}
.ws-wheel{width:100%;max-width:820px}
.wheel{width:100%;height:auto;display:block}
.howwork{padding:80px 0}
.howwork .container{display:flex;flex-direction:column;align-items:center;gap:50px}
.hw-title{max-width:692px;display:flex;flex-direction:column;align-items:center;gap:24px;text-align:center}
.hw-title .eyebrow{align-self:center}
.hw-title p{font-size:16px;line-height:1.4;letter-spacing:-.04em;color:var(--muted)}
.hw-grid{width:100%;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}
.hw-card{min-height:320px;background:var(--cream);border-radius:20px;padding:30px;display:flex;flex-direction:column;justify-content:space-between;gap:40px}
.hw-ic{width:52px;height:52px;border-radius:14px;background:#fff;display:grid;place-items:center;color:var(--ink)}
.hw-card h3{font-family:"Inter Tight","Inter Tight Fallback",system-ui,sans-serif;font-size:30px;font-weight:500;line-height:1.1;letter-spacing:-.02em}
.hw-card p{margin-top:12px;font-size:16px;line-height:1.4;letter-spacing:-.04em;color:var(--muted)}

@media (max-width:1199px){
  .contact-wrap{flex-direction:column;align-items:stretch}
  .cform,.csides{flex:none}
  .oc-grid{grid-template-columns:1fr}
  .bf{flex-direction:column-reverse;align-items:stretch;gap:40px;padding-top:40px}
  .bf-content{flex:none}
  .bl-grid{grid-template-columns:1fr 1fr}
  .lg-row{grid-template-columns:1fr;gap:12px}
  .collage{grid-template-columns:repeat(3,minmax(0,1fr))}
  .collage .cl-col:nth-child(n+4){display:none}
  .ai-grid{grid-template-columns:1fr}
  .ai-stats{grid-template-columns:1fr 1fr}
  .ms-grid,.hw-grid{grid-template-columns:1fr}
}
@media (max-width:809px){
  .svc-hero,.blog-feat,.post-hero,.legal,.about-hero{padding-top:130px}
  .sh-image{height:420px}
  .sh-art{padding-top:60px}
  .sh-ov h2,.stc-tb h3{font-size:28px}
  .step-card{padding:26px;gap:36px}
  .bl-grid{grid-template-columns:1fr}
  .bf-img,.ph-img{height:280px}
  .ph-band{background:linear-gradient(to bottom,transparent 0,transparent 140px,var(--blue) 140px)}
  .ph-quote{font-size:21px}
  .ph-meta{flex-direction:column;gap:6px}
  .collage{grid-template-columns:1fr 1fr}
  .collage .cl-col:nth-child(n+3){display:none}
  .cl-tile.ry span{font-size:80px}
  .ai-stats b,.ms-big{font-size:40px}
  .err{padding:140px 0 100px}
}


/* ---------- use cases ---------- */
.uc-list{padding:40px 0 150px}
.uc-filter{display:flex;flex-wrap:wrap;justify-content:center;gap:10px}
.ucf{height:42px;padding:0 20px;border-radius:50px;background:var(--cream);font-family:"Inter Tight",system-ui,sans-serif;font-size:16px;font-weight:500;color:var(--ink);transition:background .3s var(--ease),color .3s var(--ease)}
.ucf:hover{background:#EDE5E1}
.ucf.active{background:var(--ink);color:#fff}
.uc-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:40px 16px}
.uc-img{display:grid;place-items:center}
.uc-img svg{height:100%;width:auto;max-width:100%;display:block;transition:transform .8s var(--ease)}
.bcard.uc:hover .uc-img svg{transform:scale(1.04)}
.uc-p{font-size:16px;line-height:1.4;letter-spacing:-.04em;color:var(--muted)}
.uc-service{width:100%;max-width:830px;display:flex;align-items:center;gap:20px;padding:20px 24px;border-radius:20px;background:var(--cream);color:var(--ink);transition:background .3s var(--ease)}
.uc-service:hover{background:#EDE5E1}
.uc-service .svc-ic{width:56px;height:56px;border-radius:16px;background:#fff}
.ucs-copy{flex:1;display:flex;flex-direction:column;gap:2px}
.ucs-copy small{font-family:"Inter Tight",system-ui,sans-serif;font-size:14px;color:var(--muted)}
.ucs-copy b{font-family:"Inter Tight",system-ui,sans-serif;font-size:22px;font-weight:500;letter-spacing:-.02em}
.ucs-copy em{font-style:normal;font-size:14px;color:var(--blue)}
.uc-service .arw{width:22px;height:22px;flex:none;transition:transform .4s var(--ease)}
.uc-service:hover .arw{transform:translateX(4px)}
@media (max-width:1199px){.uc-grid{grid-template-columns:1fr 1fr}}
@media (max-width:809px){.uc-grid{grid-template-columns:1fr}.uc-filter{justify-content:flex-start}}


/* ---------- guarantees ---------- */
.guarantees{display:flex;flex-direction:column;gap:24px;margin-top:10px}
.gu-head{display:flex;flex-direction:column;gap:16px}
.gu-title{font-family:"Inter","Inter Fallback",system-ui,sans-serif;font-size:40px;font-weight:500;line-height:1.05;letter-spacing:-.06em}
.gu-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}
.gu-card{background:#fff;border-radius:20px;padding:28px;display:flex;flex-direction:column;gap:14px}
.gu-ic{width:48px;height:48px;border-radius:14px;background:var(--pale);color:var(--blue);display:grid;place-items:center;margin-bottom:6px}
.gu-card h3{font-family:"Inter Tight","Inter Tight Fallback",system-ui,sans-serif;font-size:22px;font-weight:500;line-height:1.15;letter-spacing:-.02em}
.gu-card p{font-size:15px;line-height:1.45;letter-spacing:-.03em;color:var(--muted)}
.gu-note{font-size:14px;line-height:1.45;color:var(--muted)}
@media (max-width:1199px){.gu-grid{grid-template-columns:1fr 1fr}}
@media (max-width:809px){.gu-grid{grid-template-columns:1fr}.gu-title{font-size:30px}}


/* ---------- admin cost calculator ---------- */
.admin-calc{padding:80px 0}
.admin-calc .container{display:flex;flex-direction:column;gap:40px}
.ac-title{max-width:692px;display:flex;flex-direction:column;gap:24px}
.ac-title p{max-width:560px;font-size:16px;line-height:1.4;letter-spacing:-.04em;color:var(--muted)}
.ac-grid{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(0,1fr);gap:16px;background:var(--cream);border-radius:20px;padding:16px}
.ac-panel{background:#fff;border-radius:16px;padding:30px;display:flex;flex-direction:column;gap:26px}
.ac-field{display:flex;flex-direction:column;gap:10px}
.ac-field label{font-family:"Inter Tight",system-ui,sans-serif;font-size:16px;font-weight:500;color:var(--ink)}
.ac-field small{display:block;margin-top:2px;font-size:13px;font-weight:400;color:var(--muted-2)}
.ac-range{display:flex;align-items:center;gap:16px}
.ac-range input{flex:1;accent-color:var(--blue)}
.ac-range output{min-width:36px;text-align:right;font-family:"Inter",system-ui,sans-serif;font-size:18px;font-weight:500;letter-spacing:-.04em}
.ac-num{display:flex;align-items:center;gap:8px;border-bottom:1px solid #DCDCDC;padding:6px 4px;max-width:220px}
.ac-num:focus-within{border-bottom-color:var(--blue)}
.ac-num span{font-size:18px;color:var(--muted)}
.ac-num input{width:100%;border:0;outline:none;background:transparent;font-family:"Inter",system-ui,sans-serif;font-size:18px;font-weight:500;letter-spacing:-.03em;color:var(--ink)}
.ac-result{background:var(--ink);color:#fff;border-radius:16px;padding:34px 30px;display:flex;flex-direction:column;gap:18px}
.ac-k{font-family:"Inter Tight",system-ui,sans-serif;font-size:15px;color:rgba(255,255,255,.65)}
.ac-big{display:flex;align-items:baseline;gap:10px;flex-wrap:wrap}
.ac-big span{font-family:"Inter",system-ui,sans-serif;font-size:72px;font-weight:600;line-height:1;letter-spacing:-.07em;font-variant-numeric:tabular-nums}
.ac-big em{font-style:normal;font-size:18px;color:rgba(255,255,255,.6)}
.ac-hrs{font-size:16px;line-height:1.45;color:rgba(255,255,255,.78)}
.ac-hrs b{color:#fff;font-weight:500}
.ac-break{display:grid;grid-template-columns:1fr 1fr;gap:10px}
.ac-break div{background:rgba(255,255,255,.07);border-radius:12px;padding:14px 16px;display:flex;flex-direction:column;gap:4px}
.ac-break span{font-size:13px;color:rgba(255,255,255,.6)}
.ac-break b{font-family:"Inter",system-ui,sans-serif;font-size:22px;font-weight:500;letter-spacing:-.04em}
.ac-check{padding:14px 16px;border-radius:12px;background:rgba(255,255,255,.07);font-size:15px;line-height:1.45;color:rgba(255,255,255,.85)}
.ac-check.ok{background:rgba(42,0,255,.55);color:#fff}
.ac-auto{padding-top:22px;border-top:1px solid var(--line)}
.ac-auto label{color:var(--blue)}
.ac-roi{border-top:1px solid rgba(255,255,255,.14);padding-top:18px;display:flex;flex-direction:column;gap:12px}
.ac-roi .ac-k b{color:#fff;font-weight:600}
.ac-roi-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}
.ac-roi-grid div{background:rgba(255,255,255,.07);border-radius:12px;padding:14px 16px;display:flex;flex-direction:column;gap:4px}
.ac-roi-grid span{font-size:13px;color:rgba(255,255,255,.6)}
.ac-roi-grid b{font-family:"Inter",system-ui,sans-serif;font-size:28px;font-weight:600;letter-spacing:-.05em;font-variant-numeric:tabular-nums}
.ac-roi-grid b.pos{color:#8FF0B4}
.ac-roi-grid b.neg{color:#FF9B7A}
.ac-roi-grid em{font-style:normal;font-size:13px;color:rgba(255,255,255,.6)}
.ac-pay{font-size:15px;line-height:1.45;color:rgba(255,255,255,.85)}
.ac-pay b{color:#fff}
.ac-result .btn{align-self:flex-start}
.ac-foot{font-size:13px;color:rgba(255,255,255,.5)}
.calc-teaser{padding:0 0 40px}
.ct-card{max-width:830px;margin:0 auto;display:flex;align-items:center;gap:20px;padding:22px 26px;border-radius:20px;background:var(--ink);color:#fff;transition:transform .45s var(--ease)}
.ct-card:hover{transform:translateY(-3px)}
.ct-ic{width:52px;height:52px;flex:none;border-radius:14px;background:rgba(255,255,255,.1);display:grid;place-items:center}
.ct-copy{flex:1;display:flex;flex-direction:column;gap:4px}
.ct-copy small{font-size:13px;color:rgba(255,255,255,.6)}
.ct-copy b{font-family:"Inter Tight",system-ui,sans-serif;font-size:22px;font-weight:500;letter-spacing:-.02em}
.ct-copy em{font-style:normal;font-size:14px;line-height:1.4;color:rgba(255,255,255,.72)}
.ct-card .arw{width:22px;height:22px;flex:none}
@media (max-width:1199px){.ac-grid{grid-template-columns:1fr}}
@media (max-width:809px){.ac-big span{font-size:52px}.ac-panel{padding:22px}.ct-card{align-items:flex-start}}


/* ---------- book a call ---------- */
.book{padding:80px 20px}
.book-wrap{max-width:1180px;margin:0 auto;display:grid;grid-template-columns:minmax(0,420px) minmax(0,1fr);gap:40px;align-items:start}
.book-left{display:flex;flex-direction:column;gap:22px;position:sticky;top:110px}
.bk-h{font-family:"Inter","Inter Fallback",system-ui,sans-serif;font-size:36px;font-weight:500;line-height:1.05;letter-spacing:-.06em}
.bk-list{display:flex;flex-direction:column;gap:14px}
.bk-list li{display:flex;gap:12px;align-items:flex-start;font-size:16px;line-height:1.4;letter-spacing:-.03em;color:var(--ink)}
.bk-list svg{width:20px;height:13px;margin-top:5px;flex:none;color:var(--blue)}
.bk-meta{display:flex;flex-wrap:wrap;gap:8px}
.bk-meta span{padding:7px 12px;border-radius:50px;background:var(--cream);font-family:"Inter Tight",system-ui,sans-serif;font-size:14px}
.bk-guarantee{padding:16px 18px;border-radius:14px;background:var(--pale);font-size:15px;line-height:1.45;color:var(--ink)}
.bk-alt{font-size:15px;color:var(--muted)}
.bk-alt a{color:var(--blue);text-decoration:underline}
.book-right{background:var(--cream);border-radius:20px;padding:16px;min-height:520px}
.qual{background:#fff;border-radius:16px;padding:32px;display:flex;flex-direction:column;gap:22px;min-height:488px}
.qbar{height:4px;border-radius:4px;background:var(--gray);overflow:hidden}
.qbar i{display:block;height:100%;width:25%;background:var(--blue);transition:width .4s var(--ease)}
.qstep{display:none;flex-direction:column;gap:18px}
.qstep.active{display:flex}
.qk{font-family:"Inter Tight",system-ui,sans-serif;font-size:14px;color:var(--muted-2)}
.qq{font-family:"Inter","Inter Fallback",system-ui,sans-serif;font-size:30px;font-weight:500;line-height:1.1;letter-spacing:-.05em}
.qchips{display:flex;flex-wrap:wrap;gap:10px}
.qchip{padding:12px 18px;border-radius:50px;background:var(--cream);font-family:"Inter Tight",system-ui,sans-serif;font-size:16px;font-weight:500;color:var(--ink);transition:background .25s var(--ease),color .25s var(--ease),transform .25s var(--ease)}
.qchip:hover{background:#EDE5E1;transform:translateY(-1px)}
.qchip.sel{background:var(--ink);color:#fff}
.qother{display:flex;gap:10px;flex-wrap:wrap}
.qother[hidden]{display:none!important}
.qother input{flex:1;min-width:200px;height:54px;padding:0 18px;border:1px solid var(--line);border-radius:50px;font:inherit;font-size:16px;outline:none}
.qother input:focus{border-color:var(--blue)}
.qnav{margin-top:auto;display:flex;align-items:center;justify-content:space-between}
.qback{visibility:hidden;font-family:"Inter Tight",system-ui,sans-serif;font-size:15px;color:var(--muted)}
.qback.show{visibility:visible}
.qdots{display:flex;gap:6px}
.qdots span{width:8px;height:8px;border-radius:50%;background:var(--line)}
.qdots span.on{background:var(--blue)}
.sched{background:#fff;border-radius:16px;padding:8px;min-height:600px}
.cs-book{display:flex;flex-direction:column;gap:6px;padding:18px;border-radius:14px;background:var(--blue);color:#fff;transition:transform .4s var(--ease)}
.cs-book:hover{transform:translateY(-2px)}
.cs-book b{font-family:"Inter Tight",system-ui,sans-serif;font-size:18px;font-weight:500}
.cs-book span{font-size:14px;line-height:1.4;opacity:.85}
.cs-book em{margin-top:4px;display:inline-flex;align-items:center;gap:6px;font-style:normal;font-family:"Inter Tight",system-ui,sans-serif;font-size:15px;font-weight:500}
.cs-book .arw{width:16px;height:16px}
@media (max-width:1100px){.book-wrap{grid-template-columns:1fr}.book-left{position:static}}
@media (max-width:809px){.qual{padding:22px;min-height:0}.qq{font-size:24px}.book-right{padding:10px}}

/* ---------- cookie choice ---------- */
.consent{position:fixed;left:20px;bottom:20px;z-index:200;max-width:440px;background:#fff;border-radius:20px;padding:20px;box-shadow:0 24px 60px -24px rgba(13,13,13,.35),0 0 0 1px var(--line);display:flex;flex-direction:column;gap:14px}
.consent p{font-size:14px;line-height:1.45;color:var(--ink)}
.consent a{color:var(--blue);text-decoration:underline}
.consent-btns{display:flex;gap:10px}
.consent .btn{height:44px;padding:10px 18px}
.ft-copy a{color:var(--muted-2);text-decoration:underline}
@media (max-width:809px){.consent{left:10px;right:10px;bottom:10px;max-width:none}}

/* ============ services mega menu ============ */
/* static so the panel measures against .nav-inner, not this small trigger */
.has-mega{position:static}

.mega{
  position:absolute;
  top:calc(100% + 14px);
  left:50%;
  transform:translate(-50%,10px);
  width:min(1180px,calc(100vw - 48px));
  padding:14px;
  background:var(--pale);
  border-radius:26px;
  box-shadow:0 40px 90px -40px rgba(13,12,12,.45);
  opacity:0;visibility:hidden;pointer-events:none;
  /* visibility deliberately not transitioned: transitioning it is a common
     source of panels stuck at their start value. */
  transition:opacity .28s var(--ease),transform .28s var(--ease);
}
/* open state lives on the wrapper so the class and :hover cannot fight */
/* no :focus-within here on purpose. Escape returns focus to the trigger,
   which lives inside .has-mega, so :focus-within would immediately re-open
   the panel and make Escape a no-op. Keyboard opening goes through the
   button's click handler instead, and the .open class keeps it open while
   tabbing through the links inside. */
.has-mega:hover > .mega,
.has-mega.open > .mega{
  opacity:1;visibility:visible;pointer-events:auto;transform:translate(-50%,0);
}
.has-mega:hover .menu-btn,.has-mega.open .menu-btn{background:var(--gray)}
.has-mega:hover .menu-btn svg,
.has-mega.open .menu-btn svg{transform:rotate(180deg)}

.mega-inner{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,2fr);gap:14px}

/* featured case study */
.mega-feature{
  position:relative;display:flex;flex-direction:column;justify-content:space-between;
  min-height:430px;padding:26px;border-radius:18px;overflow:hidden;
  color:#fff;isolation:isolate;background:var(--blue);
}
.mega-art{position:absolute;inset:0;z-index:-2}
.mega-art svg{width:100%;height:100%;display:block}
.mega-ic{width:38px;height:38px;border-radius:10px;background:var(--cream);display:grid;place-items:center;color:var(--ink);margin-bottom:4px}
.mega-card.ask{background:var(--cream-white)}
.mega-kicker{font-size:17px;font-weight:600;letter-spacing:-.03em}
.mega-feature-body{display:flex;flex-direction:column;gap:8px}
.mega-feature-body h4{font-family:"Inter Tight","Inter Tight Fallback",system-ui,sans-serif;font-size:25px;font-weight:600;letter-spacing:-.04em}
.mega-feature-body p{font-size:14.5px;line-height:1.5;color:rgba(255,255,255,.82);max-width:300px}

/* 2 x 3 service grid */
.mega-grid{display:grid;grid-template-columns:1fr 1fr 1fr;gap:14px}
.mega-grid.two{grid-template-columns:1fr 1fr}
.svc-others{justify-content:center;max-width:830px}
.svc-others .stc-f{background:var(--cream);transition:background .3s}
.svc-others .stc-f:hover{background:var(--pale)}
.mega-card{
  display:flex;flex-direction:column;gap:9px;
  padding:22px 24px;background:#fff;border-radius:14px;
  transition:transform .35s var(--ease),box-shadow .35s var(--ease);
}
.mega-card:hover{transform:translateY(-3px);box-shadow:0 18px 36px -22px rgba(13,12,12,.5)}
.mega-card h4{font-size:19px;font-weight:600;letter-spacing:-.035em;line-height:1.2}
.mega-card p{font-size:14.5px;line-height:1.5;color:var(--muted)}
.mega-more{
  margin-top:auto;padding-top:12px;
  display:inline-flex;align-items:center;gap:7px;
  font-size:13.5px;font-weight:500;
}
.mega-more svg{width:14px;height:14px;transition:transform .35s var(--ease)}
.mega-card:hover .mega-more svg,.mega-feature:hover .mega-more svg{transform:translate(3px,-3px)}
.mega-more.light{color:#fff}

.mobile-label{
  display:block;padding:22px 0 6px;
  font-size:12px;letter-spacing:.09em;text-transform:uppercase;
  color:rgba(255,255,255,.42);font-weight:600;
}
.mobile-nav a.sub{font-size:20px;font-weight:500;letter-spacing:-.03em;padding:6px 0;border-bottom:0;color:rgba(255,255,255,.82)}

@media (prefers-reduced-motion:reduce){
  .mega{transition:opacity .01s,visibility .01s;transform:translate(-50%,0)}
}
/* below the desktop nav breakpoint the panel is replaced by the mobile list */
@media (max-width:1100px){
  .mega{width:calc(100vw - 32px);padding:12px}
  .mega-inner{grid-template-columns:1fr}
  .mega-feature{min-height:190px}
  .mega-feature-body p{display:none}
}
@media (max-width:860px){.mega{display:none}}

/* ---------- six-month prepay: the sum, itemised, then both routes side by side ---------- */
.pp-block{display:flex;flex-direction:column;gap:12px}
.pp-rows{list-style:none;margin:0;padding:0;display:flex;flex-direction:column}
.pp-row{position:relative;display:flex;justify-content:space-between;align-items:baseline;gap:16px;padding:11px 0;
  border-bottom:1px solid rgba(13,13,13,.1);font-size:16px;line-height:1.4;letter-spacing:-.04em;color:var(--ink)}
.pp-row b{font-weight:500;white-space:nowrap;font-variant-numeric:tabular-nums}
.pp-row.minus b{color:var(--blue)}
.pp-row.total{border-bottom:0;padding-top:14px;font-weight:500}
.pp-row.total::before{content:"";position:absolute;left:0;right:0;top:-1px;height:2px;background:var(--ink);transform-origin:left}
.pp-row.total b{font-size:22px;letter-spacing:-.05em}
.pp-bars{display:flex;flex-direction:column;gap:16px}
.pp-bar{display:grid;grid-template-columns:1fr auto;align-items:end;row-gap:8px;column-gap:16px}
.pp-bl span{display:block;font-size:16px;font-weight:500;line-height:1.3;letter-spacing:-.04em;color:var(--ink)}
.pp-bl small{display:block;font-size:14px;line-height:1.35;letter-spacing:-.03em;color:var(--muted)}
.pp-bar > b{font-size:20px;font-weight:500;letter-spacing:-.05em;font-variant-numeric:tabular-nums;color:var(--ink)}
.pp-track{grid-column:1/-1;position:relative;height:14px;border-radius:7px;background:rgba(13,13,13,.07);overflow:hidden}
.pp-track i{position:absolute;top:0;bottom:0;left:var(--l,0);width:var(--w);transform-origin:left}
.pp-rm{background:var(--ink)}
.pp-pt{background:#A9B1C2;border-left:2px solid var(--pale)}
.pp-bar.on .pp-pt{background:var(--blue)}
.pp-sv{background:repeating-linear-gradient(-45deg,rgba(42,0,255,.28) 0 3px,transparent 3px 7px);border-left:2px solid var(--pale)}
.pp-save{display:flex;justify-content:flex-end;margin-top:-4px}
.pp-save span{padding:7px 14px;border-radius:999px;background:var(--blue);color:#fff;font-size:15px;font-weight:500;letter-spacing:-.03em}

/* motion: only once app.js has marked the card, so it is never blank without JS */
.pp.anim .pp-row{opacity:0;transform:translateY(8px);transition:opacity .5s var(--ease),transform .5s var(--ease)}
.pp.anim .pp-row.total::before{transform:scaleX(0);transition:transform .6s var(--ease)}
.pp.anim .pp-track i{transform:scaleX(0);transition:transform .9s var(--ease)}
.pp.anim .pp-save span{display:inline-block;opacity:0;transform:scale(.85);transition:opacity .4s var(--ease),transform .5s cubic-bezier(.34,1.56,.64,1)}
.pp.anim.play .pp-row,.pp.anim.play .pp-save span{opacity:1;transform:none}
.pp.anim.play .pp-row.total::before,.pp.anim.play .pp-track i{transform:none}
.pp.play .pp-row:nth-child(1){transition-delay:.1s}
.pp.play .pp-row:nth-child(2){transition-delay:.4s}
.pp.play .pp-row:nth-child(3){transition-delay:.7s}
.pp.play .pp-row.total::before{transition-delay:1s}
.pp.play .pp-row:nth-child(4){transition-delay:1.15s}
.pp.play .pp-bar:nth-child(1) .pp-rm{transition-delay:1.5s}
.pp.play .pp-bar:nth-child(1) .pp-pt{transition-delay:1.65s}
.pp.play .pp-bar:nth-child(2) .pp-rm{transition-delay:1.8s}
.pp.play .pp-bar:nth-child(2) .pp-pt{transition-delay:1.95s}
.pp.play .pp-bar:nth-child(2) .pp-sv{transition-delay:2.5s}
.pp.play .pp-save span{transition-delay:2.75s}
@media (max-width:560px){
  .pp-row{font-size:15px}
  .pp-row.total b{font-size:20px}
}
