.contact-page {
    min-height: calc(100vh - 120px);
    padding: 64px 20px 90px;
    background: linear-gradient(180deg, #f7fbff 0%, #ffffff 46%, #f8fbff 100%);
    color: #102033;
}

.contact-container {
    width: min(1120px, 100%);
    margin: 0 auto;
}

.contact-hero {
    margin-bottom: 30px;
}

.contact-kicker {
    display: inline-flex;
    align-items: center;
    height: 32px;
    margin-bottom: 14px;
    padding: 0 13px;
    border: 1px solid #bfdbfe;
    border-radius: 999px;
    background: #eff6ff;
    color: #2563eb;
    font-size: 13px;
    font-weight: 900;
}

.contact-title {
    margin: 0 0 13px;
    color: #07172f;
    font-size: clamp(38px, 5vw, 56px);
    font-weight: 950;
    line-height: 1.12;
    letter-spacing: 0;
}

.contact-hero p {
    width: min(760px, 100%);
    margin: 0;
    color: #48617f;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.8;
    word-break: keep-all;
}

.contact-split {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.92fr);
    gap: 18px;
    margin-bottom: 22px;
}

.contact-card,
.map-section,
.location-summary,
.academy-photo-box {
    border: 1px solid #cfe0f5;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 18px 44px rgba(15, 23, 42, 0.07);
}

.contact-card {
    padding: 26px;
}

.contact-section-head {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    margin-bottom: 18px;
}

.contact-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    width: 42px;
    height: 42px;
    border: 1px solid #bfdbfe;
    border-radius: 14px;
    background: #eff6ff;
    color: #2563eb;
}

.contact-icon.location {
    border-color: #bbf7d0;
    background: #f0fdf4;
    color: #16a34a;
}

.contact-icon svg,
.contact-call-btn svg,
.map-open-btn svg {
    width: 19px;
    height: 19px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.contact-section-head span {
    display: block;
    margin-bottom: 5px;
    color: #2563eb;
    font-size: 13px;
    font-weight: 900;
}

.contact-section-head h2 {
    margin: 0;
    color: #102033;
    font-size: 24px;
    font-weight: 950;
    line-height: 1.35;
    word-break: keep-all;
}

.contact-lead {
    margin: 0 0 22px;
    color: #52657e;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.75;
    word-break: keep-all;
}

.contact-info-list {
    display: grid;
    gap: 10px;
    margin-bottom: 22px;
}

.contact-info-list div,
.location-detail {
    display: grid;
    gap: 5px;
    padding: 15px 16px;
    border: 1px solid #dce8f6;
    border-radius: 14px;
    background: #fbfdff;
}

.contact-info-list span,
.location-detail span {
    color: #64748b;
    font-size: 13px;
    font-weight: 800;
}

.contact-info-list strong,
.location-detail strong {
    color: #102033;
    font-size: 17px;
    font-weight: 950;
    line-height: 1.4;
}

.contact-call-btn,
.map-open-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 44px;
    padding: 0 18px;
    border: 1px solid #2563eb;
    border-radius: 12px;
    background: linear-gradient(180deg, #3388ff 0%, #2467e8 100%);
    color: #ffffff;
    font-size: 14px;
    font-weight: 900;
    text-decoration: none;
    box-shadow: 0 10px 20px rgba(37, 99, 235, 0.16);
    transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.contact-call-btn:hover,
.map-open-btn:hover {
    background: linear-gradient(180deg, #2877ef 0%, #1f58d2 100%);
    transform: translateY(-1px);
    box-shadow: 0 14px 24px rgba(37, 99, 235, 0.22);
}

.location-detail {
    margin-bottom: 16px;
}

.location-detail p {
    margin: 0;
    color: #64748b;
    font-size: 14px;
    font-weight: 600;
}

.location-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.location-tags span {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    padding: 0 11px;
    border-radius: 999px;
    background: #eff6ff;
    color: #2563eb;
    font-size: 13px;
    font-weight: 900;
}

.map-section {
    overflow: hidden;
    margin-bottom: 18px;
}

.map-section-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 22px 24px;
    border-bottom: 1px solid #dfe7f2;
}

.map-section-head span {
    display: block;
    margin-bottom: 5px;
    color: #2563eb;
    font-size: 13px;
    font-weight: 900;
}

.map-section-head h2 {
    margin: 0;
    color: #102033;
    font-size: 24px;
    font-weight: 950;
}

.map-box {
    overflow: hidden;
    background: #f8fafc;
}

.map-box iframe {
    display: block;
    width: 100%;
    height: 470px;
}

.location-summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 18px;
    padding: 20px 24px;
}

.location-summary h3,
.location-summary p {
    margin: 0;
}

.location-summary h3 {
    color: #102033;
    font-size: 20px;
    font-weight: 950;
}

.location-summary p {
    color: #52657e;
    font-size: 15px;
    font-weight: 600;
}

.academy-photo-box {
    overflow: hidden;
}

.academy-photo-head {
    padding: 22px 24px;
    border-bottom: 1px solid #dfe7f2;
}

.academy-photo-head span {
    display: block;
    margin-bottom: 5px;
    color: #2563eb;
    font-size: 13px;
    font-weight: 900;
}

.academy-photo-head h2 {
    margin: 0;
    color: #102033;
    font-size: 24px;
    font-weight: 950;
}

.academy-photo-box img {
    display: block;
    width: 100%;
    height: auto;
}

@media (max-width: 900px) {
    .contact-split {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 640px) {
    .contact-page {
        padding: 48px 16px 72px;
    }

    .contact-card,
    .map-section-head,
    .location-summary {
        padding: 20px;
    }

    .map-section-head,
    .location-summary {
        align-items: flex-start;
        flex-direction: column;
    }

    .map-open-btn,
    .contact-call-btn {
        width: 100%;
    }

    .map-box iframe {
        height: 360px;
    }
}
