:root{--blue:#1478d4;--blue-dark:#0754a7;--green:#53c529;--green-dark:#2d9e18;--ink:#111827;--muted:#5f6b7a;--line:#e5edf6;--soft:#f5f9fd;--white:#fff;--shadow:0 18px 50px rgba(15,76,129,.12);--radius:26px}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif;color:var(--ink);background:#fff;line-height:1.5}img{max-width:100%;display:block}a{text-decoration:none;color:inherit}.container{width:min(1180px,calc(100% - 36px));margin-inline:auto}.section{padding:78px 0}.eyebrow{margin:0 0 10px;color:var(--green-dark);font-weight:800;font-size:.78rem;letter-spacing:.12em}.section-title{margin:0;font-size:clamp(2rem,4vw,3.3rem);line-height:1.05;letter-spacing:-.04em}.section-copy{max-width:700px;margin:16px auto 0;color:var(--muted)}
.header{position:sticky;top:0;z-index:40;background:rgba(255,255,255,.92);backdrop-filter:blur(16px);border-bottom:1px solid rgba(225,235,245,.8)}.nav{height:84px;display:flex;align-items:center;justify-content:space-between;gap:24px}.logo img{width:122px;height:auto}.nav-links{display:flex;gap:28px;font-size:.94rem;font-weight:700}.nav-links a{position:relative}.nav-links a:after{content:"";position:absolute;left:0;bottom:-10px;width:0;height:3px;border-radius:3px;background:var(--blue);transition:.25s}.nav-links a:hover:after{width:100%}.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;border:0;border-radius:14px;padding:14px 20px;font:inherit;font-weight:800;cursor:pointer;transition:.2s}.btn:hover{transform:translateY(-2px)}.btn-green{color:#fff;background:linear-gradient(135deg,var(--green),var(--green-dark));box-shadow:0 10px 24px rgba(83,197,41,.25)}.btn-blue{color:#fff;background:linear-gradient(135deg,var(--blue),var(--blue-dark));box-shadow:0 10px 24px rgba(20,120,212,.24)}.btn-outline{border:1px solid #c8dcef;background:#fff;color:var(--blue)}.mobile-menu{display:none;background:none;border:0;font-size:1.6rem}
.hero{padding:26px 0 0}.hero-shell{position:relative;min-height:610px;overflow:hidden;border-radius:32px;background:var(--hero-image,url('../images/hero-bg.jpg')) center/cover;box-shadow:var(--shadow)}.hero-shell:before{content:"";position:absolute;inset:0;z-index:1;background:linear-gradient(90deg,rgba(255,255,255,.99) 0%,rgba(255,255,255,.96) 39%,rgba(255,255,255,.62) 60%,rgba(255,255,255,.14) 100%);pointer-events:none}.hero-shell:after{content:"";position:absolute;inset:0;z-index:1;background:linear-gradient(110deg,transparent 54%,rgba(20,120,212,.13));pointer-events:none}.hero-bg-video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center;z-index:0}.hero-content{position:relative;z-index:2;display:grid;grid-template-columns:1.05fr .85fr;gap:42px;align-items:center;min-height:610px;padding:52px}.hero-copy{max-width:650px}.hero-copy h1{margin:0;font-size:clamp(2.8rem,5.8vw,5.2rem);line-height:.98;letter-spacing:-.055em}.hero-copy h1 span{color:var(--blue)}.hero-copy>p:not(.eyebrow){font-size:1.08rem;color:#465467;max-width:610px;margin:24px 0}.hero-points{display:flex;gap:22px;flex-wrap:wrap}.hero-point{display:flex;gap:10px;align-items:center;font-weight:700;font-size:.88rem}.icon-circle{width:42px;height:42px;border-radius:50%;display:grid;place-items:center;background:#eaf5ff;color:var(--blue);font-size:1.2rem}.hero-right{position:relative;display:flex;justify-content:flex-end;align-items:center}.team-card{position:absolute;right:290px;bottom:-4px;width:305px;border-radius:26px 26px 0 0;overflow:hidden;box-shadow:0 18px 45px rgba(5,64,120,.24);border:7px solid rgba(255,255,255,.85)}.team-card img{width:100%;aspect-ratio:3/4;object-fit:cover}.hero-shell.has-video .team-card{display:none}.quote-card{position:relative;z-index:3;width:340px;padding:28px;border-radius:24px;background:linear-gradient(155deg,#0877da,#0756ad);color:#fff;box-shadow:0 24px 54px rgba(0,70,145,.3)}.quote-card h2{font-size:1.7rem;line-height:1.08;margin:0 0 8px}.quote-card h2 span{color:#82ef45}.quote-card p{margin:0 0 18px;color:#dceeff;font-size:.9rem}.form-grid{display:grid;gap:10px}.field{width:100%;border:1px solid rgba(255,255,255,.4);border-radius:11px;padding:13px 14px;font:inherit;outline:none;background:#fff;color:#1e293b}.field:focus{box-shadow:0 0 0 3px rgba(109,213,255,.35)}textarea.field{min-height:84px;resize:vertical}.privacy{font-size:.72rem;text-align:center;margin-top:10px;color:#d9edff}
.trust-strip{position:relative;z-index:4;margin:-28px auto 0;width:min(1080px,calc(100% - 70px));display:grid;grid-template-columns:repeat(4,1fr);background:#fff;border:1px solid var(--line);border-radius:24px;box-shadow:var(--shadow);padding:22px}.trust-item{display:flex;align-items:center;gap:12px;padding:8px 20px;border-right:1px solid var(--line)}.trust-item:last-child{border:0}.trust-item strong{display:block;font-size:.95rem}.trust-item small{display:block;color:var(--muted);margin-top:3px}.trust-icon{font-size:1.8rem;color:var(--blue)}
.center{text-align:center}.categories-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:15px;margin-top:34px}.category-card{overflow:hidden;background:#fff;border:1px solid var(--line);border-radius:22px;box-shadow:0 12px 34px rgba(17,64,105,.08);transition:.25s}.category-card:hover{transform:translateY(-7px);box-shadow:0 20px 44px rgba(17,64,105,.14)}.category-card img{width:100%;aspect-ratio:1/1.02;object-fit:cover}.category-body{padding:18px}.category-body h3{font-size:1rem;margin:0;color:var(--blue-dark)}.category-body p{font-size:.84rem;color:var(--muted);margin:7px 0 16px}.round-arrow{width:36px;height:36px;border-radius:11px;border:1px solid #abd1f5;display:grid;place-items:center;color:var(--blue);font-weight:900}
.products-wrap{border:1px solid #dcecf9;background:linear-gradient(180deg,#f3f9ff,#fff);border-radius:30px;padding:28px}.products-head{display:flex;justify-content:space-between;align-items:flex-end;gap:20px;margin-bottom:24px}.products-head h2{margin:0;font-size:2rem}.products-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.product-card{display:flex;flex-direction:column;background:#fff;border:1px solid var(--line);border-radius:20px;overflow:hidden;box-shadow:0 12px 28px rgba(18,84,140,.08)}.product-image{position:relative;background:#f8fbfe}.product-image img{width:100%;aspect-ratio:1/1;object-fit:cover}.badge{position:absolute;top:12px;left:12px;background:#fff;color:var(--green-dark);padding:6px 10px;border-radius:999px;font-size:.72rem;font-weight:900;box-shadow:0 6px 20px rgba(0,0,0,.1)}.product-body{display:flex;flex:1;flex-direction:column;padding:18px}.product-body h3{font-size:1rem;margin:0}.product-body p{color:var(--muted);font-size:.84rem;margin:9px 0 14px}.product-bottom{margin-top:auto}.price{font-size:1.1rem;font-weight:900;color:var(--blue-dark);margin-bottom:12px}.product-card .btn{width:100%;padding:11px 14px;border-radius:11px;font-size:.86rem}
.benefits{background:linear-gradient(135deg,#f5fbff,#fff)}.benefit-shell{display:grid;grid-template-columns:.8fr 2.2fr;gap:30px;align-items:center;border:1px solid var(--line);border-radius:28px;padding:32px;background:#fff;box-shadow:var(--shadow)}.benefit-title h2{font-size:2.2rem;margin:7px 0 0;color:var(--blue)}.benefit-grid{display:grid;grid-template-columns:repeat(4,1fr)}.benefit{padding:12px 24px;border-left:1px solid var(--line)}.benefit span{font-size:2rem;color:var(--blue)}.benefit h3{font-size:.95rem;margin:9px 0 6px}.benefit p{font-size:.8rem;color:var(--muted);margin:0}
.about-grid{display:grid;grid-template-columns:1fr 1.25fr;gap:38px;align-items:center}.about-image{position:relative}.about-image img{width:100%;height:480px;object-fit:cover;border-radius:28px;box-shadow:var(--shadow)}.about-badge{position:absolute;right:-18px;bottom:28px;background:var(--blue);color:#fff;padding:18px 22px;border-radius:18px;box-shadow:0 18px 34px rgba(20,120,212,.3)}.about-badge strong{font-size:1.9rem;display:block}.about-copy h2{font-size:clamp(2.1rem,4vw,3.4rem);line-height:1.04;margin:8px 0 18px}.about-copy p{color:var(--muted)}.contact-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:13px;margin-top:28px}.contact-card{border:1px solid var(--line);border-radius:18px;padding:18px;display:flex;gap:12px;align-items:flex-start}.contact-card span{font-size:1.5rem;color:var(--blue)}.contact-card strong{display:block;font-size:.83rem}.contact-card small{display:block;color:var(--muted);margin-top:4px}
.cta-band{margin-bottom:-55px;position:relative;z-index:3}.cta-inner{display:flex;align-items:center;justify-content:space-between;gap:24px;border-radius:24px;padding:28px 38px;color:#fff;background:linear-gradient(115deg,#0f83e6,#0753ac);box-shadow:0 20px 50px rgba(0,84,174,.3)}.cta-inner h2{font-size:2rem;margin:2px 0}.cta-inner p{margin:0;color:#dceeff}.footer{padding:110px 0 28px;background:linear-gradient(135deg,#0756aa,#063e82);color:#fff}.footer-grid{display:grid;grid-template-columns:1.15fr .65fr .85fr 1.3fr;gap:34px}.footer-logo{width:140px;margin-bottom:18px}.footer p,.footer li{color:#d8eaff;font-size:.88rem}.footer h3{font-size:.95rem;margin:0 0 16px}.footer ul{list-style:none;margin:0;padding:0;display:grid;gap:10px}.footer-bottom{border-top:1px solid rgba(255,255,255,.22);margin-top:34px;padding-top:20px;display:flex;justify-content:space-between;color:#cce4fb;font-size:.8rem}.whatsapp-float{position:fixed;right:24px;bottom:24px;z-index:50;width:58px;height:58px;border-radius:50%;display:grid;place-items:center;color:#fff;background:#25d366;font-size:1.7rem;box-shadow:0 12px 30px rgba(37,211,102,.38)}
@media(max-width:1050px){.nav-links{display:none}.mobile-menu{display:block}.hero-content{grid-template-columns:1fr;padding:44px}.hero-shell{min-height:auto}.hero-right{justify-content:flex-start}.team-card{display:none}.quote-card{width:100%;max-width:480px}.trust-strip{grid-template-columns:repeat(2,1fr)}.trust-item:nth-child(2){border-right:0}.trust-item:nth-child(-n+2){border-bottom:1px solid var(--line)}.categories-grid{grid-template-columns:repeat(3,1fr)}.products-grid{grid-template-columns:repeat(2,1fr)}.benefit-shell{grid-template-columns:1fr}.benefit-grid{grid-template-columns:repeat(2,1fr)}.benefit:nth-child(odd){border-left:0}.about-grid{grid-template-columns:1fr}.footer-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:680px){.container{width:min(100% - 24px,1180px)}.header .btn-green{display:none}.nav{height:70px}.hero{padding-top:12px}.hero-content{padding:32px 22px}.hero-copy h1{font-size:2.75rem}.hero-points{display:grid}.quote-card{padding:22px}.trust-strip{width:calc(100% - 24px);grid-template-columns:1fr;margin-top:14px;padding:14px}.trust-item{border-right:0!important;border-bottom:1px solid var(--line)!important}.trust-item:last-child{border-bottom:0!important}.section{padding:58px 0}.categories-grid,.products-grid,.benefit-grid,.contact-cards,.footer-grid{grid-template-columns:1fr}.products-wrap{padding:18px}.products-head{align-items:flex-start;flex-direction:column}.benefit{border:0;border-top:1px solid var(--line)}.benefit:first-child{border:0}.about-image img{height:360px}.about-badge{right:10px}.cta-inner{padding:24px;align-items:flex-start;flex-direction:column}.footer-bottom{gap:12px;flex-direction:column}.whatsapp-float{right:16px;bottom:16px}.footer{padding-top:95px}}
@media(max-width:1050px){.nav-links.show{display:flex;position:absolute;top:84px;left:18px;right:18px;flex-direction:column;gap:0;background:#fff;border:1px solid var(--line);border-radius:18px;padding:12px;box-shadow:var(--shadow)}.nav-links.show a{padding:12px 10px}}
@media(max-width:680px){.nav-links.show{top:70px}}

@media(max-width:680px){.hero-shell:before{background:rgba(255,255,255,.88)}.hero-bg-video{object-position:center}}
@media(prefers-reduced-motion:reduce){.hero-bg-video{display:none}}
/* CORREÇÃO DA LOGO E DO CABEÇALHO */
.header .nav {
    min-height: 78px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header .logo {
    display: flex;
    align-items: center;
    line-height: 0;
    flex-shrink: 0;
}

.header .logo img {
    display: block;
    width: 145px;
    height: auto !important;
    max-height: 62px;
    object-fit: contain;
}

@media (max-width: 768px) {
    .header .nav {
        min-height: 68px;
        padding: 8px 16px;
    }

    .header .logo img {
        width: 118px;
        max-height: 52px;
    }

    .mobile-menu {
        font-size: 28px;
        line-height: 1;
        padding: 6px;
        margin-left: auto;
    }
}
