:root {
  --bg: #050509;
  --bg-alt: #0b0b12;
  --card-bg: #11111a;
  --text: #f5f5f7;
  --muted: #a0a0b5;
  --accent: #00ffcc;
  --accent-soft: rgba(0, 255, 204, 0.15);
  --border: #262636;
  --danger: #ff3366;
  --radius: 10px;
  --shadow-soft: 0 18px 45px rgba(0, 0, 0, 0.6);
  --font-main: system-ui, -apple-system, BlinkMacSystemFont, "SF Pro Text", sans-serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

body.theme-dark {
  margin: 0;
  font-family: var(--font-main);
  background: radial-gradient(circle at top, #151528 0, #050509 55%);
  color: var(--text);
}

/* GLOBAL MOBILE FIXES */
img {
  max-width: 100%;
  height: auto;
  display: block;
}

p {
  line-height: 1.6;
}

/* Layout */

.container {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

@media (max-width: 480px) {
  .container {
    padding: 0 1rem;
  }
}

.section {
  padding: 4rem 0;
}

@media (max-width: 768px) {
  .section {
    padding: 2.5rem 0;
  }
}

.section-alt {
  background: var(--bg-alt);
}

.two-column {
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(0, 1.5fr);
  gap: 2.5rem;
}

@media (max-width: 768px) {
  .two-column {
    grid-template-columns: 1fr;
    gap: 1.8rem;
  }
}

/* Header */

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  backdrop-filter: blur(18px);
  background: linear-gradient(to bottom, rgba(5, 5, 9, 0.95), rgba(5, 5, 9, 0.7));
  border-bottom: 1px solid rgba(255, 255, 255, 0.04);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.9rem 0;
}

.brand {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  text-decoration: none;
  color: var(--text);
}

.brand-logo {
  width: 40px;
  height: 40px;
  border-radius: 999px;
  object-fit: cover;
  box-shadow: 0 0 0 2px var(--accent-soft);
}

.brand-name {
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.9rem;
}

.nav a {
  margin-left: 1.5rem;
  text-decoration: none;
  color: var(--muted);
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.nav a:hover,
.nav a.active {
  color: var(--accent);
}

@media (max-width: 768px) {
  .nav a {
    margin-left: 0;
    margin-right: 1rem;
    font-size: 0.8rem;
  }
}

/* Hero */

.hero {
  padding: 4.5rem 0 3.5rem;
}

@media (max-width: 768px) {
  .hero {
    padding: 3rem 0 2rem;
  }
}

.hero-inner {
  display: grid;
  grid-template-columns: minmax(0, 1.6fr) minmax(0, 1.4fr);
  gap: 3rem;
  align-items: center;
}

@media (max-width: 768px) {
  .hero-inner {
    grid-template-columns: 1fr;
    gap: 1.8rem;
  }
}

.hero-text h1 {
  font-size: clamp(2.4rem, 4vw, 3.2rem);
  line-height: 1.1;
  margin-bottom: 1rem;
}

.hero-subtitle {
  color: var(--muted);
  max-width: 32rem;
  margin-bottom: 1.8rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
}

@media (max-width: 768px) {
  .hero-actions {
    flex-direction: column;
    align-items: stretch;
  }
}

.hero-image-wrap {
  position: relative;
}

.hero-image {
  width: 100%;
  border-radius: 18px;
  box-shadow: var(--shadow-soft);
  border: 1px solid var(--border);
}

.hero-image-wrap::before {
  content: "";
  position: absolute;
  inset: -10%;
  background: radial-gradient(circle at top, rgba(0, 255, 204, 0.18), transparent 60%);
  opacity: 0.7;
  z-index: -1;
}

/* Buttons */

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.8rem 1.6rem;
  border-radius: 999px;
  font-size: 0.9rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  border: 1px solid transparent;
  transition: background 0.18s ease, color 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease,
    transform 0.12s ease;
}

.btn-primary {
  background: var(--accent);
  color: #050509;
  box-shadow: 0 0 25px rgba(0, 255, 204, 0.35);
}

.btn-primary:hover {
  background: #66ffe0;
  box-shadow: 0 0 35px rgba(0, 255, 204, 0.5);
  transform: translateY(-1px);
}

.btn-outline {
  background: transparent;
  color: var(--accent);
  border-color: var(--accent-soft);
}

.btn-outline:hover {
  border-color: var(--accent);
  background: rgba(0, 255, 204, 0.08);
  box-shadow: 0 0 20px rgba(0, 255, 204, 0.25);
  transform: translateY(-1px);
}

/* Mobile button behavior inside hero */

@media (max-width: 768px) {
  .hero-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .hero-actions .btn {
    width: 100%;
    justify-content: center;
  }
}

/* ABOUT PAGE IMAGE — Radial Aura + Premium Pulsing Glow */

.about-image-wrap {
  position: relative;
  display: inline-block;
}

.about-image-wrap::before {
  content: "";
  position: absolute;
  inset: -12%;
  background: radial-gradient(
    circle at top,
    rgba(0, 255, 204, 0.22),
    transparent 70%
  );
  z-index: -1;
  filter: blur(12px);
  opacity: 0.8;
}

.about-image {
  width: 100%;
  border-radius: 14px;
  border: 2px solid var(--accent);
  box-shadow:
    0 0 18px rgba(0, 255, 204, 0.45),
    0 0 35px rgba(0, 255, 204, 0.25),
    0 0 55px rgba(0, 255, 204, 0.15);
  animation: aboutGlow 3.5s ease-in-out infinite;
}

@keyframes aboutGlow {
  0% {
    box-shadow:
      0 0 18px rgba(0, 255, 204, 0.45),
      0 0 35px rgba(0, 255, 204, 0.25),
      0 0 55px rgba(0, 255, 204, 0.15);
  }
  50% {
    box-shadow:
      0 0 28px rgba(0, 255, 204, 0.6),
      0 0 45px rgba(0, 255, 204, 0.35),
      0 0 70px rgba(0, 255, 204, 0.25);
  }
  100% {
    box-shadow:
      0 0 18px rgba(0, 255, 204, 0.45),
      0 0 35px rgba(0, 255, 204, 0.25),
      0 0 55px rgba(0, 255, 204, 0.15);
  }
}
.social-icon {
  width: 32px;
  height: 32px;
  fill: var(--accent);
  transition: 0.25s ease;
}

.social-icon:hover {
  fill: #66ffe0;
  filter: drop-shadow(0 0 8px rgba(0, 255, 204, 0.6));
  transform: translateY(-2px);
}

.social-icons {
  display: flex;
  gap: 1.2rem;
  align-items: center;
}
/* BOOKING FORM — Premium Dark Theme Wrapper */
.form-embed {
  position: relative;
  padding: 2.5rem 2rem;
  background: #0b0b12;
  border-radius: 16px;
  border: 1px solid rgba(0,255,204,0.15);
  box-shadow: 0 0 45px rgba(0, 255, 204, 0.12);
  max-width: 880px;
  margin: 0 auto;
  overflow: hidden;
}

/* Radial glow behind form */
.form-embed::before {
  content: "";
  position: absolute;
  inset: -15%;
  background: radial-gradient(
    circle at top,
    rgba(0, 255, 204, 0.12),
    transparent 70%
  );
  z-index: -1;
  filter: blur(22px);
  opacity: 0.7;
}

/* Force Cognito iframe to behave */
.form-embed iframe,
.form-embed div {
  width: 100% !important;
  max-width: 100% !important;
}

/* PAGE HERO */
.page-hero {
  padding: 4rem 0 2rem;
  text-align: center;
}

.page-hero h1 {
  font-size: clamp(2.4rem, 4vw, 3.2rem);
  margin-bottom: 0.4rem;
}

.page-hero p {
  color: var(--muted);
  max-width: 600px;
  margin: 0.5rem auto 0;
  font-size: 1rem;
}

/* MOBILE */
@media (max-width: 768px) {
  .form-embed {
    padding: 1.5rem 1.2rem;
    border-radius: 14px;
  }
}
