﻿:root {
  --bg: #07111C;
  --surface: #0F1F2E;
  --surface-light: #163042;
  --primary: #123B5F;
  --primary-deep: #081726;
  --accent: #00B8D9;
  --accent-soft: #7FE7F5;
  --metal: #8B98A7;
  --text: #EAF4FF;
  --muted: #9FB3C8;
  --border: rgba(255, 255, 255, .08);
  --light-bg: #F5F8FA;
  --light-surface: #FFFFFF;
  --light-soft: #EEF3F7;
  --light-text: #1A2332;
  --light-muted: #5B6B7A;
  --light-border: rgba(18, 59, 95, 0.12);
  --primary-dark: var(--primary-deep);
  --accent-light: var(--accent-soft);
  --shadow: 0 20px 45px rgba(0, 184, 217, 0.12);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  color: var(--text);
  background: #ffffff;
}

main {
  overflow: hidden;
}

img {
  max-width: 100%;
  display: block;
}

.site-header {
  position: relative;
  z-index: 30;
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid rgba(207, 216, 220, 0.6);
}

/* Common centered content width */
.topbar,
.stats-section,
.section-heading,
.section-inner,
.product-grid,
.feature-grid,
.news-grid,
.cert-grid {
  width: min(1140px, calc(100% - 180px));
  margin-left: auto;
  margin-right: auto;
}

/* Inside section-inner, children fill the container */
.section-inner .section-heading,
.section-inner .app-carousel,
.section-inner .factory-grid,
.section-inner .feature-grid {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.topbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 4px 0;
  gap: 12px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 10px;
}

.brand-logo {
  width: clamp(160px, 18vw, 260px);
  height: 72px;
  object-fit: contain;
  object-position: left center;
  padding: 2px 4px;
  border-radius: 10px;
  background: transparent;
  mix-blend-mode: multiply;
}

.brand h1,
.brand-kicker,
.section-heading h2,
.section-heading p,
.hero-content h2,
.hero-content p,
.site-footer h2,
.site-footer p {
  margin: 0;
}

.brand h1 {
  font-size: clamp(1rem, 1.8vw, 1.45rem);
  line-height: 1.1;
}

.brand-kicker,
.eyebrow {
  color: var(--primary);
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.76rem;
  font-weight: 700;
}

.hero .eyebrow {
  color: #bbdefb;
}

#systems .eyebrow,
.about-section .eyebrow,
.applications .eyebrow,
.manufacturing-section .eyebrow,
.why-section .eyebrow,
.trust-section .eyebrow,
.inquiry-section .eyebrow,
.site-footer .eyebrow,
.news-section .eyebrow {
  color: var(--accent);
}

.top-contact {
  display: flex;
  align-items: center;
  gap: 14px;
  color: var(--muted);
  font-size: 0.92rem;
}

.main-nav a,
.text-link {
  color: var(--text);
  text-decoration: none;
  font-weight: 600;
}

.main-nav {
  position: sticky;
  top: 0;
  z-index: 40;
  display: flex;
  align-items: center;
  gap: 22px;
  width: 100%;
  padding: 8px max(10px, calc((100vw - 1280px) / 2));
  flex-wrap: wrap;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(207, 216, 220, 0.7);
  box-shadow: 0 8px 22px rgba(11, 31, 51, 0.08);
}

.nav-dropdown {
  position: relative;
}

.nav-toggle {
  display: none;
  margin-left: auto;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border-radius: 12px;
  border: 1px solid var(--border);
  background: rgba(255, 255, 255, 0.92);
  color: var(--primary-deep);
  box-shadow: 0 8px 22px rgba(11, 31, 51, 0.08);
  cursor: pointer;
}

.nav-toggle svg {
  width: 22px;
  height: 22px;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 80;
  min-width: 240px;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 14px;
  box-shadow: var(--shadow);
  padding: 10px;
  display: none;
}

.dropdown-menu a {
  display: block;
  padding: 10px 12px;
  border-radius: 10px;
}

.dropdown-menu a:hover,
.main-nav a:hover,
.text-link:hover {
  color: var(--primary);
}

.nav-dropdown:hover .dropdown-menu,
.nav-dropdown:focus-within .dropdown-menu {
  display: block;
}

.nav-cta {
  margin-left: auto;
  background: linear-gradient(135deg, var(--accent), #9D7248);
  color: #fff !important;
  padding: 12px 18px;
  border-radius: 999px;
  box-shadow: 0 8px 20px rgba(182, 139, 94, 0.24);
}

.hero {
  position: relative;
  width: 100%;
  min-height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.hero-media,
.hero-overlay {
  position: absolute;
  inset: 0;
}

.hero-media img {
  width: 100%;
  height: 100%;
  min-height: 500px;
  object-fit: cover;
}

.hero-overlay {
  background: linear-gradient(90deg, rgba(18, 59, 95, 0.36) 0%, rgba(18, 59, 95, 0.24) 42%, rgba(0, 184, 217, 0.12) 100%);
}

.hero-content {
  position: relative;
  z-index: 2;
  width: min(1180px, calc(100% - 32px));
  padding: 40px 0;
  color: #ffffff;
}

.hero-content h2 {
  margin-top: 12px;
  max-width: 680px;
  font-size: clamp(2rem, 4vw, 4rem);
  line-height: 1.08;
}

.hero-content p {
  margin-top: 16px;
  max-width: 700px;
  color: rgba(255, 255, 255, 0.88);
  line-height: 1.85;
  font-size: 1.05rem;
}

.hero-highlights,
.about-points,
.cert-grid,
.application-cards,
.product-grid,
.feature-grid,
.news-grid,
.factory-grid {
  display: grid;
  gap: 18px;
}

.hero-highlights {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 20px;
}

.hero-highlights span {
  background: rgba(255, 255, 255, 0.14);
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  padding: 10px 14px;
  font-weight: 700;
  font-size: 0.95rem;
  backdrop-filter: blur(8px);
  text-align: center;
}

.hero-actions {
  display: flex;
  gap: 14px;
  margin-top: 24px;
  margin-bottom: 60px;
  flex-wrap: wrap;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 170px;
  padding: 14px 20px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 700;
}

.btn-primary {
  background: linear-gradient(135deg, var(--accent), #9D7248);
  color: #fff;
  box-shadow: 0 8px 20px rgba(182, 139, 94, 0.24);
}

.btn-secondary {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.35);
  backdrop-filter: blur(8px);
}

.stats-section {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin: -40px auto 10px;
  position: relative;
  z-index: 5;
}

.stat-card,
.product-card,
.feature-card,
.news-card,
.application-cards article,
.about-copy,
.about-image,
.factory-grid article,
.inquiry-form {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 22px;
  box-shadow: var(--shadow);
}

.stat-card {
  padding: 24px;
}

.stat-card strong {
  display: block;
  font-size: 1.6rem;
  color: var(--accent);
  margin-bottom: 8px;
}

.stat-card span,
.product-card p,
.feature-card p,
.news-card p,
.application-cards p,
.about-copy p,
.factory-grid p {
  color: var(--muted);
  line-height: 1.7;
}

/* Section backgrounds and spacing */
#systems,
.why-section,
.news-section {
  background: #ffffff;
  padding: 68px 0 60px;
}

.about-section,
.applications {
  background: linear-gradient(180deg, #f9fbfd 0%, #f3f8fc 100%);
  border-top: 1px solid rgba(207, 216, 220, 0.35);
  border-bottom: 1px solid rgba(207, 216, 220, 0.35);
  padding: 68px 0 60px;
}

.trust-section,
.manufacturing-section {
  background: linear-gradient(180deg, #f4f9fd 0%, #eaf3fa 100%);
  border-top: 1px solid rgba(207, 216, 220, 0.4);
  border-bottom: 1px solid rgba(207, 216, 220, 0.4);
  padding: 68px 0 60px;
}

.inquiry-section {
  background: linear-gradient(180deg, #f9fbfd 0%, #f3f8fc 100%);
  border-top: 1px solid rgba(207, 216, 220, 0.35);
  padding: 68px 0 60px;
}

.section-heading h2,
.site-footer h2 {
  margin-top: 10px;
  font-size: clamp(1.7rem, 3vw, 2.5rem);
  line-height: 1.2;
}

.split-heading {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  max-width: none;
}

.split-heading>* {
  flex: 1;
}

.split-heading p:last-child {
  color: var(--muted);
  line-height: 1.8;
  margin-top: 18px;
}

.product-grid {
  grid-template-columns: repeat(4, 1fr);
  align-items: stretch;
}

.product-card,
.feature-card,
.news-card,
.application-cards article,
.factory-grid article {
  padding: 26px;
}

.product-card {
  display: grid;
  padding: 0;
  min-height: 240px;
  height: 240px;
  border-color: rgba(18, 59, 95, 0.08);
  box-shadow: 0 12px 28px rgba(18, 59, 95, 0.08);
}

.product-card-media,
.product-card-body {
  grid-area: 1 / 1;
}

.product-card-media {
  position: relative;
  inset: auto;
  height: 100%;
  overflow: hidden;
  border-radius: inherit;
}

.product-card-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.03) 0%, rgba(18, 59, 95, 0.03) 52%, rgba(18, 51, 82, 0.08) 100%);
  pointer-events: none;
}

.product-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  opacity: 0.74;
  filter: brightness(1.12) saturate(1.04);
}

.product-card-body {
  position: relative;
  inset: auto;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-self: stretch;
  padding: 18px 18px 16px;
  background: linear-gradient(180deg, rgba(22, 71, 116, 0.02) 0%, rgba(20, 63, 102, 0.06) 44%, rgba(18, 51, 82, 0.28) 100%);
}

.product-card h3,
.feature-card h3,
.news-card h3,
.application-cards h3,
.factory-grid h3,
.about-copy h2 {
  margin: 0 0 10px;
}

.product-card h3 {
  font-size: 1.08rem;
  line-height: 1.18;
  min-height: 2.55em;
  color: #f8fbff;
  text-shadow: 0 4px 14px rgba(7, 17, 28, 0.36);
}

.product-card p {
  margin: 0;
  color: rgba(244, 249, 255, 0.96);
  text-shadow: 0 2px 10px rgba(7, 17, 28, 0.3);
}

.product-card:hover {
  border-color: var(--accent-light);
  box-shadow: 0 20px 45px rgba(255, 87, 34, 0.15);
}

/* About section: full-width background, content centered via padding */
.about-section {
  display: grid;
  grid-template-columns: 1fr 0.95fr;
  gap: 24px;
  align-items: center;
  padding-left: max(90px, calc((100% - 1140px) / 2));
  padding-right: max(90px, calc((100% - 1140px) / 2));
}

.about-copy,
.about-image {
  padding: 28px;
}

.about-image img,
.application-cards img,
.factory-grid img {
  width: 100%;
  border-radius: 16px;
  object-fit: cover;
}

.factory-grid img {
  height: 220px;
}

.about-points {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 22px;
}

.about-points span,
.cert-grid span {
  background: #D9EEF4;
  color: var(--primary-dark);
  border-radius: 999px;
  padding: 10px 14px;
  font-weight: 700;
  text-align: center;
}

/* Application carousel */
.app-carousel {
  position: relative;
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: var(--shadow);
}

.app-carousel-track {
  position: relative;
  width: 100%;
  height: 520px;
}

.app-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 0.6s ease;
  pointer-events: none;
}

.app-slide.active {
  opacity: 1;
  pointer-events: auto;
}

.app-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  max-width: none;
  border-radius: 0;
}

.app-slide-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 80px 52px 44px;
  background: linear-gradient(to top, rgba(10, 25, 55, 0.9) 0%, rgba(10, 25, 55, 0.45) 60%, transparent 100%);
  color: #fff;
}

.app-slide-overlay h3 {
  margin: 0 0 10px;
  font-size: clamp(1.5rem, 2.5vw, 2.1rem);
  line-height: 1.2;
}

.app-slide-overlay p {
  margin: 0;
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.85);
  max-width: 560px;
  line-height: 1.7;
}

.app-carousel-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.15);
  border: 1.5px solid rgba(255, 255, 255, 0.4);
  color: #fff;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  font-size: 2.2rem;
  cursor: pointer;
  backdrop-filter: blur(8px);
  transition: background 0.2s, transform 0.2s;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  padding: 0;
  line-height: 1;
}

.app-carousel-btn:hover {
  background: rgba(255, 255, 255, 0.3);
  transform: translateY(-50%) scale(1.08);
}

.app-carousel-prev {
  left: 22px;
}

.app-carousel-next {
  right: 22px;
}

.app-carousel-dots {
  position: absolute;
  bottom: 20px;
  right: 52px;
  display: flex;
  gap: 8px;
  z-index: 10;
}

.app-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.7);
  background: transparent;
  cursor: pointer;
  padding: 0;
  transition: background 0.2s, border-color 0.2s;
}

.app-dot.active {
  background: #fff;
  border-color: #fff;
}

.factory-grid {
  grid-template-columns: repeat(3, 1fr);
}

.cert-grid {
  grid-template-columns: repeat(3, 1fr);
}

.feature-grid {
  grid-template-columns: repeat(2, 1fr);
}

.news-grid {
  grid-template-columns: repeat(3, 1fr);
}

.news-card span {
  color: var(--primary);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.78rem;
}

.text-link {
  color: var(--primary);
  justify-self: end;
  align-self: end;
}

.news-section .split-heading {
  align-items: end;
}

/* Factory cards with text overlay */
.factory-card {
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: var(--shadow);
}

.factory-card img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  display: block;
  max-width: none;
  border-radius: 0;
  transition: transform 0.28s ease;
}

.factory-card-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 68px 26px 26px;
  background: linear-gradient(to top, rgba(7, 17, 28, 0.68) 0%, rgba(10, 25, 55, 0.3) 34%, rgba(10, 25, 55, 0.05) 62%, rgba(10, 25, 55, 0) 100%);
  color: #fff;
  opacity: 1;
  transition: opacity 0.24s ease, background 0.24s ease;
}

.factory-card:hover img {
  transform: scale(1.02);
}

.factory-card:hover .factory-card-overlay {
  opacity: 1;
  background: linear-gradient(to top, rgba(7, 17, 28, 0.84) 0%, rgba(10, 25, 55, 0.58) 42%, rgba(10, 25, 55, 0.22) 70%, rgba(10, 25, 55, 0.04) 100%);
}

.factory-card-overlay h3 {
  margin: 0 0 8px;
  font-size: 1.3rem;
  line-height: 1.25;
  color: #ffffff;
  text-shadow: 0 4px 16px rgba(0, 0, 0, 0.42);
}

.factory-card-overlay p {
  margin: 0;
  font-size: 0.92rem;
  color: rgba(255, 255, 255, 0.96);
  line-height: 1.6;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.34);
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 0.24s ease, transform 0.24s ease;
}

.factory-card:hover .factory-card-overlay p {
  opacity: 1;
  transform: translateY(0);
}

.inquiry-section .inquiry-form {
  width: min(1140px, calc(100% - 180px));
  margin-left: auto;
  margin-right: auto;
}

.site-footer {
  background: linear-gradient(180deg, #fbfdff 0%, #f2f7fb 100%);
  border-top: 1px solid var(--border);
  padding: 36px 0 52px;
}

.site-footer>div {
  width: min(1140px, calc(100% - 180px));
  margin-left: auto;
  margin-right: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: start;
}

.footer-intro {
  display: grid;
  gap: 18px;
}

.footer-summary {
  color: var(--muted);
  line-height: 1.9;
  padding-bottom: 18px;
  border-bottom: 1px dashed rgba(207, 216, 220, 0.9);
}

.footer-contact {
  display: grid;
  gap: 12px;
}

.footer-contact p {
  margin: 0;
  line-height: 1.7;
}

.footer-contact strong {
  color: var(--text);
}

.inquiry-form {
  padding: 26px;
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.inquiry-form label {
  display: grid;
  gap: 8px;
  font-weight: 600;
  color: var(--text);
}

.inquiry-form span {
  font-size: 0.92rem;
}

.inquiry-form input,
.inquiry-form select,
.inquiry-form textarea {
  width: 100%;
  padding: 13px 14px;
  border: 1px solid var(--border);
  border-radius: 12px;
  font: inherit;
  color: var(--text);
  background: #fff;
}

.form-message {
  margin-top: 16px;
}

.form-submit {
  margin-top: 18px;
  border: none;
  background: linear-gradient(135deg, var(--accent), #e64a19);
  color: #fff;
  padding: 14px 22px;
  border-radius: 999px;
  font: inherit;
  font-weight: 700;
  cursor: pointer;
  box-shadow: 0 12px 24px rgba(255, 87, 34, 0.3);
}

@media (max-width: 1024px) {

  .hero-highlights,
  .product-grid,
  .application-cards,
  .factory-grid,
  .news-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .about-section,
  .feature-grid {
    grid-template-columns: 1fr;
  }

  .site-footer>div {
    grid-template-columns: 1fr;
  }

  .split-heading {
    flex-direction: column;
  }
}

@media (max-width: 920px) {
  .stats-section {
    grid-template-columns: 1fr;
    margin-top: -24px;
  }

  .cert-grid,
  .about-points,
  .form-grid {
    grid-template-columns: 1fr;
  }

  .brand-logo {
    width: clamp(140px, 32vw, 210px);
    height: 62px;
  }
}

@media (max-width: 720px) {
  .topbar {
    flex-direction: column;
    align-items: flex-start;
    padding: 5px 0;
  }

  .top-contact {
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
  }

  .main-nav {
    gap: 12px 16px;
    padding: 8px 10px;
  }

  .nav-cta {
    margin-left: 0;
  }

  .hero {
    min-height: 92vh;
  }

  .hero-content {
    padding: 44px 0 42px;
  }

  .hero-content h2 {
    font-size: clamp(1.8rem, 7vw, 2.8rem);
  }

  .hero-media img {
    min-height: 92vh;
  }

  .hero-highlights,
  .product-grid,
  .application-cards,
  .factory-grid,
  .news-grid {
    grid-template-columns: 1fr;
  }

  .dropdown-menu {
    position: static;
    display: none;
    margin-top: 10px;
  }

  .nav-dropdown.active .dropdown-menu,
  .nav-dropdown:hover .dropdown-menu,
  .nav-dropdown:focus-within .dropdown-menu {
    display: block;
  }
}

.factory-grid .factory-card {
  padding: 0;
  height: 320px;
}

.factory-grid .factory-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

@media (max-width: 720px) {
  .factory-grid .factory-card {
    height: 260px;
  }
}

body.home-page {
  background: linear-gradient(180deg, var(--bg) 0%, var(--primary-deep) 100%);
}

.home-page .site-header {
  background: linear-gradient(180deg, rgba(245, 248, 250, 0.98) 0%, rgba(238, 243, 247, 0.96) 100%);
  border-bottom: 1px solid var(--light-border);
  box-shadow: 0 12px 28px rgba(18, 59, 95, 0.08);
}

.home-page .site-header .brand h1 {
  color: var(--light-text);
}

.home-page .site-header .brand-kicker {
  color: var(--primary);
}

.home-page .site-header .brand-logo {
  mix-blend-mode: multiply;
}

.home-page .site-header .top-contact {
  color: var(--light-muted);
}

.home-page .brand-kicker,
.home-page .eyebrow {
  color: var(--accent);
}

.home-page .top-contact {
  color: var(--muted);
}

.home-page .main-nav {
  background: rgba(7, 17, 28, 0.9);
  border-bottom: 1px solid var(--border);
  box-shadow: 0 14px 34px rgba(0, 184, 217, 0.08);
}

.home-page .main-nav a,
.home-page .text-link {
  color: var(--text);
}

.home-page .main-nav a:hover,
.home-page .text-link:hover,
.home-page .dropdown-menu a:hover,
.home-page .card-link:hover {
  color: var(--accent-soft);
}

.home-page .dropdown-menu {
  background: rgba(15, 31, 46, 0.98);
  border: 1px solid var(--border);
  box-shadow: 0 24px 50px rgba(0, 184, 217, 0.12);
}

.home-page .nav-cta,
.home-page .btn-primary,
.home-page .form-submit {
  background: linear-gradient(135deg, #00B8D9, #007EA7);
  box-shadow: 0 14px 30px rgba(0, 184, 217, 0.22);
}

.home-page .btn-secondary {
  background: rgba(255, 255, 255, 0.18);
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.42);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.16), 0 16px 34px rgba(11, 31, 51, 0.2);
}

.home-page .hero {
  min-height: 660px;
}

.home-page .hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 78% 24%, rgba(0, 184, 217, 0.18) 0%, rgba(0, 184, 217, 0) 24%), linear-gradient(180deg, rgba(127, 231, 245, 0.08) 0%, rgba(127, 231, 245, 0) 28%);
  z-index: 1;
  pointer-events: none;
}

.home-page .hero-media img {
  transform: scale(1.08);
  filter: saturate(1.08) contrast(1.04);
}

.home-page .hero-overlay {
  background: linear-gradient(96deg, rgba(8, 23, 38, 0.9) 0%, rgba(11, 31, 51, 0.82) 32%, rgba(18, 59, 95, 0.58) 58%, rgba(0, 184, 217, 0.2) 100%);
}

.home-page .hero-content {
  width: min(1200px, calc(100% - 40px));
  padding: 88px 0 108px;
}

.home-page .hero .eyebrow {
  color: var(--accent-soft);
  text-shadow: 0 6px 18px rgba(0, 0, 0, 0.18);
}

.home-page .hero-content h2 {
  max-width: 860px;
  font-size: clamp(2.5rem, 5.2vw, 5.15rem);
  line-height: 1.02;
  letter-spacing: -0.04em;
  text-shadow: 0 18px 42px rgba(0, 0, 0, 0.34);
}

.home-page .hero-content p {
  max-width: 780px;
  font-size: 1.1rem;
  color: rgba(255, 255, 255, 0.93);
  text-shadow: 0 8px 24px rgba(0, 0, 0, 0.14);
}

.home-page .hero-highlights {
  max-width: 980px;
  gap: 16px;
}

.home-page .hero-highlights span {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.08) 100%);
  border: 1px solid rgba(255, 255, 255, 0.24);
  box-shadow: 0 16px 34px rgba(11, 31, 51, 0.22);
}

.home-page .hero-actions {
  margin-top: 34px;
  margin-bottom: 92px;
}

.home-page .btn-primary,
.home-page .btn-secondary {
  min-width: 190px;
  padding: 16px 26px;
}

.home-page .btn-primary {
  background: linear-gradient(135deg, var(--accent), #9D7248);
  color: #fff;
  box-shadow: 0 8px 20px rgba(182, 139, 94, 0.24);
}

.home-page .btn-secondary {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.35);
  backdrop-filter: blur(8px);
}

.home-page .stats-section {
  margin: -88px auto 26px;
  gap: 20px;
}

.home-page .stat-card,
.home-page .product-card,
.home-page .feature-card,
.home-page .news-card,
.home-page .about-copy,
.home-page .about-image,
.home-page .factory-grid article,
.home-page .inquiry-form {
  border: 1px solid var(--border);
  box-shadow: var(--shadow);
}

.home-page .stat-card {
  background: linear-gradient(180deg, var(--light-surface) 0%, var(--light-soft) 100%);
  color: var(--light-text);
  border-color: var(--light-border);
  box-shadow: 0 22px 48px rgba(18, 59, 95, 0.1);
}

.home-page .stat-card strong {
  color: var(--accent);
}

.home-page #systems {
  background: linear-gradient(180deg, var(--light-bg) 0%, var(--light-soft) 100%);
}

.home-page #systems .section-heading h2,
.home-page #systems .section-heading p {
  color: var(--light-text);
}

.home-page .about-section {
  position: relative;
  background-image: linear-gradient(180deg, rgba(245, 248, 250, 0.82) 0%, rgba(238, 243, 247, 0.84) 100%), url("images/pump-factory.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-top: none;
  border-bottom: none;
}

.home-page .about-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.62) 0%, rgba(238, 243, 247, 0.42) 46%, rgba(18, 59, 95, 0.08) 100%);
  pointer-events: none;
}

.home-page .about-section .about-copy,
.home-page .about-section .about-points span {
  color: var(--light-text);
}

.home-page .about-section>* {
  position: relative;
  z-index: 1;
}

.home-page .applications {
  background: linear-gradient(180deg, #081726 0%, #0D2235 100%);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}

.home-page .applications .section-heading h2,
.home-page .applications .section-heading p,
.home-page .applications .section-heading .eyebrow {
  color: var(--text);
}

.home-page .applications .section-heading .eyebrow {
  color: var(--accent);
}

.home-page .why-section {
  background: linear-gradient(180deg, var(--light-bg) 0%, var(--light-soft) 100%);
  border-top: 1px solid var(--light-border);
  border-bottom: 1px solid var(--light-border);
}

.home-page .why-section .section-heading h2,
.home-page .why-section .section-heading p,
.home-page .why-section .section-heading .eyebrow {
  color: var(--light-text);
}

.home-page .why-section .section-heading .eyebrow {
  color: var(--primary);
}

.home-page .why-section .feature-card {
  background: var(--light-surface);
  color: var(--light-text);
  border-color: var(--light-border);
  box-shadow: 0 22px 48px rgba(18, 59, 95, 0.1);
}

.home-page .why-section .feature-card h3 {
  color: var(--light-text);
}

.home-page .why-section .feature-card p {
  color: var(--light-muted);
}

.home-page .trust-section {
  background: linear-gradient(180deg, var(--light-surface) 0%, var(--light-bg) 100%);
  color: var(--light-text);
  border-top: 1px solid var(--light-border);
  border-bottom: none;
}

.home-page .manufacturing-section {
  background: linear-gradient(180deg, var(--light-soft) 0%, var(--light-bg) 100%);
  color: var(--light-text);
  border-top: 1px solid var(--light-border);
  border-bottom: 1px solid var(--light-border);
}

.home-page .news-section {
  background: linear-gradient(180deg, var(--light-surface) 0%, var(--light-bg) 100%);
  color: var(--light-text);
}

.home-page .trust-section .section-heading h2,
.home-page .trust-section .section-heading p,
.home-page .manufacturing-section .section-heading h2,
.home-page .manufacturing-section .section-heading p,
.home-page .news-section .section-heading h2,
.home-page .news-section .section-heading p {
  color: var(--light-text);
}

.home-page .product-card,
.home-page .feature-card,
.home-page .news-card {
  transition: transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease, background 0.24s ease;
}

.home-page .product-card {
  position: relative;
  display: grid;
  overflow: hidden;
  background: linear-gradient(180deg, #1C425F 0%, #16324A 100%);
  border-color: rgba(0, 184, 217, 0.16);
  box-shadow: 0 18px 36px rgba(18, 59, 95, 0.18), 0 8px 20px rgba(0, 184, 217, 0.08);
}

.home-page .product-card-media {
  position: relative;
  inset: auto;
  height: 100%;
}

.home-page .product-card-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.01) 0%, rgba(11, 31, 51, 0.05) 42%, rgba(11, 31, 51, 0.12) 100%);
}

.home-page .product-card-body {
  position: relative;
  inset: auto;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-self: stretch;
  padding: 18px 18px 16px;
  background: linear-gradient(180deg, rgba(18, 59, 95, 0.04) 0%, rgba(18, 59, 95, 0.1) 50%, rgba(11, 31, 51, 0.24) 100%);
}

.home-page .product-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 14% 10%, rgba(0, 184, 217, 0.18) 0%, rgba(0, 184, 217, 0) 42%), linear-gradient(180deg, rgba(255, 255, 255, 0.06) 0%, rgba(255, 255, 255, 0.01) 24%, rgba(255, 255, 255, 0) 46%);
  pointer-events: none;
  z-index: 1;
}

.home-page .product-card::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.06);
  pointer-events: none;
}

.home-page .product-card>* {
  position: relative;
}

.home-page .product-card h3,
.home-page .product-card .card-link {
  color: #fbfdff;
  text-shadow: 0 4px 14px rgba(0, 0, 0, 0.16);
}

.home-page .product-card p {
  color: rgba(245, 249, 253, 0.96);
  line-height: 1.45;
  font-size: 0.92rem;
}

.home-page .product-card:hover,
.home-page .feature-card:hover,
.home-page .news-card:hover {
  transform: translateY(-6px);
  border-color: rgba(0, 184, 217, 0.28);
  box-shadow: 0 28px 56px rgba(11, 31, 51, 0.12);
}

.home-page .product-card:hover {
  background: linear-gradient(180deg, #23506F 0%, #1A3A55 100%);
  border-color: rgba(0, 184, 217, 0.28);
  box-shadow: 0 24px 48px rgba(18, 59, 95, 0.22), 0 10px 24px rgba(0, 184, 217, 0.12);
}

.home-page .product-card:hover .product-card-media::after {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.01) 0%, rgba(11, 31, 51, 0.06) 42%, rgba(11, 31, 51, 0.14) 100%);
}

.home-page .product-card:hover::before {
  background: radial-gradient(circle at 14% 10%, rgba(0, 184, 217, 0.24) 0%, rgba(0, 184, 217, 0) 42%), linear-gradient(180deg, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0.02) 26%, rgba(255, 255, 255, 0) 48%);
}

.home-page .product-card:hover .card-link,
.home-page .product-card:hover h3 {
  color: #ffffff;
}

.home-page .about-points span,
.home-page .cert-grid span {
  background: linear-gradient(180deg, var(--light-surface) 0%, var(--light-soft) 100%);
  color: var(--light-text);
  border: 1px solid var(--light-border);
}

.home-page .trust-section .cert-grid span,
.home-page .manufacturing-section .factory-grid article,
.home-page .news-section .news-card,
.home-page .about-copy,
.home-page .about-image {
  background: var(--light-surface);
  color: var(--light-text);
  border-color: var(--light-border);
  box-shadow: 0 22px 48px rgba(18, 59, 95, 0.1);
}

.home-page .stat-card span,
.home-page .about-copy p,
.home-page .manufacturing-section .factory-grid p,
.home-page .news-section .news-card p {
  color: var(--light-muted);
}

.home-page .news-section .news-card h3,
.home-page .about-copy h2 {
  color: var(--light-text);
}

.home-page .app-carousel {
  box-shadow: var(--shadow);
}

.home-page .app-slide-overlay,
.home-page .factory-card-overlay {
  background: linear-gradient(to top, rgba(11, 31, 51, 0.88) 0%, rgba(18, 59, 95, 0.5) 56%, rgba(0, 184, 217, 0.08) 100%);
}

.home-page .factory-card-overlay h3 {
  font-size: 1.15rem;
  line-height: 1.3;
  color: #ffffff;
  text-shadow: 0 4px 14px rgba(7, 17, 28, 0.4);
}

.home-page .factory-card-overlay p {
  font-size: 1rem;
  line-height: 1.7;
  color: rgba(244, 249, 255, 0.96);
  text-shadow: 0 2px 10px rgba(7, 17, 28, 0.32);
}

.home-page .app-carousel-btn {
  background: rgba(255, 255, 255, 0.16);
  border: 1.5px solid rgba(255, 255, 255, 0.45);
}

.home-page .app-dot.active {
  background: #B68B5E;
  border-color: #B68B5E;
}

.home-page .news-card span {
  color: var(--primary);
}

.home-page .site-footer {
  background: linear-gradient(180deg, var(--surface) 0%, var(--primary-deep) 100%);
  border-top: 1px solid var(--border);
}

.home-page .site-footer h2,
.home-page .site-footer p,
.home-page .footer-contact strong,
.home-page .inquiry-form label {
  color: var(--text);
}

.home-page .footer-summary {
  color: var(--muted);
  border-bottom: 1px dashed var(--border);
}

.home-page .footer-contact p {
  color: var(--muted);
}

.home-page .site-footer .eyebrow {
  color: var(--accent-soft);
}

.home-page .inquiry-form {
  background: rgba(15, 31, 46, 0.78);
  border: 1px solid var(--border);
  box-shadow: var(--shadow);
}

.home-page .inquiry-form input,
.home-page .inquiry-form select,
.home-page .inquiry-form textarea {
  background: rgba(7, 17, 28, 0.82);
  color: var(--text);
  border: 1px solid var(--border);
}

.home-page .inquiry-form input:focus,
.home-page .inquiry-form select:focus,
.home-page .inquiry-form textarea:focus {
  outline: none;
  border-color: var(--accent);
  box-shadow: 0 0 0 4px rgba(0, 184, 217, 0.16);
}

@media (max-width: 720px) {
  .home-page .hero {
    min-height: 92vh;
  }

  .home-page .hero-media img {
    transform: scale(1.03);
  }

  .home-page .hero-content {
    width: min(100% - 24px, 100%);
    padding: 56px 0 52px;
  }

  .home-page .hero-content h2 {
    font-size: clamp(2.1rem, 8vw, 3.35rem);
  }

  .home-page .hero-actions {
    margin-bottom: 52px;
  }

  .home-page .stats-section {
    margin-top: -24px;
  }
}

body.products-page {
  background: linear-gradient(180deg, var(--light-bg) 0%, var(--light-surface) 24%, var(--light-soft) 100%);
  color: var(--light-text);
}

.products-page .site-header {
  background: linear-gradient(180deg, rgba(245, 248, 250, 0.98) 0%, rgba(238, 243, 247, 0.96) 100%);
  border-bottom: 1px solid var(--light-border);
  box-shadow: 0 12px 28px rgba(18, 59, 95, 0.08);
}

.products-page .site-header .brand h1 {
  color: var(--light-text);
}

.products-page .site-header .brand-kicker {
  color: var(--primary);
}

.products-page .site-header .brand-logo {
  mix-blend-mode: multiply;
}

.products-page .site-header .top-contact {
  color: var(--light-muted);
}

.products-page .brand-kicker,
.products-page .eyebrow {
  color: var(--accent);
}

.products-page .brand h1,
.products-page .main-nav a {
  color: var(--text);
}

.products-page .text-link {
  color: var(--primary);
}

.api-entry-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--primary-deep);
  text-decoration: none;
  font-weight: 800;
  font-size: clamp(1.35rem, 2vw, 1.7rem);
  line-height: 1.2;
  padding: 8px 16px;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(0, 184, 217, 0.12), rgba(127, 231, 245, 0.26));
  box-shadow: 0 12px 30px rgba(18, 59, 95, 0.12);
  transition: transform 0.2s ease, box-shadow 0.2s ease, color 0.2s ease;
}

.api-entry-link:hover {
  color: var(--primary);
  transform: translateY(-2px);
  box-shadow: 0 18px 36px rgba(18, 59, 95, 0.18);
}

.api-entry-link::after {
  content: "→";
  font-size: 0.95em;
}

.products-page .top-contact {
  color: var(--muted);
}

.products-page .main-nav {
  background: rgba(7, 17, 28, 0.9);
  border-bottom: 1px solid var(--border);
  box-shadow: 0 14px 34px rgba(0, 184, 217, 0.08);
}

.products-page .main-nav a:hover,
.products-page .text-link:hover,
.products-page .dropdown-menu a:hover {
  color: var(--accent-soft);
}

.products-page .dropdown-menu {
  background: rgba(15, 31, 46, 0.98);
  border: 1px solid var(--border);
  box-shadow: 0 24px 50px rgba(0, 184, 217, 0.12);
}

.home-page .site-header,
.products-page .site-header {
  background: var(--light-surface);
  border-bottom: 1px solid var(--light-border);
  box-shadow: 0 12px 28px rgba(18, 59, 95, 0.08);
}

.home-page .site-header .brand h1,
.products-page .site-header .brand h1 {
  color: var(--light-text);
}

.home-page .site-header .brand-kicker,
.products-page .site-header .brand-kicker {
  color: var(--primary);
}

.home-page .site-header .top-contact,
.products-page .site-header .top-contact {
  color: var(--light-muted);
}

.home-page .site-header .brand-logo,
.products-page .site-header .brand-logo {
  background: var(--light-surface);
  mix-blend-mode: multiply;
}

.card-link {
  color: inherit;
  text-decoration: none;
}

.card-link:hover {
  color: var(--primary);
}

.pillar-main .section,
.pillar-summary-grid,
.pillar-band-inner,
.subcategory-grid,
.temperature-layout,
.pillar-gallery-grid {
  width: min(1140px, calc(100% - 180px));
  margin-left: auto;
  margin-right: auto;
}

#api-standard-pump .subcategory-grid {
  width: min(1320px, calc(100% - 72px));
}

#api-standard-pump .subcategory-featured {
  grid-template-columns: 1.28fr 1fr;
}

#api-standard-pump .subcategory-media {
  padding: 4px 6px;
  background: linear-gradient(180deg, var(--light-surface) 0%, var(--light-soft) 100%);
}

#api-standard-pump .subcategory-media img {
  transform: scale(0.86);
  transform-origin: center;
  object-fit: contain;
}

.pillar-hero {
  position: relative;
  min-height: 520px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: linear-gradient(135deg, var(--primary-deep) 0%, var(--primary) 62%, #0D2235 100%);
}

.pillar-hero-media,
.pillar-hero-overlay {
  position: absolute;
  inset: 0;
}

.pillar-hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.38;
}

.pillar-hero-overlay {
  background: linear-gradient(96deg, rgba(8, 23, 38, 0.9) 0%, rgba(11, 31, 51, 0.78) 34%, rgba(18, 59, 95, 0.52) 60%, rgba(0, 184, 217, 0.16) 100%);
}

.pillar-hero-content {
  position: relative;
  z-index: 2;
  width: min(1140px, calc(100% - 180px));
  margin: 0 auto;
  padding: 64px 0 74px;
  color: var(--text);
}

.pillar-hero-content .eyebrow {
  color: var(--accent-soft);
}

.pillar-hero-content h2 {
  margin: 12px 0 0;
  max-width: 740px;
  font-size: clamp(2rem, 4.1vw, 3.5rem);
  line-height: 1.08;
}

.pillar-hero-content p:last-of-type {
  max-width: 760px;
  margin-top: 18px;
  color: var(--muted);
  line-height: 1.85;
  font-size: 1.05rem;
}

.pillar-hero-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 28px;
}

.api-overview-section {
  margin-top: 28px;
}

.api-why-section .feature-card {
  padding: 20px 22px;
}

.api-why-section .feature-card p {
  line-height: 1.55;
}

.pillar-intro,
.product-pillar-section,
.pillar-gallery {
  padding: 70px 0 28px;
}

.pillar-intro,
.pillar-gallery {
  background: linear-gradient(180deg, var(--light-bg) 0%, var(--light-soft) 100%);
}

.product-pillar-section {
  background: var(--light-surface);
}

.product-pillar-section:nth-of-type(even) {
  background: linear-gradient(180deg, var(--light-soft) 0%, var(--light-bg) 100%);
}

.pillar-summary-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-top: 34px;
}

.summary-card,
.subcategory-card,
.temperature-card,
.temperature-highlight,
.gallery-card {
  background: var(--light-surface);
  color: var(--light-text);
  border: 1px solid var(--light-border);
  border-radius: 24px;
  box-shadow: 0 20px 45px rgba(18, 59, 95, 0.1);
}

.summary-card {
  padding: 30px;
}

.products-page .pillar-summary-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  align-items: stretch;
}

@media (max-width: 960px) {
  .products-page .pillar-summary-grid {
    grid-template-columns: 1fr;
  }
}

.summary-index {
  display: inline-flex;
  width: 48px;
  height: 48px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(0, 184, 217, 0.16), rgba(127, 231, 245, 0.28));
  color: var(--primary-deep);
  font-weight: 700;
  margin-bottom: 18px;
}

.summary-card h3,
.subcategory-copy h3,
.temperature-card h3,
.temperature-highlight-copy h3,
.gallery-card-copy h3 {
  margin: 0 0 12px;
}

.summary-card p,
.subcategory-copy p,
.subcategory-copy li,
.temperature-card p,
.temperature-highlight-copy p,
.gallery-card-copy p {
  color: var(--light-muted);
  line-height: 1.75;
}

.subcategory-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
  margin-top: 34px;
}

.subcategory-card {
  overflow: hidden;
}

.subcategory-featured {
  grid-column: span 2;
  display: grid;
  grid-template-columns: 1.08fr 1fr;
}

.subcategory-media img,
.temperature-highlight img,
.temperature-card img,
.gallery-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.subcategory-media {
  min-height: 320px;
  overflow: hidden;
}

.subcategory-image-compact .subcategory-media img {
  transform: scale(0.88);
  transform-origin: center;
}

#chemical-pump-products .subcategory-media {
  min-height: 280px;
}

#chemical-pump-products .subcategory-copy {
  padding: 24px 28px 20px;
}

#chemical-pump-products .subcategory-copy ul {
  margin: 12px 0 0;
}

.small-media {
  height: 220px;
}

.subcategory-copy {
  padding: 28px;
}

.subcategory-copy ul {
  margin: 16px 0 0;
  padding-left: 20px;
}

.subcategory-tag {
  margin: 0 0 10px;
  color: var(--accent);
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.76rem;
  font-weight: 700;
}

.pillar-band {
  margin: 40px 0 10px;
  padding: 38px 0;
  background: linear-gradient(135deg, var(--primary-deep), var(--primary));
}

.pillar-band-inner {
  display: flex;
  justify-content: space-between;
  gap: 26px;
  align-items: center;
}

.pillar-band-inner h2,
.pillar-band-inner p {
  margin: 0;
}

.pillar-band-inner h2 {
  color: #fff;
  margin-top: 10px;
  line-height: 1.2;
}

.pillar-band-inner p {
  color: rgba(255, 255, 255, 0.84);
  line-height: 1.8;
}

.pillar-band .eyebrow {
  color: var(--accent-soft);
}

.temperature-layout {
  display: grid;
  grid-template-columns: 1.2fr 0.9fr;
  gap: 22px;
  margin-top: 34px;
}

.temperature-highlight {
  overflow: hidden;
}

.temperature-highlight img {
  height: 380px;
}

.temperature-highlight-copy {
  padding: 28px;
}

.temperature-subgrid {
  display: grid;
  gap: 22px;
}

.temperature-card {
  overflow: hidden;
}

.temperature-card img {
  height: 214px;
}

.temperature-card h3,
.temperature-card p {
  padding-left: 24px;
  padding-right: 24px;
}

.temperature-card h3 {
  margin-top: 22px;
}

.temperature-card p {
  margin-top: 0;
  margin-bottom: 24px;
}

.pillar-gallery-grid {
  display: grid;
  grid-template-columns: 1.05fr 1fr 1fr;
  gap: 22px;
  margin-top: 34px;
}

.gallery-card {
  position: relative;
  overflow: hidden;
  min-height: 220px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  background: linear-gradient(180deg, var(--light-surface) 0%, var(--light-soft) 100%);
}

.gallery-card.tall {
  min-height: 320px;
}

.gallery-card img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 18px;
}

.gallery-card-copy {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  min-height: 110px;
  padding: 18px 24px 18px;
  background: linear-gradient(to top, rgba(8, 23, 38, 0.86), rgba(18, 59, 95, 0.52), rgba(0, 184, 217, 0.08));
  color: var(--text);
}

.gallery-card-copy p {
  color: var(--muted);
  margin: 0;
}

.gallery-card-copy h3 {
  margin-bottom: 8px;
}

.products-page .summary-card .text-link {
  color: var(--primary);
  font-weight: 800;
}

.products-page .summary-card .text-link:hover {
  color: var(--accent);
}

.products-page .section-heading h2,
.products-page .section-heading p,
.products-page .summary-card h3,
.products-page .subcategory-copy h3,
.products-page .temperature-card h3,
.products-page .temperature-highlight-copy h3,
.products-page .gallery-card h3 {
  color: var(--light-text);
}

.products-page .pillar-hero-content h2,
.products-page .pillar-band-inner h2,
.products-page .pillar-band-inner p,
.products-page .pillar-band-inner .eyebrow {
  color: var(--text);
}

.products-page .pillar-band-inner p {
  color: var(--muted);
}

.products-page .site-footer {
  background: linear-gradient(180deg, var(--surface) 0%, var(--primary-deep) 100%);
  border-top: 1px solid var(--border);
}

.products-page .site-footer h2,
.products-page .site-footer p,
.products-page .footer-contact strong,
.products-page .inquiry-form label {
  color: var(--text);
}

.products-page .footer-summary,
.products-page .footer-contact p {
  color: var(--muted);
}

.products-page .inquiry-form {
  background: rgba(15, 31, 46, 0.78);
  border: 1px solid var(--border);
  box-shadow: var(--shadow);
}

.products-page .inquiry-form input,
.products-page .inquiry-form select,
.products-page .inquiry-form textarea {
  background: rgba(7, 17, 28, 0.82);
  color: var(--text);
  border: 1px solid var(--border);
}

.products-page .inquiry-form input:focus,
.products-page .inquiry-form select:focus,
.products-page .inquiry-form textarea:focus {
  outline: none;
  border-color: var(--accent);
  box-shadow: 0 0 0 4px rgba(0, 184, 217, 0.16);
}

@media (max-width: 1024px) {

  .pillar-summary-grid,
  .subcategory-grid,
  .temperature-layout,
  .pillar-gallery-grid {
    grid-template-columns: 1fr;
  }

  .subcategory-featured {
    grid-column: auto;
    grid-template-columns: 1fr;
  }

  .pillar-band-inner {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 720px) {

  .pillar-main .section,
  .pillar-summary-grid,
  .pillar-band-inner,
  .subcategory-grid,
  .temperature-layout,
  .pillar-gallery-grid,
  .pillar-hero-content {
    width: min(100%, calc(100% - 24px));
  }

  .pillar-hero {
    min-height: 86vh;
  }

  .pillar-hero-content {
    padding: 54px 0;
  }

  .pillar-hero-content h2 {
    font-size: clamp(2rem, 8vw, 3rem);
  }

  .subcategory-media,
  .small-media,
  .temperature-highlight img,
  .temperature-card img,
  .gallery-card.tall {
    height: 240px;
    min-height: 240px;
  }
}



.pillar-main .section-heading h2,
.pillar-band-inner h2 {
  font-size: clamp(1.45rem, 2.4vw, 2.05rem);
  line-height: 1.22;
}

.gallery-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pillar-gallery-grid .gallery-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0;
}

.product-detail-main-wrap {
  padding-top: 28px;
  padding-bottom: 36px;
}

.floating-actions {
  position: fixed;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1600;
  display: grid;
  gap: 12px;
}

.floating-action {
  position: relative;
  width: 52px;
  height: 52px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(7, 17, 28, 0.78);
  color: #fff;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.24);
  text-decoration: none;
  cursor: pointer;
  transition: transform 0.18s ease, background 0.18s ease, box-shadow 0.18s ease;
}

.floating-action:hover {
  transform: translateY(-2px);
  background: rgba(18, 59, 95, 0.85);
  box-shadow: 0 22px 54px rgba(0, 0, 0, 0.3);
}

.floating-action-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.floating-action-label {
  position: absolute;
  right: 62px;
  top: 50%;
  transform: translateY(-50%);
  padding: 8px 10px;
  border-radius: 12px;
  background: rgba(7, 17, 28, 0.86);
  border: 1px solid rgba(255, 255, 255, 0.14);
  color: #fff;
  font-size: 0.9rem;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.16s ease, transform 0.16s ease;
}

.floating-action-qr {
  position: absolute;
  right: 72px;
  top: 50%;
  transform: translateY(-50%) translateX(8px);
  width: 136px;
  padding: 8px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.98);
  border: 1px solid rgba(18, 59, 95, 0.14);
  box-shadow: 0 22px 48px rgba(0, 0, 0, 0.2);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.18s ease, transform 0.18s ease;
}

.floating-action-qr img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 12px;
}

.floating-action-whatsapp:hover .floating-action-qr {
  opacity: 1;
  transform: translateY(-50%) translateX(0);
}

.floating-action-whatsapp:hover .floating-action-label {
  opacity: 0;
}

.floating-action:hover .floating-action-label {
  opacity: 1;
  transform: translateY(-50%) translateX(-2px);
}

.floating-action-top {
  border: 1px solid rgba(0, 184, 217, 0.24);
  background: rgba(0, 184, 217, 0.18);
}

.floating-action-top:hover {
  background: rgba(0, 184, 217, 0.28);
}

@media (max-width: 720px) {
  .floating-actions {
    right: 12px;
    gap: 10px;
  }

  .floating-action {
    width: 46px;
    height: 46px;
  }

  .floating-action-label {
    display: none;
  }

  .floating-action-whatsapp.mobile-qr-open .floating-action-qr {
    opacity: 1;
    transform: translateY(-50%) translateX(0);
  }

  .split-heading {
    flex-direction: column;
    gap: 16px;
  }

  .split-heading p:last-child {
    margin-top: 0;
  }

  .top-contact {
    display: none;
  }

  .main-nav {
    gap: 10px;
    padding: 10px 12px;
    align-items: center;
  }

  .nav-toggle {
    display: inline-flex;
  }

  .main-nav>a,
  .main-nav>.nav-dropdown {
    display: none;
    width: 100%;
  }

  .main-nav.nav-open>a,
  .main-nav.nav-open>.nav-dropdown {
    display: block;
  }

  .main-nav.nav-open>.nav-toggle {
    display: inline-flex;
    width: 46px;
    margin-left: auto;
  }

  .main-nav>.nav-cta,
  .main-nav.nav-open>.nav-cta {
    margin-left: 0;
    text-align: center;
  }

  .nav-dropdown .dropdown-menu {
    position: static;
    min-width: 0;
    margin-top: 8px;
    box-shadow: none;
  }

  .nav-dropdown.active .dropdown-menu,
  .main-nav.nav-open .nav-dropdown .dropdown-menu {
    display: block;
  }
}

.product-detail-hero {
  margin-bottom: 30px;
}

.product-back-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: max-content;
  padding: 10px 14px;
  margin-bottom: 12px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: rgba(7, 17, 28, 0.42);
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  backdrop-filter: blur(6px);
  transition: transform 0.16s ease, background 0.16s ease, border-color 0.16s ease;
}

.product-back-link-strong {
  margin-top: 16px;
  padding: 12px 18px;
  font-size: 1rem;
  border-color: rgba(0, 184, 217, 0.4);
  background: rgba(0, 184, 217, 0.18);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.22);
}

.product-back-link-strong:hover {
  background: rgba(0, 184, 217, 0.26);
  border-color: rgba(0, 184, 217, 0.55);
}

.product-back-link:hover {
  transform: translateY(-1px);
  background: rgba(7, 17, 28, 0.55);
  border-color: rgba(255, 255, 255, 0.3);
}

.product-back-arrow {
  font-size: 1.1rem;
  line-height: 1;
}

.product-detail-footer {
  margin-top: 34px;
}

.product-anchor-nav-section {
  padding: 0 0 22px;
}

.product-anchor-nav,
.product-overview-card,
.detail-spec-table,
.detail-spec-row,
.product-overview-actions {
  display: grid;
}

.product-anchor-nav {
  width: min(1280px, calc(100% - 96px));
  margin: 0 auto;
  grid-template-columns: repeat(4, max-content);
  justify-content: center;
  gap: 12px;
}

.product-anchor-nav a {
  text-decoration: none;
  text-align: center;
  padding: 14px 12px;
  border-radius: 999px;
  background: var(--light-surface);
  border: 1px solid var(--light-border);
  color: var(--primary);
  font-weight: 700;
  box-shadow: 0 16px 34px rgba(18, 59, 95, 0.08);
}

.product-overview-shell {
  width: min(1280px, calc(100% - 96px));
  margin: 0 auto 22px;
}

.product-overview-card {
  grid-template-columns: 1fr 1.08fr;
  gap: 26px;
  background: var(--light-surface);
  border: 1px solid var(--light-border);
  border-radius: 28px;
  box-shadow: 0 20px 45px rgba(18, 59, 95, 0.1);
  padding: 26px;
}

.product-overview-media,
.product-overview-copy,
.product-detail-main,
.product-detail-sidebar,
.about-company-media,
.about-company-subgrid,
.related-product-list,
.structure-stack,
.team-placeholder-grid,
.info-block-grid,
.service-copy-grid {
  display: grid;
  gap: 18px;
}

.product-overview-media {
  align-items: center;
  justify-items: center;
  min-height: 360px;
  background: linear-gradient(180deg, var(--light-surface) 0%, var(--light-soft) 100%);
  border: 1px solid var(--light-border);
  border-radius: 24px;
  overflow: hidden;
}

.product-overview-media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.product-overview-copy {
  align-content: start;
}

.product-description-scroll {
  display: grid;
  gap: 16px;
  max-height: 300px;
  padding-right: 10px;
  overflow-y: auto;
  scrollbar-gutter: stable;
}

.product-description-scroll::-webkit-scrollbar {
  width: 8px;
}

.product-description-scroll::-webkit-scrollbar-thumb {
  background: rgba(18, 59, 95, 0.22);
  border-radius: 999px;
}

.product-overview-actions {
  grid-template-columns: repeat(2, max-content);
  gap: 14px;
  margin-top: 6px;
}

.product-detail-shell {
  width: min(1280px, calc(100% - 96px));
  margin: 0 auto;
}

.product-detail-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 24px;
  align-items: start;
}

.card-surface {
  background: var(--light-surface);
  color: var(--light-text);
  border: 1px solid var(--light-border);
  border-radius: 24px;
  box-shadow: 0 20px 45px rgba(18, 59, 95, 0.1);
  padding: 28px;
}

.detail-spec-table {
  background: var(--light-surface);
  border: 1px solid var(--light-border);
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 20px 45px rgba(18, 59, 95, 0.1);
}

.detail-spec-row {
  grid-template-columns: 1.1fr 1fr;
  gap: 18px;
  padding: 18px 22px;
  border-bottom: 1px solid var(--light-border);
}

.detail-spec-row:last-child {
  border-bottom: none;
}

.detail-spec-head {
  background: linear-gradient(135deg, rgba(0, 184, 217, 0.14), rgba(127, 231, 245, 0.22));
  font-weight: 800;
}

.detail-spec-row span,
.detail-richtext p,
.detail-richtext li,
.info-block p,
.related-product-item span {
  color: var(--light-muted);
  line-height: 1.7;
}

.detail-spec-row strong,
.detail-richtext h3,
.sidebar-card h3 {
  color: var(--light-text);
}

.detail-richtext ul {
  margin: 0;
  padding-left: 20px;
}

.products-page .card-surface>h3 {
  margin: 0 0 14px;
  padding-left: 14px;
  font-size: 1.35rem;
  font-weight: 900;
  letter-spacing: 0.01em;
  position: relative;
}

.products-page .card-surface>h3::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.26em;
  width: 6px;
  height: 1.05em;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(0, 184, 217, 0.95), rgba(127, 231, 245, 0.95));
  box-shadow: 0 12px 22px rgba(0, 184, 217, 0.14);
}

.detail-richtext h4 {
  margin: 22px 0 12px;
  font-size: 1.05rem;
  font-weight: 800;
  letter-spacing: 0.01em;
  color: var(--light-text);
  display: flex;
  align-items: center;
  gap: 10px;
}

.detail-richtext h4::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(0, 184, 217, 0.9), rgba(127, 231, 245, 0.9));
  box-shadow: 0 10px 20px rgba(0, 184, 217, 0.18);
}

.about-company-image {
  width: 100%;
  border-radius: 18px;
  object-fit: cover;
  border: 1px solid var(--light-border);
  background: linear-gradient(180deg, var(--light-surface) 0%, var(--light-soft) 100%);
}

.materials-feature-stack {
  display: grid;
  gap: 16px;
}

.materials-main-image {
  width: 100%;
  margin-top: 12px;
  border-radius: 18px;
  border: 1px solid var(--light-border);
  background: var(--light-surface);
  object-fit: contain;
}

.materials-main-parts-image {
  max-width: 84%;
  justify-self: center;
}

.packaging-image {
  max-width: 76%;
  justify-self: center;
}

.rotation-info-box {
  margin-top: 8px;
  margin-bottom: 10px;
  padding: 18px 20px;
  border-radius: 18px;
  border: 1px solid rgba(0, 184, 217, 0.22);
  background: linear-gradient(135deg, rgba(0, 184, 217, 0.08), rgba(127, 231, 245, 0.14));
  box-shadow: 0 12px 28px rgba(18, 59, 95, 0.06);
}

.rotation-info-box h4 {
  margin: 0 0 8px;
  color: var(--light-text);
}

.rotation-info-box p {
  margin: 0;
}

.structure-image {
  width: 100%;
  border-radius: 18px;
  border: 1px solid var(--light-border);
  background: var(--light-surface);
  object-fit: contain;
  transition: transform 0.28s ease, box-shadow 0.28s ease;
  transform-origin: center;
}

.structure-zoomable {
  cursor: zoom-in;
}

.structure-image:hover {
  transform: scale(1.04);
  box-shadow: 0 18px 36px rgba(18, 59, 95, 0.18);
}

.image-lightbox {
  position: fixed;
  inset: 0;
  z-index: 2000;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 32px;
  background: rgba(7, 17, 28, 0.88);
  backdrop-filter: blur(6px);
}

.image-lightbox.active {
  display: flex;
}

.image-lightbox-img {
  --lightbox-scale: 1;
  --lightbox-translate-x: 0px;
  --lightbox-translate-y: 0px;
  max-width: min(92vw, 1600px);
  max-height: 88vh;
  width: auto;
  height: auto;
  border-radius: 18px;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.35);
  background: #fff;
  transition: transform 0.18s ease;
  transform: translate(var(--lightbox-translate-x), var(--lightbox-translate-y)) scale(var(--lightbox-scale));
  cursor: zoom-in;
}

.image-lightbox-img.dragging {
  cursor: grabbing;
}

.image-lightbox-close {
  position: absolute;
  top: 18px;
  right: 22px;
  width: 44px;
  height: 44px;
  border: none;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  color: #fff;
  font-size: 1.9rem;
  line-height: 1;
  cursor: pointer;
}

body.lightbox-open {
  overflow: hidden;
}

.structure-stack-split {
  display: grid;
  grid-template-columns: 1.2fr 0.9fr;
  gap: 18px;
  align-items: start;
}

.structure-image-left {
  grid-column: 1;
  grid-row: 1 / span 2;
  height: 100%;
  min-height: 320px;
}

.structure-image-right-top {
  grid-column: 2;
  grid-row: 1;
}

.structure-image-right-bottom {
  grid-column: 2;
  grid-row: 2;
}

.structure-image-full {
  margin-top: 18px;
}

.structure-extra-block {
  margin-top: 18px;
}

.structure-image-compact {
  max-width: 39%;
}

.related-product-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.structure-stack,
.team-placeholder-grid,
.info-block-grid,
.service-copy-grid {
  grid-template-columns: repeat(2, 1fr);
}

.info-block-grid.info-block-grid-single,
.team-placeholder-grid {
  grid-template-columns: repeat(2, 1fr);
}

.placeholder-visual {
  min-height: 180px;
  border: 1.5px dashed rgba(18, 59, 95, 0.22);
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(238, 243, 247, 0.9) 0%, rgba(245, 248, 250, 1) 100%);
  color: var(--primary);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: 700;
}

.placeholder-tall {
  min-height: 300px;
}

.placeholder-wide {
  min-height: 220px;
}

.placeholder-large {
  min-height: 320px;
}

.placeholder-small {
  min-height: 150px;
}

.placeholder-medium {
  min-height: 220px;
}

.placeholder-team {
  min-height: 180px;
}

.about-company-layout {
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap: 24px;
}

.about-company-subgrid {
  grid-template-columns: repeat(2, 1fr);
}

.about-company-image {
  width: 100%;
  border-radius: 18px;
  object-fit: cover;
  border: 1px solid var(--light-border);
  background: linear-gradient(180deg, var(--light-surface) 0%, var(--light-soft) 100%);
}

.about-company-image-large {
  min-height: 460px;
  height: 460px;
}

.sidebar-card {
  position: sticky;
  top: 104px;
  margin-left: 0;
}

.related-product-item {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  align-items: start;
  text-decoration: none;
  padding: 16px;
  border: 1px solid var(--light-border);
  border-radius: 20px;
  background: linear-gradient(180deg, var(--light-surface) 0%, var(--light-soft) 100%);
  box-shadow: 0 16px 34px rgba(18, 59, 95, 0.08);
}

.related-product-item img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  border-radius: 16px;
}

@media (max-width: 1024px) {

  .product-anchor-nav,
  .product-overview-card,
  .product-detail-layout,
  .about-company-layout,
  .structure-stack,
  .info-block-grid,
  .service-copy-grid,
  .team-placeholder-grid {
    grid-template-columns: 1fr;
  }

  .structure-stack-split {
    grid-template-columns: 1fr;
  }

  .structure-image-left,
  .structure-image-right-top,
  .structure-image-right-bottom {
    grid-column: auto;
    grid-row: auto;
    height: auto;
  }

  .structure-image-compact {
    max-width: 100%;
  }

  .related-product-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sidebar-card {
    position: static;
  }

  .about-company-subgrid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {

  .product-anchor-nav,
  .product-overview-shell,
  .product-detail-shell {
    width: min(100%, calc(100% - 24px));
  }

  .product-anchor-nav {
    grid-template-columns: 1fr;
    justify-content: stretch;
  }

  .product-anchor-nav a {
    width: 100%;
  }

  .card-surface,
  .product-overview-card,
  .detail-spec-row {
    padding: 20px 18px;
  }

  .detail-spec-row,
  .related-product-item {
    grid-template-columns: 1fr;
  }

  .related-product-list {
    grid-template-columns: 1fr;
  }

  .product-overview-actions {
    grid-template-columns: 1fr;
  }

  #api-standard-pump .subcategory-grid {
    width: min(100%, calc(100% - 24px));
  }

  #api-standard-pump .subcategory-media {
    padding: 10px 12px;
  }

  #api-standard-pump .subcategory-media img,
  #chemical-pump-products .subcategory-media img {
    transform: scale(0.92);
  }

  #chemical-pump-products .subcategory-media {
    min-height: 240px;
  }

  #high-temperature-pump .temperature-highlight img,
  #high-temperature-pump .temperature-card img {
    object-fit: contain;
    background: linear-gradient(180deg, var(--light-surface) 0%, var(--light-soft) 100%);
  }
}

.product-card h3 a,
.product-card p a {
    color: inherit;
    text-decoration: none;
    transition: color 0.25s ease;
}

.product-card h3 a:hover,
.product-card p a:hover {
    color: inherit;
}