/* ============================================================
   landing.css — Landing Page Sections
   Lawu Vista | Mobile First | Google Ads Conversion Optimized
   ============================================================ */

/* ═══════════════════════════════════════════
   1. HERO SECTION
   ═══════════════════════════════════════════ */
.hero {
  position: relative;
  min-height: 100svh;
  min-height: 100vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  padding-top: 64px; /* nav height */
}
.hero-bg {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, #0f0524 0%, #1a0538 40%, #2d0a5e 70%, #1a0a3d 100%);
  z-index: 0;
}
.hero-bg-img {
  position: absolute;
  inset: 0;
  z-index: 1;
}
.hero-bg-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: .45;
}
.hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  background: linear-gradient(
    105deg,
    rgba(10,2,30,.85) 0%,
    rgba(10,2,30,.65) 50%,
    rgba(10,2,30,.25) 100%
  );
}
.hero-content {
  position: relative;
  z-index: 3;
  width: 100%;
  padding: 3rem 0 5rem;
}
@media (min-width: 768px) { .hero-content { padding: 4rem 0 6rem; } }

.hero-inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.5rem;
  align-items: center;
}
@media (min-width: 1024px) {
  .hero-inner { grid-template-columns: 1fr 1fr; gap: 3rem; }
}

/* Hero Left */
.hero-badge-row { margin-bottom: 1rem; }
.hero-service-badge {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  background: rgba(124,58,237,.3);
  border: 1px solid rgba(124,58,237,.5);
  border-radius: 99px;
  padding: .375rem 1rem;
  font-size: .8rem;
  font-weight: 700;
  color: #c4b5fd;
  letter-spacing: .06em;
  text-transform: uppercase;
  backdrop-filter: blur(4px);
}
.hero-title {
  font-size: clamp(2rem, 5vw, 3.5rem);
  font-weight: 900;
  color: var(--white);
  line-height: 1.1;
  margin-bottom: 1.25rem;
  letter-spacing: -.02em;
}
.hero-title .highlight { color: #a78bfa; }
.hero-subtitle {
  font-size: clamp(.9375rem, 2vw, 1.125rem);
  color: rgba(255,255,255,.82);
  line-height: 1.75;
  margin-bottom: 1.75rem;
  max-width: 540px;
}
.hero-social-proof {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.75rem;
  flex-wrap: wrap;
}
.hero-rating-row {
  display: flex;
  align-items: center;
  gap: .5rem;
}
.hero-rating-stars { display: flex; gap: 2px; }
.hero-rating-stars svg { width: 16px; height: 16px; fill: #f59e0b; color: #f59e0b; }
.hero-rating-text { font-size: .85rem; color: rgba(255,255,255,.85); }
.hero-rating-text strong { color: var(--white); }
.hero-cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: .875rem;
  margin-bottom: 1.75rem;
}
.hero-cta-row .btn { min-width: 0; justify-content: center; }
.hero-trust-mini { margin-top: .25rem; }

/* Hero Right — Stat Cards */
.hero-right {
  display: none;
}
@media (min-width: 1024px) {
  .hero-right {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 1rem;
  }
}
.hero-stat-card {
  background: rgba(255,255,255,.12);
  backdrop-filter: blur(16px);
  border: 1px solid rgba(255,255,255,.2);
  border-radius: var(--radius-lg);
  padding: 1.25rem 1.5rem;
  text-align: center;
  min-width: 160px;
}
.hero-stat-card .stat-n {
  font-size: 2.25rem;
  font-weight: 900;
  color: var(--white);
  line-height: 1;
  margin-bottom: .25rem;
}
.hero-stat-card .stat-n span { color: #a78bfa; }
.hero-stat-card .stat-l { font-size: .8125rem; color: rgba(255,255,255,.7); }
.hero-stat-featured {
  background: linear-gradient(135deg, rgba(124,58,237,.4), rgba(91,33,182,.3));
  border-color: rgba(124,58,237,.4);
}

/* Hero Bottom Stats Row (mobile) */
.hero-stats-row {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem;
  padding-top: 2rem;
  border-top: 1px solid rgba(255,255,255,.12);
  margin-top: 1.5rem;
}
@media (min-width: 1024px) { .hero-stats-row { display: none; } }
.hero-stats-row .stat-item { text-align: center; }
.hero-stats-row .stat-item .stat-n {
  font-size: 1.625rem;
  font-weight: 800;
  color: var(--white);
  line-height: 1;
}
.hero-stats-row .stat-item .stat-n span { color: #a78bfa; }
.hero-stats-row .stat-item .stat-l { font-size: .75rem; color: rgba(255,255,255,.65); }

/* ═══════════════════════════════════════════
   2. TRUSTED BY SECTION
   ═══════════════════════════════════════════ */
.trusted-section {
  padding: 2.5rem 0;
  border-bottom: 1px solid var(--border);
  background: var(--white);
}
.trusted-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.75rem;
}
@media (min-width: 768px) {
  .trusted-inner { flex-direction: row; gap: 2.5rem; }
}
.trusted-label { font-size: .75rem; font-weight: 700; color: var(--text-muted); letter-spacing: .08em; text-transform: uppercase; text-align: center; white-space: nowrap; }
.trusted-divider { width: 1px; height: 40px; background: var(--border); display: none; }
@media (min-width: 768px) { .trusted-divider { display: block; } }
.trusted-logos {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}
.trusted-logo-item {
  display: flex;
  align-items: center;
  gap: .5rem;
  font-size: .875rem;
  font-weight: 700;
  color: var(--gray-400);
  filter: grayscale(1);
  opacity: .65;
  transition: all var(--transition);
}
.trusted-logo-item:hover { opacity: 1; filter: none; color: var(--gray-700); }
.trusted-logo-item img { height: 28px; width: auto; }
.trusted-stats-row {
  display: flex;
  align-items: center;
  gap: 2rem;
  margin-left: auto;
  flex-wrap: wrap;
  justify-content: center;
}
.trusted-stat-item { text-align: center; }
.trusted-stat-number { font-size: 1.625rem; font-weight: 800; color: var(--primary); line-height: 1; }
.trusted-stat-label { font-size: .6875rem; color: var(--text-muted); font-weight: 500; margin-top: .2rem; }

/* ═══════════════════════════════════════════
   3. PACKAGES SECTION
   ═══════════════════════════════════════════ */
.packages-section { padding: var(--section-py) 0; background: var(--gray-50); }
.packages-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}
@media (min-width: 640px) { .packages-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .packages-grid { grid-template-columns: repeat(3, 1fr); } }

.package-card {
  background: var(--white);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
  overflow: hidden;
  transition: all var(--transition);
  position: relative;
  display: flex;
  flex-direction: column;
  border: 2px solid transparent;
}
.package-card:hover { box-shadow: var(--shadow-lg); transform: translateY(-4px); }
.package-card.popular {
  border-color: var(--primary);
  box-shadow: var(--shadow-purple);
}
.package-card-img {
  position: relative;
  height: 180px;
  overflow: hidden;
  background: linear-gradient(135deg, var(--primary-light), #ddd6fe);
}
.package-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .4s ease;
}
.package-card:hover .package-card-img img { transform: scale(1.05); }
.package-card-img .pkg-icon {
  position: absolute;
  bottom: -20px;
  left: 1.25rem;
  width: 48px;
  height: 48px;
  background: var(--primary);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  box-shadow: 0 4px 12px rgba(124,58,237,.4);
  border: 3px solid var(--white);
}
.package-card-img .pkg-icon svg { width: 22px; height: 22px; }
.package-card-body {
  padding: 1.5rem 1.25rem 1.25rem;
  padding-top: 2rem;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.pkg-name { font-size: 1.0625rem; font-weight: 700; color: var(--gray-900); margin-bottom: .25rem; }
.pkg-price-row { margin-bottom: 1rem; }
.pkg-price-from { font-size: .75rem; color: var(--text-muted); display: block; margin-bottom: .1rem; }
.pkg-price {
  font-size: 1.75rem;
  font-weight: 900;
  color: var(--primary);
  line-height: 1;
}
.pkg-price-unit { font-size: .875rem; font-weight: 500; color: var(--text-muted); }
.pkg-features { flex: 1; margin-bottom: 1.25rem; }
.pkg-feature {
  display: flex;
  align-items: flex-start;
  gap: .5rem;
  font-size: .875rem;
  color: var(--gray-700);
  padding: .3rem 0;
  border-bottom: 1px dashed var(--gray-100);
}
.pkg-feature:last-child { border-bottom: none; }
.pkg-feature-check {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  margin-top: 1px;
  color: var(--wa-green);
}
.pkg-cta { width: 100%; justify-content: center; }

/* View all link */
.view-all-row { text-align: center; margin-top: 2rem; }
.view-all-link {
  display: inline-flex;
  align-items: center;
  gap: .375rem;
  color: var(--primary);
  font-weight: 600;
  font-size: .9375rem;
  transition: gap var(--transition);
}
.view-all-link:hover { gap: .625rem; }
.view-all-link svg { width: 18px; height: 18px; }

/* ═══════════════════════════════════════════
   4. BENEFIT SECTION
   ═══════════════════════════════════════════ */
.benefit-section { padding: var(--section-py) 0; }
.benefit-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
}
@media (min-width: 1024px) { .benefit-grid { grid-template-columns: repeat(5, 1fr); } }

.benefit-card {
  background: var(--white);
  border: 1.5px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 1.5rem 1.25rem;
  text-align: center;
  transition: all var(--transition);
}
.benefit-card:hover {
  border-color: var(--primary);
  box-shadow: var(--shadow-md);
  transform: translateY(-3px);
}
.benefit-icon {
  width: 56px;
  height: 56px;
  border-radius: 16px;
  background: var(--primary-light);
  color: var(--primary);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1rem;
  transition: all var(--transition);
}
.benefit-card:hover .benefit-icon { background: var(--primary); color: var(--white); }
.benefit-icon svg { width: 26px; height: 26px; }
.benefit-title { font-size: .9375rem; font-weight: 700; color: var(--gray-900); margin-bottom: .5rem; }
.benefit-desc { font-size: .8125rem; color: var(--text-muted); line-height: 1.6; }

/* ═══════════════════════════════════════════
   5. GALLERY SECTION
   ═══════════════════════════════════════════ */
.gallery-section { padding: var(--section-py) 0; background: var(--gray-900); }
.gallery-section .section-title { color: var(--white); }
.gallery-section .section-label { color: #a78bfa; }
.gallery-section .section-subtitle { color: rgba(255,255,255,.6); }

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: .75rem;
}
@media (min-width: 640px)  { .gallery-grid { grid-template-columns: repeat(3, 1fr); } }
@media (min-width: 1024px) { .gallery-grid { grid-template-columns: repeat(4, 1fr); } }

.gallery-item {
  position: relative;
  border-radius: var(--radius);
  overflow: hidden;
  cursor: pointer;
  aspect-ratio: 1 / 1;
  background: var(--gray-800);
}
.gallery-item:first-child, .gallery-item:nth-child(5) {
  grid-column: span 2;
  aspect-ratio: 16 / 9;
}
@media (min-width: 1024px) {
  .gallery-item:first-child { grid-column: span 2; grid-row: span 2; aspect-ratio: auto; }
}
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.gallery-item:hover img { transform: scale(1.08); }
.gallery-item-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,.6) 0%, transparent 60%);
  opacity: 0;
  transition: opacity var(--transition);
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  padding: .75rem;
}
.gallery-item:hover .gallery-item-overlay { opacity: 1; }
.gallery-zoom-icon {
  width: 36px;
  height: 36px;
  background: rgba(255,255,255,.9);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--gray-900);
}
.gallery-zoom-icon svg { width: 16px; height: 16px; }

/* Gallery Placeholder (when no images) */
.gallery-placeholder-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: .75rem;
}
@media (min-width: 768px) { .gallery-placeholder-grid { grid-template-columns: repeat(6, 1fr); } }
.gallery-ph-item {
  aspect-ratio: 1;
  background: var(--gray-800);
  border-radius: var(--radius);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: .5rem;
  color: var(--gray-600);
  font-size: .7rem;
  text-align: center;
  padding: .5rem;
}
.gallery-ph-item svg { width: 24px; height: 24px; }

/* Lightbox */
.lightbox {
  position: fixed;
  inset: 0;
  z-index: 9000;
  background: rgba(0,0,0,.92);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  opacity: 0;
  pointer-events: none;
  transition: opacity .3s ease;
}
.lightbox.active { opacity: 1; pointer-events: all; }
.lightbox img { max-width: 90vw; max-height: 85vh; border-radius: var(--radius); object-fit: contain; }
.lightbox-close {
  position: absolute;
  top: 1.25rem;
  right: 1.25rem;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(255,255,255,.15);
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  cursor: pointer;
  transition: background var(--transition);
}
.lightbox-close:hover { background: rgba(255,255,255,.3); }
.lightbox-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(255,255,255,.15);
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background var(--transition);
}
.lightbox-nav:hover { background: rgba(255,255,255,.3); }
.lightbox-prev { left: 1rem; }
.lightbox-next { right: 1rem; }

/* ═══════════════════════════════════════════
   6. TESTIMONIAL SECTION
   ═══════════════════════════════════════════ */
.testimonial-section { padding: var(--section-py) 0; }
.testimonial-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
}
@media (min-width: 640px)  { .testimonial-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .testimonial-grid { grid-template-columns: repeat(3, 1fr); } }

.testimonial-card {
  background: var(--white);
  border: 1.5px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  transition: all var(--transition);
}
.testimonial-card:hover { border-color: var(--primary); box-shadow: var(--shadow-md); transform: translateY(-2px); }
.testi-video-thumb {
  position: relative;
  height: 160px;
  border-radius: var(--radius);
  overflow: hidden;
  background: var(--gray-200);
}
.testi-video-thumb img { width: 100%; height: 100%; object-fit: cover; }
.testi-play-btn {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.testi-play-icon {
  width: 48px;
  height: 48px;
  background: rgba(255,255,255,.9);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform var(--transition);
}
.testi-video-thumb:hover .testi-play-icon { transform: scale(1.1); }
.testi-play-icon svg { width: 20px; height: 20px; color: var(--primary); margin-left: 3px; }
.testi-quote {
  font-size: .9rem;
  color: var(--gray-700);
  line-height: 1.7;
  flex: 1;
  font-style: italic;
}
.testi-quote::before { content: "\201C"; color: var(--primary); font-size: 1.5rem; line-height: .5; vertical-align: -.25rem; margin-right: .1rem; }
.testi-author { display: flex; align-items: center; gap: .75rem; }
.testi-avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--primary), var(--primary-dark));
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: .9375rem;
  font-weight: 700;
  color: var(--white);
  flex-shrink: 0;
  overflow: hidden;
}
.testi-avatar img { width: 100%; height: 100%; object-fit: cover; }
.testi-name { font-size: .9375rem; font-weight: 700; color: var(--gray-900); }
.testi-city { font-size: .8125rem; color: var(--text-muted); }
.testi-stars { display: flex; gap: 2px; }
.testi-stars svg { width: 14px; height: 14px; fill: #f59e0b; color: #f59e0b; }

/* ═══════════════════════════════════════════
   7. FAQ SECTION
   ═══════════════════════════════════════════ */
.faq-section { padding: var(--section-py) 0; background: var(--gray-50); }
.faq-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: .75rem;
}
@media (min-width: 768px) { .faq-grid { grid-template-columns: repeat(2, 1fr); } }

.faq-item {
  background: var(--white);
  border: 1.5px solid var(--border);
  border-radius: var(--radius);
  overflow: hidden;
  transition: border-color var(--transition);
}
.faq-item.open { border-color: var(--primary); }
.faq-question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.1rem 1.25rem;
  cursor: pointer;
  font-size: .9375rem;
  font-weight: 600;
  color: var(--gray-800);
  transition: color var(--transition);
  user-select: none;
}
.faq-item.open .faq-question { color: var(--primary); }
.faq-icon {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: var(--gray-100);
  color: var(--gray-500);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: all var(--transition);
}
.faq-item.open .faq-icon { background: var(--primary); color: var(--white); transform: rotate(45deg); }
.faq-icon svg { width: 14px; height: 14px; }
.faq-answer {
  padding: 0 1.25rem;
  max-height: 0;
  overflow: hidden;
  transition: max-height .35s ease, padding .35s ease;
}
.faq-item.open .faq-answer { max-height: 600px; padding-bottom: 1.25rem; }
.faq-answer p { font-size: .9rem; color: var(--gray-600); line-height: 1.75; }

/* ═══════════════════════════════════════════
   8. SCARCITY / URGENCY SECTION
   ═══════════════════════════════════════════ */
.scarcity-bar {
  background: linear-gradient(135deg, #fef3c7, #fde68a);
  border: 1.5px solid #f59e0b;
  border-radius: var(--radius);
  padding: 1rem 1.25rem;
  display: flex;
  align-items: center;
  gap: .875rem;
  margin-bottom: 1.5rem;
}
.scarcity-icon { font-size: 1.5rem; flex-shrink: 0; }
.scarcity-text { font-size: .9rem; font-weight: 600; color: #92400e; }
.scarcity-text span { color: #b45309; }

/* ═══════════════════════════════════════════
   9. CLOSING CTA SECTION
   ═══════════════════════════════════════════ */
.cta-section {
  padding: var(--section-py) 0;
  background: linear-gradient(135deg, #1a0538 0%, #2d0a5e 50%, #1a0a3d 100%);
  position: relative;
  overflow: hidden;
}
.cta-section::before {
  content: '';
  position: absolute;
  top: -60%;
  right: -20%;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(124,58,237,.3) 0%, transparent 70%);
  pointer-events: none;
}
.cta-section::after {
  content: '';
  position: absolute;
  bottom: -40%;
  left: -10%;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(37,211,102,.15) 0%, transparent 70%);
  pointer-events: none;
}
.cta-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.5rem;
  align-items: center;
}
@media (min-width: 768px) { .cta-inner { grid-template-columns: 1fr 1fr; } }

.cta-left h2 { color: var(--white); font-size: clamp(1.5rem, 3vw, 2.25rem); margin-bottom: .875rem; }
.cta-left p { color: rgba(255,255,255,.75); font-size: 1rem; line-height: 1.75; }
.cta-right {
  background: rgba(255,255,255,.1);
  backdrop-filter: blur(16px);
  border: 1px solid rgba(255,255,255,.2);
  border-radius: var(--radius-xl);
  padding: 2rem;
}
.cta-right-icon {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: var(--wa-green);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
}
.cta-right-icon svg { width: 28px; height: 28px; color: var(--white); }
.cta-right h3 { color: var(--white); font-size: 1.25rem; margin-bottom: .375rem; }
.cta-right .cta-hours { color: rgba(255,255,255,.65); font-size: .875rem; margin-bottom: 1.25rem; }
.cta-right .cta-phone { font-size: 1.375rem; font-weight: 800; color: var(--wa-green); margin-bottom: 1.25rem; display: block; }
.cta-right .btn { width: 100%; justify-content: center; }

/* ═══════════════════════════════════════════
   10. LEAD FORM (Contact/Booking)
   ═══════════════════════════════════════════ */
.lead-form {
  background: var(--white);
  border-radius: var(--radius-xl);
  padding: 2rem;
  box-shadow: var(--shadow-lg);
}
.lead-form-title { font-size: 1.25rem; font-weight: 800; margin-bottom: 1.5rem; color: var(--gray-900); }
.lead-form .form-row { display: grid; gap: 1rem; grid-template-columns: 1fr; }
@media (min-width: 640px) { .lead-form .form-row { grid-template-columns: repeat(2, 1fr); } }
.lead-form-success { text-align: center; padding: 2rem; }
.lead-form-success .success-icon { font-size: 3rem; margin-bottom: 1rem; }
.lead-form-success h3 { color: var(--gray-900); margin-bottom: .5rem; }
.lead-form-success p { color: var(--text-muted); }

/* ═══════════════════════════════════════════
   11. HOMEPAGE — Service Cards Grid
   ═══════════════════════════════════════════ */
.service-cards-section { padding: var(--section-py) 0; }
.service-cards-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}
@media (min-width: 640px)  { .service-cards-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .service-cards-grid { grid-template-columns: repeat(4, 1fr); } }

.service-card {
  border-radius: var(--radius-lg);
  overflow: hidden;
  position: relative;
  height: 280px;
  cursor: pointer;
  transition: all var(--transition);
}
.service-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }
.service-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.service-card:hover img { transform: scale(1.07); }
.service-card-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,.8) 0%, rgba(0,0,0,.2) 60%, transparent 100%);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 1.5rem;
}
.service-card-badge {
  display: inline-block;
  background: var(--primary);
  color: var(--white);
  font-size: .7rem;
  font-weight: 700;
  letter-spacing: .06em;
  padding: .2rem .6rem;
  border-radius: 99px;
  margin-bottom: .5rem;
  text-transform: uppercase;
}
.service-card-name { font-size: 1.125rem; font-weight: 800; color: var(--white); margin-bottom: .25rem; }
.service-card-price { font-size: .85rem; color: rgba(255,255,255,.8); }
.service-card-cta {
  display: inline-flex;
  align-items: center;
  gap: .375rem;
  margin-top: .75rem;
  font-size: .8125rem;
  font-weight: 600;
  color: var(--white);
  background: rgba(255,255,255,.2);
  border: 1px solid rgba(255,255,255,.3);
  border-radius: 99px;
  padding: .35rem .875rem;
  transition: all var(--transition);
}
.service-card:hover .service-card-cta { background: var(--primary); border-color: var(--primary); }

/* ═══════════════════════════════════════════
   12. 404 PAGE
   ═══════════════════════════════════════════ */
.page-404 {
  min-height: 80vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 4rem 1rem;
}
.page-404 .err-code { font-size: 8rem; font-weight: 900; color: var(--primary-light); line-height: 1; }
.page-404 h1 { font-size: 2rem; margin-bottom: 1rem; }
.page-404 p { color: var(--text-muted); margin-bottom: 2rem; }

/* ═══════════════════════════════════════════
   13. BACK TO TOP BUTTON
   ═══════════════════════════════════════════ */
.back-to-top {
  position: fixed;
  bottom: 90px;
  left: 1.25rem;
  z-index: 980;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--primary);
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: var(--shadow-md);
  opacity: 0;
  pointer-events: none;
  transform: translateY(10px);
  transition: all var(--transition);
}
.back-to-top.visible { opacity: 1; pointer-events: all; transform: translateY(0); }
.back-to-top:hover { background: var(--primary-dark); }
.back-to-top svg { width: 20px; height: 20px; }
@media (min-width: 768px) { .back-to-top { bottom: 2rem; } }

/* ═══════════════════════════════════════════
   DEPLOYMENT FALLBACK — Hero without real photos
   The hero-bg gradient already works as fallback.
   These rules ensure hero looks premium even when
   hero-bg-img has a broken src.
   ═══════════════════════════════════════════ */
.hero-bg-img img[src=""],
.hero-bg-img img:not([src]),
.hero-bg-img img[src$=".jpg"]:not([complete]) {
  opacity: 0;
}
/* Ensure gradient always shows behind broken images */
.hero-bg {
  background: linear-gradient(135deg, #0f0524 0%, #1a0538 40%, #2d0a5e 70%, #1a0a3d 100%);
}
