/* Shared accessibility fixes; preserve the existing layout and brand. */
:root { --line: #e2e8f0; }
[hidden] { display: none !important; }
:focus-visible { outline: 3px solid #087544; outline-offset: 4px; }
.bg-navy :focus-visible,.site-footer :focus-visible,.hero :focus-visible { outline-color: #6ddbaa; }
button,a,input,select,textarea { touch-action: manipulation; }
button { font: inherit; }
h1,h2,h3 { overflow-wrap: anywhere; }
main:focus { outline: none; }
.car-dot { min-height: 24px; background: transparent !important; }
.car-dot::before { content: ""; position: absolute; height: 4px; inset-inline: 0; top: 10px; background: #ffffff66; border-radius: 4px; }
.car-dot::after { height: 4px; top: 10px; }
.car-pause { border: 1px solid #ffffff99; color: #fff; background: #08111fcc; border-radius: 8px; padding: 8px 12px; min-height: 44px; font-size: 14px; cursor: pointer; }
.car-pause[aria-pressed="true"] { background: #fff; color: #08111f; }
[data-motion-toggle] { padding: 8px 12px; min-height: 44px; border: 1px solid currentColor; border-radius: 8px; color: inherit; background: none; cursor: pointer; }
.site-footer [data-motion-toggle] { margin-block-start: 24px; }
[data-motion-toggle][aria-pressed="true"] { text-decoration: underline; text-underline-offset: 4px; }
[data-motion-paused="true"] *,[data-motion-paused="true"] *::before,[data-motion-paused="true"] *::after { animation-play-state: paused !important; scroll-behavior: auto !important; }
[data-motion-paused="true"] .reveal,[data-motion-paused="true"] .timeline-step__copy,[data-motion-paused="true"] .timeline-step__demo { opacity: 1 !important; transform: none !important; transition: none !important; }
.mega-link strong { display: block; font-size: 16px; color: var(--ink-900); }
.mega-title { display: block; color: #fff; font-size: 20px; margin-bottom: 12px; }
.footer-heading { font-size: 15px; line-height: 1.5; }
.site-footer ul a,.topnav a,.toc a { display: inline-block; padding-block: 3px; }
.btn-primary { background: #007b3d; color: #fff; }
.btn-primary:hover { background: #006331; }
.field input,.field select,.field textarea { font-size: 16px; }
.mobile-panel { overscroll-behavior: contain; }
.hero h1,.hero h2,.car-copy,.prod-body,.timeline-step__copy { overflow-wrap: break-word; min-width: 0; }
@media (max-width: 520px) { .car-ui .container { flex-wrap: wrap; gap: 6px 12px; } .car-dots { min-width: 160px; } }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto !important; }
  *,*::before,*::after { animation: none !important; transition: none !important; scroll-behavior: auto !important; }
}
.cc {
  position: fixed; inset-block-end: 0; inset-inline: 0; z-index: 300;
  background: #fff; border-top: 1px solid var(--line);
  box-shadow: 0 -10px 40px rgba(15,28,46,.14);
  transform: translateY(100%); transition: transform .32s cubic-bezier(.2,.8,.2,1);
}
.cc.is-in { transform: none; }
.cc__in {
  max-width: var(--container); margin-inline: auto;
  padding: 18px var(--gutter); padding-inline-end: 68px; display: grid; gap: 14px;
  grid-template-columns: 1fr auto; align-items: center;
}
.cc__text b { display: block; font-size: 16px; color: var(--ink-900); margin-bottom: 4px; }
.cc__text p { margin: 0; font-size: 14px; color: var(--ink-500); max-width: 70ch; }
.cc__btns { display: flex; gap: 10px; align-items: center; flex-wrap: wrap; justify-content: flex-end; }
.cc__link {
  background: none; border: 0; cursor: pointer; font: inherit; font-size: 14px;
  font-weight: 600; color: var(--teal-600); text-decoration: underline;
  text-underline-offset: 3px; padding: 6px;
}
/* an explicit display: value beats the [hidden] attribute, so restore it */
.cc [hidden] { display: none; }
.cc__opts { grid-column: 1 / -1; display: grid; gap: 8px; border-top: 1px solid var(--line); padding-top: 14px; }
.cc__opt { display: flex; gap: 10px; align-items: flex-start; font-size: 14px; color: var(--ink-500); cursor: pointer; }
.cc__opt input { margin-top: 3px; width: 17px; height: 17px; accent-color: var(--teal-500); flex: none; }
.cc__opt b { color: var(--ink-900); font-weight: 700; }
@media (max-width: 820px) {
  .cc__in { grid-template-columns: 1fr; }
  .cc__btns { justify-content: stretch; }
  .cc__btns .btn { flex: 1; justify-content: center; }
}


/* Legal pages share consent controls without importing marketing-page layout. */
.cc { --ink-900:#0f1c2e; --ink-500:#475569; --teal-500:#007b3d; --r-lg:20px; --gutter:24px; --container:1240px; color:#1e293b; background:#fff; max-height:70dvh; overflow-y:auto; overscroll-behavior:contain; }
.cc .btn { display:inline-flex; align-items:center; justify-content:center; min-height:44px; padding:10px 16px; border:1px solid #94a3b8; border-radius:8px; font:inherit; font-size:14px; cursor:pointer; }
.cc .btn-primary { background:#007b3d; color:#fff; }
.cc .btn-white { background:#fff; color:#1e293b; }
.cc a { text-decoration:underline; text-underline-offset:3px; }
.cc__link { min-height:44px; }
.cc-close { position:absolute; inset-inline-end:12px; top:8px; min-width:44px; min-height:44px; color:#1e293b; background:#fff; border:0; cursor:pointer; }
/* Mirror the existing dark text-side scrim for LTR translations. */
html[dir="ltr"] .sol-hero .hero-scrim,
html[dir="ltr"] .car-slide > div[style*="linear-gradient"] { transform: scaleX(-1); }
.sol-hero.has-photo .hero-scrim,
.sol-hero.has-photo.photo-fit .hero-scrim { background: linear-gradient(to left, rgba(8,17,31,.95), rgba(8,17,31,.88) 52%, rgba(8,17,31,.35)); }
@media (max-width:900px) {
  .sol-hero.has-photo .hero-scrim,.sol-hero.has-photo.photo-fit .hero-scrim { background: rgba(8,17,31,.90); }
  .car-slide > div[style*="linear-gradient"] { background: rgba(8,17,31,.90) !important; }
}
/* Translated labels and native select controls must shrink with their grid. */
.sol-hero .copy,.hero-visual,.contact-wrap > *,.form-row > * { min-width: 0; }
.field input,.field select,.field textarea { min-width: 0; max-width: 100%; }
.field input:focus-visible,.field select:focus-visible,.field textarea:focus-visible { outline: 3px solid #087544; outline-offset: 3px; }
.table-scroll { max-width: 100%; overflow-x: auto; }
.benefit { min-width: 0; overflow-wrap: anywhere; }
@media (max-width:760px) {
  .benefit-grid > .benefit { grid-column: auto !important; }
}
@media (max-width:520px) {
  .btn { white-space: normal; text-align: center; max-width: 100%; }
  .form-card { padding: 22px 18px; }
  .breadcrumb { flex-wrap: wrap; }
}
