/* =====================================================================
   5KEYS Design System v2 — shared stylesheet (Component Library v2.1)
   Single source of truth: typography, spacing, color tokens, hero,
   section headers, cards, pricing, CTA, roadmap, buttons, footer, responsive.
   Extracted from the approved reference: HR & Workforce Operations (v2, refined).
   THEME: per-page accent = override --teal in a page-level :root{} block.
   Version history:
     v2.0 (2026-08-05) initial extraction.
     v2.1 (2026-08-06) component-library support: activity-cloud w17/w18,
          .sla-ready price-card badge, .capability-note positioning band,
          single-column .confidence-bottom. Additions only — no existing
          rule changed. See tail of file for the v2.1 block.
   ===================================================================== */
:root{
  --bg:#06111d;--bg2:#0a1b2d;--surface:#0d2033;--surface2:#10283f;
  --text:#f4fbff;--muted:#90a6b8;--line:rgba(157,205,232,.15);
  --teal:#18e7e0;--blue:#49bfff;--orange:#ff9f43;--yellow:#ffe45e;
  --green:#4df3a2;--red:#ff4d5f;--shadow:0 26px 72px rgba(0,0,0,.34);
  --surface-deep:var(--surface-deep);
}
*{box-sizing:border-box} html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,Segoe UI,sans-serif;background:var(--bg);color:var(--text);overflow-x:hidden}
body.light{--bg:#eef6f9;--bg2:#f8fbfd;--surface:#fff;--surface2:#edf6f9;--text:#102337;--muted:#617587;--line:rgba(23,80,112,.14);--shadow:0 26px 65px rgba(24,55,76,.13);--surface-deep:rgba(219,236,244,.95)}
a{color:inherit} .container{width:min(1180px,calc(100% - 36px));margin:auto}
.nav{position:sticky;top:0;z-index:100;background:rgba(5,17,29,.78);backdrop-filter:blur(18px);border-bottom:1px solid var(--line)}
body.light .nav{background:rgba(255,255,255,.82)}
.navin{min-height:94px;display:flex;align-items:center;gap:22px}
.logo img{width:330px;max-height:82px;object-fit:contain;object-position:left center;display:block}
/* Text-based brand lockup — locked brand identity, independent of each
   page's own --teal/--orange accent override. */
.brand-lockup{display:inline-flex;flex-direction:column;align-items:flex-start;gap:3px;line-height:1;text-decoration:none;min-width:max-content}
.brand-lockup .brand-main{display:block;font-size:2.15rem;font-weight:950;letter-spacing:-.02em;color:#18e7e0;text-shadow:0 0 8px rgba(24,231,224,.42),0 0 20px rgba(24,231,224,.18)}
.brand-lockup .brand-sub{display:block;margin-top:2px;font-size:.72rem;font-weight:850;letter-spacing:.09em;text-transform:uppercase;color:#ff9f43;text-shadow:0 0 7px rgba(255,159,67,.38),0 0 16px rgba(255,159,67,.16);white-space:nowrap}
@media(max-width:640px){
  .brand-lockup .brand-main{font-size:1.7rem}
  .brand-lockup .brand-sub{font-size:.58rem;letter-spacing:.07em}
}
.navlinks{margin-left:auto;display:flex;gap:18px;align-items:center;font-size:.82rem;color:var(--muted)}
.navlinks a{text-decoration:none} .theme{border:1px solid var(--line);background:transparent;color:var(--text);border-radius:999px;padding:10px 13px;cursor:pointer}
.btn{display:inline-flex;justify-content:center;align-items:center;gap:8px;padding:14px 18px;border-radius:14px;border:1px solid var(--line);font-weight:850;text-decoration:none;cursor:pointer}
.btn.primary{background:linear-gradient(135deg,var(--blue),var(--teal));color:#06212a;border:0}
.btn.orange{background:linear-gradient(135deg,var(--yellow),var(--orange),var(--red));color:#2c1603;border:0}
.btn.ghost{background:rgba(255,255,255,.025)}
section{padding:92px 0;position:relative} .eyebrow{color:var(--yellow);font-size:.72rem;font-weight:950;letter-spacing:.15em;text-transform:uppercase}
h1,h2,h3,p{text-wrap:balance} p{text-wrap:pretty}
.hero{min-height:780px;display:flex;align-items:center;background:
radial-gradient(circle at 18% 20%,rgba(24,231,224,.12),transparent 28%),
radial-gradient(circle at 82% 15%,rgba(255,159,67,.10),transparent 25%),
linear-gradient(180deg,var(--bg),var(--bg2))}
.hero-grid{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:center}
.hero h1{font-size:clamp(3.5rem,7vw,7rem);line-height:.9;letter-spacing:-.07em;margin:16px 0 24px}
.hero h1 span{background:linear-gradient(90deg,var(--teal),var(--blue),var(--yellow),var(--orange));-webkit-background-clip:text;background-clip:text;color:transparent}
.hero p{max-width:680px;color:var(--muted);font-size:1.06rem;line-height:1.82}
.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:26px}
.hero-note{margin-top:24px;color:var(--muted);font-size:.85rem}
.globe-card{position:relative;min-height:610px;border:1px solid var(--line);border-radius:32px;overflow:hidden;background:
linear-gradient(rgba(73,191,255,.04) 1px,transparent 1px),
linear-gradient(90deg,rgba(73,191,255,.04) 1px,transparent 1px),
radial-gradient(circle at center,rgba(24,231,224,.12),transparent 35%),var(--surface);
background-size:38px 38px,38px 38px,auto;box-shadow:var(--shadow)}
.globe{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:360px;height:360px;border-radius:50%;border:1px solid rgba(73,191,255,.34);box-shadow:0 0 80px rgba(24,231,224,.18),inset 0 0 50px rgba(73,191,255,.07);background:
radial-gradient(circle at 50% 50%,rgba(24,231,224,.14),transparent 60%),
repeating-linear-gradient(0deg,transparent 0 22px,rgba(73,191,255,.08) 23px 24px)}
.globe:before,.globe:after{content:"";position:absolute;inset:0;border-radius:50%;border:1px solid rgba(73,191,255,.18)}
.globe:before{transform:scaleX(.42)} .globe:after{transform:scaleY(.42)}
.map-lines{position:absolute;inset:0} .route{fill:none;stroke-width:1.6;stroke-dasharray:8 10;opacity:.55;animation:dash 6s linear infinite}
.route.r1{stroke:var(--teal)} .route.r2{stroke:var(--blue)} .route.r3{stroke:var(--orange)} .route.r4{stroke:var(--yellow)} .route.r5{stroke:var(--green)}
@keyframes dash{to{stroke-dashoffset:-100}}
.beacon{position:absolute;width:10px;height:10px;border-radius:50%;background:var(--teal);box-shadow:0 0 15px currentColor;animation:pulse 2.4s ease-in-out infinite}
@keyframes pulse{50%{transform:scale(1.7);opacity:.45}}
.b1{left:22%;top:30%;color:var(--blue)} .b2{right:17%;top:24%;color:var(--orange)} .b3{right:22%;bottom:24%;color:var(--green)} .b4{left:28%;bottom:20%;color:var(--yellow)} .b5{left:48%;top:12%;color:var(--teal)}
.world-label{position:absolute;padding:8px 10px;border:1px solid var(--line);border-radius:999px;background:rgba(5,17,29,.75);font-size:.66rem;color:var(--muted);backdrop-filter:blur(8px)}
body.light .world-label{background:rgba(255,255,255,.82)}
.l1{left:8%;top:14%} .l2{right:6%;top:16%} .l3{right:8%;bottom:12%} .l4{left:8%;bottom:14%}
.section-head{max-width:980px;margin-bottom:38px} .section-head h2{font-size:clamp(3rem,6vw,5.6rem);line-height:.95;letter-spacing:-.06em;margin:14px 0 18px}
.section-head h2 span{color:var(--teal)} .section-head p{color:var(--muted);line-height:1.8;max-width:880px}
.flow-stage{display:grid;grid-template-columns:1.05fr .9fr 1fr;gap:16px}
.panel{min-height:650px;padding:24px;border:1px solid var(--line);border-radius:26px;background:
linear-gradient(rgba(73,191,255,.035) 1px,transparent 1px),
linear-gradient(90deg,rgba(73,191,255,.035) 1px,transparent 1px),
linear-gradient(180deg,var(--surface),var(--surface-deep));background-size:42px 42px,42px 42px,auto;position:relative;overflow:hidden;box-shadow:var(--shadow)}
.panel-title{font-size:.67rem;font-weight:950;letter-spacing:.14em;text-transform:uppercase;color:var(--yellow)}
.activity-cloud{position:absolute;inset:70px 18px 20px}
.word{position:absolute;padding:8px 11px;border:1px solid var(--line);border-radius:999px;background:rgba(5,21,35,.86);font-size:.68rem;animation:drift 5s ease-in-out infinite}
body.light .word{background:rgba(255,255,255,.86)}
.word:nth-child(4n+1){color:var(--blue)} .word:nth-child(4n+2){color:var(--orange)} .word:nth-child(4n+3){color:var(--green)} .word:nth-child(4n){color:var(--yellow)}
@keyframes drift{50%{transform:translate(14px,-6px)}}
.w1{left:2%;top:4%} .w2{left:31%;top:8%} .w3{right:2%;top:4%} .w4{left:7%;top:20%} .w5{left:40%;top:21%} .w6{right:5%;top:22%} .w7{left:1%;top:39%} .w8{left:33%;top:38%} .w9{right:1%;top:39%} .w10{left:7%;top:57%} .w11{left:43%;top:55%} .w12{right:4%;top:58%} .w13{left:2%;top:75%} .w14{left:35%;top:77%} .w15{right:3%;top:76%} .w16{left:28%;bottom:1%}
.converge{position:absolute;inset:60px -20px 0 0;pointer-events:none} .conv{fill:none;stroke-width:1.2;stroke-dasharray:7 10;opacity:.32;animation:dash 5s linear infinite}
.core-panel{display:grid;place-items:center} .core-panel .panel-title{position:absolute;top:24px;left:24px}
.core{width:300px;height:300px;border-radius:50%;display:grid;place-items:center;align-content:center;text-align:center;border:1px solid rgba(24,231,224,.40);background:radial-gradient(circle,rgba(24,231,224,.18),rgba(5,20,34,.98));box-shadow:0 0 80px rgba(24,231,224,.19);position:relative;z-index:4;padding:26px}
body.light .core{background:radial-gradient(circle,rgba(24,231,224,.18),#fff)}
.core small{color:var(--yellow);font-weight:950;letter-spacing:.14em} .core strong{font-size:1.8rem;line-height:1.05;margin:8px 0} .core span{font-size:.75rem;color:var(--teal);margin-top:4px}
.orbit{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);border:1px solid rgba(73,191,255,.18);border-radius:50%;animation:spin 26s linear infinite}
.o1{width:390px;height:390px} .o2{width:430px;height:220px;animation-direction:reverse} .o3{width:240px;height:430px;animation-duration:34s}
@keyframes spin{to{transform:translate(-50%,-50%) rotate(360deg)}}
.outcomes{display:grid;gap:11px;margin-top:28px} .outcome{display:grid;grid-template-columns:38px 1fr;gap:12px;padding:13px;border:1px solid var(--line);border-radius:14px;background:rgba(255,255,255,.02)}
.outcome i{width:34px;height:34px;border-radius:50%;display:grid;place-items:center;color:var(--green);border:1px solid rgba(77,243,162,.22);font-style:normal;font-size:.65rem} .outcome strong{font-size:.86rem} .outcome p{margin:4px 0 0;color:var(--muted);font-size:.74rem;line-height:1.45}
.cards{display:grid;grid-template-columns:repeat(4,1fr);gap:14px} .card{padding:24px;border:1px solid var(--line);border-top:2px solid var(--teal);border-radius:20px;background:linear-gradient(180deg,var(--surface),var(--surface-deep));box-shadow:var(--shadow)}
.card:nth-child(2){border-top-color:var(--blue)} .card:nth-child(3){border-top-color:var(--orange)} .card:nth-child(4){border-top-color:var(--green)} .card h3{margin:14px 0 10px;font-size:1.15rem} .card p,.card li{color:var(--muted);font-size:.84rem;line-height:1.55} .card ul{padding-left:18px}
.types{display:grid;grid-template-columns:repeat(5,1fr);gap:12px} .type{min-height:130px;padding:18px;border:1px solid var(--line);border-radius:17px;background:rgba(255,255,255,.022)} .type strong{display:block;margin-bottom:8px} .type span{color:var(--muted);font-size:.78rem;line-height:1.45}
.brief-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:16px} .brief,.benefits{border:1px solid var(--line);border-radius:24px;background:linear-gradient(180deg,var(--surface),var(--surface-deep));box-shadow:var(--shadow);overflow:hidden}
.brief-head{padding:24px;border-bottom:1px solid var(--line)} .brief-head h3{font-size:2rem;margin:10px 0 0} .brief-list{padding:20px;display:grid;gap:10px} .brief-item{padding:14px;border:1px solid var(--line);border-radius:14px;background:rgba(255,255,255,.02)} .brief-item strong{display:block} .brief-item span{display:block;margin-top:5px;color:var(--muted);font-size:.77rem}
.benefits{padding:22px} .benefit-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px} .benefit{padding:18px;border:1px solid var(--line);border-radius:15px;background:rgba(255,255,255,.02)} .benefit strong{display:block} .benefit p{color:var(--muted);font-size:.78rem;line-height:1.5}
.atlas{margin-top:18px;padding-top:18px;border-top:1px solid var(--line);text-align:center} .atlas small{color:var(--yellow);font-weight:950;letter-spacing:.12em} .atlas strong{display:block;color:var(--teal);margin-top:6px}
.pricing-flow{display:flex;justify-content:center;gap:12px;flex-wrap:wrap;padding:15px;border:1px solid var(--line);border-radius:16px;margin-bottom:22px} .pricing-flow span{font-size:.67rem;color:var(--muted);font-weight:950;letter-spacing:.1em} .pricing-flow i{color:var(--yellow);font-style:normal}
.pricing{display:grid;grid-template-columns:repeat(3,1fr);gap:16px} .price-card{display:flex;flex-direction:column;padding:28px;border:1px solid var(--line);border-radius:24px;background:linear-gradient(180deg,var(--surface),var(--surface-deep));box-shadow:var(--shadow);position:relative} .price-card.featured{transform:translateY(-8px);border-color:rgba(73,191,255,.34)} .ribbon{position:absolute;top:0;left:0;right:0;padding:8px;text-align:center;background:linear-gradient(90deg,var(--teal),var(--blue));color:#05202a;font-size:.62rem;font-weight:950} .price-card small{color:var(--muted);font-weight:950;letter-spacing:.1em} .price-card h3{font-size:1.4rem;margin:14px 0 8px} .price{font-size:2.55rem;font-weight:950;margin:6px 0 12px} .price span{font-size:.8rem;color:var(--muted)} .price-card p,.price-card li{color:var(--muted);font-size:.84rem;line-height:1.55} .price-card ul{padding-left:18px;margin-bottom:24px} .price-card .btn{margin-top:auto}
.terms{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:18px} .term{padding:18px;border:1px solid var(--line);border-radius:16px;background:rgba(255,255,255,.02)} .term small{color:var(--yellow);font-weight:950;letter-spacing:.1em} .term strong{display:block;margin-top:8px;color:var(--muted);font-size:.8rem;line-height:1.5}
.cta{text-align:center} .cta-card{padding:58px 28px;border:1px solid var(--line);border-radius:28px;background:radial-gradient(circle at center,rgba(24,231,224,.10),transparent 42%),linear-gradient(180deg,var(--surface),var(--surface-deep));box-shadow:var(--shadow)} .cta-card h2{font-size:clamp(3rem,6vw,5.7rem);line-height:.94;letter-spacing:-.06em;margin:14px 0 18px} .cta-card h2 span{color:var(--teal)} .cta-card p{max-width:780px;margin:0 auto;color:var(--muted);line-height:1.75}
.footer{padding:34px 0;border-top:1px solid var(--line);color:var(--muted);font-size:.78rem} .footerin{display:flex;justify-content:space-between;gap:18px;align-items:center}
@media(max-width:1050px){.hero-grid,.brief-grid{grid-template-columns:1fr}.flow-stage{grid-template-columns:1fr}.cards{grid-template-columns:repeat(2,1fr)}.types{grid-template-columns:repeat(2,1fr)}.pricing{grid-template-columns:1fr}.price-card.featured{transform:none}.terms{grid-template-columns:1fr}}
@media(max-width:720px){.navlinks{display:none}.logo img{width:240px}.hero{min-height:auto}.hero-grid{padding-top:30px}.globe-card{min-height:480px}.cards,.types,.benefit-grid{grid-template-columns:1fr}.footerin{flex-direction:column;text-align:center}}

/* v4: capability-led pricing language */
.capacity-positioning{
  margin:0 0 18px;
  padding:22px;
  border:1px solid var(--line);
  border-left:3px solid var(--teal);
  border-radius:0 18px 18px 0;
  background:
    radial-gradient(circle at 88% 20%,rgba(73,191,255,.08),transparent 25%),
    rgba(255,255,255,.02);
}
.capacity-positioning small{
  display:block;
  color:var(--yellow);
  font-size:.66rem;
  font-weight:950;
  letter-spacing:.13em;
}
.capacity-positioning strong{
  display:block;
  margin-top:8px;
  font-size:1.08rem;
  line-height:1.45;
}
.capacity-positioning p{
  max-width:900px;
  margin:8px 0 0;
  color:var(--muted);
  font-size:.84rem;
  line-height:1.6;
}


/* v5: compact executive hero */
.hero{
  min-height:620px !important;
  padding:64px 0 !important;
}
.hero-grid{
  align-items:center !important;
}
.hero-subtitle{
  margin-top:10px;
  color:var(--blue);
  font-size:.88rem;
  font-weight:850;
  letter-spacing:.04em;
}
.hero h1{
  max-width:760px;
  margin:18px 0 20px !important;
  font-size:clamp(3.2rem,5.6vw,5.25rem) !important;
  line-height:.92 !important;
  letter-spacing:-.062em !important;
}
.hero p{
  max-width:650px !important;
  font-size:1rem !important;
  line-height:1.75 !important;
}
.globe-card{
  min-height:520px !important;
}
.hero-actions{
  margin-top:22px !important;
}
.hero-note{
  margin-top:20px !important;
}
@media(max-width:1050px){
  .hero{min-height:auto !important}
}
@media(max-width:720px){
  .hero{padding:44px 0 34px !important}
  .hero h1{
    font-size:clamp(2.7rem,11vw,4.1rem) !important;
  }
  .globe-card{
    min-height:430px !important;
  }
}


.sla-compat-note{
  margin:0 0 14px;
  padding:13px 15px;
  border:1px solid rgba(255,228,94,.18);
  border-radius:14px;
  background:rgba(255,228,94,.035);
}
.sla-compat-note small{
  display:block;
  color:var(--yellow);
  font-size:.61rem;
  font-weight:950;
  letter-spacing:.12em;
}
.sla-compat-note span{
  display:block;
  margin-top:5px;
  color:var(--muted);
  font-size:.76rem;
  line-height:1.5;
}


/* v6: Deployment Roadmap + Management Infrastructure */
.deployment-roadmap-section{
  background:
    radial-gradient(circle at 12% 10%,rgba(255,159,67,.07),transparent 24%),
    radial-gradient(circle at 87% 8%,rgba(24,231,224,.08),transparent 25%),
    linear-gradient(180deg,var(--bg2),var(--bg));
}
.roadmap-layout{
  display:grid;
  grid-template-columns:1fr 320px;
  gap:18px;
  align-items:stretch;
}
.roadmap-main{
  display:grid;
  gap:18px;
}
.roadmap-steps{
  display:grid;
  grid-template-columns:1fr 42px 1fr 42px 1fr;
  gap:10px;
  align-items:stretch;
}
.roadmap-step{
  position:relative;
  padding:22px;
  border:1px solid var(--line);
  border-radius:20px;
  background:linear-gradient(180deg,var(--surface),var(--surface-deep));
  box-shadow:var(--shadow);
}
.step-orange{border-color:rgba(255,159,67,.65)}
.step-blue{border-color:rgba(73,191,255,.65)}
.step-green{border-color:rgba(77,243,162,.65)}
.step-number{
  width:50px;height:50px;
  display:grid;place-items:center;
  border:1px solid currentColor;
  border-radius:14px;
  color:var(--orange);
  font-weight:950;
  margin-bottom:14px;
}
.step-blue .step-number{color:var(--blue)}
.step-green .step-number{color:var(--green)}
.step-head small{
  color:var(--muted);
  font-size:.64rem;
  font-weight:950;
  letter-spacing:.1em;
}
.step-orange .step-head small{color:var(--orange)}
.step-blue .step-head small{color:var(--teal)}
.step-green .step-head small{color:var(--green)}
.step-head h3{
  margin:4px 0 14px;
  font-size:1.2rem;
  line-height:1.05;
}
.roadmap-step p,
.roadmap-step li{
  color:var(--muted);
  font-size:.78rem;
  line-height:1.5;
}
.roadmap-step ul{padding-left:18px;margin:18px 0 0}
.roadmap-arrow{
  display:grid;
  place-items:center;
  color:var(--teal);
  font-size:2.5rem;
}
.executive-start-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  border:1px solid var(--line);
  border-radius:20px;
  overflow:hidden;
  background:linear-gradient(180deg,var(--surface),var(--surface-deep));
}
.executive-start-grid article{
  display:grid;
  grid-template-columns:54px 1fr;
  gap:12px;
  padding:18px;
  border-right:1px solid var(--line);
}
.executive-start-grid article:last-child{border-right:0}
.start-icon{
  width:48px;height:48px;
  display:grid;place-items:center;
  border-radius:50%;
  border:1px solid currentColor;
  font-size:1.35rem;
}
.start-icon.orange{color:var(--orange)}
.start-icon.blue{color:var(--blue)}
.start-icon.green{color:var(--green)}
.start-icon.yellow{color:var(--yellow)}
.executive-start-grid small{
  display:block;
  color:var(--muted);
  font-size:.62rem;
  font-weight:950;
  letter-spacing:.08em;
}
.executive-start-grid article:nth-child(1) small{color:var(--orange)}
.executive-start-grid article:nth-child(2) small{color:var(--blue)}
.executive-start-grid article:nth-child(3) small{color:var(--green)}
.executive-start-grid article:nth-child(4) small{color:var(--yellow)}
.executive-start-grid strong{
  display:block;
  margin:4px 0 6px;
  font-size:.85rem;
}
.executive-start-grid p{
  margin:0;
  color:var(--muted);
  font-size:.72rem;
  line-height:1.45;
}
.management-infrastructure{
  padding:22px;
  border:1px solid rgba(24,231,224,.65);
  border-radius:20px;
  background:
    radial-gradient(circle at 15% 10%,rgba(24,231,224,.07),transparent 24%),
    linear-gradient(180deg,var(--surface),var(--surface-deep));
  box-shadow:var(--shadow);
}
.management-head{
  display:flex;
  align-items:center;
  gap:18px;
  padding-bottom:18px;
  border-bottom:1px solid var(--line);
}
.management-mark{
  width:86px;height:86px;
  display:grid;place-items:center;
  border:1px solid var(--teal);
  border-radius:20px;
  color:var(--teal);
  font-weight:950;
  font-size:1.15rem;
}
.management-head h3{
  margin:0;
  font-size:1.45rem;
  text-transform:uppercase;
}
.management-head p{
  margin:6px 0 0;
  color:var(--muted);
}
.management-head strong{
  color:var(--teal);
  margin-left:12px;
  text-transform:uppercase;
  font-size:.72rem;
  letter-spacing:.1em;
}
.management-grid{
  display:grid;
  grid-template-columns:repeat(5,1fr);
  gap:12px;
  margin-top:18px;
}
.management-grid article{
  min-height:230px;
  padding:18px;
  border:1px solid var(--line);
  border-radius:16px;
  background:rgba(255,255,255,.02);
}
.management-grid h4{
  margin:12px 0;
  font-size:.86rem;
  line-height:1.25;
}
.management-grid p{
  color:var(--muted);
  font-size:.75rem;
  line-height:1.5;
}
.mgmt-icon{
  width:48px;height:48px;
  display:grid;place-items:center;
  border-radius:50%;
  border:1px solid currentColor;
  font-size:1.2rem;
}
.mgmt-orange{border-color:var(--orange)!important;color:var(--orange)}
.mgmt-blue{border-color:var(--blue)!important;color:var(--blue)}
.mgmt-yellow{border-color:var(--yellow)!important;color:var(--yellow)}
.mgmt-green{border-color:var(--green)!important;color:var(--green)}
.mgmt-teal{border-color:var(--teal)!important;color:var(--teal)}
.management-grid article p{color:var(--muted)}
.continuity-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:0;
  border:1px solid var(--line);
  border-radius:18px;
  overflow:hidden;
}
.continuity-grid article{
  padding:18px;
  border-right:1px solid var(--line);
  background:linear-gradient(180deg,var(--surface),var(--surface-deep));
}
.continuity-grid article:last-child{border-right:0}
.continuity-grid small{
  color:var(--teal);
  font-size:.63rem;
  font-weight:950;
  letter-spacing:.1em;
}
.continuity-grid p{
  margin:8px 0 0;
  color:var(--muted);
  font-size:.76rem;
  line-height:1.5;
}
.why-fivekeys{
  position:relative;
  padding:22px;
  border:1px solid var(--teal);
  border-radius:20px;
  background:
    radial-gradient(circle at 50% 100%,rgba(24,231,224,.08),transparent 36%),
    linear-gradient(180deg,var(--surface),var(--surface-deep));
  box-shadow:var(--shadow);
}
.why-title{
  text-align:center;
  color:var(--teal);
  font-size:1.35rem;
  font-weight:950;
  text-transform:uppercase;
  padding-bottom:18px;
  border-bottom:1px solid var(--line);
}
.why-fivekeys article{
  display:grid;
  grid-template-columns:54px 1fr;
  gap:14px;
  padding:20px 0;
  border-bottom:1px solid var(--line);
}
.why-icon{
  width:50px;height:50px;
  display:grid;place-items:center;
  color:var(--teal);
  border:1px solid rgba(24,231,224,.28);
  border-radius:50%;
  font-size:1.25rem;
}
.why-fivekeys strong{
  color:var(--teal);
  font-size:.88rem;
}
.why-fivekeys p{
  margin:7px 0 0;
  color:var(--muted);
  font-size:.75rem;
  line-height:1.5;
}
.why-close{
  position:absolute;
  left:22px;right:22px;bottom:24px;
  text-align:center;
}
.why-close span{
  display:block;
  color:var(--teal);
  font-size:1.55rem;
  font-weight:950;
}
.why-close strong{
  display:block;
  margin-top:8px;
  color:var(--text);
  font-size:1.05rem;
  line-height:1.25;
}
@media(max-width:1180px){
  .roadmap-layout{grid-template-columns:1fr}
  .why-fivekeys{min-height:auto}
  .why-close{position:static;margin-top:26px}
}
@media(max-width:980px){
  .roadmap-steps{grid-template-columns:1fr}
  .roadmap-arrow{transform:rotate(90deg)}
  .executive-start-grid{grid-template-columns:1fr 1fr}
  .executive-start-grid article:nth-child(2){border-right:0}
  .executive-start-grid article:nth-child(-n+2){border-bottom:1px solid var(--line)}
  .management-grid{grid-template-columns:1fr 1fr}
}
@media(max-width:680px){
  .executive-start-grid,.management-grid,.continuity-grid{grid-template-columns:1fr}
  .executive-start-grid article,.continuity-grid article{border-right:0;border-bottom:1px solid var(--line)}
  .management-head{align-items:flex-start;flex-direction:column}
}


/* v7: Executive Confidence expansion */
.executive-confidence{
  padding-bottom:250px;
}
.executive-confidence article{
  grid-template-columns:52px 1fr;
  padding:17px 0;
}
.executive-confidence .why-icon{
  width:46px;
  height:46px;
}
.executive-confidence-summary{
  margin-top:20px;
  padding:18px;
  border:1px solid rgba(255,228,94,.22);
  border-radius:16px;
  background:
    radial-gradient(circle at 80% 20%,rgba(255,228,94,.06),transparent 28%),
    rgba(255,255,255,.02);
}
.executive-confidence-summary small{
  display:block;
  color:var(--yellow);
  font-size:.62rem;
  font-weight:950;
  letter-spacing:.12em;
}
.executive-confidence-summary strong{
  display:block;
  margin-top:8px;
  color:var(--text);
  font-size:.92rem;
  line-height:1.5;
}
.executive-confidence-summary p{
  margin:8px 0 0;
  color:var(--muted);
  font-size:.76rem;
  line-height:1.5;
}
.executive-confidence .why-close{
  padding-top:20px;
  border-top:1px solid var(--line);
}
.executive-confidence .why-close span{
  color:var(--teal);
  font-size:.86rem;
  letter-spacing:.08em;
}
.executive-confidence .why-close strong{
  margin-top:10px;
  font-size:1.22rem;
  line-height:1.25;
}
@media(max-width:1180px){
  .executive-confidence{
    padding-bottom:24px;
  }
  .executive-confidence .why-close{
    position:static;
  }
}


/* v8: empowering executive close */
.executive-confidence .why-close strong{
  font-size:1.08rem;
  line-height:1.34;
  color:var(--text);
}
.executive-confidence .why-close span{
  color:var(--teal);
  font-size:.82rem;
}


/* v9: positive, collaborative travel hero */
.hero h1{
  max-width:820px !important;
  font-size:clamp(3rem,5.25vw,4.9rem) !important;
  line-height:.94 !important;
}
.hero h1 span{
  background:linear-gradient(90deg,var(--teal),var(--blue),var(--yellow),var(--orange));
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent;
}
.hero p{
  max-width:690px !important;
}
@media(max-width:720px){
  .hero h1{
    font-size:clamp(2.55rem,10.5vw,3.9rem) !important;
  }
}


/* v10 Compact Executive Layout */
.roadmap-step{padding:16px 18px!important}
.step-number{width:42px!important;height:42px!important;margin-bottom:10px!important}
.step-head h3{margin:2px 0 8px!important;font-size:1.08rem!important}
.step-head small{font-size:.60rem!important}
.roadmap-step p{margin:0 0 10px!important;line-height:1.45!important;font-size:.76rem!important}
.roadmap-step ul{margin:10px 0 0!important;padding-left:16px!important}
.roadmap-step li{margin-bottom:5px!important;line-height:1.35!important;font-size:.73rem!important}
.roadmap-arrow{font-size:3.2rem!important;align-self:center}

.executive-start-grid article{padding:14px!important;gap:10px!important}
.executive-start-grid strong{margin:2px 0 4px!important}
.executive-start-grid p{font-size:.70rem!important;line-height:1.35!important}

.management-infrastructure{padding:18px!important}
.management-head{padding-bottom:14px!important}
.management-mark{width:70px!important;height:70px!important;font-size:1rem!important}
.management-head h3{font-size:1.2rem!important}
.management-grid{margin-top:14px!important}
.management-grid article{min-height:165px!important;padding:14px!important}
.management-grid h4{margin:8px 0!important;font-size:.8rem!important}
.management-grid p{font-size:.70rem!important;line-height:1.4!important}
.mgmt-icon{width:40px!important;height:40px!important;font-size:1rem!important}

.continuity-grid article{padding:14px!important}
.continuity-grid p{font-size:.72rem!important;line-height:1.4!important}

.executive-confidence{padding:18px 18px 170px!important}
.executive-confidence article{
 display:grid!important;
 grid-template-columns:40px 1fr!important;
 gap:10px!important;
 padding:12px 0!important;
}
.executive-confidence .why-icon{
 width:36px!important;
 height:36px!important;
 font-size:.95rem!important;
}
.executive-confidence strong{font-size:.84rem!important}
.executive-confidence article p{
 margin-top:4px!important;
 font-size:.71rem!important;
 line-height:1.4!important;
}
.executive-confidence-summary{
 margin-top:14px!important;
 padding:14px!important;
}
.executive-confidence-summary strong{
 font-size:.84rem!important;
 line-height:1.4!important;
}
.executive-confidence-summary p{
 font-size:.72rem!important;
}
.executive-confidence .why-close{
 padding-top:14px!important;
}
.executive-confidence .why-close span{
 font-size:.74rem!important;
}
.executive-confidence .why-close strong{
 font-size:1rem!important;
 line-height:1.25!important;
}
@media(max-width:1180px){
 .executive-confidence{padding-bottom:22px!important}
}


/* v11: remove unused vertical space in deployment framework */

/* Roadmap cards should size to content, not stretch */
.roadmap-steps{
  align-items:start !important;
}
.roadmap-step{
  min-height:0 !important;
  height:auto !important;
  align-self:start !important;
}
.roadmap-step > *:last-child{
  margin-bottom:0 !important;
}

/* Benefit strip: compact and content-led */
.executive-start-grid{
  align-items:start !important;
}
.executive-start-grid article{
  min-height:0 !important;
  height:auto !important;
  align-self:start !important;
  padding:13px 14px !important;
}
.executive-start-grid p{
  margin-bottom:0 !important;
}

/* Management infrastructure cards: remove forced empty lower area */
.management-grid{
  align-items:start !important;
}
.management-grid article{
  min-height:0 !important;
  height:auto !important;
  align-self:start !important;
  padding:14px !important;
}
.management-grid article p{
  margin-bottom:0 !important;
}

/* Convert the 3 lower panels into compact executive strips */
.continuity-grid{
  align-items:start !important;
}
.continuity-grid article{
  min-height:0 !important;
  height:auto !important;
  padding:13px 16px !important;
}
.continuity-grid p{
  margin:6px 0 0 !important;
}

/* Sidebar: compact list, no forced vertical stretch */
.why-fivekeys,
.executive-confidence{
  min-height:0 !important;
  height:auto !important;
  align-self:start !important;
  padding:18px !important;
}
.executive-confidence{
  padding-bottom:18px !important;
}
.executive-confidence article{
  min-height:0 !important;
  height:auto !important;
  padding:10px 0 !important;
}
.executive-confidence article p{
  margin-bottom:0 !important;
}
.executive-confidence-summary{
  margin-top:12px !important;
}
.executive-confidence .why-close{
  position:static !important;
  margin-top:14px !important;
  padding-top:14px !important;
}

/* Avoid equal-height stretching across the full two-column layout */
.roadmap-layout{
  align-items:start !important;
}
.roadmap-main{
  align-self:start !important;
}

/* Slightly tighten section rhythm */
.deployment-roadmap-section .section-head{
  margin-bottom:28px !important;
}
.roadmap-main{
  gap:14px !important;
}
.management-grid{
  gap:10px !important;
}


/* v12 executive roadmap redesign */
.executive-roadmap-v12{
  background:
    radial-gradient(circle at 10% 8%,rgba(255,159,67,.07),transparent 22%),
    radial-gradient(circle at 90% 10%,rgba(24,231,224,.08),transparent 23%),
    linear-gradient(180deg,var(--bg2),var(--bg));
}
.roadmap-head{margin-bottom:30px!important}

.timeline-shell{
  position:relative;
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:28px;
  padding:8px 0 4px;
}
.timeline-track{
  position:absolute;
  top:36px;
  left:10%;
  right:10%;
  height:2px;
  background:linear-gradient(90deg,var(--orange),var(--blue),var(--green));
  opacity:.7;
}
.timeline-phase{
  position:relative;
  z-index:2;
  display:grid;
  grid-template-columns:58px 1fr;
  gap:16px;
  align-items:start;
}
.phase-marker{
  width:58px;
  height:58px;
  display:grid;
  place-items:center;
  border-radius:16px;
  font-weight:950;
  font-size:1.15rem;
  background:var(--surface);
  box-shadow:0 0 20px rgba(0,0,0,.22);
}
.phase-one .phase-marker{color:var(--orange);border:1px solid var(--orange)}
.phase-two .phase-marker{color:var(--blue);border:1px solid var(--blue)}
.phase-three .phase-marker{color:var(--green);border:1px solid var(--green)}
.phase-copy{
  padding:0 0 0 2px;
}
.phase-copy small{
  display:block;
  font-size:.64rem;
  font-weight:950;
  letter-spacing:.12em;
}
.phase-one small{color:var(--orange)}
.phase-two small{color:var(--teal)}
.phase-three small{color:var(--green)}
.phase-copy h3{
  margin:5px 0 10px;
  font-size:1.35rem;
  line-height:1.05;
}
.phase-copy p,
.phase-copy li{
  color:var(--muted);
  font-size:.77rem;
  line-height:1.5;
}
.phase-copy p{margin:0 0 10px}
.phase-copy ul{margin:0;padding-left:17px}
.phase-copy li{margin-bottom:5px}

.executive-benefit-strip{
  margin-top:26px;
  display:grid;
  grid-template-columns:repeat(4,1fr);
  border:1px solid var(--line);
  border-radius:18px;
  overflow:hidden;
  background:linear-gradient(180deg,var(--surface),var(--surface-deep));
}
.executive-benefit-strip article{
  display:grid;
  grid-template-columns:44px 1fr;
  gap:12px;
  padding:15px 16px;
  border-right:1px solid var(--line);
}
.executive-benefit-strip article:last-child{border-right:0}
.benefit-symbol{
  width:40px;height:40px;
  display:grid;place-items:center;
  border-radius:50%;
  border:1px solid currentColor;
  font-size:1rem;
}
.benefit-symbol.orange{color:var(--orange)}
.benefit-symbol.blue{color:var(--blue)}
.benefit-symbol.green{color:var(--green)}
.benefit-symbol.yellow{color:var(--yellow)}
.executive-benefit-strip small{
  display:block;
  font-size:.60rem;
  font-weight:950;
  letter-spacing:.1em;
}
.executive-benefit-strip article:nth-child(1) small{color:var(--orange)}
.executive-benefit-strip article:nth-child(2) small{color:var(--blue)}
.executive-benefit-strip article:nth-child(3) small{color:var(--green)}
.executive-benefit-strip article:nth-child(4) small{color:var(--yellow)}
.executive-benefit-strip strong{
  display:block;
  margin:2px 0 4px;
  font-size:.86rem;
}
.executive-benefit-strip p{
  margin:0;
  color:var(--muted);
  font-size:.70rem;
  line-height:1.4;
}

.management-flow{
  margin-top:18px;
  padding:20px;
  border:1px solid rgba(24,231,224,.52);
  border-radius:20px;
  background:
    radial-gradient(circle at 12% 10%,rgba(24,231,224,.06),transparent 22%),
    linear-gradient(180deg,var(--surface),var(--surface-deep));
  box-shadow:var(--shadow);
}
.management-flow-head{
  display:flex;
  align-items:center;
  gap:16px;
  padding-bottom:16px;
  border-bottom:1px solid var(--line);
}
.management-flow-head .management-mark{
  width:66px;
  height:66px;
  border-radius:16px;
}
.management-flow-head h3{
  margin:0;
  font-size:1.28rem;
  text-transform:uppercase;
}
.management-flow-head p{
  margin:5px 0 0;
  color:var(--muted);
  font-size:.78rem;
}
.management-flow-head strong{
  color:var(--teal);
  margin-left:8px;
  font-size:.67rem;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.management-flow-grid{
  display:grid;
  grid-template-columns:repeat(5,1fr);
  margin-top:16px;
  border:1px solid var(--line);
  border-radius:16px;
  overflow:hidden;
}
.management-flow-grid article{
  display:grid;
  grid-template-columns:30px 1fr;
  gap:10px;
  padding:14px;
  border-right:1px solid var(--line);
  background:rgba(255,255,255,.015);
}
.management-flow-grid article:last-child{border-right:0}
.management-flow-grid span{
  font-size:.62rem;
  font-weight:950;
}
.flow-orange span{color:var(--orange)}
.flow-blue span{color:var(--blue)}
.flow-yellow span{color:var(--yellow)}
.flow-green span{color:var(--green)}
.flow-teal span{color:var(--teal)}
.management-flow-grid strong{
  display:block;
  font-size:.78rem;
  line-height:1.35;
}
.management-flow-grid p{
  margin:5px 0 0;
  color:var(--muted);
  font-size:.69rem;
  line-height:1.4;
}

.executive-callouts{
  margin-top:16px;
  display:grid;
  grid-template-columns:repeat(3,1fr);
  border:1px solid var(--line);
  border-radius:16px;
  overflow:hidden;
}
.executive-callouts article{
  padding:14px 16px;
  border-right:1px solid var(--line);
  background:rgba(255,255,255,.018);
}
.executive-callouts article:last-child{border-right:0}
.executive-callouts small{
  display:block;
  color:var(--teal);
  font-size:.60rem;
  font-weight:950;
  letter-spacing:.1em;
}
.executive-callouts strong{
  display:block;
  margin-top:6px;
  color:var(--muted);
  font-size:.76rem;
  line-height:1.45;
}

.ceo-confidence-panel{
  margin-top:18px;
  padding:22px;
  border:1px solid var(--teal);
  border-radius:20px;
  background:
    radial-gradient(circle at 85% 100%,rgba(24,231,224,.07),transparent 28%),
    linear-gradient(180deg,var(--surface),var(--surface-deep));
  box-shadow:var(--shadow);
}
.confidence-head{
  display:flex;
  justify-content:space-between;
  align-items:end;
  gap:24px;
  padding-bottom:16px;
  border-bottom:1px solid var(--line);
}
.confidence-head h3{
  margin:0;
  max-width:560px;
  text-align:right;
  font-size:1.2rem;
}
.confidence-grid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  column-gap:26px;
}
.confidence-grid article{
  display:grid;
  grid-template-columns:38px 1fr;
  gap:11px;
  padding:13px 0;
  border-bottom:1px solid var(--line);
}
.confidence-grid span{
  width:34px;height:34px;
  display:grid;place-items:center;
  color:var(--teal);
  border:1px solid rgba(24,231,224,.25);
  border-radius:50%;
  font-size:.88rem;
}
.confidence-grid strong{
  display:block;
  color:var(--teal);
  font-size:.82rem;
}
.confidence-grid p{
  margin:4px 0 0;
  color:var(--muted);
  font-size:.70rem;
  line-height:1.4;
}
.confidence-bottom{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:14px;
  margin-top:18px;
}
.buying-summary,
.leadership-freedom{
  padding:16px;
  border-radius:16px;
}
.buying-summary{
  border:1px solid rgba(255,228,94,.22);
  background:rgba(255,228,94,.035);
}
.leadership-freedom{
  border:1px solid rgba(24,231,224,.20);
  background:rgba(24,231,224,.035);
}
.buying-summary small,
.leadership-freedom small{
  display:block;
  font-size:.60rem;
  font-weight:950;
  letter-spacing:.1em;
}
.buying-summary small{color:var(--yellow)}
.leadership-freedom small{color:var(--teal)}
.buying-summary strong,
.leadership-freedom strong{
  display:block;
  margin-top:7px;
  line-height:1.45;
}
.buying-summary strong{font-size:.86rem}
.leadership-freedom strong{font-size:.95rem}
.buying-summary p{
  margin:7px 0 0;
  color:var(--muted);
  font-size:.72rem;
}

@media(max-width:1050px){
  .timeline-shell{grid-template-columns:1fr}
  .timeline-track{display:none}
  .executive-benefit-strip{grid-template-columns:1fr 1fr}
  .executive-benefit-strip article:nth-child(2){border-right:0}
  .executive-benefit-strip article:nth-child(-n+2){border-bottom:1px solid var(--line)}
  .management-flow-grid{grid-template-columns:1fr}
  .management-flow-grid article{border-right:0;border-bottom:1px solid var(--line)}
  .executive-callouts{grid-template-columns:1fr}
  .executive-callouts article{border-right:0;border-bottom:1px solid var(--line)}
}
@media(max-width:720px){
  .executive-benefit-strip,
  .confidence-grid,
  .confidence-bottom{grid-template-columns:1fr}
  .executive-benefit-strip article{border-right:0;border-bottom:1px solid var(--line)}
  .confidence-head{align-items:flex-start;flex-direction:column}
  .confidence-head h3{text-align:left}
  .management-flow-head{align-items:flex-start;flex-direction:column}
}


/* Healthcare Operations Proposal */
.healthcare-investment-section{
  background:
    radial-gradient(circle at 12% 10%,rgba(24,231,224,.08),transparent 24%),
    radial-gradient(circle at 86% 12%,rgba(73,191,255,.08),transparent 24%),
    linear-gradient(180deg,var(--bg),var(--bg2));
}
.healthcare-mou-card{
  display:grid;grid-template-columns:.88fr 1.12fr;gap:18px;padding:24px;
  border:1px solid rgba(24,231,224,.52);border-radius:24px;
  background:radial-gradient(circle at 12% 10%,rgba(24,231,224,.06),transparent 22%),linear-gradient(180deg,var(--surface),var(--surface-deep));
  box-shadow:var(--shadow)
}
.healthcare-mou-summary small,.healthcare-contact-panel small,.healthcare-outcome small{
  display:block;color:var(--yellow);font-size:.62rem;font-weight:950;letter-spacing:.12em
}
.healthcare-mou-summary h3{margin:12px 0;font-size:clamp(2rem,4vw,3.6rem);line-height:1;letter-spacing:-.05em}
.healthcare-mou-summary p{color:var(--muted);line-height:1.7}
.healthcare-price{margin:16px 0;color:var(--teal);font-size:3.35rem;font-weight:950}
.healthcare-price span{display:block;margin-top:6px;color:var(--muted);font-size:.8rem;font-weight:700}
.healthcare-capability-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.healthcare-capability-grid article{padding:17px;border:1px solid var(--line);border-radius:16px;background:rgba(255,255,255,.02)}
.healthcare-capability-grid strong{display:block;color:var(--teal);font-size:.84rem}
.healthcare-capability-grid p{margin:7px 0 0;color:var(--muted);font-size:.74rem;line-height:1.45}
.healthcare-function-grid{margin-top:18px;display:grid;grid-template-columns:repeat(4,1fr);gap:10px}
.healthcare-function-grid article{padding:16px;border:1px solid var(--line);border-radius:16px;background:rgba(255,255,255,.018)}
.healthcare-function-grid small{display:block;color:var(--blue);font-size:.61rem;font-weight:950;letter-spacing:.1em}
.healthcare-function-grid strong{display:block;margin-top:7px;color:var(--muted);font-size:.75rem;line-height:1.35}
.healthcare-coordinator-section{margin-top:18px;display:grid;grid-template-columns:.82fr 1.18fr;gap:16px}
.healthcare-coordinator-summary,.healthcare-coordinator-grid{
  border:1px solid var(--line);border-radius:22px;background:linear-gradient(180deg,var(--surface),var(--surface-deep));box-shadow:var(--shadow)
}
.healthcare-coordinator-summary{padding:24px}
.healthcare-coordinator-summary h3{margin:10px 0;font-size:2.15rem;line-height:1}
.healthcare-coordinator-summary>p{color:var(--muted);line-height:1.68}
.healthcare-coordinator-grid{padding:18px;display:grid;grid-template-columns:1fr 1fr;gap:10px}
.healthcare-coordinator-grid article{padding:15px;border:1px solid var(--line);border-radius:15px;background:rgba(255,255,255,.018)}
.healthcare-coordinator-grid h4{margin:0 0 10px;font-size:.84rem}
.healthcare-coordinator-grid ul{margin:0;padding-left:17px}
.healthcare-coordinator-grid li{color:var(--muted);font-size:.72rem;line-height:1.45;margin-bottom:5px}
.healthcare-outcome{margin-top:18px;padding:28px;text-align:center;border:1px solid rgba(24,231,224,.24);border-radius:20px;
  background:radial-gradient(circle at center,rgba(24,231,224,.08),transparent 42%),linear-gradient(180deg,var(--surface),var(--surface-deep))
}
.healthcare-outcome strong{display:block;max-width:980px;margin:10px auto 0;font-size:1.18rem;line-height:1.5}
.healthcare-contact-panel{margin-top:18px;display:flex;justify-content:space-between;gap:18px;align-items:center;padding:22px;border:1px solid var(--line);border-radius:18px;background:linear-gradient(90deg,rgba(24,231,224,.04),rgba(73,191,255,.03))}
.healthcare-contact-panel strong{display:block;max-width:850px;margin-top:7px;line-height:1.5}
@media(max-width:1100px){
  .healthcare-mou-card,.healthcare-coordinator-section{grid-template-columns:1fr}
  .healthcare-function-grid{grid-template-columns:1fr 1fr}
}
@media(max-width:700px){
  .healthcare-capability-grid,.healthcare-function-grid,.healthcare-coordinator-grid{grid-template-columns:1fr}
  .healthcare-contact-panel{align-items:flex-start;flex-direction:column}
  .healthcare-price{font-size:2.8rem}
}


/* Education & Learner Operations Proposal */
.education-investment-section{
  background:
    radial-gradient(circle at 12% 10%,rgba(73,191,255,.08),transparent 24%),
    radial-gradient(circle at 86% 12%,rgba(255,228,94,.08),transparent 24%),
    linear-gradient(180deg,var(--bg),var(--bg2));
}
.education-mou-card{
  display:grid;grid-template-columns:.88fr 1.12fr;gap:18px;padding:24px;
  border:1px solid rgba(73,191,255,.45);border-radius:24px;
  background:radial-gradient(circle at 12% 10%,rgba(73,191,255,.06),transparent 22%),linear-gradient(180deg,var(--surface),var(--surface-deep));
  box-shadow:var(--shadow)
}
.education-mou-summary small,.education-contact-panel small,.education-outcome small{
  display:block;color:var(--yellow);font-size:.62rem;font-weight:950;letter-spacing:.12em
}
.education-mou-summary h3{margin:12px 0;font-size:clamp(2rem,4vw,3.6rem);line-height:1;letter-spacing:-.05em}
.education-mou-summary p{color:var(--muted);line-height:1.7}
.education-price{margin:16px 0;color:var(--blue);font-size:3.35rem;font-weight:950}
.education-price span{display:block;margin-top:6px;color:var(--muted);font-size:.8rem;font-weight:700}
.education-capability-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.education-capability-grid article{padding:17px;border:1px solid var(--line);border-radius:16px;background:rgba(255,255,255,.02)}
.education-capability-grid strong{display:block;color:var(--blue);font-size:.84rem}
.education-capability-grid p{margin:7px 0 0;color:var(--muted);font-size:.74rem;line-height:1.45}
.education-function-grid{margin-top:18px;display:grid;grid-template-columns:repeat(4,1fr);gap:10px}
.education-function-grid article{padding:16px;border:1px solid var(--line);border-radius:16px;background:rgba(255,255,255,.018)}
.education-function-grid small{display:block;color:var(--yellow);font-size:.61rem;font-weight:950;letter-spacing:.1em}
.education-function-grid strong{display:block;margin-top:7px;color:var(--muted);font-size:.75rem;line-height:1.35}
.education-coordinator-section{margin-top:18px;display:grid;grid-template-columns:.82fr 1.18fr;gap:16px}
.education-coordinator-summary,.education-coordinator-grid{
  border:1px solid var(--line);border-radius:22px;background:linear-gradient(180deg,var(--surface),var(--surface-deep));box-shadow:var(--shadow)
}
.education-coordinator-summary{padding:24px}
.education-coordinator-summary h3{margin:10px 0;font-size:2.15rem;line-height:1}
.education-coordinator-summary>p{color:var(--muted);line-height:1.68}
.education-coordinator-grid{padding:18px;display:grid;grid-template-columns:1fr 1fr;gap:10px}
.education-coordinator-grid article{padding:15px;border:1px solid var(--line);border-radius:15px;background:rgba(255,255,255,.018)}
.education-coordinator-grid h4{margin:0 0 10px;font-size:.84rem}
.education-coordinator-grid ul{margin:0;padding-left:17px}
.education-coordinator-grid li{color:var(--muted);font-size:.72rem;line-height:1.45;margin-bottom:5px}
.education-outcome{margin-top:18px;padding:28px;text-align:center;border:1px solid rgba(73,191,255,.24);border-radius:20px;
  background:radial-gradient(circle at center,rgba(73,191,255,.08),transparent 42%),linear-gradient(180deg,var(--surface),var(--surface-deep))
}
.education-outcome strong{display:block;max-width:980px;margin:10px auto 0;font-size:1.18rem;line-height:1.5}
.education-contact-panel{margin-top:18px;display:flex;justify-content:space-between;gap:18px;align-items:center;padding:22px;border:1px solid var(--line);border-radius:18px;background:linear-gradient(90deg,rgba(73,191,255,.04),rgba(255,228,94,.03))}
.education-contact-panel strong{display:block;max-width:850px;margin-top:7px;line-height:1.5}
@media(max-width:1100px){
  .education-mou-card,.education-coordinator-section{grid-template-columns:1fr}
  .education-function-grid{grid-template-columns:1fr 1fr}
}
@media(max-width:700px){
  .education-capability-grid,.education-function-grid,.education-coordinator-grid{grid-template-columns:1fr}
  .education-contact-panel{align-items:flex-start;flex-direction:column}
  .education-price{font-size:2.8rem}
}


/* v2 compact education messaging */
.education-mou-summary h3{
  font-size:clamp(1.7rem,3vw,2.7rem)!important;
  line-height:1.02!important;
  max-width:560px;
}
.education-mou-summary p{
  line-height:1.5!important;
  max-width:620px;
}
.education-mou-card{
  padding:20px!important;
}
.education-capability-grid article{
  padding:14px!important;
}
.education-capability-grid strong{
  font-size:.8rem!important;
}
.education-capability-grid p{
  font-size:.7rem!important;
  line-height:1.35!important;
}
.education-investment-section .section-head{
  margin-bottom:26px!important;
}
#operations .section-head h2{
  font-size:clamp(2rem,4vw,3.5rem)!important;
}


/* HR & Workforce Operations Proposal */
.hr-investment-section{
  background:
    radial-gradient(circle at 12% 10%,rgba(255,159,67,.08),transparent 24%),
    radial-gradient(circle at 86% 12%,rgba(73,191,255,.08),transparent 24%),
    linear-gradient(180deg,var(--bg),var(--bg2));
}
.hr-mou-card{
  display:grid;grid-template-columns:.88fr 1.12fr;gap:18px;padding:20px;
  border:1px solid rgba(255,159,67,.45);border-radius:24px;
  background:radial-gradient(circle at 12% 10%,rgba(255,159,67,.06),transparent 22%),linear-gradient(180deg,var(--surface),var(--surface-deep));
  box-shadow:var(--shadow)
}
.hr-mou-summary small,.hr-contact-panel small,.hr-outcome small{
  display:block;color:var(--yellow);font-size:.62rem;font-weight:950;letter-spacing:.12em
}
.hr-mou-summary h3{margin:12px 0;font-size:clamp(1.7rem,3vw,2.8rem);line-height:1.02;letter-spacing:-.045em}
.hr-mou-summary p{color:var(--muted);line-height:1.5}
.hr-price{margin:16px 0;color:var(--orange);font-size:3.25rem;font-weight:950}
.hr-price span{display:block;margin-top:6px;color:var(--muted);font-size:.8rem;font-weight:700}
.hr-capability-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.hr-capability-grid article{padding:14px;border:1px solid var(--line);border-radius:16px;background:rgba(255,255,255,.02)}
.hr-capability-grid strong{display:block;color:var(--orange);font-size:.8rem}
.hr-capability-grid p{margin:7px 0 0;color:var(--muted);font-size:.7rem;line-height:1.35}
.hr-function-grid{margin-top:18px;display:grid;grid-template-columns:repeat(4,1fr);gap:10px}
.hr-function-grid article{padding:16px;border:1px solid var(--line);border-radius:16px;background:rgba(255,255,255,.018)}
.hr-function-grid small{display:block;color:var(--blue);font-size:.61rem;font-weight:950;letter-spacing:.1em}
.hr-function-grid strong{display:block;margin-top:7px;color:var(--muted);font-size:.75rem;line-height:1.35}
.hr-coordinator-section{margin-top:18px;display:grid;grid-template-columns:.82fr 1.18fr;gap:16px}
.hr-coordinator-summary,.hr-coordinator-grid{
  border:1px solid var(--line);border-radius:22px;background:linear-gradient(180deg,var(--surface),var(--surface-deep));box-shadow:var(--shadow)
}
.hr-coordinator-summary{padding:24px}
.hr-coordinator-summary h3{margin:10px 0;font-size:2.15rem;line-height:1}
.hr-coordinator-summary>p{color:var(--muted);line-height:1.68}
.hr-coordinator-grid{padding:18px;display:grid;grid-template-columns:1fr 1fr;gap:10px}
.hr-coordinator-grid article{padding:15px;border:1px solid var(--line);border-radius:15px;background:rgba(255,255,255,.018)}
.hr-coordinator-grid h4{margin:0 0 10px;font-size:.84rem}
.hr-coordinator-grid ul{margin:0;padding-left:17px}
.hr-coordinator-grid li{color:var(--muted);font-size:.72rem;line-height:1.45;margin-bottom:5px}
.hr-outcome{margin-top:18px;padding:28px;text-align:center;border:1px solid rgba(255,159,67,.24);border-radius:20px;
  background:radial-gradient(circle at center,rgba(255,159,67,.08),transparent 42%),linear-gradient(180deg,var(--surface),var(--surface-deep))
}
.hr-outcome strong{display:block;max-width:980px;margin:10px auto 0;font-size:1.18rem;line-height:1.5}
.hr-contact-panel{margin-top:18px;display:flex;justify-content:space-between;gap:18px;align-items:center;padding:22px;border:1px solid var(--line);border-radius:18px;background:linear-gradient(90deg,rgba(255,159,67,.04),rgba(73,191,255,.03))}
.hr-contact-panel strong{display:block;max-width:850px;margin-top:7px;line-height:1.5}
@media(max-width:1100px){
  .hr-mou-card,.hr-coordinator-section{grid-template-columns:1fr}
  .hr-function-grid{grid-template-columns:1fr 1fr}
}
@media(max-width:700px){
  .hr-capability-grid,.hr-function-grid,.hr-coordinator-grid{grid-template-columns:1fr}
  .hr-contact-panel{align-items:flex-start;flex-direction:column}
  .hr-price{font-size:2.8rem}
}


/* v2: refined hero and compact heading system */
.hero h1{
  max-width:860px!important;
  font-size:clamp(2.75rem,4.8vw,4.45rem)!important;
  line-height:.96!important;
}
.hero p{
  max-width:720px!important;
  font-size:clamp(.94rem,1.3vw,1.08rem)!important;
  line-height:1.62!important;
}
.section-head h2{
  font-size:clamp(2rem,3.65vw,3.6rem)!important;
  line-height:1.02!important;
  max-width:920px!important;
}
.section-head p{
  max-width:820px!important;
  font-size:.94rem!important;
  line-height:1.65!important;
}
#operations .section-head h2,
#industries .section-head h2,
#clarity .section-head h2,
.executive-roadmap-v12 .section-head h2,
.hr-investment-section .section-head h2{
  font-size:clamp(1.9rem,3.35vw,3.25rem)!important;
}
.card h3{
  font-size:1.08rem!important;
  line-height:1.2!important;
}
.types .type strong{
  font-size:.86rem!important;
}
.confidence-head h3{
  font-size:1.05rem!important;
}
.hr-coordinator-summary h3{
  font-size:1.85rem!important;
}
.hr-outcome strong{
  font-size:1.04rem!important;
}
@media(max-width:720px){
  .hero h1{
    font-size:clamp(2.35rem,10vw,3.45rem)!important;
  }
  .section-head h2,
  #operations .section-head h2,
  #industries .section-head h2,
  #clarity .section-head h2,
  .executive-roadmap-v12 .section-head h2,
  .hr-investment-section .section-head h2{
    font-size:clamp(1.8rem,8vw,2.6rem)!important;
  }
}


/* =====================================================================
   Component Library v2.1 additions (2026-08-06)
   Purely additive. Support the shared render components in components.php
   without altering any existing rule.
   ===================================================================== */

/* Two extra activity-cloud positions (mid-band gap) so operations_flow_v2()
   can carry up to 18 activity words (e.g. Amazon marketplace flow). */
.w17{left:15%;top:47%} .w18{right:13%;top:47%}

/* Per-tier "SLA READY" badge on a pricing card. In-flow chip (not absolute),
   so it never collides with the featured .ribbon bar above it. */
.price-card .sla-ready{
  align-self:flex-end;
  margin-bottom:6px;
  padding:4px 9px;
  font-size:.56rem;font-weight:950;letter-spacing:.09em;
  color:var(--teal);
  border:1px solid rgba(24,231,224,.34);border-radius:999px;
  background:rgba(24,231,224,.06);
}

/* Generic positioning band above a pricing grid ("capability, not headcount").
   Model-agnostic — the page supplies the copy. */
.capability-note{
  margin:0 0 22px;
  padding:22px 24px;
  border:1px solid var(--line);border-radius:18px;
  background:linear-gradient(90deg,rgba(24,231,224,.05),rgba(73,191,255,.03));
}
.capability-note small{color:var(--yellow);font-weight:950;letter-spacing:.1em;font-size:.66rem}
.capability-note strong{display:block;margin-top:8px;font-size:1.05rem;line-height:1.4}
.capability-note p{margin:8px 0 0;color:var(--muted);font-size:.84rem;line-height:1.6;max-width:820px}

/* Confidence panel with a single closing block (vs the two-column default). */
.confidence-bottom.single{grid-template-columns:1fr}
