:root {
  --blue: #0b5fff;
  --blue-dark: #0047cc;
  --aqua: #00cfe8;
  --orange: #ff9f1c;
  --orange-dark: #e88e0a;
  --white: #ffffff;
  --gray-bg: #f5f8fc;
  --gray-text: #5a6472;
  --shadow: 0 8px 32px rgba(11, 95, 255, 0.12);
  --radius: 1.25rem;
  --font: 'Source Sans 3', system-ui, sans-serif;
  --font-heading: 'Libre Baskerville', Georgia, serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--font);
  color: #1a2233;
  line-height: 1.65;
  background: var(--white);
  font-size: 1.02rem;
}

h1, h2, h3, .btn {
  font-family: var(--font-heading);
  font-weight: 700;
}

img { max-width: 100%; display: block; }
a { color: inherit; }
.container { width: min(1120px, 100% - 2rem); margin-inline: auto; }

/* Header */
.top-bar {
  background: var(--blue);
  color: var(--white);
  text-align: center;
  font-size: 0.75rem;
  padding: 0.4rem 1rem;
}
.top-bar a { color: var(--white); font-weight: 700; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(255,255,255,0.97);
  backdrop-filter: blur(8px);
  box-shadow: 0 2px 16px rgba(0,0,0,0.06);
}
.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 4.5rem;
  gap: 1rem;
}
.logo { height: 2.75rem; width: auto; }
.nav-desktop { display: none; gap: 1.25rem; align-items: center; }
.nav-desktop a {
  text-decoration: none;
  font-weight: 600;
  font-size: 0.95rem;
  color: #334155;
}
.nav-desktop a:hover { color: var(--blue); }
.header-cta { display: none; }

.menu-btn {
  border: none;
  background: #f1f5f9;
  border-radius: 0.5rem;
  padding: 0.5rem 0.65rem;
  font-size: 1.25rem;
  cursor: pointer;
}
.mobile-nav {
  display: none;
  flex-direction: column;
  gap: 0.25rem;
  padding: 0.75rem 0 1rem;
  border-top: 1px solid #e8edf5;
}
.mobile-nav.open { display: flex; }
.mobile-nav a {
  text-decoration: none;
  font-weight: 700;
  color: #334155;
  padding: 0.65rem 0.25rem;
}

@media (min-width: 960px) {
  .nav-desktop, .header-cta { display: flex; }
  .menu-btn, .mobile-nav { display: none !important; }
}

/* Buttons */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  border: none;
  border-radius: 0.5rem;
  font-weight: 700;
  font-family: var(--font);
  text-decoration: none;
  cursor: pointer;
  transition: transform 0.15s, box-shadow 0.15s, background 0.15s;
}
.btn:hover { transform: translateY(-2px); }
.btn-orange {
  background: var(--orange);
  color: var(--white);
  padding: 0.9rem 1.75rem;
  box-shadow: 0 6px 24px rgba(255,159,28,0.35);
}
.btn-orange:hover { background: var(--orange-dark); }
.btn-blue {
  background: var(--blue);
  color: var(--white);
  padding: 0.85rem 1.5rem;
  box-shadow: var(--shadow);
}
.btn-blue:hover { background: var(--blue-dark); }
.btn-outline {
  background: transparent;
  color: var(--white);
  border: 2px solid var(--white);
  padding: 0.85rem 1.5rem;
}
.btn-outline:hover { background: var(--white); color: var(--blue); }
.btn-lg { padding: 1rem 2rem; font-size: 1.05rem; }

/* Hero */
.hero {
  position: relative;
  min-height: 85vh;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.hero-bg {
  position: absolute;
  inset: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(105deg, rgba(20,45,90,0.82) 0%, rgba(11,95,255,0.45) 55%, rgba(11,95,255,0.15) 100%);
}
.hero-content { position: relative; padding: 4rem 0; color: var(--white); max-width: 42rem; }
.hero-kicker {
  margin: 0 0 0.75rem;
  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: #fde68a;
  text-transform: none;
}
.hero h1 {
  font-size: clamp(1.85rem, 4.5vw, 2.85rem);
  line-height: 1.2;
  margin: 0 0 1rem;
  font-weight: 700;
}
.hero p { font-size: 1.1rem; color: #e2e8f0; margin-bottom: 1.5rem; max-width: 36rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 0.75rem; margin-bottom: 1.5rem; }
.trust-row { display: flex; flex-wrap: wrap; gap: 0.6rem; }
.trust-chip {
  background: rgba(255,255,255,0.12);
  border: 1px solid rgba(255,255,255,0.2);
  padding: 0.4rem 0.75rem;
  border-radius: 0.35rem;
  font-size: 0.82rem;
  font-weight: 600;
}

/* Sections */
.section { padding: 4.5rem 0; }
.section-alt { background: var(--gray-bg); }
.section-blue { background: var(--blue); color: var(--white); }
.section-head { text-align: left; max-width: 38rem; margin: 0 0 2.5rem; }
.section-head.text-center,
.text-center .section-head { text-align: center; margin-inline: auto; }
.section-head h2 {
  margin: 0;
  font-size: clamp(1.6rem, 3.5vw, 2.15rem);
  font-weight: 700;
  line-height: 1.25;
}
.section-head p { color: var(--gray-text); margin-top: 0.75rem; }
.section-blue .section-head { text-align: center; margin-inline: auto; }
.section-blue .section-head p { color: #bfdbfe; }

/* Cards */
.grid-3 {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}
@media (min-width: 768px) { .grid-3 { grid-template-columns: repeat(3, 1fr); } }
.grid-4 {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
}
@media (min-width: 640px) { .grid-4 { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 960px) { .grid-4 { grid-template-columns: repeat(4, 1fr); } }

.card {
  background: var(--white);
  border-radius: 0.75rem;
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(15,23,42,0.06);
  border: 1px solid #e2e8f0;
  display: flex;
  flex-direction: column;
}
.card img { height: 13rem; object-fit: cover; width: 100%; }
.card-body { padding: 1.25rem; flex: 1; display: flex; flex-direction: column; gap: 0.5rem; }
.card-tag {
  position: absolute;
  top: 0.75rem;
  left: 0.75rem;
  color: white;
  font-size: 0.7rem;
  font-weight: 800;
  padding: 0.25rem 0.65rem;
  border-radius: 999px;
}
.card-image-wrap { position: relative; }
.card h3 { margin: 0; font-size: 1.1rem; font-weight: 700; }
.card p { margin: 0; color: var(--gray-text); font-size: 0.95rem; flex: 1; }
.price { font-size: 1.35rem; font-weight: 700; color: var(--blue); font-family: var(--font); }
.price small { font-size: 0.8rem; color: var(--gray-text); font-weight: 500; }
.card-footer {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 0.5rem;
  margin-top: 0.75rem;
}
.card-footer .btn { width: 100%; text-align: center; }

.feature-card {
  background: var(--white);
  border-radius: 0.65rem;
  padding: 1.15rem 1.2rem;
  border: 1px solid #e2e8f0;
}
.feature-card h3 { margin: 0 0 0.35rem; font-size: 1rem; font-weight: 700; }
.feature-card p { margin: 0; color: var(--gray-text); font-size: 0.92rem; }

.pricing-banner {
  margin-top: 2.5rem;
  background: #1e3a5f;
  color: white;
  border-radius: 0.75rem;
  padding: 2rem;
  text-align: left;
}
@media (min-width: 640px) {
  .pricing-banner { text-align: center; }
}
.pricing-banner h3 { font-size: 1.35rem; }
.pricing-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
  margin: 1.5rem 0;
}
.pricing-item {
  background: rgba(255,255,255,0.12);
  border-radius: 1rem;
  padding: 1rem 1.25rem;
  min-width: 8rem;
}
.pricing-item span { display: block; font-size: 0.7rem; text-transform: uppercase; color: #bfdbfe; }
.pricing-item strong { font-size: 1.2rem; }

.review-card {
  background: white;
  border-radius: 1rem;
  padding: 1.25rem;
  color: #1a2233;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.stars { color: var(--orange); letter-spacing: 0.1em; }
.review-meta { border-top: 1px solid #eef2f7; padding-top: 0.75rem; font-size: 0.85rem; }
.review-meta strong { display: block; }
.review-meta span { color: var(--gray-text); font-size: 0.78rem; }

.city-tags { display: flex; flex-wrap: wrap; justify-content: center; gap: 0.5rem; margin-bottom: 1.5rem; }
.city-tag {
  border: 1px solid #cbd5e1;
  color: #334155;
  font-weight: 600;
  font-size: 0.85rem;
  padding: 0.35rem 0.75rem;
  border-radius: 0.35rem;
  background: white;
}
.city-tag-home {
  border-color: var(--blue);
  background: #eff6ff;
  color: var(--blue-dark);
}

.faq details {
  background: white;
  border: 1px solid #e8edf5;
  border-radius: 1rem;
  padding: 0 1.25rem;
  margin-bottom: 0.65rem;
  box-shadow: 0 2px 8px rgba(15,23,42,0.03);
}
.faq summary {
  cursor: pointer;
  font-weight: 700;
  font-family: var(--font);
  padding: 1rem 0;
  list-style: none;
}
.faq summary::-webkit-details-marker { display: none; }
.faq details[open] summary { color: var(--blue); }
.faq p { margin: 0 0 1rem; color: var(--gray-text); font-size: 0.95rem; }

/* Contact / booking CTA */
.booking-panel {
  background: white;
  border-radius: 1.5rem;
  padding: 2rem;
  color: #1a2233;
  text-align: center;
  box-shadow: 0 12px 40px rgba(0,0,0,0.15);
}
.booking-panel h3 { margin-top: 0; font-size: 1.5rem; }
.booking-panel p { color: var(--gray-text); }
.booking-actions { display: flex; flex-direction: column; gap: 0.75rem; margin-top: 1.25rem; }

.booqable-embed { text-align: left; }
.booqable-embed-inner {
  margin-top: 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.booqable-step-label {
  margin: 0.5rem 0 0;
  font-size: 0.82rem;
  font-weight: 800;
  color: var(--blue);
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.booqable-note {
  font-size: 0.78rem;
  margin-top: 1rem;
  color: #94a3b8;
  text-align: center;
}
.booqable-hint {
  font-size: 0.88rem;
  color: #64748b;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 0.5rem;
  padding: 0.65rem 0.85rem;
  margin: 0 0 0.75rem;
}
.booqable-fallback {
  text-align: center;
  margin: 1rem 0 0;
}
.contact-sidebar { display: flex; flex-direction: column; gap: 1rem; }
.info-box {
  background: rgba(255,255,255,0.12);
  border-radius: 1rem;
  padding: 1.1rem;
}
.info-box h4 {
  margin: 0 0 0.5rem;
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.info-box a { color: white; text-decoration: none; font-weight: 800; }
.info-box a:hover { color: var(--orange); }
.info-box p, .info-box li { color: #bfdbfe; font-size: 0.88rem; margin: 0; }

.contact-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.35rem;
}
.contact-link {
  word-break: break-all;
  flex: 1;
  min-width: 0;
}
.contact-copy-btn {
  border: 1px solid rgba(255,255,255,0.35);
  background: rgba(255,255,255,0.12);
  color: white;
  font-size: 0.75rem;
  font-weight: 800;
  padding: 0.35rem 0.7rem;
  border-radius: 999px;
  cursor: pointer;
  flex-shrink: 0;
}
.contact-copy-btn:hover {
  background: rgba(255,255,255,0.22);
}
.contact-hint {
  font-size: 0.78rem !important;
  color: #93c5fd !important;
  margin-top: 0.15rem !important;
}
.contact-tap {
  cursor: pointer;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.contact-tap:hover { color: var(--orange) !important; }
.top-bar .contact-tap { text-decoration: underline; font-weight: 800; }

.toast {
  position: fixed;
  bottom: 1.25rem;
  left: 50%;
  transform: translateX(-50%) translateY(120%);
  background: #1a2233;
  color: white;
  padding: 0.75rem 1.25rem;
  border-radius: 999px;
  font-size: 0.9rem;
  font-weight: 700;
  box-shadow: 0 8px 32px rgba(0,0,0,0.2);
  z-index: 200;
  opacity: 0;
  transition: transform 0.25s ease, opacity 0.25s ease;
  pointer-events: none;
  max-width: calc(100% - 2rem);
  text-align: center;
}
.toast.show {
  transform: translateX(-50%) translateY(0);
  opacity: 1;
}
.info-box ol { margin: 0; padding-left: 1.1rem; }

.contact-grid {
  display: grid;
  gap: 2rem;
  max-width: 56rem;
  margin: 0 auto;
}
@media (min-width: 900px) {
  .contact-grid { grid-template-columns: 1.4fr 1fr; align-items: start; }
}

/* Footer */
.site-footer {
  background: var(--blue);
  color: white;
  padding: 3rem 0 0;
}
.footer-grid {
  display: grid;
  gap: 2rem;
  grid-template-columns: 1fr;
}
@media (min-width: 768px) { .footer-grid { grid-template-columns: repeat(3, 1fr); } }
.footer-logo { height: 2.5rem; filter: brightness(0) invert(1); margin-bottom: 1rem; }
.footer-grid a { color: #bfdbfe; text-decoration: none; font-size: 0.9rem; }
.footer-grid a:hover { color: white; }
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.12);
  margin-top: 2rem;
  padding: 1rem 0;
  font-size: 0.78rem;
  color: #bfdbfe;
  text-align: center;
}

.text-center { text-align: center; }
.mt-2 { margin-top: 2rem; }

#rentals .section-head,
#service-area .section-head {
  text-align: center;
  margin-inline: auto;
}

#faq .section-head {
  text-align: left;
  margin-inline: 0;
  max-width: none;
}
#faq .container {
  max-width: 42rem;
}
