body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    background-color: #f0f2f5;
    color: #333;
    margin: 0;
    padding: 20px;
    line-height: 1.6;
}

.card {
    background-color: #ffffff;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    padding: 40px;
    max-width: 800px;
    text-align: center;
    margin: 20px auto;
}

h1 {
    font-size: 2.5rem;
    color: #0d47a1;
    margin-bottom: 10px;
}

h2 {
    font-size: 1.8rem;
    color: #1a237e;
    margin-top: 0;
    margin-bottom: 20px;
}

.content {
    max-width: 800px;
    margin: 0 auto;
}

.section {
    background-color: #ffffff;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    padding: 30px;
    margin-bottom: 20px;
}

.map-container {
    overflow: hidden;
    border-radius: 10px;
}

.map-container iframe {
    border: 0;
    width: 100%;
    height: 400px;
}

.social-media,
.contacts {
    text-align: center;
}

.social-icons,
.contact-icons {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.social-icon,
.contact-icon {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    color: #fff;
    font-size: 1.1rem;
    font-weight: bold;
    border-radius: 10px;
    padding: 15px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    width: 100%;
    box-sizing: border-box;
}

.social-icon:hover,
.contact-icon:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}

.social-icon i,
.contact-icon i {
    font-size: 3rem;
    margin-bottom: 10px;
}

.tiktok { background-color: #000; }
.telegram { background-color: #0088cc; }
.viber { background-color: #665cac; }
.facebook { background-color: #3b5998; }
.whatsapp { background-color: #25d366; }
.instagram { background-color: #E1306C; } /* Колір Instagram */

.phone { background-color: #4a4a4a; }
.email { background-color: #d9534f; }

@media (max-width: 768px) {
    body {
        padding: 10px;
    }
    .card, .section {
        padding: 20px;
    }
    h1 {
        font-size: 2rem;
    }
    h2 {
        font-size: 1.5rem;
    }
}
