:root {
  --navy: #061a2d;
  --navy2: #071b2e;
  --gold: #d49a3a;
  --gold2: #f0b34d;
  --text: #071426;
  --muted: #5d6571;
  --white: #fff;
  --line: rgba(212, 154, 58, .32);
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: Inter, Arial, sans-serif;
  color: var(--text);
  background: #fff;
  line-height: 1.65;
}

img {
  max-width: 100%;
}

h1,
h2 {
  font-family: Georgia, 'Times New Roman', serif;
  line-height: 1.08;
  font-weight: 500;
  margin: 0 0 22px;
}

h1 {
  font-size: 58px;
  color: white;
}

h1 span,
h2 span {
  color: var(--gold2);
}

h2 {
  font-size: 38px;
  color: var(--text);
}

h3 {
  line-height: 1.25;
  text-transform: uppercase;
  font-size: 15px;
  margin: 12px 0;
}

p {
  margin: 0 0 20px;
}

.container {
  width: min(1180px, 91vw);
  margin: auto;
}

.site-header {
  height: 76px;
  background: var(--navy);
  border-bottom: 1px solid rgba(255, 255, 255, .12);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 34px;
  padding: 0 43px;
  position: sticky;
  top: 0;
  z-index: 50;
}

.brand {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
}

.brand img {
  width: 235px;
  height: 45px;
  display: block;
  object-fit: contain;
}

.main-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 29px;
  min-width: 0;
}

.main-nav a {
  color: white;
  text-decoration: none;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 1;
  white-space: nowrap;
  position: relative;
}

.main-nav a.active,
.main-nav a:hover {
  color: var(--gold2);
}

.main-nav a.active::after {
  content: "";
  height: 2px;
  background: var(--gold);
  position: absolute;
  left: 0;
  right: 0;
  bottom: -14px;
}

.menu-toggle {
  display: none;
}

.btn {
  min-height: 48px;
  border: 0;
  padding: 15px 25px;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: .02em;
  cursor: pointer;
  text-decoration: none;
  display: inline-flex;
  gap: 14px;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
}

.btn.gold {
  background: linear-gradient(135deg, var(--gold), #ecb45f);
  color: white;
}

.btn.dark {
  background: var(--navy);
  color: white;
}

.btn.outline {
  border: 1px solid var(--gold);
  background: transparent;
  color: white;
}

.hero {
  min-height: 620px;
  background-image: linear-gradient(90deg, rgba(6, 26, 45, .98) 0%, rgba(6, 26, 45, .86) 38%, rgba(6, 26, 45, .18) 72%, rgba(6, 26, 45, .04) 100%), var(--hero);
  background-position: center;
  background-size: cover;
}

.home-hero {
  min-height: 620px;
  background-position: center right;
}

.hero-overlay {
  min-height: inherit;
  display: flex;
  align-items: center;
}

.hero-content {
  width: min(1180px, 91vw);
  max-width: min(1180px, 91vw);
  padding-top: 8px;
}

.hero-content h1 {
  max-width: 545px;
  margin-bottom: 24px;
  font-size: 56px;
  text-transform: uppercase;
}

.hero-content p {
  max-width: 470px;
  color: white;
  font-size: 16px;
  line-height: 1.75;
}

.eyebrow {
  display: inline-block;
  color: var(--gold2);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .04em;
  margin-bottom: 16px;
  font-size: 13px;
  line-height: 1.45;
}

.hero-actions {
  display: flex;
  gap: 22px;
  flex-wrap: wrap;
  margin-top: 29px;
}

.hero-actions .btn {
  min-width: 185px;
}

.trust-badge {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 41px;
  color: white;
}

.trust-icon {
  width: 34px;
  height: 38px;
  border: 1px solid var(--gold);
  color: var(--gold2);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  flex: 0 0 auto;
}

.trust-badge p {
  margin: 0;
  font-size: 12px;
  line-height: 1.35;
  color: rgba(255, 255, 255, .88);
}

.trust-badge strong {
  display: block;
  color: white;
  font-size: 13px;
}

.section {
  padding: 70px 0;
}

.light {
  background: #fff;
}

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

.navy h2,
.navy h3 {
  color: white;
}

.split,
.intro-split,
.impact-split {
  display: grid;
  grid-template-columns: 1fr 1.45fr;
  gap: 60px;
  align-items: center;
}

.intro-section {
  padding: 56px 0 50px;
}

.intro-split {
  grid-template-columns: 445px 1fr;
  gap: 46px;
}

.intro-copy {
  align-self: start;
  padding-top: 6px;
}

.intro-copy h2 {
  margin-bottom: 42px;
}

.intro-copy p {
  max-width: 425px;
  font-size: 14px;
  line-height: 1.9;
  margin-bottom: 39px;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-left: 1px solid #d9dde2;
}

.feature,
.values .feature {
  min-height: 188px;
  padding: 28px 25px;
  text-align: center;
  border-right: 1px solid #d9dde2;
  border-bottom: 1px solid #e7e9ec;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.feature:nth-child(n+4) {
  border-bottom: 0;
}

.icon {
  min-height: 48px;
  font-size: 38px;
  color: var(--gold);
  line-height: 1;
}

.feature h3 {
  margin: 12px 0 8px;
  font-size: 13px;
}

.feature p,
.service-box p,
.post-card p {
  font-size: 14px;
  color: #4d5661;
}

.feature p {
  max-width: 205px;
  margin: 0 auto;
  line-height: 1.65;
}

.services-section {
  padding: 44px 0 38px;
}

.services-section h2 {
  margin-bottom: 26px;
}

.cards-six {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 12px;
}

.cards-five {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
  margin-top: 30px;
}

.image-card {
  position: relative;
  min-height: 355px;
  border: 1px solid rgba(212, 154, 58, .45);
  overflow: hidden;
  background: #021224;
  color: white;
}

.image-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 3 / 5;
  position: absolute;
  inset: 0;
  opacity: .75;
  transition: transform .35s ease, opacity .35s ease;
}

.image-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(2, 18, 36, .96) 0%, rgba(2, 18, 36, .72) 35%, rgba(2, 18, 36, .08) 100%);
}

.image-card:hover img {
  transform: scale(1.04);
  opacity: .88;
}

.image-card div {
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 22px 20px;
}

.card-icon {
  color: var(--gold2);
  font-size: 32px;
  line-height: 1;
}

.image-card h3 {
  min-height: 38px;
  color: white;
  font-size: 13px;
  letter-spacing: .02em;
}

.image-card p {
  min-height: 72px;
  font-size: 11px;
  line-height: 1.7;
  color: #dbe4ee;
}

.image-card a,
.service-box a {
  color: var(--gold2);
  font-weight: 800;
  text-transform: uppercase;
  font-size: 12px;
  text-decoration: none;
}

.home-service-cards {
  gap: 12px;
}

.home-service-card {
  min-height: 340px;
  border-color: rgba(212, 154, 58, .5);
  display: flex;
  flex-direction: column;
  background: #061a2d;
}

.home-service-card img {
  position: relative;
  inset: auto;
  width: 100%;
  height: 170px;
  aspect-ratio: auto;
  object-fit: cover;
  opacity: 1;
  flex: 0 0 auto;
}

.home-service-card::after {
  top: 0;
  bottom: auto;
  height: 170px;
  background: linear-gradient(180deg, rgba(2, 18, 36, .02) 0%, rgba(2, 18, 36, .18) 56%, rgba(2, 18, 36, .64) 100%);
  pointer-events: none;
}

.home-service-card div {
  position: relative;
  inset: auto;
  z-index: 2;
  flex: 1;
  padding: 18px 18px 23px;
  background: linear-gradient(180deg, #071b2e 0%, #051729 100%);
  display: flex;
  flex-direction: column;
}

.home-service-card .card-icon {
  display: block;
  min-height: 42px;
  font-size: 31px;
  margin-bottom: 8px;
}

.home-service-card h3 {
  min-height: 43px;
  margin: 0 0 9px;
  font-size: 12px;
  letter-spacing: .03em;
}

.home-service-card p {
  flex: 1;
  min-height: 66px;
  margin-bottom: 13px;
  font-size: 11px;
  line-height: 1.6;
}

.stats {
  padding: 58px 0 55px;
}

.impact-split {
  grid-template-columns: 285px 1fr;
  gap: 62px;
}

.impact-copy h2 {
  margin-bottom: 28px;
}

.impact-copy p {
  font-size: 14px;
  line-height: 1.85;
  margin-bottom: 34px;
}

.stats .stat-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  align-items: stretch;
}

.stat-grid div {
  min-height: 190px;
  text-align: center;
  border-left: 1px solid var(--line);
  padding: 17px 28px 18px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.stat-grid div:last-child {
  border-right: 1px solid var(--line);
}

.stat-icon {
  min-height: 36px;
  color: var(--gold);
  font-size: 31px;
  line-height: 1;
  margin-bottom: 16px;
}

.stat-grid b {
  display: block;
  font-size: 42px;
  color: var(--gold);
  font-family: Georgia, serif;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 13px;
}

.stat-grid span:last-child {
  font-size: 14px;
  line-height: 1.45;
}

.cta {
  min-height: 238px;
  background-image: linear-gradient(90deg, rgba(6, 26, 45, .98) 0%, rgba(6, 26, 45, .72) 41%, rgba(6, 26, 45, .16) 78%), url('../images/backgrounds/home-reference.jpg');
  background-position: center;
  background-size: cover;
  color: white;
  padding: 0;
  display: flex;
  align-items: center;
}

.cta h2 {
  color: white;
  margin-bottom: 23px;
}

.cta p {
  max-width: 590px;
  margin: 0;
  font-size: 16px;
}

.cta-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 48px;
}

.cta-inner .btn {
  min-width: 165px;
  margin-right: 206px;
}

.three-cards,
.service-grid,
.post-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  margin-top: 35px;
}

.three-cards > div,
.service-box,
.post-card,
.job,
.sidebar,
.contact-form {
  background: white;
  border: 1px solid #e5e7eb;
  box-shadow: 0 10px 30px rgba(0, 0, 0, .06);
  padding: 34px;
  text-align: center;
}

.service-grid {
  grid-template-columns: repeat(4, 1fr);
}

.service-box {
  min-height: 260px;
}

.feature-row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  margin-top: 35px;
}

.center {
  text-align: center;
}

.centered {
  margin: 35px auto 0;
  display: flex;
  width: max-content;
}

.approach {
  background-image: radial-gradient(circle at 50% 100%, rgba(212, 154, 58, .18), transparent 35%);
}

.step-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
  text-transform: uppercase;
  font-weight: 800;
  text-align: center;
}

.photo-panel {
  position: relative;
}

.photo-panel img,
.sidebar img,
.map img {
  width: 100%;
  display: block;
  object-fit: cover;
}

.photo-panel img {
  aspect-ratio: 16 / 10;
}

.sidebar img,
.map img {
  aspect-ratio: 16 / 11;
}

.photo-panel blockquote {
  position: absolute;
  left: 45px;
  bottom: 35px;
  color: white;
  font-family: Georgia, serif;
  font-size: 27px;
  max-width: 520px;
  border-left: 4px solid var(--gold);
  padding-left: 20px;
}

.tabs {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-bottom: 35px;
}

.tabs button {
  padding: 12px 20px;
  background: white;
  border: 1px solid #ddd;
  border-radius: 4px;
  text-transform: uppercase;
  font-weight: 700;
}

.tabs button:first-child {
  background: var(--navy);
  color: white;
}

.content-sidebar {
  display: grid;
  grid-template-columns: 1fr 320px;
  gap: 46px;
}

.post-card {
  text-align: left;
  padding: 0;
  overflow: hidden;
}

.post-card img {
  width: 100%;
  height: 170px;
  object-fit: cover;
}

.post-card div {
  padding: 22px;
}

.sidebar {
  text-align: left;
}

.subscribe,
.navy-card {
  background: var(--navy);
  color: white;
  border-radius: 6px;
  padding: 30px;
  margin-top: 28px;
}

.navy-card h3 {
  color: white;
}

.job {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: left;
  margin-bottom: 18px;
}

.contact-grid {
  display: grid;
  grid-template-columns: 330px 1fr;
  gap: 70px;
}

.contact-item {
  display: flex;
  flex-direction: column;
  border-left: 4px solid var(--gold);
  padding: 10px 0 10px 18px;
  margin: 16px 0;
}

.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.contact-form input,
.contact-form textarea,
.modal-card input,
.modal-card textarea {
  width: 100%;
  border: 1px solid #d8dce1;
  padding: 18px;
  margin-bottom: 18px;
  font: inherit;
}

.contact-form textarea,
.modal-card textarea {
  min-height: 160px;
}

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

.footer-grid {
  display: grid;
  grid-template-columns: 1.55fr .9fr 1.35fr .9fr 1.35fr;
  gap: 36px;
  padding: 45px 0 40px;
}

.footer-grid > div:not(:first-child) {
  border-left: 1px solid rgba(255, 255, 255, .13);
  padding-left: 30px;
}

.footer-logo {
  width: 230px;
  height: auto;
  display: block;
  object-fit: contain;
  margin-bottom: 20px;
}

.footer h4 {
  margin: 0 0 14px;
  color: var(--gold2);
  text-transform: uppercase;
  font-size: 13px;
}

.footer p,
.footer a {
  font-size: 13px;
  line-height: 1.65;
}

.footer a {
  display: block;
  color: white;
  text-decoration: none;
  margin: 5px 0;
  opacity: .9;
}

.footer-contact-list {
  display: grid;
  gap: 8px;
}

.footer .footer-contact-list p {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 0;
  color: white;
}

.footer-contact-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  margin-top: 2px;
  color: var(--gold2);
}

.footer-contact-icon svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.socials {
  display: flex;
  gap: 10px;
  margin-top: 22px;
}

.socials span {
  display: inline-flex;
  width: 28px;
  height: 28px;
  border: 1px solid rgba(255, 255, 255, .5);
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  font-size: 11px;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, .13);
  padding: 17px 4.5vw;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 24px;
  color: #cbd5e1;
  font-size: 12px;
}

.footer-bottom a {
  display: inline;
}

.footer-bottom span:last-child {
  white-space: nowrap;
}

.talk-modal {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: none;
}

.talk-modal.open {
  display: block;
}

.modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, .68);
  backdrop-filter: blur(6px);
}

.modal-card {
  position: relative;
  margin: 6vh auto;
  width: min(1100px, 92vw);
  background: white;
  border-radius: 14px;
  display: grid;
  grid-template-columns: 390px 1fr;
  overflow: hidden;
  box-shadow: 0 30px 90px rgba(0, 0, 0, .4);
}

.modal-card aside {
  background: var(--navy);
  color: white;
  padding: 48px;
}

.modal-card aside img {
  width: 250px;
  object-fit: contain;
}

.modal-card form {
  padding: 58px;
}

.modal-card form h2 {
  font-size: 46px;
}

.close-modal {
  position: absolute;
  right: 24px;
  top: 24px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 0;
  background: var(--navy);
  color: white;
  font-size: 32px;
  z-index: 3;
}

.modal-info {
  border-top: 1px solid rgba(255, 255, 255, .25);
  padding: 20px 0;
  display: flex;
  flex-direction: column;
}

.skyline {
  height: 130px;
  margin-top: 20px;
  background: linear-gradient(transparent, rgba(212, 154, 58, .2));
  border-bottom: 2px solid var(--gold);
}

.about-hero {
  min-height: 585px;
  background-image: linear-gradient(90deg, rgba(6, 26, 45, .98) 0%, rgba(6, 26, 45, .78) 38%, rgba(6, 26, 45, .18) 72%), var(--hero);
  background-position: center right;
}

.about-hero-content {
  width: min(1180px, 91vw);
  max-width: min(1180px, 91vw);
  padding-top: 14px;
}

.about-hero-content h1 {
  max-width: 690px;
  margin-bottom: 22px;
  font-size: 48px;
  text-transform: none;
}

.about-hero-content p {
  max-width: 520px;
  color: white;
  font-size: 16px;
  line-height: 1.8;
}

.gold-rule {
  display: block;
  width: 74px;
  height: 3px;
  background: var(--gold);
  margin: 18px 0 30px;
}

.about-stats-wrap {
  position: relative;
  z-index: 3;
  margin-top: -93px;
  margin-bottom: 0;
}

.about-stat-band {
  min-height: 150px;
  background: rgba(6, 26, 45, .98);
  border: 1px solid rgba(212, 154, 58, .35);
  border-radius: 4px;
  box-shadow: 0 16px 40px rgba(0, 0, 0, .16);
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  align-items: center;
  color: white;
  padding: 22px 0;
}

.about-stat-band > div {
  min-height: 96px;
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto auto;
  column-gap: 17px;
  align-items: center;
  padding: 0 32px;
  border-right: 1px solid rgba(255, 255, 255, .2);
}

.about-stat-band > div:last-child {
  border-right: 0;
}

.about-stat-band .stat-icon {
  grid-row: 1 / 3;
  margin: 0;
  color: var(--gold);
  font-size: 44px;
  min-height: auto;
}

.about-stat-band b {
  color: var(--gold);
  font-family: Georgia, serif;
  font-size: 38px;
  font-weight: 500;
  line-height: 1;
}

.about-stat-band span:last-child {
  font-size: 13px;
  line-height: 1.45;
}

.about-story {
  padding: 52px 0 42px;
}

.about-story-grid {
  display: grid;
  grid-template-columns: 405px 1fr;
  gap: 70px;
  align-items: start;
}

.about-story-copy h2 {
  margin-bottom: 28px;
}

.about-story-copy p {
  font-size: 14px;
  line-height: 1.9;
  margin-bottom: 23px;
}

.about-story-copy .btn {
  margin-top: 4px;
  min-width: 170px;
}

.about-photo-panel {
  min-height: 438px;
  overflow: hidden;
}

.about-photo-panel img {
  height: 438px;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.about-photo-panel::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(6, 26, 45, .28), rgba(6, 26, 45, .02));
  pointer-events: none;
}

.about-photo-panel blockquote {
  z-index: 2;
  left: 30px;
  bottom: 54px;
  max-width: 420px;
  margin: 0;
  color: white;
  border-left: 4px solid var(--gold);
  font-size: 28px;
  line-height: 1.25;
}

.about-purpose {
  padding: 20px 0 40px;
}

.section-heading-line {
  position: relative;
  margin-bottom: 19px;
}

.section-heading-line::after {
  content: "";
  display: inline-block;
  width: 36px;
  height: 2px;
  background: var(--gold);
  margin-left: 12px;
  vertical-align: middle;
}

.purpose-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.purpose-cards article {
  min-height: 320px;
  background: white;
  border: 1px solid #edf0f3;
  box-shadow: 0 10px 28px rgba(0, 0, 0, .045);
  padding: 38px 42px 35px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.round-icon {
  width: 74px;
  height: 74px;
  border-radius: 50%;
  background: var(--navy);
  color: var(--gold);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 39px;
  line-height: 1;
  margin-bottom: 22px;
}

.purpose-cards h3 {
  margin: 0 0 17px;
  font-size: 15px;
}

.purpose-cards p {
  margin: 0;
  font-size: 14px;
  line-height: 1.75;
}

.mini-rule {
  width: 34px;
  height: 2px;
  background: var(--gold);
  margin-top: auto;
}

.about-values-section {
  padding: 0 0 52px;
}

.core-values {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  margin-top: 8px;
}

.core-values article {
  min-height: 190px;
  text-align: center;
  padding: 14px 20px 0;
  border-right: 1px solid #d9dde2;
}

.core-values article:last-child {
  border-right: 0;
}

.value-icon {
  min-height: 56px;
  color: var(--gold);
  font-size: 46px;
  line-height: 1;
  margin-bottom: 12px;
}

.core-values h3 {
  min-height: 35px;
  margin: 0 0 10px;
  font-size: 13px;
}

.core-values p {
  margin: 0;
  font-size: 13px;
  line-height: 1.55;
}

.services-hero {
  min-height: 520px;
  background-image: linear-gradient(90deg, rgba(6, 26, 45, .98) 0%, rgba(6, 26, 45, .86) 42%, rgba(6, 26, 45, .22) 76%), var(--hero);
  background-position: center right;
}

.services-hero-content {
  width: min(1180px, 91vw);
  max-width: min(1180px, 91vw);
  padding-top: 4px;
}

.services-hero-content h1 {
  max-width: 560px;
  margin-bottom: 24px;
  font-size: 45px;
  text-transform: none;
}

.services-hero-content p {
  max-width: 560px;
  color: white;
  font-size: 15px;
  line-height: 1.85;
}

.services-hero .hero-actions {
  margin-top: 27px;
}

.services-hero .hero-actions .btn {
  min-width: 215px;
}

.services-offerings {
  padding: 48px 0 62px;
}

.section-center {
  max-width: 700px;
  margin: 0 auto 33px;
  text-align: center;
}

.section-center p {
  margin: 0;
  font-size: 15px;
  line-height: 1.65;
}

.lined-title {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  margin-bottom: 13px;
  font-family: Inter, Arial, sans-serif;
  font-size: 27px;
  line-height: 1.1;
  text-transform: uppercase;
  letter-spacing: .03em;
  font-weight: 800;
}

.lined-title::before,
.lined-title::after {
  content: "";
  width: 54px;
  height: 1px;
  background: var(--gold);
}

.services-card-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.services-card-grid .service-box {
  min-height: 324px;
  padding: 28px 25px 24px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, .045);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.services-card-grid .round-icon {
  width: 76px;
  height: 76px;
  margin-bottom: 21px;
  font-size: 39px;
}

.services-card-grid h3 {
  min-height: 43px;
  margin: 0 0 13px;
  font-size: 15px;
}

.services-card-grid p {
  flex: 1;
  margin: 0 0 16px;
  color: var(--text);
  font-size: 13px;
  line-height: 1.72;
}

.services-card-grid a {
  margin-top: auto;
}

.services-approach {
  background:
    radial-gradient(circle at 52% 100%, rgba(212, 154, 58, .16), transparent 33%),
    linear-gradient(90deg, rgba(6, 26, 45, .98), rgba(6, 26, 45, .94));
  color: white;
  padding: 42px 0 38px;
}

.services-approach-grid {
  display: grid;
  grid-template-columns: 315px 1fr;
  gap: 62px;
  align-items: center;
}

.approach-copy h2 {
  color: white;
  margin-bottom: 18px;
  font-size: 31px;
}

.approach-copy p {
  max-width: 280px;
  color: white;
  font-size: 13px;
  line-height: 1.75;
  margin-bottom: 24px;
}

.approach-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
}

.approach-steps article {
  min-height: 215px;
  text-align: center;
  padding: 0 28px;
  border-right: 1px solid rgba(255, 255, 255, .18);
  position: relative;
}

.approach-steps article:last-child {
  border-right: 0;
}

.approach-icon {
  width: 75px;
  height: 75px;
  margin: 0 auto 13px;
  border: 1px solid rgba(212, 154, 58, .5);
  border-radius: 50%;
  color: var(--gold);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 39px;
}

.step-number {
  width: 28px;
  height: 28px;
  margin: 0 auto 15px;
  border: 1px solid rgba(255, 255, 255, .68);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
}

.approach-steps h3 {
  color: white;
  margin: 0 0 9px;
  font-size: 13px;
}

.approach-steps p {
  margin: 0;
  color: white;
  font-size: 12px;
  line-height: 1.6;
}

.services-cta {
  min-height: 278px;
  background-image: linear-gradient(90deg, #fff 0%, #fff 44%, rgba(255, 255, 255, .2) 58%, rgba(255, 255, 255, 0) 100%), url('../images/backgrounds/services-reference.jpg');
  background-size: cover;
  background-position: center right;
  display: flex;
  align-items: center;
}

.services-cta-grid {
  display: grid;
  grid-template-columns: 470px 1fr;
  align-items: center;
}

.services-cta h2 {
  margin-bottom: 21px;
}

.services-cta p {
  max-width: 480px;
  margin-bottom: 27px;
  font-size: 14px;
  line-height: 1.7;
}

.industries-hero {
  min-height: 520px;
  background-image: linear-gradient(90deg, rgba(6, 26, 45, .98) 0%, rgba(6, 26, 45, .86) 41%, rgba(6, 26, 45, .2) 76%), var(--hero);
  background-position: center right;
}

.industries-hero-content {
  width: min(1180px, 91vw);
  max-width: min(1180px, 91vw);
}

.industries-hero-content h1 {
  max-width: 535px;
  margin-bottom: 24px;
  font-size: 47px;
  text-transform: none;
}

.industries-hero-content p {
  max-width: 540px;
  color: white;
  font-size: 15px;
  line-height: 1.85;
}

.industries-trust {
  padding: 30px 0 38px;
}

.industries-trust .section-center {
  margin-bottom: 24px;
}

.industry-proof-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-left: 1px solid #d9dde2;
}

.industry-proof-row article {
  min-height: 178px;
  text-align: center;
  padding: 22px 32px 12px;
  border-right: 1px solid #d9dde2;
}

.proof-icon,
.capability-icon {
  min-height: 50px;
  color: var(--gold);
  font-size: 43px;
  line-height: 1;
}

.industry-proof-row h3,
.capability-list h3 {
  margin: 8px 0 10px;
  font-size: 13px;
}

.industry-proof-row p,
.capability-list p {
  margin: 0;
  font-size: 13px;
  line-height: 1.65;
}

.industries-section {
  padding: 38px 0 34px;
}

.industry-card-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 14px;
  margin-top: 18px;
}

.industry-card {
  min-height: 360px;
  display: flex;
  flex-direction: column;
  background: #061a2d;
}

.industry-card img {
  position: relative;
  inset: auto;
  width: 100%;
  height: 170px;
  aspect-ratio: auto;
  object-fit: cover;
  opacity: 1;
  flex: 0 0 auto;
}

.industry-card::after {
  top: 0;
  bottom: auto;
  height: 170px;
  background: linear-gradient(180deg, rgba(2, 18, 36, .02) 0%, rgba(2, 18, 36, .12) 58%, rgba(2, 18, 36, .58) 100%);
  pointer-events: none;
}

.industry-card .card-icon {
  width: 68px;
  height: 68px;
  margin: -43px auto 12px;
  border-radius: 50%;
  background: rgba(6, 26, 45, .94);
  border: 1px solid rgba(212, 154, 58, .42);
  display: flex;
  align-items: center;
  justify-content: center;
}

.industry-card div {
  position: relative;
  inset: auto;
  z-index: 2;
  flex: 1;
  text-align: center;
  padding: 0 18px 20px;
  background: linear-gradient(180deg, #071b2e 0%, #051729 100%);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.industry-card h3 {
  min-height: 38px;
  margin: 0 0 10px;
}

.industry-card p {
  min-height: 83px;
  margin-bottom: 13px;
}

.industry-more-btn {
  width: min(420px, 100%);
  margin: 24px auto 0;
  display: flex;
  min-height: 52px;
}

.industries-capabilities {
  padding: 42px 0 36px;
}

.industries-capability-grid {
  display: grid;
  grid-template-columns: 390px 1fr;
  gap: 70px;
  align-items: center;
}

.capability-copy h2 {
  margin-bottom: 24px;
}

.capability-copy p {
  max-width: 410px;
  margin-bottom: 30px;
  font-size: 14px;
  line-height: 1.85;
}

.capability-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.capability-list article {
  min-height: 168px;
  padding: 18px 26px 16px;
  border-left: 1px solid #d9dde2;
  border-bottom: 1px solid #e2e5e9;
}

.capability-list article:nth-child(n+4) {
  border-bottom: 0;
}

.capability-list p {
  color: #3f4852;
}

.industry-cta {
  min-height: 205px;
  background-image: linear-gradient(90deg, rgba(6, 26, 45, .98) 0%, rgba(6, 26, 45, .82) 39%, rgba(6, 26, 45, .28) 64%, rgba(6, 26, 45, .08) 100%), url('../images/backgrounds/industries-reference.jpg');
  background-size: cover;
  background-position: center 38%;
  color: white;
  display: flex;
  align-items: center;
}

.industry-cta-grid {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 48px;
}

.industry-cta h2 {
  max-width: 720px;
  color: white;
  margin-bottom: 10px;
  font-size: 30px;
}

.industry-cta p {
  max-width: 590px;
  margin: 0;
  font-size: 15px;
  line-height: 1.55;
}

.insights-hero {
  min-height: 535px;
  background-image: linear-gradient(90deg, rgba(6, 26, 45, .98) 0%, rgba(6, 26, 45, .86) 43%, rgba(6, 26, 45, .18) 78%), var(--hero);
  background-position: center right;
}

.insights-hero-content {
  width: min(1180px, 91vw);
  max-width: min(1180px, 91vw);
  padding-top: 10px;
}

.insights-hero-content h1 {
  max-width: 675px;
  margin-bottom: 24px;
  font-size: 46px;
  text-transform: none;
}

.insights-hero-content p {
  max-width: 560px;
  color: white;
  font-size: 16px;
  line-height: 1.75;
}

.insights-search {
  width: min(640px, 100%);
  display: grid;
  grid-template-columns: 1fr 118px;
  margin-top: 34px;
  border: 1px solid rgba(255, 255, 255, .28);
  background: rgba(6, 26, 45, .54);
}

.search-field {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 0 20px;
  color: rgba(255, 255, 255, .8);
}

.search-field input {
  width: 100%;
  height: 58px;
  border: 0;
  outline: 0;
  background: transparent;
  color: white;
  font: inherit;
  font-size: 14px;
}

.search-field input::placeholder {
  color: rgba(255, 255, 255, .86);
}

.insights-search .btn {
  min-height: 58px;
}

.insights-page {
  padding: 42px 0 46px;
  background: #fbfbfa;
}

.insight-tabs {
  display: flex;
  gap: 13px;
  flex-wrap: wrap;
  margin-bottom: 46px;
}

.insight-tabs button {
  min-height: 43px;
  padding: 0 18px;
  border: 1px solid #e2e5e9;
  border-radius: 4px;
  background: white;
  color: var(--text);
  text-transform: uppercase;
  font-weight: 800;
  font-size: 11px;
  cursor: pointer;
}

.insight-tabs button.active {
  background: var(--navy);
  border-color: var(--navy);
  color: white;
}

.insights-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 330px;
  gap: 48px;
}

.insights-section-title {
  display: flex;
  align-items: center;
  gap: 18px;
  margin: 0 0 24px;
  color: var(--text);
  font-family: Inter, Arial, sans-serif;
  font-size: 17px;
  line-height: 1.2;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: .02em;
}

.insights-section-title::after {
  content: "";
  height: 1px;
  background: #d8dce1;
  flex: 1;
}

.latest-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.insight-card,
.featured-insight article {
  background: white;
  border: 1px solid #e3e6ea;
  box-shadow: 0 10px 24px rgba(0, 0, 0, .045);
  overflow: hidden;
}

.insight-card img {
  width: 100%;
  height: 185px;
  display: block;
  object-fit: cover;
}

.insight-card-body {
  min-height: 255px;
  padding: 22px 22px 18px;
  display: flex;
  flex-direction: column;
}

.insight-category {
  display: block;
  color: var(--gold);
  text-transform: uppercase;
  font-weight: 800;
  font-size: 11px;
  margin-bottom: 10px;
}

.insight-card h3,
.featured-insight h3 {
  margin: 0 0 13px;
  color: var(--text);
  text-transform: none;
  font-size: 17px;
  line-height: 1.35;
}

.insight-card p,
.featured-insight p {
  color: var(--text);
  font-size: 13px;
  line-height: 1.75;
  margin-bottom: 18px;
}

.insight-meta {
  margin-top: auto;
  padding-top: 17px;
  border-top: 1px solid #edf0f3;
  display: flex;
  justify-content: space-between;
  gap: 14px;
  color: #3d4651;
  font-size: 12px;
}

.outline-dark {
  border: 1px solid var(--gold);
  background: white;
  color: var(--navy);
}

.insights-view-all {
  width: min(280px, 100%);
  margin: 36px auto 34px;
  display: flex;
}

.featured-image {
  position: relative;
}

.featured-image img {
  width: 100%;
  height: 214px;
  display: block;
  object-fit: cover;
}

.featured-image span {
  position: absolute;
  top: 0;
  right: 16px;
  width: 34px;
  height: 54px;
  background: var(--gold);
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
}

.featured-insight article > div:last-child {
  padding: 24px;
}

.featured-insight .btn {
  width: 100%;
  margin-top: 6px;
}

.most-popular {
  margin-top: 42px;
}

.most-popular a {
  display: grid;
  grid-template-columns: 86px 1fr;
  gap: 16px;
  align-items: center;
  color: var(--text);
  text-decoration: none;
  margin-bottom: 20px;
}

.most-popular img {
  width: 86px;
  height: 66px;
  object-fit: cover;
  border-radius: 4px;
}

.most-popular b {
  display: block;
  font-size: 14px;
  line-height: 1.45;
  margin-bottom: 4px;
}

.most-popular small,
.resource-centre small {
  color: #5d6571;
  font-size: 11px;
}

.sidebar-subscribe {
  margin-top: 42px;
  background: var(--navy);
  color: white;
  padding: 34px 28px;
  text-align: center;
}

.subscribe-icon {
  width: 62px;
  height: 62px;
  border: 1px solid rgba(212, 154, 58, .7);
  border-radius: 50%;
  margin: 0 auto 16px;
  color: var(--gold);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
}

.sidebar-subscribe h3 {
  color: white;
  text-transform: none;
  font-size: 20px;
}

.sidebar-subscribe p {
  font-size: 13px;
  line-height: 1.8;
}

.sidebar-subscribe .btn {
  width: 100%;
  margin-top: 6px;
}

.insights-bottom-grid {
  display: grid;
  grid-template-columns: .92fr 1fr;
  gap: 36px;
}

.resource-centre,
.popular-topics {
  border-top: 1px solid #e2e5e9;
  padding-top: 24px;
}

.resource-centre p {
  max-width: 350px;
  font-size: 13px;
  line-height: 1.75;
}

.resource-centre a {
  display: grid;
  grid-template-columns: 24px 1fr 24px;
  grid-template-rows: auto auto;
  column-gap: 12px;
  color: var(--text);
  text-decoration: none;
  padding: 9px 0;
}

.resource-centre a span {
  grid-row: 1 / 3;
  color: #5d6571;
}

.resource-centre a b {
  font-size: 13px;
  line-height: 1.2;
}

.resource-centre a em {
  grid-column: 3;
  grid-row: 1 / 3;
  font-style: normal;
  color: #3d4651;
  align-self: center;
}

.popular-topics div {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.popular-topics a {
  padding: 10px 15px;
  border: 1px solid #e2e5e9;
  background: white;
  color: var(--text);
  border-radius: 3px;
  text-decoration: none;
  font-size: 11px;
}

.insights-newsletter {
  background: var(--navy);
  color: white;
  border-bottom: 1px solid rgba(255, 255, 255, .12);
  padding: 40px 0;
}

.newsletter-grid {
  display: grid;
  grid-template-columns: 1fr 480px;
  gap: 72px;
  align-items: center;
}

.newsletter-copy {
  display: flex;
  align-items: center;
  gap: 30px;
}

.newsletter-icon {
  width: 88px;
  height: 88px;
  border: 1px solid rgba(212, 154, 58, .72);
  border-radius: 50%;
  color: var(--gold);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 42px;
  flex: 0 0 auto;
}

.newsletter-copy h2 {
  color: white;
  margin-bottom: 8px;
  font-size: 34px;
}

.newsletter-copy p {
  max-width: 520px;
  margin: 0;
  color: white;
  font-size: 14px;
}

.newsletter-form > div {
  display: grid;
  grid-template-columns: 1fr 160px;
  border: 1px solid rgba(255, 255, 255, .18);
}

.newsletter-form input {
  min-width: 0;
  height: 58px;
  border: 0;
  outline: 0;
  padding: 0 22px;
  background: rgba(3, 15, 28, .58);
  color: white;
  font: inherit;
  font-size: 13px;
}

.newsletter-form small {
  display: block;
  margin-top: 12px;
  color: rgba(255, 255, 255, .75);
  font-size: 12px;
}

.careers-hero {
  min-height: 520px;
  background-image: linear-gradient(90deg, rgba(6, 26, 45, .98) 0%, rgba(6, 26, 45, .84) 40%, rgba(6, 26, 45, .16) 78%), var(--hero);
  background-position: center right;
}

.careers-hero-content {
  width: min(1180px, 91vw);
  max-width: min(1180px, 91vw);
}

.careers-hero-content h1 {
  max-width: 560px;
  margin-bottom: 24px;
  font-size: 49px;
  text-transform: none;
}

.careers-hero-content p {
  max-width: 530px;
  color: white;
  font-size: 15px;
  line-height: 1.85;
}

.careers-benefits {
  padding: 36px 0 38px;
}

.careers-benefits .section-center {
  margin-bottom: 30px;
}

.career-benefit-row {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  border-left: 1px solid #d9dde2;
}

.career-benefit-row article {
  min-height: 174px;
  padding: 12px 22px 4px;
  text-align: center;
  border-right: 1px solid #d9dde2;
}

.career-icon {
  min-height: 54px;
  color: var(--gold);
  font-size: 43px;
  line-height: 1;
}

.career-benefit-row h3 {
  margin: 8px 0 9px;
  font-size: 12px;
}

.career-benefit-row p {
  margin: 0;
  font-size: 12px;
  line-height: 1.65;
}

.career-openings {
  padding: 48px 0 26px;
  background: #fbfbfa;
}

.career-openings-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 350px;
  gap: 34px;
  align-items: start;
}

.career-block-title {
  margin: 0 0 26px;
  color: var(--text);
  font-family: Inter, Arial, sans-serif;
  font-size: 25px;
  line-height: 1.1;
  text-transform: uppercase;
  font-weight: 800;
}

.career-job-list {
  display: grid;
  gap: 0;
}

.career-job {
  min-height: 132px;
  background: white;
  border: 1px solid #e4e7eb;
  border-bottom: 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 165px 130px;
  gap: 24px;
  align-items: center;
  padding: 22px 18px 22px 24px;
}

.career-job:last-child {
  border-bottom: 1px solid #e4e7eb;
}

.career-job h3 {
  margin: 0 0 7px;
  color: var(--text);
  text-transform: none;
  font-size: 17px;
}

.job-copy p {
  margin: 0 0 7px;
  color: var(--text);
  font-size: 13px;
  line-height: 1.65;
}

.job-copy p:first-of-type {
  font-size: 12px;
  font-weight: 700;
}

.job-copy span {
  display: inline-block;
  margin: 0 10px;
  color: var(--gold);
}

.job-meta {
  display: grid;
  gap: 12px;
  color: #333d49;
  font-size: 12px;
}

.job-meta span {
  display: block;
}

.career-job .btn {
  width: 100%;
  min-height: 48px;
  padding-inline: 14px;
}

.hiring-process {
  background: var(--navy);
  color: white;
  padding: 34px 32px;
  box-shadow: 0 14px 28px rgba(0, 0, 0, .1);
}

.hiring-process .career-block-title {
  color: white;
  position: relative;
  padding-right: 48px;
  margin-bottom: 30px;
  font-size: 17px;
}

.hiring-process .career-block-title::after {
  content: "";
  width: 42px;
  height: 2px;
  background: var(--gold);
  position: absolute;
  right: 0;
  top: 50%;
}

.process-steps {
  display: grid;
  gap: 26px;
  margin-bottom: 34px;
}

.process-steps article {
  display: grid;
  grid-template-columns: 66px 26px 1fr;
  gap: 14px;
  align-items: center;
  position: relative;
}

.process-steps article + article::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 28px;
  left: 33px;
  bottom: calc(100% + 2px);
  background: rgba(255, 255, 255, .35);
}

.process-icon {
  width: 66px;
  height: 66px;
  border: 1px solid var(--gold);
  border-radius: 50%;
  color: var(--gold);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 29px;
}

.process-steps b {
  width: 24px;
  height: 24px;
  border: 1px solid rgba(255, 255, 255, .65);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
}

.process-steps h3 {
  color: white;
  margin: 0 0 4px;
  font-size: 13px;
}

.process-steps p {
  margin: 0;
  color: white;
  font-size: 12px;
  line-height: 1.55;
}

.hiring-process .btn {
  width: 100%;
  color: var(--gold2);
}

.career-testimonials {
  padding: 0 0 44px;
}

.career-testimonials .lined-title {
  display: flex;
  margin: 0 auto 28px;
}

.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 34px;
}

.testimonial-grid article {
  background: white;
  border: 1px solid #e5e7eb;
  box-shadow: 0 10px 24px rgba(0, 0, 0, .045);
  padding: 30px 34px 26px;
}

.quote-mark {
  display: block;
  color: var(--gold);
  font-family: Georgia, serif;
  font-size: 42px;
  line-height: .8;
  margin-bottom: 14px;
}

.testimonial-grid p {
  min-height: 92px;
  color: var(--text);
  font-size: 14px;
  line-height: 1.75;
}

.person-row {
  display: flex;
  align-items: center;
  gap: 14px;
}

.avatar {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: var(--navy);
  color: var(--gold);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 800;
}

.person-row b,
.person-row small {
  display: block;
}

.person-row small {
  color: #5d6571;
  font-size: 12px;
}

.testimonial-dots {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 24px;
}

.testimonial-dots span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #c4c8ce;
}

.testimonial-dots .active {
  background: var(--gold);
}

.career-cta {
  min-height: 170px;
  background-image: linear-gradient(90deg, rgba(6, 26, 45, .98) 0%, rgba(6, 26, 45, .78) 44%, rgba(6, 26, 45, .32) 100%), var(--hero);
  background-size: cover;
  background-position: center 44%;
  color: white;
  display: flex;
  align-items: center;
}

.career-cta-grid {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 44px;
}

.career-cta h2 {
  color: white;
  margin-bottom: 8px;
  font-size: 35px;
}

.career-cta p {
  margin: 0;
  color: white;
  font-size: 15px;
}

/* Contact page reference layout */
.contact-page {
  background: #f7f7f5;
}

.contact-page .site-header {
  position: relative;
  height: 82px;
  background: #04111f;
}

.contact-page .brand img {
  width: 260px;
  height: 54px;
}

.contact-page .main-nav {
  gap: 28px;
}

.contact-page .main-nav a {
  font-size: 12px;
}

.contact-page .main-nav .btn {
  min-height: 50px;
  padding: 16px 27px;
}

.contact-hero {
  min-height: 480px;
  background-image:
    linear-gradient(90deg, rgba(2, 14, 27, .99) 0%, rgba(2, 14, 27, .94) 26%, rgba(2, 14, 27, .68) 46%, rgba(2, 14, 27, .12) 82%),
    url('../images/hero/contact-hero.jpg');
  background-size: cover;
  background-position: center right;
  color: white;
  display: flex;
  align-items: center;
}

.contact-hero-inner {
  padding: 52px 0 45px;
}

.contact-kicker,
.contact-section-title {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 0 0 19px;
  color: var(--gold2);
  font-family: Inter, Arial, sans-serif;
  font-size: 15px;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: .02em;
  text-transform: uppercase;
}

.contact-kicker::after,
.contact-section-title::after {
  content: "";
  width: 54px;
  height: 2px;
  background: var(--gold);
}

.contact-hero h1 {
  max-width: 590px;
  margin-bottom: 25px;
  color: white;
  font-size: 52px;
  line-height: 1.12;
}

.contact-hero h1 span {
  color: var(--gold2);
}

.contact-hero p {
  max-width: 455px;
  color: white;
  font-size: 16px;
  line-height: 1.7;
}

.contact-proof-row {
  display: flex;
  gap: 32px;
  margin-top: 38px;
}

.contact-proof-row article {
  display: grid;
  grid-template-columns: 58px minmax(0, 210px);
  gap: 17px;
  align-items: center;
  min-height: 86px;
  padding-right: 32px;
  border-right: 1px solid rgba(255, 255, 255, .22);
}

.contact-proof-row article:last-child {
  border-right: 0;
}

.line-icon,
.contact-icon,
.stat-line-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--gold2);
  flex: 0 0 auto;
}

.line-icon {
  width: 58px;
  height: 58px;
}

.line-icon svg,
.contact-icon svg,
.stat-line-icon svg,
.contact-form-footer svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.contact-icon svg {
  color: var(--gold2);
  stroke: var(--gold2);
}

.contact-proof-row b {
  display: block;
  margin-bottom: 5px;
  color: white;
  font-size: 15px;
}

.contact-proof-row p {
  margin: 0;
  font-size: 13px;
  line-height: 1.55;
}

.contact-main {
  padding: 48px 0 26px;
  background: #fbfbfa;
}

.contact-main-grid {
  display: grid;
  grid-template-columns: 360px minmax(0, 1fr);
  gap: 54px;
  align-items: start;
}

.contact-details {
  padding-right: 50px;
  border-right: 1px solid #d9dde2;
}

.contact-section-title {
  margin-bottom: 17px;
  color: var(--text);
  font-size: 18px;
}

.contact-section-title::after {
  width: 50px;
}

.contact-details > p,
.contact-form-panel > p {
  margin-bottom: 28px;
  color: #182434;
  font-size: 14px;
  line-height: 1.75;
}

.contact-detail-list {
  display: grid;
  gap: 22px;
}

.contact-detail-list article {
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 18px;
  align-items: start;
}

.contact-icon {
  width: 58px;
  height: 58px;
  padding: 14px;
  background: #031326;
  border-radius: 3px;
  box-shadow: 0 8px 18px rgba(4, 17, 31, .1);
}

.contact-detail-list b {
  display: block;
  margin: 0 0 4px;
  color: #071426;
  font-size: 13px;
  line-height: 1.25;
  text-transform: uppercase;
}

.contact-detail-list span {
  display: block;
  color: #0f1e2f;
  font-size: 14px;
  line-height: 1.55;
}

.contact-form-panel {
  min-width: 0;
}

.contact-page .contact-form {
  padding: 0;
  border: 0;
  box-shadow: none;
  text-align: left;
  background: transparent;
}

.contact-page .contact-form input,
.contact-page .contact-form textarea {
  width: 100%;
  margin: 0;
  border: 1px solid #e1e4e8;
  background: white;
  box-shadow: 0 6px 18px rgba(12, 24, 39, .045);
  color: var(--text);
  font-size: 14px;
}

.contact-page .contact-form input {
  height: 58px;
}

.contact-page .contact-form textarea {
  min-height: 172px;
  resize: vertical;
}

.contact-page .contact-form > input,
.contact-page .contact-form > textarea {
  margin-top: 18px;
}

.contact-form-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: 31px;
}

.contact-form-footer small {
  display: flex;
  align-items: center;
  gap: 9px;
  color: #172536;
  font-size: 12px;
}

.contact-form-footer small svg {
  width: 18px;
  height: 18px;
  color: #5d6571;
  flex: 0 0 auto;
}

.contact-form-footer .btn {
  min-width: 230px;
  min-height: 56px;
  background: #031326;
}

.contact-lower {
  padding: 19px 0 38px;
  background: #fbfbfa;
}

.contact-lower-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, .98fr);
  gap: 58px;
  align-items: start;
}

.contact-map {
  position: relative;
  height: 260px;
  overflow: hidden;
  border: 1px solid #e1e5e9;
  background:
    linear-gradient(112deg, transparent 47%, rgba(212, 154, 58, .22) 48%, rgba(212, 154, 58, .22) 50%, transparent 51%),
    linear-gradient(28deg, transparent 45%, rgba(118, 139, 160, .22) 46%, rgba(118, 139, 160, .22) 49%, transparent 50%),
    linear-gradient(155deg, transparent 51%, rgba(118, 139, 160, .2) 52%, rgba(118, 139, 160, .2) 55%, transparent 56%),
    linear-gradient(90deg, rgba(158, 193, 215, .36), rgba(230, 232, 218, .62));
}

.contact-map::before {
  content: "Yaounde";
  position: absolute;
  left: 38px;
  top: 37px;
  color: #80a8b7;
  font-size: 12px;
}

.contact-map::after {
  content: "Cameroon       Amsterdam";
  position: absolute;
  left: 93px;
  right: 18px;
  top: 101px;
  color: #6d7782;
  font-size: 12px;
  word-spacing: 42px;
}

.map-pin {
  position: absolute;
  left: 42%;
  top: 43%;
  z-index: 2;
  width: 38px;
  height: 38px;
  border-radius: 50% 50% 50% 0;
  background: #04111f;
  transform: translate(-50%, -50%) rotate(-45deg);
}

.map-pin::after {
  content: "";
  position: absolute;
  inset: 11px;
  border: 2px solid var(--gold);
  border-radius: 50%;
}

.map-card {
  position: absolute;
  left: 46%;
  top: 39%;
  z-index: 2;
  min-width: 210px;
  padding: 16px 20px;
  background: white;
  box-shadow: 0 14px 30px rgba(15, 30, 47, .14);
}

.map-card b,
.map-card span {
  display: block;
  color: #071426;
  font-size: 13px;
  line-height: 1.5;
}

.map-card b {
  margin-bottom: 7px;
}

.contact-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 6px;
}

.contact-stats article {
  min-height: 144px;
  padding: 0 18px;
  text-align: center;
  border-right: 1px solid #d9dde2;
}

.contact-stats article:last-child {
  border-right: 0;
}

.stat-line-icon {
  width: 46px;
  height: 46px;
  margin-bottom: 9px;
}

.contact-stats b {
  display: block;
  color: #071426;
  font-family: Georgia, serif;
  font-size: 31px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 8px;
}

.contact-stats span:last-child {
  display: block;
  color: #071426;
  font-size: 12px;
  line-height: 1.35;
}

.email-strip {
  display: grid;
  grid-template-columns: 66px 1fr;
  gap: 22px;
  align-items: center;
  min-height: 98px;
  margin-top: 24px;
  padding: 18px 30px;
  background: #031326;
  color: white;
}

.email-strip .line-icon {
  width: 58px;
  height: 58px;
  padding: 15px;
  border: 1px solid rgba(212, 154, 58, .45);
  border-radius: 50%;
}

.email-strip p {
  margin: 0;
  color: white;
  font-size: 14px;
  line-height: 1.55;
}

.contact-footer .footer-grid {
  grid-template-columns: 1.55fr .75fr 1.1fr 1.1fr 1.25fr;
  gap: 32px;
  padding-top: 35px;
  padding-bottom: 31px;
}

.contact-footer .footer-grid > div:not(:first-child) {
  padding-left: 28px;
}

.contact-footer .footer-logo {
  width: 245px;
}

.contact-footer .footer p,
.contact-footer p,
.contact-footer a {
  font-size: 13px;
}

.contact-footer .socials span {
  border-radius: 50%;
}
