:root{--azul:#003B8E;--azul2:#062c66;--vermelho:#ff1f2d;--cinza:#81838a;--claro:#f5f7fb;--texto:#1d2433;--verde:#20b15a}*{box-sizing:border-box}body{margin:0;font-family:Arial,Helvetica,sans-serif;color:var(--texto);line-height:1.6;background:#fff}a{text-decoration:none;color:inherit}.topbar{background:var(--azul2);color:#fff;font-size:14px;padding:8px 0}.wrap{width:min(1180px,92%);margin:auto}.topbar .wrap,.nav .wrap{display:flex;justify-content:space-between;gap:20px;align-items:center}.nav{position:sticky;top:0;background:#fff;z-index:10;box-shadow:0 8px 25px #00000012}.logo{height:76px;object-fit:contain}.menu{display:flex;gap:22px;align-items:center;font-weight:700;color:var(--azul)}.menu a:hover{color:var(--vermelho)}.btn{display:inline-block;background:var(--vermelho);color:#fff;padding:12px 18px;border-radius:10px;font-weight:700;border:0;cursor:pointer}.btn.azul{background:var(--azul)}.btn.whats{background:var(--verde)}.hero{background:linear-gradient(90deg,#062c66dd,#003b8ecc),url('https://images.unsplash.com/photo-1556761175-b413da4baf72?auto=format&fit=crop&q=80&w=1200') center/cover;min-height:560px;color:#fff;display:flex;align-items:center}.hero-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:35px;align-items:center}.hero h1{font-size:clamp(34px,5vw,58px);line-height:1.08;margin:0 0 20px}.hero p{font-size:20px;max-width:650px}.hero-card{background:#ffffffee;color:var(--texto);padding:28px;border-radius:22px;box-shadow:0 18px 45px #0004}.hero-card b{color:var(--azul)}section{padding:70px 0}.section-title{text-align:center;margin-bottom:35px}.section-title h2{font-size:36px;color:var(--azul);margin:0}.section-title p{color:#5d6472}.grid{display:grid;gap:24px}.grid-3{grid-template-columns:repeat(3,1fr)}.grid-4{grid-template-columns:repeat(4,1fr)}.card{display:flex;flex-direction:column;background:#fff;border:1px solid #e6e9f2;border-radius:18px;overflow:hidden;box-shadow:0 10px 28px #002b6610}.card img{width:100%;height:190px;object-fit:cover}.card-body{padding:22px;display:flex;flex-direction:column;flex:1}.card-body p{flex:1}.card h3{margin-top:0;color:var(--azul)}.light{background:var(--claro)}.split{display:grid;grid-template-columns:1fr 1fr;gap:42px;align-items:center}.split img{width:100%;border-radius:22px;box-shadow:0 18px 40px #002b6620}.feature{display:flex;gap:14px;align-items:flex-start;background:#fff;padding:20px;border-radius:16px;border:1px solid #e7eaf1}.icon{width:42px;height:42px;border-radius:50%;display:grid;place-items:center;background:#eaf0fb;color:var(--azul);font-weight:900;flex:0 0 auto}.cta{background:linear-gradient(120deg,var(--azul),var(--azul2));color:#fff;text-align:center}.cta h2{font-size:38px;margin-top:0}.footer{background:#0b1730;color:#d9e1f0;padding:45px 0 20px}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1.5fr;gap:35px}.footer img{height:70px;background:#fff;border-radius:8px;padding:4px}.page-head{background:linear-gradient(90deg,#062c66e6,#003b8ecc),url('https://images.unsplash.com/photo-1450101499163-c8848c66ca85?auto=format&fit=crop&q=80&w=700') center/cover;color:#fff;padding:90px 0}.page-head h1{font-size:46px;margin:0}.content{font-size:18px}.content h2,.content h3{color:var(--azul)}.service-list li{margin-bottom:12px}.form{background:#fff;padding:28px;border-radius:20px;box-shadow:0 10px 28px #002b6614}.form input,.form textarea,.form select{width:100%;padding:14px;border:1px solid #d8dce7;border-radius:10px;margin-bottom:14px;font-size:16px}.form textarea{min-height:120px}.floating-whats{position:fixed;right:20px;bottom:20px;background:var(--verde);color:#fff;padding:14px 18px;border-radius:999px;font-weight:800;box-shadow:0 10px 30px #0003;z-index:20}.mini{font-size:14px;color:#687082}.mobile-btn{display:none}@media(max-width:850px){.menu{display:none}.mobile-btn{display:block}.hero-grid,.split,.footer-grid{grid-template-columns:1fr}.grid-3,.grid-4{grid-template-columns:1fr}.hero{min-height:auto;padding:70px 0}.logo{height:58px}.topbar .wrap{display:block}.page-head h1{font-size:34px}}


/* Alinhamento padronizado dos botões Saiba Mais */
.card{
    display:flex;
    flex-direction:column;
    height:100%;
}
.card-body{
    display:flex;
    flex-direction:column;
    height:100%;
}
.card-body .btn{
    margin-top:auto;
    align-self:flex-start;
}
