/*
Theme Name: BuceoMap
Theme URI: https://centrosdebuceo.es
Author: Codex
Description: Tema de BuceoMap para un directorio de destinos, centros de buceo y puntos de inmersión en España.
Version: 0.5.21
Text Domain: buceo-mvp
*/

:root {
  --bd-ink: #102332;
  --bd-muted: #60717d;
  --bd-sea: #006d8f;
  --bd-aqua: #00a9b7;
  --bd-coral: #f26b5b;
  --bd-sand: #f4efe3;
  --bd-surface: #ffffff;
  --bd-line: #dbe5e8;
  --bd-shadow: 0 20px 60px rgba(15, 44, 56, 0.15);
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  color: var(--bd-ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  background: #fbfcfc;
}

a {
  color: var(--bd-sea);
  text-decoration: none;
}

a:hover {
  color: var(--bd-coral);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(255, 255, 255, 0.93);
  border-bottom: 1px solid rgba(219, 229, 232, 0.9);
  backdrop-filter: blur(16px);
}

.site-header__inner,
.section-inner {
  width: min(1160px, calc(100% - 40px));
  margin: 0 auto;
}

.section-inner--centers {
  width: min(1280px, calc(100% - 40px));
}

.site-header__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  min-height: 76px;
  gap: 14px 24px;
}

.brand {
  display: inline-flex;
  align-items: center;
  color: var(--bd-ink);
  font-size: 1.05rem;
  font-weight: 800;
}

.brand img {
  display: block;
  width: clamp(230px, 30vw, 340px);
  height: auto;
}

.nav-menu {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 22px;
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0.95rem;
  font-weight: 650;
}

.hero {
  min-height: 590px;
  display: grid;
  align-items: end;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(6, 24, 35, 0.88), rgba(6, 24, 35, 0.46) 52%, rgba(6, 24, 35, 0.16)),
    url("assets/images/home-buceomap-naranjito.jpg") center / cover no-repeat;
}

.hero__content {
  width: min(1160px, calc(100% - 40px));
  margin: 0 auto;
  padding: 88px 0 68px;
}

.hero h1 {
  max-width: 900px;
  margin: 0;
  font-size: clamp(2.7rem, 5.2vw, 4.8rem);
  line-height: 1;
  letter-spacing: 0;
}

.hero p {
  max-width: 620px;
  margin: 24px 0 34px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 1.2rem;
}

.hero__stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 160px));
  gap: 12px;
  max-width: 560px;
  margin: 34px 0 0;
}

.hero__stats div {
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 8px;
  background: rgba(7, 50, 71, 0.54);
  backdrop-filter: blur(12px);
}

.hero__stats dt {
  margin: 0;
  color: #fff;
  font-size: 2rem;
  line-height: 1;
  font-weight: 900;
}

.hero__stats dd {
  margin: 6px 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.84rem;
  font-weight: 800;
}

.button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.button,
button,
input[type="submit"] {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  border: 0;
  border-radius: 8px;
  background: var(--bd-coral);
  color: #fff;
  font-weight: 800;
  cursor: pointer;
}

.button--secondary {
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.42);
}

.button--outline {
  background: #fff;
  color: var(--bd-sea);
  border: 1px solid var(--bd-line);
}

.section {
  padding: 84px 0;
}

.section--sand {
  background: var(--bd-sand);
}

.section--visual {
  background: #082230;
  color: #fff;
}

.section--visual .section-lead {
  color: rgba(255, 255, 255, 0.76);
}

.section h2 {
  margin: 0 0 18px;
  font-size: clamp(2rem, 4vw, 3.2rem);
  line-height: 1.05;
}

.bd-page-title {
  margin: 0 0 28px;
  font-size: clamp(2.4rem, 5vw, 4.2rem);
  line-height: 1.02;
}

.bd-page-title--compact {
  font-size: clamp(1.2rem, 2.5vw, 2.1rem);
  line-height: 1.15;
}

.bd-page-content {
  max-width: 920px;
}

.bd-page-content--wide {
  max-width: none;
}

.bd-page-content h2 {
  margin: 34px 0 12px;
  font-size: clamp(1.6rem, 3vw, 2.4rem);
  line-height: 1.15;
}

.bd-page-content h3 {
  margin: 24px 0 10px;
  font-size: 1.35rem;
  line-height: 1.2;
}

.bd-page-content--legal {
  max-width: 860px;
}

.bd-page-content--legal h2 {
  margin: 22px 0 8px;
  font-size: clamp(1rem, 1.6vw, 1.35rem);
  line-height: 1.22;
}

.bd-page-content--legal h3 {
  margin: 18px 0 8px;
  font-size: 1rem;
  line-height: 1.25;
}

.bd-page-content--legal p,
.bd-page-content--legal li {
  font-size: 0.96rem;
}

.bd-page-content--legal ul,
.bd-page-content--legal ol {
  padding-left: 20px;
}

.section-lead {
  max-width: 720px;
  margin: 0 0 36px;
  color: var(--bd-muted);
  font-size: 1.08rem;
}

.bd-seo-intro {
  display: grid;
  gap: 18px;
  max-width: 1040px;
  margin: 0 0 34px;
  padding: 22px;
  border: 1px solid var(--bd-line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(15, 44, 56, 0.06);
}

.bd-seo-intro--compact {
  margin-bottom: 42px;
}

.bd-seo-intro--destinations {
  max-width: none;
}

.bd-seo-intro--destination-detail {
  max-width: none;
}

.bd-seo-intro--centers {
  max-width: none;
}

.bd-seo-intro--center-submit {
  max-width: none;
}

.bd-seo-intro--contact {
  max-width: 980px;
}

.bd-seo-intro--destinations p {
  max-width: 1040px;
}

.bd-seo-intro--destination-detail p {
  max-width: 980px;
}

.bd-seo-intro--centers p {
  max-width: 1040px;
}

.bd-seo-intro--center-submit p {
  max-width: 1040px;
}

.bd-seo-intro--contact p {
  max-width: 880px;
}

.bd-seo-intro h2 {
  margin: 0;
  font-size: clamp(1.7rem, 3vw, 2.5rem);
  line-height: 1.08;
}

.bd-seo-intro p {
  max-width: 820px;
  margin: 0;
  color: #334855;
  font-size: 1.03rem;
}

.bd-seo-intro__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.bd-seo-intro__grid div {
  display: grid;
  gap: 5px;
  padding: 14px;
  border-radius: 8px;
  background: #f4f8f9;
}

.bd-seo-intro__grid strong {
  color: var(--bd-sea);
  font-size: 0.92rem;
}

.bd-seo-intro__grid span {
  color: var(--bd-muted);
  font-size: 0.9rem;
}

.bd-section-heading {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 28px;
}

.bd-section-heading .section-lead {
  margin-bottom: 0;
}

.bd-section-heading .button {
  flex: 0 0 auto;
  margin-top: 6px;
}

.feature-grid,
.bd-card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 18px;
}

.feature,
.bd-card {
  min-height: 180px;
  padding: 24px;
  border: 1px solid var(--bd-line);
  border-radius: 8px;
  background: var(--bd-surface);
}

.feature h3,
.bd-card h3 {
  margin-top: 0;
  line-height: 1.2;
}

.bd-muted {
  color: var(--bd-muted);
}

.bd-map-shell {
  display: grid;
  grid-template-columns: 0.75fr 1.25fr;
  gap: 28px;
  align-items: stretch;
}

.bd-map-copy {
  padding: 34px;
  border-radius: 8px;
  background: #073247;
  color: #fff;
}

.bd-map-copy p {
  color: rgba(255, 255, 255, 0.76);
}

.bd-map {
  min-height: 620px;
  overflow: hidden;
  border: 1px solid var(--bd-line);
  border-radius: 8px;
  box-shadow: var(--bd-shadow);
}

.bd-map-popup {
  display: grid;
  gap: 8px;
  min-width: 220px;
  color: var(--bd-ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.bd-map-popup strong {
  font-size: 1rem;
  line-height: 1.2;
}

.bd-map-popup span {
  display: grid;
  grid-template-columns: 82px minmax(0, 1fr);
  gap: 8px;
  font-size: 0.88rem;
}

.bd-map-popup em {
  color: var(--bd-muted);
  font-style: normal;
  font-weight: 800;
}

.bd-map-popup p {
  margin: 2px 0 0;
  color: var(--bd-muted);
  font-size: 0.9rem;
}

.bd-map-popup a {
  display: inline-flex;
  width: fit-content;
  min-height: 34px;
  align-items: center;
  margin-top: 4px;
  padding: 0 12px;
  border-radius: 8px;
  background: var(--bd-coral);
  color: #fff;
  font-size: 0.86rem;
  font-weight: 850;
}

.bd-points-explorer {
  display: grid;
  gap: 28px;
}

.bd-points-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 180px;
  gap: 28px;
  align-items: end;
}

.bd-points-hero h1,
.bd-points-hero h2 {
  margin: 0 0 12px;
  font-size: clamp(2.4rem, 5vw, 4rem);
  line-height: 1.02;
}

.bd-points-hero p {
  max-width: 780px;
  margin: 0;
  color: var(--bd-muted);
  font-size: 1.08rem;
}

.bd-point-stats {
  padding: 18px;
  border: 1px solid var(--bd-line);
  border-radius: 8px;
  background: #fff;
  text-align: center;
}

.bd-point-stats strong {
  display: block;
  color: var(--bd-sea);
  font-size: 2.4rem;
  line-height: 1;
}

.bd-point-stats span {
  color: var(--bd-muted);
  font-size: 0.88rem;
  font-weight: 750;
}

.bd-point-filters {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
  gap: 14px;
  padding: 18px;
  border: 1px solid var(--bd-line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 34px rgba(15, 44, 56, 0.08);
}

.bd-point-filters label {
  display: grid;
  gap: 7px;
  color: var(--bd-muted);
  font-size: 0.82rem;
  font-weight: 800;
}

.bd-point-filters input,
.bd-point-filters select {
  width: 100%;
  min-height: 44px;
  border: 1px solid var(--bd-line);
  border-radius: 8px;
  padding: 0 12px;
  color: var(--bd-ink);
  font: inherit;
  background: #fff;
}

.bd-filter-reset {
  align-self: end;
  min-height: 44px;
  border: 1px solid var(--bd-line);
  border-radius: 8px;
  padding: 0 16px;
  color: var(--bd-sea);
  font: inherit;
  font-weight: 850;
  background: #eefafa;
  cursor: pointer;
}

.bd-filter-reset:hover {
  border-color: rgba(0, 109, 143, 0.34);
  color: var(--bd-coral);
  background: #fff7f3;
}

.bd-points-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding-top: 10px;
}

.bd-points-toolbar h3 {
  margin: 0;
  font-size: 1.35rem;
}

.bd-points-toolbar span {
  color: var(--bd-muted);
  font-weight: 800;
}

.bd-points-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.bd-point-card {
  display: grid;
  gap: 18px;
  padding: 24px;
  border: 1px solid var(--bd-line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(15, 44, 56, 0.07);
}

.bd-point-card[hidden] {
  display: none;
}

.bd-point-card__top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
}

.bd-point-card__top h4 {
  margin: 0 0 6px;
  font-size: 1.28rem;
  line-height: 1.18;
}

.bd-point-card__top p {
  margin: 0;
  color: var(--bd-muted);
}

.bd-point-card__top span {
  flex: 0 0 auto;
  padding: 6px 10px;
  border-radius: 999px;
  background: #e9fbfb;
  color: var(--bd-sea);
  font-size: 0.78rem;
  font-weight: 850;
}

.bd-point-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin: 0;
}

.bd-point-facts div {
  padding: 12px;
  border-radius: 8px;
  background: #f4f8f9;
}

.bd-point-facts dt {
  color: var(--bd-muted);
  font-size: 0.76rem;
  font-weight: 850;
}

.bd-point-facts dd {
  margin: 3px 0 0;
  font-weight: 800;
}

.bd-point-wildlife {
  margin: 0;
  color: var(--bd-muted);
}

.bd-point-link {
  font-weight: 850;
}

.bd-pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  padding-top: 4px;
}

.bd-pagination[hidden] {
  display: none;
}

.bd-pagination button {
  min-height: 40px;
  min-width: 40px;
  padding: 0 13px;
  border: 1px solid var(--bd-line);
  border-radius: 8px;
  background: #fff;
  color: var(--bd-ink);
  font-weight: 850;
}

.bd-pagination button[aria-current="page"] {
  background: var(--bd-sea);
  color: #fff;
  border-color: var(--bd-sea);
}

.bd-pagination button:disabled {
  cursor: not-allowed;
  opacity: 0.45;
}

.bd-pagination span {
  display: inline-flex;
  min-height: 40px;
  align-items: center;
  color: var(--bd-muted);
  font-weight: 850;
}

.bd-empty-state {
  margin: 0;
  padding: 22px;
  border: 1px solid var(--bd-line);
  border-radius: 8px;
  background: #fff;
  color: var(--bd-muted);
  text-align: center;
  font-weight: 750;
}

.bd-empty-state[hidden] {
  display: none;
}

.bd-single-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin: 28px 0;
}

.bd-single-facts div {
  padding: 18px;
  border: 1px solid var(--bd-line);
  border-radius: 8px;
  background: #fff;
}

.bd-single-facts dt {
  color: var(--bd-muted);
  font-size: 0.8rem;
  font-weight: 850;
}

.bd-single-facts dd {
  margin: 4px 0 0;
  font-size: 1.05rem;
  font-weight: 800;
}

.bd-single-facts--primary {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.bd-dive-single__hero {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 1.1fr);
  gap: 34px;
  align-items: center;
  margin-bottom: 30px;
}

.bd-center-single__hero {
  margin-bottom: 28px;
  padding: 34px;
  border: 1px solid var(--bd-line);
  border-radius: 8px;
  background: #fff;
}

.bd-center-single__hero--with-media {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(280px, 0.72fr);
  gap: 28px;
  align-items: center;
}

.bd-center-single__hero--with-placeholder {
  background: linear-gradient(135deg, #ffffff 0%, #f3fbfb 100%);
}

.bd-center-single__hero h1 {
  margin: 10px 0 12px;
  font-size: clamp(2.2rem, 5vw, 4rem);
  line-height: 1;
}

.bd-center-single__hero p {
  margin: 0;
  color: var(--bd-muted);
  font-size: 1.05rem;
}

.bd-center-status {
  display: inline-flex;
  width: fit-content;
  margin-top: 16px;
  padding: 7px 11px;
  border: 1px solid rgba(12, 165, 183, 0.25);
  border-radius: 999px;
  background: #edfafa;
  color: #116070;
  font-size: 0.78rem;
  font-weight: 850;
}

.bd-center-single__media {
  margin: 0;
}

.bd-center-single__media img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: var(--bd-shadow);
}

.bd-center-single__placeholder {
  display: grid;
  min-height: 260px;
  margin: 0;
  padding: 26px;
  align-content: end;
  border: 1px solid rgba(12, 165, 183, 0.22);
  border-radius: 8px;
  background:
    radial-gradient(circle at 24% 22%, rgba(16, 93, 166, 0.16), transparent 30%),
    linear-gradient(145deg, rgba(7, 31, 48, 0.94), rgba(12, 165, 183, 0.82));
  color: #fff;
  box-shadow: var(--bd-shadow);
}

.bd-center-single__placeholder span {
  margin-bottom: 6px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.8rem;
  font-weight: 850;
  text-transform: uppercase;
}

.bd-center-single__placeholder strong {
  font-size: 1.75rem;
  line-height: 1.1;
}

.bd-center-single__placeholder small {
  max-width: 26ch;
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.45;
}

.bd-dive-single__hero h1 {
  margin: 10px 0 18px;
  font-size: clamp(2.4rem, 6vw, 4.8rem);
  line-height: 0.98;
}

.bd-dive-single__hero p {
  margin: 0;
  color: var(--bd-muted);
  font-size: 1.1rem;
}

.bd-dive-location {
  margin-bottom: 14px;
  color: var(--bd-sea) !important;
  font-weight: 850;
}

.bd-dive-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

.bd-dive-single__hero figure {
  margin: 0;
}

.bd-dive-single__hero img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: var(--bd-shadow);
}

.bd-dive-single__hero figcaption {
  margin-top: 8px;
  color: var(--bd-muted);
  font-size: 0.78rem;
}

.bd-back-link {
  color: var(--bd-sea);
  font-size: 0.88rem;
  font-weight: 850;
}

.bd-dive-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: 24px;
  align-items: start;
}

.bd-dive-main,
.bd-dive-sidebar {
  display: grid;
  gap: 18px;
}

.bd-dive-panel {
  padding: 24px;
  border: 1px solid var(--bd-line);
  border-radius: 8px;
  background: #fff;
}

.bd-dive-panel h2 {
  margin: 0 0 14px;
  font-size: 1.35rem;
}

.bd-dive-panel p {
  margin: 0;
  color: #334855;
}

.bd-dive-compact {
  display: grid;
  gap: 12px;
  margin: 0;
}

.bd-dive-compact div {
  padding-bottom: 12px;
  border-bottom: 1px solid var(--bd-line);
}

.bd-dive-compact div:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.bd-dive-compact dt {
  color: var(--bd-muted);
  font-size: 0.78rem;
  font-weight: 850;
}

.bd-dive-compact dd {
  margin: 4px 0 0;
  color: var(--bd-ink);
  font-weight: 750;
}

.bd-data-note {
  margin-top: 14px;
  padding: 12px 14px;
  border-left: 3px solid var(--bd-aqua);
  border-radius: 0 8px 8px 0;
  background: #edfafa;
  color: var(--bd-muted);
  font-size: 0.9rem;
  line-height: 1.5;
}

.bd-data-note a {
  font-weight: 700;
}

.bd-center-claim {
  background: #071f30;
  color: #fff;
}

.bd-center-claim h2,
.bd-center-claim p {
  color: #fff;
}

.bd-center-claim p {
  margin-bottom: 16px;
  color: rgba(255, 255, 255, 0.78);
}

.bd-dive-warning {
  margin: 0;
  padding: 22px;
  border-left: 5px solid var(--bd-coral);
  border-radius: 8px;
  background: #fff7f3;
}

.bd-dive-warning h2 {
  margin: 0 0 8px;
  font-size: 1.2rem;
}

.bd-dive-warning p {
  margin: 0;
  color: var(--bd-muted);
}

.bd-dive-content {
  display: grid;
  gap: 18px;
}

.bd-dive-content h2 {
  margin: 28px 0 0;
  font-size: 1.7rem;
}

.bd-dive-content p,
.bd-dive-content li {
  color: #334855;
  font-size: 1.04rem;
}

.bd-dive-content img {
  display: block;
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}

.bd-center-photo-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.bd-center-photo-grid figure {
  margin: 0;
}

.bd-center-photo-grid img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.bd-center-photo-grid figcaption {
  margin-top: 6px;
  color: var(--bd-muted);
  font-size: 0.78rem;
}

.bd-related-centers {
  display: grid;
  gap: 14px;
}

.bd-operated-sites {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.bd-related-center {
  display: grid;
  gap: 12px;
  padding: 18px;
  border: 1px solid var(--bd-line);
  border-radius: 8px;
  background: #f8fbfc;
}

.bd-related-center h3 {
  margin: 0 0 4px;
  font-size: 1.12rem;
}

.bd-related-center p {
  margin: 0;
  color: var(--bd-muted);
}

.bd-related-center__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.bd-related-center__actions a {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  padding: 0 11px;
  border: 1px solid var(--bd-line);
  border-radius: 8px;
  background: #fff;
  font-size: 0.86rem;
  font-weight: 850;
}

.bd-centers-explorer {
  display: grid;
  gap: 28px;
}

.bd-destinations-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.bd-destination-card {
  display: grid;
  min-height: 190px;
  overflow: hidden;
  border: 1px solid var(--bd-line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(15, 44, 56, 0.07);
}

.bd-destination-card__media {
  margin: 0;
  position: relative;
}

.bd-destination-card__media img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.bd-destination-card__media figcaption,
.bd-destination-hero__media figcaption {
  margin: 8px 10px 0;
  color: var(--bd-muted);
  font-size: 0.72rem;
  line-height: 1.35;
}

.bd-destination-card__content {
  display: grid;
  gap: 12px;
  padding: 18px;
}

.bd-destination-card h3 {
  margin: 0;
  font-size: 1.14rem;
  line-height: 1.2;
}

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

.bd-destination-card__parent {
  width: fit-content;
  padding: 5px 9px;
  border-radius: 999px;
  background: #fff7f3;
  color: var(--bd-coral) !important;
  font-size: 0.78rem;
  font-weight: 850;
}

.bd-destination-card__stats {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-self: end;
}

.bd-destination-card span,
.bd-destination-stats span {
  display: inline-flex;
  min-height: 30px;
  align-items: center;
  padding: 0 10px;
  border-radius: 999px;
  background: #e9fbfb;
  color: var(--bd-sea);
  font-size: 0.82rem;
  font-weight: 850;
}

.bd-destination-hero {
  max-width: 860px;
}

.bd-destination-hero--with-media {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.72fr);
  gap: 32px;
  max-width: none;
  align-items: center;
}

.bd-destination-hero__media {
  margin: 0;
}

.bd-destination-hero__media img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: var(--bd-shadow);
}

.bd-destination-hero__media figcaption {
  margin: 8px 0 0;
}

.bd-editorial-gallery {
  display: grid;
  grid-template-columns: 1.25fr 0.8fr 0.8fr;
  grid-auto-rows: 210px;
  gap: 14px;
}

.bd-editorial-gallery__item {
  margin: 0;
  overflow: hidden;
  border-radius: 8px;
  background: #12394a;
}

.bd-editorial-gallery__item--wide {
  grid-row: span 2;
}

.bd-editorial-gallery__item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bd-destination-hero h1 {
  margin: 10px 0 18px;
  font-size: clamp(2.5rem, 6vw, 5rem);
  line-height: 0.98;
}

.bd-destination-hero p {
  margin: 0;
  color: var(--bd-muted);
  font-size: 1.12rem;
}

.bd-destination-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.bd-destination-seo-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.72fr);
  gap: 24px;
  align-items: start;
  margin: 0 0 36px;
  padding: 24px;
  border: 1px solid var(--bd-line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(15, 44, 56, 0.06);
}

.bd-destination-seo-panel--planning {
  margin-bottom: 0;
  background: #f8fbfc;
}

.bd-destination-seo-panel h2 {
  margin: 0 0 12px;
  font-size: clamp(1.6rem, 3vw, 2.45rem);
  line-height: 1.1;
}

.bd-destination-seo-panel p {
  margin: 0;
  color: #334855;
}

.bd-destination-facts {
  display: grid;
  gap: 12px;
  margin: 0;
}

.bd-destination-facts div {
  padding: 14px;
  border-radius: 8px;
  background: #f4f8f9;
}

.bd-destination-facts dt {
  color: var(--bd-muted);
  font-size: 0.78rem;
  font-weight: 850;
}

.bd-destination-facts dd {
  margin: 4px 0 0;
  color: var(--bd-ink);
  font-weight: 750;
}

.bd-related-destinations {
  display: grid;
  gap: 14px;
  margin: 0 0 36px;
  padding: 20px;
  border: 1px solid var(--bd-line);
  border-radius: 8px;
  background: #f8fbfc;
}

.bd-related-destinations h2 {
  margin: 0;
  font-size: 1.25rem;
}

.bd-related-destinations div {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.bd-related-destinations a {
  display: inline-flex;
  min-height: 36px;
  align-items: center;
  padding: 0 12px;
  border: 1px solid var(--bd-line);
  border-radius: 8px;
  background: #fff;
  font-size: 0.9rem;
  font-weight: 850;
}

.bd-empty-card {
  display: grid;
  gap: 12px;
  max-width: 760px;
  padding: 24px;
  border: 1px dashed rgba(242, 107, 91, 0.5);
  border-radius: 8px;
  background: #fff;
}

.bd-empty-card h3 {
  margin: 0;
  font-size: 1.3rem;
}

.bd-empty-card p {
  margin: 0;
  color: var(--bd-muted);
}

.bd-empty-card .button {
  width: fit-content;
}

.bd-check-list {
  display: grid;
  gap: 10px;
  margin: 0;
  padding-left: 20px;
  color: #334855;
}

.bd-check-list li {
  padding-left: 2px;
}

.bd-centers-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.bd-center-card {
  display: grid;
  gap: 14px;
  padding: 24px;
  border: 1px solid var(--bd-line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(15, 44, 56, 0.07);
}

.bd-center-card[hidden] {
  display: none;
}

.bd-center-card h4 {
  margin: 0 0 6px;
  font-size: 1.26rem;
  line-height: 1.2;
}

.bd-center-card p {
  margin: 0;
  color: #334855;
}

.bd-center-card__sites {
  padding-top: 10px;
  border-top: 1px solid var(--bd-line);
  color: var(--bd-muted) !important;
}

.bd-featured-centers {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.bd-featured-center {
  display: grid;
  gap: 14px;
  min-height: 270px;
  overflow: hidden;
  padding: 24px;
  border: 1px solid rgba(0, 109, 143, 0.18);
  border-radius: 8px;
  background: linear-gradient(180deg, #ffffff, #f4fbfc);
  box-shadow: 0 14px 34px rgba(15, 44, 56, 0.09);
}

.bd-featured-center__media {
  margin: -24px -24px 2px;
}

.bd-featured-center__media img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.bd-featured-center > span {
  display: inline-flex;
  width: fit-content;
  min-height: 30px;
  align-items: center;
  padding: 0 10px;
  border-radius: 999px;
  background: #e9fbfb;
  color: var(--bd-sea);
  font-size: 0.78rem;
  font-weight: 850;
}

.bd-featured-center h3 {
  margin: 0 0 6px;
  font-size: 1.32rem;
  line-height: 1.18;
}

.bd-featured-center p {
  margin: 0;
  color: #334855;
}

.bd-featured-center__sites {
  padding-top: 10px;
  border-top: 1px solid var(--bd-line);
  color: var(--bd-muted) !important;
}

.bd-featured-center--placeholder {
  border-style: dashed;
  border-color: rgba(242, 107, 91, 0.44);
  background: #fff;
  box-shadow: none;
}

.bd-featured-center--placeholder > span {
  background: #fff7f3;
  color: var(--bd-coral);
}

.bd-featured-center--placeholder h3 {
  color: var(--bd-ink);
}

.bd-mini-facts {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0;
}

.bd-mini-facts div {
  padding: 9px 10px;
  border-radius: 8px;
  background: #fff;
}

.bd-mini-facts dt {
  color: var(--bd-muted);
  font-size: 0.72rem;
  font-weight: 850;
}

.bd-mini-facts dd {
  margin: 2px 0 0;
  font-weight: 800;
}

.bd-center-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  max-width: 980px;
}

.bd-contact-form {
  max-width: 980px;
  margin-top: 24px;
}

.bd-contact-form .bd-form-section {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.bd-contact-form .bd-form-section > label:last-child,
.bd-contact-form .bd-form-section--legal {
  grid-column: 1 / -1;
}

.bd-page-content--contact {
  max-width: 980px;
}

.bd-page-content--center-submit .bd-center-form {
  max-width: none;
}

.bd-hp-field {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.bd-form-section {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  min-width: 0;
  margin: 0;
  padding: 20px;
  border: 1px solid var(--bd-line);
  border-radius: 8px;
  background: #fff;
}

.bd-form-section--wide,
.bd-center-form button {
  grid-column: 1 / -1;
}

.bd-form-section--wide > label,
.bd-site-selector {
  grid-column: 1 / -1;
}

.bd-form-section legend {
  padding: 0 8px;
  color: var(--bd-ink);
  font-weight: 850;
}

.bd-center-form label {
  display: grid;
  gap: 7px;
  color: var(--bd-muted);
  font-weight: 750;
}

.bd-center-form textarea,
.bd-center-form input,
.bd-center-form select {
  width: 100%;
  border: 1px solid var(--bd-line);
  border-radius: 8px;
  padding: 13px 14px;
  font: inherit;
  background: #fff;
}

.bd-center-form textarea {
  resize: vertical;
}

.bd-site-selector {
  display: grid;
  gap: 12px;
}

.bd-site-selector p {
  margin: 0;
  color: var(--bd-muted);
}

.bd-site-selector .bd-field-error {
  color: #b42318;
  font-weight: 800;
}

.bd-checkbox-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  max-height: 360px;
  overflow: auto;
  padding: 10px;
  border: 1px solid var(--bd-line);
  border-radius: 8px;
  background: #f8fbfc;
}

.bd-checkbox-item {
  display: flex !important;
  grid-template-columns: none !important;
  align-items: flex-start;
  gap: 9px !important;
  min-height: 44px;
  padding: 10px;
  border: 1px solid var(--bd-line);
  border-radius: 8px;
  background: #fff;
  color: var(--bd-ink) !important;
  font-size: 0.92rem;
}

.bd-checkbox-item[hidden] {
  display: none !important;
}

.bd-checkbox-item input {
  width: auto;
  margin-top: 4px;
  padding: 0;
}

.bd-form-section--legal {
  gap: 12px;
}

.bd-privacy-check {
  display: flex !important;
  grid-column: 1 / -1;
  align-items: flex-start;
  gap: 10px !important;
  color: var(--bd-ink) !important;
}

.bd-privacy-check input {
  flex: 0 0 auto;
  width: auto;
  margin-top: 5px;
  padding: 0;
}

.bd-privacy-check a {
  font-weight: 850;
}

.bd-form-section--legal p {
  grid-column: 1 / -1;
  margin: 0;
  color: var(--bd-muted);
  font-size: 0.92rem;
}

.bd-notice {
  max-width: 880px;
  margin-bottom: 20px;
  padding: 16px 18px;
  border-left: 4px solid var(--bd-aqua);
  background: #e9fbfb;
}

.bd-notice--error {
  border-left-color: #b42318;
  background: #fff4f2;
}

.site-footer {
  padding: 48px 0 26px;
  background: #082230;
  color: rgba(255, 255, 255, 0.72);
}

.site-footer__inner {
  display: grid;
  grid-template-columns: minmax(260px, 1.25fr) repeat(3, minmax(150px, 0.65fr));
  align-items: start;
  gap: 28px;
}

.site-footer p {
  margin: 0;
}

.site-footer__about {
  display: grid;
  gap: 16px;
  max-width: 460px;
}

.site-footer__disclaimer {
  padding-top: 2px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.84rem;
  line-height: 1.6;
}

.site-footer__brand {
  display: inline-flex;
  align-items: center;
}

.site-footer__brand img {
  display: block;
  width: min(240px, 54vw);
  height: auto;
  filter: brightness(0) invert(1);
  opacity: 0.92;
}

.site-footer__nav {
  display: grid;
  gap: 10px;
  font-size: 0.9rem;
}

.site-footer__nav h2 {
  margin: 0 0 4px;
  color: #fff;
  font-size: 0.92rem;
  line-height: 1.2;
}

.site-footer a {
  color: rgba(255, 255, 255, 0.84);
}

.site-footer__bottom {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 34px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.13);
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.86rem;
}

.site-footer__cookie-link {
  min-height: auto;
  padding: 0;
  border: 0;
  background: transparent;
  color: rgba(255, 255, 255, 0.84);
  font-size: 0.86rem;
  text-decoration: underline;
}

.cookie-banner {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 50;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 16px;
  width: min(820px, calc(100% - 36px));
  padding: 18px;
  border: 1px solid var(--bd-line);
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--bd-shadow);
}

.cookie-banner[hidden] {
  display: none;
}

.cookie-banner__content {
  display: grid;
  gap: 8px;
}

.cookie-banner__content strong {
  color: var(--bd-ink);
  font-size: 1rem;
}

.cookie-banner p {
  margin: 0;
  color: var(--bd-muted);
  font-size: 0.93rem;
  line-height: 1.45;
}

.cookie-banner a {
  font-weight: 800;
}

.cookie-banner__actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(116px, 1fr));
  gap: 10px;
  align-self: center;
}

.cookie-banner__actions button {
  min-height: 42px;
  padding: 0 14px;
}

.cookie-banner__actions [data-cookie-configure],
.cookie-banner__actions [data-cookie-save] {
  grid-column: 1 / -1;
}

.cookie-banner__actions button[hidden],
.cookie-banner__preferences[hidden] {
  display: none;
}

.cookie-banner__preferences {
  display: grid;
  gap: 8px;
  margin-top: 6px;
  padding: 12px;
  border: 1px solid var(--bd-line);
  border-radius: 8px;
  background: #f8fbfc;
}

.cookie-banner__preferences label {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  color: var(--bd-ink);
  font-size: 0.92rem;
  font-weight: 750;
}

.cookie-banner__preferences input {
  flex: 0 0 auto;
  width: auto;
  margin-top: 3px;
}

.cookie-banner__preferences p {
  font-size: 0.84rem;
}

@media (max-width: 1120px) {
  .bd-destinations-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 980px) {
  .bd-destinations-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 860px) {
  .site-header__inner {
    align-items: flex-start;
    flex-direction: column;
    padding: 18px 0;
  }

  .brand img {
    width: min(290px, 84vw);
  }

  .nav-menu {
    flex-wrap: wrap;
    gap: 12px 16px;
  }

  .site-footer__inner,
  .cookie-banner {
    grid-template-columns: 1fr;
  }

  .cookie-banner__actions {
    grid-template-columns: 1fr;
  }

  .site-footer__inner {
    align-items: flex-start;
    flex-direction: column;
  }

  .hero {
    min-height: 580px;
  }

  .feature-grid,
  .bd-card-grid,
  .bd-featured-centers,
  .hero__stats,
  .bd-seo-intro__grid,
  .bd-map-shell,
  .bd-center-form,
  .bd-form-section,
  .bd-checkbox-grid,
  .bd-points-hero,
  .bd-point-filters,
  .bd-points-grid,
  .bd-centers-grid,
  .bd-center-photo-grid,
  .bd-editorial-gallery,
  .bd-operated-sites,
  .bd-single-facts,
  .bd-dive-single__hero,
  .bd-destination-hero--with-media,
  .bd-destination-seo-panel,
  .bd-center-single__hero--with-media,
  .bd-dive-layout {
    grid-template-columns: 1fr;
  }

  .bd-editorial-gallery {
    grid-auto-rows: 210px;
  }

  .bd-editorial-gallery__item--wide {
    grid-row: auto;
  }

  .bd-point-facts {
    grid-template-columns: 1fr;
  }

  .bd-section-heading {
    display: grid;
  }

  .bd-destinations-grid {
    grid-template-columns: 1fr;
  }
}
