@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/sites/default/files/2026-09/roboto-regular.woff2") format("woff2");
}

@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("/sites/default/files/2026-09/roboto-medium.woff2") format("woff2");
}

@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("/sites/default/files/2026-09/roboto-semibold.woff2") format("woff2");
}

@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("/sites/default/files/2026-09/roboto-bold.woff2") format("woff2");
}

#custom-landing-page {
  --clp-heading: #14093d;
  --clp-primary: #616a97;
  --clp-primary-dark: #4f577d;
  --clp-icon-color: #7D87C3;
  --clp-accent-gradient-circle: linear-gradient(135deg, #ffdc74 0%, #FFCB77 100%);
  --clp-accent-gradient-default: linear-gradient(135deg, #ffdc74 0%, #FFC977 100%);
  --clp-accent-gradient-h: linear-gradient(97deg, #ffdc74 0%, #ffc278 53%, #ff9c7d 100%);
  --clp-accent-orange: #ffca77;
  --clp-light-blue: #e3edff;
  --clp-light-blue-border: #E3EDFF;
  --clp-border-gradient: linear-gradient(298.87deg, #E3EDFF -5.31%, #99BDFF 103.72%);
  --clp-accordion-gradient: linear-gradient(-6.5deg, #e3edff 5%, #99bdff 104%);
  --clp-text: #333333;
  --clp-white: #ffffff;
  --clp-shadow: 0 2px 16px rgba(20, 9, 61, 0.06);
  --clp-shadow-link: 0 0px 20px rgba(0, 0, 0, 0.3);
  --clp-shadow-card: 0 4px 20px rgba(20, 9, 61, 0.08);
  --clp-shadow-mockup: 0 8px 32px rgba(20, 9, 61, 0.15);
  --clp-radius-sm: 16px;
  --clp-radius-box: 24px;
  --clp-radius-measure: 32px;
  --clp-font: "Roboto", system-ui, -apple-system, sans-serif;
  --clp-font-size-base: clamp(0.875rem, 0.35vw + 0.8125rem, 1.125rem);
  --clp-font-size-lg: clamp(0.975rem, 0.45vw + 0.875rem, 1.25rem);
  --clp-line-height: 1.25;
  --clp-container-max: 1320px;
  --clp-section-gap: clamp(36px, 6vw, 72px);
  --clp-section-gap-sm: 32px;
  --clp-col-gap: clamp(24px, 3vw, 48px);

  font-family: var(--clp-font);
  font-size: var(--clp-font-size-base);
  line-height: var(--clp-line-height);
  color: var(--clp-text);
  box-sizing: border-box;
  background: var(--clp-white);
}

#custom-landing-page *,
#custom-landing-page *::before,
#custom-landing-page *::after {
  box-sizing: inherit;
}


#custom-landing-page .clp-container {
  max-width: var(--clp-container-max);
  margin-inline: auto;
  padding-inline: 32px;
}

#custom-landing-page .clp-section {
  padding-block: var(--clp-section-gap);
}

#custom-landing-page .clp-section-title {
  font-size: clamp(1.5rem, 1.8vw, 2rem);
  font-weight: 700;
  color: var(--clp-heading);
  margin: 0 0 12px;
  line-height: 1.25;
}

#custom-landing-page .clp-section-title--center {
  text-align: center;
}

#custom-landing-page .clp-subsection-title {
  font-size: var(--clp-font-size-lg);
  font-weight: 400;
  color: var(--clp-text);
  margin: 16px 0 10px;
}

#custom-landing-page .clp-text {
  margin: 0 0 12px;
  color: var(--clp-text);
  line-height: var(--clp-line-height);
  font-size: var(--clp-font-size-base);
  text-align: justify;
}

#custom-landing-page .clp-text:last-child {
  margin-bottom: 0;
}

#custom-landing-page a.clp-btn,
#custom-landing-page .clp-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 10px 28px;
    border: 2px solid transparent;
    border-radius: 612px;
    font-family: var(--clp-font);
    font-size: var(--clp-font-size-lg);
    font-weight: 400;
    text-decoration: none;
    cursor: pointer;
    transition: background 0.3s ease, box-shadow 0.3s ease, transform 0.15s, opacity 0.2s;
    white-space: nowrap;
    box-sizing: border-box;
    min-height: 48px;
    position: relative;
    background-clip: padding-box;
}

#custom-landing-page a.clp-btn svg,
#custom-landing-page .clp-btn svg {
    display: inline-block;
    flex-shrink: 0;
    vertical-align: middle;
}

#custom-landing-page .clp-btn--accent {
    background: var(--clp-accent-gradient-default);
    color: var(--clp-text);
    border: 2px solid transparent;
    border-radius: 612px;
    transition: background 0.3s ease, box-shadow 0.3s ease, transform 0.15s;
    position: relative;
}

#custom-landing-page .clp-btn--accent:hover {
    background: #ffffff;
    box-shadow: 0 4px 20px rgba(255, 183, 77, 0.4);
    transform: translateY(-2px);
    color: var(--clp-text);
}

#custom-landing-page .clp-btn--accent:hover::before {
    content: '';
    position: absolute;
    inset: -2px;
    border-radius: 612px;
    padding: 2px;
    background: linear-gradient(91.52deg, #FFDC74 1.29%, #FFC278 134.69%, #FF9C7D 253.89%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
    z-index: 0;
}

#custom-landing-page .clp-btn--accent:hover > *,
#custom-landing-page .clp-btn--accent:hover span,
#custom-landing-page .clp-btn--accent:hover {
    position: relative;
    z-index: 1;
}

#custom-landing-page .clp-btn--primary {
  background: var(--clp-primary);
  color: var(--clp-white);
  box-shadow: 0 4px 16px rgba(103, 114, 148, 0.3);
}

#custom-landing-page .clp-btn--primary:hover {
  box-shadow: 0 6px 20px rgba(103, 114, 148, 0.4);
}

#custom-landing-page .clp-btn--wide {
  width: 100%;
  max-width: 640px;
  min-height: 58px;
  padding: 14px 32px;
  font-size: var(--clp-font-size-lg);
  border-radius: 612px;
}

#custom-landing-page a.clp-btn--download,
#custom-landing-page .clp-btn--download {
  background: var(--clp-primary);
  color: var(--clp-white);
  border-radius: 9px;
  box-shadow: var(--clp-shadow-link);
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 18px;
  align-items: center;
  font-size: var(--clp-font-size-lg);
  padding: 14px 20px;
  border: none;
}

#custom-landing-page a.clp-btn--download::after,
#custom-landing-page .clp-btn--download::after {
  content: "";
  display: inline-block;
  flex-shrink: 0;
  margin-top: 5px;
  width: 22px;
  height: 22px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 3v12'/%3E%3Cpath d='m7 10 5 5 5-5'/%3E%3Cpath d='M4 19h16'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

#custom-landing-page a.clp-btn--download:hover,
#custom-landing-page .clp-btn--download:hover {
  box-shadow: var(--clp-shadow-card);
}

#custom-landing-page .clp-assessment__content,
#custom-landing-page .clp-usage-preview__content {
  display: flex;
  flex-direction: column;
  align-items: center;
}

#custom-landing-page .clp-assessment__content h2,
#custom-landing-page .clp-usage-preview__content h2,
#custom-landing-page .clp-assessment__content p,
#custom-landing-page .clp-usage-preview__content p {
  width: 100%;
}

#custom-landing-page .clp-assessment__content p:has(a.clp-btn), 
#custom-landing-page .clp-usage-preview__content p:has(a.clp-btn) {
  display: flex;
  justify-content: center;
}

#custom-landing-page .clp-assessment__content a.clp-btn,
#custom-landing-page .clp-usage-preview__content a.clp-btn {
  display: inline-flex;
  width: auto;
  min-width: 14em;
  max-width: 100%;
  margin-top: 6px;
  margin-inline: auto;
}

#custom-landing-page .clp-hero {
  padding-top: 24px;
}

#custom-landing-page .clp-hero__title {
  font-size: clamp(1.75rem, 2.2vw, 2.625rem);
  font-weight: 700;
  color: var(--clp-heading);
  line-height: 1.2;
  margin: 0 0 28px;
  max-width: 100%;
}

#custom-landing-page .clp-hero__body {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr);
  gap: var(--clp-col-gap);
  align-items: start;
}

#custom-landing-page .clp-hero__left {
  padding-top: 24px;
  min-width: 0;
  display: flex;
  align-items: center;
  height: 100%;
}

#custom-landing-page .clp-hero__right {
  position: relative;
  min-width: 0;
}

#custom-landing-page .clp-info-box {
  background: var(--clp-accent-gradient-h);
  background-size: 256.41% 100%;
  background-position: 0% 0%;
  background-repeat: no-repeat;
  border-radius: var(--clp-radius-box);
  padding: 14px 16px;
  min-height: 130px;
  display: flex;
  align-items: center;
}

#custom-landing-page .clp-info-box__text {
  margin: 0;
  font-size: var(--clp-font-size-lg);
  color: var(--clp-text);
  text-align: justify;
}

#custom-landing-page a.clp-search-link,
#custom-landing-page .clp-search-link {
  position: absolute;
  bottom: 8%;
  left: 0;
  z-index: 2;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  font-weight: 600;
  width: calc(100% - 12px);
  max-width: 320px;
  min-height: 46px;
  padding: 8px 12px 8px 22px;
  background: var(--clp-white);
  border: 1.5px solid var(--clp-light-blue-border);
  border-radius: 9px;
  box-shadow: var(--clp-shadow-link);
  text-decoration: none;
  color: var(--clp-text);
  font-size: var(--clp-font-size-base);
  box-sizing: border-box;
  transition: border-color 0.2s, box-shadow 0.2s;
}

#custom-landing-page .clp-search-link__text {
  display: inline;
  float: none;
  flex: 1 1 auto;
  min-width: 0;
}

#custom-landing-page a.clp-search-link::after,
#custom-landing-page .clp-search-link::after {
  content: "";
  display: inline-block;
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23616a97' stroke-width='2' stroke-linecap='round'%3E%3Ccircle cx='11' cy='11' r='7'/%3E%3Cline x1='16.5' y1='16.5' x2='21' y2='21'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

#custom-landing-page .clp-hero__image {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
  float: none;
}

#custom-landing-page .clp-assessment__image,
#custom-landing-page .clp-results__image,
#custom-landing-page .clp-usage-preview__image,
#custom-landing-page .clp-faq__image {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
  float: none;
}

#custom-landing-page .clp-faq__image {
  width: 570px;
  max-width: 100%;
  height: 480px;
  object-fit: cover;
  margin-inline: auto;
  mix-blend-mode: multiply;
}

#custom-landing-page .clp-faq__media figure {
  background: transparent !important;
  margin: 0;
  padding: 0;
}

#custom-landing-page .clp-mockup {
  position: relative;
  display: block;
  width: fit-content;
  max-width: 100%;
  cursor: pointer;
  border-radius: var(--clp-radius-box);
  overflow: hidden;
  transition: box-shadow 0.3s ease;
}

#custom-landing-page .clp-mockup:hover {
  box-shadow: var(--clp-shadow-mockup);
}

#custom-landing-page .clp-mockup__image--default {
  display: block;
  width: 100%;
  height: auto;
  transition: opacity 0.3s ease;
}

#custom-landing-page .clp-mockup__image--hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}

#custom-landing-page .clp-mockup:hover .clp-mockup__image--default {
  opacity: 0;
}

#custom-landing-page .clp-mockup:hover .clp-mockup__image--hover {
  opacity: 1;
}

#custom-landing-page .clp-mockup__hover {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}

#custom-landing-page .clp-mockup:hover .clp-mockup__hover {
  opacity: 1;
  pointer-events: auto;
}

#custom-landing-page .clp-usage-preview__mockup {
  position: relative;
  display: block;
  width: fit-content;
  max-width: 100%;
  cursor: pointer;
  border-radius: var(--clp-radius-box);
  overflow: hidden;
  transition: box-shadow 0.3s ease;
}

#custom-landing-page .clp-usage-preview__mockup:hover {
  box-shadow: var(--clp-shadow-mockup);
}

#custom-landing-page .clp-usage-preview__image--default {
  display: block;
  width: 100%;
  height: auto;
  transition: opacity 0.3s ease;
}

#custom-landing-page .clp-usage-preview__image--hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}

#custom-landing-page .clp-usage-preview__mockup:hover .clp-usage-preview__image--default {
  opacity: 0;
}

#custom-landing-page .clp-usage-preview__mockup:hover .clp-usage-preview__image--hover {
  opacity: 1;
}

#custom-landing-page .clp-usage-preview__hover {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}

#custom-landing-page .clp-usage-preview__mockup:hover .clp-usage-preview__hover {
  opacity: 1;
  pointer-events: auto;
}

#custom-landing-page .clp-lightbox {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px;
}

#custom-landing-page .clp-lightbox[hidden] {
  display: none;
}

#custom-landing-page .clp-lightbox__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(20, 9, 61, 0.35);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  cursor: zoom-out;
}

#custom-landing-page .clp-lightbox__content {
  position: relative;
  max-width: min(1200px, 92vw);
  max-height: 88vh;
  animation: clp-fade-in 0.3s ease;
}

#custom-landing-page .clp-lightbox__image {
  display: block;
  max-width: 100%;
  max-height: 88vh;
  width: auto;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 16px 56px rgba(0, 0, 0, 0.5);
  background: var(--clp-white);
}

#custom-landing-page .clp-lightbox__close {
  position: absolute;
  top: -48px;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  padding: 0;
  border: none;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.12);
  color: var(--clp-white);
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
  transition: background 0.2s ease, transform 0.2s ease;
}

#custom-landing-page .clp-lightbox__close:hover {
  background: rgba(255, 255, 255, 0.25);
  transform: scale(1.08);
}

#custom-landing-page .clp-slider-lightbox {
  position: fixed;
  inset: 0;
  z-index: 10001;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px;
}

#custom-landing-page .clp-slider-lightbox[hidden] {
  display: none;
}

#custom-landing-page .clp-slider-lightbox__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(20, 9, 61, 0.35);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  cursor: zoom-out;
}

#custom-landing-page .clp-slider-lightbox__content {
  position: relative;
  max-width: min(1200px, 92vw);
  max-height: 88vh;
  animation: clp-fade-in 0.3s ease;
  width: fit-content;
}

#custom-landing-page .clp-slider-lightbox__slider {
  position: relative;
  overflow: hidden;
  box-shadow: 0 16px 56px rgba(0, 0, 0, 0.5);
  line-height: 0;
}

#custom-landing-page .clp-slider-lightbox__slides {
  display: flex;
  transition: transform 0.4s ease;
}

#custom-landing-page .clp-slider-lightbox__slide {
  flex: 0 0 100%;
  max-width: min(1200px, 92vw);
  max-height: 88vh;
  width: auto;
  height: auto;
  display: block;
}

#custom-landing-page .clp-slider-lightbox__hotspot {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 12%;
  min-width: 64px;
  max-width: 140px;
  height: 44%;
  min-height: 120px;
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
  z-index: 2;
}

#custom-landing-page .clp-slider-lightbox__hotspot.is-hidden {
  display: none;
}

#custom-landing-page .clp-slider-lightbox__hotspot--prev {
  left: 0;
}

#custom-landing-page .clp-slider-lightbox__hotspot--next {
  right: 0;
}

#custom-landing-page .clp-slider-lightbox__dots {
  position: absolute;
  bottom: 12px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 8px;
  z-index: 2;
}

#custom-landing-page .clp-slider-lightbox__dot {
  width: 10px;
  height: 10px;
  padding: 0;
  border: none;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  cursor: pointer;
  transition: background 0.2s ease, transform 0.2s ease;
}

#custom-landing-page .clp-slider-lightbox__dot:hover {
  background: rgba(255, 255, 255, 0.8);
}

#custom-landing-page .clp-slider-lightbox__dot.is-active {
  background: var(--clp-white);
  transform: scale(1.2);
}

#custom-landing-page .clp-slider-lightbox__close {
  position: absolute;
  top: -48px;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  padding: 0;
  border: none;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.12);
  color: var(--clp-white);
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
  transition: background 0.2s ease, transform 0.2s ease;
}

#custom-landing-page .clp-slider-lightbox__close:hover {
  background: rgba(255, 255, 255, 0.25);
  transform: scale(1.08);
}

#custom-landing-page .clp-video-popup {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px;
}

#custom-landing-page .clp-video-popup[hidden] {
  display: none;
}

#custom-landing-page .clp-video-popup__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(20, 9, 61, 0.35);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  cursor: pointer;
}

#custom-landing-page .clp-video-popup__content {
  position: relative;
  width: min(960px, 92vw);
  animation: clp-fade-in 0.3s ease;
}

#custom-landing-page .clp-video-popup__close {
  position: absolute;
  top: -48px;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  padding: 0;
  border: none;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.12);
  color: var(--clp-white);
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
  transition: background 0.2s ease, transform 0.2s ease;
}

#custom-landing-page .clp-video-popup__close:hover {
  background: rgba(255, 255, 255, 0.25);
  transform: scale(1.08);
}

#custom-landing-page .clp-video-popup__player {
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: 12px;
  overflow: hidden;
  background: #000;
  box-shadow: 0 16px 56px rgba(0, 0, 0, 0.5);
}

#custom-landing-page .clp-video-popup__media {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  object-fit: contain;
  background: #000;
}

@keyframes clp-fade-in {
  from {
    opacity: 0;
    transform: scale(0.96);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

#custom-landing-page .clp-goals {
  padding-top: 0;
}

#custom-landing-page .clp-section-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 32px;
}

#custom-landing-page .clp-section-header__icon {
  color: var(--clp-primary);
  flex-shrink: 0;
  width: 72px;
  height: 72px;
}

#custom-landing-page .clp-search-link:hover {
  box-shadow: var(--clp-shadow-card);
}

#custom-landing-page .clp-section-header__title {
  font-size: clamp(1.5rem, 1.8vw, 2rem);
  font-weight: 700;
  color: var(--clp-heading);
  margin: 0;
}

#custom-landing-page .clp-goals__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(20px, 3vw, 64px);
  list-style: none;
  padding: 0;
  margin: 0;
}

#custom-landing-page .clp-goals__card {
  position: relative;
  background: var(--clp-white);
  border-radius: 30px;
  padding: 28px 22px;
  min-height: 283px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  box-shadow: none;
  transition: background 0.3s ease;
}

#custom-landing-page .clp-goals__card::after {
  content: "";
  position: absolute;
  transform: translate(50%, 50%);
  bottom: 20%;
  right: 20%;
  width: 75%;
  aspect-ratio: 1/1;
  background: var(--clp-accent-gradient-circle);
  border-radius: 50%;
  pointer-events: none;
  filter: blur(80px);
  transition: opacity 0.3s ease;
}

#custom-landing-page .clp-goals__card:hover {
  background: linear-gradient(91.52deg, #FFDC74 1.29%, #FFC278 134.69%, #FF9C7D 253.89%);
}

#custom-landing-page .clp-goals__card:hover::after {
  opacity: 0;
}

#custom-landing-page .clp-goals__text {
  position: relative;
  z-index: 1;
  margin: 0;
  font-size: var(--clp-font-size-lg);
  font-weight: 400;
  color: var(--clp-text);
  line-height: 1.35;
  text-align: center;
}

#custom-landing-page .clp-assessment__inner,
#custom-landing-page .clp-results__inner,
#custom-landing-page .clp-usage-preview__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: var(--clp-col-gap);
  align-items: center;
}

#custom-landing-page .clp-usage-preview__inner {
  grid-template-columns: minmax(0, 5fr) minmax(0, 6fr);
}

#custom-landing-page .clp-assessment__media,
#custom-landing-page .clp-results__media,
#custom-landing-page .clp-usage-preview__media {
  min-width: 0;
}

#custom-landing-page .clp-assessment__content,
#custom-landing-page .clp-results__content,
#custom-landing-page .clp-usage-preview__content {
  padding-block: 8px;
}

#custom-landing-page .clp-results__media {
  max-width: 400px;
  justify-self: center;
}

#custom-landing-page .clp-doc-list__item {
    position: relative;
    width: 100%;
    padding-left: 34px;
    margin-bottom: 8px;
    padding-top: 2px;
    padding-bottom: 2px;
    transition: none;
    cursor: default;
    text-align: justify;
}

#custom-landing-page .clp-doc-list__icon-wrap {
    position: absolute;
    left: 0;
    top: 2px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    flex-shrink: 0;
}

#custom-landing-page .clp-doc-list__icon {
    display: block;
    width: 18px;
    height: 18px;
    flex-shrink: 0;
    transition: filter 0.3s ease;
}

#custom-landing-page .clp-doc-list__item:hover .clp-doc-list__icon {
    filter: brightness(0) saturate(100%) invert(54%) sepia(27%) saturate(606%) hue-rotate(198deg) brightness(93%) contrast(85%);
}

#custom-landing-page .clp-doc-list__link {
    font-family: "Roboto", system-ui, -apple-system, sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.35;
    letter-spacing: 0%;
    text-align: left;
    color: var(--clp-heading);
    text-decoration: none;
    display: inline;
    word-break: break-word;
    transition: color 0.2s ease;
}

#custom-landing-page .clp-doc-list__item:hover .clp-doc-list__link {
    color: var(--clp-heading);
    -webkit-text-stroke: 0.4px currentColor;
    font-weight: 600;
}

#custom-landing-page .clp-doc-list__text {
    display: block;
}

#custom-landing-page .clp-usage-preview__subtitle {
    font-family: "Roboto", system-ui, -apple-system, sans-serif;
    font-weight: 400;
    font-size: var(--clp-font-size-lg);
    color: var(--clp-text);
    margin: 0 0 12px;
    text-align: justify;
    line-height: 1.4;
}

#custom-landing-page .clp-quick-links__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(16px, 2.5vw, 40px);
  align-items: stretch;
}

#custom-landing-page a.clp-link-card {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  min-height: 120px;
  padding: 24px 28px;
  background:
    linear-gradient(var(--clp-white), var(--clp-white)) padding-box,
    var(--clp-border-gradient) border-box;
  border: 3px solid transparent;
  border-radius: var(--clp-radius-box);
  text-decoration: none;
  color: var(--clp-heading);
  box-sizing: border-box;
  float: none;
  transition: background 0.3s ease, box-shadow 0.2s;
}

#custom-landing-page a.clp-link-card:hover {
  background: var(--clp-border-gradient);
  box-shadow: var(--clp-shadow-card);
}

#custom-landing-page .clp-link-card__text {
  display: block;
  width: 100%;
  font-weight: 700;
  font-size: clamp(1.05rem, 1.2vw, 1.375rem);
  line-height: 1.35;
  max-width: none;
  float: none;
}

#custom-landing-page .clp-link-card__cta {
  display: inline;
  white-space: normal;
  float: none;
}

#custom-landing-page .clp-link-card__cta::after {
  content: "";
  display: inline-block;
  width: 1.45em;
  height: 1.2em;
  margin-left: 0.25em;
  vertical-align: -0.28em;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2314093d' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m18 8 4 4-4 4'/%3E%3Cpath d='M2 12h20'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transition: transform 0.2s;
}

#custom-landing-page .clp-link-card:hover .clp-link-card__cta::after {
  transform: translateX(6px);
}

#custom-landing-page .clp-contact-card__title {
    font-size: var(--clp-font-size-lg);
    font-weight: 700;
    color: var(--clp-text);
    margin: 0 0 16px;
    padding-right: 80px;
    line-height: 1.3;
    text-align: left;
}

#custom-landing-page .clp-contact-card__org {
    font-weight: 400;
    font-size: var(--clp-font-size-base);
    color: var(--clp-text);
}

#custom-landing-page .clp-faq__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 731px);
  gap: var(--clp-col-gap);
  align-items: start;
}

#custom-landing-page .clp-faq__media {
  align-self: start;
  background: transparent;
}

#custom-landing-page .clp-faq__title {
  font-size: clamp(1.5rem, 1.8vw, 2rem);
  font-weight: 700;
  color: var(--clp-heading);
  margin: 0 0 20px;
}

#custom-landing-page .clp-accordion-item {
  margin-bottom: 12px;
}

#custom-landing-page .clp-accordion-item__trigger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  width: 100%;
  min-height: 68px;
  padding: 16px 20px;
  background: var(--clp-primary);
  color: var(--clp-white);
  border: none;
  border-radius: var(--clp-radius-sm);
  font-family: var(--clp-font);
  font-size: clamp(1rem, 1.2vw, 1.5rem);
  font-weight: 700;
  text-align: left;
  cursor: pointer;
  transition: background 0.2s;
  line-height: 1.25;
}

#custom-landing-page .clp-accordion-item__chevron {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  color: var(--clp-white);
  transition: transform 0.25s;
}

#custom-landing-page .clp-accordion-item__trigger[aria-expanded="true"] .clp-accordion-item__chevron {
  transform: rotate(180deg);
}

#custom-landing-page .clp-accordion-item__trigger:hover,
#custom-landing-page .clp-accordion-item__trigger[aria-expanded="true"] {
  background: var(--clp-primary-dark);
}

#custom-landing-page .clp-accordion-item__panel {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

#custom-landing-page .clp-accordion-item__panel.is-open {
  grid-template-rows: 1fr;
}

#custom-landing-page .clp-accordion-item__panel-inner {
  overflow: hidden;
}

#custom-landing-page .clp-accordion-item__panel-content {
  margin-top: 10px;
  padding: 18px 22px 20px 24px;
  background: var(--clp-white);
  border: 2px solid var(--clp-primary);
  border-radius: var(--clp-radius-sm);
  box-shadow: 0 10px 28px rgba(20, 9, 61, 0.07);
}

#custom-landing-page .clp-accordion-item__panel-content .clp-text {
  margin-bottom: 10px;
  line-height: 1.45;
  text-align: justify;
  color: var(--clp-text);
  opacity: 0;
  transform: translateY(-6px);
  transition: opacity 0.35s ease 0.08s, transform 0.35s ease 0.08s;
}

#custom-landing-page .clp-accordion-item__panel.is-open .clp-accordion-item__panel-content .clp-text {
  opacity: 1;
  transform: translateY(0);
}

#custom-landing-page .clp-accordion-item__panel-content .clp-text:last-child {
  margin-bottom: 0;
}

@media (prefers-reduced-motion: reduce) {
  #custom-landing-page .clp-accordion-item__panel,
  #custom-landing-page.clp-page--usage .clp-accordion-block__panel {
    transition: none;
  }

  #custom-landing-page .clp-accordion-item__panel-content .clp-text,
  #custom-landing-page.clp-page--usage .clp-accordion-block__panel-content .clp-text,
  #custom-landing-page .clp-accordion-item__chevron,
  #custom-landing-page.clp-page--usage .clp-accordion-block__chevron {
    transition: none;
    opacity: 1;
    transform: none;
  }
}

#custom-landing-page.clp-page--embedded {
  background: transparent;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}

#custom-landing-page.clp-page--embedded .clp-container {
  max-width: 100%;
  padding-inline: 0;
}

#custom-landing-page.clp-page--embedded .clp-section:first-child {
  padding-top: 0;
}

.field--name-body #custom-landing-page,
.text-formatted #custom-landing-page,
.node__content #custom-landing-page,
.field__item #custom-landing-page,
main #custom-landing-page {
  float: none !important;
  width: 100% !important;
  max-width: 100% !important;
  box-sizing: border-box !important;
}

.field--name-body #custom-landing-page img,
.text-formatted #custom-landing-page img,
main #custom-landing-page img {
  float: none !important;
  max-width: 100% !important;
}

.field--name-body #custom-landing-page .clp-hero__body,
.field--name-body #custom-landing-page .clp-assessment__inner,
.field--name-body #custom-landing-page .clp-results__inner,
.field--name-body #custom-landing-page .clp-usage-preview__inner,
.field--name-body #custom-landing-page .clp-quick-links__grid,
.field--name-body #custom-landing-page .clp-faq__inner,
.field--name-body #custom-landing-page .clp-contacts__grid,
.text-formatted #custom-landing-page .clp-hero__body,
.text-formatted #custom-landing-page .clp-assessment__inner,
.text-formatted #custom-landing-page .clp-results__inner,
.text-formatted #custom-landing-page .clp-usage-preview__inner,
.text-formatted #custom-landing-page .clp-quick-links__grid,
.text-formatted #custom-landing-page .clp-faq__inner,
.text-formatted #custom-landing-page .clp-contacts__grid {
  display: grid !important;
}

.field--name-body #custom-landing-page .clp-quick-links__grid,
.text-formatted #custom-landing-page .clp-quick-links__grid {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}

.field--name-body #custom-landing-page a.clp-search-link,
.text-formatted #custom-landing-page a.clp-search-link {
  position: absolute !important;
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: space-between !important;
  text-decoration: none !important;
  color: var(--clp-text) !important;
}

.field--name-body #custom-landing-page a.clp-search-link::after,
.text-formatted #custom-landing-page a.clp-search-link::after {
  display: inline-block !important;
  flex-shrink: 0 !important;
}

.field--name-body #custom-landing-page a.clp-link-card,
.text-formatted #custom-landing-page a.clp-link-card {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: flex-start !important;
  width: 100% !important;
  float: none !important;
  text-decoration: none !important;
  color: var(--clp-heading) !important;
}

.field--name-body #custom-landing-page .clp-link-card__text,
.field--name-body #custom-landing-page .clp-link-card__cta,
.text-formatted #custom-landing-page .clp-link-card__text,
.text-formatted #custom-landing-page .clp-link-card__cta {
  display: inline !important;
  float: none !important;
  width: auto !important;
  margin: 0 !important;
}

.field--name-body #custom-landing-page .clp-link-card__text,
.text-formatted #custom-landing-page .clp-link-card__text {
  display: block !important;
  width: 100% !important;
}

.field--name-body #custom-landing-page .clp-link-card__cta::after,
.text-formatted #custom-landing-page .clp-link-card__cta::after {
  display: inline-block !important;
  float: none !important;
}

.field--name-body #custom-landing-page a.clp-btn,
.text-formatted #custom-landing-page a.clp-btn {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  text-decoration: none !important;
  float: none !important;
}

.field--name-body #custom-landing-page .clp-assessment__content,
.field--name-body #custom-landing-page .clp-usage-preview__content,
.text-formatted #custom-landing-page .clp-assessment__content,
.text-formatted #custom-landing-page .clp-usage-preview__content {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
}

.field--name-body #custom-landing-page a.clp-btn--download,
.text-formatted #custom-landing-page a.clp-btn--download {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 18px !important;
  width: 100% !important;
  max-width: 640px !important;
}

.field--name-body #custom-landing-page a.clp-btn--download::after,
.text-formatted #custom-landing-page a.clp-btn--download::after {
  display: inline-block !important;
  flex-shrink: 0 !important;
}

.field--name-body #custom-landing-page a.clp-btn svg,
.text-formatted #custom-landing-page a.clp-btn svg {
  display: none !important;
}

.field--name-body #custom-landing-page .clp-video__inner,
.text-formatted #custom-landing-page .clp-video__inner {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
}

.field--name-body #custom-landing-page .clp-video__player,
.text-formatted #custom-landing-page .clp-video__player {
  position: relative !important;
  display: block !important;
  width: 100% !important;
  max-width: 1100px !important;
  margin-inline: auto !important;
  float: none !important;
}

.field--name-body #custom-landing-page .clp-video__thumbnail,
.text-formatted #custom-landing-page .clp-video__thumbnail {
  display: block !important;
  float: none !important;
  width: 100% !important;
}

.field--name-body #custom-landing-page .clp-video__screen,
.text-formatted #custom-landing-page .clp-video__screen {
  position: absolute !important;
  float: none !important;
}

.field--name-body #custom-landing-page button.clp-accordion-item__trigger,
.text-formatted #custom-landing-page button.clp-accordion-item__trigger {
  display: flex !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 16px 20px !important;
  border: none !important;
  background: var(--clp-primary) !important;
  color: var(--clp-white) !important;
  font: inherit !important;
  text-align: left !important;
  cursor: pointer !important;
  appearance: none !important;
  box-shadow: none !important;
}

.field--name-body #custom-landing-page button.clp-accordion-block__trigger,
.text-formatted #custom-landing-page button.clp-accordion-block__trigger {
  display: block !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
  background: transparent !important;
  color: inherit !important;
  font: inherit !important;
  text-align: inherit !important;
  cursor: pointer !important;
  appearance: none !important;
  box-shadow: none !important;
}

.field--name-body #custom-landing-page section,
.text-formatted #custom-landing-page section {
  float: none !important;
  width: 100% !important;
}

@media (max-width: 768px) {
  .field--name-body #custom-landing-page .clp-quick-links__grid,
  .text-formatted #custom-landing-page .clp-quick-links__grid {
    grid-template-columns: 1fr !important;
  }
}

#custom-landing-page .clp-contacts {
  padding-bottom: var(--clp-section-gap);
}

#custom-landing-page .clp-contacts__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(20px, 3vw, 80px);
  margin-top: 32px;
}

#custom-landing-page .clp-contact-card {
  position: relative;
  background: var(--clp-accent-gradient-h);
  border-radius: var(--clp-radius-box);
  padding: 28px 32px 24px 20px;
  min-height: 260px;
}

#custom-landing-page .clp-contact-card__icon-wrap {
  position: absolute;
  right: 20px;
  bottom: 20px;
  top: auto;
}

#custom-landing-page .clp-contact-card__icon-wrap img {
  width: 72px;
  height: 72px;
  opacity: 1;
}

#custom-landing-page .clp-contact-card__title {
  font-size: var(--clp-font-size-lg);
  font-weight: 700;
  color: var(--clp-text);
  margin: 0 0 16px;
  padding-right: 80px;
  line-height: 1.3;
  text-align: left;
}

#custom-landing-page .clp-contact-card__org {
    font-weight: 400;
    font-size: var(--clp-font-size-base);
    color: var(--clp-text);
}

#custom-landing-page .clp-contact-card--method {
  min-height: 250px;
}

#custom-landing-page .clp-contact-card__list {
  padding: 0 0 0 20px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

#custom-landing-page .clp-contact-card__text {
  font-size: var(--clp-font-size-base);
  color: var(--clp-text);
  text-align: justify;
}

#custom-landing-page .clp-contact-card__link {
  color: var(--clp-heading);
  text-decoration: underline;
  font-size: var(--clp-font-size-base);
}

#custom-landing-page .clp-video__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 28px;
}

#custom-landing-page .clp-video__player {
  position: relative;
  display: block;
  width: 100%;
  max-width: 1100px;
  margin-inline: auto;
  border-radius: 0;
  overflow: visible;
  box-shadow: none;
  background: transparent;
  float: none;
}

#custom-landing-page .clp-video__thumbnail {
  width: 100%;
  height: auto;
  display: block;
  float: none;
  position: relative;
  z-index: 0;
}

#custom-landing-page .clp-video__screen {
  position: absolute;
  top: calc(295 / 1465 * 100%);
  left: calc(302 / 1647 * 100%);
  width: calc(1020 / 1647 * 100%);
  height: calc(955 / 1465 * 100%);
  overflow: hidden;
  border-radius: 2px;
  z-index: 1;
  float: none;
  margin: 0;
  padding: 0;
  background: transparent;
}

#custom-landing-page .clp-video__media {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  background: #000;
  object-fit: contain;
}

#custom-landing-page .clp-video__media[hidden] {
  display: none;
}

#custom-landing-page .clp-video__play-btn {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(26, 39, 68, 0);
  border: none;
  color: var(--clp-white);
  cursor: pointer;
  transition: background 0.2s;
}

#custom-landing-page .clp-video__play-btn:hover {
  background: rgba(26, 39, 68, 0.38);
}

#custom-landing-page .clp-video__play-btn svg {
  filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.3));
}

#custom-landing-page .clp-video__player.is-playing .clp-video__play-btn {
  display: none;
}

@media (max-width: 1200px) {
  #custom-landing-page .clp-container {
    padding-inline: 24px;
  }

  #custom-landing-page .clp-goals__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  #custom-landing-page.clp-page--usage .clp-measures__item {
    max-width: min(100%, calc(50% - 4px));
  }
}

@media (max-width: 992px) {
  #custom-landing-page .clp-hero__right {
    margin-top: 0;
  }

  #custom-landing-page .clp-hero__left {
    padding-top: 0;
  }

  #custom-landing-page .clp-hero__image {
    max-width: 420px;
    margin-inline: auto;
  }

  #custom-landing-page .clp-search-link {
    position: static;
    margin-top: 12px;
  }

  #custom-landing-page .clp-goals__card {
    min-height: 200px;
  }

  #custom-landing-page .clp-assessment__content a.clp-btn,
  #custom-landing-page .clp-usage-preview__content a.clp-btn {
    width: auto;
    max-width: 100%;
    min-width: 0;
  }

  #custom-landing-page.clp-page--usage .clp-usage-hero__row,
  #custom-landing-page.clp-page--usage .clp-usage-footer__inner {
    grid-template-columns: 1fr;
  }

  #custom-landing-page.clp-page--usage .clp-usage-hero__media {
    justify-content: center;
    margin-top: 4px;
  }

  #custom-landing-page.clp-page--usage .clp-usage-hero__image {
    width: auto;
    max-width: min(200px, 65%);
    height: auto;
    max-height: 260px;
  }

  #custom-landing-page.clp-page--usage .clp-usage-footer__image {
    width: auto;
    max-width: min(220px, 70%);
    height: auto;
    max-height: 200px;
    margin-inline: auto;
  }

  #custom-landing-page.clp-page--usage .clp-registration__hang .clp-bordered-list__item:first-child {
    padding-right: 8rem;
  }
}

@media (max-width: 768px) {
  #custom-landing-page {
    --clp-col-gap: 24px;
  }

  #custom-landing-page .clp-container {
    padding-inline: 16px;
  }

  .field--name-body #custom-landing-page .clp-results__inner, 
  .text-formatted #custom-landing-page .clp-results__inner {
    flex-direction: column-reverse !important;
    display: flex !important;
  }

  #custom-landing-page .clp-hero__body,
  #custom-landing-page .clp-assessment__inner,
  #custom-landing-page .clp-results__inner,
  #custom-landing-page .clp-usage-preview__inner,
  #custom-landing-page .clp-faq__inner,
  #custom-landing-page .clp-contacts__grid,
  #custom-landing-page .clp-quick-links__grid,
  #custom-landing-page .clp-goals__grid,
  #custom-landing-page.clp-page--usage .clp-usage-hero__row,
  #custom-landing-page.clp-page--usage .clp-usage-footer__inner {
    grid-template-columns: 1fr;
  }

  #custom-landing-page .clp-hero {
    padding-top: 16px;
  }

  #custom-landing-page .clp-hero__title {
    font-size: clamp(1.375rem, 5.5vw, 1.75rem);
    margin-bottom: 16px;
  }

  #custom-landing-page .clp-section-title,
  #custom-landing-page .clp-section-header__title,
  #custom-landing-page .clp-faq__title {
    font-size: clamp(1.25rem, 5vw, 1.5rem);
  }

  #custom-landing-page .clp-section-header {
    margin-bottom: 20px;
  }

  #custom-landing-page .clp-section-header__icon {
    width: 56px;
    height: 56px;
  }

  #custom-landing-page .clp-goals__grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  #custom-landing-page .clp-goals__card,
  #custom-landing-page .clp-link-card,
  #custom-landing-page .clp-contact-card,
  #custom-landing-page .clp-contact-card--method {
    min-height: 0;
  }

  #custom-landing-page .clp-goals__card {
    padding: 20px 18px;
  }

  #custom-landing-page .clp-link-card {
    padding: 20px 22px;
  }

  #custom-landing-page .clp-link-card__text {
    font-size: clamp(1rem, 4.5vw, 1.25rem);
  }

  #custom-landing-page .clp-accordion-item__trigger {
    min-height: 0;
    padding: 14px 16px;
    font-size: clamp(0.9375rem, 4vw, 1.125rem);
  }

  #custom-landing-page .clp-contact-card {
    padding: 22px 20px 20px 16px;
  }

  #custom-landing-page .clp-contact-card__title {
    padding-right: 0;
    margin-bottom: 12px;
  }

  #custom-landing-page .clp-contact-card__icon-wrap img {
    width: 56px;
    height: 56px;
  }

  #custom-landing-page .clp-btn--wide {
    min-height: 52px;
    padding: 12px 20px;
  }

  #custom-landing-page .clp-doc-list__item {
    padding: 10px 12px;
    padding-left: 12px;
  }

  #custom-landing-page .clp-doc-list__icon-wrap {
    display: none;
  }

  #custom-landing-page .clp-btn {
    white-space: normal;
    text-align: center;
  }

  #custom-landing-page.clp-page--usage .clp-usage-hero {
    padding-top: 24px;
    padding-bottom: 20px;
  }

  #custom-landing-page.clp-page--usage .clp-measures,
  #custom-landing-page.clp-page--usage .clp-registration,
  #custom-landing-page.clp-page--usage .clp-usage-accordion,
  #custom-landing-page.clp-page--usage .clp-usage-footer {
    padding-block: 20px;
  }

  #custom-landing-page.clp-page--usage .clp-usage-hero__title {  
    font-size: clamp(1.375rem, 5.5vw, 1.75rem);
  }

  #custom-landing-page.clp-page--usage .clp-regulatory-list__item,
  #custom-landing-page.clp-page--usage .clp-bordered-list__item,
  #custom-landing-page.clp-page--usage .clp-data-list__item {
    padding: 10px 14px 10px 28px;
  }

  #custom-landing-page.clp-page--usage .clp-measures__item {
    width: 100%;
    max-width: 100%;
  }

  #custom-landing-page.clp-page--usage .clp-accordion-block__bar,
  #custom-landing-page.clp-page--usage .clp-accordion-block__bar--tall,
  #custom-landing-page.clp-page--usage .clp-accordion-block__bar--medium,
  #custom-landing-page.clp-page--usage .clp-accordion-block__bar--short {
    padding: 14px 16px 40px 16px;
    min-height: 0;
  }

  #custom-landing-page.clp-page--usage .clp-accordion-block__chevron-wrap {
    width: 56px;
    height: 30px;
    right: 10px;
    bottom: 10px;
  }

  #custom-landing-page.clp-page--usage .clp-accordion-block__chevron {
    width: 24px;
  }

  #custom-landing-page.clp-page--usage .clp-accordion-block__chevron--toggle {
    width: 22px;
    height: 22px;
  }

  #custom-landing-page.clp-page--usage .clp-registration__hang {
    margin-top: -1.25rem;
    padding-top: 3.5rem;
  }

  #custom-landing-page.clp-page--usage .clp-registration__avatar {
    display: none;
  }

  #custom-landing-page.clp-page--usage .clp-registration__hang .clp-bordered-list__item:first-child {
    padding-right: 10px;
  }

  #custom-landing-page.clp-page--usage .clp-usage-hero__image {
    width: auto;
    max-width: min(220px, 70%);
    height: auto;
    max-height: 320px;
  }

  #custom-landing-page.clp-page--usage .clp-usage-footer__image {
    width: auto;
    max-width: min(260px, 80%);
    height: auto;
    max-height: 240px;
    margin-inline: auto;
  }

  #custom-landing-page .clp-mockup__btn {
    width: 52px;
    height: 52px;
  }
  #custom-landing-page .clp-mockup__btn svg {
    width: 28px;
    height: 28px;
  }
  #custom-landing-page .clp-lightbox {
    padding: 20px;
  }
  #custom-landing-page .clp-slider-lightbox {
    padding: 20px;
  }
  #custom-landing-page .clp-video-popup {
    padding: 20px;
  }
  #custom-landing-page .clp-lightbox__close,
  #custom-landing-page .clp-slider-lightbox__close,
  #custom-landing-page .clp-video-popup__close {
    top: -40px;
    width: 32px;
    height: 32px;
    font-size: 22px;
  }
  #custom-landing-page .clp-slider-lightbox__hotspot {
    min-width: 48px;
    min-height: 90px;
  }

  #custom-landing-page .clp-faq__image {
    max-width: 100%;
    height: auto;
    object-fit: contain;
    object-position: center;
  }
}

@keyframes clp-fade-in {
  from {
    opacity: 0;
    transform: scale(0.96) translateY(8px);
  }
  to {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
}

#custom-landing-page.clp-page--usage .clp-usage-hero {
  padding-top: 40px;
  padding-bottom: 32px;
}

#custom-landing-page.clp-page--usage .clp-usage-hero__inner {
  display: block;
  width: 100%;
}

#custom-landing-page.clp-page--usage .clp-usage-hero__row {
  display: grid;
  grid-template-columns: 1fr 400px;
  gap: var(--clp-col-gap);
  align-items: start;
  width: 100%;
}

#custom-landing-page.clp-page--usage .clp-usage-hero__intro {
  font-size: var(--clp-font-size-lg);
  margin-bottom: 24px;
  text-align: left;
  width: 100%;
}

#custom-landing-page.clp-page--usage .clp-regulatory-list {
  list-style: none;
  padding: 0;
  margin: 0 0 24px;
  width: 100%;
}

#custom-landing-page.clp-page--usage .clp-regulatory-list__item {
  position: relative;
  padding: 16px 20px 16px 48px;
  margin-bottom: 12px;
  background:
    linear-gradient(var(--clp-white), var(--clp-white)) padding-box,
    var(--clp-border-gradient) border-box;
  border: 3px solid transparent;
  border-radius: var(--clp-radius-box);
  font-size: var(--clp-font-size-base);
  line-height: 1.4;
  color: var(--clp-text);
  text-align: justify;
  transition: all 0.3s ease;
  cursor: default;
  width: 100%;
  box-sizing: border-box;
  display: block;
}

#custom-landing-page.clp-page--usage .clp-regulatory-list__item::before {
  content: "\2022"; 
  position: absolute;
  left: 20px;
  top: 20px;
  color: var(--clp-primary);
  font-size: 24px;
  line-height: 1;
  font-family: var(--clp-font); 
}

#custom-landing-page.clp-page--usage .clp-regulatory-list__item:hover {
  background: var(--clp-border-gradient);
  box-shadow: var(--clp-shadow-card);
  transform: translateY(-2px);
}

#custom-landing-page.clp-page--usage .clp-usage-hero__media {
  max-height: 540px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#custom-landing-page.clp-page--usage .clp-usage-hero__image {
  width: 100%;
  max-width: 384px;
  height: auto;
  display: block;
}

#custom-landing-page.clp-page--usage .clp-measures {
  padding-block: 48px;
}

#custom-landing-page.clp-page--usage .clp-measures__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(16px, 2vw, 24px);
  list-style: none;
  padding: 0;
  margin: 0;
}

#custom-landing-page.clp-page--usage .clp-measures__item {
  position: relative;
  padding: 24px 20px;
  background: rgba(255, 202, 119, 1);
  border: 1px solid rgba(255, 202, 119, 1);
  border-radius: var(--clp-radius-measure);
  font-size: var(--clp-font-size-base);
  line-height: 1.4;
  color: var(--clp-text);
  transition: all 0.3s ease;
  min-height: 180px;
  display: flex;
  align-items: center;
  overflow: hidden;
}

#custom-landing-page.clp-page--usage .clp-measures__item::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: var(--clp-radius-measure);
  padding: 3px;
  background: rgba(255, 202, 119, 1); 
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
  z-index: 1;
}

#custom-landing-page.clp-page--usage .clp-measures__item:hover {
  background: var(--clp-white);
  border-color: transparent;
  box-shadow: var(--clp-shadow-card);
  transform: translateY(-3px);
}

#custom-landing-page.clp-page--usage .clp-measures__item:hover::before {
  opacity: 1;
}

#custom-landing-page.clp-page--usage .clp-measures__item > * {
  position: relative;
  z-index: 2;
}

#custom-landing-page.clp-page--usage .clp-registration {
  padding-block: 48px;
}

#custom-landing-page.clp-page--usage .clp-registration__top {
  margin-bottom: 32px;
}

#custom-landing-page.clp-page--usage .clp-registration__hang {
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr);
  gap: 32px;
  align-items: start;
  margin-top: -2rem;
  padding-top: 4rem;
}

#custom-landing-page.clp-page--usage .clp-registration__avatar {
  width: 100%;
  max-width: 280px;
  height: auto;
  display: block;
}

#custom-landing-page.clp-page--usage .clp-bordered-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

#custom-landing-page.clp-page--usage .clp-bordered-list__item {
  padding: 16px 20px;
  margin-bottom: 12px;
  background:
    linear-gradient(var(--clp-white), var(--clp-white)) padding-box,
    var(--clp-border-gradient) border-box;
  border: 3px solid transparent;
  border-radius: var(--clp-radius-box);
  font-size: var(--clp-font-size-base);
  line-height: 1.4;
  text-align: justify;
  transition: all 0.3s ease;
  width: 100%;
  box-sizing: border-box;
  display: block;
}

#custom-landing-page.clp-page--usage .clp-bordered-list__item:hover {
  background: var(--clp-border-gradient);
  box-shadow: var(--clp-shadow-card);
  transform: translateY(-2px);
}

#custom-landing-page.clp-page--usage .clp-data-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

#custom-landing-page.clp-page--usage .clp-data-list__item {
  padding: 16px 20px;
  margin-bottom: 12px;
  background:
    linear-gradient(var(--clp-white), var(--clp-white)) padding-box,
    var(--clp-border-gradient) border-box;
  border: 3px solid transparent;
  border-radius: var(--clp-radius-box);
  font-size: var(--clp-font-size-base);
  line-height: 1.4;
  text-align: justify;
  transition: all 0.3s ease;
  width: 100%;
  box-sizing: border-box;
  display: block;
}

#custom-landing-page.clp-page--usage .clp-data-list__item:hover {
  background: var(--clp-border-gradient);
  box-shadow: var(--clp-shadow-card);
  transform: translateY(-2px);
}

#custom-landing-page.clp-page--usage .clp-usage-accordion {
  padding-block: 48px;
}

#custom-landing-page.clp-page--usage .clp-accordion-block {
  margin-bottom: 16px;
}

#custom-landing-page.clp-page--usage .clp-accordion-block__trigger {
  width: 100%;
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
  text-align: left;
}

#custom-landing-page.clp-page--usage .clp-accordion-block__bar {
  position: relative;
  padding: 20px 70px 20px 24px;
  background: linear-gradient(298.87deg, #E3EDFF -5.31%, #99BDFF 103.72%);
  border: none;
  border-radius: var(--clp-radius-box);
  font-size: var(--clp-font-size-lg);
  font-weight: 500;
  color: var(--clp-text);
  transition: all 0.3s ease;
  min-height: 80px;
  display: flex;
  align-items: center;
  width: 100%;
  box-sizing: border-box;
}

#custom-landing-page.clp-page--usage .clp-accordion-block__bar--tall {
  min-height: 120px;
}

#custom-landing-page.clp-page--usage .clp-accordion-block__bar--medium {
  min-height: 100px;
}

#custom-landing-page.clp-page--usage .clp-accordion-block__bar--short {
  min-height: 80px;
}

#custom-landing-page.clp-page--usage .clp-accordion-block__bar:hover {
  box-shadow: var(--clp-shadow-card);
  transform: translateY(-2px);
}

#custom-landing-page.clp-page--usage .clp-accordion-block__bar p {
  margin: 0;
  flex: 1;
}

#custom-landing-page.clp-page--usage .clp-accordion-block__chevron-wrap {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#custom-landing-page.clp-page--usage .clp-accordion-block__chevron {
  width: 24px;
  height: 24px;
  transition: transform 0.3s ease;
}

#custom-landing-page.clp-page--usage .clp-accordion-block__chevron--toggle {
  width: 24px;
  height: 24px;
}

#custom-landing-page.clp-page--usage .clp-accordion-block__trigger[aria-expanded="true"] .clp-accordion-block__chevron {
  transform: rotate(180deg);
}

#custom-landing-page.clp-page--usage .clp-accordion-block__panel {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

#custom-landing-page.clp-page--usage .clp-accordion-block__panel.is-open {
  grid-template-rows: 1fr;
}

#custom-landing-page.clp-page--usage .clp-accordion-block__panel-inner {
  overflow: hidden;
}

#custom-landing-page.clp-page--usage .clp-accordion-block__panel-content {
  padding: 24px;
  background: var(--clp-white);
  border: 2px solid var(--clp-primary);
  border-radius: var(--clp-radius-box);
  margin-top: 12px;
  box-shadow: var(--clp-shadow-card);
}

#custom-landing-page.clp-page--usage .clp-accordion-block__panel-content .clp-text {
  margin-bottom: 12px;
  text-align: justify;
  opacity: 0;
  transform: translateY(-6px);
  transition: opacity 0.35s ease 0.08s, transform 0.35s ease 0.08s;
}

#custom-landing-page.clp-page--usage .clp-accordion-block__panel.is-open .clp-accordion-block__panel-content .clp-text {
  opacity: 1;
  transform: translateY(0);
}

#custom-landing-page.clp-page--usage .clp-accordion-block__panel-content .clp-text:last-child {
  margin-bottom: 0;
}

#custom-landing-page.clp-page--usage .clp-usage-footer {
  padding-block: 48px;
  background: var(--clp-white);
}

#custom-landing-page.clp-page--usage .clp-usage-footer__inner {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr);
  gap: var(--clp-col-gap);
  align-items: start;
}

#custom-landing-page.clp-page--usage .clp-usage-footer__text {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

#custom-landing-page.clp-page--usage .clp-usage-footer__media {
  display: flex;
  align-items: center;
  justify-content: center;
}

#custom-landing-page.clp-page--usage .clp-usage-footer__image {
  width: 100%;
  max-width: 360px;
  height: auto;
  display: block;
}

#custom-landing-page.clp-page--usage .clp-summary-box {
  grid-column: 1 / -1;
  margin-top: 24px;
  padding: 24px;
  background:
    linear-gradient(var(--clp-white), var(--clp-white)) padding-box,
    var(--clp-border-gradient) border-box;
  border: 3px solid transparent;
  border-radius: var(--clp-radius-box);
  box-shadow: var(--clp-shadow-card);
  transition: all 0.3s ease;
}

#custom-landing-page.clp-page--usage .clp-summary-box:hover {
  background: var(--clp-border-gradient);
  box-shadow: var(--clp-shadow-card);
  transform: translateY(-2px);
}

#custom-landing-page.clp-page--usage .clp-summary-box .clp-text {
  margin: 0;
  text-align: justify;
}

#custom-landing-page.clp-page--usage .clp-summary-box a {
  color: var(--clp-primary);
  text-decoration: underline;
  font-weight: 500;
  transition: color 0.2s ease;
}

#custom-landing-page.clp-page--usage .clp-summary-box a:hover {
  color: var(--clp-primary-dark);
}

@media (max-width: 992px) {
  #custom-landing-page.clp-page--usage .clp-usage-hero__row {
    grid-template-columns: 1fr;
  }
  
  #custom-landing-page.clp-page--usage .clp-usage-hero__media {
    order: -1;
    margin-bottom: 24px;
  }
  
  #custom-landing-page.clp-page--usage .clp-usage-hero__image {
    max-width: min(280px, 70%);
    margin-inline: auto;
  }
  
  #custom-landing-page.clp-page--usage .clp-measures__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  #custom-landing-page.clp-page--usage .clp-measures__grid {
    grid-template-columns: 1fr;
  }
  
  #custom-landing-page.clp-page--usage .clp-measures__item {
    min-height: auto;
  }
  
  #custom-landing-page.clp-page--usage .clp-registration__hang {
    grid-template-columns: 1fr;
  }
  
  #custom-landing-page.clp-page--usage .clp-registration__avatar {
    display: none;
  }
  
  #custom-landing-page.clp-page--usage .clp-usage-footer__inner {
    grid-template-columns: 1fr;
  }
}