/*
Theme Name: Bee Trekking Sentul
Theme URI: https://beetrekking.com
Author: Bee Trekking Team
Author URI: https://beetrekking.com
Description: Tema WordPress modern, premium, dan siap pakai untuk Bee Trekking Sentul. Desain nuansa alam dengan warna orange, putih, dan gold. Full responsive, SEO friendly, dan mudah diedit melalui Customizer & Gutenberg.
Version: 1.1.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: bee-trekking
Tags: one-column, custom-logo, custom-menu, featured-images, full-width-template, theme-options, translation-ready, blog, outdoor, adventure
*/

/* =====================================================
   BASE & RESET
===================================================== */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-family: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  color: #1e293b;
  background: #ffffff;
  line-height: 1.65;
  overflow-x: hidden;
  font-weight: 400;
}

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

a {
  text-decoration: none;
  color: inherit;
  transition: color 0.25s ease, opacity 0.25s ease, transform 0.25s ease;
}

ul, ol { list-style: none; }

h1, h2, h3, h4, h5, h6 {
  font-family: 'Poppins', system-ui, sans-serif;
  font-weight: 700;
  line-height: 1.2;
  color: #0f172a;
  letter-spacing: -0.02em;
}

p { color: #475569; }

/* =====================================================
   DESIGN TOKENS
===================================================== */
:root {
  --color-primary: #ea580c;
  --color-primary-dark: #c2410c;
  --color-primary-light: #f97316;
  --color-gold: #d97706;
  --color-gold-light: #f59e0b;
  --color-white: #ffffff;
  --color-slate-50: #f8fafc;
  --color-slate-100: #f1f5f9;
  --color-slate-200: #e2e8f0;
  --color-slate-300: #cbd5e1;
  --color-slate-400: #94a3b8;
  --color-slate-500: #64748b;
  --color-slate-600: #475569;
  --color-slate-700: #334155;
  --color-slate-800: #1e293b;
  --color-slate-900: #0f172a;
  --color-orange-50: #fff7ed;
  --color-orange-100: #ffedd5;
  --font-sans: 'Inter', system-ui, sans-serif;
  --font-display: 'Poppins', system-ui, sans-serif;
  --radius-sm: 0.5rem;
  --radius: 0.875rem;
  --radius-lg: 1.25rem;
  --radius-xl: 1.5rem;
  --radius-full: 9999px;
  --shadow-sm: 0 1px 2px rgba(15, 23, 42, 0.04);
  --shadow: 0 4px 16px rgba(15, 23, 42, 0.06), 0 1px 3px rgba(15, 23, 42, 0.04);
  --shadow-md: 0 8px 30px rgba(15, 23, 42, 0.08), 0 2px 8px rgba(15, 23, 42, 0.04);
  --shadow-lg: 0 20px 50px rgba(234, 88, 12, 0.15), 0 8px 20px rgba(15, 23, 42, 0.06);
  --shadow-xl: 0 25px 60px rgba(15, 23, 42, 0.12);
  --container: 1200px;
  --header-height: 72px;
  --transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

/* =====================================================
   LAYOUT
===================================================== */
.container {
  width: 100%;
  max-width: var(--container);
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

@media (min-width: 768px) {
  .container { padding-left: 2rem; padding-right: 2rem; }
}

.section {
  padding: 5rem 0;
}

@media (min-width: 768px) {
  .section { padding: 6.5rem 0; }
}

@media (min-width: 1024px) {
  .section { padding: 7.5rem 0; }
}

/* Section headers */
.section-subtitle {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: var(--color-primary);
  font-weight: 600;
  font-size: 0.8125rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 0.75rem;
}

.section-subtitle::before {
  content: '';
  width: 20px;
  height: 2px;
  background: var(--color-primary);
  border-radius: 1px;
}

.section-title {
  font-size: 1.875rem;
  font-weight: 700;
  letter-spacing: -0.03em;
  margin-bottom: 0;
  position: relative;
}

@media (min-width: 768px) {
  .section-title { font-size: 2.5rem; }
}

.section-title::after {
  content: '';
  display: block;
  width: 48px;
  height: 3px;
  background: linear-gradient(90deg, var(--color-primary), var(--color-gold-light));
  margin-top: 0.875rem;
  border-radius: 2px;
}

.text-center .section-title::after,
.section-title.centered::after {
  margin-left: auto;
  margin-right: auto;
}

.section-desc {
  color: var(--color-slate-500);
  max-width: 36rem;
  margin: 1.25rem auto 0;
  font-size: 1.0625rem;
  line-height: 1.7;
}

.text-center .section-subtitle {
  justify-content: center;
}

.text-center .section-subtitle::before {
  display: none;
}

/* =====================================================
   BUTTONS
===================================================== */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.8125rem 1.75rem;
  font-family: var(--font-sans);
  font-weight: 600;
  font-size: 0.9375rem;
  border-radius: var(--radius-full);
  border: none;
  cursor: pointer;
  transition: all var(--transition);
  letter-spacing: -0.01em;
  white-space: nowrap;
}

.btn-primary {
  background: var(--color-primary);
  color: var(--color-white);
  box-shadow: 0 4px 14px rgba(234, 88, 12, 0.35);
}

.btn-primary:hover {
  background: var(--color-primary-dark);
  box-shadow: 0 6px 20px rgba(234, 88, 12, 0.4);
  transform: translateY(-2px);
}

.btn-gold {
  background: linear-gradient(135deg, #fbbf24, #f59e0b);
  color: #78350f;
  box-shadow: 0 4px 14px rgba(245, 158, 11, 0.35);
  font-weight: 700;
}

.btn-gold:hover {
  filter: brightness(1.08);
  box-shadow: 0 6px 20px rgba(245, 158, 11, 0.45);
  transform: translateY(-2px);
}

.btn-outline {
  background: rgba(255, 255, 255, 0.12);
  border: 1.5px solid rgba(255, 255, 255, 0.45);
  color: var(--color-white);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.btn-outline:hover {
  background: rgba(255, 255, 255, 0.22);
  border-color: rgba(255, 255, 255, 0.7);
  transform: translateY(-2px);
}

.btn-lg {
  padding: 1rem 2.25rem;
  font-size: 1rem;
}

.btn-sm {
  padding: 0.5rem 1.25rem;
  font-size: 0.8125rem;
}

/* =====================================================
   HEADER
===================================================== */
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(16px) saturate(180%);
  -webkit-backdrop-filter: blur(16px) saturate(180%);
  border-bottom: 1px solid transparent;
  transition: all var(--transition);
  height: var(--header-height);
}

.site-header.scrolled {
  background: rgba(255, 255, 255, 0.97);
  border-bottom-color: var(--color-slate-100);
  box-shadow: 0 1px 12px rgba(15, 23, 42, 0.06);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}

.site-branding {
  display: flex;
  align-items: center;
  gap: 0.625rem;
}

.site-logo-link {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  text-decoration: none;
}

.site-logo-img {
  width: 44px;
  height: 44px;
  object-fit: contain;
  border-radius: 50%;
  flex-shrink: 0;
  box-shadow: 0 2px 8px rgba(15, 23, 42, 0.1);
}

.site-title {
  font-family: var(--font-display);
  font-size: 1.1875rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--color-slate-900);
}

.site-title .bee {
  color: var(--color-primary);
}

.custom-logo-link { display: flex; align-items: center; }
.custom-logo { max-height: 48px; width: auto; }

/* Navigation */
.main-navigation {
  display: none;
  align-items: center;
  gap: 0.125rem;
}

@media (min-width: 1024px) {
  .main-navigation { display: flex; }
}

.main-navigation a {
  font-size: 0.8125rem;
  font-weight: 500;
  color: var(--color-slate-600);
  padding: 0.5rem 0.75rem;
  border-radius: var(--radius-sm);
  position: relative;
  letter-spacing: -0.01em;
}

.main-navigation a:hover {
  color: var(--color-primary);
  background: var(--color-orange-50);
}

.main-navigation a.active {
  color: var(--color-primary);
  font-weight: 600;
}

.header-cta {
  display: none;
}

@media (min-width: 768px) {
  .header-cta {
    display: inline-flex;
    padding: 0.625rem 1.375rem;
    font-size: 0.8125rem;
  }
}

.menu-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: var(--color-slate-50);
  border: 1px solid var(--color-slate-200);
  border-radius: var(--radius-sm);
  font-size: 1.125rem;
  color: var(--color-slate-700);
  cursor: pointer;
  transition: all var(--transition);
}

.menu-toggle:hover {
  background: var(--color-orange-50);
  border-color: var(--color-orange-100);
  color: var(--color-primary);
}

@media (min-width: 1024px) {
  .menu-toggle { display: none; }
}

.mobile-menu {
  display: none;
  background: white;
  border-top: 1px solid var(--color-slate-100);
  padding: 0.75rem 0 1.25rem;
  box-shadow: var(--shadow-md);
}

.mobile-menu.open { display: block; }

.mobile-menu a {
  display: block;
  padding: 0.8125rem 1.25rem;
  font-weight: 500;
  font-size: 0.9375rem;
  color: var(--color-slate-700);
  border-radius: var(--radius-sm);
  margin: 0 0.5rem;
}

.mobile-menu a:hover {
  color: var(--color-primary);
  background: var(--color-orange-50);
}

.mobile-menu a:last-child {
  margin-top: 0.5rem;
  background: var(--color-primary);
  color: white;
  text-align: center;
  font-weight: 600;
  border-radius: var(--radius-full);
}

.mobile-menu a:last-child:hover {
  background: var(--color-primary-dark);
  color: white;
}

/* =====================================================
   HERO
===================================================== */
.hero {
  position: relative;
  min-height: 100vh;
  min-height: 100dvh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding-top: var(--header-height);
}

.hero-bg {
  position: absolute;
  inset: 0;
}

.hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.02);
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(160deg, rgba(15, 23, 42, 0.55) 0%, rgba(194, 65, 12, 0.65) 45%, rgba(120, 53, 15, 0.7) 100%);
}

.hero-content {
  position: relative;
  z-index: 10;
  text-align: center;
  color: white;
  max-width: 52rem;
  padding: 3rem 1.25rem 4rem;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 0.4375rem 1.125rem;
  border-radius: var(--radius-full);
  font-size: 0.8125rem;
  font-weight: 500;
  margin-bottom: 1.75rem;
  letter-spacing: 0.01em;
}

.hero-title {
  font-size: 2.25rem;
  font-weight: 800;
  color: white;
  margin-bottom: 1.25rem;
  line-height: 1.15;
  letter-spacing: -0.03em;
  text-shadow: 0 2px 20px rgba(0, 0, 0, 0.2);
}

@media (min-width: 640px) {
  .hero-title { font-size: 3rem; }
}

@media (min-width: 768px) {
  .hero-title { font-size: 3.5rem; }
}

@media (min-width: 1024px) {
  .hero-title { font-size: 4rem; }
}

.hero-title .highlight {
  color: #fbbf24;
  position: relative;
}

.hero-desc {
  font-size: 1.0625rem;
  color: rgba(255, 255, 255, 0.88);
  max-width: 34rem;
  margin: 0 auto 2.5rem;
  line-height: 1.7;
  font-weight: 400;
}

@media (min-width: 768px) {
  .hero-desc { font-size: 1.125rem; }
}

.hero-buttons {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.875rem;
  margin-bottom: 3.5rem;
}

@media (min-width: 640px) {
  .hero-buttons {
    flex-direction: row;
    justify-content: center;
  }
}

.hero-stats {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
  max-width: 36rem;
  margin: 0 auto;
  padding-top: 2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}

@media (min-width: 768px) {
  .hero-stats {
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
  }
}

.stat-item { text-align: center; }

.stat-number {
  font-family: var(--font-display);
  font-size: 1.75rem;
  font-weight: 800;
  color: #fbbf24;
  letter-spacing: -0.02em;
  line-height: 1.1;
}

@media (min-width: 768px) {
  .stat-number { font-size: 2rem; }
}

.stat-label {
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.7);
  margin-top: 0.35rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.scroll-indicator {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%);
  color: rgba(255, 255, 255, 0.6);
  animation: bounce 2.5s infinite;
  transition: color 0.3s;
}

.scroll-indicator:hover { color: white; }

@keyframes bounce {
  0%, 100% { transform: translateX(-50%) translateY(0); }
  50% { transform: translateX(-50%) translateY(-8px); }
}

/* =====================================================
   ABOUT
===================================================== */
.about {
  background: var(--color-slate-50);
}

.about-grid {
  display: grid;
  gap: 3.5rem;
  align-items: center;
}

@media (min-width: 1024px) {
  .about-grid { grid-template-columns: 1fr 1fr; gap: 4.5rem; }
}

.about-content .section-title { text-align: left; }
.about-content .section-title::after { margin-left: 0; }
.about-content .section-subtitle { justify-content: flex-start; }
.about-content .section-subtitle::before { display: block; }

.about-text {
  color: var(--color-slate-600);
  margin-bottom: 1rem;
  line-height: 1.75;
  font-size: 1rem;
}

.about-features {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.25rem;
  margin: 2rem 0 2.25rem;
}

.feature-item {
  display: flex;
  gap: 0.875rem;
  align-items: flex-start;
}

.feature-icon {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: white;
  border: 1px solid var(--color-orange-100);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-primary);
  flex-shrink: 0;
  font-size: 0.9375rem;
  box-shadow: var(--shadow-sm);
}

.feature-item h4 {
  font-size: 0.9375rem;
  margin-bottom: 0.15rem;
  font-weight: 600;
}

.feature-item p {
  font-size: 0.8125rem;
  color: var(--color-slate-500);
  line-height: 1.4;
}

.about-images {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.875rem;
}

.about-images img {
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
  object-fit: cover;
  width: 100%;
}

.about-images img:nth-child(1) { height: 220px; }
.about-images img:nth-child(2) { height: 220px; margin-top: 1.75rem; }
.about-images img:nth-child(3) { height: 160px; margin-top: -1.75rem; }
.about-images img:nth-child(4) { height: 160px; }

@media (min-width: 768px) {
  .about-images img:nth-child(1) { height: 260px; }
  .about-images img:nth-child(2) { height: 260px; }
  .about-images img:nth-child(3) { height: 180px; }
  .about-images img:nth-child(4) { height: 180px; }
}

.about-badge {
  position: absolute;
  bottom: -0.75rem;
  left: -0.75rem;
  background: linear-gradient(135deg, var(--color-primary), #c2410c);
  color: white;
  padding: 1rem 1.375rem;
  border-radius: var(--radius);
  box-shadow: var(--shadow-lg);
  z-index: 2;
}

.about-badge .num {
  font-family: var(--font-display);
  font-size: 1.5rem;
  font-weight: 800;
  line-height: 1;
}

.about-badge .label {
  font-size: 0.75rem;
  opacity: 0.9;
  margin-top: 0.2rem;
  font-weight: 500;
}

/* =====================================================
   PACKAGES
===================================================== */
.packages-grid {
  display: grid;
  gap: 1.75rem;
  margin-top: 3.25rem;
}

@media (min-width: 768px) {
  .packages-grid { grid-template-columns: repeat(3, 1fr); }
}

.package-card {
  background: white;
  border-radius: var(--radius-xl);
  overflow: hidden;
  box-shadow: var(--shadow);
  border: 1px solid var(--color-slate-100);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  display: flex;
  flex-direction: column;
}

.package-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-xl);
  border-color: var(--color-orange-100);
}

.package-card.popular {
  border: 2px solid var(--color-primary);
  position: relative;
  box-shadow: var(--shadow-md);
}

.package-card.popular:hover {
  box-shadow: var(--shadow-lg);
}

.popular-badge {
  position: absolute;
  top: 0;
  right: 0;
  background: var(--color-primary);
  color: white;
  font-size: 0.6875rem;
  font-weight: 700;
  padding: 0.35rem 1rem;
  border-radius: 0 0 0 0.75rem;
  z-index: 5;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.package-image {
  position: relative;
  height: 200px;
  overflow: hidden;
}

.package-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.package-card:hover .package-image img {
  transform: scale(1.06);
}

.package-level {
  position: absolute;
  top: 1rem;
  left: 1rem;
  font-size: 0.6875rem;
  font-weight: 700;
  padding: 0.3rem 0.75rem;
  border-radius: var(--radius-full);
  color: white;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  backdrop-filter: blur(4px);
}

.level-easy { background: rgba(34, 197, 94, 0.9); }
.level-medium { background: rgba(234, 88, 12, 0.9); }
.level-adventure { background: rgba(239, 68, 68, 0.9); }

.package-body {
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.package-body h3 {
  font-size: 1.1875rem;
  margin-bottom: 0.4rem;
  font-weight: 700;
}

.package-body > p {
  font-size: 0.875rem;
  color: var(--color-slate-500);
  margin-bottom: 1.125rem;
  line-height: 1.55;
}

.package-features {
  margin-bottom: 1.5rem;
  flex: 1;
}

.package-features li {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  color: var(--color-slate-600);
  margin-bottom: 0.5rem;
}

.package-features li i {
  color: #22c55e;
  font-size: 0.75rem;
  width: 16px;
  text-align: center;
}

.package-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 1rem;
  border-top: 1px solid var(--color-slate-100);
}

.package-price {
  font-family: var(--font-display);
  font-size: 1.375rem;
  font-weight: 800;
  color: var(--color-primary);
  letter-spacing: -0.02em;
}

.package-price span {
  font-size: 0.75rem;
  font-weight: 500;
  color: var(--color-slate-400);
  font-family: var(--font-sans);
}

/* =====================================================
   OFFROAD
===================================================== */
.offroad {
  background: linear-gradient(180deg, var(--color-slate-50) 0%, white 100%);
}

.offroad-grid {
  display: grid;
  gap: 3rem;
  align-items: center;
  margin-top: 3.25rem;
}

@media (min-width: 1024px) {
  .offroad-grid { grid-template-columns: 1fr 1fr; gap: 4rem; }
}

.offroad-images { position: relative; }

.offroad-images > img:first-child {
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow-xl);
  width: 100%;
  height: 300px;
  object-fit: cover;
}

@media (min-width: 1024px) {
  .offroad-images > img:first-child { height: 420px; }
}

.offroad-images .secondary {
  display: none;
}

@media (min-width: 768px) {
  .offroad-images .secondary {
    display: block;
    position: absolute;
    bottom: -1.25rem;
    right: -1.25rem;
    width: 180px;
    height: 130px;
    object-fit: cover;
    border-radius: var(--radius);
    box-shadow: var(--shadow-md);
    border: 4px solid white;
  }
}

.offroad-options { margin: 1.75rem 0 2rem; }

.offroad-option {
  display: flex;
  gap: 1rem;
  align-items: center;
  background: white;
  padding: 1.125rem 1.25rem;
  border-radius: var(--radius);
  box-shadow: var(--shadow-sm);
  border: 1px solid var(--color-slate-100);
  margin-bottom: 0.75rem;
  transition: all var(--transition);
}

.offroad-option:hover {
  border-color: var(--color-orange-100);
  box-shadow: var(--shadow);
}

.offroad-option-icon {
  width: 48px;
  height: 48px;
  background: var(--color-orange-50);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-primary);
  font-size: 1.125rem;
  flex-shrink: 0;
}

.offroad-option h4 {
  font-size: 0.975rem;
  margin-bottom: 0.15rem;
  font-weight: 600;
}

.offroad-option p {
  font-size: 0.8125rem;
  color: var(--color-slate-500);
}

.offroad-option .price {
  color: var(--color-primary);
  font-weight: 700;
  margin-top: 0.25rem;
  font-size: 0.875rem;
}

/* =====================================================
   DESTINATIONS
===================================================== */
.destinations-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  margin-top: 3.25rem;
}

@media (min-width: 768px) {
  .destinations-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 1.25rem;
  }
}

.dest-card {
  position: relative;
  border-radius: var(--radius-lg);
  overflow: hidden;
  height: 260px;
  transition: all 0.4s ease;
  box-shadow: var(--shadow-sm);
}

.dest-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-md);
}

.dest-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.dest-card:hover img { transform: scale(1.08); }

.dest-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(15, 23, 42, 0.8) 0%, rgba(15, 23, 42, 0.1) 55%, transparent 100%);
}

.dest-info {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 1.25rem;
  color: white;
}

.dest-info h3 {
  color: white;
  font-size: 1.0625rem;
  margin-bottom: 0.2rem;
  font-weight: 700;
}

.dest-info p {
  font-size: 0.8125rem;
  opacity: 0.8;
  color: rgba(255, 255, 255, 0.85);
}

/* =====================================================
   GALLERY
===================================================== */
.gallery {
  background: var(--color-slate-50);
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.75rem;
  margin-top: 3.25rem;
}

@media (min-width: 768px) {
  .gallery-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
  }
}

@media (min-width: 1024px) {
  .gallery-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

.gallery-item {
  aspect-ratio: 1;
  overflow: hidden;
  border-radius: var(--radius);
  box-shadow: var(--shadow-sm);
  position: relative;
}

.gallery-item::after {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(15, 23, 42, 0);
  transition: background 0.3s ease;
}

.gallery-item:hover::after {
  background: rgba(15, 23, 42, 0.15);
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.gallery-item:hover img { transform: scale(1.08); }

/* =====================================================
   TESTIMONIALS
===================================================== */
.testimonials-grid {
  display: grid;
  gap: 1.5rem;
  margin-top: 3.25rem;
}

@media (min-width: 768px) {
  .testimonials-grid { grid-template-columns: repeat(3, 1fr); }
}

.testimonial-card {
  background: white;
  border-radius: var(--radius-lg);
  padding: 1.75rem;
  box-shadow: var(--shadow);
  border: 1px solid var(--color-slate-100);
  transition: all var(--transition);
  position: relative;
}

.testimonial-card:hover {
  box-shadow: var(--shadow-md);
  border-color: var(--color-orange-100);
}

.testimonial-card::before {
  content: '"';
  position: absolute;
  top: 1rem;
  right: 1.5rem;
  font-family: Georgia, serif;
  font-size: 4rem;
  color: var(--color-orange-100);
  line-height: 1;
  pointer-events: none;
}

.stars {
  color: var(--color-gold-light);
  margin-bottom: 1rem;
  font-size: 0.8125rem;
  letter-spacing: 0.1em;
}

.testimonial-text {
  color: var(--color-slate-600);
  font-style: italic;
  margin-bottom: 1.5rem;
  line-height: 1.7;
  font-size: 0.9375rem;
  position: relative;
  z-index: 1;
}

.testimonial-author {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.author-avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--color-orange-100), #fed7aa);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 0.8125rem;
  color: var(--color-primary-dark);
}

.author-name {
  font-weight: 600;
  font-size: 0.9375rem;
  color: var(--color-slate-900);
}

.author-loc {
  font-size: 0.8125rem;
  color: var(--color-slate-400);
}

/* =====================================================
   FAQ
===================================================== */
.faq {
  background: var(--color-slate-50);
}

.faq-list {
  max-width: 44rem;
  margin: 3.25rem auto 0;
}

.faq-item {
  background: white;
  border-radius: var(--radius);
  box-shadow: var(--shadow-sm);
  border: 1px solid var(--color-slate-100);
  margin-bottom: 0.75rem;
  overflow: hidden;
  transition: all var(--transition);
}

.faq-item:hover {
  border-color: var(--color-orange-100);
}

.faq-item.active {
  border-color: var(--color-orange-100);
  box-shadow: var(--shadow);
}

.faq-question {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.25rem 1.375rem;
  background: none;
  border: none;
  font-family: inherit;
  font-size: 0.975rem;
  font-weight: 600;
  color: var(--color-slate-900);
  text-align: left;
  cursor: pointer;
  transition: background 0.2s;
  gap: 1rem;
}

.faq-question:hover { background: var(--color-orange-50); }

.faq-question i {
  color: var(--color-primary);
  transition: transform 0.3s;
  font-size: 0.8125rem;
  flex-shrink: 0;
}

.faq-item.active .faq-question i { transform: rotate(180deg); }

.faq-answer {
  display: none;
  padding: 0 1.375rem 1.25rem;
  color: var(--color-slate-600);
  line-height: 1.7;
  font-size: 0.9375rem;
}

.faq-item.active .faq-answer { display: block; }

/* =====================================================
   BOOKING & CONTACT
===================================================== */
.booking-grid {
  display: grid;
  gap: 3.5rem;
}

@media (min-width: 1024px) {
  .booking-grid { grid-template-columns: 1fr 1fr; gap: 4rem; }
}

.booking-form .form-group { margin-bottom: 1.25rem; }

.booking-form label {
  display: block;
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--color-slate-700);
  margin-bottom: 0.4rem;
  letter-spacing: -0.01em;
}

.booking-form input,
.booking-form select,
.booking-form textarea {
  width: 100%;
  padding: 0.8125rem 1rem;
  border: 1.5px solid var(--color-slate-200);
  border-radius: var(--radius);
  font-family: inherit;
  font-size: 0.9375rem;
  transition: all 0.2s;
  background: white;
  color: var(--color-slate-800);
}

.booking-form input::placeholder,
.booking-form textarea::placeholder {
  color: var(--color-slate-400);
}

.booking-form input:focus,
.booking-form select:focus,
.booking-form textarea:focus {
  outline: none;
  border-color: var(--color-primary);
  box-shadow: 0 0 0 3px rgba(234, 88, 12, 0.12);
}

.form-row {
  display: grid;
  gap: 1.25rem;
}

@media (min-width: 640px) {
  .form-row { grid-template-columns: 1fr 1fr; }
}

.contact-links { margin-bottom: 1.75rem; }

.contact-link {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1rem 1.125rem;
  border-radius: var(--radius);
  margin-bottom: 0.625rem;
  transition: all var(--transition);
  border: 1px solid transparent;
}

.contact-link.whatsapp {
  background: #f0fdf4;
  border-color: #dcfce7;
}

.contact-link.whatsapp:hover {
  background: #dcfce7;
  transform: translateX(4px);
}

.contact-link.instagram {
  background: #fdf4ff;
  border-color: #f5d0fe;
}

.contact-link.instagram:hover {
  background: #fae8ff;
  transform: translateX(4px);
}

.contact-link.location {
  background: var(--color-orange-50);
  border-color: var(--color-orange-100);
}

.contact-icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 1.125rem;
  flex-shrink: 0;
}

.contact-icon.wa { background: #22c55e; }
.contact-icon.ig { background: linear-gradient(135deg, #a855f7, #ec4899); }
.contact-icon.loc { background: var(--color-primary); }

.contact-link h4 {
  font-size: 0.875rem;
  margin-bottom: 0.1rem;
  font-weight: 600;
}

.contact-link p {
  font-size: 0.9375rem;
  font-weight: 600;
}

.contact-link.whatsapp p { color: #15803d; }
.contact-link.instagram p { color: #a21caf; }

.map-wrapper {
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow);
  height: 280px;
  border: 1px solid var(--color-slate-100);
}

.map-wrapper iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

/* =====================================================
   FOOTER
===================================================== */
.site-footer {
  background: var(--color-slate-900);
  color: white;
  padding-top: 4.5rem;
  padding-bottom: 2rem;
}

.footer-grid {
  display: grid;
  gap: 2.5rem;
  margin-bottom: 3rem;
}

@media (min-width: 768px) {
  .footer-grid {
    grid-template-columns: 1.6fr 1fr 1fr 1.3fr;
  }
}

.footer-brand p {
  color: #94a3b8;
  font-size: 0.875rem;
  margin-top: 1rem;
  line-height: 1.7;
  max-width: 260px;
}

.footer-col h4 {
  color: white;
  font-size: 0.9375rem;
  margin-bottom: 1.125rem;
  font-weight: 600;
  letter-spacing: -0.01em;
}

.footer-col ul li { margin-bottom: 0.5rem; }

.footer-col a {
  color: #94a3b8;
  font-size: 0.875rem;
  transition: color 0.2s;
}

.footer-col a:hover { color: var(--color-primary-light); }

.footer-contact li {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  color: #94a3b8;
  font-size: 0.875rem;
  margin-bottom: 0.75rem;
}

.footer-social {
  display: flex;
  gap: 0.625rem;
  margin-top: 1.25rem;
}

.footer-social a {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 1.0625rem;
  transition: transform 0.2s, opacity 0.2s;
}

.footer-social a:hover {
  transform: translateY(-2px);
  opacity: 0.9;
}

.footer-social .wa { background: #16a34a; }
.footer-social .ig { background: linear-gradient(135deg, #9333ea, #ec4899); }

.footer-bottom {
  border-top: 1px solid rgba(148, 163, 184, 0.15);
  padding-top: 1.75rem;
  text-align: center;
  color: #64748b;
  font-size: 0.8125rem;
}

/* =====================================================
   FLOATING BUTTONS
===================================================== */
.floating-wa {
  position: fixed;
  bottom: 1.5rem;
  right: 1.5rem;
  z-index: 999;
  width: 56px;
  height: 56px;
  background: #22c55e;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 1.625rem;
  box-shadow: 0 4px 20px rgba(34, 197, 94, 0.4);
  transition: all var(--transition);
}

.floating-wa:hover {
  transform: scale(1.08);
  background: #16a34a;
  box-shadow: 0 6px 28px rgba(34, 197, 94, 0.5);
}

.floating-ig {
  position: fixed;
  bottom: 5.5rem;
  right: 1.5rem;
  z-index: 999;
  width: 48px;
  height: 48px;
  background: linear-gradient(135deg, #9333ea, #ec4899);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 1.1875rem;
  box-shadow: 0 4px 16px rgba(147, 51, 234, 0.35);
  transition: all var(--transition);
}

.floating-ig:hover {
  transform: scale(1.08);
}

.back-to-top {
  position: fixed;
  bottom: 1.5rem;
  left: 1.5rem;
  z-index: 999;
  width: 44px;
  height: 44px;
  background: var(--color-slate-800);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 0.9375rem;
  box-shadow: var(--shadow-md);
  border: none;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: all var(--transition);
}

.back-to-top.show {
  opacity: 1;
  visibility: visible;
}

.back-to-top:hover {
  background: var(--color-primary);
  transform: translateY(-2px);
}

/* =====================================================
   ANIMATIONS
===================================================== */
.fade-up {
  opacity: 0;
  transform: translateY(24px);
  transition: all 0.7s cubic-bezier(0.4, 0, 0.2, 1);
}

.fade-up.visible {
  opacity: 1;
  transform: translateY(0);
}

/* =====================================================
   WORDPRESS SPECIFIC
===================================================== */
.alignwide {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.alignfull {
  width: 100vw;
  margin-left: calc(50% - 50vw);
}

.wp-block-image img { border-radius: var(--radius); }

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}

/* Scrollbar */
::-webkit-scrollbar { width: 8px; }
::-webkit-scrollbar-track { background: var(--color-slate-100); }
::-webkit-scrollbar-thumb {
  background: var(--color-slate-300);
  border-radius: 4px;
}
::-webkit-scrollbar-thumb:hover { background: var(--color-primary); }
