/* ============================================================
   BEOND JOURNEYS — Honeymoon Hub Page Styles
   File: css/hub-honeymoon.css   v1.0.0
   Romantic layout  |  Poppins font  |  Brand colours preserved
   Prefix: bh-
============================================================ */

/* Import Geologica font */
@import url("https://fonts.googleapis.com/css2?family=Geologica:wght@100;200;300;400;500;600;700;800;900&display=swap");

/* 0. VARIABLES & BASE --------------------------------------- */
:root {
  --bh-primary: #f97251;
  --bh-primary-dk: #e05c3c;
  --bh-primary-pale: #fef3ef;
  --bh-cream: #fdf8f6;
  --bh-border: #ede4e0;
  --bh-dark: #2d1206;
  --bh-dark2: #5a2d10;
  --bh-text: #666;
  --bh-white: #fff;
  --bh-green: #25d366;
  --bh-green-dk: #1cb857;
  --bh-shadow: 0 6px 32px rgba(0, 0, 0, 0.09);
  --bh-shadow-lg: 0 16px 48px rgba(0, 0, 0, 0.15);
  --bh-radius: 12px;
  --bh-radius-sm: 6px;
  --bh-transition: 0.27s ease;
  --bh-font: "Geologica", sans-serif;
  --bh-container: 1180px;
}

/* Hide theme's auto page title banner on this hub page */
.traveltour-page-title-wrap {
  display: none !important;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Enforce font on all bh- elements */
[class^="bh-"],
[class*=" bh-"],
[class^="bh-"] *,
[class*=" bh-"] * {
  font-family: var(--bh-font) !important;
}

/* Container */
.bh-container {
  max-width: var(--bh-container);
  margin: 0 auto;
  padding: 0 24px;
}

/* Shared text */
.bh-label {
  display: inline-block;
  background: var(--bh-primary-pale);
  color: var(--bh-primary);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  padding: 5px 16px;
  border-radius: 30px;
  margin-bottom: 14px;
}
.bh-h2 {
  font-size: clamp(26px, 3.5vw, 40px);
  font-weight: 800;
  color: var(--bh-dark);
  line-height: 1.2;
  margin: 0 0 12px;
}
.bh-h2-light {
  color: #fff !important;
}
.bh-sub {
  color: var(--bh-text);
  font-size: 16px;
  line-height: 1.7;
  margin: 0 0 36px;
}
.bh-sub-light {
  color: rgba(255, 255, 255, 0.85) !important;
}

/* Buttons */
.bh-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 30px;
  border-radius: var(--bh-radius-sm);
  font-weight: 700;
  font-size: 15px;
  font-family: var(--bh-font);
  text-decoration: none;
  cursor: pointer;
  transition: all var(--bh-transition);
  border: none;
  line-height: 1;
}
.bh-btn-primary {
  background: var(--bh-primary);
  color: #fff !important;
  box-shadow: 0 8px 24px rgba(224, 92, 60, 0.35);
}
.bh-btn-primary:hover {
  background: var(--bh-primary-dk);
  transform: translateY(-2px);
  color: #fff !important;
  box-shadow: 0 12px 28px rgba(224, 92, 60, 0.45);
}
.bh-btn-outline {
  background: transparent;
  color: var(--bh-primary) !important;
  border: 2px solid var(--bh-primary);
}
.bh-btn-outline:hover {
  background: var(--bh-primary);
  color: #fff !important;
  transform: translateY(-2px);
}
.bh-btn-white {
  background: #fff;
  color: var(--bh-primary) !important;
}
.bh-btn-white:hover {
  background: var(--bh-primary-pale);
  transform: translateY(-2px);
  color: var(--bh-primary) !important;
}
.bh-btn-whatsapp {
  background: var(--bh-green);
  color: #fff !important;
}
.bh-btn-whatsapp:hover {
  background: var(--bh-green-dk);
  transform: translateY(-2px);
  color: #fff !important;
}

/* ============================================================
   1. HERO
============================================================ */
.bh-hero {
  position: relative;
  min-height: 640px;
  display: flex;
  flex-direction: column;
  background-size: cover;
  background-position: center top;
  background-color: var(--bh-primary-dk);
}
.bh-hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(to top, rgba(13, 22, 40, 0.6) 0%, rgba(13, 22, 40, 0) 30%),
    linear-gradient(
      to right,
      rgba(13, 22, 40, 0.82) 0%,
      rgba(13, 22, 40, 0.5) 50%,
      rgba(13, 22, 40, 0.1) 100%
    );
}
.bh-hero-body {
  flex: 1;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 2;
}
.bh-hero-content {
  max-width: 600px;
  padding: 80px 0 40px;
}
.bh-hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: #ffb199;
  margin-bottom: 20px;
}
.bh-hero-eyebrow::before,
.bh-hero-eyebrow::after {
  content: "";
  display: block;
  width: 28px;
  height: 1px;
  background: #ffb199;
}
.bh-hero h1 {
  font-size: clamp(34px, 5.5vw, 62px);
  font-weight: 800;
  color: #fff;
  line-height: 1.12;
  margin: 0 0 18px;
  font-family: var(--bh-font) !important;
  text-shadow: 0 2px 28px rgba(0, 0, 0, 0.35);
}
.bh-hero-tagline {
  font-size: 17px;
  color: rgba(255, 255, 255, 0.92);
  font-style: italic;
  font-weight: 400;
  margin: 0 0 34px;
  line-height: 1.65;
  text-shadow: 0 1px 12px rgba(0, 0, 0, 0.3);
}
.bh-hero-ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

/* Stats bar anchored at bottom of hero */
.bh-hero-stats {
  position: relative;
  z-index: 3;
  background: rgba(13, 22, 40, 0.55);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}
.bh-hero-stats-inner {
  max-width: var(--bh-container);
  margin: 0 auto;
  padding: 0 24px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.bh-hero-stat {
  text-align: center;
  padding: 20px 12px;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.bh-hero-stat:last-child {
  border-right: none;
}
.bh-hero-stat-num {
  display: block;
  font-size: 28px;
  font-weight: 800;
  color: #ffb199;
  line-height: 1;
}
.bh-hero-stat-label {
  display: block;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.8);
  font-weight: 500;
  margin-top: 5px;
  letter-spacing: 0.3px;
}

/* ============================================================
   2. INTRO — 2-col split
============================================================ */
.bh-intro {
  background: var(--bh-cream);
  padding: 88px 0;
}
.bh-intro-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 72px;
  align-items: center;
}
.bh-intro-text p {
  color: var(--bh-text);
  font-size: 16px;
  line-height: 1.9;
  margin: 0 0 18px;
}
.bh-intro-text p:last-child {
  margin-bottom: 0;
}
.bh-intro-text strong {
  color: var(--bh-dark);
}
.bh-intro-visual {
  position: relative;
  border-radius: var(--bh-radius);
  overflow: hidden;
  aspect-ratio: 4/3;
  box-shadow: var(--bh-shadow-lg);
}
.bh-intro-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.bh-intro-badge {
  position: absolute;
  bottom: 20px;
  left: 20px;
  background: #fff;
  border-radius: var(--bh-radius-sm);
  padding: 12px 18px;
  box-shadow: var(--bh-shadow);
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  font-weight: 600;
  color: var(--bh-dark);
}
.bh-intro-badge-icon {
  font-size: 22px;
}

/* ============================================================
   3. PACKAGES
============================================================ */
.bh-packages {
  background: var(--bh-white);
  padding: 88px 0;
}
.bh-packages-header {
  text-align: center;
  margin-bottom: 52px;
}

/* Featured card — horizontal */
.bh-pkg-featured {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-radius: var(--bh-radius);
  overflow: hidden;
  box-shadow: var(--bh-shadow-lg);
  margin-bottom: 28px;
  min-height: 360px;
}
.bh-pkg-featured-img {
  background-size: cover;
  background-position: center;
  position: relative;
  min-height: 280px;
}
.bh-pkg-featured-badge {
  position: absolute;
  top: 20px;
  left: 20px;
  background: var(--bh-primary);
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 5px 14px;
  border-radius: 30px;
}
.bh-pkg-featured-body {
  background: #fff;
  padding: 48px 52px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.bh-pkg-featured-body h3 {
  font-size: 30px;
  font-weight: 800;
  color: var(--bh-dark);
  margin: 0 0 14px;
  line-height: 1.2;
}
.bh-pkg-meta {
  display: flex;
  gap: 20px;
  color: var(--bh-text);
  font-size: 14px;
  margin-bottom: 16px;
  flex-wrap: wrap;
}
.bh-pkg-desc {
  color: var(--bh-text);
  font-size: 15px;
  line-height: 1.75;
  margin: 0 0 22px;
}
.bh-pkg-price {
  font-size: 30px;
  font-weight: 800;
  color: var(--bh-primary);
  margin: 0 0 26px;
  line-height: 1;
}
.bh-pkg-price small {
  font-size: 14px;
  font-weight: 500;
  color: var(--bh-text);
}

/* Package grid (remaining packages) */
.bh-pkg-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.bh-pkg-card {
  border-radius: var(--bh-radius);
  overflow: hidden;
  box-shadow: var(--bh-shadow);
  background: #fff;
  transition:
    transform var(--bh-transition),
    box-shadow var(--bh-transition);
  display: flex;
  flex-direction: column;
}
.bh-pkg-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--bh-shadow-lg);
}
.bh-pkg-card-img {
  height: 210px;
  background-size: cover;
  background-position: center;
  position: relative;
  flex-shrink: 0;
}
.bh-pkg-card-badge {
  position: absolute;
  top: 14px;
  left: 14px;
  background: var(--bh-primary);
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding: 4px 12px;
  border-radius: 30px;
}
.bh-pkg-card-body {
  padding: 24px 26px 26px;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.bh-pkg-card-body h3 {
  font-size: 18px;
  font-weight: 700;
  color: var(--bh-dark);
  margin: 0 0 10px;
  line-height: 1.35;
}
.bh-pkg-card-meta {
  display: flex;
  gap: 14px;
  color: var(--bh-text);
  font-size: 13px;
  margin-bottom: 12px;
  flex-wrap: wrap;
}
.bh-pkg-card-price {
  font-size: 22px;
  font-weight: 800;
  color: var(--bh-primary);
  margin: 0 0 18px;
  line-height: 1;
}
.bh-pkg-card-price small {
  font-size: 13px;
  font-weight: 500;
  color: var(--bh-text);
}
.bh-pkg-card-cta {
  margin-top: auto;
}

/* CTA card in grid */
.bh-pkg-card--cta {
  background: var(--bh-primary-pale);
  border: 2px dashed var(--bh-primary);
  align-items: center;
  justify-content: center;
}
.bh-pkg-cta-inner {
  text-align: center;
  padding: 36px 28px;
}
.bh-pkg-cta-inner .bh-big-icon {
  font-size: 38px;
  display: block;
  margin-bottom: 14px;
}
.bh-pkg-cta-inner h3 {
  font-size: 20px;
  font-weight: 700;
  color: var(--bh-dark);
  margin: 0 0 10px;
}
.bh-pkg-cta-inner p {
  color: var(--bh-text);
  font-size: 14px;
  line-height: 1.65;
  margin: 0 0 22px;
}

/* ============================================================
   4. DESTINATIONS — mosaic grid
============================================================ */
.bh-destinations {
  background: var(--bh-primary);
  padding: 88px 0;
}
.bh-destinations-header {
  text-align: center;
  margin-bottom: 52px;
}
.bh-dest-mosaic {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 260px 260px;
  gap: 14px;
}
.bh-dest-tile {
  position: relative;
  border-radius: var(--bh-radius);
  overflow: hidden;
  background-size: cover;
  background-position: center;
  display: block;
  text-decoration: none;
}
.bh-dest-tile:first-child {
  grid-column: 1;
  grid-row: 1 / span 2;
}
.bh-dest-tile-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(224, 92, 60, 0.85) 0%,
    rgba(224, 92, 60, 0.1) 60%
  );
  transition: background var(--bh-transition);
}
.bh-dest-tile:hover .bh-dest-tile-overlay {
  background: linear-gradient(
    to top,
    rgba(249, 114, 81, 0.92) 0%,
    rgba(249, 114, 81, 0.25) 60%
  );
}
.bh-dest-tile-info {
  position: absolute;
  bottom: 22px;
  left: 22px;
  right: 22px;
}
.bh-dest-tile-info h3 {
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  margin: 0 0 4px;
  line-height: 1.2;
}
.bh-dest-tile-info span {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.8);
}

/* ============================================================
   5. WHY US
============================================================ */
.bh-why {
  background: var(--bh-cream);
  padding: 88px 0;
}
.bh-why-header {
  text-align: center;
  margin-bottom: 52px;
}
.bh-why-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}
.bh-why-card {
  background: #fff;
  border-radius: var(--bh-radius);
  padding: 34px 30px;
  border: 1px solid var(--bh-border);
  transition: all var(--bh-transition);
}
.bh-why-card:hover {
  border-color: var(--bh-primary);
  box-shadow: var(--bh-shadow);
  transform: translateY(-5px);
}
.bh-why-icon-circle {
  width: 56px;
  height: 56px;
  background: var(--bh-primary-pale);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  margin-bottom: 20px;
}
.bh-why-card h3 {
  font-size: 17px;
  font-weight: 700;
  color: var(--bh-dark);
  margin: 0 0 10px;
}
.bh-why-card p {
  color: var(--bh-text);
  font-size: 14px;
  line-height: 1.8;
  margin: 0;
}

/* ============================================================
   6. PROCESS — horizontal timeline
============================================================ */
.bh-process {
  background: var(--bh-white);
  padding: 88px 0;
}
.bh-process-header {
  text-align: center;
  margin-bottom: 60px;
}
.bh-process-track {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  position: relative;
}
.bh-process-track::before {
  content: "";
  position: absolute;
  top: 35px;
  left: calc(12.5% + 14px);
  right: calc(12.5% + 14px);
  height: 2px;
  background: repeating-linear-gradient(
    to right,
    var(--bh-primary) 0,
    var(--bh-primary) 8px,
    transparent 8px,
    transparent 20px
  );
  pointer-events: none;
}
.bh-process-step {
  text-align: center;
  padding: 0 8px;
  position: relative;
  z-index: 1;
}
.bh-process-num {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: var(--bh-primary);
  color: #fff;
  font-size: 22px;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 22px;
  box-shadow: 0 4px 20px rgba(249, 114, 81, 0.38);
}
.bh-process-step h3 {
  font-size: 16px;
  font-weight: 700;
  color: var(--bh-dark);
  margin: 0 0 10px;
}
.bh-process-step p {
  color: var(--bh-text);
  font-size: 14px;
  line-height: 1.75;
  margin: 0;
}
.bh-process-cta {
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
  margin-top: 52px;
}

/* ============================================================
   7. INCLUSIONS
============================================================ */
.bh-inclusions {
  background: var(--bh-cream);
  padding: 88px 0;
}
.bh-inclusions-header {
  text-align: center;
  margin-bottom: 52px;
}
.bh-inc-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-bottom: 32px;
}
.bh-inc-col {
  background: #fff;
  border-radius: var(--bh-radius);
  padding: 34px 38px;
  border-top: 4px solid transparent;
}
.bh-inc-col--yes {
  border-top-color: #22c55e;
}
.bh-inc-col--no {
  border-top-color: #ef4444;
}
.bh-inc-col-head {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 24px;
}
.bh-inc-icon {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  font-weight: 800;
  flex-shrink: 0;
}
.bh-inc-col--yes .bh-inc-icon {
  background: #dcfce7;
  color: #16a34a;
}
.bh-inc-col--no .bh-inc-icon {
  background: #fee2e2;
  color: #dc2626;
}
.bh-inc-col h4 {
  font-size: 18px;
  font-weight: 700;
  color: var(--bh-dark);
  margin: 0;
}
.bh-inc-col ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.bh-inc-col ul li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 15px;
  color: var(--bh-text);
  padding: 9px 0;
  border-bottom: 1px solid #f0ebe8;
}
.bh-inc-col ul li:last-child {
  border-bottom: none;
}
.bh-inc-col--yes ul li::before {
  content: "✓";
  color: #16a34a;
  font-weight: 700;
  flex-shrink: 0;
}
.bh-inc-col--no ul li::before {
  content: "✗";
  color: #dc2626;
  font-weight: 700;
  flex-shrink: 0;
}

/* Price banner */
.bh-price-banner {
  background: var(--bh-primary);
  border-radius: var(--bh-radius);
  padding: 38px 52px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
}
.bh-price-from {
  display: block;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: rgba(255, 255, 255, 0.55);
  margin-bottom: 4px;
}
.bh-price-amount {
  font-size: 42px;
  font-weight: 800;
  color: var(--bh-primary);
  line-height: 1;
}
.bh-price-amount em {
  font-style: normal;
  font-size: 17px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.65);
  margin-left: 4px;
}
.bh-price-note {
  color: rgba(255, 255, 255, 0.68);
  font-size: 15px;
  line-height: 1.65;
  flex: 1;
  min-width: 180px;
}

/* ============================================================
   8. GUIDES — horizontal card list
============================================================ */
.bh-guides {
  background: var(--bh-white);
  padding: 88px 0;
}
.bh-guides-header {
  text-align: center;
  margin-bottom: 52px;
}
.bh-guide-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.bh-guide-card {
  display: grid;
  grid-template-columns: 290px 1fr;
  border-radius: var(--bh-radius);
  overflow: hidden;
  box-shadow: var(--bh-shadow);
  text-decoration: none;
  background: #fff;
  transition:
    transform var(--bh-transition),
    box-shadow var(--bh-transition);
}
.bh-guide-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--bh-shadow-lg);
}
.bh-guide-img {
  background-size: cover;
  background-position: center;
  min-height: 200px;
}
.bh-guide-body {
  padding: 30px 36px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.bh-guide-cat {
  display: inline-block;
  background: var(--bh-primary-pale);
  color: var(--bh-primary);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 4px 12px;
  border-radius: 30px;
  margin-bottom: 12px;
}
.bh-guide-body h3 {
  font-size: 20px;
  font-weight: 700;
  color: var(--bh-dark);
  margin: 0 0 10px;
  line-height: 1.4;
}
.bh-guide-body p {
  color: var(--bh-text);
  font-size: 14px;
  line-height: 1.75;
  margin: 0 0 14px;
}
.bh-guide-link {
  font-size: 14px;
  font-weight: 700;
  color: var(--bh-primary);
}

/* ============================================================
   9. TESTIMONIALS
============================================================ */
.bh-testimonials {
  background: var(--bh-primary-dk);
  padding: 88px 0;
}
.bh-testimonials-header {
  text-align: center;
  margin-bottom: 52px;
}
.bh-testi-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.bh-testi-card {
  background: rgba(255, 255, 255, 0.055);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: var(--bh-radius);
  padding: 34px 30px;
  position: relative;
  overflow: hidden;
}
.bh-testi-card::before {
  content: "\201C";
  position: absolute;
  top: 10px;
  right: 22px;
  font-size: 90px;
  color: var(--bh-primary);
  opacity: 0.18;
  line-height: 1;
  font-family: Georgia, "Times New Roman", serif !important;
}
.bh-testi-stars {
  color: var(--bh-primary);
  font-size: 15px;
  letter-spacing: 3px;
  margin-bottom: 16px;
}
.bh-testi-card > p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
  line-height: 1.85;
  margin: 0 0 22px;
  font-style: italic;
}
.bh-testi-author {
  display: flex;
  align-items: center;
  gap: 12px;
}
.bh-testi-avatar {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: var(--bh-primary);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.bh-testi-author strong {
  display: block;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
}
.bh-testi-author span {
  display: block;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.52);
  margin-top: 2px;
}

/* ============================================================
   10. FAQ
============================================================ */
.bh-faq {
  background: var(--bh-cream);
  padding: 88px 0;
}
.bh-faq-header {
  text-align: center;
  margin-bottom: 48px;
}
.bh-faq-list {
  max-width: 820px;
  margin: 0 auto;
}
.bh-faq-item {
  background: #fff;
  border-radius: var(--bh-radius-sm);
  margin-bottom: 10px;
  border: 1px solid var(--bh-border);
  overflow: hidden;
}
.bh-faq-q {
  width: 100%;
  background: none !important;
  border: none;
  padding: 20px 26px !important;
  text-transform: none !important;
  letter-spacing: normal !important;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  font-size: 15px !important;
  font-weight: 600;
  color: var(--bh-dark) !important;
  font-family: var(--bh-font);
  text-align: left;
  gap: 14px;
  transition: color var(--bh-transition);
}
.bh-faq-q:hover {
  color: var(--bh-primary) !important;
  background: var(--bh-primary-pale) !important;
}
.bh-faq-icon {
  font-size: 22px;
  color: var(--bh-primary);
  font-weight: 300;
  flex-shrink: 0;
  transition: transform var(--bh-transition);
}
.bh-faq-item.bh-faq-open .bh-faq-icon {
  transform: rotate(45deg);
}
.bh-faq-a {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.36s ease;
}
.bh-faq-a p {
  padding: 0 26px 24px;
  color: var(--bh-text);
  font-size: 14px;
  line-height: 1.85;
  margin: 0;
}

/* ============================================================
   11. CTA / LEAD CAPTURE
============================================================ */
.bh-cta {
  background: linear-gradient(
    135deg,
    var(--bh-primary-dk) 0%,
    var(--bh-primary) 100%
  );
  padding: 88px 0;
}
.bh-cta-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 68px;
  align-items: start;
}
.bh-cta-text h2 {
  font-size: clamp(26px, 3vw, 36px);
  font-weight: 800;
  color: #fff;
  margin: 0 0 16px;
  line-height: 1.25;
}
.bh-cta-text p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 16px;
  line-height: 1.75;
  margin: 0 0 30px;
}
.bh-cta-form {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--bh-radius);
  padding: 38px 34px;
}
.bh-form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-bottom: 14px;
}
.bh-cta-form input,
.bh-cta-form select,
.bh-cta-form textarea {
  width: 100%;
  padding: 13px 16px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--bh-radius-sm);
  background: rgba(255, 255, 255, 0.07);
  color: #fff;
  font-size: 14px;
  font-family: var(--bh-font);
  outline: none;
  transition: border-color var(--bh-transition);
}
.bh-cta-form input::placeholder,
.bh-cta-form textarea::placeholder {
  color: rgba(255, 255, 255, 0.42);
}
.bh-cta-form select option {
  background: var(--bh-primary-dk);
  color: #fff;
}
.bh-cta-form input:focus,
.bh-cta-form select:focus,
.bh-cta-form textarea:focus {
  border-color: var(--bh-primary);
}
.bh-cta-form textarea {
  margin-bottom: 14px;
  resize: vertical;
}
.bh-cta-form .bh-btn {
  width: 100%;
  justify-content: center;
  padding: 15px;
}

/* ============================================================
   12. INTERNAL LINKS
============================================================ */
.bh-internal-links {
  background: var(--bh-white);
  padding: 72px 0;
}
.bh-links-header {
  text-align: center;
  margin-bottom: 40px;
}
.bh-links-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.bh-link-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 30px 20px;
  border-radius: var(--bh-radius);
  border: 1px solid var(--bh-border);
  text-decoration: none;
  color: var(--bh-dark);
  transition: all var(--bh-transition);
}
.bh-link-card:hover {
  border-color: var(--bh-primary);
  background: var(--bh-primary-pale);
  transform: translateY(-4px);
}
.bh-link-icon {
  font-size: 34px;
  margin-bottom: 12px;
  display: block;
}
.bh-link-card h3 {
  font-size: 15px;
  font-weight: 700;
  color: var(--bh-dark);
  margin: 0 0 8px;
}
.bh-link-card p {
  font-size: 13px;
  color: var(--bh-text);
  line-height: 1.6;
  margin: 0 0 12px;
}
.bh-link-arrow {
  font-size: 18px;
  color: var(--bh-primary);
  font-weight: 700;
  display: block;
  margin-top: auto;
}

/* ============================================================
   13. FOOTER SEO
============================================================ */
.bh-footer-seo {
  background: var(--bh-cream);
  padding: 52px 0;
  border-top: 1px solid var(--bh-border);
}
.bh-footer-seo-inner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 36px;
}
.bh-footer-seo-col h4 {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: var(--bh-dark);
  margin: 0 0 16px;
  padding-bottom: 10px;
  border-bottom: 2px solid var(--bh-primary);
  display: inline-block;
}
.bh-footer-seo-col ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.bh-footer-seo-col ul li {
  margin-bottom: 9px;
}
.bh-footer-seo-col ul li a {
  font-size: 14px;
  color: var(--bh-text);
  text-decoration: none;
  transition: color var(--bh-transition);
}
.bh-footer-seo-col ul li a:hover {
  color: var(--bh-primary);
}

/* ============================================================
   RESPONSIVE
============================================================ */
@media (max-width: 1024px) {
  .bh-intro-grid {
    gap: 40px;
  }
  .bh-pkg-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .bh-why-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .bh-testi-grid {
    grid-template-columns: 1fr 1fr;
  }
  .bh-links-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .bh-footer-seo-inner {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .bh-hero {
    min-height: 520px;
  }
  .bh-hero-stats-inner {
    grid-template-columns: repeat(2, 1fr);
  }
  .bh-hero-stat {
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  .bh-hero-stat:nth-child(odd) {
    border-right: 1px solid rgba(255, 255, 255, 0.1);
  }
  .bh-hero-stat:nth-child(3),
  .bh-hero-stat:nth-child(4) {
    border-bottom: none;
  }

  .bh-intro-grid {
    grid-template-columns: 1fr;
  }
  .bh-intro-visual {
    aspect-ratio: 16/9;
  }

  .bh-pkg-featured {
    grid-template-columns: 1fr;
    min-height: auto;
  }
  .bh-pkg-featured-img {
    height: 260px;
  }
  .bh-pkg-featured-body {
    padding: 30px 26px;
  }
  .bh-pkg-grid {
    grid-template-columns: 1fr;
  }

  .bh-dest-mosaic {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 200px 200px 200px;
  }
  .bh-dest-tile:first-child {
    grid-column: 1 / span 2;
    grid-row: 1;
  }

  .bh-why-grid {
    grid-template-columns: 1fr;
  }

  .bh-process-track {
    grid-template-columns: 1fr;
    gap: 36px;
  }
  .bh-process-track::before {
    display: none;
  }
  .bh-process-step {
    text-align: left;
    display: flex;
    gap: 22px;
    align-items: flex-start;
  }
  .bh-process-num {
    flex-shrink: 0;
  }

  .bh-inc-split {
    grid-template-columns: 1fr;
  }
  .bh-price-banner {
    flex-direction: column;
    align-items: flex-start;
    padding: 28px 24px;
  }

  .bh-guide-card {
    grid-template-columns: 1fr;
  }
  .bh-guide-img {
    height: 220px;
  }

  .bh-testi-grid {
    grid-template-columns: 1fr;
  }

  .bh-cta-inner {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .bh-form-row {
    grid-template-columns: 1fr;
  }

  .bh-links-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .bh-footer-seo-inner {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 480px) {
  .bh-links-grid {
    grid-template-columns: 1fr;
  }
  .bh-dest-mosaic {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }
  .bh-dest-tile {
    height: 190px;
  }
  .bh-dest-tile:first-child {
    grid-column: 1;
    grid-row: auto;
  }
  .bh-hero-content {
    padding-top: 60px;
  }
}
