:root {
  --navy: #0c2a4a;
  --ink: #16324c;
  --mid: #5a6d7d;
  --line: #dce6ee;
  --ice: #f4f8fb;
  --white: #ffffff;
  --teal: #18b8c3;
  --teal-2: #1294a8;
  --header: 76px;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: var(--header);
}

body {
  font-family: "Poppins", sans-serif;
  background: var(--white);
  color: var(--ink);
  line-height: 1.65;
}

img {
  max-width: 100%;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  font: inherit;
  cursor: pointer;
}

.wrap {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
}

.header {
  position: sticky;
  top: 0;
  z-index: 30;
  height: var(--header);
  overflow: visible;
  background: rgba(255, 255, 255, 0.94);
  border-bottom: 1px solid var(--line);
}

.header-row {
  height: 100%;
  display: flex;
  align-items: center;
  gap: 18px;
}

.brand {
  margin-right: auto;
}

.brand img {
  height: 92px;
  width: auto;
}

.nav {
  display: flex;
  gap: 18px;
}

.nav a {
  font-size: 0.88rem;
  font-weight: 500;
  color: var(--mid);
}

.nav a:hover {
  color: var(--teal-2);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 44px;
  padding: 0 20px;
  border: 0;
  border-radius: 8px;
  background: linear-gradient(135deg, var(--teal-2), var(--teal));
  color: #fff;
  font-weight: 700;
  font-size: 0.88rem;
}

.btn:hover {
  filter: brightness(1.05);
}

.btn-lg {
  height: 50px;
  padding: 0 26px;
  margin-top: 8px;
}

.menu {
  display: none;
  width: 42px;
  height: 42px;
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
}

.menu span {
  width: 16px;
  height: 1.5px;
  background: var(--navy);
}

.hero {
  position: relative;
  min-height: 620px;
  display: flex;
  align-items: center;
  color: #fff;
  overflow: hidden;
}

.hero-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(12, 42, 74, 0.88) 0%, rgba(12, 42, 74, 0.55) 70%, rgba(18, 148, 168, 0.35) 100%);
}

.hero-copy {
  position: relative;
  z-index: 1;
  padding: 80px 0 110px;
  max-width: 680px;
}

.eyebrow {
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--teal);
  margin-bottom: 12px;
}

.eyebrow.light {
  color: #9be7ee;
}

h1,
h2,
h3,
h4 {
  letter-spacing: -0.03em;
}

h1 {
  font-size: clamp(2.2rem, 5vw, 3.6rem);
  line-height: 1.15;
  margin-bottom: 14px;
}

h2 {
  font-size: clamp(1.7rem, 3vw, 2.4rem);
  line-height: 1.25;
  margin-bottom: 14px;
}

h3 {
  font-size: 1.15rem;
  margin-bottom: 8px;
}

.pay,
.pay-line {
  color: var(--teal);
  font-weight: 700;
  margin-bottom: 12px;
}

.hero-note,
.hero-lead,
.text {
  color: var(--mid);
  margin-bottom: 12px;
}

.hero-note,
.hero-lead {
  color: #d5e4ef;
}

.highlights {
  margin-top: -56px;
  position: relative;
  z-index: 2;
  padding-bottom: 24px;
}

.highlight-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.highlight-grid article,
.role-card,
.quote {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 14px;
  box-shadow: 0 12px 30px rgba(12, 42, 74, 0.06);
}

.highlight-grid article {
  padding: 22px;
}

.highlight-grid p,
.role-card p,
.quote p {
  color: var(--mid);
}

.block {
  padding: 88px 0;
}

.tint {
  background: var(--ice);
}

.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
}

.split.reverse {
  direction: rtl;
}

.split.reverse > * {
  direction: ltr;
}

.split-photo {
  border-radius: 16px;
  overflow: hidden;
}

.split-photo img {
  width: 100%;
  height: 420px;
  object-fit: cover;
}

.ticks {
  list-style: none;
  margin: 18px 0 22px;
}

.ticks li {
  padding: 8px 0 8px 22px;
  position: relative;
}

.ticks li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 16px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--teal);
}

.center {
  text-align: center;
  max-width: 680px;
  margin: 0 auto 36px;
}

.role-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.role-card img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.role-card div {
  padding: 22px;
}

.date {
  font-size: 0.75rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--teal-2);
  font-weight: 700;
  margin-bottom: 8px;
}

.role-card ul {
  margin: 12px 0 18px 18px;
  color: var(--mid);
}

.cta {
  position: relative;
  padding: 88px 0 48px;
  color: #fff;
}

.cta-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cta::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(12, 42, 74, 0.82);
}

.cta-copy {
  position: relative;
  z-index: 1;
  max-width: 720px;
}

.cta-copy p,
.cta-copy li {
  color: #d7e6f0;
}

.cta-copy ul {
  margin: 16px 0 20px 18px;
}

.quote-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.quote {
  padding: 28px;
}

.quote img {
  width: 72px;
  height: 72px;
  object-fit: cover;
  border-radius: 50%;
  margin-bottom: 16px;
}

.quote span {
  color: var(--teal-2);
  font-size: 0.85rem;
  font-weight: 600;
}

.footer {
  background: var(--navy);
  color: #c5d5e2;
  padding: 48px 0 20px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 28px;
  margin-bottom: 24px;
}

.footer-logo {
  height: 64px;
  width: auto;
  background: #fff;
  padding: 8px 12px;
  border-radius: 10px;
  margin-bottom: 12px;
}

.footer h4 {
  color: #fff;
  margin: 12px 0 6px;
  font-size: 0.95rem;
}

.footer nav {
  display: grid;
  gap: 8px;
}

.footer a:hover {
  color: var(--teal);
}

.footer-copy {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 14px;
  font-size: 0.8rem;
}

@media (max-width: 980px) {
  .menu {
    display: flex;
  }

  .header .btn {
    display: none;
  }

  .nav {
    display: none;
    position: absolute;
    top: var(--header);
    left: 20px;
    right: 20px;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 12px;
    padding: 12px;
    flex-direction: column;
    gap: 0;
  }

  .nav.is-open {
    display: flex;
  }

  .nav a {
    padding: 10px 8px;
  }

  .highlight-grid,
  .split,
  .split.reverse,
  .role-grid,
  .quote-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .split-photo img,
  .role-card img {
    height: 240px;
  }
}

@media (max-width: 640px) {
  .wrap {
    width: min(1120px, calc(100% - 28px));
  }

  .brand img {
    height: 72px;
  }

  .hero-copy,
  .block,
  .cta {
    padding-top: 56px;
    padding-bottom: 56px;
  }
}
