/* Excalibur Machinery 1:1 clone – Huigong Machinery */
:root {
  --exc-accent: #f0b429;
  --exc-accent-dark: #d4920a;
  --exc-accent-light: #ffd054;
  --exc-accent-soft: rgba(240, 180, 41, 0.15);
  --exc-accent-glow: rgba(240, 180, 41, 0.35);
  --exc-green: var(--exc-accent);
  --exc-green-dark: var(--exc-accent-dark);
  --exc-green-soft: var(--exc-accent-soft);
  --exc-black: #0a0a0a;
  --exc-dark: #111111;
  --exc-gray: #f5f5f5;
  --exc-text: #1a1a1a;
  --exc-muted: rgba(26, 26, 26, 0.72);
  --exc-footer-bg: #3c4146;
  --exc-footer-bg-deep: #32363b;
  --exc-footer-border: rgba(255, 255, 255, 0.1);
  --exc-font: "Inter", "Segoe UI", system-ui, -apple-system, sans-serif;
}

body.exc-clone {
  font-family: var(--exc-font);
  color: var(--exc-text);
  background: #fff;
}

/* ── Header ── */
body.exc-clone #header.exc-header {
  background: #fff !important;
  box-shadow: none !important;
}

body.exc-clone #header .header-wrapper,
body.exc-clone #header .header-main {
  padding: 0;
}

body.exc-clone #header .header-bg-color {
  background: #fff !important;
  opacity: 1 !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

body.exc-clone .exc-topbar {
  background: #3e444a;
  color: rgba(255, 255, 255, 0.92);
  font-size: 0.73rem;
  line-height: 1.2;
}

body.exc-clone .exc-topbar__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: 32px;
  height: 32px;
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 20px;
}

body.exc-clone .exc-topbar__left,
body.exc-clone .exc-topbar__right {
  display: flex;
  align-items: center;
  gap: clamp(16px, 2.5vw, 28px);
  min-width: 0;
}

body.exc-clone .exc-topbar__right {
  justify-content: flex-end;
}

body.exc-clone .exc-topbar__item {
  color: inherit;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  white-space: nowrap;
}

body.exc-clone .exc-topbar__icon {
  width: 14px;
  height: 14px;
  flex-shrink: 0;
  opacity: 0.88;
}

body.exc-clone .exc-topbar__item:hover {
  color: var(--exc-accent-light);
}

body.exc-clone .exc-header-main {
  background: #fff;
}

body.exc-clone .exc-header-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 20px;
  min-height: 50px;
  height: 50px;
}

body.exc-clone #header.exc-header .header-main,
body.exc-clone #header.exc-header .header-main.exc-header-main {
  height: auto !important;
  min-height: 0 !important;
}

body.exc-clone #header.exc-header .header-wrapper {
  position: relative;
  z-index: 30;
}

body.exc-clone #header.exc-header .header-bg-container {
  pointer-events: none;
}

body.exc-clone .exc-logo {
  font-family: "Bebas Neue", "Arial Narrow", "Helvetica Neue", sans-serif;
  font-size: clamp(1.85rem, 3.6vw, 2.65rem);
  font-weight: 400;
  letter-spacing: 0.08em;
  color: var(--exc-accent) !important;
  text-decoration: none;
  line-height: 1;
  flex-shrink: 0;
  text-transform: uppercase;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
}

body.exc-clone .exc-logo:hover {
  color: var(--exc-accent-dark) !important;
}

body.exc-clone .exc-header-right {
  display: flex;
  align-items: center;
  gap: 6px;
  min-width: 0;
  margin-left: auto;
}

body.exc-clone .exc-header-nav-wrap {
  min-width: 0;
}

body.exc-clone .exc-header-nav {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 0;
  list-style: none;
  margin: 0;
  padding: 0;
}

body.exc-clone .exc-header-nav > li {
  margin: 0;
  padding: 0;
}

body.exc-clone .exc-header-nav > li > a {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  position: relative;
  color: var(--exc-text);
  font-weight: 600;
  font-size: 0.8rem;
  line-height: 1.2 !important;
  padding: 6px 10px !important;
  text-decoration: none;
  white-space: nowrap;
  text-transform: none !important;
  letter-spacing: normal !important;
  transition: color 0.2s;
}

body.exc-clone .exc-nav-chevron {
  width: 10px;
  height: 10px;
  flex-shrink: 0;
  margin-top: 1px;
  opacity: 0.65;
}

body.exc-clone .exc-header-nav > li > a:hover {
  color: var(--exc-accent-dark);
  background: transparent;
}

body.exc-clone .exc-header-nav > li.active > a,
body.exc-clone .exc-header-nav > li.menu-item-home.active > a {
  color: var(--exc-accent-dark);
}

body.exc-clone .exc-header-actions {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
  margin-left: 10px;
  padding-left: 10px;
  border-left: 1px solid rgba(0, 0, 0, 0.08);
}

body.exc-clone .exc-header-actions .exc-btn {
  padding: 7px 14px;
  font-size: 0.76rem;
}

body.exc-clone .exc-header-mobile {
  display: none;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  background: #fff;
  color: var(--exc-text);
  cursor: pointer;
  padding: 0;
  margin-left: auto;
}

body.exc-clone .exc-desktop-only {
  display: block;
}

body.exc-clone .exc-header-right.exc-desktop-only {
  display: flex;
}

body.exc-clone .exc-mobile-only {
  display: none;
}

@media (max-width: 849px) {
  body.exc-clone .exc-desktop-only {
    display: none !important;
  }

  body.exc-clone .exc-mobile-only {
    display: inline-flex !important;
  }

  body.exc-clone .exc-header-bar {
    min-height: 48px;
    height: 48px;
    padding: 0 16px;
  }
}

body.exc-clone .exc-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 11px 22px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 0.84rem;
  text-decoration: none;
  border: 2px solid transparent;
  cursor: pointer;
  transition: transform 0.2s var(--exc-ease, ease), box-shadow 0.2s, background 0.2s;
  white-space: nowrap;
}

body.exc-clone .exc-btn:hover {
  transform: translateY(-1px);
}

body.exc-clone .exc-btn--primary,
body.exc-clone .exc-btn--green {
  background: var(--exc-accent);
  color: var(--exc-black);
  border-color: var(--exc-accent);
}

body.exc-clone .exc-btn--primary:hover,
body.exc-clone .exc-btn--green:hover {
  background: var(--exc-accent-dark);
  border-color: var(--exc-accent-dark);
}

body.exc-clone .exc-btn--outline {
  background: transparent;
  color: #fff;
  border-color: rgba(255, 255, 255, 0.6);
}

body.exc-clone .exc-btn--outline:hover {
  border-color: #fff;
  background: rgba(255, 255, 255, 0.08);
}

body.exc-clone .exc-btn--dark {
  background: var(--exc-black);
  color: #fff;
}

body.exc-clone .exc-btn--white {
  background: #fff;
  color: var(--exc-black);
}

body.exc-clone .exc-btn--sm {
  padding: 10px 18px;
  font-size: 0.82rem;
}

body.exc-clone .exc-lang-switcher {
  position: relative;
}

body.exc-clone .exc-lang-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  background: #fff;
  color: var(--exc-text);
  cursor: pointer;
  padding: 0;
  transition: border-color 0.2s, color 0.2s, background 0.2s;
}

body.exc-clone .exc-lang-btn:hover {
  border-color: var(--exc-accent);
  color: var(--exc-accent-dark);
  background: var(--exc-accent-soft);
}

body.exc-clone .exc-lang-switcher .danbes-lang-dropdown {
  right: 0;
  left: auto;
  min-width: 160px;
  border-radius: 12px;
  border: 1px solid var(--exc-border);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.12);
}

/* ── Category strip ── */
body.exc-clone .exc-cat-strip {
  background: var(--exc-black);
  color: #fff;
}

body.exc-clone .exc-cat-strip__label {
  text-align: center;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  padding: 10px 16px 0;
  color: rgba(255, 255, 255, 0.7);
}

body.exc-clone .exc-cat-strip__scroll {
  display: flex;
  justify-content: center;
  gap: 8px;
  padding: 16px 24px 20px;
  overflow-x: auto;
  scrollbar-width: none;
}

body.exc-clone .exc-cat-strip__item {
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  min-width: 100px;
  max-width: 130px;
  text-decoration: none;
  color: #fff;
  font-size: 0.72rem;
  font-weight: 600;
  text-align: center;
  line-height: 1.3;
}

body.exc-clone .exc-cat-strip__item img {
  width: 56px;
  height: 56px;
  object-fit: cover;
  border-radius: 50%;
  border: 2px solid var(--exc-green);
  background: #222;
}

body.exc-clone .exc-cat-strip__item:hover {
  color: var(--exc-green);
}

/* ── Promo ── */
body.exc-clone .exc-promo {
  background: #fff;
  padding: 40px 0;
  text-align: center;
  border-bottom: 1px solid #eee;
}

body.exc-clone .exc-promo__eyebrow {
  color: var(--exc-green-dark);
  font-weight: 800;
  font-size: 0.85rem;
  letter-spacing: 0.06em;
  margin-bottom: 10px;
}

body.exc-clone .exc-promo__title {
  font-size: clamp(1.2rem, 3vw, 1.65rem);
  font-weight: 800;
  margin-bottom: 14px;
}

body.exc-clone .exc-promo__desc {
  max-width: 720px;
  margin: 0 auto 22px;
  color: var(--exc-muted);
  line-height: 1.65;
}

/* ── Hero (video) ── */
body.exc-clone .exc-hero-wrap {
  padding: 0 !important;
}

body.exc-clone .exc-hero {
  min-height: min(88vh, 760px) !important;
  background: var(--exc-black);
}

body.exc-clone .exc-hero .banner-bg,
body.exc-clone .exc-hero .banner-inner {
  min-height: inherit;
}

body.exc-clone .exc-hero__overlay {
  background: rgba(0, 0, 0, 0.72) !important;
}

body.exc-clone .exc-hero .huigong-hero-video {
  object-fit: cover;
}

body.exc-clone .exc-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 680px);
  justify-content: start;
  align-items: center;
  min-height: min(82vh, 720px);
  padding: 56px 0;
}

body.exc-clone .exc-hero__content {
  display: flex;
  flex-direction: column;
  gap: 28px;
}

body.exc-clone .exc-hero__badge {
  display: inline-block;
  border: 1px solid rgba(240, 180, 41, 0.45);
  color: var(--exc-accent, #f0b429);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 8px 14px;
  margin-bottom: 0;
}

body.exc-clone .exc-hero__headline {
  font-size: clamp(1.85rem, 3.5vw, 2.85rem);
  font-weight: 800;
  line-height: 1.2;
  color: #fff;
  margin: 0;
  letter-spacing: -0.02em;
}

body.exc-clone .exc-hero__headline span {
  display: block;
  color: #fff !important;
}

body.exc-clone .exc-hero__headline span + span {
  margin-top: 0.2em;
}

body.exc-clone .exc-accent {
  color: var(--exc-accent, #f0b429) !important;
}

body.exc-clone .exc-hero__subtitle {
  color: rgba(255, 255, 255, 0.78);
  font-size: 1rem;
  line-height: 1.75;
  max-width: 520px;
  margin: 0;
}

body.exc-clone .exc-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin: 0;
  padding-top: 4px;
}

body.exc-clone .exc-hero__stats {
  display: flex;
  gap: 0;
  list-style: none;
  margin: 0;
  padding: 24px 28px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--exc-radius, 12px);
  background: rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

body.exc-clone .exc-hero__stats li {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

body.exc-clone .exc-hero__stats strong {
  display: block;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 800;
  margin-bottom: 4px;
}

body.exc-clone .exc-hero__brand {
  text-align: center;
}

body.exc-clone .exc-hero__logo {
  font-size: clamp(3rem, 8vw, 5.5rem);
  font-weight: 900;
  color: var(--exc-green);
  letter-spacing: 0.06em;
  line-height: 0.95;
}

body.exc-clone .exc-hero__tagline {
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.75rem;
  letter-spacing: 0.25em;
  margin-top: 12px;
}

/* ── Value props ── */
body.exc-clone .exc-value-props {
  background: var(--exc-gray);
  padding: 56px 0;
}

body.exc-clone .exc-value-props__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

body.exc-clone .exc-value-card {
  background: #fff;
  padding: 28px 22px;
  border-radius: 4px;
}

body.exc-clone .exc-value-card__eyebrow {
  color: var(--exc-green-dark);
  font-weight: 800;
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-bottom: 8px;
}

body.exc-clone .exc-value-card h3 {
  font-size: 1.15rem;
  font-weight: 800;
  margin-bottom: 10px;
}

body.exc-clone .exc-value-card p {
  color: var(--exc-muted);
  line-height: 1.6;
  margin: 0;
  font-size: 0.92rem;
}

/* ── Industries marquee ── */
body.exc-clone .exc-industries {
  background: var(--exc-black);
  overflow: hidden;
  padding: 14px 0;
}

body.exc-clone .exc-industries__track {
  display: flex;
  width: max-content;
  animation: exc-marquee 28s linear infinite;
}

body.exc-clone .exc-industries__list {
  display: flex;
  gap: 48px;
  list-style: none;
  margin: 0;
  padding: 0 24px;
  color: rgba(255, 255, 255, 0.85);
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  white-space: nowrap;
}

body.exc-clone .exc-industries__list li:first-child {
  color: var(--exc-green);
}

@keyframes exc-marquee {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

/* ── Trusted ── */
body.exc-clone .exc-trusted {
  padding: 36px 0;
  text-align: center;
  background: #fff;
}

body.exc-clone .exc-trusted p {
  font-size: 1.05rem;
  font-weight: 700;
  max-width: 680px;
  margin: 0 auto;
}

/* ── Section heads ── */
body.exc-clone .exc-section-head {
  text-align: center;
  margin-bottom: 40px;
}

body.exc-clone .exc-section-head--left {
  text-align: left;
}

body.exc-clone .exc-section-eyebrow {
  color: var(--exc-green-dark);
  font-weight: 800;
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 8px;
}

body.exc-clone .exc-section-head h2 {
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  font-weight: 900;
  margin-bottom: 8px;
}

body.exc-clone .exc-section-head h3 {
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 10px;
}

body.exc-clone .exc-section-head p {
  color: var(--exc-muted);
  max-width: 680px;
  margin: 0 auto;
  line-height: 1.65;
}

body.exc-clone .exc-section-head--left p {
  max-width: none;
  margin-left: 0;
}

body.exc-clone .exc-range-head {
  margin-bottom: 48px;
}

body.exc-clone .exc-range-head h2 {
  font-size: clamp(1.75rem, 3.5vw, 2.5rem);
  font-weight: 900;
  line-height: 1.15;
  margin-bottom: 12px;
  max-width: 640px;
}

body.exc-clone .exc-range-head p {
  margin: 0;
  max-width: 720px;
  text-align: left;
}

/* ── Our Range grid ── */
body.exc-clone .exc-our-range {
  padding: 72px 0 80px;
  background: #fff;
}

body.exc-clone .exc-range-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px 18px;
}

body.exc-clone .exc-range-card {
  background: #fff;
  border: 1px solid #ebebeb;
  border-top: 4px solid var(--exc-accent);
  border-radius: 4px;
  overflow: hidden;
  transition: box-shadow 0.25s ease, transform 0.25s ease;
}

body.exc-clone .exc-range-card:hover {
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.1);
  transform: translateY(-4px);
}

body.exc-clone .exc-range-card__link {
  display: flex;
  flex-direction: column;
  height: 100%;
  color: inherit;
  text-decoration: none;
}

body.exc-clone .exc-range-card__media {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f7f7f7;
  padding: 10px 12px;
  min-height: 280px;
}

body.exc-clone .exc-range-card__media img {
  width: 100%;
  height: auto;
  min-height: 220px;
  max-height: 260px;
  object-fit: contain;
  object-position: center;
  transition: transform 0.35s ease;
}

body.exc-clone .exc-range-card:hover .exc-range-card__media img {
  transform: scale(1.04);
}

body.exc-clone .exc-range-card__body {
  padding: 22px 20px 26px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

body.exc-clone .exc-range-card__tag {
  display: inline-block;
  align-self: flex-start;
  color: var(--exc-accent-dark);
  background: var(--exc-accent-soft);
  border: 1px solid rgba(240, 180, 41, 0.35);
  font-weight: 800;
  font-size: 0.68rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  padding: 5px 12px;
  border-radius: 999px;
  margin-bottom: 14px;
}

body.exc-clone .exc-range-card__body h3 {
  font-size: 1rem;
  font-weight: 800;
  margin-bottom: 8px;
  line-height: 1.35;
  color: var(--exc-black);
}

body.exc-clone .exc-range-card__cap {
  color: var(--exc-accent-dark);
  font-weight: 700;
  font-size: 0.88rem;
  margin-bottom: 12px;
}

body.exc-clone .exc-range-card__desc {
  color: var(--exc-muted);
  font-size: 0.84rem;
  line-height: 1.6;
  flex: 1;
  margin-bottom: 20px;
}

body.exc-clone .exc-range-card__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: flex-start;
  padding: 12px 20px;
  background: var(--exc-black);
  color: var(--exc-accent);
  border-radius: 999px;
  font-weight: 700;
  font-size: 0.78rem;
  line-height: 1.2;
  margin-top: auto;
  transition: background 0.2s ease, color 0.2s ease;
}

body.exc-clone .exc-range-card:hover .exc-range-card__cta {
  background: var(--exc-accent);
  color: var(--exc-black);
}

/* ── Series showcase ── */
body.exc-clone .exc-series-showcase {
  padding: 72px 0 80px;
  background: var(--exc-gray);
}

/* ── Mid CTA (horizontal bar) ── */
body.exc-clone .exc-mid-cta {
  position: relative;
  overflow: hidden;
  padding: 0;
  background: #0a0a0a;
}

body.exc-clone .exc-mid-cta__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

body.exc-clone .exc-mid-cta__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 40%;
  display: block;
}

body.exc-clone .exc-mid-cta__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(8, 8, 8, 0.94) 0%,
    rgba(8, 8, 8, 0.82) 42%,
    rgba(8, 8, 8, 0.72) 100%
  );
}

body.exc-clone .exc-mid-cta__bar {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: clamp(24px, 4vw, 48px);
  max-width: 1200px;
  margin: 0 auto;
  padding: clamp(36px, 5vw, 52px) 24px;
  min-height: 160px;
}

body.exc-clone .exc-mid-cta__copy {
  flex: 1;
  min-width: 0;
  max-width: 640px;
}

body.exc-clone .exc-mid-cta h2,
body.exc-clone .exc-mid-cta #mid-cta-title {
  color: #fff !important;
  font-size: clamp(1.45rem, 2.8vw, 2rem);
  font-weight: 900;
  line-height: 1.15;
  margin: 0 0 8px;
}

body.exc-clone .exc-mid-cta__copy p#mid-cta-sub {
  color: rgba(255, 255, 255, 0.92);
  font-weight: 600;
  font-size: clamp(0.88rem, 1.6vw, 1rem);
  line-height: 1.45;
  margin: 0;
}

body.exc-clone .exc-mid-cta__desc {
  display: none;
}

body.exc-clone .exc-mid-cta__actions {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  flex-shrink: 0;
  text-align: right;
}

body.exc-clone .exc-mid-cta__actions .exc-btn--green {
  padding: 12px 24px !important;
  font-size: 0.82rem !important;
  white-space: nowrap;
  box-shadow: 0 6px 20px rgba(240, 180, 41, 0.35);
}

body.exc-clone .exc-mid-cta__note {
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.72rem;
  margin: 10px 0 0;
  white-space: nowrap;
}

/* ── Why REAL ── */
body.exc-clone .exc-why {
  padding: 72px 0;
  background: #fff;
}

body.exc-clone .exc-why__head {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 48px;
}

body.exc-clone .exc-why__head h2 {
  font-size: clamp(2rem, 4vw, 2.8rem);
  font-weight: 900;
}

body.exc-clone .exc-why__head h3 {
  font-size: 1.4rem;
  font-weight: 800;
  margin-bottom: 14px;
}

body.exc-clone .exc-why__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-bottom: 40px;
}

body.exc-clone .exc-why-card {
  background: var(--exc-gray);
  padding: 24px 20px;
  border-radius: 4px;
}

body.exc-clone .exc-why-card h4 {
  font-size: 1rem;
  font-weight: 800;
  margin-bottom: 10px;
}

body.exc-clone .exc-letter {
  color: var(--exc-green);
  font-size: 1.2em;
}

body.exc-clone .exc-why-card p {
  color: var(--exc-muted);
  font-size: 0.88rem;
  line-height: 1.6;
  margin: 0;
}

body.exc-clone .exc-quote {
  background: var(--exc-black);
  color: #fff;
  padding: 36px 40px;
  border-radius: 6px;
  margin: 0;
  text-align: center;
}

body.exc-clone .exc-quote p:first-child {
  font-size: 1.2rem;
  font-weight: 700;
  font-style: italic;
  margin-bottom: 10px;
}

body.exc-clone .exc-quote p:last-child {
  color: rgba(255, 255, 255, 0.65);
  font-size: 0.92rem;
}

/* ── Lithium ── */
body.exc-clone .exc-lithium {
  padding: 72px 0;
  background: var(--exc-gray);
}

body.exc-clone .exc-lithium__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

body.exc-clone .exc-stat-card {
  background: #fff;
  padding: 28px 22px;
  border-radius: 4px;
  text-align: center;
}

body.exc-clone .exc-stat-card strong {
  display: block;
  font-size: 2rem;
  font-weight: 900;
  color: var(--exc-green-dark);
  margin-bottom: 8px;
}

body.exc-clone .exc-stat-card h4 {
  font-size: 0.95rem;
  font-weight: 800;
  margin-bottom: 8px;
}

body.exc-clone .exc-stat-card p {
  color: var(--exc-muted);
  font-size: 0.85rem;
  line-height: 1.55;
  margin: 0;
}

/* ── Testimonials ── */
body.exc-clone .exc-testimonials {
  padding: 72px 0;
  background: #fff;
}

body.exc-clone .exc-testimonials__carousel {
  margin-top: 8px;
}

body.exc-clone .exc-testimonials__stage {
  display: block;
}

body.exc-clone .exc-testimonials__viewport {
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-overflow-style: none;
  padding: 4px 0 8px;
  min-width: 0;
  width: 100%;
  cursor: grab;
  container-type: inline-size;
  container-name: exc-testimonials;
}

body.exc-clone .exc-testimonials__viewport.is-dragging {
  cursor: grabbing;
  scroll-snap-type: none;
  scroll-behavior: auto;
  user-select: none;
}

body.exc-clone .exc-testimonials__viewport::-webkit-scrollbar {
  display: none;
}

body.exc-clone .exc-testimonials__track {
  display: flex;
  gap: 24px;
  width: max-content;
}

body.exc-clone .exc-testimonials__grid {
  display: none;
}

body.exc-clone .exc-testimonial {
  flex: 0 0 calc((100cqw - 48px) / 3);
  min-width: 260px;
  max-width: 400px;
  scroll-snap-align: start;
  background: var(--exc-gray);
  padding: 28px 24px;
  border-radius: 6px;
  margin: 0;
  box-sizing: border-box;
}

body.exc-clone .exc-testimonial p {
  font-style: italic;
  line-height: 1.65;
  margin-bottom: 14px;
  color: var(--exc-text);
}

body.exc-clone .exc-testimonial footer {
  font-weight: 700;
  font-size: 0.82rem;
  color: var(--exc-muted);
  font-style: normal;
}

body.exc-clone .exc-testimonials__progress {
  height: 3px;
  max-width: 200px;
  margin: 16px auto 0;
  background: rgba(0, 0, 0, 0.08);
  border-radius: 999px;
  overflow: hidden;
}

body.exc-clone .exc-testimonials__progress-bar {
  display: block;
  height: 100%;
  width: 0;
  background: var(--exc-accent);
  border-radius: 999px;
  transition: width 0.25s ease;
}

/* Nav arrows removed — drag scroll + progress bar only */

/* ── Footer (merged CTA + links) ── */
body.exc-clone .exc-footer {
  background: var(--exc-footer-bg);
  color: rgba(255, 255, 255, 0.88);
  padding: 0;
}

body.exc-clone .exc-footer__shell {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 24px;
}

body.exc-clone .exc-footer__cta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 24px 40px;
  padding: 48px 0 40px;
  border-bottom: 1px solid var(--exc-footer-border);
}

body.exc-clone .exc-footer__cta-copy {
  flex: 1 1 420px;
  max-width: 620px;
}

body.exc-clone .exc-footer__cta-copy h2 {
  font-size: clamp(1.35rem, 2.8vw, 2rem);
  font-weight: 800;
  line-height: 1.25;
  margin: 0 0 10px;
  color: #fff !important;
}

body.exc-clone .exc-footer__cta-copy p {
  font-size: 0.92rem;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.72) !important;
  margin: 0;
}

body.exc-clone .exc-footer__cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  flex-shrink: 0;
}

body.exc-clone .exc-footer__body {
  display: grid;
  grid-template-columns: minmax(220px, 1.35fr) minmax(240px, 1fr) minmax(240px, 1.1fr);
  gap: 32px 48px;
  align-items: start;
  padding: 40px 0 36px;
}

body.exc-clone .exc-footer__col,
body.exc-clone .exc-footer__link-group,
body.exc-clone .exc-footer__brand {
  text-align: left !important;
  min-width: 0;
}

body.exc-clone .exc-footer__col--links {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px 36px;
  align-items: start;
}

body.exc-clone .exc-footer__nav {
  display: contents;
}

body.exc-clone .exc-footer__logo {
  font-size: 1.35rem;
  font-weight: 900;
  color: var(--exc-accent) !important;
  letter-spacing: 0.08em;
  margin: 0 0 12px;
}

body.exc-clone .exc-footer__blurb {
  font-size: 0.86rem;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.68) !important;
  margin: 0 0 18px;
  max-width: 36ch;
}

body.exc-clone .exc-footer__social {
  display: flex;
  gap: 10px;
}

body.exc-clone .exc-footer__social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  transition: background 0.2s, transform 0.2s;
}

body.exc-clone .exc-footer__social a:hover {
  background: rgba(255, 255, 255, 0.16);
  transform: translateY(-2px);
}

body.exc-clone .exc-footer__social img {
  width: 18px;
  height: 18px;
  filter: brightness(0) invert(1);
  opacity: 0.85;
}

body.exc-clone .exc-footer__col h6 {
  color: rgba(255, 255, 255, 0.45) !important;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin: 0 0 14px;
}

body.exc-clone .exc-footer__links {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

body.exc-clone .exc-footer__links li {
  margin: 0 0 9px;
  padding: 0 !important;
}

body.exc-clone .exc-footer__links a {
  color: rgba(255, 255, 255, 0.82) !important;
  text-decoration: none;
  font-size: 0.86rem;
  line-height: 1.35;
  display: block;
  padding: 0 !important;
  text-align: left !important;
}

body.exc-clone .exc-footer__links a:hover {
  color: var(--exc-accent) !important;
  padding-left: 0 !important;
}

body.exc-clone .exc-footer__contact-list {
  margin: 0;
  padding: 0;
}

body.exc-clone .exc-footer__contact-item {
  display: block;
  margin: 0 0 14px;
}

body.exc-clone .exc-footer__contact-item:last-child {
  margin-bottom: 0;
}

body.exc-clone .exc-footer__contact-item dt {
  display: block;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.4) !important;
  margin: 0 0 4px;
  padding: 0;
}

body.exc-clone .exc-footer__contact-item dd {
  display: block;
  margin: 0;
  padding: 0;
  font-size: 0.86rem;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.78) !important;
}

body.exc-clone .exc-footer__contact-item dd a {
  color: rgba(255, 255, 255, 0.82) !important;
  text-decoration: none;
}

body.exc-clone .exc-footer__contact-item dd a:hover {
  color: var(--exc-accent) !important;
}

body.exc-clone .exc-footer__contact p {
  font-size: 0.86rem;
  line-height: 1.65;
  margin: 0 0 8px;
  color: rgba(255, 255, 255, 0.78) !important;
}

body.exc-clone .exc-footer__contact a {
  color: rgba(255, 255, 255, 0.82) !important;
  text-decoration: none;
}

body.exc-clone .exc-footer__contact a:hover {
  color: var(--exc-accent) !important;
}

body.exc-clone .exc-footer__bottom {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 8px 24px;
  border-top: 1px solid var(--exc-footer-border);
  padding: 16px 0 20px;
  font-size: 0.76rem;
  color: rgba(255, 255, 255, 0.45) !important;
}

body.exc-clone .exc-footer__bottom p {
  margin: 0;
  color: rgba(255, 255, 255, 0.45) !important;
}

body.exc-clone .exc-footer__note {
  margin: 0;
  font-size: 0.76rem;
  color: rgba(255, 255, 255, 0.45) !important;
}

body.exc-clone .container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 24px;
}

/* ── Responsive ── */
@media (max-width: 1099px) {
  body.exc-clone .exc-value-props__grid,
  body.exc-clone .exc-why__grid {
    grid-template-columns: repeat(2, 1fr);
  }
  body.exc-clone .exc-lithium__grid {
    grid-template-columns: repeat(2, 1fr);
  }
  body.exc-clone .exc-footer__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  body.exc-clone .exc-footer__body {
    grid-template-columns: 1fr 1fr;
    gap: 28px 32px;
  }

  body.exc-clone .exc-footer__brand {
    grid-column: 1 / -1;
  }

  body.exc-clone .exc-footer__contact {
    grid-column: 1 / -1;
  }

  body.exc-clone .exc-range-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
}

@media (max-width: 849px) {
  body.exc-clone .exc-hero__grid {
    grid-template-columns: 1fr;
    min-height: auto;
    padding: 32px 0;
  }
  body.exc-clone .exc-range-grid {
    grid-template-columns: 1fr;
  }
  body.exc-clone .exc-mid-cta__bar {
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    min-height: auto;
    padding: 36px 20px;
  }

  body.exc-clone .exc-mid-cta__actions {
    align-items: flex-start;
    text-align: left;
    width: 100%;
  }

  body.exc-clone .exc-mid-cta__note {
    white-space: normal;
  }
  body.exc-clone .exc-testimonial {
    flex-basis: calc(100cqw - 8px);
    min-width: 240px;
    max-width: none;
  }

  body.exc-clone .exc-footer__cta {
    flex-direction: column;
    align-items: flex-start;
  }

  body.exc-clone .exc-footer__body {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  body.exc-clone .exc-footer__col--links {
    grid-template-columns: 1fr 1fr;
    gap: 20px 24px;
  }

  body.exc-clone .exc-footer__bottom {
    flex-direction: column;
    text-align: left;
    justify-content: flex-start;
  }
}

body.exc-clone .absolute-footer {
  display: none !important;
}

body.exc-clone #section_3201501114 {
  padding: 0 !important;
  background: var(--exc-footer-bg) !important;
  color: rgba(255, 255, 255, 0.88) !important;
}

body.exc-clone .back-to-top,
body.exc-clone .exc-back-to-top {
  right: 24px !important;
  bottom: 28px !important;
  left: auto !important;
  width: 46px !important;
  height: 46px !important;
  min-height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: #0a0a0a !important;
  color: var(--exc-accent, #f0b429) !important;
  border: 2px solid var(--exc-accent, #f0b429) !important;
  border-radius: 10px !important;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.28) !important;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: opacity 0.28s ease, visibility 0.28s ease, transform 0.28s ease, background 0.2s ease, color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease !important;
  z-index: 998 !important;
  text-decoration: none !important;
  line-height: 1 !important;
}

body.exc-clone .back-to-top.active,
body.exc-clone .exc-back-to-top.active {
  opacity: 1 !important;
  visibility: visible !important;
  transform: translateY(0) !important;
}

body.exc-clone .back-to-top:hover,
body.exc-clone .exc-back-to-top:hover,
body.exc-clone .back-to-top:focus-visible,
body.exc-clone .exc-back-to-top:focus-visible {
  background: var(--exc-accent, #f0b429) !important;
  color: #0a0a0a !important;
  border-color: var(--exc-accent-dark, #d4920a) !important;
  box-shadow: 0 8px 24px rgba(240, 180, 41, 0.35) !important;
  transform: translateY(-2px) !important;
}

body.exc-clone .exc-back-to-top__icon {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}

body.exc-clone .back-to-top i,
body.exc-clone .exc-back-to-top i {
  display: none !important;
}
