body {
    font-family: 'Segoe UI', Arial, sans-serif;
    background: #ffffff;
    color: #1a2e1a;
    line-height: 1.7;
    margin: 0;
    padding: 0;
}

.container {
    max-width: 900px;
    margin: 0 auto;
    padding: 40px 20px;
}

.logo {
    display: block;
    margin: 0 auto 40px;
    max-width: 180px;
}

.text-block {
    font-size: 18px;
    margin-bottom: 24px;
    text-align: justify;
}

strong {
    color: #2e7d32;
}

.construction-text {
    text-align: center;
    text-transform: uppercase;
    color: #29883c;
    font-size: 1.3rem;
    font-weight: 600;
}

.construction-img {
    display: block;
    margin: 0 auto 40px;
    width: 100%;
}

.contacts-block {
    margin-top: 36px;
    padding: 8px 16px;
    border: 2px solid #66bb6a;
    border-radius: 16px;
    background: #e8f5e9;
    text-align: left;
    font-size: 18px;
}

.contacts-title {
    color: #2e7d32;
    font-weight: 700;
    margin-bottom: 4px;
}

.contact-item {
    margin-bottom: 4px;
    color: #1a2e1a;
    line-height: 1.6;
}

.contact-item:last-child {
    margin-bottom: 0;
}

.email-link {
    color: #1b5e20;
    text-decoration: none;
    font-weight: 600;
}

.email-link:hover {
    text-decoration: underline;
    color: #0d3d12;
}

