.header{background:linear-gradient(135deg,#1a2d4d,#2c4a7a);color:#fff;padding:1rem 0;box-shadow:0 2px 8px #0000001a;position:sticky;top:0;z-index:100}.header-container{max-width:1200px;margin:0 auto;padding:0 2rem;display:flex;justify-content:space-between;align-items:center}.logo h1{margin:0;font-size:1.8rem;font-weight:700}.tagline{margin:.25rem 0 0;font-size:.9rem;opacity:.9;font-weight:400}.logo-wrapper{display:flex;align-items:center;gap:.75rem}.logo-image{height:110px;max-width:160px;object-fit:contain}.logo-text h1{margin:0;font-size:1.5rem;font-weight:700}.logo-text .tagline{margin:.2rem 0 0;font-size:.8rem;opacity:.9;font-weight:400}.nav{display:flex;gap:2rem}.nav button{background:none;border:none;color:#fff;cursor:pointer;font-size:1rem;font-weight:500;padding:.5rem 1rem;transition:all .3s ease;border-radius:4px}.nav button:hover{background-color:#ffffff1a;transform:translateY(-2px)}.hero{position:relative;min-height:500px;display:flex;align-items:center;overflow:hidden;background:linear-gradient(135deg,#f5f7fa,#c3cfe2)}.hero-background{position:absolute;right:0;top:0;bottom:0;width:50%;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 400 300"><rect fill="%23e8eef5" width="400" height="300"/><circle cx="80" cy="60" r="40" fill="%232c4a7a" opacity="0.1"/><circle cx="300" cy="200" r="60" fill="%232c4a7a" opacity="0.05"/></svg>');background-size:cover;z-index:1}.hero-content{position:relative;z-index:2;max-width:1200px;margin:0 auto;padding:4rem 2rem;width:50%}.hero-title{font-size:3rem;font-weight:700;color:#1a2d4d;margin:0 0 1rem;line-height:1.2}.hero-subtitle{font-size:1.5rem;color:#2c4a7a;margin:0 0 1.5rem;font-weight:500}.hero-description{font-size:1.1rem;color:#555;margin:0 0 2rem;line-height:1.6;max-width:500px}.cta-button{background:linear-gradient(135deg,#ff6b35,#f7931e);color:#fff;border:none;padding:1rem 2.5rem;font-size:1.1rem;font-weight:600;border-radius:8px;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #ff6b354d}.cta-button:hover{transform:translateY(-3px);box-shadow:0 6px 20px #ff6b3566}.services{background:#fff;padding:4rem 2rem;margin:3rem 0}.services-container{max-width:1200px;margin:0 auto}.services-container h2{text-align:center;font-size:2.5rem;color:#1a2d4d;margin:0 0 3rem;font-weight:700}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.service-card{background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;padding:2rem;text-align:center;transition:all .3s ease}.service-card:hover{border-color:#ff6b35;box-shadow:0 8px 20px #ff6b351a;transform:translateY(-5px)}.service-icon{font-size:3rem;margin-bottom:1rem}.service-card h3{font-size:1.3rem;color:#1a2d4d;margin:1rem 0;font-weight:600}.service-card p{color:#666;line-height:1.6;margin:0;font-size:.95rem}.footer{background:linear-gradient(135deg,#1a2d4d,#2c4a7a);color:#fff;padding:3rem 2rem 1rem}.footer-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;margin-bottom:2rem}.footer-section h3{font-size:1.3rem;margin:0 0 .5rem;font-weight:700}.footer-section h4{font-size:1.1rem;margin:0 0 1rem;font-weight:600}.footer-section p{margin:.5rem 0;line-height:1.6}.footer-section ul{list-style:none;padding:0;margin:0}.footer-section ul li{margin:.5rem 0}.footer-section a{color:#f7931e;text-decoration:none;transition:color .3s ease}.footer-section a:hover{color:#ff6b35;text-decoration:underline}.social-links{display:flex;gap:1rem;flex-wrap:wrap}.social-links a{display:inline-block;padding:.5rem 1rem;background-color:#f7931e1a;border-radius:4px;transition:all .3s ease}.social-links a:hover{background-color:#f7931e33}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding-top:1.5rem;text-align:center;font-size:.9rem;color:#fffc}.hero{position:relative;width:100%;min-height:100vh;display:flex;align-items:center;justify-content:center;overflow:hidden}.hero{display:flex;align-items:center;justify-content:center;padding:60px 20px;background-color:#fff;min-height:500px}.hero-container{display:flex;flex-direction:row;align-items:center;max-width:1100px;gap:50px}.hero-video-column{flex:0 1 40%;display:flex;justify-content:center}.hero-video-small{width:100%;max-width:670px;border-radius:12px;box-shadow:0 8px 24px #0000001f;border:1px solid #e0e0e0}.hero-content{flex:0 1 60%;color:#333;line-height:1.6;text-align:left}.hero-title{color:#036;margin-bottom:20px;font-size:2rem}.hero-list{padding-left:20px;margin:15px 0}@media (max-width: 768px){.hero-container{flex-direction:column;gap:30px}.hero-video-column,.hero-content{flex:1;width:100%}}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#fff}*{box-sizing:border-box}@media (max-width: 768px){.hero-title{font-size:2rem}.hero-subtitle{font-size:1.2rem}.hero-content{width:100%;padding:2rem 1rem}.hero-background{width:100%;opacity:.5}.nav{gap:1rem}.nav button{font-size:.9rem;padding:.4rem .8rem}.services-container h2{font-size:1.8rem}.footer-container{grid-template-columns:repeat(2,1fr)}}@media (max-width: 480px){.header-container{flex-direction:column;gap:1rem}.nav{flex-direction:column;gap:.5rem;width:100%}.nav button{width:100%;padding:.75rem}.hero-title{font-size:1.5rem}.hero-subtitle{font-size:1rem}.services-grid,.footer-container{grid-template-columns:1fr}}.app{display:flex;flex-direction:column}.main-content{flex:none}:root{color:#fff;background-color:#fff}html,body,#root{height:100%;margin:0}.app{display:flex;flex-direction:column;min-height:100vh}.main-content{flex:1;display:flex;flex-direction:column}.hero{flex:1;min-height:500px;display:flex;align-items:center;justify-content:center}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){a:visited{color:#747bff}button{background-color:#f9f9f9}}div[class*=zenvia-chat],div[id*=zenvia-chat],iframe[id*=zenvia-chat]{bottom:120px!important;right:30px!important;position:fixed!important}
