/* =========================================================
   HERO
========================================================= */
.hero {
  min-height: 100vh;
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 75% 45%, rgba(245,158,11,.13), transparent 27%),
    radial-gradient(circle at 20% 10%, rgba(25,82,122,.25), transparent 35%),
    linear-gradient(115deg, #06121e 0%, #081827 43%, #102b40 100%);
}
.landscape {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(4,13,22,.98) 0%, rgba(4,13,22,.9) 30%, rgba(4,13,22,.48) 58%, rgba(4,13,22,.18) 100%),
    linear-gradient(180deg, rgba(3,12,20,.05), rgba(3,12,20,.9)),
    url("https://images.unsplash.com/photo-1464822759023-fed622ff2c3b?auto=format&fit=crop&w=2400&q=90") center / cover no-repeat;
  opacity: .9;
  transform: scale(1.03);
  animation: landscapeMove 18s ease-in-out infinite alternate;
}
@keyframes landscapeMove {
  from { transform: scale(1.03); }
  to { transform: scale(1.08); }
}
.ambient-light {
  position: absolute;
  width: 650px; height: 650px;
  right: 2%; top: 22%;
  background: radial-gradient(circle, rgba(245,158,11,.20) 0%, rgba(245,158,11,.07) 28%, transparent 68%);
  filter: blur(15px);
  animation: glow 5s ease-in-out infinite alternate;
  pointer-events: none;
}
@keyframes glow {
  from { opacity: .55; transform: scale(.95); }
  to { opacity: 1; transform: scale(1.08); }
}
.hero-content {
  width: min(1280px, calc(100% - 50px));
  min-height: calc(100vh - 82px);
  margin: 0 auto;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 10;
}
.content { width: 690px; padding: 30px 0 110px; }

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 9px 15px;
  border-radius: 100px;
  background: rgba(245,158,11,.08);
  border: 1px solid rgba(245,158,11,.32);
  color: #ffc45a;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .1em;
  margin-bottom: 25px;
  animation: fadeUp .8s ease both;
}
.eyebrow-dot {
  width: 7px; height: 7px;
  border-radius: 50%;
  background: var(--orange);
  box-shadow: 0 0 14px var(--orange);
  animation: pulse 1.7s infinite;
}
@keyframes pulse {
  0%, 100% { transform: scale(1); opacity: 1; }
  50% { transform: scale(1.5); opacity: .6; }
}
.hero h1 {
  font-size: clamp(52px, 6vw, 88px);
  line-height: .94;
  letter-spacing: -.06em;
  font-weight: 950;
  margin-bottom: 28px;
  animation: fadeUp .9s .1s ease both;
}
.hero h1 span { color: var(--orange); text-shadow: 0 0 45px rgba(245,158,11,.18); }
.subtitle {
  max-width: 660px;
  color: rgba(255,255,255,.72);
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 30px;
  animation: fadeUp .9s .2s ease both;
}
.route { color: white; font-weight: 800; }
.arrow { color: var(--orange); padding: 0 5px; }

.benefits {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-bottom: 32px;
  animation: fadeUp .9s .3s ease both;
}
.benefit {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  border-radius: 12px;
  background: rgba(4,14,23,.62);
  border: 1px solid rgba(255,255,255,.11);
  backdrop-filter: blur(12px);
  color: rgba(255,255,255,.9);
  font-size: 12px;
  font-weight: 750;
  transition: .25s;
}
.benefit:hover {
  border-color: rgba(245,158,11,.4);
  background: rgba(245,158,11,.07);
  transform: translateY(-3px);
}
.benefit::before {
  content: "✓";
  width: 19px; height: 19px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(245,158,11,.13);
  color: var(--orange);
  font-size: 10px;
}
.actions {
  display: flex;
  gap: 12px;
  animation: fadeUp .9s .4s ease both;
}
.micro-info {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 25px;
  color: rgba(255,255,255,.43);
  font-size: 11px;
  animation: fadeUp .9s .5s ease both;
}
.micro-info span { display: flex; align-items: center; gap: 7px; }
.micro-info span::before {
  content: "";
  width: 5px; height: 5px;
  border-radius: 50%;
  background: var(--orange);
}

/* =========================================================
   CAR + ROAD
========================================================= */
.car-area {
  position: absolute;
  right: -80px;
  bottom: 65px;
  width: 720px;
  height: 560px;
  z-index: 5;
  pointer-events: none;
}
.car-glow {
  position: absolute;
  width: 560px; height: 300px;
  right: 40px; bottom: 90px;
  background: radial-gradient(ellipse, rgba(245,158,11,.28), transparent 67%);
  filter: blur(25px);
  animation: carGlow 4s ease-in-out infinite alternate;
}
@keyframes carGlow {
  from { opacity: .45; transform: scale(.92); }
  to { opacity: .9; transform: scale(1.06); }
}
.car {
  position: absolute;
  right: 0; bottom: 65px;
  width: 700px;
  max-width: none;
  filter: drop-shadow(0 35px 35px rgba(0,0,0,.5));
  animation: carFloat 5s ease-in-out infinite;
}
@keyframes carFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
}
.road {
  position: absolute;
  bottom: 0; right: -10%;
  width: 75%; height: 150px;
  transform: perspective(300px) rotateX(58deg);
  background: repeating-linear-gradient(90deg, transparent 0, transparent 120px, rgba(245,158,11,.75) 120px, rgba(245,158,11,.75) 190px, transparent 190px, transparent 310px);
  opacity: .18;
  filter: blur(1px);
  animation: roadMove 2.5s linear infinite;
}
@keyframes roadMove {
  from { background-position: 0 0; }
  to { background-position: 310px 0; }
}
.bottom-fade {
  position: absolute;
  left: 0; right: 0; bottom: 0;
  height: 230px;
  z-index: 8;
  pointer-events: none;
  background: linear-gradient(transparent, #07131f);
}
.orange-line {
  position: absolute;
  width: 250px; height: 2px;
  right: 29%; bottom: 120px;
  background: linear-gradient(90deg, transparent, var(--orange), transparent);
  opacity: .7;
  transform: rotate(-7deg);
  z-index: 10;
}
@keyframes fadeUp {
  from { opacity: 0; transform: translateY(25px); }
  to { opacity: 1; transform: translateY(0); }
}

/* =========================================================
   MOBILE HERO
========================================================= */
@media (max-width: 1050px) {
  .car-area { opacity: .58; right: -220px; }
  .content { position: relative; z-index: 20; }
}
@media (max-width: 700px) {
  .hero { min-height: 100svh; }
  .landscape {
    background:
      linear-gradient(180deg, rgba(4,13,22,.72), rgba(4,13,22,.65) 40%, rgba(4,13,22,.96) 78%, #07131f),
      url("https://images.unsplash.com/photo-1464822759023-fed622ff2c3b?auto=format&fit=crop&w=1600&q=90") center / cover;
  }
  .hero-content {
    width: calc(100% - 28px);
    min-height: calc(100svh - 70px);
    align-items: flex-end;
  }
  .content { width: 100%; padding: 40px 0 48px; }
  .eyebrow { font-size: 9px; margin-bottom: 17px; }
  .hero h1 { font-size: clamp(43px, 13vw, 58px); margin-bottom: 19px; }
  .subtitle { font-size: 16px; margin-bottom: 20px; }
  .benefits { display: grid; grid-template-columns: 1fr; gap: 6px; margin-bottom: 20px; }
  .benefit { padding: 8px 11px; font-size: 11px; }
  .actions { display: grid; grid-template-columns: 1fr; gap: 9px; }
  .button { width: 100%; min-height: 53px; }
  .micro-info { gap: 10px; margin-top: 17px; font-size: 9px; }
  .car-area { width: 500px; height: 350px; right: -245px; bottom: 170px; opacity: .45; }
  .car { width: 500px; }
  .car-glow { width: 400px; }
  .road { width: 100%; right: -20%; bottom: 90px; }
  .orange-line { display: none; }
}