body {
    margin: 0;
    background: #efeeeb;
    font-family: Georgia, "Times New Roman", serif;
    color: #222;
}

.site {
    width: 1060px;
    margin: 35px auto;
    background: #fff;
    box-shadow: 0 2px 12px rgba(0,0,0,.15);
}

.top-banner img {
    width: 100%;
    display: block;
}

.email-bar {
    background: #155fa8;
    color: white;
    text-align: center;
    padding: 12px 0;
    font-family: Arial, sans-serif;
    font-weight: bold;
    font-size: 18px;
}

.main-nav {
    background: #155fa8;
    text-align: center;
}

.main-nav a {
    display: inline-block;
    padding: 18px 18px;
    color: white;
    text-decoration: none;
    font-size: 15px;
}

.main-nav a:hover {
    background: #e9473f;
}

.hero-section {
    padding: 35px;
}

.hero-image {
    position: relative;
    height: 520px;
    background-image:
        linear-gradient(rgba(0,0,0,.15), rgba(0,0,0,.15)),
        url('/images/continut/asociatia-pentru-protectia-drepturilor-copiilor-si-tinerilor-cu-dizabilitati-2023.jpg');

    background-size: cover;
    background-position: center;
}

.hero-overlay {
    position: absolute;
    bottom: 85px;
    left: 50%;
    transform: translateX(-50%);

    color: white;
    font-size: 72px;
    font-weight: bold;
    font-family: Arial, sans-serif;
}

.hero-bottom-text {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);

    background: #e52d2d;
    color: white;

    padding: 12px 28px;

    font-size: 15px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.info-grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 40px;

    margin-top: 45px;
}

.info-box h3 {
    font-size: 28px;
    margin-bottom: 20px;
}

.info-box p {
    font-size: 18px;
    line-height: 1.9;
    color: #444;
}