/* MEE CABS — inner landing pages (driver, fleet, about, contact) */

.lp-hero {
  position: relative;
  padding-top: 9.5rem;
  padding-bottom: 4.5rem;
  overflow: hidden;
}

.lp-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 80% 60% at 80% 20%, rgba(255, 255, 255, 0.12), transparent 55%);
  pointer-events: none;
}

.lp-hero .container {
  position: relative;
  z-index: 1;
}

.lp-hero--drive {
  background: linear-gradient(135deg, #1e1b4b 0%, #312e81 35%, #4338ca 70%, #5b21b6 100%);
  color: #fff;
}

.lp-hero--fleet {
  background: linear-gradient(135deg, #0f172a 0%, #1e3a5f 40%, #1d4ed8 85%, #3730a3 100%);
  color: #fff;
}

.lp-hero--about {
  background: linear-gradient(135deg, #134e4a 0%, #0d9488 45%, #2563eb 100%);
  color: #fff;
}

.lp-hero--contact {
  background: linear-gradient(135deg, #312e81 0%, #4f46e5 50%, #7c3aed 100%);
  color: #fff;
}

.lp-hero .lp-hero__lead,
.lp-hero .text-white-50 {
  color: rgba(255, 255, 255, 0.88) !important;
}

.lp-hero h1 {
  text-shadow: 0 2px 24px rgba(0, 0, 0, 0.2);
}

.lp-hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 0.4rem 0.85rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.25);
  margin-bottom: 1rem;
}

.lp-hero-img {
  border-radius: 1.25rem;
  box-shadow: 0 1.5rem 3rem rgba(0, 0, 0, 0.35);
  max-width: 100%;
  height: auto;
}

.lp-trust-strip {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem 1.25rem;
  margin-top: 1.5rem;
}

.lp-trust-strip span {
  font-size: 0.8rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.85);
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}

.lp-trust-strip i {
  color: #fde047;
}

.lp-section-alt {
  background: linear-gradient(180deg, #f8fafc 0%, #f1f5f9 100%);
}

.lp-section-warm {
  background: linear-gradient(180deg, #fffbeb 0%, #fff 40%, #f8fafc 100%);
}

.lp-card {
  height: 100%;
  border: 0;
  border-radius: 1rem;
  box-shadow: 0 0.5rem 1.5rem rgba(15, 23, 42, 0.08);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  background: #fff;
  overflow: hidden;
}

.lp-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 1rem 2rem rgba(15, 23, 42, 0.12);
}

.lp-card .card-body {
  padding: 1.75rem 1.5rem;
}

.lp-card-icon {
  width: 3rem;
  height: 3rem;
  border-radius: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.35rem;
  margin-bottom: 1rem;
  background: linear-gradient(135deg, #eef2ff 0%, #e0e7ff 100%);
  color: #4338ca;
}

.lp-card-icon--success {
  background: linear-gradient(135deg, #ecfdf5 0%, #d1fae5 100%);
  color: #047857;
}

.lp-card-icon--warning {
  background: linear-gradient(135deg, #fffbeb 0%, #fef3c7 100%);
  color: #b45309;
}

.lp-card-icon--info {
  background: linear-gradient(135deg, #ecfeff 0%, #cffafe 100%);
  color: #0e7490;
}

.lp-list-check {
  max-width: 32rem;
  margin-left: auto;
  margin-right: auto;
}

.lp-list-check li {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  padding: 0.85rem 1rem;
  margin-bottom: 0.5rem;
  background: #fff;
  border-radius: 0.75rem;
  box-shadow: 0 2px 8px rgba(15, 23, 42, 0.06);
  border: 1px solid rgba(226, 232, 240, 0.9);
}

.lp-list-check .lp-list-icon {
  flex-shrink: 0;
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #4338ca, #6366f1);
  color: #fff;
  font-size: 1rem;
}

.lp-cta-gradient {
  position: relative;
  overflow: hidden;
}

.lp-cta-gradient::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 30% 50%, rgba(255, 255, 255, 0.15), transparent 50%);
  pointer-events: none;
}

.lp-cta-gradient .container {
  position: relative;
  z-index: 1;
}

.lp-contact-card {
  border: 0;
  border-radius: 1rem;
  box-shadow: 0 0.75rem 2rem rgba(15, 23, 42, 0.1);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  height: 100%;
}

.lp-contact-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 1.25rem 2.5rem rgba(15, 23, 42, 0.14);
}

.lp-contact-card .lp-cc-icon {
  width: 3.25rem;
  height: 3.25rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  margin-bottom: 1rem;
}

.lp-cc-phone {
  background: linear-gradient(135deg, #dbeafe, #bfdbfe);
  color: #1d4ed8;
}

.lp-cc-mail {
  background: linear-gradient(135deg, #ede9fe, #ddd6fe);
  color: #5b21b6;
}

.lp-cc-geo {
  background: linear-gradient(135deg, #fce7f3, #fbcfe8);
  color: #be185d;
}

.lp-address-card {
  border-radius: 1rem;
  border: 1px solid rgba(99, 102, 241, 0.2);
  background: linear-gradient(135deg, #fafafa 0%, #f4f4f5 100%);
}

.lp-mission-card {
  border-radius: 1rem;
  border-left: 4px solid #6366f1;
  background: #fff;
  box-shadow: 0 4px 20px rgba(15, 23, 42, 0.06);
  padding: 1.75rem;
  margin-bottom: 1.5rem;
}

.lp-stat {
  text-align: center;
  padding: 1rem;
}

.lp-stat strong {
  display: block;
  font-size: 1.75rem;
  font-weight: 800;
  background: linear-gradient(135deg, #4338ca, #7c3aed);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.lp-stat span {
  font-size: 0.8rem;
  color: #64748b;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.footer-lp {
  background: linear-gradient(180deg, #0f172a 0%, #020617 100%) !important;
}

.footer-lp a {
  color: rgba(255, 255, 255, 0.65);
  text-decoration: none;
  transition: color 0.15s ease;
}

.footer-lp a:hover {
  color: #fff;
}

.footer-lp .footer-heading {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.45);
  margin-bottom: 1rem;
}

.footer-lp .footer-brand {
  font-weight: 800;
  font-size: 1.25rem;
  color: #fff;
  letter-spacing: -0.02em;
}

.lp-kicker {
  letter-spacing: 0.14em;
}

/* —— Home page (calm palette: slate neutrals + single primary) —— */
.masthead.home-masthead {
  background: #f8fafc !important;
  position: relative;
  border-bottom: 1px solid #e2e8f0;
}

.masthead.home-masthead::after {
  display: none;
}

.masthead.home-masthead .container {
  position: relative;
  z-index: 1;
}

/* Softer phone mockup halo — no neon purple */
.masthead.home-masthead .masthead-device-mockup .circle .gradient-start-color {
  stop-color: #e2e8f0;
}
.masthead.home-masthead .masthead-device-mockup .circle .gradient-end-color {
  stop-color: #cbd5e1;
}
.masthead.home-masthead .masthead-device-mockup .shape-1,
.masthead.home-masthead .masthead-device-mockup .shape-2 {
  fill: #94a3b8;
}

#driver .features-device-mockup .circle .gradient-start-color {
  stop-color: #e2e8f0;
}
#driver .features-device-mockup .circle .gradient-end-color {
  stop-color: #cbd5e1;
}
#driver .features-device-mockup .shape-1,
#driver .features-device-mockup .shape-2 {
  fill: #94a3b8;
}

.home-hero-kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #64748b;
  margin-bottom: 0.75rem;
}

.home-hero-kicker i {
  font-size: 1rem;
  color: var(--bs-primary, #0d6efd);
}

.home-masthead h1.display-1,
.home-masthead h1.display-3 {
  color: #0f172a;
  -webkit-text-fill-color: #0f172a;
  background: none;
}

.home-feature-tick li {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  margin-bottom: 1rem;
}

.home-feature-tick .bi {
  color: var(--bs-primary, #0d6efd);
  font-size: 1.1rem;
  margin-top: 0.15rem;
  flex-shrink: 0;
}

.home-section-label {
  color: #64748b !important;
}

.home-value-card {
  border-radius: 1rem;
  padding: 1.5rem 1.5rem 1.35rem;
  background: #fff;
  border: 1px solid #e2e8f0;
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04);
  margin-bottom: 2rem;
}

.home-value-card .home-value-label {
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #64748b;
  margin-bottom: 0.5rem;
}

.home-value-card h3 {
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 0.75rem;
}

.home-value-card--driver {
  background: #fafafa;
  border-color: #e2e8f0;
}

.home-value-card--driver .home-value-label {
  color: #64748b;
}

/* Divine — warm paper, dark text (no purple/orange burst) */
.home-divine-section {
  position: relative;
  background: #f4f2ee;
  color: #1e293b;
  border-top: 1px solid #e8e4de;
  border-bottom: 1px solid #e8e4de;
}

.home-divine-section::before {
  display: none;
}

.home-divine-section .container {
  position: relative;
  z-index: 1;
}

.home-divine-section h2 {
  color: #0f172a;
}

.home-divine-icon {
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.65rem;
  background: #e7e5e0;
  border: 1px solid #d4d0c8;
  color: #57534e;
  margin-bottom: 1.25rem;
}

.home-divine-panel {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 1rem;
  box-shadow: 0 4px 20px rgba(15, 23, 42, 0.06);
}

.home-divine-panel .home-divine-panel__note {
  color: #64748b;
  font-size: 0.9rem;
}

/* App download blocks — scoped under .home-page (see below) */

.home-section-soft {
  background: #f8fafc;
}

/* Fleet cards on home: same neutral icon style */
#options-for-every-need .lp-card {
  box-shadow: 0 1px 3px rgba(15, 23, 42, 0.06);
}

#options-for-every-need .lp-card:hover {
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.08);
}

#options-for-every-need .lp-card-icon,
#options-for-every-need .lp-card-icon--success,
#options-for-every-need .lp-card-icon--info,
#options-for-every-need .lp-card-icon--warning {
  background: #f1f5f9 !important;
  color: #475569 !important;
}

/* Temple circuit inner page hero — light, consistent with site */
.lp-hero--divine {
  background: #f8fafc;
  color: #0f172a;
  border-bottom: 1px solid #e2e8f0;
}

.lp-hero--divine::before {
  background: radial-gradient(ellipse 70% 60% at 90% 0%, rgba(14, 165, 233, 0.06), transparent 50%);
}

.lp-hero--divine .lp-hero__lead,
.lp-hero--divine .text-white-50 {
  color: #475569 !important;
}

.lp-hero--divine .lp-hero-badge {
  background: #f1f5f9;
  border-color: #e2e8f0;
  color: #475569;
}

/* ===== Home page: hierarchy, transitions, unified accents ===== */
.home-page {
  font-family: "Mulish", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

.home-page .home-section-block {
  padding-top: clamp(2.75rem, 5vw, 4.25rem) !important;
  padding-bottom: clamp(2.75rem, 5vw, 4.25rem) !important;
}

.home-page .home-heading-section {
  font-size: clamp(1.6rem, 3.2vw, 2.05rem);
  font-weight: 700;
  letter-spacing: -0.03em;
  color: #0f172a;
  line-height: 1.22;
  margin-bottom: 0;
}

.home-page .home-subhead {
  font-size: 1.0625rem;
  line-height: 1.6;
  font-weight: 400;
}

.home-page .home-masthead h1.display-3 {
  font-family: "Newsreader", Georgia, "Times New Roman", serif;
  font-weight: 600;
  font-size: clamp(2rem, 4.8vw, 2.85rem);
  letter-spacing: -0.03em;
  line-height: 1.12;
}

.home-page .lead {
  font-weight: 400;
  color: #475569;
}

.home-page .home-tagline {
  font-size: clamp(1.2rem, 2.8vw, 1.55rem);
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.35;
  color: #475569 !important;
  background: none !important;
  -webkit-background-clip: unset !important;
  background-clip: unset !important;
  -webkit-text-fill-color: #475569 !important;
}

.home-page .home-icon-muted {
  color: #94a3b8 !important;
}

.home-page .home-quick-strip {
  background: #fff;
  border-top: 1px solid #e2e8f0;
  border-bottom: 1px solid #e2e8f0;
}

.home-page .home-quick-strip__item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  flex-wrap: wrap;
}

.home-page .home-quick-strip__i {
  color: var(--bs-primary, #0d6efd);
  font-size: 1.1rem;
  opacity: 0.9;
}

.home-page .home-mini-features {
  max-width: 52rem;
}

.home-page .home-mini-feature {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 0.65rem;
  padding: 0.85rem 0.5rem;
  border-radius: 0.75rem;
  border: 1px solid #f1f5f9;
  background: #fafbfc;
  height: 100%;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

@media (hover: hover) {
  .home-page .home-mini-feature:hover {
    border-color: #e2e8f0;
    box-shadow: 0 4px 14px rgba(15, 23, 42, 0.05);
  }
}

.home-page .home-mini-feature__icon {
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border: 1px solid #e2e8f0;
  color: var(--bs-primary, #0d6efd);
  font-size: 1.2rem;
  flex-shrink: 0;
}

.home-page .home-mini-feature__icon--lg {
  width: 3.15rem;
  height: 3.15rem;
  font-size: 1.35rem;
}

.home-page .home-mini-feature__label {
  font-size: 0.8125rem;
  font-weight: 600;
  color: #475569;
  line-height: 1.3;
  max-width: 8rem;
}

.home-page .home-heading-sub {
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #64748b;
}

.home-page .home-driver-feature {
  padding: 0.25rem 0;
}

.home-page .home-divine-panel {
  border-left: 3px solid var(--bs-primary, #0d6efd);
}

.home-page .home-divine-panel__hook {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #64748b;
  margin-bottom: 0.75rem;
}

#options-for-every-need.home-section-block .lp-card {
  border-top: 3px solid transparent;
  transition: border-top-color 0.2s ease, transform 0.2s ease;
}

@media (hover: hover) {
  #options-for-every-need.home-section-block .lp-card:hover {
    border-top-color: var(--bs-primary, #0d6efd);
  }
}

.home-page .home-divine-section {
  background: linear-gradient(180deg, #f7f5f1 0%, #efeae3 100%);
  border-top-color: #e5dfd6;
  border-bottom-color: #e5dfd6;
}

.home-page .home-app-strip-wrap {
  background: #e8edf2;
}

.home-page .home-app-strip {
  color: #fff;
  border-radius: 1.25rem;
  padding: 2.5rem 1.5rem;
  background: linear-gradient(165deg, #273549 0%, #1e293b 45%, #334155 100%);
  box-shadow: 0 18px 48px rgba(15, 23, 42, 0.12);
  border: 1px solid rgba(148, 163, 184, 0.18);
}

.home-page .home-app-strip__title {
  color: #fff;
  font-weight: 700;
  letter-spacing: -0.025em;
  line-height: 1.25;
  margin: 0;
  font-size: clamp(1.45rem, 3.2vw, 1.95rem);
}

.home-page .home-app-strip__eyebrow {
  color: rgba(255, 255, 255, 0.5);
}

.home-page .home-app-strip__sub {
  color: rgba(255, 255, 255, 0.72);
  font-size: 1.02rem;
  line-height: 1.5;
}

.home-page .home-app-strip__logo {
  height: 6.5rem;
  width: auto;
  object-fit: contain;
}

.home-page .btn-lg.rounded-pill {
  padding-left: 1.35rem;
  padding-right: 1.35rem;
}

.home-page .btn-primary {
  box-shadow: 0 2px 12px rgba(13, 110, 253, 0.2);
}

.home-page .btn-primary:hover {
  box-shadow: 0 4px 16px rgba(13, 110, 253, 0.28);
}

.home-page .btn-outline-primary {
  border-width: 2px;
}
