
:root{
  --brand-blue:#1E66D0;
  --brand-blue-dark:#0D2F5B;
  --brand-blue-light:#E7F0FE;
  --bg:#F5F7FA;
  --text:#1A1A1A;
  --border:#C9D3E1;
  --card:#FFFFFF;
}
*{box-sizing:border-box}
html,body{height:100%}
body{
  margin:0;
  font-family:'Inter',sans-serif;
  background:var(--bg);
  color:var(--text);
  line-height:1.5;
  display:flex;
  flex-direction:column;
  min-height:100vh;
}
main{flex:1}
header{
  background:#fff;
  border-bottom:1px solid var(--border);
}
.navbar{
  width:min(1200px, calc(100% - 32px));
  margin:0 auto;
  padding:10px 0;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
}
.brand{
  display:flex;
  align-items:flex-start;
  gap:18px;
  min-width:0;
}
.brand-logo-link{
  display:block;
  line-height:0;
  text-decoration:none;
  color:inherit;
}
.brand-logo-link:focus-visible{
  outline:2px solid var(--brand-blue);
  outline-offset:3px;
  border-radius:4px;
}
.brand img{
  height:42px;
  display:block;
}
.brand-text{
  color:var(--brand-blue-dark);
  font-weight:600;
  font-size:18px;
  line-height:1.15;
  padding-left:18px;
  margin-top:14px;
  white-space:nowrap;
}
nav{
  display:flex;
  gap:14px;
  flex-wrap:wrap;
  justify-content:flex-end;
}
nav a{
  text-decoration:none;
  color:var(--brand-blue-dark);
  font-weight:600;
  padding:6px 10px;
  border-radius:8px;
  font-size:15px;
}
nav a.active{
  background:var(--brand-blue-light);
  color:var(--brand-blue);
}
nav.site-nav a.nav-cta{
  background:#2b74d6;
  color:#fff;
  border:1px solid #0d2f5b;
  border-radius:10px;
  font-weight:700;
  padding:7px 12px;
  box-shadow:0 1px 2px rgba(13,47,91,0.2);
}
nav.site-nav a.nav-cta:hover{
  background:#2567bf;
}
nav.site-nav a.nav-cta.active{
  background:#0d5fd0;
  color:#fff;
}
nav.site-nav{
  display:flex;
  align-items:center;
  gap:4px;
  flex-wrap:wrap;
  justify-content:flex-end;
}
details.nav-solutions{
  position:relative;
}
details.nav-solutions > summary{
  list-style:none;
  cursor:pointer;
  color:var(--brand-blue-dark);
  font-weight:600;
  padding:6px 10px;
  border-radius:8px;
  font-size:15px;
  font-family:inherit;
}
details.nav-solutions > summary::-webkit-details-marker{display:none}
details.nav-solutions[open] > summary{
  background:var(--brand-blue-light);
  color:var(--brand-blue);
}
.nav-solutions-inner{
  position:absolute;
  top:100%;
  left:0;
  margin-top:6px;
  min-width:260px;
  background:#fff;
  border:1px solid var(--border);
  border-radius:10px;
  padding:8px;
  box-shadow:0 8px 24px rgba(0,0,0,0.08);
  z-index:50;
  display:flex;
  flex-direction:column;
  gap:2px;
}
.nav-solutions-inner a{
  display:block;
  padding:10px 12px;
  border-radius:8px;
  font-weight:600;
  font-size:14px;
  color:var(--brand-blue-dark);
  text-decoration:none;
}
.nav-solutions-inner a:hover{background:var(--brand-blue-light)}
.nav-solutions-inner a.active{
  background:var(--brand-blue-light);
  color:var(--brand-blue);
}
.page{
  width:min(1160px, calc(100% - 36px));
  margin:0 auto;
}
.hero-title{
  text-align:center;
  color:var(--brand-blue-dark);
  font-size:40px;
  line-height:1.15;
  margin:12px auto 8px auto;
  
}
.hero-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:22px;
  align-items:center;
  justify-items:center;
}
.hero-lead{
  max-width:720px;
  margin:0 0 12px 0;
  font-size:18px;
  color:var(--brand-blue-dark);
  font-weight:600;
  line-height:1.4;
}
.hero-text { text-align: left; }
.hero-text p{
  font-size:17px;
  margin:0 0 10px 0;
}
.value-prop-graphic{
  margin:0;
  display:flex;
  justify-content:center;
}
.value-prop-graphic img{
  width:100%;
  max-width:1100px;
  height:auto;
  display:block;
  border:1px solid var(--border);
  border-radius:24px;
}
.platform-deployment-graphic{
  margin:24px auto 0;
  display:flex;
  justify-content:center;
  width:70%;
  max-width:1100px;
}
.platform-deployment-graphic img{
  width:750px;
  max-width:100%;
  height:auto;
  display:block;
  border:1px solid var(--border);
  border-radius:24px;
}
.hero-image img,
.diagram img{
  max-width:100%;
  height:auto;
  display:block;
}

.cta{
  display:inline-block;
  background:var(--brand-blue);
  border:1px solid var(--brand-blue-dark);
  border-radius:10px;
  padding:9px 18px;
  font-size:17px;
  font-weight:600;
  color:#fff;
  cursor:pointer;
  text-decoration:none;
  text-align:center;
}
.cta-secondary{
  background:#fff;
  color:#123a6b;
  border:1px solid #7f95b3;
}
button.cta{font-family:inherit}
.cta:focus-visible{outline:2px solid var(--brand-blue);outline-offset:2px}

.ea-intro{font-size:17px;margin:0 0 14px 0}
.ea-eval{font-size:17px;margin:0 0 20px 0}
.ea-expect{
  margin:0 0 22px 0;
  padding-left:20px;
  font-size:17px;
  line-height:1.55;
  width:max-content;
  max-width:min(100%, 52rem);
}
.ea-expect li{
  margin-bottom:6px;
  white-space:nowrap;
}
@media (max-width:720px){
  .ea-expect{
    width:auto;
    max-width:100%;
  }
  .ea-expect li{
    white-space:normal;
  }
}
.ea-form h3{
  color:var(--brand-blue-dark);
  margin:0 0 8px 0;
  font-size:22px;
}
.ea-r1{
  background:var(--card);
  border:1px solid var(--border);
  border-radius:12px;
  padding:14px 16px;
  margin-bottom:18px;
  font-size:16px;
}
.ea-form{
  max-width:640px;
  display:grid;
  gap:14px;
}
.ea-form label{
  display:block;
  font-weight:600;
  font-size:14px;
  color:var(--brand-blue-dark);
  margin-bottom:4px;
}
.ea-form input[type=email],
.ea-form input[type=text],
.ea-form select,
.ea-form textarea{
  width:100%;
  font-family:inherit;
  font-size:16px;
  padding:8px 10px;
  border:1px solid var(--border);
  border-radius:8px;
  background:#fff;
}
.ea-form textarea{min-height:88px;resize:vertical}
.ea-hint{font-size:13px;font-weight:400;color:#66778C;margin-top:4px}
.ea-checkrow{
  display:flex;
  flex-wrap:wrap;
  gap:12px 20px;
  align-items:center;
}
.ea-checkrow label{
  display:flex;
  align-items:center;
  gap:8px;
  font-weight:500;
  margin:0;
  cursor:pointer;
}
.ea-checkrow input{width:auto;margin:0}
.ea-actions{
  margin-top:4px;
  display:flex;
  gap:10px;
  flex-wrap:wrap;
}
.ea-closing{font-size:16px;margin:14px 0 12px 0;line-height:1.45;color:var(--brand-blue-dark)}
.ea-error{
  font-size:15px;
  color:#9a1c1c;
  margin:0 0 8px 0;
  line-height:1.45;
}
.ea-success{
  max-width:560px;
  margin-top:8px;
  padding:16px 18px;
  border:1px solid var(--border);
  border-radius:12px;
  background:var(--card);
  font-size:16px;
  line-height:1.5;
  color:var(--brand-blue-dark);
}
.ea-success-title{font-weight:600;margin:0 0 8px 0}
button.cta:disabled{
  opacity:0.55;
  cursor:not-allowed;
}

.solution-page-header{
  display:grid;
  grid-template-columns:minmax(0, 1fr) auto;
  align-items:start;
  gap:8px 20px;
  margin:0 0 10px 0;
}
.solution-page-header .solution-heading{
  margin:0;
}
@media (max-width:560px){
  .solution-page-header{
    grid-template-columns:1fr;
    gap:6px;
  }
  .solution-crosslink{justify-self:end;padding-top:0}
}
.solution-crosslink{
  justify-self:end;
  padding-top:0.45em;
  font-size:15px;
  font-weight:600;
  line-height:1.2;
  color:var(--brand-blue);
  text-decoration:none;
  white-space:nowrap;
}
.solution-crosslink:hover{color:var(--brand-blue-dark);text-decoration:underline}
.solution-crosslink:focus-visible{
  outline:2px solid var(--brand-blue);
  outline-offset:3px;
  border-radius:2px;
}
.solution-page .solution-heading{
  font-size:28px;
  line-height:1.2;
  color:var(--brand-blue-dark);
  margin:0 0 10px 0;
  font-weight:700;
}
.solution-page h1.solution-heading{font-size:32px}
.solution-page .solution-page-header .solution-heading{margin:0}
.solution-page .solution-heading-sub{
  font-size:22px;
  line-height:1.28;
}
.solution-subheading{
  font-size:18px;
  margin:0 0 12px 0;
  max-width:calc(52rem + 20ch);
  line-height:1.45;
}
.solution-heading-spaced{margin-top:40px}
/* Shared 22px subhead treatment (Why, Operational, Configuration).
   Must beat `.section p` (17px) — use equal-or-higher specificity. */
.section p.solution-tagline,
.section p.solution-thesis,
.why-intro-section p.why-subhead,
.why-body-section > h3{
  font-size:22px;
  line-height:1.3;
  font-weight:700;
  color:var(--brand-blue-dark);
}
.solution-tagline{
  margin:4px 0 18px 0;
  max-width:calc(52rem + 20ch);
}
.solution-thesis{
  margin:8px 0 12px 0;
  max-width:calc(52rem + 20ch);
}
.solution-questions{
  list-style:none;
  margin:0 0 12px 0;
  padding-top:10px;
  padding-left:0;
  padding-right:0;
  padding-bottom:0;
  font-size:18px;
}
.solution-questions li{
  position:relative;
  padding-left:26px;
  line-height:1.5;
  margin-bottom:10px;
}
.solution-questions li::before{
  content:"\2192";
  position:absolute;
  left:0;
  top:0;
  color:var(--brand-blue);
  font-weight:700;
}
.uc-q-lead{
  font-weight:600;
  margin:0 0 2px 0;
}
.uc-questions{
  padding-top:0;
  margin-top:0;
  margin-bottom:14px;
  margin-left:0;
  max-width:100ch;
}
.uc-page .uc-intro{
  max-width:100ch;
  margin:0 0 22px 0;
}
.uc-page .uc-intro p{
  margin:0 0 10px 0;
}
.uc-page .uc-intro p:last-child{
  margin-bottom:0;
}
.uc-verbs{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin:4px 0 22px 0;
}
.uc-verb{
  display:inline-flex;
  align-items:center;
  padding:6px 12px;
  border:1px solid var(--border);
  border-radius:999px;
  background:#fff;
  color:var(--brand-blue-dark);
  font-size:15px;
  font-weight:700;
}
.uc-cards{
  display:flex;
  flex-direction:column;
  gap:32px;
}
.uc-card{
  background:var(--card);
  border:1px solid #d7e0ec;
  border-left:3px solid var(--brand-blue);
  border-radius:10px;
  padding:22px 24px 20px;
  box-shadow:none;
}
.uc-card-head{
  display:flex;
  align-items:center;
  gap:12px;
  margin:0 0 8px 0;
}
.uc-card-head h3{
  margin:0;
  font-size:22px;
  line-height:1.25;
  font-weight:700;
  color:var(--brand-blue-dark);
}
.uc-icon{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  flex:0 0 auto;
  width:36px;
  height:36px;
  border-radius:8px;
  background:var(--brand-blue-light);
  border:none;
  color:var(--brand-blue);
}
.uc-page p.uc-takeaway{
  margin:0 0 18px 0;
  max-width:100ch;
  font-size:17px;
  font-weight:600;
  line-height:1.4;
  color:#3a5070;
}
.uc-page p.uc-label{
  margin:0 0 6px 0;
  font-size:12px;
  font-weight:600;
  letter-spacing:0.06em;
  text-transform:uppercase;
  color:#6b7f99;
}
.uc-page p.uc-prose{
  margin:0 0 16px 0;
  max-width:100ch;
  font-size:17px;
  line-height:1.55;
  color:var(--text);
}
.uc-outcome{
  margin:8px 0 0 0;
  max-width:none;
  width:60%;
  box-sizing:border-box;
  padding:12px 14px;
  background:var(--brand-blue-light);
  border:1px solid var(--border);
  border-radius:10px;
}
.uc-outcome ul{
  margin:0;
  padding-left:0;
  list-style:none;
}
.uc-outcome li{
  position:relative;
  margin:5px 0;
  padding-left:20px;
  font-size:16px;
  line-height:1.45;
  color:var(--text);
}
.uc-outcome li::before{
  content:"\2713";
  position:absolute;
  left:0;
  top:0;
  color:var(--brand-blue);
  font-weight:600;
  font-size:14px;
}
.uc-more,
.uc-more-row a.uc-more{
  display:inline-block;
  margin-top:2px;
  font-weight:600;
  color:var(--brand-blue);
  text-decoration:none;
}
.uc-more:hover,
.uc-more-row a.uc-more:hover{
  text-decoration:underline;
  color:var(--brand-blue-dark);
}
.uc-more-row{
  display:flex;
  flex-wrap:wrap;
  gap:14px 18px;
}
.capability-bands{
  display:grid;
  grid-template-columns:repeat(3, minmax(0, 1fr));
  gap:32px;
  margin-top:24px;
  margin-bottom:8px;
}
.capability{
  --cap-color:var(--brand-blue);
}
.capability--surface{--cap-color:#1E66D0;}
.capability--understand{--cap-color:#0E9AA7;}
.capability--apply{--cap-color:#2E9E5B;}
.capability--change{--cap-color:#2E9E5B;}
.capability-head{
  display:flex;
  align-items:center;
  gap:10px;
  margin:0 0 12px 0;
  padding-bottom:8px;
  border-bottom:2px solid var(--cap-color);
}
.capability-num{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:26px;
  height:26px;
  border-radius:50%;
  background:var(--cap-color);
  color:#fff;
  font-weight:700;
  font-size:14px;
  flex:none;
}
.capability-head h3{
  margin:0;
  font-size:18px;
  color:var(--cap-color);
}
.capability ul{
  list-style:none;
  margin:0;
  padding:0;
  font-size:16px;
}
.capability li{
  line-height:1.35;
  margin-bottom:12px;
}
.solution-page .solution-figure{
  margin:10px 0 20px 0;
}
.solution-page-configuration .configuration-product-tiles{
  margin-top:12px;
  margin-bottom:18px;
  grid-template-columns:repeat(2, minmax(0, 1fr));
  gap:16px;
}
.solution-page-configuration .configuration-product-tiles .feature{
  min-height:auto;
  display:flex;
  flex-direction:column;
}
.solution-page-configuration .configuration-product-tiles .feature p{
  line-height:1.45;
  min-height:calc(2 * 1.45em);
  flex:1;
}

.solution-figure{
  margin:20px 0 40px 0;
  padding:0;
  width:100%;
}
.solution-figure img{
  width:100%;
  height:auto;
  display:block;
  border:1px solid var(--border);
  border-radius:10px;
}
.solution-page .solution-figure.solution-figure-hero{
  max-width:82%;
  width:82%;
  margin:36px auto 12px auto;
  display:block;
}

.section{
  padding:0;
}
.section h1,
.section h2{
  color:var(--brand-blue-dark);
  margin:0 0 6px 0;
  font-size:31px;
}
.section h3{
  color:var(--brand-blue-dark);
  margin:0 0 6px 0;
  font-size:22px;
}
.section p{
  margin:0 0 10px 0;
  font-size:17px;
}
.home-intro-section .hero-text p:last-child{
  margin-bottom:0;
}
.draft-preview-banner{
  width:min(1160px, calc(100% - 36px));
  margin:12px auto 0;
  padding:10px 14px;
  font-size:15px;
  font-weight:600;
  color:var(--brand-blue-dark);
  background:var(--brand-blue-light);
  border:1px solid var(--border);
  border-radius:10px;
}
.draft-preview-banner a{
  color:var(--brand-blue);
  text-decoration:none;
  font-weight:700;
}
.draft-preview-banner a:hover{
  text-decoration:underline;
}
.home-draft-intro .home-draft-headline{
  text-align:left;
  font-size:31px;
}
.home-draft-intro .hero-payoff{
  font-size:17px;
  font-weight:600;
  color:var(--brand-blue-dark);
  margin-top:14px;
  margin-bottom:14px;
}
.home-draft-value-chain{
  padding-top:0;
  padding-bottom:8px;
}
.home-draft-chain-label{
  margin:0;
  text-align:center;
  font-size:17px;
  font-weight:600;
  color:var(--brand-blue-dark);
}
.section.value-prop-section{
  padding-top:0;
  padding-bottom:0;
}
.section.value-prop-section .value-prop-graphic{
  margin:4px 0;
}
.section.value-prop-section .value-prop-graphic img{
  width:calc(81% * 0.95 * 0.9 * 1.1);
  max-width:calc(891px * 0.95 * 0.9 * 1.1);
}
.section.after-value-prop-section{
  padding-top:0;
}
.page-continue-section{
  /* margin-top: 24px; */
  padding-top:0px;
  padding-bottom:12px;
}
.page-continue-section .page-continue{
  margin-left:auto;
  margin-right:auto;
  text-align:center;
}
/* Three lines of space above continue copy (matches .page-continue p: 17px × 1.45 line-height). */
.page-continue-section.page-continue-section--gap-3-lines{
  padding-top:calc(17px * 1.45 * 3);
}
.page-continue-section.page-continue-section--gap-3-lines .page-continue{
  margin-top:0;
}
.page-continue{
  margin-top:12px;
  padding-top:0;
  max-width:52rem;
}
.page-continue p{
  font-size:17px;
  margin:0 0 12px 0;
  line-height:1.45;
  color:var(--brand-blue-dark);
}
.page-continue p:last-child{margin-bottom:0}
.page-continue a{
  font-weight:600;
  color:var(--brand-blue);
  text-decoration:none;
}
.page-continue a:hover{text-decoration:underline;color:var(--brand-blue-dark)}
ul{
  margin:6px 0 10px 22px;
}
li{
  margin:4px 0;
  font-size:17px;
}

.features{
  display:grid;
  grid-template-columns:repeat(3, minmax(0,1fr));
  gap:16px;
  margin-top:10px;
}
.features.features-2{
  grid-template-columns:repeat(2, minmax(0,1fr));
  margin-top:16px;
}
.feature{
  background:var(--card);
  border:1px solid var(--border);
  border-radius:12px;
  padding:16px;
  box-shadow:0 2px 6px rgba(0,0,0,0.03);
}
.feature p{font-size:16px;margin:0}
.feature-link{
  text-decoration:none;
  color:inherit;
  display:block;
  position:relative;
}
.feature-link::after{
  content:"↗";
  position:absolute;
  top:10px;
  right:10px;
  width:24px;
  height:24px;
  border-radius:999px;
  background:#ffd84d;
  color:#0d2f5b;
  font-size:14px;
  font-weight:700;
  line-height:24px;
  text-align:center;
  border:1px solid #d2ad2f;
}
.feature-link:hover{
  border-color:#7f95b3;
  box-shadow:0 4px 10px rgba(13,47,91,0.12);
}
.feature-link:focus-visible{
  outline:2px solid var(--brand-blue);
  outline-offset:2px;
}
.feature-cta{
  display:inline-block;
  margin-top:12px;
  font-weight:600;
  color:var(--brand-blue);
}

/* Why page */
.why-intro-section .why-headline{
  text-align:left;
  font-size:31px;
}
.why-intro-section .why-subhead{
  margin:0 0 12px 0;
}
.why-body-section{
  padding-top:8px;
  padding-bottom:8px;
}
.why-body-section h2{
  margin-top:22px;
}
.why-figure{
  margin:8px auto 20px;
  display:flex;
  justify-content:center;
}
.why-figure img{
  width:100%;
  max-width:920px;
  height:auto;
  display:block;
  border:1px solid var(--border);
  border-radius:16px;
}
.why-outcomes{
  margin-top:16px;
  margin-bottom:12px;
}
.why-outcomes .feature{
  padding:14px 16px;
  text-align:center;
}
.why-outcomes .feature h3{
  margin:0;
  font-size:18px;
  color:var(--brand-blue-dark);
}
.why-outcomes-support{
  margin:0 0 8px 0;
}
.why-context-visual{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:18px;
  margin:20px 0 22px 0;
}
.why-context-panel{
  background:var(--card);
  border:1px solid var(--border);
  border-radius:12px;
  padding:14px 14px 10px;
  box-shadow:0 2px 6px rgba(0,0,0,0.03);
}
.why-context-panel-inner{
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:200px;
  background:var(--bg);
  border-radius:10px;
}
.why-context-svg{
  width:100%;
  max-width:280px;
  height:auto;
  display:block;
}
.why-context-caption{
  margin:10px 0 0 0;
  text-align:center;
  font-size:15px;
  font-weight:700;
  color:var(--brand-blue-dark);
}
.why-search-contrast{
  margin:4px 0 22px 0;
  padding:16px 18px;
  background:var(--card);
  border:1px solid var(--border);
  border-radius:12px;
}
.why-search-lead{
  margin:0 0 6px 0;
  font-size:17px;
  font-weight:600;
  color:var(--brand-blue-dark);
}
.why-search-lead + .why-search-quote + .why-search-lead{
  margin-top:14px;
}
.why-search-quote{
  margin:0;
  padding:10px 14px;
  font-size:17px;
  line-height:1.45;
  color:var(--text);
  background:var(--brand-blue-light);
  border-left:3px solid var(--brand-blue);
  border-radius:0 8px 8px 0;
}
.why-search-follow{
  margin:14px 0 18px 0;
  font-size:17px;
  line-height:1.45;
}
.why-questions{
  margin-bottom:18px;
}
.why-body-section a{
  font-weight:600;
  color:var(--brand-blue);
  text-decoration:none;
}
.why-body-section a:hover{
  text-decoration:underline;
  color:var(--brand-blue-dark);
}

.product-top{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:24px;
  align-items:start;
}
.product-cards{
  margin-top:14px;
}
.product-cards .feature{
  min-height:190px;
}
footer{
  margin-top:auto;
  background:#fff;
  border-top:1px solid var(--border);
  text-align:center;
  padding:12px 16px;
  font-size:14px;
  color:#66778C;
}
footer a{
  color:var(--brand-blue);
  text-decoration:none;
  font-weight:600;
}
footer a:hover{text-decoration:underline}
@media (max-width:900px){
  .navbar{
    flex-direction:column;
    align-items:flex-start;
  }
  .brand-text{
    white-space:normal;
  }
  nav{
    justify-content:flex-start;
  }
  .hero-grid,
  .product-top,
  .features{
    grid-template-columns:1fr;
  }
  .solution-page-operational .operational-product-tiles{
    grid-template-columns:1fr;
  }
  .capability-bands{
    grid-template-columns:1fr;
    gap:20px;
  }
  .solution-page .solution-figure.solution-figure-hero{
    max-width:100%;
    width:100%;
  }
  .solution-page-configuration .configuration-product-tiles{
    grid-template-columns:1fr;
  }
  .hero-title{
    font-size:32px;
  }
  .why-context-visual{
    grid-template-columns:1fr;
  }
  .uc-card{
    padding:16px;
  }
  .uc-card-head h3{
    font-size:20px;
  }
  .uc-outcome{
    width:100%;
  }
}

