/* Route overview — AEO / GEO structured content */
.route-article-wrap {
    font-size: 1.0625rem;
    line-height: 1.75;
    color: #4b5563;
}

.route-article {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.route-block {
    padding: 0;
}

.route-block + .route-block {
    padding-top: 2rem;
    border-top: 1px solid #f3f4f6;
}

.route-lead {
    font-size: 1.125rem;
    line-height: 1.7;
    color: #374151;
    font-weight: 500;
    margin: 0 0 1.25rem;
}

.route-h2 {
    font-size: 1.375rem;
    font-weight: 800;
    color: #111827;
    margin: 0 0 1rem;
    letter-spacing: -0.02em;
    line-height: 1.3;
    font-family: var(--font-heading, inherit);
}

.route-h3 {
    font-size: 1.0625rem;
    font-weight: 700;
    color: #1f2937;
    margin: 0 0 0.5rem;
}

.route-muted {
    color: #6b7280;
    font-size: 0.9375rem;
    margin: 0 0 1rem;
}

.route-use-grid {
    display: grid;
    gap: 0.75rem;
    margin: 0;
    padding: 0;
    list-style: none;
}

@media (min-width: 640px) {
    .route-use-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

.route-use-card {
    background: #f9fafb;
    border: 1px solid #f3f4f6;
    border-radius: 1rem;
    padding: 1rem 1.125rem;
}

.route-use-card strong {
    display: block;
    color: #111827;
    font-size: 0.8125rem;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    margin-bottom: 0.35rem;
}

.route-use-card span {
    font-size: 0.9375rem;
    line-height: 1.5;
    color: #4b5563;
}

.route-quote {
    margin: 0;
    padding: 1.25rem 1.5rem;
    background: linear-gradient(135deg, #fffbeb 0%, #fef9c3 100%);
    border-left: 4px solid #facc15;
    border-radius: 0 1rem 1rem 0;
    font-size: 1rem;
    line-height: 1.65;
    color: #422006;
}

.route-quote cite {
    display: block;
    margin-top: 0.75rem;
    font-size: 0.8125rem;
    font-style: normal;
    font-weight: 700;
    color: #78350f;
}

.route-stats {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-bottom: 1rem;
}

.route-stat {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: #f9fafb;
    border: 1px solid #e5e7eb;
    border-radius: 9999px;
    padding: 0.5rem 1rem;
    font-size: 0.875rem;
    font-weight: 700;
    color: #111827;
}

.route-stat i {
    color: #ca8a04;
    font-size: 0.75rem;
}

.route-city-grid {
    display: grid;
    gap: 1.25rem;
}

@media (min-width: 768px) {
    .route-city-grid {
        grid-template-columns: 1fr 1fr;
    }
}

.route-city-card {
    background: #fafafa;
    border: 1px solid #f3f4f6;
    border-radius: 1.25rem;
    padding: 1.25rem 1.5rem;
}

.route-city-card .route-known {
    font-size: 0.9375rem;
    line-height: 1.6;
    color: #4b5563;
    margin: 0 0 1rem;
}

.route-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.route-list li {
    position: relative;
    padding: 0.35rem 0 0.35rem 1.25rem;
    font-size: 0.9375rem;
    line-height: 1.5;
    color: #374151;
}

.route-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.75rem;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #facc15;
}

.route-festival-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin: 1rem 0;
}

.route-festival-tag {
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 9999px;
    padding: 0.35rem 0.75rem;
    color: #374151;
}

.route-spiritual-note {
    background: #f5f3ff;
    border: 1px solid #ede9fe;
    border-radius: 1rem;
    padding: 1rem 1.25rem;
    margin-top: 0.75rem;
    font-size: 0.9375rem;
    line-height: 1.6;
    color: #4c1d95;
}

.route-compare-grid {
    display: grid;
    gap: 1.25rem;
}

@media (min-width: 768px) {
    .route-compare-grid {
        grid-template-columns: 1fr 1fr;
    }
}

.route-compare-card {
    border: 1px solid #e5e7eb;
    border-radius: 1.25rem;
    overflow: hidden;
    background: #fff;
}

.route-compare-card h3 {
    margin: 0;
    padding: 0.875rem 1.25rem;
    background: #f9fafb;
    border-bottom: 1px solid #f3f4f6;
    font-size: 0.9375rem;
    font-weight: 800;
    color: #111827;
}

.route-table-wrap {
    overflow-x: auto;
}

.route-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.875rem;
}

.route-table th,
.route-table td {
    padding: 0.65rem 1rem;
    text-align: left;
    border-bottom: 1px solid #f3f4f6;
    vertical-align: top;
}

.route-table th {
    font-size: 0.6875rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #6b7280;
    font-weight: 700;
    background: #fafafa;
}

.route-table td {
    color: #374151;
}

.route-table tr:last-child td {
    border-bottom: none;
}

.route-steps {
    margin: 0;
    padding: 0;
    list-style: none;
    counter-reset: route-step;
}

.route-steps li {
    counter-increment: route-step;
    position: relative;
    padding: 0 0 1.25rem 3rem;
    border-left: 2px solid #f3f4f6;
    margin-left: 1rem;
}

.route-steps li:last-child {
    padding-bottom: 0;
    border-left-color: transparent;
}

.route-steps li::before {
    content: counter(route-step);
    position: absolute;
    left: -1rem;
    top: 0;
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    background: #111827;
    color: #facc15;
    font-size: 0.8125rem;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateX(-50%);
}

.route-steps strong {
    display: block;
    color: #111827;
    margin-bottom: 0.25rem;
}

.route-steps p {
    margin: 0;
    font-size: 0.9375rem;
    color: #6b7280;
}

.route-cta {
    background: #111827;
    color: #f9fafb;
    border-radius: 1.25rem;
    padding: 1.5rem 1.75rem;
    text-align: center;
}

.route-cta p {
    margin: 0 0 1rem;
    font-size: 1rem;
    line-height: 1.6;
    color: #e5e7eb;
}

.route-cta-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    justify-content: center;
}

.route-cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: #facc15;
    color: #111827;
    font-weight: 800;
    font-size: 0.875rem;
    padding: 0.65rem 1.25rem;
    border-radius: 9999px;
    text-decoration: none;
    border: 1px solid transparent;
}

.route-cta-btn:hover {
    text-decoration: none;
    filter: brightness(0.98);
}

.route-cta-btn--call {
    background: #22c55e;
    color: #ffffff;
    border-color: #16a34a;
}

.route-cta-btn--call:hover {
    background: #16a34a;
    color: #ffffff;
}

.route-booking-btn {
    text-decoration: none;
    border: 1px solid transparent;
}

.route-booking-btn--primary {
    background: #111827;
    color: var(--brand-color, #ffd80f);
}

.route-booking-btn--primary:hover {
    background: #1f2937;
    color: var(--brand-color, #ffd80f);
}

.route-booking-btn--call {
    background: #22c55e;
    border-color: #16a34a;
    color: #ffffff;
}

.route-booking-btn--call:hover {
    background: #16a34a;
    color: #ffffff;
}
