/*
Theme Name: Swifteam Nexus
Theme URI: https://swifteam.co.uk
Author: Swifteam / Nexus
Description: Nexus-family launch theme for Swifteam — people-powered customer operations.
Version: 1.3.1
Requires at least: 6.2
Requires PHP: 8.0
Text Domain: swifteam-nexus
*/
:root{
  --ink:#090f25; --muted:#657083; --line:#e4e9f2; --paper:#fff; --soft:#f7f9fd;
  --cyan:#08d7d0; --blue:#118cff; --violet:#7c3cff; --magenta:#dd2fd2; --pink:#ff2d79; --orange:#ff7a1a;
  --grad:linear-gradient(100deg,var(--cyan) 0%,var(--blue) 25%,var(--violet) 50%,var(--magenta) 68%,var(--pink) 82%,var(--orange) 100%);
  --shadow:0 18px 54px rgba(25,38,80,.09); --radius:24px; --max:1180px;
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);background:#fff;font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;line-height:1.55;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}.container{width:min(var(--max),calc(100% - 40px));margin:auto}.site-header{position:sticky;top:0;z-index:30;background:rgba(255,255,255,.94);backdrop-filter:blur(16px);border-bottom:1px solid rgba(228,233,242,.88)}.header-inner{height:82px;display:flex;align-items:center;gap:30px}.brand{display:flex;align-items:center;gap:12px;font-weight:850;font-size:28px;letter-spacing:-1.3px}.brand-glyph{width:52px;height:42px;display:block}.main-nav{margin-left:auto;display:flex;gap:28px;align-items:center;font-weight:700;font-size:15px}.main-nav a{opacity:.84}.main-nav a:hover{opacity:1}.header-actions{display:flex;gap:10px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:48px;padding:0 20px;border-radius:15px;font-weight:800;border:1px solid var(--line);transition:.2s ease;background:#fff}.btn:hover{transform:translateY(-1px);box-shadow:0 8px 24px rgba(13,21,50,.08)}.btn-dark{background:var(--ink);color:#fff;border-color:var(--ink)}.btn-grad{background:var(--grad);color:white;border:0;box-shadow:0 11px 25px rgba(124,60,255,.22)}.btn-small{min-height:42px;padding:0 16px}.mobile-toggle{display:none;margin-left:auto;width:44px;height:44px;border:1px solid var(--line);border-radius:12px;background:#fff;font-size:21px}.hero{position:relative;overflow:hidden;padding:78px 0 34px;background:linear-gradient(120deg,#fff 0%,#fbfcff 47%,#f6fbff 100%)}.hero:before{content:"";position:absolute;right:-110px;top:-100px;width:670px;height:600px;background:radial-gradient(circle at 30% 38%,rgba(0,213,214,.17),transparent 28%),radial-gradient(circle at 58% 40%,rgba(124,60,255,.14),transparent 33%),radial-gradient(circle at 68% 72%,rgba(255,122,26,.13),transparent 30%);filter:blur(4px)}.hero-grid{position:relative;display:grid;grid-template-columns:1.08fr .92fr;align-items:center;gap:58px}.eyebrow{text-transform:uppercase;letter-spacing:2.2px;font-size:12px;font-weight:900;color:#6845df}.hero h1{font-size:clamp(52px,6vw,79px);line-height:.97;letter-spacing:-4.8px;margin:16px 0 24px;max-width:750px}.hero p{font-size:19px;color:var(--muted);max-width:650px;margin:0 0 30px}.hero-actions{display:flex;gap:12px;flex-wrap:wrap}.module-shell{position:relative;padding:14px;border:1px solid #dfe5ef;border-radius:28px;background:rgba(255,255,255,.76);box-shadow:var(--shadow);backdrop-filter:blur(10px)}.module-row{display:grid;grid-template-columns:56px 1fr 24px;gap:16px;align-items:center;padding:19px 16px;border-bottom:1px solid var(--line)}.module-row:last-child{border:0}.module-icon,.step-icon,.mini-icon{display:grid;place-items:center;color:#fff;background:var(--grad);box-shadow:0 9px 22px rgba(118,65,229,.18)}.module-icon{width:54px;height:54px;border-radius:17px}.module-icon svg{width:29px;height:29px;stroke:#fff}.module-title{font-weight:900;font-size:20px;letter-spacing:-.5px}.module-meta{font-size:13px;color:var(--muted);margin-top:2px}.chev{font-size:26px;color:#7c8799}.stack-strip{position:relative;margin-top:35px}.stack-inner{display:grid;grid-template-columns:repeat(5,1fr);background:#fff;border:1px solid var(--line);border-radius:17px;box-shadow:0 9px 30px rgba(22,35,69,.05);overflow:hidden}.stack-item{display:flex;justify-content:center;align-items:center;gap:8px;padding:17px 10px;font-size:13px;font-weight:760;color:#475166;border-right:1px solid var(--line)}.stack-item:last-child{border:0}.stack-dot{width:10px;height:10px;border-radius:50%;background:var(--grad)}.section{padding:82px 0}.section-soft{background:linear-gradient(180deg,#fbfcff,#f4f7fc)}.section-heading{max-width:760px;margin-bottom:36px}.section-heading h2{font-size:clamp(36px,4.1vw,55px);line-height:1.04;letter-spacing:-2.7px;margin:9px 0 14px}.section-heading p{font-size:17px;color:var(--muted);margin:0}.how-grid{display:grid;grid-template-columns:1fr 3fr;gap:34px;align-items:start}.steps{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.step-card{position:relative;background:#fff;border:1px solid var(--line);border-radius:19px;padding:22px 18px;min-height:210px;box-shadow:0 9px 30px rgba(22,35,69,.04)}.step-card:not(:last-child):after{content:"";position:absolute;right:-15px;top:61px;width:15px;border-top:2px dotted #bdcdf5}.step-icon{width:46px;height:46px;border-radius:14px;margin-bottom:18px}.step-icon svg{width:25px;height:25px;stroke:#fff}.step-num{font-size:11px;font-weight:900;color:#7448e9;letter-spacing:1px}.step-card h3{font-size:17px;margin:6px 0 7px}.step-card p{font-size:13px;color:var(--muted);margin:0}.pricing-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.plan{position:relative;background:#fff;border:1px solid var(--line);border-radius:22px;padding:27px;box-shadow:0 10px 32px rgba(22,35,69,.05)}.plan.featured{border:2px solid #3c7fff;transform:translateY(-8px);box-shadow:0 20px 48px rgba(58,97,244,.13)}.plan.featured:before{content:"Most popular";position:absolute;top:-13px;right:22px;background:#7751ed;color:#fff;border-radius:999px;padding:6px 11px;font-size:10px;text-transform:uppercase;letter-spacing:.9px;font-weight:900}.plan-name{font-size:22px;font-weight:900}.plan-sub{color:var(--muted);font-size:13px;margin-top:2px}.price{font-size:47px;font-weight:900;letter-spacing:-2px;margin:20px 0 5px}.price small{font-size:14px;font-weight:700;color:var(--muted);letter-spacing:0}.plan ul{padding:0;list-style:none;margin:21px 0 24px}.plan li{position:relative;padding:6px 0 6px 28px;font-size:14px;color:#4e596d}.plan li:before{content:"✓";position:absolute;left:0;top:7px;width:18px;height:18px;display:grid;place-items:center;border-radius:50%;border:1px solid #8258ec;color:#8258ec;font-weight:900;font-size:11px}.plan .btn{width:100%}.usage-band{margin-top:28px;background:#0d1328;color:#fff;border-radius:22px;padding:23px 26px;display:grid;grid-template-columns:1.15fr 1fr 1fr .8fr;gap:20px;align-items:center}.usage-band strong{font-size:19px}.meter label{display:flex;justify-content:space-between;font-size:12px;color:#cbd3e6}.bar{height:8px;background:#222b45;border-radius:999px;overflow:hidden;margin-top:9px}.bar i{display:block;height:100%;background:var(--grad);border-radius:999px}.pill{justify-self:end;border:1px solid rgba(255,255,255,.18);border-radius:999px;padding:8px 12px;font-size:12px;color:#dce3f5}.recruit{padding:76px 0}.recruit-panel{overflow:hidden;position:relative;border:1px solid var(--line);border-radius:26px;background:linear-gradient(110deg,#f1fbff,#f6f2ff 55%,#fff5ee);box-shadow:var(--shadow);display:grid;grid-template-columns:.75fr 1.25fr;min-height:330px}.agent-art{position:relative;min-height:330px}.agent-art:before,.agent-art:after{content:"";position:absolute;border-radius:50%;border:11px solid rgba(255,255,255,.9);box-shadow:0 14px 34px rgba(11,19,43,.1)}.agent-art:before{width:190px;height:190px;left:55px;bottom:-28px;background:linear-gradient(145deg,#c8f7ff,#746af2)}.agent-art:after{width:160px;height:160px;left:190px;bottom:-8px;background:linear-gradient(145deg,#ffd9b8,#ff587b)}.headset{position:absolute;z-index:4;width:215px;height:215px;left:72px;bottom:12px;border:12px solid #111936;border-color:#111936 #111936 transparent #111936;border-radius:50%}.headset:after{content:"";position:absolute;width:76px;height:14px;background:#111936;border-radius:10px;right:-51px;bottom:41px;transform:rotate(8deg)}.recruit-copy{padding:54px 60px 48px 42px;align-self:center}.recruit-copy h2{font-size:45px;letter-spacing:-2px;line-height:1.03;margin:10px 0 15px}.recruit-copy p{color:var(--muted);font-size:17px}.recruit-benefits{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin:22px 0 27px;font-size:12px;font-weight:750;color:#536078}.section-dark{background:#0b1024;color:#fff}.dark-grid{display:grid;grid-template-columns:1fr 1fr;gap:45px;align-items:center}.section-dark .section-heading p{color:#aeb9cf}.promise-card{background:#121a34;border:1px solid rgba(255,255,255,.09);border-radius:23px;padding:30px}.promise{display:flex;gap:14px;padding:15px 0;border-bottom:1px solid rgba(255,255,255,.08)}.promise:last-child{border:0}.mini-icon{min-width:38px;height:38px;border-radius:12px}.mini-icon svg{width:21px;height:21px;stroke:#fff}.promise span{color:#aeb9cf;font-size:13px}.site-footer{background:#070b17;color:#fff;padding:43px 0 28px}.footer-grid{display:grid;grid-template-columns:1.4fr .8fr .8fr;gap:40px}.footer-brand .brand{color:#fff;margin-bottom:14px}.footer-brand p{color:#929eb8;max-width:460px}.footer-links h4{font-size:12px;text-transform:uppercase;letter-spacing:1.7px;color:#8f9bb3}.footer-links a{display:block;color:#d8deea;padding:5px 0}.legal{margin-top:34px;padding-top:21px;border-top:1px solid rgba(255,255,255,.08);font-size:12px;color:#77839e;display:flex;justify-content:space-between}.page-wrap{padding:70px 0}.entry-content{max-width:860px}.entry-content h1{font-size:48px;letter-spacing:-2px}.entry-content h2{font-size:32px;letter-spacing:-1px;margin-top:42px}
@media(max-width:950px){.main-nav{display:none}.header-actions .btn-small:first-child{display:none}.mobile-toggle{display:block}.hero-grid,.how-grid,.dark-grid,.recruit-panel{grid-template-columns:1fr}.hero{padding-top:52px}.hero h1{letter-spacing:-3.6px}.module-shell{margin-top:10px}.stack-inner{grid-template-columns:1fr 1fr}.stack-item{border-bottom:1px solid var(--line)}.steps,.pricing-grid{grid-template-columns:1fr 1fr}.plan.featured{transform:none}.usage-band{grid-template-columns:1fr 1fr}.pill{justify-self:start}.agent-art{display:none}.recruit-copy{padding:45px}.footer-grid{grid-template-columns:1fr 1fr}.footer-brand{grid-column:1/-1}}
@media(max-width:620px){.container{width:min(var(--max),calc(100% - 28px))}.site-header .header-inner{height:72px}.brand{font-size:24px}.brand-glyph{width:46px}.header-actions{display:none}.hero{padding-top:38px}.hero h1{font-size:49px;letter-spacing:-3px}.hero p{font-size:17px}.hero-actions .btn{width:100%}.stack-inner,.steps,.pricing-grid,.usage-band,.footer-grid{grid-template-columns:1fr}.stack-item{justify-content:flex-start;padding-left:18px;border-right:0}.section{padding:62px 0}.section-heading h2{font-size:39px;letter-spacing:-2px}.step-card:not(:last-child):after{display:none}.recruit-copy{padding:36px 26px}.recruit-copy h2{font-size:37px}.recruit-benefits{grid-template-columns:1fr}.legal{display:block}.legal span{display:block;margin-top:8px}}
/* v1.1.1 integration strip: recognisable channel marks + real Nexus N */
.integration-icon{width:25px;height:25px;display:grid;place-items:center;flex:0 0 25px}
.integration-icon svg{width:25px;height:25px;fill:none;stroke:currentColor;stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round}
.integration-ms{grid-template-columns:repeat(2,10px);grid-template-rows:repeat(2,10px);gap:2px}
.integration-ms i{display:block;width:10px;height:10px;border-radius:1px}
.integration-ms i:nth-child(1){background:#f25022}.integration-ms i:nth-child(2){background:#7fba00}.integration-ms i:nth-child(3){background:#00a4ef}.integration-ms i:nth-child(4){background:#ffb900}
.integration-circleloop{color:#38b96d}.integration-whatsapp{color:#25d366}.integration-track{color:#6f4df3}
.nexus-stack{gap:9px}.nexus-n-mark{width:31px;height:25px;object-fit:contain;display:block}


/* v1.2 refinement — Nexus-family identity, balanced integration strip, richer landing pages */
.brand-glyph{width:50px;height:38px;overflow:visible;filter:drop-shadow(0 6px 12px rgba(99,65,220,.10))}
.brand span{position:relative;top:-1px}.nexus-stack .nexus-n-mark{width:27px;height:22px;object-fit:contain}.stack-item{min-height:58px}.stack-item span:last-child{white-space:nowrap}.integration-icon{opacity:.98}

.landing-hero{position:relative;overflow:hidden;padding:88px 0 70px;background:linear-gradient(135deg,#fff 0%,#f8fbff 50%,#fbf7ff 100%)}
.landing-hero:after{content:"";position:absolute;width:650px;height:560px;right:-160px;top:-210px;background:radial-gradient(circle at 25% 40%,rgba(9,215,208,.17),transparent 28%),radial-gradient(circle at 60% 46%,rgba(124,60,255,.14),transparent 32%),radial-gradient(circle at 60% 75%,rgba(255,122,26,.11),transparent 30%);pointer-events:none}
.landing-grid{position:relative;z-index:1;display:grid;grid-template-columns:1.1fr .9fr;gap:58px;align-items:center}.landing-hero h1{font-size:clamp(50px,6vw,76px);line-height:.98;letter-spacing:-4.4px;margin:14px 0 24px;max-width:820px}.landing-lead{font-size:19px;color:var(--muted);max-width:690px}.landing-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:30px}.landing-card{background:rgba(255,255,255,.86);border:1px solid var(--line);border-radius:26px;padding:28px;box-shadow:var(--shadow);backdrop-filter:blur(12px)}.landing-card h3{font-size:24px;letter-spacing:-.7px;margin:0 0 8px}.landing-card p{color:var(--muted);margin:0 0 18px}.landing-list{display:grid;gap:11px}.landing-list span{display:flex;gap:10px;align-items:flex-start;font-size:14px;color:#48556b}.landing-list span:before{content:"✓";display:grid;place-items:center;min-width:22px;height:22px;border-radius:50%;background:linear-gradient(135deg,rgba(8,215,208,.15),rgba(124,60,255,.14));color:#6a42e6;font-weight:900}
.content-section{padding:78px 0}.content-section.soft{background:linear-gradient(180deg,#fbfcff,#f4f7fc)}.content-section.dark{background:#0b1024;color:#fff}.content-section.dark p{color:#aeb9cf}.content-kicker{color:#7046e6;text-transform:uppercase;font-weight:900;letter-spacing:2px;font-size:12px}.content-section h2{font-size:clamp(36px,4vw,54px);letter-spacing:-2.5px;line-height:1.04;margin:9px 0 16px}.content-intro{max-width:760px;color:var(--muted);font-size:17px}.feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:34px}.feature-card{background:#fff;border:1px solid var(--line);border-radius:22px;padding:26px;box-shadow:0 10px 30px rgba(22,35,69,.04)}.feature-card h3{font-size:20px;letter-spacing:-.5px;margin:16px 0 8px}.feature-card p{color:var(--muted);font-size:14px;margin:0}.feature-card .step-icon{margin:0}.feature-card.dark-card{background:#121a34;border-color:rgba(255,255,255,.08)}.feature-card.dark-card h3{color:#fff}.feature-card.dark-card p{color:#aeb9cf}.role-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px;margin-top:32px}.role-card{border:1px solid var(--line);background:#fff;border-radius:22px;padding:28px}.role-card h3{font-size:22px;margin:0 0 8px}.role-card p{color:var(--muted);margin:0 0 14px}.role-tags{display:flex;gap:8px;flex-wrap:wrap}.role-tags span{font-size:11px;font-weight:800;background:#f3f5fb;border:1px solid #e4e9f2;border-radius:999px;padding:7px 10px;color:#536078}.split-section{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:start}.boundary-card{border-radius:24px;padding:30px;background:#0c1328;color:#fff}.boundary-card h3{font-size:24px;margin:0 0 12px}.boundary-card ul{margin:0;padding-left:20px;color:#c0c9dc}.boundary-card li{margin:9px 0}.form-shell{margin-top:30px;border:1px solid var(--line);border-radius:24px;background:#fff;padding:28px;box-shadow:var(--shadow)}.form-fallback{display:flex;align-items:center;justify-content:space-between;gap:20px}.form-fallback p{margin:0;color:var(--muted)}.callout-band{border-radius:26px;background:linear-gradient(110deg,#edfaff,#f5f1ff 55%,#fff4e9);border:1px solid var(--line);padding:38px;display:flex;justify-content:space-between;gap:28px;align-items:center}.callout-band h3{font-size:30px;margin:0 0 8px;letter-spacing:-1.3px}.callout-band p{margin:0;color:var(--muted);max-width:700px}

@media(max-width:950px){.landing-grid,.split-section{grid-template-columns:1fr}.feature-grid{grid-template-columns:1fr 1fr}.role-grid{grid-template-columns:1fr}.callout-band{align-items:flex-start;flex-direction:column}.landing-hero{padding-top:56px}}
@media(max-width:620px){.landing-hero h1{font-size:48px;letter-spacing:-3px}.feature-grid{grid-template-columns:1fr}.landing-actions .btn{width:100%}.form-fallback{align-items:flex-start;flex-direction:column}.callout-band{padding:28px}.landing-card{padding:22px}}

/* v1.2.1 — clearer ST monogram */
.brand-glyph{width:58px;height:40px}
@media(max-width:620px){.brand-glyph{width:52px;height:38px}}

/* v1.2.4 — approved CircleLoop asset + refined single-S brand mark */
.partner-logo{width:27px;height:27px;display:block;object-fit:cover;flex:0 0 27px}
.partner-circleloop{border-radius:7px;box-shadow:0 2px 8px rgba(255,70,50,.12)}


/* =========================================================
   v1.3.0 — approved Nexus-family Swifteam launch direction
   ========================================================= */
:root{
  --ink:#080f27;
  --muted:#69758b;
  --line:#e3e8f1;
  --soft:#f6f8fc;
  --cyan:#08d7d0;
  --blue:#118cff;
  --violet:#7c3cff;
  --magenta:#d92fd2;
  --pink:#ff2d79;
  --orange:#ff7a1a;
  --grad:linear-gradient(100deg,var(--cyan) 0%,var(--blue) 25%,var(--violet) 50%,var(--magenta) 68%,var(--pink) 84%,var(--orange) 100%);
}

.site-header{background:rgba(255,255,255,.97);box-shadow:0 1px 0 rgba(219,226,239,.86)}
.header-inner{height:92px}
.brand{gap:13px}
.brand-glyph{width:72px;height:52px;filter:none}
.brand-word{display:inline-flex;align-items:baseline;gap:0;font-style:normal;font-size:31px;letter-spacing:-1.5px}
.brand-word b{font:inherit;font-weight:900;color:var(--ink)}
.brand-word em{font:inherit;font-weight:900;font-style:normal;background:var(--grad);-webkit-background-clip:text;background-clip:text;color:transparent}
.footer-brand .brand-word b,.footer-brand .brand-word em{color:#fff;-webkit-text-fill-color:#fff;background:none}

.btn-grad{
  color:#fff;border:0;background:var(--grad);
  box-shadow:0 10px 25px rgba(111,69,235,.20);
}
.btn-grad:hover{box-shadow:0 13px 32px rgba(111,69,235,.26)}
.hero{
  padding:86px 0 42px;
  background:
    radial-gradient(circle at 54% 22%,rgba(8,215,208,.13),transparent 24%),
    radial-gradient(circle at 67% 24%,rgba(124,60,255,.11),transparent 28%),
    radial-gradient(circle at 73% 55%,rgba(255,122,26,.08),transparent 25%),
    linear-gradient(120deg,#fff 0%,#fbfcff 50%,#f8f9ff 100%);
}
.hero:before{display:none}
.hero-grid{grid-template-columns:1.05fr .95fr;gap:66px}
.hero h1{font-size:clamp(54px,5.8vw,78px);letter-spacing:-4.7px;margin-top:22px}
.gradient-text{
  background:var(--grad);
  -webkit-background-clip:text;background-clip:text;color:transparent;
}
.hero p{max-width:620px}
.hero-proof{display:flex;gap:25px;flex-wrap:wrap;margin-top:28px;color:#536078;font-size:13px;font-weight:750}
.hero-proof span{white-space:nowrap}
.hero-proof span::first-letter{color:#168cff}

.module-shell{
  padding:12px 16px;border-radius:30px;background:rgba(255,255,255,.88);
  box-shadow:0 18px 50px rgba(25,38,80,.08);
}
.module-row{grid-template-columns:82px 1fr 24px;padding:18px 8px;gap:18px}
.module-icon,.step-icon,.mini-icon{
  background:#fff;color:inherit;border:1px solid #e8ecf4;
  box-shadow:0 9px 24px rgba(34,50,86,.08);
}
.module-icon{width:72px;height:72px;border-radius:18px}
.module-icon svg{width:44px;height:44px}
.module-title{font-size:21px}
.module-meta{font-size:14px}
.step-icon{width:52px;height:52px;border-radius:15px}
.step-icon svg{width:30px;height:30px}
.mini-icon{width:42px;height:42px}
.mini-icon svg{width:25px;height:25px}

.stack-strip{margin-top:62px}
.stack-inner{border-radius:18px;box-shadow:0 12px 30px rgba(20,36,72,.05)}
.stack-item{min-height:76px;font-size:13px}
.partner-logo{width:29px;height:29px;flex-basis:29px}
.nexus-stack .nexus-n-mark{width:30px;height:25px}

.section-soft{
  background:
    radial-gradient(circle at 70% 10%,rgba(124,60,255,.05),transparent 22%),
    linear-gradient(180deg,#fbfcff,#f4f7fc)
}
.step-card{border-color:#e2e8f1}
.step-card p{font-size:13.5px}

.recruit-panel{
  background:
    radial-gradient(circle at 18% 30%,rgba(8,215,208,.12),transparent 25%),
    radial-gradient(circle at 78% 30%,rgba(124,60,255,.10),transparent 26%),
    linear-gradient(110deg,#f6fcff,#faf8ff 58%,#fff8f3);
}

@media(max-width:950px){
  .brand-glyph{width:64px;height:48px}
  .brand-word{font-size:28px}
}
@media(max-width:620px){
  .header-inner{height:76px}
  .brand-glyph{width:55px;height:42px}
  .brand-word{font-size:25px}
  .hero h1{font-size:48px;letter-spacing:-3px}
  .hero-proof{gap:10px;display:grid}
  .module-row{grid-template-columns:64px 1fr 18px}
  .module-icon{width:58px;height:58px;border-radius:16px}
  .module-icon svg{width:34px;height:34px}
}


/* =========================================================
   v1.3.1 — final alignment pass against approved mock-up
   ========================================================= */

/* Keep the hero copy together at iPad / split-screen widths */
@media (min-width:951px) and (max-width:1120px){
  .hero-grid{
    grid-template-columns:1.12fr .88fr;
    gap:34px;
  }
  .hero h1{
    font-size:48px;
    line-height:.99;
    letter-spacing:-3.4px;
  }
  .hero p{
    font-size:16px;
    line-height:1.65;
  }
  .module-shell{
    padding:10px 13px;
  }
  .module-row{
    grid-template-columns:66px 1fr 20px;
    gap:14px;
    padding:15px 6px;
  }
  .module-icon{
    width:60px;
    height:60px;
    border-radius:15px;
  }
  .module-icon svg{
    width:36px;
    height:36px;
  }
  .module-title{
    font-size:18px;
  }
  .module-meta{
    font-size:12.5px;
  }
  .hero-proof{
    gap:14px 20px;
    font-size:12px;
  }
}

/* Match the approved hero rhythm more closely on full desktop */
@media (min-width:1121px){
  .hero-grid{
    grid-template-columns:1.08fr .92fr;
    gap:58px;
  }
  .hero h1{
    max-width:690px;
  }
}

/* Make the approved gradient sentence feel intentional rather than accidental */
.gradient-text{
  display:inline-block;
  padding-right:.05em;
}

/* Sharpen the module family: white tile, gradient line-work, restrained shadow */
.module-icon{
  box-shadow:
    0 10px 25px rgba(24,40,82,.07),
    inset 0 0 0 1px rgba(255,255,255,.7);
}
.module-icon svg{
  overflow:visible;
}

/* Slightly cleaner integration strip, matching Nexus.delivery spacing */
.stack-inner{
  background:rgba(255,255,255,.92);
}
.stack-item{
  padding:14px 12px;
}

/* Header lockup balance */
.brand-word{
  line-height:1;
}
.brand-glyph{
  flex:0 0 auto;
}

/* Keep the CTA visually in the exact same family as Nexus / VanDriver */
.btn-grad{
  background:linear-gradient(100deg,#08d7d0 0%,#118cff 26%,#7c3cff 50%,#d92fd2 68%,#ff2d79 84%,#ff7a1a 100%);
}

/* Small screen: keep the approved wording hierarchy */
@media(max-width:620px){
  .hero h1{
    font-size:44px;
    line-height:1.01;
  }
  .gradient-text{
    display:inline;
  }
}
