@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;600;700&family=Outfit:wght@400;600;800&display=swap";:root{--primary:#1a1a1a;--secondary:#e31e24;--accent:#b0181d;--text:#1f2937;--text-light:#6b7280;--bg:#fff;--surface:#f9fafb;--border:#e5e7eb;--radius:12px;--shadow:0 4px 6px -1px #0000001a, 0 2px 4px -2px #0000001a;--shadow-lg:0 10px 15px -3px #0000001a, 0 4px 6px -4px #0000001a}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;overflow-x:hidden}body{color:var(--text);background-color:var(--bg);width:100%;font-family:Inter,sans-serif;line-height:1.6;overflow-x:hidden}h1,h2,h3,h4{color:var(--primary);font-family:Outfit,sans-serif;line-height:1.2}a{color:inherit;text-decoration:none;transition:all .3s}ul{list-style:none}button,.cta-button{cursor:pointer;border-radius:var(--radius);border:none;align-items:center;gap:.5rem;padding:.8rem 1.5rem;font-weight:600;transition:all .3s cubic-bezier(.4,0,.2,1);display:inline-flex}.cta-primary{background-color:var(--primary);color:#fff}.cta-primary:hover{background-color:var(--accent);box-shadow:var(--shadow-lg);transform:translateY(-2px)}.cta-secondary{background-color:var(--secondary);color:var(--primary)}.cta-secondary:hover{background-color:var(--accent);color:#fff;box-shadow:var(--shadow-lg);transform:translateY(-2px)}.container{max-width:1200px;margin:0 auto;padding:0 2rem}section{padding:5rem 0}.glass{-webkit-backdrop-filter:blur(12px);background:#fffc;border:1px solid #ffffff4d}.section-header{text-align:center;max-width:700px;margin:0 auto 3.5rem}.section-header h2{margin-bottom:1rem;font-size:2.5rem}.section-header p{color:var(--text-light);font-size:1.1rem}@media (width<=768px){.container{padding:0 1.5rem}section{padding:3.5rem 0}.section-header h2{font-size:2rem}}.app-wrapper{width:100%;position:relative;overflow-x:hidden}.menu-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1400;opacity:0;visibility:hidden;background:#00000080;width:100%;height:100vh;transition:all .3s;position:fixed;top:0;left:0}.menu-overlay.active{opacity:1;visibility:visible}.header{z-index:2000;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-bottom:1px solid var(--border);background:#fffffff2;align-items:center;height:80px;padding:0;display:flex;position:sticky;top:0}.header .container{width:100%}.header nav{justify-content:space-between;align-items:center;display:flex;overflow:visible}.logo-container{z-index:2100;display:block;position:relative}.logo-container img{object-fit:contain;filter:drop-shadow(0 4px 6px #0000001a);width:auto;height:180px;margin-top:10px;transition:all .3s}.mobile-menu-btn{z-index:2000;cursor:pointer;background:0 0;border:none;padding:10px;display:none}.hamburger{background:var(--primary);width:25px;height:2px;transition:all .3s;position:relative}.hamburger:before,.hamburger:after{content:"";background:var(--primary);width:25px;height:2px;transition:all .3s;position:absolute}.hamburger:before{top:-8px;left:0}.hamburger:after{bottom:-8px;left:0}.hamburger.open{background:0 0}.hamburger.open:before{top:0;transform:rotate(45deg)}.hamburger.open:after{bottom:0;transform:rotate(-45deg)}.nav-links{color:var(--primary);gap:2rem;font-weight:600;display:flex}.nav-links a:hover{color:var(--accent)}.dev-credit{color:var(--secondary);text-underline-offset:4px;align-items:center;font-weight:700;text-decoration:underline;transition:all .3s;display:inline-flex}.dev-credit:hover{color:#fff;opacity:1;transform:translateY(-1px)}.hero{color:#fff;background:linear-gradient(135deg,#000c 0%,#0003 100%),url(/assets/posto_depois-CxPvlktR.jpeg) 50%/cover no-repeat;align-items:center;min-height:85vh;margin-top:-82px;padding-top:100px;display:flex;position:relative}.hero-content{max-width:650px}.hero-content h1{color:#fff;margin-bottom:1.5rem;font-size:clamp(2.5rem,5vw,4rem);font-weight:800;line-height:1.1}.hero-content p{color:#ffffffe6;margin-bottom:2.5rem;font-size:1.25rem}.hero-btns{flex-wrap:wrap;gap:1.2rem;display:flex}.services-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;display:grid}.service-card{border-radius:var(--radius);border:1px solid var(--border);background:#fff;flex-direction:column;gap:1.5rem;padding:2.5rem;transition:all .4s cubic-bezier(.4,0,.2,1);display:flex}.service-card:hover{box-shadow:var(--shadow-lg);border-color:var(--accent);transform:translateY(-10px)}.service-card-icon{width:50px;height:50px;color:var(--secondary);background:#e31e241a;border-radius:12px;justify-content:center;align-items:center;font-size:1.5rem;display:flex}.service-card h3{margin-bottom:.5rem;font-size:1.5rem}.portfolio-section{background-color:var(--surface)}.portfolio-grid{grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2.5rem;display:grid}.portfolio-item{border-radius:var(--radius);box-shadow:var(--shadow);background:#fff;overflow:hidden}.portfolio-img-wrapper{height:250px;position:relative;overflow:hidden}.portfolio-img-wrapper img{object-fit:cover;width:100%;height:100%;transition:transform .6s}.portfolio-item:hover .portfolio-img-wrapper img{transform:scale(1.1)}.portfolio-info{padding:1.5rem}.comparison-grid{grid-template-columns:1fr 1fr;gap:1rem;margin-top:2rem;display:grid}.comparison-card{border-radius:8px;position:relative;overflow:hidden}.comparison-label{background:var(--primary);color:#fff;border-radius:4px;padding:2px 10px;font-size:.8rem;font-weight:700;position:absolute;top:10px;left:10px}.about-flex{flex-wrap:wrap;align-items:center;gap:4rem;display:flex}.about-img{flex:1;min-width:300px;max-width:450px;position:relative}.about-img img{border-radius:var(--radius);width:100%;height:auto;box-shadow:var(--shadow-lg);display:block}.about-img:after{content:"";border:4px solid var(--secondary);border-radius:var(--radius);z-index:-1;width:100%;height:100%;position:absolute;top:20px;left:20px}.about-content{flex:1.5;min-width:300px}.about-content h2{margin-bottom:1.5rem}.about-content p{margin-bottom:1.5rem;font-size:1.1rem}.footer{background-color:var(--primary);color:#fff;padding:5rem 0 2rem}.footer-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;margin-bottom:3rem;display:grid}.footer-logo img{filter:brightness(0)invert()}.footer-brand-img{object-fit:contain;width:auto;height:250px;margin-top:-70px;margin-bottom:-7rem;margin-left:-20px}.footer-col h4{color:var(--secondary);margin-bottom:1.5rem;font-size:1.2rem}.footer-col p,.footer-col li{color:#ffffffb3;margin-bottom:.8rem}.social-links{gap:.8rem;margin-top:.2rem;margin-left:80px;display:flex}.social-icon{background:#ffffff1a;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:1.2rem;transition:all .3s;display:flex}.social-icon:hover{background:var(--secondary);color:var(--primary);transform:translateY(-3px)}.footer-bottom{text-align:center;color:#ffffff80;border-top:1px solid #ffffff1a;flex-direction:column;gap:.5rem;padding-top:2rem;font-size:.9rem;display:flex}.dev-credit-container{margin-top:.25rem}@media (width<=768px){section{padding:3rem 0}.header{height:60px}.logo-container img{height:130px;margin-top:12px}.footer{padding:0 0 1rem}.footer-grid{gap:.5rem;margin-bottom:1.5rem}.footer-brand-img{transform-origin:50%;height:120px;margin:10px auto 0;display:block;transform:scale(1.8)}.footer-logo p{text-align:center;margin-top:-3.5rem;margin-bottom:0;line-height:1.2}.social-links{justify-content:center;margin-top:.5rem;margin-left:0}.mobile-menu-btn{display:block}.nav-links{z-index:1500;visibility:hidden;background:#fff;flex-direction:column;gap:1.5rem;width:220px;height:100vh;padding:100px 1.5rem;transition:all .5s cubic-bezier(.4,0,.2,1);position:fixed;top:0;right:0;transform:translate(100%);box-shadow:-10px 0 30px #0003}.nav-links.mobile-open{visibility:visible;transform:translate(0)}.header .cta-primary{display:none}.hero{text-align:center;min-height:auto;margin-top:-80px;padding:140px 0 80px}.hero-content{margin:0 auto}.hero-btns{justify-content:center}.hero-btns .cta-button{width:100%}.about-flex{text-align:center;flex-direction:column-reverse;gap:2rem}.about-img{margin:0 auto}.comparison-grid{grid-template-columns:1fr}.footer-grid{text-align:center}.footer-logo img{margin:0 auto 1.5rem}.social-links{justify-content:center}}
