@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&family=Outfit:wght@400;600;700;800&display=swap";:root{--primary:#005bb5;--primary-hover:#004080;--whatsapp:#25d366;--whatsapp-hover:#1ebe5d;--dark:#0f172a;--dark-lighter:#1e293b;--gray:#64748b;--gray-light:#f1f5f9;--white:#fff;--text:#334155}*{box-sizing:border-box;margin:0;padding:0}body{color:var(--text);background-color:var(--gray-light);font-family:Inter,sans-serif;line-height:1.6;overflow-x:hidden}h1,h2,h3,h4,h5,h6{color:var(--dark);font-family:Outfit,sans-serif;line-height:1.2}a{color:inherit;text-decoration:none}ul{list-style:none}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 20px}.text-center{text-align:center}.text-primary{color:var(--primary)}.text-white{color:var(--white)}.bg-dark{background-color:var(--dark)}.bg-white{background-color:var(--white)}.flex{display:flex}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-4{gap:1rem}.gap-8{gap:2rem}.btn{cursor:pointer;border:none;border-radius:50px;justify-content:center;align-items:center;gap:.5rem;padding:1rem 2rem;font-size:1.1rem;font-weight:700;transition:all .3s;display:inline-flex}.btn-whatsapp{background-color:var(--whatsapp);color:var(--white);animation:2s infinite pulse-whatsapp;box-shadow:0 10px 25px #25d3664d}.btn-whatsapp:hover{background-color:var(--whatsapp-hover);transform:translateY(-3px);box-shadow:0 15px 30px #25d36666}.btn-primary{background-color:var(--primary);color:var(--white);box-shadow:0 10px 25px #005bb54d}.btn-primary:hover{background-color:var(--primary-hover);transform:translateY(-3px);box-shadow:0 15px 30px #005bb566}@keyframes pulse-whatsapp{0%{box-shadow:0 0 #25d366b3}70%{box-shadow:0 0 0 15px #25d36600}to{box-shadow:0 0 #25d36600}}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.animate-fade-in{opacity:0;animation:.8s forwards fadeIn}.delay-100{animation-delay:.1s}.delay-200{animation-delay:.2s}.delay-300{animation-delay:.3s}.section{padding:5rem 0}.header{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:1000;background:#fffffff2;width:100%;transition:all .3s;position:fixed;top:0;left:0;box-shadow:0 4px 20px #0000000d}.header-container{justify-content:space-between;align-items:center;height:80px;display:flex}.logo img{width:auto;height:50px}.header-right{align-items:center;gap:1.5rem;display:flex}.header-location{color:var(--primary);align-items:center;gap:.4rem;font-size:.9rem;font-weight:600;display:flex}.btn-header-wpp{padding:.6rem 1.4rem!important;font-size:.95rem!important}.hero{background:linear-gradient(135deg, var(--dark) 0%, var(--dark-lighter) 100%);min-height:100vh;color:var(--white);align-items:center;padding-top:80px;display:flex;position:relative;overflow:hidden}.hero:before{content:"";opacity:.2;z-index:0;background-image:url(/assets/camera-intelbras_02-D-TltVyb.jpg);background-position:50%;background-size:cover;position:absolute;inset:0}.hero-content{z-index:1;grid-template-columns:1fr 1fr;align-items:center;gap:3rem;display:grid;position:relative}.hero-text h1{color:var(--white);margin-bottom:1.5rem;font-size:3.5rem}.hero-text h1 span{color:#60a5fa;text-shadow:0 0 20px #60a5fa66}.hero-text p{color:#cbd5e1;margin-bottom:2rem;font-size:1.2rem}.hero-cta{flex-direction:column;align-items:flex-start;gap:1rem;display:flex}.hero-btn{width:fit-content}.hero-trust{color:#94a3b8;align-items:center;gap:.4rem;font-size:.88rem;display:flex}.hero-image{position:relative}.hero-image img{border:4px solid #ffffff1a;border-radius:20px;width:100%;transition:transform .5s;transform:perspective(1000px)rotateY(-5deg);box-shadow:0 25px 50px #0000004d}.hero-image:hover img{transform:perspective(1000px)rotateY(0)}.intelbras-badge{background:#fff;border-radius:12px;align-items:center;gap:10px;padding:15px 25px;display:flex;position:absolute;bottom:-20px;left:-20px;box-shadow:0 10px 30px #0003}.intelbras-badge img{width:auto;height:30px;box-shadow:none;border:none;transform:none}.features{background-color:var(--white)}.section-title{text-align:center;margin-bottom:4rem}.section-title h2{margin-bottom:1rem;font-size:2.5rem}.section-title p{color:var(--gray);max-width:600px;margin:0 auto;font-size:1.1rem}.features-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;display:grid}.feature-card{background:var(--gray-light);text-align:center;border:1px solid #0000000d;border-radius:20px;padding:2.5rem 2rem;transition:all .3s}.feature-card:hover{background:var(--white);transform:translateY(-10px);box-shadow:0 20px 40px #0000000d}.feature-icon{width:70px;height:70px;color:var(--primary);background:#005bb51a;border-radius:50%;justify-content:center;align-items:center;margin:0 auto 1.5rem;font-size:2rem;display:flex}.feature-card h3{margin-bottom:1rem;font-size:1.3rem}.about{background-color:var(--gray-light)}.about-content{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;display:grid}.about-image{position:relative}.about-image img{border-radius:20px;width:100%;box-shadow:0 20px 40px #0000001a}.about-text h2{margin-bottom:1.5rem;font-size:2.5rem}.about-text p{margin-bottom:1.5rem;font-size:1.1rem}.list-items{margin-bottom:2rem}.list-item{align-items:center;gap:1rem;margin-bottom:1rem;font-weight:500;display:flex}.list-icon{color:var(--primary)}.cta-section{background:linear-gradient(135deg, var(--primary) 0%, var(--primary-hover) 100%);color:#fff;text-align:center;padding:6rem 0}.cta-section h2{color:#fff;margin-bottom:1.5rem;font-size:3rem}.cta-section p{opacity:.9;max-width:600px;margin-bottom:3rem;margin-left:auto;margin-right:auto;font-size:1.2rem}.btn-cta{white-space:nowrap;padding:1.1rem 2.8rem;font-size:1.2rem}.footer{background-color:var(--dark);color:#fff;padding:4rem 0 2rem}.footer-grid{grid-template-columns:1fr 1fr 1fr;gap:3rem;margin-bottom:3rem;display:grid}.footer-col h3{color:#fff;margin-bottom:1.5rem;font-size:1.3rem}.footer-col p{color:#94a3b8;align-items:center;gap:.5rem;margin-bottom:1rem;display:flex}.social-links{gap:1rem;margin-top:1.5rem;display:flex}.social-link{background:#ffffff1a;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;transition:all .3s;display:flex}.social-link:hover{background:var(--primary);transform:translateY(-3px)}.footer-bottom{text-align:center;color:#64748b;border-top:1px solid #ffffff1a;padding-top:2rem;font-size:.9rem}@media (width<=992px){.hero-content{text-align:center;grid-template-columns:1fr;padding-top:2rem}.hero-text h1{font-size:2.5rem}.hero-image{max-width:560px;margin:0 auto}.intelbras-badge{white-space:nowrap;bottom:-15px;left:50%;transform:translate(-50%)}.about-content{grid-template-columns:1fr}.about-text{order:-1}}@media (width<=768px){.header-container{height:64px;padding:0 16px}.logo img{height:36px}.header-right{gap:.75rem}.header-location,.btn-header-wpp{display:none}.header-container{justify-content:center}.hero{padding-top:64px;padding-bottom:3rem}.hero-content{gap:2rem}.hero-cta{align-items:center}.hero-trust{justify-content:center}.hero-btn{justify-content:center;width:100%}.hero-text h1{font-size:1.75rem;line-height:1.3}.hero-text p{font-size:1rem}.hero-image img{border-radius:14px;transform:none}.intelbras-badge{padding:10px 16px;font-size:.8rem;bottom:-18px}.hero-image{padding-bottom:28px}.btn{padding:.85rem 1.5rem;font-size:.95rem}.section{padding:3rem 0}.section-title h2{font-size:1.8rem}.section-title p{font-size:.95rem}.features-grid{grid-template-columns:1fr 1fr;gap:1rem}.feature-card{padding:1.5rem 1rem}.feature-card h3{font-size:1rem}.feature-card p{font-size:.88rem}.feature-icon{width:55px;height:55px}.about-text h2{font-size:1.8rem}.about-text p{font-size:.95rem}.cta-section{padding:4rem 0}.cta-section h2{font-size:1.8rem}.cta-section p{margin-bottom:2rem;font-size:1rem}.btn-cta{white-space:nowrap;width:100%;max-width:340px;padding:.9rem 1.5rem;font-size:1rem}.footer-grid{grid-template-columns:1fr;gap:2rem}.floating-whatsapp{width:52px;height:52px;bottom:20px;right:16px}}@media (width<=400px){.features-grid{grid-template-columns:1fr}.hero-text h1{font-size:1.5rem}.nav-links>div{display:none}}.floating-whatsapp{background-color:var(--whatsapp);color:#fff;z-index:999;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;transition:all .3s;animation:2s infinite pulse-whatsapp;display:flex;position:fixed;bottom:30px;right:30px;box-shadow:0 4px 20px #25d36666}.floating-whatsapp:hover{transform:scale(1.1)}
