@font-face {
  font-family: "Be Vietnam Pro";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("assets/fonts/be-vietnam-pro-400-vi.woff2") format("woff2");
  unicode-range:
    U+102-103, U+110-111, U+128-129, U+168-169, U+1A0-1A1, U+1AF-1B0, U+300-301,
    U+303-304, U+308-309, U+323, U+329, U+1EA0-1EF9, U+20AB;
}

@font-face {
  font-family: "Be Vietnam Pro";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("assets/fonts/be-vietnam-pro-400-latin.woff2") format("woff2");
  unicode-range:
    U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308,
    U+329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF,
    U+FFFD;
}

@font-face {
  font-family: "Be Vietnam Pro";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("assets/fonts/be-vietnam-pro-500-vi.woff2") format("woff2");
  unicode-range:
    U+102-103, U+110-111, U+128-129, U+168-169, U+1A0-1A1, U+1AF-1B0, U+300-301,
    U+303-304, U+308-309, U+323, U+329, U+1EA0-1EF9, U+20AB;
}

@font-face {
  font-family: "Be Vietnam Pro";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("assets/fonts/be-vietnam-pro-500-latin.woff2") format("woff2");
  unicode-range:
    U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308,
    U+329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF,
    U+FFFD;
}

@font-face {
  font-family: "Be Vietnam Pro";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("assets/fonts/be-vietnam-pro-600-vi.woff2") format("woff2");
  unicode-range:
    U+102-103, U+110-111, U+128-129, U+168-169, U+1A0-1A1, U+1AF-1B0, U+300-301,
    U+303-304, U+308-309, U+323, U+329, U+1EA0-1EF9, U+20AB;
}

@font-face {
  font-family: "Be Vietnam Pro";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("assets/fonts/be-vietnam-pro-600-latin.woff2") format("woff2");
  unicode-range:
    U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308,
    U+329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF,
    U+FFFD;
}

@font-face {
  font-family: "Be Vietnam Pro";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("assets/fonts/be-vietnam-pro-700-vi.woff2") format("woff2");
  unicode-range:
    U+102-103, U+110-111, U+128-129, U+168-169, U+1A0-1A1, U+1AF-1B0, U+300-301,
    U+303-304, U+308-309, U+323, U+329, U+1EA0-1EF9, U+20AB;
}

@font-face {
  font-family: "Be Vietnam Pro";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("assets/fonts/be-vietnam-pro-700-latin.woff2") format("woff2");
  unicode-range:
    U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308,
    U+329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF,
    U+FFFD;
}

:root {
  --cobalt: #36358d;
  --cobalt-dark: #292867;
  --cyan: #1aa7df;
  --cyan-dark: #118bbd;
  --charcoal: #171a1f;
  --ivory: #f7f8fc;
  --paper: #fff;
  --section-blue: #eef6fb;
  --section-blue-soft: #f5f9fc;
  --steel: #697386;
  --line: #d5d9e2;
  --orange: var(--cyan);
  --orange-dark: var(--cyan-dark);
  --white: #fff;
  --success: #13795b;
  --container: 1200px;
  --font-display: "Be Vietnam Pro", "Segoe UI", sans-serif;
  --font-body: "Be Vietnam Pro", "Segoe UI", sans-serif;
  --font-accent: "Be Vietnam Pro", "Segoe UI", sans-serif;
}

*,
::before,
::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 82px;
}

body {
  margin: 0px;
  color: var(--charcoal);
  background: var(--ivory);
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

body.menu-open {
  overflow: hidden;
}

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

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

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

button,
a {
  -webkit-tap-highlight-color: transparent;
}

.container {
  width: min(calc(100% - 48px), var(--container));
  margin-inline: auto;
}

.section {
  padding: 108px 0px;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0px;
  margin: -1px;
  overflow: hidden;
  clip: rect(0px, 0px, 0px, 0px);
  white-space: nowrap;
  border: 0px;
}

.icon-sprite {
  position: absolute;
  width: 0px;
  height: 0px;
  overflow: hidden;
}

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 999;
  padding: 10px 16px;
  color: rgb(255, 255, 255);
  background: var(--cobalt);
  transform: translateY(-150%);
}

.skip-link:focus {
  transform: translateY(0px);
}

h1,
h2,
h3 {
  font-family: var(--font-display);
  font-weight: 700;
  /* text-wrap: balance; */
}

.no-break {
  white-space: nowrap;
}

.title-line {
  display: block;
  white-space: nowrap;
}

h1,
.proof-strip strong,
.benefit-signature,
.process-list li > span {
  font-family: var(--font-accent);
}

h1 {
  font-size: 52px;
  line-height: 0.98;
  letter-spacing: -0.025em;
}

h2 {
  font-size: 36px;
  line-height: 1.08;
  letter-spacing: -0.015em;
}

h3 {
  font-size: 22px;
  line-height: 1.2;
}

p {
  font-size: 16px;
}

.site-header {
  position: sticky;
  top: 0px;
  z-index: 100;
  height: 78px;
  background: rgba(247, 248, 252, 0.76);
  border-bottom: 1px solid transparent;
  backdrop-filter: blur(0px);
  transition:
    background 0.25s,
    border-color 0.25s,
    backdrop-filter 0.25s;
}

.site-header.is-scrolled {
  background: rgba(247, 248, 252, 0.95);
  border-color: rgba(54, 53, 141, 0.16);
  backdrop-filter: blur(14px);
}

.header-inner {
  display: flex;
  align-items: center;
  height: 100%;
  gap: 32px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--charcoal);
  line-height: 1.15;
}

.brand-mark {
  width: 40px;
  height: 40px;
  color: var(--charcoal);
  flex: 0 0 auto;
}

.brand-logo {
  display: block;
  object-fit: contain;
}

.brand-logo-header {
  width: 84px;
  height: 84px;
  margin: -3px 0;
}

.brand-logo-footer {
  width: 174px;
  height: 174px;
  margin: -34px 0 -28px -20px;
}

.brand strong {
  display: block;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.brand small {
  display: block;
  margin-top: 4px;
  color: var(--steel);
  font-size: 13px;
  font-weight: 500;
}

.primary-nav {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-left: auto;
}

.primary-nav a {
  position: relative;
  font-size: 13px;
  font-weight: 600;
}

.primary-nav a::after {
  content: "";
  position: absolute;
  right: 0px;
  bottom: -8px;
  left: 0px;
  height: 2px;
  background: var(--cobalt);
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.2s;
}

.primary-nav a:hover::after,
.primary-nav a:focus-visible::after {
  transform: scaleX(1);
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  margin-left: auto;
  padding: 10px;
  background: transparent;
  border: 0px;
}

.menu-toggle i {
  display: block;
  width: 23px;
  height: 2px;
  margin: 5px auto;
  background: var(--charcoal);
  transition: 0.2s;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 50px;
  padding: 12px 22px;
  border: 1px solid var(--charcoal);
  border-radius: 9px;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
  cursor: pointer;
  transition:
    background 0.2s,
    color 0.2s,
    border-color 0.2s,
    transform 0.2s,
    box-shadow 0.2s;
}

.button:hover {
  transform: translateY(-2px);
}

.button:focus-visible,
a:focus-visible,
summary:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: rgba(26, 167, 223, 0.3) solid 3px;
  outline-offset: 3px;
}

.button-primary {
  color: rgb(255, 255, 255);
  background: var(--orange);
  border-color: var(--orange);
  box-shadow: rgba(26, 167, 223, 0.22) 0px 12px 28px;
}

.button-primary:hover {
  background: var(--orange-dark);
  border-color: var(--orange-dark);
}

.button-ghost {
  color: var(--charcoal);
  background: transparent;
}

.button-ghost:hover {
  color: rgb(255, 255, 255);
  background: var(--cobalt);
  border-color: var(--cobalt);
}

.button-white {
  color: rgb(255, 255, 255);
  background: var(--orange);
  border-color: var(--orange);
  box-shadow: rgba(16, 28, 70, 0.2) 0px 12px 28px;
}

.button-small {
  min-height: 42px;
  padding: 10px 17px;
}

.hero {
  position: relative;
  overflow: hidden;
  background-color: var(--ivory);
  background-image:
    linear-gradient(rgba(23, 26, 31, 0.043) 1px, transparent 1px),
    linear-gradient(90deg, rgba(23, 26, 31, 0.043) 1px, transparent 1px);
  background-size: 48px 48px;
  border-bottom: 1px solid rgba(23, 26, 31, 0.2);
}

.hero::before {
}

.hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: 5fr 7fr;
  align-items: center;
  gap: 58px;
  min-height: 630px;
  padding-top: 66px;
  padding-bottom: 76px;
}

.hero-copy {
  position: relative;
  z-index: 3;
}

.eyebrow,
.section-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
  color: var(--cobalt);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.eyebrow span {
  width: 32px;
  height: 2px;
  background: var(--cobalt);
}

.hero h1 {
  margin: 0px;
  text-transform: uppercase;
}

.hero h1 em {
  display: block;
  color: var(--cobalt);
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-style: normal;
}

.hero-lead {
  max-width: 570px;
  margin: 24px 0px 0px;
  color: rgb(81, 88, 98);
}

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

.hero-visual {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0px, 1fr) 148px;
  grid-template-rows: repeat(2, minmax(0px, 1fr));
  gap: 12px;
  min-height: 510px;
  padding: 42px 46px 42px 64px;
}

.hero-visual::before {
  content: "";
  position: absolute;
  inset: 20px 22px 20px 42px;
  border: 1px solid rgba(255, 255, 255, 0.54);
  border-radius: 34px 8px;
  pointer-events: none;
}

.hero-orbit {
  display: none;
}

.helmet-card {
  position: relative;
  margin: 0px;
  overflow: hidden;
  background: rgb(255, 255, 255);
  border: 5px solid rgb(255, 255, 255);
  border-radius: 16px;
  box-shadow: rgba(31, 37, 96, 0.18) 0px 14px 35px;
}

.helmet-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.55s cubic-bezier(0.2, 0.7, 0.2, 1);
}

.helmet-card:hover img {
  transform: scale(1.03);
}

.helmet-main {
  grid-area: 1 / 1 / 3;
  transform: rotate(-0.7deg);
}

.helmet-secondary {
  grid-area: 1 / 2;
}

.helmet-tertiary {
  grid-area: 2 / 2;
}

.helmet-caption {
  position: absolute;
  right: 0px;
  bottom: 0px;
  left: 0px;
  padding: 9px 11px;
  color: rgb(255, 255, 255);
  background: rgba(54, 53, 141, 0.94);
  font-size: 13px;
  font-weight: 600;
  line-height: 1.25;
}

.helmet-caption span {
  margin-right: 6px;
  color: rgb(103, 212, 255);
  font-family: var(--font-display);
  font-weight: 700;
}

.hero-note {
  position: absolute;
  z-index: 4;
  top: 18px;
  left: 12px;
  display: flex;
  align-items: center;
  gap: 12px;
  width: 228px;
  padding: 14px 16px;
  background: var(--paper);
  border-left: 4px solid var(--cyan);
  border-radius: 0px 12px 12px 0px;
  box-shadow: rgba(31, 37, 96, 0.14) 0px 12px 30px;
}

.note-icon {
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  color: var(--cobalt);
  border: 1px solid rgba(54, 53, 141, 0.25);
}

.note-icon svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentcolor;
  stroke-width: 1.6;
}

.hero-note strong,
.hero-note small {
  display: block;
  line-height: 1.35;
}

.hero-note strong {
  font-size: 13px;
}

.hero-note small {
  margin-top: 2px;
  color: var(--steel);
  font-size: 13px;
}

.proof-strip {
  position: relative;
  z-index: 4;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding: 0px;
  background: rgb(255, 255, 255);
  border: 1px solid rgba(54, 53, 141, 0.16);
  border-radius: 14px 14px 0px 0px;
  box-shadow: rgba(54, 53, 141, 0.07) 0px -10px 34px;
}

.proof-strip div {
  padding: 24px 28px;
  border-right: 1px solid var(--line);
}

.proof-strip div:last-child {
  border-right: 0px;
}

.proof-strip strong,
.proof-strip span {
  display: block;
}

.proof-strip strong {
  color: var(--cobalt);
  font-family: var(--font-accent);
  font-size: 28px;
  line-height: 1;
}

.proof-strip span {
  margin-top: 6px;
  color: var(--steel);
  font-size: 13px;
}

.section-heading {
  max-width: 760px;
  margin-bottom: 52px;
}

.heading-row {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  align-items: end;
  max-width: none;
  gap: 92px;
}

.section-kicker {
  margin-bottom: 12px;
}

.section-heading h2,
.factory-copy h2,
.faq-heading h2,
.quote-copy h2,
.benefits-intro h2 {
  margin: 0px;
  font-size: 36px;
}

.section-heading p,
.factory-copy > p,
.faq-heading > p {
  margin: 0px;
  color: var(--steel);
}

.product-section {
  background: var(--paper);
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 42px 22px;
}

.product-card {
  background: transparent;
  border-top: 2px solid var(--cobalt);
  transition:
    transform 0.28s,
    border-color 0.28s;
}

.product-card:hover {
  transform: translateY(-6px);
  border-color: var(--cyan-dark);
}

.product-image {
  position: relative;
  overflow: hidden;
  aspect-ratio: 1 / 1;
  margin-top: 12px;
  background: linear-gradient(145deg, rgb(248, 251, 254), rgb(234, 246, 252));
  border-bottom: 3px solid var(--cyan);
  border-radius: 14px 14px 5px 5px;
}

.product-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 12px;
  background: #fff;
  filter: saturate(0.94) contrast(1.02);
  transition: transform 0.45s cubic-bezier(0.2, 0.7, 0.2, 1);
}

.product-card:hover .product-image img {
  transform: scale(1.03);
}

.product-body {
  padding: 18px 0px 0px;
}

.product-body h3 {
  margin: 0px 0px 8px;
  font-size: 22px;
}

.product-body p {
  min-height: 82px;
  margin: 0px 0px 14px;
  color: var(--steel);
  font-size: 13px;
}

.product-quote {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding-bottom: 3px;
  color: var(--cobalt);
  border-bottom: 1px solid;
  font-size: 13px;
  font-weight: 700;
}

.product-quote span {
  transition: transform 0.2s;
}

.product-quote:hover span {
  transform: translateX(4px);
}

.product-cta-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 390px;
  padding: 30px;
  color: rgb(255, 255, 255);
  background: var(--cobalt);
}

.cta-card-icon {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  margin-bottom: 38px;
  border: 1px solid rgba(255, 255, 255, 0.5);
}

.cta-card-icon svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentcolor;
  stroke-width: 1.6;
}

.product-cta-card h3 {
  margin: 0px;
  font-size: 27px;
}

.product-cta-card p {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.78);
}

.product-cta-card a {
  margin-top: auto;
  padding-bottom: 4px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
  font-size: 13px;
  font-weight: 700;
  align-self: flex-start;
}

.media-disclaimer,
.claim-note {
  margin: 24px 0px 0px;
  color: var(--steel);
  font-size: 13px;
  font-style: italic;
}

.benefits-section {
  position: relative;
  overflow: hidden;
  color: var(--charcoal);
  background:
    radial-gradient(
      circle at 10% 12%,
      rgba(26, 167, 223, 0.16),
      transparent 28%
    ),
    linear-gradient(rgb(247, 251, 254) 0%, rgb(234, 246, 252) 100%);
}

.benefits-section::before {
  content: "";
  position: absolute;
  right: -160px;
  bottom: -210px;
  width: 520px;
  height: 520px;
  border: 95px solid rgba(54, 53, 141, 0.055);
  border-radius: 50%;
}

.benefits-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 88px;
}

.benefit-signature {
  display: flex;
  align-items: baseline;
  gap: 12px;
  margin: 8px 0px 24px;
  color: var(--cobalt);
  font-family: var(--font-accent);
  font-size: 34px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.04em;
}

.benefit-signature span {
  color: var(--cyan);
  font-size: 82px;
  letter-spacing: -0.05em;
}

.section-kicker-light {
  color: var(--cyan);
}

.benefits-intro h2,
.quote-copy h2 {
  color: var(--cobalt);
}

.benefits-intro p {
  color: var(--steel);
}

.text-link {
  display: inline-flex;
  gap: 10px;
  margin-top: 22px;
  color: var(--cobalt);
  border-bottom: 1px solid;
  font-size: 13px;
  font-weight: 700;
}

.benefit-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.benefit-list article {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 14px;
  padding: 24px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(54, 53, 141, 0.13);
  border-radius: 14px;
  transition:
    transform 0.25s,
    border-color 0.25s;
}

.benefit-list article:hover {
  transform: translateY(-4px);
  border-color: rgba(26, 167, 223, 0.7);
}

.benefit-list article > span {
  color: var(--cyan-dark);
  font-family: var(--font-display);
  font-size: 18px;
  font-weight: 700;
}

.benefit-list h3 {
  margin: 0px 0px 8px;
  font-size: 22px;
}

.benefit-list p {
  margin: 0px;
  color: var(--steel);
  font-size: 13px;
}

.factory-section {
  position: relative;
  overflow: hidden;
  background: var(--ivory);
}

.factory-section::before {
  content: "";
  position: absolute;
  inset: 0px 0px 0px 52%;
  background: var(--cobalt);
}

.factory-grid {
  position: relative;
  display: grid;
  grid-template-columns: 7fr 5fr;
  align-items: center;
  gap: 0px;
  min-height: 610px;
}

.factory-gallery {
  position: relative;
  z-index: 2;
  height: 520px;
  margin-right: -62px;
}

.factory-photo {
  position: absolute;
  margin: 0px;
  overflow: hidden;
  border-radius: 18px 6px;
}

.factory-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.55s;
}

.factory-photo:hover img {
  transform: scale(1.03);
}

.factory-photo-main {
  inset: 0px 90px 0px 0px;
  border-bottom: 5px solid var(--cyan);
}

.factory-photo-small {
  right: 0px;
  bottom: 28px;
  width: 270px;
  height: 190px;

  border-bottom-color: var(--cyan);
}

.factory-badge {
  position: absolute;
  z-index: 2;
  top: 24px;
  right: 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: max-content;
  height: 92px;
  padding: 16px;
  color: rgb(255, 255, 255);
  background: var(--cyan-dark);
  border-left: 4px solid rgb(255, 255, 255);
}

.factory-badge strong {
  font-family: var(--font-display);
  font-size: 24px;
  line-height: 1;
}

.factory-badge span {
  font-size: 13px;
}

.factory-copy {
  position: relative;
  z-index: 1;
  padding: 64px 56px 64px 102px;
  color: rgb(255, 255, 255);
}

.factory-copy .section-kicker {
  color: rgb(143, 226, 255);
}

.factory-copy h2 {
  color: rgb(255, 255, 255);
}

.factory-copy > p {
  margin-top: 20px;
  color: rgba(255, 255, 255, 0.78);
}

.spec-list {
  display: grid;
  margin-top: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.32);
}

.spec-list > div {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 14px;
  padding: 17px 0px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.22);
}

.spec-icon {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  color: rgb(255, 255, 255);
  border: 1px solid rgba(255, 255, 255, 0.5);
  font-family: var(--font-display);
  font-size: 18px;
  font-weight: 700;
}

.spec-list strong,
.spec-list small {
  display: block;
}

.spec-list strong {
  font-size: 13px;
}

.spec-list small {
  margin-top: 2px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 13px;
}

.factory-copy .claim-note {
  color: rgba(255, 255, 255, 0.62);
}

.process-section {
  background:
    radial-gradient(circle at 50% 0, rgba(26, 167, 223, 0.13), transparent 38%),
    linear-gradient(180deg, var(--section-blue-soft), var(--section-blue));
  border-top: 1px solid rgba(54, 53, 141, 0.08);
  border-bottom: 1px solid rgba(54, 53, 141, 0.08);
}

.center-heading {
  margin-inline: auto;
  text-align: center;
}

.center-heading p {
  margin-top: 14px;
}

.process-list {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 22px;
  margin: 0px;
  padding: 12px 0px 0px;
  list-style: none;
}

.process-track {
  position: absolute;
  top: 39px;
  right: 8%;
  left: 8%;
  width: 84%;
  height: 2px;
  overflow: visible;
}

.process-track path {
  fill: none;
  stroke: rgba(26, 167, 223, 0.5);
  stroke-width: 2;
  vector-effect: non-scaling-stroke;
  stroke-dasharray: 1000;
  stroke-dashoffset: 0;
  transition: stroke-dashoffset 1.15s cubic-bezier(0.2, 0.7, 0.2, 1);
}

.process-list[data-aos].aos-init .process-track path {
  stroke-dashoffset: 1000;
}

.process-list[data-aos].aos-animate .process-track path {
  stroke-dashoffset: 0;
}

.process-list li {
  position: relative;
  padding-top: 0px;
  text-align: left;
}

.process-list li > span {
  display: block;
  margin-bottom: 18px;
  color: var(--cobalt);
  font-family: var(--font-accent);
  font-size: 18px;
  font-weight: 600;
}

.process-icon {
  position: relative;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  margin: 0px 0px 22px;
  color: rgb(255, 255, 255);
  background: linear-gradient(145deg, var(--cobalt), var(--cyan-dark));
  border: 0px;
  border-radius: 50%;
  box-shadow: rgba(54, 53, 141, 0.18) 0px 9px 22px;
}

.process-icon svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentcolor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.process-list h3 {
  margin: 0px 0px 8px;
  font-size: 22px;
}

.process-list p {
  margin: 0px;
  color: var(--steel);
  font-size: 13px;
}

.faq-section {
  background:
    linear-gradient(135deg, rgba(26, 167, 223, 0.055), transparent 42%),
    var(--section-blue-soft);
  border-top: 1px solid rgba(54, 53, 141, 0.08);
  border-bottom: 1px solid rgba(54, 53, 141, 0.08);
}

.faq-grid {
  display: grid;
  grid-template-columns: 0.78fr 1.22fr;
  align-items: start;
  gap: 100px;
}

.faq-heading {
  position: static;
  align-self: start;
}

.faq-heading > p {
  margin-top: 20px;
}

.faq-heading a {
  color: var(--cobalt);
  font-weight: 700;
}

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

.faq-list details {
  overflow-anchor: none;
  background: rgb(255, 255, 255);
  border: 1px solid rgba(54, 53, 141, 0.14);
  border-radius: 12px;
  transition:
    border-color 0.2s,
    box-shadow 0.2s;
}

.faq-list details[open] {
  border-color: rgba(26, 167, 223, 0.7);
  box-shadow: rgba(54, 53, 141, 0.07) 0px 10px 26px;
}

.faq-list summary {
  position: relative;
  padding: 20px 52px 20px 20px;
  font-family: var(--font-display);
  font-size: 20px;
  font-weight: 600;
  cursor: pointer;
  list-style: none;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary span::before,
.faq-list summary span::after {
  content: "";
  position: absolute;
  top: 31px;
  right: 20px;
  width: 16px;
  height: 2px;
  background: var(--cobalt);
  transition: transform 0.2s;
}

.faq-list summary span::after {
  transform: rotate(90deg);
}

.faq-list details[open] summary span::after {
  transform: rotate(0deg);
}

.faq-list details p {
  margin: -3px 55px 22px 20px;
  color: var(--steel);
  font-size: 13px;
}

.quote-section {
  position: relative;
  overflow: hidden;
  color: var(--charcoal);
  background:
    radial-gradient(
      circle at 88% 8%,
      rgba(26, 167, 223, 0.17),
      transparent 30%
    ),
    linear-gradient(rgb(247, 251, 254) 0%, rgb(237, 247, 251) 100%);
}

.quote-section::before {
  content: "";
  position: absolute;
  left: -170px;
  bottom: -220px;
  width: 480px;
  height: 480px;
  border: 90px solid rgba(54, 53, 141, 0.05);
  border-radius: 50%;
}

.quote-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 0.86fr 1.14fr;
  align-items: center;
  gap: 100px;
}

.quote-copy > p {
  color: var(--steel);
}

.brief-list {
  display: grid;
  gap: 0px;
  margin: 30px 0px;
  padding: 0px;
  list-style: none;
  border-top: 1px solid rgba(54, 53, 141, 0.18);
}

.brief-list li {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 14px;
  padding: 15px 0px;
  border-bottom: 1px solid rgba(54, 53, 141, 0.14);
}

.brief-list > li > span {
  color: var(--cyan-dark);
  font-family: var(--font-display);
  font-size: 20px;
  font-weight: 700;
}

.brief-list b,
.brief-list small {
  display: block;
}

.brief-list b {
  color: var(--cobalt);
  font-size: 14px;
}

.brief-list small {
  margin-top: 2px;
  color: var(--steel);
  font-size: 13px;
}

.direct-contact {
  padding-top: 24px;
  border-top: 1px solid rgba(54, 53, 141, 0.18);
}

.direct-contact > small {
  display: block;
  margin-bottom: 12px;
  color: var(--steel);
  font-size: 13px;
}

.direct-contact a {
  display: flex;
  align-items: center;
  gap: 13px;
  width: max-content;
}

.contact-dot {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  color: rgb(255, 255, 255);
  background: var(--cobalt);
}

.contact-dot svg {
  width: 21px;
  height: 21px;
  fill: none;
  stroke: currentcolor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.direct-contact b,
.direct-contact em {
  display: block;
}

.direct-contact b {
  font-size: 20px;
}

.direct-contact em {
  color: var(--steel);
  font-size: 13px;
  font-style: normal;
}

.form-card {
  padding: 42px;
  color: var(--charcoal);
  background: rgb(255, 255, 255);
  border-top: 6px solid var(--cyan);
  border-radius: 18px 6px;
  box-shadow: rgba(54, 53, 141, 0.14) 0px 24px 54px;
}

.form-title > span {
  color: var(--cobalt);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.form-title h3 {
  margin: 5px 0px 4px;
  font-size: 27px;
}

.form-title p {
  margin: 0px 0px 24px;
  color: var(--steel);
  font-size: 13px;
}

#quote-form {
  display: grid;
  gap: 15px;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
}

#quote-form label {
  display: grid;
  gap: 7px;
  font-size: 13px;
  font-weight: 600;
}

#quote-form .field-label {
  display: inline-flex;
  align-items: baseline;
  gap: 4px;
  color: var(--charcoal);
}

#quote-form .field-label i {
  color: var(--orange);
  font-style: normal;
}

input,
select,
textarea {
  width: 100%;
  color: var(--charcoal);
  background: var(--paper);
  border: 1px solid rgb(190, 195, 200);
  border-radius: 3px;
  outline: none;
  transition:
    border-color 0.2s,
    box-shadow 0.2s;
}

input,
select {
  height: 48px;
  padding: 0px 14px;
}

textarea {
  min-height: 94px;
  padding: 12px 14px;
  resize: vertical;
}

input:focus,
select:focus,
textarea:focus {
  border-color: var(--cobalt);
  box-shadow: rgba(54, 53, 141, 0.13) 0px 0px 0px 3px;
}

.is-invalid {
  border-color: rgb(187, 48, 48) !important;
}

.field-error {
  min-height: 0px;
  color: rgb(165, 35, 35);
  font-size: 13px;
  font-weight: 500;
}

.submit-button {
  width: 100%;
  margin-top: 4px;
  border: 0px;
}

.submit-button[disabled] {
  cursor: wait;
  opacity: 0.7;
  transform: none;
}

.form-status {
  display: none;
  margin: 0px;
  padding: 10px 12px;
  font-size: 13px;
}

.form-status.is-error {
  display: block;
  color: rgb(141, 32, 32);
  background: rgb(255, 240, 237);
}

.form-status.is-success {
  display: block;
  color: rgb(13, 103, 74);
  background: rgb(231, 245, 238);
}

.form-consent {
  margin: 0px;
  color: var(--steel);
  text-align: center;
  font-size: 13px;
}

.form-consent a {
  text-decoration: underline;
}

.honeypot {
  position: absolute !important;
  left: -9999px;
}

.site-footer {
  padding: 68px 0px 25px;
  color: rgba(255, 255, 255, 0.76);
  background: linear-gradient(
    120deg,
    var(--cobalt-dark) 0%,
    var(--cobalt) 72%,
    #2d75aa 100%
  );
  border-top: 5px solid var(--cyan);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.7fr repeat(3, 1fr);
  gap: 60px;
}

.brand-footer {
  color: rgb(255, 255, 255);
}

.footer-grid > div:first-child > p {
  max-width: 390px;
  margin-top: 0;
  font-size: 13px;
}

.footer-grid h3 {
  margin: 0px 0px 17px;
  color: rgb(255, 255, 255);
  font-family: var(--font-body);
  font-size: 13px;
}

.footer-grid > div:not(:first-child) {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.footer-grid a,
.footer-grid address {
  color: rgba(255, 255, 255, 0.76);
  font-size: 13px;
  font-style: normal;
}

.footer-grid a:hover {
  color: rgb(255, 255, 255);
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  margin-top: 55px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  font-size: 13px;
}

.mobile-actions {
  display: none;
}

.floating-contact {
  position: fixed;
  right: 22px;
  bottom: 28px;
  z-index: 115;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 10px;
}

.floating-action {
  position: relative;
  display: flex;
  width: 50px;
  height: 50px;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: var(--cobalt);
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  box-shadow: 0 10px 25px rgba(24, 35, 80, 0.2);
  transition:
    transform 0.22s ease,
    background-color 0.22s ease,
    opacity 0.22s ease;
}

.floating-action:hover,
.floating-action:focus-visible {
  color: #fff;
  transform: translateY(-3px);
}

.floating-action svg {
  width: 21px;
  height: 21px;
  fill: none;
  stroke: currentcolor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.floating-action > span {
  position: absolute;
  right: 60px;
  width: max-content;
  padding: 7px 10px;
  color: #fff;
  background: var(--charcoal);
  border-radius: 4px;
  font-size: 13px;
  font-weight: 600;
  opacity: 0;
  pointer-events: none;
  transform: translateX(6px);
  transition:
    opacity 0.2s ease,
    transform 0.2s ease;
}

.floating-action:hover > span,
.floating-action:focus-visible > span {
  opacity: 1;
  transform: translateX(0);
}

.floating-action-phone {
  background: var(--orange);
}

.floating-action-zalo {
  background: var(--cyan-dark);
}

.floating-action-top {
  color: var(--cobalt);
  background: #fff;
  border-color: rgba(54, 53, 141, 0.25);
  opacity: 0;
  pointer-events: none;
  transform: translateY(8px);
}

.floating-action-top:hover,
.floating-action-top:focus-visible {
  color: var(--cobalt);
}

.floating-action-top.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

[data-aos="fade-up"] {
  transform: translate3d(0px, 24px, 0px);
}

[data-aos="zoom-in"] {
  transform: scale(0.96);
}

@media (max-width: 1024px) {
  .section {
    padding: 88px 0px;
  }

  .hero-grid {
    gap: 35px;
  }

  .hero::before {
    left: 54%;
  }

  .helmet-main {
    right: 20px;
    width: 78%;
  }

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

  .benefits-grid,
  .faq-grid,
  .quote-grid {
    gap: 58px;
  }

  .factory-copy {
    padding-left: 85px;
  }

  .process-list {
    grid-template-columns: repeat(3, 1fr);
    gap: 36px 24px;
  }

  .process-track {
    display: none;
  }

  .footer-grid {
    gap: 35px;
  }
}

@media (max-width: 800px) {
  html {
    scroll-padding-top: 72px;
  }

  .container {
    width: min(calc(100% - 32px), var(--container));
  }

  .site-header {
    height: 70px;
  }

  .brand small {
    display: none;
  }

  .menu-toggle {
    display: block;
  }

  .menu-toggle[aria-expanded="true"] i:nth-of-type(1) {
    transform: translateY(7px) rotate(45deg);
  }

  .menu-toggle[aria-expanded="true"] i:nth-of-type(2) {
    opacity: 0;
  }

  .menu-toggle[aria-expanded="true"] i:nth-of-type(3) {
    transform: translateY(-7px) rotate(-45deg);
  }

  .primary-nav {
    position: fixed;
    top: 70px;
    right: 0px;
    left: 0px;
    display: grid;
    gap: 0px;
    padding: 16px 24px 26px;
    background: var(--ivory);
    border-bottom: 1px solid var(--charcoal);
    transform: translateY(-130%);
    visibility: hidden;
    transition:
      transform 0.25s,
      visibility 0.25s;
  }

  .primary-nav.is-open {
    transform: translateY(0px);
    visibility: visible;
  }

  .primary-nav a {
    padding: 13px 3px;
    border-bottom: 1px solid var(--line);
  }

  .header-cta {
    display: none;
  }

  .hero::before {
    /* inset: 52% 0px 0px; */
    width: auto;
    /* clip-path: polygon(0px 9%, 100% 0px, 100% 100%, 0px 100%); */
  }

  .hero-grid {
    grid-template-columns: 1fr;
    min-height: 0px;
    padding-top: 54px;
    padding-bottom: 52px;
  }

  .hero-copy {
    max-width: 640px;
  }

  .hero-visual {
    min-height: 510px;
  }

  .helmet-main {
    top: 48px;
    right: 6%;
    width: 72%;
    height: 340px;
  }

  .helmet-secondary {
    right: 2%;
    width: 32%;
    height: 180px;
  }

  .helmet-tertiary {
    left: 5%;
    width: 31%;
    height: 168px;
  }

  .proof-strip {
    grid-template-columns: 1fr 1fr;
  }

  .proof-strip div:nth-child(2) {
    border-right: 0px;
  }

  .proof-strip div:nth-child(-n + 2) {
    border-bottom: 1px solid var(--line);
  }

  .heading-row {
    grid-template-columns: 1fr;
    gap: 18px;
  }

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

  .benefits-grid,
  .factory-grid,
  .faq-grid,
  .quote-grid {
    grid-template-columns: 1fr;
  }

  .benefits-grid {
    gap: 52px;
  }

  .factory-section::before {
    inset: 48% 0px 0px;
  }

  .factory-grid {
    gap: 50px;
  }

  .factory-gallery {
    height: 500px;
    margin-right: 0px;
  }

  .factory-copy {
    padding: 64px 0px 10px;
  }

  .faq-heading {
    position: static;
  }

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

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

  .footer-grid > div:last-child {
    display: none;
  }
}

@media (max-width: 560px) {
  body {
    padding-bottom: 60px;
  }

  .section {
    padding: 70px 0px;
  }

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

  h1 {
    font-size: 38px;
  }

  h2,
  .section-heading h2,
  .factory-copy h2,
  .faq-heading h2,
  .quote-copy h2,
  .benefits-intro h2 {
    font-size: 29px;
  }

  h3 {
    font-size: 20px;
  }

  .hero-grid {
    padding-top: 42px;
  }

  .hero h1 {
    max-width: 390px;
  }

  .hero-lead {
    margin-top: 20px;
  }

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

  .hero-actions .button {
    width: 100%;
  }

  .hero-visual {
    min-height: 390px;
  }

  .hero-note {
    top: 15px;
    width: 214px;
  }

  .hero-note small {
    font-size: 13px;
  }

  .helmet-main {
    top: 58px;
    right: 4%;
    width: 76%;
    height: 270px;
  }

  .helmet-secondary {
    right: 0px;
    bottom: 0px;
    width: 35%;
    height: 136px;
    border-width: 4px;
  }

  .helmet-tertiary {
    bottom: 0px;
    left: 2%;
    width: 34%;
    height: 128px;
    border-width: 4px;
  }

  .hero-visual::before {
    inset: 37px 0px 18px 11%;
  }

  .proof-strip div {
    padding: 20px 15px;
  }

  .proof-strip strong {
    font-size: 24px;
  }

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

  .product-card {
    display: grid;
    grid-template-columns: minmax(0px, 43fr) minmax(0px, 57fr);
    gap: 16px;
  }

  .product-image {
    min-height: 182px;
    margin: 10px 0px 0px;
  }

  .product-body {
    padding-top: 15px;
  }

  .product-body p {
    min-height: 0px;
  }

  .product-cta-card {
    min-height: 290px;
  }

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

  .factory-section::before {
    inset: 43% 0px 0px;
  }

  .factory-gallery {
    height: 375px;
  }

  .factory-photo-main {
    right: 35px;
  }

  .factory-photo-small {
    width: 180px;
    height: 132px;
    border-width: 5px;
  }

  .factory-badge {
    top: 12px;
    right: 5px;
    width: max-content;
    height: 80px;
    font-size: 20px !important;
  }

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

  .process-list li {
    display: grid;
    grid-template-columns: 52px 1fr;
    grid-template-rows: auto auto auto;
    column-gap: 15px;
    padding-bottom: 20px;
    border-bottom: 1px solid var(--line);
  }

  .process-list li > span {
    grid-column: 1;
    margin: 0px;
  }

  .process-icon {
    grid-area: 2 / 1 / 4;
    width: 48px;
    height: 48px;
    margin: 9px 0px 0px;
  }

  .process-list h3 {
    grid-area: 2 / 2;
    margin-top: 8px;
  }

  .process-list p {
    grid-area: 3 / 2;
  }

  .quote-grid {
    gap: 46px;
  }

  .form-card {
    padding: 27px 19px;
  }

  .form-row {
    grid-template-columns: 1fr;
  }

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

  .footer-grid > div:first-child {
    grid-column: 1 / -1;
  }

  .footer-bottom {
    align-items: flex-start;
    gap: 20px;
  }

  .mobile-actions {
    position: fixed;
    right: 2px;
    bottom: 0px;
    left: 0px;
    z-index: 120;
    display: grid;
    grid-template-columns: repeat(3, minmax(0px, 1fr));
    height: 60px;
    padding: 5px;
    color: var(--charcoal);
    background: rgba(247, 248, 252, 0.97);
    border-top: 1px solid var(--cobalt);
    backdrop-filter: blur(10px);
  }

  .mobile-actions a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 2px;
    border-right: 1px solid var(--line);
    font-size: 13px;
    font-weight: 600;
    line-height: 1;
  }

  .mobile-actions a:last-child {
    color: rgb(255, 255, 255);
    background: var(--orange);
    border: 0px;
    border-radius: 3px;
  }

  .mobile-actions svg {
    width: 18px;
    height: 18px;
    fill: none;
    stroke: currentcolor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
  }

  .floating-contact {
    right: 14px;
    bottom: 74px;
  }

  .floating-action-phone,
  .floating-action-zalo {
    display: none;
  }

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

  .floating-action > span {
    display: none;
  }
}

/* Hero banner slider: keep its height driven by the responsive artwork. */
.hero,
.hero-slider {
  min-height: 0;
}

.hero-slider:not(.slick-initialized) .hero-slide:not(:first-child) {
  display: none;
}

@media (max-width: 800px) {
  .hero { min-height: 0; }
}

@media (max-width: 560px) {
  .hero { min-height: 0; }
}

@media (prefers-reduced-motion: reduce) {
  .hero-arrow,
  .hero .slick-dots button {
    transition: none;
  }
}

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

  [data-aos] {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }

  .process-track path {
    stroke-dashoffset: 0 !important;
  }
}

@media (max-width: 1024px) {
  .hero-visual {
    grid-template-columns: minmax(0px, 1fr) 126px;
    padding: 44px 30px 40px 48px;
  }

  .helmet-main,
  .helmet-secondary,
  .helmet-tertiary {
    inset: auto;
    width: auto;
    height: auto;
  }
}

@media (max-width: 800px) {
  .hero-visual {
    grid-template-columns: minmax(0px, 1fr) 142px;
    min-height: 500px;
    padding: 56px 42px 34px 54px;
  }

  .hero-note {
    top: 24px;
    left: 8px;
  }

  .hero-visual::before {
    inset: 30px 20px 18px 28px;
  }

  .factory-gallery {
    height: 460px;
  }

  .factory-photo-main {
    right: 74px;
  }
}

@media (max-width: 560px) {
  .hero::before {
    /* inset: 55% 0px 0px; */
  }

  .hero-visual {
    grid-template-columns: minmax(0px, 1fr) 94px;
    grid-template-rows: repeat(2, minmax(0px, 1fr));
    gap: 8px;
    min-height: 374px;
    padding: 66px 14px 24px;
  }

  .hero-visual::before {
    inset: 48px 0px 12px 7%;
  }

  .hero-visual::after {
    display: none;
  }

  .hero-note {
    top: 24px;
    left: 0px;
    width: 216px;
  }

  .helmet-card {
    border-width: 3px;
  }

  .helmet-caption {
    padding: 7px 8px;
  }

  .helmet-secondary .helmet-caption,
  .helmet-tertiary .helmet-caption {
    font-size: 0px;
  }

  .helmet-secondary .helmet-caption span,
  .helmet-tertiary .helmet-caption span {
    margin: 0px;
    font-size: 13px;
  }

  .factory-gallery {
    height: 350px;
  }

  .factory-photo-main {
    right: 38px;
  }

  .factory-photo-small {
    width: 174px;
    height: 124px;
  }

  .mobile-actions {
    background: rgba(247, 248, 252, 0.97);
    border-top-color: var(--cobalt);
  }
}

.hero {
  overflow: hidden;
  background:
    radial-gradient(
      circle at 8% 22%,
      rgba(26, 167, 223, 0.14),
      transparent 25%
    ),
    radial-gradient(circle at 92% 8%, rgba(54, 53, 141, 0.12), transparent 24%),
    linear-gradient(rgb(251, 252, 255) 0%, rgb(237, 247, 252) 100%);
  border-bottom: 0px;
}

.hero::before {
}

.hero-grid {
  display: block;
  min-height: 0px;
  padding-top: 82px;
  padding-bottom: 42px;
}

.hero-copy {
  max-width: 1200px;
  margin: 0px auto;
  text-align: center;
}

.eyebrow {
  justify-content: center;
}

.hero h1 {
  font-size: 58px;
  line-height: 1.3;
  letter-spacing: -0.045em;
  text-transform: none;
}

.hero h1 em {
}

.hero-lead {
  max-width: 850px;
  margin: 24px auto 0px;
}

.hero-actions {
  justify-content: center;
}

.hero-visual {
  display: grid;
  grid-template-columns: 1fr 1.28fr 1fr;
  grid-template-rows: 1fr;
  align-items: end;
  gap: 18px;
  min-height: 410px;
  padding: 54px 58px 0px;
}

.hero-visual::before {
  inset: 28px 28px 18px;
  border-color: rgba(255, 255, 255, 0.38);
  border-radius: 180px 180px 22px 22px;
}

.helmet-main,
.helmet-secondary,
.helmet-tertiary {
  inset: auto;
  width: auto;
  transform: none;
}

.helmet-main {
  grid-area: 1 / 2;
  height: 356px;
}

.helmet-secondary {
  grid-area: 1 / 1;
  height: 286px;
}

.helmet-tertiary {
  grid-area: 1 / 3;
  height: 286px;
}

.helmet-card {
  border-width: 4px;
  border-radius: 150px 150px 16px 16px;
}

.helmet-card img {
  object-fit: cover;
}

.helmet-caption {
  padding: 11px 16px;
  text-align: center;
}

.hero-note {
  top: 2px;
  left: 50%;
  width: auto;
  min-width: 300px;
  justify-content: center;
  border-left: 0px;
  border-bottom: 4px solid var(--cyan);
  border-radius: 12px;
  transform: translateX(-50%);
}

.proof-strip {
  gap: 12px;
  padding: 0px 0px 54px;
  background: transparent;
  border: 0px;
  border-radius: 0px;
  box-shadow: none;
}

.proof-strip div {
  position: relative;
  padding: 22px 24px 20px 28px;
  background: rgb(255, 255, 255);
  border-radius: 14px;
  box-shadow: rgba(54, 53, 141, 0.07) 0px 12px 30px;
  border: 1px solid rgba(54, 53, 141, 0.12) !important;
}

.proof-strip div::before {
  content: "";
  position: absolute;
  top: 20px;
  bottom: 20px;
  left: 0px;
  width: 4px;
  background: linear-gradient(var(--cyan), var(--cobalt));
  border-radius: 0px 4px 4px 0px;
}

.benefits-section {
  background:
    linear-gradient(90deg, rgba(54, 53, 141, 0.043) 1px, transparent 1px) 0%
      0% / 72px 72px,
    linear-gradient(var(--section-blue-soft) 0%, #e8f4fa 100%) 0% 0% / auto;
  border-top: 1px solid rgba(54, 53, 141, 0.08);
  border-bottom: 1px solid rgba(54, 53, 141, 0.08);
}

.benefits-section::before {
  inset: 0px auto auto 0px;
  width: 38%;
  height: 7px;
  background: linear-gradient(90deg, var(--cobalt), var(--cyan));
  border: 0px;
  border-radius: 0px;
}

.benefits-grid {
  display: block;
}

.benefits-intro {
  display: grid;
  grid-template-columns: 160px 1.1fr 0.9fr;
  grid-template-rows: auto auto auto;
  align-items: start;
  gap: 8px 44px;
}

.benefits-intro .section-kicker {
  grid-area: 1 / 2;
  margin: 0px;
}

.benefit-signature {
  grid-area: 1 / 1 / 4;
  display: block;
  margin: 0px;
  color: var(--cobalt);
  font-size: 22px;
  text-align: center;
}

.benefit-signature span {
  display: block;
  font-size: 108px;
  line-height: 0.82;
}

.benefits-intro h2 {
  grid-area: 2 / 2;
  margin-top: 12px !important;
}

.benefits-intro p {
  grid-area: 2 / 3;
  margin: 12px 0px 0px;
}

.benefits-intro .text-link {
  grid-area: 3 / 3;
  justify-self: start;
}

.benefit-list {
  grid-template-columns: repeat(4, 1fr);
  gap: 0px;
  margin-top: 62px;
  background: rgba(255, 255, 255, 0.78);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.benefit-list article {
  display: block;
  min-height: 230px;
  padding: 32px 28px;
  background: transparent;
  border-top: 0px;
  border-bottom: 0px;
  border-left: 0px;
  border-image: none;
  border-right: 1px solid var(--line);
  border-radius: 0px;
}

.benefit-list article:last-child {
  border-right: 0px;
}

.benefit-list article:hover {
  background: rgb(255, 255, 255);
  transform: translateY(-8px);
  box-shadow: rgba(54, 53, 141, 0.08) 0px 18px 36px;
}

.benefit-list article > span {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin-bottom: 34px;
  color: rgb(255, 255, 255);
  background: var(--cobalt);
  border-radius: 50%;
}

.process-section {
  background: linear-gradient(
    135deg,
    var(--section-blue-soft) 0%,
    var(--section-blue) 58%,
    #e8f3f9 100%
  );
  border-top: 1px solid rgba(54, 53, 141, 0.08);
  border-bottom: 1px solid rgba(54, 53, 141, 0.08);
}

.process-section > .container {
  display: grid;
  grid-template-columns: minmax(260px, 0.72fr) minmax(0px, 1.28fr);
  gap: 100px;
  align-items: start;
}

.process-section .center-heading {
  position: sticky;
  top: 120px;
  max-width: 390px;
  margin: 0px;
  padding: 38px 0px 38px 34px;
  text-align: left;
  border-left: 6px solid var(--cyan);
}

.process-section .center-heading::after {
  content: "05";
  display: block;
  margin-top: 38px;
  color: rgba(54, 53, 141, 0.1);
  font-size: 112px;
  font-weight: 700;
  line-height: 0.8;
}

.process-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0px;
  padding: 0px;
}

.process-list::before {
  content: "";
  position: absolute;
  top: 40px;
  bottom: 40px;
  left: 80px;
  width: 2px;
  background: linear-gradient(var(--cyan), var(--cobalt));
}

.process-track {
  display: none;
}

.process-list li {
  display: grid;
  grid-template-columns: 48px 58px 1fr;
  grid-template-rows: auto auto;
  gap: 5px 18px;
  min-height: 142px;
  padding: 28px 22px;
  text-align: left;
  border-top: 1px solid var(--line);
  transition:
    background 0.25s,
    transform 0.25s;
}

.process-list li:last-child {
  border-bottom: 1px solid var(--line);
}

.process-list li:hover {
  background: rgb(255, 255, 255);
  transform: translateX(8px);
}

.process-list li > span {
  grid-area: 1 / 1 / 3;
  margin: 7px 0px 0px;
  font-size: 20px;
}

.process-icon {
  grid-area: 1 / 2 / 3;
  width: 54px;
  height: 54px;
  margin: 0px;
  box-shadow: rgb(247, 248, 252) 0px 0px 0px 8px;
}

.process-list h3 {
  grid-area: 1 / 3;
  margin: 2px 0px 4px;
  font-size: 24px;
}

.process-list p {
  grid-area: 2 / 3;
  max-width: 470px;
  font-size: 14px;
}

@media (max-width: 1024px) {
  .hero h1 {
    font-size: 52px;
  }

  .hero-visual {
    grid-template-columns: 1fr 1.2fr 1fr;
    padding-inline: 34px;
  }

  .helmet-main {
    height: 330px;
  }

  .helmet-secondary,
  .helmet-tertiary {
    height: 265px;
  }

  .benefits-intro {
    grid-template-columns: 130px 1fr 1fr;
  }

  .benefit-signature span {
    font-size: 90px;
  }

  .process-section > .container {
    gap: 60px;
  }
}

@media (max-width: 800px) {
  .hero::before {
    /* inset: auto 0px 128px; */
    width: 100%;
    height: 395px;
    /* border-radius: 140px 140px 0px 0px; */
    transform: none;
  }

  .hero-grid {
    padding-top: 58px;
    padding-bottom: 36px;
  }

  .hero-copy {
    text-align: left;
  }

  .eyebrow {
    justify-content: flex-start;
  }

  .hero h1 {
    max-width: 680px;
    font-size: 46px;
  }

  .hero-lead {
    margin-left: 0px;
  }

  .hero-actions {
    justify-content: flex-start;
  }

  .hero-visual {
    grid-template-columns: 1.18fr 1fr 1fr;
    min-height: 390px;
    margin-top: 44px;
    padding: 58px 22px 0px;
  }

  .helmet-main {
    grid-column: 1;
    height: 310px;
  }

  .helmet-secondary {
    grid-column: 2;
    height: 252px;
  }

  .helmet-tertiary {
    grid-column: 3;
    height: 252px;
  }

  .hero-note {
    top: 2px;
    left: 22px;
    min-width: 280px;
    transform: none;
  }

  .proof-strip {
    grid-template-columns: 1fr 1fr;
    padding-bottom: 44px;
  }

  .benefits-intro {
    grid-template-columns: 110px 1fr;
    gap: 10px 28px;
  }

  .benefits-intro .section-kicker {
    grid-column: 2;
  }

  .benefit-signature {
    grid-area: 1 / 1 / 4;
  }

  .benefits-intro h2 {
    grid-area: 2 / 2;
  }

  .benefits-intro p {
    grid-area: 3 / 2;
  }

  .benefits-intro .text-link {
    grid-area: 4 / 2;
  }

  .benefit-list {
    grid-template-columns: 1fr 1fr;
    margin-top: 48px;
  }

  .benefit-list article {
    min-height: 210px;
    border-bottom: 1px solid var(--line);
  }

  .benefit-list article:nth-child(2) {
    border-right: 0px;
  }

  .process-section > .container {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .process-section .center-heading {
    position: static;
    max-width: 620px;
    padding: 0px;
    border: 0px;
  }

  .process-section .center-heading::after {
    display: none;
  }
}

@media (max-width: 560px) {
  .hero::before {
    bottom: 196px;
    height: 510px;
    /* border-radius: 90px 90px 0px 0px; */
  }

  .hero-grid {
    padding-top: 44px;
  }

  .hero-copy {
    width: 100%;
  }

  .hero h1 {
    width: 100%;
    font-size: 35px;
    line-height: 1.14;
    letter-spacing: -0.035em;
  }

  .hero-visual {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 245px 168px;
    gap: 10px;
    min-height: 0px;
    margin-top: 38px;
    padding: 62px 8px 0px;
  }

  .hero-visual::before {
    inset: 36px 0px 0px;
    border-radius: 80px 80px 16px 16px;
  }

  .helmet-main {
    grid-area: 1 / 1 / auto / 3;
    height: 245px;
  }

  .helmet-secondary {
    grid-area: 2 / 1;
    height: 168px;
  }

  .helmet-tertiary {
    grid-area: 2 / 2;
    height: 168px;
  }

  .helmet-card {
    border-radius: 70px 70px 12px 12px;
  }

  .hero-note {
    top: 0px;
    left: 50%;
    min-width: 270px;
    transform: translateX(-50%);
  }

  .helmet-secondary .helmet-caption,
  .helmet-tertiary .helmet-caption {
    font-size: 13px;
  }

  .helmet-secondary .helmet-caption span,
  .helmet-tertiary .helmet-caption span {
    margin-right: 6px;
  }

  .proof-strip {
    gap: 8px;
    padding-top: 26px;
  }

  .proof-strip div {
    padding: 18px 14px 17px 18px;
  }

  .proof-strip strong {
    font-size: 21px;
  }

  .benefits-intro {
    display: block;
  }

  .benefit-signature {
    margin: 8px 0px 24px;
    text-align: left;
  }

  .benefit-signature span {
    display: inline;
    font-size: 72px;
  }

  .benefits-intro h2 {
    margin-top: 0px !important;
  }

  .benefit-list {
    grid-template-columns: 1fr;
    margin-top: 38px;
  }

  .benefit-list article {
    min-height: 0px;
    border-right: 0px;
    padding: 26px 22px;
  }

  .benefit-list article > span {
    margin-bottom: 20px;
  }

  .process-list::before {
    left: 67px;
  }

  .process-list li {
    grid-template-columns: 36px 50px 1fr;
    gap: 4px 12px;
    padding: 24px 4px;
    transform: none !important;
  }

  .process-list li > span {
    font-size: 16px;
  }

  .process-icon {
    width: 48px;
    height: 48px;
  }

  .process-list h3 {
    font-size: 20px;
  }

  .process-list p {
    font-size: 13px;
  }
}

.site-footer {
  padding: 58px 0px 24px;
}

.footer-grid {
  grid-template-columns: 1.25fr 1fr 0.72fr;
  gap: clamp(54px, 8vw, 120px);
  align-items: start;
}

.footer-about > p {
  line-height: 1.75;
  max-width: 440px !important;
  margin: 0;
}

.footer-grid h3 {
  margin-bottom: 22px;
  font-size: 14px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.footer-actions {
  display: flex;
  gap: 12px;
  margin-top: 22px;
}

.footer-actions a {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 50%;
  transition:
    border-color 0.2s,
    transform 0.2s,
    background 0.2s;
}

.footer-actions a:hover {
  border-color: rgba(255, 255, 255, 0.78);
  background: rgba(255, 255, 255, 0.08);
  transform: translateY(-2px);
}

.footer-actions svg,
.footer-contact-list svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentcolor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

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

.footer-contact-list > div {
  display: grid;
  grid-template-columns: 24px minmax(0px, 1fr);
  gap: 12px;
  align-items: start;
}

.footer-contact-list svg {
  margin-top: 2px;
}

.footer-contact-list a,
.footer-contact-list address {
  line-height: 1.6;
}

.footer-links {
  flex-direction: column;
  display: flex !important;
  gap: 12px !important;
}

.footer-links a {
  width: max-content;
  max-width: 100%;
}

.footer-links a::after {
  content: "";
  display: block;
  width: 0px;
  height: 1px;
  margin-top: 2px;
  background: currentcolor;
  transition: width 0.2s;
}

.footer-links a:hover::after {
  width: 100%;
}

.footer-bottom {
  margin-top: 46px;
  padding-top: 22px;
}

@media (max-width: 800px) {
  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 44px 56px;
  }

  .footer-about {
    grid-column: 1 / -1;
  }

  .footer-about > p {
    max-width: 560px !important;
  }

  .footer-grid > div:last-child {
    display: flex;
  }
}

@media (max-width: 560px) {
  .site-footer {
    padding: 48px 0px 20px;
  }

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

  .footer-about {
    grid-column: auto;
  }

  .footer-bottom {
    flex-direction: column;
    margin-top: 40px;
    gap: 8px;
  }
}

.real-gallery-section {
  background: var(--paper);
}

.real-gallery-heading {
  margin-bottom: 36px;
}

.gallery-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 30px;
  justify-content: center;
}

.gallery-tab {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0px 24px;
  color: var(--cobalt);
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 999px;
  cursor: pointer;
  transition:
    color 0.25s,
    background-color 0.25s,
    border-color 0.25s,
    transform 0.25s;
}

.gallery-tab:hover {
  border-color: var(--cyan);
  background: var(--ivory);
  transform: translateY(-1px);
}

.gallery-tab.is-active {
  color: var(--white);
  border-color: var(--cobalt);
  background: var(--cobalt);
}

.gallery-tab:focus-visible {
  outline: 2px solid var(--cyan);
  outline-offset: 3px;
}

.gallery-tab span {
  font-size: 16px;
  font-weight: 700;
}

.real-gallery-panels {
  min-height: 0px;
}

.real-gallery-panel[hidden] {
  display: none;
}

.real-gallery-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0px, 1fr));
  gap: 28px;
  margin: 0px;
  padding: 0px;
  list-style: none;
}

.real-gallery-card {
  min-width: 0px;
}

.real-gallery-link {
  position: relative;
  display: block;
  overflow: hidden;
  aspect-ratio: 4 / 3;
  background: var(--ivory);
  border-radius: 10px;
  cursor: zoom-in;
}

.real-gallery-link::after {
  content: "";
  position: absolute;
  inset: 0px;
  background: rgba(23, 26, 31, 0.16);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.35s;
}

.real-gallery-link img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.55s cubic-bezier(0.2, 0.7, 0.2, 1);
}

.real-gallery-link:hover::after,
.real-gallery-link:focus-visible::after {
  opacity: 1;
}

.real-gallery-link:hover img,
.real-gallery-link:focus-visible img {
  transform: scale(1.04);
}

.real-gallery-link:focus-visible {
  outline: 3px solid var(--cyan);
  outline-offset: 3px;
}

.gallery-view {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  padding: 9px 16px;
  color: var(--white);
  background: var(--cobalt);
  border-radius: 999px;
  font-size: 13px;
  font-weight: 700;
  opacity: 0;
  transform: translate(-50%, -40%);
  transition:
    opacity 0.3s,
    transform 0.3s;
}

.real-gallery-link:hover .gallery-view,
.real-gallery-link:focus-visible .gallery-view {
  opacity: 1;
  transform: translate(-50%, -50%);
}

.real-gallery-meta {
  padding: 15px 2px 0px;
  text-align: center;
}

.real-gallery-meta span,
.real-gallery-meta strong {
  display: block;
}

.real-gallery-meta span {
  margin-bottom: 7px;
  color: var(--cobalt);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.real-gallery-meta strong {
  color: var(--charcoal);
  font-size: 18px;
  line-height: 1.35;
}

.real-gallery-panel.is-switching .real-gallery-card {
  animation: 0.48s cubic-bezier(0.2, 0.7, 0.2, 1) 0s 1 normal both running
    gallery-item-in;
}

.real-gallery-panel.is-switching .real-gallery-card:nth-child(2) {
  animation-delay: 55ms;
}

.real-gallery-panel.is-switching .real-gallery-card:nth-child(3) {
  animation-delay: 110ms;
}

.real-gallery-panel.is-switching .real-gallery-card:nth-child(4) {
  animation-delay: 165ms;
}

.real-gallery-panel.is-switching .real-gallery-card:nth-child(5) {
  animation-delay: 220ms;
}

.real-gallery-panel.is-switching .real-gallery-card:nth-child(6) {
  animation-delay: 275ms;
}

@keyframes gallery-item-in {
  0% {
    opacity: 0;
    transform: translateY(12px);
  }

  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}

@media (max-width: 800px) {
  .real-gallery-list {
    grid-template-columns: repeat(2, minmax(0px, 1fr));
    gap: 24px 18px;
  }
}

@media (max-width: 560px) {
  .real-gallery-heading {
    margin-bottom: 28px;
  }

  .gallery-tabs {
    margin-right: -20px;
    margin-bottom: 24px;
    padding-right: 20px;
    overflow-x: auto;
    flex-wrap: nowrap;
    scrollbar-width: none;
  }

  .gallery-tabs::-webkit-scrollbar {
    display: none;
  }

  .gallery-tab {
    flex: 0 0 auto;
    min-height: 42px;
    padding: 0px 17px;
    white-space: nowrap;
  }

  .gallery-tab span {
    font-size: 14px;
  }

  .real-gallery-panels {
    min-height: 0px;
  }

  .real-gallery-list {
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .real-gallery-meta strong {
    font-size: 17px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .gallery-tab,
  .real-gallery-link::after,
  .real-gallery-link img,
  .gallery-view {
    transition: none;
  }

  .real-gallery-panel.is-switching .real-gallery-card {
    animation: auto ease 0s 1 normal none running none;
  }
}

.hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background: var(--cobalt-dark);
}

.hero::before {
  content: none;
  position: absolute;
  z-index: -1;
  height: 100%;
  background:
    linear-gradient(115deg, rgba(28, 34, 91, 0.95), rgba(20, 91, 137, 0.88)),
    url("assets/images/selected/factory-v2/factory-blue-shell-racks.jpg");
  width: 100%;
  left: 0px;
  top: 0px;
}

.hero > .hero-grid { display: none; }
.hero-slider, .hero-slider .slick-list, .hero-slider .slick-track { width: 100%; }
.hero-slide { display: block; line-height: 0; }
.hero-slide picture, .hero-slide img { display: block; width: 100%; }
.hero-slide img { height: auto; aspect-ratio: 5334 / 1890; object-fit: cover; }

.hero-arrow {
  position: absolute;
  z-index: 3;
  top: 50%;
  width: 46px;
  height: 46px;
  padding: 0;
  color: #fff;
  background: rgba(23, 31, 75, 0.48);
  border: 1px solid rgba(255, 255, 255, 0.62);
  border-radius: 50%;
  cursor: pointer;
  transform: translateY(-50%);
  transition: background-color 0.25s ease, transform 0.25s ease;
}
.hero-arrow:hover, .hero-arrow:focus-visible { background: var(--cobalt); transform: translateY(-50%) scale(1.06); }
.hero-arrow span { display: block; font-size: 36px; line-height: 39px; }
.hero-arrow-prev { left: clamp(12px, 3vw, 48px); }
.hero-arrow-next { right: clamp(12px, 3vw, 48px); }

.hero .slick-dots {
  position: absolute;
  z-index: 3;
  right: 0;
  bottom: 18px;
  left: 0;
  display: flex;
  justify-content: center;
  gap: 9px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.hero .slick-dots button {
  display: block;
  width: 9px;
  height: 9px;
  padding: 0;
  overflow: hidden;
  color: transparent;
  background: var(--cobalt-dark);
  border: 0;
  border-radius: 999px;
  cursor: pointer;
  transition: width 0.3s ease, background-color 0.3s ease;
}
.hero .slick-dots .slick-active button { width: 30px; background: var(--cobalt-dark); }

@media (max-width: 600px) {
  .hero-slide img { aspect-ratio: 1146 / 1640; }
  .hero-arrow { width: 38px; height: 38px; }
  .hero-arrow span { font-size: 30px; line-height: 31px; }
  .hero .slick-dots { bottom: 12px; }
}

.hero-grid {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  min-height: 680px;
  padding-top: 88px;
  padding-bottom: 96px;
  justify-content: center;
}

.hero-copy {
  width: 100%;
  margin: 0px;
  text-align: center;
}

.hero .eyebrow {
  justify-content: flex-start;
  color: #78d8ff;
}

.hero .eyebrow span {
  background: var(--cyan);
}

.hero h1 {
  color: var(--f-button-bg);
  font-size: clamp(44px, 4.5vw, 64px);
  line-height: 1.08;
  letter-spacing: -0.04em;
}

.hero h1 em {
  margin-top: 8px;
  color: rgb(143, 226, 255);
  background: none;
  -webkit-text-fill-color: #78d8ff;
}

.hero-lead {
  margin: 26px auto 0px;
  color: #fff;
}

.hero-actions {
  justify-content: center;
  margin-top: 34px;
}

.hero .button-ghost {
  color: var(--white);
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.76);
}

.hero .button-ghost:hover {
  color: var(--cobalt);
  background: var(--white);
  border-color: var(--white);
}

@media (max-width: 800px) {
  .hero,
  .hero-grid {
    min-height: 620px;
  }

  .hero {
    background-position: 58% center;
  }

  .hero::before {
    /* background: linear-gradient(
      90deg,
      rgba(11, 31, 58, 0.96) 0%,
      rgba(13, 47, 139, 0.87) 66%,
      rgba(11, 31, 58, 0.68) 100%
    ); */
  }

  .hero-grid {
    padding-top: 72px;
    padding-bottom: 78px;
  }

  .hero h1 {
    max-width: 680px;
    font-size: 46px;
  }
}

@media (max-width: 560px) {
  .hero,
  .hero-grid {
    min-height: 590px;
  }

  .hero {
    background-position: 61% center;
  }

  .hero::before {
    /* background: rgba(11, 31, 58, 0.84); */
  }

  .hero-grid {
    padding-top: 66px;
    padding-bottom: 74px;
  }

  .hero h1 {
    font-size: 36px;
    line-height: 1.12;
  }

  .hero-lead {
    margin-top: 22px;
  }

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

/* Company introduction */
.about-section {
  background:
    radial-gradient(
      circle at 92% 8%,
      rgba(26, 167, 223, 0.11),
      transparent 28%
    ),
    linear-gradient(135deg, var(--section-blue-soft), var(--section-blue));
  border-top: 1px solid rgba(54, 53, 141, 0.08);
  border-bottom: 1px solid rgba(54, 53, 141, 0.08);
}

.about-lead {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(460px, 1.08fr);
  align-items: center;
  gap: 64px;
}

.about-copy h2,
.offer-intro h2 {
  margin: 0;
  font-size: 32px;
}

.about-summary {
  margin: 24px 0 0;
  color: var(--steel);
}

.about-media {
  position: relative;
  margin: 0;
  overflow: hidden;
  aspect-ratio: 16 / 11;
  background: var(--ivory);
  border-radius: 10px;
}

.about-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-capabilities {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 0 34px;
  margin-top: 48px;
}

.about-capabilities article {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  grid-column: span 2;
  gap: 16px;
  padding: 22px 0 24px;
  border-top: 2px solid var(--line);
}

.about-capabilities article:nth-child(n + 4) {
  grid-column: span 3;
}

.about-capabilities article > span,
.offer-list article > span {
  color: var(--cyan-dark);
  font-size: 16px;
  font-weight: 700;
}

.about-capabilities h3,
.about-capabilities p,
.offer-list h3,
.offer-list p {
  margin: 0;
}

.about-capabilities h3,
.offer-list h3 {
  font-size: 19px;
}

.about-capabilities p,
.offer-list p {
  margin-top: 8px;
  color: var(--steel);
  font-size: 14px;
  line-height: 1.65;
}

.about-note {
  margin: 16px 0 0;
  color: var(--steel);
  font-size: 13px;
  font-style: italic;
}

/* Volume offers */
.offer-section {
  background: var(--paper);
}

.offer-shell {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  padding: 0;
  overflow: hidden;
  color: var(--white);
  background: var(--cobalt);
  border-radius: 12px;
}

.offer-intro {
  position: relative;
  padding: 58px 52px;
  overflow: hidden;
}

.offer-intro::after {
  content: "";
  position: absolute;
  right: -105px;
  bottom: -145px;
  width: 280px;
  height: 280px;
  border: 58px solid rgba(255, 255, 255, 0.08);
  border-radius: 50%;
  pointer-events: none;
}

.offer-intro > * {
  position: relative;
  z-index: 1;
}

.offer-intro h2 {
  color: var(--white);
}

.offer-intro > p {
  margin: 22px 0 30px;
  color: rgba(255, 255, 255, 0.78);
}

.offer-list {
  padding: 30px 48px;
  color: var(--charcoal);
  background: var(--paper);
}

.offer-list article {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  gap: 16px;
  padding: 24px 0;
  border-bottom: 1px solid var(--line);
}

.offer-list article:last-child {
  border-bottom: 0;
}

.offer-note {
  grid-column: 1 / -1;
  margin: 0;
  padding: 14px 24px;
  color: rgba(255, 255, 255, 0.72);
  background: var(--cobalt-dark);
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  font-size: 13px;
  text-align: center;
}

@media (max-width: 1024px) {
  .about-lead {
    grid-template-columns: minmax(0, 1fr) minmax(390px, 1fr);
    gap: 44px;
  }

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

  .about-capabilities article,
  .about-capabilities article:nth-child(n + 4) {
    grid-column: auto;
  }

  .about-capabilities article:last-child {
    grid-column: 1 / -1;
  }

  .primary-nav {
    gap: 20px;
  }
}

@media (max-width: 800px) {
  .about-lead,
  .offer-shell {
    grid-template-columns: 1fr;
  }

  .about-lead {
    gap: 38px;
  }

  .about-media {
    max-width: 680px;
  }

  .offer-intro,
  .offer-list {
    padding: 44px 36px;
  }
}

@media (max-width: 560px) {
  .about-copy h2,
  .offer-intro h2 {
    font-size: 29px;
  }

  .about-capabilities {
    grid-template-columns: 1fr;
    margin-top: 42px;
  }

  .about-capabilities article,
  .about-capabilities article:nth-child(n + 4),
  .about-capabilities article:last-child {
    grid-column: auto;
  }

  .offer-intro,
  .offer-list {
    padding: 36px 24px;
  }

  .offer-list article {
    grid-template-columns: 38px minmax(0, 1fr);
    gap: 12px;
  }

  .offer-note {
    padding: 14px 18px;
    text-align: left;
  }
}

/* Photo-backed section rhythm */
.benefits-section {
  color: #000;
  background-image:
    linear-gradient(115deg, rgba(28, 34, 91, 0.95), rgba(20, 91, 137, 0.88)),
    url("assets/images/selected/factory-v2/factory-blue-shell-racks.jpg");
  background-position: center;
  background-size: cover;
}

.benefits-section .benefit-signature {
  color: var(--white);
}

.benefits-section .benefit-signature span,
.benefits-section .section-kicker,
.benefits-section .text-link {
  color: #78d8ff;
}

.benefits-section .benefits-intro h2 {
  color: var(--white);
}

.benefits-section .benefits-intro p {
  color: rgba(255, 255, 255, 0.78);
}

.benefits-section .benefit-list {
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 22px 55px rgba(9, 18, 54, 0.2);
  backdrop-filter: blur(8px);
}

.process-section {
  background-image:
    linear-gradient(110deg, rgba(27, 31, 78, 0.94), rgba(20, 82, 125, 0.86)),
    url("assets/images/selected/factory-v2/factory-production-overview.jpg");
  background-position: center;
  background-size: cover;
}

.process-section .center-heading .section-kicker {
  color: #78d8ff;
}

.process-section .center-heading h2 {
  color: var(--white);
}

.process-section .center-heading p {
  color: rgba(255, 255, 255, 0.76);
}

.process-section .center-heading::after {
  color: rgba(255, 255, 255, 0.13);
}

.process-section .process-list {
  padding: 12px 24px;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(255, 255, 255, 0.62);
  border-radius: 12px;
  box-shadow: 0 22px 55px rgba(9, 18, 54, 0.22);
  backdrop-filter: blur(8px);
}

.faq-section {
  background-image:
    linear-gradient(110deg, rgba(27, 31, 78, 0.94), rgba(24, 76, 117, 0.84)),
    url("assets/images/selected/finished/finished-red-helmet-batch.jpg");
  background-position: center;
  background-size: cover;
}

.faq-section .faq-heading .section-kicker,
.faq-section .faq-heading a {
  color: #78d8ff;
}

.faq-section .faq-heading h2 {
  color: var(--white);
}

.faq-section .faq-heading > p {
  color: rgba(255, 255, 255, 0.78);
}

.faq-section .faq-list details {
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 12px 32px rgba(9, 18, 54, 0.12);
  backdrop-filter: blur(7px);
}

@media (max-width: 800px) {
  .benefits-section,
  .process-section,
  .faq-section {
    background-position: center;
  }

  .process-section .process-list {
    padding: 8px 14px;
  }
}

@media (prefers-reduced-transparency: reduce) {
  .benefits-section .benefit-list,
  .process-section .process-list,
  .faq-section .faq-list details {
    background: var(--paper);
    backdrop-filter: none;
  }
}

/* Fixed-height FAQ browser */
.faq-section .faq-heading {
  position: static;
  max-width: none;
  margin-bottom: 40px;
}

.faq-section .faq-heading > p {
  margin: 0;
}

.faq-browser {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  min-height: 468px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid rgba(255, 255, 255, 0.62);
  border-radius: 12px;
  box-shadow: 0 24px 60px rgba(9, 18, 54, 0.24);
  backdrop-filter: blur(9px);
}

.faq-tabs {
  display: grid;
  grid-template-rows: repeat(6, minmax(72px, 1fr));
  background: rgba(247, 248, 252, 0.96);
  border-right: 1px solid var(--line);
}

.faq-tab {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr) 24px;
  align-items: center;
  gap: 14px;
  min-width: 0;
  padding: 15px 20px;
  color: var(--charcoal);
  text-align: left;
  background: transparent;
  border: 0;
  border-bottom: 1px solid var(--line);
  cursor: pointer;
  transition:
    color 0.2s ease,
    background-color 0.2s ease;
}

.faq-tab:last-child {
  border-bottom: 0;
}

.faq-tab > span {
  color: var(--cyan-dark);
  font-size: 13px;
  font-weight: 700;
}

.faq-tab > strong {
  min-width: 0;
  font-size: 16px;
  line-height: 1.35;
}

.faq-tab > i {
  color: var(--cobalt);
  font-size: 18px;
  font-style: normal;
  transition: transform 0.2s ease;
}

.faq-tab:hover {
  background: var(--section-blue);
}

.faq-tab.is-active {
  color: var(--white);
  background: var(--cobalt);
}

.faq-tab.is-active > span,
.faq-tab.is-active > i {
  color: #78d8ff;
}

.faq-tab.is-active > i {
  transform: translateX(4px);
}

.faq-tab:focus-visible {
  position: relative;
  z-index: 2;
  outline: 3px solid var(--cyan);
  outline-offset: -3px;
}

.faq-answers {
  display: grid;
  min-height: 468px;
  padding: 52px;
  background: linear-gradient(
    145deg,
    rgba(255, 255, 255, 0.98),
    rgba(239, 248, 252, 0.96)
  );
}

.faq-answer {
  align-self: center;
  animation: faq-answer-in 0.32s ease both;
}

.faq-answer[hidden] {
  display: none;
}

.faq-answer > span {
  display: inline-block;
  margin-bottom: 20px;
  color: var(--cyan-dark);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.faq-answer h3 {
  max-width: 520px;
  margin: 0;
  color: var(--charcoal);
  font-size: 28px;
}

.faq-answer p {
  max-width: 570px;
  margin: 20px 0 0;
  color: var(--steel);
  font-size: 16px;
}

@keyframes faq-answer-in {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 800px) {
  .faq-browser {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .faq-tabs {
    grid-template-rows: repeat(6, auto);
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .faq-tab {
    min-height: 64px;
  }

  .faq-answers {
    min-height: 265px;
    padding: 36px;
  }
}

@media (max-width: 560px) {
  .faq-section .faq-heading {
    margin-bottom: 28px;
  }

  .faq-tab {
    grid-template-columns: 30px minmax(0, 1fr) 20px;
    gap: 10px;
    padding: 13px 15px;
  }

  .faq-tab > strong {
    font-size: 14px;
  }

  .faq-answers {
    min-height: 250px;
    padding: 28px 22px;
  }

  .faq-answer h3 {
    font-size: 22px;
  }

  .faq-answer p {
    font-size: 14px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .faq-answer {
    animation: none;
  }
}

/* Final mobile layout corrections */
@media (max-width: 640px) {
  .product-grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .product-card {
    display: block;
  }

  .product-image {
    width: 100%;
    min-height: 0;
    margin: 10px 0 0;
    aspect-ratio: 1 / 1;
  }

  .product-body {
    padding: 18px 0 0;
  }

  .product-body h3,
  .product-body p,
  .product-quote {
    position: static;
    width: auto;
  }
}

@media (max-width: 560px) {
  .process-list::before {
    left: 90px;
  }
}

/* Final hero slider overrides */
.hero,
.hero-slider {
  min-height: 0;
}

.hero-slider:not(.slick-initialized) .hero-slide:not(:first-child) {
  display: none;
}

@media (max-width: 800px) {
  .hero { min-height: 0; }
}

@media (max-width: 600px) {
  .hero-slide img { aspect-ratio: 1146 / 1640; }
}

@media (prefers-reduced-motion: reduce) {
  .hero-arrow,
  .hero .slick-dots button { transition: none; }
}
