:root {
  /* brand-palette.json — paleta oficial */
  --bh-yellow: #fbb03b;
  --bh-yellow-dark: #e0a536;
  --bh-yellow-edge: #f9a12a;
  --bh-navy: #1a365d;
  --bh-slate: #2d3748;
  --bh-ink: #333333;
  --bh-nav: #777777;
  --bh-heading: #333333;
  --bh-title: #1882ff;
  --bh-success: #28a745;
  --bh-page: #f3f4f6;
  --bh-muted: #777777;
  --bh-border: #dddddd;
  --bh-font-ui: Arial, Helvetica, sans-serif;
  --bh-font-body: Roboto, Arial, Helvetica, sans-serif;
  --bh-shell-gutter: 8px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--bh-ink);
  font-family: var(--bh-font-body);
  background: var(--bh-page);
  line-height: 1.55;
}

img {
  max-width: 100%;
  display: block;
}

a {
  color: inherit;
}

.site-header {
  width: auto;
  max-width: none;
  box-sizing: border-box;
  margin: var(--bh-shell-gutter) var(--bh-shell-gutter) var(--bh-shell-gutter);
  background: var(--bh-yellow);
  color: var(--bh-ink);
  font-family: var(--bh-font-ui);
  position: relative;
  z-index: 20;
}

.header-inner {
  max-width: none;
  width: 100%;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 16px;
  min-height: 50px;
  gap: 12px;
  box-sizing: border-box;
}

.brand {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  flex-shrink: 0;
}

.brand img,
.brand-logo {
  height: 50px;
  width: auto;
}

.nav-toggle {
  display: none;
  background: transparent;
  border: 0;
  cursor: pointer;
  padding: 8px;
  margin-left: auto;
}

.nav-toggle span {
  display: block;
  width: 26px;
  height: 2px;
  background: var(--bh-nav);
  margin: 6px 0;
}

.nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0;
  flex: 1;
  flex-wrap: wrap;
}

.nav > a,
.nav-link-btn {
  color: var(--bh-nav);
  text-decoration: none;
  padding: 10px 10px;
  font-weight: 700;
  font-size: 16px;
  background: transparent;
  border: 0;
  cursor: pointer;
  font-family: var(--bh-font-ui);
  white-space: nowrap;
}

.nav > a:hover,
.nav-link-btn:hover,
.nav-item.is-open > .nav-link-btn {
  background: rgba(0, 0, 0, 0.08);
}

.nav-item {
  position: relative;
}

.nav-link-btn {
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.nav-caret {
  font-size: 0.75rem;
  opacity: 0.75;
}

.nav-dropdown {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 220px;
  background: #fff;
  border: 1px solid var(--bh-border);
  z-index: 30;
  padding: 6px 0;
}

.nav-item.is-open > .nav-dropdown {
  display: flex;
  flex-direction: column;
}

.nav-dropdown a,
.nav-dropdown button {
  display: block;
  width: 100%;
  text-align: left;
  padding: 10px 14px;
  color: var(--bh-nav);
  text-decoration: none;
  font-weight: 700;
  font-size: 0.95rem;
  background: transparent;
  border: 0;
  cursor: pointer;
  font-family: var(--bh-font-ui);
}

.nav-dropdown a:hover,
.nav-dropdown button:hover,
.nav-dropdown button.is-active {
  background: rgba(251, 176, 59, 0.25);
}

.nav a.is-pending,
.nav-dropdown a.is-pending,
.footer-col a.is-pending,
.footer-social a.is-pending {
  opacity: 0.55;
  cursor: not-allowed;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.hero {
  position: relative;
  overflow: hidden;
  min-height: 280px;
  color: #fff;
  text-align: center;
  padding: 72px 20px 64px;
  background: linear-gradient(135deg, #1a365d 0%, #2d3748 100%);
  border-radius: 0 0 32px 32px;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.09);
  margin: 0 var(--bh-shell-gutter);
  box-sizing: border-box;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.35);
}

.hero-copy {
  position: relative;
  z-index: 1;
  max-width: 720px;
  margin: 0 auto;
}

.hero-kicker {
  margin: 0 0 14px;
  color: var(--bh-yellow);
  font-size: clamp(1.05rem, 3.2vw, 1.35rem);
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  line-height: 1.35;
  text-shadow: none;
}

.hero h1.hero-brand,
.hero-brand {
  margin: 0 0 12px;
  color: var(--bh-yellow);
  font-size: clamp(2.2rem, 5vw, 3.1rem);
  font-weight: 800;
  letter-spacing: 1px;
  text-shadow: none;
}

.hero-brand {
  display: flex;
  justify-content: center;
  align-items: center;
}

.hero-brand-logo {
  width: clamp(220px, 42vw, 340px);
  height: auto;
  display: block;
  filter: drop-shadow(0 2px 10px rgba(0, 0, 0, 0.35));
}

.hero p {
  margin: 0 0 22px;
  color: rgba(255, 255, 255, 0.95);
  font-size: 1.15rem;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 10px 22px;
  border-radius: 20px;
  border: 0;
  text-decoration: none;
  font-weight: 700;
  font-size: 0.98rem;
  line-height: 1.2;
  cursor: pointer;
  font-family: Arial, Helvetica, sans-serif;
}

.btn-primary {
  background: #fbb03b;
  color: #222;
}

.btn-primary:hover {
  background: #e19a2e;
  color: #222;
}

.btn-ghost {
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.35);
}

.cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}

.section {
  padding: 48px 20px 20px;
  max-width: 1100px;
  margin: 0 auto;
}

.section h2 {
  margin: 0 0 10px;
  color: var(--bh-heading);
  font-size: 24px;
  font-weight: 700;
  font-family: var(--bh-font-body);
  text-align: center;
}

.section .lead {
  margin: 0 auto 18px;
  max-width: 40rem;
  text-align: center;
  color: var(--bh-muted);
  font-size: 1.02rem;
  line-height: 1.55;
}

.about-more-actions {
  display: flex;
  justify-content: center;
  margin: 0 0 8px;
}

[hidden] {
  display: none !important;
}

.conocenos-extra[hidden] {
  display: none !important;
}

.conocenos-extra {
  margin-top: 18px;
}

.service-block h2 {
  font-size: clamp(1.35rem, 3vw, 1.85rem);
  max-width: 40rem;
  margin-left: auto;
  margin-right: auto;
  color: var(--bh-title);
}

.service-icon {
  display: flex;
  justify-content: center;
  margin: 0 auto 14px;
  width: 56px;
  height: 56px;
  color: var(--bh-title);
}

.service-icon img,
.service-icon svg {
  width: 56px;
  height: 56px;
  display: block;
}

.service-block .cta-row {
  margin-top: 8px;
}

.seguro-card {
  margin-top: 28px;
  text-align: left;
}

.seguro-form-title {
  margin: 0 0 14px;
  font-size: 1.2rem;
  font-weight: 800;
  color: #111;
  text-align: center;
}

.eventos-intro-cta {
  margin: 8px 0 18px;
}

.eventos-extra[hidden] {
  display: none !important;
}

.eventos-extra {
  margin-top: 8px;
}

.btn.is-pending {
  opacity: 0.55;
  cursor: not-allowed;
}

.field-input[rows],
textarea.field-input {
  resize: vertical;
  min-height: 88px;
}

.seguro-card {
  margin-top: 28px;
  text-align: left;
}

.seguro-form-title {
  margin: 0 0 14px;
  font-size: 1.2rem;
  font-weight: 800;
  color: #111;
  text-align: left;
}

.field-hint {
  margin: 6px 0 0;
  font-size: 0.82rem;
  color: var(--bh-muted);
}

.about-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: 1.2fr 1fr;
}

.panel {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  padding: 22px 20px;
}

.panel h3 {
  margin: 0 0 8px;
  font-size: 1.2rem;
  color: var(--bh-navy);
}

.panel p {
  margin: 0;
  color: var(--bh-muted);
}

.panel-accent {
  background: linear-gradient(160deg, #1a365d, #2d3748);
  color: #fff;
  box-shadow: 0 4px 20px rgba(26, 54, 93, 0.18);
}

.panel-accent h3 {
  color: var(--bh-yellow);
}

.panel-accent p {
  color: rgba(255, 255, 255, 0.88);
}

.sites-links {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.site-link {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 22px 20px;
  text-decoration: none;
  color: #fff;
  border-radius: 16px;
  background: linear-gradient(155deg, #1a365d, #2d3748);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.site-link:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.14);
}

.site-link-kicker {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--bh-yellow);
}

.site-link strong {
  font-size: 1.45rem;
  font-weight: 800;
}

.site-link span:last-child {
  color: rgba(255, 255, 255, 0.85);
  font-size: 0.95rem;
}

.promo-banner,
.sponsor-banner {
  position: relative;
  display: block;
  margin: 8px auto 12px;
  max-width: 1100px;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.12);
  background: var(--bh-navy);
  line-height: 1.4;
  font-family: var(--bh-font-body);
}

.sponsor-banner-image {
  background: transparent;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.14);
}

.sponsor-banner-link {
  display: block;
  line-height: 0;
  text-decoration: none;
}

.sponsor-banner-link img {
  width: 100%;
  height: auto;
  object-fit: contain;
  display: block;
}

.sponsor-slot-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 1100px;
  margin: 0 auto;
}

.sponsor-banner-main {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(200px, 280px);
  align-items: stretch;
  min-height: 0;
  background: #fff;
  position: relative;
}

.sponsor-banner-main::before {
  content: none;
}

.sponsor-banner-copy {
  position: relative;
  z-index: 1;
  padding: 28px 26px 26px;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
  background:
    linear-gradient(135deg, #12263f 0%, var(--bh-navy) 55%, #243b5c 100%);
}

.sponsor-banner-copy::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(45deg, rgba(255, 255, 255, 0.035) 25%, transparent 25%),
    linear-gradient(-45deg, rgba(255, 255, 255, 0.035) 25%, transparent 25%),
    linear-gradient(45deg, transparent 75%, rgba(255, 255, 255, 0.035) 75%),
    linear-gradient(-45deg, transparent 75%, rgba(255, 255, 255, 0.035) 75%);
  background-size: 24px 24px;
  background-position: 0 0, 0 12px, 12px -12px, -12px 0;
  opacity: 0.7;
  pointer-events: none;
}

.sponsor-kicker {
  position: relative;
  margin: 0;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--bh-yellow);
  font-family: var(--bh-font-ui);
}

.sponsor-banner-copy h3 {
  position: relative;
  margin: 0;
  font-size: clamp(1.45rem, 2.6vw, 1.95rem);
  font-weight: 700;
  line-height: 1.15;
  color: #fff;
  font-family: var(--bh-font-body);
}

.sponsor-tagline {
  position: relative;
  margin: 0;
}

.sponsor-tagline span {
  display: inline-block;
  padding: 7px 12px;
  border-radius: 8px;
  background: #0d1b2e;
  color: #fff;
  font-size: clamp(0.95rem, 1.6vw, 1.15rem);
  font-weight: 700;
  font-family: var(--bh-font-body);
}

.sponsor-tagline strong {
  color: var(--bh-yellow);
  font-weight: 800;
}

.sponsor-desc {
  position: relative;
  margin: 2px 0 0;
  max-width: 36rem;
  color: rgba(255, 255, 255, 0.92);
  font-size: 0.95rem;
  line-height: 1.5;
}

.sponsor-banner-photo {
  position: relative;
  z-index: 1;
  background: #fff;
  display: block;
  overflow: hidden;
  min-height: 0;
  height: 100%;
  clip-path: none;
  border-left: 1px solid rgba(0, 0, 0, 0.06);
  border-right: 0;
  padding: 12px 14px;
  box-sizing: border-box;
}

.sponsor-banner-photo img {
  position: absolute;
  inset: 12px 14px;
  width: calc(100% - 28px);
  height: calc(100% - 24px);
  max-width: none;
  max-height: none;
  object-fit: contain;
  object-position: center center;
  display: block;
}

.promo-banner-media {
  display: block;
  line-height: 0;
}

.promo-banner-img {
  width: 100%;
  height: auto;
  max-width: 100%;
  display: block;
  object-fit: contain;
}

.promo-banner-meta,
.sponsor-banner-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px 16px;
  padding: 14px 16px;
  background: #0d1b2e;
}

.promo-doctor {
  position: static;
  right: auto;
  bottom: auto;
  z-index: auto;
  padding: 0;
  border-radius: 0;
  background: transparent;
  color: #fff;
  box-shadow: none;
  max-width: none;
  text-align: left;
  line-height: 1.25;
}

.promo-doctor strong {
  display: block;
  font-size: 1.05rem;
  font-weight: 800;
  color: var(--bh-yellow);
  font-family: var(--bh-font-ui);
}

.promo-doctor span {
  display: block;
  margin-top: 2px;
  font-size: 0.92rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.92);
}

.promo-banner-cta {
  position: static;
  left: auto;
  top: auto;
  transform: none;
  z-index: auto;
  padding: 11px 18px;
  font-size: 0.95rem;
  box-shadow: none;
  white-space: nowrap;
  flex-shrink: 0;
}

.widget-iframe-slot {
  margin-top: 8px;
  min-height: 220px;
  border: 1px dashed var(--bh-border);
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 28px 20px;
  text-align: center;
}

.widget-iframe-note {
  margin: 0;
  max-width: 36rem;
  color: var(--bh-muted);
  font-size: 0.98rem;
}

.contacto-card {
  max-width: 720px;
  margin: 0 auto;
}

@media (max-width: 820px) {
  .sponsor-banner-main {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .sponsor-banner-photo {
    clip-path: none;
    min-height: 280px;
    height: 280px;
    order: -1;
    border-left: 0;
    border-right: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    padding: 12px 14px;
    position: relative;
  }

  .sponsor-banner-photo img {
    position: absolute;
    inset: 12px 14px;
    width: calc(100% - 28px);
    height: calc(100% - 24px);
    max-width: none;
    max-height: none;
    object-fit: contain;
    object-position: center center;
  }

  .sponsor-banner-copy {
    padding: 22px 18px 24px;
  }

  .promo-banner-meta,
  .sponsor-banner-meta {
    flex-direction: column;
    align-items: stretch;
    text-align: center;
  }

  .promo-doctor {
    text-align: center;
  }

  .promo-banner-cta {
    width: 100%;
    white-space: normal;
  }
}

@media (max-width: 520px) {
  .promo-banner-cta {
    font-size: 0.9rem;
  }
}

.site-footer {
  margin: 36px var(--bh-shell-gutter) var(--bh-shell-gutter);
  padding: 24px 20px;
  background: var(--bh-yellow);
  color: #000;
  font-size: 16px;
  font-family: var(--bh-font-body);
  box-sizing: border-box;
}

.site-footer-v2 {
  display: flex;
  flex-direction: column;
  gap: 28px;
  max-width: none;
  padding: 28px 20px 24px;
}

.footer-top-brand {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: flex-start;
}

.footer-logotipo {
  height: 48px;
  width: auto;
}

.site-footer strong {
  color: #000;
}

.site-footer-copy {
  text-align: center;
  font-size: 0.85rem;
  color: rgba(0, 0, 0, 0.75);
}

.newsletter {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px 16px;
  justify-content: space-between;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

.newsletter-title {
  margin: 0;
  color: #000;
  font-weight: 700;
  font-size: 1.05rem;
}

.newsletter-row {
  display: flex;
  flex-wrap: nowrap;
  gap: 8px;
  flex: 1;
  min-width: 260px;
  max-width: 520px;
  justify-content: flex-end;
}

.newsletter-row input {
  flex: 1;
  min-width: 0;
  padding: 10px 12px;
  border: 1px solid var(--bh-border);
  background: #fff;
  color: #000;
  border-radius: 5px;
  font: inherit;
}

.newsletter-row input::placeholder {
  color: rgba(0, 0, 0, 0.45);
}

.btn-newsletter {
  background: #fff !important;
  color: #000 !important;
  border-radius: 5px !important;
  padding: 10px 20px !important;
  font-size: 13px !important;
  font-family: var(--bh-font-ui) !important;
}

.btn-newsletter:hover {
  background: #f7f7f7 !important;
}

.footer-grid {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px 20px;
}

.footer-col {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.footer-col h3 {
  margin: 0 0 6px;
  color: #000;
  font-size: 0.95rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

.footer-col a {
  color: rgba(0, 0, 0, 0.82);
  text-decoration: none;
  font-size: 0.9rem;
}

.footer-col a:hover {
  color: #000;
  text-decoration: underline;
}

.footer-contact-bar,
.footer-brand-block,
.footer-social,
.footer-payments {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.footer-contact-bar p,
.footer-brand-block {
  margin: 0 0 6px;
}

.footer-brand-block {
  display: flex;
  flex-direction: column;
  gap: 4px;
  align-items: center;
}

.footer-legal-ids {
  display: block;
  margin-top: 2px;
  font-size: 0.72rem;
  font-weight: 400;
  letter-spacing: 0.01em;
  color: rgba(0, 0, 0, 0.55);
  line-height: 1.3;
}

.footer-contact-bar a,
.footer-social a {
  color: rgba(0, 0, 0, 0.88);
  text-decoration: none;
}

.footer-contact-bar a:hover,
.footer-social a:hover {
  color: #000;
  text-decoration: underline;
}

.footer-social {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
}

.footer-payments {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  color: #000;
  font-weight: 700;
}

.payment-logos {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  justify-content: center;
}

.payment-logos img {
  height: 40px;
  width: auto;
  max-width: 110px;
  max-height: 40px;
  object-fit: contain;
  background: #fff;
  padding: 8px 10px;
  border-radius: 8px;
  box-sizing: content-box;
  cursor: zoom-in;
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.payment-logos img:hover {
  transform: translateY(-3px) scale(1.12);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.18);
}

.payment-logos img:focus-visible {
  outline: 2px solid var(--bh-ink);
  outline-offset: 3px;
}

.credit-cards-strip {
  height: 38px;
  width: auto;
}

.pay-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 28px;
  padding: 4px 10px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  color: #000;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  background: rgba(255, 255, 255, 0.35);
}

.payment-badge {
  justify-self: center;
  display: block;
  height: 34px;
  width: auto;
  max-width: 220px;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent !important;
  background-color: transparent !important;
  box-shadow: none !important;
  object-fit: contain;
}

.wa-float {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 40;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 16px;
  background: #25d366;
  color: #fff;
  text-decoration: none;
  font-weight: 800;
  font-size: 0.92rem;
  border-radius: 999px;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.22);
}

.wa-float:hover {
  filter: brightness(1.05);
}

.wa-float-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.15);
  font-size: 0.72rem;
}

@media (max-width: 720px) {
  .newsletter {
    flex-direction: column;
    align-items: stretch;
  }

  .newsletter-row {
    flex-direction: column;
    max-width: none;
    justify-content: stretch;
  }

  .wa-float-text {
    display: none;
  }

  .wa-float {
    padding: 14px;
  }
}

.payment-badge-zoom {
  cursor: zoom-in !important;
  transition: transform 0.15s ease, opacity 0.15s ease;
}

.payment-badge-zoom:hover {
  transform: translateY(-1px) scale(1.04);
  opacity: 0.95;
}

.payment-badge-zoom:focus-visible {
  outline: 2px solid var(--bh-yellow);
  outline-offset: 3px;
}

.logo-zoom-overlay {
  position: fixed;
  inset: 0;
  z-index: 10050;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  background: rgba(0, 0, 0, 0.82);
  backdrop-filter: blur(2px);
  cursor: zoom-out;
}

.logo-zoom-overlay[hidden] {
  display: none !important;
}

.logo-zoom-dialog {
  position: relative;
  max-width: min(920px, 94vw);
  max-height: 90vh;
  padding: 0;
  background: transparent;
  border-radius: 0;
  box-shadow: none;
  cursor: default;
}

.logo-zoom-dialog img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: calc(90vh - 24px);
  object-fit: contain;
  margin: 0 auto;
  background: #fff;
  padding: 24px 28px;
  border-radius: 16px;
}

.logo-zoom-close {
  position: absolute;
  top: 8px;
  right: 10px;
  width: 36px;
  height: 36px;
  border: 0;
  border-radius: 999px;
  background: #222;
  color: #fff;
  font-size: 1.35rem;
  line-height: 1;
  cursor: pointer;
}

@media (max-width: 820px) {
  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }

  .site-footer-copy {
    text-align: center;
  }
}

@media (max-width: 560px) {
  .footer-grid {
    grid-template-columns: 1fr;
  }
}

.footer-links {
  display: flex;
  gap: 14px;
  margin-top: 8px;
}

.footer-links a {
  color: #000;
  font-weight: 700;
  text-decoration: none;
}

.footer-links a:hover {
  color: rgba(0, 0, 0, 0.7);
}

.section a[href^="mailto"] {
  color: var(--bh-navy);
  font-weight: 700;
}

.section-eyebrow {
  margin: 0 0 6px;
  text-align: center;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--bh-navy);
}

.section-about,
.section-events {
  position: relative;
}

.section-about::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: min(920px, 100%);
  height: 180px;
  transform: translateX(-50%);
  background:
    radial-gradient(ellipse at 20% 40%, rgba(251, 176, 59, 0.18), transparent 55%),
    radial-gradient(ellipse at 80% 30%, rgba(26, 54, 93, 0.1), transparent 50%);
  pointer-events: none;
  z-index: 0;
}

.section-about > *,
.section-events > * {
  position: relative;
  z-index: 1;
}

.pillars {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(3, 1fr);
}

.pillar-card {
  background: #fff;
  border-radius: 16px;
  padding: 22px 18px 20px;
  border: 2px solid transparent;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
  outline: none;
}

.pillar-card:hover,
.pillar-card:focus-visible {
  transform: translateY(-6px);
  border-color: var(--bh-yellow);
  box-shadow: 0 14px 32px rgba(26, 54, 93, 0.14);
}

.pillar-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  margin-bottom: 12px;
  border-radius: 14px;
  background: linear-gradient(145deg, #fff4df, #ffe4a8);
  color: var(--bh-navy);
}

.pillar-icon svg {
  width: 28px;
  height: 28px;
}

.pillar-card h3 {
  margin: 0 0 8px;
  font-size: 1.2rem;
  color: var(--bh-navy);
}

.pillar-card p {
  margin: 0;
  color: var(--bh-muted);
  font-size: 0.98rem;
}

.ceo-band {
  margin-top: 22px;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 18px;
  align-items: center;
  padding: 22px 22px 22px 18px;
  border-radius: 18px;
  background: linear-gradient(135deg, #1a365d 0%, #243f6b 55%, #2d3748 100%);
  color: #fff;
  box-shadow: 0 8px 28px rgba(26, 54, 93, 0.22);
  overflow: hidden;
  position: relative;
}

.ceo-band::after {
  content: "";
  position: absolute;
  right: -40px;
  top: -40px;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  background: rgba(251, 176, 59, 0.15);
  pointer-events: none;
}

.ceo-band-badge {
  position: relative;
  z-index: 1;
  min-width: 88px;
  min-height: 88px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--bh-yellow);
  color: #222;
  font-weight: 800;
  font-size: 0.95rem;
  text-align: center;
  line-height: 1.15;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.18);
}

.ceo-band-copy {
  position: relative;
  z-index: 1;
}

.ceo-band h3 {
  margin: 0 0 8px;
  color: var(--bh-yellow);
  font-size: 1.25rem;
}

.ceo-band p {
  margin: 0;
  color: rgba(255, 255, 255, 0.9);
}

.event-types {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(2, 1fr);
}

.event-card {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 14px;
  align-items: center;
  text-align: left;
  padding: 16px 16px 16px 14px;
  border: 2px solid #e8e4df;
  border-radius: 16px;
  background: #fff;
  cursor: pointer;
  font: inherit;
  color: inherit;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
  transition: transform 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease, background 0.22s ease;
}

.event-card:hover,
.event-card:focus-visible {
  transform: translateY(-4px);
  border-color: var(--bh-yellow);
  box-shadow: 0 12px 28px rgba(26, 54, 93, 0.12);
  background: #fffaf0;
  outline: none;
}

.event-card-icon {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: var(--bh-navy);
  color: var(--bh-yellow);
  flex-shrink: 0;
}

.event-card-icon svg {
  width: 24px;
  height: 24px;
}

.event-card-body {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
}

.event-card .kicker {
  margin: 0;
  color: var(--bh-navy);
  font-weight: 700;
  font-size: 0.75rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.event-card strong {
  color: #111;
  font-size: 1.05rem;
}

.event-card-body > span:last-child {
  color: var(--bh-muted);
  font-size: 0.92rem;
  line-height: 1.4;
}

.event-card-cta {
  font-weight: 800;
  font-size: 0.85rem;
  color: var(--bh-navy);
  white-space: nowrap;
  opacity: 0.55;
  transition: opacity 0.2s ease, color 0.2s ease;
}

.event-card:hover .event-card-cta,
.event-card:focus-visible .event-card-cta {
  opacity: 1;
  color: var(--bh-yellow-dark);
}

.why-trust {
  margin-top: 28px;
  padding: 24px 20px;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  border-top: 4px solid var(--bh-yellow);
}

.why-trust > h3 {
  margin: 0 0 18px;
  text-align: center;
  color: var(--bh-navy);
  font-size: 1.25rem;
}

.trust-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.trust-item {
  padding: 14px 12px;
  border-radius: 12px;
  background: linear-gradient(180deg, #fff8eb 0%, #fff 70%);
  border: 1px solid #f0e6d4;
}

.trust-num {
  display: inline-block;
  margin-bottom: 6px;
  font-weight: 800;
  font-size: 0.85rem;
  color: var(--bh-yellow-dark);
  letter-spacing: 0.06em;
}

.trust-item h4 {
  margin: 0 0 6px;
  color: var(--bh-navy);
  font-size: 1rem;
}

.trust-item p {
  margin: 0;
  color: var(--bh-muted);
  font-size: 0.92rem;
}

.why-trust-cta {
  margin-top: 20px;
}

.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 0.65s ease, transform 0.65s ease;
}

.reveal.is-in {
  opacity: 1;
  transform: none;
}

.service-band.reveal {
  transform: translateY(28px);
}

.service-band.reveal.is-in {
  transform: none;
}

.service-split .service-visual {
  transition: transform 0.65s ease, opacity 0.65s ease;
}

.service-split.reveal:not(.is-in) .service-visual {
  opacity: 0.35;
  transform: translateX(-12px);
}

.service-split--flip.reveal:not(.is-in) .service-visual {
  transform: translateX(12px);
}

.service-split.reveal.is-in .service-visual {
  opacity: 1;
  transform: none;
}

@media (prefers-reduced-motion: reduce) {
  .reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .pillar-card,
  .event-card,
  .site-link {
    transition: none;
  }
}

.btn-navy {
  background: var(--bh-navy);
  color: #fff;
}

.btn-navy:hover {
  background: #142a4a;
}

.btn-ghost-dark {
  background: #fff;
  color: #222;
  border: 1px solid #d9dde3;
}

.quote-card {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  padding: 22px 20px 24px;
  max-width: 780px;
  margin: 0 auto;
  border-top: 4px solid var(--bh-yellow);
}

.quote-progress {
  display: flex;
  gap: 8px;
  margin-bottom: 18px;
}

.quote-progress .qp {
  flex: 1;
  height: 6px;
  border-radius: 999px;
  background: #e8e4df;
  transition: background 0.25s ease;
}

.quote-progress .qp.is-active {
  background: var(--bh-yellow);
}

.quote-step {
  border: 0;
  margin: 0;
  padding: 0;
  min-width: 0;
  animation: quoteFade 0.28s ease;
}

@keyframes quoteFade {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .quote-step {
    animation: none;
  }
}

.quote-step legend {
  font-weight: 800;
  font-size: 1.15rem;
  color: #111;
  margin-bottom: 14px;
  padding: 0;
}

.choice-grid {
  display: grid;
  gap: 10px;
  grid-template-columns: 1fr 1fr;
}

.choice {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 14px;
  border: 1px solid #d9dde3;
  border-radius: 12px;
  cursor: pointer;
  font-weight: 700;
  color: #222;
  background: #fafafa;
}

.choice input {
  accent-color: var(--bh-yellow);
}

.choice.is-selected,
.choice:has(input:checked) {
  border-color: var(--bh-yellow);
  background: #fff8e8;
}

.field-label {
  display: block;
  margin: 14px 0 6px;
  font-weight: 700;
  color: #222;
}

.field-input {
  width: 100%;
  box-sizing: border-box;
  padding: 12px 14px;
  border: 1px solid #d9dde3;
  border-radius: 10px;
  font: inherit;
}

.quote-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.quote-done {
  text-align: center;
  padding: 18px 8px;
}

.quote-done h3 {
  margin: 0 0 8px;
  color: var(--bh-navy);
}

.muted-inline {
  color: var(--bh-muted);
  font-size: 0.95rem;
}

@media (max-width: 800px) {
  .about-grid,
  .sites-links,
  .pillars,
  .event-types,
  .trust-grid,
  .choice-grid {
    grid-template-columns: 1fr;
  }

  .ceo-band {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
    padding: 22px 18px;
  }

  .event-card {
    grid-template-columns: auto 1fr;
  }

  .event-card-cta {
    grid-column: 2;
    justify-self: start;
  }

  .nav-toggle {
    display: block;
  }

  .nav {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 64px;
    background: var(--bh-yellow);
    flex-direction: column;
    align-items: stretch;
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.08);
    max-height: calc(100vh - 64px);
    overflow: auto;
  }

  .nav.is-open {
    display: flex;
  }

  .nav > a,
  .nav-link-btn {
    padding: 14px 20px;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
    width: 100%;
    justify-content: flex-start;
  }

  .nav-item {
    width: 100%;
  }

  .nav-dropdown {
    position: static;
    border: 0;
    border-radius: 0;
    background: rgba(0, 0, 0, 0.05);
    min-width: 0;
  }
}
