@font-face {
  font-family: "Gotham Greek";
  src: url("./assets/fonts/GothamGreekBook.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Gotham Greek";
  src: url("./assets/fonts/GothamGRMedium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Gotham Greek";
  src: url("./assets/fonts/GothamGRBold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Gotham Greek";
  src: url("./assets/fonts/GothamGRLight.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
}

:root {
  --color-navy-950: #0d1627;
  --color-navy-900: #16243d;
  --color-navy-800: #20386d;
  --color-navy-700: #29437e;
  --color-text: #223e75;
  --color-body: #53627f;
  --color-gold: #d7ad3b;
  --color-white: #ffffff;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 1280px;
  font-family: "Gotham Greek", sans-serif;
  color: var(--color-navy-900);
  background: var(--color-white);
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  font: inherit;
}

.home-page {
  width: 1920px;
  margin: 0 auto;
  background: var(--color-white);
}

.hero-section {
  width: 100%;
}

.hero {
  position: relative;
  height: 868px;
  background:
    linear-gradient(180deg, rgba(8, 12, 22, 0.24) 0%, rgba(8, 12, 22, 0.18) 100%),
    url("./assets/images/home/Banner_home.png") center top / cover no-repeat;
}

.hero__topbar {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 32px 54px 0 48px;
}

.hero__brand {
  display: inline-flex;
  width: 162px;
}

.hero__brand img {
  display: block;
  width: 100%;
  height: auto;
}

.hero__actions {
  display: flex;
  align-items: center;
  gap: 38px;
  padding-top: 10px;
}

.hero__nav {
  display: flex;
  align-items: center;
  gap: 18px;
  font-size: 9px;
  font-weight: 500;
  letter-spacing: 0.16em;
  color: rgba(255, 255, 255, 0.92);
}

.hero__nav a {
  transition: opacity 0.2s ease;
}

.hero__nav a:hover {
  opacity: 0.75;
}

.hero__menu {
  display: inline-flex;
  width: 40px;
  height: 30px;
  padding: 0;
  border: 0;
  background: transparent;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
}

.hero__menu span {
  display: block;
  width: 28px;
  height: 2px;
  border-radius: 999px;
  background: var(--color-white);
}

.intro-band {
  position: relative;
  min-height: 336px;
  background: var(--color-white);
}

.intro-band__inner {
  position: relative;
  width: 1210px;
  margin: 0 auto;
  padding: 64px 0 72px;
}

.intro-band__accent {
  position: absolute;
  top: 21px;
  right: 82px;
}

.intro-band h1 {
  margin: 0;
  max-width: 1110px;
  color: var(--color-text);
  font-size: 42px;
  line-height: 1.08;
  font-weight: 700;
  letter-spacing: -0.025em;
}

.intro-band p {
  margin: 28px 0 0;
  max-width: 1130px;
  color: var(--color-body);
  font-size: 24px;
  line-height: 1.47;
  font-weight: 400;
  letter-spacing: -0.01em;
}

.intro-band strong {
  color: var(--color-navy-800);
  font-weight: 700;
}

.section-two {
  width: 100%;
}

.decision-banner {
  position: relative;
  min-height: 386px;
  background:
    linear-gradient(90deg, rgba(7, 17, 42, 0.7) 0%, rgba(7, 17, 42, 0.5) 30%, rgba(7, 17, 42, 0.2) 100%),
    url("./assets/images/home/Background_sec2_home.png") center top / cover no-repeat;
}

.decision-banner__inner {
  position: relative;
  width: 1180px;
  margin: 0 auto;
  padding: 74px 0 76px;
  color: var(--color-white);
}

.decision-banner__accent {
  position: absolute;
  top: 15px;
  right: 166px;
}

.decision-banner h2 {
  margin: 0;
  max-width: 930px;
  font-size: 56px;
  line-height: 1.06;
  font-weight: 300;
  letter-spacing: -0.03em;
}

.decision-banner h2 strong {
  font-weight: 700;
}

.decision-banner p {
  margin: 30px 0 0;
  max-width: 955px;
  color: rgba(255, 255, 255, 0.92);
  font-size: 26px;
  line-height: 1.36;
  font-weight: 400;
  letter-spacing: -0.01em;
}

.quote-strip {
  background: var(--color-gold);
}

.quote-strip__inner {
  display: flex;
  align-items: center;
  width: 1180px;
  min-height: 161px;
  margin: 0 auto;
  padding: 18px 0 10px;
}

.quote-strip__mark {
  margin-right: 32px;
  color: #1f447f;
  font-size: 146px;
  line-height: 1;
  font-weight: 700;
  transform: translateY(10px);
}

.quote-strip__text {
  margin: 0;
  color: #3c4054;
  font-size: 25px;
  line-height: 1.14;
  font-weight: 400;
  letter-spacing: -0.012em;
}

.quote-strip__author {
  margin: 62px 0 0 16px;
  color: #2d3f77;
  font-size: 26px;
  line-height: 1;
  font-weight: 700;
  font-style: italic;
}

.services {
  background: var(--color-white);
}

.services__inner {
  position: relative;
  width: 1350px;
  margin: 0 auto;
  padding: 58px 0 72px;
}

.services__accent {
  position: absolute;
  top: 0;
  right: 314px;
}

.services h2 {
  margin: 0;
  text-align: center;
  color: var(--color-text);
  font-size: 55px;
  line-height: 1.06;
  font-weight: 700;
  letter-spacing: -0.03em;
}

.services__intro {
  margin: 12px auto 0;
  max-width: 1180px;
  text-align: center;
  color: #5d6780;
  font-size: 25px;
  line-height: 1.34;
  font-weight: 400;
  letter-spacing: -0.01em;
}

.services__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-top: 36px;
}

.service-card {
  position: relative;
  min-height: 624px;
  overflow: hidden;
  background-color: #233d75;
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 0 6px 22px rgba(16, 29, 59, 0.18);
}

.service-card--insurance {
  background-image: url("./assets/images/home/block1_sec2.jpg");
}

.service-card--finance {
  background-image: url("./assets/images/home/block2_sec2.jpg");
}

.service-card--investment {
  background-image: url("./assets/images/home/block3_sec2.jpg");
}

.service-card--consulting {
  background-image: url("./assets/images/home/block4_sec2.jpg");
}

.service-card__overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(14, 30, 72, 0.08) 0%, rgba(38, 60, 118, 0.36) 48%, rgba(41, 69, 131, 0.9) 100%);
}

.service-card__content {
  position: absolute;
  left: 26px;
  right: 24px;
  bottom: 18px;
  z-index: 1;
  color: var(--color-white);
}

.service-card__title-row {
  display: flex;
  align-items: center;
  gap: 10px;
}

.service-card h3 {
  margin: 0;
  font-size: 18px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: -0.02em;
}

.service-card p {
  margin: 16px 0 0;
  font-size: 14px;
  line-height: 1.3;
  font-weight: 400;
  letter-spacing: -0.012em;
}

.section-three {
  width: 100%;
}

.cta-band {
  background: var(--color-gold);
}

.cta-band__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 337px;
  padding: 34px 0 38px;
}

.cta-band p {
  margin: 0;
  text-align: center;
  color: #243a6e;
  font-size: 42px;
  line-height: 1.16;
  font-weight: 700;
  font-style: italic;
  letter-spacing: -0.025em;
}

.cta-band__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 359px;
  height: 83px;
  margin-top: 38px;
  padding: 0 34px;
  color: var(--color-white);
  background: #243f78;
  box-shadow: 0 8px 18px rgba(22, 41, 84, 0.28);
  font-size: 27px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: -0.015em;
}

.stats-band {
  padding: 54px 0 58px;
  background: #29447b;
}

.stats-band__inner {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  width: 1420px;
  margin: 0 auto;
}

.stat-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  color: var(--color-white);
}

.stat-card img {
  display: block;
  width: auto;
  height: 84px;
  object-fit: contain;
}

.stat-card h3 {
  margin: 24px 0 0;
  font-size: 77px;
  line-height: 0.95;
  font-weight: 700;
  letter-spacing: -0.04em;
}

.stat-card p {
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.97);
  font-size: 22px;
  line-height: 1.22;
  font-weight: 400;
  letter-spacing: -0.014em;
}

.section-four {
  width: 100%;
}

.expertise {
  background: var(--color-white);
}

.expertise__inner {
  display: grid;
  grid-template-columns: 1.03fr 1fr;
  align-items: end;
  width: 1490px;
  margin: 0 auto;
  padding: 54px 0 0;
}

.expertise__copy {
  position: relative;
  padding: 54px 0 82px 4px;
}

.expertise__accent {
  position: absolute;
  top: 0;
  right: 132px;
}

.expertise h2 {
  margin: 0;
  color: var(--color-text);
  font-size: 56px;
  line-height: 1.06;
  font-weight: 700;
  letter-spacing: -0.03em;
}

.expertise p {
  margin: 28px 0 0;
  max-width: 610px;
  color: #3f4f6a;
  font-size: 23px;
  line-height: 1.28;
  font-weight: 400;
  letter-spacing: -0.012em;
}

.expertise__image {
  display: flex;
  justify-content: flex-end;
}

.expertise__image img {
  display: block;
  width: 740px;
  height: auto;
}

.quote-strip--compact .quote-strip__inner {
  min-height: 134px;
  padding: 8px 0 6px;
}

.quote-strip--compact .quote-strip__mark {
  margin-right: 24px;
  font-size: 134px;
  transform: translateY(4px);
}

.quote-strip--compact .quote-strip__text {
  font-size: 24px;
}

.quote-strip--compact .quote-strip__author {
  margin-top: 52px;
}

.corner-mark {
  width: 104px;
  height: 104px;
}

.corner-mark--small {
  width: 56px;
  height: 52px;
}

.corner-mark--tiny {
  width: 18px;
  height: 17px;
  flex: 0 0 auto;
}

.corner-mark::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: var(--color-gold);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 55% 100%, 55% 45%, 0 45%);
}
