/* About page — design 1:1 from horizoneurope about-mhero */

.about-kicker {
  margin: 0 0 0.45rem;
  font-family: var(--font-display);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--accent);
}

.about-split {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
  gap: 2.5rem 3rem;
  align-items: start;
}

.about-why .about-kicker {
  text-transform: none;
  letter-spacing: 0.04em;
  color: var(--accent);
  text-transform: uppercase;
}

.about-why h2 {
  margin: 0 0 1rem;
  font-family: var(--font-display);
  font-size: clamp(1.55rem, 2.4vw, 2rem);
  font-weight: 600;
  color: var(--navy);
}

.about-facts h2 {
  margin: 0 0 1rem;
  font-family: var(--font-display);
  font-size: clamp(1.55rem, 2.4vw, 2rem);
  font-weight: 600;
  color: var(--white);
}

.about-why > p:not(.about-kicker),
.about-why-body.prose p,
.about-why-body.prose {
  margin: 0 0 1.5rem;
  max-width: none;
  width: 100%;
  font-family: var(--font-display);
  font-size: 1.08rem;
  font-weight: 500;
  line-height: 1.7;
  color: var(--ink);
}

.about-why-body.prose p {
  margin: 0 0 0.85rem;
}

.about-why-body.prose p:last-child {
  margin-bottom: 0;
}

.about-why-points {
  display: grid;
  gap: 0.75rem;
}

.about-why-points p {
  margin: 0;
  padding: 0.85rem 1rem 0.85rem 1.1rem;
  border-left: 3px solid var(--accent);
  background: linear-gradient(90deg, rgba(251, 135, 28, 0.08), transparent 70%);
  color: var(--navy);
  font-weight: 600;
  font-size: 0.98rem;
  border-radius: 0 10px 10px 0;
}

.about-facts {
  position: relative;
  padding: 1.6rem 1.5rem 1.5rem;
  background: linear-gradient(160deg, rgba(6, 54, 119, 0.96) 0%, var(--deep-blue-strong) 55%, var(--navy) 100%);
  color: var(--white);
  border-radius: 18px;
  box-shadow: 0 20px 48px rgba(6, 54, 119, 0.22);
  overflow: hidden;
}

.about-facts::before {
  content: "";
  position: absolute;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: rgba(251, 135, 28, 0.18);
  top: -80px;
  right: -60px;
  pointer-events: none;
}

.about-facts .about-kicker {
  color: rgba(255, 255, 255, 0.72);
  position: relative;
}

.about-facts h2 {
  color: var(--white);
  position: relative;
}

.about-facts-list {
  margin: 0;
  display: grid;
  gap: 0;
  position: relative;
}

.about-facts-list > div {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.15fr);
  gap: 0.65rem 1rem;
  padding: 0.85rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.about-facts-list > div:first-child {
  border-top: 0;
  padding-top: 0.15rem;
}

.about-facts-list dt {
  margin: 0;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.62);
  align-self: center;
}

.about-facts-list dd {
  margin: 0;
  font-weight: 600;
  font-size: 0.98rem;
  color: var(--white);
  line-height: 1.35;
}

.about-impact-head,
.about-wp-head {
  display: block;
  width: 100%;
  margin-bottom: 1.85rem;
}

.about-impact-head > div,
.about-wp-head > div {
  width: 100%;
  max-width: none;
}

.about-impact-head h2,
.about-wp-head h2 {
  margin: 0;
  max-width: none;
  font-family: var(--font-display);
  font-size: clamp(1.55rem, 2.4vw, 2rem);
  font-weight: 600;
  color: var(--navy);
}

.about-impact-head .about-kicker,
.about-wp-head .about-kicker {
  margin: 0 0 0.45rem;
  font-family: var(--font-display);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--accent);
}

.about-wp-meta {
  margin: 0 0 0.55rem;
  font-family: var(--font-display);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--navy);
}

.about-wp-head .about-kicker + .about-wp-meta {
  margin-top: -0.2rem;
}

.about-impact-head p:last-child,
.about-impact-sub,
.about-impact-sub p {
  margin: 0.55rem 0 0;
  max-width: none;
  width: 100%;
  font-family: var(--font-display);
  font-size: 1.08rem;
  font-weight: 500;
  line-height: 1.7;
  color: var(--ink);
}

.about-impact {
  --tl-size: 3rem;
  list-style: none;
  margin: 0;
  padding: 0;
  max-width: none;
  display: grid;
  gap: 0;
}

.about-impact-item {
  position: relative;
  display: grid;
  grid-template-columns: var(--tl-size) minmax(0, 1fr);
  column-gap: 1.75rem;
  align-items: start;
  padding: 0 0 2.35rem;
  background: none;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  overflow: visible;
}

.about-impact-item:last-child {
  padding-bottom: 0;
}

.about-impact-item:not(:last-child)::after {
  content: "";
  position: absolute;
  left: calc(var(--tl-size) / 2 - 1px);
  top: var(--tl-size);
  bottom: 0;
  width: 2px;
  border-radius: 99px;
  background: linear-gradient(180deg, var(--accent) 0%, var(--light-blue) 100%);
}

.about-impact-num {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: var(--tl-size);
  height: var(--tl-size);
  margin: 0;
  padding: 0;
  border: 2px solid var(--accent);
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 0 6px var(--mist);
  font-family: var(--font-display);
  font-size: 0.9rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  line-height: 1;
  color: var(--navy);
  transition: background 0.22s var(--ease), color 0.22s var(--ease), border-color 0.22s var(--ease);
}

.about-impact-item:hover .about-impact-num {
  background: var(--accent);
  border-color: var(--accent);
  color: #fff;
}

.about-impact-copy {
  display: grid;
  gap: 0.65rem;
  padding-top: 0.4rem;
}

.about-impact-copy h3 {
  margin: 0;
  color: var(--navy);
  font-size: clamp(1.2rem, 1.6vw, 1.4rem);
  font-weight: 700;
  line-height: 1.35;
}

.about-impact-item p,
.about-impact-body,
.about-impact-body p {
  margin: 0;
  max-width: none;
  color: var(--ink);
  font-weight: 500;
  font-size: 1.08rem;
  line-height: 1.7;
}


.about-wp {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0.85rem;
  background: none;
  border: 0;
  border-radius: 0;
  overflow: visible;
}

.about-wp-item {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 1.1rem;
  min-height: 100%;
  padding: 1.4rem 1.15rem 1.35rem;
  background: linear-gradient(165deg, #ffffff 0%, #f7fafd 100%);
  border: 1px solid rgba(6, 54, 119, 0.08);
  border-radius: 18px;
  box-shadow: none;
  overflow: hidden;
  transition: transform 0.3s var(--ease), border-color 0.25s, box-shadow 0.3s;
}

.about-wp-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 3px;
  border-radius: 18px 18px 0 0;
  background: linear-gradient(90deg, var(--accent), #ffb45c 70%, transparent);
  opacity: 0.95;
}

.about-wp-item::after {
  content: "";
  position: absolute;
  right: -18%;
  bottom: -22%;
  width: 7.5rem;
  height: 7.5rem;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(171, 203, 245, 0.28) 0%, transparent 68%);
  pointer-events: none;
}

.about-wp-item:nth-child(even)::before {
  background: linear-gradient(90deg, var(--navy), var(--light-blue) 70%, transparent);
}

.about-wp-item:hover {
  transform: translateY(-5px);
  border-color: rgba(251, 135, 28, 0.35);
  box-shadow: 0 18px 36px rgba(6, 54, 119, 0.1);
}

.about-wp-code {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.55rem;
  height: 2.55rem;
  min-width: 2.55rem;
  padding: 0;
  border-radius: 999px;
  font-family: var(--font-display);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: var(--navy);
  line-height: 1;
  background: #fff4e8;
  border: 1px solid rgba(251, 135, 28, 0.28);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.about-wp-item:nth-child(even) .about-wp-code {
  background: #eef4fc;
  border-color: rgba(6, 54, 119, 0.12);
}

.about-wp-title {
  position: relative;
  z-index: 1;
  margin: 0;
  margin-top: auto;
  color: var(--navy);
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 0.95rem;
  line-height: 1.45;
}

.about-wp-title-text :where(p, ul, ol) {
  margin: 0;
}

.about-wp-title-text :where(p + p, ul, ol) {
  margin-top: 0.35rem;
}

.about-notice {
  display: grid;
  gap: 0.55rem;
  padding: 1.25rem 1.4rem;
  border-radius: 14px;
  background: linear-gradient(90deg, rgba(251, 135, 28, 0.12), rgba(6, 54, 119, 0.05));
  border: 1px solid rgba(251, 135, 28, 0.28);
}

.about-notice-label {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 0.95rem;
  color: var(--navy);
}

.about-notice p {
  margin: 0;
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.6;
}

@media (max-width: 980px) {
  .about-split {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .about-wp {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.9rem;
  }
}

@media (max-width: 640px) {
  .about-wp {
    grid-template-columns: 1fr;
    gap: 1.15rem;
  }

  .about-wp-item {
    min-height: 0;
    height: auto;
    overflow: hidden;
    transform: none;
  }

  .about-wp-title {
    margin-top: 0;
  }

  .about-impact {
    --tl-size: 2.4rem;
  }

  .about-impact-item {
    column-gap: 1rem;
    padding-bottom: 1.65rem;
  }

  .about-impact-copy {
    padding-top: 0.28rem;
  }

  .about-impact-copy h3 {
    font-size: 1.15rem;
  }

  .about-impact-item p,
  .about-impact-body,
  .about-impact-body p {
    font-size: 1.02rem;
  }
}

@media (max-width: 560px) {
  .about-facts-list > div {
    grid-template-columns: 1fr;
    gap: 0.25rem;
  }

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