.bg-shape {
    position: absolute;
    bottom: -10%;
    right: -10%;
    width: 120%;
    height: 60%;
    border-radius: 50%;
    border: 50px solid rgba(21, 179, 137, 0.05);
    z-index: 0;
}

.info-content {
    position: relative;
    z-index: 1;
    text-align: right;
}

.brand-name {
    color: var(--ynmo-green);
    font-weight: 700;
    font-size: 15px;
    margin-bottom: 40px;
}

.main-heading {
    font-size: 40px;
    font-weight: 800;
    line-height: 1.3;
    color: var(--ynmo-dark-green);
    margin-bottom: 20px;
}

.sub-heading {
    font-size: 16px;
    color: var(--text-muted);
    font-weight: 600;
    line-height: 1.7;
    margin-bottom: 40px;
}

.laptop-mockup {
    text-align: center;
    margin-top: auto;
}

.laptop-mockup img {
    width: 110%;
    margin-right: -5%;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}