/* Hamgam Plastic Parsian homepage redesign package */
:root {
  color-scheme: dark;
  --font-persian: "Vazirmatn", Tahoma, Arial, sans-serif;
  --bg-0: #050914;
  --bg-1: #07111f;
  --bg-2: #0d1a2b;
  --surface: rgba(10, 20, 33, 0.78);
  --surface-strong: rgba(10, 20, 33, 0.94);
  --surface-soft: rgba(255, 255, 255, 0.06);
  --line: rgba(168, 190, 214, 0.16);
  --line-strong: rgba(255, 255, 255, 0.24);
  --text: #f2f7ff;
  --muted: #aebdcd;
  --muted-2: #7e8ea2;
  --gold: #f7c948;
  --gold-2: #f2a900;
  --cyan: #38d9ff;
  --green: #54d39a;
  --red: #ff6572;
  --radius: 8px;
  --max: 1240px;
  --shadow: 0 24px 78px rgba(0, 0, 0, 0.38);
  --shadow-soft: 0 16px 42px rgba(0, 0, 0, 0.28);
}

* {
  box-sizing: border-box;
}

html {
  direction: rtl;
  scroll-behavior: smooth;
  text-size-adjust: 100%;
}

body {
  position: relative;
  min-height: 100vh;
  margin: 0;
  direction: rtl;
  font-family: var(--font-persian);
  font-weight: 400;
  line-height: 1.85;
  letter-spacing: 0;
  color: var(--text) !important;
  background:
    linear-gradient(135deg, rgba(56, 217, 255, 0.08), transparent 31%),
    linear-gradient(225deg, rgba(247, 201, 72, 0.07), transparent 34%),
    linear-gradient(180deg, var(--bg-1) 0%, var(--bg-0) 48%, #03060c 100%) !important;
  overflow-x: hidden;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.034) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.034) 1px, transparent 1px),
    linear-gradient(115deg, rgba(56, 217, 255, 0.045), transparent 28%, rgba(247, 201, 72, 0.035) 62%, transparent 86%);
  background-size: 76px 76px, 76px 76px, 100% 100%;
  opacity: 0.7;
  mask-image: linear-gradient(to bottom, #000, rgba(0, 0, 0, 0.42));
}

body.menu-open {
  overflow: hidden;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
textarea,
select {
  font: inherit;
}

button,
a,
input,
textarea,
select {
  outline: none;
}

:focus-visible {
  outline: 3px solid rgba(56, 217, 255, 0.86) !important;
  outline-offset: 3px;
}

::selection {
  background: rgba(247, 201, 72, 0.28);
  color: #fff;
}

.container {
  width: min(100%, var(--max)) !important;
}

.section-title,
h1,
h2,
h3,
h4 {
  font-family: var(--font-persian);
  color: var(--text) !important;
  letter-spacing: 0;
}

.section-title {
  margin: 0;
  font-weight: 900 !important;
  font-size: 3.1rem;
  line-height: 1.28 !important;
}

.section-title::after {
  content: "";
  display: block;
  width: 88px;
  height: 3px;
  margin-top: 18px;
  border-radius: var(--radius);
  background: linear-gradient(90deg, var(--gold), var(--cyan));
}

.section-head {
  max-width: 760px;
  margin: 0 auto 48px;
  text-align: center;
}

.section-head .section-title::after {
  margin-right: auto;
  margin-left: auto;
}

.section-head p,
.section-copy p {
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 1.08rem;
  line-height: 2.05;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 34px;
  margin-bottom: 16px;
  padding: 6px 12px;
  border: 1px solid rgba(247, 201, 72, 0.26);
  border-radius: var(--radius);
  background: rgba(247, 201, 72, 0.07);
  color: var(--gold);
  font-size: 0.92rem;
  font-weight: 900;
}

.glass-card {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line) !important;
  border-radius: var(--radius) !important;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.025)),
    var(--surface) !important;
  box-shadow: var(--shadow-soft);
  backdrop-filter: blur(18px) saturate(130%);
}

.glass-card::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-radius: inherit;
  background:
    linear-gradient(120deg, rgba(255, 255, 255, 0.14), transparent 24%, transparent 72%, rgba(56, 217, 255, 0.08)),
    linear-gradient(to bottom, rgba(255, 255, 255, 0.045), transparent 42%);
}

.glass-card > * {
  position: relative;
  z-index: 1;
}

.btn-primary,
.btn-secondary,
button[type="submit"],
#submit-payment-btn,
#whatsapp-checkout-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 48px;
  padding: 12px 24px;
  border-radius: var(--radius) !important;
  font-weight: 900 !important;
  line-height: 1.4;
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease, background 220ms ease;
}

.btn-primary,
button[type="submit"],
#submit-payment-btn,
#whatsapp-checkout-btn {
  border: 0;
  background: linear-gradient(135deg, #ffe58a 0%, var(--gold) 38%, var(--gold-2) 100%) !important;
  color: #101620 !important;
  box-shadow: 0 14px 32px rgba(245, 169, 0, 0.25), inset 0 1px 0 rgba(255, 255, 255, 0.45);
}

.btn-secondary {
  border: 1px solid rgba(247, 201, 72, 0.45);
  background: rgba(7, 15, 26, 0.58);
  color: #fff;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.btn-primary:hover:not(:disabled),
.btn-secondary:hover:not(:disabled),
button[type="submit"]:hover:not(:disabled),
#submit-payment-btn:hover:not(:disabled),
#whatsapp-checkout-btn:hover:not(:disabled) {
  transform: translateY(-2px);
}

.btn-primary:hover:not(:disabled),
button[type="submit"]:hover:not(:disabled),
#submit-payment-btn:hover:not(:disabled),
#whatsapp-checkout-btn:hover:not(:disabled) {
  box-shadow: 0 18px 44px rgba(245, 169, 0, 0.36), inset 0 1px 0 rgba(255, 255, 255, 0.55);
}

.btn-secondary:hover:not(:disabled) {
  border-color: rgba(56, 217, 255, 0.62);
  background: rgba(56, 217, 255, 0.08);
}

button:disabled,
.btn-primary:disabled,
.btn-secondary:disabled {
  cursor: not-allowed !important;
  opacity: 0.58 !important;
  transform: none !important;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 24px;
  color: var(--gold);
  font-weight: 900;
}

.text-link:hover {
  color: var(--cyan);
}

#main-header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08) !important;
  background: rgba(4, 9, 18, 0.58) !important;
  backdrop-filter: blur(18px) saturate(130%);
}

#main-header.is-scrolled,
#main-header.bg-slate-900\/80 {
  background: rgba(4, 9, 18, 0.86) !important;
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.32) !important;
}

#main-header nav {
  min-height: 68px;
}

#logo-img,
#logo-link img {
  max-height: 58px;
  object-fit: contain;
  filter: drop-shadow(0 8px 18px rgba(0, 0, 0, 0.38));
}

#main-header ul a {
  position: relative;
  padding: 8px 0;
  color: rgba(242, 247, 255, 0.86) !important;
}

#main-header ul a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  border-radius: var(--radius);
  background: linear-gradient(90deg, var(--gold), var(--cyan));
  transition: width 220ms ease;
}

#main-header ul a:hover,
#main-header ul a.text-amber-300 {
  color: var(--gold) !important;
}

#main-header ul a:hover::after,
#main-header ul a.text-amber-300::after {
  width: 100%;
}

#cart-link,
#mobile-toggle,
#mobile-close {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
}

#cart-link:hover,
#mobile-toggle:hover,
#mobile-close:hover {
  color: var(--gold) !important;
  border-color: rgba(247, 201, 72, 0.42);
  background: rgba(247, 201, 72, 0.08);
}

#cart-counter {
  top: -7px !important;
  right: -8px !important;
  width: 22px !important;
  height: 22px !important;
  border: 2px solid #07101b;
  border-radius: 999px !important;
  background: var(--gold) !important;
  color: #08111c !important;
}

#mobile-menu {
  display: block;
  opacity: 0;
  pointer-events: none;
  background:
    linear-gradient(160deg, rgba(4, 9, 18, 0.98), rgba(12, 27, 43, 0.96)),
    linear-gradient(90deg, rgba(56, 217, 255, 0.11), transparent 40%, rgba(247, 201, 72, 0.1)) !important;
  backdrop-filter: blur(22px) saturate(140%) !important;
  transform: translateY(-10px);
  transition: opacity 260ms ease, transform 260ms ease;
}

#mobile-menu.hidden {
  display: none;
}

body.menu-open #mobile-menu {
  opacity: 1 !important;
  pointer-events: auto !important;
  transform: translateY(0);
}

body.menu-open #logo-link,
body.menu-open #cart-link,
body.menu-open #user-display {
  opacity: 0;
  pointer-events: none;
}

body.menu-open #mobile-toggle .fa-bars {
  display: none !important;
}

body.menu-open #mobile-toggle .fa-times {
  display: block !important;
}

#mobile-menu a {
  display: block;
  padding: 12px 16px;
  border-radius: var(--radius);
  color: #fff;
}

#mobile-menu a:hover {
  background: rgba(255, 255, 255, 0.08);
  color: var(--gold);
}

@media (min-width: 1024px) {
  #mobile-toggle {
    display: none !important;
  }
}

.hero-section {
  position: relative;
  isolation: isolate;
  min-height: 100svh;
  background: #03070d;
}

.hero-slider,
.hero-swiper-slide {
  min-height: 100svh;
}

.hero-swiper-slide {
  position: relative;
  overflow: hidden;
}

.hero-media {
  position: absolute;
  inset: 0;
  z-index: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  filter: saturate(1.02) contrast(1.06);
  transform: scale(1.05);
  transition: transform 7.5s ease;
}

.hero-slide-production .hero-media {
  background-image: url("image/hero-slide-1-production.webp");
  background-position: center right;
}

.hero-slide-engineering .hero-media {
  background-image: url("image/hero-slide-2-engineering.webp");
  background-position: center right;
}

.hero-slide-quality .hero-media {
  background-image: url("image/hero-slide-3-quality.webp");
  background-position: center right;
}

.swiper-slide-active .hero-media {
  transform: scale(1);
}

.hero-shade {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(3, 7, 13, 0.98) 0%, rgba(3, 7, 13, 0.9) 28%, rgba(3, 7, 13, 0.5) 48%, rgba(3, 7, 13, 0.12) 73%, rgba(3, 7, 13, 0.48) 100%),
    linear-gradient(to top, #03070d 0%, transparent 28%),
    linear-gradient(to bottom, rgba(3, 7, 13, 0.72), transparent 24%);
}

.hero-arc {
  position: absolute;
  inset: -10% auto -10% 41%;
  z-index: 2;
  width: 260px;
  pointer-events: none;
}

.hero-arc::before,
.hero-arc::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  border-radius: 50%;
}

.hero-arc::before {
  right: 34px;
  width: 230px;
  border-right: 9px solid rgba(247, 201, 72, 0.88);
  filter: drop-shadow(0 0 24px rgba(247, 201, 72, 0.42));
}

.hero-arc::after {
  right: 14px;
  width: 250px;
  border-right: 1px solid rgba(247, 201, 72, 0.28);
}

.hero-content {
  position: relative;
  z-index: 3;
  min-height: 100svh;
  width: min(100%, var(--max));
  margin: 0 auto;
}

.hero-copy {
  position: absolute;
  top: 48%;
  left: 24px;
  width: 548px;
  max-width: 46vw;
  transform: translateY(-50%);
  text-align: right;
}

.hero-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 42px;
  margin-bottom: 22px;
  padding: 8px 14px;
  border: 1px solid rgba(247, 201, 72, 0.48);
  border-radius: var(--radius);
  background: rgba(7, 16, 27, 0.58);
  color: #fff;
  font-weight: 900;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.hero-kicker i {
  color: var(--gold);
}

.hero-title {
  margin: 0;
  color: #fff !important;
  font-size: 4.7rem;
  font-weight: 950;
  line-height: 1.23;
  text-shadow: 0 18px 58px rgba(0, 0, 0, 0.58);
}

.hero-title strong {
  display: block;
  color: var(--gold);
  font-weight: 950;
}

.hero-description {
  max-width: 620px;
  margin: 22px 0 0;
  color: rgba(242, 247, 255, 0.86);
  font-size: 1.18rem;
  line-height: 2.1;
}

.hero-checks {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  margin-top: 24px;
}

.hero-checks span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: rgba(242, 247, 255, 0.92);
  font-size: 0.94rem;
  white-space: nowrap;
}

.hero-checks i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  border: 1px solid rgba(247, 201, 72, 0.7);
  border-radius: 999px;
  color: var(--gold);
  font-size: 0.72rem;
}

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

.hero-slider-controls {
  position: absolute;
  z-index: 8;
  right: 26px;
  left: 26px;
  top: 50%;
  display: flex;
  justify-content: space-between;
  pointer-events: none;
}

.hero-nav {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius);
  background: rgba(8, 16, 28, 0.58);
  color: #fff;
  pointer-events: auto;
  transition: transform 220ms ease, background 220ms ease, border-color 220ms ease;
}

.hero-nav:hover {
  transform: translateY(-2px);
  border-color: rgba(247, 201, 72, 0.5);
  background: rgba(247, 201, 72, 0.12);
}

.hero-pagination {
  z-index: 8;
  bottom: 154px !important;
}

.swiper-pagination-bullet {
  width: 12px !important;
  height: 12px !important;
  border-radius: 999px !important;
  background: rgba(255, 255, 255, 0.36) !important;
  opacity: 1 !important;
}

.swiper-pagination-bullet-active {
  width: 30px !important;
  background: linear-gradient(90deg, var(--gold), var(--cyan)) !important;
}

.hero-capability-rail {
  position: absolute;
  z-index: 9;
  right: 50%;
  bottom: 34px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  width: min(calc(100% - 48px), var(--max));
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.03)),
    rgba(7, 16, 28, 0.82);
  box-shadow: var(--shadow);
  backdrop-filter: blur(20px) saturate(135%);
  transform: translateX(50%);
}

.hero-capability-item {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 2px 16px;
  align-items: center;
  min-height: 102px;
  padding: 20px 24px;
  border-left: 1px solid rgba(255, 255, 255, 0.12);
}

.hero-capability-item:last-child {
  border-left: 0;
}

.hero-capability-item i {
  grid-row: span 2;
  color: var(--gold);
  font-size: 2.25rem;
}

.hero-capability-item span {
  color: #fff;
  font-size: 1.08rem;
  font-weight: 900;
}

.hero-capability-item small {
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.7;
}

.hp-section {
  position: relative;
  padding: 104px 0;
}

.hp-section:nth-of-type(even) {
  background:
    linear-gradient(90deg, rgba(56, 217, 255, 0.045), transparent 34%, rgba(247, 201, 72, 0.035)),
    rgba(255, 255, 255, 0.015);
}

.split-grid,
.tech-layout,
.faq-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: 58px;
  align-items: center;
}

.about-visual,
.tech-visual {
  position: relative;
}

.image-stack {
  position: relative;
  min-height: 486px;
}

.image-stack img {
  position: absolute;
  width: 68%;
  height: 340px;
  object-fit: cover;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.image-stack img:first-child {
  top: 0;
  right: 0;
}

.image-stack img:nth-child(2) {
  left: 0;
  bottom: 0;
}

.floating-proof,
.tech-overlay-card {
  position: absolute;
  z-index: 2;
  display: grid;
  gap: 4px;
  width: 270px;
  padding: 18px;
  border: 1px solid rgba(247, 201, 72, 0.28);
  border-radius: var(--radius);
  background: rgba(6, 14, 24, 0.86);
  box-shadow: var(--shadow-soft);
  backdrop-filter: blur(18px);
}

.floating-proof {
  right: 6px;
  bottom: 28px;
}

.floating-proof i,
.tech-overlay-card i {
  color: var(--gold);
  font-size: 1.8rem;
}

.floating-proof strong,
.tech-overlay-card strong {
  color: #fff;
  font-weight: 900;
}

.floating-proof span,
.tech-overlay-card span {
  color: var(--muted);
  font-size: 0.9rem;
}

.trust-badges {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 28px;
}

.trust-badges span {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 46px;
  padding: 10px 12px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.045);
  color: rgba(242, 247, 255, 0.9);
  font-weight: 800;
}

.trust-badges i {
  color: var(--gold);
}

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

.value-card,
.inspection-card,
.process-step {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.076), rgba(255, 255, 255, 0.025)),
    rgba(8, 17, 29, 0.74);
  box-shadow: var(--shadow-soft);
  transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.value-card {
  min-height: 286px;
  padding: 28px;
}

.value-card:hover,
.inspection-card:hover,
.process-step:hover,
.product-card:hover {
  transform: translateY(-6px);
  border-color: rgba(247, 201, 72, 0.36);
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.34), 0 0 0 1px rgba(247, 201, 72, 0.08);
}

.value-card i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  margin-bottom: 22px;
  border: 1px solid rgba(247, 201, 72, 0.26);
  border-radius: var(--radius);
  background: rgba(247, 201, 72, 0.08);
  color: var(--gold);
  font-size: 1.7rem;
}

.value-card h3,
.inspection-card h3,
.process-step h3 {
  margin: 0;
  color: #fff;
  font-size: 1.24rem;
  font-weight: 900;
}

.value-card p,
.inspection-card p,
.process-step p {
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 0.96rem;
  line-height: 1.9;
}

.stats-panel {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 32px;
  align-items: center;
  padding: 38px;
  border-block: 1px solid var(--line);
  background:
    linear-gradient(90deg, rgba(247, 201, 72, 0.09), transparent 42%, rgba(56, 217, 255, 0.08)),
    rgba(255, 255, 255, 0.028);
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.stat-card {
  min-height: 150px;
  padding: 24px 16px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(4, 11, 20, 0.56);
  text-align: center;
}

.stat-card strong {
  display: block;
  color: var(--gold);
  font-size: 2.8rem;
  font-weight: 950;
  line-height: 1.1;
}

.stat-card span:last-child {
  display: block;
  margin-top: 12px;
  color: var(--muted);
  font-weight: 800;
}

.featured-products-slider {
  padding: 4px 2px 54px;
}

.product-card {
  display: flex;
  flex-direction: column;
  min-height: 456px;
  transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.product-link {
  display: flex;
  flex: 1;
  flex-direction: column;
}

.product-media {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 218px;
  padding: 22px;
  background:
    radial-gradient(circle at 50% 22%, rgba(255, 255, 255, 0.1), transparent 38%),
    linear-gradient(145deg, rgba(3, 8, 15, 0.9), rgba(18, 31, 49, 0.72));
}

.product-media img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 20px 24px rgba(0, 0, 0, 0.46));
  transition: transform 260ms ease;
}

.product-card:hover .product-media img {
  transform: scale(1.05);
}

.product-content {
  display: grid;
  gap: 12px;
  padding: 20px 20px 8px;
}

.product-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  color: var(--gold);
  font-size: 0.88rem;
  font-weight: 900;
}

.product-meta b {
  padding: 4px 8px;
  border-radius: var(--radius);
  background: rgba(84, 211, 154, 0.12);
  color: var(--green);
  font-size: 0.78rem;
}

.product-meta b.is-out {
  background: rgba(255, 101, 114, 0.12);
  color: var(--red);
}

.product-content strong {
  min-height: 64px;
  color: #fff;
  font-size: 1.1rem;
  font-weight: 900;
  line-height: 1.65;
}

.product-rating {
  color: var(--gold);
  font-size: 0.92rem;
}

.product-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-top: auto;
  padding: 18px 20px 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.09);
}

.product-price {
  color: #fff;
  font-size: 1.25rem;
  font-weight: 950;
}

.product-price small {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 500;
}

.add-to-cart-btn,
.quantity-btn,
.remove-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.08) !important;
  color: #fff;
  transition: background 180ms ease, color 180ms ease, transform 180ms ease;
}

.add-to-cart-btn:hover,
.quantity-btn:hover,
.remove-btn:hover {
  background: var(--gold) !important;
  color: #101620 !important;
  transform: translateY(-2px);
}

.section-action {
  display: flex;
  justify-content: center;
  margin-top: 28px;
}

.tech-visual img {
  width: 100%;
  height: 530px;
  object-fit: cover;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.tech-overlay-card {
  right: 24px;
  bottom: 24px;
}

.tech-points {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 30px;
}

.tech-points div {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  min-height: 72px;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.045);
  color: rgba(242, 247, 255, 0.9);
  font-weight: 800;
}

.tech-points i {
  color: var(--gold);
  font-size: 1.25rem;
  margin-top: 4px;
}

.quality-panel {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 34px;
  align-items: start;
}

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

.inspection-card {
  min-height: 222px;
  padding: 24px;
}

.inspection-card span,
.process-step span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 32px;
  margin-bottom: 16px;
  border: 1px solid rgba(247, 201, 72, 0.36);
  border-radius: var(--radius);
  color: var(--gold);
  font-weight: 950;
}

.inspection-card i {
  display: block;
  margin-bottom: 14px;
  color: var(--gold);
  font-size: 1.8rem;
}

.process-timeline {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.process-timeline::before {
  content: "";
  position: absolute;
  top: 48px;
  right: 9%;
  left: 9%;
  height: 1px;
  background: linear-gradient(90deg, rgba(247, 201, 72, 0.28), rgba(56, 217, 255, 0.36), rgba(247, 201, 72, 0.28));
}

.process-step {
  position: relative;
  min-height: 244px;
  padding: 28px;
}

.faq-layout {
  align-items: start;
}

.faq-list {
  display: grid;
  gap: 14px;
}

.faq-item {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(8, 17, 29, 0.76);
  overflow: hidden;
}

.faq-question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  width: 100%;
  padding: 22px 24px;
  border: 0;
  background: transparent;
  color: #fff;
  text-align: right;
  font-weight: 900;
}

.faq-icon {
  color: var(--gold);
  transition: transform 220ms ease;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  color: var(--muted);
  transition: max-height 280ms ease, padding 280ms ease;
}

.faq-answer p {
  margin: 0;
  padding: 0 24px 22px;
  line-height: 2;
}

.faq-item.active {
  border-color: rgba(247, 201, 72, 0.32);
  background:
    linear-gradient(135deg, rgba(247, 201, 72, 0.08), transparent 44%),
    rgba(8, 17, 29, 0.8);
}

.faq-item.active .faq-answer {
  max-height: 220px;
}

.faq-item.active .faq-icon {
  transform: rotate(180deg);
}

.cta-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 32px;
  align-items: center;
  padding: 42px;
  border: 1px solid rgba(247, 201, 72, 0.24);
  border-radius: var(--radius);
  background:
    linear-gradient(120deg, rgba(247, 201, 72, 0.14), transparent 34%, rgba(56, 217, 255, 0.09)),
    rgba(8, 17, 29, 0.86);
  box-shadow: var(--shadow);
}

.cta-panel h2 {
  margin: 0;
  color: #fff;
  font-size: 2.6rem;
  font-weight: 950;
  line-height: 1.35;
}

.cta-panel p {
  max-width: 740px;
  margin: 16px 0 0;
  color: var(--muted);
  font-size: 1.05rem;
}

.cta-actions {
  display: grid;
  gap: 12px;
  min-width: 220px;
}

.site-footer {
  border-top: 1px solid var(--line) !important;
  background:
    linear-gradient(180deg, rgba(8, 15, 25, 0.35), rgba(4, 7, 13, 0.96)),
    rgba(4, 7, 13, 0.96) !important;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.35fr 0.8fr 0.9fr 1.15fr;
  gap: 34px;
}

.footer-brand p,
.footer-contact span,
.site-footer li,
.footer-bottom {
  color: var(--muted);
}

.site-footer h3 {
  margin: 0 0 16px;
  color: #fff;
  font-size: 1.08rem;
  font-weight: 900;
}

.site-footer ul {
  display: grid;
  gap: 10px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.site-footer a {
  transition: color 180ms ease;
}

.site-footer a:hover {
  color: var(--gold) !important;
}

.footer-contact li {
  display: grid;
  grid-template-columns: 22px 1fr;
  gap: 10px;
  align-items: start;
}

.footer-contact i {
  color: var(--gold);
  margin-top: 7px;
}

.footer-socials {
  display: flex;
  gap: 10px;
  margin-top: 20px;
}

.footer-socials a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.045);
  color: #fff;
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: 42px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 0.92rem;
}

.enamad-wrap img {
  width: 112px;
  cursor: pointer;
}

.cart-notification {
  position: fixed;
  right: auto !important;
  bottom: 20px;
  left: 20px !important;
  z-index: 1200 !important;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 1rem 1.35rem;
  border: 1px solid rgba(84, 211, 154, 0.28);
  border-radius: var(--radius) !important;
  background: rgba(8, 18, 28, 0.94) !important;
  color: #fff;
  box-shadow: var(--shadow-soft) !important;
  backdrop-filter: blur(16px);
  transform: translateY(200%);
  opacity: 0;
  transition: all 0.45s cubic-bezier(0.25, 1, 0.5, 1);
}

.cart-notification.show {
  transform: translateY(0);
  opacity: 1;
}

input,
textarea,
select {
  border: 1px solid rgba(159, 178, 203, 0.22) !important;
  border-radius: var(--radius) !important;
  background: rgba(7, 13, 22, 0.62) !important;
  color: var(--text) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.035);
}

input::placeholder,
textarea::placeholder {
  color: rgba(169, 184, 200, 0.62) !important;
}

input:focus,
textarea:focus,
select:focus {
  border-color: rgba(56, 217, 255, 0.65) !important;
  box-shadow: 0 0 0 4px rgba(56, 217, 255, 0.12) !important;
}

label {
  color: rgba(237, 245, 255, 0.82) !important;
}

.gsap-reveal {
  opacity: 0;
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 1ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 1ms !important;
  }
}

@media (max-width: 1180px) {
  .hero-title {
    font-size: 3.9rem;
  }

  .hero-copy {
    width: 500px;
    max-width: 48vw;
  }

  .value-grid,
  .process-timeline {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .process-timeline::before {
    display: none;
  }

  .stats-panel,
  .quality-panel {
    grid-template-columns: 1fr;
  }
}

@media (max-height: 780px) and (min-width: 769px) {
  .hero-title {
    font-size: 3.25rem;
    line-height: 1.22;
  }

  .hero-copy {
    top: 47%;
  }

  .hero-kicker {
    min-height: 36px;
    margin-bottom: 12px;
    padding: 6px 12px;
    font-size: 0.88rem;
  }

  .hero-description {
    margin-top: 14px;
    font-size: 1rem;
    line-height: 1.82;
  }

  .hero-checks {
    gap: 7px 14px;
    margin-top: 14px;
  }

  .hero-checks span {
    font-size: 0.86rem;
  }

  .hero-actions {
    margin-top: 18px;
  }

  .hero-actions .btn-primary,
  .hero-actions .btn-secondary {
    min-height: 44px;
    padding: 10px 18px;
  }

  .hero-capability-rail {
    bottom: 22px;
  }

  .hero-capability-item {
    min-height: 86px;
    padding: 14px 20px;
  }

  .hero-capability-item i {
    font-size: 1.85rem;
  }

  .hero-capability-item span {
    font-size: 1rem;
  }

  .hero-capability-item small {
    font-size: 0.82rem;
  }

  .hero-pagination {
    bottom: 116px !important;
  }
}

@media (max-width: 1024px) {
  #main-header nav {
    min-height: 62px;
  }

  .hero-section,
  .hero-slider,
  .hero-swiper-slide,
  .hero-content {
    min-height: 820px;
  }

  .hero-copy {
    top: 45%;
    width: 520px;
    max-width: 56vw;
  }

  .hero-arc {
    left: 48%;
  }

  .hero-capability-rail {
    overflow-x: auto;
    grid-template-columns: repeat(4, 280px);
    justify-content: start;
    padding-bottom: 2px;
    scrollbar-width: thin;
  }

  .hero-capability-item {
    min-height: 96px;
  }

  .split-grid,
  .tech-layout,
  .faq-layout {
    grid-template-columns: 1fr;
  }

  .tech-layout .tech-visual {
    order: 2;
  }

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

@media (max-width: 768px) {
  body {
    line-height: 1.9;
  }

  .section-title {
    font-size: 2.1rem;
    line-height: 1.38 !important;
  }

  .section-head {
    margin-bottom: 30px;
    text-align: right;
  }

  .section-head .section-title::after {
    margin-right: 0;
    margin-left: 0;
  }

  .hp-section {
    padding: 68px 0;
  }

  .btn-primary,
  .btn-secondary,
  button[type="submit"],
  #submit-payment-btn,
  #whatsapp-checkout-btn {
    width: 100%;
    min-height: 50px;
  }

  .hero-section,
  .hero-slider,
  .hero-swiper-slide,
  .hero-content {
    min-height: 760px;
  }

  .hero-shade {
    background:
      linear-gradient(90deg, rgba(3, 7, 13, 0.96), rgba(3, 7, 13, 0.52) 62%, rgba(3, 7, 13, 0.36)),
      linear-gradient(to top, #03070d 0%, transparent 36%),
      linear-gradient(to bottom, rgba(3, 7, 13, 0.78), transparent 26%);
  }

  .hero-media {
    background-position: 62% center !important;
  }

  .hero-arc {
    inset: 6% auto 18% 54%;
    opacity: 0.72;
  }

  .hero-copy {
    top: 44%;
    right: 18px;
    left: 18px;
    width: auto;
    max-width: none;
  }

  .hero-title {
    font-size: 2.7rem;
    line-height: 1.35;
  }

  .hero-description {
    font-size: 1rem;
    line-height: 2;
  }

  .hero-checks {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .hero-checks span {
    white-space: normal;
    font-size: 0.86rem;
  }

  .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .hero-slider-controls {
    display: none;
  }

  .hero-pagination {
    bottom: 150px !important;
  }

  .hero-capability-rail {
    right: 14px;
    bottom: 18px;
    left: 14px;
    width: auto;
    transform: none;
    grid-template-columns: repeat(4, 238px);
  }

  .hero-capability-item {
    grid-template-columns: 38px 1fr;
    min-height: 88px;
    padding: 16px;
  }

  .hero-capability-item i {
    font-size: 1.8rem;
  }

  .image-stack {
    min-height: 420px;
  }

  .image-stack img {
    width: 76%;
    height: 280px;
  }

  .floating-proof,
  .tech-overlay-card {
    position: relative;
    right: auto;
    bottom: auto;
    width: 100%;
    margin-top: 14px;
  }

  .trust-badges,
  .tech-points,
  .inspection-flow,
  .stats-grid {
    grid-template-columns: 1fr;
  }

  .value-grid,
  .process-timeline {
    display: flex;
    overflow-x: auto;
    gap: 14px;
    padding-bottom: 8px;
    scroll-snap-type: x mandatory;
  }

  .value-card,
  .process-step {
    flex: 0 0 82%;
    min-height: 248px;
    scroll-snap-align: start;
  }

  .stats-panel,
  .cta-panel {
    padding: 24px;
  }

  .stat-card {
    min-height: 126px;
  }

  .tech-visual img {
    height: 360px;
  }

  .product-card {
    min-height: 420px;
  }

  .cta-panel {
    grid-template-columns: 1fr;
  }

  .cta-panel h2 {
    font-size: 2rem;
  }

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

  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
  }

  .cart-notification {
    right: 14px !important;
    bottom: 14px !important;
    left: 14px !important;
  }
}

@media (max-width: 430px) {
  .hero-section,
  .hero-slider,
  .hero-swiper-slide,
  .hero-content {
    min-height: 800px;
  }

  .hero-title {
    font-size: 2.25rem;
  }

  .hero-copy {
    top: 43%;
  }

  .hero-kicker {
    font-size: 0.86rem;
  }

  .hero-checks {
    grid-template-columns: 1fr;
  }

  .hero-capability-rail {
    grid-template-columns: repeat(4, 220px);
  }

  .value-card,
  .process-step {
    flex-basis: 88%;
  }
}

@media print {
  body,
  body::before {
    background: #fff !important;
    color: #000 !important;
  }

  #main-header,
  footer,
  .no-print {
    display: none !important;
  }

  .glass-card {
    border: 1px solid #cbd5e1 !important;
    background: #fff !important;
    box-shadow: none !important;
    color: #000 !important;
  }

  .glass-card * {
    color: #000 !important;
  }
}

/* Revision 2: wider industrial layout and focused homepage upgrades */
:root {
  --max: 1440px;
  --readable: 720px;
}

.container {
  width: min(calc(100% - 48px), var(--max)) !important;
}

.hero-content {
  width: min(calc(100% - 56px), 1460px);
}

.hero-copy {
  left: clamp(32px, 5.2vw, 92px);
  width: min(650px, 44vw);
  max-width: 650px;
  padding: clamp(18px, 2vw, 28px) 0;
}

.hero-copy::before {
  content: "";
  position: absolute;
  inset: -34px -34px -34px -56px;
  z-index: -1;
  pointer-events: none;
  border-radius: var(--radius);
  background:
    linear-gradient(90deg, rgba(2, 6, 13, 0.88), rgba(2, 8, 18, 0.72) 58%, rgba(2, 8, 18, 0.12)),
    linear-gradient(180deg, rgba(255, 255, 255, 0.045), transparent 52%);
  box-shadow: -34px 0 70px rgba(0, 0, 0, 0.34);
}

.hero-shade {
  background:
    linear-gradient(90deg, rgba(2, 5, 11, 0.99) 0%, rgba(2, 5, 11, 0.96) 28%, rgba(3, 8, 16, 0.78) 43%, rgba(3, 8, 16, 0.22) 64%, rgba(3, 7, 13, 0.24) 100%),
    linear-gradient(to top, #03070d 0%, rgba(3, 7, 13, 0.74) 11%, transparent 32%),
    linear-gradient(to bottom, rgba(3, 7, 13, 0.78), transparent 25%);
}

.hero-arc {
  inset: -12% auto -12% 48%;
  width: 300px;
}

.hero-arc::before {
  right: 52px;
  width: 252px;
}

.hero-arc::after {
  right: 24px;
  width: 292px;
}

.hero-title {
  font-size: clamp(3.35rem, 5.1vw, 5.8rem);
  line-height: 1.18;
}

.hero-description {
  max-width: 660px;
  color: rgba(242, 247, 255, 0.91);
}

.hero-actions {
  margin-top: clamp(22px, 2.5vw, 34px);
}

.hero-pagination {
  bottom: 142px !important;
}

.hero-capability-rail {
  width: min(calc(100% - 64px), 1380px);
  bottom: 30px;
}

.hero-capability-item {
  min-height: 96px;
  padding: 18px 24px;
}

.about-capability-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.98fr) minmax(520px, 1.08fr);
  gap: clamp(48px, 6vw, 96px);
  align-items: center;
}

.about-section .section-copy {
  max-width: var(--readable);
}

.about-actions,
.why-actions,
.partnership-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.production-flow {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-top: 28px;
  padding: 14px;
  border: 1px solid rgba(56, 217, 255, 0.18);
  border-radius: var(--radius);
  background: linear-gradient(90deg, rgba(56, 217, 255, 0.08), rgba(255, 255, 255, 0.035));
}

.production-flow span,
.supply-journey span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: rgba(242, 247, 255, 0.92);
  font-weight: 900;
}

.production-flow i,
.supply-journey i {
  color: var(--gold);
}

.capability-image-stack {
  min-height: 560px;
}

.capability-image-stack img:first-child {
  width: 74%;
  height: 390px;
}

.capability-image-stack img:nth-child(2) {
  width: 58%;
  height: 300px;
}

.capability-card-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin-top: 34px;
}

.capability-card,
.family-card,
.why-trust-card,
.partnership-panel,
.partnership-path {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.082), rgba(255, 255, 255, 0.026)),
    rgba(7, 16, 28, 0.78);
  box-shadow: var(--shadow-soft);
}

.capability-card::before,
.family-card::before,
.why-trust-card::before,
.partnership-panel::before,
.partnership-path::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(120deg, rgba(56, 217, 255, 0.08), transparent 32%, rgba(247, 201, 72, 0.07));
  opacity: 0.9;
}

.capability-card > *,
.family-card > *,
.why-trust-card > *,
.partnership-panel > *,
.partnership-path > * {
  position: relative;
  z-index: 1;
}

.capability-card {
  min-height: 230px;
  padding: 24px;
}

.capability-card i,
.family-card > i,
.why-trust-card > i,
.partnership-path > i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  margin-bottom: 18px;
  border: 1px solid rgba(247, 201, 72, 0.28);
  border-radius: var(--radius);
  background: rgba(247, 201, 72, 0.08);
  color: var(--gold);
  font-size: 1.45rem;
}

.capability-card h3,
.family-card h3 {
  margin: 0;
  color: #fff;
  font-size: 1.12rem;
  font-weight: 950;
  line-height: 1.55;
}

.capability-card p,
.family-card p {
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.9;
}

.about-category-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.about-category-strip a {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 44px;
  padding: 10px 14px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.045);
  color: rgba(242, 247, 255, 0.9);
  font-weight: 850;
}

.about-category-strip a:hover {
  border-color: rgba(247, 201, 72, 0.35);
  color: var(--gold);
}

.about-category-strip i {
  color: var(--gold);
}

.why-layout {
  display: grid;
  grid-template-columns: minmax(380px, 0.82fr) minmax(0, 1.18fr);
  gap: clamp(32px, 5vw, 72px);
  align-items: start;
}

.why-lead {
  position: sticky;
  top: 116px;
}

.why-lead p {
  max-width: 650px;
  margin-top: 18px;
  color: var(--muted);
  font-size: 1.06rem;
  line-height: 2.05;
}

.why-trust-card {
  margin-top: 28px;
  padding: 26px;
  border-color: rgba(247, 201, 72, 0.26);
}

.why-trust-card strong {
  display: block;
  color: #fff;
  font-size: 1.28rem;
  font-weight: 950;
}

.why-trust-card span {
  display: block;
  margin-top: 10px;
  color: var(--muted);
  line-height: 1.9;
}

.value-grid-six {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.value-grid-six .value-card {
  min-height: 236px;
}

.product-family-header {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(320px, 0.55fr);
  gap: 40px;
  align-items: end;
  margin-bottom: 34px;
}

.product-family-header p {
  margin: 0;
  color: var(--muted);
  line-height: 2;
}

.product-family-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
}

.family-card {
  min-height: 286px;
  padding: 24px;
  transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.family-card:hover {
  transform: translateY(-6px);
  border-color: rgba(247, 201, 72, 0.38);
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.34), 0 0 0 1px rgba(247, 201, 72, 0.08);
}

.family-card span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 18px;
  color: var(--gold);
  font-weight: 950;
}

.family-card-wide {
  background:
    linear-gradient(145deg, rgba(247, 201, 72, 0.09), rgba(56, 217, 255, 0.055)),
    rgba(7, 16, 28, 0.84);
}

.partnership-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.96fr) minmax(420px, 1.04fr);
  gap: 30px;
  align-items: stretch;
  padding: clamp(28px, 4vw, 48px);
  border-color: rgba(247, 201, 72, 0.28);
  background:
    linear-gradient(120deg, rgba(247, 201, 72, 0.12), transparent 32%, rgba(56, 217, 255, 0.1)),
    rgba(6, 14, 24, 0.92);
}

.partnership-copy h2 {
  max-width: 760px;
  margin: 0;
  color: #fff;
  font-size: clamp(2.05rem, 3.3vw, 3.55rem);
  font-weight: 950;
  line-height: 1.32;
}

.partnership-copy p {
  max-width: 720px;
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 1.08rem;
  line-height: 2.05;
}

.supply-journey {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  margin-top: 28px;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.045);
}

.supply-journey span {
  min-height: 36px;
  padding: 6px 10px;
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.045);
}

.partnership-paths {
  display: grid;
  gap: 12px;
}

.partnership-path {
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 2px 16px;
  align-items: center;
  min-height: 118px;
  padding: 18px;
  transition: transform 220ms ease, border-color 220ms ease;
}

.partnership-path:hover {
  transform: translateX(-4px);
  border-color: rgba(247, 201, 72, 0.35);
}

.partnership-path > i {
  grid-row: span 2;
  margin-bottom: 0;
}

.partnership-path strong {
  color: #fff;
  font-size: 1.06rem;
  font-weight: 950;
}

.partnership-path span {
  color: var(--muted);
}

.partnership-actions {
  grid-column: 1 / -1;
  margin-top: 0;
}

@media (min-width: 1500px) {
  .hero-copy {
    left: calc((100vw - 1440px) / 2 + 24px);
  }
}

@media (max-height: 820px) and (min-width: 769px) {
  .hero-copy {
    top: 47%;
    width: min(600px, 44vw);
  }

  .hero-copy::before {
    inset: -24px -26px -24px -42px;
  }

  .hero-title {
    font-size: clamp(2.8rem, 4.2vw, 4.05rem);
  }

  .hero-description {
    margin-top: 14px;
    font-size: 0.98rem;
    line-height: 1.82;
  }

  .hero-checks {
    margin-top: 14px;
  }

  .hero-actions {
    margin-top: 18px;
  }

  .hero-capability-item {
    min-height: 82px;
    padding-block: 12px;
  }

  .hero-pagination {
    bottom: 106px !important;
  }
}

@media (max-width: 1280px) {
  .product-family-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .family-card-wide {
    grid-column: span 2;
  }
}

@media (max-width: 1100px) {
  .about-capability-grid,
  .why-layout,
  .partnership-panel {
    grid-template-columns: 1fr;
  }

  .why-lead {
    position: static;
  }

  .capability-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 768px) {
  .container {
    width: min(calc(100% - 28px), var(--max)) !important;
  }

  .hero-content {
    width: min(calc(100% - 28px), var(--max));
  }

  .hero-shade {
    background:
      linear-gradient(90deg, rgba(2, 5, 11, 0.98), rgba(2, 5, 11, 0.78) 66%, rgba(2, 5, 11, 0.42)),
      linear-gradient(to top, #03070d 0%, rgba(3, 7, 13, 0.82) 22%, transparent 45%),
      linear-gradient(to bottom, rgba(3, 7, 13, 0.82), transparent 24%);
  }

  .hero-copy {
    right: 0;
    left: 0;
    top: 44%;
    width: auto;
    max-width: none;
    padding: 0 4px;
  }

  .hero-copy::before {
    inset: -18px -12px -18px -12px;
    background: linear-gradient(180deg, rgba(2, 6, 13, 0.82), rgba(2, 6, 13, 0.28));
  }

  .hero-arc {
    inset: 8% auto 16% 64%;
    opacity: 0.55;
  }

  .hero-title {
    font-size: clamp(2.1rem, 9.2vw, 3rem);
  }

  .hero-description {
    font-size: 0.96rem;
  }

  .hero-capability-rail {
    width: auto;
    right: 14px;
    left: 14px;
    grid-template-columns: repeat(4, minmax(220px, 1fr));
  }

  .about-actions,
  .why-actions,
  .partnership-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .production-flow,
  .supply-journey {
    display: grid;
    grid-template-columns: 1fr;
  }

  .production-flow > i,
  .supply-journey > i {
    transform: rotate(-90deg);
    justify-self: center;
  }

  .capability-image-stack {
    min-height: 420px;
  }

  .capability-image-stack img:first-child {
    width: 78%;
    height: 282px;
  }

  .capability-image-stack img:nth-child(2) {
    width: 66%;
    height: 224px;
  }

  .capability-card-grid,
  .value-grid-six,
  .product-family-grid {
    display: grid;
    grid-template-columns: 1fr;
  }

  .capability-card,
  .family-card,
  .value-grid-six .value-card {
    min-height: auto;
  }

  .family-card-wide {
    grid-column: auto;
  }

  .product-family-header {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-bottom: 24px;
  }

  .partnership-panel {
    padding: 24px;
  }

  .partnership-path {
    grid-template-columns: 48px 1fr;
  }
}

@media (max-width: 430px) {
  .hero-copy {
    top: 43%;
  }

  .about-category-strip {
    display: grid;
    grid-template-columns: 1fr;
  }
}

/* Final Hero spacing fix */
.hero-content {
  width: min(calc(100% - 72px), 1500px);
}

.hero-copy {
  left: clamp(90px, 7vw, 150px) !important;
  width: min(460px, 32vw) !important;
  max-width: 460px !important;
  top: 47% !important;
}

.hero-title {
  font-size: clamp(2.15rem, 3.15vw, 3.55rem) !important;
  line-height: 1.35 !important;
}

.hero-description {
  max-width: 470px !important;
  font-size: clamp(0.92rem, 1vw, 1.02rem) !important;
  line-height: 1.95 !important;
}

.hero-kicker {
  font-size: 0.86rem !important;
  min-height: 36px !important;
  margin-bottom: 14px !important;
}

.hero-checks {
  margin-top: 18px !important;
  gap: 8px 14px !important;
}

.hero-checks span {
  font-size: 0.84rem !important;
}

.hero-actions {
  margin-top: 22px !important;
}

.hero-arc {
  inset: -12% auto -12% 60% !important;
}

.hero-shade {
  background:
    linear-gradient(90deg, rgba(1,4,10,1) 0%, rgba(1,4,10,0.98) 34%, rgba(2,7,15,0.82) 49%, rgba(3,8,16,0.18) 68%, rgba(3,7,13,0.16) 100%),
    linear-gradient(to top, #03070d 0%, rgba(3,7,13,0.78) 12%, transparent 34%) !important;
}

@media (max-width: 768px) {
  .hero-copy {
    left: 0 !important;
    right: 0 !important;
    width: auto !important;
    max-width: none !important;
    top: 43% !important;
  }

  .hero-title {
    font-size: clamp(1.8rem, 7.5vw, 2.35rem) !important;
  }

  .hero-description {
    font-size: 0.9rem !important;
  }
}

.hero-arc {
  inset: -12% auto -12% 40% !important;
  width: 280px !important;
}

.hero-arc::before {
  right: 45px !important;
}

.hero-arc::after {
  right: 20px !important;
}


/* Mobile section order: product-first conversion flow */
main {
  display: flex;
  flex-direction: column;
}

@media (max-width: 768px) {
  #hero { order: 1; }
  #product-families { order: 2; }
  #featured-products { order: 3; }
  #about { order: 4; }
  #why-us { order: 5; }
  #stats { order: 6; }
  #industrial-cta { order: 7; }
  #technology { order: 8; }
  #quality { order: 9; }
  #process { order: 10; }
  #faq { order: 11; }
}


/* Mobile hero redesigned like reference */
@media (max-width: 768px) {
  .hero-section,
  .hero-slider,
  .hero-swiper-slide,
  .hero-content {
    min-height: 100svh !important;
  }

  .hero-section {
    padding-top: 96px;
    background: #03070d;
  }

  .hero-slider {
    border-top: 1px solid rgba(247, 201, 72, 0.18);
    border-bottom: 1px solid rgba(247, 201, 72, 0.18);
    border-radius: 26px;
    overflow: hidden;
    width: calc(100% - 20px);
    margin: 0 auto;
    min-height: calc(100svh - 112px) !important;
  }

  .hero-swiper-slide {
    min-height: calc(100svh - 112px) !important;
  }

  .hero-slide-production .hero-media {
    background-image: url("image/hero-mobile-production.webp") !important;
    background-position: center center !important;
    background-size: cover !important;
  }

  .hero-slide-engineering .hero-media,
  .hero-slide-quality .hero-media {
    background-position: center center !important;
    background-size: cover !important;
  }

  .hero-media {
    transform: scale(1) !important;
    filter: saturate(1.05) contrast(1.08) brightness(0.9);
  }

  .hero-shade {
    background:
      radial-gradient(circle at 82% 34%, rgba(247, 201, 72, 0.1), transparent 34%),
      linear-gradient(90deg, rgba(2, 5, 11, 0.96) 0%, rgba(2, 5, 11, 0.82) 43%, rgba(2, 5, 11, 0.28) 100%),
      linear-gradient(to top, rgba(2, 5, 11, 0.98) 0%, rgba(2, 5, 11, 0.7) 28%, transparent 56%) !important;
  }

  .hero-arc {
    inset: 0 auto 0 84% !important;
    width: 220px !important;
    opacity: 0.9 !important;
  }

  .hero-arc::before {
    right: 40px !important;
    width: 180px !important;
    border-right-width: 5px !important;
  }

  .hero-arc::after {
    right: 18px !important;
    width: 210px !important;
  }

  .hero-content {
    width: 100% !important;
    min-height: calc(100svh - 112px) !important;
    padding: 0 22px 150px;
    display: flex;
    align-items: center;
  }

  .hero-copy {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    transform: none !important;
    width: min(100%, 430px) !important;
    max-width: 430px !important;
    padding: 0 !important;
    margin: 0 auto 0 0;
    text-align: right;
  }

  .hero-copy::before {
    inset: -18px -18px -18px -18px !important;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 22px;
    background:
      linear-gradient(135deg, rgba(3, 8, 16, 0.78), rgba(3, 8, 16, 0.28)),
      radial-gradient(circle at 0% 0%, rgba(247, 201, 72, 0.13), transparent 36%) !important;
    box-shadow: 0 22px 70px rgba(0, 0, 0, 0.42) !important;
    backdrop-filter: blur(4px);
  }

  .hero-kicker {
    min-height: 38px !important;
    padding: 7px 13px !important;
    margin-bottom: 20px !important;
    border-radius: 14px !important;
    font-size: 0.88rem !important;
    background: rgba(3, 8, 16, 0.62) !important;
  }

  .hero-title {
    font-size: clamp(2.15rem, 9vw, 3.15rem) !important;
    line-height: 1.28 !important;
    letter-spacing: -0.03em;
    text-shadow: 0 12px 38px rgba(0, 0, 0, 0.66);
  }

  .hero-title strong {
    margin-top: 2px;
    color: var(--gold) !important;
  }

  .hero-description {
    max-width: 360px !important;
    margin-top: 18px !important;
    font-size: 0.98rem !important;
    line-height: 2.05 !important;
    color: rgba(242, 247, 255, 0.82) !important;
  }

  .hero-checks {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr) !important;
    gap: 10px !important;
    margin-top: 24px !important;
  }

  .hero-checks span {
    display: grid !important;
    justify-items: center;
    gap: 8px !important;
    text-align: center;
    font-size: 0.78rem !important;
    line-height: 1.5;
    white-space: normal !important;
    color: rgba(242, 247, 255, 0.88) !important;
  }

  .hero-checks i {
    width: 48px !important;
    height: 48px !important;
    border-radius: 999px !important;
    background: rgba(5, 12, 22, 0.72);
    border-color: rgba(247, 201, 72, 0.34) !important;
    font-size: 1.05rem !important;
  }

  .hero-actions {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 12px !important;
    margin-top: 28px !important;
  }

  .hero-actions .btn-primary,
  .hero-actions .btn-secondary {
    width: 100%;
    min-height: 58px !important;
    border-radius: 16px !important;
    font-size: 1.05rem;
  }

  .hero-slider-controls {
    display: none !important;
  }

  .hero-pagination {
    bottom: 126px !important;
  }

  .hero-capability-rail {
    right: 22px !important;
    left: 22px !important;
    bottom: 22px !important;
    width: auto !important;
    transform: none !important;
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    overflow: hidden !important;
    border-radius: 18px !important;
    background: rgba(4, 10, 18, 0.72) !important;
    backdrop-filter: blur(12px);
  }

  .hero-capability-item {
    min-height: 78px !important;
    padding: 12px 8px !important;
    grid-template-columns: 1fr !important;
    justify-items: center;
    text-align: center;
    gap: 4px !important;
  }

  .hero-capability-item:nth-child(4) {
    display: none !important;
  }

  .hero-capability-item i {
    grid-row: auto !important;
    font-size: 1.55rem !important;
  }

  .hero-capability-item span {
    font-size: 0.86rem !important;
  }

  .hero-capability-item small {
    display: none !important;
  }
}

/* Mobile hero: reference style final */
@media (max-width: 768px) {
  .hero-section {
    padding-top: 112px !important;
    min-height: auto !important;
    background: #020711 !important;
  }

  .hero-slider {
    width: calc(100% - 20px) !important;
    margin: 0 auto !important;
    min-height: 980px !important;
    height: auto !important;
    border-radius: 28px !important;
    border: 1px solid rgba(247, 201, 72, 0.2) !important;
    overflow: hidden !important;
    background: #020711 !important;
  }

  .hero-swiper-slide,
  .hero-content {
    min-height: 980px !important;
    height: auto !important;
  }

  .hero-slide-production .hero-media {
    background-image: url("image/hero-mobile-production.webp") !important;
  }

  .hero-media {
    opacity: 1 !important;
    filter: brightness(1.08) contrast(1.08) saturate(1.05) !important;
    background-size: cover !important;
    background-position: 70% center !important;
    transform: none !important;
  }

  .hero-shade {
    background:
      linear-gradient(90deg, rgba(2, 5, 12, 0.96) 0%, rgba(2, 5, 12, 0.86) 43%, rgba(2, 5, 12, 0.28) 74%, rgba(2, 5, 12, 0.08) 100%),
      linear-gradient(to top, rgba(2, 5, 12, 0.96) 0%, rgba(2, 5, 12, 0.76) 20%, rgba(2, 5, 12, 0.22) 48%, transparent 78%) !important;
  }

  .hero-arc {
    inset: -2% auto -2% 78% !important;
    width: 230px !important;
    opacity: 0.95 !important;
  }

  .hero-arc::before {
    right: 46px !important;
    width: 200px !important;
    border-right-width: 5px !important;
  }

  .hero-arc::after {
    right: 18px !important;
    width: 230px !important;
  }

  .hero-content {
    width: 100% !important;
    padding: 92px 24px 190px !important;
    display: block !important;
  }

  .hero-copy {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    transform: none !important;
    width: 58% !important;
    max-width: 430px !important;
    margin: 0 auto 0 0 !important;
    padding: 0 !important;
    text-align: right !important;
  }

  .hero-copy::before {
    display: none !important;
  }

  .hero-kicker {
    width: max-content !important;
    max-width: 100% !important;
    min-height: 42px !important;
    padding: 8px 14px !important;
    margin-bottom: 28px !important;
    border-radius: 16px !important;
    background: rgba(3, 8, 18, 0.5) !important;
    border: 1px solid rgba(247, 201, 72, 0.45) !important;
    font-size: 0.92rem !important;
  }

  .hero-title {
    font-size: clamp(2.6rem, 8vw, 4.1rem) !important;
    line-height: 1.24 !important;
    letter-spacing: -0.035em !important;
    text-shadow: 0 14px 42px rgba(0, 0, 0, 0.8) !important;
  }

  .hero-title strong {
    margin-top: 8px !important;
    color: var(--gold) !important;
  }

  .hero-description {
    max-width: 420px !important;
    margin-top: 24px !important;
    color: rgba(242, 247, 255, 0.88) !important;
    font-size: 1.06rem !important;
    line-height: 2.15 !important;
  }

  .hero-checks {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr) !important;
    gap: 0 !important;
    margin-top: 38px !important;
    width: 100% !important;
    max-width: 470px !important;
  }

  .hero-checks span {
    display: grid !important;
    justify-items: center !important;
    align-content: start !important;
    gap: 10px !important;
    padding: 0 7px !important;
    text-align: center !important;
    color: rgba(242, 247, 255, 0.88) !important;
    font-size: 0.82rem !important;
    line-height: 1.55 !important;
    white-space: normal !important;
    border-left: 1px solid rgba(255, 255, 255, 0.14) !important;
  }

  .hero-checks span:last-child {
    border-left: 0 !important;
  }

  .hero-checks i {
    width: 54px !important;
    height: 54px !important;
    border-radius: 999px !important;
    background: rgba(5, 12, 22, 0.68) !important;
    border: 1px solid rgba(247, 201, 72, 0.28) !important;
    color: var(--gold) !important;
    font-size: 1.25rem !important;
  }

  .hero-actions {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 16px !important;
    width: 100% !important;
    max-width: 430px !important;
    margin-top: 40px !important;
  }

  .hero-actions .btn-primary,
  .hero-actions .btn-secondary {
    min-height: 72px !important;
    border-radius: 18px !important;
    font-size: 1.25rem !important;
    font-weight: 950 !important;
  }

  .hero-actions .btn-secondary {
    background: rgba(3, 8, 18, 0.55) !important;
  }

  .hero-slider-controls,
  .hero-pagination {
    display: none !important;
  }

  .hero-capability-rail {
    position: absolute !important;
    right: 24px !important;
    left: 24px !important;
    bottom: 34px !important;
    width: auto !important;
    transform: none !important;
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    overflow: hidden !important;
    border-radius: 22px !important;
    border: 1px solid rgba(247, 201, 72, 0.26) !important;
    background: rgba(3, 8, 18, 0.7) !important;
    backdrop-filter: blur(10px) !important;
  }

  .hero-capability-item {
    min-height: 100px !important;
    padding: 18px 8px !important;
    display: grid !important;
    grid-template-columns: 1fr !important;
    justify-items: center !important;
    text-align: center !important;
    border-left: 1px solid rgba(255, 255, 255, 0.16) !important;
  }

  .hero-capability-item:nth-child(4) {
    display: none !important;
  }

  .hero-capability-item i {
    grid-row: auto !important;
    font-size: 2rem !important;
    margin-bottom: 6px !important;
  }

  .hero-capability-item span {
    font-size: 1rem !important;
    font-weight: 950 !important;
  }

  .hero-capability-item small {
    display: block !important;
    margin-top: 5px !important;
    font-size: 0.78rem !important;
    line-height: 1.5 !important;
  }
}


/* Mobile hero final: fixed image, text-only slider, shorter height */
@media (max-width: 768px) {
  .hero-section {
    padding-top: 110px !important;
    min-height: auto !important;
    background: #020711 !important;
  }

  .hero-slider {
    width: calc(100% - 20px) !important;
    margin: 0 auto !important;
    height: 780px !important;
    min-height: 780px !important;
    max-height: 780px !important;
    border-radius: 28px !important;
    border: 1px solid rgba(247, 201, 72, 0.22) !important;
    overflow: hidden !important;
    background: #020711 !important;
  }

  .hero-swiper-slide,
  .hero-content {
    height: 780px !important;
    min-height: 780px !important;
    max-height: 780px !important;
  }

  /* Mobile: keep the SAME background image on all slides */
  .hero-slide-production .hero-media,
  .hero-slide-engineering .hero-media,
  .hero-slide-quality .hero-media {
    background-image: url("image/hero-mobile-production.png") !important;
    background-size: cover !important;
    background-position: 68% center !important;
  }

  .hero-media {
    opacity: 1 !important;
    filter: brightness(1.04) contrast(1.08) saturate(1.05) !important;
    transform: none !important;
  }

  .hero-shade {
    background:
      linear-gradient(90deg, rgba(2, 5, 12, 0.96) 0%, rgba(2, 5, 12, 0.82) 43%, rgba(2, 5, 12, 0.24) 72%, rgba(2, 5, 12, 0.05) 100%),
      linear-gradient(to top, rgba(2, 5, 12, 0.98) 0%, rgba(2, 5, 12, 0.72) 18%, rgba(2, 5, 12, 0.18) 44%, transparent 76%) !important;
  }

  .hero-arc {
    inset: -2% auto -2% 82% !important;
    width: 220px !important;
    opacity: 0.92 !important;
  }

  .hero-arc::before {
    right: 44px !important;
    width: 190px !important;
    border-right-width: 5px !important;
  }

  .hero-arc::after {
    right: 18px !important;
    width: 220px !important;
  }

  .hero-content {
    width: 100% !important;
    padding: 74px 24px 148px !important;
    display: block !important;
  }

  .hero-copy {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    transform: none !important;
    width: 58% !important;
    max-width: 390px !important;
    margin: 0 auto 0 0 !important;
    padding: 0 !important;
    text-align: right !important;
  }

  .hero-copy::before {
    display: none !important;
  }

  .hero-kicker {
    width: max-content !important;
    max-width: 100% !important;
    min-height: 38px !important;
    padding: 7px 13px !important;
    margin-bottom: 22px !important;
    border-radius: 15px !important;
    background: rgba(3, 8, 18, 0.48) !important;
    border: 1px solid rgba(247, 201, 72, 0.45) !important;
    font-size: 0.86rem !important;
  }

  .hero-title {
    font-size: clamp(2.25rem, 7.5vw, 3.45rem) !important;
    line-height: 1.26 !important;
    letter-spacing: -0.035em !important;
    text-shadow: 0 14px 42px rgba(0, 0, 0, 0.8) !important;
  }

  .hero-title strong {
    margin-top: 6px !important;
    color: var(--gold) !important;
  }

  .hero-description {
    max-width: 350px !important;
    margin-top: 18px !important;
    color: rgba(242, 247, 255, 0.88) !important;
    font-size: 0.92rem !important;
    line-height: 2.05 !important;
  }

  .hero-checks {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr) !important;
    gap: 0 !important;
    margin-top: 28px !important;
    width: 100% !important;
    max-width: 390px !important;
  }

  .hero-checks span {
    display: grid !important;
    justify-items: center !important;
    gap: 8px !important;
    padding: 0 6px !important;
    text-align: center !important;
    color: rgba(242, 247, 255, 0.88) !important;
    font-size: 0.72rem !important;
    line-height: 1.45 !important;
    white-space: normal !important;
    border-left: 1px solid rgba(255, 255, 255, 0.14) !important;
  }

  .hero-checks span:last-child {
    border-left: 0 !important;
  }

  .hero-checks i {
    width: 46px !important;
    height: 46px !important;
    border-radius: 999px !important;
    background: rgba(5, 12, 22, 0.68) !important;
    border: 1px solid rgba(247, 201, 72, 0.28) !important;
    color: var(--gold) !important;
    font-size: 1.05rem !important;
  }

  .hero-actions {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 12px !important;
    width: 100% !important;
    max-width: 390px !important;
    margin-top: 28px !important;
  }

  .hero-actions .btn-primary,
  .hero-actions .btn-secondary {
    min-height: 58px !important;
    border-radius: 16px !important;
    font-size: 1.05rem !important;
    font-weight: 950 !important;
  }

  .hero-actions .btn-secondary {
    background: rgba(3, 8, 18, 0.55) !important;
  }

  .hero-slider-controls,
  .hero-pagination {
    display: none !important;
  }

  .hero-capability-rail {
    position: absolute !important;
    right: 24px !important;
    left: 24px !important;
    bottom: 24px !important;
    width: auto !important;
    transform: none !important;
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    overflow: hidden !important;
    border-radius: 20px !important;
    border: 1px solid rgba(247, 201, 72, 0.28) !important;
    background: rgba(3, 8, 18, 0.72) !important;
    backdrop-filter: blur(10px) !important;
  }

  .hero-capability-item {
    min-height: 88px !important;
    padding: 14px 8px !important;
    display: grid !important;
    grid-template-columns: 1fr !important;
    justify-items: center !important;
    text-align: center !important;
    border-left: 1px solid rgba(255, 255, 255, 0.16) !important;
  }

  .hero-capability-item:last-child {
    border-left: 0 !important;
  }

  .hero-capability-item i {
    grid-row: auto !important;
    font-size: 1.65rem !important;
    margin-bottom: 4px !important;
  }

  .hero-capability-item span {
    font-size: 0.98rem !important;
    font-weight: 950 !important;
  }

  .hero-capability-item small {
    display: block !important;
    margin-top: 4px !important;
    font-size: 0.72rem !important;
    line-height: 1.45 !important;
  }
}

/* REAL mobile hero: fixed poster card, no stretching, no overlaps */
@media (max-width: 768px) {
  .hero-section {
    padding-top: 92px !important;
    padding-bottom: 18px !important;
    min-height: auto !important;
    background: #03070d !important;
  }

  .hero-slider {
    position: relative !important;
    width: calc(100% - 20px) !important;
    height: 720px !important;
    min-height: 720px !important;
    max-height: 720px !important;
    margin: 0 auto !important;
    border-radius: 26px !important;
    border: 1px solid rgba(247, 201, 72, 0.22) !important;
    overflow: hidden !important;
    background: #03070d !important;
  }

  .hero-swiper-slide,
  .hero-content {
    height: 720px !important;
    min-height: 720px !important;
    max-height: 720px !important;
  }

  /* Same fixed mobile image on all slides */
  .hero-slide-production .hero-media,
  .hero-slide-engineering .hero-media,
  .hero-slide-quality .hero-media {
    background-image: url("image/hero-mobile-production.png") !important;
    background-size: cover !important;
    background-position: 66% center !important;
  }

  .hero-media {
    inset: 0 !important;
    opacity: 1 !important;
    transform: none !important;
    filter: brightness(1.02) contrast(1.08) saturate(1.05) !important;
  }

  .hero-shade {
    background:
      linear-gradient(90deg, rgba(2, 5, 12, 0.96) 0%, rgba(2, 5, 12, 0.84) 42%, rgba(2, 5, 12, 0.28) 72%, rgba(2, 5, 12, 0.06) 100%),
      linear-gradient(to top, rgba(2, 5, 12, 0.98) 0%, rgba(2, 5, 12, 0.78) 20%, rgba(2, 5, 12, 0.18) 50%, transparent 78%) !important;
  }

  .hero-content {
    position: relative !important;
    z-index: 3 !important;
    width: 100% !important;
    padding: 54px 22px 132px !important;
    display: block !important;
  }

  .hero-copy {
    position: relative !important;
    top: auto !important;
    right: auto !important;
    left: auto !important;
    transform: none !important;
    width: 58% !important;
    max-width: 360px !important;
    margin: 0 auto 0 0 !important;
    padding: 0 !important;
    text-align: right !important;
  }

  .hero-copy::before {
    display: none !important;
  }

  .hero-kicker {
    width: max-content !important;
    max-width: 100% !important;
    min-height: 34px !important;
    padding: 6px 12px !important;
    margin-bottom: 16px !important;
    border-radius: 14px !important;
    font-size: 0.78rem !important;
    background: rgba(3, 8, 18, 0.52) !important;
  }

  .hero-title {
    font-size: clamp(1.85rem, 7vw, 2.55rem) !important;
    line-height: 1.25 !important;
    letter-spacing: -0.035em !important;
    text-shadow: 0 12px 34px rgba(0, 0, 0, 0.85) !important;
  }

  .hero-title strong {
    margin-top: 3px !important;
    color: var(--gold) !important;
  }

  .hero-description {
    max-width: 310px !important;
    margin-top: 14px !important;
    font-size: 0.82rem !important;
    line-height: 1.9 !important;
    color: rgba(242, 247, 255, 0.84) !important;
  }

  .hero-checks {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr) !important;
    width: 100% !important;
    max-width: 350px !important;
    gap: 0 !important;
    margin-top: 20px !important;
  }

  .hero-checks span {
    display: grid !important;
    justify-items: center !important;
    gap: 6px !important;
    padding: 0 4px !important;
    text-align: center !important;
    font-size: 0.62rem !important;
    line-height: 1.35 !important;
    white-space: normal !important;
    border-left: 1px solid rgba(255, 255, 255, 0.14) !important;
  }

  .hero-checks span:last-child {
    border-left: 0 !important;
  }

  .hero-checks i {
    width: 38px !important;
    height: 38px !important;
    border-radius: 999px !important;
    font-size: 0.92rem !important;
    background: rgba(5, 12, 22, 0.68) !important;
    border-color: rgba(247, 201, 72, 0.3) !important;
    color: var(--gold) !important;
  }

  .hero-actions {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 10px !important;
    width: 100% !important;
    max-width: 350px !important;
    margin-top: 22px !important;
  }

  .hero-actions .btn-primary,
  .hero-actions .btn-secondary {
    width: 100% !important;
    min-height: 50px !important;
    padding: 10px 18px !important;
    border-radius: 15px !important;
    font-size: 0.95rem !important;
    font-weight: 950 !important;
  }

  .hero-actions .btn-secondary {
    background: rgba(3, 8, 18, 0.58) !important;
  }

  .hero-arc {
    inset: -2% auto -2% 78% !important;
    width: 210px !important;
    opacity: 0.9 !important;
  }

  .hero-arc::before {
    right: 42px !important;
    width: 180px !important;
    border-right-width: 5px !important;
  }

  .hero-arc::after {
    right: 18px !important;
    width: 210px !important;
  }

  .hero-slider-controls,
  .hero-pagination {
    display: none !important;
  }

  .hero-capability-rail {
    position: absolute !important;
    z-index: 10 !important;
    right: 22px !important;
    left: 22px !important;
    bottom: 22px !important;
    width: auto !important;
    height: 92px !important;
    transform: none !important;
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    border-radius: 18px !important;
    overflow: hidden !important;
    border: 1px solid rgba(247, 201, 72, 0.28) !important;
    background: rgba(3, 8, 18, 0.72) !important;
    backdrop-filter: blur(10px) !important;
  }

  .hero-capability-item {
    height: 92px !important;
    min-height: 92px !important;
    padding: 11px 6px !important;
    display: grid !important;
    grid-template-columns: 1fr !important;
    justify-items: center !important;
    align-content: center !important;
    text-align: center !important;
    border-left: 1px solid rgba(255, 255, 255, 0.16) !important;
  }

  .hero-capability-item:last-child {
    border-left: 0 !important;
  }

  .hero-capability-item i {
    grid-row: auto !important;
    font-size: 1.45rem !important;
    margin-bottom: 3px !important;
  }

  .hero-capability-item span {
    font-size: 0.9rem !important;
    font-weight: 950 !important;
  }

  .hero-capability-item small {
    display: block !important;
    margin-top: 2px !important;
    font-size: 0.64rem !important;
    line-height: 1.35 !important;
  }
}

/* Mobile hero compact: fit full hero in first screen */
@media (max-width: 768px) {
  .hero-section {
    padding-top: 86px !important;
    padding-bottom: 10px !important;
  }

.hero-slider,
.hero-swiper-slide,
.hero-content {
  height: calc(100svh - 96px) !important;
  min-height: 600px !important;
  max-height: 670px !important;
}

.hero-slider {
  border-radius: 22px !important;
}

.hero-content {
  padding: 34px 20px 96px !important;
}

  .hero-copy {
    width: 58% !important;
    max-width: 340px !important;
  }

  .hero-kicker {
    min-height: 31px !important;
    padding: 5px 11px !important;
    margin-bottom: 12px !important;
    font-size: 0.72rem !important;
    border-radius: 12px !important;
  }

  .hero-title {
    font-size: clamp(1.65rem, 6.2vw, 2.25rem) !important;
    line-height: 1.22 !important;
  }

  .hero-title strong {
    margin-top: 1px !important;
  }

  .hero-description {
    max-width: 300px !important;
    margin-top: 10px !important;
    font-size: 0.74rem !important;
    line-height: 1.75 !important;
  }

  .hero-checks {
    max-width: 320px !important;
    margin-top: 14px !important;
  }

  .hero-checks span {
    gap: 4px !important;
    padding: 0 3px !important;
    font-size: 0.56rem !important;
    line-height: 1.25 !important;
  }

  .hero-checks i {
    width: 31px !important;
    height: 31px !important;
    font-size: 0.75rem !important;
  }

  .hero-actions {
    max-width: 320px !important;
    margin-top: 16px !important;
    gap: 8px !important;
  }

  .hero-actions .btn-primary,
  .hero-actions .btn-secondary {
    min-height: 43px !important;
    padding: 8px 14px !important;
    border-radius: 13px !important;
    font-size: 0.82rem !important;
  }

  .hero-capability-rail {
    right: 18px !important;
    left: 18px !important;
    bottom: 14px !important;
    height: 82px !important;
    border-radius: 16px !important;
  }

  .hero-capability-item {
    height: 82px !important;
    min-height: 82px !important;
    padding: 8px 5px !important;
  }

  .hero-capability-item i {
    font-size: 1.25rem !important;
    margin-bottom: 2px !important;
  }

  .hero-capability-item span {
    font-size: 0.78rem !important;
  }

  .hero-capability-item small {
    font-size: 0.56rem !important;
    line-height: 1.25 !important;
  }
}

/* Hero rail desktop/mobile final spacing */
.hero-capability-rail {
  grid-template-columns: repeat(5, 1fr) !important;
}

.hero-capability-item.hero-desktop-only {
  display: grid !important;
}

@media (max-width: 768px) {
  /* Move mobile hero text higher and create more space above bottom stats */
  .hero-content {
    padding: 26px 20px 118px !important;
  }

  .hero-copy {
    margin-top: -8px !important;
    max-width: 335px !important;
  }

  .hero-kicker {
    margin-bottom: 10px !important;
  }

  .hero-title {
    font-size: clamp(1.58rem, 5.9vw, 2.12rem) !important;
    line-height: 1.2 !important;
  }

  .hero-description {
    margin-top: 8px !important;
    font-size: 0.72rem !important;
    line-height: 1.68 !important;
  }

  .hero-checks {
    margin-top: 12px !important;
  }

  .hero-actions {
    margin-top: 14px !important;
    gap: 7px !important;
  }

  .hero-actions .btn-primary,
  .hero-actions .btn-secondary {
    min-height: 40px !important;
    font-size: 0.78rem !important;
  }

  /* Mobile rail stays 3 items only */
  .hero-capability-rail {
    grid-template-columns: repeat(3, 1fr) !important;
    height: 78px !important;
    bottom: 14px !important;
  }

  .hero-capability-item.hero-desktop-only {
    display: none !important;
  }

  .hero-capability-item {
    height: 78px !important;
    min-height: 78px !important;
    padding: 7px 5px !important;
  }

  .hero-capability-item i {
    font-size: 1.18rem !important;
  }

  .hero-capability-item span {
    font-size: 0.72rem !important;
  }

  .hero-capability-item small {
    font-size: 0.52rem !important;
  }
}

@media (max-width: 768px) {
  .hero-capability-rail {
    bottom: 48px !important;
  }

  .hero-content {
    padding-bottom: 154px !important;
  }
}

/* Mobile product families: horizontal quick slider */
@media (max-width: 768px) {
  .product-family-section {
    overflow: hidden;
  }

  .product-family-grid {
    display: flex !important;
    grid-template-columns: none !important;
    gap: 14px !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    padding: 4px 14px 16px !important;
    margin-left: -14px !important;
    margin-right: -14px !important;
    scroll-snap-type: x mandatory;
    scroll-padding-inline: 14px;
    -webkit-overflow-scrolling: touch;
  }

  .product-family-grid::-webkit-scrollbar {
    display: none;
  }

  .family-card {
    flex: 0 0 78% !important;
    min-width: 78% !important;
    min-height: 220px !important;
    scroll-snap-align: start;
  }

  .family-card-wide {
    flex-basis: 78% !important;
    min-width: 78% !important;
  }
}

@media (max-width: 430px) {
  .family-card,
  .family-card-wide {
    flex: 0 0 84% !important;
    min-width: 84% !important;
  }
}

/* Hamgam Plastic Parsian homepage redesign package */
:root {
  color-scheme: dark;
  --font-persian: "Vazirmatn", Tahoma, Arial, sans-serif;
  --bg-0: #050914;
  --bg-1: #07111f;
  --bg-2: #0d1a2b;
  --surface: rgba(10, 20, 33, 0.78);
  --surface-strong: rgba(10, 20, 33, 0.94);
  --surface-soft: rgba(255, 255, 255, 0.06);
  --line: rgba(168, 190, 214, 0.16);
  --line-strong: rgba(255, 255, 255, 0.24);
  --text: #f2f7ff;
  --muted: #aebdcd;
  --muted-2: #7e8ea2;
  --gold: #f7c948;
  --gold-2: #f2a900;
  --cyan: #38d9ff;
  --green: #54d39a;
  --red: #ff6572;
  --radius: 8px;
  --max: 1240px;
  --shadow: 0 24px 78px rgba(0, 0, 0, 0.38);
  --shadow-soft: 0 16px 42px rgba(0, 0, 0, 0.28);
}

* {
  box-sizing: border-box;
}

html {
  direction: rtl;
  scroll-behavior: smooth;
  text-size-adjust: 100%;
}

body {
  position: relative;
  min-height: 100vh;
  margin: 0;
  direction: rtl;
  font-family: var(--font-persian);
  font-weight: 400;
  line-height: 1.85;
  letter-spacing: 0;
  color: var(--text) !important;
  background:
    linear-gradient(135deg, rgba(56, 217, 255, 0.08), transparent 31%),
    linear-gradient(225deg, rgba(247, 201, 72, 0.07), transparent 34%),
    linear-gradient(180deg, var(--bg-1) 0%, var(--bg-0) 48%, #03060c 100%) !important;
  overflow-x: hidden;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.034) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.034) 1px, transparent 1px),
    linear-gradient(115deg, rgba(56, 217, 255, 0.045), transparent 28%, rgba(247, 201, 72, 0.035) 62%, transparent 86%);
  background-size: 76px 76px, 76px 76px, 100% 100%;
  opacity: 0.7;
  mask-image: linear-gradient(to bottom, #000, rgba(0, 0, 0, 0.42));
}

body.menu-open {
  overflow: hidden;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
textarea,
select {
  font: inherit;
}

button,
a,
input,
textarea,
select {
  outline: none;
}

:focus-visible {
  outline: 3px solid rgba(56, 217, 255, 0.86) !important;
  outline-offset: 3px;
}

::selection {
  background: rgba(247, 201, 72, 0.28);
  color: #fff;
}

.container {
  width: min(100%, var(--max)) !important;
}

.section-title,
h1,
h2,
h3,
h4 {
  font-family: var(--font-persian);
  color: var(--text) !important;
  letter-spacing: 0;
}

.section-title {
  margin: 0;
  font-weight: 900 !important;
  font-size: 3.1rem;
  line-height: 1.28 !important;
}

.section-title::after {
  content: "";
  display: block;
  width: 88px;
  height: 3px;
  margin-top: 18px;
  border-radius: var(--radius);
  background: linear-gradient(90deg, var(--gold), var(--cyan));
}

.section-head {
  max-width: 760px;
  margin: 0 auto 48px;
  text-align: center;
}

.section-head .section-title::after {
  margin-right: auto;
  margin-left: auto;
}

.section-head p,
.section-copy p {
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 1.08rem;
  line-height: 2.05;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 34px;
  margin-bottom: 16px;
  padding: 6px 12px;
  border: 1px solid rgba(247, 201, 72, 0.26);
  border-radius: var(--radius);
  background: rgba(247, 201, 72, 0.07);
  color: var(--gold);
  font-size: 0.92rem;
  font-weight: 900;
}

.glass-card {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line) !important;
  border-radius: var(--radius) !important;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.025)),
    var(--surface) !important;
  box-shadow: var(--shadow-soft);
  backdrop-filter: blur(18px) saturate(130%);
}

.glass-card::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-radius: inherit;
  background:
    linear-gradient(120deg, rgba(255, 255, 255, 0.14), transparent 24%, transparent 72%, rgba(56, 217, 255, 0.08)),
    linear-gradient(to bottom, rgba(255, 255, 255, 0.045), transparent 42%);
}

.glass-card > * {
  position: relative;
  z-index: 1;
}

.btn-primary,
.btn-secondary,
button[type="submit"],
#submit-payment-btn,
#whatsapp-checkout-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 48px;
  padding: 12px 24px;
  border-radius: var(--radius) !important;
  font-weight: 900 !important;
  line-height: 1.4;
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease, background 220ms ease;
}

.btn-primary,
button[type="submit"],
#submit-payment-btn,
#whatsapp-checkout-btn {
  border: 0;
  background: linear-gradient(135deg, #ffe58a 0%, var(--gold) 38%, var(--gold-2) 100%) !important;
  color: #101620 !important;
  box-shadow: 0 14px 32px rgba(245, 169, 0, 0.25), inset 0 1px 0 rgba(255, 255, 255, 0.45);
}

.btn-secondary {
  border: 1px solid rgba(247, 201, 72, 0.45);
  background: rgba(7, 15, 26, 0.58);
  color: #fff;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.btn-primary:hover:not(:disabled),
.btn-secondary:hover:not(:disabled),
button[type="submit"]:hover:not(:disabled),
#submit-payment-btn:hover:not(:disabled),
#whatsapp-checkout-btn:hover:not(:disabled) {
  transform: translateY(-2px);
}

.btn-primary:hover:not(:disabled),
button[type="submit"]:hover:not(:disabled),
#submit-payment-btn:hover:not(:disabled),
#whatsapp-checkout-btn:hover:not(:disabled) {
  box-shadow: 0 18px 44px rgba(245, 169, 0, 0.36), inset 0 1px 0 rgba(255, 255, 255, 0.55);
}

.btn-secondary:hover:not(:disabled) {
  border-color: rgba(56, 217, 255, 0.62);
  background: rgba(56, 217, 255, 0.08);
}

button:disabled,
.btn-primary:disabled,
.btn-secondary:disabled {
  cursor: not-allowed !important;
  opacity: 0.58 !important;
  transform: none !important;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 24px;
  color: var(--gold);
  font-weight: 900;
}

.text-link:hover {
  color: var(--cyan);
}

#main-header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08) !important;
  background: rgba(4, 9, 18, 0.58) !important;
  backdrop-filter: blur(18px) saturate(130%);
}

#main-header.is-scrolled,
#main-header.bg-slate-900\/80 {
  background: rgba(4, 9, 18, 0.86) !important;
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.32) !important;
}

#main-header nav {
  min-height: 68px;
}

#logo-img,
#logo-link img {
  max-height: 58px;
  object-fit: contain;
  filter: drop-shadow(0 8px 18px rgba(0, 0, 0, 0.38));
}

#main-header ul a {
  position: relative;
  padding: 8px 0;
  color: rgba(242, 247, 255, 0.86) !important;
}

#main-header ul a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  border-radius: var(--radius);
  background: linear-gradient(90deg, var(--gold), var(--cyan));
  transition: width 220ms ease;
}

#main-header ul a:hover,
#main-header ul a.text-amber-300 {
  color: var(--gold) !important;
}

#main-header ul a:hover::after,
#main-header ul a.text-amber-300::after {
  width: 100%;
}

#cart-link,
#mobile-toggle,
#mobile-close {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
}

#cart-link:hover,
#mobile-toggle:hover,
#mobile-close:hover {
  color: var(--gold) !important;
  border-color: rgba(247, 201, 72, 0.42);
  background: rgba(247, 201, 72, 0.08);
}

#cart-counter {
  top: -7px !important;
  right: -8px !important;
  width: 22px !important;
  height: 22px !important;
  border: 2px solid #07101b;
  border-radius: 999px !important;
  background: var(--gold) !important;
  color: #08111c !important;
}

#mobile-menu {
  display: block;
  opacity: 0;
  pointer-events: none;
  background:
    linear-gradient(160deg, rgba(4, 9, 18, 0.98), rgba(12, 27, 43, 0.96)),
    linear-gradient(90deg, rgba(56, 217, 255, 0.11), transparent 40%, rgba(247, 201, 72, 0.1)) !important;
  backdrop-filter: blur(22px) saturate(140%) !important;
  transform: translateY(-10px);
  transition: opacity 260ms ease, transform 260ms ease;
}

#mobile-menu.hidden {
  display: none;
}

body.menu-open #mobile-menu {
  opacity: 1 !important;
  pointer-events: auto !important;
  transform: translateY(0);
}

body.menu-open #logo-link,
body.menu-open #cart-link,
body.menu-open #user-display {
  opacity: 0;
  pointer-events: none;
}

body.menu-open #mobile-toggle .fa-bars {
  display: none !important;
}

body.menu-open #mobile-toggle .fa-times {
  display: block !important;
}

#mobile-menu a {
  display: block;
  padding: 12px 16px;
  border-radius: var(--radius);
  color: #fff;
}

#mobile-menu a:hover {
  background: rgba(255, 255, 255, 0.08);
  color: var(--gold);
}

@media (min-width: 1024px) {
  #mobile-toggle {
    display: none !important;
  }
}

.hero-section {
  position: relative;
  isolation: isolate;
  min-height: 100svh;
  background: #03070d;
}

.hero-slider,
.hero-swiper-slide {
  min-height: 100svh;
}

.hero-swiper-slide {
  position: relative;
  overflow: hidden;
}

.hero-media {
  position: absolute;
  inset: 0;
  z-index: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  filter: saturate(1.02) contrast(1.06);
  transform: scale(1.05);
  transition: transform 7.5s ease;
}

.hero-slide-production .hero-media {
  background-image: url("image/hero-slide-1-production.webp");
  background-position: center right;
}

.hero-slide-engineering .hero-media {
  background-image: url("image/hero-slide-2-engineering.webp");
  background-position: center right;
}

.hero-slide-quality .hero-media {
  background-image: url("image/hero-slide-3-quality.webp");
  background-position: center right;
}

.swiper-slide-active .hero-media {
  transform: scale(1);
}

.hero-shade {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(3, 7, 13, 0.98) 0%, rgba(3, 7, 13, 0.9) 28%, rgba(3, 7, 13, 0.5) 48%, rgba(3, 7, 13, 0.12) 73%, rgba(3, 7, 13, 0.48) 100%),
    linear-gradient(to top, #03070d 0%, transparent 28%),
    linear-gradient(to bottom, rgba(3, 7, 13, 0.72), transparent 24%);
}

.hero-arc {
  position: absolute;
  inset: -10% auto -10% 41%;
  z-index: 2;
  width: 260px;
  pointer-events: none;
}

.hero-arc::before,
.hero-arc::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  border-radius: 50%;
}

.hero-arc::before {
  right: 34px;
  width: 230px;
  border-right: 9px solid rgba(247, 201, 72, 0.88);
  filter: drop-shadow(0 0 24px rgba(247, 201, 72, 0.42));
}

.hero-arc::after {
  right: 14px;
  width: 250px;
  border-right: 1px solid rgba(247, 201, 72, 0.28);
}

.hero-content {
  position: relative;
  z-index: 3;
  min-height: 100svh;
  width: min(100%, var(--max));
  margin: 0 auto;
}

.hero-copy {
  position: absolute;
  top: 48%;
  left: 24px;
  width: 548px;
  max-width: 46vw;
  transform: translateY(-50%);
  text-align: right;
}

.hero-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 42px;
  margin-bottom: 22px;
  padding: 8px 14px;
  border: 1px solid rgba(247, 201, 72, 0.48);
  border-radius: var(--radius);
  background: rgba(7, 16, 27, 0.58);
  color: #fff;
  font-weight: 900;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.hero-kicker i {
  color: var(--gold);
}

.hero-title {
  margin: 0;
  color: #fff !important;
  font-size: 4.7rem;
  font-weight: 950;
  line-height: 1.23;
  text-shadow: 0 18px 58px rgba(0, 0, 0, 0.58);
}

.hero-title strong {
  display: block;
  color: var(--gold);
  font-weight: 950;
}

.hero-description {
  max-width: 620px;
  margin: 22px 0 0;
  color: rgba(242, 247, 255, 0.86);
  font-size: 1.18rem;
  line-height: 2.1;
}

.hero-checks {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  margin-top: 24px;
}

.hero-checks span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: rgba(242, 247, 255, 0.92);
  font-size: 0.94rem;
  white-space: nowrap;
}

.hero-checks i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  border: 1px solid rgba(247, 201, 72, 0.7);
  border-radius: 999px;
  color: var(--gold);
  font-size: 0.72rem;
}

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

.hero-slider-controls {
  position: absolute;
  z-index: 8;
  right: 26px;
  left: 26px;
  top: 50%;
  display: flex;
  justify-content: space-between;
  pointer-events: none;
}

.hero-nav {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius);
  background: rgba(8, 16, 28, 0.58);
  color: #fff;
  pointer-events: auto;
  transition: transform 220ms ease, background 220ms ease, border-color 220ms ease;
}

.hero-nav:hover {
  transform: translateY(-2px);
  border-color: rgba(247, 201, 72, 0.5);
  background: rgba(247, 201, 72, 0.12);
}

.hero-pagination {
  z-index: 8;
  bottom: 154px !important;
}

.swiper-pagination-bullet {
  width: 12px !important;
  height: 12px !important;
  border-radius: 999px !important;
  background: rgba(255, 255, 255, 0.36) !important;
  opacity: 1 !important;
}

.swiper-pagination-bullet-active {
  width: 30px !important;
  background: linear-gradient(90deg, var(--gold), var(--cyan)) !important;
}

.hero-capability-rail {
  position: absolute;
  z-index: 9;
  right: 50%;
  bottom: 34px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  width: min(calc(100% - 48px), var(--max));
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.03)),
    rgba(7, 16, 28, 0.82);
  box-shadow: var(--shadow);
  backdrop-filter: blur(20px) saturate(135%);
  transform: translateX(50%);
}

.hero-capability-item {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 2px 16px;
  align-items: center;
  min-height: 102px;
  padding: 20px 24px;
  border-left: 1px solid rgba(255, 255, 255, 0.12);
}

.hero-capability-item:last-child {
  border-left: 0;
}

.hero-capability-item i {
  grid-row: span 2;
  color: var(--gold);
  font-size: 2.25rem;
}

.hero-capability-item span {
  color: #fff;
  font-size: 1.08rem;
  font-weight: 900;
}

.hero-capability-item small {
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.7;
}

.hp-section {
  position: relative;
  padding: 104px 0;
}

.hp-section:nth-of-type(even) {
  background:
    linear-gradient(90deg, rgba(56, 217, 255, 0.045), transparent 34%, rgba(247, 201, 72, 0.035)),
    rgba(255, 255, 255, 0.015);
}

.split-grid,
.tech-layout,
.faq-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: 58px;
  align-items: center;
}

.about-visual,
.tech-visual {
  position: relative;
}

.image-stack {
  position: relative;
  min-height: 486px;
}

.image-stack img {
  position: absolute;
  width: 68%;
  height: 340px;
  object-fit: cover;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.image-stack img:first-child {
  top: 0;
  right: 0;
}

.image-stack img:nth-child(2) {
  left: 0;
  bottom: 0;
}

.floating-proof,
.tech-overlay-card {
  position: absolute;
  z-index: 2;
  display: grid;
  gap: 4px;
  width: 270px;
  padding: 18px;
  border: 1px solid rgba(247, 201, 72, 0.28);
  border-radius: var(--radius);
  background: rgba(6, 14, 24, 0.86);
  box-shadow: var(--shadow-soft);
  backdrop-filter: blur(18px);
}

.floating-proof {
  right: 6px;
  bottom: 28px;
}

.floating-proof i,
.tech-overlay-card i {
  color: var(--gold);
  font-size: 1.8rem;
}

.floating-proof strong,
.tech-overlay-card strong {
  color: #fff;
  font-weight: 900;
}

.floating-proof span,
.tech-overlay-card span {
  color: var(--muted);
  font-size: 0.9rem;
}

.trust-badges {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 28px;
}

.trust-badges span {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 46px;
  padding: 10px 12px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.045);
  color: rgba(242, 247, 255, 0.9);
  font-weight: 800;
}

.trust-badges i {
  color: var(--gold);
}

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

.value-card,
.inspection-card,
.process-step {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.076), rgba(255, 255, 255, 0.025)),
    rgba(8, 17, 29, 0.74);
  box-shadow: var(--shadow-soft);
  transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.value-card {
  min-height: 286px;
  padding: 28px;
}

.value-card:hover,
.inspection-card:hover,
.process-step:hover,
.product-card:hover {
  transform: translateY(-6px);
  border-color: rgba(247, 201, 72, 0.36);
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.34), 0 0 0 1px rgba(247, 201, 72, 0.08);
}

.value-card i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  margin-bottom: 22px;
  border: 1px solid rgba(247, 201, 72, 0.26);
  border-radius: var(--radius);
  background: rgba(247, 201, 72, 0.08);
  color: var(--gold);
  font-size: 1.7rem;
}

.value-card h3,
.inspection-card h3,
.process-step h3 {
  margin: 0;
  color: #fff;
  font-size: 1.24rem;
  font-weight: 900;
}

.value-card p,
.inspection-card p,
.process-step p {
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 0.96rem;
  line-height: 1.9;
}

.stats-panel {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 32px;
  align-items: center;
  padding: 38px;
  border-block: 1px solid var(--line);
  background:
    linear-gradient(90deg, rgba(247, 201, 72, 0.09), transparent 42%, rgba(56, 217, 255, 0.08)),
    rgba(255, 255, 255, 0.028);
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.stat-card {
  min-height: 150px;
  padding: 24px 16px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(4, 11, 20, 0.56);
  text-align: center;
}

.stat-card strong {
  display: block;
  color: var(--gold);
  font-size: 2.8rem;
  font-weight: 950;
  line-height: 1.1;
}

.stat-card span:last-child {
  display: block;
  margin-top: 12px;
  color: var(--muted);
  font-weight: 800;
}

.featured-products-slider {
  padding: 4px 2px 54px;
}

.product-card {
  display: flex;
  flex-direction: column;
  min-height: 456px;
  transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.product-link {
  display: flex;
  flex: 1;
  flex-direction: column;
}

.product-media {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 218px;
  padding: 22px;
  background:
    radial-gradient(circle at 50% 22%, rgba(255, 255, 255, 0.1), transparent 38%),
    linear-gradient(145deg, rgba(3, 8, 15, 0.9), rgba(18, 31, 49, 0.72));
}

.product-media img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 20px 24px rgba(0, 0, 0, 0.46));
  transition: transform 260ms ease;
}

.product-card:hover .product-media img {
  transform: scale(1.05);
}

.product-content {
  display: grid;
  gap: 12px;
  padding: 20px 20px 8px;
}

.product-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  color: var(--gold);
  font-size: 0.88rem;
  font-weight: 900;
}

.product-meta b {
  padding: 4px 8px;
  border-radius: var(--radius);
  background: rgba(84, 211, 154, 0.12);
  color: var(--green);
  font-size: 0.78rem;
}

.product-meta b.is-out {
  background: rgba(255, 101, 114, 0.12);
  color: var(--red);
}

.product-content strong {
  min-height: 64px;
  color: #fff;
  font-size: 1.1rem;
  font-weight: 900;
  line-height: 1.65;
}

.product-rating {
  color: var(--gold);
  font-size: 0.92rem;
}

.product-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-top: auto;
  padding: 18px 20px 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.09);
}

.product-price {
  color: #fff;
  font-size: 1.25rem;
  font-weight: 950;
}

.product-price small {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 500;
}

.add-to-cart-btn,
.quantity-btn,
.remove-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.08) !important;
  color: #fff;
  transition: background 180ms ease, color 180ms ease, transform 180ms ease;
}

.add-to-cart-btn:hover,
.quantity-btn:hover,
.remove-btn:hover {
  background: var(--gold) !important;
  color: #101620 !important;
  transform: translateY(-2px);
}

.section-action {
  display: flex;
  justify-content: center;
  margin-top: 28px;
}

.tech-visual img {
  width: 100%;
  height: 530px;
  object-fit: cover;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.tech-overlay-card {
  right: 24px;
  bottom: 24px;
}

.tech-points {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 30px;
}

.tech-points div {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  min-height: 72px;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.045);
  color: rgba(242, 247, 255, 0.9);
  font-weight: 800;
}

.tech-points i {
  color: var(--gold);
  font-size: 1.25rem;
  margin-top: 4px;
}

.quality-panel {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 34px;
  align-items: start;
}

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

.inspection-card {
  min-height: 222px;
  padding: 24px;
}

.inspection-card span,
.process-step span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 32px;
  margin-bottom: 16px;
  border: 1px solid rgba(247, 201, 72, 0.36);
  border-radius: var(--radius);
  color: var(--gold);
  font-weight: 950;
}

.inspection-card i {
  display: block;
  margin-bottom: 14px;
  color: var(--gold);
  font-size: 1.8rem;
}

.process-timeline {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.process-timeline::before {
  content: "";
  position: absolute;
  top: 48px;
  right: 9%;
  left: 9%;
  height: 1px;
  background: linear-gradient(90deg, rgba(247, 201, 72, 0.28), rgba(56, 217, 255, 0.36), rgba(247, 201, 72, 0.28));
}

.process-step {
  position: relative;
  min-height: 244px;
  padding: 28px;
}

.faq-layout {
  align-items: start;
}

.faq-list {
  display: grid;
  gap: 14px;
}

.faq-item {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(8, 17, 29, 0.76);
  overflow: hidden;
}

.faq-question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  width: 100%;
  padding: 22px 24px;
  border: 0;
  background: transparent;
  color: #fff;
  text-align: right;
  font-weight: 900;
}

.faq-icon {
  color: var(--gold);
  transition: transform 220ms ease;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  color: var(--muted);
  transition: max-height 280ms ease, padding 280ms ease;
}

.faq-answer p {
  margin: 0;
  padding: 0 24px 22px;
  line-height: 2;
}

.faq-item.active {
  border-color: rgba(247, 201, 72, 0.32);
  background:
    linear-gradient(135deg, rgba(247, 201, 72, 0.08), transparent 44%),
    rgba(8, 17, 29, 0.8);
}

.faq-item.active .faq-answer {
  max-height: 220px;
}

.faq-item.active .faq-icon {
  transform: rotate(180deg);
}

.cta-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 32px;
  align-items: center;
  padding: 42px;
  border: 1px solid rgba(247, 201, 72, 0.24);
  border-radius: var(--radius);
  background:
    linear-gradient(120deg, rgba(247, 201, 72, 0.14), transparent 34%, rgba(56, 217, 255, 0.09)),
    rgba(8, 17, 29, 0.86);
  box-shadow: var(--shadow);
}

.cta-panel h2 {
  margin: 0;
  color: #fff;
  font-size: 2.6rem;
  font-weight: 950;
  line-height: 1.35;
}

.cta-panel p {
  max-width: 740px;
  margin: 16px 0 0;
  color: var(--muted);
  font-size: 1.05rem;
}

.cta-actions {
  display: grid;
  gap: 12px;
  min-width: 220px;
}

.site-footer {
  border-top: 1px solid var(--line) !important;
  background:
    linear-gradient(180deg, rgba(8, 15, 25, 0.35), rgba(4, 7, 13, 0.96)),
    rgba(4, 7, 13, 0.96) !important;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.35fr 0.8fr 0.9fr 1.15fr;
  gap: 34px;
}

.footer-brand p,
.footer-contact span,
.site-footer li,
.footer-bottom {
  color: var(--muted);
}

.site-footer h3 {
  margin: 0 0 16px;
  color: #fff;
  font-size: 1.08rem;
  font-weight: 900;
}

.site-footer ul {
  display: grid;
  gap: 10px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.site-footer a {
  transition: color 180ms ease;
}

.site-footer a:hover {
  color: var(--gold) !important;
}

.footer-contact li {
  display: grid;
  grid-template-columns: 22px 1fr;
  gap: 10px;
  align-items: start;
}

.footer-contact i {
  color: var(--gold);
  margin-top: 7px;
}

.footer-socials {
  display: flex;
  gap: 10px;
  margin-top: 20px;
}

.footer-socials a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.045);
  color: #fff;
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: 42px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 0.92rem;
}

.enamad-wrap img {
  width: 112px;
  cursor: pointer;
}

.cart-notification {
  position: fixed;
  right: auto !important;
  bottom: 20px;
  left: 20px !important;
  z-index: 1200 !important;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 1rem 1.35rem;
  border: 1px solid rgba(84, 211, 154, 0.28);
  border-radius: var(--radius) !important;
  background: rgba(8, 18, 28, 0.94) !important;
  color: #fff;
  box-shadow: var(--shadow-soft) !important;
  backdrop-filter: blur(16px);
  transform: translateY(200%);
  opacity: 0;
  transition: all 0.45s cubic-bezier(0.25, 1, 0.5, 1);
}

.cart-notification.show {
  transform: translateY(0);
  opacity: 1;
}

input,
textarea,
select {
  border: 1px solid rgba(159, 178, 203, 0.22) !important;
  border-radius: var(--radius) !important;
  background: rgba(7, 13, 22, 0.62) !important;
  color: var(--text) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.035);
}

input::placeholder,
textarea::placeholder {
  color: rgba(169, 184, 200, 0.62) !important;
}

input:focus,
textarea:focus,
select:focus {
  border-color: rgba(56, 217, 255, 0.65) !important;
  box-shadow: 0 0 0 4px rgba(56, 217, 255, 0.12) !important;
}

label {
  color: rgba(237, 245, 255, 0.82) !important;
}

.gsap-reveal {
  opacity: 0;
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 1ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 1ms !important;
  }
}

@media (max-width: 1180px) {
  .hero-title {
    font-size: 3.9rem;
  }

  .hero-copy {
    width: 500px;
    max-width: 48vw;
  }

  .value-grid,
  .process-timeline {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .process-timeline::before {
    display: none;
  }

  .stats-panel,
  .quality-panel {
    grid-template-columns: 1fr;
  }
}

@media (max-height: 780px) and (min-width: 769px) {
  .hero-title {
    font-size: 3.25rem;
    line-height: 1.22;
  }

  .hero-copy {
    top: 47%;
  }

  .hero-kicker {
    min-height: 36px;
    margin-bottom: 12px;
    padding: 6px 12px;
    font-size: 0.88rem;
  }

  .hero-description {
    margin-top: 14px;
    font-size: 1rem;
    line-height: 1.82;
  }

  .hero-checks {
    gap: 7px 14px;
    margin-top: 14px;
  }

  .hero-checks span {
    font-size: 0.86rem;
  }

  .hero-actions {
    margin-top: 18px;
  }

  .hero-actions .btn-primary,
  .hero-actions .btn-secondary {
    min-height: 44px;
    padding: 10px 18px;
  }

  .hero-capability-rail {
    bottom: 22px;
  }

  .hero-capability-item {
    min-height: 86px;
    padding: 14px 20px;
  }

  .hero-capability-item i {
    font-size: 1.85rem;
  }

  .hero-capability-item span {
    font-size: 1rem;
  }

  .hero-capability-item small {
    font-size: 0.82rem;
  }

  .hero-pagination {
    bottom: 116px !important;
  }
}

@media (max-width: 1024px) {
  #main-header nav {
    min-height: 62px;
  }

  .hero-section,
  .hero-slider,
  .hero-swiper-slide,
  .hero-content {
    min-height: 820px;
  }

  .hero-copy {
    top: 45%;
    width: 520px;
    max-width: 56vw;
  }

  .hero-arc {
    left: 48%;
  }

  .hero-capability-rail {
    overflow-x: auto;
    grid-template-columns: repeat(4, 280px);
    justify-content: start;
    padding-bottom: 2px;
    scrollbar-width: thin;
  }

  .hero-capability-item {
    min-height: 96px;
  }

  .split-grid,
  .tech-layout,
  .faq-layout {
    grid-template-columns: 1fr;
  }

  .tech-layout .tech-visual {
    order: 2;
  }

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

@media (max-width: 768px) {
  body {
    line-height: 1.9;
  }

  .section-title {
    font-size: 2.1rem;
    line-height: 1.38 !important;
  }

  .section-head {
    margin-bottom: 30px;
    text-align: right;
  }

  .section-head .section-title::after {
    margin-right: 0;
    margin-left: 0;
  }

  .hp-section {
    padding: 68px 0;
  }

  .btn-primary,
  .btn-secondary,
  button[type="submit"],
  #submit-payment-btn,
  #whatsapp-checkout-btn {
    width: 100%;
    min-height: 50px;
  }

  .hero-section,
  .hero-slider,
  .hero-swiper-slide,
  .hero-content {
    min-height: 760px;
  }

  .hero-shade {
    background:
      linear-gradient(90deg, rgba(3, 7, 13, 0.96), rgba(3, 7, 13, 0.52) 62%, rgba(3, 7, 13, 0.36)),
      linear-gradient(to top, #03070d 0%, transparent 36%),
      linear-gradient(to bottom, rgba(3, 7, 13, 0.78), transparent 26%);
  }

  .hero-media {
    background-position: 62% center !important;
  }

  .hero-arc {
    inset: 6% auto 18% 54%;
    opacity: 0.72;
  }

  .hero-copy {
    top: 44%;
    right: 18px;
    left: 18px;
    width: auto;
    max-width: none;
  }

  .hero-title {
    font-size: 2.7rem;
    line-height: 1.35;
  }

  .hero-description {
    font-size: 1rem;
    line-height: 2;
  }

  .hero-checks {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .hero-checks span {
    white-space: normal;
    font-size: 0.86rem;
  }

  .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .hero-slider-controls {
    display: none;
  }

  .hero-pagination {
    bottom: 150px !important;
  }

  .hero-capability-rail {
    right: 14px;
    bottom: 18px;
    left: 14px;
    width: auto;
    transform: none;
    grid-template-columns: repeat(4, 238px);
  }

  .hero-capability-item {
    grid-template-columns: 38px 1fr;
    min-height: 88px;
    padding: 16px;
  }

  .hero-capability-item i {
    font-size: 1.8rem;
  }

  .image-stack {
    min-height: 420px;
  }

  .image-stack img {
    width: 76%;
    height: 280px;
  }

  .floating-proof,
  .tech-overlay-card {
    position: relative;
    right: auto;
    bottom: auto;
    width: 100%;
    margin-top: 14px;
  }

  .trust-badges,
  .tech-points,
  .inspection-flow,
  .stats-grid {
    grid-template-columns: 1fr;
  }

  .value-grid,
  .process-timeline {
    display: flex;
    overflow-x: auto;
    gap: 14px;
    padding-bottom: 8px;
    scroll-snap-type: x mandatory;
  }

  .value-card,
  .process-step {
    flex: 0 0 82%;
    min-height: 248px;
    scroll-snap-align: start;
  }

  .stats-panel,
  .cta-panel {
    padding: 24px;
  }

  .stat-card {
    min-height: 126px;
  }

  .tech-visual img {
    height: 360px;
  }

  .product-card {
    min-height: 420px;
  }

  .cta-panel {
    grid-template-columns: 1fr;
  }

  .cta-panel h2 {
    font-size: 2rem;
  }

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

  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
  }

  .cart-notification {
    right: 14px !important;
    bottom: 14px !important;
    left: 14px !important;
  }
}

@media (max-width: 430px) {
  .hero-section,
  .hero-slider,
  .hero-swiper-slide,
  .hero-content {
    min-height: 800px;
  }

  .hero-title {
    font-size: 2.25rem;
  }

  .hero-copy {
    top: 43%;
  }

  .hero-kicker {
    font-size: 0.86rem;
  }

  .hero-checks {
    grid-template-columns: 1fr;
  }

  .hero-capability-rail {
    grid-template-columns: repeat(4, 220px);
  }

  .value-card,
  .process-step {
    flex-basis: 88%;
  }
}

@media print {
  body,
  body::before {
    background: #fff !important;
    color: #000 !important;
  }

  #main-header,
  footer,
  .no-print {
    display: none !important;
  }

  .glass-card {
    border: 1px solid #cbd5e1 !important;
    background: #fff !important;
    box-shadow: none !important;
    color: #000 !important;
  }

  .glass-card * {
    color: #000 !important;
  }
}

/* Revision 2: wider industrial layout and focused homepage upgrades */
:root {
  --max: 1440px;
  --readable: 720px;
}

.container {
  width: min(calc(100% - 48px), var(--max)) !important;
}

.hero-content {
  width: min(calc(100% - 56px), 1460px);
}

.hero-copy {
  left: clamp(32px, 5.2vw, 92px);
  width: min(650px, 44vw);
  max-width: 650px;
  padding: clamp(18px, 2vw, 28px) 0;
}

.hero-copy::before {
  content: "";
  position: absolute;
  inset: -34px -34px -34px -56px;
  z-index: -1;
  pointer-events: none;
  border-radius: var(--radius);
  background:
    linear-gradient(90deg, rgba(2, 6, 13, 0.88), rgba(2, 8, 18, 0.72) 58%, rgba(2, 8, 18, 0.12)),
    linear-gradient(180deg, rgba(255, 255, 255, 0.045), transparent 52%);
  box-shadow: -34px 0 70px rgba(0, 0, 0, 0.34);
}

.hero-shade {
  background:
    linear-gradient(90deg, rgba(2, 5, 11, 0.99) 0%, rgba(2, 5, 11, 0.96) 28%, rgba(3, 8, 16, 0.78) 43%, rgba(3, 8, 16, 0.22) 64%, rgba(3, 7, 13, 0.24) 100%),
    linear-gradient(to top, #03070d 0%, rgba(3, 7, 13, 0.74) 11%, transparent 32%),
    linear-gradient(to bottom, rgba(3, 7, 13, 0.78), transparent 25%);
}

.hero-arc {
  inset: -12% auto -12% 48%;
  width: 300px;
}

.hero-arc::before {
  right: 52px;
  width: 252px;
}

.hero-arc::after {
  right: 24px;
  width: 292px;
}

.hero-title {
  font-size: clamp(3.35rem, 5.1vw, 5.8rem);
  line-height: 1.18;
}

.hero-description {
  max-width: 660px;
  color: rgba(242, 247, 255, 0.91);
}

.hero-actions {
  margin-top: clamp(22px, 2.5vw, 34px);
}

.hero-pagination {
  bottom: 142px !important;
}

.hero-capability-rail {
  width: min(calc(100% - 64px), 1380px);
  bottom: 30px;
}

.hero-capability-item {
  min-height: 96px;
  padding: 18px 24px;
}

.about-capability-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.98fr) minmax(520px, 1.08fr);
  gap: clamp(48px, 6vw, 96px);
  align-items: center;
}

.about-section .section-copy {
  max-width: var(--readable);
}

.about-actions,
.why-actions,
.partnership-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.production-flow {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-top: 28px;
  padding: 14px;
  border: 1px solid rgba(56, 217, 255, 0.18);
  border-radius: var(--radius);
  background: linear-gradient(90deg, rgba(56, 217, 255, 0.08), rgba(255, 255, 255, 0.035));
}

.production-flow span,
.supply-journey span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: rgba(242, 247, 255, 0.92);
  font-weight: 900;
}

.production-flow i,
.supply-journey i {
  color: var(--gold);
}

.capability-image-stack {
  min-height: 560px;
}

.capability-image-stack img:first-child {
  width: 74%;
  height: 390px;
}

.capability-image-stack img:nth-child(2) {
  width: 58%;
  height: 300px;
}

.capability-card-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin-top: 34px;
}

.capability-card,
.family-card,
.why-trust-card,
.partnership-panel,
.partnership-path {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.082), rgba(255, 255, 255, 0.026)),
    rgba(7, 16, 28, 0.78);
  box-shadow: var(--shadow-soft);
}

.capability-card::before,
.family-card::before,
.why-trust-card::before,
.partnership-panel::before,
.partnership-path::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(120deg, rgba(56, 217, 255, 0.08), transparent 32%, rgba(247, 201, 72, 0.07));
  opacity: 0.9;
}

.capability-card > *,
.family-card > *,
.why-trust-card > *,
.partnership-panel > *,
.partnership-path > * {
  position: relative;
  z-index: 1;
}

.capability-card {
  min-height: 230px;
  padding: 24px;
}

.capability-card i,
.family-card > i,
.why-trust-card > i,
.partnership-path > i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  margin-bottom: 18px;
  border: 1px solid rgba(247, 201, 72, 0.28);
  border-radius: var(--radius);
  background: rgba(247, 201, 72, 0.08);
  color: var(--gold);
  font-size: 1.45rem;
}

.capability-card h3,
.family-card h3 {
  margin: 0;
  color: #fff;
  font-size: 1.12rem;
  font-weight: 950;
  line-height: 1.55;
}

.capability-card p,
.family-card p {
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.9;
}

.about-category-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.about-category-strip a {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 44px;
  padding: 10px 14px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.045);
  color: rgba(242, 247, 255, 0.9);
  font-weight: 850;
}

.about-category-strip a:hover {
  border-color: rgba(247, 201, 72, 0.35);
  color: var(--gold);
}

.about-category-strip i {
  color: var(--gold);
}

.why-layout {
  display: grid;
  grid-template-columns: minmax(380px, 0.82fr) minmax(0, 1.18fr);
  gap: clamp(32px, 5vw, 72px);
  align-items: start;
}

.why-lead {
  position: sticky;
  top: 116px;
}

.why-lead p {
  max-width: 650px;
  margin-top: 18px;
  color: var(--muted);
  font-size: 1.06rem;
  line-height: 2.05;
}

.why-trust-card {
  margin-top: 28px;
  padding: 26px;
  border-color: rgba(247, 201, 72, 0.26);
}

.why-trust-card strong {
  display: block;
  color: #fff;
  font-size: 1.28rem;
  font-weight: 950;
}

.why-trust-card span {
  display: block;
  margin-top: 10px;
  color: var(--muted);
  line-height: 1.9;
}

.value-grid-six {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.value-grid-six .value-card {
  min-height: 236px;
}

.product-family-header {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(320px, 0.55fr);
  gap: 40px;
  align-items: end;
  margin-bottom: 34px;
}

.product-family-header p {
  margin: 0;
  color: var(--muted);
  line-height: 2;
}

.product-family-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
}

.family-card {
  min-height: 286px;
  padding: 24px;
  transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.family-card:hover {
  transform: translateY(-6px);
  border-color: rgba(247, 201, 72, 0.38);
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.34), 0 0 0 1px rgba(247, 201, 72, 0.08);
}

.family-card span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 18px;
  color: var(--gold);
  font-weight: 950;
}

.family-card-wide {
  background:
    linear-gradient(145deg, rgba(247, 201, 72, 0.09), rgba(56, 217, 255, 0.055)),
    rgba(7, 16, 28, 0.84);
}

.partnership-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.96fr) minmax(420px, 1.04fr);
  gap: 30px;
  align-items: stretch;
  padding: clamp(28px, 4vw, 48px);
  border-color: rgba(247, 201, 72, 0.28);
  background:
    linear-gradient(120deg, rgba(247, 201, 72, 0.12), transparent 32%, rgba(56, 217, 255, 0.1)),
    rgba(6, 14, 24, 0.92);
}

.partnership-copy h2 {
  max-width: 760px;
  margin: 0;
  color: #fff;
  font-size: clamp(2.05rem, 3.3vw, 3.55rem);
  font-weight: 950;
  line-height: 1.32;
}

.partnership-copy p {
  max-width: 720px;
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 1.08rem;
  line-height: 2.05;
}

.supply-journey {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  margin-top: 28px;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.045);
}

.supply-journey span {
  min-height: 36px;
  padding: 6px 10px;
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.045);
}

.partnership-paths {
  display: grid;
  gap: 12px;
}

.partnership-path {
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 2px 16px;
  align-items: center;
  min-height: 118px;
  padding: 18px;
  transition: transform 220ms ease, border-color 220ms ease;
}

.partnership-path:hover {
  transform: translateX(-4px);
  border-color: rgba(247, 201, 72, 0.35);
}

.partnership-path > i {
  grid-row: span 2;
  margin-bottom: 0;
}

.partnership-path strong {
  color: #fff;
  font-size: 1.06rem;
  font-weight: 950;
}

.partnership-path span {
  color: var(--muted);
}

.partnership-actions {
  grid-column: 1 / -1;
  margin-top: 0;
}

@media (min-width: 1500px) {
  .hero-copy {
    left: calc((100vw - 1440px) / 2 + 24px);
  }
}

@media (max-height: 820px) and (min-width: 769px) {
  .hero-copy {
    top: 47%;
    width: min(600px, 44vw);
  }

  .hero-copy::before {
    inset: -24px -26px -24px -42px;
  }

  .hero-title {
    font-size: clamp(2.8rem, 4.2vw, 4.05rem);
  }

  .hero-description {
    margin-top: 14px;
    font-size: 0.98rem;
    line-height: 1.82;
  }

  .hero-checks {
    margin-top: 14px;
  }

  .hero-actions {
    margin-top: 18px;
  }

  .hero-capability-item {
    min-height: 82px;
    padding-block: 12px;
  }

  .hero-pagination {
    bottom: 106px !important;
  }
}

@media (max-width: 1280px) {
  .product-family-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .family-card-wide {
    grid-column: span 2;
  }
}

@media (max-width: 1100px) {
  .about-capability-grid,
  .why-layout,
  .partnership-panel {
    grid-template-columns: 1fr;
  }

  .why-lead {
    position: static;
  }

  .capability-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 768px) {
  .container {
    width: min(calc(100% - 28px), var(--max)) !important;
  }

  .hero-content {
    width: min(calc(100% - 28px), var(--max));
  }

  .hero-shade {
    background:
      linear-gradient(90deg, rgba(2, 5, 11, 0.98), rgba(2, 5, 11, 0.78) 66%, rgba(2, 5, 11, 0.42)),
      linear-gradient(to top, #03070d 0%, rgba(3, 7, 13, 0.82) 22%, transparent 45%),
      linear-gradient(to bottom, rgba(3, 7, 13, 0.82), transparent 24%);
  }

  .hero-copy {
    right: 0;
    left: 0;
    top: 44%;
    width: auto;
    max-width: none;
    padding: 0 4px;
  }

  .hero-copy::before {
    inset: -18px -12px -18px -12px;
    background: linear-gradient(180deg, rgba(2, 6, 13, 0.82), rgba(2, 6, 13, 0.28));
  }

  .hero-arc {
    inset: 8% auto 16% 64%;
    opacity: 0.55;
  }

  .hero-title {
    font-size: clamp(2.1rem, 9.2vw, 3rem);
  }

  .hero-description {
    font-size: 0.96rem;
  }

  .hero-capability-rail {
    width: auto;
    right: 14px;
    left: 14px;
    grid-template-columns: repeat(4, minmax(220px, 1fr));
  }

  .about-actions,
  .why-actions,
  .partnership-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .production-flow,
  .supply-journey {
    display: grid;
    grid-template-columns: 1fr;
  }

  .production-flow > i,
  .supply-journey > i {
    transform: rotate(-90deg);
    justify-self: center;
  }

  .capability-image-stack {
    min-height: 420px;
  }

  .capability-image-stack img:first-child {
    width: 78%;
    height: 282px;
  }

  .capability-image-stack img:nth-child(2) {
    width: 66%;
    height: 224px;
  }

  .capability-card-grid,
  .value-grid-six,
  .product-family-grid {
    display: grid;
    grid-template-columns: 1fr;
  }

  .capability-card,
  .family-card,
  .value-grid-six .value-card {
    min-height: auto;
  }

  .family-card-wide {
    grid-column: auto;
  }

  .product-family-header {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-bottom: 24px;
  }

  .partnership-panel {
    padding: 24px;
  }

  .partnership-path {
    grid-template-columns: 48px 1fr;
  }
}

@media (max-width: 430px) {
  .hero-copy {
    top: 43%;
  }

  .about-category-strip {
    display: grid;
    grid-template-columns: 1fr;
  }
}

/* Final Hero spacing fix */
.hero-content {
  width: min(calc(100% - 72px), 1500px);
}

.hero-copy {
  left: clamp(90px, 7vw, 150px) !important;
  width: min(460px, 32vw) !important;
  max-width: 460px !important;
  top: 47% !important;
}

.hero-title {
  font-size: clamp(2.15rem, 3.15vw, 3.55rem) !important;
  line-height: 1.35 !important;
}

.hero-description {
  max-width: 470px !important;
  font-size: clamp(0.92rem, 1vw, 1.02rem) !important;
  line-height: 1.95 !important;
}

.hero-kicker {
  font-size: 0.86rem !important;
  min-height: 36px !important;
  margin-bottom: 14px !important;
}

.hero-checks {
  margin-top: 18px !important;
  gap: 8px 14px !important;
}

.hero-checks span {
  font-size: 0.84rem !important;
}

.hero-actions {
  margin-top: 22px !important;
}

.hero-arc {
  inset: -12% auto -12% 60% !important;
}

.hero-shade {
  background:
    linear-gradient(90deg, rgba(1,4,10,1) 0%, rgba(1,4,10,0.98) 34%, rgba(2,7,15,0.82) 49%, rgba(3,8,16,0.18) 68%, rgba(3,7,13,0.16) 100%),
    linear-gradient(to top, #03070d 0%, rgba(3,7,13,0.78) 12%, transparent 34%) !important;
}

@media (max-width: 768px) {
  .hero-copy {
    left: 0 !important;
    right: 0 !important;
    width: auto !important;
    max-width: none !important;
    top: 43% !important;
  }

  .hero-title {
    font-size: clamp(1.8rem, 7.5vw, 2.35rem) !important;
  }

  .hero-description {
    font-size: 0.9rem !important;
  }
}

.hero-arc {
  inset: -12% auto -12% 40% !important;
  width: 280px !important;
}

.hero-arc::before {
  right: 45px !important;
}

.hero-arc::after {
  right: 20px !important;
}


/* Mobile section order: product-first conversion flow */
main {
  display: flex;
  flex-direction: column;
}

@media (max-width: 768px) {
  #hero { order: 1; }
  #product-families { order: 2; }
  #featured-products { order: 3; }
  #about { order: 4; }
  #why-us { order: 5; }
  #stats { order: 6; }
  #industrial-cta { order: 7; }
  #technology { order: 8; }
  #quality { order: 9; }
  #process { order: 10; }
  #faq { order: 11; }
}


/* Mobile hero redesigned like reference */
@media (max-width: 768px) {
  .hero-section,
  .hero-slider,
  .hero-swiper-slide,
  .hero-content {
    min-height: 100svh !important;
  }

  .hero-section {
    padding-top: 96px;
    background: #03070d;
  }

  .hero-slider {
    border-top: 1px solid rgba(247, 201, 72, 0.18);
    border-bottom: 1px solid rgba(247, 201, 72, 0.18);
    border-radius: 26px;
    overflow: hidden;
    width: calc(100% - 20px);
    margin: 0 auto;
    min-height: calc(100svh - 112px) !important;
  }

  .hero-swiper-slide {
    min-height: calc(100svh - 112px) !important;
  }

  .hero-slide-production .hero-media {
    background-image: url("image/hero-mobile-production.webp") !important;
    background-position: center center !important;
    background-size: cover !important;
  }

  .hero-slide-engineering .hero-media,
  .hero-slide-quality .hero-media {
    background-position: center center !important;
    background-size: cover !important;
  }

  .hero-media {
    transform: scale(1) !important;
    filter: saturate(1.05) contrast(1.08) brightness(0.9);
  }

  .hero-shade {
    background:
      radial-gradient(circle at 82% 34%, rgba(247, 201, 72, 0.1), transparent 34%),
      linear-gradient(90deg, rgba(2, 5, 11, 0.96) 0%, rgba(2, 5, 11, 0.82) 43%, rgba(2, 5, 11, 0.28) 100%),
      linear-gradient(to top, rgba(2, 5, 11, 0.98) 0%, rgba(2, 5, 11, 0.7) 28%, transparent 56%) !important;
  }

  .hero-arc {
    inset: 0 auto 0 84% !important;
    width: 220px !important;
    opacity: 0.9 !important;
  }

  .hero-arc::before {
    right: 40px !important;
    width: 180px !important;
    border-right-width: 5px !important;
  }

  .hero-arc::after {
    right: 18px !important;
    width: 210px !important;
  }

  .hero-content {
    width: 100% !important;
    min-height: calc(100svh - 112px) !important;
    padding: 0 22px 150px;
    display: flex;
    align-items: center;
  }

  .hero-copy {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    transform: none !important;
    width: min(100%, 430px) !important;
    max-width: 430px !important;
    padding: 0 !important;
    margin: 0 auto 0 0;
    text-align: right;
  }

  .hero-copy::before {
    inset: -18px -18px -18px -18px !important;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 22px;
    background:
      linear-gradient(135deg, rgba(3, 8, 16, 0.78), rgba(3, 8, 16, 0.28)),
      radial-gradient(circle at 0% 0%, rgba(247, 201, 72, 0.13), transparent 36%) !important;
    box-shadow: 0 22px 70px rgba(0, 0, 0, 0.42) !important;
    backdrop-filter: blur(4px);
  }

  .hero-kicker {
    min-height: 38px !important;
    padding: 7px 13px !important;
    margin-bottom: 20px !important;
    border-radius: 14px !important;
    font-size: 0.88rem !important;
    background: rgba(3, 8, 16, 0.62) !important;
  }

  .hero-title {
    font-size: clamp(2.15rem, 9vw, 3.15rem) !important;
    line-height: 1.28 !important;
    letter-spacing: -0.03em;
    text-shadow: 0 12px 38px rgba(0, 0, 0, 0.66);
  }

  .hero-title strong {
    margin-top: 2px;
    color: var(--gold) !important;
  }

  .hero-description {
    max-width: 360px !important;
    margin-top: 18px !important;
    font-size: 0.98rem !important;
    line-height: 2.05 !important;
    color: rgba(242, 247, 255, 0.82) !important;
  }

  .hero-checks {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr) !important;
    gap: 10px !important;
    margin-top: 24px !important;
  }

  .hero-checks span {
    display: grid !important;
    justify-items: center;
    gap: 8px !important;
    text-align: center;
    font-size: 0.78rem !important;
    line-height: 1.5;
    white-space: normal !important;
    color: rgba(242, 247, 255, 0.88) !important;
  }

  .hero-checks i {
    width: 48px !important;
    height: 48px !important;
    border-radius: 999px !important;
    background: rgba(5, 12, 22, 0.72);
    border-color: rgba(247, 201, 72, 0.34) !important;
    font-size: 1.05rem !important;
  }

  .hero-actions {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 12px !important;
    margin-top: 28px !important;
  }

  .hero-actions .btn-primary,
  .hero-actions .btn-secondary {
    width: 100%;
    min-height: 58px !important;
    border-radius: 16px !important;
    font-size: 1.05rem;
  }

  .hero-slider-controls {
    display: none !important;
  }

  .hero-pagination {
    bottom: 126px !important;
  }

  .hero-capability-rail {
    right: 22px !important;
    left: 22px !important;
    bottom: 22px !important;
    width: auto !important;
    transform: none !important;
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    overflow: hidden !important;
    border-radius: 18px !important;
    background: rgba(4, 10, 18, 0.72) !important;
    backdrop-filter: blur(12px);
  }

  .hero-capability-item {
    min-height: 78px !important;
    padding: 12px 8px !important;
    grid-template-columns: 1fr !important;
    justify-items: center;
    text-align: center;
    gap: 4px !important;
  }

  .hero-capability-item:nth-child(4) {
    display: none !important;
  }

  .hero-capability-item i {
    grid-row: auto !important;
    font-size: 1.55rem !important;
  }

  .hero-capability-item span {
    font-size: 0.86rem !important;
  }

  .hero-capability-item small {
    display: none !important;
  }
}

/* Mobile hero: reference style final */
@media (max-width: 768px) {
  .hero-section {
    padding-top: 112px !important;
    min-height: auto !important;
    background: #020711 !important;
  }

  .hero-slider {
    width: calc(100% - 20px) !important;
    margin: 0 auto !important;
    min-height: 980px !important;
    height: auto !important;
    border-radius: 28px !important;
    border: 1px solid rgba(247, 201, 72, 0.2) !important;
    overflow: hidden !important;
    background: #020711 !important;
  }

  .hero-swiper-slide,
  .hero-content {
    min-height: 980px !important;
    height: auto !important;
  }

  .hero-slide-production .hero-media {
    background-image: url("image/hero-mobile-production.webp") !important;
  }

  .hero-media {
    opacity: 1 !important;
    filter: brightness(1.08) contrast(1.08) saturate(1.05) !important;
    background-size: cover !important;
    background-position: 70% center !important;
    transform: none !important;
  }

  .hero-shade {
    background:
      linear-gradient(90deg, rgba(2, 5, 12, 0.96) 0%, rgba(2, 5, 12, 0.86) 43%, rgba(2, 5, 12, 0.28) 74%, rgba(2, 5, 12, 0.08) 100%),
      linear-gradient(to top, rgba(2, 5, 12, 0.96) 0%, rgba(2, 5, 12, 0.76) 20%, rgba(2, 5, 12, 0.22) 48%, transparent 78%) !important;
  }

  .hero-arc {
    inset: -2% auto -2% 78% !important;
    width: 230px !important;
    opacity: 0.95 !important;
  }

  .hero-arc::before {
    right: 46px !important;
    width: 200px !important;
    border-right-width: 5px !important;
  }

  .hero-arc::after {
    right: 18px !important;
    width: 230px !important;
  }

  .hero-content {
    width: 100% !important;
    padding: 92px 24px 190px !important;
    display: block !important;
  }

  .hero-copy {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    transform: none !important;
    width: 58% !important;
    max-width: 430px !important;
    margin: 0 auto 0 0 !important;
    padding: 0 !important;
    text-align: right !important;
  }

  .hero-copy::before {
    display: none !important;
  }

  .hero-kicker {
    width: max-content !important;
    max-width: 100% !important;
    min-height: 42px !important;
    padding: 8px 14px !important;
    margin-bottom: 28px !important;
    border-radius: 16px !important;
    background: rgba(3, 8, 18, 0.5) !important;
    border: 1px solid rgba(247, 201, 72, 0.45) !important;
    font-size: 0.92rem !important;
  }

  .hero-title {
    font-size: clamp(2.6rem, 8vw, 4.1rem) !important;
    line-height: 1.24 !important;
    letter-spacing: -0.035em !important;
    text-shadow: 0 14px 42px rgba(0, 0, 0, 0.8) !important;
  }

  .hero-title strong {
    margin-top: 8px !important;
    color: var(--gold) !important;
  }

  .hero-description {
    max-width: 420px !important;
    margin-top: 24px !important;
    color: rgba(242, 247, 255, 0.88) !important;
    font-size: 1.06rem !important;
    line-height: 2.15 !important;
  }

  .hero-checks {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr) !important;
    gap: 0 !important;
    margin-top: 38px !important;
    width: 100% !important;
    max-width: 470px !important;
  }

  .hero-checks span {
    display: grid !important;
    justify-items: center !important;
    align-content: start !important;
    gap: 10px !important;
    padding: 0 7px !important;
    text-align: center !important;
    color: rgba(242, 247, 255, 0.88) !important;
    font-size: 0.82rem !important;
    line-height: 1.55 !important;
    white-space: normal !important;
    border-left: 1px solid rgba(255, 255, 255, 0.14) !important;
  }

  .hero-checks span:last-child {
    border-left: 0 !important;
  }

  .hero-checks i {
    width: 54px !important;
    height: 54px !important;
    border-radius: 999px !important;
    background: rgba(5, 12, 22, 0.68) !important;
    border: 1px solid rgba(247, 201, 72, 0.28) !important;
    color: var(--gold) !important;
    font-size: 1.25rem !important;
  }

  .hero-actions {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 16px !important;
    width: 100% !important;
    max-width: 430px !important;
    margin-top: 40px !important;
  }

  .hero-actions .btn-primary,
  .hero-actions .btn-secondary {
    min-height: 72px !important;
    border-radius: 18px !important;
    font-size: 1.25rem !important;
    font-weight: 950 !important;
  }

  .hero-actions .btn-secondary {
    background: rgba(3, 8, 18, 0.55) !important;
  }

  .hero-slider-controls,
  .hero-pagination {
    display: none !important;
  }

  .hero-capability-rail {
    position: absolute !important;
    right: 24px !important;
    left: 24px !important;
    bottom: 34px !important;
    width: auto !important;
    transform: none !important;
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    overflow: hidden !important;
    border-radius: 22px !important;
    border: 1px solid rgba(247, 201, 72, 0.26) !important;
    background: rgba(3, 8, 18, 0.7) !important;
    backdrop-filter: blur(10px) !important;
  }

  .hero-capability-item {
    min-height: 100px !important;
    padding: 18px 8px !important;
    display: grid !important;
    grid-template-columns: 1fr !important;
    justify-items: center !important;
    text-align: center !important;
    border-left: 1px solid rgba(255, 255, 255, 0.16) !important;
  }

  .hero-capability-item:nth-child(4) {
    display: none !important;
  }

  .hero-capability-item i {
    grid-row: auto !important;
    font-size: 2rem !important;
    margin-bottom: 6px !important;
  }

  .hero-capability-item span {
    font-size: 1rem !important;
    font-weight: 950 !important;
  }

  .hero-capability-item small {
    display: block !important;
    margin-top: 5px !important;
    font-size: 0.78rem !important;
    line-height: 1.5 !important;
  }
}


/* Mobile hero final: fixed image, text-only slider, shorter height */
@media (max-width: 768px) {
  .hero-section {
    padding-top: 110px !important;
    min-height: auto !important;
    background: #020711 !important;
  }

  .hero-slider {
    width: calc(100% - 20px) !important;
    margin: 0 auto !important;
    height: 780px !important;
    min-height: 780px !important;
    max-height: 780px !important;
    border-radius: 28px !important;
    border: 1px solid rgba(247, 201, 72, 0.22) !important;
    overflow: hidden !important;
    background: #020711 !important;
  }

  .hero-swiper-slide,
  .hero-content {
    height: 780px !important;
    min-height: 780px !important;
    max-height: 780px !important;
  }

  /* Mobile: keep the SAME background image on all slides */
  .hero-slide-production .hero-media,
  .hero-slide-engineering .hero-media,
  .hero-slide-quality .hero-media {
    background-image: url("image/hero-mobile-production.png") !important;
    background-size: cover !important;
    background-position: 68% center !important;
  }

  .hero-media {
    opacity: 1 !important;
    filter: brightness(1.04) contrast(1.08) saturate(1.05) !important;
    transform: none !important;
  }

  .hero-shade {
    background:
      linear-gradient(90deg, rgba(2, 5, 12, 0.96) 0%, rgba(2, 5, 12, 0.82) 43%, rgba(2, 5, 12, 0.24) 72%, rgba(2, 5, 12, 0.05) 100%),
      linear-gradient(to top, rgba(2, 5, 12, 0.98) 0%, rgba(2, 5, 12, 0.72) 18%, rgba(2, 5, 12, 0.18) 44%, transparent 76%) !important;
  }

  .hero-arc {
    inset: -2% auto -2% 82% !important;
    width: 220px !important;
    opacity: 0.92 !important;
  }

  .hero-arc::before {
    right: 44px !important;
    width: 190px !important;
    border-right-width: 5px !important;
  }

  .hero-arc::after {
    right: 18px !important;
    width: 220px !important;
  }

  .hero-content {
    width: 100% !important;
    padding: 74px 24px 148px !important;
    display: block !important;
  }

  .hero-copy {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    transform: none !important;
    width: 58% !important;
    max-width: 390px !important;
    margin: 0 auto 0 0 !important;
    padding: 0 !important;
    text-align: right !important;
  }

  .hero-copy::before {
    display: none !important;
  }

  .hero-kicker {
    width: max-content !important;
    max-width: 100% !important;
    min-height: 38px !important;
    padding: 7px 13px !important;
    margin-bottom: 22px !important;
    border-radius: 15px !important;
    background: rgba(3, 8, 18, 0.48) !important;
    border: 1px solid rgba(247, 201, 72, 0.45) !important;
    font-size: 0.86rem !important;
  }

  .hero-title {
    font-size: clamp(2.25rem, 7.5vw, 3.45rem) !important;
    line-height: 1.26 !important;
    letter-spacing: -0.035em !important;
    text-shadow: 0 14px 42px rgba(0, 0, 0, 0.8) !important;
  }

  .hero-title strong {
    margin-top: 6px !important;
    color: var(--gold) !important;
  }

  .hero-description {
    max-width: 350px !important;
    margin-top: 18px !important;
    color: rgba(242, 247, 255, 0.88) !important;
    font-size: 0.92rem !important;
    line-height: 2.05 !important;
  }

  .hero-checks {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr) !important;
    gap: 0 !important;
    margin-top: 28px !important;
    width: 100% !important;
    max-width: 390px !important;
  }

  .hero-checks span {
    display: grid !important;
    justify-items: center !important;
    gap: 8px !important;
    padding: 0 6px !important;
    text-align: center !important;
    color: rgba(242, 247, 255, 0.88) !important;
    font-size: 0.72rem !important;
    line-height: 1.45 !important;
    white-space: normal !important;
    border-left: 1px solid rgba(255, 255, 255, 0.14) !important;
  }

  .hero-checks span:last-child {
    border-left: 0 !important;
  }

  .hero-checks i {
    width: 46px !important;
    height: 46px !important;
    border-radius: 999px !important;
    background: rgba(5, 12, 22, 0.68) !important;
    border: 1px solid rgba(247, 201, 72, 0.28) !important;
    color: var(--gold) !important;
    font-size: 1.05rem !important;
  }

  .hero-actions {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 12px !important;
    width: 100% !important;
    max-width: 390px !important;
    margin-top: 28px !important;
  }

  .hero-actions .btn-primary,
  .hero-actions .btn-secondary {
    min-height: 58px !important;
    border-radius: 16px !important;
    font-size: 1.05rem !important;
    font-weight: 950 !important;
  }

  .hero-actions .btn-secondary {
    background: rgba(3, 8, 18, 0.55) !important;
  }

  .hero-slider-controls,
  .hero-pagination {
    display: none !important;
  }

  .hero-capability-rail {
    position: absolute !important;
    right: 24px !important;
    left: 24px !important;
    bottom: 24px !important;
    width: auto !important;
    transform: none !important;
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    overflow: hidden !important;
    border-radius: 20px !important;
    border: 1px solid rgba(247, 201, 72, 0.28) !important;
    background: rgba(3, 8, 18, 0.72) !important;
    backdrop-filter: blur(10px) !important;
  }

  .hero-capability-item {
    min-height: 88px !important;
    padding: 14px 8px !important;
    display: grid !important;
    grid-template-columns: 1fr !important;
    justify-items: center !important;
    text-align: center !important;
    border-left: 1px solid rgba(255, 255, 255, 0.16) !important;
  }

  .hero-capability-item:last-child {
    border-left: 0 !important;
  }

  .hero-capability-item i {
    grid-row: auto !important;
    font-size: 1.65rem !important;
    margin-bottom: 4px !important;
  }

  .hero-capability-item span {
    font-size: 0.98rem !important;
    font-weight: 950 !important;
  }

  .hero-capability-item small {
    display: block !important;
    margin-top: 4px !important;
    font-size: 0.72rem !important;
    line-height: 1.45 !important;
  }
}

/* REAL mobile hero: fixed poster card, no stretching, no overlaps */
@media (max-width: 768px) {
  .hero-section {
    padding-top: 92px !important;
    padding-bottom: 18px !important;
    min-height: auto !important;
    background: #03070d !important;
  }

  .hero-slider {
    position: relative !important;
    width: calc(100% - 20px) !important;
    height: 720px !important;
    min-height: 720px !important;
    max-height: 720px !important;
    margin: 0 auto !important;
    border-radius: 26px !important;
    border: 1px solid rgba(247, 201, 72, 0.22) !important;
    overflow: hidden !important;
    background: #03070d !important;
  }

  .hero-swiper-slide,
  .hero-content {
    height: 720px !important;
    min-height: 720px !important;
    max-height: 720px !important;
  }

  /* Same fixed mobile image on all slides */
  .hero-slide-production .hero-media,
  .hero-slide-engineering .hero-media,
  .hero-slide-quality .hero-media {
    background-image: url("image/hero-mobile-production.png") !important;
    background-size: cover !important;
    background-position: 66% center !important;
  }

  .hero-media {
    inset: 0 !important;
    opacity: 1 !important;
    transform: none !important;
    filter: brightness(1.02) contrast(1.08) saturate(1.05) !important;
  }

  .hero-shade {
    background:
      linear-gradient(90deg, rgba(2, 5, 12, 0.96) 0%, rgba(2, 5, 12, 0.84) 42%, rgba(2, 5, 12, 0.28) 72%, rgba(2, 5, 12, 0.06) 100%),
      linear-gradient(to top, rgba(2, 5, 12, 0.98) 0%, rgba(2, 5, 12, 0.78) 20%, rgba(2, 5, 12, 0.18) 50%, transparent 78%) !important;
  }

  .hero-content {
    position: relative !important;
    z-index: 3 !important;
    width: 100% !important;
    padding: 54px 22px 132px !important;
    display: block !important;
  }

  .hero-copy {
    position: relative !important;
    top: auto !important;
    right: auto !important;
    left: auto !important;
    transform: none !important;
    width: 58% !important;
    max-width: 360px !important;
    margin: 0 auto 0 0 !important;
    padding: 0 !important;
    text-align: right !important;
  }

  .hero-copy::before {
    display: none !important;
  }

  .hero-kicker {
    width: max-content !important;
    max-width: 100% !important;
    min-height: 34px !important;
    padding: 6px 12px !important;
    margin-bottom: 16px !important;
    border-radius: 14px !important;
    font-size: 0.78rem !important;
    background: rgba(3, 8, 18, 0.52) !important;
  }

  .hero-title {
    font-size: clamp(1.85rem, 7vw, 2.55rem) !important;
    line-height: 1.25 !important;
    letter-spacing: -0.035em !important;
    text-shadow: 0 12px 34px rgba(0, 0, 0, 0.85) !important;
  }

  .hero-title strong {
    margin-top: 3px !important;
    color: var(--gold) !important;
  }

  .hero-description {
    max-width: 310px !important;
    margin-top: 14px !important;
    font-size: 0.82rem !important;
    line-height: 1.9 !important;
    color: rgba(242, 247, 255, 0.84) !important;
  }

  .hero-checks {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr) !important;
    width: 100% !important;
    max-width: 350px !important;
    gap: 0 !important;
    margin-top: 20px !important;
  }

  .hero-checks span {
    display: grid !important;
    justify-items: center !important;
    gap: 6px !important;
    padding: 0 4px !important;
    text-align: center !important;
    font-size: 0.62rem !important;
    line-height: 1.35 !important;
    white-space: normal !important;
    border-left: 1px solid rgba(255, 255, 255, 0.14) !important;
  }

  .hero-checks span:last-child {
    border-left: 0 !important;
  }

  .hero-checks i {
    width: 38px !important;
    height: 38px !important;
    border-radius: 999px !important;
    font-size: 0.92rem !important;
    background: rgba(5, 12, 22, 0.68) !important;
    border-color: rgba(247, 201, 72, 0.3) !important;
    color: var(--gold) !important;
  }

  .hero-actions {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 10px !important;
    width: 100% !important;
    max-width: 350px !important;
    margin-top: 22px !important;
  }

  .hero-actions .btn-primary,
  .hero-actions .btn-secondary {
    width: 100% !important;
    min-height: 50px !important;
    padding: 10px 18px !important;
    border-radius: 15px !important;
    font-size: 0.95rem !important;
    font-weight: 950 !important;
  }

  .hero-actions .btn-secondary {
    background: rgba(3, 8, 18, 0.58) !important;
  }

  .hero-arc {
    inset: -2% auto -2% 78% !important;
    width: 210px !important;
    opacity: 0.9 !important;
  }

  .hero-arc::before {
    right: 42px !important;
    width: 180px !important;
    border-right-width: 5px !important;
  }

  .hero-arc::after {
    right: 18px !important;
    width: 210px !important;
  }

  .hero-slider-controls,
  .hero-pagination {
    display: none !important;
  }

  .hero-capability-rail {
    position: absolute !important;
    z-index: 10 !important;
    right: 22px !important;
    left: 22px !important;
    bottom: 22px !important;
    width: auto !important;
    height: 92px !important;
    transform: none !important;
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    border-radius: 18px !important;
    overflow: hidden !important;
    border: 1px solid rgba(247, 201, 72, 0.28) !important;
    background: rgba(3, 8, 18, 0.72) !important;
    backdrop-filter: blur(10px) !important;
  }

  .hero-capability-item {
    height: 92px !important;
    min-height: 92px !important;
    padding: 11px 6px !important;
    display: grid !important;
    grid-template-columns: 1fr !important;
    justify-items: center !important;
    align-content: center !important;
    text-align: center !important;
    border-left: 1px solid rgba(255, 255, 255, 0.16) !important;
  }

  .hero-capability-item:last-child {
    border-left: 0 !important;
  }

  .hero-capability-item i {
    grid-row: auto !important;
    font-size: 1.45rem !important;
    margin-bottom: 3px !important;
  }

  .hero-capability-item span {
    font-size: 0.9rem !important;
    font-weight: 950 !important;
  }

  .hero-capability-item small {
    display: block !important;
    margin-top: 2px !important;
    font-size: 0.64rem !important;
    line-height: 1.35 !important;
  }
}

/* Mobile hero compact: fit full hero in first screen */
@media (max-width: 768px) {
  .hero-section {
    padding-top: 86px !important;
    padding-bottom: 10px !important;
  }

.hero-slider,
.hero-swiper-slide,
.hero-content {
  height: calc(100svh - 96px) !important;
  min-height: 600px !important;
  max-height: 670px !important;
}

.hero-slider {
  border-radius: 22px !important;
}

.hero-content {
  padding: 34px 20px 96px !important;
}

  .hero-copy {
    width: 58% !important;
    max-width: 340px !important;
  }

  .hero-kicker {
    min-height: 31px !important;
    padding: 5px 11px !important;
    margin-bottom: 12px !important;
    font-size: 0.72rem !important;
    border-radius: 12px !important;
  }

  .hero-title {
    font-size: clamp(1.65rem, 6.2vw, 2.25rem) !important;
    line-height: 1.22 !important;
  }

  .hero-title strong {
    margin-top: 1px !important;
  }

  .hero-description {
    max-width: 300px !important;
    margin-top: 10px !important;
    font-size: 0.74rem !important;
    line-height: 1.75 !important;
  }

  .hero-checks {
    max-width: 320px !important;
    margin-top: 14px !important;
  }

  .hero-checks span {
    gap: 4px !important;
    padding: 0 3px !important;
    font-size: 0.56rem !important;
    line-height: 1.25 !important;
  }

  .hero-checks i {
    width: 31px !important;
    height: 31px !important;
    font-size: 0.75rem !important;
  }

  .hero-actions {
    max-width: 320px !important;
    margin-top: 16px !important;
    gap: 8px !important;
  }

  .hero-actions .btn-primary,
  .hero-actions .btn-secondary {
    min-height: 43px !important;
    padding: 8px 14px !important;
    border-radius: 13px !important;
    font-size: 0.82rem !important;
  }

  .hero-capability-rail {
    right: 18px !important;
    left: 18px !important;
    bottom: 14px !important;
    height: 82px !important;
    border-radius: 16px !important;
  }

  .hero-capability-item {
    height: 82px !important;
    min-height: 82px !important;
    padding: 8px 5px !important;
  }

  .hero-capability-item i {
    font-size: 1.25rem !important;
    margin-bottom: 2px !important;
  }

  .hero-capability-item span {
    font-size: 0.78rem !important;
  }

  .hero-capability-item small {
    font-size: 0.56rem !important;
    line-height: 1.25 !important;
  }
}

/* Hero rail desktop/mobile final spacing */
.hero-capability-rail {
  grid-template-columns: repeat(5, 1fr) !important;
}

.hero-capability-item.hero-desktop-only {
  display: grid !important;
}

@media (max-width: 768px) {
  /* Move mobile hero text higher and create more space above bottom stats */
  .hero-content {
    padding: 26px 20px 118px !important;
  }

  .hero-copy {
    margin-top: -8px !important;
    max-width: 335px !important;
  }

  .hero-kicker {
    margin-bottom: 10px !important;
  }

  .hero-title {
    font-size: clamp(1.58rem, 5.9vw, 2.12rem) !important;
    line-height: 1.2 !important;
  }

  .hero-description {
    margin-top: 8px !important;
    font-size: 0.72rem !important;
    line-height: 1.68 !important;
  }

  .hero-checks {
    margin-top: 12px !important;
  }

  .hero-actions {
    margin-top: 14px !important;
    gap: 7px !important;
  }

  .hero-actions .btn-primary,
  .hero-actions .btn-secondary {
    min-height: 40px !important;
    font-size: 0.78rem !important;
  }

  /* Mobile rail stays 3 items only */
  .hero-capability-rail {
    grid-template-columns: repeat(3, 1fr) !important;
    height: 78px !important;
    bottom: 14px !important;
  }

  .hero-capability-item.hero-desktop-only {
    display: none !important;
  }

  .hero-capability-item {
    height: 78px !important;
    min-height: 78px !important;
    padding: 7px 5px !important;
  }

  .hero-capability-item i {
    font-size: 1.18rem !important;
  }

  .hero-capability-item span {
    font-size: 0.72rem !important;
  }

  .hero-capability-item small {
    font-size: 0.52rem !important;
  }
}

@media (max-width: 768px) {
  .hero-capability-rail {
    bottom: 48px !important;
  }

  .hero-content {
    padding-bottom: 154px !important;
  }
}

/* Mobile product families: horizontal quick slider */
@media (max-width: 768px) {
  .product-family-section {
    overflow: hidden;
  }

  .product-family-grid {
    display: flex !important;
    grid-template-columns: none !important;
    gap: 14px !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    padding: 4px 14px 16px !important;
    margin-left: -14px !important;
    margin-right: -14px !important;
    scroll-snap-type: x mandatory;
    scroll-padding-inline: 14px;
    -webkit-overflow-scrolling: touch;
  }

  .product-family-grid::-webkit-scrollbar {
    display: none;
  }

  .family-card {
    flex: 0 0 78% !important;
    min-width: 78% !important;
    min-height: 220px !important;
    scroll-snap-align: start;
  }

  .family-card-wide {
    flex-basis: 78% !important;
    min-width: 78% !important;
  }
}

@media (max-width: 430px) {
  .family-card,
  .family-card-wide {
    flex: 0 0 84% !important;
    min-width: 84% !important;
  }
}