@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600&family=Outfit:wght@400;500;600;700;800&display=swap";html{scroll-behavior:smooth}:root{--primary: #FFB800;--primary-hover: #FFA000;--bg-dark: #FFFFFF;--bg-darker: #F8FAFC;--bg-card: #FFFFFF;--border: #E2E8F0;--text-main: #0F172A;--text-muted: #64748B;--font-heading: "Outfit", sans-serif;--font-body: "Inter", sans-serif}*{margin:0;padding:0;box-sizing:border-box}body{font-family:var(--font-body);background-color:var(--bg-dark);color:var(--text-main);line-height:1.6;overflow-x:hidden;-webkit-font-smoothing:antialiased}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);line-height:1.2}a{text-decoration:none;color:inherit}ul{list-style:none}button{font-family:var(--font-heading);cursor:pointer;border:none;background:transparent}.glass-panel{background:var(--bg-card);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid var(--border);border-radius:1.5rem}@keyframes fadeUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.animate-fade-up{animation:fadeUp .8s cubic-bezier(.16,1,.3,1) forwards}.delay-100{animation-delay:.1s}.delay-200{animation-delay:.2s}.delay-300{animation-delay:.3s}.delay-400{animation-delay:.4s}.delay-500{animation-delay:.5s}.hover-lift{transition:transform .3s ease,box-shadow .3s ease}.hover-lift:hover{transform:translateY(-5px);box-shadow:0 10px 30px -10px #ffb80026}.nav-links{display:flex}@media(max-width:768px){.nav-links{display:none!important}}.nav-link{color:var(--text-main);transition:color .3s ease;position:relative}.nav-link:hover{color:var(--primary)}.nav-link:after{content:"";position:absolute;bottom:-4px;left:0;width:0%;height:2px;background-color:var(--primary);transition:width .3s ease}.nav-link:hover:after{width:100%}.glass-panel{background:#fff;border:1px solid #E2E8F0;box-shadow:0 4px 6px -1px #0000000d,0 2px 4px -1px #00000008}.bg-pattern{background-color:#f8fafc}.hero-bg:after{background:linear-gradient(to bottom,transparent 0%,rgba(255,255,255,.9) 100%)}.nav-link.active:after{width:100%}.nav-link.active{color:var(--primary)}@media(max-width:900px){.desktop-menu,.desktop-social{display:none!important}.mobile-toggle{display:block!important}}.nav-dropdown:hover .dropdown-menu{opacity:1!important;visibility:visible!important;transform:translateY(0)!important}.dropdown-item{display:block;padding:.75rem 1.5rem;color:var(--text-main);font-size:.95rem;transition:all .2s;white-space:nowrap}.dropdown-item:hover{background:var(--bg-darker);color:var(--primary);padding-left:1.75rem}.mobile-link{display:block;padding:.75rem 1rem;color:var(--text-main);font-weight:500;text-decoration:none;border-bottom:1px solid var(--border)}.mobile-link.active-mobile{color:var(--primary)}.mobile-link.small{padding:.5rem 0;border-bottom:none;font-size:.9rem;color:var(--text-muted)}.social-icon:hover{color:var(--primary)!important}.whatsapp-float{position:fixed;bottom:30px;right:30px;background-color:#25d366;color:#fff;width:60px;height:60px;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 15px #25d36666;z-index:1000;cursor:pointer;transition:all .3s ease;animation:pulse-whatsapp 2s infinite}.whatsapp-float:hover{transform:scale(1.1);box-shadow:0 6px 20px #25d36699}@keyframes pulse-whatsapp{0%{box-shadow:0 0 #25d366b3}70%{box-shadow:0 0 0 10px #25d36600}to{box-shadow:0 0 #25d36600}}.phone-float{position:fixed;bottom:105px;right:30px;background-color:#007bff;color:#fff;width:60px;height:60px;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 15px #007bff66;z-index:1000;cursor:pointer;transition:all .3s ease;animation:pulse-phone 2s infinite}.phone-float:hover{transform:scale(1.1);box-shadow:0 6px 20px #007bff99}@keyframes pulse-phone{0%{box-shadow:0 0 #007bffb3}70%{box-shadow:0 0 0 10px #007bff00}to{box-shadow:0 0 #007bff00}}.gallery-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;scrollbar-width:none}.gallery-grid::-webkit-scrollbar{display:none}.slider-arrow{position:absolute;top:50%;transform:translateY(-50%);background:#fff;border-radius:50%;width:44px;height:44px;display:flex!important;align-items:center;justify-content:center;box-shadow:0 4px 12px #00000026;border:1px solid var(--border);cursor:pointer;z-index:10;color:var(--text-main);transition:all .2s;display:none!important}.slider-arrow:hover{background:var(--primary);color:var(--bg-dark);border-color:var(--primary)}.slider-arrow-left{left:-22px}.slider-arrow-right{right:-22px}@media(max-width:768px){.slider-arrow{display:flex!important}.slider-arrow-left{left:-10px}.slider-arrow-right{right:-10px}.gallery-grid{grid-template-columns:none;grid-template-rows:repeat(2,200px);grid-auto-flow:column;grid-auto-columns:calc(50% - .5rem);gap:1rem;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;padding:.5rem}.gallery-item{scroll-snap-align:start;height:200px!important}}.footer-grid{display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));text-align:left;margin-bottom:3rem;border-bottom:1px solid var(--border);padding-bottom:3rem}.footer-bottom{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem}@media(max-width:768px){.footer-grid{text-align:center!important;justify-items:center}.footer-grid>div{display:flex;flex-direction:column;align-items:center;text-align:center!important}.footer-bottom{flex-direction:column!important;text-align:center!important;justify-content:center!important}}.container{max-width:1200px;margin:0 auto;padding:0 1.5rem}section{padding:6rem 0;position:relative}.section-header{text-align:center;margin-bottom:4rem}.section-title{font-size:2.5rem;font-weight:800;margin-bottom:1rem;color:var(--text-main)}.section-subtitle{color:var(--text-muted);font-size:1.125rem;max-width:600px;margin:0 auto}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:1rem 2rem;border-radius:999px;font-weight:600;font-size:1.125rem;transition:all .3s ease}.btn-primary{background:var(--primary);color:var(--bg-dark);box-shadow:0 4px 14px #ffb80066}.btn-primary:hover{background:var(--primary-hover);transform:translateY(-2px);box-shadow:0 6px 20px #ffb80099}.btn-outline{border:1px solid rgba(255,255,255,.2);color:var(--text-main);background:#ffffff0d;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.btn-outline:hover{background:#ffffff1a;border-color:#ffffff4d;transform:translateY(-2px)}.hero{min-height:100vh;display:flex;align-items:center;position:relative;overflow:hidden}.hero-bg{position:absolute;inset:0;z-index:-2}.hero-bg img{width:100%;height:100%;object-fit:cover}.hero-overlay{position:absolute;inset:0;background:linear-gradient(135deg,#0f172acc,#0f172a66);z-index:-1}.hero-container-glass{width:100%;height:100%;display:flex;align-items:center;position:relative;z-index:10}.hero-content-glass{max-width:800px;margin-top:4rem}.hero-badge-glass{display:inline-flex;align-items:center;gap:.5rem;background:#ffb80033;border:1px solid rgba(255,184,0,.5);color:var(--primary);padding:.5rem 1rem;border-radius:999px;font-weight:700;font-size:.875rem;margin-bottom:2rem;text-transform:uppercase;letter-spacing:.05em;box-shadow:0 4px 10px #0000001a}.hero-title-glass{font-size:5rem;font-weight:800;line-height:1.1;margin-bottom:2rem;color:#fff;text-shadow:0 4px 10px rgba(0,0,0,.4)}.hero-title-glass span{color:var(--primary);text-shadow:none}.hero-subtitle-glass{font-size:1.15rem;color:#e2e8f0;font-weight:400;margin-bottom:2.5rem;line-height:1.7}.hero-checks-glass{display:flex;flex-wrap:wrap;gap:1.5rem;margin-bottom:3rem}.hero-check-glass{display:flex;align-items:center;gap:.5rem;font-weight:500;color:#fff;font-size:.95rem}.hero-check-glass svg{color:var(--primary)}.btn-glow{box-shadow:0 4px 14px #ffb80066}.btn-glow:hover{box-shadow:0 6px 20px #ffb80099}.btn-outline-glass{border:1px solid rgba(255,255,255,.3);color:#fff;background:#ffffff1a;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:1rem 2rem;border-radius:999px;font-weight:600;font-size:1.125rem;transition:all .3s ease}.btn-outline-glass:hover{background:#fff3;border-color:#ffffff80;transform:translateY(-2px)}.about-section{position:relative;padding:8rem 0;background:var(--bg-dark);overflow:hidden}.about-container{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;position:relative;z-index:2}.about-badge{display:inline-flex;align-items:center;gap:.5rem;background:#ffb8001a;color:var(--primary);padding:.5rem 1.25rem;border-radius:999px;font-weight:700;font-size:.875rem;margin-bottom:1.5rem;text-transform:uppercase;letter-spacing:.05em;border:1px solid rgba(255,184,0,.3)}.about-content h2 span{color:var(--primary);position:relative}.about-text{color:var(--text-muted);font-size:1.1rem;line-height:1.7;margin-bottom:1.5rem}.about-features{display:flex;gap:1.5rem;margin-top:2.5rem;flex-wrap:wrap}.about-feature{display:flex;align-items:center;gap:.75rem;font-weight:600;color:var(--text-main)}.about-feature-icon{width:44px;height:44px;background:#ffb8001a;color:var(--primary);display:flex;align-items:center;justify-content:center;border-radius:50%}.about-visuals{position:relative;height:600px}.about-image-1{position:absolute;top:0;right:0;width:80%;height:65%;border-radius:1.5rem;overflow:hidden;box-shadow:0 20px 40px #0000001a;z-index:1}.about-image-2{position:absolute;bottom:0;left:0;width:60%;height:55%;border-radius:1.5rem;overflow:hidden;box-shadow:0 20px 40px #00000026;z-index:2;border:8px solid var(--bg-dark)}.about-image-1 img,.about-image-2 img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.about-image-1:hover img,.about-image-2:hover img{transform:scale(1.05)}.about-testimonial{position:absolute;bottom:15%;right:-5%;background:var(--bg-card);padding:1.5rem;border-radius:1rem;max-width:320px;box-shadow:0 15px 35px #0000001a;z-index:3;border-left:4px solid var(--primary);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid var(--border)}.testimonial-quote{font-style:italic;font-size:.95rem;color:var(--text-muted);margin-bottom:1rem;line-height:1.5}.testimonial-author{display:flex;align-items:center;gap:1rem}.author-avatar{width:40px;height:40px;background:var(--bg-darker);border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--primary);font-weight:700;font-size:1rem}.author-info h4{font-size:.95rem;margin-bottom:.1rem;color:var(--text-main)}.author-info span{font-size:.8rem;color:var(--text-muted)}.about-shape{position:absolute;border-radius:50%;filter:blur(80px);z-index:1;opacity:.05}.about-shape-1{width:400px;height:400px;background:var(--primary);top:-100px;right:-100px}.about-shape-2{width:300px;height:300px;background:#ff8c00;bottom:-50px;left:-50px}.problem-section{background:var(--bg-darker);padding:8rem 0}.problem-card-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2.5rem}.problem-card{background:var(--bg-card);border-radius:1.5rem;overflow:hidden;box-shadow:0 10px 30px #0000000d;border:1px solid var(--border);transition:transform .3s ease,box-shadow .3s ease}.problem-card:hover{transform:translateY(-8px);box-shadow:0 20px 40px #0000001a}.problem-image-wrapper{position:relative;width:100%;height:220px;overflow:hidden}.problem-image-wrapper img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.problem-card:hover .problem-image-wrapper img{transform:scale(1.08)}.problem-image-overlay{position:absolute;inset:0;background:linear-gradient(to top,rgba(0,0,0,.4) 0%,transparent 60%);z-index:1}.problem-icon-floating{position:absolute;bottom:-24px;right:24px;width:56px;height:56px;background:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;color:tomato;box-shadow:0 8px 16px #ff450033;z-index:10;border:4px solid var(--bg-card)}.problem-content{padding:2.5rem 2rem 2rem;text-align:left}.problem-content h3{font-size:1.5rem;margin-bottom:1rem;color:var(--text-main)}.problem-content p{color:var(--text-muted);font-size:1rem;line-height:1.6}.services-section{padding:8rem 0;background:var(--bg-dark)}.services-list{display:flex;flex-direction:column;gap:6rem;margin-top:5rem}.service-row{display:flex;align-items:center;gap:5rem}.service-row:nth-child(2n){flex-direction:row-reverse}.service-image-col{flex:1;position:relative;border-radius:2rem;overflow:hidden;box-shadow:0 20px 40px #0000001a;min-height:400px}.service-image-col img{width:100%;height:400px;object-fit:cover;transition:transform .6s cubic-bezier(.165,.84,.44,1);display:block}.service-row:hover .service-image-col img{transform:scale(1.05)}.service-icon-floating{position:absolute;bottom:30px;right:30px;width:70px;height:70px;background:var(--primary);border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--bg-dark);z-index:2;box-shadow:0 10px 20px #0003;border:4px solid var(--bg-dark)}.service-row:nth-child(2n) .service-icon-floating{right:auto;left:30px}.service-content-col{flex:1;padding:1rem 0}.service-content-col h3{font-size:2.25rem;margin-bottom:1.25rem;color:var(--text-main);line-height:1.2}.service-content-col p{font-size:1.15rem;color:var(--text-muted);line-height:1.7;margin-bottom:2rem}.service-outline-btn{display:inline-flex;align-items:center;gap:.5rem;padding:.85rem 2.25rem;border:2px solid var(--primary);border-radius:999px;background:transparent;color:var(--primary);font-weight:600;font-size:1.1rem;cursor:pointer;transition:all .3s ease}.service-outline-btn:hover{background:var(--primary);color:var(--bg-dark);gap:.75rem}.solution-section{background:var(--bg-darker)}.solution-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.solution-image{position:relative;border-radius:2rem;overflow:hidden}.solution-image img{width:100%;height:auto;display:block;transition:transform .5s ease}.solution-image:hover img{transform:scale(1.05)}.solution-features{display:flex;flex-direction:column;gap:1.5rem}.feature-item{display:flex;gap:1rem;align-items:flex-start;padding:1.5rem;border-radius:1rem;background:transparent;transition:background .3s}.feature-item:hover{background:#ffffff05}.feature-icon{width:48px;height:48px;background:#ffb8001a;color:var(--primary);border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.feature-content h4{font-size:1.25rem;margin-bottom:.5rem;color:var(--text-main)}.feature-content p{color:var(--text-muted);font-size:.95rem}.steps-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;position:relative}.steps-grid:after{content:"";position:absolute;top:40px;left:10%;right:10%;height:2px;background:var(--border);z-index:1}@media(max-width:900px){.steps-grid{grid-template-columns:1fr 1fr}.steps-grid:after{display:none}}@media(max-width:600px){.steps-grid{grid-template-columns:1fr}}.step-item{position:relative;z-index:2;text-align:center}.step-number{width:80px;height:80px;background:var(--bg-dark);border:2px solid var(--primary);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:2rem;font-weight:700;color:var(--primary);margin:0 auto 1.5rem;box-shadow:0 0 20px #ffb80033}.step-item h4{font-size:1.25rem;margin-bottom:.5rem}.step-item p{color:var(--text-muted)}.benefits-section{background:var(--bg-darker)}.metrics-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.metric-card{padding:3rem 2rem;text-align:center;transition:transform .3s}.metric-card:hover{transform:translateY(-10px)}.metric-value{font-size:3.5rem;font-weight:800;color:var(--primary);margin-bottom:.5rem;font-family:var(--font-heading)}.metric-label{font-size:1.1rem;font-weight:500;color:var(--text-main);margin-bottom:.5rem}.trust-grid{display:flex;justify-content:center;gap:4rem;flex-wrap:wrap;align-items:center;padding:2rem 0}.trust-item{display:flex;align-items:center;gap:1rem}.trust-icon{width:56px;height:56px;background:var(--bg-card);border:1px solid var(--border);border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--text-main)}.trust-info h5{font-size:1.25rem;margin-bottom:.25rem;color:var(--text-main)}.trust-info p{color:var(--text-muted);font-size:.875rem}.updates-section{background:var(--bg-darker);padding:8rem 0}.updates-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2.5rem}.update-card{background:var(--bg-card);border-radius:1.5rem;overflow:hidden;box-shadow:0 10px 30px #0000000d;border:1px solid var(--border);transition:transform .3s ease,box-shadow .3s ease;display:flex;flex-direction:column}.update-card:hover{transform:translateY(-8px);box-shadow:0 20px 40px #0000001a}.update-image{position:relative;width:100%;height:220px;overflow:hidden}.update-image img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.update-card:hover .update-image img{transform:scale(1.08)}.update-category{position:absolute;top:1rem;left:1rem;background:var(--primary);color:var(--bg-dark);font-weight:700;font-size:.8rem;padding:.4rem 1rem;border-radius:999px;z-index:2;text-transform:uppercase;letter-spacing:.05em;box-shadow:0 4px 10px #0003}.update-content{padding:2rem;display:flex;flex-direction:column;flex-grow:1}.update-meta{display:flex;align-items:center;gap:.5rem;color:var(--text-muted);font-size:.875rem;margin-bottom:1rem}.update-title{font-size:1.35rem;margin-bottom:.75rem;color:var(--text-main);line-height:1.4}.update-desc{color:var(--text-muted);font-size:1rem;line-height:1.6;margin-bottom:1.5rem;flex-grow:1}.update-btn{display:inline-flex;align-items:center;gap:.5rem;color:var(--primary);background:transparent;border:none;font-weight:600;font-size:1rem;cursor:pointer;padding:0;transition:gap .3s ease}.update-card:hover .update-btn{gap:.75rem}.contact-section{padding:8rem 0;background:var(--bg-dark)}.contact-grid{display:grid;grid-template-columns:1fr 1.2fr;gap:6rem;align-items:center}.contact-info{display:flex;flex-direction:column}.contact-subtitle{color:var(--text-muted);font-size:1.15rem;margin-bottom:3rem;line-height:1.6}.contact-details{display:flex;flex-direction:column;gap:2rem}.contact-item{display:flex;align-items:flex-start;gap:1.25rem}.contact-icon{width:56px;height:56px;background:#ffb8001a;color:var(--primary);border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:all .3s ease}.contact-item:hover .contact-icon{background:var(--primary);color:var(--bg-dark);transform:translateY(-3px);box-shadow:0 10px 20px #ffb80033}.contact-item h4{font-size:1.25rem;margin-bottom:.25rem;color:var(--text-main)}.contact-item p{color:var(--text-muted);font-size:1.05rem}.contact-form-container{background:var(--bg-card);padding:3rem;border-radius:1.5rem;box-shadow:0 20px 40px #0003;border:1px solid var(--border)}.form-title{font-size:2rem;margin-bottom:2rem;color:var(--text-main)}.contact-form{display:flex;flex-direction:column;gap:1.5rem}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{font-size:.95rem;color:var(--text-muted);font-weight:500}.form-group input,.form-group textarea{width:100%;padding:1rem 1.25rem;border-radius:.5rem;border:1px solid var(--border);background:var(--bg-dark);color:var(--text-main);font-family:inherit;font-size:1rem;transition:all .3s ease}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px #ffb8001a}.form-group textarea{resize:vertical;min-height:120px}.form-submit{margin-top:1rem}@media(max-width:900px){.hero-title-glass{font-size:3rem}.hero-content-glass{margin-top:6rem}.about-container{grid-template-columns:1fr;gap:3rem}.about-visuals{height:auto;display:flex;flex-direction:column;gap:1.5rem;margin-top:2rem}.about-image-1,.about-image-2{position:relative;width:100%!important;height:300px!important;max-width:100%;inset:auto!important;border:none!important}.about-testimonial{position:relative!important;right:auto!important;bottom:auto!important;max-width:100%!important;margin-top:1rem;box-shadow:0 10px 30px #0000000d}.service-row,.service-row:nth-child(2n){flex-direction:column;gap:3rem}.contact-grid{grid-template-columns:1fr;gap:4rem}.service-icon-floating{bottom:20px!important;right:20px!important;left:auto!important;width:60px!important;height:60px!important}}@media(max-width:600px){.hero-title-glass{font-size:2.5rem}.hero-content-glass{margin-top:5rem}.hero-buttons{flex-direction:column}.hero-checks-glass{flex-direction:column;gap:1rem}.btn{width:100%;justify-content:center}section{padding:4rem 0}.section-title{font-size:2rem}.metrics-grid{grid-template-columns:1fr}.about-visuals{height:auto}.service-image-col{min-height:auto}.service-image-col img{height:300px}.service-content-col h3{font-size:1.5rem}.updates-grid,.form-row{grid-template-columns:1fr}.contact-form-container{padding:2rem}}
