.eg-page { padding: 150px 0 80px; font: 16px/1.7 Barlow,sans-serif; color: white; }
.eg-page * { box-sizing: border-box; }
.eg-page [hidden] { display: none !important; }
.eg-page a { text-decoration: none; }
.eg-page :is(a,button):focus-visible { outline: 3px solid #e3a23b; outline-offset: 4px; }
.eg-page :is(h1,h2,h3) { font-family: 'Barlow Condensed',sans-serif; font-weight: 500; line-height: 1.08; }
.eg-intro { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-bottom: 48px; }
.eg-intro h1 { font-size: clamp(58px,6vw,88px); margin: 0; }
.eg-intro em { font-style: normal; color: var(--er-accent); }
.eg-intro > p { color: #c3d0df; font-size: 15px; margin-bottom: 4px; }
.eg-shell { background: #f0f4f3; color: #0c2551; scroll-margin-top: 105px; }
.eg-progress { margin: 0; padding: 0; display: grid; grid-template-columns: repeat(4,1fr); list-style: none; border-bottom: 1px solid #cdd8dd; }
.eg-progress li { padding: 24px 28px; font-size: 12px; color: #5c6b78; border-bottom: 3px solid transparent; }
.eg-progress span { margin-left: 14px; }
.eg-progress [aria-current] { border-color: #246e72; color: #0c2551; background: #e4edeb; font-weight: 600; }
.eg-progress .is-complete { color: #246e72; }
.eg-body { padding: 44px 48px 36px; }
.eg-question .er-eyebrow { font-size: 10px; color: #2f7274; }
.eg-question h2 { font-size: clamp(34px,3.5vw,48px); margin-bottom: 14px; }
.eg-question > p:last-child { max-width: 700px; color: #536575; font-size: 14px; margin-bottom: 32px; }
.eg-options { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 14px; }
.eg-options--three { grid-template-columns: repeat(3,minmax(0,1fr)); }
.eg-option { min-height: 118px; padding: 24px; border: 1px solid #bacbd0; display: flex; align-items: start; gap: 18px; text-align: left; background: transparent; color: #0c2551; font: inherit; cursor: pointer; transition: background .15s, border-color .15s; }
.eg-option:hover { border-color: #246e72; background: #e8f0ed; }
.eg-option[aria-pressed="true"] { border-color: #246e72; background: #e0eeea; box-shadow: inset 0 0 0 1px #246e72; }
.eg-option__index { font-size: 11px; padding-top: 3px; color: #3e797b; }
.eg-option strong { display: block; font-size: 17px; font-weight: 500; line-height: 1.4; }
.eg-option small { display: block; font-size: 12px; color: #536575; margin-top: 8px; line-height: 1.6; }
.eg-option__check { margin-left: auto; color: #246e72; visibility: hidden; }
.eg-option[aria-pressed="true"] .eg-option__check { visibility: visible; }
.eg-options--features { grid-template-columns: repeat(3,minmax(0,1fr)); gap: 12px; }
.eg-options--features .eg-option { min-height: 76px; padding: 20px; align-items: center; gap: 12px; }
.eg-options--features .eg-option strong { font-size: 14px; }
.eg-options--features .eg-option__index { font-size: 20px; padding: 0; }
.eg-selection { min-height: 24px; margin: 22px 0 14px; color: #536575; font-size: 12px; }
.eg-controls { display: flex; gap: 24px; justify-content: space-between; border-top: 1px solid #cdd8dd; padding-top: 24px; }
.eg-controls button { font: 14px Barlow,sans-serif; }
.eg-back { border: 0; background: transparent; color: #0c2551; min-height: 50px; }
.eg-controls [data-next] { background: #0c2551; color: white; margin-left: auto; min-width: 180px; }
.eg-controls [data-next]:hover { background: #246e72; }
.eg-controls [data-next]:disabled { opacity: .45; cursor: not-allowed; }
.eg-disclaimer { color: #bdcbd9; font-size: 12px; max-width: 860px; margin: 28px 0 0; }
.eg-disclaimer a { color: #b5edf1; white-space: nowrap; text-decoration: underline; text-underline-offset: 3px; }
.eg-results { padding-top: 8px; scroll-margin-top: 105px; }
.eg-results > h2 { font-size: clamp(42px,4.5vw,64px); margin-bottom: 20px; }
.eg-results__intro { max-width: 760px; font-size: 16px; color: #c3d0df; }
.eg-tags { padding: 0; margin: 24px 0 32px; list-style: none; display: flex; flex-wrap: wrap; gap: 8px; }
.eg-tags li { padding: 6px 12px; font-size: 11px; border: 1px solid #8ab7c34d; color: #cae9ee; }
.eg-result-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 32px; }
.eg-result:only-child { grid-column: 1 / -1; display: grid; grid-template-columns: 1fr 1fr; align-items: center; }
.eg-result:only-child .eg-result__image { align-self: stretch; }
.eg-result:only-child .eg-result__image img { height: 100%; min-height: 360px; }
.eg-result { background: #102d5a; border: 1px solid var(--er-line); min-width: 0; }
.eg-result__image { display: block; position: relative; }
.eg-result__image img { display: block; width: 100%; height: 300px; object-fit: cover; }
.eg-result__image > span { position: absolute; left: 16px; bottom: 16px; padding: 5px 10px; font-size: 10px; background: #081c3ee0; color: white; }
.eg-result__body { padding: 28px; }
.eg-result__body .er-eyebrow { font-size: 10px; margin-bottom: 10px; }
.eg-result h3 { font-size: 40px; margin-bottom: 14px; }
.eg-result__body > p { color: #c3d0df; font-size: 15px; }
.eg-result__facts { padding: 0; margin: 24px 0; list-style: none; }
.eg-result__facts li { display: flex; justify-content: space-between; gap: 18px; border-top: 1px solid var(--er-line); padding-block: 12px; font-size: 13px; }
.eg-result__facts span { color: #c3d0df; }.eg-result__facts strong { font-weight: 500; }
.eg-result .er-actions { align-items: center; gap: 24px; }
.eg-result-controls { display: flex; flex-wrap: wrap; gap: 12px 32px; border-top: 1px solid var(--er-line); margin-top: 36px; padding-top: 24px; }
.eg-result-controls :is(button,a) { color: #b5edf1; background: transparent; border: 0; padding: 0; min-height: 44px; display: inline-flex; align-items: center; font: 14px Barlow,sans-serif; }
.eg-result-controls button:hover,.eg-result-controls a:hover { color: white; text-decoration: underline; }
.eg-soon { padding: 48px; background: repeating-linear-gradient(120deg,transparent 0 90px,#76d6df12 90px 91px),#081c3e; border: 1px solid var(--er-line); }
.eg-soon > span { letter-spacing: 4px; font-size: 12px; color: var(--er-accent); }
.eg-soon h3 { font-size: 76px; margin-block: 8px 20px; }.eg-soon p { color: #c3d0df; }
.eg-fallback { padding: 36px; background: #102d5a; }
@media (max-width: 1000px) {
  .eg-progress li { padding: 20px 16px; }.eg-progress span { margin-left: 8px; }
  .eg-body { padding: 32px; }
  .eg-options--features { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .eg-options--three { grid-template-columns: 1fr; }
}
@media (max-width: 767px) {
  .eg-page { padding-block: 122px 56px; }
  .eg-intro { display: block; margin-bottom: 32px; }.eg-intro h1 { font-size: 58px; }.eg-intro > p { margin-top: 24px; font-size: 14px; }.eg-intro > p br { display: none; }
  .eg-intro .er-eyebrow { font-size: 10px; letter-spacing: 1.3px; }
  .eg-progress li { padding: 14px 8px; text-align: center; font-size: 10px; }.eg-progress span { display: block; margin: 4px 0 0; font-size: 9px; }
  .eg-body { padding: 28px 20px 24px; }.eg-question h2 { font-size: 34px; }
  .eg-options { grid-template-columns: 1fr; gap: 12px; }
  .eg-option { padding: 18px 16px; min-height: 96px; gap: 12px; }.eg-option strong { font-size: 16px; }
  .eg-options--features .eg-option { min-height: 62px; padding: 16px; }
  .eg-controls { gap: 12px; }.eg-controls [data-next] { min-width: 135px; padding-inline: 16px; gap: 20px; }.eg-controls button { font-size: 12px; }
  .eg-result-grid { grid-template-columns: 1fr; }.eg-result__image img { height: 240px; }.eg-result__body { padding: 24px; }
  .eg-result:only-child { display: block; }.eg-result:only-child .eg-result__image img { height: 240px; min-height: 0; }
  .eg-results > h2 { font-size: 44px; }.eg-results__intro { font-size: 14px; }
  .eg-disclaimer { font-size: 11px; }.eg-soon { padding: 32px; }
}
