/* ============================================================
   JAMMU LOGISTICS — HERO CSS (Minimalist White & Orange Theme)
   Clean, modern, high-converting logistics hero section
   ============================================================ */

/* ---- Hero wrapper ---- */
.hero {
  position: relative;
  min-height: calc(100vh - 72px);
  display: flex;
  align-items: center;
  overflow: hidden;
  background: #FFFFFF;
  color: var(--color-navy);
  padding-top: 72px; /* Header offset */
  max-width: 100vw;
  box-sizing: border-box;
}

/* ---- Ambient Background (Clean Minimal, No Grid Lines) ---- */
.hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
}

/* Warm Ambient Glow */
.hero-shape--1 {
  position: absolute;
  width: 550px;
  height: 550px;
  top: -120px;
  right: -80px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 107, 0, 0.08) 0%, rgba(255, 107, 0, 0) 70%);
  filter: blur(60px);
}

.hero-shape--2 {
  position: absolute;
  width: 450px;
  height: 450px;
  bottom: -100px;
  left: -80px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(249, 115, 22, 0.05) 0%, rgba(249, 115, 22, 0) 70%);
  filter: blur(60px);
}

/* ---- Hero container ---- */
.hero-container {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: var(--container-max);
  margin-inline: auto;
  padding-inline: var(--container-pad);
  padding-top: clamp(2rem, 4vw, 3.5rem);
  padding-bottom: clamp(2.5rem, 4vw, 4rem);
  display: grid;
  grid-template-columns: 1.1fr 0.95fr;
  gap: clamp(2rem, 3.5vw, 3.5rem);
  align-items: center;
  box-sizing: border-box;
}

/* ---- Left Hero Content ---- */
.hero-content {
  display: flex;
  flex-direction: column;
  gap: 1.15rem;
}

.hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.35rem 0.85rem;
  background: #FFF7ED;
  border: 1px solid #FFEDD5;
  border-radius: var(--radius-full);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  color: #EA580C;
  width: fit-content;
}

.hero-eyebrow-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #FF6B00;
  display: inline-block;
}

.hero-headline {
  font-family: var(--font-display);
  font-size: clamp(2.1rem, 4vw, 3.25rem);
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: -0.03em;
  color: var(--color-navy);
  margin: 0;
}

.hero-headline-accent {
  color: var(--color-primary);
  display: inline;
}

.hero-subtext {
  font-size: clamp(0.95rem, 1.2vw, 1.05rem);
  color: var(--color-text-muted);
  line-height: 1.65;
  margin: 0;
  max-width: 52ch;
}

/* Hero Action CTAs */
.hero-ctas {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  flex-wrap: wrap;
  margin-top: 0.35rem;
}

/* Trust Chips (Clean Minimalist Badges) */
.hero-trust-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 0.5rem;
}

.trust-chip {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.35rem 0.75rem;
  background: #F8FAFC;
  border: 1px solid #E2E8F0;
  border-radius: var(--radius-full);
  font-size: 0.76rem;
  font-weight: 600;
  color: #475569;
  transition: all var(--duration-fast);
}

.trust-chip:hover {
  background: #FFF7ED;
  border-color: #FED7AA;
  color: #EA580C;
}

.trust-chip svg {
  width: 13px;
  height: 13px;
  stroke: var(--color-primary);
  stroke-width: 2.5;
  flex-shrink: 0;
}

/* ========================================================
   RIGHT: MINIMALIST SMART BOOKING CARD (DriveU Aesthetic)
   ======================================================== */
.hero-visual {
  display: flex;
  justify-content: center;
}

.hero-booking-card {
  width: 100%;
  max-width: 480px;
  background: #FFFFFF;
  border-radius: 20px;
  border: 1px solid #E2E8F0;
  box-shadow: 0 20px 45px -12px rgba(15, 23, 42, 0.08),
              0 0 0 1px rgba(15, 23, 42, 0.03);
  padding: clamp(1.25rem, 3vw, 1.75rem);
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 1.15rem;
}

/* Card Header */
.hero-card-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.hero-card-title {
  font-family: var(--font-display);
  font-size: 1.15rem;
  font-weight: 800;
  color: var(--color-navy);
  letter-spacing: -0.02em;
}

.hero-card-badge {
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #059669;
  background: #ECFDF5;
  border: 1px solid #A7F3D0;
  padding: 0.25rem 0.65rem;
  border-radius: var(--radius-full);
}

/* 4-Tab Switcher */
.hero-service-tabs {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 6px;
  background: #F1F5F9;
  padding: 4px;
  border-radius: 12px;
}

.hero-tab-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  padding: 0.6rem 0.25rem;
  border-radius: 9px;
  font-size: 0.72rem;
  font-weight: 700;
  color: #64748B;
  background: transparent;
  border: none;
  cursor: pointer;
  transition: all 160ms ease-out;
  white-space: nowrap;
}

.hero-tab-btn svg {
  width: 17px;
  height: 17px;
  stroke: currentColor;
}

.hero-tab-btn:hover {
  color: var(--color-navy);
}

.hero-tab-btn.is-active {
  background: #FF6B00;
  color: #FFFFFF;
  box-shadow: 0 2px 8px rgba(255, 107, 0, 0.3);
}

.hero-tab-btn.is-active svg {
  stroke: #FFFFFF;
}

/* Form Fields */
.hero-form-fields {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}

.hero-form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.75rem;
}

.hero-form-group {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}

.hero-form-label {
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #64748B;
}

.hero-form-input,
.hero-form-select {
  width: 100%;
  padding: 0.7rem 0.85rem;
  background: #F8FAFC;
  border: 1px solid #E2E8F0;
  border-radius: 10px;
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--color-navy);
  outline: none;
  transition: all var(--duration-fast);
  box-sizing: border-box;
  font-family: inherit;
}

.hero-form-input:focus,
.hero-form-select:focus {
  background: #FFFFFF;
  border-color: var(--color-primary);
  box-shadow: 0 0 0 3px rgba(255, 107, 0, 0.12);
}

/* WhatsApp / Book Submit Button */
.hero-submit-btn {
  width: 100%;
  background: linear-gradient(135deg, #FF6B00 0%, #EA580C 100%);
  color: white;
  font-size: 0.92rem;
  font-weight: 700;
  padding: 0.85rem 1.25rem;
  border-radius: var(--radius-full);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  box-shadow: 0 4px 14px rgba(255, 107, 0, 0.3);
  transition: all var(--duration-base) var(--ease-out);
  border: none;
  cursor: pointer;
}

.hero-submit-btn:hover {
  background: linear-gradient(135deg, #FF7D1A 0%, #D94E00 100%);
  transform: translateY(-1px);
  box-shadow: 0 6px 20px rgba(255, 107, 0, 0.42);
}

/* Mini Trust Stats in Hero Card */
.hero-stats-mini {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.5rem;
  padding-top: 0.85rem;
  border-top: 1px solid #F1F5F9;
}

.hero-stat-mini {
  text-align: center;
}

.hero-stat-mini-num {
  font-family: var(--font-display);
  font-size: 1.05rem;
  font-weight: 800;
  color: var(--color-primary);
  line-height: 1.1;
  margin-bottom: 2px;
}

.hero-stat-mini-label {
  font-size: 0.65rem;
  font-weight: 600;
  color: #64748B;
}

/* ---- Scroll Down Indicator ---- */
.hero-scroll {
  position: absolute;
  bottom: 1.25rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.2rem;
  color: #94A3B8;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  cursor: pointer;
  animation: heroScrollBounce 2.5s ease-in-out infinite;
}

.hero-scroll svg {
  width: 16px;
  height: 16px;
}

@keyframes heroScrollBounce {
  0%, 100% { transform: translateX(-50%) translateY(0); }
  50%      { transform: translateX(-50%) translateY(5px); }
}

/* ========================================================
   RESPONSIVE DESIGN (Refined Mobile View)
   ======================================================== */
@media (max-width: 960px) {
  .hero-container {
    grid-template-columns: 1fr;
    padding-top: 1.75rem;
    padding-bottom: 3rem;
    gap: 2rem;
  }

  .hero-content {
    text-align: left;
  }

  .hero-visual {
    order: 2;
  }

  .hero-headline {
    font-size: clamp(1.85rem, 6.5vw, 2.5rem);
  }

  .hero-booking-card {
    padding: 1.25rem;
  }
}

@media (max-width: 520px) {
  .hero {
    min-height: auto;
    padding-top: 60px;
    padding-bottom: 2rem;
  }

  .hero-container {
    padding-inline: 1rem;
    gap: 1.5rem;
  }

  .hero-eyebrow {
    font-size: 0.72rem;
    padding: 0.3rem 0.75rem;
  }

  .hero-headline {
    font-size: 1.85rem;
    line-height: 1.15;
  }

  .hero-subtext {
    font-size: 0.9rem;
    line-height: 1.55;
  }

  .hero-form-row {
    grid-template-columns: 1fr;
    gap: 0.6rem;
  }

  .hero-stats-mini {
    grid-template-columns: repeat(4, 1fr);
    gap: 0.25rem;
  }

  .hero-stat-mini-num {
    font-size: 0.95rem;
  }

  .hero-stat-mini-label {
    font-size: 0.6rem;
  }

  .hero-ctas {
    flex-direction: column;
    align-items: stretch;
    gap: 0.65rem;
  }

  .hero-ctas .btn {
    width: 100%;
    justify-content: center;
    padding: 0.75rem 1rem;
    font-size: 0.9rem;
  }

  .hero-service-tabs {
    grid-template-columns: repeat(4, 1fr);
    gap: 4px;
    padding: 3px;
  }

  .hero-tab-btn {
    font-size: 0.65rem;
    padding: 0.5rem 0.15rem;
  }

  .hero-tab-btn svg {
    width: 15px;
    height: 15px;
  }

  .trust-chip {
    font-size: 0.72rem;
    padding: 0.3rem 0.65rem;
  }

  .hero-scroll {
    display: none;
  }
}
