body.sc-landing /* =============================================================================
   Spatial Construx — Design System Stylesheet
   One authoritative,body.sc-about /* =============================================================================
   Spatial Construx — Design System Stylesheet
   One authoritative,body.sc-contact /* =============================================================================
   Spatial Construx — Design System Stylesheet
   One authoritative,body.sc-landing platform-neutral stylesheet for all pages.

   Namespace:  every class is prefixed  sc-   (the site's own namespace).
   Body class: sc-landing | sc-about | sc-contact  (drives per-page overrides).
   Layout:     .sc-section > .sc-container > .sc-stack
   Context:    .sc-dark / .sc-light set text colors for a section.
   Tokens:     see :root-equivalent custom properties on  body,body.sc-about platform-neutral stylesheet for all pages.

   Namespace:  every class is prefixed  sc-   (the site's own namespace).
   Body class: sc-landing | sc-about | sc-contact  (drives per-page overrides).
   Layout:     .sc-section > .sc-container > .sc-stack
   Context:    .sc-dark / .sc-light set text colors for a section.
   Tokens:     see :root-equivalent custom properties on  body,body.sc-contact platform-neutral stylesheet for all pages.

   Namespace:  every class is prefixed  sc-   (the site's own namespace).
   Body class: sc-landing | sc-about | sc-contact  (drives per-page overrides).
   Layout:     .sc-section > .sc-container > .sc-stack
   Context:    .sc-dark / .sc-light set text colors for a section.
   Tokens:     see :root-equivalent custom properties on  body{}  body.sc-landing below,body.sc-about below,body.sc-contact below,body.sc-landing and DESIGN-TOKENS.md for the full reference.
   Breakpoints: 1000px (tablet) · 860px (mobile nav) · 560px (small phone)
   ============================================================================= */


/* ============ BASE ============ */
html,body.sc-about and DESIGN-TOKENS.md for the full reference.
   Breakpoints: 1000px (tablet) · 860px (mobile nav) · 560px (small phone)
   ============================================================================= */


/* ============ BASE ============ */
html,body.sc-contact and DESIGN-TOKENS.md for the full reference.
   Breakpoints: 1000px (tablet) · 860px (mobile nav) · 560px (small phone)
   ============================================================================= */


/* ============ BASE ============ */
html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}
body.sc-landing *,body.sc-about *,body.sc-contact *,body.sc-landing *::before,body.sc-about *::before,body.sc-contact *::before,body.sc-landing *::after,body.sc-about *::after,body.sc-contact *::after{box-sizing:border-box}
body.sc-landing,body.sc-about,body.sc-contact{
  margin:0;padding:0;color:#5a5a6c;line-height:1.55;-webkit-font-smoothing:antialiased;
  font-family:'Poppins','Inter',system-ui,sans-serif;
  background-color:#ecebf2;
  background-image:linear-gradient(180deg,#edecf3 0%,#f4f3f9 46%,#edecf3 100%);
  --sc-grad:linear-gradient(95deg,#6fd0e2 0%,#5a9fd0 32%,#5566bd 60%,#7d44a0 100%);
  --sc-grad-deep:linear-gradient(95deg,#2f93c6 0%,#3f6abd 42%,#6a3f9e 100%);
  --sc-cyan:#3f9fd4;--sc-violet:#7a3f9e;
  --ink:#16161f;--ink-soft:#5d5d6e;--ink-mute:#8a86a0;
  overflow-x:hidden;
}


body.sc-landing h1,body.sc-about h1,body.sc-contact h1,body.sc-landing h2,body.sc-about h2,body.sc-contact h2,body.sc-landing h3,body.sc-about h3,body.sc-contact h3,body.sc-landing h4,body.sc-about h4,body.sc-contact h4,body.sc-landing h5,body.sc-about h5,body.sc-contact h5{
  font-family:'Poppins',sans-serif;color:var(--ink);letter-spacing:-.02em;line-height:1.08;font-weight:700;margin:0}
body.sc-landing h1,body.sc-about h1,body.sc-contact h1{font-size:clamp(40px,5.6vw,74px);letter-spacing:-.03em;line-height:1.02}
body.sc-landing h2,body.sc-about h2,body.sc-contact h2{font-size:clamp(25px,2.7vw,38px);letter-spacing:-.02em;font-weight:600}
body.sc-landing h3,body.sc-about h3,body.sc-contact h3{font-size:clamp(20px,1.9vw,26px);font-weight:600}
body.sc-landing h4,body.sc-about h4,body.sc-contact h4{font-size:18px;font-weight:600}
body.sc-landing p,body.sc-about p,body.sc-contact p,body.sc-landing li,body.sc-about li,body.sc-contact li{margin:0;line-height:1.62}
body.sc-landing a,body.sc-about a,body.sc-contact a{text-decoration:none;color:inherit}
body.sc-landing img,body.sc-about img,body.sc-contact img,body.sc-landing svg,body.sc-about svg,body.sc-contact svg{display:block;max-width:100%;height:auto}
body.sc-landing ul,body.sc-about ul,body.sc-contact ul{margin:0;padding:0;list-style:none}
body.sc-landing [id],body.sc-about [id],body.sc-contact [id]{scroll-margin-top:120px}
body.sc-landing .sc-sr-only,body.sc-about .sc-sr-only,body.sc-contact .sc-sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}

/* ============ LAYOUT / SPACING ============ */
body.sc-landing .sc-container,body.sc-about .sc-container,body.sc-contact .sc-container{max-width:1240px;margin:0 auto;padding:0 34px;width:100%;position:relative;z-index:2}
body.sc-landing .sc-stack,body.sc-about .sc-stack,body.sc-contact .sc-stack{display:flex;flex-direction:column;gap:22px}


body.sc-landing .sc-sec-hero,body.sc-about .sc-sec-hero,body.sc-contact .sc-sec-hero{padding:0}

body.sc-landing .sc-sec-intro,body.sc-about .sc-sec-intro,body.sc-contact .sc-sec-intro{padding:clamp(58px,7vw,96px) 0 clamp(40px,5vw,64px)}
body.sc-landing .sc-sec-howto,body.sc-about .sc-sec-howto,body.sc-contact .sc-sec-howto,body.sc-landing .sc-sec-roles,body.sc-about .sc-sec-roles,body.sc-contact .sc-sec-roles,body.sc-landing .sc-sec-features,body.sc-about .sc-sec-features,body.sc-contact .sc-sec-features,body.sc-landing .sc-sec-pricing,body.sc-about .sc-sec-pricing,body.sc-contact .sc-sec-pricing,body.sc-landing .sc-sec-team,body.sc-about .sc-sec-team,body.sc-contact .sc-sec-team,body.sc-landing .sc-sec-testimonials,body.sc-about .sc-sec-testimonials,body.sc-contact .sc-sec-testimonials,body.sc-landing .sc-sec-faq,body.sc-about .sc-sec-faq,body.sc-contact .sc-sec-faq,body.sc-landing .sc-sec-product,body.sc-about .sc-sec-product,body.sc-contact .sc-sec-product{padding:clamp(38px,4.5vw,62px) 0}
body.sc-landing .sc-sec-showcase,body.sc-about .sc-sec-showcase,body.sc-contact .sc-sec-showcase{padding:clamp(44px,5vw,72px) 0}
body.sc-landing .sc-sec-cta,body.sc-about .sc-sec-cta,body.sc-contact .sc-sec-cta{padding:clamp(52px,6vw,92px) 0 clamp(40px,5vw,64px)}
body.sc-landing .sc-sec-footer,body.sc-about .sc-sec-footer,body.sc-contact .sc-sec-footer{padding:clamp(40px,5vw,64px) 0 40px}

/* ============ CONTEXT (light / dark) ============ */
body.sc-landing .sc-light h1,body.sc-about .sc-light h1,body.sc-contact .sc-light h1,body.sc-landing .sc-light h2,body.sc-about .sc-light h2,body.sc-contact .sc-light h2,body.sc-landing .sc-light h3,body.sc-about .sc-light h3,body.sc-contact .sc-light h3,body.sc-landing .sc-light h4,body.sc-about .sc-light h4,body.sc-contact .sc-light h4{color:var(--ink)}
body.sc-landing .sc-light p,body.sc-about .sc-light p,body.sc-contact .sc-light p,body.sc-landing .sc-light li,body.sc-about .sc-light li,body.sc-contact .sc-light li{color:var(--ink-soft)}
body.sc-landing .sc-dark h1,body.sc-about .sc-dark h1,body.sc-contact .sc-dark h1,body.sc-landing .sc-dark h2,body.sc-about .sc-dark h2,body.sc-contact .sc-dark h2,body.sc-landing .sc-dark h3,body.sc-about .sc-dark h3,body.sc-contact .sc-dark h3,body.sc-landing .sc-dark h4,body.sc-about .sc-dark h4,body.sc-contact .sc-dark h4{color:#f4f5fb}
body.sc-landing .sc-dark p,body.sc-about .sc-dark p,body.sc-contact .sc-dark p,body.sc-landing .sc-dark li,body.sc-about .sc-dark li,body.sc-contact .sc-dark li{color:#a4aabe}
body.sc-landing .sc-dark strong,body.sc-about .sc-dark strong,body.sc-contact .sc-dark strong,body.sc-landing .sc-light strong,body.sc-about .sc-light strong,body.sc-contact .sc-light strong{color:inherit;font-weight:600}

/* ============ SHARED ATOMS ============ */
body.sc-landing .sc-eyebrow,body.sc-about .sc-eyebrow,body.sc-contact .sc-eyebrow{font-family:'Michroma',sans-serif;font-size:11px;letter-spacing:.3em;text-transform:uppercase;display:inline-flex;align-items:center;gap:12px;font-weight:400}
body.sc-landing .sc-light .sc-eyebrow,body.sc-about .sc-light .sc-eyebrow,body.sc-contact .sc-light .sc-eyebrow{color:#8a82a0}
body.sc-landing .sc-dark .sc-eyebrow,body.sc-about .sc-dark .sc-eyebrow,body.sc-contact .sc-dark .sc-eyebrow{color:#8d92a8}
body.sc-landing .sc-eyebrow::before,body.sc-about .sc-eyebrow::before,body.sc-contact .sc-eyebrow::before{content:"";display:inline-block;width:24px;height:2px;border-radius:2px;background:var(--sc-grad)}
body.sc-landing .sc-eyebrow.center,body.sc-about .sc-eyebrow.center,body.sc-contact .sc-eyebrow.center{justify-content:center}
body.sc-landing .sc-eyebrow.center::before,body.sc-about .sc-eyebrow.center::before,body.sc-contact .sc-eyebrow.center::before{display:none}
body.sc-landing .sc-grad,body.sc-about .sc-grad,body.sc-contact .sc-grad{-webkit-text-fill-color:#f4f5fb;color:#f4f5fb;background:none}
body.sc-landing .sc-light .sc-grad,body.sc-about .sc-light .sc-grad,body.sc-contact .sc-light .sc-grad{-webkit-text-fill-color:#16161f;color:#16161f;background:none}
body.sc-landing .sc-lead,body.sc-about .sc-lead,body.sc-contact .sc-lead{font-size:clamp(15.5px,1.2vw,18px);line-height:1.62;max-width:600px}
body.sc-landing .sc-lead.center,body.sc-about .sc-lead.center,body.sc-contact .sc-lead.center{margin-left:auto;margin-right:auto;text-align:center}
body.sc-landing .sc-head-center,body.sc-about .sc-head-center,body.sc-contact .sc-head-center{text-align:center;display:flex;flex-direction:column;align-items:center;gap:18px}

/* ---- buttons ---- */
body.sc-landing .sc-btn,body.sc-about .sc-btn,body.sc-contact .sc-btn{display:inline-flex;align-items:center;gap:9px;border-radius:999px;padding:15px 28px;font-family:'Poppins',sans-serif;font-size:14.5px;font-weight:600;letter-spacing:.005em;cursor:pointer;border:1px solid transparent;transition:transform .25s,box-shadow .25s,background .25s,border-color .25s;white-space:nowrap;line-height:1}
body.sc-landing .sc-btn-white,body.sc-about .sc-btn-white,body.sc-contact .sc-btn-white{background:#fff;color:#0b0b12}
body.sc-landing .sc-btn-white:hover,body.sc-about .sc-btn-white:hover,body.sc-contact .sc-btn-white:hover{transform:translateY(-2px);box-shadow:0 16px 34px -14px rgba(255,255,255,.5)}
body.sc-landing .sc-btn-dark,body.sc-about .sc-btn-dark,body.sc-contact .sc-btn-dark{background:#16161f;color:#fff}
body.sc-landing .sc-btn-dark:hover,body.sc-about .sc-btn-dark:hover,body.sc-contact .sc-btn-dark:hover{transform:translateY(-2px);background:#24242f;box-shadow:0 18px 38px -16px rgba(22,22,32,.55)}
body.sc-landing .sc-btn-glass,body.sc-about .sc-btn-glass,body.sc-contact .sc-btn-glass{backdrop-filter:blur(14px) saturate(150%);-webkit-backdrop-filter:blur(14px) saturate(150%)}
body.sc-landing .sc-light .sc-btn-glass,body.sc-about .sc-light .sc-btn-glass,body.sc-contact .sc-light .sc-btn-glass{background:rgba(255,255,255,.55);color:#1c1c28;border-color:rgba(255,255,255,.9);box-shadow:0 10px 26px -14px rgba(70,55,110,.3)}
body.sc-landing .sc-light .sc-btn-glass:hover,body.sc-about .sc-light .sc-btn-glass:hover,body.sc-contact .sc-light .sc-btn-glass:hover{background:rgba(255,255,255,.85);transform:translateY(-2px)}
body.sc-landing .sc-dark .sc-btn-glass,body.sc-about .sc-dark .sc-btn-glass,body.sc-contact .sc-dark .sc-btn-glass{background:rgba(255,255,255,.09);color:#fff;border-color:rgba(255,255,255,.2)}
body.sc-landing .sc-dark .sc-btn-glass:hover,body.sc-about .sc-dark .sc-btn-glass:hover,body.sc-contact .sc-dark .sc-btn-glass:hover{background:rgba(255,255,255,.16);transform:translateY(-2px)}
body.sc-landing .sc-actions,body.sc-about .sc-actions,body.sc-contact .sc-actions{display:flex;gap:14px;flex-wrap:wrap;align-items:center}
body.sc-landing .sc-actions.center,body.sc-about .sc-actions.center,body.sc-contact .sc-actions.center{justify-content:center}

/* ---- glass surface ---- */
body.sc-landing .sc-glass,body.sc-about .sc-glass,body.sc-contact .sc-glass{border-radius:24px;border:1px solid;backdrop-filter:blur(22px) saturate(150%);-webkit-backdrop-filter:blur(22px) saturate(150%)}
body.sc-landing .sc-light .sc-glass,body.sc-about .sc-light .sc-glass,body.sc-contact .sc-light .sc-glass{background:rgba(255,255,255,.5);border-color:rgba(255,255,255,.85);box-shadow:0 28px 64px -34px rgba(72,56,112,.34),0 5px 18px -10px rgba(72,56,112,.16),inset 0 1px 0 rgba(255,255,255,.9)}
body.sc-landing .sc-dark .sc-glass,body.sc-about .sc-dark .sc-glass,body.sc-contact .sc-dark .sc-glass{background:rgba(255,255,255,.06);border-color:rgba(255,255,255,.14);box-shadow:0 32px 64px -34px rgba(0,0,0,.7),inset 0 1px 0 rgba(255,255,255,.08)}

/* light-section ambient blooms */
body.sc-landing .sc-bloom::before,body.sc-about .sc-bloom::before,body.sc-contact .sc-bloom::before{content:"";position:absolute;inset:0;z-index:0;pointer-events:none;
  background:radial-gradient(38% 50% at 15% 12%,rgba(96,201,221,.16),transparent 70%),radial-gradient(40% 52% at 88% 78%,rgba(133,67,154,.14),transparent 72%)}

/* ============ HEADER (floating glass pill) ============ */
body.sc-landing .sc-site-header,body.sc-about .sc-site-header,body.sc-contact .sc-site-header{position:fixed;top:60px;left:50%;transform:translateX(-50%);width:min(1180px,calc(100% - 34px));z-index:1000;border-radius:46px;
  background:rgba(13,13,19,.3);backdrop-filter:blur(26px) saturate(170%);-webkit-backdrop-filter:blur(26px) saturate(170%);
  border:1px solid rgba(255,255,255,.1);box-shadow:0 12px 44px -14px rgba(0,0,0,.5);transition:background .3s,box-shadow .3s,top .3s}
/* announcement bar */
body.sc-landing .sc-announce,body.sc-about .sc-announce,body.sc-contact .sc-announce{position:fixed;top:0;left:0;right:0;z-index:1100;display:flex;align-items:center;justify-content:center;gap:16px;min-height:46px;padding:8px 52px;background:rgba(10,11,16,.8);backdrop-filter:blur(20px) saturate(160%);-webkit-backdrop-filter:blur(20px) saturate(160%);border-bottom:1px solid rgba(255,255,255,.09);transition:transform .4s ease}
body.sc-landing .sc-announce-inner,body.sc-about .sc-announce-inner,body.sc-contact .sc-announce-inner{display:flex;align-items:center;gap:13px;flex-wrap:wrap;justify-content:center}
body.sc-landing .sc-announce-tag,body.sc-about .sc-announce-tag,body.sc-contact .sc-announce-tag{font-family:'Poppins',sans-serif;font-weight:700;font-size:13px;letter-spacing:.02em;text-transform:uppercase;white-space:nowrap;background:var(--sc-grad);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:transparent;animation:sc-flicker 2.6s ease-in-out infinite}
body.sc-landing .sc-announce-txt,body.sc-about .sc-announce-txt,body.sc-contact .sc-announce-txt{color:#e9ecf2;font-size:13.5px;font-weight:500}
body.sc-landing .sc-announce-cta,body.sc-about .sc-announce-cta,body.sc-contact .sc-announce-cta{background:var(--sc-grad);color:#fff;font-size:13px;font-weight:600;display:inline-flex;align-items:center;gap:5px;padding:8px 17px;border-radius:999px;white-space:nowrap;box-shadow:0 8px 22px -12px rgba(96,201,221,.6);transition:transform .2s,box-shadow .2s}
body.sc-landing .sc-announce-cta:hover,body.sc-about .sc-announce-cta:hover,body.sc-contact .sc-announce-cta:hover{transform:translateY(-1px);box-shadow:0 12px 28px -12px rgba(133,67,154,.6)}
@keyframes sc-flicker{0%,100%{opacity:1}50%{opacity:.5}}
body.sc-landing .sc-announce-close,body.sc-about .sc-announce-close,body.sc-contact .sc-announce-close{position:absolute;right:16px;top:50%;transform:translateY(-50%);width:26px;height:26px;border:0;background:rgba(255,255,255,.08);border-radius:50%;color:#c3c7d4;font-size:15px;line-height:1;cursor:pointer;display:grid;place-items:center;transition:background .2s,color .2s}
body.sc-landing .sc-announce-close:hover,body.sc-about .sc-announce-close:hover,body.sc-contact .sc-announce-close:hover{background:rgba(255,255,255,.16);color:#fff}
body.sc-announce-closed .sc-announce{transform:translateY(-100%)}
body.sc-announce-closed .sc-site-header{top:18px}
@media (max-width:640px){body.sc-landing .sc-announce,body.sc-about .sc-announce,body.sc-contact .sc-announce{display:none}body.sc-landing .sc-site-header,body.sc-about .sc-site-header,body.sc-contact .sc-site-header{top:14px}}
body.sc-landing .sc-site-header.sc-scrolled,body.sc-about .sc-site-header.sc-scrolled,body.sc-contact .sc-site-header.sc-scrolled{background:rgba(11,11,16,.5);box-shadow:0 14px 50px -16px rgba(0,0,0,.55)}
body.sc-landing .sc-header-inner,body.sc-about .sc-header-inner,body.sc-contact .sc-header-inner{padding:11px 12px 11px 22px;display:flex;align-items:center;justify-content:space-between;gap:22px}
body.sc-landing .sc-logo,body.sc-about .sc-logo,body.sc-contact .sc-logo{display:flex;align-items:center;gap:11px;flex-shrink:0}
body.sc-landing .sc-logo-full,body.sc-about .sc-logo-full,body.sc-contact .sc-logo-full{height:32px;width:auto;display:block;filter:drop-shadow(0 0 10px rgba(96,201,221,.28))}
body.sc-landing .sc-logo-sphere,body.sc-about .sc-logo-sphere,body.sc-contact .sc-logo-sphere{width:34px;height:34px;flex-shrink:0;filter:drop-shadow(0 0 10px rgba(96,201,221,.35))}
body.sc-landing .sc-logo-text,body.sc-about .sc-logo-text,body.sc-contact .sc-logo-text{display:flex;flex-direction:column;line-height:1;font-family:'Michroma',sans-serif;color:#fff}
body.sc-landing .sc-logo-text b,body.sc-about .sc-logo-text b,body.sc-contact .sc-logo-text b{font-size:13.5px;font-weight:400;letter-spacing:.16em}
body.sc-landing .sc-logo-text span,body.sc-about .sc-logo-text span,body.sc-contact .sc-logo-text span{font-size:8.5px;font-weight:400;letter-spacing:.28em;color:#aeb3c6;margin-top:3px}
body.sc-landing .sc-nav,body.sc-about .sc-nav,body.sc-contact .sc-nav{display:flex;align-items:center;gap:4px}
body.sc-landing .sc-nav a,body.sc-about .sc-nav a,body.sc-contact .sc-nav a{font-size:14.5px;font-weight:500;color:#c3c7d4;padding:9px 16px;border-radius:999px;transition:color .2s,background .2s}
body.sc-landing .sc-nav a:hover,body.sc-about .sc-nav a:hover,body.sc-contact .sc-nav a:hover{color:#fff;background:rgba(255,255,255,.08)}
body.sc-landing .sc-header-actions,body.sc-about .sc-header-actions,body.sc-contact .sc-header-actions{display:flex;align-items:center;gap:10px;flex-shrink:0}
body.sc-landing .sc-header-actions .sc-btn,body.sc-about .sc-header-actions .sc-btn,body.sc-contact .sc-header-actions .sc-btn{padding:12px 22px;font-size:13.5px}
body.sc-landing .sc-menu-toggle,body.sc-about .sc-menu-toggle,body.sc-contact .sc-menu-toggle{display:none;width:44px;height:44px;border:1px solid rgba(255,255,255,.16);border-radius:50%;background:rgba(255,255,255,.04);color:#fff;align-items:center;justify-content:center;cursor:pointer}
body.sc-landing .sc-menu-toggle svg,body.sc-about .sc-menu-toggle svg,body.sc-contact .sc-menu-toggle svg{width:20px;height:20px;stroke:currentColor;fill:none;stroke-width:1.8}
body.sc-landing .sc-mobile-menu,body.sc-about .sc-mobile-menu,body.sc-contact .sc-mobile-menu{display:none}

/* ============ SECTION 1 — HERO ANIMATION ============ */
/* Full-viewport hero shell. 100dvh fills the dynamic viewport (tracks mobile
   browser chrome); the 100svh floor guarantees it is never clipped behind
   chrome; 100vh / 640px are fallbacks for browsers without the new units. */
body.sc-landing .sc-hero,body.sc-about .sc-hero,body.sc-contact .sc-hero{position:relative;width:100%;height:100vh;height:100dvh;min-height:640px;min-height:100svh;background:radial-gradient(95% 120% at 50% 12%,rgba(70,96,182,.32),transparent 66%),radial-gradient(62% 100% at 2% 50%,rgba(150,72,162,.24),transparent 72%),radial-gradient(62% 100% at 98% 56%,rgba(46,156,164,.22),transparent 72%),radial-gradient(80% 70% at 50% 108%,rgba(56,86,166,.18),transparent 66%),#04040b;overflow:hidden}
/* Inlined animation mount (real DOM, no iframe). The SVG scene fills this box and
   COVERS it (preserveAspectRatio "slice"), so there is no letterboxing at any size. */
body.sc-landing .sc-hero-anim,body.sc-about .sc-hero-anim,body.sc-contact .sc-hero-anim{position:absolute;inset:0;z-index:0;pointer-events:none}
body.sc-landing .sc-hero-anim>*,body.sc-about .sc-hero-anim>*,body.sc-contact .sc-hero-anim>*,body.sc-landing .sc-hero-anim svg,body.sc-about .sc-hero-anim svg,body.sc-contact .sc-hero-anim svg{position:absolute;inset:0;width:100%;height:100%;display:block}
body.sc-landing .sc-hero-fade,body.sc-about .sc-hero-fade,body.sc-contact .sc-hero-fade{position:absolute;left:0;right:0;bottom:0;height:26%;z-index:2;pointer-events:none;background:linear-gradient(180deg,transparent,#04040b 78%)}
body.sc-landing .sc-hero-vignette,body.sc-about .sc-hero-vignette,body.sc-contact .sc-hero-vignette{position:absolute;inset:0;z-index:2;pointer-events:none;background:radial-gradient(120% 92% at 50% 46%,rgba(0,0,0,0) 56%,rgba(2,3,9,.6) 100%)}
/* centered value-prop overlay */
body.sc-landing .sc-hero-stage,body.sc-about .sc-hero-stage,body.sc-contact .sc-hero-stage{position:absolute;inset:0;z-index:10;display:flex;align-items:center;justify-content:center;pointer-events:none}
body.sc-landing .sc-hero-stage-inner,body.sc-about .sc-hero-stage-inner,body.sc-contact .sc-hero-stage-inner{transform:translateY(50px);display:flex;flex-direction:column;align-items:center;text-align:center;padding:0 40px;pointer-events:auto}
body.sc-landing .sc-hero-rule,body.sc-about .sc-hero-rule,body.sc-contact .sc-hero-rule{width:48px;height:1px;flex-shrink:0}
body.sc-landing .sc-hero-eyebrow,body.sc-about .sc-hero-eyebrow,body.sc-contact .sc-hero-eyebrow{font-family:'Michroma',sans-serif;font-size:min(12px,1.7vw);letter-spacing:.34em;text-transform:uppercase;color:#aeb9dd;font-weight:400;text-indent:.34em}
body.sc-landing .sc-hero-stage-inner h1,body.sc-about .sc-hero-stage-inner h1,body.sc-contact .sc-hero-stage-inner h1{font-weight:700;color:#fff;font-size:min(56px,7.2vw);line-height:1.05;letter-spacing:-.032em;margin:20px 0 0;max-width:min(720px,92vw);text-wrap:balance;text-shadow:0 2px 34px rgba(0,0,0,.6)}
body.sc-landing .sc-hero-sub,body.sc-about .sc-hero-sub,body.sc-contact .sc-hero-sub{margin:22px 0 0;max-width:min(520px,88vw);color:#c5cbdd;font-size:min(18px,3.4vw);line-height:1.6;text-wrap:pretty;text-shadow:0 2px 18px rgba(0,0,0,.55)}
body.sc-landing .sc-hero-cta,body.sc-about .sc-hero-cta,body.sc-contact .sc-hero-cta{display:flex;gap:16px;align-items:center;margin-top:34px;flex-wrap:wrap;justify-content:center}
body.sc-landing .sc-hero-btn,body.sc-about .sc-hero-btn,body.sc-contact .sc-hero-btn{display:inline-flex;align-items:center;gap:9px;border-radius:64px;padding:17px 32px;font-size:15px;font-weight:600;text-decoration:none;transition:transform .25s,box-shadow .25s,background .25s,border-color .25s}
body.sc-landing .sc-hero-btn-primary,body.sc-about .sc-hero-btn-primary,body.sc-contact .sc-hero-btn-primary{background:linear-gradient(180deg,#fff 0%,#e8ecf8 100%);color:#0b0b12;box-shadow:0 14px 34px -14px rgba(160,190,255,.6),0 1px 0 rgba(255,255,255,.9) inset}
body.sc-landing .sc-hero-btn-primary:hover,body.sc-about .sc-hero-btn-primary:hover,body.sc-contact .sc-hero-btn-primary:hover{transform:translateY(-2px);box-shadow:0 22px 44px -16px rgba(160,190,255,.75)}
body.sc-landing .sc-hero-btn-ghost,body.sc-about .sc-hero-btn-ghost,body.sc-contact .sc-hero-btn-ghost{background:rgba(255,255,255,.06);color:#eef1fa;border:1px solid rgba(255,255,255,.16);backdrop-filter:blur(14px) saturate(150%);-webkit-backdrop-filter:blur(14px) saturate(150%)}
body.sc-landing .sc-hero-btn-ghost:hover,body.sc-about .sc-hero-btn-ghost:hover,body.sc-contact .sc-hero-btn-ghost:hover{background:rgba(255,255,255,.11);border-color:rgba(255,255,255,.3);transform:translateY(-2px)}
body.sc-landing .sc-hero-dot,body.sc-about .sc-hero-dot,body.sc-contact .sc-hero-dot{display:inline-flex;width:7px;height:7px;border-radius:50%;background:#8fe8c8;box-shadow:0 0 10px rgba(143,232,200,.9)}
body.sc-landing .sc-hero-note,body.sc-about .sc-hero-note,body.sc-contact .sc-hero-note{font-size:13px;color:#8189a0;letter-spacing:.03em;margin-top:22px}

/* hero value-prop overlay */
body.sc-landing .sc-hero-overlay,body.sc-about .sc-hero-overlay,body.sc-contact .sc-hero-overlay{position:absolute;left:0;right:0;bottom:0;z-index:3;display:flex;flex-direction:column;align-items:center;text-align:center;gap:16px;padding:0 24px clamp(30px,6vh,60px)}
body.sc-landing .sc-hero-overlay::before,body.sc-about .sc-hero-overlay::before,body.sc-contact .sc-hero-overlay::before{content:"";position:absolute;inset:-40px 0 0;z-index:-1;pointer-events:none;background:linear-gradient(180deg,transparent 0%,rgba(4,4,11,.34) 48%,rgba(4,4,11,.82) 100%)}
body.sc-landing .sc-hero-overlay .sc-eyebrow,body.sc-about .sc-hero-overlay .sc-eyebrow,body.sc-contact .sc-hero-overlay .sc-eyebrow{color:#c3c8db}
body.sc-landing .sc-hero-overlay h1,body.sc-about .sc-hero-overlay h1,body.sc-contact .sc-hero-overlay h1{font-family:'Poppins',sans-serif;font-weight:700;color:#fff;font-size:clamp(28px,4.4vw,60px);line-height:1.04;letter-spacing:-.03em;max-width:17ch;text-shadow:0 2px 30px rgba(0,0,0,.55)}
body.sc-landing .sc-hero-sub,body.sc-about .sc-hero-sub,body.sc-contact .sc-hero-sub{color:#d6dae6;font-size:clamp(15px,1.35vw,19px);max-width:56ch;line-height:1.55;text-shadow:0 2px 18px rgba(0,0,0,.5)}
body.sc-landing .sc-hero-overlay .sc-actions,body.sc-about .sc-hero-overlay .sc-actions,body.sc-contact .sc-hero-overlay .sc-actions{margin-top:6px}

/* ============ SECTION — REAL-TIME & MULTIPLAYER (dark, alternating video feature rows) ============ */
body.sc-landing .sc-sec-product,body.sc-about .sc-sec-product,body.sc-contact .sc-sec-product{background:radial-gradient(60% 60% at 20% 12%,rgba(70,96,182,.26),transparent 70%),radial-gradient(56% 60% at 88% 90%,rgba(150,72,162,.22),transparent 72%),#07080f}
body.sc-landing .sc-mp-slider,body.sc-about .sc-mp-slider,body.sc-contact .sc-mp-slider{margin-top:clamp(30px,4vw,52px);width:100vw;margin-left:calc(50% - 50vw)}
body.sc-landing .sc-mp-head,body.sc-about .sc-mp-head,body.sc-contact .sc-mp-head{display:flex;justify-content:space-between;align-items:center;gap:16px;margin:0 auto 24px;max-width:1240px;padding:0 34px;flex-wrap:wrap}
body.sc-landing .sc-mp-tabs,body.sc-about .sc-mp-tabs,body.sc-contact .sc-mp-tabs{display:inline-flex;gap:4px;padding:5px;border-radius:999px;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.1)}
body.sc-landing .sc-mp-tab,body.sc-about .sc-mp-tab,body.sc-contact .sc-mp-tab{font-family:'Poppins',sans-serif;font-size:13.5px;font-weight:600;color:#a4aabe;background:none;border:0;padding:10px 20px;border-radius:999px;cursor:pointer;transition:color .3s,background .3s}
body.sc-landing .sc-mp-tab.is-active,body.sc-about .sc-mp-tab.is-active,body.sc-contact .sc-mp-tab.is-active{background:#fff;color:#0b0b12}
body.sc-landing .sc-mp-arrows,body.sc-about .sc-mp-arrows,body.sc-contact .sc-mp-arrows{display:flex;gap:10px}
body.sc-landing .sc-mp-arrow,body.sc-about .sc-mp-arrow,body.sc-contact .sc-mp-arrow{width:46px;height:46px;border-radius:50%;border:1px solid rgba(255,255,255,.2);background:rgba(255,255,255,.05);color:#fff;cursor:pointer;display:grid;place-items:center;transition:background .25s,border-color .25s,transform .25s}
body.sc-landing .sc-mp-arrow:hover,body.sc-about .sc-mp-arrow:hover,body.sc-contact .sc-mp-arrow:hover{background:rgba(255,255,255,.14);border-color:rgba(255,255,255,.4);transform:translateY(-2px)}
body.sc-landing .sc-mp-arrow svg,body.sc-about .sc-mp-arrow svg,body.sc-contact .sc-mp-arrow svg{width:20px;height:20px}
body.sc-landing .sc-mp-viewport,body.sc-about .sc-mp-viewport,body.sc-contact .sc-mp-viewport{overflow:hidden;padding:4px 0 30px}
body.sc-landing .sc-mp-track,body.sc-about .sc-mp-track,body.sc-contact .sc-mp-track{position:relative;display:flex;gap:26px;transition:transform .6s cubic-bezier(.6,.02,.1,1)}
body.sc-landing .sc-mp-slide,body.sc-about .sc-mp-slide,body.sc-contact .sc-mp-slide{min-width:90%;box-sizing:border-box;opacity:.4;transition:opacity .5s ease;cursor:pointer}
body.sc-landing .sc-mp-slide.is-current,body.sc-about .sc-mp-slide.is-current,body.sc-contact .sc-mp-slide.is-current{opacity:1;cursor:default}
body.sc-landing .sc-mp-card,body.sc-about .sc-mp-card,body.sc-contact .sc-mp-card{display:grid;grid-template-columns:1.28fr .72fr;gap:clamp(24px,3vw,44px);align-items:center;padding:clamp(22px,2.6vw,36px);height:100%}
body.sc-landing .sc-media-frame,body.sc-about .sc-media-frame,body.sc-contact .sc-media-frame{position:relative;border-radius:20px;overflow:hidden;border:1px solid rgba(255,255,255,.12);aspect-ratio:16/9;background:#05070d;box-shadow:0 44px 90px -46px rgba(0,0,0,.8),inset 0 1px 0 rgba(255,255,255,.06)}
body.sc-landing .sc-media-frame video,body.sc-about .sc-media-frame video,body.sc-contact .sc-media-frame video{width:100%;height:100%;object-fit:cover;display:block}
body.sc-landing .sc-media-badge,body.sc-about .sc-media-badge,body.sc-contact .sc-media-badge{position:absolute;left:14px;top:14px;z-index:2;display:flex;align-items:center;gap:8px;padding:7px 13px;border-radius:999px;background:rgba(8,10,16,.62);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.18);font-family:'Michroma',sans-serif;font-size:10px;letter-spacing:.16em;color:#fff;text-transform:uppercase}
body.sc-landing .sc-feature-text .sc-kicker,body.sc-about .sc-feature-text .sc-kicker,body.sc-contact .sc-feature-text .sc-kicker{font-family:'Michroma',sans-serif;font-size:11px;letter-spacing:.24em;color:var(--sc-cyan);text-transform:uppercase;display:block;margin-bottom:14px}
body.sc-landing .sc-feature-text h3,body.sc-about .sc-feature-text h3,body.sc-contact .sc-feature-text h3{color:#fff;font-size:clamp(23px,2.4vw,33px);margin-bottom:14px;letter-spacing:-.02em;line-height:1.1}
body.sc-landing .sc-feature-text p,body.sc-about .sc-feature-text p,body.sc-contact .sc-feature-text p{color:#a4aabe;font-size:15.5px;line-height:1.62;margin-bottom:20px}
body.sc-landing .sc-check-list,body.sc-about .sc-check-list,body.sc-contact .sc-check-list{display:grid;gap:11px}
body.sc-landing .sc-check-list li,body.sc-about .sc-check-list li,body.sc-contact .sc-check-list li{display:flex;gap:11px;align-items:center;color:#dfe3ee;font-size:14.5px}
body.sc-landing .sc-check-list li::before,body.sc-about .sc-check-list li::before,body.sc-contact .sc-check-list li::before{content:"\2713";flex:0 0 19px;width:19px;height:19px;border-radius:50%;background:var(--sc-grad);color:#fff;font-size:11px;display:grid;place-items:center}
@media (max-width:1000px){body.sc-landing .sc-mp-card,body.sc-about .sc-mp-card,body.sc-contact .sc-mp-card{grid-template-columns:1fr;gap:22px}}
/* one-click launch card: step timeline synced to the video */
body.sc-landing .sc-oc-steps,body.sc-about .sc-oc-steps,body.sc-contact .sc-oc-steps{display:flex;flex-direction:column;gap:8px;margin-top:2px}
body.sc-landing .sc-oc-step,body.sc-about .sc-oc-step,body.sc-contact .sc-oc-step{display:grid;grid-template-columns:auto 1fr;gap:14px;align-items:center;width:100%;padding:10px 12px;border:0;border-radius:12px;background:transparent;cursor:pointer;font-family:inherit;color:inherit;text-align:left;opacity:.5;transition:opacity .35s,background .35s}
body.sc-landing .sc-oc-step.is-active,body.sc-about .sc-oc-step.is-active,body.sc-contact .sc-oc-step.is-active{opacity:1;background:rgba(255,255,255,.06)}
body.sc-landing .sc-oc-num,body.sc-about .sc-oc-num,body.sc-contact .sc-oc-num{width:30px;height:30px;border-radius:50%;display:grid;place-items:center;font-family:'Poppins',sans-serif;font-weight:700;font-size:13px;color:#a4aabe;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.16);transition:background .35s,color .35s,border-color .35s}
body.sc-landing .sc-oc-step.is-active .sc-oc-num,body.sc-about .sc-oc-step.is-active .sc-oc-num,body.sc-contact .sc-oc-step.is-active .sc-oc-num{background:var(--sc-grad);color:#fff;border-color:transparent}
body.sc-landing .sc-oc-body,body.sc-about .sc-oc-body,body.sc-contact .sc-oc-body{min-width:0;display:block}
body.sc-landing .sc-oc-label,body.sc-about .sc-oc-label,body.sc-contact .sc-oc-label{display:block;font-size:14px;font-weight:600;color:#e9ecf2;margin-bottom:7px}
body.sc-landing .sc-oc-bar,body.sc-about .sc-oc-bar,body.sc-contact .sc-oc-bar{display:block;height:3px;border-radius:3px;background:rgba(255,255,255,.14);overflow:hidden}
body.sc-landing .sc-oc-fill,body.sc-about .sc-oc-fill,body.sc-contact .sc-oc-fill{display:block;height:100%;width:0;border-radius:3px;background:var(--sc-grad);transition:width .12s linear}

/* ============ SECTION 2 — STOP CATCHING + LAPTOP + PROBLEM/SOLUTION (own light section, clean break from hero) ============ */
body.sc-landing .sc-sec-intro,body.sc-about .sc-sec-intro,body.sc-contact .sc-sec-intro{background:#f1eff7}
body.sc-landing .sc-hero2,body.sc-about .sc-hero2,body.sc-contact .sc-hero2{position:relative;z-index:2;display:grid;grid-template-columns:1.04fr .96fr;gap:48px;align-items:center;padding-top:0}
body.sc-landing .sc-hero2-copy,body.sc-about .sc-hero2-copy,body.sc-contact .sc-hero2-copy{display:flex;flex-direction:column;gap:24px;align-items:flex-start}
body.sc-landing .sc-hero2-copy h1,body.sc-about .sc-hero2-copy h1,body.sc-contact .sc-hero2-copy h1{max-width:12ch}
body.sc-landing .sc-hero2-copy .sc-lead,body.sc-about .sc-hero2-copy .sc-lead,body.sc-contact .sc-hero2-copy .sc-lead{max-width:480px}

/* laptop */
body.sc-landing .sc-laptop,body.sc-about .sc-laptop,body.sc-contact .sc-laptop{position:relative;width:100%;max-width:640px;margin:0 auto;filter:drop-shadow(0 50px 70px rgba(40,30,70,.28))}
body.sc-landing .sc-laptop-lid,body.sc-about .sc-laptop-lid,body.sc-contact .sc-laptop-lid{position:relative;aspect-ratio:16/9;border-radius:20px;background:#0a0c14;border:11px solid #16171f;box-shadow:inset 0 0 0 1.5px #000,0 2px 0 rgba(255,255,255,.04)}
body.sc-landing .sc-laptop-screen,body.sc-about .sc-laptop-screen,body.sc-contact .sc-laptop-screen{position:absolute;inset:0;border-radius:9px;overflow:hidden;background:#070a12}
body.sc-landing .sc-laptop-screen video,body.sc-about .sc-laptop-screen video,body.sc-contact .sc-laptop-screen video,body.sc-landing .sc-laptop-screen img,body.sc-about .sc-laptop-screen img,body.sc-contact .sc-laptop-screen img{width:100%;height:100%;object-fit:cover;display:block}
body.sc-landing .sc-laptop-screen video.sc-laptop-video,body.sc-about .sc-laptop-screen video.sc-laptop-video,body.sc-contact .sc-laptop-screen video.sc-laptop-video{object-fit:cover;background:#05070d}
body.sc-landing .sc-laptop-glare,body.sc-about .sc-laptop-glare,body.sc-contact .sc-laptop-glare{position:absolute;inset:0;pointer-events:none;background:linear-gradient(120deg,rgba(255,255,255,.1),transparent 36%);z-index:2}
body.sc-landing .sc-laptop-play,body.sc-about .sc-laptop-play,body.sc-contact .sc-laptop-play{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);z-index:3;width:64px;height:64px;border-radius:50%;background:rgba(255,255,255,.16);backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.4);display:grid;place-items:center;pointer-events:none}
body.sc-landing .sc-laptop-play::after,body.sc-about .sc-laptop-play::after,body.sc-contact .sc-laptop-play::after{content:"";width:0;height:0;border-left:16px solid #fff;border-top:10px solid transparent;border-bottom:10px solid transparent;margin-left:4px}
body.sc-landing .sc-laptop-deck,body.sc-about .sc-laptop-deck,body.sc-contact .sc-laptop-deck{position:relative;height:15px;margin:0 -6.2%;border-radius:0 0 13px 13px;background:linear-gradient(#cbcdd6,#9fa2af 60%,#7e8290);box-shadow:0 2px 5px rgba(0,0,0,.28)}
body.sc-landing .sc-laptop-deck::before,body.sc-about .sc-laptop-deck::before,body.sc-contact .sc-laptop-deck::before{content:"";position:absolute;top:0;left:50%;transform:translateX(-50%);width:13%;height:7px;background:#797d8b;border-radius:0 0 9px 9px}

/* problem / solution glass cards */
/* "Why Spatial Construx" + problem/solution = its own section, clearly separated from the Stop Catching intro above */
body.sc-landing .sc-sec-why,body.sc-about .sc-sec-why,body.sc-contact .sc-sec-why{background:linear-gradient(180deg,#e3e5f2 0%,#eaecf7 100%);border-radius:38px 38px 0 0;box-shadow:0 -24px 60px -34px rgba(46,36,92,.32);position:relative;z-index:2;padding:clamp(52px,6vw,90px) 0 clamp(46px,5.5vw,80px)}
body.sc-landing .sc-sec-why .sc-eyebrow,body.sc-about .sc-sec-why .sc-eyebrow,body.sc-contact .sc-sec-why .sc-eyebrow{display:flex;width:-moz-fit-content;width:fit-content;margin-bottom:16px}
body.sc-landing .sc-sec-why h2,body.sc-about .sc-sec-why h2,body.sc-contact .sc-sec-why h2{max-width:20ch}
body.sc-landing .sc-two-grid,body.sc-about .sc-two-grid,body.sc-contact .sc-two-grid{position:relative;z-index:2;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:26px;align-items:stretch;width:100%;margin-top:clamp(40px,5vw,68px)}
body.sc-landing .sc-panel,body.sc-about .sc-panel,body.sc-contact .sc-panel{position:relative;padding:40px;overflow:hidden;height:100%;min-height:420px}
body.sc-landing .sc-panel-solution::before,body.sc-about .sc-panel-solution::before,body.sc-contact .sc-panel-solution::before{content:"";position:absolute;inset:0;border-radius:24px;pointer-events:none;background:radial-gradient(60% 60% at 84% 12%,rgba(96,201,221,.18),transparent 70%),radial-gradient(50% 50% at 10% 96%,rgba(133,67,154,.16),transparent 72%)}
body.sc-landing .sc-panel-solution,body.sc-about .sc-panel-solution,body.sc-contact .sc-panel-solution{border-color:rgba(120,180,210,.5)!important}
body.sc-landing .sc-panel .sc-label,body.sc-about .sc-panel .sc-label,body.sc-contact .sc-panel .sc-label{position:relative;font-family:'Michroma',sans-serif;font-size:11px;letter-spacing:.26em;color:var(--ink-mute);margin-bottom:20px;text-transform:uppercase}
body.sc-landing .sc-panel-solution .sc-label,body.sc-about .sc-panel-solution .sc-label,body.sc-contact .sc-panel-solution .sc-label{color:var(--sc-cyan)}
body.sc-landing .sc-panel h3,body.sc-about .sc-panel h3,body.sc-contact .sc-panel h3{position:relative;margin-bottom:22px;color:var(--ink)}
body.sc-landing .sc-panel ul,body.sc-about .sc-panel ul,body.sc-contact .sc-panel ul{position:relative}
body.sc-landing .sc-panel li,body.sc-about .sc-panel li,body.sc-contact .sc-panel li{display:flex;gap:13px;align-items:flex-start;color:var(--ink-soft);font-size:15px;line-height:1.55;padding:14px 0;border-bottom:1px solid rgba(40,30,80,.1)}
body.sc-landing .sc-panel li:last-child,body.sc-about .sc-panel li:last-child,body.sc-contact .sc-panel li:last-child{border-bottom:none}
body.sc-landing .sc-tick,body.sc-about .sc-tick,body.sc-contact .sc-tick{display:inline-flex;align-items:center;justify-content:center;flex:0 0 22px;width:22px;height:22px;border-radius:50%;font-size:12px;line-height:1;margin-top:1px}
body.sc-landing .sc-tick.x,body.sc-about .sc-tick.x,body.sc-contact .sc-tick.x{border:1px solid rgba(214,77,103,.55);color:#d64d67}
body.sc-landing .sc-tick.c,body.sc-about .sc-tick.c,body.sc-contact .sc-tick.c{background:var(--sc-grad);color:#fff}
body.sc-landing .sc-solution-brand,body.sc-about .sc-solution-brand,body.sc-contact .sc-solution-brand{position:relative;margin-top:24px;padding:18px;border-radius:16px;background:rgba(255,255,255,.45);border:1px solid rgba(255,255,255,.8);display:flex;gap:15px;align-items:center}
body.sc-landing .sc-solution-brand .sc-mark,body.sc-about .sc-solution-brand .sc-mark,body.sc-contact .sc-solution-brand .sc-mark{width:48px;height:48px;border-radius:13px;flex-shrink:0;display:grid;place-items:center;background:rgba(96,201,221,.12);border:1px solid rgba(96,201,221,.3);padding:7px}
body.sc-landing .sc-solution-brand .sc-mark img,body.sc-about .sc-solution-brand .sc-mark img,body.sc-contact .sc-solution-brand .sc-mark img{width:100%;height:100%;object-fit:contain}
body.sc-landing .sc-solution-brand b,body.sc-about .sc-solution-brand b,body.sc-contact .sc-solution-brand b{font-family:'Michroma',sans-serif;letter-spacing:.14em;font-size:12px;color:var(--ink)}
body.sc-landing .sc-solution-brand p,body.sc-about .sc-solution-brand p,body.sc-contact .sc-solution-brand p{font-size:13px;margin-top:4px;color:var(--ink-soft)}

/* ============ SECTION 3 — HOW IT WORKS (synced stepper + laptop) ============ */
/* distinct lifted surface so it reads as separate from the Stop Catching section above */
body.sc-landing .sc-sec-howto,body.sc-about .sc-sec-howto,body.sc-contact .sc-sec-howto{background:linear-gradient(180deg,#e6e8f6 0%,#edeffa 55%,#e8eaf6 100%);border-radius:34px 34px 0 0;box-shadow:0 -22px 56px -32px rgba(46,36,92,.3);position:relative;z-index:2;overflow:hidden}
body.sc-landing .sc-howto,body.sc-about .sc-howto,body.sc-contact .sc-howto{display:grid;grid-template-columns:1.15fr 1fr;gap:clamp(22px,2.6vw,40px);align-items:stretch;width:100%;margin-top:0;padding:clamp(18px,2.2vw,30px);border-radius:28px;background:rgba(255,255,255,.5);border:1px solid rgba(255,255,255,.85);box-shadow:0 28px 64px -34px rgba(72,56,112,.34),0 5px 18px -10px rgba(72,56,112,.16),inset 0 1px 0 rgba(255,255,255,.9);backdrop-filter:blur(22px) saturate(150%);-webkit-backdrop-filter:blur(22px) saturate(150%)}
body.sc-landing .sc-howto-steps,body.sc-about .sc-howto-steps,body.sc-contact .sc-howto-steps{display:flex;flex-direction:column;gap:12px;height:100%}
body.sc-landing .sc-howstep,body.sc-about .sc-howstep,body.sc-contact .sc-howstep{position:relative;display:flex;flex-direction:column;gap:10px;flex:1;justify-content:center;text-align:left;width:100%;padding:16px 18px;border-radius:16px;border:1px solid transparent;background:transparent;cursor:pointer;font-family:inherit;color:inherit;transition:background .4s,border-color .4s,box-shadow .4s,opacity .4s}
body.sc-landing .sc-howstep-head,body.sc-about .sc-howstep-head,body.sc-contact .sc-howstep-head{display:flex;align-items:center;gap:12px}
body.sc-landing .sc-howstep-htext,body.sc-about .sc-howstep-htext,body.sc-contact .sc-howstep-htext{display:flex;flex-direction:column;gap:2px;min-width:0}
body.sc-landing .sc-howstep:not(.is-active),body.sc-about .sc-howstep:not(.is-active),body.sc-contact .sc-howstep:not(.is-active){opacity:.55}
body.sc-landing .sc-howstep:hover:not(.is-active),body.sc-about .sc-howstep:hover:not(.is-active),body.sc-contact .sc-howstep:hover:not(.is-active){opacity:.85}
body.sc-landing .sc-howstep.is-active,body.sc-about .sc-howstep.is-active,body.sc-contact .sc-howstep.is-active{opacity:1;background:rgba(255,255,255,.6);border-color:rgba(255,255,255,.9);box-shadow:0 14px 34px -22px rgba(72,56,112,.42)}
body.sc-landing .sc-howstep-ico,body.sc-about .sc-howstep-ico,body.sc-contact .sc-howstep-ico{width:46px;height:46px;border-radius:13px;display:grid;place-items:center;background:linear-gradient(135deg,rgba(96,201,221,.16),rgba(133,67,154,.13));border:1px solid rgba(96,201,221,.3);color:var(--sc-cyan);transition:background .4s,color .4s}
body.sc-landing .sc-howstep.is-active .sc-howstep-ico,body.sc-about .sc-howstep.is-active .sc-howstep-ico,body.sc-contact .sc-howstep.is-active .sc-howstep-ico{background:var(--sc-grad-deep);border-color:transparent;color:#fff}
body.sc-landing .sc-howstep-ico svg,body.sc-about .sc-howstep-ico svg,body.sc-contact .sc-howstep-ico svg{width:22px;height:22px;stroke:currentColor;fill:none;stroke-width:1.7}
body.sc-landing .sc-howstep-body,body.sc-about .sc-howstep-body,body.sc-contact .sc-howstep-body{min-width:0;width:100%;display:flex;flex-direction:column}
body.sc-landing .sc-howstep .sc-num,body.sc-about .sc-howstep .sc-num,body.sc-contact .sc-howstep .sc-num{font-family:'Michroma',sans-serif;font-size:10px;letter-spacing:.26em;color:var(--ink-mute);display:block;margin-bottom:6px}
body.sc-landing .sc-howstep.is-active .sc-num,body.sc-about .sc-howstep.is-active .sc-num,body.sc-contact .sc-howstep.is-active .sc-num{background:none;-webkit-text-fill-color:#16161f;color:#16161f}
body.sc-landing .sc-howstep-h,body.sc-about .sc-howstep-h,body.sc-contact .sc-howstep-h{font-family:'Poppins',sans-serif;font-weight:600;font-size:clamp(18px,1.7vw,21px);color:var(--ink);display:block;margin-bottom:6px;letter-spacing:-.01em}
body.sc-landing .sc-howstep-p,body.sc-about .sc-howstep-p,body.sc-contact .sc-howstep-p{font-size:13.5px;line-height:1.55;color:var(--ink-soft);display:block}
body.sc-landing .sc-howstep-bar,body.sc-about .sc-howstep-bar,body.sc-contact .sc-howstep-bar{display:block;height:3px;border-radius:3px;background:rgba(40,30,80,.12);margin-top:12px;overflow:hidden;opacity:0;transition:opacity .4s}
body.sc-landing .sc-howstep.is-active .sc-howstep-bar,body.sc-about .sc-howstep.is-active .sc-howstep-bar,body.sc-contact .sc-howstep.is-active .sc-howstep-bar{opacity:1}
body.sc-landing .sc-howstep-bar i,body.sc-about .sc-howstep-bar i,body.sc-contact .sc-howstep-bar i{display:block;height:100%;width:100%;border-radius:3px;background:var(--sc-grad);transform:scaleX(0);transform-origin:left center;will-change:transform}
body.sc-landing .sc-howto-stage,body.sc-about .sc-howto-stage,body.sc-contact .sc-howto-stage{position:relative;width:100%;order:-1;height:100%}
body.sc-landing .sc-howframe,body.sc-about .sc-howframe,body.sc-contact .sc-howframe{position:relative;width:100%;height:100%;min-height:260px;border-radius:16px;overflow:hidden;border:1px solid rgba(20,16,40,.12);box-shadow:0 22px 46px -28px rgba(46,36,92,.55);background:#05070d}
body.sc-landing .sc-laptop-wide,body.sc-about .sc-laptop-wide,body.sc-contact .sc-laptop-wide{max-width:none}
body.sc-landing .sc-laptop-wide .sc-laptop-lid,body.sc-about .sc-laptop-wide .sc-laptop-lid,body.sc-contact .sc-laptop-wide .sc-laptop-lid{aspect-ratio:16/9}
body.sc-landing .sc-howvid,body.sc-about .sc-howvid,body.sc-contact .sc-howvid{position:absolute;inset:0;width:100%;height:100%;object-fit:contain;opacity:0;transition:opacity .6s ease;z-index:1}
body.sc-landing .sc-howvid.is-active,body.sc-about .sc-howvid.is-active,body.sc-contact .sc-howvid.is-active{opacity:1}
body.sc-landing .sc-howvid-badge,body.sc-about .sc-howvid-badge,body.sc-contact .sc-howvid-badge{position:absolute;left:14px;top:14px;z-index:4;display:flex;align-items:center;gap:9px;padding:7px 13px;border-radius:999px;background:rgba(8,10,16,.6);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.18);font-family:'Michroma',sans-serif;font-size:10px;letter-spacing:.16em;color:#fff;text-transform:uppercase}
body.sc-landing .sc-live-dot,body.sc-about .sc-live-dot,body.sc-contact .sc-live-dot{width:7px;height:7px;border-radius:50%;background:#46e0b0;box-shadow:0 0 10px #46e0b0;animation:sc-livepulse 1.8s ease-in-out infinite}

/* ============ SECTION 4 — WHY SWITCH (dark band) + LIVE DEMO ============ */
body.sc-landing .sc-sec-showcase,body.sc-about .sc-sec-showcase,body.sc-contact .sc-sec-showcase{background:radial-gradient(52% 54% at 50% 20%,rgba(96,128,222,.3),transparent 72%),radial-gradient(40% 46% at 10% 54%,rgba(162,76,168,.24),transparent 74%),radial-gradient(40% 48% at 90% 64%,rgba(46,168,168,.22),transparent 74%),radial-gradient(1.6px 1.6px at 20% 30%,rgba(255,255,255,.5),transparent 100%),radial-gradient(1.4px 1.4px at 74% 24%,rgba(255,255,255,.42),transparent 100%),radial-gradient(1.3px 1.3px at 60% 70%,rgba(255,255,255,.4),transparent 100%),radial-gradient(1.3px 1.3px at 33% 78%,rgba(255,255,255,.38),transparent 100%),radial-gradient(1.5px 1.5px at 86% 84%,rgba(255,255,255,.4),transparent 100%),radial-gradient(1.2px 1.2px at 46% 14%,rgba(255,255,255,.5),transparent 100%),radial-gradient(1.2px 1.2px at 8% 30%,rgba(255,255,255,.36),transparent 100%),#04040b}
body.sc-landing .sc-sec-showcase>.sc-container,body.sc-about .sc-sec-showcase>.sc-container,body.sc-contact .sc-sec-showcase>.sc-container{padding-top:36px!important;padding-bottom:36px!important}
body.sc-landing .sc-bento,body.sc-about .sc-bento,body.sc-contact .sc-bento{display:grid;grid-template-columns:repeat(6,1fr);gap:18px;width:100%;margin-top:clamp(30px,4vw,50px)}
body.sc-landing .sc-bento>*,body.sc-about .sc-bento>*,body.sc-contact .sc-bento>*{position:relative;padding:30px;overflow:hidden;transition:transform .3s}
body.sc-landing .sc-bento>*:hover,body.sc-about .sc-bento>*:hover,body.sc-contact .sc-bento>*:hover{transform:translateY(-4px)}
body.sc-landing .sc-bento .sc-c1,body.sc-about .sc-bento .sc-c1,body.sc-contact .sc-bento .sc-c1,body.sc-landing .sc-bento .sc-c2,body.sc-about .sc-bento .sc-c2,body.sc-contact .sc-bento .sc-c2,body.sc-landing .sc-bento .sc-c3,body.sc-about .sc-bento .sc-c3,body.sc-contact .sc-bento .sc-c3{grid-column:span 2}
body.sc-landing .sc-bento .sc-c4,body.sc-about .sc-bento .sc-c4,body.sc-contact .sc-bento .sc-c4,body.sc-landing .sc-bento .sc-c5,body.sc-about .sc-bento .sc-c5,body.sc-contact .sc-bento .sc-c5{grid-column:span 3;min-height:220px}
body.sc-landing .sc-bento h4,body.sc-about .sc-bento h4,body.sc-contact .sc-bento h4{color:var(--ink);margin:18px 0 8px;font-size:18px}
body.sc-landing .sc-bento p,body.sc-about .sc-bento p,body.sc-contact .sc-bento p{font-size:14px;color:var(--ink-soft)}
body.sc-landing .sc-bento-icon,body.sc-about .sc-bento-icon,body.sc-contact .sc-bento-icon{width:46px;height:46px;border-radius:13px;background:linear-gradient(135deg,rgba(96,201,221,.22),rgba(133,67,154,.2));border:1px solid rgba(96,201,221,.3);display:grid;place-items:center;color:var(--sc-cyan)}
body.sc-landing .sc-bento-icon svg,body.sc-about .sc-bento-icon svg,body.sc-contact .sc-bento-icon svg{width:22px;height:22px;stroke:currentColor;fill:none;stroke-width:1.7}
body.sc-landing .sc-bento-pic,body.sc-about .sc-bento-pic,body.sc-contact .sc-bento-pic{padding:0;position:relative;overflow:hidden;display:flex;align-items:flex-end;min-height:250px;border-radius:24px;border:1px solid rgba(255,255,255,.5)}
body.sc-landing .sc-bento-pic img,body.sc-about .sc-bento-pic img,body.sc-contact .sc-bento-pic img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:transform .5s ease}
body.sc-landing .sc-bento-pic:hover img,body.sc-about .sc-bento-pic:hover img,body.sc-contact .sc-bento-pic:hover img{transform:scale(1.04)}
body.sc-landing .sc-bento-pic::after,body.sc-about .sc-bento-pic::after,body.sc-contact .sc-bento-pic::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(6,8,16,.06) 34%,rgba(6,8,16,.84) 100%)}
body.sc-landing .sc-bento-pic-txt,body.sc-about .sc-bento-pic-txt,body.sc-contact .sc-bento-pic-txt{position:relative;z-index:1;padding:28px}
body.sc-landing .sc-bento-pic .sc-bento-pic-txt h4,body.sc-about .sc-bento-pic .sc-bento-pic-txt h4,body.sc-contact .sc-bento-pic .sc-bento-pic-txt h4{color:#fff;margin:0 0 6px}
body.sc-landing .sc-bento-pic .sc-bento-pic-txt p,body.sc-about .sc-bento-pic .sc-bento-pic-txt p,body.sc-contact .sc-bento-pic .sc-bento-pic-txt p{color:#e2e5ee}
body.sc-landing .sc-bento-more,body.sc-about .sc-bento-more,body.sc-contact .sc-bento-more{display:flex;flex-wrap:wrap;gap:10px;margin-top:16px;grid-column:1 / -1}
body.sc-landing .sc-bento-chip,body.sc-about .sc-bento-chip,body.sc-contact .sc-bento-chip{display:inline-flex;align-items:center;gap:8px;padding:9px 15px;border-radius:999px;background:rgba(255,255,255,.5);border:1px solid rgba(255,255,255,.8);font-size:13px;font-weight:500;color:var(--ink-soft)}
body.sc-landing .sc-bento-chip svg,body.sc-about .sc-bento-chip svg,body.sc-contact .sc-bento-chip svg{width:15px;height:15px;stroke:var(--sc-cyan);fill:none;stroke-width:2;flex-shrink:0}
body.sc-landing .sc-mp-morewrap,body.sc-about .sc-mp-morewrap,body.sc-contact .sc-mp-morewrap{display:flex;justify-content:center;width:100%}
body.sc-landing .sc-ribbon,body.sc-about .sc-ribbon,body.sc-contact .sc-ribbon{overflow:hidden;width:100%;-webkit-mask:linear-gradient(90deg,transparent,#000 7%,#000 93%,transparent);mask:linear-gradient(90deg,transparent,#000 7%,#000 93%,transparent)}
body.sc-landing .sc-ribbon-track,body.sc-about .sc-ribbon-track,body.sc-contact .sc-ribbon-track{display:flex;width:max-content;animation:sc-marquee 26s linear infinite;will-change:transform}
body.sc-landing .sc-ribbon:hover .sc-ribbon-track,body.sc-about .sc-ribbon:hover .sc-ribbon-track,body.sc-contact .sc-ribbon:hover .sc-ribbon-track{animation-play-state:paused}
body.sc-landing .sc-ribbon .sc-bento-chip,body.sc-about .sc-ribbon .sc-bento-chip,body.sc-contact .sc-ribbon .sc-bento-chip{margin-right:12px;white-space:nowrap;flex-shrink:0;background:rgba(255,255,255,.06);border-color:rgba(255,255,255,.14);color:#c3c7d4}
@keyframes sc-marquee{from{transform:translateX(0)}to{transform:translateX(-50%)}}
/* multiplayer slider — light card variant (toggled via the sliderCardTheme tweak) */
body.sc-landing .sc-mp-slider.sc-mp-light .sc-mp-card,body.sc-about .sc-mp-slider.sc-mp-light .sc-mp-card,body.sc-contact .sc-mp-slider.sc-mp-light .sc-mp-card{background:rgba(255,255,255,.96);border-color:#fff;box-shadow:0 30px 66px -34px rgba(46,36,92,.5),inset 0 1px 0 #fff}
body.sc-landing .sc-mp-slider.sc-mp-light .sc-feature-text h3,body.sc-about .sc-mp-slider.sc-mp-light .sc-feature-text h3,body.sc-contact .sc-mp-slider.sc-mp-light .sc-feature-text h3{color:#16161f}
body.sc-landing .sc-mp-slider.sc-mp-light .sc-feature-text p,body.sc-about .sc-mp-slider.sc-mp-light .sc-feature-text p,body.sc-contact .sc-mp-slider.sc-mp-light .sc-feature-text p{color:#5d5d6e}
body.sc-landing .sc-mp-slider.sc-mp-light .sc-kicker,body.sc-about .sc-mp-slider.sc-mp-light .sc-kicker,body.sc-contact .sc-mp-slider.sc-mp-light .sc-kicker{color:#2f7fb8}
body.sc-landing .sc-mp-slider.sc-mp-light .sc-check-list li,body.sc-about .sc-mp-slider.sc-mp-light .sc-check-list li,body.sc-contact .sc-mp-slider.sc-mp-light .sc-check-list li{color:#3a3a48}
body.sc-landing .sc-mp-slider.sc-mp-light .sc-oc-step.is-active,body.sc-about .sc-mp-slider.sc-mp-light .sc-oc-step.is-active,body.sc-contact .sc-mp-slider.sc-mp-light .sc-oc-step.is-active{background:rgba(20,16,40,.05)}
body.sc-landing .sc-mp-slider.sc-mp-light .sc-oc-num,body.sc-about .sc-mp-slider.sc-mp-light .sc-oc-num,body.sc-contact .sc-mp-slider.sc-mp-light .sc-oc-num{background:rgba(20,16,40,.06);border-color:rgba(20,16,40,.14);color:#5d5d6e}
body.sc-landing .sc-mp-slider.sc-mp-light .sc-oc-step.is-active .sc-oc-num,body.sc-about .sc-mp-slider.sc-mp-light .sc-oc-step.is-active .sc-oc-num,body.sc-contact .sc-mp-slider.sc-mp-light .sc-oc-step.is-active .sc-oc-num{background:var(--sc-grad);color:#fff;border-color:transparent}
body.sc-landing .sc-mp-slider.sc-mp-light .sc-oc-label,body.sc-about .sc-mp-slider.sc-mp-light .sc-oc-label,body.sc-contact .sc-mp-slider.sc-mp-light .sc-oc-label{color:#16161f}
body.sc-landing .sc-mp-slider.sc-mp-light .sc-oc-bar,body.sc-about .sc-mp-slider.sc-mp-light .sc-oc-bar,body.sc-contact .sc-mp-slider.sc-mp-light .sc-oc-bar{background:rgba(20,16,40,.12)}
body.sc-landing .sc-live-demo-box,body.sc-about .sc-live-demo-box,body.sc-contact .sc-live-demo-box{position:relative;z-index:2;min-height:0;width:100%;max-width:1040px;margin-left:auto;margin-right:auto;aspect-ratio:16/9;display:flex;align-items:center;justify-content:center;text-align:center;border-radius:26px;overflow:hidden;padding:80px 24px;margin-top:18px;border:1px solid rgba(255,255,255,.12);
  background-image:radial-gradient(82% 92% at 50% 54%,rgba(4,6,12,.52),transparent 80%),linear-gradient(180deg,rgba(6,8,16,.34) 0%,rgba(7,8,18,.6) 56%,rgba(9,7,20,.74) 100%),url('../media/showcase-bg.png');background-size:cover;background-repeat:no-repeat;background-position:center}
body.sc-landing .sc-live-demo-box::before,body.sc-about .sc-live-demo-box::before,body.sc-contact .sc-live-demo-box::before{content:"";position:absolute;inset:0;background:radial-gradient(56% 72% at 26% 26%,rgba(96,201,221,.18),transparent 70%),radial-gradient(58% 74% at 82% 84%,rgba(133,67,154,.2),transparent 72%);pointer-events:none}
body.sc-landing .sc-live-inner,body.sc-about .sc-live-inner,body.sc-contact .sc-live-inner{position:relative;max-width:720px;margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:20px}
body.sc-landing .sc-live-inner h2,body.sc-about .sc-live-inner h2,body.sc-contact .sc-live-inner h2,body.sc-landing .sc-live-inner .sc-lead,body.sc-about .sc-live-inner .sc-lead,body.sc-contact .sc-live-inner .sc-lead,body.sc-landing .sc-live-inner .sc-eyebrow,body.sc-about .sc-live-inner .sc-eyebrow,body.sc-contact .sc-live-inner .sc-eyebrow{text-shadow:0 2px 22px rgba(3,5,12,.62)}

/* ============ SECTION 6 — ROLES ============ */
body.sc-landing .sc-sec-roles,body.sc-about .sc-sec-roles,body.sc-contact .sc-sec-roles{background:linear-gradient(180deg,#e4e6f4 0%,#eceef8 100%);border-radius:40px 40px 0 0;box-shadow:0 -34px 70px -30px rgba(46,36,92,.5);position:relative;z-index:2;margin-top:clamp(26px,3.5vw,54px)!important}
body.sc-landing .sc-roles,body.sc-about .sc-roles,body.sc-contact .sc-roles{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;width:100%;margin-top:clamp(30px,4vw,50px)}
body.sc-landing .sc-role,body.sc-about .sc-role,body.sc-contact .sc-role{position:relative;padding:0;overflow:hidden;transition:transform .35s,box-shadow .35s;display:flex;flex-direction:column;height:100%}
body.sc-landing .sc-role:hover,body.sc-about .sc-role:hover,body.sc-contact .sc-role:hover{transform:translateY(-6px)}
body.sc-landing .sc-role-idx,body.sc-about .sc-role-idx,body.sc-contact .sc-role-idx{font-family:'Poppins',sans-serif;font-weight:700;font-size:30px;line-height:1;letter-spacing:-.05em;background:none;-webkit-text-fill-color:#16161f;color:#16161f}
body.sc-landing .sc-role-rule,body.sc-about .sc-role-rule,body.sc-contact .sc-role-rule{width:30px;height:2px;border-radius:2px;background:var(--sc-grad-deep);margin:12px 0 14px;opacity:.85}
body.sc-landing .sc-role h3,body.sc-about .sc-role h3,body.sc-contact .sc-role h3{font-size:19px;line-height:1.24;margin:0 0 11px;color:var(--ink);letter-spacing:-.01em}
body.sc-landing .sc-role p,body.sc-about .sc-role p,body.sc-contact .sc-role p{font-size:13.5px;line-height:1.58;margin:0;color:var(--ink-soft)}
body.sc-landing .sc-role-photo,body.sc-about .sc-role-photo,body.sc-contact .sc-role-photo{width:100%;aspect-ratio:16/11;overflow:hidden;background:#dfe0ea}
body.sc-landing .sc-role-photo img,body.sc-about .sc-role-photo img,body.sc-contact .sc-role-photo img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .5s ease}
body.sc-landing .sc-role:hover .sc-role-photo img,body.sc-about .sc-role:hover .sc-role-photo img,body.sc-contact .sc-role:hover .sc-role-photo img{transform:scale(1.045)}
body.sc-landing .sc-role-text,body.sc-about .sc-role-text,body.sc-contact .sc-role-text{display:flex;flex-direction:column;flex:1;padding:22px 24px 26px}
/* roles working together: connecting thread + shared-session bar */
body.sc-landing .sc-role-together,body.sc-about .sc-role-together,body.sc-contact .sc-role-together{display:flex;align-items:center;justify-content:center;gap:15px;flex-wrap:wrap;margin-top:clamp(26px,3vw,40px)}
body.sc-landing .sc-rt-avatars,body.sc-about .sc-rt-avatars,body.sc-contact .sc-rt-avatars{display:flex;align-items:center;padding-left:13px}
body.sc-landing .sc-rt-avatars img,body.sc-about .sc-rt-avatars img,body.sc-contact .sc-rt-avatars img{width:40px;height:40px;border-radius:50%;margin-left:-13px;border:2px solid #eef0fa;object-fit:cover;box-shadow:0 6px 16px -8px rgba(46,36,92,.55)}
body.sc-landing .sc-rt-text,body.sc-about .sc-rt-text,body.sc-contact .sc-rt-text{display:inline-flex;align-items:center;gap:9px;font-size:14.5px;font-weight:500;color:var(--ink);text-align:left}


/* ============ SECTION 7 — FEATURES ============ */
body.sc-landing .sc-features,body.sc-about .sc-features,body.sc-contact .sc-features{display:grid;grid-template-columns:repeat(2,1fr);gap:18px;width:100%;margin-top:clamp(30px,4vw,50px)}
body.sc-landing .sc-feature,body.sc-about .sc-feature,body.sc-contact .sc-feature{position:relative;padding:28px;display:grid;grid-template-columns:54px 1fr;gap:20px;align-items:flex-start;transition:transform .3s}
body.sc-landing .sc-feature:hover,body.sc-about .sc-feature:hover,body.sc-contact .sc-feature:hover{transform:translateY(-4px)}
body.sc-landing .sc-ico-box,body.sc-about .sc-ico-box,body.sc-contact .sc-ico-box{width:54px;height:54px;border-radius:15px;background:linear-gradient(135deg,rgba(96,201,221,.16),rgba(133,67,154,.13));border:1px solid rgba(96,201,221,.3);display:grid;place-items:center;color:var(--sc-cyan)}
body.sc-landing .sc-ico-box svg,body.sc-about .sc-ico-box svg,body.sc-contact .sc-ico-box svg{width:25px;height:25px;stroke:currentColor;fill:none;stroke-width:1.6}
body.sc-landing .sc-feature h4,body.sc-about .sc-feature h4,body.sc-contact .sc-feature h4{margin-bottom:6px;color:var(--ink)}
body.sc-landing .sc-feature p,body.sc-about .sc-feature p,body.sc-contact .sc-feature p{font-size:14px;color:var(--ink-soft)}

/* ============ SECTION 8 — PRICING (dark) ============ */
body.sc-landing .sc-sec-pricing,body.sc-about .sc-sec-pricing,body.sc-contact .sc-sec-pricing{background:radial-gradient(62% 64% at 50% 24%,rgba(104,140,238,.5),transparent 70%),radial-gradient(48% 54% at 8% 50%,rgba(178,86,186,.4),transparent 72%),radial-gradient(48% 56% at 92% 66%,rgba(52,184,184,.36),transparent 72%),radial-gradient(1.6px 1.6px at 20% 30%,rgba(255,255,255,.5),transparent 100%),radial-gradient(1.4px 1.4px at 74% 24%,rgba(255,255,255,.42),transparent 100%),radial-gradient(1.3px 1.3px at 60% 70%,rgba(255,255,255,.4),transparent 100%),radial-gradient(1.3px 1.3px at 33% 78%,rgba(255,255,255,.38),transparent 100%),radial-gradient(1.5px 1.5px at 86% 84%,rgba(255,255,255,.4),transparent 100%),#04040b}
body.sc-landing .sc-dark .sc-amt,body.sc-about .sc-dark .sc-amt,body.sc-contact .sc-dark .sc-amt{color:#f4f5fb}
body.sc-landing .sc-dark .sc-price .sc-tag,body.sc-about .sc-dark .sc-price .sc-tag,body.sc-contact .sc-dark .sc-price .sc-tag,body.sc-landing .sc-dark .sc-price .sc-per,body.sc-about .sc-dark .sc-price .sc-per,body.sc-contact .sc-dark .sc-price .sc-per{color:#9095aa}
body.sc-landing .sc-dark .sc-price .sc-desc,body.sc-about .sc-dark .sc-price .sc-desc,body.sc-contact .sc-dark .sc-price .sc-desc,body.sc-landing .sc-dark .sc-price li,body.sc-about .sc-dark .sc-price li,body.sc-contact .sc-dark .sc-price li{color:#a4aabe}
body.sc-landing .sc-price-grid,body.sc-about .sc-price-grid,body.sc-contact .sc-price-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:22px;max-width:980px;margin:clamp(30px,4vw,50px) auto 0;width:100%}
body.sc-landing .sc-price,body.sc-about .sc-price,body.sc-contact .sc-price{position:relative;padding:42px;overflow:hidden;height:100%;display:flex;flex-direction:column}
body.sc-landing .sc-price.featured,body.sc-about .sc-price.featured,body.sc-contact .sc-price.featured{overflow:visible;border-color:transparent}
body.sc-landing .sc-price.featured::after,body.sc-about .sc-price.featured::after,body.sc-contact .sc-price.featured::after{content:"";position:absolute;inset:0;border-radius:24px;padding:2px;background:var(--sc-grad);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none}
body.sc-landing .sc-price.featured::before,body.sc-about .sc-price.featured::before,body.sc-contact .sc-price.featured::before{content:"";position:absolute;inset:1px;border-radius:23px;background:inherit;pointer-events:none;z-index:-1}
body.sc-landing .sc-price-badge,body.sc-about .sc-price-badge,body.sc-contact .sc-price-badge{position:absolute;top:22px;right:22px;font-family:'Michroma',sans-serif;font-size:9px;letter-spacing:.24em;padding:7px 13px;border-radius:999px;background:var(--sc-grad);color:#fff}
body.sc-landing .sc-price .sc-tag,body.sc-about .sc-price .sc-tag,body.sc-contact .sc-price .sc-tag{font-family:'Michroma',sans-serif;font-size:11px;letter-spacing:.24em;color:var(--ink-mute);text-transform:uppercase}
body.sc-landing .sc-price-amount,body.sc-about .sc-price-amount,body.sc-contact .sc-price-amount{display:flex;align-items:baseline;gap:8px;margin:16px 0 4px}
body.sc-landing .sc-amt,body.sc-about .sc-amt,body.sc-contact .sc-amt{font-family:'Poppins',sans-serif;font-size:58px;font-weight:700;letter-spacing:-.04em;color:var(--ink);line-height:1}
body.sc-landing .sc-price.featured .sc-amt,body.sc-about .sc-price.featured .sc-amt,body.sc-contact .sc-price.featured .sc-amt{background:var(--sc-grad);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:transparent}
body.sc-landing .sc-per,body.sc-about .sc-per,body.sc-contact .sc-per{color:var(--ink-mute);font-size:14px}
body.sc-landing .sc-price .sc-desc,body.sc-about .sc-price .sc-desc,body.sc-contact .sc-price .sc-desc{font-size:14px;margin:6px 0 26px;color:var(--ink-soft)}
body.sc-landing .sc-price ul,body.sc-about .sc-price ul,body.sc-contact .sc-price ul{display:grid;gap:13px;margin:0 0 30px}
body.sc-landing .sc-price li,body.sc-about .sc-price li,body.sc-contact .sc-price li{display:flex;gap:12px;align-items:flex-start;font-size:14px;color:var(--ink-soft)}
body.sc-landing .sc-price li .sc-check,body.sc-about .sc-price li .sc-check,body.sc-contact .sc-price li .sc-check{flex-shrink:0;width:18px;height:18px;border-radius:50%;background:var(--sc-grad);display:grid;place-items:center;color:#fff;font-size:10px;margin-top:1px}
body.sc-landing .sc-price .sc-btn,body.sc-about .sc-price .sc-btn,body.sc-contact .sc-price .sc-btn{width:100%;justify-content:center;margin-top:auto}

/* ============ SECTION 9 — ABOUT ============ */
body.sc-landing .sc-about-grid,body.sc-about .sc-about-grid,body.sc-contact .sc-about-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:48px;align-items:center;width:100%}
body.sc-landing .sc-about-copy,body.sc-about .sc-about-copy,body.sc-contact .sc-about-copy{display:flex;flex-direction:column;gap:18px;align-items:flex-start}
body.sc-landing .sc-about-copy .sc-lead,body.sc-about .sc-about-copy .sc-lead,body.sc-contact .sc-about-copy .sc-lead{margin:0;max-width:46ch}
body.sc-landing .sc-about-band,body.sc-about .sc-about-band,body.sc-contact .sc-about-band{max-width:720px;margin:0 auto;display:flex;flex-direction:column;align-items:center;text-align:center;gap:18px}
body.sc-landing .sc-about-band .sc-lead,body.sc-about .sc-about-band .sc-lead,body.sc-contact .sc-about-band .sc-lead{margin:0;max-width:52ch}
body.sc-landing .sc-team-avatars,body.sc-about .sc-team-avatars,body.sc-contact .sc-team-avatars{display:flex;align-items:center;padding-left:15px;margin:6px 0 2px}
body.sc-landing .sc-team-av,body.sc-about .sc-team-av,body.sc-contact .sc-team-av{width:64px;height:64px;border-radius:50%;overflow:hidden;margin-left:-15px;border:3px solid #fff;box-shadow:0 10px 24px -12px rgba(72,56,112,.55);background:#dfe0ea;transition:transform .3s}
body.sc-landing .sc-team-av:hover,body.sc-about .sc-team-av:hover,body.sc-contact .sc-team-av:hover{transform:translateY(-4px);z-index:2}
body.sc-landing .sc-team-av img,body.sc-about .sc-team-av img,body.sc-contact .sc-team-av img{width:100%;height:100%;object-fit:cover;object-position:center 30%;display:block}
body.sc-landing .sc-about-point,body.sc-about .sc-about-point,body.sc-contact .sc-about-point{display:grid;grid-template-columns:58px 1fr;gap:20px;padding:22px 0;border-bottom:1px solid rgba(40,30,80,.1)}
body.sc-landing .sc-about-point:last-child,body.sc-about .sc-about-point:last-child,body.sc-contact .sc-about-point:last-child{border-bottom:none}
body.sc-landing .sc-about-point .sc-pn,body.sc-about .sc-about-point .sc-pn,body.sc-contact .sc-about-point .sc-pn{font-family:'Michroma',sans-serif;font-size:24px;background:var(--sc-grad-deep);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:transparent}
body.sc-landing .sc-about-point h4,body.sc-about .sc-about-point h4,body.sc-contact .sc-about-point h4{margin-bottom:7px;color:var(--ink)}
body.sc-landing .sc-about-point p,body.sc-about .sc-about-point p,body.sc-contact .sc-about-point p{font-size:14px;color:var(--ink-soft)}
body.sc-landing .sc-about-visual,body.sc-about .sc-about-visual,body.sc-contact .sc-about-visual{position:relative;border-radius:24px;overflow:hidden;min-height:0;aspect-ratio:16/9;border:1px solid rgba(255,255,255,.7);box-shadow:0 40px 90px -40px rgba(72,56,112,.4)}
body.sc-landing .sc-about-visual img,body.sc-about .sc-about-visual img,body.sc-contact .sc-about-visual img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;display:block}

/* ============ SECTION 10 — TESTIMONIALS ============ */
body.sc-landing .sc-sec-testimonials,body.sc-about .sc-sec-testimonials,body.sc-contact .sc-sec-testimonials{padding:clamp(28px,3.4vw,46px) 0}
body.sc-landing .sc-test-grid,body.sc-about .sc-test-grid,body.sc-contact .sc-test-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px;width:100%;max-width:900px;margin:clamp(22px,3vw,36px) auto 0}
body.sc-landing .sc-logos,body.sc-about .sc-logos,body.sc-contact .sc-logos{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:12px 44px;max-width:820px;margin:clamp(28px,3.4vw,46px) auto 0;padding-top:clamp(24px,3vw,38px);border-top:1px solid rgba(40,30,80,.1)}
body.sc-landing .sc-logos-label,body.sc-about .sc-logos-label,body.sc-contact .sc-logos-label{width:100%;text-align:center;font-family:'Michroma',sans-serif;font-size:10px;letter-spacing:.24em;text-transform:uppercase;color:var(--ink-mute);margin-bottom:2px}
body.sc-landing .sc-logo-item,body.sc-about .sc-logo-item,body.sc-contact .sc-logo-item{display:inline-flex;align-items:center;gap:9px;font-family:'Poppins',sans-serif;font-weight:700;font-size:clamp(15px,1.5vw,20px);letter-spacing:-.01em;color:#6a6780;opacity:.72;transition:opacity .3s}
body.sc-landing .sc-logo-item:hover,body.sc-about .sc-logo-item:hover,body.sc-contact .sc-logo-item:hover{opacity:1}
body.sc-landing .sc-logo-item::before,body.sc-about .sc-logo-item::before,body.sc-contact .sc-logo-item::before{content:"";width:26px;height:26px;border-radius:7px;flex-shrink:0;background:linear-gradient(135deg,rgba(96,201,221,.3),rgba(133,67,154,.26));border:1px solid rgba(96,201,221,.32)}
body.sc-landing .sc-testimonial,body.sc-about .sc-testimonial,body.sc-contact .sc-testimonial{padding:28px;position:relative;height:100%;display:flex;flex-direction:column}
body.sc-landing .sc-quote-mark,body.sc-about .sc-quote-mark,body.sc-contact .sc-quote-mark{font-family:Georgia,serif;font-size:44px;line-height:.2;background:none;-webkit-text-fill-color:#c2bed0;color:#c2bed0;margin-bottom:15px;display:block;height:18px}
body.sc-landing .sc-testimonial blockquote,body.sc-about .sc-testimonial blockquote,body.sc-contact .sc-testimonial blockquote{margin:0 0 20px;font-size:15.5px;line-height:1.55;color:var(--ink);font-weight:500;flex:1}
body.sc-landing .sc-test-foot,body.sc-about .sc-test-foot,body.sc-contact .sc-test-foot{display:flex;align-items:center;gap:12px;padding-top:18px;border-top:1px solid rgba(40,30,80,.1)}
body.sc-landing .sc-avatar,body.sc-about .sc-avatar,body.sc-contact .sc-avatar{width:44px;height:44px;border-radius:50%;overflow:hidden;flex-shrink:0;background:var(--sc-grad)}
body.sc-landing .sc-avatar img,body.sc-about .sc-avatar img,body.sc-contact .sc-avatar img{width:100%;height:100%;object-fit:cover}
body.sc-landing .sc-who,body.sc-about .sc-who,body.sc-contact .sc-who{display:flex;flex-direction:column;gap:8px}
body.sc-landing .sc-who .sc-name,body.sc-about .sc-who .sc-name,body.sc-contact .sc-who .sc-name{font-weight:600;color:var(--ink);font-size:14.5px}
body.sc-landing .sc-who .sc-meta,body.sc-about .sc-who .sc-meta,body.sc-contact .sc-who .sc-meta{color:var(--ink-mute);font-size:12.5px}

/* ============ SECTION 11 — FAQ ============ */
body.sc-landing .sc-faq,body.sc-about .sc-faq,body.sc-contact .sc-faq{max-width:860px;margin:clamp(28px,4vw,46px) auto 0;width:100%;padding:14px 38px;overflow:hidden}
body.sc-landing .sc-faq details,body.sc-about .sc-faq details,body.sc-contact .sc-faq details{border-bottom:1px solid rgba(40,30,80,.1)}
body.sc-landing .sc-faq details:last-child,body.sc-about .sc-faq details:last-child,body.sc-contact .sc-faq details:last-child{border-bottom:none}
body.sc-landing .sc-faq summary,body.sc-about .sc-faq summary,body.sc-contact .sc-faq summary{padding:24px 0;cursor:pointer;list-style:none;display:flex;align-items:center;justify-content:space-between;gap:24px;font-family:'Poppins',sans-serif;font-size:17px;font-weight:600;color:var(--ink);transition:color .2s}
body.sc-landing .sc-faq summary::-webkit-details-marker,body.sc-about .sc-faq summary::-webkit-details-marker,body.sc-contact .sc-faq summary::-webkit-details-marker{display:none}
body.sc-landing .sc-faq summary::after,body.sc-about .sc-faq summary::after,body.sc-contact .sc-faq summary::after{content:"";flex-shrink:0;width:30px;height:30px;border-radius:50%;border:1px solid rgba(40,30,80,.2);background-image:linear-gradient(currentColor 40%,transparent 40%),linear-gradient(to right,currentColor 40%,transparent 40%);background-position:center;background-size:1.5px 11px,11px 1.5px;background-repeat:no-repeat;transition:transform .3s,background-color .3s,border-color .3s;color:var(--ink)}
body.sc-landing .sc-faq summary:hover,body.sc-about .sc-faq summary:hover,body.sc-contact .sc-faq summary:hover{color:var(--sc-violet)}
body.sc-landing .sc-faq details[open] summary::after,body.sc-about .sc-faq details[open] summary::after,body.sc-contact .sc-faq details[open] summary::after{background-color:var(--sc-violet);border-color:transparent;transform:rotate(45deg);color:#fff}
body.sc-landing .sc-faq details p,body.sc-about .sc-faq details p,body.sc-contact .sc-faq details p{padding:0 54px 24px 0;color:var(--ink-soft);font-size:15px}

/* ============ SECTION 12 — FINAL CTA (dark) ============ */
body.sc-landing .sc-sec-cta,body.sc-about .sc-sec-cta,body.sc-contact .sc-sec-cta{background:#06060b}
body.sc-landing .sc-cta-wrap,body.sc-about .sc-cta-wrap,body.sc-contact .sc-cta-wrap{position:relative;text-align:center;z-index:2}
body.sc-landing .sc-final-bg,body.sc-about .sc-final-bg,body.sc-contact .sc-final-bg{position:absolute;inset:-30% 0;z-index:0;pointer-events:none;background:radial-gradient(40% 60% at 50% 42%,rgba(96,201,221,.2),transparent 70%),radial-gradient(40% 60% at 50% 80%,rgba(133,67,154,.18),transparent 72%)}
body.sc-landing .sc-ring,body.sc-about .sc-ring,body.sc-contact .sc-ring{position:absolute;border:1px solid rgba(255,255,255,.07);border-radius:50%;left:50%;top:50%;transform:translate(-50%,-50%);pointer-events:none;z-index:0}
body.sc-landing .sc-ring.r1,body.sc-about .sc-ring.r1,body.sc-contact .sc-ring.r1{width:520px;height:520px}
body.sc-landing .sc-ring.r2,body.sc-about .sc-ring.r2,body.sc-contact .sc-ring.r2{width:820px;height:820px;opacity:.6}
body.sc-landing .sc-ring.r3,body.sc-about .sc-ring.r3,body.sc-contact .sc-ring.r3{width:1140px;height:1140px;opacity:.3}
body.sc-landing .sc-cta-inner,body.sc-about .sc-cta-inner,body.sc-contact .sc-cta-inner{position:relative;z-index:2;display:flex;flex-direction:column;align-items:center;gap:24px}
body.sc-landing .sc-cta-sphere,body.sc-about .sc-cta-sphere,body.sc-contact .sc-cta-sphere{width:96px;height:96px;margin-bottom:6px;animation:sc-spin 90s linear infinite;filter:drop-shadow(0 0 24px rgba(96,201,221,.4))}

/* ============ SECTION 13 — FOOTER (dark) ============ */
body.sc-landing .sc-sec-footer,body.sc-about .sc-sec-footer,body.sc-contact .sc-sec-footer{background:#06060b}
body.sc-landing .sc-footer-grid,body.sc-about .sc-footer-grid,body.sc-contact .sc-footer-grid{display:grid;grid-template-columns:1.6fr 1fr 1fr 1fr;gap:40px;position:relative;z-index:2}
body.sc-landing .sc-foot-brand img,body.sc-about .sc-foot-brand img,body.sc-contact .sc-foot-brand img{height:44px;margin-bottom:18px;display:block}
body.sc-landing .sc-foot-brand p,body.sc-about .sc-foot-brand p,body.sc-contact .sc-foot-brand p{font-size:13px;max-width:280px;color:#9298ac}
body.sc-landing .sc-social,body.sc-about .sc-social,body.sc-contact .sc-social{display:flex;gap:10px;margin-top:20px}
body.sc-landing .sc-social a,body.sc-about .sc-social a,body.sc-contact .sc-social a{width:38px;height:38px;border-radius:50%;border:1px solid rgba(255,255,255,.14);background:rgba(255,255,255,.05);display:grid;place-items:center;color:#9298ac;transition:color .2s,border-color .2s,transform .2s}
body.sc-landing .sc-social a:hover,body.sc-about .sc-social a:hover,body.sc-contact .sc-social a:hover{color:#fff;border-color:rgba(255,255,255,.4);transform:translateY(-2px)}
body.sc-landing .sc-social svg,body.sc-about .sc-social svg,body.sc-contact .sc-social svg{width:16px;height:16px;fill:currentColor}
body.sc-landing .sc-footer-grid h5,body.sc-about .sc-footer-grid h5,body.sc-contact .sc-footer-grid h5{font-family:'Michroma',sans-serif;font-size:10px;letter-spacing:.26em;color:#7c8096;margin:0 0 18px;text-transform:uppercase;font-weight:400}
body.sc-landing .sc-footer-grid ul,body.sc-about .sc-footer-grid ul,body.sc-contact .sc-footer-grid ul{display:grid;gap:12px}
body.sc-landing .sc-footer-grid a,body.sc-about .sc-footer-grid a,body.sc-contact .sc-footer-grid a{color:#9298ac;font-size:14px}
body.sc-landing .sc-footer-grid a:hover,body.sc-about .sc-footer-grid a:hover,body.sc-contact .sc-footer-grid a:hover{color:#fff}
body.sc-landing .sc-foot-contact li,body.sc-about .sc-foot-contact li,body.sc-contact .sc-foot-contact li{display:flex;gap:10px;align-items:flex-start;color:#9298ac;font-size:14px;line-height:1.5}
body.sc-landing .sc-fc-ico,body.sc-about .sc-fc-ico,body.sc-contact .sc-fc-ico{flex-shrink:0;width:17px;height:17px;margin-top:1px;color:#7c8096}
body.sc-landing .sc-fc-ico svg,body.sc-about .sc-fc-ico svg,body.sc-contact .sc-fc-ico svg{width:17px;height:17px;stroke:currentColor;fill:none;stroke-width:1.7}
body.sc-landing .sc-footer-bottom,body.sc-about .sc-footer-bottom,body.sc-contact .sc-footer-bottom{position:relative;z-index:2;margin-top:50px;padding-top:26px;border-top:1px solid rgba(255,255,255,.08);display:flex;justify-content:space-between;gap:20px;flex-wrap:wrap;color:#71768c;font-size:12.5px}

/* ============ REVEAL (transform-only) ============ */
body.sc-landing .sc-reveal,body.sc-about .sc-reveal,body.sc-contact .sc-reveal{transform:translateY(18px);opacity:1;transition:transform .8s cubic-bezier(.22,.61,.36,1)}
body.sc-landing .sc-reveal.sc-in,body.sc-about .sc-reveal.sc-in,body.sc-contact .sc-reveal.sc-in{transform:none}

/* ============ KEYFRAMES ============ */
@keyframes sc-spin{to{transform:rotate(360deg)}}
@keyframes sc-livepulse{0%,100%{opacity:1;transform:scale(1)}50%{opacity:.4;transform:scale(.7)}}
/* hero animation keyframes — used by the inlined LandingHeroScene (dot pulse,
   facet twinkle, sparkle, halo/fresnel intro, layer fade-in) */
@keyframes sc-tw{0%,100%{opacity:0}45%,55%{opacity:var(--pk,.8)}}
@keyframes sc-dot{0%,100%{opacity:.12}50%{opacity:.5}}
@keyframes sc-spark{0%,100%{opacity:0;transform:scale(.2) rotate(0deg)}46%,54%{opacity:var(--pk,.9);transform:scale(1) rotate(35deg)}}
@keyframes sc-halo-in{from{opacity:0;transform:scale(.72)}to{opacity:1;transform:scale(1)}}
@keyframes sc-fadein{from{opacity:0}to{opacity:1}}

/* ============ RESPONSIVE ============ */
@media (max-width:1000px){
  body.sc-landing .sc-hero2,body.sc-about .sc-hero2,body.sc-contact .sc-hero2{grid-template-columns:1fr;gap:36px;padding-top:0}
  body.sc-landing .sc-howto,body.sc-about .sc-howto,body.sc-contact .sc-howto{grid-template-columns:1fr}
  body.sc-landing .sc-howto-stage,body.sc-about .sc-howto-stage,body.sc-contact .sc-howto-stage{height:auto}
  body.sc-landing .sc-howframe,body.sc-about .sc-howframe,body.sc-contact .sc-howframe{height:auto;aspect-ratio:16/9}
  body.sc-landing .sc-howstep-p,body.sc-about .sc-howstep-p,body.sc-contact .sc-howstep-p{max-width:62ch}
  body.sc-landing .sc-hero2-copy,body.sc-about .sc-hero2-copy,body.sc-contact .sc-hero2-copy{align-items:flex-start}
  body.sc-landing .sc-bento,body.sc-about .sc-bento,body.sc-contact .sc-bento{grid-template-columns:1fr}
  body.sc-landing .sc-bento>*,body.sc-about .sc-bento>*,body.sc-contact .sc-bento>*{grid-column:span 1!important}
  body.sc-landing .sc-roles,body.sc-about .sc-roles,body.sc-contact .sc-roles{grid-template-columns:repeat(2,1fr)}
  body.sc-landing .sc-about-grid,body.sc-about .sc-about-grid,body.sc-contact .sc-about-grid{grid-template-columns:1fr;gap:34px}
  body.sc-landing .sc-about-visual,body.sc-about .sc-about-visual,body.sc-contact .sc-about-visual{min-height:0;aspect-ratio:16/10}
  body.sc-landing .sc-about-visual img,body.sc-about .sc-about-visual img,body.sc-contact .sc-about-visual img{min-height:0}
}
@media (max-width:860px){
  body.sc-landing .sc-nav,body.sc-about .sc-nav,body.sc-contact .sc-nav,body.sc-landing .sc-header-actions .sc-btn,body.sc-about .sc-header-actions .sc-btn,body.sc-contact .sc-header-actions .sc-btn{display:none}
  body.sc-landing .sc-menu-toggle,body.sc-about .sc-menu-toggle,body.sc-contact .sc-menu-toggle{display:inline-flex}
  body.sc-landing .sc-mobile-menu,body.sc-about .sc-mobile-menu,body.sc-contact .sc-mobile-menu{display:block;position:fixed;top:80px;left:50%;transform:translateX(-50%);width:min(1180px,calc(100% - 34px));z-index:999;border-radius:24px;background:rgba(12,12,18,.92);backdrop-filter:blur(22px);-webkit-backdrop-filter:blur(22px);border:1px solid rgba(255,255,255,.1);padding:14px;opacity:0;visibility:hidden;transition:opacity .25s,transform .25s,visibility .25s}
  body.sc-menu-open .sc-mobile-menu{opacity:1;visibility:visible;transform:translateX(-50%) translateY(6px)}
  body.sc-landing .sc-mobile-menu a,body.sc-about .sc-mobile-menu a,body.sc-contact .sc-mobile-menu a{display:block;padding:14px 12px;font-size:16px;color:#cfd3e0;border-bottom:1px solid rgba(255,255,255,.06)}
  body.sc-landing .sc-mobile-menu a:last-of-type,body.sc-about .sc-mobile-menu a:last-of-type,body.sc-contact .sc-mobile-menu a:last-of-type{border-bottom:none}
  body.sc-landing .sc-mobile-menu .sc-btn,body.sc-about .sc-mobile-menu .sc-btn,body.sc-contact .sc-mobile-menu .sc-btn{display:flex;justify-content:center;margin-top:10px;width:100%}
  body.sc-landing .sc-two-grid,body.sc-about .sc-two-grid,body.sc-contact .sc-two-grid,body.sc-landing .sc-steps,body.sc-about .sc-steps,body.sc-contact .sc-steps,body.sc-landing .sc-price-grid,body.sc-about .sc-price-grid,body.sc-contact .sc-price-grid,body.sc-landing .sc-test-grid,body.sc-about .sc-test-grid,body.sc-contact .sc-test-grid,body.sc-landing .sc-features,body.sc-about .sc-features,body.sc-contact .sc-features{grid-template-columns:1fr}
  body.sc-landing .sc-panel,body.sc-about .sc-panel,body.sc-contact .sc-panel{min-height:0}
}
@media (max-width:560px){
  body.sc-landing .sc-roles,body.sc-about .sc-roles,body.sc-contact .sc-roles{grid-template-columns:1fr}
  body.sc-landing .sc-container,body.sc-about .sc-container,body.sc-contact .sc-container{padding:0 20px}
  body.sc-landing .sc-panel,body.sc-about .sc-panel,body.sc-contact .sc-panel,body.sc-landing .sc-price,body.sc-about .sc-price,body.sc-contact .sc-price,body.sc-landing .sc-testimonial,body.sc-about .sc-testimonial,body.sc-contact .sc-testimonial{padding:28px}
  body.sc-landing .sc-faq,body.sc-about .sc-faq,body.sc-contact .sc-faq{padding:8px 24px}
  body.sc-landing .sc-footer-grid,body.sc-about .sc-footer-grid,body.sc-contact .sc-footer-grid{grid-template-columns:1fr 1fr}
  body.sc-landing .sc-footer-bottom,body.sc-about .sc-footer-bottom,body.sc-contact .sc-footer-bottom{flex-direction:column}
}
@media (prefers-reduced-motion:reduce){
  body.sc-landing *,body.sc-about *,body.sc-contact *{animation-duration:.001ms!important;animation-iteration-count:1!important}
  body.sc-landing .sc-reveal,body.sc-about .sc-reveal,body.sc-contact .sc-reveal{transform:none!important}
}


/* =============================================================================
   ABOUT PAGE SECTIONS
   ============================================================================= */

/* ---- About hero (dark, centered) ---- */
body.sc-landing .sc-sec-about-hero,body.sc-about .sc-sec-about-hero,body.sc-contact .sc-sec-about-hero{background:radial-gradient(60% 90% at 20% 10%,rgba(70,96,182,.3),transparent 68%),radial-gradient(56% 80% at 90% 30%,rgba(150,72,162,.24),transparent 70%),#06070d;padding:clamp(150px,20vh,220px) 0 clamp(64px,9vw,120px)}
body.sc-landing .sc-about-hero,body.sc-about .sc-about-hero,body.sc-contact .sc-about-hero{max-width:820px;margin:0 auto;display:flex;flex-direction:column;align-items:center;text-align:center;gap:22px}
body.sc-landing .sc-about-hero .sc-eyebrow::before,body.sc-about .sc-about-hero .sc-eyebrow::before,body.sc-contact .sc-about-hero .sc-eyebrow::before{display:none}
body.sc-landing .sc-about-hero h1,body.sc-about .sc-about-hero h1,body.sc-contact .sc-about-hero h1{max-width:20ch}
body.sc-landing .sc-about-hero .sc-lead,body.sc-about .sc-about-hero .sc-lead,body.sc-contact .sc-about-hero .sc-lead{color:#c2c7d8;max-width:56ch;margin:0 auto;font-size:clamp(16px,1.4vw,20px)}

/* ---- Company overview (light, single readable column) ---- */
body.sc-landing .sc-sec-overview,body.sc-about .sc-sec-overview,body.sc-contact .sc-sec-overview{padding:clamp(56px,7vw,96px) 0}
body.sc-landing .sc-ov-grid,body.sc-about .sc-ov-grid,body.sc-contact .sc-ov-grid{display:block;max-width:860px;margin:0 auto}
body.sc-landing .sc-ov-copy,body.sc-about .sc-ov-copy,body.sc-contact .sc-ov-copy{display:flex;flex-direction:column;gap:18px}
body.sc-landing .sc-ov-copy .sc-flow p,body.sc-about .sc-ov-copy .sc-flow p,body.sc-contact .sc-ov-copy .sc-flow p{margin-bottom:15px;color:var(--ink-soft);font-size:15.5px}
body.sc-landing .sc-ov-copy .sc-flow p:last-child,body.sc-about .sc-ov-copy .sc-flow p:last-child,body.sc-contact .sc-ov-copy .sc-flow p:last-child{margin-bottom:0}
body.sc-landing .sc-ov-list,body.sc-about .sc-ov-list,body.sc-contact .sc-ov-list{display:grid;gap:12px;margin:4px 0}
body.sc-landing .sc-ov-list li,body.sc-about .sc-ov-list li,body.sc-contact .sc-ov-list li{display:flex;gap:12px;align-items:flex-start;color:var(--ink);font-size:15px;font-weight:500}
body.sc-landing .sc-ov-list li::before,body.sc-about .sc-ov-list li::before,body.sc-contact .sc-ov-list li::before{content:"\2713";flex:0 0 20px;width:20px;height:20px;border-radius:50%;background:var(--sc-grad);color:#fff;font-size:11px;display:grid;place-items:center;margin-top:1px}
body.sc-landing .sc-ov-quote,body.sc-about .sc-ov-quote,body.sc-contact .sc-ov-quote{font-family:'Poppins',sans-serif;font-weight:600;font-size:clamp(17px,1.6vw,20px);letter-spacing:-.01em;background:var(--sc-grad-deep);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:transparent;margin-top:6px}

/* ---- Founder spotlight (light, lifted rounded panel) ---- */
body.sc-landing .sc-sec-founder,body.sc-about .sc-sec-founder,body.sc-contact .sc-sec-founder{padding:clamp(56px,7vw,96px) 0;background:linear-gradient(180deg,#e6e8f6 0%,#edeffa 55%,#e8eaf6 100%);border-radius:38px 38px 0 0;box-shadow:0 -24px 60px -34px rgba(46,36,92,.3);position:relative;z-index:2}
body.sc-landing .sc-team-head,body.sc-about .sc-team-head,body.sc-contact .sc-team-head{display:flex;flex-direction:column;gap:16px;max-width:760px;margin-bottom:clamp(30px,4vw,50px)}
body.sc-landing .sc-founder,body.sc-about .sc-founder,body.sc-contact .sc-founder{display:grid;grid-template-columns:.82fr 1.18fr;gap:clamp(30px,4vw,58px);align-items:center}
body.sc-landing .sc-founder-portrait,body.sc-about .sc-founder-portrait,body.sc-contact .sc-founder-portrait{position:relative;border-radius:24px;overflow:hidden;border:1px solid rgba(255,255,255,.8);box-shadow:0 40px 90px -40px rgba(72,56,112,.45);aspect-ratio:4/5;background:#dfe0ea}
body.sc-landing .sc-founder-portrait img,body.sc-about .sc-founder-portrait img,body.sc-contact .sc-founder-portrait img{width:100%;height:100%;object-fit:cover;object-position:center 22%}
body.sc-landing .sc-founder-copy,body.sc-about .sc-founder-copy,body.sc-contact .sc-founder-copy{display:flex;flex-direction:column;gap:15px}
body.sc-landing .sc-founder-name,body.sc-about .sc-founder-name,body.sc-contact .sc-founder-name{font-family:'Poppins',sans-serif;font-weight:700;font-size:clamp(26px,3vw,38px);letter-spacing:-.02em;color:var(--ink);line-height:1.05}
body.sc-landing .sc-founder-role,body.sc-about .sc-founder-role,body.sc-contact .sc-founder-role{font-family:'Michroma',sans-serif;font-size:11px;letter-spacing:.16em;text-transform:uppercase;background:var(--sc-grad-deep);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:transparent}
body.sc-landing .sc-founder-copy p,body.sc-about .sc-founder-copy p,body.sc-contact .sc-founder-copy p{color:var(--ink-soft);font-size:15px;line-height:1.66}
body.sc-landing .sc-founder-cred,body.sc-about .sc-founder-cred,body.sc-contact .sc-founder-cred{display:flex;flex-wrap:wrap;gap:10px;margin-top:8px}
body.sc-landing .sc-founder-cred span,body.sc-about .sc-founder-cred span,body.sc-contact .sc-founder-cred span{padding:8px 14px;border-radius:999px;background:rgba(255,255,255,.55);border:1px solid rgba(255,255,255,.85);font-size:12.5px;font-weight:600;color:var(--ink)}
@media (max-width:1000px){body.sc-landing .sc-founder,body.sc-about .sc-founder,body.sc-contact .sc-founder{grid-template-columns:1fr;gap:28px}body.sc-landing .sc-founder-portrait,body.sc-about .sc-founder-portrait,body.sc-contact .sc-founder-portrait{max-width:360px;aspect-ratio:1}}


/* =============================================================================
   CONTACT PAGE SECTIONS
   ============================================================================= */

/* ---- Contact (dark): info column (left) + white-glass form card (right) ---- */
body.sc-landing .sc-sec-contact,body.sc-about .sc-sec-contact,body.sc-contact .sc-sec-contact{background:radial-gradient(58% 80% at 14% 12%,rgba(70,96,182,.22),transparent 66%),radial-gradient(52% 74% at 92% 90%,rgba(150,72,162,.18),transparent 72%),#07080f;padding:clamp(140px,20vh,200px) 0 clamp(70px,9vw,120px)}
body.sc-landing .sc-contact2,body.sc-about .sc-contact2,body.sc-contact .sc-contact2{display:grid;grid-template-columns:1fr 1fr;gap:clamp(30px,4vw,58px);align-items:center}
body.sc-landing .sc-contact-left,body.sc-about .sc-contact-left,body.sc-contact .sc-contact-left{display:flex;flex-direction:column;gap:16px;align-items:flex-start}
body.sc-landing .sc-contact-left .sc-lead,body.sc-about .sc-contact-left .sc-lead,body.sc-contact .sc-contact-left .sc-lead{color:#c2c7d8;max-width:44ch}
body.sc-landing .sc-contact-left h1 .sc-grad,body.sc-about .sc-contact-left h1 .sc-grad,body.sc-contact .sc-contact-left h1 .sc-grad{white-space:nowrap}
body.sc-landing .sc-contact-left .sc-ci,body.sc-about .sc-contact-left .sc-ci,body.sc-contact .sc-contact-left .sc-ci{margin-top:2px}
body.sc-landing .sc-ci,body.sc-about .sc-ci,body.sc-contact .sc-ci{display:flex;gap:14px;align-items:flex-start}
body.sc-landing .sc-ci-ico,body.sc-about .sc-ci-ico,body.sc-contact .sc-ci-ico{width:42px;height:42px;border-radius:12px;flex-shrink:0;display:grid;place-items:center;background:linear-gradient(135deg,rgba(96,201,221,.2),rgba(133,67,154,.18));border:1px solid rgba(96,201,221,.3);color:var(--sc-cyan)}
body.sc-landing .sc-ci-ico svg,body.sc-about .sc-ci-ico svg,body.sc-contact .sc-ci-ico svg{width:20px;height:20px;stroke:currentColor;fill:none;stroke-width:1.7}
body.sc-landing .sc-ci-label,body.sc-about .sc-ci-label,body.sc-contact .sc-ci-label{font-family:'Michroma',sans-serif;font-size:9.5px;letter-spacing:.22em;text-transform:uppercase;color:#8d92a8;margin-bottom:5px}
body.sc-landing .sc-ci-val,body.sc-about .sc-ci-val,body.sc-contact .sc-ci-val{color:#eef0f6;font-size:15px;line-height:1.5}
body.sc-landing .sc-ci-val a:hover,body.sc-about .sc-ci-val a:hover,body.sc-contact .sc-ci-val a:hover{color:var(--sc-cyan)}
/* form card (white glass over the dark section) */
body.sc-landing .sc-form-card,body.sc-about .sc-form-card,body.sc-contact .sc-form-card{padding:clamp(26px,3vw,40px);display:flex;flex-direction:column;gap:18px;position:relative;overflow:hidden;border-radius:24px;background:rgba(255,255,255,.6);border:1px solid rgba(120,180,210,.5);box-shadow:0 44px 90px -40px rgba(0,0,0,.55);backdrop-filter:blur(22px) saturate(150%);-webkit-backdrop-filter:blur(22px) saturate(150%)}
body.sc-landing .sc-form-card::before,body.sc-about .sc-form-card::before,body.sc-contact .sc-form-card::before{content:"";position:absolute;inset:0;border-radius:24px;pointer-events:none;background:radial-gradient(60% 60% at 86% 8%,rgba(96,201,221,.2),transparent 70%),radial-gradient(52% 52% at 6% 98%,rgba(133,67,154,.18),transparent 72%)}
body.sc-landing .sc-form-card>*,body.sc-about .sc-form-card>*,body.sc-contact .sc-form-card>*{position:relative;z-index:1}
body.sc-landing .sc-form-card>.sc-eyebrow,body.sc-about .sc-form-card>.sc-eyebrow,body.sc-contact .sc-form-card>.sc-eyebrow{color:#7a3f9e}
body.sc-landing .sc-form-card>.sc-eyebrow::before,body.sc-about .sc-form-card>.sc-eyebrow::before,body.sc-contact .sc-form-card>.sc-eyebrow::before{background:var(--sc-grad)}
body.sc-landing .sc-form,body.sc-about .sc-form,body.sc-contact .sc-form{display:grid;gap:16px}
body.sc-landing .sc-field label,body.sc-about .sc-field label,body.sc-contact .sc-field label{display:block;font-size:13px;font-weight:600;color:var(--ink);margin-bottom:7px}
body.sc-landing .sc-field input,body.sc-about .sc-field input,body.sc-contact .sc-field input,body.sc-landing .sc-field textarea,body.sc-about .sc-field textarea,body.sc-contact .sc-field textarea{width:100%;border:1px solid rgba(40,30,80,.16);background:rgba(255,255,255,.78);border-radius:12px;padding:13px 15px;font-family:inherit;font-size:15px;color:var(--ink);transition:border-color .2s,box-shadow .2s;box-sizing:border-box}
body.sc-landing .sc-field input:focus,body.sc-about .sc-field input:focus,body.sc-contact .sc-field input:focus,body.sc-landing .sc-field textarea:focus,body.sc-about .sc-field textarea:focus,body.sc-contact .sc-field textarea:focus{outline:none;border-color:var(--sc-cyan);box-shadow:0 0 0 3px rgba(63,159,212,.16);background:#fff}
body.sc-landing .sc-field textarea,body.sc-about .sc-field textarea,body.sc-contact .sc-field textarea{min-height:150px;resize:vertical}
body.sc-landing .sc-form .sc-btn,body.sc-about .sc-form .sc-btn,body.sc-contact .sc-form .sc-btn{justify-self:start;margin-top:4px;border:0;cursor:pointer}
body.sc-landing .sc-form-msg,body.sc-about .sc-form-msg,body.sc-contact .sc-form-msg{display:none;padding:14px 16px;border-radius:12px;font-size:14px;line-height:1.5}
body.sc-landing .sc-form-success,body.sc-about .sc-form-success,body.sc-contact .sc-form-success{background:rgba(63,159,212,.1);border:1px solid rgba(63,159,212,.32);color:var(--ink)}
body.sc-landing .sc-form-error,body.sc-about .sc-form-error,body.sc-contact .sc-form-error{background:rgba(214,77,103,.1);border:1px solid rgba(214,77,103,.4);color:#a83248}
body.sc-landing .sc-form.is-sent .sc-form-success,body.sc-about .sc-form.is-sent .sc-form-success,body.sc-contact .sc-form.is-sent .sc-form-success{display:block}
body.sc-landing .sc-form.is-error .sc-form-error,body.sc-about .sc-form.is-error .sc-form-error,body.sc-contact .sc-form.is-error .sc-form-error{display:block}
body.sc-landing .sc-form.is-sent .sc-field,body.sc-about .sc-form.is-sent .sc-field,body.sc-contact .sc-form.is-sent .sc-field,body.sc-landing .sc-form.is-sent>.sc-btn,body.sc-about .sc-form.is-sent>.sc-btn,body.sc-contact .sc-form.is-sent>.sc-btn{display:none}
@media (max-width:1000px){body.sc-landing .sc-contact2,body.sc-about .sc-contact2,body.sc-contact .sc-contact2{grid-template-columns:1fr;gap:30px}}
@media (max-width:560px){body.sc-landing .sc-contact-left h1 .sc-grad,body.sc-about .sc-contact-left h1 .sc-grad,body.sc-contact .sc-contact-left h1 .sc-grad{white-space:normal}body.sc-landing .sc-form-card,body.sc-about .sc-form-card,body.sc-contact .sc-form-card{padding:24px}}


/* =============================================================================
   PER-PAGE OVERRIDES & SHARED STATES
   ============================================================================= */

/* Active nav link */
body.sc-landing .sc-nav a.active,body.sc-about .sc-nav a.active,body.sc-contact .sc-nav a.active{color:#fff;background:rgba(255,255,255,.08)}

/* Accent text: a real gradient on About/Contact; the landing page keeps it solid. */
body.sc-about .sc-grad,body.sc-contact .sc-grad{background:var(--sc-grad);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:transparent}
body.sc-about .sc-light .sc-grad,body.sc-contact .sc-light .sc-grad{background:var(--sc-grad-deep)}

/* About/Contact use a slightly smaller display scale than the landing hero. */
body.sc-about h1,body.sc-contact h1{font-size:clamp(34px,4.8vw,64px)}
body.sc-about h2,body.sc-contact h2{font-size:clamp(28px,3.6vw,48px);letter-spacing:-.025em}

/* Contact page sits on a dark base. */
body.sc-contact{background:#06070d;background-image:none}


/* ===================================================================
   WordPress integration layer (appended at install; not in the export)
   =================================================================== */
/* -- WP admin bar sits above the fixed announce/header: push them down -- */
body.admin-bar .sc-announce{top:32px}
body.admin-bar .sc-site-header{top:calc(60px + 32px)}
body.admin-bar.sc-announce-closed .sc-site-header{top:calc(18px + 32px)}
body.admin-bar.sc-about .sc-site-header,body.admin-bar.sc-contact .sc-site-header{top:calc(60px + 32px)}
@media (max-width:782px){
  body.admin-bar .sc-announce{top:46px}
  body.admin-bar .sc-site-header{top:calc(60px + 46px)}
  body.admin-bar.sc-announce-closed .sc-site-header{top:calc(18px + 46px)}
}
@media (max-width:640px){
  body.admin-bar .sc-site-header{top:calc(14px + 46px)}
}
/* -- Neutralize WPBakery wrapper spacing so sections render like the export -- */
body.sc-landing .sc-main .vc_row,body.sc-about .sc-main .vc_row,body.sc-contact .sc-main .vc_row{margin:0 !important;padding:0 !important}
body.sc-landing .sc-main .wpb_column,body.sc-about .sc-main .wpb_column,body.sc-contact .sc-main .wpb_column{padding:0 !important;margin:0 !important;width:100%}
body.sc-landing .sc-main .vc_column_container>.vc_column-inner,body.sc-about .sc-main .vc_column_container>.vc_column-inner,body.sc-contact .sc-main .vc_column_container>.vc_column-inner{padding:0 !important}
body.sc-landing .sc-main .wpb_content_element,body.sc-about .sc-main .wpb_content_element,body.sc-contact .sc-main .wpb_content_element{margin:0 !important}
body.sc-landing .sc-main .wpb_wrapper,body.sc-about .sc-main .wpb_wrapper,body.sc-contact .sc-main .wpb_wrapper{margin:0 !important;padding:0 !important}
body.sc-landing .sc-main .wpb_raw_code,body.sc-about .sc-main .wpb_raw_code,body.sc-contact .sc-main .wpb_raw_code{margin:0 !important}
body.sc-landing .sc-main p:empty,body.sc-about .sc-main p:empty,body.sc-contact .sc-main p:empty{display:none}
/* -- Tweak (user request 2026-07-07): hide the "Meet the Team" band on the landing.
   Kept in the page content so it can be turned back on by removing this one rule. -- */
body.sc-landing .sc-sec-team{display:none !important}
/* -- Tweak (user request 2026-07-06): flatten the Roles ("Who it's for") lifted
   band so it sits flush with the section above, like the other sections. -- */
body.sc-landing .sc-sec-roles{border-radius:0!important;box-shadow:none!important;margin-top:0!important}
/* -- Tweak (user request 2026-07-06): make the multiplayer slider cards a little
   smaller so the active card fits comfortably in the frame while the neighbouring
   cards peek more clearly at the sides. (export default was min-width:90%) -- */
body.sc-landing .sc-mp-slide{min-width:82%}
/* -- Fix: the export's .sc-dark .sc-glass (0,2,0) overrides .sc-form-card's
   intended white background, leaving dark-ink labels invisible on a dark card.
   STRUCTURE-AND-BEHAVIOR.md documents this card as "white glass" — restore it. -- */
body.sc-contact .sc-form-card{background:rgba(255,255,255,.6)!important;border:1px solid rgba(120,180,210,.5)!important;box-shadow:0 44px 90px -40px rgba(0,0,0,.55)!important}
/* -- Fix (2026-07-07): on light sections the export's `.sc-light .sc-grad{background:var(--sc-grad-deep)}`
   uses the `background` shorthand, which resets `background-clip` to border-box and makes the gradient
   render as a solid rectangle behind dark text (seen on the About "Spatial Construx." headline).
   Re-declare with `background-image` (longhand) so the text-clip mask survives. About/Contact only;
   the landing intentionally renders .sc-grad flat. -- */
body.sc-about .sc-light .sc-grad,body.sc-contact .sc-light .sc-grad{background:none !important;background-image:var(--sc-grad-deep) !important;-webkit-background-clip:text !important;background-clip:text !important;-webkit-text-fill-color:transparent !important;color:transparent !important}
/* -- Contact Form 7 skin: mirror the designed .sc-form exactly -- */
body.sc-contact .sc-form-card form.wpcf7-form{display:grid;gap:16px}
body.sc-contact .sc-form-card fieldset,body.sc-contact .sc-form-card .hidden-fields-container{border:0;margin:0;padding:0;min-width:0}
body.sc-contact .sc-form-card .hidden-fields-container{display:none}
body.sc-contact .sc-form-card form.wpcf7-form>p{margin:0}
body.sc-contact .sc-form-card .wpcf7-form-control-wrap{display:block}
body.sc-contact .sc-form-card .wpcf7-quiz-label{display:block;font-size:13px;font-weight:600;color:var(--ink);margin-bottom:7px}
body.sc-contact .sc-form-card .sc-btn{justify-self:start;margin-top:4px;border:0;cursor:pointer}
body.sc-contact .sc-form-card .wpcf7-not-valid-tip{display:block;margin-top:6px;font-size:12.5px;color:#c0392b !important;font-weight:600}
body.sc-contact .sc-form-card .wpcf7-response-output{margin:0;padding:14px 16px;border-radius:12px;font-size:14px;line-height:1.5;font-weight:500;border:1px solid rgba(63,159,212,.32);background:rgba(63,159,212,.12);color:var(--ink) !important}
body.sc-contact .sc-form-card .wpcf7-form.invalid .wpcf7-response-output,body.sc-contact .sc-form-card .wpcf7-form.failed .wpcf7-response-output,body.sc-contact .sc-form-card .wpcf7-form.aborted .wpcf7-response-output{background:rgba(214,77,103,.12);border-color:rgba(214,77,103,.45);color:#a3283f !important}
/* Hide CF7's message box until it actually holds a message (no empty blue frame). */
body.sc-contact .sc-form-card .wpcf7-response-output:empty{display:none}
body.sc-contact .sc-form-card .wpcf7-spinner{position:absolute}

/* ===================================================================
   MOBILE FIXES (appended 2026-07-10)
   =================================================================== */
/* [1] HAMBURGER. In isolation the toggle's 3-line <svg> is correct (3 white
   paths, 20px, stroke:currentColor), but Woodmart ships inline critical CSS
   with mobile breakpoints (max-width:767px / 991px) that is NOT dequeued and
   only activates at real phone widths, mangling our button + its <svg> so only
   the round button shows (reads as a cut-off "dot"). Force a clean, correctly
   sized 3-line hamburger inside the header actions, hard enough to win over the
   leaking theme rules. */
@media (max-width:860px){
  body.sc-landing .sc-header-actions,body.sc-about .sc-header-actions,body.sc-contact .sc-header-actions{flex-shrink:0}
  body.sc-landing .sc-menu-toggle,body.sc-about .sc-menu-toggle,body.sc-contact .sc-menu-toggle{display:inline-flex!important;align-items:center;justify-content:center;flex:0 0 auto;width:44px;height:44px;min-width:44px;padding:0;box-sizing:border-box;border:1px solid rgba(255,255,255,.22);border-radius:50%;background:rgba(255,255,255,.06);color:#fff;line-height:0;overflow:visible}
  body.sc-landing .sc-menu-toggle svg,body.sc-about .sc-menu-toggle svg,body.sc-contact .sc-menu-toggle svg{display:block!important;width:22px!important;height:22px!important;max-width:none!important;overflow:visible;stroke:#fff!important;fill:none!important;stroke-width:2px!important}
  body.sc-landing .sc-menu-toggle svg path,body.sc-about .sc-menu-toggle svg path,body.sc-contact .sc-menu-toggle svg path{stroke:#fff!important;fill:none!important;stroke-width:2px!important;stroke-linecap:round}
}
/* [2] MOBILE MENU WIDTH. The drop panel spanned nearly the full width
   (width:min(1180px,calc(100% - 34px)) centered). Make it a ~340px panel,
   right-aligned under the header pill (17px inset matches the header). */
@media (max-width:860px){
  body.sc-landing .sc-mobile-menu,body.sc-about .sc-mobile-menu,body.sc-contact .sc-mobile-menu{left:auto;right:17px;transform:translateX(0);width:min(340px,calc(100% - 34px));max-width:340px}
  body.sc-landing.sc-menu-open .sc-mobile-menu,body.sc-about.sc-menu-open .sc-mobile-menu,body.sc-contact.sc-menu-open .sc-mobile-menu{transform:translateX(0) translateY(6px)}
}
/* [4] HERO ANIMATION ON MOBILE. Diagnosis: nothing in this sheet hides the hero
   at any width, and initHero()/hero-animation.js have NO viewport-width guard
   (the only conditional is prefers-reduced-motion, which still paints a static
   sphere). The React scene mounts and renders on mobile the same as desktop.
   This block is a defensive guard so a leaking theme rule cannot collapse or
   hide the mount at small widths; it does not change desktop behavior. */
@media (max-width:860px){
  body.sc-landing .sc-hero-anim,body.sc-about .sc-hero-anim,body.sc-contact .sc-hero-anim{display:block!important;visibility:visible!important;opacity:1!important}
  body.sc-landing .sc-hero-stage,body.sc-about .sc-hero-stage,body.sc-contact .sc-hero-stage{display:flex!important}
}
/* [GENERATOR-BUG WORKAROUND] The export's RESPONSIVE at-rule (max-width:1000px)
   is preceded by a CSS comment. That defeats scope_css.php's at-rule detection
   (the strpos test for '@media' is only 0 when nothing leads it), so the whole
   block is emitted with an invalid "body.sc-landing @media (max-width:1000px)"
   prelude and silently dropped by the browser (confirmed via the CSSOM: only
   3 of the 4 max-width:1000px blocks survive). Result: sc-hero2, sc-howto,
   sc-bento, sc-roles and sc-about-grid never stack on tablet/phone. Re-declare
   the dropped rules here, correctly scoped. Proper fix for a later pass: make
   process_block() strip leading comments before testing for the at-rule. */
@media (max-width:1000px){
  body.sc-landing .sc-hero2,body.sc-about .sc-hero2,body.sc-contact .sc-hero2{grid-template-columns:1fr;gap:36px;padding-top:0}
  body.sc-landing .sc-howto,body.sc-about .sc-howto,body.sc-contact .sc-howto{grid-template-columns:1fr}
  body.sc-landing .sc-howto-stage,body.sc-about .sc-howto-stage,body.sc-contact .sc-howto-stage{height:auto}
  body.sc-landing .sc-howframe,body.sc-about .sc-howframe,body.sc-contact .sc-howframe{height:auto;aspect-ratio:16/9}
  body.sc-landing .sc-howstep-p,body.sc-about .sc-howstep-p,body.sc-contact .sc-howstep-p{max-width:62ch}
  body.sc-landing .sc-hero2-copy,body.sc-about .sc-hero2-copy,body.sc-contact .sc-hero2-copy{align-items:flex-start}
  body.sc-landing .sc-bento,body.sc-about .sc-bento,body.sc-contact .sc-bento{grid-template-columns:1fr}
  body.sc-landing .sc-bento>*,body.sc-about .sc-bento>*,body.sc-contact .sc-bento>*{grid-column:span 1!important}
  body.sc-landing .sc-roles,body.sc-about .sc-roles,body.sc-contact .sc-roles{grid-template-columns:repeat(2,1fr)}
  body.sc-landing .sc-about-grid,body.sc-about .sc-about-grid,body.sc-contact .sc-about-grid{grid-template-columns:1fr;gap:34px}
  body.sc-landing .sc-about-visual,body.sc-about .sc-about-visual,body.sc-contact .sc-about-visual{min-height:0;aspect-ratio:16/10}
  body.sc-landing .sc-about-visual img,body.sc-about .sc-about-visual img,body.sc-contact .sc-about-visual img{min-height:0}
}

/* ===================================================================
   MOBILE + UX FIXES (appended 2026-07-13, user request)
   =================================================================== */
/* [A] Stop horizontal scroll (the blank strip on the right on phones).
   overflow-x:clip contains any over-wide child WITHOUT creating a scroll
   container, so the fixed header/announce keep working. */
body.sc-landing,body.sc-about,body.sc-contact{overflow-x:clip}
body.sc-landing .sc-main,body.sc-about .sc-main,body.sc-contact .sc-main{overflow-x:clip}

/* [B] "Stop Catching Design Problems" (page-2) headline: match the other
   section headings on phones. The export sets an inline clamp() on this one
   <h2>, so !important is required to win. */
@media (max-width:640px){
  body.sc-landing .sc-sec-intro .sc-hero2-copy h2{font-size:clamp(26px,7.4vw,32px) !important}
}

/* [C] HOW IT WORKS slider — arrows moved to the card's left/right (reference
   style). They live in .sc-mp-stage (relative wrapper around the viewport),
   outside the clipped viewport, and centre on the card. */
body.sc-landing .sc-mp-stage{position:relative}
body.sc-landing .sc-mp-arrow-side{position:absolute;top:50%;transform:translateY(-50%);z-index:6;width:56px;height:56px;background:rgba(10,11,16,.6);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}
body.sc-landing .sc-mp-arrow-side svg{width:24px;height:24px}
body.sc-landing .sc-mp-arrow-side.sc-mp-prev{left:calc(9% - 28px)}
body.sc-landing .sc-mp-arrow-side.sc-mp-next{right:calc(9% - 28px)}
body.sc-landing .sc-mp-arrow-side:hover{transform:translateY(-50%) scale(1.08);background:rgba(10,11,16,.78)}
/* head no longer holds arrows — centre the tab pill */
body.sc-landing .sc-mp-head{justify-content:center}
/* [C-mobile] drop the arrows on phones (swipe instead) and let the tab pills
   scroll horizontally so all three are reachable. */
@media (max-width:860px){
  body.sc-landing .sc-mp-arrow-side{display:none}
  body.sc-landing .sc-mp-head{padding-left:16px;padding-right:16px}
  /* Let the tab pills wrap so none is ever clipped (was scrolling + cut off). */
  body.sc-landing .sc-mp-tabs{max-width:100%;flex-wrap:wrap;justify-content:center;gap:4px}
  body.sc-landing .sc-mp-tab{flex:0 0 auto;white-space:nowrap;padding:9px 15px;font-size:12.5px}
}

/* [D] "Who it's for": one card per row on phones (the 1000px workaround set 2
   columns; this narrower rule is appended later so it wins). */
@media (max-width:640px){
  body.sc-landing .sc-roles{grid-template-columns:1fr !important}
}

/* [E] Announcement bar: the export hides it under 640px — show it on phones.
   Keep it compact; scripts.js positions the header just under its real height
   (it can wrap), with this fixed top as a no-JS fallback. */
@media (max-width:640px){
  body.sc-landing .sc-announce{display:flex !important;min-height:0;padding:6px 36px 6px 14px}
  body.sc-landing .sc-announce-inner{gap:4px 8px}
  body.sc-landing .sc-announce-tag{font-size:10.5px}
  body.sc-landing .sc-announce-txt{font-size:11px}
  body.sc-landing .sc-announce-cta{padding:5px 12px;font-size:11px}
  body.sc-landing .sc-site-header{top:92px}
  body.sc-landing.sc-announce-closed .sc-site-header{top:12px}
  /* Smaller header pill on phones (all three pages) */
  body.sc-landing .sc-header-inner,body.sc-about .sc-header-inner,body.sc-contact .sc-header-inner{padding:6px 10px 6px 16px}
  body.sc-landing .sc-logo-full,body.sc-about .sc-logo-full,body.sc-contact .sc-logo-full{height:24px}
  body.sc-landing .sc-menu-toggle,body.sc-about .sc-menu-toggle,body.sc-contact .sc-menu-toggle{width:38px!important;height:38px!important;min-width:38px!important}
  body.sc-landing .sc-menu-toggle svg,body.sc-about .sc-menu-toggle svg,body.sc-contact .sc-menu-toggle svg{width:19px!important;height:19px!important}
}

/* [F] Laptop showcase video is click-to-play now: make the play button a real
   control and hide it while the clip is playing (.sc-playing set by scripts.js). */
body.sc-landing .sc-laptop-play{pointer-events:auto;cursor:pointer;transition:opacity .2s,transform .2s,background .2s}
body.sc-landing .sc-laptop-play:hover{transform:translate(-50%,-50%) scale(1.06);background:rgba(255,255,255,.26)}
body.sc-landing .sc-laptop-screen.sc-playing .sc-laptop-play{opacity:0;pointer-events:none}
body.sc-landing .sc-laptop-video{cursor:pointer}

/* [G] Header nav: distinct default / hover / current-section (.active) states.
   Scrollspy in scripts.js sets .active. Hover = neutral wash; active = cyan
   tint + ring, so "where I am" reads differently from "what I'm hovering". */
body.sc-landing .sc-nav a:hover,body.sc-about .sc-nav a:hover,body.sc-contact .sc-nav a:hover{color:#fff;background:rgba(255,255,255,.08)}
body.sc-landing .sc-nav a.active,body.sc-about .sc-nav a.active,body.sc-contact .sc-nav a.active{color:#fff;background:rgba(127,224,236,.16);box-shadow:inset 0 0 0 1px rgba(127,224,236,.45)}
body.sc-landing .sc-mobile-menu a.active,body.sc-about .sc-mobile-menu a.active,body.sc-contact .sc-mobile-menu a.active{color:#fff;background:rgba(127,224,236,.16)}

/* Bolder "Turn Complex Designs into Clear Decisions." headline (was weight 600). */
body.sc-landing .sc-sec-why h2{font-weight:800}

/* ===================================================================
   DEMO BOOKING SECTION (HubSpot scheduler) — appended 2026-07-13
   =================================================================== */
/* Smooth-scroll for the "Book a demo" CTAs that now target #demo-booking. */
html{scroll-behavior:smooth}
/* Land below the fixed announce + header so the heading isn't hidden. */
body.sc-landing #demo-booking{scroll-margin-top:120px}
body.sc-landing .sc-sec-booking{padding-top:clamp(56px,8vw,104px);padding-bottom:clamp(56px,8vw,104px)}
body.sc-landing .sc-booking-head{text-align:center;max-width:720px;margin:0 auto}
/* Scheduler: full content width, capped + centred, tall enough not to crop.
   NOT wrapped in overflow:hidden (kept overflow visible on purpose). */
/* White rounded card behind the scheduler so HubSpot's white calendar reads as
   an intentional panel on the dark section (white card + white iframe = seamless).
   Still no overflow:hidden. */
body.sc-landing .sc-booking-embed{width:100%;max-width:944px;margin:36px auto 0;min-height:700px;position:relative;overflow:visible;background:#fff;border-radius:22px;padding:12px;box-shadow:0 34px 80px -34px rgba(0,0,0,.7)}
body.sc-landing .meetings-iframe-container{width:100%;min-height:676px;overflow:visible}
body.sc-landing .meetings-iframe-container iframe{width:100%!important;min-width:100%!important;min-height:676px;border:0;display:block;border-radius:14px}
body.sc-landing .sc-booking-status{text-align:center;color:#5b6270;font-size:14px;padding:26px 16px;line-height:1.55}
body.sc-landing .sc-booking-fallback{display:flex;gap:12px;align-items:center;justify-content:center;flex-wrap:wrap;text-align:center;margin-top:24px;color:#a4aabe;font-size:14px}
/* Booking fallback links. "Open the booking page" is NOT a button — strip the
   glass-button chrome and render it as large, bold, blue text. "contact our team"
   is a lighter blue inline link. */
body.sc-landing .sc-booking-fallback .sc-btn{background:none !important;border:0 !important;box-shadow:none !important;padding:0 !important;font-weight:700;font-size:18px;color:var(--sc-cyan,#3f9fd4)}
body.sc-landing .sc-booking-fallback .sc-btn:hover{transform:none !important;text-decoration:underline;background:none !important}
body.sc-landing .sc-booking-fallback a:not(.sc-btn){color:var(--sc-cyan,#3f9fd4);font-weight:500;text-decoration:none}
body.sc-landing .sc-booking-fallback a:not(.sc-btn):hover{text-decoration:underline}
@media (max-width:640px){
  body.sc-landing #demo-booking{scroll-margin-top:120px}
  body.sc-landing .sc-booking-embed{min-height:440px;padding:6px;border-radius:14px;margin-top:22px}
  body.sc-landing .meetings-iframe-container,body.sc-landing .meetings-iframe-container iframe{min-height:428px}
}

/* The export kills ALL animation under prefers-reduced-motion. Keep the two
   purely-decorative brand motions running (the feature ribbon marquee and the
   slow CTA logo spin) even then, per client request; everything else still
   honours the OS Reduce-Motion setting. This is why the ribbon looked static on
   phones that have Reduce Motion enabled. */
@media (prefers-reduced-motion:reduce){
  body.sc-landing .sc-ribbon-track{animation-duration:26s!important;animation-iteration-count:infinite!important}
  body.sc-landing .sc-cta-sphere{animation-duration:90s!important;animation-iteration-count:infinite!important}
}