:root {
  --teal: #062832;
  --teal-deep: #031d25;
  --yellow: #f1c928;
  --yellow-soft: #f8e697;
  --paper: #f7f5ef;
  --white: #ffffff;
  --ink: #112126;
  --muted: #5d6d72;
  --line: #d6d8d4;
  --wrap: min(1160px, calc(100% - 48px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: "Poppins", Arial, Helvetica, sans-serif; font-size: 17px; line-height: 1.68; }
img { display: block; max-width: 100%; }
a { color: inherit; }
.wrap { width: var(--wrap); margin-inline: auto; }
.narrow { max-width: 820px; }
.skip-link { position: fixed; z-index: 20; top: 12px; left: 12px; transform: translateY(-180%); padding: 10px 14px; background: var(--yellow); color: var(--teal-deep); font-weight: 700; }
.skip-link:focus { transform: none; }
.site-header { position: absolute; z-index: 10; inset: 0 0 auto; color: var(--white); }
.header-inner { display: flex; align-items: center; justify-content: space-between; min-height: 84px; border-bottom: 1px solid rgba(255,255,255,.22); }
.brand { display: inline-flex; align-items: center; gap: 10px; color: inherit; font-size: 21px; font-weight: 700; line-height: .92; text-decoration: none; }
.brand img { width: 42px; height: 42px; object-fit: contain; filter: sepia(1) saturate(7) hue-rotate(350deg) brightness(1.12); }
.brand small { display: block; margin-top: 7px; font-size: 8px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.site-nav { display: flex; align-items: center; gap: 27px; font-size: 13px; font-weight: 700; }
.site-nav a:not(.button) { text-underline-offset: 4px; }
.button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; padding: 13px 21px; border: 2px solid var(--yellow); background: var(--yellow); color: var(--teal-deep); font-size: 12px; font-weight: 800; letter-spacing: .05em; text-decoration: none; text-transform: uppercase; }
.button:hover { background: var(--yellow-soft); border-color: var(--yellow-soft); }
.button-small { min-height: 42px; padding: 10px 16px; }
.button-wide { width: 100%; }
.button:focus-visible, .site-nav a:focus-visible, .text-link:focus-visible, summary:focus-visible, .footer-links a:focus-visible { outline: 3px solid var(--yellow); outline-offset: 4px; }
.hero { padding: 145px 0 76px; background: var(--teal); color: var(--white); }
.hero-grid { display: grid; grid-template-columns: .96fr 1.04fr; gap: 78px; align-items: center; }
.hero-copy { max-width: 650px; }
.eyebrow { margin: 0 0 21px; color: var(--yellow); font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.eyebrow.dark { color: #80690d; }
h1, h2, h3 { margin-top: 0; line-height: 1.08; letter-spacing: -.035em; }
h1, h2 { font-weight: 800; }
h3 { font-weight: 700; }
h1 { margin-bottom: 26px; font-size: clamp(48px, 6vw, 84px); }
h2 { margin-bottom: 25px; font-size: clamp(34px, 4.1vw, 57px); }
h3 { margin-bottom: 10px; font-size: 23px; }
.lede { max-width: 620px; margin-bottom: 22px; color: rgba(255,255,255,.88); font-size: clamp(19px, 2vw, 23px); line-height: 1.55; }
.hero-image { margin: 0; }
.hero-image img { width: 100%; height: 590px; object-fit: cover; object-position: center 30%; }
.intro-section { padding: 96px 0; background: var(--paper); }
.intro-section h2 { max-width: 820px; font-size: clamp(31px, 4vw, 51px); }
.answer-section { padding: 95px 0; background: var(--paper); }
.answer-section-muted { background: #eeece5; }
.answer-section-inner { width: min(820px, calc(100% - 48px)); margin-inline: auto; }
.answer-section-inner > p, .answer-section-inner > h2 { max-width: 820px; }
.answer-section p { max-width: 770px; }
.answer-section p + p { margin-top: 18px; }
.answer-section h2 { max-width: 760px; }
.answer-section h3 { letter-spacing: -.02em; }
.section-heading { max-width: 720px; margin-bottom: 46px; }
.section-heading h2 { max-width: 690px; }
.card-section { padding-top: 95px; }
.card-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
.answer-card { min-height: 360px; padding: 30px; border: 1px solid var(--line); background: var(--white); }
.answer-card h2 { font-size: 30px; }
.answer-card p:not(.eyebrow) { color: var(--muted); font-size: 15px; }
.text-link { display: inline-block; margin-top: 12px; color: var(--teal); font-size: 14px; font-weight: 800; text-underline-offset: 5px; }
.checklist, .plain-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.checklist li, .plain-list li { position: relative; padding: 18px 0 18px 34px; border-bottom: 1px solid var(--line); }
.checklist li::before { position: absolute; top: 20px; left: 2px; width: 17px; height: 17px; border: 2px solid #80690d; content: ""; }
.steps { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.steps li { display: grid; grid-template-columns: 42px 1fr; gap: 22px; padding: 28px 0; border-bottom: 1px solid var(--line); }
.step-number { display: flex; width: 34px; height: 34px; align-items: center; justify-content: center; border-radius: 50%; background: var(--yellow); color: var(--teal-deep); font-size: 14px; font-weight: 800; }
.steps p { margin-bottom: 0; color: var(--muted); }
.callout-section { padding-top: 0; background: var(--paper); }
.callout { padding: 43px 46px; border-left: 5px solid var(--yellow); background: #eeece5; }
.callout p { max-width: 720px; }
.class-section { padding-top: 0; }
.class-card { padding: 40px; border-top: 5px solid var(--yellow); background: var(--white); box-shadow: 0 8px 30px rgba(3,29,37,.06); }
.class-card-main h3 { font-size: 36px; }
.class-card-main > p:not(.eyebrow) { max-width: 610px; color: var(--muted); }
.class-facts { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0 30px; margin: 31px 0; border-top: 1px solid var(--line); }
.class-facts div { padding: 16px 0; border-bottom: 1px solid var(--line); }
.class-facts dt, .payment-list .label { margin-bottom: 6px; color: #80690d; font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.class-facts dd { margin: 0; font-size: 15px; font-weight: 600; }
.payment-list { margin: 26px 0; }
.payment-list .label { margin-top: 0; }
.payment-list ul { display: grid; grid-template-columns: repeat(3, 1fr); gap: 9px; margin: 0; padding: 0; list-style: none; }
.payment-list li { padding: 14px; background: #f0eee8; }
.payment-list li span, .payment-list li strong { display: block; }
.payment-list li span { margin-bottom: 3px; color: var(--muted); font-size: 12px; }
.payment-list li strong { font-size: 14px; }
.policy-list { margin: 26px 0; font-size: 14px; }
.fine-print { margin: 17px 0 0; color: var(--muted); font-size: 11px; line-height: 1.5; }
.related { padding: 45px 0 54px; background: #eeece5; }
.related nav ul { display: flex; flex-wrap: wrap; gap: 20px 38px; margin: 0; padding: 0; list-style: none; }
.related nav li { font-size: 14px; }
.site-footer { padding: 46px 0; background: var(--teal); color: var(--white); }
.footer-inner { display: flex; align-items: end; justify-content: space-between; gap: 40px; }
.footer-inner .brand { margin-bottom: 14px; }
.footer-inner p { margin: 0; color: rgba(255,255,255,.58); font-size: 12px; }
.footer-links { display: flex; flex-wrap: wrap; justify-content: end; gap: 10px 24px; font-size: 12px; }
.footer-links a { color: rgba(255,255,255,.82); text-underline-offset: 4px; }

@media (max-width: 900px) {
  :root { --wrap: min(100% - 32px, 680px); }
  .hero { padding-top: 118px; }
  .hero-grid { grid-template-columns: 1fr; gap: 42px; }
  .hero-image { order: -1; }
  .hero-image img { height: 420px; }
  .card-grid { grid-template-columns: 1fr; }
  .answer-card { min-height: 0; }
  .answer-section { padding: 76px 0; }
  .answer-section-inner { width: min(100% - 32px, 680px); }
  .payment-list ul { grid-template-columns: 1fr; }
  .footer-inner { align-items: start; flex-direction: column; }
  .footer-links { justify-content: start; }
}

@media (max-width: 560px) {
  .header-inner { min-height: 72px; }
  .brand span { display: none; }
  .site-nav { gap: 10px; font-size: 0; }
  .site-nav a:not(.button) { display: none; }
  .site-nav .button { font-size: 11px; }
  .hero { padding-top: 96px; }
  .hero-image img { height: 320px; }
  h1 { font-size: clamp(43px, 13vw, 65px); }
  h2 { font-size: 37px; }
  .lede { font-size: 19px; }
  .intro-section { padding: 68px 0; }
  .answer-section { padding: 66px 0; }
  .answer-section-inner { width: min(100% - 32px, 680px); }
  .callout { padding: 30px 24px; }
  .class-card { padding: 25px 20px; }
  .class-card-main h3 { font-size: 30px; }
  .class-facts { grid-template-columns: 1fr; }
  .related nav ul { display: grid; gap: 14px; }
}

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
