:root {
  --bg: #060807;
  --panel: #111513;
  --panel-soft: #171d1a;
  --surface: #f4efe5;
  --surface-strong: #fffdf7;
  --text: #f2f1ea;
  --text-dark: #141715;
  --muted: #a8b0aa;
  --line: rgba(255, 255, 255, 0.09);
  --accent: #d8ff1e;
  --shadow: 0 24px 70px rgba(0, 0, 0, 0.35);
  --radius-xl: 28px;
  --radius-lg: 20px;
  --radius-md: 16px;
  --container: 1180px;
  --title-font: "Arial Nova Cond", "Bahnschrift", "Segoe UI", sans-serif;
  --body-font: "Aptos", "Trebuchet MS", "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: var(--body-font);
  color: var(--text);
  background:
    radial-gradient(circle at top left, rgba(216, 255, 30, 0.16), transparent 28%),
    radial-gradient(circle at right center, rgba(216, 255, 30, 0.12), transparent 24%),
    linear-gradient(160deg, #060807 0%, #0c100e 48%, #141916 100%);
}

img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }
.is-hidden { display: none !important; }

.container {
  width: min(calc(100% - 32px), var(--container));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  backdrop-filter: blur(18px);
  background: rgba(6, 8, 7, 0.72);
  border-bottom: 1px solid var(--line);
}

.site-header.compact { position: relative; }

.nav-shell,
.footer-shell,
.section-heading,
.catalog-toolbar,
.spotlight-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.nav-shell { padding: 16px 0; }
.brand-mark {
  width: 154px;
  display: inline-flex;
  align-items: center;
}

.brand-mark img,
.footer-logo {
  filter: drop-shadow(0 0 8px rgba(255, 255, 255, 0.95)) drop-shadow(0 0 20px rgba(255, 255, 255, 0.35));
}
.main-nav { display: flex; gap: 20px; align-items: center; }
.main-nav a {
  color: var(--muted);
  font-size: 0.96rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.main-nav a.active, .main-nav a:hover { color: var(--text); }

.hero-section { padding: 54px 0 28px; }
.hero-grid,
.experience-grid,
.cta-shell,
.vehicle-layout,
.trust-items,
.hero-metrics,
.filters-panel,
.thumb-grid,
.features-grid,
.spec-grid,
.card-grid,
.instagram-grid {
  display: grid;
  gap: 18px;
}

.hero-grid { grid-template-columns: 1.15fr 0.85fr; align-items: center; gap: 28px; }
.eyebrow {
  margin: 0 0 12px;
  color: var(--accent);
  font-size: 0.84rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

h1, h2, h3 {
  margin: 0;
  font-family: var(--title-font);
  line-height: 0.95;
  letter-spacing: -0.03em;
}

h1 { font-size: clamp(3rem, 7vw, 5.8rem); max-width: 11ch; }
h2 { font-size: clamp(2rem, 4vw, 3.3rem); }
h3 { font-size: 1.4rem; }

.hero-text,
.experience-panel p,
.cta-shell p,
.vehicle-description,
.vehicle-subtitle,
.inner-hero-shell p {
  color: var(--muted);
  line-height: 1.7;
  font-size: 1.02rem;
}

.hero-actions, .vehicle-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin: 28px 0 32px;
}

.btn,
.ghost-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 22px;
  border-radius: 999px;
  font-weight: 700;
  transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.btn:hover,
.ghost-button:hover,
.card-link:hover,
.section-link:hover,
.inline-link:hover { transform: translateY(-2px); }

.btn-primary {
  color: #111;
  background: linear-gradient(135deg, var(--accent), #f4ff8e);
  box-shadow: 0 18px 42px rgba(196, 255, 16, 0.24);
}

.btn-secondary,
.ghost-button {
  color: var(--text);
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.14);
}

.hero-metrics { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.hero-metrics div,
.filters-panel,
.catalog-toolbar,
.cta-shell,
.thumb-item,
.feature-item,
.experience-list article,
.trust-items div {
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.03);
}

.hero-metrics div,
.trust-items div,
.experience-list article,
.cta-shell,
.feature-item { padding: 22px; border-radius: var(--radius-lg); }

.hero-metrics strong,
.spotlight-meta span { display: block; font-size: 1.1rem; }
.hero-metrics span,
.spotlight-content p,
.card-copy p,
.spec-item span,
.section-link,
.inline-link,
.catalog-toolbar p,
.back-link,
.trust-items span,
.experience-list p,
.feature-item p { color: var(--muted); }

.spotlight-card,
.vehicle-card {
  background: linear-gradient(180deg, rgba(255,255,255,0.08), rgba(255,255,255,0.03));
  border: 1px solid var(--line);
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow);
}

.spotlight-card { padding: 20px; }
.spotlight-label {
  margin: 0 0 14px;
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 0.75rem;
}

.trust-strip,
.featured-section,
.instagram-section,
.experience-section,
.catalog-section,
.features-section,
.cta-section { padding: 28px 0 54px; }

.trust-items { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.trust-items strong,
.experience-list h3 { display: block; margin-bottom: 8px; font-size: 1.1rem; }

.section-heading { align-items: end; margin-bottom: 22px; }
.card-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.vehicle-card { overflow: hidden; }
.vehicle-card-clickable {
  cursor: pointer;
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}
.vehicle-card-clickable:hover,
.vehicle-card-clickable:focus-visible {
  transform: translateY(-4px);
  border-color: rgba(216, 255, 30, 0.32);
  box-shadow: 0 26px 54px rgba(0, 0, 0, 0.4);
}
.vehicle-card-clickable:focus-visible {
  outline: 2px solid rgba(216, 255, 30, 0.5);
  outline-offset: 2px;
}
.card-copy { padding: 18px; }
.card-copy h3 { margin-bottom: 10px; }
.card-meta { display: flex; gap: 10px; flex-wrap: wrap; margin: 12px 0 14px; }
.card-meta span, .price-chip, .badge-pill, .spec-item {
  padding: 8px 12px;
  border-radius: 999px;
  font-size: 0.88rem;
}
.card-meta span, .badge-pill, .spec-item {
  background: rgba(255,255,255,0.06);
  color: var(--text);
}
.price-chip {
  display: inline-flex;
  color: #111;
  font-weight: 800;
  background: var(--accent);
}
.card-footer { display: flex; align-items: center; justify-content: space-between; gap: 12px; }

.vehicle-art {
  min-height: 250px;
  background-size: cover;
  background-position: center;
  border-radius: 24px;
  overflow: hidden;
}

.vehicle-art img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.large-art { min-height: 370px; }
.detail-art { min-height: 430px; }
.inline-link, .section-link, .card-link, .back-link { color: var(--accent); font-weight: 700; }
.experience-grid { grid-template-columns: 0.95fr 1.05fr; align-items: start; gap: 20px; }
.experience-list { display: grid; gap: 16px; }
.experience-list article span {
  display: inline-flex;
  width: 38px;
  height: 38px;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  border-radius: 50%;
  color: #111;
  font-weight: 800;
  background: var(--accent);
}

.instagram-card {
  max-width: 935px;
  margin: 0 auto;
  padding: 20px;
  background: #000;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  overflow: hidden;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.28);
}

.instagram-feed-section {
  padding: 20px;
  background: #000;
}

#ftzy93dc8 {
  min-height: 400px;
}

.instagram-card,
.instagram-card * {
  color: #fff !important;
}

.instagram-card [class*="follow"],
.instagram-card [class*="Follow"],
.instagram-card button,
.instagram-card a {
  color: #fff !important;
}

.location-section { padding: 28px 0 54px; }

.location-card {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(12, 20, 30, 0.9), rgba(8, 13, 23, 0.96)),
    linear-gradient(180deg, rgba(255,255,255,0.08), rgba(255,255,255,0.03));
  border: 1px solid rgba(216, 255, 30, 0.22);
  border-radius: var(--radius-xl);
  box-shadow: 0 25px 45px rgba(0, 0, 0, 0.45), 0 0 30px rgba(216, 255, 30, 0.08);
}

.location-card::after {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, transparent, var(--accent), transparent);
  animation: location-scan 8s infinite;
  pointer-events: none;
}

.location-header,
.location-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 24px 26px;
}

.location-header {
  border-bottom: 1px solid rgba(216, 255, 30, 0.18);
  background: linear-gradient(135deg, rgba(0, 20, 40, 0.6), rgba(5, 15, 30, 0.3));
}

.location-store {
  display: flex;
  align-items: center;
  gap: 16px;
}

.location-store h3 {
  font-size: clamp(1.5rem, 3vw, 2rem);
  margin-bottom: 6px;
}

.location-store p,
.location-item span {
  color: #9bbdff;
}

.location-icon {
  width: 58px;
  height: 58px;
  border-radius: 18px;
  display: grid;
  place-items: center;
  font-weight: 800;
  color: #0a0f1e;
  background: linear-gradient(135deg, var(--accent), #9cbf0a);
  box-shadow: 0 0 20px rgba(216, 255, 30, 0.38);
  animation: location-pulse 2s infinite;
}

.location-badge {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0 16px;
  border-radius: 999px;
  color: var(--accent);
  font-size: 0.85rem;
  font-weight: 700;
  border: 1px solid rgba(216, 255, 30, 0.34);
  background: rgba(216, 255, 30, 0.08);
}

.location-map-shell {
  position: relative;
  padding: 22px;
}

.location-map {
  position: relative;
  overflow: hidden;
  border-radius: 24px;
  background: #0a101c;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.35);
}

.location-map::before {
  content: "";
  position: absolute;
  inset: -2px;
  border-radius: 24px;
  background: linear-gradient(45deg, var(--accent), #9cbf0a, var(--accent), #7a9900);
  opacity: 0;
  transition: opacity 0.4s ease;
  z-index: 0;
}

.location-map:hover::before { opacity: 0.45; }

.location-map iframe {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 480px;
  border: 0;
  filter: brightness(0.98) contrast(1.05);
}

.location-live-badge {
  position: absolute;
  right: 40px;
  bottom: 38px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 48px;
  padding: 0 16px;
  border-radius: 999px;
  color: #fff;
  font-size: 0.9rem;
  font-weight: 700;
  background: rgba(0, 0, 0, 0.82);
  border-left: 3px solid var(--accent);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.28);
}

.location-live-dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 14px rgba(216, 255, 30, 0.65);
  animation: location-bounce 1.5s infinite;
}

.location-footer {
  flex-wrap: wrap;
  align-items: stretch;
  border-top: 1px solid rgba(216, 255, 30, 0.12);
  background: rgba(0, 0, 0, 0.22);
}

.location-item {
  flex: 1 1 220px;
  display: grid;
  gap: 8px;
  padding: 18px;
  border-radius: 20px;
  border: 1px solid rgba(216, 255, 30, 0.12);
  background: rgba(255, 255, 255, 0.03);
}

button.location-item {
  text-align: left;
  color: inherit;
  cursor: pointer;
  transition: transform 0.2s ease, border-color 0.2s ease;
}

button.location-item:hover {
  transform: translateX(4px);
  border-color: rgba(216, 255, 30, 0.28);
}

.location-item strong {
  font-size: 1rem;
  color: var(--text);
}

@keyframes location-pulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(216, 255, 30, 0.25); }
  50% { box-shadow: 0 0 20px 5px rgba(216, 255, 30, 0.35); }
}

@keyframes location-bounce {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-3px); }
}

@keyframes location-scan {
  0% { left: -100%; }
  50% { left: 100%; }
  100% { left: 100%; }
}

.cta-shell { grid-template-columns: 1fr auto; align-items: center; }
.site-footer { padding: 20px 0 40px; }
.footer-shell { padding-top: 16px; border-top: 1px solid var(--line); }
.footer-logo { width: 120px; margin-bottom: 10px; }
.footer-shell p { margin: 0; color: var(--muted); }
.footer-links { display: flex; gap: 16px; color: var(--muted); }
.inner-hero, .vehicle-section { padding: 42px 0 16px; }
.inner-hero-shell, .vehicle-summary { max-width: 820px; }

.filters-panel {
  grid-template-columns: 2fr 1fr 1fr;
  gap: 14px;
  padding: 16px;
  border-radius: 20px;
}

.filter-field { display: grid; gap: 8px; }
.filter-field label { color: var(--muted); font-size: 0.9rem; }

.filter-field input,
.filter-field select,
.filter-field textarea {
  width: 100%;
  min-height: 50px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 14px;
  background: rgba(7, 10, 9, 0.92);
  color: var(--text);
  padding: 0 16px;
}

.filter-field textarea {
  padding: 14px 16px;
  resize: vertical;
}

.catalog-toolbar { margin: 18px 0; padding: 14px 18px; border-radius: 18px; }
.catalog-grid { min-height: 240px; }

.admin-layout {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 24px;
  align-items: start;
}

.admin-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.admin-form {
  display: grid;
  gap: 18px;
}

.admin-span-2 {
  grid-column: span 2;
}

.admin-span-3 {
  grid-column: span 3;
}

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

.admin-note {
  margin: 0;
  color: var(--muted);
  line-height: 1.6;
}

.admin-list {
  display: grid;
  gap: 14px;
}

.admin-highlight-panel {
  margin-bottom: 18px;
}

.admin-item {
  padding: 18px;
  border-radius: 20px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.03);
}

.admin-item h3 {
  margin-bottom: 10px;
}

.admin-item p {
  margin: 0 0 12px;
  color: var(--muted);
  line-height: 1.6;
}

.admin-image-links {
  display: grid;
  gap: 8px;
  margin: 12px 0 14px;
}

.admin-image-link {
  display: grid;
  gap: 6px;
}

.admin-image-link span {
  color: var(--muted);
  font-size: 0.88rem;
}

.admin-image-link input {
  width: 100%;
  min-height: 42px;
  padding: 0 12px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(7, 10, 9, 0.92);
  color: var(--text);
}

.admin-item-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.mini-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 16px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: transparent;
  color: var(--text);
  cursor: pointer;
}

.photo-preview {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.photo-preview-card {
  display: grid;
  gap: 10px;
  padding: 12px;
  border-radius: 16px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.03);
}

.photo-preview-item {
  min-height: 140px;
  border-radius: 16px;
  background-size: cover;
  background-position: center;
}

.photo-preview-order {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  padding: 0 10px;
  width: fit-content;
  border-radius: 999px;
  color: #111;
  font-size: 0.82rem;
  font-weight: 800;
  background: var(--accent);
}

.photo-preview-actions {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.empty-state {
  grid-column: 1 / -1;
  padding: 38px;
  text-align: center;
  border-radius: 24px;
  border: 1px dashed rgba(255, 255, 255, 0.18);
  color: var(--muted);
}

.vehicle-layout { grid-template-columns: 1fr 0.95fr; align-items: start; gap: 20px; }
.thumb-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); margin-top: 12px; }
.thumb-item {
  min-height: 116px;
  padding: 0;
  border-radius: 18px;
  overflow: hidden;
  cursor: pointer;
  transition: transform 0.2s ease, border-color 0.2s ease;
}
.thumb-item:hover,
.thumb-item.active {
  transform: translateY(-2px);
  border-color: rgba(216, 255, 30, 0.38);
}
.vehicle-subtitle, .vehicle-description { margin-top: 14px; }
.vehicle-price {
  margin: 16px 0 0;
  font-size: clamp(1.8rem, 3vw, 2.8rem);
  font-weight: 800;
  color: var(--accent);
}

.back-link { display: inline-flex; margin-bottom: 16px; }
.spec-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); margin-top: 22px; gap: 12px; }
.spec-item { display: flex; flex-direction: column; gap: 5px; }
.spec-item strong { font-size: 1rem; }
.features-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }

.whatsapp-float {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 25;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 58px;
  padding: 0 18px;
  border-radius: 999px;
  color: #06120c;
  font-weight: 800;
  background: linear-gradient(135deg, #25d366, #92ff82);
  box-shadow: 0 18px 40px rgba(37, 211, 102, 0.35);
}

.whatsapp-icon {
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  overflow: hidden;
}

.whatsapp-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

@media (max-width: 980px) {
  .hero-grid, .experience-grid, .vehicle-layout, .cta-shell, .trust-items, .card-grid, .features-grid, .admin-layout { grid-template-columns: 1fr; }
  .filters-panel, .admin-grid { grid-template-columns: 1fr; }
  .admin-span-2, .admin-span-3 { grid-column: auto; }
  .photo-preview { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 720px) {
  h1 { max-width: 100%; }
  .nav-shell, .footer-shell, .main-nav, .section-heading, .catalog-toolbar, .spotlight-meta { flex-direction: column; align-items: flex-start; }
  .brand-mark { width: 128px; }
  .hero-metrics, .spec-grid, .thumb-grid { grid-template-columns: 1fr; }
  .photo-preview { grid-template-columns: 1fr; }
  .whatsapp-float { right: 14px; left: 14px; bottom: 14px; justify-content: center; }
  .location-header, .location-footer { flex-direction: column; align-items: flex-start; }
  .location-store { align-items: flex-start; }
  .location-map-shell { padding: 14px; }
  .location-map iframe { height: 380px; }
  .location-live-badge { right: 28px; bottom: 28px; font-size: 0.78rem; }
  .instagram-card {
    border-radius: 0;
    border-left: none;
    border-right: none;
    padding: 10px;
  }
  .instagram-feed-section {
    padding: 10px;
  }
}
