
.acab-banner{
    position:relative;
    width:100%;
    min-height:300px;
    margin-inline:auto;
    overflow:hidden;
    isolation:isolate;
    background:#f5e4d8 center/cover no-repeat;
}
.acab-overlay{
    position:absolute;
    inset:0;
    z-index:0;
    background:rgba(255,245,238,.18);
}
.acab-inner{
    position:relative;
    z-index:1;
    min-height:inherit;
    display:flex;
    flex-direction:column;
    align-items:flex-start;
    justify-content:center;
    padding:26px 24px;
    box-sizing:border-box;
}
.acab-content{
    width:42%;
    min-width:0;
    position:relative;
    z-index:2;
}
.acab-logo{
    display:block;
    width:110px;
    max-width:100%;
    height:auto;
    margin-bottom:10px;
}
.acab-title-normal{
    color:#9f6d62;
    font-size:42px;
    line-height:1;
    font-weight:400;
}
.acab-title-accent{
    color:#9f6d62;
    font-size:40px;
    line-height:1;
    font-style:italic;
}
.acab-description{
    margin-top:16px;
    color:#3d2a28;
    font-size:13px;
    line-height:1.25;
    max-width:430px;
}
.acab-buttons{
    display:flex;
    flex-wrap:wrap;
    gap:12px;
    margin-top:18px;
}
.acab-button{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:6px;
    padding:9px 15px;
    border-radius:24px;
    line-height:1;
    text-decoration:none;
    transition:transform .2s ease, background-color .2s ease, opacity .2s ease;
}
.acab-button:hover{
    transform:translateY(-1px);
    opacity:.96;
}
.acab-whatsapp{
    background:#5f8247;
    color:#fff;
}
.acab-secondary{
    background:rgba(255,255,255,.15);
    color:#9f6d62;
    border:1px solid #9f6d62;
}
.acab-button-icon{
    display:inline-flex;
    align-items:center;
    justify-content:center;
}
.acab-button-icon svg{
    width:1em;
    height:1em;
    fill:currentColor;
}
.acab-foreground{
    position:absolute;
    right:0;
    bottom:0;
    width:45%;
    max-width:70%;
    height:auto;
    max-height:100%;
    object-fit:contain;
    object-position:right bottom;
    z-index:1;
}
@media(max-width:1024px){
    .acab-content{width:50%}
    .acab-title-normal{font-size:36px}
    .acab-title-accent{font-size:34px}
}
@media(max-width:767px){
    .acab-banner{min-height:500px}
    .acab-inner{
        padding:30px 18px;
        justify-content:flex-end;
    }
    .acab-content{
        width:100%;
        padding:18px;
        border-radius:16px;
        background:rgba(255,255,255,.78);
        backdrop-filter:blur(3px);
        box-sizing:border-box;
    }
    .acab-title-normal{font-size:34px}
    .acab-title-accent{font-size:32px}
    .acab-buttons{
        flex-direction:column;
        align-items:stretch;
    }
    .acab-button{
        width:100%;
        box-sizing:border-box;
    }
    .acab-foreground{
        width:78%;
        max-width:78%;
        opacity:.9;
    }
}
