﻿:root {
  --dark: #0f1b2e;
  --dark-2: #121f35;
  --muted: #6b7385;
  --gold: #f6b01e;
  --orange: #f39c12;
  --green: #27d862;
  --blue: #4aa3ff;
  --white: #ffffff;
}

body {
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", Segoe UI Symbol, "Noto Color Emoji";
  color: #1f2430;
  background: #ffffff;
}
.bg-cst 
{
  background: #f1f5f9;
}
main > section:not(.hero) .container {
  max-width: 1040px;
}

.section-pad {
  padding: 80px 0;
}

.section-booking {
  background: #f6f9fc;
}

.hero {
  position: relative;
  min-height: 100vh;
  background: url("assets/22.webp") center/cover no-repeat;
  display: flex;
  align-items: center;
  padding: 140px 0 120px;
  opacity: 0.9;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(6, 10, 18, 0.78) 0%, rgba(6, 10, 18, 0.82) 60%, rgba(6, 10, 18, 0.86) 100%);
}

.hero > .container {
  position: relative;
  z-index: 1;
}

.hero-eyebrow {
  font-size: 14px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 10px;
  position: relative;
  display: inline-block;
}

.hero-eyebrow::after {
  content: "";
  display: block;
  margin: 10px auto 0;
  width: 50px;
  height: 3px;
  background: var(--gold);
  border-radius: 2px;
}

.hero-title {
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", Segoe UI Symbol, "Noto Color Emoji";
  font-size: clamp(2.6rem, 4.4vw, 4.6rem);
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -0.5px;
  text-shadow: 0 6px 20px rgba(0, 0, 0, 0.45);
}

.hero-highlight {
  color: var(--gold);
}

.hero-subtitle {
  max-width: 640px;
  font-size: 1.02rem;
  color: rgba(255, 255, 255, 0.92);
  text-shadow: 0 4px 14px rgba(0, 0, 0, 0.45);
}

.scroll-indicator {
  position: absolute;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  font-size: 20px;
  color: rgba(255, 255, 255, 0.6);
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.section-title {
  font-weight: 700;
  font-size: 3rem;
  line-height: 1;
  position: relative;
  display: inline-block;
  margin-bottom: 18px;
}

.section-title::after {
  content: "";
  display: block;
  margin: 12px auto 0;
  width: 52px;
  height: 3px;
  background: var(--gold);
  border-radius: 2px;
}

.section-lead {
  max-width: 760px;
  color: var(--muted);
}

.about-text {
  color: #3a4156;
  line-height: 1.7;
  margin-bottom: 18px;
}

.about-cards {
  display: grid;
  gap: 18px;
}

.about-card {
  background: #d0e0f0;
    border-radius: 16px;
    padding: 24px 24px;
    display: grid;
    grid-template-columns: 36px 1fr;
    gap: 18px;
    align-items: center;
    box-shadow: 0 8px 20px rgba(12, 18, 26, 0.06);
    margin-top: 20px;
}

.about-card h6 {
  margin: 0 0 4px;
  font-weight: 600;
  font-size: 17px;
}

.about-card p {
  margin: 0;
  color: var(--muted);
  font-size: 16px;
}

.about-icon {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  background: #fff;
  display: grid;
  place-items: center;
  color: #f39c12;
  border: 1px solid #eef1f6;
}

.about-link {
  color: #f39c12;
  text-decoration: none;
  font-weight: 600;
}

.btn-ghost {
  border: 1px solid rgba(255, 255, 255, 0.25);
  color: #fff;
  padding: 10px 26px;
  border-radius: 50px;
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(4px);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.25);
}

.btn-ghost:hover {
  color: #fff;
  border-color: #fff;
}

.btn-whatsapp {
  background: var(--green);
  color: #fff;
  padding: 10px 26px;
  border-radius: 50px;
  border: none;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.25);
}

.btn-whatsapp:hover {
  background: #22c45a;
  color: #fff;
}

.btn-instagram {
  background: #c64bd6;
  color: #fff;
  padding: 10px 26px;
  border-radius: 50px;
  border: none;
}

.btn-orange {
  background: var(--orange);
  color: #fff;
  padding: 10px 26px;
  border-radius: 50px;
  border: none;
}

.btn-blue {
  background: var(--blue);
  color: #fff;
  padding: 10px 26px;
  border-radius: 50px;
  border: none;
}

.icon-card {
  text-align: left;
  padding: 28px 24px;
  background: #ffffff;
  border-radius: 18px;
  border: 1px solid #edf1f6;
  box-shadow: 0 10px 24px rgba(12, 18, 26, 0.06);
  transition: transform 220ms ease, box-shadow 220ms ease;
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.icon-card h5 {
  font-weight: 600;
  margin-top: 14px;
}

.icon-circle {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  background: #ffe9bf;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #f39c12;
  font-size: 22px;
  margin-bottom: 10px;
}



.icon-card:hover {
  transform: scaleX(1.03);
  box-shadow: 0 18px 34px rgba(12, 18, 26, 0.12);
}

.feature-item {
  width: 100%;
  padding: 26px 18px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  color: #202635;
  background: #f5f8fb;
  border-radius: 20px;
  border: 1px solid #eef2f6;
  box-shadow: 0 10px 24px rgba(12, 18, 26, 0.06);
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.feature-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 30px rgba(12, 18, 26, 0.1);
}

.feature-icon {
  width: 54px;
  height: 54px;
  border-radius: 14px;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #eef1f6;
  box-shadow: 0 8px 16px rgba(12, 18, 26, 0.06);
  margin-bottom: 6px;
}

.feature-icon i {
  font-size: 22px;
  color: #151c2b;
}

.feature-item span {
  font-weight: 600;
}

.feature-item small {
  color: var(--muted);
}

.feature-item:hover {
  background: #fff7e6;
  border-color: rgba(243, 156, 18, 0.3);
  box-shadow: 0 18px 34px rgba(243, 156, 18, 0.2);
}

.feature-item:hover .feature-icon {
  background: #f39c12;
  border-color: #f39c12;
}

.feature-item:hover .feature-icon i {
  color: #fff;
}

.gallery-tabs .tab,
.faq-tabs .tab {
  padding: 10px 18px;
  border-radius: 50px;
  border: 1px solid #ececec;
  font-size: 0.9rem;
  color: #445;
  background: #fff;
  cursor: pointer;
}

.gallery-tabs .tab.active,
.faq-tabs .tab.active {
  background: var(--orange);
  color: #fff;
  border-color: var(--orange);
}

.faq-panels {
  position: relative;
}

.faq-panel {
  display: none;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 220ms ease, transform 220ms ease;
}

.faq-panel.active {
  display: block;
  opacity: 1;
  transform: translateY(0);
}

.gallery-card {
  background: #fff;
  border-radius: 18px;
  padding: 14px;
  box-shadow: 0 10px 30px rgba(8, 12, 20, 0.08);
}

.gallery-item {
  transition: opacity 220ms ease, transform 220ms ease;
}

.gallery-item.is-hidden {
  opacity: 0;
  transform: translateY(10px);
}

.gallery-card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 14px;
  margin-bottom: 12px;
}

.pricing-section {
  background: linear-gradient(180deg, #0f1b2e, #182843);
}

.price-card {
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
  padding: 26px;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  text-align: left;
  min-height: 260px;
}

.price-card h5 {
  font-weight: 600;
}

.price-card .price {
  font-size: 2rem;
  font-weight: 700;
  color: var(--gold);
  margin-bottom: 12px;
}

.price-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.price-card li {
  display: flex;
  gap: 8px;
  align-items: center;
  margin-bottom: 8px;
  color: rgba(255, 255, 255, 0.85);
}

.price-card.highlight {
  border: 1px solid rgba(246, 176, 30, 0.6);
  box-shadow: 0 0 20px rgba(246, 176, 30, 0.2);
}

.badge-popular {
  background: var(--orange);
  color: #fff;
  border-radius: 50px;
  padding: 6px 14px;
  font-size: 0.8rem;
  display: inline-block;
  margin-bottom: 10px;
}

.info-bar {
  background: rgba(255, 255, 255, 0.08);
  border-radius: 18px;
  padding: 20px;
  color: #fff;
  display: grid;
  gap: 8px;
}

.info-bar span {
  color: var(--gold);
  font-weight: 600;
}

.cta-card {
  background: #0f1b2e;
  color: #fff;
  border-radius: 22px;
  padding: 40px 20px;
}

.booking-form {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 12px 40px rgba(8, 12, 20, 0.08);
}

.booking-form .form-control {
  border-radius: 12px;
  padding: 12px 14px;
  border: 1px solid #eee;
}

.info-card {
  background: #fff;
  border-radius: 16px;
  padding: 20px;
  box-shadow: 0 10px 24px rgba(8, 12, 20, 0.08);
}

.info-card i {
  font-size: 22px;
  color: var(--orange);
}

.footer {
  background: #0f1b2e;
  color: #c5cbe0;
}

.brand-icon {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: rgba(246, 176, 30, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--gold);
}

.brand-title {
  font-weight: 700;
  color: #fff;
}

.brand-sub {
  font-size: 0.85rem;
  color: #9aa3bf;
}

.footer-title {
  font-weight: 600;
  color: #fff;
  margin-bottom: 10px;
}

.footer-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 8px;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding-top: 16px;
  color: #9aa3bf;
  font-size: 0.9rem;
}

.sticky-cta {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #101a2a;
  padding: 12px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  z-index: 999;
  transform: translateY(100%);
  opacity: 0;
  pointer-events: none;
  transition: transform 260ms ease, opacity 260ms ease;
}

.sticky-cta .btn {
 min-width: 220px;
  padding: 20px 30px;
  font-size: 1.2rem;
  border-radius: 999px;
  transition: transform 180ms ease, background 180ms ease, color 180ms ease, border-color 180ms ease;
  font-weight: bold;
}

.sticky-cta .btn:hover {

  color: #fff;
  border-color: #000;
  transform: scale(1.05);
}

.sticky-cta.is-visible {
  transform: translateY(0);
  opacity: 1;
  pointer-events: auto;
}

@media (max-width: 768px) {
  .section-pad {
    padding: 60px 0;
  }

  .sticky-cta {
    position: static;
  }
}
