/* ============================================================
   ZIGGO — PREMIUM MODERN REDESIGN
   Loaded AFTER style.css. Overrides legacy visual styles.
   Royal-blue brand, vibrant accents, bento grids, glass,
   mesh gradients, scroll narrative, premium typography.
   ============================================================ */

:root {
  /* Vibrant blue palette */
  --p-bg:           #FFFFFF;
  --p-bg-soft:      #F8FAFC;
  --p-bg-cream:     #FAFAF7;
  --p-bg-dark:      #050811;
  --p-bg-dark-2:    #0A0F1F;
  --p-card:         #FFFFFF;
  --p-text:         #0B1426;
  --p-text-light:   #475569;
  --p-text-muted:   #94A3B8;
  --p-text-onDark:  #F8FAFC;
  --p-text-onDarkMuted: #CBD5E1;
  --p-border:       #E2E8F0;
  --p-border-dark:  rgba(255,255,255,0.10);

  --p-brand:        #1E3A8A;
  --p-brand-light:  #3B82F6;
  --p-brand-bright: #60A5FA;
  --p-brand-glow:   #93C5FD;
  --p-brand-dark:   #131C3D;
  --p-accent:       #FBBF24;

  /* Champagne gold accent — for premium moments */
  --p-gold:         #C9A961;
  --p-gold-light:   #E5C97E;
  --p-gold-deep:    #A88840;
  --p-grad-gold:    linear-gradient(135deg, #E5C97E 0%, #C9A961 50%, #A88840 100%);

  /* Gradients */
  --p-grad-brand:   linear-gradient(135deg, #1E3A8A 0%, #131C3D 100%);
  --p-grad-bright:  linear-gradient(135deg, #3B82F6 0%, #1E3A8A 100%);
  --p-grad-mesh:    radial-gradient(at 20% 30%, rgba(59,130,246,0.35) 0%, transparent 50%),
                    radial-gradient(at 80% 20%, rgba(96,165,250,0.25) 0%, transparent 50%),
                    radial-gradient(at 50% 80%, rgba(30,58,138,0.45) 0%, transparent 60%);

  /* Type — original Bricolage display + DM Sans body */
  --p-font-display: 'Bricolage Grotesque', 'SF Pro Display', system-ui, sans-serif;
  --p-font-body:    'DM Sans', 'Inter', system-ui, sans-serif;

  /* Effects */
  --p-shadow-sm:    0 4px 12px rgba(11, 20, 38, 0.06);
  --p-shadow-md:    0 12px 28px rgba(11, 20, 38, 0.10);
  --p-shadow-lg:    0 24px 56px -12px rgba(11, 20, 38, 0.18);
  --p-shadow-xl:    0 32px 80px -20px rgba(11, 20, 38, 0.28);
  --p-shadow-brand: 0 16px 40px -10px rgba(30, 58, 138, 0.35);

  --p-radius-sm:    10px;
  --p-radius:       16px;
  --p-radius-lg:    24px;
  --p-radius-xl:    32px;

  --p-ease:         cubic-bezier(0.4, 0, 0.2, 1);
  --p-spring:       cubic-bezier(0.34, 1.56, 0.64, 1);

  --p-container:    100%;
}

/* ---------- Base reset (page-scoped) ---------- */
body.pm {
  font-family: var(--p-font-body) !important;
  color: var(--p-text) !important;
  background: var(--p-bg) !important;
  font-size: 16px !important;
  line-height: 1.55 !important;
  font-feature-settings: 'cv02', 'cv03', 'cv04', 'cv11';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: -0.011em;
  overflow-x: hidden;
}

body.pm ::selection { background: var(--p-brand); color: #fff; }

/* ---------- Typography ---------- */
.pm h1, .pm h2, .pm h3, .pm h4, .pm h5 {
  font-family: var(--p-font-display);
  color: var(--p-text);
  letter-spacing: -0.028em;
  line-height: 1.08;
  font-weight: 700;
  margin: 0;
}
.pm .pm-display {
  font-size: clamp(2.75rem, 6.5vw, 5.5rem);
  letter-spacing: -0.04em;
  line-height: 1.02;
  font-weight: 700;
}
.pm h2.pm-h2,
.pm .pm-h2 {
  font-size: clamp(2rem, 4vw, 3.5rem);
  letter-spacing: -0.035em;
  line-height: 1.05;
  font-weight: 700;
}
.pm h3.pm-h3,
.pm .pm-h3 {
  font-size: clamp(1.5rem, 2.4vw, 2rem);
  letter-spacing: -0.022em;
  font-weight: 600;
}
.pm .pm-lede {
  font-size: clamp(1.0625rem, 1.3vw, 1.25rem);
  line-height: 1.55;
  color: var(--p-text-light);
  max-width: 60ch;
}
.pm em.pm-accent {
  font-family: var(--p-font-display);
  font-style: normal;
  font-weight: 700;
  color: var(--p-brand-dark);
  background: none;
  -webkit-background-clip: initial;
  -webkit-text-fill-color: var(--p-brand-dark);
  background-clip: initial;
  display: inline-block;
}
/* On dark sections, the accent matches the white headline */
.pm .pm-section.dark-section em.pm-accent,
.pm .dark-section em.pm-accent,
.pm-safety em.pm-accent {
  color: #fff;
  -webkit-text-fill-color: #fff;
}
.pm .pm-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 14px;
  background: rgba(30, 58, 138, 0.08);
  color: var(--p-brand);
  font-family: var(--p-font-body);
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  border-radius: 999px;
  border: 1px solid rgba(30, 58, 138, 0.18);
  margin-bottom: 18px;
}
.pm .pm-eyebrow .dot {
  width: 6px; height: 6px;
  border-radius: 50%;
  background: var(--p-brand-light);
  box-shadow: 0 0 0 0 rgba(59,130,246,0.6);
  animation: pmPulse 2s ease-in-out infinite;
}
@keyframes pmPulse {
  0%,100% { box-shadow: 0 0 0 0 rgba(59,130,246,0.6); }
  50%     { box-shadow: 0 0 0 8px rgba(59,130,246,0); }
}

.pm.dark-section .pm-eyebrow {
  background: rgba(96, 165, 250, 0.14);
  color: var(--p-brand-bright);
  border-color: rgba(96, 165, 250, 0.25);
}

/* ---------- Container & section ---------- */
.pm .pm-container {
  max-width: var(--p-container);
  margin: 0 auto;
  padding: 0 24px;
}
.pm .pm-section {
  padding: clamp(70px, 9vw, 120px) 0;
  position: relative;
}
.pm .pm-section.dark-section {
  background: var(--p-bg-dark);
  color: var(--p-text-onDark);
}
.pm .pm-section.dark-section h1,
.pm .pm-section.dark-section h2,
.pm .pm-section.dark-section h3,
.pm .pm-section.dark-section h4 { color: #fff; }
.pm .pm-section.dark-section .pm-lede,
.pm .pm-section.dark-section p { color: var(--p-text-onDarkMuted); }
.pm .pm-section.alt-section {
  background: var(--p-bg-soft);
}

/* ---------- Buttons ---------- */
.pm .pm-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 13px 26px;
  font-family: var(--p-font-body);
  font-size: 0.95rem;
  font-weight: 600;
  letter-spacing: -0.005em;
  border-radius: 999px;
  border: 1.5px solid transparent;
  cursor: pointer;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  isolation: isolate;
  transition:
    transform 0.35s var(--p-spring),
    box-shadow 0.35s var(--p-ease),
    background 0.3s var(--p-ease),
    color 0.3s var(--p-ease),
    border-color 0.3s var(--p-ease);
  white-space: nowrap;
}
.pm .pm-btn::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(115deg, transparent 30%, rgba(255,255,255,0.35) 50%, transparent 70%);
  transform: translateX(-120%);
  transition: transform 0.7s var(--p-ease);
  pointer-events: none;
  z-index: 1;
}
.pm .pm-btn:hover::before { transform: translateX(120%); }

.pm .pm-btn-primary {
  background: var(--p-grad-brand);
  color: #fff;
  box-shadow: var(--p-shadow-brand);
}
.pm .pm-btn-primary:hover {
  transform: translateY(-2px) scale(1.02);
  box-shadow: 0 22px 50px -10px rgba(30, 58, 138, 0.5);
  color: #fff;
}

.pm .pm-btn-bright {
  background: linear-gradient(135deg, #60A5FA 0%, #1E3A8A 100%);
  color: #fff;
  box-shadow: 0 16px 40px -10px rgba(59, 130, 246, 0.45);
}
.pm .pm-btn-bright:hover {
  transform: translateY(-2px) scale(1.02);
  box-shadow: 0 22px 50px -10px rgba(59, 130, 246, 0.6);
  color: #fff;
}

.pm .pm-btn-ghost {
  background: transparent;
  color: var(--p-text);
  border-color: var(--p-border);
}
.pm .pm-btn-ghost:hover {
  border-color: var(--p-brand);
  background: rgba(30, 58, 138, 0.04);
  color: var(--p-brand);
  transform: translateY(-1px);
}
.pm .dark-section .pm-btn-ghost {
  color: #fff;
  border-color: rgba(255,255,255,0.25);
}
.pm .dark-section .pm-btn-ghost:hover {
  background: rgba(255,255,255,0.08);
  border-color: rgba(255,255,255,0.6);
  color: #fff;
}

.pm .pm-btn-lg { padding: 16px 32px; font-size: 1rem; }
.pm .pm-btn-sm { padding: 9px 18px; font-size: 0.85rem; }

.pm .pm-arrow-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--p-brand);
  font-weight: 600;
  font-size: 0.95rem;
  text-decoration: none;
  transition: gap 0.3s var(--p-ease), color 0.2s var(--p-ease);
}
.pm .pm-arrow-link i { transition: transform 0.3s var(--p-ease); }
.pm .pm-arrow-link:hover { gap: 10px; color: var(--p-brand-dark); }
.pm .pm-arrow-link:hover i { transform: translateX(3px); }
.pm .dark-section .pm-arrow-link { color: var(--p-brand-bright); }
.pm .dark-section .pm-arrow-link:hover { color: #fff; }

/* ---------- Announcement strip (above nav) ---------- */
.pm-announce {
  position: relative;
  width: 100%;
  background: linear-gradient(90deg, #1E3A8A 0%, #3B82F6 50%, #131C3D 100%);
  background-size: 200% 100%;
  animation: pmAnnounce 8s linear infinite;
  color: #fff;
  font-size: 0.825rem;
  font-weight: 500;
  letter-spacing: -0.005em;
  z-index: 1001;
}
@keyframes pmAnnounce {
  to { background-position: 200% 0; }
}
.pm-announce-inner {
  max-width: var(--p-container);
  margin: 0 auto;
  padding: 9px 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
}
.pm-announce .badge {
  background: rgba(255,255,255,0.18);
  padding: 2px 10px;
  border-radius: 999px;
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  border: 1px solid rgba(255,255,255,0.25);
}
.pm-announce a {
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border-bottom: 1px dashed rgba(255,255,255,0.55);
  padding-bottom: 1px;
  transition: gap 0.3s var(--p-ease), border-color 0.3s var(--p-ease);
}
.pm-announce a:hover { gap: 10px; border-color: #fff; }

/* ---------- Classic top bar (Uber/Stripe style) ---------- */
.pm-topbar {
  position: sticky;
  top: 0;
  z-index: 1000;
  width: 100%;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: saturate(180%) blur(20px);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  border-bottom: 1px solid var(--p-border);
  overflow: visible;
  transition: box-shadow 0.3s var(--p-ease), background 0.3s var(--p-ease), border-color 0.3s var(--p-ease);
}
.pm-topbar.scrolled {
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 8px 28px -12px rgba(11, 20, 38, 0.15);
  border-bottom-color: transparent;
}
.pm-topbar-inner {
  max-width: var(--p-container);
  margin: 0 auto;
  padding: 0 24px;
  height: 68px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  overflow: visible;
}
.pm-topbar .pm-nav-logo {
  position: relative;
  z-index: 1;
}
.pm-topbar .pm-nav-logo img {
  filter: none;
  height: 92px;
  display: block;
}
.pm-topbar .pm-nav-links {
  display: flex;
  align-items: center;
  gap: 4px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.pm-nav-logo {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  flex-shrink: 0;
}
.pm-nav-logo img {
  height: 36px;
  width: auto;
  display: block;
  /* Invert the dark-navy wordmark to white on the dark glass nav */
  filter: brightness(0) invert(1);
  transition: transform 0.3s var(--p-spring), filter 0.3s var(--p-ease);
}
.pm-nav-logo:hover img {
  transform: scale(1.04);
}
.pm-footer-logo img {
  height: 140px;
  filter: brightness(0) invert(1);
}
.pm-nav-links {
  display: flex;
  align-items: center;
  gap: 4px;
  list-style: none;
  margin: 0; padding: 0;
}
.pm-nav-link {
  position: relative;
  color: var(--p-brand-dark);
  font-family: var(--p-font-display);
  font-size: 0.95rem;
  font-weight: 600;
  letter-spacing: -0.015em;
  text-decoration: none;
  padding: 9px 16px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  transition: color 0.25s var(--p-ease), background 0.25s var(--p-ease);
}
.pm-nav-link::after {
  content: '';
  position: absolute;
  bottom: 4px;
  left: 50%;
  transform: translateX(-50%) scaleX(0);
  width: 22px;
  height: 2px;
  border-radius: 2px;
  background: var(--p-grad-bright);
  transform-origin: center;
  transition: transform 0.35s var(--p-spring);
}
.pm-nav-link:hover {
  color: var(--p-brand);
  background: rgba(30, 58, 138, 0.05);
}
.pm-nav-link:hover::after { transform: translateX(-50%) scaleX(1); }
.pm-nav-link i { font-size: 0.6rem; opacity: 0.6; transition: transform 0.3s var(--p-ease); }
.pm-nav-has-dropdown:hover .pm-nav-link i { transform: rotate(180deg); }

/* ---------- Premium mega-menu ---------- */
.pm-nav-has-dropdown { position: relative; }
/* Invisible hover bridge across the 20px gap between nav link and dropdown,
   so the dropdown stays open while you move your cursor to an option */
.pm-nav-has-dropdown::after {
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  height: 24px;
  pointer-events: none;
}
.pm-nav-has-dropdown:hover::after,
.pm-nav-has-dropdown:focus-within::after {
  pointer-events: auto;
}
.pm-nav-dropdown {
  position: absolute;
  top: calc(100% + 20px);
  left: 50%;
  transform: translateX(-50%) translateY(-12px);
  background: rgba(255, 255, 255, 0.98);
  backdrop-filter: saturate(180%) blur(28px);
  -webkit-backdrop-filter: saturate(180%) blur(28px);
  width: 640px;
  padding: 20px;
  border-radius: 28px;
  border: 1px solid rgba(255, 255, 255, 0.8);
  box-shadow:
    0 32px 80px -16px rgba(11, 20, 38, 0.28),
    0 4px 16px rgba(11, 20, 38, 0.06),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s var(--p-ease), transform 0.4s var(--p-spring);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4px;
}
.pm-nav-dropdown::before {
  content: '';
  position: absolute;
  top: -8px;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  width: 16px;
  height: 16px;
  background: rgba(255, 255, 255, 0.96);
  border-left: 1px solid rgba(255, 255, 255, 0.7);
  border-top: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 4px 0 0 0;
}
.pm-nav-has-dropdown:hover .pm-nav-dropdown,
.pm-nav-has-dropdown:focus-within .pm-nav-dropdown {
  opacity: 1;
  pointer-events: auto;
  transform: translateX(-50%) translateY(0);
}
.pm-nav-dropdown a {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 14px 18px 14px 14px;
  border-radius: 18px;
  text-decoration: none;
  color: var(--p-text);
  transition: background 0.3s var(--p-ease), transform 0.35s var(--p-spring);
  position: relative;
  border: 1px solid transparent;
}
.pm-nav-dropdown a::after {
  content: '\f054';
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%) translateX(-6px);
  font-size: 0.72rem;
  color: var(--p-brand);
  opacity: 0;
  transition: opacity 0.3s var(--p-ease), transform 0.35s var(--p-ease);
}
.pm-nav-dropdown a:hover {
  background: linear-gradient(135deg, rgba(59,130,246,0.06), rgba(30,58,138,0.03));
  border-color: rgba(30, 58, 138, 0.08);
  transform: translateX(2px);
}
.pm-nav-dropdown a:hover::after {
  opacity: 1;
  transform: translateY(-50%) translateX(0);
}
.pm-nav-dropdown a .ico {
  width: 56px; height: 56px;
  border-radius: 16px;
  background: var(--p-grad-bright);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 1rem;
  overflow: hidden;
  box-shadow: 0 8px 16px -6px rgba(59, 130, 246, 0.4);
  transition: transform 0.4s var(--p-spring), box-shadow 0.3s var(--p-ease);
}
.pm-nav-dropdown a:hover .ico {
  transform: scale(1.06) rotate(-3deg);
  box-shadow: 0 12px 22px -6px rgba(59, 130, 246, 0.5);
}

/* Image-icon variant — refined premium chip with subtle gradient */
.pm-nav-dropdown a .ico.ico-img {
  background: linear-gradient(160deg, #FAFBFD 0%, #EFF4FA 100%);
  box-shadow:
    0 6px 14px -4px rgba(11, 20, 38, 0.10),
    inset 0 1px 0 rgba(255, 255, 255, 0.9),
    inset 0 0 0 1px rgba(30, 58, 138, 0.06);
  padding: 6px;
}
.pm-nav-dropdown a .ico.ico-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  mix-blend-mode: multiply;
  filter: none;
}
.pm-nav-dropdown a:hover .ico.ico-img {
  box-shadow:
    0 10px 20px -4px rgba(11, 20, 38, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 1),
    inset 0 0 0 1px rgba(30, 58, 138, 0.12);
}
/* Per-service subtle tinted gradient backdrop (lighter, more elegant) */
.pm-nav-dropdown a.color-ride .ico.ico-img     { background: linear-gradient(160deg, #F5F9FF 0%, #DBEAFE 100%); }
.pm-nav-dropdown a.color-food .ico.ico-img     { background: linear-gradient(160deg, #FFF7ED 0%, #FFEDD5 100%); }
.pm-nav-dropdown a.color-flash .ico.ico-img    { background: transparent; box-shadow: none; padding: 0; }
.pm-nav-dropdown a.color-truck .ico.ico-img    { background: transparent; box-shadow: none; padding: 0; }
.pm-nav-dropdown a.color-mart .ico.ico-img     { background: transparent; box-shadow: none; padding: 0; }
.pm-nav-dropdown a.color-flash .ico.ico-img img,
.pm-nav-dropdown a.color-mart .ico.ico-img img {
  object-fit: contain;
  mix-blend-mode: multiply;
  width: 100%;
  height: 100%;
}
.pm-nav-dropdown a.color-drive .ico.ico-img    { background: linear-gradient(160deg, #F5F9FF 0%, #DBEAFE 100%); }
.pm-nav-dropdown a.color-merchant .ico.ico-img { background: linear-gradient(160deg, #FDF2F8 0%, #FCE7F3 100%); }
.pm-nav-dropdown a.color-biz .ico.ico-img      { background: linear-gradient(160deg, #F0F9FF 0%, #E0F2FE 100%); }
/* Mart photo — use the same blend/fit treatment as the other service icons */
/* Mart inline-SVG building icon — fills the tile cleanly */
.pm-nav-dropdown a.color-mart .ico.ico-mart-svg svg {
  width: 100%;
  height: 100%;
  display: block;
}
.pm-nav-dropdown a.color-mart .ico.ico-mart-svg {
  padding: 4px;
}
/* Ride inline-SVG car icon — premium look matching the other service tiles */
.pm-nav-dropdown a.color-ride .ico.ico-ride-svg svg {
  width: 100%;
  height: 100%;
  display: block;
}
.pm-nav-dropdown a.color-ride .ico.ico-ride-svg {
  padding: 4px;
}
.pm-nav-dropdown a strong {
  display: block;
  font-family: var(--p-font-display);
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--p-brand-dark);
  letter-spacing: -0.025em;
  margin-bottom: 3px;
  line-height: 1.1;
}
.pm-nav-dropdown a small {
  display: block;
  font-size: 0.78rem;
  color: var(--p-text-light);
  line-height: 1.35;
  font-weight: 400;
}
.pm-nav-dropdown a .text-block {
  display: flex;
  flex-direction: column;
}

/* Per-service gradient icons */
.pm-nav-dropdown a.color-ride  .ico { background: linear-gradient(135deg, #60A5FA, #1E3A8A); }
.pm-nav-dropdown a.color-food  .ico { background: linear-gradient(135deg, #FB923C, #C2410C); }
.pm-nav-dropdown a.color-flash .ico { background: linear-gradient(135deg, #FACC15, #A16207); }
.pm-nav-dropdown a.color-truck .ico { background: linear-gradient(135deg, #34D399, #047857); }
.pm-nav-dropdown a.color-mart  .ico { background: linear-gradient(135deg, #A78BFA, #5B21B6); }
.pm-nav-dropdown a.color-drive .ico { background: linear-gradient(135deg, #3B82F6, #1E40AF); }
.pm-nav-dropdown a.color-merchant .ico { background: linear-gradient(135deg, #F472B6, #9D174D); }
.pm-nav-dropdown a.color-biz   .ico { background: linear-gradient(135deg, #0EA5E9, #075985); }

/* Featured footer card inside the mega-menu — premium */
.pm-nav-dropdown .pm-mega-footer {
  grid-column: 1 / -1;
  margin-top: 10px;
  padding: 18px 20px;
  border-radius: 18px;
  background: #1E3A8A;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  isolation: isolate;
  box-shadow:
    0 12px 28px -10px rgba(30, 58, 138, 0.55),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
  transition: transform 0.4s var(--p-spring), box-shadow 0.4s var(--p-ease);
}
.pm-nav-dropdown .pm-mega-footer::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 60% 100% at 85% 50%, rgba(96,165,250,0.45), transparent 60%),
    radial-gradient(ellipse 50% 100% at 15% 50%, rgba(59,130,246,0.2), transparent 60%);
  pointer-events: none;
  z-index: -1;
}
.pm-nav-dropdown .pm-mega-footer:hover,
.pm-nav-dropdown a.pm-mega-footer:hover {
  background: linear-gradient(135deg, #1E3A8A 0%, #131C3D 100%);
  border-color: transparent;
  transform: translateY(-2px);
  box-shadow:
    0 18px 36px -10px rgba(30, 58, 138, 0.7),
    inset 0 1px 0 rgba(255, 255, 255, 0.12);
}
.pm-nav-dropdown a.pm-mega-footer:hover::after { display: none; }
.pm-nav-dropdown .pm-mega-footer .text { position: relative; z-index: 1; }
.pm-nav-dropdown .pm-mega-footer strong {
  font-family: var(--p-font-display);
  font-size: 1.05rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  display: block;
  margin-bottom: 3px;
  color: #fff;
}
.pm-nav-dropdown .pm-mega-footer small {
  font-size: 0.78rem;
  color: rgba(255,255,255,0.78);
  font-weight: 400;
}
.pm-nav-dropdown .pm-mega-footer .cta {
  position: relative; z-index: 1;
  background: rgba(255,255,255,0.18);
  backdrop-filter: blur(6px);
  padding: 8px 16px;
  border: 1px solid rgba(255,255,255,0.18);
  border-radius: 999px;
  font-size: 0.82rem;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  white-space: nowrap;
  transition: background 0.3s var(--p-ease), gap 0.3s var(--p-ease), border-color 0.3s var(--p-ease);
}
.pm-nav-dropdown .pm-mega-footer:hover .cta {
  background: rgba(255,255,255,0.28);
  border-color: rgba(255,255,255,0.35);
  gap: 9px;
}
.pm-nav-dropdown .pm-mega-footer::after { display: none; }

.pm-nav-cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.pm-nav-cta {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.pm-nav-cta .signin {
  font-family: var(--p-font-display);
  font-size: 0.95rem;
  color: var(--p-brand-dark);
  text-decoration: none;
  padding: 8px 14px;
  font-weight: 600;
  letter-spacing: -0.015em;
  border-radius: 999px;
  transition: color 0.2s var(--p-ease), background 0.2s var(--p-ease);
}
.pm-nav-cta .signin:hover {
  color: var(--p-brand);
  background: rgba(30, 58, 138, 0.05);
}
.pm-nav-cta .signup {
  background: var(--p-grad-brand);
  color: #fff;
  text-decoration: none;
  padding: 10px 20px;
  font-family: var(--p-font-display);
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: -0.015em;
  border-radius: 999px;
  position: relative;
  overflow: hidden;
  isolation: isolate;
  transition: transform 0.3s var(--p-spring), box-shadow 0.3s var(--p-ease);
  box-shadow: 0 8px 22px -6px rgba(30, 58, 138, 0.55);
}
.pm-nav-cta .signup::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(115deg, transparent 30%, rgba(255,255,255,0.35) 50%, transparent 70%);
  transform: translateX(-120%);
  transition: transform 0.7s var(--p-ease);
  pointer-events: none;
}
.pm-nav-cta .signup:hover::before { transform: translateX(120%); }
.pm-nav-cta .signup:hover {
  transform: translateY(-2px) scale(1.04);
  box-shadow: 0 14px 32px -6px rgba(30, 58, 138, 0.7);
  color: #fff;
}
.pm-nav-toggle {
  display: none;
  background: transparent;
  border: 0;
  font-size: 1.2rem;
  color: var(--p-text);
  cursor: pointer;
  padding: 8px;
}

/* ---------- HERO ---------- */
.pm-hero {
  position: relative;
  padding: 60px 0 50px;
  overflow: hidden;
  isolation: isolate;
}
.pm-hero::before {
  content: '';
  position: absolute;
  inset: -100px 0 0 0;
  background:
    radial-gradient(ellipse 80% 60% at 25% 20%, rgba(59,130,246,0.25), transparent 60%),
    radial-gradient(ellipse 60% 50% at 80% 80%, rgba(30,58,138,0.18), transparent 60%),
    radial-gradient(ellipse 50% 40% at 50% 50%, rgba(147,197,253,0.12), transparent 70%);
  pointer-events: none;
  z-index: 0;
}
.pm-hero::after {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(circle at 1px 1px, rgba(30,58,138,0.06) 1px, transparent 0);
  background-size: 24px 24px;
  pointer-events: none;
  z-index: 0;
  mask-image: linear-gradient(to bottom, black 30%, transparent 100%);
  -webkit-mask-image: linear-gradient(to bottom, black 30%, transparent 100%);
}
.pm-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: 60px;
  align-items: center;
  max-width: var(--p-container);
  margin: 0 auto;
  padding: 0 24px;
}
.pm-hero-content { position: relative; z-index: 2; }
.pm-hero h1 {
  font-size: clamp(2.5rem, 5.8vw, 4.75rem);
  letter-spacing: -0.045em;
  line-height: 0.98;
  margin: 24px 0 22px;
  font-weight: 700;
  color: var(--p-brand-dark);
}
/* Accent line in hero — normal upright style, same dark navy as the rest */
.pm-hero h1 em.pm-accent,
.pm-hero h1 .accent-line {
  font-style: normal;
  font-weight: 700;
  color: var(--p-brand-dark);
  background: none;
  -webkit-text-fill-color: var(--p-brand-dark);
  letter-spacing: -0.045em;
}
.pm-hero .pm-lede {
  font-size: clamp(1rem, 1.15vw, 1.125rem);
  max-width: 52ch;
  margin-bottom: 32px;
  line-height: 1.6;
  color: var(--p-brand-dark);
  font-weight: 400;
}
.pm-hero-cta-row {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 28px;
}
.pm-hero .pm-btn-lg { padding: 14px 28px; font-size: 0.95rem; }

/* Refined hero eyebrow chip */
.pm-hero .pm-eyebrow {
  font-size: 0.7rem;
  letter-spacing: 0.18em;
  padding: 7px 16px;
  background: rgba(255, 255, 255, 0.85);
  border: 1px solid rgba(30, 58, 138, 0.10);
  box-shadow: 0 4px 12px -4px rgba(30, 58, 138, 0.10);
  color: var(--p-brand-dark);
}
.pm-hero .pm-eyebrow .dot {
  width: 5px;
  height: 5px;
}
.pm-hero-trust {
  display: flex;
  align-items: center;
  gap: 28px;
  flex-wrap: wrap;
  margin-top: 18px;
}
.pm-hero-trust .item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.85rem;
  color: var(--p-text-light);
  font-weight: 500;
}
.pm-hero-trust .item i { color: var(--p-brand); font-size: 0.9rem; }
.pm-hero-trust .avatars {
  display: flex;
  align-items: center;
}
.pm-hero-trust .avatars span {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: linear-gradient(135deg, #3B82F6, #1E3A8A);
  border: 2px solid #fff;
  margin-left: -8px;
  color: #fff;
  font-size: 0.7rem;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.pm-hero-trust .avatars span:first-child { margin-left: 0; }

/* Hero visual — floating phone + UI cards (premium 3D look) */
.pm-hero-visual {
  position: relative;
  z-index: 1;
  height: 540px;
  perspective: 1400px;
}
/* Ambient glow aura behind phone */
.pm-hero-visual::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 460px;
  height: 460px;
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(59, 130, 246, 0.35) 0%, transparent 50%),
    radial-gradient(circle at 70% 30%, rgba(147, 197, 253, 0.45) 0%, transparent 60%);
  filter: blur(80px);
  z-index: 0;
  animation: pmAura 8s ease-in-out infinite;
}
@keyframes pmAura {
  0%, 100% { opacity: 0.7; transform: translate(-50%, -50%) scale(1); }
  50%      { opacity: 1;   transform: translate(-50%, -50%) scale(1.08); }
}
/* Light reflection arc */
.pm-hero-visual::after {
  content: '';
  position: absolute;
  top: 18%;
  left: 50%;
  transform: translate(-50%, 0) rotate(20deg);
  width: 380px;
  height: 180px;
  background: radial-gradient(ellipse, rgba(255,255,255,0.4), transparent 60%);
  filter: blur(40px);
  z-index: 0;
  pointer-events: none;
}

.pm-phone {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotateY(-6deg) rotateX(2deg) rotate(-3deg);
  transform-style: preserve-3d;
  width: 260px;
  height: 520px;
  background: linear-gradient(155deg, #1a2540 0%, #0c1226 50%, #1a2540 100%);
  border-radius: 44px;
  padding: 8px;
  box-shadow:
    0 60px 100px -20px rgba(11, 20, 38, 0.55),
    0 30px 60px -20px rgba(30, 58, 138, 0.35),
    0 0 0 1px rgba(255,255,255,0.15) inset,
    0 0 0 4px #2a3650,
    0 0 0 5px rgba(255,255,255,0.04);
  animation: pmFloat 7s ease-in-out infinite;
  z-index: 2;
}
/* Phone side glints */
.pm-phone::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 44px;
  background: linear-gradient(160deg, rgba(255,255,255,0.18) 0%, transparent 30%, transparent 70%, rgba(255,255,255,0.08) 100%);
  pointer-events: none;
  z-index: 3;
}
@keyframes pmFloat {
  0%,100% { transform: translate(-50%, -50%) rotateY(-6deg) rotateX(2deg) rotate(-3deg) translateY(0); }
  50%     { transform: translate(-50%, -50%) rotateY(-6deg) rotateX(2deg) rotate(-3deg) translateY(-14px); }
}
.pm-phone-screen {
  width: 100%;
  height: 100%;
  border-radius: 36px;
  background: #F7F9FC;
  overflow: hidden;
  position: relative;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.6);
  display: flex;
  flex-direction: column;
}
.pm-phone-screen::before {
  content: '9:41';
  position: absolute;
  top: 6px; left: 22px;
  z-index: 6;
  color: var(--p-brand-dark);
  font-family: var(--p-font-body);
  font-weight: 700;
  font-size: 0.7rem;
}
.pm-phone-screen::after {
  content: '';
  position: absolute;
  top: 8px; left: 50%;
  transform: translateX(-50%);
  width: 84px;
  height: 22px;
  background: #050811;
  border-radius: 999px;
  z-index: 7;
  box-shadow: inset 0 1px 2px rgba(255,255,255,0.1);
}

/* Search bar (Google-style) */
.pm-search-bar {
  margin: 38px 14px 0;
  background: #fff;
  border-radius: 999px;
  padding: 9px 8px 9px 16px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: var(--p-font-body);
  font-size: 0.72rem;
  color: var(--p-brand-dark);
  box-shadow:
    0 4px 12px -4px rgba(11, 20, 38, 0.12),
    0 0 0 1px rgba(11, 20, 38, 0.05);
  position: relative;
  z-index: 3;
}
.pm-search-bar .search-text {
  flex: 1;
  font-weight: 500;
  color: var(--p-text);
}
.pm-search-bar .search-text strong {
  color: var(--p-brand-dark);
  font-weight: 700;
  margin-right: 3px;
}
.pm-search-bar .search-mic {
  width: 28px; height: 28px;
  border-radius: 50%;
  background: linear-gradient(135deg, #3B82F6, #1E3A8A);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.7rem;
  flex-shrink: 0;
}

/* Filter chips */
.pm-chips {
  display: flex;
  gap: 4px;
  padding: 10px 14px 8px;
  overflow-x: auto;
  scrollbar-width: none;
  position: relative;
  z-index: 3;
}
.pm-chips::-webkit-scrollbar { display: none; }
.pm-chips .chip {
  padding: 5px 11px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid var(--p-border);
  font-family: var(--p-font-body);
  font-size: 0.66rem;
  font-weight: 600;
  color: var(--p-text-light);
  white-space: nowrap;
  letter-spacing: 0.02em;
}
.pm-chips .chip.active {
  background: var(--p-grad-brand);
  color: #fff;
  border-color: transparent;
  box-shadow: 0 3px 8px -2px rgba(30, 58, 138, 0.45);
}
.pm-phone-map {
  position: relative;
  flex: 1;
  background: #EEF3FA;
  overflow: hidden;
}
.pm-phone-map-iframe {
  position: absolute;
  top: -32px;
  left: -22px;
  width: calc(100% + 44px);
  height: calc(100% + 80px);
  border: 0;
  pointer-events: none;          /* don't steal scroll from the page */
  filter: saturate(0.92) contrast(0.96);
}
.pm-phone-map .pm-here,
.pm-phone-map .pm-map-pin {
  z-index: 2;                    /* keep the driver pins above the map */
}
/* Animated route line overlaid on the Google Map */
.pm-phone-map-route {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  pointer-events: none;
  filter: drop-shadow(0 2px 4px rgba(11, 20, 38, 0.25));
}
.pm-route-dash {
  animation: pmRouteDash 1.6s linear infinite;
}
@keyframes pmRouteDash {
  to { stroke-dashoffset: -32; }
}

/* Radar-sweep effect at center */
.pm-phone-map::before,
.pm-phone-map::after { display: none; }

/* You-are-here dot at center */
.pm-phone-map .pm-here {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #3B82F6;
  border: 3px solid #fff;
  box-shadow: 0 0 0 4px rgba(59, 130, 246, 0.3), 0 2px 6px rgba(11, 20, 38, 0.2);
  transform: translate(-50%, -50%);
  z-index: 3;
}

/* Map pins — authentic Google-Maps style location markers */
.pm-map-pin {
  position: absolute;
  width: 22px;
  height: 28px;
  z-index: 2;
  transform: translate(-50%, -100%);
  opacity: 0;
  animation: pmPinDrop 0.5s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
}
.pm-map-pin::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 22px;
  height: 22px;
  background: linear-gradient(160deg, #FF5252 0%, #D32F2F 70%, #B71C1C 100%);
  border: 2px solid #fff;
  border-radius: 50% 50% 50% 50% / 50% 50% 65% 65%;
  box-shadow: 0 4px 10px rgba(11, 20, 38, 0.3);
}
.pm-map-pin::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 9px solid #D32F2F;
  filter: drop-shadow(0 2px 2px rgba(11, 20, 38, 0.3));
}
/* Inner white dot for the authentic Google-Maps look */
.pm-map-pin .inner {
  position: absolute;
  top: 7px;
  left: 50%;
  transform: translateX(-50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #fff;
  z-index: 1;
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
}

/* Color variants — real Google-Maps style colors */
.pm-map-pin.red,
.pm-map-pin.rose {
  /* Default — Google Maps red */
}
.pm-map-pin.orange::before { background: linear-gradient(160deg, #FF9800 0%, #F57C00 70%, #E65100 100%); }
.pm-map-pin.orange::after  { border-top-color: #F57C00; }
.pm-map-pin.green::before  { background: linear-gradient(160deg, #4CAF50 0%, #388E3C 70%, #1B5E20 100%); }
.pm-map-pin.green::after   { border-top-color: #388E3C; }
.pm-map-pin.blue::before   { background: linear-gradient(160deg, #4285F4 0%, #1A73E8 70%, #1557B0 100%); }
.pm-map-pin.blue::after    { border-top-color: #1A73E8; }
.pm-map-pin.purple::before { background: linear-gradient(160deg, #9C27B0 0%, #7B1FA2 70%, #4A148C 100%); }
.pm-map-pin.purple::after  { border-top-color: #7B1FA2; }

.pm-map-pin.pulse {
  /* Outer ripple ring for active locations */
}
.pm-map-pin.pulse .inner::after {
  content: '';
  position: absolute;
  inset: -10px;
  border-radius: 50%;
  border: 2px solid #D32F2F;
  opacity: 0.5;
  animation: pmPinRing 2s ease-out infinite;
}
.pm-map-pin.orange.pulse .inner::after { border-color: #F57C00; }
.pm-map-pin.green.pulse  .inner::after { border-color: #388E3C; }
.pm-map-pin.blue.pulse   .inner::after { border-color: #1A73E8; }
@keyframes pmPinDrop {
  0%   { transform: translate(-50%, -180%); opacity: 0; }
  60%  { transform: translate(-50%, -90%);  opacity: 1; }
  100% { transform: translate(-50%, -100%); opacity: 1; }
}
@keyframes pmPinRing {
  0%   { transform: scale(0.5); opacity: 0.8; }
  100% { transform: scale(1.7); opacity: 0; }
}
.pm-phone-route {
  position: absolute;
  top: 30%; left: 25%;
  width: 50%;
  height: 30%;
  border: 3px dashed var(--p-brand);
  border-radius: 60% 40% 50% 30% / 50% 30% 60% 40%;
  border-right: 0;
  border-bottom: 0;
  opacity: 0.65;
}
.pm-phone-pin {
  position: absolute;
  width: 14px; height: 14px;
  border-radius: 50%;
  background: #10B981;
  border: 3px solid #fff;
  box-shadow: 0 0 0 4px rgba(16,185,129,0.3), 0 4px 10px rgba(11,20,38,0.2);
}
.pm-phone-pin.from { top: 30%; left: 25%; }
.pm-phone-pin.to {
  top: 60%; left: 75%;
  background: var(--p-brand);
  box-shadow: 0 0 0 4px rgba(30,58,138,0.3), 0 4px 10px rgba(11,20,38,0.2);
  animation: pmBounce 1.5s ease-in-out infinite;
}
@keyframes pmBounce {
  0%,100% { transform: translateY(0); }
  50%     { transform: translateY(-4px); }
}
.pm-phone-sheet {
  position: relative;
  background: #fff;
  border-radius: 22px 22px 0 0;
  margin: -16px 0 0;
  padding: 14px 14px 18px;
  box-shadow: 0 -12px 28px -8px rgba(11, 20, 38, 0.1);
  z-index: 3;
}
.pm-phone-sheet .grab {
  width: 32px;
  height: 4px;
  background: #CBD5E1;
  border-radius: 999px;
  margin: 0 auto 10px;
}
.pm-phone-sheet .result-card {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px;
  border-radius: 14px;
  background: var(--p-bg-soft);
  border: 1px solid var(--p-border);
}
.pm-phone-sheet .result-card .thumb {
  width: 42px; height: 42px;
  border-radius: 10px;
  background: linear-gradient(135deg, #3B82F6, #1E3A8A);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.95rem;
  flex-shrink: 0;
}
.pm-phone-sheet .result-card .meta { flex: 1; min-width: 0; }
.pm-phone-sheet .result-card .meta strong {
  display: block;
  font-size: 0.78rem;
  font-weight: 700;
  color: var(--p-brand-dark);
  letter-spacing: -0.01em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.pm-phone-sheet .result-card .meta small {
  font-size: 0.62rem;
  color: var(--p-text-light);
  display: flex;
  align-items: center;
  gap: 4px;
  margin-top: 1px;
}
.pm-phone-sheet .result-card .meta small i { color: #FBBF24; font-size: 0.55rem; }
.pm-phone-sheet .result-card .price {
  font-family: var(--p-font-display);
  font-size: 0.78rem;
  font-weight: 800;
  color: var(--p-brand);
  letter-spacing: -0.02em;
}
.pm-phone-sheet .result-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 8px;
  padding: 0 2px;
}
.pm-phone-sheet .result-meta .count {
  font-size: 0.62rem;
  color: var(--p-text-muted);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 600;
}
.pm-phone-sheet .result-meta .view-all {
  font-size: 0.66rem;
  color: var(--p-brand);
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 3px;
}

/* Premium floating cards beside the phone */
.pm-floating-card {
  position: absolute;
  background: rgba(255,255,255,0.85);
  backdrop-filter: saturate(180%) blur(18px);
  -webkit-backdrop-filter: saturate(180%) blur(18px);
  border: 1px solid rgba(255,255,255,0.8);
  border-radius: 18px;
  padding: 12px 16px;
  box-shadow:
    0 1px 0 rgba(255,255,255,0.7) inset,
    0 14px 36px -10px rgba(11, 20, 38, 0.2),
    0 4px 10px -2px rgba(11, 20, 38, 0.08);
  display: flex;
  align-items: center;
  gap: 12px;
  z-index: 3;
  font-family: var(--p-font-body);
  animation: pmFloat2 7s ease-in-out infinite;
  transition: transform 0.4s var(--p-spring);
}
.pm-floating-card:hover {
  transform: translateY(-4px) scale(1.04);
}
@keyframes pmFloat2 {
  0%,100% { transform: translateY(0); }
  50%     { transform: translateY(-10px); }
}
.pm-floating-card .ico {
  width: 38px; height: 38px;
  border-radius: 11px;
  background: var(--p-grad-bright);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.95rem;
  box-shadow: 0 6px 14px -4px rgba(59, 130, 246, 0.55);
}
.pm-floating-card .text { display: flex; flex-direction: column; line-height: 1.2; }
.pm-floating-card strong { font-size: 0.85rem; color: var(--p-text); font-weight: 700; letter-spacing: -0.01em; }
.pm-floating-card small { font-size: 0.68rem; color: var(--p-text-light); }
.pm-floating-card.top-left {
  top: 4%; left: -2%;
  animation-delay: -0.5s;
}
.pm-floating-card.top-right {
  top: 14%; right: -4%;
  animation-delay: -3s;
}
.pm-floating-card.top-right .ico {
  background: linear-gradient(135deg, #FB923C, #C2410C);
  box-shadow: 0 6px 14px -4px rgba(251, 146, 60, 0.55);
}
.pm-floating-card.bottom-left {
  bottom: 18%; left: -4%;
  animation-delay: -1.5s;
}
.pm-floating-card.bottom-left .ico {
  background: linear-gradient(135deg, #34D399, #047857);
  box-shadow: 0 6px 14px -4px rgba(52, 211, 153, 0.55);
}
.pm-floating-card.bottom-right {
  bottom: 8%; right: -2%;
  animation-delay: -4.5s;
}
.pm-floating-card.bottom-right .ico {
  background: linear-gradient(135deg, #A78BFA, #5B21B6);
  box-shadow: 0 6px 14px -4px rgba(167, 139, 250, 0.55);
}

/* ---------- Bento service grid ---------- */
.pm-bento {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-auto-rows: minmax(180px, auto);
  gap: 16px;
  max-width: var(--p-container);
  margin: 0 auto;
  padding: 0 24px;
}
.pm-bento-tile {
  position: relative;
  background: var(--p-card);
  border: 1px solid var(--p-border);
  border-radius: 20px;
  padding: 18px 20px;
  text-decoration: none;
  color: var(--p-text);
  display: flex;
  flex-direction: column;
  gap: 6px;
  min-height: 170px;
  overflow: hidden;
  isolation: isolate;
  transition:
    transform 0.4s var(--p-spring),
    box-shadow 0.4s var(--p-ease),
    border-color 0.3s var(--p-ease);
}
.pm-bento-tile::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, transparent 0%, rgba(59,130,246,0.06) 100%);
  opacity: 0;
  transition: opacity 0.4s var(--p-ease);
  z-index: -1;
}
.pm-bento-tile:hover {
  transform: translateY(-6px);
  box-shadow: var(--p-shadow-lg);
  border-color: rgba(30, 58, 138, 0.25);
}
.pm-bento-tile:hover::before { opacity: 1; }
.pm-bento-tile h3 {
  font-size: 1.15rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: inherit;
  line-height: 1.15;
}
.pm-bento-tile p {
  font-size: 0.8rem;
  color: var(--p-text-light);
  margin: 0 0 auto;
  max-width: 28ch;
  line-height: 1.4;
}
.pm-bento-tile .bento-tag {
  font-size: 0.65rem;
  padding: 3px 9px;
  margin-bottom: 2px;
}
.pm-bento-tile .pm-arrow-link {
  font-size: 0.82rem;
  margin-top: 8px;
}
.pm-bento-tile h3 em {
  font-style: italic;
  font-family: var(--p-font-display);
}

/* Stylish corner gradient blob behind each tile */
.pm-bento-tile::after {
  content: '';
  position: absolute;
  top: -40px;
  right: -40px;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  background: radial-gradient(circle, var(--accent-color, rgba(30,58,138,0.18)) 0%, transparent 70%);
  opacity: 0;
  filter: blur(30px);
  transition: opacity 0.5s var(--p-ease), transform 0.6s var(--p-spring);
  pointer-events: none;
  z-index: 0;
}
.pm-bento-tile:hover::after {
  opacity: 1;
  transform: scale(1.15);
}
.pm-bento-tile:hover {
  border-color: var(--accent-color-solid, rgba(30,58,138,0.25));
}

/* Per-service accent palette */
.pm-bento-tile.accent-ride {
  --accent-color: rgba(59, 130, 246, 0.35);
  --accent-color-solid: rgba(59, 130, 246, 0.5);
}
.pm-bento-tile.accent-ride .bento-tag {
  background: linear-gradient(135deg, rgba(96,165,250,0.18), rgba(59,130,246,0.12));
  color: #1E40AF;
  border: 1px solid rgba(59,130,246,0.25);
}
.pm-bento-tile.accent-ride .pm-arrow-link { color: #1E40AF; }

.pm-bento-tile.accent-food {
  --accent-color: rgba(251, 146, 60, 0.4);
  --accent-color-solid: rgba(251, 146, 60, 0.5);
}
.pm-bento-tile.accent-food .bento-tag {
  background: linear-gradient(135deg, rgba(253,186,116,0.25), rgba(251,146,60,0.15));
  color: #C2410C;
  border: 1px solid rgba(251,146,60,0.3);
}
.pm-bento-tile.accent-food .pm-arrow-link { color: #C2410C; }

.pm-bento-tile.accent-flash {
  --accent-color: rgba(251, 191, 36, 0.4);
  --accent-color-solid: rgba(251, 191, 36, 0.55);
}
.pm-bento-tile.accent-flash .bento-tag {
  background: linear-gradient(135deg, rgba(253,224,71,0.3), rgba(251,191,36,0.18));
  color: #A16207;
  border: 1px solid rgba(251,191,36,0.35);
}
.pm-bento-tile.accent-flash .pm-arrow-link { color: #A16207; }

.pm-bento-tile.accent-truck {
  --accent-color: rgba(52, 211, 153, 0.4);
  --accent-color-solid: rgba(52, 211, 153, 0.5);
}
.pm-bento-tile.accent-truck .bento-tag {
  background: linear-gradient(135deg, rgba(110,231,183,0.25), rgba(52,211,153,0.15));
  color: #047857;
  border: 1px solid rgba(52,211,153,0.3);
}
.pm-bento-tile.accent-truck .pm-arrow-link { color: #047857; }

.pm-bento-tile.accent-mart {
  --accent-color: rgba(167, 139, 250, 0.4);
  --accent-color-solid: rgba(167, 139, 250, 0.55);
}
.pm-bento-tile.accent-mart .bento-tag {
  background: linear-gradient(135deg, rgba(196,181,253,0.25), rgba(167,139,250,0.15));
  color: #5B21B6;
  border: 1px solid rgba(167,139,250,0.3);
}
.pm-bento-tile.accent-mart .pm-arrow-link { color: #5B21B6; }
.pm-bento-tile .pm-arrow-link { margin-top: 12px; }
.pm-bento-tile .bento-ico {
  position: absolute;
  bottom: -10px;
  right: -10px;
  font-size: 6rem;
  color: rgba(30, 58, 138, 0.08);
  transition: transform 0.5s var(--p-spring), color 0.4s var(--p-ease);
  z-index: 0;
  pointer-events: none;
}
.pm-bento-tile:hover .bento-ico {
  transform: scale(1.08) rotate(-6deg);
  color: rgba(30, 58, 138, 0.16);
}

/* Real product image in bento tiles — clean, no white box */
.pm-bento-tile .bento-img {
  position: absolute;
  bottom: 8px;
  right: 8px;
  width: 90px;
  height: 90px;
  object-fit: contain;
  mix-blend-mode: multiply;
  filter: none;
  background: transparent;
  z-index: 0;
  pointer-events: none;
  transition: transform 0.5s var(--p-spring);
}
.pm-bento-tile:hover .bento-img {
  transform: scale(1.1) rotate(-4deg);
}
.pm-bento-tile.span-3.row-span-2 .bento-img {
  width: 180px;
  height: 180px;
  bottom: 14px;
  right: 14px;
}
.pm-bento-tile.span-6 .bento-img {
  width: 110px;
  height: 110px;
  bottom: 10px;
  right: 50px;
}
/* Photo treatment for bento images that are real photos */
.pm-bento-tile .bento-img.bento-img-photo {
  mix-blend-mode: normal;
  filter: none;
  object-fit: cover;
  border-radius: 16px;
  box-shadow:
    0 14px 28px -10px rgba(11, 20, 38, 0.28),
    0 3px 8px rgba(11, 20, 38, 0.08),
    0 0 0 1px rgba(11, 20, 38, 0.04);
}

/* span-3 photo tiles (Ride, Food, Flash, Truck) — show full image, no white shadow */
.pm-bento-tile.photo-tile {
  padding-right: 180px;
  min-height: 200px;
}
.pm-bento-tile.photo-tile .bento-img.bento-img-photo {
  width: 170px;
  height: calc(100% - 24px);
  top: 12px;
  right: 12px;
  bottom: 12px;
  transform: none;
  /* Isolated product PNGs — kill the white box / shadow baked into the studio shot */
  object-fit: contain;
  mix-blend-mode: multiply;
  border-radius: 0;
  box-shadow: none;
  background: transparent;
  /* Push near-white pixels (the subtle ground shadow in the PNG) to pure white
     so they blend invisibly into the white tile */
  filter: contrast(1.25) brightness(1.08) saturate(1.06);
}
/* Truck PNG has a stronger baked-in ground shadow — crank the contrast harder */
.pm-bento-tile.photo-tile.accent-truck .bento-img.bento-img-photo {
  filter: contrast(1.6) brightness(1.18) saturate(1.1);
  /* Also clip-mask the bottom edge where the shadow sits */
  -webkit-mask-image: linear-gradient(to bottom, black 0%, black 82%, transparent 96%);
  mask-image: linear-gradient(to bottom, black 0%, black 82%, transparent 96%);
}
.pm-bento-tile.photo-tile:hover .bento-img.bento-img-photo {
  transform: scale(1.06) rotate(-2deg);
  box-shadow: none;
}

@media (max-width: 900px) {
  .pm-bento-tile.photo-tile {
    padding-right: 20px;
    min-height: 280px;
  }
  .pm-bento-tile.photo-tile .bento-img.bento-img-photo {
    width: calc(100% - 40px);
    height: 150px;
    top: auto;
    bottom: 16px;
    right: 20px;
    left: 20px;
    transform: none;
    object-fit: contain;
  }
  .pm-bento-tile.photo-tile:hover .bento-img.bento-img-photo {
    transform: scale(1.04);
  }
}

/* Mart tile — compact box with right-side image (edge-to-edge top/bottom) */
.pm-bento-tile.mart-tile {
  min-height: 180px;
  padding-right: 250px;
  position: relative;
  overflow: hidden;
}
.pm-bento-tile.mart-tile .bento-img.bento-img-photo {
  position: absolute;
  width: 230px;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  transform: none;
  object-fit: cover;
  object-position: center;
  border-radius: 0 20px 20px 0;
  z-index: 0;
  mix-blend-mode: normal;
  filter: none;
  box-shadow: none;
  transition: transform 0.5s var(--p-spring);
}
.pm-bento-tile.mart-tile:hover .bento-img.bento-img-photo {
  transform: scale(1.02);
}

@media (max-width: 900px) {
  .pm-bento-tile.mart-tile {
    min-height: 320px;
    padding: 18px 20px 170px;
  }
  .pm-bento-tile.mart-tile .bento-img.bento-img-photo {
    width: 100%;
    height: 150px;
    top: auto;
    bottom: 0;
    right: 0;
    left: 0;
    border-radius: 0 0 20px 20px;
  }
}

@media (max-width: 900px) {
  .pm-bento-tile.mart-tile {
    min-height: 280px;
    padding-right: 20px;
  }
  .pm-bento-tile.mart-tile .bento-img.bento-img-photo {
    width: calc(100% - 40px);
    height: 130px;
    top: auto;
    bottom: 16px;
    right: 20px;
    left: 20px;
    transform: none;
  }
  .pm-bento-tile.mart-tile:hover .bento-img.bento-img-photo {
    transform: scale(1.02);
  }
}
.pm-bento-tile .bento-tag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px 10px;
  border-radius: 999px;
  background: rgba(30, 58, 138, 0.08);
  color: var(--p-brand);
  font-size: 0.7rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  width: fit-content;
  margin-bottom: 4px;
}

/* Layouts */
.pm-bento-tile.span-3 { grid-column: span 3; }
.pm-bento-tile.span-2 { grid-column: span 2; }
.pm-bento-tile.span-4 { grid-column: span 4; }
.pm-bento-tile.span-6 { grid-column: span 6; }
.pm-bento-tile.row-span-2 { grid-row: span 2; }
.pm-bento-tile.hero {
  background: var(--p-grad-brand);
  color: #fff;
  border-color: transparent;
}
.pm-bento-tile.hero h3,
.pm-bento-tile.hero p,
.pm-bento-tile.hero .pm-arrow-link { color: #fff; }
.pm-bento-tile.hero p { color: rgba(255,255,255,0.78); }
.pm-bento-tile.hero .bento-ico { color: rgba(255,255,255,0.12); }
.pm-bento-tile.hero:hover .bento-ico { color: rgba(255,255,255,0.22); }
.pm-bento-tile.hero .bento-tag {
  background: rgba(255,255,255,0.18);
  color: #fff;
}

.pm-bento-tile.dark {
  background: var(--p-bg-dark);
  color: #fff;
  border-color: transparent;
}
.pm-bento-tile.dark h3 { color: #fff; }
.pm-bento-tile.dark p { color: rgba(255,255,255,0.7); }
.pm-bento-tile.dark .bento-ico { color: rgba(255,255,255,0.08); }
.pm-bento-tile.dark .pm-arrow-link { color: var(--p-brand-bright); }
.pm-bento-tile.dark .bento-tag {
  background: rgba(96,165,250,0.18);
  color: var(--p-brand-bright);
}

.pm-bento-tile.bright {
  background: linear-gradient(135deg, #3B82F6 0%, #1E3A8A 100%);
  color: #fff;
  border-color: transparent;
}
.pm-bento-tile.bright h3 { color: #fff; }
.pm-bento-tile.bright p { color: rgba(255,255,255,0.85); }
.pm-bento-tile.bright .bento-ico { color: rgba(255,255,255,0.14); }
.pm-bento-tile.bright .pm-arrow-link { color: #fff; }
.pm-bento-tile.bright .bento-tag {
  background: rgba(255,255,255,0.2);
  color: #fff;
}

/* ---------- Fare estimator (premium card) ---------- */
.pm-fare-section {
  padding: 0 24px;
  margin: -50px auto 80px;
  max-width: var(--p-container);
  position: relative;
  z-index: 5;
}
.pm-fare-card {
  background: rgba(255,255,255,0.96);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid var(--p-border);
  border-radius: var(--p-radius-xl);
  padding: 22px 26px;
  box-shadow: var(--p-shadow-xl);
}
.pm-fare-card-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 14px;
  flex-wrap: wrap;
  gap: 10px;
}
.pm-fare-card-head h3 { font-size: 1.25rem; font-weight: 700; }
.pm-fare-card-head .pm-eyebrow { margin: 0; }
.pm-fare-tabs {
  display: flex;
  gap: 6px;
  margin-bottom: 14px;
  flex-wrap: wrap;
}
.pm-fare-tab {
  padding: 7px 14px;
  border-radius: 999px;
  background: var(--p-bg-soft);
  border: 1px solid var(--p-border);
  font-family: var(--p-font-body);
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--p-text-light);
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: all 0.25s var(--p-ease);
}
.pm-fare-tab:hover {
  background: rgba(30, 58, 138, 0.06);
  color: var(--p-brand);
  border-color: rgba(30, 58, 138, 0.2);
}
.pm-fare-tab.active {
  background: var(--p-grad-brand);
  color: #fff;
  border-color: transparent;
  box-shadow: 0 6px 16px -4px rgba(30, 58, 138, 0.35);
}
.pm-fare-inputs {
  display: grid;
  grid-template-columns: 1fr 1fr auto;
  gap: 16px;
  align-items: end;
}
.pm-fare-field { display: flex; flex-direction: column; gap: 6px; }
.pm-fare-field label {
  font-size: 0.78rem;
  color: var(--p-text-light);
  font-weight: 500;
  letter-spacing: 0.02em;
}
.pm-fare-field select {
  padding: 9px 12px;
  border-radius: 10px;
  background: var(--p-bg-soft);
  border: 1px solid var(--p-border);
  font-family: var(--p-font-body);
  font-size: 0.9rem;
  color: var(--p-text);
  cursor: pointer;
  transition: border-color 0.2s var(--p-ease), background 0.2s var(--p-ease);
}
.pm-fare-field select:focus {
  outline: none;
  border-color: var(--p-brand);
  background: #fff;
}
.pm-fare-go {
  padding: 9px 22px;
  border-radius: 10px;
  background: var(--p-grad-brand);
  color: #fff;
  border: none;
  font-family: var(--p-font-body);
  font-size: 0.9rem;
  font-weight: 600;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  box-shadow: 0 6px 16px -4px rgba(30, 58, 138, 0.35);
  transition: transform 0.3s var(--p-spring), box-shadow 0.3s var(--p-ease);
}
.pm-fare-go:hover { transform: translateY(-1px); box-shadow: 0 12px 24px -4px rgba(30, 58, 138, 0.5); }
.pm-fare-results {
  margin-top: 14px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
  gap: 10px;
}
.pm-fare-result {
  padding: 10px 12px;
  border-radius: 12px;
  background: var(--p-bg-soft);
  border: 1px solid var(--p-border);
  text-align: center;
  transition: transform 0.3s var(--p-spring), border-color 0.2s var(--p-ease);
  animation: pmReveal 0.5s var(--p-ease);
}
.pm-fare-result:hover {
  transform: translateY(-3px);
  border-color: var(--p-brand);
}
.pm-fare-result .name {
  font-size: 0.7rem;
  color: var(--p-text-light);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 2px;
}
.pm-fare-result .price {
  font-family: var(--p-font-display);
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--p-text);
  letter-spacing: -0.02em;
}
@keyframes pmReveal {
  from { opacity: 0; transform: translateY(10px); }
  to   { opacity: 1; transform: translateY(0); }
}

/* ---------- Counters strip ---------- */
.pm-counters {
  max-width: var(--p-container);
  margin: 0 auto;
  padding: 0 24px;
}
.pm-counters-grid {
  background: var(--p-grad-brand);
  border-radius: var(--p-radius-xl);
  padding: 60px 40px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  position: relative;
  overflow: hidden;
  box-shadow: var(--p-shadow-xl);
}
.pm-counters-grid::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at 80% 30%, rgba(96,165,250,0.3), transparent 60%),
    radial-gradient(ellipse at 20% 80%, rgba(147,197,253,0.18), transparent 60%);
  pointer-events: none;
}
.pm-counter {
  position: relative;
  z-index: 1;
  text-align: center;
  color: #fff;
}
.pm-counter strong {
  font-family: var(--p-font-display);
  display: block;
  font-size: clamp(2.5rem, 5vw, 3.75rem);
  font-weight: 800;
  letter-spacing: -0.04em;
  margin-bottom: 6px;
  line-height: 1;
  background: linear-gradient(180deg, #fff 0%, #BFDBFE 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.pm-counter span {
  display: block;
  font-size: 0.85rem;
  color: rgba(255,255,255,0.8);
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-weight: 500;
}

/* ---------- Section header ---------- */
.pm-section-head {
  text-align: center;
  max-width: 720px;
  margin: 0 auto clamp(40px, 5vw, 64px);
}
.pm-section-head .pm-lede { margin: 0 auto; }

/* ---------- Phone-mockup 4-step flow ---------- */
.pm-flow {
  max-width: var(--p-container);
  margin: 0 auto;
  padding: 0 24px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}
.pm-flow-steps { display: flex; flex-direction: column; gap: 16px; }
.pm-flow-step {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 16px;
  padding: 16px 18px;
  border-radius: var(--p-radius-lg);
  border: 1px solid var(--p-border);
  background: var(--p-card);
  cursor: pointer;
  transition: border-color 0.3s var(--p-ease), background 0.3s var(--p-ease), transform 0.3s var(--p-ease);
}
.pm-flow-step.active {
  border-color: var(--p-brand);
  background: linear-gradient(135deg, rgba(59,130,246,0.05), rgba(30,58,138,0.03));
  transform: translateX(4px);
}
.pm-flow-step .num {
  width: 48px; height: 48px;
  border-radius: 14px;
  background: var(--p-bg-soft);
  color: var(--p-text-light);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--p-font-display);
  font-size: 1.1rem;
  font-weight: 700;
  transition: background 0.3s var(--p-ease), color 0.3s var(--p-ease);
}
.pm-flow-step.active .num {
  background: var(--p-grad-brand);
  color: #fff;
  box-shadow: 0 8px 16px -4px rgba(30, 58, 138, 0.45);
}
.pm-flow-step strong { display: block; font-size: 1.05rem; font-weight: 700; color: var(--p-text); margin-bottom: 2px; }
.pm-flow-step span { font-size: 0.875rem; color: var(--p-text-light); }

.pm-flow-phone {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* ---------- Marquee ---------- */
.pm-marquee {
  background: var(--p-bg-soft);
  border-top: 1px solid var(--p-border);
  border-bottom: 1px solid var(--p-border);
  padding: 32px 0;
  overflow: hidden;
}
.pm-marquee-title {
  text-align: center;
  font-size: 0.78rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--p-text-muted);
  margin-bottom: 22px;
}
.pm-marquee-track-wrap {
  display: flex;
  gap: 60px;
  overflow: hidden;
  mask-image: linear-gradient(to right, transparent, black 8%, black 92%, transparent);
  -webkit-mask-image: linear-gradient(to right, transparent, black 8%, black 92%, transparent);
}
.pm-marquee-track {
  display: flex;
  gap: 60px;
  white-space: nowrap;
  animation: pmMarquee 36s linear infinite;
  flex-shrink: 0;
}
@keyframes pmMarquee {
  to { transform: translateX(-100%); }
}
.pm-marquee-item {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--p-text-light);
  font-size: 1.2rem;
  font-weight: 700;
  font-family: var(--p-font-display);
  letter-spacing: -0.02em;
}
.pm-marquee-item i { color: var(--p-brand); font-size: 1.1rem; }

/* ---------- Two-col lifestyle block ---------- */
.pm-twocol {
  max-width: var(--p-container);
  margin: 0 auto;
  padding: 0 24px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(40px, 6vw, 80px);
  align-items: center;
}
.pm-twocol.reverse > :first-child { order: 2; }
.pm-twocol-visual {
  aspect-ratio: 5 / 4;
  border-radius: 24px;
  background: #FFFFFF;
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(30, 58, 138, 0.08);
  box-shadow:
    0 30px 60px -20px rgba(30, 58, 138, 0.14),
    inset 0 0 0 0 transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  isolation: isolate;
}
/* Subtle dot-grid texture for depth */
.pm-twocol-visual::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle at 1px 1px, rgba(30, 58, 138, 0.08) 1px, transparent 0);
  background-size: 22px 22px;
  pointer-events: none;
  mask-image: radial-gradient(ellipse 70% 70% at 50% 50%, black 20%, transparent 80%);
  -webkit-mask-image: radial-gradient(ellipse 70% 70% at 50% 50%, black 20%, transparent 80%);
}
.pm-twocol-visual.alt {
  background:
    radial-gradient(ellipse 60% 70% at 30% 30%, rgba(96, 165, 250, 0.4), transparent 60%),
    linear-gradient(160deg, #DBEAFE 0%, #BFDBFE 100%);
}
.pm-twocol-visual::after { display: none; }
.pm-twocol-visual .pm-stat-card { z-index: 3; }

/* Slideshow inside the visual block — auto-rotating single image */
.pm-fleet-slider {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.pm-fleet-slide {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transform: translateX(40px) scale(0.92);
  transition: opacity 0.6s var(--p-ease), transform 0.85s var(--p-spring);
  pointer-events: none;
}
.pm-fleet-slide.active {
  opacity: 1;
  transform: translateX(0) scale(1);
  pointer-events: auto;
}
.pm-fleet-slide.prev {
  opacity: 0;
  transform: translateX(-40px) scale(0.92);
}

/* Auto-progress bar at the bottom of the slider */
.pm-fleet-progress {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3px;
  background: var(--p-grad-bright);
  width: 0%;
  z-index: 5;
  transition: width 0.1s linear;
  border-radius: 0 3px 3px 0;
  box-shadow: 0 0 8px rgba(59, 130, 246, 0.5);
}
.pm-fleet-slide img {
  width: 78%;
  max-height: 78%;
  object-fit: contain;
  mix-blend-mode: multiply;
  /* Aggressive contrast/brightness to push any near-white pixels to pure white
     so they blend fully into the backdrop via multiply */
  filter: contrast(1.4) brightness(1.12) saturate(1.08);
}
.pm-fleet-slide .slide-meta {
  position: absolute;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--p-font-display);
  font-size: 0.92rem;
  font-weight: 700;
  letter-spacing: -0.01em;
  color: var(--p-brand-dark);
  background: rgba(255,255,255,0.92);
  backdrop-filter: blur(10px);
  padding: 7px 16px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.7);
  box-shadow: 0 8px 20px -6px rgba(11, 20, 38, 0.15);
}
.pm-fleet-slide .slide-meta i {
  color: var(--p-brand);
  font-size: 0.85rem;
}

/* Slideshow dots */
.pm-fleet-dots {
  position: absolute;
  bottom: 18px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 6px;
  z-index: 4;
}
.pm-fleet-dots span {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: rgba(30, 58, 138, 0.25);
  cursor: pointer;
  transition: width 0.35s var(--p-ease), background 0.3s var(--p-ease);
}
.pm-fleet-dots span.active {
  width: 22px;
  border-radius: 999px;
  background: var(--p-brand);
}

/* Tuck the slide-meta higher when dots are below */
.pm-fleet-slider .pm-fleet-slide .slide-meta { bottom: 38px; }

/* Floating glass stat cards on top of the visual */
.pm-twocol-visual .pm-stat-card {
  position: absolute;
  z-index: 2;
  background: rgba(255,255,255,0.92);
  backdrop-filter: blur(14px);
  border-radius: 14px;
  padding: 10px 14px;
  display: flex;
  align-items: center;
  gap: 10px;
  box-shadow: 0 12px 26px -8px rgba(11, 20, 38, 0.28);
  font-family: var(--p-font-body);
  animation: pmFloat2 6.5s ease-in-out infinite;
}
.pm-twocol-visual .pm-stat-card.tl { top: 20px; left: 20px; }
.pm-twocol-visual .pm-stat-card.br { bottom: 20px; right: 20px; animation-delay: -2.5s; }
.pm-twocol-visual .pm-stat-card .ico {
  width: 30px; height: 30px;
  border-radius: 9px;
  background: var(--p-grad-bright);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.78rem;
  box-shadow: 0 4px 10px -2px rgba(59, 130, 246, 0.45);
}
.pm-twocol-visual .pm-stat-card .text { display: flex; flex-direction: column; line-height: 1.15; }
.pm-twocol-visual .pm-stat-card strong {
  font-family: var(--p-font-display);
  font-size: 0.95rem;
  font-weight: 800;
  color: var(--p-brand-dark);
  letter-spacing: -0.02em;
}
.pm-twocol-visual .pm-stat-card small {
  font-size: 0.68rem;
  color: var(--p-text-light);
  letter-spacing: 0.02em;
}
/* Hide legacy FA icon if anyone still passes it */
.pm-twocol-visual i.fa-solid,
.pm-twocol-visual i.fa-regular,
.pm-twocol-visual i.fa-brands {
  display: none;
}

.pm-twocol-content h2 { margin-bottom: 18px; }
.pm-twocol-content p { margin-bottom: 18px; font-size: 1rem; }

/* ---------- Coverage map ---------- */
.pm-map-wrap {
  max-width: var(--p-container);
  margin: 0 auto;
  padding: 0 24px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}
.pm-map-stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  margin: 28px 0;
}
.pm-map-stat {
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: var(--p-radius);
  padding: 16px 18px;
  backdrop-filter: blur(10px);
}
.pm-map-stat strong {
  display: block;
  font-family: var(--p-font-display);
  font-size: 1.75rem;
  font-weight: 700;
  color: #fff;
  letter-spacing: -0.03em;
}
.pm-map-stat span {
  font-size: 0.78rem;
  color: var(--p-text-onDarkMuted);
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
/* ============================================================
   NETWORK CONSTELLATION (replaces the Sri Lanka shape)
   Central Ziggo hub + 12 city nodes connected by glowing lines
   ============================================================ */
.pm-network {
  position: relative;
  aspect-ratio: 1 / 1;
  max-width: 520px;
  margin: 0 auto;
  width: 100%;
  isolation: isolate;
}
/* Ambient glow */
.pm-network-glow {
  position: absolute;
  inset: 10%;
  border-radius: 50%;
  background:
    radial-gradient(circle at 35% 35%, rgba(96, 165, 250, 0.55) 0%, transparent 55%),
    radial-gradient(circle at 65% 65%, rgba(59, 130, 246, 0.35) 0%, transparent 60%);
  filter: blur(50px);
  z-index: 0;
  animation: pmMapHalo 8s ease-in-out infinite;
}
/* (Sonar removed) — replaced with flowing line dashes + continuous packets */
.pm-sonar { display: none; }

/* ============================================================
   LAYOUT SAFETY — force all containers to be horizontally centered
   ============================================================ */
.pm .pm-container,
.pm .pm-container-wide,
.pm .pm-topbar-inner,
.pm .pm-hero-grid,
.pm .pm-fare-section,
.pm .pm-bento,
.pm .pm-section-head,
.pm .pm-counters,
.pm .pm-flow,
.pm .pm-twocol,
.pm .pm-calc,
.pm .pm-pass,
.pm .pm-testimonials,
.pm .pm-news-grid,
.pm .pm-safety-grid,
.pm .pm-gallery-track,
.pm .pm-awards-inner,
.pm .pm-newsletter,
.pm .pm-footer-top,
.pm .pm-footer-bottom,
.pm .pm-press-logos,
.pm .pm-map-wrap,
.pm .pm-network,
.pm .apply-wrap,
.pm .svc-hero-grid,
.pm .drive-hero-grid,
.pm .drive-section-head,
.pm .vehicle-grid,
.pm .benefit-grid,
.pm .grid-3,
.pm .grid-4,
.pm .stat-strip,
.pm .req-grid,
.pm .earn-grid,
.pm .roles-wrap {
  margin-left: auto !important;
  margin-right: auto !important;
}
.pm body { margin: 0; }
.pm .pm-section { overflow-x: clip; }

/* ============================================================
   COVERAGE SECTION — city marquee + live pulse dot
   ============================================================ */
.pm-live-stat span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  justify-content: center;
}
.pm-live-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #10B981;
  display: inline-block;
  box-shadow: 0 0 0 0 rgba(16, 185, 129, 0.6);
  animation: pmLivePulse 2s ease-in-out infinite;
}
@keyframes pmLivePulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(16, 185, 129, 0.6); }
  50%      { box-shadow: 0 0 0 6px rgba(16, 185, 129, 0); }
}

.pm-cities-marquee {
  display: flex;
  gap: 48px;
  overflow: hidden;
  mask-image: linear-gradient(to right, transparent 0%, black 6%, black 94%, transparent 100%);
  -webkit-mask-image: linear-gradient(to right, transparent 0%, black 6%, black 94%, transparent 100%);
}
.pm-cities-track {
  display: flex;
  gap: 48px;
  flex-shrink: 0;
  animation: pmCitiesMarquee 40s linear infinite;
  white-space: nowrap;
}
.pm-cities-track span {
  font-family: var(--p-font-display);
  font-size: clamp(1.5rem, 2.6vw, 2.1rem);
  font-weight: 700;
  color: rgba(255, 255, 255, 0.18);
  letter-spacing: -0.02em;
  white-space: nowrap;
  transition: color 0.3s ease;
}
.pm-cities-track span:hover {
  color: rgba(255, 255, 255, 0.85);
}
@keyframes pmCitiesMarquee {
  to { transform: translateX(-100%); }
}

/* ============================================================
   STATIC OVERRIDE — kill all network animations
   ============================================================ */
.pm-network *,
.pm-network *::before,
.pm-network *::after,
.pm-network-glow,
.pm-network-orbit,
.pm-hub-core,
.pm-hub-ring,
.pm-hub-ring-2,
.pm-city,
.pm-city .dot,
.pm-city .dot.major,
.pm-data-packet,
.pm-network-link-group line {
  animation: none !important;
}
.pm-data-packet { display: none !important; }
/* Concentric orbit rings — slow, elegant */
.pm-network-orbit {
  position: absolute;
  top: 50%; left: 50%;
  border-radius: 50%;
  border: 1px solid rgba(147, 197, 253, 0.18);
  transform: translate(-50%, -50%);
  z-index: 0;
  pointer-events: none;
}
.pm-network-orbit.o1 {
  width: 38%; height: 38%;
  border-color: rgba(147, 197, 253, 0.22);
  animation: pmOrbitPulse 5s ease-in-out infinite;
}
.pm-network-orbit.o2 {
  width: 64%; height: 64%;
  border-color: rgba(147, 197, 253, 0.14);
  animation: pmOrbitPulse 5s ease-in-out infinite 1.6s;
}
.pm-network-orbit.o3 {
  width: 90%; height: 90%;
  border: 1px solid rgba(147, 197, 253, 0.08);
  animation: pmOrbitPulse 5s ease-in-out infinite 3.2s;
}
@keyframes pmOrbitPulse {
  0%, 100% { opacity: 0.6; transform: translate(-50%, -50%) scale(1); }
  50%      { opacity: 1;   transform: translate(-50%, -50%) scale(1.02); }
}

/* Connection lines with flowing data dashes (continuous motion outward) */
.pm-network-lines {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
}
.pm-network-link-group line {
  stroke-width: 1.2;
  stroke-dasharray: 4 8;
  stroke-dashoffset: 0;
  opacity: 0.55;
  animation: pmLineFlow 2.4s linear infinite;
}
.pm-network-link-group line:nth-child(2n)  { animation-duration: 2.8s; }
.pm-network-link-group line:nth-child(3n)  { animation-duration: 3.2s; }
@keyframes pmLineFlow {
  to { stroke-dashoffset: -200; }
}

/* Data packets travelling from center to each of the 12 cities (continuous) */
.pm-data-packet {
  position: absolute;
  top: 50%; left: 50%;
  width: 6px; height: 6px;
  border-radius: 50%;
  background: #BFDBFE;
  box-shadow: 0 0 10px #60A5FA, 0 0 20px rgba(59,130,246,0.7);
  z-index: 2;
  pointer-events: none;
  transform: translate(-50%, -50%);
  opacity: 0;
}
/* 12 directional packets — angles for each city around the hub */
.pm-data-packet.p1  { animation: pmPacket  3s cubic-bezier(0.22, 1, 0.36, 1) infinite; --dx: 0px;    --dy: -160px; --d: 0s; animation-delay: 0s; }
.pm-data-packet.p2  { animation: pmPacket  3s cubic-bezier(0.22, 1, 0.36, 1) infinite; --dx: 130px;  --dy: -100px; animation-delay: 0.25s; }
.pm-data-packet.p3  { animation: pmPacket  3s cubic-bezier(0.22, 1, 0.36, 1) infinite; --dx: 160px;  --dy: 0px;    animation-delay: 0.5s; }
.pm-data-packet.p4  { animation: pmPacket  3s cubic-bezier(0.22, 1, 0.36, 1) infinite; --dx: 130px;  --dy: 100px;  animation-delay: 0.75s; }
.pm-data-packet.p5  { animation: pmPacket  3s cubic-bezier(0.22, 1, 0.36, 1) infinite; --dx: 0px;    --dy: 160px;  animation-delay: 1s; }
.pm-data-packet.p6  { animation: pmPacket  3s cubic-bezier(0.22, 1, 0.36, 1) infinite; --dx: -130px; --dy: 100px;  animation-delay: 1.25s; }
.pm-data-packet.p7  { animation: pmPacket  3s cubic-bezier(0.22, 1, 0.36, 1) infinite; --dx: -160px; --dy: 0px;    animation-delay: 1.5s; }
.pm-data-packet.p8  { animation: pmPacket  3s cubic-bezier(0.22, 1, 0.36, 1) infinite; --dx: -130px; --dy: -100px; animation-delay: 1.75s; }
.pm-data-packet.p9  { animation: pmPacket  3s cubic-bezier(0.22, 1, 0.36, 1) infinite; --dx: 75px;   --dy: -140px; animation-delay: 2s; }
.pm-data-packet.p10 { animation: pmPacket  3s cubic-bezier(0.22, 1, 0.36, 1) infinite; --dx: -75px;  --dy: -140px; animation-delay: 2.25s; }
.pm-data-packet.p11 { animation: pmPacket  3s cubic-bezier(0.22, 1, 0.36, 1) infinite; --dx: 75px;   --dy: 140px;  animation-delay: 2.5s; }
.pm-data-packet.p12 { animation: pmPacket  3s cubic-bezier(0.22, 1, 0.36, 1) infinite; --dx: -75px;  --dy: 140px;  animation-delay: 2.75s; }
@keyframes pmPacket {
  0%   { transform: translate(-50%, -50%) scale(0.5); opacity: 0; }
  10%  { opacity: 1; }
  85%  { opacity: 0.9; }
  100% { transform: translate(calc(-50% + var(--dx)), calc(-50% + var(--dy))) scale(0.4); opacity: 0; }
}

/* Central Ziggo hub — refined sleek pulse */
.pm-hub {
  position: absolute;
  top: 50%; left: 50%;
  width: 110px; height: 110px;
  transform: translate(-50%, -50%);
  z-index: 4;
}
.pm-hub-core {
  position: absolute;
  inset: 22px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 30% 30%, #3B82F6 0%, #1E3A8A 50%, #131C3D 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-family: var(--p-font-display);
  font-weight: 800;
  font-size: 1rem;
  letter-spacing: -0.02em;
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.12) inset,
    0 16px 32px -6px rgba(30, 58, 138, 0.6),
    0 0 50px rgba(59, 130, 246, 0.5);
  animation: pmHubBreath 4s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}
.pm-hub-ring,
.pm-hub-ring-2 {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 1.5px solid rgba(96, 165, 250, 0.5);
  animation: pmHubRing 4s cubic-bezier(0.22, 1, 0.36, 1) infinite;
  opacity: 0;
}
.pm-hub-ring-2 { animation-delay: 2s; }
@keyframes pmHubBreath {
  0%, 100% { box-shadow: 0 0 0 1px rgba(255,255,255,0.12) inset, 0 16px 32px -6px rgba(30,58,138,0.6), 0 0 50px rgba(59,130,246,0.45); }
  50%      { box-shadow: 0 0 0 1px rgba(255,255,255,0.18) inset, 0 20px 40px -6px rgba(30,58,138,0.75), 0 0 70px rgba(59,130,246,0.65); }
}
@keyframes pmHubRing {
  0%   { transform: scale(0.7); opacity: 0; }
  20%  { opacity: 0.8; }
  100% { transform: scale(1.9); opacity: 0; }
}

/* City nodes — refined float + staggered pulse */
.pm-city {
  position: absolute;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  z-index: 3;
  animation: pmCityFloat 5s ease-in-out infinite;
}
.pm-city:nth-child(2)  { animation-delay: -0.2s; }
.pm-city:nth-child(3)  { animation-delay: -0.5s; }
.pm-city:nth-child(4)  { animation-delay: -0.8s; }
.pm-city:nth-child(5)  { animation-delay: -1.1s; }
.pm-city:nth-child(6)  { animation-delay: -1.4s; }
.pm-city:nth-child(7)  { animation-delay: -1.7s; }
.pm-city:nth-child(8)  { animation-delay: -2.0s; }
.pm-city:nth-child(9)  { animation-delay: -2.3s; }
.pm-city:nth-child(10) { animation-delay: -2.6s; }
.pm-city:nth-child(11) { animation-delay: -2.9s; }
.pm-city:nth-child(12) { animation-delay: -3.2s; }
.pm-city:nth-child(13) { animation-delay: -3.5s; }
.pm-city .dot {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: radial-gradient(circle at 30% 30%, #DBEAFE, #3B82F6 65%, #1E3A8A);
  border: 1.5px solid #fff;
  box-shadow:
    0 0 0 3px rgba(147, 197, 253, 0.30),
    0 4px 10px -2px rgba(11, 20, 38, 0.4);
  animation: pmCityDotPulse 3.6s ease-in-out infinite;
}
.pm-city:nth-child(odd)  .dot { animation-delay: -1.2s; }
.pm-city:nth-child(even) .dot { animation-delay: -2.4s; }
.pm-city .dot.major {
  width: 18px;
  height: 18px;
  background: radial-gradient(circle at 30% 30%, #FDE68A, #FBBF24 65%, #B45309);
  box-shadow:
    0 0 0 5px rgba(251, 191, 36, 0.35),
    0 0 22px rgba(251, 191, 36, 0.55),
    0 6px 14px -2px rgba(180, 83, 9, 0.5);
  animation: pmCityDotPulseMajor 3.6s ease-in-out infinite;
}
.pm-city .label {
  font-family: var(--p-font-body);
  font-size: 0.68rem;
  font-weight: 600;
  color: #fff;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  padding: 3px 9px;
  border-radius: 999px;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  letter-spacing: -0.005em;
  white-space: nowrap;
}
@keyframes pmCityFloat {
  0%, 100% { transform: translate(-50%, -50%) translateY(0); }
  50%      { transform: translate(-50%, -50%) translateY(-5px); }
}
@keyframes pmCityDotPulse {
  0%, 100% { box-shadow: 0 0 0 3px rgba(147,197,253,0.30), 0 4px 10px -2px rgba(11,20,38,0.4); }
  50%      { box-shadow: 0 0 0 7px rgba(147,197,253,0),    0 4px 10px -2px rgba(11,20,38,0.4); }
}
@keyframes pmCityDotPulseMajor {
  0%, 100% { box-shadow: 0 0 0 5px rgba(251,191,36,0.35), 0 0 22px rgba(251,191,36,0.55), 0 6px 14px -2px rgba(180,83,9,0.5); }
  50%      { box-shadow: 0 0 0 11px rgba(251,191,36,0),   0 0 28px rgba(251,191,36,0.65), 0 6px 14px -2px rgba(180,83,9,0.5); }
}

/* Legacy map class for backward compat (unused now) */
.pm-map-svg-wrap {
  position: relative;
  aspect-ratio: 3 / 4;
  display: flex;
  align-items: center;
  justify-content: center;
  isolation: isolate;
}
/* Ambient glow halo behind the map */
.pm-map-glow {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 90%;
  height: 90%;
  border-radius: 50%;
  background:
    radial-gradient(circle at 35% 30%, rgba(96, 165, 250, 0.55) 0%, transparent 55%),
    radial-gradient(circle at 70% 70%, rgba(59, 130, 246, 0.35) 0%, transparent 60%);
  transform: translate(-50%, -50%);
  filter: blur(60px);
  z-index: 0;
  animation: pmMapHalo 8s ease-in-out infinite;
}
@keyframes pmMapHalo {
  0%, 100% { opacity: 0.7; transform: translate(-50%, -50%) scale(1); }
  50%      { opacity: 1;   transform: translate(-50%, -50%) scale(1.06); }
}
/* Concentric decorative rings */
.pm-map-ring {
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  border: 1px solid rgba(147, 197, 253, 0.18);
  transform: translate(-50%, -50%);
  z-index: 0;
  pointer-events: none;
}
.pm-map-ring.r1 { width: 60%;  height: 80%; }
.pm-map-ring.r2 { width: 75%;  height: 95%; border-color: rgba(147, 197, 253, 0.12); }
.pm-map-ring.r3 {
  width: 90%; height: 110%;
  border: 1px dashed rgba(147, 197, 253, 0.10);
  animation: pmMapSpin 30s linear infinite;
}
@keyframes pmMapSpin {
  to { transform: translate(-50%, -50%) rotate(360deg); }
}
.pm-map-svg {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  overflow: visible;
}
.pm-map-svg path { transition: filter 0.4s ease; }
.pm-map-svg-wrap .pm-map-pin {
  position: absolute;
  width: 11px; height: 11px;
  border-radius: 50%;
  background: radial-gradient(circle at 30% 30%, #DBEAFE, #3B82F6 70%, #1E3A8A);
  border: 1.5px solid #fff;
  box-shadow:
    0 0 0 3px rgba(147, 197, 253, 0.35),
    0 4px 10px -2px rgba(11, 20, 38, 0.4);
  transform: translate(-50%, -50%);
  z-index: 2;
  animation: pmCovPin 2.4s ease-in-out infinite;
}
.pm-map-svg-wrap .pm-map-pin.major {
  width: 18px; height: 18px;
  background: radial-gradient(circle at 30% 30%, #FDE68A, #FBBF24 70%, #B45309);
  border: 2px solid #fff;
  box-shadow:
    0 0 0 5px rgba(251, 191, 36, 0.35),
    0 0 18px rgba(251, 191, 36, 0.45),
    0 6px 14px -2px rgba(180, 83, 9, 0.5);
  z-index: 3;
  animation: pmCovPinMajor 2.4s ease-in-out infinite;
}
@keyframes pmCovPin {
  0%,100% { box-shadow: 0 0 0 3px rgba(147,197,253,0.35), 0 4px 10px -2px rgba(11,20,38,0.4); }
  50%     { box-shadow: 0 0 0 8px rgba(147,197,253,0),    0 4px 10px -2px rgba(11,20,38,0.4); }
}
@keyframes pmCovPinMajor {
  0%,100% { box-shadow: 0 0 0 5px rgba(251,191,36,0.35), 0 0 18px rgba(251,191,36,0.45), 0 6px 14px -2px rgba(180,83,9,0.5); }
  50%     { box-shadow: 0 0 0 12px rgba(251,191,36,0),    0 0 24px rgba(251,191,36,0.55), 0 6px 14px -2px rgba(180,83,9,0.5); }
}

/* ---------- Earnings calculator ---------- */
.pm-calc {
  max-width: var(--p-container);
  margin: 0 auto;
  padding: 0 24px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}
.pm-calc-card {
  background: var(--p-card);
  border-radius: var(--p-radius-xl);
  padding: 36px;
  box-shadow: var(--p-shadow-lg);
  border: 1px solid var(--p-border);
}
.pm-calc-card h3 { font-size: 1.4rem; font-weight: 700; margin-bottom: 24px; }
.pm-calc-group { margin-bottom: 24px; }
.pm-calc-group label {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.875rem;
  color: var(--p-text-light);
  font-weight: 500;
  margin-bottom: 12px;
}
.pm-calc-group label .value {
  color: var(--p-brand);
  font-weight: 700;
  font-family: var(--p-font-display);
  font-size: 1rem;
}
.pm-calc-slider {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: 8px;
  border-radius: 999px;
  background: linear-gradient(to right, var(--p-brand) 0%, var(--p-brand) var(--val, 50%), var(--p-bg-soft) var(--val, 50%));
  outline: none;
  cursor: pointer;
}
.pm-calc-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 24px; height: 24px;
  border-radius: 50%;
  background: #fff;
  border: 3px solid var(--p-brand);
  box-shadow: 0 4px 12px rgba(30, 58, 138, 0.3);
  cursor: pointer;
  transition: transform 0.2s;
}
.pm-calc-slider::-webkit-slider-thumb:hover { transform: scale(1.15); }
.pm-calc-vehicles {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
}
.pm-calc-vehicle {
  padding: 14px 6px;
  border-radius: 12px;
  background: var(--p-bg-soft);
  border: 1.5px solid transparent;
  font-family: var(--p-font-body);
  font-size: 0.78rem;
  font-weight: 600;
  color: var(--p-text-light);
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  transition: all 0.25s var(--p-ease);
}
.pm-calc-vehicle i { font-size: 1.1rem; color: var(--p-text-muted); transition: color 0.25s; }
.pm-calc-vehicle:hover {
  border-color: rgba(30, 58, 138, 0.2);
  color: var(--p-text);
}
.pm-calc-vehicle.active {
  background: var(--p-grad-brand);
  color: #fff;
  border-color: transparent;
  box-shadow: 0 6px 16px -4px rgba(30, 58, 138, 0.35);
}
.pm-calc-vehicle.active i { color: #fff; }
.pm-calc-result {
  margin-top: 28px;
  padding: 22px;
  border-radius: var(--p-radius-lg);
  background: linear-gradient(135deg, rgba(59,130,246,0.08), rgba(30,58,138,0.04));
  border: 1px dashed var(--p-brand);
  text-align: center;
}
.pm-calc-result .lbl {
  font-size: 0.78rem;
  color: var(--p-text-light);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 6px;
}
.pm-calc-result .val {
  font-family: var(--p-font-display);
  font-size: clamp(2rem, 4vw, 2.75rem);
  font-weight: 800;
  color: var(--p-brand);
  letter-spacing: -0.03em;
  line-height: 1;
}
.pm-calc-result .month {
  font-size: 0.95rem;
  color: var(--p-text-light);
  margin-top: 8px;
}

/* ---------- News grid ---------- */
.pm-news-grid {
  max-width: var(--p-container);
  margin: 0 auto;
  padding: 0 24px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.pm-news {
  position: relative;
  border-radius: var(--p-radius-lg);
  overflow: hidden;
  text-decoration: none;
  color: #fff;
  aspect-ratio: 4 / 5;
  isolation: isolate;
  transition: transform 0.4s var(--p-spring), box-shadow 0.4s var(--p-ease);
}
.pm-news::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(165deg, #1E3A8A 0%, #131C3D 100%);
  z-index: 0;
}
.pm-news::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, transparent 30%, rgba(0,0,0,0.85) 100%);
  z-index: 1;
}
.pm-news:hover {
  transform: translateY(-6px);
  box-shadow: var(--p-shadow-xl);
}
.pm-news .pm-news-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: 0.95;
  z-index: 0;
  transition: transform 0.6s var(--p-ease), opacity 0.4s var(--p-ease);
  display: block;
}
.pm-news:hover .pm-news-bg {
  transform: scale(1.06);
  opacity: 1;
}
/* Inline SVG news art — sits behind the real photo as a guaranteed fallback */
.pm-news .pm-news-art {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  transition: transform 0.6s var(--p-ease);
}
.pm-news:hover .pm-news-art { transform: scale(1.06); }
/* When .pm-news-illus has both <img> and <svg>, the <img> sits on top.
   If the <img> fails to load (display:none from pmFallback), the SVG shows through. */
.pm-news.pm-news-illus .pm-news-bg { z-index: 1; }
.pm-news.pm-news-illus::before { display: none; }
.pm-news.pm-news-illus::after  {
  background: linear-gradient(to bottom, transparent 35%, rgba(0,0,0,0.55) 100%);
  z-index: 2;
}
.pm-news.pm-news-illus .pm-news-content { z-index: 3; }
.pm-news .pm-news-content {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  padding: 28px;
  z-index: 2;
}
.pm-news .pm-news-date {
  display: inline-block;
  padding: 4px 10px;
  border-radius: 999px;
  background: rgba(255,255,255,0.16);
  backdrop-filter: blur(8px);
  font-size: 0.7rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-bottom: 10px;
}
.pm-news h3 {
  font-family: var(--p-font-display);
  font-size: 1.25rem;
  font-weight: 700;
  color: #fff;
  letter-spacing: -0.02em;
  line-height: 1.2;
}

/* ---------- Testimonials ---------- */
.pm-testimonials {
  max-width: var(--p-container);
  margin: 0 auto;
  padding: 0 24px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
.pm-testimonial {
  background: var(--p-card);
  border: 1px solid var(--p-border);
  border-radius: var(--p-radius-lg);
  padding: 32px;
  transition: transform 0.4s var(--p-spring), box-shadow 0.4s var(--p-ease);
}
.pm-testimonial:hover {
  transform: translateY(-4px);
  box-shadow: var(--p-shadow-lg);
}
.pm-testimonial .stars {
  color: var(--p-accent);
  font-size: 0.9rem;
  letter-spacing: 2px;
  margin-bottom: 14px;
}
.pm-testimonial p {
  font-size: 1.0625rem;
  color: var(--p-text);
  line-height: 1.55;
  margin-bottom: 22px;
  font-weight: 500;
}
.pm-testimonial .who {
  display: flex;
  align-items: center;
  gap: 12px;
}
.pm-testimonial .who .avatar {
  width: 44px; height: 44px;
  border-radius: 50%;
  background: var(--p-grad-bright);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 0.9rem;
}
.pm-testimonial .who strong {
  display: block;
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--p-text);
}
.pm-testimonial .who small {
  font-size: 0.8rem;
  color: var(--p-text-light);
}

/* ---------- Pass / Download banner ---------- */
.pm-pass {
  max-width: var(--p-container);
  margin: 0 auto;
  padding: 0 24px;
}
.pm-pass-banner {
  background: var(--p-grad-brand);
  border-radius: var(--p-radius-xl);
  padding: 56px 60px;
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 40px;
  align-items: center;
  position: relative;
  overflow: hidden;
  box-shadow: var(--p-shadow-xl);
}
.pm-pass-banner::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at 80% 30%, rgba(96,165,250,0.3), transparent 60%);
  pointer-events: none;
}
.pm-pass-banner-content { position: relative; z-index: 1; }
.pm-pass-banner h2 {
  color: #fff;
  font-size: clamp(1.75rem, 3vw, 2.5rem);
  margin-bottom: 12px;
  letter-spacing: -0.03em;
}
.pm-pass-banner p { color: rgba(255,255,255,0.85); margin-bottom: 22px; font-size: 1.05rem; }
.pm-pass-banner .pm-btn-primary {
  background: #fff;
  color: var(--p-brand);
}
.pm-pass-banner .pm-btn-primary:hover { background: var(--p-bg-soft); }
.pm-pass-visual {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
}
.pm-pass-card {
  width: 280px;
  aspect-ratio: 1.6 / 1;
  background: linear-gradient(135deg, #fff, #DBEAFE);
  border-radius: 18px;
  padding: 22px;
  box-shadow: 0 24px 50px -10px rgba(0,0,0,0.35);
  transform: rotate(-6deg);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.pm-pass-card-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.pm-pass-card-top strong {
  font-family: var(--p-font-display);
  font-size: 1.5rem;
  color: var(--p-brand-dark);
  letter-spacing: -0.03em;
}
.pm-pass-card-top .chip {
  width: 32px; height: 24px;
  border-radius: 4px;
  background: linear-gradient(135deg, #FBBF24, #F59E0B);
}
.pm-pass-card .num {
  font-family: var(--p-font-body);
  font-size: 1.05rem;
  letter-spacing: 0.15em;
  color: var(--p-brand-dark);
  font-weight: 600;
}

/* ---------- Store badges ---------- */
.pm-store-badges {
  display: inline-flex;
  gap: 12px;
  flex-wrap: wrap;
}
.pm-store-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 11px 18px;
  background: var(--p-bg-dark);
  color: #fff;
  border-radius: 14px;
  text-decoration: none;
  border: 1px solid rgba(255,255,255,0.08);
  transition: transform 0.3s var(--p-spring), background 0.3s var(--p-ease);
}
.pm-store-badge:hover {
  transform: translateY(-2px) scale(1.03);
  background: #000;
}
.pm-store-badge i { font-size: 1.5rem; }
.pm-store-badge .lbl { display: flex; flex-direction: column; line-height: 1.1; }
.pm-store-badge .lbl small {
  font-size: 0.62rem;
  opacity: 0.75;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.pm-store-badge .lbl strong { font-size: 0.92rem; font-weight: 600; }

/* ---------- Footer ---------- */
.pm-footer {
  background: var(--p-bg-dark);
  color: var(--p-text-onDarkMuted);
  padding: 80px 0 32px;
  position: relative;
  overflow: hidden;
}
.pm-footer::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 30% 0%, rgba(30,58,138,0.4), transparent 60%);
  pointer-events: none;
}
.pm-footer-top {
  max-width: var(--p-container);
  margin: 0 auto 56px;
  padding: 0 24px;
  display: grid;
  grid-template-columns: 1.4fr repeat(4, 1fr);
  gap: 40px;
  position: relative;
  z-index: 1;
}
.pm-footer-brand .pm-nav-logo {
  font-size: 1.75rem;
  color: #fff;
  margin-bottom: 12px;
  display: inline-flex;
}
.pm-footer-brand p {
  font-size: 0.9rem;
  margin: 0 0 18px;
  max-width: 32ch;
}
.pm-footer-brand .socials {
  display: flex;
  gap: 10px;
}
.pm-footer-brand .socials a {
  width: 36px; height: 36px;
  border-radius: 50%;
  background: rgba(255,255,255,0.08);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 0.85rem;
  transition: background 0.2s var(--p-ease), color 0.2s var(--p-ease);
}
.pm-footer-brand .socials a:hover { background: var(--p-brand-light); }
.pm-footer-col h5 {
  font-family: var(--p-font-body);
  font-size: 0.8rem;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.pm-footer-col ul {
  list-style: none;
  margin: 0; padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.pm-footer-col ul a {
  color: var(--p-text-onDarkMuted);
  font-size: 0.875rem;
  text-decoration: none;
  transition: color 0.2s var(--p-ease);
}
.pm-footer-col ul a:hover { color: #fff; }
.pm-footer-bottom {
  max-width: var(--p-container);
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid rgba(255,255,255,0.08);
  padding-top: 28px;
  font-size: 0.78rem;
  flex-wrap: wrap;
  gap: 12px;
  position: relative;
  z-index: 1;
}
.pm-footer-bottom a {
  color: var(--p-text-onDarkMuted);
  text-decoration: none;
  margin-left: 16px;
}
.pm-footer-bottom a:hover { color: #fff; }

/* ---------- Floating buttons ---------- */
.pm-fab-stack {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 900;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.pm-fab {
  width: 50px; height: 50px;
  border-radius: 50%;
  background: var(--p-card);
  color: var(--p-text);
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 1rem;
  box-shadow: var(--p-shadow-lg);
  border: 1px solid var(--p-border);
  transition: transform 0.3s var(--p-spring), background 0.3s var(--p-ease), color 0.3s var(--p-ease);
}
.pm-fab:hover {
  transform: translateY(-3px) scale(1.06);
}
.pm-fab.whatsapp { background: #25D366; color: #fff; border-color: transparent; }
.pm-fab.help { background: var(--p-grad-brand); color: #fff; border-color: transparent; }

/* ---------- Reveal animations ---------- */
.pm [data-reveal] {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s var(--p-ease), transform 0.6s var(--p-ease);
}
.pm [data-reveal].revealed {
  opacity: 1;
  transform: translateY(0);
}

/* ============================================================
   PREMIUM POLISH ADDITIONS
   ============================================================ */

/* ---------- Press / "Featured in" — simple & premium ---------- */
.pm-press {
  padding: 44px 0;
  background: #fff;
  border-top: 1px solid var(--p-border);
  border-bottom: 1px solid var(--p-border);
}
.pm-press-title {
  text-align: center;
  font-family: var(--p-font-body);
  font-size: 0.66rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--p-text-muted);
  margin-bottom: 24px;
}
.pm-press-logos {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 14px 52px;
}
.pm-press-logo {
  font-family: var(--p-font-display);
  font-weight: 700;
  font-size: clamp(1rem, 1.2vw, 1.2rem);
  color: var(--p-brand-dark);
  letter-spacing: -0.025em;
  line-height: 1;
  white-space: nowrap;
  cursor: default;
  transition: color 0.3s var(--p-ease);
}
.pm-press-logo:hover { color: var(--p-brand); }
.pm-press-logo .italic,
.pm-press-logo .serif {
  font-family: var(--p-font-display);
  font-style: normal;
  font-weight: 700;
}
.pm-press-logo .small { font-size: 0.78em; vertical-align: 0.18em; opacity: 0.7; }

/* ---------- Safety & Trust dark section ---------- */
.pm-safety {
  position: relative;
  padding: clamp(80px, 11vw, 140px) 0;
  background:
    radial-gradient(ellipse 90% 60% at 50% 0%, rgba(59,130,246,0.18), transparent 60%),
    linear-gradient(180deg, #050811 0%, #0A0F1F 100%);
  color: #fff;
  overflow: hidden;
}
.pm-safety::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(circle at 1px 1px, rgba(96,165,250,0.08) 1px, transparent 0);
  background-size: 24px 24px;
  pointer-events: none;
  mask-image: radial-gradient(ellipse 80% 70% at 50% 50%, black 30%, transparent 80%);
  -webkit-mask-image: radial-gradient(ellipse 80% 70% at 50% 50%, black 30%, transparent 80%);
}
.pm-safety .pm-section-head { position: relative; z-index: 1; }
.pm-safety .pm-section-head h2 { color: #fff; }
.pm-safety .pm-section-head .pm-lede { color: var(--p-text-onDarkMuted); }
.pm-safety-grid {
  position: relative;
  z-index: 1;
  max-width: var(--p-container);
  margin: 0 auto;
  padding: 0 24px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.pm-safety-card {
  position: relative;
  padding: 32px;
  border-radius: var(--p-radius-lg);
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  overflow: hidden;
  isolation: isolate;
  transition: transform 0.5s var(--p-spring), background 0.4s var(--p-ease), border-color 0.4s var(--p-ease);
}
.pm-safety-card:hover {
  transform: translateY(-6px);
  background: rgba(255,255,255,0.06);
  border-color: rgba(96,165,250,0.3);
}
.pm-safety-card::before {
  content: '';
  position: absolute;
  inset: -50% -50% auto auto;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(59,130,246,0.35), transparent 60%);
  filter: blur(40px);
  pointer-events: none;
  z-index: -1;
  opacity: 0;
  transition: opacity 0.5s var(--p-ease);
}
.pm-safety-card:hover::before { opacity: 1; }
.pm-safety-card .ico {
  width: 56px;
  height: 56px;
  border-radius: 16px;
  background: linear-gradient(135deg, #3B82F6, #1E3A8A);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  color: #fff;
  box-shadow: 0 10px 22px -6px rgba(59, 130, 246, 0.55);
  margin-bottom: 22px;
}
.pm-safety-card h3 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 12px;
  letter-spacing: -0.02em;
}
.pm-safety-card p {
  color: var(--p-text-onDarkMuted);
  font-size: 0.95rem;
  margin-bottom: 22px;
}
.pm-safety-card .meta {
  font-family: var(--p-font-display);
  font-size: 2.25rem;
  font-weight: 800;
  letter-spacing: -0.03em;
  background: linear-gradient(180deg, #fff 0%, #93C5FD 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  line-height: 1;
  margin-bottom: 4px;
}
.pm-safety-card .meta-lbl {
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--p-text-onDarkMuted);
  font-weight: 500;
}

/* ---------- Multi-device app gallery ---------- */
.pm-gallery {
  padding: clamp(70px, 9vw, 120px) 0;
  background: var(--p-bg);
  overflow: hidden;
}
.pm-gallery-track {
  display: flex;
  gap: 22px;
  justify-content: center;
  align-items: flex-end;
  margin-top: 56px;
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 24px;
  flex-wrap: wrap;
}
.pm-gallery-device {
  width: 220px;
  height: 440px;
  background: linear-gradient(160deg, #0F172A 0%, #1E293B 100%);
  border-radius: 32px;
  padding: 10px;
  box-shadow:
    0 30px 60px -16px rgba(11, 20, 38, 0.35),
    0 0 0 1.5px rgba(255,255,255,0.06) inset,
    0 0 0 5px #1a2235;
  position: relative;
  transition: transform 0.5s var(--p-spring), box-shadow 0.5s var(--p-ease);
}
.pm-gallery-device:hover {
  transform: translateY(-10px);
  box-shadow:
    0 50px 80px -20px rgba(30, 58, 138, 0.4),
    0 0 0 1.5px rgba(96, 165, 250, 0.18) inset,
    0 0 0 5px #1a2235;
}
.pm-gallery-device-screen {
  width: 100%;
  height: 100%;
  border-radius: 24px;
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
}
.pm-gallery-device::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  width: 70px;
  height: 18px;
  background: #050811;
  border-radius: 0 0 12px 12px;
  z-index: 10;
}
.pm-gallery-device.alt { transform: translateY(20px); }
.pm-gallery-device.alt:hover { transform: translateY(8px); }

/* Device screen themes (per service) */
.pm-gallery-device.ride .pm-gallery-device-screen {
  background: linear-gradient(180deg, #DBEAFE 0%, #BFDBFE 100%);
}
.pm-gallery-device.food .pm-gallery-device-screen {
  background: linear-gradient(180deg, #FFEDD5 0%, #FED7AA 100%);
}
.pm-gallery-device.flash .pm-gallery-device-screen {
  background: linear-gradient(180deg, #FEF3C7 0%, #FDE68A 100%);
}
.pm-gallery-device.mart .pm-gallery-device-screen {
  background: linear-gradient(180deg, #E0E7FF 0%, #C7D2FE 100%);
}
.pm-gallery-device-bar {
  height: 38px;
  border-bottom: 1px solid rgba(0,0,0,0.06);
  display: flex;
  align-items: center;
  padding: 0 16px;
  font-family: var(--p-font-body);
  font-size: 0.75rem;
  font-weight: 700;
  color: var(--p-brand-dark);
  letter-spacing: -0.01em;
  margin-top: 28px;
}
.pm-gallery-device-content {
  padding: 14px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex: 1;
}
.pm-gallery-row {
  background: rgba(255,255,255,0.7);
  backdrop-filter: blur(6px);
  border-radius: 12px;
  padding: 10px 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.72rem;
  color: var(--p-brand-dark);
  border: 1px solid rgba(255,255,255,0.6);
}
.pm-gallery-row strong {
  font-weight: 700;
  display: block;
  font-size: 0.78rem;
}
.pm-gallery-row small { display: block; font-size: 0.6rem; color: var(--p-text-light); }
.pm-gallery-row .badge {
  background: var(--p-brand);
  color: #fff;
  padding: 2px 8px;
  border-radius: 999px;
  font-size: 0.62rem;
  font-weight: 700;
}

/* ---------- Awards / Recognition strip ---------- */
.pm-awards {
  padding: 70px 0;
  background: var(--p-bg-soft);
  border-top: 1px solid var(--p-border);
  border-bottom: 1px solid var(--p-border);
}
.pm-awards-inner {
  max-width: var(--p-container);
  margin: 0 auto;
  padding: 0 24px;
  display: grid;
  grid-template-columns: 1.2fr repeat(4, 1fr);
  gap: 32px;
  align-items: center;
}
.pm-awards-head h3 {
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  margin-bottom: 4px;
}
.pm-awards-head p {
  font-size: 0.875rem;
  color: var(--p-text-light);
  margin: 0;
}
.pm-award {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 8px;
  padding: 20px 14px;
  border-radius: var(--p-radius);
  background: #fff;
  border: 1px solid var(--p-border);
  transition: transform 0.35s var(--p-spring), box-shadow 0.3s var(--p-ease);
}
.pm-award:hover {
  transform: translateY(-4px);
  box-shadow: var(--p-shadow-md);
}
.pm-award .award-icon {
  width: 44px; height: 44px;
  border-radius: 50%;
  background: linear-gradient(135deg, #FBBF24, #B45309);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.05rem;
  box-shadow: 0 8px 18px -4px rgba(180, 83, 9, 0.35);
}
.pm-award strong {
  font-family: var(--p-font-display);
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: -0.01em;
}
.pm-award small {
  font-size: 0.7rem;
  color: var(--p-text-light);
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

/* ---------- Sticky bottom app-download CTA ---------- */
.pm-sticky-cta {
  position: fixed;
  left: 24px;
  right: 24px;
  bottom: 22px;
  max-width: 720px;
  margin: 0 auto;
  background: rgba(11, 20, 38, 0.92);
  backdrop-filter: blur(22px);
  -webkit-backdrop-filter: blur(22px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 999px;
  padding: 10px 12px 10px 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  z-index: 950;
  box-shadow: 0 20px 50px -16px rgba(11, 20, 38, 0.5);
  transform: translateY(140%);
  transition: transform 0.6s var(--p-spring);
}
.pm-sticky-cta.show { transform: translateY(0); }
.pm-sticky-cta-text {
  color: #fff;
  font-size: 0.875rem;
  display: flex;
  align-items: center;
  gap: 10px;
}
.pm-sticky-cta-text .ico {
  width: 32px; height: 32px;
  border-radius: 50%;
  background: linear-gradient(135deg, #3B82F6, #1E3A8A);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.85rem;
}
.pm-sticky-cta-text strong { font-weight: 700; }
.pm-sticky-cta .actions {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.pm-sticky-cta .pm-btn-primary {
  padding: 8px 18px;
  font-size: 0.82rem;
  background: #fff;
  color: var(--p-brand-dark);
  box-shadow: none;
}
.pm-sticky-cta .pm-btn-primary:hover {
  background: var(--p-brand-bright);
  color: #fff;
}
.pm-sticky-cta .close {
  width: 30px; height: 30px;
  border-radius: 50%;
  background: rgba(255,255,255,0.08);
  border: 0;
  color: rgba(255,255,255,0.8);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.85rem;
  transition: background 0.25s var(--p-ease);
}
.pm-sticky-cta .close:hover { background: rgba(255,255,255,0.18); color: #fff; }

/* ---------- Newsletter (footer add-on) ---------- */
.pm-newsletter {
  max-width: var(--p-container);
  margin: 0 auto 56px;
  padding: 0 24px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 40px;
}
.pm-newsletter h3 {
  font-family: var(--p-font-display);
  color: #fff;
  font-size: 1.5rem;
  margin-bottom: 8px;
  letter-spacing: -0.02em;
}
.pm-newsletter p {
  color: var(--p-text-onDarkMuted);
  margin: 0;
  font-size: 0.9rem;
}
.pm-newsletter-form {
  display: flex;
  gap: 8px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 999px;
  padding: 6px 6px 6px 22px;
  backdrop-filter: blur(10px);
  transition: border-color 0.3s var(--p-ease);
}
.pm-newsletter-form:focus-within { border-color: rgba(96,165,250,0.5); }
.pm-newsletter-form input {
  flex: 1;
  background: transparent;
  border: 0;
  outline: 0;
  color: #fff;
  font-family: var(--p-font-body);
  font-size: 0.92rem;
}
.pm-newsletter-form input::placeholder { color: rgba(255,255,255,0.45); }
.pm-newsletter-form button {
  background: #fff;
  color: var(--p-brand-dark);
  border: 0;
  padding: 10px 22px;
  border-radius: 999px;
  font-family: var(--p-font-body);
  font-size: 0.875rem;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.25s var(--p-ease), color 0.25s var(--p-ease);
}
.pm-newsletter-form button:hover {
  background: var(--p-brand-bright);
  color: #fff;
}

/* ---------- Hero polish overrides ---------- */
.pm-hero h1 {
  font-size: clamp(2.75rem, 6.5vw, 5.5rem);
  font-weight: 800;
  letter-spacing: -0.045em;
  line-height: 1;
}
.pm-hero .pm-eyebrow {
  font-size: 0.75rem;
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-color: rgba(30, 58, 138, 0.12);
  box-shadow: 0 6px 16px -6px rgba(30, 58, 138, 0.15);
}

/* ---------- Section heading polish ---------- */
.pm-section-head .pm-h2 {
  font-size: clamp(2.25rem, 4.5vw, 4rem);
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 1.04;
}

/* ---------- Premium card shadows (multi-layer) ---------- */
.pm-bento-tile,
.pm-card,
.pm-testimonial,
.pm-fare-card,
.pm-calc-card {
  box-shadow:
    0 1px 1px rgba(11, 20, 38, 0.04),
    0 4px 12px -4px rgba(11, 20, 38, 0.06),
    0 24px 48px -16px rgba(11, 20, 38, 0.10);
}

/* ---------- Responsive (gallery & polish blocks) ---------- */
@media (max-width: 1080px) {
  .pm-press-logos { grid-template-columns: repeat(3, 1fr); row-gap: 24px; }
  .pm-safety-grid { grid-template-columns: 1fr; }
  .pm-awards-inner { grid-template-columns: 1fr; text-align: center; gap: 24px; }
  .pm-awards-head { margin-bottom: 16px; }
  .pm-newsletter { grid-template-columns: 1fr; }
}
@media (max-width: 720px) {
  .pm-press-logos { grid-template-columns: repeat(2, 1fr); }
  .pm-gallery-device { width: 180px; height: 360px; }
  .pm-gallery-device.alt { transform: translateY(0); }
  .pm-sticky-cta { left: 12px; right: 12px; bottom: 12px; padding: 8px 8px 8px 16px; }
  .pm-sticky-cta-text small { display: none; }
}

/* ---------- Responsive ---------- */
@media (max-width: 1080px) {
  .pm-hero-grid { grid-template-columns: 1fr; gap: 40px; }
  .pm-hero-visual { height: 540px; }
  .pm-flow { grid-template-columns: 1fr; gap: 36px; }
  .pm-twocol { grid-template-columns: 1fr; gap: 40px; }
  .pm-twocol.reverse > :first-child { order: 0; }
  .pm-map-wrap { grid-template-columns: 1fr; gap: 40px; }
  .pm-calc { grid-template-columns: 1fr; gap: 40px; }
  .pm-pass-banner { grid-template-columns: 1fr; gap: 32px; padding: 40px; text-align: center; }
  .pm-pass-visual { display: none; }
  .pm-news-grid { grid-template-columns: repeat(2, 1fr); }
  .pm-testimonials { grid-template-columns: 1fr; }
  .pm-bento { grid-template-columns: repeat(2, 1fr); }
  .pm-bento-tile.span-3, .pm-bento-tile.span-2,
  .pm-bento-tile.span-4, .pm-bento-tile.span-6,
  .pm-bento-tile.hero { grid-column: span 2; }
  .pm-bento-tile.row-span-2 { grid-row: span 1; }
  .pm-counters-grid { grid-template-columns: repeat(2, 1fr); gap: 40px 20px; }
  .pm-footer-top { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 900px) {
  .pm-topbar .pm-nav-links { display: none; }
  .pm-topbar .pm-nav-cta .signin { display: none; }
  .pm-topbar-inner { height: 60px; padding: 0 16px; }
  .pm-topbar .pm-nav-logo img { height: 72px; }
  .pm-topbar .pm-nav-cta .signup { padding: 8px 16px; font-size: 0.8rem; }
  .pm-nav-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px; height: 40px;
    background: transparent;
    border: 1px solid var(--p-border);
    border-radius: 999px;
    color: var(--p-text);
  }
  .pm-announce-inner span:nth-child(2) { display: none; }
}
@media (max-width: 720px) {
  .pm-fare-inputs { grid-template-columns: 1fr; }
  .pm-news-grid { grid-template-columns: 1fr; }
  .pm-bento { grid-template-columns: 1fr; }
  .pm-bento-tile.span-3, .pm-bento-tile.span-2,
  .pm-bento-tile.span-4, .pm-bento-tile.span-6,
  .pm-bento-tile.hero { grid-column: span 1; }
  .pm-counters-grid { padding: 40px 20px; }
  .pm-twocol-visual { aspect-ratio: 1 / 1; }
  .pm-twocol-visual i { font-size: 7rem; }
  .pm-footer-top { grid-template-columns: 1fr; }
  .pm-pass-banner { padding: 36px 24px; }
}

/* ============================================================
   GLOBAL OVERRIDE — kill all italic site-wide
   ============================================================ */
.pm em,
.pm i.fa-solid,
.pm i.fa-regular,
.pm i.fa-brands,
.pm h1, .pm h2, .pm h3, .pm h4, .pm h5,
.pm h1 em, .pm h2 em, .pm h3 em, .pm h4 em,
.pm .pm-accent,
.pm em.pm-accent,
.pm .accent-line,
.pm-hero h1 em, .pm-hero h1 .accent-line,
.svc-hero h1 em,
.drive-hero h1 em,
.drive-section-head h2 em,
.apply-side h2 em,
.pm-press-sub em,
.pm-section-head em,
.pm-bento-tile h3 em,
.pm-pass-banner em,
.pm-h2 em,
.italic, .pm-press-logo .italic {
  font-style: normal !important;
}
/* Restore FA icon glyph font-style (Font Awesome icons need their style preserved) */
.pm .fa-solid, .pm .fa-regular, .pm .fa-brands { font-style: normal !important; }

/* ============================================================
   GLOBAL OVERRIDE — force all gradient/double-color text
   to a single dark navy color (#131C3D)
   ============================================================ */
.pm em,
.pm h1 em, .pm h2 em, .pm h3 em, .pm h4 em,
.pm em.pm-accent,
.pm .accent-line,
.pm-hero h1 em,
.pm-hero h1 .accent-line,
.svc-hero h1 em,
.drive-hero h1 em,
.drive-section-head h2 em,
.apply-side h2 em,
.pm-press-sub em,
.pm-press-title em,
.pm-counter strong,
.pm-counters-grid .pm-counter strong,
.pm-bento-tile h3 em,
.pm-stat-card strong,
.pm-twocol-visual .pm-stat-card strong,
.pm-section-head .pm-h2 em,
.stat-grid .v,
.calc-result .val,
.calc-amount,
.drive-hero-card .calc-amount,
.earn-card .earn-amount,
.stat-strip .v,
.pm-calc-result .val,
.pm-pass-banner h2 em,
.pm-pass-banner em.pm-accent,
.pm-fare-result .price,
.pm-press-stat strong,
.pm-news h3,
.pm-h2 em {
  background: none !important;
  background-image: none !important;
  -webkit-background-clip: initial !important;
  background-clip: initial !important;
  -webkit-text-fill-color: var(--p-brand-dark) !important;
  color: var(--p-brand-dark) !important;
  font-style: normal;
}

/* Keep dark-section accents WHITE (they sit on navy bg) */
.pm .pm-section.dark-section em,
.pm .pm-section.dark-section h1 em,
.pm .pm-section.dark-section h2 em,
.pm .dark-section em,
.pm .dark-section em.pm-accent,
.pm-safety em,
.pm-safety em.pm-accent,
.pm .pm-counter strong,
.pm-counters-grid .pm-counter strong,
.pm .pm-pass-banner h2 em,
.pm .pm-pass-banner em.pm-accent,
.pm .dark-section .pm-h2 em {
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
}

/* News card titles sit on a dark photo background — keep white */
.pm .pm-news h3 {
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
}

/* Pass banner is dark navy with white text */
.pm-pass-banner h2,
.pm-pass-banner h2 em {
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
}
