/* Instagram Support */
.instagram-support {
    background: linear-gradient(135deg, #f9fafb 0%, #f3f4f6 100%);
    text-align: center;
    padding: 40px 30px;
    border-radius: 16px;
    margin-bottom: 30px;
}

.instagram-support .support-content {
    max-width: 500px;
    margin: 0 auto;
}

.instagram-support h3 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #1f2937;
}

.instagram-support h3 i {
    color: #E4405F;
    margin-right: 10px;
}

.instagram-support p {
    color: #6b7280;
    margin-bottom: 25px;
    font-size: 16px;
    line-height: 1.6;
}

.instagram-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: linear-gradient(135deg, #E4405F 0%, #C13584 50%, #833AB4 100%);
    color: white;
    padding: 14px 28px;
    border-radius: 12px;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(228, 64, 95, 0.3);
}

.instagram-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(228, 64, 95, 0.4);
    background: linear-gradient(135deg, #D1305F 0%, #B12574 50%, #732AA4 100%);
}

.instagram-btn i {
    font-size: 20px;
}

/* Instagram Support Box */
.instagram-support-box {
    max-width: 700px;
    margin: 0 auto 40px;
    background: linear-gradient(135deg, #E4405F 0%, #C13584 50%, #833AB4 100%);
    padding: 40px 30px;
    border-radius: 20px;
    text-align: center;
    color: white;
    box-shadow: 0 10px 30px rgba(228, 64, 95, 0.3);
}

.instagram-icon {
    margin-bottom: 20px;
}

.instagram-icon i {
    font-size: 64px;
    color: white;
}

.instagram-content h3 {
    color: white;
    font-size: 28px;
    margin-bottom: 15px;
    font-weight: 600;
}

.instagram-content p {
    color: rgba(255, 255, 255, 0.95);
    font-size: 16px;
    margin-bottom: 25px;
    line-height: 1.6;
}

.instagram-button {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: white;
    color: #E4405F;
    padding: 16px 32px;
    border-radius: 12px;
    text-decoration: none;
    font-weight: 600;
    font-size: 18px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.instagram-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
    background: #f0f0f0;
}

.instagram-button i {
    font-size: 24px;
}
