:root {
  --navy: #175984;
  --navy-dark: #0E3A56;
  --orange: #FD9902;
  --orange-dark: #E8870A;
  --cream: #FBF8F3;
  --pale-blue: #EAF2F7;
  --white: #FFFFFF;
  --text: #1A2430;
  --text-light: #4A5663;
  --border: #E7E0D4;
}

*, *::before, *::after { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  overflow-x: hidden;
  color: var(--text);
  background: var(--cream);
  font-family: "DM Sans", system-ui, sans-serif;
  font-size: 18px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { color: var(--navy-dark); font-family: "Poppins", sans-serif; }
a { color: inherit; }

:focus-visible {
  outline: 3px solid var(--orange);
  outline-offset: 4px;
  border-radius: 4px;
}

.container { width: min(100% - 48px, 1180px); margin-inline: auto; }
.visually-hidden { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }

.site-header { border-bottom: 1px solid var(--border); background: var(--white); }
.site-header__inner { display: flex; align-items: center; gap: 24px; min-height: 84px; }
.brand { display: inline-flex; flex: none; align-items: center; }
.brand img { display: block; width: 188px; height: auto; }
.site-nav { display: flex; flex: 1; justify-content: center; gap: 20px; }
.site-nav a { color: var(--text-light); font-size: 13px; font-weight: 700; text-decoration: none; }
.site-nav a:hover, .site-nav a[aria-current="page"] { color: var(--navy); }
.header-action { flex: none; padding: 9px 14px; border: 2px solid var(--navy); border-radius: 7px; color: var(--navy); font-size: 13px; font-weight: 700; text-decoration: none; }
.header-action:hover { color: var(--white); background: var(--navy); }

.hero { padding: 100px 0 86px; border-bottom: 1px solid var(--border); background: linear-gradient(110deg, var(--white) 0%, var(--white) 62%, var(--pale-blue) 100%); }
.eyebrow { margin-bottom: 14px; color: var(--orange-dark); font-family: "Poppins", sans-serif; font-size: 13px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.hero h1 { max-width: 880px; margin-bottom: 20px; font-size: clamp(42px, 6vw, 68px); line-height: 1.06; letter-spacing: -.035em; }
.hero__lead { max-width: 730px; margin-bottom: 0; color: var(--text-light); font-size: 20px; }

.choice-section { padding: 0; background: var(--white); }
.choice-grid { display: grid; grid-template-columns: repeat(2, 1fr); }
.choice { display: grid; grid-template-columns: 48px 1fr; gap: 22px; min-height: 430px; padding: 66px 54px 64px 0; }
.choice + .choice { padding-right: 0; padding-left: 54px; border-left: 1px solid var(--border); }
.choice__number { padding-top: 6px; color: var(--orange-dark); font-family: "Poppins", sans-serif; font-size: 13px; font-weight: 700; }
.choice__label { margin-bottom: 13px; color: var(--navy); font-size: 13px; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; }
.choice h3 { max-width: 470px; margin-bottom: 16px; font-size: 30px; line-height: 1.15; }
.choice__body > p:not(.choice__label) { max-width: 470px; color: var(--text-light); }
.choice__actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }

.button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 11px 18px; border: 2px solid transparent; border-radius: 8px; font-size: 15px; font-weight: 700; text-decoration: none; transition: transform .15s ease, color .15s ease, background-color .15s ease; }
.button:hover { transform: translateY(-2px); }
.button--primary { border-color: var(--navy); color: var(--white); background: var(--navy); }
.button--primary:hover { border-color: var(--navy-dark); background: var(--navy-dark); }
.button--outline { border-color: var(--navy); color: var(--navy); background: transparent; }
.button--outline:hover { color: var(--white); background: var(--navy); }

.orientation { padding: 82px 0 76px; color: var(--white); background: var(--navy-dark); }
.eyebrow--light { color: var(--orange); }
.orientation__heading { max-width: 780px; }
.orientation h2, .orientation h3 { color: var(--white); }
.orientation h2 { margin-bottom: 14px; font-size: 36px; line-height: 1.15; }
.orientation__heading > p:last-child { color: #C9D9E3; }
.orientation__steps { display: grid; grid-template-columns: repeat(3, 1fr); margin: 46px 0 0; padding: 0; border-top: 1px solid rgba(255,255,255,.25); border-bottom: 1px solid rgba(255,255,255,.25); list-style: none; }
.orientation__steps li { padding: 32px 36px 34px 0; }
.orientation__steps li + li { padding-left: 36px; border-left: 1px solid rgba(255,255,255,.25); }
.step-number { display: block; margin-bottom: 26px; color: var(--orange); font-family: "Poppins", sans-serif; font-size: 13px; font-weight: 700; }
.orientation__steps h3 { margin-bottom: 9px; font-size: 23px; }
.orientation__steps p { margin-bottom: 0; color: #D7E2E9; font-size: 16px; }

.site-footer { padding: 54px 0 28px; color: #D7E2E9; background: #092D43; }
.site-footer__grid { display: grid; grid-template-columns: 1.5fr .8fr 1fr; gap: 60px; align-items: start; }
.site-footer__brand img { display: block; width: 190px; height: auto; margin-bottom: 18px; }
.site-footer p { margin-bottom: 8px; font-size: 14px; }
.footer-heading { color: var(--white); font-family: "Poppins", sans-serif; font-weight: 700; }
.site-footer a { color: var(--white); font-size: 14px; text-underline-offset: 4px; }
.footer-links { display: grid; gap: 7px; }
.site-footer__legal { display: flex; justify-content: space-between; gap: 28px; margin-top: 38px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.16); color: #AFC3D0; }
.site-footer__legal p:last-child { text-align: right; }

@media (max-width: 980px) {
  .site-header__inner { flex-wrap: wrap; padding: 14px 0; }
  .site-nav { order: 3; flex-basis: 100%; justify-content: flex-start; overflow-x: auto; white-space: nowrap; }
  .header-action { margin-left: auto; }
  .choice { grid-template-columns: 38px 1fr; padding-right: 30px; }
  .choice + .choice { padding-left: 30px; }
}

@media (max-width: 760px) {
  body { font-size: 17px; }
  .container { width: min(100% - 36px, 1180px); }
  .brand img { width: 156px; }
  .hero { padding: 66px 0 58px; background: var(--white); }
  .hero h1 { font-size: clamp(38px, 12vw, 54px); }
  .hero__lead { font-size: 18px; }
  .choice-grid { grid-template-columns: 1fr; }
  .choice, .choice + .choice { min-height: 0; padding: 48px 0; border-left: 0; }
  .choice + .choice { border-top: 1px solid var(--border); }
  .orientation { padding: 60px 0; }
  .orientation h2 { font-size: 30px; }
  .orientation__steps { grid-template-columns: 1fr; }
  .orientation__steps li, .orientation__steps li + li { padding: 26px 0; border-left: 0; }
  .orientation__steps li + li { border-top: 1px solid rgba(255,255,255,.25); }
  .step-number { margin-bottom: 12px; }
  .site-footer__grid { grid-template-columns: 1fr; gap: 28px; }
  .site-footer__legal { flex-direction: column; gap: 8px; }
  .site-footer__legal p:last-child { text-align: left; }
}
