@import url('https://fonts.googleapis.com/css2?family=Gothic+A1:wght@400;500;600;700;800;900&family=Oswald:wght@400;500;600;700&display=swap');

:root {
  --red: #d7262e;
  --red-dark: #9f171d;
  --black: #0c0d0f;
  --black-2: #15171a;
  --charcoal: #24272b;
  --gray-900: #2d3034;
  --gray-700: #555b61;
  --gray-500: #7d8389;
  --gray-300: #d3d6d9;
  --gray-200: #e3e5e7;
  --gray-100: #f1f2f2;
  --offwhite: #f7f7f5;
  --white: #ffffff;
  --radius: 12px;
  --shadow: 0 24px 60px rgba(10, 11, 13, .12);
  --shadow-dark: 0 34px 90px rgba(0, 0, 0, .30);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: 'Gothic A1', Arial, sans-serif;
  color: var(--black);
  background: var(--offwhite);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input, textarea, select { font: inherit; }

h1, h2, h3, .nav-links, .btn, .section-kicker, .page-tag, .price, .footer-title {
  font-family: 'Oswald', 'Arial Narrow', sans-serif;
}

.container { width: min(1220px, calc(100% - 48px)); margin: 0 auto; position: relative; z-index: 2; }
.section { padding: 104px 0; position: relative; overflow: hidden; background: var(--offwhite); }
.section:not(.dark-band)::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at -8% 0%, rgba(18, 20, 23, .16) 0%, rgba(18, 20, 23, .06) 24%, transparent 52%),
    radial-gradient(ellipse at 95% 100%, rgba(90, 94, 99, .09), transparent 42%),
    linear-gradient(118deg, #e4e5e5 0%, #f4f4f2 34%, #ffffff 76%);
  pointer-events: none;
}
.section-sm { padding: 72px 0; position: relative; background: #fff; }
.section-kicker {
  color: var(--red);
  font-size: .88rem;
  font-weight: 600;
  letter-spacing: .20em;
  text-transform: uppercase;
  margin-bottom: 14px;
}
.section-title {
  font-size: clamp(2.6rem, 5vw, 4.5rem);
  line-height: .98;
  margin: 0 0 22px;
  letter-spacing: .005em;
  font-weight: 600;
  text-transform: uppercase;
}
.section-copy { max-width: 760px; color: #454a50; margin: 0; font-size: 1.02rem; }

/* Header */
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(247, 247, 245, .90);
  backdrop-filter: blur(18px) saturate(120%);
  border-bottom: 1px solid rgba(12, 13, 15, .10);
}
.nav-wrap { min-height: 94px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { width: 210px; flex: 0 0 auto; }
.brand img { width: 100%; height: 68px; object-fit: contain; }
.nav-links { display: flex; align-items: center; gap: 14px; }
.nav-links a {
  padding: 11px 10px;
  font-size: .92rem;
  font-weight: 500;
  letter-spacing: .035em;
  text-transform: uppercase;
  color: #222529;
  border-radius: 4px;
  transition: .2s ease;
}
.nav-links a:hover, .nav-links a.active { color: var(--red); background: transparent; }
.nav-cta {
  background: var(--black) !important;
  color: var(--white) !important;
  padding: 12px 18px !important;
  border: 1px solid var(--black);
}
.nav-cta:hover { background: var(--red) !important; border-color: var(--red); }
.menu-toggle { display:none; border:0; background:transparent; font-size:1.7rem; padding:8px; cursor:pointer; color:var(--black); }

/* Hero */
.hero {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 78% 30%, rgba(215, 38, 46, .23), transparent 24%),
    radial-gradient(ellipse at 30% 0%, rgba(255,255,255,.07), transparent 34%),
    linear-gradient(132deg, #050607 0%, #101215 50%, #23262a 76%, #d9dada 100%);
  color: var(--white);
  min-height: 700px;
  display: flex;
  align-items: center;
}
.hero::before {
  content: '';
  position: absolute;
  inset: auto -7% 7% 41%;
  height: 300px;
  border: 2px solid rgba(255,255,255,.08);
  border-left: 0;
  border-radius: 52% 48% 44% 56% / 70% 42% 58% 30%;
  transform: skewX(-12deg) rotate(-4deg);
}
.hero::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 190px;
  background: linear-gradient(to bottom, rgba(247,247,245,0), var(--offwhite));
  pointer-events: none;
}
.hero-grid { position: relative; z-index: 3; display:grid; grid-template-columns: 1.08fr .92fr; align-items:center; gap:80px; }
.hero-badge {
  display:inline-flex;
  align-items:center;
  gap:9px;
  border:1px solid rgba(255,255,255,.17);
  background:rgba(255,255,255,.055);
  padding:8px 13px;
  border-radius:3px;
  font-family:'Oswald', sans-serif;
  font-size:.8rem;
  font-weight:500;
  letter-spacing:.13em;
  text-transform:uppercase;
}
.hero-badge span { width:7px; height:7px; border-radius:50%; background:var(--red); box-shadow:0 0 0 4px rgba(215,38,46,.18); }
.hero h1 {
  font-size: clamp(4.1rem, 8vw, 7.7rem);
  line-height: .84;
  letter-spacing: .005em;
  text-transform: uppercase;
  font-weight: 600;
  margin: 30px 0 30px;
  max-width: 820px;
}
.hero h1 em { color: var(--red); font-style: normal; }
.hero p { font-size:1.07rem; color:#e0e2e3; max-width:660px; margin:0 0 36px; }
.hero-actions { display:flex; gap:12px; flex-wrap:wrap; }
.btn {
  display:inline-flex;
  justify-content:center;
  align-items:center;
  gap:9px;
  padding:14px 21px;
  border-radius:4px;
  font-weight:600;
  font-size:.92rem;
  letter-spacing:.055em;
  text-transform:uppercase;
  border:1px solid transparent;
  transition:.2s ease;
  cursor:pointer;
}
.btn-primary { background:var(--red); color:#fff; }
.btn-primary:hover { background:#ef313a; transform:translateY(-1px); }
.btn-outline { border-color:rgba(255,255,255,.30); color:#fff; background:rgba(255,255,255,.035); }
.btn-outline:hover { border-color:#fff; background:rgba(255,255,255,.09); }
.btn-dark { background:var(--black); color:#fff; }
.btn-dark:hover { background:var(--red); }
.hero-card {
  background: rgba(255,255,255,.93);
  color: var(--black);
  border-radius: 8px;
  padding: 26px;
  box-shadow: var(--shadow-dark);
  border: 1px solid rgba(255,255,255,.65);
  backdrop-filter: blur(10px);
}
.hero-logo-wrap { background:#fff; border:1px solid #e0e2e4; border-radius:4px; padding:20px; }
.hero-logo-wrap img { width:100%; max-height:220px; object-fit:contain; }
.hero-card-bottom { display:grid; grid-template-columns:1fr 1fr; gap:12px; margin-top:14px; }
.hero-stat { padding:17px; border-radius:4px; background:#eeeeec; border:1px solid #e0e1e1; }
.hero-stat strong { display:block; font-family:'Oswald',sans-serif; font-size:1.5rem; font-weight:600; }
.hero-stat span { font-size:.76rem; color:#51565c; }

/* Cards */
.card-grid { display:grid; grid-template-columns: repeat(4, 1fr); gap:18px; margin-top:48px; }
.service-card {
  border:1px solid rgba(18,20,23,.13);
  border-radius:6px;
  padding:30px 26px 32px;
  background:rgba(255,255,255,.78);
  backdrop-filter:blur(10px);
  transition:.22s ease;
  position:relative;
  overflow:hidden;
  box-shadow: 0 8px 28px rgba(10,11,13,.035);
}
.service-card::after { content:''; position:absolute; left:0; bottom:0; width:38px; height:3px; background:var(--red); transition:.25s ease; }
.service-card:hover { transform:translateY(-5px); box-shadow:var(--shadow); border-color:rgba(18,20,23,.05); }
.service-card:hover::after { width:100%; }
.icon-box {
  width:auto;
  height:auto;
  display:block;
  color:var(--red);
  background:transparent;
  font-family:'Oswald',sans-serif;
  font-size:.82rem;
  font-weight:600;
  letter-spacing:.14em;
  margin-bottom:24px;
}
.service-card h3 { margin:0 0 12px; font-size:1.42rem; font-weight:500; text-transform:uppercase; letter-spacing:.02em; }
.service-card p { margin:0; color:#4d5258; font-size:.91rem; }

/* Dark band */
.dark-band {
  background:
    radial-gradient(ellipse at 85% 25%, rgba(215,38,46,.15), transparent 30%),
    radial-gradient(ellipse at 10% 100%, rgba(255,255,255,.07), transparent 33%),
    linear-gradient(122deg,#050607 0%,#111316 50%,#24272b 100%);
  color:#fff;
}
.dark-band::after {
  content:'';
  position:absolute;
  inset:0;
  background:linear-gradient(90deg,rgba(0,0,0,.16),transparent 42%);
  pointer-events:none;
}
.split { display:grid; grid-template-columns:1fr 1fr; gap:78px; align-items:center; }
.feature-panel {
  position:relative;
  min-height:450px;
  background:linear-gradient(145deg,#23262a,#0b0c0e);
  border-radius:7px;
  overflow:hidden;
  padding:38px;
  display:flex;
  align-items:flex-end;
  box-shadow:0 32px 75px rgba(0,0,0,.24);
  border:1px solid rgba(255,255,255,.07);
}
.feature-panel::before { content:''; position:absolute; width:440px; height:205px; border:14px solid rgba(255,255,255,.09); border-radius:50%; transform:rotate(-8deg); top:58px; left:20px; }
.feature-panel::after { content:''; position:absolute; width:220px; height:220px; border:48px solid rgba(215,38,46,.22); border-radius:50%; top:-78px; right:-72px; }
.feature-panel-copy { position:relative; z-index:2; }
.feature-panel-copy strong {
  color:#fff;
  font-family:'Oswald',sans-serif;
  font-size:3rem;
  line-height:1.02;
  text-transform:uppercase;
  letter-spacing:.02em;
  font-weight:500;
  display:block;
  text-shadow:0 4px 20px rgba(0,0,0,.28);
}
.feature-panel-copy span { color:#e0e2e4; display:block; margin-top:14px; font-size:1.02rem; }
.check-list { margin:30px 0 0; padding:0; list-style:none; display:grid; gap:15px; }
.check-list li { display:flex; gap:13px; align-items:flex-start; color:#3f454b; }
.dark-band .check-list li { color:#dadddf; }
.check-list b { color:#141619; }
.dark-band .check-list b { color:#fff; }
.check { flex:0 0 24px; width:24px; height:24px; border-radius:50%; background:rgba(215,38,46,.13); color:var(--red); display:grid; place-items:center; font-size:.8rem; font-weight:900; margin-top:1px; }
.dark-band .check { background:rgba(215,38,46,.19); color:#ff646b; }

/* Page hero */
.page-hero {
  position:relative;
  overflow:hidden;
  background:
    radial-gradient(ellipse at 82% 30%, rgba(215,38,46,.14), transparent 28%),
    linear-gradient(125deg,#050607 0%,#121417 58%,#53565a 100%);
  color:#fff;
  padding:96px 0 122px;
}
.page-hero::before {
  content:'';
  position:absolute;
  width:520px;
  height:220px;
  border:2px solid rgba(255,255,255,.06);
  border-radius:50%;
  right:5%;
  top:40px;
  transform:rotate(-9deg);
}
.page-hero::after {
  content:'';
  position:absolute;
  left:0;
  right:0;
  bottom:0;
  height:95px;
  background:linear-gradient(to bottom, transparent, var(--offwhite));
}
.page-hero-inner { display:flex; justify-content:space-between; align-items:end; gap:30px; position:relative; z-index:2; }
.page-hero h1 { font-size:clamp(3.7rem,7vw,6.8rem); margin:8px 0 18px; letter-spacing:.01em; line-height:.9; text-transform:uppercase; font-weight:600; }
.page-hero p { margin:0; color:#e1e3e4; max-width:760px; font-size:1.02rem; }
.page-tag { color:#ff5a62; text-transform:uppercase; letter-spacing:.20em; font-weight:600; font-size:.82rem; }

/* Catalog */
.catalog-toolbar { display:flex; justify-content:space-between; gap:18px; align-items:center; margin:0 0 34px; }
.search-box { flex:1; max-width:460px; border:1px solid rgba(18,20,23,.16); border-radius:4px; padding:14px 16px; background:rgba(255,255,255,.84); outline:none; }
.search-box:focus { border-color:var(--red); box-shadow:0 0 0 3px rgba(215,38,46,.08); }
.vehicle-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:22px; }
.vehicle-card { border:1px solid rgba(18,20,23,.13); border-radius:6px; overflow:hidden; background:rgba(255,255,255,.90); transition:.22s ease; }
.vehicle-card:hover { transform:translateY(-4px); box-shadow:var(--shadow); }
.vehicle-image { height:240px; background:linear-gradient(145deg,#e3e4e4,#bfc2c5); position:relative; display:grid; place-items:center; overflow:hidden; }
.vehicle-image img { width:100%; height:100%; object-fit:cover; }
.vehicle-placeholder { color:#62686e; font-weight:600; text-align:center; padding:20px; }
.stock-badge { position:absolute; left:16px; top:16px; background:#0f1012; color:#fff; border-radius:3px; padding:7px 10px; font-family:'Oswald',sans-serif; letter-spacing:.09em; font-size:.72rem; font-weight:500; box-shadow:0 5px 18px rgba(0,0,0,.14); }
.vehicle-body { padding:24px; }
.vehicle-title { display:flex; justify-content:space-between; gap:15px; align-items:start; }
.vehicle-title h3 { margin:0; font-size:1.5rem; font-weight:500; text-transform:uppercase; line-height:1.05; }
.price { color:var(--red); font-size:1.3rem; font-weight:600; white-space:nowrap; }
.vehicle-meta { display:flex; flex-wrap:wrap; gap:8px; margin:18px 0; }
.meta-pill { background:#efefed; padding:6px 9px; border-radius:3px; font-size:.76rem; color:#4f555b; font-weight:600; }
.vehicle-desc { color:#4f555b; font-size:.89rem; min-height:72px; }
.vehicle-actions { margin-top:20px; display:flex; }
.vehicle-actions .btn { width:100%; }

/* Products */
.product-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:18px; }
.product-card { border-radius:6px; border:1px solid rgba(18,20,23,.13); background:rgba(255,255,255,.88); padding:24px; transition:.22s ease; }
.product-card:hover { transform:translateY(-3px); box-shadow:var(--shadow); }
.product-art { height:160px; border-radius:4px; background:linear-gradient(140deg,#eeefef,#d8dadd); display:grid; place-items:center; margin-bottom:20px; font-size:2.5rem; }
.product-card h3 { margin:0 0 8px; font-size:1.35rem; font-weight:500; text-transform:uppercase; }
.product-card p { color:#4f555b; font-size:.87rem; margin:0 0 16px; }
.product-stock { color:#257a49; font-size:.78rem; font-weight:800; }

/* Contact / about */
.info-grid { display:grid; grid-template-columns:.8fr 1.2fr; gap:58px; align-items:start; }
.info-stack { display:grid; gap:12px; }
.info-card { padding:23px; border-radius:5px; border:1px solid rgba(18,20,23,.13); background:rgba(255,255,255,.62); }
.info-card span { display:block; color:#6d7379; font-size:.73rem; font-weight:800; text-transform:uppercase; letter-spacing:.10em; margin-bottom:5px; }
.info-card strong { font-size:1rem; }
.map-frame { width:100%; min-height:440px; border:0; border-radius:7px; box-shadow:var(--shadow); filter:grayscale(.22) contrast(1.02); }
.about-story { background:rgba(255,255,255,.72); border:1px solid rgba(18,20,23,.10); border-radius:6px; padding:44px; box-shadow:0 16px 45px rgba(10,11,13,.05); }
.about-story p { color:#474d53; }
.about-story p:last-child { margin-bottom:0; }

/* CTA */
.cta-box {
  position:relative;
  overflow:hidden;
  background:linear-gradient(115deg,#0b0c0e 0%,#1d2023 58%,#8c191f 100%);
  color:#fff;
  border-radius:7px;
  padding:54px;
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:30px;
  box-shadow:0 28px 70px rgba(10,11,13,.20);
}
.cta-box::after { content:''; position:absolute; width:210px; height:210px; border:46px solid rgba(215,38,46,.25); border-radius:50%; right:-80px; top:-90px; }
.cta-box > * { position:relative; z-index:2; }
.cta-box h2 { font-size:clamp(2.5rem,4vw,4rem); line-height:.96; text-transform:uppercase; font-weight:500; margin:0 0 14px; }
.cta-box p { margin:0; color:#e2e4e5; max-width:650px; }
.cta-box .btn { background:#fff; color:var(--black); white-space:nowrap; }
.cta-box .btn:hover { background:var(--red); color:#fff; }

/* Footer */
.site-footer { background:#08090a; color:#aeb3b8; padding:52px 0 26px; border-top:1px solid rgba(255,255,255,.05); }
.footer-grid { display:grid; grid-template-columns:1.4fr 1fr 1fr; gap:44px; }
.footer-logo { width:210px; background:#fff; border-radius:3px; padding:7px 10px; margin-bottom:17px; }
.footer-title { color:#fff; font-weight:500; letter-spacing:.06em; text-transform:uppercase; margin-bottom:12px; }
.footer-links { display:grid; gap:8px; font-size:.9rem; }
.footer-links a:hover { color:#fff; }
.footer-bottom { border-top:1px solid rgba(255,255,255,.1); margin-top:36px; padding-top:20px; font-size:.76rem; display:flex; justify-content:space-between; gap:20px; flex-wrap:wrap; }

/* Professional WhatsApp floating button */
.whatsapp-float {
  position:fixed;
  right:22px;
  bottom:22px;
  z-index:110;
  width:60px;
  height:60px;
  border-radius:50%;
  display:grid;
  place-items:center;
  background:#0b0c0e;
  color:#fff;
  border:1px solid rgba(255,255,255,.18);
  box-shadow:0 16px 36px rgba(0,0,0,.30), inset 0 0 0 1px rgba(255,255,255,.04);
  transition:.22s ease;
}
.whatsapp-float::after {
  content:'';
  position:absolute;
  inset:-4px;
  border:1px solid rgba(215,38,46,.42);
  border-radius:50%;
  opacity:.7;
}
.whatsapp-float svg { width:28px; height:28px; fill:none; stroke:currentColor; stroke-width:2.15; stroke-linecap:round; stroke-linejoin:round; position:relative; z-index:2; }
.whatsapp-float:hover { transform:translateY(-3px); background:var(--red); box-shadow:0 18px 40px rgba(0,0,0,.33); }

.notice { padding:14px 16px; background:rgba(255,255,255,.72); border:1px solid rgba(215,38,46,.20); border-left:3px solid var(--red); border-radius:4px; color:#6d2b2f; font-size:.88rem; margin-bottom:30px; }

@media (max-width: 1020px) {
  .nav-links { position:absolute; top:94px; left:0; right:0; background:rgba(247,247,245,.98); border-top:1px solid var(--gray-200); padding:18px 24px 24px; display:none; flex-direction:column; align-items:stretch; box-shadow:0 20px 30px rgba(0,0,0,.08); }
  .nav-links.open { display:flex; }
  .nav-links a { width:100%; }
  .menu-toggle { display:block; }
  .hero-grid, .split, .info-grid { grid-template-columns:1fr; }
  .hero { min-height:auto; padding:90px 0 125px; }
  .hero-card { max-width:650px; }
  .card-grid, .product-grid { grid-template-columns:repeat(2,1fr); }
  .vehicle-grid { grid-template-columns:repeat(2,1fr); }
}

@media (max-width: 680px) {
  .container { width:min(100% - 28px, 1220px); }
  .section { padding:78px 0; }
  .section-sm { padding:58px 0; }
  .brand { width:180px; }
  .nav-wrap { min-height:80px; }
  .nav-links { top:80px; }
  .hero { padding:70px 0 115px; }
  .hero-grid { gap:42px; }
  .hero h1 { font-size:clamp(3.5rem,18vw,5.5rem); }
  .hero-card { padding:16px; }
  .hero-card-bottom { grid-template-columns:1fr; }
  .card-grid, .product-grid, .vehicle-grid { grid-template-columns:1fr; }
  .page-hero { padding:70px 0 105px; }
  .page-hero-inner { align-items:start; flex-direction:column; }
  .catalog-toolbar { align-items:stretch; flex-direction:column; }
  .search-box { max-width:none; width:100%; }
  .cta-box { padding:38px 26px; align-items:flex-start; flex-direction:column; }
  .footer-grid { grid-template-columns:1fr; }
  .vehicle-image { height:220px; }
  .map-frame { min-height:350px; }
  .feature-panel { min-height:365px; padding:28px; }
  .feature-panel-copy strong { font-size:2.45rem; }
  .whatsapp-float { width:56px; height:56px; right:16px; bottom:16px; }
}

/* ============================================================
   CATÁLOGO DINÁMICO
============================================================ */

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


.vehicle-card {
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(18, 18, 20, 0.10);
  overflow: hidden;
  position: relative;
  box-shadow: 0 18px 55px rgba(0, 0, 0, 0.07);
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}


.vehicle-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.13);
}


.vehicle-featured {
  border-top: 3px solid #d71920;
}


/* FOTO */

.vehicle-media {
  position: relative;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background:
    radial-gradient(circle at 80% 20%, rgba(215,25,32,.18), transparent 30%),
    linear-gradient(145deg, #202124, #0e0f10);
}


.vehicle-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}


.vehicle-card:hover .vehicle-media img {
  transform: scale(1.035);
}


.vehicle-no-image {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255,255,255,.55);
  font-size: 14px;
  letter-spacing: 0.18em;
}


/* ESTADO */

.vehicle-status {
  position: absolute;
  right: 16px;
  top: 16px;

  padding: 8px 13px;

  background: rgba(10,10,11,.88);
  backdrop-filter: blur(8px);

  color: #fff;

  font-size: 11px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}


.vehicle-status-reserved {
  background: #d71920;
}


.vehicle-highlight {
  position: absolute;
  left: 16px;
  top: 16px;

  padding: 8px 13px;

  background: #d71920;
  color: white;

  font-size: 10px;
  font-weight: 700;
  letter-spacing: .15em;
}


/* CONTENIDO */

.vehicle-content {
  padding: 25px;
}


.vehicle-title {
  margin: 0 0 8px;

  color: #121214;

  font-size: 25px;
  line-height: 1.1;
  font-weight: 700;
}


.vehicle-price {
  margin-bottom: 21px;

  color: #d71920;

  font-size: 28px;
  font-weight: 700;
}


.vehicle-specs {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;

  margin-bottom: 18px;
}


.vehicle-specs span {
  padding: 7px 10px;

  background: #f1f1f2;
  color: #292a2d;

  font-size: 12px;
  font-weight: 600;
}


.vehicle-origin {
  margin-bottom: 16px;

  color: #d71920;

  font-size: 12px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}


.vehicle-description {
  margin: 0 0 25px;

  color: #55565a;

  font-size: 14px;
  line-height: 1.7;
}


/* WHATSAPP */

.vehicle-whatsapp {
  display: flex;
  align-items: center;
  justify-content: space-between;

  width: 100%;
  box-sizing: border-box;

  padding: 15px 18px;

  background: #151618;
  color: #fff;

  text-decoration: none;

  font-size: 13px;
  font-weight: 700;

  transition:
    background .25s ease,
    color .25s ease;
}


.vehicle-whatsapp:hover {
  background: #d71920;
  color: #fff;
}


.vehicle-whatsapp-arrow {
  font-size: 19px;
}


/* CARGA / VACÍO / ERROR */

.catalog-loading,
.catalog-error,
.catalog-empty {
  grid-column: 1 / -1;

  padding: 60px 30px;

  text-align: center;

  background:
    linear-gradient(
      135deg,
      rgba(20,20,22,.98),
      rgba(45,45,48,.97)
    );

  color: white;
}


.catalog-error span {
  display: block;
  margin-top: 10px;
  opacity: .75;
}


.catalog-empty {
  max-width: 780px;
  margin: 0 auto;
}


.catalog-empty-small {
  color: #d71920;

  font-size: 11px;
  font-weight: 700;
  letter-spacing: .2em;
}


.catalog-empty h2 {
  margin: 15px 0;

  font-size: 34px;
}


.catalog-empty p {
  margin: 0 auto 25px;

  max-width: 600px;

  color: rgba(255,255,255,.7);

  line-height: 1.7;
}


.catalog-empty .vehicle-whatsapp {
  max-width: 300px;
  margin: 0 auto;
}


/* RESPONSIVE */

@media (max-width: 1000px) {
  .vehicle-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}


@media (max-width: 650px) {
  .vehicle-grid {
    grid-template-columns: 1fr;
  }

  .vehicle-title {
    font-size: 23px;
  }

  .vehicle-price {
    font-size: 25px;
  }
}

/* ============================================================
   INDICADOR DE GALERÍA EN TARJETA
============================================================ */

.vehicle-media-clickable {
  cursor: pointer;
}


.vehicle-media-clickable::after {
  content: "Ver fotografías";

  position: absolute;
  left: 50%;
  bottom: 18px;

  transform: translate(-50%, 8px);

  padding: 9px 15px;

  background: rgba(10, 10, 11, .88);
  backdrop-filter: blur(10px);

  color: #fff;

  font-size: 11px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;

  opacity: 0;

  transition:
    opacity .25s ease,
    transform .25s ease;

  pointer-events: none;

  z-index: 3;
}


.vehicle-media-clickable:hover::after {
  opacity: 1;
  transform: translate(-50%, 0);
}


/* NÚMERO DE FOTOS */

.vehicle-photo-count {

  position: absolute;

  right: 15px;
  bottom: 15px;

  display: flex;
  align-items: center;
  gap: 7px;

  padding: 8px 11px;

  background: rgba(10, 10, 11, .82);

  backdrop-filter: blur(8px);

  color: #fff;

  font-size: 11px;
  font-weight: 700;

  z-index: 4;

  pointer-events: none;
}


.vehicle-photo-count svg {

  width: 15px;
  height: 15px;

  fill: currentColor;

}


/* ============================================================
   GALERÍA PANTALLA COMPLETA
============================================================ */

.gallery-open {
  overflow: hidden;
}


.vehicle-gallery-modal {

  position: fixed;
  inset: 0;

  z-index: 99999;

  display: flex;
  align-items: center;
  justify-content: center;

  padding: 25px;

}


.vehicle-gallery-backdrop {

  position: absolute;
  inset: 0;

  background:
    radial-gradient(
      circle at 50% 25%,
      rgba(50, 50, 52, .85),
      rgba(4, 4, 5, .98) 65%
    );

  backdrop-filter: blur(10px);

}


/* VENTANA */

.vehicle-gallery-window {

  position: relative;

  z-index: 2;

  width: min(1400px, 96vw);
  height: min(900px, 92vh);

  display: flex;
  flex-direction: column;

  background: #0d0e0f;

  border: 1px solid rgba(255, 255, 255, .12);

  box-shadow:
    0 40px 120px rgba(0, 0, 0, .7);

}


/* HEADER */

.vehicle-gallery-header {

  min-height: 66px;

  display: flex;
  align-items: center;
  justify-content: space-between;

  padding: 0 22px;

  border-bottom:
    1px solid rgba(255, 255, 255, .10);

}


.vehicle-gallery-title {

  color: #fff;

  font-size: 16px;
  font-weight: 700;

  letter-spacing: .04em;

}


.vehicle-gallery-close {

  width: 42px;
  height: 42px;

  border: 0;

  background: transparent;

  color: #fff;

  font-size: 37px;
  font-weight: 200;
  line-height: 1;

  cursor: pointer;

  transition:
    color .2s ease,
    transform .2s ease;

}


.vehicle-gallery-close:hover {

  color: #d71920;

  transform: rotate(5deg);

}


/* ============================================================
   FOTO PRINCIPAL
============================================================ */

.vehicle-gallery-main {

  flex: 1;

  min-height: 0;

  display: grid;

  grid-template-columns:
    75px
    minmax(0, 1fr)
    75px;

  align-items: center;

}


.vehicle-gallery-image-wrap {

  width: 100%;
  height: 100%;

  min-height: 0;

  display: flex;
  align-items: center;
  justify-content: center;

  overflow: hidden;

  padding: 20px;

}


.vehicle-gallery-image {

  display: block;

  max-width: 100%;
  max-height: 100%;

  width: auto;
  height: auto;

  object-fit: contain;

  user-select: none;

}


/* FLECHAS */

.vehicle-gallery-arrow {

  width: 52px;
  height: 70px;

  margin: auto;

  border: 1px solid
    rgba(255, 255, 255, .13);

  background:
    rgba(255, 255, 255, .04);

  color: #fff;

  font-size: 48px;
  font-weight: 200;

  cursor: pointer;

  transition:
    background .2s ease,
    border-color .2s ease,
    color .2s ease;

}


.vehicle-gallery-arrow:hover {

  background: #d71920;

  border-color: #d71920;

  color: #fff;

}


/* ============================================================
   FOOTER GALERÍA
============================================================ */

.vehicle-gallery-footer {

  min-height: 110px;

  display: flex;
  align-items: center;

  gap: 22px;

  padding: 12px 20px;

  border-top:
    1px solid rgba(255, 255, 255, .10);

}


.vehicle-gallery-counter {

  flex: 0 0 auto;

  color:
    rgba(255, 255, 255, .75);

  font-size: 12px;
  font-weight: 700;

  letter-spacing: .08em;

}


/* MINIATURAS */

.vehicle-gallery-thumbnails {

  flex: 1;

  display: flex;

  gap: 9px;

  overflow-x: auto;

  scrollbar-width: thin;

  scrollbar-color:
    rgba(255,255,255,.30)
    transparent;

}


.vehicle-gallery-thumb {

  flex: 0 0 105px;

  height: 72px;

  padding: 0;

  border:
    2px solid transparent;

  background: #18191b;

  opacity: .48;

  overflow: hidden;

  cursor: pointer;

  transition:
    opacity .2s ease,
    border-color .2s ease;

}


.vehicle-gallery-thumb img {

  width: 100%;
  height: 100%;

  object-fit: cover;

}


.vehicle-gallery-thumb:hover {

  opacity: .8;

}


.vehicle-gallery-thumb.active {

  opacity: 1;

  border-color: #d71920;

}


/* ============================================================
   MÓVIL
============================================================ */

@media (max-width: 700px) {

  .vehicle-media-clickable::after {
    display: none;
  }


  .vehicle-gallery-modal {
    padding: 0;
  }


  .vehicle-gallery-window {

    width: 100vw;
    height: 100dvh;

    border: 0;

  }


  .vehicle-gallery-header {

    min-height: 58px;

    padding: 0 15px;

  }


  .vehicle-gallery-title {

    max-width: calc(100vw - 80px);

    white-space: nowrap;

    overflow: hidden;

    text-overflow: ellipsis;

  }


  .vehicle-gallery-main {

    grid-template-columns:
      48px
      minmax(0, 1fr)
      48px;

  }


  .vehicle-gallery-image-wrap {

    padding: 5px;

  }


  .vehicle-gallery-arrow {

    width: 40px;
    height: 55px;

    font-size: 38px;

    border: 0;

    background:
      rgba(0, 0, 0, .4);

  }


  .vehicle-gallery-footer {

    min-height: 92px;

    gap: 12px;

    padding: 10px;

  }


  .vehicle-gallery-thumb {

    flex-basis: 82px;

    height: 58px;

  }

}

.vehicle-form-delete {

  margin-right: auto;

  padding:
    13px
    20px;

  border:
    1px solid #d71920;

  background: transparent;

  color: #d71920;

  font-weight: 800;

  cursor: pointer;

}


.vehicle-form-delete:hover {

  background: #d71920;

  color: white;

}

.footer-legal {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 18px;

  padding: 18px 20px;

  border-top: 1px solid rgba(255,255,255,.08);

  color: #a6a6a6;

  font-size: 12px;
}

.footer-legal a {
  color: #c9c9c9;
  text-decoration: none;
}

.footer-legal a:hover {
  color: #ffffff;
}
