/* Global reset */
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html {
  scroll-behavior: smooth;
}
body {
  font-family: 'Inter', system-ui, sans-serif;
  color: #111;
  background: #f5f7fb;
  line-height: 1.6;
}
a {
  color: inherit;
  text-decoration: none;
}
button, input, select, textarea {
  font: inherit;
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  border-radius: 999px;
  padding: 1rem 1.8rem;
  font-weight: 600;
  border: none;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}
.btn:hover {
  transform: translateY(-3px);
}
.btn-primary {
  background: linear-gradient(135deg, #0d6efd 0%, #2f8bff 100%);
  color: #fff;
  box-shadow: 0 18px 40px rgba(13, 110, 253, 0.18);
}
.btn-primary:hover {
  background: linear-gradient(135deg, #0d5ee5 0%, #2880e5 100%);
}
.btn-secondary {
  background: rgba(255, 255, 255, 0.18);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.25);
}
.btn-large {
  padding: 1.2rem 2.4rem;
  font-size: 1.05rem;
}
.hero-section {
  min-height: 100vh;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem;
  background: radial-gradient(circle at top, rgba(32, 108, 255, 0.15), transparent 32%),
    linear-gradient(180deg, #111827 0%, #0f172a 100%);
  color: #fff;
}
.hero-overlay {
  position: absolute;
  inset: 0;
  background: url('https://images.unsplash.com/photo-1503376780353-7e6692767b70?auto=format&fit=crop&w=1650&q=80') center/cover no-repeat;
  opacity: 0.28;
  filter: brightness(0.7);
}
.hero-content {
  position: relative;
  max-width: 920px;
  text-align: center;
  z-index: 1;
}
.eyebrow {
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 0.3em;
  color: #a5b4fc;
  margin-bottom: 1rem;
  font-size: 0.9rem;
}
.hero-content h1 {
  font-size: clamp(2.8rem, 6vw, 4.8rem);
  line-height: 1.02;
  margin-bottom: 1rem;
}
.hero-content p {
  max-width: 720px;
  margin: 0 auto 2rem;
  color: #e2e8f0;
  font-size: 1.05rem;
}
.hero-actions {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 2rem;
}
.hero-stats {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 1rem;
  margin-top: 2rem;
}
.hero-stats div {
  background: rgba(255, 255, 255, 0.1);
  padding: 1.2rem 1rem;
  border-radius: 20px;
  backdrop-filter: blur(12px);
}
.hero-stats strong {
  display: block;
  font-size: 1.8rem;
  margin-bottom: 0.4rem;
}
main {
  margin-top: 0;
  position: relative;
  z-index: 0;
}

/* Quick Info Section */
.quick-info {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 1.5rem;
  padding: 2rem;
  max-width: 1180px;
  margin: -2rem auto 0;
  background: #fff;
  border-radius: 28px;
  box-shadow: 0 24px 70px rgba(15, 23, 42, 0.08);
  position: relative;
  z-index: 10;
}
.info-box {
  text-align: center;
}
.info-box h3 {
  margin-bottom: 0.5rem;
  font-size: 1.1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
}
.info-box h3 i {
  color: #0d6efd;
  font-size: 1.2rem;
}
.info-box p {
  color: #475569;
  font-weight: 600;
}

/* Why Choose Us Section */
.why-choose-us {
  padding: 4rem 2rem;
  max-width: 1180px;
  margin: 2rem auto;
}
.why-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 1.5rem;
}
.why-card {
  background: #fff;
  padding: 1.8rem;
  border-radius: 24px;
  text-align: center;
  box-shadow: 0 12px 40px rgba(15, 23, 42, 0.06);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.why-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 60px rgba(15, 23, 42, 0.12);
}
.why-card .icon {
  font-size: 2.8rem;
  margin-bottom: 1rem;
  color: #0d6efd;
}
.why-card h3 {
  margin-bottom: 0.75rem;
  color: #0f172a;
}
.why-card p {
  color: #64748b;
  font-size: 0.95rem;
}

/* Section Header */
.section-header {
  text-align: center;
  margin-bottom: 2.5rem;
}
.section-label {
  display: inline-block;
  margin-bottom: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: #0d6efd;
  font-size: 0.85rem;
  font-weight: 700;
}
.section-header h2 {
  font-size: 2.8rem;
  line-height: 1.05;
  color: #0f172a;
}

/* Fleet Section */
.fleet-section, .pricing-section, .testimonials-section, .services-section, .faq-section, .trust-section {
  padding: 4rem 2rem;
  max-width: 1180px;
  margin: 0 auto;
}
.fleet-grid {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}
.fleet-card {
  background: #fff;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 22px 60px rgba(15, 23, 42, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.fleet-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 28px 80px rgba(15, 23, 42, 0.12);
}
.fleet-image-wrapper {
  position: relative;
  overflow: hidden;
  height: 240px;
}
.fleet-image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.price-badge {
  position: absolute;
  top: 1rem;
  right: 1rem;
  background: linear-gradient(135deg, #0d6efd 0%, #2f8bff 100%);
  color: #fff;
  padding: 0.5rem 1rem;
  border-radius: 999px;
  font-weight: 700;
  font-size: 0.9rem;
  box-shadow: 0 8px 20px rgba(13, 110, 253, 0.25);
}
.fleet-copy {
  padding: 1.5rem;
}
.fleet-copy h3 {
  margin-bottom: 0.5rem;
  color: #0f172a;
}
.fleet-desc {
  color: #475569;
  margin-bottom: 1rem;
}
.fleet-specs {
  list-style: none;
  margin: 1rem 0 0 0;
}
.fleet-specs li {
  padding: 0.3rem 0;
  color: #334155;
  font-size: 0.9rem;
}

/* Pricing Section */
.pricing-grid {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  margin-bottom: 2rem;
}
.pricing-card {
  background: #fff;
  padding: 2rem;
  border-radius: 24px;
  box-shadow: 0 12px 40px rgba(15, 23, 42, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  position: relative;
}
.pricing-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 60px rgba(15, 23, 42, 0.12);
}
.pricing-card.featured {
  border: 2px solid #0d6efd;
  transform: scale(1.05);
  box-shadow: 0 24px 70px rgba(13, 110, 253, 0.15);
}
.pricing-card.featured:hover {
  transform: scale(1.05) translateY(-4px);
}
.badge {
  position: absolute;
  top: 1rem;
  right: 1rem;
  background: linear-gradient(135deg, #0d6efd 0%, #2f8bff 100%);
  color: #fff;
  padding: 0.4rem 1rem;
  border-radius: 999px;
  font-weight: 700;
  font-size: 0.8rem;
}
.pricing-card h3 {
  margin-bottom: 0.5rem;
  color: #0f172a;
}
.plan-description {
  color: #64748b;
  margin-bottom: 1rem;
  font-size: 0.9rem;
}
.plan-features {
  list-style: none;
  margin: 1.5rem 0;
}
.plan-features li {
  padding: 0.6rem 0;
  color: #334155;
  border-bottom: 1px solid #f1f5f9;
}
.plan-features li:last-child {
  border-bottom: none;
}

/* Testimonials Section */
.testimonials-grid {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}
.testimonial-card {
  background: #fff;
  padding: 2rem;
  border-radius: 24px;
  box-shadow: 0 12px 40px rgba(15, 23, 42, 0.06);
  transition: transform 0.3s ease;
}
.testimonial-card:hover {
  transform: translateY(-4px);
}
.testimonial-card .stars {
  color: #fbbf24;
  font-size: 1.2rem;
  margin-bottom: 1rem;
  letter-spacing: 0.3rem;
}
.testimonial-card p {
  color: #334155;
  margin-bottom: 1.5rem;
  font-style: italic;
  line-height: 1.8;
}
.customer-info strong {
  display: block;
  color: #0f172a;
  margin-bottom: 0.25rem;
}
.customer-info span {
  font-size: 0.85rem;
  color: #64748b;
}

/* Services Section */
.services-grid {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}
.service-item {
  background: linear-gradient(135deg, #f0f9ff 0%, #f8fafc 100%);
  border: 1px solid #e0e7ff;
  padding: 1.8rem;
  border-radius: 20px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.service-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 40px rgba(15, 23, 42, 0.1);
  background: linear-gradient(135deg, #dbeafe 0%, #f0f9ff 100%);
}
.service-item h4 {
  margin-bottom: 0.5rem;
  color: #0f172a;
  display: flex;
  align-items: center;
  gap: 0.8rem;
}
.service-item h4 i {
  color: #0d6efd;
  font-size: 1.3rem;
}
.service-item p {
  color: #475569;
  font-size: 0.9rem;
  margin-bottom: 1rem;
}
.service-item .price {
  color: #0d6efd;
  font-weight: 700;
  font-size: 1rem;
}

/* Booking Form */
.booking-section {
  padding: 4rem 2rem;
  max-width: 1180px;
  margin: 0 auto;
}
.booking-panel {
  background: #fff;
  border-radius: 32px;
  box-shadow: 0 28px 90px rgba(15, 23, 42, 0.12);
  padding: 3rem;
}
.booking-panel .section-header {
  margin-bottom: 1.5rem;
}
.booking-panel > p {
  color: #64748b;
  margin-bottom: 1.5rem;
}
.booking-form {
  display: grid;
  gap: 1.5rem;
}
.form-fieldset {
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  padding: 1.5rem;
  background: #f8fafc;
}
.form-fieldset legend {
  padding: 0 0.8rem;
  font-weight: 700;
  color: #0f172a;
  margin-left: -0.8rem;
}
.form-row {
  display: grid;
  gap: 0.85rem;
}
.form-row label {
  font-weight: 600;
  color: #0f172a;
}
.form-row input,
.form-row select,
.form-row textarea {
  width: 100%;
  border: 1px solid #d1d5db;
  border-radius: 18px;
  padding: 0.95rem 1rem;
  background: #fff;
  transition: border-color 0.25s ease, box-shadow 0.25s ease;
}
.form-row input:focus,
.form-row select:focus,
.form-row textarea:focus {
  outline: none;
  border-color: #0d6efd;
  box-shadow: 0 0 0 4px rgba(13, 110, 253, 0.1);
}
.split-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}
.checkbox-group {
  display: grid;
  gap: 0.8rem;
}
.checkbox-label {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  cursor: pointer;
  color: #334155;
  font-weight: 500;
}
.checkbox-label input {
  width: auto;
  cursor: pointer;
}
.btn-hover-effect {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.btn-hover-effect::after {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 50% 50%, rgba(255,255,255,0.18), transparent 45%);
  opacity: 0;
  transition: opacity 0.35s ease;
}
.btn-hover-effect:hover::after {
  opacity: 1;
}
.form-message {
  min-height: 1.4rem;
  color: #0f5132;
  font-weight: 600;
  padding: 0.8rem;
  background: #d1e7dd;
  border-radius: 12px;
}

/* FAQ Section */
.faq-container {
  display: grid;
  gap: 1rem;
}
.faq-item {
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  overflow: hidden;
  background: #fff;
}
.faq-question {
  width: 100%;
  padding: 1.5rem;
  background: #f8fafc;
  border: none;
  text-align: left;
  cursor: pointer;
  font-weight: 600;
  color: #0f172a;
  transition: background 0.3s ease;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.faq-question:hover {
  background: #f1f5f9;
}
.faq-question::after {
  content: '▼';
  font-size: 0.8rem;
  color: #0d6efd;
  transition: transform 0.3s ease;
}
.faq-question.active::after {
  transform: rotate(180deg);
}
.faq-answer {
  display: none;
  padding: 1.5rem;
  background: #fff;
  color: #475569;
}
.faq-answer.active {
  display: block;
}

/* Trust Section */
.trust-badges {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 2rem;
}
.trust-section .badge {
  position: static;
  background: linear-gradient(135deg, #f0f9ff 0%, #f8fafc 100%);
  border: 2px solid #0d6efd;
  color: #0d6efd;
  padding: 2rem 1.5rem;
  text-align: center;
  border-radius: 20px;
  box-shadow: 0 8px 24px rgba(13, 110, 253, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.trust-section .badge:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 40px rgba(13, 110, 253, 0.15);
}
.badge-icon {
  font-size: 2.2rem;
  margin-bottom: 0.8rem;
  color: #0d6efd;
}
.trust-section .badge h4 {
  font-size: 1.6rem;
  margin-bottom: 0.3rem;
  color: #0f172a;
}
.trust-section .badge p {
  color: #64748b;
  font-size: 0.9rem;
}

/* Floating WhatsApp */
.floating-whatsapp {
  position: fixed;
  right: 1.3rem;
  bottom: 1.3rem;
  z-index: 50;
  background: #25d366;
  color: #fff;
  padding: 0.95rem 1.3rem;
  border-radius: 999px;
  font-weight: 700;
  box-shadow: 0 20px 40px rgba(37, 211, 102, 0.25);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.floating-whatsapp:hover {
  transform: translateY(-4px);
  box-shadow: 0 26px 50px rgba(37, 211, 102, 0.3);
}

/* Footer */
.site-footer {
  background: #020617;
  color: #cbd5e1;
  padding: 3rem 2rem 1.5rem;
  margin-top: 3rem;
}
.footer-content {
  max-width: 1180px;
  margin: 0 auto 1.5rem;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 2rem;
}
.footer-content h4 {
  color: #f1f5f9;
  margin-bottom: 1rem;
}
.footer-content ul {
  list-style: none;
}
.footer-content ul li {
  padding: 0.4rem 0;
}
.footer-content a {
  color: #7dd3fc;
  transition: color 0.2s ease;
}
.footer-content a:hover {
  color: #fff;
}
.footer-credit {
  text-align: center;
  max-width: 1180px;
  margin: 0 auto;
  padding-top: 1.5rem;
  border-top: 1px solid #475569;
  color: #94a3b8;
}
.footer-credit p {
  margin-bottom: 0.5rem;
}

/* Responsive */
@media (max-width: 900px) {
  .hero-stats {
    grid-template-columns: repeat(2, minmax(100px, 1fr));
  }
  .pricing-card.featured {
    transform: scale(1);
  }
  .pricing-card.featured:hover {
    transform: translateY(-4px);
  }
  .split-row {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 640px) {
  .hero-content h1 {
    font-size: 2.2rem;
  }
  .hero-actions {
    flex-direction: column;
  }
  .quick-info {
    grid-template-columns: 1fr;
    margin: -1rem 1rem 0;
    padding: 1.5rem;
  }
  .section-header h2 {
    font-size: 2rem;
  }
  .booking-panel {
    padding: 1.5rem;
  }
  .btn-large {
    padding: 1rem 1.5rem;
  }
}

