.page-hero {
  padding: 155px 0 74px;
  position: relative;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.02) 0%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.02) 100%),
    linear-gradient(180deg, rgba(212, 175, 55, 0.06), rgba(212, 175, 55, 0.01)),
    #101010;
  border-bottom: 1px solid rgba(212, 175, 55, 0.14);
}

.page-hero::before,
.detail-section::before,
.feature-section::before,
.site-footer::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.02) 0, transparent 12%, transparent 88%, rgba(255, 255, 255, 0.02) 100%);
  pointer-events: none;
}

.page-hero .container,
.detail-section .container,
.feature-section .container,
.site-footer .container {
  position: relative;
  z-index: 1;
}

.page-hero h1 {
  margin: 0;
  text-align: center;
  color: var(--vip-gold);
  font-size: 56px;
  font-weight: 800;
  text-transform: uppercase;
}

.page-hero p {
  margin: 18px auto 0;
  text-align: center;
  color: #dbdbdb;
  font-size: 17px;
  max-width: 720px;
}

.detail-section {
  position: relative;
  padding: 80px 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.96) 0%, rgba(12, 12, 12, 0.98) 100%);
}

.vehicle-showcase,
.detail-card,
.spec-card,
.cta-card {
  background: linear-gradient(180deg, rgba(24, 24, 24, 0.98) 0%, rgba(11, 11, 11, 0.98) 100%);
  border: 1px solid rgba(212, 175, 55, 0.22);
  border-radius: 22px;
  box-shadow: 0 16px 30px rgba(0, 0, 0, 0.22);
}

.vehicle-showcase {
  padding: 26px;
  overflow: hidden;
  height: 100%;
}

.vehicle-gallery {
  display: grid;
  gap: 16px;
}

.vehicle-visual {
  min-height: 430px;
  border-radius: 18px;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.7)),
    url('/gorsel/2026/03/pala.webp') center center / cover no-repeat;
  display: flex;
  align-items: end;
  padding: 34px;
  transition: background-position 0.35s ease, transform 0.35s ease;
}

.vehicle-visual h2 {
  margin: 0;
  font-size: 38px;
  font-weight: 800;
  text-transform: uppercase;
}

.vehicle-visual p {
  margin: 10px 0 0;
  color: #dfdfdf;
  max-width: 480px;
  line-height: 1.8;
}

.gallery-thumbs {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 12px;
}

.gallery-thumb {
  position: relative;
  min-height: 110px;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  overflow: hidden;
  cursor: pointer;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.5)),
    url('/gorsel/2026/03/pala.webp') center center / cover no-repeat;
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.gallery-thumb::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.6));
}

.gallery-thumb span {
  position: absolute;
  left: 12px;
  bottom: 10px;
  z-index: 1;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  color: #fff;
}

.gallery-thumb:hover,
.gallery-thumb.active {
  transform: translateY(-3px);
  border-color: rgba(212, 175, 55, 0.48);
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.24);
}

.gallery-thumb.active {
  box-shadow: 0 0 0 1px rgba(212, 175, 55, 0.22) inset, 0 10px 22px rgba(0, 0, 0, 0.24);
}

.detail-card {
  padding: 34px 30px;
  height: 100%;
}

.detail-card .badge-line {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  color: var(--vip-gold);
  text-transform: uppercase;
  border: 1px solid rgba(212, 175, 55, 0.22);
  background: rgba(212, 175, 55, 0.06);
  margin-bottom: 18px;
}

.detail-card h3 {
  font-size: 32px;
  font-weight: 800;
  margin-bottom: 16px;
  text-transform: uppercase;
}

.detail-card p {
  color: var(--vip-muted);
  line-height: 1.9;
  font-size: 15px;
  margin-bottom: 24px;
}

.meta-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-bottom: 28px;
}

.meta-item {
  border-radius: 16px;
  padding: 16px 18px;
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.meta-item small {
  display: block;
  color: var(--vip-gold);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.9px;
  margin-bottom: 8px;
}

.meta-item strong {
  display: block;
  font-size: 16px;
  font-weight: 700;
}

.detail-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.feature-section {
  position: relative;
  padding: 10px 0 90px;
  background: linear-gradient(180deg, rgba(14, 14, 14, 0.96), rgba(4, 4, 4, 1));
}

.section-title {
  text-align: center;
  margin-bottom: 42px;
}

.section-title h2 {
  margin: 0;
  color: var(--vip-gold);
  font-size: 38px;
  font-weight: 800;
  text-transform: uppercase;
}

.section-title p {
  margin: 16px auto 0;
  color: #d7d7d7;
  max-width: 680px;
  line-height: 1.9;
}

.spec-card {
  padding: 30px 24px;
  height: 100%;
  transition: 0.3s ease;
  text-align: center;
}

.spec-card:hover,
.cta-card:hover {
  transform: translateY(-5px);
  border-color: rgba(212, 175, 55, 0.42);
}

.spec-icon {
  width: 72px;
  height: 72px;
  margin: 0 auto 20px;
  border-radius: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(212, 175, 55, 0.12);
  color: var(--vip-gold);
  border: 1px solid rgba(212, 175, 55, 0.18);
  font-size: 26px;
}

.spec-card h3 {
  font-size: 18px;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 12px;
  color: var(--vip-gold);
}

.spec-card p {
  margin: 0;
  color: #d4d4d4;
  line-height: 1.85;
  font-size: 14px;
}

.cta-card {
  margin-top: 50px;
  padding: 38px 30px;
  text-align: center;
  background: linear-gradient(90deg, rgba(39, 34, 18, 0.88) 0%, rgba(17, 17, 17, 0.98) 100%);
  transition: 0.3s ease;
}

.cta-card h2 {
  margin: 0 0 14px;
  font-size: 30px;
  font-weight: 800;
  color: var(--vip-gold);
  text-transform: uppercase;
}

.cta-card p {
  margin: 0 0 22px;
  color: #dfdfdf;
  line-height: 1.9;
}

@media (max-width: 991.98px) {
.page-hero {
    padding: 138px 0 64px;
  }

  .page-hero h1 {
    font-size: 42px;
  }

  .vehicle-visual {
    min-height: 320px;
  }

  .gallery-thumbs {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767.98px) {
.page-hero h1 {
    font-size: 34px;
}

.detail-card h3,
  .vehicle-visual h2,
  .cta-card h2,
  .section-title h2 {
    font-size: 26px;
  }

  .meta-grid {
    grid-template-columns: 1fr;
  }

  .vehicle-showcase,
  .detail-card,
  .spec-card,
  .cta-card {
    padding-left: 20px;
    padding-right: 20px;
  }

  .vehicle-visual {
    padding: 22px;
  }

  .gallery-thumbs {
    grid-template-columns: 1fr 1fr;
  }
}
