:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}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){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}.header{background:#1a1a1af2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:.5rem 1rem;position:fixed;width:100%;top:0;left:0;z-index:1000;transition:all .3s ease;height:80px;display:flex;align-items:center}.header.scrolled{background:#1a1a1afa;box-shadow:0 2px 10px #0000004d}.header-content{display:flex;justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;position:relative;width:100%;height:100%}.logo{font-size:1.5rem;font-weight:700;color:var(--text-light);text-decoration:none;z-index:1001;display:flex;align-items:center;height:100%;padding:.5rem 0}.logo img{height:90px;width:auto;transition:all .3s ease;object-fit:contain}.menu-toggle{display:none;background:none;border:none;cursor:pointer;padding:0;z-index:1001;width:30px;height:24px;position:relative}.hamburger-line{display:block;width:100%;height:2px;background-color:var(--text-light);transition:all .3s ease;position:absolute}.hamburger-line:first-child{top:0}.hamburger-line:nth-child(2){top:50%;transform:translateY(-50%)}.hamburger-line:last-child{bottom:0}.menu-toggle.active .hamburger-line:first-child{transform:translateY(11px) rotate(45deg)}.menu-toggle.active .hamburger-line:nth-child(2){opacity:0}.menu-toggle.active .hamburger-line:last-child{transform:translateY(-11px) rotate(-45deg)}.nav-links{display:flex;align-items:center}.nav-links ul{display:flex;list-style:none;margin:0;padding:0;gap:2rem}.nav-links a{color:var(--text-light);text-decoration:none;font-weight:500;transition:all .3s ease;font-size:1rem;padding:.5rem 0}.nav-links a:hover{color:var(--primary-color)}.nav-overlay{display:none;position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;z-index:999}@media (max-width: 768px){.menu-toggle,.nav-overlay.active{display:block}.nav-links{position:fixed;top:0;right:-100%;width:75%;max-width:300px;height:100vh;background:var(--background-dark);transition:right .3s ease;z-index:1000;padding:80px 0 20px;display:flex;flex-direction:column;justify-content:flex-start}.nav-links.active{right:0}.nav-links ul{flex-direction:column;align-items:center;gap:2rem;width:100%;padding:0}.nav-links li{width:100%;text-align:center}.nav-links a{display:block;padding:1rem 0;font-size:1.2rem;width:100%}.nav-overlay{display:none}.nav-overlay.active{display:block}}@media (max-width: 480px){.header,.logo img{height:70px}.nav-links{width:85%}}.hero{background:var(--background-dark);color:var(--text-light);padding:180px 0 100px;position:relative;overflow:hidden;text-align:center;min-height:100vh;display:flex;align-items:center;justify-content:center}.hero-background{position:absolute;top:0;left:0;right:0;bottom:0;background-size:cover;background-position:center;opacity:.1}.hero-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(45deg,rgba(0,255,140,.1),transparent)}.hero-content{position:relative;z-index:1;max-width:800px;margin:0 auto;padding:0 20px}.hero h1{font-size:clamp(2.5rem,8vw,4rem);margin-bottom:1.5rem;line-height:1.2;background:linear-gradient(45deg,#fff,var(--primary-color));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero p{font-size:clamp(1.1rem,3vw,1.3rem);margin-bottom:2.5rem;color:#ffffffe6;line-height:1.6}.hero-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.btn{padding:1rem 2rem;border-radius:30px;font-weight:600;transition:all .3s ease;font-size:clamp(.9rem,2vw,1rem);text-transform:uppercase;letter-spacing:1px}.primary-btn{background:var(--primary-color);color:var(--text-dark);border:none}.primary-btn:hover{background:var(--primary-hover);transform:translateY(-3px);box-shadow:0 10px 20px #00ff8c33}.secondary-btn{background:transparent;color:var(--text-light);border:2px solid var(--primary-color)}.secondary-btn:hover{background:var(--primary-color);color:var(--text-dark);transform:translateY(-3px);box-shadow:0 10px 20px #00ff8c33}@media (max-width: 768px){.hero{padding:150px 0 80px}.hero-buttons{flex-direction:column}.btn{width:100%;text-align:center}}.carousel-section{background:var(--background-dark);padding:80px 0;position:relative;overflow:hidden}.carousel-section:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(45deg,rgba(0,255,140,.05),transparent);pointer-events:none}.carousel-container{max-width:1200px;margin:0 auto;padding:0 80px;position:relative;z-index:2}.carousel-wrapper{position:relative;border-radius:20px;overflow:hidden;background:var(--card-background);border:1px solid rgba(0,255,140,.1);box-shadow:0 10px 30px #0000004d;height:450px}.carousel-slide{width:100%;height:100%}.slide-content{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:3rem;padding:3rem;height:100%;box-sizing:border-box}.slide-text{color:var(--text-light);display:flex;flex-direction:column;justify-content:flex-start;height:100%;position:relative}.slide-text h2{font-size:clamp(2rem,4vw,3rem);color:var(--primary-color);margin-bottom:.5rem;font-weight:700;line-height:1.2}.slide-text h3{font-size:clamp(1.2rem,3vw,1.5rem);color:#ffffffe6;margin-bottom:1rem;font-weight:400;line-height:1.3}.slide-text p{font-size:clamp(1rem,2.5vw,1.1rem);color:#fffc;line-height:1.6;margin-bottom:0;flex-grow:0}.slide-button-container{position:absolute;bottom:0;left:0;right:0;margin:0}.slide-button{display:inline-block;background:var(--primary-color);color:var(--text-dark);padding:1rem 2rem;border-radius:30px;text-decoration:none;font-weight:600;font-size:1rem;text-transform:uppercase;letter-spacing:1px;transition:all .3s ease;border:none;cursor:pointer}.slide-button:hover{background:var(--primary-hover);transform:translateY(-3px);box-shadow:0 10px 20px #00ff8c4d}.slide-image{display:flex;justify-content:center;align-items:center;width:100%;height:300px;overflow:hidden}.slide-image img{width:100%;height:100%;border-radius:15px;object-fit:cover;object-position:center}.carousel-nav{display:none!important}@media (max-width: 1024px){.carousel-container{padding:0 40px}}@media (max-width: 768px){.carousel-section{padding:60px 0}.carousel-container{padding:0 20px}.carousel-wrapper{height:350px}.slide-content{grid-template-columns:1fr 1fr;gap:1.5rem;padding:2rem 1.5rem}.slide-image{height:220px}.slide-text h2{font-size:clamp(1.4rem,4vw,1.8rem);margin-bottom:.5rem}.slide-text h3{font-size:clamp(1rem,3vw,1.2rem);margin-bottom:.5rem}.slide-text p{font-size:clamp(.85rem,2.5vw,.95rem);margin-bottom:0}.slide-button{padding:.7rem 1.3rem;font-size:.85rem}.slide-button-container{position:absolute;bottom:0;left:0;right:0}}@media (max-width: 480px){.carousel-section{padding:40px 0}.carousel-container{padding:0 15px}.carousel-wrapper{height:auto;min-height:500px;border-radius:15px}.slide-content{grid-template-columns:1fr;gap:1.5rem;padding:2rem 1.5rem;text-align:center}.slide-text{order:2;justify-content:flex-start;position:relative;min-height:250px}.slide-image{order:1;height:200px;margin-bottom:1rem}.slide-image img{border-radius:10px;object-fit:cover}.slide-text h2{font-size:clamp(1.8rem,6vw,2.2rem);margin-bottom:.8rem;line-height:1.1}.slide-text h3{font-size:clamp(1.1rem,4vw,1.3rem);margin-bottom:.8rem;line-height:1.2}.slide-text p{font-size:clamp(.95rem,3.5vw,1.1rem);margin-bottom:0;line-height:1.5;text-align:center}.slide-button{padding:1rem 2rem;font-size:.9rem;width:100%;max-width:250px;margin:0 auto}.slide-button-container{position:absolute;bottom:0;left:0;right:0;display:flex;justify-content:center}}@media (max-width: 360px){.carousel-wrapper{min-height:450px;border-radius:12px}.slide-content{padding:1.5rem 1rem;gap:1rem}.slide-text{min-height:220px}.slide-image{height:160px}.slide-text h2{font-size:clamp(1.5rem,7vw,1.9rem);margin-bottom:.6rem}.slide-text h3{font-size:clamp(1rem,5vw,1.2rem);margin-bottom:.6rem}.slide-text p{font-size:clamp(.9rem,4vw,1rem);margin-bottom:0}.slide-button{padding:.9rem 1.8rem;font-size:.85rem;max-width:220px}}.services{background-color:var(--background-dark);padding:80px 1rem;color:var(--text-light)}.services h2{text-align:center;margin-bottom:3rem;font-size:clamp(2rem,5vw,2.5rem);color:var(--primary-color)}.service-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;padding:1rem 0}.service-item{background:var(--card-background);padding:2rem;border-radius:15px;border:1px solid rgba(0,255,140,.1);transition:all .3s ease;display:flex;flex-direction:column}.service-item:hover{transform:translateY(-10px);background:var(--card-hover);border-color:var(--primary-color);box-shadow:0 10px 30px #00ff8c1a}.service-item h3{color:var(--primary-color);margin-bottom:1rem;font-size:clamp(1.25rem,3vw,1.5rem)}.service-item p{color:#fffc;line-height:1.6;margin-bottom:1.5rem;flex-grow:1}.service-buttons{display:flex;justify-content:center;margin-top:auto}.service-link{display:inline-block;padding:.75rem 1.5rem;background-color:transparent;border:2px solid var(--primary-color);color:var(--primary-color);text-decoration:none;border-radius:5px;font-weight:700;transition:all .3s ease;text-align:center}.service-link:hover{background-color:var(--primary-color);color:var(--text-dark);transform:translateY(-3px)}@media (max-width: 768px){.services{padding:60px 1rem}.service-list{grid-template-columns:1fr}.service-link{width:100%}}.why-us{background-color:var(--background-dark);padding:100px 0;position:relative;overflow:hidden}.why-us:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(-45deg,rgba(0,255,140,.05),transparent);pointer-events:none}.why-us h2{text-align:center;font-size:clamp(2rem,5vw,2.5rem);color:var(--primary-color);margin-bottom:3rem}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:4rem}.feature-card{background:var(--card-background);padding:2rem;border-radius:15px;border:1px solid rgba(0,255,140,.1);transition:all .3s ease;text-align:center}.feature-card:hover{transform:translateY(-10px);background:var(--card-hover);border-color:var(--primary-color);box-shadow:0 10px 30px #00ff8c1a}.feature-icon-wrapper{background:#00ff8c1a;width:60px;height:60px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem}.feature-emoji{font-size:2rem}.feature-card h3{color:var(--primary-color);margin-bottom:1rem;font-size:1.25rem}.feature-card p{color:#fffc;line-height:1.6}.stats-container{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;margin-top:4rem;text-align:center}.stat-item h4{font-size:clamp(2rem,4vw,3rem);color:var(--primary-color);margin-bottom:.5rem}.stat-item p{color:#fffc;font-size:1.1rem}@media (max-width: 768px){.why-us{padding:60px 0}.features-grid{grid-template-columns:1fr}.stats-container{grid-template-columns:1fr;gap:3rem}}.about{background:var(--background-dark);color:var(--text-light);padding:80px 1rem;position:relative}.about:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(-45deg,rgba(0,255,140,.05),transparent);pointer-events:none}.about h2{text-align:center;font-size:clamp(2rem,5vw,2.5rem);margin-bottom:2rem;color:var(--primary-color)}.about-content{max-width:800px;margin:0 auto;position:relative;z-index:1}.about-text p{text-align:justify;color:#ffffffe6;margin-bottom:1rem;font-size:clamp(1rem,2.5vw,1.1rem);line-height:1.6}.about .btn{display:inline-block;margin-top:1rem;font-size:clamp(.875rem,2.5vw,1rem);padding:.75rem 1.5rem}@media (max-width: 768px){.about{padding:60px 1rem}}.payment-methods{background-color:var(--background-dark);padding:3rem 0;text-align:center}.payment-methods h2{color:var(--primary-color);font-size:2rem;margin-bottom:2rem}.payment-icons{display:flex;justify-content:center;gap:3rem;flex-wrap:wrap}.payment-icon{display:flex;flex-direction:column;align-items:center;color:var(--text-light)}.payment-icon svg{margin-bottom:.5rem}.payment-icon span{font-size:.9rem}@media (max-width: 768px){.payment-methods{padding:2rem 0}.payment-icons{gap:2rem}.payment-icon svg{width:30px;height:30px}}.footer{background:var(--background-dark);color:var(--text-light);padding:3rem 0 2rem;border-top:1px solid rgba(0,255,140,.1)}.footer-content{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:2rem}.footer-brand{display:flex;flex-direction:row;align-items:center;gap:2rem}.footer-logo{display:flex;align-items:center}.footer-logo img{height:80px;width:auto;object-fit:contain}.footer-social{display:flex;gap:1.5rem;align-items:center}.footer-social a{color:var(--text-light);font-size:1.5rem;transition:all .3s ease}.footer-social a:hover{color:var(--primary-color);transform:translateY(-3px)}.footer-nav{display:flex;gap:2rem;align-items:center;padding-top:1rem}.footer-nav a{color:var(--text-light);text-decoration:none;transition:all .3s ease}.footer-nav a:hover{color:var(--primary-color)}.footer-bottom{text-align:center;padding-top:2rem;border-top:1px solid rgba(255,255,255,.1);color:#fff9;margin-top:2rem}.footer-bottom p{margin:.5rem 0}@media (max-width: 768px){.footer-content{flex-direction:column;gap:2rem;text-align:center}.footer-brand{flex-direction:column;gap:1.5rem}.footer-logo img{height:70px}.footer-nav{flex-wrap:wrap;justify-content:center;gap:1.5rem;padding-top:0}.footer-social{justify-content:center}}@media (max-width: 480px){.footer{padding:2rem 0 1.5rem}.footer-logo img{height:60px}}.portfolio-page{padding-top:80px;background:var(--background-dark);min-height:100vh;color:var(--text-light);position:relative}.portfolio-page:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(45deg,rgba(0,255,140,.1),transparent);pointer-events:none;z-index:1}.portfolio-hero,.portfolio-grid{position:relative;z-index:2}.portfolio-hero{text-align:center;padding:60px 0}.portfolio-hero h1{font-size:3rem;margin-bottom:1rem;color:var(--primary-color)}.portfolio-hero p{font-size:1.2rem;max-width:600px;margin:0 auto}.projects-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;padding:2rem 0}.project-card{background:#ffffff0d;border-radius:15px;overflow:hidden;transition:all .3s ease}.project-image{width:100%;height:200px;overflow:hidden}.project-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.project-card:hover .project-image img{transform:scale(1.05)}.project-content{padding:1.5rem}.project-content h3{color:var(--primary-color);margin-bottom:.5rem}.project-tags{display:flex;flex-wrap:wrap;gap:.5rem;margin:1rem 0}.tag{background:#00ff8c1a;color:var(--primary-color);padding:.25rem .75rem;border-radius:15px;font-size:.8rem}.project-btn{display:inline-block;background:var(--primary-color);color:var(--background-dark);padding:.5rem 1rem;border-radius:5px;text-decoration:none;transition:all .3s ease}.project-btn:hover{background:var(--text-light);color:var(--background-dark)}@media (max-width: 768px){.portfolio-hero h1{font-size:2rem}.portfolio-hero p{font-size:1rem}.projects-grid{grid-template-columns:1fr}}.cameras-page{padding-top:80px;background:var(--background-dark);min-height:100vh;color:var(--text-light)}.cameras-page .cameras-hero{background:linear-gradient(135deg,var(--background-dark),var(--card-background));position:relative;min-height:70vh;display:flex;align-items:center;justify-content:center;overflow:hidden}.cameras-page .cameras-hero:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background-image:url(/fondo-camara.png);background-size:cover;background-position:center;background-repeat:no-repeat;opacity:.08;z-index:1}.cameras-page .cameras-hero:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(45deg,rgba(0,255,140,.1),transparent);pointer-events:none;z-index:2}.cameras-page .hero-content{position:relative;z-index:3;text-align:center;max-width:800px;padding:0 20px}.cameras-page .hero-content h1{font-size:clamp(2.5rem,6vw,4rem);margin-bottom:1.5rem;color:var(--text-light);background:linear-gradient(45deg,#fff,var(--primary-color));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-shadow:0 2px 4px rgba(0,0,0,.3)}.cameras-page .hero-content p{font-size:clamp(1.1rem,3vw,1.3rem);margin-bottom:2.5rem;color:#ffffffe6;text-shadow:0 1px 2px rgba(0,0,0,.5)}.cameras-page .hero-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.cameras-page .cta-section{background:linear-gradient(135deg,var(--primary-color),var(--primary-hover));padding:30px 0;text-align:center}.cameras-page .cta-content h2{font-size:clamp(2rem,4vw,2.5rem);color:var(--text-dark);margin-bottom:10px}.cameras-page .cta-content p{font-size:1.2rem;color:var(--text-dark);margin-bottom:10px;opacity:.8}.cameras-page .cta-button{display:inline-block;background:var(--text-dark);color:var(--primary-color);padding:1rem 2rem;margin-top:10px;margin-bottom:10px;border-radius:30px;text-decoration:none;font-weight:600;font-size:1.1rem;transition:all .3s ease;text-transform:uppercase;letter-spacing:1px}.cameras-page .cta-button:hover{background:var(--background-dark);transform:translateY(-3px);box-shadow:0 10px 20px #0000004d}.cameras-page .installation-types{padding:80px 0;background:var(--background-dark)}.cameras-page .installation-types h2{text-align:center;font-size:clamp(2rem,4vw,2.5rem);color:var(--primary-color);margin-bottom:3rem}.cameras-page .types-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.cameras-page .type-card{background:var(--card-background);padding:2rem;border-radius:15px;border:1px solid rgba(0,255,140,.1);text-align:center;transition:all .3s ease}.cameras-page .type-card:hover{transform:translateY(-10px);background:var(--card-hover);border-color:var(--primary-color);box-shadow:0 10px 30px #00ff8c1a}.cameras-page .type-icon{font-size:3rem;margin-bottom:1rem}.cameras-page .type-card h3{color:var(--primary-color);margin-bottom:.5rem;font-size:1.3rem}.cameras-page .type-card p{color:#fffc;line-height:1.6}.cameras-page .features-section{padding:80px 0;background:var(--card-background)}.cameras-page .features-section h2{text-align:center;font-size:clamp(2rem,4vw,2.5rem);color:var(--primary-color);margin-bottom:3rem}.cameras-page .features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}.cameras-page .feature-card{background:var(--background-dark);padding:2rem;border-radius:15px;border:1px solid rgba(0,255,140,.1);text-align:center;transition:all .3s ease}.cameras-page .feature-card:hover{transform:translateY(-5px);border-color:var(--primary-color);box-shadow:0 10px 30px #00ff8c1a}.cameras-page .feature-icon{font-size:2.5rem;margin-bottom:1rem}.cameras-page .feature-card h3{color:var(--primary-color);margin-bottom:1rem;font-size:1.3rem}.cameras-page .feature-card p{color:#fffc;line-height:1.6}.cameras-page .products-section{padding:80px 0;background:var(--background-dark)}.cameras-page .products-section h2{text-align:center;font-size:clamp(2rem,4vw,2.5rem);color:var(--primary-color);margin-bottom:3rem}.cameras-page .products-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}.cameras-page .product-card{background:var(--card-background);border-radius:15px;border:1px solid rgba(0,255,140,.1);overflow:hidden;transition:all .3s ease}.cameras-page .product-card:hover{transform:translateY(-10px);border-color:var(--primary-color);box-shadow:0 15px 40px #00ff8c1a}.cameras-page .product-image{height:200px;overflow:hidden;background:#ffffff0d;display:flex;align-items:center;justify-content:center}.cameras-page .product-image img{width:100%;height:100%;object-fit:contain;padding:1rem}.cameras-page .product-content{padding:1.5rem}.cameras-page .product-content h3{color:var(--primary-color);margin-bottom:1rem;font-size:1.3rem}.cameras-page .product-features{list-style:none;margin-bottom:1.5rem}.cameras-page .product-features li{color:#fffc;margin-bottom:.5rem;font-size:.9rem}.cameras-page .product-button{display:block;background:var(--primary-color);color:var(--text-dark);padding:.75rem 1.5rem;border-radius:25px;text-decoration:none;text-align:center;font-weight:600;transition:all .3s ease}.cameras-page .product-button:hover{background:var(--primary-hover);transform:translateY(-2px)}.cameras-page .contact-section{padding:80px 0;background:linear-gradient(135deg,var(--card-background),var(--background-dark));text-align:center}.cameras-page .contact-content h2{font-size:clamp(2rem,4vw,2.5rem);color:var(--primary-color);margin-bottom:1rem}.cameras-page .contact-content p{font-size:1.2rem;color:#fffc;margin-bottom:2rem}.cameras-page .contact-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.cameras-page .contact-btn{display:inline-flex;align-items:center;gap:.5rem;padding:1rem 2rem;border-radius:30px;text-decoration:none;font-weight:600;transition:all .3s ease;font-size:1rem}.cameras-page .contact-btn.whatsapp{background:#25d366;color:#fff}.cameras-page .contact-btn.phone{background:var(--primary-color);color:var(--text-dark)}.cameras-page .contact-btn:hover{transform:translateY(-3px);box-shadow:0 10px 20px #0003}@media (max-width: 768px){.cameras-page .cameras-hero{min-height:60vh}.cameras-page .cameras-hero:before{opacity:.12}.cameras-page .hero-buttons{flex-direction:column;align-items:center}.cameras-page .btn{width:100%;max-width:300px}.cameras-page .types-grid,.cameras-page .features-grid,.cameras-page .products-grid{grid-template-columns:1fr}.cameras-page .contact-buttons{flex-direction:column;align-items:center}.cameras-page .contact-btn{width:100%;max-width:300px;justify-content:center}}:root{--primary-color: #00ff8c;--primary-hover: #00cc70;--text-light: #ffffff;--text-dark: #1a1a1a;--background-dark: #1a1a1a;--background-light: #f8f9fa;--card-background: #242424;--card-hover: #2a2a2a}*{margin:0;padding:0;box-sizing:border-box}html,body,#root{width:100%;height:100%;margin:0;padding:0;overflow-x:hidden}body{font-family:Poppins,sans-serif;line-height:1.6;color:var(--text-light);background-color:var(--background-dark)}.App{width:100%;min-height:100vh;display:flex;flex-direction:column}.main-content{width:100%;flex:1;display:flex;flex-direction:column}section{width:100%;display:flex;justify-content:center;align-items:center}.section-inner{width:100%;max-width:1200px;padding:0 20px;margin:0 auto}.btn{display:inline-block;padding:12px 24px;background:var(--primary-color);color:var(--text-dark);text-decoration:none;border-radius:30px;font-weight:600;transition:all .3s ease;border:none;cursor:pointer;text-transform:uppercase;letter-spacing:.5px}.btn:hover{background:var(--primary-hover);transform:translateY(-3px);box-shadow:0 5px 15px #00ff8c4d}.whatsapp-button{position:fixed;bottom:20px;right:20px;background-color:var(--primary-color);color:var(--text-dark);border-radius:50%;width:60px;height:60px;display:flex;justify-content:center;align-items:center;font-size:30px;box-shadow:0 2px 10px #00ff8c4d;transition:all .3s ease;z-index:1000;text-decoration:none}.whatsapp-button:hover{transform:scale(1.1);background-color:var(--primary-hover);box-shadow:0 5px 15px #00ff8c66}@media (max-width: 768px){.section-inner{padding:0 15px}}
