body {
    background: linear-gradient(180deg, #ffffff 0%, #f4f8f5 55%, #eef5ef 100%);
    color: #374151;
}

.page-wrap {
    min-height: 100vh;
    padding: 2rem 0 1.5rem;
}

.logo-main {
    max-width: 800px;
    width: 100%;
}

.hero-wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 2rem 0 3rem;
    padding: 0 1.25rem;
}

.hero-banner {
    display: block;
    width: 100%;
    max-width: 1500px;
    height: auto;
    border-radius: 32px;
    box-shadow: 0 20px 60px rgba(55, 65, 81, 0.16);
}

.content-narrow {
    max-width: 900px;
}

.btn-outline-czyjest {
    color: #309C36;
    border-color: #309C36;
}

.btn-outline-czyjest:hover,
.btn-outline-czyjest:focus {
    background-color: #309C36;
    color: #ffffff;
    border-color: #309C36;
}

@media (max-width: 768px) {
    .page-wrap {
        padding-top: 1.25rem;
    }

    .hero-wrapper {
        margin: 1.5rem 0 2rem;
        padding: 0 0.75rem;
    }

    .hero-banner {
        border-radius: 20px;
    }
}

.status-box {
    max-width: 600px;
    margin: 1.75rem auto 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    padding: 1rem 1.4rem;
    border-radius: 18px;
    background: rgba(48, 156, 54, 0.08);
    border: 1px solid rgba(48, 156, 54, 0.18);
}

.status-icon {
    width: 52px;
    height: 52px;
    min-width: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    color: #309C36;
    background: rgba(48, 156, 54, 0.10);
    font-size: 1.5rem;
}

.status-content {
    text-align: left;
}

.status-title {
    font-weight: 700;
    color: #374151;
    margin-bottom: 0.15rem;
}

.status-desc {
    color: #6B7280;
}

.benefits {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1.2rem 2rem;
    margin-bottom: 1rem;
    font-size: 0.95rem;
    color: #374151;
}

.benefit {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    white-space: nowrap;
}

.benefit i {
    color: #309C36;
}
