.elementor-3559 .elementor-element.elementor-element-3b80c95{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:-125px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-3559 .elementor-element.elementor-element-1014f59{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:100px;--padding-bottom:100px;--padding-left:100px;--padding-right:100px;}/* Start custom CSS for html, class: .elementor-element-b85c425 *//* =========================================================
   AMERICAN LAW PARTNERS – GOLFITO / RÍO CLARO OFFICE
========================================================= */

.alp-south-zone-page {
    --alp-navy: #102f4c;
    --alp-dark: #092238;
    --alp-gold: #c9a56a;
    --alp-gold-dark: #ad8751;
    --alp-coffee: #f5f1e9;
    --alp-coffee-dark: #e8ddca;
    --alp-cream: #fcfaf6;
    --alp-white: #ffffff;
    --alp-text: #4b5662;
    --alp-heading: #10263a;
    --alp-border: #ded6c8;
    --alp-shadow: rgba(9, 34, 56, 0.10);

    overflow: hidden;
    color: var(--alp-text);
    background: var(--alp-white);
    font-family: inherit;
}

.alp-south-zone-page *,
.alp-south-zone-page *::before,
.alp-south-zone-page *::after {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

.alp-south-zone-container {
    width: min(1180px, calc(100% - 40px));
    margin: 0 auto;
}

#alp-south-zone-consultation,
#alp-south-zone-office-information {
    scroll-margin-top: 130px;
}

/* =========================================================
   GLOBAL TYPOGRAPHY
========================================================= */

.alp-eyebrow,
.alp-section-label {
    display: inline-block;
    margin-bottom: 15px;
    color: var(--alp-gold);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2px;
    line-height: 1.4;
    text-transform: uppercase;
}

.alp-section-label-light {
    color: var(--alp-gold);
}

.alp-section-heading {
    max-width: 800px;
    margin: 0 auto 52px;
    text-align: center;
}

.alp-section-heading h2,
.alp-introduction-content h2,
.alp-international-content h2,
.alp-attorney-content h2,
.alp-office-details h2,
.alp-consultation-content h2 {
    margin: 0 0 20px;
    color: var(--alp-heading);
    font-size: clamp(34px, 4.4vw, 52px);
    line-height: 1.14;
}

.alp-section-heading p {
    max-width: 730px;
    margin: 0 auto;
    font-size: 17px;
    line-height: 1.8;
}

/* =========================================================
   HERO
========================================================= */

.alp-south-zone-hero {
    position: relative;
    min-height: 780px;
    display: flex;
    align-items: center;
    justify-content: center;

    /* Espacio superior para el menú transparente */
    padding: 235px 30px 125px;

    color: var(--alp-white);
    text-align: center;

    background:
        linear-gradient(
            rgba(7, 28, 46, 0.74),
            rgba(7, 28, 46, 0.94)
        ),
        url("#")
        center center / cover no-repeat;
}

.alp-south-zone-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(
            circle at center,
            transparent 10%,
            rgba(3, 17, 29, 0.28) 100%
        );
    pointer-events: none;
}

.alp-south-zone-hero .alp-south-zone-container {
    position: relative;
    z-index: 2;
    max-width: 960px;
}

.alp-south-zone-hero h1 {
    max-width: 940px;
    margin: 0 auto 24px;
    color: var(--alp-white);
    font-size: clamp(46px, 6.5vw, 76px);
    line-height: 1.04;
    letter-spacing: -1px;
}

.alp-hero-description {
    max-width: 810px;
    margin: 0 auto;
    color: rgba(255, 255, 255, 0.88);
    font-size: 19px;
    line-height: 1.75;
}

.alp-hero-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 14px;
    margin-top: 38px;
}

.alp-hero-trust {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 14px 26px;
    margin-top: 35px;
    color: rgba(255, 255, 255, 0.78);
    font-size: 13px;
}

.alp-hero-trust span {
    position: relative;
    padding-left: 17px;
}

.alp-hero-trust span::before {
    content: "";
    position: absolute;
    top: 6px;
    left: 0;
    width: 7px;
    height: 7px;
    background: var(--alp-gold);
    border-radius: 50%;
}

/* =========================================================
   BUTTONS
========================================================= */

.alp-button {
    display: inline-flex;
    min-height: 54px;
    padding: 15px 28px;
    align-items: center;
    justify-content: center;
    border: 1px solid transparent;
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2;
    transition:
        color 0.25s ease,
        background-color 0.25s ease,
        border-color 0.25s ease,
        transform 0.25s ease,
        box-shadow 0.25s ease;
}

.alp-button:hover {
    transform: translateY(-2px);
}

.alp-button-primary {
    color: var(--alp-white) !important;
    background: var(--alp-gold);
}

.alp-button-primary:hover {
    color: var(--alp-white) !important;
    background: var(--alp-gold-dark);
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.15);
}

.alp-button-outline {
    color: var(--alp-white) !important;
    border-color: rgba(255, 255, 255, 0.75);
    background: transparent;
}

.alp-button-outline:hover {
    color: var(--alp-dark) !important;
    border-color: var(--alp-white);
    background: var(--alp-white);
}

.alp-button-dark {
    color: var(--alp-white) !important;
    background: var(--alp-navy);
}

.alp-button-dark:hover {
    color: var(--alp-white) !important;
    background: var(--alp-dark);
}

.alp-text-link {
    color: var(--alp-navy);
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
}

.alp-text-link:hover {
    color: var(--alp-gold-dark);
}

/*=========================================================
SOUTHERN ZONE OFFICE
=========================================================*/

.alp-office-intro{

    padding:100px 30px !important;

    background:#ffffff !important;

}

.alp-office-grid{
    display:grid !important;
    grid-template-columns:1fr 1fr !important;
    align-items:center !important;
    gap:90px !important;
}


/*=========================================================
LEFT
=========================================================*/

.alp-section-label{
    display:inline-block !important;
    margin-bottom:18px !important;
    font-size:13px !important;
    font-weight:700 !important;
    letter-spacing:2px !important;
    color:var(--alp-gold,#c7a86b) !important;
    text-transform:uppercase !important;
}

.alp-office-content h2{
    margin:0 0 28px !important;
    font-size:48px !important;
    line-height:1.15 !important;
    color:#14365D !important;
}

.alp-office-content p{
    margin:0 0 22px !important;
    color:#5D6976 !important;
    font-size:17px !important;
    line-height:1.9 !important;
}

.alp-office-features{
    display:grid !important;
    grid-template-columns:repeat(2,1fr) !important;
    gap:18px !important;
    margin-top:40px !important;
}

.alp-feature{
    display:flex !important;
    align-items:center !important;
    gap:12px !important;
    color:#14365D !important;
    font-weight:600 !important;
}

.alp-feature span{
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
    width:34px !important;
    height:34px !important;
    border-radius:50% !important;
    background:#F5EFE3 !important;
    color:var(--alp-gold,#c7a86b) !important;
    flex-shrink:0 !important;
}


/*=========================================================
IMAGE
=========================================================*/

.alp-office-image{
    position:relative !important;
    width:100% !important;
    padding-bottom:90px !important;
    overflow:visible !important;
}

.alp-office-image img{
    display:block !important;
    width:100% !important;
    height:620px !important;
    object-fit:cover !important;
    border-radius:22px !important;
    box-shadow:0 30px 70px rgba(0,0,0,.15) !important;
}


/*=========================================================
OFFICE CARD
=========================================================*/

.alp-office-card{

    position:absolute !important;

    left:45px !important;
    right:45px !important;

    bottom:-100px !important;

    z-index:20 !important;

    overflow:hidden !important;

    padding:38px !important;

    background:#ffffff !important;

    color:#14365D !important;

    border-radius:18px !important;

    border-top:3px solid var(--alp-gold,#c7a86b) !important;

    border-bottom:5px solid var(--alp-gold,#c7a86b) !important;

    box-shadow:0 25px 60px rgba(15,43,70,.16) !important;

}


/*=========================================================
DECORATION
=========================================================*/

.alp-office-card::before{

    content:"";

    position:absolute;

    width:190px;

    height:190px;

    top:-95px;

    right:-95px;

    border-radius:50%;

    background:rgba(20,54,93,.04);

}

.alp-office-card::after{

    content:"";

    position:absolute;

    width:130px;

    height:130px;

    left:-55px;

    bottom:-55px;

    border-radius:50%;

    background:rgba(20,54,93,.03);

}


/*=========================================================
CARD CONTENT
=========================================================*/

.alp-office-number{

    position:relative !important;

    z-index:2 !important;

    display:block !important;

    margin-bottom:12px !important;

    color:var(--alp-gold,#c7a86b) !important;

    font-size:14px !important;

    font-weight:700 !important;

    letter-spacing:3px !important;

}

.alp-office-card h3{

    position:relative !important;

    z-index:2 !important;

    margin:0 0 15px !important;

    color:#14365D !important;

    font-size:28px !important;

    line-height:1.25 !important;

}

.alp-office-card p{

    position:relative !important;

    z-index:2 !important;

    margin:0 !important;

    color:#5D6976 !important;

    font-size:16px !important;

    line-height:1.8 !important;

}


/*=========================================================
TABLET
=========================================================*/

@media(max-width:991px){

    .alp-office-intro{
        padding:95px 30px !important;
    }

    .alp-office-grid{
        grid-template-columns:1fr !important;
        gap:70px !important;
    }

    .alp-office-image{
        margin-top:20px !important;
        padding-bottom:80px !important;
    }

    .alp-office-image img{
        height:540px !important;
    }

    .alp-office-card{
        left:35px !important;
        right:35px !important;
        padding:34px !important;
    }

}


/*=========================================================
MOBILE
=========================================================*/

@media(max-width:768px){

    .alp-office-intro{
        padding:75px 30px !important;
    }

    .alp-office-grid{
        gap:50px !important;
    }

    .alp-office-content h2{
        font-size:36px !important;
    }

    .alp-office-content p{
        font-size:16px !important;
    }

    .alp-office-features{
        grid-template-columns:1fr !important;
    }

    .alp-office-image{
        padding-bottom:0 !important;
    }

    .alp-office-image img{
        height:390px !important;
        border-radius:18px !important;
    }

    .alp-office-card{

        position:relative !important;

        left:auto !important;
        right:auto !important;
        bottom:auto !important;

        width:calc(100% - 30px) !important;

        margin:-45px auto 0 !important;

        padding:28px 24px !important;

        border-radius:16px !important;

    }

    .alp-office-card h3{
        font-size:24px !important;
    }

}


/*=========================================================
SMALL MOBILE
=========================================================*/

@media(max-width:480px){

    .alp-office-intro{
        padding:65px 20px !important;
    }

    .alp-office-content h2{
        font-size:31px !important;
    }

    .alp-office-image img{
        height:320px !important;
    }

    .alp-office-card{
        width:calc(100% - 20px) !important;
        margin-top:-35px !important;
        padding:25px 20px !important;
    }

}
/* =========================================================
   WHY SOUTHERN ZONE
========================================================= */

.alp-why-south-zone-section {
    padding: 105px 0;
    background: var(--alp-coffee);
}

.alp-why-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 22px;
}

.alp-why-card {
    padding: 32px 28px;
    background: var(--alp-white);
    border: 1px solid var(--alp-border);
    box-shadow: 0 14px 34px rgba(9, 34, 56, 0.06);
    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease,
        border-color 0.25s ease;
}

.alp-why-card:hover {
    transform: translateY(-5px);
    border-color: var(--alp-gold);
    box-shadow: 0 20px 42px rgba(9, 34, 56, 0.11);
}

.alp-card-number {
    display: block;
    margin-bottom: 22px;
    color: var(--alp-gold);
    font-size: 29px;
    font-weight: 700;
}

.alp-why-card h3 {
    margin: 0 0 14px;
    color: var(--alp-heading);
    font-size: 21px;
    line-height: 1.3;
}

.alp-why-card p {
    margin: 0;
    line-height: 1.75;
}

/* =========================================================
   CLIENTS
========================================================= */

.alp-clients-section {
    padding: 105px 0;
    background: var(--alp-white);
}

.alp-client-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 22px;
}

.alp-client-card {
    padding: 32px 28px;
    background: var(--alp-cream);
    border: 1px solid var(--alp-border);
    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease,
        background-color 0.25s ease;
}

.alp-client-card:hover {
    transform: translateY(-5px);
    background: var(--alp-white);
    box-shadow: 0 18px 40px rgba(9, 34, 56, 0.09);
}

.alp-client-number {
    display: block;
    margin-bottom: 22px;
    color: var(--alp-gold);
    font-size: 28px;
    font-weight: 700;
}

.alp-client-card h3 {
    margin: 0 0 14px;
    color: var(--alp-heading);
    font-size: 21px;
    line-height: 1.3;
}

.alp-client-card p {
    margin: 0;
    line-height: 1.75;
}

/* =========================================================
   LEGAL SERVICES
========================================================= */

.alp-services-section {
    padding: 105px 0;
    background: var(--alp-dark);
}

.alp-services-section .alp-section-heading h2 {
    color: var(--alp-white);
}

.alp-services-section .alp-section-heading p {
    color: rgba(255, 255, 255, 0.76);
}

.alp-services-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

.alp-service-card{

    min-height:310px !important;

    display:flex !important;

    flex-direction:column !important;

    padding:34px !important;

    color:rgba(255,255,255,.76) !important;

    background:rgba(255,255,255,.055) !important;

    border:1px solid rgba(255,255,255,.13) !important;

    text-decoration:none !important;

    transition:
        transform .25s ease,
        background-color .25s ease,
        border-color .25s ease !important;

}

.alp-service-card:hover {
    transform: translateY(-6px);
    background: rgba(255, 255, 255, 0.10);
    border-color: var(--alp-gold);
}

.alp-service-number {
    display: block;
    margin-bottom: 27px;
    color: var(--alp-gold);
    font-size: 27px;
    font-weight: 700;
}

.alp-service-card h3 {
    margin: 0 0 14px;
    color: var(--alp-white);
    font-size: 23px;
    line-height: 1.3;
}

.alp-service-card p {
    margin: 0 0 22px;
    line-height: 1.75;
}

.alp-service-link {
    margin-top: auto;
    color: var(--alp-gold);
    font-size: 14px;
    font-weight: 700;
}

/* =========================================================
   COMMUNITIES
========================================================= */

.alp-communities-section {
    padding: 105px 0;
    background: var(--alp-coffee);
}

.alp-communities-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

.alp-community-card {
    padding: 32px 29px;
    background: var(--alp-white);
    border: 1px solid var(--alp-border);
    box-shadow: 0 13px 32px rgba(9, 34, 56, 0.055);
}

.alp-community-label {
    display: inline-block;
    margin-bottom: 20px;
    color: var(--alp-gold-dark);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.4px;
}

.alp-community-card h3 {
    margin: 0 0 14px;
    color: var(--alp-heading);
    font-size: 22px;
}

.alp-community-card p {
    margin: 0;
    line-height: 1.75;
}

/* =========================================================
   INTERNATIONAL CLIENTS
========================================================= */

.alp-international-section {
    padding: 105px 0;
    color: var(--alp-white);
    background:
        linear-gradient(
            118deg,
            rgba(9, 34, 56, 0.99),
            rgba(16, 47, 76, 0.95)
        );
}

.alp-international-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) minmax(300px, 0.75fr);
    gap: 70px;
    align-items: center;
}

.alp-international-content h2 {
    color: var(--alp-white);
}

.alp-international-content p {
    margin: 0 0 18px;
    color: rgba(255, 255, 255, 0.80);
    font-size: 17px;
    line-height: 1.8;
}

.alp-international-content ul {
    margin: 25px 0 32px;
}

.alp-international-content li {
    color: rgba(255, 255, 255, 0.90);
}

.alp-international-highlight {
    padding: 42px;
    color: var(--alp-heading);
    background: var(--alp-coffee);
    border-bottom: 5px solid var(--alp-gold);
}

.alp-highlight-label {
    display: block;
    margin-bottom: 17px;
    color: var(--alp-gold-dark);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.7px;
}

.alp-international-highlight h3 {
    margin: 0 0 18px;
    color: var(--alp-heading);
    font-size: 29px;
    line-height: 1.25;
}

.alp-international-highlight p {
    margin: 0 0 16px;
    line-height: 1.75;
}

/* =========================================================
   ATTORNEY
========================================================= */

.alp-attorney-section {
    padding: 105px 0;
    background: var(--alp-white);
}

.alp-attorney-grid {
    display: grid;
    grid-template-columns: minmax(320px, 0.75fr) minmax(0, 1.2fr);
    gap: 75px;
    align-items: center;
}

.alp-attorney-image {
    overflow: hidden;
    background: var(--alp-coffee);
    border-bottom: 6px solid var(--alp-gold);
    box-shadow: 0 20px 45px rgba(9, 34, 56, 0.12);
}

.alp-attorney-image img {
    width: 100%;
    height: auto;
    display: block;
}

.alp-attorney-content p {
    margin: 0 0 18px;
    font-size: 17px;
    line-height: 1.82;
}

.alp-attorney-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 23px;
    margin-top: 32px;
    align-items: center;
}

/* =========================================================
   PROCESS
========================================================= */

.alp-process-section {
    padding: 105px 0;
    background: var(--alp-cream);
}

.alp-process-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 22px;
}

.alp-process-card {
    padding: 32px 28px;
    background: var(--alp-white);
    border-top: 4px solid var(--alp-gold);
    box-shadow: 0 13px 32px rgba(9, 34, 56, 0.06);
}

.alp-process-number {
    display: block;
    margin-bottom: 20px;
    color: var(--alp-gold);
    font-size: 27px;
    font-weight: 700;
}

.alp-process-card h3 {
    margin: 0 0 13px;
    color: var(--alp-heading);
    font-size: 21px;
}

.alp-process-card p {
    margin: 0;
    line-height: 1.72;
}

/* =========================================================
   OFFICE INFORMATION
========================================================= */

.alp-office-information-section {
    padding: 105px 0;
    background: var(--alp-coffee);
}

.alp-office-information-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.82fr) minmax(420px, 1.18fr);
    gap: 55px;
    align-items: stretch;
}

.alp-office-details {
    padding: 42px;
    background: var(--alp-white);
    border: 1px solid var(--alp-border);
    box-shadow: 0 18px 45px rgba(9, 34, 56, 0.08);
}

.alp-office-intro {
    margin: 0 0 30px;
    font-size: 17px;
    line-height: 1.75;
}

.alp-information-list {
    border-top: 1px solid var(--alp-border);
}

.alp-information-item {
    display: grid;
    grid-template-columns: 130px 1fr;
    gap: 20px;
    padding: 18px 0;
    border-bottom: 1px solid var(--alp-border);
}

.alp-information-item > span {
    color: var(--alp-heading);
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.7px;
}

.alp-information-item p {
    margin: 0;
    line-height: 1.65;
}

.alp-information-item a {
    color: var(--alp-navy);
    text-decoration: none;
}

.alp-information-item a:hover {
    color: var(--alp-gold-dark);
}

.alp-office-information-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 13px;
    margin-top: 30px;
}

.alp-map-wrapper {
    overflow: hidden;
    min-height: 620px;
    background: #dfe3e6;
    box-shadow: 0 18px 45px rgba(9, 34, 56, 0.11);
}

.alp-map-wrapper iframe {
    display: block;
    width: 100%;
    min-height: 620px;
    border: 0;
}

/* =========================================================
   RELATED OFFICES
========================================================= */

.alp-related-offices-section{

    padding:105px 0 !important;

    background:var(--alp-white) !important;

}

.alp-related-office-grid{

    display:grid !important;

    grid-template-columns:repeat(4, minmax(0,1fr)) !important;

    gap:20px !important;

}

.alp-related-office{

    min-height:220px !important;

    display:flex !important;

    flex-direction:column !important;

    padding:30px 27px !important;

    color:var(--alp-text) !important;

    background:var(--alp-cream) !important;

    border:1px solid var(--alp-border) !important;

    text-decoration:none !important;

    transition:
        transform .25s ease,
        box-shadow .25s ease,
        background-color .25s ease !important;

}

.alp-related-office:hover{

    transform:translateY(-5px) !important;

    background:var(--alp-white) !important;

    box-shadow:0 17px 38px rgba(9,34,56,.10) !important;

}

.alp-related-office > span{

    margin-bottom:18px !important;

    color:var(--alp-gold-dark) !important;

    font-size:11px !important;

    font-weight:700 !important;

    letter-spacing:1.2px !important;

    text-transform:uppercase !important;

}

.alp-related-office h3{

    margin:0 0 13px !important;

    color:var(--alp-heading) !important;

    font-size:21px !important;

}

.alp-related-office p{

    margin:0 !important;

    line-height:1.72 !important;

}

.alp-related-office-featured{

    color:rgba(255,255,255,.80) !important;

    background:var(--alp-navy) !important;

    border-color:var(--alp-navy) !important;

}

.alp-related-office-featured h3{

    color:var(--alp-white) !important;

}

.alp-related-office-featured:hover{

    color:rgba(255,255,255,.88) !important;

    background:var(--alp-dark) !important;

}
/* =========================================================
   FAQ
========================================================= */

.alp-faq-section {
    padding: 105px 0;
    background: var(--alp-coffee);
}

.alp-faq-list {
    max-width: 900px;
    margin: 0 auto;
}

.alp-faq-item {
    margin-bottom: 14px;
    background: var(--alp-white);
    border: 1px solid var(--alp-border);
    box-shadow: 0 8px 20px rgba(9, 34, 56, 0.035);
}

.alp-faq-item summary {
    position: relative;
    padding: 23px 60px 23px 25px;
    color: var(--alp-heading);
    cursor: pointer;
    list-style: none;
    font-size: 17px;
    font-weight: 700;
}

.alp-faq-item summary::-webkit-details-marker {
    display: none;
}

.alp-faq-item summary::after {
    content: "+";
    position: absolute;
    top: 50%;
    right: 24px;
    color: var(--alp-gold);
    font-size: 27px;
    font-weight: 400;
    transform: translateY(-50%);
}

.alp-faq-item[open] summary::after {
    content: "−";
}

.alp-faq-answer {
    padding: 0 25px 23px;
}

.alp-faq-answer p {
    margin: 0;
    line-height: 1.8;
}

/* =========================================================
   CONSULTATION FORM
========================================================= */

.alp-consultation-section {
    padding: 105px 0;
    color: var(--alp-white);
    background:
        linear-gradient(
            115deg,
            rgba(9, 34, 56, 0.99),
            rgba(16, 47, 76, 0.95)
        );
}

.alp-consultation-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(370px, 1fr);
    gap: 70px;
    align-items: start;
}

.alp-consultation-content h2 {
    color: var(--alp-white);
}

.alp-consultation-content > p {
    margin: 0 0 22px;
    color: rgba(255, 255, 255, 0.80);
    font-size: 17px;
    line-height: 1.8;
}

.alp-consultation-content li {
    color: rgba(255, 255, 255, 0.90);
}

.alp-consultation-contact {
    margin-top: 30px;
    padding-top: 25px;
    border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.alp-consultation-contact p {
    margin: 0 0 10px;
    color: rgba(255, 255, 255, 0.82);
}

.alp-consultation-contact a {
    color: var(--alp-white);
    text-decoration: none;
}

.alp-consultation-contact a:hover {
    color: var(--alp-gold);
}

.alp-form-wrapper {
    padding: 38px;
    color: var(--alp-text);
    background: var(--alp-coffee);
    border: 1px solid var(--alp-coffee-dark);
    box-shadow: 0 22px 55px rgba(0, 0, 0, 0.18);
}

/* Contact Form 7 */

.alp-form-wrapper .wpcf7-form p {
    margin: 0 0 16px;
}

.alp-form-wrapper label {
    color: var(--alp-heading);
    font-size: 14px;
    font-weight: 700;
}

.alp-form-wrapper input,
.alp-form-wrapper select,
.alp-form-wrapper textarea {
    width: 100%;
    margin-top: 7px;
    padding: 13px 14px;
    color: var(--alp-text);
    background: var(--alp-cream);
    border: 1px solid #d9cbb4;
    border-radius: 0;
    outline: none;
    font-family: inherit;
}

.alp-form-wrapper input:focus,
.alp-form-wrapper select:focus,
.alp-form-wrapper textarea:focus {
    background: var(--alp-white);
    border-color: var(--alp-gold);
    box-shadow: 0 0 0 3px rgba(201, 165, 106, 0.16);
}

.alp-form-wrapper textarea,
.alp-form-wrapper .wpcf7-form textarea {
    min-height: 85px !important;
    height: 85px !important;
    padding: 10px 14px;
    resize: vertical;
}

.alp-form-wrapper input[type="submit"] {
    width: auto;
    min-height: 52px;
    padding: 14px 28px;
    color: var(--alp-white);
    background: var(--alp-gold);
    border: 0;
    cursor: pointer;
    font-size: 14px;
    font-weight: 700;
}

.alp-form-wrapper input[type="submit"]:hover {
    background: var(--alp-gold-dark);
}

.alp-form-wrapper .wpcf7-spinner {
    margin: 0 0 0 12px;
}

.alp-form-wrapper .wpcf7-response-output {
    margin: 18px 0 0 !important;
    padding: 12px 14px !important;
    color: var(--alp-heading);
    font-size: 14px;
}

/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1100px) {

    .alp-why-grid,
    .alp-client-grid,
    .alp-process-grid,
    .alp-related-office-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .alp-services-grid,
    .alp-communities-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

}

@media (max-width: 1024px) {

    .alp-south-zone-hero {
        min-height: 710px;
        padding: 205px 30px 110px;
    }

    .alp-introduction-grid,
    .alp-international-grid,
    .alp-attorney-grid,
    .alp-consultation-grid {
        gap: 45px;
    }

    .alp-office-information-grid {
        grid-template-columns: 1fr;
    }

    .alp-map-wrapper,
    .alp-map-wrapper iframe {
        min-height: 520px;
        height: 520px;
    }

}

/* =========================================================
   SMALL TABLET
========================================================= */

@media (max-width: 800px) {

    .alp-south-zone-hero {
        min-height: 660px;
        padding: 180px 30px 95px;
    }

    .alp-introduction-grid,
    .alp-international-grid,
    .alp-attorney-grid,
    .alp-consultation-grid {
        grid-template-columns: 1fr;
    }

    .alp-attorney-image {
        max-width: 520px;
    }

    .alp-form-wrapper {
        padding: 30px;
    }

}

/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 600px) {

    .alp-south-zone-container {
        width: min(100% - 28px, 1180px);
    }

    .alp-south-zone-hero {
        min-height: 625px;
        padding: 165px 20px 78px;
        background-position: center center;
    }

    .alp-south-zone-hero h1 {
        font-size: 40px;
        line-height: 1.1;
    }

    .alp-hero-description {
        font-size: 17px;
        line-height: 1.65;
    }

    .alp-hero-actions,
    .alp-hero-actions .alp-button {
        width: 100%;
    }

    .alp-hero-trust {
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }

    .alp-south-zone-introduction,
    .alp-why-south-zone-section,
    .alp-clients-section,
    .alp-services-section,
    .alp-communities-section,
    .alp-international-section,
    .alp-attorney-section,
    .alp-process-section,
    .alp-office-information-section,
    .alp-related-offices-section,
    .alp-faq-section,
    .alp-consultation-section {
        padding: 72px 0;
    }

    .alp-section-heading {
        margin-bottom: 38px;
    }

    .alp-section-heading h2,
    .alp-introduction-content h2,
    .alp-international-content h2,
    .alp-attorney-content h2,
    .alp-office-details h2,
    .alp-consultation-content h2 {
        font-size: 34px;
    }

    .alp-why-grid,
    .alp-client-grid,
    .alp-services-grid,
    .alp-communities-grid,
    .alp-process-grid,
    .alp-related-office-grid {
        grid-template-columns: 1fr;
    }

    .alp-introduction-card,
    .alp-international-highlight,
    .alp-office-details,
    .alp-form-wrapper {
        padding: 27px 23px;
    }

    .alp-service-card {
        min-height: auto;
        padding: 29px 24px;
    }

    .alp-information-item {
        grid-template-columns: 1fr;
        gap: 7px;
    }

    .alp-office-information-actions,
    .alp-office-information-actions .alp-button {
        width: 100%;
    }

    .alp-map-wrapper,
    .alp-map-wrapper iframe {
        min-height: 460px;
        height: 460px;
    }

    .alp-attorney-actions {
        align-items: flex-start;
        flex-direction: column;
    }

    .alp-consultation-grid {
        gap: 38px;
    }

}

/* =========================================================
   HEREDIA-SPECIFIC COMPLEMENTS
========================================================= */

.alp-container {
    width: min(1180px, calc(100% - 40px)) !important;
    margin: 0 auto !important;
}

.alp-office-card-list {
    position: relative !important;
    z-index: 2 !important;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
}

.alp-office-card-list li {
    position: relative !important;
    margin: 0 !important;
    padding: 9px 0 9px 27px !important;
    color: #5D6976 !important;
    border-bottom: 1px solid rgba(20, 54, 93, .09) !important;
    font-size: 15px !important;
    line-height: 1.55 !important;
}

.alp-office-card-list li:last-child {
    border-bottom: 0 !important;
}

.alp-office-card-list li::before {
    content: "✓" !important;
    position: absolute !important;
    top: 9px !important;
    left: 0 !important;
    color: var(--alp-gold, #c9a56a) !important;
    font-weight: 700 !important;
}

.alp-international-image {
    position: relative !important;
    overflow: hidden !important;
    min-height: 520px !important;
    border-bottom: 5px solid var(--alp-gold) !important;
    border-radius: 20px !important;
    box-shadow: 0 28px 65px rgba(0, 0, 0, .22) !important;
}

.alp-international-image img {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    min-height: 520px !important;
    object-fit: cover !important;
    transition: transform .45s ease !important;
}

.alp-international-image:hover img {
    transform: scale(1.035) !important;
}

@media (max-width: 991px) {
    .alp-container {
        width: min(100% - 60px, 1180px) !important;
    }
}

@media (max-width: 768px) {
    .alp-container {
        width: min(100% - 40px, 1180px) !important;
    }

    .alp-international-image,
    .alp-international-image img {
        min-height: 390px !important;
    }
}

@media (max-width: 480px) {
    .alp-container {
        width: min(100% - 28px, 1180px) !important;
    }

    .alp-international-image,
    .alp-international-image img {
        min-height: 320px !important;
    }
}

/* =========================================================
   JACÓ COASTAL DETAILS
========================================================= */

.alp-south-zone-page {
    --alp-south-sand: #f3eee4;
    --alp-south-green: #234f70;
}

.alp-south-zone-hero {
    background-position: center center !important;
}

.alp-south-zone-hero::after {
    content: "" !important;
    position: absolute !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    height: 5px !important;
    background: var(--alp-gold) !important;
    z-index: 3 !important;
}

.alp-why-south-zone-section {
    background: var(--alp-south-sand) !important;
}

.alp-community-card {
    transition:
        transform .25s ease,
        box-shadow .25s ease,
        border-color .25s ease !important;
}

.alp-community-card:hover {
    transform: translateY(-5px) !important;
    border-color: var(--alp-gold) !important;
    box-shadow: 0 20px 42px rgba(9, 34, 56, .10) !important;
}

.alp-office-image img,
.alp-international-image img {
    object-position: center center !important;
}

/* =========================================================
   SOUTHERN ZONE DETAILS
========================================================= */

.alp-south-zone-page {
    --alp-south-sand: #f3efe5;
    --alp-south-green: #315d54;
}

.alp-south-zone-hero {
    background-position: center center !important;
}

.alp-south-zone-hero::after {
    content: "" !important;
    position: absolute !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    height: 5px !important;
    background: var(--alp-gold) !important;
    z-index: 3 !important;
}

.alp-why-south-zone-section {
    background: var(--alp-south-sand) !important;
}

.alp-community-card {
    transition:
        transform .25s ease,
        box-shadow .25s ease,
        border-color .25s ease !important;
}

.alp-community-card:hover {
    transform: translateY(-5px) !important;
    border-color: var(--alp-gold) !important;
    box-shadow: 0 20px 42px rgba(9, 34, 56, .10) !important;
}

.alp-office-image img,
.alp-international-image img {
    object-position: center center !important;
}
/* =========================================================
   CONTACT FORM 7 — CONSENT CHECKBOX FIX
========================================================= */

.alp-contact-consent {
    width: 100%;
    margin: 22px 0 28px;
}

.alp-contact-consent p {
    margin: 0 !important;
}

.alp-contact-consent .wpcf7-form-control-wrap,
.alp-contact-consent .wpcf7-acceptance,
.alp-contact-consent .wpcf7-list-item {
    display: block !important;
    width: 100% !important;
    margin: 0 !important;
}

.alp-contact-consent label {
    display: flex !important;
    align-items: flex-start !important;
    justify-content: flex-start !important;
    gap: 12px !important;

    width: 100% !important;
    margin: 0 !important;

    cursor: pointer;
}

/* Evitar que el checkbox herede width:100% */
.alp-contact-consent input[type="checkbox"] {
    width: 18px !important;
    min-width: 18px !important;
    max-width: 18px !important;
    height: 18px !important;

    flex: 0 0 18px !important;

    margin: 3px 0 0 !important;
    padding: 0 !important;

    accent-color: #b99059;
    cursor: pointer;
}

.alp-contact-consent .wpcf7-list-item-label {
    display: block !important;
    width: auto !important;
    max-width: 100% !important;
    flex: 1 1 auto !important;

    color: #5e6670;
    font-size: 14px;
    line-height: 1.6;
}/* End custom CSS */