/**
 * Unique Pickups - Story-driven landing page
 * Premium logistics SaaS conversion architecture
 */

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* ========== LAYOUT FOUNDATION ========== */
.landing-page {
  background: #ebf2ee;
  color: #0f172a;
  font-family: 'Inter', var(--font-family-base);
}

.landing-page #main-content {
  position: relative;
  overflow: hidden;
}

.landing-page #main-content > section {
  width: 100%;
}

.landing-section {
  position: relative;
  padding: clamp(6rem, 7.2vw, 7.8rem) var(--space-6);
}

.landing-section > * {
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
}

.landing-section__title {
  font-size: clamp(2rem, 3.35vw, 2.88rem);
  font-weight: 760;
  color: #111827;
  margin-bottom: var(--space-4);
  line-height: 1.13;
  letter-spacing: -0.024em;
}

.landing-section__subtitle {
  font-size: clamp(1rem, 1.42vw, 1.16rem);
  color: #475569;
  max-width: 700px;
  line-height: 1.62;
}

/* ========== HERO V3: layered visual engineering ========== */
.landing-page .hero-section {
  --hero-role-color: #2563eb;
  --hero-role-shadow: rgba(37, 99, 235, 0.35);
  position: relative;
  isolation: isolate;
  min-height: 100vh;
  display: flex;
  align-items: center;
  text-align: left;
  overflow: hidden;
  padding: calc(var(--space-24) + var(--space-8)) var(--space-6) calc(var(--space-24) + var(--space-7));
  background-color: #dce8df;
  background-image: url("../assets/images/ChatGPT Image Feb 15, 2026 at 07_10_53 PM.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 64% 55%;
}

.landing-page .hero-section::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    linear-gradient(
      96deg,
      rgba(248, 252, 247, 0.48) 0%,
      rgba(248, 252, 247, 0.32) 34%,
      rgba(248, 252, 247, 0.08) 56%,
      rgba(248, 252, 247, 0) 74%
    ),
    linear-gradient(132deg, rgba(72, 161, 132, 0.05) 0%, rgba(42, 124, 208, 0.05) 45%, rgba(255, 255, 255, 0.1) 100%);
}

.landing-page .hero-section::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    radial-gradient(ellipse at 78% 58%, rgba(255, 176, 82, 0.12) 0%, rgba(255, 176, 82, 0) 62%),
    linear-gradient(180deg, rgba(255, 255, 255, 0) 74%, rgba(8, 22, 36, 0.06) 100%);
}

.landing-page .hero-depth {
  display: none !important;
}

.landing-page .hero-depth--sky {
  inset: -4% -5% 6% -5%;
  z-index: 0;
  background-image: url('../assets/images/hero-v3-layer-sky.webp');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  filter: blur(0.8px) saturate(1.02);
  opacity: 0.96;
  transform: translate3d(var(--hero-sky-x), var(--hero-sky-y), 0) scale(1.03);
}

.landing-page .hero-depth--mid {
  inset: 14% -2% 13% 35%;
  z-index: 3;
  background-image: url('../assets/images/hero-v3-layer-mid.webp');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right bottom;
  filter: saturate(1.06) contrast(1.03) drop-shadow(0 24px 38px rgba(15, 23, 42, 0.34));
  transform: translate3d(var(--hero-mid-x), var(--hero-mid-y), 0);
}

.landing-page .hero-depth--atmosphere {
  inset: 20% -6% 8% 20%;
  z-index: 2;
  background:
    radial-gradient(ellipse 62% 44% at 80% 54%, rgba(255, 196, 104, 0.28) 0%, rgba(255, 196, 104, 0) 68%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.24) 0%, rgba(255, 255, 255, 0) 74%);
  transform: translate3d(var(--hero-mid-x), var(--hero-mid-y), 0);
}

.landing-page .hero-depth--road-guides {
  inset: 50% -2% 8% 40%;
  z-index: 2;
  opacity: 0.45;
  mix-blend-mode: screen;
  background:
    linear-gradient(164deg, transparent 0 55%, rgba(255, 255, 255, 0.34) 58%, rgba(255, 255, 255, 0) 70%),
    linear-gradient(170deg, transparent 0 59%, rgba(255, 255, 255, 0.24) 63%, rgba(255, 255, 255, 0) 72%);
  transform: translate3d(var(--hero-mid-x), var(--hero-mid-y), 0);
}

.landing-page .hero-depth--grass {
  z-index: 5;
  background-image: url('../assets/images/hero-v3-layer-grass.webp');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
}

.landing-page .hero-depth--grass-main {
  inset: 60% -8% -15% -7%;
  filter: blur(1.8px) saturate(1.08);
  transform-origin: 14% 100%;
  animation: heroGrassWave 8.2s ease-in-out infinite;
}

.landing-page .hero-depth--grass-secondary {
  inset: 67% -12% -22% -10%;
  opacity: 0.62;
  filter: blur(3px) saturate(0.95);
  transform-origin: 22% 100%;
  animation: heroGrassWaveOffset 10.2s ease-in-out infinite;
}

@keyframes heroGrassWave {
  0%,
  100% {
    transform: translate3d(var(--hero-grass-x), var(--hero-grass-y), 0) rotate(-2.6deg);
  }
  50% {
    transform: translate3d(calc(var(--hero-grass-x) + 3px), calc(var(--hero-grass-y) - 2px), 0) rotate(-2.2deg);
  }
}

@keyframes heroGrassWaveOffset {
  0%,
  100% {
    transform: translate3d(var(--hero-grass-2-x), var(--hero-grass-2-y), 0) rotate(-1.8deg);
  }
  50% {
    transform: translate3d(calc(var(--hero-grass-2-x) + 2px), calc(var(--hero-grass-2-y) - 1px), 0) rotate(-1.5deg);
  }
}

.landing-page .hero-content {
  margin: 0;
  margin-right: auto;
  margin-left: clamp(0.9rem, 3.4vw, 3rem);
  max-width: 620px;
  position: relative;
  z-index: 2;
  transform: none;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

.landing-page .hero-eyebrow {
  margin: 0 0 var(--space-3);
  color: #1e4f85;
  font-size: 0.82rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 760;
  text-shadow: 0 1px 3px rgba(255, 255, 255, 0.22);
}

.landing-page .hero-title {
  margin-bottom: var(--space-5);
  color: #0a1326;
  font-size: clamp(2.9rem, 5.95vw, 4.85rem);
  line-height: 1.02;
  letter-spacing: -0.035em;
  text-shadow: 0 2px 10px rgba(255, 255, 255, 0.3);
}

.landing-page .hero-subtitle {
  margin-bottom: var(--space-8);
  max-width: 590px;
  color: #243043;
  font-size: clamp(1.04rem, 1.8vw, 1.3rem);
  line-height: 1.58;
  text-shadow: 0 1px 4px rgba(255, 255, 255, 0.2);
}

.landing-page .hero-cta {
  justify-content: flex-start;
  align-items: center;
  gap: var(--space-3);
  margin-bottom: var(--space-5);
  flex-wrap: wrap;
}

.landing-page .hero-cta .btn {
  min-width: 220px;
  justify-content: center;
  border-radius: 14px;
  will-change: transform, box-shadow, background-position, opacity, filter;
  transition: transform 0.2s ease, box-shadow 0.22s ease, background-position 0.24s ease, opacity 0.22s ease, filter 0.22s ease;
}

.landing-page .hero-cta .btn-primary {
  color: #fff;
  border: none;
  background-image: linear-gradient(130deg, #2046f3 0%, #0f7df7 45%, #32beff 100%);
  background-size: 170% 100%;
  box-shadow: 0 11px 24px rgba(24, 86, 225, 0.32), 0 0 12px rgba(59, 130, 246, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.34);
}

.landing-page .hero-cta .btn-primary:hover {
  transform: translateY(-1px);
  background-position: 100% 0;
  filter: brightness(1.07);
  box-shadow: 0 15px 31px rgba(17, 82, 226, 0.43), 0 0 24px rgba(56, 189, 248, 0.36), inset 0 1px 0 rgba(255, 255, 255, 0.44);
}

.landing-page .hero-cta .btn-primary:active {
  transform: translateY(0);
  filter: brightness(1.02);
}

.landing-page .hero-cta .btn-glass {
  color: #0f172a;
  border: 1px solid rgba(255, 255, 255, 0.82);
  background: rgba(255, 255, 255, 0.68);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  box-shadow: 0 8px 18px rgba(15, 23, 42, 0.14);
}

.landing-page .hero-cta .btn-glass:hover {
  transform: translateY(-1px);
  filter: brightness(1.04);
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 11px 24px rgba(15, 23, 42, 0.22);
}

.landing-page .hero-cta .btn-glass:active {
  transform: translateY(0);
}

.landing-page .hero-role-toggle {
  display: inline-flex;
  align-items: center;
  gap: var(--space-2);
  padding: 6px;
  border-radius: var(--radius-full);
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(255, 255, 255, 0.86);
  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.16);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.landing-page .hero-role-toggle__button {
  appearance: none;
  border: none;
  border-radius: var(--radius-full);
  background: transparent;
  color: #1f2937;
  padding: var(--space-2) var(--space-4);
  font-weight: 650;
  cursor: pointer;
  min-height: 42px;
  transition: transform 0.2s ease, color 0.2s ease, background 0.25s ease, box-shadow 0.25s ease;
}

.landing-page .hero-role-toggle__button:hover {
  transform: translateY(-1px);
  color: #0f172a;
}

.landing-page .hero-role-toggle__button:focus-visible {
  outline: 2px solid var(--hero-role-color);
  outline-offset: 2px;
}

.landing-page .hero-role-toggle__button.is-active {
  color: #fff;
  background: var(--hero-role-color);
  box-shadow: 0 10px 22px var(--hero-role-shadow);
}

.landing-page .hero-section[data-marketplace-role='customer'] {
  --hero-role-color: #2563eb;
  --hero-role-shadow: rgba(37, 99, 235, 0.32);
}

.landing-page .hero-section[data-marketplace-role='driver'] {
  --hero-role-color: #16a34a;
  --hero-role-shadow: rgba(22, 163, 74, 0.32);
}

.landing-page .hero-midcards {
  display: none;
}

.landing-page .hero-midcard {
  --card-tilt: rotateY(7deg) rotateX(3deg);
  margin: 0;
  min-width: 216px;
  max-width: 248px;
  padding: var(--space-4) var(--space-5);
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.8);
  background: rgba(255, 255, 255, 0.74);
  box-shadow: 0 16px 34px rgba(2, 18, 46, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.72);
  backdrop-filter: blur(13px);
  -webkit-backdrop-filter: blur(13px);
  transform: var(--card-tilt) translate3d(0, 0, 0);
  transform-style: preserve-3d;
  animation: heroCardFloat 10.5s ease-in-out infinite;
  will-change: transform;
}

.landing-page .hero-midcard--post {
  --card-tilt: rotateY(8deg) rotateX(3deg);
  animation-delay: -0.8s;
}

.landing-page .hero-midcard--match {
  --card-tilt: rotateY(6deg) rotateX(4deg);
  animation-delay: -3.4s;
}

.landing-page .hero-midcard--delivered {
  --card-tilt: rotateY(8deg) rotateX(3deg);
  animation-delay: -5.6s;
}

@keyframes heroCardFloat {
  0%,
  100% {
    transform: var(--card-tilt) translate3d(0, 0, 0);
  }
  50% {
    transform: var(--card-tilt) translate3d(0, -6px, 0);
  }
}

.landing-page .hero-midcard__kicker {
  margin: 0;
  color: #0d1e39;
  font-size: 1rem;
  font-weight: 700;
}

.landing-page .hero-midcard__meta {
  margin: var(--space-1) 0 0;
  color: #334155;
  font-size: 0.88rem;
  font-weight: 520;
}

/* ========== NAV: clean + premium hierarchy ========== */
.landing-page .nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 120;
  background: rgba(237, 245, 241, 0.42);
  backdrop-filter: blur(17px) saturate(150%);
  -webkit-backdrop-filter: blur(17px) saturate(150%);
  border-bottom: 1px solid rgba(255, 255, 255, 0.64);
  box-shadow: 0 12px 28px rgba(12, 24, 44, 0.09);
}

.landing-page .nav .nav__container {
  max-width: 1240px;
  padding: var(--space-4) var(--space-6);
}

.landing-page .nav .nav__menu {
  margin-left: auto;
  gap: var(--space-3);
}

.landing-page .nav .nav__logo {
  padding: 2px var(--space-1);
  border-radius: var(--radius-md);
}

.landing-page .nav__logo-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 1.85rem;
  font-weight: 800;
  letter-spacing: -0.05em;
  line-height: 1;
  text-shadow: 0 2px 9px rgba(37, 99, 235, 0.55);
}

.landing-page .nav__link {
  color: rgba(15, 23, 42, 0.88);
  font-weight: 500;
}

.landing-page .nav__link::after {
  background: linear-gradient(90deg, #1d4ed8, #3b82f6);
  bottom: 2px;
  height: 2px;
}

.landing-page .nav__link:hover {
  color: #0b1f3f;
  background: rgba(255, 255, 255, 0.36);
}

.landing-page .nav .btn.btn-glass {
  color: #0f172a;
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(15, 23, 42, 0.12);
  box-shadow: none;
  padding: var(--space-2) var(--space-3);
}

.landing-page .nav .btn.btn-glass:hover {
  color: #0b1224;
  background: rgba(255, 255, 255, 0.45);
  transform: translateY(-1px);
}

.landing-page .nav .btn.btn-primary,
.landing-page .nav .nav__cta-strong {
  color: #fff;
  border: none;
  background-image: linear-gradient(135deg, #174ae8 0%, #0a7ef6 45%, #31b9ff 100%);
  background-size: 185% 100%;
  box-shadow: 0 14px 32px rgba(20, 80, 230, 0.43), 0 0 0 1px rgba(255, 255, 255, 0.28) inset;
  transition: transform 0.22s ease, box-shadow 0.3s ease, background-position 0.3s ease;
}

.landing-page .nav .btn.btn-primary:hover,
.landing-page .nav .nav__cta-strong:hover {
  transform: translate3d(0, -2px, 0);
  background-position: 100% 0;
  box-shadow: 0 18px 36px rgba(20, 80, 230, 0.48), 0 0 28px rgba(56, 189, 248, 0.34);
}

.landing-page .nav .nav__mobile-toggle span {
  background: #0f172a;
}

/* ========== GLOBAL SECTION RHYTHM ========== */
.landing-page #main-content > section:not(.hero-section) {
  position: relative;
}

.landing-page #main-content > section:not(.hero-section)::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 1px;
  background: rgba(148, 163, 184, 0.24);
}

.story-card,
.step-card,
.feature-depth-card,
.trust-item,
.split-panel,
.pricing-intelligence-card {
  transform: translateZ(0);
  will-change: transform;
}

@media (prefers-reduced-motion: reduce) {
  .landing-page .hero-depth,
  .landing-page .hero-content,
  .landing-page .hero-midcards,
  .landing-page .hero-midcard,
  .landing-page .hero-cta .btn,
  .landing-page .nav .btn.btn-primary,
  .landing-page .nav .nav__cta-strong {
    animation: none !important;
    transition-duration: 0.01ms !important;
  }

  .landing-page .hero-depth--grass-main {
    transform: translate3d(0, 0, 0) rotate(-2.5deg);
  }

  .landing-page .hero-depth--grass-secondary {
    transform: translate3d(0, 0, 0) rotate(-1.8deg);
  }
}

/* ========== PROBLEM TO SOLUTION ========== */
.story-section {
  background:
    radial-gradient(circle at 8% 8%, rgba(58, 143, 255, 0.12) 0%, rgba(58, 143, 255, 0) 30%),
    radial-gradient(circle at 88% 88%, rgba(45, 190, 129, 0.11) 0%, rgba(45, 190, 129, 0) 34%),
    linear-gradient(180deg, #f8fbff 0%, #f5f9ff 100%);
  position: relative;
  overflow: hidden;
}

.story-section::after {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(120deg, rgba(255, 255, 255, 0.12) 20%, rgba(255, 255, 255, 0) 64%);
  z-index: 0;
}

.story-section > * {
  position: relative;
  z-index: 1;
}

.story-section .landing-section__title,
.story-section__subtitle {
  text-align: center;
}

.story-section__subtitle {
  margin-bottom: var(--space-10);
}

.story-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: var(--space-8);
  align-items: stretch;
}

.story-card {
  background: linear-gradient(156deg, rgba(255, 255, 255, 0.88), rgba(241, 246, 255, 0.84));
  border: 1px solid rgba(148, 163, 184, 0.24);
  border-radius: 24px;
  padding: var(--space-8);
  box-shadow: 0 14px 30px rgba(15, 23, 42, 0.08);
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.25s ease;
}

.story-card:hover {
  transform: translateY(-6px);
  border-color: rgba(37, 99, 235, 0.24);
  box-shadow: 0 22px 42px rgba(15, 23, 42, 0.12);
}

.story-card--solution {
  background: linear-gradient(154deg, rgba(241, 253, 246, 0.94), rgba(234, 251, 241, 0.9));
  border-color: rgba(34, 197, 94, 0.24);
}

.story-card__title {
  font-size: clamp(1.35rem, 2.1vw, 1.62rem);
  font-weight: 670;
  color: #111827;
  margin-bottom: var(--space-4);
}

.story-card__list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.story-card__list li {
  padding: var(--space-2) 0;
  padding-left: var(--space-6);
  position: relative;
  color: #475569;
  font-size: 1.02rem;
  line-height: 1.56;
}

.story-card__list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.84rem;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #2563eb;
  box-shadow: 0 0 0 4px rgba(37, 99, 235, 0.14);
}

.story-card--solution .story-card__list li::before {
  background: #16a34a;
  box-shadow: 0 0 0 4px rgba(22, 163, 74, 0.13);
}

.story-card__list li strong {
  color: #0f172a;
}

/* ========== HOW IT WORKS ========== */
.how-section {
  background:
    radial-gradient(circle at 82% 18%, rgba(14, 165, 233, 0.1) 0%, rgba(14, 165, 233, 0) 32%),
    radial-gradient(circle at 14% 82%, rgba(34, 197, 94, 0.1) 0%, rgba(34, 197, 94, 0) 32%),
    linear-gradient(180deg, #f4f9f9 0%, #f6fafc 100%);
  position: relative;
  overflow: hidden;
}

.how-section::after {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.11) 10%, rgba(255, 255, 255, 0) 60%);
  z-index: 0;
}

.how-section > * {
  position: relative;
  z-index: 1;
}

.how-section .landing-section__title,
.how-section .landing-section__subtitle {
  text-align: center;
}

.steps-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: var(--space-6);
  margin-top: var(--space-10);
}

.step-card {
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(148, 163, 184, 0.24);
  border-radius: 22px;
  padding: var(--space-8);
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.08);
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
  text-align: left;
}

.step-card:hover {
  transform: translateY(-6px);
  border-color: rgba(59, 130, 246, 0.26);
  box-shadow: 0 20px 38px rgba(15, 23, 42, 0.12);
}

.step-card__number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: linear-gradient(135deg, #2563eb, #0ea5e9);
  color: #fff;
  font-weight: 700;
  font-size: 1.1rem;
  margin-bottom: var(--space-4);
  box-shadow: 0 8px 18px rgba(37, 99, 235, 0.28);
}

.step-card__title {
  font-size: 1.35rem;
  font-weight: 650;
  color: #0f172a;
  margin-bottom: var(--space-3);
}

.step-card__desc {
  font-size: 1rem;
  color: #475569;
  line-height: 1.58;
}

/* ========== FEATURE DEPTH ========== */
.features-depth-section {
  background:
    radial-gradient(circle at 90% 16%, rgba(59, 130, 246, 0.11) 0%, rgba(59, 130, 246, 0) 34%),
    radial-gradient(circle at 10% 86%, rgba(45, 212, 191, 0.11) 0%, rgba(45, 212, 191, 0) 36%),
    linear-gradient(180deg, #f8fbff 0%, #f3f8ff 100%);
  position: relative;
  overflow: hidden;
}

.features-depth-section::after {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.12) 18%, rgba(255, 255, 255, 0) 66%);
  z-index: 0;
}

.features-depth-section > * {
  position: relative;
  z-index: 1;
}

.features-depth-section .landing-section__title,
.features-depth-section .landing-section__subtitle {
  text-align: center;
}

.features-depth-section .landing-section__subtitle {
  margin-bottom: var(--space-10);
}

.features-depth-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: var(--space-6);
}

.feature-depth-card {
  background: rgba(255, 255, 255, 0.88);
  border-radius: 20px;
  border: 1px solid rgba(148, 163, 184, 0.21);
  padding: var(--space-6);
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.06);
  transition: transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease;
}

.feature-depth-card:hover {
  transform: translateY(-5px);
  border-color: rgba(37, 99, 235, 0.24);
  box-shadow: 0 18px 34px rgba(15, 23, 42, 0.11);
}

.feature-depth-card__title {
  font-size: 1.2rem;
  font-weight: 650;
  color: #111827;
  margin-bottom: var(--space-2);
}

.feature-depth-card__copy {
  font-size: 0.97rem;
  color: #475569;
  line-height: 1.56;
}

/* ========== SPLIT MARKETPLACE ========== */
.split-section {
  padding: clamp(5.4rem, 6vw, 7rem) var(--space-6);
  background:
    radial-gradient(circle at 84% 16%, rgba(59, 130, 246, 0.12) 0%, rgba(59, 130, 246, 0) 32%),
    linear-gradient(180deg, #f4fbff 0%, #ecf8f7 100%);
}

.split-shell {
  max-width: 1180px;
  margin: 0 auto;
}

.split-shell__header {
  margin-bottom: var(--space-8);
}

.split-shell__eyebrow {
  margin: 0 0 var(--space-2);
  color: #1e4f8e;
  font-size: 0.82rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 760;
}

.split-shell__title {
  margin-bottom: 0;
}

.split-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-radius: 28px;
  overflow: hidden;
  border: 1px solid rgba(148, 163, 184, 0.22);
  box-shadow: 0 18px 36px rgba(15, 23, 42, 0.1);
}

.split-panel {
  padding: var(--space-14) var(--space-10);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.split-panel--customers {
  background: linear-gradient(160deg, #eff8ff 0%, #dff0ff 100%);
}

.split-panel--drivers {
  background: linear-gradient(160deg, #ebfdf2 0%, #d8f8e4 100%);
}

.split-panel__title {
  font-size: clamp(1.65rem, 2.5vw, 2.1rem);
  font-weight: 720;
  color: #0f172a;
  margin-bottom: var(--space-6);
}

.split-panel__list {
  list-style: none;
  padding: 0;
  margin: 0 0 var(--space-7);
}

.split-panel__list li {
  padding: var(--space-2) 0;
  padding-left: var(--space-6);
  position: relative;
  color: #334155;
  font-size: 1rem;
}

.split-panel__list li::before {
  content: '✓';
  position: absolute;
  left: 0;
  font-weight: 700;
  color: #16a34a;
}

.split-panel .btn {
  align-self: flex-start;
}

.split-panel .btn-primary {
  border: none;
  background-image: linear-gradient(135deg, #1e40af 0%, #1d4ed8 48%, #0ea5e9 100%);
  box-shadow: 0 12px 26px rgba(37, 99, 235, 0.27);
  transition: transform 0.28s ease, box-shadow 0.28s ease;
}

.split-panel .btn-primary:hover {
  transform: translateY(-2px) scale(1.04);
  box-shadow: 0 16px 34px rgba(37, 99, 235, 0.35);
}

.split-panel--drivers .btn-primary {
  background-image: linear-gradient(135deg, #13803c 0%, #16a34a 52%, #22c55e 100%);
  box-shadow: 0 12px 26px rgba(22, 163, 74, 0.3);
}

/* ========== TRUST ========== */
.trust-section {
  background:
    radial-gradient(circle at 12% 14%, rgba(56, 189, 248, 0.12) 0%, rgba(56, 189, 248, 0) 30%),
    radial-gradient(circle at 90% 84%, rgba(59, 130, 246, 0.1) 0%, rgba(59, 130, 246, 0) 30%),
    linear-gradient(180deg, #f8fbff 0%, #f2f7fc 100%);
  position: relative;
  overflow: hidden;
}

.trust-section::after {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(140deg, rgba(255, 255, 255, 0.1) 12%, rgba(255, 255, 255, 0) 58%);
  z-index: 0;
}

.trust-section > * {
  position: relative;
  z-index: 1;
}

.trust-section .landing-section__title,
.trust-section .landing-section__subtitle {
  text-align: center;
}

.trust-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: var(--space-5);
  margin-top: var(--space-9);
}

.trust-item {
  text-align: center;
  padding: var(--space-6) var(--space-4);
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(148, 163, 184, 0.2);
  border-radius: 18px;
  box-shadow: 0 10px 20px rgba(15, 23, 42, 0.06);
}

.trust-item__value {
  font-size: clamp(1.55rem, 2.4vw, 2rem);
  font-weight: 760;
  color: #1d4ed8;
  margin-bottom: var(--space-1);
}

.trust-item__label {
  font-size: 0.95rem;
  color: #475569;
}

/* ========== PRICING PHILOSOPHY ========== */
.pricing-philosophy-section {
  background:
    radial-gradient(circle at 8% 20%, rgba(59, 130, 246, 0.14) 0%, rgba(59, 130, 246, 0) 30%),
    radial-gradient(circle at 88% 82%, rgba(15, 118, 110, 0.11) 0%, rgba(15, 118, 110, 0) 34%),
    linear-gradient(180deg, #f7fafc 0%, #eef4ff 100%);
  position: relative;
  overflow: hidden;
}

.pricing-philosophy-section::after {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(132deg, rgba(255, 255, 255, 0.12) 16%, rgba(255, 255, 255, 0) 68%);
  z-index: 0;
}

.pricing-philosophy-section > * {
  position: relative;
  z-index: 1;
}

.pricing-philosophy-section .landing-section__title,
.pricing-philosophy-section__subtitle {
  text-align: center;
}

.pricing-philosophy-section__subtitle {
  margin-bottom: var(--space-10);
}

.pricing-layout {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: var(--space-6);
  align-items: stretch;
}

.pricing-points {
  list-style: none;
  margin: 0;
  padding: var(--space-8) var(--space-8);
  border-radius: 22px;
  border: 1px solid rgba(148, 163, 184, 0.24);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 12px 26px rgba(15, 23, 42, 0.07);
}

.pricing-points li {
  padding: var(--space-3) 0;
  padding-left: var(--space-8);
  position: relative;
  color: #334155;
  font-size: 1rem;
}

.pricing-points li::before {
  content: '✓';
  position: absolute;
  left: 0;
  top: 0.58rem;
  font-weight: 700;
  color: #16a34a;
  font-size: 1.12rem;
}

.pricing-intelligence-card {
  padding: var(--space-7);
  border-radius: 22px;
  background: linear-gradient(160deg, rgba(17, 24, 39, 0.95), rgba(30, 58, 138, 0.92));
  color: #e2e8f0;
  box-shadow: 0 14px 30px rgba(15, 23, 42, 0.2);
}

.pricing-intelligence-card__eyebrow {
  margin: 0 0 var(--space-2);
  color: rgba(147, 197, 253, 0.96);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 0.76rem;
  font-weight: 700;
}

.pricing-intelligence-card__title {
  margin: 0 0 var(--space-4);
  color: #f8fafc;
  font-size: 1.35rem;
  font-weight: 680;
  line-height: 1.36;
}

.pricing-intelligence-card__copy {
  margin: 0 0 var(--space-6);
  color: rgba(226, 232, 240, 0.9);
  font-size: 0.95rem;
  line-height: 1.6;
}

.pricing-intelligence-card .btn-glass {
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.36);
  color: #fff;
}

/* ========== FINAL CTA ========== */
.final-cta-section {
  position: relative;
  padding: var(--space-24) var(--space-6);
  text-align: center;
  background: linear-gradient(135deg, #0f4ed8 0%, #0991ef 53%, #0fb7f5 100%);
  overflow: hidden;
}

.final-cta-section::before {
  content: '';
  position: absolute;
  inset: -32% -20% 56% -10%;
  background: radial-gradient(ellipse at center, rgba(255, 255, 255, 0.22) 0%, rgba(255, 255, 255, 0) 72%);
  pointer-events: none;
}

.final-cta-section > * {
  position: relative;
  z-index: 1;
}

.final-cta-section .final-cta__title {
  font-size: clamp(2.25rem, 4vw, 3.4rem);
  font-weight: 760;
  color: #fff;
  margin-bottom: var(--space-4);
  line-height: 1.16;
}

.final-cta-section .final-cta__subtitle {
  font-size: clamp(1.05rem, 1.8vw, 1.36rem);
  color: rgba(255, 255, 255, 0.95);
  margin-bottom: var(--space-10);
  max-width: 620px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.58;
}

.final-cta-section .final-cta__buttons {
  display: flex;
  gap: var(--space-4);
  justify-content: center;
  flex-wrap: wrap;
}

.final-cta-section .final-cta__buttons .btn {
  min-width: 210px;
}

.final-cta-section .btn-primary {
  background: #ffffff;
  color: #1d4ed8;
  border: none;
  box-shadow: 0 14px 30px rgba(12, 24, 44, 0.22);
}

.final-cta-section .btn-primary:hover {
  transform: translateY(-2px) scale(1.04);
}

.final-cta-section .btn-glass {
  background: rgba(255, 255, 255, 0.14);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.64);
}

/* ========== FOOTER (landing) ========== */
.landing-page .footer {
  background: #0f172a;
  margin-top: 0;
}

/* ========== RESPONSIVE HERO + SECTIONS ========== */
@media (max-width: 1100px) {
  .landing-page .hero-depth--mid {
    inset: 16% -8% 12% 31%;
  }

  .landing-page .hero-midcards {
    right: 2%;
    top: 23%;
  }

  .landing-page .hero-midcard {
    min-width: 194px;
    padding: var(--space-3) var(--space-4);
  }

  .pricing-layout {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 900px) {
  .landing-page .hero-section {
    min-height: 92vh;
    padding: calc(var(--space-24) + var(--space-6)) var(--space-5) var(--space-16);
    background-position: 70% 58%;
  }

  .landing-page .hero-depth--mid {
    inset: 20% -17% 13% 25%;
    opacity: 0.95;
  }

  .landing-page .hero-depth--road-guides {
    inset: 54% -12% 10% 26%;
  }

  .landing-page .hero-midcards {
    display: none;
  }

  .story-grid,
  .steps-grid,
  .features-depth-grid,
  .split-grid,
  .trust-grid {
    grid-template-columns: 1fr 1fr;
  }

  .split-panel {
    padding: var(--space-12) var(--space-7);
  }
}

@media (max-width: 767px) {
  .landing-page .nav {
    background: rgba(246, 251, 248, 0.78);
  }

  .landing-page .nav .nav__container {
    padding: var(--space-3) var(--space-4);
  }

  .landing-page .nav .nav__menu {
    background: linear-gradient(180deg, rgba(247, 252, 249, 0.98), rgba(230, 241, 253, 0.98));
    border-left: 1px solid rgba(148, 163, 184, 0.35);
    box-shadow: -24px 0 48px rgba(15, 23, 42, 0.2);
  }

  .landing-page .nav .nav__link {
    color: #0f172a;
    text-shadow: none;
  }

  .landing-page .hero-section {
    min-height: 88vh;
    padding: calc(var(--space-20) + var(--space-8)) var(--space-4) var(--space-12);
    background-position: 76% 58%;
  }

  .landing-page .hero-content {
    margin-left: 0.35rem;
  }

  .landing-page .hero-depth--mid {
    inset: 35% -39% 9% 13%;
  }

  .landing-page .hero-depth--atmosphere,
  .landing-page .hero-depth--road-guides {
    opacity: 0.42;
  }

  .landing-page .hero-title {
    font-size: clamp(2.2rem, 9vw, 3.1rem);
  }

  .landing-page .hero-subtitle {
    font-size: var(--font-base);
    max-width: 100%;
  }

  .landing-page .hero-cta {
    flex-direction: column;
    align-items: stretch;
    gap: var(--space-2);
    margin-bottom: var(--space-4);
  }

  .landing-page .hero-cta .btn {
    min-width: 0;
    width: 100%;
  }

  .landing-page .hero-role-toggle {
    width: 100%;
    justify-content: space-between;
  }

  .landing-page .hero-role-toggle__button {
    flex: 1 1 auto;
    text-align: center;
    padding-left: var(--space-3);
    padding-right: var(--space-3);
    font-size: 0.9rem;
  }

  .story-grid,
  .steps-grid,
  .features-depth-grid,
  .split-grid,
  .trust-grid {
    grid-template-columns: 1fr;
  }

  .split-section {
    padding: var(--space-14) var(--space-4);
  }

  .landing-section {
    padding: calc(var(--space-12) + var(--space-2)) var(--space-4);
  }

  .landing-section__title {
    font-size: clamp(1.7rem, 7vw, 2.25rem);
  }
}

@media (max-width: 390px) {
  .landing-page .hero-section {
    min-height: 86vh;
    padding: calc(var(--space-16) + var(--space-8)) var(--space-3) var(--space-10);
    background-position: 81% 58%;
  }

  .landing-page .hero-content {
    margin-left: 0.2rem;
  }

  .landing-page .hero-title {
    font-size: clamp(2.02rem, 11.6vw, 2.66rem);
    line-height: 1.03;
  }

  .landing-page .hero-subtitle {
    margin-bottom: var(--space-5);
  }

  .landing-page .hero-cta .btn {
    width: 100%;
    min-width: 0;
  }

  .landing-page .hero-role-toggle__button {
    font-size: 0.82rem;
    padding-left: var(--space-2);
    padding-right: var(--space-2);
  }
}
