/* WayCare HomeCare Pricing & Steps v1.1 — premium compact */

.wchps-section,
.wchps-section *{
    box-sizing:border-box;
    text-shadow:none!important;
}

.wchps-section{
    width:100%;
    background:transparent;
    font-family:Poppins,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
    padding:20px 32px;
}

.wchps-shell{
    width:100%;
    max-width:1380px;
    margin:0 auto;
}

.wchps-header{
    margin:0 0 16px;
}

.wchps-label,
.wchps-trust-label{
    font-family:"Geist Mono",monospace;
    font-size:11px;
    line-height:1.2;
    letter-spacing:.28em;
    text-transform:uppercase;
    color:#94A3B8;
    margin:0 0 7px;
    font-weight:800;
}

.wchps-headline,
.wchps-trust-title{
    margin:0;
    font-family:Fraunces,Georgia,serif;
    color:#122C4A;
    font-weight:500;
    letter-spacing:-.045em;
}

.wchps-headline{
    font-size:clamp(30px,3.1vw,48px);
    line-height:1.02;
}

.wchps-trust-title{
    font-size:clamp(28px,2.55vw,44px);
    line-height:1.04;
}

.wchps-pricing-grid{
    display:grid;
    grid-template-columns:repeat(5,minmax(0,1fr));
    gap:18px;
    align-items:stretch;
}

.wchps-card{
    position:relative;
    min-height:168px;
    border:1px solid #E2E8F0;
    border-radius:22px;
    background-color:#fff;
    padding:20px 18px 18px;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    text-align:center;
    text-decoration:none!important;
    color:inherit;
    overflow:hidden;
    transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease;
}

.wchps-card::before{
    content:"";
    position:absolute;
    inset:0 0 auto;
    height:3px;
    background:linear-gradient(90deg,#5BE3B8,#2E9B6A);
    opacity:.72;
}

.wchps-card::after{
    content:"";
    position:absolute;
    width:90px;
    height:90px;
    right:-40px;
    top:-46px;
    border-radius:999px;
    background:rgba(91,227,184,.11);
    pointer-events:none;
}

.wchps-card:hover{
    transform:translateY(-3px);
    border-color:rgba(46,155,106,.28);
    box-shadow:0 18px 46px rgba(15,23,42,.07);
}

.wchps-card-title{
    position:relative;
    z-index:1;
    font-size:clamp(15px,1vw,18px);
    line-height:1.2;
    font-weight:760;
    color:#122C4A;
    margin:0 0 8px;
    letter-spacing:-.018em;
}

.wchps-card-prefix,
.wchps-card-suffix,
.wchps-note,
.wchps-step-desc,
.wchps-microcopy{
    color:#334155;
}

.wchps-card-prefix{
    position:relative;
    z-index:1;
    font-size:12px;
    line-height:1.25;
    margin:0 0 2px;
    font-weight:650;
    opacity:.88;
}

.wchps-card-main{
    position:relative;
    z-index:1;
    font-size:clamp(22px,2.1vw,36px);
    line-height:1;
    font-weight:780;
    color:#122C4A;
    margin:0 0 7px;
    letter-spacing:-.035em;
}

.wchps-card-main.is-highlight{
    color:#2E9B6A;
    font-size:clamp(18px,1.35vw,23px);
    letter-spacing:.02em;
}

.wchps-card-suffix{
    position:relative;
    z-index:1;
    font-size:12px;
    line-height:1.38;
    max-width:17ch;
    font-weight:550;
}

.wchps-note-wrap{
    width:max-content;
    max-width:100%;
    margin:14px auto 8px;
    display:flex;
    align-items:center;
    justify-content:center;
    gap:9px;
    padding:9px 14px;
    border:1px solid rgba(46,155,106,.18);
    border-radius:999px;
    background:rgba(91,227,184,.12);
    text-align:center;
}

.wchps-note-icon{
    color:#2E9B6A;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    font-size:13px;
    line-height:1;
    flex:0 0 auto;
}

.wchps-note{
    font-size:12.5px;
    line-height:1.25;
    font-weight:700;
}

.wchps-microcopy{
    max-width:720px;
    margin:0 auto 28px;
    text-align:center;
    font-size:12px;
    line-height:1.45;
    font-weight:560;
    opacity:.86;
}

.wchps-trust-row{
    display:grid;
    grid-template-columns:minmax(220px, 285px) minmax(0, 1fr);
    gap:30px;
    align-items:center;
}

.wchps-trust-copy{
    align-self:center;
}

.wchps-steps{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:26px;
    align-items:start;
}

.wchps-step{
    min-width:0;
    text-decoration:none!important;
    color:inherit;
}

.wchps-step-top{
    display:flex;
    align-items:center;
    margin:0 0 12px;
}

.wchps-step-number{
    width:64px;
    height:64px;
    min-width:64px;
    border-radius:999px;
    border:1px solid #E2E8F0;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:26px;
    line-height:1;
    font-weight:620;
    color:#2E9B6A;
    background:#fff;
    box-shadow:0 10px 28px rgba(46,155,106,.08), inset 0 0 0 8px rgba(91,227,184,.045);
}

.wchps-step-connector{
    flex:1 1 auto;
    height:0;
    border-top:2px dashed #CBD5E1;
    margin-left:16px;
}

.wchps-step-title{
    font-size:clamp(16px,1.1vw,20px);
    line-height:1.22;
    font-weight:760;
    color:#122C4A;
    margin:0 0 6px;
    letter-spacing:-.018em;
}

.wchps-step-desc{
    font-size:13px;
    line-height:1.46;
    font-weight:540;
}

@media (max-width:1200px){
    .wchps-pricing-grid{
        grid-template-columns:repeat(3,minmax(0,1fr));
    }
    .wchps-trust-row{
        grid-template-columns:1fr;
        gap:20px;
    }
}

@media (max-width:767px){
    .wchps-section{
        padding:22px 14px;
    }

    .wchps-header{
        margin-bottom:15px;
    }

    .wchps-label,
    .wchps-trust-label{
        font-size:10px;
        letter-spacing:.23em;
    }

    .wchps-headline{
        font-size:clamp(28px,8.6vw,38px);
        line-height:1.02;
    }

    .wchps-pricing-grid{
        grid-template-columns:repeat(2,minmax(0,1fr))!important;
        gap:12px!important;
    }

    .wchps-card{
        min-height:154px;
        padding:18px 11px 15px;
        border-radius:18px;
    }

    .wchps-card-title{
        font-size:14.5px;
    }

    .wchps-card-main{
        font-size:30px;
    }

    .wchps-card-main.is-highlight{
        font-size:16px;
    }

    .wchps-card-suffix{
        font-size:11px;
        max-width:none;
    }

    .wchps-note-wrap{
        width:100%;
        margin:14px auto 8px;
        border-radius:16px;
        padding:10px 12px;
    }

    .wchps-note{
        font-size:12px;
    }

    .wchps-microcopy{
        font-size:11.2px;
        margin-bottom:24px;
    }

    .wchps-trust-row{
        gap:16px;
    }

    .wchps-trust-title{
        font-size:clamp(26px,8vw,34px);
    }

    .wchps-steps{
        grid-template-columns:1fr;
        gap:10px!important;
    }

    .wchps-step{
        --wchps-mobile-step-bg:#fff;
        display:grid;
        grid-template-columns:auto 1fr;
        gap:13px;
        align-items:flex-start;
        padding:13px;
        border:1px solid rgba(226,232,240,.9);
        border-radius:18px;
        background:var(--wchps-mobile-step-bg);
        box-shadow:0 12px 28px rgba(15,23,42,.045);
    }

    .wchps-step-top{
        display:block;
        margin:0;
    }

    .wchps-step-number{
        width:52px;
        height:52px;
        min-width:52px;
        font-size:22px;
    }

    .wchps-step-connector{
        display:none;
    }

    .wchps-step-body{
        padding-top:3px;
    }

    .wchps-step-title{
        font-size:16px;
        margin-bottom:4px;
    }

    .wchps-step-desc{
        font-size:12px;
        line-height:1.42;
    }
}

@media (max-width:390px){
    .wchps-card{
        min-height:148px;
        padding-left:9px;
        padding-right:9px;
    }

    .wchps-card-title{
        font-size:13.5px;
    }

    .wchps-card-main{
        font-size:27px;
    }

    .wchps-card-main.is-highlight{
        font-size:14.5px;
    }
}


/* v1.2 — centered trust block with cleaner spacing */
.wchps-trust-row{
    margin-top: 42px !important;
    align-items: center !important;
}

.wchps-trust-copy{
    align-self: center !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.wchps-trust-label{
    margin-bottom: 12px !important;
}

.wchps-trust-title{
    margin: 0 !important;
}

.wchps-steps{
    align-items: center !important;
}

.wchps-step{
    align-self: center !important;
}

.wchps-microcopy{
    margin-bottom: 0 !important;
}

@media (max-width: 767px){
    .wchps-trust-row{
        margin-top: 30px !important;
        align-items: start !important;
    }

    .wchps-trust-copy{
        align-self: start !important;
        justify-content: flex-start;
        text-align: left;
    }

    .wchps-trust-label{
        margin-bottom: 8px !important;
    }
}


/* v1.3 — actual trust/process alignment fix */
.wchps-trust-row{
    margin-top: 58px !important;
    display: grid !important;
    grid-template-columns: minmax(260px, 340px) minmax(0, 1fr) !important;
    align-items: stretch !important;
}

.wchps-trust-copy{
    height: 100% !important;
    min-height: 180px !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-self: stretch !important;
    padding-top: 22px !important;
}

.wchps-trust-label{
    margin-top: 0 !important;
    margin-bottom: 14px !important;
}

.wchps-trust-title{
    margin: 0 !important;
    transform: translateY(8px);
}

.wchps-steps{
    align-items: stretch !important;
}

.wchps-step{
    min-height: 180px !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
}

.wchps-step-top{
    margin-bottom: 18px !important;
}

/* force the pricing note/microcopy to finish before trust row begins */
.wchps-microcopy{
    margin-bottom: 0 !important;
}

@media (max-width: 1200px){
    .wchps-trust-row{
        grid-template-columns: 1fr !important;
        margin-top: 46px !important;
    }

    .wchps-trust-copy{
        min-height: auto !important;
        padding-top: 0 !important;
        justify-content: flex-start !important;
    }

    .wchps-trust-title{
        transform: none !important;
    }

    .wchps-step{
        min-height: auto !important;
    }
}

@media (max-width: 767px){
    .wchps-trust-row{
        margin-top: 34px !important;
        display: grid !important;
        grid-template-columns: 1fr !important;
        gap: 18px !important;
    }

    .wchps-trust-copy{
        text-align: left !important;
        min-height: auto !important;
        padding-top: 0 !important;
    }

    .wchps-trust-label{
        margin-bottom: 8px !important;
    }

    .wchps-steps{
        align-items: stretch !important;
    }

    .wchps-step{
        min-height: auto !important;
    }
}


/* Pack v1.1 — move Why Choose / process section up */
.wchps-note-wrap{
    margin-bottom: 8px !important;
}

.wchps-microcopy{
    margin-top: 0 !important;
    margin-bottom: 12px !important;
}

.wchps-trust-row{
    margin-top: 16px !important;
    padding-top: 0 !important;
    align-items: center !important;
}

.wchps-trust-copy{
    padding-top: 0 !important;
    align-self: center !important;
}

.wchps-trust-title{
    transform: none !important;
}

.wchps-step{
    min-height: 150px !important;
}

@media (max-width: 767px){
    .wchps-trust-row{
        margin-top: 20px !important;
    }

    .wchps-step{
        min-height: auto !important;
    }
}
