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

.topo{
    position:fixed;
    top:0;left:0;width:100%;
    height:78px;
    z-index:99;
    display:flex;
    align-items:center;
    justify-content:space-between;
    padding:0 7%;
    background:rgba(5,15,5,.72);
    backdrop-filter:blur(18px);
    border-bottom:1px solid rgba(255,255,255,.08);
}
.logo img{
    width: 80px;
}
.menu{
    display:flex;
    gap:28px;
    font-size:13px;
    letter-spacing:1.5px;
    text-transform:uppercase;
    color:rgba(255,255,255,.75);
}
.menu a:hover{color:#f7d96c}

.hero{
    min-height:100vh;
    padding:118px 7% 70px;
    position:relative;
    overflow:hidden;
    background:
        radial-gradient(circle at 20% 12%, rgba(255,220,92,.22), transparent 28%),
        radial-gradient(circle at 82% 22%, rgba(180,135,230,.35), transparent 30%),
        linear-gradient(135deg,#15330f 0%,#5f8b23 43%,#74568f 100%);
}
.hero::before{
    content:"";
    position:absolute;
    inset:0;
    background:
        linear-gradient(rgba(255,255,255,.045) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.045) 1px, transparent 1px);
    background-size:74px 74px;
    opacity:.35;
}
.hero::after{
    content:"";
    position:absolute;
    width:900px;
    height:900px;
    border-radius:50%;
    right:-300px;
    top:-140px;
    background:rgba(255,255,255,.09);
    filter:blur(18px);
}

.hero-area{
    position:relative;
    z-index:2;
    display:grid;
    grid-template-columns:.85fr 1.15fr;
    gap:50px;
    align-items:center;
}

.selo{
    display:inline-flex;
    padding:11px 18px;
    border-radius:999px;
    background:rgba(255,255,255,.13);
    border:1px solid rgba(255,255,255,.16);
    color:#f7d96c;
    text-transform:uppercase;
    letter-spacing:2px;
    font-size:12px;
    font-weight:800;
    margin-bottom:24px;
}

.hero h1{
    font-size:76px;
    line-height:.92;
    letter-spacing:-5px;
    margin-bottom:26px;
}
.hero h1 span{color:#f7d96c}
.hero p{
    font-size:20px;
    line-height:1.65;
    color:rgba(255,255,255,.84);
    max-width:610px;
    margin-bottom:34px;
}

.botoes{
    display:flex;
    gap:14px;
    flex-wrap:wrap;
}
.btn{
    padding:16px 27px;
    border-radius:999px;
    font-weight:900;
    transition:.25s;
}
.btn:hover{transform:translateY(-3px)}
.btn-principal{
    background:#f7d96c;
    color:#13220c;
}
.btn-secundario{
    border:1px solid rgba(255,255,255,.35);
    color:#fff;
}

.blends-gigantes{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:28px;
    align-items:stretch;
}

.blend-impacto{
    padding:28px;
    height:100%;
    border-radius:46px;
    padding:32px;
    position:relative;
    overflow:hidden;
    box-shadow:0 45px 110px rgba(0,0,0,.42);
    border:1px solid rgba(255,255,255,.18);
    display:flex;
    flex-direction:column;
    justify-content:space-between;
}

.blend-impacto.verde{
    background:
        radial-gradient(circle at 70% 20%, rgba(255,231,116,.28), transparent 30%),
        linear-gradient(155deg,#93b934 0%,#456e20 100%);
}
.blend-impacto.roxo{
    background:
        radial-gradient(circle at 70% 20%, rgba(255,255,255,.24), transparent 30%),
        linear-gradient(155deg,#a080b8 0%,#58416f 100%);
}

.blend-impacto::before{
    content:"";
    position:absolute;
    width:440px;
    height:440px;
    border-radius:50%;
    right:-150px;
    bottom:-130px;
    background:rgba(255,255,255,.12);
}
.blend-impacto::after{
    content:"";
    position:absolute;
    inset:0;
    background:linear-gradient(to top,rgba(0,0,0,.28),transparent 45%);
}

.blend-topo,
.blend-rodape{
    position:relative;
    z-index:2;
}

.blend-topo small{
    color:#f7d96c;
    font-size:12px;
    letter-spacing:3px;
    text-transform:uppercase;
    font-weight:900;
}
.blend-topo h2{
    font-size:48px;
    line-height:.95;
    letter-spacing:-2px;
    margin-top:12px;
}

.caixa-real{
    position:relative;
    z-index:2;
    width:100%;
    height:330px;
    margin:10px auto;
    display:flex;
    align-items:center;
    justify-content:center;
}

.caixa-real img{
    max-width:108%;
    max-height:330px;
    object-fit:contain;
    filter:drop-shadow(0 35px 35px rgba(0,0,0,.38));
    transform:rotate(-4deg) scale(1.06);
}

.roxo .caixa-real img{
    transform:rotate(4deg) scale(1.06);
}

.placeholder-caixa{
    width:260px;
    height:300px;
    border-radius:26px;
    background:#fff;
    color:#233b15;
    box-shadow:0 35px 50px rgba(0,0,0,.34);
    transform:rotate(-5deg);
    display:flex;
    align-items:center;
    justify-content:center;
    text-align:center;
    padding:28px;
    font-weight:900;
    font-size:34px;
    line-height:1;
}
.roxo .placeholder-caixa{
    transform:rotate(5deg);
}

.blend-rodape p{
    color:rgba(255,255,255,.86);
    line-height:1.55;
    font-size:16px;
    margin-bottom:18px;
}
.tags{
    display:flex;
    flex-wrap:wrap;
    gap:8px;
}
.tags span{
    background:rgba(255,255,255,.17);
    border:1px solid rgba(255,255,255,.15);
    padding:8px 11px;
    border-radius:999px;
    font-size:12px;
    font-weight:700;
}

.metricas{
    position:relative;
    z-index:2;
    margin-top:40px;
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:16px;
}
.metrica{
    padding:22px;
    border-radius:26px;
    background:rgba(255,255,255,.12);
    border:1px solid rgba(255,255,255,.14);
    backdrop-filter:blur(14px);
}
.metrica strong{
    display:block;
    font-size:40px;
    line-height:1;
    color:#f7d96c;
    margin-bottom:8px;
}

.metrica span{
    color:rgba(255,255,255,.86);
    font-size:16px;
    font-weight:700;
}

section{padding:100px 7%}
.titulo{
    max-width:800px;
    margin:0 auto 58px;
    text-align:center;
}
.sub{
    color:#f7d96c;
    letter-spacing:4px;
    text-transform:uppercase;
    font-size:13px;
    font-weight:900;
    margin-bottom:14px;
}
.titulo h2{
    font-size:52px;
    line-height:1.05;
    letter-spacing:-2px;
    margin-bottom:18px;
}
.titulo p{
    color:rgba(255,255,255,.72);
    font-size:18px;
    line-height:1.7;
}

.faixa{
    background:#f7d96c;
    color:#13220c;
    padding:22px 0;
    overflow:hidden;
    white-space:nowrap;
    font-size:22px;
    font-weight:900;
    text-transform:uppercase;
    letter-spacing:2px;
}
.faixa div{
    animation:marquee 18s linear infinite;
}
@keyframes marquee{
    from{transform:translateX(0)}
    to{transform:translateX(-50%)}
}

.tradicionais{
    background:#f6f0df;
    color:#16230e;
}
.tradicionais .titulo p{color:#5c684f}
.cientifico{
    background:#f8f4e8;
    border-left:4px solid #d8b94c;
    padding:12px 14px;
    border-radius:12px;
    margin:16px 0 18px;
    color:#4d5b43;
    font-size:14px;
    line-height:1.55;
}

.cientifico b{
    color:#17230e;
}

@media(max-width:760px){
    .grid-produtos[style]{
        grid-template-columns:1fr !important;
    }
}
.grid-produtos{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:26px;
}
.produto{
    background:#fff;
    border-radius:34px;
    overflow:hidden;
    box-shadow:0 25px 70px rgba(30,50,16,.13);
    transition:.25s;
}
.produto:hover{transform:translateY(-8px)}
.produto-img{
    height:270px;
    background:linear-gradient(145deg,var(--c1),var(--c2));
    display:flex;
    align-items:center;
    justify-content:center;
}
.produto-img img{
    max-width:88%;
    max-height:240px;
    object-fit:contain;
    filter:drop-shadow(0 25px 25px rgba(0,0,0,.25));
}
.produto-placeholder{
    width:190px;
    height:220px;
    border-radius:24px;
    background:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    text-align:center;
    padding:22px;
    font-size:26px;
    line-height:1.05;
    font-weight:900;
    box-shadow:0 26px 45px rgba(0,0,0,.25);
}
.produto-info{
    padding:28px;
}
.produto-info h3{
    font-size:27px;
    margin-bottom:10px;
}
.produto-info p{
    color:#64705a;
    line-height:1.55;
    margin-bottom:20px;
}
.ficha{
    display:grid;
    gap:7px;
    font-size:13px;
}
.ficha div{
    display:flex;
    justify-content:space-between;
    gap:15px;
    padding-bottom:7px;
    border-bottom:1px dashed #d7dccb;
}
.ficha b{color:#90772a}

.b2b{
    background:
        radial-gradient(circle at 20% 15%, rgba(247,217,108,.14), transparent 28%),
        linear-gradient(180deg,#10200c,#071107);
}
.b2b-grid{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:34px;
    align-items:center;
}
.b2b h2{
    font-size:54px;
    line-height:1.02;
    letter-spacing:-2px;
    margin-bottom:22px;
}
.b2b p{
    color:rgba(255,255,255,.75);
    font-size:18px;
    line-height:1.75;
    margin-bottom:28px;
}
.cards-b2b{
    display:grid;
    gap:16px;
}
.card-b2b{
    padding:24px;
    border-radius:26px;
    background:rgba(255,255,255,.08);
    border:1px solid rgba(255,255,255,.1);
}
.card-b2b strong{
    color:#f7d96c;
    display:block;
    margin-bottom:8px;
}

.consultoria{
    background:#f6f0df;
    color:#16230e;
}
.consultoria .titulo p{color:#5c684f}
.processos{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:20px;
}
.processo{
    background:#fff;
    border-radius:30px;
    padding:30px;
    box-shadow:0 20px 60px rgba(30,50,16,.1);
}
.processo span{
    width:46px;
    height:46px;
    background:#f7d96c;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    font-weight:900;
    margin-bottom:20px;
}
.processo h3{
    font-size:23px;
    margin-bottom:10px;
}
.processo p{
    color:#637158;
    line-height:1.6;
}

.cta{
    text-align:center;
    background:
        radial-gradient(circle at center, rgba(247,217,108,.2), transparent 34%),
        linear-gradient(135deg,#4d7424,#5d4777);
}
.cta h2{
    font-size:58px;
    line-height:1.02;
    letter-spacing:-2px;
    margin-bottom:18px;
}
.cta p{
    max-width:760px;
    margin:0 auto 30px;
    color:rgba(255,255,255,.8);
    font-size:18px;
    line-height:1.7;
}

.rodape{
    padding:36px 7%;
    background:#050b04;
    color:rgba(255,255,255,.62);
    display:flex;
    justify-content:space-between;
    gap:20px;
    font-size:14px;
}

@media(max-width:1100px){
    .hero-area,
    .b2b-grid{
        grid-template-columns:1fr;
    }
    .hero h1{font-size:56px}
    .blends-gigantes{grid-template-columns:1fr 1fr}
    .grid-produtos{grid-template-columns:repeat(2,1fr)}
    .processos,.metricas{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:760px){
    .topo{
        height:auto;
        min-height:78px;
        padding:14px 20px;
        flex-direction:column;
        gap:12px;
    }

    .menu{
        display:flex;
        width:100%;
        justify-content:center;
        gap:16px;
        flex-wrap:wrap;
        font-size:11px;
    }
    .hero,section{padding-left:22px;padding-right:22px}
    .hero h1,.titulo h2,.b2b h2,.cta h2{font-size:40px}
    .blends-gigantes,.grid-produtos,.processos,.metricas{grid-template-columns:1fr}
    .blend-impacto{min-height:560px}
    .rodape{flex-direction:column;text-align:center}
}
.experiencia-blends{
    background:#0c1508;
    padding:110px 7%;
}

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

.experiencia-card{
    border-radius:42px;
    overflow:hidden;
    position:relative;
    min-height:700px;
    padding:64px 50px;
    display:flex;
    align-items:center;
    box-shadow:0 30px 90px rgba(0,0,0,.35);
}

.experiencia-card::before{
    content:"";
    position:absolute;
    inset:0;
    background:
        radial-gradient(circle at 18% 15%, rgba(255,255,255,.12), transparent 28%),
        radial-gradient(circle at 85% 80%, rgba(247,217,108,.10), transparent 30%);
    pointer-events:none;
}

.experiencia-verde{
    background:
        linear-gradient(145deg,rgba(125,165,43,.95),rgba(82,121,29,.96)),
        url('imagens/bg-leveza.png');
    background-size:cover;
    background-position:center;
}

.experiencia-roxo{
    background:
        linear-gradient(145deg,rgba(143,116,175,.94),rgba(103,78,133,.96)),
        url('imagens/bg-noite.png');
    background-size:cover;
    background-position:center;
}

.experiencia-frase{
    font-size:44px;
    line-height:1.18;
    margin-bottom:42px;
    font-family:Arial, Helvetica, sans-serif;
    font-weight:300;
    letter-spacing:-1px;
    color:#fff;
}

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

.experiencia-texto{
    font-size:19px;
    line-height:1.85;
    margin-bottom:34px;
    color:rgba(255,255,255,.94);
    font-weight:400;
}

.experiencia-final{
    font-size:24px;
    line-height:1.6;
    color:#fff;
    margin-top:22px;
    font-weight:600;
}

@media(max-width:980px){

    .experiencia-card{
        min-height:auto;
        padding:52px 28px;
    }

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

    .experiencia-texto{
        font-size:17px;
    }

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

}

.blend-comercial{
    background:#0c1508;
    padding:90px 7%;
}

.blend-comercial-grid{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:28px;
}

.blend-comercial-card{
    border-radius:40px;
    padding:38px 42px;
    position:relative;
    overflow:hidden;
    box-shadow:0 28px 80px rgba(0,0,0,.28);
}

.blend-comercial-card.verde{
    background:
        radial-gradient(circle at 85% 20%, rgba(247,217,108,.22), transparent 32%),
        linear-gradient(145deg,#83aa2e,#456e20);
}

.blend-comercial-card.roxo{
    background:
        radial-gradient(circle at 85% 20%, rgba(247,217,108,.14), transparent 32%),
        linear-gradient(145deg,#9273ad,#58416f);
}

.blend-comercial-card h3{
    font-size:42px;
    line-height:1;
    letter-spacing:-1px;
    margin-bottom:18px;
}

.blend-comercial-card p{
    max-width:460px;
    font-size:19px;
    line-height:1.65;
    color:rgba(255,255,255,.82);
    margin-bottom:24px;
}

.blend-pontos{
    display:flex;
    flex-wrap:wrap;
    gap:10px;
}

.blend-pontos span{
    padding:9px 13px;
    border-radius:999px;
    background:rgba(255,255,255,.15);
    border:1px solid rgba(255,255,255,.13);
    font-size:13px;
    font-weight:800;
}

@media(max-width:760px){

    .blend-comercial-grid{
        grid-template-columns:1fr;
    }

    .blend-comercial-card{
        padding:32px 28px;
    }

    .blend-comercial-card h3{
        font-size:34px;
    }

    .blend-comercial-card p{
        font-size:17px;
    }

}

.blend-pontos{
    display:flex;
    flex-wrap:wrap;
    gap:10px;
}

.blend-pontos span{
    padding:9px 13px;
    border-radius:999px;
    background:rgba(255,255,255,.15);
    border:1px solid rgba(255,255,255,.13);
    font-size:13px;
    font-weight:800;
}

@media(max-width:760px){
    .blend-comercial-grid{
        grid-template-columns:1fr;
    }

    .blend-comercial-card{
        min-height:auto;
        padding:32px;
    }

    .blend-comercial-card h3{
        font-size:34px;
    }
}

.selo-saches{
    margin:50px auto 0;
    max-width:900px;
    padding:18px 24px;
    border-radius:22px;
    background:#fff8df;
    border:1px solid #e6cf72;
    color:#3a4b24;
    text-align:center;
    font-weight:700;
    line-height:1.5;
}

.display-pdv{
    background:
        radial-gradient(circle at 15% 20%, rgba(247,217,108,.12), transparent 25%),
        linear-gradient(135deg,#10200b,#061006);
    padding:110px 7%;
}

.display-grid{
    display:grid;
    grid-template-columns:.95fr 1.05fr;
    gap:60px;
    align-items:center;
}

.display-imagem{
    display:flex;
    justify-content:center;
}

.display-mockup{
    width:360px;
    height:540px;
    border-radius:28px;
    background:#121212;
    padding:22px;
    position:relative;
    box-shadow:0 40px 90px rgba(0,0,0,.45);
    border:1px solid rgba(255,255,255,.08);
}

.display-topo{
    height:74px;
    border-radius:18px;
    background:linear-gradient(135deg,#8cae36,#54791f);
    display:flex;
    align-items:center;
    justify-content:center;
    color:#fff;
    font-size:36px;
    font-weight:900;
    letter-spacing:-2px;
    margin-bottom:22px;
}

.display-prateleira{
    height:155px;
    border:4px solid #222;
    border-radius:16px;
    margin-bottom:18px;
    display:flex;
    align-items:flex-end;
    justify-content:center;
    gap:12px;
    padding-bottom:16px;
    background:#181818;
}

.mini-cha{
    width:72px;
    height:96px;
    border-radius:12px;
    box-shadow:0 12px 20px rgba(0,0,0,.35);
}

.mini-cha.verde{
    background:linear-gradient(145deg,#9ac63c,#537921);
}

.mini-cha.roxo{
    background:linear-gradient(145deg,#a280bc,#604679);
}

.mini-cha.amarelo{
    background:linear-gradient(145deg,#f4dc8a,#d2a73c);
}

.mini-cha.azul{
    background:linear-gradient(145deg,#abd9ed,#608da3);
}

.mini-cha.rosa{
    background:linear-gradient(145deg,#f08e98,#b84f60);
}

.display-base{
    position:absolute;
    left:22px;
    right:22px;
    bottom:22px;
    height:62px;
    border-radius:16px;
    background:linear-gradient(135deg,#8cae36,#4d7220);
    display:flex;
    align-items:center;
    justify-content:center;
    color:#fff;
    font-weight:900;
    letter-spacing:2px;
}

.display-conteudo h2{
    font-size:58px;
    line-height:.98;
    letter-spacing:-3px;
    margin:16px 0 26px;
}

.display-conteudo p{
    font-size:19px;
    line-height:1.8;
    color:rgba(255,255,255,.76);
    margin-bottom:28px;
}

.display-cards{
    display:grid;
    gap:16px;
}

.display-card{
    padding:22px;
    border-radius:22px;
    background:rgba(255,255,255,.08);
    border:1px solid rgba(255,255,255,.08);
    color:rgba(255,255,255,.76);
    line-height:1.6;
}

.display-card strong{
    display:block;
    color:#f7d96c;
    margin-bottom:6px;
}

@media(max-width:980px){

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

    .display-conteudo h2{
        font-size:42px;
    }

}

.display-foto-real{
    width:100%;
    max-width:460px;
    min-height:560px;
    border-radius:34px;
    background:rgba(255,255,255,.06);
    border:1px solid rgba(255,255,255,.12);
    display:flex;
    align-items:center;
    justify-content:center;
    padding:22px;
    box-shadow:0 40px 90px rgba(0,0,0,.42);
}

.display-foto-real img{
    width:100%;
    height:auto;
    max-height:540px;
    object-fit:contain;
    filter:drop-shadow(0 30px 35px rgba(0,0,0,.35));
}

.display-medidas{
    margin-top:26px;
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:14px;
}

.display-medidas div{
    padding:18px;
    border-radius:20px;
    background:rgba(255,255,255,.08);
    border:1px solid rgba(255,255,255,.09);
}

.display-medidas span{
    display:block;
    color:#f7d96c;
    font-size:13px;
    font-weight:900;
    text-transform:uppercase;
    letter-spacing:1px;
    margin-bottom:6px;
}

.display-medidas strong{
    display:block;
    color:#fff;
    font-size:18px;
}

.display-medidas small{
    display:block;
    color:rgba(255,255,255,.62);
    margin-top:4px;
    font-size:13px;
}

@media(max-width:700px){
    .display-medidas{
        grid-template-columns:1fr;
    }
}

.saches-showcase{
    position:relative;
    margin:52px auto 30px;
    max-width:1180px;
    padding:42px 34px 34px;
    border-radius:42px;
    background:
        radial-gradient(circle at 50% 0%, rgba(255,255,255,.92), rgba(255,255,255,.35) 44%, rgba(255,255,255,.12) 100%),
        linear-gradient(180deg,#fff8df,#eee4c8);
    border:1px solid rgba(218,187,76,.55);
    box-shadow:
        0 32px 90px rgba(70,55,20,.14),
        inset 0 1px 0 rgba(255,255,255,.78);
    overflow:hidden;
}

.saches-showcase::before{
    content:"";
    position:absolute;
    width:420px;
    height:420px;
    border-radius:50%;
    left:-150px;
    top:-190px;
    background:rgba(247,217,108,.22);
    filter:blur(4px);
}

.saches-showcase::after{
    content:"";
    position:absolute;
    width:520px;
    height:520px;
    border-radius:50%;
    right:-210px;
    bottom:-280px;
    background:rgba(118,151,47,.14);
    filter:blur(4px);
}

.saches-head{
    position:relative;
    z-index:2;
    text-align:center;
    max-width:760px;
    margin:0 auto 38px;
}

.saches-selo{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    padding:9px 16px;
    border-radius:999px;
    background:#233315;
    color:#f7d96c;
    font-size:11px;
    font-weight:900;
    letter-spacing:2px;
    text-transform:uppercase;
    margin-bottom:16px;
}

.saches-head h2{
    color:#1d2d12;
    font-size:36px;
    line-height:1.08;
    letter-spacing:-1px;
    margin-bottom:12px;
    font-weight:900;
}

.saches-head p{
    color:#5d694f;
    font-size:17px;
    line-height:1.65;
    font-weight:600;
}

.saches-linha{
    position:relative;
    z-index:2;
    display:grid;
    grid-template-columns:repeat(4, auto);
    justify-content:center;
    align-items:end;
    gap:14px;
    padding:8px 0 6px;
}

.sache-item{
    position:relative;
    transition:.28s;
}

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

.sache-item:hover{
    transform:translateY(-13px) scale(1.045) rotate(0deg) !important;
}

.sache-item img{
    width:112px;
    height:auto;
    display:block;
    filter:
        drop-shadow(0 22px 22px rgba(0,0,0,.18))
        drop-shadow(0 8px 8px rgba(0,0,0,.10));
}

@media(max-width:760px){

    .logo img {
        margin-top: 10px;
    }

    .saches-showcase{
        margin:38px auto 26px;
        padding:32px 16px 24px;
        border-radius:30px;
    }

    .saches-head{
        margin-bottom:28px;
    }

    .saches-head h2{
        font-size:25px;
    }

    .saches-head p{
        font-size:14px;
    }

    .saches-linha{
        grid-template-columns:repeat(4, auto);
        gap:8px;
    }

    .sache-item img{
        width:72px;
    }

}

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

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

.topo-btn{
    padding:12px 22px;
    border-radius:999px;
    background:rgba(255,255,255,.08);
    border:1px solid rgba(255,255,255,.20);
    color:#fff;
    font-size:13px;
    font-weight:800;
    letter-spacing:1px;
    text-transform:uppercase;
    transition:.25s;
}

.topo-btn:hover{
    background:#f7d96c !important;
    border-color:#f7d96c !important;
    color:#13220c !important;
    transform:translateY(-2px);
    box-shadow:0 10px 25px rgba(247,217,108,.28);
}

@media(max-width:760px){

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

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

    .topo-btn{
        display:none;
    }

}