.define-about,
.define-about * {
  box-sizing: border-box;
}

.define-about {
  font-family: Inter, "Noto Sans", sans-serif;
  color: #1d1a22;
  background: #fff;
}

.define-about h1,
.define-about h2,
.define-about h3,
.define-about strong {
  font-family: Manrope, "Noto Sans", sans-serif;
  font-synthesis: none;
}

.define-about__wrap {
  width: min(100% - 2rem, 1160px);
  margin: 0 auto;
}

.define-about__narrow {
  max-width: 820px;
}

.define-about__hero {
  background: #fff;
  padding: clamp(5.5rem, 9vw, 8.5rem) 0 clamp(3.5rem, 6vw, 5.5rem);
}

.define-about__hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(280px, 0.9fr);
  gap: clamp(2rem, 5vw, 4.5rem);
  align-items: center;
}

.define-about__badge {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  margin: 0 0 1.5rem;
  padding: 0.65rem 1.1rem;
  border-radius: 999px;
  background: #ede6f1;
  color: #43474f;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.define-about__badge span {
  width: 0.55rem;
  height: 0.55rem;
  background: #00668a;
  border-radius: 50%;
}

.define-about h1 {
  margin: 0;
  color: #00193c;
  font-size: clamp(1.85rem, 3.4vw, 3rem);
  line-height: 1.18;
  letter-spacing: -0.03em;
  font-weight: 800;
}

.define-about__cta {
  margin-top: 2rem;
}

.define-about__cta p {
  margin: 0.7rem 0 0;
  color: #43474f;
  font-size: 0.88rem;
  max-width: 320px;
}

.define-about__btn {
  min-height: 3.2rem;
  padding: 0 1.45rem;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  border-radius: 0.6rem;
  background: linear-gradient(135deg, #00193c 0%, #002d62 100%);
  color: #fff !important;
  font-family: Manrope, sans-serif;
  font-size: 0.95rem;
  font-weight: 800;
  text-decoration: none !important;
  box-shadow: 0 18px 35px rgba(0, 25, 60, 0.22);
}

.define-about__btn:hover {
  transform: translateY(-2px);
}

.define-about__btn--light,
.define-about__btn--light:hover,
.define-about__btn--light:focus {
  background: #fff;
  color: #00193c !important;
  box-shadow: none;
}

.define-about__visual {
  position: relative;
}

.define-about__photo {
  aspect-ratio: 1 / 1;
  border-radius: 2rem;
  overflow: hidden;
  background: #00193c;
}

.define-about__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.define-about__stat {
  position: absolute;
  left: -1.25rem;
  bottom: 1.5rem;
  width: min(240px, 70%);
  padding: 1.15rem 1.2rem;
  border-radius: 1.1rem;
  background: #fff;
  box-shadow: 0 22px 50px rgba(0, 25, 60, 0.16);
}

.define-about__stat strong {
  display: block;
  color: #00668a;
  font-size: 2rem;
  font-weight: 900;
  line-height: 1;
}

.define-about__stat span,
.define-about__stat em {
  display: block;
  font-style: normal;
  color: #002d62;
  font-size: 0.82rem;
  font-weight: 700;
  line-height: 1.4;
  margin-top: 0.35rem;
}

.define-about__section {
  padding: clamp(3.5rem, 6vw, 5.5rem) 0;
}

.define-about__section--tint {
  background: #f9f1fd;
}

.define-about__eyebrow {
  margin: 0 0 1rem;
  color: #00668a;
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.define-about h2 {
  margin: 0 0 1.25rem;
  color: #00193c;
  font-size: clamp(1.7rem, 3vw, 2.5rem);
  line-height: 1.15;
  letter-spacing: -0.03em;
  font-weight: 800;
}

.define-about__narrow p,
.define-about__lead {
  color: #43474f;
  font-size: 1.05rem;
  line-height: 1.7;
  margin: 0 0 1rem;
}

.define-about__facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.define-about__fact {
  background: #fff;
  border: 1px solid rgba(0, 25, 60, 0.08);
  border-radius: 1rem;
  padding: 1.4rem 1.25rem;
}

.define-about__fact strong {
  display: block;
  color: #00193c;
  font-size: clamp(1.35rem, 2vw, 1.85rem);
  font-weight: 900;
  letter-spacing: -0.03em;
}

.define-about__fact span {
  display: block;
  margin-top: 0.45rem;
  color: #43474f;
  font-size: 0.88rem;
  line-height: 1.4;
}

.define-about__iso {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.75rem;
  margin-top: 1.5rem;
}

.define-about__iso-item {
  border: 1px solid rgba(0, 25, 60, 0.1);
  border-radius: 0.9rem;
  padding: 1rem;
  background: #fff;
}

.define-about__iso-item strong {
  display: block;
  color: #00193c;
  font-size: 0.92rem;
  font-weight: 800;
}

.define-about__iso-item span {
  display: block;
  margin-top: 0.35rem;
  color: #43474f;
  font-size: 0.75rem;
  line-height: 1.4;
}

.define-about__iso-note {
  margin: 1rem 0 0;
  color: #747781;
  font-size: 0.82rem;
}

.define-about__cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.define-about__card,
.define-about__panel,
.define-about__quote,
.define-about__values article {
  background: #fff;
  border: 1px solid rgba(0, 25, 60, 0.08);
  border-radius: 1.15rem;
  padding: 1.5rem;
}

.define-about__card h3,
.define-about__values h3,
.define-about__person h3 {
  margin: 0 0 0.55rem;
  color: #00193c;
  font-size: 1.05rem;
  font-weight: 800;
}

.define-about__card p,
.define-about__values p,
.define-about__person p {
  margin: 0;
  color: #43474f;
  line-height: 1.55;
}

.define-about__statement {
  margin: 1.5rem 0 0;
  color: #00193c;
  font-family: Manrope, sans-serif;
  font-size: clamp(1.15rem, 2vw, 1.45rem);
  font-weight: 800;
  line-height: 1.4;
  max-width: 52rem;
}

.define-about__split {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 1rem;
}

.define-about__purpose {
  margin: 0;
  color: #00193c;
  font-family: Manrope, sans-serif;
  font-size: clamp(1.35rem, 2.3vw, 1.85rem);
  font-weight: 800;
  line-height: 1.25;
}

.define-about__quote p:last-of-type {
  margin: 0;
  color: #00193c;
  font-size: 1.05rem;
  line-height: 1.65;
}

.define-about__quote footer {
  margin-top: 1.1rem;
  color: #00193c;
  font-family: Manrope, sans-serif;
  font-weight: 800;
}

.define-about__quote footer span {
  color: #00668a;
  font-weight: 700;
}

.define-about__values {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0.85rem;
}

.define-about__team {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 2rem;
}

.define-about__person {
  display: flex;
  gap: 0.95rem;
  align-items: center;
  background: #fff;
  border: 1px solid rgba(0, 25, 60, 0.08);
  border-radius: 1.15rem;
  padding: 1.1rem 1.2rem;
}

.define-about__avatar {
  width: 96px;
  height: 96px;
  border-radius: 50%;
  flex: 0 0 96px;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #00193c;
  color: #7bd0ff;
  font-family: Manrope, sans-serif;
  font-weight: 800;
  letter-spacing: 0.04em;
}

.define-about__avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 18%;
}

.define-about__in {
  display: inline-flex;
  margin-top: 0.4rem;
  width: 22px;
  height: 22px;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  background: #0a66c2;
  color: #fff !important;
  font-size: 0.72rem;
  font-weight: 800;
  text-decoration: none !important;
}

.define-about__final {
  background: linear-gradient(160deg, #00193c 0%, #002d62 100%);
  color: #fff;
  padding: clamp(4rem, 7vw, 6rem) 0;
  text-align: center;
}

.define-about__final h2 {
  color: #fff;
}

.define-about__final p {
  color: rgba(255, 255, 255, 0.78);
  font-size: 1.05rem;
  line-height: 1.65;
  margin: 0 auto 1.75rem;
}

@media (max-width: 980px) {
  .define-about__hero-grid,
  .define-about__facts,
  .define-about__iso,
  .define-about__cards,
  .define-about__split,
  .define-about__values,
  .define-about__team {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 720px) {
  .define-about__hero-grid,
  .define-about__facts,
  .define-about__iso,
  .define-about__cards,
  .define-about__split,
  .define-about__values,
  .define-about__team {
    grid-template-columns: 1fr;
  }

  .define-about__stat {
    left: 1rem;
    bottom: 1rem;
  }
}
