@import url("./flettons-brand.css");

:root {
  --about-navy: #08172b;
  --about-pink: var(--fl-pink);
  --about-muted: #65728f;
  --about-soft: #f7f7fa;
  --about-line: rgba(8, 23, 43, 0.1);
}

.about-page {
  background: #ffffff;
  color: var(--about-navy);
}

.about-page main {
  overflow: hidden;
}

.about-hero {
  position: relative;
  min-height: 570px;
  display: flex;
  align-items: center;
  color: #ffffff;
  background: var(--fl-header-gradient);
  isolation: isolate;
}

.about-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("../img/ABOUT-US-HERO.png");
  background-size: cover;
  background-position: center right;
  z-index: -2;
}

.about-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(8, 23, 43, 0.88) 0%, rgba(8, 23, 43, 0.83) 42%, rgba(8, 23, 43, 0.38) 72%, rgba(8, 23, 43, 0.07) 100%),
    linear-gradient(180deg, rgba(8, 23, 43, 0.07) 0%, rgba(8, 23, 43, 0.31) 100%);
  z-index: -1;
}

.about-wrap {
  width: min(1320px, calc(100% - 64px));
  margin: 0 auto;
}

.about-hero__content {
  max-width: 680px;
  padding: 72px 0;
}

.about-eyebrow {
  display: inline-block;
  margin: 0 0 18px;
  color: var(--about-pink);
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.about-hero h1,
.about-section-title h2,
.about-split-card h2,
.about-dark-card h2,
.about-cta h2 {
  letter-spacing: -0.035em;
}

.about-hero h1 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(3.25rem, 6vw, 5.6rem);
  line-height: 0.94;
  font-weight: 950;
}

.about-hero h1 span,
.about-section-title h2 span,
.about-split-card h2 span,
.about-dark-card h2 span,
.about-cta h2 span {
  color: var(--about-pink);
}

.about-hero p {
  max-width: 620px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: 1.18rem;
  line-height: 1.65;
}

.about-hero__actions {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  margin-top: 32px;
}

.about-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 56px;
  padding: 0 24px;
  border-radius: 14px;
  font-weight: 850;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

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

.about-btn--primary {
  background: var(--fl-gradient-button-primary);
  color: #ffffff;
  box-shadow: var(--fl-button-shadow);
}

.about-btn--primary:hover {
  box-shadow: var(--fl-button-shadow-hover);
}

.about-btn--secondary {
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.34);
  background: rgba(255, 255, 255, 0.04);
}

.about-trust-strip {
  position: relative;
  z-index: 2;
  margin-top: -1px;
}

.home-trust-strip {
  position: relative;
  z-index: 4;
  background: #ffffff;
  border-top: 1px solid rgba(8, 23, 43, 0.08);
  border-bottom: 1px solid rgba(8, 23, 43, 0.08);
}

.home-trust-strip__inner {
  width: min(1460px, calc(100% - 64px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.home-trust-item {
  min-height: 144px;
  display: grid;
  grid-template-columns: 84px 1fr;
  gap: 14px;
  align-items: center;
  padding: 18px 22px;
  border-right: 1px solid rgba(8, 23, 43, 0.1);
}

.home-trust-item:last-child {
  border-right: 0;
}

.home-trust-icon {
  width: 84px;
  height: 84px;
  position: relative;
  isolation: isolate;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background:
    radial-gradient(circle at 30% 20%, rgba(255, 255, 255, 0.48) 0%, rgba(255, 255, 255, 0.16) 18%, transparent 42%),
    radial-gradient(circle at 78% 82%, rgba(255, 48, 136, 0.22) 0%, transparent 44%),
    linear-gradient(145deg, #142b55 0%, #08172b 48%, #030916 100%);
  border: 2px solid rgba(255, 48, 136, 0.82);
  box-shadow:
    inset 0 2px 3px rgba(255, 255, 255, 0.28),
    inset 0 -10px 18px rgba(0, 0, 0, 0.34),
    0 0 0 2px rgba(255, 48, 136, 0.16),
    0 10px 20px rgba(8, 23, 43, 0.16),
    0 3px 0 rgba(5, 13, 26, 0.28);
}

.home-trust-icon::before {
  content: "";
  position: absolute;
  inset: 7px 9px auto;
  height: 38%;
  z-index: -1;
  border-radius: 999px 999px 58% 58%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.06));
  opacity: 0.74;
  transform: rotate(-16deg);
  pointer-events: none;
}

.home-trust-icon::after {
  content: "";
  position: absolute;
  inset: 3px;
  z-index: -1;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow: inset 0 0 0 1px rgba(2, 8, 19, 0.38);
  pointer-events: none;
}

.home-trust-icon img {
  position: relative;
  z-index: 1;
  width: 46px;
  height: 46px;
  object-fit: contain;
  filter:
    brightness(0) invert(1)
    drop-shadow(0 2px 1px rgba(0, 0, 0, 0.28));
}

.home-trust-item strong {
  display: block;
  color: #08172b;
  font-size: 1rem;
  line-height: 1.1;
  font-weight: 800;
}

.home-trust-item span {
  display: block;
  margin-top: 6px;
  color: #31415f;
  font-size: 0.91rem;
  line-height: 1.34;
}

.about-section {
  padding: 72px 0;
}

.about-section--soft {
  background: var(--about-soft);
}

.about-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
}

.about-split-card,
.about-dark-card,
.about-proof-card,
.about-support-card {
  border: 1px solid rgba(8, 23, 43, 0.08);
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 18px 50px rgba(8, 23, 43, 0.06);
}

.about-split-card {
  padding: 42px;
}

.about-split-card--pink {
  display: flex;
  flex-direction: column;
  border-color: rgba(255, 255, 255, 0.14);
  background: var(--fl-header-gradient);
  box-shadow: 0 26px 64px rgba(0, 0, 0, 0.18);
}

.about-split-card__rics {
  margin-top: auto;
  padding-top: 28px;
}

.about-split-card__rics img {
  display: block;
  width: min(178px, 100%);
  height: auto;
}

.about-split-card--pink h2 {
  color: #ffffff;
}

.about-split-card--pink h2 span {
  color: var(--about-pink);
}

.about-split-card--pink .about-list li {
  padding-left: 30px;
  color: rgba(255, 255, 255, 0.9);
}

.about-split-card--pink .about-list li::before {
  top: 0.32em;
  width: 16px;
  height: 16px;
  background: var(--fl-bullet-on-dark-bg) center / contain no-repeat;
}

.about-split-card h2 {
  max-width: 600px;
  margin: 0;
  font-size: clamp(2rem, 3vw, 3.2rem);
  line-height: 1;
  font-weight: 950;
}

.about-split-card p {
  margin: 22px 0 0;
  color: #334462;
  font-size: 1rem;
  line-height: 1.75;
}

article.about-split-card.about-split-card--pink p {
  color: #ffffff;
}

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

.about-list li {
  position: relative;
  padding-left: 26px;
  color: #263854;
  font-weight: 700;
  line-height: 1.5;
}

.about-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.42em;
  width: 10px;
  height: 10px;
  background: var(--fl-bullet-on-light-bg) center / contain no-repeat;
}

.about-section-title {
  max-width: 820px;
  margin: 0 auto 34px;
  text-align: center;
}

.about-section-title h2 {
  margin: 0;
  font-size: clamp(2.2rem, 4vw, 4.4rem);
  line-height: 0.98;
  font-weight: 950;
}

.about-section-title p {
  margin: 18px auto 0;
  color: var(--about-muted);
  font-size: 1.06rem;
  line-height: 1.65;
}

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

.about-proof-card {
  min-height: 230px;
  padding: 30px;
}

.about-stat__icon {
  width: 82px;
  height: 82px;
  display: grid;
  place-items: center;
  margin: 0 auto;
}

.about-stat__icon img {
  width: 68px;
  height: 68px;
  display: block;
  object-fit: contain;
}

.about-proof-card strong {
  display: block;
  margin-top: 18px;
  color: var(--about-navy);
  font-size: 1.45rem;
  font-weight: 900;
}

.about-proof-card p {
  margin: 12px 0 0;
  color: var(--about-muted);
  line-height: 1.55;
}

.about-proof-card > span:last-child {
  display: block;
  margin-top: 22px;
  color: var(--about-pink);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.about-two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
}

.about-dark-card {
  padding: 42px;
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.14);
  background: var(--fl-header-gradient);
}

.about-dark-card h2,
.about-dark-card p {
  color: #ffffff;
}

.about-dark-card p {
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.7;
}

.about-dark-card .about-list li {
  color: rgba(255, 255, 255, 0.88);
}

.about-dark-card .about-list li::before {
  background: var(--fl-bullet-on-dark-bg) center / contain no-repeat;
}

.about-support-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  overflow: hidden;
  border: 1px solid rgba(8, 23, 43, 0.08);
  border-radius: 20px;
  background: #ffffff;
  box-shadow: 0 18px 50px rgba(8, 23, 43, 0.06);
}

.about-support-card {
  display: grid;
  grid-template-columns: 30px 1fr;
  gap: 20px;
  padding: 28px;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  border-right: 1px solid rgba(8, 23, 43, 0.1);
}

.about-support-bullet {
  width: 22px;
  height: 22px;
  margin-top: 3px;
  display: block;
  background: var(--fl-bullet-on-light-bg) center / contain no-repeat;
}

.about-support-card:last-child {
  border-right: 0;
}

.about-support-card h3 {
  margin: 0;
  font-size: 1.15rem;
}

.about-support-card p {
  margin: 8px 0 0;
  color: var(--about-muted);
  line-height: 1.55;
}

.about-cta {
  margin-bottom: 72px;
}

.about-cta__inner {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 32px;
  align-items: center;
  padding: 34px 42px;
  border-radius: 22px;
  color: #ffffff;
  background: var(--fl-header-gradient);
}

.about-cta h2 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(1.8rem, 3vw, 3rem);
  line-height: 1;
}

.about-cta p {
  margin: 12px 0 0;
  color: rgba(255, 255, 255, 0.76);
  line-height: 1.55;
}

.about-cta__actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

@media (max-width: 1050px) {
  .about-stat-strip__inner,
  .about-proof-grid,
  .about-support-row {
    grid-template-columns: repeat(2, 1fr);
  }

  .about-split,
  .about-two-col,
  .about-cta__inner {
    grid-template-columns: 1fr;
  }

  .about-stat:nth-child(2n),
  .about-support-card:nth-child(2n) {
    border-right: 0;
  }
}

@media (max-width: 700px) {
  .about-wrap {
    width: calc(100% - 28px);
  }

  .about-hero {
    min-height: auto;
  }

  .about-hero__content {
    padding: 60px 0;
  }

  .about-hero h1 {
    font-size: clamp(2.8rem, 13vw, 4.2rem);
  }

  .about-stat-strip {
    margin-top: 0;
    padding-top: 18px;
    background: var(--about-soft);
  }

  .about-stat-strip__inner,
  .about-proof-grid,
  .about-support-row {
    grid-template-columns: 1fr;
  }

  .about-stat,
  .about-support-card {
    border-right: 0;
    border-bottom: 1px solid rgba(8, 23, 43, 0.1);
  }

  .about-stat:last-child,
  .about-support-card:last-child {
    border-bottom: 0;
  }

  .about-section {
    padding: 56px 0;
  }

  .about-split-card,
  .about-dark-card {
    padding: 28px;
  }

  .about-cta__inner {
    padding: 28px;
  }

  .about-cta__actions,
  .about-btn {
    width: 100%;
  }
}
