/* Copyright 2018 Adaptive Business Managment Systems Ltd.. All Rights Reserved. */
/* reset css*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0 0 0 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* main css*/
html,
body {
  user-select: none;
}

body {
  font-family: 'Arial', sans-serif;
  font-family: 'Roboto', sans-serif !important;
  line-height: 1.429;
  overflow: scroll;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  overflow-x: hidden;
}

#page,
#main,
footer,
header {
  max-width: 3000px;
}

#main,
#left,
#right {
  background-color: #F4F8FD;
  float: left;
  text-shadow: 0 0;
}

header {
  background: #1D3557;
  background-image: url(/images/LOGO_VECTOR.svg);
  background-repeat: no-repeat;
  background-size: 180px 65px;
  background-position: 7px 9px;
  box-sizing: border-box;
  float: left;
  position: fixed;
  z-index: 3;
  min-height: 98px !important;
  width: 100%;
  padding: 11px 0 10px;
  margin-top: 0;
}

.header-top {
  display: inline-block;
}

#main {
  text-decoration: none;
  padding-bottom: 20px;
  min-height: calc(100vh - 78px - 98px);
  width: 100%;
  text-align: left;
}

.cc-window.cc-banner {
  width: 99.5% !important;
}

#left {
  font-size: 13px;
  width: 10%;
}

.leftColumn,
.rightColumn {
  float: left;
  width: 27%;
  margin-left: 0%;
  margin-right: 2%;
  min-width: 280px !important;
  margin-bottom: 2%;
  background-color: #FFFFFF;
  padding-left: 10px;
  padding-right: 10px;
  /*+border-radius: 10px;*/
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  border-radius: 10px;
  border: 1px solid #FBBEB7;
}

h1 {
  color: #1D3557;
  font-size: 2.8em;
  font-weight: 700;
  padding-top: 30px;
  padding-bottom: 15px;
  text-align: center;
  padding-right: 20px;
  padding-left: 20px;
  line-height: 1.2;
  display: block;
  background-image: url(/images/matrix-grid-top.svg);
  background-size: 92% 80px;
  background-repeat: no-repeat;
  background-position: 0 10px;
}

h2 {
  color: #2C3E50;
  font-size: 2em;
  text-decoration: none;
  font-weight: 600 !important;
  margin-left: -2px;
  margin-top: 10px;
}

h3 {
  color: #2C3E50;
  font-size: 1.5em;
  font-weight: 600 !important;
  line-height: 37px;
  margin-top: 10px;
}

/* Visual card titles that are not document-outline headings. */
body p.seo-card-heading {
  display: block;
  color: #00327C;
  font-size: 1.5em;
  font-weight: 600;
  line-height: 37px;
  margin: 0 0 10px;
}

body p.seo-card-heading--large {
  font-size: 2em;
  line-height: 1.2;
}

.bfh3 {
  color: #FDFDFD;
}

.bfh3::before {
  content: "";
  background-color: #0051A3;
  border-radius: 50%;
  display: inline-block;
  height: 0.55em;
  margin-right: 0.45em;
  transform: translateY(-0.08em);
  width: 0.55em;
}

h4 {
  color: #222222;
  font-size: 20px;
  margin: 10px 0 10px 0;
  font-weight: bold;
}

h6 {
  color: #545454;
  font-size: 18px;
}

h5 {
  line-height: 1.1;
  font-weight: 500;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#content ul li {
  background-image: url(/images/Tick_Icon.svg);
  background-position: 14px 10px;
  background-repeat: no-repeat;
  font-size: 20px;
  line-height: 25px;
  font-weight: 300;
  margin: 0 0 0 15px;
  padding: 5px 0 0.543em 1.886em;
  background-size: 14px 14px;
  color: #000000;
}

ol {
  background: #FFCCCC;
  padding: 5px 5px 3px 35px;
  list-style-type: decimal;
  /*+border-radius: 10px;*/
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  border-radius: 10px;
  margin-bottom: 10px;
  max-width: 906px;
}

#content ol li {
  background-repeat: no-repeat;
  font-size: 15px;
  line-height: 15px;
  font-weight: 300;
  padding: 5px 0 0.543em 0.486em;
  color: #780101;
}

a,
a:link,
a:visited,
.inHouseAd a {
  color: #1A4C8B;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.3s ease;
}

a.highlightedLink {
  margin-left: 38px;
  padding-bottom: 14px;
  padding-left: 1.343em;
}

a.highlightedLink:before {
  content: "";
  border-right: 2px solid #FA8072;
  border-top: 2px solid #FA8072;
  display: inline-block;
  height: 0.5em;
  margin-right: 0.45em;
  position: relative;
  top: -1px;
  transform: rotate(45deg);
  width: 0.5em;
}

a:hover {
  cursor: pointer !important;
}

p {
  line-height: 35px;
  font-weight: 300;
  font-size: 19px;
  margin-bottom: 10px;
  margin-top: 0;
  color: #333333;
}

.basicH1 {
  color: #00327C;
  background-color: rgba(255, 255, 255, 0) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
  font-weight: 600;
}

.ate {
  font-size: 12px;
}

.social {
  color: #FFF;
  font-size: 13px;
  padding-bottom: 7px;
  padding-left: 4px;
  text-align: left;
}

strong {
  font-weight: 700;
}

em {
  font-style: italic;
  color: #00327C;
}

table {
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%;
}

th {
  padding: 0.3em;
  vertical-align: middle;
  background-color: #EFEFEF;
  border: 1px solid #E8E8E8;
}

td {
  padding: 0.3em;
  vertical-align: middle;
  border: 1px solid #E8E8E8;
}

dt {
  float: left;
  margin: 0 0 0 1em;
  padding: 0;
}

dd {
  margin: 0 1em 0 6em;
  padding-bottom: 0.357em;
}

.videoImage {
  max-width: 390px !important;
  /*+border-radius: 20px;*/
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  -khtml-border-radius: 20px;
  border-radius: 20px;
}

.videoImage:hover {
  cursor: pointer;
}

.videoPopup {
  display: none;
  position: fixed;
  top: 5%;
  right: 12%;
  z-index: 9;
  width: 76%;
}

.closeVideo {
  position: absolute;
  z-index: 10;
  margin: 0;
  padding: 10px;
  border: 1px solid #2D93E1;
  background-color: #2D93E1;
  color: #FFFFFF;
  width: 45px;
  height: 45px;
  right: 0;
  justify-content: center;
}

.form-container .cancel {
  background-color: red;
}

/* Add some hover effects to buttons */
.form-container .btn:hover,
.open-button:hover {
  opacity: 1;
}

#overlay {
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

 {
  float: left;
  margin-top: 15px;
  height: 60px;
  font-size: 12px;
  width: 50%;
  text-align: left;
}
.badges {
  padding-top: 20px;
  padding-bottom: 10px;
  margin-left: 85px;
  width: 100%;
}

footer {
  background: #0B2A4A;
  clear: both;
  color: #E0E0E0;
  text-align: center;
  width: 100% !important;
  box-sizing: border-box;
  padding: 0 2%;
  line-height: 1.3;
  margin-left: auto;
  margin-right: auto;
  min-height: 98px;
  bottom: 0;
  opacity: 0;
}

footer p {
  font-size: 11px;
  margin: 0 0 0;
  font-weight: 400;
  color: #E0E0E0;
  line-height: 2;
}

footer a {
}

#signUpTable {
  border-collapse: collapse;
  width: 100%;
}

#signUpTable input {
  border: 1px solid #C3C3C3;
  margin: 0;
  padding: 1px;
  width: 100%;
  color: #000000;
  font-weight: 300;
  font-size: 16px;
}

#signUpTable input:focus {
  outline: 1px solid #28AADE;
  box-shadow: 0 0 2px 2px #7DB8FF;
}

#signUpTable input:hover {
  outline: 1px solid #28AADE;
}

#signUpTable th {
  background-color: #E3F0FF;
  width: 13.5em;
  padding-left: 1px !important;
  font-weight: normal;
}

#signUpTable td,
#signUpTable th {
  border: none;
  padding: 0.286em 0.286em 0.286em 0;
  text-align: left;
  vertical-align: middle;
  font-size: 16px;
  color: #00327C;
  font-weight: bold;
}

.notupdated {
  padding-left: 5px;
}

a:hover,
a:active {
}

.linkButtons a:hover {
  background-color: #2A94E5;
  border: 2px solid #2A94E5;
  text-shadow: 0 0;
}

.linkButtons {
  margin: 2.9em -2px 2.7em;
  white-space: normal;
}

.linkButtons a {
  -moz-border-radius: 3px;
  background-color: #00CA4A;
  border: 2px solid #00CA4A;
  color: #FFF;
  font-size: 20px;
  margin: 2px;
  text-decoration: none;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 20px;
  padding-left: 20px;
  /*+border-radius: 3px;*/
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  border-radius: 3px;
  font-weight: 400;
  opacity: 1;
  transition: 0.25s;
}

.demoButton {
  float: right;
  margin-right: 20px;
}

.demoButton a {
  background-color: #00C853;
  border: 1px solid #00C853;
  border-radius: 3px;
  color: #FFFFFF !important;
  padding: 10px 10px 8px 10px;
  display: inline-block;
  font-weight: 400 !important;
  opacity: 1;
  transition: 0.15s;
  margin-top: 0;
  font-size: 15px;
}

.demoButton a:hover {
  background-color: #2A94E5;
  border: 1px solid #2A94E5;
}

#shake {
  position: relative;
  overflow: hidden;
}

#shake::after {
  content: "";
  position: absolute;
  top: 0;
  left: -150%;
  width: 50%;
  height: 100%;
  background: linear-gradient(120deg, transparent 0%, rgba(255, 255, 255, 0.6) 50%, transparent 100%);
  transform: skewX(-20deg);
  animation: shimmer 6s ease-in-out infinite;
}

@keyframes shimmer {
  0% {
    left: -150%;
  }
  
  90% {
    left: -150%;
    /* pause most of the time */
  }
  
  100% {
    left: 200%;
    /* shimmer pass */
  }
}

.loginButton a,
.loginButton {
  float: right;
  color: #CFDFF7 !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  margin-right: 10px;
  padding: 5px 0px 2px 5px !important;
  /*+border-radius: 5px;*/
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
}

.loginButton a:hover {
  color: #FFFFFF !important;
  background-repeat: no-repeat;
}

.flag {
  width: 100px;
  float: right;
  padding-top: 4px;
  margin-right: 0px;
  height: 36px;
}

.addthis_inline_follow_toolbox_xdu6 {
  margin: 1px 0 0 !important;
  padding: 0 !important;
}

.buyButtons {
  margin: 2.414em 0.314em 0.314em;
  padding: 0;
}

.buyButtons a {
  -moz-border-radius: 3;
  border-radius: 6px;
  color: #036FD5;
  font-size: 129%;
  padding: 0.671em 1.143em 0.571em;
  text-decoration: none;
  border: 1px solid #036FD5;
  opacity: 1;
  transition: 0.25s;
}

.buyButtons a:hover {
  margin: 0;
  border: 1px solid #2CB98C;
  color: #2CB98C;
}

.buttons button:hover {
  background-color: #F4D558;
  border: 0 solid #F4D558;
  margin: 2px;
  cursor: pointer;
}

.buttons {
  margin: 18px 0.143em 9px -0.157em;
  padding: 0;
}

.buttons button {
  -moz-border-radius: 3;
  background-color: #F1C40F;
  border: 0 solid #F1C40F;
  border-radius: 6px;
  color: #00327C;
  font-size: 120%;
  margin: 2px;
  padding: 0.971em 1.143em;
  text-decoration: none;
  opacity: 1;
  transition: 0.25s;
}

.buttons button[disabled]#activate:hover {
  cursor: none;
  background-color: #C5C5C5;
  color: #E5E5E5;
}

.reset {
  padding: 0;
}

.reset button {
  -moz-border-radius: 3;
  color: #696969;
  font-size: small;
  padding: 0em 0.5em 0em 2px;
  text-decoration: none;
  opacity: 1;
  transition: 0.25s;
  border: 1px none rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: italic;
}

#second {
  float: left;
  /*+box-shadow: 4px 8px 30px 3px #949494;*/
  -moz-box-shadow: 4px 8px 30px 3px #949494;
  -webkit-box-shadow: 4px 8px 30px 3px #949494;
  box-shadow: 4px 8px 30px 3px #949494;
}

img {
  width: 100%;
  margin-bottom: 0;
}

.Chartscreen {
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
}

.clear {
  clear: both;
}

.signupForm {
  background-color: #D7E9FD;
  background: rgb(227, 240, 255);
  background: -moz-linear-gradient(l33deg, rgba(227,240,255,l) 46%, rgba(255,255,255,1) 74%);
  background: -webkit-linear-gradient(l33deg, rgba(227,240,255,1) 46%, rgba(255,255,255,1) 74%);
  background: linear-gradient(l33deg, rgba(227,240,255,1) 46%, rgba(255,255,255,l) 74%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e3f0ff",endColorstr="#ffffff",GradientType=l);
  padding: 0px 30px 15px 25px;
  max-width: 890px;
  margin-bottom: 30px;
  /*+box-shadow: 0 0 19px 1px #7DB8FF;*/
  -moz-box-shadow: 0 0 19px 1px #7DB8FF;
  -webkit-box-shadow: 0 0 19px 1px #7DB8FF;
  box-shadow: 0 0 19px 1px #7DB8FF;
  /*+border-radius: 10px;*/
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  border-radius: 10px;
  border: 1px solid #7DB8FF;
}

.conformation {
  width: 16%;
  float: top;
  margin-top: 0px;
  display: block;
  margin-left: 42%;
}

.standardLayout,
.stdpage {
  float: left;
  /*min-width: 94%;*/
  padding-left: 2%;
  padding-right: 1%;
  padding-top: 10px;
}

.imagebox3 {
  width: 100%;
  position: relative;
  margin-bottom: -6px;
}

.imagetext3 {
  position: absolute;
  z-index: 2;
  max-width: 475px;
  padding: 1.1rem;
  margin-top: 30px;
  margin-left: 30px;
  animation: slidein 1s ease-out forwards;
  /*+border-radius: 12px;*/
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  -khtml-border-radius: 12px;
  border-radius: 12px;
  border: 2px solid #E0E6ED;
  background: #FDFEFF;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  font-style: normal;
  font-size: 1.1rem;
}

.imagetext3 p {
  margin-bottom: 0;
  line-height: 1.6;
  font-weight: 300;
}

@keyframes slidein {
  0% {
    transform: translateX(-700px);
  }
  
  75% {
    transform: translateX(-700px);
  }
  
  100% {
    transform: translateX(0);
  }
}

@-moz-keyframes slidein {
  0% {
    transform: translateX(-700px);
  }
  
  75% {
    transform: translateX(-700px);
  }
  
  100% {
    transform: translateX(0);
  }
}

@-webkit-keyframes slidein {
  0% {
    transform: translateX(-700px);
  }
  
  75% {
    transform: translateX(-700px);
  }
  
  100% {
    transform: translateX(0);
  }
}

.image3linkButtons {
  margin-left: 28px;
  position: absolute;
  top: 76%;
  z-index: 1;
  display: inline-block;
}

/* Base button */
.image3linkButtons > a {
  display: inline-block;
  background-color: #00C853;
  border: 2px solid #00C853;
  border-radius: 4px;
  color: #FFFFFF;
  font-size: 20px;
  margin: 2px;
  padding: 20px;
  text-decoration: none;
  text-align: center;
  font-weight: 400;
  transition: background-color 0.25s, border-color 0.25s;
}

/* Hover color change */
.image3linkButtons > a:hover {
  background-color: #2A94E5;
  border-color: #2A94E5;
  animation: subtleShake 0.25s ease-in-out 1;
}

/* Subtle shake animation */
@keyframes subtleShake {
  0% {
    transform: translateX(0);
  }
  
  25% {
    transform: translateX(-1px);
  }
  
  50% {
    transform: translateX(1px);
    font-size: ;
  }
  
  75% {
    transform: translateX(-0.5px);
  }
  
  100% {
    transform: translateX(0);
  }
}

.bannerImage {
  max-height: 400px;
  overflow: hidden;
  margin-bottom: 0;
}

.satisfied_box {
  width: 96%;
}

.satisfied_box h3 {
}

.satisfied_inner_box {
  float: left;
  margin-right: 4%;
  width: 51%;
}

.satisfied_inner_box1 {
  float: left;
  width: 44%;
  padding-bottom: 0;
}

.image_text_box {
  float: left;
  padding-bottom: 15px;
}

.satisfied_inner_box2 {
  float: left;
  margin-right: 3%;
  margin-top: 17px;
  width: 46%;
  max-width: 400px;
}

.CAPA_software {
  float: left;
  margin-right: 0%;
  width: 100%;
}

.Correctiveactiontext {
  float: left;
  margin-right: 4%;
  width: 100%;
  margin-top: 0;
}

.CAPA_softwareuser {
  float: left;
  margin-right: 1%;
  width: 40%;
  margin-top: 19px;
}

.tracking_software {
  float: left;
  margin-right: 22px;
  margin-top: 30px;
  width: 35%;
  max-width: 250px;
}

.adaptive_contact {
  float: left;
  width: 30%;
  max-width: 190px;
  margin-top: 19px;
  margin-left: 10px;
}

.text_box {
  float: left;
  margin-right: 1%;
  width: 71%;
}

.price-table-box {
  float: left;
  width: 100%;
  margin-bottom: 25px;
  margin-right: auto !important;
  margin-left: auto !important;
  margin-top: -15px;
}

.capa_price {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-image: none;
  border-style: solid solid solid solid;
  float: left;
  width: 18%;
  min-width: 170px;
  z-index: 1;
  background-color: #E2E8EF;
  margin-right: 1%;
  margin-left: 1%;
  /*+box-shadow: 5px 5px 18px 0 #000000;*/
  -moz-box-shadow: 5px 5px 18px 0 #000000;
  -webkit-box-shadow: 5px 5px 18px 0 #000000;
  box-shadow: 5px 5px 18px 0 #000000;
  margin-top: 2%;
}

.capa-box1 {
  background: none 0 0 repeat scroll #036FD5;
  float: left;
  text-align: center;
  width: 100%;
}

.popular {
  background-image: url(/images/Most_Popular_Banner1.svg);
  background-repeat: no-repeat;
  background-position: 0% 0;
  background-size: 4.5vw 4.5vw;
}

.demo {
  background-image: url(/images/Free_demo_Banner2.svg);
  background-repeat: no-repeat;
  background-position: -0.2vw -0.3vw;
  background-size: 3.5vw 3.5vw;
}

.capa-box1 p,
.capa-box1popular p,
.capa-box1demo p {
  color: #FFFFFF;
  font-size: 30px;
  margin: 10px 0 4px;
  width: 100%;
  white-space: nowrap;
}

.capa-box1 span,
.capa-box1popular span,
.capa-box1demo span {
  color: #FFFFFF;
  float: left;
  font-size: 22px;
  width: 100%;
  padding-bottom: 10px;
  padding-top: 5px;
}

.capa-box2 {
  border-bottom: 1px #D5D5D5;
  float: left;
  font-size: 18px;
  padding: 8px 0 8px 0;
  text-align: center;
  width: 100%;
}

.capa-box3 {
  float: left;
  font-size: 13px;
  padding: 0 0 8px 0;
  text-align: center;
  width: 100%;
}

.capa-box4 {
  color: #036FD5;
  float: left;
  font-size: 24px;
  padding: 10px 0 0;
  text-align: center;
  width: 100%;
}

.capa-box-btn {
  background: #036FD5;
  border: 2px solid #036FD4 !important;
  color: #FFF !important;
  display: inline-block;
  font-size: 20px;
  height: 35px;
  letter-spacing: 0;
  line-height: 33px;
  margin: 10%;
  padding: 10px 10% 9px;
  text-align: center;
  text-decoration: none;
  width: 60%;
  /*+border-radius: 6px;*/
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -khtml-border-radius: 6px;
  border-radius: 6px;
  opacity: 1;
  transition: 0.25s;
}

.capa-box-btn:hover {
  background: #2CB98C;
  color: #FFF;
  text-decoration: none;
  border: 2px solid #2CB98C !important;
}

.demobtn {
  background: #00CA4A;
  border: 2px solid #00CA4A !important;
}

.demobtn:hover {
  background: #04BD48;
  border: 2px solid #04BD48 !important;
}

#featureblock {
  background-color: #F4F6F9;
  padding-bottom: 10px;
  padding-top: 10px;
  background-image: url(/images/matrix-grid-bottom.svg);
  background-size: 100% 100px;
  background-repeat: no-repeat;
  background-position: bottom right;
}

#containerleftright {
  display: table;
  position: relative;
}

#featureblock h3 {
  color: #222831;
  font-weight: 400;
}

#featureblock p {
  color: #222831;
  font-size: 19px;
}

#blockleft,
#blockright {
  width: 44%;
  margin-right: 0;
  margin-top: 0;
}

#blockright {
  float: right;
  padding-right: 4%;
}

#blockleft {
  float: left;
  padding-left: 4%;
}

.chat,
.chat:active .chat:focus .chat:visited {
  border: 1px none rgba(212, 70, 70, 0);
  font-size: 16px;
  background-color: rgba(0, 0, 0, 0);
  height: 24px;
  color: #CFDFF7;
  margin-top: 0;
  outline: none;
  padding-left: 0;
  padding-right: 2px;
  padding-top: 0;
  font-weight: 500;
  transition: color 0.3s ease;
}

.chat:active {
  background-color: rgba(0, 0, 0, 0);
  color: #FFFFFF;
}

.chat:hover {
  color: #FFFFFF;
}

.navBarTop {
  float: right;
  margin-top: 10px;
  height: 100%;
  width: -webkit-calc(100% - 200px);
  width: -moz-calc(100% - 200px);
  width: calc(100% - 200px);
}

.activeTab {
  color: #BBC7D9;
}

nav a,
nav span,
nav a:visited,
nav a:link {
  color: #CFDFF7;
  display: block;
  font-size: 16px;
}

nav a:hover,
.expandableTitle:hover {
}

nav li.selected {
  font-size: 19px;
  color: #737373;
  margin-bottom: 10px;
}

.expandableCollapsed {
  background-image: url(/images/Arrows_Horizontal.svg);
  background-position: 147px 6px;
  background-repeat: no-repeat;
  background-size: 24px 14px;
}

.expandableOpen {
  background-image: url(/images/Arrows_Vertical.svg);
  background-position: 146px 7px;
  background-repeat: no-repeat;
  background-size: 24px 14px;
}

.menulink,
.expandableTitle {
  color: #35393D !important;
  margin-bottom: 10px;
}

.expandableCollapsed ul {
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  -webkit-transition: all .3s ease;
  max-height: 0;
  opacity: 0;
  overflow-y: hidden;
  padding: 0;
  transition: all 0.3s ease;
  width: 12.571em;
}

.expandableOpen ul {
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  -webkit-transition: all .3s ease;
  max-height: 60em;
  opacity: 1;
  overflow-y: hidden;
  padding: 0 0 0 2.386em;
  transition: all 0.3s ease;
  width: 10.571em;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

b,
strong {
  font-weight: bold;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }
  
  a,
  a:visited {
    text-decoration: underline;
  }
  
  a[href]:after {
    content: " (" attr(href) ")";
  }
  
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  
  thead {
    display: table-header-group;
  }
  
  tr,
  img {
    page-break-inside: avoid;
  }
  
  img {
    max-width: 100% !important;
  }
  
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  
  h2,
  h3 {
    page-break-after: avoid;
  }
  
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  
  .label {
    border: 1px solid #000;
  }
  
  .table {
    border-collapse: collapse !important;
  }
  
  .table td,
  .table th {
    background-color: #FFF !important;
  }
}

@font-face {
  font-family: "Glyphicons Halflings";
  src: url("../fonts/glyphicons-halflings-regular.eot");
  src: url("../fonts/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/glyphicons-halflings-regular.woff2") format("woff2"), url("../fonts/glyphicons-halflings-regular.woff") format("woff"), url("../fonts/glyphicons-halflings-regular.ttf") format("truetype"), url("../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg");
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 6px;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

[role="button"] {
  cursor: pointer;
}

small,
.small {
  font-size: 85%;
}

mark,
.mark {
  padding: 0.2em;
  background-color: #FCF8E3;
}

.text-left {
  text-align: left;
}

.text-success {
  color: #3C763D;
}

a.text-success:hover,
a.text-success:focus {
  color: #2B542C;
}

.text-info {
  color: #31708F;
}

a.text-info:hover,
a.text-info:focus {
  color: #245269;
}

.bg-info {
  background-color: #D9EDF7;
}

a.bg-info:hover,
a.bg-info:focus {
  background-color: #AFD9EE;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}

dl {
  margin-top: 0;
  margin-bottom: 20px;
}

dt,
dd {
  line-height: 1.42857143;
}

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #EEEEEE;
}

blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}

blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777777;
}

blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: "\2014 \00A0";
}

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}

table {
  background-color: transparent;
}

table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  display: table-cell;
  float: none;
}

th {
  text-align: left;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #DDD;
}

.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #DDD;
}

.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}

.table .table {
  background-color: #FFF;
}

.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #F5F5F5;
}

.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #DFF0D8;
}

.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #D9EDF7;
}

input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}

input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}

input[type="file"] {
  display: block;
}

input[type="range"] {
  display: block;
  width: 100%;
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.form-control:-ms-input-placeholder {
  color: #999;
}

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-top: 4px \9;
  margin-left: -20px;
}

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  vertical-align: middle;
  cursor: pointer;
}

.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #A94442;
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}

.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn:hover,
.btn:focus,
.btn.focus {
  color: #333;
  text-decoration: none;
}

.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  opacity: 0.65;
  -webkit-box-shadow: none;
  box-shadow: none;
}

a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 5px;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}

.collapse.in {
  display: block;
}

tr.collapse.in {
  display: table-row;
}

tbody.collapse.in {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  -o-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.dropup,
.dropdown {
  position: relative;
}

.dropdown-toggle:focus {
  outline: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: right;
  min-width: 150px;
  padding: 6px 0 5px;
  margin: 0 0 0 0;
  text-align: left;
  list-style: none;
  background-color: #F2F5F8;
  background-clip: padding-box;
  border: 1px solid #CCC;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 8px !important;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

.dropdown-menu > li > a {
  display: block;
  padding: 10px 15px 7px;
  clear: both;
  font-weight: 400 !important;
  line-height: 1.42857143;
  color: #00327C;
  white-space: nowrap;
  background: linear-gradient(to right, #D3E5F4 50%, white 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  transition: all 0.18s ease-out;
}

.dropdown-menu > li > a:before {
  content: "";
  border-right: 2px solid #FA8072;
  border-top: 2px solid #FA8072;
  display: inline-block;
  height: 0.45em;
  margin-right: 0.5em;
  transform: rotate(45deg) translateY(-0.08em);
  width: 0.45em;
}

.dropdown-menu > li > a:hover {
  background-position: left bottom;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  background-color: #F5F5F5;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #FFF;
  text-decoration: none;
  background-color: #337AB7;
  outline: 0;
}

.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777777;
}

.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

.open > .dropdown-menu {
  display: block;
}

.open > a {
  outline: 0;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

.dropdown-menu-left {
  right: auto;
  left: 0;
}

.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

.navbar-right .dropdown-menu-left {
  right: auto;
  left: 0;
}

.btn .caret {
  margin-left: 0;
}

[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.nav > li > a:hover,
.nav > li > a:focus {
  color: #FFFFFF !important;
}

.nav > li.disabled > a {
  color: #777777;
}

.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
}

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}

.navbar-nav {
  display: inline-block;
  float: left;
  margin-top: 2px;
  margin-left: 10px;
}

.navbar-right {
  float: right;
  display: inline-flex;
}

.navbar-nav > li {
  float: left;
  padding-top: 6px;
  padding-bottom: 4px;
  margin-left: 0;
  padding-left: 10px;
  padding-right: 10px;
  margin-right: 10px;
  opacity: 1;
  font-size: 16px;
  font-weight: 500;
  transition: color 0.3s ease;
  /*+border-radius: 5px;*/
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
}

.navbar-nav > li:hover {
}

.navbar-nav-mobi {
  float: right;
  padding-left: 0 !important;
  padding-right: 50px;
  margin-bottom: 5px;
}

.navbar-nav-mobi > li {
  float: left;
  padding-top: 4px;
  padding-bottom: 4px;
  margin-left: 6px;
  padding-left: 7px;
  padding-right: 7px;
  font-size: 17px;
  margin-right: 14px;
}

.navbar-nav-mobi > li:hover {
}

.notActivetab:hover,
.activeTab:hover,
.navbar-nav > li:hover {
  cursor: pointer;
  background-color: #026FBD;
  color: #FFFFFF;
}

.notActivetab:active,
.activeTab:active,
.navbar-nav > li:active {
  cursor: pointer;
  background-color: #027BD1;
}

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.dropdown:hover > .dropdown-menu {
  display: block;
}

.dropdown > .dropdown-toggle:active {
  pointer-events: none;
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #FFF;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}

a.label:hover,
a.label:focus {
  color: #FFF;
  text-decoration: none;
  cursor: pointer;
}

.label:empty {
  display: none;
}

.btn .label {
  position: relative;
  top: -1px;
}

.label-success {
  background-color: #5CB85C;
}

.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449D44;
}

.label-info {
  background-color: #5BC0DE;
}

.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31B0D5;
}

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}

.alert h4 {
  margin-top: 0;
  color: inherit;
}

.alert > p,
.alert > ul {
  margin-bottom: 0;
}

.alert > p + p {
  margin-top: 5px;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  
  to {
    background-position: 0 0;
  }
}

@-o-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  
  to {
    background-position: 0 0;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  
  to {
    background-position: 0 0;
  }
}

.progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #F5F5F5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.media {
  margin-top: 15px;
}

.media:first-child {
  margin-top: 0;
}

.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}

.media-body {
  width: 10000px;
}

.media-object {
  display: block;
}

.media-left,
.media > .pull-left {
  padding-right: 10px;
}

.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}

.media-bottom {
  vertical-align: bottom;
}

.media-list {
  padding-left: 0;
  list-style: none;
}

.panel {
  margin-bottom: 20px;
  background-color: #FFF;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
  padding: 15px;
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}

.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}

.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}

.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #DDD;
}

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #FFF;
  filter: alpha(opacity=20);
  opacity: 0.2;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: 0.5;
}

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out, -o-transform 0.3s ease-out;
}

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  background-color: #FFF;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}

.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: 0.5;
}

.modal-title {
  margin: 0;
  line-height: 1.42857143;
}

.modal-body {
  position: relative;
  padding: 15px;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857143;
  line-break: auto;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  font-size: 12px;
  filter: alpha(opacity=0);
  opacity: 0;
}

.tooltip.in {
  filter: alpha(opacity=90);
  opacity: 0.9;
}

.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}

.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}

.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}

.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.top-left .tooltip-arrow {
  right: 5px;
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #FFF;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857143;
  line-break: auto;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  font-size: 14px;
  background-color: #FFF;
  background-clip: padding-box;
  border: 1px solid #CCC;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.popover.top {
  margin-top: -10px;
}

.popover.right {
  margin-left: 10px;
}

.popover.bottom {
  margin-top: 10px;
}

.popover.left {
  margin-left: -10px;
}

.popover > .arrow {
  border-width: 11px;
}

.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover > .arrow:after {
  content: "";
  border-width: 10px;
}

.popover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0;
}

.popover.top > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #FFF;
  border-bottom-width: 0;
}

.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0;
}

.popover.right > .arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #FFF;
  border-left-width: 0;
}

.popover.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

.popover.bottom > .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #FFF;
}

.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}

.popover.left > .arrow:after {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #FFF;
}

.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  background-color: #F7F7F7;
  border-bottom: 1px solid #EBEBEB;
  border-radius: 5px 5px 0 0;
}

.popover-content {
  padding: 9px 14px;
}

.carousel {
  position: relative;
}

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}

.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #FFF;
  border-radius: 10px;
}

.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #FFF;
}

.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " ";
}

.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-header:after,
.modal-footer:after {
  clear: both;
}

.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.text-hide {
  font: 0 / 0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}

.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }
  
  table.visible-print {
    display: table !important;
  }
  
  tr.visible-print {
    display: table-row !important;
  }
  
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}

/* FAQs css */
.accordionfaq {
}

.innerfaq {
  overflow: hidden;
  display: none;
}

.innerfaq.show {
  display: block;
}

.togglefaq {
  display: inline-block;
  background: rgba(255, 255, 255, 0.780);
  padding: 14px 20px 12px;
  border-radius: 0.15em;
  border-top: 1px solid #CBCBCB;
  font-size: 20px;
}

.togglefaq:hover {
  background: #E6E6E6;
  color: #505050;
}

#qes {
  padding-left: 50px;
  font-size: 16px;
  padding-right: 20px !important;
  background-image: none;
  margin-right: 0;
}

#qes:before {
  content: "Q: ";
}

#ans {
  padding-left: 50px;
  padding-top: 0;
  font-size: 16px;
  padding-right: 10px !important;
}

#ans:before {
  content: "A: ";
}

#ext {
  padding-left: 70px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 16px;
  padding-right: 10px;
}

#ext:before {
}

/* Image carousel */
.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: .6s ease-in-out left;
  -o-transition: .6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}

.carousel-inner > .item > a > img,
.carousel-inner > .item > img {
  line-height: 1;
}

.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}

.carousel-inner > .active {
  left: 0;
}

.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}

.carousel-inner > .next {
  left: 100%;
}

.carousel-inner > .prev {
  left: -100%;
}

.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}

.carousel-inner > .active.left {
  left: -100%;
}

.carousel-inner > .active.right {
  left: 100%;
}

.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #FFF;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0);
  filter: alpha(opacity=50);
  opacity: 0.5;
}

.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,.0001)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  background-repeat: repeat-x;
}

.carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
  background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.0001)),to(rgba(0,0,0,.5)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  background-repeat: repeat-x;
}

.carousel-control:focus,
.carousel-control:hover {
  color: #FFF;
  text-decoration: none;
  outline: 0;
  filter: alpha(opacity=90);
  opacity: 0.9;
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next,
.carousel-control .icon-prev {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -10px;
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
  left: 50%;
  margin-left: -10px;
}

.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
  right: 50%;
  margin-right: -10px;
}

.carousel-control .icon-next,
.carousel-control .icon-prev {
  width: 20px;
  height: 20px;
  font-family: serif;
  line-height: 1;
}

.carousel-control .icon-prev:before {
  content: "\2039";
}

.carousel-control .icon-next:before {
  content: "\203a";
}

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}

.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #FFF;
  border-radius: 10px;
}

.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #FFF;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #FFF;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.carousel-caption .btn {
  text-shadow: none;
}

/* Smooth fade-in for lazy-loaded images */
.lazyload {
  opacity: 0;
  transition: opacity 0.6s ease-in;
}

.lazyloaded {
  opacity: 1;
}

/* Container for media buttons and footer links */
.footer-top-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 20px;
}

/* Media buttons row*/
.mediaButtons {
  display: flex;
  justify-content: center;
  gap: 1rem;
  /* space between buttons */
  width: 100%;
  margin-bottom: 1rem;
  flex-wrap: wrap;
}

/* Footer links row */
.footerLinks {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 0;
  height: 32px;
  /* force smaller height */
  line-height: 1;
}

.footerLinks a {
  white-space: nowrap;
  border-right: 1px solid #CCC;
  padding: 0 10px;
  margin: 0;
  font-size: 13px;
  line-height: 1;
  color: inherit;
  text-decoration: none;
}

.footerLinks a:last-child {
  border-right: none;
}

.footerAddress p a span.notranslate {
  font-size: 13px;
  font-weight: normal;
  color: #AAC4E5;
}

@media screen and (max-width: 1174px) {
  #left {
    display: none;
  }
  
  #right {
    width: 100%;
  }
  
  .menubg {
    display: inline-table;
    margin-right: 10px;
  }
  
  .expandableOpen ul {
    width: 90%;
  }
  
  .image3linkButtons {
    display: none;
  }
  
  .chat {
    display: none;
  }
  
  header {
    background-image: url(/images/Logo_Vector_Small.svg);
    background-size: 50px 50px;
  }
  
  .navbar-nav {
    margin-left: 0% !important;
  }
  
  .navBarTop {
    width: -webkit-calc(100% - 60px) !important;
    width: -moz-calc(100% - 60px) !important;
    width: calc(100% - 60px) !important;
  }
}

@media screen and (max-width: 725px) {
  header {
    background-image: none;
  }
  
  .navBarTop {
    width: 100% !important;
  }
  
  .demo {
    background-size: 12vw 12vw;
    background-position: -0.5vw -0.9vw;
  }
  
  .popular {
    background-size: 15vw 15vw;
  }
  
  .addthis_inline_follow_toolbox_xdu6,
  #sitelock,
  .supportImage,
  .navbar-right {
    display: none !important;
  }
  
  #blockleft,
  #blockright {
    float: left;
    width: 90%;
    padding-left: 5%;
    padding-right: 5%;
    height: auto !important;
  }
  
  .standardLayout h2,
  h3,
  h4,
  h5 {
    font-size: 18px;
    line-height: 26px;
    text-align: left;
  }
  
  .adaptive_logo {
    display: none;
  }
  
  .standardLayout p {
  }
  
  .standardLayout ul {
    margin: 0 auto;
  }
  
  .standardLayout h2,
  h3,
  h4,
  h5 {
    text-align: left;
  }
  
  .buyButtons {
    margin: 22px 0 0;
    padding: 0;
    width: 175px;
  }
  
  .linkButtons A, .buyButtons A, .linkButtons, {
    display: block;
    text-align: center;
    border: 2px solid #FFF;
    margin: 0 0 23px;
    font-size: 20px;
    padding-left: 0;
    padding-right: 0;
    word-wrap: normal !important;
    width: 100%;
  }
  
  .imagetext3 {
    display: none;
  }
  
  .satisfied_inner_box {
    float: left;
    margin-right: 2%;
    width: 96%;
  }
  
  .satisfied_inner_box1 {
    float: left;
    margin-right: 2%;
    width: 96%;
  }
  
  .satisfied_inner_box2 {
    float: left;
    margin-right: 2%;
    width: 96%;
  }
  
  .CAPA_software {
    float: left;
    margin-right: 2%;
    width: 96%;
  }
  
  .CAPA_softwareuser {
    display: none !important;
  }
  
  .tracking_software {
    float: left;
    margin-right: 2%;
    width: 96%;
  }
  
  .adaptive_contact {
    display: none;
  }
  
  #signUpTable th {
    width: auto;
  }
  
  .capa_price {
    width: 100% !important;
  }
  
  .capa-box-btn {
    border: medium none;
    margin: 5% 10%;
  }
  
  .capa-box2 {
    height: auto;
  }
  
  .capa-box1 span {
    margin-bottom: 1%;
  }
  
  .twoColumnLayout {
    width: 100%;
  }
  
  .leftColumn {
    width: 100%;
  }
  
  .rightColumn {
    width: 100%;
  }
  
  .capa-box1 {
    width: 100%;
  }
  
  .reviewBanner {
    display: none;
  }
  
  footer p {
    margin-left: 0;
    line-height: 1.7;
  }
  
  .badges,
  .footerLinks {
    display: none;
  }
  
  h1 {
    margin-right: 0 !important;
    margin-left: 0;
    font-size: 35px;
  }
}

/*# navBar.css */
/* ====== CAPA Manager Pricing ====== */
.abms-pricing {
  max-width: 1680px;
  margin: 0 auto;
  padding: 24px 16px 48px;
  font-family: Roboto, system-ui, -apple-system, Segoe UI, Helvetica, Arial, sans-serif;
  color: #222;
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(215px, 1fr));
  gap: 18px;
}

.plan-card {
  position: relative;
  background: #FFF;
  border: 1px solid #E3E6EA;
  border-radius: 6px;
  padding: 18px 18px 22px;
  box-shadow: 0 1px 0 rgba(16, 24, 40, 0.04);
}

.plan-recommended {
  background: #F5F7FB;
  /* subtle grey/blue strip feel */
  border-color: #D6DBE6;
}

.recommended-badge {
  position: absolute;
  top: 10px;
  left: 18px;
  font-size: 12px;
  font-weight: 600;
  color: #475467;
  background: #FFFFFF;
  border: 1px solid #D0D5DD;
  border-radius: 4px;
  padding: 3px 8px;
}

.plan-media img {
  width: 100%;
  height: auto;
  border-radius: 4px;
  display: block;
  margin-bottom: 14px;
}

.plan-title {
  font-size: 20px;
  font-weight: 700;
  margin: 6px 0 4px;
}

.plan-title .per-user {
  font-weight: 600;
  color: #475467;
}

.plan-sub {
  margin: 0 0 14px;
  color: #6B7380;
  font-size: 14px;
}

.plan-price {
  display: flex;
  align-items: baseline;
  gap: 4px;
  margin: 6px 0 14px;
}

.price-currency {
  font-size: 18px;
  font-weight: 700;
}

.price-amount {
  font-size: clamp(28px, 4vw, 34px);
  font-weight: 800;
  letter-spacing: 0.3px;
}

.price-period {
  font-size: 12px;
  color: #6B7380;
  margin-left: 6px;
}

.tbtn {
  display: inline-block;
  width: 100%;
  text-align: center;
  text-decoration: none;
  padding: 16px;
  border-radius: 3px;
  border: 0;
  font-weight: 400 !important;
  font-size: 16px;
  line-height: 1;
  transition: transform 0.06s ease, box-shadow 0.2s ease, background-color 0.2s ease;
  color: #FDFDFD !important;
}

.tbtn:hover {
  background-color: #00C753;
}

.tbtn-primary {
  background: #2A94E5;
  /* Adaptive blue (matches screenshot buttons) */
  box-shadow: 0 1px 0 rgba(16, 24, 40, 0.04);
}

.btn-primary:hover {
  background: #1D79BF;
  transform: translateY(-1px);
}

.plan-includes {
  margin-top: 18px;
  text-align: left;
}

.includes-title {
  margin: 0 0 8px;
  color: #6B7380;
  font-size: 14px;
}

.checklist {
  list-style: none;
  padding: 0;
  margin: 0;
}

.checklist li {
  position: relative;
  padding-left: 26px;
  margin: 8px 0;
  font-size: 14px;
  color: #2B2F36;
}

.checklist li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1.6px solid #9AA4B2;
}

.checklist li::after {
  content: "";
  position: absolute;
  left: 4px;
  top: 6px;
  width: 8px;
  height: 4px;
  border-left: 2px solid #2B2F36;
  border-bottom: 2px solid #2B2F36;
  transform: rotate(-45deg);
}

/* Responsive */
@media (max-width: 640px) {
  .pricing-grid {
    grid-template-columns: 1fr;
  }
  
  .plan-card {
    padding: 18px;
  }
  
  .price-amount {
    font-size: 30px;
  }
}

/* Bootstrap 5 migration layer */
.navBarTop {
  float: none;
  margin-top: 0;
  min-height: 78px;
  width: 100%;
  padding-left: 190px;
}

.navBarTop .container-fluid {
  min-height: 56px;
}

.navbar-brand {
  width: 1px;
  min-height: 48px;
  padding: 0;
}

.navbar-nav {
  display: flex;
  float: none;
  margin: 0;
}

.navbar-nav > li {
  float: none;
  padding: 0;
  margin: 0 6px 0 0;
}

.navbar-dark .navbar-nav .nav-link,
.navbar-dark .navbar-nav .nav-link:visited,
.navbar-dark .navbar-nav .nav-link:link {
  color: #CFDFF7;
  font-size: 16px;
  font-weight: 500;
  padding: 8px 10px;
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link.active,
.activeTab {
  color: #FFFFFF;
  background-color: #026FBD;
  border-radius: 5px;
}

.dropdown:hover > .dropdown-menu {
  display: block;
}

.dropdown-menu {
  --bs-dropdown-link-active-bg: #026FBD;
  --bs-dropdown-link-hover-bg: #EAF4FF;
  margin-top: 0;
}

.dropdown-item {
  font-size: 15px;
}

.navbar-actions {
  flex-shrink: 0;
}

.flagLink {
  display: inline-flex;
  align-items: center;
}

.flag {
  float: none;
  width: 46px;
  height: 30px;
  margin-right: 0;
  padding-top: 0;
}

.loginButton,
.loginButton a,
.demoButton {
  float: none;
}

.chat.nav-link {
  border: 0;
}

.carousel-item img {
  object-fit: contain;
}

@media screen and (max-width: 1174px) {
  .navBarTop {
    padding-left: 60px;
  }
}

@media screen and (max-width: 725px) {
  .navBarTop {
    padding-left: 0;
  }
  
  .navbar-actions {
    display: none !important;
  }
}

/* Bootstrap 5 homepage migration */
.standardLayout.container-fluid {
  width: 100%;
}

.home-hero .adaptive-cta,
.linkButtons .adaptive-cta {
  background-color: #00C853;
  border-color: #00C853;
  color: #FFFFFF;
  border-radius: 4px;
  font-size: 20px;
  font-weight: 400;
  padding: 18px 20px;
  text-decoration: none;
  transition: background-color 0.25s, border-color 0.25s;
}

.home-hero .adaptive-cta:hover,
.home-hero .adaptive-cta:focus,
.linkButtons .adaptive-cta:hover,
.linkButtons .adaptive-cta:focus {
  background-color: #2A94E5;
  border-color: #2A94E5;
  color: #FFFFFF;
}

.feature-row {
  clear: both;
  margin-bottom: 1.5rem;
}

.feature-card {
  float: none;
}

.feature-card-inner {
  height: 100%;
  padding: 0 4%;
}

.image_text_box.row {
  float: none;
  padding-bottom: 15px;
}

.image_text_box.row .satisfied_inner_box2 {
  float: none;
  margin: 0;
  width: auto;
  max-width: none;
}

.image_text_box.row img {
  max-width: 400px;
}

@media screen and (max-width: 725px) {
  .home-hero .adaptive-cta,
  .linkButtons .adaptive-cta {
    display: block;
    width: 100%;
    font-size: 18px;
  }
  
  .feature-card-inner {
    padding: 0;
  }
  
  .image_text_box.row img {
    max-width: 100%;
  }
}

/* Bootstrap 5 content migration */
#main.container-fluid {
  padding-left: 0;
  padding-right: 0;
}

#main > .row,
#page > .row {
  --bs-gutter-x: 0;
}

#right.col-12 {
  float: none;
  width: 100%;
}

.standardLayout.container-fluid,
.stdpage.container-fluid {
  float: none;
  width: 100%;
}

.feature-row {
  clear: both;
}

.legacy-blockleft,
.legacy-blockright {
  float: none;
  width: auto;
  margin: 0;
  padding-left: 4%;
  padding-right: 4%;
}

/* Header navigation visibility and BS5 collapse fixes */
header {
  background-image: none;
  min-height: 82px;
  z-index: 1030;
}

.navBarTop {
  float: none;
  min-height: 82px;
  padding: 8px 18px;
  width: 100%;
}

.navBarTop .container-fluid {
  align-items: center;
  gap: 16px;
  min-height: 66px;
  padding-left: 0;
  padding-right: 0;
}

.navbar-brand {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  min-height: auto;
  padding: 0;
  width: auto;
}

.navbar-brand img {
  display: block;
  height: 56px;
  width: auto;
}

.navbar-toggler {
  border-color: rgba(207, 223, 247, 0.55);
  margin-left: auto;
}

.navbar-toggler:focus {
  box-shadow: 0 0 0 0.15rem rgba(207, 223, 247, 0.35);
}

.navBarTop .navbar-collapse {
  flex-grow: 1;
}

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    height: auto !important;
    overflow: visible !important;
    visibility: visible !important;
  }
  
  .navbar-expand-lg .navbar-nav {
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 4px;
  }
  
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
}

@media (max-width: 991.98px) {
  header {
    position: fixed;
  }
  
  .navBarTop {
    padding: 8px 12px;
  }
  
  .navBarTop .container-fluid {
    align-items: flex-start;
  }
  
  .navbar-brand img {
    height: 48px;
  }
  
  .navBarTop .navbar-collapse {
    background: #1D3557;
    border-top: 1px solid rgba(207, 223, 247, 0.18);
    margin-top: 8px;
    padding: 10px 0 12px;
    width: 100%;
  }
  
  .navBarTop .navbar-collapse.show,
  .navBarTop .navbar-collapse.collapsing {
    display: block !important;
    height: auto !important;
    overflow: visible !important;
    visibility: visible !important;
  }
  
  .navBarTop .navbar-nav {
    display: flex;
    flex-direction: column;
    gap: 2px;
    margin: 0;
    width: 100%;
  }
  
  .navBarTop .navbar-nav > li {
    margin-right: 0;
    width: 100%;
  }
  
  .navbar-dark .navbar-nav .nav-link,
  .navbar-dark .navbar-nav .nav-link:visited,
  .navbar-dark .navbar-nav .nav-link:link {
    padding: 10px 12px;
  }
  
  .navbar-actions {
    border-top: 1px solid rgba(207, 223, 247, 0.18);
    display: flex !important;
    flex-wrap: wrap;
    margin-top: 8px;
    padding: 12px 12px 0;
  }
}

@media screen and (max-width: 725px) {
  .navbar-actions {
    display: flex !important;
  }
}

/* Header login and demo buttons */
.navbar-actions {
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 8px;
}

.navbar-actions .loginButton,
.navbar-actions .demoButton {
  display: inline-flex;
  float: none;
  margin: 0;
  padding: 0 !important;
}

.navbar-actions .loginButton a,
.navbar-actions .demoButton a {
  align-items: center;
  border-radius: 4px;
  display: inline-flex;
  font-size: 15px !important;
  font-weight: 600 !important;
  justify-content: center;
  line-height: 1;
  min-height: 40px;
  padding: 0 14px !important;
  text-decoration: none;
  transition: background-color 0.18s ease, border-color 0.18s ease, color 0.18s ease;
  white-space: nowrap;
}

.navbar-actions .loginButton a {
  background-color: transparent;
  border: 1px solid rgba(207, 223, 247, 0.7);
  color: #CFDFF7 !important;
}

.navbar-actions .loginButton a:hover,
.navbar-actions .loginButton a:focus {
  background-color: rgba(207, 223, 247, 0.14);
  border-color: #FFFFFF;
  color: #FFFFFF !important;
}

.navbar-actions .demoButton a {
  background-color: #00C853;
  border: 1px solid #00C853;
  color: #FFFFFF !important;
}

.navbar-actions .demoButton a:hover,
.navbar-actions .demoButton a:focus {
  background-color: #2A94E5;
  border-color: #2A94E5;
  color: #FFFFFF !important;
}

.navbar-actions #shake {
  overflow: hidden;
}

@media (max-width: 991.98px) {
  .navbar-actions {
    align-items: stretch;
    gap: 8px;
    padding-left: 0;
    padding-right: 0;
  }
  
  .navbar-actions .loginButton,
  .navbar-actions .demoButton {
    flex: 0 1 auto;
  }
}

@media (max-width: 460px) {
  .navbar-actions {
    flex-wrap: wrap;
  }
  
  .navbar-actions .loginButton,
  .navbar-actions .demoButton {
    flex: 1 1 160px;
  }
  
  .navbar-actions .loginButton a,
  .navbar-actions .demoButton a {
    width: 100%;
  }
}

/* Header logo artifact cleanup */
.navBarTop .navbar-brand,
.navBarTop .navbar-brand:link,
.navBarTop .navbar-brand:visited,
.navBarTop .navbar-brand:hover,
.navBarTop .navbar-brand:focus {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  line-height: 0;
  overflow: hidden;
  text-decoration: none;
}

.navBarTop .navbar-brand img {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  display: block;
  margin: 0 !important;
  max-width: none;
  object-fit: contain;
}

/* Header desktop toggler artifact fix */
@media (min-width: 992px) {
  .navBarTop .navbar-toggler,
  .navBarTop .navbar-toggler-icon {
    display: none !important;
  }
}

@media (max-width: 991.98px) {
  .navBarTop .navbar-toggler {
    align-items: center;
    display: inline-flex !important;
    justify-content: center;
  }
  
  .navBarTop .navbar-toggler-icon {
    display: inline-block !important;
  }
}

/* Text decoration reset after Bootstrap 5 layout migration */
#main,
#content,
.standardLayout,
.stdpage {
  text-decoration: none;
}

#content a:not(.btn):not(.nav-link):not(.dropdown-item):not(.adaptive-cta),
.standardLayout a:not(.btn):not(.nav-link):not(.dropdown-item):not(.adaptive-cta) {
  text-decoration: none;
}

#content a:not(.btn):not(.nav-link):not(.dropdown-item):not(.adaptive-cta):hover,
#content a:not(.btn):not(.nav-link):not(.dropdown-item):not(.adaptive-cta):focus,
.standardLayout a:not(.btn):not(.nav-link):not(.dropdown-item):not(.adaptive-cta):hover,
.standardLayout a:not(.btn):not(.nav-link):not(.dropdown-item):not(.adaptive-cta):focus {
  text-decoration: underline;
}

/* Header chat button alignment */
.navBarTop .chat.nav-link {
  align-items: center;
  appearance: none;
  background: transparent;
  border: 0 !important;
  color: #CFDFF7;
  display: inline-flex;
  font: inherit;
  font-size: 16px;
  font-weight: 500;
  height: auto;
  justify-content: center;
  line-height: 1.5;
  margin: 0;
  min-height: 40px;
  padding: 8px 10px;
  vertical-align: middle;
}

.navBarTop .chat.nav-link:hover,
.navBarTop .chat.nav-link:focus {
  color: #FFFFFF;
  outline: none;
}

@media (max-width: 991.98px) {
  .navBarTop .chat.nav-link {
    justify-content: flex-start;
    min-height: 44px;
    padding: 10px 12px;
    width: 100%;
  }
}

/* Main banner spacing after Bootstrap 5 migration */
.imagebox3 {
  margin-bottom: 0;
}

.imagebox3 > .bannerImage {
  margin-bottom: 24px;
  padding-bottom: 24px;
}

.bannerImage::after {
  clear: both;
  content: "";
  display: block;
}

#featureblock {
  clear: both;
}

@media (min-width: 1200px) {
  .imagebox3 > .bannerImage {
    margin-bottom: 32px;
    padding-bottom: 32px;
  }
}

/* CAPA feature blocks: restore Bootstrap 5 two-column layout */
#featureblock .feature-row {
  display: flex;
  flex-wrap: wrap;
  margin-left: 0;
  margin-right: 0;
}

#featureblock .legacy-blockleft,
#featureblock .legacy-blockright {
  float: none;
  margin: 0;
  padding-left: 4%;
  padding-right: 4%;
}

@media (min-width: 768px) {
  #featureblock .legacy-blockleft,
  #featureblock .legacy-blockright {
    flex: 0 0 auto;
    width: 50%;
  }
}

@media (max-width: 767.98px) {
  #featureblock .legacy-blockleft,
  #featureblock .legacy-blockright {
    width: 100%;
  }
}

/* CSP inline style replacements */
.is-hidden {
  display: none !important;
}

#main.is-hidden {
  display: block !important;
}

.gtm-noscript-frame {
  display: none;
  height: 0;
  visibility: hidden;
  width: 0;
}

.footer-rule {
  color: #9C9683;
  width: 20%;
}

.badge-slot {
  display: inline-block;
  float: left;
}

.badge-slot-tbs {
  padding-left: 0;
  padding-top: 0;
  width: 90px;
}

.badge-slot-sd {
  padding-left: 10px;
  padding-top: 10px;
  width: 90px;
}

.badge-slot-sf {
  padding-left: 10px;
  padding-top: 0;
  width: 70px;
}

.badge-slot-sectigo {
  padding-left: 30px;
  padding-top: 17px;
  width: 110px;
}

.sf-root {
  width: 80px;
}

.videoRatio {
  padding-top: 56.25%;
  position: relative;
}

.videoRatio iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

#main {
  margin-top: 82px;
}

footer.is-visible {
  opacity: 1;
}

/* Footer divider alignment */
.footerAddress .footer-rule {
  border: 0;
  border-top: 1px solid #9C9683;
  color: #9C9683;
  display: block;
  margin: 0 auto 10px;
  opacity: 1;
  width: min(20%, 260px);
}

/* Page background normalization */
html,
body,
#page,
#main,
#right,
#content,
.standardLayout.container-fluid,
.stdpage.container-fluid,
#featureblock {
  background-color: #FFFFFF;
}

#content,
#featureblock {
  background-image: none;
}

/* H1 spacing below fixed header */
#content > h1:first-child {
  background-color: #FFFFFF;
  background-image: none;
  margin: 0;
  padding-top: 32px;
  padding-bottom: 18px;
}

@media (max-width: 991.98px) {
  #content > h1:first-child {
    padding-top: 28px;
  }
}

/* Restore feature block background detail */
#featureblock {
  background-color: #FFFFFF;
  background-image: url(/images/matrix-grid-bottom.svg);
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: 100% 100px;
}

/* Shared utility classes */
.pricing-table-frame {
  min-height: 0;
}

.mail-link-nowrap {
  white-space: nowrap;
}

/* Restore upper content grid detail */
#content {
  background-image: url(/images/matrix-grid-top.svg);
  background-position: 0 10px;
  background-repeat: no-repeat;
  background-size: 92% 80px;
}

#content > h1:first-child {
  background-color: #FFFFFF;
  background-image: none;
}

/* Product H1/grid consistency */
#content > h1:first-child,
#content > h1.basicH1:first-child {
  background-color: transparent;
  background-image: none;
}

/* Prevent image/text rows from overlapping preceding content */
.image_text_box,
.image_text_box.row {
  align-items: center;
  clear: both;
  display: flex;
  float: none;
  flex-wrap: wrap;
  margin-top: 1.5rem;
  overflow: visible;
  position: relative;
  width: 100%;
}

.image_text_box::after {
  clear: both;
  content: "";
  display: block;
}

.image_text_box > .satisfied_inner_box2,
.image_text_box.row > .satisfied_inner_box2 {
  flex: 0 0 auto;
  float: none;
  margin: 0;
  max-width: 100%;
  width: auto;
}

.image_text_box > * {
  min-width: 0;
}

@media (max-width: 991.98px) {
  .image_text_box,
  .image_text_box.row {
    display: block;
  }
  
  .image_text_box > .satisfied_inner_box2,
  .image_text_box.row > .satisfied_inner_box2 {
    margin-bottom: 1rem;
    width: 100%;
  }
}

/* FAQ and compact header refinements */
.togglefaq {
  cursor: pointer;
}

.togglefaq.activefaq {
  background: #E6E6E6;
  color: #1D3557;
}

.flagLink {
  flex: 0 0 auto;
}

.flag {
  display: block;
  height: 24px;
  object-fit: contain;
  padding-top: 0;
  width: 36px;
}

.navBarTop {
  min-height: 74px;
  padding-bottom: 5px;
  padding-top: 5px;
}

.navBarTop .container-fluid {
  min-height: 58px;
}

.navbar-brand img {
  height: 50px;
}

#main {
  margin-top: 74px;
}

@media (max-width: 991.98px) {
  .navBarTop {
    min-height: 66px;
    padding-bottom: 6px;
    padding-top: 6px;
  }
  
  .navBarTop .container-fluid {
    min-height: 52px;
  }
  
  .navbar-brand img {
    height: 46px;
  }
  
  #main {
    margin-top: 66px;
  }
}

/* Trial signup reusable form refinements */
.trial-signup-form .recaptcha-slot {
  margin-top: 17px;
}

.trial-form-embed {
  max-width: 760px;
  padding-bottom: 24px;
  padding-top: 24px;
}

.trial-form-embed .signupForm {
  margin-left: auto;
  margin-right: auto;
}

.trial-form-embed-header {
  max-width: 680px;
  margin: 0 auto 18px;
  text-align: center;
}

.trial-form-embed-header h1 {
  margin: 0 0 8px;
  color: #00327C;
  font-size: 2em;
  line-height: 1.2;
}

.trial-form-embed-header h2 {
  margin: 0;
  color: #2C3E50;
  font-size: 1.5em;
  line-height: 1.3;
}

.signup-honeypot {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

.signup-support-link {
  margin: 12px 0 0;
  text-align: center;
}

.signup-support-link a {
  font-weight: 600;
}

.signup-status-panel {
  padding-top: 20px;
}

.signup-review-details {
  display: grid;
  grid-template-columns: minmax(110px, 170px) 1fr;
  gap: 8px 16px;
}

.signup-review-details dt {
  font-weight: 700;
}

.signup-review-details dd {
  margin: 0;
  overflow-wrap: anywhere;
}

.signup-review-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 18px;
}

.signup-review-actions .signup-reject-button {
  background: #a5262b;
}

/* Strict CSP batch utility classes */
.image-max-80 {
  max-width: 80%;
}

/* Legacy inline-style replacement utilities */
.legacy-mt-8 {
  margin-top: 8px;
}

.legacy-mt-10 {
  margin-top: 10px;
}

.legacy-mt-16 {
  margin-top: 16px;
}

.legacy-mt-20 {
  margin-top: 20px;
}

.legacy-mt-24 {
  margin-top: 24px;
}

.legacy-mt-28 {
  margin-top: 28px;
}

.legacy-p-10 {
  padding: 10px;
}

.legacy-mb-6 {
  margin: 0 0 6px;
}

.legacy-width-80 {
  width: 80%;
}

.legacy-width-90-center {
  width: 90%;
  margin-inline: auto;
}

.legacy-width-80-max-700-center {
  width: 80%;
  max-width: 700px;
  margin-inline: auto;
}

.legacy-max-200-center {
  max-width: 200px;
  margin: 20px auto;
}

.legacy-max-300 {
  max-width: 300px;
}

.legacy-max-600-center {
  max-width: 600px;
  margin: 20px auto;
}

.legacy-max-700-center {
  width: 100%;
  max-width: 700px;
  margin-inline: auto;
}

.legacy-width-7em {
  width: 7em;
}

.legacy-block-200 {
  display: block;
  width: 200px;
  height: auto;
}

.legacy-float-panel {
  float: right;
  width: 20em;
  height: 12.2em;
  margin: 0 11px 14px 10px;
}

.legacy-shadow-float-220 {
  display: block;
  float: right;
  width: 220px;
  height: auto;
  margin: 0 5px 0 20px;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
}

.legacy-list-lower-alpha {
  margin: 2.5em;
  list-style-type: lower-alpha;
}

.legacy-card-link {
  display: block;
  overflow: hidden;
  border: 1px solid #DDD;
  border-radius: 8px;
  text-decoration: none;
}

.legacy-subtle-note {
  margin: 6px 0 0;
  color: #444;
}

.legacy-compact-note {
  margin-top: -6px;
  color: #555;
  font-size: 1rem;
}

.legacy-auto-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 16px;
}

/* Account created confirmation page */
.account-created-page {
  max-width: 1160px;
  padding-bottom: 48px;
}

.account-created-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(260px, 0.65fr);
  gap: 32px;
  align-items: center;
  padding: 34px 0 28px;
}

.account-created-kicker {
  display: inline-flex;
  margin: 0 0 10px;
  padding: 6px 10px;
  border: 1px solid rgba(0, 81, 163, 0.18);
  border-radius: 4px;
  color: #0051A3;
  background: #F1F7FD;
  font-size: 0.9rem;
  font-weight: 700;
}

.account-created-page .basicH1 {
  margin-top: 0;
  margin-bottom: 14px;
}

.account-created-lead {
  max-width: 720px;
  color: #23364D;
  font-size: 1.16rem;
  line-height: 1.65;
}

.account-created-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.account-created-primary,
.account-created-secondary,
.account-created-support {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 10px 18px;
  border-radius: 4px;
  font-weight: 700;
  text-decoration: none !important;
}

.account-created-primary {
  color: #FFFFFF !important;
  background: #00C853;
  border: 1px solid #00C853;
}

.account-created-primary:hover,
.account-created-primary:focus {
  color: #FFFFFF !important;
  background: #2A94E5;
  border-color: #2A94E5;
}

.account-created-secondary,
.account-created-support {
  color: #0051A3 !important;
  background: #FFFFFF;
  border: 1px solid rgba(0, 81, 163, 0.28);
}

.account-created-secondary:hover,
.account-created-secondary:focus,
.account-created-support:hover,
.account-created-support:focus {
  color: #00327C !important;
  background: #F1F7FD;
  border-color: rgba(0, 81, 163, 0.5);
}

.account-created-visual {
  display: flex;
  justify-content: center;
}

.account-created-image {
  width: min(100%, 260px);
  height: auto;
}

.account-created-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 12px;
}

.account-created-steps article {
  min-height: 190px;
  padding: 22px;
  border: 1px solid #D8E5F4;
  border-radius: 8px;
  background: #FFFFFF;
  box-shadow: 0 10px 24px rgba(15, 45, 77, 0.08);
}

.account-created-step-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  margin-bottom: 12px;
  border-radius: 50%;
  color: #FFFFFF;
  background: #0051A3;
  font-weight: 800;
}

.account-created-steps h2,
.account-created-help h2 {
  margin-top: 0;
  color: #00327C;
  font-size: 1.18rem;
}

.account-created-steps p,
.account-created-help p {
  margin-bottom: 0;
  color: #34495E;
  line-height: 1.55;
}

.account-created-help {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: space-between;
  margin-top: 22px;
  padding: 22px;
  border-left: 4px solid #00C853;
  background: #F7FBFF;
}

@media (max-width: 860px) {
  .account-created-hero,
  .account-created-steps {
    grid-template-columns: 1fr;
  }
  
  .account-created-visual {
    justify-content: flex-start;
  }
  
  .account-created-help {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 520px) {
  .account-created-actions,
  .account-created-primary,
  .account-created-secondary,
  .account-created-support {
    width: 100%;
  }
}

.account-created-page .basicH1,
#content .account-created-page h1.basicH1 {
  padding-top: 0;
  color: #00327C;
  background: #FFFFFF !important;
  background-image: none !important;
  filter: none !important;
}

/* Account page background and footer social contrast refinements */
body.account-created-template #featureblock,
body.account-created-template #content,
body.account-created-template .standardLayout,
body.account-created-template .stdpage {
  background: #FFFFFF !important;
  background-image: none !important;
}

body.account-created-template .account-created-page {
  background: #FFFFFF;
}

/* Home page polish */
body.home-template #content {
  background-position: top left;
}

.home-hero-v2 {
  display: grid;
  grid-template-columns: minmax(460px, 0.98fr) minmax(0, 1.02fr);
  gap: 34px;
  align-items: start;
  padding-top: 30px;
  padding-bottom: 28px;
}

.home-hero-copy {
  grid-column: 2;
  grid-row: 1;
  align-self: start;
}

.home-eyebrow {
  display: block;
  width: 100%;
  margin: 0 0 12px;
  padding: 0;
  border: 0;
  border-radius: 0;
  color: #0051A3;
  background: transparent;
  font-size: 0.95rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0;
}

.home-hero-v2 h1 {
  max-width: 760px;
  margin: 0 0 16px;
  padding-top: 0;
  color: #00327C;
  background: transparent;
  font-size: clamp(2.35rem, 4vw, 4.25rem);
  line-height: 1.05;
}

.home-hero-lead {
  max-width: 720px;
  color: #21364D;
  font-size: 1.2rem;
  line-height: 1.64;
}

.home-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.home-primary-action,
.home-secondary-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 11px 18px;
  border-radius: 4px;
  font-weight: 800;
  text-decoration: none !important;
}

.home-primary-action {
  color: #FFFFFF !important;
  background: #00C853;
  border: 1px solid #00C853;
}

.home-primary-action:hover,
.home-primary-action:focus {
  color: #FFFFFF !important;
  background: #2A94E5;
  border-color: #2A94E5;
}

.home-secondary-action {
  color: #0051A3 !important;
  background: #FFFFFF;
  border: 1px solid rgba(0, 81, 163, 0.32);
}

.home-secondary-action:hover,
.home-secondary-action:focus {
  color: #00327C !important;
  background: #F1F7FD;
  border-color: rgba(0, 81, 163, 0.55);
}

.home-proof-points {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  max-width: 760px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.home-proof-points li {
  min-height: 92px;
  padding: 16px;
  border-left: 4px solid #0051A3;
  border-radius: 6px;
  background: #F6FAFE;
}

.home-proof-points strong,
.home-proof-points span {
  display: block;
}

.home-proof-points strong {
  color: #00327C;
  font-size: 1rem;
  font-weight: 900;
  line-height: 1.2;
}

.home-proof-points span {
  margin-top: 6px;
  color: #34495E;
  font-size: 0.95rem;
  line-height: 1.4;
}

.home-hero-media {
  display: flex;
  flex-direction: column;
  grid-column: 1;
  grid-row: 1;
  justify-content: flex-start;
  align-items: flex-end;
  align-self: start;
  padding-top: 18px;
}

.home-hero-media img {
  width: min(100%, 680px);
  height: auto;
  filter: none;
}

.home-feature-strip,
.home-capability-grid,
.home-value-grid {
  display: grid;
  gap: 18px;
}

.home-feature-strip {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  padding-top: 12px;
  padding-bottom: 22px;
}

.home-feature-strip article,
.home-capability-grid article,
.home-value-grid article {
  min-height: 100%;
  padding: 22px;
  border: 1px solid #D8E5F4;
  border-radius: 8px;
  background: #FFFFFF;
  box-shadow: 0 10px 24px rgba(15, 45, 77, 0.07);
}

.home-feature-strip h2,
.home-capability-grid h3,
.home-value-grid h3,
.home-platform-panel h2,
.home-company-section h2,
.home-company-section h3,
.home-section-heading h2 {
  margin-top: 0;
  color: #00327C;
}

.home-feature-strip p,
.home-capability-grid p,
.home-value-grid p,
.home-platform-panel p,
.home-company-section p,
.home-section-heading p {
  color: #34495E;
  line-height: 1.62;
}

.home-section-heading {
  max-width: 860px;
  margin-bottom: 22px;
}

.home-product-section,
.home-company-section,
.home-signup-section,
.home-review-section,
.home-link-section {
  padding-top: 30px;
  padding-bottom: 30px;
}

.home-capability-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.home-platform-panel {
  display: grid;
  grid-template-columns: minmax(260px, 0.78fr) minmax(0, 1.22fr);
  gap: 30px;
  align-items: center;
  margin-top: 28px;
  padding: 26px;
  border-left: 4px solid #00C853;
  background: #F7FBFF;
}

.home-platform-panel figure {
  margin: 0;
}

.home-platform-panel img {
  width: 100%;
  max-width: 420px;
  height: auto;
}

#featureblock.home-value-section {
  background-color: #FFFFFF;
  background-image: url(/images/matrix-grid-bottom.svg);
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: 100% 100px;
  padding-top: 34px;
  padding-bottom: 48px;
}

.home-value-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.home-value-grid .bfh3::before {
  margin-right: 8px;
}

.home-company-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 390px);
  gap: 26px;
  align-items: stretch;
}

.home-company-section--single {
  grid-template-columns: minmax(0, 900px);
}

.home-company-section aside {
  padding: 24px;
  border-radius: 8px;
  color: #FFFFFF;
  background: #123A63;
}

.home-company-section aside h3,
.home-company-section aside p {
  color: #FFFFFF;
}

.home-signup-section .signupForm {
  max-width: 760px;
}

.home-link-section {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 22px;
}

.home-link-section .highlightedLink {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
}

@media (max-width: 1100px) {
  .home-capability-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 860px) {
  .home-hero-v2,
  .home-feature-strip,
  .home-platform-panel,
  .home-company-section,
  .home-value-grid {
    grid-template-columns: 1fr;
  }
  
  .home-hero-copy,
  .home-hero-media {
    grid-column: auto;
    grid-row: auto;
  }
  
  .home-hero-media {
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 0;
  }
}

@media (max-width: 560px) {
  .home-proof-points,
  .home-capability-grid {
    grid-template-columns: 1fr;
  }
  
  .home-hero-actions,
  .home-primary-action,
  .home-secondary-action {
    width: 100%;
  }
}

/* Problem-led CAPA messaging and CAPA system guide */
.capa-guide-hero,
.capa-problem-section,
.capa-comparison-section,
.capa-guide-process,
.capa-guide-value,
.capa-guide-standards,
.capa-guide-cta,
.capa-guide-resources {
  box-sizing: border-box;
  width: min(calc(100% - 32px), 1180px);
  margin-right: auto;
  margin-left: auto;
}

/* Bootstrap container markers must not become anonymous CAPA grid items. */
.capa-guide-hero::before,
.capa-guide-hero::after,
.capa-problem-section::before,
.capa-problem-section::after,
.capa-guide-process::before,
.capa-guide-process::after,
.capa-guide-standards::before,
.capa-guide-standards::after,
.capa-guide-cta::before,
.capa-guide-cta::after {
  display: none;
  content: none;
}

.capa-guide-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(260px, 0.65fr);
  gap: clamp(30px, 5vw, 76px);
  align-items: center;
  margin-top: 34px;
  margin-bottom: 34px;
  padding: clamp(34px, 5vw, 64px);
  overflow: hidden;
  color: #FFFFFF;
  background: radial-gradient(circle at 88% 12%, rgba(43, 192, 222, 0.22), transparent 34%), linear-gradient(135deg, #082541 0%, #0A426F 62%, #086C70 100%);
  border-radius: 18px;
  box-shadow: 0 24px 56px rgba(8, 37, 65, 0.18);
}

#content .capa-guide-hero h1 {
  max-width: 760px;
  margin: 8px 0 18px;
  color: #FFFFFF;
  font-size: clamp(2.35rem, 5vw, 4.6rem);
  line-height: 0.98;
  letter-spacing: -0.035em;
}

#content .capa-guide-hero p,
#content .capa-guide-standards p,
#content .capa-guide-cta p {
  color: inherit;
}

#content .capa-guide-lead {
  max-width: 760px;
  margin: 0;
  font-size: clamp(1.08rem, 1.8vw, 1.35rem);
  line-height: 1.6;
}

.capa-problem-eyebrow {
  margin: 0 0 8px;
  color: #007E6F;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

#content .capa-guide-hero .capa-problem-eyebrow,
#content .capa-guide-standards .capa-problem-eyebrow,
#content .capa-guide-cta .capa-problem-eyebrow {
  color: #77E1D4;
}

.capa-problem-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

.capa-problem-primary,
.capa-problem-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 10px 20px;
  border: 2px solid transparent;
  border-radius: 6px;
  font-weight: 800;
  text-decoration: none !important;
}

.capa-problem-primary {
  color: #04213B !important;
  background: #4BC7F3;
  border-color: #4BC7F3;
}

.capa-problem-primary:hover,
.capa-problem-primary:focus {
  color: #FFFFFF !important;
  background: #007E6F;
  border-color: #007E6F;
}

.capa-problem-secondary {
  color: #FFFFFF !important;
  border-color: rgba(255, 255, 255, 0.64);
}

.capa-problem-secondary:hover,
.capa-problem-secondary:focus {
  color: #082541 !important;
  background: #FFFFFF;
  border-color: #FFFFFF;
}

#content .capa-guide-free {
  margin: 16px 0 0;
  color: #DCEFFF;
  font-weight: 700;
}

.capa-guide-hero aside {
  display: grid;
  gap: 10px;
  padding: 20px;
  background: rgba(4, 25, 45, 0.42);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 14px;
  backdrop-filter: blur(6px);
}

.capa-guide-hero aside span {
  display: flex;
  gap: 12px;
  align-items: center;
  color: #FFFFFF;
  font-weight: 700;
}

.capa-guide-hero aside span::before {
  display: inline-grid;
  flex: 0 0 28px;
  width: 28px;
  height: 28px;
  place-items: center;
  color: #04213B;
  content: "✓";
  background: #77E1D4;
  border-radius: 50%;
}

.capa-problem-section {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(280px, 0.88fr);
  gap: clamp(28px, 5vw, 64px);
  align-items: center;
  margin-top: 34px;
  margin-bottom: 34px;
  padding: clamp(30px, 4.5vw, 54px);
  color: #17324D;
  background: linear-gradient(135deg, #F0F7FD 0%, #FFFFFF 58%, #EDFAF7 100%);
  border: 1px solid #C4DAEC;
  border-left: 6px solid #007E6F;
  border-radius: 14px;
  box-shadow: 0 15px 34px rgba(8, 42, 80, 0.08);
}

#content .capa-problem-section h2 {
  margin: 0 0 14px;
  color: #082A50;
  font-size: clamp(1.75rem, 3.2vw, 2.7rem);
  line-height: 1.12;
}

#content .capa-problem-section p {
  color: #334E68;
  font-size: 1.05rem;
  line-height: 1.65;
}

.capa-problem-text-link {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  margin-top: 8px;
  color: #0057A3 !important;
  font-size: 1.05rem;
  font-weight: 800;
}

.capa-problem-text-link:hover,
.capa-problem-text-link:focus {
  color: #007E6F !important;
}

.capa-problem-friction,
.capa-problem-outcomes {
  display: grid;
  gap: 12px;
}

.capa-problem-friction article,
.capa-problem-outcomes span {
  display: grid;
  gap: 4px;
  padding: 16px 18px;
  background: #FFFFFF;
  border: 1px solid #D2E1EE;
  border-radius: 9px;
  box-shadow: 0 7px 18px rgba(8, 42, 80, 0.06);
}

.capa-problem-friction strong {
  color: #8A3E16;
  font-size: 1rem;
}

.capa-problem-friction span {
  color: #526779;
  line-height: 1.45;
}

.capa-problem-outcomes span {
  position: relative;
  padding-left: 48px;
  color: #17324D;
  font-weight: 750;
}

.capa-problem-outcomes span::before {
  position: absolute;
  top: 50%;
  left: 18px;
  color: #008F5A;
  content: "✓";
  font-size: 1.15rem;
  font-weight: 900;
  transform: translateY(-50%);
}

.capa-problem-section--compact {
  padding-top: 34px;
  padding-bottom: 34px;
}

/* Keep the CAPA Software problem summary and outcome pills level. */
body.capa-software-template .capa-problem-section--compact .capa-problem-outcomes,
body.home-template .capa-problem-section--compact .capa-problem-outcomes {
  grid-column: 1;
  grid-row: 1;
  align-self: start;
}

body.capa-software-template .capa-problem-section--compact .capa-problem-copy,
body.home-template .capa-problem-section--compact .capa-problem-copy {
  grid-column: 2;
  grid-row: 1;
  align-self: start;
}

.capa-problem-section--slim {
  grid-template-columns: minmax(0, 1fr) auto;
  padding-top: 30px;
  padding-bottom: 30px;
}

.capa-comparison-section,
.capa-guide-process,
.capa-guide-value {
  margin-top: 64px;
  margin-bottom: 64px;
}

.capa-guide-heading {
  max-width: 820px;
  margin-bottom: 28px;
}

#content .capa-guide-heading h2,
#content .capa-guide-process h2,
#content .capa-guide-standards h2,
#content .capa-guide-cta h2 {
  margin: 0 0 12px;
  color: #082A50;
  font-size: clamp(1.85rem, 3.6vw, 3rem);
  line-height: 1.12;
}

#content .capa-guide-heading p,
#content .capa-guide-process p {
  color: #465F75;
  font-size: 1.05rem;
  line-height: 1.65;
}

.capa-comparison-table {
  overflow: hidden;
  border: 1px solid #C7D9E8;
  border-radius: 12px;
  box-shadow: 0 16px 38px rgba(8, 42, 80, 0.08);
}

.capa-comparison-row {
  display: grid;
  grid-template-columns: minmax(150px, 0.65fr) minmax(220px, 1fr) minmax(220px, 1fr);
}

.capa-comparison-row > * {
  padding: 17px 20px;
  color: #3D5368;
  line-height: 1.5;
  border-bottom: 1px solid #D7E4EE;
}

.capa-comparison-row > * + * {
  border-left: 1px solid #D7E4EE;
}

.capa-comparison-row strong {
  color: #17324D;
  background: #F5F8FB;
}

.capa-comparison-row > :last-child {
  color: #174E45;
  background: #F1FAF7;
}

.capa-comparison-row--header > * {
  color: #FFFFFF;
  font-weight: 800;
  background: #0A365F;
  border-color: rgba(255, 255, 255, 0.16);
}

.capa-comparison-row:last-child > * {
  border-bottom: 0;
}

.capa-guide-process {
  display: grid;
  grid-template-columns: minmax(280px, 0.8fr) minmax(0, 1.2fr);
  gap: clamp(32px, 6vw, 76px);
  align-items: center;
}

.capa-guide-process-visual {
  display: grid;
  gap: 14px;
  justify-items: center;
  padding: 24px;
  background: #F5F9FC;
  border: 1px solid #CFDFEB;
  border-radius: 14px;
}

.capa-guide-process-visual img {
  display: block;
  width: min(100%, 360px);
  height: auto;
}

.capa-guide-process-visual > a:last-child {
  color: #0057A3;
  font-weight: 750;
}

#content .capa-guide-process ol {
  display: grid;
  gap: 13px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
  counter-reset: capa-step;
}

#content .capa-guide-process li {
  position: relative;
  display: grid;
  gap: 3px;
  min-height: 48px;
  padding: 0 0 0 62px;
  color: #526779;
  font-size: 1rem;
  line-height: 1.45;
  counter-increment: capa-step;
}

.capa-guide-process li::before {
  position: absolute;
  top: 0;
  left: 0;
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  color: #FFFFFF;
  content: counter(capa-step, decimal-leading-zero);
  font-weight: 800;
  background: #007E6F;
  border-radius: 50%;
}

.capa-guide-process li strong {
  color: #17324D;
  font-size: 1.02rem;
}

.capa-guide-card-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.capa-guide-card-grid article {
  padding: 24px;
  background: #FFFFFF;
  border: 1px solid #D1DFEA;
  border-top: 4px solid #007E6F;
  border-radius: 10px;
  box-shadow: 0 10px 24px rgba(8, 42, 80, 0.06);
}

#content .capa-guide-card-grid h3 {
  margin: 0 0 9px;
  color: #082A50;
  font-size: 1.15rem;
}

#content .capa-guide-card-grid p {
  margin: 0;
  color: #526779;
  line-height: 1.55;
}

.capa-guide-standards {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(260px, 0.8fr);
  gap: clamp(30px, 5vw, 64px);
  align-items: center;
  margin-top: 64px;
  margin-bottom: 34px;
  padding: clamp(32px, 5vw, 54px);
  color: #FFFFFF;
  background: linear-gradient(135deg, #092C50, #0B5964);
  border-radius: 14px;
}

#content .capa-guide-standards h2,
#content .capa-guide-cta h2 {
  color: #FFFFFF;
}

#content .capa-guide-standards ul,
#content .capa-guide-standards li {
  margin: 0;
  padding: 0;
  list-style: none;
  background-image: none;
}

#content .capa-guide-standards ul {
  display: grid;
  gap: 10px;
}

#content .capa-guide-standards li {
  position: relative;
  padding: 13px 16px 13px 44px;
  color: #FFFFFF;
  font-size: 1rem;
  font-weight: 700;
  background-color: rgba(255, 255, 255, 0.09);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 7px;
}

.capa-guide-standards li::before {
  position: absolute;
  left: 17px;
  color: #77E1D4;
  content: "✓";
  font-weight: 900;
}

.capa-guide-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: center;
  margin-top: 34px;
  margin-bottom: 24px;
  padding: clamp(30px, 5vw, 50px);
  color: #FFFFFF;
  background: linear-gradient(115deg, #07335F 0%, #005C78 58%, #007E6F 100%);
  border-radius: 14px;
}

.capa-guide-resources {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 24px;
  justify-content: center;
  margin-top: 0;
  margin-bottom: 46px;
  padding: 18px;
}

.capa-guide-resources a {
  color: #0057A3;
  font-weight: 750;
}

@media (max-width: 900px) {
  .capa-guide-hero,
  .capa-problem-section,
  .capa-guide-process,
  .capa-guide-standards,
  .capa-guide-cta {
    grid-template-columns: 1fr;
  }

  .capa-guide-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .capa-problem-section--slim .capa-problem-primary,
  .capa-guide-cta .capa-problem-primary {
    justify-self: start;
  }

  body.capa-software-template .capa-problem-section--compact .capa-problem-copy,
  body.capa-software-template .capa-problem-section--compact .capa-problem-outcomes,
  body.home-template .capa-problem-section--compact .capa-problem-copy,
  body.home-template .capa-problem-section--compact .capa-problem-outcomes {
    grid-column: auto;
    grid-row: auto;
  }
}

@media (max-width: 640px) {
  .capa-guide-hero,
  .capa-problem-section,
  .capa-comparison-section,
  .capa-guide-process,
  .capa-guide-value,
  .capa-guide-standards,
  .capa-guide-cta,
  .capa-guide-resources {
    width: calc(100% - 20px);
  }

  .capa-guide-hero,
  .capa-problem-section,
  .capa-guide-standards,
  .capa-guide-cta {
    padding: 26px 20px;
    border-radius: 10px;
  }

  .capa-problem-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .capa-guide-card-grid {
    grid-template-columns: 1fr;
  }

  .capa-comparison-row {
    grid-template-columns: 1fr;
  }

  .capa-comparison-row--header {
    display: none;
  }

  .capa-comparison-row > * {
    border-bottom: 0;
  }

  .capa-comparison-row > * + * {
    border-top: 1px solid #D7E4EE;
    border-left: 0;
  }

  .capa-comparison-row > span:nth-child(2)::before,
  .capa-comparison-row > span:nth-child(3)::before {
    display: block;
    margin-bottom: 4px;
    color: #6A4A35;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
  }

  .capa-comparison-row > span:nth-child(2)::before {
    content: "Manual process";
  }

  .capa-comparison-row > span:nth-child(3)::before {
    color: #007E6F;
    content: "CAPA Manager";
  }

  .capa-comparison-row > strong {
    border-top: 8px solid #FFFFFF;
  }
}

/* Home grid polish: stop legacy Bootstrap clearfix pseudo-elements becoming grid items. */
.home-hero-v2::before,
.home-hero-v2::after,
.home-feature-strip::before,
.home-feature-strip::after,
.home-capability-grid::before,
.home-capability-grid::after,
.home-value-grid::before,
.home-value-grid::after,
.home-platform-panel::before,
.home-platform-panel::after,
.home-company-section::before,
.home-company-section::after {
  content: none;
  display: none;
}

.home-feature-strip {
  align-items: stretch;
}

.home-feature-strip article {
  grid-column: auto;
  grid-row: auto;
}

@media (max-width: 1040px) {
  .home-hero-v2 {
    grid-template-columns: minmax(360px, 0.92fr) minmax(0, 1.08fr);
  }
  
  .home-hero-media img {
    width: min(100%, 600px);
  }
}

/* CAPA Software page polish */
body.capa-software-template #content {
  background-color: #FFFFFF;
  background-position: top left;
}

.capa-hero-v2 {
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(420px, 0.96fr);
  gap: 38px;
  align-items: start;
  padding-top: 30px;
  padding-bottom: 28px;
}

.capa-hero-v2::before,
.capa-hero-v2::after,
.capa-workflow-strip::before,
.capa-workflow-strip::after,
.capa-capability-grid::before,
.capa-capability-grid::after,
.capa-video-panel::before,
.capa-video-panel::after,
.capa-rcca-panel::before,
.capa-rcca-panel::after {
  content: none;
  display: none;
}

.capa-hero-copy {
  position: relative;
  padding-left: 0;
  border-left: 0;
}

.capa-hero-media {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 38px;
}

.capa-eyebrow {
  display: block;
  width: 100%;
  margin: 0 0 12px;
  color: #0051A3;
  font-size: 0.95rem;
  font-weight: 800;
  text-transform: uppercase;
}

.capa-hero-media img {
  width: min(100%, 660px);
  height: auto;
}

.capa-hero-v2 h1 {
  max-width: 780px;
  margin: 0 0 16px;
  padding-top: 0;
  color: #00327C;
  background: transparent;
  font-size: clamp(2.25rem, 3.8vw, 4.05rem);
  line-height: 1.06;
}

.capa-hero-lead {
  max-width: 720px;
  color: #21364D;
  font-size: 1.2rem;
  line-height: 1.64;
}

.capa-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.capa-primary-action,
.capa-secondary-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 11px 18px;
  border-radius: 4px;
  font-weight: 800;
  text-decoration: none !important;
}

.capa-primary-action {
  color: #FFFFFF !important;
  background: #00C853;
  border: 1px solid #00C853;
}

.capa-primary-action:hover,
.capa-primary-action:focus {
  color: #FFFFFF !important;
  background: #2A94E5;
  border-color: #2A94E5;
}

.capa-secondary-action {
  color: #0051A3 !important;
  background: #FFFFFF;
  border: 1px solid rgba(0, 81, 163, 0.32);
}

.capa-secondary-action:hover,
.capa-secondary-action:focus {
  color: #00327C !important;
  background: #F1F7FD;
  border-color: rgba(0, 81, 163, 0.55);
}

.capa-proof-points {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  max-width: 760px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.capa-proof-points li {
  min-height: 98px;
  padding: 16px;
  border-left: 4px solid #0051A3;
  border-radius: 6px;
  background: #F6FAFE;
}

.capa-proof-points strong,
.capa-proof-points span {
  display: block;
}

.capa-proof-points strong {
  color: #00327C;
  font-size: 1rem;
  font-weight: 900;
  line-height: 1.2;
}

.capa-proof-points span {
  margin-top: 6px;
  color: #34495E;
  font-size: 0.95rem;
  line-height: 1.4;
}

.capa-workflow-strip,
.capa-capability-grid {
  display: grid;
  gap: 18px;
}

.capa-workflow-strip {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  padding-top: 14px;
  padding-bottom: 26px;
}

.capa-workflow-strip article,
.capa-capability-grid article {
  min-height: 100%;
  padding: 22px;
  border: 1px solid #D8E5F4;
  border-radius: 8px;
  background: #FFFFFF;
  box-shadow: 0 10px 24px rgba(15, 45, 77, 0.07);
}

.capa-workflow-strip h2,
.capa-capability-grid h3,
.capa-video-panel h3,
.capa-rcca-panel h2,
.capa-section-heading h2,
.capa-review-section h2 {
  margin-top: 0;
  color: #00327C;
}

.capa-workflow-strip p,
.capa-capability-grid p,
.capa-video-panel p,
.capa-rcca-panel p,
.capa-section-heading p {
  color: #34495E;
  line-height: 1.62;
}

.capa-intro-section,
.capa-capability-section,
.capa-rcca-panel,
.capa-signup-section,
.capa-review-section,
.capa-link-section {
  padding-top: 30px;
  padding-bottom: 30px;
}

.capa-section-heading {
  max-width: 880px;
  margin-bottom: 22px;
}

.capa-video-panel,
.capa-rcca-panel {
  display: grid;
  grid-template-columns: minmax(280px, 0.74fr) minmax(0, 1.26fr);
  gap: 30px;
  align-items: center;
  padding: 24px;
  border: 1px solid #D8E5F4;
  border-radius: 8px;
  background: #F6FAFE;
}

.capa-video-panel img,
.capa-rcca-panel img {
  width: 100%;
  max-width: 460px;
  height: auto;
}

.capa-video-panel a,
.capa-rcca-panel figure {
  margin: 0;
}

.capa-capability-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.capa-rcca-panel ul {
  margin-bottom: 0;
}

.capa-signup-section .signupForm {
  max-width: 760px;
}

.capa-signup-proof {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  max-width: 100%;
  margin: 0 0 16px;
  padding: 8px 12px;
  border: 1px solid #BCD3EB;
  border-radius: 8px;
  background: #F4F9FE;
  color: #00327C;
  font-weight: 700;
}

.capa-signup-proof span {
  color: #E6A700;
  letter-spacing: 1px;
}

.capa-signup-section .policy-container {
  margin-top: 14px;
  padding: 10px 12px;
  border: 1px solid #D6E2EF;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.72);
  color: #40556E;
  font-size: 0.9em;
  line-height: 1.45;
}

.capa-signup-section .policy-container em {
  font-style: normal;
}

.capa-link-section {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 22px;
}

.capa-link-section .highlightedLink {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
}

.footer-social-links a {
  line-height: 1;
  text-align: center;
  white-space: nowrap;
}

@media (max-width: 1100px) {
  .capa-capability-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 860px) {
  .capa-hero-v2,
  .capa-workflow-strip,
  .capa-video-panel,
  .capa-rcca-panel {
    grid-template-columns: 1fr;
  }
  
  .capa-hero-media {
    align-items: flex-start;
    padding-top: 0;
  }
}

@media (max-width: 560px) {
  .capa-proof-points,
  .capa-capability-grid {
    grid-template-columns: 1fr;
  }
  
  .capa-hero-actions,
  .capa-primary-action,
  .capa-secondary-action {
    width: 100%;
  }
}

/* 8D investigation software page polish */
body.eightd-template #content {
  background-color: #FFFFFF;
  background-position: top left;
}

.eightd-hero,
.eightd-step-strip,
.eightd-two-column,
.eightd-report-panel,
.eightd-capability-grid,
.eightd-cta-section {
  display: grid;
  gap: 18px;
}

.eightd-hero::before,
.eightd-hero::after,
.eightd-step-strip::before,
.eightd-step-strip::after,
.eightd-two-column::before,
.eightd-two-column::after,
.eightd-report-panel::before,
.eightd-report-panel::after,
.eightd-capability-grid::before,
.eightd-capability-grid::after,
.eightd-cta-section::before,
.eightd-cta-section::after {
  content: none;
  display: none;
}

.eightd-hero {
  grid-template-columns: minmax(0, 1.02fr) minmax(400px, 0.98fr);
  gap: 40px;
  align-items: center;
  padding-top: 32px;
  padding-bottom: 30px;
}

.eightd-hero-copy {
  padding: 24px 0;
  border-left: 0;
}

.eightd-eyebrow {
  display: block;
  margin: 0 0 12px;
  color: #0051A3;
  font-size: 0.95rem;
  font-weight: 800;
  text-transform: uppercase;
}

.eightd-hero h1 {
  max-width: 780px;
  margin: 0 0 16px;
  padding-top: 0;
  color: #00327C;
  background: transparent;
  font-size: clamp(2.2rem, 3.65vw, 3.95rem);
  line-height: 1.06;
}

.eightd-hero-lead {
  max-width: 720px;
  color: #21364D;
  font-size: 1.2rem;
  line-height: 1.64;
}

.eightd-hero-support {
  max-width: 720px;
  margin: 10px 0 0;
  color: #34495E;
  font-size: 1.05rem;
  line-height: 1.55;
}

.eightd-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.eightd-primary-action,
.eightd-secondary-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 11px 18px;
  border-radius: 4px;
  font-weight: 800;
  text-decoration: none !important;
}

.eightd-primary-action {
  color: #FFFFFF !important;
  background: #00C853;
  border: 1px solid #00C853;
}

.eightd-primary-action:hover,
.eightd-primary-action:focus {
  color: #FFFFFF !important;
  background: #2A94E5;
  border-color: #2A94E5;
}

.eightd-secondary-action {
  color: #0051A3 !important;
  background: #FFFFFF;
  border: 1px solid rgba(0, 81, 163, 0.32);
}

.eightd-secondary-action:hover,
.eightd-secondary-action:focus {
  color: #00327C !important;
  background: #F1F7FD;
  border-color: rgba(0, 81, 163, 0.55);
}

.eightd-hero-media {
  margin: 0;
}

.eightd-hero-media img {
  width: min(100%, 620px);
  height: auto;
  border: 1px solid #D8E5F4;
  border-radius: 8px;
}

.eightd-step-strip {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  padding-top: 12px;
  padding-bottom: 28px;
}

.eightd-step-strip article {
  min-height: 150px;
  padding: 18px;
  border: 1px solid #D8E5F4;
  border-top: 4px solid #00A0E3;
  border-radius: 8px;
  background: #FFFFFF;
}

.eightd-step-strip span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 38px;
  min-height: 30px;
  margin-bottom: 10px;
  padding: 0 8px;
  border-radius: 4px;
  color: #FFFFFF;
  background: #0051A3;
  font-weight: 900;
}

.eightd-step-strip strong {
  display: block;
  color: #00327C;
  font-size: 1.08rem;
}

.eightd-step-strip p,
.eightd-two-column p,
.eightd-report-panel p,
.eightd-capability-grid p,
.eightd-section-heading p,
.eightd-cta-section p {
  color: #34495E;
  line-height: 1.62;
}

.eightd-intro-section,
.eightd-report-panel,
.eightd-capability-section,
.eightd-cta-section,
.eightd-review-section,
.eightd-link-section {
  padding-top: 30px;
  padding-bottom: 30px;
}

.eightd-section-heading {
  max-width: 880px;
  margin-bottom: 22px;
}

.eightd-related-topic-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-bottom: 22px;
}

.eightd-related-topic {
  padding: 24px;
  border: 1px solid #D8E5F4;
  border-radius: 8px;
  background: #F6FAFE;
}

.eightd-related-topic h2 {
  margin: 0 0 12px;
  color: #00327C;
  font-size: clamp(1.55rem, 2.3vw, 2.2rem);
  line-height: 1.15;
}

.eightd-related-topic p {
  margin: 0;
  color: #34495E;
  line-height: 1.62;
}

.eightd-section-heading h2,
.eightd-two-column h3,
.eightd-report-panel h2,
.eightd-capability-grid h3,
.eightd-cta-section h2,
.eightd-review-section h2 {
  margin-top: 0;
  color: #00327C;
}

.eightd-two-column {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.eightd-two-column article,
.eightd-capability-grid article {
  padding: 22px;
  border: 1px solid #D8E5F4;
  border-radius: 8px;
  background: #FFFFFF;
  box-shadow: 0 10px 24px rgba(15, 45, 77, 0.07);
}

.eightd-report-panel {
  grid-template-columns: minmax(0, 0.9fr) minmax(430px, 1.1fr);
  align-items: center;
  padding-top: 28px;
  padding-bottom: 28px;
  border-top: 1px solid #E8F0F8;
  border-bottom: 1px solid #E8F0F8;
}

.eightd-report-panel ul {
  margin-bottom: 0;
}

.eightd-capability-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.eightd-capability-grid--standards .eightd-standard-card--primary {
  grid-column: span 2;
  border-top: 4px solid #007E6F;
  background: linear-gradient(135deg, #F4FBFA 0%, #FFFFFF 72%);
}

.eightd-cta-section {
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  padding: 24px;
  border-radius: 8px;
  color: #FFFFFF;
  background: #123A63;
}

.eightd-cta-section h2,
.eightd-cta-section p {
  color: #FFFFFF;
}

.eightd-link-section {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 22px;
}

.eightd-link-section .highlightedLink {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
}

@media (max-width: 1180px) {
  .eightd-step-strip,
  .eightd-capability-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .eightd-capability-grid--standards .eightd-standard-card--primary {
    grid-column: span 1;
  }
}

@media (max-width: 860px) {
  .eightd-hero,
  .eightd-two-column,
  .eightd-report-panel,
  .eightd-related-topic-grid,
  .eightd-cta-section {
    grid-template-columns: 1fr;
  }
  
  .eightd-cta-section .eightd-primary-action {
    width: 100%;
  }
}

@media (max-width: 560px) {
  .eightd-step-strip,
  .eightd-capability-grid,
  .eightd-hero-actions,
  .eightd-primary-action,
  .eightd-secondary-action {
    width: 100%;
    grid-template-columns: 1fr;
  }
}

/* SEO support sections for refreshed product pages */
.capa-seo-section,
.eightd-seo-section {
  padding-top: 30px;
  padding-bottom: 30px;
}

.capa-seo-grid,
.eightd-seo-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.capa-seo-grid::before,
.capa-seo-grid::after,
.eightd-seo-grid::before,
.eightd-seo-grid::after {
  content: none;
  display: none;
}

.capa-seo-grid article,
.eightd-seo-grid article {
  padding: 22px;
  border: 1px solid #D8E5F4;
  border-radius: 8px;
  background: #FFFFFF;
  box-shadow: 0 10px 24px rgba(15, 45, 77, 0.07);
}

.capa-seo-grid h3,
.eightd-seo-grid h3 {
  margin-top: 0;
  color: #00327C;
}

.capa-seo-grid p,
.eightd-seo-grid p {
  color: #34495E;
  line-height: 1.62;
}

@media (max-width: 860px) {
  .capa-seo-grid,
  .eightd-seo-grid {
    grid-template-columns: 1fr;
  }
}

/* 8D report conversion form */
.eightd-report-signup {
  margin: 0;
}

.eightd-signup-proof {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  max-width: 100%;
  margin: 0 0 12px;
  padding: 8px 12px;
  border: 1px solid #CDBFEA;
  border-radius: 8px;
  background: #F8F5FE;
  color: #4B2B78 !important;
  font-weight: 800;
}

.eightd-signup-proof span {
  color: #E6A700;
  letter-spacing: 1px;
}

.customer-rating-badge {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  width: fit-content;
  max-width: 100%;
  box-sizing: border-box;
  padding: 8px 12px;
  border: 1px solid #CDBFEA;
  border-radius: 8px;
  background: #F8F5FE;
  color: #4B2B78 !important;
  font-weight: 800;
  line-height: 1.35;
  text-decoration: none !important;
}

.customer-rating-badge strong {
  color: inherit;
}

.customer-rating-badge .customer-rating-stars {
  color: #F2B01E;
  letter-spacing: 1px;
}

.customer-rating-badge--on-dark {
  border-color: rgba(255, 255, 255, 0.42);
  background: rgba(255, 255, 255, 0.12);
  color: #FFFFFF !important;
}

.customer-rating-badge:hover,
.customer-rating-badge:focus {
  border-color: #F2B01E;
  text-decoration: none !important;
}

.eightd-signup-intro {
  margin: 0 0 16px;
  color: #21364D !important;
  font-size: 1.05rem;
  line-height: 1.55;
}

.eightd-report-signup .signupForm {
  width: 100%;
  max-width: 640px;
  margin: 0;
}

.eightd-report-signup .signupForm h3 {
  margin-top: 0;
}

@media (max-width: 860px) {
  .eightd-report-signup .signupForm {
    max-width: 760px;
  }
}

/* 8D report section supporting CTA copy */
.eightd-report-start {
  margin: 22px 0 18px;
  padding: 18px 20px;
  border-left: 4px solid #00C853;
  border-radius: 6px;
  background: #F6FAFE;
}

.eightd-report-start h3 {
  margin-top: 0;
  color: #00327C;
}

.eightd-report-start p {
  margin-bottom: 0;
}

/* Give embedded 8D report form more horizontal room. */
.eightd-report-panel {
  gap: 32px;
}

.eightd-report-signup {
  justify-self: stretch;
}

.eightd-report-signup #signUpTable {
  width: 100%;
}

@media (max-width: 980px) {
  .eightd-report-panel {
    grid-template-columns: 1fr;
  }
}

/* Let the embedded 8D form breathe. */
.eightd-report-panel {
  grid-template-columns: minmax(0, 0.82fr) minmax(520px, 1.18fr);
  align-items: start;
  gap: 40px;
}

.eightd-report-signup .signupForm {
  box-sizing: border-box;
  max-width: none;
  width: 100%;
}

.eightd-report-signup #signUpTable th {
  width: 32%;
  white-space: nowrap;
}

.eightd-report-signup #signUpTable td {
  width: 68%;
}

@media (max-width: 1180px) {
  .eightd-report-panel {
    grid-template-columns: 1fr;
  }
  
  .eightd-report-signup .signupForm {
    max-width: 820px;
  }
}

@media (max-width: 640px) {
  .eightd-report-signup #signUpTable th,
  .eightd-report-signup #signUpTable td {
    display: block;
    width: 100%;
    white-space: normal;
  }
}

/* Final mobile override for the home hero: prevent later tablet rules from re-splitting the grid. */
@media (max-width: 860px) {
  .home-hero-v2 {
    grid-template-columns: 1fr;
    gap: 18px;
    overflow-x: hidden;
  }
  
  .home-hero-copy,
  .home-hero-media {
    grid-column: 1;
    grid-row: auto;
    width: 100%;
    max-width: 100%;
  }
  
  .home-hero-media {
    align-items: flex-start;
    padding-top: 0;
  }
  
  .home-hero-media img {
    width: min(100%, 560px);
  }
}

@media (max-width: 560px) {
  .home-hero-v2 {
    padding-top: 22px;
  }
  
  .home-hero-v2 h1 {
    font-size: 2.05rem;
    line-height: 1.12;
  }
  
  .home-hero-lead {
    font-size: 1.05rem;
    line-height: 1.5;
  }
}

/* Corrective Action Software page polish */
body.corrective-action-template #content {
  background-color: #FFFFFF;
  background-position: top left;
}

.corrective-hero,
.corrective-workflow-strip,
.corrective-two-column,
.corrective-capability-grid,
.corrective-standard-panel,
.corrective-report-panel,
.corrective-cta-section,
.corrective-faq-grid {
  display: grid;
  gap: 20px;
}

.corrective-hero::before,
.corrective-hero::after,
.corrective-workflow-strip::before,
.corrective-workflow-strip::after,
.corrective-two-column::before,
.corrective-two-column::after,
.corrective-capability-grid::before,
.corrective-capability-grid::after,
.corrective-standard-panel::before,
.corrective-standard-panel::after,
.corrective-report-panel::before,
.corrective-report-panel::after,
.corrective-cta-section::before,
.corrective-cta-section::after,
.corrective-faq-grid::before,
.corrective-faq-grid::after {
  content: none;
  display: none;
}

.corrective-hero {
  grid-template-columns: minmax(0, 0.95fr) minmax(430px, 1.05fr);
  align-items: start;
  gap: 38px;
  padding-top: 30px;
  padding-bottom: 28px;
}

.corrective-eyebrow {
  display: block;
  margin: 0 0 12px;
  color: #0051A3;
  font-size: 0.95rem;
  font-weight: 800;
  text-transform: uppercase;
}

.corrective-hero h1 {
  max-width: 790px;
  margin: 0 0 16px;
  padding-top: 0;
  color: #00327C;
  background: transparent;
  font-size: clamp(2.2rem, 3.7vw, 4rem);
  line-height: 1.06;
  text-align: left;
}

.corrective-hero-lead {
  max-width: 740px;
  color: #21364D;
  font-size: 1.2rem;
  line-height: 1.64;
}

.corrective-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.corrective-primary-action,
.corrective-secondary-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 11px 18px;
  border-radius: 4px;
  font-weight: 800;
  text-decoration: none !important;
}

.corrective-primary-action {
  color: #FFFFFF !important;
  background: #00C853;
  border: 1px solid #00C853;
}

.corrective-primary-action:hover,
.corrective-primary-action:focus {
  color: #FFFFFF !important;
  background: #2A94E5;
  border-color: #2A94E5;
}

.corrective-secondary-action {
  color: #0051A3 !important;
  background: #FFFFFF;
  border: 1px solid rgba(0, 81, 163, 0.32);
}

.corrective-secondary-action:hover,
.corrective-secondary-action:focus {
  color: #00327C !important;
  background: #F1F7FD;
  border-color: rgba(0, 81, 163, 0.55);
}

.corrective-proof-points {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  max-width: 760px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.corrective-proof-points li {
  min-height: 98px;
  padding: 16px;
  border-left: 4px solid #0051A3;
  border-radius: 6px;
  background: #F6FAFE;
}

.corrective-proof-points strong,
.corrective-proof-points span {
  display: block;
}

.corrective-proof-points strong {
  color: #00327C;
  font-size: 1rem;
  font-weight: 900;
  line-height: 1.2;
}

.corrective-proof-points span {
  margin-top: 6px;
  color: #34495E;
  font-size: 0.95rem;
  line-height: 1.4;
}

.corrective-hero-media {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 38px;
}

.corrective-hero-media .carousel,
.adaptive-carousel {
  width: min(100%, 720px);
  max-width: 720px;
  margin-left: 0;
  margin-right: auto;
}

.adaptive-carousel .carousel-inner {
  aspect-ratio: 2 / 1;
  border: 1px solid #D8E5F4;
  border-radius: 8px;
  background: #F6FAFE;
  overflow: hidden;
}

.adaptive-carousel .carousel-item,
.adaptive-carousel .carousel-item img {
  width: 100%;
  height: 100%;
}

.adaptive-carousel .carousel-item img {
  object-fit: contain;
  background: #FFFFFF;
}

.corrective-workflow-strip,
.corrective-capability-grid,
.corrective-faq-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.corrective-two-column,
.corrective-standard-panel,
.corrective-report-panel {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.corrective-standard-list {
  display: grid;
  gap: 12px;
}

.corrective-workflow-strip {
  padding-top: 14px;
  padding-bottom: 26px;
}

.corrective-intro-section,
.corrective-capability-section,
.corrective-standard-panel,
.corrective-report-panel,
.corrective-cta-section,
.corrective-faq-section,
.corrective-link-section {
  padding-top: 30px;
  padding-bottom: 30px;
}

.corrective-workflow-strip article,
.corrective-two-column article,
.corrective-capability-grid article,
.corrective-standard-list article,
.corrective-faq-grid article {
  min-height: 100%;
  padding: 22px;
  border: 1px solid #D8E5F4;
  border-radius: 8px;
  background: #FFFFFF;
  box-shadow: 0 10px 24px rgba(15, 45, 77, 0.07);
}

.corrective-section-heading {
  max-width: 900px;
  margin-bottom: 22px;
}

.corrective-workflow-strip h2,
.corrective-two-column h3,
.corrective-capability-grid h3,
.corrective-standard-panel h2,
.corrective-standard-list h3,
.corrective-report-panel h2,
.corrective-cta-section h2,
.corrective-faq-section h2,
.corrective-faq-grid h3 {
  margin-top: 0;
  color: #00327C;
}

.corrective-section-heading p,
.corrective-workflow-strip p,
.corrective-two-column p,
.corrective-capability-grid p,
.corrective-standard-panel p,
.corrective-report-panel p,
.corrective-cta-section p,
.corrective-faq-grid p {
  color: #34495E;
  line-height: 1.62;
}

.corrective-standard-panel,
.corrective-report-panel,
.corrective-cta-section {
  align-items: center;
  padding: 26px;
  border: 1px solid #D8E5F4;
  border-radius: 8px;
  background: #F6FAFE;
}

.corrective-report-panel figure {
  margin: 0;
}

.corrective-report-panel img {
  width: 100%;
  max-width: 520px;
  height: auto;
}

.corrective-report-panel ul {
  padding-left: 20px;
  list-style: disc;
}

.corrective-cta-section {
  grid-template-columns: minmax(0, 1fr) auto;
}

.corrective-link-section {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 22px;
}

.corrective-link-section .highlightedLink {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
}

@media (max-width: 1100px) {
  .corrective-capability-grid,
  .corrective-faq-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .corrective-hero,
  .corrective-workflow-strip,
  .corrective-two-column,
  .corrective-standard-panel,
  .corrective-report-panel,
  .corrective-cta-section {
    grid-template-columns: 1fr;
  }
  
  .corrective-hero-media {
    padding-top: 0;
  }
  
  .corrective-cta-section .corrective-primary-action {
    width: 100%;
  }
}

@media (max-width: 640px) {
  .corrective-proof-points,
  .corrective-capability-grid,
  .corrective-faq-grid,
  .corrective-hero-actions,
  .corrective-primary-action,
  .corrective-secondary-action {
    grid-template-columns: 1fr;
    width: 100%;
  }
  
  .corrective-hero h1 {
    font-size: 2.15rem;
  }
}

/* Shared carousel alignment and fill behavior */
.bannerImage {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-start;
  float: right;
  width: min(100%, 760px);
  max-width: 100%;
  margin-left: auto;
}

.bannerImage .carousel,
.bannerImage .adaptive-carousel,
.imagebox3 .carousel,
.imagebox3 .adaptive-carousel {
  margin-left: auto;
  margin-right: 0;
}

.adaptive-carousel .carousel-inner,
.bannerImage .carousel-inner,
.imagebox3 .carousel-inner {
  aspect-ratio: 2 / 1;
  min-height: clamp(240px, 28vw, 430px);
  background: #FFFFFF;
}

.adaptive-carousel .carousel-item,
.adaptive-carousel .carousel-item.active,
.bannerImage .carousel-item,
.bannerImage .carousel-item.active,
.imagebox3 .carousel-item,
.imagebox3 .carousel-item.active {
  height: 100%;
}

.adaptive-carousel .carousel-item img,
.bannerImage .carousel-item img,
.imagebox3 .carousel-item img,
.carousel-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

@media (max-width: 900px) {
  .bannerImage {
    float: none;
    align-items: stretch;
    width: 100%;
    margin: 18px 0 0;
  }
  
  .bannerImage .carousel,
  .bannerImage .adaptive-carousel,
  .imagebox3 .carousel,
  .imagebox3 .adaptive-carousel {
    margin-right: auto;
  }
}

/* Carousel page CTA placement */
.imagetext3 .image3linkButtons {
  position: static;
  display: flex;
  margin: 18px 0 0;
  z-index: auto;
}

.imagetext3 .image3linkButtons > a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 11px 18px;
  border: 1px solid #00C853;
  border-radius: 4px;
  background: #00C853;
  color: #FFFFFF !important;
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.2;
  text-decoration: none !important;
}

.imagetext3 .image3linkButtons > a:hover,
.imagetext3 .image3linkButtons > a:focus {
  background: #2A94E5;
  border-color: #2A94E5;
  color: #FFFFFF !important;
}

@media (max-width: 900px) {
  .imagetext3 .image3linkButtons,
  .imagetext3 .image3linkButtons > a {
    width: 100%;
  }
}

/* Shared refresh layout for remaining product pages */
body.product-refresh-template #content {
  background-color: #FFFFFF;
  background-position: top left;
}

.product-refresh-hero,
.product-refresh-strip,
.product-refresh-grid,
.product-refresh-panel,
.product-refresh-cta,
.product-refresh-report {
  display: grid;
  gap: 20px;
}

.product-refresh-hero::before,
.product-refresh-hero::after,
.product-refresh-strip::before,
.product-refresh-strip::after,
.product-refresh-grid::before,
.product-refresh-grid::after,
.product-refresh-panel::before,
.product-refresh-panel::after,
.product-refresh-cta::before,
.product-refresh-cta::after,
.product-refresh-report::before,
.product-refresh-report::after {
  content: none;
  display: none;
}

.product-refresh-hero {
  position: relative;
  grid-template-columns: minmax(0, 1fr);
  align-items: stretch;
  gap: 0;
  min-height: clamp(560px, 54vw, 780px);
  padding-top: 30px;
  padding-bottom: 30px;
  overflow: hidden;
}

.product-refresh-eyebrow {
  display: block;
  margin: 0 0 12px;
  color: #0051A3;
  font-size: 0.95rem;
  font-weight: 800;
  text-transform: uppercase;
}

.product-refresh-hero h1 {
  max-width: 820px;
  margin: 0 0 16px;
  padding-top: 0;
  color: #00327C;
  background: transparent;
  font-size: clamp(2.15rem, 3.5vw, 3.85rem);
  line-height: 1.08;
  text-align: left;
}

.product-refresh-copy {
  position: relative;
  z-index: 2;
  align-self: start;
  min-width: 0;
  width: min(100%, 820px);
  max-width: 100%;
  margin-top: clamp(18px, 4vw, 72px);
  padding: clamp(18px, 2.4vw, 34px);
  border: 1px solid rgba(216, 229, 244, 0.82);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.90);
  backdrop-filter: blur(2px);
  box-shadow: 0 18px 42px rgba(15, 45, 77, 0.10);
}

.product-refresh-lead {
  max-width: 760px;
  color: #21364D;
  font-size: 1.18rem;
  line-height: 1.62;
}

.product-refresh-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.product-refresh-primary,
.product-refresh-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 11px 18px;
  border-radius: 4px;
  font-weight: 800;
  text-decoration: none !important;
}

.product-refresh-primary {
  color: #FFFFFF !important;
  background: #00C853;
  border: 1px solid #00C853;
}

.product-refresh-primary:hover,
.product-refresh-primary:focus {
  color: #FFFFFF !important;
  background: #2A94E5;
  border-color: #2A94E5;
}

.product-refresh-secondary {
  color: #0051A3 !important;
  background: #FFFFFF;
  border: 1px solid rgba(0, 81, 163, 0.32);
}

.product-refresh-secondary:hover,
.product-refresh-secondary:focus {
  color: #00327C !important;
  background: #F1F7FD;
  border-color: rgba(0, 81, 163, 0.55);
}

.product-refresh-proof {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  max-width: 780px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.product-refresh-proof li {
  min-height: 98px;
  padding: 16px;
  border-left: 4px solid #0051A3;
  border-radius: 6px;
  background: #F6FAFE;
}

.product-refresh-proof .proof-label,
.product-refresh-proof span {
  display: block;
}

.product-refresh-proof .proof-label {
  color: #00327C;
  font-size: 1rem;
  font-weight: 900;
  line-height: 1.2;
}

.product-refresh-proof span {
  margin-top: 6px;
  color: #34495E;
  font-size: 0.95rem;
  line-height: 1.4;
}

.product-refresh-media {
  position: absolute;
  inset: 0;
  z-index: 1;
  min-width: 0;
  max-width: 100%;
  display: block;
  padding-top: 0;
}

.product-refresh-media::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.88) 0%, rgba(255, 255, 255, 0.70) 38%, rgba(255, 255, 255, 0.18) 78%, rgba(255, 255, 255, 0.08) 100%);
}

.product-refresh-media .adaptive-carousel {
  width: 100%;
  max-width: none;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
}

.product-refresh-strip,
.product-refresh-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.product-refresh-section,
.product-refresh-panel,
.product-refresh-cta,
.product-refresh-faq,
.product-refresh-report {
  padding-top: 30px;
  padding-bottom: 30px;
}

.product-refresh-heading {
  max-width: 920px;
  margin-bottom: 22px;
}

.product-refresh-strip article,
.product-refresh-grid article {
  min-height: 100%;
  padding: 22px;
  border: 1px solid #D8E5F4;
  border-radius: 8px;
  background: #FFFFFF;
  box-shadow: 0 10px 24px rgba(15, 45, 77, 0.07);
}

.product-refresh-strip h2,
.product-refresh-grid h3,
.product-refresh-panel h2,
.product-refresh-report h2,
.product-refresh-cta h2,
.product-refresh-faq h2,
.product-refresh-heading h2 {
  margin-top: 0;
  color: #00327C;
}

.product-refresh-strip p,
.product-refresh-grid p,
.product-refresh-panel p,
.product-refresh-report p,
.product-refresh-cta p,
.product-refresh-heading p {
  color: #34495E;
  line-height: 1.62;
}

.product-refresh-panel,
.product-refresh-report,
.product-refresh-cta {
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.85fr);
  align-items: center;
  padding: 26px;
  border: 1px solid #D8E5F4;
  border-radius: 8px;
  background: #F6FAFE;
}

.product-refresh-panel ul,
.product-refresh-report ul {
  margin: 0;
  padding-left: 20px;
  color: #34495E;
  line-height: 1.7;
  list-style: disc;
}

.product-refresh-report figure {
  margin: 0;
}

.product-refresh-report img {
  width: 100%;
  max-width: 520px;
  height: auto;
}

.product-refresh-cta {
  grid-template-columns: minmax(0, 1fr) auto;
}

@media (max-width: 1100px) {
  .product-refresh-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .product-refresh-hero,
  .product-refresh-strip,
  .product-refresh-panel,
  .product-refresh-report,
  .product-refresh-cta {
    grid-template-columns: 1fr;
  }
  
  .product-refresh-hero {
    min-height: 0;
  }
  
  .product-refresh-copy {
    margin-top: 0;
    width: 100%;
  }
  
  .product-refresh-media {
    position: relative;
    inset: auto;
    order: -1;
    min-height: clamp(280px, 58vw, 420px);
    margin-bottom: 18px;
  }
  
  .product-refresh-media::after {
    background: rgba(255, 255, 255, 0.12);
  }
  
  .product-refresh-media .adaptive-carousel {
    height: 100%;
    margin-right: auto;
  }
  
  .product-refresh-cta .product-refresh-primary {
    width: 100%;
  }
}

@media (max-width: 640px) {
  .product-refresh-proof,
  .product-refresh-grid,
  .product-refresh-actions,
  .product-refresh-primary,
  .product-refresh-secondary {
    grid-template-columns: 1fr;
    width: 100%;
  }
  
  .product-refresh-hero h1 {
    font-size: 2.05rem;
  }
}

/* Keep tick markers only; suppress native bullets where custom ticks are used */
#content ul,
#content ul li,
.standardLayout ul,
.standardLayout ul li,
.product-refresh-panel ul,
.product-refresh-panel li,
.product-refresh-report ul,
.product-refresh-report li,
.corrective-report-panel ul,
.corrective-report-panel li {
  list-style: none;
  list-style-type: none;
}

#content ul li::marker,
.standardLayout ul li::marker,
.product-refresh-panel li::marker,
.product-refresh-report li::marker,
.corrective-report-panel li::marker {
  content: "";
}

.product-refresh-panel ul,
.product-refresh-report ul,
.corrective-report-panel ul {
  padding-left: 0;
}

/* Prevent product hero proof cards being squeezed by the carousel column */
@media (max-width: 1240px) and (min-width: 981px) {
  .product-refresh-hero {
    grid-template-columns: minmax(0, 1fr) minmax(360px, 0.82fr);
    gap: 18px;
  }
  
  .product-refresh-proof {
    grid-template-columns: 1fr;
    max-width: 620px;
  }
  
  .product-refresh-proof li {
    min-height: auto;
  }
}

@media (max-width: 980px) {
  .product-refresh-hero {
    grid-template-columns: 1fr;
  }
  
  .product-refresh-media .adaptive-carousel {
    margin-left: 0;
    margin-right: auto;
  }
  
  .product-refresh-proof {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    max-width: 100%;
  }
}

@media (max-width: 760px) {
  .product-refresh-proof {
    grid-template-columns: 1fr;
  }
}

/* Plain white carousel media surface */
.adaptive-carousel,
.bannerImage .carousel,
.imagebox3 .carousel,
.product-refresh-media .adaptive-carousel,
.corrective-hero-media .adaptive-carousel {
  background: #FFFFFF !important;
  box-shadow: none !important;
  filter: none !important;
}

.adaptive-carousel::before,
.adaptive-carousel::after,
.bannerImage .carousel::before,
.bannerImage .carousel::after,
.imagebox3 .carousel::before,
.imagebox3 .carousel::after {
  content: none !important;
  display: none !important;
}

.adaptive-carousel .carousel-inner,
.bannerImage .carousel-inner,
.imagebox3 .carousel-inner,
.product-refresh-media .carousel-inner,
.corrective-hero-media .carousel-inner {
  background: #FFFFFF !important;
  border-color: transparent !important;
  box-shadow: none !important;
  filter: none !important;
}

.product-refresh-media .carousel-inner {
  height: 100% !important;
  min-height: 100% !important;
}

.adaptive-carousel .carousel-item,
.bannerImage .carousel-item,
.imagebox3 .carousel-item,
.adaptive-carousel .carousel-item img,
.bannerImage .carousel-item img,
.imagebox3 .carousel-item img,
.product-refresh-media .carousel-item img,
.corrective-hero-media .carousel-item img {
  background: #FFFFFF !important;
  box-shadow: none !important;
  filter: none !important;
}

.adaptive-carousel .carousel-item img,
.product-refresh-media .carousel-item img,
.corrective-hero-media .carousel-item img {
  object-fit: contain !important;
  object-position: center !important;
}

/* Wide hero carousel treatment for core product pages */
.capa-hero-v2,
.eightd-hero,
.corrective-hero {
  position: relative;
  grid-template-columns: minmax(0, 1fr);
  align-items: stretch;
  gap: 0;
  min-height: clamp(560px, 54vw, 780px);
  padding-top: 30px;
  padding-bottom: 30px;
  overflow: hidden;
}

.capa-hero-copy,
.eightd-hero-copy,
.corrective-hero-copy {
  position: relative;
  z-index: 2;
  align-self: start;
  width: min(100%, 820px);
  margin-top: clamp(18px, 4vw, 72px);
  padding: clamp(18px, 2.4vw, 34px);
  border: 1px solid rgba(216, 229, 244, 0.82);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.90);
  backdrop-filter: blur(2px);
  box-shadow: 0 18px 42px rgba(15, 45, 77, 0.10);
}

.capa-hero-media,
.eightd-hero-media,
.corrective-hero-media {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: block;
  padding-top: 0;
  margin: 0;
}

.capa-hero-media::after,
.eightd-hero-media::after,
.corrective-hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.88) 0%, rgba(255, 255, 255, 0.70) 38%, rgba(255, 255, 255, 0.18) 78%, rgba(255, 255, 255, 0.08) 100%);
}

.capa-hero-media .adaptive-carousel,
.eightd-hero-media .adaptive-carousel,
.corrective-hero-media .adaptive-carousel {
  width: 100%;
  max-width: none;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
}

.capa-hero-media .carousel-inner,
.eightd-hero-media .carousel-inner,
.corrective-hero-media .carousel-inner {
  height: 100% !important;
  min-height: 100% !important;
}

.capa-hero-media .carousel-item img,
.eightd-hero-media .carousel-item img,
.corrective-hero-media .carousel-item img {
  object-fit: contain !important;
  object-position: center !important;
}

@media (max-width: 900px) {
  .capa-hero-v2,
  .eightd-hero,
  .corrective-hero {
    min-height: 0;
  }
  
  .capa-hero-copy,
  .eightd-hero-copy,
  .corrective-hero-copy {
    width: 100%;
    margin-top: 0;
  }
  
  .capa-hero-media,
  .eightd-hero-media,
  .corrective-hero-media {
    position: relative;
    inset: auto;
    order: -1;
    min-height: clamp(280px, 58vw, 420px);
    margin-bottom: 18px;
  }
  
  .capa-hero-media::after,
  .eightd-hero-media::after,
  .corrective-hero-media::after {
    background: rgba(255, 255, 255, 0.12);
  }
  
  .capa-hero-media .adaptive-carousel,
  .eightd-hero-media .adaptive-carousel,
  .corrective-hero-media .adaptive-carousel {
    height: 100%;
  }
}

.eightd-proof-points {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  max-width: 780px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.eightd-proof-points li {
  min-height: 98px;
  padding: 16px;
  border-left: 4px solid #0051A3;
  border-radius: 6px;
  background: #F6FAFE;
}

.eightd-proof-points strong,
.eightd-proof-points span {
  display: block;
}

.eightd-proof-points strong {
  color: #00327C;
  font-size: 1rem;
  font-weight: 900;
  line-height: 1.2;
}

.eightd-proof-points span {
  margin-top: 6px;
  color: #34495E;
  font-size: 0.95rem;
  line-height: 1.4;
}

@media (max-width: 640px) {
  .eightd-proof-points {
    grid-template-columns: 1fr;
    width: 100%;
  }
}

/* Industry page differentiation */
body.industry-template {
  --industry-accent: #0051A3;
  --industry-accent-dark: #00327C;
  --industry-soft: #F6FAFE;
}

body.industry-template .product-refresh-eyebrow {
  color: var(--industry-accent);
}

body.industry-template .product-refresh-eyebrow::before {
  content: "";
  display: inline-block;
  width: 28px;
  height: 4px;
  margin-right: 10px;
  border-radius: 999px;
  background: var(--industry-accent);
  vertical-align: middle;
}

body.industry-template .product-refresh-proof li,
body.industry-template .product-refresh-strip article,
body.industry-template .product-refresh-grid article {
  border-left-color: var(--industry-accent);
}

body.industry-template .product-refresh-proof li {
  background: var(--industry-soft);
}

body.industry-template .product-refresh-primary {
  background: var(--industry-accent);
  border-color: var(--industry-accent);
}

body.industry-template .product-refresh-primary:hover,
body.industry-template .product-refresh-primary:focus {
  background: var(--industry-accent-dark);
  border-color: var(--industry-accent-dark);
}

body.industry-template .product-refresh-panel {
  border-top: 4px solid var(--industry-accent);
}

body.medical-industry-template {
  --industry-accent: #007C89;
  --industry-accent-dark: #005F68;
  --industry-soft: #F0FBFC;
}

body.medical-industry-template .product-refresh-media::after {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.90) 0%, rgba(240, 251, 252, 0.76) 42%, rgba(255, 255, 255, 0.20) 78%, rgba(255, 255, 255, 0.08) 100%);
}

body.medical-industry-template .product-refresh-grid article {
  border-top: 3px solid rgba(0, 124, 137, 0.45);
}

body.medical-industry-template .medical-hero-support {
  max-width: 760px;
  margin: 10px 0 0;
  color: #006775;
  font-weight: 800;
  line-height: 1.5;
}

body.medical-industry-template .medical-quality-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}

@media (max-width: 900px) {
  body.medical-industry-template .medical-quality-grid {
    grid-template-columns: 1fr !important;
  }
}

body.pharmaceutical-template {
  --industry-accent: #4B7F2C;
  --industry-accent-dark: #365F20;
  --industry-soft: #F3FAEF;
}

body.pharmaceutical-template .product-refresh-copy {
  margin-left: auto;
}

body.pharmaceutical-template .pharma-hero-support {
  max-width: 760px;
  margin: 10px 0 0;
  color: #365F20;
  font-weight: 800;
  line-height: 1.5;
}

body.pharmaceutical-template .pharma-quality-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}

@media (max-width: 900px) {
  body.pharmaceutical-template .pharma-quality-grid {
    grid-template-columns: 1fr !important;
  }
}

body.pharmaceutical-template .product-refresh-media::after {
  background: linear-gradient(270deg, rgba(255, 255, 255, 0.90) 0%, rgba(243, 250, 239, 0.74) 42%, rgba(255, 255, 255, 0.20) 78%, rgba(255, 255, 255, 0.08) 100%);
}

body.pharmaceutical-template .product-refresh-strip article {
  border-top: 3px solid rgba(75, 127, 44, 0.48);
}

body.aerospace-template {
  --industry-accent: #344FA1;
  --industry-accent-dark: #263A78;
  --industry-soft: #F3F5FF;
}

body.aerospace-template .product-refresh-copy {
  width: min(100%, 780px);
}

body.aerospace-template .product-refresh-media::after {
  background: linear-gradient(115deg, rgba(255, 255, 255, 0.92) 0%, rgba(243, 245, 255, 0.75) 44%, rgba(255, 255, 255, 0.18) 76%, rgba(255, 255, 255, 0.06) 100%);
}

body.aerospace-template .product-refresh-proof li {
  border-left-width: 0;
  border-top: 4px solid var(--industry-accent);
}

body.automotive-template {
  --industry-accent: #C94C2D;
  --industry-accent-dark: #98381F;
  --industry-soft: #FFF5F2;
}

body.automotive-template .product-refresh-copy {
  margin-left: auto;
  margin-top: clamp(34px, 5vw, 94px);
}

body.automotive-template .product-refresh-media::after {
  background: linear-gradient(270deg, rgba(255, 255, 255, 0.90) 0%, rgba(255, 245, 242, 0.76) 44%, rgba(255, 255, 255, 0.18) 78%, rgba(255, 255, 255, 0.07) 100%);
}

body.automotive-template .product-refresh-grid article {
  border-left-width: 0;
  border-top: 4px solid var(--industry-accent);
}

@media (max-width: 900px) {
  body.pharmaceutical-template .product-refresh-copy,
  body.automotive-template .product-refresh-copy {
    margin-left: 0;
  }
  
  body.automotive-template .product-refresh-copy {
    margin-top: 0;
  }
  
  body.medical-industry-template .product-refresh-media::after,
  body.pharmaceutical-template .product-refresh-media::after,
  body.aerospace-template .product-refresh-media::after,
  body.automotive-template .product-refresh-media::after {
    background: rgba(255, 255, 255, 0.12);
  }
}

/* CAPA software page differentiation */
body.capa-software-template,
body.eightd-template,
body.corrective-action-template,
body.product-refresh-template:not(.industry-template) {
  --product-accent: #0051A3;
  --product-accent-dark: #00327C;
  --product-soft: #F6FAFE;
}

body.capa-software-template .capa-eyebrow,
body.eightd-template .eightd-eyebrow,
body.corrective-action-template .corrective-eyebrow,
body.product-refresh-template:not(.industry-template) .product-refresh-eyebrow {
  color: var(--product-accent);
}

body.capa-software-template .capa-eyebrow::before,
body.eightd-template .eightd-eyebrow::before,
body.corrective-action-template .corrective-eyebrow::before,
body.product-refresh-template:not(.industry-template) .product-refresh-eyebrow::before {
  content: "";
  display: inline-block;
  width: 28px;
  height: 4px;
  margin-right: 10px;
  border-radius: 999px;
  background: var(--product-accent);
  vertical-align: middle;
}

body.capa-software-template .capa-primary-action,
body.eightd-template .eightd-primary-action,
body.corrective-action-template .corrective-primary-action,
body.product-refresh-template:not(.industry-template) .product-refresh-primary {
  background: var(--product-accent);
  border-color: var(--product-accent);
}

body.capa-software-template .capa-primary-action:hover,
body.capa-software-template .capa-primary-action:focus,
body.eightd-template .eightd-primary-action:hover,
body.eightd-template .eightd-primary-action:focus,
body.corrective-action-template .corrective-primary-action:hover,
body.corrective-action-template .corrective-primary-action:focus,
body.product-refresh-template:not(.industry-template) .product-refresh-primary:hover,
body.product-refresh-template:not(.industry-template) .product-refresh-primary:focus {
  background: var(--product-accent-dark);
  border-color: var(--product-accent-dark);
}

body.capa-software-template .capa-proof-points li,
body.eightd-template .eightd-proof-points li,
body.corrective-action-template .corrective-proof-points li,
body.product-refresh-template:not(.industry-template) .product-refresh-proof li {
  border-left-color: var(--product-accent);
  background: var(--product-soft);
}

body.product-refresh-template:not(.industry-template) .product-refresh-panel,
body.product-refresh-template:not(.industry-template) .product-refresh-report {
  border-top: 4px solid var(--product-accent);
}

body.capa-software-template {
  --product-accent: #0051A3;
  --product-accent-dark: #00327C;
  --product-soft: #F1F7FD;
}

body.capa-software-template .capa-hero-media::after {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.90) 0%, rgba(241, 247, 253, 0.74) 40%, rgba(255, 255, 255, 0.18) 78%, rgba(255, 255, 255, 0.08) 100%);
}

body.capa-software-template .capa-proof-points li {
  border-left-width: 0;
  border-top: 4px solid var(--product-accent);
}

body.eightd-template {
  --product-accent: #6B4EBD;
  --product-accent-dark: #4B358A;
  --product-soft: #F6F2FF;
}

body.eightd-template .eightd-hero-copy {
  width: min(100%, 790px);
}

body.eightd-template .eightd-hero-media::after {
  background: linear-gradient(115deg, rgba(255, 255, 255, 0.91) 0%, rgba(246, 242, 255, 0.76) 43%, rgba(255, 255, 255, 0.18) 78%, rgba(255, 255, 255, 0.08) 100%);
}

body.eightd-template .eightd-proof-points li,
body.eightd-template .eightd-step-strip article {
  border-left-width: 0;
  border-top: 4px solid var(--product-accent);
}

body.corrective-action-template {
  --product-accent: #0B7A75;
  --product-accent-dark: #075B58;
  --product-soft: #F0FAF8;
}

body.corrective-action-template .corrective-hero-copy {
  margin-left: auto;
}

body.corrective-action-template .corrective-hero-media::after {
  background: linear-gradient(270deg, rgba(255, 255, 255, 0.90) 0%, rgba(240, 250, 248, 0.75) 42%, rgba(255, 255, 255, 0.18) 78%, rgba(255, 255, 255, 0.08) 100%);
}

body.corrective-action-template .corrective-workflow-strip article {
  border-top: 3px solid rgba(11, 122, 117, 0.45);
}

body.fracAS-template {
  --product-accent: #B64536;
  --product-accent-dark: #843126;
  --product-soft: #FFF4F2;
}

body.fracAS-template .product-refresh-copy {
  width: min(100%, 850px);
}

body.fracAS-template .product-refresh-media::after {
  background: linear-gradient(108deg, rgba(255, 255, 255, 0.91) 0%, rgba(255, 244, 242, 0.74) 42%, rgba(255, 255, 255, 0.18) 78%, rgba(255, 255, 255, 0.08) 100%);
}

body.fracAS-template .product-refresh-strip article {
  border-left-width: 0;
  border-top: 4px solid var(--product-accent);
}

body.audit-action-template {
  --product-accent: #7A5A00;
  --product-accent-dark: #594100;
  --product-soft: #FFF9E8;
}

body.audit-action-template .product-refresh-copy {
  margin-left: auto;
}

body.audit-action-template .product-refresh-media::after {
  background: linear-gradient(270deg, rgba(255, 255, 255, 0.90) 0%, rgba(255, 249, 232, 0.76) 42%, rgba(255, 255, 255, 0.18) 78%, rgba(255, 255, 255, 0.08) 100%);
}

body.audit-action-template .product-refresh-grid article {
  border-left-width: 0;
  border-top: 4px solid var(--product-accent);
}

body.environmental-template {
  --product-accent: #2F7D32;
  --product-accent-dark: #215B23;
  --product-soft: #F1FAF0;
}

body.environmental-template .product-refresh-media::after {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.91) 0%, rgba(241, 250, 240, 0.76) 42%, rgba(255, 255, 255, 0.18) 78%, rgba(255, 255, 255, 0.08) 100%);
}

body.environmental-template .product-refresh-proof li {
  border-left-width: 0;
  border-top: 4px solid var(--product-accent);
}

body.hse-template {
  --product-accent: #D35400;
  --product-accent-dark: #9A3D00;
  --product-soft: #FFF6EE;
}

body.hse-template .product-refresh-copy {
  margin-left: auto;
  margin-top: clamp(34px, 5vw, 94px);
}

body.hse-template .product-refresh-media::after {
  background: linear-gradient(270deg, rgba(255, 255, 255, 0.90) 0%, rgba(255, 246, 238, 0.76) 44%, rgba(255, 255, 255, 0.18) 78%, rgba(255, 255, 255, 0.08) 100%);
}

body.hse-template .product-refresh-strip article {
  border-top: 3px solid rgba(211, 84, 0, 0.45);
}

body.pir-template {
  --product-accent: #006C9A;
  --product-accent-dark: #004F70;
  --product-soft: #EEF9FC;
}

body.pir-template .product-refresh-copy {
  width: min(100%, 790px);
}

body.pir-template .product-refresh-media::after {
  background: linear-gradient(100deg, rgba(255, 255, 255, 0.91) 0%, rgba(238, 249, 252, 0.76) 42%, rgba(255, 255, 255, 0.18) 78%, rgba(255, 255, 255, 0.08) 100%);
}

body.pir-template .product-refresh-grid article {
  border-left-width: 0;
  border-top: 4px solid var(--product-accent);
}

body.enterprise-capa-template {
  --product-accent: #4A5568;
  --product-accent-dark: #2D3748;
  --product-soft: #F5F7FA;
}

body.enterprise-capa-template .product-refresh-copy {
  margin-left: auto;
  width: min(100%, 800px);
}

body.enterprise-capa-template .product-refresh-media::after {
  background: linear-gradient(270deg, rgba(255, 255, 255, 0.91) 0%, rgba(245, 247, 250, 0.78) 44%, rgba(255, 255, 255, 0.20) 78%, rgba(255, 255, 255, 0.08) 100%);
}

body.enterprise-capa-template .product-refresh-panel {
  border-top-width: 0;
  border-left: 4px solid var(--product-accent);
}

@media (max-width: 900px) {
  body.corrective-action-template .corrective-hero-copy,
  body.audit-action-template .product-refresh-copy,
  body.hse-template .product-refresh-copy,
  body.enterprise-capa-template .product-refresh-copy {
    margin-left: 0;
  }
  
  body.hse-template .product-refresh-copy {
    margin-top: 0;
  }
  
  body.capa-software-template .capa-hero-media::after,
  body.eightd-template .eightd-hero-media::after,
  body.corrective-action-template .corrective-hero-media::after,
  body.fracAS-template .product-refresh-media::after,
  body.audit-action-template .product-refresh-media::after,
  body.environmental-template .product-refresh-media::after,
  body.hse-template .product-refresh-media::after,
  body.pir-template .product-refresh-media::after,
  body.enterprise-capa-template .product-refresh-media::after {
    background: rgba(255, 255, 255, 0.12);
  }
}

/* Special home hero treatment */
body.home-template .home-hero-v2 {
  position: relative;
  grid-template-columns: minmax(0, 1fr);
  align-items: stretch;
  gap: 0;
  min-height: clamp(620px, 58vw, 840px);
  padding-top: 34px;
  padding-bottom: 34px;
  overflow: hidden;
}

body.home-template .home-hero-copy {
  position: relative;
  z-index: 2;
  grid-column: 1;
  grid-row: 1;
  align-self: start;
  width: min(100%, 900px);
  margin-top: clamp(24px, 4.5vw, 82px);
  padding: clamp(20px, 2.8vw, 38px);
  border: 1px solid rgba(216, 229, 244, 0.82);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.91);
  backdrop-filter: blur(2px);
  box-shadow: 0 20px 48px rgba(15, 45, 77, 0.12);
}

body.home-template .home-hero-media {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: block;
  padding-top: 0;
}

body.home-template .home-hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.92) 0%, rgba(246, 250, 254, 0.76) 38%, rgba(255, 255, 255, 0.18) 78%, rgba(255, 255, 255, 0.06) 100%), linear-gradient(0deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.18));
}

body.home-template .home-hero-media .adaptive-carousel {
  width: 100%;
  max-width: none;
  height: 100%;
  margin: 0;
}

body.home-template .home-hero-media .carousel-inner {
  height: 100% !important;
  min-height: 100% !important;
}

body.home-template .home-hero-media .carousel-item img {
  object-fit: cover !important;
  object-position: center !important;
}

body.home-template .home-proof-points li {
  border-left-width: 0;
  border-top: 4px solid #0051A3;
}

.home-route-section {
  padding-top: 30px;
  padding-bottom: 30px;
}

.home-route-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.home-route-grid a {
  display: block;
  min-height: 154px;
  padding: 20px;
  border: 1px solid #D8E5F4;
  border-top: 4px solid #0051A3;
  border-radius: 8px;
  color: #21364D !important;
  background: #FFFFFF;
  text-decoration: none !important;
  box-shadow: 0 10px 24px rgba(15, 45, 77, 0.07);
}

.home-route-grid a:nth-child(2) {
  border-top-color: #6B4EBD;
}

.home-route-grid a:nth-child(3) {
  border-top-color: #7A5A00;
}

.home-route-grid a:nth-child(4) {
  border-top-color: #007C89;
}

.home-route-grid strong,
.home-route-grid span {
  display: block;
}

.home-route-grid strong {
  color: #00327C;
  font-size: 1.18rem;
  font-weight: 900;
  line-height: 1.2;
}

.home-route-grid span {
  margin-top: 10px;
  line-height: 1.5;
}

.home-route-grid a:hover,
.home-route-grid a:focus {
  transform: translateY(-2px);
  border-color: rgba(0, 81, 163, 0.45);
  box-shadow: 0 16px 32px rgba(15, 45, 77, 0.11);
}

@media (max-width: 1100px) {
  .home-route-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 860px) {
  body.home-template .home-hero-v2 {
    min-height: 0;
  }
  
  body.home-template .home-hero-copy {
    width: 100%;
    margin-top: 0;
  }
  
  body.home-template .home-hero-media {
    position: relative;
    inset: auto;
    order: -1;
    min-height: clamp(300px, 62vw, 450px);
    margin-bottom: 18px;
  }
  
  body.home-template .home-hero-media::after {
    background: rgba(255, 255, 255, 0.12);
  }
}

@media (max-width: 560px) {
  .home-route-grid {
    grid-template-columns: 1fr;
  }
}

/* Flush home hero carousel to the header and viewport edges */
body.home-template .home-hero-v2.standardLayout.container-fluid {
  left: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  width: 100vw;
}

body.home-template .home-hero-copy {
  margin-left: clamp(18px, 2.5vw, 46px);
}

@media (max-width: 860px) {
  body.home-template .home-hero-v2.standardLayout.container-fluid {
    margin-left: -50vw;
    margin-right: -50vw;
    width: 100vw;
  }
  
  body.home-template .home-hero-copy {
    margin-left: 0;
  }
}

/* Flush all wide carousel hero sections to the header and viewport edges */
body.product-refresh-template .product-refresh-hero.standardLayout.container-fluid,
body.capa-software-template .capa-hero-v2.standardLayout.container-fluid,
body.eightd-template .eightd-hero.standardLayout.container-fluid,
body.corrective-action-template .corrective-hero.standardLayout.container-fluid {
  left: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  width: 100vw;
}

body.product-refresh-template .product-refresh-copy,
body.capa-software-template .capa-hero-copy,
body.eightd-template .eightd-hero-copy,
body.corrective-action-template .corrective-hero-copy {
  margin-left: clamp(18px, 2.5vw, 46px);
}

body.product-refresh-template.pharmaceutical-template .product-refresh-copy,
body.product-refresh-template.automotive-template .product-refresh-copy,
body.product-refresh-template.audit-action-template .product-refresh-copy,
body.product-refresh-template.hse-template .product-refresh-copy,
body.product-refresh-template.enterprise-capa-template .product-refresh-copy,
body.corrective-action-template .corrective-hero-copy {
  margin-left: auto;
  margin-right: clamp(18px, 2.5vw, 46px);
}

@media (max-width: 900px) {
  body.product-refresh-template .product-refresh-hero.standardLayout.container-fluid,
  body.capa-software-template .capa-hero-v2.standardLayout.container-fluid,
  body.eightd-template .eightd-hero.standardLayout.container-fluid,
  body.corrective-action-template .corrective-hero.standardLayout.container-fluid {
    margin-left: -50vw;
    margin-right: -50vw;
    width: 100vw;
  }
  
  body.product-refresh-template .product-refresh-copy,
  body.capa-software-template .capa-hero-copy,
  body.eightd-template .eightd-hero-copy,
  body.corrective-action-template .corrective-hero-copy,
  body.product-refresh-template.pharmaceutical-template .product-refresh-copy,
  body.product-refresh-template.automotive-template .product-refresh-copy,
  body.product-refresh-template.audit-action-template .product-refresh-copy,
  body.product-refresh-template.hse-template .product-refresh-copy,
  body.product-refresh-template.enterprise-capa-template .product-refresh-copy {
    margin-left: 0;
    margin-right: 0;
  }
}

/* Position contained hero carousel images away from the text card */
body.product-refresh-template .product-refresh-media .carousel-item img,
body.capa-software-template .capa-hero-media .carousel-item img,
body.eightd-template .eightd-hero-media .carousel-item img,
body.corrective-action-template .corrective-hero-media .carousel-item img {
  object-position: right center !important;
}

body.product-refresh-template.pharmaceutical-template .product-refresh-media .carousel-item img,
body.product-refresh-template.automotive-template .product-refresh-media .carousel-item img,
body.product-refresh-template.audit-action-template .product-refresh-media .carousel-item img,
body.product-refresh-template.hse-template .product-refresh-media .carousel-item img,
body.product-refresh-template.enterprise-capa-template .product-refresh-media .carousel-item img,
body.corrective-action-template .corrective-hero-media .carousel-item img {
  object-position: left center !important;
}

@media (max-width: 900px) {
  body.product-refresh-template .product-refresh-media .carousel-item img,
  body.capa-software-template .capa-hero-media .carousel-item img,
  body.eightd-template .eightd-hero-media .carousel-item img,
  body.corrective-action-template .corrective-hero-media .carousel-item img {
    object-position: center center !important;
  }
}

/* Illustrative hero images should fill vertically and crop sideways */
body.fracAS-template .product-refresh-media .carousel-item img,
body.audit-action-template .product-refresh-media .carousel-item img,
body.environmental-template .product-refresh-media .carousel-item img,
body.hse-template .product-refresh-media .carousel-item img,
body.medical-industry-template .product-refresh-media .carousel-item img,
body.pharmaceutical-template .product-refresh-media .carousel-item img,
body.aerospace-template .product-refresh-media .carousel-item img,
body.automotive-template .product-refresh-media .carousel-item img {
  object-fit: cover !important;
}

/* Other products cleanup */
.legacy-float-panel {
  float: right;
  height: auto;
  margin: 0 11px 14px 10px;
  max-width: min(20em, 100%);
  width: 20em;
}

@media (max-width: 725px) {
  .legacy-float-panel {
    float: none;
    display: block;
    margin: 0 0 16px;
    width: 100%;
  }
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    view-transition-name: none;
  }
  
  #content {
    view-transition-name: hero-content;
  }
  
  @view-transition {
    navigation: auto;
  }
  
  ::view-transition-group(hero-content) {
    animation-duration: 300ms;
    animation-timing-function: cubic-bezier(0.32, 0.72, 0.18, 1);
  }
  
  ::view-transition-old(hero-content), ::view-transition-new(hero-content) {
    opacity: 1;
    mix-blend-mode: normal;
  }
  
  html[data-hero-direction="next"]::view-transition-old(hero-content) {
    animation-name: heroPushOldNext;
  }
  
  html[data-hero-direction="next"]::view-transition-new(hero-content) {
    animation-name: heroPushNewNext;
  }
  
  html[data-hero-direction="previous"]::view-transition-old(hero-content) {
    animation-name: heroPushOldPrevious;
  }
  
  html[data-hero-direction="previous"]::view-transition-new(hero-content) {
    animation-name: heroPushNewPrevious;
  }
  
  @keyframes heroPushOldNext {
    from {
      transform: translateX(0);
    }
    
    to {
      transform: translateX(-100%);
    }
  }
  
  @keyframes heroPushNewNext {
    from {
      transform: translateX(100%);
    }
    
    to {
      transform: translateX(0);
    }
  }
  
  @keyframes heroPushOldPrevious {
    from {
      transform: translateX(0);
    }
    
    to {
      transform: translateX(100%);
    }
  }
  
  @keyframes heroPushNewPrevious {
    from {
      transform: translateX(-100%);
    }
    
    to {
      transform: translateX(0);
    }
  }
}

body.other-industries-template {
  background: #F7FBFA;
}

body.other-industries-template .product-refresh-copy {
  background: rgba(255, 255, 255, 0.94);
  border-color: rgba(191, 220, 215, 0.82);
  backdrop-filter: blur(2px);
  box-shadow: 0 18px 42px rgba(15, 45, 77, 0.09);
}

body.other-industries-template .product-refresh-eyebrow {
  border-color: rgba(0, 122, 111, 0.32);
  color: #005C58;
}

body.other-industries-template .product-refresh-eyebrow::before {
  background: #00A389;
}

body.other-industries-template .product-refresh-primary {
  background: #008D7F;
  border-color: #008D7F;
}

body.other-industries-template .product-refresh-primary:hover,
body.other-industries-template .product-refresh-primary:focus {
  background: #006F67;
  border-color: #006F67;
}

body.other-industries-template .product-refresh-secondary {
  border-color: rgba(0, 122, 111, 0.38);
  color: #005C58 !important;
}

body.other-industries-template .product-refresh-proof li,
body.other-industries-template .product-refresh-strip article,
body.other-industries-template .product-refresh-grid article {
  border-color: #BFDCD7;
}

body.other-industries-template .product-refresh-proof li {
  border-left-color: #00A389;
  background: #F6FAFE;
}

body.other-industries-template .product-refresh-panel,
body.other-industries-template .product-refresh-cta {
  background: linear-gradient(135deg, #F1FAF8 0%, #FFFFFF 72%);
  border-color: #BFDCD7;
}

body.other-industries-template .product-refresh-media::after {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.86) 0%, rgba(255, 255, 255, 0.68) 40%, rgba(255, 255, 255, 0.16) 76%, rgba(255, 255, 255, 0.04) 100%);
}

body.other-industries-template .product-refresh-media .carousel-item img {
  object-fit: cover !important;
  object-position: center center !important;
}

.legacy-card-title,
.benefit-label,
.feature-label,
.inline-emphasis {
  font-weight: 800;
}

.legacy-card-title,
.benefit-label,
.feature-label {
  display: inline;
}

.product-refresh-proof .proof-label {
  display: block;
}

/* Home page differentiation: front-door operating loop and route finder */
body.home-template .home-hero-kicker {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  margin: 0 0 16px;
  padding: 6px 12px;
  border-left: 4px solid #00A884;
  color: #0051A3;
  background: rgba(241, 247, 253, 0.92);
  font-size: 0.95rem;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.home-operating-system {
  padding-top: 42px;
  padding-bottom: 38px;
  background: linear-gradient(90deg, rgba(0, 81, 163, 0.08), rgba(0, 200, 83, 0.07)), #FFFFFF;
}

.home-operating-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  border: 1px solid #D8E5F4;
  border-radius: 10px;
  overflow: hidden;
  background: #FFFFFF;
  box-shadow: 0 18px 38px rgba(15, 45, 77, 0.08);
}

.home-operating-grid article {
  position: relative;
  min-height: 240px;
  padding: 28px 28px 30px;
  border-right: 1px solid #D8E5F4;
  background: #FFFFFF;
}

.home-operating-grid article:last-child {
  border-right: 0;
}

.home-operating-grid article::after {
  content: "";
  position: absolute;
  top: 36px;
  right: -11px;
  z-index: 2;
  width: 20px;
  height: 20px;
  border-top: 1px solid #D8E5F4;
  border-right: 1px solid #D8E5F4;
  background: #FFFFFF;
  transform: rotate(45deg);
}

.home-operating-grid article:last-child::after {
  content: none;
}

.home-step-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  border-radius: 50%;
  color: #FFFFFF;
  background: #0051A3;
  font-weight: 900;
}

.home-operating-grid article:nth-child(2) .home-step-number {
  background: #007C89;
}

.home-operating-grid article:nth-child(3) .home-step-number {
  background: #00A884;
}

.home-operating-grid h2 {
  margin-top: 0;
  color: #00327C;
}

.home-operating-grid p {
  color: #34495E;
  line-height: 1.62;
}

.home-route-section {
  background: #0B2A4A;
  color: #FFFFFF;
}

.home-route-section .home-eyebrow,
.home-route-section .home-section-heading h2,
.home-route-section .home-section-heading p {
  color: #FFFFFF;
}

.home-route-grid {
  gap: 0;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 10px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.06);
}

.home-route-grid a {
  min-height: 190px;
  border: 0;
  border-right: 1px solid rgba(255, 255, 255, 0.16);
  border-top: 0;
  border-radius: 0;
  color: #EAF4FF !important;
  background: transparent;
  box-shadow: none;
}

.home-route-grid a:last-child {
  border-right: 0;
}

.home-route-grid a::before {
  content: "";
  display: block;
  width: 44px;
  height: 4px;
  margin-bottom: 18px;
  border-radius: 999px;
  background: #00C853;
}

.home-route-grid a:nth-child(2)::before {
  background: #7DB8FF;
}

.home-route-grid a:nth-child(3)::before {
  background: #F4C542;
}

.home-route-grid a:nth-child(4)::before {
  background: #21C7B7;
}

.home-route-grid strong {
  color: #FFFFFF;
}

.home-route-grid span {
  color: #D8E5F4;
}

.home-route-grid a:hover,
.home-route-grid a:focus {
  transform: none;
  background: rgba(255, 255, 255, 0.08);
  box-shadow: none;
}

.home-standards-ribbon {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin: 2px 0 24px;
}

.home-standards-ribbon span,
.home-standards-ribbon a {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 6px 11px;
  border: 1px solid rgba(0, 81, 163, 0.22);
  border-radius: 999px;
  color: #00327C !important;
  background: #F6FAFE;
  font-size: 0.92rem;
  font-weight: 800;
  text-decoration: none !important;
}

.home-standards-ribbon a:hover,
.home-standards-ribbon a:focus {
  color: #FFFFFF !important;
  background: #0051A3;
  border-color: #0051A3;
}

body.home-template .home-platform-panel {
  border-left: 0;
  border-radius: 12px;
  background: linear-gradient(135deg, rgba(246, 250, 254, 0.98), rgba(233, 247, 241, 0.92));
  box-shadow: inset 0 0 0 1px #D8E5F4;
}

@media (max-width: 1100px) {
  .home-operating-grid {
    grid-template-columns: 1fr;
  }
  
  .home-operating-grid article {
    min-height: 0;
    border-right: 0;
    border-bottom: 1px solid #D8E5F4;
  }
  
  .home-operating-grid article:last-child {
    border-bottom: 0;
  }
  
  .home-operating-grid article::after {
    display: none;
  }
  
  .home-route-grid a {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  }
}

@media (max-width: 560px) {
  .home-operating-system {
    padding-top: 28px;
    padding-bottom: 28px;
  }
  
  .home-operating-grid article,
  .home-route-grid a {
    min-height: 0;
    padding: 22px;
  }
  
  .home-standards-ribbon span,
  .home-standards-ribbon a {
    width: 100%;
    justify-content: center;
  }
}

/* Home page motion: restrained Stripe-inspired transitions */
@media (prefers-reduced-motion: no-preference) {
  body.home-template .home-hero-copy {
    animation: homeHeroCardIn 0.72s cubic-bezier(0.2, 0.8, 0.2, 1) both;
  }
  
  body.home-template .home-hero-media .carousel-item.active img {
    animation: homeHeroImageDrift 22s ease-in-out infinite alternate;
    transform-origin: center;
  }
  
  body.home-template .home-primary-action,
  body.home-template .home-secondary-action,
  body.home-template .home-route-grid a,
  body.home-template .home-operating-grid article,
  body.home-template .home-capability-grid article,
  body.home-template .home-value-grid article,
  body.home-template .home-platform-panel,
  body.home-template .home-company-section aside {
    transition: transform 0.28s cubic-bezier(0.2, 0.8, 0.2, 1), box-shadow 0.28s cubic-bezier(0.2, 0.8, 0.2, 1), background-color 0.28s ease, border-color 0.28s ease, filter 0.28s ease;
  }
  
  body.home-template .home-primary-action:hover,
  body.home-template .home-secondary-action:hover,
  body.home-template .home-primary-action:focus,
  body.home-template .home-secondary-action:focus {
    transform: translateY(-2px);
    box-shadow: 0 12px 24px rgba(15, 45, 77, 0.14);
  }
  
  body.home-template .home-operating-grid article:hover,
  body.home-template .home-capability-grid article:hover,
  body.home-template .home-value-grid article:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 36px rgba(15, 45, 77, 0.12);
  }
  
  body.home-template .home-route-grid a:hover,
  body.home-template .home-route-grid a:focus {
    transform: translateY(-3px);
  }
  
  body.home-template .home-route-grid a:hover::before,
  body.home-template .home-route-grid a:focus::before {
    width: 64px;
  }
  
  body.home-template .home-route-grid a::before,
  body.home-template .home-standards-ribbon span {
    transition: width 0.28s cubic-bezier(0.2, 0.8, 0.2, 1), transform 0.28s cubic-bezier(0.2, 0.8, 0.2, 1), background-color 0.28s ease, border-color 0.28s ease;
  }
  
  body.home-template .home-standards-ribbon span:hover {
    transform: translateY(-2px);
    border-color: rgba(0, 81, 163, 0.42);
    background: #FFFFFF;
  }
  
  body.home-template .abms-reveal {
    opacity: 0;
    transform: translateY(28px);
    transition: opacity 0.7s ease, transform 0.7s cubic-bezier(0.2, 0.8, 0.2, 1);
    transition-delay: var(--reveal-delay, 0ms);
  }
  
  body.home-template .abms-reveal.is-visible {
    opacity: 1;
    transform: translateY(0);
  }
  
  @keyframes homeHeroCardIn {
    from {
      opacity: 0;
      transform: translateY(24px) scale(0.985);
    }
    
    to {
      opacity: 1;
      transform: translateY(0) scale(1);
    }
  }
  
  @keyframes homeHeroImageDrift {
    from {
      transform: scale(1);
    }
    
    to {
      transform: scale(1.045) translate3d(-10px, -6px, 0);
    }
  }
}

@media (prefers-reduced-motion: reduce) {
  body.home-template .abms-reveal {
    opacity: 1 !important;
    transform: none !important;
  }
}

/* Home page experiment: make the first viewport feel like a quality control centre */
body.home-template .home-hero-copy {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(260px, 0.92fr);
  gap: 18px 24px;
  align-items: start;
  width: min(100%, 1080px);
}

body.home-template .home-hero-kicker,
body.home-template .home-hero-v2 h1,
body.home-template .home-hero-lead,
body.home-template .home-hero-actions,
body.home-template .home-proof-points {
  grid-column: 1;
}

body.home-template .home-hero-system {
  grid-column: 2;
  grid-row: 1 / span 5;
  align-self: center;
  padding: 18px;
  border: 1px solid rgba(0, 81, 163, 0.18);
  border-radius: 12px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(246, 250, 254, 0.9));
  box-shadow: 0 20px 44px rgba(15, 45, 77, 0.14);
}

.home-hero-system-header {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 14px;
  color: #00327C;
  font-size: 0.95rem;
  font-weight: 900;
}

.home-system-pulse {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #00C853;
  box-shadow: 0 0 0 0 rgba(0, 200, 83, 0.36);
}

.home-system-row {
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr) auto;
  gap: 10px;
  align-items: center;
  min-height: 54px;
  padding: 10px 0;
  border-top: 1px solid #D8E5F4;
}

.home-system-row span {
  color: #0051A3;
  font-size: 0.82rem;
  font-weight: 900;
  text-transform: uppercase;
}

.home-system-row strong {
  color: #21364D;
  font-size: 0.96rem;
  font-weight: 800;
  line-height: 1.25;
}

.home-system-row em {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 26px;
  padding: 4px 8px;
  border-radius: 999px;
  color: #005C58;
  background: #E8F7F2;
  font-size: 0.78rem;
  font-style: normal;
  font-weight: 900;
  white-space: nowrap;
}

body.home-template .home-proof-points {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 8px;
}

body.home-template .home-proof-points li {
  min-height: 82px;
  padding: 13px;
}

body.home-template .home-operating-system {
  position: relative;
  overflow: hidden;
}

body.home-template .home-operating-system::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(115deg, rgba(0, 81, 163, 0.08), transparent 34%), linear-gradient(295deg, rgba(0, 168, 132, 0.10), transparent 42%);
}

body.home-template .home-operating-system > * {
  position: relative;
  z-index: 1;
}

@media (prefers-reduced-motion: no-preference) {
  .home-system-pulse {
    animation: homeSystemPulse 2.4s ease-out infinite;
  }
  
  body.home-template .home-hero-system {
    animation: homeHeroPanelIn 0.82s cubic-bezier(0.2, 0.8, 0.2, 1) 0.12s both;
  }
  
  @keyframes homeSystemPulse {
    0% {
      box-shadow: 0 0 0 0 rgba(0, 200, 83, 0.36);
    }
    
    72% {
      box-shadow: 0 0 0 12px rgba(0, 200, 83, 0);
    }
    
    100% {
      box-shadow: 0 0 0 0 rgba(0, 200, 83, 0);
    }
  }
  
  @keyframes homeHeroPanelIn {
    from {
      opacity: 0;
      transform: translateX(18px) translateY(12px);
    }
    
    to {
      opacity: 1;
      transform: translateX(0) translateY(0);
    }
  }
}

@media (max-width: 1040px) {
  body.home-template .home-hero-copy {
    grid-template-columns: 1fr;
  }
  
  body.home-template .home-hero-system {
    grid-column: 1;
    grid-row: auto;
    align-self: stretch;
  }
}

@media (max-width: 620px) {
  .home-system-row {
    grid-template-columns: 1fr;
    gap: 5px;
  }
  
  .home-system-row em {
    justify-self: start;
  }
}

/* Industry pages: distinct sector-led visual language */
body.industry-template .product-refresh-copy {
  border-radius: 0 18px 18px 0;
  border-left: 0;
  box-shadow: 0 22px 48px rgba(15, 45, 77, 0.12);
}

body.industry-template .product-refresh-copy::before {
  content: "Sector workflow";
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  margin-bottom: 14px;
  padding: 5px 10px;
  border: 1px solid color-mix(in srgb, var(--industry-accent) 36%, white);
  border-radius: 999px;
  color: var(--industry-accent-dark);
  background: color-mix(in srgb, var(--industry-soft) 82%, white);
  font-size: 0.82rem;
  font-weight: 900;
  text-transform: uppercase;
}

body.industry-template .product-refresh-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

body.industry-template .product-refresh-proof li {
  flex: 1 1 190px;
  min-height: 0;
  padding: 13px 14px;
  border: 1px solid color-mix(in srgb, var(--industry-accent) 24%, white);
  border-left: 0;
  border-top: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: none;
}

body.industry-template .product-refresh-proof li::before {
  content: "";
  display: inline-block;
  width: 9px;
  height: 9px;
  margin-right: 8px;
  border-radius: 50%;
  background: var(--industry-accent);
  vertical-align: 0.08em;
}

body.industry-template .product-refresh-proof strong,
body.industry-template .product-refresh-proof .proof-label {
  display: inline;
  color: var(--industry-accent-dark);
  font-size: 0.96rem;
}

body.industry-template .product-refresh-proof span:not(.proof-label) {
  display: block;
  margin-top: 5px;
  color: #34495E;
  font-size: 0.88rem;
  line-height: 1.36;
}

body.industry-template .product-refresh-strip {
  position: relative;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  padding-top: 36px;
  padding-bottom: 36px;
}

body.industry-template .product-refresh-strip::before {
  content: "";
  position: absolute;
  left: calc(2% + 28px);
  right: calc(1% + 28px);
  top: 70px;
  display: block;
  height: 3px;
  background: linear-gradient(90deg, var(--industry-accent), color-mix(in srgb, var(--industry-accent) 28%, white));
}

body.industry-template .product-refresh-strip article {
  position: relative;
  padding-top: 54px;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

body.industry-template .product-refresh-strip article::before {
  content: "0" counter(industry-step);
  position: absolute;
  top: 0;
  left: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border: 4px solid #FFFFFF;
  border-radius: 50%;
  color: #FFFFFF;
  background: var(--industry-accent);
  box-shadow: 0 10px 24px rgba(15, 45, 77, 0.16);
  font-weight: 900;
}

body.industry-template .product-refresh-strip {
  counter-reset: industry-step;
}

body.industry-template .product-refresh-strip article {
  counter-increment: industry-step;
}

body.industry-template .product-refresh-strip h2 {
  color: var(--industry-accent-dark);
}

body.industry-template .product-refresh-section {
  padding-top: 44px;
  padding-bottom: 44px;
}

body.industry-template .product-refresh-heading {
  max-width: 1040px;
  padding-left: 20px;
  border-left: 5px solid var(--industry-accent);
}

body.industry-template .product-refresh-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

body.industry-template .product-refresh-grid article {
  border: 1px solid color-mix(in srgb, var(--industry-accent) 22%, white);
  border-radius: 14px 14px 14px 3px;
  background: linear-gradient(180deg, rgba(255,255,255,.98), color-mix(in srgb, var(--industry-soft) 72%, white));
}

body.industry-template .product-refresh-panel {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
  border-top: 0;
  border-radius: 18px;
  background: radial-gradient(circle at top right, color-mix(in srgb, var(--industry-accent) 16%, transparent), transparent 32%), color-mix(in srgb, var(--industry-soft) 74%, white);
}

body.industry-template .product-refresh-panel ul {
  align-self: stretch;
  padding: 20px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.72);
}

body.industry-template .product-refresh-cta {
  border-radius: 18px 18px 3px 18px;
  background: var(--industry-accent-dark);
  border-color: var(--industry-accent-dark);
}

body.industry-template .product-refresh-cta h2,
body.industry-template .product-refresh-cta p {
  color: #FFFFFF;
}

body.industry-template .product-refresh-cta .product-refresh-primary {
  color: var(--industry-accent-dark) !important;
  background: #FFFFFF;
  border-color: #FFFFFF;
}

body.industry-template .product-refresh-cta .product-refresh-primary:hover,
body.industry-template .product-refresh-cta .product-refresh-primary:focus {
  color: #FFFFFF !important;
  background: #00C853;
  border-color: #00C853;
}

body.aerospace-template .product-refresh-copy::before {
  content: "Aerospace sector";
}

body.automotive-template .product-refresh-copy::before {
  content: "Automotive sector";
}

body.medical-industry-template .product-refresh-copy::before {
  content: "Medical device sector";
}

body.pharmaceutical-template .product-refresh-copy::before {
  content: "Pharmaceutical sector";
}

body.other-industries-template .product-refresh-copy::before {
  content: "Operations sector";
}

@media (max-width: 1100px) {
  body.industry-template .product-refresh-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  body.industry-template .product-refresh-copy {
    border-radius: 12px;
  }
  
  body.industry-template .product-refresh-strip,
  body.industry-template .product-refresh-panel {
    grid-template-columns: 1fr;
  }
  
  body.industry-template .product-refresh-strip::before {
    left: 32px;
    right: auto;
    top: 42px;
    bottom: 38px;
    width: 3px;
    height: auto;
  }
  
  body.industry-template .product-refresh-strip article {
    padding-top: 0;
    padding-left: 76px;
  }
}

@media (max-width: 620px) {
  body.industry-template .product-refresh-proof li,
  body.industry-template .product-refresh-grid article {
    flex-basis: 100%;
  }
  
  body.industry-template .product-refresh-grid {
    grid-template-columns: 1fr;
  }
}

/* Home page command-centre layout refresh */
body.home-template #content {
  background: #F6F8FB;
}

.home-command-hero {
  position: relative;
  min-height: min(650px, calc(100vh - 82px));
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
  color: #FFFFFF;
  background: #071F37;
}

.home-command-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  filter: saturate(1.05) contrast(1.08) brightness(0.78);
}

.home-command-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(4, 21, 38, 0.96) 0%, rgba(4, 21, 38, 0.82) 45%, rgba(4, 21, 38, 0.38) 100%), linear-gradient(180deg, rgba(4, 21, 38, 0.22) 0%, rgba(4, 21, 38, 0.92) 100%);
}

.home-command-copy {
  position: relative;
  z-index: 1;
  width: 100%;
  padding-top: clamp(52px, 8vh, 94px);
  padding-bottom: clamp(42px, 8vh, 78px);
}

.home-command-copy-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 470px);
  gap: clamp(32px, 6vw, 86px);
  align-items: center;
  width: min(100%, 1480px);
  margin: 0 auto;
  padding-right: clamp(24px, 4vw, 64px);
  padding-left: clamp(24px, 4vw, 64px);
}

.home-command-message {
  max-width: 780px;
}

.home-command-kicker {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  margin: 0 0 16px;
  padding: 6px 11px;
  border: 1px solid rgba(128, 229, 190, 0.55);
  border-radius: 999px;
  color: #E9FFF5;
  background: rgba(0, 102, 90, 0.50);
  font-size: 0.92rem;
  font-weight: 900;
  text-transform: uppercase;
}

.home-command-copy h1 {
  max-width: 780px;
  margin: 0 0 18px;
  color: #FFFFFF !important;
  background: transparent !important;
  font-size: clamp(2.55rem, 5vw, 5.35rem);
  line-height: 1.01;
  text-shadow: none;
}

.home-command-lead {
  max-width: 710px;
  margin: 0;
  color: #DDECF8;
  font-size: clamp(1.1rem, 1.7vw, 1.38rem);
  line-height: 1.58;
}

.home-command-copy .home-hero-actions {
  margin-top: 28px;
}

.home-command-copy .home-secondary-action {
  color: #FFFFFF !important;
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.45);
}

.home-command-copy .home-secondary-action:hover,
.home-command-copy .home-secondary-action:focus {
  color: #FFFFFF !important;
  background: rgba(255, 255, 255, 0.22);
  border-color: rgba(255, 255, 255, 0.68);
}

.home-command-panel {
  border: 1px solid rgba(216, 234, 248, 0.30);
  border-radius: 14px;
  overflow: hidden;
  background: rgba(4, 21, 38, 0.78);
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.34);
  backdrop-filter: blur(12px);
}

.home-panel-header,
.home-panel-row,
.home-panel-footer {
  padding: 17px 18px;
  border-bottom: 1px solid rgba(216, 234, 248, 0.16);
}

.home-panel-header {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  color: #DDECF8;
  background: rgba(255, 255, 255, 0.08);
  font-size: 0.9rem;
  font-weight: 800;
}

.home-panel-header strong {
  color: #FFFFFF;
}

.home-panel-row {
  display: grid;
  grid-template-columns: minmax(92px, 0.55fr) minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
}

.home-panel-row span {
  color: #93DCC8;
  font-size: 0.86rem;
  font-weight: 900;
}

.home-panel-row strong {
  color: #FFFFFF;
  font-size: 0.96rem;
}

.home-panel-row em {
  min-width: 78px;
  padding: 5px 8px;
  border-radius: 999px;
  color: #EAF4FF;
  background: rgba(255, 255, 255, 0.10);
  font-size: 0.78rem;
  font-style: normal;
  font-weight: 800;
  text-align: center;
}

.home-panel-row.is-active {
  background: rgba(0, 168, 132, 0.16);
}

.home-panel-footer {
  border-bottom: 0;
  color: #D8EAF8;
  font-size: 0.92rem;
  line-height: 1.45;
}

.home-command-strip {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  width: 100%;
  margin: 0 auto;
  padding-right: clamp(24px, 4vw, 64px);
  padding-left: clamp(24px, 4vw, 64px);
  padding-top: 0;
  padding-bottom: 0;
  border-top: 1px solid rgba(128, 229, 190, 0.28);
  background: rgba(2, 19, 34, 0.88);
  backdrop-filter: blur(10px);
}

.home-command-strip div {
  min-height: 104px;
  padding: 19px 24px;
  border-right: 1px solid rgba(255, 255, 255, 0.16);
}

.home-command-strip div:last-child {
  border-right: 0;
}

.home-command-strip strong,
.home-command-strip span {
  display: block;
}

.home-command-strip strong {
  color: #FFFFFF;
  font-size: 1.02rem;
  font-weight: 900;
}

.home-command-strip span {
  margin-top: 8px;
  color: #DCE9F3;
  font-size: 0.94rem;
  line-height: 1.45;
}

.home-workbench {
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1.28fr);
  gap: 36px;
  align-items: stretch;
  padding-top: 44px;
  padding-bottom: 42px;
}

.home-workbench-heading {
  align-self: center;
}

.home-workbench-heading h2,
.home-evidence-lane h2 {
  margin: 0;
  color: #082C4D;
  font-size: clamp(1.8rem, 3vw, 3rem);
  line-height: 1.1;
}

.home-workbench-heading p {
  margin-top: 18px;
  color: #34495E;
  font-size: 1.05rem;
  line-height: 1.65;
}

.home-workbench-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border: 1px solid #D6E2EF;
  background: #FFFFFF;
}

.home-workbench-grid a {
  min-height: 196px;
  padding: 24px;
  border-right: 1px solid #D6E2EF;
  border-bottom: 1px solid #D6E2EF;
  color: #102A43 !important;
  text-decoration: none !important;
  transition: background-color 0.18s ease, transform 0.18s ease, box-shadow 0.18s ease;
}

.home-workbench-grid a:nth-child(2n) {
  border-right: 0;
}

.home-workbench-grid a:nth-last-child(-n+2) {
  border-bottom: 0;
}

.home-workbench-grid a:hover,
.home-workbench-grid a:focus {
  z-index: 1;
  background: #F2F8FD;
  box-shadow: 0 16px 34px rgba(15, 45, 77, 0.10);
  transform: translateY(-2px);
}

.home-workbench-grid span {
  display: inline-flex;
  margin-bottom: 30px;
  color: #007C89;
  font-size: 0.86rem;
  font-weight: 900;
}

.home-workbench-grid strong {
  display: block;
  color: #00327C;
  font-size: 1.22rem;
  font-weight: 900;
}

.home-workbench-grid em {
  display: block;
  margin-top: 10px;
  color: #40566F;
  font-style: normal;
  line-height: 1.5;
}

.home-evidence-lane {
  display: grid;
  grid-template-columns: minmax(260px, 0.45fr) minmax(0, 1fr);
  gap: 34px;
  align-items: start;
  padding-top: 40px;
  padding-bottom: 44px;
  background: #FFFFFF;
}

.home-evidence-lane ol {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 3px solid #00A884;
}

.home-evidence-lane li {
  position: relative;
  padding: 22px 22px 8px 0;
}

.home-evidence-lane li::before {
  content: "";
  position: absolute;
  top: -8px;
  left: 0;
  width: 14px;
  height: 14px;
  border: 3px solid #00A884;
  border-radius: 50%;
  background: #FFFFFF;
}

.home-evidence-lane strong,
.home-evidence-lane span {
  display: block;
}

.home-evidence-lane strong {
  color: #00327C;
  font-size: 1.05rem;
  font-weight: 900;
}

.home-evidence-lane span {
  margin-top: 8px;
  color: #40566F;
  line-height: 1.5;
}

@media (max-width: 1050px) {
  .home-command-hero {
    min-height: auto;
  }
  
  .home-command-copy {
    padding-top: 54px;
    padding-bottom: 48px;
  }
  
  .home-command-copy-inner {
    grid-template-columns: 1fr;
  }
  
  .home-command-panel {
    max-width: 560px;
  }
  
  .home-command-strip,
  .home-workbench,
  .home-evidence-lane,
  .home-evidence-lane ol {
    grid-template-columns: 1fr 1fr;
  }
  
  .home-workbench-heading,
  .home-evidence-lane > div {
    grid-column: 1 / -1;
  }
}

@media (max-width: 680px) {
  .home-command-shade {
    background: linear-gradient(90deg, rgba(8, 28, 49, 0.90), rgba(8, 28, 49, 0.66)), linear-gradient(180deg, rgba(8, 28, 49, 0.12), rgba(8, 28, 49, 0.88));
  }
  
  .home-command-copy {
    padding-top: 38px;
    padding-bottom: 36px;
  }
  
  .home-command-copy h1 {
    font-size: 2.45rem;
  }
  
  .home-panel-row {
    grid-template-columns: 1fr;
  }
  
  .home-panel-row em {
    justify-self: start;
  }
  
  .home-command-strip,
  .home-workbench,
  .home-workbench-grid,
  .home-evidence-lane,
  .home-evidence-lane ol {
    grid-template-columns: 1fr;
  }
  
  .home-command-strip div,
  .home-workbench-grid a,
  .home-workbench-grid a:nth-child(2n),
  .home-workbench-grid a:nth-last-child(-n+2) {
    min-height: 0;
    border-right: 0;
    border-bottom: 1px solid #D6E2EF;
  }
  
  .home-command-strip div {
    border-bottom-color: rgba(255, 255, 255, 0.16);
  }
  
  .home-command-strip div:last-child,
  .home-workbench-grid a:last-child {
    border-bottom: 0;
  }
  
  .home-evidence-lane ol {
    gap: 14px;
    border-top: 0;
  }
  
  .home-evidence-lane li {
    padding: 0 0 0 24px;
  }
  
  .home-evidence-lane li::before {
    top: 5px;
    width: 12px;
    height: 12px;
  }
}

/* Footer media buttons: quiet, conventional social links */
.footer .mediaButtons {
  margin-bottom: 10px;
}

.footer .footer-social-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.footer .footer-social-link, .footer .footer-social-link:focus-visible, .footer .footer-social-links a:focus-visible {
  outline: 2px solid #FFFFFF;
  outline-offset: 3px;
}

@media (max-width: 520px) {
  .footer .footer-social-links {
    gap: 6px;
  }
  
  .footer .footer-social-link,
  .footer .footer-social-links a {
    min-height: 31px;
    padding: 6px 8px;
    font-size: 12px;
  }
}

/* Pricing carousel: show four examples when space allows */
.pricing-carousel {
  position: relative;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
}

.pricing-carousel .pricing-grid {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: calc((100% - 54px) / 4);
  grid-template-columns: none;
  gap: 18px;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  padding: 4px 0 12px;
}

.pricing-carousel .pricing-grid::-webkit-scrollbar {
  display: none;
}

.pricing-carousel .plan-card {
  min-width: 0;
  scroll-snap-align: start;
}

.pricing-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(0, 81, 163, 0.28);
  border-radius: 50%;
  color: #0051A3;
  background: #FFFFFF;
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
  box-shadow: 0 8px 18px rgba(15, 45, 77, 0.08);
}

.pricing-arrow:hover,
.pricing-arrow:focus {
  color: #FFFFFF;
  background: #0051A3;
  border-color: #0051A3;
}

.pricing-scroll-hint {
  max-width: 760px;
  margin: 12px auto 0;
  color: #6B7380;
  font-size: 14px;
  line-height: 1.45;
  text-align: center;
}

.plan-bespoke {
  background: linear-gradient(180deg, #FFFFFF, #F6FAFE);
  border-color: rgba(0, 81, 163, 0.24);
}

.plan-bespoke .price-amount {
  color: #00327C;
}

@media (max-width: 1180px) {
  .pricing-carousel .pricing-grid {
    grid-auto-columns: calc((100% - 18px) / 2);
  }
}

@media (max-width: 720px) {
  .pricing-carousel {
    grid-template-columns: 1fr 1fr;
  }
  
  .pricing-carousel .pricing-grid {
    grid-column: 1 / -1;
    grid-row: 1;
    grid-auto-columns: 100%;
  }
  
  .pricing-arrow {
    grid-row: 2;
    width: 100%;
    border-radius: 4px;
  }
  
  .pricing-arrow-prev {
    justify-self: stretch;
  }
  
  .pricing-arrow-next {
    justify-self: stretch;
  }
}

/* Pricing carousel click target reliability */
.pricing-arrow {
  position: relative;
  z-index: 3;
  pointer-events: auto;
}

.pricing-arrow.is-disabled {
  opacity: 0.42;
}

/* Pricing carousel arrow centering */
.pricing-arrow {
  font-size: 0;
  line-height: 1;
}

.pricing-arrow::before {
  content: "";
  display: block;
  width: 11px;
  height: 11px;
  border-top: 3px solid currentColor;
  border-right: 3px solid currentColor;
}

.pricing-arrow-prev::before {
  transform: translateX(2px) rotate(-135deg);
}

.pricing-arrow-next::before {
  transform: translateX(-2px) rotate(45deg);
}

/* 8D hero carousel should fill the available hero height */
body.eightd-template .eightd-hero-media .adaptive-carousel,
body.eightd-template .eightd-hero-media .carousel,
body.eightd-template .eightd-hero-media .carousel-inner,
body.eightd-template .eightd-hero-media .carousel-item {
  height: 100% !important;
  min-height: 100% !important;
}

body.eightd-template .eightd-hero-media .carousel-item img {
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  object-fit: cover !important;
  object-position: right center !important;
}

@media (max-width: 900px) {
  body.eightd-template .eightd-hero-media .carousel-item img {
    object-position: center center !important;
  }
}

/* Enterprise hero carousel should fill the available hero height */
body.enterprise-capa-template .product-refresh-media .adaptive-carousel,
body.enterprise-capa-template .product-refresh-media .carousel,
body.enterprise-capa-template .product-refresh-media .carousel-inner,
body.enterprise-capa-template .product-refresh-media .carousel-item {
  height: 100% !important;
  min-height: 100% !important;
}

body.enterprise-capa-template .product-refresh-media .carousel-item img {
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  object-fit: cover !important;
  object-position: left center !important;
}

@media (max-width: 900px) {
  body.enterprise-capa-template .product-refresh-media .carousel-item img {
    object-position: center center !important;
  }
}

/* Home hero hard override: keep legacy global heading/container rules out */
body.home-template .home-command-hero {
  float: none !important;
  width: 100% !important;
  min-height: min(650px, calc(100vh - 82px)) !important;
  color: #FFFFFF !important;
  background-color: #071F37 !important;
  background-image: linear-gradient(90deg, rgba(4, 21, 38, 0.96) 0%, rgba(4, 21, 38, 0.82) 45%, rgba(4, 21, 38, 0.38) 100%), linear-gradient(180deg, rgba(4, 21, 38, 0.22) 0%, rgba(4, 21, 38, 0.92) 100%), url("/images/enterprise-capa-software-robotic-manufacturing.webp?v=3") !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

body.enterprise-home-layout .home-command-hero {
  background-color: #062B3A !important;
  background-image: linear-gradient(90deg, rgba(3, 35, 48, 0.96) 0%, rgba(3, 56, 70, 0.84) 46%, rgba(8, 93, 105, 0.36) 100%), linear-gradient(180deg, rgba(2, 44, 58, 0.18) 0%, rgba(3, 30, 45, 0.94) 100%), url("/images/enterprise-capa-software-robotic-manufacturing.webp?v=3") !important;
}

body.home-template .home-command-image,
body.home-template .home-command-shade {
  display: none !important;
}

body.home-template .home-command-copy,
body.home-template .home-command-strip {
  float: none !important;
  box-sizing: border-box !important;
  background: transparent !important;
  background-image: none !important;
  max-width: none !important;
  margin-right: auto !important;
  margin-left: auto !important;
}

body.home-template .home-command-copy {
  width: 100% !important;
  padding-right: 0 !important;
  padding-left: 0 !important;
}

body.home-template .home-command-copy-inner {
  width: min(100%, 1480px) !important;
  margin-right: auto !important;
  margin-left: auto !important;
  padding-right: clamp(24px, 4vw, 64px) !important;
  padding-left: clamp(24px, 4vw, 64px) !important;
}

body.home-template .home-command-copy h1 {
  max-width: 780px !important;
  margin: 0 0 18px !important;
  padding: 0 !important;
  color: #FFFFFF !important;
  background: none !important;
  background-image: none !important;
  font-size: clamp(2.55rem, 5vw, 5.35rem) !important;
  line-height: 1.01 !important;
  text-align: left !important;
  text-shadow: none !important;
}

body.home-template .home-command-lead {
  color: #DDECF8 !important;
}

body.home-template .home-command-strip {
  width: 100% !important;
  max-width: none !important;
  padding-right: clamp(24px, 4vw, 64px) !important;
  padding-left: clamp(24px, 4vw, 64px) !important;
  background: rgba(2, 19, 34, 0.88) !important;
}

body.home-template .home-command-strip strong {
  color: #FFFFFF !important;
}

body.home-template .home-command-strip span {
  color: #DCE9F3 !important;
}

body.enterprise-home-layout .home-command-strip {
  border-top-color: rgba(121, 223, 216, 0.36) !important;
  background: rgba(2, 31, 45, 0.90) !important;
}

@media (max-width: 680px) {
  body.home-template .home-command-hero {
    min-height: auto !important;
  }
  
  body.home-template .home-command-copy h1 {
    font-size: 2.45rem !important;
  }
}

/* Home content alignment below the hero */
body.home-template .home-workbench.standardLayout.container-fluid,
body.home-template .home-evidence-lane.standardLayout.container-fluid,
body.home-template .home-product-section.standardLayout.container-fluid,
body.home-template #featureblock.home-value-section.standardLayout.container-fluid,
body.home-template .home-company-section.standardLayout.container-fluid,
body.home-template .home-signup-section.standardLayout.container-fluid,
body.home-template .home-review-section.standardLayout.container-fluid,
body.home-template .home-link-section.standardLayout.container-fluid {
  float: none !important;
  clear: both !important;
  box-sizing: border-box !important;
  width: 100% !important;
  max-width: none !important;
  margin-right: 0 !important;
  margin-left: 0 !important;
  padding-right: clamp(24px, 4vw, 64px) !important;
  padding-left: clamp(24px, 4vw, 64px) !important;
  text-align: left !important;
}

body.home-template .home-workbench.standardLayout.container-fluid {
  display: block !important;
  align-items: initial !important;
  width: 100% !important;
  max-width: none !important;
  padding-top: 56px !important;
  padding-bottom: 58px !important;
  background: #FFFFFF !important;
}

body.home-template .home-workbench-heading {
  width: 100% !important;
  max-width: none !important;
  margin: 0 0 28px !important;
  padding-right: 0 !important;
  padding-left: 0 !important;
}

body.home-template .home-workbench-heading .home-eyebrow,
body.home-template .home-evidence-lane .home-eyebrow,
body.home-template .home-product-section .home-eyebrow,
body.home-template .home-section-heading,
body.home-template .home-section-heading h2,
body.home-template .home-section-heading p,
body.home-template .home-workbench-heading h2,
body.home-template .home-workbench-heading p,
body.home-template .home-evidence-lane h2,
body.home-template .home-evidence-lane p {
  text-align: left !important;
}

body.home-template .home-workbench-heading h2 {
  max-width: none !important;
  font-size: clamp(2.05rem, 3.1vw, 3.45rem) !important;
  text-wrap: balance;
}

body.home-template .home-workbench-heading p {
  max-width: 1120px !important;
}

body.home-template .home-workbench-grid {
  width: 100% !important;
  max-width: none !important;
  margin-right: 0 !important;
  margin-left: 0 !important;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 18px 42px rgba(15, 45, 77, 0.08);
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)) !important;
}

body.home-template .home-workbench-grid a {
  min-height: 190px;
  border-bottom: 0 !important;
}

body.home-template .home-workbench-grid a:nth-child(2n) {
  border-right: 1px solid #D6E2EF;
}

body.home-template .home-workbench-grid a:last-child {
  border-right: 0 !important;
}

body.home-template #featureblock.home-value-section.standardLayout.container-fluid {
  padding-bottom: 34px !important;
}

body.home-template .home-company-section.standardLayout.container-fluid {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 420px) !important;
  gap: clamp(28px, 5vw, 72px) !important;
  align-items: center !important;
  padding-top: 42px !important;
  padding-bottom: 42px !important;
  background: linear-gradient(90deg, rgba(246, 250, 254, 0.98), rgba(255, 255, 255, 1)) !important;
}

body.home-template .home-company-section > div {
  max-width: 1040px;
}

body.home-template .home-company-section p {
  max-width: 1120px;
}

body.home-template .home-company-section aside {
  align-self: center !important;
  margin: 0 !important;
  padding: 26px !important;
  border-radius: 10px !important;
  box-shadow: 0 18px 36px rgba(15, 45, 77, 0.12);
}

body.home-template .home-signup-section.standardLayout.container-fluid {
  padding-top: 38px !important;
}

body.home-template .home-signup-section .home-section-heading {
  margin-bottom: 18px;
}

body.home-template .home-signup-section .signupForm {
  margin-top: 0 !important;
}

body.home-template .home-evidence-lane.standardLayout.container-fluid {
  width: 100% !important;
  max-width: none !important;
  display: block !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  background: #F7FAFD !important;
}

body.home-template .home-evidence-lane > div,
body.home-template .home-evidence-lane > ol {
  width: 100%;
  max-width: none;
  margin-right: 0;
  margin-left: 0;
  padding-right: 0;
  padding-left: 0;
}

body.home-template .home-evidence-lane > div {
  display: grid;
  grid-template-columns: minmax(260px, 0.42fr) minmax(0, 1fr);
  gap: 34px;
  align-items: end;
  padding-top: 44px;
}

body.home-template .home-evidence-lane > div .home-eyebrow {
  align-self: start;
}

body.home-template .home-evidence-lane > ol {
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)) !important;
  padding-top: 30px;
  padding-bottom: 46px;
}

body.home-template .home-evidence-lane ol {
  gap: 14px !important;
  border-top: 0 !important;
}

body.home-template .home-evidence-lane li {
  min-height: 132px;
  padding: 22px 22px 20px !important;
  border: 1px solid #D8E5F4;
  border-top: 4px solid #00A884;
  border-radius: 10px;
  background: #FFFFFF;
  box-shadow: 0 10px 24px rgba(15, 45, 77, 0.06);
}

body.home-template .home-evidence-lane li::before {
  top: -10px !important;
  left: 22px !important;
  width: 13px !important;
  height: 13px !important;
  border: 3px solid #00A884 !important;
  background: #FFFFFF !important;
}

body.home-template .home-evidence-lane li:nth-child(2) {
  border-top-color: #007C89;
}

body.home-template .home-evidence-lane li:nth-child(2)::before {
  border-color: #007C89 !important;
}

body.home-template .home-evidence-lane li:nth-child(3) {
  border-top-color: #0051A3;
}

body.home-template .home-evidence-lane li:nth-child(3)::before {
  border-color: #0051A3 !important;
}

body.home-template .home-evidence-lane li:nth-child(4) {
  border-top-color: #6B4EBD;
}

body.home-template .home-evidence-lane li:nth-child(4)::before {
  border-color: #6B4EBD !important;
}

body.enterprise-home-layout .home-evidence-lane li {
  border-top-color: #008A9B;
}

body.enterprise-home-layout .home-evidence-lane li::before {
  border-color: #008A9B !important;
}

body.enterprise-home-layout .home-evidence-lane li:nth-child(2) {
  border-top-color: #005F73;
}

body.enterprise-home-layout .home-evidence-lane li:nth-child(2)::before {
  border-color: #005F73 !important;
}

body.enterprise-home-layout .home-evidence-lane li:nth-child(3) {
  border-top-color: #0072BC;
}

body.enterprise-home-layout .home-evidence-lane li:nth-child(3)::before {
  border-color: #0072BC !important;
}

body.enterprise-home-layout .home-evidence-lane li:nth-child(4) {
  border-top-color: #5B6CBA;
}

body.enterprise-home-layout .home-evidence-lane li:nth-child(4)::before {
  border-color: #5B6CBA !important;
}

body.home-template .home-product-section.standardLayout.container-fluid {
  padding-top: 52px !important;
}

body.home-template .home-section-heading {
  max-width: 940px;
  margin-right: 0;
  margin-left: 0;
}

body.home-template .home-standards-ribbon,
body.home-template .home-capability-grid,
body.home-template .home-platform-panel,
body.home-template .home-value-grid {
  width: 100%;
}

body.enterprise-home-layout .enterprise-faq-section.standardLayout.container-fluid {
  float: none !important;
  clear: both !important;
  box-sizing: border-box !important;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 42px clamp(24px, 4vw, 64px) 50px !important;
  background: #FFFFFF !important;
  text-align: left !important;
}

body.enterprise-home-layout .enterprise-faq-section > h2 {
  margin: 0 0 20px !important;
  color: #082C4D;
  text-align: left !important;
}

@media (max-width: 1050px) {
  body.home-template .home-workbench.standardLayout.container-fluid,
  body.home-template .home-evidence-lane > div {
    grid-template-columns: 1fr !important;
  }
  
  body.home-template .home-company-section.standardLayout.container-fluid {
    grid-template-columns: 1fr !important;
  }
  
  body.home-template .home-company-section aside {
    max-width: 520px;
  }
  
  body.home-template .home-workbench-heading {
    max-width: 1480px !important;
  }
  
  body.home-template .home-workbench-grid {
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)) !important;
  }
  
  body.home-template .home-workbench-grid a {
    border-bottom: 1px solid #D6E2EF !important;
  }
  
  body.home-template .home-workbench-grid a:nth-child(2n) {
    border-right: 0 !important;
  }
  
  body.home-template .home-workbench-grid a:nth-last-child(-n+2) {
    border-bottom: 0 !important;
  }
  
  body.home-template .home-evidence-lane > div {
    gap: 8px;
  }
}

@media (max-width: 680px) {
  body.home-template .home-workbench-grid {
    grid-template-columns: 1fr !important;
  }
  
  body.home-template .home-workbench-grid a,
  body.home-template .home-workbench-grid a:nth-child(2n),
  body.home-template .home-workbench-grid a:nth-last-child(-n+2) {
    border-right: 0;
    border-bottom: 1px solid #D6E2EF;
  }
  
  body.home-template .home-workbench-grid a:last-child {
    border-bottom: 0;
  }
}

/* Home footer guardrail: keep footer independent from homepage layout experiments */
body.home-template footer.footer {
  position: relative !important;
  z-index: 1 !important;
  float: none !important;
  clear: both !important;
  display: block !important;
  box-sizing: border-box !important;
  width: 100% !important;
  max-width: none !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 24px clamp(24px, 4vw, 64px) 26px !important;
  color: #DCE9F3 !important;
  background: #0B2A4A !important;
  text-align: center !important;
}

body.home-template footer.footer .footer-top-container,
body.home-template footer.footer .footerAddress,
body.home-template footer.footer .badges {
  float: none !important;
  clear: both !important;
  box-sizing: border-box !important;
  width: 100% !important;
  max-width: none !important;
  margin-right: auto !important;
  margin-left: auto !important;
}

body.home-template footer.footer .footer-top-container {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  gap: 14px !important;
  padding-top: 0 !important;
}

body.home-template footer.footer .mediaButtons {
  display: flex !important;
  justify-content: center !important;
  width: 100% !important;
  margin: 0 !important;
}

body.home-template footer.footer .footer-social-links,
body.home-template footer.footer .footerLinks {
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 9px !important;
  width: 100% !important;
  height: auto !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  line-height: 1.3 !important;
}

body.home-template footer.footer .footer-social-links a {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 7px !important;
  min-width: 112px !important;
  min-height: 34px !important;
  padding: 7px 12px !important;
  border: 1px solid rgba(220, 233, 243, 0.28) !important;
  border-radius: 999px !important;
  color: #EAF4FF !important;
  background: rgba(255, 255, 255, 0.06) !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  text-decoration: none !important;
  white-space: nowrap !important;
}

body.home-template footer.footer .footer-social-links a:hover,
body.home-template footer.footer .footer-social-links a:focus {
  color: #FFFFFF !important;
  background: rgba(255, 255, 255, 0.12) !important;
  border-color: rgba(220, 233, 243, 0.46) !important;
}

body.home-template footer.footer .footer-social-mark {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 18px !important;
  height: 18px !important;
  flex: 0 0 18px !important;
  border-radius: 50% !important;
  color: #0B2A4A !important;
  background: #DCE9F3 !important;
  font-size: 11px !important;
  font-weight: 900 !important;
  line-height: 1 !important;
}

body.home-template footer.footer .footer-social-label {
  display: inline-block !important;
  line-height: 1 !important;
}

body.home-template footer.footer .footerLinks a {
  display: inline-flex !important;
  align-items: center !important;
  min-height: 28px !important;
  color: #EAF4FF !important;
  line-height: 1.25 !important;
}

body.home-template footer.footer .footerAddress {
  padding-top: 14px !important;
}

body.home-template footer.footer .footerAddress p {
  margin: 0 0 4px !important;
  color: #DCE9F3 !important;
  line-height: 1.55 !important;
}

body.home-template footer.footer .footerAddress p:last-child {
  margin-bottom: 0 !important;
}

body.home-template footer.footer .footer-rule {
  margin: 0 auto 12px !important;
}

/* Product and industry hero alternation map */
body.capa-software-template .capa-hero-copy,
body.corrective-action-template .corrective-hero-copy,
body.fracAS-template .product-refresh-copy,
body.hse-template .product-refresh-copy,
body.enterprise-capa-template .product-refresh-copy,
body.automotive-template .product-refresh-copy,
body.pharmaceutical-template .product-refresh-copy {
  margin-left: clamp(18px, 2.5vw, 46px) !important;
  margin-right: auto !important;
}

body.eightd-template .eightd-hero-copy,
body.audit-action-template .product-refresh-copy,
body.environmental-template .product-refresh-copy,
body.pir-template .product-refresh-copy,
body.aerospace-template .product-refresh-copy,
body.medical-industry-template .product-refresh-copy,
body.other-industries-template .product-refresh-copy {
  margin-left: auto !important;
  margin-right: clamp(18px, 2.5vw, 46px) !important;
}

body.capa-software-template .capa-hero-media::after,
body.corrective-action-template .corrective-hero-media::after,
body.fracAS-template .product-refresh-media::after,
body.hse-template .product-refresh-media::after,
body.enterprise-capa-template .product-refresh-media::after,
body.automotive-template .product-refresh-media::after,
body.pharmaceutical-template .product-refresh-media::after {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.91) 0%, rgba(246, 250, 254, 0.76) 42%, rgba(255, 255, 255, 0.18) 78%, rgba(255, 255, 255, 0.08) 100%) !important;
}

body.eightd-template .eightd-hero-media::after,
body.audit-action-template .product-refresh-media::after,
body.environmental-template .product-refresh-media::after,
body.pir-template .product-refresh-media::after,
body.aerospace-template .product-refresh-media::after,
body.medical-industry-template .product-refresh-media::after,
body.other-industries-template .product-refresh-media::after {
  background: linear-gradient(270deg, rgba(255, 255, 255, 0.91) 0%, rgba(246, 250, 254, 0.76) 42%, rgba(255, 255, 255, 0.18) 78%, rgba(255, 255, 255, 0.08) 100%) !important;
}

body.capa-software-template .capa-hero-media .carousel-item img,
body.corrective-action-template .corrective-hero-media .carousel-item img,
body.fracAS-template .product-refresh-media .carousel-item img,
body.hse-template .product-refresh-media .carousel-item img,
body.enterprise-capa-template .product-refresh-media .carousel-item img,
body.automotive-template .product-refresh-media .carousel-item img,
body.pharmaceutical-template .product-refresh-media .carousel-item img {
  object-position: right center !important;
}

body.eightd-template .eightd-hero-media .carousel-item img,
body.audit-action-template .product-refresh-media .carousel-item img,
body.environmental-template .product-refresh-media .carousel-item img,
body.pir-template .product-refresh-media .carousel-item img,
body.aerospace-template .product-refresh-media .carousel-item img,
body.medical-industry-template .product-refresh-media .carousel-item img,
body.other-industries-template .product-refresh-media .carousel-item img {
  object-position: left center !important;
}

@media (max-width: 900px) {
  body.capa-software-template .capa-hero-copy,
  body.eightd-template .eightd-hero-copy,
  body.corrective-action-template .corrective-hero-copy,
  body.fracAS-template .product-refresh-copy,
  body.audit-action-template .product-refresh-copy,
  body.environmental-template .product-refresh-copy,
  body.hse-template .product-refresh-copy,
  body.pir-template .product-refresh-copy,
  body.enterprise-capa-template .product-refresh-copy,
  body.aerospace-template .product-refresh-copy,
  body.automotive-template .product-refresh-copy,
  body.medical-industry-template .product-refresh-copy,
  body.pharmaceutical-template .product-refresh-copy,
  body.other-industries-template .product-refresh-copy {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  
  body.capa-software-template .capa-hero-media::after,
  body.eightd-template .eightd-hero-media::after,
  body.corrective-action-template .corrective-hero-media::after,
  body.fracAS-template .product-refresh-media::after,
  body.audit-action-template .product-refresh-media::after,
  body.environmental-template .product-refresh-media::after,
  body.hse-template .product-refresh-media::after,
  body.pir-template .product-refresh-media::after,
  body.enterprise-capa-template .product-refresh-media::after,
  body.aerospace-template .product-refresh-media::after,
  body.automotive-template .product-refresh-media::after,
  body.medical-industry-template .product-refresh-media::after,
  body.pharmaceutical-template .product-refresh-media::after,
  body.other-industries-template .product-refresh-media::after {
    background: rgba(255, 255, 255, 0.12) !important;
  }
}

/* Home evidence lane final color reset */
body.home-template .home-evidence-lane.standardLayout.container-fluid,
body.home-template .home-evidence-lane > div,
body.home-template .home-evidence-lane > ol {
  background: #F7FAFD !important;
  background-image: none !important;
}

body.home-template .home-evidence-lane > ol {
  display: grid !important;
  gap: 14px !important;
  border: 0 !important;
  border-top: 0 !important;
  border-radius: 0 !important;
}

body.home-template .home-evidence-lane li {
  background: #FFFFFF !important;
  background-image: none !important;
}

/* Global footer guardrail: shared footer must render consistently on every page */
footer.footer {
  position: relative !important;
  z-index: 1 !important;
  float: none !important;
  clear: both !important;
  display: block !important;
  box-sizing: border-box !important;
  width: 100% !important;
  max-width: none !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 24px clamp(24px, 4vw, 64px) 26px !important;
  color: #DCE9F3 !important;
  background: #0B2A4A !important;
  text-align: center !important;
}

footer.footer .footer-top-container,
footer.footer .footerAddress,
footer.footer .badges {
  float: none !important;
  clear: both !important;
  box-sizing: border-box !important;
  width: 100% !important;
  max-width: none !important;
  margin-right: auto !important;
  margin-left: auto !important;
}

footer.footer .footer-top-container {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  gap: 14px !important;
  padding-top: 0 !important;
}

footer.footer .mediaButtons {
  display: flex !important;
  justify-content: center !important;
  width: 100% !important;
  margin: 0 !important;
}

footer.footer .footer-social-links,
footer.footer .footerLinks {
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 9px !important;
  width: 100% !important;
  height: auto !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  line-height: 1.3 !important;
}

footer.footer .footer-social-links a {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 7px !important;
  min-width: 112px !important;
  min-height: 34px !important;
  padding: 7px 12px !important;
  border: 1px solid rgba(220, 233, 243, 0.28) !important;
  border-radius: 999px !important;
  color: #EAF4FF !important;
  background: rgba(255, 255, 255, 0.06) !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  text-decoration: none !important;
  white-space: nowrap !important;
}

footer.footer .footer-social-links a:hover,
footer.footer .footer-social-links a:focus {
  color: #FFFFFF !important;
  background: rgba(255, 255, 255, 0.12) !important;
  border-color: rgba(220, 233, 243, 0.46) !important;
}

footer.footer .footer-social-mark {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 18px !important;
  height: 18px !important;
  flex: 0 0 18px !important;
  border-radius: 50% !important;
  color: #0B2A4A !important;
  background: #DCE9F3 !important;
  font-size: 11px !important;
  font-weight: 900 !important;
  line-height: 1 !important;
}

footer.footer .footer-social-label {
  display: inline-block !important;
  line-height: 1 !important;
}

footer.footer .footerLinks a {
  display: inline-flex !important;
  align-items: center !important;
  min-height: 28px !important;
  color: #EAF4FF !important;
  line-height: 1.25 !important;
}

footer.footer .footerAddress {
  padding-top: 14px !important;
}

footer.footer .footer-bottom-container {
  display: grid !important;
  grid-template-columns: 320px minmax(0, 1fr) 320px !important;
  align-items: start !important;
  gap: 24px !important;
  box-sizing: border-box !important;
  width: 100% !important;
  margin: 0 auto !important;
}

footer.footer .footer-trust-mark {
  display: flex !important;
  grid-column: 3 !important;
  align-items: center !important;
  justify-content: flex-start !important;
  min-height: 54px !important;
}

footer.footer .footer-bottom-container .footerAddress {
  grid-column: 2 !important;
  text-align: center !important;
}

footer.footer .footer-trust-mark img {
  display: block !important;
  width: 140px !important;
  height: 54px !important;
  max-width: 100% !important;
}

@media (min-width: 768px) {
  footer.footer .footer-trust-mark {
    margin-top: 28px !important;
  }
}

@media (max-width: 767px) {
  footer.footer .footer-bottom-container {
    grid-template-columns: 1fr !important;
    gap: 16px !important;
  }

  footer.footer .footer-trust-mark {
    grid-column: 1 !important;
    justify-content: center !important;
  }

  footer.footer .footer-bottom-container .footerAddress {
    grid-column: 1 !important;
  }
}

footer.footer .footerAddress p {
  margin: 0 0 4px !important;
  color: #DCE9F3 !important;
  line-height: 1.55 !important;
}

footer.footer .footerAddress p:last-child {
  margin-bottom: 0 !important;
}

footer.footer .footer-rule {
  margin: 0 auto 12px !important;
}

/* Keep the footer from flashing before the page shell has finished revealing. */
footer.footer {
  opacity: 0 !important;
  visibility: hidden !important;
  transition: opacity 0.18s ease;
}

footer.footer.is-visible {
  opacity: 1 !important;
  visibility: visible !important;
}

/* Older pages sometimes append short explanatory copy outside their main wrapper. */
#content > h2,
#content > h3,
#content > h4,
#content > p,
#content > ul,
#content > ol {
  box-sizing: border-box;
  width: min(100%, 1320px);
  margin-left: auto;
  margin-right: auto;
  padding-left: clamp(24px, 4vw, 64px);
  padding-right: clamp(24px, 4vw, 64px);
}

.legacy-copy-section.standardLayout.container-fluid {
  clear: both;
  float: none !important;
  box-sizing: border-box;
  width: 100%;
  padding: 24px clamp(32px, 4vw, 72px) 36px !important;
}

.legacy-copy-section h2,
.legacy-copy-section h3 {
  margin-top: 0;
}

.legacy-copy-section p {
  max-width: 1240px;
  line-height: 1.65;
}

.knowledge-hub.standardLayout.container-fluid {
  clear: both;
  float: none !important;
  box-sizing: border-box;
  width: 100%;
  padding: 28px clamp(28px, 4vw, 72px) 22px !important;
}

.knowledge-hub-intro {
  max-width: 920px;
  margin-bottom: 24px;
  color: #26384B;
  font-size: 1.06rem;
  line-height: 1.65;
}

.knowledge-card-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin: 18px 0 26px;
}

.knowledge-card {
  display: flex;
  min-height: 145px;
  flex-direction: column;
  gap: 12px;
  justify-content: flex-start;
  padding: 20px;
  border: 1px solid #CFE1F1;
  border-radius: 8px;
  color: #002F63;
  background: #FFFFFF;
  box-shadow: 0 12px 28px rgba(11, 42, 74, 0.07);
  text-decoration: none;
}

.knowledge-card:hover,
.knowledge-card:focus {
  color: #004E9B;
  border-color: #8ABCE8;
  background: #F8FBFF;
  text-decoration: none;
}

.knowledge-card span {
  font-size: 1.06rem;
  font-weight: 800;
  line-height: 1.25;
}

.knowledge-card small {
  color: #34495E;
  font-size: 0.94rem;
  line-height: 1.5;
}

.knowledge-resource-strip {
  max-width: 1180px;
  padding: 18px 20px;
  border: 1px solid #CFE1F1;
  border-radius: 8px;
  background: #F7FAFD;
}

.knowledge-resource-strip h2 {
  margin: 0 0 8px;
  font-size: 1.32rem;
}

.knowledge-resource-strip p {
  margin-bottom: 0;
}

@media (max-width: 1100px) {
  .knowledge-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .knowledge-card-grid {
    grid-template-columns: 1fr;
  }
  
  .knowledge-card {
    min-height: 0;
  }
}

.media-library-page.standardLayout.container-fluid,
.training-page.standardLayout.container-fluid {
  clear: both;
  float: none !important;
  box-sizing: border-box;
  width: 100%;
  padding: 28px clamp(28px, 4vw, 72px) 32px !important;
}

.media-library-intro,
.training-intro {
  max-width: 980px;
  margin: 0 0 22px;
  color: #26384B;
  font-size: 1.08rem;
  line-height: 1.65;
}

.media-library-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 26px;
}

.media-library-actions a,
.training-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 10px 16px;
  border: 1px solid #9FC8EA;
  border-radius: 8px;
  color: #003B73;
  background: #F4FAFF;
  font-weight: 800;
  line-height: 1.2;
  text-decoration: none;
}

.media-library-actions a:hover,
.media-library-actions a:focus,
.training-cta:hover,
.training-cta:focus {
  border-color: #0072BC;
  color: #002F63;
  background: #EAF5FF;
  text-decoration: none;
}

.media-video-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin: 0;
}

.media-video-card {
  display: flex;
  min-width: 0;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid #CFE1F1;
  border-radius: 8px;
  color: #002F63;
  background: #FFFFFF;
  box-shadow: 0 14px 30px rgba(11, 42, 74, 0.08);
  text-decoration: none;
}

.media-video-card:hover,
.media-video-card:focus {
  border-color: #8ABCE8;
  color: #004E9B;
  background: #F8FBFF;
  text-decoration: none;
}

.media-video-thumb {
  display: block;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #EAF1F8;
}

.media-video-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.media-video-copy {
  display: flex;
  min-height: 190px;
  flex-direction: column;
  gap: 10px;
  padding: 18px;
}

.media-video-title {
  font-size: 1.08rem;
  font-weight: 800;
  line-height: 1.25;
}

.media-video-copy p {
  flex: 1;
  margin: 0;
  color: #34495E;
  line-height: 1.55;
}

.media-video-copy small {
  color: #006BA6;
  font-weight: 800;
}

.training-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(300px, 0.75fr);
  gap: 20px;
  align-items: stretch;
  margin: 22px 0;
}

.training-hero-copy,
.training-panel,
.training-card {
  border: 1px solid #CFE1F1;
  border-radius: 8px;
  background: #FFFFFF;
  box-shadow: 0 14px 30px rgba(11, 42, 74, 0.07);
}

.training-hero-copy {
  padding: 26px;
}

.training-hero-copy h2,
.training-panel h2,
.training-card h2 {
  margin: 0 0 12px;
  color: #002F63;
}

.training-hero-copy p,
.training-card p {
  max-width: 940px;
  margin-bottom: 14px;
  line-height: 1.62;
}

.training-panel {
  padding: 24px;
  background: #F7FAFD;
}

.training-panel ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0 !important;
  list-style: none !important;
  list-style-type: none !important;
}

.training-panel li {
  position: relative;
  display: block;
  padding-left: 20px;
  list-style: none !important;
  list-style-type: none !important;
  color: #26384B;
  line-height: 1.45;
}

.training-panel li::marker {
  content: "" !important;
  font-size: 0 !important;
}

.training-panel li::after {
  content: none !important;
}

.training-panel li::before {
  content: "";
  position: absolute;
  top: 0.58em;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #0072BC;
}

.training-card-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin: 20px 0 4px;
}

.training-card {
  padding: 20px;
}

.training-card span {
  display: block;
  margin-bottom: 28px;
  color: #008A9B;
  font-size: 0.88rem;
  font-weight: 900;
}

.training-card h2 {
  font-size: 1.14rem;
}

.training-card p {
  margin-bottom: 0;
  color: #34495E;
}

@media (max-width: 1100px) {
  .media-video-grid,
  .training-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  
  .training-hero-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .media-video-grid,
  .training-card-grid {
    grid-template-columns: 1fr;
  }
  
  .media-video-copy {
    min-height: 0;
  }
  
  .training-hero-copy,
  .training-panel,
  .training-card {
    padding: 18px;
  }
}

/* Download template guidance blocks */
.template-guidance {
  float: none !important;
  clear: both;
  max-width: none;
  padding-top: 28px;
  padding-bottom: 30px;
}

.template-guidance h3 {
  margin-top: 20px;
  color: #2C3E50;
}

.template-guidance h3:first-child {
  margin-top: 0;
}

.template-guidance p {
  max-width: 1200px;
  line-height: 1.65;
}

/* Primary navigation mega menu refinement */
.navBarTop {
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.08);
}

.navBarTop .navbar-nav {
  align-items: center;
}

.navBarTop .nav-link {
  border-radius: 6px;
}

.navBarTop .dropdown-toggle::after {
  margin-left: 0.35rem;
  vertical-align: 0.12em;
}

.adaptive-mega-menu {
  background: #FFFFFF;
  border: 1px solid #C8D9EF;
  border-radius: 8px;
  box-shadow: 0 22px 55px rgba(5, 34, 68, 0.22);
  gap: 18px 20px;
  margin-top: 12px !important;
  padding: 20px;
  width: min(900px, calc(100vw - 36px));
}

.adaptive-mega-menu.show,
.dropdown:hover > .adaptive-mega-menu {
  display: grid;
}

.adaptive-mega-menu-capa-software {
  grid-template-columns: 1.15fr 1.25fr 0.8fr;
}

.adaptive-mega-menu-industries,
.adaptive-mega-menu-other-products {
  grid-template-columns: repeat(2, minmax(220px, 1fr));
  width: min(720px, calc(100vw - 36px));
}

.adaptive-mega-menu-more {
  grid-template-columns: repeat(3, minmax(190px, 1fr));
  right: 0;
  left: auto;
  width: min(820px, calc(100vw - 36px));
}

.adaptive-mega-intro {
  background: #F2F7FD;
  border-left: 3px solid #00A88E;
  color: #15355C;
  display: flex;
  font-size: 14px;
  font-weight: 500;
  grid-column: 1 / -1;
  line-height: 1.45;
  padding: 12px 14px;
}

.adaptive-mega-group {
  min-width: 0;
}

.adaptive-mega-heading {
  color: #006072;
  display: block;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.04em;
  margin: 0 0 8px;
  text-transform: uppercase;
}

.adaptive-mega-list {
  display: grid;
  gap: 6px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.adaptive-nav-card,
.adaptive-nav-card.dropdown-item {
  border-radius: 6px;
  color: #072B55;
  display: block;
  padding: 10px 11px;
  text-decoration: none;
  white-space: normal;
}

.adaptive-nav-card:hover,
.adaptive-nav-card:focus {
  background: #EAF4FF;
  color: #003E82;
}

.adaptive-nav-card.active {
  background: #026FBD;
  color: #FFFFFF;
}

.adaptive-nav-card-title,
.adaptive-nav-card-copy {
  display: block;
}

.adaptive-nav-card-title {
  font-size: 15px;
  font-weight: 800;
  line-height: 1.2;
}

.adaptive-nav-card-copy {
  color: #426080;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.35;
  margin-top: 4px;
}

.adaptive-nav-card.active .adaptive-nav-card-copy {
  color: rgba(255, 255, 255, 0.88);
}

@media (min-width: 992px) {
  .navBarTop .dropdown {
    position: static;
  }
  
  .navBarTop .navbar-collapse {
    position: relative;
  }
  
  .navBarTop .dropdown-menu.adaptive-mega-menu {
    left: 0;
    top: 100%;
  }
  
  .navBarTop .dropdown-menu.adaptive-mega-menu-more {
    left: auto;
    right: 0;
  }
}

@media (max-width: 991.98px) {
  .adaptive-mega-menu,
  .adaptive-mega-menu.show,
  .dropdown:hover > .adaptive-mega-menu {
    background: rgba(255, 255, 255, 0.05);
    border: 0;
    border-radius: 0;
    box-shadow: none;
    display: block;
    margin: 0 !important;
    padding: 4px 12px 10px;
    width: 100%;
  }
  
  .adaptive-mega-intro {
    background: rgba(207, 223, 247, 0.1);
    border-left-color: #59D4BE;
    color: #E9F4FF;
    margin: 4px 0 10px;
  }
  
  .adaptive-mega-group {
    margin-top: 12px;
  }
  
  .adaptive-mega-heading {
    color: #9FE8D9;
    padding-left: 4px;
  }
  
  .adaptive-nav-card,
  .adaptive-nav-card.dropdown-item {
    color: #FFFFFF;
    padding: 9px 8px;
  }
  
  .adaptive-nav-card:hover,
  .adaptive-nav-card:focus,
  .adaptive-nav-card.active {
    background: rgba(255, 255, 255, 0.12);
    color: #FFFFFF;
  }
  
  .adaptive-nav-card-copy,
  .adaptive-nav-card.active .adaptive-nav-card-copy {
    color: #CFDFF7;
  }
}

/* Keep desktop mega menus reachable while moving from the nav item to the panel */
@media (min-width: 992px) {
  .navBarTop .dropdown-menu.adaptive-mega-menu {
    margin-top: 0 !important;
    top: calc(100% - 1px);
  }
  
  .navBarTop .dropdown-menu.adaptive-mega-menu::before {
    content: "";
    display: block;
    height: 14px;
    left: 0;
    position: absolute;
    right: 0;
    top: -14px;
  }
}

/* Stronger mega-menu text contrast */
.adaptive-nav-card,
.adaptive-nav-card.dropdown-item {
  color: #003E82;
}

.adaptive-nav-card-title {
  color: #003E82;
}

.adaptive-nav-card-copy {
  color: #243F5F;
}

.adaptive-mega-heading {
  color: #004F8F;
}

.adaptive-nav-card:hover,
.adaptive-nav-card:focus {
  background: #DCEEFF;
  color: #002F63;
}

.adaptive-nav-card:hover .adaptive-nav-card-title,
.adaptive-nav-card:focus .adaptive-nav-card-title {
  color: #002F63;
}

.adaptive-nav-card:hover .adaptive-nav-card-copy,
.adaptive-nav-card:focus .adaptive-nav-card-copy {
  color: #173554;
}

.adaptive-nav-card.active,
.adaptive-nav-card.active .adaptive-nav-card-title {
  color: #FFFFFF;
}

@media (max-width: 991.98px) {
  .adaptive-nav-card,
  .adaptive-nav-card.dropdown-item,
  .adaptive-nav-card-title {
    color: #FFFFFF;
  }
  
  .adaptive-nav-card-copy {
    color: #DDEBFA;
  }
}

/* Stronger mega-menu intro strip contrast */
.adaptive-mega-intro {
  background: #EAF4FF;
  border-left-color: #008E78;
  color: #063B67;
  font-weight: 700;
}

@media (max-width: 991.98px) {
  .adaptive-mega-intro {
    background: rgba(207, 223, 247, 0.16);
    border-left-color: #6AF0D8;
    color: #FFFFFF;
  }
}

/* Force readable mega-menu intro text after legacy navbar rules */
.adaptive-mega-menu .adaptive-mega-intro,
.adaptive-mega-menu .adaptive-mega-intro span {
  color: #003E82 !important;
  opacity: 1 !important;
}

.adaptive-mega-menu .adaptive-mega-intro {
  background: #DCEEFF !important;
  border-left-color: #007A68 !important;
}

@media (max-width: 991.98px) {
  .adaptive-mega-menu .adaptive-mega-intro,
  .adaptive-mega-menu .adaptive-mega-intro span {
    color: #FFFFFF !important;
  }
}

/* Keep the More menu anchored to its trigger instead of the far page edge */
@media (min-width: 992px) {
  .navBarTop .dropdown:has(.adaptive-mega-menu-more) {
    position: relative;
  }
  
  .navBarTop .dropdown-menu.adaptive-mega-menu-more {
    left: auto;
    right: 0;
    transform: none;
  }
}

/* Live-site hardening for desktop mega-menu stacking and hover */
@media (min-width: 992px) {
  header,
  .navBarTop,
  .navBarTop .container-fluid,
  .navBarTop .navbar-collapse,
  .navBarTop .navbar-nav,
  .navBarTop .dropdown {
    overflow: visible !important;
  }
  
  header {
    position: relative;
    z-index: 5000;
  }
  
  .navBarTop .dropdown-menu.adaptive-mega-menu {
    display: none;
    pointer-events: auto;
    position: absolute;
    z-index: 5100;
  }
  
  .navBarTop .dropdown:hover > .adaptive-mega-menu,
  .navBarTop .dropdown:focus-within > .adaptive-mega-menu,
  .navBarTop .dropdown > .adaptive-mega-menu.show {
    display: grid !important;
  }
  
  .navBarTop .adaptive-nav-dropdown-more {
    position: relative;
  }
  
  .navBarTop .adaptive-nav-dropdown-more > .adaptive-mega-menu-more {
    left: auto !important;
    right: 0 !important;
    top: calc(100% - 1px) !important;
  }
}

/* CAPA Manager features page */
body.capa-features-template {
  background: #FFFFFF;
}

.features-hero {
  align-items: stretch;
  background: linear-gradient(135deg, #062D59 0%, #0A4C87 54%, #00A88E 100%);
  color: #FFFFFF;
  display: grid;
  gap: 32px;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.8fr);
  margin: 0;
  max-width: none;
  overflow: hidden;
  padding: clamp(42px, 6vw, 84px) clamp(20px, 5vw, 70px);
  position: relative;
}

.features-hero::after {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px), linear-gradient(180deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px);
  background-size: 44px 44px;
  content: "";
  inset: 0;
  opacity: 0.25;
  pointer-events: none;
  position: absolute;
}

.features-hero-copy,
.features-hero-panel {
  position: relative;
  z-index: 1;
}

.features-eyebrow,
.features-kicker {
  color: #007A68;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.04em;
  margin: 0 0 12px;
  text-transform: uppercase;
}

.features-hero .features-eyebrow {
  color: #9FF3DF;
}

.features-hero h1 {
  color: #FFFFFF;
  font-size: clamp(38px, 5vw, 70px);
  line-height: 1.02;
  margin: 0;
  max-width: 920px;
}

.features-hero-lead {
  color: #EAF5FF;
  font-size: clamp(18px, 2vw, 24px);
  line-height: 1.5;
  margin: 24px 0 0;
  max-width: 760px;
}

.features-hero-actions,
.features-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.features-primary-action,
.features-secondary-action {
  align-items: center;
  border-radius: 5px;
  display: inline-flex;
  font-weight: 800;
  min-height: 46px;
  padding: 0 18px;
  text-decoration: none !important;
}

.features-primary-action {
  background: #00C853;
  border: 1px solid #00C853;
  color: #FFFFFF !important;
}

.features-secondary-action {
  background: #FFFFFF;
  border: 1px solid #BBD4EC;
  color: #00428A !important;
}

.features-hero-panel {
  align-self: center;
  display: grid;
  gap: 16px;
}

.features-status-card,
.features-hero-list,
.features-snapshot article,
.features-grid article,
.features-standard-grid article,
.features-visual-card {
  border: 1px solid #C8D9EF;
  border-radius: 8px;
  box-shadow: 0 18px 40px rgba(8, 42, 80, 0.08);
}

.features-status-card {
  background: rgba(255, 255, 255, 0.94);
  color: #082B55;
  padding: 24px;
}

.features-status-label {
  color: #007A68;
  display: block;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.04em;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.features-status-card strong {
  color: #003E82;
  display: block;
  font-size: 24px;
  line-height: 1.18;
}

.features-status-card p {
  margin: 12px 0 0;
}

.features-hero-list {
  background: rgba(255, 255, 255, 0.12);
  list-style: none;
  margin: 0;
  padding: 14px;
}

.features-hero-list li {
  align-items: center;
  color: #FFFFFF;
  display: flex;
  font-weight: 800;
  gap: 12px;
  padding: 11px 8px;
}

.features-hero-list span {
  color: #9FF3DF;
  font-size: 13px;
}

.features-snapshot {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 0;
  max-width: none;
  padding: 28px clamp(20px, 5vw, 70px);
}

.features-snapshot article,
.features-grid article,
.features-standard-grid article {
  background: #FFFFFF;
  padding: 22px;
}

.features-snapshot strong {
  color: #003E82;
  display: block;
  font-size: 24px;
}

.features-snapshot span {
  color: #243F5F;
}

.features-section,
.features-visual-section,
.features-cta,
.features-link-section {
  margin: 0;
  max-width: none;
  padding: clamp(42px, 6vw, 78px) clamp(20px, 5vw, 70px);
}

.features-section-heading {
  max-width: 920px;
}

.features-section-heading h2,
.features-visual-copy h2,
.features-cta h2 {
  color: #003E82;
  font-size: clamp(30px, 3.4vw, 48px);
  line-height: 1.08;
  margin: 0;
}

.features-section-heading p,
.features-visual-copy p,
.features-cta p {
  color: #173554;
  font-size: 18px;
  line-height: 1.55;
  margin: 16px 0 0;
}

.features-grid,
.features-standard-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 28px;
}

.features-grid-large {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.features-grid h3,
.features-standard-grid h3 {
  color: #003E82;
  font-size: 22px;
  line-height: 1.16;
  margin: 0 0 10px;
}

.features-grid p,
.features-standard-grid p {
  color: #243F5F;
  font-size: 16px;
  line-height: 1.5;
  margin: 0;
}

.features-accent-section {
  background: #F4F9FE;
}

.features-visual-section {
  align-items: center;
  display: grid;
  gap: 36px;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 1fr);
}

.features-visual-section-reverse {
  grid-template-columns: minmax(360px, 1fr) minmax(0, 0.9fr);
}

.features-visual-section-reverse .features-visual-copy {
  order: 2;
}

.features-visual-section-reverse .features-visual-card {
  order: 1;
}

.features-visual-card {
  background: #FFFFFF;
  margin: 0;
  overflow: hidden;
  padding: 10px;
}

.features-visual-card img {
  border-radius: 5px;
  display: block;
  height: auto;
  width: 100%;
}

.features-check-list {
  display: grid;
  gap: 10px;
  list-style: none;
  margin: 22px 0 0;
  padding: 0;
}

.features-check-list li {
  color: #092F5C;
  font-weight: 700;
  line-height: 1.42;
  padding-left: 26px;
  position: relative;
}

.features-check-list li::before {
  color: #00A88E;
  content: "\2713";
  font-weight: 900;
  left: 0;
  position: absolute;
}

.features-standard-grid {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.features-standard-grid article {
  grid-column: span 2;
}

.features-cta {
  align-items: center;
  background: #082B55;
  color: #FFFFFF;
  display: flex;
  gap: 28px;
  justify-content: space-between;
}

.features-cta .features-kicker {
  color: #9FF3DF;
}

.features-cta h2,
.features-cta p {
  color: #FFFFFF;
}

.features-link-section {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  padding-top: 32px;
}

@media (max-width: 1100px) {
  .features-hero,
  .features-visual-section,
  .features-visual-section-reverse {
    grid-template-columns: 1fr;
  }
  
  .features-visual-section-reverse .features-visual-copy,
  .features-visual-section-reverse .features-visual-card {
    order: initial;
  }
  
  .features-snapshot,
  .features-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  
  .features-standard-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  
  .features-standard-grid article {
    grid-column: auto;
  }
}

@media (max-width: 680px) {
  .features-hero,
  .features-section,
  .features-visual-section,
  .features-cta,
  .features-link-section,
  .features-snapshot {
    padding-left: 18px;
    padding-right: 18px;
  }
  
  .features-snapshot,
  .features-grid,
  .features-standard-grid {
    grid-template-columns: 1fr;
  }
  
  .features-cta {
    align-items: flex-start;
    flex-direction: column;
  }
}

/* CAPA Manager features hero alignment refinement */
body.capa-features-template .features-hero {
  align-items: center;
  grid-template-columns: minmax(420px, 0.92fr) minmax(520px, 1.08fr);
}

body.capa-features-template .features-hero-copy {
  order: 2;
}

body.capa-features-template .features-hero-panel {
  align-self: center;
  order: 1;
}

body.capa-features-template .features-status-card {
  max-width: 620px;
}

body.capa-features-template .features-hero-list {
  max-width: 620px;
}

body.capa-features-template .features-hero-list li {
  color: #FFFFFF;
}

@media (max-width: 1180px) {
  body.capa-features-template .features-hero {
    grid-template-columns: 1fr;
  }
  
  body.capa-features-template .features-hero-copy,
  body.capa-features-template .features-hero-panel {
    order: initial;
  }
  
  body.capa-features-template .features-status-card,
  body.capa-features-template .features-hero-list {
    max-width: none;
  }
}

/* CAPA Manager features hero clean two-column layout */
body.capa-features-template .features-hero {
  align-items: center !important;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 480px) !important;
}

body.capa-features-template .features-hero-copy {
  justify-self: end;
  max-width: 820px;
  order: 1 !important;
}

body.capa-features-template .features-hero-panel {
  justify-self: start;
  max-width: 480px;
  order: 2 !important;
  width: 100%;
}

body.capa-features-template .features-status-card,
body.capa-features-template .features-hero-list {
  max-width: none;
  width: 100%;
}

body.capa-features-template .features-hero-list,
body.capa-features-template .features-hero-list li {
  list-style: none !important;
}

body.capa-features-template .features-hero-list {
  padding: 14px 18px;
}

body.capa-features-template .features-hero-list li {
  color: #FFFFFF !important;
  margin: 0;
  padding: 11px 0 !important;
}

body.capa-features-template .features-hero-list li::before,
body.capa-features-template .features-hero-list li::after {
  content: none !important;
  display: none !important;
}

body.capa-features-template .features-hero-list span {
  flex: 0 0 auto;
  width: 28px;
}

@media (max-width: 1180px) {
  body.capa-features-template .features-hero {
    grid-template-columns: 1fr !important;
  }
  
  body.capa-features-template .features-hero-copy,
  body.capa-features-template .features-hero-panel {
    justify-self: stretch;
    max-width: none;
    order: initial !important;
  }
}

/* CAPA Manager features page factual layout reset */
body.capa-features-template .features-hero {
  align-items: initial !important;
  display: block !important;
  min-height: 0;
  padding-bottom: clamp(36px, 5vw, 64px);
}

body.capa-features-template .features-hero-copy {
  justify-self: initial !important;
  margin: 0 auto;
  max-width: 1120px;
  order: initial !important;
}

body.capa-features-template .features-hero h1 {
  max-width: 980px;
}

body.capa-features-template .features-hero-lead {
  max-width: 900px;
}

body.capa-features-template .features-hero-panel {
  display: grid;
  gap: 16px;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  margin: 30px auto 0;
  max-width: 1120px;
  order: initial !important;
  width: 100%;
}

body.capa-features-template .features-status-card,
body.capa-features-template .features-hero-list {
  box-sizing: border-box;
  max-width: none !important;
  min-height: 100%;
  width: 100%;
}

body.capa-features-template ul,
body.capa-features-template ol,
body.capa-features-template li {
  list-style: none !important;
}

body.capa-features-template li::before,
body.capa-features-template li::after {
  content: none !important;
  display: none !important;
}

body.capa-features-template .features-check-list li::before {
  color: #00A88E;
  content: "\2713" !important;
  display: inline-block !important;
  font-weight: 900;
  left: 0;
  position: absolute;
}

body.capa-features-template .features-hero-list {
  align-content: center;
  display: grid;
  gap: 0;
  margin: 0;
  padding: 18px 22px !important;
}

body.capa-features-template .features-hero-list li {
  color: #FFFFFF !important;
  display: flex;
  gap: 12px;
  line-height: 1.3;
  margin: 0;
  padding: 10px 0 !important;
}

body.capa-features-template .features-hero-list span {
  color: #9FF3DF;
  flex: 0 0 30px;
  width: 30px;
}

@media (max-width: 900px) {
  body.capa-features-template .features-hero-panel {
    grid-template-columns: 1fr;
  }
}

/* CAPA Manager features snapshot grid and hero number cleanup */
body.capa-features-template .features-snapshot {
  align-items: stretch;
  display: grid !important;
  gap: 16px;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  padding-top: 24px;
}

body.capa-features-template .features-snapshot article {
  margin: 0 !important;
  min-width: 0;
  width: auto !important;
}

body.capa-features-template .features-hero-list span,
body.capa-features-template .features-hero-list span::before,
body.capa-features-template .features-hero-list span::after {
  background: none !important;
  content: none !important;
  display: inline-block !important;
  list-style: none !important;
  text-decoration: none !important;
}

body.capa-features-template .features-hero-list span {
  color: #9FF3DF !important;
  font-weight: 900;
}

@media (max-width: 1100px) {
  body.capa-features-template .features-snapshot {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 680px) {
  body.capa-features-template .features-snapshot {
    grid-template-columns: 1fr !important;
  }
}

/* Restore fixed header offset after mega-menu hardening */
@media (min-width: 992px) {
  header {
    left: 0;
    position: fixed !important;
    right: 0;
    top: 0;
    z-index: 5000;
  }
  
  .navBarTop,
  .navBarTop .container-fluid,
  .navBarTop .navbar-collapse,
  .navBarTop .navbar-nav,
  .navBarTop .dropdown {
    overflow: visible !important;
  }
}

/* CAPA Manager features hero workflow rows without list markers */
body.capa-features-template .features-hero-steps {
  align-content: center;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid #C8D9EF;
  border-radius: 8px;
  box-shadow: 0 18px 40px rgba(8, 42, 80, 0.08);
  display: grid;
  gap: 0;
  margin: 0;
  min-height: 100%;
  padding: 18px 22px;
}

body.capa-features-template .features-hero-step {
  align-items: center;
  color: #FFFFFF;
  display: flex;
  gap: 12px;
  line-height: 1.3;
  padding: 10px 0;
}

body.capa-features-template .features-hero-step::before,
body.capa-features-template .features-hero-step::after,
body.capa-features-template .features-hero-step span::before,
body.capa-features-template .features-hero-step span::after,
body.capa-features-template .features-hero-step strong::before,
body.capa-features-template .features-hero-step strong::after {
  content: none !important;
  display: none !important;
}

body.capa-features-template .features-hero-step span {
  color: #9FF3DF;
  flex: 0 0 30px;
  font-size: 13px;
  font-weight: 900;
  width: 30px;
}

body.capa-features-template .features-hero-step strong {
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 800;
}

/* CAPA Manager features check-list marker cleanup */
body.capa-features-template .features-check-list li {
  align-items: flex-start;
  display: flex;
  gap: 10px;
  padding-left: 0 !important;
}

body.capa-features-template .features-check-list li::before,
body.capa-features-template .features-check-list li::after {
  content: none !important;
  display: none !important;
}

body.capa-features-template .features-list-marker,
body.capa-features-template .features-list-marker::before,
body.capa-features-template .features-list-marker::after {
  background: none !important;
  content: none !important;
  list-style: none !important;
  text-decoration: none !important;
}

body.capa-features-template .features-list-marker {
  color: #00A88E !important;
  display: inline-block !important;
  flex: 0 0 18px;
  font-weight: 900;
  line-height: 1.35;
  width: 18px;
}

/* CAPA Manager features single checklist marker */
body.capa-features-template .features-check-list li {
  display: block !important;
  padding-left: 26px !important;
  position: relative;
}

body.capa-features-template .features-check-list li::before {
  color: #00A88E !important;
  content: "\2713" !important;
  display: block !important;
  font-weight: 900;
  left: 0;
  line-height: 1.42;
  position: absolute;
  top: 0;
}

body.capa-features-template .features-check-list li::after {
  content: none !important;
  display: none !important;
}

body.capa-features-template .features-list-marker {
  display: none !important;
}

/* CAPA Manager features plain lists: no CSS-generated ticks */
body.capa-features-template .features-plain-list {
  display: grid;
  gap: 12px;
  list-style: none !important;
  margin: 22px 0 0;
  padding: 0 !important;
}

body.capa-features-template .features-plain-list li {
  color: #092F5C;
  display: block !important;
  font-weight: 700;
  line-height: 1.45;
  list-style: none !important;
  margin: 0;
  padding: 0 !important;
  position: static !important;
}

body.capa-features-template .features-plain-list li::before,
body.capa-features-template .features-plain-list li::after,
body.capa-features-template .features-plain-list *::before,
body.capa-features-template .features-plain-list *::after {
  content: none !important;
  display: none !important;
}

/* CAPA Manager features plain-list text artefact cleanup */
body.capa-features-template .features-plain-list li,
body.capa-features-template .features-plain-list li *,
body.capa-features-template .features-plain-text {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  text-decoration: none !important;
}

body.capa-features-template .features-plain-list li::before,
body.capa-features-template .features-plain-list li::after,
body.capa-features-template .features-plain-list li *::before,
body.capa-features-template .features-plain-list li *::after,
body.capa-features-template .features-plain-text::before,
body.capa-features-template .features-plain-text::after {
  background: none !important;
  border: 0 !important;
  box-shadow: none !important;
  content: none !important;
  display: none !important;
}

body.capa-features-template .features-plain-text {
  color: #111111;
  display: inline;
  font-weight: 400;
}

/* CAPA Manager features plain-list dot markers */
body.capa-features-template .features-plain-list li {
  align-items: flex-start;
  display: flex !important;
  gap: 12px;
}

body.capa-features-template .features-plain-dot {
  background: #00A88E !important;
  border: 0 !important;
  border-radius: 50%;
  box-shadow: none !important;
  content: none !important;
  display: inline-block !important;
  flex: 0 0 8px;
  height: 8px;
  margin-top: 8px;
  width: 8px;
}

body.capa-features-template .features-plain-dot::before,
body.capa-features-template .features-plain-dot::after {
  content: none !important;
  display: none !important;
}

/* CAPA Manager factual features page */
body.capa-features-factual-template #content {
  background-image: none;
}

body.capa-features-factual-template .features-factual-hero {
  background: #FFFFFF;
  margin: 0;
  max-width: none;
  padding: clamp(46px, 7vw, 92px) clamp(22px, 6vw, 88px) clamp(32px, 5vw, 62px);
}

body.capa-features-factual-template .features-factual-eyebrow {
  color: #006072;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.04em;
  margin: 0 0 10px;
  text-transform: uppercase;
}

body.capa-features-factual-template .features-factual-hero h1 {
  background: none;
  color: #003E82;
  font-size: clamp(42px, 5.5vw, 72px);
  line-height: 1.02;
  margin: 0;
  max-width: 980px;
  padding: 0;
  text-align: left;
}

body.capa-features-factual-template .features-factual-lead {
  color: #173554;
  font-size: clamp(18px, 2vw, 23px);
  line-height: 1.5;
  margin: 22px 0 0;
  max-width: 980px;
}

body.capa-features-factual-template .features-factual-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

body.capa-features-factual-template .features-factual-summary,
body.capa-features-factual-template .features-factual-index,
body.capa-features-factual-template .features-factual-compliance,
body.capa-features-factual-template .features-link-section {
  background: #FFFFFF;
  margin: 0;
  max-width: none;
  padding-left: clamp(22px, 6vw, 88px);
  padding-right: clamp(22px, 6vw, 88px);
}

body.capa-features-factual-template .features-factual-summary {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  padding-bottom: 34px;
}

body.capa-features-factual-template .features-factual-summary article,
body.capa-features-factual-template .features-factual-card {
  background: #FFFFFF;
  border: 1px solid #C8D9EF;
  border-radius: 8px;
  box-shadow: 0 14px 34px rgba(8, 42, 80, 0.06);
}

body.capa-features-factual-template .features-factual-summary article {
  padding: 20px;
}

body.capa-features-factual-template .features-factual-summary h2,
body.capa-features-factual-template .features-factual-card h2,
body.capa-features-factual-template .features-factual-card-title {
  color: #003E82;
  font-size: 22px;
  font-weight: 900;
  line-height: 1.15;
  margin: 0;
}

body.capa-features-factual-template .features-factual-summary p {
  color: #243F5F;
  font-size: 15px;
  line-height: 1.45;
  margin: 10px 0 0;
}

body.capa-features-factual-template .features-factual-index {
  padding-bottom: clamp(44px, 6vw, 76px);
  padding-top: 26px;
}

body.capa-features-factual-template .features-factual-heading {
  max-width: 960px;
}

body.capa-features-factual-template .features-factual-heading h2,
body.capa-features-factual-template .features-factual-compliance h2 {
  color: #003E82;
  font-size: clamp(30px, 3.2vw, 46px);
  line-height: 1.08;
  margin: 0;
}

body.capa-features-factual-template .features-factual-heading p,
body.capa-features-factual-template .features-factual-compliance p {
  color: #173554;
  font-size: 18px;
  line-height: 1.55;
  margin: 14px 0 0;
}

body.capa-features-factual-template .features-factual-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 28px;
}

body.capa-features-factual-template .features-factual-card {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 22px;
}

body.capa-features-factual-template .features-factual-items {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

body.capa-features-factual-template .features-factual-items span {
  background: #F4F9FE;
  border: 1px solid #D6E5F3;
  border-radius: 4px;
  color: #173554;
  display: inline-flex;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.25;
  padding: 7px 9px;
}

body.capa-features-factual-template .features-factual-compliance {
  align-items: center;
  background: #F4F9FE;
  display: flex;
  gap: 26px;
  justify-content: space-between;
  padding-bottom: 42px;
  padding-top: 42px;
}

body.capa-features-factual-template .features-factual-compliance > div {
  max-width: 960px;
}

body.capa-features-factual-template .features-link-section {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  padding-bottom: 52px;
  padding-top: 30px;
}

@media (max-width: 1180px) {
  body.capa-features-factual-template .features-factual-summary,
  body.capa-features-factual-template .features-factual-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  body.capa-features-factual-template .features-factual-summary,
  body.capa-features-factual-template .features-factual-grid {
    grid-template-columns: 1fr;
  }
  
  body.capa-features-factual-template .features-factual-compliance {
    align-items: flex-start;
    flex-direction: column;
  }
}

/* CAPA Manager factual page summary alignment and non-link heading behavior */
body.capa-features-factual-template .features-factual-summary {
  align-items: stretch !important;
}

body.capa-features-factual-template .features-factual-summary > article {
  align-self: stretch !important;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  margin: 0 !important;
  min-height: 100%;
  transform: none !important;
}

body.capa-features-factual-template .features-factual-summary > article:first-child {
  margin-top: 0 !important;
}

.adaptive-mega-heading,
.adaptive-mega-heading:hover,
.adaptive-mega-heading:focus,
body.capa-features-factual-template .features-factual-summary h2,
body.capa-features-factual-template .features-factual-summary h2:hover,
body.capa-features-factual-template .features-factual-summary h2:focus,
body.capa-features-factual-template .features-factual-card h2,
body.capa-features-factual-template .features-factual-card h2:hover,
body.capa-features-factual-template .features-factual-card h2:focus,
body.capa-features-factual-template .features-factual-card-title,
body.capa-features-factual-template .features-factual-heading h2,
body.capa-features-factual-template .features-factual-heading h2:hover,
body.capa-features-factual-template .features-factual-heading h2:focus,
body.capa-features-factual-template .features-factual-compliance h2,
body.capa-features-factual-template .features-factual-compliance h2:hover,
body.capa-features-factual-template .features-factual-compliance h2:focus {
  color: #003E82 !important;
  cursor: default !important;
  text-decoration: none !important;
}

.adaptive-mega-heading,
.adaptive-mega-heading:hover,
.adaptive-mega-heading:focus {
  color: #004F8F !important;
  pointer-events: none;
}

/* Anchor mega menus to their own nav item when the desktop nav wraps */
@media (min-width: 992px) {
  .navBarTop .adaptive-nav-dropdown {
    position: relative !important;
  }
  
  .navBarTop .adaptive-nav-dropdown > .dropdown-menu.adaptive-mega-menu {
    left: 0 !important;
    right: auto !important;
    top: calc(100% - 1px) !important;
  }
  
  .navBarTop .adaptive-nav-dropdown > .dropdown-menu.adaptive-mega-menu-more {
    left: auto !important;
    right: 0 !important;
  }
  
  .navBarTop .adaptive-nav-dropdown > .dropdown-menu.adaptive-mega-menu::before {
    height: 8px;
    top: -8px;
  }
}

/* Keep anchored mega menus inside the viewport on narrower desktop screens */
@media (min-width: 992px) {
  .navBarTop .adaptive-nav-dropdown > .dropdown-menu.adaptive-mega-menu {
    max-width: calc(100vw - 28px);
  }
}

@media (min-width: 992px) and (max-width: 1280px) {
  .navBarTop .adaptive-nav-dropdown-capa-software > .adaptive-mega-menu-capa-software {
    left: 50% !important;
    right: auto !important;
    transform: translateX(-35%);
  }
  
  .navBarTop .adaptive-nav-dropdown-industries > .adaptive-mega-menu-industries,
  .navBarTop .adaptive-nav-dropdown-other-products > .adaptive-mega-menu-other-products {
    left: 50% !important;
    right: auto !important;
    transform: translateX(-50%);
  }
  
  .navBarTop .adaptive-nav-dropdown-more > .adaptive-mega-menu-more {
    left: auto !important;
    right: 0 !important;
    transform: none;
  }
}

@media (min-width: 992px) and (max-width: 1080px) {
  .navBarTop .adaptive-nav-dropdown-capa-software > .adaptive-mega-menu-capa-software {
    grid-template-columns: repeat(2, minmax(220px, 1fr));
    width: min(760px, calc(100vw - 28px));
  }
  
  .navBarTop .adaptive-nav-dropdown-more > .adaptive-mega-menu-more {
    grid-template-columns: repeat(2, minmax(210px, 1fr));
    width: min(680px, calc(100vw - 28px));
  }
}

/* Runtime-clamped mega menu panels */
@media (min-width: 992px) {
  .navBarTop .adaptive-mega-menu[style*="position: fixed"] {
    z-index: 5200;
  }
}

/* Restore CSS-only mega menu hover behavior after runtime clamp removal */
@media (min-width: 992px) {
  .navBarTop .adaptive-nav-dropdown:hover > .adaptive-mega-menu,
  .navBarTop .adaptive-nav-dropdown:focus-within > .adaptive-mega-menu,
  .navBarTop .adaptive-nav-dropdown > .adaptive-mega-menu.show {
    display: grid !important;
    position: absolute !important;
    z-index: 5200;
  }
}

/* Runtime horizontal shift for anchored mega menus */
@media (min-width: 992px) {
  .navBarTop .adaptive-nav-dropdown > .dropdown-menu.adaptive-mega-menu {
    transform: translateX(var(--abms-mega-shift, 0)) !important;
  }
}

/* Mega menu intro text is informational, not a link */
.adaptive-mega-menu .adaptive-mega-intro,
.adaptive-mega-menu .adaptive-mega-intro:hover,
.adaptive-mega-menu .adaptive-mega-intro:focus {
  background: #EAF4FF !important;
  border-left-color: #007A68 !important;
  color: #173554 !important;
  cursor: default !important;
  text-decoration: none !important;
}

.adaptive-mega-menu .adaptive-mega-intro span,
.adaptive-mega-menu .adaptive-mega-intro span:hover,
.adaptive-mega-menu .adaptive-mega-intro span:focus {
  color: #173554 !important;
  cursor: default !important;
  pointer-events: none;
  text-decoration: none !important;
}

/* Mobile navigation rebuilt as a native accordion */
@media (max-width: 991.98px) {
  .navBarTop #primaryNavigation {
    display: none !important;
  }
  
  .navBarTop .navbar-toggler {
    border-color: rgba(255, 255, 255, 0.38);
    margin-left: auto;
  }
  
  .adaptive-mobile-navigation {
    flex-basis: 100%;
    width: 100%;
  }
  
  .adaptive-mobile-nav-panel {
    background: #112B4A;
    border-top: 1px solid rgba(207, 223, 247, 0.18);
    max-height: calc(100vh - 82px);
    overflow-y: auto;
    padding: 8px 0 14px;
    width: 100%;
  }
  
  .adaptive-mobile-top-link,
  .adaptive-mobile-group > summary {
    align-items: center;
    background: transparent;
    border: 0;
    color: #FFFFFF !important;
    display: flex;
    font-size: 16px;
    font-weight: 800;
    justify-content: space-between;
    line-height: 1.25;
    min-height: 46px;
    padding: 12px 18px;
    text-decoration: none !important;
    width: 100%;
  }
  
  .adaptive-mobile-top-link:hover,
  .adaptive-mobile-top-link:focus,
  .adaptive-mobile-group > summary:hover,
  .adaptive-mobile-group > summary:focus {
    background: rgba(255, 255, 255, 0.08);
    color: #FFFFFF !important;
    outline: 0;
  }
  
  .adaptive-mobile-top-link.is-active {
    background: rgba(255, 255, 255, 0.12);
  }
  
  .adaptive-mobile-group {
    border: 0;
    margin: 0;
  }
  
  .adaptive-mobile-group > summary {
    cursor: pointer;
    list-style: none;
  }
  
  .adaptive-mobile-group > summary::-webkit-details-marker {
    display: none;
  }
  
  .adaptive-mobile-group > summary::after {
    border-right: 2px solid #9FE8D9;
    border-bottom: 2px solid #9FE8D9;
    content: "";
    display: block;
    height: 9px;
    transform: rotate(45deg);
    transition: transform 140ms ease;
    width: 9px;
  }
  
  .adaptive-mobile-group[open] > summary::after {
    transform: rotate(225deg);
  }
  
  .adaptive-mobile-group-body {
    background: #163052;
    padding: 4px 0 10px;
  }
  
  .adaptive-mobile-heading {
    color: #9FE8D9;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.04em;
    margin: 10px 18px 4px;
    text-transform: uppercase;
  }
  
  .adaptive-mobile-list {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  
  .adaptive-mobile-link {
    color: #FFFFFF !important;
    display: block;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.25;
    padding: 10px 26px;
    text-decoration: none !important;
  }
  
  .adaptive-mobile-link:hover,
  .adaptive-mobile-link:focus,
  .adaptive-mobile-link.is-active {
    background: rgba(255, 255, 255, 0.08);
    color: #FFFFFF !important;
  }
  
  .adaptive-mobile-actions {
    border-top: 1px solid rgba(207, 223, 247, 0.18);
    display: grid;
    gap: 10px;
    margin-top: 8px;
    padding: 14px 18px 4px;
  }
  
  .adaptive-mobile-flag {
    align-items: center;
    color: #FFFFFF !important;
    display: flex;
    font-size: 14px;
    font-weight: 700;
    gap: 10px;
    text-decoration: none !important;
  }
  
  .adaptive-mobile-flag img {
    flex: 0 0 auto;
    height: auto;
    width: 30px;
  }
  
  .adaptive-mobile-login,
  .adaptive-mobile-demo {
    align-items: center;
    border-radius: 4px;
    display: flex;
    font-weight: 900;
    justify-content: center;
    min-height: 44px;
    padding: 10px 14px;
    text-decoration: none !important;
  }
  
  .adaptive-mobile-login {
    border: 1px solid rgba(207, 223, 247, 0.7);
    color: #FFFFFF !important;
  }
  
  .adaptive-mobile-demo {
    background: #00C853;
    color: #FFFFFF !important;
  }
  
  .adaptive-mobile-chat {
    cursor: pointer;
    text-align: left;
  }
}

@media (min-width: 992px) {
  .adaptive-mobile-navigation {
    display: none !important;
  }
}

/* Mobile navigation: keep burger fixed and remove side strip */
@media (max-width: 991.98px) {
  .navBarTop .container-fluid {
    align-items: center;
    display: flex;
    max-width: none !important;
    padding-left: 10px;
    padding-right: 76px;
    position: relative;
    width: 100% !important;
  }
  
  .navBarTop .navbar-brand {
    flex: 0 1 auto;
    min-width: 0;
  }
  
  .navBarTop .navbar-toggler {
    margin: 0 !important;
    position: absolute;
    right: 18px;
    top: 16px;
    z-index: 20;
  }
  
  .adaptive-mobile-navigation {
    flex: 0 0 100vw !important;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    order: 3;
    padding: 0 10px 0 10px;
    width: 100vw !important;
  }
  
  .adaptive-mobile-navigation.collapsing,
  .adaptive-mobile-navigation.show {
    display: block !important;
  }
  
  .adaptive-mobile-nav-panel {
    border-right: 0 !important;
    box-shadow: none !important;
    margin: 0;
    width: 100% !important;
  }
}

/* Mobile navigation: open below header without moving the header */
@media (max-width: 991.98px) {
  .navBarTop {
    position: relative;
  }
  
  .navBarTop .container-fluid {
    min-height: 72px;
    padding-right: 76px;
  }
  
  .adaptive-mobile-navigation {
    bottom: auto;
    flex: none !important;
    left: 0;
    margin: 0 !important;
    order: initial;
    padding: 0 !important;
    position: absolute;
    right: 0;
    top: 100%;
    width: 100% !important;
    z-index: 1200;
  }
  
  .adaptive-mobile-navigation.collapsing {
    height: auto !important;
    overflow: hidden;
  }
  
  .adaptive-mobile-nav-panel {
    border-top: 1px solid rgba(207, 223, 247, 0.18);
    margin: 0;
    max-height: calc(100vh - 72px);
    overflow-y: auto;
    padding: 8px 10px 14px;
    width: 100% !important;
  }
}

/* Mobile navigation: quiet internal scrollbar */
@media (max-width: 991.98px) {
  .adaptive-mobile-nav-panel {
    scrollbar-color: rgba(159, 232, 217, 0.45) rgba(7, 28, 51, 0.45);
    scrollbar-gutter: stable;
    scrollbar-width: thin;
  }
  
  .adaptive-mobile-nav-panel::-webkit-scrollbar {
    width: 8px;
  }
  
  .adaptive-mobile-nav-panel::-webkit-scrollbar-track {
    background: rgba(7, 28, 51, 0.45);
    border-radius: 999px;
  }
  
  .adaptive-mobile-nav-panel::-webkit-scrollbar-thumb {
    background: rgba(159, 232, 217, 0.42);
    border: 2px solid rgba(7, 28, 51, 0.45);
    border-radius: 999px;
  }
  
  .adaptive-mobile-nav-panel::-webkit-scrollbar-thumb:hover {
    background: rgba(159, 232, 217, 0.68);
  }
}

/* Mobile navigation: compact sticky action buttons */
@media (max-width: 991.98px) {
  .adaptive-mobile-actions {
    background: #112B4A;
    bottom: 0;
    box-shadow: 0 -10px 18px rgba(7, 28, 51, 0.34);
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.35fr);
    padding: 10px 16px 12px;
    position: sticky;
    z-index: 2;
  }
  
  .adaptive-mobile-flag {
    grid-column: 1 / -1;
    min-width: 0;
  }
  
  .adaptive-mobile-login,
  .adaptive-mobile-demo {
    min-height: 40px;
    padding: 8px 10px;
    width: 100%;
  }
  
  .adaptive-mobile-demo {
    white-space: normal;
  }
}

@media (max-width: 360px) {
  .adaptive-mobile-actions {
    grid-template-columns: 1fr;
  }
}

/* Mobile navigation: narrower action buttons */
@media (max-width: 991.98px) {
  .adaptive-mobile-actions {
    column-gap: 8px;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    max-width: 430px;
    width: calc(100% - 28px);
  }
  
  .adaptive-mobile-login,
  .adaptive-mobile-demo {
    justify-self: stretch;
    max-width: 210px;
  }
  
  .adaptive-mobile-login {
    justify-self: end;
  }
  
  .adaptive-mobile-demo {
    justify-self: start;
  }
}

@media (max-width: 430px) {
  .adaptive-mobile-actions {
    max-width: 360px;
  }
  
  .adaptive-mobile-login,
  .adaptive-mobile-demo {
    max-width: none;
  }
}

/* Mobile navigation: compact centered action group */
@media (max-width: 991.98px) {
  .adaptive-mobile-actions {
    grid-template-columns: 128px 190px;
    justify-content: center;
    max-width: 360px;
    padding-left: 12px;
    padding-right: 12px;
    width: auto;
  }
  
  .adaptive-mobile-flag {
    justify-self: start;
    width: 100%;
  }
  
  .adaptive-mobile-login,
  .adaptive-mobile-demo {
    justify-self: stretch;
    max-width: none;
    width: auto;
  }
}

@media (max-width: 380px) {
  .adaptive-mobile-actions {
    grid-template-columns: 1fr;
    max-width: 260px;
  }
}

/* Mobile navigation: natural-size action buttons */
@media (max-width: 991.98px) {
  .adaptive-mobile-actions {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    grid-template-columns: none;
    justify-content: flex-start;
    margin: 8px 18px 0;
    max-width: none;
    padding: 12px 0 4px;
    width: auto;
  }
  
  .adaptive-mobile-flag {
    flex: 0 0 100%;
    grid-column: auto;
    justify-self: auto;
    width: auto;
  }
  
  .adaptive-mobile-login,
  .adaptive-mobile-demo {
    flex: 0 0 auto;
    justify-self: auto;
    min-height: 38px;
    max-width: none;
    padding: 8px 16px;
    width: auto;
  }
  
  .adaptive-mobile-login {
    min-width: 92px;
  }
  
  .adaptive-mobile-demo {
    min-width: 0;
  }
}

@media (max-width: 340px) {
  .adaptive-mobile-login,
  .adaptive-mobile-demo {
    width: 100%;
  }
}

/* CAPA product pages: differentiated dark hero treatments */
body.capa-software-template,
body.eightd-template,
body.corrective-action-template,
body.product-refresh-template:not(.industry-template) {
  --capa-hero-ink: #FFFFFF;
  --capa-hero-muted: #D9E7F6;
  --capa-hero-line: rgba(190, 220, 246, 0.28);
  --capa-hero-shadow: 0 24px 60px rgba(2, 16, 34, 0.34);
  --capa-hero-glass: rgba(9, 32, 58, 0.78);
  --capa-hero-glass-strong: rgba(7, 24, 45, 0.88);
  --capa-hero-overlay-left: rgba(2, 14, 29, 0.76);
  --capa-hero-overlay-mid: rgba(4, 28, 52, 0.56);
  --capa-hero-overlay-end: rgba(4, 18, 34, 0.20);
}

body.capa-software-template {
  --product-accent: #43C7FF;
  --product-accent-dark: #0072B8;
  --product-soft: rgba(67, 199, 255, 0.13);
  --capa-hero-glass: rgba(7, 37, 68, 0.80);
  --capa-hero-overlay-left: rgba(3, 21, 42, 0.82);
  --capa-hero-overlay-mid: rgba(0, 81, 163, 0.52);
}

body.eightd-template {
  --product-accent: #A58BFF;
  --product-accent-dark: #5B47B7;
  --product-soft: rgba(165, 139, 255, 0.14);
  --capa-hero-glass: rgba(28, 21, 67, 0.80);
  --capa-hero-overlay-left: rgba(17, 13, 45, 0.84);
  --capa-hero-overlay-mid: rgba(74, 53, 138, 0.54);
}

body.corrective-action-template {
  --product-accent: #63E0D2;
  --product-accent-dark: #087870;
  --product-soft: rgba(99, 224, 210, 0.14);
  --capa-hero-glass: rgba(6, 54, 58, 0.80);
  --capa-hero-overlay-left: rgba(2, 30, 34, 0.84);
  --capa-hero-overlay-mid: rgba(4, 98, 93, 0.54);
}

body.fracAS-template {
  --product-accent: #FF9B7D;
  --product-accent-dark: #A53C2F;
  --product-soft: rgba(255, 155, 125, 0.15);
  --capa-hero-glass: rgba(67, 22, 18, 0.82);
  --capa-hero-overlay-left: rgba(39, 13, 11, 0.86);
  --capa-hero-overlay-mid: rgba(143, 48, 37, 0.54);
}

body.audit-action-template {
  --product-accent: #FFD36A;
  --product-accent-dark: #8A6500;
  --product-soft: rgba(255, 211, 106, 0.16);
  --capa-hero-glass: rgba(60, 45, 8, 0.82);
  --capa-hero-overlay-left: rgba(38, 28, 6, 0.86);
  --capa-hero-overlay-mid: rgba(122, 90, 0, 0.54);
}

body.environmental-template {
  --product-accent: #8CE58D;
  --product-accent-dark: #2F7D32;
  --product-soft: rgba(140, 229, 141, 0.14);
  --capa-hero-glass: rgba(14, 52, 25, 0.82);
  --capa-hero-overlay-left: rgba(8, 31, 16, 0.86);
  --capa-hero-overlay-mid: rgba(47, 125, 50, 0.52);
}

body.hse-template {
  --product-accent: #FFB366;
  --product-accent-dark: #A04400;
  --product-soft: rgba(255, 179, 102, 0.15);
  --capa-hero-glass: rgba(68, 35, 6, 0.82);
  --capa-hero-overlay-left: rgba(42, 20, 3, 0.86);
  --capa-hero-overlay-mid: rgba(162, 68, 0, 0.52);
}

body.pir-template {
  --product-accent: #63D7FF;
  --product-accent-dark: #006C9A;
  --product-soft: rgba(99, 215, 255, 0.14);
  --capa-hero-glass: rgba(7, 49, 73, 0.82);
  --capa-hero-overlay-left: rgba(3, 29, 45, 0.86);
  --capa-hero-overlay-mid: rgba(0, 108, 154, 0.52);
}

body.enterprise-capa-template {
  --product-accent: #B8C7DA;
  --product-accent-dark: #4A5568;
  --product-soft: rgba(184, 199, 218, 0.15);
  --capa-hero-glass: rgba(24, 31, 42, 0.84);
  --capa-hero-overlay-left: rgba(12, 17, 24, 0.88);
  --capa-hero-overlay-mid: rgba(74, 85, 104, 0.54);
}

body.capa-software-template .capa-hero-v2,
body.eightd-template .eightd-hero,
body.corrective-action-template .corrective-hero,
body.product-refresh-template:not(.industry-template) .product-refresh-hero {
  background: #071C33;
}

body.capa-software-template .capa-hero-copy,
body.eightd-template .eightd-hero-copy,
body.corrective-action-template .corrective-hero-copy,
body.product-refresh-template:not(.industry-template) .product-refresh-copy {
  background: linear-gradient(145deg, var(--capa-hero-glass), var(--capa-hero-glass-strong)), radial-gradient(circle at 10% 0%, var(--product-soft), transparent 44%);
  border-color: var(--capa-hero-line);
  box-shadow: var(--capa-hero-shadow);
  color: var(--capa-hero-ink);
}

body.capa-software-template .capa-hero-v2 h1,
body.eightd-template .eightd-hero h1,
body.corrective-action-template .corrective-hero h1,
body.product-refresh-template:not(.industry-template) .product-refresh-hero h1,
body.capa-software-template .capa-hero-lead,
body.eightd-template .eightd-hero-lead,
body.corrective-action-template .corrective-hero-lead,
body.product-refresh-template:not(.industry-template) .product-refresh-lead {
  color: var(--capa-hero-ink);
}

body.capa-software-template .capa-eyebrow,
body.eightd-template .eightd-eyebrow,
body.corrective-action-template .corrective-eyebrow,
body.product-refresh-template:not(.industry-template) .product-refresh-eyebrow {
  color: var(--product-accent) !important;
}

body.capa-software-template .capa-proof-points li,
body.eightd-template .eightd-proof-points li,
body.corrective-action-template .corrective-proof-points li,
body.product-refresh-template:not(.industry-template) .product-refresh-proof li {
  background: rgba(255, 255, 255, 0.08);
  border-color: var(--product-accent);
  color: var(--capa-hero-ink);
}

body.capa-software-template .capa-proof-points strong,
body.eightd-template .eightd-proof-points strong,
body.corrective-action-template .corrective-proof-points .proof-label,
body.product-refresh-template:not(.industry-template) .product-refresh-proof strong {
  color: var(--product-accent);
}

body.capa-software-template .capa-proof-points span,
body.eightd-template .eightd-proof-points span,
body.corrective-action-template .corrective-proof-points span,
body.product-refresh-template:not(.industry-template) .product-refresh-proof span {
  color: var(--capa-hero-muted);
}

body.capa-software-template .capa-secondary-action,
body.eightd-template .eightd-secondary-action,
body.corrective-action-template .corrective-secondary-action,
body.product-refresh-template:not(.industry-template) .product-refresh-secondary {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(216, 229, 244, 0.62);
  color: #FFFFFF;
}

body.capa-software-template .capa-secondary-action:hover,
body.capa-software-template .capa-secondary-action:focus,
body.eightd-template .eightd-secondary-action:hover,
body.eightd-template .eightd-secondary-action:focus,
body.corrective-action-template .corrective-secondary-action:hover,
body.corrective-action-template .corrective-secondary-action:focus,
body.product-refresh-template:not(.industry-template) .product-refresh-secondary:hover,
body.product-refresh-template:not(.industry-template) .product-refresh-secondary:focus {
  background: rgba(255, 255, 255, 0.16);
  color: #FFFFFF;
}

body.capa-software-template .capa-hero-media::after,
body.corrective-action-template .corrective-hero-media::after,
body.fracAS-template .product-refresh-media::after,
body.hse-template .product-refresh-media::after,
body.enterprise-capa-template .product-refresh-media::after {
  background: linear-gradient(90deg, var(--capa-hero-overlay-left) 0%, var(--capa-hero-overlay-mid) 44%, var(--capa-hero-overlay-end) 78%, rgba(2, 12, 24, 0.16) 100%) !important;
}

body.eightd-template .eightd-hero-media::after,
body.audit-action-template .product-refresh-media::after,
body.environmental-template .product-refresh-media::after,
body.pir-template .product-refresh-media::after {
  background: linear-gradient(270deg, var(--capa-hero-overlay-left) 0%, var(--capa-hero-overlay-mid) 44%, var(--capa-hero-overlay-end) 78%, rgba(2, 12, 24, 0.16) 100%) !important;
}

body.capa-software-template .capa-hero-copy::after,
body.eightd-template .eightd-hero-copy::after,
body.corrective-action-template .corrective-hero-copy::after,
body.product-refresh-template:not(.industry-template) .product-refresh-copy::after {
  content: "";
  display: block;
  width: 72px;
  height: 3px;
  margin-top: 22px;
  border-radius: 999px;
  background: var(--product-accent);
}

@media (max-width: 900px) {
  body.capa-software-template .capa-hero-copy,
  body.eightd-template .eightd-hero-copy,
  body.corrective-action-template .corrective-hero-copy,
  body.product-refresh-template:not(.industry-template) .product-refresh-copy {
    background: linear-gradient(145deg, rgba(9, 32, 58, 0.92), rgba(7, 24, 45, 0.95));
  }
  
  body.capa-software-template .capa-hero-media::after,
  body.eightd-template .eightd-hero-media::after,
  body.corrective-action-template .corrective-hero-media::after,
  body.product-refresh-template:not(.industry-template) .product-refresh-media::after {
    background: linear-gradient(180deg, rgba(3, 16, 31, 0.18), rgba(3, 16, 31, 0.48)) !important;
  }
}

/* 8D page: purple investigation accents */
body.eightd-template {
  --product-accent: #8B5CF6;
  --product-accent-dark: #5B35B1;
  --product-soft: rgba(139, 92, 246, 0.14);
  --capa-hero-glass: rgba(29, 24, 63, 0.82);
  --capa-hero-overlay-left: rgba(26, 22, 54, 0.84);
  --capa-hero-overlay-mid: rgba(91, 53, 177, 0.38);
}

/* Environmental page: clearer green accents */
body.environmental-template {
  --product-accent: #22C55E;
  --product-accent-dark: #15803D;
  --product-soft: rgba(34, 197, 94, 0.14);
  --capa-hero-glass: rgba(13, 54, 32, 0.82);
}

/* CAPA product pages: home-style image fade */
body.capa-software-template .capa-hero-media::after,
body.corrective-action-template .corrective-hero-media::after,
body.fracAS-template .product-refresh-media::after,
body.hse-template .product-refresh-media::after,
body.enterprise-capa-template .product-refresh-media::after {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.92) 0%, rgba(246, 250, 254, 0.76) 38%, rgba(255, 255, 255, 0.18) 78%, rgba(255, 255, 255, 0.06) 100%), linear-gradient(0deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.18)) !important;
}

body.eightd-template .eightd-hero-media::after,
body.audit-action-template .product-refresh-media::after,
body.environmental-template .product-refresh-media::after,
body.pir-template .product-refresh-media::after {
  background: linear-gradient(270deg, rgba(255, 255, 255, 0.92) 0%, rgba(246, 250, 254, 0.76) 38%, rgba(255, 255, 255, 0.18) 78%, rgba(255, 255, 255, 0.06) 100%), linear-gradient(0deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.18)) !important;
}

@media (max-width: 900px) {
  body.capa-software-template .capa-hero-media::after,
  body.eightd-template .eightd-hero-media::after,
  body.corrective-action-template .corrective-hero-media::after,
  body.product-refresh-template:not(.industry-template) .product-refresh-media::after {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.16) 0%, rgba(255, 255, 255, 0.72) 100%), linear-gradient(0deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.16)) !important;
  }
}

/* Environmental page: make the green identity visible in the hero */
body.environmental-template .product-refresh-hero h1 {
  color: #D9FBE5 !important;
}

body.environmental-template .product-refresh-eyebrow,
body.environmental-template .product-refresh-proof strong,
body.environmental-template .product-refresh-copy::after {
  color: #22C55E !important;
}

body.environmental-template .product-refresh-copy::after {
  background: #22C55E !important;
}

body.environmental-template .product-refresh-proof li {
  border-color: #22C55E !important;
}

/* HSE page: red safety incident accents */
body.hse-template {
  --product-accent: #EF4444;
  --product-accent-dark: #B91C1C;
  --product-soft: rgba(239, 68, 68, 0.14);
  --capa-hero-glass: rgba(72, 20, 20, 0.82);
}

body.hse-template .product-refresh-hero h1 {
  color: #FFE2E2 !important;
}

body.hse-template .product-refresh-eyebrow,
body.hse-template .product-refresh-proof strong,
body.hse-template .product-refresh-copy::after {
  color: #F87171 !important;
}

body.hse-template .product-refresh-copy::after {
  background: #F87171 !important;
}

body.hse-template .product-refresh-proof li {
  border-color: #F87171 !important;
}

/* Audit action page: amber audit finding accents */
body.audit-action-template {
  --product-accent: #F59E0B;
  --product-accent-dark: #B45309;
  --product-soft: rgba(245, 158, 11, 0.15);
  --capa-hero-glass: rgba(67, 44, 12, 0.82);
}

body.audit-action-template .product-refresh-hero h1 {
  color: #FFF3D6 !important;
}

body.audit-action-template .product-refresh-eyebrow,
body.audit-action-template .product-refresh-proof strong,
body.audit-action-template .product-refresh-copy::after {
  color: #FBBF24 !important;
}

body.audit-action-template .product-refresh-copy::after {
  background: #FBBF24 !important;
}

body.audit-action-template .product-refresh-proof li {
  border-color: #FBBF24 !important;
}

/* PIR page: plum product investigation accents */
body.pir-template {
  --product-accent: #D946EF;
  --product-accent-dark: #A21CAF;
  --product-soft: rgba(217, 70, 239, 0.14);
  --capa-hero-glass: rgba(58, 24, 70, 0.82);
}

body.pir-template .product-refresh-hero h1 {
  color: #FBE7FF !important;
}

body.pir-template .product-refresh-eyebrow,
body.pir-template .product-refresh-proof strong,
body.pir-template .product-refresh-copy::after {
  color: #E879F9 !important;
}

body.pir-template .product-refresh-copy::after {
  background: #E879F9 !important;
}

body.pir-template .product-refresh-proof li {
  border-color: #E879F9 !important;
}

/* PIR page: improve dark hero text contrast */
body.pir-template .product-refresh-eyebrow {
  color: #FFF7FF !important;
}

body.pir-template .product-refresh-secondary {
  color: #FFFFFF !important;
  border-color: rgba(255, 255, 255, 0.62) !important;
}

body.pir-template .product-refresh-secondary:hover,
body.pir-template .product-refresh-secondary:focus {
  color: #FFFFFF !important;
  border-color: rgba(255, 255, 255, 0.82) !important;
}

/* Product refresh pages: keep hero eyebrow and secondary button readable */
body.fracAS-template .product-refresh-eyebrow,
body.environmental-template .product-refresh-eyebrow,
body.hse-template .product-refresh-eyebrow,
body.pir-template .product-refresh-eyebrow {
  color: #FFF7FF !important;
}

body.fracAS-template .product-refresh-secondary,
body.environmental-template .product-refresh-secondary,
body.hse-template .product-refresh-secondary,
body.pir-template .product-refresh-secondary {
  color: #FFFFFF !important;
  border-color: rgba(255, 255, 255, 0.64) !important;
}

body.fracAS-template .product-refresh-secondary:hover,
body.fracAS-template .product-refresh-secondary:focus,
body.environmental-template .product-refresh-secondary:hover,
body.environmental-template .product-refresh-secondary:focus,
body.hse-template .product-refresh-secondary:hover,
body.hse-template .product-refresh-secondary:focus,
body.pir-template .product-refresh-secondary:hover,
body.pir-template .product-refresh-secondary:focus {
  color: #FFFFFF !important;
  border-color: rgba(255, 255, 255, 0.86) !important;
}

/* Audit action page: keep hero eyebrow and secondary button readable */
body.audit-action-template .product-refresh-eyebrow {
  color: #FFF7E6 !important;
}

body.audit-action-template .product-refresh-secondary {
  color: #FFFFFF !important;
  border-color: rgba(255, 255, 255, 0.64) !important;
}

body.audit-action-template .product-refresh-secondary:hover,
body.audit-action-template .product-refresh-secondary:focus {
  color: #FFFFFF !important;
  border-color: rgba(255, 255, 255, 0.86) !important;
}

/* Product hero panels: final secondary button contrast override */
body.capa-software-template .capa-secondary-action,
body.eightd-template .eightd-secondary-action,
body.corrective-action-template .corrective-secondary-action,
body.product-refresh-template:not(.industry-template) .product-refresh-secondary {
  color: #FFFFFF !important;
  border-color: rgba(255, 255, 255, 0.68) !important;
  background: rgba(255, 255, 255, 0.10) !important;
}

body.capa-software-template .capa-secondary-action:hover,
body.capa-software-template .capa-secondary-action:focus,
body.eightd-template .eightd-secondary-action:hover,
body.eightd-template .eightd-secondary-action:focus,
body.corrective-action-template .corrective-secondary-action:hover,
body.corrective-action-template .corrective-secondary-action:focus,
body.product-refresh-template:not(.industry-template) .product-refresh-secondary:hover,
body.product-refresh-template:not(.industry-template) .product-refresh-secondary:focus {
  color: #FFFFFF !important;
  border-color: rgba(255, 255, 255, 0.92) !important;
  background: rgba(255, 255, 255, 0.18) !important;
}

/* Product hero panels: final eyebrow contrast override */
body.capa-software-template .capa-eyebrow,
body.eightd-template .eightd-eyebrow,
body.corrective-action-template .corrective-eyebrow,
body.product-refresh-template:not(.industry-template) .product-refresh-eyebrow {
  color: #FFFFFF !important;
}

body.capa-software-template .capa-eyebrow::before,
body.eightd-template .eightd-eyebrow::before,
body.corrective-action-template .corrective-eyebrow::before,
body.product-refresh-template:not(.industry-template) .product-refresh-eyebrow::before {
  background: rgba(255, 255, 255, 0.82) !important;
}

/* Home-style hero: mobile pill spacing fix */
@media (max-width: 900px) {
  body.home-template .home-command-message > .home-command-kicker,
  body.enterprise-capa-template .home-command-message > .home-command-kicker {
    display: flex !important;
    width: fit-content !important;
    margin: 22px 0 16px !important;
  }
  
  body.home-template .home-command-message > .home-command-kicker + h1,
  body.enterprise-capa-template .home-command-message > .home-command-kicker + h1 {
    margin-top: 0 !important;
  }
}

/* Product FAQ grids: balance four-card FAQ sections as 2 x 2 */
.product-refresh-faq .product-refresh-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}

@media (max-width: 760px) {
  .product-refresh-faq .product-refresh-grid {
    grid-template-columns: 1fr !important;
  }
}

/* Product grids: balance four-card sections as 2 x 2 */
.product-refresh-grid.product-refresh-grid--balanced {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}

@media (max-width: 760px) {
  .product-refresh-grid.product-refresh-grid--balanced {
    grid-template-columns: 1fr !important;
  }
}

/* Industry hero pills: use one marker only */
body.industry-template .product-refresh-proof,
body.industry-template .product-refresh-proof li {
  list-style: none !important;
}

body.industry-template .product-refresh-proof li::marker {
  content: "" !important;
}

body.industry-template .product-refresh-proof li::before {
  content: none !important;
}

/* CAPA Manager factual feature availability labels */
body.capa-features-factual-template .features-factual-card-head {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: space-between;
}

body.capa-features-factual-template .features-factual-card-head h2,
body.capa-features-factual-template .features-factual-card-head .features-factual-card-title {
  flex: 1 1 220px;
}

body.capa-features-factual-template .features-factual-card--labelled {
  border-top: 4px solid #0A8F7A;
}

body.capa-features-factual-template .features-factual-item {
  align-items: center;
  gap: 7px;
}

body.capa-features-factual-template .features-factual-item--labelled {
  background: #EEF8F6;
  border-color: #B8DED7;
}

body.capa-features-factual-template .features-factual-item-text {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: inherit;
  display: inline;
  font: inherit;
  line-height: inherit;
  padding: 0;
}

body.capa-features-factual-template .features-availability-badge {
  align-items: center;
  border-radius: 999px;
  display: inline-flex;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.03em;
  line-height: 1;
  padding: 6px 8px;
  text-transform: uppercase;
  white-space: nowrap;
}

body.capa-features-factual-template .features-availability-badge--premium {
  background: #E9F7F3;
  border: 1px solid #89CBBB;
  color: #006B5E;
}

body.capa-features-factual-template .features-availability-badge--service {
  background: #FFF4E7;
  border: 1px solid #F0BF7D;
  color: #8A4A00;
}

@media (max-width: 760px) {
  body.capa-features-factual-template .features-factual-card-head {
    display: block;
  }
  
  body.capa-features-factual-template .features-factual-card-head .features-availability-badge {
    margin-top: 10px;
  }
}

/* CAPA Manager factual feature chips: prevent nested boxes */
body.capa-features-factual-template .features-factual-items .features-factual-item >
.features-factual-item-text {
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  color: inherit !important;
  display: inline !important;
  font: inherit !important;
  line-height: inherit !important;
  padding: 0 !important;
}

/* CAPA Manager factual feature availability hover help */
body.capa-features-factual-template .features-availability-badge {
  position: relative;
}

body.capa-features-factual-template .features-availability-badge::after {
  background: #102B46;
  border-radius: 6px;
  bottom: calc(100% + 9px);
  box-shadow: 0 10px 24px rgba(8, 42, 80, 0.18);
  color: #FFFFFF;
  content: attr(data-tooltip);
  font-size: 12px;
  font-weight: 700;
  left: 50%;
  letter-spacing: 0;
  line-height: 1.35;
  max-width: 230px;
  min-width: 190px;
  opacity: 0;
  padding: 8px 10px;
  pointer-events: none;
  position: absolute;
  text-align: left;
  text-transform: none;
  transform: translate(-50%, 4px);
  transition: opacity 0.16s ease, transform 0.16s ease;
  white-space: normal;
  z-index: 20;
}

body.capa-features-factual-template .features-availability-badge::before {
  border: 6px solid transparent;
  border-top-color: #102B46;
  bottom: calc(100% - 3px);
  content: "";
  left: 50%;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  transform: translate(-50%, 4px);
  transition: opacity 0.16s ease, transform 0.16s ease;
  z-index: 21;
}

body.capa-features-factual-template .features-availability-badge:hover::after,
body.capa-features-factual-template .features-availability-badge:focus::after,
body.capa-features-factual-template .features-availability-badge:hover::before,
body.capa-features-factual-template .features-availability-badge:focus::before {
  opacity: 1;
  transform: translate(-50%, 0);
}

@media (max-width: 760px) {
  body.capa-features-factual-template .features-availability-badge::after,
  body.capa-features-factual-template .features-availability-badge::before {
    display: none;
  }
}

/* CAPA Manager factual feature availability: premium badge finish */
body.capa-features-factual-template .features-factual-card--labelled {
  background: linear-gradient(#FFFFFF, #FFFFFF) padding-box, linear-gradient(135deg, rgba(0, 126, 111, 0.65), rgba(0, 62, 130, 0.28)) border-box;
  border: 1px solid transparent;
  border-top: 4px solid #007E6F;
}

body.capa-features-factual-template .features-factual-item--labelled {
  background: linear-gradient(135deg, #F7FCFB 0%, #EEF8F6 100%);
  border-color: #8DCFC2;
  box-shadow: 0 6px 16px rgba(0, 126, 111, 0.08);
}

body.capa-features-factual-template .features-availability-badge {
  border: 0;
  box-shadow: 0 7px 18px rgba(8, 42, 80, 0.14);
}

body.capa-features-factual-template .features-availability-badge--premium {
  background: linear-gradient(135deg, #004B8D 0%, #007E6F 100%);
  color: #FFFFFF;
}

body.capa-features-factual-template .features-availability-badge--service {
  background: linear-gradient(135deg, #6D3A00 0%, #B46B10 52%, #DFA943 100%);
  color: #FFFFFF;
}

/* Pricing value messaging */
.pricing-value-hero {
  align-items: stretch;
  background: linear-gradient(135deg, #F4F9FE 0%, #FFFFFF 58%, #EEF8F6 100%);
  border: 1px solid #C8D9EF;
  border-radius: 8px;
  display: grid;
  gap: 22px;
  grid-template-columns: minmax(0, 1fr) minmax(230px, 320px);
  margin: 18px 0;
  padding: clamp(22px, 4vw, 34px);
}

.pricing-eyebrow {
  color: #006072;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.04em;
  margin: 0 0 10px;
  text-transform: uppercase;
}

.pricing-value-hero h2 {
  color: #003E82;
  font-size: clamp(28px, 3.3vw, 44px);
  line-height: 1.08;
  margin: 0;
  max-width: 1050px;
}

.pricing-value-hero p {
  color: #173554;
  font-size: 18px;
  line-height: 1.55;
  margin: 14px 0 0;
  max-width: 920px;
}

.pricing-value-hero aside {
  background: #123A63;
  border-radius: 8px;
  color: #FFFFFF;
  display: grid;
  gap: 10px;
  padding: 22px;
}

.pricing-value-hero aside strong {
  color: #FFFFFF;
  font-size: 22px;
}

.pricing-value-hero aside span,
.pricing-trust-strip span,
.home-pricing-proof span {
  align-items: center;
  display: inline-flex;
  gap: 8px;
}

.pricing-value-hero aside span::before,
.pricing-trust-strip span::before,
.home-pricing-proof span::before {
  color: #00C853;
  content: "\2713";
  font-weight: 900;
}

.pricing-trust-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 16px 0 20px;
}

.pricing-trust-strip span,
.home-pricing-proof span {
  background: #FFFFFF;
  border: 1px solid #C8D9EF;
  border-radius: 999px;
  color: #173554;
  font-weight: 800;
  padding: 8px 12px;
}

.pricing-value-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 26px 0 28px;
}

.pricing-value-grid article {
  background: #FFFFFF;
  border: 1px solid #C8D9EF;
  border-top: 4px solid #007E6F;
  border-radius: 8px;
  box-shadow: 0 12px 28px rgba(8, 42, 80, 0.06);
  padding: 22px;
}

.pricing-value-grid h2 {
  color: #003E82;
  font-size: 23px;
  line-height: 1.16;
  margin: 0 0 10px;
}

.pricing-value-grid p {
  color: #173554;
  line-height: 1.58;
  margin: 0;
}

.home-pricing-value {
  align-items: center;
  background: #F4F9FE;
  border-top: 1px solid #C8D9EF;
  border-bottom: 1px solid #C8D9EF;
  display: grid;
  gap: 22px;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 460px) auto;
  padding-top: 32px;
  padding-bottom: 32px;
}

.home-pricing-value::before,
.home-pricing-value::after {
  display: none;
  content: none;
}

.home-pricing-value h2 {
  color: #00327C;
  margin: 0px 0 0;
}

.home-pricing-value p {
  color: #34495E;
  line-height: 1.62;
  margin: 12px 0 0;
}

.home-pricing-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}

.home-pricing-value .home-secondary-action {
  justify-self: end;
}

@media (max-width: 1100px) {
  .pricing-value-grid,
  .home-pricing-value {
    grid-template-columns: 1fr;
  }
  
  .home-pricing-value .home-secondary-action {
    justify-self: start;
  }
}

@media (max-width: 760px) {
  .pricing-value-hero {
    grid-template-columns: 1fr;
  }
  
  .pricing-value-grid {
    grid-template-columns: 1fr;
  }
}

/* Full-bleed hero pages: close the fixed-header seam */
body.home-template header,
body.product-refresh-template header,
body.capa-software-template header,
body.eightd-template header,
body.corrective-action-template header,
body.home-template .navBarTop,
body.product-refresh-template .navBarTop,
body.capa-software-template .navBarTop,
body.eightd-template .navBarTop,
body.corrective-action-template .navBarTop {
  background-color: #1D3557 !important;
  border-bottom: 0 !important;
  box-shadow: none !important;
}

body.home-template #content,
body.product-refresh-template #content,
body.capa-software-template #content,
body.eightd-template #content,
body.corrective-action-template #content {
  background-position: 0 0;
  padding-top: 0 !important;
}

body.home-template #content > :first-child,
body.product-refresh-template #content > :first-child,
body.capa-software-template #content > :first-child,
body.eightd-template #content > :first-child,
body.corrective-action-template #content > :first-child {
  border-top: 0 !important;
  margin-top: 0 !important;
}

body.home-template .home-command-hero,
body.product-refresh-template .product-refresh-hero.standardLayout.container-fluid,
body.capa-software-template .capa-hero-v2.standardLayout.container-fluid,
body.eightd-template .eightd-hero.standardLayout.container-fluid,
body.corrective-action-template .corrective-hero.standardLayout.container-fluid {
  padding-top: 0 !important;
}
/* Desktop mega menu: hovering one heading must hide any previously clicked pane */
@media (min-width: 992px) {
  .navBarTop:has(.adaptive-nav-dropdown:hover) .adaptive-nav-dropdown:not(:hover) > .adaptive-mega-menu {
    display: none !important;
  }
}

/* Outcome-focused home proof section */
.home-choice-section {
    background: #ffffff;
    padding-top: clamp(2rem, 4vw, 4rem);
    padding-bottom: clamp(2rem, 4vw, 4rem);
}

.home-choice-section .home-section-heading {
    max-width: 880px;
    margin-bottom: 1.5rem;
}

.home-choice-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
    margin: 1.25rem 0;
}

.home-choice-grid article {
    border: 1px solid #cfe0f3;
    border-top: 4px solid #00a886;
    border-radius: 8px;
    background: #f9fcff;
    padding: 1.1rem;
    box-shadow: 0 14px 34px rgba(13, 44, 84, 0.08);
}

.home-choice-grid strong {
    display: block;
    color: #003b82;
    font-size: 1.05rem;
    margin-bottom: 0.45rem;
}

.home-choice-grid span {
    display: block;
    color: #193a5b;
    line-height: 1.5;
}

.home-proof-strip {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
    margin-top: 1rem;
}

.home-proof-strip span {
    border: 1px solid #bdd3eb;
    border-radius: 999px;
    background: #ffffff;
    color: #003b82;
    font-weight: 800;
    padding: 0.55rem 0.85rem;
}

@media (max-width: 991.98px) {
    .home-choice-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 575.98px) {
    .home-choice-grid {
        grid-template-columns: 1fr;
    }
}
.pricing-addon-section {
  align-items: center;
  background: linear-gradient(135deg, #F7FBFF 0%, #FFFFFF 58%, #EFFAF6 100%);
  border: 1px solid #B9D3EE;
  border-left: 5px solid #007E6F;
  border-radius: 8px;
  box-shadow: 0 14px 32px rgba(8, 42, 80, 0.07);
  display: grid;
  gap: 22px;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 390px);
  margin: 28px 0;
  padding: 24px;
}

.pricing-addon-kicker {
  color: #007E6F;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .02em;
  margin: 0 0 8px;
  text-transform: uppercase;
}

.pricing-addon-section h2 {
  color: #003E82;
  font-size: 30px;
  line-height: 1.12;
  margin: 0 0 10px;
}

.pricing-addon-section p {
  color: #173554;
  line-height: 1.58;
  margin-bottom: 0;
}

.pricing-addon-action {
  background: #FFFFFF;
  border: 1px solid #C8D9EF;
  border-radius: 8px;
  padding: 18px;
}

.pricing-addon-action .tbtn {
  display: inline-flex;
  margin-top: 14px;
}

@media (max-width: 900px) {
  .pricing-addon-section {
    grid-template-columns: 1fr;
  }
}

/* Supplier 8D / SCAR product page */
body.supplier-8d-template .supplier-8d-hero-media {
  overflow: hidden;
  background: #F4F8FC;
}

body.supplier-8d-template .product-refresh-hero.standardLayout.container-fluid {
  left: 0;
  width: 100%;
  margin-right: 0;
  margin-left: 0;
}

body.supplier-8d-template .supplier-8d-hero-image {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

body.supplier-8d-template .product-refresh-eyebrow,
body.supplier-8d-template .product-refresh-proof .proof-label {
  color: #006E63;
}

body.supplier-8d-template .product-refresh-eyebrow::before,
body.supplier-8d-template .product-refresh-copy::after {
  background: #009688;
}

body.supplier-8d-template .product-refresh-proof li {
  border-left-color: #009688;
}

body.supplier-8d-template .product-refresh-panel {
  border-left: 5px solid #009688;
  background: linear-gradient(135deg, #F4FBFA 0%, #F6FAFE 100%);
}

body.supplier-8d-template .supplier-8d-use-cases {
  background: linear-gradient(180deg, rgba(244, 251, 250, 0.68), rgba(255, 255, 255, 0));
}

@media (max-width: 900px) {
  body.supplier-8d-template .supplier-8d-hero-image {
    object-fit: contain;
    object-position: center;
  }

  body.supplier-8d-template .supplier-8d-hero-media::after {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.02) 60%, rgba(255, 255, 255, 0.86) 100%);
  }
}
#content .free-account-proposition {
  margin: 0.85rem 0;
  color: inherit;
  font-weight: 700;
  line-height: 1.45;
}

/* Focused free-account signup landing page */
.signup-landing-conversion {
  width: min(100%, 760px);
  margin: 0 auto 42px;
}

.signup-landing-intro {
  margin-bottom: 22px;
  text-align: center;
}

.signup-landing-intro .basicH1 {
  margin-bottom: 12px;
  padding-top: 10px;
  text-align: center;
}

.signup-landing-lead {
  margin: 0 auto 18px;
  color: #21364D;
  font-size: clamp(1.15rem, 2vw, 1.35rem);
  font-weight: 600;
}

.signup-benefit-checklist {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 24px;
  width: min(100%, 520px);
  margin: 0 auto;
  padding: 0;
  list-style: none;
  text-align: left;
}

#content .signup-benefit-checklist li {
  position: relative;
  padding-left: 28px;
  color: #17324D;
  font-weight: 700;
  background-image: none;
}

.signup-benefit-checklist li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #008F5A;
  font-weight: 900;
}

.signup-landing-conversion .signupForm {
  box-sizing: border-box;
  width: 100%;
  max-width: 720px;
  margin: 0 auto;
  padding-top: 24px;
}

.signup-landing-conversion .buttons {
  text-align: center;
}

.signup-landing-conversion .buttons button {
  min-width: min(100%, 280px);
  min-height: 50px;
  font-size: 1.05rem;
}

.signup-upgrade-note {
  margin: 14px 0 0;
  color: #17324D;
  font-weight: 700;
  text-align: center;
}

@media (max-width: 560px) {
  .signup-landing-conversion {
    width: calc(100% - 15px);
  }

  .signup-benefit-checklist {
    grid-template-columns: 1fr;
    width: min(100%, 290px);
  }

  .signup-landing-conversion .signupForm {
    padding-right: 18px;
    padding-left: 18px;
  }
}
