/* ============================================================
   NorthBridge Automotive — site.css
   Shared across English and Chinese versions
   ============================================================ */

*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}

:root{
  --c0:#08182b;
  --c1:#0c1f38;
  --c2:#0f2644;
  --gold:#2d7dd2;
  --gold2:#5b9ee4;
  --white:#fff;
  --muted:#7a8fa8;
  --border:rgba(45,125,210,.18);
  --border2:rgba(255,255,255,.07);
  --fh:'Space Grotesk','DM Sans',system-ui,sans-serif;
  --fb:'Inter','DM Sans',system-ui,sans-serif;
  --max:1140px;
  --pad:96px
}

html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}
body{background:var(--c0);color:var(--white);font-family:var(--fb);font-size:16px;line-height:1.7;-webkit-font-smoothing:antialiased}

/* ---- Typography ---- */
h1,h2,h3,h4{font-family:var(--fh);font-weight:700;line-height:1.12;letter-spacing:-.02em;max-width:none}
h1{font-size:clamp(2.4rem,5.5vw,4rem)}
h2{font-size:clamp(1.8rem,3.2vw,2.6rem)}
h3{font-size:clamp(1.05rem,1.8vw,1.35rem);font-weight:600}
h4{font-size:1rem;font-weight:600}
p{color:rgba(255,255,255,.74);max-width:66ch}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}
em{font-style:italic;color:var(--gold2)}
strong{font-weight:600;color:var(--white)}
.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 ---- */
.container{max-width:var(--max);margin:0 auto;padding:0 40px}
section{padding:var(--pad) 0}

.eyebrow{display:block;font-family:var(--fb);font-size:.68rem;font-weight:600;letter-spacing:.2em;text-transform:uppercase;color:var(--gold);margin-bottom:14px}
.eyebrow.on-dark{color:var(--gold)}

/* ---- Skip link ---- */
.skip-link{position:absolute;top:-100px;left:0;background:var(--gold);color:var(--c0);padding:8px 16px;font-size:.85rem;font-weight:600;z-index:999;transition:top .2s}
.skip-link:focus{top:0}

/* ---- Buttons ---- */
.btn{display:inline-flex;align-items:center;gap:8px;padding:13px 26px;font-family:var(--fb);font-size:.8rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;border-radius:2px;border:none;cursor:pointer;transition:all .2s ease}
.arrow{width:16px;height:16px;flex-shrink:0;display:inline-block;vertical-align:middle}
.btn-primary{background:var(--gold);color:#fff}
.btn-primary:hover{background:var(--gold2);transform:translateY(-1px)}
.btn-ghost{background:transparent;color:rgba(255,255,255,.8);border:1px solid rgba(255,255,255,.25)}
.btn-ghost:hover{border-color:var(--gold);color:var(--gold)}
.btn-ghost-on-dark{background:transparent;color:rgba(255,255,255,.7);border:1px solid rgba(255,255,255,.2)}
.btn-ghost-on-dark:hover{border-color:var(--gold);color:var(--gold)}
.btn-ghost-on-light{background:transparent;color:var(--c0);border:1px solid rgba(8,24,43,.3)}
.btn-ghost-on-light:hover{border-color:var(--gold);color:var(--gold)}

/* ---- NAV ---- */
.nav{position:fixed;top:0;left:0;right:0;z-index:100;height:90px;display:flex;align-items:center;background:rgba(8,24,43,.97);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-bottom:1px solid var(--border)}
.nav-inner{max-width:var(--max);margin:0 auto;padding:0 40px;width:100%;display:flex;align-items:center;justify-content:space-between;gap:20px}
.nav-logo{display:flex;align-items:center}
.nav-logo__img{height:82px;width:auto}   /* bigger logo */
.nav-links{display:flex;align-items:center;gap:22px;list-style:none}
.nav-links a,.nav-links>a{font-size:.72rem;font-weight:500;letter-spacing:.1em;text-transform:uppercase;color:rgba(255,255,255,.62);transition:color .18s;white-space:nowrap}
.nav-links a:hover,.nav-links a.active{color:var(--gold)}
.lang{display:inline-flex;gap:8px;align-items:center;margin-left:4px}
.lang a{font-size:.68rem!important;font-weight:600!important;color:rgba(255,255,255,.4)!important;padding:3px 8px;border:1px solid rgba(255,255,255,.14);border-radius:2px;transition:all .18s!important}
.lang a:hover,.lang a.active{color:var(--gold)!important;border-color:var(--gold)!important}
.nav-cta{display:inline-flex!important;align-items:center!important;gap:6px!important;background:var(--gold)!important;color:#fff!important;padding:8px 14px!important;border-radius:2px!important;font-size:.68rem!important;font-weight:600!important;letter-spacing:.06em!important;transition:background .2s!important;margin-left:8px;white-space:nowrap!important}
.nav-cta:hover{background:var(--gold2)!important;color:#fff!important}
.nav-cta .arrow{display:none!important}
.nav-burger{display:none;background:none;border:none;cursor:pointer;padding:4px;color:var(--white)}
.nav-burger svg{width:24px;height:24px}

/* ---- HERO ---- */
.hero{position:relative;overflow:hidden;min-height:100vh;display:flex;align-items:center;padding:120px 0 80px;background-image:url('bridge.jpg');background-size:cover;background-position:center 40%;background-repeat:no-repeat}
.hero::before{content:'';position:absolute;inset:0;z-index:0;background:linear-gradient(95deg,rgba(8,24,43,.96) 0%,rgba(8,24,43,.88) 38%,rgba(8,24,43,.62) 62%,rgba(8,24,43,.28) 100%)}
.hero::after{content:'';position:absolute;bottom:0;left:0;right:0;height:220px;z-index:0;background:linear-gradient(to bottom,transparent,#08182b)}
.hero .container,.hero-inner{position:relative;z-index:1}
.hero h1{margin-bottom:22px;text-shadow:0 2px 24px rgba(0,0,0,.35)}
.hero .lead{font-size:1.1rem;color:rgba(255,255,255,.78);margin-bottom:10px;max-width:54ch}
.hero .pin{display:inline-flex;align-items:center;gap:8px;font-size:.76rem;color:var(--muted);letter-spacing:.08em;margin-bottom:36px}
.hero .pin svg{width:16px;height:16px;flex-shrink:0;color:var(--gold)}
.hero-cta{display:flex;gap:14px;flex-wrap:wrap}
.hero-cta .btn{display:inline-flex;align-items:center;gap:8px}

/* ---- Page Hero (inner pages) ---- */
.page-hero{padding:140px 0 56px;position:relative;overflow:hidden;border-bottom:1px solid var(--border);background-image:url('bridge.jpg');background-size:cover;background-position:right 35%}
.page-hero::before{content:'';position:absolute;inset:0;z-index:0;background:linear-gradient(95deg,rgba(8,24,43,.95) 0%,rgba(8,24,43,.82) 45%,rgba(8,24,43,.45) 75%,rgba(8,24,43,.20) 100%)}
.page-hero>.container{position:relative;z-index:1}
.page-hero h1{margin-bottom:18px}
.page-hero .lead{font-size:1.05rem;max-width:58ch}

/* ---- Stats ---- */
.stats-section{padding:0}
.stats{border:1px solid var(--border);border-top:2px solid var(--gold)}
.stats-grid{display:grid;grid-template-columns:repeat(4,1fr)}
.stat{padding:34px 24px;border-right:1px solid var(--border);text-align:center;background:rgba(8,24,43,.55)}
.stat:last-child{border-right:none}
.stat .num{font-family:var(--fh);font-size:2.2rem;font-weight:700;color:var(--gold);line-height:1;margin-bottom:6px}
.stat .lbl{display:block;font-size:.7rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--muted)}
.stat .sub{display:block;font-size:.72rem;color:rgba(255,255,255,.38);margin-top:3px}

/* ---- Section utilities ---- */
.alt{background:var(--c1)}
.section-head{margin-bottom:48px}
.section-head h2{margin-bottom:14px}
.section-head p{max-width:62ch}
.section-head.center{text-align:center}
.section-head.center p{margin:0 auto}

/* ---- What we do border ---- */
#what-we-do{border-bottom:1px solid rgba(255,255,255,.12)}

/* ---- Split layout ---- */
.split{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:start}
.split-body p+p{margin-top:14px}
.split-sub{font-size:1rem;color:rgba(255,255,255,.6);margin-top:14px;font-style:italic;max-width:44ch}

/* ---- Check lists ---- */
.check-list{list-style:none;padding:0}
.check-list.divided{display:grid;grid-template-columns:1fr 1fr;gap:0}
.check-list.divided li{padding:16px 0;border-bottom:1px solid var(--border2);display:flex;align-items:flex-start;gap:14px;font-size:.93rem;color:rgba(255,255,255,.75)}
.check-list.divided li:last-child{border-bottom:none}
.check-list.divided li:nth-last-child(2){border-bottom:none}
.check-list.divided li::before{content:'✓';flex-shrink:0;color:var(--gold);font-size:.9rem;font-weight:700;margin-top:2px;font-family:var(--fb);line-height:1}
.check-list.pillars{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:0}
.check-list.pillars li{background:var(--c2);border:1px solid var(--border);border-radius:3px;padding:20px 22px;font-size:.9rem;color:rgba(255,255,255,.78);display:flex;align-items:flex-start;gap:12px}
.check-list.pillars li::before{content:'→';color:var(--gold);flex-shrink:0}

/* ---- Services ---- */
.services{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.service{background:var(--c2);border:1px solid var(--border);border-radius:3px;padding:32px 28px;transition:border-color .2s,transform .2s}
.service:hover{border-color:rgba(45,125,210,.40);transform:translateY(-2px)}
.service .icon{display:flex;width:40px;height:40px;align-items:center;justify-content:center;border:1px solid var(--border);border-radius:2px;margin-bottom:20px}
.service .icon svg{width:20px;height:20px;stroke:var(--gold);fill:none;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}
.service h3{margin-bottom:10px}
.service p{font-size:.9rem}
.service .outcome{margin-top:18px;padding-top:16px;border-top:1px solid var(--border);font-size:.78rem;color:var(--muted);display:flex;align-items:flex-start;gap:8px}
.outcome-lbl{color:var(--gold);font-weight:600;flex-shrink:0}
.outcome-arrow{width:14px;height:14px;flex-shrink:0;margin-top:1px;stroke:var(--gold);fill:none;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}

/* ---- Steps ---- */
.steps{list-style:none;padding:0;margin-top:40px;display:flex;flex-direction:column}
.step{display:grid;grid-template-columns:56px 1fr;gap:24px;padding:28px 0;border-bottom:1px solid var(--border2);align-items:start}
.step:last-child{border-bottom:none}
.dot{width:40px;height:40px;background:var(--c2);border:1px solid var(--border);border-radius:50%;display:flex;align-items:center;justify-content:center}
.dot span{font-family:var(--fh);font-size:1rem;font-weight:700;color:var(--gold)}
.step h3{margin-bottom:6px;font-size:1rem}
.step p{font-size:.88rem;margin:0}
.process-intro{max-width:62ch;margin:0 auto 0}
.section-head.center+.steps{margin-top:40px}

/* ---- Value grid ---- */
.value-grid{list-style:none;padding:0;display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.value-card{background:var(--c2);border:1px solid var(--border);border-radius:3px;padding:28px 24px}
.value-card h3{margin-bottom:8px;font-size:1rem}
.value-card p{font-size:.88rem;margin:0}
.value-icon{display:flex;width:36px;height:36px;align-items:center;justify-content:center;border:1px solid var(--border);border-radius:2px;margin-bottom:16px}
.value-icon svg{width:18px;height:18px}

/* ---- Why list ---- */
.why-grid{display:grid;grid-template-columns:1fr 1fr;gap:72px;align-items:center}
.why-list{list-style:none;margin-top:28px}
.why-list li{display:flex;align-items:center;gap:16px;font-size:.93rem;color:rgba(255,255,255,.8);padding:14px 0;border-bottom:1px solid var(--border2)}
.why-list li:last-child{border-bottom:none}
.why-list li::before{content:'→';color:var(--gold);flex-shrink:0}

/* ---- About split ---- */
.about-split{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:start}
.about-block p+p{margin-top:14px}
.about-bridge img{width:100%;border-radius:3px;border:1px solid var(--border);filter:brightness(.85) contrast(1.05)}

/* ---- Leadership ---- */
.leader-v2{display:grid;grid-template-columns:280px 1fr;gap:56px;align-items:start}
.leader-portrait{margin:0}
.leader-portrait img{width:100%;border-radius:3px;border:1px solid var(--border);filter:grayscale(10%)}
.leader-portrait figcaption{margin-top:14px;padding:16px;background:var(--c2);border:1px solid var(--border);border-radius:2px}
.leader-name{display:block;font-family:var(--fh);font-size:1.05rem;font-weight:700;margin-bottom:4px}
.leader-credentials{display:block;font-size:.72rem;color:var(--gold);letter-spacing:.06em}
.leader-body p+p{margin-top:14px}

/* ---- Footprint ---- */
.footprint-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.footprint-card{background:var(--c2);border:1px solid var(--border);border-radius:3px;padding:28px 24px}
.footprint-card.primary-card{grid-column:1/-1;background:var(--c1)}
.footprint-card h3{font-size:1rem;margin-bottom:8px}
.footprint-card p{font-size:.88rem;max-width:none}
.footprint-note{margin-top:24px;font-size:.85rem;color:var(--muted);font-style:italic}

/* ---- CTA band ---- */
.cta-band{background:var(--c2);border-top:1px solid var(--border)}
.cta-band .center{text-align:center;margin-bottom:56px}
.cta-band .center h2{margin-bottom:14px}
.cta-band .center .lead{margin:0 auto 32px;max-width:54ch}

/* ---- Contact ---- */
.contact-grid{display:grid;grid-template-columns:1fr 1.4fr;gap:56px;align-items:start}
.contact-side h3{margin-bottom:10px}
.contact-intro{font-size:.93rem;margin-bottom:20px}
.contact-print{display:none}
.info{list-style:none;display:flex;flex-direction:column;gap:14px;margin-top:24px}
.info li{display:flex;align-items:flex-start;gap:14px}
.info-icon{display:flex;width:36px;height:36px;align-items:center;justify-content:center;background:rgba(45,125,210,.12);border:1px solid var(--border);border-radius:2px;flex-shrink:0}
.info-icon svg{width:16px;height:16px;color:var(--gold)}
.info-text{display:flex;flex-direction:column;gap:2px}
.info-text strong{font-size:.85rem;font-weight:600}
.info-text span,.info-text a{font-size:.82rem;color:var(--muted)}

/* ---- Form ---- */
input[name="_honey"]{display:none!important;visibility:hidden!important;position:absolute!important;left:-9999px!important;}
.form{display:flex;flex-direction:column}
.field{margin-bottom:18px}
.field label{display:block;font-size:.7rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--muted);margin-bottom:7px}
.req{color:var(--gold);margin-left:2px}
.field input,.field textarea,.field select{width:100%;background:var(--c2);border:1px solid var(--border);border-radius:2px;color:var(--white);font-family:var(--fb);font-size:.95rem;padding:12px 14px;transition:border-color .18s;outline:none;appearance:none}
.field input:focus,.field textarea:focus{border-color:var(--gold)}
.field textarea{min-height:130px;resize:vertical}
.form-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.privacy{font-size:.72rem;color:var(--muted);margin-bottom:18px;line-height:1.6}
.privacy a{color:var(--gold)}
.sep{margin:0 4px}
.form-submit{width:100%;justify-content:center;margin-top:4px}
.form-success{display:none;padding:24px;background:rgba(45,125,210,.10);border:1px solid var(--border);border-radius:3px;text-align:center;margin-top:16px}
.form-success p{max-width:none;color:rgba(255,255,255,.85);margin-bottom:14px}
.form-error{padding:16px;background:rgba(220,50,50,.1);border:1px solid rgba(220,50,50,.3);border-radius:3px;font-size:.85rem;color:rgba(255,100,100,.9);margin-top:12px}

/* ---- Footer ---- */
footer{border-top:1px solid var(--border);padding:44px 0 28px;background:var(--c0);position:relative;z-index:1}
.foot-grid{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:20px}
.foot-brand{flex-shrink:0;line-height:0}
.foot-logo__img{display:block;height:82px!important;width:auto!important;max-width:none!important;opacity:.85}
.foot-links{display:flex;gap:12px 20px;flex-wrap:wrap;max-width:600px}
.foot-links a{font-size:.73rem;color:rgba(255,255,255,.38);letter-spacing:.06em;transition:color .18s}
.foot-links a:hover{color:var(--gold)}
.foot-meta{font-size:.7rem;color:rgba(255,255,255,.26);letter-spacing:.06em}
.foot-linkedin{
  display:inline-flex;align-items:center;gap:7px;
  font-size:.73rem;color:rgba(255,255,255,.38);
  letter-spacing:.06em;transition:color .18s;
}
.foot-linkedin:hover{color:var(--gold)}
.foot-linkedin svg{width:14px;height:14px;flex-shrink:0}

/* ---- Cookie banner ---- */
.cookie-banner{position:fixed;bottom:0;left:0;right:0;z-index:500;background:var(--c1);border-top:1px solid var(--border);padding:16px 0}
.cookie-banner[hidden]{display:none}
.cookie-banner__inner{max-width:var(--max);margin:0 auto;padding:0 40px;display:flex;align-items:center;gap:24px;flex-wrap:wrap}
.cookie-banner__text{font-size:.82rem;color:rgba(255,255,255,.7);max-width:72ch;flex:1}
.cookie-banner__text a{color:var(--gold)}
.cookie-banner__actions{display:flex;gap:10px;flex-shrink:0}

/* ---- Reveal animation ---- */
.reveal{opacity:0;transform:translateY(16px);transition:opacity .6s ease,transform .6s ease}
.revealed,.js-off .reveal{opacity:1;transform:none}
.js .hero *{opacity:1;transform:none}

/* ---- Responsive ---- */
@media(max-width:1060px){
  .nav-links a,.nav-links>a{font-size:.67rem}
  .nav-links{gap:16px}
  .value-grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:900px){
  .engagement-flow{grid-template-columns:1fr}
  .engagement-flow::before{display:none}
  .stats-grid{grid-template-columns:repeat(2,1fr)}
  .stat:nth-child(2){border-right:none}
  .stat:nth-child(1),.stat:nth-child(2){border-bottom:1px solid var(--border)}
  .split{grid-template-columns:1fr;gap:36px}
  .split .check-list.divided{grid-template-columns:1fr}
  .check-list.divided{grid-template-columns:1fr}
  .check-list.pillars{grid-template-columns:1fr}
  .services{grid-template-columns:1fr}
  .why-grid{grid-template-columns:1fr}
  .about-split{grid-template-columns:1fr}
  .about-bridge{display:none}
  .leader-v2{grid-template-columns:1fr}
  .leader-portrait img{max-width:280px}
  .footprint-grid{grid-template-columns:repeat(2,1fr)}
  .footprint-card.primary-card{grid-column:auto}
  .contact-grid{grid-template-columns:1fr}
  .value-grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:768px){
  :root{--pad:60px}
  .container{padding:0 20px}
  .nav-links{
    display:none;flex-direction:column;position:fixed;top:90px;left:0;right:0;bottom:0;
    background:var(--c0);padding:36px 24px;gap:18px;align-items:flex-start;overflow-y:auto;z-index:99
  }
  .nav-links.open{display:flex}
  .nav-links a,.nav-links>a{font-size:.95rem}
  .nav-burger{display:flex!important}
  .nav-cta{margin-left:0!important;display:inline-flex!important;align-items:center!important}
  .page-hero{padding:120px 0 56px}
  .foot-grid{flex-direction:column;align-items:flex-start;gap:14px}
  .foot-links{gap:14px}
  .cookie-banner__inner{padding:0 20px;gap:14px}
}
@media(max-width:540px){
  .stats-grid{grid-template-columns:1fr 1fr}
  .form-row{grid-template-columns:1fr}
  .value-grid{grid-template-columns:1fr}
  .nav-inner{padding:0 20px}
}

/* ============================================================
   NEW HOMEPAGE COMPONENTS
   ============================================================ */

/* Hero proof points */
.hero-proof{list-style:none;padding:0;display:flex;flex-wrap:wrap;gap:8px 24px;margin:20px 0 32px}
.hero-proof li{display:flex;align-items:center;gap:8px;font-size:.88rem;color:rgba(255,255,255,.82);font-weight:500}
.hero-proof li svg{width:16px;height:16px;flex-shrink:0;color:var(--gold)}

/* Sprint section */






.timeline-item:last-child{border-bottom:none}

.timeline-content h4{font-size:.95rem;margin-bottom:6px}
.timeline-content p{font-size:.85rem;margin:0}

/* Services list inside cards */
.service-list{list-style:none;padding:0;margin-top:16px;display:flex;flex-direction:column;gap:8px}
.service-list li{font-size:.88rem;color:rgba(255,255,255,.72);padding-left:16px;position:relative}
.service-list li::before{content:'→';position:absolute;left:0;color:var(--gold);font-size:.8rem}

/* 4-column services on services page */
.services.four{grid-template-columns:repeat(4,1fr)}

/* Leader stats row */
.leader-stats{display:flex;gap:32px;margin-top:28px;padding-top:24px;border-top:1px solid var(--border2);flex-wrap:wrap}
.lstat{display:flex;flex-direction:column;gap:4px}
.lstat-num{font-family:var(--fh);font-size:1.6rem;font-weight:700;color:var(--gold);line-height:1}
.lstat-lbl{font-size:.72rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--muted)}

/* Call promise (contact page) */
.call-promise{text-align:center;padding-bottom:48px;border-bottom:1px solid var(--border2)}
.call-promise h2{margin-bottom:24px}
.call-list{list-style:none;padding:0;display:inline-flex;flex-direction:column;gap:14px;text-align:left;margin:0 auto}
.call-list li{display:flex;align-items:center;gap:12px;font-size:1rem;color:rgba(255,255,255,.85);font-weight:500}
.call-list li svg{width:18px;height:18px;flex-shrink:0;color:var(--gold)}

@media(max-width:900px){
  
  .services.four{grid-template-columns:repeat(2,1fr)}
  .leader-stats{gap:20px}
}
@media(max-width:540px){
  .services.four{grid-template-columns:1fr}
  .hero-proof{flex-direction:column;gap:10px}
}

/* ============================================================
   NEW CONTENT BLOCKS — homepage additions
   ============================================================ */

/* Lead sub-line below hero lead */
.lead-sub {
  font-size:.9rem;color:rgba(255,255,255,.55);
  margin-bottom:20px;max-width:50ch;font-style:italic;
}

/* ---- Why Most Suppliers Fail ---- */
#why-fail { background: var(--c0); }
.problem-grid {
  display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:start;
}
.problem-head h2 { margin-bottom:16px; }
.problem-head p { margin-bottom:10px; }
.problem-list {
  list-style:none;padding:0;margin-bottom:28px;
  display:flex;flex-direction:column;gap:0;
}
.problem-list li {
  padding:14px 0;border-bottom:1px solid var(--border2);
  display:flex;align-items:flex-start;gap:14px;
  font-size:.95rem;color:rgba(255,255,255,.78);font-weight:500;
}
.problem-list li::before {
  content:'—';color:var(--gold);flex-shrink:0;font-weight:700;
}
.problem-note {
  background:rgba(45,125,210,.07);border:1px solid var(--border);
  border-left:3px solid var(--gold);border-radius:0 3px 3px 0;
  padding:20px 24px;
}
.problem-note-head {
  font-size:.85rem;font-weight:600;color:rgba(255,255,255,.6);
  text-transform:uppercase;letter-spacing:.08em;margin-bottom:12px;
}
.problem-sub-list {
  list-style:none;padding:0;display:flex;flex-direction:column;gap:8px;margin-bottom:16px;
}
.problem-sub-list li {
  font-size:.9rem;color:rgba(255,255,255,.72);
  padding-left:16px;position:relative;
}
.problem-sub-list li::before { content:'✕';position:absolute;left:0;color:#e05555;font-size:.75rem; }
.problem-reasons {
  display:flex;flex-direction:column;gap:6px;padding-top:14px;
  border-top:1px solid var(--border2);
}
.problem-reasons span {
  font-size:.85rem;font-weight:600;color:rgba(255,255,255,.55);
}
.problem-reasons span::before { content:'→ ';color:var(--gold); }

/* ---- Access Is Not Enough ---- */
.access-grid {
  display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:start;
}
.access-left h2 { margin-bottom:18px; }
.access-left p+p { margin-top:14px; }
.access-box {
  background:var(--c2);border:1px solid var(--border);border-radius:3px;padding:32px;
}
.access-box-label {
  font-size:.72rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;
  color:var(--gold);margin-bottom:20px;display:block;
}
.access-cta-line {
  display:flex;align-items:center;gap:10px;
  margin-top:24px;padding-top:0;
  font-size:1rem;color:var(--white);
}
.access-cta-line svg { width:18px;height:18px;flex-shrink:0;color:var(--gold); }

/* ---- Case Teaser ---- */
#case-teaser { background:var(--c0); }
.case-teaser-grid {
  display:grid;grid-template-columns:280px 1fr;gap:56px;align-items:center;
  background:var(--c2);border:1px solid var(--border);border-radius:3px;
  padding:48px;
}
.case-teaser-label { text-align:center; }
.case-metric {
  display:flex;flex-direction:column;align-items:center;gap:8px;
  margin-top:16px;
}
.case-metric-from {
  font-family:var(--fh);font-size:3rem;font-weight:700;
  color:rgba(255,255,255,.25);line-height:1;
}
.case-metric svg { width:28px;height:28px;color:var(--gold); }
.case-metric-to {
  font-family:var(--fh);font-size:1.6rem;font-weight:700;
  color:var(--gold);line-height:1;text-align:center;
}
.case-teaser-body h3 { margin-bottom:12px;font-size:1.4rem; }
.case-teaser-body p { margin-bottom:16px; }
.oem-list {
  list-style:none;padding:0;display:flex;flex-wrap:wrap;gap:8px;
}
.oem-list li {
  background:rgba(45,125,210,.12);border:1px solid var(--border);
  border-radius:2px;padding:5px 12px;
  font-size:.78rem;font-weight:600;letter-spacing:.06em;color:rgba(255,255,255,.85);
}

/* ---- Pressure Block ---- */
.pressure-block {
  background: linear-gradient(135deg, #0a1e35 0%, #081828 50%, #0c1f38 100%);
  border-top:1px solid var(--border);border-bottom:1px solid var(--border);
}
.pressure-inner {
  display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:start;
  padding:16px 0;
}
.pressure-head h2 { margin-bottom:8px; }
.pressure-list {
  list-style:none;padding:0;margin-bottom:28px;
  display:flex;flex-direction:column;gap:0;
}
.pressure-list li {
  display:flex;align-items:center;gap:14px;
  padding:14px 0;border-bottom:1px solid var(--border2);
  font-size:.95rem;color:rgba(255,255,255,.78);font-weight:500;
}
.pressure-list li:last-child { border-bottom:none; }
.pressure-list li svg { width:16px;height:16px;flex-shrink:0;color:#e05555; }
.pressure-statement {
  padding:20px 24px;
  background:rgba(224,85,85,.06);
  border:1px solid rgba(224,85,85,.2);
  border-left:3px solid #e05555;
  border-radius:0 3px 3px 0;
}
.pressure-statement p { color:rgba(255,255,255,.8);font-size:1rem;max-width:none;margin-bottom:8px; }
.pressure-statement p:last-child { margin-bottom:0; }
.pressure-arrow { font-weight:700;color:var(--white)!important; }

/* ---- Final CTA list ---- */
.cta-list {
  list-style:none;padding:0;
  display:inline-flex;flex-direction:column;gap:12px;
  text-align:left;margin:16px auto 24px;
}
.cta-list li {
  display:flex;align-items:center;gap:10px;
  font-size:.95rem;color:rgba(255,255,255,.82);
}
.cta-list li svg { width:16px;height:16px;flex-shrink:0;color:var(--gold); }
.cta-honest {
  font-size:.82rem;color:rgba(255,255,255,.45);
  font-style:italic;margin-bottom:28px;max-width:none;
}


/* ===== Engagement Model ===== */
.engagement-flow{
  display:grid;grid-template-columns:repeat(3,1fr);
  gap:24px;margin-top:56px;position:relative;
}
@keyframes cardIn{
  from{opacity:0;transform:translateY(24px)}
  to{opacity:.92;transform:translateY(0)}
}
.js .engagement-flow.revealed .eng-card{
  animation:cardIn .5s ease both;
}
.js .engagement-flow.revealed .eng-card:nth-child(1){animation-delay:.05s}
.js .engagement-flow.revealed .eng-card:nth-child(2){animation-delay:.15s}
.js .engagement-flow.revealed .eng-card:nth-child(3){animation-delay:.25s}
.engagement-flow::before{
  content:"";position:absolute;
  top:32px;left:8%;right:8%;height:1px;
  background:linear-gradient(to right,transparent,var(--border),transparent);
  z-index:0;
}
.eng-card{
  background:var(--c2);border:1px solid var(--border);border-radius:3px;
  padding:32px 26px;text-decoration:none;color:inherit;
  position:relative;z-index:1;
  transition:border-color .25s ease, transform .25s ease, box-shadow .25s ease, opacity .25s ease;
  display:flex;flex-direction:column;height:100%;
  opacity:.92;
}
.eng-card:hover{
  border-color:var(--gold);
  transform:translateY(-4px);
  box-shadow:0 0 28px rgba(45,125,210,.18), 0 8px 32px rgba(0,0,0,.25);
  opacity:1;
}
.eng-num{
  font-family:var(--fh);font-size:.9rem;color:var(--gold);
  letter-spacing:.2em;margin-bottom:16px;
}
.eng-card h3{margin-bottom:8px}
.eng-sub{font-size:.8rem;color:var(--muted);margin-bottom:18px;max-width:none}
.eng-card ul{list-style:none;margin:0 0 24px;padding:0}
.eng-card ul li{
  font-size:.88rem;color:rgba(255,255,255,.75);
  margin-bottom:8px;display:flex;gap:8px;align-items:flex-start;
}
.eng-card ul li::before{content:"→";color:var(--gold);flex-shrink:0}
.eng-result{
  margin-top:auto;padding-top:20px;
  font-size:.78rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;
  color:var(--gold);transition:transform .2s ease;
}
.eng-card:hover .eng-result{transform:translateX(4px)}

/* Card 3 stronger active state */
.eng-card:nth-child(3){
  border-color:rgba(45,125,210,.32);
}
.eng-card:nth-child(3) .eng-num,
.eng-card:nth-child(3) .eng-result{
  color:#5b9ee4;
}
.eng-card:nth-child(3):hover{
  border-color:var(--gold);
  box-shadow:0 0 40px rgba(45,125,210,.28), 0 8px 40px rgba(0,0,0,.3);
}
.eng-anchor{margin-top:56px;text-align:center}
.eng-anchor p{
  font-family:var(--fh);font-size:1.2rem;line-height:1.5;
  color:var(--white);max-width:none;
}

/* ---- Responsive additions ---- */
@media(max-width:900px){
  .problem-grid { grid-template-columns:1fr;gap:40px; }
  .access-grid  { grid-template-columns:1fr;gap:32px; }
  .case-teaser-grid { grid-template-columns:1fr;gap:32px;padding:32px; }
  .case-teaser-label { text-align:left; }
  .case-metric { flex-direction:row;align-items:center; }
  .pressure-inner { grid-template-columns:1fr;gap:36px; }
}

/* ============================================================
   SERVICE DETAIL PAGES — sprint / bd / leadership
   ============================================================ */

/* Narrow content column */
.sp-narrow {
  max-width: 680px;
  margin: 0 auto;
}
.sp-narrow h2 { margin-bottom: 24px; }

/* Bullet list */
.sp-bullet {
  list-style: none;
  padding: 0;
  margin: 0 0 28px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.sp-bullet li {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 1rem;
  color: rgba(255,255,255,.82);
  font-weight: 500;
}
.sp-bullet li::before {
  content: '→';
  color: var(--gold);
  font-weight: 700;
  flex-shrink: 0;
}

/* Highlight box */
.sp-highlight {
  background: rgba(45,125,210,.08);
  border: 1px solid var(--border);
  border-left: 3px solid var(--gold);
  border-radius: 0 3px 3px 0;
  padding: 20px 24px;
  font-size: 1rem;
  font-weight: 600;
  color: rgba(255,255,255,.9);
  line-height: 1.5;
}

/* 2-col grid for what you get */
.sp-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: start;
  margin-top: 0;
}

/* Timeline inside grid */
.sp-timeline {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.sp-tl-item {
  display: grid;
  grid-template-columns: 100px 1fr;
  gap: 16px;
  padding: 16px 0;
  border-bottom: 1px solid var(--border2);
  align-items: center;
}
.sp-tl-item:last-child { border-bottom: none; }
.sp-tl-week {
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--gold);
}
.sp-tl-label {
  font-size: .92rem;
  color: rgba(255,255,255,.78);
  font-weight: 500;
}

/* Note box (BD / Leadership) */
.sp-note {
  background: var(--c2);
  border: 1px solid var(--border);
  border-radius: 3px;
  padding: 28px 24px;
}
.sp-note p {
  font-size: .95rem;
  color: rgba(255,255,255,.78);
  max-width: none;
  margin-bottom: 12px;
}
.sp-note p:last-child { margin-bottom: 0; }

@media(max-width: 768px) {
  .sp-grid { grid-template-columns: 1fr; gap: 28px; }
  .sp-narrow { max-width: 100%; }
}
/* ===== ABOUT IMAGE ===== */

.about-visual {
  position: relative;
}

.about-visual img {
  filter: brightness(0.78) contrast(1.15) saturate(0.9);
  display: block;
  width: 100%;
}

.about-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to right,
    rgba(8, 24, 43, 0.6),
    rgba(8, 24, 43, 0.1)
  );
}