﻿:root {
    --brand: #890147;
    --brand-700: #650637;
    --dark: #191919;
    --ink: #333;
    --muted: #666464;
    --bg: #F8F8FB;
}

.lp-what {
    isolation: isolate;
}


    .lp-what .wwd-hero {
        width: 100%;
        height: clamp(560px, 55vw, 700px);
        position: relative;
        display: grid;
        align-items: end;
        background: url("/assets/img/lp_what_chart.png") center/cover no-repeat;
    }

        .lp-what .wwd-hero::after {
            content: "";
            position: absolute;
            inset: 0;
            background: linear-gradient(180deg, rgba(0,0,0,.15) 0%, rgba(0,0,0,.35) 100%);
            pointer-events: none;
        }

    .lp-what .wwd-hero__inner {
        position: relative;
        z-index: 1;
        width: min(1300px, 92%); 
        margin-inline: auto; 
        padding: 0 0 clamp(24px, 5vw, 48px); 
    }

    .lp-what .wwd-hero__title {
        color: #fff;
        font-weight: 800;
        line-height: 1.25;
        font-family: "Chivo", system-ui, sans-serif !important;
        font-size: clamp(28px, 3.4vw, 48px);
        margin: 0 0 .5rem;
    }

    .lp-what .wwd-hero__subtitle {
        color: #fff;
        font-size: clamp(14px, 1.4vw, 20px);
        font-weight: 600;
        max-width: 720px;
        margin: 0;
    }

    /* ---------- SERVICES ---------- */
#ourServices {
    scroll-margin-top: 96px; 
}
    .lp-what .wwd-services {
        background: #191919;
        padding: clamp(32px, 6vw, 72px) 0;
        color: #fff;
    }

    .lp-what .wwd-services__inner {
        width: min(1300px, 92%);
        margin-inline: auto;
        display: grid;
        grid-template-columns: 270px 1fr;
        gap: clamp(24px, 4vw, 40px);
    }

@media (max-width: 900px) {
    .lp-what .wwd-services__inner {
        grid-template-columns: 1fr;
    }
}

.lp-what .wwd-services__heading {
    font-family: Inter, system-ui, Segoe UI, Roboto, sans-serif;
    font-weight: 600;
    font-size: clamp(28px, 3.4vw, 48px);
    line-height: 1.2;
    margin: clamp(8px, 2vw, 12px) 0 0;
    color: #fff;
}

.lp-what .wwd-services__grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    column-gap: clamp(18px, 2.2vw, 28px);
    row-gap: clamp(18px, 2.2vw, 28px);
    align-content: start;
}

    .lp-what .wwd-services__grid > .wwd-card:nth-of-type(1) {
        grid-row: 1;
        grid-column: 1 / span 3; 
    }

    .lp-what .wwd-services__grid > .wwd-card:nth-of-type(2) {
        grid-row: 1;
        grid-column: 4 / span 3; 
    }
    .lp-what .wwd-services__grid > .wwd-card:nth-of-type(3) {
        grid-row: 2;
        grid-column: 1 / span 2; 
    }

    .lp-what .wwd-services__grid > .wwd-card:nth-of-type(4) {
        grid-row: 2;
        grid-column: 3 / span 2; 
    }

    .lp-what .wwd-services__grid > .wwd-card:nth-of-type(5) {
        grid-row: 2;
        grid-column: 5 / span 2;
    }

@media (max-width: 760px) {
    .lp-what .wwd-services__grid {
        grid-template-columns: 1fr;
    }

        .lp-what .wwd-services__grid > .wwd-card {
            grid-row: auto;
            grid-column: auto;
        }
}

/* ---------- CARD ---------- */
.lp-what .wwd-card {
    background: #F8F8FB;
    color: #333;
    border-radius: 12px;
    padding: clamp(20px, 3vw, 32px) clamp(20px, 3vw, 32px) clamp(28px, 3.6vw, 40px);
    position: relative;
    box-shadow: 0 8px 24px rgba(0, 0, 0, .12);
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.lp-what .wwd-card--tall {
    grid-column: auto;
}

.lp-what .wwd-card__badge {
    position: absolute;
    inset: -18px auto auto -18px;
    width: 72px;
    height: 72px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: var(--brand) !important;
    color: #fff;
    font: 600 40px/1 "Chivo", system-ui, sans-serif;
    box-shadow: 0 8px 18px rgba(0,0,0,.25);
}

.lp-what .wwd-card__title {
    font-family: "Chivo", system-ui, sans-serif !important;
    font-weight: 600;
    font-size: clamp(20px, 2vw, 28px);
    margin-top: 28px;
    color: #000000;
}

.lp-what .wwd-card__text {
    font-family: "Chivo", system-ui, sans-serif !important;
    font-size: clamp(16px, 1.6vw, 20px);
    font-weight: 500;
    margin: 2px 0 0;
    opacity: .95;
}

/* ---------- Why Choose 5c  ---------- */
.lp-what .wwd-split {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: clamp(20px, 3vw, 32px);
    align-items: center;
}

@media (max-width:980px) {
    .lp-what .wwd-split {
        grid-template-columns: 1fr;
    }
}

.lp-what .wwd-split__media > img {
    display: block;
    width: 100%;
    height: 100%;
}

.lp-what .wwd-split__title {
    color: var(--brand) !important;
    font-family: Inter, system-ui, sans-serif;
    font-weight: 600;
    font-size: clamp(28px, 3.6vw, 60px);
    line-height: 1.05;
    margin: 0 0 .6rem;
}

.lp-what .wwd-split__list {
    margin: 0;
    padding-left: 1.1rem;
    font: 500 clamp(16px, 1.6vw, 22px)/1.45 "Chivo", system-ui, sans-serif;
    color: #333;
}

    .lp-what .wwd-split__list li {
        margin: .35rem 0;
    }

/* ---------- CTA BANNER ---------- */
.lp-what .wwd-cta {
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    position: relative;
    min-height: 340px;
    height: clamp(320px, 34vw, 495px);
    background: url("/assets/img/lp_home_arrows.png") center/cover no-repeat;
    color: #fff;
}

    .lp-what .wwd-cta::before {
        content: "";
        position: absolute;
        inset: 0;
        background: #890147;
        mix-blend-mode: hue;
    }

    .lp-what .wwd-cta::after {
        content: "";
        position: absolute;
        inset: 0;
        background: rgba(0,0,0,.40);
    }

.lp-what .wwd-cta__inner {
    position: relative;
    z-index: 1;
    width: min(1140px, 92%);
    margin-inline: auto;
    height: 100%;
    display: grid;
    place-content: center;
    text-align: center;
    gap: 22px;
}

.lp-what .wwd-cta__title {
    font: 600 clamp(26px, 4vw, 60px)/1.12 Inter, system-ui, sans-serif;
    margin: 0;
    color: #fff;
}

.lp-what .wwd-cta__btn {
    display: inline-flex !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 8px !important;
    padding: 14px 32px !important;
    background: #890147 !important;
    color: #fff !important;
    font-family: 'Chivo', system-ui, sans-serif !important;
    font-weight: 500 !important;
    font-size: 20px !important;
    line-height: 24px !important;
    border-radius: 27px !important;
    text-decoration: none !important;
    box-shadow: 0 3px 4px rgba(0,0,0,.25) !important;
    transition: all .2s ease-in-out !important;
    width: auto !important;
    min-width: unset !important;
    margin-inline: auto !important;
}

    .lp-what .wwd-cta__btn:hover {
        background: #a00657 !important;
        transform: translateY(-2px) !important;
    }

    .lp-what .wwd-cta__btn:active {
        transform: translateY(0) scale(.98) !important;
        box-shadow: 0 1px 2px rgba(0,0,0,.3) !important;
    }

    .lp-what .wwd-cta__btn:hover {
        transform: translateY(-1px);
        opacity: .92;
    }


/* ================= GLOBAL FIX ================= */
main {
    display: block;
    padding-top: 10px !important;
}

.pb-3 {
    padding-bottom: 0px !important;
}

#socialsInfo.site-footer.slanted-footer::before {
    content: none !important; 
}

#socialsInfo.site-footer {
    background: #191919 !important; 
}

    #socialsInfo.site-footer .container {
        padding-top: 60px !important;
    }

#goTop, .back-to-top, [data-scroll-top] {
    bottom: 1px !important;
}

.site-footer{
    margin-top: 0px !important;
}

#socialsInfo { 
    position: relative;
}

    #socialsInfo .smoothscroll.scroll-top {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        top: -25px;
    }