/* ==========================================================
   HOME PAGE
========================================================== */

.home-page {
  overflow: hidden;

  background: #ffffff;
}

.home-section {
  padding: 110px 0;
}

/* ==========================================================
   HERO
========================================================== */

.home-hero {
  position: relative;

  min-height: 720px;

  display: flex;
  align-items: center;

  overflow: hidden;

  background: #052d62 url("../../images/hero/hero-banner.webp") center center /
    cover no-repeat;
}

.home-hero__overlay {
  position: absolute;
  inset: 0;

  background: linear-gradient(
    90deg,
    rgba(2, 26, 60, 0.96) 0%,
    rgba(3, 42, 91, 0.89) 38%,
    rgba(3, 48, 107, 0.58) 67%,
    rgba(3, 48, 107, 0.18) 100%
  );
}

.home-hero__overlay::after {
  content: "";

  position: absolute;
  inset: 0;

  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.05),
    transparent 45%,
    rgba(0, 0, 0, 0.15)
  );
}

.home-hero .container {
  position: relative;
  z-index: 2;
}

.home-hero__layout {
  display: grid;

  grid-template-columns:
    minmax(0, 760px)
    minmax(0, 1fr);

  align-items: center;
}

.home-hero__content {
  padding: 105px 0 92px;
}

.home-hero__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;

  color: var(--color-accent);

  font-size: 11px;
  font-weight: 800;

  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.home-hero__eyebrow::before {
  content: "";

  width: 34px;
  height: 1px;

  background: currentColor;
}

.home-hero__title {
  max-width: 760px;

  margin: 22px 0 0;

  color: var(--color-white);

  font-size: clamp(3.25rem, 6vw, 5.8rem);

  font-weight: 800;

  line-height: 0.98;
  letter-spacing: -0.045em;
}

.home-hero__title span {
  display: block;

  margin-top: 8px;

  color: var(--color-accent);
}

.home-hero__description {
  max-width: 650px;

  margin: 28px 0 0;

  color: rgba(255, 255, 255, 0.78);

  font-size: 1rem;
  line-height: 1.9;
}

.home-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;

  margin-top: 34px;
}

.home-hero__primary,
.home-hero__secondary {
  min-height: 52px;

  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;

  padding: 13px 22px;

  border-radius: 9px;

  font-size: 13px;
  font-weight: 800;

  transition:
    transform var(--transition-fast),
    background var(--transition-fast),
    color var(--transition-fast),
    border-color var(--transition-fast);
}

.home-hero__primary {
  background: var(--color-accent);

  color: var(--color-primary);
}

.home-hero__primary:hover {
  transform: translateY(-2px);

  background: var(--color-white);

  color: var(--color-primary);
}

.home-hero__secondary {
  border: 1px solid rgba(255, 255, 255, 0.22);

  background: rgba(255, 255, 255, 0.07);

  color: var(--color-white);
}

.home-hero__secondary:hover {
  transform: translateY(-2px);

  border-color: rgba(255, 255, 255, 0.38);

  background: rgba(255, 255, 255, 0.13);

  color: var(--color-white);
}

/* Authorized Dealer */

.home-hero__dealer {
  display: flex;
  align-items: center;
  gap: 24px;

  margin-top: 44px;
  padding-top: 26px;

  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.home-hero__dealer-label {
  flex: 0 0 auto;

  color: rgba(255, 255, 255, 0.47);

  font-size: 10px;
  font-weight: 800;

  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.home-hero__dealer-logos {
  display: flex;
  align-items: center;
  gap: 18px;
}

.home-hero__dealer-logos a {
  display: flex;
  align-items: center;
}

.home-hero__dealer-logo {
  width: auto;

  display: block;

  object-fit: contain;

  transition: opacity var(--transition-fast);
}

.home-hero__dealer-logo:hover {
  opacity: 0.82;
}

.home-hero__dealer-logo--hangcha {
  height: 48px;
}

.home-hero__dealer-logo--heli {
  height: 42px;
}

.home-hero__dealer-divider {
  width: 1px;
  height: 28px;

  background: rgba(255, 255, 255, 0.18);
}

/* ==========================================================
   TRUST STRIP
========================================================== */

.home-trust {
  position: relative;
  z-index: 5;

  background: var(--color-white);

  border-bottom: 1px solid rgba(3, 48, 107, 0.08);

  box-shadow: 0 12px 32px rgba(3, 48, 107, 0.045);
}

.home-trust__grid {
  display: grid;

  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.home-trust__item {
  min-width: 0;

  display: flex;
  align-items: center;
  gap: 12px;

  min-height: 98px;

  padding: 20px 22px;
}

.home-trust__item + .home-trust__item {
  border-left: 1px solid rgba(3, 48, 107, 0.08);
}

.home-trust__icon {
  width: 38px;
  height: 38px;

  flex: 0 0 auto;

  display: grid;
  place-items: center;

  border-radius: 10px;

  background: rgba(3, 48, 107, 0.065);

  color: var(--color-primary);

  font-size: 14px;
}

.home-trust__item strong {
  display: block;

  margin-bottom: 3px;

  color: var(--color-primary);

  font-size: 12px;
  font-weight: 800;
}

.home-trust__item > div > span {
  display: block;

  color: var(--color-text-muted);

  font-size: 10px;
  line-height: 1.45;
}

/* ==========================================================
   SHARED SECTION HEADING
========================================================== */

.home-section-heading {
  display: grid;

  grid-template-columns:
    minmax(0, 1fr)
    minmax(320px, 0.68fr);

  align-items: end;

  gap: 74px;

  margin-bottom: 54px;
}

.home-section-heading__eyebrow {
  display: block;

  margin-bottom: 14px;

  color: var(--color-accent-dark);

  font-size: 10px;
  font-weight: 800;

  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.home-section-heading__title {
  max-width: 720px;

  margin: 0;

  color: var(--color-primary);

  font-size: clamp(2.15rem, 4.2vw, 3.65rem);

  font-weight: 800;

  line-height: 1.06;
  letter-spacing: -0.04em;
}

.home-section-heading__aside p {
  margin: 0;

  color: var(--color-text-muted);

  font-size: 14px;
  line-height: 1.85;
}

.home-text-link {
  display: inline-flex;
  align-items: center;
  gap: 9px;

  margin-top: 20px;

  color: var(--color-primary);

  font-size: 12px;
  font-weight: 800;

  transition:
    gap var(--transition-fast),
    color var(--transition-fast);
}

.home-text-link:hover {
  gap: 13px;

  color: var(--color-accent-dark);
}

/* ==========================================================
   PRODUCT ECOSYSTEM
========================================================== */

.home-products {
  background: #ffffff;
}

.home-products__grid {
  display: grid;

  grid-template-columns: repeat(2, minmax(0, 1fr));

  gap: 26px;
}

.home-brand-card {
  min-width: 0;

  overflow: hidden;

  border: 1px solid rgba(3, 48, 107, 0.08);

  border-radius: 22px;

  background: #062e63;

  box-shadow: 0 18px 48px rgba(3, 48, 107, 0.08);
}

.home-brand-card__visual {
  position: relative;

  height: 330px;

  overflow: hidden;

  background: linear-gradient(180deg, #ffffff 0%, #f3f7fb 100%);
}

.home-brand-card__visual::after {
  content: "";

  position: absolute;
  inset: 0;

  background: linear-gradient(135deg, transparent 55%, rgba(3, 48, 107, 0.075));

  pointer-events: none;
}

.home-brand-card__visual img {
  width: 100%;
  height: 100%;

  display: block;

  object-fit: contain;

  padding: 30px;

  transition: transform 0.55s ease;
}

.home-brand-card:hover .home-brand-card__visual img {
  transform: scale(1.025);
}

.home-brand-card__count {
  position: absolute;

  top: 18px;
  right: 18px;

  z-index: 2;

  min-height: 32px;

  display: inline-flex;
  align-items: center;

  padding: 7px 11px;

  border: 1px solid rgba(3, 48, 107, 0.09);

  border-radius: 999px;

  background: rgba(255, 255, 255, 0.88);

  backdrop-filter: blur(8px);

  color: var(--color-primary);

  font-size: 10px;
  font-weight: 800;
}

.home-brand-card__content {
  padding: 34px 36px 36px;
}

.home-brand-card__header {
  display: flex;
  align-items: center;
  justify-content: space-between;

  gap: 20px;
}

.home-brand-card__logo {
  height: 55px;

  display: flex;
  align-items: center;
}

.home-brand-card__logo img {
  max-width: 170px;
  max-height: 55px;

  object-fit: contain;
}

.home-brand-card__index {
  color: rgba(255, 255, 255, 0.25);

  font-size: 12px;
  font-weight: 800;

  letter-spacing: 0.08em;
}

.home-brand-card__description {
  margin: 24px 0 0;

  color: rgba(255, 255, 255, 0.69);

  font-size: 13px;
  line-height: 1.8;
}

.home-brand-card__categories {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;

  margin-top: 24px;
}

.home-brand-card__categories a {
  min-height: 31px;

  display: inline-flex;
  align-items: center;

  padding: 7px 10px;

  border: 1px solid rgba(255, 255, 255, 0.11);

  border-radius: 999px;

  color: rgba(255, 255, 255, 0.68);

  font-size: 10px;
  font-weight: 700;

  transition:
    background var(--transition-fast),
    border-color var(--transition-fast),
    color var(--transition-fast);
}

.home-brand-card__categories a:hover {
  border-color: rgba(253, 185, 19, 0.35);

  background: rgba(253, 185, 19, 0.08);

  color: var(--color-accent);
}

.home-brand-card__action {
  display: inline-flex;
  align-items: center;
  gap: 9px;

  margin-top: 30px;

  color: var(--color-accent);

  font-size: 12px;
  font-weight: 800;

  transition:
    gap var(--transition-fast),
    color var(--transition-fast);
}

.home-brand-card__action:hover {
  gap: 13px;

  color: var(--color-white);
}

/* ==========================================================
   SERVICES
========================================================== */

.home-services {
  background: #f5f8fc;
}

.home-services__layout {
  display: grid;

  grid-template-columns:
    minmax(280px, 0.82fr)
    minmax(0, 1.35fr);

  gap: 86px;
}

.home-services__intro {
  align-self: start;

  position: sticky;
  top: 130px;
}

.home-services__title {
  max-width: 500px;

  margin: 0;

  color: var(--color-primary);

  font-size: clamp(2.15rem, 4vw, 3.55rem);

  font-weight: 800;

  line-height: 1.06;
  letter-spacing: -0.04em;
}

.home-services__description {
  max-width: 510px;

  margin: 22px 0 0;

  color: var(--color-text-muted);

  font-size: 14px;
  line-height: 1.85;
}

.home-services__action {
  display: inline-flex;
  align-items: center;
  gap: 9px;

  min-height: 48px;

  margin-top: 28px;
  padding: 12px 18px;

  border-radius: 9px;

  background: var(--color-primary);

  color: var(--color-white);

  font-size: 12px;
  font-weight: 800;

  transition:
    transform var(--transition-fast),
    background var(--transition-fast),
    color var(--transition-fast);
}

.home-services__action:hover {
  transform: translateY(-2px);

  background: var(--color-accent);

  color: var(--color-primary);
}

/* Service rows */

.home-services__list {
  border-top: 1px solid rgba(3, 48, 107, 0.11);
}

.home-service-row {
  display: grid;

  grid-template-columns:
    46px
    48px
    minmax(0, 1fr);

  align-items: start;

  gap: 18px;

  padding: 28px 0;

  border-bottom: 1px solid rgba(3, 48, 107, 0.11);
}

.home-service-row__number {
  padding-top: 12px;

  color: rgba(3, 48, 107, 0.3);

  font-size: 10px;
  font-weight: 800;

  letter-spacing: 0.06em;
}

.home-service-row__icon {
  width: 48px;
  height: 48px;

  display: grid;
  place-items: center;

  border-radius: 12px;

  background: var(--color-primary);

  color: var(--color-white);

  font-size: 16px;
}

.home-service-row__content h3 {
  margin: 0;

  color: var(--color-primary);

  font-size: 1.12rem;
  font-weight: 800;
}

.home-service-row__content p {
  margin: 9px 0 0;

  color: var(--color-text-muted);

  font-size: 13px;
  line-height: 1.75;
}

/* ==========================================================
   INDUSTRIES
========================================================== */

.home-industries {
  position: relative;

  overflow: hidden;

  background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
}

/* ==========================================================
   INDUSTRY MOSAIC GRID
========================================================== */

.home-industries__grid {
  display: grid;

  grid-template-columns: repeat(12, minmax(0, 1fr));

  grid-auto-rows: 190px;

  gap: 16px;
}

/* ==========================================================
   MOSAIC LAYOUT
========================================================== */

/* 01 - Warehouse / Featured */

.home-industry-card:nth-child(1) {
  grid-column: span 6;

  grid-row: span 2;
}

/* 02 - Manufacturing / Wide */

.home-industry-card:nth-child(2) {
  grid-column: span 6;

  grid-row: span 1;
}

/* 03 - Logistics */

.home-industry-card:nth-child(3) {
  grid-column: span 3;

  grid-row: span 1;
}

/* 04 - Distribution Center */

.home-industry-card:nth-child(4) {
  grid-column: span 3;

  grid-row: span 1;
}

/* 05 - Retail */

.home-industry-card:nth-child(5) {
  grid-column: span 4;

  grid-row: span 1;
}

/* 06 - Ports */

.home-industry-card:nth-child(6) {
  grid-column: span 4;

  grid-row: span 1;
}

/* 07 - Food */

.home-industry-card:nth-child(7) {
  grid-column: span 4;

  grid-row: span 1;
}

/* 08 - Energy */

.home-industry-card:nth-child(8) {
  grid-column: span 6;

  grid-row: span 1;
}

/* 09 - Industrial Operations */

.home-industry-card:nth-child(9) {
  grid-column: span 6;

  grid-row: span 1;
}

/* ==========================================================
   INDUSTRY CARD
========================================================== */

.home-industry-card {
  position: relative;

  min-width: 0;

  overflow: hidden;

  border-radius: 18px;

  background: #062d61;

  box-shadow: 0 12px 32px rgba(3, 48, 107, 0.07);
}

.home-industry-card__link {
  position: relative;

  width: 100%;
  height: 100%;

  display: block;

  overflow: hidden;

  color: inherit;
}

/* ==========================================================
   INDUSTRY IMAGE
========================================================== */

.home-industry-card img {
  position: absolute;

  inset: 0;

  width: 100%;
  height: 100%;

  display: block;

  object-fit: cover;

  transform: scale(1.001);

  transition: transform 0.7s cubic-bezier(0.2, 0.7, 0.2, 1);
}

.home-industry-card:hover img {
  transform: scale(1.045);
}

/* ==========================================================
   OVERLAY
========================================================== */

.home-industry-card__overlay {
  position: absolute;

  inset: 0;

  background: linear-gradient(
    180deg,
    rgba(2, 25, 58, 0.05) 0%,
    rgba(2, 28, 64, 0.18) 38%,
    rgba(2, 28, 64, 0.92) 100%
  );

  transition: background 0.4s ease;
}

.home-industry-card:hover .home-industry-card__overlay {
  background: linear-gradient(
    180deg,
    rgba(2, 25, 58, 0.08) 0%,
    rgba(2, 28, 64, 0.25) 34%,
    rgba(2, 28, 64, 0.96) 100%
  );
}

/* Subtle inner border */

.home-industry-card__link::after {
  content: "";

  position: absolute;

  inset: 0;

  z-index: 2;

  border: 1px solid rgba(255, 255, 255, 0.09);

  border-radius: inherit;

  pointer-events: none;
}

/* ==========================================================
   CONTENT
========================================================== */

.home-industry-card__content {
  position: absolute;

  left: 0;
  right: 0;
  bottom: 0;

  z-index: 3;

  padding: 24px;
}

/* Featured first card */

.home-industry-card:nth-child(1) .home-industry-card__content {
  padding: 32px;
}

/* ==========================================================
   META
========================================================== */

.home-industry-card__meta {
  display: flex;
  align-items: center;
  gap: 10px;

  margin-bottom: 10px;
}

.home-industry-card__index {
  color: var(--color-accent);

  font-size: 10px;
  font-weight: 800;

  letter-spacing: 0.08em;
}

.home-industry-card__kicker {
  color: rgba(255, 255, 255, 0.52);

  font-size: 9px;
  font-weight: 800;

  letter-spacing: 0.11em;
  text-transform: uppercase;
}

/* ==========================================================
   TITLE
========================================================== */

.home-industry-card__content h3 {
  max-width: calc(100% - 52px);

  margin: 0;

  color: var(--color-white);

  font-size: 1.18rem;
  font-weight: 800;

  line-height: 1.2;

  letter-spacing: -0.015em;
}

/* Featured title */

.home-industry-card:nth-child(1) .home-industry-card__content h3 {
  max-width: 520px;

  font-size: clamp(1.7rem, 3vw, 2.45rem);

  line-height: 1.08;

  letter-spacing: -0.03em;
}

/* Wide cards */

.home-industry-card:nth-child(2) .home-industry-card__content h3,
.home-industry-card:nth-child(8) .home-industry-card__content h3,
.home-industry-card:nth-child(9) .home-industry-card__content h3 {
  font-size: 1.4rem;
}

/* ==========================================================
   DESCRIPTION
========================================================== */

.home-industry-card__content p {
  max-width: calc(100% - 50px);

  display: -webkit-box;

  margin: 9px 0 0;

  overflow: hidden;

  color: rgba(255, 255, 255, 0.68);

  font-size: 10px;
  line-height: 1.6;

  -webkit-box-orient: vertical;

  line-clamp: 2;
  -webkit-line-clamp: 2;
}

/* Featured description */

.home-industry-card:nth-child(1) .home-industry-card__content p {
  max-width: 520px;

  font-size: 12px;
  line-height: 1.7;

  line-clamp: 3;
  -webkit-line-clamp: 3;
}

/* ==========================================================
   ARROW
========================================================== */

.home-industry-card__arrow {
  position: absolute;

  right: 22px;
  bottom: 22px;

  width: 38px;
  height: 38px;

  display: grid;
  place-items: center;

  border: 1px solid rgba(255, 255, 255, 0.2);

  border-radius: 50%;

  background: rgba(255, 255, 255, 0.08);

  backdrop-filter: blur(7px);

  color: var(--color-white);

  font-size: 13px;

  transition:
    transform var(--transition-fast),
    background var(--transition-fast),
    border-color var(--transition-fast),
    color var(--transition-fast);
}

.home-industry-card:hover .home-industry-card__arrow {
  transform: translateY(-2px) translateX(2px);

  border-color: var(--color-accent);

  background: var(--color-accent);

  color: var(--color-primary);
}

/* Featured arrow */

.home-industry-card:nth-child(1) .home-industry-card__arrow {
  right: 30px;
  bottom: 30px;

  width: 44px;
  height: 44px;
}

/* ==========================================================
   TABLET
========================================================== */

@media (max-width: 991.98px) {
  .home-industries__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));

    grid-auto-rows: 280px;
  }

  .home-industry-card:nth-child(n) {
    grid-column: span 1;

    grid-row: span 1;
  }

  .home-industry-card:nth-child(1) {
    grid-column: 1 / -1;

    height: 360px;
  }

  .home-industry-card:nth-child(1) .home-industry-card__content {
    padding: 28px;
  }
}

/* ==========================================================
   MOBILE
========================================================== */

@media (max-width: 767.98px) {
  .home-industries__grid {
    grid-template-columns: 1fr;

    grid-auto-rows: 285px;

    gap: 14px;
  }

  .home-industry-card:nth-child(n) {
    grid-column: auto;

    grid-row: auto;
  }

  .home-industry-card:nth-child(1) {
    height: 330px;
  }

  .home-industry-card__content,
  .home-industry-card:nth-child(1) .home-industry-card__content {
    padding: 24px;
  }

  .home-industry-card__content h3,
  .home-industry-card:nth-child(1) .home-industry-card__content h3 {
    max-width: calc(100% - 50px);

    font-size: 1.4rem;
  }

  .home-industry-card__content p,
  .home-industry-card:nth-child(1) .home-industry-card__content p {
    max-width: calc(100% - 48px);

    font-size: 11px;

    line-clamp: 2;
    -webkit-line-clamp: 2;
  }

  .home-industry-card__arrow,
  .home-industry-card:nth-child(1) .home-industry-card__arrow {
    right: 20px;
    bottom: 20px;

    width: 40px;
    height: 40px;
  }
}

/* ==========================================================
   SMALL MOBILE
========================================================== */

@media (max-width: 575.98px) {
  .home-industries__grid {
    grid-auto-rows: 270px;
  }

  .home-industry-card:nth-child(1) {
    height: 300px;
  }

  .home-industry-card {
    border-radius: 16px;
  }

  .home-industry-card__content,
  .home-industry-card:nth-child(1) .home-industry-card__content {
    padding: 21px;
  }

  .home-industry-card__kicker {
    font-size: 8px;
  }

  .home-industry-card__content h3,
  .home-industry-card:nth-child(1) .home-industry-card__content h3 {
    font-size: 1.25rem;
  }
}

/* ==========================================================
   ADVANTAGES
========================================================== */

.home-advantages {
  background: #f5f8fc;
}

.home-advantages__layout {
  display: grid;

  grid-template-columns:
    minmax(280px, 0.82fr)
    minmax(0, 1.3fr);

  gap: 86px;
}

.home-advantages__intro {
  align-self: start;
}

.home-advantages__title {
  max-width: 520px;

  margin: 0;

  color: var(--color-primary);

  font-size: clamp(2.15rem, 4vw, 3.55rem);

  font-weight: 800;

  line-height: 1.06;
  letter-spacing: -0.04em;
}

.home-advantages__description {
  max-width: 500px;

  margin: 22px 0 0;

  color: var(--color-text-muted);

  font-size: 14px;
  line-height: 1.85;
}

.home-advantages__dealer {
  margin-top: 34px;
  padding-top: 22px;

  border-top: 1px solid rgba(3, 48, 107, 0.1);
}

.home-advantages__dealer span {
  display: block;

  margin-bottom: 5px;

  color: var(--color-text-muted);

  font-size: 10px;
  font-weight: 800;

  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.home-advantages__dealer strong {
  color: var(--color-primary);

  font-size: 14px;
  font-weight: 800;
}

/* Advantage list */

.home-advantages__list {
  border-top: 1px solid rgba(3, 48, 107, 0.11);
}

.home-advantage-item {
  display: grid;

  grid-template-columns:
    82px
    minmax(0, 1fr);

  gap: 22px;

  padding: 27px 0;

  border-bottom: 1px solid rgba(3, 48, 107, 0.11);
}

.home-advantage-item__meta {
  display: flex;
  align-items: center;
  gap: 12px;
}

.home-advantage-item__number {
  color: rgba(3, 48, 107, 0.3);

  font-size: 10px;
  font-weight: 800;
}

.home-advantage-item__icon {
  width: 40px;
  height: 40px;

  display: grid;
  place-items: center;

  border-radius: 10px;

  background: rgba(3, 48, 107, 0.07);

  color: var(--color-primary);

  font-size: 14px;
}

.home-advantage-item__content h3 {
  margin: 0;

  color: var(--color-primary);

  font-size: 1.05rem;
  font-weight: 800;
}

.home-advantage-item__content p {
  margin: 8px 0 0;

  color: var(--color-text-muted);

  font-size: 13px;
  line-height: 1.75;
}

/* ==========================================================
   FINAL CTA
========================================================== */

.home-cta {
  padding: 0 0 100px;

  background: #f5f8fc;
}

.home-cta__panel {
  position: relative;

  display: flex;
  align-items: center;
  justify-content: space-between;

  gap: 52px;

  overflow: hidden;

  padding: 52px 56px;

  border-radius: 22px;

  background:
    radial-gradient(
      circle at 88% 15%,
      rgba(253, 185, 19, 0.16),
      transparent 28%
    ),
    linear-gradient(135deg, #062d61, #03306b);

  box-shadow: 0 20px 58px rgba(3, 48, 107, 0.14);
}

.home-cta__content {
  max-width: 740px;
}

.home-cta__eyebrow {
  display: block;

  margin-bottom: 11px;

  color: var(--color-accent);

  font-size: 10px;
  font-weight: 800;

  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.home-cta__title {
  margin: 0;

  color: var(--color-white);

  font-size: clamp(1.85rem, 3.3vw, 2.9rem);

  font-weight: 800;

  line-height: 1.12;
  letter-spacing: -0.035em;
}

.home-cta__description {
  max-width: 670px;

  margin: 17px 0 0;

  color: rgba(255, 255, 255, 0.65);

  font-size: 13px;
  line-height: 1.8;
}

.home-cta__actions {
  flex: 0 0 auto;

  display: flex;
  flex-direction: column;
  gap: 10px;

  min-width: 220px;
}

.home-cta__primary,
.home-cta__secondary {
  min-height: 49px;

  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;

  padding: 12px 18px;

  border-radius: 9px;

  font-size: 12px;
  font-weight: 800;

  transition:
    transform var(--transition-fast),
    background var(--transition-fast),
    color var(--transition-fast),
    border-color var(--transition-fast);
}

.home-cta__primary {
  background: var(--color-accent);

  color: var(--color-primary);
}

.home-cta__primary:hover {
  transform: translateY(-2px);

  background: var(--color-white);

  color: var(--color-primary);
}

.home-cta__secondary {
  border: 1px solid rgba(255, 255, 255, 0.17);

  background: rgba(255, 255, 255, 0.055);

  color: var(--color-white);
}

.home-cta__secondary:hover {
  transform: translateY(-2px);

  border-color: rgba(255, 255, 255, 0.32);

  background: rgba(255, 255, 255, 0.1);

  color: var(--color-white);
}

/* ==========================================================
   RESPONSIVE - LARGE TABLET
========================================================== */

@media (max-width: 1199.98px) {
  .home-section {
    padding: 96px 0;
  }

  .home-trust__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .home-trust__item:nth-child(4) {
    border-left: 0;
  }

  .home-trust__item:nth-child(n + 4) {
    border-top: 1px solid rgba(3, 48, 107, 0.08);
  }

  .home-services__layout,
  .home-advantages__layout {
    gap: 58px;
  }
}

/* ==========================================================
   RESPONSIVE - TABLET
========================================================== */

@media (max-width: 991.98px) {
  .home-hero {
    min-height: 680px;

    background-position: 60% center;
  }

  .home-hero__layout {
    grid-template-columns: 1fr;
  }

  .home-hero__content {
    max-width: 690px;
  }

  .home-section-heading {
    grid-template-columns: 1fr;

    gap: 22px;
  }

  .home-products__grid {
    grid-template-columns: 1fr;
  }

  .home-services__layout,
  .home-advantages__layout {
    grid-template-columns: 1fr;

    gap: 48px;
  }

  .home-services__intro {
    position: static;
  }

  .home-industries__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));

    grid-template-rows:
      340px
      repeat(2, 240px);
  }

  .home-industry-card:first-child {
    grid-column: 1 / 3;
    grid-row: auto;
  }

  .home-industry-card:nth-child(2) {
    grid-column: auto;
  }

  .home-cta__panel {
    align-items: flex-start;
    flex-direction: column;
  }

  .home-cta__actions {
    width: 100%;

    flex-direction: row;
  }

  .home-cta__actions a {
    flex: 1;
  }
}

/* ==========================================================
   RESPONSIVE - MOBILE
========================================================== */

@media (max-width: 767.98px) {
  .home-section {
    padding: 78px 0;
  }

  .home-hero {
    min-height: 650px;

    background-position: 64% center;
  }

  .home-hero__overlay {
    background: linear-gradient(
      90deg,
      rgba(2, 26, 60, 0.96) 0%,
      rgba(3, 42, 91, 0.86) 60%,
      rgba(3, 48, 107, 0.52) 100%
    );
  }

  .home-hero__content {
    padding: 86px 0 72px;
  }

  .home-hero__dealer {
    align-items: flex-start;
    flex-direction: column;

    gap: 14px;
  }

  .home-trust__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-trust__item:nth-child(3),
  .home-trust__item:nth-child(5) {
    border-left: 0;
  }

  .home-trust__item:nth-child(n + 3) {
    border-top: 1px solid rgba(3, 48, 107, 0.08);
  }

  .home-brand-card__visual {
    height: 290px;
  }

  .home-brand-card__content {
    padding: 30px 26px;
  }

  .home-industries__grid {
    grid-template-columns: 1fr;

    grid-template-rows: none;
  }

  .home-industry-card,
  .home-industry-card:first-child {
    grid-column: auto;
    grid-row: auto;

    height: 300px;
  }

  .home-cta__panel {
    padding: 40px 30px;
  }
}

/* ==========================================================
   RESPONSIVE - SMALL MOBILE
========================================================== */

@media (max-width: 575.98px) {
  .home-hero {
    min-height: 620px;
  }

  .home-hero__title {
    font-size: 2.72rem;
  }

  .home-hero__description {
    font-size: 0.92rem;
  }

  .home-hero__actions {
    flex-direction: column;
  }

  .home-hero__primary,
  .home-hero__secondary {
    width: 100%;
  }

  .home-hero__dealer-logo--hangcha {
    height: 40px;
  }

  .home-hero__dealer-logo--heli {
    height: 36px;
  }

  .home-trust__grid {
    grid-template-columns: 1fr;
  }

  .home-trust__item,
  .home-trust__item:nth-child(n) {
    min-height: 82px;

    border-left: 0;
  }

  .home-trust__item + .home-trust__item {
    border-top: 1px solid rgba(3, 48, 107, 0.08);
  }

  .home-section-heading {
    margin-bottom: 38px;
  }

  .home-section-heading__title {
    font-size: 2.15rem;
  }

  .home-brand-card {
    border-radius: 18px;
  }

  .home-brand-card__visual {
    height: 250px;
  }

  .home-brand-card__visual img {
    padding: 22px;
  }

  .home-brand-card__content {
    padding: 28px 22px;
  }

  .home-brand-card__header {
    align-items: flex-start;
  }

  .home-service-row {
    grid-template-columns:
      34px
      42px
      minmax(0, 1fr);

    gap: 12px;
  }

  .home-service-row__icon {
    width: 42px;
    height: 42px;
  }

  .home-advantage-item {
    grid-template-columns: 1fr;

    gap: 14px;
  }

  .home-advantage-item__meta {
    justify-content: flex-start;
  }

  .home-industry-card,
  .home-industry-card:first-child {
    height: 275px;
  }

  .home-industry-card__content {
    padding: 22px;
  }

  .home-industry-card__content p {
    padding-right: 44px;
  }

  .home-cta {
    padding-bottom: 72px;
  }

  .home-cta__panel {
    padding: 34px 22px;

    border-radius: 18px;
  }

  .home-cta__actions {
    flex-direction: column;
  }
}
