/* ==========================================================
   ABOUT PAGE
========================================================== */

.about-page {
  overflow: hidden;
  background: #ffffff;
}

.about-page-section {
  padding: 110px 0;
}

/* ==========================================================
   HERO
========================================================== */

.about-page-hero {
  position: relative;

  min-height: 700px;

  display: flex;
  align-items: center;

  overflow: hidden;

  background: #052d62 url("../../images/hero/hero-banner-about.webp") center
    center / cover no-repeat;
}

.about-page-hero__overlay {
  position: absolute;
  inset: 0;

  background: linear-gradient(
    90deg,
    rgba(2, 26, 60, 0.96) 0%,
    rgba(3, 41, 89, 0.87) 44%,
    rgba(3, 48, 107, 0.48) 72%,
    rgba(3, 48, 107, 0.15) 100%
  );
}

.about-page-hero .container {
  position: relative;
  z-index: 2;
}

.about-page-hero__content {
  max-width: 820px;
  padding: 104px 0 90px;
}

.about-page-hero__eyebrow,
.about-page-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;

  color: var(--color-accent);

  font-size: 10px;
  font-weight: 800;

  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.about-page-hero__eyebrow::before {
  content: "";

  width: 34px;
  height: 1px;

  background: currentColor;
}

.about-page-hero__title {
  margin: 22px 0 0;

  color: var(--color-white);

  font-size: clamp(3rem, 5.6vw, 5.45rem);

  font-weight: 800;

  line-height: 0.99;
  letter-spacing: -0.045em;
}

.about-page-hero__title span {
  display: block;

  max-width: 760px;

  margin-top: 14px;

  color: var(--color-accent);

  font-size: 0.62em;

  line-height: 1.08;
}

.about-page-hero__description {
  max-width: 680px;

  margin: 28px 0 0;

  color: rgba(255, 255, 255, 0.78);

  font-size: 1rem;
  line-height: 1.9;
}

.about-page-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;

  margin-top: 34px;
}

.about-page-hero__primary,
.about-page-hero__secondary {
  min-height: 50px;

  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;

  padding: 12px 20px;

  border-radius: 9px;

  font-size: 12px;
  font-weight: 800;
}

.about-page-hero__primary {
  background: var(--color-accent);
  color: var(--color-primary);
}

.about-page-hero__secondary {
  border: 1px solid rgba(255, 255, 255, 0.22);

  background: rgba(255, 255, 255, 0.07);

  color: var(--color-white);
}

/* ==========================================================
   SHARED HEADING
========================================================== */

.about-page-heading {
  display: grid;

  grid-template-columns:
    minmax(0, 1fr)
    minmax(300px, 0.68fr);

  align-items: end;

  gap: 72px;

  margin-bottom: 52px;
}

.about-page-heading h2 {
  max-width: 700px;

  margin: 14px 0 0;

  color: var(--color-primary);

  font-size: clamp(2.1rem, 4vw, 3.55rem);

  font-weight: 800;

  line-height: 1.06;
  letter-spacing: -0.04em;
}

.about-page-heading__aside p {
  margin: 0;

  color: var(--color-text-muted);

  font-size: 14px;
  line-height: 1.85;
}

/* ==========================================================
   POSITIONING
========================================================== */

.about-positioning {
  background: #ffffff;
}

.about-positioning__layout {
  display: grid;

  grid-template-columns:
    minmax(280px, 0.85fr)
    minmax(0, 1.15fr);

  gap: 88px;
}

.about-positioning__intro h2 {
  margin: 14px 0 0;

  color: var(--color-primary);

  font-size: clamp(2.1rem, 4vw, 3.5rem);

  font-weight: 800;

  line-height: 1.06;
  letter-spacing: -0.04em;
}

.about-positioning__content > p {
  margin: 0;

  color: var(--color-text-muted);

  font-size: 15px;
  line-height: 1.95;
}

.about-positioning__facts {
  display: grid;

  grid-template-columns: repeat(3, minmax(0, 1fr));

  margin-top: 42px;

  border-top: 1px solid rgba(3, 48, 107, 0.1);
}

.about-fact {
  padding: 24px 20px 0 0;
}

.about-fact + .about-fact {
  padding-left: 22px;

  border-left: 1px solid rgba(3, 48, 107, 0.1);
}

.about-fact strong {
  display: block;

  color: var(--color-primary);

  font-size: 1.35rem;
  font-weight: 800;
}

.about-fact span {
  display: block;

  margin-top: 5px;

  color: var(--color-text-muted);

  font-size: 10px;
  font-weight: 700;
}

/* ==========================================================
   AUTHORIZED DEALER
========================================================== */

.about-dealer {
  background: #f5f8fc;
}

.about-dealer__grid {
  display: grid;

  grid-template-columns: repeat(2, minmax(0, 1fr));

  gap: 20px;
}

.about-brand-panel {
  padding: 38px;

  border: 1px solid rgba(3, 48, 107, 0.08);

  border-radius: 20px;

  background: var(--color-white);
}

.about-brand-panel__header {
  display: flex;
  align-items: center;
  justify-content: space-between;

  gap: 20px;
}

.about-brand-panel__header span {
  color: rgba(3, 48, 107, 0.28);

  font-size: 10px;
  font-weight: 800;
}

.about-brand-panel__header small {
  color: var(--color-text-muted);

  font-size: 9px;
  font-weight: 800;

  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.about-brand-panel__logo {
  height: 90px;

  display: flex;
  align-items: center;

  margin-top: 32px;
}

.about-brand-panel__logo img {
  max-width: 210px;
  max-height: 80px;

  object-fit: contain;
}

.about-brand-panel p {
  margin: 26px 0 0;

  color: var(--color-text-muted);

  font-size: 13px;
  line-height: 1.8;
}

.about-brand-panel > a {
  display: inline-flex;
  align-items: center;
  gap: 8px;

  margin-top: 26px;

  color: var(--color-primary);

  font-size: 11px;
  font-weight: 800;
}

/* ==========================================================
   OPERATING APPROACH
========================================================== */

.about-approach {
  background: #ffffff;
}

.about-approach__panel {
  display: grid;

  grid-template-columns:
    minmax(280px, 0.8fr)
    minmax(0, 1.4fr);

  gap: 68px;

  padding: 54px;

  border-radius: 22px;

  background: linear-gradient(135deg, #062d61, #03306b);
}

.about-approach__intro h2 {
  margin: 14px 0 0;

  color: var(--color-white);

  font-size: clamp(2rem, 3.6vw, 3rem);

  font-weight: 800;

  line-height: 1.08;
  letter-spacing: -0.035em;
}

.about-approach__intro p {
  margin: 20px 0 0;

  color: rgba(255, 255, 255, 0.62);

  font-size: 13px;
  line-height: 1.8;
}

.about-approach__steps {
  display: grid;

  grid-template-columns: repeat(2, minmax(0, 1fr));

  border: 1px solid rgba(255, 255, 255, 0.1);

  border-radius: 16px;

  overflow: hidden;
}

.about-approach-step {
  padding: 27px 24px;

  background: rgba(255, 255, 255, 0.045);
}

.about-approach-step:nth-child(even) {
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}

.about-approach-step:nth-child(n + 3) {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.about-approach-step > span {
  display: block;

  margin-bottom: 25px;

  color: var(--color-accent);

  font-size: 10px;
  font-weight: 800;
}

.about-approach-step h3 {
  margin: 0;

  color: var(--color-white);

  font-size: 1rem;
  font-weight: 800;
}

.about-approach-step p {
  margin: 10px 0 0;

  color: rgba(255, 255, 255, 0.56);

  font-size: 11px;
  line-height: 1.7;
}

/* ==========================================================
   SUPPORT
========================================================== */

.about-support {
  background: #f5f8fc;
}

.about-support__layout {
  display: grid;

  grid-template-columns:
    minmax(280px, 0.8fr)
    minmax(0, 1.25fr);

  gap: 82px;
}

.about-support__intro h2 {
  margin: 14px 0 0;

  color: var(--color-primary);

  font-size: clamp(2.1rem, 4vw, 3.5rem);

  font-weight: 800;

  line-height: 1.06;
  letter-spacing: -0.04em;
}

.about-support__intro p {
  margin: 20px 0 0;

  color: var(--color-text-muted);

  font-size: 14px;
  line-height: 1.85;
}

.about-support__action {
  min-height: 48px;

  display: inline-flex;
  align-items: center;
  gap: 9px;

  margin-top: 27px;
  padding: 12px 18px;

  border-radius: 9px;

  background: var(--color-primary);

  color: var(--color-white);

  font-size: 11px;
  font-weight: 800;
}

.about-support__list {
  border-top: 1px solid rgba(3, 48, 107, 0.1);
}

.about-support-item {
  display: grid;

  grid-template-columns:
    38px
    46px
    minmax(0, 1fr);

  gap: 16px;

  padding: 25px 0;

  border-bottom: 1px solid rgba(3, 48, 107, 0.1);
}

.about-support-item__number {
  padding-top: 10px;

  color: rgba(3, 48, 107, 0.28);

  font-size: 9px;
  font-weight: 800;
}

.about-support-item__icon {
  width: 46px;
  height: 46px;

  display: grid;
  place-items: center;

  border-radius: 11px;

  background: var(--color-primary);

  color: var(--color-white);
}

.about-support-item h3 {
  margin: 0;

  color: var(--color-primary);

  font-size: 1rem;
  font-weight: 800;
}

.about-support-item p {
  margin: 8px 0 0;

  color: var(--color-text-muted);

  font-size: 12px;
  line-height: 1.7;
}

/* ==========================================================
   VALUES
========================================================== */

.about-values-new {
  background: #ffffff;
}

.about-values-new__list {
  border-top: 1px solid rgba(3, 48, 107, 0.1);
}

.about-value-row {
  display: grid;

  grid-template-columns:
    42px
    46px
    minmax(150px, 0.4fr)
    minmax(0, 1fr);

  align-items: center;

  gap: 20px;

  padding: 24px 0;

  border-bottom: 1px solid rgba(3, 48, 107, 0.1);
}

.about-value-row__number {
  color: rgba(3, 48, 107, 0.28);

  font-size: 9px;
  font-weight: 800;
}

.about-value-row__icon {
  width: 42px;
  height: 42px;

  display: grid;
  place-items: center;

  border-radius: 10px;

  background: rgba(3, 48, 107, 0.07);

  color: var(--color-primary);
}

.about-value-row h3 {
  margin: 0;

  color: var(--color-primary);

  font-size: 1rem;
  font-weight: 800;
}

.about-value-row p {
  margin: 0;

  color: var(--color-text-muted);

  font-size: 12px;
  line-height: 1.7;
}

/* ==========================================================
   CTA
========================================================== */

.about-page-cta {
  padding: 0 0 100px;

  background: #ffffff;
}

.about-page-cta__panel {
  display: flex;
  align-items: center;
  justify-content: space-between;

  gap: 48px;

  padding: 50px 54px;

  border-radius: 22px;

  background:
    radial-gradient(
      circle at 88% 15%,
      rgba(253, 185, 19, 0.16),
      transparent 28%
    ),
    linear-gradient(135deg, #062d61, #03306b);
}

.about-page-cta__content {
  max-width: 720px;
}

.about-page-cta__content > span {
  display: block;

  margin-bottom: 10px;

  color: var(--color-accent);

  font-size: 9px;
  font-weight: 800;

  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.about-page-cta__content h2 {
  margin: 0;

  color: var(--color-white);

  font-size: clamp(1.8rem, 3.2vw, 2.8rem);

  font-weight: 800;

  line-height: 1.1;
  letter-spacing: -0.035em;
}

.about-page-cta__content p {
  margin: 16px 0 0;

  color: rgba(255, 255, 255, 0.62);

  font-size: 13px;
  line-height: 1.8;
}

.about-page-cta__actions {
  flex: 0 0 auto;

  display: flex;
  flex-direction: column;
  gap: 10px;

  min-width: 215px;
}

.about-page-cta__primary,
.about-page-cta__secondary {
  min-height: 48px;

  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;

  padding: 12px 18px;

  border-radius: 9px;

  font-size: 11px;
  font-weight: 800;
}

.about-page-cta__primary {
  background: var(--color-accent);
  color: var(--color-primary);
}

.about-page-cta__secondary {
  border: 1px solid rgba(255, 255, 255, 0.17);

  color: var(--color-white);
}

/* ==========================================================
   RESPONSIVE
========================================================== */

@media (max-width: 991.98px) {
  .about-page-section {
    padding: 92px 0;
  }

  .about-page-heading,
  .about-positioning__layout,
  .about-approach__panel,
  .about-support__layout {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .about-dealer__grid {
    grid-template-columns: 1fr;
  }

  .about-page-cta__panel {
    align-items: flex-start;
    flex-direction: column;
  }

  .about-page-cta__actions {
    width: 100%;
    flex-direction: row;
  }

  .about-page-cta__actions a {
    flex: 1;
  }
}

@media (max-width: 767.98px) {
  .about-page-hero {
    min-height: 640px;
  }

  .about-positioning__facts {
    grid-template-columns: 1fr;
  }

  .about-fact,
  .about-fact + .about-fact {
    padding: 18px 0;

    border-left: 0;

    border-bottom: 1px solid rgba(3, 48, 107, 0.1);
  }

  .about-approach__steps {
    grid-template-columns: 1fr;
  }

  .about-approach-step:nth-child(n) {
    border-left: 0;
  }

  .about-approach-step + .about-approach-step {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }

  .about-value-row {
    grid-template-columns:
      32px
      42px
      minmax(0, 1fr);
  }

  .about-value-row p {
    grid-column: 2 / 4;
  }

  .about-page-cta__panel {
    padding: 40px 30px;
  }
}

@media (max-width: 575.98px) {
  .about-page-section {
    padding: 76px 0;
  }

  .about-page-hero__title {
    font-size: 2.65rem;
  }

  .about-page-hero__actions {
    flex-direction: column;
  }

  .about-page-hero__primary,
  .about-page-hero__secondary {
    width: 100%;
  }

  .about-brand-panel {
    padding: 28px 22px;
  }

  .about-approach__panel {
    padding: 32px 22px;
  }

  .about-support-item {
    grid-template-columns:
      30px
      42px
      minmax(0, 1fr);

    gap: 11px;
  }

  .about-page-cta {
    padding-bottom: 72px;
  }

  .about-page-cta__panel {
    padding: 34px 22px;
  }

  .about-page-cta__actions {
    flex-direction: column;
  }
}
