:root{--bg-dark:#1a1a1a;--bg-darker:#121212;--bg-card:#242424;--bg-card-hover:#2d2d2d;--text-white:#ffffff;--text-gray:#b3b3b3;--text-muted:#808080;--accent:#ffffff;--border-color:#333333;}*{margin:0;padding:0;box-sizing:border-box;}body{font-family:'Poppins',-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif;background-color:var(--bg-dark);color:var(--text-white);line-height:1.7;padding-top:72px;text-rendering:optimizeSpeed;}a{color:var(--text-white);text-decoration:none;}a:hover{color:var(--text-gray);}html{scroll-behavior:smooth;overflow-x:hidden;}body{overflow-x:hidden;}.bg-darker{background:var(--bg-darker);}.text-gray{color:var(--text-gray);}.text-muted-custom{color:var(--text-gray);}.text-muted-small{color:var(--text-muted);font-size:0.875rem;}.stat-number{font-size:2.5rem;font-weight:700;margin-bottom:0;}.stat-label{color:var(--text-muted);font-size:0.9rem;}::-webkit-scrollbar{width:8px;}::-webkit-scrollbar-track{background:var(--bg-darker);}::-webkit-scrollbar-thumb{background:var(--border-color);border-radius:4px;}::-webkit-scrollbar-thumb:hover{background:var(--text-muted);}section:not(.hero-section):not(.hero-variant-a){content-visibility:auto;contain-intrinsic-size:auto 600px;}.navbar-custom{background-color:var(--bg-darker);padding:1rem 0;transition:all 0.3s ease;border-bottom:1px solid var(--border-color);--bs-navbar-toggler-icon-bg:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255,255,255,0.9%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");--bs-navbar-toggler-border-color:rgba(255,255,255,0.3);}.navbar-custom.scrolled{padding:0.5rem 0;box-shadow:0 2px 20px rgba(0,0,0,0.3);}.navbar-brand{font-weight:700;font-size:1.5rem;color:var(--text-white) !important;letter-spacing:1px;}.navbar-brand span{font-weight:300;}.navbar-logo{height:40px;width:auto;transition:height 0.3s ease;}.navbar-custom.scrolled .navbar-logo{height:34px;}.nav-link{color:var(--text-gray) !important;font-weight:500;padding:0.5rem 1rem !important;transition:color 0.3s ease;position:relative;}.nav-link:hover,.nav-link.active{color:var(--text-white) !important;}.nav-link::before{content:'';position:absolute;bottom:0;left:50%;width:0;height:2px;background:var(--text-white);transition:all 0.3s ease;transform:translateX(-50%);}.nav-link:hover::before,.nav-link.active::before{width:50%;}.navbar-toggler{border:2px solid rgba(255,255,255,0.4);padding:0.4rem 0.6rem;z-index:10;background:transparent;outline:none;}@media (max-width:991.98px){.navbar-toggler{display:block !important;}}.navbar-toggler:focus{box-shadow:0 0 0 0.15rem rgba(255,255,255,0.25);}.navbar-toggler-icon{display:block;width:1.5em;height:1.5em;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255,255,255,0.9%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:center;background-size:100%;}.dropdown-menu-dark{background-color:var(--bg-card);border:1px solid var(--border-color);}.dropdown-menu-dark .dropdown-item{color:var(--text-gray);}.dropdown-menu-dark .dropdown-item:hover,.dropdown-menu-dark .dropdown-item.active{background-color:var(--bg-card-hover);color:var(--text-white);}section{padding:70px 0;}.section-title{font-size:2.5rem;font-weight:700;margin-bottom:1rem;position:relative;display:inline-block;}.section-subtitle{color:var(--text-muted);font-size:1.1rem;margin-bottom:3rem;}.hero-section{min-height:100vh;margin-top:-72px;padding-top:120px;display:flex;align-items:center;background:linear-gradient(135deg,var(--bg-darker) 0%,var(--bg-dark) 100%);position:relative;overflow:hidden;}.hero-section::before{content:'';position:absolute;top:-50%;right:-50%;width:100%;height:100%;background:radial-gradient(circle,rgba(255,255,255,0.03) 0%,transparent 70%);pointer-events:none;}.hero-title{font-size:3.5rem;font-weight:700;line-height:1.2;margin-bottom:1.5rem;}.hero-subtitle{font-size:1.25rem;color:var(--text-gray);margin-bottom:2rem;}.btn-custom{background-color:var(--text-white);color:var(--bg-dark);padding:0.875rem 2rem;font-weight:600;border-radius:4px;transition:all 0.3s ease;border:2px solid var(--text-white);}.btn-custom:hover{background-color:transparent;color:var(--text-white);border:2px solid var(--text-white);}.btn-outline-custom{background-color:transparent;color:var(--text-white);padding:0.875rem 2rem;font-weight:600;border-radius:4px;transition:all 0.3s ease;border:2px solid var(--border-color);}.btn-outline-custom:hover{border-color:var(--text-white);color:var(--text-white);}.img-placeholder{background:var(--bg-card);border:2px solid var(--accent);border-radius:8px;display:flex;align-items:center;justify-content:center;color:var(--text-muted);font-size:1rem;transition:all 0.3s ease;}.img-placeholder:hover{border-color:var(--text-white);background:var(--bg-card-hover);}.img-placeholder i{font-size:3rem;margin-bottom:0.5rem;}.img-placeholder img{width:100%;height:100%;object-fit:cover;border-radius:8px;}.card-custom{background:var(--bg-card);border:1px solid var(--border-color);border-radius:8px;padding:2rem;transition:all 0.3s ease;height:100%;}.card-custom:hover{transform:translateY(-5px);border-color:var(--text-white);box-shadow:0 10px 40px rgba(0,0,0,0.3);}.card-icon{width:60px;height:60px;background:var(--bg-darker);border-radius:8px;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem;}.card-icon i{font-size:1.5rem;color:var(--text-white);}.card-title{font-size:1.25rem;font-weight:600;margin-bottom:1rem;}.card-text{color:var(--text-gray);}.process-step{position:relative;padding-left:80px;margin-bottom:3rem;}.process-step:last-child{margin-bottom:0;}.step-number{position:absolute;left:0;top:0;width:50px;height:50px;background:var(--text-white);color:var(--bg-dark);border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.25rem;}.process-step::before{content:'';position:absolute;left:24px;top:60px;width:2px;height:calc(100% + 1rem);background:var(--border-color);}.process-step:last-child::before{display:none;}.step-title{font-size:1.25rem;font-weight:600;margin-bottom:0.5rem;}.step-desc{color:var(--text-gray);}.accordion-custom .accordion-item{background:var(--bg-card);border:1px solid var(--border-color);margin-bottom:1rem;border-radius:8px !important;overflow:hidden;}.accordion-custom .accordion-button{background:var(--bg-card);color:var(--text-white);font-weight:500;padding:1.25rem 1.5rem;box-shadow:none;}.accordion-custom .accordion-button:not(.collapsed){background:var(--bg-card-hover);color:var(--text-white);}.accordion-custom .accordion-button::after{filter:invert(1);}.accordion-custom .accordion-body{background:var(--bg-card);color:var(--text-gray);padding:0 1.5rem 1.25rem;}.form-control-custom{background:var(--bg-card);border:1px solid var(--border-color);color:var(--text-white);padding:0.875rem 1rem;border-radius:4px;transition:all 0.3s ease;}.form-control-custom:focus{background:var(--bg-card);border-color:var(--text-white);color:var(--text-white);box-shadow:none;}.form-control-custom::placeholder{color:var(--text-muted);}.form-label{font-weight:500;margin-bottom:0.5rem;color:var(--text-gray);}.alert-success-custom{background:rgba(255,255,255,0.1);border:1px solid var(--text-white);color:var(--text-white);border-radius:8px;}.footer{background:var(--bg-darker);padding:60px 0 30px;border-top:1px solid var(--border-color);text-align:center;}@media (min-width:992px){.footer{text-align:left;}}.footer-brand{font-size:1.5rem;font-weight:700;color:var(--text-white);margin-bottom:1rem;display:inline-block;text-decoration:none;}.footer-brand span{font-weight:300;}.footer-text{color:var(--text-muted);margin-bottom:1.5rem;}.footer-title{font-size:1.1rem;font-weight:600;margin-bottom:1.5rem;color:var(--text-white);}.footer-links{list-style:none;padding:0;}.footer-links li{margin-bottom:0.75rem;}.footer-links a{color:var(--text-gray);text-decoration:none;transition:color 0.3s ease;}.footer-links a:hover{color:var(--text-white);}.footer-contact{list-style:none;padding:0;}.footer-contact li{margin-bottom:0.75rem;color:var(--text-gray);}.footer-contact i{margin-right:0.75rem;color:var(--text-white);}.footer-social a{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;background:var(--bg-card);border-radius:50%;color:var(--text-gray);margin-right:0.5rem;transition:all 0.3s ease;}.footer-social a:hover{background:var(--text-white);color:var(--bg-dark);}.footer-bottom{border-top:1px solid var(--border-color);padding-top:30px;margin-top:40px;text-align:center;color:var(--text-muted);}.footer .footer-brand{display:block;margin-bottom:1rem;}.error-section{background:linear-gradient(135deg,var(--bg-darker) 0%,var(--bg-dark) 100%);position:relative;overflow:hidden;padding-top:80px;}.error-section::before{content:'';position:absolute;top:-50%;right:-50%;width:100%;height:100%;background:radial-gradient(circle,rgba(255,255,255,0.02) 0%,transparent 70%);pointer-events:none;}.error-number{font-size:8rem;font-weight:700;color:var(--text-white);text-shadow:0 0 40px rgba(255,255,255,0.1);letter-spacing:-5px;line-height:1;}.error-number.error-large{font-size:12rem;text-shadow:0 0 60px rgba(255,255,255,0.15);}.error-number.error-danger{color:#ff6b6b;text-shadow:0 0 40px rgba(255,107,107,0.2);}.error-number.error-warning{color:#ffc107;text-shadow:0 0 40px rgba(255,193,7,0.2);}.error-number.error-info{color:#17a2b8;text-shadow:0 0 40px rgba(23,162,184,0.2);}.error-icon .icon-wrapper{width:100px;height:100px;background:var(--bg-card);border:2px solid var(--border-color);border-radius:50%;display:inline-flex;align-items:center;justify-content:center;transition:all 0.3s ease;}.error-icon .icon-wrapper i{font-size:2.5rem;color:var(--text-white);}.error-icon .icon-wrapper.icon-danger{border-color:#ff6b6b;}.error-icon .icon-wrapper.icon-danger i{color:#ff6b6b;}.error-icon .icon-wrapper.icon-warning{border-color:#ffc107;}.error-icon .icon-wrapper.icon-warning i{color:#ffc107;}.error-icon .icon-wrapper.icon-info{border-color:#17a2b8;}.error-icon .icon-wrapper.icon-info i{color:#17a2b8;}.error-title{font-size:2rem;font-weight:700;color:var(--text-white);}.error-message{font-size:1.1rem;color:var(--text-gray);max-width:500px;margin-left:auto;margin-right:auto;}.error-suggestions{text-align:left;}.error-suggestions li{color:var(--text-gray);padding:0.5rem 0;display:flex;align-items:center;}.error-suggestions li i{color:var(--text-white);}.spin-slow{animation:spin-slow 8s linear infinite;}@keyframes spin-slow{from{transform:rotate(0deg);}to{transform:rotate(360deg);}}@media (max-width:991px){.hero-title{font-size:2.5rem;text-align:center;}.hero-subtitle{text-align:center;}.section-title{font-size:2rem;display:block;text-align:center;}.section-subtitle{text-align:center;}section{padding:40px 0;text-align:center;}.process-terminal{text-align:left;margin:0 auto;}.navbar-custom .navbar-collapse{position:absolute;top:100%;left:0;right:0;background:var(--bg-card);padding:1.25rem;border-radius:0 0 12px 12px;border:1px solid var(--border-color);border-top:none;box-shadow:0 15px 40px rgba(0,0,0,0.5);margin-top:0;z-index:1000;}.nav-link::before{display:none !important;}.nav-link{padding:0.75rem 1rem !important;border-radius:8px;}.nav-link:hover{background:var(--bg-card-hover);}.btn-custom,.btn-outline-custom{width:100%;text-align:center;}.hero-section .d-flex.flex-wrap{flex-direction:column;}.footer-social{justify-content:center;}#contact .col-lg-5 .d-flex.align-items-center > div:last-child{flex:1;text-align:center;}}#contact .col-lg-5 .d-flex.align-items-center{background:var(--bg-card);border:1px solid var(--border-color);border-radius:10px;padding:0.75rem 1rem;margin-bottom:0.5rem !important;}#contact .col-lg-5 .d-flex.align-items-center .card-icon{width:38px;height:38px;min-width:38px;margin-bottom:0;border-radius:50%;background:rgba(255,255,255,0.08);}#contact .col-lg-5 .d-flex.align-items-center .card-icon i{font-size:1rem;}@media (max-width:767px){.hero-title{font-size:2rem;}.hero-subtitle{font-size:1rem;}.process-step{padding-left:60px;}.step-number{width:40px;height:40px;font-size:1rem;}.process-step::before{left:19px;top:50px;}.error-number{font-size:5rem;letter-spacing:-3px;}.error-number.error-large{font-size:7rem;}.error-icon .icon-wrapper{width:80px;height:80px;}.error-icon .icon-wrapper i{font-size:2rem;}.error-title{font-size:1.5rem;}.error-message{font-size:1rem;}.error-actions .btn{width:100%;margin-bottom:0.75rem !important;}}@media (max-width:480px){.error-number{font-size:4rem;}.error-number.error-large{font-size:5rem;}.error-icon .icon-wrapper{width:70px;height:70px;}.error-icon .icon-wrapper i{font-size:1.75rem;}.error-title{font-size:1.25rem;}}.cookie-banner{position:fixed;bottom:0;left:0;right:0;z-index:9999;background:var(--bg-darker);border-top:1px solid var(--border-color);box-shadow:0 -4px 30px rgba(0,0,0,0.5);transform:translateY(100%);transition:transform 0.4s cubic-bezier(0.4,0,0.2,1);}.cookie-banner-visible{transform:translateY(0);}.cookie-banner-inner{display:flex;align-items:center;justify-content:space-between;gap:1.5rem;padding:1.25rem 0;}.cookie-banner-content{display:flex;align-items:flex-start;gap:1rem;flex:1;}.cookie-banner-icon{font-size:1.75rem;color:var(--text-white);flex-shrink:0;margin-top:0.1rem;}.cookie-banner-title{font-weight:600;margin-bottom:0.25rem;color:var(--text-white);font-size:0.95rem;}.cookie-banner-desc{color:var(--text-gray);font-size:0.85rem;margin-bottom:0;line-height:1.5;}.cookie-link{color:var(--text-white);text-decoration:underline;text-underline-offset:2px;transition:opacity 0.2s;}.cookie-link:hover{color:var(--text-white);opacity:0.8;}.cookie-banner-actions{display:flex;gap:0.5rem;flex-shrink:0;}.cookie-btn{font-size:0.8rem;font-weight:500;padding:0.5rem 1rem;border-radius:6px;white-space:nowrap;transition:all 0.2s ease;}.cookie-btn-accept{background:var(--text-white);color:var(--bg-darker);border-color:var(--text-white);font-weight:600;}.cookie-btn-accept:hover{background:var(--text-gray);border-color:var(--text-gray);color:var(--bg-darker);}.cookie-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;z-index:10000;background:rgba(0,0,0,0.7);display:flex;align-items:center;justify-content:center;padding:1rem;opacity:0;transition:opacity 0.3s ease;}.cookie-modal-visible{opacity:1;}.cookie-modal{background:var(--bg-dark);border:1px solid var(--border-color);border-radius:12px;width:100%;max-width:640px;max-height:85vh;display:flex;flex-direction:column;box-shadow:0 20px 60px rgba(0,0,0,0.5);transform:scale(0.95);transition:transform 0.3s ease;}.cookie-modal-visible .cookie-modal{transform:scale(1);}.cookie-modal-header{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 1.5rem;border-bottom:1px solid var(--border-color);}.cookie-modal-header h4{margin:0;font-size:1.1rem;font-weight:600;color:var(--text-white);}.cookie-modal-header h4 i{margin-right:0.5rem;}.cookie-modal-close-btn{background:none;border:none;color:var(--text-gray);font-size:1.1rem;cursor:pointer;padding:0.25rem;transition:color 0.2s;line-height:1;}.cookie-modal-close-btn:hover{color:var(--text-white);}.cookie-modal-body{padding:1.5rem;overflow-y:auto;flex:1;}.cookie-modal-intro{color:var(--text-gray);font-size:0.875rem;margin-bottom:1.25rem;line-height:1.6;}.cookie-modal-footer{display:flex;justify-content:flex-end;gap:0.75rem;padding:1rem 1.5rem;border-top:1px solid var(--border-color);}.cookie-category{background:var(--bg-card);border:1px solid var(--border-color);border-radius:8px;padding:1rem 1.25rem;margin-bottom:0.75rem;}.cookie-category-header{display:flex;align-items:center;justify-content:space-between;gap:1rem;}.cookie-category-info h5{margin:0;font-size:0.9rem;font-weight:600;color:var(--text-white);}.cookie-badge{display:inline-block;font-size:0.7rem;padding:0.15rem 0.5rem;border-radius:4px;margin-top:0.25rem;}.cookie-badge-required{background:rgba(255,255,255,0.1);color:var(--text-gray);}.cookie-category-desc{color:var(--text-gray);font-size:0.8rem;margin:0.5rem 0 0.25rem;line-height:1.5;}.cookie-toggle{flex-shrink:0;}.cookie-toggle input{display:none;}.cookie-toggle-label{display:block;width:44px;height:24px;background:var(--border-color);border-radius:12px;position:relative;cursor:pointer;transition:background 0.3s;}.cookie-toggle-label::after{content:'';position:absolute;top:3px;left:3px;width:18px;height:18px;background:var(--text-gray);border-radius:50%;transition:all 0.3s;}.cookie-toggle input:checked + .cookie-toggle-label{background:var(--text-white);}.cookie-toggle input:checked + .cookie-toggle-label::after{left:23px;background:var(--bg-darker);}.cookie-toggle-disabled{opacity:0.5;cursor:not-allowed;}.cookie-details-toggle{background:none;border:none;color:var(--text-muted);font-size:0.75rem;cursor:pointer;padding:0.25rem 0;transition:color 0.2s;display:inline-flex;align-items:center;gap:0.3rem;}.cookie-details-toggle:hover{color:var(--text-white);}.cookie-table{width:100%;font-size:0.75rem;margin-top:0.5rem;border-collapse:collapse;}.cookie-table th{color:var(--text-gray);font-weight:600;text-align:left;padding:0.4rem 0.5rem;border-bottom:1px solid var(--border-color);}.cookie-table td{color:var(--text-muted);padding:0.4rem 0.5rem;border-bottom:1px solid rgba(51,51,51,0.5);}.cookie-table code{color:var(--text-gray);font-size:0.72rem;background:rgba(255,255,255,0.05);padding:0.1rem 0.35rem;border-radius:3px;}.cookie-reopen{position:fixed;bottom:1.25rem;left:1.25rem;z-index:9998;width:42px;height:42px;border-radius:50%;background:var(--bg-darker);border:1px solid var(--border-color);color:var(--text-gray);font-size:1.1rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all 0.3s ease;box-shadow:0 2px 10px rgba(0,0,0,0.3);}.cookie-reopen:hover{color:var(--text-white);border-color:var(--text-gray);transform:scale(1.1);}@media (max-width:768px){.cookie-banner-inner{flex-direction:column;align-items:stretch;text-align:center;}.cookie-banner-content{flex-direction:column;align-items:center;}.cookie-banner-actions{flex-direction:column;}.cookie-btn{width:100%;justify-content:center;}.cookie-modal{max-height:90vh;margin:0.5rem;}.cookie-modal-body{padding:1rem;}.cookie-category{padding:0.75rem 1rem;}.cookie-modal-footer{flex-direction:column;}.cookie-modal-footer .cookie-btn{width:100%;text-align:center;}}.process-terminal{background:#0d1117;border-radius:12px;border:1px solid rgba(255,255,255,0.1);overflow:hidden;box-shadow:0 20px 50px rgba(0,0,0,0.3);max-width:420px;}.process-terminal .pt-line{opacity:0;transition:opacity 0.15s ease;}.process-terminal.pt-typed .pt-line{opacity:1;}.pt-bar{display:flex;align-items:center;justify-content:space-between;padding:10px 14px;background:#161b22;border-bottom:1px solid rgba(255,255,255,0.06);}.pt-dots{display:flex;gap:6px;}.pt-dot{width:10px;height:10px;border-radius:50%;}.pt-dot-red{background:#ff5f57;}.pt-dot-yellow{background:#febc2e;}.pt-dot-green{background:#28c840;}.pt-title{font-size:0.7rem;color:var(--text-muted);}.pt-body{padding:12px 14px;overflow-x:auto;}.pt-code{display:block;font-family:'Courier New',monospace;font-size:0.75rem;line-height:1.6;white-space:pre;color:#e6edf3;background:transparent;}.pt-line{display:block;}.pt-ln{display:inline-block;width:28px;text-align:right;margin-right:16px;color:rgba(255,255,255,0.2);user-select:none;font-size:0.7rem;}.pt-keyword{color:#ff7b72;}.pt-class{color:#ffa657;}.pt-function{color:#d2a8ff;}.pt-var{color:#79c0ff;}.pt-string{color:#a5d6ff;}.pt-comment{color:#8b949e;font-style:italic;}.pt-status{display:flex;gap:16px;padding:8px 14px;background:#161b22;border-top:1px solid rgba(255,255,255,0.06);font-size:0.65rem;color:var(--text-muted);}.pt-status i{margin-right:4px;}.list-unstyled li{display:flex;align-items:baseline;text-align:left;}.list-unstyled li i{flex-shrink:0;}@media (max-width:767px){.pt-code{font-size:0.7rem;}.pt-ln{width:22px;margin-right:10px;}.pt-status{gap:10px;font-size:0.6rem;}}@media (max-width:767px){[data-aos]{transition-duration:400ms !important;}[data-aos][data-aos][data-aos-delay]{transition-delay:0s !important;}}.navbar-custom{will-change:background-color,box-shadow;}