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

/* === BASE === */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: 'Inter', sans-serif; color: #1F2937; background: #F8FAFC; }
a { text-decoration: none; }
img { max-width: 100%; display: block; }

/* === BRAND GRADIENT SYSTEM === */
.brand-gradient { background: linear-gradient(135deg, #434771, #283f5d); }
.brand-gradient:hover { background: linear-gradient(135deg, #3a3d66, #1e3149); }
.brand-gradient-text {
  background: linear-gradient(135deg, #434771, #283f5d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.brand-color { color: #434771; }
.brand-bg-light { background: #eef0f8; }

/* === NAVBAR === */
.navbar { position: sticky; top: 0; z-index: 50; background: #111827; transition: box-shadow 0.3s ease; border-bottom: 1px solid #1F2937; }
.navbar-scrolled { box-shadow: 0 4px 20px rgba(0,0,0,0.3); border-bottom-color: transparent; }
.topbar { border-bottom: 1px solid rgba(255,255,255,0.08); background: rgba(0,0,0,0.12); }
.topbar-link { color: #D1D5DB; transition: color 0.2s ease; }
.topbar-link:hover { color: #ffffff; }
.topbar-divider { color: #6B7280; }
.topbar .topbar-link[href="garaza/index.html"],
.topbar .topbar-link[href="../garaza/index.html"],
.topbar .topbar-link[href="index.html"] { display: none; }
.social-links { display: inline-flex; align-items: center; gap: 0.5rem; }
.social-link {
  display: inline-flex; align-items: center; justify-content: center;
  width: 1.95rem; height: 1.95rem; border-radius: 9999px;
  color: #D1D5DB; background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.08); transition: all 0.2s ease;
}
.social-link:hover { color: #ffffff; background: rgba(255,255,255,0.14); border-color: rgba(255,255,255,0.18); }
.social-link i { font-size: 1rem; line-height: 1; }
.nav-link { color: #D1D5DB; font-weight: 500; font-size: 0.95rem; padding: 4px 0; transition: color 0.2s; border-bottom: 2px solid transparent; }
.nav-link:hover { color: #ffffff; }
.nav-link-active { color: #ffffff !important; border-bottom: 2px solid #ffffff; }

/* === BUTTONS === */
.btn-teal {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 11px 26px;
  background: linear-gradient(135deg, #434771, #283f5d);
  color: white; border-radius: 8px; font-weight: 600; font-size: 0.95rem;
  border: none; cursor: pointer; transition: opacity 0.2s, transform 0.15s;
}
.btn-teal:hover { opacity: 0.9; transform: translateY(-1px); }
.btn-dark {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 11px 26px;
  background: #111827; color: white; border-radius: 8px;
  font-weight: 600; font-size: 0.95rem;
  border: none; cursor: pointer; transition: background 0.2s, transform 0.15s;
}
.btn-dark:hover { background: #1F2937; transform: translateY(-1px); }
.btn-outline-white {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 11px 26px; background: transparent; color: white;
  border-radius: 8px; font-weight: 600; font-size: 0.95rem;
  border: 2px solid rgba(255,255,255,0.7); cursor: pointer; transition: background 0.2s;
}
.btn-outline-white:hover { background: rgba(255,255,255,0.12); }

/* === VEHICLE CARDS === */
.vehicle-card {
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  background: #fff; border: 1px solid #E5E7EB; border-radius: 12px; overflow: hidden;
}
.vehicle-card:hover { transform: translateY(-3px); box-shadow: 0 10px 28px rgba(0,0,0,0.10); }

/* Card image: full-width, fixed height, cover */
.card-img-wrap { width: 100%; height: 150px; overflow: hidden; }
.card-img-wrap img { width: 100%; height: 100%; object-fit: cover; display: block; }
.fleet-card-image { height: 190px; }
.fleet-card-link { display: block; }
.fleet-summary-body { padding: 1.25rem; gap: 1rem; }
.fleet-card-type {
  font-size: 0.72rem; text-transform: uppercase; letter-spacing: 0.14em;
  color: #6B7280; font-weight: 700; margin-bottom: 0.5rem;
}
.fleet-card-title { font-size: 1.1rem; line-height: 1.25; font-weight: 800; color: #111827; }
.fleet-card-meta {
  display: grid; grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem; margin-bottom: 1.25rem;
}
.fleet-card-meta-item {
  background: #F8FAFC; border: 1px solid #E5E7EB; border-radius: 12px; padding: 0.85rem 0.9rem;
}
.fleet-card-meta-item span {
  display: block; font-size: 0.68rem; text-transform: uppercase; letter-spacing: 0.08em; color: #6B7280; margin-bottom: 0.3rem;
}
.fleet-card-meta-item strong { color: #111827; font-size: 0.95rem; }

/* === SPEC LIST === */
.spec-item {
  display: flex; align-items: center; gap: 8px;
  padding: 5px 0; border-bottom: 1px dashed #E5E7EB;
  color: #374151; font-size: 0.82rem;
}
.spec-item:last-child { border-bottom: none; }
.spec-icon { color: #434771; flex-shrink: 0; width: 14px; }

/* === FEATURE LIST === */
.features-list { display: none; }
.features-list.expanded { display: block; }
.feature-item {
  display: flex; align-items: center; gap: 6px;
  padding: 3px 0; border-bottom: 1px dashed #F3F4F6;
  font-size: 0.8rem; color: #374151;
}
.feature-check { color: #434771; font-weight: 700; flex-shrink: 0; }

/* === DASHED DIVIDER === */
.dashed-divider { border: none; border-top: 1px dashed #D1D5DB; margin: 8px 0; }

/* === ACCORDION === */
.accordion-content { max-height: 0; overflow: hidden; transition: max-height 0.35s ease-out; }
.accordion-content.open { max-height: 300px; }
.accordion-arrow { transition: transform 0.3s ease; }
.accordion-arrow.rotated { transform: rotate(180deg); }

/* === HERO CIRCLE DECORATION === */
.hero-circle {
  position: absolute; right: -60px; top: 50%; transform: translateY(-50%);
  width: 520px; height: 520px; border-radius: 50%;
  background: linear-gradient(135deg, #434771, #283f5d);
  opacity: 0.10; z-index: 0;
}

/* === STAT BAR === */
.stats-bar { background: linear-gradient(135deg, #434771 0%, #283f5d 100%); }

/* === MINI HERO === */
.mini-hero { background: linear-gradient(135deg, #111827 0%, #1F2937 100%); }

/* === RENTAL FORM === */
.rental-form { background: #1F2937; border-radius: 12px; padding: 2rem; }
.rental-form input, .rental-form select {
  background: #374151; border: 1px solid #4B5563; color: white;
  border-radius: 6px; padding: 0.6rem 1rem; width: 100%;
  font-family: 'Inter', sans-serif; font-size: 0.9rem;
}
.rental-form input:focus, .rental-form select:focus { outline: 2px solid #434771; border-color: #434771; }
.rental-form input::placeholder { color: #9CA3AF; }
.rental-form label { color: #D1D5DB; font-size: 0.875rem; margin-bottom: 4px; display: block; font-weight: 500; }
.rental-form select option { background: #374151; color: white; }

/* === DETAIL PAGE SPEC === */
.spec-item-detail {
  display: flex; align-items: center; gap: 10px;
  padding: 10px 0; border-bottom: 1px dashed #E5E7EB; color: #374151; font-size: 0.92rem;
}
.spec-item-detail:last-child { border-bottom: none; }
.spec-icon-detail { color: #434771; flex-shrink: 0; }
.feature-item-detail {
  display: flex; align-items: center; gap: 8px;
  padding: 6px 0; border-bottom: 1px dashed #F3F4F6; font-size: 0.875rem; color: #374151;
}
.feature-check-detail { color: #434771; font-weight: 700; flex-shrink: 0; }

/* === INFO PILLS === */
.info-pill {
  display: inline-flex; align-items: center; gap: 6px;
  padding: 6px 14px; background: #1F2937; color: white;
  border-radius: 20px; font-size: 0.85rem; font-weight: 500;
}
.detail-hero-image { height: 100%; min-height: 320px; object-fit: cover; }
.detail-pill-row { display: flex; flex-wrap: wrap; gap: 0.65rem; }
.detail-pill {
  display: inline-flex; align-items: center; padding: 0.5rem 0.95rem;
  border-radius: 9999px; background: #EEF0F8; color: #434771; font-weight: 700; font-size: 0.82rem;
}
.detail-spec-grid {
  display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0.9rem;
}
.detail-spec-card {
  background: #F8FAFC; border: 1px solid #E5E7EB; border-radius: 16px; padding: 1rem;
}
.detail-spec-card span {
  display: block; font-size: 0.72rem; text-transform: uppercase; letter-spacing: 0.1em; color: #6B7280; margin-bottom: 0.4rem;
}
.detail-spec-card strong { color: #111827; font-size: 1rem; line-height: 1.35; }

/* === CAR NAV BUTTONS === */
.car-nav-btn {
  display: inline-flex; align-items: center; gap: 8px; padding: 10px 22px;
  background: linear-gradient(135deg, #434771, #283f5d);
  color: white; border-radius: 8px; font-weight: 600; font-size: 0.92rem; transition: opacity 0.2s;
}
.car-nav-btn:hover { opacity: 0.9; }

/* === CTA GRADIENT BANNER === */
.cta-gradient { background: linear-gradient(135deg, #434771, #283f5d); }

/* === WHATSAPP PULSE === */
@keyframes wa-pulse { 0%,100%{ box-shadow: 0 0 0 0 rgba(37,211,102,0.4); } 50%{ box-shadow: 0 0 0 10px rgba(37,211,102,0); } }
.wa-pulse { animation: wa-pulse 2s infinite; }

/* === BRAND LOGOS SCROLL === */
.scrolling-logos-wrapper {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.scrolling-logos {
  display: flex;
  align-items: center;
  width: max-content;
  animation: scrollLogos 25s linear infinite;
}
.scrolling-logos img {
  width: 25vw; /* exact 4 visible on screen across viewport width */
  max-width: 25vw;
  height: 50px;
  object-fit: contain;
  opacity: 0.6;
  filter: grayscale(100%);
  transition: opacity 0.3s, filter 0.3s;
  padding: 0 1rem;
}
.scrolling-logos img:hover {
  opacity: 1;
  filter: grayscale(0%);
}

@keyframes scrollLogos {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); } 
}

@media (min-width: 1024px) {
  .scrolling-logos img {
    height: 60px;
    padding: 0 2rem;
  }
}

@media (max-width: 640px) {
  .fleet-card-meta,
  .detail-spec-grid { grid-template-columns: 1fr; }
  .fleet-card-image { height: 210px; }
}

/* === STEP CIRCLE === */
.step-circle {
  width: 48px; height: 48px; border-radius: 50%;
  background: linear-gradient(135deg, #434771, #283f5d);
  color: white; font-size: 1.2rem; font-weight: 800;
  display: flex; align-items: center; justify-content: center; flex-shrink: 0;
}

/* === BLOG CARD === */
.blog-card {
  background: white; border: 1px solid #E5E7EB; border-radius: 12px;
  overflow: hidden; transition: transform 0.2s, box-shadow 0.2s;
}
.blog-card:hover { transform: translateY(-3px); box-shadow: 0 10px 28px rgba(0,0,0,0.09); }

/* === TEAL TAG (now brand tag) === */
.teal-tag {
  display: inline-block; background: #eef0f8; color: #434771;
  font-size: 0.75rem; font-weight: 700; padding: 3px 10px;
  border-radius: 20px; text-transform: uppercase; letter-spacing: 0.04em;
}

/* === FOOTER === */
.footer-link { color: #9CA3AF; font-size: 0.9rem; transition: color 0.2s; }
.footer-link:hover { color: #8b90c4; }
.footer-socials { display: flex; align-items: center; gap: 0.75rem; padding-top: 0.25rem; }
.footer-socials .social-link {
  width: 2.2rem; height: 2.2rem; color: #E5E7EB;
  background: rgba(67,71,113,0.32); border-color: rgba(139,144,196,0.28);
}
.footer-socials .social-link:hover { background: rgba(67,71,113,0.55); border-color: rgba(139,144,196,0.45); }

/* === MOBILE MENU === */
#mobile-menu { display: none; }
#mobile-menu.open { display: block; }

/* === FEATURE BOX === */
.feature-box { transition: transform 0.2s ease, box-shadow 0.2s ease; }
.feature-box:hover { transform: translateY(-2px); box-shadow: 0 4px 12px rgba(0,0,0,0.10); }

/* === TESTIMONIAL === */
.testimonial-card {
  background: white; border: 1px solid #E5E7EB; border-radius: 12px; padding: 1.5rem;
  transition: transform 0.2s, box-shadow 0.2s;
}
.testimonial-card:hover { transform: translateY(-3px); box-shadow: 0 8px 24px rgba(0,0,0,0.09); }

/* === FLOATING CONTACT WIDGET === */
.float-widget { position: fixed; bottom: 28px; right: 24px; z-index: 9999; }
.float-popup {
  display: flex; flex-direction: column; gap: 8px;
  margin-bottom: 10px; opacity: 0; pointer-events: none;
  transform: translateY(10px);
  transition: opacity 0.25s ease, transform 0.25s ease;
}
.float-popup.open { opacity: 1; pointer-events: all; transform: translateY(0); }
.float-popup-item {
  display: flex; align-items: center; gap: 10px;
  padding: 10px 16px; border-radius: 10px; font-size: 0.88rem;
  font-weight: 600; color: white; white-space: nowrap;
  box-shadow: 0 4px 14px rgba(0,0,0,0.2); transition: opacity 0.2s;
}
.float-popup-item:hover { opacity: 0.92; }
.float-popup-wa { background: #25D366; }
.float-popup-viber { background: #7360f2; }
.float-popup-email { background: linear-gradient(135deg, #434771, #283f5d); }
.float-btn {
  display: flex; align-items: center; gap: 8px;
  padding: 12px 20px; border-radius: 50px;
  background: linear-gradient(135deg, #434771, #283f5d);
  color: white; font-weight: 700; font-size: 0.9rem;
  box-shadow: 0 4px 20px rgba(40,63,93,0.45);
  border: none; cursor: pointer; transition: opacity 0.2s, transform 0.2s;
}
.float-btn:hover { opacity: 0.9; transform: scale(1.04); }
.float-btn svg { flex-shrink: 0; }

/* === RESPONSIVE === */
@media (max-width: 1023px) {
  .hero-circle { width: 350px; height: 350px; right: -30px; }
}
@media (max-width: 767px) {
  .hero-circle { display: none; }
  .rental-form { padding: 1.25rem; }
  .float-widget { bottom: 18px; right: 16px; }
}
