/* Shared light surfaces, aligned with the selected homepage design. */
body.qt-consistent {
  --qt-ink: #19254e;
  --qt-copy: #45536b;
  --qt-blue: #1454dc;
  --qt-tint: #e7eef8;
  --qt-line: #cbd7e8;
}
body.subpage.qt-consistent:not(.home-page) .hero {
  background: linear-gradient(105deg, #f9fbff 0%, #edf3fc 52%, #d9e5f6 100%);
  border-bottom-color: #c3d1e5;
}
/* Keep the existing responsive intro geometry; unify the sections below it. */
.qt-consistent :is(.hygiene-reality, .monitoring-scope, .services-experience,
  .seo-dark, .security-layers, .systemcheck-process, .security-check-process,
  .company-name, .funding-sources, .provider-switch-contact, .contact-map-section,
  .home-contact, .home-solutions) {
  color: var(--qt-ink);
  background: var(--qt-tint);
  border-block: 1px solid var(--qt-line);
}
.qt-consistent :is(.hygiene-reality, .monitoring-scope, .services-experience,
  .seo-dark, .security-layers, .systemcheck-process, .security-check-process,
  .company-name, .funding-sources, .provider-switch-contact, .contact-map-copy,
  .home-contact, .home-solutions) :is(h2, h3, strong, address) { color: var(--qt-ink); }
.qt-consistent :is(.hygiene-reality, .monitoring-scope, .services-experience,
  .seo-dark, .security-layers, .systemcheck-process, .security-check-process,
  .company-name, .funding-sources, .provider-switch-contact, .contact-map-copy,
  .home-contact, .home-solutions) :is(p, li) { color: var(--qt-copy); }
.qt-consistent :is(.hygiene-reality, .monitoring-scope, .services-experience,
  .seo-dark, .security-layers, .systemcheck-process, .security-check-process,
  .company-name, .funding-sources, .provider-switch-contact, .contact-map-copy,
  .home-contact, .home-solutions) :is(.hygiene-kicker, .home-kicker, .text-link) { color: var(--qt-blue); }
.qt-consistent :is(.security-layer-grid, .systemcheck-process-grid,
  .security-check-process-grid, .seo-steps, .services-experience-grid) {
  gap: 16px;
  border: 0;
  background: transparent;
}
.qt-consistent :is(.security-layer, .systemcheck-step, .security-check-process-grid article,
  .seo-step, .services-experience-copy, .services-experience-stat,
  .monitoring-scope-grid article, .home-solutions article) {
  min-width: 0;
  background: #fff;
  border: 1px solid var(--qt-line);
  border-radius: 8px;
  box-shadow: none;
}
.qt-consistent :is(.security-layer, .systemcheck-step, .seo-step,
  .security-check-process-grid article) { min-height: 0; padding: 28px; }
.qt-consistent :is(.security-layer, .systemcheck-step, .seo-step) > span,
.qt-consistent .security-check-process-grid article > span { color: var(--qt-blue); margin-bottom: 20px; }
.qt-consistent .services-experience-stat strong { color: var(--qt-blue); }
.qt-consistent .services-experience-stat span { color: var(--qt-copy); }
.qt-consistent :is(.systemcheck-question, .systemcheck-report-header, .lexicon-definition) {
  color: var(--qt-ink);
  background: #eaf1fc;
  border: 1px solid var(--qt-line);
  border-left: 3px solid var(--qt-blue);
}
.qt-consistent .systemcheck-question p,
.qt-consistent .systemcheck-report-header small { color: var(--qt-copy); }
.qt-consistent .systemcheck-report { box-shadow: none; }
.qt-consistent .security-check-summary { border-top-color: var(--qt-blue); border-radius: 8px; box-shadow: none; }
.qt-consistent .security-check-summary-label { color: var(--qt-blue); }
.qt-consistent :is(.funding-sources nav, .funding-sources nav a,
  .provider-switch-contact-options, .provider-switch-contact-options > div) { border-color: var(--qt-line); }
.qt-consistent .funding-sources nav a { color: var(--qt-blue); }
.qt-consistent .provider-switch-contact-options span { color: var(--qt-copy); }
.qt-consistent .company-name::after { display: none; }
.qt-consistent :is(.company-stats, .home-stats) { background: #fff; color: var(--qt-ink); border-bottom: 1px solid var(--qt-line); }
.qt-consistent :is(.company-stat, .home-stats-grid div) { border-color: var(--qt-line); color: var(--qt-ink); }
.qt-consistent :is(.company-stat, .home-stats-grid div) strong { color: var(--qt-blue); }
.qt-consistent :is(.company-stat, .home-stats-grid div) span { color: var(--qt-copy); }
.qt-consistent .contact-map-copy { color: var(--qt-ink); }
.qt-consistent .contact-map-note { color: var(--qt-copy) !important; }
.qt-consistent .systemcheck-priority.medium { background: #946008; color: #fff; }
.qt-consistent :is(.services-experience, .seo-dark, .security-layers, .systemcheck-process,
  .security-check-process, .products-process) > .wrap > h2 {
  font-size: clamp(28px, 2.8vw, 36px); line-height: 1.2;
}
.qt-consistent :is(.hygiene-cta, .contact-strip) {
  color: var(--qt-ink);
  background: #eaf1fc;
  border-block: 1px solid var(--qt-line);
}
.qt-consistent :is(.hygiene-cta, .contact-strip) :is(h2, h3, strong) { color: var(--qt-ink); }
.qt-consistent :is(.hygiene-cta, .contact-strip) p { color: var(--qt-copy); }
.qt-consistent .contact-strip { border-radius: 8px; }
/* Forms remain native and retain their validation and submission handlers. */
.qt-consistent .products-process { color: var(--qt-ink); background: var(--qt-tint); border-block: 1px solid var(--qt-line); }
.qt-consistent .products-process :is(h2, h3) { color: var(--qt-ink); }
.qt-consistent .products-process p { color: var(--qt-copy); }
.qt-consistent .products-process :is(.hygiene-kicker, article > span) { color: var(--qt-blue); }
.qt-consistent .products-process-grid { gap: 16px; background: transparent; border: 0; }
.qt-consistent .products-process-grid article { background: #fff; border: 1px solid var(--qt-line); border-radius: 8px; min-height: 0; }
.qt-consistent .product-card { border-color: var(--qt-line); }
.qt-consistent .product-card:hover { transform: none; box-shadow: none; border-color: #9db6dd; }
.qt-consistent .product-card-media { background: var(--qt-tint); }
.qt-consistent .product-card-media img[src*="partner-"] { background: var(--qt-tint); padding: 36px; }
.qt-consistent .product-card:hover .product-card-media img { transform: none; }
.qt-consistent .product-grid-single { max-width: none; }
.qt-consistent .product-grid-single .product-card { grid-template-columns: minmax(240px, .75fr) minmax(0, 1.25fr); }
.qt-consistent .product-grid-single .product-card-media { min-height: 0; display: grid; place-items: center; }
.qt-consistent .product-grid-single .product-card-media img { object-fit: contain; height: auto; max-height: 320px; width: 100%; padding: 20px; }
.qt-consistent .seo-detail-media:has(img[src*="partner-"]) { background: var(--qt-tint); border: 1px solid var(--qt-line); }
@media (max-width: 700px) {
  .qt-consistent .product-grid-single .product-card { grid-template-columns: minmax(0, 1fr); }
  .qt-consistent .products-heading .section-title { font-size: 28px; line-height: 1.2; }
}
.qt-consistent .home-contact-form { background: #fff; color: var(--qt-ink); border-color: var(--qt-line); box-shadow: none; }
.qt-consistent .home-form-note { color: var(--qt-copy); border-left-color: var(--qt-blue); }
.qt-consistent .home-contact-visual a { color: #fff; }
.qt-consistent .home-solutions article > img:not(.home-solution-photo) { filter: none; }
.qt-consistent .home-newsletter { color: var(--qt-ink); background: #eaf1fc; border-bottom: 1px solid var(--qt-line); }
.qt-consistent .home-newsletter .home-kicker { color: var(--qt-ink); }
.qt-consistent .home-newsletter p { color: var(--qt-copy); }
.qt-consistent :is(.home-contact-form, .home-newsletter) :is(input, select, textarea) {
  color: var(--qt-ink); background: #fff; border-color: #a7b6cc;
}
.qt-consistent :is(.home-contact-form, .home-newsletter) ::placeholder { color: #5b677b; opacity: 1; }
.qt-consistent :is(.home-contact-form, .home-newsletter) :is(input, select, textarea):focus {
  outline: 2px solid var(--qt-blue); outline-offset: 2px; border-color: var(--qt-blue);
}
.qt-consistent .home-contact-form .form-status { color: var(--qt-copy); }
.qt-consistent .home-contact-form .form-status[data-state="success"] { color: #14633e; }
.qt-consistent .home-contact-form .form-status[data-state="error"] { color: #a12430; }
/* One button treatment, including the lower enquiry bands. */
body.qt-consistent .button {
  color: #fff; background: var(--qt-blue); border: 1px solid var(--qt-blue);
  border-radius: 5px; box-shadow: none; text-shadow: none;
}
body.qt-consistent .button::before { display: none; }
body.qt-consistent .button:hover { color: #fff; background: #103fa9; border-color: #103fa9; box-shadow: none; }
body.qt-consistent .button.secondary { color: var(--qt-ink); background: #fff; border-color: #b9c7db; }
body.qt-consistent .button.secondary:hover { background: #eaf1fc; border-color: var(--qt-blue); }
body.qt-consistent .button:focus-visible { outline: 2px solid var(--qt-blue); outline-offset: 4px; }
/* A quiet, readable common footer replaces the dark patterned panel. */
.qt-consistent .footer { color: var(--qt-copy); background: #f2f6fc; border-top: 1px solid var(--qt-line); }
.qt-consistent .footer::before { display: none; }
.qt-consistent .footer :is(.footer-title, .footer-action) { color: var(--qt-ink); }
.qt-consistent .footer :is(.footer-intro, .footer-links a, .footer-hours, .note) { color: var(--qt-copy); }
.qt-consistent .footer .footer-links a:hover { color: var(--qt-blue); transform: none; text-decoration: underline; text-underline-offset: 3px; }
.qt-consistent .footer .footer-action { background: #fff; border-color: #b9c7db; box-shadow: none; }
.qt-consistent .footer .footer-action:hover { background: #eaf1fc; }
.qt-consistent .footer-hours div { border-color: var(--qt-line); }
.qt-consistent .footer-bottom { background: #eaf0f8; border-color: var(--qt-line); }
.qt-consistent .footer-bottom :is(a, .cookie-settings-link) { color: var(--qt-ink); }
/* Strong colour is reserved for the next step; reading areas stay calm. */
.qt-consistent .hygiene-cta { color: #fff; background: #234681; border-color: #234681; }
.qt-consistent .hygiene-cta :is(h2, h3, strong) { color: #fff; }
.qt-consistent .hygiene-cta p { color: #edf3ff; }
body.qt-consistent .hygiene-cta .button { color: #193967; background: #fff; border-color: #fff; }
body.qt-consistent .hygiene-cta .button:hover { color: #193967; background: #e8f0ff; border-color: #e8f0ff; }
body.qt-consistent .hygiene-cta .button:focus-visible { outline-color: #fff; }
.qt-consistent :is(.security-layer, .systemcheck-step, .seo-step,
  .security-check-process-grid article, .products-process-grid article) { border-top: 3px solid #2860b7; }
.qt-consistent main .home-services { background: #eaf0f8; border-bottom: 1px solid var(--qt-line); }
.qt-consistent .home-service-card { background: transparent; }
.qt-consistent .home-stats { background: #234681; color: #fff; }
.qt-consistent .home-stats-grid div { border-color: #54719f; }
.qt-consistent .home-stats-grid div :is(strong, span) { color: #fff; }
.qt-consistent .home-newsletter { background: #234681; color: #fff; }
.qt-consistent .home-newsletter :is(p, .home-kicker) { color: #fff; }
body.qt-consistent .home-newsletter .button { color: #193967; background: #fff; border-color: #fff; }
body.qt-consistent .home-newsletter .button:hover { background: #e8f0ff; }
.qt-consistent .footer { background: #e7eef8; }
.qt-consistent .footer-bottom { background: #dbe5f3; }
@media (max-width: 600px) {
  .qt-consistent :is(.security-layer, .systemcheck-step, .seo-step,
    .security-check-process-grid article, .services-experience-copy,
    .services-experience-stat, .monitoring-scope-grid article) { padding: 22px; }
}
