/* ==================== تماس با ما لوکس (بدون فرم + SVG) ==================== */
.ultimate-contact-container {
    position: relative;
    max-width: 1200px;
    margin: 40px auto;
    padding: 0 20px;
    direction: rtl;
    font-family: inherit;
    overflow: hidden;
}

/* افکت نورانی پس‌زمینه */
.glow-bg {
    position: absolute;
    width: 350px;
    height: 350px;
    border-radius: 50%;
    filter: blur(120px);
    z-index: -1;
    opacity: 0.15;
}
.glow-1 { top: -50px; right: -50px; background: #e31e52; }
.glow-2 { bottom: 50px; left: -50px; background: #7928ca; }

/* هدر */
.u-contact-header { text-align: center; margin-bottom: 50px; }
.badge-tag {
    background: linear-gradient(135deg, #e31e52, #990033);
    color: #fff;
    font-size: 11px;
    font-weight: 800;
    padding: 6px 16px;
    border-radius: 50px;
    letter-spacing: 1px;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 15px;
    box-shadow: 0 4px 15px rgba(227, 30, 82, 0.3);
}
.u-contact-header h1 { font-size: 36px; font-weight: 900; color: #1a1a1a; margin-bottom: 10px; }
.u-contact-header p { font-size: 16px; color: #666; }

/* کارت‌های اطلاعات اصلی */
.u-contact-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 25px;
    margin-bottom: 50px;
}
.u-card {
    background: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.6);
    border-radius: 24px;
    padding: 35px 25px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
    transition: all 0.35s ease;
}
.u-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(227, 30, 82, 0.12);
    border-color: rgba(227, 30, 82, 0.3);
}
.u-card-icon {
    width: 65px;
    height: 65px;
    margin: 0 auto 20px;
    background: linear-gradient(135deg, #fff0f3 0%, #ffe3e8 100%);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #e31e52;
    box-shadow: 0 8px 20px rgba(227, 30, 82, 0.15);
}
.u-card-icon svg { width: 30px; height: 30px; }
.u-card h3 { font-size: 20px; font-weight: 800; color: #222; margin-bottom: 6px; }
.u-card-desc { font-size: 13px; color: #888; margin-bottom: 22px; }

/* شماره‌ها */
.u-phone-badge-list { display: flex; flex-direction: column; gap: 10px; }
.phone-chip {
    display: flex; justify-content: space-between; align-items: center;
    background: #f9f9fc; border: 1px solid #eaeaf2; padding: 12px 18px;
    border-radius: 14px; text-decoration: none; color: #222; font-weight: 700; font-size: 15px; transition: 0.25s;
}
.phone-chip:hover { background: #e31e52; color: #fff; border-color: #e31e52; transform: scale(1.02); }

/* آدرس */
.address-box {
    background: #f9f9fc; border: 1px dashed #dcdce8; padding: 18px;
    border-radius: 16px; color: #444; font-size: 15px; line-height: 1.8; font-weight: 500;
}

/* دایرکت‌ها */
.u-direct-list { display: flex; flex-direction: column; gap: 10px; }
.direct-pill { display: flex; justify-content: space-between; align-items: center; padding: 12px 16px; border-radius: 14px; text-decoration: none; transition: 0.3s; }
.direct-pill.telegram { background: #edf7fd; color: #0088cc; }
.direct-pill.rubika { background: #f6edf8; color: #6a2e84; }
.direct-pill:hover { transform: translateX(-5px); box-shadow: 0 5px 15px rgba(0,0,0,0.08); }
.d-title { font-size: 13px; font-weight: bold; }
.d-id { font-size: 12px; direction: ltr; font-weight: bold; }

/* شبکه‌های اجتماعی هیرو با SVG */
.social-hero-box {
    background: linear-gradient(135deg, #1e1e24 0%, #121215 100%);
    border-radius: 28px;
    padding: 40px;
    color: #fff;
    margin-bottom: 50px;
    box-shadow: 0 15px 35px rgba(0,0,0,0.15);
}
.sh-text { text-align: center; margin-bottom: 30px; }
.sh-text h2 { font-size: 24px; font-weight: 800; margin-bottom: 8px; color: #fff; }
.sh-text p { color: #aaa; font-size: 14px; }
.sh-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 18px; }

.sh-card {
    display: flex; align-items: center; gap: 15px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 18px 20px; border-radius: 18px;
    text-decoration: none; color: #fff; transition: 0.3s ease;
}
.sh-card:hover { background: rgba(255, 255, 255, 0.15); transform: translateY(-4px); }
.sh-icon.svg-icon { display: flex; align-items: center; justify-content: center; color: #e31e52; }
.sh-card.insta .sh-icon { color: #e1306c; }
.sh-card.tele .sh-icon { color: #0088cc; }
.sh-card.rubi .sh-icon { color: #a4508b; }

.sh-info { display: flex; flex-direction: column; flex: 1; }
.sh-info strong { font-size: 15px; }
.sh-info span { font-size: 11px; color: #ccc; direction: ltr; text-align: right; }
.arrow-go { font-size: 18px; opacity: 0.5; transition: 0.3s; }
.sh-card:hover .arrow-go { opacity: 1; transform: translateX(-4px); }

/* نقشه تمام عرض */
.u-map-card-full {
    background: #ffffff;
    border-radius: 24px;
    padding: 30px;
    border: 1px solid #f0f0f5;
    box-shadow: 0 10px 30px rgba(0,0,0,0.03);
}
.u-map-card-full h2 { font-size: 20px; font-weight: 800; margin-bottom: 20px; color: #222; text-align: center; }
.map-container-full { width: 100%; height: 380px; border-radius: 18px; overflow: hidden; }

@media (max-width: 768px) {
    .u-contact-header h1 { font-size: 26px; }
    .social-hero-box { padding: 25px; }
    .map-container-full { height: 280px; }
}