/* ==========================================================================
   SaleGaadi INDIA - Feature Showcase & App Landing Styles
   ========================================================================== */

/* Navbar Navigation Links */
.nav-menu-links {
  display: flex;
  align-items: center;
  gap: 24px;
}

.nav-menu-link {
  font-size: 0.92rem;
  font-weight: 600;
  color: var(--text-secondary);
  transition: var(--transition);
}
.nav-menu-link:hover {
  color: var(--primary);
}

/* Official Google Play Store Button */
.btn-google-play {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: #000000;
  color: #FFFFFF !important;
  padding: 8px 18px;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.25);
  transition: var(--transition);
  text-decoration: none;
  cursor: pointer;
  flex-shrink: 0;
}

.btn-google-play:hover {
  background: #1A1A1A;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.35);
  border-color: rgba(255, 255, 255, 0.4);
}

.play-icon-svg {
  width: 26px;
  height: 28px;
  flex-shrink: 0;
}

.play-text-col {
  display: flex;
  flex-direction: column;
  line-height: 1.15;
  text-align: left;
}

.play-small-text {
  font-size: 0.65rem;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  opacity: 0.85;
  font-weight: 500;
}

.play-brand-text {
  font-size: 1.15rem;
  font-weight: 700;
  letter-spacing: -0.2px;
}

/* Primary Electric Blue Playstore Variant */
.btn-play-primary {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: var(--primary);
  color: #FFFFFF !important;
  padding: 12px 26px;
  border-radius: var(--radius-full);
  font-size: 1rem;
  font-weight: 700;
  box-shadow: 0 6px 20px var(--primary-glow);
  transition: var(--transition);
  text-decoration: none;
}
.btn-play-primary:hover {
  background: var(--primary-hover);
  transform: translateY(-2px);
  box-shadow: 0 10px 28px rgba(11, 99, 246, 0.35);
}

/* --------------------------------------------------------------------------
   Landing Hero Section
   -------------------------------------------------------------------------- */
.landing-hero {
  padding: 40px 0 60px 0;
  overflow: hidden;
}

.landing-hero-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 40px;
  align-items: center;
}

.hero-pill-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--primary-light);
  color: var(--primary);
  padding: 6px 14px;
  border-radius: var(--radius-full);
  font-size: 0.82rem;
  font-weight: 700;
  margin-bottom: 18px;
  border: 1px solid rgba(11, 99, 246, 0.2);
}

.hero-main-title {
  font-size: 3rem;
  font-weight: 800;
  line-height: 1.14;
  color: var(--text-main);
  letter-spacing: -0.8px;
  margin-bottom: 18px;
}

.hero-main-title .gradient-text {
  color: var(--primary);
  background: linear-gradient(135deg, #0B63F6 0%, #0042B3 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hero-description {
  font-size: 1.1rem;
  line-height: 1.65;
  color: var(--text-secondary);
  margin-bottom: 28px;
  max-width: 540px;
}

.hero-cta-actions {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 34px;
}

/* Trust Stats Bar */
.trust-stats-row {
  display: flex;
  align-items: center;
  gap: 20px 24px;
  padding-top: 24px;
  border-top: 1px solid var(--border);
  flex-wrap: wrap;
}

.trust-stat-item {
  display: flex;
  flex-direction: column;
}

.trust-stat-val {
  font-size: 1.4rem;
  font-weight: 800;
  color: var(--text-main);
  line-height: 1;
  margin-bottom: 4px;
}

.trust-stat-lbl {
  font-size: 0.78rem;
  color: var(--text-muted);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.trust-stat-rating {
  text-decoration: none;
  cursor: pointer;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.trust-stat-rating:hover {
  transform: translateY(-2px);
  opacity: 0.92;
}

.rating-val {
  display: flex;
  align-items: center;
  gap: 5px;
}

.rating-star-svg {
  width: 18px;
  height: 18px;
  color: #0B63F6;
  fill: #0B63F6;
  flex-shrink: 0;
}

.rating-reviews {
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.5px;
  color: var(--text-muted);
}

/* Smartphone Mockup Frame */
.phone-mockup-wrapper {
  position: relative;
  max-width: 320px;
  margin: 0 auto;
}

.phone-frame {
  position: relative;
  background: #0F172A;
  border-radius: 36px;
  padding: 10px;
  box-shadow: 0 25px 60px rgba(11, 99, 246, 0.22), 0 10px 25px rgba(0, 0, 0, 0.15);
  border: 3px solid #334155;
}

.phone-screen {
  background: #F4F6FB;
  border-radius: 28px;
  overflow: hidden;
  position: relative;
}

.phone-screen img {
  width: 100%;
  height: auto;
  display: block;
}

/* Floating Badges */
.float-card {
  position: absolute;
  background: var(--surface);
  border-radius: var(--radius-md);
  padding: 10px 16px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
  border: 1px solid var(--border);
  display: flex;
  align-items: center;
  gap: 10px;
  z-index: 10;
  animation: floatAnim 4s ease-in-out infinite;
}

.float-badge-1 {
  top: 15%;
  left: -35px;
}

.float-badge-2 {
  bottom: 18%;
  right: -30px;
  animation-delay: 2s;
}

@keyframes floatAnim {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
}

.float-icon {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--primary-light);
  color: var(--primary);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

/* --------------------------------------------------------------------------
   Feature Showcase Rows (Alternating Layout matching uploaded screenshots)
   -------------------------------------------------------------------------- */
.feature-showcase-section {
  padding: 80px 0;
  background: var(--surface);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}

.showcase-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
  margin-bottom: 80px;
}

.showcase-row:last-child {
  margin-bottom: 0;
}

.showcase-row.reverse {
  direction: rtl;
}
.showcase-row.reverse > * {
  direction: ltr;
}

.showcase-text {
  max-width: 500px;
}

.showcase-tag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 5px 12px;
  border-radius: var(--radius-full);
  background: var(--primary-light);
  color: var(--primary);
  font-size: 0.8rem;
  font-weight: 700;
  margin-bottom: 14px;
}

.showcase-title {
  font-size: 2rem;
  font-weight: 800;
  color: var(--text-main);
  letter-spacing: -0.4px;
  line-height: 1.25;
  margin-bottom: 16px;
}

.showcase-desc {
  font-size: 1.05rem;
  color: var(--text-secondary);
  line-height: 1.7;
  margin-bottom: 22px;
}

.showcase-bullets {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 26px;
}

.showcase-bullet-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 0.95rem;
  color: var(--text-main);
  font-weight: 600;
}

.bullet-icon-check {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #DCFCE7;
  color: #16A34A;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 2px;
}

.showcase-phone-col {
  display: flex;
  justify-content: center;
}

.showcase-phone-card {
  max-width: 310px;
  border-radius: 34px;
  background: #0F172A;
  padding: 10px;
  box-shadow: 0 20px 50px rgba(11, 99, 246, 0.16);
  border: 3px solid #334155;
  transition: var(--transition);
}
.showcase-phone-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 25px 60px rgba(11, 99, 246, 0.25);
}

.showcase-phone-card img {
  width: 100%;
  border-radius: 26px;
  display: block;
}

/* --------------------------------------------------------------------------
   App Screenshots Gallery (5-Screen Overview)
   -------------------------------------------------------------------------- */
.gallery-section {
  padding: 80px 0;
  background: var(--bg-main);
}

.section-head-center {
  text-align: center;
  max-width: 660px;
  margin: 0 auto 50px auto;
}

.section-eyebrow {
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--primary);
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 8px;
}

.section-big-title {
  font-size: 2.2rem;
  font-weight: 800;
  color: var(--text-main);
  letter-spacing: -0.5px;
  line-height: 1.22;
  margin-bottom: 12px;
}

.section-sub-text {
  font-size: 1rem;
  color: var(--text-secondary);
  line-height: 1.6;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 18px;
}

.gallery-card {
  background: var(--surface);
  border-radius: var(--radius-md);
  overflow: hidden;
  border: 1px solid var(--border);
  box-shadow: var(--shadow-card);
  transition: var(--transition);
  text-align: center;
}
.gallery-card:hover {
  transform: translateY(-8px);
  box-shadow: var(--shadow-hover);
}

.gallery-card img {
  width: 100%;
  height: auto;
  display: block;
}

.gallery-card-body {
  padding: 14px 10px;
}

.gallery-card-title {
  font-size: 0.92rem;
  font-weight: 700;
  color: var(--text-main);
  margin-bottom: 4px;
}

.gallery-card-sub {
  font-size: 0.74rem;
  color: var(--text-muted);
}

/* --------------------------------------------------------------------------
   Big Bottom CTA Download Section
   -------------------------------------------------------------------------- */
.cta-banner-card {
  background: linear-gradient(135deg, #0A63F8 0%, #0348C2 60%, #002D82 100%);
  border-radius: var(--radius-lg);
  padding: 55px 40px;
  color: #FFFFFF;
  text-align: center;
  margin: 40px 0 70px 0;
  box-shadow: 0 15px 40px rgba(11, 99, 246, 0.28);
  border: 1px solid rgba(255, 255, 255, 0.18);
  position: relative;
  overflow: hidden;
}

.cta-banner-title {
  font-size: 2.4rem;
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 14px;
}

.cta-banner-sub {
  font-size: 1.05rem;
  opacity: 0.92;
  max-width: 580px;
  margin: 0 auto 28px auto;
  line-height: 1.6;
}

/* --------------------------------------------------------------------------
   Responsive Adaptations
   -------------------------------------------------------------------------- */
@media (max-width: 992px) {
  .landing-hero-grid {
    grid-template-columns: 1fr;
    text-align: center;
    gap: 36px;
  }
  .hero-main-title {
    font-size: 2.3rem;
  }
  .hero-description {
    margin: 0 auto 24px auto;
  }
  .hero-cta-actions {
    justify-content: center;
  }
  .trust-stats-row {
    justify-content: center;
  }
  .showcase-row {
    grid-template-columns: 1fr;
    text-align: center;
    gap: 36px;
  }
  .showcase-row.reverse {
    direction: ltr;
  }
  .showcase-text {
    max-width: 100%;
    margin: 0 auto;
  }
  .showcase-bullets {
    align-items: center;
  }
  .showcase-bullet-item {
    text-align: left;
    max-width: 380px;
  }
  .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
  }
  .float-card {
    display: none;
  }
}

@media (max-width: 600px) {
  .gallery-grid {
    grid-template-columns: 1fr;
    max-width: 280px;
    margin: 0 auto;
  }
  .cta-banner-card {
    padding: 36px 20px;
  }
  .cta-banner-title {
    font-size: 1.7rem;
  }
}
