:root {
  --bg: #f4f7fb;
  --surface: #ffffff;
  --surface-2: #edf3fa;
  --text: #0d2f4f;
  --muted: #4b6079;
  --brand: #0f4c81;
  --brand-deep: #0a345b;
  --accent: #3aa8d8;
  --ring: #8ec4e0;
  --radius: 18px;
  --shadow: 0 15px 40px rgba(11, 23, 37, 0.1);
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Outfit", sans-serif;
  color: var(--text);
  background: var(--bg);
  line-height: 1.68;
  font-size: 17px;
  overflow-x: hidden;
}

.site-bg {
  position: fixed;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(circle at 15% 10%, rgba(15, 76, 129, 0.16), transparent 35%),
    radial-gradient(circle at 80% 15%, rgba(58, 168, 216, 0.2), transparent 30%),
    linear-gradient(180deg, #f8fbff 0%, #eef4fb 100%);
}

.offer-bar {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.9rem;
  padding: 0.6rem 1rem;
  background: linear-gradient(120deg, #f3b700, #ffd75a);
  color: #2c2300;
  font-size: 0.95rem;
  font-weight: 600;
}

.offer-bar p {
  margin: 0;
}

.coupon-code {
  display: inline-block;
  margin: 0 0.2rem;
  padding: 0.14rem 0.46rem;
  border-radius: 8px;
  background: #0a345b;
  color: #fff;
  font-weight: 800;
  letter-spacing: 0.03em;
}

.offer-bar a {
  text-decoration: none;
  color: #fff;
  background: #0a345b;
  border-radius: 999px;
  padding: 0.35rem 0.72rem;
  font-weight: 700;
  white-space: nowrap;
}

.topbar {
  position: sticky;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 4vw;
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid rgba(15, 76, 129, 0.16);
  z-index: 100;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  font-family: "Space Grotesk", sans-serif;
  font-size: 1.08rem;
  font-weight: 700;
  text-decoration: none;
  color: var(--brand-deep);
}

.brand img {
  width: 42px;
  height: 42px;
  border-radius: 999px;
  object-fit: cover;
  border: 2px solid rgba(15, 76, 129, 0.2);
}

.nav {
  display: flex;
  gap: 1.2rem;
}

.nav a {
  text-decoration: none;
  color: var(--text);
  font-weight: 500;
  font-size: 0.98rem;
}

main {
  width: min(1120px, 92vw);
  margin: 0 auto;
  padding: 2rem 0 5rem;
}

.book-main {
  width: min(1240px, 96vw);
  padding-top: 1.2rem;
}

.book-shell {
  background: var(--surface);
  border: 1px solid rgba(15, 76, 129, 0.13);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding: 1.5rem;
}

section {
  margin-top: 2.5rem;
}

.hero {
  padding: 3.5rem;
  border-radius: 26px;
  background:
    linear-gradient(140deg, rgba(15, 76, 129, 0.96), rgba(58, 168, 216, 0.96)),
    #0f4c81;
  color: #fff;
  box-shadow: var(--shadow);
  position: relative;
  overflow: hidden;
}

.hero::after {
  content: "";
  position: absolute;
  width: 320px;
  height: 320px;
  background: rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  right: -90px;
  top: -100px;
}

.eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.11em;
  font-size: 0.76rem;
  font-weight: 700;
  margin: 0 0 0.8rem;
  opacity: 0.9;
}

h1,
h2,
h3 {
  font-family: "Space Grotesk", sans-serif;
  line-height: 1.15;
  margin: 0;
}

h1 {
  font-size: clamp(2rem, 4.4vw, 3.7rem);
  max-width: 14ch;
}

.hero-copy {
  max-width: 58ch;
  font-size: clamp(1.08rem, 2vw, 1.22rem);
  margin-top: 1rem;
  color: rgba(255, 255, 255, 0.94);
}

.hero-cta {
  margin-top: 1.8rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
}

.btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 999px;
  padding: 0.72rem 1.2rem;
  text-decoration: none;
  font-weight: 700;
  border: 2px solid transparent;
  transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.btn:hover {
  transform: translateY(-2px);
}

.btn-primary {
  background: #fff;
  color: var(--brand-deep);
}

.header-cta {
  background: linear-gradient(120deg, var(--brand), var(--accent));
  color: #fff;
  border: none;
  box-shadow: 0 10px 24px rgba(10, 52, 91, 0.24);
}

.header-cta:hover {
  color: #fff;
}

.btn-ghost {
  border-color: rgba(255, 255, 255, 0.75);
  color: #fff;
}

.trust-strip {
  margin-top: 1.8rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.9rem;
}

.trust-strip > div {
  background: rgba(255, 255, 255, 0.16);
  padding: 0.8rem;
  border-radius: 14px;
}

.trust-strip strong {
  display: block;
  font-size: 0.95rem;
}

.trust-strip span {
  font-size: 0.85rem;
  opacity: 0.9;
}

.metrics,
.quote {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.metrics article,
.quote > div,
.quote-form,
.policy,
.faq,
.areas,
.services,
.gallery,
.process,
.reviews {
  background: var(--surface);
  border: 1px solid rgba(15, 76, 129, 0.13);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.metrics article,
.policy,
.faq,
.areas,
.services,
.gallery,
.process,
.reviews {
  padding: 1.6rem;
}

.metrics ul,
.policy ul {
  margin: 1rem 0 0;
  padding-left: 1.1rem;
}

.metrics li,
.policy li {
  margin-bottom: 0.55rem;
  color: var(--muted);
  font-size: 1rem;
}

.section-head h2 {
  margin-top: 0.2rem;
  font-size: clamp(1.6rem, 2.7vw, 2.25rem);
  letter-spacing: -0.01em;
}

.card-grid {
  margin-top: 1.2rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.85rem;
}

.card {
  padding: 1rem;
  background: var(--surface-2);
  border: 1px solid rgba(15, 76, 129, 0.17);
  border-radius: 14px;
}

.card p {
  margin: 0.55rem 0 0;
  color: var(--muted);
  font-size: 1rem;
}

.addons {
  margin-top: 1rem;
  padding: 0.85rem 1rem;
  border-radius: 12px;
  background: #f7fcff;
  border: 1px dashed rgba(15, 76, 129, 0.32);
}

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

.gallery-grid img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  border-radius: 14px;
  border: 1px solid rgba(15, 76, 129, 0.18);
  box-shadow: 0 8px 22px rgba(10, 52, 91, 0.16);
  cursor: zoom-in;
}

.gallery-hint {
  margin: 0.6rem 0 0;
  color: var(--muted);
  font-size: 0.92rem;
}

.lightbox {
  position: fixed;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  padding: 1rem;
  background: rgba(6, 20, 35, 0.9);
  z-index: 1200;
}

.lightbox.is-open {
  display: flex;
}

.lightbox-image {
  max-width: min(1100px, 90vw);
  max-height: 86vh;
  width: auto;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 16px 50px rgba(0, 0, 0, 0.45);
}

.lightbox-close,
.lightbox-nav {
  border: none;
  color: #fff;
  background: rgba(255, 255, 255, 0.16);
  width: 44px;
  height: 44px;
  border-radius: 999px;
  cursor: pointer;
  font-size: 1.4rem;
  line-height: 1;
}

.lightbox-close {
  position: absolute;
  top: 18px;
  right: 18px;
}

.lightbox-nav:hover,
.lightbox-close:hover {
  background: rgba(255, 255, 255, 0.26);
}

.steps {
  margin-top: 1rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.9rem;
}

.steps article {
  padding: 1rem;
  border-radius: 14px;
  background: #f7fcff;
  border: 1px solid rgba(15, 76, 129, 0.15);
}

.steps span {
  display: inline-grid;
  place-items: center;
  width: 32px;
  height: 32px;
  border-radius: 999px;
  font-weight: 700;
  color: #fff;
  background: linear-gradient(120deg, var(--brand), var(--accent));
}

.steps h3 {
  margin-top: 0.65rem;
  font-size: 1.02rem;
}

.steps p {
  margin-top: 0.4rem;
  color: var(--muted);
  font-size: 1rem;
}

.review-grid {
  margin-top: 1rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.85rem;
}

blockquote {
  margin: 0;
  padding: 1.1rem;
  border-left: 4px solid var(--brand);
  border-radius: 10px;
  background: #f7fcff;
}

blockquote p {
  margin: 0;
  color: #1f3850;
  font-size: 1rem;
  line-height: 1.7;
}

.review-stars {
  margin: 0 0 0.45rem;
  color: #f3b700;
  letter-spacing: 0.08em;
  font-size: 1.02rem;
  line-height: 1;
}

blockquote cite {
  margin-top: 0.55rem;
  display: inline-block;
  font-style: normal;
  font-weight: 700;
}

.chip-wrap {
  margin-top: 1rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.chip-wrap span {
  background: #f2f9ff;
  border: 1px solid rgba(15, 76, 129, 0.2);
  border-radius: 999px;
  padding: 0.36rem 0.78rem;
  font-size: 0.9rem;
}

.faq details {
  border: 1px solid rgba(15, 76, 129, 0.2);
  border-radius: 12px;
  padding: 0.82rem 1rem;
  margin-top: 0.7rem;
  background: #fbfdff;
}

.faq summary {
  cursor: pointer;
  font-weight: 600;
  font-size: 1rem;
}

.faq p {
  margin: 0.6rem 0 0;
  color: var(--muted);
  font-size: 1rem;
}

.quote {
  margin-top: 2.5rem;
}

.quote > div,
.quote-form {
  padding: 1.5rem;
}

.quote-centered {
  grid-template-columns: 1fr;
}

.quote-centered > div {
  width: 100%;
  text-align: center;
}

.quote-centered .quick-contact {
  justify-content: center;
}

.quote-booking {
  grid-template-columns: 1fr;
}

.quote-intro {
  background: var(--surface);
  border: 1px solid rgba(15, 76, 129, 0.13);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding: 1.5rem;
}

.quick-contact {
  margin-top: 1rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
}

.quick-contact a {
  text-decoration: none;
  color: var(--brand-deep);
  background: #eef8ff;
  border: 1px solid rgba(15, 76, 129, 0.2);
  border-radius: 999px;
  padding: 0.38rem 0.72rem;
  font-weight: 600;
}

.quote-form {
  display: grid;
  gap: 0.72rem;
}

.bookingkoala-embed {
  width: 100%;
  padding: 1.5rem;
  background: var(--surface);
  border: 1px solid rgba(15, 76, 129, 0.13);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  scroll-margin-top: 170px;
  margin: 0 auto;
}

.bookingkoala-head h3 {
  margin: 0;
  font-size: 1.22rem;
}

.bookingkoala-head p {
  margin: 0.45rem 0 0.9rem;
  color: var(--muted);
}

.bookingkoala-mobile-link {
  display: none;
  text-decoration: none;
  background: linear-gradient(120deg, var(--brand), var(--accent));
  color: #fff;
  font-weight: 700;
  border-radius: 999px;
  padding: 0.72rem 1rem;
  margin: 0 0 0.9rem;
}

.bookingkoala-embed iframe {
  display: block;
  width: 100% !important;
  max-width: 100% !important;
  min-height: 1200px;
  border: 0;
  border-radius: 12px;
  background: #fff;
  overflow: auto;
}

.form-status {
  display: none;
  margin: 0 0 0.2rem;
  padding: 0.7rem 0.85rem;
  border-radius: 10px;
  font-size: 0.95rem;
  font-weight: 600;
}

.form-status.success {
  display: block;
  background: #e9f8ef;
  color: #166534;
  border: 1px solid #7ccca0;
}

.form-status.error {
  display: block;
  background: #fdecec;
  color: #991b1b;
  border: 1px solid #f2a9a9;
}

label {
  display: grid;
  gap: 0.35rem;
  font-weight: 600;
  font-size: 0.98rem;
}

input,
select,
textarea,
button {
  font: inherit;
}

input,
select,
textarea {
  width: 100%;
  border-radius: 10px;
  border: 1px solid rgba(15, 76, 129, 0.35);
  padding: 0.72rem;
  background: #fff;
}

input:focus,
select:focus,
textarea:focus {
  outline: 2px solid var(--ring);
  border-color: var(--brand);
}

.quote-form .btn-primary {
  border: none;
  background: linear-gradient(120deg, var(--brand), var(--accent));
  color: #fff;
}

footer {
  margin: 3rem auto 6rem;
  width: min(1120px, 92vw);
  text-align: center;
  color: var(--muted);
}

footer p {
  margin: 0.25rem 0;
}

footer a {
  color: var(--brand-deep);
  text-decoration: none;
}

.reveal {
  opacity: 1;
  transform: none;
  transition: opacity 0.5s ease, transform 0.5s ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 980px) {
  .nav {
    display: none;
  }

  .offer-bar {
    flex-direction: column;
    text-align: center;
    gap: 0.4rem;
    font-size: 0.9rem;
  }

  .metrics,
  .quote,
  .card-grid,
  .gallery-grid,
  .steps,
  .review-grid,
  .trust-strip {
    grid-template-columns: 1fr;
  }

  .bookingkoala-embed iframe {
    display: block !important;
    visibility: visible !important;
    min-height: 1700px !important;
  }

  .hero {
    padding: 2.2rem 1.2rem;
  }

  .topbar {
    padding: 0.9rem 4vw;
  }

  section {
    margin-top: 1.2rem;
  }

  .lightbox-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }

  .lightbox-prev {
    left: 10px;
  }

  .lightbox-next {
    right: 10px;
  }
}
