.info-shell {
    position: relative;
    padding: 72px 0 96px;
    overflow: hidden;
    background: radial-gradient(circle at 20% 20%, #f7f3ed 0%, #f7f3ed 35%, #f1f1f6 100%);
    color: #111827;
}

.info-bg {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 15% 15%, rgba(255, 255, 255, 0.85), transparent 45%),
        radial-gradient(circle at 85% 10%, rgba(224, 236, 255, 0.65), transparent 40%),
        radial-gradient(circle at 70% 80%, rgba(255, 232, 209, 0.7), transparent 45%);
    pointer-events: none;
}

.info-container {
    position: relative;
    z-index: 1;
}

.info-hero {
    max-width: 820px;
    margin-bottom: 32px;
}

.info-badge {
    display: inline-flex;
    align-items: center;
    padding: 6px 14px;
    border-radius: 999px;
    background: #111827;
    color: #f8fafc;
    font-size: 12px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-bottom: 18px;
}

.info-hero h1 {
    font-family: "Space Grotesk", "IBM Plex Sans", "Trebuchet MS", sans-serif;
    font-size: 46px;
    font-weight: 700;
    letter-spacing: -0.02em;
    margin-bottom: 16px;
    color: #111827;
}

.info-lead {
    font-size: 18px;
    line-height: 1.7;
    color: #2c2c2c;
}

.info-card {
    background: rgba(255, 255, 255, 0.95);
    border-radius: 20px;
    padding: 30px;
    box-shadow: 0 20px 60px rgba(17, 24, 39, 0.12);
    border: 1px solid rgba(17, 24, 39, 0.08);
}

.info-content h2 {
    font-size: 22px;
    font-weight: 700;
    color: #111827;
    margin-top: 26px;
    margin-bottom: 12px;
}

.info-content h3 {
    font-size: 16px;
    font-weight: 700;
    color: #111827;
    margin-top: 18px;
    margin-bottom: 8px;
}

.info-content p {
    color: #374151;
    line-height: 1.7;
    margin-bottom: 12px;
}

.info-content ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 16px;
}

.info-content li {
    position: relative;
    padding-left: 18px;
    margin-bottom: 8px;
    color: #374151;
}

.info-content li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 9px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #111827;
}

.info-content a {
    color: #111827;
    text-decoration: underline;
    text-decoration-color: rgba(17, 24, 39, 0.4);
    text-underline-offset: 3px;
}

@media (max-width: 992px) {
    .info-hero h1 {
        font-size: 38px;
    }

    .info-card {
        padding: 24px;
    }
}

@media (max-width: 576px) {
    .info-shell {
        padding: 52px 0 72px;
    }

    .info-hero h1 {
        font-size: 32px;
    }
}
