/* Custom Pricing Design for HeroWash */
.hw-pricing-section {
  background-color: #f8fafc !important;
  padding: 5rem 0 !important;
  font-family: 'Inter', system-ui, sans-serif !important;
}

.hw-pricing-grid {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 3rem !important;
  align-items: flex-start !important;
}

@media (min-width: 1024px) {
  .hw-pricing-grid {
    grid-template-columns: 1fr 1.2fr !important;
    gap: 2.5rem !important;
  }
}

.hw-pricing-copy {
  background: #ffffff !important;
  border-radius: 16px !important;
  padding: 2.5rem !important;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04) !important;
}

.hw-pricing-copy .hw-eyebrow {
  display: inline-block !important;
  background: #eff6ff !important;
  color: #0d3f91 !important;
  font-size: 0.75rem !important;
  font-weight: 800 !important;
  text-transform: uppercase !important;
  padding: 0.4rem 1rem !important;
  border-radius: 999px !important;
  margin-bottom: 1.5rem !important;
  letter-spacing: 0.05em !important;
}

.hw-pricing-copy h2 {
  color: #0d3f91 !important;
  font-size: 1.75rem !important;
  font-weight: 800 !important;
  line-height: 1.3 !important;
  margin-bottom: 1.25rem !important;
}

.hw-pricing-copy p {
  color: #5a6c7e !important;
  font-size: 0.95rem !important;
  line-height: 1.6 !important;
  margin-bottom: 2rem !important;
}

.hw-pricing-copy .hw-check-list {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 0 2rem 0 !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 1rem !important;
}

.hw-pricing-copy .hw-check-list li {
  display: flex !important;
  align-items: flex-start !important;
  gap: 0.75rem !important;
  color: #0d3f91 !important;
  font-size: 0.95rem !important;
  font-weight: 600 !important;
}

.hw-pricing-copy .hw-check-list li svg {
  color: #ed101f !important;
  flex-shrink: 0 !important;
  margin-top: 0.15rem !important;
}

.hw-delivery-highlight {
  background: #f1f5f9 !important;
  border-radius: 12px !important;
  padding: 1.25rem !important;
  display: flex !important;
  align-items: center !important;
  gap: 1rem !important;
  color: #0d3f91 !important;
}

.hw-delivery-highlight svg {
  color: #ed101f !important;
}

.hw-delivery-highlight strong {
  font-size: 0.95rem !important;
  font-weight: 700 !important;
}

.hw-pricing-table {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 1.5rem !important;
}

@media (min-width: 640px) {
  .hw-pricing-table {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}

.hw-pricing-table article {
  background: #ffffff !important;
  border-radius: 16px !important;
  padding: 2rem !important;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04) !important;
  transition: transform 0.3s ease, box-shadow 0.3s ease !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: space-between !important;
}

.hw-pricing-table article:hover {
  transform: translateY(-4px) !important;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08) !important;
}

.hw-pricing-table article span {
  color: #ed101f !important;
  font-size: 0.75rem !important;
  font-weight: 800 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.05em !important;
  margin-bottom: 0.75rem !important;
  display: block !important;
}

.hw-pricing-table article strong {
  color: #0d3f91 !important;
  font-size: 1.5rem !important;
  font-weight: 800 !important;
  margin-bottom: 0.75rem !important;
  display: block !important;
}

.hw-pricing-table article p {
  color: #5a6c7e !important;
  font-size: 0.85rem !important;
  line-height: 1.5 !important;
  margin: 0 !important;
}

.hw-pricing-table article.is-featured {
  background: #0d3f91 !important;
}

.hw-pricing-table article.is-featured span {
  color: #ffffff !important;
}

.hw-pricing-table article.is-featured strong {
  color: #ffffff !important;
}

.hw-pricing-table article.is-featured p {
  color: rgba(255, 255, 255, 0.9) !important;
}

/* Media Proof Section (Before/After & Videos) */
.herowash-landing-page > .hw-media-proof-section {
  order: 3 !important;
  position: relative !important;
  z-index: 10 !important;
}

.hw-media-proof-section {
  background-color: #ffffff !important;
  padding: 5rem 0 !important;
  font-family: 'Inter', system-ui, sans-serif !important;
  border-top: 1px solid #e2e8f0 !important;
  border-bottom: 1px solid #e2e8f0 !important;
}

/* Ensure booking form displays before FAQ section as requested */
.herowash-landing-page > .hw-final-cta {
  order: 9 !important;
}
.herowash-landing-page > .hw-faq-section {
  order: 10 !important;
}

.hw-before-after-grid {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 2rem !important;
  margin-bottom: 4rem !important;
}

@media (min-width: 768px) {
  .hw-before-after-grid {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}

@media (min-width: 1024px) {
  .hw-before-after-grid {
    grid-template-columns: repeat(3, 1fr) !important;
  }
}

.hw-media-card {
  background: #ffffff !important;
  border-radius: 16px !important;
  overflow: hidden !important;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04) !important;
  border: 1px solid #f1f5f9 !important;
  transition: transform 0.3s ease, box-shadow 0.3s ease !important;
  display: flex !important;
  flex-direction: column !important;
}

.hw-media-card:hover {
  transform: translateY(-5px) !important;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08) !important;
}

/* Side-by-side image comparison */
.hw-image-comparison {
  display: flex !important;
  width: 100% !important;
  aspect-ratio: 1.5 !important;
  background-color: #f1f5f9 !important;
  border-bottom: 1px solid #f1f5f9 !important;
}

.hw-image-wrapper {
  width: 50% !important;
  position: relative !important;
  overflow: hidden !important;
}

.hw-image-comparison img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  transition: transform 0.5s ease !important;
}

.hw-media-card:hover .hw-image-comparison img {
  transform: scale(1.03) !important;
}

.hw-image-wrapper.avant {
  border-right: 2px solid #ffffff !important;
}

.hw-image-label {
  position: absolute !important;
  bottom: 12px !important;
  padding: 0.3rem 0.75rem !important;
  font-size: 0.65rem !important;
  font-weight: 800 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.05em !important;
  border-radius: 4px !important;
  color: #ffffff !important;
  z-index: 2 !important;
}

.hw-image-wrapper.avant .hw-image-label {
  left: 12px !important;
  background: rgba(237, 16, 31, 0.85) !important; /* Red for Avant */
}

.hw-image-wrapper.apres .hw-image-label {
  right: 12px !important;
  background: rgba(13, 63, 145, 0.9) !important; /* Deep Blue for Apres */
}

.hw-card-body {
  padding: 1.5rem !important;
  display: flex !important;
  flex-direction: column !important;
  flex-grow: 1 !important;
}

.hw-card-body .hw-badge {
  display: inline-block !important;
  align-self: flex-start !important;
  background: #eff6ff !important;
  color: #0d3f91 !important;
  font-size: 0.7rem !important;
  font-weight: 800 !important;
  text-transform: uppercase !important;
  padding: 0.25rem 0.75rem !important;
  border-radius: 999px !important;
  margin-bottom: 0.75rem !important;
  letter-spacing: 0.05em !important;
}

.hw-card-body h3 {
  color: #0d3f91 !important;
  font-size: 1.15rem !important;
  font-weight: 800 !important;
  margin-bottom: 0.5rem !important;
  line-height: 1.3 !important;
}

.hw-card-body p {
  color: #5a6c7e !important;
  font-size: 0.85rem !important;
  line-height: 1.5 !important;
  margin-bottom: 1.25rem !important;
  flex-grow: 1 !important;
}

.hw-card-footer {
  border-top: 1px solid #f1f5f9 !important;
  padding-top: 0.75rem !important;
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
}

.hw-location {
  color: #5a6c7e !important;
  font-size: 0.75rem !important;
  font-weight: 600 !important;
  display: flex !important;
  align-items: center !important;
  gap: 0.35rem !important;
}

.hw-location svg {
  color: #ed101f !important;
}

/* Video Section */
.hw-video-heading-row {
  text-align: center !important;
  margin-bottom: 2rem !important;
}

.hw-video-heading-row h3 {
  color: #0d3f91 !important;
  font-size: 1.5rem !important;
  font-weight: 800 !important;
  margin-bottom: 0.5rem !important;
}

.hw-video-heading-row p {
  color: #5a6c7e !important;
  font-size: 0.95rem !important;
}

.hw-video-grid {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 1.5rem !important;
  margin-bottom: 3.5rem !important;
}

@media (min-width: 640px) {
  .hw-video-grid {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}

@media (min-width: 1024px) {
  .hw-video-grid {
    grid-template-columns: repeat(4, 1fr) !important;
  }
}

.hw-video-card {
  background: #ffffff !important;
  border-radius: 12px !important;
  overflow: hidden !important;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.02) !important;
  border: 1px solid #f1f5f9 !important;
  transition: transform 0.3s ease, box-shadow 0.3s ease !important;
}

.hw-video-card:hover {
  transform: translateY(-4px) !important;
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.06) !important;
}

.hw-video-thumbnail {
  position: relative !important;
  aspect-ratio: 1.777 !important;
  background-color: #0a1931 !important;
  overflow: hidden !important;
}

.hw-video-thumbnail img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  opacity: 0.7 !important;
  transition: transform 0.5s ease, opacity 0.5s ease !important;
}

.hw-video-card:hover .hw-video-thumbnail img {
  transform: scale(1.05) !important;
  opacity: 0.8 !important;
}

.hw-play-overlay {
  position: absolute !important;
  inset: 0 !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  background: rgba(13, 63, 145, 0.15) !important;
  z-index: 2 !important;
}

.hw-play-btn {
  width: 48px !important;
  height: 48px !important;
  border-radius: 50% !important;
  background-color: #ffffff !important;
  color: #ed101f !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  border: none !important;
  cursor: pointer !important;
  box-shadow: 0 6px 15px rgba(237, 16, 31, 0.3) !important;
  transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), background-color 0.3s ease, color 0.3s ease !important;
}

.hw-play-btn svg {
  width: 20px !important;
  height: 20px !important;
  margin-left: 2px !important;
}

.hw-video-card:hover .hw-play-btn {
  transform: scale(1.15) !important;
  background-color: #ed101f !important;
  color: #ffffff !important;
}

.hw-video-coming-soon {
  margin-top: 8px !important;
  font-size: 0.65rem !important;
  color: rgba(255, 255, 255, 0.9) !important;
  background: rgba(13, 63, 145, 0.85) !important;
  padding: 0.2rem 0.5rem !important;
  border-radius: 4px !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.05em !important;
}

.hw-video-body {
  padding: 1.25rem !important;
}

.hw-video-body h4 {
  color: #0d3f91 !important;
  font-size: 0.95rem !important;
  font-weight: 700 !important;
  margin-bottom: 0.35rem !important;
  line-height: 1.3 !important;
}

.hw-video-body p {
  color: #5a6c7e !important;
  font-size: 0.8rem !important;
  line-height: 1.4 !important;
  margin: 0 !important;
}

/* CTA Container */
.hw-media-cta-container {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 1.25rem !important;
  flex-wrap: wrap !important;
  margin-top: 1rem !important;
}

.hw-media-cta-container .hw-btn {
  min-width: 200px !important;
  justify-content: center !important;
}