/* Global Homepage Dark Canvas System */
body.home {
  background-color: var(--home-dark-bg, #000000) !important;
}

/* 1. Hero Full-Width Carousel & Text Overlay */
.home-hero-carousel {
  width: 100% !important;
  max-width: 100% !important;
  position: relative;
  overflow: hidden;
  background: #000000;
  height: calc(100vh - var(--header-h, 5.625rem));
  min-height: 38rem;
  max-height: 100vh;
  display: block;
  z-index: 1;
  margin: 0 !important;
}
.hero-slides-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}
.hero-slide {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.65s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: opacity;
  z-index: 1;
}
.hero-slide.active {
  opacity: 1;
  pointer-events: auto;
  z-index: 2;
}
.hero-slide-bg-wrap {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.hero-slide-picture {
  width: 100%;
  height: 100%;
  display: block;
}
.hero-slide-img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  display: block;
}

/* Slide-specific position alignments for 100% full-bleed coverage without clipping key elements */
.hero-slide-1 .hero-slide-img {
  object-position: center center !important;
}
.hero-slide-2 .hero-slide-img {
  object-position: center bottom !important; /* å®½åº¦100%é“ºæ»¡å…¨å®½ï¼Œåº•åº§ç¨³ç¨³è´´åœ¨å±å¹•åº•éƒ¨ï¼Œç«‹å¼å±•å“ç»ä¸æˆªæ–­ */
}
.hero-slide-4 .hero-slide-img {
  object-position: center center !important;
  object-fit: cover !important;
  width: 100% !important;
  height: 100% !important;
}

/* Slide 1: Right 50% Elevated Upward Centered Text Overlay */
.hero-slide-caption.hero-caption-right {
  position: absolute;
  inset: 0;
  z-index: 3;
  display: flex;
  align-items: center;
  pointer-events: none;
}
.hero-slide-caption.hero-caption-right .container {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
.hero-caption-inner {
  width: 100%;
  max-width: 50%;
  padding-left: 1rem;
  padding-right: 1rem;
  box-sizing: border-box;
  text-align: center !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  pointer-events: auto;
  margin-bottom: clamp(6rem, 15vh, 12rem); /* å‘ä¸Šæï¼Œä¼˜é›…é¿å¼€å³ä¸‹æ–¹çš„å›¾æ ‡ */
}
.hero-caption-title {
  font-family: var(--font-heading, 'Outfit', sans-serif);
  font-size: clamp(2.2rem, 3.3vw, 3.25rem) !important; /* è¿›ä¸€æ­¥æ”¾å¤§ï¼Œè§†è§‰æ›´æœ‰å†²å‡»åŠ›ä¸Žé«˜çº§æ„Ÿ */
  font-weight: 700 !important;
  color: #ffffff !important;
  line-height: 1.16;
  margin-bottom: 0.95rem;
  letter-spacing: -0.015em;
  text-shadow: none !important;
  text-align: center;
}
.hero-caption-desc {
  font-size: clamp(1.08rem, 1.35vw, 1.25rem) !important; /* æ”¾å¤§è‡³æ›´åŠ æ¸…æ™°é¥±æ»¡ */
  font-weight: 400;
  line-height: 1.62;
  color: rgba(255, 255, 255, 0.94) !important;
  max-width: 39rem;
  margin: 0 auto;
  text-shadow: none !important;
  text-align: center;
}

/* Slide 2: Top Center Full-Width Title Overlay (å±…ä¸­é ä¸Šï¼Œé¿å¼€ä¸‹æ–¹äº§å“) */
.hero-slide-caption.hero-caption-top-center {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 3;
  display: flex;
  justify-content: center;
  pointer-events: none;
  padding-top: clamp(5.2rem, 11.5vh, 7.5rem); /* å‘ä¸‹ç§»åŠ¨ä¸€ä¸ªæ–‡å­—é«˜åº¦ï¼Œè§†è§‰å±…ä¸­æ›´ä»Žå®¹ */
}
.hero-slide-caption.hero-caption-top-center .container {
  width: 100%;
  display: flex;
  justify-content: center;
  text-align: center;
}
.hero-slide-caption.hero-caption-top-center .hero-caption-title {
  margin: 0 auto;
  text-align: center;
  pointer-events: auto;
}

/* Hero Carousel Minimalist Navigation Arrows (æ— èƒŒæ™¯æ— åœ†è§’ï¼Œé è¿‘ä¸­é—´é¿å¼€ä¾§è¾¹åœ†ç‚¹) */
.hero-slider-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2.5rem;
  height: 2.5rem;
  background: transparent !important;
  border: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  box-shadow: none !important;
  color: rgba(255, 255, 255, 0.65);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 8;
  transition: color 0.2s ease, transform 0.2s ease;
  outline: none !important;
  padding: 0;
}
.hero-slider-btn svg {
  width: 1.5rem;
  height: 1.5rem;
}
.hero-slider-btn:hover {
  background: transparent !important;
  color: var(--accent, #d61618) !important;
  transform: translateY(-50%) scale(1.15);
}
.hero-slider-btn.prev {
  left: 4.5rem; /* é è¿‘ä¸­é—´ï¼Œé¿å¼€è¾¹ç¼˜ */
}
.hero-slider-btn.next {
  right: 4.5rem; /* é  è¿‘ä¸–é—´ï¼Œé ¿å… ä¸Žå ³ä¾§å° åœ†ç‚¹é‡ å ˆ */
}

/* Hero Carousel Dots (ç²¾å·§å° åœ†ç‚¹ï¼Œå ‘ä¸Šç§»å¼€åº•è¾¹ï¼Œå Šé€ æ˜Žä½Žè°ƒä¼˜é›…) */
.hero-slider-dots {
  position: absolute;
  bottom: 1.75rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 0.625rem;
  z-index: 10;
}
.hero-dot {
  width: 0.5rem; /* ç¼©å°ä¸ºç²¾è‡´å°åœ†ç‚¹ */
  height: 0.5rem;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.22); /* æ›´é€æ˜Žï¼Œå¹²å‡€ä¸æŠ¢çœ¼ */
  border: none;
  cursor: pointer;
  transition: all 0.25s ease;
  padding: 0;
  outline: none !important;
}
.hero-dot.active,
.hero-dot:hover {
  background: rgba(255, 255, 255, 0.85); /* æ¿€æ´»çŠ¶æ€ä¼˜é›…é«˜äº® */
  transform: scale(1.3);
}

@media (max-width: 991px) {
  .hero-caption-inner {
    max-width: 100%;
    padding-left: 0;
    text-align: center;
    background: rgba(0, 0, 0, 0.5);
    padding: 1.5rem;
    border-radius: 0.5rem;
    backdrop-filter: blur(8px);
  }
  .hero-slider-btn {
    display: none;
  }
}

/* 2. Global Dark Canvas Background (Unified via --home-dark-bg) */
.home-dark-canvas {
  background-color: var(--home-dark-bg, #000000);
  color: #f1f5f9;
  padding-bottom: 5rem;
}
.section-dark-title,
.home-latest-news .section-dark-title,
.home-section-heading h2.section-dark-title,
.home-section-heading .section-dark-title {
  font-family: var(--font-heading, inherit) !important;
  font-size: clamp(2rem, 3.2vw, 2.75rem) !important;
  font-weight: 700 !important;
  color: #ffffff !important;
  margin: 0;
  letter-spacing: -0.01em !important;
}

/* 3. Products Dark Section */
.home-products-section {
  padding: 3.75rem 0 3.125rem;
}
.section-header-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.75rem;
}
.section-nav-arrows {
  display: flex;
  gap: 0.75rem;
}
.nav-arrow-btn {
  width: 2.525rem;
  height: 2.525rem;
  border-radius: 50%;
  background: var(--accent, #d71a18);
  border: none;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: transform 0.2s ease, background-color 0.2s ease;
}
.nav-arrow-btn svg {
  width: 1.25rem;
  height: 1.25rem;
}
.nav-arrow-btn:hover {
  background: #ff2a28;
  transform: scale(1.06);
}

.products-carousel-viewport {
  width: calc(100% + (100vw - 100%) / 2);
  margin-right: calc((100% - 100vw) / 2);
  overflow: hidden;
  padding-right: 0;
  box-sizing: border-box;
}
.products-cards-track {
  display: flex;
  gap: 2.7rem;
  overflow-x: auto;
  scroll-behavior: smooth;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
  scroll-snap-type: x mandatory;
  padding: 0.5rem 0.25rem 1.25rem;
}
.products-cards-track::-webkit-scrollbar {
  display: none;
}

.product-white-card {
  flex: 0 0 31.5rem;
  width: 31.5rem;
  height: 44.875rem;
  min-height: 44.875rem;
  scroll-snap-align: start;
  background: var(--card-bg, #ffffff);
  border-radius: 1.15rem;
  padding: 2.2rem 2.8rem 2.2rem;
  display: flex;
  flex-direction: column;
  box-shadow: none !important;
  transition: transform 0.3s ease;
  box-sizing: border-box;
}
.product-white-card:hover {
  transform: none !important;
  box-shadow: none !important;
}
.card-tag {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  margin-bottom: 0.4rem;
}
.tag-square {
  width: 0.9rem;
  height: 0.9rem;
  background: var(--accent, #d71a18);
  border-radius: 0.22rem;
  display: inline-block;
  flex-shrink: 0;
}
.tag-text {
  font-size: 1.18rem;
  font-weight: 600;
  color: var(--card-title-color, #1e293b);
  letter-spacing: 0.01em;
}
.card-img-wrap {
  width: 100%;
  height: 18.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 2.2rem 0 3rem;
  padding: 0.75rem 0;
  box-sizing: border-box;
  background: var(--card-bg, #ffffff);
  border-radius: 0.5rem;
  overflow: hidden;
}
.card-img-wrap img {
  max-width: 95%;
  max-height: 92%;
  object-fit: contain;
  transition: transform 0.65s cubic-bezier(0.16, 1, 0.3, 1);
  will-change: transform;
}
.product-white-card:hover .card-img-wrap img {
  transform: scale(1.05);
}
.card-title {
  font-family: var(--font-heading, inherit);
  font-size: 1.6rem;
  font-weight: 700;
  margin: 0 0 0.85rem;
  line-height: 1.25;
  letter-spacing: -0.01em;
}
.card-title a {
  color: var(--card-title-color, #0f172a);
  text-decoration: none;
  transition: color 0.2s ease;
}
.card-title a:hover {
  color: var(--accent, #d71a18);
}
.card-feature-list {
  list-style: none;
  padding: 0;
  margin: 0 0 1.2rem;
  flex-grow: 1;
}
.card-feature-list li {
  font-size: 1.08rem;
  color: var(--card-desc-color, #64748b);
  line-height: 1.6;
  margin-bottom: 0.45rem;
  position: relative;
  padding-left: 1.15rem;
}
.card-feature-list li::before {
  content: '';
  position: absolute;
  left: 0.15rem;
  top: 0.62em;
  width: 0.36rem;
  height: 0.36rem;
  border-radius: 50%;
  background: currentColor;
  opacity: 0.75;
}
.card-action-btns {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 1.45rem;
  margin-top: auto;
  padding-top: 0.5rem;
  width: 100%;
}

.products-progress-bar {
  width: 100%;
  margin-top: 2.2rem;
  display: block;
}
.products-progress-bar .progress-track {
  width: 100%;
  height: 0.1875rem;
  background: rgba(255, 255, 255, 0.22);
  border-radius: 0.125rem;
  position: relative;
}
.products-progress-bar .progress-thumb {
  position: absolute;
  top: 0;
  left: 0;
  width: 25%;
  height: 100%;
  background: var(--accent, #d71a18);
  border-radius: 0.125rem;
  will-change: transform;
}

/* 4. Why Choose CLT Section */
.home-why-section {
  padding: 1.5rem 0 2.8125rem;
}
.why-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5.5rem;
  align-items: center;
}
.why-subtitle {
  color: rgba(255, 255, 255, 0.92);
  font-size: 1.25rem;
  font-weight: 600;
  margin: 0.625rem 0 1rem;
  line-height: 1.4;
}
.why-paragraphs p {
  color: rgba(255, 255, 255, 0.86);
  font-size: 1.18rem;
  line-height: 1.72;
  margin-bottom: 1rem;
}
.stats-card-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.3rem;
  margin: 1.95rem 0 1.5rem;
}
.stat-box {
  background: var(--card-bg, #787878);
  border-radius: 0.75rem;
  padding: 1rem 1.15rem 1rem 0.65rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.35rem;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.18);
  /* border: 1px solid rgba(255, 255, 255, 0.1); */
  height: 6.85rem;
  min-height: 6.85rem;
  box-sizing: border-box;
}
.stat-svg-wrap {
  width: 3.25rem;
  height: 3.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--accent, #d71a18);
  flex-shrink: 0;
}
.stat-svg-wrap svg,
.stat-icon-img {
  width: 100%;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  display: block;
}
.stat-text {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  text-align: right;
  flex-grow: 1;
  min-width: 0;
  width: 100%;
}
.stat-num {
  font-family: var(--font-heading, inherit);
  font-size: 1.75rem;
  font-weight: 400;
  color: var(--card-title-color, #f0f0f0);
  line-height: 1.1;
  margin-bottom: 0.25rem;
  letter-spacing: -0.01em;
  display: block;
  width: 100%;
  text-align: right;
}
.stat-label {
  font-size: 0.92rem;
  color: var(--card-desc-color, #dcdcdc);
  font-weight: 500;
  line-height: 1.22;
  display: block;
  width: 100%;
  text-align: right;
  max-width: 100%;
}
.why-action-buttons {
  display: flex;
  gap: 1rem;
  margin-top: 2.25rem;
}
.btn-pill-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.65rem 2rem;
  background: var(--accent, #d71a18);
  color: #ffffff !important;
  font-family: inherit;
  font-size: 1rem;
  font-weight: 700;
  border-radius: 999px;
  text-decoration: none;
  border: none;
  box-shadow: 0 2px 10px rgba(215, 26, 24, 0.35);
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
  white-space: nowrap;
  cursor: pointer;
}
.btn-pill-primary:hover {
  background: #ff2a28;
  color: #ffffff !important;
  transform: translateY(-1px) scale(1.02);
  box-shadow: 0 4px 16px rgba(215, 26, 24, 0.5);
}

/* 3D Earth Globe Container */
.globe-stage-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 52.5rem;
}
.globe-container {
  position: relative;
  width: 56.25rem; /* 56.25rem (1.2x enlarged diameter) */
  max-width: 100%;
  aspect-ratio: 1 / 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.globe-container::before,
.globe-container::after {
  display: none;
}
#globe {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  cursor: grab;
}
#globe:active {
  cursor: grabbing;
}
#globe canvas {
  filter: contrast(1.12) brightness(0.97) saturate(1.25);
}
#globe .marker {
  position: relative;
  width: clamp(0.92rem, 1.08vw, 1.4rem);
  height: clamp(0.92rem, 1.08vw, 1.4rem);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--accent, #d61618);
  opacity: 0.72; /* è°ƒä½Žé€æ˜Žåº¦ï¼Œè½»ç›ˆé€šé€ä¸æŠ¢çœ¼ */
  pointer-events: none;
  transform: translate(-50%, -100%);
  animation: fadeIn 0.5s cubic-bezier(0.5, 0, 0, 1) backwards;
  transition: opacity 0.25s ease;
}
.globe-pin-icon {
  width: 100%;
  height: 100%;
  display: block;
  overflow: visible;
  filter: none !important;
}
#globe .company {
  position: relative;
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 50%;
  background-color: var(--accent, #d71a18);
  display: flex;
  align-items: center;
  justify-content: center;
  animation: fadeIn 0.5s cubic-bezier(0.5, 0, 0, 1) backwards;
}
#globe .company::before {
  content: "";
  position: absolute;
  width: 1.8rem;
  height: 1.8rem;
  border-radius: 50%;
  background-color: rgba(215, 26, 24, 0.6);
  animation: ping 1.5s cubic-bezier(0, 0, 0.2, 1) infinite;
  z-index: -1;
}
#globe .company span {
  position: absolute;
  left: 50%;
  top: -0.75rem;
  transform: translate(-50%, -100%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.45rem 1rem;
  background-color: var(--accent, #d71a18);
  border-radius: 9999px;
  white-space: nowrap;
  box-shadow: 0 0.25rem 0.9rem rgba(215, 26, 24, 0.45);
  user-select: none;
}
.globe-clt-logo {
  height: 1.15rem;
  width: auto;
  max-width: 4rem;
  object-fit: contain;
  display: block;
}
#globe .company span::after {
  content: "";
  position: absolute;
  top: calc(100% - 1px);
  left: 50%;
  transform: translateX(-50%);
  border-width: 0.4rem;
  border-style: solid;
  border-color: var(--accent, #d71a18) transparent transparent transparent;
}
@keyframes ping {
  75%, 100% {
    transform: scale(2.4);
    opacity: 0;
  }
}
@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

/* 5. Application Solutions Accordion Banner */
.home-solutions-dark {
  padding: 3.125rem 0 3.75rem;
}
.home-solutions-dark .section-dark-title {
  margin-bottom: 1.5rem;
}
.solutions-stage-banner {
  position: relative;
  width: 100%;
  border-radius: 0;
  overflow: hidden;
  box-shadow: none;
  background-size: cover;
  background-position: center;
  transition: background-image 0.5s ease-in-out;
}
.solutions-stage-banner::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(15, 23, 42, 0.15) 0%, rgba(15, 23, 42, 0.45) 50%, rgba(8, 12, 24, 0.94) 100%);
  z-index: 1;
  pointer-events: none;
}
.solutions-accordion-grid {
  display: flex;
  height: 50rem; /* 50rem matching designer mockup */
  width: 100%;
  position: relative;
  z-index: 2;
}
.sol-col {
  flex: 1;
  position: relative;
  cursor: pointer;
  overflow: hidden;
  transition: flex 0.45s cubic-bezier(0.2, 0.8, 0.2, 1);
  border-right: 1px solid rgba(255, 255, 255, 0.16);
  background: transparent !important;
}
.sol-col:last-child {
  border-right: none;
}
.sol-col.is-active {
  flex: 3.8;
}
.sol-col-inner {
  position: absolute;
  inset: 0;
  padding: 0 clamp(1.25rem, 2.5vw, 2.25rem) clamp(1.25rem, 3vh, 2rem);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: clamp(3.5rem, 6.5vh, 5.5rem) !important;
  align-items: flex-start;
  box-sizing: border-box;
}
.sol-col.is-active .sol-col-inner {
  padding-left: clamp(2.8rem, 4.6vw, 5.5rem) !important;
}
.sol-title {
  font-family: var(--font-heading, inherit);
  font-size: 1.85rem;
  font-weight: 700;
  color: #ffffff;
  margin: 0;
  white-space: nowrap;
  letter-spacing: -0.015em;
  line-height: 1.2;
}
.sol-title-bar {
  display: block;
  width: 2rem;
  height: 0.21875rem;
  background: var(--accent, #d71a18);
  border-radius: 0.125rem;
  margin: 0.75rem 0 0;
  opacity: 0.9;
  transition: width 0.35s ease, opacity 0.35s ease;
}
.sol-col.is-active .sol-title-bar {
  width: 3rem;
  opacity: 1;
}
.sol-expanded-content {
  display: none;
  margin-top: 1.125rem;
  width: 68%;
  animation: fadeIn 0.4s ease backwards;
}
.sol-col.is-active .sol-expanded-content {
  display: block;
}
.sol-desc {
  color: rgba(255, 255, 255, 0.92);
  font-size: 1.12rem;
  line-height: 1.68;
  margin-bottom: 1.5rem;
  max-width: clamp(28rem, 42vw, 42rem) !important;
  width: 73%;
}
.sol-expanded-content .btn-pill-primary {
  padding: 0.625rem 1.75rem;
  font-size: 0.95rem;
  font-weight: 700;
}

/* 6. News Section (3-Column Carousel Feed with Lateral Arrows) */
.home-latest-news {
  padding: 3.75rem 0 4.375rem;
  position: relative;
}
.home-latest-news .home-section-heading-center {
  text-align: center;
  margin-bottom: 2.25rem;
}
.news-carousel-stage {
  position: relative;
  width: 100%;
  padding: 0;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}
.news-carousel-viewport {
  --news-gap: clamp(1.4rem, 2vw, 2.4rem);
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  scrollbar-width: none;
  -ms-overflow-style: none;
  -webkit-overflow-scrolling: touch;
  padding: 0.25rem 0 1rem;
  box-sizing: border-box;
}
.news-carousel-viewport::-webkit-scrollbar {
  display: none;
}
.news-carousel-track {
  display: flex;
  gap: var(--news-gap);
  width: 100%;
}
.news-card-featured {
  width: calc((100% - 2 * var(--news-gap)) / 3) !important;
  flex: 0 0 calc((100% - 2 * var(--news-gap)) / 3) !important;
  max-width: calc((100% - 2 * var(--news-gap)) / 3) !important;
  scroll-snap-align: start;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: inherit;
  background: transparent;
  box-sizing: border-box;
}
.news-card-media {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 10;
  border-radius: 0.75rem;
  overflow: hidden;
  background: #1e293b;
  margin-bottom: 1.1rem;
}
.news-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}
.news-card-featured:hover .news-card-media img {
  transform: scale(1.05);
}
.news-card-body {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.news-date {
  font-size: 1.02rem;
  color: rgba(255, 255, 255, 0.78) !important;
  font-weight: 500;
  margin-top: 0.85rem;
  margin-bottom: 0.65rem;
  display: block;
  letter-spacing: 0.01em;
}
.news-card-title {
  font-family: var(--font-heading, inherit);
  font-size: 1.15rem;
  font-weight: 600;
  color: #ffffff;
  line-height: 1.45;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: color 0.25s ease, text-shadow 0.25s ease;
}
.news-card-featured:hover .news-card-title {
  color: #ffffff !important;
  text-shadow: 0 0 12px rgba(255, 255, 255, 0.35);
}
.news-arrow-chevron,
#newsPrevBtn,
#newsNextBtn {
  position: absolute !important;
  top: clamp(7.3rem, 10.2vw, 9.3rem) !important;
  transform: translateY(-50%) !important;
  width: 2.2rem !important;
  height: 2.8rem !important;
  border-radius: 0 !important;
  background: transparent !important;
  background-color: transparent !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  color: #ffffff !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  cursor: pointer !important;
  z-index: 20 !important;
  outline: none !important;
  padding: 0 !important;
  transition: transform 0.25s ease, opacity 0.25s ease, color 0.25s ease !important;
  opacity: 0.85 !important;
}
.news-arrow-chevron svg,
#newsPrevBtn svg,
#newsNextBtn svg {
  width: 100% !important;
  height: 100% !important;
  stroke: currentColor !important;
  stroke-width: 2.2 !important;
  display: block !important;
}
.news-arrow-chevron:hover,
#newsPrevBtn:hover,
#newsNextBtn:hover {
  background: transparent !important;
  background-color: transparent !important;
  border: none !important;
  box-shadow: none !important;
  opacity: 1 !important;
  transform: translateY(-50%) scale(1.15) !important;
  color: var(--accent, #d71a18) !important;
}
.news-arrow-chevron.prev,
#newsPrevBtn {
  left: -2.8rem !important;
  right: auto !important;
}
.news-arrow-chevron.next,
#newsNextBtn {
  right: -2.8rem !important;
  left: auto !important;
}
.news-action-center {
  text-align: center;
  margin-top: 2.25rem;
}
.news-btn-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem 1.5rem;
  font-size: 0.95rem;
  font-weight: 700;
  border-radius: 999px;
}

/* 7. Contact A Business Sales Expert Section */
.home-contact-sales-section {
  padding: clamp(2rem, 4vh, 4.5rem) 0 clamp(1.5rem, 3vh, 2.5rem);
}
.contact-sales-wrapper {
  max-width: min(100%, 54rem);
  margin: 0 auto;
  text-align: center;
}
.contact-main-title {
  font-family: var(--font-heading, inherit);
  font-size: clamp(2rem, 3.2vh, 2.8rem);
  font-weight: 700;
  color: #ffffff;
  margin: 0 0 0.75rem;
}
.contact-sub-text {
  color: rgba(255, 255, 255, 0.72);
  font-size: clamp(1rem, 1.3vh, 1.18rem);
  max-width: 44rem;
  margin: 0 auto clamp(1.2rem, 2.2vh, 2.2rem);
  line-height: 1.6;
}
.contact-sales-form {
  display: flex;
  flex-direction: column;
  gap: 1.15rem;
  text-align: left;
}
.form-row-2col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.15rem;
}
.form-row-full {
  width: 100%;
}
.form-group {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.4rem;
  width: 100%;
}
.form-label {
  font-size: 0.95rem;
  font-weight: 400;
  color: #a0a0a0;
  letter-spacing: 0.01em;
  display: flex;
  align-items: center;
  gap: 0.25rem;
}
.req-star {
  color: var(--accent, #d71a18);
  font-weight: 700;
  font-size: 1rem;
}
.dark-input {
  width: 100%;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 0.5rem;
  padding: 0.85rem 1.15rem;
  color: #ffffff;
  font-size: 1.02rem;
  outline: none;
  transition: border-color 0.2s ease, background 0.2s ease;
  box-sizing: border-box;
}
.dark-input:focus {
  border-color: var(--accent, #d71a18);
  background: rgba(255, 255, 255, 0.12);
}
.form-footer-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 0.5rem;
}
.dark-checkbox-label {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: rgba(255, 255, 255, 0.85);
  font-size: 0.95rem;
  cursor: pointer;
}
.dark-checkbox-label input[type="checkbox"] {
  accent-color: var(--accent, #d71a18);
  width: 1.1rem;
  height: 1.1rem;
  cursor: pointer;
}
.submit-inquiry-btn {
  padding: 0.75rem 2.4rem;
  font-size: 1.05rem;
  font-weight: 700;
  border-radius: 999px;
  border: none;
  cursor: pointer;
}

/* 8. Video Modal Popup */
.video-modal-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.85);
  z-index: 99999;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
}
.video-modal-backdrop.is-open {
  display: flex;
}
.video-modal-container {
  position: relative;
  max-width: 56.25rem;
  width: 100%;
  background: #000;
  border-radius: 0.75rem;
  overflow: hidden;
}
.video-modal-close {
  position: absolute;
  top: 0.75rem;
  right: 1rem;
  background: transparent;
  border: none;
  color: #fff;
  font-size: 2rem;
  cursor: pointer;
  z-index: 10;
}
.video-responsive-wrap video {
  width: 100%;
  display: block;
}

/* Responsive adjustments */
@media (max-width: 1024px) {
  .why-grid,
  .exhibit-news-grid,
  .news-duo-grid {
    grid-template-columns: 1fr;
  }
  .stats-card-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .solutions-accordion-grid {
    height: 26.25rem;
  }
}
@media (max-width: 768px) {
  .form-row-2col {
    grid-template-columns: 1fr;
  }
  .form-footer-flex {
    flex-direction: column;
    gap: 1rem;
    align-items: flex-start;
  }
  .solutions-accordion-grid {
    flex-direction: column;
    height: auto;
  }
  .sol-col {
    height: 7.5rem;
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  .sol-col.is-active {
    height: 15rem;
  }
}

/* ============================================
   Hero Carousel with Pixel-Grid Animation (Legacy kept for other pages)
   ============================================ */
.hero-carousel {
  position: relative;
  min-height: calc(100vh - var(--header-h));
  background: #0a0a0a;
  overflow: hidden;
}

/* --- Slice transition layer --- */
.hero-slices-layer {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.hero-slice-container {
  position: absolute;
  inset: 0;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}
.hero-slice-container.current {
  opacity: 1;
  z-index: 1;
}
.hero-slice-container.crossfade-enter {
  opacity: 1;
  z-index: 2;
}
.hero-slice-bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Dynamic Hero Dark Overlay: Left dark for text contrast, right 100% transparent */
.hero-slice-container::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(-90deg, #00000000 10%, #000000bb 100%);
  z-index: 2;
  opacity: 1 !important;
  pointer-events: none;
  transition: none !important;
}

.hero-slice-container.current::after {
  opacity: 1 !important;
}

/* --- Slide content layer --- */
.hero-content-layer {
  position: relative;
  z-index: 3;
  min-height: 100vh;
  width: 100%;
  display: flex;
  align-items: center;
}
.hero-slide-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 240ms cubic-bezier(0.23, 1, 0.32, 1);
}
.hero-slide-content.active {
  opacity: 1;
  pointer-events: auto;
}
.hero-slide-content .container {
  width: min(100% - 3rem, var(--max-width));
  margin-inline: auto;
  padding-top: calc(var(--header-h) + 1.25rem);
  padding-bottom: 3.75rem;
  box-sizing: border-box;
}
.hero-text-block {
  max-width: 60rem;
  text-align: left;
}

/* Staggered Entrance Animation for Hero Text (LianTronics Style) */
@keyframes heroTextReveal {
  0% {
    opacity: 0;
    transform: translateY(18px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.hero-slide-content [data-hero-animate] {
  opacity: 0;
  transform: translateY(18px);
  will-change: transform, opacity;
}

.hero-slide-content.active [data-hero-animate] {
  animation: heroTextReveal 740ms cubic-bezier(0.23, 1, 0.32, 1) forwards;
}

.hero-slide-content.active [data-hero-animate="1"] {
  animation-delay: 100ms;
}
.hero-slide-content.active [data-hero-animate="2"] {
  animation-delay: 160ms;
}
.hero-slide-content.active [data-hero-animate="3"] {
  animation-delay: 220ms;
}
.hero-slide-content.active [data-hero-animate="4"] {
  animation-delay: 280ms;
}

/* Reuse badge, heading, paragraph, actions styles */
.hero-carousel .hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: rgba(215, 26, 24, 0.15);
  border: 1px solid rgba(215, 26, 24, 0.3);
  color: var(--accent);
  padding: 0.375rem 1rem;
  border-radius: 6.25rem;
  font-size: 0.85rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
}
.hero-carousel h1 {
  font-family: var(--font-heading, 'Outfit', sans-serif) !important;
  color: var(--white);
  margin-bottom: clamp(1.2rem, 1.6vw, 1.8rem);
  font-size: clamp(2.3rem, 3.5vw, 4.2rem);
  line-height: 1.15;
  font-weight: 700;
  letter-spacing: -0.015em;
  max-width: min(100%, 80rem);
}
.hero-carousel p {
  color: rgba(255,255,255,0.82);
  font-size: clamp(1.1rem, 1.05vw + 0.1rem, 1.35rem);
  margin-bottom: clamp(1.8rem, 2.2vw, 2.5rem);
  max-width: min(100%, 66.25rem);
  line-height: 1.75;
}
.hero-carousel .hero-actions {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
}
.hero-text-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.625rem;
  color: var(--accent, #d71a18) !important;
  font-family: var(--font-heading, 'Outfit', sans-serif);
  font-size: clamp(1.15rem, 1vw, 1.35rem);
  font-weight: 700;
  text-decoration: none !important;
  letter-spacing: -0.01em;
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
  padding: 0.375rem 0;
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
}
.hero-text-cta svg {
  width: 1.125rem;
  height: 1.125rem;
  stroke: currentColor;
  stroke-width: 2.5;
  transition: transform 0.25s cubic-bezier(0.16, 1, 0.3, 1);
}
.hero-text-cta:hover {
  color: #ff3b30 !important;
  gap: 0.875rem;
}
.hero-text-cta:hover svg {
  transform: translateX(4px);
}

/* Hero Specific Text Width & Layout */
.hero-text-block {
  max-width: min(100%, 80rem);
}

/* Left & Right Pure Icon Chevron Arrow Buttons (No Circle Background) */
.hero-arrow-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  width: 3rem;
  height: 3rem;
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  color: #ffffff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.35;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}
.hero-arrow-prev {
  left: 1.5rem;
}
.hero-arrow-next {
  right: 1.5rem;
}
.hero-arrow-btn:hover {
  opacity: 1 !important;
  color: #d71a18 !important;
  transform: translateY(-50%) scale(1.2);
  filter: drop-shadow(0 0 12px rgba(215, 26, 24, 0.8));
}

/* --- Carousel controls --- */
.hero-carousel-controls {
  position: absolute;
  bottom: 2.25rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  display: flex;
  align-items: center;
  gap: 1.25rem;
}
.hero-carousel-dots {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.hero-carousel-dot {
  position: relative;
  width: 2rem;
  height: 2rem;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero-carousel-dot .dot-core {
  display: block;
  width: 0.4375rem;
  height: 0.4375rem;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.45);
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  z-index: 2;
}
.hero-carousel-dot .dot-progress-svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 2rem;
  height: 2rem;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  z-index: 1;
}
.hero-carousel-dot.active .dot-core {
  background: #ffffff;
  box-shadow: 0 0 8px rgba(255, 255, 255, 0.8);
}
.hero-carousel-dot.active .dot-progress-svg {
  opacity: 1;
}
.hero-carousel-dot.active .ring-active {
  stroke-dasharray: 82;
  stroke-dashoffset: 82;
  animation: heroDotRingProgress 6s linear infinite;
  transform-origin: center;
  transform: rotate(-90deg);
}
@keyframes heroDotRingProgress {
  0% { stroke-dashoffset: 82; }
  100% { stroke-dashoffset: 0; }
}

@media (hover: hover) and (pointer: fine) {
  .hero-carousel-arrow:hover {
    background: rgba(255,255,255,0.18);
    border-color: rgba(255,255,255,0.4);
  }
  .hero-carousel-dot:hover .dot-bar {
    background: rgba(255, 255, 255, 0.6);
  }
}

/* --- Pixel-grid image transition --- */
.hero-slice-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.slice-piece {
  position: absolute;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
  transform: translate3d(var(--pixel-x, 12px), var(--pixel-y, 0), 0) scale(0.985);
  transform-origin: center;
  contain: paint;
  will-change: transform, opacity;
}

.slice-piece-image {
  position: absolute;
  display: block;
  max-width: none;
  object-fit: cover;
  pointer-events: none;
  user-select: none;
}

.hero-slice-container.pixel-enter .hero-slice-bg {
  opacity: 0;
  animation: heroImageSettle 2000ms linear 1400ms both;
}

.hero-slice-container.pixel-enter .slice-piece {
  animation: pixelReveal 2800ms cubic-bezier(0.23, 1, 0.32, 1) var(--pixel-delay, 0ms) both;
}

.hero-slice-container.crossfade-enter {
  animation: heroCrossfadeIn 2000ms cubic-bezier(0.23, 1, 0.32, 1) both;
}

@keyframes pixelReveal {
  from {
    opacity: 0;
    transform: translate3d(var(--pixel-x, 12px), var(--pixel-y, 0), 0) scale(0.985);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
  }
}

@keyframes heroImageSettle {
  from { opacity: 0; }
  to { opacity: 1; }
}

@keyframes heroCrossfadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

@media (prefers-reduced-motion: reduce) {
  .hero-slide-content,
  .hero-slide-content [data-hero-animate] {
    transition-duration: 160ms;
    animation: none !important;
    transform: none;
  }
  .hero-slide-content.active [data-hero-animate] {
    opacity: 1;
  }
}


/* ============================================
   Factory Showcase
   ============================================ */
.factory-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto auto;
  gap: 1rem;
}
.factory-card {
  position: relative;
  border-radius: var(--radius-lg);
  overflow: hidden;
  aspect-ratio: 4/3;
}
.factory-card-lg {
  grid-column: span 2;
  grid-row: span 2;
  aspect-ratio: auto;
}
.factory-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.factory-card:hover img {
  transform: scale(1.05);
}
.factory-card-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(10,22,40,0.8) 0%, transparent 60%);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 1.5rem;
  opacity: 0;
  transition: opacity var(--transition);
}
.factory-card:hover .factory-card-overlay {
  opacity: 1;
}
.factory-card-overlay h3 {
  color: var(--white);
  font-size: 1.1rem;
  margin-bottom: 0.25rem;
}
.factory-card-overlay p {
  color: rgba(255,255,255,0.7);
  font-size: 0.85rem;
}

/* ============================================
   Awards & Certifications
   ============================================ */
.awards-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(11.25rem, 1fr));
  gap: 1.25rem;
}
.award-item {
  background: var(--white);
  border-radius: var(--radius);
  padding: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: var(--shadow);
  transition: all var(--transition);
  aspect-ratio: 4/3;
}
.award-item:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-lg);
}
.award-item img {
  max-height: 100%;
  width: auto;
  object-fit: contain;
}

/* ============================================
   Responsive
   ============================================ */
@media (max-width: 1440px) {
  .header-inner {
    padding-inline: 0;
  }
  .main-nav {
    margin-inline: 1rem;
  }
  .nav-list {
    gap: 0.125rem;
  }
  .nav-list > .nav-item > a {
    padding-inline: 0.6875rem;
    font-size: calc(0.92rem + 1px);
  }
}

@media (max-width: 1200px) {
  .header-inner {
    padding-inline: 0;
  }
  .site-logo .custom-logo {
    max-width: 10rem;
  }
  .main-nav {
    margin-inline: 0.75rem;
  }
  .nav-list > .nav-item > a {
    padding-inline: 0.5625rem;
    font-size: calc(0.9rem + 1px);
  }
  .header-cta {
    display: none;
  }
}

@media (max-width: 1024px) {
  :root { --header-h: 4rem; }

  .hero-carousel h1 { font-size: 2.3rem; }
  .features-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .contact-layout { grid-template-columns: 1fr; gap: 3rem; }
  .factory-grid { grid-template-columns: repeat(2, 1fr); }
  .factory-card-lg { grid-column: span 2; grid-row: span 1; aspect-ratio: 16/9; }
  .mission-grid { grid-template-columns: repeat(2, 1fr); }
  .about-intro-grid { grid-template-columns: 1fr; gap: 2.5rem; }
  .about-intro-images { order: -1; }
  .timeline-grid { grid-template-columns: repeat(2, 1fr); }

  .header-cta .btn-primary {
    display: none;
  }

  .menu-toggle {
    display: flex !important;
    position: relative;
    width: 38px;
    height: 38px;
    background: transparent;
    border: none;
    cursor: pointer;
    z-index: 1001;
    padding: 0;
  }
  .menu-toggle span {
    position: absolute;
    left: 50%;
    display: block;
    width: 20px;
    height: 2px;
    background: #ffffff !important;
    border-radius: 2px;
    margin: 0;
    transform: translateX(-50%);
    transform-origin: center center;
    transition: transform 0.28s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.2s ease, top 0.28s cubic-bezier(0.16, 1, 0.3, 1);
  }
  .menu-toggle span:nth-child(1) {
    top: 12px;
  }
  .menu-toggle span:nth-child(2) {
    top: 18px;
  }
  .menu-toggle span:nth-child(3) {
    top: 24px;
  }
  .home-hero-header .menu-toggle span {
    background: #ffffff !important;
  }
  .site-header.scrolled .menu-toggle span {
    background: #ffffff !important;
  }
  .menu-toggle.open span:nth-child(1) {
    top: 18px;
    transform: translateX(-50%) rotate(45deg);
  }
  .menu-toggle.open span:nth-child(2) {
    opacity: 0;
    transform: translateX(-50%) scale(0);
  }
  .menu-toggle.open span:nth-child(3) {
    top: 18px;
    transform: translateX(-50%) rotate(-45deg);
  }

  .main-nav {
    position: fixed;
    top: var(--header-h);
    left: 0;
    right: 0;
    bottom: 0;
    background: #0a1628;
    padding: 1.25rem 1rem 2.5rem;
    transform: translateX(100%);
    transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1);
    overflow-y: auto;
    z-index: 1000;
    margin: 0;
  }
  .main-nav.open {
    transform: translateX(0);
  }
  .nav-list {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .nav-list > .nav-item {
    width: 100%;
    margin: 0;
  }
  .nav-list > .nav-item > a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.875rem 1rem;
    font-size: 1.08rem;
    font-weight: 600;
    color: #ffffff !important;
    border-radius: 0.5rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    text-decoration: none !important;
    transition: all 0.2s ease;
  }
  .nav-list > .nav-item.open > a {
    background: var(--accent, #d71a18) !important;
    color: #ffffff !important;
    border-bottom-color: transparent;
  }
  .nav-list > .nav-item > a .nav-chevron {
    transition: transform 0.25s ease;
    border-top-color: #ffffff !important;
  }
  .nav-list > .nav-item.open > a .nav-chevron {
    transform: rotate(180deg);
  }

  /* Submenu for normal dropdowns (Solutions, Support, About, etc.) */
  .nav-item .sub-menu {
    display: none;
    background: rgba(255, 255, 255, 0.04);
    border-radius: 0.5rem;
    padding: 0.5rem 0;
    margin: 0.25rem 0 0.5rem;
    list-style: none;
  }
  .nav-item.open > .sub-menu {
    display: block !important;
  }
  .nav-item .sub-menu a {
    display: block;
    padding: 0.625rem 1.25rem;
    color: rgba(255, 255, 255, 0.85) !important;
    font-size: 0.95rem;
    font-weight: 500;
    text-decoration: none !important;
    transition: all 0.2s ease;
  }
  .nav-item .sub-menu a:hover {
    color: #ffffff !important;
    background: rgba(215, 26, 24, 0.2);
    padding-left: 1.5rem;
  }

  /* Mega menu for Products on mobile */
  .nav-item .mega-menu {
    display: none;
    background: rgba(255, 255, 255, 0.04);
    border-radius: 0.5rem;
    padding: 0.75rem;
    margin: 0.25rem 0 0.5rem;
    position: static;
    box-shadow: none;
    border: none;
    width: 100%;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
  .nav-item.open > .mega-menu {
    display: block !important;
  }
  .mega-menu-inner.container {
    display: flex;
    flex-direction: column;
    padding: 0;
    gap: 0.75rem;
    width: 100%;
    max-width: 100%;
  }
  .mega-col-primary {
    width: 100%;
    border-right: none;
    padding-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 0.625rem;
  }
  .mega-primary-tabs {
    display: flex;
    flex-direction: column;
    gap: 0.375rem;
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .mega-primary-link {
    padding: 0.625rem 0.875rem;
    font-size: 0.95rem;
    color: rgba(255, 255, 255, 0.85);
    border-radius: 0.375rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-decoration: none !important;
  }
  .mega-primary-item.active .mega-primary-link {
    background: rgba(215, 26, 24, 0.25);
    color: var(--accent, #d71a18);
    font-weight: 700;
  }
  .mega-col-wrapper {
    width: 100%;
  }
  .mega-tertiary-panel {
    display: none;
  }
  .mega-tertiary-panel.active {
    display: block;
  }
  .mega-card-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.625rem;
  }
  .mega-product-card {
    padding: 0.5rem;
    background: rgba(255, 255, 255, 0.03);
    border-radius: 0.375rem;
    text-decoration: none !important;
    display: flex;
    flex-direction: column;
  }
  .mega-card-title {
    color: #ffffff;
    font-size: 0.82rem;
    font-weight: 600;
    margin-top: 0.375rem;
  }
  .mega-card-sub {
    color: rgba(255, 255, 255, 0.5);
    font-size: 0.72rem;
  }

  .header-cta { display: none; }

  .hero-carousel { min-height: 80vh; }

  .cat-grid { grid-template-columns: 1fr; }
  .features-grid { grid-template-columns: 1fr; }
  .stats-grid { grid-template-columns: repeat(2, 1fr); gap: 2rem; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; gap: 0.5rem; text-align: center; }

  .section { padding: 3.5rem 0; }

  .factory-grid { grid-template-columns: 1fr; }
  .factory-card-lg { grid-column: span 1; aspect-ratio: 16/9; }
  .factory-card { aspect-ratio: 16/9; }
  .factory-card-overlay { opacity: 1; }
  .awards-grid { grid-template-columns: repeat(2, 1fr); }
  .mission-grid { grid-template-columns: 1fr; }
  .about-intro-images { display: none; }
  .timeline-grid { grid-template-columns: 1fr; }
  .facility-gallery { grid-template-columns: repeat(2, 1fr); }
  .contact-layout { grid-template-columns: 1fr; gap: 2.5rem; }
  .contact-form-wrap { padding: 1.5rem; }
  .faq-accordion-trigger { padding: 1rem 1.25rem; font-size: 0.95rem; }
  .faq-accordion-content p { padding: 1rem 1.25rem; }
}

@media (max-width: 480px) {
  .hero-carousel h1 { font-size: 1.8rem; }
  .hero-carousel .hero-actions { flex-direction: column; }
  .hero-carousel .hero-actions .btn { width: 100%; justify-content: center; }
  .stats-grid { grid-template-columns: 1fr 1fr; }
}

/* ============================================
   Homepage Editorial Content Flow
   ============================================ */
.home-brand-intro,
.home-markets,
.home-featured-solutions,
.home-product-lineup,
.home-recognition,
.home-project-cta {
  padding: 6.5rem 0;
  position: relative;
  z-index: 6;
  background: #ffffff;
}



/* Smooth Scroll-Triggered Section & Card Arrival (Soft Lift & Settle) */
.home-product-lineup,
.home-markets,
.home-featured-solutions,
.brand-stat-banner,
.home-recognition,
.home-project-cta {
  opacity: 0.15;
  transform: translateY(32px);
  transition: opacity 0.85s cubic-bezier(0.16, 1, 0.3, 1), transform 0.85s cubic-bezier(0.16, 1, 0.3, 1);
  will-change: opacity, transform;
}

.home-product-lineup.is-visible,
.home-markets.is-visible,
.home-featured-solutions.is-visible,
.brand-stat-banner.is-visible,
.home-recognition.is-visible,
.home-project-cta.is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* Staggered entrance for product grid items */
.home-product-item {
  opacity: 0.2;
  transform: translateY(22px);
  transition: opacity 0.75s cubic-bezier(0.16, 1, 0.3, 1), transform 0.75s cubic-bezier(0.16, 1, 0.3, 1);
}
.home-product-lineup.is-visible .home-product-item {
  opacity: 1;
  transform: translateY(0);
}
.home-product-lineup.is-visible .home-product-item:nth-child(1) { transition-delay: 40ms; }
.home-product-lineup.is-visible .home-product-item:nth-child(2) { transition-delay: 80ms; }
.home-product-lineup.is-visible .home-product-item:nth-child(3) { transition-delay: 120ms; }
.home-product-lineup.is-visible .home-product-item:nth-child(4) { transition-delay: 160ms; }
.home-product-lineup.is-visible .home-product-item:nth-child(5) { transition-delay: 200ms; }
.home-product-lineup.is-visible .home-product-item:nth-child(6) { transition-delay: 240ms; }

/* Staggered entrance for market cards */
.home-market-card {
  opacity: 0.2;
  transform: translateY(22px);
  transition: opacity 0.75s cubic-bezier(0.16, 1, 0.3, 1), transform 0.75s cubic-bezier(0.16, 1, 0.3, 1);
}
.home-markets.is-visible .home-market-card {
  opacity: 1;
  transform: translateY(0);
}
.home-markets.is-visible .home-market-card:nth-child(1) { transition-delay: 60ms; }
.home-markets.is-visible .home-market-card:nth-child(2) { transition-delay: 120ms; }
.home-markets.is-visible .home-market-card:nth-child(3) { transition-delay: 180ms; }
.home-markets.is-visible .home-market-card:nth-child(4) { transition-delay: 240ms; }

/* ==========================================================================
   Gotion-Style Fullscreen Curtained Brand Section
   ========================================================================== */
.gotion-brand-section {
  position: relative;
  width: 100%;
  height: calc(100vh + 212.5rem); /* Extended 212.5rem Runway with Longer Screen 1 Hold */
  background: #ffffff;
  z-index: 5;
}
.gotion-sticky-stage {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
}
.gotion-silver-bg {
  position: absolute;
  inset: 0;
  background-image: 
    linear-gradient(180deg, rgba(255, 255, 255, 0.88) 0%, rgba(255, 255, 255, 0.76) 50%, rgba(255, 255, 255, 0.92) 100%),
    url('/wp-content/uploads/factory-images/shenzhen/clt-building-2.png');
  background-size: cover;
  background-position: center 35%;
  background-repeat: no-repeat;
  filter: grayscale(100%) brightness(1.12);
  opacity: 0.28;
  z-index: 1;
  pointer-events: none;
}
.gotion-ambient-glow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60vw;
  height: 60vw;
  max-width: 50rem;
  max-height: 50rem;
  background: radial-gradient(circle, rgba(215, 26, 24, 0.05) 0%, rgba(215, 26, 24, 0.01) 50%, rgba(255, 255, 255, 0) 70%);
  pointer-events: none;
  z-index: 1;
}

/* Layer 1: Compact Centered Text & Crisp Large Cover Image */
.gotion-intro-layer {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  max-width: 61.25rem;
  margin: 0 auto;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2.2rem;
  text-align: center;
  box-sizing: border-box;
  z-index: 2;
  pointer-events: auto;
}
.gotion-top-header {
  transform: translateY(calc(var(--gotion-text-fade, 0) * -35px));
  opacity: calc(1 - var(--gotion-text-fade, 0));
  will-change: transform, opacity;
}
.gotion-company-name {
  font-family: var(--font-heading, 'Outfit', sans-serif) !important;
  font-size: clamp(2rem, 2.8vw, 3rem);
  font-weight: 700;
  color: #0f172a;
  line-height: 1.25;
  margin-bottom: 0.5rem;
  letter-spacing: -0.015em;
}
.gotion-tagline {
  font-family: var(--font-heading, 'Outfit', sans-serif);
  font-size: clamp(1.05rem, 1.35vw, 1.4rem);
  font-weight: 600;
  color: #334155;
  letter-spacing: -0.01em;
}

/* Crisp High-Res Brand Cover (Enlarged by 30%, Optimal Scale & Proportions) */
.gotion-brand-cover {
  width: min(90vw, 34.375rem);
  aspect-ratio: 16 / 9.2;
  border-radius: 1rem;
  overflow: hidden;
  background: #000000;
  box-shadow: 0 14px 36px rgba(15, 23, 42, 0.09);
  border: none !important;
  transform: scale(calc(1 + var(--gotion-logo-scale, 0) * 0.4));
  opacity: calc(1 - var(--gotion-video-opacity, 0) * 1.5);
  will-change: transform, opacity;
}
.gotion-brand-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  image-rendering: -webkit-optimize-contrast;
}

.gotion-bottom-footer {
  transform: translateY(calc(var(--gotion-text-fade, 0) * 35px));
  opacity: calc(1 - var(--gotion-text-fade, 0));
  will-change: transform, opacity;
  max-width: 51.25rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.35rem;
}
.gotion-lead-copy {
  color: #475569;
  font-size: 1.22rem;
  font-weight: 500;
  line-height: 1.85;
}
.gotion-text-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: var(--accent, #d71a18) !important;
  font-family: var(--font-heading, 'Outfit', sans-serif);
  font-size: 1.25rem;
  font-weight: 700;
  text-decoration: none !important;
  letter-spacing: -0.01em;
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
  padding: 0.25rem 0;
}
.gotion-text-cta svg {
  transition: transform 0.25s ease;
}
.gotion-text-cta:hover {
  color: #b91c1c !important;
}
.gotion-text-cta:hover svg {
  transform: translateX(4px);
}

/* Layer 2: Expanding Video Stage */
.gotion-video-stage {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
  pointer-events: none;
}
.gotion-video-viewport {
  position: relative;
  width: min(92vw, 75rem);
  aspect-ratio: 2.35 / 1;
  border-radius: calc(1.5rem * (1 - var(--gotion-fullscreen, 0)));
  overflow: hidden;
  background: #000000;
  box-shadow: 0 25px 60px rgba(15, 23, 42, 0.3);
  transform: scale(var(--gotion-video-scale, 0.15));
  opacity: var(--gotion-video-opacity, 0);
  will-change: transform, opacity, border-radius;
}
.gotion-video-viewport video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.gotion-video-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.4) 100%);
  pointer-events: none;
}
.gotion-video-info {
  position: absolute;
  bottom: 1.5rem;
  left: 1.75rem;
  z-index: 4;
}
.gotion-live-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: rgba(15, 23, 42, 0.75);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  color: #ffffff;
  font-family: var(--font-heading, 'Outfit', sans-serif);
  font-size: 0.85rem;
  font-weight: 600;
  padding: 0.375rem 0.875rem;
  border-radius: 9999px;
  letter-spacing: 0.02em;
}
.gotion-dot {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background: #22c55e;
  box-shadow: 0 0 10px #22c55e;
}

/* Bottom 4-Item Neutral Soft Grey Stat Banner (Apple/Odometer Ticker) */
.brand-stat-banner {
  background: #f8fafc;
  color: #0f172a;
  padding: 3.5rem 0;
  position: relative;
  border-top: 1px solid #e2e8f0;
  border-bottom: none;
}
.brand-stat-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-items: center;
}
.brand-stat-item {
  text-align: center;
  padding: 0.625rem 1.5rem;
  position: relative;
}
.brand-stat-item:not(:last-child)::after {
  content: '';
  position: absolute;
  right: 0;
  top: 15%;
  height: 70%;
  width: 0.0625rem;
  background: #cbd5e1;
}
.brand-stat-item .stat-number {
  font-family: var(--font-heading, 'Outfit', sans-serif) !important;
  font-size: clamp(1.85rem, 2.6vw, 2.35rem);
  font-weight: 300;
  letter-spacing: -0.02em;
  line-height: 1;
  color: #0f172a;
  margin-bottom: 0.875rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 1.15em;
  overflow: hidden;
  vertical-align: middle;
  font-feature-settings: "tnum";
  font-variant-numeric: tabular-nums;
}
.brand-stat-item .stat-label {
  font-size: 0.92rem;
  font-weight: 400;
  color: #64748b;
  line-height: 1.4;
}

/* Odometer Slot Roll CSS (Apple / Midea Style) */
.ticker-digit-wrap {
  display: inline-flex;
  align-items: center;
  height: 100%;
}
.ticker-col {
  display: inline-block;
  height: 1em;
  overflow: hidden;
  position: relative;
  line-height: 1em;
}
.ticker-inner {
  display: flex;
  flex-direction: column;
  transform: translateY(0%);
  transition: transform 2s cubic-bezier(0.16, 1, 0.3, 1);
  will-change: transform;
}
.ticker-inner span {
  display: block;
  height: 1em;
  line-height: 1em;
  text-align: center;
}
.ticker-symbol {
  display: inline-block;
  height: 1em;
  line-height: 1em;
  margin: 0 0.0625rem;
}

@media (max-width: 992px) {
  .brand-split-grid {
    grid-template-columns: 1fr;
    gap: 3rem;
  }
  .brand-stat-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem 0;
  }
  .brand-stat-item:nth-child(2)::after {
    display: none;
  }
}
@media (max-width: 640px) {
  .brand-heading {
    font-size: 1.85rem;
  }
  .brand-stat-grid {
    grid-template-columns: 1fr;
    gap: 1.75rem;
  }
  .brand-stat-item::after {
    display: none;
  }
  .brand-stat-item .stat-number {
    font-size: 2.2rem;
  }
}
.home-text-link {
  display: inline-flex;
  align-items: center;
  gap: 0.625rem;
  color: #111820;
  font-size: 0.92rem;
  font-weight: 700;
  text-decoration: none;
}
.home-text-link svg,
.home-market-arrow,
.home-product-item > svg {
  width: 1.1875rem;
  height: 1.1875rem;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
}
.home-brand-facts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 0;
  border-top: 1px solid #d9dee5;
  border-left: 1px solid #d9dee5;
}
.home-brand-facts > div {
  min-height: 8.875rem;
  padding: 1.75rem 1.5rem;
  border-right: 1px solid #d9dee5;
  border-bottom: 1px solid #d9dee5;
}
.home-brand-facts dt,
.home-proof-facts dt {
  color: var(--accent);
  font-size: 2rem;
  font-weight: 800;
  line-height: 1;
}
.home-brand-facts dd,
.home-proof-facts dd {
  margin: 0.75rem 0 0;
  color: #687381;
  font-size: 0.84rem;
  font-weight: 600;
}

.home-markets {
  background: #ffffff !important;
  border-bottom: 1px solid #f1f5f9;
}
.home-section-heading {
  max-width: 47.5rem;
  margin-bottom: 3rem;
}
.home-section-heading.text-center {
  max-width: 100% !important;
  margin-inline: auto !important;
  text-align: center !important;
}
.home-section-heading h2 {
  font-family: var(--font-heading, 'Outfit', sans-serif) !important;
  margin-bottom: 0.875rem;
  color: #ffffff !important;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.01em;
}
.home-section-heading.text-center h2 {
  text-align: center !important;
  margin-inline: auto !important;
}
.home-section-heading > p,
.home-section-heading > div > p {
  color: rgba(255, 255, 255, 0.75);
  font-size: 1rem;
  line-height: 1.75;
}
.home-market-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 1.125rem;
}
.home-market-item {
  position: relative;
  grid-column: span 5;
  height: 21.25rem;
  overflow: hidden;
  border-radius: 0.25rem;
  color: #ffffff;
  background: #1b222b;
}
.home-market-item:nth-child(odd) {
  grid-column: span 7;
}
.home-market-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 1.8s cubic-bezier(0.16, 1, 0.3, 1);
}
.home-market-item:hover img {
  transform: scale(1.15);
}
.home-market-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(8, 14, 22, 0.04) 30%, rgba(8, 14, 22, 0.9) 100%);
}
.home-market-copy {
  position: absolute;
  right: 4.375rem;
  bottom: 1.75rem;
  left: 1.875rem;
}
.home-market-copy strong {
  display: block;
  margin-bottom: 0.4375rem;
  font-size: 1.25rem;
  line-height: 1.25;
}
.home-market-copy > span {
  display: block;
  max-width: 33.75rem;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.86rem;
  line-height: 1.6;
}
.home-market-arrow {
  position: absolute;
  right: 1.75rem;
  bottom: 1.875rem;
}

.home-featured-solutions {
  background: #ffffff;
  padding: 5.625rem 0;
  border-bottom: 1px solid #f1f5f9;
}
.home-section-heading-light h2 {
  color: #111827 !important;
}
.home-section-heading-light > p {
  color: #4b5563 !important;
  font-size: 1.05rem;
}

/* Compact Overlapping Slider Component (Gewiss Style Pixel-Perfect) */
.solution-compact-wrapper {
  position: relative;
  width: 100%;
  margin: 3.125rem auto 0 auto;
}
.solution-compact-viewport {
  position: relative;
  min-height: 37.5rem;
}
.solution-compact-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s cubic-bezier(0.16, 1, 0.3, 1), visibility 0.5s ease;
  z-index: 1;
}
.solution-compact-slide.is-active {
  position: relative;
  opacity: 1;
  visibility: visible;
  z-index: 2;
}

/* 1. Large Media (Height: 580px, 0.875rem / 14px Radius) */
.solution-compact-media {
  width: 68%;
  height: 36.25rem;
  border-radius: 0.875rem !important; /* 0.875rem refined radius */
  overflow: hidden;
  background: #111827;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.22);
}
.solution-compact-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0.875rem !important;
  transition: transform 1.8s cubic-bezier(0.16, 1, 0.3, 1);
}
.solution-compact-slide:hover .solution-compact-media img {
  transform: scale(1.15);
}

/* 2. Floating Overlapping Rounded White Card (0.875rem / 14px Radius) */
.solution-floating-card {
  position: absolute;
  right: 0;
  top: 6.875rem;
  width: 56%;
  max-width: 37.5rem;
  background: #ffffff;
  padding: 2.75rem 2.5rem;
  border-radius: 0.875rem !important; /* 0.875rem refined radius matching user specs */
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
  z-index: 10;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.solution-floating-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 30px 65px rgba(0, 0, 0, 0.2);
}
.solution-card-title {
  font-size: 1.35rem;
  font-weight: 600;
  color: #111827 !important;
  line-height: 1.3;
  margin-bottom: 0.75rem;
  letter-spacing: -0.01em;
}
.solution-card-text {
  font-size: 0.98rem;
  color: #4b5563;
  line-height: 1.68;
  margin-bottom: 1.5rem;
}
.solution-card-link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: transparent !important;
  color: #d71a18 !important;
  font-weight: 600;
  font-size: 0.96rem;
  text-decoration: none;
  border: none;
  padding: 0;
  transition: gap 0.25s ease, color 0.25s ease;
}
.solution-card-link:hover {
  color: #a72126 !important;
  gap: 0.75rem;
}
.solution-card-link svg {
  transition: transform 0.25s ease;
}
.solution-card-link:hover svg {
  transform: translateX(4px);
}


/* 3. Controls Bar Positioned (Aligned with Bottom Edge of Large Image & Right Card) */
.solution-slider-bar {
  position: absolute;
  bottom: 1.25rem;
  right: 0;
  z-index: 30;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 2rem;
  padding-right: 0;
}
.solution-slider-dots {
  display: flex;
  align-items: center;
  gap: 0.625rem;
}
.solution-dot {
  width: 0.375rem;
  height: 0.375rem;
  border-radius: 50%;
  background: #9ca3af;
  border: none;
  cursor: pointer;
  padding: 0;
  transition: all 0.3s ease;
}
.solution-dot.is-active {
  background: #d71a18;
  transform: scale(1.4);
}

.solution-slider-arrows {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.solution-circle-arrow {
  width: 2.875rem;
  height: 2.875rem;
  border-radius: 50%;
  border: 1px solid #d1d5db;
  background: #ffffff;
  color: #6b7280;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.25s ease;
  box-shadow: 0 2px 6px rgba(0,0,0,0.04);
}
.solution-circle-arrow:hover {
  border-color: #d71a18;
  color: #d71a18;
  background: #ffffff;
  transform: translateY(-1px);
  box-shadow: 0 4px 14px rgba(215, 26, 24, 0.15);
}

.home-product-lineup {
  background: #f8fafc;
  border-bottom: 1px solid #eef2f6;
  padding: 4.5rem 0 5.5rem;
}
.home-product-lineup .home-section-heading.text-center {
  margin: 0 auto 1.5rem;
  text-align: center;
}
.home-product-lineup .home-section-heading.text-center h2 {
  font-family: var(--font-heading, 'Outfit', sans-serif);
  font-size: 2.25rem;
  font-weight: 700;
  color: #0f172a;
  margin: 0;
  line-height: 1.2;
}

/* Category Filter Tabs (Minimalist & Clean Centered with Red Dot) */
.product-tabs-bar {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2.8rem;
  border-bottom: none !important;
  padding-bottom: 0;
  margin: 2rem 0 3.6rem;
  overflow-x: auto;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}
.product-tabs-bar::-webkit-scrollbar {
  display: none;
}
.product-tab-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem 0;
  background: transparent;
  border: none !important;
  border-bottom: none !important;
  color: #64748b;
  font-family: 'Plus Jakarta Sans', var(--font), sans-serif;
  font-size: 1.08rem;
  font-weight: 500;
  cursor: pointer;
  white-space: nowrap;
  transition: color 0.2s ease;
}
.product-tab-btn:hover {
  color: #0f172a;
}
.product-tab-btn.active {
  color: var(--accent, #d71a18);
  font-weight: 600;
  border-bottom: none !important;
}
.product-tab-btn.active::before {
  content: '';
  display: inline-block;
  width: 0.4375rem;
  height: 0.4375rem;
  border-radius: 50%;
  background: var(--accent, #d71a18);
  margin-right: 0.5rem;
  flex-shrink: 0;
}

/* Tab Panels */
.product-tab-panel {
  display: none;
  opacity: 0;
  transform: translateY(6px);
  transition: opacity 0.25s cubic-bezier(0.16, 1, 0.3, 1), transform 0.25s cubic-bezier(0.16, 1, 0.3, 1);
}
.product-tab-panel.active {
  display: block;
  opacity: 1;
  transform: translateY(0);
}

/* Frameless Product Grid (Clean White Card on Soft Gray, Subtle Shadow) */
.home-product-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 3.2rem 2.4rem;
}
.home-product-item {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  text-decoration: none !important;
  color: #0f172a;
  border: none !important;
}
.home-product-image {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 25rem;
  background: #ffffff;
  border: 1px solid rgba(226, 232, 240, 0.8);
  border-radius: 0.625rem;
  padding: 2rem 1.6rem;
  overflow: hidden;
  margin-bottom: 1.35rem;
  box-shadow: 0 4px 18px rgba(15, 23, 42, 0.05);
  transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  box-sizing: border-box;
}
.home-product-item:hover .home-product-image {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.08);
}
.home-product-pure-img,
.home-product-image img {
  max-width: 88%;
  max-height: 88%;
  width: auto;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.04));
  transition: transform 1s ease !important;
  will-change: transform;
}
.home-product-item:hover .home-product-pure-img,
.home-product-item:hover .home-product-image img {
  transform: scale(1.08) !important;
}
.home-product-item strong {
  display: block;
  text-align: center;
  font-family: 'Plus Jakarta Sans', var(--font, 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif) !important;
  font-size: 1.28rem;
  font-weight: 500;
  color: #0f172a;
  line-height: 1.4;
  letter-spacing: -0.01em;
  transition: color 0.2s ease;
}
.home-product-item:hover strong {
  color: var(--accent, #d71a18);
}

/* ============================================
   Mobile 3-Row Dedicated Horizontal Scroll Feed
   ============================================ */
.home-products-mobile-rows {
  display: none;
}

@media (max-width: 768px) {
  .product-tabs-bar,
  .home-products-desktop-only {
    display: none !important;
  }
  .home-products-mobile-rows {
    display: flex;
    flex-direction: column;
    gap: 2.4rem;
    width: 100%;
    margin-top: 1rem;
  }
  .mobile-product-row-group {
    width: 100%;
  }
  .mobile-product-row-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0.95rem;
    padding-inline: 0.125rem;
  }
  .mobile-product-row-title {
    font-family: var(--font-heading, 'Outfit', sans-serif);
    font-size: 1.18rem;
    font-weight: 700;
    color: #0f172a;
    margin: 0;
    line-height: 1.25;
  }
  .mobile-product-row-more {
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    font-size: 0.88rem;
    font-weight: 600;
    color: var(--accent, #d71a18);
    text-decoration: none;
    transition: gap 0.2s ease;
  }
  .mobile-product-row-more svg {
    transition: transform 0.2s ease;
  }
  .mobile-product-row-more:hover svg {
    transform: translateX(3px);
  }
  
  /* Horizontal Touch Track (Smooth & Frictionless Scroll Snap) */
  .mobile-product-scroll-track {
    display: flex;
    gap: 0.875rem;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
    padding: 0.25rem 0.25rem 0.875rem;
    margin-inline: -0.25rem;
    scrollbar-width: none;
  }
  .mobile-product-scroll-track::-webkit-scrollbar {
    display: none;
  }
  .mobile-product-card {
    flex: 0 0 11.875rem;
    width: 11.875rem;
    scroll-snap-align: start;
    display: flex;
    flex-direction: column;
    text-decoration: none;
  }
  .mobile-product-card-media {
    display: flex;
    align-items: center;
    justify-content: center;
    aspect-ratio: 16 / 11;
    background: #ffffff;
    border-radius: 0.5rem;
    padding: 1.15rem 0.85rem;
    overflow: hidden;
    margin-bottom: 0.75rem;
    box-shadow: 0 2px 8px rgba(15, 23, 42, 0.035);
  }
  .mobile-product-card-img {
    max-width: 90%;
    max-height: 90%;
    width: auto;
    height: auto;
    object-fit: contain;
    filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.04));
  }
  .mobile-product-card-title {
    display: block;
    text-align: center;
    font-family: var(--font-heading, 'Outfit', sans-serif);
    font-size: 0.96rem;
    font-weight: 500;
    color: #0f172a;
    line-height: 1.35;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

@media (max-width: 1024px) {
  .home-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.75rem 1.5rem;
  }
}
@media (max-width: 640px) {
  .home-product-lineup {
    padding: 3.5rem 0 4rem;
  }
  .home-section-heading-split {
    flex-direction: column;
    align-items: flex-start;
    gap: 1.25rem;
    margin-bottom: 1.75rem;
  }
  .home-product-grid {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }
  .home-product-card {
    padding: 1.25rem;
  }
}

.home-global-proof {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  min-height: 42.5rem;
  background: #dc1f27;
}
.home-proof-image {
  min-height: 42.5rem;
  overflow: hidden;
}
.home-proof-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home-proof-content {
  display: flex;
  align-items: center;
  padding: 5.5rem max(3rem, calc((100vw - var(--max-width)) / 2));
  color: #ffffff;
}
.home-proof-inner {
  max-width: 37.5rem;
}
.home-proof-content h2 {
  margin-bottom: 1.375rem;
  color: #ffffff;
  font-size: 2.65rem;
  line-height: 1.15;
}
.home-proof-inner > p {
  color: rgba(255, 255, 255, 0.82);
  font-size: 1rem;
  line-height: 1.8;
}
.home-proof-facts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 2.375rem 0 2.125rem;
  border-top: 1px solid rgba(255, 255, 255, 0.35);
  border-left: 1px solid rgba(255, 255, 255, 0.35);
}
.home-proof-facts > div {
  min-height: 7.375rem;
  padding: 1.5rem 1.25rem;
  border-right: 1px solid rgba(255, 255, 255, 0.35);
  border-bottom: 1px solid rgba(255, 255, 255, 0.35);
}
.home-proof-facts dt {
  color: #ffffff;
  font-size: 1.42rem;
  line-height: 1.15;
}
.home-proof-facts dd {
  color: rgba(255, 255, 255, 0.72);
}

.home-recognition {
  background: #f2f4f6;
}
.home-recognition-layout {
  display: grid;
  grid-template-columns: minmax(17.5rem, 0.7fr) minmax(0, 1.3fr);
  align-items: center;
  gap: 5rem;
}
.home-recognition-copy h2 {
  margin-bottom: 1.125rem;
  color: #111820;
  font-size: 2.35rem;
  line-height: 1.18;
}
.home-recognition-copy p {
  color: #5b6673;
  line-height: 1.8;
}
.home-recognition-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid #d9dee5;
  border-left: 1px solid #d9dee5;
}
.home-recognition-grid > div {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 10.625rem;
  padding: 1.375rem;
  background: #ffffff;
  border-right: 1px solid #d9dee5;
  border-bottom: 1px solid #d9dee5;
}
.home-recognition-grid img {
  width: 100%;
  max-width: 9.375rem;
  max-height: 6.875rem;
  object-fit: contain;
}

/* ============================================
   Neutral Grey Rounded CTA Card (Container-Width & Clean Spacing)
   ============================================ */
.home-cta-section {
  position: relative;
  width: 100%;
  padding: clamp(5.5rem, 7vw, 8.5rem) 0;
  background: #fbfcfd;
  overflow: hidden;
}
.home-cta-card {
  position: relative;
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  padding: 0 !important;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Dynamic Light Grey Luminous Parallax Bubble Orbs (Top-Left & Bottom-Right) */
.cta-bubble-orb {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  z-index: 0;
  will-change: transform;
  transition: transform 0.15s cubic-bezier(0.16, 1, 0.3, 1);
  display: block !important;
}
/* Top-Left Orb */
.cta-bubble-orb.one {
  width: clamp(32.5rem, 40vw, 42.5rem);
  height: clamp(32.5rem, 40vw, 42.5rem);
  top: -11.25rem;
  left: -7.5rem;
  background: radial-gradient(circle, rgba(226, 232, 240, 0.85) 0%, rgba(241, 245, 249, 0.40) 50%, transparent 72%);
  box-shadow: inset 0 0 84px rgba(255, 255, 255, 0.95), 0 0 90px rgba(203, 213, 225, 0.35);
  border: 1px solid rgba(203, 213, 225, 0.50);
  opacity: 0.85;
}
/* Bottom-Right Orb */
.cta-bubble-orb.two {
  width: clamp(30rem, 36vw, 38.75rem);
  height: clamp(30rem, 36vw, 38.75rem);
  bottom: -11.25rem;
  right: -6.25rem;
  background: radial-gradient(circle, rgba(226, 232, 240, 0.80) 0%, rgba(241, 245, 249, 0.35) 50%, transparent 72%);
  box-shadow: inset 0 0 84px rgba(255, 255, 255, 0.95), 0 0 80px rgba(203, 213, 225, 0.30);
  border: 1px solid rgba(203, 213, 225, 0.45);
  opacity: 0.80;
}

.cta-form-pane-full {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 53.75rem;
  margin-inline: auto;
  padding: 0;
  border-right: none;
}
.cta-form-header {
  text-align: center;
  margin-bottom: 2.2rem;
}
.cta-card-heading {
  font-family: var(--font-heading, 'Outfit', sans-serif);
  font-size: clamp(2rem, 2.6vw, 3rem);
  font-weight: 700;
  color: #0f172a;
  line-height: 1.2;
  margin-bottom: 0.85rem;
  letter-spacing: -0.01em;
}
.cta-card-subheading {
  color: #475569;
  font-size: clamp(0.98rem, 1.1vw, 1.12rem);
  line-height: 1.6;
  max-width: 42.5rem;
  margin-inline: auto;
}
.req-star {
  color: #d71a18;
  font-weight: bold;
}
.cta-quick-form {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
.cta-form-grid-2col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.25rem;
}
.cta-form-field {
  width: 100%;
}
.cta-form-row {
  width: 100%;
}

/* Crisp Clean Light Input Styling */
.cta-form-input {
  width: 100%;
  padding: 0.95rem 1.25rem;
  border: 1px solid #cbd5e1;
  border-radius: 0.65rem;
  font-size: 0.98rem;
  color: #0f172a;
  background: #ffffff;
  font-family: inherit;
  transition: all 0.25s ease;
  box-sizing: border-box;
  box-shadow: 0 1px 3px rgba(15, 23, 42, 0.04);
}
.cta-form-input::placeholder {
  color: #b8b8b8;
}
.cta-form-input:hover {
  border-color: #b8b8b8;
  background: #ffffff;
}
.cta-form-input:focus {
  background: #ffffff;
  border-color: #d71a18;
  outline: none;
  box-shadow: 0 0 0 3px rgba(215, 26, 24, 0.16);
}
.cta-form-textarea {
  resize: vertical;
  min-height: 6.8rem;
}
.cta-form-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
  margin-top: 0.5rem;
}
.cta-form-checkbox-wrap span {
  color: #475569;
}
.cta-form-checkbox-wrap span a {
  color: var(--accent);
  text-decoration: underline;
}
.cta-form-textarea {
  resize: vertical;
  min-height: 6.8rem;
}
.cta-form-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
  margin-top: 0.5rem;
}
.cta-form-checkbox-wrap {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.85rem;
  color: rgba(255,255,255,0.75);
  cursor: pointer;
}
.cta-form-checkbox-wrap input {
  accent-color: #d71a18;
  width: 1rem;
  height: 1rem;
}
.cta-form-checkbox-wrap a {
  color: #ff8080;
  text-decoration: underline;
}
.cta-submit-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 1.875rem;
  font-size: 0.95rem;
  font-weight: 600;
  border-radius: 0.5rem;
  border: none;
  cursor: pointer;
  white-space: nowrap;
  flex: none;
  background: var(--accent);
  color: #ffffff;
  transition: all 0.25s ease;
}
.cta-submit-btn:hover {
  background: #b91515;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(217, 35, 45, 0.35);
}

/* Right Column: Support */
.cta-support-pane {
  background: transparent;
  padding: 5rem 0 0 3.25rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  justify-content: center;
}
.cta-support-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 100%;
}
.cta-support-icon {
  width: 4.5rem;
  height: 4.5rem;
  border-radius: 50%;
  background: #ffffff;
  border: 1px solid #dcdcdc;
  color: #0f172a;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.125rem;
  box-shadow: 0 4px 14px rgba(15, 23, 42, 0.05);
}
.cta-support-heading {
  font-family: var(--font-heading, 'Outfit', sans-serif);
  font-size: 2.1rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 1.5rem;
  letter-spacing: -0.01em;
}
.cta-support-actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  width: 100%;
}
.cta-support-btn {
  width: 100%;
  max-width: 15rem;
  justify-content: center;
  background: #0f172a !important;
  color: #ffffff !important;
  font-weight: 600;
  border: none !important;
  padding: 0.8125rem 1.5rem;
  border-radius: 0.5rem;
  transition: all 0.25s ease;
}
.cta-support-btn:hover {
  background: var(--accent) !important;
  color: #ffffff !important;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(217, 35, 45, 0.35);
}
.cta-support-link {
  display: inline-flex;
  align-items: center;
  gap: 0.375rem;
  color: rgba(255,255,255,0.72);
  font-size: 0.92rem;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.2s ease;
}
.cta-support-link:hover {
  color: #ffffff;
  text-decoration: none;
  gap: 0.5625rem;
}

@media (max-width: 1024px) {
  .cta-two-col-grid {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }
  .cta-form-pane {
    padding: 0;
    border-right: none;
    border-bottom: 1px solid #d0d7de;
    padding-bottom: 2.5rem;
  }
  .cta-support-pane {
    padding: 0;
  }
  .home-cta-card {
    padding: 2.5rem 2rem;
  }
}
@media (max-width: 640px) {
  .cta-form-grid-2col {
    grid-template-columns: 1fr;
  }
  .cta-form-footer {
    flex-direction: column;
    align-items: flex-start;
  }
  .cta-submit-btn {
    width: 100%;
    justify-content: center;
  }
  .home-cta-card {
    padding: 2rem 1.25rem;
    border-radius: 0.875rem;
  }
}

@media (hover: hover) and (pointer: fine) {
  .home-text-link:hover,
  .home-product-item:hover {
    color: var(--accent);
  }
  .home-market-item img,
  .home-featured-media img,
  .featured-slide-media img {
    transition: transform 360ms cubic-bezier(0.23, 1, 0.32, 1);
  }
  .home-market-item:hover img,
  .home-featured-media:hover img,
  .featured-slide:hover .featured-slide-media img {
    transform: scale(1.025);
  }
  .home-product-pure-img,
  .home-product-image img {
    transition: transform 1s ease !important;
  }
  .home-product-item:hover .home-product-pure-img,
  .home-product-item:hover .home-product-image img {
    transform: scale(1.2) !important;
  }
}

@media (max-width: 1024px) {
  .home-brand-intro,
  .home-markets,
  .home-featured-solutions,
  .home-product-lineup,
  .home-recognition,
  .home-project-cta {
    padding: 5.25rem 0;
  }
  .home-brand-layout,
  .home-recognition-layout {
    grid-template-columns: 1fr;
    gap: 3.25rem;
  }
  .home-brand-facts {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .home-brand-facts > div {
    min-height: 7.75rem;
    padding: 1.5rem 1.125rem;
  }
  .home-brand-facts dt {
    font-size: 1.65rem;
  }
  .home-market-item,
  .home-market-item:nth-child(odd) {
    grid-column: span 6;
  }
  .home-featured-row,
  .home-featured-row-reverse {
    grid-template-columns: minmax(0, 1fr) minmax(18.75rem, 0.8fr);
    gap: 2.625rem;
  }
  .home-featured-media {
    height: 23.75rem;
  }
  .home-featured-copy h3 {
    font-size: 1.9rem;
  }
  .featured-slide {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 2.625rem;
  }
  .featured-slide-media {
    height: 23.75rem;
  }
  .featured-slide-copy h3 {
    font-size: 1.9rem;
  }
  .home-product-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .home-global-proof {
    grid-template-columns: 1fr;
  }
  .home-proof-image {
    min-height: 31.25rem;
  }
  .home-proof-content {
    padding: 4.75rem 3rem;
  }
  .home-proof-inner {
    max-width: 47.5rem;
  }
  .home-project-cta-inner {
    grid-template-columns: 1fr;
    gap: 2.25rem;
  }
}

@media (max-width: 768px) {
  .home-brand-intro,
  .home-markets,
  .home-featured-solutions,
  .home-product-lineup,
  .home-recognition,
  .home-project-cta {
    padding: 4.25rem 0;
  }
  .home-brand-copy h2 {
    font-size: 2.25rem;
  }
  .home-section-heading h2,
  .home-proof-content h2,
  .home-project-cta h2 {
    font-size: 2rem;
  }
  .home-recognition-copy h2 {
    font-size: 1.9rem;
  }
  .home-brand-facts {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .home-market-item,
  .home-market-item:nth-child(odd) {
    grid-column: 1 / -1;
    height: 20rem;
  }
  .home-featured-row,
  .home-featured-row-reverse {
    grid-template-columns: 1fr;
    gap: 1.75rem;
    padding: 2.625rem 0;
  }
  .home-featured-row-reverse .home-featured-media {
    order: 0;
  }
  .home-featured-media {
    height: 22.5rem;
  }
  .featured-slide {
    grid-template-columns: 1fr;
    gap: 1.75rem;
  }
  .featured-slide-media {
    height: 22.5rem;
  }
  .featured-slide-copy h3 {
    font-size: 1.9rem;
  }
  .home-section-heading-split {
    display: block;
  }
  .home-section-heading-split > .home-text-link {
    margin-top: 1.375rem;
  }
  .home-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .home-proof-image {
    min-height: 22.5rem;
  }
  .home-proof-content {
    padding: 4rem 1.5rem;
  }
  .home-recognition-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .home-project-actions {
    flex-wrap: wrap;
  }
}

@media (max-width: 480px) {
  .home-brand-actions,
  .home-project-actions {
    align-items: stretch;
    flex-direction: column;
  }
  .home-brand-actions .btn,
  .home-project-actions .btn {
    justify-content: center;
    width: 100%;
  }
  .home-market-item,
  .home-market-item:nth-child(odd) {
    height: 17.5rem;
  }
  .home-market-copy {
    right: 3.5rem;
    bottom: 1.375rem;
    left: 1.375rem;
  }
  .home-market-arrow {
    right: 1.25rem;
    bottom: 1.5rem;
  }
  .home-featured-media {
    height: 17.5rem;
  }
  .home-featured-copy h3 {
    font-size: 1.65rem;
  }
  .featured-slide-media {
    height: 17.5rem;
  }
  .featured-slide-copy h3 {
    font-size: 1.65rem;
  }
  .home-product-grid {
    grid-template-columns: 1fr;
  }
  .home-product-image {
    aspect-ratio: 16 / 10;
  }
  .home-proof-facts {
    grid-template-columns: 1fr;
  }
  .home-recognition-grid > div {
    min-height: 8.75rem;
    padding: 1rem;
  }
}

/* ============================================
   2K & 4K Ultra-wide Display Adaptations
   (Keep container width strictly bounded to 71.25rem for generous whitespace)
   ============================================ */

/* 2K / WQHD Monitors (>= 1650px) */
@media (min-width: 1650px) {
  .mega-menu-inner {
    width: min(100% - 4rem, var(--max-width));
  }
  .mega-col-primary {
    width: 21.875rem;
  }
  .mega-col-secondary {
    width: 20rem;
  }
}

/* 4K UHD Monitors & Ultra-Wide LED Screens (>= 2200px) */
@media (min-width: 2200px) {
  .mega-menu-inner {
    width: min(100% - 5rem, var(--max-width));
  }
  .mega-col-primary {
    width: 25rem;
  }
  .mega-col-secondary {
    width: 22.5rem;
  }
  .hero-carousel h1 {
    font-size: 3.8rem;
  }
  .home-featured-copy h3 {
    font-size: 2.5rem;
  }
}

/* ============================================
   FullPage Snap Scroll Mode & Floating Actions
   ============================================ */

/* 1. Unified Floating Action Controls (Back to Top & Mode Switcher handled in base.css) */

/* 2. Side Dot Navigation Indicator (Visible in FullPage Mode) */
.fullpage-dot-nav {
  position: fixed;
  right: 1.25rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 99999;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s ease, transform 0.4s ease;
}
.fullpage-mode .fullpage-dot-nav {
  opacity: 1;
  pointer-events: auto;
}
.fp-dot {
  width: 1.1rem;
  height: 1.1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  cursor: pointer;
}
.fp-dot span {
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.4);
  transition: all 0.25s ease;
  display: block;
}
.fp-dot:hover span {
  background: rgba(255, 255, 255, 0.9);
  transform: scale(1.3);
}
.fp-dot.is-active span {
  background: var(--accent, #d71a18);
  transform: scale(1.5);
  box-shadow: 0 0 0.6rem var(--accent, #d71a18);
}

/* 3. FullPage Snap Core Behavior (Zero-Scrollbar Full-Bleed 100% / 100vw Width) */
html.fullpage-mode,
body.fullpage-mode {
  width: 100% !important;
  max-width: 100% !important;
  overflow-y: scroll !important;
  scroll-snap-type: y mandatory !important;
  scroll-behavior: smooth !important;
  overscroll-behavior-y: none !important; /* æ¶ˆé™¤ macOS æ©¡çš®ç­‹å¾®æŠ–åŠ¨ï¼Œä¿è¯å¹³æ»‘ä»Žå®¹ */
  height: 100vh !important;
  padding-top: 0 !important;
  margin: 0 !important;
  scrollbar-width: none !important; /* Firefox */
  -ms-overflow-style: none !important; /* IE / Edge */
}

html.fullpage-mode::-webkit-scrollbar,
body.fullpage-mode::-webkit-scrollbar {
  display: none !important; /* Chrome, Safari, Opera, Edge */
  width: 0 !important;
  height: 0 !important;
}

/* Base FullPage Section Setup: Exact 100vh Snap with Fixed Header Top Clearance */
body.fullpage-mode .home-hero-carousel,
body.fullpage-mode .home-hero-static,
body.fullpage-mode .home-products-section,
body.fullpage-mode .home-why-section,
body.fullpage-mode .home-solutions-dark,
body.fullpage-mode .home-solutions-section,
body.fullpage-mode .home-latest-news,
body.fullpage-mode .clt-inquiry-section,
body.fullpage-mode .home-contact-sales-section,
body.fullpage-mode .site-footer {
  scroll-snap-align: start !important;
  scroll-snap-stop: always !important;
  min-height: 100vh !important;
  height: 100vh !important;
  max-height: 100vh !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  box-sizing: border-box !important;
  overflow: hidden !important;
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  will-change: transform;
  position: relative !important;
  padding-top: calc(var(--header-h, 5.625rem) + clamp(1rem, 2vh, 2.5rem)) !important;
  padding-bottom: clamp(1rem, 2vh, 2.5rem) !important;
}

/* Section 1: Hero Carousel full screen */
body.fullpage-mode .home-hero-carousel,
body.fullpage-mode .home-hero-static {
  width: 100% !important;
  max-width: 100% !important;
  padding-top: var(--header-h, 5.625rem) !important;
  padding-bottom: 0 !important;
  display: block !important;
  margin: 0 !important;
  height: 100vh !important;
  max-height: 100vh !important;
}
body.fullpage-mode .home-hero-carousel .hero-slides-wrapper,
body.fullpage-mode .home-hero-carousel .hero-slide {
  height: 100% !important;
}
body.fullpage-mode .home-hero-carousel .hero-slide-img,
body.fullpage-mode .home-hero-static .hero-static-img {
  width: 100% !important;
  max-width: 100% !important;
  min-width: 100% !important;
  height: calc(100vh - var(--header-h, 5.625rem)) !important;
  max-height: calc(100vh - var(--header-h, 5.625rem)) !important;
  object-fit: cover !important;
  display: block !important;
}
body.fullpage-mode .hero-slide-1 .hero-slide-img {
  object-position: center center !important;
}
body.fullpage-mode .hero-slide-2 .hero-slide-img {
  object-position: center bottom !important;
}
body.fullpage-mode .home-hero-carousel .hero-slide-4 .hero-slide-img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center center !important;
}

/* Section 2: Products Section */
body.fullpage-mode .home-products-section {
  padding-top: calc(var(--header-h, 5.625rem) + clamp(1.8rem, 3.2vh, 3rem)) !important;
  padding-bottom: clamp(1.8rem, 3.2vh, 3rem) !important;
  overflow: hidden !important;
}
body.fullpage-mode .home-products-section .container {
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  height: 100% !important;
  box-sizing: border-box !important;
  position: relative !important;
}
body.fullpage-mode .home-products-section .section-header-flex {
  flex: none !important;
  margin-bottom: clamp(1.4rem, 2.5vh, 2.4rem) !important;
}
body.fullpage-mode .home-products-section .products-carousel-viewport {
  width: calc(100% + (100vw - 100%) / 2) !important;
  max-width: none !important;
  margin-right: calc((100% - 100vw) / 2) !important;
  overflow: hidden !important;
  padding-right: 0 !important;
  box-sizing: border-box !important;
}
body.fullpage-mode .home-products-section .products-cards-track {
  display: flex !important;
  gap: clamp(1.4rem, 2vw, 2.2rem) !important;
  overflow-x: auto !important;
  scroll-behavior: smooth !important;
  scrollbar-width: none !important;
  scroll-snap-type: x mandatory !important;
  padding: 0.25rem 0.125rem 0.5rem !important;
}
body.fullpage-mode .home-products-section .products-cards-track::-webkit-scrollbar {
  display: none !important;
}
body.fullpage-mode .home-products-section .product-white-card {
  flex: 0 0 clamp(26rem, 24vw, 30rem) !important;
  width: clamp(26rem, 24vw, 30rem) !important;
  height: calc(100vh - var(--header-h, 5.625rem) - clamp(11.5rem, 17vh, 15rem)) !important;
  min-height: 0 !important;
  max-height: 38rem !important;
  border-radius: 1.25rem !important;
  background: var(--card-bg, #ffffff) !important;
  box-shadow: none !important;
  padding: clamp(1.5rem, 2.4vh, 2.2rem) clamp(1.8rem, 2.2vw, 2.6rem) !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: flex-start !important;
  box-sizing: border-box !important;
  overflow: hidden !important;
  scroll-snap-align: start !important;
}
body.fullpage-mode .home-products-section .product-white-card:hover {
  box-shadow: none !important;
}
body.fullpage-mode .home-products-section .card-tag {
  flex: none !important;
  margin-bottom: clamp(0.8rem, 1.4vh, 1.3rem) !important;
  display: flex !important;
  align-items: center !important;
}
body.fullpage-mode .home-products-section .card-img-wrap {
  flex: 0 0 clamp(13.5rem, 27vh, 18.5rem) !important;
  height: clamp(13.5rem, 27vh, 18.5rem) !important;
  width: 100% !important;
  margin: clamp(0.75rem, 1.4vh, 1.4rem) 0 clamp(1.35rem, 2.2vh, 1.95rem) !important;
  padding: clamp(0.5rem, 1vh, 1rem) 0 !important;
  box-sizing: border-box !important;
  background: var(--card-bg, #ffffff) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  overflow: hidden !important;
}
body.fullpage-mode .home-products-section .card-img-wrap img {
  max-height: 92% !important;
  max-width: 95% !important;
  width: auto !important;
  height: auto !important;
  object-fit: contain !important;
  display: block !important;
}
body.fullpage-mode .home-products-section .card-content {
  flex: 1 1 auto !important;
  display: flex !important;
  flex-direction: column !important;
  min-height: 0 !important;
  width: 100% !important;
}
body.fullpage-mode .home-products-section .card-title {
  flex: none !important;
  font-size: clamp(1.35rem, 1.8vh, 1.6rem) !important;
  font-weight: 700 !important;
  color: var(--card-title-color, #0f172a) !important;
  margin: 0 0 clamp(0.45rem, 0.8vh, 0.7rem) !important;
}
body.fullpage-mode .home-products-section .card-feature-list {
  flex: 1 1 auto !important;
  margin: 0 0 clamp(0.8rem, 1.5vh, 1.2rem) !important;
  padding: 0 !important;
  list-style: none !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: flex-start !important;
}
body.fullpage-mode .home-products-section .card-feature-list li {
  font-size: clamp(0.95rem, 1.3vh, 1.08rem) !important;
  color: var(--card-desc-color, #64748b) !important;
  line-height: 1.75 !important;
  margin-bottom: clamp(0.25rem, 0.45vh, 0.4rem) !important;
  padding-left: 1.1rem !important;
}
body.fullpage-mode .home-products-section .card-action-btns {
  flex: none !important;
  margin-top: auto !important;
  margin-left: 0 !important;
  margin-right: auto !important;
  padding-top: 0.25rem !important;
  width: 100% !important;
  display: flex !important;
  justify-content: flex-start !important;
  align-items: center !important;
  gap: 1.45rem !important;
}
body.fullpage-mode .products-progress-bar {
  flex: none !important;
  margin-top: clamp(1.4rem, 2.5vh, 2.4rem) !important;
}

/* Section 3: Why CLT & 3D Globe */
body.fullpage-mode .home-why-section {
  padding-top: calc(var(--header-h, 5.625rem) + clamp(1rem, 1.8vh, 2rem)) !important;
  padding-bottom: clamp(1rem, 1.8vh, 2rem) !important;
}
body.fullpage-mode .home-why-section .why-grid-layout {
  align-items: center;
}
body.fullpage-mode .home-why-section .globe-stage-wrapper {
  min-height: 0 !important;
  height: clamp(38rem, 76vh, 58rem) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}
body.fullpage-mode .home-why-section .globe-container {
  width: clamp(38rem, 74vh, 55rem) !important;
  height: clamp(38rem, 74vh, 55rem) !important;
  max-width: 100% !important;
  max-height: 100% !important;
  aspect-ratio: 1 / 1 !important;
}
body.fullpage-mode .home-why-section .why-paragraphs p {
  font-size: clamp(0.98rem, 1.3vh + 0.25rem, 1.12rem) !important;
  margin-bottom: 0.6rem !important;
  line-height: 1.65 !important;
}
body.fullpage-mode .home-why-section .why-stats-grid {
  margin-top: 1rem;
  gap: clamp(0.5rem, 0.8vw, 0.875rem);
}
body.fullpage-mode .home-why-section .stat-box {
  height: clamp(4.6rem, 7.5vh, 5.8rem) !important;
  padding: clamp(0.6rem, 1vh, 0.9rem) clamp(0.65rem, 0.9vw, 1.1rem) clamp(0.6rem, 1vh, 0.9rem) clamp(0.45rem, 0.6vw, 0.75rem) !important;
  gap: clamp(0.3rem, 0.45vw, 0.45rem) !important;
}
body.fullpage-mode .home-why-section .stat-num {
  font-size: clamp(1.2rem, 1.8vh + 0.3rem, 1.5rem);
  line-height: 1;
  margin-bottom: 0.25rem;
  display: block !important;
  width: 100% !important;
  text-align: right !important;
}
body.fullpage-mode .home-why-section .stat-label {
  font-size: clamp(0.82rem, 1.1vh, 0.92rem) !important;
  line-height: 1.2 !important;
  display: block !important;
  width: 100% !important;
  text-align: right !important;
  max-width: 100% !important;
}

/* Section 4: Application Solutions */
body.fullpage-mode .home-solutions-dark,
body.fullpage-mode .home-solutions-section {
  padding-top: calc(var(--header-h, 4.625rem) + clamp(1.4rem, 2.6vh, 2.4rem)) !important;
  padding-bottom: 0 !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: flex-start !important;
  box-sizing: border-box !important;
}
body.fullpage-mode .home-solutions-dark .container,
body.fullpage-mode .home-solutions-section .container {
  flex: none !important;
  margin-bottom: clamp(0.6rem, 1.2vh, 1.2rem) !important;
}
body.fullpage-mode .solutions-stage-banner {
  flex: 1 1 auto !important;
  min-height: 0 !important;
  height: 100% !important;
  max-height: none !important;
  margin-bottom: 0 !important;
  border-radius: 0 !important;
  overflow: hidden !important;
  box-sizing: border-box !important;
}
body.fullpage-mode .solutions-accordion-grid {
  height: 100% !important;
  min-height: 100% !important;
}
body.fullpage-mode .sol-col-inner {
  padding: 0 clamp(1.2rem, 2.2vw, 2.8rem) clamp(1.5rem, 3vh, 2.5rem) !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  align-items: flex-start !important;
  padding-top: clamp(2rem, 8vh, 6rem) !important;
  box-sizing: border-box !important;
}
body.fullpage-mode .sol-col.is-active .sol-col-inner {
  padding-left: clamp(2.8rem, 4.6vw, 5.5rem) !important;
}
body.fullpage-mode .sol-title {
  font-size: clamp(1.35rem, 1.8vh, 1.75rem) !important;
  font-weight: 700 !important;
  color: #ffffff !important;
  margin: 0 !important;
  line-height: 1.18 !important;
  white-space: normal !important;
  word-break: normal !important;
}
body.fullpage-mode .sol-col:not(.is-active) .sol-title {
  min-height: 2.36em !important;
  display: flex !important;
  align-items: flex-end !important;
}
body.fullpage-mode .sol-col.is-active .sol-title {
  font-size: clamp(1.65rem, 2.3vh, 2.25rem) !important;
  white-space: nowrap !important;
}
body.fullpage-mode .sol-title-bar {
  width: 2rem !important;
  height: 0.25rem !important;
  margin: clamp(0.5rem, 1.2vh, 0.75rem) 0 0 !important;
  transition: width 0.35s ease !important;
}
body.fullpage-mode .sol-col.is-active .sol-title-bar {
  width: 3rem !important;
}
body.fullpage-mode .sol-expanded-content {
  margin-top: clamp(0.8rem, 1.5vh, 1.3rem) !important;
}
body.fullpage-mode .sol-desc {
  font-size: clamp(1.05rem, 1.35vh, 1.22rem) !important;
  line-height: 1.72 !important;
  color: rgba(255, 255, 255, 0.92) !important;
  margin-bottom: clamp(1.2rem, 2vh, 1.8rem) !important;
  max-width: clamp(28rem, 42vw, 42rem) !important;
  width: 100% !important;
}
body.fullpage-mode .sol-expanded-content .btn-pill-primary {
  padding: clamp(0.62rem, 1.1vh, 0.82rem) clamp(1.6rem, 1.8vw, 2.2rem) !important;
  font-size: clamp(0.92rem, 1.15vh, 1.02rem) !important;
  font-weight: 700 !important;
  display: inline-flex !important;
}

/* Section 5: News */
body.fullpage-mode .home-latest-news {
  padding-top: calc(var(--header-h, 5.625rem) + clamp(1rem, 1.8vh, 2rem)) !important;
  padding-bottom: clamp(1rem, 1.8vh, 2rem) !important;
}
body.fullpage-mode .home-latest-news .home-section-heading-center {
  margin-bottom: clamp(0.8rem, 1.6vh, 1.5rem);
}
body.fullpage-mode .news-card-media {
  margin-bottom: 0.5rem;
}
body.fullpage-mode .news-action-center {
  margin-top: clamp(1rem, 1.8vh, 1.6rem);
}

/* Section 6: Contact Form / Universal Inquiry CTA */
body.fullpage-mode .clt-inquiry-section,
body.fullpage-mode .home-contact-sales-section {
  padding-top: calc(var(--header-h, 5.625rem) + clamp(0.5rem, 1.5vh, 1.75rem)) !important;
  padding-bottom: clamp(0.5rem, 1.5vh, 1.75rem) !important;
}
body.fullpage-mode .clt-inquiry-section .clt-inquiry-wrapper {
  max-width: min(100%, 54rem) !important;
  margin-inline: auto !important;
}
body.fullpage-mode .clt-inquiry-section .inquiry-heading {
  margin-bottom: clamp(0.35rem, 0.8vh, 0.75rem) !important;
  font-size: clamp(1.8rem, 2.4vw, 2.5rem) !important;
}
body.fullpage-mode .clt-inquiry-section .inquiry-subheading {
  margin-bottom: clamp(0.6rem, 1.2vh, 1.25rem) !important;
  font-size: clamp(0.95rem, 1.1vw, 1.08rem) !important;
}
body.fullpage-mode .clt-inquiry-section .clt-inquiry-form {
  gap: clamp(0.5rem, 1vh, 0.85rem) !important;
}
body.fullpage-mode .clt-inquiry-section .form-control {
  padding: clamp(0.45rem, 0.8vh, 0.65rem) 0.85rem !important;
}
body.fullpage-mode .clt-inquiry-section textarea.form-control {
  height: clamp(3.5rem, 7vh, 4.5rem) !important;
  min-height: 0 !important;
}
body.fullpage-mode .contact-sub-text {
  margin-bottom: clamp(0.6rem, 1.2vh, 1.2rem);
}
body.fullpage-mode .contact-sales-form {
  gap: 0.625rem;
}
body.fullpage-mode .dark-input {
  padding: 0.5625rem 0.75rem;
}

/* Section 7: Footer */
body.fullpage-mode .site-footer {
  min-height: 100vh !important;
  height: 100vh !important;
  padding-top: calc(var(--header-h, 5.625rem) + clamp(1rem, 1.8vh, 2rem)) !important;
  padding-bottom: 0 !important;
}
body.fullpage-mode .site-footer .footer-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
body.fullpage-mode .footer-columns-grid {
  padding-bottom: 1.25rem;
}

/* 4. Adaptive compact downscaling for Laptop Screens (Height <= 880px / 1280x720 150% scaling) */
@media (max-height: 880px) {
  body.fullpage-mode .home-products-section {
    padding-top: calc(var(--header-h, 4.25rem) + clamp(1rem, 2.2vh, 1.8rem)) !important;
    padding-bottom: clamp(1rem, 2.2vh, 1.8rem) !important;
  }
  body.fullpage-mode .home-products-section .section-header-flex {
    margin-bottom: clamp(1rem, 2vh, 1.6rem) !important;
  }
  body.fullpage-mode .home-products-section .product-white-card {
    height: calc(100vh - var(--header-h, 4.25rem) - clamp(9rem, 15vh, 12rem)) !important;
    min-height: 0 !important;
    max-height: 29rem !important;
    padding: clamp(1rem, 1.8vh, 1.4rem) clamp(1.1rem, 1.5vw, 1.5rem) !important;
  }
  body.fullpage-mode .home-products-section .card-tag {
    margin-bottom: clamp(0.5rem, 1vh, 0.8rem) !important;
  }
  body.fullpage-mode .home-products-section .card-img-wrap {
    height: clamp(9.5rem, 20vh, 12.5rem) !important;
    flex: 0 0 clamp(9.5rem, 20vh, 12.5rem) !important;
    margin-bottom: clamp(0.6rem, 1.2vh, 1rem) !important;
  }
  body.fullpage-mode .home-products-section .card-title {
    font-size: clamp(1.12rem, 1.5vh, 1.32rem) !important;
    margin-bottom: clamp(0.35rem, 0.7vh, 0.55rem) !important;
    line-height: 1.25 !important;
  }
  body.fullpage-mode .home-products-section .card-feature-list {
    flex: 1 1 auto !important;
    margin-bottom: clamp(0.4rem, 0.9vh, 0.8rem) !important;
  }
  body.fullpage-mode .home-products-section .card-feature-list li {
    font-size: clamp(0.82rem, 1.1vh, 0.92rem) !important;
    line-height: 1.55 !important;
    margin-bottom: clamp(0.15rem, 0.3vh, 0.25rem) !important;
    padding-left: 0.85rem !important;
  }
  body.fullpage-mode .home-products-section .card-action-btns {
    margin-top: auto !important;
    padding-top: 0.25rem !important;
    display: flex !important;
    justify-content: flex-start !important;
    align-items: center !important;
    gap: 1.15rem !important;
    width: 100% !important;
  }
  body.fullpage-mode .home-products-section .products-progress-bar {
    margin-top: clamp(1rem, 2vh, 1.5rem) !important;
  }
  body.fullpage-mode .globe-container {
    width: 22rem !important;
  }
  body.fullpage-mode .solutions-stage-banner {
    height: 24rem !important;
  }
  body.fullpage-mode .section-dark-title {
    font-size: 1.6rem !important;
  }
}

/* 4.1 Extra-Compact Laptop Viewport (Height <= 760px, e.g. 1920x1080 @ 150% scaling, available height ~580-620px) */
@media (max-height: 760px) {
  body.fullpage-mode .home-products-section,
  body.fullpage-mode .home-why-section,
  body.fullpage-mode .home-solutions-section,
  body.fullpage-mode .home-latest-news,
  body.fullpage-mode .clt-inquiry-section,
  body.fullpage-mode .home-contact-sales-section,
  body.fullpage-mode .site-footer {
    padding-top: calc(var(--header-h, 3.75rem) + 0.65rem) !important;
    padding-bottom: 0.65rem !important;
  }
  body.fullpage-mode .section-dark-title,
  body.fullpage-mode .section-heading-dark {
    font-size: 1.4rem !important;
    margin-bottom: 0.4rem !important;
  }
  body.fullpage-mode .home-products-section .product-white-card {
    flex: 0 0 21rem !important;
    width: 21rem !important;
    height: calc(100vh - var(--header-h, 3.75rem) - 7.5rem) !important;
    max-height: 24.5rem !important;
    padding: 0.75rem 1rem !important;
  }
  body.fullpage-mode .home-products-section .card-img-wrap {
    height: 7.8rem !important;
    flex: 0 0 7.8rem !important;
    margin-bottom: 0.4rem !important;
  }
  body.fullpage-mode .home-products-section .card-title {
    font-size: 1.08rem !important;
    margin-bottom: 0.25rem !important;
  }
  body.fullpage-mode .home-products-section .card-feature-list li {
    font-size: 0.78rem !important;
    line-height: 1.4 !important;
    margin-bottom: 0.1rem !important;
  }
  body.fullpage-mode .home-products-section .products-progress-bar {
    margin-top: 0.65rem !important;
  }
  body.fullpage-mode .home-why-section .why-grid-layout {
    gap: 1.8rem !important;
  }
  body.fullpage-mode .home-why-section .globe-container {
    width: 18rem !important;
    height: 18rem !important;
  }
  body.fullpage-mode .home-why-section .stat-box {
    min-height: 5rem !important;
    padding: 0.5rem 0.75rem !important;
  }
  body.fullpage-mode .home-why-section .stat-num {
    font-size: 1.4rem !important;
  }
  body.fullpage-mode .home-why-section .why-paragraphs p {
    font-size: 0.9rem !important;
    line-height: 1.45 !important;
    margin-bottom: 0.4rem !important;
  }
  body.fullpage-mode .solutions-stage-banner {
    height: 18rem !important;
  }
  body.fullpage-mode .solutions-tabs-pills {
    gap: 0.45rem !important;
    margin-bottom: 0.65rem !important;
  }
  body.fullpage-mode .news-card-featured .news-card-media {
    height: 8rem !important;
  }
  body.fullpage-mode .news-card-featured .news-card-title {
    font-size: 0.98rem !important;
  }
  body.fullpage-mode .contact-sales-form {
    gap: 0.4rem !important;
  }
  body.fullpage-mode .dark-input {
    padding: 0.4rem 0.6rem !important;
    font-size: 0.82rem !important;
  }
  body.fullpage-mode .site-footer .footer-columns-grid {
    padding-bottom: 0.35rem !important;
    gap: 0.85rem !important;
  }
}

/* 5. Ultra-Height & 4K Vertical Breathing Enhancements (Height > 1080px or 4K/2K Displays) */
@media (min-height: 1081px) and (min-width: 1600px), (min-width: 1921px) {
  /* Section 2: Products Vertical Breathability */
  body.fullpage-mode .home-products-section .section-header-flex {
    margin-bottom: 2.2rem !important;
  }
  body.fullpage-mode .home-products-section .products-progress-bar {
    margin-top: 2.2rem !important;
  }

  /* Section 3: Why Choose CLT Vertical Breathability */
  body.fullpage-mode .home-why-section .why-grid-layout {
    gap: 4rem !important;
  }
  body.fullpage-mode .home-why-section .section-dark-title {
    margin-bottom: 1.25rem !important;
  }
  body.fullpage-mode .home-why-section .section-subtitle {
    margin-bottom: 1.85rem !important;
    font-size: 1.25rem !important;
  }
  body.fullpage-mode .home-why-section .why-paragraphs p {
    font-size: 1.15rem !important;
    line-height: 1.7 !important;
    margin-bottom: 1.25rem !important;
  }
  body.fullpage-mode .home-why-section .why-stats-grid {
    margin-top: 2.25rem !important;
    margin-bottom: 2rem !important;
    gap: 1.25rem !important;
  }
  body.fullpage-mode .home-why-section .stat-box {
    min-height: 7.5rem !important;
    height: auto !important;
    padding: 1.15rem 1.35rem 1.15rem 0.85rem !important;
    gap: 0.45rem !important;
    box-sizing: border-box !important;
  }
  body.fullpage-mode .home-why-section .stat-text {
    justify-content: center !important;
    align-items: flex-end !important;
    text-align: right !important;
    width: 100% !important;
  }
  body.fullpage-mode .home-why-section .stat-num {
    font-size: 1.85rem !important;
    line-height: 1 !important;
    margin-bottom: 0.4rem !important;
    display: block !important;
    width: 100% !important;
    text-align: right !important;
  }
  body.fullpage-mode .home-why-section .stat-label {
    font-size: 0.9rem !important;
    line-height: 1.52 !important;
    display: block !important;
    width: 100% !important;
    text-align: right !important;
    max-width: 100% !important;
  }
  body.fullpage-mode .home-why-section .why-action-buttons {
    margin-top: 2.5rem !important;
    gap: 1.5rem !important;
  }
  body.fullpage-mode .home-why-section .globe-stage-wrapper {
    height: clamp(38rem, 70vh, 58rem) !important;
  }
  body.fullpage-mode .home-why-section .globe-container {
    width: clamp(38rem, 65vh, 55rem) !important;
  }

  /* Section 4: Application Solutions Vertical Breathability */
  body.fullpage-mode .solutions-stage-banner {
    height: clamp(28rem, 50vh, 38rem) !important;
  }
  body.fullpage-mode .home-solutions-dark .section-dark-title {
    margin-bottom: 2rem !important;
  }
  body.fullpage-mode .sol-col.is-active .sol-col-inner {
    padding-left: 5.5rem !important;
  }
  body.fullpage-mode .sol-desc {
    font-size: 1.18rem !important;
    line-height: 1.7 !important;
    margin-bottom: 1.8rem !important;
  }

  /* Section 5: News Vertical Breathability & Centered Arrows */
  body.fullpage-mode .home-latest-news .home-section-heading-center {
    margin-bottom: 2.5rem !important;
  }
  body.fullpage-mode .home-latest-news .section-dark-title {
    font-size: 2.6rem !important;
  }
  body.fullpage-mode .news-action-center {
    margin-top: 2.5rem !important;
  }
  body.fullpage-mode .news-arrow-chevron {
    top: clamp(6.5rem, 13vh, 10.5rem) !important;
    width: 4rem !important;
    height: 4rem !important;
  }
  body.fullpage-mode .news-arrow-chevron svg {
    width: 2.8rem !important;
    height: 2.8rem !important;
  }

  /* Section 6: Contact Us Vertical Breathability (Retain delicate input/button proportions) */
  body.fullpage-mode .clt-inquiry-section .inquiry-heading,
  body.fullpage-mode .home-contact-sales-section .contact-main-title {
    margin-bottom: 0.85rem !important;
  }
  body.fullpage-mode .clt-inquiry-section .inquiry-subheading,
  body.fullpage-mode .home-contact-sales-section .contact-sub-text {
    margin: 0 auto 2.2rem !important;
  }
  body.fullpage-mode .clt-inquiry-section .clt-inquiry-form,
  body.fullpage-mode .home-contact-sales-section .contact-sales-form {
    gap: 1.25rem !important;
  }
  body.fullpage-mode .clt-inquiry-section .form-control,
  body.fullpage-mode .home-contact-sales-section .dark-input {
    padding: 1.15rem 1.25rem !important;
  }
  body.fullpage-mode .clt-inquiry-section textarea.form-control,
  body.fullpage-mode .home-contact-sales-section textarea.dark-input {
    min-height: 7.5rem !important;
  }

  /* Section 7: Footer Vertical Breathability */
  body.fullpage-mode .site-footer {
    padding-top: 6rem !important;
  }
  body.fullpage-mode .site-footer .footer-columns-grid {
    gap: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
  body.fullpage-mode .site-footer .footer-col-heading {
    font-size: 1.45rem !important;
    margin-bottom: 1.8rem !important;
    padding-bottom: 1rem !important;
  }
  body.fullpage-mode .site-footer .footer-nav-list li a {
    font-size: 1rem !important;
    line-height: 1.8 !important;
  }
  body.fullpage-mode .site-footer .contact-address-text {
    font-size: 1rem !important;
    max-width: 36rem !important;
  }
  body.fullpage-mode .site-footer .contact-email-link {
    font-size: 1rem !important;
  }
  body.fullpage-mode .site-footer .footer-bottom-bar {
    padding: 3rem 0 3.5rem !important;
    font-size: 1rem !important;
  }
}

/* =========================================================
   Mobile/Tablet (< 1024px): Disable FullPage Mode & Hide Switch
   ========================================================= */
@media (max-width: 1023px) {
  #fullpageSwitchBtn,
  .btn-fullpage-switch,
  #fullpageDotNav,
  .fullpage-dot-nav {
    display: none !important;
  }

  html.fullpage-mode,
  body.fullpage-mode {
    scroll-snap-type: none !important;
    overflow-y: auto !important;
    height: auto !important;
    max-height: none !important;
  }

  body.fullpage-mode .home-hero-static,
  body.fullpage-mode .home-products-section,
  body.fullpage-mode .home-why-section,
  body.fullpage-mode .home-solutions-dark,
  body.fullpage-mode .home-solutions-section,
  body.fullpage-mode .home-latest-news,
  body.fullpage-mode .clt-inquiry-section,
  body.fullpage-mode .home-contact-sales-section,
  body.fullpage-mode .site-footer {
    scroll-snap-align: none !important;
    scroll-snap-stop: normal !important;
    min-height: auto !important;
    height: auto !important;
    max-height: none !important;
    overflow: visible !important;
  }
}

/* =========================================================
   Screen Width < 1600px: Responsive Proportions & Scaling
   ========================================================= */
@media (max-width: 1599px) {
  /* 3. Products Section Card Scaling (<1600px: Guarantee 3 Full Cards + Right Peek) */
  .products-cards-track {
    gap: clamp(1rem, 1.4vw, 1.5rem) !important;
    padding: 0.375rem 0.125rem 1rem !important;
  }
  .product-white-card {
    flex: 0 0 clamp(19.5rem, 23.5vw, 24.5rem) !important;
    width: clamp(19.5rem, 23.5vw, 24.5rem) !important;
    height: auto !important;
    min-height: 33.5rem !important;
    max-height: none !important;
    padding: 1.4rem 1.6rem !important;
    border-radius: 1rem !important;
  }
  body.fullpage-mode .home-products-section {
    padding-top: calc(var(--header-h, 4.75rem) + clamp(1.4rem, 2.8vh, 2.2rem)) !important;
    padding-bottom: clamp(1.4rem, 2.8vh, 2.2rem) !important;
  }
  body.fullpage-mode .home-products-section .section-header-flex {
    margin-bottom: clamp(1.4rem, 2.6vh, 2rem) !important;
  }
  body.fullpage-mode .product-white-card {
    height: calc(100vh - var(--header-h, 4.75rem) - clamp(11.5rem, 18.5vh, 14.5rem)) !important;
    min-height: 0 !important;
    max-height: 31rem !important;
    padding: clamp(1.2rem, 2vh, 1.6rem) clamp(1.3rem, 1.8vw, 1.7rem) !important;
  }
  body.fullpage-mode .card-tag {
    margin-bottom: clamp(0.7rem, 1.3vh, 1rem) !important;
    gap: 0.45rem !important;
  }
  body.fullpage-mode .card-img-wrap {
    height: clamp(11.5rem, 25vh, 15rem) !important;
    flex: 0 0 clamp(11.5rem, 25vh, 15rem) !important;
    margin-bottom: clamp(0.9rem, 1.6vh, 1.3rem) !important;
  }
  body.fullpage-mode .card-title {
    font-size: clamp(1.22rem, 1.7vh, 1.42rem) !important;
    margin-bottom: clamp(0.45rem, 0.85vh, 0.65rem) !important;
    line-height: 1.25 !important;
  }
  body.fullpage-mode .card-feature-list {
    flex: 1 1 auto !important;
    margin-bottom: clamp(0.6rem, 1.2vh, 1rem) !important;
  }
  body.fullpage-mode .card-feature-list li {
    font-size: clamp(0.88rem, 1.2vh, 0.98rem) !important;
    line-height: 1.65 !important;
    margin-bottom: clamp(0.2rem, 0.4vh, 0.35rem) !important;
    padding-left: 1rem !important;
  }
  body.fullpage-mode .card-action-btns {
    margin-top: auto !important;
    padding-top: 0.25rem !important;
    display: flex !important;
    justify-content: flex-start !important;
    align-items: center !important;
    gap: 1.35rem !important;
    width: 100% !important;
  }
  body.fullpage-mode .products-progress-bar {
    margin-top: clamp(1.4rem, 2.6vh, 2rem) !important;
  }

  /* 4. Why Choose Section & 3D Globe Scaling (<1600px) */
  .home-why-section {
    padding: 3rem 0 4rem !important;
  }
  .why-grid-layout {
    display: grid !important;
    grid-template-columns: 1.15fr 0.85fr !important;
    gap: clamp(2rem, 3.5vw, 4rem) !important;
    align-items: center !important;
    width: 100% !important;
  }
  .why-left-content {
    width: 100% !important;
    max-width: none !important;
    flex: none !important;
  }
  .why-paragraphs p {
    font-size: 1.05rem !important;
    line-height: 1.68 !important;
    max-width: none !important;
  }
  .why-right-media {
    width: 100% !important;
    max-width: none !important;
    flex: none !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    overflow: visible !important;
  }
  .globe-stage-wrapper {
    width: 100% !important;
    max-width: clamp(26rem, 41vw, 36rem) !important;
    aspect-ratio: 1 / 1 !important;
    height: auto !important;
    min-height: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin-inline: auto !important;
  }
  .globe-container {
    width: 100% !important;
    height: 100% !important;
    aspect-ratio: 1 / 1 !important;
    max-width: 100% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }
}
