/* ============================================================
   AutoSocials AI — Shared Stylesheet
   MOBILE FIRST: Base = mobile, scale up with min-width queries
   Colors: #111318 | #F5F5F7 | #86868B | #fff | #006FE6
   Font: Inter
   ============================================================ */

/* ---- Variables ---- */
:root {
  --black:      #111318;
  --grey-bg:    #F5F5F7;
  --grey-mid:   #E5E5E7;
  --grey-text:  #86868B;
  --white:      #FFFFFF;
  --blue:       #006FE6;
  --blue-dark:  #0050C9;
  --blue-soft:  rgba(0,111,230,0.10);
  --blue-glow:  rgba(0,111,230,0.30);
  /* Creative palette */
  --orange:     #D95F00;
  --orange-dark:#B34D00;
  --orange-soft:rgba(217,95,0,0.10);
  --amber:      #F59E0B;
  --amber-soft: rgba(245,158,11,0.12);
  --grad-brand: linear-gradient(135deg, #004CC2 0%, #006FE6 45%, #D95F00 100%);
  --grad-warm:  linear-gradient(135deg, #F59E0B 0%, #D95F00 100%);
  --grad-creative: linear-gradient(135deg, #004CC2 0%, #006FE6 50%, #D95F00 100%);
  --max-w:      1200px;
  --nav-h:      80px;
  --r:          12px;
  --r-lg:       20px;
}

/* ---- Reset ---- */
*,*::before,*::after{margin:0;padding:0;box-sizing:border-box}
html{scroll-behavior:smooth;-webkit-text-size-adjust:100%;overflow-x:hidden}
body{font-family:'Inter',-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;
  color:var(--black);background:var(--white);
  -webkit-font-smoothing:antialiased;overflow-x:hidden;line-height:1.6}
img,video{display:block;max-width:100%;height:auto}
a{text-decoration:none;color:inherit}
ul,ol{list-style:none}
button{cursor:pointer;font-family:inherit;border:none;background:none}
input,textarea,select{font-family:inherit}

/* ---- Container ---- */
.container{width:100%;max-width:var(--max-w);margin:0 auto;padding:0 20px}
@media(min-width:768px){.container{padding:0 32px}}
@media(min-width:1024px){.container{padding:0 48px}}

/* ---- Typography — mobile first ---- */
h1{font-size:clamp(36px,9vw,90px);font-weight:800;line-height:1.02;letter-spacing:-0.03em;color:var(--black)}
h2{font-size:clamp(28px,6vw,54px);font-weight:700;line-height:1.1;letter-spacing:-0.02em;color:var(--black)}
h3{font-size:clamp(18px,3vw,22px);font-weight:700;line-height:1.2;letter-spacing:-0.015em;color:var(--black)}
h4{font-size:16px;font-weight:700;letter-spacing:-0.01em;color:var(--black)}
p{font-size:16px;line-height:1.7;color:var(--grey-text)}
@media(min-width:768px){p{font-size:17px}}

.lead{font-size:clamp(16px,2.5vw,20px);line-height:1.55;color:var(--grey-text)}
.label{display:inline-block;font-size:11px;font-weight:700;letter-spacing:.12em;
  text-transform:uppercase;margin-bottom:14px;
  background:var(--grad-brand);
  -webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}

/* ---- Buttons ---- */
.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;
  font-size:15px;font-weight:600;padding:14px 24px;border-radius:10px;
  border:none;cursor:pointer;transition:all .2s ease;line-height:1;
  white-space:nowrap;min-height:48px;text-align:center}
.btn-primary{background:#006FE6;color:var(--white);border:none;
  box-shadow:0 4px 20px rgba(0,111,230,0.3)}
.btn-primary:hover{background:#0060D0;
  transform:translateY(-2px);box-shadow:0 10px 32px rgba(0,111,230,0.45)}
.btn-secondary{background:transparent;color:var(--black);border:1.5px solid var(--grey-mid)}
.btn-secondary:hover{border-color:var(--black);background:var(--grey-bg)}
.btn-ghost{background:transparent;color:rgba(255,255,255,.75);border:1.5px solid rgba(255,255,255,.2)}
.btn-ghost:hover{color:var(--white);border-color:rgba(255,255,255,.5);background:rgba(255,255,255,.05)}
.btn-white{background:var(--white);color:var(--black)}
.btn-white:hover{background:var(--grey-bg)}
.btn-sm{padding:10px 18px;font-size:13px;min-height:40px}
.btn-lg{padding:18px 36px;font-size:16px;min-height:56px}

/* ---- Section spacing ---- */
.section{padding:64px 0}
@media(min-width:768px){.section{padding:80px 0}}
@media(min-width:1024px){.section{padding:100px 0}}
.section-sm{padding:48px 0}
@media(min-width:768px){.section-sm{padding:64px 0}}

.section-header{margin-bottom:40px}
@media(min-width:768px){.section-header{margin-bottom:56px}}
.section-header h2{margin-bottom:12px}
.section-header .lead{max-width:560px}

/* ---- Tags ---- */
.tag{display:inline-block;font-size:12px;font-weight:500;color:var(--grey-text);
  background:var(--grey-bg);padding:5px 12px;border-radius:100px;border:1px solid var(--grey-mid)}


/* ============================================================
   NAV — mobile first
   ============================================================ */
#site-nav{position:fixed;top:0;left:0;right:0;z-index:500;min-height:var(--nav-h);
  background:rgba(17,19,24,.92);backdrop-filter:blur(20px);
  -webkit-backdrop-filter:blur(20px);border-bottom:1px solid rgba(255,255,255,.07);
  transition:transform .35s cubic-bezier(.4,0,.2,1)}
#site-nav.nav--hidden{transform:translateY(-100%)}
#site-nav.light{background:rgba(255,255,255,.92);border-bottom:1px solid var(--grey-mid)}

/* Mega panel — hidden via visibility so it never affects #site-nav height */
.nav-mega-panel{display:none;position:absolute;top:100%;left:0;right:0;visibility:hidden}
@media(min-width:900px){.nav-mega-panel{display:block}}
.nav-mega-panel.nmp-open{visibility:visible}

/* Mobile overlay — must never render in flow */
.mn-overlay{display:none}
.mn-overlay.mn-open{display:block}

/* Footer nav — normal flow, no fixed positioning */
nav.footer-links,nav.mn-links{position:static}

.nav-inner{display:flex;align-items:center;justify-content:space-between;height:var(--nav-h)}

/* Logo */
.nav-logo{display:flex;align-items:center;gap:10px;flex-shrink:0}
.nav-logo img{height:44px;width:auto}
@media(max-width:560px){.nav-logo img{height:30px}}
.nav-logo-fallback{font-size:17px;font-weight:800;color:var(--white);letter-spacing:-0.02em}
.nav-logo-fallback sup{font-size:10px;color:var(--blue);font-weight:700}
nav.light .nav-logo-fallback{color:var(--black)}

/* Desktop nav links — hidden on mobile */
.nav-links{display:none}
@media(min-width:900px){
  .nav-links{display:flex;align-items:center;gap:28px;margin-left:auto}
  .nav-links a{font-size:14px;font-weight:500;color:rgba(255,255,255,.65);transition:color .15s}
  .nav-links a:hover,.nav-links a.active{color:var(--white)}
  nav.light .nav-links a{color:var(--grey-text)}
  nav.light .nav-links a:hover,nav.light .nav-links a.active{color:var(--black)}
}

/* Desktop CTA — hidden on mobile */
.nav-cta{display:none}
@media(min-width:900px){.nav-cta{display:flex;align-items:center;margin-left:32px}}

/* Hamburger */
.hamburger{display:flex;flex-direction:column;gap:5px;padding:8px;
  width:40px;height:40px;justify-content:center;align-items:center}
.hamburger span{display:block;width:22px;height:2px;background:var(--white);
  border-radius:2px;transition:all .3s ease}
nav.light .hamburger span{background:var(--black)}
.hamburger.active span:nth-child(1){transform:translateY(7px) rotate(45deg)}
.hamburger.active span:nth-child(2){opacity:0;transform:scaleX(0)}
.hamburger.active span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}
@media(min-width:900px){.hamburger{display:none}}

/* Mobile menu overlay */
.mobile-menu{position:fixed;inset:0;z-index:400;background:var(--black);
  display:flex;flex-direction:column;justify-content:center;align-items:center;
  opacity:0;pointer-events:none;transition:opacity .35s ease;padding:40px 24px}
.mobile-menu.open{opacity:1;pointer-events:all}
.mobile-menu-links{display:flex;flex-direction:column;align-items:center;gap:8px;margin-bottom:40px;width:100%}
.mobile-menu-links a{font-size:clamp(28px,7vw,44px);font-weight:800;color:rgba(255,255,255,.5);
  letter-spacing:-0.02em;transition:color .2s;padding:8px 0}
.mobile-menu-links a:hover{color:var(--white)}
.mobile-menu-cta{width:100%;max-width:320px}
.mobile-menu-cta .btn{width:100%;justify-content:center;font-size:16px;padding:18px}
@media(min-width:900px){.mobile-menu{display:none}}

/* Body lock when menu open */
body.menu-open{overflow:hidden}


/* ============================================================
   CUSTOM CURSOR — desktop only
   ============================================================ */
.cursor,.cursor-dot{
  position:fixed;top:0;left:0;pointer-events:none;z-index:9999;
  transform:translate(-50%,-50%);transition-property:width,height,opacity,background;
  transition-duration:.2s;border-radius:50%;display:none}
@media(hover:hover)and(pointer:fine){
  .cursor{width:36px;height:36px;border:1.5px solid rgba(0,111,230,.6);
    transition:all .18s ease;display:block}
  .cursor-dot{width:5px;height:5px;background:var(--blue);display:block}
  .cursor.hovering{width:60px;height:60px;background:rgba(0,111,230,.08);border-color:var(--blue)}
  body{cursor:none}
  a,button,.btn{cursor:none}
}


/* ============================================================
   PAGE TRANSITION OVERLAY
   ============================================================ */
.page-overlay{position:fixed;inset:0;background:var(--black);z-index:9998;
  transform:scaleY(0);transform-origin:bottom;pointer-events:none}


/* ============================================================
   HERO — HOME (dark, full screen)
   ============================================================ */
.hero-home{position:relative;min-height:100svh;display:flex;flex-direction:column;
  justify-content:flex-end;background:var(--black);overflow:hidden;padding-top:var(--nav-h)}

/* Canvas — 3D particle field */
#hero-canvas{position:absolute;inset:0;width:100%!important;height:100%!important;z-index:1}

/* CSS animated bg — mobile fallback */
.hero-grad-bg{position:absolute;inset:0;z-index:0;
  background:
    radial-gradient(ellipse 55% 50% at 10% 70%, rgba(217,95,0,.14) 0%,transparent 55%),
    radial-gradient(ellipse 70% 60% at 88% 15%, rgba(0,111,230,.25) 0%,transparent 60%),
    radial-gradient(ellipse 40% 45% at 55% 95%, rgba(0,76,194,.12) 0%,transparent 50%),
    #0a0b0f;
  animation:gradShift 10s ease-in-out infinite alternate}
@keyframes gradShift{
  0%{background-position:0% 50%}
  100%{background-position:100% 50%}
}

.hero-home-inner{position:relative;z-index:2;padding:48px 0 110px;flex:1;
  display:flex;flex-direction:column;justify-content:flex-end}
@media(min-width:768px){.hero-home-inner{padding:64px 0 72px}}
@media(min-width:1024px){.hero-home-inner{padding:80px 0 88px}}

.hero-eyebrow{display:flex;flex-wrap:wrap;align-items:center;gap:10px;margin-bottom:24px}
.hero-badge{display:inline-flex;align-items:center;gap:6px;
  background:rgba(245,158,11,0.1);color:var(--amber);
  border:1px solid rgba(245,158,11,0.25);font-size:12px;font-weight:600;
  padding:6px 14px;border-radius:100px}
.hero-badge-dot{width:6px;height:6px;background:var(--amber);border-radius:50%;
  animation:pulse 2s infinite}
@keyframes pulse{0%,100%{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(.8)}}
.hero-eyebrow-text{font-size:13px;color:rgba(255,255,255,.4);font-weight:500}

.hero-home h1{color:var(--white);margin-bottom:20px;max-width:800px}
@media(min-width:768px){.hero-home h1{margin-bottom:28px}}
.hero-home .lead{color:rgba(255,255,255,.55);max-width:540px;margin-bottom:36px}
@media(min-width:768px){.hero-home .lead{margin-bottom:44px}}

.hero-actions{display:flex;flex-direction:column;gap:12px}
@media(min-width:480px){.hero-actions{flex-direction:row;flex-wrap:wrap}}

/* Scroll indicator */
.scroll-cue{position:absolute;bottom:28px;left:50%;transform:translateX(-50%);
  z-index:2;display:flex;flex-direction:column;align-items:center;gap:8px;
  color:rgba(255,255,255,.3);font-size:11px;font-weight:600;letter-spacing:.1em;text-transform:uppercase}
.scroll-line{width:1px;height:40px;background:linear-gradient(to bottom,transparent,rgba(255,255,255,.3))}
.scroll-cue .line-inner{width:1px;background:var(--blue);animation:scrollLine 2s ease-in-out infinite}
@keyframes scrollLine{0%{height:0;margin-top:0}50%{height:40px;margin-top:0}100%{height:0;margin-top:40px}}


/* ============================================================
   PAGE HEADER — inner pages
   ============================================================ */
.page-header{background:var(--black);padding:calc(var(--nav-h) + 48px) 0 48px}
@media(min-width:768px){.page-header{padding:calc(var(--nav-h) + 64px) 0 64px}}
@media(min-width:1024px){.page-header{padding:calc(var(--nav-h) + 80px) 0 80px}}
.page-header .label{margin-bottom:16px}
.page-header h1{color:var(--white);margin-bottom:20px;max-width:700px}
.page-header .lead{color:rgba(255,255,255,.55);max-width:540px}

/* Page header with image bg */
.page-header-img{position:relative;overflow:hidden}
.page-header-img::before{content:'';position:absolute;inset:0;
  background:rgba(17,19,24,.75);z-index:1}
.page-header-img img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.page-header-img .container{position:relative;z-index:2}


/* ============================================================
   PROBLEM STRIP
   ============================================================ */
.problem-strip{padding:0;border-bottom:1px solid var(--grey-mid)}
.problem-strip-grid{display:flex;flex-direction:column}
@media(min-width:768px){.problem-strip-grid{flex-direction:row}}
.ps-item{padding:32px 24px;border-bottom:1px solid var(--grey-mid);display:flex;
  align-items:flex-start;gap:16px}
@media(min-width:768px){
  .ps-item{padding:40px 32px;border-bottom:none;border-right:1px solid var(--grey-mid);flex:1}
  .ps-item:last-child{border-right:none}
}
.ps-num{font-size:12px;font-weight:700;color:var(--blue);letter-spacing:.08em;
  flex-shrink:0;margin-top:2px;display:block;min-width:28px}
.ps-item p{font-size:15px;line-height:1.55;color:var(--grey-text);margin:0}


/* ============================================================
   SERVICES GRID — home preview (5 cards)
   ============================================================ */
.services-home-grid{display:grid;grid-template-columns:1fr;gap:2px;
  background:var(--grey-mid);border-radius:var(--r-lg);overflow:hidden}
@media(min-width:480px){.services-home-grid{grid-template-columns:1fr 1fr}}
@media(min-width:1024px){.services-home-grid{grid-template-columns:repeat(5,1fr)}}

.svc-card{background:var(--white);padding:28px 24px 28px;
  transition:background .2s;display:flex;flex-direction:column}
.svc-card:hover{background:var(--grey-bg)}
@media(min-width:768px){.svc-card{padding:36px 28px 32px}}

.svc-num{font-size:11px;font-weight:700;letter-spacing:.1em;color:var(--blue);
  display:block;margin-bottom:16px}
.svc-icon{width:36px;height:36px;margin-bottom:16px}
.svc-icon svg{width:36px;height:36px;stroke:var(--black);fill:none;stroke-width:1.5;
  stroke-linecap:round;stroke-linejoin:round}
.svc-card h3{font-size:15px;font-weight:700;margin-bottom:10px}
.svc-card p{font-size:13px;line-height:1.55;flex:1}
.svc-link{display:inline-flex;align-items:center;gap:4px;font-size:13px;font-weight:600;
  color:var(--blue);margin-top:16px;transition:gap .15s}
.svc-card:hover .svc-link{gap:8px}


/* ============================================================
   BENTO GRID — Jensen Wong precision aesthetic
   ============================================================ */
.bento-grid{display:grid;grid-template-columns:1fr;gap:2px;
  background:var(--grey-mid);border-radius:var(--r-lg);overflow:hidden}
@media(min-width:640px){.bento-grid{grid-template-columns:1fr 1fr}}
@media(min-width:1024px){.bento-grid{grid-template-columns:repeat(12,1fr)}}

.bento-cell{background:var(--white);padding:28px;overflow:hidden;position:relative;
  transition:background .2s}
.bento-cell:hover{background:var(--grey-bg)}
@media(min-width:768px){.bento-cell{padding:36px}}

/* Span helpers */
@media(min-width:1024px){
  .b-span-5{grid-column:span 5}
  .b-span-7{grid-column:span 7}
  .b-span-4{grid-column:span 4}
  .b-span-8{grid-column:span 8}
  .b-span-6{grid-column:span 6}
  .b-span-3{grid-column:span 3}
  .b-span-9{grid-column:span 9}
  .b-tall{grid-row:span 2}
}
.bento-cell.dark{background:var(--black)}
.bento-cell.dark:hover{background:#1a1d24}
.bento-cell.blue{background:linear-gradient(135deg,#004CC2 0%,#006FE6 100%)}
.bento-cell.blue:hover{background:linear-gradient(135deg,#0060d0 0%,#6020d0 100%)}
.bento-cell.grey{background:var(--grey-bg)}

/* Bento content helpers */
.bento-label{font-size:11px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;
  color:var(--grey-text);display:block;margin-bottom:12px}
.bento-cell.dark .bento-label{color:rgba(255,255,255,.35)}
.bento-cell.blue .bento-label{color:rgba(255,255,255,.65)}
.bento-big-num{font-size:clamp(48px,7vw,80px);font-weight:800;letter-spacing:-0.04em;
  line-height:1;color:var(--black)}
.bento-cell.dark .bento-big-num{color:var(--white)}
.bento-cell.blue .bento-big-num{color:var(--white)}
.bento-cell h3{margin-bottom:10px}
.bento-cell.dark h3{color:var(--white)}
.bento-cell.blue h3{color:var(--white)}
.bento-cell p{font-size:14px;line-height:1.6}
.bento-cell.dark p{color:rgba(255,255,255,.45)}
.bento-cell.blue p{color:rgba(255,255,255,.7)}
.bento-cell img{width:100%;height:200px;object-fit:cover;border-radius:8px;margin-top:16px}
@media(min-width:768px){.bento-cell img{height:240px}}
.bento-icon{width:44px;height:44px;background:var(--blue-soft);border-radius:10px;
  display:flex;align-items:center;justify-content:center;margin-bottom:20px}
.bento-icon svg{width:22px;height:22px;stroke:var(--blue);fill:none;stroke-width:1.75;
  stroke-linecap:round;stroke-linejoin:round}
.bento-cell.dark .bento-icon{background:rgba(255,255,255,.08)}
.bento-cell.dark .bento-icon svg{stroke:rgba(255,255,255,.7)}


/* ============================================================
   STATS SECTION
   ============================================================ */
.stats-grid{display:grid;grid-template-columns:1fr 1fr;gap:1px;
  background:var(--grey-mid);border-radius:var(--r-lg);overflow:hidden}
@media(min-width:768px){.stats-grid{grid-template-columns:repeat(4,1fr)}}
.stat-item{background:var(--white);padding:32px 24px;text-align:center}
@media(min-width:768px){.stat-item{padding:40px 32px}}
.stat-num{display:block;font-size:clamp(36px,6vw,56px);font-weight:800;
  letter-spacing:-0.03em;color:var(--black);line-height:1;margin-bottom:8px}
.stat-num .blue{color:var(--blue)}
.stat-label{font-size:14px;color:var(--grey-text);font-weight:500;line-height:1.4}


/* ============================================================
   IMAGE ROW
   ============================================================ */
.img-row{display:grid;grid-template-columns:1fr;gap:16px}
@media(min-width:640px){.img-row{grid-template-columns:1fr 1fr}}
@media(min-width:1024px){.img-row{grid-template-columns:1fr 1fr 1fr}}
.img-row-item{border-radius:var(--r);overflow:hidden;aspect-ratio:4/3}
.img-row-item img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}
.img-row-item:hover img{transform:scale(1.04)}
.img-row-item.tall{aspect-ratio:3/4}


/* ============================================================
   SCROLLYTELLING — HOW IT WORKS
   ============================================================ */
.stell-wrap{position:relative}
@media(min-width:1024px){
  .stell-sticky{position:sticky;top:calc(var(--nav-h) + 40px);
    height:calc(100vh - var(--nav-h) - 80px);display:flex;flex-direction:column;justify-content:center}
}
.stell-num{font-size:clamp(80px,15vw,180px);font-weight:900;line-height:1;
  letter-spacing:-0.04em;color:var(--grey-bg);transition:color .4s;margin-bottom:0;
  -webkit-text-stroke:1px var(--grey-mid)}
.stell-num.active{color:transparent;-webkit-text-stroke:2px var(--blue)}
.stell-step{padding:56px 0;border-bottom:1px solid var(--grey-mid)}
.stell-step:last-child{border-bottom:none}
@media(min-width:1024px){.stell-step{padding:80px 0}}
.stell-step .label{margin-bottom:12px}
.stell-step h2{margin-bottom:16px}
.stell-step .lead{margin-bottom:24px}
.stell-tags{display:flex;flex-wrap:wrap;gap:8px;margin-top:24px}
.stell-img{border-radius:var(--r-lg);overflow:hidden;margin-top:32px;
  aspect-ratio:16/10}
.stell-img img{width:100%;height:100%;object-fit:cover}
@media(min-width:1024px){.stell-img{margin-top:0}}

/* Progress bar */
.progress-bar-wrap{position:fixed;top:var(--nav-h);left:0;right:0;z-index:100;
  height:3px;background:rgba(255,255,255,.1)}
.progress-bar{height:100%;width:0%;background:var(--blue);
  transition:width .1s linear;display:none}
.page-how .progress-bar{display:block}


/* ============================================================
   SERVICE DETAIL CARDS — services page
   ============================================================ */
.service-journey-item{display:grid;grid-template-columns:1fr;gap:40px;
  padding:56px 0;border-bottom:1px solid var(--grey-mid);align-items:center}
.service-journey-item:last-child{border-bottom:none}
@media(min-width:768px){.service-journey-item{grid-template-columns:1fr 1fr;padding:72px 0}}
@media(min-width:1024px){
  .service-journey-item:nth-child(even){direction:rtl}
  .service-journey-item:nth-child(even)>*{direction:ltr}
}
.sji-num{font-size:80px;font-weight:900;letter-spacing:-0.04em;line-height:1;
  color:var(--grey-bg);-webkit-text-stroke:1px var(--grey-mid);margin-bottom:16px}
@media(min-width:768px){.sji-num{font-size:120px}}
.sji-content .label{margin-bottom:12px}
.sji-content h2{margin-bottom:16px}
.sji-content .lead{margin-bottom:20px}
.sji-img{border-radius:var(--r-lg);overflow:hidden;aspect-ratio:4/3}
.sji-img img{width:100%;height:100%;object-fit:cover}
.why-box{margin-top:24px;padding:20px 24px;background:var(--grey-bg);border-radius:var(--r)}
.why-label{font-size:11px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;
  color:var(--grey-text);display:block;margin-bottom:8px}
.why-box p{font-size:14px;color:var(--black);line-height:1.6;margin:0}

/* 8-service bento */
.service8-grid{display:grid;grid-template-columns:1fr;gap:2px;
  background:var(--grey-mid);border-radius:var(--r-lg);overflow:hidden}
@media(min-width:640px){.service8-grid{grid-template-columns:1fr 1fr}}
@media(min-width:1024px){.service8-grid{grid-template-columns:repeat(4,1fr)}}
.s8-card{background:var(--white);padding:28px 24px;display:flex;flex-direction:column;
  gap:12px;transition:background .2s}
.s8-card:hover{background:var(--grey-bg)}
@media(min-width:768px){.s8-card{padding:36px 32px}}
.s8-card-num{font-size:11px;font-weight:700;letter-spacing:.1em;color:var(--blue);display:block}
.s8-card h3{font-size:17px}
.s8-card p{font-size:14px;line-height:1.6;flex:1}


/* ============================================================
   DELIVERABLES / CHECKLIST
   ============================================================ */
.check-grid{display:grid;grid-template-columns:1fr;gap:10px}
@media(min-width:640px){.check-grid{grid-template-columns:1fr 1fr}}
@media(min-width:1024px){.check-grid{grid-template-columns:repeat(3,1fr)}}
.check-item{display:flex;align-items:flex-start;gap:12px;
  background:var(--white);border-radius:var(--r);padding:18px 20px}
.check-circle{width:22px;height:22px;border-radius:50%;background:var(--blue-soft);
  display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:2px}
.check-circle svg{width:11px;height:11px;stroke:var(--blue);fill:none;stroke-width:2.5;
  stroke-linecap:round;stroke-linejoin:round}
.check-item p{font-size:14px;color:var(--black);font-weight:500;line-height:1.4;margin:0}


/* ============================================================
   FAQ ACCORDION
   ============================================================ */
.faq-list{display:flex;flex-direction:column;gap:2px;
  background:var(--grey-mid);border-radius:var(--r-lg);overflow:hidden}
.faq-item{background:var(--white)}
.faq-question{width:100%;display:flex;align-items:center;justify-content:space-between;
  gap:16px;padding:20px 24px;text-align:left;font-size:16px;font-weight:600;
  color:var(--black);cursor:pointer;transition:background .2s;min-height:60px}
.faq-question:hover{background:var(--grey-bg)}
@media(min-width:768px){.faq-question{padding:24px 32px;font-size:17px}}
.faq-icon{width:28px;height:28px;border-radius:50%;background:var(--grey-bg);
  display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:background .2s}
.faq-icon svg{width:14px;height:14px;stroke:var(--black);fill:none;stroke-width:2;
  stroke-linecap:round;transition:transform .3s ease}
.faq-item.open .faq-icon{background:var(--blue)}
.faq-item.open .faq-icon svg{stroke:var(--white);transform:rotate(45deg)}
.faq-answer{max-height:0;overflow:hidden;transition:max-height .4s ease,padding .3s ease}
.faq-answer-inner{padding:0 24px 24px}
@media(min-width:768px){.faq-answer-inner{padding:0 32px 28px}}
.faq-answer-inner p{font-size:15px;line-height:1.7;color:var(--grey-text);margin:0}
.faq-item.open .faq-answer{max-height:300px}


/* ============================================================
   ABOUT PAGE
   ============================================================ */
.about-split{display:grid;grid-template-columns:1fr;gap:48px;align-items:center}
@media(min-width:768px){.about-split{grid-template-columns:1fr 1fr;gap:64px}}
@media(min-width:1024px){.about-split{grid-template-columns:1fr 1fr;gap:80px}}
.about-img{border-radius:var(--r-lg);overflow:hidden;aspect-ratio:4/5;max-height:600px}
.about-img img{width:100%;height:100%;object-fit:cover;object-position:top}
.about-text h2{margin-bottom:20px}
.about-text .lead{margin-bottom:20px}
.about-text p{margin-bottom:16px}

.values-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}
@media(min-width:768px){.values-grid{grid-template-columns:repeat(3,1fr)}}
.value-card{background:var(--grey-bg);border-radius:var(--r);padding:24px 20px}
.value-icon{width:40px;height:40px;background:var(--blue-soft);border-radius:8px;
  display:flex;align-items:center;justify-content:center;margin-bottom:16px}
.value-icon svg{width:20px;height:20px;stroke:var(--blue);fill:none;stroke-width:1.75;
  stroke-linecap:round;stroke-linejoin:round}
.value-card h4{margin-bottom:8px}
.value-card p{font-size:14px;margin:0}

.tools-row{display:flex;flex-wrap:wrap;gap:12px;margin-top:40px}
.tool-badge{display:inline-flex;align-items:center;gap:8px;padding:10px 16px;
  background:var(--grey-bg);border-radius:var(--r);border:1px solid var(--grey-mid);
  font-size:13px;font-weight:600;color:var(--grey-text)}


/* ============================================================
   CONTACT PAGE
   ============================================================ */
.contact-split{display:grid;grid-template-columns:1fr;gap:48px}
@media(min-width:1024px){.contact-split{grid-template-columns:1fr 1fr;gap:80px;align-items:start}}

/* Form */
.form-group{display:flex;flex-direction:column;gap:8px;margin-bottom:20px}
.form-label{font-size:14px;font-weight:600;color:var(--black)}
.form-input{width:100%;padding:14px 16px;border:1.5px solid var(--grey-mid);
  border-radius:10px;font-size:16px;font-family:inherit;color:var(--black);
  background:var(--white);transition:border-color .2s;outline:none;min-height:48px}
.form-input:focus{border-color:var(--blue);box-shadow:0 0 0 3px var(--blue-soft)}
textarea.form-input{min-height:140px;resize:vertical;line-height:1.6}
.form-select{appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%2386868B' stroke-width='1.5' stroke-linecap='round' fill='none'/%3E%3C/svg%3E");
  background-repeat:no-repeat;background-position:right 14px center;padding-right:40px}
.form-row{display:grid;grid-template-columns:1fr;gap:0}
@media(min-width:640px){.form-row{grid-template-columns:1fr 1fr;gap:16px}}
.form-submit .btn{width:100%;justify-content:center;font-size:16px;padding:18px}
@media(min-width:480px){.form-submit .btn{width:auto}}
.form-note{font-size:13px;color:var(--grey-text);margin-top:12px}

/* Contact info sidebar */
.contact-info{display:flex;flex-direction:column;gap:24px}
.contact-info-item{display:flex;gap:14px;align-items:flex-start;
  padding:20px 24px;background:var(--grey-bg);border-radius:var(--r)}
.contact-info-icon{width:40px;height:40px;background:var(--blue-soft);border-radius:8px;
  display:flex;align-items:center;justify-content:center;flex-shrink:0}
.contact-info-icon svg{width:18px;height:18px;stroke:var(--blue);fill:none;stroke-width:1.75;
  stroke-linecap:round;stroke-linejoin:round}
.contact-info-item h4{margin-bottom:4px}
.contact-info-item p{font-size:14px;margin:0}
.contact-info-item a{color:var(--blue);font-weight:500}


/* ============================================================
   CTA BAND
   ============================================================ */
.cta-band{padding:72px 0;text-align:center;position:relative;overflow:hidden;
  background:#010914}
.cta-band::before{display:none}
@media(min-width:768px){.cta-band{padding:100px 0}}
.cta-band h2{color:var(--white);margin:0 auto 16px;max-width:640px}
.cta-band .lead{color:rgba(255,255,255,.45);max-width:480px;margin:0 auto 40px}
.cta-actions{display:flex;flex-direction:column;align-items:center;gap:12px;flex-wrap:wrap}
@media(min-width:480px){.cta-actions{flex-direction:row;justify-content:center}}
.cta-note{margin-top:24px;font-size:13px;color:rgba(255,255,255,.25)}


/* ============================================================
   FOOTER
   ============================================================ */
footer{background:#0A0C0F;padding:56px 0 36px}
@media(min-width:768px){footer{padding:72px 0 44px}}

.footer-grid{display:grid;grid-template-columns:1fr 1fr;gap:36px;
  padding-bottom:44px;border-bottom:1px solid rgba(255,255,255,.06);margin-bottom:32px}
@media(min-width:640px){.footer-grid{grid-template-columns:1fr 1fr 1fr}}
@media(min-width:1024px){.footer-grid{grid-template-columns:2fr 1fr 1fr 1fr}}

.footer-brand{grid-column:1/-1}
@media(min-width:640px){.footer-brand{grid-column:auto}}

.footer-brand img{height:46px;width:auto;margin-bottom:16px;opacity:.9}
.footer-brand-name{display:block;font-size:17px;font-weight:800;
  color:var(--white);letter-spacing:-0.02em;margin-bottom:14px}
.footer-brand-name sup{font-size:10px;color:var(--blue)}
.footer-brand p{font-size:14px;color:rgba(255,255,255,.3);line-height:1.7;max-width:240px;margin-bottom:20px}
.footer-loc{font-size:13px;color:rgba(255,255,255,.25);display:flex;align-items:center;gap:6px}
.footer-loc svg{width:13px;height:13px;stroke:rgba(255,255,255,.25);fill:none;
  stroke-width:2;stroke-linecap:round;flex-shrink:0}

.footer-col h5{font-size:11px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;
  color:rgba(255,255,255,.2);margin-bottom:18px}
.footer-col ul{display:flex;flex-direction:column;gap:11px}
.footer-col ul li a{font-size:14px;color:rgba(255,255,255,.45);transition:color .15s}
.footer-col ul li a:hover{color:var(--white)}

.footer-bottom{display:flex;flex-direction:column;gap:12px;align-items:flex-start}
@media(min-width:640px){.footer-bottom{flex-direction:row;justify-content:space-between;align-items:center}}
.footer-copy{font-size:13px;color:rgba(255,255,255,.2);margin:0}
.footer-legal{display:flex;gap:20px}
.footer-legal a{font-size:13px;color:rgba(255,255,255,.2);transition:color .15s}
.footer-legal a:hover{color:rgba(255,255,255,.6)}


/* ============================================================
   ANIMATION UTILITIES
   ============================================================ */
.reveal{opacity:0;transform:translateY(32px);transition:opacity .7s ease,transform .7s ease}
.reveal.in-view{opacity:1;transform:translateY(0)}
.reveal-up{opacity:0;transform:translateY(48px)}
.reveal-up.in-view{opacity:1;transform:translateY(0);transition:opacity .8s ease,transform .8s cubic-bezier(.22,1,.36,1)}
.stagger-item{opacity:0;transform:translateY(24px)}
.stagger-item.in-view{opacity:1;transform:translateY(0);
  transition:opacity .6s ease,transform .6s cubic-bezier(.22,1,.36,1)}

/* Word split animation */
.word-split .word{display:inline-block;overflow:hidden;vertical-align:bottom}
.word-split .word-inner{display:inline-block;transform:translateY(100%);
  transition:transform .8s cubic-bezier(.22,1,.36,1)}
.word-split.in-view .word-inner{transform:translateY(0)}

/* Char split */
.char-split .char{display:inline-block;opacity:0;transform:translateY(30px)}

/* Counter */
.counter{font-variant-numeric:tabular-nums}

/* Gradient text */
.grad-text{background:var(--grad-creative);
  -webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}

/* Glow */
.blue-glow{box-shadow:0 0 60px rgba(0,111,230,.2),0 0 120px rgba(0,111,230,.1)}

/* Dark bg section */
.bg-dark{background:var(--black)}
.bg-dark h2,.bg-dark h3,.bg-dark h4{color:var(--white)}
.bg-dark p{color:rgba(255,255,255,.45)}
.bg-dark .label{color:var(--blue)}

.bg-grey{background:var(--grey-bg)}

/* Divider */
.divider{height:1px;background:var(--grey-mid);margin:0}
.divider-dark{height:1px;background:rgba(255,255,255,.07);margin:0}


/* ============================================================
   MOBILE ENHANCEMENTS — 2026 Edition
   ============================================================ */

/* ---- Ripple keyframe (injected by mobile.js) ---- */
@keyframes rippleAnim {
  to { transform: scale(1); opacity: 0; }
}

/* ---- Fluid paragraph ---- */
p { font-size: clamp(15px, 2.2vw, 17px); }
h4 { font-size: clamp(15px, 2vw, 17px); }

/* ---- Container query setup ---- */
.services-home-grid,
.bento-grid,
.stats-grid,
.check-grid,
.values-grid,
.service8-grid {
  container-type: inline-size;
  container-name: grid;
}

/* Service cards reflow by container width, not screen width */
@container grid (max-width: 480px) {
  .svc-card { padding: 24px 20px; }
  .svc-card h3 { font-size: 15px; }
  .bento-cell { padding: 24px; }
  .s8-card { padding: 24px 20px; }
}
@container grid (min-width: 600px) {
  .svc-card h3 { font-size: 16px; }
  .check-item { padding: 20px 24px; }
}

/* ---- Touch active states — mobile press feedback ---- */
@media (hover: none) and (pointer: coarse) {
  .btn:active {
    transform: scale(0.96);
    transition: transform 0.08s ease;
  }
  .svc-card:active,
  .bento-cell:active,
  .s8-card:active,
  .value-card:active,
  .check-item:active {
    transform: scale(0.98);
    transition: transform 0.08s ease;
  }
  /* Remove hover states on touch — they get stuck */
  .svc-card:hover,
  .bento-cell:hover,
  .s8-card:hover { background: inherit; transform: none; }
  .btn-primary:hover { transform: none; box-shadow: none; }
  .img-row-item:hover img { transform: none; }
}

/* ---- Mobile CTA strip ---- */
.mobile-cta-strip {
  display: none;
}
@media (max-width: 767px) {
  .mobile-cta-strip {
    display: flex;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 850;
    padding: 12px 16px calc(12px + env(safe-area-inset-bottom));
    background: rgba(12, 14, 19, 0.96);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-top: 1px solid rgba(255,255,255,0.07);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
  }
  .mobile-cta-strip a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    background: #006FE6;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.01em;
    padding: 14px 24px;
    border-radius: 12px;
    text-decoration: none;
    box-shadow: 0 4px 24px rgba(0,111,230,0.5), 0 0 0 0 rgba(0,111,230,0.4);
    min-height: 52px;
    position: relative;
    overflow: hidden;
    animation: mcsGlow 2.5s ease-in-out 1s infinite;
  }
  .mobile-cta-strip a::before {
    content: '';
    position: absolute;
    top: 0; left: -100%;
    width: 55%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    animation: fbShimmer 3.5s ease-in-out 2s infinite;
    pointer-events: none;
  }
  @keyframes mcsGlow {
    0%, 100% { box-shadow: 0 4px 24px rgba(0,111,230,.5), 0 0 0 0 rgba(0,111,230,.35); }
    50% { box-shadow: 0 4px 24px rgba(0,111,230,.6), 0 0 0 6px rgba(0,111,230,0); }
  }
  .mobile-cta-strip .mcs-dot {
    width: 7px; height: 7px;
    background: #4ade80;
    border-radius: 50%;
    animation: fbPulse 2s ease-in-out infinite;
  }
  /* Push footer content up so strip doesn't overlap */
  body { padding-bottom: calc(80px + env(safe-area-inset-bottom)); }
}
@keyframes fbPulse { 0%,100%{opacity:1;transform:scale(1)} 50%{opacity:.5;transform:scale(1.5)} }

/* ---- PWA Install Banner ---- */
#pwa-install-banner {
  position: fixed;
  bottom: -120px;
  left: 16px;
  right: 16px;
  z-index: 1000;
  background: #1a1d24;
  border: 1px solid rgba(77,159,255,0.2);
  border-radius: 18px;
  padding: 16px 20px;
  display: flex;
  align-items: center;
  gap: 14px;
  box-shadow: 0 8px 40px rgba(0,0,0,0.5);
  transition: bottom 0.5s cubic-bezier(0.34,1.56,0.64,1);
}
#pwa-install-banner.show { bottom: calc(16px + env(safe-area-inset-bottom)); }
.pwa-icon {
  width: 44px; height: 44px;
  border-radius: 10px;
  overflow: hidden;
  flex-shrink: 0;
}
.pwa-icon img { width: 100%; height: 100%; object-fit: cover; }
.pwa-text { flex: 1; }
.pwa-text strong { display: block; font-size: 14px; font-weight: 700; color: #fff; margin-bottom: 2px; }
.pwa-text span { font-size: 12px; color: rgba(255,255,255,0.45); }
.pwa-actions { display: flex; gap: 8px; flex-shrink: 0; }
#pwa-install-btn {
  background: #4d9fff;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  padding: 8px 14px;
  border-radius: 8px;
  border: none;
  cursor: pointer;
  white-space: nowrap;
}
#pwa-dismiss-btn {
  background: rgba(255,255,255,0.08);
  color: rgba(255,255,255,0.5);
  font-size: 13px;
  font-weight: 600;
  padding: 8px 10px;
  border-radius: 8px;
  border: none;
  cursor: pointer;
}

/* ---- Enhanced reveal animations — mobile tuned ---- */
.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.6s ease, transform 0.6s cubic-bezier(0.22,1,0.36,1);
}
.reveal.in-view { opacity: 1; transform: translateY(0); }

.reveal-up {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.7s ease, transform 0.7s cubic-bezier(0.22,1,0.36,1);
}
.reveal-up.in-view { opacity: 1; transform: translateY(0); }

.stagger-item {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.55s ease, transform 0.55s cubic-bezier(0.22,1,0.36,1);
}
.stagger-item.in-view { opacity: 1; transform: translateY(0); }

/* ---- Hide floating pill on mobile — strip takes over ---- */
@media (max-width: 767px) {
  .float-book { display: none !important; }
}

/* ---- Mobile hero scroll cue ---- */
@media (max-width: 767px) {
  .scroll-cue { bottom: 6px; }
  .hero-home h1 { font-size: clamp(34px, 11vw, 56px); }
  .hero-home .lead { font-size: clamp(15px, 4vw, 18px); }
  .hero-actions { gap: 10px; }
  .hero-actions .btn { width: 100%; justify-content: center; }
}

/* ---- Better touch targets site-wide ---- */
@media (max-width: 767px) {
  .btn { min-height: 52px; font-size: 15px; }
  .btn-sm { min-height: 44px; }
  .faq-question { min-height: 64px; }
  .nav-logo img { height: 44px; }
  .footer-grid { gap: 28px; }
}

/* ---- Safe area padding for notched phones ---- */
nav { padding-left: env(safe-area-inset-left); padding-right: env(safe-area-inset-right); }
.container { padding-left: max(20px, env(safe-area-inset-left)); padding-right: max(20px, env(safe-area-inset-right)); }
@media(min-width:768px){.container{padding-left:max(32px,env(safe-area-inset-left));padding-right:max(32px,env(safe-area-inset-right))}}

/* ---- Momentum scrolling on iOS ---- */
html { -webkit-overflow-scrolling: touch; }


/* ============================================================
   CREATIVE REFRESH — Brand Identity, Grain, Editorial Moments
   ============================================================ */

/* ---- Grain noise texture overlay ---- */
.grain-overlay::after,
.hero-home::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='300' height='300'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.75' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='300' height='300' filter='url(%23n)' opacity='1'/%3E%3C/svg%3E");
  opacity: 0.038;
  mix-blend-mode: overlay;
}

/* Hero content must sit above grain */
.hero-home-inner { position: relative; z-index: 3; }
.scroll-cue { z-index: 3; }

/* Dark sections also get grain */
.bg-dark.grain-overlay,
.cta-band { position: relative; }
.cta-band::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='300' height='300'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.75' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='300' height='300' filter='url(%23n)' opacity='1'/%3E%3C/svg%3E");
  opacity: 0.03;
  mix-blend-mode: overlay;
}
.cta-band .container { position: relative; z-index: 1; }

/* ---- Service cards — gradient top accent ---- */
.svc-card {
  position: relative;
  border-top: 3px solid transparent;
  background-clip: padding-box;
}
.svc-card::before {
  content: '';
  position: absolute;
  top: -3px; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(90deg, #004CC2, #006FE6);
  opacity: 0;
  transition: opacity 0.3s ease;
}
.svc-card:hover::before { opacity: 1; }

/* ---- Problem strip numbers — gradient ---- */
.ps-num {
  background: var(--grad-brand);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-size: 13px;
  font-weight: 800;
}

/* ---- Stat numbers — gradient ---- */
.stat-num {
  background: var(--grad-brand);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  display: block;
  font-size: clamp(36px, 6vw, 56px);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1;
  margin-bottom: 8px;
}
.stat-num .blue { -webkit-text-fill-color: transparent; }

/* ---- Bento big number — gradient on dark cells ---- */
.bento-cell.dark .bento-big-num {
  background: var(--grad-creative);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* ---- Bento icon — violet on white cells ---- */
.bento-cell:not(.dark):not(.blue):not(.grey) .bento-icon {
  background: var(--orange-soft);
}
.bento-cell:not(.dark):not(.blue):not(.grey) .bento-icon svg {
  stroke: var(--orange);
}

/* ---- Journey preview grid ---- */
.journey-preview-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2px;
  background: var(--grey-mid);
  border-radius: var(--r-lg);
  overflow: hidden;
}
@media(min-width: 640px) {
  .journey-preview-grid { grid-template-columns: 1fr 1fr; }
}
@media(min-width: 1024px) {
  .journey-preview-grid { grid-template-columns: repeat(5, 1fr); }
}
.journey-preview-item {
  background: var(--white);
  padding: 32px 28px 36px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  transition: background 0.2s;
  position: relative;
}
.journey-preview-item:hover { background: #fafafa; }
.journey-preview-item::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 2px;
  background: var(--grad-brand);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.35s cubic-bezier(0.22,1,0.36,1);
}
.journey-preview-item:hover::before { transform: scaleX(1); }
.jp-num {
  font-size: clamp(48px, 7vw, 72px);
  font-weight: 900;
  line-height: 1;
  letter-spacing: -0.04em;
  background: var(--grad-brand);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  opacity: 0.35;
  margin-bottom: 4px;
}
.journey-preview-item h3 { font-size: 15px; margin: 0; }
.journey-preview-item p { font-size: 13px; line-height: 1.6; margin: 0; flex: 1; }

/* ---- Enhanced svc-link with violet ---- */
.svc-link { color: var(--orange); }
.svc-icon svg { stroke: var(--orange); }

/* ---- Stell num blue ---- */
.stell-num.active { color: transparent; -webkit-text-stroke: 2px var(--orange); }

/* ---- Value icons — violet ---- */
.value-icon { background: var(--orange-soft); }
.value-icon svg { stroke: var(--orange); }

/* ---- Check circles — violet ---- */
.check-circle { background: var(--orange-soft); }
.check-circle svg { stroke: var(--orange); }

/* ---- Bento cell hover — lift effect ---- */
.bento-cell {
  transition: background 0.2s, transform 0.25s cubic-bezier(0.22,1,0.36,1), box-shadow 0.25s;
}
@media(hover: hover) {
  .bento-cell:not(.dark):not(.blue):hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 32px rgba(0,0,0,.08);
  }
}

/* ---- Footer gradient accent line ---- */
footer {
  border-top: 1px solid transparent;
  background-image: linear-gradient(#0A0C0F, #0A0C0F),
    linear-gradient(90deg, var(--blue) 0%, var(--violet) 100%);
  background-origin: border-box;
  background-clip: padding-box, border-box;
}

/* ---- Amber pulse dots across pages ---- */
.hero-badge-dot,
.bk-badge-dot,
.fb-dot,
.mcs-dot { background: var(--amber) !important; }
@keyframes pulse{0%,100%{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(.8)}}

/* ---- Creative section header accent ---- */
.section-header h2 em,
.section-header h2 i {
  font-style: normal;
  background: var(--grad-creative);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* ---- Page header stat row ---- */
.page-stat-row {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  margin-top: 48px;
}
.page-stat { display: flex; flex-direction: column; gap: 4px; }
.page-stat-num {
  font-size: clamp(28px, 4vw, 40px);
  font-weight: 900;
  letter-spacing: -0.03em;
  line-height: 1;
  background: var(--grad-brand);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.page-stat-lbl { font-size: 13px; color: rgba(255,255,255,.4); font-weight: 500; }

/* ---- Tag pill — violet variant ---- */
.tag-violet {
  background: var(--orange-soft);
  color: var(--orange);
  border-color: rgba(124,58,237,.2);
}

/* ---- Mobile: blue strip (no orange) ---- */
@media(max-width: 767px) {
  .mobile-cta-strip a {
    background: #006FE6;
    box-shadow: 0 4px 24px rgba(0,111,230,0.5);
  }
}


/* ---- Mobile hero fit + publishes bar overflow fix ---- */
@media(max-width:767px){
  .hero-home{min-height:auto}
  .hp-name{display:none}
  .hp-pill{flex-wrap:wrap;justify-content:center;gap:8px 12px;padding:9px 14px;max-width:100%}
  .hp-icon{width:auto}
  .hero-stats{gap:16px;flex-wrap:wrap}
  .hstat-rule{display:none}
}
