.elementor-47 .elementor-element.elementor-element-3093f6d{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}:root{--page-title-display:none;}/* Start custom CSS for shortcode, class: .elementor-element-0b1e228 */.investments-home {
    padding: 20px 0 0;
}

.investments-home__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px;
}

.investment-card-home {
    background: linear-gradient(180deg, rgba(255,255,255,0.03), rgba(255,255,255,0.015));
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 22px;
    overflow: hidden;
    box-shadow: 0 18px 44px rgba(0,0,0,0.16);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.investment-card-home:hover {
    transform: translateY(-4px);
    box-shadow: 0 24px 54px rgba(0,0,0,0.22);
}

.investment-card-home__link {
    display: block;
    text-decoration: none;
    color: inherit;
    height: 100%;
}

.investment-card-home__media {
    position: relative;
    background: #151515;
}

.investment-card-home__image {
    width: 100%;
    height: 320px;
    object-fit: cover;
    display: block;
}

.investment-card-home__image--placeholder {
    height: 320px;
    background: linear-gradient(135deg, #1a1a1a, #2a2a2a);
}

.investment-card-home__status {
    position: absolute;
    top: 20px;
    right: 20px;
    padding: 10px 16px;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 600;
    color: #d8b24c;
    background: rgba(20,20,20,0.82);
    border: 1px solid rgba(255,255,255,0.08);
    backdrop-filter: blur(10px);
}

.investment-card-home__content {
    padding: 28px;
    background: #111;
}

.investment-card-home__title {
    margin: 0 0 10px;
    font-size: 22px;
    line-height: 1.2;
    color: #fff;
}

.investment-card-home__location {
    margin: 0 0 22px;
    font-size: 18px;
    font-weight: 600;
    color: #d8b24c;
}

.investment-card-home__excerpt {
    margin: 0;
    color: rgba(255,255,255,0.72);
    line-height: 1.75;
    min-height: 112px;
}

.investment-card-home__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 28px;
    width: 100%;
    min-height: 58px;
    padding: 16px 22px;
    border: 1px solid #d8b24c;
    border-radius: 12px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    transition: background 0.25s ease, transform 0.25s ease;
}

.investment-card-home:hover .investment-card-home__button {
    background: rgba(216,178,76,0.08);
}

@media (max-width: 1024px) {
    .investments-home__grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767px) {
    .investment-card-home__image,
    .investment-card-home__image--placeholder {
        height: 240px;
    }

    .investment-card-home__content {
        padding: 22px;
    }

    .investment-card-home__title {
        font-size: 20px;
    }

    .investment-card-home__location {
        font-size: 16px;
        margin-bottom: 18px;
    }

    .investment-card-home__excerpt {
        min-height: auto;
    }
}


.investment-card-home__excerpt {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}/* End custom CSS */