:root{--bg:#060a11;--panel:#0e141e;--panel2:#121a26;--line:#263244;--text:#f6f8fb;--muted:#aab4c3;--blue:#2f6bff;--blue2:#4b89ff;--green:#72e0a0}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--text);font-family:Inter,Arial,sans-serif;overflow-x:hidden}a{color:inherit;text-decoration:none}.site-header{height:88px;max-width:1500px;margin:auto;padding:0 42px;display:flex;align-items:center;gap:48px;border-bottom:1px solid rgba(255,255,255,.09);position:relative;z-index:10}.brand{display:flex;flex-direction:column;width:236px}.brand-mark{font-weight:800;font-size:38px;line-height:.9;letter-spacing:.04em;background:linear-gradient(180deg,#fff 0,#aeb7c4 48%,#fff 58%,#7f8b9a 100%);-webkit-background-clip:text;color:transparent}.brand-name{text-transform:uppercase;font-size:6.5px;letter-spacing:.18em;color:#c9d0da;margin-top:8px;white-space:nowrap}.brand-name i{display:inline-block;height:9px;width:1px;background:var(--blue);margin:0 7px -2px}.site-header nav{display:flex;gap:36px;margin:auto}.site-header nav a{font-size:14px;color:#c8d0dc;transition:.2s}.site-header nav a:hover{color:#fff}.button{display:inline-flex;align-items:center;justify-content:center;gap:18px;background:linear-gradient(135deg,var(--blue),#1760ec);padding:17px 24px;border-radius:9px;font-weight:700;box-shadow:0 10px 30px rgba(47,107,255,.22);transition:transform .2s,box-shadow .2s}.button:hover{transform:translateY(-2px);box-shadow:0 14px 40px rgba(47,107,255,.35)}.button-small{padding:13px 18px;font-size:14px}.menu{display:none;background:none;border:0}.hero{min-height:680px;max-width:1500px;margin:auto;padding:94px 42px 70px;display:grid;grid-template-columns:42% 58%;align-items:center;position:relative}.hero-copy{z-index:2;max-width:640px}.eyebrow{text-transform:uppercase;letter-spacing:.2em;font-weight:700;font-size:13px;color:var(--blue2);line-height:1.6}.hero h1{font-size:clamp(46px,4.2vw,72px);letter-spacing:-.055em;line-height:1.04;margin:24px 0}.hero h1 span{color:var(--blue2)}.lead{font-size:18px;line-height:1.7;color:#bdc6d2;max-width:590px}.actions{display:flex;gap:14px;margin:34px 0 28px}.button-ghost{background:rgba(255,255,255,.035);border:1px solid #596579;box-shadow:none}.play{font-size:12px}.checks{display:flex;gap:24px;padding:0;list-style:none;color:#b7c0cc;font-size:13px}.checks li:before{content:'✓';display:inline-grid;place-items:center;background:var(--blue);color:white;border-radius:50%;width:17px;height:17px;margin-right:8px;font-size:10px}.product-shot{z-index:2;width:114%;border:1px solid #526074;border-radius:22px;overflow:hidden;background:#111823;box-shadow:0 35px 100px #000,0 0 80px rgba(47,107,255,.14);transform:perspective(1400px) rotateY(-5deg);transform-origin:left center}.product-shot img{display:block;width:100%}.browser-bar{height:30px;border-bottom:1px solid #2e3a4b;display:flex;align-items:center;gap:6px;padding:0 12px;background:#121923}.browser-bar span{width:7px;height:7px;border-radius:50%;background:#344156}.browser-bar small{margin:auto;color:#657287;font-size:8px}.glow{position:absolute;border-radius:50%;filter:blur(120px);opacity:.18}.glow-one{width:500px;height:500px;background:#145cff;right:-180px;bottom:-130px}.glow-two{width:280px;height:280px;background:#145cff;left:20%;top:10%}.trusted{max-width:1500px;margin:auto;padding:0 42px;display:flex;align-items:center;gap:20px}.trusted span{height:1px;flex:1;background:linear-gradient(90deg,transparent,var(--blue),transparent)}.trusted p{text-transform:uppercase;letter-spacing:.36em;color:#b8c0cb;font-size:11px;white-space:nowrap}.features{max-width:1500px;margin:auto;padding:34px 42px 60px;display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.feature{padding:34px;border:1px solid var(--line);border-radius:16px;background:linear-gradient(145deg,rgba(255,255,255,.055),rgba(255,255,255,.015));position:relative;overflow:hidden}.feature:after{content:'';position:absolute;height:2px;background:var(--blue);left:0;right:100%;bottom:0;transition:.35s}.feature:hover:after{right:0}.feature .icon{width:54px;height:54px;border:1px solid #41506a;border-radius:15px;display:grid;place-items:center;font-size:27px;color:var(--blue2);background:#0a1019}.number{position:absolute;right:28px;top:18px;color:#49566a;font-size:12px}.feature h2{font-size:22px;margin:24px 0 12px}.feature>p:not(.number){color:var(--muted);line-height:1.65;font-size:14px;min-height:70px}.feature a{color:#78a1ff;font-weight:600;font-size:13px}.feature a span{margin-left:8px}.results{max-width:1416px;margin:0 auto 80px;border:1px solid var(--line);border-radius:16px;background:var(--panel);display:grid;grid-template-columns:repeat(3,1fr)}.results div{padding:28px 40px;display:flex;flex-direction:column;border-right:1px solid var(--line)}.results div:last-child{border:0}.results strong{font-size:34px}.results span{color:var(--muted);font-size:13px;margin-top:6px}.cta{text-align:center;padding:100px 24px;background:radial-gradient(circle at 50% 100%,rgba(47,107,255,.2),transparent 40%);border-top:1px solid var(--line)}.cta h2{font-size:clamp(40px,5vw,70px);letter-spacing:-.05em;margin:12px 0}.cta>p:not(.eyebrow){color:var(--muted);font-size:17px;max-width:620px;margin:0 auto 32px;line-height:1.6}footer{max-width:1500px;margin:auto;padding:40px 42px;display:flex;align-items:center;justify-content:space-between;border-top:1px solid rgba(255,255,255,.06);color:#778397;font-size:12px}.footer-brand{transform:scale(.78);transform-origin:left}.reveal{opacity:0;transform:translateY(18px);transition:opacity .75s,transform .75s}.reveal.visible{opacity:1;transform:translateY(0)}.product-shot.reveal{transform:perspective(1400px) rotateY(-5deg) translateY(18px)}.product-shot.reveal.visible{transform:perspective(1400px) rotateY(-5deg) translateY(0)}
@media(max-width:980px){.site-header{padding:0 24px}.site-header nav,.site-header>.button{display:none}.menu{display:block;margin-left:auto}.menu span{display:block;width:25px;height:2px;background:white;margin:6px}.hero{grid-template-columns:1fr;padding:70px 24px 40px}.hero-copy{max-width:720px}.product-shot{width:100%;margin-top:50px;transform:none}.product-shot.reveal,.product-shot.reveal.visible{transform:none}.features{grid-template-columns:1fr;padding:30px 24px}.results{margin:0 24px 50px}.checks{flex-wrap:wrap}}
@media(max-width:980px){.site-header nav.open{display:flex;position:absolute;top:76px;left:18px;right:18px;padding:24px;flex-direction:column;gap:20px;background:#0e141e;border:1px solid #263244;border-radius:12px;box-shadow:0 24px 60px #000}}
@media(max-width:640px){.site-header{height:76px}.brand-mark{font-size:32px}.hero{padding-top:50px}.hero h1{font-size:44px}.lead{font-size:16px}.actions{flex-direction:column;align-items:stretch}.checks{display:grid;gap:12px}.trusted{padding:0 24px}.trusted p{white-space:normal;text-align:center;line-height:1.7}.results{grid-template-columns:1fr}.results div{border-right:0;border-bottom:1px solid var(--line)}footer{padding:30px 24px;flex-direction:column;align-items:flex-start;gap:20px}.product-shot{border-radius:12px}}
.product-shot,.product-shot.reveal,.product-shot.reveal.visible{width:100%;transform:none}
.brand{width:210px;height:70px;overflow:hidden;justify-content:center}
.brand-art{display:block;width:210px;height:70px;background:url('assets/gcc-logo.jpeg') center 46%/210px 210px no-repeat}
.hero{grid-template-columns:39% 61%;padding-right:0}
.product-shot,.product-shot.reveal{width:116%;transform:perspective(1500px) rotateY(-7deg) translateX(3%) translateY(18px);transform-origin:left center;border-radius:24px;box-shadow:0 38px 100px #000,0 0 95px rgba(47,107,255,.2)}
.product-shot.reveal.visible{width:116%;transform:perspective(1500px) rotateY(-7deg) translateX(3%) translateY(0)}
@media(max-width:980px){.hero{grid-template-columns:1fr;padding-right:24px}.product-shot,.product-shot.reveal,.product-shot.reveal.visible{width:106%;transform:perspective(1200px) rotateY(-4deg);transform-origin:left center}.brand{width:180px}.brand-art{width:180px;background-size:180px 180px}}
@media(max-width:640px){.product-shot,.product-shot.reveal,.product-shot.reveal.visible{width:100%;transform:none}.brand{width:160px}.brand-art{width:160px;background-size:160px 160px}}
.brand{height:78px}
.brand-art{width:210px;height:78px;background-size:190px 190px;background-position:center -61px}
.product-stage{position:relative;z-index:2;width:116%;transform:perspective(1500px) rotateY(-7deg) translateX(3%);transform-origin:left center}
.product-stage::before{content:'';position:absolute;z-index:-2;left:8%;right:-8%;bottom:-7px;height:5px;background:linear-gradient(90deg,transparent 0%,#1258ff 18%,#57a2ff 48%,#216dff 82%,transparent 100%);filter:blur(2px);box-shadow:0 0 12px #1a67ff,0 0 28px #0758ff,0 0 55px rgba(20,91,255,.9)}
.product-stage::after{content:'';position:absolute;z-index:-3;left:3%;right:-10%;bottom:-28px;height:58px;background:radial-gradient(ellipse at center,rgba(34,104,255,.48),rgba(11,73,255,.13) 45%,transparent 72%);filter:blur(12px)}
.product-stage .product-shot{width:100%;transform:none}
.product-stage.reveal{transform:perspective(1500px) rotateY(-7deg) translateX(3%) translateY(18px)}
.product-stage.reveal.visible{transform:perspective(1500px) rotateY(-7deg) translateX(3%) translateY(0)}
@media(max-width:980px){.brand-art{width:180px;background-size:170px 170px;background-position:center -53px}.product-stage,.product-stage.reveal,.product-stage.reveal.visible{width:106%;transform:perspective(1200px) rotateY(-4deg)}}
@media(max-width:640px){.brand-art{width:160px;background-size:155px 155px;background-position:center -47px}.product-stage,.product-stage.reveal,.product-stage.reveal.visible{width:100%;transform:none}}
.brand{width:238px;height:78px}
.brand-art{position:relative;width:230px;height:76px;background-size:205px 205px;background-position:center -65px}
.brand-art::before{content:'';position:absolute;left:0;right:0;bottom:0;height:25px;background:#060a11}
.brand-art::after{content:'GARAGE  |  COMMAND  |  CENTRE';position:absolute;left:0;right:0;bottom:7px;text-align:center;color:#d7dde6;font:600 9px/1 Inter,Arial,sans-serif;letter-spacing:1.65px;white-space:nowrap;text-shadow:0 1px 2px #000}
.product-stage::before{left:34%;right:-18%;bottom:-2px;height:2px;background:linear-gradient(90deg,transparent 0%,#155fff 22%,#6eb2ff 58%,#1f6cff 100%);filter:none;box-shadow:0 0 5px #2d7dff,0 0 12px rgba(24,99,255,.75)}
.product-stage::after{left:26%;right:-20%;bottom:-9px;height:16px;background:linear-gradient(90deg,transparent 0%,rgba(17,88,255,.12) 14%,rgba(38,111,255,.62) 60%,rgba(23,94,255,.4) 100%);filter:blur(9px)}
@media(max-width:980px){.brand{width:210px}.brand-art{width:205px;background-size:185px 185px;background-position:center -58px}.brand-art::after{font-size:8px;letter-spacing:1.35px}}
@media(max-width:640px){.brand{width:190px}.brand-art{width:185px;background-size:170px 170px;background-position:center -53px}.brand-art::after{font-size:7.5px;letter-spacing:1.15px}}
.product-stage .product-shot{position:relative;z-index:2}
.product-stage::before{z-index:3;left:22%;right:-18%;bottom:-3px;height:3px;background:linear-gradient(90deg,transparent 0%,#0a52ff 18%,#69adff 55%,#1d68ff 100%);box-shadow:0 0 5px #3988ff,0 0 10px rgba(22,94,255,.8)}
.product-stage::after{z-index:1;left:18%;right:-20%;bottom:-10px;height:18px;background:linear-gradient(90deg,transparent 0%,rgba(14,77,255,.08) 12%,rgba(37,105,255,.48) 58%,rgba(17,79,255,.32) 100%);filter:blur(8px)}
.hero{min-height:555px;padding-top:46px;padding-bottom:36px;grid-template-columns:40% 60%}
.hero h1{font-size:clamp(46px,4vw,68px)}
.product-stage,.product-stage.reveal,.product-stage.reveal.visible{width:116%;transform:none}
.preview-dashboard{width:100%;aspect-ratio:1.72;background-image:url('assets/gcc-preview.png');background-size:180% auto;background-position:91% 23%;background-repeat:no-repeat;border-radius:24px;box-shadow:0 35px 90px #000}
.product-stage::before,.product-stage::after{display:none}
@media(max-width:980px){.hero{padding-top:45px;grid-template-columns:1fr}.product-stage,.product-stage.reveal,.product-stage.reveal.visible{width:106%;transform:none}.preview-dashboard{border-radius:18px}}
@media(max-width:640px){.hero{padding-top:34px}.product-stage,.product-stage.reveal,.product-stage.reveal.visible{width:100%}.preview-dashboard{border-radius:12px}}
.product-stage,.product-stage.reveal,.product-stage.reveal.visible{width:110%;margin-left:-1%;transform:none}
.preview-dashboard{aspect-ratio:1.72;background-size:160% auto;background-position:95% 22%;border-radius:0;box-shadow:none;-webkit-mask-image:linear-gradient(to right,transparent 0,#000 3%,#000 97%,transparent 100%),linear-gradient(to bottom,transparent 0,#000 3%,#000 95%,transparent 100%);-webkit-mask-composite:source-in;mask-image:linear-gradient(to right,transparent 0,#000 3%,#000 97%,transparent 100%),linear-gradient(to bottom,transparent 0,#000 3%,#000 95%,transparent 100%);mask-composite:intersect;filter:drop-shadow(0 30px 45px rgba(0,0,0,.72))}
@media(max-width:980px){.product-stage,.product-stage.reveal,.product-stage.reveal.visible{width:104%;margin-left:-2%}.preview-dashboard{background-size:162% auto;background-position:94% 22%}}
@media(max-width:640px){.product-stage,.product-stage.reveal,.product-stage.reveal.visible{width:100%;margin-left:0}.preview-dashboard{background-size:165% auto;background-position:92% 22%}}
.preview-dashboard{aspect-ratio:1.9}

/* ══════════════════════════════════════════════════════════════════════════
   NEW SECTIONS — live demo band, feature bullets, Lois, "also in the box".
   Appended so a future edit never has to hunt through the stacked overrides
   above. Uses ONLY the existing :root palette — no new colours introduced.
   ══════════════════════════════════════════════════════════════════════════ */

/* ── shared ── */
.fbullets{list-style:none;padding:0;margin:16px 0 0;display:grid;gap:7px}
.fbullets li{position:relative;padding-left:20px;font-size:12.5px;color:var(--muted);line-height:1.5}
.fbullets li:before{content:'';position:absolute;left:0;top:6px;width:7px;height:7px;border-radius:50%;
  background:var(--blue);box-shadow:0 0 0 3px rgba(47,107,255,.16)}
.try-ttl{text-transform:uppercase;letter-spacing:.2em;font-size:11px;font-weight:700;color:var(--blue2);margin:0 0 18px}

/* ── LIVE DEMO BAND ── */
.demo-band{position:relative;margin:20px auto 70px;max-width:1416px;padding:0 42px}
.demo-inner{display:grid;grid-template-columns:1.25fr .95fr;gap:34px;align-items:stretch;
  border:1px solid var(--line);border-radius:20px;background:
    radial-gradient(900px 320px at 12% -20%,rgba(47,107,255,.16),transparent 62%),
    linear-gradient(150deg,rgba(255,255,255,.05),rgba(255,255,255,.012));
  padding:44px}
.demo-copy h2{font-size:clamp(30px,3.1vw,44px);letter-spacing:-.045em;line-height:1.1;margin:12px 0 14px}
.demo-copy h2 span{color:var(--blue2)}
.demo-copy .lead{max-width:560px}
.demo-creds{display:flex;flex-wrap:wrap;gap:10px;margin:26px 0 22px}
.cred{background:#080d15;border:1px solid var(--line);border-radius:11px;padding:11px 15px;min-width:0}
.cred .k{display:block;font-size:10.5px;text-transform:uppercase;letter-spacing:.16em;color:#7c8798;margin-bottom:5px}
.cred code{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:14px;color:var(--text);word-break:break-all}
.demo-go{box-shadow:0 12px 34px rgba(47,107,255,.32)}
.demo-note{font-size:12px;color:#7c8798;margin:16px 0 0;line-height:1.6}

.demo-try{background:#080d15;border:1px solid var(--line);border-radius:14px;padding:28px 26px}
.try-list{margin:0;padding-left:0;list-style:none;counter-reset:t;display:grid;gap:15px}
.try-list li{position:relative;padding-left:38px;font-size:13px;color:var(--muted);line-height:1.55}
.try-list li b{color:var(--text);font-weight:600}
.try-list li:before{counter-increment:t;content:counter(t);position:absolute;left:0;top:-2px;
  width:25px;height:25px;border-radius:8px;display:grid;place-items:center;
  background:rgba(47,107,255,.13);border:1px solid rgba(47,107,255,.34);
  color:var(--blue2);font-size:11.5px;font-weight:700}

/* ── LOIS ── */
.lois-band{max-width:1416px;margin:0 auto 70px;padding:0 42px}
.lois-inner{display:grid;grid-template-columns:1.05fr .95fr;gap:44px;align-items:center;
  border:1px solid var(--line);border-radius:20px;padding:52px 46px;
  background:radial-gradient(760px 420px at 88% 12%,rgba(47,107,255,.17),transparent 60%),var(--panel)}
.lois-copy h2{font-size:clamp(30px,3.2vw,46px);letter-spacing:-.045em;line-height:1.08;margin:12px 0 16px}
.lois-copy h2 span{color:var(--blue2)}
.lois-points{list-style:none;padding:0;margin:26px 0 30px;display:grid;gap:14px}
.lois-points li{position:relative;padding-left:26px;font-size:13.5px;color:var(--muted);line-height:1.6}
.lois-points li b{color:var(--text);font-weight:600}
.lois-points li:before{content:'';position:absolute;left:0;top:7px;width:9px;height:9px;border-radius:50%;
  background:var(--blue);box-shadow:0 0 0 4px rgba(47,107,255,.15)}

.lois-art{position:relative;display:grid;place-items:center;min-height:340px}
.lois-ring{position:absolute;border-radius:50%;border:1px solid rgba(47,107,255,.24)}
.lois-ring.r1{width:220px;height:220px}
.lois-ring.r2{width:330px;height:330px;border-color:rgba(47,107,255,.15)}
.lois-ring.r3{width:440px;height:440px;border-color:rgba(47,107,255,.08)}
.lois-phone{position:relative;z-index:2;width:100%;max-width:340px;background:#080d15;
  border:1px solid var(--line);border-radius:16px;padding:18px;box-shadow:0 30px 70px rgba(0,0,0,.6)}
.lp-bar{display:flex;gap:6px;margin-bottom:16px}
.lp-bar span{width:7px;height:7px;border-radius:50%;background:#2c3849}
.lp-line{font-size:12.5px;line-height:1.5;padding:10px 13px;border-radius:12px;margin-bottom:9px;max-width:88%}
.lp-them{background:#141c28;color:var(--muted);border-bottom-left-radius:4px}
.lp-her{background:linear-gradient(135deg,var(--blue),#1760ec);color:#fff;margin-left:auto;
  border-bottom-right-radius:4px;box-shadow:0 8px 22px rgba(47,107,255,.26)}
.lp-last{margin-bottom:0}

/* ── ALSO IN THE BOX ── */
.also{max-width:1416px;margin:0 auto 70px;padding:0 42px}
.also-inner{border:1px solid var(--line);border-radius:18px;background:var(--panel);padding:34px 38px}
.also-grid{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:repeat(3,1fr);gap:20px 32px}
.also-grid li{display:flex;flex-direction:column;gap:4px;padding-left:16px;border-left:2px solid rgba(47,107,255,.34)}
.also-grid li b{font-size:14px;font-weight:600}
.also-grid li span{font-size:12.5px;color:var(--muted);line-height:1.5}

/* ── CTA with two buttons ── */
.cta-actions{display:flex;gap:14px;justify-content:center;flex-wrap:wrap}

/* ── responsive ── */
@media(max-width:1080px){
  .demo-inner,.lois-inner{grid-template-columns:1fr;gap:32px}
  .lois-art{min-height:300px}
  .also-grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:640px){
  .demo-band,.lois-band,.also{padding:0 24px}
  .demo-inner{padding:30px 24px}
  .lois-inner{padding:34px 24px}
  .demo-try{padding:24px 20px}
  .also-inner{padding:26px 22px}
  .also-grid{grid-template-columns:1fr}
  .demo-creds{flex-direction:column}
  .cred{width:100%}
  .lois-ring.r3{display:none}
  .cta-actions{flex-direction:column;align-items:stretch}
}

/* ══ ADD-ON TABS — Lois / website ═════════════════════════════════════════ */
.addons{max-width:1416px;margin:0 auto 70px;padding:0 42px}
.addons-head{text-align:center;margin-bottom:26px}
.addons-head h2{font-size:clamp(28px,3vw,42px);letter-spacing:-.045em;margin:10px 0 22px}
.tabs{display:inline-flex;gap:6px;padding:6px;border:1px solid var(--line);
  border-radius:999px;background:var(--panel);flex-wrap:wrap;justify-content:center}
.tab{background:none;border:0;color:var(--muted);font-family:inherit;font-size:14px;
  font-weight:600;padding:12px 22px;border-radius:999px;cursor:pointer;min-height:46px;
  transition:.16s;white-space:nowrap}
.tab:hover{color:var(--text)}
.tab.on{background:linear-gradient(135deg,var(--blue),#1760ec);color:#fff;
  box-shadow:0 8px 22px rgba(47,107,255,.28)}
.tabpanel[hidden]{display:none}
/* the panels reuse .lois-band, so kill its outer padding when nested */
.addons .lois-band{max-width:none;margin:0;padding:0}

/* ── website mockup (CSS only — an honest illustration, not a fake screenshot) */
.site-art{position:relative;display:grid;place-items:center;min-height:340px}
.sa-frame{width:100%;max-width:380px;background:#080d15;border:1px solid var(--border-2,#3a3f4b);
  border-radius:14px;overflow:hidden;box-shadow:0 30px 70px rgba(0,0,0,.6)}
.sa-bar{display:flex;align-items:center;gap:6px;padding:11px 13px;background:#0e141e;
  border-bottom:1px solid var(--line)}
.sa-bar span{width:7px;height:7px;border-radius:50%;background:#2c3849}
.sa-bar i{flex:1;height:14px;margin-left:8px;border-radius:4px;background:#141c28}
.sa-body{padding:16px}
.sa-nav{display:flex;align-items:center;gap:10px;margin-bottom:20px}
.sa-nav b{width:52px;height:11px;border-radius:3px;background:#33405a}
.sa-nav u{width:30px;height:7px;border-radius:3px;background:#1d2634}
.sa-nav em{margin-left:auto;font-style:normal;font-size:8.5px;font-weight:700;color:#fff;
  background:var(--blue);padding:5px 9px;border-radius:5px}
.sa-hero{text-align:center;padding:14px 0 18px}
.sa-h1{height:15px;border-radius:4px;background:#374357;margin:0 auto 8px;width:78%}
.sa-h1.short{width:50%}
.sa-btns{display:flex;gap:7px;justify-content:center;margin-top:16px}
.sa-btns i{height:22px;border-radius:6px;display:block}
.sa-btns .p{width:74px;background:var(--blue)}
.sa-btns .g{width:60px;background:#1d2634;border:1px solid #2c3849}
.sa-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-top:6px}
.sa-cards i{height:46px;border-radius:7px;background:#121a26;border:1px solid #1e2836;display:block}

@media(max-width:1080px){ .site-art{min-height:280px} }
@media(max-width:640px){
  .addons{padding:0 24px}
  .tabs{width:100%;flex-direction:column}
  .tab{width:100%}
}

/* ══ PRICING ══════════════════════════════════════════════════════════════ */
.pricing{max-width:1416px;margin:0 auto 70px;padding:0 42px}
.pricing-head{text-align:center;margin-bottom:34px}
.pricing-head h2{font-size:clamp(28px,3.2vw,44px);letter-spacing:-.045em;margin:10px 0 12px}
.pricing-head .lead{max-width:520px;margin:0 auto}

.plans{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;align-items:stretch}
.plan{position:relative;display:flex;flex-direction:column;background:var(--panel);
  border:1px solid var(--line);border-radius:18px;padding:32px 28px}
/* The main plan is the one we want picked, so it gets the accent treatment. */
.plan-main{border-color:rgba(47,107,255,.5);
  background:radial-gradient(700px 300px at 50% -30%,rgba(47,107,255,.15),transparent 62%),var(--panel);
  box-shadow:0 20px 60px rgba(0,0,0,.35)}
.plan-tag{font-size:10.5px;font-weight:700;letter-spacing:.16em;text-transform:uppercase;
  color:var(--blue2);margin-bottom:12px}
.plan h3{font-family:'Sora',sans-serif;font-size:20px;font-weight:700;margin:0 0 14px;letter-spacing:-.02em}
.plan-price{margin:0;display:flex;align-items:baseline;gap:9px;flex-wrap:wrap}
.plan-price b{font-family:'Sora',sans-serif;font-size:44px;font-weight:800;letter-spacing:-.04em;line-height:1}
.plan-price span{font-size:13.5px;color:var(--muted)}
.plan-sub{font-size:13px;color:var(--muted);margin:10px 0 0}
.plan-list{list-style:none;padding:0;margin:22px 0 24px;display:grid;gap:10px;flex:1}
.plan-list li{position:relative;padding-left:24px;font-size:13.5px;color:var(--ink-2,#c4c8d0);line-height:1.5}
.plan-list li:before{content:'✓';position:absolute;left:0;top:-1px;color:var(--blue2);font-weight:800;font-size:13px}
.plan-list li em{font-style:normal;color:var(--muted);font-size:12.5px}
.plan-vs{font-size:12.5px;color:var(--muted);margin:0 0 18px;padding:10px 13px;
  background:var(--bg);border:1px solid var(--line);border-radius:9px}
.plan-vs b{color:var(--ink)}
.plan .button{width:100%}

.price-notes{list-style:none;padding:0;margin:30px 0 0;display:grid;
  grid-template-columns:repeat(3,1fr);gap:18px}
.price-notes li{font-size:13.5px;color:var(--muted);line-height:1.55;padding-left:16px;
  border-left:2px solid rgba(47,107,255,.4)}
.price-notes li b{display:block;color:var(--ink);font-weight:650;margin-bottom:3px}

@media(max-width:1080px){
  .plans{grid-template-columns:1fr;max-width:520px;margin:0 auto}
  .price-notes{grid-template-columns:1fr;max-width:520px;margin:30px auto 0}
}
@media(max-width:640px){
  .pricing{padding:0 24px}
  .plan{padding:26px 22px}
}
