/* 移除顶部空白 */
.main-content {
    padding-top: 12px !important;
}

/* 顶部banner样式 */
.banner {
    background-image: url("../img/airport-banner.7dcc9f0024ee.jpg");
    background-size: cover;
    background-position: center;
    height: 260px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-bottom: 60px;
}

.banner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.banner-title {
    position: absolute;
    left: 10%;
    color: white;
    font-size: 3rem;
    font-weight: bold;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
    z-index: 2;
}

.welcome-section {
    text-align: center;
    padding: 60px 0;
    max-width: 1000px;
    margin: 0 auto;
}

.welcome-section h2 {
    font-size: 2.5rem;
    margin-bottom: 30px;
    color: #333;
}

.japan-illustration {
    max-width: 250px;
    margin: 30px auto;
    display: block;
}

.welcome-section p {
    font-size: 1.1rem;
    line-height: 1.5;
    color: #000;
    margin-bottom: 25px;
    text-align: left;
}

.welcome-section .lead {
    font-size: 1.15rem;
    color: #000;
    margin-bottom: 30px;
    text-align: center;
}

.airport-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    margin: 20px 0;
    padding: 0 20px;
}

.airport-card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.airport-card:hover {
    transform: translateY(-10px);
}

.airport-card img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.airport-card h3 {
    color: #333;
    font-weight: 400!important;
    font-size: 1.2rem!important;
    margin: 15px 15px!important;
    text-align: left!important;
}

.view-more-btn {
    display: block;
    text-align: center;
    padding: 15px 0;
    background: #f8f9fa;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s ease;
    color: var(--primary);
    border-color: #8f71d0;
}

.view-more-btn:hover {
    background-color: var(--primary);
    color: white;
}

/* 机场服务选择区域 */
.airport-service-selection {
    text-align: center;
    padding: 30px 0 60px;
    background-color: #f8f9fa;
    border-radius: 16px;
    margin: 20px 0 40px;
}

.service-buttons {
    display: flex;
    justify-content: center;
    gap: 40px;
    flex-wrap: wrap;
    margin-top: 20px;
}

.service-btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 100px;
    background: white;
    border: 2px solid #e0e0e0;
    border-radius: 12px;
    text-decoration: none;
    color: #333;
    transition: all 0.3s ease;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.05);
    padding: 15px 10px;
    position: relative;
    overflow: hidden;
}

.service-btn:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    color: white;
    text-decoration: none;
}

.arrival-btn {
    border-color: #6a5acd;
    border-width: 2px;
    color: #4a3a9d;
}

.arrival-btn:hover {
    background-color: #6a5acd;
}

.departure-btn {
    border-color: #ff7e5f;
    border-width: 2px;
    color: #d85e3f;
}

.departure-btn:hover {
    background-color: #ff7e5f;
}

.icon-wrapper {
    font-size: 1.8rem;
    transition: all 0.3s ease;
    display: inline-block;
}

.arrival-btn .icon-wrapper {
    color: #4a3a9d;
    font-size: 2rem;
}

.departure-btn .icon-wrapper {
    color: #d85e3f;
    font-size: 2rem;
}

.arrival-btn:hover .icon-wrapper,
.departure-btn:hover .icon-wrapper {
    color: white;
    transform: scale(1.1);
}

.btn-text {
    font-size: 1.1rem;
    font-weight: 600;
}

.japan-map {
    max-width: 800px;
    margin: 40px auto;
}

.japan-map img {
    width: 100%;
    height: auto;
}

.other-services {
    padding: 80px 0;
    text-align: center;
}

.other-services h2 {
    font-size: 2.5rem;
    margin-bottom: 50px;
    color: #333;
}

/* -------- 价目表样式 -------- */
.price-table-wrapper {
    margin-top: 12px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 16px rgba(0,0,0,0.06);
    overflow: hidden;
}
.price-group-title {
    font-weight: 700;
    color: #b57a21;
    padding: 10px 2px 6px 2px;
}
.price-group-title i { color: var(--primary); margin-right: 6px; }
.price-table {
    width: 100%;
    font-size: 16px;
    margin: 0;
}
.price-row th.price-name {
    width: 60%;
    font-weight: 600;
}
.price-row td.price-amount {
    text-align: right;
    white-space: nowrap;
}
.price-row .unit {
    color: #6c757d;
    margin-right: 6px;
}
.price-row .amount {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: .5px;
}
.price-row .yen { margin-left: 2px; }
.price-row .tilde { margin-left: 2px; }
.price-badge {
    background-color: #eef2f7;
    color: #415069;
    font-weight: 500;
    border-radius: 999px;
    padding: 2px 10px;
    margin-left: 6px;
}
@media (max-width: 768px) {
    .price-row th.price-name { width: 55%; }
    .price-row .amount { font-size: 18px; }
}

/* 移动端价目卡片 */
.price-cards {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
}
.price-cards-wrapper { margin-top: 10px; }
.price-card {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 12px;
    padding: 14px 16px;
    box-shadow: 0 2px 10px rgba(0,0,0,.04);
}
.price-card .pc-title {
    font-weight: 600;
    margin-bottom: 6px;
}
.price-card .pc-amount {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
}
.price-card .pc-amount .unit { color:#6c757d; margin-right: 8px; }
.price-card .pc-amount .amount { font-size: 20px; font-weight: 700; }
.price-card .pc-badges { margin-top: 8px; }

.service-icons {
    display: flex;
    justify-content: center;
    gap: 60px;
    flex-wrap: wrap;
    margin-top: 40px;
}

.service-icon {
    text-align: center;
    color: var(--primary);
    flex: 0 0 150px;
}

.service-icon i {
    font-size: 3rem;
    margin-bottom: 20px;
}

.service-icon p {
    font-size: 1.1rem;
    color: #555;
    margin: 0;
}

@media (max-width: 992px) {
    .airport-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }
    
    .service-icons {
        gap: 40px;
    }
    
    .service-btn {
        width: 100px;
        height: 100px;
    }
    
    .icon-wrapper {
        font-size: 1.8rem;
    }
    
    .btn-text {
        font-size: 1rem;
    }
}

@media (max-width: 768px) {
    .banner {
        height: 180px;
        margin-bottom: 0px;
    }
    
    .banner-title {
        font-size: 2.5rem;
    }
    
    .welcome-section {
        padding: 40px 20px;
    }
    
    .welcome-section h2 {
        font-size: 2rem;
    }
    
    .airport-grid {
        grid-template-columns: 1fr;
        gap: 25px;
    }
    
    .service-icons {
        gap: 30px;
    }
    
    .service-icon {
        flex: 0 0 120px;
    }
    
    .service-btn {
        width: 120px;
        height: 120px;
        padding: 10px 5px;
    }
    
    .btn-text {
        font-size: 0.95rem;
    }
    .payment-section {
        margin-top: 60px;
        margin-bottom: 20px;
        background: #fff;
        padding: 40px;
        border-radius: 12px;
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    }
}

@media (max-width: 576px) {
    .payment-section {
        margin-top: 60px;
        margin-bottom: 20px;
        background: #fff;
        padding: 40px;
        border-radius: 12px;
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    } 
}