/*
  Super Power 静态站样式表。
  维护时优先调整变量、模块样式和响应式规则，避免改动 HTML 结构。
*/

.legacy-browser-notice {
  display: none;
  max-width: 760px;
  margin: 48px auto;
  padding: 24px;
  font-family: Arial, sans-serif;
  color: #10233a;
  background: #fff7e8;
  border: 1px solid #f7b500;
  border-radius: 8px;
}

.legacy-browser-notice h1 {
  margin: 0 0 12px;
  font-size: 28px;
}

.legacy-browser-notice p {
  margin: 0 0 10px;
  line-height: 1.6;
}

html.is-legacy-ie .legacy-browser-notice {
  display: block;
}

html.is-legacy-ie #site-root {
  display: none;
}

:root {
  
  --color-navy-950: #031a2e;
  --color-navy-900: #06233b;
  --color-navy-800: #0a3455;
  --color-blue-court: #006ce6;
  --color-gold: #f7b500;
  --color-gold-600: #d79500;
  --color-gold-dark: #d79500;
  --color-white: #ffffff;
  --color-ink: #10233a;
  --color-muted: #6d7886;
  --color-border: #d9e1ea;
  --color-paper: #f3f7fb;
  --color-paper-deep: #e8f0f7;
  --shadow-card: 0 18px 45px rgba(8, 28, 48, 0.12);
  --shadow-panel: 0 28px 80px rgba(5, 26, 45, 0.16);
  --radius-small: 6px;
  --container: 1180px;
  --header-height: 88px;
  --section-padding-y: clamp(56px, 8vh, 92px);
  --section-min-height: 0;
  --section-compact-min-height: 0;
  --ease-out: cubic-bezier(0.2, 0.8, 0.2, 1);
  font-family:
    "Arial Narrow",
    "Roboto Condensed",
    "Inter",
    "Segoe UI",
    Arial,
    sans-serif;
  color: var(--color-ink);
  background: var(--color-white);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--header-height) + 18px);
  overflow-x: hidden;
}

[id] {
  scroll-margin-top: calc(var(--header-height) + 18px);
}

body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  background: var(--color-paper);
}

#site-root {
  width: 100%;
  overflow-x: hidden;
}

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

img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

button,
input,
textarea {
  font: inherit;
}

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

.models,
.projects,
.manufacturer,
.process,
.why,
.sports-systems,
.news,
.customize,
.certificates,
.testimonials,
.quote {
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.models > .container,
.projects > .container,
.manufacturer > .container,
.process > .container,
.why > .container,
.sports-systems > .container,
.news > .container,
.customize > .container,
.certificates > .container,
.testimonials > .container,
.quote > .container {
  position: relative;
  z-index: 2;
  flex: 0 0 auto;
}

.section-white {
  background:
    linear-gradient(90deg, rgba(5, 34, 58, 0.035) 1px, transparent 1px) 0 0 / 76px 76px,
    linear-gradient(0deg, rgba(5, 34, 58, 0.035) 1px, transparent 1px) 0 0 / 76px 76px,
    radial-gradient(circle at 16% 18%, rgba(247, 181, 0, 0.14), transparent 24%),
    linear-gradient(180deg, #ffffff 0%, var(--color-paper) 100%);
}

.section-dark {
  color: #ffffff;
  background:
    radial-gradient(circle at 72% 32%, rgba(0, 108, 230, 0.2), transparent 28%),
    linear-gradient(135deg, var(--color-navy-950), var(--color-navy-900) 52%, #041424);
}

.models::before,
.sports-systems::before,
.projects::before,
.manufacturer::before,
.process::before,
.why::before,
.news::before {
  position: absolute;
  inset: 9vh auto auto 0;
  width: min(34vw, 560px);
  height: min(34vw, 560px);
  content: "";
  pointer-events: none;
  background:
    linear-gradient(135deg, rgba(0, 108, 230, 0.1), transparent 58%),
    radial-gradient(circle, rgba(247, 181, 0, 0.12), transparent 58%);
  clip-path: polygon(0 0, 78% 0, 42% 100%, 0 100%);
}

.models::after,
.sports-systems::after,
.projects::after,
.manufacturer::after,
.process::after,
.why::after,
.news::after {
  position: absolute;
  right: -110px;
  bottom: 8vh;
  width: 360px;
  height: 360px;
  content: "";
  pointer-events: none;
  border: 1px solid rgba(8, 37, 62, 0.08);
  transform: rotate(18deg);
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 50;
  display: flex;
  align-items: center;
  gap: 32px;
  width: 100%;
  height: var(--header-height);
  padding: 0 clamp(24px, 4.4vw, 78px);
  background:
    linear-gradient(90deg, rgba(3, 24, 42, 0.94), rgba(4, 31, 52, 0.88)),
    rgba(3, 26, 46, 0.9);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 16px 40px rgba(0, 12, 24, 0.24);
  backdrop-filter: blur(18px) saturate(140%);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  min-width: 292px;
  color: #ffffff;
}

.brand__mark {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  line-height: 1;
  background:
    conic-gradient(from 90deg, #ec2b32, #f7b500, #0071ce, #ec2b32);
  border: 2px solid rgba(255, 255, 255, 0.28);
  border-radius: 50%;
}

.brand__symbol {
  display: block;
  flex: 0 0 auto;
  width: 58px;
  height: 58px;
  object-fit: contain;
  background: transparent;
}

.brand__text {
  display: grid;
  gap: 3px;
  min-width: 0;
  line-height: 1;
}

.brand__text strong {
  color: #ffffff;
  font-size: 24px;
  font-weight: 950;
  line-height: 0.95;
  letter-spacing: 0;
  white-space: nowrap;
}

.brand__text small {
  color: rgba(255, 255, 255, 0.86);
  font-size: 9.5px;
  font-weight: 750;
  line-height: 1.15;
  white-space: nowrap;
}

.nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(16px, 1.65vw, 30px);
  flex: 1;
  overflow: hidden;
  overscroll-behavior: contain;
  scrollbar-width: none;
}

.nav::-webkit-scrollbar {
  display: none;
}

.nav a {
  position: relative;
  flex: 0 0 auto;
  max-width: none;
  color: rgba(255, 255, 255, 0.86);
  font-size: clamp(13px, 0.82vw, 15px);
  font-weight: 900;
  overflow: visible;
  text-overflow: clip;
  white-space: nowrap;
  transition:
    color 160ms ease,
    opacity 160ms ease;
}

.nav a:hover {
  color: #ffffff;
}

.nav a:first-child::after {
  position: absolute;
  left: 0;
  bottom: -13px;
  width: 34px;
  height: 3px;
  content: "";
  background: var(--color-gold);
}

.menu-toggle {
  display: none;
}

.language {
  position: relative;
  display: inline-grid;
  grid-template-columns: 15px minmax(0, 1fr) 8px;
  align-items: center;
  gap: 8px;
  flex: 0 0 auto;
  color: #ffffff;
  font-size: 12px;
  font-weight: 800;
  min-width: 112px;
  max-width: 172px;
  min-height: 40px;
  padding: 0 30px 0 13px;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.035)),
    rgba(3, 26, 46, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.12),
    0 10px 24px rgba(0, 0, 0, 0.12);
  cursor: pointer;
  transition:
    border-color 160ms ease,
    background 160ms ease,
    box-shadow 160ms ease;
}

.language::after {
  position: absolute;
  top: 50%;
  right: 13px;
  width: 7px;
  height: 7px;
  content: "";
  border-right: 2px solid rgba(255, 255, 255, 0.72);
  border-bottom: 2px solid rgba(255, 255, 255, 0.72);
  transform: translateY(-60%) rotate(45deg);
}

.language:hover,
.language:focus-within {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.055)),
    rgba(3, 26, 46, 0.22);
  border-color: rgba(247, 181, 0, 0.52);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.18),
    0 12px 28px rgba(0, 0, 0, 0.18);
}

.language select {
  position: absolute;
  inset: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
  min-width: 100%;
  color: #ffffff;
  color-scheme: dark;
  opacity: 0;
  cursor: pointer;
}

.language select option {
  min-height: 30px;
  padding: 8px 10px;
  color: #ffffff;
  background: #06233b;
}

.language select option:checked {
  color: #061b2d;
  background: var(--color-gold);
}

.language svg {
  position: relative;
  z-index: 1;
  width: 15px;
  height: 15px;
  flex: 0 0 auto;
  color: var(--color-gold);
  pointer-events: none;
}

.language span {
  position: relative;
  z-index: 1;
  max-width: none;
  overflow: visible;
  text-overflow: clip;
  white-space: nowrap;
  word-break: keep-all;
  pointer-events: none;
}

body.is-translating .language {
  border-color: rgba(247, 181, 0, 0.72);
}

body.is-translating .language span::after {
  content: "...";
}

.hero {
  position: relative;
  min-height: 100svh;
  padding-top: var(--header-height);
  overflow: hidden;
}

.hero__background {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.hero__background {
  opacity: 1;
}

.hero__slide,
.hero__scene {
  position: absolute;
  inset: 0;
}

.hero__scene {
  z-index: 0;
}

.hero__slide {
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: var(--hero-desktop-position, center center);
  opacity: 0;
  transform: scale(1.04);
  filter: none;
  transition:
    opacity 620ms var(--ease-out),
    transform 1800ms var(--ease-out);
  will-change: opacity, transform;
}

.hero__slide.is-active {
  opacity: 1;
  z-index: 2;
}

.hero__background::after {
  position: absolute;
  inset: 0;
  z-index: 3;
  content: none;
  background: none;
}

.hero__scene {
  background:
    linear-gradient(90deg, transparent 0 4%, rgba(255, 255, 255, 0.22) 4.2% 4.5%, transparent 4.7% 11%),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.16) 0 2px, transparent 2px 76px),
    linear-gradient(170deg, transparent 0 54%, rgba(0, 108, 230, 0.7) 54.5% 66%, transparent 67%),
    radial-gradient(circle at 62% 12%, rgba(247, 181, 0, 0.42), transparent 6%),
    linear-gradient(120deg, #15334a, #0b2237 52%, #061725);
}

.hero__content {
  position: relative;
  z-index: 2;
  padding-top: clamp(72px, 9vh, 108px);
  padding-bottom: 36px;
}

.hero__nav {
  position: absolute;
  top: 50%;
  z-index: 4;
  display: inline-grid;
  width: clamp(48px, 4.5vw, 62px);
  height: clamp(48px, 4.5vw, 62px);
  place-items: center;
  color: #ffffff;
  background: rgba(1, 15, 27, 0.1);
  border: 2px solid rgba(255, 255, 255, 0.88);
  border-radius: 50%;
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.22);
  cursor: pointer;
  transform: translateY(-50%);
  transition:
    color 180ms ease,
    background 180ms ease,
    border-color 180ms ease,
    transform 180ms ease;
}

.hero__nav:hover,
.hero__nav:focus-visible {
  color: #061b2d;
  background: rgba(247, 181, 0, 0.96);
  border-color: rgba(247, 181, 0, 0.96);
  transform: translateY(-50%) scale(1.06);
}

.hero__nav--prev {
  left: clamp(22px, 3.4vw, 66px);
}

.hero__nav--next {
  right: clamp(22px, 3.4vw, 66px);
}

.hero h1 {
  max-width: min(1160px, 100%);
  min-height: clamp(138px, 14vw, 170px);
  margin: 0;
  color: #ffffff;
  font-size: clamp(40px, 4.75vw, 68px);
  font-weight: 950;
  line-height: 1.12;
  letter-spacing: 0;
}

.hero h1 span {
  display: block;
  max-width: 100%;
  overflow-wrap: normal;
  word-break: keep-all;
  hyphens: none;
  white-space: normal;
}

.hero h1 span + span {
  margin-top: 12px;
}

.accent-text {
  color: var(--color-gold);
}

.hero p {
  max-width: 880px;
  min-height: 0;
  margin: 30px 0 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: clamp(21px, 1.92vw, 31px);
  font-weight: 750;
  line-height: 1.5;
  overflow-wrap: normal;
  word-break: keep-all;
}

.hero__tagline,
.hero__delivery-text {
  color: rgba(255, 255, 255, 0.86);
  font: inherit;
}

.hero__tagline {
  margin-top: 22px;
  margin-bottom: 34px;
  max-width: min(1180px, 100%);
  font-size: clamp(72px, 7.6vw, 124px);
  font-weight: 950;
  line-height: 0.96;
  letter-spacing: 0;
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  padding-top: clamp(82px, 11.5vh, 112px);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: auto;
  min-width: 174px;
  max-width: 100%;
  min-height: 52px;
  padding: 0 24px;
  color: #061b2d;
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
  background: var(--color-gold);
  border: 1px solid var(--color-gold);
  border-radius: var(--radius-small);
  box-shadow: 0 12px 24px rgba(247, 181, 0, 0.24);
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    background 180ms ease;
}

.btn:hover {
  transform: translateY(-2px);
  background: #ffc928;
}

.btn span {
  min-width: 0;
  overflow: visible;
  text-overflow: clip;
  white-space: normal;
  word-break: keep-all;
}

.btn--ghost {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.04);
  border-color: rgba(255, 255, 255, 0.44);
  box-shadow: none;
}

.btn--ghost:hover,
.btn--outline:hover {
  background: rgba(247, 181, 0, 0.12);
  border-color: var(--color-gold);
}

.btn--outline {
  width: 170px;
  min-height: 42px;
  color: var(--color-ink);
  background: #ffffff;
  border-color: var(--color-border);
  box-shadow: 0 8px 22px rgba(12, 32, 52, 0.08);
}

.contact-strip {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 4;
  display: grid;
  grid-template-columns: repeat(2, minmax(260px, 1fr));
  gap: 0;
  width: 100%;
  margin: 0;
  padding: clamp(18px, 2.4vw, 30px) clamp(72px, 9vw, 172px);
  overflow: hidden;
  background:
    radial-gradient(circle at 10% 0%, rgba(247, 181, 0, 0.12), transparent 34%),
    linear-gradient(90deg, rgba(4, 22, 38, 0.62), rgba(5, 37, 66, 0.54) 50%, rgba(3, 21, 37, 0.66));
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  border-bottom: 0;
  box-shadow: 0 -18px 56px rgba(0, 0, 0, 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(8px) saturate(132%);
}

.contact-card {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(22px, 2.4vw, 34px);
  min-height: 82px;
  padding: 10px clamp(18px, 3.2vw, 42px);
  color: #ffffff;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  transition:
    transform 180ms ease,
    color 180ms ease,
    background 180ms ease;
}

.contact-card + .contact-card::before {
  position: absolute;
  top: 18%;
  bottom: 18%;
  left: 0;
  width: 1px;
  content: "";
  background: linear-gradient(180deg, transparent, rgba(255, 255, 255, 0.16), transparent);
}

a.contact-card:hover {
  transform: translateY(-2px);
  background: radial-gradient(circle at 50% 50%, rgba(247, 181, 0, 0.1), transparent 62%);
}

.icon-ring {
  display: grid;
  flex: 0 0 auto;
  width: 48px;
  height: 48px;
  place-items: center;
  color: var(--color-gold);
  border: 2px solid var(--color-gold);
  border-radius: 50%;
}

.icon-ring--compact {
  width: 36px;
  height: 36px;
  color: var(--color-gold);
  border: 0;
}

.contact-card strong,
.contact-card small {
  display: block;
}

.contact-card strong {
  font-size: clamp(15px, 1.2vw, 18px);
  font-weight: 950;
  text-transform: uppercase;
}

.contact-card small {
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.84);
  font-size: clamp(17px, 1.45vw, 22px);
  font-weight: 820;
  line-height: 1.35;
  overflow-wrap: anywhere;
}

.models,
.projects,
.manufacturer,
.process,
.why,
.sports-systems,
.news {
  min-height: var(--section-min-height);
  padding: var(--section-padding-y) 0;
}

.models > .container {
  width: min(1414px, calc(100% - 48px));
}

.process > .container,
.why > .container {
  width: min(1414px, calc(100% - 48px));
}

.manufacturer > .container {
  width: min(1540px, calc(100% - 48px));
}

.certificates > .container {
  width: min(1320px, calc(100% - 48px));
}

.customize > .container {
  width: min(1414px, calc(100% - 48px));
}

.projects > .container {
  width: min(1414px, calc(100% - 48px));
}

.sports-systems {
  display: none;
}

.models,
.process,
.why {
  background:
    linear-gradient(90deg, rgba(5, 34, 58, 0.035) 1px, transparent 1px) 0 0 / 82px 82px,
    linear-gradient(0deg, rgba(5, 34, 58, 0.03) 1px, transparent 1px) 0 0 / 82px 82px,
    radial-gradient(circle at 12% 24%, rgba(247, 181, 0, 0.13), transparent 26%),
    linear-gradient(180deg, #ffffff 0%, #edf4fa 100%);
}

.sports-systems,
.projects,
.news {
  color: #ffffff;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.07) 1px, transparent 1px) 0 0 / 88px 88px,
    linear-gradient(0deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px) 0 0 / 88px 88px,
    radial-gradient(circle at 84% 16%, rgba(0, 108, 230, 0.34), transparent 28%),
    linear-gradient(135deg, #031a2e 0%, #082b49 58%, #041424 100%);
}

.sports-systems .section-title h2,
.projects .section-title h2,
.news .section-title h2 {
  color: #ffffff;
}

.section-title {
  min-height: 78px;
  margin-bottom: 28px;
}

.section-title h2 {
  min-height: 44px;
  margin: 0;
  color: var(--color-ink);
  font-size: clamp(28px, 3.2vw, 40px);
  font-weight: 950;
  line-height: 1.08;
  overflow: visible;
  overflow-wrap: normal;
  word-break: keep-all;
}

.section-title--light h2 {
  color: #ffffff;
}

.section-title span {
  display: block;
  width: 38px;
  height: 3px;
  margin-top: 12px;
  background: var(--color-gold);
}

.models__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(430px, 0.88fr);
  gap: 24px;
  align-items: stretch;
  padding: 18px;
  background: rgba(255, 255, 255, 0.76);
  border: 1px solid rgba(216, 226, 236, 0.92);
  border-radius: var(--radius-small);
  box-shadow: var(--shadow-panel);
  backdrop-filter: blur(10px);
}

.featured-card {
  position: relative;
  min-height: 505px;
  isolation: isolate;
  overflow: hidden;
  color: #ffffff;
  background: var(--color-navy-900);
  border-radius: var(--radius-small);
  box-shadow: var(--shadow-card);
}

.featured-card__media,
.featured-card__media .court-visual {
  position: absolute;
  inset: 0;
}

.featured-card__media {
  z-index: 0;
  width: 100%;
  height: 100%;
}

.featured-card__media img {
  display: block;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: brightness(1.16) saturate(1.08);
}

.featured-card::after {
  position: absolute;
  z-index: 1;
  inset: 0;
  content: "";
  pointer-events: none;
  background: linear-gradient(0deg, rgba(3, 20, 36, 0.44), rgba(3, 20, 36, 0.02) 64%);
}

.featured-card__content {
  position: absolute;
  z-index: 3;
  left: 32px;
  bottom: 20px;
  max-width: 390px;
}

.featured-card h3 {
  display: -webkit-box;
  margin: 0 0 14px;
  font-size: clamp(28px, 2.4vw, 32px);
  font-weight: 950;
  line-height: 1.08;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.featured-card p {
  display: -webkit-box;
  min-height: 0;
  margin: 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: 16px;
  line-height: 1.46;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.featured-card__button {
  margin-top: 22px;
}

.model-list {
  display: grid;
  grid-template-rows: repeat(5, minmax(0, 1fr));
  max-width: 100%;
  border: 1px solid var(--color-border);
  border-radius: var(--radius-small);
  box-shadow: 0 14px 42px rgba(10, 34, 56, 0.08);
  overflow: hidden;
}

.model-row {
  display: grid;
  grid-template-columns: 98px minmax(0, 1fr);
  align-items: center;
  gap: 20px;
  min-height: 101px;
  padding: 16px 26px 16px 24px;
  background: #ffffff;
  border-bottom: 1px solid var(--color-border);
}

.model-row:last-child {
  border-bottom: 0;
}

.model-thumb {
  position: relative;
  display: grid;
  width: 84px;
  aspect-ratio: 3 / 2;
  height: auto;
  place-items: center;
  overflow: hidden;
  background: #f8fbfd;
  border: 1px solid var(--color-border);
  border-radius: var(--radius-small);
}

.model-thumb--has-image {
  cursor: zoom-in;
}

.model-thumb:focus-visible {
  outline: 2px solid var(--color-gold);
  outline-offset: 2px;
}

.model-thumb span {
  width: 48px;
  height: 22px;
  background:
    repeating-linear-gradient(90deg, #6a7a8a 0 1px, transparent 1px 9px),
    repeating-linear-gradient(0deg, #6a7a8a 0 1px, transparent 1px 8px);
  border: 2px solid #607181;
}

.model-thumb__image {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.model-thumb--has-image span {
  opacity: 0;
}

.model-row small {
  color: var(--color-gold-dark);
  font-size: 12px;
  font-weight: 950;
}

.model-row h3 {
  display: -webkit-box;
  min-height: 0;
  margin: 2px 0;
  color: var(--color-ink);
  font-size: clamp(17px, 1.08vw, 19px);
  font-weight: 950;
  line-height: 1.18;
  overflow: hidden;
  overflow-wrap: anywhere;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.model-row div {
  min-width: 0;
}

.model-row p {
  display: -webkit-box;
  min-height: 0;
  margin: 0;
  color: var(--color-muted);
  font-size: 13px;
  line-height: 1.42;
  overflow: hidden;
  overflow-wrap: anywhere;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.model-row > svg {
  display: none;
}

.media-block {
  position: relative;
  overflow: hidden;
  background: #0c2d49;
}

.media-block img {
  position: absolute;
  inset: 0;
  z-index: 2;
}

.court-visual {
  width: 100%;
  height: 100%;
  min-height: 110px;
  background:
    linear-gradient(90deg, transparent 0 7%, rgba(255, 255, 255, 0.26) 7.1% 7.4%, transparent 7.5% 17%),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.18) 0 2px, transparent 2px 78px),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.1) 0 1px, transparent 1px 62px),
    linear-gradient(162deg, transparent 0 48%, rgba(0, 108, 230, 0.9) 48.3% 64%, transparent 64.4%),
    radial-gradient(circle at 75% 18%, rgba(247, 181, 0, 0.75), transparent 5%),
    linear-gradient(135deg, #123653, #081d31 60%, #031322);
}

.customize {
  min-height: var(--section-compact-min-height);
  padding: var(--section-padding-y) 0;
}

.customize__grid {
  display: grid;
  grid-template-columns: 270px 260px minmax(280px, 1fr) 260px;
  gap: 26px;
  align-items: center;
}

.customize__intro h2 {
  display: -webkit-box;
  min-height: 80px;
  margin: 0;
  font-size: clamp(26px, 3vw, 38px);
  font-weight: 950;
  line-height: 1.05;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.customize__intro h2 span {
  display: block;
  color: var(--color-gold);
}

.customize__intro p {
  display: -webkit-box;
  min-height: 74px;
  margin: 24px 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 16px;
  line-height: 1.55;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.customize__options {
  display: grid;
  gap: 20px;
}

.option-item,
.advantage-item {
  display: flex;
  align-items: center;
  gap: 16px;
  min-height: 72px;
}

.option-item svg,
.advantage-item svg,
.why-item svg {
  flex: 0 0 auto;
  color: var(--color-gold);
}

.option-item > svg,
.advantage-item > svg {
  width: 52px;
  height: 52px;
  padding: 11px;
  border: 2px solid var(--color-gold);
  border-radius: 50%;
}

.option-item strong,
.option-item small,
.advantage-item strong,
.advantage-item small {
  display: block;
}

.option-item strong,
.advantage-item strong {
  display: -webkit-box;
  min-height: 18px;
  color: #ffffff;
  font-size: 15px;
  font-weight: 950;
  line-height: 1.2;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.option-item small,
.advantage-item small {
  display: -webkit-box;
  min-height: 35px;
  margin-top: 5px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
  line-height: 1.35;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.court-diagram {
  position: relative;
  height: 300px;
  perspective: 760px;
}

.court-diagram__base {
  position: absolute;
  inset: 78px 32px 48px;
  transform: rotateX(62deg) rotateZ(-24deg);
  background: #2b343d;
  box-shadow: 0 22px 38px rgba(0, 0, 0, 0.35);
}

.court-diagram__floor {
  position: absolute;
  inset: 92px 64px 72px;
  transform: rotateX(62deg) rotateZ(-24deg);
  background:
    linear-gradient(90deg, transparent 49%, rgba(255, 255, 255, 0.62) 49.3% 50%, transparent 50.4%),
    linear-gradient(0deg, transparent 48%, rgba(255, 255, 255, 0.55) 48.3% 49%, transparent 49.4%),
    #0070f0;
  border: 4px solid rgba(255, 255, 255, 0.5);
}

.court-diagram__net {
  position: absolute;
  left: 47%;
  top: 88px;
  width: 5px;
  height: 150px;
  transform: rotateZ(-24deg);
  background: rgba(3, 20, 36, 0.82);
}

.line {
  position: absolute;
  height: 1px;
  background: rgba(247, 181, 0, 0.52);
  transform-origin: left;
}

.line--one {
  top: 64px;
  left: 40px;
  width: 160px;
  transform: rotate(24deg);
}

.line--two {
  right: 34px;
  bottom: 58px;
  width: 160px;
  transform: rotate(-16deg);
}

.section-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 18px;
}

.project-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 20px;
  padding: 22px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.035));
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--radius-small);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.24);
}

.system-grid,
.news-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.news-grid {
  padding: 18px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.035));
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--radius-small);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.22);
}

.system-grid {
  grid-template-columns: 1.15fr 0.85fr;
  grid-template-rows: repeat(2, minmax(180px, 1fr));
  gap: 22px;
}

.system-card,
.news-card {
  display: grid;
  grid-template-rows: 30px 52px 1fr;
  min-height: 190px;
  padding: 26px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(246, 250, 253, 0.96));
  border: 1px solid rgba(216, 226, 236, 0.9);
  border-radius: var(--radius-small);
  box-shadow: var(--shadow-panel);
}

.news-card {
  min-height: 250px;
  align-content: end;
}

.news-card:first-child {
  background:
    linear-gradient(0deg, rgba(3, 18, 32, 0.92), rgba(3, 18, 32, 0.26)),
    linear-gradient(165deg, transparent 0 44%, rgba(0, 108, 230, 0.7) 44.5% 61%, transparent 61.5%),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.18) 0 2px, transparent 2px 72px),
    #0c314f;
  border-color: rgba(255, 255, 255, 0.14);
}

.news-card:first-child h3,
.news-card:first-child p {
  color: #ffffff;
}

.system-card {
  color: #ffffff;
  background:
    linear-gradient(135deg, rgba(0, 108, 230, 0.22), transparent 50%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.035)),
    rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.16);
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.24);
}

.system-card:first-child {
  grid-row: 1 / span 2;
  min-height: 382px;
  padding: 38px;
  align-content: end;
  background:
    linear-gradient(0deg, rgba(3, 18, 32, 0.94), rgba(3, 18, 32, 0.36)),
    linear-gradient(165deg, transparent 0 46%, rgba(0, 108, 230, 0.82) 46.5% 62%, transparent 62.5%),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.18) 0 2px, transparent 2px 72px),
    #0c314f;
}

.system-card:first-child svg {
  width: 62px;
  height: 62px;
  padding: 14px;
  border: 2px solid var(--color-gold);
  border-radius: 50%;
}

.system-card svg,
.news-card svg {
  color: var(--color-gold);
}

.system-card h3,
.news-card h3 {
  display: -webkit-box;
  margin: 16px 0 8px;
  color: var(--color-ink);
  font-size: 20px;
  font-weight: 950;
  line-height: 1.15;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.system-card h3 {
  color: #ffffff;
}

.system-card p,
.news-card p {
  display: -webkit-box;
  margin: 0;
  color: var(--color-muted);
  font-size: 14px;
  line-height: 1.45;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.system-card p {
  color: rgba(255, 255, 255, 0.72);
}

.project-card {
  position: relative;
  grid-column: span 4;
  aspect-ratio: 2400 / 1180;
  min-height: 0;
  overflow: hidden;
  border-radius: var(--radius-small);
  box-shadow: 0 14px 38px rgba(0, 0, 0, 0.24);
  cursor: zoom-in;
  touch-action: manipulation;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease;
}

/* 项目案例图铺满卡片容器，替换不同尺寸图片时保持比例不变形。 */
.project-card .media-block {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.project-card .court-visual {
  min-height: 100%;
}

.project-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  background: #061b2d;
  filter: brightness(1.16) saturate(1.08);
}

.project-card--4,
.project-card--5 {
  grid-column: span 6;
  aspect-ratio: 3000 / 1080;
}

.project-card::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(0deg, rgba(3, 20, 36, 0.42), transparent 62%);
}

.project-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 52px rgba(0, 0, 0, 0.28);
}

.project-card span {
  position: absolute;
  z-index: 2;
  left: 18px;
  bottom: 16px;
  padding: 11px 15px;
  background: rgba(3, 20, 36, 0.54);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  backdrop-filter: blur(12px);
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #ffffff;
  font-size: 15px;
  font-weight: 850;
  max-width: calc(100% - 36px);
  overflow: visible;
  text-overflow: clip;
  white-space: normal;
  overflow-wrap: anywhere;
}

.manufacturer {
  min-height: var(--section-min-height);
  padding-top: clamp(72px, 8vh, 108px);
  padding-bottom: clamp(82px, 9vh, 124px);
  background:
    linear-gradient(90deg, rgba(5, 34, 58, 0.035) 1px, transparent 1px) 0 0 / 90px 90px,
    linear-gradient(0deg, rgba(5, 34, 58, 0.03) 1px, transparent 1px) 0 0 / 90px 90px,
    linear-gradient(180deg, #f7fafc 0%, #eef5fb 100%);
}

.manufacturer__panel {
  display: grid;
  grid-template-columns: minmax(520px, 0.95fr) minmax(620px, 1.05fr);
  align-items: stretch;
  gap: clamp(44px, 4.4vw, 72px);
  min-height: auto;
  padding: clamp(62px, 6.2vw, 90px) clamp(56px, 5vw, 82px);
  overflow: hidden;
  border-radius: var(--radius-small);
  box-shadow: var(--shadow-panel);
}

@media (min-width: 1101px) {
  .manufacturer .section-title {
    transform: translateY(-34px);
  }
}

.factory-media {
  height: auto;
  aspect-ratio: 3200 / 1830;
  border-radius: var(--radius-small);
  background: #061d31;
}

.factory-media img {
  object-fit: cover;
  object-position: center;
}

.video-preview {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
  color: #ffffff;
  text-align: center;
  background: transparent;
  border: 0;
  border-radius: var(--radius-small);
  cursor: pointer;
  margin-top: clamp(18px, 2.2vw, 26px);
}

.video-preview .factory-media {
  transition:
    transform 220ms ease,
    filter 220ms ease;
}

.video-preview__shade {
  position: absolute;
  inset: 0;
  z-index: 3;
  background:
    radial-gradient(circle at 50% 40%, rgba(24, 177, 78, 0.12), transparent 18%),
    linear-gradient(90deg, rgba(3, 20, 36, 0.28), rgba(3, 20, 36, 0.12)),
    rgba(0, 0, 0, 0.08);
}

.video-preview__content {
  position: absolute;
  inset: 0;
  z-index: 4;
  display: grid;
  place-content: center;
  justify-items: center;
  gap: 10px;
  padding: 22px;
  transform: translateY(40px);
}

.video-preview__button {
  display: grid;
  width: 78px;
  height: 78px;
  place-items: center;
  color: #ffffff;
  background: #26b34f;
  border-radius: 50%;
  box-shadow:
    0 18px 38px rgba(0, 0, 0, 0.3),
    0 0 0 8px rgba(38, 179, 79, 0.18);
  transition:
    transform 180ms ease,
    background 180ms ease;
}

.video-preview__content strong {
  display: -webkit-box;
  max-width: 78%;
  min-height: 52px;
  font-size: 24px;
  font-weight: 950;
  line-height: 1.15;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.video-preview__content small {
  display: -webkit-box;
  max-width: 76%;
  min-height: 38px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 16px;
  font-weight: 650;
  line-height: 1.18;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.video-preview:hover .factory-media {
  transform: scale(1.025);
  filter: brightness(1.18) saturate(1.1);
}

.video-preview:hover .video-preview__button {
  transform: scale(1.06);
  background: #2bc75a;
}

.video-modal {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: grid;
  place-items: center;
  padding: 32px;
}

.video-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(1, 12, 22, 0.82);
  border: 0;
  backdrop-filter: blur(10px);
  cursor: pointer;
}

.video-modal__panel {
  position: relative;
  z-index: 2;
  width: min(1080px, 100%);
  overflow: hidden;
  background: #020f1c;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.48);
}

.video-modal__player {
  display: block;
  width: 100%;
  max-height: min(72vh, 680px);
  background: #000000;
}

.video-modal__close {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 3;
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  color: #ffffff;
  background: rgba(3, 20, 36, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 50%;
  cursor: pointer;
}

.video-modal__close:hover {
  background: rgba(247, 181, 0, 0.92);
  color: #061b2d;
}

.advantage-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: clamp(14px, 1.35vw, 20px);
  align-content: center;
  padding: 0;
  min-width: 0;
}

.manufacturer .advantage-item {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 18px;
  align-items: start;
  min-width: 0;
  min-height: 0;
  padding: 0 0 clamp(12px, 1vw, 16px);
  background: transparent;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.manufacturer .advantage-item:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.manufacturer .advantage-item > svg {
  flex: 0 0 auto;
  width: 54px;
  height: 54px;
  padding: 12px;
  margin-top: 1px;
}

.manufacturer .advantage-item strong {
  display: block;
  min-height: 0;
  color: #ffffff;
  font-size: clamp(17px, 1.08vw, 20px);
  line-height: 1.2;
  overflow-wrap: anywhere;
}

.manufacturer .advantage-item small {
  display: block;
  min-height: 0;
  margin-top: 6px;
  max-width: 720px;
  font-size: clamp(13.5px, 0.82vw, 15px);
  line-height: 1.46;
  color: rgba(230, 238, 246, 0.86);
  overflow-wrap: anywhere;
}

.process {
  min-height: var(--section-compact-min-height);
  padding: clamp(64px, 8vh, 96px) 0;
}

.process-line {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 34px 26px;
  position: relative;
  padding: 34px 34px 38px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(216, 226, 236, 0.92);
  border-radius: var(--radius-small);
  box-shadow: var(--shadow-panel);
  backdrop-filter: blur(12px);
}

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

.process-step {
  position: relative;
  display: grid;
  grid-template-rows: 42px auto minmax(40px, auto) minmax(56px, auto);
  padding: 0 6px 8px;
  text-align: center;
}

.process-step::before {
  position: absolute;
  z-index: 1;
  top: 20px;
  left: 62px;
  right: 8px;
  height: 2px;
  content: "";
  pointer-events: none;
  background: repeating-linear-gradient(90deg, #b7c2ce 0 24px, transparent 24px 42px);
}

.process-step__number {
  position: relative;
  z-index: 2;
  display: inline-grid;
  width: 42px;
  height: 42px;
  place-items: center;
  color: #ffffff;
  font-size: 16px;
  font-weight: 950;
  background: var(--color-gold);
  border-radius: 50%;
}

.process-step .media-block {
  width: 100%;
  aspect-ratio: 3 / 2;
  height: auto;
  margin-top: 16px;
  isolation: isolate;
  overflow: hidden;
  border-radius: var(--radius-small);
  box-shadow: 0 12px 28px rgba(8, 28, 48, 0.12);
}

.process-step .media-block img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  filter: brightness(1.16) saturate(1.08);
}

.process-step .court-visual {
  min-height: 100%;
}

.process-step h3 {
  display: -webkit-box;
  margin: 14px 0 4px;
  font-size: 16px;
  font-weight: 950;
  line-height: 1.2;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.process-step p {
  display: -webkit-box;
  margin: 0;
  color: var(--color-muted);
  font-size: 13px;
  line-height: 1.35;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.certificates {
  min-height: var(--section-compact-min-height);
  padding: 60px 0;
}

.certificates__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.16fr) minmax(410px, 0.84fr);
  gap: clamp(42px, 5vw, 64px);
  align-items: center;
}

@media (min-width: 1101px) {
  .certificates .check-list li {
    font-size: clamp(17px, 1.02vw, 20px);
    letter-spacing: 0;
  }
}

@media (min-width: 1280px) {
  .certificates .check-list li {
    white-space: nowrap;
  }
}

.certificate-carousel {
  position: relative;
  min-height: 338px;
  overflow: hidden;
  contain: layout paint;
}

.certificate-stage {
  position: relative;
  min-height: 292px;
  perspective: 1100px;
  touch-action: pan-y;
  overflow: hidden;
  contain: layout paint;
}

.certificate-card {
  display: grid;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 220px;
  height: 272px;
  min-height: 272px;
  place-items: center;
  padding: 18px;
  color: var(--color-ink);
  font: inherit;
  text-align: center;
  background:
    linear-gradient(#ffffff, #ffffff) padding-box,
    linear-gradient(135deg, var(--color-gold), #e7edf4) border-box;
  border: 4px solid transparent;
  border-radius: var(--radius-small);
  cursor: zoom-in;
  touch-action: manipulation;
  overflow: hidden;
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.72);
  filter: saturate(0.72) brightness(0.74);
  pointer-events: none;
  transition:
    transform 560ms cubic-bezier(0.22, 1, 0.36, 1),
    opacity 420ms ease,
    filter 420ms ease,
    box-shadow 180ms ease;
}

.certificate-card--active {
  z-index: 4;
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
  filter: saturate(1) brightness(1);
  pointer-events: auto;
  box-shadow: 0 24px 54px rgba(0, 0, 0, 0.28);
}

.certificate-card--prev {
  z-index: 3;
  opacity: 0.58;
  transform: translate(calc(-50% - 195px), -50%) scale(0.84) rotateY(8deg);
  pointer-events: auto;
}

.certificate-card--next {
  z-index: 3;
  opacity: 0.58;
  transform: translate(calc(-50% + 195px), -50%) scale(0.84) rotateY(-8deg);
  pointer-events: auto;
}

.certificate-card--prev-far {
  z-index: 1;
  opacity: 0.18;
  transform: translate(calc(-50% - 335px), -50%) scale(0.7);
}

.certificate-card--next-far {
  z-index: 1;
  opacity: 0.18;
  transform: translate(calc(-50% + 335px), -50%) scale(0.7);
}

.certificate-card--hidden {
  transform: translate(-50%, -50%) scale(0.62);
}

.certificate-card:hover {
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.22);
}

.certificate-card img {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  background: #ffffff;
}

.certificate-card span {
  position: relative;
  z-index: 1;
  color: var(--color-muted);
  font-size: 10px;
  font-weight: 800;
}

.certificate-card strong {
  position: relative;
  z-index: 1;
  font-size: 22px;
  font-weight: 950;
}

.certificate-card small {
  position: relative;
  z-index: 1;
  color: var(--color-muted);
  font-size: 11px;
}

.certificate-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 18px;
}

.certificate-dots button {
  width: 8px;
  height: 8px;
  padding: 0;
  background: rgba(255, 255, 255, 0.42);
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  transition:
    width 180ms ease,
    background 180ms ease,
    transform 180ms ease;
}

.certificate-dots button:hover,
.certificate-dots button:focus-visible {
  background: var(--color-gold);
  outline: none;
  transform: scale(1.2);
}

.certificate-dots button.is-active {
  width: 22px;
  background: var(--color-gold);
}

.image-modal {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: grid;
  place-items: center;
  padding:
    max(32px, env(safe-area-inset-top))
    max(32px, env(safe-area-inset-right))
    max(32px, env(safe-area-inset-bottom))
    max(32px, env(safe-area-inset-left));
}

.image-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(1, 12, 22, 0.84);
  border: 0;
  backdrop-filter: blur(10px);
  cursor: pointer;
}

.image-modal__panel {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
  max-width: min(1080px, 100%);
  max-height: min(88vh, 88svh);
  overflow: hidden;
  background: rgba(3, 20, 36, 0.94);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.48);
}

.image-modal__frame {
  display: grid;
  width: auto;
  max-width: 100%;
  max-height: min(78vh, 78svh);
  justify-self: center;
}

.image-modal__panel img {
  display: block;
}

.image-modal__image {
  width: auto;
  max-width: 100%;
  max-height: min(78vh, 78svh);
  object-fit: contain;
}

.image-modal--cover-frame .image-modal__frame {
  width: min(100%, calc(min(78vh, 78svh) * var(--modal-image-ratio)));
  aspect-ratio: var(--modal-image-ratio);
  overflow: hidden;
  border-radius: 6px;
}

.image-modal--cover-frame .image-modal__image {
  width: 100%;
  height: 100%;
  max-height: none;
  object-fit: cover;
  object-position: center;
}

.image-modal__close {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 3;
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  color: #ffffff;
  background: rgba(3, 20, 36, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 50%;
  cursor: pointer;
}

.image-modal__close:hover {
  color: #061b2d;
  background: rgba(247, 181, 0, 0.92);
}

.image-modal__nav {
  position: absolute;
  top: 50%;
  z-index: 3;
  display: grid;
  width: 52px;
  height: 52px;
  place-items: center;
  color: #ffffff;
  background: rgba(3, 20, 36, 0.62);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  cursor: pointer;
  transform: translateY(-50%);
  transition:
    color 180ms ease,
    background 180ms ease,
    transform 180ms ease;
}

.image-modal__nav:hover {
  color: #061b2d;
  background: rgba(247, 181, 0, 0.94);
  transform: translateY(-50%) scale(1.04);
}

.image-modal__nav--prev {
  left: 18px;
}

.image-modal__nav--next {
  right: 18px;
}

.image-modal__meta {
  display: grid;
  gap: 10px;
  padding: 12px 16px 14px;
  background: rgba(1, 12, 22, 0.72);
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.image-modal__counter {
  color: rgba(255, 255, 255, 0.78);
  font-size: 12px;
  font-weight: 850;
  line-height: 1;
  text-align: center;
}

.check-list {
  display: grid;
  gap: clamp(18px, 2vw, 26px);
  margin: 0;
  padding: 0;
  list-style: none;
}

.check-list li {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  min-height: 38px;
  color: rgba(255, 255, 255, 0.86);
  font-size: clamp(19px, 1.3vw, 24px);
  font-weight: 820;
  line-height: 1.28;
  text-wrap: balance;
  overflow-wrap: normal;
  word-break: normal;
}

.check-list svg {
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
  margin-top: 0.36em;
  color: var(--color-gold);
}

.why .section-title h2 {
  max-width: 980px;
  overflow-wrap: anywhere;
  word-break: normal;
}

.why-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 18px;
  padding: 20px;
  background: rgba(255, 255, 255, 0.74);
  border: 1px solid rgba(216, 226, 236, 0.9);
  border-radius: var(--radius-small);
  box-shadow: var(--shadow-panel);
  backdrop-filter: blur(10px);
}

.why-item {
  display: grid;
  grid-template-rows: 60px minmax(64px, auto) minmax(74px, auto);
  justify-items: center;
  align-content: start;
  row-gap: 8px;
  min-height: 248px;
  padding: 24px 16px;
  text-align: center;
  background:
    linear-gradient(180deg, #ffffff, #f4f8fb);
  border: 1px solid rgba(216, 226, 236, 0.76);
  border-radius: var(--radius-small);
  transition:
    transform 180ms ease,
    box-shadow 180ms ease;
}

.why-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 36px rgba(8, 28, 48, 0.12);
}

.why-item svg {
  width: 52px;
  height: 52px;
  padding: 11px;
  color: #061b2d;
  background: var(--color-gold);
  border-radius: 50%;
}

.why-item h3 {
  display: -webkit-box;
  margin: 0;
  font-size: clamp(15px, 1vw, 18px);
  font-weight: 950;
  line-height: 1.18;
  overflow: hidden;
  overflow-wrap: anywhere;
  word-break: normal;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.why-item p {
  display: -webkit-box;
  margin: 0;
  color: var(--color-muted);
  font-size: 13px;
  line-height: 1.34;
  overflow: hidden;
  overflow-wrap: anywhere;
  word-break: normal;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

.testimonials {
  min-height: var(--section-compact-min-height);
  padding: 62px 0 54px;
}

.testimonials h2 {
  margin: 0 0 26px;
  text-align: center;
  font-size: clamp(28px, 3vw, 38px);
  font-weight: 950;
}

.testimonial-carousel {
  position: relative;
  overflow: hidden;
  min-height: 390px;
  touch-action: pan-y;
  contain: layout paint;
}

.testimonial-stage {
  position: relative;
  min-height: 362px;
  perspective: 1200px;
  touch-action: pan-y;
  overflow: hidden;
  contain: layout paint;
}

.testimonial-card {
  position: absolute;
  top: 50%;
  left: 50%;
  display: grid;
  width: min(620px, 68vw);
  min-height: 0;
  grid-template-columns: 1fr;
  overflow: hidden;
  color: #ffffff;
  font: inherit;
  text-align: left;
  background:
    radial-gradient(circle at 100% 0, rgba(74, 205, 196, 0.16) 0 48px, transparent 49px),
    linear-gradient(180deg, rgba(22, 46, 82, 0.96), rgba(16, 38, 72, 0.96));
  border: 1px solid rgba(74, 205, 196, 0.54);
  border-radius: 12px;
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.78);
  transition:
    transform 560ms cubic-bezier(0.22, 1, 0.36, 1),
    opacity 420ms ease,
    filter 420ms ease,
    border-color 220ms ease,
    box-shadow 220ms ease;
  pointer-events: none;
  filter: saturate(0.72) brightness(0.72);
}

.testimonial-card--active {
  z-index: 4;
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
  pointer-events: auto;
  filter: saturate(1) brightness(1);
  box-shadow: 0 30px 82px rgba(0, 0, 0, 0.34);
}

.testimonial-card--prev {
  z-index: 3;
  opacity: 0.42;
  transform: translate(calc(-50% - min(500px, 39vw)), -50%) scale(0.82) rotateY(7deg);
  pointer-events: auto;
}

.testimonial-card--next {
  z-index: 3;
  opacity: 0.42;
  transform: translate(calc(-50% + min(500px, 39vw)), -50%) scale(0.82) rotateY(-7deg);
  pointer-events: auto;
}

.testimonial-card--prev-far {
  z-index: 1;
  opacity: 0.16;
  transform: translate(calc(-50% - min(720px, 54vw)), -50%) scale(0.72);
}

.testimonial-card--next-far {
  z-index: 1;
  opacity: 0.16;
  transform: translate(calc(-50% + min(720px, 54vw)), -50%) scale(0.72);
}

.testimonial-card--hidden {
  transform: translate(-50%, -50%) scale(0.66);
}

.testimonial-card__photo {
  position: relative;
  z-index: 2;
  grid-row: 2;
  grid-column: 1;
  align-self: end;
  width: 72px;
  height: 72px;
  min-height: 72px;
  margin: 0 0 24px 34px;
  padding: 0;
  overflow: hidden;
  border: 0;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.1);
}

.testimonial-card__photo::after {
  display: none;
}

.testimonial-card__photo img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  border: 0;
  border-radius: 8px;
  box-shadow: none;
}

.testimonial-card__body {
  grid-column: 1;
  grid-row: 1 / 3;
  display: grid;
  grid-template-rows: 40px auto auto;
  align-content: start;
  gap: 0;
  min-width: 0;
  padding: 28px 34px 28px;
}

.testimonial-card__body::before {
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  color: #64f2df;
  font-size: 40px;
  font-weight: 950;
  line-height: 1;
  content: "\201C";
  background: rgba(1, 13, 30, 0.78);
  border-radius: 6px;
}

.testimonial-card p {
  margin: 18px 0 0;
  max-width: none;
  color: rgba(177, 202, 243, 0.94);
  font-size: clamp(16px, 1.1vw, 18px);
  font-weight: 650;
  line-height: 1.58;
  overflow-wrap: anywhere;
}

.testimonial-card__profile {
  display: grid;
  grid-template-columns: 88px minmax(0, 1fr);
  gap: 24px;
  align-items: center;
  min-width: 0;
  margin-top: 16px;
  padding-top: 14px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.testimonial-card__profile > div {
  grid-column: 2;
  min-width: 0;
}

.testimonial-card strong {
  display: block;
  font-size: 21px;
  font-weight: 950;
  line-height: 1.12;
}

.testimonial-card small {
  display: block;
  margin-top: 3px;
  color: rgba(100, 210, 255, 0.78);
  font-size: 13px;
}

.testimonial-card__profile span {
  grid-column: 2;
  color: rgba(177, 202, 243, 0.72);
  font-size: 12px;
  font-weight: 650;
  line-height: 1.46;
  overflow-wrap: anywhere;
}

.testimonial-card__profile span:empty {
  display: none;
}

.testimonial-card:hover {
  border-color: rgba(247, 181, 0, 0.42);
  box-shadow: 0 32px 86px rgba(0, 0, 0, 0.36);
}

.dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 18px;
}

.dots button {
  width: 8px;
  height: 8px;
  padding: 0;
  background: rgba(255, 255, 255, 0.42);
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  transition:
    width 180ms ease,
    background 180ms ease,
    transform 180ms ease;
}

.dots button:hover,
.dots button:focus-visible {
  background: var(--color-gold);
  outline: none;
  transform: scale(1.2);
}

.dots button.is-active {
  width: 22px;
  background: var(--color-gold);
}

.quote {
  position: relative;
  min-height: var(--section-min-height);
  padding: var(--section-padding-y) 0;
}

.quote__grid {
  display: grid;
  grid-template-columns: minmax(300px, 0.75fr) minmax(520px, 1.05fr);
  gap: 54px;
  align-items: center;
}

.quote__copy h2 {
  display: -webkit-box;
  min-height: 98px;
  max-width: 430px;
  margin: 0;
  font-size: clamp(30px, 3.8vw, 48px);
  font-weight: 950;
  line-height: 1;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.quote__copy p {
  display: -webkit-box;
  min-height: 52px;
  max-width: 420px;
  margin: 18px 0 30px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 17px;
  line-height: 1.5;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.quote__copy ul {
  display: grid;
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.quote__copy li {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 28px;
  color: #ffffff;
  font-size: 17px;
  font-weight: 850;
  overflow-wrap: anywhere;
}

.quote__copy li a {
  color: #ffffff;
  transition: color 160ms ease;
}

.quote__copy li a:hover {
  color: var(--color-gold);
}

.quote__copy svg {
  color: var(--color-gold);
}

.quote-form {
  min-height: 420px;
  padding: 30px;
  color: var(--color-ink);
  background: #ffffff;
  border-radius: var(--radius-small);
  box-shadow: 0 20px 54px rgba(0, 0, 0, 0.26);
}

.quote-form h2 {
  display: -webkit-box;
  min-height: 30px;
  margin: 0 0 22px;
  color: #00704b;
  font-size: 24px;
  font-weight: 950;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

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

.quote-form label {
  display: grid;
  gap: 6px;
}

.quote-form span {
  color: var(--color-muted);
  font-size: 11px;
  font-weight: 850;
  min-height: 16px;
  overflow: visible;
  text-overflow: clip;
  white-space: normal;
  line-height: 1.25;
  word-break: keep-all;
}

.quote-form input,
.quote-form textarea {
  width: 100%;
  min-height: 38px;
  padding: 10px 12px;
  color: var(--color-ink);
  background: #ffffff;
  border: 1px solid var(--color-border);
  border-radius: 4px;
  outline: none;
  transition:
    border-color 160ms ease,
    box-shadow 160ms ease;
}

.quote-form input::placeholder,
.quote-form textarea::placeholder {
  color: rgba(16, 35, 58, 0.48);
}

.quote-form input:focus,
.quote-form textarea:focus {
  border-color: var(--color-gold);
  box-shadow: 0 0 0 3px rgba(247, 181, 0, 0.16);
}

.quote-form__message {
  margin-top: 12px;
}

.quote-form__captcha {
  margin-top: 12px;
}

.quote-form__trap {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.quote-form__captcha-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 120px;
  gap: 12px;
  align-items: stretch;
}

.quote-form__captcha-row strong {
  display: grid;
  min-height: 38px;
  place-items: center;
  color: #38105d;
  font-size: 28px;
  font-weight: 950;
  letter-spacing: 0.08em;
  background:
    linear-gradient(12deg, rgba(255, 255, 255, 0.92), rgba(236, 239, 244, 0.9)),
    repeating-linear-gradient(135deg, rgba(56, 16, 93, 0.22) 0 2px, transparent 2px 9px);
  border: 1px solid var(--color-border);
  border-radius: 4px;
  transform: skew(-8deg);
  user-select: none;
}

.submit-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  min-height: 44px;
  margin-top: 14px;
  color: #061b2d;
  font-size: 12px;
  font-weight: 950;
  background: var(--color-gold);
  border: 0;
  border-radius: 4px;
  cursor: pointer;
}

.submit-btn:disabled {
  cursor: wait;
  opacity: 0.72;
}

.footer {
  padding: 20px 0 14px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

@media (min-width: 761px) {
  .footer {
    display: grid;
    grid-template-columns: auto auto;
    justify-content: center;
    align-items: center;
    gap: clamp(56px, 8vw, 140px);
    padding: 18px 0;
  }

  .footer__grid {
    transform: translateX(clamp(-170px, -11vw, -96px));
  }
}

.footer__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  justify-items: center;
}

.footer__brand,
.footer__links,
.footer__contact {
  display: grid;
  align-content: start;
  gap: 7px;
}

.footer__brand-logo {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  width: max-content;
  max-width: 100%;
  color: #ffffff;
}

.footer__brand-symbol {
  flex: 0 0 auto;
  width: 68px;
  height: 68px;
  object-fit: contain;
}

.footer__brand-logo span {
  display: grid;
  gap: 2px;
  min-width: 0;
}

.footer__brand strong {
  display: block;
  color: #ffffff;
  font-size: 27px;
  font-weight: 950;
  line-height: 0.95;
  white-space: nowrap;
}

.footer__brand small {
  min-height: 0;
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 9.5px;
  font-weight: 750;
  line-height: 1.2;
  white-space: nowrap;
}

.footer__links a,
.footer__contact p,
.footer__contact a {
  min-height: 18px;
  margin: 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 13px;
  line-height: 1.36;
  overflow-wrap: anywhere;
}

.footer__contact a {
  transition: color 160ms ease;
}

.footer__contact a:hover {
  color: var(--color-gold);
}

.footer h3 {
  margin: 0 0 6px;
  color: #ffffff;
  font-size: 13px;
  font-weight: 950;
}

.copyright {
  margin: 12px 0 0;
  color: rgba(255, 255, 255, 0.46);
  font-size: 12px;
  line-height: 1.4;
  text-align: center;
}

@media (min-width: 761px) {
  .copyright {
    margin: 0;
    text-align: left;
  }
}

@media (max-width: 760px) {
  .footer {
    padding: 18px 0;
  }

  .copyright {
    margin-top: 10px;
    padding: 0 18px;
    line-height: 1.35;
  }
}

.floating-toolbar {
  position: fixed;
  top: 50%;
  right: 0;
  z-index: 60;
  display: grid;
  gap: 4px;
  padding: 0 10px 0 0;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  opacity: 0;
  pointer-events: none;
  transform: translate(16px, -50%);
  transition:
    opacity 220ms ease,
    transform 220ms ease;
}

body.has-scrolled-past-hero .floating-toolbar {
  opacity: 1;
  pointer-events: auto;
  transform: translate(0, -50%);
}

.floating-toolbar__item {
  position: relative;
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  color: #ffffff;
  background: #9c9c9c;
  border-radius: 5px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.18);
  transition:
    transform 180ms ease,
    background 180ms ease,
    box-shadow 180ms ease;
}

.floating-toolbar__item[data-tooltip]::before {
  position: absolute;
  top: 50%;
  right: calc(100% + 10px);
  display: block;
  min-width: max-content;
  padding: 7px 10px;
  color: #ffffff;
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
  white-space: nowrap;
  content: attr(data-tooltip);
  background: rgba(3, 26, 46, 0.92);
  border-radius: 4px;
  box-shadow: 0 10px 24px rgba(3, 20, 36, 0.18);
  opacity: 0;
  pointer-events: none;
  transform: translate(6px, -50%);
  transition:
    opacity 160ms ease,
    transform 160ms ease;
}

.floating-toolbar__item[data-tooltip]::after {
  position: absolute;
  top: 50%;
  right: calc(100% + 4px);
  width: 0;
  height: 0;
  content: "";
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 6px solid rgba(3, 26, 46, 0.92);
  opacity: 0;
  pointer-events: none;
  transform: translate(6px, -50%);
  transition:
    opacity 160ms ease,
    transform 160ms ease;
}

.floating-toolbar__item[data-tooltip]:hover::before,
.floating-toolbar__item[data-tooltip]:focus-visible::before,
.floating-toolbar__item[data-tooltip]:hover::after,
.floating-toolbar__item[data-tooltip]:focus-visible::after {
  opacity: 1;
  transform: translate(0, -50%);
}

.floating-toolbar__qr {
  position: absolute;
  top: 50%;
  right: calc(100% + 12px);
  display: grid;
  width: 174px;
  padding: 10px;
  background: #ffffff;
  border: 1px solid rgba(3, 26, 46, 0.12);
  border-radius: 8px;
  box-shadow: 0 18px 38px rgba(3, 20, 36, 0.2);
  opacity: 0;
  pointer-events: none;
  transform: translate(8px, -50%) scale(0.96);
  transform-origin: right center;
  transition:
    opacity 180ms ease,
    transform 180ms ease;
}

.floating-toolbar__qr::after {
  position: absolute;
  top: 50%;
  right: -7px;
  width: 12px;
  height: 12px;
  content: "";
  background: #ffffff;
  border-top: 1px solid rgba(3, 26, 46, 0.12);
  border-right: 1px solid rgba(3, 26, 46, 0.12);
  transform: translateY(-50%) rotate(45deg);
}

.floating-toolbar__qr img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1;
}

.floating-toolbar__item--wechat:hover .floating-toolbar__qr,
.floating-toolbar__item--wechat:focus-visible .floating-toolbar__qr,
.floating-toolbar__item--wechat:focus-within .floating-toolbar__qr {
  opacity: 1;
  transform: translate(0, -50%) scale(1);
}

.floating-toolbar__item svg {
  width: 24px;
  height: 24px;
}

.floating-toolbar__item:hover,
.floating-toolbar__item:focus-visible {
  color: #ffffff;
  background: var(--color-navy-800);
  box-shadow: 0 10px 22px rgba(3, 20, 36, 0.22);
  transform: translateX(-4px);
}

.floating-toolbar__item--top {
  background: #8f8f8f;
}

.email-prompt {
  position: fixed;
  inset: 0;
  z-index: 120;
  display: grid;
  place-items: center;
  padding:
    max(20px, env(safe-area-inset-top))
    max(20px, env(safe-area-inset-right))
    max(20px, env(safe-area-inset-bottom))
    max(20px, env(safe-area-inset-left));
}

.email-prompt__backdrop {
  position: absolute;
  inset: 0;
  padding: 0;
  cursor: pointer;
  background: rgba(3, 20, 36, 0.54);
  border: 0;
}

.email-prompt__panel {
  position: relative;
  width: min(100%, 420px);
  max-height: calc(100vh - 40px);
  overflow-y: auto;
  padding: 30px;
  color: var(--color-ink);
  background: #ffffff;
  border: 1px solid rgba(3, 26, 46, 0.1);
  border-radius: 8px;
  box-shadow: 0 30px 80px rgba(3, 20, 36, 0.28);
}

.email-prompt__close {
  position: absolute;
  top: 12px;
  right: 12px;
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  color: rgba(3, 26, 46, 0.72);
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
  background: rgba(3, 26, 46, 0.06);
  border: 0;
  border-radius: 5px;
}

.email-prompt__eyebrow {
  display: inline-block;
  margin: 0 0 12px;
  color: var(--color-gold-600);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.email-prompt h3 {
  margin: 0;
  color: var(--color-navy-900);
  font-size: 28px;
  line-height: 1.12;
}

.email-prompt p {
  margin: 10px 0 20px;
  color: var(--color-muted);
  font-size: 15px;
  line-height: 1.55;
}

.email-prompt__address {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
  align-items: center;
  padding: 10px;
  background: rgba(3, 26, 46, 0.05);
  border: 1px solid rgba(3, 26, 46, 0.1);
  border-radius: 6px;
}

.email-prompt__address strong {
  min-width: 0;
  overflow-wrap: anywhere;
  color: var(--color-navy-900);
  font-size: 16px;
}

.email-prompt__copy,
.email-prompt__mail {
  display: inline-grid;
  min-height: 40px;
  place-items: center;
  padding: 0 16px;
  color: #ffffff;
  font-size: 13px;
  font-weight: 900;
  text-decoration: none;
  cursor: pointer;
  background: var(--color-navy-800);
  border: 0;
  border-radius: 5px;
}

.email-prompt__mail {
  width: 100%;
  margin: 12px 0 0;
}

.email-prompt__copy:hover,
.email-prompt__copy:focus-visible,
.email-prompt__mail:hover,
.email-prompt__mail:focus-visible,
.email-prompt__close:hover,
.email-prompt__close:focus-visible {
  outline: 2px solid rgba(247, 181, 0, 0.55);
  outline-offset: 2px;
}

.email-prompt__status {
  display: block;
  min-height: 19px;
  margin-top: 10px;
  color: var(--color-muted);
  font-size: 13px;
}

@media (max-width: 480px) {
  .email-prompt {
    padding:
      max(14px, env(safe-area-inset-top))
      max(14px, env(safe-area-inset-right))
      max(14px, env(safe-area-inset-bottom))
      max(14px, env(safe-area-inset-left));
  }

  .email-prompt__panel {
    max-height: calc(100vh - 28px);
    padding: 24px 18px 20px;
  }

  .email-prompt h3 {
    font-size: 23px;
  }

  .email-prompt__address {
    grid-template-columns: 1fr;
  }
}


.models {
  min-height: 760px;
  padding: 92px 0 88px;
}

.customize {
  min-height: 820px;
  padding: 128px 0 136px;
  color: var(--color-ink);
  background:
    linear-gradient(120deg, rgba(247, 181, 0, 0.16), transparent 35%),
    linear-gradient(90deg, rgba(6, 35, 59, 0.045) 1px, transparent 1px) 0 0 / 78px 78px,
    linear-gradient(0deg, rgba(6, 35, 59, 0.04) 1px, transparent 1px) 0 0 / 78px 78px,
    linear-gradient(180deg, #fff9e8 0%, #eef6fb 100%);
}

.customize::before {
  position: absolute;
  inset: 0 auto 0 0;
  width: min(40vw, 620px);
  content: "";
  background: linear-gradient(135deg, rgba(3, 26, 46, 0.11), transparent 62%);
  clip-path: polygon(0 0, 80% 0, 46% 100%, 0 100%);
}

.customize::after {
  position: absolute;
  right: -120px;
  bottom: -150px;
  width: 420px;
  height: 420px;
  content: "";
  background: radial-gradient(circle, rgba(0, 108, 230, 0.16), transparent 62%);
}

.customize__grid {
  grid-template-columns: 320px minmax(0, 1fr);
  grid-template-areas: "intro showcase";
  gap: 54px;
  min-height: 640px;
  padding: 56px 30px;
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(206, 218, 229, 0.86);
  border-radius: var(--radius-small);
  box-shadow: 0 30px 80px rgba(8, 28, 48, 0.12);
  backdrop-filter: blur(12px);
}

.customize__intro {
  grid-area: intro;
}

.customize__intro h2 {
  min-height: 0;
  font-size: clamp(38px, 3.6vw, 54px);
  line-height: 1.04;
  -webkit-line-clamp: unset;
}

.customize__intro h2,
.customize__intro h2 span {
  color: var(--color-ink);
}

.customize__intro h2 span {
  color: #d79500;
}

.customize__intro p,
.customize .option-item small {
  color: #506170;
}

.customize__intro p {
  min-height: 0;
  margin: 26px 0 44px;
  font-size: 17px;
  line-height: 1.55;
  -webkit-line-clamp: unset;
}

@media (min-width: 761px) {
  .customize__intro .btn {
    margin-top: 42px;
  }
}

.customize__showcase {
  position: relative;
  isolation: isolate;
  display: grid;
  grid-area: showcase;
  grid-template-columns: minmax(250px, 0.95fr) minmax(390px, 1.16fr) minmax(265px, 0.95fr);
  grid-template-areas:
    "left diagram right"
    "bottom bottom .";
  gap: 40px;
  align-items: center;
  min-height: 528px;
  padding: 0;
  overflow: hidden;
  color: var(--color-ink);
  background: transparent;
  border-radius: 0;
  box-shadow: none;
}

.customize__showcase::before {
  display: none;
}

.customize .court-diagram {
  grid-area: diagram;
  position: relative;
  isolation: isolate;
  z-index: 1;
  height: 390px;
  min-width: 0;
  margin: 0;
  background:
    radial-gradient(ellipse at center, rgba(255, 255, 255, 0.56), transparent 56%);
  filter: none;
  overflow: visible;
  perspective: none;
}

.customize .court-diagram::before {
  position: absolute;
  z-index: 2;
  inset: -4px -36px -4px -36px;
  content: "";
  background: url("../images/custom-padel-court-cutout.png") center / contain no-repeat;
  filter:
    saturate(1.08)
    contrast(1.03)
    brightness(1)
    drop-shadow(0 18px 14px rgba(8, 28, 48, 0.14));
  pointer-events: none;
}

.customize__product-image {
  display: none;
}

.customize .court-diagram::after {
  position: absolute;
  z-index: 1;
  left: 20%;
  right: 20%;
  bottom: 46px;
  height: 34px;
  content: "";
  background: radial-gradient(ellipse at center, rgba(8, 28, 48, 0.12), transparent 72%);
  filter: blur(12px);
  pointer-events: none;
}

.customize .court-diagram__base,
.customize .court-diagram__floor,
.customize .court-diagram__net,
.customize .court-diagram .line {
  display: none;
}

.customize .option-item {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  min-height: 0;
  gap: 14px;
  text-align: left;
}

.customize .option-item span {
  display: block;
  min-width: 0;
  transition:
    transform 180ms ease,
    color 180ms ease;
}

.customize .customize__options {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 34px;
}

.customize .customize__options--left {
  grid-area: left;
  text-align: left;
}

.customize .customize__options--right {
  grid-area: right;
  text-align: left;
}

.customize__bottom-options {
  display: grid;
  grid-area: bottom;
  grid-template-columns: repeat(2, minmax(280px, 1fr));
  gap: 18px;
  align-self: start;
  justify-self: stretch;
  margin-top: -10px;
}

.customize__bottom-options .option-item {
  display: flex;
  align-items: center;
  justify-content: start;
}

.customize__bottom-options .option-item {
  grid-column: 1 / -1;
  gap: 10px;
}

.customize__bottom-options .option-item span {
  display: block;
  min-width: 0;
  width: 100%;
}

.customize__bottom-options .option-item > svg {
  flex: 0 0 auto;
}

.customize__bottom-options .option-item strong {
  max-width: none;
  white-space: normal;
}

.customize__bottom-options .option-item small {
  max-width: none;
  margin-top: 4px;
  white-space: nowrap;
}

.customize .customize__options--left .option-item {
  flex-direction: row;
}

.customize .option-item::after {
  display: none;
}

.customize .customize__options--left .option-item::after,
.customize .customize__options--right .option-item::after {
  position: absolute;
  top: 50%;
  display: block;
  width: clamp(64px, 5.5vw, 104px);
  height: 2px;
  content: "";
  pointer-events: none;
  background: linear-gradient(90deg, rgba(247, 181, 0, 0.08), rgba(247, 181, 0, 0.88));
  border-radius: 999px;
  box-shadow: 0 0 10px rgba(247, 181, 0, 0.2);
}

.customize .customize__options--left .option-item::after {
  left: calc(100% + 8px);
  transform-origin: left center;
}

.customize .customize__options--left .option-item:nth-child(1)::after {
  left: calc(100% - 44px);
  top: 48%;
  width: clamp(92px, 5.6vw, 114px);
  transform: rotate(8deg);
}

.customize .customize__options--left .option-item:nth-child(2)::after {
  left: calc(100% - 28px);
  top: 58%;
  width: clamp(60px, 4.2vw, 64px);
  transform: rotate(-13deg);
}

.customize .customize__options--right .option-item::after {
  right: calc(100% + 8px);
  transform-origin: right center;
  background: linear-gradient(90deg, rgba(247, 181, 0, 0.88), rgba(247, 181, 0, 0.08));
}

.customize .customize__options--right .option-item:nth-child(1)::after {
  top: 58%;
  width: clamp(220px, 16vw, 280px);
  transform: rotate(-24deg);
}

.customize .customize__options--right .option-item:nth-child(2)::after {
  right: calc(100% - 3.5px);
  top: 56%;
  width: clamp(88px, 6vw, 116px);
  transform: rotate(-23deg);
}

.customize .customize__options--right .option-item:nth-child(3)::after {
  right: calc(100% - 10px);
  top: 38%;
  width: clamp(55px, 5.0vw, 61px);
  transform: rotate(38deg);
}

@media (min-width: 761px) {
  .customize .customize__options--right .option-item:nth-child(3)::before {
    position: absolute;
    right: calc(100% + 26px);
    top: -70px;
    display: block;
    width: 44px;
    height: 112px;
    content: "";
    pointer-events: none;
    background: transparent;
    border: 2px solid var(--color-gold);
    border-radius: 0;
    transform: skewX(-16deg) rotate(3deg);
    box-shadow: 0 0 10px rgba(247, 181, 0, 0.2);
  }
}

.customize .option-item strong {
  min-height: 0;
  color: var(--color-ink);
  font-size: 17px;
  line-height: 1.22;
  -webkit-line-clamp: 2;
}

.customize .option-item > svg {
  width: 42px;
  height: 42px;
  color: var(--color-gold);
  background: rgba(247, 181, 0, 0.14);
  border-color: rgba(247, 181, 0, 0.78);
  padding: 8px;
}

.customize .option-item small {
  min-height: 0;
  margin-top: 8px;
  color: #506170;
  font-size: 14px;
  line-height: 1.42;
  -webkit-line-clamp: 3;
}

.customize .customize__bottom-options .option-item small {
  margin-top: 4px;
  font-size: 13px;
  line-height: 1.28;
  white-space: nowrap;
}

.customize .option-item:hover {
  transform: none;
}

.customize .option-item:hover span {
  transform: translateX(4px);
}

.customize .option-item:hover strong {
  color: #d79500;
}

.sports-systems {
  min-height: 680px;
  color: var(--color-ink);
  background:
    radial-gradient(circle at 80% 20%, rgba(0, 108, 230, 0.16), transparent 30%),
    linear-gradient(90deg, rgba(6, 35, 59, 0.05) 1px, transparent 1px) 0 0 / 86px 86px,
    linear-gradient(0deg, rgba(6, 35, 59, 0.04) 1px, transparent 1px) 0 0 / 86px 86px,
    linear-gradient(180deg, #f8fbfd 0%, #e7f1f8 100%);
}

.sports-systems .section-title h2 {
  color: var(--color-ink);
}

.sports-systems .system-grid {
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.78fr);
}

.sports-systems .system-card {
  color: var(--color-ink);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.88), rgba(241, 247, 252, 0.92));
  border-color: rgba(206, 218, 229, 0.88);
  box-shadow: 0 22px 55px rgba(8, 28, 48, 0.12);
}

.sports-systems .system-card:first-child {
  background:
    linear-gradient(0deg, rgba(3, 20, 36, 0.88), rgba(3, 20, 36, 0.34)),
    linear-gradient(165deg, transparent 0 46%, rgba(0, 108, 230, 0.78) 46.5% 62%, transparent 62.5%),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.16) 0 2px, transparent 2px 72px),
    #0c314f;
}

.sports-systems .system-card h3 {
  color: var(--color-ink);
}

.sports-systems .system-card p {
  color: var(--color-muted);
}

.sports-systems .system-card:first-child h3 {
  color: #ffffff;
}

.sports-systems .system-card:first-child p {
  color: rgba(255, 255, 255, 0.78);
}

.projects {
  min-height: 760px;
  padding: 86px 0;
  background:
    radial-gradient(circle at 86% 22%, rgba(0, 112, 240, 0.42), transparent 30%),
    linear-gradient(90deg, rgba(255, 255, 255, 0.055) 1px, transparent 1px) 0 0 / 88px 88px,
    linear-gradient(0deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px) 0 0 / 88px 88px,
    linear-gradient(135deg, #041424 0%, #07375f 55%, #02101d 100%);
}

.manufacturer {
  min-height: 620px;
  padding: 68px 0 76px;
}

.process {
  min-height: 520px;
  padding: 66px 0 78px;
}

.certificates {
  min-height: 560px;
}

.why {
  min-height: 510px;
  padding: 66px 0 74px;
}

.testimonials {
  min-height: 430px;
}

.news {
  min-height: 560px;
  padding: 74px 0;
  color: var(--color-ink);
  background:
    radial-gradient(circle at 12% 22%, rgba(247, 181, 0, 0.18), transparent 26%),
    linear-gradient(90deg, rgba(6, 35, 59, 0.04) 1px, transparent 1px) 0 0 / 82px 82px,
    linear-gradient(0deg, rgba(6, 35, 59, 0.035) 1px, transparent 1px) 0 0 / 82px 82px,
    linear-gradient(180deg, #ffffff 0%, #eef5fb 100%);
}

.news .section-title h2 {
  color: var(--color-ink);
}

.news-grid {
  background: rgba(255, 255, 255, 0.7);
  border-color: rgba(206, 218, 229, 0.9);
  box-shadow: var(--shadow-panel);
}

.news-card:not(:first-child) {
  background: #ffffff;
}

.quote {
  min-height: 640px;
}


.news {
  min-height: 0;
  padding: clamp(76px, 9vw, 118px) 0 clamp(86px, 10vw, 132px);
  color: var(--color-ink);
  background:
    linear-gradient(90deg, rgba(6, 35, 59, 0.045) 1px, transparent 1px) 0 0 / 82px 82px,
    linear-gradient(0deg, rgba(6, 35, 59, 0.04) 1px, transparent 1px) 0 0 / 82px 82px,
    radial-gradient(circle at 12% 12%, rgba(247, 181, 0, 0.24), transparent 26%),
    radial-gradient(circle at 82% 72%, rgba(0, 108, 230, 0.14), transparent 32%),
    linear-gradient(180deg, #ffffff 0%, #eef6fb 100%);
}

.news::before {
  position: absolute;
  inset: 0 auto 0 0;
  width: min(34vw, 520px);
  content: "";
  background: linear-gradient(135deg, rgba(3, 26, 46, 0.1), transparent 62%);
  clip-path: polygon(0 0, 78% 0, 48% 100%, 0 100%);
}

.news::after {
  position: absolute;
  right: -90px;
  top: 86px;
  width: 340px;
  height: 340px;
  content: "";
  border: 1px solid rgba(6, 35, 59, 0.09);
  transform: rotate(18deg);
}

.news__shell {
  display: grid;
  gap: 30px;
}

.news__heading {
  display: grid;
  grid-template-columns: minmax(260px, 0.55fr) minmax(360px, 0.45fr);
  align-items: end;
  gap: 44px;
}

.news__heading .section-title {
  min-height: 0;
  margin-bottom: 0;
}

.news__heading p {
  max-width: 460px;
  margin: 0 0 13px;
  color: #5a6877;
  font-size: 16px;
  font-weight: 650;
  line-height: 1.65;
}

.news-board {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(320px, 0.98fr);
  gap: 20px;
  padding: 18px;
  background: rgba(255, 255, 255, 0.74);
  border: 1px solid rgba(206, 218, 229, 0.92);
  border-radius: var(--radius-small);
  box-shadow: 0 30px 80px rgba(8, 28, 48, 0.14);
  backdrop-filter: blur(12px);
}

.news-board__side {
  display: grid;
  gap: 20px;
}

.news .news-card {
  position: relative;
  display: grid;
  align-content: end;
  grid-template-rows: auto auto auto 34px;
  min-height: 0;
  overflow: hidden;
  padding: clamp(24px, 3vw, 34px);
  border-radius: var(--radius-small);
  transition:
    transform 180ms ease,
    box-shadow 180ms ease;
}

.news .news-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 22px 48px rgba(8, 28, 48, 0.16);
}

.news-card--featured {
  min-height: 380px;
  color: #ffffff;
  background:
    linear-gradient(0deg, rgba(3, 20, 36, 0.96), rgba(3, 20, 36, 0.45)),
    linear-gradient(165deg, transparent 0 42%, rgba(0, 108, 230, 0.76) 42.5% 58%, transparent 58.5%),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.16) 0 2px, transparent 2px 72px),
    #092b49;
  border: 1px solid rgba(255, 255, 255, 0.14);
}

.news-card--featured::before {
  position: absolute;
  top: 26px;
  right: 26px;
  width: 86px;
  height: 86px;
  content: "";
  border-top: 2px solid rgba(247, 181, 0, 0.78);
  border-right: 2px solid rgba(247, 181, 0, 0.78);
}

.news-card--brief {
  min-height: 180px;
  color: var(--color-ink);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(247, 250, 253, 0.96));
  border: 1px solid rgba(206, 218, 229, 0.9);
}

.news-card__eyebrow {
  margin-bottom: 12px;
  color: var(--color-gold-dark);
  font-size: 11px;
  font-weight: 950;
  letter-spacing: 0.08em;
}

.news .news-card h3 {
  display: -webkit-box;
  min-height: 0;
  margin: 0 0 12px;
  color: inherit;
  font-size: clamp(22px, 2.6vw, 34px);
  font-weight: 950;
  line-height: 1.08;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.news-card--brief h3 {
  font-size: clamp(19px, 1.8vw, 24px);
}

.news .news-card p {
  display: -webkit-box;
  min-height: 0;
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 15px;
  font-weight: 650;
  line-height: 1.58;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.news-card--brief p {
  color: #5d6c7a;
}

.news-card__link {
  display: inline-grid;
  width: 34px;
  height: 34px;
  margin-top: 20px;
  place-items: center;
  color: #061b2d;
  background: var(--color-gold);
  border-radius: 50%;
  transition:
    transform 180ms ease,
    background 180ms ease;
}

.news-card__link:hover {
  transform: translateX(4px);
  background: #ffc928;
}

.news-card--brief .news-card__link {
  color: var(--color-gold-dark);
  background: transparent;
  border: 1px solid rgba(247, 181, 0, 0.36);
}

.procurement {
  min-height: 0;
  padding: clamp(76px, 9vw, 116px) 0 clamp(82px, 10vw, 128px);
  background:
    radial-gradient(circle at 12% 14%, rgba(247, 181, 0, 0.24), transparent 26%),
    radial-gradient(circle at 86% 72%, rgba(0, 108, 230, 0.1), transparent 30%),
    linear-gradient(90deg, rgba(6, 35, 59, 0.045) 1px, transparent 1px) 0 0 / 86px 86px,
    linear-gradient(0deg, rgba(6, 35, 59, 0.04) 1px, transparent 1px) 0 0 / 86px 86px,
    linear-gradient(180deg, #fffaf0 0%, #f4f8fb 55%, #ffffff 100%);
}

.procurement::before {
  position: absolute;
  inset: 0 0 auto;
  height: 1px;
  content: "";
  background: linear-gradient(90deg, transparent, rgba(247, 181, 0, 0.42), transparent);
}

.procurement__shell {
  display: grid;
  gap: 44px;
}

.procurement__heading {
  display: grid;
  justify-items: center;
  max-width: 980px;
  margin: 0 auto;
  text-align: center;
}

.procurement__badge {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 40px;
  padding: 0 18px;
  color: #8f6500;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  background: rgba(247, 181, 0, 0.14);
  border: 1px solid rgba(247, 181, 0, 0.36);
  border-radius: 999px;
}

.procurement__badge svg {
  width: 17px;
  height: 17px;
}

.procurement__heading h2 {
  max-width: 940px;
  margin: 22px 0 0;
  color: var(--color-ink);
  font-size: clamp(34px, 4.8vw, 64px);
  font-weight: 950;
  line-height: 1.06;
}

.procurement__heading h2 span {
  display: inline;
  color: var(--color-gold-dark);
}

.procurement__heading p {
  max-width: 760px;
  margin: 22px 0 0;
  color: #5a6877;
  font-size: clamp(16px, 1.7vw, 20px);
  font-weight: 650;
  line-height: 1.65;
}

.procurement__grid {
  display: grid;
  gap: 18px;
  max-width: 1080px;
  margin: 0 auto;
}

.procurement-card {
  position: relative;
  display: grid;
  grid-template-columns: 66px minmax(0, 1fr) 42px;
  align-items: center;
  gap: 22px;
  width: 100%;
  min-height: 112px;
  padding: 22px 28px;
  color: var(--color-ink);
  text-align: left;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(252, 248, 236, 0.9));
  border: 1px solid rgba(213, 186, 103, 0.38);
  border-radius: 10px;
  box-shadow: 0 20px 55px rgba(8, 28, 48, 0.1);
  cursor: pointer;
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    background 180ms ease;
}

.procurement-card:hover,
.procurement-card--active {
  transform: translateY(-2px);
  background:
    linear-gradient(135deg, rgba(247, 181, 0, 0.18), transparent 48%),
    linear-gradient(180deg, #ffffff, #fff8e4);
  border-color: rgba(247, 181, 0, 0.72);
  box-shadow: 0 28px 68px rgba(8, 28, 48, 0.14);
}

.procurement-card:focus-visible {
  outline: 3px solid rgba(247, 181, 0, 0.52);
  outline-offset: 4px;
}

.procurement-card__icon {
  display: grid;
  width: 54px;
  height: 54px;
  place-items: center;
  color: #061b2d;
  background: var(--color-gold);
  border: 1px solid rgba(247, 181, 0, 0.5);
  border-radius: 8px;
}

.procurement-card__icon svg {
  width: 26px;
  height: 26px;
}

.procurement-card__copy {
  min-width: 0;
}

.procurement-card h3 {
  margin: 0;
  color: var(--color-ink);
  font-size: clamp(22px, 2.3vw, 30px);
  font-weight: 950;
  line-height: 1.16;
}

.procurement-card p {
  max-width: 720px;
  margin: 9px 0 0;
  color: #5b6876;
  font-size: 15px;
  font-weight: 650;
  line-height: 1.55;
}

.procurement-card strong {
  display: inline-flex;
  margin-top: 12px;
  color: #061b2d;
  font-size: 14px;
  font-weight: 850;
}

.procurement-card__answer {
  display: grid;
  grid-template-rows: 0fr;
  grid-column: 1 / -1;
  margin-left: 76px;
  opacity: 0;
  transition:
    grid-template-rows 220ms ease,
    margin-top 220ms ease,
    opacity 180ms ease;
}

.procurement-card__answer > * {
  overflow: hidden;
}

.procurement-card--active .procurement-card__answer {
  grid-template-rows: 1fr;
  margin-top: 4px;
  opacity: 1;
}

.procurement-card__answer-inner {
  position: relative;
  max-width: 900px;
  padding: 18px 0 4px 28px;
}

.procurement-card__answer-inner::before {
  position: absolute;
  top: 18px;
  bottom: 6px;
  left: 0;
  width: 2px;
  content: "";
  background: linear-gradient(180deg, rgba(247, 181, 0, 0.95), rgba(184, 139, 31, 0.22));
}

.procurement-card__answer-inner strong {
  display: inline-flex;
  margin: 0 0 12px;
  color: #b88713;
  font-size: 16px;
  font-weight: 950;
  letter-spacing: 0;
}

.procurement-card__answer-inner p {
  max-width: 820px;
  margin: 0 0 12px;
  color: #415061;
  font-size: 14px;
  font-weight: 650;
  line-height: 1.7;
}

.procurement-card__answer-inner ul {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  color: #334252;
  font-size: 14px;
  font-weight: 680;
  line-height: 1.62;
  list-style: none;
}

.procurement-card__answer-inner li {
  position: relative;
  padding-left: 18px;
}

.procurement-card__answer-inner li::before {
  position: absolute;
  top: 0.72em;
  left: 0;
  width: 6px;
  height: 6px;
  content: "";
  background: var(--color-gold);
  border-radius: 999px;
  box-shadow: 0 0 0 4px rgba(247, 181, 0, 0.14);
}

.procurement-card__arrow {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  color: #061b2d;
  background: rgba(247, 181, 0, 0.16);
  border: 1px solid rgba(247, 181, 0, 0.42);
  border-radius: 50%;
  transition:
    transform 180ms ease,
    background 180ms ease;
}

.procurement-card--active .procurement-card__arrow {
  transform: rotate(180deg);
  background: var(--color-gold);
}

html[dir="rtl"] .hero__content,
html[dir="rtl"] .section-title,
html[dir="rtl"] .customize__intro,
html[dir="rtl"] .procurement__heading,
html[dir="rtl"] .quote__copy {
  text-align: right;
}

html[dir="rtl"] body {
  font-family: "Segoe UI", Tahoma, Arial, sans-serif;
}

html[dir="rtl"] .site-header,
html[dir="rtl"] .brand,
html[dir="rtl"] .language,
html[dir="rtl"] .contact-card,
html[dir="rtl"] .quote__copy li,
html[dir="rtl"] .footer__brand-logo {
  direction: rtl;
}

html[dir="rtl"] .nav {
  direction: rtl;
}

html[dir="rtl"] .nav a:first-child::after {
  right: 0;
  left: auto;
}

html[dir="rtl"] .language {
  padding: 0 13px 0 30px;
}

html[dir="rtl"] .language::after {
  right: auto;
  left: 13px;
}

html[dir="rtl"] .hero__actions,
html[dir="rtl"] .contact-card,
html[dir="rtl"] .option-item,
html[dir="rtl"] .advantage-item,
html[dir="rtl"] .quote__copy li {
  flex-direction: row-reverse;
}

html[dir="rtl"] .contact-card + .contact-card::before {
  right: 0;
  left: auto;
}

html[dir="rtl"] .floating-toolbar {
  right: auto;
  left: 0;
  padding: 0 0 0 10px;
}

html[dir="rtl"] body.has-scrolled-past-hero .floating-toolbar {
  transform: translate(0, -50%);
}

html[dir="rtl"] .floating-toolbar__item:hover,
html[dir="rtl"] .floating-toolbar__item:focus-visible {
  transform: translateX(4px);
}

html[dir="rtl"] .floating-toolbar__item[data-tooltip]::before {
  right: auto;
  left: calc(100% + 10px);
  transform: translate(-6px, -50%);
}

html[dir="rtl"] .floating-toolbar__item[data-tooltip]::after {
  right: auto;
  left: calc(100% + 4px);
  border-right: 6px solid rgba(3, 26, 46, 0.92);
  border-left: 0;
  transform: translate(-6px, -50%);
}

html[dir="rtl"] .floating-toolbar__item[data-tooltip]:hover::before,
html[dir="rtl"] .floating-toolbar__item[data-tooltip]:focus-visible::before,
html[dir="rtl"] .floating-toolbar__item[data-tooltip]:hover::after,
html[dir="rtl"] .floating-toolbar__item[data-tooltip]:focus-visible::after {
  transform: translate(0, -50%);
}

html[dir="rtl"] .floating-toolbar__qr {
  right: auto;
  left: calc(100% + 12px);
  transform: translate(-8px, -50%) scale(0.96);
  transform-origin: left center;
}

html[dir="rtl"] .floating-toolbar__qr::after {
  right: auto;
  left: -7px;
  border-top: 0;
  border-right: 0;
  border-bottom: 1px solid rgba(3, 26, 46, 0.12);
  border-left: 1px solid rgba(3, 26, 46, 0.12);
}

html[dir="rtl"] .floating-toolbar__item--wechat:hover .floating-toolbar__qr,
html[dir="rtl"] .floating-toolbar__item--wechat:focus-visible .floating-toolbar__qr,
html[dir="rtl"] .floating-toolbar__item--wechat:focus-within .floating-toolbar__qr {
  transform: translate(0, -50%) scale(1);
}

html[dir="rtl"] .procurement-card,
html[dir="rtl"] .quote-form,
html[dir="rtl"] .footer__links,
html[dir="rtl"] .footer__contact {
  text-align: right;
}

html[dir="rtl"] .procurement-card__answer {
  margin-right: 76px;
  margin-left: 0;
}

html[dir="rtl"] .procurement-card__answer-inner {
  padding-right: 28px;
  padding-left: 0;
}

html[dir="rtl"] .procurement-card__answer-inner::before {
  right: 0;
  left: auto;
}

html[dir="rtl"] .procurement-card__answer-inner li {
  padding-right: 18px;
  padding-left: 0;
}

html[dir="rtl"] .procurement-card__answer-inner li::before {
  right: 0;
  left: auto;
}


.featured-card h3,
.featured-card p,
.model-row h3,
.model-row p,
.customize__intro h2,
.customize__intro p,
.option-item strong,
.option-item small,
.system-card h3,
.system-card p,
.advantage-item strong,
.advantage-item small,
.process-step h3,
.process-step p,
.why-item h3,
.why-item p,
.video-preview__content strong,
.video-preview__content small,
.testimonial-card p,
.testimonial-card__profile span,
.news .news-card h3,
.news .news-card p,
.quote-form h2 {
  display: block;
  overflow: visible;
  overflow-wrap: normal;
  word-break: keep-all;
  -webkit-line-clamp: unset;
  -webkit-box-orient: initial;
}

html:not([lang="en"]) .hero h1,
html:not([lang="en"]) .section-title h2,
html:not([lang="en"]) .customize__intro h2,
html:not([lang="en"]) .procurement__heading h2,
html:not([lang="en"]) .quote__copy h2 {
  line-height: 1.14;
}

html:not([lang="en"]) .hero h1 {
  font-size: clamp(34px, 3.8vw, 58px);
}

html:not([lang="en"]) .site-header {
  gap: clamp(14px, 1.8vw, 26px);
}

html:not([lang="en"]) .nav {
  gap: clamp(11px, 1.15vw, 20px);
}

html:not([lang="en"]) .nav a {
  font-size: clamp(12px, 0.74vw, 14px);
}

html:not([lang="en"]) .nav a,
html:not([lang="en"]) .btn,
html:not([lang="en"]) .submit-btn,
html:not([lang="en"]) .project-card span,
html:not([lang="en"]) .footer a {
  white-space: normal;
  overflow-wrap: anywhere;
}

html:not([lang="en"]) .featured-card h3,
html:not([lang="en"]) .featured-card p,
html:not([lang="en"]) .model-row h3,
html:not([lang="en"]) .model-row p,
html:not([lang="en"]) .customize__intro h2,
html:not([lang="en"]) .customize__intro p,
html:not([lang="en"]) .option-item strong,
html:not([lang="en"]) .option-item small,
html:not([lang="en"]) .advantage-item strong,
html:not([lang="en"]) .advantage-item small,
html:not([lang="en"]) .process-step h3,
html:not([lang="en"]) .process-step p,
html:not([lang="en"]) .why-item h3,
html:not([lang="en"]) .why-item p,
html:not([lang="en"]) .testimonial-card p,
html:not([lang="en"]) .testimonial-card__profile span,
html:not([lang="en"]) .procurement-card h3,
html:not([lang="en"]) .procurement-card p,
html:not([lang="en"]) .procurement-card__answer-inner p,
html:not([lang="en"]) .procurement-card__answer-inner li,
html:not([lang="en"]) .quote-form label,
html:not([lang="en"]) .quote-form input,
html:not([lang="en"]) .quote-form textarea {
  hyphens: auto;
  overflow-wrap: anywhere;
  word-break: normal;
}

html:not([lang="en"]) .btn,
html:not([lang="en"]) .submit-btn {
  min-height: 48px;
  height: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 1.25;
}

html:not([lang="en"]) .model-row,
html:not([lang="en"]) .option-item,
html:not([lang="en"]) .advantage-item,
html:not([lang="en"]) .procurement-card {
  align-items: center;
}

html[lang="ar"] .hero h1,
html[lang="ar"] .section-title h2,
html[lang="ar"] .customize__intro h2,
html[lang="ar"] .procurement__heading h2,
html[lang="ar"] .quote__copy h2 {
  font-weight: 850;
  line-height: 1.22;
}

html[lang="ar"] .nav a,
html[lang="ar"] .btn,
html[lang="ar"] .submit-btn,
html[lang="ar"] .project-card span {
  font-weight: 800;
}

.model-row h3,
.model-row p,
.option-item small,
.system-card p,
.advantage-item small,
.process-step p,
.why-item p,
.testimonial-card__profile span,
.news .news-card p {
  line-height: 1.45;
}

.why-item h3,
.why-item p {
  display: -webkit-box;
  overflow: hidden;
  overflow-wrap: anywhere;
  word-break: normal;
  -webkit-box-orient: vertical;
}

.why-item h3 {
  -webkit-line-clamp: 3;
}

.why-item p {
  -webkit-line-clamp: 4;
}

.testimonial-card p,
.testimonial-card strong,
.testimonial-card small,
.testimonial-card__profile span {
  overflow-wrap: anywhere;
  word-break: normal;
}

[dir="rtl"] .testimonial-card {
  text-align: right;
  border-right-color: rgba(247, 181, 0, 0.72);
  border-left-color: rgba(255, 255, 255, 0.12);
}

@media (max-width: 1100px) {
  .site-header {
    gap: 18px;
  }

  .models__grid,
  .manufacturer__panel,
  .certificates__grid,
  .quote__grid {
    grid-template-columns: 1fr;
  }

  .manufacturer__panel {
    align-items: stretch;
  }

  .factory-media {
    aspect-ratio: 3200 / 1830;
  }

  .customize__grid {
    grid-template-columns: 1fr;
    grid-template-areas:
      "intro"
      "showcase";
  }

  .customize__showcase {
    grid-template-columns: minmax(160px, 0.9fr) minmax(280px, 1.1fr) minmax(170px, 0.9fr);
  }

  .customize .customize__options--left .option-item::after,
  .customize .customize__options--right .option-item::after {
    width: 48px;
  }

  .customize .court-diagram {
    height: 300px;
  }

  .customize .court-diagram::before {
    inset: 34px -24px 38px;
  }

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

  .process-step:nth-child(4n)::before {
    display: block;
  }

  .process-step:nth-child(3n)::before {
    display: none;
  }

  .news__heading,
  .news-board {
    grid-template-columns: 1fr;
  }

  .procurement-card {
    grid-template-columns: 58px minmax(0, 1fr) 40px;
  }

  .news-card--featured {
    min-height: 320px;
  }

  .procurement-card__arrow {
    justify-self: end;
  }
}

@media (min-width: 761px) and (max-width: 1100px) {
  .customize {
    padding: 72px 0 82px;
  }

  .customize__grid {
    gap: 30px;
    min-height: 0;
    padding: 46px 28px 34px;
  }

  .customize__intro {
    max-width: 680px;
  }

  .customize__intro h2 {
    font-size: clamp(38px, 5.2vw, 48px);
  }

  .customize__showcase {
    grid-template-columns: 1fr;
    grid-template-areas:
      "diagram"
      "left"
      "right"
      "bottom";
    gap: 18px;
    align-items: stretch;
    min-height: 0;
    overflow: visible;
  }

  .customize .court-diagram {
    width: min(560px, 100%);
    height: clamp(320px, 42vw, 390px);
    justify-self: center;
  }

  .customize .court-diagram::before {
    inset: 6px -14px 16px;
  }

  .customize .customize__options {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px 18px;
  }

  .customize .customize__options--right {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .customize .option-item {
    display: grid;
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 8px;
    align-items: start;
    min-width: 0;
    padding: 12px;
    background: rgba(255, 255, 255, 0.62);
    border: 1px solid rgba(206, 218, 229, 0.74);
    border-radius: var(--radius-small);
  }

  .customize .option-item > svg {
    width: 34px;
    height: 34px;
    padding: 7px;
  }

  .customize .option-item strong {
    font-size: 13px;
    line-height: 1.18;
  }

  .customize .option-item small {
    margin-top: 4px;
    font-size: 11.5px;
    line-height: 1.38;
    -webkit-line-clamp: unset;
  }

  .customize .customize__options--left .option-item::after,
  .customize .customize__options--right .option-item::after,
  .customize .customize__options--right .option-item:nth-child(3)::before {
    display: none;
  }

  .customize__bottom-options {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-top: 4px;
  }

  .customize__bottom-options .option-item {
    grid-column: auto;
    grid-template-columns: 34px minmax(0, 1fr);
  }

  .customize .customize__bottom-options .option-item small {
    white-space: normal;
  }
}

@media (min-width: 761px) and (max-width: 900px) {
  .customize__grid {
    padding: 42px 28px 34px;
  }

  .customize .court-diagram {
    width: min(520px, 100%);
    height: clamp(300px, 48vw, 380px);
  }

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

  .customize .option-item strong,
  .customize .option-item small {
    max-width: 100%;
    overflow-wrap: anywhere;
    word-break: normal;
    -webkit-line-clamp: unset;
  }

  .customize .option-item small {
    font-size: 11.5px;
    line-height: 1.38;
  }

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

  .customize__bottom-options .option-item {
    grid-column: auto;
  }
}

@media (max-width: 760px) {
  :root {
    --header-height: 86px;
    --mobile-contact-height: 156px;
  }

  html,
  body,
  #site-root {
    width: 100%;
    min-width: 0;
  }

  .container,
  .models > .container,
  .manufacturer > .container,
  .process > .container,
  .certificates > .container,
  .why > .container,
  .contact-strip {
    width: min(100% - 28px, var(--container));
    max-width: calc(100vw - 28px);
  }

  .site-header {
    flex-wrap: wrap;
    width: 100vw;
    margin: 0;
    height: auto;
    min-height: var(--header-height);
    padding: 10px 14px;
  }

  .brand {
    flex: 1 1 0;
    width: auto;
    min-width: 0;
    max-width: calc(100% - 186px);
  }

  .brand__text {
    min-width: 0;
  }

  .brand__text strong,
  .brand__text small {
    overflow: visible;
    text-overflow: clip;
    white-space: nowrap;
  }

  .language {
    width: clamp(118px, 30vw, 132px);
    max-width: 132px;
    grid-template-columns: 16px minmax(0, 1fr) 8px;
    gap: 6px;
    padding-right: 28px;
  }

  .language span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .nav {
    position: absolute;
    top: calc(100% - 1px);
    right: 16px;
    left: auto;
    z-index: 60;
    display: grid;
    gap: 0;
    width: min(276px, calc(100vw - 32px));
    max-height: 0;
    padding: 0;
    overflow: hidden;
    background:
      linear-gradient(180deg, rgba(6, 35, 59, 0.98), rgba(3, 20, 36, 0.98));
    border: 1px solid rgba(255, 255, 255, 0);
    border-radius: var(--radius-small);
    box-shadow: 0 22px 46px rgba(0, 12, 24, 0.32);
    opacity: 0;
    pointer-events: none;
    transition:
      max-height 220ms ease,
      opacity 180ms ease,
      border-color 180ms ease;
  }

  .site-header.is-menu-open .nav {
    max-height: 440px;
    border-color: rgba(255, 255, 255, 0.14);
    opacity: 1;
    pointer-events: auto;
  }

  .nav a {
    width: 100%;
    padding: 14px 16px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    white-space: normal;
  }

  .nav a:last-child {
    border-bottom: 0;
  }

  .nav a:first-child::after {
    display: none;
  }

  .menu-toggle {
    display: inline-grid;
    flex: 0 0 auto;
    width: 42px;
    height: 42px;
    place-items: center;
    padding: 0;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 999px;
    cursor: pointer;
  }

  .menu-toggle span {
    display: block;
    width: 18px;
    height: 2px;
    grid-area: 1 / 1;
    background: currentColor;
    border-radius: 999px;
    transition:
      transform 180ms ease,
      opacity 160ms ease;
  }

  .menu-toggle span:nth-child(1) {
    transform: translateY(-6px);
  }

  .menu-toggle span:nth-child(3) {
    transform: translateY(6px);
  }

  .site-header.is-menu-open .menu-toggle span:nth-child(1) {
    transform: rotate(45deg);
  }

  .site-header.is-menu-open .menu-toggle span:nth-child(2) {
    opacity: 0;
  }

  .site-header.is-menu-open .menu-toggle span:nth-child(3) {
    transform: rotate(-45deg);
  }

  .hero__content {
    height: calc(100svh - var(--header-height) - var(--mobile-contact-height));
    padding-top: clamp(18px, 3.2svh, 30px);
    padding-bottom: 0;
  }

  .contact-strip,
  .project-grid,
  .footer__grid,
  .quote-form__grid,
  .system-grid,
  .news-grid,
  .news-board,
  .news-board__side {
    grid-template-columns: 1fr;
  }

  .project-grid {
    padding: 14px;
    gap: 14px;
  }

  .contact-strip {
    height: var(--mobile-contact-height);
    gap: 0;
    margin: 0;
    padding: 0;
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  .contact-card {
    min-height: 0;
    gap: 14px;
    width: 100%;
    height: 100%;
    padding: 8px 22px;
    justify-content: flex-start;
  }

  .contact-card .icon-ring {
    width: 40px;
    height: 40px;
  }

  .contact-card strong {
    font-size: 14px;
    line-height: 1.1;
  }

  .contact-card small {
    margin-top: 4px;
    font-size: clamp(14px, 4vw, 17px);
    line-height: 1.2;
  }

  .contact-card + .contact-card::before {
    top: 0;
    bottom: auto;
    left: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.16), transparent);
  }

  .testimonial-carousel {
    margin-inline: -14px;
    padding-inline: 14px;
    min-height: 390px;
  }

  .testimonial-stage {
    min-height: 368px;
  }

  .testimonial-card {
    width: min(620px, 88vw);
    grid-template-columns: 1fr;
    min-height: 300px;
  }

  .testimonial-card--prev {
    opacity: 0.28;
    transform: translate(calc(-50% - min(390px, 43vw)), -50%) scale(0.76) rotateY(6deg);
  }

  .testimonial-card--next {
    opacity: 0.28;
    transform: translate(calc(-50% + min(390px, 43vw)), -50%) scale(0.76) rotateY(-6deg);
  }

  .testimonial-card--prev-far,
  .testimonial-card--next-far {
    opacity: 0;
  }

  .testimonial-card__photo {
    width: 66px;
    height: 66px;
    min-height: 66px;
    margin: 0 0 24px 32px;
    padding: 0;
    border-radius: 8px;
  }

  .testimonial-card__body {
    padding: 28px 32px 28px;
  }

  .testimonial-card__profile {
    grid-template-columns: 82px minmax(0, 1fr);
    gap: 22px;
  }

  .models,
  .projects,
  .manufacturer,
  .process,
  .why,
  .sports-systems,
  .news,
  .customize,
  .quote {
    min-height: 0;
    padding: 42px 0;
  }

  .models {
    overflow: visible;
  }

  .models__grid,
  .customize__grid,
  .certificates__grid {
    grid-template-columns: 1fr;
  }

  .models__grid {
    position: sticky;
    top: var(--header-height);
    z-index: 8;
    grid-template-rows: auto minmax(0, 1fr);
    align-items: start;
    gap: 12px;
    height: calc(100svh - var(--header-height));
    padding: 12px;
    overflow: hidden;
  }

  .customize__grid {
    grid-template-areas:
      "intro"
      "showcase";
    gap: 18px;
    padding: 22px 18px 24px;
    width: 100%;
    min-width: 0;
    max-width: 100%;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.86);
  }

  .customize__grid *,
  .customize__showcase * {
    max-width: 100%;
  }

  .customize__intro .btn {
    width: 164px;
    min-width: 0;
    max-width: 100%;
    padding: 0 16px;
  }

  .customize__intro h2 {
    overflow: visible;
    -webkit-line-clamp: unset;
  }

  .customize__showcase {
    width: 100%;
    min-width: 0;
    grid-template-columns: 1fr;
    grid-template-areas:
      "diagram"
      "left"
      "right"
      "bottom";
    gap: 14px;
    padding: 18px;
    overflow: visible;
    background: transparent;
  }

  .customize .customize__options--left .option-item::after,
  .customize .customize__options--right .option-item::after {
    display: none;
  }

  .customize__showcase::before {
    inset: 8% 12% 46%;
  }

  .customize .court-diagram {
    width: min(330px, 100%);
    aspect-ratio: 330 / 242;
    height: auto;
    min-height: 0;
    margin: 0 auto 0 0;
    overflow: hidden;
    background:
      radial-gradient(ellipse at 50% 50%, rgba(255, 255, 255, 0.58), transparent 56%);
  }

  .customize .court-diagram::before {
    display: none;
  }

  .customize .court-diagram::after {
    display: none;
  }

  .customize__product-image {
    position: absolute;
    left: 50%;
    top: 50%;
    display: block;
    width: 96%;
    height: 96%;
    transform: translate(-50%, -50%);
    object-fit: contain;
    object-position: center;
  }

  .customize .customize__options {
    width: 100%;
    min-width: 0;
    gap: clamp(10px, 3vw, 16px);
  }

  .customize__bottom-options {
    width: 100%;
    min-width: 0;
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 0;
  }

  .customize__bottom-options .option-item {
    width: 100%;
    min-width: 0;
  }

  .customize__bottom-options .option-item strong {
    max-width: none;
    white-space: normal;
  }

  .customize__bottom-options .option-item small {
    max-width: none;
    white-space: normal;
  }

  .customize .customize__options--left,
  .customize .customize__options--right {
    text-align: left;
  }

  .customize .customize__options--left .option-item {
    flex-direction: row;
  }

  .customize .option-item {
    display: grid;
    grid-template-columns: clamp(42px, 12vw, 52px) minmax(0, 1fr);
    align-items: start;
    gap: clamp(10px, 3vw, 14px);
    min-height: 0;
    padding: clamp(12px, 3.2vw, 16px) 0;
    border-bottom: 1px solid rgba(6, 35, 59, 0.08);
  }

  .customize .option-item > svg {
    width: clamp(42px, 12vw, 52px);
    height: clamp(42px, 12vw, 52px);
    padding: clamp(8px, 2.4vw, 11px);
  }

  .customize .option-item span {
    width: 100%;
    min-width: 0;
    overflow: visible;
  }

  .customize .option-item strong,
  .customize .option-item small {
    display: block;
    min-height: 0;
    max-width: 100%;
    overflow: visible;
    overflow-wrap: anywhere;
    word-break: normal;
    -webkit-line-clamp: unset;
    -webkit-box-orient: initial;
  }

  .customize__intro,
  .customize__intro h2,
  .customize__intro p,
  .customize .option-item,
  .customize .option-item span,
  .customize .option-item strong,
  .customize .option-item small {
    min-width: 0;
    overflow-wrap: anywhere;
    word-break: normal;
  }

  .customize .option-item strong {
    font-size: clamp(15px, 4.4vw, 18px);
    line-height: 1.18;
  }

  .customize .option-item small {
    margin-top: 6px;
    font-size: clamp(12px, 3.45vw, 14px);
    line-height: 1.45;
    white-space: normal;
  }

  .customize .customize__bottom-options .option-item small,
  .customize .customize__bottom-options .option-item strong {
    max-width: 100%;
    overflow: visible;
    overflow-wrap: anywhere;
    word-break: normal;
    white-space: normal;
    -webkit-line-clamp: unset;
  }

  .customize .option-item::after {
    display: none;
  }

  .customize .option-item:last-child {
    border-bottom: 0;
  }

  .model-row {
    grid-template-columns: clamp(98px, 29vw, 128px) minmax(0, 1fr);
    gap: 14px;
    align-items: center;
    min-height: clamp(138px, 38vw, 176px);
    padding: clamp(14px, 4vw, 18px);
    border: 1px solid var(--color-border);
    border-radius: var(--radius-small);
    cursor: pointer;
  }

  .model-row > svg {
    display: none;
  }

  @media (max-width: 390px) {
    .customize__grid {
      padding-inline: 14px;
    }

    .customize__showcase {
      padding-inline: 12px;
    }

    .customize .option-item {
      grid-template-columns: 40px minmax(0, 1fr);
      gap: 10px;
    }

    .customize .option-item > svg {
      width: 40px;
      height: 40px;
      padding: 8px;
    }

    .customize .option-item strong {
      font-size: clamp(14px, 4.2vw, 16px);
    }

    .customize .option-item small {
      font-size: clamp(11.5px, 3.5vw, 13px);
      line-height: 1.48;
    }
  }

  .model-thumb {
    width: 100%;
  }

  .model-list {
    grid-template-rows: none;
    gap: 12px;
    min-height: 0;
    max-height: 100%;
    overflow-y: auto;
    overscroll-behavior: auto;
    padding-right: 2px;
    border: 0;
    box-shadow: none;
    background: transparent;
    -webkit-overflow-scrolling: touch;
  }

  .model-row.is-active {
    border-color: rgba(247, 181, 0, 0.78);
    box-shadow: 0 16px 36px rgba(8, 28, 48, 0.13);
  }

  .model-row small {
    font-size: 13px;
  }

  .model-row h3 {
    font-size: clamp(20px, 5.2vw, 24px);
    line-height: 1.14;
  }

  .model-row p {
    font-size: clamp(14px, 3.8vw, 16px);
    line-height: 1.46;
  }

  .featured-card {
    height: clamp(300px, 45svh, 400px);
    min-height: 0;
  }

  .featured-card__media,
  .featured-card__media img {
    display: block;
  }

  .featured-card__content {
    left: 22px;
    right: 22px;
    bottom: 14px;
    max-width: none;
  }

  .project-card {
    grid-column: 1 / -1;
    height: auto;
    min-height: 0;
  }

  .project-card--4,
  .project-card--5 {
    grid-column: 1 / -1;
    height: auto;
    aspect-ratio: 2400 / 1180;
  }

  .video-preview__button {
    width: 62px;
    height: 62px;
  }

  .video-preview__content strong {
    font-size: 18px;
    min-height: 42px;
  }

  .video-preview__content small {
    font-size: 13px;
    min-height: 32px;
  }

  .video-modal {
    padding: 16px;
  }

  .news {
    padding: 52px 0 62px;
  }

  .procurement {
    padding: 56px 0 68px;
  }

  .procurement__shell {
    gap: 30px;
  }

  .procurement__heading {
    justify-items: start;
    text-align: left;
  }

  .procurement__heading h2 {
    font-size: 34px;
  }

  .procurement-card {
    min-height: 0;
    grid-template-columns: 48px minmax(0, 1fr) 34px;
    gap: 14px;
    padding: 20px;
  }

  .procurement-card__icon {
    width: 48px;
    height: 48px;
  }

  .procurement-card__answer {
    margin-left: 0;
  }

  .procurement-card__answer-inner {
    padding-left: 18px;
  }

  .news-board {
    padding: 12px;
  }

  .news-card--featured,
  .news-card--brief {
    min-height: 220px;
  }

  .advantage-grid,
  .why-grid,
  .process-line {
    grid-template-columns: repeat(2, 1fr);
  }

  .process-step:nth-child(3n)::before {
    display: block;
  }

  .process-step:nth-child(2n)::before {
    display: none;
  }

  .certificate-carousel {
    min-height: 310px;
    aspect-ratio: auto;
    max-height: none;
  }

  .certificate-stage {
    height: auto;
    min-height: 270px;
  }

  .certificate-card {
    width: clamp(152px, 46vw, 190px);
    height: auto;
    min-height: 0;
    aspect-ratio: 220 / 272;
    padding: clamp(8px, 2.4vw, 14px);
    border-width: 3px;
  }

  .certificate-card--prev {
    transform: translate(calc(-50% - 126px), -50%) scale(0.82) rotateY(8deg);
  }

  .certificate-card--next {
    transform: translate(calc(-50% + 126px), -50%) scale(0.82) rotateY(-8deg);
  }

  .certificate-card--prev-far,
  .certificate-card--next-far {
    opacity: 0;
  }

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

@media (max-width: 520px) {
  body,
  #site-root,
  .hero,
  .site-header,
  .contact-strip {
    width: 100vw;
    max-width: 100vw;
  }

  #site-root,
  .hero {
    margin-right: 0;
    margin-left: 0;
  }

  .site-header {
    gap: 8px;
    padding: 9px 14px;
  }

  .brand {
    flex: 1 1 auto;
    min-width: 0;
    max-width: calc(100% - 140px);
    gap: 8px;
  }

  .brand__symbol {
    width: clamp(38px, 9.8vw, 44px);
    height: clamp(38px, 9.8vw, 44px);
  }

  .brand__text small {
    display: block;
    font-size: clamp(6.6px, 1.75vw, 8px);
  }

  .brand__text strong {
    font-size: clamp(15px, 4vw, 18px);
    max-width: none;
    letter-spacing: 0;
  }

  .language {
    grid-template-columns: 15px minmax(0, 1fr) 8px;
    width: clamp(96px, 26vw, 106px);
    max-width: 106px;
    min-height: 36px;
    min-width: 0;
    padding-left: 9px;
    padding-right: 22px;
    font-size: 11px;
  }

  .language svg {
    width: 15px;
    height: 15px;
  }

  .menu-toggle {
    width: 36px;
    height: 36px;
  }

  @media (max-width: 390px) {
    .site-header {
      gap: 7px;
      padding: 8px 12px;
    }

    .brand {
      max-width: calc(100% - 132px);
      gap: 6px;
    }

    .brand__symbol {
      width: 34px;
      height: 34px;
    }

    .brand__text strong {
      font-size: 13px;
    }

    .brand__text small {
      font-size: 6.4px;
    }

    .language {
      grid-template-columns: 14px minmax(0, 1fr) 8px;
      width: 92px;
      max-width: 92px;
      min-height: 34px;
      padding-left: 8px;
      padding-right: 20px;
      font-size: 10.5px;
    }

    .menu-toggle {
      width: 34px;
      height: 34px;
    }
  }

  .hero h1 {
    min-height: 0;
    font-size: clamp(27px, 8.2vw, 34px);
    line-height: 1.04;
  }

  .hero h1 span + span {
    margin-top: 6px;
  }

  .hero p {
    max-width: 360px;
    margin-top: 20px;
    font-size: clamp(16px, 4.4vw, 19px);
    line-height: 1.48;
    min-height: 0;
    overflow-wrap: normal;
  }

  .hero__tagline {
    margin-top: 14px;
    margin-bottom: 18px;
  }

  .hero__actions {
    justify-content: flex-start;
    padding-top: 16px;
  }

  .hero__actions .btn {
    width: 164px;
    min-width: 0;
    min-height: 48px;
    padding: 0 16px;
  }

  .section-head {
    display: block;
  }

  .featured-card {
    height: clamp(300px, 45svh, 390px);
    min-height: 0;
  }

  .featured-card h3 {
    font-size: 28px;
  }

  .featured-card p {
    min-height: 0;
    -webkit-line-clamp: 2;
  }

  .image-modal {
    padding:
      max(14px, env(safe-area-inset-top))
      max(14px, env(safe-area-inset-right))
      max(14px, env(safe-area-inset-bottom))
      max(14px, env(safe-area-inset-left));
  }

  .image-modal__panel,
  .image-modal__frame,
  .image-modal__image {
    max-width: 100%;
    max-height: min(72vh, 72svh);
  }

  .image-modal__close {
    top: 8px;
    right: 8px;
    width: 38px;
    height: 38px;
  }

  .image-modal__nav {
    width: 42px;
    height: 42px;
  }

  .image-modal__nav--prev {
    left: 8px;
  }

  .image-modal__nav--next {
    right: 8px;
  }

  .image-modal__meta {
    gap: 8px;
    padding: 10px 10px 12px;
  }

  .advantage-grid,
  .why-grid,
  .process-line {
    grid-template-columns: 1fr;
  }

  .process-line {
    gap: 16px;
    padding: 14px;
  }

  .process-step {
    grid-template-rows: 34px auto auto auto;
    padding: 0 0 4px;
  }

  .process-step__number {
    width: 34px;
    height: 34px;
    font-size: 13px;
  }

  .process-step .media-block {
    aspect-ratio: 3 / 2;
    margin-top: 8px;
    box-shadow: 0 10px 22px rgba(8, 28, 48, 0.11);
  }

  .process-step h3 {
    margin-top: 10px;
    margin-bottom: 4px;
  }

  .why-grid {
    gap: 10px;
    padding: 12px;
  }

  .why-item {
    grid-template-columns: 44px minmax(0, 1fr);
    grid-template-rows: auto auto;
    align-items: center;
    justify-items: start;
    column-gap: 12px;
    row-gap: 8px;
    min-height: 0;
    padding: 14px 16px;
    text-align: left;
  }

  .why-item svg {
    width: 42px;
    height: 42px;
    padding: 9px;
  }

  .why-item h3 {
    align-self: center;
  }

  .why-item p {
    grid-column: 1 / -1;
  }

  .process-step::before {
    display: none;
    content: none;
  }

  .manufacturer .advantage-item {
    min-height: 0;
    padding: 16px;
    align-items: start;
  }

  .manufacturer .advantage-item > svg {
    width: 46px;
    height: 46px;
    padding: 11px;
    margin-top: 2px;
  }

  .certificate-card {
    width: clamp(152px, 46vw, 190px);
    height: auto;
    min-height: 0;
    aspect-ratio: 220 / 272;
  }

  .certificate-card--prev,
  .certificate-card--next {
    opacity: 0;
    pointer-events: none;
  }

  .check-list {
    gap: 15px;
  }

  .check-list li {
    gap: 10px;
    min-height: 0;
    font-size: clamp(17px, 4.7vw, 20px);
    line-height: 1.28;
    text-wrap: pretty;
  }

  .check-list svg {
    width: 16px;
    height: 16px;
    margin-top: 0.42em;
  }

  .quote-form {
    padding: 20px;
  }

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

  .testimonial-card {
    grid-template-columns: 1fr;
    width: min(360px, 90vw);
    min-height: 0;
    gap: 0;
  }

  .testimonial-card--prev {
    opacity: 0;
    transform: translate(calc(-50% - 180px), -50%) scale(0.76);
    pointer-events: none;
  }

  .testimonial-card--next {
    opacity: 0;
    transform: translate(calc(-50% + 180px), -50%) scale(0.76);
    pointer-events: none;
  }

  .testimonial-card__photo {
    width: 60px;
    height: 60px;
    min-height: 60px;
    margin: 0 0 24px 24px;
    padding: 0;
    border: 0;
    border-radius: 8px;
  }

  .testimonial-card__photo img {
    width: 100%;
    height: 100%;
    border-radius: 8px;
  }

  .testimonial-card__body {
    grid-template-rows: 42px minmax(128px, auto) auto;
    align-content: start;
    padding: 26px 24px 24px;
    text-align: left;
  }

  .testimonial-card p {
    text-align: justify;
    text-justify: inter-word;
    overflow-wrap: normal;
    word-break: normal;
    hyphens: auto;
  }

  .testimonial-card__profile {
    grid-template-columns: 74px minmax(0, 1fr);
    gap: 18px;
  }

  .testimonials {
    padding-top: 42px;
    padding-bottom: 34px;
  }

  .testimonials h2 {
    margin-bottom: 12px;
  }

  .testimonial-carousel {
    min-height: clamp(430px, 112vw, 468px);
  }

  .testimonial-stage {
    min-height: clamp(404px, 105vw, 438px);
  }

  .testimonials .dots {
    margin-top: 6px;
  }

  .floating-toolbar {
    top: auto;
    right: max(12px, env(safe-area-inset-right));
    bottom: max(16px, env(safe-area-inset-bottom));
    grid-auto-flow: column;
    gap: 5px;
    padding: 8px;
    border: 0;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 16px 34px rgba(3, 20, 36, 0.16);
    transform: translateY(16px);
  }

  body.has-scrolled-past-hero .floating-toolbar {
    transform: translateY(0);
  }

  .floating-toolbar__item {
    width: 40px;
    height: 40px;
  }

  .floating-toolbar__item[data-tooltip]::before,
  .floating-toolbar__item[data-tooltip]::after {
    display: none;
  }

  .floating-toolbar__qr,
  html[dir="rtl"] .floating-toolbar__qr {
    top: auto;
    right: 0;
    bottom: calc(100% + 12px);
    left: auto;
    width: min(172px, calc(100vw - 32px));
    transform: translateY(8px) scale(0.96);
    transform-origin: right bottom;
  }

  .floating-toolbar__qr::after,
  html[dir="rtl"] .floating-toolbar__qr::after {
    top: auto;
    right: 14px;
    bottom: -7px;
    left: auto;
    border: 0;
    border-right: 1px solid rgba(3, 26, 46, 0.12);
    border-bottom: 1px solid rgba(3, 26, 46, 0.12);
    transform: rotate(45deg);
  }

  .floating-toolbar__item--wechat:hover .floating-toolbar__qr,
  .floating-toolbar__item--wechat:focus-visible .floating-toolbar__qr,
  .floating-toolbar__item--wechat:focus-within .floating-toolbar__qr,
  html[dir="rtl"] .floating-toolbar__item--wechat:hover .floating-toolbar__qr,
  html[dir="rtl"] .floating-toolbar__item--wechat:focus-visible .floating-toolbar__qr,
  html[dir="rtl"] .floating-toolbar__item--wechat:focus-within .floating-toolbar__qr {
    transform: translateY(0) scale(1);
  }
}

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

.manufacturer .advantage-grid {
  grid-template-columns: minmax(0, 1fr);
}

/* 统一排版、动效和多语言适配层 */
:root {
  --font-display: "Arial Narrow", "Roboto Condensed", "Inter", "Segoe UI", Arial, sans-serif;
  --font-body: "Inter", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  --text-xs: 12px;
  --text-sm: 14px;
  --text-md: 16px;
  --text-lg: 18px;
  --text-xl: 22px;
  --heading-sm: clamp(24px, 2.1vw, 32px);
  --heading-md: clamp(30px, 3vw, 42px);
  --heading-lg: clamp(42px, 5.2vw, 72px);
  --ease-out: cubic-bezier(0.2, 0.8, 0.2, 1);
}

html {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

body {
  font-family: var(--font-body);
  font-size: var(--text-md);
  line-height: 1.6;
}

.brand__text,
.nav,
.language,
.btn,
.section-title h2,
.hero h1,
.featured-card h3,
.model-row h3,
.customize__intro h2,
.system-card h3,
.project-card span,
.video-preview__content strong,
.process-step h3,
.why-item h3,
.testimonials h2,
.procurement__heading h2,
.procurement-card h3,
.quote__copy h2,
.quote-form h2,
.footer h3 {
  font-family: var(--font-display);
}

.nav a {
  font-size: var(--text-sm);
  line-height: 1.2;
}

.hero h1 {
  font-size: var(--heading-lg);
  line-height: 1.04;
}

.hero p,
.procurement__heading p {
  font-size: clamp(17px, 1.45vw, 21px);
  line-height: 1.58;
}

@media (min-width: 761px) {
  .hero__content {
    width: min(960px, calc(100% - clamp(92px, 14vw, 260px)));
    margin-right: auto;
    margin-left: clamp(76px, 9.5vw, 180px);
    padding-top: clamp(58px, 10vh, 104px);
    padding-bottom: 22px;
  }

  .hero h1 {
    max-width: min(920px, 100%);
    min-height: auto;
    font-size: clamp(42px, 4.3vw, 64px);
    line-height: 1.12;
  }

  .hero p {
    max-width: min(840px, 100%);
    margin: clamp(26px, 3vh, 34px) 0 0;
    font-size: clamp(16px, 1.05vw, 19px);
    line-height: 1.72;
  }

  .hero__tagline {
    margin-top: clamp(22px, 2.5vh, 30px);
    margin-bottom: 34px;
    font-size: clamp(76px, 5.4vw, 104px);
    font-weight: 950;
    line-height: 1.02;
  }

  html:not([lang="en"]) .hero h1 {
    max-width: min(920px, 100%);
    min-height: auto;
    font-size: clamp(36px, 3.6vw, 56px);
    line-height: 1.18;
  }

  html:not([lang="en"]) .hero p {
    max-width: min(840px, 100%);
    font-size: clamp(16px, 1.05vw, 19px);
    line-height: 1.72;
  }

  html[lang="ar"] .hero h1 {
    min-height: auto;
    font-size: clamp(34px, 3.35vw, 52px);
    line-height: 1.28;
  }

  html[dir="rtl"] .hero__content {
    margin-right: clamp(76px, 9.5vw, 180px);
    margin-left: auto;
  }
}

.section-title {
  min-height: auto;
}

.section-title h2,
.customize__intro h2,
.testimonials h2,
.quote__copy h2 {
  font-size: var(--heading-md);
  line-height: 1.08;
}

.featured-card h3,
.procurement-card h3 {
  font-size: var(--heading-sm);
}

.model-row h3,
.system-card h3,
.news-card h3,
.why-item h3 {
  font-size: var(--text-lg);
  line-height: 1.22;
}

.featured-card p,
.customize__intro p,
.system-card p,
.model-row p,
.process-step p,
.why-item p,
.procurement-card p,
.procurement-card__answer-inner p,
.procurement-card__answer-inner ul,
.quote__copy p,
.quote__copy li,
.footer a,
.footer p {
  font-size: var(--text-sm);
  line-height: 1.6;
}

.featured-card h3 {
  font-size: clamp(28px, 2.4vw, 32px);
  line-height: 1.08;
}

.featured-card p {
  font-size: clamp(14px, 1.05vw, 16px);
  line-height: 1.52;
}

.model-row h3 {
  font-size: clamp(17px, 1.08vw, 19px);
  line-height: 1.18;
  -webkit-line-clamp: 2;
}

.model-row p {
  font-size: clamp(12px, 0.82vw, 13px);
  line-height: 1.42;
  -webkit-line-clamp: 3;
}

@media (min-width: 761px) {
  .projects .project-card span {
    font-size: 15px;
    line-height: 1.25;
  }

  .customize .customize__intro h2 {
    font-size: clamp(38px, 3.6vw, 54px);
    line-height: 1.04;
  }

  .customize .customize__intro p {
    font-size: 17px;
    line-height: 1.55;
  }

  .customize .option-item strong {
    font-size: 17px;
    line-height: 1.18;
  }

  .customize .option-item small {
    font-size: 14px;
    line-height: 1.42;
  }

  .manufacturer .advantage-item strong {
    font-size: 15px;
    line-height: 1.22;
  }

  .manufacturer .advantage-item small {
    font-size: 12px;
    line-height: 1.34;
    text-align: justify;
    text-justify: inter-word;
    overflow-wrap: normal;
    word-break: normal;
    hyphens: auto;
  }

  .process-step h3 {
    font-size: 15px;
    line-height: 1.18;
  }

  .process-step p {
    font-size: 12px;
    line-height: 1.34;
  }

  .why-item h3 {
    font-size: clamp(16px, 4.2vw, 17px);
    line-height: 1.16;
  }

  .why-item p {
    font-size: clamp(12px, 3.35vw, 13px);
    line-height: 1.34;
  }
}

@media (max-width: 390px) {
  .manufacturer .advantage-item {
    gap: 12px;
    padding: 14px;
  }

  .manufacturer .advantage-item > svg {
    width: 42px;
    height: 42px;
    padding: 10px;
  }

  .manufacturer .advantage-item strong {
    font-size: 14px;
    line-height: 1.18;
  }

  .manufacturer .advantage-item small {
    font-size: 11.5px;
    line-height: 1.32;
  }

  .process-line {
    gap: 14px;
    padding: 12px;
  }

  .process-step {
    grid-template-rows: 32px auto auto auto;
  }

  .process-step__number {
    width: 32px;
    height: 32px;
    font-size: 12px;
  }

  .process-step .media-block {
    aspect-ratio: 3 / 2;
    margin-top: 7px;
  }

  .process-step h3 {
    margin-top: 8px;
    font-size: 14px;
    line-height: 1.16;
  }

  .process-step p {
    font-size: 12px;
    line-height: 1.3;
  }

  .why-grid {
    gap: 9px;
    padding: 10px;
  }

  .why-item {
    grid-template-columns: 40px minmax(0, 1fr);
    column-gap: 10px;
    row-gap: 7px;
    padding: 12px 14px;
  }

  .why-item svg {
    width: 40px;
    height: 40px;
    padding: 9px;
  }

  .why-item h3 {
    font-size: 15px;
    line-height: 1.15;
  }

  .why-item p {
    font-size: 12px;
    line-height: 1.32;
  }

  .testimonial-carousel {
    min-height: clamp(430px, 118vw, 458px);
  }

  .testimonial-stage {
    min-height: clamp(408px, 112vw, 438px);
  }
}

.btn,
.procurement__badge,
.model-row small,
.footer h3 {
  font-size: var(--text-xs);
}

.hero__slide.is-active {
  transform: scale(1.04);
  animation: heroImageDrift 18s var(--ease-out) infinite alternate;
}

.hero__scene {
  animation: courtLightSweep 9s linear infinite;
}

.hero__content h1 span,
.hero__content p,
.hero__actions,
.contact-strip {
  opacity: 0;
  animation: heroRise 780ms var(--ease-out) forwards;
}

.hero__content h1 span:nth-child(2) {
  animation-delay: 120ms;
}

.hero__content p {
  animation-delay: 240ms;
}

.hero__actions {
  animation-delay: 360ms;
}

.contact-strip {
  animation-delay: 520ms;
}

.reveal-on-scroll {
  opacity: 0;
  transform: translate3d(0, 22px, 0) scale(0.985);
  transition:
    opacity 520ms var(--ease-out),
    transform 620ms var(--ease-out);
  will-change: opacity, transform;
}

.reveal-on-scroll.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
}

.models__grid,
.featured-card,
.model-row,
.option-item,
.system-card,
.project-card,
.advantage-item,
.process-step,
.why-item,
.news-card,
.certificate-card,
.testimonial-card,
.procurement-card,
.quote-form,
.quote__copy {
  transition:
    transform 260ms var(--ease-out),
    box-shadow 260ms var(--ease-out),
    border-color 260ms var(--ease-out),
    background 260ms var(--ease-out),
    filter 260ms var(--ease-out);
}

.featured-card:hover,
.system-card:hover,
.advantage-item:hover,
.why-item:hover,
.news-card:hover,
.quote-form:hover {
  transform: translateY(-5px);
  box-shadow: 0 28px 72px rgba(8, 28, 48, 0.16);
}

.model-row:hover,
.model-row:focus-within,
.option-item:hover,
.process-step:hover {
  transform: translateX(6px);
}

.media-block img,
.model-thumb__image,
.project-card img,
.certificate-card img,
.testimonial-card img {
  transition:
    transform 620ms var(--ease-out),
    filter 620ms var(--ease-out);
}

.featured-card:hover .media-block img,
.project-card:hover img,
.process-step:hover .media-block img,
.news-card:hover img {
  transform: scale(1.055);
  filter: brightness(1.18) saturate(1.1) contrast(1.03);
}

.certificate-card:hover img {
  transform: scale(1.055);
  filter: saturate(1.08) contrast(1.03);
}

.btn:hover svg,
.model-row:hover > svg,
.contact-card:hover svg,
.submit-btn:hover svg {
  animation: arrowNudge 680ms var(--ease-out) infinite;
}

.contact-card:hover {
  transform: translateY(-3px);
}

@keyframes heroRise {
  from {
    opacity: 0;
    transform: translate3d(0, 28px, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes heroImageDrift {
  from {
    transform: scale(1.04) translate3d(0, 0, 0);
  }

  to {
    transform: scale(1.08) translate3d(-1.4%, -0.8%, 0);
  }
}

@keyframes courtLightSweep {
  from {
    background-position: 0 0, 0 0, 0 0, 0 0, 0 0;
  }

  to {
    background-position: 86px 0, 152px 0, 0 0, 0 0, 0 0;
  }
}

@keyframes arrowNudge {
  0%,
  100% {
    transform: translateX(0);
  }

  50% {
    transform: translateX(4px);
  }
}

@media (max-width: 760px) {
  .hero {
    width: 100vw;
    margin-right: 0;
    margin-left: 0;
    height: 100svh;
    min-height: 100svh;
    max-height: 100svh;
  }

  .hero__background {
    top: var(--header-height);
    bottom: var(--mobile-contact-height);
    background: #06243b;
  }

  .hero__slide {
    right: -1px;
    left: -1px;
    width: calc(100% + 2px);
    object-fit: cover;
    object-position: var(--hero-mobile-position, center center);
    transform: none;
  }

  .hero__slide.is-active {
    animation: none;
  }

  .hero__background::after {
    content: none;
    background: none;
  }

  .hero__nav {
    top: 66%;
    width: 42px;
    height: 42px;
    color: #ffffff;
    background: rgba(1, 15, 27, 0.1);
    border-color: rgba(255, 255, 255, 0.88);
    border-width: 1.5px;
  }

  .hero__nav:hover,
  .hero__nav:focus-visible {
    color: #ffffff;
    background: rgba(1, 15, 27, 0.1);
    border-color: rgba(255, 255, 255, 0.88);
    transform: translateY(-50%);
  }

  .hero__nav--prev {
    left: 12px;
  }

  .hero__nav--next {
    right: 12px;
  }

  .contact-strip {
    right: 0;
    left: 0;
    height: var(--mobile-contact-height);
    width: 100% !important;
    max-width: none !important;
    margin: 0;
    padding: 0;
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  .contact-card {
    min-height: 0;
    height: 100%;
    justify-content: flex-start;
    gap: 14px;
    padding: 8px 22px;
    width: 100%;
  }

  .contact-card .icon-ring {
    width: 40px;
    height: 40px;
  }

  .contact-card strong {
    font-size: 14px;
    line-height: 1.1;
  }

  .contact-card span,
  .contact-card a {
    font-size: clamp(14px, 4vw, 17px);
    line-height: 1.2;
  }

  .hero h1 {
    font-size: clamp(25px, 6.9vw, 32px);
    line-height: 1.06;
  }

  .hero h1 span + span {
    margin-top: 8px;
  }

  html:not([lang="en"]) .hero h1 {
    font-size: clamp(24px, 6.8vw, 32px);
    line-height: 1.12;
  }

  html[lang="ar"] .hero h1 {
    font-size: clamp(23px, 6.5vw, 31px);
    line-height: 1.28;
  }

  .section-title h2,
  .customize__intro h2,
  .testimonials h2,
  .quote__copy h2,
  .procurement__heading h2 {
    font-size: clamp(27px, 7.2vw, 36px);
  }

  .hero p,
  .procurement__heading p {
    font-size: 16px;
  }

  .hero p {
    margin-top: 14px;
    line-height: 1.38;
  }

  .hero__tagline {
    margin-top: 10px;
    margin-bottom: 14px;
  }

  .hero__actions {
    padding-top: 42px;
  }

  .model-row:hover,
  .model-row:focus-within,
  .option-item:hover,
  .process-step:hover {
    transform: translateY(-3px);
  }

  .customize .option-item:hover {
    transform: none;
  }
}

@media (max-width: 760px) and (max-height: 720px) {
  :root {
    --mobile-contact-height: 138px;
  }

  .hero__content {
    padding-top: 22px;
  }

  .hero p {
    margin-top: 14px;
    line-height: 1.38;
  }

  .hero__tagline {
    margin-top: 10px;
    margin-bottom: 12px;
  }

  .hero__actions {
    padding-top: 34px;
  }

  .contact-card .icon-ring {
    width: 36px;
    height: 36px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero__slide,
  .hero__scene,
  .hero__content h1 span,
  .hero__content p,
  .hero__actions,
  .contact-strip,
  .btn:hover svg,
  .model-row:hover > svg,
  .contact-card:hover svg,
  .submit-btn:hover svg {
    animation: none !important;
  }

  .reveal-on-scroll,
  .reveal-on-scroll.is-visible {
    opacity: 1 !important;
    transform: none !important;
  }
}

@media (min-width: 761px) {
  .hero__content p.hero__tagline {
    max-width: min(960px, 100%);
    margin-top: 22px;
    margin-bottom: 36px;
    font-size: clamp(28px, 2.1vw, 34px);
    font-weight: 950;
    line-height: 1.16;
    letter-spacing: 0;
  }
}

@media (min-width: 761px) and (max-width: 1320px) {
  .site-header {
    gap: 16px;
    padding-right: clamp(18px, 2vw, 32px);
    padding-left: clamp(18px, 2vw, 32px);
  }

  .brand {
    min-width: 286px;
  }

  .brand__symbol {
    width: 56px;
    height: 56px;
  }

  .brand__text strong {
    font-size: 23px;
  }

  .brand__text small {
    font-size: 9px;
  }

  .nav {
    justify-content: flex-start;
    gap: clamp(10px, 1vw, 18px);
  }

  .nav a {
    font-size: 12px;
  }

  .language {
    min-width: 104px;
    max-width: 132px;
    padding-right: 28px;
    padding-left: 11px;
  }
}

@media (max-width: 760px) {
  .manufacturer__panel {
    padding: 24px 24px 36px;
  }

  .manufacturer .section-title h2 {
    font-size: clamp(25px, 7.1vw, 30px);
    line-height: 1.12;
    overflow: visible;
    overflow-wrap: normal;
    word-break: keep-all;
    -webkit-line-clamp: unset;
  }

  .video-preview {
    margin-top: 14px;
  }

  .manufacturer .factory-media {
    aspect-ratio: 3200 / 1830;
  }

  .video-preview__content {
    gap: 8px;
    padding: 18px 22px;
    transform: translateY(24px);
  }

  .video-preview__button {
    width: 64px;
    height: 64px;
  }

  .video-preview__content strong {
    max-width: 96%;
    min-height: 0;
    font-size: clamp(16px, 5.1vw, 20px);
    line-height: 1.08;
    overflow: visible;
    overflow-wrap: normal;
    word-break: keep-all;
  }

}
