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

:root {
  --bg: #080810;
  --bg-card: #0f0f1c;
  --bg-surface: #14141f;
  --blue: #2563eb;
  --blue-light: #3b7bff;
  --white: #ffffff;
  --off-white: #f1f5f9;
  --cream: #f8f9fc;
  --text: #1e293b;
  --text-muted: #64748b;
  --border: #e2e8f0;
  --border-dark: rgba(255,255,255,0.08);
  --radius: 12px;
  --transition: 0.3s cubic-bezier(0.4,0,0.2,1);
}

html { scroll-behavior: smooth; }
body { font-family: 'Inter', sans-serif; color: var(--text); background: var(--bg); overflow-x: hidden; line-height: 1.6; }

.container { width: 100%; max-width: 1200px; margin: 0 auto; padding: 0 24px; }

/* ═══ BUTTONS ═══ */
.btn {
  display: inline-flex; align-items: center; justify-content: center;
  text-decoration: none; border: none; cursor: pointer; border-radius: 6px;
  font-family: 'Space Grotesk', sans-serif; font-weight: 600; font-size: 0.88rem;
  letter-spacing: 0.04em; text-transform: uppercase;
  transition: var(--transition); white-space: nowrap;
}
.btn--primary { background: var(--blue); color: #fff; padding: 15px 36px; }
.btn--primary:hover { background: var(--blue-light); transform: translateY(-2px); box-shadow: 0 8px 24px rgba(37,99,235,0.4); }
.btn--ghost { background: transparent; color: #fff; padding: 14px 36px; border: 1px solid rgba(255,255,255,0.3); }
.btn--ghost:hover { border-color: var(--blue); color: var(--blue); }
.btn--outline { background: transparent; color: var(--blue); padding: 12px 24px; border: 1px solid var(--blue); }
.btn--outline:hover { background: var(--blue); color: #fff; }
.btn--full { width: 100%; }
.btn--sm { padding: 10px 20px; font-size: 0.79rem; }

/* ═══ SECTION COMMONS ═══ */
.section-tag {
  display: inline-block; font-size: 0.72rem; font-weight: 600;
  letter-spacing: 0.14em; text-transform: uppercase; color: var(--blue);
  background: rgba(37,99,235,0.12); padding: 5px 14px; border-radius: 100px; margin-bottom: 16px;
}
.section-title {
  font-family: 'Space Grotesk', sans-serif; font-size: clamp(1.9rem, 3.5vw, 2.8rem);
  font-weight: 700; line-height: 1.15; letter-spacing: -0.02em; color: var(--text); margin-bottom: 16px;
}
.section-desc { font-size: 1rem; color: var(--text-muted); max-width: 540px; line-height: 1.7; }
.section-header { text-align: center; margin-bottom: 60px; }
.section-header .section-desc { margin: 0 auto; }
.section-header--light .section-title { color: var(--white); }
.section-header--light .section-desc { color: rgba(255,255,255,0.55); }

/* ═══ NAV ═══ */
.nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 1000;
  padding: 22px 0; transition: var(--transition);
}
.nav.scrolled {
  background: rgba(8,8,16,0.95); backdrop-filter: blur(16px);
  padding: 14px 0; box-shadow: 0 1px 0 rgba(37,99,235,0.2);
}
.nav__inner {
  max-width: 1200px; margin: 0 auto; padding: 0 24px;
  display: flex; align-items: center; justify-content: space-between;
}
.nav__logo { display: flex; align-items: center; gap: 10px; text-decoration: none; }
.nav__logo span { font-family: 'Space Grotesk', sans-serif; font-size: 1.25rem; font-weight: 700; color: var(--white); }
.nav__links { display: flex; align-items: center; gap: 36px; list-style: none; }
.nav__links a { color: rgba(255,255,255,0.7); text-decoration: none; font-size: 0.9rem; font-weight: 500; transition: color var(--transition); }
.nav__links a:hover { color: var(--white); }
.nav__cta { background: var(--blue) !important; color: var(--white) !important; padding: 9px 22px; border-radius: 6px; }
.nav__cta:hover { background: var(--blue-light) !important; }
.nav__toggle { display: none; flex-direction: column; gap: 5px; background: none; border: none; cursor: pointer; padding: 4px; }
.nav__toggle span { display: block; width: 22px; height: 2px; background: var(--white); border-radius: 2px; transition: var(--transition); }

/* ═══ HERO ═══ */
.hero { position: relative; height: 100vh; min-height: 680px; display: flex; align-items: center; overflow: hidden; }
.hero__bg { position: absolute; inset: 0; }
.hero__img { width: 100%; height: 100%; object-fit: cover; display: block; object-position: center 30%; }
.hero__overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to right, rgba(8,8,16,0.92) 0%, rgba(8,8,16,0.6) 55%, rgba(8,8,16,0.3) 100%);
}
.hero__content {
  position: relative; z-index: 1;
  max-width: 1200px; margin: 0 auto; padding: 0 24px;
  padding-top: 90px;
}
.hero__tag {
  font-size: 0.78rem; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--blue); margin-bottom: 20px;
}
.hero__title {
  font-family: 'Space Grotesk', sans-serif; font-size: clamp(3.2rem, 7vw, 6.5rem);
  font-weight: 700; line-height: 0.95; letter-spacing: -0.03em; color: var(--white);
  margin-bottom: 28px; max-width: 700px;
}
.hero__title em { display: block; font-style: italic; font-weight: 300; color: var(--blue-light); font-size: 0.9em; }
.hero__sub { font-size: 1.05rem; color: rgba(255,255,255,0.65); margin-bottom: 44px; line-height: 1.7; max-width: 520px; }
.hero__actions { display: flex; gap: 16px; flex-wrap: wrap; margin-bottom: 80px; }
.hero__stats { display: flex; align-items: center; gap: 0; }
.hero__stat { display: flex; flex-direction: column; padding: 0 36px; }
.hero__stat:first-child { padding-left: 0; }
.hero__stat-num { font-family: 'Space Grotesk', sans-serif; font-size: 2.2rem; font-weight: 700; color: var(--white); line-height: 1; }
.hero__stat-label { font-size: 0.74rem; letter-spacing: 0.08em; text-transform: uppercase; color: rgba(255,255,255,0.4); margin-top: 4px; }
.hero__stat-sep { width: 1px; height: 44px; background: rgba(255,255,255,0.15); }
.hero__scroll-hint {
  position: absolute; bottom: 36px; right: 36px; z-index: 1;
  display: flex; flex-direction: column; align-items: center; gap: 10px;
}
.hero__scroll-hint span { font-size: 0.65rem; letter-spacing: 0.14em; text-transform: uppercase; color: rgba(255,255,255,0.3); writing-mode: vertical-rl; }
.hero__scroll-line { width: 1px; height: 60px; background: linear-gradient(to bottom, rgba(37,99,235,0.8), transparent); animation: scrollPulse 2s ease-in-out infinite; }
@keyframes scrollPulse { 0%,100% { opacity: 0.5; } 50% { opacity: 1; } }

/* ═══ TRUST ═══ */
.trust { background: var(--cream); padding: 36px 0; border-bottom: 1px solid var(--border); }
.trust__label { text-align: center; font-size: 0.7rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--text-muted); margin-bottom: 24px; }
.trust__logos { display: flex; justify-content: center; align-items: center; flex-wrap: wrap; gap: 0; }
.trust__logo { padding: 8px 32px; font-size: 0.75rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: #bbb; border-right: 1px solid var(--border); display: flex; flex-direction: column; align-items: center; gap: 1px; }
.trust__logo:last-child { border-right: none; }
.trust__logo span { font-size: 0.6rem; font-weight: 400; }

/* ═══ FLEET ═══ */
.fleet { padding: 110px 0; background: var(--off-white); }
.fleet__filters { display: flex; justify-content: center; gap: 10px; flex-wrap: wrap; margin-bottom: 48px; }
.fleet__filter {
  font-family: 'Space Grotesk', sans-serif; font-size: 0.82rem; font-weight: 600;
  color: var(--text-muted); background: var(--white); border: 1px solid var(--border);
  padding: 9px 22px; border-radius: 100px; cursor: pointer; transition: var(--transition);
}
.fleet__filter:hover, .fleet__filter.active { background: var(--blue); color: var(--white); border-color: var(--blue); }
.fleet__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.car-card { background: var(--white); border: 1px solid var(--border); border-radius: var(--radius); overflow: hidden; transition: var(--transition); }
.car-card:hover { transform: translateY(-6px); box-shadow: 0 24px 56px rgba(0,0,0,0.12); }
.car-card__photo { position: relative; overflow: hidden; aspect-ratio: 16/10; }
.car-card__photo img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s ease; }
.car-card:hover .car-card__photo img { transform: scale(1.04); }
.car-card__badge {
  position: absolute; top: 14px; left: 14px;
  background: var(--blue); color: #fff;
  font-size: 0.68rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase;
  padding: 4px 12px; border-radius: 100px;
}
.car-card__badge--new { background: #16a34a; }
.car-card__badge--eco { background: #059669; }
.car-card__body { padding: 22px 24px 26px; }
.car-card__meta { display: flex; justify-content: space-between; align-items: center; margin-bottom: 10px; }
.car-card__category { font-size: 0.72rem; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; color: var(--text-muted); }
.car-card__price { font-size: 0.88rem; color: var(--text-muted); }
.car-card__price strong { color: var(--blue); font-size: 1.1rem; font-family: 'Space Grotesk', sans-serif; font-weight: 700; }
.car-card__name { font-family: 'Space Grotesk', sans-serif; font-size: 1.3rem; font-weight: 700; color: var(--text); margin-bottom: 14px; }
.car-card__specs { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 20px; }
.car-card__specs span { font-size: 0.76rem; color: var(--text-muted); background: var(--cream); padding: 4px 10px; border-radius: 4px; }
.fleet__cta { text-align: center; margin-top: 52px; display: flex; align-items: center; gap: 20px; justify-content: center; }
.fleet__cta p { color: var(--text-muted); font-size: 0.95rem; }
.car-card.hidden { display: none; }

/* ═══ FEATURES ═══ */
.features { padding: 110px 0; background: var(--bg); }
.features__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 28px; }
.feature-card {
  background: var(--bg-card); border: 1px solid var(--border-dark);
  border-radius: var(--radius); padding: 36px 28px;
  transition: var(--transition); cursor: default;
}
.feature-card:hover { border-color: rgba(37,99,235,0.4); background: var(--bg-surface); transform: translateY(-4px); }
.feature-card__icon { width: 52px; height: 52px; margin-bottom: 24px; }
.feature-card__icon svg { width: 100%; height: 100%; }
.feature-card h3 { font-family: 'Space Grotesk', sans-serif; font-size: 1.1rem; font-weight: 700; color: var(--white); margin-bottom: 12px; }
.feature-card p { font-size: 0.9rem; color: rgba(255,255,255,0.5); line-height: 1.65; }

/* ═══ HOW IT WORKS ═══ */
.how { padding: 110px 0; background: var(--cream); }
.how__steps { display: flex; align-items: flex-start; gap: 0; }
.how__step { flex: 1; }
.how__connector { flex: 0 0 60px; display: flex; align-items: flex-start; padding-top: 28px; }
.how__connector::before { content: ''; display: block; width: 100%; height: 2px; background: linear-gradient(to right, var(--blue), var(--blue-light)); border-radius: 2px; }
.how__step-num {
  font-family: 'Space Grotesk', sans-serif; font-size: 3.5rem; font-weight: 700;
  color: rgba(37,99,235,0.15); line-height: 1; margin-bottom: 16px; letter-spacing: -0.03em;
}
.how__step-body h3 { font-family: 'Space Grotesk', sans-serif; font-size: 1.15rem; font-weight: 700; color: var(--text); margin-bottom: 12px; }
.how__step-body p { font-size: 0.92rem; color: var(--text-muted); line-height: 1.65; }

/* ═══ PHOTO CTA ═══ */
.photo-cta { position: relative; height: 480px; display: flex; align-items: center; overflow: hidden; }
.photo-cta__bg { position: absolute; inset: 0; }
.photo-cta__bg img { width: 100%; height: 100%; object-fit: cover; object-position: center 60%; }
.photo-cta__bg::after { content: ''; position: absolute; inset: 0; background: rgba(8,8,16,0.72); }
.photo-cta__overlay { position: absolute; inset: 0; background: rgba(8,8,16,0.72); }
.photo-cta__content { position: relative; z-index: 1; text-align: center; }
.photo-cta__content h2 { font-family: 'Space Grotesk', sans-serif; font-size: clamp(2.2rem, 5vw, 4rem); font-weight: 700; color: var(--white); margin-bottom: 16px; letter-spacing: -0.02em; }
.photo-cta__content p { font-size: 1.05rem; color: rgba(255,255,255,0.65); margin-bottom: 36px; }

/* ═══ PRICING ═══ */
.pricing { padding: 110px 0; background: var(--bg); }
.pricing .section-title { color: var(--white); }
.pricing .section-desc { color: rgba(255,255,255,0.5); }
.pricing__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; align-items: start; }
.pricing-card { background: var(--bg-card); border: 1px solid var(--border-dark); border-radius: var(--radius); padding: 36px 32px; position: relative; transition: var(--transition); }
.pricing-card--featured { background: var(--blue); border-color: var(--blue); }
.pricing-card--featured::before { content: ''; position: absolute; top: -1px; left: -1px; right: -1px; height: 3px; background: #fff; border-radius: var(--radius) var(--radius) 0 0; }
.pricing-card__popular { font-size: 0.68rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--bg); background: #fff; display: inline-block; padding: 4px 14px; border-radius: 100px; margin-bottom: 20px; }
.pricing-card__tier { font-size: 0.72rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: rgba(255,255,255,0.5); display: block; margin-bottom: 12px; }
.pricing-card--featured .pricing-card__tier { color: rgba(255,255,255,0.7); }
.pricing-card__price { display: flex; align-items: baseline; gap: 4px; margin-bottom: 28px; padding-bottom: 28px; border-bottom: 1px solid var(--border-dark); }
.pricing-card--featured .pricing-card__price { border-bottom-color: rgba(255,255,255,0.2); }
.pricing-card__from { font-size: 0.8rem; color: rgba(255,255,255,0.4); }
.pricing-card__price strong { font-family: 'Space Grotesk', sans-serif; font-size: 2.8rem; font-weight: 700; color: var(--white); line-height: 1; }
.pricing-card__unit { font-size: 0.85rem; color: rgba(255,255,255,0.5); }
.pricing-card__features { list-style: none; display: flex; flex-direction: column; gap: 14px; margin-bottom: 32px; }
.pricing-card__features li { font-size: 0.9rem; color: rgba(255,255,255,0.6); padding-left: 22px; position: relative; line-height: 1.5; }
.pricing-card--featured .pricing-card__features li { color: rgba(255,255,255,0.85); }
.pricing-card__features li::before { content: '✓'; position: absolute; left: 0; color: var(--blue); font-weight: 700; }
.pricing-card--featured .pricing-card__features li::before { color: #fff; }
.pricing-card .btn--outline { border-color: var(--border-dark); color: rgba(255,255,255,0.6); }
.pricing-card .btn--outline:hover { border-color: var(--blue); color: var(--blue); background: transparent; }

/* ═══ TESTIMONIALS ═══ */
.testimonials { padding: 110px 0; background: var(--cream); }
.testimonials__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.testi-card { background: var(--white); border: 1px solid var(--border); border-radius: var(--radius); padding: 36px 32px; }
.testi-card__stars { font-size: 1.1rem; color: #f59e0b; margin-bottom: 18px; letter-spacing: 2px; }
.testi-card__text { font-size: 0.92rem; color: var(--text-muted); line-height: 1.7; margin-bottom: 24px; font-style: italic; }
.testi-card__author { display: flex; align-items: center; gap: 14px; }
.testi-card__author img { width: 48px; height: 48px; border-radius: 50%; object-fit: cover; }
.testi-card__author strong { display: block; font-size: 0.9rem; font-weight: 600; color: var(--text); }
.testi-card__author span { font-size: 0.78rem; color: var(--text-muted); }

/* ═══ BOOKING ═══ */
.booking { padding: 110px 0; background: var(--bg); }
.booking__inner { display: grid; grid-template-columns: 1fr 1.4fr; gap: 80px; align-items: start; }
.booking__text .section-tag { background: rgba(37,99,235,0.15); color: var(--blue); }
.booking__text .section-title { color: var(--white); }
.booking__text p { color: rgba(255,255,255,0.55); font-size: 0.95rem; line-height: 1.7; margin-bottom: 32px; }
.booking__bullets { display: flex; flex-direction: column; gap: 14px; }
.booking__bullet { display: flex; align-items: center; gap: 12px; font-size: 0.9rem; color: rgba(255,255,255,0.65); }
.booking__bullet-icon { width: 24px; height: 24px; background: rgba(37,99,235,0.2); color: var(--blue); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 0.75rem; font-weight: 700; flex-shrink: 0; }
.booking__form { background: var(--bg-card); border: 1px solid var(--border-dark); border-radius: var(--radius); padding: 40px; display: flex; flex-direction: column; gap: 20px; }
.form-group { display: flex; flex-direction: column; gap: 7px; }
.form-group label { font-size: 0.8rem; font-weight: 600; letter-spacing: 0.04em; text-transform: uppercase; color: rgba(255,255,255,0.5); }
.form-group input, .form-group select, .form-group textarea {
  background: var(--bg-surface); border: 1px solid var(--border-dark); border-radius: 6px;
  padding: 12px 16px; font-size: 0.92rem; color: var(--white); font-family: 'Inter', sans-serif;
  transition: var(--transition); outline: none;
}
.form-group input::placeholder, .form-group textarea::placeholder { color: rgba(255,255,255,0.2); }
.form-group input:focus, .form-group select:focus, .form-group textarea:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(37,99,235,0.15); }
.form-group select { color: rgba(255,255,255,0.6); }
.form-group select option { background: var(--bg-surface); }
.form-group textarea { resize: vertical; min-height: 88px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form__note { font-size: 0.75rem; color: rgba(255,255,255,0.2); text-align: center; }
.form__note a { color: rgba(255,255,255,0.4); }

/* ═══ FOOTER ═══ */
.footer { background: #04040a; border-top: 1px solid var(--border-dark); padding: 72px 0 32px; }
.footer__top { display: grid; grid-template-columns: 1fr 2fr; gap: 80px; margin-bottom: 56px; }
.footer__brand p { font-size: 0.88rem; color: rgba(255,255,255,0.35); line-height: 1.7; margin: 16px 0 20px; max-width: 300px; }
.footer__contact { display: flex; flex-direction: column; gap: 8px; }
.footer__contact a { font-size: 0.88rem; color: rgba(255,255,255,0.5); text-decoration: none; transition: color var(--transition); }
.footer__contact a:hover { color: var(--blue); }
.footer__links { display: grid; grid-template-columns: repeat(3, 1fr); gap: 36px; }
.footer__col h4 { font-family: 'Space Grotesk', sans-serif; font-size: 0.78rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: rgba(255,255,255,0.4); margin-bottom: 16px; }
.footer__col a { display: block; font-size: 0.88rem; color: rgba(255,255,255,0.4); text-decoration: none; margin-bottom: 10px; transition: color var(--transition); }
.footer__col a:hover { color: var(--white); }
.footer__bottom { border-top: 1px solid var(--border-dark); padding-top: 24px; display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; }
.footer__bottom p { font-size: 0.76rem; color: rgba(255,255,255,0.2); }

/* ═══ RESPONSIVE ═══ */
@media (max-width: 1024px) {
  .features__grid { grid-template-columns: repeat(2, 1fr); }
  .fleet__grid { grid-template-columns: repeat(2, 1fr); }
  .booking__inner { grid-template-columns: 1fr; gap: 52px; }
}
@media (max-width: 768px) {
  .nav__links { display: none; flex-direction: column; padding: 20px; gap: 4px; position: fixed; top: 0; left: 0; right: 0; bottom: 0; background: rgba(4,4,10,0.98); justify-content: center; align-items: center; }
  .nav__links.open { display: flex; }
  .nav__links li { width: 100%; text-align: center; }
  .nav__links a { font-size: 1.2rem; padding: 14px; display: block; }
  .nav__cta { border-radius: 6px !important; }
  .nav__toggle { display: flex; z-index: 1001; }
  .hero__title { font-size: clamp(2.6rem, 11vw, 4rem); }
  .hero__stats { flex-direction: row; flex-wrap: nowrap; }
  .hero__stat { padding: 0 16px; }
  .hero__stat:first-child { padding-left: 0; }
  .hero__stat-num { font-size: 1.6rem; }
  .hero__actions { flex-direction: column; }
  .hero__actions .btn { width: 100%; box-sizing: border-box; text-align: center; white-space: normal; }
  .hero__scroll-hint { display: none; }
  .fleet__grid { grid-template-columns: 1fr; }
  .fleet__cta { flex-direction: column; }
  .features__grid { grid-template-columns: 1fr; }
  .how__steps { flex-direction: column; }
  .how__connector { width: 2px; height: 40px; flex: 0 0 40px; padding: 0; align-self: flex-start; margin-left: 28px; }
  .how__connector::before { width: 2px; height: 100%; background: linear-gradient(to bottom, var(--blue), var(--blue-light)); }
  .pricing__grid { grid-template-columns: 1fr; }
  .testimonials__grid { grid-template-columns: 1fr; }
  .footer__top { grid-template-columns: 1fr; gap: 40px; }
  .footer__links { grid-template-columns: repeat(2, 1fr); }
  .trust__logos { flex-direction: column; gap: 0; }
  .trust__logo { border-right: none; border-bottom: 1px solid var(--border); width: 100%; justify-content: center; padding: 12px; }
  .trust__logo:last-child { border-bottom: none; }
}
@media (max-width: 480px) {
  .hero__stats { gap: 0; }
  .hero__stat { padding: 0 10px; }
  .hero__stat-num { font-size: 1.3rem; }
  .form-row { grid-template-columns: 1fr; }
  .footer__links { grid-template-columns: 1fr; }
}
