/* Prestige Cleaning custom polish */
:root {
  --prestige-navy: #102333;
  --prestige-teal: #0f8b8d;
  --prestige-mint: #e8f7f4;
  --prestige-ink: #1d2b34;
}

body {
  color: var(--prestige-ink);
}

.navbar.bg-dark,
footer.bg-dark {
  background-color: var(--prestige-navy) !important;
}

.navbar-brand {
  font-weight: 800;
  letter-spacing: 0;
}

.nav-link {
  text-decoration: none;
}

.btn-primary {
  background-color: var(--prestige-teal);
  border-color: var(--prestige-teal);
}

.btn-primary:hover,
.btn-primary:focus {
  background-color: #0c7476;
  border-color: #0c7476;
}

.btn-outline-primary {
  border-color: var(--prestige-teal);
  color: var(--prestige-teal);
}

.btn-outline-primary:hover,
.btn-outline-primary:focus {
  background-color: var(--prestige-teal);
  border-color: var(--prestige-teal);
}

.hero-section {
  min-height: 620px;
  position: relative;
  overflow: hidden;
  background-color: var(--prestige-navy);
}

.hero-image {
  height: 100%;
  inset: 0;
  object-fit: cover;
  position: absolute;
  width: 100%;
}

.hero-overlay {
  align-items: center;
  background: linear-gradient(90deg, rgba(16, 35, 51, 0.9), rgba(16, 35, 51, 0.58), rgba(16, 35, 51, 0.18));
  color: #fff;
  display: flex;
  inset: 0;
  min-height: 620px;
  position: relative;
  z-index: 1;
}

.hero-content {
  max-width: 720px;
  padding: 5rem 0;
}

.hero-kicker {
  color: #c8eee8;
  font-weight: 800;
  margin-bottom: 1rem;
  text-transform: uppercase;
}

.hero-content h1 {
  font-size: clamp(2.5rem, 6vw, 5.25rem);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 0.95;
  margin-bottom: 1.5rem;
}

.hero-copy {
  color: rgba(255, 255, 255, 0.86);
  font-size: 1.2rem;
  max-width: 590px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 2rem;
}

.hero-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 2rem;
}

.hero-badges span {
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 999px;
  color: #fff;
  font-weight: 700;
  padding: 0.55rem 0.9rem;
}

.proof-strip {
  background: #fff;
  border-bottom: 1px solid rgba(16, 35, 51, 0.08);
  border-top: 1px solid rgba(16, 35, 51, 0.08);
}

.proof-grid {
  display: grid;
  gap: 1px;
  grid-template-columns: repeat(3, 1fr);
}

.proof-grid > div {
  padding: 1.5rem;
}

.proof-grid strong,
.proof-grid span {
  display: block;
}

.proof-grid strong {
  color: var(--prestige-navy);
  font-size: 1rem;
  margin-bottom: 0.4rem;
}

.proof-grid span {
  color: #63717a;
}

.card {
  border: 1px solid rgba(16, 35, 51, 0.1);
  border-radius: 8px;
  box-shadow: 0 10px 30px rgba(16, 35, 51, 0.06);
}

.card-title {
  color: var(--prestige-navy);
}

.bg-light {
  background-color: #f5faf9 !important;
}

.form-group {
  margin-bottom: 1rem;
}

.spam-check {
  height: 0;
  left: -9999px;
  overflow: hidden;
  position: absolute;
  width: 0;
}

.review-empty {
  background: var(--prestige-mint);
  border: 1px solid rgba(15, 139, 141, 0.18);
  border-radius: 8px;
  max-width: 560px;
  padding: 2rem;
}

.carousel-item {
  min-height: 300px;
}

.carousel-item > .row {
  display: flex;
  justify-content: center;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  background-color: rgba(16, 35, 51, 0.72);
  border-radius: 999px;
  padding: 1rem;
}

.embed-responsive {
  aspect-ratio: 4 / 3;
  overflow: hidden;
}

.embed-responsive iframe {
  border: 0;
  height: 100%;
  width: 100%;
}

.review-page {
  max-width: 760px;
}

.faq-section h3 {
  color: var(--prestige-navy);
  font-size: 1.25rem;
}

.faq-section p {
  color: #63717a;
}

@media (max-width: 767.98px) {
  .hero-section,
  .hero-overlay {
    min-height: 680px;
  }

  .hero-overlay {
    background: linear-gradient(180deg, rgba(16, 35, 51, 0.9), rgba(16, 35, 51, 0.68));
  }

  .hero-content {
    padding: 4rem 0;
  }

  .hero-actions .btn {
    width: 100%;
  }

  .proof-grid {
    grid-template-columns: 1fr;
  }

  .container.px-5 {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }
}
