.home-invest-band {
    position: relative;
    z-index: 1;
    width: min(1240px, calc(100% - 48px));
    margin: clamp(44px, 6vw, 84px) auto 0;
    padding: clamp(28px, 3.6vw, 48px);
    overflow: hidden;
    color: #171716;
    background: rgba(255, 255, 255, 0.6);
    border: 1px solid rgba(255, 255, 255, 0.75);
    border-radius: 26px;
    backdrop-filter: blur(22px) saturate(160%);
    box-shadow: 0 22px 52px rgba(16, 35, 63, 0.1);
}

.home-invest-band::before,
.home-invest-band::after {
    content: none;
}

.home-invest-watermark {
    position: absolute;
    left: -1%;
    bottom: -8%;
    z-index: 0;
    pointer-events: none;
    font-family: "Cinzel", Georgia, serif;
    font-size: clamp(6rem, 15vw, 13rem);
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.04em;
    color: rgba(16, 35, 63, 0.04);
    white-space: nowrap;
}

.home-invest-inner {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
    gap: clamp(30px, 4.5vw, 80px);
    align-items: center;
    width: 100%;
    margin: 0 auto;
}

.home-invest-head .home-eyebrow {
    color: #a9762b;
}

.home-invest-head h2 {
    margin: 0;
    color: #131b2c;
    font-family: "Montserrat", sans-serif;
    font-weight: 800;
    font-size: clamp(1.8rem, 3.4vw, 2.8rem);
    line-height: 1.1;
    letter-spacing: -0.02em;
}

.home-invest-head h2 em {
    font-family: "Cinzel", Georgia, serif;
    font-style: italic;
    font-weight: 500;
    color: #a9762b;
}

.home-invest-head p:not(.home-eyebrow) {
    max-width: 56ch;
    margin: 18px 0 0;
    color: #514e46;
    font-size: 1rem;
    line-height: 1.7;
}

/* lista atutów — jasne wiersze ze złotą obwódką */
.home-invest-notes {
    display: grid;
    gap: 12px;
}

.home-invest-notes > div {
    display: flex;
    align-items: center;
    gap: 18px;
    padding: 16px 20px;
    border: 1px solid rgba(185, 138, 58, 0.22);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.65);
    transition: transform 0.3s ease, border-color 0.3s ease, background 0.3s ease;
}

.home-invest-notes > div:hover {
    transform: translateX(4px);
    border-color: rgba(185, 138, 58, 0.5);
    background: rgba(255, 255, 255, 0.85);
}

.home-invest-notes strong {
    flex: 0 0 auto;
    color: #a9762b;
    font-family: "Cinzel", Georgia, serif;
    font-size: 1.05rem;
    font-weight: 700;
    letter-spacing: 0.06em;
}

.home-invest-notes span {
    color: #2c2a24;
    font-size: 0.95rem;
    line-height: 1.5;
}

@media (max-width: 860px) {
    .home-invest-inner {
        grid-template-columns: 1fr;
    }
}

@media (prefers-reduced-motion: reduce) {
    .home-invest-notes > div {
        transition: none;
    }
}
