*{margin:0;padding:0;box-sizing:border-box}
html{scroll-behavior:smooth}
body{
    font-family:Arial, Helvetica, sans-serif;
    background:#fbf5e8;
    color:#1d2d12;
    overflow-x:hidden;
}
a{text-decoration:none;color:inherit}

.vl-topo{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:82px;
    z-index:99;
    padding:0 7%;
    display:flex;
    align-items:center;
    justify-content:space-between;
    background:rgba(255,248,232,.78);
    backdrop-filter:blur(18px);
    border-bottom:1px solid rgba(80,100,45,.12);
}

.vl-logo img{
    height:58px;
    display:block;
}

.vl-topo-btn{
    padding:12px 22px;
    border-radius:999px;
    background:#1d2d12;
    color:#f7d96c;
    font-size:13px;
    font-weight:900;
    letter-spacing:1px;
    text-transform:uppercase;
    transition:.25s;
}

.vl-topo-btn:hover{
    background:#f7d96c;
    color:#1d2d12;
    transform:translateY(-2px);
}

.vl-hero{
    min-height:100vh;
    padding:120px 7% 70px;
    display:grid;
    grid-template-columns:.95fr 1.05fr;
    gap:60px;
    align-items:center;
    position:relative;
    overflow:hidden;
    background:
        radial-gradient(circle at 16% 18%, rgba(247,217,108,.34), transparent 28%),
        radial-gradient(circle at 86% 18%, rgba(151,116,177,.22), transparent 30%),
        linear-gradient(135deg,#fff9e9 0%,#e8f1ce 48%,#f4e7f3 100%);
}

.vl-hero::before{
    content:"";
    position:absolute;
    width:760px;
    height:760px;
    border-radius:50%;
    right:-260px;
    bottom:-260px;
    background:rgba(126,166,45,.16);
}

.vl-hero-texto{
    position:relative;
    z-index:2;
}

.vl-selo{
    display:inline-flex;
    padding:11px 18px;
    border-radius:999px;
    background:#1d2d12;
    color:#f7d96c;
    text-transform:uppercase;
    letter-spacing:2px;
    font-size:12px;
    font-weight:900;
    margin-bottom:24px;
}

.vl-hero h1{
    font-size:76px;
    line-height:.95;
    letter-spacing:-5px;
    margin-bottom:26px;
}

.vl-hero h1 span{
    color:#75952c;
}

.vl-hero p{
    max-width:610px;
    font-size:20px;
    line-height:1.7;
    color:#526244;
    margin-bottom:34px;
}

.vl-botoes{
    display:flex;
    gap:14px;
    flex-wrap:wrap;
}

.vl-botoes.centro{
    justify-content:center;
}

.vl-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    padding:16px 27px;
    border-radius:999px;
    font-weight:900;
    transition:.25s;
}

.vl-btn:hover{
    transform:translateY(-3px);
}

.vl-btn-principal{
    background:#75952c;
    color:#fff;
    box-shadow:0 18px 35px rgba(117,149,44,.22);
}

.vl-btn-secundario{
    border:1px solid rgba(29,45,18,.22);
    color:#1d2d12;
    background:rgba(255,255,255,.45);
}

.vl-hero-imagem{
    position:relative;
    z-index:2;
    min-height:640px;
    border-radius:54px;
    overflow:hidden;
    background:#dfecc1;
    box-shadow:0 35px 90px rgba(70,90,35,.18);
}

.vl-hero-imagem > img{
    width:100%;
    height:100%;
    min-height:640px;
    object-fit:cover;
    display:block;
}

.vl-card-flutuante{
    position:absolute;
    left:34px;
    bottom:34px;
    padding:22px 26px;
    border-radius:28px;
    background:rgba(255,255,255,.78);
    backdrop-filter:blur(14px);
    box-shadow:0 18px 45px rgba(0,0,0,.12);
}

.vl-card-flutuante strong{
    display:block;
    font-size:24px;
    color:#1d2d12;
}

.vl-card-flutuante span{
    color:#6b7a57;
    font-size:15px;
}

.vl-frase{
    padding:90px 7%;
    text-align:center;
    background:#1d2d12;
}

.vl-frase h2{
    max-width:980px;
    margin:0 auto;
    font-size:46px;
    line-height:1.18;
    letter-spacing:-2px;
    color:#fff8df;
    font-weight:300;
}

.vl-frase h2::first-line{
    color:#f7d96c;
}

section{
    padding:100px 7%;
}

.vl-titulo{
    max-width:820px;
    margin:0 auto 58px;
    text-align:center;
}

.vl-titulo.escuro h2,
.vl-titulo.escuro p{
    color:#1d2d12;
}

.vl-sub{
    color:#75952c;
    text-transform:uppercase;
    letter-spacing:4px;
    font-size:13px;
    font-weight:900;
    margin-bottom:14px;
}

.vl-titulo h2{
    font-size:52px;
    line-height:1.05;
    letter-spacing:-2px;
    color:#fff;
    margin-bottom:18px;
}

.vl-titulo p{
    font-size:18px;
    line-height:1.7;
    color:rgba(255,255,255,.74);
}

.vl-blends{
    background:
        radial-gradient(circle at 20% 20%, rgba(247,217,108,.16), transparent 25%),
        linear-gradient(180deg,#10200c,#071107);
}

.vl-blends-grid{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:30px;
}

.vl-blend-card{
    min-height:580px;
    border-radius:46px;
    padding:42px;
    position:relative;
    overflow:hidden;
    display:flex;
    flex-direction:column;
    justify-content:space-between;
    box-shadow:0 35px 90px rgba(0,0,0,.34);
}

.vl-blend-card.vl-verde{
    background:
        radial-gradient(circle at 80% 18%, rgba(247,217,108,.26), transparent 30%),
        linear-gradient(145deg,#91b934,#456e20);
}

.vl-blend-card.vl-roxo{
    background:
        radial-gradient(circle at 80% 18%, rgba(247,217,108,.16), transparent 30%),
        linear-gradient(145deg,#9d7bb6,#58416f);
}

.vl-blend-card span{
    color:#f7d96c;
    text-transform:uppercase;
    letter-spacing:3px;
    font-size:12px;
    font-weight:900;
}

.vl-blend-card h3{
    font-size:50px;
    line-height:.95;
    letter-spacing:-2px;
    color:#fff;
    margin:14px 0 18px;
}

.vl-blend-card p{
    font-size:18px;
    line-height:1.65;
    color:rgba(255,255,255,.84);
    max-width:460px;
}

.vl-blend-card img{
    max-height:340px;
    object-fit:contain;
    filter:drop-shadow(0 30px 35px rgba(0,0,0,.35));
    align-self:center;
    margin-top:20px;
}

.vl-ritual{
    background:#fbf5e8;
    display:grid;
    grid-template-columns:.95fr 1.05fr;
    gap:60px;
    align-items:center;
}

.vl-ritual-img{
    border-radius:50px;
    overflow:hidden;
    min-height:560px;
    box-shadow:0 35px 80px rgba(70,90,35,.16);
}

.vl-ritual-img img{
    width:100%;
    height:100%;
    min-height:560px;
    object-fit:cover;
    display:block;
}

.vl-ritual-texto h2{
    font-size:56px;
    line-height:1.03;
    letter-spacing:-3px;
    margin:14px 0 22px;
}

.vl-ritual-texto p{
    font-size:19px;
    line-height:1.8;
    color:#617052;
    margin-bottom:28px;
}

.vl-ritual-lista{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:14px;
}

.vl-ritual-lista div{
    padding:18px;
    border-radius:22px;
    background:#fff;
    box-shadow:0 18px 45px rgba(70,90,35,.08);
    font-weight:800;
    color:#30451e;
}

.vl-chas{
    background:#f5ecd8;
}

.vl-chas-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:26px;
}

.vl-cha{
    background:#fff;
    border-radius:34px;
    padding:28px;
    text-align:center;
    box-shadow:0 24px 70px rgba(70,90,35,.10);
    transition:.25s;
}

.vl-cha:hover{
    transform:translateY(-8px);
}

.vl-cha img{
    height:210px;
    max-width:100%;
    object-fit:contain;
    filter:drop-shadow(0 22px 25px rgba(0,0,0,.18));
    margin-bottom:22px;
}

.vl-cha h3{
    font-size:26px;
    margin-bottom:10px;
}

.vl-cha p{
    color:#68745e;
    line-height:1.55;
}

.vl-depoimentos{
    background:
        radial-gradient(circle at 85% 20%, rgba(247,217,108,.13), transparent 28%),
        linear-gradient(180deg,#1d2d12,#0b1408);
}

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

.vl-depoimento{
    padding:30px;
    border-radius:30px;
    background:rgba(255,255,255,.08);
    border:1px solid rgba(255,255,255,.09);
    color:rgba(255,255,255,.82);
    line-height:1.75;
    font-size:17px;
}

.vl-depoimento strong{
    display:block;
    margin-top:20px;
    color:#f7d96c;
}

.vl-saches{
    background:#fbf5e8;
}

.vl-saches-img{
    display:flex;
    justify-content:center;
    align-items:flex-end;
    gap:14px;
    flex-wrap:wrap;
}

.vl-saches-img img{
    width:112px;
    filter:
        drop-shadow(0 22px 22px rgba(0,0,0,.16))
        drop-shadow(0 8px 8px rgba(0,0,0,.08));
    transition:.25s;
}

.vl-saches-img img:nth-child(1){transform:rotate(-6deg) translateY(6px)}
.vl-saches-img img:nth-child(2){transform:rotate(4deg) translateY(-4px)}
.vl-saches-img img:nth-child(3){transform:rotate(-3deg) translateY(8px)}
.vl-saches-img img:nth-child(4){transform:rotate(3deg) translateY(-7px)}
.vl-saches-img img:nth-child(5){transform:rotate(-2deg) translateY(4px)}
.vl-saches-img img:nth-child(6){transform:rotate(2deg) translateY(-5px)}
.vl-saches-img img:nth-child(7){transform:rotate(-4deg) translateY(6px)}
.vl-saches-img img:nth-child(8){transform:rotate(5deg) translateY(-3px)}

.vl-saches-img img:hover{
    transform:translateY(-10px) scale(1.04) rotate(0deg) !important;
}

.vl-cta{
    text-align:center;
    background:
        radial-gradient(circle at center, rgba(247,217,108,.22), transparent 34%),
        linear-gradient(135deg,#789b2e,#6d538d);
}

.vl-cta h2{
    max-width:850px;
    margin:0 auto 18px;
    font-size:58px;
    line-height:1.02;
    letter-spacing:-3px;
    color:#fff;
}

.vl-cta p{
    max-width:720px;
    margin:0 auto 30px;
    font-size:18px;
    line-height:1.7;
    color:rgba(255,255,255,.82);
}

.vl-rodape{
    padding:34px 7%;
    background:#071107;
    color:rgba(255,255,255,.65);
    display:flex;
    justify-content:space-between;
    gap:20px;
    font-size:14px;
}

@media(max-width:760px){
    .vl-saches-img{
        gap:8px;
    }

    .vl-saches-img img{
        width:72px;
    }
}

@media(max-width:1050px){

    .vl-hero,
    .vl-ritual{
        grid-template-columns:1fr;
    }

    .vl-hero h1{
        font-size:56px;
    }

    .vl-blends-grid,
    .vl-chas-grid,
    .vl-depoimentos-grid{
        grid-template-columns:1fr 1fr;
    }
}

@media(max-width:760px){

    .vl-topo{
        height:72px;
        justify-content:center;
        padding:0 20px;
    }

    .vl-logo img{
        height:52px;
    }

    .vl-topo-btn{
        display:none;
    }

    .vl-hero,
    section{
        padding-left:22px;
        padding-right:22px;
    }

    .vl-hero h1,
    .vl-frase h2,
    .vl-titulo h2,
    .vl-ritual-texto h2,
    .vl-cta h2{
        font-size:39px;
        letter-spacing:-1.5px;
    }

    .vl-hero-imagem,
    .vl-hero-imagem > img,
    .vl-ritual-img,
    .vl-ritual-img img{
        min-height:420px;
    }

    .vl-blends-grid,
    .vl-chas-grid,
    .vl-depoimentos-grid,
    .vl-ritual-lista{
        grid-template-columns:1fr;
    }

    .vl-blend-card{
        min-height:auto;
        padding:32px 28px;
    }
    
    .vl-blend-card img{
        max-height:260px;
        margin-top:10px;
    }

    .vl-blend-card h3{
        font-size:38px;
    }

    .vl-rodape{
        flex-direction:column;
        text-align:center;
    }
}

.experiencia-blends{
    background:#0b1408;
    padding:110px 7%;
}

.experiencia-grid{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:30px;
}

.experiencia-card{
    position:relative;
    overflow:hidden;
    border-radius:42px;
    min-height:680px;
    padding:58px 54px;
    display:flex;
    align-items:flex-end;
    box-shadow:0 35px 100px rgba(0,0,0,.38);
}

.experiencia-verde{
    background:
        linear-gradient(rgba(0,0,0,.22),rgba(0,0,0,.35)),
        url('<?= URL; ?>assets/images/chas/bg-leveza.jpg');
    background-size:cover;
    background-position:center;
}

.experiencia-roxo{
    background:
        linear-gradient(rgba(0,0,0,.24),rgba(0,0,0,.42)),
        url('<?= URL; ?>assets/images/chas/bg-noite.jpg');
    background-size:cover;
    background-position:center;
}

.experiencia-card::before{
    content:"";
    position:absolute;
    inset:0;
    background:
        radial-gradient(circle at top left, rgba(255,255,255,.10), transparent 28%),
        linear-gradient(to top, rgba(0,0,0,.46), transparent 42%);
}

.experiencia-conteudo{
    position:relative;
    z-index:2;
    max-width:520px;
}

.experiencia-frase{
    font-size:48px;
    line-height:1.05;
    letter-spacing:-2px;
    margin-bottom:30px;
    font-weight:300;
    color:#fff;
}

.experiencia-frase span{
    color:#f7d96c;
    font-weight:800;
}

.experiencia-texto{
    font-size:17px;
    line-height:1.9;
    color:rgba(255,255,255,.88);
    margin-bottom:22px;
    font-weight:400;
}

.experiencia-final{
    margin-top:34px;
    padding-top:24px;
    border-top:1px solid rgba(255,255,255,.12);
    font-size:20px;
    line-height:1.75;
    color:#fff;
    font-weight:500;
}

@media(max-width:980px){

    .experiencia-grid{
        grid-template-columns:1fr;
    }

    .experiencia-card{
        min-height:560px;
        padding:42px 30px;
    }

    .experiencia-frase{
        font-size:38px;
    }

    .experiencia-texto{
        font-size:16px;
        line-height:1.8;
    }

    .experiencia-final{
        font-size:18px;
    }

}