/* ── Undo Tailwind preflight within imported page ── */
:is(.imported-header,.imported-footer) :where(*, *::before, *::after) {
    box-sizing: border-box;
}
:is(.imported-header,.imported-footer) :where(h1, h2, h3, h4, h5, h6) {
    font-size: revert;
    font-weight: revert;
}
:is(.imported-header,.imported-footer) :where(p) {
    margin: revert;
}
:is(.imported-header,.imported-footer) :where(a) {
    color: revert;
    text-decoration: revert;
}
:is(.imported-header,.imported-footer) :where(ul, ol) {
    list-style: revert;
    margin: revert;
    padding: revert;
}
:is(.imported-header,.imported-footer) :where(img) {
    display: revert;
    max-width: 100%;
}
:is(.imported-header,.imported-footer) :where(blockquote, figure, figcaption, hr, pre) {
    margin: revert;
}
:is(.imported-header,.imported-footer) :where(table) {
    border-collapse: revert;
    border-spacing: revert;
}
/* Source: style.css */
/* ============================================================
   ATOMIC DISTRIBUTION — Global Stylesheet
   ============================================================ */

/* ----- RESET & BASE ----- */
:is(.imported-header,.imported-footer) *,
:is(.imported-header,.imported-footer) *::before,
:is(.imported-header,.imported-footer) *::after { box-sizing: border-box; margin: 0; padding: 0; }
:is(.imported-header,.imported-footer) { scroll-behavior: smooth; }
:is(.imported-header,.imported-footer) {
  font-family: 'Segoe UI', Arial, sans-serif;
  font-size: 17px;
  line-height: 1.65;
  color: #e0e0e0;
  background: #111;
}
:is(.imported-header,.imported-footer) a { text-decoration: none; color: inherit; }
:is(.imported-header,.imported-footer) img { display: block; max-width: 100%; }

/* ----- TYPOGRAPHY UTILITIES ----- */
:is(.imported-header,.imported-footer).eyebrow,
:is(.imported-header,.imported-footer) .eyebrow {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #e63c2f;
  margin-bottom: 12px;
  display: block;
}
:is(.imported-header,.imported-footer).section-title,
:is(.imported-header,.imported-footer) .section-title {
  font-size: 34px;
  font-weight: 800;
  line-height: 1.15;
  margin-bottom: 18px;
}
:is(.imported-header,.imported-footer).section-title--light,
:is(.imported-header,.imported-footer) .section-title--light { color: #fff; }
:is(.imported-header,.imported-footer).section-title--dark,
:is(.imported-header,.imported-footer) .section-title--dark { color: #111; }

/* ----- BUTTONS ----- */
:is(.imported-header,.imported-footer).btn,
:is(.imported-header,.imported-footer) .btn {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 13px 28px;
  transition: background 0.2s, color 0.2s, border-color 0.2s;
  cursor: pointer;
  border: 2px solid transparent;
}
:is(.imported-header,.imported-footer).btn--outline-white,
:is(.imported-header,.imported-footer) .btn--outline-white {
  border-color: transparent;
  color: #fff;
  background:
    linear-gradient(#111, #111) padding-box,
    linear-gradient(100deg, #e63c2f 0%, #f5a623 24%, #86c74b 48%, #39bce5 72%, #8c48c6 100%) border-box;
}
:is(.imported-header,.imported-footer).btn--outline-white:hover,
:is(.imported-header,.imported-footer) .btn--outline-white:hover {
  color: #111;
  background:
    linear-gradient(#fff, #fff) padding-box,
    linear-gradient(100deg, #e63c2f 0%, #f5a623 24%, #86c74b 48%, #39bce5 72%, #8c48c6 100%) border-box;
}

/* Bottom call-to-action buttons intentionally match the black hero-button treatment. */
:is(.imported-header,.imported-footer).cta-banner .btn--outline-white,
:is(.imported-header,.imported-footer) .cta-banner .btn--outline-white {
  color: #fff;
  background:
    linear-gradient(#111, #111) padding-box,
    linear-gradient(100deg, #e63c2f 0%, #f5a623 24%, #86c74b 48%, #39bce5 72%, #8c48c6 100%) border-box !important;
}
:is(.imported-header,.imported-footer).cta-banner .btn--outline-white:hover,
:is(.imported-header,.imported-footer) .cta-banner .btn--outline-white:hover {
  color: #111;
  background:
    linear-gradient(#fff, #fff) padding-box,
    linear-gradient(100deg, #e63c2f 0%, #f5a623 24%, #86c74b 48%, #39bce5 72%, #8c48c6 100%) border-box !important;
}
:is(.imported-header,.imported-footer).btn--outline-dark,
:is(.imported-header,.imported-footer) .btn--outline-dark {
  border-color: transparent;
  color: #111;
  background:
    linear-gradient(#f4f4f4, #f4f4f4) padding-box,
    linear-gradient(100deg, #e63c2f 0%, #f5a623 24%, #86c74b 48%, #39bce5 72%, #8c48c6 100%) border-box;
}
:is(.imported-header,.imported-footer).btn--outline-dark:hover,
:is(.imported-header,.imported-footer) .btn--outline-dark:hover {
  color: #fff;
  background:
    linear-gradient(#111, #111) padding-box,
    linear-gradient(100deg, #e63c2f 0%, #f5a623 24%, #86c74b 48%, #39bce5 72%, #8c48c6 100%) border-box;
}
:is(.imported-header,.imported-footer).btn--solid-white,
:is(.imported-header,.imported-footer) .btn--solid-white {
  background: #fff;
  color: #111;
  border-color: #fff;
}
:is(.imported-header,.imported-footer).btn--solid-white:hover,
:is(.imported-header,.imported-footer) .btn--solid-white:hover { background: transparent; color: #fff; }

/* ----- HEADER ----- */
:is(.imported-header,.imported-footer).site-header,
:is(.imported-header,.imported-footer) .site-header {
  position: sticky;
  top: 0;
  z-index: 200;
  background: #0d0d0d;
  border-bottom: 1px solid #222;
  height: 98px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 5.5vw;
}
:is(.imported-header,.imported-footer).header-logo,
:is(.imported-header,.imported-footer) .header-logo {
  display: flex;
  align-items: center;
  gap: 0;
  flex-shrink: 0;
}
:is(.imported-header,.imported-footer).header-logo img,
:is(.imported-header,.imported-footer) .header-logo img {
  height: 88px;
  width: 118px;
  object-fit: contain;
}
:is(.imported-header,.imported-footer).header-nav,
:is(.imported-header,.imported-footer) .header-nav {
  display: flex;
  align-items: center;
  gap: clamp(24px, 3vw, 48px);
}
:is(.imported-header,.imported-footer).header-nav a,
:is(.imported-header,.imported-footer) .header-nav a {
  font-size: 15px;
  font-weight: 500;
  color: #ccc;
  letter-spacing: 0.3px;
  transition: color 0.2s;
}
:is(.imported-header,.imported-footer).header-nav a:hover,
:is(.imported-header,.imported-footer) .header-nav a:hover,
:is(.imported-header,.imported-footer).header-nav a.active,
:is(.imported-header,.imported-footer) .header-nav a.active { color: #fff; }
:is(.imported-header,.imported-footer).header-nav a:not(.btn--nav-cta),
:is(.imported-header,.imported-footer) .header-nav a:not(.btn--nav-cta) { position: relative; }
:is(.imported-header,.imported-footer).header-nav a.active:not([href="index.html"])::after,
:is(.imported-header,.imported-footer) .header-nav a.active:not([href="index.html"])::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: -15px;
  height: 2px;
  background: linear-gradient(90deg, #e63c2f 0%, #f5a623 24%, #86c74b 48%, #39bce5 72%, #8c48c6 100%);
}
:is(.imported-header,.imported-footer).header-nav .btn--nav-cta,
:is(.imported-header,.imported-footer) .header-nav .btn--nav-cta {
  border: 2px solid transparent;
  color: #fff;
  padding: 11px 22px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  transition: color 0.2s;
  background:
    linear-gradient(#0d0d0d, #0d0d0d) padding-box,
    linear-gradient(100deg, #e63c2f 0%, #f5a623 24%, #86c74b 48%, #39bce5 72%, #8c48c6 100%) border-box;
}
:is(.imported-header,.imported-footer).header-nav .btn--nav-cta:hover,
:is(.imported-header,.imported-footer) .header-nav .btn--nav-cta:hover {
  color: #111;
  background:
    linear-gradient(#fff, #fff) padding-box,
    linear-gradient(100deg, #e63c2f 0%, #f5a623 24%, #86c74b 48%, #39bce5 72%, #8c48c6 100%) border-box;
}

/* Mobile hamburger (hidden on desktop) */
:is(.imported-header,.imported-footer).hamburger,
:is(.imported-header,.imported-footer) .hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  background: none;
  border: none;
  padding: 4px;
}
:is(.imported-header,.imported-footer).hamburger span,
:is(.imported-header,.imported-footer) .hamburger span {
  display: block;
  width: 24px;
  height: 2px;
  background: #fff;
  transition: transform 0.2s, opacity 0.2s;
}

/* ----- FOOTER (full 4-column) ----- */
:is(.imported-header,.imported-footer).site-footer,
:is(.imported-header,.imported-footer) .site-footer {
  background: #0a0a0a;
  border-top: 1px solid #1e1e1e;
  padding: 64px 48px 0;
}
:is(.imported-header,.imported-footer).footer-grid,
:is(.imported-header,.imported-footer) .footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 48px;
  padding-bottom: 48px;
  border-bottom: 1px solid #1e1e1e;
}
:is(.imported-header,.imported-footer).footer-brand-desc,
:is(.imported-header,.imported-footer) .footer-brand-desc {
  font-size: 15px;
  color: #666;
  line-height: 1.7;
  margin: 16px 0 24px;
  max-width: 300px;
}
:is(.imported-header,.imported-footer).footer-social,
:is(.imported-header,.imported-footer) .footer-social {
  display: flex;
  gap: 10px;
}
:is(.imported-header,.imported-footer).footer-social a,
:is(.imported-header,.imported-footer) .footer-social a {
  width: 36px;
  height: 36px;
  border: 1px solid #2a2a2a;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: border-color 0.2s, background 0.2s;
}
:is(.imported-header,.imported-footer).footer-social a:hover,
:is(.imported-header,.imported-footer) .footer-social a:hover { border-color: #555; background: #1a1a1a; }
:is(.imported-header,.imported-footer).footer-social svg,
:is(.imported-header,.imported-footer) .footer-social svg { width: 15px; height: 15px; fill: #888; }
:is(.imported-header,.imported-footer).footer-col h4,
:is(.imported-header,.imported-footer) .footer-col h4 {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 20px;
}
:is(.imported-header,.imported-footer).footer-col ul,
:is(.imported-header,.imported-footer) .footer-col ul { list-style: none; }
:is(.imported-header,.imported-footer).footer-col ul li,
:is(.imported-header,.imported-footer) .footer-col ul li { margin-bottom: 10px; }
:is(.imported-header,.imported-footer).footer-col ul li a,
:is(.imported-header,.imported-footer) .footer-col ul li a {
  font-size: 15px;
  color: #666;
  transition: color 0.2s;
}
:is(.imported-header,.imported-footer).footer-col ul li a:hover,
:is(.imported-header,.imported-footer) .footer-col ul li a:hover { color: #ccc; }
:is(.imported-header,.imported-footer).footer-col ul li span,
:is(.imported-header,.imported-footer) .footer-col ul li span {
  display: inline;
  font-family: inherit;
  font-size: 15px !important;
  font-weight: 400 !important;
  letter-spacing: 0 !important;
  line-height: normal;
  color: #666 !important;
  text-transform: none !important;
  cursor: default;
}
:is(.imported-header,.imported-footer).footer-contact-row,
:is(.imported-header,.imported-footer) .footer-contact-row {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 14px;
}
:is(.imported-header,.imported-footer).footer-contact-row svg,
:is(.imported-header,.imported-footer) .footer-contact-row svg {
  width: 15px;
  height: 15px;
  fill: #555;
  flex-shrink: 0;
  margin-top: 3px;
}
:is(.imported-header,.imported-footer).footer-contact-row span,
:is(.imported-header,.imported-footer) .footer-contact-row span { font-size: 15px; color: #666; line-height: 1.5; }
:is(.imported-header,.imported-footer).footer-bottom,
:is(.imported-header,.imported-footer) .footer-bottom {
  padding: 20px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
}
:is(.imported-header,.imported-footer).footer-bottom p,
:is(.imported-header,.imported-footer) .footer-bottom p { font-size: 13px; color: #444; }
:is(.imported-header,.imported-footer).footer-bottom p a,
:is(.imported-header,.imported-footer) .footer-bottom p a { color: #777; transition: color 0.2s; }
:is(.imported-header,.imported-footer).footer-bottom p a:hover,
:is(.imported-header,.imported-footer) .footer-bottom p a:hover { color: #aaa; }
:is(.imported-header,.imported-footer).footer-bottom-links,
:is(.imported-header,.imported-footer) .footer-bottom-links { display: flex; gap: 24px; }
:is(.imported-header,.imported-footer).footer-bottom-links a,
:is(.imported-header,.imported-footer) .footer-bottom-links a { font-size: 13px; color: #444; transition: color 0.2s; }
:is(.imported-header,.imported-footer).footer-bottom-links a:hover,
:is(.imported-header,.imported-footer) .footer-bottom-links a:hover { color: #999; }

/* ----- FOOTER (minimal — Contact page) ----- */
:is(.imported-header,.imported-footer).site-footer--minimal,
:is(.imported-header,.imported-footer) .site-footer--minimal {
  background: #0a0a0a;
  border-top: 1px solid #1e1e1e;
  padding: 40px 48px;
  text-align: center;
}
:is(.imported-header,.imported-footer).site-footer--minimal img,
:is(.imported-header,.imported-footer) .site-footer--minimal img {
  height: 64px;
  width: auto;
  margin: 0 auto 16px;
}
:is(.imported-header,.imported-footer).site-footer--minimal p,
:is(.imported-header,.imported-footer) .site-footer--minimal p { font-size: 13px; color: #444; }

/* ----- PAGE HERO (inner pages) ----- */
:is(.imported-header,.imported-footer).page-hero,
:is(.imported-header,.imported-footer) .page-hero {
  position: relative;
  height: 340px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: #0d0d0d;
}
:is(.imported-header,.imported-footer).page-hero__bg,
:is(.imported-header,.imported-footer) .page-hero__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  opacity: 0.45;
}
:is(.imported-header,.imported-footer).page-hero__overlay,
:is(.imported-header,.imported-footer) .page-hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, rgba(13,13,13,0.92) 0%, rgba(13,13,13,0.5) 60%, rgba(13,13,13,0.2) 100%);
}
:is(.imported-header,.imported-footer).page-hero__content,
:is(.imported-header,.imported-footer) .page-hero__content {
  position: relative;
  z-index: 2;
  padding: 0 60px;
}
:is(.imported-header,.imported-footer).page-hero__content h1,
:is(.imported-header,.imported-footer) .page-hero__content h1 {
  font-size: 44px;
  font-weight: 900;
  color: #fff;
  line-height: 1.1;
  margin-bottom: 10px;
}
:is(.imported-header,.imported-footer).page-hero__content p,
:is(.imported-header,.imported-footer) .page-hero__content p {
  font-size: 18px;
  color: #bbb;
}

/* ----- CTA BANNER (shared) ----- */
:is(.imported-header,.imported-footer).cta-banner,
:is(.imported-header,.imported-footer) .cta-banner {
  background: linear-gradient(90deg, #c0392b 0%, #e67e22 20%, #27ae60 40%, #2980b9 60%, #8e44ad 80%, #c0392b 100%);
  padding: 48px 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}
:is(.imported-header,.imported-footer).cta-banner__left,
:is(.imported-header,.imported-footer) .cta-banner__left { display: flex; align-items: center; gap: 22px; }
:is(.imported-header,.imported-footer).cta-banner__icon,
:is(.imported-header,.imported-footer) .cta-banner__icon {
  width: 54px;
  height: 54px;
  border: 2px solid rgba(255,255,255,0.6);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
:is(.imported-header,.imported-footer).cta-banner__icon svg,
:is(.imported-header,.imported-footer) .cta-banner__icon svg { width: 24px; height: 24px; fill: #fff; }
:is(.imported-header,.imported-footer).cta-banner__text h2,
:is(.imported-header,.imported-footer) .cta-banner__text h2 { font-size: 22px; font-weight: 800; color: #fff; margin-bottom: 4px; }
:is(.imported-header,.imported-footer).cta-banner__text p,
:is(.imported-header,.imported-footer) .cta-banner__text p { font-size: 15px; color: rgba(255,255,255,0.85); }

/* ----- MOBILE STICKY CLICK-TO-CALL ----- */
:is(.imported-header,.imported-footer).mobile-call-bar,
:is(.imported-header,.imported-footer) .mobile-call-bar { display: none; }

/* ----- RESPONSIVE ----- */
@media (max-width: 1024px) {

  :is(.imported-header,.imported-footer).footer-grid,
:is(.imported-header,.imported-footer) .footer-grid { grid-template-columns: 1fr 1fr; }

}
@media (max-width: 900px) {

  :is(.imported-header,.imported-footer).site-header,
:is(.imported-header,.imported-footer) .site-header { height: 76px; padding: 0 20px; }
  :is(.imported-header,.imported-footer).header-logo img,
:is(.imported-header,.imported-footer) .header-logo img { height: 64px; width: 86px; }

}
@media (max-width: 768px) {

  :is(.imported-header,.imported-footer) { padding-bottom: calc(76px + env(safe-area-inset-bottom)); }
  :is(.imported-header,.imported-footer).mobile-call-bar,
:is(.imported-header,.imported-footer) .mobile-call-bar {
    position: fixed;
    left: 12px;
    right: 12px;
    bottom: max(10px, env(safe-area-inset-bottom));
    z-index: 1000;
    min-height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 12px 18px;
    border: 2px solid transparent;
    color: #fff;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase;
    background:
      linear-gradient(#101111, #101111) padding-box,
      linear-gradient(100deg, #e63c2f 0%, #f5a623 24%, #86c74b 48%, #39bce5 72%, #8c48c6 100%) border-box;
    box-shadow: 0 10px 28px rgba(0,0,0,.4);
    opacity: 0;
    pointer-events: none;
    transform: translateY(120%);
    transition: opacity .25s ease, transform .25s ease;
  }
  :is(.imported-header,.imported-footer).mobile-call-bar.is-visible,
:is(.imported-header,.imported-footer) .mobile-call-bar.is-visible { opacity: 1; pointer-events: auto; transform: translateY(0); }
  :is(.imported-header,.imported-footer).mobile-call-bar svg,
:is(.imported-header,.imported-footer) .mobile-call-bar svg { width: 19px; height: 19px; fill: currentColor; }
  :is(.imported-header,.imported-footer).site-header,
:is(.imported-header,.imported-footer) .site-header { height: 76px; padding: 0 20px; }
  :is(.imported-header,.imported-footer).header-logo img,
:is(.imported-header,.imported-footer) .header-logo img { height: 64px; width: 86px; }
  :is(.imported-header,.imported-footer).header-nav,
:is(.imported-header,.imported-footer) .header-nav { display: none; }
  :is(.imported-header,.imported-footer).header-nav.open,
:is(.imported-header,.imported-footer) .header-nav.open {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: absolute;
    top: 76px;
    left: 0;
    right: 0;
    background: #0d0d0d;
    padding: 20px 24px 28px;
    border-bottom: 1px solid #222;
    gap: 18px;
    z-index: 199;
  }
  :is(.imported-header,.imported-footer).hamburger,
:is(.imported-header,.imported-footer) .hamburger { display: flex; }
  :is(.imported-header,.imported-footer).page-hero,
:is(.imported-header,.imported-footer) .page-hero { height: 240px; }
  :is(.imported-header,.imported-footer).page-hero__content,
:is(.imported-header,.imported-footer) .page-hero__content { padding: 0 24px; }
  :is(.imported-header,.imported-footer).page-hero__content h1,
:is(.imported-header,.imported-footer) .page-hero__content h1 { font-size: 30px; }

  /* Balanced stacked CTA: icon and copy share a row; the call button starts cleanly below. */
  :is(.imported-header,.imported-footer).cta-banner,
:is(.imported-header,.imported-footer) .cta-banner {
    display: grid;
    grid-template-columns: 72px minmax(0, 1fr);
    align-items: start;
    gap: 0 18px;
    padding: 42px 24px 38px;
  }
  :is(.imported-header,.imported-footer).cta-banner__left,
:is(.imported-header,.imported-footer) .cta-banner__left { display: contents; }
  :is(.imported-header,.imported-footer).cta-banner__icon,
:is(.imported-header,.imported-footer) .cta-banner__icon {
    grid-column: 1;
    grid-row: 1;
    width: 68px;
    height: 68px;
    align-self: center;
  }
  :is(.imported-header,.imported-footer).cta-banner__icon svg,
:is(.imported-header,.imported-footer) .cta-banner__icon svg { width: 30px; height: 30px; }
  :is(.imported-header,.imported-footer).cta-banner__text,
:is(.imported-header,.imported-footer) .cta-banner__text { grid-column: 2; grid-row: 1; min-width: 0; }
  :is(.imported-header,.imported-footer).cta-banner__text h2,
:is(.imported-header,.imported-footer) .cta-banner__text h2 { font-size: clamp(27px, 7.2vw, 38px); line-height: 1.12; margin-bottom: 12px; }
  :is(.imported-header,.imported-footer).cta-banner__text p,
:is(.imported-header,.imported-footer) .cta-banner__text p { font-size: 17px; line-height: 1.55; }
  :is(.imported-header,.imported-footer).cta-banner .btn,
:is(.imported-header,.imported-footer) .cta-banner .btn {
    grid-column: 1 / -1;
    grid-row: 2;
    justify-self: stretch;
    width: 100%;
    margin-top: 26px;
    padding: 17px 28px;
    text-align: center;
  }

  :is(.imported-header,.imported-footer).site-footer,
:is(.imported-header,.imported-footer) .site-footer { padding: 42px 24px 0; }
  :is(.imported-header,.imported-footer).footer-grid,
:is(.imported-header,.imported-footer) .footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 30px 24px;
    padding-bottom: 32px;
  }
  :is(.imported-header,.imported-footer).footer-col-brand,
:is(.imported-header,.imported-footer) .footer-col-brand {
    grid-column: 1 / -1;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  :is(.imported-header,.imported-footer).footer-col-brand > a,
:is(.imported-header,.imported-footer) .footer-col-brand > a { align-self: center; display: block; }
  :is(.imported-header,.imported-footer).footer-col-brand > a img,
:is(.imported-header,.imported-footer) .footer-col-brand > a img { display: block; margin-left: auto !important; margin-right: auto !important; object-position: center !important; }
  :is(.imported-header,.imported-footer).footer-brand-desc,
:is(.imported-header,.imported-footer) .footer-brand-desc { max-width: 360px; margin: 12px auto 18px; }
  :is(.imported-header,.imported-footer).footer-social,
:is(.imported-header,.imported-footer) .footer-social { justify-content: center; }
  :is(.imported-header,.imported-footer).footer-col h4,
:is(.imported-header,.imported-footer) .footer-col h4 { margin-bottom: 12px; }
  :is(.imported-header,.imported-footer).footer-col ul li,
:is(.imported-header,.imported-footer) .footer-col ul li { margin-bottom: 7px; }
  :is(.imported-header,.imported-footer).footer-grid > .footer-col:not(:last-child),
:is(.imported-header,.imported-footer) .footer-grid > .footer-col:not(:last-child) { text-align: center; }
  :is(.imported-header,.imported-footer).footer-col:last-child,
:is(.imported-header,.imported-footer) .footer-col:last-child { grid-column: 1 / -1; text-align: center; }
  :is(.imported-header,.imported-footer).footer-col:last-child .footer-contact-row,
:is(.imported-header,.imported-footer) .footer-col:last-child .footer-contact-row { justify-content: center; margin-bottom: 8px; }
  :is(.imported-header,.imported-footer).site-footer--minimal,
:is(.imported-header,.imported-footer) .site-footer--minimal { padding: 32px 24px; }
  :is(.imported-header,.imported-footer).footer-bottom,
:is(.imported-header,.imported-footer) .footer-bottom {
    display: block;
    padding: 16px 0 20px;
    text-align: center;
  }
  :is(.imported-header,.imported-footer).footer-bottom p,
:is(.imported-header,.imported-footer) .footer-bottom p {
    white-space: nowrap;
    font-size: clamp(7.5px, 2.1vw, 10px);
    letter-spacing: 0;
    line-height: 1.25;
  }
  :is(.imported-header,.imported-footer).footer-bottom-links,
:is(.imported-header,.imported-footer) .footer-bottom-links { display: none; }

}
@media (max-width: 480px) {

  :is(.imported-header,.imported-footer).section-title,
:is(.imported-header,.imported-footer) .section-title { font-size: 26px; }
  :is(.imported-header,.imported-footer).page-hero__content h1,
:is(.imported-header,.imported-footer) .page-hero__content h1 { font-size: 24px; }
  :is(.imported-header,.imported-footer).cta-banner,
:is(.imported-header,.imported-footer) .cta-banner { grid-template-columns: 60px minmax(0, 1fr); gap: 0 14px; padding: 34px 22px 32px; }
  :is(.imported-header,.imported-footer).cta-banner__icon,
:is(.imported-header,.imported-footer) .cta-banner__icon { width: 58px; height: 58px; }
  :is(.imported-header,.imported-footer).cta-banner__icon svg,
:is(.imported-header,.imported-footer) .cta-banner__icon svg { width: 26px; height: 26px; }
  :is(.imported-header,.imported-footer).cta-banner__text h2,
:is(.imported-header,.imported-footer) .cta-banner__text h2 { font-size: 27px; }
  :is(.imported-header,.imported-footer).cta-banner__text p,
:is(.imported-header,.imported-footer) .cta-banner__text p { font-size: 16px; }
  :is(.imported-header,.imported-footer).cta-banner .btn,
:is(.imported-header,.imported-footer) .cta-banner .btn { width: 100%; margin-top: 22px; }
  :is(.imported-header,.imported-footer).footer-grid,
:is(.imported-header,.imported-footer) .footer-grid { gap: 26px 18px; }

}


/* ============================================================
       ATOMIC DISTRIBUTION — HOME PAGE
       Uses standalone, transparent-logo assets generated for this site.
       ============================================================ */

    :is(.imported-header,.imported-footer) {
      --black: #080909;
      --near-black: #121313;
      --panel: #1a1b1b;
      --line: #3a3b3b;
      --muted: #bdbdbd;
      --rainbow: linear-gradient(100deg, #e63c2f 0%, #f5a623 24%, #86c74b 48%, #39bce5 72%, #8c48c6 100%);
    }

    /* ----- HERO ----- */
    :is(.imported-header,.imported-footer).home-hero,
:is(.imported-header,.imported-footer) .home-hero {
      position: relative;
      min-height: 538px;
      overflow: hidden;
      display: flex;
      align-items: center;
      background: var(--black);
    }
    :is(.imported-header,.imported-footer).home-hero__bg,
:is(.imported-header,.imported-footer) .home-hero__bg {
      position: absolute;
      inset: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center;
    }
    :is(.imported-header,.imported-footer).home-hero::after,
:is(.imported-header,.imported-footer) .home-hero::after {
      content: '';
      position: absolute;
      inset: 0;
      z-index: 1;
      pointer-events: none;
      background:
        linear-gradient(90deg, rgba(3,4,4,.8) 0%, rgba(3,4,4,.18) 46%, rgba(3,4,4,0) 70%),
        radial-gradient(circle at 35% 58%, rgba(0,0,0,.25), transparent 35%);
    }
    :is(.imported-header,.imported-footer).home-hero__hex,
:is(.imported-header,.imported-footer) .home-hero__hex {
      position: absolute;
      left: 0;
      top: 0;
      width: 260px;
      height: 100%;
      z-index: 2;
      opacity: .18;
      background-image:
        linear-gradient(30deg, transparent 49%, rgba(150,150,150,.45) 50%, transparent 51%),
        linear-gradient(150deg, transparent 49%, rgba(150,150,150,.45) 50%, transparent 51%),
        linear-gradient(90deg, transparent 49%, rgba(150,150,150,.35) 50%, transparent 51%);
      background-size: 54px 94px;
      background-position: 6px 14px;
      mask-image: linear-gradient(90deg, #000 0%, rgba(0,0,0,.65) 65%, transparent 100%);
    }
    :is(.imported-header,.imported-footer).home-hero__content,
:is(.imported-header,.imported-footer) .home-hero__content {
      width: min(100% - 12vw, 1240px);
      margin: 0 auto;
      padding: 44px 0 46px;
      position: relative;
      z-index: 3;
    }
    :is(.imported-header,.imported-footer).home-hero__brand,
:is(.imported-header,.imported-footer) .home-hero__brand {
      width: 300px;
      height: 235px;
      object-fit: contain;
      object-position: left center;
      margin: -34px 0 -18px -12px;
    }
    :is(.imported-header,.imported-footer).home-hero h1,
:is(.imported-header,.imported-footer) .home-hero h1 {
      max-width: 460px;
      font-size: clamp(32px, 3vw, 42px);
      line-height: 1.13;
      letter-spacing: -.5px;
      color: #fff;
      font-weight: 850;
      margin: 0 0 14px;
    }
    :is(.imported-header,.imported-footer).home-hero__tagline,
:is(.imported-header,.imported-footer) .home-hero__tagline {
      color: #e8e8e8;
      font-size: 18px;
      font-weight: 400;
      line-height: 1.55;
      margin: 0 0 30px;
    }
    :is(.imported-header,.imported-footer).home-hero__actions,
:is(.imported-header,.imported-footer) .home-hero__actions { display: flex; flex-wrap: wrap; gap: 20px; }

    /* ----- FEATURES STRIP ----- */
    :is(.imported-header,.imported-footer).features-strip,
:is(.imported-header,.imported-footer) .features-strip {
      background: #202121;
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      padding: 30px max(5.5vw, 28px);
      border-top: 1px solid #2b2c2c;
      border-bottom: 1px solid #2b2c2c;
    }
    :is(.imported-header,.imported-footer).feature,
:is(.imported-header,.imported-footer) .feature {
      min-height: 78px;
      display: flex;
      align-items: center;
      gap: 16px;
      padding: 0 24px;
      border-right: 1px solid #535454;
    }
    :is(.imported-header,.imported-footer).feature:first-child,
:is(.imported-header,.imported-footer) .feature:first-child { padding-left: 0; }
    :is(.imported-header,.imported-footer).feature:last-child,
:is(.imported-header,.imported-footer) .feature:last-child { border-right: 0; padding-right: 0; }
    :is(.imported-header,.imported-footer).feature__icon,
:is(.imported-header,.imported-footer) .feature__icon { width: 44px; height: 44px; flex: 0 0 44px; display: grid; place-items: center; }
    :is(.imported-header,.imported-footer).feature__icon svg,
:is(.imported-header,.imported-footer) .feature__icon svg { width: 35px; height: 35px; }
    :is(.imported-header,.imported-footer).feature__copy h3,
:is(.imported-header,.imported-footer) .feature__copy h3 { color: #fff; font-size: 15px; line-height: 1.25; margin: 0 0 7px; font-weight: 700; }
    :is(.imported-header,.imported-footer).feature__copy p,
:is(.imported-header,.imported-footer) .feature__copy p { color: #d1d1d1; font-size: 13px; line-height: 1.55; margin: 0; }

    /* ----- ABOUT ----- */
    :is(.imported-header,.imported-footer).about-section,
:is(.imported-header,.imported-footer) .about-section {
      background: #f5f5f5;
      color: #161616;
      display: grid;
      grid-template-columns: minmax(0, .84fr) minmax(0, 1.05fr);
      gap: clamp(44px, 7vw, 110px);
      align-items: center;
      padding: 72px max(7vw, 44px);
    }
    :is(.imported-header,.imported-footer).about-section .eyebrow,
:is(.imported-header,.imported-footer) .about-section .eyebrow { color: #2980b9; margin-bottom: 12px; }
    :is(.imported-header,.imported-footer).about-section h2,
:is(.imported-header,.imported-footer) .about-section h2 { max-width: 400px; font-size: clamp(30px, 3vw, 39px); margin: 0 0 20px; }
    :is(.imported-header,.imported-footer).about-section p,
:is(.imported-header,.imported-footer) .about-section p {
      max-width: 450px;
      color: #303030;
      font-size: 16px;
      line-height: 1.72;
      margin: 0 0 26px;
    }
    :is(.imported-header,.imported-footer).about-section__image,
:is(.imported-header,.imported-footer) .about-section__image { width: 100%; }
    :is(.imported-header,.imported-footer).about-section__image img,
:is(.imported-header,.imported-footer) .about-section__image img {
      width: 100%;
      height: auto;
      aspect-ratio: 16/9;
      object-fit: cover;
      display: block;
      filter: contrast(1.03);
    }

    /* ----- PRODUCTS ----- */
    :is(.imported-header,.imported-footer).products-section,
:is(.imported-header,.imported-footer) .products-section {
      background: radial-gradient(ellipse at top, #252626 0%, #151616 48%, #121313 100%);
      padding: 58px max(4vw, 28px) 66px;
      text-align: center;
    }
    :is(.imported-header,.imported-footer).products-section .eyebrow,
:is(.imported-header,.imported-footer) .products-section .eyebrow { color: #2980b9; margin-bottom: 7px; }
    :is(.imported-header,.imported-footer).products-section h2,
:is(.imported-header,.imported-footer) .products-section h2 {
      color: #fff;
      margin: 0 0 30px;
      font-size: clamp(28px, 3.1vw, 40px);
    }
    :is(.imported-header,.imported-footer).products-grid,
:is(.imported-header,.imported-footer) .products-grid {
      display: grid;
      grid-template-columns: repeat(6, 1fr);
      gap: 16px;
      max-width: 1420px;
      margin: 0 auto;
      text-align: left;
    }
    :is(.imported-header,.imported-footer).product-card,
:is(.imported-header,.imported-footer) .product-card {
      overflow: hidden;
      background: #1d1e1e;
      border: 2px solid #454646;
      border-radius: 5px;
      min-width: 0;
      transition: transform .2s ease, border-color .2s ease;
    }
    :is(.imported-header,.imported-footer).product-card:hover,
:is(.imported-header,.imported-footer) .product-card:hover { transform: translateY(-4px); border-color: #7a7b7b; }
    :is(.imported-header,.imported-footer).product-card__image,
:is(.imported-header,.imported-footer) .product-card__image {
      display: block;
      width: 100%;
      height: 150px;
      object-fit: cover;
      border-bottom: 1px solid #292a2a;
    }
    :is(.imported-header,.imported-footer).product-card__body,
:is(.imported-header,.imported-footer) .product-card__body { padding: 16px 16px 18px; }
    :is(.imported-header,.imported-footer).product-card__body h3,
:is(.imported-header,.imported-footer) .product-card__body h3 { color: #fff; font-size: 20px; font-weight: 800; margin: 0 0 8px; }
    :is(.imported-header,.imported-footer).product-card__body p,
:is(.imported-header,.imported-footer) .product-card__body p { color: #efefef; font-size: 14.5px; line-height: 1.55; margin: 0; }

    /* ----- CTA ----- */
    :is(.imported-header,.imported-footer).cta-banner,
:is(.imported-header,.imported-footer) .cta-banner {
      min-height: 130px;
      padding: 30px max(8vw, 48px);
      background: linear-gradient(100deg, #ef4431 0%, #f4a825 22%, #90c54b 43%, #32bae6 65%, #5e74d4 82%, #8d41b0 100%);
    }
    :is(.imported-header,.imported-footer).cta-banner__left,
:is(.imported-header,.imported-footer) .cta-banner__left { gap: 22px; }
    :is(.imported-header,.imported-footer).cta-banner__icon,
:is(.imported-header,.imported-footer) .cta-banner__icon { width: 62px; height: 62px; border-color: rgba(255,255,255,.82); }
    :is(.imported-header,.imported-footer).cta-banner__icon svg,
:is(.imported-header,.imported-footer) .cta-banner__icon svg { width: 30px; height: 30px; }
    :is(.imported-header,.imported-footer).cta-banner__text h2,
:is(.imported-header,.imported-footer) .cta-banner__text h2 { font-size: clamp(22px, 2.4vw, 30px); margin: 0 0 3px; }
    :is(.imported-header,.imported-footer).cta-banner__text p,
:is(.imported-header,.imported-footer) .cta-banner__text p { font-size: 16px; }
    :is(.imported-header,.imported-footer).cta-banner .btn--outline-white,
:is(.imported-header,.imported-footer) .cta-banner .btn--outline-white {
      background:
        linear-gradient(transparent, transparent) padding-box,
        linear-gradient(100deg, #fff 0%, #f5a623 22%, #8ad35f 44%, #39bce5 66%, #9c54d6 100%) border-box;
    }
    :is(.imported-header,.imported-footer).cta-banner .btn--outline-white:hover,
:is(.imported-header,.imported-footer) .cta-banner .btn--outline-white:hover {
      background:
        linear-gradient(#fff, #fff) padding-box,
        linear-gradient(100deg, #fff 0%, #f5a623 22%, #8ad35f 44%, #39bce5 66%, #9c54d6 100%) border-box;
    }

    /* ----- HOME FOOTER ----- */
    :is(.imported-header,.imported-footer).site-footer,
:is(.imported-header,.imported-footer) .site-footer { padding-top: 54px; }
    :is(.imported-header,.imported-footer).footer-col-brand > a > img,
:is(.imported-header,.imported-footer) .footer-col-brand > a > img { width: 118px; height: 98px !important; object-fit: contain; object-position: left center; }

    /* ----- RESPONSIVE ----- */
    @media (max-width: 1100px) {

      :is(.imported-header,.imported-footer).products-grid,
:is(.imported-header,.imported-footer) .products-grid { grid-template-columns: repeat(3, 1fr); }
      :is(.imported-header,.imported-footer).product-card__image,
:is(.imported-header,.imported-footer) .product-card__image { height: 160px; }
      :is(.imported-header,.imported-footer).features-strip,
:is(.imported-header,.imported-footer) .features-strip { grid-template-columns: repeat(2, 1fr); row-gap: 26px; }
      :is(.imported-header,.imported-footer).feature:nth-child(2),
:is(.imported-header,.imported-footer) .feature:nth-child(2) { border-right: 0; }
      :is(.imported-header,.imported-footer).feature:nth-child(3),
:is(.imported-header,.imported-footer) .feature:nth-child(3) { padding-left: 0; }
    
}
    @media (max-width: 768px) {

      :is(.imported-header,.imported-footer).home-hero,
:is(.imported-header,.imported-footer) .home-hero { min-height: 530px; }
      :is(.imported-header,.imported-footer).home-hero__bg,
:is(.imported-header,.imported-footer) .home-hero__bg { object-position: 58% center; }
      :is(.imported-header,.imported-footer).home-hero::after,
:is(.imported-header,.imported-footer) .home-hero::after { background: rgba(3,4,4,.52); }
      :is(.imported-header,.imported-footer).home-hero__content,
:is(.imported-header,.imported-footer) .home-hero__content { width: calc(100% - 48px); padding: 34px 0; }
      :is(.imported-header,.imported-footer).home-hero__brand,
:is(.imported-header,.imported-footer) .home-hero__brand { width: 230px; height: 178px; margin: -18px 0 -10px -8px; }
      :is(.imported-header,.imported-footer).home-hero h1,
:is(.imported-header,.imported-footer) .home-hero h1 { font-size: 32px; }
      :is(.imported-header,.imported-footer).home-hero__tagline,
:is(.imported-header,.imported-footer) .home-hero__tagline { font-size: 16px; }
      :is(.imported-header,.imported-footer).features-strip,
:is(.imported-header,.imported-footer) .features-strip { padding: 28px 24px; }
      :is(.imported-header,.imported-footer).feature,
:is(.imported-header,.imported-footer) .feature { padding: 0 16px; }
      :is(.imported-header,.imported-footer).about-section,
:is(.imported-header,.imported-footer) .about-section { grid-template-columns: 1fr; gap: 34px; padding: 54px 24px; }
      :is(.imported-header,.imported-footer).about-section__image,
:is(.imported-header,.imported-footer) .about-section__image { order: -1; }
      :is(.imported-header,.imported-footer).products-section,
:is(.imported-header,.imported-footer) .products-section { padding: 52px 24px; }
      :is(.imported-header,.imported-footer).products-grid,
:is(.imported-header,.imported-footer) .products-grid { grid-template-columns: repeat(2, 1fr); }
      :is(.imported-header,.imported-footer).cta-banner,
:is(.imported-header,.imported-footer) .cta-banner { padding: 34px 24px; }
    
}
    @media (max-width: 480px) {

      :is(.imported-header,.imported-footer).home-hero__content,
:is(.imported-header,.imported-footer) .home-hero__content { width: calc(100% - 40px); }
      :is(.imported-header,.imported-footer).home-hero h1,
:is(.imported-header,.imported-footer) .home-hero h1 { font-size: 27px; }
      :is(.imported-header,.imported-footer).features-strip,
:is(.imported-header,.imported-footer) .features-strip { grid-template-columns: 1fr; padding: 18px 44px; }
      :is(.imported-header,.imported-footer).feature,
:is(.imported-header,.imported-footer) .feature,
:is(.imported-header,.imported-footer).feature:first-child,
:is(.imported-header,.imported-footer) .feature:first-child,
:is(.imported-header,.imported-footer).feature:nth-child(3),
:is(.imported-header,.imported-footer) .feature:nth-child(3) {
        min-height: 132px;
        align-items: center;
        gap: 24px;
        border-right: 0;
        border-bottom: 1px solid #353636;
        padding: 22px 0;
      }
      :is(.imported-header,.imported-footer).feature:last-child,
:is(.imported-header,.imported-footer) .feature:last-child { border-bottom: 0; }
      :is(.imported-header,.imported-footer).feature__icon,
:is(.imported-header,.imported-footer) .feature__icon { width: 72px; height: 72px; flex-basis: 72px; }
      :is(.imported-header,.imported-footer).feature__icon svg,
:is(.imported-header,.imported-footer) .feature__icon svg { width: 48px; height: 48px; }
      :is(.imported-header,.imported-footer).feature__copy,
:is(.imported-header,.imported-footer) .feature__copy { flex: 1; min-width: 0; }
      :is(.imported-header,.imported-footer).feature__copy h3,
:is(.imported-header,.imported-footer) .feature__copy h3 { font-size: 17px; margin-bottom: 6px; }
      :is(.imported-header,.imported-footer).feature__copy p,
:is(.imported-header,.imported-footer) .feature__copy p { font-size: 14px; line-height: 1.55; }
      :is(.imported-header,.imported-footer).products-grid,
:is(.imported-header,.imported-footer) .products-grid { grid-template-columns: 1fr; }
      :is(.imported-header,.imported-footer).product-card__image,
:is(.imported-header,.imported-footer) .product-card__image { height: 180px; }
    
}
