/* ============================================================
   SILVER SERVICE TAXI SYDNEY — Premium Location Pages CSS v70
   Design: Carey.com × Blacklane.com hybrid
   ============================================================ */

/* ── LOCATION PAGE HERO ENHANCEMENTS ── */
.seo-hero {
  background: linear-gradient(135deg, #050d1a 0%, #0f1f3d 100%);
  color: white;
  padding: 80px 0 60px;
  position: relative;
  overflow: hidden;
}

.seo-hero::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(circle at 80% 20%, rgba(201, 168, 76, 0.15), transparent 50%);
  pointer-events: none;
}

.page-hero-content {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr 420px;
  gap: 48px;
  align-items: center;
}

.page-hero-copy {
  max-width: 620px;
}

.page-hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(201, 168, 76, 0.15);
  border: 1px solid rgba(201, 168, 76, 0.35);
  padding: 8px 16px;
  border-radius: 100px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #e8c96a;
  margin-bottom: 20px;
}

.page-hero-badge svg {
  width: 14px;
  height: 14px;
  color: #c9a84c;
}

.page-hero-title {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(2rem, 4vw, 3.2rem);
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 16px;
  letter-spacing: -0.02em;
}

.page-hero-sub {
  font-size: 1.05rem;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.75;
  margin-bottom: 32px;
}

.page-hero-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 40px;
}

.page-hero-trust {
  display: flex;
  gap: 28px;
  padding-top: 28px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  flex-wrap: wrap;
}

.page-hero-trust-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: rgba(255, 255, 255, 0.6);
}

.page-hero-trust-item svg {
  width: 18px;
  height: 18px;
  color: #c9a84c;
  flex-shrink: 0;
}

/* ── BOOKING PANEL (Right side) ── */
.page-hero-panel {
  background: white;
  border-radius: 16px;
  padding: 32px;
  box-shadow: 0 40px 100px rgba(5, 13, 26, 0.2);
  color: #1a1a2e;
  border: 1px solid rgba(255, 255, 255, 0.08);
  position: relative;
}

.page-hero-panel::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #c9a84c, #e8c96a);
  border-radius: 16px 16px 0 0;
}

.page-hero-panel-title {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 1.3rem;
  font-weight: 700;
  margin-bottom: 20px;
  color: #050d1a;
}

.page-hero-panel-title svg {
  width: 18px;
  height: 18px;
  color: #c9a84c;
}

.page-hero-proof-grid {
  display: grid;
  gap: 14px;
}

.page-hero-proof {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  padding: 14px;
  background: #f8f7f4;
  border-radius: 8px;
  border: 1px solid #e5e7eb;
}

.page-hero-proof-icon {
  width: 36px;
  height: 36px;
  background: linear-gradient(135deg, #050d1a 0%, #0f1f3d 100%);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #c9a84c;
  flex-shrink: 0;
}

.page-hero-proof-icon svg {
  width: 16px;
  height: 16px;
}

.page-hero-proof strong {
  display: block;
  font-size: 13px;
  font-weight: 700;
  color: #050d1a;
  margin-bottom: 2px;
}

.page-hero-proof span {
  display: block;
  font-size: 12px;
  color: #6b7280;
  line-height: 1.5;
}

/* ── BOOKING STEPS SECTION ── */
.loc-steps-section {
  padding: 80px 0;
  background: #f8f7f4;
}

.loc-steps-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-top: 48px;
}

.loc-step-card {
  background: white;
  border-radius: 16px;
  padding: 32px 24px;
  text-align: center;
  border: 1px solid #e5e7eb;
  transition: transform 0.25s, box-shadow 0.25s, border-color 0.25s;
}

.loc-step-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 30px rgba(5, 13, 26, 0.1);
  border-color: #c9a84c;
}

.loc-step-number {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  background: linear-gradient(135deg, #050d1a 0%, #0f1f3d 100%);
  color: #c9a84c;
  border-radius: 50%;
  font-size: 18px;
  font-weight: 800;
  margin: 0 auto 16px;
}

.loc-step-title {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 1.15rem;
  font-weight: 700;
  color: #050d1a;
  margin-bottom: 8px;
}

.loc-step-desc {
  font-size: 13.5px;
  color: #6b7280;
  line-height: 1.65;
}

/* ── FARES GRID ── */
.loc-fares-section {
  padding: 80px 0;
  background: white;
}

.loc-fares-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 48px;
}

.loc-fare-card {
  background: #f8f7f4;
  border-radius: 12px;
  padding: 24px;
  border: 1px solid #e5e7eb;
  text-align: center;
  transition: all 0.25s;
}

.loc-fare-card:hover {
  background: white;
  border-color: #c9a84c;
  box-shadow: 0 4px 16px rgba(5, 13, 26, 0.08);
}

.loc-fare-route {
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #6b7280;
  margin-bottom: 8px;
}

.loc-fare-price {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 2rem;
  font-weight: 700;
  color: #050d1a;
  margin-bottom: 4px;
}

.loc-fare-note {
  font-size: 11px;
  color: #9ca3af;
}

/* ── RESPONSIVE ── */
@media (max-width: 1200px) {
  .page-hero-content {
    grid-template-columns: 1fr 380px;
    gap: 36px;
  }
  .loc-steps-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .loc-fares-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 1024px) {
  .page-hero-content {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .page-hero-actions {
    justify-content: center;
  }
  .page-hero-trust {
    justify-content: center;
  }
  .page-hero-panel {
    max-width: 520px;
    margin: 0 auto;
  }
}

@media (max-width: 768px) {
  .seo-hero {
    padding: 60px 0 40px;
  }
  .loc-steps-grid {
    grid-template-columns: 1fr;
  }
  .loc-fares-grid {
    grid-template-columns: 1fr;
  }
  .loc-steps-section,
  .loc-fares-section {
    padding: 60px 0;
  }
}
