:root { --cd-primary: #0071e3; --cd-primary-hover: #0077ed; --cd-ink: #1a1d21; --cd-muted: #6c757d; --cd-surface: #f7f9fc; }
    .walking-routes-lp { font-family: inherit; color: var(--cd-ink); -webkit-font-smoothing: antialiased; }
    .walking-routes-lp .btn-primary { --bs-btn-bg: var(--cd-primary); --bs-btn-hover-bg: var(--cd-primary-hover); font-weight: 500; }
    .walking-routes-lp .btn-outline-primary { --bs-btn-color: var(--cd-primary); --bs-btn-border-color: var(--cd-primary); }
    .walking-routes-lp .hero-gradient { background: linear-gradient(180deg, #fbfbfd 0%, #ffffff 55%, #f5f5f7 100%); border-bottom: 1px solid rgba(0, 0, 0, 0.06); }
    .walking-routes-lp .hero-badge { font-size: .8rem; font-weight: 600; color: #1d1d1f; background: rgba(0, 0, 0, 0.05); border-radius: 980px; padding: .35rem .85rem; display: inline-block; }
    .walking-routes-lp .display-heading { font-weight: 700; letter-spacing: -.02em; }
    .walking-routes-lp .lead-tight { max-width: 38rem; color: var(--cd-muted); }
    .walking-routes-lp .floating-card { border-radius: 1rem; box-shadow: 0 .5rem 2rem rgba(0,40,100,.08); border: 1px solid rgba(0,0,0,.05); background: #fff; }
    .walking-routes-lp .mini-stat { font-size: .85rem; color: var(--cd-muted); }
    .walking-routes-lp .icon-circle { width: 3rem; height: 3rem; border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; font-size: 1.35rem; }
    .walking-routes-lp .section-alt { background: var(--cd-surface); }
    .walking-routes-lp .step-num { width: 2rem; height: 2rem; border-radius: 50%; background: var(--cd-primary); color: #fff; font-weight: 600; display: inline-flex; align-items: center; justify-content: center; font-size: .9rem; }
    .walking-routes-lp .cta-band { background: linear-gradient(120deg, #0071e3, #0058b0); color: #fff; border-radius: 1rem; }
    .walking-routes-lp .trust-logos { opacity: .75; font-size: .75rem; text-transform: uppercase; letter-spacing: .08em; color: var(--cd-muted); }
    @media (max-width: 767.98px) { .walking-routes-lp .display-4 { font-size: 1.85rem; } }

    @keyframes cd-route-idea-rise {
      from {
        opacity: 0;
        transform: translateY(14px);
      }
      to {
        opacity: 1;
        transform: translateY(0);
      }
    }

    .walking-routes-lp .floating-card.cd-route-idea {
      position: relative;
      background: linear-gradient(180deg, rgba(0, 113, 227, 0.04) 0%, transparent 42%), #ffffff;
    }

    .walking-routes-lp .floating-card.cd-route-idea::after {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      bottom: 0;
      width: 2px;
      border-radius: 1rem 0 0 1rem;
      background: rgba(0, 113, 227, 0.2);
      pointer-events: none;
    }

    .walking-routes-lp .cd-route-idea__head-badge {
      width: 2.75rem;
      height: 2.75rem;
      border-radius: 50%;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      font-size: 1.2rem;
      color: #ffffff;
      background: #0071e3;
      box-shadow: 0 4px 16px rgba(0, 113, 227, 0.2);
      flex-shrink: 0;
    }

    .walking-routes-lp .cd-route-idea__title {
      letter-spacing: 0.06em;
    }

    .walking-routes-lp .cd-route-idea__list {
      display: flex;
      flex-direction: column;
      gap: 0.5rem;
    }

    .walking-routes-lp .cd-route-idea__item {
      display: grid;
      grid-template-columns: auto auto minmax(0, 1fr);
      gap: 0.65rem 0.75rem;
      align-items: center;
      padding: 0.75rem 0.85rem;
      border-radius: 0.65rem;
      border: 1px solid rgba(0, 0, 0, 0.06);
      background: #fbfbfc;
      transition:
        transform 0.3s cubic-bezier(0.22, 1, 0.36, 1),
        box-shadow 0.3s ease,
        border-color 0.25s ease,
        background-color 0.25s ease;
    }

    .walking-routes-lp .cd-route-idea__item:hover {
      transform: translateX(3px);
      border-color: rgba(0, 113, 227, 0.18);
      box-shadow: 0 6px 20px rgba(0, 0, 0, 0.05);
      background: #ffffff;
    }

    .walking-routes-lp .cd-route-idea__item--a:hover,
    .walking-routes-lp .cd-route-idea__item--b:hover,
    .walking-routes-lp .cd-route-idea__item--c:hover {
      border-color: rgba(0, 113, 227, 0.18);
    }

    .walking-routes-lp .cd-route-idea__idx {
      font-size: 0.7rem;
      font-weight: 700;
      color: #ffffff;
      min-width: 1.35rem;
      height: 1.35rem;
      padding: 0 0.35rem;
      border-radius: 999px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      line-height: 1;
      background: #0071e3;
    }

    .walking-routes-lp .cd-route-idea__item--a .cd-route-idea__idx,
    .walking-routes-lp .cd-route-idea__item--b .cd-route-idea__idx,
    .walking-routes-lp .cd-route-idea__item--c .cd-route-idea__idx {
      background: #0071e3;
    }

    .walking-routes-lp .cd-route-idea__ico {
      width: 2.1rem;
      height: 2.1rem;
      border-radius: 0.55rem;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      font-size: 1.05rem;
      transition: transform 0.3s cubic-bezier(0.22, 1, 0.36, 1);
      color: #1d1d1f;
      background: #f5f5f7;
    }

    .walking-routes-lp .cd-route-idea__item--a .cd-route-idea__ico,
    .walking-routes-lp .cd-route-idea__item--b .cd-route-idea__ico,
    .walking-routes-lp .cd-route-idea__item--c .cd-route-idea__ico {
      color: #1d1d1f;
      background: #f5f5f7;
    }

    .walking-routes-lp .cd-route-idea__item:hover .cd-route-idea__ico {
      transform: scale(1.05);
    }

    .walking-routes-lp .cd-route-idea__body {
      display: flex;
      flex-wrap: wrap;
      align-items: baseline;
      gap: 0.35rem 0.45rem;
      font-size: 0.9rem;
      line-height: 1.45;
      color: var(--cd-ink);
    }

    .walking-routes-lp .cd-route-idea__from {
      font-weight: 600;
    }

    .walking-routes-lp .cd-route-idea__sep {
      color: var(--cd-muted);
      opacity: 0.65;
      font-weight: 400;
    }

    .walking-routes-lp .cd-route-idea__to {
      color: #3d4249;
    }

    .walking-routes-lp .cd-route-idea__note {
      padding-top: 1rem;
      margin-top: 1rem !important;
      border-top: 1px solid rgba(0, 0, 0, 0.06);
    }

    .walking-routes-lp section.hero-gradient.cd-reveal--visible .cd-route-idea__head,
    .walking-routes-lp section.hero-gradient.cd-reveal--visible .cd-route-idea__note {
      opacity: 0;
      animation: cd-route-idea-rise 0.62s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    }

    .walking-routes-lp section.hero-gradient.cd-reveal--visible .cd-route-idea__head {
      animation-delay: 0.05s;
    }

    .walking-routes-lp section.hero-gradient.cd-reveal--visible .cd-route-idea__item {
      opacity: 0;
      animation: cd-route-idea-rise 0.55s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    }

    .walking-routes-lp section.hero-gradient.cd-reveal--visible .cd-route-idea__item:nth-child(1) {
      animation-delay: 0.12s;
    }

    .walking-routes-lp section.hero-gradient.cd-reveal--visible .cd-route-idea__item:nth-child(2) {
      animation-delay: 0.24s;
    }

    .walking-routes-lp section.hero-gradient.cd-reveal--visible .cd-route-idea__item:nth-child(3) {
      animation-delay: 0.36s;
    }

    .walking-routes-lp section.hero-gradient.cd-reveal--visible .cd-route-idea__note {
      animation-delay: 0.48s;
    }

    @media (prefers-reduced-motion: reduce) {
      .walking-routes-lp section.hero-gradient.cd-reveal--visible .cd-route-idea__head,
      .walking-routes-lp section.hero-gradient.cd-reveal--visible .cd-route-idea__item,
      .walking-routes-lp section.hero-gradient.cd-reveal--visible .cd-route-idea__note {
        animation: none !important;
        opacity: 1 !important;
      }

      .walking-routes-lp .cd-route-idea__item:hover {
        transform: none;
      }

      .walking-routes-lp .cd-route-idea__item:hover .cd-route-idea__ico {
        transform: none;
      }
    }
