@import url("https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500;600;700&family=Inter:wght@300;400;500;600&display=swap");@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css");*{padding:0;box-sizing:border-box}*,body{margin:0}body{font-family:Inter,sans-serif;background:linear-gradient(135deg,#1c1c1c,#2c2c2c);color:#e0e0e0;min-height:100vh;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3,h4,h5,h6{font-family:Space Grotesk,sans-serif}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:#2c2c2c}::-webkit-scrollbar-thumb{background:linear-gradient(180deg,#007acc,#5bc0de);border-radius:5px}::-webkit-scrollbar-thumb:hover{background:linear-gradient(180deg,#005a99,#4aa4bf)}.btn-primary{background:linear-gradient(135deg,#007acc,#5bc0de);border:none;color:white;padding:12px 32px;border-radius:50px;font-weight:600;font-size:16px;transition:transform .3s ease,box-shadow .3s ease,opacity .3s ease;box-shadow:0 4px 15px rgba(0,122,204,.3)}.btn-primary:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 25px rgba(0,122,204,.5);background:linear-gradient(135deg,#005a99,#4aa4bf);color:white}.btn-outline{background:transparent;border:2px solid #007acc;color:#007acc;padding:12px 32px;border-radius:50px;font-weight:600;font-size:16px;transition:background .3s ease,color .3s ease,transform .3s ease,opacity .3s ease}.btn-outline:hover:not(:disabled){background:linear-gradient(135deg,#007acc,#5bc0de);color:white;transform:translateY(-2px);border-color:transparent}.card-modern{background:rgba(44,44,44,.8);-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);border:1px solid rgba(0,122,204,.2);border-radius:20px;padding:30px;transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease;box-shadow:0 8px 32px rgba(0,0,0,.5)}.card-modern:hover{transform:translateY(-8px);border-color:rgba(0,122,204,.5);box-shadow:0 12px 48px rgba(0,122,204,.3)}.glass{background:rgba(255,255,255,.05);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.1);border-radius:20px;box-shadow:0 8px 32px rgba(0,0,0,.5)}.form-control{background:rgba(44,44,44,.6);border:2px solid rgba(0,122,204,.3);border-radius:12px;padding:12px 20px;color:#e0e0e0;font-size:16px;transition:border-color .3s ease,background .3s ease}.form-control:focus{background:rgba(44,44,44,.9);border-color:#007acc;outline:none;box-shadow:0 0 0 3px rgba(0,122,204,.2);color:#e0e0e0}.form-control::placeholder{color:#a0a0a0;opacity:1}.form-label{color:#d0d0d0;font-weight:500;margin-bottom:8px;font-size:14px}.navbar{background:rgba(28,28,28,.95)!important;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-bottom:1px solid rgba(0,122,204,.1);padding:16px 0;transition:background .3s ease}.navbar-brand{font-size:24px;font-weight:700;background:linear-gradient(135deg,#007acc,#5bc0de);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.nav-link{color:#d0d0d0!important;font-weight:500;padding:8px 20px!important;transition:color .3s ease;position:relative}.nav-link:hover{color:#007acc!important}.nav-link:after{content:"";position:absolute;bottom:0;left:20px;right:20px;height:2px;background:linear-gradient(90deg,#007acc,#5bc0de);transform:scaleX(0);transition:transform .3s ease}.nav-link.active:after,.nav-link:hover:after{transform:scaleX(1)}.nav-link.active{color:#007acc!important}.section{padding:80px 0}.section-title{font-size:48px;font-weight:700;margin-bottom:20px;background:linear-gradient(135deg,#007acc,#5bc0de);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.section-subtitle{font-size:18px;color:#a0a0a0;margin-bottom:50px;max-width:600px;margin-left:auto;margin-right:auto}.gradient-text{background:linear-gradient(135deg,#007acc,#5bc0de)}.gradient-text-cyan{background:linear-gradient(135deg,#18a0fb,#5bc0de);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.footer{background:rgba(28,28,28,.95);border-top:1px solid rgba(0,122,204,.1);padding:60px 0 30px}.chatbot-button{width:40px;height:40px;background:linear-gradient(135deg,#007acc,#5bc0de);color:white;font-size:28px;box-shadow:0 4px 20px rgba(0,122,204,.4);transition:transform .3s ease,box-shadow .3s ease}.chatbot-button:hover{box-shadow:0 6px 30px rgba(0,122,204,.6)}.spinner-border.text-primary{color:#007acc!important}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInLeft{0%{opacity:0;transform:translateX(-30px)}to{opacity:1;transform:translateX(0)}}@keyframes slideInRight{0%{opacity:0;transform:translateX(30px)}to{opacity:1;transform:translateX(0)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.7}}.fade-in{animation:fadeIn .6s ease-out}.slide-in-left{animation:slideInLeft .6s ease-out}.slide-in-right{animation:slideInRight .6s ease-out}@media (max-width:768px){.section-title{font-size:36px}.section-subtitle{font-size:16px}.section{padding:50px 0}}.App{min-height:100vh}.about-container{background:linear-gradient(135deg,#0a0e27,#1a1f3a);min-height:100vh}.about-hero{padding-top:120px;padding-bottom:60px;background:radial-gradient(ellipse at top,rgba(99,102,241,.15) 0,transparent 60%)}.about-mission-title{font-size:36px}.about-mission-text{color:#cbd5e1;font-size:18px;line-height:1.8}.about-vision-card{padding:40px;text-align:center}.about-vision-icon{width:100px;height:100px;margin:0 auto 30px;background:linear-gradient(135deg,#6366f1,#8b5cf6);border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 10px 40px rgba(99,102,241,.4)}.about-vision-description{color:#94a3b8;line-height:1.8}.about-feature-card{text-align:center;height:100%}.about-feature-icon{width:70px;height:70px;margin:0 auto 20px;background:linear-gradient(135deg,#6366f1,#8b5cf6);border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 20px rgba(99,102,241,.3)}.about-feature-description{color:#94a3b8;line-height:1.7}.contact-container{background:linear-gradient(135deg,#0a0e27,#1a1f3a);min-height:100vh}.contact-hero{padding-top:120px;padding-bottom:60px;background:radial-gradient(ellipse at top,rgba(99,102,241,.15) 0,transparent 60%)}.contact-info-card{height:100%}.contact-info-item{margin-bottom:12px}.contact-info-icon{color:#6366f1;margin-right:15px;margin-top:2px;flex-shrink:0}.contact-info-title{color:#cbd5e1;margin-bottom:5px}.contact-info-text{color:#94a3b8;margin-bottom:0}.contact-form-textarea{resize:vertical}.contact-submit-button{width:100%}.contact-submit-icon{margin-left:8px;display:inline}.home-container{background:linear-gradient(135deg,#121212,#1c1c1c);min-height:100vh}.home-hero{padding-top:120px;padding-bottom:80px;background:radial-gradient(ellipse at top,rgba(176,190,197,.1) 0,transparent 60%);position:relative;overflow:hidden}.home-hero-title{font-size:clamp(36px,5vw,64px);font-weight:700;margin-bottom:24px;line-height:1.2;background:linear-gradient(135deg,#eceff1,#78909c);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.home-hero-subtitle{font-size:18px;color:#94a3b8;margin-bottom:40px;line-height:1.8}.home-hero-cta-icon{margin-left:8px;display:inline}.home-hero-visual{background:linear-gradient(135deg,rgba(69,90,100,.1),rgba(176,190,197,.1));border-radius:30px;padding:40px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(176,190,197,.2)}.home-hero-visual-inner{text-align:center}.home-hero-visual-icon{width:120px;height:120px;margin:0 auto 30px;background:linear-gradient(135deg,#eceff1,#78909c);border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 10px 40px rgba(176,190,197,.2);animation:pulse 3s ease-in-out infinite}.home-hero-visual-description{color:#94a3b8}.home-services-section{background:rgba(18,18,18,.5)}.home-service-card{height:100%;cursor:pointer;transition:all .3s ease}.home-service-card.active{background:linear-gradient(135deg,rgba(176,190,197,.1),rgba(69,90,100,.1))}.home-service-card.inactive{background:rgba(30,41,59,.8)}.home-service-icon{width:70px;height:70px;background:linear-gradient(135deg,#eceff1,#78909c);border-radius:16px;display:flex;align-items:center;justify-content:center;margin-bottom:20px;color:#121212;box-shadow:0 4px 20px rgba(176,190,197,.15)}.home-service-title{font-size:22px;font-weight:600}.home-service-description{color:#94a3b8;line-height:1.7;margin-bottom:0}.home-product-image-container{width:100%;height:200px;background:linear-gradient(135deg,rgba(176,190,197,.1),rgba(69,90,100,.1));border-radius:16px;margin-bottom:20px;display:flex;align-items:center;justify-content:center;overflow:hidden}.home-product-image{width:100%;height:100%;object-fit:cover}.home-product-title{font-size:22px;font-weight:600}.home-product-description{color:#94a3b8;line-height:1.7;margin-bottom:20px;flex:1 1}.home-product-detail-button{width:100%}.home-cta-section{padding:80px 0;background:linear-gradient(135deg,rgba(176,190,197,.1),rgba(69,90,100,.1));position:relative}.home-cta-button{font-size:18px;padding:15px 40px}.home-cta-button-icon{margin-left:10px;display:inline}.gradient-text{background:linear-gradient(135deg,#eceff1,#78909c);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.btn-primary{background-color:#78909c!important;border-color:#78909c!important;color:#121212!important}.btn-primary:hover{background-color:#b0bec5!important;border-color:#b0bec5!important}.btn-outline{color:#b0bec5!important;border-color:#78909c!important}.btn-outline:hover{background-color:#78909c!important;color:#121212!important}.product-detail-container{background:linear-gradient(135deg,#0a0e27,#1a1f3a);min-height:100vh}.product-detail-section{padding-top:120px;padding-bottom:80px}.product-detail-loading{display:flex;justify-content:center;align-items:center;height:80vh}.product-detail-not-found{padding-top:140px;text-align:center}.product-detail-not-found-title{color:#cbd5e1}.product-detail-image-card{padding:20px}.product-detail-main-image{width:100%;height:400px;background:linear-gradient(135deg,rgba(99,102,241,.2),rgba(139,92,246,.2));border-radius:16px;margin-bottom:20px;display:flex;align-items:center;justify-content:center;overflow:hidden}.product-detail-main-image img{width:100%;height:100%;object-fit:cover}.product-detail-thumbnails{display:flex;gap:12px;flex-wrap:wrap}.product-detail-thumbnail{width:80px;height:80px;background:rgba(99,102,241,.1);border-radius:12px;cursor:pointer;overflow:hidden;transition:all .3s}.product-detail-thumbnail.selected{border:2px solid #6366f1}.product-detail-thumbnail img{width:100%;height:100%;object-fit:cover}.product-detail-title{font-size:42px;font-weight:700}.product-detail-summary{color:#94a3b8;font-size:18px;line-height:1.8;margin-bottom:30px}.product-detail-tech-section{margin-bottom:30px}.product-detail-tech-tags{display:flex;flex-wrap:wrap;gap:10px}.product-detail-tech-tag{background:rgba(99,102,241,.2);color:#6366f1;padding:8px 18px;border-radius:25px;font-size:14px;font-weight:600;border:1px solid rgba(99,102,241,.4)}.product-detail-description-card{margin-bottom:30px}.product-detail-description-text{color:#cbd5e1;line-height:1.8}.product-detail-modules-card{margin-bottom:30px}.product-detail-modules-list{color:#cbd5e1;line-height:2}.product-detail-video-icon{margin-right:8px}.product-detail-video-wrapper{position:relative;padding-bottom:56.25%;height:0;overflow:hidden;border-radius:12px}.product-detail-video-iframe{position:absolute;top:0;left:0;width:100%;height:100%}.products-container{background:linear-gradient(135deg,#0a0e27,#1a1f3a);min-height:100vh}.products-hero{padding-top:120px;padding-bottom:60px;background:radial-gradient(ellipse at top,rgba(99,102,241,.15) 0,transparent 60%)}.products-loading{text-align:center;padding:3rem 0}.products-loading-spinner{color:#6366f1;animation:spin 1s linear infinite}.products-loading-text{color:#94a3b8;margin-top:20px}.products-empty{text-align:center;padding:3rem 0}.products-empty-icon{color:#6366f1;margin-bottom:20px}.products-empty-title{color:#cbd5e1;margin-bottom:10px}.products-empty-text{color:#94a3b8}.products-card{height:100%;display:flex;flex-direction:column}.products-card-image{width:100%;height:220px;background:linear-gradient(135deg,rgba(99,102,241,.2),rgba(139,92,246,.2));border-radius:16px;margin-bottom:20px;display:flex;align-items:center;justify-content:center;overflow:hidden}.products-card-image img{width:100%;height:100%;object-fit:cover}.products-card-title{font-size:24px;font-weight:600}.products-card-description{color:#94a3b8;line-height:1.7;margin-bottom:20px;flex:1 1}.products-card-tech-section{margin-bottom:20px}.products-card-tech-tags{display:flex;flex-wrap:wrap;gap:8px}.products-card-tech-tag{background:rgba(99,102,241,.1);color:#6366f1;padding:6px 14px;border-radius:20px;font-size:13px;font-weight:500;border:1px solid rgba(99,102,241,.3)}.products-card-button{width:100%}.products-card-button-icon{margin-left:8px;display:inline}.references-container{background:linear-gradient(135deg,#0a0e27,#1a1f3a);min-height:100vh}.references-hero{padding-top:120px;padding-bottom:60px;background:radial-gradient(ellipse at top,rgba(99,102,241,.15) 0,transparent 60%)}.references-loading{text-align:center;padding:3rem 0}.references-loading-spinner{color:#6366f1;animation:spin 1s linear infinite}.references-loading-text{color:#94a3b8;margin-top:20px}.references-empty{text-align:center;padding:3rem 0}.references-empty-icon{color:#6366f1;margin-bottom:20px}.references-empty-title{color:#cbd5e1;margin-bottom:10px}.references-empty-text{color:#94a3b8}.references-card{text-align:center;padding:30px}.references-card-logo{width:100%;height:100px;display:flex;align-items:center;justify-content:center;margin-bottom:20px;background:rgba(255,255,255,.05);border-radius:12px;padding:15px}.references-card-logo img{max-width:100%;max-height:100%;object-fit:contain}.references-card-testimonial{color:#94a3b8;font-size:14px;line-height:1.6;font-style:italic}.services-container{background:linear-gradient(135deg,#0a0e27,#1a1f3a);min-height:100vh}.services-hero{padding-top:120px;padding-bottom:60px;background:radial-gradient(ellipse at top,rgba(99,102,241,.15) 0,transparent 60%)}.services-detail-card{height:100%}.services-detail-icon{width:80px;height:80px;background:linear-gradient(135deg,#6366f1,#8b5cf6);border-radius:20px;display:flex;align-items:center;justify-content:center;margin-bottom:24px;color:white;box-shadow:0 6px 25px rgba(99,102,241,.4)}.services-detail-title{font-size:26px;font-weight:600}.services-detail-description{color:#94a3b8;line-height:1.8;margin-bottom:24px}.services-detail-features{list-style:none;padding:0;margin-bottom:0}.services-detail-feature-item{margin-bottom:12px;display:flex;align-items:center}.services-detail-feature-icon{color:#6366f1;margin-right:12px;flex-shrink:0}.services-detail-feature-text{color:#cbd5e1}.services-benefits-section{background:rgba(10,14,39,.5)}.services-benefit-card{text-align:center;height:100%}.services-benefit-icon{width:70px;height:70px;background:linear-gradient(135deg,#6366f1,#8b5cf6);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 20px;color:white;box-shadow:0 4px 20px rgba(99,102,241,.3)}.services-benefit-title{font-size:20px;font-weight:600}.services-benefit-description{color:#94a3b8;line-height:1.7;margin-bottom:0}.testimonials-container{background:linear-gradient(135deg,#0a0e27,#1a1f3a);min-height:100vh}.testimonials-hero{padding-top:120px;padding-bottom:60px;background:radial-gradient(ellipse at top,rgba(99,102,241,.15) 0,transparent 60%)}.testimonials-loading{text-align:center;padding:3rem 0}.testimonials-loading-spinner{color:#6366f1;animation:spin 1s linear infinite}.testimonials-loading-text{color:#94a3b8;margin-top:20px}.testimonials-empty{text-align:center;padding:3rem 0}.testimonials-empty-icon{color:#6366f1;margin-bottom:20px}.testimonials-card{height:100%}.testimonials-card-header{margin-bottom:1rem}.testimonials-card-avatar{width:60px;height:60px;border-radius:50%;background:linear-gradient(135deg,#6366f1,#8b5cf6);display:flex;align-items:center;justify-content:center;margin-right:15px;overflow:hidden}.testimonials-card-avatar img{width:100%;height:100%;object-fit:cover}.testimonials-card-name{font-size:18px;margin-bottom:.25rem}.testimonials-card-text{color:#cbd5e1;line-height:1.8;font-style:italic;margin-bottom:0}.chatbot-button{position:fixed;bottom:30px;right:30px;width:60px;height:60px;background:linear-gradient(135deg,#b0bec5,#78909c);border:none;border-radius:50%;color:#121212;cursor:pointer;box-shadow:0 10px 30px rgba(176,190,197,.4);z-index:1000;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.chatbot-button:hover{transform:scale(1.1);box-shadow:0 15px 40px rgba(176,190,197,.6)}.chatbot-fab-stack{position:fixed;right:20px;bottom:22px;display:flex;align-items:center;gap:10px;z-index:1000}.chatbot-fab-chat{position:static;width:50px;height:50px}.chatbot-fab-arrow,.chatbot-fab-whatsapp{width:46px;height:46px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;border:none;cursor:pointer;text-decoration:none;color:#ffffff;box-shadow:0 8px 20px rgba(0,0,0,.35);transition:transform .2s ease,opacity .2s ease}.chatbot-fab-whatsapp{background:#25d366}.chatbot-fab-arrow{background:#ef4444}.chatbot-fab-arrow:hover,.chatbot-fab-whatsapp:hover{transform:translateY(-2px);opacity:.92}@media (max-width:756px){.chatbot-fab-stack{right:14px;bottom:18px;gap:8px}.chatbot-fab-chat{width:50px;height:50px}.chatbot-fab-arrow,.chatbot-fab-whatsapp{width:42px;height:42px}}.chatbot-window{position:fixed;bottom:30px;right:30px;width:380px;height:550px;background:rgba(30,41,59,.95);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(176,190,197,.3);border-radius:20px;box-shadow:0 20px 60px rgba(0,0,0,.5);z-index:1001;display:flex;flex-direction:column;overflow:hidden}.chatbot-header{background:linear-gradient(135deg,#b0bec5,#78909c);padding:20px;display:flex;justify-content:space-between;align-items:center;color:#121212}.chatbot-header-content{display:flex;align-items:center;gap:10px}.chatbot-header-title{margin:0;font-size:16px;font-weight:600}.chatbot-header-subtitle{margin:0;font-size:12px;opacity:.9}.chatbot-close-button{background:transparent;border:none;color:#121212;cursor:pointer;padding:5px;transition:opacity .3s}.chatbot-close-button:hover{opacity:.7}.chatbot-messages{flex:1 1;overflow-y:auto;padding:20px;display:flex;flex-direction:column;gap:15px}.chatbot-message-wrapper{max-width:80%}.chatbot-message-wrapper.user{align-self:flex-end}.chatbot-message-wrapper.assistant{align-self:flex-start}.chatbot-message{padding:12px 16px;border-radius:16px;color:#eceff1;font-size:14px;line-height:1.5;word-wrap:break-word}.chatbot-message.user{background:linear-gradient(135deg,#78909c,#455a64)}.chatbot-message.assistant{background:rgba(176,190,197,.1);color:#b0bec5}.chatbot-markdown{white-space:normal}.chatbot-markdown-heading{margin:0 0 8px;font-size:15px;font-weight:700;color:#eceff1}.chatbot-markdown-paragraph{margin:0 0 8px}.chatbot-markdown-strong{color:#ffffff;font-weight:700}.chatbot-markdown-link{color:#7dd3fc;text-decoration:underline;word-break:break-word}.chatbot-loading{align-self:flex-start}.chatbot-loading-content{background:rgba(176,190,197,.1);padding:12px 16px;border-radius:16px;display:flex;align-items:center;gap:8px}.chatbot-loading-text{font-size:14px;color:#94a3b8}.chatbot-input-container{padding:15px;border-top:1px solid rgba(176,190,197,.2);background:rgba(18,18,18,.5)}.chatbot-input-wrapper{display:flex;gap:10px}.chatbot-send-button{border-radius:12px;padding:10px 20px;transition:all .3s ease}.chatbot-send-button:disabled{cursor:not-allowed;opacity:.4}.faq .accordion-item{border:1px solid #3d3d3d;margin-bottom:8px;border-radius:6px;overflow:hidden}.faq .accordion-button{background-color:#2c2c2c!important;color:#ffffff!important;font-weight:500;padding:1rem 1.25rem;box-shadow:none!important}.faq .accordion-button:not(.collapsed){background-color:#3d3d3d!important;color:#ffffff!important}.faq .accordion-button:not(.collapsed):after{filter:brightness(0) invert(1)}.faq .accordion-body{background-color:#1a1a1a;color:#cccccc;border-top:1px solid #3d3d3d}.footer{background:rgba(18,18,18,.9);padding:60px 0 20px;border-top:1px solid rgba(176,190,197,.2)}.footer-brand-title{font-size:24px;font-weight:700;background:linear-gradient(135deg,#eceff1,#78909c);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.footer-brand-icon{display:inline;margin-right:10px}.footer-description{color:#94a3b8;line-height:1.8}.footer-contact-item{color:#94a3b8}.footer-contact-icon{color:#b0bec5;display:inline;margin-right:8px}.footer-section-title{font-weight:600;color:#eceff1}.footer-link-list{list-style:none;padding:0}.footer-link{color:#94a3b8;text-decoration:none;transition:color .3s}.footer-link:hover{color:#b0bec5}.footer-social-link{width:45px;height:45px;display:flex;align-items:center;justify-content:center;border-radius:50%;color:#78909c;text-decoration:none;transition:all .3s ease}.footer-social-link:hover{transform:translateY(-5px);box-shadow:0 8px 20px rgba(176,190,197,.3);color:#eceff1}.footer-divider{border-color:rgba(176,190,197,.2);margin:40px 0 20px}.footer-copyright{color:#94a3b8}.navbar-brand-icon{display:inline;margin-right:10px;color:#6366f1}.navbar-toggler-custom{border-color:rgba(99,102,241,.5)}.navbar-toggler-icon-custom{filter:invert(1)}.protected-route-loading{display:flex;justify-content:center;align-items:center;min-height:100vh}.hero-gradient-bg,.protected-route-loading{background:linear-gradient(135deg,#0a0e27,#1a1f3a)}.hero-loading-container{min-height:100vh}.hero-main-container{min-height:100vh;padding:40px 20px}.hero-form-card{box-shadow:0 10px 30px rgba(0,0,0,.5)}.hero-spinner{border:4px solid rgba(255,255,255,.1);border-top-color:#3b82f6;border-radius:50%;width:3rem;height:3rem;animation:spin 1s linear infinite}.hero-carousel-section{margin-top:85px;position:relative;width:100%;background-color:#151a3a;overflow:hidden;height:70vh}.hero-carousel-loading{min-height:70vh;background:#151a3a;display:flex;align-items:center;justify-content:center}.hero-carousel-loading .spinner{animation:spin 1s linear infinite;color:#0d6efd}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.hero-carousel-error{min-height:70vh;background:#151a3a;display:flex;align-items:center;justify-content:center}.hero-carousel-error p{color:#adb5bd;font-size:1.1rem}.hero-slider{width:100%;position:relative}.hero-slide-wrapper{outline:none}.hero-slide{position:relative;display:flex!important;align-items:center;justify-content:center;text-align:center;overflow:hidden;min-height:70vh;padding:80px 0}.hero-slide-background{background-size:cover;background-position:50%;background-repeat:no-repeat}.hero-slide-background,.hero-slide-background-video{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.hero-slide-background-video{object-fit:cover}.hero-slide-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(180deg,rgba(10,14,39,.4) 0,rgba(10,14,39,.6));z-index:2}.hero-slide-content{position:relative;z-index:3;color:white}.hero-slide-title{font-size:3rem;font-weight:700;margin-bottom:1.5rem;color:#ffffff;text-shadow:2px 2px 8px rgba(0,0,0,.5);line-height:1.2;animation:fadeInUp .8s ease-out}.hero-slide-subtitle{font-size:1.25rem;margin-bottom:2rem;color:#e2e8f0;text-shadow:1px 1px 4px rgba(0,0,0,.5);line-height:1.6;animation:fadeInUp 1s ease-out}.hero-slide-actions{animation:fadeInUp 1.2s ease-out}.btn-hero{padding:.875rem 2rem;font-size:1.1rem;font-weight:600;border-radius:50px;transition:all .3s ease;display:inline-flex;align-items:center;box-shadow:0 4px 15px rgba(13,110,253,.3)}.btn-hero:hover{transform:translateY(-2px);box-shadow:0 6px 20px rgba(13,110,253,.4)}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.hero-arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:10;background:rgba(255,255,255,.1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:2px solid rgba(255,255,255,.2);border-radius:50%;width:56px;height:56px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;color:#ffffff}.hero-arrow:hover{background:rgba(255,255,255,.2);border-color:rgba(255,255,255,.4);transform:translateY(-50%) scale(1.1)}.hero-arrow:active{transform:translateY(-50%) scale(.95)}.hero-arrow-prev{left:30px}.hero-arrow-next{right:30px}.hero-slider .slick-dots{bottom:30px;z-index:10}.hero-slider .slick-dots li{margin:0 6px}.hero-slider .slick-dots li button{width:12px;height:12px;border-radius:50%;background:rgba(255,255,255,.4);border:2px solid transparent;transition:all .3s ease}.hero-slider .slick-dots li button:before{display:none}.hero-slider .slick-dots li:hover button{background:rgba(255,255,255,.6)}.hero-slider .slick-dots li.slick-active button{background:#ffffff;border-color:rgba(255,255,255,.3);width:32px;border-radius:6px}@media (max-width:992px){.hero-slide-title{font-size:2.5rem}.hero-slide-subtitle{font-size:1.1rem}.hero-arrow{width:48px;height:48px}.hero-arrow-prev{left:20px}.hero-arrow-next{right:20px}}@media (max-width:768px){.hero-carousel-section{margin-top:56px}.hero-slide{padding:60px 0;min-height:50vh}.hero-slide-title{font-size:2rem;margin-bottom:1rem}.hero-slide-subtitle{font-size:1rem;margin-bottom:1.5rem}.btn-hero{padding:.75rem 1.5rem;font-size:1rem}.hero-arrow{width:40px;height:40px}.hero-arrow svg{width:24px;height:24px}.hero-arrow-prev{left:15px}.hero-arrow-next{right:15px}.hero-slider .slick-dots{bottom:20px}.hero-slider .slick-dots li button{width:10px;height:10px}.hero-slider .slick-dots li.slick-active button{width:24px}}@media (max-width:576px){.hero-slide-title{font-size:1.75rem}.hero-slide-subtitle{font-size:.95rem}}.legal-page-container{margin-top:100px}.card-footer{background-color:#464040}.logo-wrap{position:relative;display:inline-flex;align-items:center;justify-content:center;width:80px;height:10px}.glow{position:absolute;top:50%;left:50%;width:50px;height:50px;margin-left:-25px;margin-top:-25px;border-radius:50%;background:radial-gradient(circle,rgba(255,255,255,0) 0,rgba(255,255,255,.4) 30%,rgba(255,255,255,.6) 50%,rgba(255,255,255,.4) 70%,rgba(255,255,255,0) 95%);pointer-events:none;z-index:1}.logo-img{height:40px;display:block;position:relative;z-index:2}.nav-item{font-size:14px}.navbar.logo-wrap{margin-left:30px}@media screen and (max-width:576px){.navbar-brand{font-size:20px}.navbar-toggler{margin-right:10px}.navbar.logo-wrap{margin-left:-10px}}.cursor-pointer{cursor:pointer}.article-header{background-size:cover;background-position:50%;padding:4rem 1rem;height:450px}.article-header .badge{margin-top:7%}@media (max-width:821px){.article-header h1{font-size:2.5rem}}