:root {
  --yellow: #fdc817;
  --yellow-2: #ffd84a;
  --navy: #274472;
  --navy-2: #2a327d;
  --navy-deep: #1c3358;
  --red: #cd322c;
  --search: #63b2f5;
  --bg: #f2f4f9;
  --card: #fff;
  --ink: #3e474c;
  --muted: #666a7c;
  --line: #e2e6ef;
  --max: 1140px;
}
* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
body {
  font-family: "Open Sans", "Segoe UI", system-ui, sans-serif;
  color: var(--ink);
  background: var(--bg);
  line-height: 1.55;
}
a { color: inherit; }
img { max-width: 100%; display: block; }
.wrap { width: min(var(--max), calc(100% - 32px)); margin-inline: auto; }
.topbar {
  background: var(--navy);
  color: #e8eef7;
  font-size: 13px;
  padding: 8px 0;
}
.topbar .wrap { display: flex; justify-content: space-between; gap: 12px; flex-wrap: wrap; align-items: center; }
.topbar a { color: #fff; text-decoration: none; }
.topbar .social { display: flex; gap: 10px; }
.masthead {
  background: var(--yellow);
  border-bottom: 3px solid var(--red);
}
.masthead .wrap { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 12px 0; }
.brand { display: flex; align-items: center; gap: 12px; text-decoration: none; color: var(--navy); }
.brand img { height: 64px; width: auto; }
.brand-copy { display: flex; flex-direction: column; line-height: 1.15; }
.brand-copy b { font-size: 1.15rem; letter-spacing: .04em; }
.brand-copy span { font-size: 12px; font-weight: 700; color: var(--red); }
.search {
  display: flex; gap: 0; min-width: min(320px, 100%);
}
.search input {
  border-radius: 4px 0 0 4px; border: 0; padding: 10px 12px; width: 100%;
}
.search button {
  background: var(--navy); color: #fff; border: 0; padding: 0 16px; border-radius: 0 4px 4px 0; cursor: pointer; font: inherit;
}
.nav {
  background: #fff;
  border-bottom: 1px solid var(--line);
  position: sticky; top: 0; z-index: 20;
}
.nav .wrap { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 0; }
.links { display: flex; gap: 0; align-items: center; flex-wrap: wrap; font-size: 14px; font-weight: 700; }
.links a {
  text-decoration: none; color: var(--navy); padding: 14px 16px; display: inline-block;
}
.links a:hover, .links a.active { background: var(--yellow); color: var(--navy); }
.btn {
  display: inline-flex; align-items: center; justify-content: center;
  padding: 10px 18px; border-radius: 3px; text-decoration: none; font-weight: 700;
  border: 0; cursor: pointer; font: inherit; text-transform: uppercase; letter-spacing: .04em; font-size: 13px;
}
.btn-gold { background: var(--yellow); color: #111; }
.btn-navy { background: var(--navy); color: #fff; }
.btn-red { background: var(--red); color: #fff; }
.btn-ghost { background: transparent; color: #fff; border: 1px solid #ffffffaa; }
.btn-line { background: #fff; border: 1px solid var(--line); color: var(--navy); }
.nav-actions { display: flex; gap: 10px; align-items: center; padding-right: 8px; }
.pick { padding: 48px 0 72px; }
.pick-kicker {
  color: var(--navy); font-weight: 800; letter-spacing: .14em; text-transform: uppercase; font-size: 12px; margin: 0 0 8px;
}
.pick h1 { font-size: clamp(2rem, 4vw, 2.8rem); color: #1a1a1a; margin: 0 0 8px; }
.pick-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; margin-top: 36px; align-items: stretch; }
.pick-card {
  background: #fff; border-radius: 18px; padding: 32px 28px 28px;
  box-shadow: 0 18px 50px rgba(39,68,114,.12); border: 1px solid #eef1f6;
  display: flex; flex-direction: column;
}
.pick-ico {
  width: 56px; height: 56px; border-radius: 50%; display: grid; place-items: center; margin-bottom: 14px;
}
.pick-ico--member { background: #fff4c4; color: #8a6a00; }
.pick-ico--aspirant { background: #e4ecf8; color: var(--navy); }
.pick-badge {
  display: inline-block; width: max-content; border-radius: 999px; padding: 5px 12px;
  font-size: 11px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; margin-bottom: 12px;
}
.pick-badge--free { background: #fff4c4; color: #7a5c00; }
.pick-badge--fee { background: #fde8e7; color: var(--red); }
.pick-card h2 { font-size: 1.7rem; margin: 0 0 10px; color: #1a1a1a; }
.pick-card > p { color: var(--muted); margin: 0 0 18px; }
.pick-list { margin: 0 0 24px; padding: 0; list-style: none; flex: 1; }
.pick-list li {
  position: relative; padding: 8px 0 8px 28px; color: #3a4450;
}
.pick-list li::before {
  content: "✓"; position: absolute; left: 0; top: 8px; color: #b8860b; font-weight: 800;
}
.pick-list--navy li::before { color: var(--navy); }
.pick-btn { width: 100%; border-radius: 10px; padding: 14px 18px; text-transform: none; letter-spacing: 0; font-size: 15px; }
.pick-btn--deep { background: var(--navy-deep); }
.pick-foot { text-align: center; margin-top: 28px; color: var(--muted); }
.pick-foot a { color: var(--navy); font-weight: 700; text-decoration: none; }
.hero {
  background:
    linear-gradient(105deg, rgba(39,68,114,.88) 0%, rgba(42,50,125,.55) 48%, rgba(205,50,44,.35) 100%),
    #274472;
  color: #fff; padding: 80px 0 88px;
}
.hero .eyebrow { color: var(--yellow); font-weight: 800; letter-spacing: .14em; text-transform: uppercase; font-size: 12px; }
.hero h1 { font-size: clamp(2rem, 5vw, 3.4rem); line-height: 1.1; margin: 10px 0 16px; max-width: 18ch; }
.hero p { max-width: 58ch; color: #e8eef7; }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 28px; }
.kpis { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin-top: -36px; position: relative; }
.kpi {
  background: #fff; border-radius: 4px; padding: 18px 16px;
  box-shadow: 0 12px 30px #27447222; border-top: 4px solid var(--yellow);
}
.kpi b { display: block; font-size: 1.45rem; color: var(--navy); }
.kpi span { color: var(--muted); font-size: 13px; }
.section { padding: 64px 0; }
.section h2 { font-size: 1.8rem; margin: 0 0 8px; color: var(--navy); }
.lede { color: var(--muted); margin: 0 0 28px; max-width: 70ch; }
.grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.grid-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.card {
  background: var(--card); border: 1px solid var(--line); border-radius: 4px; padding: 22px;
}
.card h3 { margin: 0 0 8px; color: var(--navy); }
.engage { background: var(--navy-deep); color: #fff; }
.engage h3 { color: var(--yellow); }
.engage p, .engage a { color: #fff; }
.num { color: var(--red); font-weight: 800; font-size: 12px; letter-spacing: .08em; text-transform: uppercase; }
.alert { border-radius: 4px; padding: 12px 14px; margin-bottom: 16px; }
.alert-ok { background: #e8f7ee; color: #145c32; }
.alert-err { background: #fdecec; color: #8a1f1f; }
label { display: block; font-size: 13px; font-weight: 700; margin: 12px 0 6px; }
input, select, textarea {
  width: 100%; padding: 11px 12px; border: 1px solid var(--line); border-radius: 4px;
  font: inherit; background: #fff;
}
.page-head { padding: 40px 0 10px; }
.page-head h1 { margin: 6px 0; color: var(--navy); }
footer { background: var(--navy-deep); color: #c9d4e4; padding: 40px 0 24px; margin-top: 40px; }
footer a { color: var(--yellow); text-decoration: none; }
.foot-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 24px; }
.muted { color: var(--muted); }
.list { margin: 0; padding-left: 18px; }
.article { max-width: 72ch; }
.member-card {
  width: 420px; max-width: 100%; border: 3px solid var(--navy); border-radius: 8px; overflow: hidden; background: #fff;
}
.member-card header {
  background: var(--yellow); display: flex; gap: 10px; align-items: center; padding: 10px 12px;
}
.member-card header img { height: 48px; }
.member-card .body { padding: 16px; }
.member-card .no { font-size: 1.2rem; color: var(--red); font-weight: 800; }
@media print {
  body { background: #fff; }
  .topbar, .masthead, .nav, footer, .no-print { display: none !important; }
}
.official {
  max-width: 780px;
  margin: 0 auto;
  background: #fff;
  border: 1px solid #c5c5c5;
  padding: 28px 32px 36px;
  font-family: "Times New Roman", Times, serif;
  color: #111;
}
.official .pp-top { display: flex; justify-content: space-between; font-size: 14px; font-weight: 700; }
.official h1 {
  text-align: center; text-transform: uppercase; font-size: 1.35rem;
  letter-spacing: .04em; margin: 10px 0 18px; color: #111;
}
.official h2 {
  font-size: 1.05rem; margin: 22px 0 10px; border-bottom: 1px solid #111; padding-bottom: 4px; color: #111;
}
.official .intro { font-size: 15px; margin: 0 0 16px; }
.official .line {
  display: grid; grid-template-columns: minmax(160px, 280px) 1fr; gap: 8px 12px;
  align-items: end; margin: 10px 0;
}
.official .line label { margin: 0; font-size: 15px; font-weight: 600; }
.official textarea {
  width: 100%;
  border: 0;
  border-bottom: 1px dotted #333;
  min-height: 8em;
}
.official .choices { display: flex; flex-wrap: wrap; gap: 10px 18px; margin: 8px 0 14px; }
.official .choices label { font-weight: 500; display: flex; gap: 6px; align-items: center; margin: 0; }
.official .choices input { width: auto; }
.official .note { font-size: 13px; font-style: italic; margin-top: 18px; }
.official .banner {
  background: #fff8d6; border: 1px solid var(--yellow); padding: 10px 12px; margin-bottom: 16px;
  font-family: "Open Sans", sans-serif; font-size: 14px;
}
.seat-block { border: 1px solid #ddd; padding: 10px 12px; margin: 8px 0; }
.seat-block label { font-weight: 600; }
@media (max-width: 700px) {
  .official .line { grid-template-columns: 1fr; }
}
.wizard {
  background: #f4f1ea;
  padding: 28px 0 72px;
  min-height: 70vh;
}
.wizard-wrap { max-width: 760px; }
.wizard-back {
  display: inline-block;
  color: var(--navy);
  font-weight: 700;
  text-decoration: none;
  margin-bottom: 22px;
}
.stepper {
  list-style: none;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0;
  padding: 0;
  margin: 0 8px 8px;
}
.stepper > li { flex: 0 0 auto; text-align: center; width: 7.5rem; }
.stepper-line {
  flex: 1 1 auto !important;
  width: auto !important;
  height: 2px;
  background: #d8dbe3;
  margin: 18px 4px 0;
  padding: 0;
}
.stepper-line.is-done { background: var(--navy); }
.stepper-num {
  display: inline-flex;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  background: #eceff4;
  color: #9aa3b2;
  font-weight: 800;
}
.stepper .is-active .stepper-num,
.stepper .is-done .stepper-num {
  background: var(--navy);
  color: #fff;
}
.stepper-label {
  display: block;
  margin-top: 8px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #9aa3b2;
}
.stepper .is-active .stepper-label { color: var(--navy); }
.wizard-card {
  background: #fff;
  border: 1px solid #e4e4e4;
  border-radius: 12px;
  padding: 36px 40px 40px;
  margin-top: 28px;
}
.wizard-card--wide { padding: 32px 36px 40px; }
.wizard-card h1 { margin: 0 0 8px; color: #1a1a1a; font-size: 1.85rem; }
.wizard-lede { color: var(--muted); margin: 0 0 22px; }
.wizard-sub { font-size: 1.05rem; color: var(--navy); margin: 28px 0 12px; }
.field-kicker {
  text-transform: uppercase;
  letter-spacing: .06em;
  font-size: 12px;
  margin: 18px 0 8px;
}
.field-kicker span { color: var(--red); }
.doc-tiles { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.doc-tile {
  display: flex;
  align-items: center;
  gap: 10px;
  border: 1px solid #d9d9d9;
  border-radius: 10px;
  padding: 16px 18px;
  cursor: pointer;
  font-weight: 600;
}
.doc-tile--block { margin: 8px 0; }
.doc-tile input { width: auto; margin: 0; accent-color: var(--red); }
.doc-tile:has(input:checked) {
  border-color: var(--red);
  background: #fff6f5;
}
.wizard-submit { width: 100%; margin-top: 24px; padding: 14px 18px; font-size: 15px; }
.wizard .choices { display: flex; flex-wrap: wrap; gap: 10px 18px; }
.wizard .choices input { width: auto; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.review { margin: 0 0 22px; }
.review > div {
  display: grid;
  grid-template-columns: 160px 1fr;
  gap: 8px;
  padding: 10px 0;
  border-bottom: 1px solid var(--line);
}
.review dt { color: var(--muted); font-weight: 700; font-size: 13px; }
.review dd { margin: 0; font-weight: 600; color: #1a1a1a; }
.wizard .note { font-size: 13px; color: var(--muted); margin-top: 16px; }
.wizard .intro { margin: 18px 0 12px; }
.wizard .banner {
  background: #fff8d6;
  border: 1px solid var(--yellow);
  padding: 10px 12px;
  font-size: 14px;
}
.orpp-actions { display: flex; flex-wrap: wrap; gap: 10px; margin: 16px 0; }
.resign-steps { padding-left: 20px; }
.resign-steps li { margin: 8px 0; }
@media (max-width: 700px) {
  .doc-tiles, .field-row, .review > div { grid-template-columns: 1fr; }
  .stepper-label { font-size: 9px; }
  .wizard-card { padding: 24px 18px 28px; }
}
@media (max-width: 900px) {
  .kpis, .grid-2, .grid-3, .grid-4, .foot-grid, .pick-grid { grid-template-columns: 1fr; }
  .brand-copy { display: none; }
  .search { display: none; }
  .links a { padding: 10px 10px; font-size: 13px; }
  .nav-actions { display: none; }
}
