:root {
  --hub-navy: #0b2438;
  --hub-blue: #173d59;
  --hub-red: #9f3944;
  --hub-gold: #d3b56f;
  --hub-cream: #f4f0e8;
  --hub-paper: #fffdf9;
  --hub-ink: #152634;
  --hub-muted: #65717a;
  --hub-line: #d9d2c7;
  --hub-green: #26714c;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body.lbh-hub { margin: 0; color: var(--hub-ink); background: var(--hub-paper); font-family: Arial, Helvetica, sans-serif; }
a { color: inherit; }
.hub-width { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.hub-header { position: relative; z-index: 20; color: #fff; border-bottom: 4px solid var(--hub-red); background: var(--hub-navy); }
.hub-header-inner { display: flex; min-height: 88px; align-items: center; justify-content: space-between; gap: 30px; }
.hub-brand { display: inline-flex; min-width: 0; align-items: center; gap: 14px; color: #fff; text-decoration: none; }
.hub-brand img { flex: 0 0 auto; width: 54px; height: 54px; object-fit: cover; }
.hub-brand span { display: block; min-width: 0; }
.hub-brand strong { display: block; font: 800 1.6rem/1 Georgia, "Times New Roman", serif; letter-spacing: .04em; }
.hub-brand small { display: block; margin-top: 8px; color: rgba(255,255,255,.64); font-size: .65rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.hub-header nav { display: flex; align-items: center; gap: 24px; }
.hub-header nav a { color: rgba(255,255,255,.82); font-size: .78rem; font-weight: 800; letter-spacing: .035em; text-decoration: none; }
.hub-header nav a:hover { color: #fff; }
.hub-nav-cta { padding: 12px 17px; border: 1px solid rgba(255,255,255,.35); }
.hub-overline { margin: 0 0 16px; color: var(--hub-red); font-size: .69rem; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
.hub-hero { overflow: hidden; color: #fff; background: linear-gradient(115deg, #0b2438 0%, #163c58 67%, #9f3944 170%); }
.hub-hero-grid { display: grid; grid-template-columns: minmax(0, 1.55fr) minmax(270px, .65fr); gap: 70px; min-height: 590px; align-items: center; padding-block: 90px; }
.hub-hero .hub-overline { color: var(--hub-gold); }
.hub-hero h1 { max-width: 800px; margin: 0; font: 700 clamp(3.8rem, 8vw, 7.2rem)/.86 Georgia, "Times New Roman", serif; letter-spacing: -.06em; }
.hub-lead { max-width: 720px; margin: 35px 0 0; color: rgba(255,255,255,.76); font: 400 1.2rem/1.65 Georgia, "Times New Roman", serif; }
.hub-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 26px; margin-top: 38px; }
.hub-button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; padding: 14px 22px; color: #fff; border: 0; background: var(--hub-red); font: 800 .76rem/1 Arial, sans-serif; letter-spacing: .05em; text-decoration: none; text-transform: uppercase; cursor: pointer; }
.hub-button:hover { background: #7f2d37; }
.hub-text-link { color: #fff; font-size: .8rem; font-weight: 800; text-decoration: none; }
.hub-hero aside { padding: 34px; border: 1px solid rgba(255,255,255,.2); border-top: 5px solid var(--hub-gold); background: rgba(4,17,28,.32); }
.hub-hero aside span, .hub-hero aside strong { display: block; font-family: Georgia, "Times New Roman", serif; }
.hub-hero aside span { font-size: 1.35rem; }
.hub-hero aside strong { margin-top: 5px; color: var(--hub-gold); font-size: 2rem; }
.hub-hero aside p { margin: 22px 0 0; color: rgba(255,255,255,.7); line-height: 1.55; }
.hub-section { padding-block: 84px; }
.hub-section-heading, .hub-dashboard-head, .hub-panel-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 30px; }
.hub-section-heading h2, .hub-dashboard-head h1, .hub-panel h2 { margin: 0; color: var(--hub-navy); font: 700 clamp(2rem, 4vw, 3.6rem)/1 Georgia, "Times New Roman", serif; letter-spacing: -.035em; }
.hub-section-heading > p { max-width: 410px; margin: 0; color: var(--hub-muted); line-height: 1.55; }
.hub-country-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; margin-top: 42px; }
.hub-country-card { display: grid; grid-template-columns: 145px minmax(0, 1fr); min-height: 290px; border: 1px solid var(--hub-line); background: #fff; box-shadow: 0 18px 46px rgba(11,36,56,.07); }
.hub-country-card > div:last-child { padding: 34px; }
.hub-country-card small, .hub-panel small { color: var(--hub-red); font-size: .67rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.hub-country-card h3 { margin: 12px 0; color: var(--hub-navy); font: 700 2rem/1.03 Georgia, "Times New Roman", serif; }
.hub-country-card p { color: var(--hub-muted); font: 400 1rem/1.55 Georgia, "Times New Roman", serif; }
.hub-country-card a { display: inline-block; margin-top: 13px; color: var(--hub-red); font-size: .75rem; font-weight: 900; text-decoration: none; text-transform: uppercase; }
.hub-country-flag { display: grid; overflow: hidden; min-height: 150px; place-items: center; background: #f4f0e8; }
.hub-country-flag span { font-size: clamp(3.5rem, 7vw, 6.5rem); line-height: 1; filter: drop-shadow(0 8px 12px rgba(15,39,55,.12)); }
.hub-country-card h3 .hub-country-title { margin: 0; color: var(--hub-navy); font: inherit; letter-spacing: inherit; text-decoration: none; text-transform: none; }
.hub-country-card h3 .hub-country-title:hover { color: var(--hub-red); }
.hub-country-card.is-upcoming { background: var(--hub-cream); box-shadow: none; }
.hub-country-number { display: grid; place-items: center; color: var(--hub-gold); background: var(--hub-navy); font: 700 5rem/1 Georgia, serif; }
.hub-membership-band { padding: 64px 0; color: #fff; background: var(--hub-red); }
.hub-membership-band > div { display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.hub-membership-band .hub-overline { color: rgba(255,255,255,.62); }
.hub-membership-band h2 { max-width: 760px; margin: 0; font: 700 clamp(2rem, 4vw, 3.4rem)/1 Georgia, serif; }
.hub-button.is-light { color: var(--hub-navy); background: #fff; }
.hub-auth-shell { display: grid; grid-template-columns: minmax(0, 1fr) minmax(370px, .75fr); gap: 80px; align-items: start; min-height: 700px; padding-block: 75px; }
.hub-auth-intro { padding-top: 35px; }
.hub-auth-intro h1 { max-width: 650px; margin: 0; color: var(--hub-navy); font: 700 clamp(3rem, 6vw, 5.4rem)/.95 Georgia, serif; letter-spacing: -.05em; }
.hub-auth-intro > p:not(.hub-overline) { max-width: 630px; margin-top: 30px; color: var(--hub-muted); font: 400 1.15rem/1.65 Georgia, serif; }
.hub-auth-intro ul { display: grid; gap: 12px; margin: 32px 0 0; padding: 0; list-style: none; }
.hub-auth-intro li::before { content: "✓"; margin-right: 12px; color: var(--hub-green); font-weight: 900; }
.hub-form-card, .hub-panel { padding: 36px; border: 1px solid var(--hub-line); background: #fff; box-shadow: 0 20px 60px rgba(11,36,56,.09); }
.hub-form-card form, .hub-account-form { display: grid; gap: 20px; }
.hub-form-card label, .hub-account-form label { color: var(--hub-navy); font-size: .75rem; font-weight: 800; }
.hub-form-card label small { color: var(--hub-muted); font-weight: 400; }
.hub-form-card input:not([type="checkbox"]), .hub-account-form input:not([type="checkbox"]), .hub-account-form select, .hub-account-form textarea { width: 100%; min-height: 50px; margin-top: 8px; padding: 11px 13px; color: var(--hub-ink); border: 1px solid #bcb5aa; border-radius: 0; background: #fff; font: 400 1rem/1.4 Arial, sans-serif; }
.hub-account-form textarea { min-height: 130px; resize: vertical; }
.hub-form-card input:focus, .hub-account-form input:focus, .hub-account-form select:focus { outline: 3px solid rgba(159,57,68,.16); border-color: var(--hub-red); }
.hub-two-fields { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.hub-check { display: flex !important; align-items: flex-start; gap: 10px; font-weight: 600 !important; line-height: 1.35; }
.hub-check input { flex: 0 0 auto; margin-top: 2px; }
.hub-check span { display: grid; gap: 3px; }.hub-check small { color: var(--hub-muted); font-weight: 400; }
.hub-form-links { display: flex; justify-content: space-between; gap: 20px; margin: 25px 0 0; font-size: .78rem; }.hub-form-links a { color: var(--hub-red); font-weight: 800; }
.hub-register-login { margin: 0; font-size: .82rem; }.hub-register-login a { color: var(--hub-red); font-weight: 800; }
.hub-honeypot { position: absolute !important; left: -10000px !important; opacity: 0 !important; }
.hub-notice { margin-bottom: 24px; padding: 14px 16px; border-left: 4px solid var(--hub-blue); background: #edf3f6; line-height: 1.45; }
.hub-notice.is-success { border-color: var(--hub-green); background: #edf7f1; }.hub-notice.is-error { border-color: var(--hub-red); background: #fbefef; }
.hub-dashboard { min-height: 720px; padding-block: 64px 90px; }
.hub-dashboard-head { align-items: center; margin-bottom: 38px; }
.hub-dashboard-head p:not(.hub-overline) { color: var(--hub-muted); }
.hub-status-pill { display: inline-flex; width: max-content; padding: 7px 12px; color: var(--hub-green); border: 1px solid #9dc4ad; background: #edf7f1; font-size: .66rem; font-weight: 900; letter-spacing: .07em; text-transform: uppercase; }
.hub-status-pill.is-offline { color: var(--hub-red); border-color: #d8a5aa; background: #fbefef; }
.hub-dashboard-grid { display: grid; grid-template-columns: minmax(0, 1.7fr) minmax(290px, .6fr); gap: 24px; align-items: start; }
.hub-panel-wide { min-width: 0; }
.hub-panel-heading { align-items: center; margin-bottom: 28px; padding-bottom: 20px; border-bottom: 1px solid var(--hub-line); }
.hub-panel-heading h2, .hub-panel > h2 { margin-top: 8px; font-size: 2rem; overflow-wrap: anywhere; }
.hub-panel-heading a { color: var(--hub-red); font-size: .72rem; font-weight: 900; text-decoration: none; text-transform: uppercase; }
.hub-preference-box { display: grid; grid-template-columns: minmax(0, 1fr) minmax(260px, .7fr); gap: 24px; padding: 20px; border: 1px solid var(--hub-line); background: var(--hub-cream); }
.hub-benefit-box { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-bottom: 24px; padding: 20px; border: 1px solid var(--hub-line); border-left: 5px solid var(--hub-blue); background: #f4f7f9; }
.hub-benefit-box.is-eligible { border-left-color: var(--hub-green); background: #edf7f1; }
.hub-benefit-box strong { display: block; margin-top: 7px; color: var(--hub-navy); font: 700 1.2rem/1.25 Georgia, serif; }
.hub-benefit-box p { max-width: 680px; margin: 8px 0 0; color: var(--hub-muted); font-size: .86rem; line-height: 1.55; }
.hub-benefit-box > a { flex: 0 0 auto; color: var(--hub-red); font-size: .69rem; font-weight: 900; text-decoration: none; text-transform: uppercase; }
.hub-subscription-box { display: grid; grid-template-columns: minmax(0, 1fr) auto auto; gap: 26px; align-items: center; margin-bottom: 24px; padding: 22px; border: 1px solid var(--hub-line); border-top: 4px solid var(--hub-gold); background: #fffdf9; }
.hub-subscription-box h3, .hub-support-box h3 { margin: 6px 0 5px; color: var(--hub-navy); font: 700 1.45rem/1.15 Georgia, serif; }
.hub-subscription-box p, .hub-support-box p, .hub-fieldset-note { margin: 5px 0 0; color: var(--hub-muted); font-size: .86rem; line-height: 1.55; }
.hub-subscription-price { display: grid; justify-items: end; min-width: 110px; }
.hub-subscription-price del { color: var(--hub-muted); font-size: .82rem; }
.hub-subscription-price strong { color: var(--hub-navy); font: 700 1.7rem/1 Georgia, serif; }
.hub-subscription-price span { margin-top: 5px; color: var(--hub-muted); font-size: .7rem; }
.hub-fieldset-note { margin: 0 0 17px; }
.hub-support-box { margin-top: 28px; padding-top: 28px; border-top: 1px solid var(--hub-line); }
.hub-support-box .hub-account-form { margin-top: 18px; }
.hub-account-email { max-width: 100%; font-size: clamp(1.15rem, 1.7vw, 1.65rem) !important; line-height: 1.15 !important; overflow-wrap: anywhere; word-break: break-word; }
.hub-account-form fieldset { margin: 0; padding: 20px; border: 1px solid var(--hub-line); }.hub-account-form legend { padding: 0 8px; color: var(--hub-navy); font-size: .75rem; font-weight: 900; }
.hub-check-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.hub-panel dl { display: grid; gap: 0; margin: 28px 0; }.hub-panel dl div { display: grid; gap: 5px; padding: 14px 0; border-top: 1px solid var(--hub-line); }.hub-panel dt { color: var(--hub-muted); font-size: .68rem; font-weight: 800; text-transform: uppercase; }.hub-panel dd { margin: 0; font: 400 1rem/1.4 Georgia, serif; }
.hub-secondary-button { display: block; margin-top: 10px; padding: 13px 16px; color: var(--hub-navy); border: 1px solid var(--hub-navy); font-size: .7rem; font-weight: 900; text-align: center; text-decoration: none; text-transform: uppercase; }
.hub-metric-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 18px; margin-bottom: 24px; }.hub-metric-grid article { padding: 24px; color: #fff; border-top: 4px solid var(--hub-gold); background: var(--hub-navy); }.hub-metric-grid span, .hub-metric-grid small { display: block; color: rgba(255,255,255,.62); }.hub-metric-grid span { font-size: .66rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }.hub-metric-grid strong { display: block; margin: 10px 0; font: 700 2rem/1 Georgia, serif; }
.hub-admin-dashboard .hub-panel { margin-top: 24px; }
.hub-portal-table > div, .hub-member-table > div { display: grid; grid-template-columns: minmax(230px, 1.4fr) .6fr .6fr .5fr .4fr; gap: 16px; align-items: center; padding: 14px 10px; border-bottom: 1px solid var(--hub-line); font-size: .82rem; }.hub-portal-table .is-head, .hub-member-table .is-head { color: var(--hub-muted); background: var(--hub-cream); font-size: .64rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }.hub-portal-table span small { display: block; margin-top: 4px; color: var(--hub-muted); font-weight: 400; text-transform: none; }.hub-portal-table a { color: var(--hub-red); font-weight: 800; text-decoration: none; }
.hub-member-table > div { grid-template-columns: 1fr 1.25fr .6fr .75fr .65fr .55fr; }
.hub-empty { display: grid; min-height: 600px; place-content: center; justify-items: start; }.hub-empty h1 { max-width: 760px; font: 700 3.5rem/1 Georgia, serif; }
.hub-logout-confirm > p:not(.hub-overline) { max-width: 650px; margin: 0 0 28px; color: var(--hub-muted); font: 400 1.1rem/1.6 Georgia, serif; }
.hub-legal { min-height: 700px; padding-block: 72px 96px; }
.hub-legal > h1 { max-width: 800px; margin: 0 0 48px; color: var(--hub-navy); font: 700 clamp(3rem, 6vw, 5rem)/.95 Georgia, serif; letter-spacing: -.045em; }
.hub-legal section { max-width: 820px; padding: 24px 0; border-top: 1px solid var(--hub-line); }
.hub-legal h2 { margin: 0 0 12px; color: var(--hub-navy); font: 700 1.45rem/1.15 Georgia, serif; }
.hub-legal p { margin: 0; color: #43525d; font: 400 1rem/1.7 Georgia, serif; }
.hub-legal a { color: var(--hub-red); }
.hub-footer { color: rgba(255,255,255,.72); background: #071925; }.hub-footer-inner { display: flex; justify-content: space-between; gap: 40px; padding-block: 46px; }.hub-footer strong { color: #fff; font: 700 1.25rem/1 Georgia, serif; }.hub-footer p { margin: 10px 0 0; }.hub-footer nav { display: flex; gap: 24px; }.hub-footer a { color: #fff; font-size: .72rem; font-weight: 800; text-decoration: none; }.hub-copyright { padding-block: 18px; border-top: 1px solid rgba(255,255,255,.1); font-size: .68rem; }

@media (max-width: 900px) {
  .hub-hero-grid, .hub-auth-shell, .hub-dashboard-grid { grid-template-columns: 1fr; }
  .hub-hero-grid { min-height: 0; gap: 45px; padding-block: 68px; }
  .hub-country-grid { grid-template-columns: 1fr; }
  .hub-metric-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .hub-portal-table, .hub-member-table { overflow-x: auto; }
  .hub-portal-table > div, .hub-member-table > div { min-width: 820px; }
}

@media (max-width: 640px) {
  .hub-width { width: min(100% - 24px, 1180px); }
  .hub-header-inner { min-height: 76px; }
  .hub-brand { gap: 9px; }
  .hub-brand img { width: 42px; height: 42px; }
  .hub-brand strong { font-size: 1.2rem; }
  .hub-brand small { display: none; }
  .hub-header nav { gap: 12px; }.hub-header nav > a:first-child { display: none; }.hub-header nav a { font-size: .65rem; }.hub-nav-cta { padding: 10px; }
  .hub-hero h1 { font-size: clamp(3rem, 16vw, 4.6rem); }
  .hub-country-card { grid-template-columns: 88px minmax(0, 1fr); }.hub-country-card > div:last-child { padding: 25px 20px; }.hub-country-card h3 { font-size: 1.55rem; }
  .hub-membership-band > div, .hub-dashboard-head, .hub-section-heading, .hub-panel-heading, .hub-benefit-box, .hub-footer-inner { align-items: flex-start; flex-direction: column; }
  .hub-auth-shell { gap: 35px; padding-block: 45px; }.hub-auth-intro { padding-top: 0; }.hub-auth-intro h1 { font-size: 3rem; }.hub-form-card, .hub-panel { padding: 24px 19px; }
  .hub-two-fields, .hub-preference-box, .hub-check-grid, .hub-metric-grid, .hub-subscription-box { grid-template-columns: 1fr; }
  .hub-subscription-price { justify-items: start; }
}
