
.achps-slider{
    position:relative;
    width:100%;
    min-height:520px;
    margin-inline:auto;
    overflow:hidden;
    isolation:isolate;
    background:#ead8b9;
}
.achps-slides,
.achps-slide{
    position:absolute;
    inset:0;
    width:100%;
    height:100%;
}
.achps-slide{
    opacity:0;
    background-size:cover;
    background-repeat:no-repeat;
    transition:opacity .7s ease;
}
.achps-slide.is-active{opacity:1}
.achps-overlay{
    position:absolute;
    inset:0;
    z-index:2;
    background:rgba(255,255,255,0);
}
.achps-content-wrap{
    position:relative;
    z-index:3;
    min-height:inherit;
    display:flex;
    flex-direction:column;
    align-items:flex-start;
    justify-content:center;
    padding:34px 28px;
    box-sizing:border-box;
}
.achps-content{
    width:38%;
    min-width:0;
}
.achps-logo{
    display:block;
    width:110px;
    max-width:100%;
    height:auto;
    margin-bottom:12px;
}
.achps-title-normal{
    color:#111;
    font-size:52px;
    line-height:.95;
    font-weight:400;
}
.achps-title-accent{
    color:#9b7278;
    font-size:48px;
    line-height:.95;
    font-style:italic;
}
.achps-description{
    margin-top:24px;
    max-width:470px;
    color:#111;
    font-size:14px;
    line-height:1.25;
}
.achps-buttons{
    display:flex;
    flex-wrap:wrap;
    gap:12px;
    margin-top:24px;
}
.achps-button{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:7px;
    padding:10px 16px;
    border-radius:24px;
    text-decoration:none;
    line-height:1;
}
.achps-whatsapp{
    color:#fff;
    background:#5e7c43;
}
.achps-secondary{
    color:#8a6262;
    background:transparent;
    border:1px solid #b78f8f;
}
.achps-button-icon{
    display:inline-flex;
    align-items:center;
    justify-content:center;
}
.achps-button-icon svg{
    width:1em;
    height:1em;
    fill:currentColor;
}
.achps-arrow{
    position:absolute;
    z-index:5;
    top:50%;
    transform:translateY(-50%);
    width:42px;
    height:42px;
    border:0;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#fff;
    background:rgba(0,0,0,.28);
    cursor:pointer;
}
.achps-prev{left:16px}
.achps-next{right:16px}
.achps-dots{
    position:absolute;
    z-index:5;
    left:50%;
    bottom:16px;
    transform:translateX(-50%);
    display:flex;
    gap:7px;
}
.achps-dot{
    width:9px;
    height:9px;
    padding:0;
    border:0;
    border-radius:50%;
    background:rgba(255,255,255,.48);
}
.achps-dot.is-active{background:#fff}
@media(max-width:1024px){
    .achps-slider{min-height:460px}
    .achps-content{width:48%}
    .achps-title-normal{font-size:42px}
    .achps-title-accent{font-size:40px}
}
@media(max-width:767px){
    .achps-slider{min-height:540px}
    .achps-content-wrap{
        padding:30px 18px;
        justify-content:flex-end;
    }
    .achps-content{
        width:100%;
        padding:18px;
        border-radius:16px;
        background:rgba(255,255,255,.76);
        backdrop-filter:blur(3px);
        box-sizing:border-box;
    }
    .achps-title-normal{font-size:36px}
    .achps-title-accent{font-size:34px}
    .achps-description{
        margin-top:16px;
        font-size:13px;
    }
    .achps-buttons{
        flex-direction:column;
        align-items:stretch;
    }
    .achps-button{
        width:100%;
        box-sizing:border-box;
    }
}
