/* Local Taxi Rewa — matches kamanatravels.com/local-taxi-rewa */
.local-taxi-page {
  font-family: var(--sans), "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  line-height: 1.6;
  color: #333;
}

.local-taxi-page .lt-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1.25rem;
}

/* Hero */
.local-taxi-page .lt-hero {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: #fff;
  padding: 5rem 1.25rem;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.local-taxi-page .lt-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 20'%3E%3Cdefs%3E%3CradialGradient id='a' cx='50%25' cy='0%25' r='50%25'%3E%3Cstop offset='0%25' stop-color='%23fff' stop-opacity='0.1'/%3E%3Cstop offset='100%25' stop-color='%23fff' stop-opacity='0'/%3E%3C/radialGradient%3E%3C/defs%3E%3Crect width='100' height='20' fill='url(%23a)'/%3E%3C/svg%3E") repeat-x;
  opacity: 0.1;
  pointer-events: none;
}

.local-taxi-page .lt-hero__content {
  position: relative;
  z-index: 1;
  max-width: 800px;
  margin: 0 auto;
}

.local-taxi-page .lt-hero h1 {
  font-family: var(--sans);
  font-size: clamp(2rem, 5vw, 3.5rem);
  font-weight: 700;
  margin: 0 0 1.25rem;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
  color: #fff;
  line-height: 1.2;
}

.local-taxi-page .lt-hero__subtitle {
  font-size: clamp(1rem, 2.5vw, 1.4rem);
  margin: 0 0 0.85rem;
  opacity: 0.95;
  font-weight: 300;
  color: #fff;
}

.local-taxi-page .lt-hero__lead {
  font-size: clamp(1rem, 2vw, 1.2rem);
  margin: 0 auto 2.5rem;
  opacity: 0.9;
  max-width: 600px;
  line-height: 1.65;
  color: #fff;
}

.local-taxi-page .lt-hero__cta {
  display: flex;
  gap: 1.25rem;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 1.75rem;
}

.local-taxi-page .lt-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.9rem 1.85rem;
  font-size: 1.05rem;
  font-weight: 600;
  font-family: var(--sans);
  text-decoration: none;
  border-radius: 50px;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.local-taxi-page .lt-btn--primary {
  background: #ff6b6b;
  color: #fff;
}

.local-taxi-page .lt-btn--primary:hover {
  background: #ee5a5a;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
  color: #fff;
}

.local-taxi-page .lt-btn--secondary {
  background: #fff;
  color: #667eea;
}

.local-taxi-page .lt-btn--secondary:hover {
  background: #f8f9ff;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
  color: #667eea;
}

/* Services / why choose */
.local-taxi-page .lt-services {
  padding: 5rem 1.25rem;
  background: #fff;
}

.local-taxi-page .lt-services .lt-container {
  max-width: 1200px;
}

.local-taxi-page .lt-services h2 {
  font-family: var(--sans);
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  text-align: center;
  margin: 0 0 1rem;
  color: #333;
  font-weight: 700;
}

.local-taxi-page .lt-services__sub {
  text-align: center;
  font-size: 1.15rem;
  color: #666;
  margin: 0 auto 3rem;
  max-width: 600px;
  line-height: 1.65;
}

.local-taxi-page .lt-features {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 280px), 1fr));
  gap: 1.85rem;
  margin-bottom: 3rem;
}

.local-taxi-page .lt-feature-card {
  background: #f8f9ff;
  padding: 1.85rem 1.5rem;
  border-radius: 15px;
  text-align: center;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.local-taxi-page .lt-feature-card:hover {
  transform: translateY(-5px);
}

.local-taxi-page .lt-feature-card__icon {
  font-family: "Segoe UI Emoji", "Apple Color Emoji", "Noto Color Emoji", sans-serif;
  font-size: 3rem;
  margin-bottom: 1.25rem;
  display: block;
  line-height: 1;
}

.local-taxi-page .lt-feature-card h3 {
  font-family: var(--sans);
  font-size: 1.35rem;
  margin: 0 0 0.85rem;
  color: #333;
  font-weight: 600;
}

.local-taxi-page .lt-feature-card p {
  color: #666;
  line-height: 1.6;
  margin: 0;
  font-size: 0.98rem;
}

/* Pricing highlight — inside services */
.local-taxi-page .lt-pricing {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: #fff;
  padding: 2.5rem 1.5rem;
  border-radius: 20px;
  text-align: center;
  margin: 2.5rem 0;
}

.local-taxi-page .lt-pricing h3 {
  font-family: var(--sans);
  font-size: clamp(1.35rem, 3vw, 2rem);
  margin: 0 0 0.85rem;
  font-weight: 700;
  color: #fff;
}

.local-taxi-page .lt-pricing__amount {
  font-size: clamp(2rem, 5vw, 2.5rem);
  font-weight: 700;
  color: #ff6b6b;
  margin: 0.5rem 0;
  line-height: 1.1;
}

.local-taxi-page .lt-pricing p {
  margin: 0.75rem 0 0;
  opacity: 0.95;
  font-size: 1rem;
  line-height: 1.6;
}

/* Contact / book block */
.local-taxi-page .lt-contact {
  text-align: center;
  margin-top: 3rem;
  padding-top: 0.5rem;
}

.local-taxi-page .lt-contact h3 {
  font-family: var(--sans);
  font-size: clamp(1.5rem, 3vw, 2rem);
  margin: 0 0 1rem;
  color: #333;
  font-weight: 700;
}

.local-taxi-page .lt-contact__lead {
  color: #666;
  font-size: 1.05rem;
  margin: 0 0 1.75rem;
}

.local-taxi-page .lt-contact__facts {
  display: flex;
  justify-content: center;
  gap: 2.5rem;
  flex-wrap: wrap;
  margin: 1.75rem 0;
}

.local-taxi-page .lt-contact__fact {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  font-size: 1.1rem;
  color: #666;
}

.local-taxi-page .lt-contact__fact-icon {
  font-family: "Segoe UI Emoji", "Apple Color Emoji", "Noto Color Emoji", sans-serif;
  font-size: 1.35rem;
  line-height: 1;
}

.local-taxi-page .lt-contact__fact strong {
  font-weight: 700;
  color: #333;
}

.local-taxi-page .lt-contact__fact a {
  color: #333;
  text-decoration: none;
  font-weight: 700;
}

.local-taxi-page .lt-contact__fact a:hover {
  color: var(--primary);
}

.local-taxi-page .lt-contact__cta {
  display: flex;
  gap: 1.25rem;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 1.75rem;
}

@media (max-width: 768px) {
  .local-taxi-page .lt-hero {
    padding: 4rem 1.25rem;
  }

  .local-taxi-page .lt-hero__cta,
  .local-taxi-page .lt-contact__cta {
    flex-direction: column;
    align-items: center;
  }

  .local-taxi-page .lt-btn {
    width: 100%;
    max-width: 300px;
  }

  .local-taxi-page .lt-contact__facts {
    flex-direction: column;
    gap: 1.25rem;
  }
}
