:root {
  --swfl-navy: #12233f;
  --swfl-teal: #2e7f92;
  --swfl-ink: #46505a;
  --swfl-muted: #69757d;
  --swfl-line: #e4ebef;
  --swfl-line-soft: #edf2f4;
  --swfl-panel: #e7f3f7;
  --swfl-panel-edge: #cbdfe5;
  --swfl-surface: #f7fbfc;
  --swfl-brass: #e08a3c;
  --swfl-white: #fff;
  --swfl-font-display: 'Source Serif 4', Georgia, serif;
  --swfl-font-body: 'Source Sans 3', 'Segoe UI', sans-serif;
  --swfl-font-mono: 'Source Sans 3', 'Segoe UI', sans-serif;
  --swfl-radius: 12px;
  --swfl-radius-sm: 7px;
  --swfl-max: 1304px;
}
.swfl-site-header { position: relative; z-index: 40; background: #fff; border-bottom: 1px solid #e4ebef; font-family: var(--swfl-font-body); }
.swfl-site-header__inner { max-width: 1400px; margin: 0 auto; padding: 16px 40px; display: flex; align-items: center; gap: 22px; }
.swfl-site-header__logo img { display: block; width: auto; height: 58px; }
.swfl-site-header__nav { display: flex; align-items: center; justify-content: center; flex: 1; gap: 18px; }
.swfl-site-header__nav a { color: #12233f; font-size: 14px; font-weight: 600; }
.swfl-site-header__nav a:hover { color: #2e7f92; }
.swfl-site-header__cta { background: #2e7f92; color: #fff !important; padding: 11px 18px; border-radius: 8px; font-size: 14px; font-weight: 700; white-space: nowrap; }
.swfl-site-header__mobile-menu { display: none; margin-left: auto; position: relative; }
.swfl-site-header__mobile-menu summary { list-style: none; cursor: pointer; border: 1px solid #cbdfe5; border-radius: 8px; color: #12233f; font-size: 14px; font-weight: 700; padding: 10px 14px; }
.swfl-site-header__mobile-menu summary::-webkit-details-marker { display: none; }
.swfl-site-header__mobile-menu nav { position: absolute; top: calc(100% + 10px); right: 0; width: min(300px, calc(100vw - 40px)); display: grid; padding: 10px; background: #fff; border: 1px solid #e4ebef; border-radius: 10px; box-shadow: 0 20px 44px rgba(18,35,63,.16); }
.swfl-site-header__mobile-menu nav a { color: #12233f; font-size: 15px; font-weight: 600; padding: 10px 12px; }
.swfl-site-header__mobile-menu nav .swfl-site-header__mobile-cta { margin-top: 5px; border-radius: 7px; background: #2e7f92; color: #fff; text-align: center; }
.swfl-internal-main { min-height: 55vh; }
.swfl-content-shell { width: min(820px, calc(100% - 40px)); margin: 0 auto; padding: 72px 0 84px; }
.swfl-content-shell--wide { width: min(1304px, calc(100% - 40px)); }
.swfl-content-shell h1 { font-size: clamp(40px, 5vw, 62px); margin: 0 0 22px; letter-spacing: -.02em; }
.swfl-content-shell h2 { margin-top: 48px; }
.swfl-content-shell .wp-block-post-content { color: #46505a; font-size: 17px; line-height: 1.72; }
.swfl-site-footer { background: #12233f; color: rgba(255,255,255,.76); font-family: var(--swfl-font-body); padding: 52px 0 28px; }
.swfl-site-footer__inner { width: min(1304px, calc(100% - 40px)); margin: 0 auto; display: grid; grid-template-columns: 320px repeat(3,1fr); gap: 34px; }
.swfl-site-footer img { width: auto; height: 58px; filter: brightness(0) invert(1); }
.swfl-site-footer h2 { color: #7fc6d6; font: 700 12px/1.2 var(--swfl-font-body); letter-spacing: .14em; text-transform: uppercase; margin: 0 0 15px; }
.swfl-site-footer p, .swfl-site-footer a { font-size: 14px; line-height: 1.55; color: rgba(255,255,255,.78); }
.swfl-site-footer__links { display: grid; gap: 9px; }
.swfl-site-footer__legal { width: min(1304px, calc(100% - 40px)); margin: 36px auto 0; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.15); font-size: 13px; }
@media (max-width: 900px) {
  .swfl-site-header__inner { padding-inline: 20px; }
  .swfl-site-header__nav { display: none; }
  .swfl-site-header__cta { margin-left: auto; }
  .swfl-site-header__mobile-menu { display: block; }
  .swfl-site-footer__inner { grid-template-columns: 1fr 1fr; }
  .swfl-site-footer__brand { grid-column: 1/-1; }
}
@media (max-width: 560px) {
  .swfl-site-header__logo img { height: 48px; }
  .swfl-site-header__cta { display: none; }
  .swfl-site-footer__inner { grid-template-columns: 1fr; }
}
