@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Inter:wght@400;500;600&family=Poppins:wght@400;500;600;700&display=swap");

:root {
  --navy: #07182f;
  --navy-2: #0d2748;
  --silver: #eef2f6;
  --silver-2: #c8d0da;
  --ink: #101522;
  --muted: #697386;
  --line: #d9e0e8;
  --white: #ffffff;
  --shadow: 0 24px 70px rgba(7, 24, 47, 0.14);
  --radius: 8px;
}

/* Vehicles page: B2B export inventory presentation */
.vehicles-page {
  background: #f7f8fa;
}

.vehicles-page::before {
  display: none;
}

.vehicles-page .site-header {
  color: #17202b;
  border-bottom-color: rgba(20, 30, 42, 0.1);
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(22px);
}

.vehicles-page .site-header.is-scrolled {
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 14px 34px rgba(40, 50, 64, 0.08);
}

.vehicles-page .logo-placeholder {
  border-color: rgba(20, 30, 42, 0.32);
  background: rgba(255, 255, 255, 0.55);
}

.vehicles-page .nav-links {
  color: #17202b;
}

.vehicles-page .nav-links a.active::after {
  background: #17202b;
}

.vehicles-page .language-select,
.vehicles-page .mobile-toggle {
  color: #17202b;
  border-color: rgba(20, 30, 42, 0.18);
  background: rgba(255, 255, 255, 0.66);
}

.vehicles-page .header-actions .btn-light {
  color: #ffffff;
  border-color: #17202b;
  background: #17202b;
  box-shadow: none;
}

.vehicles-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(420px, 1fr);
  align-items: end;
  gap: 70px;
  width: min(100% - 80px, 1380px);
  min-height: 720px;
  margin: 0 auto;
  padding: 150px 0 72px;
}

.vehicles-hero-copy h1 {
  max-width: 720px;
  margin: 0;
  color: #17202b;
  font-family: "Poppins", "Inter", Arial, sans-serif;
  font-size: 76px;
  font-weight: 500;
  line-height: 0.98;
  letter-spacing: 0;
}

.vehicles-hero-copy > p:not(.home-kicker) {
  max-width: 650px;
  margin: 30px 0 0;
  color: #536273;
  font-size: 19px;
  line-height: 1.72;
}

.vehicles-hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 24px;
  margin-top: 36px;
}

.vehicles-hero-media {
  position: relative;
  min-height: 500px;
  overflow: hidden;
  border-radius: 8px;
  background: #dde8ef;
  box-shadow: 0 30px 76px rgba(23, 32, 43, 0.16);
}

.vehicles-hero-media img {
  width: 100%;
  height: 100%;
  min-height: 500px;
  object-fit: cover;
  object-position: 58% center;
  transition: transform 1.1s cubic-bezier(0.22, 1, 0.36, 1);
}

.vehicles-hero-media:hover img {
  transform: scale(1.025);
}

.vehicles-control {
  position: sticky;
  top: 72px;
  z-index: 20;
  border-top: 1px solid rgba(23, 32, 43, 0.08);
  border-bottom: 1px solid rgba(23, 32, 43, 0.08);
  background: rgba(255, 255, 255, 0.88);
  backdrop-filter: blur(18px);
}

.vehicles-control-inner {
  display: grid;
  grid-template-columns: 230px 1fr;
  align-items: center;
  gap: 34px;
  width: min(100% - 80px, 1380px);
  margin: 0 auto;
  padding: 18px 0;
}

.vehicles-control-inner span,
.vehicles-control-inner strong {
  display: block;
}

.vehicles-control-inner span {
  color: #758293;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
}

.vehicles-control-inner strong {
  margin-top: 4px;
  color: #17202b;
  font-size: 14px;
  font-weight: 600;
}

.vehicle-filter-group {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  scrollbar-width: none;
}

.vehicle-filter-group::-webkit-scrollbar {
  display: none;
}

.vehicle-filter-group button {
  flex: 0 0 auto;
  min-height: 40px;
  border: 1px solid rgba(23, 32, 43, 0.12);
  border-radius: 999px;
  padding: 8px 16px;
  color: #26384b;
  background: rgba(255, 255, 255, 0.72);
  cursor: pointer;
  font-size: 13px;
  font-weight: 600;
  transition: color 180ms ease, background 180ms ease, border-color 180ms ease;
}

.vehicle-filter-group button.active,
.vehicle-filter-group button:hover {
  color: #ffffff;
  border-color: #17202b;
  background: #17202b;
}

.vehicles-featured,
.vehicles-catalog,
.vehicles-request {
  width: min(100% - 80px, 1380px);
  margin-right: auto;
  margin-left: auto;
}

.vehicles-featured {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(360px, 0.8fr);
  align-items: center;
  gap: 62px;
  padding: 106px 0 128px;
}

.vehicles-featured-media {
  min-height: 620px;
  overflow: hidden;
  border-radius: 8px;
  background: #dce8f0;
}

.vehicles-featured-media img {
  width: 100%;
  height: 100%;
  min-height: 620px;
  object-fit: cover;
}

.vehicles-featured-copy > p:first-of-type,
.vehicle-listing-body > p {
  margin: 12px 0 0;
  color: #647182;
  font-size: 13px;
}

.vehicles-featured-copy h2 {
  margin: 18px 0 0;
  color: #17202b;
  font-family: "Poppins", "Inter", Arial, sans-serif;
  font-size: 58px;
  font-weight: 500;
  line-height: 1.02;
}

.vehicles-featured-copy > p:nth-of-type(2) {
  max-width: 540px;
  margin: 24px 0 28px;
  color: #536273;
  font-size: 16px;
  line-height: 1.78;
}

.vehicle-key-specs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  max-width: 560px;
  margin-bottom: 32px;
  overflow: hidden;
  border: 1px solid rgba(23, 32, 43, 0.1);
  border-radius: 8px;
  background: rgba(23, 32, 43, 0.1);
}

.vehicle-key-specs span {
  min-width: 0;
  padding: 16px;
  color: #748294;
  background: #ffffff;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
}

.vehicle-key-specs b {
  display: block;
  margin-top: 6px;
  color: #17202b;
  font-size: 13px;
  text-transform: none;
}

.vehicles-catalog {
  padding: 128px 0;
}

.vehicles-section-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.55fr);
  align-items: end;
  gap: 80px;
  margin-bottom: 54px;
}

.vehicles-section-head h2 {
  max-width: 720px;
  margin: 0;
  color: #17202b;
  font-family: "Poppins", "Inter", Arial, sans-serif;
  font-size: 56px;
  font-weight: 500;
  line-height: 1.06;
}

.vehicles-section-head > p {
  color: #647182;
  font-size: 15px;
  line-height: 1.72;
}

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

.vehicle-listing {
  display: flex;
  flex-direction: column;
  min-height: 520px;
  overflow: hidden;
  border: 1px solid rgba(23, 32, 43, 0.1);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 18px 48px rgba(23, 32, 43, 0.06);
}

.vehicle-listing.is-hidden {
  display: none;
}

.vehicle-listing-media {
  display: grid;
  place-items: center;
  height: 230px;
  min-height: 230px;
  overflow: hidden;
  background: linear-gradient(140deg, #f8fafc 0%, #eef3f7 100%);
}

.vehicle-listing-media img {
  width: calc(100% - 36px);
  height: calc(100% - 32px);
  min-height: 0;
  object-fit: contain;
  transition: transform 800ms cubic-bezier(0.22, 1, 0.36, 1);
}

.vehicle-listing:hover .vehicle-listing-media img {
  transform: scale(1.035);
}

.vehicle-cutout img {
  object-fit: contain;
  padding: 0;
}

.vehicle-placeholder .vehicle-listing-media span {
  color: #17202b;
  font-family: "Poppins", "Inter", Arial, sans-serif;
  font-size: 28px;
  font-weight: 600;
}

.vehicle-listing-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 22px;
}

.vehicle-listing-body h3 {
  margin: 14px 0 0;
  color: #17202b;
  font-family: "Poppins", "Inter", Arial, sans-serif;
  font-size: 26px;
  font-weight: 500;
}

.vehicle-mini-specs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  margin: 16px 0 18px;
  overflow: hidden;
  border: 1px solid rgba(23, 32, 43, 0.1);
  border-radius: 8px;
  background: rgba(23, 32, 43, 0.1);
}

.vehicle-mini-specs span {
  min-width: 0;
  padding: 9px 10px;
  color: #748294;
  background: #f7f8fa;
  font-size: 9px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
}

.vehicle-mini-specs b {
  display: block;
  margin-top: 5px;
  color: #17202b;
  font-size: 11px;
  font-weight: 600;
  line-height: 1.25;
  text-transform: none;
  overflow-wrap: anywhere;
}

.vehicle-listing-body ul {
  display: grid;
  gap: 9px;
  margin: 0 0 26px;
  padding: 0;
  color: #647182;
  font-size: 13px;
  line-height: 1.55;
  list-style: none;
}

.vehicle-listing-body li {
  position: relative;
  padding-left: 16px;
}

.vehicle-listing-body li::before {
  content: "";
  position: absolute;
  top: 0.7em;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #8c9aac;
}

.vehicle-listing-body a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: fit-content;
  margin-top: auto;
  padding-bottom: 5px;
  border-bottom: 1px solid currentColor;
  color: #17202b;
  font-size: 13px;
  font-weight: 700;
}

.vehicles-request {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(360px, 0.8fr);
  gap: 80px;
  margin-bottom: 128px;
  border-radius: 8px;
  padding: 64px;
  color: #ffffff;
  background: #17202b;
}

.vehicles-request h2 {
  max-width: 560px;
  margin: 0;
  font-family: "Poppins", "Inter", Arial, sans-serif;
  font-size: 52px;
  font-weight: 500;
  line-height: 1.06;
}

.vehicles-request p {
  max-width: 560px;
  margin: 0 0 28px;
  color: #cbd4de;
  font-size: 16px;
  line-height: 1.78;
}

.vehicles-request .home-kicker {
  color: #cbd4de;
}

.vehicles-page .footer {
  background: #0f171f;
}

/* Sourcing Service page: capability-led B2B service flow */
.sourcing-page {
  background: #f7f8fa;
  color: #17202b;
}

.sourcing-page::before {
  display: none;
}

.sourcing-page .site-header {
  color: #17202b;
  border-bottom-color: rgba(20, 30, 42, 0.1);
  background: rgba(255, 255, 255, 0.82);
  backdrop-filter: blur(22px);
}

.sourcing-page .site-header.is-scrolled {
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 14px 34px rgba(40, 50, 64, 0.08);
}

.sourcing-page .nav-links,
.sourcing-page .logo-placeholder {
  color: #17202b;
}

.sourcing-page .nav-links.open {
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 18px 46px rgba(23, 32, 43, 0.12);
}

.sourcing-page .nav-links a.active::after {
  background: #17202b;
}

.sourcing-page .language-select,
.sourcing-page .mobile-toggle {
  color: #17202b;
  border-color: rgba(20, 30, 42, 0.18);
  background: rgba(255, 255, 255, 0.72);
}

.sourcing-page .header-actions .btn-light,
.sourcing-page .home-btn-dark {
  color: #ffffff;
  border-color: #17202b;
  background: #17202b;
}

.sourcing-hero,
.sourcing-scope,
.sourcing-process,
.sourcing-evidence,
.sourcing-docs,
.sourcing-cta {
  width: min(100% - 80px, 1380px);
  margin-right: auto;
  margin-left: auto;
}

.sourcing-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(420px, 1fr);
  align-items: end;
  gap: 74px;
  min-height: 740px;
  padding: 150px 0 82px;
}

.sourcing-hero-copy h1,
.sourcing-section-head h2,
.sourcing-process-copy h2,
.sourcing-evidence-copy h2,
.sourcing-cta h2 {
  margin: 0;
  color: #17202b;
  font-family: "Poppins", "Inter", Arial, sans-serif;
  font-weight: 500;
  letter-spacing: 0;
}

.sourcing-hero-copy h1 {
  max-width: 760px;
  font-size: 72px;
  line-height: 0.98;
}

.sourcing-hero-copy > p:not(.home-kicker) {
  max-width: 660px;
  margin: 30px 0 0;
  color: #536273;
  font-size: 19px;
  line-height: 1.72;
}

.sourcing-hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 24px;
  margin-top: 36px;
}

.sourcing-hero-panel {
  position: relative;
  min-height: 540px;
  overflow: hidden;
  border-radius: 8px;
  background: #dfe8ef;
}

.sourcing-hero-panel img {
  width: 100%;
  height: 100%;
  min-height: 540px;
  object-fit: cover;
}

.sourcing-hero-panel::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(23, 32, 43, 0) 38%, rgba(23, 32, 43, 0.56) 100%);
}

.sourcing-hero-card {
  position: absolute;
  right: 24px;
  bottom: 24px;
  z-index: 2;
  max-width: 340px;
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 8px;
  padding: 22px;
  color: #ffffff;
  background: rgba(23, 32, 43, 0.34);
  backdrop-filter: blur(18px);
}

.sourcing-hero-card span,
.sourcing-scope-grid span {
  display: block;
  color: #cbd4de;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
}

.sourcing-hero-card b {
  display: block;
  margin-top: 8px;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.48;
}

.sourcing-scope,
.sourcing-docs {
  padding: 124px 0;
  border-top: 1px solid rgba(23, 32, 43, 0.08);
}

.sourcing-section-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.55fr);
  align-items: end;
  gap: 80px;
  margin-bottom: 56px;
}

.sourcing-section-head h2 {
  max-width: 780px;
  font-size: 56px;
  line-height: 1.06;
}

.sourcing-section-head > p {
  color: #647182;
  font-size: 15px;
  line-height: 1.72;
}

.sourcing-scope-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid rgba(23, 32, 43, 0.1);
  border-left: 1px solid rgba(23, 32, 43, 0.1);
}

.sourcing-scope-grid article {
  min-height: 310px;
  border-right: 1px solid rgba(23, 32, 43, 0.1);
  border-bottom: 1px solid rgba(23, 32, 43, 0.1);
  padding: 30px;
  background: rgba(255, 255, 255, 0.62);
}

.sourcing-scope-grid span {
  color: #7a8798;
}

.sourcing-scope-grid h3,
.sourcing-docs-grid h3,
.sourcing-timeline h3 {
  margin: 26px 0 0;
  color: #17202b;
  font-family: "Poppins", "Inter", Arial, sans-serif;
  font-size: 24px;
  font-weight: 500;
}

.sourcing-scope-grid p,
.sourcing-docs-grid p,
.sourcing-timeline p,
.sourcing-evidence-copy li,
.sourcing-cta p {
  color: #647182;
  font-size: 14px;
  line-height: 1.72;
}

.sourcing-process {
  display: grid;
  grid-template-columns: minmax(320px, 0.72fr) minmax(0, 1fr);
  gap: 84px;
  margin-bottom: 118px;
  border-radius: 8px;
  padding: 72px;
  color: #ffffff;
  background: #17202b;
}

.sourcing-process-copy {
  position: sticky;
  top: 128px;
  align-self: start;
}

.sourcing-process-copy .home-kicker,
.sourcing-process-copy h2,
.sourcing-cta .home-kicker,
.sourcing-cta h2 {
  color: #ffffff;
}

.sourcing-process-copy h2,
.sourcing-cta h2 {
  max-width: 560px;
  font-size: 52px;
  line-height: 1.08;
}

.sourcing-process-copy > p {
  max-width: 420px;
  margin: 24px 0 34px;
  color: #cbd4de;
  font-size: 15px;
  line-height: 1.78;
}

.sourcing-timeline {
  display: grid;
  gap: 18px;
}

.sourcing-timeline article {
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 22px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  padding: 24px;
  background: rgba(255, 255, 255, 0.04);
}

.sourcing-timeline span {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  color: #17202b;
  background: #ffffff;
  font-size: 12px;
  font-weight: 800;
}

.sourcing-timeline h3 {
  margin: 0;
  color: #ffffff;
}

.sourcing-timeline p {
  margin: 10px 0 0;
  color: #cbd4de;
}

.sourcing-evidence {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(420px, 0.76fr);
  align-items: center;
  gap: 78px;
  padding: 0 0 126px;
}

.sourcing-evidence-media {
  min-height: 560px;
  overflow: hidden;
  border-radius: 8px;
  background: #dfe8ef;
}

.sourcing-evidence-media img {
  width: 100%;
  height: 100%;
  min-height: 560px;
  object-fit: cover;
}

.sourcing-evidence-copy h2 {
  max-width: 560px;
  font-size: 52px;
  line-height: 1.08;
}

.sourcing-evidence-copy ul {
  display: grid;
  gap: 18px;
  margin: 34px 0 0;
  padding: 0;
  list-style: none;
}

.sourcing-evidence-copy li {
  position: relative;
  border-bottom: 1px solid rgba(23, 32, 43, 0.1);
  padding: 0 0 18px 28px;
}

.sourcing-evidence-copy li::before {
  content: "";
  position: absolute;
  top: 0.72em;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #17202b;
}

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

.sourcing-docs-grid article {
  min-height: 230px;
  border: 1px solid rgba(23, 32, 43, 0.1);
  border-radius: 8px;
  padding: 30px;
  background: #ffffff;
}

.sourcing-docs-grid h3 {
  margin-top: 0;
}

.sourcing-cta {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(360px, 0.8fr);
  gap: 80px;
  margin-bottom: 128px;
  border-radius: 8px;
  padding: 64px;
  color: #ffffff;
  background: #17202b;
}

.sourcing-cta p {
  max-width: 500px;
  margin: 0 0 28px;
  color: #cbd4de;
}

.sourcing-page .footer {
  background: #0f171f;
}

/* About page: corporate capability and trust presentation */
.about-page {
  background: #f7f8fa;
  color: #17202b;
}

.about-page::before {
  display: none;
}

.about-page .site-header {
  color: #17202b;
  border-bottom-color: rgba(20, 30, 42, 0.1);
  background: rgba(255, 255, 255, 0.82);
  backdrop-filter: blur(22px);
}

.about-page .site-header.is-scrolled {
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 14px 34px rgba(40, 50, 64, 0.08);
}

.about-page .nav-links,
.about-page .logo-placeholder {
  color: #17202b;
}

.about-page .nav-links.open {
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 18px 46px rgba(23, 32, 43, 0.12);
}

.about-page .nav-links a.active::after {
  background: #17202b;
}

.about-page .language-select,
.about-page .mobile-toggle {
  color: #17202b;
  border-color: rgba(20, 30, 42, 0.18);
  background: rgba(255, 255, 255, 0.72);
}

.about-page .header-actions .btn-light,
.about-page .home-btn-dark {
  color: #ffffff;
  border-color: #17202b;
  background: #17202b;
}

.about-hero,
.about-statement,
.about-history,
.about-capability,
.about-network,
.about-values,
.about-details,
.about-cta {
  width: min(100% - 80px, 1380px);
  margin-right: auto;
  margin-left: auto;
}

.about-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(420px, 0.8fr);
  align-items: stretch;
  gap: 0;
  min-height: 740px;
  padding: 118px 0 0;
}

.about-hero-full {
  position: relative;
  display: block;
  width: 100%;
  min-height: 100vh;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.about-hero-media {
  position: relative;
  min-height: 640px;
  overflow: hidden;
  border-radius: 8px 0 0 8px;
  background: #111a24;
}

.about-hero-full .about-hero-media {
  position: absolute;
  inset: 0;
  min-height: 100%;
  border-radius: 0;
}

.about-hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(23, 32, 43, 0.28), rgba(23, 32, 43, 0));
}

.about-hero-full .about-hero-media::after {
  background:
    linear-gradient(180deg, rgba(4, 10, 18, 0.42) 0%, rgba(4, 10, 18, 0.04) 38%, rgba(4, 10, 18, 0.58) 100%),
    linear-gradient(90deg, rgba(4, 10, 18, 0.72) 0%, rgba(4, 10, 18, 0.38) 38%, rgba(4, 10, 18, 0.02) 72%);
}

.about-hero-media video {
  width: 100%;
  height: 100%;
  min-height: 640px;
  object-fit: cover;
}

.about-hero-full .about-hero-media video {
  min-height: 100vh;
}

.about-hero-copy {
  display: flex;
  justify-content: center;
  flex-direction: column;
  border-radius: 0 8px 8px 0;
  padding: 68px;
  background: #eef2f6;
}

.about-hero-full .about-hero-copy {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: flex-end;
  width: min(100% - 80px, 1380px);
  min-height: 100vh;
  margin: 0 auto;
  border-radius: 0;
  padding: 150px 0 86px;
  color: #ffffff;
  background: transparent;
}

.about-hero-copy h1,
.about-statement h2,
.about-capability h2,
.about-network h2,
.about-values h2,
.about-details h2,
.about-cta h2 {
  margin: 0;
  color: #17202b;
  font-family: "Poppins", "Inter", Arial, sans-serif;
  font-weight: 500;
  letter-spacing: 0;
}

.about-hero-copy h1 {
  max-width: 620px;
  font-size: 64px;
  line-height: 1.02;
}

.about-hero-full .about-hero-copy h1,
.about-hero-full .about-hero-copy .home-kicker {
  color: #ffffff;
}

.about-hero-full .about-hero-copy h1 {
  max-width: 760px;
  font-size: clamp(56px, 6.6vw, 104px);
  line-height: 0.98;
}

.about-hero-copy > p:not(.home-kicker) {
  max-width: 560px;
  margin: 28px 0 34px;
  color: #536273;
  font-size: 17px;
  line-height: 1.78;
}

.about-hero-full .about-hero-copy > p:not(.home-kicker) {
  max-width: 620px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 18px;
}

.about-statement {
  padding: 128px 0 116px;
}

.about-statement-inner {
  max-width: 930px;
  margin-left: 10%;
}

.about-statement h2 {
  font-size: 62px;
  line-height: 1.06;
}

.about-statement p:not(.home-kicker) {
  max-width: 700px;
  margin: 30px 0 0;
  color: #647182;
  font-size: 17px;
  line-height: 1.8;
}

.about-history {
  display: grid;
  grid-template-columns: minmax(360px, 0.66fr) minmax(0, 1fr);
  gap: 0;
  overflow: hidden;
  border-radius: 8px;
  margin-bottom: 118px;
  background: #eef2f6;
}

.about-history-copy {
  position: sticky;
  top: 0;
  align-self: start;
  min-height: 760px;
  padding: 72px 58px;
  color: #ffffff;
  background:
    linear-gradient(180deg, rgba(10, 18, 28, 0.86), rgba(10, 18, 28, 0.94)),
    url("assets/official-reference/geely-coolray/interior.jpg") center / cover;
}

.about-history-copy h2,
.about-history-rail h3 {
  margin: 0;
  color: #17202b;
  font-family: "Poppins", "Inter", Arial, sans-serif;
  font-weight: 500;
  letter-spacing: 0;
}

.about-history-copy h2 {
  max-width: 620px;
  color: #ffffff;
  font-size: 54px;
  line-height: 1.04;
}

.about-history-copy > p:not(.home-kicker) {
  max-width: 520px;
  margin: 26px 0 0;
  color: #cbd4de;
  font-size: 15px;
  line-height: 1.78;
}

.about-history-rail {
  position: relative;
  display: grid;
  gap: 0;
  padding: 54px 62px;
  background: #eef2f6;
}

.about-history-rail::before {
  content: "";
  position: absolute;
  top: 72px;
  bottom: 72px;
  left: 103px;
  width: 1px;
  background: rgba(23, 32, 43, 0.18);
}

.about-history-rail article {
  position: relative;
  display: grid;
  grid-template-columns: 54px 120px 1fr;
  gap: 26px;
  min-height: 154px;
  border-bottom: 1px solid rgba(23, 32, 43, 0.1);
  padding: 28px 0;
  background: transparent;
}

.about-history-rail span {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border: 1px solid rgba(23, 32, 43, 0.16);
  border-radius: 50%;
  color: #ffffff;
  background: #17202b;
  font-size: 11px;
  font-weight: 800;
}

.about-history-rail time {
  display: block;
  padding-top: 8px;
  color: #17202b;
  font-family: "Poppins", "Inter", Arial, sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 1;
}

.about-history-rail h3 {
  font-size: 24px;
}

.about-history-rail p {
  max-width: 640px;
  margin: 12px 0 0;
  color: #647182;
  font-size: 14px;
  line-height: 1.72;
}

.about-capability {
  display: grid;
  grid-template-columns: minmax(0, 0.76fr) minmax(0, 1fr);
  align-items: end;
  gap: 76px;
  padding: 104px 0;
  border-top: 1px solid rgba(23, 32, 43, 0.08);
}

.about-capability h2,
.about-network h2,
.about-values h2,
.about-details h2,
.about-cta h2 {
  max-width: 680px;
  font-size: 52px;
  line-height: 1.08;
}

.about-capability-copy > p:not(.home-kicker),
.about-network-copy > p,
.about-cta p {
  color: #647182;
  font-size: 15px;
  line-height: 1.78;
}

.about-capability-copy > p:not(.home-kicker) {
  max-width: 560px;
  margin: 26px 0 0;
}

.about-stat-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-top: 1px solid rgba(23, 32, 43, 0.1);
  border-left: 1px solid rgba(23, 32, 43, 0.1);
}

.about-stat-grid article {
  min-height: 180px;
  border-right: 1px solid rgba(23, 32, 43, 0.1);
  border-bottom: 1px solid rgba(23, 32, 43, 0.1);
  padding: 28px;
  background: rgba(255, 255, 255, 0.58);
}

.about-stat-grid strong {
  display: block;
  color: #17202b;
  font-family: "Poppins", "Inter", Arial, sans-serif;
  font-size: 42px;
  font-weight: 500;
  line-height: 1;
}

.about-stat-grid span {
  display: block;
  max-width: 260px;
  margin-top: 18px;
  color: #647182;
  font-size: 13px;
  line-height: 1.55;
}

.about-network {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(420px, 0.82fr);
  align-items: center;
  gap: 78px;
  padding: 0 0 126px;
}

.about-network-media {
  min-height: 560px;
  overflow: hidden;
  border-radius: 8px;
  background: #dfe8ef;
}

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

.about-network-copy > p {
  max-width: 560px;
  margin: 26px 0 30px;
}

.about-brand-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  max-width: 480px;
}

.about-brand-list span {
  border: 1px solid rgba(23, 32, 43, 0.1);
  border-radius: 8px;
  padding: 14px 16px;
  color: #17202b;
  background: #ffffff;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.04em;
}

.about-values {
  border-radius: 8px;
  padding: 70px;
  color: #ffffff;
  background: #17202b;
}

.about-values .home-kicker,
.about-values h2 {
  color: #ffffff;
}

.about-values-head {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  align-items: end;
  gap: 70px;
  margin-bottom: 54px;
}

.about-values-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.about-values-grid article {
  min-height: 270px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  padding: 28px;
  background: rgba(255, 255, 255, 0.04);
}

.about-values-grid span {
  color: rgba(255, 255, 255, 0.48);
  font-size: 12px;
  font-weight: 800;
}

.about-values-grid h3 {
  margin: 58px 0 0;
  color: #ffffff;
  font-family: "Poppins", "Inter", Arial, sans-serif;
  font-size: 24px;
  font-weight: 500;
}

.about-values-grid p {
  color: #cbd4de;
  font-size: 14px;
  line-height: 1.72;
}

.about-details {
  display: grid;
  grid-template-columns: minmax(0, 0.75fr) minmax(0, 1fr);
  gap: 80px;
  padding: 124px 0;
}

.about-details-card {
  border: 1px solid rgba(23, 32, 43, 0.1);
  border-radius: 8px;
  background: #ffffff;
}

.about-details-card p {
  display: grid;
  grid-template-columns: 210px 1fr;
  gap: 22px;
  margin: 0;
  border-bottom: 1px solid rgba(23, 32, 43, 0.08);
  padding: 22px 26px;
  color: #536273;
  font-size: 14px;
  line-height: 1.6;
}

.about-details-card p:last-child {
  border-bottom: 0;
}

.about-details-card b {
  color: #17202b;
  font-weight: 700;
}

.about-cta {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(360px, 0.8fr);
  gap: 80px;
  margin-bottom: 128px;
  border-radius: 8px;
  padding: 64px;
  color: #ffffff;
  background: #17202b;
}

.about-cta .home-kicker,
.about-cta h2 {
  color: #ffffff;
}

.about-cta p {
  max-width: 520px;
  margin: 0 0 28px;
  color: #cbd4de;
}

.about-page .footer {
  background: #0f171f;
}

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

.is-rtl {
  direction: rtl;
}

.is-rtl .brand,
.is-rtl .header-actions,
.is-rtl .floating-actions a,
.is-rtl .home-hero-actions,
.is-rtl .sourcing-hero-actions,
.is-rtl .vehicles-hero-actions {
  direction: rtl;
}

.is-rtl input,
.is-rtl textarea,
.is-rtl select {
  direction: rtl;
  text-align: right;
}

/* Contact page: quote conversion, company info, and map */
.contact-page {
  background: #f7f8fa;
  color: #17202b;
}

.contact-page::before {
  display: none;
}

.contact-page .site-header {
  color: #17202b;
  border-bottom-color: rgba(20, 30, 42, 0.1);
  background: rgba(255, 255, 255, 0.82);
  backdrop-filter: blur(22px);
}

.contact-page .site-header.is-scrolled {
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 14px 34px rgba(40, 50, 64, 0.08);
}

.contact-page .nav-links,
.contact-page .logo-placeholder {
  color: #17202b;
}

.contact-page .nav-links.open {
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 18px 46px rgba(23, 32, 43, 0.12);
}

.contact-page .nav-links a.active::after {
  background: #17202b;
}

.contact-page .language-select,
.contact-page .mobile-toggle {
  color: #17202b;
  border-color: rgba(20, 30, 42, 0.18);
  background: rgba(255, 255, 255, 0.72);
}

.contact-page .header-actions .btn-light,
.contact-page .home-btn-dark {
  color: #ffffff;
  border-color: #17202b;
  background: #17202b;
}

.contact-hero,
.contact-main,
.contact-map-section,
.contact-request,
.contact-brands {
  width: min(100% - 80px, 1380px);
  margin-right: auto;
  margin-left: auto;
}

.contact-hero {
  padding: 170px 0 86px;
}

.contact-hero h1,
.contact-info h2,
.contact-form-card h2,
.contact-map-copy h2,
.contact-request h2,
.contact-brands h2 {
  margin: 0;
  color: #17202b;
  font-family: "Poppins", "Inter", Arial, sans-serif;
  font-weight: 500;
  letter-spacing: 0;
}

.contact-hero h1 {
  max-width: 980px;
  font-size: clamp(58px, 7vw, 112px);
  line-height: 0.96;
}

.contact-hero p:not(.home-kicker) {
  max-width: 640px;
  margin: 28px 0 0;
  color: #647182;
  font-size: 18px;
  line-height: 1.72;
}

.contact-main {
  display: grid;
  grid-template-columns: minmax(360px, 0.82fr) minmax(0, 1fr);
  gap: 24px;
  align-items: start;
  padding-bottom: 118px;
}

.contact-info,
.contact-form-card {
  border: 1px solid rgba(23, 32, 43, 0.1);
  border-radius: 8px;
  background: #ffffff;
}

.contact-info {
  padding: 36px;
}

.contact-info h2,
.contact-form-card h2,
.contact-map-copy h2,
.contact-request h2,
.contact-brands h2 {
  font-size: 42px;
  line-height: 1.08;
}

.contact-info > p:not(.home-kicker) {
  margin: 20px 0 28px;
  color: #647182;
  font-size: 15px;
  line-height: 1.72;
}

.contact-methods {
  display: grid;
  gap: 10px;
}

.contact-methods a {
  display: block;
  border: 1px solid rgba(23, 32, 43, 0.1);
  border-radius: 8px;
  padding: 16px;
  color: #17202b;
  background: #f7f8fa;
}

.contact-methods span,
.contact-address-card b,
.contact-request-grid span {
  display: block;
  color: #7a8798;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.contact-methods b {
  display: block;
  margin-top: 6px;
  font-size: 16px;
  font-weight: 600;
}

.contact-address-card {
  margin-top: 24px;
  border-top: 1px solid rgba(23, 32, 43, 0.1);
  padding-top: 24px;
}

.contact-address-card h3 {
  margin: 0 0 18px;
  color: #17202b;
  font-family: "Poppins", "Inter", Arial, sans-serif;
  font-size: 22px;
  font-weight: 500;
}

.contact-address-card p {
  display: grid;
  gap: 6px;
  margin: 0;
  border-bottom: 1px solid rgba(23, 32, 43, 0.08);
  padding: 14px 0;
  color: #536273;
  font-size: 13px;
  line-height: 1.6;
}

.contact-address-card p:last-child {
  border-bottom: 0;
}

.contact-form-card {
  padding: 36px;
}

.contact-form-card .form-grid {
  margin-top: 24px;
}

.contact-form-card .home-btn-dark {
  margin-top: 24px;
}

.contact-map-section {
  display: grid;
  grid-template-columns: minmax(320px, 0.62fr) minmax(0, 1fr);
  gap: 24px;
  align-items: stretch;
  padding-bottom: 118px;
}

.contact-map-copy {
  border-radius: 8px;
  padding: 42px;
  background: #eef2f6;
}

.contact-map-copy p:not(.home-kicker) {
  margin: 22px 0 24px;
  color: #647182;
  font-size: 15px;
  line-height: 1.74;
}

.contact-map {
  min-height: 480px;
  overflow: hidden;
  border: 1px solid rgba(23, 32, 43, 0.1);
  border-radius: 8px;
  background: #dfe8ef;
}

.contact-map iframe {
  width: 100%;
  height: 100%;
  min-height: 480px;
  border: 0;
}

.contact-request {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1fr);
  gap: 70px;
  margin-bottom: 118px;
  border-radius: 8px;
  padding: 64px;
  color: #ffffff;
  background: #17202b;
}

.contact-request .home-kicker,
.contact-request h2 {
  color: #ffffff;
}

.contact-request-grid {
  display: grid;
  gap: 14px;
}

.contact-request-grid article {
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  padding: 22px;
  background: rgba(255, 255, 255, 0.04);
}

.contact-request-grid h3 {
  margin: 18px 0 0;
  color: #ffffff;
  font-family: "Poppins", "Inter", Arial, sans-serif;
  font-size: 22px;
  font-weight: 500;
}

.contact-request-grid p {
  margin: 10px 0 0;
  color: #cbd4de;
  font-size: 14px;
  line-height: 1.7;
}

.contact-brands {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(0, 1fr);
  gap: 70px;
  align-items: end;
  padding: 0 0 128px;
}

.contact-brand-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.contact-brand-row span {
  border: 1px solid rgba(23, 32, 43, 0.1);
  border-radius: 8px;
  padding: 18px 16px;
  color: #17202b;
  background: #ffffff;
  font-size: 13px;
  font-weight: 800;
  text-align: center;
  letter-spacing: 0.04em;
}

.contact-page .footer {
  background: #0f171f;
}

@media (max-width: 1200px) {
  .vehicles-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .vehicles-hero-copy h1 {
    font-size: 62px;
  }
}

@media (max-width: 860px) {
  .vehicles-page .header-actions .btn-light {
    display: none;
  }

  .vehicles-hero,
  .vehicles-featured,
  .vehicles-section-head,
  .vehicles-request {
    grid-template-columns: 1fr;
  }

  .vehicles-hero,
  .vehicles-featured,
  .vehicles-catalog,
  .vehicles-request,
  .vehicles-control-inner {
    width: calc(100% - 40px);
  }

  .vehicles-hero {
    gap: 42px;
    min-height: auto;
    padding: 124px 0 70px;
  }

  .vehicles-hero-copy h1 {
    font-size: 48px;
  }

  .vehicles-hero-media,
  .vehicles-hero-media img {
    min-height: 420px;
  }

  .vehicles-control {
    position: static;
  }

  .vehicles-control-inner {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .vehicles-featured {
    gap: 38px;
    padding: 78px 0 88px;
  }

  .vehicles-featured-media,
  .vehicles-featured-media img {
    min-height: 420px;
  }

  .vehicles-featured-copy h2,
  .vehicles-section-head h2,
  .vehicles-request h2 {
    font-size: 40px;
  }

  .vehicles-catalog {
    padding: 88px 0;
  }

  .vehicles-section-head {
    gap: 20px;
    margin-bottom: 34px;
  }

  .vehicles-request {
    gap: 28px;
    margin-bottom: 88px;
    padding: 34px 24px;
  }
}

@media (max-width: 560px) {
  .vehicles-hero-copy h1 {
    font-size: 40px;
  }

  .vehicles-hero-copy > p:not(.home-kicker) {
    font-size: 16px;
  }

  .vehicles-hero-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .vehicles-hero-actions .home-text-action {
    align-self: flex-start;
  }

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

  .vehicle-key-specs {
    grid-template-columns: 1fr;
  }

  .vehicle-listing {
    min-height: auto;
  }

  .vehicle-listing-media,
  .vehicle-listing-media img {
    min-height: 220px;
  }
}

/* Home page: light, product-led automotive presentation */
.home-page {
  background: #f7f8fa;
}

.home-page::before {
  display: none;
}

.home-page .site-header {
  color: #17202b;
  border-bottom-color: rgba(20, 30, 42, 0.1);
  background: rgba(255, 255, 255, 0.78);
  backdrop-filter: blur(22px);
}

.home-page .site-header.is-scrolled {
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 14px 34px rgba(40, 50, 64, 0.08);
}

.home-page .logo-placeholder {
  border-color: rgba(20, 30, 42, 0.32);
  background: rgba(255, 255, 255, 0.55);
}

.home-page .nav-links {
  color: #17202b;
}

.home-page .nav-links a.active::after {
  background: #17202b;
}

.home-page .language-select,
.home-page .mobile-toggle {
  color: #17202b;
  border-color: rgba(20, 30, 42, 0.18);
  background: rgba(255, 255, 255, 0.66);
}

.home-page .header-actions .btn-light {
  color: #ffffff;
  border-color: #17202b;
  background: #17202b;
  box-shadow: none;
}

.home-hero {
  position: relative;
  min-height: 760px;
  height: 100svh;
  max-height: 965px;
  overflow: hidden;
  background: #dfe8ef;
}

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

.home-hero-media {
  transform: translateY(var(--home-hero-shift, 0px)) scale(1.035);
  transition: transform 160ms linear;
}

.home-hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  animation: homeHeroImage 1.4s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.home-hero-wash {
  background:
    linear-gradient(90deg, rgba(248, 250, 252, 0.96) 0%, rgba(248, 250, 252, 0.84) 30%, rgba(248, 250, 252, 0.18) 64%, rgba(248, 250, 252, 0.04) 100%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.18), transparent 48%, rgba(9, 18, 29, 0.16));
}

.home-hero-content {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr;
  align-items: end;
  gap: 56px;
  width: min(100% - 80px, 1380px);
  height: 100%;
  margin: 0 auto;
  padding: 128px 0 70px;
}

.home-hero-copy {
  align-self: center;
  max-width: 760px;
}

.home-kicker {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 24px;
  color: #253344;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: uppercase;
}

.home-kicker span {
  width: 28px;
  height: 1px;
  background: currentColor;
}

.home-kicker.dark {
  color: #596779;
}

.home-hero h1 {
  max-width: 780px;
  margin: 0;
  color: #17202b;
  font-size: 88px;
  font-weight: 500;
  line-height: 0.96;
  letter-spacing: 0;
}

.home-model-alias {
  width: fit-content;
  max-width: 680px;
  margin: 0;
  color: transparent;
  background: linear-gradient(112deg, #0d1622 0%, #233247 42%, #6b7887 100%);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 118px;
  font-weight: 500;
  line-height: 0.86;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  text-shadow: 0 22px 54px rgba(23, 32, 43, 0.14);
}

.home-tagline {
  max-width: 720px;
  margin: 28px 0 0;
  color: #26384b;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.42;
}

.home-hero-actions {
  display: flex;
  align-items: center;
  gap: 26px;
  margin-top: 34px;
}

.home-btn-dark,
.home-btn-light {
  gap: 18px;
  min-height: 50px;
  border-radius: 8px;
}

.home-btn-dark {
  color: #ffffff;
  background: #17202b;
  box-shadow: 0 16px 34px rgba(23, 32, 43, 0.18);
}

.home-btn-dark:hover {
  background: #2a3a4c;
}

.home-btn-light {
  color: #17202b;
  background: #ffffff;
  border-color: rgba(255, 255, 255, 0.9);
}

.home-text-action,
.home-arrow-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding-bottom: 5px;
  border-bottom: 1px solid currentColor;
  color: #17202b;
  font-size: 14px;
  font-weight: 600;
}

.home-text-action span,
.home-arrow-link span {
  transition: transform 180ms ease;
}

.home-text-action:hover span,
.home-arrow-link:hover span {
  transform: translateX(4px);
}

.home-hero-note {
  align-self: end;
  max-width: 340px;
  margin-left: auto;
  border: 1px solid rgba(255, 255, 255, 0.56);
  border-radius: 8px;
  padding: 20px;
  color: #253344;
  background: rgba(255, 255, 255, 0.72);
  backdrop-filter: blur(16px);
  box-shadow: 0 14px 34px rgba(20, 30, 42, 0.08);
}

.home-hero-note > p {
  margin: 0;
  font-size: 14px;
  line-height: 1.65;
}

.home-hero-note div {
  display: flex;
  gap: 8px 18px;
  flex-wrap: wrap;
  margin-top: 18px;
  color: #556476;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
}

.home-spec-rail {
  position: absolute;
  right: 40px;
  bottom: 24px;
  left: 40px;
  z-index: 3;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  width: min(100% - 80px, 1380px);
  margin: auto;
  border: 1px solid rgba(255, 255, 255, 0.56);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(18px);
  box-shadow: 0 18px 46px rgba(26, 38, 52, 0.1);
}

.home-spec-rail div {
  min-width: 0;
  padding: 17px 22px;
  border-right: 1px solid rgba(23, 32, 43, 0.1);
}

.home-spec-rail div:last-child {
  border-right: 0;
}

.home-spec-rail span,
.home-spec-rail strong {
  display: block;
  overflow-wrap: anywhere;
}

.home-spec-rail span {
  margin-bottom: 6px;
  color: #6d7987;
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
}

.home-spec-rail strong {
  color: #17202b;
  font-size: 13px;
  font-weight: 600;
}

.home-statement,
.home-models,
.home-real-media {
  padding: 128px 40px;
  background: #ffffff;
}

.home-narrow {
  width: min(100%, 980px);
  max-width: 980px;
  margin: 0 auto;
  text-align: left;
}

@media (min-width: 900px) {
  .home-narrow {
    --statement-left: clamp(110px, 16vw, 260px);
    width: min(980px, calc(100% - var(--statement-left) - 40px));
    margin-left: var(--statement-left);
    margin-right: auto;
  }
}

.home-statement h2 {
  max-width: 980px;
  margin: 0;
  color: #17202b;
  font-size: 62px;
  font-weight: 500;
  line-height: 1.08;
  letter-spacing: 0;
}

.home-lead {
  max-width: 680px;
  margin: 34px 0 0;
  color: #647182;
  font-size: 17px;
  line-height: 1.75;
}

.home-feature {
  padding: 0 40px 140px;
  background: #ffffff;
}

.home-feature-media,
.home-feature-copy,
.home-section-head,
.home-model-grid,
.home-wide-model,
.home-models-action,
.home-service,
.home-proof-grid,
.home-inquiry {
  width: min(100%, 1380px);
  margin-right: auto;
  margin-left: auto;
}

.home-feature-media {
  position: relative;
  width: min(100%, 1380px);
  aspect-ratio: 16 / 8.4;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 8px;
  background: #dbe8f0;
}

.home-feature-media img,
.home-model img,
.home-wide-model img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 1.2s cubic-bezier(0.22, 1, 0.36, 1);
}

.home-feature-media:hover img,
.home-model:hover img,
.home-wide-model:hover img {
  transform: scale(1.025);
}

.home-feature-copy {
  display: grid;
  grid-template-columns: minmax(220px, 0.72fr) minmax(0, 1.28fr);
  gap: 80px;
  padding-top: 34px;
}

.home-feature-copy p,
.home-wide-model-copy p,
.home-model-caption p {
  margin: 8px 0 0;
  color: #647182;
  font-size: 13px;
}

.home-feature-copy h2 {
  margin: 0;
  color: #17202b;
  font-size: 44px;
  font-weight: 500;
}

.home-feature-copy > div:last-child > p {
  max-width: 640px;
  margin: 18px 0 26px;
  font-size: 15px;
  line-height: 1.7;
}

.home-status {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  border: 1px solid currentColor;
  border-radius: 999px;
  padding: 4px 9px;
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
}

.home-status.in-stock {
  color: #167052;
}

.home-status.sourcing {
  color: #52677e;
}

.home-models {
  background: #f1f4f6;
}

.home-section-head {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.55fr);
  align-items: end;
  gap: 70px;
  margin-bottom: 54px;
}

.home-section-head h2,
.home-service h2,
.home-inquiry h2 {
  max-width: 720px;
  margin: 0;
  color: #17202b;
  font-size: 52px;
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: 0;
}

.home-section-head > p,
.home-service-intro > p,
.home-inquiry-intro > p {
  margin: 0;
  color: #647182;
  font-size: 15px;
  line-height: 1.7;
}

.home-model-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.home-model {
  position: relative;
  min-height: 650px;
  overflow: hidden;
  border-radius: 8px;
  background: #ffffff;
}

.home-model-product {
  background: #dce7ec;
}

.home-model-product img {
  padding: 70px 28px 126px;
  object-fit: contain;
}

.home-model-caption {
  position: absolute;
  right: 26px;
  bottom: 24px;
  left: 26px;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: end;
  gap: 16px;
  color: #17202b;
}

.home-model-caption .home-status {
  grid-column: 1 / -1;
  justify-self: start;
}

.home-model-caption h3,
.home-wide-model h3 {
  margin: 4px 0 0;
  font-size: 34px;
  font-weight: 500;
  letter-spacing: 0;
}

.home-model-caption > a {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border: 1px solid currentColor;
  border-radius: 50%;
}

.light-caption {
  color: #ffffff;
}

.light-caption::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: -120px -26px -24px;
  background: linear-gradient(transparent, rgba(8, 15, 24, 0.74));
}

.light-caption p,
.light-caption .home-status {
  color: rgba(255, 255, 255, 0.82);
}

.home-wide-model {
  position: relative;
  min-height: 690px;
  margin-top: 18px;
  overflow: hidden;
  border-radius: 8px;
  background: #1a222a;
}

.home-wide-model::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(8, 14, 20, 0.72), rgba(8, 14, 20, 0.04) 62%);
}

.home-wide-model-copy {
  position: absolute;
  bottom: 58px;
  left: 58px;
  z-index: 2;
  max-width: 430px;
  color: #ffffff;
}

.home-wide-model-copy .home-status,
.home-wide-model-copy p {
  color: rgba(255, 255, 255, 0.78);
}

.home-wide-model h3 {
  margin-bottom: 28px;
  font-size: 54px;
}

.home-models-action {
  display: flex;
  justify-content: flex-end;
  padding-top: 34px;
}

.home-service {
  display: grid;
  grid-template-columns: minmax(300px, 0.72fr) minmax(0, 1.28fr);
  gap: 90px;
  padding: 140px 40px;
  background: #edf3f0;
}

.home-service-intro {
  position: sticky;
  top: 130px;
  align-self: start;
}

.home-service-intro > p {
  max-width: 470px;
  margin: 26px 0 30px;
}

.home-service-steps {
  border-top: 1px solid #c7d1cc;
}

.home-service-steps article {
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 22px;
  padding: 34px 0;
  border-bottom: 1px solid #c7d1cc;
}

.home-service-steps article > span {
  color: #819088;
  font-size: 12px;
  font-weight: 600;
}

.home-service-steps h3 {
  margin: 0;
  color: #17202b;
  font-size: 25px;
  font-weight: 500;
}

.home-service-steps p {
  max-width: 540px;
  margin: 10px 0 0;
  color: #64726d;
  font-size: 14px;
  line-height: 1.65;
}

.home-real-media {
  background: #ffffff;
}

.home-proof-grid {
  display: grid;
  grid-template-columns: 1.35fr 0.65fr;
  grid-template-rows: 1fr 1fr;
  gap: 16px;
}

.home-proof-grid .placeholder {
  min-height: 260px;
  border-radius: 8px;
}

.home-proof-large {
  grid-row: 1 / 3;
  min-height: 536px !important;
}

.home-inquiry {
  display: grid;
  grid-template-columns: minmax(300px, 0.72fr) minmax(0, 1.28fr);
  gap: 100px;
  max-width: none;
  padding: 140px max(40px, calc((100% - 1380px) / 2));
  color: #ffffff;
  background: #17202b;
}

.home-inquiry .home-kicker,
.home-inquiry h2,
.home-inquiry-intro > p {
  color: #ffffff;
}

.home-inquiry-intro > p {
  max-width: 470px;
  margin-top: 26px;
  color: #aeb9c6;
}

.home-contact-list {
  display: grid;
  gap: 12px;
  margin-top: 42px;
  color: #dbe2e9;
  font-size: 13px;
}

.home-form {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 28px;
}

.home-form .field label {
  color: #dbe2e9;
}

.home-form input,
.home-form select,
.home-form textarea {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.24);
  background: rgba(255, 255, 255, 0.06);
}

.home-form input::placeholder {
  color: #8f9aa7;
}

.home-form .form-message {
  color: #bfe2d1;
}

.home-page .footer {
  background: #0f171f;
}

@keyframes homeHeroImage {
  from { opacity: 0; transform: scale(1.08); }
  to { opacity: 1; transform: scale(1); }
}

@media (max-width: 1100px) {
  .home-hero h1 {
    font-size: 68px;
  }

  .home-model-alias {
    font-size: 96px;
  }

  .home-hero-content {
    grid-template-columns: 1fr 0.52fr;
  }

  .home-statement h2 {
    font-size: 52px;
  }

  .home-section-head h2,
  .home-service h2,
  .home-inquiry h2 {
    font-size: 44px;
  }

  .home-model {
    min-height: 540px;
  }

  .home-wide-model {
    min-height: 590px;
  }
}

@media (max-width: 820px) {
  .home-page .header-actions .btn-light {
    display: none;
  }

  .home-hero {
    min-height: 760px;
    height: 100svh;
  }

  .home-hero-media img {
    object-position: 61% center;
  }

  .home-hero-wash {
    background:
      linear-gradient(180deg, rgba(248, 250, 252, 0.22), rgba(248, 250, 252, 0.62) 52%, rgba(248, 250, 252, 0.96) 75%),
      linear-gradient(90deg, rgba(248, 250, 252, 0.5), transparent 72%);
  }

  .home-hero-content {
    display: block;
    width: calc(100% - 40px);
    padding: 110px 0 70px;
  }

  .home-hero-copy {
    position: absolute;
    bottom: 72px;
    left: 0;
    max-width: 580px;
  }

  .home-hero h1 {
    font-size: 58px;
  }

  .home-model-alias {
    font-size: 78px;
  }

  .home-tagline {
    margin-top: 22px;
    font-size: 24px;
  }

  .home-hero-note {
    display: none;
  }

  .home-spec-rail {
    right: 20px;
    bottom: 18px;
    left: 20px;
    grid-template-columns: 1fr 1fr;
    width: auto;
  }

  .home-spec-rail div:nth-child(2) {
    border-right: 0;
  }

  .home-spec-rail div:nth-child(-n + 2) {
    border-bottom: 1px solid rgba(23, 32, 43, 0.1);
  }

  .home-statement,
  .home-models,
  .home-real-media {
    padding: 92px 20px;
  }

  .home-statement h2 {
    font-size: 46px;
  }

  .home-lead {
    margin-left: 0;
  }

  .home-feature {
    padding: 0 20px 92px;
  }

  .home-feature-media {
    aspect-ratio: 4 / 3;
  }

  .home-feature-media img {
    object-position: 58% center;
  }

  .home-feature-copy,
  .home-section-head,
  .home-service,
  .home-inquiry {
    grid-template-columns: 1fr;
  }

  .home-feature-copy,
  .home-section-head {
    gap: 30px;
  }

  .home-model-grid {
    grid-template-columns: 1fr;
  }

  .home-model,
  .home-wide-model {
    min-height: 570px;
  }

  .home-service {
    gap: 60px;
    padding: 92px 20px;
  }

  .home-service-intro {
    position: static;
  }

  .home-proof-grid {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }

  .home-proof-large {
    grid-row: auto;
    min-height: 380px !important;
  }

  .home-inquiry {
    gap: 60px;
    padding: 92px 20px;
  }
}

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

  .home-hero-media img {
    object-position: 65% 28%;
  }

  .home-hero-copy {
    bottom: 74px;
  }

  .home-hero h1 {
    font-size: 40px;
  }

  .home-model-alias {
    font-size: 64px;
  }

  .home-tagline {
    margin-top: 18px;
    font-size: 20px;
  }

  .home-hero-actions {
    align-items: stretch;
    flex-direction: column;
    gap: 12px;
    width: min(100%, 310px);
    margin-top: 24px;
  }

  .home-text-action {
    align-self: flex-start;
  }

  .home-spec-rail div {
    padding: 12px 14px;
  }

  .home-spec-rail strong {
    font-size: 11px;
  }

  .home-statement h2,
  .home-section-head h2,
  .home-service h2,
  .home-inquiry h2 {
    font-size: 36px;
  }

  .home-feature-copy {
    grid-template-columns: 1fr;
  }

  .home-feature-copy h2 {
    font-size: 36px;
  }

  .home-model,
  .home-wide-model {
    min-height: 460px;
  }

  .home-model-product img {
    padding: 48px 10px 126px;
  }

  .home-model-caption h3 {
    font-size: 28px;
  }

  .home-wide-model-copy {
    bottom: 32px;
    left: 24px;
  }

  .home-wide-model h3 {
    font-size: 40px;
  }

  .home-service-steps article {
    grid-template-columns: 42px 1fr;
  }
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Inter", Arial, sans-serif;
  color: var(--ink);
  background: var(--white);
}

h1,
h2,
h3,
.home-hero h1,
.home-tagline,
.home-model-caption h3,
.home-wide-model h3 {
  font-family: "Poppins", "Inter", Arial, sans-serif;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 100;
  pointer-events: none;
  background: linear-gradient(rgba(255, 255, 255, 0.026) 1px, transparent 1px);
  background-size: 100% 4px;
  opacity: 0.22;
  mix-blend-mode: soft-light;
}

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

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

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 50;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(4, 14, 28, 0.72);
  backdrop-filter: blur(18px);
  color: var(--white);
  transition: padding 220ms ease, background 220ms ease, box-shadow 220ms ease;
}

.site-header.is-scrolled {
  background: rgba(1, 7, 16, 0.92);
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.24);
}

.site-header.is-scrolled .header-inner {
  padding-top: 10px;
  padding-bottom: 10px;
}

.scroll-progress {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 90;
  height: 2px;
  transform: scaleX(0);
  transform-origin: left center;
  background: linear-gradient(90deg, #dce8f7, #ffffff, #8398b3);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  max-width: 1280px;
  margin: 0 auto;
  padding: 16px 40px;
  transition: padding 220ms ease;
}

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

.logo-mark,
.logo-placeholder {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.08);
  font-weight: 600;
  letter-spacing: 0;
}

.brand-name {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 26px;
  color: #eef2f6;
  font-size: 14px;
}

.nav-links a {
  position: relative;
  padding: 9px 0;
  opacity: 0.86;
}

.nav-links a:hover,
.nav-links a.active {
  opacity: 1;
}

.nav-links a.active::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 2px;
  left: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, #ffffff, transparent);
}

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

.language-select {
  height: 38px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: var(--radius);
  padding: 0 10px;
  color: var(--white);
  background: rgba(255, 255, 255, 0.08);
}

.language-select option {
  color: var(--ink);
}

.mobile-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: var(--radius);
  color: var(--white);
  background: rgba(255, 255, 255, 0.08);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  border: 1px solid transparent;
  border-radius: var(--radius);
  padding: 0 18px;
  font-weight: 600;
  cursor: pointer;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.btn:hover {
  transform: translateY(-1px);
}

.btn-primary {
  color: var(--white);
  background: var(--navy);
  box-shadow: 0 16px 32px rgba(7, 24, 47, 0.22);
}

.btn-primary:hover {
  background: var(--navy-2);
}

.btn-light {
  color: var(--navy);
  background: linear-gradient(180deg, #ffffff, #e9edf2);
  border-color: var(--white);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.16);
}

.btn-outline {
  color: var(--navy);
  border-color: var(--line);
  background: var(--white);
}

.btn-whatsapp {
  color: var(--white);
  background: #167f55;
}

.hero {
  position: relative;
  display: flex;
  align-items: flex-end;
  min-height: 100svh;
  max-height: 965px;
  padding: 130px 40px 70px;
  overflow: hidden;
  color: var(--white);
  background: #010101;
}

.hero video,
.hero-media-placeholder {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero::before,
.hero::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  z-index: 1;
  height: 260px;
  pointer-events: none;
}

.hero::before {
  top: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.58), transparent);
}

.hero::after {
  bottom: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.68), transparent);
}

.hero-decor {
  position: absolute;
  top: 14%;
  left: 50%;
  z-index: 1;
  width: min(75vw, 1073px);
  transform: translateX(-50%);
  font-family: "Bebas Neue", Impact, sans-serif;
  font-size: clamp(94px, 14vw, 210px);
  line-height: 0.9;
  text-align: center;
  color: transparent;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.83), rgba(255, 255, 255, 0.12));
  -webkit-background-clip: text;
  background-clip: text;
  opacity: 0.72;
  pointer-events: none;
  animation: heroFloat 9s ease-in-out infinite alternate;
}

.hero-ambient {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    radial-gradient(circle at 20% 72%, rgba(93, 124, 172, 0.3), transparent 26%),
    radial-gradient(circle at 84% 20%, rgba(255, 255, 255, 0.14), transparent 24%),
    linear-gradient(90deg, rgba(0, 0, 0, 0.58), transparent 50%, rgba(0, 0, 0, 0.36));
}

.hero-minimal {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}

.hero-minimal-label {
  max-width: 360px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 13px;
  line-height: 1.7;
  text-transform: uppercase;
}

.scroll-cue {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 13px;
}

.scroll-cue::after {
  content: "";
  width: 42px;
  height: 1px;
  background: rgba(255, 255, 255, 0.5);
  animation: cuePulse 1.8s ease-in-out infinite;
}

.hero-bottom {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 0.75fr) minmax(320px, 0.85fr);
  align-items: end;
  gap: 44px;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}

.hero-copy {
  display: flex;
  align-items: center;
  gap: 18px;
}

.hero-copy p {
  max-width: 430px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(17px, 1.6vw, 20px);
  line-height: 1.55;
}

.hero-tagline {
  margin: 0;
  font-family: "Bebas Neue", Impact, sans-serif;
  font-size: clamp(48px, 6vw, 86px);
  line-height: 0.95;
  text-align: right;
  color: var(--white);
}

.hero-tagline.is-visible {
  animation: titleRise 900ms ease both;
}

.hero-synapse {
  min-height: max(680px, 100svh);
  max-height: none;
  padding: 128px 40px 44px;
  align-items: center;
  justify-content: center;
  isolation: isolate;
  background: #000000;
}

.hero-synapse::before,
.hero-synapse::after {
  display: none;
}

.hero-stream {
  position: absolute;
  bottom: 35vh;
  left: 50%;
  z-index: -1;
  width: min(100%, 1600px);
  height: 80vh;
  transform: translateX(-50%);
  overflow: hidden;
  pointer-events: none;
}

.hero-stream video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 1;
}

.hero-center {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: min(100%, 1040px);
  margin: 0 auto 76px;
  text-align: center;
}

.hero-badges {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 9px;
  margin-bottom: 34px;
}

.glass-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 36px;
  padding: 7px 12px 7px 8px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.86);
  background: rgba(7, 11, 17, 0.38);
  backdrop-filter: blur(18px);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.08);
  font-size: 12px;
  font-weight: 500;
}

.glass-badge i {
  display: grid;
  place-items: center;
  width: 22px;
  height: 22px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 50%;
  color: #ffffff;
  font-size: 8px;
  font-style: normal;
  letter-spacing: 0;
}

.hero.hero-synapse .hero-main-title {
  max-width: 980px;
  margin: 0;
  color: #ffffff;
  font-family: "Inter", Arial, sans-serif;
  font-size: clamp(58px, 7.2vw, 104px);
  font-weight: 500;
  line-height: 0.96;
  letter-spacing: 0;
  text-wrap: balance;
  text-shadow: 0 8px 40px rgba(0, 0, 0, 0.55);
}

.hero-subtitle {
  max-width: 690px;
  margin: 28px auto 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 17px;
  line-height: 1.7;
  text-shadow: 0 4px 24px rgba(0, 0, 0, 0.8);
}

.hero-actions {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-top: 32px;
}

.hero-btn-solid,
.hero-btn-glass {
  min-height: 50px;
  border-color: rgba(255, 255, 255, 0.5);
  color: #ffffff;
}

.hero-btn-solid {
  gap: 14px;
  background: rgba(0, 0, 0, 0.88);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.18), 0 18px 44px rgba(0, 0, 0, 0.3);
}

.hero-btn-glass {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(18px);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.14);
}

.hero-btn-solid:hover,
.hero-btn-glass:hover {
  background: #ffffff;
  color: #070b12;
}

.hero-brand-row {
  position: absolute;
  right: 40px;
  bottom: 32px;
  left: 40px;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.25fr repeat(5, 1fr);
  align-items: center;
  gap: 24px;
  max-width: 1200px;
  margin: auto;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  padding-top: 22px;
  color: rgba(255, 255, 255, 0.4);
}

.hero-brand-row span {
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
}

.hero-brand-row b {
  font-size: clamp(12px, 1.4vw, 17px);
  font-weight: 600;
  text-align: center;
  filter: grayscale(1);
}

.hero-enter {
  opacity: 0;
  transform: translateY(24px);
  animation: heroEnter 820ms cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.enter-1 { animation-delay: 120ms; }
.enter-2 { animation-delay: 190ms; }
.enter-3 { animation-delay: 260ms; }
.enter-4 { animation-delay: 340ms; }
.enter-5 { animation-delay: 470ms; }
.enter-6 { animation-delay: 590ms; }
.enter-7 { animation-delay: 760ms; }

.floating-actions {
  position: fixed;
  top: 50%;
  right: 22px;
  z-index: 55;
  display: flex;
  flex-direction: column;
  gap: 12px;
  transform: translateY(-50%);
}

.floating-actions a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 9px;
  width: 48px;
  height: 48px;
  overflow: hidden;
  border-radius: 999px;
  color: var(--white);
  background: rgba(3, 9, 18, 0.9);
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.24);
  transition: width 260ms ease, background 260ms ease;
}

.floating-actions a:hover {
  width: 148px;
  background: #0d2748;
}

.floating-actions span {
  display: grid;
  place-items: center;
  flex: 0 0 48px;
  height: 48px;
  font-size: 11px;
  font-weight: 600;
}

.floating-actions b {
  white-space: nowrap;
  padding-right: 16px;
  font-size: 13px;
}

.hero-content {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(300px, 0.7fr);
  align-items: end;
  gap: 48px;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}

.eyebrow {
  margin: 0 0 14px;
  color: #d9e3ee;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

.hero h1,
.page-hero h1 {
  margin-bottom: 18px;
  font-family: "Bebas Neue", Impact, sans-serif;
  font-size: clamp(54px, 8vw, 118px);
  line-height: 0.92;
  letter-spacing: 0;
}

.hero p {
  max-width: 650px;
  color: #eef2f6;
  font-size: clamp(17px, 2vw, 21px);
  line-height: 1.55;
}

.hero-ctas,
.cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.hero-note {
  max-width: 390px;
  color: #eef2f6;
  font-size: 18px;
  line-height: 1.6;
}

.section {
  padding: 86px 40px;
}

.section-xl {
  padding: 118px 40px;
}

.section-alt {
  background: #f7f9fb;
}

.cinematic-intro {
  padding-top: 130px;
  padding-bottom: 130px;
  text-align: center;
  background: var(--white);
}

.script-label {
  margin-bottom: 22px;
  color: var(--navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(28px, 4vw, 54px);
  font-style: italic;
}

.word-reveal {
  max-width: 980px;
  margin: 0 auto;
  font-size: clamp(30px, 4.1vw, 58px);
  line-height: 1.12;
  letter-spacing: 0;
}

.text-link {
  display: inline-flex;
  margin-top: 34px;
  color: var(--navy);
  font-weight: 600;
  border-bottom: 1px solid currentColor;
  padding-bottom: 4px;
}

.dark-section {
  color: var(--white);
  background: #050b15;
}

.dark-section .section-heading p,
.dark-section p,
.dark-section .feature-list li {
  color: #c8d4e1;
}

.dark-section .card {
  border-color: rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.06);
  box-shadow: none;
}

.container {
  max-width: 1180px;
  margin: 0 auto;
}

.section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 34px;
}

.section-heading h2 {
  margin-bottom: 0;
  font-size: clamp(32px, 4vw, 54px);
  line-height: 1.05;
}

.section-heading p {
  max-width: 520px;
  margin-bottom: 0;
  color: var(--muted);
  line-height: 1.65;
}

.grid {
  display: grid;
  gap: 18px;
}

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

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

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

.gallery-tile {
  display: grid;
  gap: 12px;
}

.gallery-tile .placeholder {
  min-height: 280px;
  transition: transform 6s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.gallery-tile:hover .placeholder {
  transform: scale(1.04);
}

.gallery-tile p {
  margin-bottom: 0;
  color: #eef2f6;
  font-size: 14px;
  font-weight: 600;
}

.gallery-tile.tall {
  grid-row: span 2;
}

.gallery-tile.tall .placeholder {
  min-height: 588px;
}

.gallery-tile.wide {
  grid-column: span 2;
}

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

.support-card {
  min-height: 260px;
  padding: 28px 22px;
  color: var(--white);
  background: #050b15;
}

.support-card span {
  display: block;
  margin-bottom: 44px;
  color: rgba(255, 255, 255, 0.42);
  font-family: "Bebas Neue", Impact, sans-serif;
  font-size: 42px;
  line-height: 1;
}

.support-card h3 {
  margin-bottom: 12px;
  font-size: 22px;
}

.support-card p {
  margin-bottom: 0;
  color: #c8d4e1;
  line-height: 1.6;
}

.bento-grid {
  display: grid;
  grid-template-columns: 1.35fr 0.65fr;
  grid-template-rows: auto auto;
  gap: 18px;
}

.bento-large {
  grid-row: span 2;
}

.bento-card {
  min-height: 280px;
  padding: 30px;
}

.bento-card h3 {
  font-size: clamp(26px, 3vw, 44px);
  line-height: 1;
}

.motion-card {
  position: relative;
  overflow: hidden;
}

.motion-card::after {
  content: "";
  position: absolute;
  inset: -40% auto auto -40%;
  width: 70%;
  aspect-ratio: 1;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.22), transparent 62%);
  opacity: 0;
  transition: opacity 220ms ease, transform 360ms ease;
}

.motion-card:hover::after {
  opacity: 1;
  transform: translate(34%, 30%);
}

.card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: 0 14px 42px rgba(7, 24, 47, 0.06);
  overflow: hidden;
}

.trust-card {
  padding: 24px;
}

.trust-card .icon {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  border-radius: var(--radius);
  color: var(--navy);
  background: var(--silver);
  font-weight: 600;
}

.trust-card h3,
.category-card h3,
.vehicle-card h3 {
  margin-bottom: 10px;
  font-size: 21px;
}

.trust-card p,
.category-card p,
.vehicle-card p {
  color: var(--muted);
  line-height: 1.6;
}

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

.brand-marquee {
  position: relative;
  overflow: hidden;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: 18px 0;
}

.brand-track {
  display: flex;
  width: max-content;
  gap: 18px;
  animation: marquee 28s linear infinite;
}

.brand-track:hover {
  animation-play-state: paused;
}

.brand-item {
  display: grid;
  place-items: center;
  min-height: 96px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  color: var(--navy);
  background: linear-gradient(135deg, #ffffff, #f2f5f9);
  font-size: 20px;
  font-weight: 600;
}

.brand-track .brand-item {
  width: 190px;
}

.placeholder {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 220px;
  border: 1px dashed #aeb8c5;
  border-radius: var(--radius);
  color: #536176;
  background:
    linear-gradient(135deg, rgba(7, 24, 47, 0.04) 25%, transparent 25%) 0 0 / 22px 22px,
    linear-gradient(225deg, rgba(7, 24, 47, 0.04) 25%, transparent 25%) 0 0 / 22px 22px,
    #f0f4f8;
  padding: 20px;
  text-align: center;
  font-size: 14px;
  line-height: 1.5;
  overflow: hidden;
}

.placeholder::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(105deg, transparent 0%, rgba(255, 255, 255, 0.42) 42%, transparent 78%);
  transform: translateX(-100%);
  animation: placeholderSheen 5.5s ease-in-out infinite;
}

.placeholder span {
  position: relative;
  z-index: 1;
}

.placeholder strong {
  display: block;
  margin-bottom: 4px;
  color: var(--navy);
  font-size: 16px;
}

.ratio-169 {
  aspect-ratio: 16 / 9;
  min-height: auto;
}

.ratio-43 {
  aspect-ratio: 4 / 3;
  min-height: auto;
}

.ratio-wide {
  aspect-ratio: 21 / 9;
  min-height: 280px;
}

.category-card .body,
.vehicle-card .body {
  padding: 22px;
}

.spec-list {
  display: grid;
  gap: 8px;
  margin: 18px 0 22px;
  color: var(--muted);
  font-size: 14px;
}

.spec-list span {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  border-bottom: 1px solid #edf1f5;
  padding-bottom: 8px;
}

.spec-list b {
  color: var(--ink);
  font-weight: 600;
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  align-items: center;
  gap: 36px;
}

.sticky-showcase {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  align-items: start;
  gap: 34px;
}

.sticky-copy {
  position: sticky;
  top: 118px;
  min-height: 460px;
  display: grid;
  align-content: center;
}

.showcase-stack {
  display: grid;
  gap: 18px;
}

.showcase-card {
  min-height: 520px;
}

.showcase-card .placeholder {
  height: 100%;
}

.feature-list {
  display: grid;
  gap: 14px;
  padding: 0;
  margin: 22px 0 0;
  list-style: none;
}

.feature-list li {
  border-left: 3px solid var(--navy);
  padding-left: 14px;
  color: var(--muted);
  line-height: 1.55;
}

.page-hero {
  padding: 148px 40px 76px;
  color: var(--white);
  background: linear-gradient(135deg, var(--navy), #122f53);
}

.page-hero.cinematic {
  min-height: 68vh;
  display: flex;
  align-items: end;
  background:
    radial-gradient(circle at 74% 20%, rgba(255, 255, 255, 0.16), transparent 24%),
    linear-gradient(135deg, #030915, var(--navy) 58%, #1a3559);
}

.page-hero .container {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 42px;
  align-items: end;
}

.page-hero p {
  max-width: 620px;
  color: #dbe5f0;
  font-size: 18px;
  line-height: 1.65;
}

.process {
  counter-reset: step;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.process-card {
  position: relative;
  padding: 24px;
}

.process-card::before {
  counter-increment: step;
  content: "0" counter(step);
  display: block;
  margin-bottom: 24px;
  color: var(--silver-2);
  font-family: "Bebas Neue", Impact, sans-serif;
  font-size: 46px;
  line-height: 1;
}

.contact-panel {
  padding: 28px;
  color: var(--white);
  background: var(--navy);
}

.contact-panel p {
  color: #dbe5f0;
}

.contact-list {
  display: grid;
  gap: 16px;
  margin-top: 24px;
}

.contact-list a,
.contact-list div {
  display: block;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--radius);
  padding: 16px;
  background: rgba(255, 255, 255, 0.06);
}

.form-card {
  padding: 28px;
}

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

.field {
  display: grid;
  gap: 7px;
}

.field.full {
  grid-column: 1 / -1;
}

.field label {
  color: var(--ink);
  font-size: 13px;
  font-weight: 600;
}

.field input,
.field select,
.field textarea {
  width: 100%;
  min-height: 46px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 11px 12px;
  color: var(--ink);
  background: var(--white);
}

.field textarea {
  min-height: 116px;
  resize: vertical;
}

.helper {
  color: var(--muted);
  font-size: 12px;
}

.form-message {
  display: none;
  margin-top: 16px;
  border: 1px solid #b7dfca;
  border-radius: var(--radius);
  padding: 14px;
  color: #12613f;
  background: #edf9f2;
}

.form-message.visible {
  display: block;
}

[data-reveal] {
  opacity: 0;
  transform: translateY(34px);
  transition: opacity 760ms ease, transform 760ms ease;
}

[data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

.delay-1 {
  transition-delay: 120ms;
}

.delay-2 {
  transition-delay: 240ms;
}

.delay-3 {
  transition-delay: 360ms;
}

@keyframes marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

@keyframes placeholderSheen {
  0%,
  42% {
    transform: translateX(-100%);
  }
  70%,
  100% {
    transform: translateX(100%);
  }
}

@keyframes heroFloat {
  from {
    transform: translateX(-50%) translateY(0);
  }
  to {
    transform: translateX(-50%) translateY(-18px);
  }
}

@keyframes cuePulse {
  0%,
  100% {
    transform: scaleX(0.45);
    opacity: 0.45;
  }
  50% {
    transform: scaleX(1);
    opacity: 1;
  }
}

@keyframes titleRise {
  from {
    opacity: 0;
    transform: translateY(42px);
    filter: blur(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0);
  }
}

@keyframes heroEnter {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.footer {
  padding: 36px 40px;
  color: #c9d4e2;
  background: #061121;
}

.footer-inner {
  display: flex;
  justify-content: space-between;
  gap: 22px;
  max-width: 1180px;
  margin: 0 auto;
  font-size: 14px;
}

/* Vehicles page final visual alignment: match the home page light system */
.vehicles-page {
  color: #17202b;
  background: #f7f8fa;
}

.vehicles-page .site-header {
  color: #17202b;
  border-bottom-color: rgba(20, 30, 42, 0.1);
  background: rgba(255, 255, 255, 0.82);
  backdrop-filter: blur(22px);
}

.vehicles-page .site-header.is-scrolled {
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 14px 34px rgba(40, 50, 64, 0.08);
}

.vehicles-page .nav-links {
  color: #17202b;
}

.vehicles-page .nav-links.open {
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 18px 46px rgba(23, 32, 43, 0.12);
}

.vehicles-page .nav-links a.active::after {
  background: #17202b;
}

.vehicles-page .language-select,
.vehicles-page .mobile-toggle {
  color: #17202b;
  border-color: rgba(20, 30, 42, 0.18);
  background: rgba(255, 255, 255, 0.72);
}

.vehicles-page .header-actions .btn-light,
.vehicles-page .home-btn-dark,
.vehicles-page .vehicle-filter-group button.active,
.vehicles-page .vehicle-filter-group button:hover {
  color: #ffffff;
  border-color: #17202b;
  background: #17202b;
}

.vehicles-hero {
  background: transparent;
}

.vehicles-hero-copy h1,
.vehicles-featured-copy h2,
.vehicles-section-head h2,
.vehicle-listing-body h3 {
  color: #17202b;
}

.vehicles-hero-copy > p:not(.home-kicker),
.vehicles-featured-copy > p:nth-of-type(2),
.vehicles-section-head > p,
.vehicle-listing-body ul,
.vehicles-featured-copy > p:first-of-type,
.vehicle-listing-body > p {
  color: #647182;
}

.vehicles-hero-media,
.vehicles-featured-media {
  border-radius: 8px;
  background: #dfe8ef;
  box-shadow: none;
}

.vehicles-control {
  border-top: 1px solid rgba(23, 32, 43, 0.08);
  border-bottom: 1px solid rgba(23, 32, 43, 0.08);
  background: rgba(255, 255, 255, 0.88);
  backdrop-filter: blur(18px);
}

.vehicle-filter-group button {
  color: #26384b;
  border-color: rgba(23, 32, 43, 0.12);
  background: rgba(255, 255, 255, 0.72);
}

.vehicles-featured,
.vehicles-catalog {
  background: transparent;
}

.vehicles-catalog {
  border-top: 1px solid rgba(23, 32, 43, 0.08);
}

.vehicle-listing {
  border-color: rgba(23, 32, 43, 0.1);
  background: #ffffff;
  box-shadow: none;
}

.vehicle-listing-media {
  background:
    linear-gradient(135deg, rgba(223, 231, 238, 0.65), rgba(247, 249, 251, 0.96)),
    #eef3f7;
}

.vehicle-key-specs {
  border-color: rgba(23, 32, 43, 0.1);
  background: rgba(23, 32, 43, 0.1);
}

.vehicle-key-specs span {
  background: #ffffff;
}

.vehicles-request {
  color: #ffffff;
  background: #17202b;
}

.vehicles-request p {
  color: #cbd4de;
}

.vehicles-page .footer {
  background: #0f171f;
}

@media (max-width: 980px) {
  .header-inner {
    padding: 14px 20px;
  }

  .mobile-toggle {
    display: inline-grid;
    place-items: center;
  }

  .nav-links {
    position: absolute;
    top: 68px;
    left: 20px;
    right: 20px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: var(--radius);
    padding: 10px;
    background: rgba(4, 14, 28, 0.96);
  }

  .nav-links.open {
    display: flex;
  }

  .nav-links a {
    padding: 12px;
  }

  .header-actions .btn {
    display: none;
  }

  .hero {
    min-height: 660px;
    padding: 112px 22px 42px;
  }

  .hero-synapse {
    min-height: max(700px, 100svh);
    padding: 116px 22px 120px;
  }

  .hero-stream {
    bottom: 30vh;
    width: 130%;
    height: 76vh;
  }

  .hero-center {
    margin-bottom: 0;
  }

  .hero-brand-row {
    right: 22px;
    bottom: 26px;
    left: 22px;
    grid-template-columns: repeat(5, 1fr);
    gap: 12px;
  }

  .hero-brand-row span {
    display: none;
  }

  .hero-content,
  .page-hero .container,
  .split,
  .hero-bottom {
    grid-template-columns: 1fr;
  }

  .hero-copy {
    align-items: flex-start;
    flex-direction: column;
  }

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

  .section,
  .page-hero {
    padding-left: 22px;
    padding-right: 22px;
  }

  .section-heading {
    display: block;
  }

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

  .grid-3,
  .process,
  .bento-grid,
  .sticky-showcase,
  .masonry-grid,
  .support-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .bento-large {
    grid-row: auto;
  }

  .sticky-copy {
    position: static;
    min-height: auto;
  }

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

  .gallery-tile.tall,
  .gallery-tile.wide {
    grid-column: auto;
    grid-row: auto;
  }

  .gallery-tile.tall .placeholder {
    min-height: 280px;
  }

  .sourcing-hero,
  .sourcing-scope,
  .sourcing-process,
  .sourcing-evidence,
  .sourcing-docs,
  .sourcing-cta {
    width: min(100% - 44px, 760px);
  }

  .sourcing-hero {
    grid-template-columns: 1fr;
    gap: 34px;
    min-height: auto;
    padding: 126px 0 72px;
  }

  .sourcing-hero-copy h1,
  .sourcing-section-head h2,
  .sourcing-process-copy h2,
  .sourcing-evidence-copy h2,
  .sourcing-cta h2 {
    font-size: 42px;
    line-height: 1.08;
  }

  .sourcing-hero-copy > p:not(.home-kicker) {
    font-size: 16px;
  }

  .sourcing-hero-panel,
  .sourcing-hero-panel img,
  .sourcing-evidence-media,
  .sourcing-evidence-media img {
    min-height: 360px;
  }

  .sourcing-section-head,
  .sourcing-process,
  .sourcing-evidence,
  .sourcing-cta {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .sourcing-scope,
  .sourcing-docs {
    padding: 82px 0;
  }

  .sourcing-scope-grid,
  .sourcing-docs-grid {
    grid-template-columns: 1fr;
  }

  .sourcing-scope-grid article {
    min-height: 230px;
  }

  .sourcing-process {
    margin-bottom: 82px;
    padding: 34px;
  }

  .sourcing-process-copy {
    position: static;
  }

  .sourcing-evidence {
    padding-bottom: 82px;
  }

  .sourcing-cta {
    margin-bottom: 82px;
    padding: 34px;
  }

  .about-hero,
  .about-statement,
  .about-history,
  .about-capability,
  .about-network,
  .about-values,
  .about-details,
  .about-cta {
    width: min(100% - 44px, 760px);
  }

  .about-hero {
    grid-template-columns: 1fr;
    min-height: auto;
    padding-top: 104px;
  }

  .about-hero-full {
    min-height: 100svh;
    padding-top: 0;
  }

  .about-hero-media,
  .about-hero-media video {
    min-height: 360px;
  }

  .about-hero-full .about-hero-media,
  .about-hero-full .about-hero-media video {
    min-height: 100svh;
  }

  .about-hero-media {
    border-radius: 8px 8px 0 0;
  }

  .about-hero-full .about-hero-media {
    border-radius: 0;
  }

  .about-hero-copy {
    border-radius: 0 0 8px 8px;
    padding: 34px;
  }

  .about-hero-full .about-hero-copy {
    width: min(100% - 44px, 760px);
    min-height: 100svh;
    border-radius: 0;
    padding: 120px 0 58px;
  }

  .about-hero-copy h1,
  .about-statement h2,
  .about-capability h2,
  .about-network h2,
  .about-values h2,
  .about-details h2,
  .about-cta h2 {
    font-size: 42px;
    line-height: 1.08;
  }

  .about-statement {
    padding: 82px 0;
  }

  .about-statement-inner {
    margin-left: 0;
  }

  .about-capability,
  .about-history,
  .about-network,
  .about-values-head,
  .about-details,
  .about-cta {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .about-capability {
    padding: 82px 0;
  }

  .about-history {
    padding-bottom: 82px;
  }

  .about-history-copy {
    position: static;
    min-height: auto;
    padding: 34px;
  }

  .about-history-copy h2 {
    font-size: 42px;
  }

  .about-history-rail {
    padding: 10px 34px 34px;
  }

  .about-history-rail article {
    grid-template-columns: 48px 1fr;
    gap: 18px;
  }

  .about-history-rail::before {
    display: none;
  }

  .about-history-rail time,
  .about-history-rail article > div {
    grid-column: 1 / -1;
  }

  .about-network {
    padding-bottom: 82px;
  }

  .about-network-media,
  .about-network-media img {
    min-height: 360px;
  }

  .about-values {
    padding: 34px;
  }

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

  .about-values-grid article {
    min-height: 230px;
  }

  .about-details {
    padding: 82px 0;
  }

  .about-details-card p {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .about-cta {
    margin-bottom: 82px;
    padding: 34px;
  }

  .contact-hero,
  .contact-main,
  .contact-map-section,
  .contact-request,
  .contact-brands {
    width: min(100% - 44px, 760px);
  }

  .contact-hero {
    padding: 126px 0 68px;
  }

  .contact-hero h1 {
    font-size: 48px;
    line-height: 1.04;
  }

  .contact-main,
  .contact-map-section,
  .contact-request,
  .contact-brands {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .contact-main,
  .contact-map-section {
    padding-bottom: 82px;
  }

  .contact-info,
  .contact-form-card,
  .contact-map-copy,
  .contact-request {
    padding: 30px;
  }

  .contact-map,
  .contact-map iframe {
    min-height: 360px;
  }

  .contact-request {
    margin-bottom: 82px;
  }

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

  .contact-brands {
    padding-bottom: 82px;
  }
}

@media (max-width: 640px) {
  .brand {
    min-width: 0;
  }

  .brand-name {
    max-width: 160px;
    font-size: 12px;
  }

  .language-select {
    width: 76px;
  }

  .hero h1,
  .page-hero h1 {
    font-size: 58px;
  }

  .hero-synapse {
    min-height: max(720px, 100svh);
    padding-top: 104px;
  }

  .hero-stream {
    bottom: 36vh;
    width: 170%;
    height: 72vh;
  }

  .hero-badges {
    gap: 7px;
    margin-bottom: 26px;
  }

  .glass-badge {
    min-height: 31px;
    padding: 5px 9px 5px 6px;
    font-size: 10px;
  }

  .glass-badge i {
    width: 19px;
    height: 19px;
    font-size: 7px;
  }

  .hero.hero-synapse .hero-main-title {
    font-size: clamp(48px, 14vw, 68px);
    line-height: 0.98;
  }

  .hero-subtitle {
    margin-top: 22px;
    font-size: 14px;
    line-height: 1.6;
  }

  .hero-actions {
    width: 100%;
    flex-direction: column;
    margin-top: 26px;
  }

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

  .hero-brand-row {
    grid-template-columns: repeat(3, 1fr);
    row-gap: 14px;
    padding-top: 17px;
  }

  .hero-brand-row b:nth-of-type(4),
  .hero-brand-row b:nth-of-type(5) {
    display: none;
  }

  .hero-decor {
    top: 18%;
    width: 92vw;
    font-size: 96px;
  }

  .hero-ctas,
  .cta-row {
    flex-direction: column;
    align-items: stretch;
  }

  .grid-2,
  .grid-3,
  .process,
  .brand-grid,
  .bento-grid,
  .sticky-showcase,
  .masonry-grid,
  .support-grid,
  .form-grid {
    grid-template-columns: 1fr;
  }

  .floating-actions {
    display: none;
  }

  .hero-bottom {
    gap: 30px;
  }

  .hero-copy .btn {
    width: 100%;
  }

  .hero-tagline {
    font-size: 52px;
  }

  .word-reveal {
    font-size: 34px;
  }

  .section-xl {
    padding-top: 82px;
    padding-bottom: 82px;
  }

  .hero-minimal {
    display: grid;
  }

  .footer-inner {
    display: block;
  }
}
