/* ============================================================
   Contact Page — Sky Blue Premium Theme
   ============================================================ */

.contact-page {
    padding-top: 3rem;
    padding-bottom: 5rem;
    background: #fff;
    min-height: 80vh;
}

.contact-header {
    text-align: center;
    margin-bottom: 5rem;
}

.contact-title {
    font-size: 3.5rem;
    font-weight: 800;
    letter-spacing: -2px;
    color: #0c4a6e;
    margin-bottom: 1rem;
}

.contact-subtitle {
    font-size: 1.25rem;
    color: #64748b;
    max-width: 600px;
    margin: 0 auto;
}

/* ── Contact Cards ───────────────────────────────────────── */
.contact-card {
    background: #ffffff;
    border: 1px solid #e0f2fe;
    border-radius: 24px;
    padding: 2.5rem;
    text-align: center;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    height: 100%;
    box-shadow: 0 10px 40px rgba(186, 230, 253, 0.15);
}

.contact-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 60px rgba(186, 230, 253, 0.25);
    border-color: #bae6fd;
}

.contact-icon-box {
    width: 64px;
    height: 64px;
    background: #f0f9ff;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
    color: #0ea5e9;
    font-size: 1.5rem;
    transition: all 0.3s ease;
}

.contact-card:hover .contact-icon-box {
    background: #0ea5e9;
    color: #fff;
    transform: rotateY(180deg);
}

.contact-card-title {
    font-size: 1.25rem;
    font-weight: 800;
    color: #0c4a6e;
    margin-bottom: 0.75rem;
}

.contact-card-text {
    color: #475569;
    text-decoration: none;
    font-size: 1.05rem;
    word-break: break-all;
    transition: color 0.3s ease;
}

.contact-card-text:hover {
    color: #0ea5e9;
}

/* ── Asymmetric layout element ── */
.contact-bg-glow {
    position: fixed;
    top: -20%;
    right: -10%;
    width: 50vw;
    height: 50vw;
    background: radial-gradient(circle, rgba(186, 230, 253, 0.1) 0%, transparent 70%);
    z-index: -1;
    pointer-events: none;
}
