.intro-label {
    text-align: center;
    padding: 10px 0 0px 0;
}

.label-block {
    display: inline-block;
    background-color: #f4cb70;
    color: #000;
    font-size: 16px;
    font-weight: bold;
    padding: 4px 5px;
    border-radius: 4px;
    text-transform: uppercase;
    margin-bottom: 0em;
}

.hero-text {
    max-width: 900px;
    margin: 0 auto;
    padding: 10px 20px;
    text-align: center;
    margin-top: 0em;
}

.hero-text h1 {
    font-size: 52px;
    line-height: 1.2;
    font-weight: 800;
    margin-top: 0em;
    margin-bottom: 0.5em;
    color: #1a1a1a;
}

.hero-text h2 {
    font-size: 30px;
    line-height: 1.2;
    font-weight: 400;
    color: #616161;
    margin-top: 0;
    margin-bottom: 0.5em;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

p {
    font-size: 20px;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: 0;
    color: #222;
}
.content {
    max-width: 800px;
    margin: 0 auto;
    margin-bottom: 0;
    padding-bottom: 10px;
    text-align: left;
}


.content p {
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 1.2em;
}

.content p strong {
    font-weight: 600;
    display: block;
    margin-bottom: 1em;
}
.messenger-buttons {
    text-align: center;
    padding: 20px 20px 10px 20px;
   }

.button-wrapper {
    display: flex;
    flex-direction: column;
    gap: 15px;
    max-width: 300px;
    margin: 0 auto;
}

.btn-messenger {
    display: block;
    padding: 14px 3px;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
    border-radius: 6px;
    color: white;
    text-align: center;
    transition: background-color 0.3s ease;
}

.btn-messenger.whatsapp {
    background-color: #25D366;
}

.btn-messenger.telegram {
    background-color: #0088cc;
}

.btn-messenger:hover {
    filter: brightness(1.1);
}


.divider {
    height: 1px;
    background-color: #ddd;
    max-width: 800px;
    margin: 20px auto 0 auto;
    opacity: 0.6;
}


.footer {
    background-color: #f9f7f4;
    text-align: center;
    padding: 20px 10px;
    font-size: 14px;
    color: #666;
    margin-top: 40px;
}

.footer a {
    color: #444;
    text-decoration: none;
    font-weight: 500;
}

.footer a:hover {
    text-decoration: underline;
}

@media screen and (max-width: 768px) {
    .hero-text h1 {
        font-size: 30px;
    }

    .hero-text h2 {
        font-size: 22px;
    }

    p {
        font-size: 18px;
    }
}
body {
    font-family: 'PT Sans', sans-serif;
}

