.header{display:flex;justify-content:space-between;align-items:center;padding:20px 60px}.header img{height:180px}.header nav a{margin-left:30px;text-decoration:none;font-weight:600;color:var(--cinza-escuro)}.header nav a:hover{color:var(--vermelho)}.footer{background:#111;color:#fff;padding:40px 20px}.footer-container{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:30px}.footer-brand img{width:140px;margin-bottom:10px}.footer-brand p{font-size:14px;color:#ccc}.footer-brand p a{color:#fff!important}.footer-social h4{margin-bottom:10px}.social-icons{display:flex;gap:15px}.social-icons a{color:#fff;font-size:28px;transition:transform .3s ease,color .3s ease}.social-icons a:hover{transform:translateY(-5px);color:red}@media(max-width:600px){.footer-container{flex-direction:column;text-align:center}}.hero{height:70vh;background:linear-gradient(135deg,#e10600,#b00000);color:#fff;display:flex;flex-direction:column;justify-content:center;padding:0 60px}.hero h1{font-size:3rem;max-width:600px}.hero p{margin:20px 0;font-size:1.2rem}.hero button{width:fit-content;padding:15px 30px;background:#fff;color:var(--vermelho);border:none;border-radius:30px;font-weight:700;cursor:pointer}.hero button:hover{background:#f2f2f2}.home-services{padding:60px 20px}.home-services h2{margin-bottom:30px;text-align:center}.home-services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:25px;max-width:1200px;margin:0 auto}.home-service-card{background:#fff;border-radius:16px;padding:30px;text-align:center;text-decoration:none;color:#000;font-weight:500;box-shadow:0 8px 20px #00000014;transition:transform .25s ease,box-shadow .25s ease}.home-service-card:hover{transform:translateY(-6px);box-shadow:0 16px 30px #00000026}@media(max-width:900px){.home-services-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:600px){.home-services-grid{grid-template-columns:1fr}}.benefits{padding:80px 60px;background:var(--cinza-claro)}.benefits h2{margin-bottom:20px}.benefits p{max-width:600px;margin-bottom:30px;font-size:1.1rem}.benefits ul{list-style:none}.benefits li{padding-left:25px;margin-bottom:15px;position:relative}.benefits li:before{content:\"✔\";position:absolute;left:0;color:var(--vermelho)}.counters{padding:80px 60px;background:var(--cinza-escuro);color:#fff;display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:40px;text-align:center}.counters h3{font-size:2rem;margin-bottom:10px}.counters p{opacity:.85}.testimonials{padding:80px 20px;background:linear-gradient(135deg,#e10600,#b00000);color:#fff;text-align:center}.testimonials h2{font-size:2.2rem;margin-bottom:20px}.depo-card{padding:15px 35px;background:#fff;color:var(--vermelho);border:none;border-radius:30px;font-weight:700;cursor:pointer}.cta-section{padding:80px 20px;background:linear-gradient(135deg,#e10600,#b00000);color:#fff;text-align:center}.cta-section h2{font-size:2.2rem;margin-bottom:20px}.cta-section button{padding:15px 35px;background:#fff;color:var(--vermelho);border:none;border-radius:30px;font-weight:700;cursor:pointer}.cta-section button:hover{background:#f2f2f2}.services{padding:60px 20px;background:#f2f2f2}.services h1{text-align:center;margin-bottom:10px}.services-subtitle{text-align:center;margin-bottom:40px}.services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:25px;max-width:1200px;margin:0 auto}.service-card{background:#e0e0e0;border-radius:15px;padding:16px;text-align:center;box-shadow:0 5px 10px #00000026;transition:transform .25s ease,box-shadow .25s ease}.service-card:hover{transform:translateY(-6px);box-shadow:0 14px 25px #00000040}.service-card img{width:100%;height:180px;object-fit:cover;border-radius:12px;margin-bottom:15px}.service-card h3{margin-bottom:10px}.service-card p{font-size:14px;margin-bottom:15px;line-height:1.4}.service-card button{background:red;color:#fff;border:none;padding:10px 22px;border-radius:20px;cursor:pointer;font-weight:700}.service-card button:hover{background:#8b0000}@media(max-width:900px){.services-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:600px){.services-grid{grid-template-columns:1fr}}.contact{padding:80px 20px;max-width:600px;margin:auto}.contact h1{margin-bottom:30px}.contact form{display:flex;flex-direction:column;gap:15px}.contact input,.contact textarea{padding:15px;border-radius:8px;border:1px solid #ccc}.contact button{background:var(--vermelho);color:#fff;padding:15px;border:none;border-radius:30px;font-weight:700;cursor:pointer}:root{--vermelho: #e10600;--cinza-escuro: #2b2b2b;--cinza-claro: #f5f5f5}*{margin:0;padding:0;box-sizing:border-box;font-family:Segoe UI,sans-serif}body{background:#fff;color:var(--cinza-escuro)}@media(max-width:768px){.header{flex-direction:column;gap:15px}.hero{height:auto;padding:80px 20px}.hero h1{font-size:2rem}.services,.benefits{padding:60px 20px}}@media(max-width:480px){.header nav a{margin:0 10px}.hero h1{font-size:1.6rem}}.internal{max-width:900px;margin:auto;padding:80px 20px}.internal h1{margin-bottom:30px}.internal h2{margin-top:30px;margin-bottom:10px}.internal p{line-height:1.6;margin-bottom:15px}
