/* LyoVial theme page body styles — scoped under .lv-theme (no header/footer chrome) */

.lv-theme {
  --navy-900: #0e7c86;
  --navy-800: #0b6670;
  --green-500: #0e7c86;
  --green-600: #0b6670;
  --gray-100: #f3f5f7;
  --gray-200: #e8ecee;
  --red-400: #e07a6f;
  --text-dark: #000000;
  --text-muted: #000000;
  --white: #fff;
  --radius: 10px;

  color: #000;
  line-height: 1.65;
}

.lv-theme h1,
.lv-theme h2,
.lv-theme h3,
.lv-theme h4 {
  font-family: inherit;
  line-height: 1.28;
  font-weight: 700;
  color: #000;
}

.lv-theme p,
.lv-theme li,
.lv-theme .lead {
  color: #000 !important;
}

.lv-theme .heading-bold {
  font-weight: 800 !important;
  color: #000 !important;
}

.lv-theme a {
  text-decoration: none;
  color: inherit;
}

.lv-theme ul {
  list-style: none;
}

.lv-theme img,
.lv-theme svg {
  display: block;
}

.lv-theme .eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--green-600);
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.lv-theme .eyebrow::before {
  content: "";
  width: 16px;
  height: 2px;
  background: var(--green-500);
  display: inline-block;
}

.lv-theme .btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--green-500);
  color: #fff;
  font-family: inherit;
  font-weight: 600;
  font-size: 14px;
  padding: 13px 26px;
  border-radius: 6px;
  border: none;
  cursor: pointer;
  transition: 0.2s ease;
}

.lv-theme .btn:hover {
  background: var(--green-600);
  transform: translateY(-2px);
}

.lv-theme .btn.block {
  width: 100%;
  justify-content: center;
}

/* ── Service pages ── */

.lv-theme .page-banner {
  position: relative;
  background: var(--navy-900);
  overflow: hidden;
  padding: 70px 24px;
}

.lv-theme .page-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(115deg, var(--navy-900) 0 55%, transparent 55.3%),
    linear-gradient(115deg, var(--green-500) 0 34%, transparent 34.3%);
  opacity: 0.9;
}

.lv-theme .page-banner .container {
  position: relative;
  z-index: 2;
}

.lv-theme .page-banner h1 {
  color: #fff;
  font-size: 36px;
  font-weight: 800;
  margin-bottom: 10px;
}

.lv-theme .breadcrumb {
  display: flex;
  gap: 8px;
  color: #c7d0de;
  font-size: 13.5px;
}

.lv-theme .breadcrumb a {
  color: #c7d0de;
}

.lv-theme .breadcrumb a:hover {
  color: var(--green-500);
}

.lv-theme .breadcrumb span {
  color: var(--green-500);
}

.lv-theme .service-layout {
  padding: 90px 0;
}

.lv-theme .service-layout .container {
  display: grid;
  grid-template-columns: minmax(240px, 0.85fr) minmax(0, 2fr);
  gap: 44px;
  align-items: start;
}

.lv-theme .service-layout .main-content {
  min-width: 0;
  text-align: left;
}

.lv-theme .sidebar > div {
  margin-bottom: 26px;
  background: var(--gray-100);
  border-radius: var(--radius);
  overflow: hidden;
}

.lv-theme .service-list li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 20px;
  font-size: 14.5px;
  font-weight: 500;
  border-bottom: 1px solid #e3e7eb;
}

.lv-theme .service-list li:last-child a {
  border-bottom: none;
}

.lv-theme .service-list li a.active {
  background: var(--green-500);
  color: #fff;
  font-weight: 600;
}

.lv-theme .service-list li a:not(.active):hover {
  background: #eef1f4;
  color: var(--green-600);
}

.lv-theme .sidebar > .cta-box,
.lv-theme .cta-box {
  --cta-bg-image: url('/images/site/svc-1.jpg');
  background:
    linear-gradient(180deg, rgba(10, 60, 68, 0.88) 0%, rgba(14, 124, 134, 0.9) 100%),
    var(--cta-bg-image) center/cover no-repeat !important;
  color: #fff;
  padding: 30px 24px;
  text-align: center;
}

.lv-theme .cta-box svg {
  margin: 0 auto 14px;
  color: #fff;
}

.lv-theme .cta-box h4,
.lv-theme .cta-box h4.heading-bold {
  font-size: 17px;
  margin-bottom: 8px;
  color: #fff !important;
}

.lv-theme .cta-box p {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.92) !important;
  margin-bottom: 20px;
}

.lv-theme .cta-box .btn {
  background: #fff !important;
  color: #0e7c86 !important;
  border-color: #fff !important;
}

.lv-theme .cta-box .btn:hover {
  background: transparent !important;
  color: #fff !important;
  border-color: #fff !important;
}

.lv-theme .contact-box {
  padding: 24px;
}

.lv-theme .contact-box h4 {
  font-size: 15px;
  margin-bottom: 16px;
  color: var(--navy-900);
}

.lv-theme .contact-box li {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  font-size: 13.5px;
  margin-bottom: 14px;
  color: var(--text-muted);
}

.lv-theme .contact-box li svg {
  flex: none;
  color: var(--green-500);
  margin-top: 2px;
}

.lv-theme .contact-box li strong {
  display: block;
  color: var(--text-dark);
  font-size: 14px;
}

.lv-theme .feature-image {
  height: auto;
  aspect-ratio: 16 / 9;
  max-height: 420px;
  border-radius: var(--radius);
  background: linear-gradient(155deg, #0e7c86, var(--navy-900));
  overflow: hidden;
  margin-bottom: 34px;
}

.lv-theme .feature-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 35%;
}

.lv-theme .feature-image svg {
  width: 20%;
  color: rgba(255, 255, 255, 0.9);
}

.lv-theme .main-content h2 {
  font-size: 27px;
  font-weight: 700;
  color: var(--navy-900);
  margin-bottom: 16px;
}

.lv-theme .main-content > p.lead {
  color: var(--text-muted);
  margin-bottom: 34px;
  font-size: 15.5px;
}

.lv-theme .main-content h3.section-heading {
  font-size: 19px;
  color: var(--navy-900);
  margin-bottom: 18px;
}

.lv-theme .main-content h3.section-heading--tight {
  font-size: 19px;
  color: var(--navy-900);
  margin-bottom: 6px;
}

.lv-theme .main-content p.steps-intro {
  color: var(--text-muted);
  font-size: 14px;
  margin-bottom: 22px;
}

.lv-theme .includes-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-bottom: 40px;
}

.lv-theme .include-card {
  border: 1px solid var(--gray-200);
  border-radius: var(--radius);
  padding: 24px;
}

.lv-theme .include-card .icon {
  width: 44px;
  height: 44px;
  border-radius: 8px;
  background: var(--green-500);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  color: #fff;
}

.lv-theme .include-card h4 {
  font-size: 15.5px;
  margin-bottom: 8px;
  color: var(--navy-900);
}

.lv-theme .include-card p {
  font-size: 13.5px;
  color: var(--text-muted);
}

.lv-theme .why-block {
  background: var(--gray-100);
  border-radius: var(--radius);
  padding: 34px;
  margin-bottom: 40px;
}

.lv-theme .why-block h3 {
  font-size: 19px;
  color: var(--navy-900);
  margin-bottom: 18px;
}

.lv-theme .why-block ul li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 14.5px;
  margin-bottom: 12px;
}

.lv-theme .why-block ul li svg {
  flex: none;
  color: var(--green-500);
  margin-top: 3px;
}

.lv-theme .steps-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-bottom: 44px;
}

.lv-theme .step-sm {
  position: relative;
  padding: 22px 16px;
  border: 1px dashed var(--gray-200);
  border-radius: var(--radius);
}

.lv-theme .step-sm .num {
  font-family: inherit;
  font-weight: 800;
  font-size: 22px;
  color: var(--green-500);
  margin-bottom: 8px;
}

.lv-theme .step-sm h4 {
  font-size: 13.8px;
  margin-bottom: 6px;
  color: var(--navy-900);
}

.lv-theme .step-sm p {
  font-size: 12.3px;
  color: var(--text-muted);
}

.lv-theme .related h3 {
  font-size: 19px;
  color: var(--navy-900);
  margin-bottom: 18px;
}

.lv-theme .related-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin-bottom: 44px;
}

.lv-theme .related-card {
  display: flex;
  align-items: center;
  gap: 14px;
  border: 1px solid var(--gray-200);
  border-radius: var(--radius);
  padding: 18px;
}

.lv-theme .related-card .icon {
  width: 42px;
  height: 42px;
  border-radius: 8px;
  background: var(--gray-100);
  display: flex;
  align-items: center;
  justify-content: center;
  flex: none;
  color: var(--green-600);
}

.lv-theme .related-card h4 {
  font-size: 14px;
  color: var(--navy-900);
}

.lv-theme .related-card:hover {
  border-color: var(--green-500);
}

.lv-theme .bottom-cta {
  background: var(--navy-900);
  border-radius: var(--radius);
  padding: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
  color: #fff;
}

.lv-theme .bottom-cta h3 {
  font-size: 20px;
  margin-bottom: 6px;
}

.lv-theme .bottom-cta p {
  color: #b7c1d3;
  font-size: 13.8px;
}

/* ── Quality & Compliance ── */

.lv-theme .hero {
  background: var(--navy-900);
  text-align: center;
  padding: 90px 24px 80px;
  position: relative;
}

.lv-theme .badge-seal {
  width: 86px;
  height: 86px;
  border-radius: 50%;
  border: 2px solid var(--green-500);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 26px;
  position: relative;
}

.lv-theme .badge-seal::before {
  content: "";
  position: absolute;
  inset: -8px;
  border: 1px dashed rgba(14, 124, 134, 0.4);
  border-radius: 50%;
}

.lv-theme .hero h1 {
  color: #fff;
  font-size: 36px;
  font-weight: 800;
  max-width: 640px;
  margin: 0 auto 16px;
}

.lv-theme .hero p {
  color: #c7d0de;
  font-size: 16px;
  max-width: 520px;
  margin: 0 auto 0;
}

.lv-theme .approach {
  padding: 90px 0 70px;
}

.lv-theme .approach .section-head {
  text-align: left;
  max-width: none;
  margin: 0 0 54px;
}

.lv-theme .approach h2 {
  font-size: 29px;
  color: var(--navy-900);
}

.lv-theme .approach-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}

.lv-theme .approach-card {
  text-align: center;
  padding: 36px 26px;
  border: 1px solid var(--gray-200);
  border-radius: 16px;
}

.lv-theme .approach-card .ring {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: var(--gray-100);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 18px;
  color: var(--green-600);
}

.lv-theme .approach-card h4 {
  font-size: 16.5px;
  color: var(--navy-900);
  margin-bottom: 10px;
}

.lv-theme .approach-card p {
  font-size: 13.8px;
  color: var(--text-muted);
}

.lv-theme .sterility {
  background: var(--gray-100);
  padding: 70px 0;
}

.lv-theme .sterility .container {
  text-align: left;
}

.lv-theme .sterility .ring {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid var(--gray-200);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 22px;
  color: var(--green-600);
}

.lv-theme .sterility h3 {
  font-size: 24px;
  color: var(--navy-900);
  margin-bottom: 14px;
}

.lv-theme .sterility p {
  color: var(--text-muted);
  font-size: 15.5px;
}

.lv-theme .fit {
  padding: 90px 0;
}

.lv-theme .fit .section-head {
  text-align: left;
  max-width: none;
  margin: 0 0 54px;
}

.lv-theme .fit h2 {
  font-size: 29px;
  color: var(--navy-900);
}

.lv-theme .fit-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.lv-theme .fit-col {
  border-radius: 16px;
  padding: 34px;
}

.lv-theme .fit-col.yes {
  background: rgba(14, 124, 134, 0.07);
  border: 1px solid rgba(14, 124, 134, 0.3);
}

.lv-theme .fit-col.no {
  background: rgba(224, 122, 111, 0.06);
  border: 1px solid rgba(224, 122, 111, 0.28);
}

.lv-theme .fit-col h4 {
  font-size: 16px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.lv-theme .fit-col.yes h4 {
  color: var(--green-600);
}

.lv-theme .fit-col.no h4 {
  color: var(--red-400);
}

.lv-theme .fit-col li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  font-size: 14px;
  margin-bottom: 14px;
  color: var(--text-dark);
}

.lv-theme .fit-col li svg {
  flex: none;
  margin-top: 2px;
}

.lv-theme .fit-col.yes li svg {
  color: var(--green-500);
}

.lv-theme .fit-col.no li svg {
  color: var(--red-400);
}

.lv-theme .quote-banner {
  background:
    linear-gradient(180deg, rgba(14,124,134,.88) 0%, rgba(14,124,134,.86) 100%),
    url('/images/site/why-lg.jpg') center/cover no-repeat;
  padding: 90px 0;
  text-align: left;
}

.lv-theme .quote-banner blockquote {
  color: #fff;
  font-family: inherit;
  font-weight: 600;
  font-size: 26px;
  max-width: 720px;
  margin: 0 0 18px;
  line-height: 1.5;
}

.lv-theme .quote-banner span {
  color: var(--green-500);
  font-size: 13.5px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.lv-theme .cta-final {
  padding: 80px 0;
  text-align: left;
}

.lv-theme .cta-final h3 {
  font-size: 24px;
  color: var(--navy-900);
  margin-bottom: 10px;
}

.lv-theme .cta-final p {
  color: var(--text-muted);
  font-size: 14.5px;
  margin-bottom: 26px;
}

/* ── Specimen Library ── */

.lv-theme .hero:has(.hero-ring) {
  background: radial-gradient(ellipse at top, #0e7c86 0%, var(--navy-900) 60%);
  text-align: center;
  padding: 100px 24px 70px;
  position: relative;
  overflow: hidden;
}

.lv-theme .hero-ring {
  position: absolute;
  top: -120px;
  right: -120px;
  width: 340px;
  height: 340px;
  border: 1px solid rgba(14, 124, 134, 0.25);
  border-radius: 50%;
}

.lv-theme .hero-ring.r2 {
  top: auto;
  bottom: -160px;
  left: -140px;
  right: auto;
  width: 400px;
  height: 400px;
}

.lv-theme .hero:has(.hero-ring) .container {
  position: relative;
  z-index: 2;
}

.lv-theme .hero-icon {
  width: 64px;
  height: 64px;
  border-radius: 16px;
  background: rgba(14, 124, 134, 0.14);
  border: 1px solid rgba(14, 124, 134, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 24px;
}

.lv-theme .hero:has(.hero-ring) h1 {
  color: #fff;
  font-size: 38px;
  font-weight: 800;
  max-width: 720px;
  margin: 0 auto 18px;
}

.lv-theme .hero:has(.hero-ring) p {
  color: #c7d0de;
  font-size: 16px;
  max-width: 560px;
  margin: 0 auto 30px;
}

.lv-theme .benefit-strip {
  background: var(--navy-800);
  padding: 8px 24px;
}

.lv-theme .benefit-strip .container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.lv-theme .benefit-item {
  padding: 30px 20px;
  text-align: center;
  border-left: 1px solid rgba(255, 255, 255, 0.08);
}

.lv-theme .benefit-item:first-child {
  border-left: none;
}

.lv-theme .benefit-icon {
  width: 48px;
  height: 48px;
  margin: 0 auto 14px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.12);
  display: grid;
  place-items: center;
}

.lv-theme .benefit-icon i,
.lv-theme .benefit-item svg,
.lv-theme .benefit-item i {
  margin: 0;
  font-size: 22px;
  line-height: 1;
  color: #fff !important;
}

.lv-theme .benefit-item h4 {
  color: #fff !important;
  font-size: 13.5px;
  font-weight: 600;
  margin: 0;
  line-height: 1.4;
}

.lv-theme .challenge {
  padding: 100px 0 80px;
}

.lv-theme .challenge .container {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 60px;
  align-items: center;
}

.lv-theme .challenge h2 {
  font-size: 30px;
  color: var(--navy-900);
  margin-bottom: 18px;
}

.lv-theme .challenge p {
  color: var(--text-muted);
  font-size: 15.5px;
}

.lv-theme .challenge-visual {
  height: 300px;
  border-radius: 16px;
  background: linear-gradient(160deg, #0e7c86, var(--navy-900));
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.lv-theme .challenge-visual svg {
  width: 34%;
  color: rgba(255, 255, 255, 0.9);
}

.lv-theme .pulse-dot {
  position: absolute;
  width: 14px;
  height: 14px;
  background: #ff6b6b;
  border-radius: 50%;
  top: 24px;
  right: 28px;
  box-shadow: 0 0 0 6px rgba(255, 107, 107, 0.2);
}

.lv-theme .solution {
  background: var(--gray-100);
  padding: 90px 0;
}

.lv-theme .section-head {
  text-align: left;
  max-width: none;
  margin: 0 0 54px;
}

.lv-theme .section-head h2 {
  font-size: 30px;
  color: var(--navy-900);
}

.lv-theme .zig {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  align-items: center;
  margin-bottom: 60px;
}

.lv-theme .zig:last-child {
  margin-bottom: 0;
}

.lv-theme .zig.reverse .zig-visual {
  order: 2;
}

.lv-theme .zig-visual {
  height: 230px;
  border-radius: var(--radius);
  background: linear-gradient(150deg, #0b6670, #0e7c86);
  display: flex;
  align-items: center;
  justify-content: center;
}

.lv-theme .zig-visual svg {
  width: 32%;
  color: rgba(255, 255, 255, 0.9);
}

.lv-theme .zig-num {
  font-family: inherit;
  font-weight: 800;
  font-size: 15px;
  color: var(--green-600);
  margin-bottom: 10px;
}

.lv-theme .zig-text h3 {
  font-size: 21px;
  color: var(--navy-900);
  margin-bottom: 10px;
}

.lv-theme .zig-text p {
  color: var(--text-muted);
  font-size: 14.8px;
}

.lv-theme .statband {
  background:
    linear-gradient(180deg, rgba(14, 124, 134, 0.94) 0%, rgba(11, 102, 112, 0.94) 100%),
    url('/images/site/process.jpg') center/cover no-repeat;
  padding: 56px 24px;
}

.lv-theme .statband .container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  text-align: center;
  color: #fff;
}

.lv-theme .statband-item {
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 12px;
  padding: 28px 18px 24px;
  backdrop-filter: blur(4px);
  transition: transform .2s ease, background .2s ease;
}

.lv-theme .statband-item:hover {
  transform: translateY(-4px);
  background: rgba(255, 255, 255, 0.18);
}

.lv-theme .statband-icon {
  width: 52px;
  height: 52px;
  margin: 0 auto 16px;
  border-radius: 50%;
  background: #fff;
  color: #0e7c86;
  display: grid;
  place-items: center;
}

.lv-theme .statband-icon i {
  font-size: 22px;
  line-height: 1;
  color: #0e7c86 !important;
}

.lv-theme .statband h4,
.lv-theme .statband-item h4 {
  font-family: inherit;
  font-size: 15px;
  font-weight: 700;
  color: #fff !important;
  margin: 0;
  line-height: 1.35;
}

.lv-theme .faq {
  padding: 90px 0;
}

.lv-theme .faq .section-head {
  margin-bottom: 36px;
}

.lv-theme .faq details {
  border-bottom: 1px solid var(--gray-200);
  padding: 20px 0;
}

.lv-theme .faq summary {
  cursor: pointer;
  font-family: inherit;
  font-weight: 600;
  font-size: 16px;
  color: var(--navy-900);
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.lv-theme .faq summary::-webkit-details-marker {
  display: none;
}

.lv-theme .faq summary::after {
  content: "+";
  color: var(--green-500);
  font-size: 22px;
  font-weight: 400;
}

.lv-theme .faq details[open] summary::after {
  content: "–";
}

.lv-theme .faq details p {
  color: var(--text-muted);
  font-size: 14.5px;
  margin-top: 12px;
  max-width: 640px;
}

.lv-theme .cta-banner {
  background:
    linear-gradient(180deg, rgba(14,124,134,.9) 0%, rgba(14,124,134,.86) 100%),
    url('/images/site/process.jpg') center/cover no-repeat;
  border-radius: 16px;
  padding: 50px;
  text-align: left;
  margin: 0 0 90px;
}

.lv-theme .cta-banner h3 {
  color: #fff;
  font-size: 24px;
  font-weight: 800;
  margin-bottom: 10px;
}

.lv-theme .cta-banner p {
  color: #fff;
  font-size: 14.5px;
  margin-bottom: 26px;
  opacity: .95;
}

.lv-theme .cta-banner .btn,
.lv-theme .cta-banner a.btn {
  background: #fff !important;
  color: #0e7c86 !important;
  border: 1.5px solid #fff !important;
  font-weight: 700;
}

.lv-theme .cta-banner .btn:hover,
.lv-theme .cta-banner a.btn:hover {
  background: transparent !important;
  color: #fff !important;
  border-color: #fff !important;
}

.lv-theme .related h3 {
  font-weight: 800;
  color: #000;
}

.lv-theme .bottom-cta {
  --cta-bg-image: url('/images/site/process.jpg');
  background:
    linear-gradient(180deg, rgba(10, 60, 68, 0.88) 0%, rgba(14, 124, 134, 0.9) 100%),
    var(--cta-bg-image) center/cover no-repeat !important;
}

.lv-theme .bottom-cta h3,
.lv-theme .bottom-cta h3.heading-bold,
.lv-theme .bottom-cta p {
  color: #fff !important;
}

.lv-theme .bottom-cta .btn {
  background: #fff !important;
  color: #0e7c86 !important;
  border-color: #fff !important;
}

.lv-theme .bottom-cta .btn:hover {
  background: transparent !important;
  color: #fff !important;
  border-color: #fff !important;
}

/* ── Responsive ── */

@media (max-width: 900px) {
  .lv-theme .service-layout .container {
    grid-template-columns: 1fr;
  }

  .lv-theme .includes-grid,
  .lv-theme .related-grid {
    grid-template-columns: 1fr;
  }

  .lv-theme .steps-row {
    grid-template-columns: 1fr 1fr;
  }

  .lv-theme .bottom-cta {
    flex-direction: column;
    align-items: flex-start;
  }

  .lv-theme .approach-row,
  .lv-theme .fit-grid {
    grid-template-columns: 1fr;
  }

  .lv-theme .quote-banner blockquote {
    font-size: 21px;
  }

  .lv-theme .challenge .container,
  .lv-theme .zig {
    grid-template-columns: 1fr;
  }

  .lv-theme .zig.reverse .zig-visual {
    order: 0;
  }

  .lv-theme .benefit-strip .container,
  .lv-theme .statband .container {
    grid-template-columns: 1fr 1fr;
  }

  .lv-theme .benefit-item {
    border-left: none;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
  }
}

/* ── Typography / bold heading overrides ── */
.lv-theme .contact-box h4,
.lv-theme .cta-box h4,
.lv-theme .why-block h3,
.lv-theme .bottom-cta h3,
.lv-theme .related h3,
.lv-theme .approach-card h4,
.lv-theme .sterility h3,
.lv-theme .fit-col h4,
.lv-theme .main-content > h3,
.lv-theme .main-content > h4,
.lv-theme .section-head h2 {
  font-weight: 800 !important;
}

.lv-theme .include-card h4,
.lv-theme .include-card p,
.lv-theme .step-sm h4,
.lv-theme .step-sm p,
.lv-theme .approach-card p,
.lv-theme .sterility p,
.lv-theme .fit-col li,
.lv-theme .why-block ul li,
.lv-theme .contact-box li,
.lv-theme .main-content p,
.lv-theme .main-content .lead {
  color: #000 !important;
}

.lv-theme .cta-box h4,
.lv-theme .cta-box p,
.lv-theme .bottom-cta h3,
.lv-theme .bottom-cta p,
.lv-theme .cta-banner h3,
.lv-theme .cta-banner p,
.lv-theme .quote-banner blockquote,
.lv-theme .quote-banner span {
  color: #fff !important;
}

.lv-theme .cta-box p,
.lv-theme .bottom-cta p {
  opacity: .92;
}
