@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@400;500;600;700&family=Source+Sans+3:wght@400;500;600&display=swap");

:root {
  --liberta-blue: #1e4d72;
  --liberta-blue-dark: #152a3d;
  --liberta-blue-deep: #0f1f2e;
  --liberta-teal: #2d6a6a;
  --liberta-teal-light: #3d7a7a;
  --liberta-accent: #1e4d72;
  --liberta-cert: #2f6b4f;
  --liberta-light: #f4f5f3;
  --liberta-surface: #fafaf8;
  --liberta-gray: #5c6670;
  --liberta-border: #d8dde3;
  --tone-blue: #1e4d72;
  --tone-blue-bg: #dbeafe;
  --tone-teal: #2d6a6a;
  --tone-teal-bg: #ccfbf1;
  --tone-green: #2f6b4f;
  --tone-green-bg: #dcfce7;
  --tone-amber: #b45309;
  --tone-amber-bg: #fef3c7;
  --tone-orange: #c2410c;
  --tone-orange-bg: #ffedd5;
  --tone-cyan: #0e7490;
  --tone-cyan-bg: #cffafe;
  --tone-indigo: #4338ca;
  --tone-indigo-bg: #e0e7ff;
  --tone-purple: #7c3aed;
  --tone-purple-bg: #ede9fe;
  --tone-red: #b91c1c;
  --tone-red-bg: #fee2e2;
  --tone-slate: #475569;
  --tone-slate-bg: #f1f5f9;
  --liberta-gradient-section:
    radial-gradient(circle at 85% 20%, rgba(45, 106, 106, 0.35) 0%, transparent 45%),
    linear-gradient(135deg, var(--liberta-blue-deep) 0%, #152a3d 55%, #1a3d52 100%);
  --liberta-gradient-page-hero:
    radial-gradient(ellipse 75% 130% at 10% 0%, rgba(142, 196, 222, 0.28) 0%, transparent 55%),
    radial-gradient(ellipse 60% 100% at 95% 90%, rgba(42, 171, 174, 0.35) 0%, transparent 50%),
    linear-gradient(165deg, #2aabae 0%, #248f94 22%, #1e6b72 55%, #1a5560 100%);
  --liberta-gradient-hero: var(--liberta-gradient-page-hero);
  --shadow-sm: 0 1px 2px rgba(21, 42, 61, 0.04);
  --shadow-md: 0 2px 8px rgba(21, 42, 61, 0.06);
  --shadow-lg: 0 4px 16px rgba(21, 42, 61, 0.08);
  --radius: 4px;
  --radius-sm: 3px;
  --container-max: 1140px;
  --section-space: 5.5rem;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  font-family: "Source Sans 3", system-ui, sans-serif;
  color: #1a2332;
  font-size: 1rem;
  line-height: 1.65;
  background: var(--liberta-surface);
}

h1, h2, h3, h4, h5, h6 {
  font-family: "IBM Plex Sans", system-ui, sans-serif;
  font-weight: 600;
  color: var(--liberta-blue-dark);
  letter-spacing: -0.015em;
}

.text-teal { color: var(--liberta-teal) !important; }
.bg-liberta { background-color: var(--liberta-blue) !important; }
.bg-liberta-light { background: var(--liberta-light) !important; }

/* ── Top bar ── */
/* Üst menü + top-bar fontunu index.html ile aynı (Poppins) yap; sayfa içeriği Source Sans 3 kalır */
.navbar-liberta,
.top-bar {
  font-family: "Poppins", Arial, sans-serif;
}
.top-bar {
  background: #2aabae;
  color: #fff;
  font-size: 0.8125rem;
  padding: 0.45rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.top-bar a {
  color: rgba(255,255,255,0.72);
  text-decoration: none;
}
.top-bar a:hover { color: #fff; }
.top-bar-linkedin {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: rgba(255,255,255,0.9) !important;
  font-size: 1.125rem;
  line-height: 1;
  text-decoration: none;
  transition: color 0.15s ease, transform 0.15s ease;
}
.top-bar-linkedin:hover {
  color: #fff !important;
  transform: translateY(-1px);
}

/* ── Navbar ── */
.navbar-liberta {
  background: #fff;
  border-bottom: 1px solid var(--liberta-border);
  padding: 0.75rem 0;
  z-index: 1030;
}
.navbar-liberta.scrolled {
  box-shadow: var(--shadow-sm);
}
.navbar-liberta .navbar-brand img {
  height: 56px;
  width: auto;
}
/* Üst menü/top-bar container genişliğini index.html ile eşitle */
@media (min-width: 1200px) {
  .navbar-liberta > .container,
  .top-bar > .container {
    max-width: 1400px;
  }
}
@media (min-width: 1600px) {
  .navbar-liberta > .container,
  .top-bar > .container {
    max-width: 1520px;
  }
}
.navbar-liberta .nav-link {
  color: var(--liberta-blue-dark);
  font-weight: 500;
  font-size: 0.875rem;
  padding: 0.4rem 0.7rem !important;
  letter-spacing: 0.01em;
}
.navbar-liberta .nav-link:hover,
.navbar-liberta .nav-link.active {
  color: var(--liberta-blue);
}
.navbar-cta-group {
  display: flex;
  flex-wrap: nowrap;
  gap: 0.5rem;
}
/* Üst menü CTA butonlarını index ile aynı kompakt (btn-sm) boyutta tut */
.navbar-cta-group .btn {
  padding: 0.3rem 0.65rem;
  font-size: 0.8rem;
  line-height: 1.5;
}
.navbar-liberta .dropdown-header {
  font-size: 0.68rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--liberta-gray);
  font-weight: 600;
  padding: 0.35rem 0.75rem 0.15rem;
}
.navbar-liberta .dropdown-menu {
  border: 1px solid var(--liberta-border);
  border-radius: var(--radius-sm);
  box-shadow: var(--shadow-md);
  padding: 0.5rem;
  margin-top: 0.35rem;
  min-width: 220px;
}
.navbar-liberta .dropdown-item {
  border-radius: 6px;
  font-size: 0.88rem;
  font-weight: 500;
  color: var(--liberta-blue-dark);
  padding: 0.45rem 0.75rem;
}
.navbar-liberta .dropdown-item-group {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--liberta-blue);
  padding-top: 0.55rem;
  padding-bottom: 0.3rem;
  margin-top: 0.2rem;
}
.navbar-liberta .dropdown-menu-products > li:first-child .dropdown-item-group {
  margin-top: 0;
  padding-top: 0.4rem;
}
.navbar-liberta .dropdown-item-group:hover,
.navbar-liberta .dropdown-item-group:focus {
  background: rgba(30, 77, 114, 0.05);
  color: var(--liberta-blue);
}
.navbar-liberta .dropdown-item-sub {
  font-size: 0.84rem;
  font-weight: 500;
  color: var(--liberta-gray);
  padding-left: 1.4rem;
}
.navbar-liberta .dropdown-item-sub:hover,
.navbar-liberta .dropdown-item-sub:focus {
  color: var(--liberta-blue-dark);
  background: rgba(13, 148, 136, 0.06);
}
.navbar-liberta .dropdown-menu-products .dropdown-divider {
  margin: 0.45rem 0.5rem;
  opacity: 0.65;
}
.navbar-liberta .dropdown-item:hover,
.navbar-liberta .dropdown-item:focus {
  background: rgba(13, 148, 136, 0.08);
  color: var(--liberta-teal);
}
.navbar-liberta .dropdown-toggle::after {
  margin-left: 0.35em;
  vertical-align: 0.15em;
}
@media (min-width: 992px) {
  .navbar-liberta .navbar-collapse {
    overflow: visible;
  }
  .navbar-liberta .nav-item.dropdown {
    position: relative;
  }
  .navbar-liberta .dropdown-menu {
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  .navbar-liberta .nav-item.dropdown::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    height: 0.35rem;
  }
}
@media (max-width: 991.98px) {
  .navbar-liberta .dropdown-menu {
    position: static !important;
    transform: none !important;
    border: none;
    box-shadow: none;
    background: rgba(13, 148, 136, 0.05);
    margin: 0 0 0.35rem 0.5rem;
    padding: 0.25rem 0;
  }
  .navbar-liberta .dropdown-item {
    padding-left: 1rem;
  }
}

/* ── Buttons ── */
.btn {
  border-radius: 10px;
  padding: 0.55rem 1.25rem;
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  letter-spacing: 0.01em;
}
.btn-nav-primary,
.btn-liberta {
  background: var(--liberta-blue-dark);
  border: 1px solid var(--liberta-blue-dark);
  color: #fff;
  font-weight: 600;
  border-radius: var(--radius-sm);
  box-shadow: none;
}
.btn-nav-primary:hover,
.btn-liberta:hover {
  background: var(--liberta-blue);
  border-color: var(--liberta-blue);
  color: #fff;
}
.btn-nav-secondary,
.btn-outline-liberta {
  border: 1px solid var(--liberta-border);
  color: var(--liberta-blue-dark);
  font-weight: 600;
  background: #fff;
  border-radius: var(--radius-sm);
}
.btn-nav-secondary:hover,
.btn-outline-liberta:hover {
  background: var(--liberta-light);
  border-color: #b8c0c8;
  color: var(--liberta-blue-dark);
}
.btn-teal {
  background: var(--liberta-teal);
  border: 1px solid var(--liberta-teal);
  color: #fff;
  font-weight: 600;
  box-shadow: none;
}
.btn-teal:hover {
  background: #255858;
  color: #fff;
}
.btn-outline-light {
  border: 2px solid rgba(255,255,255,0.6);
  font-weight: 600;
}
.btn-outline-light:hover {
  background: rgba(255,255,255,0.15);
  border-color: #fff;
  color: #fff;
  transform: translateY(-2px);
}

/* ── Hero (hub, utility, detail) ── */
.hero-section {
  background: var(--liberta-gradient-hero);
  color: #fff;
  padding: 3.5rem 0;
  position: relative;
  border-bottom: 1px solid rgba(255,255,255,0.06);
}
.hero-section::before,
.hero-section::after { display: none; }
.hero-section .container { position: relative; z-index: 1; }
.hero-section .hero-tagline {
  display: inline-block;
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-weight: 600;
  color: rgba(255,255,255,0.72);
  margin-bottom: 1rem;
}

/* Brand logos — PureGuard & BlancoWT (transparent PNG) */
.brand-logo-wrap {
  display: inline-block;
  line-height: 0;
}
.brand-logo {
  display: block;
  height: auto;
  max-height: 42px;
  width: auto;
  max-width: 210px;
  object-fit: contain;
}
.hero-section .brand-logo-wrap { margin-bottom: 1.25rem; }
.hero-section .brand-logo { max-height: 50px; }
.section-header .brand-logo-wrap { margin-bottom: 0.65rem; }
.section-header .brand-logo { max-height: 44px; }
.route-pill .route-pill-logo {
  width: 32px;
  height: 32px;
  object-fit: contain;
  flex-shrink: 0;
}
.route-pill .route-pill-logo--wide {
  width: auto;
  max-width: 72px;
  height: 28px;
}
.hero-section h1 {
  color: #fff;
  font-size: clamp(1.75rem, 3.5vw, 2.5rem);
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 0.75rem;
}
.hero-section .hero-subtext {
  font-size: 1.05rem;
  opacity: 0.82;
  max-width: 40rem;
  line-height: 1.65;
  margin: 0;
}
.hero-section .hero-note {
  font-style: normal;
  opacity: 0.75;
  font-size: 0.875rem;
  margin-top: 0.75rem;
  max-width: 40rem;
  line-height: 1.6;
}
.hero-section.compact,
.hero-section.page-hero {
  padding: 4rem 0 3.25rem;
}
.hero-section.compact h1,
.hero-section.page-hero h1 {
  font-size: clamp(1.6rem, 3vw, 2.1rem);
}
/* Dark page hero — detail, hub & utility */
.hero-section.detail-hero {
  position: relative;
  overflow: hidden;
  padding: 2.75rem 0 2.5rem;
  background: var(--liberta-gradient-page-hero);
  border-bottom: 1px solid rgba(142, 196, 222, 0.28);
}
.hero-section.detail-hero::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 3px;
  display: block;
  background: linear-gradient(90deg, rgba(42, 171, 174, 0.15) 0%, #2aabae 35%, #8ec4de 50%, #2aabae 65%, rgba(42, 171, 174, 0.15) 100%);
}
.hero-section.detail-hero .container {
  position: relative;
  z-index: 1;
  padding-bottom: 0;
}
.hero-section.detail-hero h1 {
  font-size: clamp(1.5rem, 2.5vw, 2rem);
  max-width: 46rem;
  margin-bottom: 0;
  line-height: 1.3;
  font-weight: 600;
  color: #fff;
}
.hero-section.detail-hero .hero-subtext {
  color: rgba(255, 255, 255, 0.72);
  opacity: 1;
  margin-top: 0.85rem;
  font-size: 1rem;
  max-width: 40rem;
}

/* Detail content pages */
body.detail-page main,
body.home-page-factory.detail-page .main {
  background: var(--liberta-gradient-section);
  overflow-x: hidden;
}
.detail-lead-inner {
  animation: detailLeadIn 0.65s ease both;
  display: grid;
  gap: 0;
  margin-bottom: 2rem;
}
@keyframes detailLeadIn {
  from { opacity: 0; transform: translateY(18px); }
  to { opacity: 1; transform: translateY(0); }
}
@media (prefers-reduced-motion: reduce) {
  .detail-lead-inner { animation: none; }
}
body.detail-page .detail-lead-inner .hero-subtext {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.85);
  margin: 0;
  letter-spacing: -0.01em;
}
body.detail-page .detail-aside {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  position: sticky;
  top: 6rem;
  align-self: flex-start;
}

/* Unified aside info cards */
body.detail-page .detail-aside > .hero-note,
body.detail-page .detail-aside > .content-card,
body.detail-page .detail-aside > .claim-note {
  display: flex;
  align-items: flex-start;
  gap: 0.65rem;
  margin: 0;
  padding: 1rem 1.15rem;
  background: #f8fafc;
  border: 1px solid #e8edf2;
  border-radius: var(--radius-sm);
  box-shadow: none;
  transform: none !important;
  overflow: visible;
  font-size: 0.8125rem;
  line-height: 1.65;
  color: #64748b;
}

body.detail-page .detail-aside > .hero-note::before,
body.detail-page .detail-aside > .content-card .card-icon,
body.detail-page .detail-aside > .claim-note > i {
  flex-shrink: 0;
  width: 2rem;
  height: 2rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 !important;
  background: linear-gradient(135deg, #e0f2fe, #ccfbf1);
  border-radius: 8px;
  color: var(--liberta-blue);
  font-size: 0.95rem;
  line-height: 1;
  box-shadow: none;
  font-weight: 400;
}

body.detail-page .detail-aside > .hero-note::before {
  content: "\F431";
  font-family: "bootstrap-icons";
  font-size: 0.9rem;
}

body.detail-page .detail-aside > .content-card {
  position: static;
}

body.detail-page .detail-aside > .content-card::before {
  display: none;
}

body.detail-page .detail-aside > .content-card .card-head {
  display: contents;
}

body.detail-page .detail-aside > .content-card .card-title {
  display: none;
}

body.detail-page .detail-aside > .content-card > p {
  flex: 1;
  margin: 0;
  font-size: inherit;
  color: inherit;
  line-height: inherit;
}

body.detail-page .detail-aside > .content-card > p::before {
  content: "Analysis First — ";
  font-weight: 600;
  color: #334155;
}

body.detail-page .detail-aside > .content-card:hover {
  border-color: #e8edf2;
}
body.detail-page .detail-lead-inner .nsf-badge {
  margin-top: 1.25rem;
}
body.detail-page .detail-lead-inner .lead-quote {
  margin: 1.75rem 0 0;
  padding: 1.5rem 1.75rem;
  border: 1px solid var(--liberta-border);
  border-radius: var(--radius-sm);
  background: var(--liberta-light);
  box-shadow: none;
  font-size: 1.125rem;
  font-weight: 600;
  font-style: italic;
  line-height: 1.6;
  color: var(--liberta-blue-dark);
  position: relative;
  overflow: hidden;
}
body.detail-page .detail-lead-inner .lead-quote::before {
  display: none;
}
body.detail-page .detail-lead-inner .lead-quote::after {
  content: "\201C";
  position: absolute;
  right: 1.25rem;
  top: -0.15rem;
  font-size: 5rem;
  line-height: 1;
  font-style: normal;
  color: var(--liberta-teal);
  opacity: 0.1;
  font-weight: 800;
  pointer-events: none;
}
.page-breadcrumb {
  margin-bottom: 1.25rem;
}
.page-breadcrumb ol {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 0.5rem;
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0.8rem;
}
.page-breadcrumb li {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: rgba(255, 255, 255, 0.55);
}
.page-breadcrumb li + li::before {
  content: "/";
  color: rgba(255, 255, 255, 0.35);
  margin-right: 0.15rem;
}
.page-breadcrumb a {
  color: rgba(255, 255, 255, 0.78);
  text-decoration: none;
}
.page-breadcrumb a:hover { color: #fff; }
.page-breadcrumb li[aria-current="page"] {
  color: rgba(255, 255, 255, 0.9);
}
.page-family {
  display: none !important;
}
.hero-promise {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.5rem;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.62);
  margin-bottom: 1.15rem;
}
.hero-promise i {
  font-size: 0.95rem;
  color: #5eead4;
}
.detail-section-title {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
body.detail-page .detail-section-title {
  color: #8ec4de;
}
body.detail-page .detail-content {
  padding-top: 2rem;
  position: relative;
  background: transparent;
}
.detail-content > .container {
  max-width: 1140px;
}
body.detail-page .positioning-box {
  background: #2a3f52;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 10px;
  padding: 0;
  box-shadow: none;
  overflow: hidden;
}
body.detail-page .positioning-box::before {
  display: none;
}
body.detail-page .positioning-box .detail-section-title {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  margin: 0;
  padding: 0.95rem 1.2rem;
  background: transparent;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  font-size: 0.8125rem;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  font-weight: 600;
  color: #8ec4de;
}
body.detail-page .positioning-box .detail-section-title::before {
  display: none;
}
body.detail-page .positioning-box p {
  padding: 1.15rem 1.2rem 1.25rem;
  margin: 0;
  font-size: 1rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.85);
}
body.detail-page .positioning-box.detail-accordion .detail-section-title {
  cursor: pointer;
  user-select: none;
  transition: background 0.18s ease, color 0.18s ease;
}
body.detail-page .positioning-box.detail-accordion .detail-section-title:hover {
  background: rgba(255, 255, 255, 0.04);
  color: #fff;
}
body.detail-page .positioning-box.detail-accordion .detail-section-title:focus-visible {
  outline: 2px solid var(--liberta-teal);
  outline-offset: -2px;
}
body.detail-page .positioning-box.detail-accordion .detail-accordion-chevron {
  margin-left: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  height: auto;
  padding: 0;
  border-radius: 0;
  color: #94a3b8;
  background: transparent;
  font-size: 0.8rem;
  transition: transform 0.22s ease, color 0.18s ease;
  flex-shrink: 0;
}
body.detail-page .positioning-box.detail-accordion:not(.is-collapsed) .detail-section-title {
  color: #fff;
}
body.detail-page .positioning-box.detail-accordion:not(.is-collapsed) .detail-accordion-chevron {
  transform: rotate(180deg);
  color: var(--card-tone, var(--liberta-teal));
  background: transparent;
}
body.detail-page .positioning-box.detail-accordion.is-collapsed .detail-section-title {
  border-bottom: 0;
}
body.detail-page .positioning-box.detail-accordion .detail-accordion-body p:last-child {
  padding-bottom: 1.25rem;
}
body.detail-page .positioning-box.detail-section-static .detail-section-title {
  color: #8ec4de;
}
.detail-primary {
  font-size: 1.0625rem;
  line-height: 1.75;
}
.detail-primary p { margin-bottom: 1rem; }

/* legacy pull-quote-band — replaced by .detail-lead .lead-quote on detail pages */
.pull-quote-band {
  background: #fff;
  padding: 0 0 1.5rem;
}
.pull-quote-band .pull-quote {
  margin: 0;
  padding: 1rem 1.25rem;
  border: 1px solid var(--liberta-border);
  border-radius: var(--radius-sm);
  background: var(--liberta-light);
  font-size: 0.9375rem;
  font-weight: 500;
  font-style: italic;
  line-height: 1.6;
  color: #64748b;
}

.hero-actions { margin-top: 2rem; display: flex; flex-wrap: wrap; gap: 0.75rem; }

.hero-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  margin-top: 3rem;
  padding-top: 2rem;
  border-top: 1px solid rgba(255,255,255,0.12);
}
.hero-stat strong {
  display: block;
  font-size: 1.75rem;
  font-weight: 800;
  color: #fff;
  line-height: 1;
}
.hero-stat span {
  font-size: 0.82rem;
  opacity: 0.7;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

/* ── Section headers ── */
.section-header {
  margin-bottom: 2.5rem;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1rem;
}
.section-header h2 {
  font-size: clamp(1.5rem, 2.5vw, 2rem);
  margin: 0;
  position: relative;
  padding-bottom: 0.75rem;
}
.section-header h2::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 48px;
  height: 3px;
  background: linear-gradient(90deg, var(--liberta-teal), var(--liberta-accent));
  border-radius: 2px;
}
.section-header p {
  color: var(--liberta-gray);
  margin: 0.5rem 0 0;
  max-width: 520px;
}
.section-header .view-all {
  color: var(--liberta-teal);
  font-weight: 600;
  text-decoration: none;
  font-size: 0.9rem;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  transition: gap 0.2s;
}
.section-header .view-all:hover { gap: 0.6rem; color: var(--liberta-blue); }

.section-padding { padding: 4.5rem 0; }

/* ── Cards ── */
.content-card {
  border: 1px solid var(--liberta-border);
  border-radius: var(--radius);
  padding: 1.75rem;
  height: 100%;
  background: #fff;
  position: relative;
  overflow: hidden;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.3s, border-color 0.3s;
}
.content-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--liberta-blue), var(--liberta-teal));
  opacity: 0;
  transition: opacity 0.3s;
}
a:hover .content-card,
.content-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-md);
  border-color: rgba(13, 148, 136, 0.2);
}
a:hover .content-card::before,
.content-card:hover::before { opacity: 1; }

/* Card header: icon + title yan yana */
.content-card .card-head {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  margin-bottom: 1rem;
}

.content-card .card-icon {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  background: linear-gradient(135deg, var(--liberta-light) 0%, #e0f2fe 100%);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--liberta-blue);
  font-size: 1.2rem;
  box-shadow: var(--shadow-sm);
  margin-bottom: 0;
}

/* İkon + başlık card-head olmadan (detay sayfaları) */
.content-card:has(> .card-icon) {
  display: grid;
  grid-template-columns: 48px 1fr;
  column-gap: 1rem;
  row-gap: 0.75rem;
  align-items: start;
}
.content-card:has(> .card-icon) > .card-icon {
  grid-column: 1;
  grid-row: 1;
}
.content-card:has(> .card-icon) > h3 {
  grid-column: 2;
  grid-row: 1;
  align-self: center;
  margin: 0;
}
.content-card:has(> .card-icon) > p {
  grid-column: 1 / -1;
  grid-row: 2;
}

/* Başlık stilleri — Bootstrap .h6 küçültmesini ez */
.content-card .card-title,
.content-card h3 {
  display: block;
  flex: 1;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.35;
  margin: 0 0 0.5rem;
  color: var(--liberta-blue-dark);
  transition: color 0.2s;
}
.content-card h3.h6 {
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.35;
  margin-bottom: 0.75rem;
}
.content-card .card-head .card-title,
.content-card .card-head h3 {
  margin-bottom: 0;
  padding-top: 0.2rem;
}

a:hover .content-card .card-title,
a:hover .content-card h3 { color: var(--liberta-teal); }

.content-card p {
  font-size: 0.9rem;
  color: var(--liberta-gray);
  margin: 0;
  line-height: 1.55;
}

.content-card > .text-teal.small {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  margin-top: 0.5rem;
  font-weight: 600;
}

.card-arrow {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  color: var(--liberta-teal);
  font-weight: 600;
  font-size: 0.82rem;
  margin-top: 1rem;
  opacity: 0;
  transform: translateX(-6px);
  transition: opacity 0.3s, transform 0.3s;
}
a:hover .card-arrow { opacity: 1; transform: translateX(0); }

/* Route pills on homepage */
.route-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: center;
}
.route-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.85rem 1.5rem;
  background: #fff;
  border: 1px solid var(--liberta-border);
  border-radius: 50px;
  color: var(--liberta-blue-dark);
  font-weight: 600;
  font-size: 0.92rem;
  text-decoration: none;
  box-shadow: var(--shadow-sm);
  transition: all 0.25s;
}
.route-pill i {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--liberta-light);
  border-radius: 50%;
  color: var(--liberta-blue);
  font-size: 0.95rem;
}
.route-pill:hover {
  border-color: #b8c0c8;
  color: var(--liberta-blue);
  transform: none;
  box-shadow: none;
  background: var(--liberta-light);
}

/* Trust strip */
.trust-strip {
  background: #fff;
  border-radius: var(--radius);
  padding: 2.5rem 2rem;
  box-shadow: var(--shadow-sm);
  border: 1px solid var(--liberta-border);
}
.trust-item { text-align: center; padding: 1rem; }
.trust-item .trust-icon {
  width: 48px;
  height: 48px;
  margin: 0 auto 0.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--liberta-light);
  border: 1px solid var(--liberta-border);
  border-radius: var(--radius-sm);
  font-size: 1.25rem;
  color: var(--liberta-teal);
}
.trust-item h4 { font-size: 0.95rem; margin-bottom: 0.25rem; }
.trust-item p { font-size: 0.8rem; color: var(--liberta-gray); margin: 0; }

/* CTA blocks — legacy fallback */
.cta-block {
  border-radius: var(--radius-sm);
  padding: 1.75rem;
  height: 100%;
  border: 1px solid var(--liberta-border);
  background: #fff;
}
.cta-block.low,
.cta-block.medium { background: #fff; }
.cta-block.high {
  background: var(--liberta-blue-deep);
  color: #fff;
  border-color: var(--liberta-blue-deep);
}
.cta-block.high h3 { color: #fff; }
.cta-block .btn { margin-top: 0.5rem; margin-right: 0.35rem; }

.detail-cta-band,
.home-cta-band {
  padding: 3.5rem 0;
  background: var(--liberta-gradient-hero);
  color: #fff;
}
.detail-cta-band h2,
.home-cta-band h2 { color: #fff; font-size: 1.2rem; margin-bottom: 0.35rem; font-weight: 600; }
.detail-cta-band p,
.home-cta-band p { color: rgba(255,255,255,0.75); font-size: 0.9rem; }
.detail-cta-band .btn-nav-secondary,
.home-cta-band .btn-nav-secondary {
  background: transparent;
  border-color: rgba(255,255,255,0.35);
  color: #fff;
}
.detail-cta-band .btn-nav-secondary:hover,
.home-cta-band .btn-nav-secondary:hover {
  background: rgba(255,255,255,0.08);
  color: #fff;
}
.detail-cta-band .btn-nav-primary,
.home-cta-band .btn-nav-primary {
  background: #fff;
  border-color: #fff;
  color: var(--liberta-blue-dark);
}

/* CTA banner */
.cta-banner {
  background: var(--liberta-blue-deep);
  border-radius: var(--radius-sm);
  padding: 3rem 2rem;
  color: #fff;
  text-align: center;
  border: 1px solid rgba(255,255,255,0.08);
}
.cta-banner::before { display: none; }
.cta-banner .container { position: relative; z-index: 1; }
.cta-banner h2 { color: #fff; font-size: clamp(1.35rem, 2.5vw, 1.75rem); margin-bottom: 0.75rem; }
.cta-banner p { opacity: 0.8; max-width: 500px; margin: 0 auto 1.5rem; }

/* Process flow */
.process-flow {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  align-items: center;
  justify-content: stretch;
  padding: 8px;
  background: var(--liberta-gradient-hero);
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 10px 32px rgba(15, 31, 46, 0.2);
  overflow: hidden;
}
.process-flow > .process-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  flex: 1 1 calc(50% - 1.5rem);
  aspect-ratio: 1;
  min-width: 0;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 6px;
  padding: 0.65rem 0.5rem;
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-align: center;
  color: rgba(255, 255, 255, 0.92);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(6px);
  transition: background 0.2s ease, border-color 0.2s ease;
}
.process-flow > .process-step:hover {
  background: rgba(255, 255, 255, 0.09);
  border-color: rgba(94, 234, 212, 0.28);
}
.process-flow .flow-step-num {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
  height: auto;
  border: none;
  border-radius: 0;
  font-size: clamp(2.25rem, 5.5vw, 3.75rem);
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.04em;
  color: rgba(255, 255, 255, 0.1);
  z-index: 0;
  pointer-events: none;
}
.process-flow .flow-step-label {
  position: relative;
  z-index: 1;
  font-size: inherit;
  font-weight: 600;
  line-height: 1.3;
  padding: 0 0.35rem;
}
.process-arrow {
  color: rgba(94, 234, 212, 0.55);
  font-size: 0.9rem;
  flex: 0 0 auto;
  align-self: center;
  display: inline-flex;
  align-items: center;
  padding: 0 0.15rem;
}
@media (min-width: 768px) {
  .process-flow {
    flex-wrap: nowrap;
    padding: 10px;
    gap: 8px;
  }
  .process-flow > .process-step {
    flex: 1 1 0;
    padding: 0.75rem 0.55rem;
    font-size: 0.875rem;
  }
  .process-flow .flow-step-num {
    font-size: clamp(2.5rem, 4vw, 3.5rem);
  }
}

/* Problem diagram */
.problem-diagram {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  margin: 1.5rem 0;
}
.problem-step {
  background: #fff;
  border-radius: var(--radius-sm);
  padding: 1.25rem;
  text-align: center;
  border-top: 4px solid var(--liberta-teal);
  box-shadow: var(--shadow-sm);
  transition: transform 0.25s;
}
.problem-step:hover { transform: translateY(-4px); }
.problem-step .step-label {
  font-size: 0.68rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--liberta-teal);
  font-weight: 700;
}
.problem-step h4 { font-size: 0.9rem; margin: 0.5rem 0 0; }

/* Positioning & claim */
.positioning-box {
  background: #fff;
  border: 1px solid var(--liberta-border);
  border-radius: var(--radius-sm);
  padding: 2rem 2.5rem;
  box-shadow: none;
}
.positioning-box .detail-section-title,
.positioning-box h2.h4 {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0.85rem;
}
.positioning-box p {
  margin-bottom: 0;
  color: #334155;
}
.claim-note {
  background: linear-gradient(135deg, #fffbeb 0%, #fef9c3 100%);
  border: 1px solid #fde68a;
  border-radius: var(--radius-sm);
  padding: 1.15rem 1.5rem;
  font-size: 0.9rem;
}

/* NSF badge */
.nsf-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: rgba(255,255,255,0.95);
  color: var(--liberta-blue-dark);
  border: 2px solid #16a34a;
  border-radius: 50px;
  padding: 0.5rem 1.15rem;
  font-weight: 700;
  font-size: 0.82rem;
  box-shadow: var(--shadow-sm);
}

/* Jar test */
.jar-workflow {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  align-items: center;
  justify-content: center;
  padding: 2rem;
  background: var(--liberta-light);
  border-radius: var(--radius-sm);
  border: 1px solid var(--liberta-border);
}
.jar-workflow > i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  line-height: 1;
  color: var(--liberta-teal);
  flex-shrink: 0;
}
.jar-step {
  background: #fff;
  border-radius: var(--radius-sm);
  padding: 0.85rem 1.15rem;
  font-size: 0.85rem;
  font-weight: 600;
  border: 1px solid #86efac;
  min-width: 130px;
  text-align: center;
  box-shadow: var(--shadow-sm);
}

/* Solution finder */
.sf-step { display: none; }
.sf-step.active { display: block; animation: fadeUp 0.4s ease; }
@keyframes fadeUp {
  from { opacity: 0; transform: translateY(12px); }
  to { opacity: 1; transform: translateY(0); }
}

/* Contact page */
.contact-intro h2 {
  font-size: clamp(1.35rem, 2vw, 1.75rem);
  margin-bottom: 0.75rem;
}
.contact-intro p {
  color: var(--liberta-gray);
  margin: 0;
  line-height: 1.65;
  max-width: 420px;
}
.contact-card {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  padding: 1.25rem 1.35rem;
  background: linear-gradient(145deg, #1a3348 0%, var(--liberta-blue-deep) 100%);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius-sm);
  text-decoration: none;
  color: inherit;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.18);
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}
a.contact-card:hover {
  border-color: rgba(94, 234, 212, 0.35);
  color: inherit;
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.28);
  transform: translateY(-2px);
}
a.contact-card:hover .contact-card-icon {
  background: rgba(94, 234, 212, 0.22);
  color: #fff;
}
.contact-card-icon {
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.1);
  border-radius: var(--radius-sm);
  color: #7ee8d8;
  font-size: 1.05rem;
  transition: background 0.2s ease, color 0.2s ease;
}
.contact-card-label {
  display: block;
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 700;
  color: #5eead4;
  margin-bottom: 0.2rem;
}
.contact-card strong {
  display: block;
  font-size: 1rem;
  font-weight: 600;
  color: #fff;
  line-height: 1.35;
}
.contact-card .text-muted {
  color: rgba(255, 255, 255, 0.58) !important;
}
.contact-privacy {
  padding: 1.25rem 1.35rem;
  background: var(--liberta-light);
  border-radius: var(--radius-sm);
  border: 1px solid var(--liberta-border);
}
.contact-privacy h3 {
  font-weight: 600;
  color: var(--liberta-blue-dark);
  margin-bottom: 0.5rem;
}
.contact-form-card {
  background: linear-gradient(145deg, #1a3348 0%, var(--liberta-blue-deep) 100%);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius-sm);
  padding: 2rem;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.22);
}
.contact-form-header {
  margin-bottom: 1.75rem;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
.contact-form-header h2 {
  font-size: clamp(1.35rem, 2vw, 1.65rem);
  margin-bottom: 0.35rem;
  color: #fff;
}
.contact-form-header p {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.92rem;
}
.contact-form-card .form-label {
  font-size: 0.82rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.88);
  margin-bottom: 0.35rem;
}
.contact-form-card .form-control,
.contact-form-card .form-select {
  border-radius: var(--radius-sm);
  border-color: rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
  padding: 0.65rem 0.9rem;
  transition: border-color 0.2s, box-shadow 0.2s, background 0.2s;
}
.contact-form-card .form-control::placeholder {
  color: rgba(255, 255, 255, 0.38);
}
.contact-form-card .form-select {
  --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='rgba%28255,255,255,0.65%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
}
.contact-form-card .form-control:focus,
.contact-form-card .form-select:focus {
  border-color: #5eead4;
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0 0 0 3px rgba(94, 234, 212, 0.15);
  color: #fff;
}
.contact-form-card .form-control:-webkit-autofill,
.contact-form-card .form-control:-webkit-autofill:hover,
.contact-form-card .form-control:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0 1000px #1a3348 inset;
  -webkit-text-fill-color: #fff;
  caret-color: #fff;
  transition: background-color 9999s ease-out 0s;
}
.contact-form-card .form-check-label {
  color: rgba(255, 255, 255, 0.75);
}
.contact-form-card .form-check-input {
  background-color: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.3);
}
.contact-form-card .form-check-input:checked {
  background-color: var(--liberta-teal);
  border-color: var(--liberta-teal);
}
.contact-form-card .form-check-input:focus {
  border-color: #5eead4;
  box-shadow: 0 0 0 3px rgba(94, 234, 212, 0.15);
}
.contact-map-wrap {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid var(--liberta-border);
  box-shadow: var(--shadow-md);
  background: var(--liberta-light);
}
.contact-map-wrap iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* Footer */
.site-footer {
  background: var(--liberta-blue-deep);
  color: rgba(255,255,255,0.72);
  padding: 4rem 0 2rem;
  position: relative;
  border-top: 1px solid rgba(255,255,255,0.06);
}
.site-footer::before { display: none; }
.site-footer .footer-links a { display: block; padding: 0.15rem 0; }
.site-footer h5 {
  color: #fff;
  font-size: 0.95rem;
  margin-bottom: 1.25rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 700;
}
.site-footer a {
  color: rgba(255,255,255,0.65);
  text-decoration: none;
  transition: color 0.2s;
}
.site-footer a:hover { color: var(--liberta-accent); }
.site-footer .footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.08);
  margin-top: 2.5rem;
  padding-top: 1.5rem;
  font-size: 0.85rem;
}

/* Cookie banner */
.cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(3, 45, 84, 0.97);
  backdrop-filter: blur(8px);
  color: #fff;
  padding: 1rem;
  z-index: 9999;
  display: none;
  border-top: 1px solid rgba(255,255,255,0.1);
}
.cookie-banner.show { display: block; }
.btn-cookie-primary {
  background: #fff;
  border: 1px solid #fff;
  color: var(--liberta-blue-dark);
  font-weight: 600;
}
.btn-cookie-primary:hover { background: var(--liberta-light); color: var(--liberta-blue-dark); }
.btn-cookie-secondary {
  background: transparent;
  border: 1px solid rgba(255,255,255,0.35);
  color: #fff;
  font-weight: 600;
}
.btn-cookie-secondary:hover { background: rgba(255,255,255,0.08); color: #fff; }

/* Hub & utility pages */
body.hub-page main,
body.utility-page main,
body.home-page-factory.hub-page .main,
body.home-page-factory.utility-page .main {
  background: var(--liberta-gradient-section);
}
body.hub-page .section-padding,
body.hub-page .section-block {
  padding: 5rem 0;
}
body.utility-page .section-padding {
  padding: 4.5rem 0;
}
body.hub-page .content-card {
  padding: 1.75rem;
  min-height: 8.5rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
body.hub-page .content-card .card-title {
  font-size: 1rem;
  line-height: 1.45;
  margin-bottom: 1rem;
}
body.hub-page a .content-card .text-teal {
  font-weight: 600;
  font-size: 0.8125rem;
}
body.detail-page .section-padding.detail-content {
  padding-top: 3.5rem;
  padding-bottom: 4rem;
}
body.detail-page .jar-step {
  border-color: var(--liberta-border);
  background: #fff;
}
body.detail-page .jar-workflow > i { color: var(--liberta-teal); }

/* Fade-in animation */
.fade-in {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.fade-in.visible {
  opacity: 1;
  transform: translateY(0);
}

/* Matrix */
.matrix-table th {
  background: var(--liberta-blue-deep);
  color: #fff;
  font-size: 0.85rem;
  border: none;
}
.matrix-table td { font-size: 0.85rem; vertical-align: middle; }
.matrix-card { display: none; }

/* Production timeline */
.production-step {
  flex: 1;
  min-width: 140px;
  max-width: 180px;
  text-align: center;
  padding: 1.25rem;
  background: #fff;
  border-radius: var(--radius-sm);
  border: 1px solid var(--liberta-border);
  box-shadow: var(--shadow-sm);
  transition: transform 0.25s;
}
.production-step:hover { transform: translateY(-4px); }
.production-step .step-num {
  width: 32px;
  height: 32px;
  background: linear-gradient(135deg, var(--liberta-blue), var(--liberta-teal));
  color: #fff;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}

/* ── Industrial B2B homepage system ── */
.section-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--liberta-teal);
  margin-bottom: 0.75rem;
}
.section-eyebrow::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 2px;
  background: linear-gradient(135deg, var(--liberta-teal), var(--liberta-blue));
  flex-shrink: 0;
}
.section-block {
  padding: var(--section-space) 0;
}
.section-block-spacious { padding: 6.5rem 0; }
.section-block-alt { background: var(--liberta-light); }
.section-intro { max-width: 36rem; margin-bottom: 3rem; }
.section-intro-center { margin-left: auto; margin-right: auto; text-align: center; }
.section-intro h2 { font-size: clamp(1.4rem, 2.2vw, 1.85rem); margin-bottom: 0.5rem; font-weight: 600; }
.section-intro p { color: var(--liberta-gray); margin: 0; }
.section-foot-link a { color: var(--liberta-blue); font-weight: 600; font-size: 0.9rem; text-decoration: none; }
.section-foot-link a:hover { text-decoration: underline; }

body.home-page { background: var(--liberta-surface); }

/* Homepage hero — dark navy, same family as inner pages */
body.home-page .home-hero.detail-hero {
  padding: 4.5rem 0 4rem;
}
body.home-page .home-hero.detail-hero h1 {
  font-size: clamp(2rem, 3.8vw, 2.75rem);
  max-width: none;
  line-height: 1.15;
  margin-bottom: 0;
}
body.home-page .hero-lead-dark {
  font-size: 1.15rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.88);
  margin: 1rem 0 0.75rem;
  line-height: 1.5;
  max-width: 38rem;
}
body.home-page .hero-body-dark {
  color: rgba(255, 255, 255, 0.68);
  max-width: 38rem;
  margin-bottom: 2rem;
  font-size: 1.02rem;
  line-height: 1.7;
}
body.home-page .home-hero .btn-nav-secondary {
  background: transparent;
  border-color: rgba(255, 255, 255, 0.35);
  color: #fff;
}
body.home-page .home-hero .btn-nav-secondary:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.5);
  color: #fff;
}
body.home-page .home-hero .btn-nav-primary {
  background: #fff;
  border-color: #fff;
  color: var(--liberta-blue-dark);
}
body.home-page .home-hero .btn-nav-primary:hover {
  background: var(--liberta-light);
  color: var(--liberta-blue-dark);
}
.hero-cta-row { display: flex; flex-wrap: wrap; gap: 0.75rem; }
body.home-page .hero-logo-cluster {
  --hero-orbit-radius: 158px;
  position: relative;
  width: 380px;
  height: 380px;
  max-width: 100%;
  margin-inline: auto;
  flex-shrink: 0;
}
body.home-page .hero-logo-orbit-track {
  position: absolute;
  inset: 0;
  z-index: 4;
  pointer-events: none;
  animation: hero-logo-orbit-spin 28s linear infinite;
}
body.home-page .hero-logo-cluster:has(.hero-logo-link:hover) .hero-logo-orbit-track,
body.home-page .hero-logo-cluster:has(.hero-logo-link:focus-visible) .hero-logo-orbit-track,
body.home-page .hero-logo-cluster:has(.hero-logo-link:hover) .hero-logo-satellite,
body.home-page .hero-logo-cluster:has(.hero-logo-link:focus-visible) .hero-logo-satellite {
  animation-play-state: paused;
}
@keyframes hero-logo-orbit-spin {
  to { transform: rotate(360deg); }
}
body.home-page .hero-logo-satellite {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 5;
  pointer-events: auto;
  overflow: visible;
}
body.home-page .hero-logo-cluster:has(.hero-logo-link:hover) .hero-logo-satellite:has(.hero-logo-link:hover),
body.home-page .hero-logo-cluster:has(.hero-logo-link:focus-visible) .hero-logo-satellite:has(.hero-logo-link:focus-visible) {
  z-index: 10;
}
body.home-page .hero-logo-satellite--pureguard {
  width: 102px;
  height: 102px;
  margin: -51px 0 0 -51px;
  transform: translateY(calc(-1 * var(--hero-orbit-radius)));
  animation: hero-logo-orbit-counter-pureguard 28s linear infinite;
}
body.home-page .hero-logo-satellite--blanco {
  width: 106px;
  height: 106px;
  margin: -53px 0 0 -53px;
  transform: translateY(var(--hero-orbit-radius));
  animation: hero-logo-orbit-counter-blanco 28s linear infinite;
}
@keyframes hero-logo-orbit-counter-pureguard {
  from { transform: translateY(calc(-1 * var(--hero-orbit-radius))) rotate(0deg); }
  to { transform: translateY(calc(-1 * var(--hero-orbit-radius))) rotate(-360deg); }
}
@keyframes hero-logo-orbit-counter-blanco {
  from { transform: translateY(var(--hero-orbit-radius)) rotate(0deg); }
  to { transform: translateY(var(--hero-orbit-radius)) rotate(-360deg); }
}
body.home-page .hero-logo-orbit {
  border-radius: 999px;
  border: 2px solid rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.22);
}
body.home-page .hero-logo-satellite .hero-logo-orbit {
  box-shadow:
    0 10px 28px rgba(0, 0, 0, 0.22),
    0 0 16px rgba(94, 234, 212, 0.22),
    0 0 32px rgba(147, 197, 253, 0.14);
  transition: box-shadow 0.5s ease, border-color 0.5s ease;
}
body.home-page .hero-logo-link {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  width: auto;
  min-width: 100%;
  max-width: 100%;
  height: 100%;
  min-height: 100%;
  overflow: hidden;
  text-decoration: none;
  color: var(--liberta-blue-dark);
  cursor: pointer;
  transition:
    max-width 0.5s cubic-bezier(0.4, 0, 0.2, 1),
    padding 0.5s cubic-bezier(0.4, 0, 0.2, 1),
    box-shadow 0.5s ease,
    border-color 0.5s ease;
}
body.home-page .hero-logo-link:hover,
body.home-page .hero-logo-link:focus-visible {
  max-width: 13rem;
  padding-right: 1rem;
  border-color: rgba(94, 234, 212, 0.45);
  box-shadow:
    0 12px 32px rgba(0, 0, 0, 0.26),
    0 0 22px rgba(94, 234, 212, 0.42),
    0 0 44px rgba(94, 234, 212, 0.2);
  z-index: 10;
  transition:
    max-width 0.32s cubic-bezier(0, 0, 0.2, 1),
    padding 0.32s cubic-bezier(0, 0, 0.2, 1),
    box-shadow 0.32s ease,
    border-color 0.32s ease;
}
body.home-page .hero-logo-link:focus-visible {
  outline: 2px solid #5eead4;
  outline-offset: 3px;
}
body.home-page .hero-logo-thumb {
  flex-shrink: 0;
  height: 100%;
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem;
}
body.home-page .hero-logo-orbit--blanco .hero-logo-thumb {
  padding: 0.72rem;
}
body.home-page .hero-logo-label {
  flex-shrink: 0;
  max-width: 0;
  opacity: 0;
  overflow: hidden;
  white-space: nowrap;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  color: var(--liberta-blue-dark);
  padding: 0;
  transition:
    max-width 0.5s cubic-bezier(0.4, 0, 0.2, 1),
    opacity 0.45s ease,
    padding 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
body.home-page .hero-logo-link:hover .hero-logo-label,
body.home-page .hero-logo-link:focus-visible .hero-logo-label {
  max-width: 8rem;
  opacity: 1;
  padding-right: 0.15rem;
  transition:
    max-width 0.32s cubic-bezier(0, 0, 0.2, 1),
    opacity 0.28s ease 0.06s,
    padding 0.32s cubic-bezier(0, 0, 0.2, 1);
}
body.home-page .hero-logo-orbit img {
  display: block;
  max-width: 78%;
  max-height: 78%;
  width: auto;
  height: auto;
  object-fit: contain;
}
body.home-page .hero-logo-orbit--liberta {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 168px;
  height: 168px;
  padding: 1.45rem;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
body.home-page .hero-logo-orbit--liberta img {
  max-width: 100%;
  max-height: 100%;
}
@media (prefers-reduced-motion: reduce) {
  body.home-page .hero-logo-orbit-track,
  body.home-page .hero-logo-satellite {
    animation: none;
  }
  body.home-page .hero-logo-satellite--pureguard {
    transform: translate(-102px, -102px);
  }
  body.home-page .hero-logo-satellite--blanco {
    transform: translate(68px, 68px);
  }
}
@media (max-width: 991.98px) {
  body.home-page .hero-logo-cluster {
    --hero-orbit-radius: 132px;
    width: 320px;
    height: 320px;
    margin-top: 0.5rem;
  }
  body.home-page .hero-logo-orbit--liberta {
    width: 148px;
    height: 148px;
    padding: 1.25rem;
  }
  body.home-page .hero-logo-satellite--pureguard {
    width: 92px;
    height: 92px;
    margin: -46px 0 0 -46px;
    animation-name: hero-logo-orbit-counter-pureguard-sm;
  }
  body.home-page .hero-logo-satellite--blanco {
    width: 96px;
    height: 96px;
    margin: -48px 0 0 -48px;
    animation-name: hero-logo-orbit-counter-blanco-sm;
  }
}
@keyframes hero-logo-orbit-counter-pureguard-sm {
  from { transform: translateY(-132px) rotate(0deg); }
  to { transform: translateY(-132px) rotate(-360deg); }
}
@keyframes hero-logo-orbit-counter-blanco-sm {
  from { transform: translateY(132px) rotate(0deg); }
  to { transform: translateY(132px) rotate(-360deg); }
}
@media (max-width: 991.98px) and (prefers-reduced-motion: reduce) {
  body.home-page .hero-logo-satellite--pureguard {
    transform: translate(-84px, -84px);
    animation: none;
  }
  body.home-page .hero-logo-satellite--blanco {
    transform: translate(56px, 56px);
    animation: none;
  }
}
body.home-page .hero-aside-panel {
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.06);
  padding: 1.75rem;
  box-shadow: none;
}
body.home-page .hero-aside-panel .panel-quote {
  font-size: 1.1rem;
  font-weight: 600;
  color: #fff;
  margin-bottom: 0.85rem;
  line-height: 1.4;
}
body.home-page .hero-aside-panel .panel-note {
  color: rgba(255, 255, 255, 0.68);
  line-height: 1.65;
  font-size: 0.92rem;
}

.hero-industrial {
  padding: 6rem 0 5rem;
  background: linear-gradient(180deg, #fff 0%, var(--liberta-surface) 100%);
}
.hero-industrial-compact { padding: 4rem 0 3.25rem; }

.trust-band {
  padding: 2.75rem 0;
  background: #fff;
  border-top: 1px solid var(--liberta-border);
  border-bottom: 1px solid var(--liberta-border);
}
.trust-band-dark {
  background: var(--liberta-gradient-hero);
  border: none;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  padding: 2.75rem 0;
}
body.home-page #solution-finder {
  padding-bottom: 4rem;
}
body.home-page .trust-band-dark {
  margin-top: 0;
}
.trust-band-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}
.trust-band-item {
  display: flex;
  gap: 0.9rem;
  align-items: flex-start;
  padding: 1.15rem 1.1rem;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: var(--radius-sm);
}
.trust-band-item p { margin: 0; font-size: 0.9rem; line-height: 1.6; color: #334155; }
.trust-band-icon {
  flex-shrink: 0;
  width: 2.35rem;
  height: 2.35rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(94, 234, 212, 0.1);
  border: 1px solid rgba(94, 234, 212, 0.18);
  border-radius: var(--radius-sm);
  color: #5eead4;
  font-size: 1.05rem;
}
.trust-band-item:nth-child(1) .trust-band-icon { background: rgba(34, 197, 94, 0.12); border-color: rgba(34, 197, 94, 0.25); color: #86efac; }
.trust-band-item:nth-child(2) .trust-band-icon { background: rgba(56, 189, 248, 0.12); border-color: rgba(56, 189, 248, 0.25); color: #7dd3fc; }
.trust-band-item:nth-child(3) .trust-band-icon { background: rgba(167, 139, 250, 0.12); border-color: rgba(167, 139, 250, 0.25); color: #c4b5fd; }
.trust-band-item:nth-child(4) .trust-band-icon { background: rgba(251, 191, 36, 0.12); border-color: rgba(251, 191, 36, 0.25); color: #fcd34d; }
.trust-band-copy strong {
  display: block;
  color: #fff;
  font-size: 0.8125rem;
  font-weight: 600;
  margin-bottom: 0.25rem;
  line-height: 1.35;
}
.trust-band-copy span {
  display: block;
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.78rem;
  line-height: 1.5;
}
.trust-band-dark .trust-band-item p { color: rgba(255, 255, 255, 0.82); }
.trust-band-dark .trust-band-item strong { color: #fff; }

.section-block-tint {
  background:
    linear-gradient(180deg, #e8eef4 0%, #f0f4f8 100%);
  border-top: 1px solid rgba(30, 77, 114, 0.06);
  border-bottom: 1px solid rgba(30, 77, 114, 0.06);
}

/* Homepage systems slider */
.home-systems-section .section-intro,
.home-systems-intro {
  margin-bottom: 2rem;
  margin-left: 0;
  margin-right: auto;
  text-align: left;
}
.systems-slider-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  width: 100%;
  margin: 0 auto;
}
.systems-slider {
  flex: 1;
  min-width: 0;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  padding: 0.15rem 0.1rem 0.65rem;
}
.systems-slider::-webkit-scrollbar {
  display: none;
}
.systems-slider-track {
  display: flex;
  gap: 0.75rem;
  width: max-content;
  margin-inline: auto;
}
.systems-slide-card {
  position: relative;
  flex: 0 0 8.5rem;
  width: 8.5rem;
  aspect-ratio: 1;
  scroll-snap-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  text-align: center;
  padding: 0.85rem 0.65rem;
  background: #fff;
  border: 1px solid var(--liberta-border);
  border-radius: 10px;
  text-decoration: none;
  color: inherit;
  box-shadow: var(--shadow-sm);
  overflow: hidden;
  transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease, background 0.18s ease;
}
.systems-slide-card:hover {
  background: var(--liberta-blue-deep);
  border-color: var(--liberta-blue-deep);
  box-shadow: 0 8px 22px rgba(15, 31, 46, 0.28);
  transform: translateY(-3px);
  color: #fff;
}
.systems-slide-bg {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3.35rem;
  line-height: 1;
  color: var(--liberta-teal);
  opacity: 0.12;
  pointer-events: none;
  transition: color 0.18s ease, opacity 0.18s ease;
}
.systems-slide-card:hover .systems-slide-bg {
  color: #fff;
  opacity: 0.22;
}
.systems-slide-bg i {
  display: block;
}
.systems-slide-title {
  position: relative;
  z-index: 1;
  font-size: 0.78rem;
  font-weight: 600;
  line-height: 1.35;
  color: var(--liberta-blue-dark);
  margin-bottom: 0.3rem;
  transition: color 0.18s ease;
}
.systems-slide-link {
  position: relative;
  z-index: 1;
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--liberta-teal);
  transition: color 0.18s ease;
}
.systems-slide-card:hover .systems-slide-title,
.systems-slide-card:hover .systems-slide-link {
  color: #fff;
}
.systems-slider-btn {
  flex-shrink: 0;
  width: 2.15rem;
  height: 2.15rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--liberta-border);
  border-radius: 999px;
  background: #fff;
  color: var(--liberta-blue-dark);
  box-shadow: var(--shadow-sm);
  transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}
.systems-slider-btn:hover {
  background: var(--liberta-blue-dark);
  border-color: var(--liberta-blue-dark);
  color: #fff;
}
@media (min-width: 992px) {
  .home-systems-section .systems-slider {
    overflow: visible;
  }
  .home-systems-section .systems-slider-track {
    display: grid;
    grid-template-columns: repeat(7, minmax(0, 1fr));
    gap: 0.65rem;
    width: 100%;
    max-width: 100%;
    justify-content: center;
  }
  .home-systems-section .systems-slide-card {
    width: 100%;
    flex: none;
    max-width: none;
  }
  .home-systems-section .systems-slider-btn {
    display: none;
  }
}
@media (max-width: 575.98px) {
  .systems-slider-btn {
    display: none;
  }
  .systems-slide-card {
    flex-basis: 7.75rem;
    width: 7.75rem;
    padding: 0.75rem 0.55rem;
  }
  .systems-slide-bg {
    font-size: 2.85rem;
  }
}

.home-why-watel-section {
  background: var(--liberta-gradient-hero);
  color: #fff;
}
.home-why-watel-section h2 {
  color: #fff;
}
.home-why-watel-section .text-muted {
  color: rgba(255, 255, 255, 0.72) !important;
}
.home-why-watel-section .section-eyebrow {
  color: #5eead4;
}
.home-why-watel-section .feature-chips {
  gap: 0.55rem;
  margin-top: 1.35rem;
}
.home-why-watel-section .feature-chip {
  background: rgba(255, 255, 255, 0.11);
  border: 1px solid rgba(255, 255, 255, 0.22);
  color: rgba(255, 255, 255, 0.94);
  padding: 0.5rem 0.9rem;
  font-size: 0.78rem;
  font-weight: 500;
  line-height: 1.35;
  letter-spacing: 0.01em;
  backdrop-filter: blur(6px);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}
.home-why-watel-section .feature-chip i {
  color: #7ee8d8;
  font-size: 0.88rem;
  flex-shrink: 0;
}
.home-why-watel-section .home-why-intro .btn-nav-secondary {
  background: #fff;
  border-color: #fff;
  color: var(--liberta-blue-dark);
  font-weight: 600;
  padding: 0.6rem 1.4rem;
  margin-top: 1.65rem !important;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.22);
  transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}
.home-why-watel-section .home-why-intro .btn-nav-secondary:hover {
  background: #e4f0f0;
  border-color: #e4f0f0;
  color: var(--liberta-blue-dark);
  transform: translateY(-1px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.28);
}

.home-highlight-panel {
  background: #e4e7eb;
  color: var(--liberta-blue-dark);
  padding: 2.25rem;
  border-radius: var(--radius-sm);
  border: 1px solid rgba(255, 255, 255, 0.06);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.22);
}
.home-highlight-panel .section-eyebrow { color: var(--liberta-teal); }
.home-highlight-panel h2 { color: var(--liberta-blue-dark); margin-bottom: 0.75rem; }
.home-highlight-panel .panel-desc {
  color: var(--liberta-gray);
  font-size: 0.95rem;
  line-height: 1.65;
}
.home-highlight-panel .platform-report-card {
  background: #eef0f3;
  border-color: #d4d9df;
}
.home-highlight-panel .platform-report-list li {
  background: #f8f9fa;
  border-color: #d8dde3;
  color: var(--liberta-blue-dark);
}
.home-highlight-panel .btn-nav-primary {
  background: var(--liberta-blue-dark);
  border-color: var(--liberta-blue-dark);
  color: #fff;
}
.home-highlight-panel .btn-nav-primary:hover {
  background: var(--liberta-blue);
  border-color: var(--liberta-blue);
  color: #fff;
}
.home-highlight-panel .btn-nav-secondary {
  background: #f8f9fa;
  border-color: #c8ced6;
  color: var(--liberta-blue-dark);
}
.home-highlight-panel .btn-nav-secondary:hover {
  background: #fff;
  border-color: #b8c0ca;
  color: var(--liberta-blue-dark);
}

.quick-routes {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.75rem;
}
.quick-route {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.1rem 1.25rem;
  background: #fff;
  border: 1px solid var(--liberta-border);
  text-decoration: none;
  color: var(--liberta-blue-dark);
  font-weight: 500;
  font-size: 0.95rem;
  transition: border-color 0.15s, background 0.15s;
}
.quick-route:hover {
  background: #eef3f7;
  border-color: var(--liberta-blue);
  color: var(--liberta-blue-dark);
}
.quick-route i {
  color: #fff;
  font-size: 0.75rem;
  width: 1.65rem;
  height: 1.65rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--liberta-teal);
  border-radius: var(--radius-sm);
  flex-shrink: 0;
}

.home-cta-band {
  padding: 4rem 0;
  background: var(--liberta-gradient-hero);
  color: #fff;
}
.home-cta-band h2 { color: #fff; font-size: 1.35rem; margin-bottom: 0.5rem; }
.home-cta-band p { color: rgba(255,255,255,0.75); font-size: 0.95rem; }
.home-cta-band .btn-nav-secondary {
  background: transparent;
  border-color: rgba(255,255,255,0.35);
  color: #fff;
}
.home-cta-band .btn-nav-secondary:hover {
  background: rgba(255,255,255,0.08);
  border-color: rgba(255,255,255,0.5);
  color: #fff;
}
.home-cta-band .btn-nav-primary {
  background: #fff;
  border-color: #fff;
  color: var(--liberta-blue-dark);
}
.home-cta-band .btn-nav-primary:hover {
  background: var(--liberta-light);
  color: var(--liberta-blue-dark);
}

.sf-module {
  border: 1px solid var(--liberta-border);
  background: #fff;
  padding: 2rem;
  max-width: 720px;
}
.sf-progress {
  display: flex;
  gap: 0.35rem;
  margin-bottom: 1.5rem;
}
.sf-progress-step {
  flex: 1;
  height: 2px;
  background: var(--liberta-border);
}
.sf-progress-step.active { background: var(--liberta-blue); }
.sf-step { display: none; }
.sf-step.active { display: block; }
.sf-step-title { font-size: 1.05rem; margin-bottom: 1.25rem; }
.sf-options { display: grid; gap: 0.5rem; }
.sf-option {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  width: 100%;
  text-align: left;
  padding: 0.85rem 1rem;
  border: 1px solid var(--liberta-border);
  background: #fff;
  font-size: 0.9375rem;
  font-weight: 500;
  color: var(--liberta-blue-dark);
  cursor: pointer;
  border-radius: 10px;
  transition: border-color 0.15s, background 0.15s, transform 0.15s;
}
.sf-option-icon {
  width: 2rem;
  height: 2rem;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--card-tone-bg, #eef3f7);
  color: var(--card-tone, var(--liberta-teal));
  flex-shrink: 0;
  font-size: 0.95rem;
}
.sf-option:hover {
  border-color: #b8c0c8;
  background: var(--liberta-light);
  transform: translateX(3px);
}
.sf-option.selected {
  border-color: var(--liberta-blue);
  background: #eef3f7;
  outline: 2px solid rgba(30, 77, 114, 0.15);
  outline-offset: -2px;
}
.sf-select { max-width: 100%; border-radius: var(--radius-sm); }
.sf-actions { display: flex; justify-content: space-between; gap: 0.5rem; margin-top: 1.25rem; }
.sf-result {
  border: 1px solid var(--liberta-border);
  padding: 1.25rem;
  margin-bottom: 1rem;
  background: var(--liberta-light);
}
.sf-result h3 { font-size: 0.95rem; margin-bottom: 0.75rem; }
.sf-result a {
  display: block;
  padding: 0.35rem 0;
  color: var(--liberta-blue);
  text-decoration: none;
  font-weight: 500;
  font-size: 0.9rem;
}
.sf-result a:hover { text-decoration: underline; }
.sf-refine {
  border: 1px solid var(--liberta-border);
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  background: #fff;
}
.sf-refine summary { cursor: pointer; font-weight: 600; font-size: 0.875rem; }
.sf-refine-body { margin-top: 1rem; }
.sf-lead-form .form-control {
  border-radius: var(--radius-sm);
  border-color: var(--liberta-border);
  font-size: 0.9rem;
}

.route-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
}
.route-grid-loose .route-card {
  padding: 1.75rem 1.5rem;
  min-height: 7rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.route-card {
  display: block;
  padding: 1.5rem;
  background: #fff;
  border: 1px solid var(--liberta-border);
  text-decoration: none;
  color: inherit;
  transition: border-color 0.15s, box-shadow 0.15s;
  position: relative;
  overflow: hidden;
}
.route-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, var(--liberta-blue), var(--liberta-teal));
}
.route-card:hover {
  border-color: var(--liberta-blue);
  box-shadow: 0 6px 20px rgba(30, 77, 114, 0.08);
  color: inherit;
}
.route-card h3 { font-size: 1rem; margin: 0 0 0.75rem; color: var(--liberta-blue-dark); font-weight: 600; }
.route-card p { font-size: 0.875rem; color: var(--liberta-gray); margin-bottom: 0.75rem; line-height: 1.55; }
.route-card-link { font-size: 0.8125rem; font-weight: 600; color: var(--liberta-teal); }

.proof-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--liberta-border);
  border: 1px solid var(--liberta-border);
}
.proof-item {
  background: #fff;
  padding: 1.5rem;
}
.proof-item-wide { grid-column: span 3; }
.proof-index {
  display: block;
  font-size: 0.7rem;
  font-weight: 600;
  color: var(--liberta-gray);
  margin-bottom: 0.5rem;
}
.proof-item h3 { font-size: 0.95rem; margin-bottom: 0.35rem; }
.proof-item p { font-size: 0.8125rem; color: var(--liberta-gray); margin: 0; }
.proof-link {
  display: inline-block;
  margin-top: 0.75rem;
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--liberta-blue);
  text-decoration: none;
}
.proof-link:hover { text-decoration: underline; }

.workflow-strip {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.35rem;
  padding: 1.5rem;
  border: 1px solid var(--liberta-border);
  background: #fff;
}
.workflow-step {
  flex: 1 1 120px;
  text-align: center;
  padding: 1rem 0.5rem;
  border: 1px solid var(--liberta-border);
  background: var(--liberta-light);
}
.workflow-step-num {
  display: block;
  font-size: 0.68rem;
  font-weight: 600;
  color: var(--liberta-gray);
  margin-bottom: 0.35rem;
}
.workflow-step p { margin: 0; font-size: 0.8125rem; font-weight: 500; }
.workflow-arrow { color: var(--liberta-gray); font-size: 0.9rem; flex-shrink: 0; }

.platform-desc h3 { font-size: 0.95rem; margin-bottom: 0.25rem; }
.platform-desc p { font-size: 0.9rem; color: var(--liberta-gray); }
.platform-report-card {
  border: 1px solid var(--liberta-border);
  background: #fff;
  padding: 1.5rem;
}
.platform-report-label {
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--liberta-gray);
  margin-bottom: 1rem;
}
.platform-report-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.65rem;
}
.platform-report-list li {
  font-size: 0.875rem;
  padding: 0.65rem 0.75rem;
  border: 1px solid var(--liberta-border);
  background: var(--liberta-light);
}
.platform-report-list i { margin-right: 0.4rem; color: var(--liberta-teal); }

.case-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}
.case-grid-compact { grid-template-columns: repeat(5, 1fr); }
.case-grid-compact .case-card { padding: 1.75rem; }
.detail-section-heading {
  font-size: 1rem;
  font-weight: 600;
  color: var(--liberta-blue-dark);
  margin: 2rem 0 0.75rem;
}
.case-card {
  border: 1px solid var(--liberta-border);
  background: #fff;
  padding: 1.5rem;
}
.case-meta {
  display: inline-block;
  font-size: 0.68rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--liberta-teal);
  background: rgba(45, 106, 106, 0.1);
  padding: 0.25rem 0.55rem;
  border-radius: 2px;
  margin-bottom: 0.65rem;
}
.case-card h3 { font-size: 1rem; margin-bottom: 0.75rem; }
.case-card p { font-size: 0.875rem; color: #334155; margin-bottom: 0.5rem; }
body.home-page .case-card h3 {
  margin-bottom: 0.45rem;
  color: var(--liberta-blue-dark);
}
body.home-page .case-location {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.78rem;
  font-weight: 500;
  color: var(--liberta-gray);
  margin-bottom: 0.75rem;
}
body.home-page .case-location i {
  color: var(--liberta-teal);
  font-size: 0.82rem;
  line-height: 1;
}
body.home-page .case-card-icon {
  display: none !important;
}
.case-outcome { color: var(--liberta-gray) !important; }
.case-card-link {
  display: inline-block;
  margin-top: 0.5rem;
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--liberta-blue);
  text-decoration: none;
}
.case-card-link:hover { text-decoration: underline; }

.cta-panel {
  border: 1px solid var(--liberta-border);
  background: #fff;
  padding: 2rem;
}
.cta-panel h2 { font-size: 1.25rem; margin-bottom: 0.5rem; }
.cta-panel p { color: var(--liberta-gray); margin: 0; }
.cta-tier-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--liberta-border);
  border: 1px solid var(--liberta-border);
  margin-top: 1.5rem;
}
.cta-tier {
  display: block;
  padding: 1rem;
  background: var(--liberta-light);
  text-decoration: none;
  color: var(--liberta-blue-dark);
  font-size: 0.875rem;
  font-weight: 500;
}
.cta-tier:hover { background: #eef0ec; color: var(--liberta-blue-dark); }
.cta-tier-level {
  display: block;
  font-size: 0.65rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--liberta-gray);
  margin-bottom: 0.25rem;
}

/* Calm down legacy card hover effects */
.content-card {
  border-radius: var(--radius-sm);
  box-shadow: none;
  transition: border-color 0.15s;
}
a:hover .content-card,
.content-card:hover {
  transform: none;
  box-shadow: none;
  border-color: #b8c0c8;
}
.content-card::before { display: none; }

@media (max-width: 991.98px) {
  .section-block-spacious { padding: 4.5rem 0; }
  .hero-industrial,
  body.home-page .home-hero.detail-hero { padding: 3.5rem 0 3rem; }
  .trust-band-grid { grid-template-columns: 1fr 1fr; gap: 0.85rem; }
  .route-grid { grid-template-columns: repeat(2, 1fr); }
@media (max-width: 1199.98px) {
  .case-grid-compact { grid-template-columns: repeat(3, 1fr); }
}
  .quick-routes { grid-template-columns: 1fr; }
  .proof-grid { grid-template-columns: 1fr; }
  .proof-item-wide { grid-column: span 1; }
  .platform-report-list { grid-template-columns: 1fr; }
  .cta-tier-row { grid-template-columns: 1fr; }
  .navbar-cta-group { width: 100%; }
  .navbar-cta-group .btn { flex: 1; }
}
@media (max-width: 575.98px) {
  .trust-band-grid,
  .route-grid { grid-template-columns: 1fr; }
  .workflow-arrow { display: none; }
  .workflow-step { flex: 1 1 100%; }
}

/* Responsive */
@media (max-width: 767.98px) {
  .matrix-table-wrap { display: none; }
  .matrix-cards { display: block; }
  .matrix-card {
    display: block;
    background: #fff;
    border: 1px solid var(--liberta-border);
    border-radius: var(--radius-sm);
    padding: 1rem;
    margin-bottom: 0.75rem;
  }
  .problem-diagram { grid-template-columns: 1fr 1fr; }
  .hero-section { padding: 4rem 0 3.5rem; }
  .section-padding { padding: 3rem 0; }
  .hero-stats { gap: 1.25rem; }
  .hero-section.detail-hero { padding: 1.75rem 0 0; }
  .hero-section.detail-hero .container { padding-bottom: 3.5rem; }
  .hero-section.detail-hero::after { height: 48px; }
  body.detail-page .detail-lead-inner { margin-bottom: 1.5rem; }
  body.detail-page .detail-lead-inner .hero-subtext { font-size: 1.0625rem; }
  body.detail-page .detail-lead-inner .lead-quote { font-size: 0.95rem; padding: 1rem 1.1rem; }
  body.detail-page .positioning-box { padding: 0; }
  body.detail-page .detail-aside { position: static; }
}
@media (min-width: 768px) {
  .matrix-cards { display: none; }
}

/* ── Visual richness: tone system, icons, cards ── */
.tone-blue { --card-tone: var(--tone-blue); --card-tone-bg: var(--tone-blue-bg); }
.tone-teal { --card-tone: var(--tone-teal); --card-tone-bg: var(--tone-teal-bg); }
.tone-green { --card-tone: var(--tone-green); --card-tone-bg: var(--tone-green-bg); }
.tone-amber { --card-tone: var(--tone-amber); --card-tone-bg: var(--tone-amber-bg); }
.tone-orange { --card-tone: var(--tone-orange); --card-tone-bg: var(--tone-orange-bg); }
.tone-cyan { --card-tone: var(--tone-cyan); --card-tone-bg: var(--tone-cyan-bg); }
.tone-indigo { --card-tone: var(--tone-indigo); --card-tone-bg: var(--tone-indigo-bg); }
.tone-purple { --card-tone: var(--tone-purple); --card-tone-bg: var(--tone-purple-bg); }
.tone-red { --card-tone: var(--tone-red); --card-tone-bg: var(--tone-red-bg); }
.tone-slate { --card-tone: var(--tone-slate); --card-tone-bg: var(--tone-slate-bg); }

.route-card {
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
  box-shadow: var(--shadow-sm);
}
.route-card::before {
  height: 3px;
  background: linear-gradient(90deg, var(--card-tone, var(--liberta-blue)), var(--liberta-teal));
}
.route-card-icon {
  width: 2.65rem;
  height: 2.65rem;
  border-radius: 11px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--card-tone-bg, #eef3f7);
  color: var(--card-tone, var(--liberta-teal));
  font-size: 1.15rem;
  flex-shrink: 0;
}
.route-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 28px rgba(30, 77, 114, 0.12);
}
.route-card-link {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}
.route-card-link::after {
  content: "\2192";
  font-size: 0.9rem;
  transition: transform 0.2s;
}
.route-card:hover .route-card-link::after { transform: translateX(3px); }

.quick-route {
  border-radius: 10px;
  gap: 0.75rem;
  box-shadow: var(--shadow-sm);
}
.quick-route-icon {
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 9px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--card-tone-bg, #eef3f7);
  color: var(--card-tone, var(--liberta-teal));
  font-size: 1rem;
  flex-shrink: 0;
}
.quick-route:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 22px rgba(30, 77, 114, 0.1);
}
.quick-route:hover i.bi-arrow-right {
  background: var(--card-tone, var(--liberta-teal));
}

.case-card {
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  transition: transform 0.2s, box-shadow 0.2s, border-color 0.2s;
}
.case-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--card-tone, var(--liberta-teal)), var(--liberta-blue));
}
.case-card-icon {
  width: 2.35rem;
  height: 2.35rem;
  border-radius: 9px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--card-tone-bg, rgba(45, 106, 106, 0.1));
  color: var(--card-tone, var(--liberta-teal));
  font-size: 1.05rem;
  margin-bottom: 0.85rem;
}
.case-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 30px rgba(21, 42, 61, 0.1);
  border-color: rgba(45, 106, 106, 0.25);
}

body.detail-page .positioning-box .detail-section-title:has(.section-title-icon)::before {
  display: none;
}
body.detail-page .positioning-box .section-title-icon {
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  color: var(--card-tone, var(--liberta-teal));
  font-size: 1.05rem;
  flex-shrink: 0;
}
.section-title-icon {
  width: 2.15rem;
  height: 2.15rem;
  border-radius: 9px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--card-tone-bg, #eef3f7);
  color: var(--card-tone, var(--liberta-teal));
  font-size: 1rem;
  flex-shrink: 0;
}

.detail-section-heading {
  display: flex;
  align-items: center;
  gap: 0.55rem;
}
.detail-section-heading::before {
  content: "";
  width: 4px;
  height: 1.1em;
  border-radius: 2px;
  background: linear-gradient(180deg, var(--liberta-teal), var(--liberta-blue));
  flex-shrink: 0;
}

.jar-workflow {
  border-radius: 12px;
  background: linear-gradient(135deg, #f0fdf4 0%, #ecfeff 100%);
  border: 1px solid #bae6fd;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
}
.jar-step {
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.35rem;
  min-width: 118px;
  padding-top: 0.65rem;
}
.jar-workflow .flow-step-num {
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.72rem;
  font-weight: 700;
  background: var(--liberta-teal);
  color: #fff;
  line-height: 1;
}
body.detail-page .jar-step {
  border-color: #86efac;
  background: #fff;
}

.matrix-table-wrap {
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid var(--liberta-border);
  box-shadow: var(--shadow-sm);
}
.matrix-table tbody tr:nth-child(even) { background: #f8fafc; }
.matrix-table tbody tr:hover { background: #eef7f7; }
.matrix-table td:first-child { font-weight: 600; color: var(--liberta-blue-dark); }

.contact-cards a.contact-card:nth-child(1) .contact-card-icon { background: rgba(30, 77, 114, 0.55); color: #93c5fd; }
.contact-cards a.contact-card:nth-child(2) .contact-card-icon { background: rgba(45, 106, 106, 0.55); color: #5eead4; }
.contact-cards a.contact-card:nth-child(3) .contact-card-icon { background: rgba(180, 83, 9, 0.45); color: #fcd34d; }
.contact-cards .contact-card-static .contact-card-icon { background: rgba(255, 255, 255, 0.12); color: #fbbf24; }
.contact-cards a.contact-card:nth-child(5) .contact-card-icon { background: rgba(0, 119, 181, 0.55); color: #fff; }
a.contact-card:hover { transform: translateY(-2px); }

.feature-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-top: 1.25rem;
}
.feature-chip {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.55rem 0.85rem;
  background: #fff;
  border: 1px solid var(--liberta-border);
  border-radius: 999px;
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--liberta-blue-dark);
  box-shadow: var(--shadow-sm);
}
.feature-chip i {
  color: var(--liberta-teal);
}

body.detail-page .detail-lead-inner .lead-quote {
  border-left: 4px solid var(--liberta-teal);
  background: linear-gradient(135deg, #f0fdf4 0%, #f8fafc 100%);
}

.detail-cta-band .col-lg-7::before,
.home-cta-band .col-lg-7::before {
  content: "";
  display: block;
  width: 2.75rem;
  height: 3px;
  margin-bottom: 0.85rem;
  border-radius: 2px;
  background: linear-gradient(90deg, #5eead4, rgba(255, 255, 255, 0.45));
}

@media (prefers-reduced-motion: reduce) {
  .route-card:hover,
  .quick-route:hover,
  .case-card:hover,
  a.contact-card:hover { transform: none; }
}

/* ── Hub pages — dark route cards (systems, problems, products, industries) ── */
body.hub-page .section-block:has(.route-grid) {
  background: transparent;
  border-top: none;
  border-bottom: none;
}
body.hub-page .route-grid {
  gap: 1.15rem;
}
body.hub-page .route-grid .route-card {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto 1fr auto;
  column-gap: 0.7rem;
  align-content: start;
  background: #152a3d;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  padding: 1.5rem 1.35rem 1.3rem;
  min-height: 10.5rem;
  box-shadow: 0 2px 10px rgba(15, 31, 46, 0.14);
  position: relative;
  overflow: hidden;
  transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}
body.hub-page .route-grid .route-card::after {
  display: none;
}
body.hub-page .route-grid .route-card::before {
  height: 2px;
  background: rgba(255, 255, 255, 0.14);
}
body.hub-page .route-grid .route-card:hover {
  transform: translateY(-2px);
  border-color: rgba(255, 255, 255, 0.14);
  box-shadow: 0 8px 24px rgba(15, 31, 46, 0.2);
  color: inherit;
}
body.hub-page .route-grid .route-card .route-card-icon {
  grid-column: 1;
  grid-row: 1;
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.72);
  box-shadow: none;
  position: relative;
  z-index: 1;
  margin: 0;
}
body.hub-page .hub-card-tag {
  grid-column: 2;
  grid-row: 1;
  align-self: center;
  display: block;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.55);
  background: none;
  border: none;
  border-radius: 0;
  padding: 0;
  margin: 0;
  position: relative;
  z-index: 1;
}
body.hub-page .route-grid .route-card h3 {
  grid-column: 1 / -1;
  grid-row: 2;
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.98rem;
  line-height: 1.45;
  margin: 0.85rem 0 0;
  position: relative;
  z-index: 1;
}
body.hub-page .route-grid .route-card .route-card-link {
  grid-column: 1 / -1;
  grid-row: 3;
  align-self: end;
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.8125rem;
  position: relative;
  z-index: 1;
  margin-top: 0.85rem;
  transition: color 0.18s ease;
}
body.hub-page .route-grid .route-card:hover .route-card-link {
  color: rgba(255, 255, 255, 0.82);
}
body.hub-page .route-grid .route-card .route-card-link::after {
  color: inherit;
}
@media (max-width: 575.98px) {
  body.hub-page .route-grid .route-card {
    min-height: 0;
    padding: 1.25rem 1.15rem 1.1rem;
  }
}

/* ── Why Liberta page ── */
body.why-liberta-page .section-block {
  padding: var(--section-space) 0;
}
body.why-liberta-page .why-proof-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.15rem;
}
body.why-liberta-page .why-proof-card {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 11rem;
  padding: 1.5rem 1.25rem;
  background: linear-gradient(145deg, #1a3348 0%, var(--liberta-blue-deep) 100%);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.16);
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}
body.why-liberta-page .why-proof-card:hover {
  border-color: rgba(94, 234, 212, 0.28);
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.24);
  transform: translateY(-2px);
}
body.why-liberta-page .why-proof-card:hover .why-proof-icon {
  color: rgba(255, 255, 255, 0.1);
}
body.why-liberta-page .why-proof-icon {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(3.5rem, 8vw, 5rem);
  color: rgba(255, 255, 255, 0.07);
  pointer-events: none;
  z-index: 0;
  transition: color 0.2s ease;
}
body.why-liberta-page .why-proof-icon i {
  line-height: 1;
}
body.why-liberta-page .why-proof-copy {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  text-align: center;
}
body.why-liberta-page .why-proof-copy h3 {
  font-size: 0.98rem;
  line-height: 1.35;
  color: #fff;
  margin: 0 0 0.45rem;
  max-width: 18rem;
}
body.why-liberta-page .why-proof-copy p {
  margin: 0;
  font-size: 0.875rem;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.68);
  max-width: 20rem;
}
body.why-liberta-page .why-workflow .process-step {
  font-size: 0.78rem;
}
@media (min-width: 992px) {
  body.why-liberta-page .why-workflow .process-step {
    font-size: 0.8125rem;
  }
}
@media (max-width: 991.98px) {
  body.why-liberta-page .why-proof-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 767.98px) {
  body.why-liberta-page .why-proof-grid {
    grid-template-columns: 1fr;
  }
  body.why-liberta-page .why-proof-card {
    min-height: 0;
  }
}
@media (prefers-reduced-motion: reduce) {
  body.why-liberta-page .why-proof-card:hover {
    transform: none;
  }
}

/* Gradient page body — detail, hub & utility content on dark section bg */
body.detail-page .detail-section-heading {
  color: #8ec4de;
}
body.detail-page .detail-primary,
body.detail-page .detail-primary p {
  color: rgba(255, 255, 255, 0.85);
}
body.detail-page .positioning-box {
  background: #2a3f52;
  border: 1px solid rgba(255, 255, 255, 0.12);
}
body.detail-page .positioning-box .detail-section-title {
  background: transparent;
  border-bottom-color: rgba(255, 255, 255, 0.12);
  color: #8ec4de;
}
body.detail-page .positioning-box.detail-accordion .detail-section-title:hover {
  background: rgba(255, 255, 255, 0.04);
  color: #fff;
}
body.detail-page .positioning-box.detail-accordion:not(.is-collapsed) .detail-section-title {
  color: #fff;
}
body.detail-page .positioning-box p {
  color: rgba(255, 255, 255, 0.85);
}
body.detail-page .matrix-table-wrap {
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  overflow: hidden;
}
body.detail-page .matrix-table {
  color: rgba(255, 255, 255, 0.85);
  margin-bottom: 0;
}
body.detail-page .matrix-table th {
  background: rgba(255, 255, 255, 0.06);
  color: #8ec4de;
  border-color: rgba(255, 255, 255, 0.1);
}
body.detail-page .matrix-table td {
  border-color: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.85);
}
body.detail-page .matrix-table tbody tr:nth-child(even) {
  background: rgba(255, 255, 255, 0.03);
}
body.detail-page .matrix-table tbody tr:hover {
  background: rgba(42, 171, 174, 0.1);
}
body.detail-page .matrix-table td:first-child {
  color: #fff;
}
body.detail-page .detail-lead-inner .lead-quote {
  background: rgba(42, 171, 174, 0.12);
  border-color: rgba(142, 196, 222, 0.25);
  color: rgba(255, 255, 255, 0.9);
}
body.detail-page .detail-aside > .hero-note,
body.detail-page .detail-aside > .content-card,
body.detail-page .detail-aside > .claim-note {
  background: #2a3f52;
  border-color: rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.78);
}
body.detail-page .detail-aside > .content-card .card-title {
  color: #fff;
}
body.detail-page .detail-aside > .content-card > p {
  color: rgba(255, 255, 255, 0.72);
}
body.detail-page .detail-aside > .content-card > p::before {
  color: rgba(255, 255, 255, 0.92);
}
body.detail-page .detail-aside > .content-card:hover {
  border-color: rgba(255, 255, 255, 0.18);
}
body.detail-page .detail-content h2:not(.detail-section-title),
body.detail-page .detail-content h3:not(.detail-section-heading),
body.detail-page .detail-content h4 {
  color: #fff;
}
body.detail-page .detail-content h2.detail-section-title,
body.detail-page .detail-content h3.detail-section-heading,
body.detail-page .detail-primary .positioning-box h2.detail-section-title {
  color: #8ec4de;
}
body.detail-page .positioning-box.detail-accordion:not(.is-collapsed) .detail-section-title {
  color: #fff;
}
body.hub-page .section-intro h2,
body.utility-page .section-intro h2,
body.utility-page .section-intro .section-eyebrow {
  color: #8ec4de;
}
body.hub-page .section-intro p,
body.utility-page .section-intro p,
body.utility-page .section-intro .text-muted {
  color: rgba(255, 255, 255, 0.72);
}
body.utility-page .section-block-alt {
  background: transparent;
}
body.utility-page .section-block h2,
body.utility-page .section-block h3 {
  color: #fff;
}
body.utility-page .section-block p,
body.utility-page .section-block .text-muted {
  color: rgba(255, 255, 255, 0.72);
}
