/* Blog Plus — same identity as the landing page: navy/blue/white + gold,
   Bebas Neue for display, Source Sans 3 for reading. */

body.bp-page {
  --bp-navy-950: #050e1f;
  --bp-navy: #0a1f3d;
  --bp-blue: #1a56c4;
  --bp-blue-600: #2166db;
  --bp-sky: #8fd0f7;
  --bp-gold: #ffd166;
  --bp-gold-600: #f4b400;
  --bp-ink: #1b2a44;
  --bp-muted: #56647d;
  --bp-bg: #f4f7fb;
  --bp-line: #e1e8f2;
  --bp-radius: 18px;
  --bp-shadow: 0 18px 40px -26px rgba(10, 31, 61, .45);
  --bp-top: 68px; /* fixed site header height on blog pages; blog.js keeps it in sync */
  background: var(--bp-bg);
  color: var(--bp-ink);
  font-family: "Source Sans 3", system-ui, -apple-system, "Segoe UI", sans-serif;
  font-size: 17px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

.bp-page *, .bp-page *::before, .bp-page *::after { box-sizing: border-box; }
.bp-main { padding-top: var(--bp-top); overflow-x: clip; }
.bp-wrap { width: min(1200px, 100% - 40px); margin-inline: auto; }
.bp-page a { color: inherit; }
.bp-page img { max-width: 100%; display: block; }
.bp-ico { width: 1.05em; height: 1.05em; fill: currentColor; flex: none; }
.bp-page :focus-visible { outline: 3px solid var(--bp-gold); outline-offset: 3px; border-radius: 6px; }

/* ---------- type ---------- */
.bp-eyebrow { display: inline-flex; align-items: center; gap: 10px; margin: 0 0 6px; color: var(--bp-blue); font-weight: 700; font-size: 13px; letter-spacing: .14em; text-transform: uppercase; }
.bp-eyebrow::before { content: ""; width: 22px; height: 2px; border-radius: 2px; background: var(--bp-gold-600); }
.bp-eyebrow--gold { color: var(--bp-gold); }
.bp-h2 { margin: 0; font-family: "Bebas Neue", sans-serif; font-weight: 400; font-size: clamp(32px, 4vw, 46px); line-height: 1; letter-spacing: .01em; color: var(--bp-navy); }
.bp-h2--light { color: #fff; }
.bp-kicker { font-size: 12px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--bp-muted); }
.bp-kicker--light { color: #dce8fb; }

/* ---------- pills & buttons ---------- */
.bp-pill { display: inline-flex; align-items: center; padding: 4px 11px; border-radius: 999px; font-size: 12px; font-weight: 800; letter-spacing: .04em; line-height: 1.4; }
.bp-pill--vp { background: #e7efff; color: var(--bp-blue); }
.bp-pill--viajante { background: #fff1c9; color: #7a5300; }
.bp-pill--gold { background: var(--bp-gold); color: var(--bp-navy-950); }
.bp-pill--demo { background: #ffe1e4; color: #b4232c; }
.bp-btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 13px 22px; border-radius: 999px; border: 0; font: 700 15px/1.2 "Source Sans 3", sans-serif; text-decoration: none; cursor: pointer; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.bp-btn:hover { transform: translateY(-1px); }
.bp-page .bp-btn--wa { background: #25d366; color: #08331a; box-shadow: 0 12px 26px -14px rgba(37, 211, 102, .8); }
.bp-page .bp-btn--gold { background: var(--bp-gold); color: var(--bp-navy-950); }
.bp-page .bp-btn--blue { background: var(--bp-blue); color: #fff; }

/* ---------- Blog Plus sub navigation ---------- */
.bp-subnav { background: #fff; border-bottom: 1px solid var(--bp-line); }
.bp-subnav__row { display: flex; align-items: center; gap: 24px; min-height: 64px; }
.bp-subnav__brand { font-family: "Bebas Neue", sans-serif; font-size: 30px; line-height: 1; color: var(--bp-navy); text-decoration: none; white-space: nowrap; }
.bp-subnav__brand span { color: var(--bp-blue-600); }
.bp-subnav__links { display: flex; gap: 4px; margin: 0; padding: 0; list-style: none; overflow-x: auto; scrollbar-width: none; flex: 1; }
.bp-subnav__links::-webkit-scrollbar { display: none; }
.bp-subnav__links a { display: block; padding: 8px 12px; border-radius: 999px; color: var(--bp-ink); font-size: 15px; font-weight: 600; text-decoration: none; white-space: nowrap; }
.bp-subnav__links a:hover { background: #eef3fb; color: var(--bp-blue); }
.bp-subnav__cta { padding: 10px 16px; font-size: 14px; white-space: nowrap; }
@media (max-width: 960px) {
  .bp-subnav__row { flex-wrap: wrap; gap: 8px 12px; padding: 10px 0; }
  .bp-subnav__links { order: 3; flex-basis: 100%; }
  .bp-subnav__cta { margin-left: auto; }
}
@media (max-width: 420px) { .bp-subnav__cta { padding: 9px 12px; font-size: 13px; } }

/* ---------- heroes ---------- */
.bp-hero { position: relative; display: flex; align-items: flex-end; min-height: min(62vh, 560px); padding: 72px 0 48px; overflow: hidden; background: var(--bp-navy); color: #fff; }
.bp-hero__bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.bp-hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(5, 14, 31, .35) 0%, rgba(5, 14, 31, .25) 35%, rgba(5, 14, 31, .88) 100%); }
.bp-hero__inner { position: relative; z-index: 1; }
.bp-hero__eyebrow { display: flex; flex-wrap: wrap; gap: 8px; align-items: center; margin-bottom: 12px; }
.bp-hero__title { margin: 0; max-width: 900px; font-family: "Bebas Neue", sans-serif; font-weight: 400; font-size: clamp(46px, 7vw, 92px); line-height: .92; letter-spacing: .005em; text-shadow: 0 6px 30px rgba(5, 14, 31, .45); }
.bp-hero__lead { margin: 16px 0 0; max-width: 700px; font-size: clamp(17px, 1.6vw, 20px); color: #e6eefb; }
.bp-hero__facts { display: flex; flex-wrap: wrap; gap: 10px; margin: 22px 0 0; padding: 0; list-style: none; }
.bp-hero__facts li { padding: 8px 14px; border: 1px solid rgba(255, 255, 255, .25); border-radius: 12px; background: rgba(5, 14, 31, .35); backdrop-filter: blur(6px); font-size: 14px; font-weight: 600; }
.bp-hero__facts span { display: block; font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--bp-sky); }
.bp-hero__tag { margin: 18px 0 0; font-weight: 700; color: var(--bp-gold); letter-spacing: .02em; }
.bp-hero__meta, .bp-hero__author { display: flex; flex-wrap: wrap; align-items: center; gap: 8px 10px; margin: 18px 0 0; color: #dce8fb; font-size: 15px; }
.bp-hero__meta .bp-ico { margin-left: 6px; }
.bp-hero--article { min-height: min(58vh, 520px); }
.bp-hero--article .bp-hero__title { font-size: clamp(40px, 5.6vw, 72px); }
.bp-hero--compact { min-height: 380px; }
.bp-hero--band { min-height: 0; padding: 56px 0 44px; background: radial-gradient(900px 400px at 10% 0%, rgba(33, 102, 219, .45), transparent 60%), linear-gradient(135deg, #0a1f3d, #0f3a78); }
.bp-hero--band::after { display: none; }
.bp-hero .bp-planner { margin-top: 26px; max-width: 560px; }

.bp-crumbs ol { display: flex; flex-wrap: wrap; gap: 6px; margin: 0 0 18px; padding: 0; list-style: none; font-size: 14px; color: #c7d7f0; }
.bp-crumbs li + li::before { content: "›"; margin-right: 6px; opacity: .7; }
.bp-crumbs a { color: #fff; text-decoration: none; opacity: .85; }
.bp-crumbs a:hover { opacity: 1; text-decoration: underline; }

/* ---------- home lead ---------- */
.bp-lead { padding: 28px 0 8px; }
.bp-lead__grid { display: grid; grid-template-columns: 1.7fr 1fr; gap: 26px; }
.bp-lead__main { position: relative; min-height: 520px; border-radius: 24px; overflow: hidden; background: var(--bp-navy); color: #fff; display: flex; align-items: flex-end; box-shadow: var(--bp-shadow); }
.bp-lead__img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .8s ease; }
.bp-lead__main:hover .bp-lead__img { transform: scale(1.03); }
.bp-lead__main::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(5, 14, 31, 0) 30%, rgba(5, 14, 31, .92) 100%); }
.bp-lead__text { position: relative; z-index: 1; padding: 36px; }
.bp-lead__title { margin: 12px 0 10px; font-family: "Bebas Neue", sans-serif; font-weight: 400; font-size: clamp(38px, 4.4vw, 60px); line-height: .95; }
.bp-lead__title a { color: #fff; text-decoration: none; }
.bp-lead__excerpt { margin: 0 0 20px; max-width: 560px; color: #e0e9f7; }
.bp-lead__side { display: grid; gap: 18px; align-content: start; }
.bp-lead__side .bp-card { flex-direction: row; }
.bp-lead__side .bp-card__media { flex: 0 0 40%; aspect-ratio: auto; min-height: 150px; }
.bp-lead__side .bp-card__body { padding: 16px 18px; gap: 6px; }
.bp-lead__side .bp-card__title { font-size: 18.5px; }
.bp-lead__side .bp-card__excerpt, .bp-lead__side .bp-card__facts { display: none; }
@media (max-width: 980px) {
  .bp-lead__grid { grid-template-columns: 1fr; }
  .bp-lead__main { min-height: 440px; }
  .bp-lead__side { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 640px) {
  .bp-lead__text { padding: 24px; }
  .bp-lead__side { grid-template-columns: 1fr; gap: 12px; }
  .bp-lead__side .bp-card__media { flex-basis: 112px; min-height: 112px; }
  .bp-lead__side .bp-card__body { padding: 12px 14px; }
  .bp-lead__side .bp-card__title { font-size: 16.5px; }
  .bp-lead__side .bp-kicker, .bp-lead__side .bp-card__meta { display: none; }
}

/* ---------- sections ---------- */
.bp-section { padding: 64px 0; }
.bp-section--tint { background: #eaf1fb; }
.bp-section--navy { background: linear-gradient(160deg, #0a1f3d 0%, #0f3a78 100%); color: #e6eefb; }
.bp-section--navy .bp-h2 { color: #fff; }
.bp-section--navy .bp-eyebrow { color: var(--bp-gold); }
.bp-section__head { display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; margin-bottom: 28px; }
.bp-section__intro { margin: 10px 0 0; max-width: 620px; color: var(--bp-muted); }
.bp-page .bp-more { display: inline-flex; align-items: center; gap: 6px; color: var(--bp-blue); font-weight: 700; text-decoration: none; white-space: nowrap; }
.bp-more:hover { text-decoration: underline; }
@media (max-width: 720px) { .bp-section { padding: 48px 0; } .bp-section__head { align-items: flex-start; flex-direction: column; gap: 8px; } }

/* ---------- card grids (horizontal swipe on phones) ---------- */
.bp-grid { display: grid; grid-template-columns: repeat(var(--cols, 3), minmax(0, 1fr)); gap: 26px; }
@media (max-width: 980px) { .bp-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 640px) {
  .bp-grid { grid-auto-flow: column; grid-auto-columns: 84%; grid-template-columns: none; overflow-x: auto; scroll-snap-type: x mandatory; padding-bottom: 8px; margin-inline: -20px; padding-inline: 20px; scroll-padding-inline: 20px; scrollbar-width: none; }
  .bp-grid::-webkit-scrollbar { display: none; }
  .bp-grid > * { scroll-snap-align: start; }
  .bp-grid--list { grid-auto-flow: row; grid-template-columns: 1fr; overflow: visible; margin-inline: 0; padding-inline: 0; }
}

.bp-card { display: flex; flex-direction: column; background: #fff; border-radius: var(--bp-radius); overflow: hidden; box-shadow: var(--bp-shadow); border: 1px solid var(--bp-line); transition: transform .25s ease, box-shadow .25s ease; }
.bp-card:hover { transform: translateY(-3px); box-shadow: 0 26px 50px -28px rgba(10, 31, 61, .55); }
.bp-card__media { display: block; aspect-ratio: 16 / 10; overflow: hidden; background: #dfe7f3; }
.bp-card__media img, .bp-img-fallback { width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.bp-img-fallback { background: linear-gradient(135deg, #0a1f3d, #2166db); }
.bp-card:hover .bp-card__media img { transform: scale(1.04); }
.bp-card__body { display: flex; flex-direction: column; gap: 8px; padding: 18px 20px 20px; flex: 1; }
.bp-card__pills { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; }
.bp-card__title { margin: 2px 0 0; font-size: 21px; line-height: 1.25; font-weight: 700; color: var(--bp-navy); }
.bp-card__title a { text-decoration: none; }
.bp-card__title a:hover { color: var(--bp-blue); }
.bp-card__excerpt, .bp-card__facts { margin: 0; color: var(--bp-muted); font-size: 15.5px; line-height: 1.5; }
.bp-card__meta { display: flex; align-items: center; gap: 6px; margin-top: auto; padding-top: 6px; color: var(--bp-muted); font-size: 14px; }
.bp-card__meta .bp-ico + span { margin-right: 10px; }
.bp-card__author { display: flex; align-items: center; gap: 10px; margin-top: auto; padding-top: 8px; font-size: 14px; font-weight: 700; color: var(--bp-ink); }
.bp-card--exp { border-top: 3px solid var(--bp-gold-600); }

.bp-avatar { display: inline-grid; place-items: center; flex: none; width: var(--s); height: var(--s); border-radius: 50%; background: hsl(var(--h) 55% 42%); color: #fff; font-size: calc(var(--s) * .38); font-weight: 800; letter-spacing: .02em; }

/* ---------- tips ---------- */
.bp-tips { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
@media (max-width: 980px) { .bp-tips { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 640px) { .bp-tips { grid-template-columns: 1fr; } }
.bp-tip { display: flex; flex-direction: column; gap: 12px; margin: 0; padding: 22px 22px 18px; background: #fff; border-radius: var(--bp-radius); border: 1px solid var(--bp-line); border-left: 4px solid var(--bp-gold-600); box-shadow: var(--bp-shadow); }
.bp-tip__head { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; color: var(--bp-gold-600); }
.bp-tip__place { margin-left: auto; font-size: 13px; font-weight: 700; color: var(--bp-muted); }
.bp-tip__text { margin: 0; padding: 0; border: 0; font-size: 17px; line-height: 1.55; color: var(--bp-ink); }
.bp-tip__by { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; margin-top: auto; font-size: 14px; font-weight: 700; font-style: normal; }
.bp-page .bp-tip__by a { margin-left: auto; color: var(--bp-blue); font-weight: 700; text-decoration: none; }

/* ---------- destinations ---------- */
.bp-dests { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 20px; }
@media (max-width: 980px) { .bp-dests { grid-template-columns: repeat(3, minmax(0, 1fr)); } }
@media (max-width: 640px) { .bp-dests { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; } }
.bp-dest { position: relative; display: flex; flex-direction: column; justify-content: flex-end; aspect-ratio: 4 / 5; padding: 18px; border-radius: var(--bp-radius); overflow: hidden; color: #fff; text-decoration: none; background: var(--bp-navy); box-shadow: var(--bp-shadow); }
.bp-dest img, .bp-dest .bp-img-fallback { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .7s ease; }
.bp-dest:hover img { transform: scale(1.06); }
.bp-dest__shade { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(5, 14, 31, 0) 40%, rgba(5, 14, 31, .88) 100%); }
.bp-dest__name { position: relative; font-family: "Bebas Neue", sans-serif; font-size: clamp(26px, 2.6vw, 34px); line-height: 1; }
.bp-dest__sub { position: relative; font-size: 13px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--bp-sky); }

/* ---------- photo mosaic ---------- */
.bp-mosaic { columns: 4 240px; column-gap: 14px; }
.bp-mosaic__item { display: block; margin-bottom: 14px; border-radius: 14px; overflow: hidden; break-inside: avoid; }
.bp-mosaic__item img { width: 100%; height: auto; transition: transform .5s ease; }
.bp-mosaic__item:hover img { transform: scale(1.04); }

/* ---------- chips ---------- */
.bp-chips { display: flex; flex-wrap: wrap; gap: 10px; margin: 24px 0 0; padding: 0; list-style: none; }
.bp-chips a { display: inline-flex; align-items: center; gap: 6px; padding: 9px 16px; border-radius: 999px; background: #fff; border: 1px solid var(--bp-line); color: var(--bp-navy); font-size: 15px; font-weight: 700; text-decoration: none; }
.bp-chips a:hover, .bp-chips a[aria-current] { background: var(--bp-navy); border-color: var(--bp-navy); color: #fff; }
.bp-chips--dark a { background: rgba(255, 255, 255, .08); border-color: rgba(255, 255, 255, .25); color: #fff; }
.bp-chips--dark a:hover { background: var(--bp-gold); border-color: var(--bp-gold); color: var(--bp-navy-950); }
.bp-chips--filter { margin: 0 0 28px; }

/* ---------- planner ---------- */
.bp-section--planner { padding: 40px 0 8px; }
.bp-plan-card { display: grid; grid-template-columns: 1.1fr 1fr; gap: 32px; align-items: center; padding: 40px; border-radius: 26px; color: #dce8fb; background: radial-gradient(700px 300px at 0% 0%, rgba(33, 102, 219, .55), transparent 60%), linear-gradient(135deg, #0a1f3d, #0f3a78); box-shadow: var(--bp-shadow); }
.bp-plan-card__text p { margin: 12px 0 0; }
@media (max-width: 860px) { .bp-plan-card { grid-template-columns: 1fr; padding: 28px 22px; } }
.bp-planner label { display: block; margin-bottom: 10px; color: #fff; font-weight: 700; font-size: 18px; }
.bp-planner__row { display: flex; gap: 10px; }
.bp-planner select { flex: 1; min-width: 0; height: 52px; padding: 0 16px; border: 0; border-radius: 14px; background: #fff; color: var(--bp-navy); font: 600 16px "Source Sans 3", sans-serif; }
.bp-planner .bp-btn { height: 52px; }
@media (max-width: 420px) { .bp-planner__row { flex-direction: column; } }

/* ---------- hub ---------- */
.bp-jump { position: sticky; top: var(--bp-top); z-index: 20; background: rgba(255, 255, 255, .96); backdrop-filter: blur(8px); border-bottom: 1px solid var(--bp-line); }
.bp-jump ul { display: flex; gap: 6px; margin: 0; padding: 10px 0; list-style: none; overflow-x: auto; scrollbar-width: none; }
.bp-jump ul::-webkit-scrollbar { display: none; }
.bp-jump a { display: block; padding: 7px 14px; border-radius: 999px; font-size: 14px; font-weight: 700; color: var(--bp-navy); text-decoration: none; white-space: nowrap; }
.bp-jump a:hover { background: #eef3fb; color: var(--bp-blue); }
.bp-main [id] { scroll-margin-top: calc(var(--bp-top) + 64px); }
.bp-plan { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
@media (max-width: 720px) { .bp-plan { grid-template-columns: 1fr; } }
.bp-plan__item { padding: 22px 24px; border-radius: 16px; background: rgba(255, 255, 255, .06); border: 1px solid rgba(255, 255, 255, .14); }
.bp-plan__item h3 { margin: 0 0 6px; font-family: "Bebas Neue", sans-serif; font-weight: 400; font-size: 26px; color: var(--bp-gold); letter-spacing: .02em; }
.bp-plan__item p { margin: 0; }
.bp-plan__date { margin-top: 8px !important; font-size: 13px; color: var(--bp-sky); }

/* ---------- article ---------- */
.bp-article { max-width: 780px; padding: 48px 0 24px; }
.bp-prose { font-size: 19px; line-height: 1.75; color: var(--bp-ink); }
.bp-prose > * { margin: 0 0 1.1em; }
.bp-prose h2 { margin: 1.7em 0 .5em; font-family: "Bebas Neue", sans-serif; font-weight: 400; font-size: 38px; line-height: 1.05; color: var(--bp-navy); }
.bp-prose h3 { margin: 1.4em 0 .4em; font-size: 23px; line-height: 1.3; color: var(--bp-navy); }
.bp-prose ul, .bp-prose ol { padding-left: 1.2em; }
.bp-prose li { margin-bottom: .45em; }
.bp-prose strong { color: var(--bp-navy); }
.bp-prose a { color: var(--bp-blue); text-decoration: underline; text-underline-offset: 3px; }
.bp-prose img, .bp-prose figure { border-radius: 14px; }
.bp-prose blockquote { margin: 1.4em 0; padding: 4px 0 4px 20px; border-left: 4px solid var(--bp-gold-600); color: var(--bp-muted); font-size: 21px; }
.bp-chips--article { margin-top: 36px; }
.bp-article__hub { margin: 26px 0 0; }
.bp-article__hub a { display: inline-flex; align-items: center; gap: 8px; color: var(--bp-blue); font-weight: 800; font-size: 18px; text-decoration: none; }
.bp-article__hub a:hover { text-decoration: underline; }
.bp-article__h { margin: 44px 0 18px; font-size: 36px; }
.bp-disclaimer { margin: 36px 0 0; padding: 14px 18px; border-radius: 12px; background: #fff; border: 1px solid var(--bp-line); color: var(--bp-muted); font-size: 14.5px; }

.bp-facts { display: grid; grid-template-columns: repeat(auto-fit, minmax(160px, 1fr)); gap: 12px; margin: 0 0 36px; padding: 20px; border-radius: 18px; background: #fff; border: 1px solid var(--bp-line); box-shadow: var(--bp-shadow); }
.bp-facts dt { display: flex; align-items: center; gap: 6px; font-size: 12px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; color: var(--bp-blue); }
.bp-facts dd { margin: 4px 0 0; font-weight: 700; color: var(--bp-navy); }
.bp-facts dd a { text-decoration: none; }
.bp-facts dd a:hover { color: var(--bp-blue); }

/* ---------- services + community ---------- */
.bp-services { padding: 64px 0; background: radial-gradient(900px 400px at 100% 0%, rgba(255, 209, 102, .12), transparent 60%), linear-gradient(160deg, #081a36 0%, #0d3268 100%); color: #dce8fb; }
.bp-services .bp-wrap { display: grid; grid-template-columns: 1fr 1.1fr; gap: 36px; align-items: center; }
.bp-services .bp-h2 { color: #fff; }
.bp-services .bp-eyebrow { color: var(--bp-gold); }
.bp-services__head p { margin: 12px 0 22px; }
.bp-services__list { display: grid; gap: 12px; margin: 0; padding: 0; list-style: none; }
.bp-services__list a { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 2px 14px; padding: 16px 20px; border-radius: 16px; background: rgba(255, 255, 255, .07); border: 1px solid rgba(255, 255, 255, .14); color: #fff; text-decoration: none; transition: background .2s ease; }
.bp-services__list a:hover { background: rgba(255, 255, 255, .13); }
.bp-services__list strong { font-size: 17px; }
.bp-services__list span { grid-column: 1; color: #c9d9f2; font-size: 14.5px; }
.bp-services__list .bp-ico { grid-row: 1 / span 2; grid-column: 2; color: var(--bp-gold); }
@media (max-width: 860px) { .bp-services .bp-wrap { grid-template-columns: 1fr; } }

.bp-community { padding: 72px 0; background: linear-gradient(120deg, #050e1f 0%, #14449e 65%, #2166db 100%); }
.bp-community__box { max-width: 820px; text-align: center; color: #dce8fb; }
.bp-community .bp-eyebrow { justify-content: center; }
.bp-community p { margin: 14px auto 26px; max-width: 620px; }

/* ---------- empty state & pagination ---------- */
.bp-empty { margin: 48px auto; padding: 40px 28px; max-width: 760px; text-align: center; border: 2px dashed #cfdaea; border-radius: 22px; background: #fff; }
.bp-empty p { margin: 12px 0 22px; color: var(--bp-muted); }
.bp-pagination { margin-top: 36px; }
.bp-pagination .nav-links { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px; }
.bp-pagination .page-numbers { padding: 8px 14px; border-radius: 10px; background: #fff; border: 1px solid var(--bp-line); text-decoration: none; font-weight: 700; }
.bp-pagination .current { background: var(--bp-navy); color: #fff; }

/* ---------- lightbox ---------- */
.bp-lightbox { position: fixed; inset: 0; z-index: 100000; display: grid; place-items: center; padding: 24px; background: rgba(5, 14, 31, .92); }
.bp-lightbox[hidden] { display: none; }
.bp-lightbox img { max-width: min(1200px, 100%); max-height: 82vh; border-radius: 12px; }
.bp-lightbox figcaption { margin-top: 10px; color: #dce8fb; text-align: center; }
.bp-lightbox button { position: absolute; width: 48px; height: 48px; border: 0; border-radius: 50%; background: rgba(255, 255, 255, .12); color: #fff; font-size: 26px; cursor: pointer; }
.bp-lightbox__close { top: 18px; right: 18px; }
.bp-lightbox__prev { left: 18px; top: 50%; }
.bp-lightbox__next { right: 18px; top: 50%; }

@media (prefers-reduced-motion: reduce) {
  .bp-page *, .bp-page *::before, .bp-page *::after { transition: none !important; }
}
