﻿:root{

--sage:#C7D6C8;
--beige:#F5F1EA;
--gold:#C9AE6D;
--brown:#4A3426;
--light-brown:#7B6755;

}

body{

font-family:'Poppins',sans-serif;
overflow-x:hidden;

}

html{
    scroll-padding-top:155px;
    scroll-behavior:smooth;
}

h1,h2,h3,h4,h5{

font-family:'Playfair Display',serif;

}

/* NAVBAR */

.navbar{

padding:0px 0;
background:#f4f1e8;
z-index:1040;

}

.navbar-brand img{
    max-height:130px;
    width:auto;
}

section{
    scroll-margin-top:155px;
}

.reveal-on-scroll{
    opacity:0;
    transform:translateY(28px);
    transition:
        opacity .75s ease,
        transform .75s ease;
    transition-delay:var(--reveal-delay, 0ms);
    will-change:opacity, transform;
}

.reveal-on-scroll.is-visible{
    opacity:1;
    transform:none;
}

.reveal-soft{
    opacity:0;
    transform:translateY(16px);
    transition:
        opacity .65s ease,
        transform .65s ease;
}

.reveal-soft.is-visible{
    opacity:1;
    transform:none;
}

@media (prefers-reduced-motion: reduce){
    html{
        scroll-behavior:auto;
    }

    *,
    *::before,
    *::after{
        animation-duration:.001ms !important;
        animation-iteration-count:1 !important;
        scroll-behavior:auto !important;
        transition-duration:.001ms !important;
    }

    .reveal-on-scroll,
    .reveal-soft{
        opacity:1;
        transform:none;
    }
}

.nav-link{

font-weight:500;
color:var(--brown);
margin:0 10px;
transition:.3s;

}

.nav-link:hover{

color:var(--gold);

}

.consultation-btn{

background:#4A3426;
color:#fff;
padding:11px 22px;
border:1px solid #4A3426;
border-radius:6px;
font-size:14px;
font-weight:600;
display:inline-flex;
align-items:center;
gap:8px;
letter-spacing:.2px;

}

.consultation-btn:hover{

background:#fff;
color:#4A3426;
border-color:#4A3426;

}

.footer{

    background:#f3f0e9;
    padding:80px 0 24px;
    border-top:1px solid #ded5c8;
}

.footer-top{
    display:grid;
    grid-template-columns:minmax(0, 1fr) auto;
    gap:34px;
    align-items:end;
    padding-bottom:44px;
    margin-bottom:46px;
    border-bottom:1px solid #ded5c8;
}

.footer-top span{
    display:block;
    color:#8a7864;
    font-size:12px;
    font-weight:700;
    letter-spacing:2.5px;
    text-transform:uppercase;
    margin-bottom:12px;
}

.footer-top h2{
    max-width:780px;
    color:#3e3228;
    font-size:clamp(2rem,3.6vw,4rem);
    line-height:1.04;
    margin:0;
}

.footer-actions{
    display:flex;
    gap:12px;
    flex-wrap:wrap;
    justify-content:flex-end;
}

.footer-action-primary,
.footer-action-secondary{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:9px;
    padding:14px 22px;
    border-radius:6px;
    text-decoration:none;
    font-weight:700;
    white-space:nowrap;
    transition:.3s;
}

.footer-action-primary{
    background:#25D366;
    border:1px solid #4A3426;
    color:#fff;
}

.footer-action-primary:hover{
    background:#fff;
    color:#fff;
}

.footer-action-secondary{
    background:#fff;
    border:1px solid #c9bca9;
    color:#4A3426;
}

.footer-action-secondary:hover{
    background:#efe6d7;
    border-color:#4A3426;
    color:#4A3426;
}

.footer-main{
    align-items:flex-start;
}

.footer-logo{

    width:190px;
    max-width:100%;
    height:auto;
    display:block;
    margin-bottom:20px;
    border-radius:8px;
}

.footer-description{

    max-width:320px;
    color:#665d54;
    line-height:1.8;
    font-size:15px;
}

.footer h5{

    font-size:22px;
    font-family:'Playfair Display',serif;
    color:#4A3426;
    margin-bottom:20px;
}

.footer ul{

    list-style:none;
    padding:0;
    margin:0;
}

.footer ul li{

    margin-bottom:10px;
}

.footer ul li a{

    color:#665d54;
    text-decoration:none;
    transition:.3s;
    display:inline-flex;
    align-items:center;
    gap:8px;
}

.footer ul li a:hover{

    color:#c9ae6d;
    transform:translateX(3px);
}

.social-links{

    display:flex;
    gap:12px;
    margin-top:25px;
}

.social-links a{

    width:38px;
    height:38px;
    background:#fff;
    border:1px solid #d8cdbd;
    color:#4A3426;

    display:flex;
    align-items:center;
    justify-content:center;

    border-radius:50%;
    text-decoration:none;
    transition:.3s;
}

.social-links a:hover{
    background:#4A3426;
    border-color:#4A3426;
    color:#fff;
    transform:translateY(-2px);
}

.footer-service-area{
    margin-top:22px;
    padding:14px 16px;
    background:rgba(255,255,255,.42);
    border:1px solid #ded5c8;
    border-radius:8px;
    color:#665d54;
    font-size:14px;
    line-height:1.5;
}

.contact-item{

    display:flex;
    align-items:center;
    gap:12px;
    margin-bottom:18px;

    color:#665d54;
}

.contact-item i{

    color:#c9ae6d;
    font-size:20px;
}

.contact-item a{
    color:#665d54;
    text-decoration:none;
}

.contact-item a:hover{
    color:#c9ae6d;
}

.footer-btn{

    display:inline-block;

    margin-top:15px;

    background:#efe6d7;

    color:#4A3426;

    padding:15px 35px;

    border-radius:8px;

    text-decoration:none;

    font-weight:600;

    letter-spacing:.5px;

    transition:.3s;
}

.footer-btn:hover{

    background:#c9ae6d;
    color:#fff;
}

.footer-bottom{

    border-top:1px solid #ded5c8;

    margin-top:50px;

    padding-top:20px;

    display:flex;

    justify-content:space-between;

    align-items:center;

    flex-wrap:wrap;
}

.copyright{

    color:#776a5f;
    font-size:14px;
}

.legal-links{

    display:flex;
    gap:15px;
}

.legal-links a{

    text-decoration:none;
    color:#776a5f;
    font-size:14px;
}

.hero-section{

    background:#f8f5ef;

    /*
    IMPORTANTE:
    evita que el menÃº tape la secciÃ³n
    */
    padding-top:0px;

    overflow:hidden;
}

.hero-content{

    padding-left:7%;
    padding-right:4%;
}

.hero-subtitle{

    display:block;

    font-size:.9rem;

    letter-spacing:2px;

    font-weight:600;

    color:#7a6b5d;

    margin-bottom:20px;
}

.hero-content h1{

    font-family:'Playfair Display',serif;

    font-size:6rem;

    line-height:.95;

    color:#4a3426;

    margin-bottom:35px;
}

.hero-content h1 span{

    display:block;

    color:#a8b69b;
}

.hero-content p{

    max-width:520px;

    font-size:1.3rem;

    line-height:1.8;

    color:#665d54;

    margin-bottom:40px;
}

.hero-buttons{

    display:flex;
    gap:20px;
    margin-bottom:60px;
    flex-wrap:wrap;
}

.btn-book{

    background:#4A3426;

    color:#fff;

    padding:14px 30px;

    border:1px solid #4A3426;
    border-radius:6px;

    font-weight:600;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:8px;
}

.btn-book:hover{

    background:#6b4d38;
    border-color:#6b4d38;
    color:#fff;
}

.btn-services{

    border:1px solid #c9bca9;

    color:#4a3426;

    padding:14px 30px;

    border-radius:6px;

    font-weight:600;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:8px;
}

.btn-services:hover{
    background:#f4efe8;
    border-color:#4A3426;
    color:#4A3426;
}

.hero-icons{

    display:flex;

    gap:50px;

    flex-wrap:wrap;
}

.icon-box{

    text-align:center;

    width:110px;
}

.icon-box i{

    font-size:2.8rem;

    color:#c9ae6d;

    display:block;

    margin-bottom:15px;
}

.icon-box span{

    font-size:1rem;

    color:#4a3426;

    font-weight:500;
}

/* IMAGEN */

.hero-image-container{

    position:relative;
}

.hero-image{

    width:100%;
    height:700px;

    object-fit:cover;
}

/* EFECTO BLANCO CENTRAL */

.hero-image-container::before{

    content:"";

    position:absolute;

    left:0;
    top:0;

    width:250px;
    height:100%;

    background:linear-gradient(
        to right,
        rgba(248,245,239,1),
        rgba(248,245,239,0)
    );

    z-index:2;
}

/* CIRCULO */

.hero-badge{

    position:absolute;

    right:80px;
    bottom:120px;

    width:190px;
    height:190px;

    border-radius:50%;

    background:#a8b69b;

    color:#4A3426;

    display:flex;

    flex-direction:column;

    justify-content:center;

    align-items:center;

    text-align:center;

    font-size:1.6rem;

    line-height:1.4;

    z-index:5;

    font-family:'Playfair Display',serif;
}

.hero-badge .heart{

    margin-top:10px;
}

:root{
    --primary:#b9925a;
    --text:#3b352f;
    --light:#f8f6f2;
    --border:#e7e1d8;
}

.services-section{
    position:relative;
    padding:110px 0;
    background:
        linear-gradient(180deg, #fff 0%, #faf8f4 100%);
    overflow:hidden;
}

.services-section::before{
    content:"";
    position:absolute;
    inset:42px auto auto 0;
    width:42%;
    height:1px;
    background:#e6ded1;
}

.services-header{
    display:grid;
    grid-template-columns:minmax(0, 1.1fr) minmax(280px, .72fr);
    gap:54px;
    align-items:end;
    margin-bottom:48px;
}

.section-subtitle{
    font-size:14px;
    letter-spacing:3px;
    text-transform:uppercase;
    color:#7d746a;
    margin-bottom:10px;
    font-weight:600;
}

.section-title{
    font-size:clamp(2.25rem,4.2vw,4.5rem);
    line-height:1;
    color:var(--text);
    margin:0;
    max-width:850px;
}

.section-description{
    color:#6d665f;
    font-size:18px;
    line-height:1.8;
    margin:0;
}

.services-showcase{
    display:grid;
    grid-template-columns:1fr;
    gap:24px;
    align-items:stretch;
}

.service-feature{
    background:#fff;
    border:1px solid #e6ded1;
    border-radius:6px;
    overflow:hidden;
    min-height:100%;
    display:grid;
    grid-template-columns:minmax(0, 1fr) minmax(320px, 390px);
    box-shadow:0 26px 70px rgba(74,52,38,.08);
}

.service-feature-image{
    position:relative;
    min-height:500px;
    overflow:hidden;
}

.service-feature-image::after{
    content:"";
    position:absolute;
    inset:0;
    background:linear-gradient(180deg, rgba(74,52,38,0) 40%, rgba(74,52,38,.22) 100%);
}

.service-feature-image img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
}

.service-feature-content{
    padding:30px;
}

.service-kicker{
    display:inline-flex;
    align-items:center;
    gap:8px;
    color:#8a7864;
    font-size:12px;
    font-weight:700;
    letter-spacing:2px;
    text-transform:uppercase;
    margin-bottom:14px;
}

.service-kicker::before{
    content:"";
    width:34px;
    height:1px;
    background:#c9ae6d;
}

.service-feature h3{
    color:#3e3228;
    font-size:clamp(2rem,2.7vw,2.8rem);
    line-height:1.05;
    margin-bottom:16px;
}

.service-feature p{
    color:#665d54;
    font-size:17px;
    line-height:1.75;
    margin-bottom:24px;
}

.service-feature-points{
    display:flex;
    flex-wrap:wrap;
    gap:10px;
    margin-bottom:28px;
}

.service-feature-points span{
    padding:8px 12px;
    border:1px solid #e6ded1;
    border-radius:999px;
    color:#5f5349;
    font-size:13px;
    background:#faf8f4;
}

.service-feature-cta{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:9px;
    padding:13px 22px;
    background:#4A3426;
    border:1px solid #4A3426;
    border-radius:6px;
    color:#fff;
    text-decoration:none;
    font-weight:700;
    transition:.3s;
}

.service-feature-cta:hover{
    background:#fff;
    color:#4A3426;
}

.service-menu{
    display:grid;
    grid-template-columns:repeat(3, minmax(0, 1fr));
    gap:18px;
}

.service-row{
    position:relative;
    min-height:0;
    display:grid;
    grid-template-columns:1fr;
    align-items:start;
    gap:0;
    padding:10px;
    background:rgba(255,255,255,.78);
    border:1px solid #e6ded1;
    border-radius:6px;
    color:#665d54;
    text-decoration:none;
    transition:.28s ease;
}

.service-row:hover{
    background:#fff;
    border-color:#c9ae6d;
    transform:translateY(-4px);
    color:#665d54;
    box-shadow:0 16px 40px rgba(74,52,38,.07);
}

.service-row-photo{
    position:relative;
    width:100%;
    aspect-ratio:1.18;
    overflow:hidden;
    border-radius:5px;
    background:#f4efe8;
}

.service-row-photo::after{
    content:"";
    position:absolute;
    inset:0;
    background:linear-gradient(180deg, rgba(255,255,255,0) 45%, rgba(74,52,38,.12) 100%);
    pointer-events:none;
}

.service-row-photo img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
    filter:saturate(.88) contrast(.96);
    transition:.45s ease;
}

.service-row:hover .service-row-photo img{
    transform:scale(1.05);
    filter:saturate(.98) contrast(1);
}

.service-row-icon{
    position:absolute;
    top:20px;
    right:20px;
    width:40px;
    height:40px;
    display:flex;
    align-items:center;
    justify-content:center;
    background:rgba(255,255,255,.92);
    border-radius:50%;
    color:#4A3426;
    font-size:16px;
    box-shadow:0 8px 22px rgba(74,52,38,.12);
}

.service-row strong{
    display:block;
    color:#3e3228;
    font-family:'Playfair Display',serif;
    font-size:23px;
    line-height:1.1;
    margin-bottom:6px;
}

.service-row-copy{
    min-width:0;
    padding:18px 8px 8px;
    line-height:1.65;
}

.service-row .bi-arrow-up-right{
    position:absolute;
    right:18px;
    bottom:18px;
    color:#9a7b45;
    font-size:18px;
}

.services-note{
    margin-top:28px;
    padding:18px 22px;
    display:flex;
    align-items:center;
    justify-content:center;
    gap:18px;
    color:#6d665f;
    border-top:1px solid #e6ded1;
}

.services-note span{
    font-weight:600;
    color:#4A3426;
}

.services-note a{
    display:inline-flex;
    align-items:center;
    gap:8px;
    color:#4A3426;
    text-decoration:none;
    font-weight:700;
}

.services-note a:hover{
    color:#9a7b45;
}

@media(max-width:991px){
    .services-section::before{
        width:62%;
    }

    .services-header,
    .services-showcase{
        grid-template-columns:1fr;
    }

    .services-header{
        gap:22px;
        margin-bottom:34px;
    }

    .service-feature{
        min-height:0;
        grid-template-columns:1fr;
    }

    .service-feature-image{
        min-height:360px;
    }

    .service-menu{
        grid-template-columns:repeat(2, minmax(0, 1fr));
    }

    .service-row{
        min-height:0;
        grid-template-columns:1fr;
        align-items:start;
        padding:12px;
    }

    .service-row .bi-arrow-up-right{
        display:none;
    }

    .service-row-photo{
        aspect-ratio:1.35;
    }

    .service-row-icon{
        position:absolute;
        top:18px;
        right:18px;
        background:rgba(255,255,255,.92);
        box-shadow:0 8px 22px rgba(74,52,38,.12);
    }

    .service-row-copy{
        padding:6px 4px 2px;
    }

    .contact-cta{
        align-items:stretch;
        flex-direction:column;
        text-align:center;
    }

    .contact-actions{
        width:100%;
    }

    .transformations-header,
    .transformation-grid,
    .events-layout,
    .coverage-layout,
    .organizer-layout{
        grid-template-columns:1fr;
    }

    .comparison-slider{
        height:620px;
    }

    .organizer-layout{
        gap:42px;
    }

    .organizer-portrait{
        right:22px;
        bottom:22px;
    }
}

.whatsapp-float-wrap{

    position:fixed;

    bottom:22px;
    right:22px;
    z-index:9999;
    display:flex;
    align-items:center;
    gap:10px;
    color:#4A3426;
    text-decoration:none;
}

.whatsapp-float-text{
    padding:10px 14px;
    background:#fff;
    border:1px solid #e6ded1;
    border-radius:999px;
    box-shadow:0 10px 24px rgba(0,0,0,.12);
    color:#665d54;
    font-size:13px;
    line-height:1.1;
    white-space:nowrap;
}

.whatsapp-float-text strong{
    display:block;
    color:#4A3426;
    font-size:14px;
}

.legal-links a:hover{
    color:#4A3426;
}

.whatsapp-float{

    width:58px;
    height:58px;

    background:#4A3426;

    border-radius:50%;

    display:flex;
    align-items:center;
    justify-content:center;

    color:#4A3426;

    font-size:28px;

    box-shadow:0 10px 24px rgba(0,0,0,.18);

    transition:.3s;
}

.whatsapp-float-wrap:hover .whatsapp-float{

    color:#fff;

    background:#1fb75a;
    transform:translateY(-2px);
    box-shadow:0 14px 28px rgba(0,0,0,.2);
}

.whatsapp-float::before{
    display:none;
}

.whatsapp-float i{
    color:#fff;
    line-height:1;
}


.transformations-section{
    padding:100px 0;
    background:#faf8f4;
}

.transformations-header{
    display:grid;
    grid-template-columns:minmax(0, 1fr) minmax(280px, 420px);
    gap:42px;
    align-items:end;
    margin-bottom:42px;
}

.transformations-header span{
    display:block;
    letter-spacing:4px;
    font-size:14px;
    font-weight:600;
    color:#8a7f73;
    margin-bottom:10px;
}

.transformations-header h2{
    color:#3e3228;
    font-size:clamp(2.4rem,4.4vw,4.6rem);
    line-height:1;
    margin:0;
}

.transformations-header p{
    color:#665d54;
    font-size:17px;
    line-height:1.8;
    margin:0;
}

.transformation-grid{
    display:grid;
    grid-template-columns:repeat(3, minmax(0, 1fr));
    gap:22px;
}

.transformation-card{
    background:#fff;
    border:1px solid #e6ded1;
    border-radius:8px;
    overflow:hidden;
    box-shadow:0 18px 52px rgba(74,52,38,.07);
}

.comparison-slider{
    position:relative;
    overflow:hidden;
    height:520px;
    cursor:ew-resize;
    touch-action:pan-y;
    background:#eee8de;
    user-select:none;
}

.comparison-slider img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
}

.img-after{
    position:absolute;
    inset:0;
}

.before-wrapper{
    position:absolute;
    inset:0;
    width:100%;
    overflow:hidden;
    z-index:2;
    clip-path:inset(0 calc(100% - var(--position, 50%)) 0 0);
}

.before-wrapper img{
    width:100%;
    height:100%;
}

.slider-handle{
    position:absolute;
    top:0;
    left:var(--position, 50%);
    transform:translateX(-50%);
    width:0;
    height:100%;
    border:0;
    background:transparent;
    z-index:12;
    padding:0;
    cursor:ew-resize;
}

.slider-handle::after{
    content:"";
    position:absolute;
    top:0;
    left:50%;
    width:2px;
    height:100%;
    transform:translateX(-50%);
    background:rgba(255,255,255,.92);
    box-shadow:0 0 0 1px rgba(74,52,38,.08);
}

.slider-handle::before{
    content:"";
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    width:54px;
    height:54px;
    border-radius:50%;
    background:#fff;
    box-shadow:0 12px 30px rgba(74,52,38,.26);
    z-index:1;
}

.slider-handle i{
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    z-index:20;
    color:#4A3426;
    pointer-events:none;
}

.comparison-label{
    position:absolute;
    top:16px;
    z-index:13;
    padding:7px 11px;
    background:rgba(255,255,255,.9);
    border:1px solid rgba(230,222,209,.85);
    border-radius:999px;
    color:#4A3426;
    font-size:12px;
    font-weight:700;
    letter-spacing:1px;
    text-transform:uppercase;
}

.before-label{
    left:16px;
}

.after-label{
    right:16px;
}

.comparison-range{
    position:absolute;
    left:18px;
    right:18px;
    bottom:18px;
    z-index:14;
    width:calc(100% - 36px);
    accent-color:#4A3426;
    cursor:pointer;
}

.transformation-copy{
    padding:24px;
}

.transformation-copy span{
    display:block;
    color:#9a7b45;
    font-weight:700;
    letter-spacing:2px;
    font-size:12px;
    margin-bottom:8px;
}

.transformation-copy h3{
    color:#3e3228;
    font-size:30px;
    margin-bottom:10px;
}

.transformation-copy p{
    color:#665d54;
    line-height:1.7;
    margin:0;
}


.btn-transformations{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:10px;
    padding:14px 30px;
    border-radius:6px;
    background:#4A3426;
    color:#fff;
    text-decoration:none;
    font-size:15px;
    font-weight:600;
    letter-spacing:.2px;
    text-transform:none;
    transition:.3s ease;
    box-shadow:none;
}

.btn-transformations:hover{
    background:#6b4d38;
    color:#fff;
    transform:translateY(-2px);
    box-shadow:none;
}

.btn-transformations:active{
    transform:translateY(0);
}

.organizer-section{
    padding:110px 0;
    background:#fff;
}

.events-section{
    padding:110px 0;
    background:#fff;
}

.events-layout{
    display:grid;
    grid-template-columns:minmax(0, .9fr) minmax(360px, 1fr);
    gap:64px;
    align-items:center;
}

.events-subtitle{
    display:block;
    color:#8a7864;
    font-size:13px;
    font-weight:700;
    letter-spacing:3px;
    margin-bottom:16px;
}

.events-content h2{
    color:#3e3228;
    font-size:clamp(2.35rem,4vw,4.4rem);
    line-height:1.02;
    margin-bottom:24px;
}

.events-content p{
    max-width:610px;
    color:#665d54;
    font-size:18px;
    line-height:1.85;
    margin-bottom:30px;
}

.events-services{
    display:grid;
    grid-template-columns:repeat(2, minmax(0, 1fr));
    gap:12px;
    margin-bottom:32px;
}

.events-services div{
    display:flex;
    align-items:center;
    gap:12px;
    padding:14px 16px;
    background:#faf8f4;
    border:1px solid #e6ded1;
    border-radius:8px;
    color:#4A3426;
    font-weight:600;
}

.events-services i{
    color:#9a7b45;
    font-size:20px;
}

.events-actions{
    display:flex;
    flex-wrap:wrap;
    gap:12px;
}

.events-primary,
.events-secondary{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:9px;
    padding:14px 24px;
    border-radius:6px;
    text-decoration:none;
    font-weight:700;
    transition:.3s;
}

.events-primary{
    background:#4A3426;
    border:1px solid #4A3426;
    color:#fff;
}

.events-primary:hover{
    background:#fff;
    color:#4A3426;
}

.events-secondary{
    background:#fff;
    border:1px solid #c9bca9;
    color:#4A3426;
}

.events-secondary:hover{
    background:#f4efe8;
    border-color:#4A3426;
    color:#4A3426;
}

.events-visual{
    position:relative;
    padding:14px;
    display:grid;
    gap:0;
    background:#fff;
    border:1px solid #e6ded1;
    border-radius:8px;
    box-shadow:0 24px 64px rgba(74,52,38,.1);
}

.events-visual::before{
    display:none;
}

.events-visual img{
    position:relative;
    z-index:1;
    width:100%;
    margin:0;
    aspect-ratio:4 / 3.05;
    object-fit:cover;
    display:block;
    border-radius:6px 6px 0 0;
    box-shadow:none;
}

.events-card{
    position:relative;
    z-index:2;
    left:auto;
    bottom:auto;
    width:100%;
    padding:24px 10px 8px;
    background:#fff;
    border:0;
    border-radius:0;
    box-shadow:none;
}

.events-card span{
    display:block;
    color:#8a7864;
    font-size:12px;
    font-weight:700;
    letter-spacing:2px;
    text-transform:uppercase;
    margin-bottom:12px;
}

.events-card ul{
    list-style:none;
    margin:0;
    padding:0;
    display:grid;
    grid-template-columns:repeat(2, minmax(0, 1fr));
    gap:4px 18px;
}

.events-card li{
    color:#665d54;
    padding:7px 0 7px 20px;
    position:relative;
    line-height:1.38;
    font-size:15px;
}

.events-card li::before{
    content:"";
    position:absolute;
    left:0;
    top:17px;
    width:8px;
    height:8px;
    border-radius:50%;
    background:#c9ae6d;
}

.organizer-layout{
    display:grid;
    grid-template-columns:minmax(320px, .9fr) minmax(0, 1fr);
    gap:72px;
    align-items:center;
}

.organizer-media{
    position:relative;
}

.organizer-main-img{
    width:100%;
    aspect-ratio:4 / 5;
    object-fit:cover;
    display:block;
    border-radius:8px;
    box-shadow:0 28px 70px rgba(74,52,38,.12);
}

.organizer-mobile-media{
    display:none;
}

.organizer-portrait{
    position:absolute;
    right:-34px;
    bottom:34px;
    width:34%;
    min-width:140px;
    border:8px solid #fff;
    border-radius:8px;
    overflow:hidden;
    box-shadow:0 18px 44px rgba(74,52,38,.18);
}

.organizer-portrait img{
    width:100%;
    aspect-ratio:3 / 4;
    object-fit:cover;
    display:block;
}

.organizer-subtitle{
    display:block;
    color:#8a7864;
    font-size:13px;
    font-weight:700;
    letter-spacing:3px;
    margin-bottom:16px;
}

.organizer-content h2{
    color:#3e3228;
    font-size:clamp(2.35rem,4vw,4.2rem);
    line-height:1.05;
    margin-bottom:26px;
}

.organizer-content p{
    color:#665d54;
    font-size:17px;
    line-height:1.85;
    margin-bottom:18px;
}

.organizer-signature{
    display:flex;
    align-items:center;
    gap:18px;
    margin:34px 0;
    padding:22px 0;
    border-top:1px solid #e6ded1;
    border-bottom:1px solid #e6ded1;
}

.organizer-signature strong{
    color:#4A3426;
    font-family:'Playfair Display',serif;
    font-size:42px;
    line-height:1;
}

.organizer-signature span{
    color:#665d54;
    max-width:220px;
}

.organizer-cta{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:9px;
    padding:14px 24px;
    background:#4A3426;
    border:1px solid #4A3426;
    border-radius:6px;
    color:#fff;
    text-decoration:none;
    font-weight:700;
    transition:.3s;
}

.organizer-cta:hover{
    background:#fff;
    color:#4A3426;
}

.process-section{
    position:relative;
    scroll-margin-top:155px;
    padding:50px 0;
    background:#fff;
    overflow:hidden;
}

.process-subtitle{
    display:block;
    letter-spacing:5px;
    font-size:14px;
    font-weight:600;
    color:#8a7864;
    margin-bottom:10px;
}

.process-title{
    font-family:Georgia, serif;
    font-size:56px;
    color:#3e3228;
    margin-bottom:70px;
}

.process-wrapper{
    display:flex;
    justify-content:space-between;
    position:relative;
    gap:20px;
}

.process-line{
    position:absolute;
    top:36px;
    left:10%;
    width:80%;
    border-top:2px dotted #d9c8a7;
    z-index:1;
}

.process-step{
    position:relative;
    z-index:2;
    text-align:center;
    width:25%;
}

.step-icon{
    width:72px;
    height:72px;
    margin:0 auto 15px;
    border:2px solid #d9c8a7;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    background:#fff;
}

.step-icon i{
    color:#b89a63;
    font-size:28px;
}

.step-number{
    display:block;
    font-size:34px;
    color:#b89a63;
    margin-bottom:10px;
    font-weight:500;
}

.process-step h4{
    font-size:28px;
    margin-bottom:15px;
    color:#3e3228;
}

.process-step p{
    font-size:17px;
    line-height:1.8;
    color:#665d54;
    max-width:220px;
    margin:auto;
}

.quote-card{
    background:#f7f5f2;
    border-radius:8px;
    padding:50px;
    min-height:0px;

}

.quote-icon{
    font-size:90px;
    line-height:1;
    color:#4d3d30;
}

.quote-card p{
    font-size:20px;
    line-height:1.5;
    color:#4d3d30;
    margin-bottom:40px;
}

.quote-card span{
    font-size:20px;
    font-weight:600;
    color:#4d3d30;
}

.process-callout{
    margin-top:18px;
    padding:24px;
    background:#fff;
    border:1px solid #e6ded1;
    border-radius:8px;
    color:#4A3426;
}

.process-callout span{
    display:block;
    color:#8a7864;
    font-size:12px;
    font-weight:700;
    letter-spacing:2px;
    text-transform:uppercase;
    margin-bottom:8px;
}

.process-callout a{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:8px;
    width:100%;
    margin-top:8px;
    padding:13px 18px;
    background:#4A3426;
    color:#fff;
    border:1px solid #4A3426;
    border-radius:6px;
    text-decoration:none;
    font-weight:700;
    transition:.3s;
}

.process-callout a:hover{
    background:#fff;
    color:#4A3426;
}

.contact-cta-section{
    padding:80px 0;
    background:#faf8f4;
}

.coverage-section{
    padding:105px 0;
    background:#fff;
}

.coverage-layout{
    display:grid;
    grid-template-columns:minmax(0, .95fr) minmax(360px, 1.05fr);
    gap:58px;
    align-items:center;
}

.coverage-subtitle{
    display:block;
    color:#8a7864;
    font-size:13px;
    font-weight:700;
    letter-spacing:3px;
    margin-bottom:16px;
}

.coverage-content h2{
    color:#3e3228;
    font-size:clamp(2.25rem,4vw,4.2rem);
    line-height:1.04;
    margin-bottom:22px;
}

.coverage-content p{
    color:#665d54;
    font-size:18px;
    line-height:1.85;
    margin-bottom:28px;
    max-width:640px;
}

.coverage-cities{
    display:grid;
    gap:12px;
    margin-bottom:30px;
}

.coverage-cities div{
    display:grid;
    grid-template-columns:42px minmax(0, 1fr);
    gap:4px 14px;
    align-items:center;
    padding:16px;
    background:#faf8f4;
    border:1px solid #e6ded1;
    border-radius:8px;
}

.coverage-cities i{
    grid-row:1 / span 2;
    width:42px;
    height:42px;
    display:flex;
    align-items:center;
    justify-content:center;
    background:#fff;
    border:1px solid #e1d7c9;
    border-radius:50%;
    color:#9a7b45;
}

.coverage-cities strong{
    color:#3e3228;
    font-family:'Playfair Display',serif;
    font-size:24px;
    line-height:1;
}

.coverage-cities span{
    color:#665d54;
    line-height:1.45;
}

.coverage-cta{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:9px;
    padding:14px 24px;
    background:#4A3426;
    border:1px solid #4A3426;
    border-radius:6px;
    color:#fff;
    text-decoration:none;
    font-weight:700;
    transition:.3s;
}

.coverage-cta:hover{
    background:#fff;
    color:#4A3426;
}

.coverage-map{
    padding:16px;
    background:#f8f5ef;
    border:1px solid #e1d7c9;
    border-radius:8px;
    box-shadow:0 24px 64px rgba(74,52,38,.1);
    display:flex;
    align-items:center;
    justify-content:center;
    overflow:hidden;
}

.coverage-map img{
    width:100%;
    height:auto;
    max-height:560px;
    object-fit:contain;
    display:block;
    border-radius:6px;
    background:#fff;
}

.contact-cta{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:36px;
    padding:42px;
    background:#fff;
    border:1px solid #e6ded1;
    border-radius:8px;
}

.contact-cta h2{
    color:#3e3228;
    font-size:clamp(2rem,4vw,3.4rem);
    margin-bottom:15px;
}

.contact-cta span{
    display:block;
    color:#8a7864;
    font-size:12px;
    font-weight:700;
    letter-spacing:2px;
    text-transform:uppercase;
    margin-bottom:8px;
}

.contact-cta p{
    max-width:620px;
    color:#665d54;
    font-size:18px;
    line-height:1.7;
    margin:0;
}

.contact-actions{
    display:flex;
    flex-direction:column;
    gap:14px;
    min-width:280px;
}

.contact-phone,
.contact-whatsapp{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:10px;
    padding:14px 22px;
    border-radius:6px;
    font-weight:700;
}

.contact-phone{
    background:#4A3426;
    border:1px solid #4A3426;
    color:#fff;
}

.contact-phone:hover{
    background:#fff;
    color:#4A3426;
}

.contact-whatsapp{
    background:#fff;
    border:1px solid #c9bca9;
    color:#4A3426;
}

.contact-whatsapp:hover{
    background:#f4efe8;
    border-color:#4A3426;
    color:#4A3426;
}

.plant-left{
    position:absolute;
    top:-60px;
    left:-120px;
    width:550px;
    height:auto;
    opacity:.95;
    z-index:1;
    pointer-events:none;
}


.plant-right{
    position:absolute;
    right:-80px;
    bottom:-20px;
    width:420px;
    height:auto;
    opacity:.95;
    z-index:1;
    pointer-events:none;
}

@media(max-width:991px){

    .footer-top{
        grid-template-columns:1fr;
        align-items:start;
    }

    .footer-actions{
        justify-content:flex-start;
    }

    html{
        scroll-padding-top:122px;
    }

    section{
        scroll-margin-top:122px;
    }

    .process-section{
        scroll-margin-top:122px;
    }

    .transformations-header,
    .transformation-grid,
    .events-layout,
    .organizer-layout{
        grid-template-columns:1fr;
    }

    .comparison-slider{
        height:620px;
    }

    .organizer-layout{
        gap:42px;
    }

    .organizer-layout > .organizer-media{
        display:none;
    }

    .organizer-mobile-media{
        display:block;
        margin:26px 0 28px;
    }

    .organizer-mobile-media img{
        width:100%;
        aspect-ratio:4 / 4.8;
        object-fit:cover;
        display:block;
        border-radius:8px;
        box-shadow:0 22px 56px rgba(74,52,38,.12);
    }

    .organizer-portrait{
        right:22px;
        bottom:22px;
    }

    .events-layout{
        gap:42px;
    }

    .events-visual{
        padding:0;
        display:grid;
        gap:18px;
    }

    .events-visual::before{
        display:none;
    }

    .events-card{
        position:relative;
        left:auto;
        right:auto;
        bottom:auto;
        width:100%;
    }

    .process-wrapper{
        flex-direction:column;
        gap:50px;
    }

    .process-line{
        display:none;
    }

    .process-step{
        width:100%;
    }

    .process-title{
        font-size:38px;
    }

    .coverage-layout{
        grid-template-columns:1fr;
        gap:34px;
        align-items:start;
    }

    .coverage-map{
        max-width:720px;
        width:100%;
        margin:0 auto;
    }

    .coverage-map img{
        max-height:none;
    }

    .quote-card{
        margin-top:60px;
    }

    .plant-left,
    .plant-right{
        display:none;
    }
}

@media(max-width:767px){
    html{
        scroll-padding-top:104px;
    }

    section{
        scroll-margin-top:104px;
    }

    .process-section{
        scroll-margin-top:104px;
    }

    .navbar-brand img{
        height:90px;
    }

    .whatsapp-float-wrap{
        right:16px;
        bottom:16px;
    }

    .whatsapp-float-text{
        display:none;
    }

    .whatsapp-float{
        width:54px;
        height:54px;
        font-size:22px;
    }

    .footer{
        padding:60px 0 22px;
    }

    .footer-top{
        gap:22px;
        padding-bottom:32px;
        margin-bottom:34px;
    }

    .footer-action-primary,
    .footer-action-secondary{
        width:100%;
    }

    .footer-bottom{
        gap:12px;
        justify-content:center;
        text-align:center;
    }

    .hero-content{
        padding:45px 24px;
    }

    .hero-content h1{
        font-size:3.4rem;
    }

    .hero-content p{
        font-size:1.05rem;
    }

    .hero-buttons,
    .btn-book,
    .btn-services{
        width:100%;
    }

    .hero-image{
        height:420px;
    }

    .hero-image-container::before{
        display:none;
    }

    .hero-badge{
        right:24px;
        bottom:28px;
        width:145px;
        height:145px;
        font-size:1.2rem;
    }

    .services-section{
        padding:70px 0;
    }

    .services-header{
        gap:18px;
    }

    .section-title{
        font-size:2.45rem;
    }

    .section-description{
        font-size:16px;
    }

    .services-showcase{
        gap:18px;
    }

    .service-feature-image{
        min-height:280px;
    }

    .service-feature-content{
        padding:26px 22px;
    }

    .service-feature-points{
        gap:8px;
    }

    .service-feature-cta{
        width:100%;
    }

    .service-menu{
        grid-template-columns:1fr;
    }

    .service-row{
        padding:18px;
        gap:14px;
    }

    .service-row-photo{
        aspect-ratio:1.32;
        min-height:210px;
    }

    .service-row:hover{
        transform:none;
    }

    .service-row strong{
        font-size:22px;
    }

    .services-note{
        flex-direction:column;
        gap:10px;
        text-align:center;
    }

    .transformations-section,
    .events-section,
    .coverage-section,
    .organizer-section{
        padding:72px 0;
    }

    .transformations-header{
        gap:18px;
        margin-bottom:28px;
    }

    .comparison-slider{
        height:520px;
    }

    .comparison-range{
        bottom:14px;
    }

    .transformation-copy{
        padding:22px;
    }

    .events-services{
        grid-template-columns:1fr;
    }

    .events-actions,
    .events-primary,
    .events-secondary{
        width:100%;
    }

    .events-layout{
        gap:32px;
    }

    .events-content h2{
        font-size:2.35rem;
    }

    .events-content p{
        font-size:16px;
        line-height:1.75;
    }

    .events-services div{
        padding:13px 14px;
    }

    .events-visual{
        padding:10px;
    }

    .events-visual img{
        aspect-ratio:4 / 3.8;
        box-shadow:0 18px 44px rgba(74,52,38,.12);
    }

    .events-card{
        padding:20px 4px 6px;
    }

    .events-card ul{
        grid-template-columns:1fr;
    }

    .organizer-main-img{
        aspect-ratio:4 / 5.2;
    }

    .coverage-content h2{
        font-size:2.35rem;
    }

    .coverage-content p{
        font-size:16px;
        line-height:1.75;
        max-width:none;
    }

    .coverage-cities{
        gap:10px;
    }

    .coverage-cities div{
        grid-template-columns:40px minmax(0, 1fr);
        padding:14px;
        gap:3px 12px;
        align-items:center;
    }

    .coverage-cities i{
        width:40px;
        height:40px;
    }

    .coverage-cities strong{
        font-size:22px;
    }

    .coverage-cities span{
        font-size:15px;
        line-height:1.45;
    }

    .coverage-map{
        padding:10px;
        border-radius:7px;
        box-shadow:0 18px 44px rgba(74,52,38,.1);
    }

    .coverage-map img{
        width:100%;
        max-width:100%;
        border-radius:5px;
    }

    .coverage-cta{
        width:100%;
    }

    .organizer-portrait{
        width:38%;
        min-width:118px;
        border-width:6px;
    }

    .organizer-content h2{
        font-size:2.35rem;
    }

    .organizer-signature{
        align-items:flex-start;
        flex-direction:column;
        gap:8px;
    }

    .organizer-cta{
        width:100%;
    }

    .contact-cta{
        padding:28px 22px;
        border-radius:8px;
    }

    .contact-actions{
        min-width:0;
    }

    .contact-phone,
    .contact-whatsapp{
        width:100%;
        padding:15px 16px;
    }
}

