.hero-visual-shell {
  margin-bottom: 18px;
}

.hero-visual-card {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 26px;
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.62);
  background: rgba(10, 10, 10, 0.96);
}

.hero-image {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  border-radius: 26px 26px 0 0;
}

.hero-bottom-card {
  margin: 0;
  border-radius: 0 0 26px 26px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(10, 10, 10, 0.97);
}

.hero-bottom-card p {
  color: #fff;
}

.hero-bottom-card h2 {
  color: #d4af37;
  font-family: 'Cinzel', serif;
}

.hero-card-title {
  font-family: 'Cinzel', serif;
  text-align: center;
  font-size: 1.8rem;
  line-height: 1.15;
  margin-bottom: 10px;
  color: #d4af37;
}

.hero-card-subtitle {
  display: block;
  font-size: 1rem;
  font-weight: 500;
  color: #f3e6b5;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-top: 6px;
}

.hero-card-text {
  text-align: center;
  color: #e6e6e6;
  max-width: 860px;
  margin: 0 auto;
}

.section-intro {
  max-width: 760px;
  margin: 0 0 26px;
  color: #d8d8d8;
  line-height: 1.75;
  text-align: left;
}

.cta-button {
  display: inline-block;
  padding: 14px 32px;
  border-radius: 999px;
  background: linear-gradient(135deg, #d4af37, #f7d976);
  color: #000;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 0.08em;
  transition: all 0.25s ease;
  box-shadow: 0 14px 30px rgba(255, 212, 90, 0.12);
}

.cta-button:hover {
  transform: translateY(-1px);
}

.vehicle-specs {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 16px;
  margin-top: 20px;
}

.spec-item {
  background: rgba(212, 175, 55, 0.04);
  border: 1px solid rgba(212, 175, 55, 0.12);
  padding: 16px;
  border-radius: 12px;
  text-align: center;
}

.spec-item .spec-icon {
  font-size: 28px;
  margin-bottom: 8px;
}

.spec-item .spec-title {
  color: #d4af37;
  font-family: 'Cinzel', serif;
  font-weight: 600;
  font-size: 0.95rem;
  margin: 0 0 6px;
}

.spec-item .spec-text {
  color: #d8d8d8;
  font-size: 0.85rem;
  margin: 0;
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 20px;
  margin-top: 20px;
}

.pricing-card {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 14px;
  padding: 20px;
  transition: all 0.3s ease;
}

.pricing-card:hover {
  background: rgba(255, 255, 255, 0.03);
  border-color: rgba(255, 255, 255, 0.08);
  transform: none;
}

.pricing-card .route {
  color: var(--tb-gold);
  font-family: 'Cinzel', serif;
  font-weight: 600;
  font-size: 0.95rem;
  margin: 0 0 10px;
}

.pricing-card .price {
  color: var(--tb-gold);
  font-family: 'Cinzel', serif;
  font-size: 1.5rem;
  font-weight: 700;
  margin: 10px 0;
}

.pricing-card .note {
  color: #999;
  font-size: 0.85rem;
  margin: 0;
}

.reviews-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
  margin-top: 20px;
}

.review-card {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 14px;
  padding: 20px;
}

.review-header {
  display: flex;
  justify-content: space-between;
  align-items: start;
  margin-bottom: 12px;
}

.review-author {
  color: #d4af37;
  font-family: 'Cinzel', serif;
  font-weight: 600;
  margin: 0;
}

.review-rating {
  color: #f0c850;
  font-size: 0.95rem;
}

.review-text {
  color: #d8d8d8;
  line-height: 1.6;
  margin: 0;
  font-size: 0.95rem;
}

.google-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(212, 175, 55, 0.1);
  border: 1px solid rgba(212, 175, 55, 0.2);
  padding: 8px 12px;
  border-radius: 6px;
  font-size: 0.85rem;
  color: #d4af37;
  margin-top: 16px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.google-badge:hover {
  background: rgba(212, 175, 55, 0.2);
  border-color: rgba(212, 175, 55, 0.4);
}

.trust-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 16px;
  margin-top: 20px;
}

.trust-item {
  background: rgba(255, 255, 255, 0.02);
  border-left: 4px solid var(--tb-gold);
  padding: 16px;
  border-radius: 8px;
}

.trust-item .icon {
  font-size: 24px;
  margin-bottom: 8px;
}

.trust-item .title {
  color: var(--tb-gold);
  font-family: 'Cinzel', serif;
  font-weight: 600;
  margin: 0 0 6px;
}

.trust-item .desc {
  color: #d8d8d8;
  font-size: 0.9rem;
  margin: 0;
}
