
:root {
  --bg: #f8fbfb;
  --bg-soft: #eef7f7;
  --surface: rgba(255,255,255,0.82);
  --surface-strong: #ffffff;
  --text: #16333a;
  --muted: #5f7c83;
  --line: rgba(22, 51, 58, 0.10);
  --primary: #1fcad3;
  --primary-dark: #0fa9bf;
  --secondary: #f1c76e;
  --secondary-soft: #fff4d8;
  --shadow: 0 18px 50px rgba(31, 73, 88, 0.12);
  --radius-xl: 28px;
  --radius-lg: 20px;
  --radius-md: 14px;
  --container: 1180px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: 'Manrope', system-ui, sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at top left, rgba(31,202,211,0.12), transparent 28%),
    radial-gradient(circle at top right, rgba(241,199,110,0.18), transparent 20%),
    linear-gradient(180deg, #ffffff 0%, #f7fbfb 55%, #eef8f8 100%);
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.container { width: min(calc(100% - 32px), var(--container)); margin: 0 auto; }

.site-header {
  position: sticky; top: 0; z-index: 50;
  backdrop-filter: blur(18px);
  background: rgba(255,255,255,0.82);
  border-bottom: 1px solid rgba(22,51,58,0.08);
}
.nav-wrap { display:flex; align-items:center; justify-content:space-between; gap:24px; min-height:88px; }
.brand { display:flex; align-items:center; gap:14px; font-size:1.05rem; font-weight:700; }
.brand img { width:44px; height:44px; border-radius:14px; box-shadow: var(--shadow); }
.site-nav { display:flex; align-items:center; gap:28px; }
.site-nav a { color: var(--muted); font-weight:700; }
.site-nav a:hover { color: var(--primary-dark); }
.menu-toggle {
  display:none; border:0; background:#fff; box-shadow: var(--shadow); border-radius:14px;
  width:46px; height:46px; font-size:1.3rem; cursor:pointer;
}

.hero { padding: 54px 0 28px; }
.hero-grid { display:grid; grid-template-columns: 1.05fr 0.95fr; gap:34px; align-items:center; }
.eyebrow {
  display:inline-flex; align-items:center; gap:8px; padding:10px 16px; border-radius:999px;
  background: var(--secondary-soft); color:#8b6a1f; font-weight:800; font-size:.92rem; margin-bottom:18px;
}
.hero h1 { font-size: clamp(2.5rem, 6vw, 5.2rem); line-height: .95; letter-spacing: -0.05em; margin:0 0 18px; }
.hero-text { font-size:1.15rem; line-height:1.75; color:var(--muted); max-width:640px; margin:0 0 26px; }
.hero-actions, .cta-actions, .card-actions { display:flex; flex-wrap:wrap; gap:12px; }
.btn {
  display:inline-flex; align-items:center; justify-content:center; min-height:52px; padding:0 22px;
  border-radius:16px; font-weight:800; border:1px solid transparent; transition:.22s ease; cursor:pointer;
}
.btn:hover { transform: translateY(-1px); }
.btn-primary {
  background: linear-gradient(135deg, var(--primary), #64e2d5);
  color:#08333a; box-shadow: 0 14px 30px rgba(31,202,211,0.26);
}
.btn-secondary {
  background:#fff; color:var(--text); border-color: var(--line); box-shadow: 0 8px 24px rgba(22,51,58,0.08);
}
.hero-points { display:flex; flex-wrap:wrap; gap:10px; margin-top:20px; }
.hero-points span {
  padding:10px 14px; border-radius:999px; background: rgba(255,255,255,0.88); color: var(--muted);
  border:1px solid var(--line); font-weight:700;
}
.social-strip, .footer-socials { display:flex; flex-wrap:wrap; gap:10px; margin-top:22px; }
.social-link {
  display:inline-flex; align-items:center; gap:10px; padding:12px 14px; border-radius:16px; background:#fff;
  border:1px solid var(--line); color:var(--text); font-weight:700; box-shadow: 0 8px 22px rgba(22,51,58,0.07);
}
.social-link:hover { border-color: rgba(31,202,211,0.45); color: var(--primary-dark); }
.social-icon {
  width:30px; height:30px; border-radius:999px; display:grid; place-items:center; background: var(--bg-soft);
}
.hero-visual { position:relative; }
.hero-photo-stack { position:relative; min-height: 560px; }
.hero-photo {
  position:absolute; object-fit:cover; border-radius:32px; box-shadow: var(--shadow); border: 10px solid rgba(255,255,255,0.84);
  background:#d8eff1;
}
.hero-photo-main { inset: 24px 70px 0 0; height: 430px; width: auto; }
.hero-photo-side { right: 0; bottom: 42px; width: 280px; height: 320px; }
.hero-floating-card {
  position:absolute; left:36px; bottom:24px; max-width:280px; background: rgba(255,255,255,0.92); backdrop-filter: blur(10px);
  border:1px solid var(--line); border-radius:24px; padding:18px 20px; box-shadow: var(--shadow);
}
.hero-floating-card strong { display:block; font-size:1.1rem; margin-bottom:6px; }
.hero-floating-card span { color: var(--muted); line-height:1.6; }

.search-panel, .destinations-section, .why-us, .steps-section, .cta-section { padding: 30px 0 38px; }
.search-shell, .cta-shell {
  background: linear-gradient(135deg, rgba(255,255,255,0.88), rgba(241,252,253,0.92));
  border: 1px solid rgba(22,51,58,0.08); border-radius: var(--radius-xl); padding: 30px; box-shadow: var(--shadow);
}
.search-header, .section-heading {
  display:flex; align-items:end; justify-content:space-between; gap:18px; margin-bottom:20px;
}
.section-heading h2, .search-header h2 { margin:0; font-size: clamp(2rem, 4vw, 3.3rem); letter-spacing: -0.04em; }
.section-heading p, .search-header p { margin:0; max-width:520px; color:var(--muted); line-height:1.75; }
.section-heading.center { text-align:center; display:block; }
.section-heading.center h2 { margin-top:4px; }

.search-controls { display:grid; gap:18px; }
.search-input-wrap {
  display:grid; grid-template-columns: 1fr auto; gap:12px; padding:12px; background:#fff; border-radius:20px; border:1px solid var(--line);
}
.search-input-wrap input {
  border:0; outline:none; font:inherit; font-size:1.02rem; color:var(--text); background:transparent; padding: 4px 8px;
}
.search-input-wrap button, .chip {
  border:0; cursor:pointer; font:inherit; font-weight:800;
}
.search-input-wrap button {
  min-width: 104px; padding:0 16px; border-radius:14px; background:#eff9fa; color: var(--primary-dark);
}
.filter-chips { display:flex; flex-wrap:wrap; gap:10px; }
.chip {
  padding: 12px 16px; border-radius:999px; background:#fff; color:var(--muted); border:1px solid var(--line);
}
.chip.is-active { background: linear-gradient(135deg, var(--primary), #6ae3d9); color:#06323a; border-color:transparent; }
.availability-box {
  border-radius:20px; padding: 18px 20px; background: linear-gradient(135deg, rgba(31,202,211,0.10), rgba(241,199,110,0.14));
  border:1px solid rgba(31,202,211,0.16); color:var(--muted); line-height:1.7;
}

.results-meta { display:flex; flex-wrap:wrap; gap:12px; margin-bottom: 22px; }
.results-meta span {
  padding: 10px 14px; border-radius:999px; background:#fff; border:1px solid var(--line); color:var(--muted); font-weight:700;
}
.destinations-grid { display:grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap:22px; }
.destination-card {
  background: rgba(255,255,255,0.86); border:1px solid rgba(22,51,58,0.08); border-radius: 28px; overflow:hidden; box-shadow: var(--shadow);
}
.card-gallery { position:relative; aspect-ratio: 16 / 10; background: #dceff0; }
.gallery-image { width:100%; height:100%; object-fit:cover; cursor:pointer; }
.gallery-arrow, .lightbox-nav {
  position:absolute; top:50%; transform: translateY(-50%); width:48px; height:48px; border:0; border-radius:999px; cursor:pointer;
  background: rgba(8, 51, 58, 0.72); color:#fff; font-size:1.7rem; display:grid; place-items:center;
}
.gallery-arrow.prev, .lightbox-nav.prev { left:18px; }
.gallery-arrow.next, .lightbox-nav.next { right:18px; }
.expand-gallery {
  position:absolute; right:16px; bottom:16px; border:0; cursor:pointer; padding: 12px 16px; border-radius:16px;
  background: rgba(255,255,255,0.92); color:var(--text); font:inherit; font-weight:800;
}
.gallery-dots {
  position:absolute; left:16px; bottom:18px; display:flex; gap:8px;
}
.gallery-dots button {
  width:10px; height:10px; border-radius:999px; border:0; cursor:pointer; background: rgba(255,255,255,0.5);
}
.gallery-dots button.active { background:#fff; transform: scale(1.2); }
.card-body { padding: 22px; }
.card-topline { display:flex; justify-content:space-between; gap:12px; margin-bottom:12px; }
.price-badge, .location-tag {
  display:inline-flex; padding: 9px 12px; border-radius:999px; font-weight:800; font-size:.92rem;
}
.price-badge { background: var(--secondary-soft); color:#8b6a1f; }
.location-tag { background: #f1f9fa; color: var(--primary-dark); }
.card-body h3 { margin:0 0 10px; font-size:1.8rem; letter-spacing:-0.04em; }
.card-description { margin:0 0 16px; color:var(--muted); line-height:1.75; }
.feature-tags { display:flex; flex-wrap:wrap; gap:8px; margin-bottom:18px; }
.feature-tags span {
  padding:9px 12px; border-radius:999px; background:#fff; border:1px solid var(--line); color:var(--muted); font-weight:700; font-size:.92rem;
}
.benefits-grid, .steps-grid { display:grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap:18px; }
.benefit-card, .step-card {
  padding: 24px; border-radius: 24px; background: rgba(255,255,255,0.84); border:1px solid var(--line); box-shadow: var(--shadow);
}
.benefit-card span {
  width:52px; height:52px; border-radius:18px; display:grid; place-items:center; font-size:1.5rem; background: linear-gradient(135deg, #fff4d8, #eafcfd);
  margin-bottom: 14px;
}
.benefit-card h3, .step-card h3 { margin:0 0 10px; font-size:1.45rem; letter-spacing:-0.03em; }
.benefit-card p, .step-card p { margin:0; color:var(--muted); line-height:1.75; }
.step-card strong {
  display:inline-grid; place-items:center; width:52px; height:52px; border-radius:18px; background: linear-gradient(135deg, var(--primary), #72e0d7); color:#06323a;
  font-size:1.25rem; margin-bottom:14px;
}
.cta-shell { display:flex; align-items:center; justify-content:space-between; gap:20px; }
.cta-shell h2 { margin:0 0 10px; font-size: clamp(2rem, 4vw, 3.4rem); letter-spacing: -0.05em; }
.cta-shell p { margin:0; color:var(--muted); line-height:1.75; max-width:640px; }
.site-footer { padding: 12px 0 40px; }
.footer-wrap {
  display:flex; justify-content:space-between; align-items:center; gap:18px; border-top:1px solid rgba(22,51,58,0.08); padding-top:22px;
}
.footer-wrap p { margin:0; color:var(--muted); }
.footer-note { margin-top:4px !important; }

.lightbox {
  position:fixed; inset:0; display:none; align-items:center; justify-content:center; padding:24px; z-index:90;
  background: rgba(5, 21, 26, 0.82);
}
.lightbox.is-open { display:flex; }
.lightbox-content { position:relative; width:min(100%, 1040px); }
.lightbox-content img { width:100%; max-height:78vh; object-fit:contain; border-radius:26px; background:#0d2227; }
.lightbox-caption {
  display:flex; justify-content:space-between; gap:10px; margin-top:14px; color:#fff; font-weight:700;
}
.lightbox-close {
  position:absolute; top:22px; right:24px; width:52px; height:52px; border:0; border-radius:999px; cursor:pointer; background:#fff; color:#052229; font-size:2rem; z-index:2;
}
.whatsapp-float {
  position: fixed; right: 18px; bottom: 18px; z-index: 55; display:inline-flex; align-items:center; gap:10px;
  padding: 14px 18px; border-radius:999px; background: linear-gradient(135deg, #1fcad3, #65e4d6); color:#05323a; font-weight:800; box-shadow: 0 18px 40px rgba(31,202,211,0.35);
}
.wa-icon {
  width:30px; height:30px; border-radius:999px; display:grid; place-items:center; background: rgba(255,255,255,0.88);
}

@media (max-width: 1080px) {
  .hero-grid, .destinations-grid, .benefits-grid, .steps-grid, .cta-shell { grid-template-columns: 1fr; display:grid; }
  .hero-photo-stack { min-height: 430px; }
  .hero-photo-main { inset: 0 70px 0 0; height: 330px; }
  .hero-photo-side { width: 220px; height: 240px; }
  .cta-shell { gap:18px; }
}
@media (max-width: 840px) {
  .menu-toggle { display:grid; place-items:center; }
  .site-nav {
    position:absolute; right:16px; top:78px; flex-direction:column; align-items:flex-start; width:min(92vw, 320px);
    padding:18px; border-radius:20px; background: rgba(255,255,255,0.98); border:1px solid var(--line); box-shadow: var(--shadow); display:none;
  }
  .site-nav.is-open { display:flex; }
  .hero { padding-top: 28px; }
  .hero h1, .section-heading h2, .search-header h2, .cta-shell h2 { max-width: 100%; }
  .search-header, .section-heading, .footer-wrap { display:block; }
  .section-heading p, .search-header p { margin-top: 10px; }
}
@media (max-width: 680px) {
  .hero h1 { font-size: 2.8rem; }
  .hero-photo-stack { min-height: 320px; }
  .hero-photo-main { position:relative; inset:auto; width:100%; height:240px; }
  .hero-photo-side, .hero-floating-card { display:none; }
  .search-shell, .cta-shell { padding: 22px; }
  .search-input-wrap { grid-template-columns: 1fr; }
  .card-topline, .card-actions { flex-direction:column; }
  .whatsapp-float { right: 12px; left: 12px; bottom: 12px; justify-content:center; }
}
