.zoho-workplace-page {
    background: #fff;
}

.zoho-hero {
    position: relative;
    overflow: hidden;
    padding: clamp(5rem, 10vw, 9rem) 0;
    background: #0b1020;
    color: #fff;
}

.zoho-hero__glow {
    position: absolute;
    top: -16rem;
    right: -10rem;
    width: 42rem;
    height: 42rem;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(102, 227, 196, 0.22), transparent 68%);
    pointer-events: none;
}

.zoho-hero__grid {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) minmax(280px, 0.75fr);
    gap: clamp(3rem, 9vw, 8rem);
    align-items: center;
}

.zoho-hero__copy h1 {
    max-width: 850px;
    margin: 0;
    color: #fff;
    font-size: clamp(3rem, 7vw, 6.5rem);
    line-height: 0.98;
    letter-spacing: -0.06em;
}

.partner-badge--dark {
    border-color: rgba(255, 255, 255, 0.2);
    color: #fff;
}

.zoho-hero__lead {
    max-width: 720px;
    margin: 1.75rem 0 0;
    color: rgba(255, 255, 255, 0.72);
    font-size: clamp(1.05rem, 2vw, 1.3rem);
    line-height: 1.75;
}

.zoho-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    align-items: center;
    margin-top: 2.25rem;
}

.zoho-hero__product {
    position: relative;
    display: grid;
    min-height: 360px;
    padding: 3rem;
    place-items: center;
    align-content: center;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 2rem;
    background: rgba(255, 255, 255, 0.07);
    box-shadow: 0 2rem 5rem rgba(0, 0, 0, 0.3);
    text-align: center;
}

.zoho-hero__product-orbit {
    position: absolute;
    width: 18rem;
    height: 18rem;
    border: 1px solid rgba(102, 227, 196, 0.18);
    border-radius: 50%;
}

.zoho-hero__product img {
    position: relative;
    width: 8rem;
    height: 8rem;
    filter: drop-shadow(0 1rem 1.5rem rgba(0, 0, 0, 0.25));
}

.zoho-hero__product span,
.zoho-hero__product small {
    position: relative;
}

.zoho-hero__product span {
    margin-top: 1.25rem;
    font-size: 1.5rem;
    font-weight: 800;
}

.zoho-hero__product small {
    margin-top: 0.45rem;
    color: rgba(255, 255, 255, 0.58);
}

.content-feature-grid {
    padding: clamp(4.5rem, 8vw, 7rem) 0;
    background: #fff;
}

.content-feature-grid:nth-of-type(even) {
    background: #f5f7f6;
}

.content-feature-grid__heading {
    max-width: 820px;
    margin-bottom: clamp(2.5rem, 5vw, 4rem);
}

.content-feature-grid__badge {
    display: inline-flex;
    margin: 0 0 1.25rem;
    padding: 0.55rem 0.8rem;
    border-radius: 999px;
    background: rgba(15, 122, 118, 0.1);
    color: #0f7a76;
    font-size: 0.74rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.content-feature-grid__heading h2 {
    margin: 0;
    color: #151a2d;
    font-size: clamp(2.15rem, 5vw, 4.3rem);
    line-height: 1.04;
    letter-spacing: -0.05em;
}

.content-feature-grid__lead {
    max-width: 760px;
    margin: 1.4rem 0 0;
    color: #556b6a;
    font-size: 1.08rem;
    line-height: 1.8;
}

.content-feature-grid__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 1.25rem;
    align-items: center;
    margin-top: 2rem;
}

.content-feature-grid__items {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 230px), 1fr));
    gap: 1.25rem;
}

.content-feature-card {
    padding: clamp(1.5rem, 3vw, 2.2rem);
    border: 1px solid rgba(21, 26, 45, 0.1);
    border-radius: 1.4rem;
    background: #fff;
    box-shadow: 0 1rem 2.5rem rgba(21, 26, 45, 0.06);
}

.content-feature-card__image {
    width: 4.5rem;
    height: 4.5rem;
    object-fit: contain;
}

.content-feature-card__check {
    display: grid;
    width: 2.75rem;
    height: 2.75rem;
    place-items: center;
    border-radius: 50%;
    background: #151a2d;
    color: #66e3c4;
    font-weight: 900;
}

.content-feature-card h3 {
    margin: 1.4rem 0 0;
    color: #151a2d;
    font-size: 1.2rem;
}

.content-feature-card p {
    margin: 0.8rem 0 0;
    color: #556b6a;
    line-height: 1.7;
}

.content-feature-grid--zoho-suite-introduction,
.content-feature-grid--zoho-why-adaptiveware {
    text-align: left;
}

.content-feature-grid--zoho-suite-introduction .content-feature-grid__heading,
.content-feature-grid--zoho-why-adaptiveware .content-feature-grid__heading {
    max-width: 900px;
    margin-bottom: 0;
}

.zoho-workplace-page .home-closing-cta {
    background: #0f7a76;
}

@media (max-width: 820px) {
    .zoho-hero__grid {
        grid-template-columns: 1fr;
    }

    .zoho-hero__product {
        min-height: 280px;
    }
}

@media (max-width: 560px) {
    .zoho-hero__actions {
        align-items: flex-start;
        flex-direction: column;
    }

    .content-feature-card {
        padding: 1.4rem;
    }
}
