#preloader,
.hamburger {
  flex-direction: column;
}
.preloader-road,
.preloader-track {
  position: relative;
  overflow: hidden;
}
.app-dl-store,
.footer-col-title,
.form-label,
.preloader-text,
.pricing-badge,
.pricing-type,
.ride-location-label {
  text-transform: uppercase;
}
#preloader,
.about-city-bg,
.about-image-visual,
.about-roads,
.app-section::before,
.cta-section::before,
.hero-bg,
.hero-grid,
.map-dot-grid,
.phone-map-dots {
  inset: 0;
  inset: 0;
}
.about-image-frame,
.app-phone-screen,
.app-section,
.blog-card,
.blog-image,
.cta-section,
.driver-phone-screen,
.faq-answer,
.faq-item,
.hero,
.phone-map-block,
.preloader-road,
.preloader-track,
.related-card,
.service-card,
.stats-section {
  overflow: hidden;
}
:root {
  --primary: #2563eb;
  --primary-dark: #1d4ed8;
  --primary-light: #3b82f6;
  --secondary: #0f172a;
  --accent: #22c55e;
  --accent-dark: #16a34a;
  --warning: #f59e0b;
  --light: #f8fafc;
  --dark: #020617;
  --gray-50: #f8fafc;
  --gray-100: #f1f5f9;
  --gray-200: #e2e8f0;
  --gray-300: #cbd5e1;
  --gray-400: #94a3b8;
  --gray-500: #64748b;
  --gray-600: #475569;
  --gray-700: #334155;
  --gray-800: #1e293b;
  --gray-900: #0f172a;
  --bg: #ffffff;
  --bg-secondary: #f8fafc;
  --text: #0f172a;
  --text-muted: #64748b;
  --border: #e2e8f0;
  --card-bg: #ffffff;
  --nav-bg: rgba(255, 255, 255, 0.92);
}
[data-theme="dark"] {
  --bg: #020617;
  --bg-secondary: #0f172a;
  --text: #f8fafc;
  --text-muted: #94a3b8;
  --border: #1e293b;
  --card-bg: #0f172a;
  --nav-bg: rgba(2, 6, 23, 0.92);
}
*,
::after,
::before {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
.container,
.navbar-inner {
  max-width: 1280px;
  margin: 0 auto;
}
html {
  scroll-behavior: smooth;
}
body {
  font-family: Inter, sans-serif;
  background-color: var(--bg);
  color: var(--text);
  transition: background-color 0.3s, color 0.3s;
}
.navbar-links a,
.navbar-logo,
.preloader-logo,
.preloader-text,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Outfit, sans-serif;
}
img {
  max-width: 100%;
  height: auto;
}
a {
  text-decoration: none;
  color: inherit;
}
#preloader {
  position: fixed;
  background: var(--secondary);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  transition: opacity 0.6s, visibility 0.6s;
}
#preloader.hidden {
  opacity: 0;
  visibility: hidden;
}
.preloader-track {
  width: 280px;
  height: 4px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 2px;
}
.preloader-bar {
  height: 100%;
  width: 0%;
  background: linear-gradient(90deg, var(--primary), var(--accent));
  border-radius: 2px;
  animation: 2s forwards loadBar;
}
.preloader-road {
  width: 320px;
  height: 60px;
}
.preloader-road-line {
  position: absolute;
  bottom: 8px;
  width: 100%;
  height: 3px;
  background: rgba(255, 255, 255, 0.15);
}
.preloader-dashes {
  position: absolute;
  bottom: 14px;
  display: flex;
  gap: 12px;
  animation: 0.5s linear infinite roadDash;
}
body,
html {
  overflow-x: hidden;
}
.preloader-dash {
  width: 28px;
  height: 3px;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 2px;
}
.preloader-vehicle {
  position: absolute;
  bottom: 16px;
  left: 30px;
  animation: 0.3s ease-in-out infinite alternate vehicleFloat;
}
.mobile-menu,
.navbar {
  position: fixed;
  left: 0;
  right: 0;
}
.preloader-vehicle svg {
  width: 52px;
  height: 32px;
}
.preloader-logo {
  font-size: 28px;
  font-weight: 800;
  color: #fff;
  letter-spacing: -0.5px;
}
.footer-logo span,
.navbar-logo span,
.preloader-logo span,
.stat-value .stat-accent {
  color: var(--accent);
}
.preloader-text {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.5);
  letter-spacing: 3px;
}
.navbar {
  top: 0;
  z-index: 1000;
  padding: 0;
  transition: 0.3s;
}
.navbar.scrolled,
.othernav {
  background: var(--nav-bg);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  box-shadow: 0 1px 0 var(--border), 0 8px 32px rgba(0, 0, 0, 0.08);
}
.navbar-inner {
  padding: 0 24px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}
.navbar-logo {
  font-size: 26px;
  font-weight: 800;
  color: #fff;
  letter-spacing: -0.5px;
  flex-shrink: 0;
  transition: color 0.3s;
}
.navbar-actions,
.navbar-links {
  display: flex;
  align-items: center;
}
.author-name,
.blog-title,
.navbar.othernav .navbar-logo,
.navbar.scrolled .navbar-logo,
.policy-content strong,
.terms-content strong {
  color: var(--text);
}
.navbar-links {
  gap: 4px;
  list-style: none;
}
.navbar-links a {
  font-size: 14px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.85);
  padding: 8px 14px;
  border-radius: 8px;
  transition: 0.2s;
  white-space: nowrap;
}
.navbar.scrolled .navbar-links a {
  color: var(--text-muted);
}
.navbar-links a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
}
.navbar.scrolled .navbar-links a:hover {
  color: var(--primary);
  background: rgba(37, 99, 235, 0.08);
}
.navbar-actions {
  gap: 12px;
  flex-shrink: 0;
}
.btn-outline,
.btn-primary {
  font-family: Outfit, sans-serif;
  font-size: 14px;
  font-weight: 600;
  padding: 10px 22px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  white-space: nowrap;
}
.btn-primary {
  background: var(--primary);
  color: #fff;
  border-radius: 10px;
  border: none;
  cursor: pointer;
  transition: 0.2s;
}
.btn-outline,
.theme-toggle {
  border-radius: 10px;
  background: 0 0;
  transition: 0.2s;
  color: #fff;
  cursor: pointer;
}
.btn-find-ride:hover,
.btn-primary:hover {
  background: var(--primary-dark);
  transform: translateY(-1px);
  box-shadow: 0 8px 24px rgba(37, 99, 235, 0.35);
}
.btn-outline:hover,
.theme-toggle:hover {
  background: rgba(255, 255, 255, 0.1);
}
.btn-outline {
  border: 1.5px solid rgba(255, 255, 255, 0.4);
}
.btn-outline:hover {
  border-color: rgba(255, 255, 255, 0.7);
}
.navbar.othernav .hamburger,
.navbar.scrolled .btn-outline,
.navbar.scrolled .hamburger,
.navbar.scrolled .theme-toggle {
  color: var(--text);
  border-color: var(--border);
}
.navbar.scrolled .btn-outline:hover {
  background: var(--bg-secondary);
  border-color: var(--primary);
  color: var(--primary);
}
.theme-toggle {
  width: 38px;
  height: 38px;
  border: 1.5px solid rgba(255, 255, 255, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.blog-hero,
.contact-section,
.driver-section,
.mobile-menu a:hover,
.navbar.othernav .theme-toggle:hover,
.navbar.scrolled .theme-toggle:hover,
.pricing-hero,
.services-section,
.testimonials-section {
  background: var(--bg-secondary);
}
.hamburger {
  display: none;
  width: 38px;
  height: 38px;
  border-radius: 10px;
  border: 1.5px solid rgba(255, 255, 255, 0.3);
  background: 0 0;
  color: #fff;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  gap: 5px;
  flex-shrink: 0;
}
.mobile-menu a,
.section-title {
  color: var(--text);
  font-family: Outfit, sans-serif;
}
.hamburger span {
  width: 18px;
  height: 2px;
  background: currentColor;
  border-radius: 1px;
  transition: 0.3s;
}
.hamburger.open span:first-child {
  transform: translateY(7px) rotate(45deg);
}
.hamburger.open span:nth-child(2) {
  opacity: 0;
}
.hamburger.open span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}
.mobile-menu {
  top: 72px;
  background: var(--nav-bg);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-top: 1px solid var(--border);
  padding: 16px 24px 24px;
  display: none;
  flex-direction: column;
  gap: 4px;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.12);
  z-index: 999;
}
.hero,
.mobile-menu.open {
  display: flex;
}
.mobile-menu a {
  font-size: 15px;
  font-weight: 500;
  padding: 12px 16px;
  border-radius: 10px;
  transition: 0.2s;
}
.footer-bottom-links a,
.footer-links a {
  transition: color 0.2s;
}
.mobile-menu a:hover {
  color: var(--primary);
}
.mobile-menu .btn-primary {
  margin-top: 8px;
  justify-content: center;
}
.section-padding {
  padding: 46px 0;
}
.section-padding-sm {
  padding: 72px 0;
}
.container {
  padding: 0 24px;
}
.section-title {
  font-size: clamp(28px, 4vw, 46px);
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -1px;
}
.section-subtitle {
  font-size: 17px;
  color: var(--text-muted);
  line-height: 1.7;
  max-width: 580px;
  margin-top: 16px;
}
.hero {
  position: relative;
  min-height: 100vh;
  align-items: center;
}
.hero-bg,
.hero-glow-1,
.hero-glow-2,
.hero-grid {
  position: absolute;
}
.hero-bg {
  background: linear-gradient(
    135deg,
    #0a1628 0,
    #0f172a 40%,
    #0d2040 70%,
    #0a1628 100%
  );
}
.hero-grid {
  background-image: linear-gradient(
      rgba(37, 99, 235, 0.06) 1px,
      transparent 1px
    ),
    linear-gradient(90deg, rgba(37, 99, 235, 0.06) 1px, transparent 1px);
  background-size: 60px 60px;
}
.hero-glow-1 {
  top: -200px;
  right: -200px;
  width: 700px;
  height: 700px;
  background: radial-gradient(
    circle,
    rgba(37, 99, 235, 0.18) 0,
    transparent 70%
  );
  border-radius: 50%;
}
.hero-glow-2 {
  bottom: -100px;
  left: -100px;
  width: 500px;
  height: 500px;
  background: radial-gradient(
    circle,
    rgba(34, 197, 94, 0.12) 0,
    transparent 70%
  );
  border-radius: 50%;
}
.hero-content {
  position: relative;
  z-index: 2;
  max-width: 1280px;
  margin: 0 auto;
  padding: 120px 24px 80px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}
.hero-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 28px;
}
.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.8);
  font-family: Outfit, sans-serif;
  font-size: 12px;
  font-weight: 500;
  padding: 6px 14px;
  border-radius: 100px;
  backdrop-filter: blur(10px);
}
.hero-badge .dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--accent);
  flex-shrink: 0;
}
.hero-title {
  font-family: Outfit, sans-serif;
  font-size: clamp(36px, 5vw, 64px);
  font-weight: 900;
  line-height: 1.08;
  color: #fff;
  letter-spacing: -2px;
  margin-bottom: 20px;
}
.hero-title .highlight {
  background: linear-gradient(135deg, var(--primary-light), var(--accent));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.hero-subtitle {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.7;
  margin-bottom: 36px;
  max-width: 480px;
}
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
}
.btn-hero-outline,
.btn-hero-primary {
  font-size: 16px;
  padding: 14px 32px;
  transition: 0.25s;
  display: inline-flex;
  gap: 8px;
  font-family: Outfit, sans-serif;
  color: #fff;
  cursor: pointer;
}
.btn-hero-primary {
  font-weight: 700;
  background: var(--primary);
  border-radius: 12px;
  border: none;
  align-items: center;
}
.btn-hero-primary:hover {
  background: var(--primary-dark);
  transform: translateY(-2px);
  box-shadow: 0 16px 40px rgba(37, 99, 235, 0.45);
}
.btn-hero-outline {
  font-weight: 600;
  background: 0 0;
  border-radius: 12px;
  border: 2px solid rgba(255, 255, 255, 0.25);
  align-items: center;
}
.btn-hero-outline:hover {
  border-color: rgba(255, 255, 255, 0.6);
  background: rgba(255, 255, 255, 0.06);
}
.hero-stats {
  display: flex;
  gap: 32px;
  margin-top: 48px;
  padding-top: 32px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
.hero-stat-value {
  font-family: Outfit, sans-serif;
  font-size: 26px;
  font-weight: 800;
  color: #fff;
  line-height: 1;
}
.ride-location-label,
.ride-location-text {
  font-weight: 600;
  font-family: Outfit, sans-serif;
}
.hero-stat-label {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.5);
  margin-top: 4px;
  font-family: Outfit, sans-serif;
}
.hero-visual {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero-card-main {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 24px;
  padding: 28px;
  backdrop-filter: blur(20px);
  width: 100%;
  max-width: 380px;
  position: relative;
}
.map-route-line::after,
.map-route-line::before {
  top: -4px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  content: "";
}
.hero-map-placeholder {
  width: 100%;
  height: 220px;
  background: linear-gradient(
    135deg,
    rgba(37, 99, 235, 0.15),
    rgba(34, 197, 94, 0.1)
  );
  border-radius: 16px;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.map-dot-grid {
  position: absolute;
  background-image: radial-gradient(
    circle,
    rgba(37, 99, 235, 0.2) 1px,
    transparent 1px
  );
  background-size: 24px 24px;
}
.map-route-line {
  position: absolute;
  width: 70%;
  height: 2px;
  background: linear-gradient(90deg, var(--accent), var(--primary));
  border-radius: 2px;
  top: 50%;
  left: 15%;
  transform: rotate(-15deg);
}
.map-route-line::before {
  position: absolute;
  left: -4px;
  background: var(--accent);
  box-shadow: 0 0 12px var(--accent);
}
.map-route-line::after {
  position: absolute;
  right: -4px;
  background: var(--primary);
  box-shadow: 0 0 12px var(--primary);
}
.map-vehicle {
  position: absolute;
  animation: 3s ease-in-out infinite vehicleMove;
}
.hero-ride-info {
  display: flex;
  gap: 12px;
  margin-bottom: 16px;
}
.ride-location-item {
  flex: 1;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  padding: 12px;
}
.ride-location-label {
  font-size: 10px;
  color: rgba(255, 255, 255, 0.4);
  letter-spacing: 1.5px;
  margin-bottom: 4px;
}
.ride-location-text {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.9);
}
.hero-fare-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.hero-fare-amount {
  font-family: Outfit, sans-serif;
  font-size: 22px;
  font-weight: 800;
  color: var(--accent);
}
.hero-fare-label {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.5);
  margin-top: 2px;
}
.hero-book-btn {
  background: var(--primary);
  color: #fff;
  font-family: Outfit, sans-serif;
  font-size: 13px;
  font-weight: 700;
  padding: 10px 20px;
  border-radius: 10px;
  border: none;
  cursor: pointer;
  transition: 0.2s;
}
.hero-book-btn:hover {
  background: var(--primary-dark);
}
.hero-float-badge {
  position: absolute;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(12px);
  border-radius: 12px;
  padding: 10px 14px;
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: Outfit, sans-serif;
  font-size: 12px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.9);
  white-space: nowrap;
}
.about-image-wrapper,
.booking-section,
.driver-visual {
  position: relative;
}
.booking-title,
.hero-float-icon {
  align-items: center;
  display: flex;
}
.about-stat-badge.top-right,
.hero-float-1 {
  top: -20px;
  right: -20px;
}
.about-stat-badge.bottom-left,
.hero-float-2 {
  bottom: -20px;
  left: -20px;
}
.hero-float-icon {
  width: 28px;
  height: 28px;
  border-radius: 8px;
  justify-content: center;
  flex-shrink: 0;
}
.hero-float-icon.green {
  background: rgba(34, 197, 94, 0.2);
  color: var(--accent);
}
.hero-float-icon.blue {
  background: rgba(37, 99, 235, 0.2);
  color: var(--primary-light);
}
.booking-section {
  background: var(--bg);
  padding: 0;
  z-index: 3;
  margin-top: -60px;
}
.booking-card {
  background: var(--card-bg);
  border-radius: 24px;
  padding: 36px;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.12);
  border: 1px solid var(--border);
}
.booking-title {
  font-family: Outfit, sans-serif;
  font-size: 22px;
  font-weight: 700;
  color: var(--text);
  margin-bottom: 24px;
  gap: 10px;
}
.booking-title-icon {
  width: 36px;
  height: 36px;
  background: rgba(37, 99, 235, 0.1);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--primary);
  flex-shrink: 0;
}
.booking-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr) auto;
  gap: 14px;
  align-items: end;
}
.form-group {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.form-label {
  font-family: Outfit, sans-serif;
  font-size: 12px;
  font-weight: 600;
  color: var(--text-muted);
  letter-spacing: 1px;
}
.form-input,
.form-select {
  width: 100%;
  padding: 12px 16px;
  border: 1.5px solid var(--border);
  border-radius: 12px;
  background: var(--bg-secondary);
  color: var(--text);
  font-family: Inter, sans-serif;
  font-size: 14px;
  outline: 0;
  transition: border-color 0.2s, box-shadow 0.2s;
  appearance: none;
  -webkit-appearance: none;
}
.about-feature-title,
.about-stat-num,
.about-stat-text,
.btn-find-ride,
.service-link,
.step-number {
  font-family: Outfit, sans-serif;
}
.form-input:focus,
.form-select:focus {
  border-color: var(--primary);
  box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.12);
  background: var(--bg);
}
.btn-find-ride {
  font-size: 15px;
  font-weight: 700;
  background: var(--primary);
  color: #fff;
  padding: 13px 28px;
  border-radius: 12px;
  border: none;
  cursor: pointer;
  transition: 0.25s;
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  height: 47px;
}
.about-grid,
.driver-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}
.about-image-frame {
  width: 100%;
  aspect-ratio: 4/3;
  background: linear-gradient(135deg, var(--gray-100) 0, var(--gray-200) 100%);
  border-radius: 24px;
  position: relative;
}
[data-theme="dark"] .about-image-frame {
  background: linear-gradient(135deg, #1e293b, #0f172a);
}
.about-image-visual {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
}
.about-city-bg {
  position: absolute;
  background: linear-gradient(160deg, #0a1628 0, #1a3a6c 50%, #0f172a 100%);
}
.about-roads {
  position: absolute;
  background-image: linear-gradient(
      rgba(37, 99, 235, 0.08) 1px,
      transparent 1px
    ),
    linear-gradient(90deg, rgba(37, 99, 235, 0.08) 1px, transparent 1px);
  background-size: 40px 40px;
}
.about-vehicle-group {
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  gap: 24px;
}
.about-stat-badge {
  position: absolute;
  background: var(--card-bg);
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 16px 20px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
}
.about-stat-num {
  font-size: 24px;
  font-weight: 800;
  color: var(--primary);
  line-height: 1;
}
.about-stat-text {
  font-size: 12px;
  color: var(--text-muted);
  margin-top: 2px;
}
.about-features {
  margin-top: 32px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.about-feature,
.app-feature {
  display: flex;
  gap: 14px;
  align-items: flex-start;
}
.about-feature-icon {
  width: 44px;
  height: 44px;
  background: rgba(37, 99, 235, 0.1);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--primary);
  flex-shrink: 0;
}
.about-feature-title {
  font-size: 15px;
  font-weight: 700;
  color: var(--text);
  margin-bottom: 4px;
}
.about-feature-desc,
.safety-desc,
.step-desc {
  font-size: 13px;
  color: var(--text-muted);
  line-height: 1.6;
}
.safety-grid,
.services-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-top: 56px;
}
.service-card {
  background: var(--card-bg);
  border-radius: 20px;
  padding: 32px 24px;
  border: 1px solid var(--border);
  transition: 0.3s;
  cursor: pointer;
  position: relative;
}
.service-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--primary), var(--accent));
  transform: scaleX(0);
  transition: transform 0.3s;
}
.service-card:hover::before {
  transform: scaleX(1);
}
.service-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.12);
  border-color: transparent;
}
.service-icon {
  width: 56px;
  height: 56px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  transition: transform 0.3s;
}
.benefit-card:hover .benefit-icon,
.service-card:hover .service-icon,
.value-card:hover .value-icon {
  transform: scale(1.1) rotate(-5deg);
}
.benefit-card-icon.blue,
.benefit-icon.blue,
.contact-icon.blue,
.safety-icon.blue,
.service-icon.blue,
.value-icon.blue {
  background: rgba(37, 99, 235, 0.1);
  color: var(--primary);
}
.benefit-card-icon.green,
.benefit-icon.green,
.contact-icon.green,
.safety-icon.green,
.service-icon.green,
.value-icon.green {
  background: rgba(34, 197, 94, 0.1);
  color: var(--accent);
}
.benefit-icon.orange,
.contact-icon.orange,
.safety-icon.orange,
.service-icon.orange {
  background: rgba(245, 158, 11, 0.1);
  color: var(--warning);
}
.benefit-card-icon.purple,
.service-icon.purple {
  background: rgba(139, 92, 246, 0.1);
  color: #8b5cf6;
}
.benefit-title,
.service-name,
.value-title {
  font-family: Outfit, sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: var(--text);
  margin-bottom: 8px;
}
.benefit-desc,
.blog-excerpt,
.service-desc,
.value-desc {
  font-size: 14px;
  color: var(--text-muted);
  line-height: 1.6;
}
.service-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  font-weight: 600;
  color: var(--primary);
  margin-top: 20px;
  transition: gap 0.2s;
}
.stats-grid,
.steps-grid {
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  position: relative;
}
.blog-card:hover .blog-link,
.service-card:hover .service-link {
  gap: 10px;
}
.steps-grid {
  display: grid;
  margin-top: 56px;
}
.step-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 0 16px;
  position: relative;
  z-index: 1;
}
.step-number {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: var(--primary);
  color: #fff;
  font-size: 20px;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
  box-shadow: 0 0 0 8px rgba(37, 99, 235, 0.12);
  flex-shrink: 0;
}
.pricing-type,
.safety-title,
.step-title {
  margin-bottom: 8px;
  font-family: Outfit, sans-serif;
}
.step-number.accent {
  background: var(--accent);
  box-shadow: 0 0 0 8px rgba(34, 197, 94, 0.12);
}
.safety-title,
.step-title {
  font-size: 16px;
  font-weight: 700;
  color: var(--text);
}
.stats-section {
  background: linear-gradient(135deg, var(--secondary), #1a2744);
  position: relative;
}
.stats-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(
      rgba(37, 99, 235, 0.06) 1px,
      transparent 1px
    ),
    linear-gradient(90deg, rgba(37, 99, 235, 0.06) 1px, transparent 1px);
  background-size: 50px 50px;
}
.stats-grid {
  display: grid;
  z-index: 1;
}
.stat-item {
  padding: 48px 32px;
  text-align: center;
  border-right: 1px solid rgba(255, 255, 255, 0.07);
}
.stat-item:last-child {
  border-right: none;
}
.contact-info-card:hover,
.driver-benefit:hover,
.faq-item.open,
.pricing-card.featured {
  border-color: var(--primary);
}
.stat-value {
  font-family: Outfit, sans-serif;
  font-size: clamp(36px, 4vw, 52px);
  font-weight: 900;
  color: #fff;
  line-height: 1;
  letter-spacing: -1px;
}
.stat-value .stat-blue {
  color: var(--primary-light);
}
.stat-label {
  font-family: Outfit, sans-serif;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
  margin-top: 8px;
}
.benefits-grid,
.pricing-grid,
.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 56px;
}
.app-grid,
.driver-benefits {
  grid-template-columns: 1fr 1fr;
}
.pricing-card {
  background: var(--card-bg);
  border: 1.5px solid var(--border);
  border-radius: 24px;
  padding: 36px;
  transition: 0.3s;
  position: relative;
}
.pricing-card.featured {
  background: var(--primary);
}
.pricing-card:not(.featured):hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
}
.pricing-badge {
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--accent);
  color: #fff;
  font-family: Outfit, sans-serif;
  font-size: 11px;
  font-weight: 700;
  padding: 4px 16px;
  border-radius: 100px;
  letter-spacing: 1px;
}
.pricing-type {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 2px;
  color: var(--text-muted);
}
.footer-bottom-links a:hover,
.pricing-card.featured .pricing-type {
  color: rgba(255, 255, 255, 0.7);
}
.pricing-vehicle {
  font-family: Outfit, sans-serif;
  font-size: 24px;
  font-weight: 800;
  color: var(--text);
  margin-bottom: 4px;
}
.pricing-card.featured .pricing-amount,
.pricing-card.featured .pricing-vehicle {
  color: #fff;
}
.pricing-rate {
  display: flex;
  align-items: baseline;
  gap: 4px;
  margin: 20px 0;
}
.pricing-currency {
  font-family: Outfit, sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: var(--primary);
}
.pricing-card.featured .pricing-currency,
.pricing-card.featured .pricing-feature {
  color: rgba(255, 255, 255, 0.8);
}
.pricing-amount {
  font-family: Outfit, sans-serif;
  font-size: 42px;
  font-weight: 900;
  color: var(--text);
  letter-spacing: -2px;
  line-height: 1;
}
.contact-info-text,
.pricing-per {
  font-size: 13px;
  color: var(--text-muted);
}
.pricing-card.featured .pricing-per {
  color: rgba(255, 255, 255, 0.6);
}
.pricing-features {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 28px;
}
.pricing-check,
.pricing-feature {
  display: flex;
  align-items: center;
}
.pricing-feature {
  gap: 10px;
  font-size: 14px;
  color: var(--text-muted);
}
.pricing-check {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: rgba(34, 197, 94, 0.15);
  color: var(--accent);
  justify-content: center;
  flex-shrink: 0;
}
.pricing-card.featured .pricing-check {
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
}
.btn-pricing {
  width: 100%;
  padding: 13px;
  border-radius: 12px;
  border: 2px solid var(--primary);
  background: 0 0;
  color: var(--primary);
  font-family: Outfit, sans-serif;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
  transition: 0.2s;
}
.btn-pricing:hover,
.footer-social-btn:hover {
  background: var(--primary);
  color: #fff;
}
.pricing-card.featured .btn-pricing {
  background: #fff;
  color: var(--primary);
  border-color: #fff;
}
.pricing-card.featured .btn-pricing:hover {
  background: rgba(255, 255, 255, 0.9);
}
.driver-benefits {
  display: grid;
  gap: 16px;
  margin-top: 32px;
}
.driver-benefit {
  background: var(--card-bg);
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 20px;
  transition: 0.2s;
}
.driver-phone-mockup,
footer {
  background: var(--secondary);
}
.driver-benefit:hover {
  box-shadow: 0 4px 20px rgba(37, 99, 235, 0.08);
}
.driver-benefit-icon {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
}
.benefit-card-title,
.driver-benefit-title {
  font-family: Outfit, sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: var(--text);
  margin-bottom: 4px;
}
.benefit-card-desc,
.driver-benefit-desc {
  font-size: 12px;
  color: var(--text-muted);
  line-height: 1.5;
}
.driver-phone-mockup {
  width: 100%;
  margin: 0 auto;
  border-radius: 40px;
  padding: 16px;
  box-shadow: 0 40px 100px rgba(0, 0, 0, 0.3);
  border: 6px solid #1a2744;
  position: relative;
}
.driver-phone-screen {
  background: #0a1628;
  border-radius: 28px;
  padding: 20px;
}
.driver-app-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}
.driver-app-title {
  font-family: Outfit, sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
}
.driver-earnings-amount,
.driver-online-badge {
  font-family: Outfit, sans-serif;
  color: var(--accent);
}
.driver-online-badge {
  background: rgba(34, 197, 94, 0.2);
  font-size: 10px;
  font-weight: 700;
  padding: 3px 10px;
  border-radius: 100px;
}
.driver-earnings-card {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 16px;
  padding: 16px;
  text-align: center;
  margin-bottom: 12px;
}
.driver-earnings-amount {
  font-size: 28px;
  font-weight: 900;
}
.driver-earnings-label,
.driver-trip-text {
  font-size: 11px;
  font-family: Outfit, sans-serif;
}
.driver-earnings-label {
  color: rgba(255, 255, 255, 0.5);
  margin-top: 4px;
}
.driver-trip-item {
  display: flex;
  align-items: center;
  gap: 10px;
  background: rgba(255, 255, 255, 0.04);
  border-radius: 10px;
  padding: 10px;
  margin-bottom: 8px;
}
.driver-trip-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--accent);
  flex-shrink: 0;
}
.driver-trip-text {
  color: rgba(255, 255, 255, 0.7);
  flex: 1;
}
.driver-trip-amount {
  font-family: Outfit, sans-serif;
  font-size: 12px;
  font-weight: 700;
  color: var(--accent);
}
.driver-float-badge {
  position: absolute;
  background: var(--card-bg);
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: 12px 16px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: Outfit, sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: var(--text);
  white-space: nowrap;
}
.app-dl-name,
.app-feature-title {
  font-weight: 700;
  font-family: Outfit, sans-serif;
}
.driver-float-1 {
  top: 20px;
  right: -30px;
}
.driver-float-2 {
  bottom: 10px;
  left: -30px;
}
.app-section {
  background: linear-gradient(135deg, #0f172a 0, #1a2744 50%, #0f172a 100%);
  position: relative;
}
.app-section::before {
  content: "";
  position: absolute;
  background-image: linear-gradient(
      rgba(37, 99, 235, 0.05) 1px,
      transparent 1px
    ),
    linear-gradient(90deg, rgba(37, 99, 235, 0.05) 1px, transparent 1px);
  background-size: 60px 60px;
}
.app-glow {
  position: absolute;
  width: 500px;
  height: 500px;
  background: radial-gradient(
    circle,
    rgba(37, 99, 235, 0.15) 0,
    transparent 70%
  );
  border-radius: 50%;
}
.app-glow-1 {
  top: -200px;
  left: -100px;
}
.app-glow-2 {
  bottom: -200px;
  right: -100px;
}
.app-grid {
  display: grid;
  gap: 80px;
  align-items: center;
  position: relative;
  z-index: 1;
}
.app-feature-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 32px;
}
.app-feature-icon {
  width: 44px;
  height: 44px;
  background: rgba(37, 99, 235, 0.15);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--primary-light);
  flex-shrink: 0;
}
.app-feature-title {
  font-size: 15px;
  color: #fff;
}
.app-feature-desc {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.5);
  margin-top: 2px;
}
.app-download-buttons {
  display: flex;
  gap: 14px;
  margin-top: 36px;
  flex-wrap: wrap;
}
.app-dl-btn,
.phone-bottom {
  align-items: center;
  display: flex;
}
.app-dl-btn {
  gap: 10px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 14px;
  padding: 12px 22px;
  color: #fff;
  transition: 0.25s;
  cursor: pointer;
}
.app-dl-btn:hover {
  background: rgba(255, 255, 255, 0.14);
  transform: translateY(-2px);
}
.app-dl-store {
  font-family: Outfit, sans-serif;
  font-size: 10px;
  color: rgba(255, 255, 255, 0.6);
  letter-spacing: 1px;
}
.app-dl-name {
  font-size: 16px;
  color: #fff;
  line-height: 1.2;
}
.app-phones {
  display: flex;
  justify-content: center;
  gap: -20px;
  position: relative;
}
.app-phone {
  width: 200px;
  background: #0a1628;
  border-radius: 32px;
  padding: 12px;
  border: 4px solid #1a2744;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.4);
}
.app-phone:first-child {
  transform: rotate(-8deg) translateY(20px);
  z-index: 1;
}
.app-phone:last-child {
  transform: rotate(8deg) translateY(20px);
}
.app-phone-screen {
  background: #060d1a;
  border-radius: 24px;
  aspect-ratio: 9/18;
  padding: 16px 12px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.phone-bar {
  height: 6px;
  border-radius: 3px;
  background: rgba(255, 255, 255, 0.1);
}
.phone-bar.accent {
  background: rgba(34, 197, 94, 0.3);
  width: 60%;
}
.phone-bar.primary {
  background: rgba(37, 99, 235, 0.3);
  width: 80%;
}
.phone-map-block {
  flex: 1;
  background: linear-gradient(160deg, #0d1f40, #0a1628);
  border-radius: 12px;
  position: relative;
}
.phone-map-dots {
  position: absolute;
  background-image: radial-gradient(
    circle,
    rgba(37, 99, 235, 0.2) 1px,
    transparent 1px
  );
  background-size: 16px 16px;
}
.phone-map-line {
  position: absolute;
  top: 30%;
  left: 10%;
  width: 80%;
  height: 2px;
  background: linear-gradient(90deg, var(--accent), var(--primary));
  border-radius: 1px;
}
.phone-bottom {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 10px;
  padding: 8px;
  justify-content: space-between;
}
.phone-price {
  font-family: Outfit, sans-serif;
  font-size: 14px;
  font-weight: 800;
  color: var(--accent);
}
.contact-info-title,
.phone-btn-mini {
  font-weight: 700;
  font-family: Outfit, sans-serif;
}
.phone-btn-mini {
  background: var(--primary);
  color: #fff;
  font-size: 9px;
  padding: 4px 10px;
  border-radius: 6px;
  border: none;
  cursor: pointer;
}
.safety-card,
.testimonial-card {
  background: var(--card-bg);
  padding: 28px;
  transition: 0.3s;
}
.safety-card {
  border: 1px solid var(--border);
  border-radius: 20px;
  text-align: center;
}
.safety-card:hover {
  transform: translateY(-4px) scale(1.02);
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.1);
}
.safety-icon {
  width: 64px;
  height: 64px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
}
.safety-icon.red {
  background: rgba(239, 68, 68, 0.1);
  color: #ef4444;
}
.testimonial-card {
  border: 1px solid var(--border);
  border-radius: 20px;
}
.testimonial-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.08);
}
.testimonial-stars {
  display: flex;
  gap: 3px;
  margin-bottom: 16px;
}
.star {
  color: var(--warning);
}
.testimonial-text {
  font-size: 14px;
  color: var(--text-muted);
  line-height: 1.7;
  margin-bottom: 20px;
}
.testimonial-author {
  display: flex;
  align-items: center;
  gap: 12px;
}
.author-avatar {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.author-ride,
.related-date {
  font-size: 12px;
  color: var(--text-muted);
}
.newsletter-input {
  flex: 1;
  border: 1.5px solid var(--border);
  background: var(--bg-secondary);
  color: var(--text);
  transition: border-color 0.2s, box-shadow 0.2s;
}
.blog-card,
.contact-info-card {
  border: 1px solid var(--border);
}
.newsletter-input::placeholder {
  color: var(--text-muted);
}
.blog-grid,
.related-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.blog-card {
  background: var(--card-bg);
}
.blog-card:hover {
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.1);
}
.blog-image-inner {
  display: flex;
  align-items: center;
  justify-content: center;
}
.blog-category {
  background: var(--primary);
}
.blog-excerpt,
.navbar.othernav .navbar-links a,
.page-subtitle {
  color: var(--text-muted);
}
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 64px;
  margin-top: 56px;
}
.contact-info-cards {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 32px;
}
.contact-info-card {
  background: var(--card-bg);
  border-radius: 16px;
  padding: 20px;
  display: flex;
  gap: 14px;
  align-items: flex-start;
  transition: 0.2s;
}
.contact-icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.contact-info-title {
  font-size: 14px;
  color: var(--text);
  margin-bottom: 3px;
}
.contact-form-card {
  background: var(--card-bg);
  border: 1px solid var(--border);
  border-radius: 24px;
  padding: 36px;
}
.contact-form-title {
  font-family: Outfit, sans-serif;
  font-size: 22px;
  font-weight: 800;
  color: var(--text);
  margin-bottom: 24px;
}
.contact-form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-bottom: 16px;
}
.form-textarea {
  width: 100%;
  padding: 13px 16px;
  border: 1.5px solid var(--border);
  border-radius: 12px;
  background: var(--bg-secondary);
  color: var(--text);
  font-family: Inter, sans-serif;
  font-size: 14px;
  outline: 0;
  resize: vertical;
  min-height: 120px;
  transition: border-color 0.2s, box-shadow 0.2s;
  margin-bottom: 16px;
}
#scrollTop,
.btn-submit {
  background: var(--primary);
}
.btn-submit,
.footer-app-btn,
.footer-col-title,
.footer-logo {
  font-family: Outfit, sans-serif;
}
.comment-form textarea:focus,
.form-textarea:focus,
.newsletter-input:focus,
.search-input:focus {
  border-color: var(--primary);
  box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.12);
}
.btn-submit {
  width: 100%;
  padding: 14px;
  border-radius: 12px;
  border: none;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  transition: 0.25s;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.footer-app-btn,
.footer-social-btn {
  background: rgba(255, 255, 255, 0.07);
  transition: 0.2s;
}
.btn-submit:hover {
  background: var(--primary-dark);
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(37, 99, 235, 0.35);
}
.blog-card:hover,
.pricing-card-bike:hover {
  transform: translateY(-6px);
}
.benefit-card:hover,
.blog-card:hover {
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.12);
}
footer {
  padding: 72px 0 0;
}
.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr 1fr;
  gap: 48px;
  margin-bottom: 48px;
}
.footer-app-btns,
.footer-links,
.footer-social {
  display: flex;
  gap: 10px;
}
.footer-logo {
  font-size: 28px;
  font-weight: 800;
  color: #fff;
  letter-spacing: -0.5px;
  margin-bottom: 12px;
}
.footer-desc {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.45);
  line-height: 1.7;
  margin-bottom: 24px;
}
.footer-social-btn {
  width: 38px;
  height: 38px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.5);
  cursor: pointer;
  border: none;
}
.footer-col-title,
.footer-links a:hover {
  color: rgba(255, 255, 255, 0.9);
}
.footer-col-title {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 20px;
  letter-spacing: 1px;
}
.footer-links {
  list-style: none;
  flex-direction: column;
}
.footer-links a {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.45);
}
.footer-app-btns {
  flex-direction: column;
  margin-top: 16px;
}
.footer-app-btn,
.footer-bottom {
  align-items: center;
  display: flex;
}
.footer-app-btn {
  gap: 8px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  padding: 8px 14px;
  color: rgba(255, 255, 255, 0.8);
  cursor: pointer;
  font-size: 12px;
  font-weight: 600;
}
#scrollTop,
.blog-card {
  transition: 0.3s;
  cursor: pointer;
}
.footer-bottom-links a,
.footer-copyright {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.35);
}
.blog-category,
.contact-h3 {
  font-weight: 700;
  font-family: Outfit, sans-serif;
}
.footer-app-btn:hover {
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
}
.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.07);
  padding: 24px 0;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}
.footer-bottom-links {
  display: flex;
  gap: 24px;
}
#scrollTop {
  position: fixed;
  bottom: 28px;
  right: 28px;
  width: 50px;
  height: 50px;
  border-radius: 14px;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  box-shadow: 0 8px 24px rgba(37, 99, 235, 0.4);
  opacity: 0;
  transform: translateY(16px);
  z-index: 900;
}
#scrollTop.visible {
  opacity: 1;
  transform: translateY(0);
}
#scrollTop:hover {
  background: var(--primary-dark);
  transform: translateY(-2px);
}
.sticky-book-btn {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 14px 16px;
  background: var(--bg);
  border-top: 1px solid var(--border);
  z-index: 800;
  display: none;
}
.sticky-book-btn .btn-primary {
  width: 100%;
  justify-content: center;
  font-size: 16px;
  padding: 14px;
}
@keyframes loadBar {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@keyframes roadDash {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-40px);
  }
}
@keyframes vehicleFloat {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-3px);
  }
}
@keyframes vehicleMove {
  0%,
  100% {
    left: 10%;
  }
  50% {
    left: 60%;
  }
}
@keyframes float {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-12px);
  }
}
@keyframes pulse-glow {
  0%,
  100% {
    box-shadow: 0 0 0 0 rgba(34, 197, 94, 0.4);
  }
  50% {
    box-shadow: 0 0 0 8px rgba(34, 197, 94, 0);
  }
}
@keyframes counter {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.hero-card-main {
  animation: 4s ease-in-out infinite float;
}
@media (max-width: 1100px) {
  .services-grid,
  .stats-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .stat-item {
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  }
  .stat-item:nth-child(odd) {
    border-right: 1px solid rgba(255, 255, 255, 0.07);
  }
  .stat-item:last-child {
    border-bottom: none;
  }
  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 32px;
  }
}
@media (max-width: 900px) {
  .about-grid,
  .driver-grid,
  .hero-content {
    grid-template-columns: 1fr;
    gap: 48px;
  }
  .app-grid,
  .hero-content,
  .newsletter-inner {
    text-align: center;
  }
  .app-phones,
  .hero-float-1,
  .hero-float-2,
  .navbar-links,
  .steps-grid::after {
    display: none;
  }
  .hamburger {
    display: flex;
  }
  .hero-content {
    padding-top: 100px;
  }
  .hero-subtitle {
    max-width: 100%;
  }
  .app-download-buttons,
  .hero-actions,
  .hero-stats {
    justify-content: center;
  }
  .hero-visual {
    order: -1;
  }
  .booking-grid,
  .steps-grid {
    grid-template-columns: 1fr 1fr;
  }
  .app-grid,
  .pricing-grid {
    grid-template-columns: 1fr;
  }
  .pricing-grid {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
  .safety-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .blog-grid,
  .contact-grid,
  .testimonials-grid {
    grid-template-columns: 1fr;
  }
  .contact-grid {
    gap: 40px;
  }
  .newsletter-inner {
    flex-direction: column;
    padding: 36px 24px;
  }
  .sticky-book-btn {
    display: block;
  }
  .section-padding {
    padding: 72px 0;
  }
}
@media (max-width: 600px) {
  .booking-grid,
  .contact-form-grid,
  .driver-benefits,
  .footer-grid,
  .safety-grid,
  .services-grid,
  .stats-grid,
  .steps-grid {
    grid-template-columns: 1fr;
  }
  .stat-item {
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  }
  .booking-card {
    padding: 20px;
  }
  .newsletter-input {
    min-width: 100%;
  }
}
.contact-h3 {
  font-size: 20px;
  color: var(--text);
  margin-bottom: 8px;
}
.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  margin-top: 48px;
}
.blog-card {
  background: var(--card-bg);
  border: 1px solid var(--border);
  border-radius: 20px;
}
.blog-image {
  height: 220px;
  position: relative;
  background: var(--bg-secondary);
}
.blog-image-inner {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s;
}
.blog-card:hover .blog-image-inner {
  transform: scale(1.05);
}
.blog-category {
  position: absolute;
  top: 16px;
  left: 16px;
  background: var(--primary);
  color: #fff;
  font-size: 11px;
  padding: 4px 12px;
  border-radius: 100px;
  z-index: 2;
}
.pricing-badge-bike,
.pricing-badge-premium,
.pricing-badge-scooter {
  top: -14px;
  transform: translateX(-50%);
  text-transform: uppercase;
}
.blog-content {
  padding: 24px;
}
.blog-meta {
  display: flex;
  gap: 16px;
  margin-bottom: 12px;
  color: var(--text-muted);
}
.blog-title {
  font-size: 18px;
  color: var(--text);
}
.blog-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: Outfit, sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: var(--primary);
  margin-top: 16px;
  transition: gap 0.2s;
}
.search-bar {
  display: flex;
  max-width: 500px;
  margin: 32px auto 0;
  gap: 12px;
}
.search-input {
  flex: 1;
  padding: 13px 20px;
  border: 1.5px solid var(--border);
  border-radius: 12px;
  background: var(--card-bg);
  color: var(--text);
  font-family: Inter, sans-serif;
  font-size: 14px;
  outline: 0;
}
.filter-btn,
.pricing-amount-bike,
.pricing-badge-bike,
.route-name {
  font-family: Outfit, sans-serif;
}
.category-filters {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-top: 28px;
}
.filter-btn {
  font-size: 13px;
  font-weight: 600;
  padding: 8px 18px;
  border-radius: 100px;
  border: 1.5px solid var(--border);
  background: 0 0;
  color: var(--text-muted);
  cursor: pointer;
  transition: 0.2s;
  white-space: nowrap;
}
.benefit-card,
.route-card {
  border: 1px solid var(--border);
}
.filter-btn.active,
.filter-btn:hover,
.share-btn:hover {
  background: var(--primary);
  color: #fff;
  border-color: var(--primary);
}
.benefit-card:hover,
.faq-item.open,
.route-card:hover {
  border-color: var(--accent);
}
.benefit-card {
  background: var(--card-bg);
  cursor: pointer;
}
.benefit-icon,
.value-icon {
  width: 64px;
  height: 64px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  transition: transform 0.3s;
}
.pricing-card-bike {
  background: var(--card-bg);
  border: 2px solid var(--accent);
  border-radius: 24px;
  padding: 40px;
  max-width: 480px;
  margin: 48px auto 0;
  text-align: center;
  position: relative;
  transition: 0.3s;
}
.pricing-card-bike:hover {
  box-shadow: 0 32px 80px rgba(34, 197, 94, 0.2);
}
.pricing-badge-bike {
  position: absolute;
  left: 50%;
  background: var(--accent);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  padding: 6px 20px;
  border-radius: 100px;
  letter-spacing: 1.5px;
}
.pricing-rate-bike,
.pricing-rate-car,
.pricing-rate-premium,
.pricing-rate-scooter {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 4px;
  margin: 20px 0;
}
.faq-icon,
.route-icon {
  display: flex;
  align-items: center;
}
.pricing-amount-bike {
  font-size: 56px;
  font-weight: 900;
  color: var(--accent);
  letter-spacing: -3px;
  line-height: 1;
}
.route-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.08);
}
.route-icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: rgba(34, 197, 94, 0.1);
  justify-content: center;
  color: var(--accent);
  flex-shrink: 0;
}
.route-name {
  font-size: 14px;
  font-weight: 700;
  color: var(--text);
  margin-bottom: 2px;
}
.route-fare {
  font-size: 12px;
  color: var(--accent);
  font-weight: 600;
}
.faq-list {
  max-width: 1220px;
  margin: 48px auto 0;
  display: flex;
  flex-direction: column;
}
.faq-icon {
  background: var(--bg-secondary);
  justify-content: center;
  color: var(--accent);
  flex-shrink: 0;
}
.btn-cta-green,
.pricing-badge-scooter {
  color: #fff;
  font-weight: 700;
  font-family: Outfit, sans-serif;
}
.btn-cta-green,
.route-card {
  align-items: center;
  cursor: pointer;
}
.cta-section {
  background: linear-gradient(135deg, #0d2818 0, #0a2014 40%, #0d2818 100%);
}
.btn-cta-green {
  font-size: 16px;
  background: var(--accent);
  padding: 14px 32px;
  border-radius: 12px;
  border: none;
  transition: 0.25s;
  display: inline-flex;
  gap: 8px;
}
.btn-cta-green:hover {
  background: var(--accent-dark);
  transform: translateY(-2px);
  box-shadow: 0 16px 40px rgba(34, 197, 94, 0.45);
}
.pricing-card-scooter {
  background: var(--card-bg);
  border: 2px solid #10b981;
  border-radius: 24px;
  padding: 40px;
  max-width: 480px;
  margin: 48px auto 0;
  text-align: center;
  position: relative;
  transition: 0.3s;
}
.pricing-card-scooter:hover {
  transform: translateY(-6px);
  box-shadow: 0 32px 80px rgba(16, 185, 129, 0.2);
}
.pricing-badge-scooter {
  position: absolute;
  left: 50%;
  background: #10b981;
  font-size: 12px;
  padding: 6px 20px;
  border-radius: 100px;
  letter-spacing: 1.5px;
}
.pricing-amount-scooter {
  font-family: Outfit, sans-serif;
  font-size: 56px;
  font-weight: 900;
  color: #10b981;
  letter-spacing: -3px;
  line-height: 1;
}
.routes-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-top: 48px;
}
.route-card {
  background: var(--card-bg);
  border-radius: 16px;
  padding: 20px;
  display: flex;
  gap: 14px;
  transition: 0.3s;
}
.policy-container,
.terms-container {
  max-width: 1250px;
  margin: 0 auto;
  background: var(--card-bg);
  border: 1px solid var(--border);
  border-radius: 24px;
  padding: 48px 40px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.04);
}
.blog-hero,
.faq-hero,
.policy-hero,
.terms-hero {
  padding-top: 140px;
  padding-bottom: 20px;
  text-align: center;
  background: var(--bg-secondary);
}
.policy-content h2,
.terms-content h2 {
  font-size: 22px;
  font-weight: 700;
  margin-top: 36px;
  margin-bottom: 12px;
  color: var(--text);
}
.policy-content h3,
.terms-content h3 {
  font-size: 17px;
  font-weight: 600;
  margin-top: 24px;
  margin-bottom: 8px;
  color: var(--text);
}
.policy-content p,
.terms-content p {
  font-size: 15px;
  line-height: 1.75;
  color: var(--text-muted);
  margin-bottom: 16px;
}
.policy-content ul,
.terms-content ul {
  margin: 12px 0 20px 20px;
  color: var(--text-muted);
  font-size: 15px;
  line-height: 1.7;
}
.article-content li,
.policy-content li,
.terms-content li {
  margin-bottom: 8px;
}
.last-updated {
  font-size: 13px;
  color: var(--text-muted);
  margin-top: 40px;
  padding-top: 24px;
  border-top: 1px solid var(--border);
}
.pricing-card-car,
.pricing-card-premium {
  background: var(--card-bg);
  border: 2px solid var(--primary);
  border-radius: 24px;
  padding: 40px;
  max-width: 480px;
  margin: 48px auto 0;
  text-align: center;
  position: relative;
  transition: 0.3s;
}
.btn-cta-gold,
.pricing-badge-premium {
  font-family: Outfit, sans-serif;
  background: #f59e0b;
}
.pricing-card-premium:hover {
  transform: translateY(-6px);
  box-shadow: 0 32px 80px rgba(124, 58, 237, 0.25);
}
.pricing-badge-premium {
  position: absolute;
  left: 50%;
  color: #000;
  font-size: 12px;
  font-weight: 700;
  padding: 6px 20px;
  border-radius: 100px;
  letter-spacing: 1.5px;
}
.pricing-amount-car,
.pricing-amount-premium {
  font-family: Outfit, sans-serif;
  font-size: 56px;
  font-weight: 900;
  color: var(--primary);
  letter-spacing: -3px;
  line-height: 1;
}
.btn-cta-gold {
  font-size: 16px;
  font-weight: 700;
  color: #000;
  padding: 14px 32px;
  border-radius: 12px;
  border: none;
  cursor: pointer;
  transition: 0.25s;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.comment-card,
.share-section {
  border-bottom: 1px solid var(--border);
}
.btn-cta-gold:hover {
  background: #fcd34d;
  transform: translateY(-2px);
  box-shadow: 0 16px 40px rgba(245, 158, 11, 0.45);
}
.article-container,
.faq-container {
  max-width: 1250px;
  margin: 0 auto;
}
.blog-category-tag,
.blog-title {
  margin-bottom: 16px;
  font-family: Outfit, sans-serif;
}
.blog-category-tag {
  display: inline-block;
  background: var(--primary);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  padding: 4px 14px;
  border-radius: 100px;
  letter-spacing: 0.5px;
}
.blog-title {
  font-weight: 800;
  line-height: 1.2;
  color: var(--text);
  letter-spacing: -0.5px;
}
.blog-meta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  font-size: 14px;
  color: var(--text-muted);
  flex-wrap: wrap;
}
.blog-meta span,
.share-section {
  display: flex;
  align-items: center;
}
.blog-meta span {
  gap: 6px;
}
.blog-meta svg {
  width: 14px;
  height: 14px;
}
.featured-image {
  margin: auto !important;
  border-radius: 20px;
  margin-bottom: 32px !important;
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.1);
}
.article-content {
  font-size: 17px;
  line-height: 1.85;
  color: var(--text);
  margin-bottom: 40px;
}
.article-content h2 {
  font-size: 24px;
  font-weight: 700;
  margin-top: 36px;
  margin-bottom: 12px;
  color: var(--text);
}
.article-content h3 {
  font-size: 20px;
  font-weight: 600;
  margin-top: 28px;
  margin-bottom: 10px;
  color: var(--text);
}
.article-content p {
  margin-bottom: 18px;
  color: var(--text);
  opacity: 0.9;
}
.share-btn,
.share-label {
  color: var(--text-muted);
}
.article-content blockquote {
  border-left: 4px solid var(--primary);
  padding: 16px 24px;
  margin: 28px 0;
  background: var(--bg-secondary);
  border-radius: 8px;
  font-style: italic;
  color: var(--text-muted);
}
.article-content ul {
  margin: 16px 0;
  padding-left: 24px;
}
.share-section {
  gap: 16px;
  margin: 32px 0;
  padding: 24px 0;
  border-top: 1px solid var(--border);
}
.author-card,
.share-btn {
  display: flex;
  align-items: center;
}
.share-label {
  font-family: Outfit, sans-serif;
  font-size: 14px;
  font-weight: 600;
}
.share-btn {
  width: 38px;
  height: 38px;
  border-radius: 10px;
  background: var(--bg-secondary);
  border: 1px solid var(--border);
  justify-content: center;
  transition: 0.2s;
  cursor: pointer;
}
.author-card {
  gap: 20px;
  background: var(--card-bg);
  border: 1px solid var(--border);
  border-radius: 20px;
  padding: 28px;
  margin-bottom: 48px;
}
.author-avatar,
.comment-avatar {
  align-items: center;
  display: flex;
}
.author-avatar {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--primary), var(--accent));
  justify-content: center;
  font-family: Outfit, sans-serif;
  font-size: 28px;
  font-weight: 800;
  color: #fff;
  flex-shrink: 0;
}
.author-name {
  font-family: Outfit, sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: var(--text);
}
.author-bio {
  font-size: 14px;
  color: var(--text-muted);
  margin-top: 4px;
  line-height: 1.5;
}
.comments-title,
.related-post-title,
.related-title {
  color: var(--text);
  font-family: Outfit, sans-serif;
}
.comments-section,
.related-posts {
  margin-top: 56px;
}
.related-title {
  font-size: 24px;
  font-weight: 800;
  margin-bottom: 28px;
  text-align: center;
}
.related-card {
  background: var(--card-bg);
  border: 1px solid var(--border);
  border-radius: 16px;
  transition: 0.3s;
  cursor: pointer;
}
.comment-avatar,
.comment-form textarea,
.newsletter-section,
.related-image {
  background: var(--bg-secondary);
}
.related-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.08);
}
.related-image {
  height: 260px;
  object-fit: cover;
  width: 100%;
}
.related-content {
  padding: 18px;
}
.related-post-title {
  font-size: 15px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 6px;
}
.comments-title {
  font-size: 24px;
  font-weight: 800;
  margin-bottom: 28px;
}
.comment-card {
  display: flex;
  gap: 16px;
  padding: 20px 0;
}
.benefit-card:hover,
.job-card:hover,
.value-card:hover {
  border-color: var(--primary);
}
.comment-avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  justify-content: center;
  font-family: Outfit, sans-serif;
  font-weight: 700;
  color: var(--text-muted);
  flex-shrink: 0;
}
.comment-author {
  font-family: Outfit, sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: var(--text);
}
.comment-date {
  font-size: 12px;
  color: var(--text-muted);
  margin-left: 8px;
}
.comment-text {
  font-size: 14px;
  color: var(--text-muted);
  margin-top: 4px;
  line-height: 1.6;
}
.comment-form textarea,
.newsletter-input {
  color: var(--text);
  font-family: Inter, sans-serif;
  font-size: 14px;
  outline: 0;
}
.comment-form {
  margin-top: 32px;
}
.comment-form textarea {
  width: 100%;
  padding: 14px 18px;
  border: 1.5px solid var(--border);
  border-radius: 12px;
  resize: vertical;
  min-height: 100px;
  margin-bottom: 16px;
}
.newsletter-inner,
.value-card {
  border: 1px solid var(--border);
}
.newsletter-section {
  padding: 72px 0;
}
.newsletter-inner {
  background: var(--card-bg);
  border-radius: 24px;
  padding: 56px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 48px;
}
.newsletter-form {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.jobs-grid,
.values-grid {
  display: grid;
  margin-top: 48px;
}
.newsletter-input {
  flex: 1;
  min-width: 220px;
  padding: 13px 20px;
  border: 1.5px solid var(--border);
  border-radius: 12px;
  background: var(--bg-secondary);
}
.btn-cta-blue,
.btn-cta-white,
.btn-subscribe,
.cta-title,
.job-tag,
.job-title {
  font-family: Outfit, sans-serif;
}
.btn-subscribe {
  font-size: 15px;
  font-weight: 700;
  background: var(--primary);
  color: #fff;
  padding: 13px 28px;
  border-radius: 12px;
  border: none;
  cursor: pointer;
  transition: 0.2s;
  white-space: nowrap;
}
.btn-subscribe:hover {
  background: var(--primary-dark);
  transform: translateY(-1px);
}
.careers-hero {
  padding-top: 140px;
  padding-bottom: 60px;
  text-align: center;
  background: var(--bg-secondary);
}
.job-card,
.value-card {
  background: var(--card-bg);
  transition: 0.3s;
  cursor: pointer;
}
.values-grid {
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.value-card {
  border-radius: 20px;
  padding: 32px 24px;
  text-align: center;
}
.value-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.12);
}
.benefit-card-icon.amber,
.value-icon.amber {
  background: rgba(245, 158, 11, 0.1);
  color: #f59e0b;
}
.jobs-grid {
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.job-card {
  border: 1px solid var(--border);
  border-radius: 20px;
  padding: 28px;
  display: flex;
  gap: 16px;
  align-items: flex-start;
}
.job-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.1);
}
.job-icon {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  background: rgba(37, 99, 235, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--primary);
  flex-shrink: 0;
}
.job-title {
  font-size: 17px;
  font-weight: 700;
  color: var(--text);
  margin-bottom: 4px;
}
.job-meta,
.job-tag {
  color: var(--text-muted);
}
.job-meta {
  font-size: 13px;
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 8px;
}
.job-meta span {
  display: flex;
  align-items: center;
  gap: 4px;
}
.job-tags {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-top: 10px;
}
.job-tag {
  background: var(--bg-secondary);
  font-size: 11px;
  font-weight: 600;
  padding: 4px 10px;
  border-radius: 100px;
}
.benefit-card {
  background: var(--card-bg);
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 24px;
  text-align: center;
  transition: 0.3s;
}
.benefit-card:hover {
  transform: translateY(-3px);
}
.benefit-card-icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 14px;
}
.cta-section {
  background: linear-gradient(
    135deg,
    var(--primary) 0,
    #1d4ed8 50%,
    #1e40af 100%
  );
  position: relative;
  text-align: center;
}
.cta-section::before {
  content: "";
  content: "";
  position: absolute;
  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: 48px 48px;
}
.cta-glow {
  position: absolute;
  width: 600px;
  height: 600px;
  background: radial-gradient(
    circle,
    rgba(255, 255, 255, 0.08) 0,
    transparent 70%
  );
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.cta-buttons,
.cta-subtitle,
.cta-title {
  position: relative;
  z-index: 1;
}
.cta-title {
  font-size: clamp(32px, 4vw, 52px);
  font-weight: 900;
  color: #fff;
  letter-spacing: -1.5px;
  line-height: 1.1;
  margin-bottom: 16px;
}
.cta-subtitle {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 40px;
}
.cta-buttons {
  display: flex;
  gap: 14px;
  justify-content: center;
  flex-wrap: wrap;
}
.btn-cta-blue,
.btn-cta-white,
.section-label {
  color: var(--primary);
  display: inline-flex;
  gap: 8px;
}
.btn-cta-blue,
.btn-cta-white {
  font-size: 16px;
  font-weight: 700;
  background: #fff;
  padding: 14px 32px;
  border-radius: 12px;
  border: none;
  cursor: pointer;
  transition: 0.25s;
  align-items: center;
}
.faq-category-title,
.section-label {
  align-items: center;
  font-family: Outfit, sans-serif;
}
.btn-cta-blue:hover,
.btn-cta-white:hover {
  background: rgba(255, 255, 255, 0.9);
  transform: translateY(-2px);
}
.btn-cta-outline:hover {
  border-color: #fff;
  background: rgba(255, 255, 255, 0.08);
}
.section-label {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.section-label::before {
  content: "";
  width: 20px;
  height: 2px;
  background: var(--primary);
  border-radius: 1px;
}
.page-title {
  font-family: Outfit, sans-serif;
  font-size: clamp(28px, 4vw, 40px);
  font-weight: 800;
  color: var(--text);
  letter-spacing: -0.5px;
  margin-bottom: 8px;
}
.page-subtitle {
  font-size: 15px;
  color: var(--text-muted);
  max-width: 600px;
  margin: 0 auto;
}
.faq-category {
  margin-bottom: 48px;
}
.faq-category-title {
  font-size: 22px;
  font-weight: 700;
  color: var(--text);
  margin-bottom: 20px;
  display: flex;
  gap: 10px;
}
.faq-category-icon {
  width: 32px;
  height: 32px;
  border-radius: 8px;
  background: rgba(37, 99, 235, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--primary);
  flex-shrink: 0;
}
.faq-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.faq-icon,
.faq-question {
  display: flex;
  align-items: center;
}
.faq-item {
  background: var(--card-bg);
  border: 1.5px solid var(--border);
  border-radius: 16px;
  transition: border-color 0.2s;
}
.faq-question {
  justify-content: space-between;
  padding: 20px 24px;
  cursor: pointer;
  gap: 16px;
}
.faq-question-text {
  font-family: Outfit, sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: var(--text);
}
.faq-icon {
  width: 32px;
  height: 32px;
  border-radius: 8px;
  background: var(--bg-secondary);
  justify-content: center;
  color: var(--primary);
  flex-shrink: 0;
  transition: 0.3s;
}
.faq-item.open .faq-icon {
  background: var(--accent);
  background: var(--primary);
  color: #fff;
  transform: rotate(45deg);
}
.faq-answer {
  max-height: 0;
  transition: max-height 0.3s, padding 0.3s;
}
.faq-item.open .faq-answer {
  max-height: 300px;
}
.faq-answer-inner {
  padding: 0 24px 20px;
  font-size: 14px;
  color: var(--text-muted);
  line-height: 1.7;
}
.btn-cta-outline,
.pricing-badge-car {
  font-family: Outfit, sans-serif;
  color: #fff;
}
.still-have-questions {
  text-align: center;
  margin-top: 60px;
  padding: 40px;
  background: var(--card-bg);
  border: 1px solid var(--border);
  border-radius: 24px;
}
.still-have-questions h3 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 8px;
}
.still-have-questions p {
  color: var(--text-muted);
  margin-bottom: 20px;
}
.pricing-card-car:hover {
  transform: translateY(-6px);
  box-shadow: 0 32px 80px rgba(37, 99, 235, 0.2);
}
.pricing-badge-car {
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--primary);
  font-size: 12px;
  font-weight: 700;
  padding: 6px 20px;
  border-radius: 100px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}
.btn-cta-outline {
  font-size: 16px;
  font-weight: 600;
  background: 0 0;
  padding: 14px 32px;
  border-radius: 12px;
  border: 2px solid rgba(255, 255, 255, 0.4);
  cursor: pointer;
  transition: 0.25s;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
 .pricing-card-intercity {
            background: var(--card-bg);
            border: 2px solid var(--border);
            border-radius: 24px;
            padding: 36px;
            text-align: center;
            position: relative;
            transition: all 0.3s;
        }

        .pricing-card-intercity.featured {
            border-color: var(--primary);
        }

        .pricing-card-intercity:hover {
            transform: translateY(-6px);
            box-shadow: 0 32px 80px rgba(8, 145, 178, 0.2);
        }

        .pricing-badge-intercity {
            position: absolute;
            top: -14px;
            left: 50%;
            transform: translateX(-50%);
            background: var(--primary);
            color: #ffffff;
            font-family: 'Outfit', sans-serif;
            font-size: 12px;
            font-weight: 700;
            padding: 6px 20px;
            border-radius: 100px;
            letter-spacing: 1.5px;
            text-transform: uppercase;
        }

        .pricing-rate-intercity {
            display: flex;
            align-items: baseline;
            justify-content: center;
            gap: 4px;
            margin: 20px 0;
        }

        .pricing-amount-intercity {
            font-family: 'Outfit', sans-serif;
            font-size: 48px;
            font-weight: 900;
            color: var(--primary);
            letter-spacing: -3px;
            line-height: 1;
        }
         .btn-cta-cyan {
            font-family: 'Outfit', sans-serif;
            font-size: 16px;
            font-weight: 700;
            background: #ffffff;
            color: var(--primary);
            padding: 14px 32px;
            border-radius: 12px;
            border: none;
            cursor: pointer;
            transition: all 0.25s;
            display: inline-flex;
            align-items: center;
            gap: 8px;
        }

        .btn-cta-cyan:hover {
            background: rgba(255, 255, 255, 0.9);
            transform: translateY(-2px);
        }

        .btn-cta-outline {
            font-family: 'Outfit', sans-serif;
            font-size: 16px;
            font-weight: 600;
            background: transparent;
            color: #ffffff;
            padding: 14px 32px;
            border-radius: 12px;
            border: 2px solid rgba(255, 255, 255, 0.4);
            cursor: pointer;
            transition: all 0.25s;
            display: inline-flex;
            align-items: center;
            gap: 8px;
        }

        .btn-cta-outline:hover {
            border-color: #ffffff;
            background: rgba(255, 255, 255, 0.08);
        }

                .pricing-cards-grid {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 24px;
            margin-top: 48px;
            max-width: 900px;
            margin-left: auto;
            margin-right: auto;
        }