html[data-prc-theme="dark"] {
  --almax-background-color: #25282d;
  --almax-footer-background: #25282d;
  --color-background: var(--almax-background-color, #25282d);
  --color-surface: #1f2937;
  --color-text: #f8fafc;
  --color-muted: #94a3b8;
  --color-link: #93c5fd;
  --color-link-hover: #bfdbfe;
}

html[data-prc-theme="dark"] .home-feature-block__short-description,
html[data-prc-theme="dark"] .home-feature-block__detail-description {
  color: #FFFFFF;
}

html[data-prc-theme="dark"] .home-feature-block__lead::before {
  background: radial-gradient(ellipse, rgb(255 191 151 / 20%) 0%, #ff904000 77%);
}

html[data-prc-theme="dark"] .home-feature-block__detail-description {
  background-image: url(../images/kva-bg-dark.png);
}

html[data-prc-theme="dark"] .home-feature-block__detail-description::before {
  background-image: url(../images/prod-det-top-dark.png);
}

html[data-prc-theme="dark"] .home-feature-block__detail-description::after {
  background-image: url(../images/prod-det-bot-dark.png);
}

html[data-prc-theme="dark"] .alx-product-level-1__lead {
  background-color: #2a2d33;
}

html[data-prc-theme="dark"] .alx-product-level-1__card {
  background: #2a2d33;
  box-shadow: none;
}

html[data-prc-theme="dark"] .alx-product-level-1__card-label {
  background: #25282d;
}

html[data-prc-theme="dark"] .alx-product-level-1__list-item {
  border-top-color: rgba(248, 250, 252, 0.12);
}

html[data-prc-theme="dark"] .alx-product-level-1__list-item:last-child {
  border-bottom-color: rgba(248, 250, 252, 0.12);
}

html[data-prc-theme="dark"] .alx-product-level-1__list-link:hover,
html[data-prc-theme="dark"] .alx-product-level-1__list-link:focus-visible {
  background: #25282d;
  box-shadow: none;
}

html[data-prc-theme="dark"] .alx-product-level-1__list-title,
html[data-prc-theme="dark"] .alx-product-level-1__intro-title,
html[data-prc-theme="dark"] .alx-product-level-1__lead-title {
  color: #f8fafc;
}

html[data-prc-theme="dark"] .alx-product-level-1__list-subtitle,
html[data-prc-theme="dark"] .alx-product-level-1__lead-text {
  color: rgba(248, 250, 252, 0.72);
}

html[data-prc-theme="dark"] .alx-product-level-2__feature-heading,
html[data-prc-theme="dark"] .alx-product-level-2__grid-title,
html[data-prc-theme="dark"] .alx-product-level-2__card-title,
html[data-prc-theme="dark"] .alx-product-level-2__benefit-text {
  color: #f8fafc;
}

html[data-prc-theme="dark"] .alx-product-level-2__card.is-highlight .alx-product-level-2__card-title {
  color: var(--color-accent, #ff9040);
}

html[data-prc-theme="dark"] .alx-product-level-2__feature-frame,
html[data-prc-theme="dark"] .alx-product-level-2__detail-text,
html[data-prc-theme="dark"] .alx-product-level-2__benefit,
html[data-prc-theme="dark"] .alx-product-level-2__card {
  background: #2a2d33;
}

html[data-prc-theme="dark"] .alx-product-level-2__detail-text p,
html[data-prc-theme="dark"] .alx-product-level-2__card-sub {
  color: rgba(248, 250, 252, 0.72);
}

html[data-prc-theme="dark"] .alx-product-level-3__intro {
  background: #2a2d33;
}

html[data-prc-theme="dark"] .alx-product-level-3__subtitle {
  color: #f8fafc;
}

html[data-prc-theme="dark"] .alx-product-level-3__content {
  color: rgba(248, 250, 252, 0.72);
}

html[data-prc-theme="dark"] .getting-started__inner {
  background: #2a2d33;
}

html[data-prc-theme="dark"] .getting-started__media {
  background: #1e2126;
}

html[data-prc-theme="dark"] .getting-started__content {
  color: #f8fafc;
  background: #515357;
}

html[data-prc-theme="dark"] .getting-started__subtitle {
  color: rgba(248, 250, 252, 0.72);
}

html[data-prc-theme="dark"] .getting-started__spacer {
  background-image: url("../images/footer/start-cor-dark.png");
}

html[data-prc-theme="dark"] .site-footer {
  --footer-surface: #25282d;
  --footer-border: #5f6062;
  --footer-border-strong: #8b8d90;
  --footer-text: #f8fafc;
  --footer-text-muted: rgba(248, 250, 252, 0.72);
  --footer-accent: var(--almax-primary-color, #ff9040);
  --footer-input-bg: #2a2d33;
  --footer-input-text: rgba(248, 250, 252, 0.72);
  --footer-btn-bg: rgba(42, 45, 51, 0.95);
  --footer-btn-text: #f8fafc;
  --footer-nav-surface: #1e2126;
  --footer-grid-line: rgba(255, 255, 255, 0.06);
  --footer-grid-dot: rgba(255, 255, 255, 0.14);
  --footer-follow-surface: #25282d;
  --footer-nav-bg-opacity: 0.3;
  --footer-radius: 0;
  --footer-chamfer: 18px;
  background: #25282d;
}

html[data-prc-theme="dark"] .site-footer__container {
  clip-path: polygon(
    var(--footer-chamfer) 0,
    100% 0,
    100% 100%,
    0 100%,
    0 var(--footer-chamfer)
  );
}

html[data-prc-theme="dark"] .site-footer__col--lead {
  background-image: url("../images/bg-footer1-dark.png");
}

html[data-prc-theme="dark"] .site-footer__col--brand {
  background: transparent;
  border-top-color: #4b4c4f;
  border-bottom-color: #4b4c4f;
}

html[data-prc-theme="dark"] .site-footer__nav-panel {
  border-top-color: #4b4c4f;
  border-bottom-color: #4b4c4f;
  border-right-color: #4b4c4f;
}

html[data-prc-theme="dark"] .site-footer__subscribe-input {
  border-color: rgba(255, 255, 255, 0.08);
}

html[data-prc-theme="dark"] .site-footer__social:hover {
  --col: #ffffff;
}

html[data-prc-theme="dark"] .site-footer__social__image {
  filter: grayscale(1) brightness(0) invert(1);
}
