/* Contact Page Styles */

.contact-page {
    background: #fff;
    color: #211928;
    overflow: hidden;
}

.contact-hero {
    padding: 150px 0 82px;
    background:
        radial-gradient(circle at 12% 22%, rgba(243, 156, 18, 0.14), transparent 28%),
        linear-gradient(135deg, #fff 0%, #fbf7fd 52%, #f5edf8 100%);
}

.contact-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 14px;
    color: var(--primary-color);
    font-weight: 900;
    font-size: 0.92rem;
}

.contact-eyebrow::before {
    content: "";
    width: 32px;
    height: 3px;
    border-radius: 999px;
    background: var(--secondary-color);
}

.contact-hero h1 {
    margin: 0 0 20px;
    font-size: clamp(2.1rem, 5vw, 4rem);
    line-height: 1.25;
    font-weight: 950;
    color: #1f1724;
}

.contact-hero p {
    max-width: 680px;
    margin: 0 0 30px;
    color: #625b6a;
    font-size: 1.08rem;
    line-height: 2;
}

.contact-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.contact-primary-btn,
.contact-outline-btn,
.contact-map-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 50px;
    padding: 12px 22px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 850;
    transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

.contact-primary-btn {
    color: #fff;
    background: var(--primary-color);
    box-shadow: 0 16px 34px rgba(142, 68, 173, 0.24);
}

.contact-primary-btn:hover {
    color: #fff;
    background: var(--primary-dark);
    transform: translateY(-2px);
}

.contact-outline-btn {
    color: var(--primary-color);
    background: #fff;
    border: 1px solid #eadff0;
}

.contact-outline-btn:hover,
.contact-map-link:hover {
    color: var(--primary-dark);
    transform: translateY(-2px);
    box-shadow: 0 12px 28px rgba(42, 24, 52, 0.1);
}

.contact-summary-panel,
.contact-social-card,
.contact-content-box {
    height: 100%;
    padding: 30px;
    border-radius: 8px;
    background: #fff;
    border: 1px solid #eee4f3;
    box-shadow: 0 18px 46px rgba(42, 24, 52, 0.1);
}

.contact-summary-icon,
.contact-card-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 58px;
    height: 58px;
    margin-bottom: 18px;
    border-radius: 8px;
    color: #fff;
    background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
    font-size: 1.45rem;
}

.contact-summary-panel h2,
.contact-social-card h2,
.contact-section-heading h2 {
    margin: 0;
    color: #211928;
    font-weight: 950;
    line-height: 1.45;
}

.contact-summary-panel ul {
    display: grid;
    gap: 14px;
    margin: 22px 0 0;
    padding: 0;
    list-style: none;
}

.contact-summary-panel li {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #625b6a;
    line-height: 1.7;
}

.contact-summary-panel li i {
    color: var(--primary-color);
}

.contact-info-section,
.contact-map-section,
.contact-content-section {
    padding: 78px 0;
}

.contact-section-heading {
    max-width: 720px;
    margin-bottom: 34px;
}

.contact-office-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.contact-office-card {
    min-height: 310px;
    padding: 28px 24px;
    border-radius: 8px;
    background: #fff;
    border: 1px solid #eee4f3;
    box-shadow: 0 14px 34px rgba(42, 24, 52, 0.07);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.contact-office-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 44px rgba(42, 24, 52, 0.11);
}

.contact-office-card h3 {
    margin: 0 0 12px;
    color: #24172c;
    font-size: 1.15rem;
    font-weight: 950;
}

.contact-office-card p {
    min-height: 76px;
    margin: 0 0 18px;
    color: #696371;
    line-height: 1.9;
}

.contact-card-line {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 16px;
    color: #392442;
    text-decoration: none;
    font-weight: 800;
}

.contact-card-line:hover {
    color: var(--primary-color);
}

.contact-map-link {
    min-height: 44px;
    padding: 10px 16px;
    color: var(--primary-color);
    background: #faf5fc;
}

.contact-map-frame {
    height: 100%;
    min-height: 430px;
    overflow: hidden;
    border-radius: 8px;
    border: 1px solid #eee4f3;
    box-shadow: 0 18px 46px rgba(42, 24, 52, 0.1);
}

.contact-map-frame iframe {
    width: 100%;
    height: 100%;
    min-height: 430px;
    border: 0;
    display: block;
}

.contact-social-card p,
.contact-content-box {
    color: #625b6a;
    line-height: 2;
}

.contact-social-list {
    display: grid;
    gap: 12px;
    margin-top: 22px;
}

.contact-social-list a {
    display: flex;
    align-items: center;
    gap: 12px;
    min-height: 48px;
    padding: 10px 14px;
    border-radius: 8px;
    color: #392442;
    background: #faf8fb;
    text-decoration: none;
    font-weight: 850;
    transition: transform 0.25s ease, background 0.25s ease;
}

.contact-social-list a:hover {
    color: #fff;
    background: var(--primary-color);
    transform: translateX(-3px);
}

@media (max-width: 991.98px) {
    .contact-hero {
        padding-top: 128px;
    }

    .contact-office-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 575.98px) {
    .contact-hero {
        padding: 115px 0 54px;
    }

    .contact-hero h1 {
        font-size: 2rem;
    }

    .contact-primary-btn,
    .contact-outline-btn {
        width: 100%;
    }

    .contact-office-grid {
        grid-template-columns: 1fr;
    }

    .contact-info-section,
    .contact-map-section,
    .contact-content-section {
        padding: 54px 0;
    }

    .contact-summary-panel,
    .contact-social-card,
    .contact-content-box {
        padding: 24px 20px;
    }
}
