:root {
  --para-green: #006501;
  --para-light-green: #8FD14F;
  --para-orange: #FF7A00;
  --para-yellow: #FFC107;
  --para-bg: #F6F8F5;
  --para-dark: #183225;
  --para-muted: #6b7280;
  --para-border: #e5e7eb;
  --para-card: #ffffff;
  --para-white: #ffffff;
}

/* =========================
   BASE
========================= */
* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Inter', sans-serif;
  background: var(--para-bg);
  color: var(--para-dark);
}

img {
  max-width: 100%;
  height: auto;
}

.section-padding {
  padding: 78px 0;
}

.bg-para-surface {
  background: linear-gradient(180deg, #ffffff 0%, #f9fcf8 100%);
}

/* =========================
   NAV
========================= */
.navbar {
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(0,0,0,0.04);
}

.navbar-brand {
  margin-right: 24px;
  padding-top: 0;
  padding-bottom: 0;
}

.para-logo {
  height: 64px;
  width: auto;
  object-fit: contain;
  display: block;
}

.navbar-nav .nav-link {
  color: #4b5563;
  font-weight: 600;
  padding-left: 12px;
  padding-right: 12px;
  white-space: nowrap;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
  color: var(--para-green);
}

/* =========================
   HERO
========================= */
.hero-para-home {
  padding: 80px 0 60px;
  background:
    radial-gradient(circle at 12% 18%, rgba(255, 193, 7, 0.16), transparent 14%),
    radial-gradient(circle at 88% 12%, rgba(255, 122, 0, 0.12), transparent 18%),
    radial-gradient(circle at 75% 78%, rgba(143, 209, 79, 0.14), transparent 20%),
    linear-gradient(135deg, #005800 0%, #006501 35%, #0a7a08 70%, #0d870a 100%);
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

.hero-para-home::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='900' height='500' viewBox='0 0 900 500'%3E%3Cg fill='none' stroke='rgba(255,255,255,0.12)' stroke-width='2' stroke-linecap='round'%3E%3Cpath d='M60 350 C180 250 300 430 430 300 S690 120 840 210' stroke-dasharray='4 8'/%3E%3Cpath d='M100 120 C240 30 340 180 480 120 S690 40 830 100' stroke-dasharray='5 10'/%3E%3C/g%3E%3Cg fill='rgba(255,255,255,0.14)'%3E%3Ccircle cx='98' cy='121' r='8'/%3E%3Ccircle cx='428' cy='300' r='7'/%3E%3Ccircle cx='840' cy='210' r='9'/%3E%3Ccircle cx='830' cy='100' r='7'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  opacity: 0.9;
  pointer-events: none;
  z-index: 0;
}

.hero-para-home::after {
  content: "";
  position: absolute;
  right: -40px;
  bottom: -30px;
  width: 440px;
  height: 440px;
  background:
    radial-gradient(circle, rgba(255,255,255,0.07) 0%, rgba(255,255,255,0.03) 38%, transparent 70%);
  border-radius: 50%;
  pointer-events: none;
  z-index: 0;
}

.hero-para-home > .container {
  position: relative;
  z-index: 1;
}

.hero-bg-icons {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  overflow: hidden;
}

.hero-bg-icons i {
  position: absolute;
  color: rgba(255,255,255,0.10);
  filter: drop-shadow(0 8px 18px rgba(0,0,0,0.10));
  animation: floatRide 2s ease-in-out infinite;
}

.hero-banner-content {
  margin-top: 70px;
}

.hero-bg-icons .pin-1 {
  top: 13%;
  left: 56%;
  font-size: 2.2rem;
  animation-delay: 0s;
}

.hero-bg-icons .pin-2 {
  top: 62%;
  left: 8%;
  font-size: 2.6rem;
  color: rgba(255,193,7,0.14);
  animation-delay: 1s;
}

.hero-bg-icons .pin-3 {
  top: 22%;
  right: 6%;
  font-size: 2rem;
  animation-delay: 2s;
}

.hero-bg-icons .route-1 {
  top: 28%;
  left: 72%;
  font-size: 2.8rem;
  color: rgba(255,255,255,0.08);
  transform: rotate(-8deg);
  animation-delay: 1.5s;
}

.hero-bg-icons .route-2 {
  bottom: 16%;
  right: 18%;
  font-size: 2.4rem;
  color: rgba(255,122,0,0.14);
  animation-delay: 2.5s;
}

.hero-bg-icons .signal-1 {
  bottom: 26%;
  left: 48%;
  font-size: 2rem;
  color: rgba(143,209,79,0.16);
  animation-delay: 0.8s;
}

.hero-para-home {
  border-bottom: 6px solid transparent;
  border-image: linear-gradient(90deg, #FF7A00, #FFC107) 1;
}

@keyframes floatRide {
  0%, 100% {
    transform: translateY(0px) rotate(0deg);
    opacity: 0.85;
  }
  50% {
    transform: translateY(-10px) rotate(2deg);
    opacity: 1;
  }
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255,255,255,0.16);
  color: #fff;
  padding: 10px 16px;
  border: 1px solid rgba(255,255,255,0.22);
  border-radius: 999px;
  font-weight: 800;
  margin-bottom: 18px;
}

.hero-title {
  color: #fff;
  font-size: clamp(2rem, 4vw, 4rem);
  line-height: 1.08;
  font-weight: 800;
  margin-bottom: 18px;
  max-width: 760px;
  text-shadow: 0 3px 10px rgba(0,0,0,0.14);
}

.hero-subtitle {
  color: rgba(255,255,255,0.90);
  font-size: 1.05rem;
  max-width: 760px;
  margin-bottom: 22px;
}

.hero-points {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 28px;
}

.hero-point {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: rgba(255,255,255,0.14);
  color: #fff;
  border: 1px solid rgba(255,255,255,0.16);
  padding: 10px 14px;
  border-radius: 999px;
  font-weight: 600;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.08);
  backdrop-filter: blur(6px);
}

.hero-point i {
  color: var(--para-yellow);
}

.text-orange {
  color: var(--para-orange)
}
/* =========================
   HERO QR CARD
========================= */
.qr-box {
  background: rgba(255,255,255,0.10);
  border: 1px solid rgba(255,255,255,0.16);
  border-radius: 28px;
  padding: 22px;
  backdrop-filter: blur(10px);
  box-shadow: 0 18px 40px rgba(0,0,0,0.10);
  color: #fff;
}

.qr-title {
  font-size: 1.6rem;
  font-weight: 800;
  margin-bottom: 8px;
  color: #fff;
}

.qr-subtitle {
  color: rgba(255,255,255,0.86);
  margin-bottom: 18px;
}

.qr-image-wrap {
  background: rgba(255,255,255,0.10);
  border-radius: 24px;
  padding: 18px;
  text-align: center;
  margin-bottom: 18px;
}

.qr-image {
  width: 220px;
  max-width: 100%;
  border-radius: 18px;
  background: #fff;
  padding: 10px;
}

.driver-payment-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.driver-payment-btn {
  border: none;
  border-radius: 999px;
  padding: 14px 24px;
  font-weight: 800;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  transition: transform 0.25s ease, box-shadow 0.25s ease, opacity 0.25s ease;
}

.driver-payment-btn:hover {
  transform: translateY(-2px);
  opacity: 0.98;
}

.driver-payment-btn.primary {
  background: linear-gradient(135deg, var(--para-orange), var(--para-yellow ));
  color: #fff;
  box-shadow: 0 14px 28px rgba(46,139,60,0.18);
  width: 100%;
}

/* =========================
   COMMON SECTION STYLES
========================= */
.section-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #eef9ef;
  color: var(--para-green);
  padding: 10px 16px;
  border-radius: 999px;
  font-weight: 800;
}

.section-title {
  font-size: clamp(1.8rem, 3vw, 2.7rem);
  font-weight: 800;
  color: var(--para-dark);
  line-height: 1.15;
  margin-bottom: 12px;
}

.section-subtitle {
  max-width: 760px;
  margin-inline: auto;
  color: var(--para-muted);
  font-size: 1rem;
}

.info-card,
.step-card,
.feature-card,
.download-card,
.stats-card {
  background: #fff;
  border-radius: 24px;
  padding: 24px;
  height: 100%;
  border: 1px solid rgba(46,139,60,0.08);
  box-shadow: 0 16px 35px rgba(0,0,0,0.05);
  transition: 0.25s ease;
}

.info-card:hover,
.step-card:hover,
.feature-card:hover,
.download-card:hover,
.stats-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 22px 45px rgba(0,0,0,0.08);
}

.feature-icon,
.icon-badge,
.step-number {
  width: 60px;
  height: 60px;
  border-radius: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.35rem;
  margin-bottom: 16px;
}

.feature-icon,
.icon-badge {
  background: rgba(255,122,0,0.12);
  color: var(--para-orange);
}

.step-number {
  background: rgba(46,139,60,0.12);
  color: var(--para-green);
  font-weight: 800;
}

.feature-card h5,
.step-card h5,
.info-card h6,
.stats-card h3 {
  font-weight: 800;
  color: var(--para-dark);
}

.feature-card p,
.step-card p,
.info-card p,
.stats-card p {
  color: var(--para-muted);
  margin-bottom: 0;
}

.highlight-box {
  background: #f8fff8;
  border: 1px solid #dff0e2;
  color: var(--para-dark);
  border-radius: 18px;
  padding: 16px 18px;
  margin-bottom: 20px;
  font-weight: 600;
}

/* =========================
   DOWNLOAD CTA SECTION
========================= */
.download-cta-box {
  border-radius: 30px;
  padding: 34px;
  background:
    radial-gradient(circle at top right, rgba(255,193,7,0.18), transparent 24%),
    linear-gradient(135deg, #2e8b3c 0%, #3c9c4a 55%, #4da85a 100%);
  box-shadow: 0 22px 50px rgba(46,139,60,0.22);
  color: #fff;
}

.download-cta-box .section-title {
  color: #fff;
}

.download-cta-box p {
  color: rgba(255,255,255,0.88);
}

.download-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 22px;
}

.btn-store-light {
  border-radius: 999px;
  padding: 14px 24px;
  font-weight: 800;
  border: none;
  background: #fff;
  color: var(--para-green);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.btn-store-light:hover {
  color: var(--para-green);
  transform: translateY(-2px);
}

/* =========================
   CONTACT
========================= */
.contact-card {
  background: #fff;
  border-radius: 24px;
  padding: 28px;
  height: 100%;
  border: 1px solid rgba(46,139,60,0.08);
  box-shadow: 0 16px 35px rgba(0,0,0,0.05);
}

.contact-card h5 {
  font-weight: 800;
  margin-bottom: 20px;
  color: var(--para-dark);
}

.form-control,
textarea.form-control {
  border-radius: 16px;
  padding: 0.95rem 1rem;
  border: 1px solid #dde3dd;
  background: #fff;
  box-shadow: none;
}

.form-control:focus,
textarea.form-control:focus {
  border-color: rgba(46,139,60,0.55);
  box-shadow: 0 0 0 0.22rem rgba(46,139,60,0.12);
}

.btn-para-primary {
  background: linear-gradient(135deg, var(--para-green), var(--para-light-green));
  border: none;
  color: #fff;
  font-weight: 800;
  border-radius: 999px;
  padding: 14px 24px;
  box-shadow: 0 10px 20px rgba(46,139,60,0.18);
}

.btn-para-primary:hover {
  color: #fff;
  opacity: 0.96;
}

.contact-info-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 20px;
}

.contact-info-item:last-child {
  margin-bottom: 0;
}

/* =========================
   RESPONSIVE
========================= */
@media (max-width: 991.98px) {
  .hero-para-home {
    padding: 64px 0 50px;
  }

  .download-cta-actions {
    flex-direction: column;
  }

  .download-cta-actions a {
    width: 100%;
    justify-content: center;
  }
}

@media (max-width: 767.98px) {
  .section-padding {
    padding: 64px 0;
  }

  .hero-title {
    font-size: 2.3rem;
  }

  .hero-points {
    flex-direction: column;
  }

  .hero-point {
    width: 100%;
  }

  .qr-box,
  .info-card,
  .step-card,
  .feature-card,
  .download-card,
  .stats-card,
  .contact-card {
    border-radius: 22px;
    padding: 20px;
  }
}