* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Inter", "Segoe UI", Arial, sans-serif;
  background: #080808;
  color: #f5f5f5;
  overflow-x: hidden;
}

#booking,
#services,
#how {
  scroll-margin-top: 110px;
}

/* =========================
   NAVBAR
========================= */

.navbar {
  position: fixed;
  top: 16px;
  left: 0;
  width: 100%;
  z-index: 1000;
  padding: 0 18px;
}

.nav-container {
  max-width: 1180px;
  margin: auto;
  padding: 14px 18px;
  background: rgba(10, 10, 10, 0.76);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 999px;
  backdrop-filter: blur(18px);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.35);
}

.logo {
  display: flex;
  flex-direction: column;
  gap: 3px;
  line-height: 1;
  text-decoration: none;
}

.logo span {
  color: #f8f3e9;
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: 0.5px;
}

.logo small {
  color: #c89b3c;
  font-size: 0.65rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 3px;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 28px;
}

.nav-links a {
  color: #d4d4d4;
  text-decoration: none;
  font-size: 0.92rem;
  font-weight: 600;
  position: relative;
  transition: 0.25s ease;
}

.nav-links a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -8px;
  width: 0;
  height: 2px;
  background: #c89b3c;
  transition: 0.25s ease;
}

.nav-links a:hover {
  color: #fff;
}

.nav-links a:hover::after {
  width: 100%;
}

.nav-btn {
  background: linear-gradient(135deg, #c89b3c, #e6c45a);
  color: #080808;
  padding: 11px 18px;
  border-radius: 999px;
  text-decoration: none;
  font-size: 0.88rem;
  font-weight: 800;
  white-space: nowrap;
  transition: 0.25s ease;
}

.nav-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(200, 155, 60, 0.28);
}

/* =========================
   HERO
========================= */

.hero {
  position: relative;
  min-height: 100vh;
  padding: 140px 24px 90px;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  align-items: center;
  gap: 45px;
  max-width: 1300px;
  margin: auto;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      90deg,
      rgba(0, 0, 0, 0.88) 0%,
      rgba(0, 0, 0, 0.58) 45%,
      rgba(0, 0, 0, 0.78) 100%
    ),
    radial-gradient(
      circle at 20% 40%,
      rgba(200, 155, 60, 0.18),
      transparent 32%
    ),
    url("images/est 1.png") center center / cover no-repeat;
  transform: translateY(calc(var(--parallax, 0px))) scale(1.04);
  will-change: transform;
  z-index: -2;
}

.hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 220px;
  background: linear-gradient(180deg, transparent, #080808);
  z-index: -1;
}

.hero-content {
  max-width: 720px;
  z-index: 2;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #d4af37;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 0.78rem;
  background: rgba(255, 255, 255, 0.055);
  border: 1px solid rgba(255, 255, 255, 0.08);
  padding: 10px 16px;
  border-radius: 999px;
  margin-bottom: 24px;
  backdrop-filter: blur(10px);
}

.hero h1 {
  font-size: clamp(3rem, 6vw, 5.5rem);
  line-height: 0.95;
  letter-spacing: -3px;
  margin-bottom: 24px;
  color: #f8f3e9;
  text-shadow: 0 20px 50px rgba(0, 0, 0, 0.85);
}

.hero p {
  max-width: 620px;
  color: #d6cfc2;
  font-size: 1.08rem;
  line-height: 1.8;
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 34px;
  flex-wrap: wrap;
}

.btn {
  display: inline-block;
  background: linear-gradient(135deg, #c89b3c, #e6c45a);
  color: #080808;
  padding: 14px 26px;
  border-radius: 999px;
  font-weight: 800;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: 0.25s ease;
  font-family: inherit;
  font-size: 0.95rem;
}

.btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 32px rgba(200, 155, 60, 0.25);
}

.secondary-btn {
  background: rgba(255, 255, 255, 0.04);
  color: #f5f5f5;
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.secondary-btn:hover {
  background: rgba(255, 255, 255, 0.08);
  box-shadow: none;
}

.hero-stats {
  display: flex;
  gap: 16px;
  margin-top: 42px;
  flex-wrap: wrap;
}

.hero-stats div {
  min-width: 130px;
  padding: 15px 18px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.045);
  border: 1px solid rgba(255, 255, 255, 0.07);
  backdrop-filter: blur(12px);
}

.hero-stats strong {
  display: block;
  color: #fff;
  font-size: 1rem;
  margin-bottom: 6px;
}

.hero-stats span {
  color: #a3a3a3;
  font-size: 0.9rem;
}

/* =========================
   HERO CARD
========================= */

.hero-card {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 30px;
  border-radius: 30px;
  background: rgba(17, 17, 17, 0.75);
  border: 1px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(18px);
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.48);
}

.status-dot {
  width: 11px;
  height: 11px;
  background: #22c55e;
  border-radius: 50%;
  display: inline-block;
  margin-bottom: 18px;
  box-shadow: 0 0 18px #22c55e;
}

.hero-card p {
  color: #a3a3a3;
  margin-bottom: 12px;
  line-height: 1.6;
}

.hero-card h3 {
  font-size: 1.55rem;
  line-height: 1.3;
  color: #fff;
  margin-bottom: 22px;
}

.hero-card a {
  color: #c89b3c;
  text-decoration: none;
  font-weight: 800;
}

/* =========================
   GENERAL SECTIONS
========================= */

.services,
.business-info,
.how-it-works,
.booking {
  max-width: 1180px;
  margin: 90px auto;
  padding: 0 22px;
}

.section-heading {
  text-align: center;
  margin-bottom: 52px;
}

.section-label {
  color: #c89b3c;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 0.78rem;
  font-weight: 800;
  margin-bottom: 14px;
}

.section-heading h2,
.business-info h2,
.booking h2 {
  font-size: clamp(2rem, 4vw, 3.1rem);
  line-height: 1.08;
  color: #f8f3e9;
}

.section-heading h2 {
  max-width: 760px;
  margin: auto;
}

/* =========================
   SERVICES
========================= */

.services-grid,
.steps,
.info-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
}

.service-card,
.step,
.info-grid div {
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(22, 22, 22, 0.96), rgba(12, 12, 12, 0.98));
  padding: 30px;
  border-radius: 26px;
  border: 1px solid rgba(255, 255, 255, 0.075);
  box-shadow: 0 22px 48px rgba(0, 0, 0, 0.35);
  text-align: left;
  transition: 0.25s ease;
}

.service-card {
  width: 100%;
  font-family: inherit;
  color: inherit;
  cursor: pointer;
}

.service-card::before,
.step::before,
.info-grid div::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, #c89b3c, #e6c45a);
  transition: left 0.3s ease;
}

.service-card:hover::before,
.step:hover::before,
.info-grid div:hover::before {
  left: 0;
}

.service-card:hover,
.step:hover,
.info-grid div:hover {
  transform: translateY(-8px);
  border-color: rgba(200, 155, 60, 0.55);
  box-shadow: 0 30px 60px rgba(200, 155, 60, 0.11);
}

.service-number,
.step span,
.info-grid span {
  display: inline-block;
  color: #c89b3c;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 2px;
  margin-bottom: 18px;
  text-transform: uppercase;
}

.service-card h3,
.step h3 {
  color: #fff;
  margin-bottom: 12px;
  font-size: 1.25rem;
}

.service-card p,
.step p,
.info-grid p {
  color: #a3a3a3;
  line-height: 1.65;
  margin-bottom: 16px;
}

.service-card strong {
  color: #f8f3e9;
  font-size: 1rem;
}

.badge {
  position: absolute;
  top: 16px;
  right: 16px;
  background: linear-gradient(135deg, #c89b3c, #e6c45a);
  color: #080808;
  padding: 6px 12px;
  font-size: 0.72rem;
  border-radius: 999px;
  font-weight: 900;
}

/* =========================
   BUSINESS INFO
========================= */

.info-card {
  background:
    linear-gradient(135deg, rgba(200, 155, 60, 0.08), transparent 45%),
    rgba(255, 255, 255, 0.035);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 32px;
  padding: 42px;
}

.business-info h2 {
  text-align: center;
  margin-bottom: 34px;
}

.info-grid div {
  box-shadow: none;
}

.info-grid span {
  margin-bottom: 12px;
}

.info-grid p {
  margin-bottom: 8px;
}

/* =========================
   HOW IT WORKS
========================= */

.steps .step {
  min-height: 210px;
}

/* =========================
   BOOKING
========================= */

.booking {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 42px;
  align-items: start;
}

.booking-left {
  padding-top: 34px;
}

.booking-left h2 {
  margin-bottom: 20px;
}

.booking-left > p {
  color: #a3a3a3;
  line-height: 1.75;
  margin-bottom: 28px;
}

.booking-highlight {
  margin-top: 34px;
  padding: 30px;
  border-radius: 28px;
  background:
    linear-gradient(135deg, rgba(200, 155, 60, 0.1), transparent),
    rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.booking-highlight h3 {
  color: #f8f3e9;
  margin-bottom: 10px;
}

.booking-highlight p {
  color: #a3a3a3;
  line-height: 1.65;
}

.booking-card {
  background: #121212;
  border: 1px solid rgba(255, 255, 255, 0.075);
  border-radius: 32px;
  padding: 36px;
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.45);
}

.booking-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  width: 100%;
}

.booking-form label {
  display: grid;
  gap: 9px;
  width: 100%;
  color: #f5f5f5;
  font-weight: 700;
  font-size: 0.92rem;
}

.full-width {
  grid-column: span 2;
}

.booking-form input,
.booking-form select,
.booking-form textarea {
  display: block;
  width: 100%;
  padding: 15px 16px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.035);
  color: #f5f5f5;
  font-size: 16px;
  font-family: inherit;
  transition: 0.25s ease;
}

.booking-form input::placeholder,
.booking-form textarea::placeholder {
  color: #737373;
}

.booking-form input:hover,
.booking-form select:hover,
.booking-form textarea:hover {
  border-color: rgba(200, 155, 60, 0.45);
}

.booking-form input:focus,
.booking-form select:focus,
.booking-form textarea:focus {
  outline: none;
  border-color: #c89b3c;
  box-shadow: 0 0 0 4px rgba(200, 155, 60, 0.14);
}

.booking-form textarea {
  resize: vertical;
  min-height: 115px;
}

.booking-form button {
  width: 100%;
  margin-top: 4px;
}

.note {
  font-size: 0.85rem;
  color: #9ca3af;
  line-height: 1.5;
}

.day-display {
  font-size: 0.86rem;
  color: #c89b3c;
  font-weight: 700;
  margin-bottom: 0;
}

.success-message,
#success-message {
  margin-top: 20px;
  padding: 16px;
  border-radius: 16px;
  background: rgba(34, 197, 94, 0.12);
  color: #22c55e;
  font-weight: 700;
  border: 1px solid rgba(34, 197, 94, 0.25);
}

.whatsapp-btn {
  display: inline-block;
  margin-top: 24px;
  color: #22c55e;
  font-weight: 800;
  text-decoration: none;
}

.whatsapp-btn:hover {
  text-decoration: underline;
}

/* =========================
   FOOTER
========================= */

.footer {
  text-align: center;
  padding: 34px 20px;
  color: #737373;
  font-size: 0.9rem;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

/* =========================
   REVEAL ANIMATIONS
========================= */

.reveal,
.reveal-load {
  opacity: 0;
  transform: translateY(35px);
}

.reveal.active {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.reveal-load {
  animation: fadeUp 0.85s ease forwards;
}

.hero-card.reveal-load {
  animation-delay: 0.18s;
}

@keyframes fadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* =========================
   MOBILE
========================= */

@media (max-width: 980px) {
  .nav-links {
    display: none;
  }

  .hero {
    grid-template-columns: 1fr;
    text-align: center;
    min-height: auto;
    padding-top: 135px;
  }

  .hero-content {
    margin: auto;
  }

  .hero p {
    margin-left: auto;
    margin-right: auto;
  }

  .hero-actions,
  .hero-stats {
    justify-content: center;
  }

  .hero-card {
    max-width: 430px;
    margin: auto;
  }

  .services-grid,
  .steps,
  .info-grid,
  .booking {
    grid-template-columns: 1fr;
  }

  .booking-left {
    padding-top: 0;
    text-align: center;
  }

  .booking-form {
    grid-template-columns: 1fr;
  }

  .full-width {
    grid-column: span 1;
  }
}

@media (max-width: 640px) {
  .navbar {
    top: 10px;
    padding: 0 12px;
  }

  .nav-container {
    padding: 11px 12px;
  }

  .logo span {
    font-size: 0.88rem;
  }

  .logo small {
    font-size: 0.56rem;
    letter-spacing: 2px;
  }

  .nav-btn {
    padding: 9px 13px;
    font-size: 0.78rem;
  }

  .hero {
    padding: 125px 18px 70px;
  }

  .hero h1 {
    font-size: clamp(2.6rem, 13vw, 4rem);
    letter-spacing: -2px;
  }

  .hero-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .hero-actions .btn {
    width: 100%;
    text-align: center;
  }

  .hero-stats {
    gap: 12px;
  }

  .hero-stats div {
    width: 100%;
  }

  .services,
  .business-info,
  .how-it-works,
  .booking {
    margin: 65px auto;
    padding: 0 16px;
  }

  .service-card,
  .step,
  .info-grid div,
  .booking-card,
  .booking-highlight,
  .info-card,
  .hero-card {
    border-radius: 22px;
  }

  .booking-card,
  .info-card {
    padding: 24px;
  }

  .service-card:hover,
  .step:hover,
  .info-grid div:hover {
    transform: none;
  }
}
