/* Refinamento da identidade preservando a composição original. */
.product-gallery{grid-template-columns:repeat(4,minmax(0,1fr));gap:28px}
.products-subtitle{margin:16px auto 0;max-width:640px;color:var(--muted);font-size:1rem;line-height:1.6}
.product-card{gap:12px;align-content:start}
.product-card img{aspect-ratio:1.43/1;object-fit:cover}
.product-card h3{padding-top:6px}
.product-card p{max-width:260px;line-height:1.6}
@media(max-width:980px){.product-gallery{grid-template-columns:repeat(2,minmax(0,1fr));gap:32px 24px}}
@media(max-width:640px){.product-gallery{grid-template-columns:1fr;gap:34px}.product-card{max-width:400px;width:100%;margin-inline:auto}}
.brand img,.footer-brand img{width:64px;height:64px;object-fit:contain}
.footer-brand img{background:var(--cream);border-radius:14px;padding:5px}
.trust-icon,.benefit-icon,.step-icon,.audience-icon{box-shadow:none;flex-shrink:0}
.trust-icon svg,.benefit-icon svg,.step-icon svg,.audience-icon svg{stroke:none}
.trust-icon{width:42px;height:42px}
.trust-icon svg{width:23px;height:23px}
.benefit-icon,.step-icon{width:64px;height:64px;background:#fff0ec;border:0;border-radius:18px;margin-bottom:22px}
.benefit-icon svg,.step-icon svg{width:42px;height:42px}
.benefit-card:nth-child(2) .benefit-icon,.benefit-card:nth-child(3) .benefit-icon,.step-item:first-child .step-icon,.step-item:nth-child(3) .step-icon{background:#eef5e9;border-color:#dbe7d4;color:var(--green)}
.audience-icon{width:60px;height:60px;background:var(--red);border:0;border-radius:17px}
.audience-icon svg{width:36px;height:36px}
.audience-card-business .audience-icon{background:var(--green);box-shadow:none}
.benefits-grid{row-gap:36px}
.benefit-card{padding-inline:24px}
.benefit-card p,.step-item p{max-width:255px;line-height:1.65}
.step-item + .step-item::before{display:none}
.steps-heading{margin-bottom:38px}
.button-icon{filter:none}
.button-icon svg,.check-icon svg{stroke:none}
.instagram-link{display:inline-flex;align-items:center;justify-content:center;gap:10px;flex-shrink:0;width:46px;height:46px;border:1px solid var(--line);border-radius:12px;color:var(--green-dark);background:var(--cream-soft);transition:color .18s,background .18s}
.instagram-link svg{width:25px;height:25px;fill:currentColor}
.instagram-link span{display:none}
.instagram-link:hover{color:var(--red);background:var(--rose)}
.instagram-link:focus-visible{outline:3px solid var(--green);outline-offset:4px}
.main-menu{gap:20px}
.main-menu ul{gap:clamp(16px,2.2vw,32px)}
@media(max-width:980px){.main-menu .instagram-link{width:100%;justify-content:flex-start;padding-inline:14px}.main-menu .instagram-link span{display:inline;font-size:15px;font-weight:700}.main-menu ul{gap:14px}}
@media(max-width:980px){.brand img{width:52px;height:52px}}
@media(max-width:640px){.benefits-grid{row-gap:0}.benefit-card{padding-block:24px}.steps-list{gap:34px}.step-item p{max-width:300px}.benefit-icon,.step-icon{width:60px;height:60px}.benefit-icon svg,.step-icon svg{width:39px;height:39px}}
.footer-contact{display:flex;flex-wrap:wrap;gap:10px 24px;font-size:.94rem}
.footer-contact a{text-decoration:none;text-underline-offset:4px}
.footer-contact a:hover{text-decoration:underline;color:#fff}
