﻿body {
    font-family: 'Noto Sans TC', sans-serif;
    background-color: #f8f9fa;
    color: #333;
}

.section-title {
    color: #e67e22;
    font-weight: bold;
    margin-bottom: 30px;
}

.city-hero-subtitle p {
    margin-bottom: 0.75rem;
}

.city-rich-text p {
    margin-bottom: 0.5rem;
}

.feature-card, .route-card {
    background: #fff;
    border-radius: 15px;
    padding: 20px;
    height: 100%;
    border: 1px solid #eee;
    transition: transform 0.3s;
}

    .feature-card:hover {
        transform: translateY(-5px);
    }

.route-card {
    background: #f7f7f7;
    border-color: #e4e4e4;
    border-radius: 12px;
    padding: 0px;
}

.route-media {
    position: relative;
    margin-bottom: 12px;
}

.route-card img {
    border-radius: 10px 10px 0px 0px;
    width: 100%;
    height: 210px;
    object-fit: cover;
    display: block;
}

.route-tag {
    position: absolute;
    left: 10px;
    top: 10px;
    z-index: 2;
    background: #fff;
    border: 1px solid #e5e5e5;
    padding: 4px 12px;
    border-radius: 8px;
    font-size: 0.95rem;
    line-height: 1.2;
    color: #333;
}

.route-title {
    font-size: 1.45rem;
    font-weight: 700;
    line-height: 1.25;
    margin-bottom: 8px;
}

.route-title p {
    margin-bottom: 0;
}

.route-desc {
    font-size: 0.98rem;
    line-height: 1.65;
    color: #5c6573;
}

.route-desc p {
    margin-bottom: 0.35rem;
}

.orange-btn {
    background-color: #f39c12;
    border: none;
    color: white;
    padding: 12px 30px;
    border-radius: 5px;
    font-weight: bold;
    width: 100%;
}

    .orange-btn:hover {
        background-color: #d35400;
        color: white;
    }

.accordion-button:not(.collapsed) {
    background-color: #fffaf5;
    color: #e67e22;
}

.price-box {
    background: white;
    padding: 30px;
    border-radius: 15px;
    text-align: center;
}

.price-text {
    color: #f39c12;
    font-size: 2rem;
    font-weight: bold;
}

.feature-icon-img {
    width: 10rem;
    height: 10rem;
    object-fit: contain;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.pickup-map-img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    border-radius: 10px;
}

.pickup-map-embed iframe {
    width: 100%;
    min-height: 220px;
    border: 0;
    border-radius: 10px;
}

.pickup-map-placeholder {
    height: 220px;
    border-radius: 10px;
    background: #f1f1f1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pickup-contact-value {
    color: #f39c12;
}

.faq-pricing-section {
    margin-top: 0.5rem;
}

.faq-title {
    font-size: 1.35rem;
    font-weight: 700;
}

.city-faq-accordion .accordion-item {
    border: 1px solid #dedede;
    margin-bottom: 0.55rem;
    border-radius: 8px;
    overflow: hidden;
}

.city-faq-accordion .accordion-button {
    font-size: 1.02rem;
    font-weight: 600;
    background: #fff;
    box-shadow: none;
}

.city-faq-accordion .accordion-button:not(.collapsed) {
    color: #222;
    background: #fff;
}

.city-faq-accordion .accordion-button::before {
    content: "+";
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.1rem;
    height: 1.1rem;
    border: 1px solid #999;
    border-radius: 2px;
    font-size: 0.9rem;
    margin-right: 0.5rem;
    line-height: 1;
}

.city-faq-accordion .accordion-button:not(.collapsed)::before {
    content: "-";
}

.city-price-box {
    border: 1px solid #e4e4e4;
    border-radius: 12px;
    padding: 24px 22px;
}

.city-price-box h5 {
    font-weight: 700;
    margin-bottom: 0.9rem;
}

.pickup-section {
    margin-top: 3.2rem !important;
    padding-top: 2.8rem !important;
    border-top: 1px solid #e2e2e2;
}

.pickup-section-title {
    font-size: 1.5rem;
    letter-spacing: 0.08em;
    font-weight: 700;
    margin-bottom: 1.8rem !important;
}

.pickup-location-card,
.pickup-contact-card {
    background: #f7f7f7;
    border-color: #e0e0e0;
    border-radius: 12px;
    min-height: 320px;
}

.pickup-location-card h6,
.pickup-contact-card h6 {
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 0.6rem;
}

.pickup-map-img,
.pickup-map-embed iframe,
.pickup-map-placeholder {
    height: 165px;
    border-radius: 8px;
}

.pickup-hours {
    line-height: 1.55;
}

@media (max-width: 768px) {
    .pickup-section-title {
        font-size: 1.7rem;
        letter-spacing: 0.04em;
    }

    .pickup-location-card,
    .pickup-contact-card {
        min-height: auto;
    }
}
