/* =========================================================
   PyRide — Movilidad paraguaya
   Paleta verde oscuro + blanco corporativo
   ========================================================= */

:root {
  --pyride: #0E5C3F;          /* verde primario */
  --pyride-dark: #073824;     /* verde profundo */
  --pyride-darker: #052418;
  --pyride-light: #E8F5EE;    /* fondo soft */
  --accent: #1FCE7E;          /* verde brillante */
  --accent-soft: rgba(31, 206, 126, 0.16);
  --text: #0B1F17;
  --text-soft: #4D5E55;
  --muted: #8A9A92;
  --white: #ffffff;
  --bg-soft: #F4F8F6;
  --border: rgba(11, 31, 23, 0.08);
  --shadow-sm: 0 6px 18px rgba(7, 56, 36, 0.06);
  --shadow-md: 0 18px 50px rgba(7, 56, 36, 0.12);
  --shadow-lg: 0 30px 80px rgba(7, 56, 36, 0.20);
  --shadow-glow: 0 18px 40px rgba(31, 206, 126, 0.35);
  --radius: 18px;
  --radius-lg: 28px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: 'Plus Jakarta Sans', 'Inter', system-ui, sans-serif;
  color: var(--text);
  background: var(--white);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

img { max-width: 100%; display: block; }
a { text-decoration: none; }

h1, h2, h3, h4, h5, h6 {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 700;
  color: var(--text);
  letter-spacing: -0.01em;
}

.section-padding { padding: 100px 0; }
@media (max-width: 768px) { .section-padding { padding: 60px 0; } }

.bg-light-soft { background: var(--bg-soft); }
.bg-pyride-dark { background: linear-gradient(160deg, var(--pyride-dark) 0%, var(--pyride-darker) 100%); }
.text-pyride { color: var(--pyride) !important; }
.text-accent { color: var(--accent) !important; }
.bg-accent-soft { background: var(--accent-soft) !important; }
.ls-2 { letter-spacing: 0.2em; }

/* =========================================================
   EYEBROW + TITLES
   ========================================================= */
.eyebrow {
  display: inline-block;
  color: var(--pyride);
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.78rem;
  font-weight: 700;
  margin-bottom: 12px;
  padding: 6px 14px;
  background: var(--accent-soft);
  border-radius: 999px;
}
.eyebrow-light {
  color: #b6f0d2;
  background: rgba(31, 206, 126, 0.15);
}

.section-title {
  font-size: clamp(1.8rem, 3.5vw, 2.6rem);
  font-weight: 800;
  line-height: 1.15;
  margin-bottom: 16px;
}
.section-sub {
  color: var(--text-soft);
  max-width: 640px;
  font-size: 1.05rem;
}

/* =========================================================
   BUTTONS
   ========================================================= */
.btn {
  border-radius: 999px;
  padding: 12px 24px;
  font-weight: 600;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}
.btn-lg { padding: 14px 30px; font-size: 1rem; }
.btn-sm { padding: 8px 18px; font-size: 0.88rem; }

.btn-pyride {
  background: linear-gradient(135deg, var(--accent) 0%, var(--pyride) 100%);
  color: #fff;
  border: none;
}
.btn-pyride:hover {
  color: #fff;
  transform: translateY(-2px);
  box-shadow: var(--shadow-glow);
}

.btn-outline-pyride {
  border: 2px solid var(--pyride);
  color: var(--pyride);
  background: transparent;
}
.btn-outline-pyride:hover {
  background: var(--pyride);
  color: #fff;
}

.btn-ghost {
  color: rgba(255,255,255,0.85);
  background: transparent;
  border: 1px solid rgba(255,255,255,0.18);
}
.btn-ghost:hover { color: #fff; background: rgba(255,255,255,0.08); }

.shadow-glow { box-shadow: var(--shadow-glow); }

/* =========================================================
   NAVBAR
   ========================================================= */
.navbar-pyride {
  background: rgba(7, 56, 36, 0.85);
  backdrop-filter: blur(14px);
  transition: background 0.3s ease, box-shadow 0.3s ease;
}
.navbar-pyride.scrolled {
  background: rgba(7, 56, 36, 0.97);
  box-shadow: 0 8px 28px rgba(0,0,0,0.18);
}
.navbar-pyride .nav-link {
  color: rgba(255,255,255,0.82) !important;
  font-weight: 500;
  padding: 8px 14px !important;
  border-radius: 999px;
  transition: all 0.2s ease;
}
.navbar-pyride .nav-link:hover,
.navbar-pyride .nav-link.active {
  color: #fff !important;
  background: rgba(255,255,255,0.08);
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border-radius: 12px;
  background: linear-gradient(135deg, var(--accent), var(--pyride));
  color: #fff;
  font-size: 1.1rem;
  box-shadow: 0 8px 20px rgba(31, 206, 126, 0.35);
}
.brand-text {
  color: #fff;
  font-weight: 800;
  font-size: 1.35rem;
  letter-spacing: -0.01em;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

/* =========================================================
   FLAG (Paraguay: rojo-blanco-azul horizontal)
   ========================================================= */
.flag {
  width: 24px;
  height: 16px;
  display: inline-grid;
  grid-template-rows: repeat(3, 1fr);
  border-radius: 3px;
  overflow: hidden;
  box-shadow: 0 2px 6px rgba(0,0,0,0.2);
}
.flag-lg { width: 32px; height: 22px; }
.brand-flag { width: 18px; height: 12px; }
.flag-band { display: block; }
.flag-red { background: #D52B1E; }
.flag-white { background: #ffffff; }
.flag-blue { background: #0038A8; }

/* =========================================================
   HERO
   ========================================================= */
.hero-section {
  position: relative;
  min-height: 100vh;
  padding: 160px 0 200px;
  color: #fff;
  overflow: hidden;
  isolation: isolate;
}
.hero-bg {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(135deg, rgba(7,56,36,0.92) 0%, rgba(14,92,63,0.85) 60%, rgba(31,206,126,0.5) 100%),
    url('assets/pyride-hero-bg.png');
  background-size: cover;
  background-position: center;
  z-index: -2;
}
.hero-overlay {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 70% 30%, rgba(31,206,126,0.18), transparent 50%),
    radial-gradient(circle at 20% 80%, rgba(31,206,126,0.12), transparent 45%);
  z-index: -1;
}
.hero-inner { position: relative; z-index: 1; }

.badge-flag {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: rgba(255,255,255,0.10);
  border: 1px solid rgba(255,255,255,0.18);
  color: #fff;
  font-weight: 500;
  padding: 8px 14px;
  border-radius: 999px;
  backdrop-filter: blur(8px);
  font-size: 0.85rem;
}

.hero-section h1 {
  color: #fff;
  font-weight: 800;
  letter-spacing: -0.025em;
}

.hero-stats .stat-box {
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.14);
  border-radius: var(--radius);
  padding: 14px 16px;
  backdrop-filter: blur(8px);
}
.hero-stats strong {
  display: block;
  font-size: 1.5rem;
  color: #fff;
  font-weight: 800;
}
.hero-stats span {
  color: rgba(255,255,255,0.72);
  font-size: 0.78rem;
}

/* Hero wave */
.hero-wave {
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  line-height: 0;
}
.hero-wave svg { width: 100%; height: 80px; display: block; }

/* =========================================================
   PHONE MOCKUP
   ========================================================= */
.hero-card-stack {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 540px;
}

.hero-phone {
  position: relative;
  width: 280px;
  border-radius: 36px;
  background: #0B1F17;
  padding: 12px 10px 14px;
  box-shadow:
    0 30px 70px rgba(0,0,0,0.35),
    inset 0 0 0 2px rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.08);
  animation: floaty 5s ease-in-out infinite;
}
@keyframes floaty {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}
.phone-notch {
  width: 80px;
  height: 18px;
  background: #000;
  border-radius: 0 0 14px 14px;
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.phone-screen {
  background: #fff;
  border-radius: 28px;
  padding: 28px 14px 14px;
  min-height: 500px;
  color: var(--text);
}
.phone-top {
  display: flex;
  justify-content: space-between;
  font-size: 0.65rem;
  color: var(--muted);
  margin-bottom: 12px;
  font-weight: 600;
}
.ph-icons { display: flex; gap: 4px; }
.phone-hello { margin-bottom: 14px; padding: 0 4px; }
.phone-input {
  display: flex;
  align-items: center;
  gap: 8px;
  background: var(--bg-soft);
  border-radius: 14px;
  padding: 10px 12px;
  font-size: 0.78rem;
  font-weight: 500;
  color: var(--text);
  margin-bottom: 12px;
}
.phone-map {
  position: relative;
  height: 180px;
  background:
    linear-gradient(180deg, rgba(31,206,126,0.05), rgba(31,206,126,0.12)),
    repeating-linear-gradient(0deg, transparent 0, transparent 18px, rgba(11,31,23,0.06) 18px, rgba(11,31,23,0.06) 19px),
    repeating-linear-gradient(90deg, transparent 0, transparent 18px, rgba(11,31,23,0.06) 18px, rgba(11,31,23,0.06) 19px),
    #f0faf5;
  border-radius: 14px;
  margin-bottom: 12px;
  overflow: hidden;
}
.map-grid { display: none; }
.route-line {
  position: absolute;
  top: 30px;
  left: 30px;
  width: 200px;
  height: 110px;
  border: 2px dashed var(--pyride);
  border-radius: 50% 30% 50% 30%;
  border-top-color: transparent;
  border-right-color: transparent;
  opacity: 0.7;
}
.map-pin {
  position: absolute;
  width: 26px;
  height: 26px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  color: #fff;
  font-size: 0.65rem;
  box-shadow: 0 4px 10px rgba(0,0,0,0.18);
}
.pin-start { background: var(--accent); top: 20px; left: 22px; }
.pin-end { background: var(--pyride-dark); bottom: 18px; right: 22px; }
.car-icon {
  position: absolute;
  top: 80px;
  left: 110px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--pyride);
  color: #fff;
  display: grid;
  place-items: center;
  box-shadow: 0 6px 14px rgba(14,92,63,0.4);
  animation: pulse 2.4s infinite;
}
.car-icon-2 { top: 60px; left: 80px; background: var(--accent); }
@keyframes pulse {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.08); }
}
.phone-ride-card {
  background: var(--bg-soft);
  border-radius: 14px;
  padding: 12px;
}
.ride-driver {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.85rem;
}
.driver-avatar {
  width: 36px;
  height: 36px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--accent), var(--pyride));
  color: #fff;
  display: grid;
  place-items: center;
  font-weight: 700;
  font-size: 0.78rem;
}

.floating-card {
  position: absolute;
  background: #fff;
  border-radius: 16px;
  padding: 12px 16px;
  display: flex;
  align-items: center;
  gap: 10px;
  box-shadow: var(--shadow-md);
  color: var(--text);
  font-size: 0.85rem;
}
.floating-card i { font-size: 1.3rem; }
.floating-card strong { display: block; font-weight: 700; }
.floating-card small { color: var(--muted); font-size: 0.72rem; }
.card-1 {
  top: 60px;
  left: -10px;
  animation: floaty 5s ease-in-out infinite 0.5s;
}
.card-2 {
  bottom: 80px;
  right: -10px;
  animation: floaty 5s ease-in-out infinite 1.2s;
}

/* =========================================================
   TRUST LOGOS
   ========================================================= */
.trust-section {
  background: #fff;
  padding: 40px 0;
}
.trust-logos span {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 700;
  color: var(--muted);
  font-size: 1.05rem;
  letter-spacing: 0.02em;
  opacity: 0.7;
  transition: opacity 0.2s ease, color 0.2s ease;
  display: inline-block;
}
.trust-logos > div:hover span {
  color: var(--pyride);
  opacity: 1;
}

/* =========================================================
   SERVICE CARDS
   ========================================================= */
.service-card {
  background: #fff;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 1px solid var(--border);
  display: flex;
  flex-direction: column;
}
.service-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-lg);
}
.service-img {
  height: 180px;
  background-size: cover;
  background-position: center;
  position: relative;
}
.service-img::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 50%, rgba(7,56,36,0.55) 100%);
}
.service-body {
  padding: 22px;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.service-icon {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  background: linear-gradient(135deg, var(--accent), var(--pyride));
  color: #fff;
  display: grid;
  place-items: center;
  margin-top: -48px;
  margin-bottom: 14px;
  position: relative;
  z-index: 1;
  font-size: 1.2rem;
  box-shadow: 0 10px 24px rgba(14,92,63,0.25);
}
.service-card h3 {
  font-size: 1.15rem;
  margin-bottom: 8px;
}
.service-card p {
  color: var(--text-soft);
  font-size: 0.92rem;
  line-height: 1.55;
  flex: 1;
}
.link-arrow {
  color: var(--pyride);
  font-weight: 600;
  font-size: 0.9rem;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 10px;
  transition: gap 0.25s ease;
}
.link-arrow:hover {
  color: var(--accent);
  gap: 12px;
}

/* Mini features */
.mini-feature {
  display: flex;
  gap: 14px;
  padding: 18px;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  align-items: flex-start;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.mini-feature:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); }
.mini-feature i {
  font-size: 1.5rem;
  color: var(--pyride);
  background: var(--accent-soft);
  width: 44px;
  height: 44px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  flex-shrink: 0;
}
.mini-feature h5 { margin: 0 0 4px; font-size: 1rem; }
.mini-feature p { margin: 0; font-size: 0.85rem; color: var(--text-soft); }

/* =========================================================
   STEPS - COMO FUNCIONA
   ========================================================= */
.step-row { position: relative; }
.step-card {
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: var(--radius-lg);
  padding: 32px 26px;
  height: 100%;
  position: relative;
  transition: transform 0.3s ease, background 0.3s ease;
}
.step-card:hover {
  transform: translateY(-6px);
  background: rgba(255,255,255,0.08);
}
.step-number {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 3rem;
  font-weight: 800;
  background: linear-gradient(135deg, var(--accent), #6ce5a8);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  line-height: 1;
  margin-bottom: 12px;
}
.step-icon {
  font-size: 2rem;
  color: var(--accent);
  margin-bottom: 14px;
}
.step-card h4 { color: #fff; margin-bottom: 8px; }
.step-card p { color: rgba(255,255,255,0.72); margin: 0; }

/* =========================================================
   ENTERPRISE
   ========================================================= */
.enterprise-img-wrap { position: relative; }
.enterprise-img-wrap img {
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-lg);
}
.enterprise-badge {
  position: absolute;
  top: 24px;
  left: -20px;
  background: #fff;
  border-radius: 16px;
  padding: 14px 18px;
  display: flex;
  align-items: center;
  gap: 12px;
  box-shadow: var(--shadow-md);
  animation: floaty 5s ease-in-out infinite;
}
.enterprise-badge i { font-size: 1.5rem; }
.enterprise-badge strong { display: block; font-weight: 700; }
.enterprise-badge small { color: var(--muted); }
.enterprise-stat {
  position: absolute;
  bottom: 24px;
  right: -20px;
  background: var(--pyride-dark);
  color: #fff;
  border-radius: 16px;
  padding: 18px 22px;
  box-shadow: var(--shadow-md);
  text-align: center;
  animation: floaty 5s ease-in-out infinite 1s;
}
.enterprise-stat strong {
  display: block;
  font-size: 1.6rem;
  color: var(--accent);
  font-weight: 800;
}
.enterprise-stat small { opacity: 0.85; font-size: 0.75rem; }

.enterprise-feature {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  padding: 14px;
  border-radius: 14px;
  background: var(--bg-soft);
  transition: background 0.25s ease;
}
.enterprise-feature:hover { background: var(--accent-soft); }
.enterprise-feature i {
  font-size: 1.2rem;
  color: var(--pyride);
  width: 38px;
  height: 38px;
  border-radius: 10px;
  background: #fff;
  display: grid;
  place-items: center;
  flex-shrink: 0;
}
.enterprise-feature strong { display: block; font-size: 0.95rem; }
.enterprise-feature small { color: var(--text-soft); font-size: 0.82rem; }

/* =========================================================
   DRIVER SECTION
   ========================================================= */
.driver-section {
  position: relative;
  background:
    linear-gradient(135deg, rgba(7,56,36,0.92) 0%, rgba(5,36,24,0.95) 100%),
    url('https://images.unsplash.com/photo-1493238792000-8113da705763?auto=format&fit=crop&w=1600&q=80');
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  overflow: hidden;
}
.driver-overlay {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 80% 50%, rgba(31,206,126,0.18), transparent 50%);
}
.driver-section h2 { color: #fff; }

.check-list { list-style: none; padding: 0; margin: 22px 0 0; }
.check-list li {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 8px 0;
  color: rgba(255,255,255,0.92);
  font-size: 1rem;
}
.check-list i {
  color: var(--accent);
  font-size: 1.15rem;
}

.driver-card-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
.driver-stat {
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: var(--radius);
  padding: 24px 20px;
  text-align: left;
  backdrop-filter: blur(10px);
  transition: transform 0.3s ease, background 0.3s ease;
}
.driver-stat:hover {
  transform: translateY(-4px);
  background: rgba(31,206,126,0.12);
}
.driver-stat i {
  font-size: 1.6rem;
  color: var(--accent);
  margin-bottom: 12px;
  display: block;
}
.driver-stat strong {
  display: block;
  font-size: 1.4rem;
  color: #fff;
  font-weight: 800;
  margin-bottom: 4px;
}
.driver-stat span {
  color: rgba(255,255,255,0.72);
  font-size: 0.85rem;
}

/* =========================================================
   TESTIMONIALS
   ========================================================= */
.testimonials-swiper { padding: 20px 8px 60px; }
.testimonial-card {
  background: #fff;
  border-radius: var(--radius-lg);
  padding: 28px;
  box-shadow: var(--shadow-sm);
  border: 1px solid var(--border);
  height: 100%;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.testimonial-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-md);
}
.stars {
  color: #f5b50a;
  margin-bottom: 14px;
  font-size: 0.95rem;
}
.testimonial-card p {
  color: var(--text);
  font-size: 1rem;
  line-height: 1.55;
  margin-bottom: 22px;
  font-style: italic;
}
.testimonial-author {
  display: flex;
  align-items: center;
  gap: 12px;
}
.testimonial-author .avatar {
  width: 46px;
  height: 46px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--accent), var(--pyride));
  color: #fff;
  display: grid;
  place-items: center;
  font-weight: 700;
}
.testimonial-author strong { display: block; font-weight: 700; }
.testimonial-author small { color: var(--muted); }
.swiper-pagination-bullet { background: var(--pyride); opacity: 0.3; }
.swiper-pagination-bullet-active { background: var(--accent); opacity: 1; }

/* =========================================================
   DOWNLOAD SECTION
   ========================================================= */
.download-section {
  position: relative;
  background: linear-gradient(135deg, var(--pyride-dark) 0%, var(--pyride) 60%, var(--accent) 130%);
  color: #fff;
  overflow: hidden;
}
.download-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 80% 20%, rgba(255,255,255,0.08), transparent 40%),
    radial-gradient(circle at 20% 80%, rgba(255,255,255,0.06), transparent 40%);
  pointer-events: none;
}

.store-btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 12px 20px;
  background: #000;
  color: #fff;
  border-radius: 14px;
  transition: transform 0.25s ease, background 0.25s ease;
  border: 1px solid rgba(255,255,255,0.1);
}
.store-btn:hover {
  transform: translateY(-3px);
  background: #1a1a1a;
  color: #fff;
}
.store-btn i { font-size: 1.8rem; }
.store-btn small { display: block; font-size: 0.7rem; opacity: 0.85; line-height: 1; }
.store-btn strong { display: block; font-size: 1.05rem; line-height: 1.1; }

.qr-block {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.15);
  padding: 14px 18px;
  border-radius: 16px;
  color: #fff;
  backdrop-filter: blur(8px);
}
.qr-box {
  width: 56px;
  height: 56px;
  border-radius: 12px;
  background: #fff;
  color: var(--pyride-dark);
  font-size: 2rem;
  display: grid;
  place-items: center;
}

.phones-stack { position: relative; }
.phone-2 { margin: 0 auto; transform: rotate(-3deg); }

/* =========================================================
   FAQ ACCORDION
   ========================================================= */
.accordion-pyride .accordion-item {
  border: 1px solid var(--border);
  border-radius: var(--radius) !important;
  margin-bottom: 12px;
  overflow: hidden;
  background: #fff;
  box-shadow: var(--shadow-sm);
}
.accordion-pyride .accordion-button {
  background: #fff;
  font-weight: 700;
  color: var(--text);
  padding: 18px 22px;
  border-radius: var(--radius) !important;
}
.accordion-pyride .accordion-button:not(.collapsed) {
  background: var(--accent-soft);
  color: var(--pyride);
  box-shadow: none;
}
.accordion-pyride .accordion-button:focus { box-shadow: 0 0 0 3px rgba(31,206,126,0.18); }
.accordion-pyride .accordion-body {
  padding: 0 22px 18px;
  color: var(--text-soft);
}

.contact-side-item {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px 16px;
  background: #fff;
  border-radius: 14px;
  border: 1px solid var(--border);
  color: var(--text);
  margin-bottom: 10px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.contact-side-item:hover {
  transform: translateY(-2px);
  color: var(--text);
  box-shadow: var(--shadow-sm);
}
.contact-side-item i { font-size: 1.6rem; }
.contact-side-item strong { display: block; font-weight: 700; }
.contact-side-item small { color: var(--muted); }

/* =========================================================
   CTA FINAL
   ========================================================= */
.cta-final-section {
  padding: 0 0 100px;
  background: #fff;
}
.cta-card {
  background: linear-gradient(135deg, var(--pyride-dark) 0%, var(--pyride) 100%);
  border-radius: var(--radius-lg);
  padding: 48px;
  color: #fff;
  position: relative;
  overflow: hidden;
  box-shadow: var(--shadow-lg);
}
.cta-card::before {
  content: "";
  position: absolute;
  top: -60px;
  right: -60px;
  width: 240px;
  height: 240px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(31,206,126,0.4), transparent 70%);
  pointer-events: none;
}

/* =========================================================
   CONTACT
   ========================================================= */
.contact-form {
  background: #fff;
  border-radius: var(--radius-lg);
  padding: 36px;
  border: 1px solid var(--border);
}
.contact-form .form-control,
.contact-form .form-select {
  border-radius: 12px;
  border: 1px solid var(--border);
  padding: 12px 16px;
  background: var(--bg-soft);
  transition: border 0.2s ease, box-shadow 0.2s ease;
}
.contact-form .form-control:focus,
.contact-form .form-select:focus {
  border-color: var(--accent);
  box-shadow: 0 0 0 3px rgba(31,206,126,0.16);
  background: #fff;
}
.contact-form .form-label { font-weight: 600; font-size: 0.88rem; }

.contact-info-item {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 12px 0;
  border-bottom: 1px solid var(--border);
}
.contact-info-item:last-child { border-bottom: none; }
.contact-info-item i {
  font-size: 1.25rem;
  background: var(--accent-soft);
  color: var(--pyride);
  width: 44px;
  height: 44px;
  border-radius: 12px;
  display: grid;
  place-items: center;
}
.contact-info-item strong { display: block; font-weight: 700; }
.contact-info-item small { color: var(--muted); }

.social-row { display: flex; gap: 10px; flex-wrap: wrap; }
.social-btn {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: var(--accent-soft);
  color: var(--pyride);
  display: grid;
  place-items: center;
  transition: transform 0.25s ease, background 0.25s ease, color 0.25s ease;
}
.social-btn:hover {
  transform: translateY(-3px);
  background: var(--pyride);
  color: #fff;
}
.social-btn-dark {
  background: rgba(255,255,255,0.08);
  color: #fff;
}
.social-btn-dark:hover {
  background: var(--accent);
  color: #fff;
}

/* =========================================================
   FOOTER
   ========================================================= */
.site-footer {
  background: var(--pyride-darker);
  color: rgba(255,255,255,0.78);
  padding: 70px 0 20px;
  margin-top: 0;
}
.site-footer .brand-text { font-size: 1.4rem; }
.footer-title {
  color: #fff;
  font-weight: 700;
  margin-bottom: 14px;
  font-size: 0.95rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.footer-list { list-style: none; padding: 0; margin: 0; }
.footer-list li { margin-bottom: 8px; }
.footer-list a {
  color: rgba(255,255,255,0.72);
  transition: color 0.2s ease, padding 0.2s ease;
  font-size: 0.93rem;
}
.footer-list a:hover { color: var(--accent); padding-left: 4px; }

.footer-newsletter {
  display: flex;
  gap: 8px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 14px;
  padding: 4px;
}
.footer-newsletter input {
  flex: 1;
  background: transparent;
  border: none;
  outline: none;
  color: #fff;
  padding: 10px 14px;
  font-size: 0.92rem;
}
.footer-newsletter input::placeholder { color: rgba(255,255,255,0.5); }
.footer-newsletter button { padding: 10px 16px; }

.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.1);
  padding-top: 18px;
  margin-top: 18px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  font-size: 0.85rem;
}
.footer-links { display: flex; gap: 18px; flex-wrap: wrap; }
.footer-links a { color: rgba(255,255,255,0.7); }
.footer-links a:hover { color: var(--accent); }

/* =========================================================
   WHATSAPP FLOAT
   ========================================================= */
.whatsapp-float {
  position: fixed;
  bottom: 26px;
  right: 26px;
  width: 60px;
  height: 60px;
  border-radius: 999px;
  background: #25D366;
  color: #fff;
  display: grid;
  place-items: center;
  font-size: 1.8rem;
  z-index: 1000;
  box-shadow: 0 12px 30px rgba(37, 211, 102, 0.45);
  animation: pulse-wa 2.5s infinite;
  transition: transform 0.25s ease;
}
.whatsapp-float:hover { color: #fff; transform: scale(1.08); }
@keyframes pulse-wa {
  0%, 100% { box-shadow: 0 12px 30px rgba(37,211,102,0.45), 0 0 0 0 rgba(37,211,102,0.6); }
  50% { box-shadow: 0 12px 30px rgba(37,211,102,0.45), 0 0 0 18px rgba(37,211,102,0); }
}

/* =========================================================
   RESPONSIVE
   ========================================================= */
@media (max-width: 992px) {
  .hero-section { padding: 130px 0 160px; }
  .hero-card-stack { min-height: 480px; margin-top: 40px; }
  .navbar-pyride .nav-link { padding: 10px 14px !important; }
  .navbar-pyride .navbar-collapse {
    background: rgba(7, 56, 36, 0.97);
    border-radius: 16px;
    padding: 16px;
    margin-top: 12px;
  }
  .cta-card { padding: 32px; text-align: center; }
  .driver-section { background-attachment: scroll; }
  .enterprise-badge { left: 0; }
  .enterprise-stat { right: 0; }
}

@media (max-width: 576px) {
  .hero-section h1 { font-size: 2.4rem; }
  .hero-phone { width: 240px; }
  .floating-card { padding: 10px 12px; font-size: 0.78rem; }
  .card-1 { top: 30px; left: 0; }
  .card-2 { bottom: 40px; right: 0; }
  .contact-form { padding: 22px; }
  .driver-card-grid { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; text-align: center; }
}
