:root {
  --bg: #f7f2ec;
  --ink: #1c1a19;
  --muted: #5a5754;
  --accent: #c9562c;
  --accent-dark: #9e3e1e;
  --cream: #fff7ed;
  --teal: #1f6f63;
  --glass: rgba(255, 255, 255, 0.72);
  --shadow: 0 30px 80px rgba(25, 18, 12, 0.15);
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Space Grotesk", "Segoe UI", sans-serif;
  color: var(--ink);
  background: radial-gradient(circle at 15% 20%, #ffe6d4, transparent 45%),
    radial-gradient(circle at 80% 30%, #d7f2ea, transparent 50%),
    linear-gradient(180deg, #f7f2ec 0%, #fdfbf7 40%, #f1efe9 100%);
  min-height: 100vh;
  overflow-x: hidden;
}

h1,
h2,
h3 {
  font-family: "Playfair Display", Georgia, serif;
  margin: 0;
}

p {
  margin: 0;
  color: var(--muted);
  line-height: 1.6;
}

a {
  color: inherit;
  text-decoration: none;
}

.glow-orb {
  position: fixed;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  filter: blur(40px);
  opacity: 0.5;
  z-index: 0;
  animation: float 12s ease-in-out infinite;
}

.orb-a {
  background: #ffd4ba;
  top: -60px;
  left: -80px;
}

.orb-b {
  background: #c6efe5;
  bottom: -80px;
  right: -60px;
  animation-delay: 3s;
}

.site-header {
  position: sticky;
  top: 0;
  background: rgba(247, 242, 236, 0.9);
  backdrop-filter: blur(10px);
  z-index: 10;
  border-bottom: 1px solid rgba(28, 26, 25, 0.08);
}

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 8vw;
  gap: 20px;
}

.logo {
  display: flex;
  gap: 12px;
  align-items: center;
}

.logo-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--ink);
  color: #fff;
  font-weight: 700;
  width: 42px;
  height: 42px;
  border-radius: 14px;
}

.logo p {
  font-weight: 600;
  letter-spacing: 0.08em;
  font-size: 13px;
  text-transform: uppercase;
}

.logo small {
  color: var(--muted);
}

.nav-links {
  display: flex;
  gap: 22px;
  font-weight: 500;
}

.cta,
.ghost {
  border-radius: 999px;
  padding: 12px 26px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.cta {
  background: var(--accent);
  color: #fff;
  box-shadow: 0 12px 30px rgba(201, 86, 44, 0.35);
}

.cta:hover {
  transform: translateY(-2px) scale(1.01);
}

.cta-small {
  padding: 10px 18px;
}

.ghost {
  border: 1px solid rgba(28, 26, 25, 0.2);
}

.ghost-dark {
  border-color: rgba(28, 26, 25, 0.3);
  color: var(--ink);
  background: transparent;
}

.hero {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 40px;
  padding: 70px 8vw 40px;
  align-items: center;
  position: relative;
  z-index: 1;
}

.tag {
  display: inline-block;
  background: rgba(31, 111, 99, 0.15);
  color: var(--teal);
  padding: 6px 14px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 18px;
}

.hero h1 {
  font-size: clamp(2.6rem, 4vw, 4.2rem);
  line-height: 1.05;
}

.hero h1 span {
  color: var(--accent);
}

.lead {
  max-width: 520px;
  margin: 20px 0 28px;
}

.hero-actions {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.hero-stats {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 16px;
  margin-top: 40px;
}

.stat-card {
  background: var(--glass);
  padding: 20px;
  border-radius: 18px;
  box-shadow: var(--shadow);
}

.stat-card h3 {
  font-size: 2rem;
  color: var(--ink);
}

.hero-visual {
  display: grid;
  gap: 24px;
}

.glass-card {
  background: var(--glass);
  padding: 26px;
  border-radius: 24px;
  box-shadow: var(--shadow);
}

.mini-title {
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 12px;
  color: var(--muted);
}

.price {
  display: flex;
  align-items: baseline;
  gap: 8px;
  margin: 18px 0;
  font-family: "Playfair Display", Georgia, serif;
}

.price span {
  font-size: 2.4rem;
  color: var(--accent-dark);
}

.hero-car {
  background: linear-gradient(135deg, #1b1a1a 0%, #2e2a27 100%);
  border-radius: 28px;
  min-height: 260px;
  position: relative;
  overflow: hidden;
  box-shadow: var(--shadow);
}

.car-silhouette {
  position: absolute;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle at 35% 65%, #c9562c 0%, transparent 45%),
    url("data:image/svg+xml,%3Csvg width='620' height='280' viewBox='0 0 620 280' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M95 190h410c30 0 55-20 60-46l6-32c2-11-6-22-18-24l-95-16c-12-2-23-8-31-16l-36-38c-10-11-24-17-39-17H210c-16 0-31 7-41 19l-46 60c-6 8-16 13-27 14l-52 7c-14 2-24 14-22 28l4 31c3 18 19 31 37 31z' fill='%23f7f2ec'/%3E%3Ccircle cx='200' cy='200' r='36' fill='%23211f1e'/%3E%3Ccircle cx='440' cy='200' r='36' fill='%23211f1e'/%3E%3Ccircle cx='200' cy='200' r='18' fill='%23c9562c'/%3E%3Ccircle cx='440' cy='200' r='18' fill='%23c9562c'/%3E%3C/svg%3E")
      no-repeat center/80%;
  animation: drive 8s ease-in-out infinite;
}

section {
  padding: 80px 8vw;
  position: relative;
  z-index: 1;
}

.section-title {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 40px;
}

.section-title p {
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 12px;
}

.about-grid,
.services-grid,
.process-grid,
.testimonials-grid,
.faq-grid {
  display: grid;
  gap: 22px;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.about-card,
.service-card,
.process-card,
.testimonial-card {
  background: var(--glass);
  padding: 26px;
  border-radius: 22px;
  box-shadow: var(--shadow);
}

.about-card ul {
  padding-left: 20px;
  margin: 12px 0 0;
  color: var(--muted);
}

.badge-row {
  display: flex;
  gap: 10px;
  margin-top: 20px;
  flex-wrap: wrap;
}

.badge {
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(201, 86, 44, 0.12);
  color: var(--accent-dark);
  font-size: 12px;
  font-weight: 600;
}

.signature {
  margin-top: 18px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  font-weight: 600;
}

.services-grid .service-card {
  border: 1px solid rgba(28, 26, 25, 0.08);
}

.fleet-controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 28px;
  flex-wrap: wrap;
}

.chip-group {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.chip {
  border: 1px solid rgba(28, 26, 25, 0.15);
  background: transparent;
  color: var(--muted);
  padding: 8px 16px;
  border-radius: 999px;
  cursor: pointer;
  font-weight: 600;
  transition: all 0.3s ease;
}

.chip.active,
.chip:hover {
  background: var(--ink);
  color: #fff;
}

.search-box input {
  padding: 10px 14px;
  border-radius: 12px;
  border: 1px solid rgba(28, 26, 25, 0.2);
  min-width: 220px;
  background: #fff;
  font-family: inherit;
}

.fleet-grid {
  display: grid;
  gap: 22px;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}

.car-card {
  background: var(--glass);
  border-radius: 22px;
  padding: 20px;
  box-shadow: var(--shadow);
  display: flex;
  flex-direction: column;
  gap: 14px;
  position: relative;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.car-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 30px 70px rgba(23, 18, 14, 0.18);
}

.car-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.car-type {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: var(--accent-dark);
}

.car-visual {
  height: 120px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(31, 111, 99, 0.2), rgba(201, 86, 44, 0.25)),
    radial-gradient(circle at 35% 60%, #fef6ee 0%, transparent 55%);
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-bottom: 10px;
  position: relative;
}

.car-visual span {
  font-size: 12px;
  letter-spacing: 0.12em;
  color: var(--ink);
}

.car-meta {
  display: flex;
  justify-content: space-between;
  font-size: 13px;
  color: var(--muted);
}

.car-price {
  font-size: 1.5rem;
  color: var(--accent-dark);
  font-family: "Playfair Display", Georgia, serif;
}

.reserve-btn {
  border: none;
  background: var(--ink);
  color: #fff;
  padding: 10px 16px;
  border-radius: 12px;
  font-weight: 600;
  cursor: pointer;
}

.process-card span {
  font-size: 1.6rem;
  color: var(--accent);
  font-weight: 700;
}

.faq details {
  background: var(--glass);
  border-radius: 16px;
  padding: 18px 22px;
  box-shadow: var(--shadow);
}

.faq summary {
  cursor: pointer;
  font-weight: 600;
  color: var(--ink);
}

footer {
  padding: 60px 8vw 40px;
  background: #1c1a19;
  color: #f5efe8;
}

.footer-content {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.footer-card h3 {
  margin-bottom: 12px;
  color: #fff;
}

.footer-card p {
  color: #d0c9c2;
}

.footnote {
  margin-top: 30px;
  text-align: center;
  color: #c0b8b0;
  font-size: 13px;
}

.reveal {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.reveal.in-view {
  opacity: 1;
  transform: translateY(0);
}

@keyframes drive {
  0%,
  100% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(14px);
  }
}

@keyframes float {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(20px);
  }
}

@media (max-width: 900px) {
  .nav-links {
    display: none;
  }
  .hero {
    padding-top: 40px;
  }
}

@media (max-width: 600px) {
  section,
  .hero {
    padding: 60px 6vw;
  }
  .hero-actions {
    flex-direction: column;
    align-items: flex-start;
  }
  .fleet-controls {
    align-items: stretch;
  }
  .search-box input {
    width: 100%;
  }
}
