/* Shared LLumar page content styles (llumar.com components) */
/* Commissioner = body (Sofia Pro on llumar.com), Syne = display titles (Termina) */
body.llumar-page-body {
  background: #fff;
}

.llumar-page {
  --llumar-font-body: "Commissioner", sans-serif;
  --llumar-font-display: "Syne", sans-serif;
  font-family: var(--llumar-font-body);
  font-optical-sizing: auto;
  color: #1b1919;
  width: 100%;
  overflow-x: hidden;
}

.llumar-page #inside_container,
.llumar-page #inside {
  padding: 0;
  margin: 0;
  width: 100%;
  max-width: none;
  text-align: left;
  background: #fff;
}

.llumar-page p {
  column-count: 1;
  margin: 0;
}

.llumar-page a {
  color: inherit;
}

/* ── Hero (tier2-variant) ── */
.llumar-page .tier2-variant {
  position: relative;
  height: 40.5625rem;
  margin-bottom: -9.375rem;
}

.llumar-page .tier2-variant .cmp-teaser__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.llumar-page .tier2-variant .cmp-tier-img {
  clip-path: polygon(100% 0, 100% 100%, 88% 75%, 0 75%, 0 0);
  width: 100%;
  height: 100%;
  max-height: 40.5625rem;
  object-fit: cover;
  display: block;
}

.llumar-page .tier2-variant .cmp-showCase__content {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  z-index: 2;
  padding: 1.25rem;
  clip-path: polygon(100% 0, 100% 100%, 88% 75%, 0 75%, 0 0);
  background: linear-gradient(270deg, rgba(27, 25, 25, 0) 25%, #1b1919 60%);
  box-sizing: border-box;
}

.llumar-page .tier2-variant .cmp-showCase__content-wrap {
  margin: 0 2.5rem;
  max-width: 50%;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  justify-content: center;
  height: 100%;
}

.llumar-page .tier2-variant .cmp-showCase__title {
  color: #fff;
  font-family: var(--llumar-font-display);
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: -0.225rem;
  line-height: 1.2;
  margin: 0;
  text-transform: uppercase;
  hyphens: none;
  word-break: normal;
}

@media (min-width: 1024px) {
  .llumar-page .tier2-variant {
    height: 52.5rem;
    margin-bottom: -7.5rem;
  }

  .llumar-page .tier2-variant .cmp-tier-img {
    max-height: 52.5rem;
    clip-path: polygon(100% 0, 100% 100%, 85% 80%, 0 80%, 0 0);
  }

  .llumar-page .tier2-variant .cmp-showCase__content {
    clip-path: polygon(100% 0, 100% 100%, 85% 80%, 0 80%, 0 0);
    padding: 2.5rem;
  }

  .llumar-page .tier2-variant .cmp-showCase__title {
    font-size: 3.5rem;
    letter-spacing: -0.225rem;
    line-height: 1;
  }
}

.llumar-page .tier2-variant .cmp-showCase__description {
  color: #fff;
  font-family: var(--llumar-font-body);
  font-size: 0.75rem;
  font-weight: 300;
  line-height: 1rem;
  margin: 0;
  hyphens: none;
  word-break: normal;
  text-transform: none;
}

.llumar-page .tier2-variant .cmp-showCase__subheading {
  color: #fff;
  font-family: var(--llumar-font-body);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4;
  margin: 0;
  hyphens: none;
  word-break: normal;
  text-transform: none;
}

.llumar-page .tier2-variant .llumar-hero-btn {
  color: #fff;
  font-weight: 500;
  text-decoration: none;
}

.llumar-page .tier2-variant .llumar-hero-btn:hover {
  color: #fff;
}

@media (min-width: 768px) {
  .llumar-page .tier2-variant .cmp-showCase__subheading {
    font-size: 1.125rem;
  }
}

@media (min-width: 768px) {
  .llumar-page .tier2-variant .cmp-showCase__description {
    font-size: 1rem;
    line-height: 1rem;
  }
}

@media (max-width: 1023.98px) {
  .llumar-page .tier2-variant .cmp-showCase__description {
    display: none;
  }

  .llumar-page .tier2-variant:has(.cmp-showCase__subheading) .cmp-showCase__description {
    display: block;
  }

  .llumar-page .tier2-variant:has(.cmp-showCase__subheading) .cmp-showCase__description.cmp-showCase__description--desktop-only {
    display: none;
  }

  .llumar-page .tier2-variant .cmp-showCase__content {
    pointer-events: none;
  }

  .llumar-page .llumar-benefits-accordion {
    position: relative;
    z-index: 5;
  }

  .llumar-page .cmp-accordion__button {
    min-height: 2.75rem;
    touch-action: manipulation;
  }
}

/* ── Hero banner (why-choose-llumar / llumar.com default carousel) ── */
.llumar-page .hero-banner {
  width: 100%;
  max-width: 128rem;
  margin: 0 auto;
}

.llumar-page .hero-banner .glide {
  box-sizing: border-box;
  position: relative;
  width: 100%;
  height: 38.0625rem;
  margin: 0 auto;
  max-width: 128rem;
}

.llumar-page .hero-banner .glide__track,
.llumar-page .hero-banner .glide__slides,
.llumar-page .hero-banner .glide__slide,
.llumar-page .hero-banner .cmp-carousel__item,
.llumar-page .hero-banner .teaser {
  height: 100%;
}

.llumar-page .hero-banner .cmp-showCase {
  position: relative;
  height: 100%;
  margin-top: 6.25rem;
}

.llumar-page .hero-banner .cmp-teaser__carousel--overlay {
  position: relative;
  height: 100%;
}

.llumar-page .hero-banner .cmp-teaser__image .cmp-tier-img {
  clip-path: polygon(100% 0, 100% 81%, 24% 100%, 0 83%, 0 0);
  float: right;
  height: 100vh;
  max-height: 35.4375rem;
  object-fit: cover;
  object-position: center center;
  width: 100%;
  display: block;
}

.llumar-page .hero-banner .cmp-showCase__content {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  height: 100%;
  width: 45%;
  min-width: auto;
  padding: 0 0 1.875rem 6.875rem;
  text-align: left;
  box-sizing: border-box;
  clip-path: none;
  background: none;
  z-index: 2;
}

.llumar-page .hero-banner .cmp-showCase__content-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 2rem;
  padding: 1.875rem 0;
  height: 100%;
  margin: 0;
  max-width: none;
}

.llumar-page .hero-banner .cmp-showCase__title {
  color: #540606;
  font-family: var(--llumar-font-display);
  font-size: 2.5rem;
  font-weight: 600;
  letter-spacing: -0.225rem;
  line-height: 1.2;
  margin: 0;
  text-transform: uppercase;
  hyphens: none;
  word-break: normal;
}

.llumar-page .hero-banner .cmp-teaser__action-container--carousel {
  display: flex;
  gap: 2rem;
  margin-top: 1.25rem;
}

.llumar-page .hero-banner .llumar-hero-btn {
  color: #fff;
  font-family: var(--llumar-font-display);
  font-size: 0.875rem;
  font-weight: 500;
  text-decoration: none;
  text-transform: uppercase;
}

.llumar-page .hero-banner .llumar-hero-btn:hover {
  color: #fff;
}

@media (min-width: 768px) {
  .llumar-page .hero-banner .cmp-showCase__title {
    font-size: 4.5rem;
    line-height: 3.5rem;
  }

  .llumar-page .hero-banner .cmp-teaser__action-container--carousel {
    margin-top: 1.875rem;
  }
}

@media (min-width: 768px) and (max-width: 1023.98px) {
  .llumar-page .hero-banner .cmp-showCase__title {
    font-size: 3rem;
    line-height: 1.2;
  }
}

@media (min-width: 1024px) {
  .llumar-page .hero-banner .glide {
    height: 45rem;
  }

  .llumar-page .hero-banner .cmp-teaser__image .cmp-tier-img {
    clip-path: polygon(22% 0, 100% 0, 100% 100%, 17% 100%, 0 71%);
    float: right;
    height: 38rem;
    max-height: 45rem;
    object-fit: cover;
    object-position: center center;
    width: 50%;
  }
}

@media (max-width: 1023.98px) {
  .llumar-page .hero-banner .glide {
    height: auto;
  }

  .llumar-page .hero-banner .cmp-showCase {
    margin-top: 0;
    display: flex;
    flex-direction: column;
  }

  .llumar-page .hero-banner .cmp-showCase__content {
    position: relative;
    width: 100%;
    height: auto;
    padding: 1.5rem;
    order: 1;
  }

  .llumar-page .hero-banner .cmp-teaser__carousel--overlay {
    order: 2;
    height: auto;
  }

  .llumar-page .hero-banner .cmp-showCase__content-wrap {
    padding: 0;
    gap: 1.25rem;
  }

  .llumar-page .hero-banner .cmp-showCase__title {
    font-size: 2rem;
    line-height: 1.2;
  }
}

/* ── Why Choose LLumar page typography (llumar.com paragraph.text) ── */
.llumar-page--why-choose-llumar .paragraph.text.container-965 {
  padding: 0 1.5rem 3rem;
}

.llumar-page--why-choose-llumar .paragraph.text .cmp-text {
  color: #4d4d4f;
  font-family: var(--llumar-font-body);
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5rem;
}

.llumar-page--why-choose-llumar .paragraph.text .cmp-text p {
  margin: 0 0 1.875rem;
}

.llumar-page--why-choose-llumar .paragraph.text .cmp-text p + p {
  margin-top: 0;
}

.llumar-page--why-choose-llumar .paragraph.text .cmp-text p:last-child {
  margin-bottom: 0;
}

.llumar-page--why-choose-llumar .paragraph.text .cmp-text a {
  color: #dc2233;
  font-family: var(--llumar-font-body);
  font-weight: 500;
  text-decoration: none;
}

.llumar-page--why-choose-llumar .paragraph.text .cmp-text a:hover,
.llumar-page--why-choose-llumar .paragraph.text .cmp-text a:focus {
  color: #dc2233;
}

.llumar-page--why-choose-llumar .llumar-breadcrumb-wrap {
  padding-top: 0;
}

.llumar-page--why-choose-llumar .llumar-breadcrumb-wrap .cmp-breadcrumb {
  margin-top: 0.875rem;
}

.llumar-page--why-choose-llumar .llumar-breadcrumb-wrap .cmp-breadcrumb__item-link {
  font-family: var(--llumar-font-body);
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.07rem;
  line-height: 1.25rem;
}

.llumar-page--why-choose-llumar .llumar-breadcrumb-wrap .cmp-breadcrumb__item--active span {
  font-family: var(--llumar-font-body);
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.25rem;
}

/* ── Breadcrumb ── */
.llumar-page .llumar-breadcrumb-wrap {
  position: relative;
  z-index: 3;
  padding: 0 1.5rem;
  max-width: 60.3125rem;
  margin: 0 auto;
}

.llumar-page .cmp-breadcrumb {
  display: block;
  margin: 0.875rem 0;
  padding: 0;
}

.llumar-page .cmp-breadcrumb__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
  list-style: none;
  margin: 0;
  padding: 0;
  justify-content: flex-start;
}

.llumar-page .cmp-breadcrumb__item {
  font-family: var(--llumar-font-body);
  font-size: 0.875rem;
  display: flex;
  align-items: center;
}

.llumar-page .cmp-breadcrumb__item:before {
  color: #dc2233;
  content: "/";
  line-height: 0.6875rem;
  padding: 0 0.5rem;
}

.llumar-page .cmp-breadcrumb__item:first-child:before {
  content: "";
  background-image: url("../assets/llumar-home.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  height: 1.25rem;
  width: 1.25rem;
  margin-right: 0.5rem;
  padding: 0;
}

.llumar-page .cmp-breadcrumb__item-link {
  color: #dc2233;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.07rem;
  line-height: 1.25rem;
  text-decoration: none;
  text-transform: uppercase;
  padding: 0 0.5rem;
}

.llumar-page .cmp-breadcrumb__item-link:hover,
.llumar-page .cmp-breadcrumb__item-link:focus,
.llumar-page .cmp-breadcrumb__item-link:visited {
  color: #dc2233;
}

.llumar-page .cmp-breadcrumb__item:first-child .cmp-breadcrumb__item-link {
  padding-left: 0;
}

.llumar-page .cmp-breadcrumb__item--active {
  text-transform: uppercase;
}

.llumar-page .cmp-breadcrumb__item--active span {
  background-color: hsla(47, 20%, 91%, 0.75);
  border-radius: 0.25rem;
  color: #1b1919;
  padding: 0.5rem;
  text-transform: uppercase;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.25rem;
  word-break: break-word;
}

/* ── Intro paragraph ── */
.llumar-page .container-965 {
  width: 100%;
  max-width: 60.3125rem;
  margin: 0 auto;
  padding: 2rem 1.5rem 0;
  float: none;
  position: relative;
  z-index: 2;
}

.llumar-page .container-965--spacing-before-highlight {
  padding-bottom: 2.5rem;
}

@media (min-width: 768px) {
  .llumar-page .container-965--spacing-before-highlight {
    padding-bottom: 3.5rem;
  }
}

.llumar-page .cmp-text {
  font-family: var(--llumar-font-body);
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5rem;
  color: rgb(77, 77, 79);
}

.llumar-page .cmp-text p {
  margin: 0;
}

.llumar-page .cmp-text p + p {
  margin-top: 1rem;
}

.llumar-page .cmp-text a {
  color: #dc2223;
  text-decoration: none;
}

.llumar-page .cmp-text p + ul,
.llumar-page .cmp-text ul {
  margin: 1rem 0 0;
  padding-left: 1.25rem;
  list-style: disc;
}

.llumar-page .cmp-text ul + p {
  margin-top: 1rem;
}

.llumar-page .cmp-text li {
  font-weight: 500;
  line-height: 1.5rem;
}

.llumar-page .cmp-text li + li {
  margin-top: 0.5rem;
}

.llumar-page--content .llumar-breadcrumb-wrap {
  padding-top: 1.5rem;
}

.llumar-page .cmp-text h1 {
  color: #540606;
  font-family: var(--llumar-font-display);
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 2.5rem;
  margin: 0 0 1rem;
  text-transform: uppercase;
}

@media (min-width: 1024px) {
  .llumar-page .cmp-text h1 {
    font-size: 2.5rem;
    line-height: 3rem;
  }

  .llumar-page--auto-tint-faq .cmp-text h1,
  .llumar-page--ppf-faq .cmp-text h1 {
    font-size: 3.5rem;
    line-height: 4rem;
  }
}

.llumar-page--auto-tint-faq .container-965,
.llumar-page--ppf-faq .container-965 {
  padding-bottom: 3.5rem;
}

@media (min-width: 768px) {
  .llumar-page--auto-tint-faq .container-965,
  .llumar-page--ppf-faq .container-965 {
    padding-bottom: 5rem;
  }
}

.llumar-page .llumar-faq-accordions .cmp-accordion {
  padding-top: 0;
}

.llumar-page .llumar-faq-accordion + .llumar-faq-accordion .cmp-accordion__heading {
  padding-top: 0;
}

/* ── Product overview cards ── */
.llumar-page .cmp-product-overview {
  padding: 3rem 1.5rem;
  width: 100%;
  box-sizing: border-box;
  position: relative;
  z-index: 2;
}

@media (min-width: 768px) {
  .llumar-page .cmp-product-overview {
    padding: 4rem 3rem;
  }
}

@media (min-width: 1200px) {
  .llumar-page .cmp-product-overview {
    padding: 5rem 6.5rem;
  }
}

.llumar-page .cmp-product-overview__grid {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  justify-content: center;
  align-items: stretch;
  max-width: 120rem;
  margin: 0 auto;
  width: 100%;
}

.llumar-page .cmp-product-overview--tier2-vertical .cmp-product-overview__card {
  width: 100%;
  max-width: 100%;
  min-width: 0;
}

@media (min-width: 768px) {
  .llumar-page .cmp-product-overview--tier2-vertical .cmp-product-overview__card {
    max-width: 48%;
    min-width: 30%;
  }
}

@media (min-width: 1200px) {
  .llumar-page .cmp-product-overview--tier2-vertical .cmp-product-overview__card {
    max-width: 32%;
  }
}

.llumar-page .cmp-product-overview__card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  border: 2px solid #f6f5f1;
  border-radius: 12px;
  box-shadow: 4px 4px 32px 0 rgba(0, 0, 0, 0.04);
  overflow: hidden;
  position: relative;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.llumar-page .cmp-product-overview__card:hover {
  border-color: #dc2223;
  box-shadow: 4px 8px 40px 0 rgba(0, 0, 0, 0.08);
  transform: translateY(-2px);
}

.llumar-page .cmp-product-overview__card--bg-white {
  background-color: #fff;
}

.llumar-page .cmp-product-overview__card--bg-sand-glass {
  background: linear-gradient(125.46deg, hsla(47, 20%, 91%, 0.75) 7.88%, hsla(48, 22%, 95%, 0.5));
}

.llumar-page .cmp-product-overview__link {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
  text-decoration: none;
  color: inherit;
}

.llumar-page .cmp-product-overview__content-wrapper {
  flex: 1;
  width: 100%;
  display: flex;
  flex-direction: column;
}

.llumar-page .cmp-product-overview__content {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  height: 100%;
  padding: 1.25rem 1.25rem 1.75rem;
}

@media (min-width: 768px) {
  .llumar-page .cmp-product-overview__content {
    gap: 1.375rem;
    padding: 1.5rem 1.5rem 2rem;
  }
}

@media (min-width: 1200px) {
  .llumar-page .cmp-product-overview__content {
    gap: 1.5rem;
    padding: 2rem 2rem 2.5rem;
  }
}

.llumar-page .cmp-product-overview__headline-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.625rem;
  width: 100%;
}

.llumar-page .cmp-product-overview__headline-left {
  display: flex;
  flex: 1;
  align-items: center;
  gap: 0.625rem;
  min-width: 0;
}

.llumar-page .cmp-product-overview__title {
  color: #dc2223;
  font-family: var(--llumar-font-display);
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.4;
  margin: 0;
}

@media (min-width: 768px) {
  .llumar-page .cmp-product-overview__title {
    font-size: 1.25rem;
  }
}

@media (min-width: 1200px) {
  .llumar-page .cmp-product-overview__title {
    font-size: 1.5rem;
    line-height: 1.33;
  }
}

.llumar-page .cmp-product-overview__cta-icon {
  flex-shrink: 0;
  width: 1rem;
  height: 1rem;
  transition: transform 0.25s ease;
}

.llumar-page .cmp-product-overview__arrow-svg {
  display: block;
  width: 100%;
  height: 100%;
}

.llumar-page .cmp-product-overview__link:hover .cmp-product-overview__cta-icon,
.llumar-page .cmp-product-overview__link:focus-visible .cmp-product-overview__cta-icon {
  transform: translateX(4px);
}

.llumar-page .cmp-product-overview__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  background: #fff;
  border-radius: 8px;
  color: #540606;
  font-family: var(--llumar-font-body);
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.2;
  min-height: 2.19rem;
  padding: 0.5rem 0.625rem;
  text-transform: uppercase;
  white-space: nowrap;
  backdrop-filter: blur(10px);
}

@media (min-width: 768px) {
  .llumar-page .cmp-product-overview__badge {
    font-size: 0.875rem;
    padding: 0.625rem;
  }
}

@media (min-width: 1200px) {
  .llumar-page .cmp-product-overview__badge {
    font-size: 1rem;
    line-height: 1.5;
    padding: 0.75rem;
  }
}

.llumar-page .cmp-product-overview__description {
  color: #1b1919;
  font-family: var(--llumar-font-body);
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.5;
  margin: 0;
}

@media (min-width: 768px) {
  .llumar-page .cmp-product-overview__description {
    font-size: 1rem;
  }
}

.llumar-page .cmp-product-overview__divider {
  background-color: #edebe4;
  display: block;
  height: 2px;
  width: 100%;
}

.llumar-page .cmp-product-overview__bullets {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

@media (min-width: 768px) {
  .llumar-page .cmp-product-overview__bullets {
    gap: 0.875rem;
  }
}

.llumar-page .cmp-product-overview__bullet-item {
  display: flex;
  align-items: flex-start;
  gap: 0.25rem;
  width: 100%;
}

@media (min-width: 768px) {
  .llumar-page .cmp-product-overview__bullet-item {
    gap: 0.375rem;
  }
}

.llumar-page .cmp-product-overview__check-icon {
  flex-shrink: 0;
  width: 1.5rem;
  height: 1.5rem;
}

.llumar-page .cmp-product-overview__bullet-text {
  flex: 1;
  color: #540606;
  font-family: var(--llumar-font-body);
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.5;
  margin: 0;
  padding: 0.25rem 0;
}

@media (min-width: 768px) {
  .llumar-page .cmp-product-overview__bullet-text {
    font-size: 1rem;
    padding: 0.375rem 0;
  }
}

.llumar-page .cmp-product-overview--tier1-horizontal .cmp-product-overview__grid {
  display: grid;
  grid-template-columns: 1fr;
  align-items: stretch;
  justify-items: stretch;
  width: 100%;
}

@media (min-width: 768px) {
  .llumar-page .cmp-product-overview--tier1-horizontal .cmp-product-overview__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.5rem;
  }
}

.llumar-page .cmp-product-overview--tier1-horizontal .cmp-product-overview__card {
  width: 100%;
  max-width: none;
  height: 100%;
}

.llumar-page .cmp-product-overview--tier1-horizontal .cmp-product-overview__link {
  height: 100%;
}

.llumar-page .cmp-product-overview--tier1-horizontal .cmp-product-overview__content-wrapper {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.llumar-page .cmp-product-overview--tier1-horizontal .cmp-product-overview__content {
  flex: 1;
}

.llumar-page .cmp-product-overview--tier1-horizontal .cmp-product-overview__content {
  max-width: 100%;
  min-width: 0;
}

.llumar-page .cmp-product-overview--tier1-horizontal .cmp-product-overview__description,
.llumar-page .cmp-product-overview--tier1-horizontal .cmp-product-overview__title {
  overflow-wrap: break-word;
  word-break: break-word;
}

.llumar-page .cmp-product-overview--tier1-horizontal .cmp-product-overview__bullets {
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr;
}

@media (min-width: 768px) {
  .llumar-page .cmp-product-overview--tier1-horizontal .cmp-product-overview__bullets {
    gap: 0.75rem 1rem;
    grid-auto-flow: column;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, auto);
  }
}

/* ── Highlight / simulator section ── */
.llumar-page .highlight_heading {
  margin-bottom: 0.625rem;
  padding: 2.5rem 1.5rem;
  background-color: #1b1919;
}

@media (min-width: 768px) {
  .llumar-page .highlight_heading {
    padding: 3rem;
  }
}

@media (min-width: 1200px) {
  .llumar-page .highlight_heading {
    padding: 2.25rem 6.5rem;
  }
}

.llumar-page .highlight_heading__container {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  margin: 0 auto;
  max-width: 120rem;
}

@media (min-width: 768px) {
  .llumar-page .highlight_heading-img-left .highlight_heading__container {
    flex-direction: row;
    align-items: center;
    gap: 2.75rem;
  }

  .llumar-page .highlight_heading-img-right .highlight_heading__container {
    flex-direction: row-reverse;
    align-items: center;
    gap: 2.75rem;
  }
}

@media (min-width: 1200px) {
  .llumar-page .highlight_heading__container {
    gap: 6.5rem;
  }
}

.llumar-page .highlight_heading__image_section {
  width: 100%;
}

@media (min-width: 768px) {
  .llumar-page .highlight_heading__image_section {
    flex: 1;
    max-width: 50%;
  }
}

.llumar-page .highlight_heading__image_wrapper {
  aspect-ratio: 1 / 1;
  border-radius: 0.75rem;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.llumar-page .highlight_heading__picture {
  display: block;
  height: 100%;
  position: absolute;
  inset: 0;
  width: 100%;
}

.llumar-page .highlight_heading__img {
  display: block;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.llumar-page .highlight_heading__text_section {
  width: 100%;
}

@media (min-width: 768px) {
  .llumar-page .highlight_heading__text_section {
    flex: 1;
    max-width: 50%;
  }
}

.llumar-page .highlight_heading__wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2rem;
}

@media (min-width: 768px) {
  .llumar-page .highlight_heading__wrapper {
    gap: 2.25rem;
  }
}

@media (min-width: 1200px) {
  .llumar-page .highlight_heading__wrapper {
    gap: 2.5rem;
  }
}

.llumar-page .highlight_heading-bg-dark .highlight_heading__title {
  color: #fff;
  font-family: var(--llumar-font-display);
  font-size: 1.75rem;
  font-weight: 600;
  letter-spacing: -0.0875rem;
  line-height: 1.75rem;
  margin: 0;
  text-transform: uppercase;
  word-break: break-word;
}

@media (min-width: 768px) {
  .llumar-page .highlight_heading-bg-dark .highlight_heading__title {
    font-size: 2rem;
    letter-spacing: -0.1rem;
    line-height: 2rem;
  }
}

@media (min-width: 1200px) {
  .llumar-page .highlight_heading-bg-dark .highlight_heading__title {
    font-size: clamp(2rem, calc(-1.692rem + 5.77vw), 3.5rem);
    letter-spacing: -0.175rem;
    line-height: 1;
  }
}

.llumar-page .highlight_heading__red_rule {
  background-color: #dc2223;
  height: 0.125rem;
  width: 100%;
}

.llumar-page .highlight_heading__below_line {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  width: 100%;
}

@media (min-width: 1200px) {
  .llumar-page .highlight_heading__below_line {
    gap: 2.5rem;
  }
}

.llumar-page .highlight_heading-bg-dark .highlight_heading__description {
  color: hsla(0, 0%, 100%, 0.85);
  font-family: var(--llumar-font-body);
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5rem;
}

.llumar-page .highlight_heading__description p {
  margin: 0;
}

.llumar-page .highlight_heading__description p + p {
  margin-top: 1rem;
}

.llumar-page .highlight_heading__button_group {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.25rem;
}

@media (min-width: 768px) {
  .llumar-page .highlight_heading__button_group {
    gap: 1.375rem;
  }
}

@media (min-width: 1200px) {
  .llumar-page .highlight_heading__button_group {
    gap: 2rem;
  }
}

.llumar-page .highlight_heading__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  height: 2.5rem;
  padding: 0 1.25rem;
  border-radius: 62.4375rem;
  text-decoration: none;
  transition: background-color 0.2s ease, transform 0.2s ease;
}

@media (min-width: 768px) {
  .llumar-page .highlight_heading__btn {
    height: 2.75rem;
  }
}

.llumar-page .highlight_heading__btn:hover {
  transform: translateY(-1px);
}

.llumar-page .highlight_heading__btn:hover .highlight_heading__btn_icon {
  transform: translateX(6px);
}

.llumar-page .highlight_heading__btn--primary {
  background-color: #dc2223;
}

.llumar-page .highlight_heading__btn--primary:hover {
  background-color: #b91d1d;
}

.llumar-page .highlight_heading__btn--secondary {
  background-color: #540606;
}

.llumar-page .highlight_heading__btn--secondary:hover {
  background-color: #6c0808;
}

.llumar-page .highlight_heading__btn_text {
  color: #fff;
  font-family: var(--llumar-font-body);
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.05rem;
  line-height: 1.25rem;
  text-transform: uppercase;
}

@media (max-width: 767.98px) {
  .llumar-page .highlight_heading__btn_text {
    font-size: 0.75rem;
  }
}

.llumar-page .highlight_heading__btn_icon {
  width: 1rem;
  height: 1rem;
  object-fit: contain;
  filter: brightness(0) invert(1);
  transition: transform 0.2s ease;
}

/* ── Disclaimer ── */
.llumar-page .tint-disclaimer-wrap {
  max-width: 60.3125rem;
  margin: 0 auto;
  padding: 2rem 1.5rem 3rem;
  text-align: center;
  font-family: var(--llumar-font-body);
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5rem;
  color: rgb(77, 77, 79);
}

.llumar-page .tint-disclaimer-wrap a {
  color: #dc2223;
  text-decoration: none;
}

/* ── Intro links ── */
.llumar-page .cmp-text--intro a {
  color: #dc2223;
  text-decoration: none;
}

.llumar-page .cmp-text--intro a:hover,
.llumar-page .cmp-text--intro a:focus {
  color: #b91d1d;
}
  
/* ── Benefits accordion ── */
.llumar-page .llumar-benefits-accordion {
  position: relative;
  z-index: 2;
  width: 100%;
}

.llumar-page .llumar-benefits-accordion:has(+ .container-965) .cmp-accordion {
  padding-bottom: 0.5rem;
}

.llumar-page .llumar-benefits-accordion + .container-965 {
  padding-top: 0.5rem;
}

.llumar-page .cmp-accordion {
  color: #4d4d4f;
  margin: 0 auto;
  max-width: 128rem;
  padding: 0 0.9375rem 2.5rem;
  box-sizing: border-box;
  background-color: #fff;
}

.llumar-page .cmp-accordion--mobile-custom,
.llumar-page .cmp-accordion--desktop-custom {
  background-color: #fff;
  color: #4d4d4f;
}

.llumar-page .cmp-accordion__item {
  border-bottom: 0.0625rem solid #dbdbdb;
  margin-bottom: 1rem;
}

.llumar-page .cmp-accordion__header {
  margin-bottom: 1rem;
}

.llumar-page .cmp-accordion__button {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
  text-align: left;
}

.llumar-page .cmp-accordion__icon {
  flex-shrink: 0;
  background: url("../assets/icon-plus.svg") no-repeat 50% / cover;
  height: 0.8125rem;
  width: 0.8125rem;
}

.llumar-page .cmp-accordion__button--expanded .cmp-accordion__icon {
  background: url("../assets/icon-minus.svg") no-repeat 50% / cover;
  height: 0.125rem;
  width: 0.8125rem;
}

.llumar-page .cmp-accordion__title {
  flex: 1;
  display: block;
  color: #540606;
  font-family: var(--llumar-font-body);
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 2rem;
  transform: translateX(-0.4375rem);
}

.llumar-page .p-lead-accordion {
  font-family: var(--llumar-font-body);
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 2rem;
  color: #540606;
}

/* Override clientlib-site accordion title (!important) */
.llumar-page .cmp-accordion__button .cmp-accordion__title,
.llumar-page .cmp-accordion__button .p-lead-accordion {
  font-family: var(--llumar-font-body) !important;
  font-size: 1.5rem !important;
  font-weight: 500 !important;
  line-height: 2rem !important;
  padding: 0 2.5rem 0 0 !important;
}

.llumar-page .cmp-accordion__panel {
  padding-right: 0.9375rem;
}

.llumar-page .cmp-accordion__panel .cmp-text {
  font-family: var(--llumar-font-body);
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5rem;
  color: #1a1818;
  text-align: left;
}

.llumar-page .cmp-accordion__panel .cmp-text p {
  margin: 0 0 1rem;
}

.llumar-page .cmp-accordion__panel .cmp-text p:last-child {
  margin-bottom: 0;
}

.llumar-page .cmp-accordion__panel .cmp-text a {
  display: inline;
  gap: 0;
  color: #dc2223;
  font-style: normal;
  text-decoration: none;
}

.llumar-page .cmp-accordion__panel .cmp-text a::after {
  content: none;
  display: none;
}

.llumar-page .cmp-accordion__panel .cmp-text a:hover {
  font-style: normal;
}

.llumar-page .cmp-accordion__panel .cmp-text a:hover::after {
  transform: none;
}

.llumar-page .cmp-accordion__panel--hidden {
  display: none;
}

.llumar-page .cmp-accordion__panel--expanded {
  display: block;
  padding-bottom: 0.5rem;
}

.llumar-page .cmp-accordion__panel .container-965 {
  max-width: 60.3125rem;
  margin: 0 auto;
  padding: 0;
  float: none;
}

@media (min-width: 1024px) {
  .llumar-page .cmp-accordion {
    background-color: #fff;
    color: #4d4d4f;
    padding: 2.75rem 8.75rem 3.5rem;
  }

  .llumar-page .cmp-accordion--desktop-custom {
    background-color: #fff;
    color: #4d4d4f;
  }

  .llumar-page .cmp-accordion--mobile-custom {
    background-color: #fff;
    color: #4d4d4f;
  }

  .llumar-page .cmp-accordion__item {
    border-bottom: 0.0625rem solid #dbdbdb;
  }

  .llumar-page .cmp-accordion__panel {
    padding: 0.75rem 2.3125rem 0.4375rem 0;
  }

  .llumar-page .cmp-accordion__panel .cmp-text {
    color: #1b1919;
  }

  .llumar-page .cmp-accordion__panel .cmp-text a {
    color: #dc2223;
    display: inline;
    font-style: normal;
  }
}

/* ── Content cards (product page) ── */
.llumar-page .cmp-content-cards {
  box-sizing: border-box;
  overflow: hidden;
  padding: 3rem 1.5rem;
  width: 100%;
  position: relative;
  z-index: 2;
}

@media (min-width: 768px) {
  .llumar-page .cmp-content-cards {
    padding: 4rem 3rem;
  }
}

@media (min-width: 1024px) {
  .llumar-page .cmp-content-cards {
    padding: 5rem 3rem;
  }
}

@media (min-width: 1280px) {
  .llumar-page .cmp-content-cards {
    padding: 5rem 6.5rem;
  }
}

.llumar-page .cmp-content-cards__grid {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: 1fr;
  margin: 0 auto;
  max-width: 120rem;
  width: 100%;
}

@media (min-width: 1024px) {
  .llumar-page .cmp-content-cards--tier2-horizontal .cmp-content-cards__grid {
    gap: 1.5rem;
    grid-template-columns: repeat(2, 1fr);
  }
}

.llumar-page .cmp-content-card {
  align-items: stretch;
  background-color: #fff;
  border-radius: 12px;
  box-shadow: 4px 4px 32px 0 rgba(0, 0, 0, 0.04);
  max-width: 100%;
  overflow: hidden;
  position: relative;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.llumar-page .cmp-content-card:hover {
  box-shadow: 4px 8px 40px 0 rgba(0, 0, 0, 0.08);
  transform: translateY(-4px);
}

.llumar-page .cmp-content-card,
.llumar-page .cmp-content-card__link {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-width: 0;
}

.llumar-page .cmp-content-card__link {
  width: 100%;
  color: inherit;
  text-decoration: none;
}

.llumar-page .cmp-content-card__image-wrapper {
  aspect-ratio: 16 / 9;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  overflow: hidden;
  width: 100%;
}

.llumar-page .cmp-content-card__image {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.llumar-page .cmp-content-card__content-wrapper {
  flex: 1;
  border-bottom: 2px solid #f6f5f1;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  border-left: 2px solid #f6f5f1;
  border-right: 2px solid #f6f5f1;
  position: relative;
  transition: border-color 0.25s ease;
  width: 100%;
  display: flex;
  flex-direction: column;
}

.llumar-page .cmp-content-card__content {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  height: 100%;
  padding: 1.25rem;
}

@media (min-width: 768px) {
  .llumar-page .cmp-content-card__content {
    gap: 1.5rem;
    padding: 1.5rem;
  }
}

.llumar-page .cmp-content-card__title {
  word-wrap: break-word;
  color: #540606;
  font-family: var(--llumar-font-display);
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.3;
  margin: 0;
  overflow-wrap: break-word;
}

@media (min-width: 768px) {
  .llumar-page .cmp-content-card__title {
    font-size: 1.25rem;
  }
}

@media (min-width: 1024px) {
  .llumar-page .cmp-content-cards--tier2-horizontal .cmp-content-card__title {
    color: #dc2223;
    font-size: 1.25rem;
  }
}

.llumar-page .cmp-content-card__description {
  flex: 1;
  word-wrap: break-word;
  color: #1b1919;
  font-family: var(--llumar-font-body);
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.4;
  margin: 0;
  overflow-wrap: break-word;
}

@media (min-width: 1024px) {
  .llumar-page .cmp-content-cards--tier2-horizontal .cmp-content-card__description {
    font-size: 1rem;
  }
}

.llumar-page .cmp-content-card__footer {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  margin-top: auto;
}

.llumar-page .cmp-content-card__cta-icon {
  flex-shrink: 0;
  height: 1rem;
  position: relative;
  transition: transform 0.25s ease;
  width: 1rem;
}

.llumar-page .cmp-content-card__arrow-svg {
  display: block;
  height: 100%;
  width: 100%;
}

@media (min-width: 768px) {
  .llumar-page .cmp-content-card__link:hover .cmp-content-card__title,
  .llumar-page .cmp-content-card__link:focus-visible .cmp-content-card__title {
    color: #dc2223;
  }

  .llumar-page .cmp-content-card__link:hover .cmp-content-card__cta-icon,
  .llumar-page .cmp-content-card__link:focus-visible .cmp-content-card__cta-icon {
    transform: translateX(4px);
  }
}

@media (min-width: 768px) {
  .llumar-page .cmp-content-cards--tier2-horizontal .cmp-content-card__link {
    flex-direction: row;
    height: 13.75rem;
    min-width: 0;
  }

  .llumar-page .cmp-content-cards--tier2-horizontal .cmp-content-card__image-wrapper {
    aspect-ratio: auto;
    border-radius: 12px 0 0 12px;
    border-top-right-radius: 0;
    flex-shrink: 0;
    height: 13.75rem;
    width: 17.5625rem;
  }

  .llumar-page .cmp-content-cards--tier2-horizontal .cmp-content-card__image {
    aspect-ratio: auto;
    border-radius: 12px 0 0 12px;
    height: 13.75rem;
    width: 100%;
  }

  .llumar-page .cmp-content-cards--tier2-horizontal .cmp-content-card__content-wrapper {
    flex: 1;
    border-left: none;
    border-radius: 0 12px 12px 0;
    border-top: 2px solid #f6f5f1;
    height: 13.75rem;
    min-width: 0;
    width: auto;
  }

  .llumar-page .cmp-content-cards--tier2-horizontal .cmp-content-card__content {
    gap: 1.25rem;
    max-width: 100%;
    min-width: 0;
    padding: 1.25rem;
  }
}

@media (min-width: 1024px) {
  .llumar-page .cmp-content-cards--tier2-horizontal .cmp-content-card__image-wrapper {
    height: 13.75rem;
    width: 40%;
  }
}

@media (min-width: 1280px) {
  .llumar-page .cmp-content-cards--tier2-horizontal .cmp-content-card__image-wrapper {
    height: 13.75rem;
    width: 17.5625rem;
  }
}

/* ── Highlight section (white background variant) ── */
.llumar-page .highlight_heading-bg-white {
  background-color: #fff;
}

.llumar-page .highlight_heading-bg-white .highlight_heading__title {
  color: #540606;
  font-family: var(--llumar-font-display);
  font-size: 1.75rem;
  font-weight: 600;
  letter-spacing: -0.0875rem;
  line-height: 1.75rem;
  margin: 0;
  text-transform: uppercase;
  word-break: break-word;
}

@media (min-width: 768px) {
  .llumar-page .highlight_heading-bg-white .highlight_heading__title {
    font-size: 2rem;
    letter-spacing: -0.1rem;
    line-height: 2rem;
  }
}

@media (min-width: 1200px) {
  .llumar-page .highlight_heading-bg-white .highlight_heading__title {
    font-size: clamp(2rem, calc(-1.692rem + 5.77vw), 3.5rem);
    letter-spacing: -0.175rem;
    line-height: 1;
  }
}

.llumar-page .highlight_heading-bg-white .highlight_heading__description {
  color: #1b1919;
  font-family: var(--llumar-font-body);
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5rem;
}

.llumar-page .highlight_heading-bg-white .highlight_heading__red_rule {
  background-color: #dc2223;
}

.llumar-page .highlight_heading__icon_text_group {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  width: 100%;
}

@media (min-width: 768px) {
  .llumar-page .highlight_heading__icon_text_group {
    gap: 1.5rem;
  }
}

.llumar-page .highlight_heading__icon_text_item {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  width: 100%;
}

.llumar-page .highlight_heading__icon_wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 2rem;
  height: 2rem;
}

.llumar-page .highlight_heading__icon {
  display: block;
  width: 1.5rem;
  height: 1.5rem;
}

.llumar-page .highlight_heading__icon_text {
  flex: 1;
  margin: 0;
  font-family: var(--llumar-font-body);
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5rem;
  color: #1b1919;
}

.llumar-page .highlight_heading-bg-dark .highlight_heading__icon_text {
  color: hsla(0, 0%, 100%, 0.85);
}

/* ── Architectural coverage — section heading ── */
.llumar-page .arch-protection-heading {
  color: rgb(26, 24, 24);
  text-align: center;
}

/* ── Commercial product range heading ── */
.llumar-page .cwf-range-heading {
  color: #4d4d4f;
  font-family: var(--llumar-font-display);
  font-size: 1.75rem;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.2;
  margin: 2rem 0 0.5rem;
  text-transform: none;
}

@media (min-width: 1024px) {
  .llumar-page .cwf-range-heading {
    font-size: 2.5rem;
    line-height: 3rem;
    margin-top: 2.5rem;
  }
}

/* ── Content cards (tier1 vertical — PPF index) ── */
@media (min-width: 768px) {
  .llumar-page .cmp-content-cards--tier1-vertical .cmp-content-cards__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
  .llumar-page .cmp-content-cards--tier1-vertical .cmp-content-cards__grid {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    justify-content: center;
  }

  .llumar-page .cmp-content-cards--tier1-vertical .cmp-content-cards__grid .cmp-content-card {
    height: auto;
    max-width: 23%;
    min-width: 20%;
  }
}

.llumar-page .cmp-content-cards--tier1-vertical .cmp-content-card__desktop-view {
  display: none;
  flex-direction: column;
  gap: 1rem;
}

@media (min-width: 1024px) {
  .llumar-page .cmp-content-cards--tier1-vertical .cmp-content-card__desktop-view {
    display: flex;
  }
}

.llumar-page .cmp-content-cards--tier1-vertical .cmp-content-card__title-row {
  align-items: center;
  display: flex;
  gap: 0.625rem;
}

.llumar-page .cmp-content-cards--tier1-vertical .cmp-content-card__mobile-view {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

@media (min-width: 768px) {
  .llumar-page .cmp-content-cards--tier1-vertical .cmp-content-card__mobile-view {
    gap: 2rem;
  }
}

@media (min-width: 1024px) {
  .llumar-page .cmp-content-cards--tier1-vertical .cmp-content-card__mobile-view {
    display: none;
  }
}

.llumar-page .cmp-content-cards--tier1-vertical .cmp-content-card__arrow-mobile {
  align-self: flex-end;
  margin-top: auto;
}

.llumar-page .cmp-content-cards--tier1-vertical .cmp-content-card__title--desktop {
  color: #dc2223;
}

@media (min-width: 1024px) {
  .llumar-page .cmp-content-cards--tier1-vertical .cmp-content-card__title--desktop {
    font-size: 1.25rem;
  }
}

.llumar-page .cmp-content-cards--tier1-vertical .cmp-content-card__title--mobile {
  color: #540606;
}

@media (min-width: 768px) {
  .llumar-page .cmp-content-cards--tier1-vertical .cmp-content-card__title--mobile {
    font-size: 1.5rem;
  }
}

.llumar-page .cmp-content-cards--tier1-vertical .cmp-content-card__divider {
  background-color: #f6f5f1;
  display: block;
  height: 2px;
  width: 100%;
}

.llumar-page .cmp-content-cards--tier1-vertical .cmp-content-card__bullets {
  display: grid;
  gap: 0.5rem;
  grid-template-columns: 1fr;
}

@media (min-width: 768px) {
  .llumar-page .cmp-content-cards--tier1-vertical .cmp-content-card__bullets {
    gap: 0.75rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
  .llumar-page .cmp-content-cards--tier1-vertical .cmp-content-card__bullets {
    gap: 0.5rem;
    grid-template-columns: 1fr;
  }
}

@media (min-width: 1280px) {
  .llumar-page .cmp-content-cards--tier1-vertical .cmp-content-card__bullets {
    gap: 0.75rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.llumar-page .cmp-content-cards--tier1-vertical .cmp-content-card__bullet-item {
  align-items: flex-start;
  display: flex;
  gap: 0.25rem;
}

.llumar-page .cmp-content-cards--tier1-vertical .cmp-content-card__check-icon {
  display: block;
  flex-shrink: 0;
  height: 1.5rem;
  width: 1.5rem;
}

.llumar-page .cmp-content-cards--tier1-vertical .cmp-content-card__bullet-text {
  align-items: center;
  color: #540606;
  display: flex;
  flex: 1;
  font-family: var(--llumar-font-body);
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.4;
  margin: 0;
}

.llumar-page .highlight_heading__description ul {
  margin: 0;
  padding-left: 1.25rem;
}

.llumar-page .highlight_heading__description li {
  margin-bottom: 0.5rem;
}

/* ── Content cards (tier2 vertical — residential categories) ── */
@media (min-width: 768px) {
  .llumar-page .cmp-content-cards--tier2-vertical .cmp-content-cards__grid {
    gap: 1.375rem;
  }
}

@media (min-width: 1024px) {
  .llumar-page .cmp-content-cards--tier2-vertical .cmp-content-cards__grid {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    justify-content: center;
  }

  .llumar-page .cmp-content-cards--tier2-vertical .cmp-content-cards__grid .cmp-content-card {
    height: auto;
    max-width: 23%;
    min-width: 20%;
  }
}

.llumar-page .cmp-content-cards--tier2-vertical .cmp-content-card__link {
  flex-direction: column;
}

.llumar-page .cmp-content-cards--tier2-vertical .cmp-content-card__content {
  gap: 1rem;
  padding: 1rem;
}

@media (min-width: 768px) {
  .llumar-page .cmp-content-cards--tier2-vertical .cmp-content-card__content {
    gap: 1.25rem;
    padding: 1.25rem;
  }
}

.llumar-page .cmp-content-cards--tier2-vertical .cmp-content-card__title {
  color: #540606;
  font-family: var(--llumar-font-body);
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.3;
}

@media (min-width: 1024px) {
  .llumar-page .cmp-content-cards--tier2-vertical .cmp-content-card__content {
    gap: 1.5rem;
    padding: 1.5rem;
  }

  .llumar-page .cmp-content-cards--tier2-vertical .cmp-content-card__title {
    color: #dc2223;
    font-size: 1.25rem;
  }
}

.llumar-page .cmp-content-cards--tier2-vertical .cmp-content-card__description {
  flex: 1;
  font-size: 0.875rem;
  line-height: 1.4;
}

@media (min-width: 1024px) {
  .llumar-page .cmp-content-cards--tier2-vertical .cmp-content-card__description {
    font-size: 1rem;
  }
}

.llumar-page .cmp-content-cards--tier2-vertical .cmp-content-card__footer {
  justify-content: flex-end;
  margin-top: auto;
}

.llumar-page .cmp-accordion__heading {
  color: #540606;
  font-family: var(--llumar-font-display);
  font-size: 2rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 2.5rem;
  margin: 0 0 1.5rem;
  padding: 2rem 1.5rem 0;
  text-transform: none;
}

@media (min-width: 1024px) {
  .llumar-page .cmp-accordion__heading,
  .llumar-page .cmp-accordion__heading.cmp-accordion__heading--h2 {
    font-size: 2.5rem;
    line-height: 3rem;
    padding: 2.5rem 3rem 0;
  }
}

.llumar-page .highlight_heading__description h5 {
  color: #1b1919;
  font-family: var(--llumar-font-body);
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.2;
  margin: 0 0 0.5rem;
}

@media (min-width: 768px) {
  .llumar-page .highlight_heading__description h5 {
    font-size: 1.3125rem;
  }
}

/* ── About page (llumar.com/en/about/) ── */
.llumar-page--about .paragraph.text.container-965 {
  padding: 0 1.5rem 3rem;
}

.llumar-page--about .paragraph.text .cmp-text {
  color: #4d4d4f;
  font-family: var(--llumar-font-body);
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5rem;
}

.llumar-page--about .paragraph.text .cmp-text p {
  margin: 0 0 1.875rem;
}

.llumar-page--about .paragraph.text .cmp-text p + p {
  margin-top: 0;
}

.llumar-page--about .paragraph.text .cmp-text p:last-child {
  margin-bottom: 0;
}

.llumar-page--about .paragraph.text .cmp-text h2 {
  color: #4d4d4f;
  font-family: var(--llumar-font-display);
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.2;
  margin: 0 0 0.5rem;
  text-transform: none;
}

@media (min-width: 768px) {
  .llumar-page--about .paragraph.text .cmp-text h2 {
    font-size: 2rem;
  }
}

@media (min-width: 1024px) {
  .llumar-page--about .paragraph.text .cmp-text h2 {
    font-size: 2.5rem;
  }
}

.llumar-page--about .paragraph.text .cmp-text p + h2 {
  margin-top: 1.875rem;
}

.llumar-page--about .paragraph.text .cmp-text a {
  color: #dc2233;
  font-family: var(--llumar-font-body);
  font-weight: 500;
  text-decoration: none;
}

.llumar-page--about .paragraph.text .cmp-text a:hover,
.llumar-page--about .paragraph.text .cmp-text a:focus {
  color: #dc2233;
}

.llumar-page--about .llumar-breadcrumb-wrap {
  padding-top: 0;
}

.llumar-page--about .llumar-breadcrumb-wrap .cmp-breadcrumb {
  margin-top: 0.875rem;
}

.llumar-page--about .highlight_heading-bg-dark .highlight_heading__description a {
  color: #fff;
  font-weight: 500;
  text-decoration: underline;
  text-underline-offset: 0.125rem;
}

.llumar-page--about .highlight_heading-bg-dark .highlight_heading__description a:hover,
.llumar-page--about .highlight_heading-bg-dark .highlight_heading__description a:focus {
  color: #fff;
}

@media (min-width: 1024px) {
  .llumar-page--about .cmp-content-cards--tier2-vertical .cmp-content-cards__grid .cmp-content-card {
    flex: 1 1 calc(50% - 0.75rem);
    max-width: calc(50% - 0.75rem);
    min-width: calc(50% - 0.75rem);
  }
}

.llumar-page--about .llumar-industry-accordion {
  padding: 0 1.5rem 3rem;
  max-width: 60.3125rem;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

@media (min-width: 768px) {
  .llumar-page--about .llumar-industry-accordion {
    padding: 0 3rem 3.5rem;
  }
}

@media (min-width: 1024px) {
  .llumar-page--about .llumar-industry-accordion {
    padding: 0 3rem 4rem;
  }
}

/* ── Brand story page ── */
.llumar-page--brand-story .tier2-variant--image-only {
  margin-bottom: -9.375rem;
}

@media (min-width: 1024px) {
  .llumar-page--brand-story .tier2-variant--image-only {
    margin-bottom: -7.5rem;
  }
}

.llumar-page--brand-story .eastman-highlight.highlight-v4-top .highlight_heading__container {
  align-items: flex-start;
}

.llumar-page--brand-story .highlight_heading-bg-white .highlight_heading__description ul {
  list-style: disc;
}

.llumar-page--brand-story .highlight_heading-bg-white .highlight_heading__description li {
  font-weight: 300;
  line-height: 1.5rem;
}

/* ── Resources landing — bullet text without icons ── */
.llumar-page--resources .highlight_heading__icon_text_group .highlight_heading__icon_text_item .highlight_heading__icon_text {
  font-weight: 300;
}

.llumar-page--resources .highlight_heading__icon_text_group--bold .highlight_heading__icon_text_item .highlight_heading__icon_text {
  font-weight: 600;
}

.llumar-page--resources .highlight_heading__icon_text_group {
  margin-top: 0;
}
