/* ==================================================
   Traffic Page
================================================== */

.traffic-page-header {
    padding: 36px 0 32px;
    text-align: center;
    background:
        radial-gradient(circle at 15% 20%, rgba(244, 226, 133, 0.35), transparent 34%),
        radial-gradient(circle at 85% 10%, rgba(140, 179, 105, 0.18), transparent 32%),
        linear-gradient(135deg, #fbfaf2 0%, #f5f7ed 100%);
    border-bottom: 1px solid rgba(140, 179, 105, 0.22);
}

.traffic-label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 18px;
    margin-bottom: 18px;
    border-radius: 999px;
    background: rgba(140, 179, 105, 0.16);
    color: #4f7d3d;
    font-weight: 800;
    letter-spacing: 0.03em;
}

.traffic-label i {
    font-size: 1.2rem;
}

.traffic-page-header h1 {
    margin-bottom: 16px;
    color: #3A445D;
    font-size: clamp(2rem, 4vw, 3.4rem);
    font-weight: 900;
    letter-spacing: 0.06em;
}

.traffic-page-header p {
    max-width: 820px;
    margin: 0 auto;
    color: #5f665f;
    font-size: 1.08rem;
    line-height: 1.9;
}

/* ==================================================
   Section
================================================== */

.traffic-section {
    padding: 20px 0 56px;
    background: #fbfaf2;
}

.traffic-section-soft {
    background: #f5f7ed;
}

.section-heading {
    margin-bottom: 36px;
}

.section-heading span {
    display: inline-block;
    margin-bottom: 8px;
    color: #8CB369;
    font-size: 0.95rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.section-heading h2 {
    margin-bottom: 12px;
    color: #3A445D;
    font-size: clamp(1.7rem, 3vw, 2.35rem);
    font-weight: 900;
    letter-spacing: 0.04em;
}

.section-heading p {
    max-width: 760px;
    margin: 0 auto;
    color: #66706a;
    line-height: 1.8;
}

/* ==================================================
   Map Cards
================================================== */

.traffic-map-card {
    background: #ffffff;
    border: 1px solid rgba(140, 179, 105, 0.28);
    border-radius: 26px;
    padding: 20px;
    box-shadow: 0 14px 36px rgba(76, 46, 5, 0.10);
}

.traffic-map-title {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 16px;
    color: #3A445D;
    font-size: 1.2rem;
    font-weight: 900;
}

.traffic-map-title i {
    color: #8CB369;
    font-size: 1.45rem;
}

.traffic-map-card img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 18px;
    background: #ffffff;
}

.campus-map-img {
    max-width: 760px;
    margin: 0 auto;
}

/* ==================================================
   Traffic Info Cards
================================================== */

.traffic-info-card {
    height: 100%;
    padding: 30px 28px;
    background: #ffffff;
    border: 1px solid rgba(140, 179, 105, 0.26);
    border-radius: 24px;
    box-shadow: 0 10px 28px rgba(76, 46, 5, 0.08);
    transition: 0.25s ease;
}

.traffic-info-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 16px 40px rgba(76, 46, 5, 0.12);
}

.traffic-info-icon {
    width: 58px;
    height: 58px;
    margin-bottom: 18px;
    border-radius: 18px;
    background: linear-gradient(135deg, rgba(140, 179, 105, 0.18), rgba(244, 226, 133, 0.34));
    display: flex;
    align-items: center;
    justify-content: center;
    color: #4f7d3d;
    font-size: 1.9rem;
}

.traffic-info-card h3 {
    margin-bottom: 18px;
    color: #3A445D;
    font-size: 1.32rem;
    font-weight: 900;
}

.traffic-info-card ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.traffic-info-card li {
    position: relative;
    padding-left: 28px;
    margin-bottom: 13px;
    color: #5f665f;
    line-height: 1.8;
}

.traffic-info-card li::before {
    content: "→";
    position: absolute;
    left: 0;
    top: 0;
    color: #8CB369;
    font-weight: 900;
}

/* ==================================================
   Venue Card
================================================== */

.venue-card {
    padding: 36px;
    border-radius: 28px;
    border: 1px solid rgba(140, 179, 105, 0.28);
    background:
        radial-gradient(circle at 85% 15%, rgba(244, 226, 133, 0.42), transparent 35%),
        linear-gradient(135deg, rgba(140, 179, 105, 0.12), rgba(255, 255, 255, 0.92));
    box-shadow: 0 14px 36px rgba(76, 46, 5, 0.10);
}

.venue-tag {
    display: inline-block;
    margin-bottom: 10px;
    color: #8CB369;
    font-size: 0.95rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.venue-card h2 {
    margin-bottom: 20px;
    color: #3A445D;
    font-size: 2rem;
    font-weight: 900;
}

.venue-item {
    display: flex;
    gap: 12px;
    margin-bottom: 14px;
    color: #5f665f;
    line-height: 1.8;
}

.venue-item i {
    margin-top: 2px;
    color: #8CB369;
    font-size: 1.25rem;
}

.venue-item strong {
    color: #3A445D;
}

.btn-map {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 13px 24px;
    border-radius: 999px;
    background: #8CB369;
    color: #ffffff;
    font-weight: 800;
    text-decoration: none;
    box-shadow: 0 8px 18px rgba(140, 179, 105, 0.26);
    transition: 0.25s ease;
}

.btn-map:hover {
    background: #3A445D;
    color: #ffffff;
    transform: translateY(-3px);
}

 
/* ==================================================
   RWD
================================================== */

@media (max-width: 991px) {
    .traffic-page-header {
        padding: 28px 0 26px;
    }

    .traffic-section {
        padding: 56px 0;
    }

    .traffic-map-card {
        padding: 14px;
        border-radius: 22px;
    }

    .traffic-map-card img {
        border-radius: 14px;
    }

    .venue-card {
        padding: 28px 22px;
    }

    .btn-map {
        margin-top: 8px;
    }
}

@media (max-width: 576px) {
    .traffic-page-header h1 {
        font-size: 2rem;
    }

    .traffic-page-header p {
        font-size: 1rem;
    }

    .traffic-info-card {
        padding: 26px 22px;
    }

    .traffic-map-title {
        font-size: 1.08rem;
    }

    .venue-card h2 {
        font-size: 1.6rem;
    }
}