*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

:root {
  --gold: #f5c518;
  --gold-dark: #d4a80f;
  --dark: #0a0a0f;
  --dark2: #13131c;
  --dark3: #1c1c2a;
  --text: #f0f0f5;
  --muted: #8888aa;
  --radius: 16px;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Inter", sans-serif;
  background-color: var(--dark);
  color: var(--text);
  overflow-x: hidden;
}

.hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 2rem 1.5rem;
  overflow: hidden;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 80% 60% at 50% -10%, rgba(255, 255, 255, 0.18) 0%, transparent 70%),
    radial-gradient(ellipse 60% 50% at 80% 100%, rgba(255, 255, 255, 0.1) 0%, transparent 60%),
    linear-gradient(160deg, #0a0a0f 0%, #13131c 50%, #0d0d18 100%);
  animation: bgPulse 8s ease-in-out infinite alternate;
}

@keyframes bgPulse {
  from {
    opacity: 1;
  }
  to {
    opacity: 0.85;
  }
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: 60px 60px;
  pointer-events: none;
}

.hero-inner {
  position: relative;
  z-index: 2;
  max-width: 680px;
}

.badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 999px;
  padding: 6px 18px;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 2rem;
  animation: fadeDown 0.8s ease both;
}

.badge-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--gold);
  animation: blink 1.4s ease-in-out infinite;
}

@keyframes blink {
  0%,
  100% {
    opacity: 1;
  }
  50% {
    opacity: 0.2;
  }
}

.hero h1 {
  font-size: clamp(2.8rem, 8vw, 5.5rem);
  font-weight: 900;
  line-height: 1.05;
  letter-spacing: -0.03em;
  margin-bottom: 1.2rem;
  animation: fadeDown 0.9s 0.1s ease both;
}

.hero h1 span {
  background: linear-gradient(135deg, var(--gold) 0%, #fff176 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.hero p.tagline {
  font-size: clamp(1rem, 3vw, 1.2rem);
  color: var(--muted);
  font-weight: 400;
  margin-bottom: 1.2rem;
  line-height: 1.7;
  animation: fadeDown 1s 0.2s ease both;
}

.hero p.tagline.seo-line {
  font-size: 0.98rem;
  margin-top: -0.4rem;
  margin-bottom: 1.5rem;
}

.logo {
  display: inline-flex;
  align-items: stretch;
  margin-bottom: 2rem;
  animation: fadeDown 1s 0.25s ease both;
}

.logo .sol {
  background: var(--gold);
  border-radius: 0.5rem;
  padding: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
  flex-shrink: 0;
  height: 76px;
  transform: rotate(180deg);
}

.logo .sag {
  background: #000;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 900;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  padding: 0 2rem 0 1rem;
  border-radius: 0 40px 150px 0;
  line-height: 1;
  margin: 0.25rem 0;
}

.phone-card {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: var(--radius);
  backdrop-filter: blur(20px);
  padding: 2.2rem 3rem;
  margin-bottom: 2rem;
  animation: fadeUp 1s 0.3s ease both;
  box-shadow: 0 0 80px rgba(255, 255, 255, 0.06);
}

.phone-label {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--muted);
  margin-bottom: 0.5rem;
}

.phone-number {
  font-size: clamp(2rem, 7vw, 3.5rem);
  font-weight: 900;
  letter-spacing: 0.04em;
  color: #fff;
  white-space: nowrap;
}

.phone-number a {
  color: inherit;
  text-decoration: none;
}

.phone-number span {
  color: var(--gold);
}

.cta-group {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
  animation: fadeUp 1s 0.45s ease both;
}

.btn-call {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: linear-gradient(135deg, var(--gold) 0%, #e6b800 100%);
  color: #0a0a0f;
  font-weight: 700;
  font-size: 1.05rem;
  padding: 1rem 2.4rem;
  border-radius: 999px;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  box-shadow: 0 8px 30px rgba(255, 255, 255, 0.15);
}

.btn-call:hover {
  transform: translateY(-3px) scale(1.03);
  box-shadow: 0 14px 40px rgba(255, 255, 255, 0.15);
}

.btn-call:active {
  transform: scale(0.97);
}

.btn-whatsapp {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: transparent;
  color: var(--text);
  font-weight: 600;
  font-size: 1.05rem;
  padding: 1rem 2rem;
  border-radius: 999px;
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, 0.15);
  cursor: pointer;
  transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.btn-whatsapp:hover {
  transform: translateY(-3px);
  border-color: #25d366;
  background: rgba(37, 211, 102, 0.08);
  color: #25d366;
}

.icon {
  width: 22px;
  height: 22px;
  flex-shrink: 0;
}

.scroll-hint {
  position: absolute;
  bottom: 0.75rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  color: var(--muted);
  font-size: 0.72rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  animation: scrollHintIn 1.2s 1s ease both;
}

.scroll-line {
  width: 1px;
  height: 30px;
  background: linear-gradient(to bottom, var(--gold), transparent);
  animation: scrollAnim 1.8s ease-in-out infinite;
}

@keyframes scrollAnim {
  0% {
    opacity: 0;
    transform: scaleY(0);
    transform-origin: top;
  }
  50% {
    opacity: 1;
    transform: scaleY(1);
    transform-origin: top;
  }
  100% {
    opacity: 0;
    transform: scaleY(1);
    transform-origin: bottom;
  }
}

.features {
  padding: 3rem 1.5rem;
  max-width: 1100px;
  margin: 0 auto;
}

.section-tag {
  text-align: center;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--gold);
  font-weight: 600;
  margin-bottom: 0.8rem;
}

.section-title {
  text-align: center;
  font-size: clamp(1.8rem, 5vw, 2.8rem);
  font-weight: 800;
  letter-spacing: -0.02em;
  margin-bottom: 3.5rem;
}

.cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.5rem;
}

.card {
  background: var(--dark2);
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: var(--radius);
  padding: 2rem 1.8rem;
  transition:
    transform 0.6s ease,
    border-color 0.3s ease,
    box-shadow 0.3s ease,
    opacity 0.6s ease;
  opacity: 0;
  transform: translateY(30px);
}

.card.visible {
  opacity: 1;
  transform: translateY(0);
}

.card:hover {
  transform: translateY(-6px);
  border-color: rgba(255, 255, 255, 0.3);
  box-shadow: 0 12px 40px rgba(255, 255, 255, 0.08);
}

.card-icon {
  width: 52px;
  height: 52px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.2rem;
  font-size: 1.5rem;
}

.card h3 {
  font-size: 1.05rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}

.card p {
  font-size: 0.9rem;
  color: var(--muted);
  line-height: 1.7;
}

.vehicle-section {
  padding: 0 1.5rem 3rem;
  max-width: 1100px;
  margin: 0 auto;
}

.vehicle-card {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: center;
  background: var(--dark2);
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: calc(var(--radius) * 1.5);
  overflow: hidden;
  padding: 2.5rem;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4);
}

.vehicle-img-wrap {
  position: relative;
  border-radius: var(--radius);
  overflow: hidden;
  aspect-ratio: 3 / 4;
  background: #0c0c12;
}

.vehicle-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  transition: transform 0.5s ease;
}

.vehicle-img-wrap:hover .vehicle-img {
  transform: scale(1.04);
}

.vehicle-plate {
  position: absolute;
  bottom: 1rem;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  color: #111;
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  padding: 0.35rem 1.2rem;
  border-radius: 6px;
  border: 2px solid #333;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.5);
  white-space: nowrap;
}

.vehicle-badge {
  display: inline-block;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: var(--gold);
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  padding: 4px 14px;
  border-radius: 999px;
  margin-bottom: 1rem;
}

.vehicle-name {
  font-size: clamp(1.6rem, 4vw, 2.2rem);
  font-weight: 800;
  letter-spacing: -0.02em;
  margin-bottom: 1rem;
}

.vehicle-desc {
  font-size: 0.95rem;
  color: var(--muted);
  line-height: 1.8;
  margin-bottom: 1.8rem;
}

.vehicle-specs {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.vehicle-specs li {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  font-size: 0.92rem;
}

.spec-icon {
  width: 36px;
  height: 36px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  flex-shrink: 0;
}

.areas-section {
  padding: 4rem 1.5rem;
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
}

.areas-desc {
  color: var(--muted);
  font-size: 0.95rem;
  margin-bottom: 2.5rem;
}

.areas-grid {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
}

.areas-grid li a {
  display: inline-block;
  padding: 0.65rem 1.4rem;
  border-radius: 999px;
  border: 1px solid rgba(245, 197, 24, 0.3);
  background: rgba(245, 197, 24, 0.06);
  color: var(--text);
  text-decoration: none;
  font-size: 0.92rem;
  font-weight: 600;
  transition:
    background 0.2s ease,
    border-color 0.2s ease,
    color 0.2s ease,
    transform 0.2s ease;
}

.areas-grid li a:hover {
  background: rgba(245, 197, 24, 0.15);
  border-color: var(--gold);
  color: var(--gold);
  transform: translateY(-2px);
}

.service-links {
  padding: 1rem 1.5rem 3.5rem;
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
}

.service-links-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1rem;
}

.service-links-grid a {
  display: block;
  padding: 0.95rem 1rem;
  border-radius: 12px;
  background: rgba(245, 197, 24, 0.07);
  border: 1px solid rgba(245, 197, 24, 0.25);
  color: var(--text);
  text-decoration: none;
  font-weight: 700;
  transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.service-links-grid a:hover {
  transform: translateY(-2px);
  border-color: var(--gold);
  background: rgba(245, 197, 24, 0.13);
  color: var(--gold);
}

.faq-section {
  padding: 1rem 1.5rem 4rem;
  max-width: 900px;
  margin: 0 auto;
}

.faq-list {
  display: grid;
  gap: 0.8rem;
}

.faq-list details {
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.03);
  border-radius: 12px;
  padding: 0.95rem 1rem;
}

.faq-list summary {
  cursor: pointer;
  font-weight: 700;
  color: var(--text);
}

.faq-list p {
  margin-top: 0.6rem;
  color: var(--muted);
  line-height: 1.65;
  font-size: 0.95rem;
}

.cta-section {
  background: var(--dark3);
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  padding: 5rem 1.5rem;
  text-align: center;
}

.cta-section h2 {
  font-size: clamp(1.6rem, 5vw, 2.5rem);
  font-weight: 800;
  margin-bottom: 0.8rem;
}

.cta-section p {
  color: var(--muted);
  margin-bottom: 2rem;
  font-size: 1rem;
}

footer {
  text-align: center;
  padding: 2rem 1rem;
  color: var(--muted);
  font-size: 0.85rem;
}

footer a {
  color: var(--gold);
  text-decoration: none;
}

footer a:hover {
  text-decoration: underline;
}

.floating-whatsapp {
  position: fixed !important;
  right: max(12px, env(safe-area-inset-right));
  bottom: calc(env(safe-area-inset-bottom, 0px) + 14px);
  top: auto !important;
  left: auto !important;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #25d366;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.35);
  z-index: 2147483000;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.floating-whatsapp svg {
  width: 30px;
  height: 30px;
}

.floating-whatsapp:hover {
  transform: translateY(-2px) scale(1.04);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.45);
}

@keyframes fadeDown {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes scrollHintIn {
  from {
    opacity: 0;
    transform: translateX(-50%) translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
  }
}

@media (max-width: 700px) {
  .vehicle-card {
    grid-template-columns: 1fr;
    padding: 1.5rem;
    gap: 1.8rem;
  }
}

@media (max-width: 480px) {
  .phone-card {
    padding: 1.6rem 1.8rem;
  }

  .phone-number {
    font-size: 2rem;
  }

  .btn-call,
  .btn-whatsapp {
    width: 100%;
    justify-content: center;
  }

  .floating-whatsapp {
    width: 54px;
    height: 54px;
  }
}
