:root{
  --bg:#F4F7FC; --bg2:#E9F0FA; --card:#FFFFFF; --card2:#EEF4FC; --border:#D5E0EF;
  --blue:#001B5D; --blueL:#1B3C86; --green:#5BC97E;
  --white:#0E2A4A; --ice:#43566F; --muted:#6A7C92; --headH:64px;
}
*{box-sizing:border-box; margin:0; padding:0;}
html{scroll-behavior:smooth; scroll-padding-top:var(--headH);}
body{background:var(--card); color:var(--white); line-height:1.5;
  font-family:"Segoe UI",Calibri,"Helvetica Neue",Arial,sans-serif;
  -webkit-font-smoothing:antialiased;}
a{color:inherit; text-decoration:none;}
.wrap{max-width:1180px; margin:0 auto; padding:0 32px;}

/* ===== HEADER ===== */
header{position:fixed; top:0; left:0; right:0; height:var(--headH); z-index:100;
  background:rgba(244,247,252,.88); backdrop-filter:blur(12px);
  border-bottom:1px solid var(--border); display:flex; align-items:center;}
header .wrap{display:flex; align-items:center; justify-content:space-between; width:100%;}
.logo{display:flex; align-items:center;}
.logo svg, .logo img{height:40px; width:auto; display:block;}
nav.links{display:flex; gap:24px; align-items:center;}
nav.links a{font-size:13.5px; color:var(--ice); font-weight:600; padding:6px 0; position:relative; transition:color .2s;}
nav.links a:hover{color:var(--white);}
nav.links a.active{color:var(--white);}
nav.links a.active::after{content:""; position:absolute; left:0; right:0; bottom:-2px; height:2px; background:var(--blue); border-radius:2px;}
.cta{background:var(--blue); color:#fff !important; padding:9px 18px !important; border-radius:8px; font-weight:700;
  transition:background .2s, transform .2s;}
.cta:hover{background:#12347D; transform:translateY(-1px);}
.cta::after{display:none !important;}
nav.links a.navhl{color:var(--blue); font-weight:800;}
nav.links a.navhl:hover{color:var(--blue);}
#navToggle{display:none; background:none; border:none; color:var(--blue); font-size:24px; cursor:pointer;}
#scrollbar{position:fixed; top:0; left:0; height:3px; background:var(--blue); width:0; z-index:101; transition:width .1s linear;}

/* nav dropdown */
.navitem{position:relative; display:flex; align-items:center;}
.navitem > a .caret{font-size:9px; margin-left:4px; display:inline-block; transition:transform .2s;}
.navitem.has-sub:hover > a .caret{transform:rotate(180deg);}
.submenu{position:absolute; top:100%; right:0; left:auto; padding-top:14px; display:none; z-index:120;}
.navitem.has-sub:hover .submenu{display:block;}
.submenu .inner{background:var(--card); border:1px solid var(--border); border-radius:11px; padding:8px; min-width:215px;
  box-shadow:0 18px 38px rgba(14,42,74,.12); display:flex; flex-direction:column; gap:2px;}
.submenu .inner a{padding:9px 13px; border-radius:7px; font-size:13.5px; color:var(--ice); font-weight:600; white-space:nowrap;}
.submenu .inner a:hover{background:var(--bg2); color:var(--white);}
.submenu .inner a::after{display:none !important;}

/* ===== SECTIONS ===== */
section{padding:92px 0; position:relative;}
.eyebrow{font-size:12px; letter-spacing:3px; font-weight:700; color:var(--blueL); text-transform:uppercase; margin-bottom:14px;}
h1,h2,h3{font-family:"Playfair Display",Georgia,serif; font-weight:500; letter-spacing:-.02em;}
h2.sec{font-size:38px; font-weight:500; letter-spacing:-.6px; max-width:880px; line-height:1.12;}
.lead{font-size:17px; color:var(--ice); margin-top:16px; max-width:760px;}

.reveal{opacity:0; transform:translateY(26px); transition:opacity .7s ease, transform .7s ease;}
.reveal.in{opacity:1; transform:none;}

.card{background:var(--card); border:1px solid var(--border); border-radius:14px;}
.chip{width:54px; height:54px; border-radius:50%; background:var(--bg2);
  border:1.4px solid var(--blue); display:flex; align-items:center; justify-content:center; flex:0 0 auto;}
.chip.green{border-color:var(--green);}
.chip svg{width:24px; height:24px;}
svg .stk{fill:none; stroke:var(--blue); stroke-width:2.1; stroke-linecap:round; stroke-linejoin:round;}
svg .stkg{fill:none; stroke:var(--green); stroke-width:2.1; stroke-linecap:round; stroke-linejoin:round;}

/* ===== HERO (home) ===== */
#hero{padding-top:calc(var(--headH) + 90px); padding-bottom:96px;
  background:radial-gradient(900px 460px at 78% -8%, rgba(0,27,93,.20), transparent 70%);}
#hero .eyebrow{margin-bottom:18px;}
#hero h1{font-size:62px; font-weight:500; line-height:1.04; letter-spacing:-1.4px; max-width:920px;}
#hero h1 .g{color:var(--blue);}
#hero p.lead{font-size:19px; max-width:680px; margin-top:24px;}
.btns{display:flex; gap:14px; margin-top:34px; flex-wrap:wrap;}
.btn{padding:13px 24px; border-radius:9px; font-weight:700; font-size:15px; cursor:pointer; transition:transform .2s, background .2s; display:inline-block;}
.btn.primary{background:var(--blue); color:#fff;} .btn.primary:hover{background:#12347D; transform:translateY(-2px);}
.btn.ghost{background:transparent; border:1px solid var(--border); color:var(--white);} .btn.ghost:hover{border-color:var(--blue); transform:translateY(-2px);}
.heroMeta{display:flex; gap:38px; margin-top:46px; flex-wrap:wrap;}
.heroMeta .m b{font-size:26px; font-weight:800; color:var(--white); display:block;}
.heroMeta .m span{font-size:12.5px; color:var(--muted);}
.heroLogos{display:flex; align-items:center; gap:18px; margin-top:46px; opacity:.95; flex-wrap:wrap;}
.heroLogos .lbl{font-size:11px; letter-spacing:2px; color:var(--muted); text-transform:uppercase;}
.heroLogos .lg{background:#fff; border:1px solid var(--border); border-radius:8px; height:38px; padding:0 14px; display:flex; align-items:center; font-weight:800; font-size:14px;}
.heroMeta .m{max-width:240px;}

/* live KPIs (hero) */
.kpiBand{margin-top:54px;}
.kpiHead{display:inline-flex; align-items:center; gap:9px; font-size:11px; letter-spacing:2px; text-transform:uppercase; color:var(--muted); font-weight:700; margin-bottom:18px;}
.kpiHead .dot{width:8px; height:8px; border-radius:50%; background:var(--green); box-shadow:0 0 0 0 rgba(91,201,126,.5); animation:kpiPulse 2s infinite;}
@keyframes kpiPulse{0%{box-shadow:0 0 0 0 rgba(91,201,126,.5);} 70%{box-shadow:0 0 0 9px rgba(91,201,126,0);} 100%{box-shadow:0 0 0 0 rgba(91,201,126,0);}}
.kpiRow{display:grid; grid-template-columns:repeat(3,1fr); gap:22px;}
.kpiCard{background:var(--card); border:1px solid var(--border); border-radius:14px; padding:26px 28px;}
.kpiCard .num{font-size:42px; font-weight:800; letter-spacing:-1px; color:var(--blue); line-height:1;}
.kpiCard .lbl{font-size:13.5px; color:var(--ice); margin-top:10px; font-weight:600;}
@media (max-width:720px){ .kpiRow{grid-template-columns:1fr;} }
@media (prefers-reduced-motion: reduce){ .kpiHead .dot{animation:none;} }

/* ===== PAGE HERO (inner pages) ===== */
.pagehero{padding-top:calc(var(--headH) + 70px); padding-bottom:64px;
  background:radial-gradient(800px 420px at 82% -20%, rgba(0,27,93,.16), transparent 70%);}
.pagehero h1{font-size:50px; font-weight:500; line-height:1.06; letter-spacing:-1px; max-width:900px;}
.pagehero h1 .g{color:var(--blue);}
.pagehero p{font-size:18px; color:var(--ice); margin-top:18px; max-width:740px;}

/* grids */
.grid3{display:grid; grid-template-columns:repeat(3,1fr); gap:22px; margin-top:46px;}
.grid2{display:grid; grid-template-columns:1fr 1fr; gap:26px; margin-top:46px;}
.pcard{padding:30px 26px;}
.pcard h3{font-size:20px; margin:20px 0 10px;}
.pcard p{font-size:14px; color:var(--ice);}

/* solution / service columns */
.srccol{padding:34px 30px;} .srccol.acc{border-top:4px solid var(--blue);} .srccol.acc.green{border-top-color:var(--green);}
.srccol .head{display:flex; align-items:center; gap:16px;} .srccol h3{font-size:21px;}
.srccol .kicker{font-size:11px; letter-spacing:2px; font-weight:700; color:var(--blue); text-transform:uppercase;}
.srccol.green .kicker{color:var(--green);}
.srccol .tagline{font-style:italic; margin:14px 0 22px; font-size:14px; color:var(--ice);}
.srcItem{display:flex; gap:14px; margin-bottom:18px;} .srcItem .si{width:24px; flex:0 0 auto;}
.srcItem h4{font-size:15px;} .srcItem p{font-size:13px; color:var(--ice); margin-top:3px;}
.srccol .more{display:inline-flex; align-items:center; gap:6px; font-size:13.5px; font-weight:700; color:var(--blue); margin-top:6px;}
.srccol.green .more{color:var(--green);}

/* flow / process */
.flow{display:flex; gap:14px; margin-top:46px; align-items:stretch; flex-wrap:wrap;}
.fstep{flex:1; min-width:200px; background:var(--card); border:1px solid var(--border); border-radius:12px; padding:24px 20px;}
.fstep .n{color:var(--blue); font-weight:800; font-size:13px;} .fstep .chip{margin:12px 0;}
.fstep h4{font-size:16px;} .fstep p{font-size:13px; color:var(--ice); margin-top:8px;}
.farr{align-self:center; color:var(--blue); font-size:22px; font-weight:800;}
.resultbar{margin-top:26px; background:var(--bg2); border:1px solid var(--border); border-radius:12px; padding:20px 24px; display:flex; gap:14px; align-items:center;}
.resultbar svg{width:26px;height:26px;flex:0 0 auto;} .resultbar b{font-size:15px;}

/* about stats */
.statRow{display:grid; grid-template-columns:repeat(4,1fr); gap:22px; margin-top:46px;}
.stat{background:var(--card); border:1px solid var(--border); border-radius:14px; padding:28px 24px; text-align:center;}
.stat b{display:block; font-size:40px; font-weight:800; color:var(--blue); letter-spacing:-1px; line-height:1.05;}
.stat.green b{color:var(--green);}
.stat b.b-sm{font-size:23px; line-height:1.2;}
.stat .u{font-size:14.5px; font-weight:700; color:var(--white); margin-top:5px;}
.stat span{font-size:13px; color:var(--muted); margin-top:6px; display:block;}

/* team */
.leadGrid{display:grid; grid-template-columns:repeat(4,1fr); gap:22px; margin-top:40px;}
@media (max-width:900px){ .leadGrid{grid-template-columns:repeat(2,1fr);} }
@media (max-width:520px){ .leadGrid{grid-template-columns:1fr;} }
.tmcard{padding:30px 26px; text-align:center;}
.avatar{width:92px; height:92px; border-radius:50%; background:var(--bg2); border:1.6px solid var(--blue); display:flex; align-items:center; justify-content:center; font-size:30px; font-weight:800; color:var(--blue); margin:0 auto 16px;}
.avatar.green{border-color:var(--green); color:var(--green);}
.tmcard .photo{width:92px; height:92px; border-radius:50%; object-fit:cover; display:block; margin:0 auto 16px; border:1.6px solid var(--blue);}
.tmcard h3{font-size:20px;} .tmcard .role{font-size:13px; font-weight:700; color:var(--blue); margin-top:4px;}
.tmcard.green .role{color:var(--green);}
.tmcard .bio{font-size:13px; color:var(--ice); margin-top:12px; line-height:1.5;}
.teamNote{margin-top:30px; background:var(--card); border:1px solid var(--border); border-radius:14px; padding:24px 28px;}
.teamNote .l{font-size:12px; letter-spacing:2px; color:var(--blue); font-weight:700; margin-bottom:14px;}
#sdrList{display:flex; flex-wrap:wrap; gap:10px;}
.sdrPill{background:var(--bg2); border:1px solid var(--border); border-radius:20px; padding:7px 15px; font-size:13px; color:var(--ice);}

/* jobs */
.jobGrid{display:grid; grid-template-columns:1fr 1fr; gap:22px; margin-top:46px;}
.jobcard{padding:0; overflow:hidden;}
.jobcard .jtop{display:flex; align-items:center; gap:14px; padding:24px 28px; cursor:pointer; user-select:none;}
.jobcard .jtop:focus-visible{outline:2px solid var(--blue); outline-offset:-3px;}
.jobcard .jhtext{flex:1; min-width:0;}
.jobcard h3{font-size:19px;}
.jobcard .meta{font-size:12px; color:var(--blue); font-weight:700; letter-spacing:.5px; margin-top:4px;}
.jobcard .jchev{flex:0 0 auto; color:var(--blue); transition:transform .3s ease;}
.jobcard .jchev svg{display:block; width:22px; height:22px;}
.jobcard.open .jchev{transform:rotate(180deg);}
.jobcard .jobbody{display:grid; grid-template-rows:0fr; transition:grid-template-rows .35s ease;}
.jobcard.open .jobbody{grid-template-rows:1fr;}
.jobcard .jobbodyInner{overflow:hidden; min-height:0; padding:0 28px;}
.jobcard.open .jobbodyInner{padding-bottom:24px;}
.jobcard p{font-size:14px; color:var(--ice); margin:0;}
.jobcard .jobbodyInner ul{margin:0; padding-left:20px;}
.jobcard .jobbodyInner li{font-size:14px; color:var(--ice); margin:5px 0;}
.jobcard .jobbodyInner li::marker{color:var(--blue);}
.jobcard .jobbodyInner strong{color:var(--white); font-weight:700;}
.jobcard .jobbodyInner p + p, .jobcard .jobbodyInner p + ul, .jobcard .jobbodyInner ul + p, .jobcard .jobbodyInner ul + ul{margin-top:12px;}
.jobcard .apply{display:inline-flex; align-items:center; gap:6px; font-size:13.5px; font-weight:700; color:var(--blue); margin-top:16px;}
@media (prefers-reduced-motion:reduce){ .jobcard .jobbody{transition:none;} .jobcard .jchev{transition:none;} }

/* contact */
.ctaWrap{display:grid; grid-template-columns:1fr 1fr; gap:50px; margin-top:8px; align-items:start;}
.ctaWrap h2{font-size:36px; font-weight:500; letter-spacing:-1px;}
.ctaWrap p{font-size:17px; color:var(--ice); margin-top:16px;}
.ctaWrap li, #ctaList li{list-style:none; display:flex; gap:12px; font-size:14.5px; color:var(--ice); margin-top:14px; align-items:flex-start;}
.ctaWrap li svg, #ctaList li svg{width:18px;height:18px;flex:0 0 auto;margin-top:1px;}
.ctaWrap .direct{margin-top:26px; font-size:14px; color:var(--ice);} .ctaWrap .direct a{color:var(--blue); font-weight:700;}
form.contact{background:var(--card); border:1px solid var(--border); border-radius:16px; padding:32px;}
form.contact .frow{display:flex; gap:14px;}
form.contact label{display:block; font-size:12px; font-weight:700; color:var(--ice); margin:0 0 6px; letter-spacing:.3px;}
form.contact .field{margin-bottom:16px; flex:1;}
form.contact input, form.contact textarea{width:100%; background:var(--bg); border:1px solid var(--border); border-radius:9px; padding:12px 14px; font:inherit; font-size:14px; color:var(--white); transition:border-color .2s;}
form.contact input:focus, form.contact textarea:focus{outline:none; border-color:var(--blue);}
form.contact textarea{resize:vertical; min-height:110px;}
form.contact button{width:100%; background:var(--blue); color:#fff; border:none; border-radius:9px; padding:14px; font:inherit; font-weight:700; font-size:15px; cursor:pointer; transition:background .2s, transform .2s; margin-top:4px;}
form.contact button:hover{background:#12347D; transform:translateY(-1px);}
form.contact .formNote{font-size:11px; color:var(--muted); margin-top:14px;}

/* CTA band (reusable) */
.ctaBand{background:radial-gradient(800px 400px at 50% 130%, rgba(0,27,93,.18), transparent 70%);}
.ctaBand .inner{text-align:center; max-width:720px; margin:0 auto;}
.ctaBand .btns{justify-content:center;}
.ctaBand h2{font-size:38px; font-weight:500; letter-spacing:-1px;}
.ctaBand p{font-size:17px; color:var(--ice); margin:16px 0 8px;}

/* legal pages */
.legal{padding-top:calc(var(--headH) + 60px); padding-bottom:80px;}
.legal .wrap{max-width:820px;}
.legal h1{font-size:40px; font-weight:500; letter-spacing:-.8px;}
.legal .updated{font-size:13px; color:var(--muted); margin-top:10px;}
.legal h2{font-size:21px; font-weight:600; margin-top:38px;}
.legal h3{font-size:16px; font-weight:700; margin-top:24px; color:var(--blueL);}
.legal p{font-size:15px; color:var(--ice); margin-top:12px;}
.legal ul{margin-top:12px; padding-left:20px;}
.legal li{font-size:15px; color:var(--ice); margin-top:8px;}
.legal a{color:var(--blue); font-weight:600;}
.legal .box{background:var(--card); border:1px solid var(--border); border-radius:12px; padding:22px 26px; margin-top:22px;}
.legal .box p{margin-top:6px;}

/* pricing */
.priceGrid{display:grid; grid-template-columns:repeat(3,1fr); gap:22px; margin-top:46px; align-items:stretch;}
.ptier{background:var(--card); border:1px solid var(--border); border-radius:16px; padding:32px 28px; display:flex; flex-direction:column;}
.ptier.feat{border-color:var(--blue); box-shadow:0 0 0 1px var(--blue), 0 22px 54px rgba(0,27,93,.18);
  background:linear-gradient(180deg, rgba(0,27,93,.08), rgba(0,27,93,0) 55%);}
.ptier .badge{align-self:flex-start; background:var(--blue); color:#fff; font-size:10px; font-weight:800; letter-spacing:1.2px; padding:5px 12px; border-radius:20px; margin-bottom:14px;}
.ptier .pl{font-size:11px; letter-spacing:2px; color:var(--blueL); font-weight:700; text-transform:uppercase;}
.ptier h3{font-size:23px; margin-top:8px;}
.ptier .price{font-size:32px; font-weight:800; margin-top:14px; letter-spacing:-1px; line-height:1.1;}
.ptier .price small{font-size:14px; color:var(--muted); font-weight:600; letter-spacing:0;}
.ptier .desc{font-size:13.5px; color:var(--ice); margin-top:10px; min-height:42px;}
.ptier ul{margin-top:18px; flex:1;}
.ptier li{list-style:none; display:flex; gap:10px; font-size:13.5px; color:var(--ice); margin-bottom:12px;}
.ptier li svg{width:16px;height:16px;flex:0 0 auto;margin-top:2px;}
.ptier .btn{margin-top:22px; text-align:center; width:100%;}
.priceNote{font-size:12px; color:var(--muted); font-style:italic; margin-top:22px; border-top:1px solid var(--border); padding-top:14px; max-width:760px;}

/* TBA / coming-soon */
.tba{background:var(--bg2); color:var(--blueL); font-size:11px; font-weight:800; letter-spacing:1.5px; text-transform:uppercase;
  padding:6px 14px; border-radius:20px; display:inline-flex; align-items:center; gap:8px; border:1px solid var(--border);}
.tba .dot{width:8px; height:8px; border-radius:50%; background:var(--green);}
.comingSoon{text-align:center; max-width:680px; margin:0 auto;}
.comingSoon .chip{margin:0 auto 24px; width:66px; height:66px;} .comingSoon .chip svg{width:28px; height:28px;}
.comingSoon h2{font-size:32px; font-weight:500; letter-spacing:-.6px;}
.comingSoon p{font-size:16px; color:var(--ice); margin:14px auto 0; max-width:560px;}
.comingSoon .btns{justify-content:center;}

/* soft placeholder cards (resources / refs / partners) */
.softGrid{display:grid; grid-template-columns:repeat(3,1fr); gap:22px; margin-top:46px;}
.softcard{padding:28px 26px; opacity:.96;}
.softcard h3{font-size:18px; margin:18px 0 8px;}
.softcard p{font-size:13.5px; color:var(--ice);}
.softcard .soon{display:inline-block; margin-top:16px; font-size:11px; font-weight:800; letter-spacing:1px; color:var(--blueL); text-transform:uppercase;}
.logoStrip{display:grid; grid-template-columns:repeat(4,1fr); gap:18px; margin-top:40px;}
.logoBox{background:var(--card); border:1px solid var(--border); border-radius:12px; height:90px; display:flex; align-items:center; justify-content:center; color:var(--muted); font-weight:800; font-size:14px; letter-spacing:.5px;}

/* customer logo band (landing social proof) */
.trustband{padding:4px 0 30px;}
.trustlabel{text-align:center; color:var(--muted); font-size:12.5px; font-weight:800; letter-spacing:1.5px; text-transform:uppercase; margin-bottom:24px;}
.trustlogos{display:flex; align-items:center; justify-content:center; gap:clamp(30px,6vw,68px); flex-wrap:wrap;}
.clogo{height:30px; width:auto; display:block; opacity:.7; transition:opacity .2s;}
.clogo:hover{opacity:1;}
@media (max-width:560px){ .clogo{height:24px;} .trustlogos{gap:26px;} }

/* ROI calculator */
.roiGrid{display:grid; grid-template-columns:repeat(auto-fit, minmax(188px,1fr)); gap:30px 30px;
  background:var(--card); border:1px solid var(--border); border-radius:16px; padding:34px 32px; margin-top:46px;}
.roiField label{display:block; font-size:13px; color:var(--ice); line-height:1.35; min-height:54px;}
.roiVal{font-size:25px; font-weight:800; margin:8px 0 16px; letter-spacing:-.5px; color:var(--white);}
.roiField input[type=range]{-webkit-appearance:none; appearance:none; width:100%; height:4px; border-radius:4px;
  background:var(--border); outline:none; cursor:pointer;}
.roiField input[type=range]::-webkit-slider-thumb{-webkit-appearance:none; appearance:none; width:22px; height:22px;
  border-radius:50%; background:#fff; border:3px solid var(--green); cursor:pointer;
  box-shadow:0 2px 6px rgba(14,42,74,.18); transition:transform .15s;}
.roiField input[type=range]::-webkit-slider-thumb:hover{transform:scale(1.12);}
.roiField input[type=range]::-moz-range-thumb{width:22px; height:22px; border-radius:50%; background:#fff;
  border:3px solid var(--green); cursor:pointer; box-shadow:0 2px 6px rgba(14,42,74,.18);}
.roiScale{display:flex; justify-content:space-between; font-size:11px; color:var(--muted); margin-top:11px;}
.roiResult{margin-top:36px;}
.roiResult .big{font-size:28px; font-weight:700; line-height:1.34; letter-spacing:-.4px; color:var(--white); max-width:920px;}
.roiResult .big b{color:var(--green); font-weight:800;}
.roiResult .roiCap{font-size:12.5px; color:var(--muted); margin-top:10px; font-style:italic;}
.roiResult .roiInfo{font-size:14.5px; color:var(--ice); margin-top:20px; background:var(--bg2);
  border:1px solid var(--border); border-left:4px solid var(--blue); border-radius:10px; padding:14px 18px; max-width:760px;}
.roiResult .roiInfo b{color:var(--blueL); font-weight:800;}
.roiDivider{border:none; border-top:2px dotted var(--border); margin:32px 0;}
.roiCta .lede{font-size:21px; font-weight:700; letter-spacing:-.3px; max-width:780px; line-height:1.3;}
.roiCta .lede b{color:var(--blueL);}
.roiCta .row{display:flex; align-items:center; gap:20px; margin-top:24px; flex-wrap:wrap;}
.roiCta .note{font-size:13px; color:var(--muted); max-width:360px; line-height:1.45;}

@media (max-width:900px){
  .roiResult .big{font-size:22px;}
  .roiCta .lede{font-size:18px;}
}

/* ===== tabbed solutions selector ===== */
.tabs{display:inline-flex; gap:4px; background:var(--bg2); border:1px solid var(--border); border-radius:12px; padding:5px; margin-top:36px;}
.tab{font:inherit; font-size:14px; font-weight:700; color:var(--ice); background:none; border:none; cursor:pointer;
  padding:10px 22px; border-radius:9px; transition:background .2s, color .2s;}
.tab:hover{color:var(--white);}
.tab.active{background:var(--card); color:var(--blue); box-shadow:0 2px 8px rgba(14,42,74,.08);}
.tab:focus-visible{outline:none; box-shadow:0 0 0 3px rgba(0,27,93,.35);}
.tabPanel{margin-top:34px;}
.tabPanel[hidden]{display:none;}
.tabH{font-size:30px; font-weight:800; letter-spacing:-.5px; line-height:1.15;}
.tabH .g{color:var(--blue);}
.tabLead{font-size:16px; color:var(--ice); margin-top:14px; max-width:760px;}
@media (max-width:560px){ .tabs{display:flex; width:100%;} .tab{flex:1; padding:10px 12px;} }

/* ===== product catalogue / bundle configurator ===== */
.bundleStrip{display:flex; flex-wrap:wrap; gap:12px; margin-top:40px;}
.bundlePill{display:flex; flex-direction:column; align-items:flex-start; gap:3px; background:var(--card);
  border:1.5px solid var(--border); border-radius:12px; padding:11px 18px; cursor:pointer; font:inherit;
  text-align:left; color:var(--white); transition:border-color .2s, box-shadow .2s, background .2s;}
.bundlePill .bpName{font-size:13.5px; font-weight:800; letter-spacing:-.2px;}
.bundlePill .bpPrice{font-size:12px; color:var(--muted); font-weight:700;}
.bundlePill .bpPrice span{font-weight:600;}
.bundlePill:hover{border-color:var(--blue);}
.bundlePill:focus-visible{outline:none; box-shadow:0 0 0 3px rgba(0,27,93,.35);}
.bundlePill.available{border-color:var(--green); box-shadow:0 0 0 1px var(--green);}
.bundlePill.available .bpName::after{content:" · verfügbar"; color:var(--green); font-weight:700;}
.bundlePill.active{border-color:var(--blue); background:var(--bg2); box-shadow:0 0 0 1px var(--blue);}

.prodGrid{display:grid; grid-template-columns:repeat(3,1fr); gap:20px; margin-top:30px;}
.catRow{grid-column:1 / -1; font-size:12px; letter-spacing:2px; font-weight:700; color:var(--blueL);
  text-transform:uppercase; margin-top:20px;}
.catRow:first-child{margin-top:0;}
.prodCard{position:relative; background:var(--card); border:1.5px solid var(--border); border-radius:14px;
  padding:22px 22px 20px; cursor:pointer; display:flex; flex-direction:column; outline:none;
  transition:border-color .2s, box-shadow .2s, opacity .25s, transform .2s;}
.prodCard:hover{border-color:var(--blue); transform:translateY(-2px);}
.prodCard:focus-visible{box-shadow:0 0 0 3px rgba(0,27,93,.35);}
.prodCard .pcCat{font-size:10px; letter-spacing:1.2px; font-weight:700; text-transform:uppercase; color:var(--muted);}
.prodCard .pcName{font-size:16.5px; margin:9px 0 9px; line-height:1.25; padding-right:30px;}
.prodCard .pcDesc{font-size:13px; color:var(--ice); line-height:1.5; flex:1;}
.prodCard .pcFoot{margin-top:18px;}
.prodCard .pcPrice{font-size:24px; font-weight:800; letter-spacing:-.5px;}
.prodCard .pcPrice span{font-size:13px; color:var(--muted); font-weight:600; letter-spacing:0;}
.prodCard .pcNotes{margin-top:6px; display:flex; flex-direction:column; gap:2px;}
.prodCard .pcSetup, .prodCard .pcTool{font-size:11px; color:var(--muted);}
.prodCard .check{position:absolute; top:16px; right:16px; width:26px; height:26px; border-radius:50%;
  border:1.5px solid var(--border); background:#fff; display:flex; align-items:center; justify-content:center;
  opacity:0; transform:scale(.7); transition:opacity .2s, transform .2s;}
.prodCard .check svg{width:15px; height:15px;}
.prodCard.selected{border-color:var(--blue); box-shadow:0 0 0 1px var(--blue);
  background:linear-gradient(180deg, rgba(0,27,93,.06), transparent 55%);}
.prodCard.selected .check{opacity:1; transform:scale(1); background:var(--blue); border-color:var(--blue);}
.prodCard.bundle-on{border-color:var(--green); box-shadow:0 0 0 1px var(--green);}
.prodCard.bundle-on.selected{border-color:var(--green); box-shadow:0 0 0 1px var(--green);}
.prodCard.dimmed{opacity:.4;}
.prodCard.dimmed:hover{opacity:.55; transform:none;}

.priceFooter{position:sticky; bottom:16px; margin-top:34px; z-index:30; background:var(--card);
  border:1px solid var(--border); border-top:3px solid var(--blue); border-radius:14px;
  box-shadow:0 14px 34px rgba(14,42,74,.14); padding:16px 24px;
  display:flex; align-items:center; justify-content:space-between; gap:20px;}
.priceFooter .pfCount{font-size:14.5px; font-weight:700;}
.priceFooter .pfRight{display:flex; align-items:center; gap:24px;}
.priceFooter .pfFigs{display:flex; gap:26px;}
.priceFooter .pfFig{display:flex; flex-direction:column; line-height:1;}
.priceFooter .pfLbl{font-size:10px; letter-spacing:1px; text-transform:uppercase; color:var(--muted); font-weight:700; margin-bottom:6px;}
.priceFooter .pfNum{font-size:23px; font-weight:800; letter-spacing:-.6px; white-space:nowrap;}
.priceFooter.empty{border-top-color:var(--border);}
.priceFooter.empty .pfCount{color:var(--muted); font-weight:600;}
.priceFooter.empty .pfNum{font-size:16px; color:var(--muted); font-weight:600;}
.priceFooter.empty .pfLbl{color:var(--border);}

@media (max-width:1024px){ .prodGrid{grid-template-columns:repeat(2,1fr);} }
@media (max-width:680px){
  .prodGrid{grid-template-columns:1fr;}
  .priceFooter{flex-direction:column; align-items:stretch; gap:14px;}
  .priceFooter .pfRight{justify-content:space-between;}
}
@media (prefers-reduced-motion: reduce){
  .prodCard, .check, .bundlePill, .reveal{transition:none !important;}
  .prodCard:hover{transform:none;}
}

/* calendar embed */
.calEmbed{margin-top:40px; background:var(--card); border:1px solid var(--border); border-radius:16px;
  overflow:hidden; box-shadow:0 14px 34px rgba(14,42,74,.08);}
.calEmbed iframe{display:block; width:100%; height:700px; border:0;}
@media (max-width:680px){ .calEmbed iframe{height:640px;} }

/* ===== problem -> solution pillar cards ===== */
.pillars{margin-top:50px; padding-bottom:280px;}
.pillar{position:sticky; background:var(--card); border:1px solid var(--border); border-radius:22px;
  padding:54px 56px; min-height:460px; margin-bottom:30px;
  box-shadow:0 22px 60px rgba(14,42,74,.15);}
.pillars .pillar:nth-child(1){top:calc(var(--headH) + 24px);}
.pillars .pillar:nth-child(2){top:calc(var(--headH) + 48px);}
.pillars .pillar:nth-child(3){top:calc(var(--headH) + 72px);}
.pillar:last-child{margin-bottom:0;}
.pillarHead{display:flex; align-items:center; gap:20px; flex-wrap:wrap;}
.pillarNo{font-size:40px; font-weight:800; color:var(--border); line-height:1; letter-spacing:-1px;}
.pillar .chip{width:64px; height:64px;} .pillar .chip svg{width:30px; height:30px;}
.pillarTitle{flex:1; min-width:200px;}
.pillarTag{font-size:11px; letter-spacing:2px; font-weight:700; text-transform:uppercase; color:var(--blueL);}
.pillar.green .pillarTag{color:var(--green);}
.pillarTitle h3{font-size:28px; margin-top:4px; letter-spacing:-.4px;}
.pillarToggle{display:inline-flex; gap:4px; background:var(--bg2); border:1px solid var(--border); border-radius:11px; padding:4px;}
.pt{font:inherit; font-size:13.5px; font-weight:700; color:var(--ice); background:none; border:none; cursor:pointer;
  padding:9px 18px; border-radius:8px; transition:background .2s, color .2s;}
.pt.active{background:var(--card); color:var(--blue); box-shadow:0 2px 8px rgba(14,42,74,.08);}
.pillar.green .pt.active{color:var(--green);}
.pt:focus-visible{outline:none; box-shadow:0 0 0 3px rgba(0,27,93,.3);}
.pillarViews{margin-top:26px;}
.pview[hidden]{display:none;}
.pProblem, .pSolution{font-size:22px; line-height:1.5; color:var(--white); max-width:880px; font-weight:500;}
.solKicker{font-size:11px; letter-spacing:2px; font-weight:700; text-transform:uppercase; color:var(--blue); margin-bottom:10px;}
.pillar.green .solKicker{color:var(--green);}
.steps4{display:grid; grid-template-columns:repeat(4,1fr); gap:20px; margin-top:30px;}
.step4{display:flex; gap:12px;}
.step4 .s4n{width:30px; height:30px; flex:0 0 auto; border-radius:50%; background:var(--bg2); border:1.4px solid var(--blue);
  color:var(--blue); font-weight:800; font-size:14px; display:flex; align-items:center; justify-content:center;}
.pillar.green .step4 .s4n{border-color:var(--green); color:var(--green);}
.step4 h4{font-size:14.5px;} .step4 p{font-size:12.5px; color:var(--ice); margin-top:5px; line-height:1.45;}
.pillarViews .more{display:inline-flex; align-items:center; gap:6px; font-size:14px; font-weight:700; color:var(--blue); margin-top:30px;}
.pillar.green .pillarViews .more{color:var(--green);}
@media (max-width:820px){ .steps4{grid-template-columns:1fr 1fr;} .pillars{padding-bottom:0;} .pillar{position:static; min-height:0; margin-bottom:22px;} }
@media (max-width:560px){ .pillar{padding:30px 24px;} .steps4{grid-template-columns:1fr;}
  .pillarTitle h3{font-size:22px;} .pProblem, .pSolution{font-size:18px;} .pillarToggle{width:100%;} .pt{flex:1;} }

/* footer */
footer{padding:34px 0; border-top:1px solid var(--border);}
footer .wrap{display:flex; justify-content:space-between; align-items:center; gap:20px; flex-wrap:wrap;}
footer .fl{font-size:13px; color:var(--muted);}
footer .fr{display:flex; gap:20px; font-size:13px; flex-wrap:wrap;}
footer .fr a{color:var(--ice);} footer .fr a:hover{color:var(--blue);}

@media (max-width:900px){
  nav.links{display:none;} #navToggle{display:block;}
  h2.sec{font-size:30px;} #hero h1{font-size:40px;} .pagehero h1{font-size:34px;}
  .grid3,.grid2,.statRow,.ctaWrap,.jobGrid,.priceGrid,.softGrid{grid-template-columns:1fr;}
  .statRow,.logoStrip{grid-template-columns:1fr 1fr;}
  .flow{flex-direction:column;} .farr{transform:rotate(90deg); align-self:center;}
  form.contact .frow{flex-direction:column; gap:0;}
  /* mobile dropdown: static, always expanded inside the open menu */
  .navitem{display:block; width:100%;}
  .navitem > a .caret{display:none;}
  .submenu{position:static; transform:none; display:block; padding-top:6px;}
  .submenu .inner{border:none; box-shadow:none; padding:4px 0 4px 16px; min-width:0; gap:0;}
  .submenu .inner a{padding:7px 0; font-size:13px;}
}
