:root {
  --navy: #111a2d;
  --navy-light: #1c2a46;
  --gold: #edb417;
  --gold-deep: #c8920a;
  --cream: #fcfbf7;
  --ink: #253049;
  --muted: #647084;
  --line: rgba(17, 26, 45, 0.12);
  --shadow: 0 20px 50px rgba(17, 26, 45, 0.13);
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  min-width: 320px;
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: "DM Sans", Arial, sans-serif;
  line-height: 1.55;
}

a { color: inherit; }

.site-header {
  position: relative;
  z-index: 1;
  border-bottom: 1px solid rgba(255, 255, 255, 0.13);
  background: var(--navy);
}

.site-header::after {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(circle at 88% -12%, rgba(237, 180, 23, 0.29), transparent 34%);
  content: "";
}

.nav-wrap,
.page-wrap {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
}

.nav-wrap {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 76px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #fff;
  text-decoration: none;
}

.brand-mark {
  display: grid;
  width: 37px;
  height: 37px;
  flex: 0 0 37px;
  place-items: center;
  border-radius: 50%;
  border: 2px solid var(--gold);
  color: var(--gold);
  font-family: "DM Serif Display", Georgia, serif;
  font-size: 1.3rem;
}

.brand-text {
  display: grid;
  line-height: 1.05;
}

.brand-text strong {
  font-family: "DM Serif Display", Georgia, serif;
  font-size: 1.18rem;
  font-weight: 400;
}

.brand-text small {
  margin-top: 3px;
  color: rgba(255, 255, 255, 0.67);
  font-size: 0.67rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.header-links {
  display: flex;
  align-items: center;
  gap: 18px;
}

.header-links a {
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.91rem;
  font-weight: 600;
  text-decoration: none;
}

.header-links a:hover,
.header-links a:focus-visible { color: var(--gold); }

.header-links .call-link {
  padding: 9px 14px;
  border-radius: 999px;
  background: var(--gold);
  color: var(--navy);
  font-weight: 800;
}

.header-links .call-link:hover,
.header-links .call-link:focus-visible { background: #ffcc35; color: var(--navy); }

.hero {
  position: relative;
  overflow: hidden;
  padding: 72px 0 104px;
  background: var(--navy);
  color: #fff;
}

.hero::before,
.hero::after {
  position: absolute;
  border-radius: 50%;
  content: "";
  pointer-events: none;
}

.hero::before {
  width: 520px;
  height: 520px;
  right: -280px;
  bottom: -400px;
  border: 1px solid rgba(237, 180, 23, 0.42);
  box-shadow: 0 0 0 36px rgba(237, 180, 23, 0.07), 0 0 0 90px rgba(237, 180, 23, 0.04);
}

.hero::after {
  width: 160px;
  height: 160px;
  left: -85px;
  top: -72px;
  background: rgba(237, 180, 23, 0.11);
}

.hero-content { position: relative; z-index: 1; max-width: 750px; }

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 14px;
  color: var(--gold);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.eyebrow::before {
  width: 28px;
  height: 2px;
  background: currentColor;
  content: "";
}

h1,
h2,
h3 { font-family: "DM Serif Display", Georgia, serif; font-weight: 400; }

h1 {
  max-width: 760px;
  margin: 0;
  font-size: clamp(2.45rem, 6vw, 4.8rem);
  line-height: 0.99;
  letter-spacing: -0.035em;
}

.hero p {
  max-width: 630px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.77);
  font-size: clamp(1rem, 2vw, 1.15rem);
}

.page-main { position: relative; margin-top: -48px; padding-bottom: 78px; }

.form-panel {
  position: relative;
  overflow: hidden;
  padding: clamp(25px, 5vw, 52px);
  border: 1px solid var(--line);
  border-radius: 22px;
  background: #fff;
  box-shadow: var(--shadow);
}

.form-panel::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: var(--gold);
  content: "";
}

.panel-intro { max-width: 710px; }

.panel-intro h2 {
  margin: 0;
  color: var(--navy);
  font-size: clamp(1.75rem, 3.7vw, 2.55rem);
  letter-spacing: -0.025em;
}

.panel-intro p { margin: 10px 0 0; color: var(--muted); }

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  margin-top: 31px;
}

.form-card {
  display: flex;
  min-height: 274px;
  flex-direction: column;
  padding: clamp(22px, 3vw, 31px);
  border: 1px solid var(--line);
  border-radius: 16px;
  background: linear-gradient(150deg, #fff 0%, #fdfbf4 100%);
  transition: transform 180ms cubic-bezier(0.23, 1, 0.32, 1), box-shadow 180ms cubic-bezier(0.23, 1, 0.32, 1), border-color 180ms cubic-bezier(0.23, 1, 0.32, 1);
}

.form-card:hover {
  transform: translateY(-4px);
  border-color: rgba(237, 180, 23, 0.65);
  box-shadow: 0 16px 36px rgba(17, 26, 45, 0.11);
}

.form-card.staff-card { background: linear-gradient(150deg, #fff 0%, #f6f8fb 100%); }

.card-number {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 12px;
  background: rgba(237, 180, 23, 0.19);
  color: var(--navy);
  font-size: 0.81rem;
  font-weight: 800;
}

.form-card h3 {
  margin: 21px 0 7px;
  color: var(--navy);
  font-size: 1.65rem;
  letter-spacing: -0.02em;
}

.form-card p { margin: 0; color: var(--muted); }

.form-card .supporting-note {
  margin-top: 12px;
  color: var(--navy);
  font-size: 0.9rem;
  font-weight: 700;
}

.form-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 48px;
  margin-top: auto;
  padding: 13px 18px;
  border-radius: 999px;
  background: var(--navy);
  color: #fff;
  font-size: 0.93rem;
  font-weight: 800;
  text-align: center;
  text-decoration: none;
  transition: transform 160ms cubic-bezier(0.23, 1, 0.32, 1), background 160ms cubic-bezier(0.23, 1, 0.32, 1);
}

.form-button::after { content: "↗"; font-size: 1.05rem; }

.form-button:hover,
.form-button:focus-visible { background: var(--navy-light); transform: translateY(-1px); }

.form-button:active { transform: scale(0.97); }

.form-button.gold { background: var(--gold); color: var(--navy); }
.form-button.gold:hover,
.form-button.gold:focus-visible { background: #ffca31; color: var(--navy); }

.help-note {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  max-width: 775px;
  margin: 25px auto 0;
  padding: 17px 19px;
  border: 1px solid rgba(17, 26, 45, 0.09);
  border-radius: 13px;
  background: rgba(17, 26, 45, 0.04);
  color: #4c5870;
  font-size: 0.93rem;
}

.help-note strong { color: var(--navy); }
.help-note .note-icon { color: var(--gold-deep); font-size: 1.12rem; line-height: 1.3; }

.site-footer {
  padding: 24px 0 34px;
  color: rgba(255, 255, 255, 0.66);
  background: var(--navy);
  font-size: 0.84rem;
}

.footer-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.footer-wrap a { color: #fff; font-weight: 700; text-decoration: none; }
.footer-wrap a:hover { color: var(--gold); }

.staff-tag {
  display: inline-flex;
  align-items: center;
  margin-bottom: 15px;
  padding: 6px 10px;
  border: 1px solid rgba(237, 180, 23, 0.48);
  border-radius: 999px;
  color: var(--gold);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

@media (max-width: 720px) {
  .nav-wrap,
  .page-wrap { width: min(100% - 32px, 1120px); }

  .nav-wrap { min-height: 68px; }
  .brand-text strong { font-size: 1.02rem; }
  .header-links > a:not(.call-link) { display: none; }
  .header-links { gap: 0; }
  .header-links .call-link { padding: 8px 11px; font-size: 0.83rem; }

  .hero { padding: 56px 0 83px; }
  .page-main { margin-top: -32px; padding-bottom: 52px; }
  .form-grid { grid-template-columns: 1fr; }
  .form-card { min-height: 245px; }
  .footer-wrap { align-items: flex-start; flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: 0.01ms !important; }
}
