*{box-sizing:border-box}html{scroll-behavior:smooth;overflow-x:hidden}body{margin:0;padding:0;font-size:16px;font-family:"Trebuchet MS","Verdana",sans-serif;width:100%;min-height:100vh;overflow-x:hidden}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{border-radius:4px}::-webkit-scrollbar-thumb{border-radius:4px;border:none;transition:all .2s ease}::-webkit-scrollbar-thumb:hover{width:10px}::-webkit-scrollbar-corner{background:rgba(0,0,0,0)}*{scrollbar-width:thin;scrollbar-color:auto}h1{font-size:2em;font-weight:700}h2{font-size:1.75em;font-weight:700}h3{font-size:1.5em;font-weighT:600}h4{font-size:1.25em}p{font-size:1em;margin:1em}button{outline:none;border:none;padding:.5em 1em .5em 1em;cursor:pointer;border-radius:.3em}button.disabled,button:disabled{cursor:not-allowed;pointer-events:none;opacity:.5}pre{padding:.5em;width:fit-content}code{padding:0 .5em 0 .5em}ul{list-style-type:disc;font-size:1.2em}html.theme-light html.theme-light body{background-color:rgba(100,116,139,.1);color:#64748b}html.theme-light html.theme-dark body{background-color:rgba(237,237,237,.1);color:#ededed}html.theme-light button,html.theme-light code,html.theme-light pre{color:#64748b}html.theme-light code.file{color:#802}html.theme-light pre{background-color:#b91c1c}html.theme-light button.primary{background-color:#e9ecef}html.theme-light button.secondary{background-color:#b91c1c}html.theme-light ul{color:#e9ecef}html.theme-light ::-webkit-scrollbar-track{background:rgba(185,28,28,.3)}html.theme-light ::-webkit-scrollbar-thumb{background:rgba(233,236,239,.6)}html.theme-light ::-webkit-scrollbar-thumb:hover{background:rgba(233,236,239,.8)}html.theme-light ::-webkit-scrollbar-thumb:active{background:#e9ecef}html.theme-dark html.theme-light body{background-color:rgba(100,116,139,.1);color:#64748b}html.theme-dark html.theme-dark body{background-color:rgba(237,237,237,.1);color:#ededed}html.theme-dark button,html.theme-dark code,html.theme-dark pre{color:#ededed}html.theme-dark code.file{color:#f08}html.theme-dark pre{background-color:#ef4444}html.theme-dark button.primary{background-color:#2d2d2d}html.theme-dark button.secondary{background-color:#ef4444}html.theme-dark ul{color:#2d2d2d}html.theme-dark ::-webkit-scrollbar-track{background:rgba(239,68,68,.3)}html.theme-dark ::-webkit-scrollbar-thumb{background:rgba(45,45,45,.6)}html.theme-dark ::-webkit-scrollbar-thumb:hover{background:rgba(45,45,45,.8)}html.theme-dark ::-webkit-scrollbar-thumb:active{background:#2d2d2d}@media(min-width: 1201px){.navbar{display:flex !important}.mobile-navbar{display:none !important}}@media(max-width: 1200px){.navbar{display:none !important}.mobile-navbar{display:block !important}.mobile-navbar .mobile-menu-overlay{display:block}.mobile-navbar .mobile-menu-overlay.active{display:block}}.navbar,.mobile-navbar{opacity:1}body.loading .navbar,body.loading .mobile-navbar{opacity:0}.navbar{position:fixed;top:0;left:0;right:0;z-index:1000;height:4rem;padding:0;backdrop-filter:blur(15px);-webkit-backdrop-filter:blur(15px)}.navbar-container{display:flex;align-items:center;justify-content:space-between;height:100%;width:100%;padding:0 1.5rem}@media(max-width: 1200px){.navbar-container{padding:0 1rem}}@media(max-width: 480px){.navbar-container{padding:0 .75rem}}.navbar-brand{display:flex;align-items:center;gap:.75rem;flex-shrink:0}.sidebar-menu-toggle{display:none;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;border:none;border-radius:.5rem;background:hsla(0,0%,100%,.1);cursor:pointer;transition:all .2s ease}@media(max-width: 1200px){.sidebar-menu-toggle{display:flex}}.sidebar-menu-toggle:hover{background:hsla(0,0%,100%,.15);transform:scale(1.05)}.sidebar-menu-toggle i{font-size:1rem}.brand-link{display:flex;align-items:center;text-decoration:none;gap:.75rem;transition:all .3s ease}.brand-link:hover{transform:scale(1.05)}.brand-link:hover .brand-logo{filter:drop-shadow(0 0 10px rgba(255, 255, 255, 0.3))}.brand-logo{height:2.5rem;width:auto;object-fit:contain}html.theme-light .brand-logo-light{display:none}html.theme-dark .brand-logo-dark{display:none}.brand-text{font-size:1.5rem;font-weight:700;letter-spacing:-0.025em;background:linear-gradient(135deg, #fff 0%, #8e8e8e 100%);-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);background-clip:text}.navbar-menu{display:flex;align-items:center;gap:2rem}@media(max-width: 1200px){.navbar-menu{display:none}}.navbar-nav{display:flex;align-items:center;gap:2rem;list-style:none;margin:0;padding:0}.nav-item{position:relative}.nav-link{display:flex;align-items:center;padding:.75rem 1rem;font-size:1rem;font-weight:500;text-decoration:none;transition:all .3s ease;position:relative;border-radius:.5rem}.nav-link::before{content:"";position:absolute;inset:0;background:linear-gradient(135deg, transparent, transparent);border-radius:.5rem;opacity:0;transition:opacity .3s ease}.nav-link:hover::before{opacity:1}.nav-link.active::after{content:"";position:absolute;top:2rem;left:50%;transform:translateX(-50%);width:-webkit-fill-available;height:2px;border-radius:1px}.navbar-theme{display:flex;align-items:center;flex-shrink:0}.theme-toggle{display:flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;border-radius:50%;background:none;border:none;cursor:pointer;font-size:1.125rem;transition:all .2s ease;position:relative}.theme-toggle:hover:not(.disabled){transform:scale(1.1)}.theme-toggle .theme-icon-dark,.theme-toggle .theme-icon-light{position:absolute;transition:opacity .2s ease}.theme-toggle .theme-icon-dark{opacity:1}.theme-toggle .theme-icon-light{opacity:0}.navbar-user{display:flex;align-items:center;gap:.75rem;flex-shrink:0}.user-link{display:flex;align-items:center;justify-content:center;padding:.5rem;border-radius:.5rem;text-decoration:none;font-size:1.125rem;transition:all .2s ease;gap:.5rem}.user-link:hover:not(.disabled){transform:scale(1.1)}.user-dropdown{position:relative}.user-dropdown .user-dropdown-toggle{display:flex;align-items:center;gap:.25rem;padding:.5rem;border:none;border-radius:.5rem;background:none;cursor:pointer;font-size:1.125rem;transition:all .2s ease;position:relative}.user-dropdown .user-dropdown-toggle .user-type-text{margin-left:.5rem;font-size:.75rem;font-weight:600;text-transform:uppercase;opacity:.8}.user-dropdown .user-dropdown-toggle:hover{transform:scale(1.1)}.user-dropdown .user-dropdown-menu{position:absolute;top:100%;right:0;min-width:200px;border-radius:.5rem;box-shadow:0 10px 25px rgba(0,0,0,.15);padding:.5rem 0;opacity:0;visibility:hidden;transform:translateY(-10px);transition:all .2s ease;z-index:1000}.user-dropdown .user-dropdown-menu .dropdown-user-info{padding:.75rem 1rem;border-bottom:1px solid rgba(0,0,0,.1)}.user-dropdown .user-dropdown-menu .dropdown-user-info .user-email{font-size:.8125rem;font-weight:500;opacity:.8}.user-dropdown .user-dropdown-menu .dropdown-item{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;text-decoration:none;font-size:.875rem;border:none;background:none;width:100%;text-align:left;cursor:pointer;transition:background-color .2s ease}.user-dropdown .user-dropdown-menu .dropdown-item i{width:1rem;text-align:center}.user-dropdown .user-dropdown-menu .dropdown-divider{height:1px;margin:.5rem 0}.user-dropdown:hover .user-dropdown-menu{opacity:1;visibility:visible;transform:translateY(0)}html.theme-light .navbar{background:linear-gradient(135deg, rgba(255, 255, 255, 0.85) 0%, rgba(255, 255, 255, 0.9) 100%);box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -4px rgba(0,0,0,.1)}html.theme-light .sidebar-menu-toggle{background:rgba(100,116,139,.1);color:#64748b}html.theme-light .sidebar-menu-toggle:hover{background:rgba(100,116,139,.15)}html.theme-light .brand-link{color:#64748b}html.theme-light .brand-text{background:linear-gradient(135deg, hsl(215.3846153846, 16.3179916318%, -53.137254902%) 0%, #64748b 100%);-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);background-clip:text}html.theme-light .brand-text .brand-text-accent{color:#d62f2e;-webkit-text-fill-color:#d62f2e}html.theme-light .nav-link{color:#64748b}html.theme-light .nav-link::before{background:rgba(214,47,46,.08);border:1px solid rgba(214,47,46,.15)}html.theme-light .nav-link:hover:not(.disabled){color:hsl(215.3846153846,16.3179916318%,-53.137254902%)}html.theme-light .nav-link.active{color:hsl(215.3846153846,16.3179916318%,-53.137254902%)}html.theme-light .nav-link.active::after{background:#d62f2e}html.theme-light .nav-link.disabled{opacity:.5;cursor:not-allowed}html.theme-light .theme-toggle{color:rgba(100,116,139,.8);background:rgba(214,47,46,.08);border:1px solid rgba(214,47,46,.15)}html.theme-light .theme-toggle:hover:not(.disabled){background:linear-gradient(135deg, rgba(214, 47, 46, 0.15), rgba(214, 47, 46, 0.05));color:#d62f2e;border-color:rgba(214,47,46,.3);box-shadow:0 4px 15px rgba(214,47,46,.1)}html.theme-light .theme-toggle.disabled{opacity:.5;cursor:not-allowed}html.theme-light .user-link{color:rgba(100,116,139,.8);background:rgba(214,47,46,.08);border:1px solid rgba(214,47,46,.15)}html.theme-light .user-link:hover:not(.disabled){background:linear-gradient(135deg, rgba(214, 47, 46, 0.15), rgba(214, 47, 46, 0.05));color:#d62f2e;border-color:rgba(214,47,46,.3);box-shadow:0 4px 15px rgba(214,47,46,.1)}html.theme-light .user-link.disabled{opacity:.5;cursor:not-allowed}html.theme-light .user-dropdown .user-dropdown-toggle{color:rgba(100,116,139,.8);background:rgba(214,47,46,.08);border:1px solid rgba(214,47,46,.15)}html.theme-light .user-dropdown .user-dropdown-toggle:hover{background:linear-gradient(135deg, rgba(214, 47, 46, 0.15), rgba(214, 47, 46, 0.05));color:#d62f2e;border-color:rgba(214,47,46,.3);box-shadow:0 4px 15px rgba(214,47,46,.1)}html.theme-light .user-dropdown .user-dropdown-menu{background:#fff;border:1px solid rgba(214,47,46,.15)}html.theme-light .user-dropdown .user-dropdown-menu .dropdown-user-info{border-bottom-color:rgba(214,47,46,.15)}html.theme-light .user-dropdown .user-dropdown-menu .dropdown-user-info .user-email{color:#64748b}html.theme-light .user-dropdown .user-dropdown-menu .dropdown-item{color:#64748b}html.theme-light .user-dropdown .user-dropdown-menu .dropdown-item:hover{background:rgba(100,116,139,.0196078431)}html.theme-light .user-dropdown .user-dropdown-menu .dropdown-divider{background:rgba(214,47,46,.15)}html.theme-dark .navbar{background:linear-gradient(135deg, rgba(10, 10, 10, 0.8) 0%, rgba(10, 10, 10, 0.9) 100%);box-shadow:0 10px 15px -3px rgba(56,56,56,.1),0 4px 6px -4px rgba(0,0,0,.1)}html.theme-dark .sidebar-menu-toggle{background:rgba(237,237,237,.1);color:#ededed}html.theme-dark .sidebar-menu-toggle:hover{background:rgba(237,237,237,.15)}html.theme-dark .brand-link{color:#ededed}html.theme-dark .brand-text{background:linear-gradient(135deg, hsl(0, 0%, 192.9411764706%) 0%, #ededed 100%);-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);background-clip:text}html.theme-dark .brand-text .brand-text-accent{color:#d62f2e;-webkit-text-fill-color:#d62f2e}html.theme-dark .nav-link{color:hsl(0,0%,77.9411764706%)}html.theme-dark .nav-link::before{background:rgba(214,47,46,.05);border:1px solid rgba(214,47,46,.12)}html.theme-dark .nav-link:hover:not(.disabled){color:hsl(0,0%,192.9411764706%)}html.theme-dark .nav-link.active{color:hsl(0,0%,192.9411764706%)}html.theme-dark .nav-link.active::after{background:#d62f2e}html.theme-dark .nav-link.disabled{opacity:.5;cursor:not-allowed}html.theme-dark .theme-toggle{color:rgba(237,237,237,.8);background:rgba(214,47,46,.05);border:1px solid rgba(214,47,46,.12)}html.theme-dark .theme-toggle:hover:not(.disabled){background:linear-gradient(135deg, rgba(214, 47, 46, 0.15), rgba(214, 47, 46, 0.05));color:#d62f2e;border-color:rgba(214,47,46,.3);box-shadow:0 4px 15px rgba(214,47,46,.1)}html.theme-dark .theme-toggle.disabled{opacity:.5;cursor:not-allowed}html.theme-dark .user-link{color:rgba(237,237,237,.8);background:rgba(214,47,46,.05);border:1px solid rgba(214,47,46,.12)}html.theme-dark .user-link:hover:not(.disabled){background:linear-gradient(135deg, rgba(214, 47, 46, 0.15), rgba(214, 47, 46, 0.05));color:#d62f2e;border-color:rgba(214,47,46,.3);box-shadow:0 4px 15px rgba(214,47,46,.1)}html.theme-dark .user-link.disabled{opacity:.5;cursor:not-allowed}html.theme-dark .user-dropdown .user-dropdown-toggle{color:rgba(237,237,237,.8);background:rgba(214,47,46,.05);border:1px solid rgba(214,47,46,.12)}html.theme-dark .user-dropdown .user-dropdown-toggle:hover{background:linear-gradient(135deg, rgba(214, 47, 46, 0.15), rgba(214, 47, 46, 0.05));color:#d62f2e;border-color:rgba(214,47,46,.3);box-shadow:0 4px 15px rgba(214,47,46,.1)}html.theme-dark .user-dropdown .user-dropdown-menu{background:#0a0a0a;border:1px solid rgba(214,47,46,.12)}html.theme-dark .user-dropdown .user-dropdown-menu .dropdown-user-info{border-bottom-color:rgba(214,47,46,.12)}html.theme-dark .user-dropdown .user-dropdown-menu .dropdown-user-info .user-email{color:#ededed}html.theme-dark .user-dropdown .user-dropdown-menu .dropdown-item{color:#ededed}html.theme-dark .user-dropdown .user-dropdown-menu .dropdown-item:hover{background:#1a1a1a}html.theme-dark .user-dropdown .user-dropdown-menu .dropdown-divider{background:rgba(214,47,46,.12)}html.theme-light .theme-toggle .theme-icon-dark{opacity:1}html.theme-light .theme-toggle .theme-icon-light{opacity:0}html.theme-dark .theme-toggle .theme-icon-dark{opacity:0}html.theme-dark .theme-toggle .theme-icon-light{opacity:1}.mobile-navbar{position:fixed;top:0;left:0;right:0;z-index:1000;display:none}.mobile-header{height:4rem;padding:0 1rem;display:flex;align-items:center;justify-content:space-between;backdrop-filter:blur(1rem);-webkit-backdrop-filter:blur(1rem)}.mobile-logo{display:flex;align-items:center;text-decoration:none;height:2.5rem}.mobile-logo img{height:100%;width:auto;object-fit:contain}.mobile-actions{display:flex;align-items:center;gap:.75rem}.mobile-theme-toggle{position:relative;width:2.5rem;height:2.5rem;border:none;border-radius:.5rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.mobile-theme-toggle .theme-icon{position:absolute;font-size:1.125rem;transition:all .3s ease}.mobile-theme-toggle .theme-icon.light{opacity:1;transform:rotate(0deg) scale(1)}.mobile-theme-toggle .theme-icon.dark{opacity:0;transform:rotate(180deg) scale(0.8)}.mobile-theme-toggle:hover{transform:translateY(-1px)}.mobile-theme-toggle:active{transform:translateY(0)}.mobile-menu-toggle{position:relative;width:2.5rem;height:2.5rem;border:none;border-radius:.5rem;cursor:pointer;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.25rem;transition:all .2s ease}.mobile-menu-toggle .hamburger-line{width:1.25rem;height:2px;border-radius:1px;transition:all .3s ease}.mobile-menu-toggle:hover{transform:translateY(-1px)}.mobile-menu-toggle:active{transform:translateY(0)}.mobile-menu-toggle.active .hamburger-line:nth-child(1){transform:translateY(0.375rem) rotate(45deg)}.mobile-menu-toggle.active .hamburger-line:nth-child(2){opacity:0;transform:scaleX(0)}.mobile-menu-toggle.active .hamburger-line:nth-child(3){transform:translateY(-0.375rem) rotate(-45deg)}.mobile-menu-overlay{position:fixed;top:4rem;left:0;right:0;bottom:0;transform:translateX(100%);transition:transform .3s ease;backdrop-filter:blur(1rem);-webkit-backdrop-filter:blur(1rem)}.mobile-menu-overlay.active{transform:translateX(0)}.mobile-menu{padding:2rem 1rem;overflow-y:auto;display:flex;flex-direction:column;justify-content:space-between}.mobile-nav-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.5rem}.mobile-nav-item{width:100%}.mobile-nav-link{display:flex;align-items:center;gap:1rem;padding:1rem;border-radius:.75rem;text-decoration:none;font-weight:500;font-size:1.125rem;transition:all .2s ease}.mobile-nav-link i{font-size:1.25rem;width:1.5rem;text-align:center}.mobile-nav-link:hover{transform:translateX(0.25rem)}.mobile-nav-link:active{transform:translateX(0.125rem)}.mobile-nav-link.active{font-weight:700;transform:translateX(0.25rem)}.mobile-auth-section{margin-top:2rem;padding-top:2rem;position:relative}.mobile-auth-section::before{content:"";position:absolute;top:1rem;left:0;right:0;height:1px;opacity:.2}.mobile-login-button{display:flex;align-items:center;justify-content:center;gap:.75rem;padding:1rem 1.5rem;border-radius:1rem;text-decoration:none;font-weight:600;font-size:1.125rem;transition:all .2s ease;border:2px solid rgba(0,0,0,0)}.mobile-login-button i{font-size:1.25rem}.mobile-login-button:hover{transform:translateY(-2px);box-shadow:0 8px 25px rgba(0,0,0,.15)}.mobile-login-button:active{transform:translateY(-1px);box-shadow:0 4px 15px rgba(0,0,0,.1)}.mobile-user-info .mobile-user-header{display:flex;align-items:center;gap:.75rem;padding:1rem;border-radius:1rem;margin-bottom:1rem;font-weight:600;font-size:1.125rem}@media(max-width: 480px){.mobile-user-info .mobile-user-header{display:flex;flex-direction:column;justify-content:center}}.mobile-user-info .mobile-user-header .mobile-user-type{margin-left:.5rem;font-size:.75rem;font-weight:600;text-transform:uppercase;opacity:.7}@media(max-width: 480px){.mobile-user-info .mobile-user-header .mobile-user-type{display:flex;justify-content:center;margin-top:.5rem}}.mobile-user-info .mobile-user-actions{display:flex;flex-direction:row;justify-content:center;gap:.5rem}.mobile-user-info .mobile-action-link{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;border-radius:.75rem;text-decoration:none;font-size:1rem;transition:all .2s ease;border:none;background:none;width:100%;text-align:left;cursor:pointer}.mobile-user-info .mobile-action-link i{width:1.25rem;text-align:center}.mobile-user-info .mobile-action-link:hover{transform:translateX(0.25rem)}.mobile-user-info .mobile-action-link:active{transform:translateX(0.125rem)}html.theme-light .mobile-header{background:linear-gradient(135deg, rgba(255, 255, 255, 0.85) 0%, rgba(255, 255, 255, 0.9) 100%);box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -4px rgba(0,0,0,.1)}html.theme-light .mobile-logo{color:#64748b}html.theme-light .mobile-theme-toggle{background:rgba(100,116,139,.1);color:#64748b}html.theme-light .mobile-theme-toggle:hover{background:rgba(100,116,139,.15)}html.theme-light .mobile-menu-toggle{background:rgba(100,116,139,.1)}html.theme-light .mobile-menu-toggle .hamburger-line{background:#64748b}html.theme-light .mobile-menu-toggle:hover{background:rgba(100,116,139,.15)}html.theme-light .mobile-menu-overlay{background:linear-gradient(135deg, rgba(255, 255, 255, 0.85) 0%, rgba(255, 255, 255, 0.9) 100%);box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -4px rgba(0,0,0,.1)}html.theme-light .mobile-nav-link{color:#64748b;background:rgba(100,116,139,.03)}html.theme-light .mobile-nav-link i{color:#d62f2e}html.theme-light .mobile-nav-link:hover{background:rgba(100,116,139,.08)}html.theme-light .mobile-nav-link.active{background:rgba(214,47,46,.15);color:#d62f2e}html.theme-light .mobile-nav-link.active i{color:#d62f2e}html.theme-light .mobile-auth-section::before{background:#64748b}html.theme-light .mobile-login-button{background:linear-gradient(135deg, #d62f2e 0%, rgb(222.364, 89.432, 88.636) 100%);color:#fff;border-color:rgba(214,47,46,.2)}html.theme-light .mobile-login-button i{color:#fff}html.theme-light .mobile-login-button:hover{background:linear-gradient(135deg, rgb(218.182, 68.216, 67.318) 0%, rgb(226.546, 110.648, 109.954) 100%);border-color:rgba(214,47,46,.3)}html.theme-light .mobile-login-button:active{background:linear-gradient(135deg, rgb(196.042, 39.396, 38.458) 0%, #d62f2e 100%)}html.theme-light .mobile-user-info .mobile-user-header{background:rgba(100,116,139,.05);color:#64748b;border:1px solid rgba(100,116,139,.1)}html.theme-light .mobile-user-info .mobile-action-link{color:#64748b;background:rgba(100,116,139,.03)}html.theme-light .mobile-user-info .mobile-action-link i{color:#d62f2e}html.theme-light .mobile-user-info .mobile-action-link:hover{background:rgba(100,116,139,.08)}html.theme-dark .mobile-header{background:linear-gradient(135deg, rgba(10, 10, 10, 0.8) 0%, rgba(10, 10, 10, 0.9) 100%);box-shadow:0 10px 15px -3px rgba(56,56,56,.1),0 4px 6px -4px rgba(0,0,0,.1)}html.theme-dark .mobile-logo{color:#ededed}html.theme-dark .mobile-theme-toggle{background:rgba(237,237,237,.1);color:#ededed}html.theme-dark .mobile-theme-toggle:hover{background:rgba(237,237,237,.15)}html.theme-dark .mobile-menu-toggle{background:rgba(237,237,237,.1)}html.theme-dark .mobile-menu-toggle .hamburger-line{background:#ededed}html.theme-dark .mobile-menu-toggle:hover{background:rgba(237,237,237,.15)}html.theme-dark .mobile-menu-overlay{background:linear-gradient(135deg, rgba(10, 10, 10, 0.8) 0%, rgba(10, 10, 10, 0.9) 100%);box-shadow:0 10px 15px -3px rgba(56,56,56,.1),0 4px 6px -4px rgba(0,0,0,.1)}html.theme-dark .mobile-nav-link{color:#ededed;background:rgba(237,237,237,.03)}html.theme-dark .mobile-nav-link i{color:#d62f2e}html.theme-dark .mobile-nav-link:hover{background:rgba(237,237,237,.08)}html.theme-dark .mobile-nav-link.active{background:rgba(214,47,46,.15);color:#d62f2e}html.theme-dark .mobile-nav-link.active i{color:#d62f2e}html.theme-dark .mobile-auth-section::before{background:#ededed}html.theme-dark .mobile-login-button{background:linear-gradient(135deg, #d62f2e 0%, rgb(222.364, 89.432, 88.636) 100%);color:#fff;border-color:rgba(214,47,46,.2)}html.theme-dark .mobile-login-button i{color:#fff}html.theme-dark .mobile-login-button:hover{background:linear-gradient(135deg, rgb(218.182, 68.216, 67.318) 0%, rgb(226.546, 110.648, 109.954) 100%);border-color:rgba(214,47,46,.3)}html.theme-dark .mobile-login-button:active{background:linear-gradient(135deg, rgb(196.042, 39.396, 38.458) 0%, #d62f2e 100%)}html.theme-dark .mobile-user-info .mobile-user-header{background:rgba(237,237,237,.05);color:#ededed;border:1px solid rgba(237,237,237,.1)}html.theme-dark .mobile-user-info .mobile-action-link{color:#ededed;background:rgba(237,237,237,.03)}html.theme-dark .mobile-user-info .mobile-action-link i{color:#d62f2e}html.theme-dark .mobile-user-info .mobile-action-link:hover{background:rgba(237,237,237,.08)}html.theme-light .mobile-theme-toggle .theme-icon.light{opacity:1}html.theme-light .mobile-theme-toggle .theme-icon.dark{opacity:0}html.theme-dark .mobile-theme-toggle .theme-icon.light{opacity:0}html.theme-dark .mobile-theme-toggle .theme-icon.dark{opacity:1}.footer{position:relative;padding:6rem 2rem 2rem;margin-top:auto;overflow:hidden}.footer::after{content:"";position:absolute;bottom:0;left:30%;width:40%;height:40%;border-radius:50%;opacity:.6;filter:blur(50px);z-index:0;animation:pulseGlow 10s infinite alternate ease-in-out}.footer-container{position:relative;z-index:2;max-width:1200px;margin:0 auto}.footer-main{display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr;gap:3rem;margin-bottom:4rem}@media(max-width: 992px){.footer-main{grid-template-columns:1fr 1fr;gap:2.5rem}}@media(max-width: 576px){.footer-main{grid-template-columns:1fr;gap:2rem;text-align:center}}.footer-section{position:relative}.footer-section::before{content:"";position:absolute;top:-1rem;left:-1rem;right:-1rem;bottom:-1rem;border-radius:1.5rem;z-index:-1;opacity:0;transition:opacity .3s ease;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.footer-section:hover:not(.footer-brand)::before{opacity:1}@media(max-width: 576px){.footer-section{text-align:center}.footer-section.footer-brand .footer-description{margin-left:auto;margin-right:auto}}.footer-logo{margin-bottom:2rem}@media(max-width: 576px){.footer-logo{display:flex;justify-content:center}}.footer-logo .footer-brand-link{font-size:1.75rem;font-weight:800;position:relative;display:inline-flex;align-items:center;text-decoration:none}.footer-logo .footer-brand-link .footer-logo-container{position:relative;margin-right:.75rem;filter:drop-shadow(0 0 10px rgba(255, 255, 255, 0.2));transition:transform .3s ease}.footer-logo .footer-brand-link .footer-logo-container .footer-logo-dark,.footer-logo .footer-brand-link .footer-logo-container .footer-logo-light{width:2rem;height:2rem;object-fit:contain}.footer-logo .footer-brand-link .footer-brand-text{position:relative;background:linear-gradient(135deg, #fff 0%, #8e8e8e 100%);-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);background-clip:text;margin:0;font-size:1.75rem;font-weight:800}.footer-logo .footer-brand-link .footer-brand-text::after{content:"";position:absolute;left:0;bottom:-0.5rem;width:100%;height:2px;transform:scaleX(0);transform-origin:center;transition:transform .4s ease}.footer-logo .footer-brand-link:hover .footer-logo-container{transform:rotate(-10deg) scale(1.1)}.footer-logo .footer-brand-link:hover .footer-brand-text::after{transform:scaleX(1)}.footer-brand .footer-description{margin:0 0 1.5rem;line-height:1.7;font-size:.95rem;opacity:.85;max-width:300px}@media(max-width: 768px){.footer-brand .footer-description{max-width:none}}.footer-brand .footer-social{display:flex;gap:1rem}@media(max-width: 768px){.footer-brand .footer-social{justify-content:center}}.footer-brand .footer-social .social-link{display:flex;justify-content:center;align-items:center;width:2.5rem;height:2.5rem;border-radius:12px;backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px);transition:all .3s ease;position:relative;overflow:hidden;text-decoration:none;border:1px solid}.footer-brand .footer-social .social-link::before{content:"";position:absolute;inset:0;opacity:0;transition:opacity .3s ease}.footer-brand .footer-social .social-link i{font-size:1.2rem;z-index:1;transition:all .3s ease;display:flex;align-items:center;justify-content:center;line-height:1}.footer-brand .footer-social .social-link i.fa-facebook{margin-left:1px}.footer-brand .footer-social .social-link i.fa-instagram{margin-top:-1px}.footer-brand .footer-social .social-link i.fa-linkedin{margin-left:1px}.footer-brand .footer-social .social-link:hover{transform:translateY(-5px);box-shadow:0 5px 15px rgba(0,0,0,.2)}.footer-brand .footer-social .social-link:hover::before{opacity:1}.footer-brand .footer-social .social-link:hover i{transform:scale(1.2)}.footer-title{font-size:1.125rem;font-weight:700;margin:0 0 1.5rem;position:relative}@media(max-width: 576px){.footer-title{text-align:center}}.footer-links{list-style:none;padding:0;margin:0}@media(max-width: 576px){.footer-links{display:flex;flex-direction:column;align-items:center;gap:.75rem}}.footer-links li{margin-bottom:.75rem}@media(max-width: 576px){.footer-links li{margin-bottom:0}}.footer-links li:last-child{margin-bottom:0}.footer-link{font-size:.95rem;text-decoration:none;line-height:1.5;transition:all .3s ease;position:relative;display:inline-block}.footer-link::after{content:"";position:absolute;bottom:-2px;left:0;width:100%;height:1px;transform:scaleX(0);transform-origin:left;transition:transform .3s ease}.footer-link:hover{transform:translateX(5px)}@media(max-width: 576px){.footer-link:hover{transform:translateY(-2px)}}.footer-link:hover::after{transform:scaleX(1)}.footer-contact{display:flex;flex-direction:column;gap:1rem}@media(max-width: 576px){.footer-contact{align-items:center}}.contact-item{display:flex;align-items:flex-start;gap:.75rem;font-size:.95rem;line-height:1.5}@media(max-width: 576px){.contact-item{flex-direction:column;align-items:center;text-align:center;gap:.5rem}}.footer-contact-icon{width:1.25rem;text-align:center;margin-top:.125rem;flex-shrink:0}@media(max-width: 576px){.footer-contact-icon{margin-top:0}}.footer-bottom{position:relative;padding-top:2rem;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1.5rem}@media(max-width: 768px){.footer-bottom{flex-direction:column;text-align:center}}.footer-bottom::before{content:"";position:absolute;top:0;left:50%;transform:translateX(-50%);width:80%;height:1px;background:linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent)}.footer-bottom-content{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1.5rem;width:100%}@media(max-width: 768px){.footer-bottom-content{flex-direction:column;text-align:center;gap:.75rem}}.footer-copyright p{font-size:.9rem;opacity:.7;margin:0}.footer-legal{display:flex;gap:1.5rem}@media(max-width: 768px){.footer-legal{flex-direction:column;gap:.75rem}}@media(max-width: 576px){.footer-legal{flex-direction:row;justify-content:center;flex-wrap:wrap;gap:1rem}}.footer-legal .legal-link{font-size:.85rem;text-decoration:none;opacity:.7;transition:all .3s ease;position:relative}.footer-legal .legal-link::after{content:"";position:absolute;bottom:-4px;left:0;width:100%;height:1px;transform:scaleX(0);transform-origin:left;transition:transform .3s ease}.footer-legal .legal-link:hover{opacity:1}.footer-legal .legal-link:hover::after{transform:scaleX(1)}.footer-legal .legal-separator{font-size:.85rem;opacity:.5}@media(max-width: 768px)and (min-width: 577px){.footer-legal .legal-separator{display:none}}@keyframes pulseGlow{0%{opacity:.4;filter:blur(50px)}100%{opacity:.7;filter:blur(70px)}}html.theme-light .footer-logo-light{display:none}html.theme-dark .footer-logo-dark{display:none}html.theme-light .footer{background-color:#fff}html.theme-light .footer::after{background:radial-gradient(circle, rgba(214, 47, 46, 0.08) 0%, transparent 70%)}html.theme-light .footer-section::before{background:rgba(214,47,46,.08);border:1px solid rgba(214,47,46,.15)}html.theme-light .footer-logo .footer-brand-link .footer-logo-container{filter:drop-shadow(0 0 10px rgba(214, 47, 46, 0.5))}html.theme-light .footer-logo .footer-brand-link .footer-brand-text{background:linear-gradient(135deg, hsl(215.3846153846, 16.3179916318%, -53.137254902%) 0%, #64748b 100%);-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);background-clip:text}html.theme-light .footer-logo .footer-brand-link .footer-brand-text::after{background:linear-gradient(90deg, transparent, rgba(214, 47, 46, 0.8), transparent)}html.theme-light .footer-brand .footer-description{color:rgba(100,116,139,.85)}html.theme-light .footer-brand .footer-social .social-link{background:rgba(100,116,139,.05);border-color:rgba(100,116,139,.1);color:rgba(100,116,139,.7)}html.theme-light .footer-brand .footer-social .social-link::before{background:rgba(214,47,46,.1);border:1px solid rgba(214,47,46,.2)}html.theme-light .footer-brand .footer-social .social-link:hover{color:#d62f2e;border-color:rgba(214,47,46,.3)}html.theme-light .footer-title{color:hsl(215.3846153846,16.3179916318%,-53.137254902%)}html.theme-light .footer-link{color:rgba(100,116,139,.8)}html.theme-light .footer-link::after{background:#d62f2e}html.theme-light .footer-link:hover{color:#d62f2e}html.theme-light .contact-item{color:rgba(100,116,139,.9)}html.theme-light .contact-item .footer-contact-icon{color:#d62f2e}html.theme-light .footer-copyright p{color:rgba(100,116,139,.7)}html.theme-light .footer-legal .legal-link{color:rgba(100,116,139,.7)}html.theme-light .footer-legal .legal-link::after{background:#d62f2e}html.theme-light .footer-legal .legal-link:hover{color:#d62f2e}html.theme-light .footer-legal .legal-separator{color:rgba(100,116,139,.5)}html.theme-dark .footer{background-color:#0a0a0a}html.theme-dark .footer::after{background:radial-gradient(circle, rgba(214, 47, 46, 0.08) 0%, transparent 70%)}html.theme-dark .footer-section::before{background:rgba(214,47,46,.08);border:1px solid rgba(214,47,46,.15)}html.theme-dark .footer-logo .footer-brand-link .footer-logo-container{filter:drop-shadow(0 0 10px rgba(214, 47, 46, 0.5))}html.theme-dark .footer-logo .footer-brand-link .footer-brand-text{background:linear-gradient(135deg, hsl(0, 0%, 192.9411764706%) 0%, #ededed 100%);-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);background-clip:text}html.theme-dark .footer-logo .footer-brand-link .footer-brand-text::after{background:linear-gradient(90deg, transparent, rgba(214, 47, 46, 0.8), transparent)}html.theme-dark .footer-brand .footer-description{color:rgba(237,237,237,.85)}html.theme-dark .footer-brand .footer-social .social-link{background:rgba(237,237,237,.05);border-color:rgba(237,237,237,.1);color:rgba(237,237,237,.7)}html.theme-dark .footer-brand .footer-social .social-link::before{background:rgba(214,47,46,.1);border:1px solid rgba(214,47,46,.2)}html.theme-dark .footer-brand .footer-social .social-link:hover{color:#d62f2e;border-color:rgba(214,47,46,.3)}html.theme-dark .footer-title{color:hsl(0,0%,192.9411764706%)}html.theme-dark .footer-link{color:rgba(237,237,237,.8)}html.theme-dark .footer-link::after{background:#d62f2e}html.theme-dark .footer-link:hover{color:#d62f2e}html.theme-dark .contact-item{color:rgba(237,237,237,.9)}html.theme-dark .contact-item .footer-contact-icon{color:#d62f2e}html.theme-dark .footer-copyright p{color:rgba(237,237,237,.7)}html.theme-dark .footer-legal .legal-link{color:rgba(237,237,237,.7)}html.theme-dark .footer-legal .legal-link::after{background:#d62f2e}html.theme-dark .footer-legal .legal-link:hover{color:#d62f2e}html.theme-dark .footer-legal .legal-separator{color:rgba(237,237,237,.5)}.cookie-banner{position:fixed;bottom:0;left:0;right:0;z-index:10000;transform:translateY(100%);transition:transform .4s cubic-bezier(0.4, 0, 0.2, 1)}.cookie-banner.cookie-banner-show{transform:translateY(0)}.cookie-banner.cookie-banner-visible{display:block !important}.cookie-banner-container{padding:1rem 1.5rem;backdrop-filter:blur(15px);-webkit-backdrop-filter:blur(15px)}@media(max-width: 768px){.cookie-banner-container{padding:1rem}}@media(max-width: 480px){.cookie-banner-container{padding:.875rem .75rem}}.cookie-banner-content{max-width:1200px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:1.5rem}@media(max-width: 768px){.cookie-banner-content{flex-direction:column;align-items:stretch;gap:1rem}}.cookie-banner-info{display:flex;align-items:center;gap:1rem;flex:1}@media(max-width: 480px){.cookie-banner-info{gap:.75rem}}.cookie-banner-icon{display:flex;align-items:center;justify-content:center;width:3rem;height:3rem;border-radius:50%;flex-shrink:0}.cookie-banner-icon i{font-size:1.5rem}@media(max-width: 768px){.cookie-banner-icon{width:2.5rem;height:2.5rem}.cookie-banner-icon i{font-size:1.25rem}}.cookie-banner-text{flex:1;min-width:0}.cookie-banner-title{font-size:1.125rem;font-weight:600;margin:0 0 .25rem 0;line-height:1.4}@media(max-width: 768px){.cookie-banner-title{font-size:1rem}}.cookie-banner-description{font-size:.875rem;margin:0;line-height:1.5}@media(max-width: 768px){.cookie-banner-description{font-size:.8125rem}}.cookie-link{text-decoration:underline;font-weight:500;transition:all .2s ease}.cookie-link:hover{text-decoration:none}.cookie-banner-actions{display:flex;align-items:center;gap:.75rem;flex-shrink:0}@media(max-width: 768px){.cookie-banner-actions{justify-content:center;gap:.5rem}}@media(max-width: 480px){.cookie-banner-actions{flex-direction:column;gap:.5rem;width:100%}}.cookie-btn{display:inline-flex;align-items:center;gap:.5rem;padding:.625rem 1rem;border:1px solid rgba(0,0,0,0);border-radius:.5rem;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease;text-decoration:none;white-space:nowrap}.cookie-btn i{font-size:.875rem}@media(max-width: 768px){.cookie-btn{padding:.5rem .875rem;font-size:.8125rem}.cookie-btn i{font-size:.8125rem}}@media(max-width: 480px){.cookie-btn{width:100%;justify-content:center;padding:.75rem 1rem}}.cookie-btn:focus{outline:2px solid;outline-offset:2px}.cookie-btn:active{transform:translateY(1px)}.cookie-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;z-index:10001;display:flex;align-items:center;justify-content:center;padding:1rem;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);opacity:0;visibility:hidden;transition:all .3s ease}.cookie-modal-overlay.cookie-modal-show{opacity:1;visibility:visible}@media(max-width: 768px){.cookie-modal-overlay{padding:.5rem;align-items:flex-end}}.cookie-modal{width:100%;max-width:600px;max-height:90vh;border-radius:1rem;overflow:hidden;transform:scale(0.9);transition:transform .3s ease}.cookie-modal-show .cookie-modal{transform:scale(1)}@media(max-width: 768px){.cookie-modal{max-width:none;border-radius:1rem 1rem 0 0;max-height:95vh}}.cookie-modal-header{display:flex;align-items:center;justify-content:space-between;padding:1.5rem;border-bottom:1px solid}@media(max-width: 768px){.cookie-modal-header{padding:1rem}}.cookie-modal-title{display:flex;align-items:center;gap:.75rem;font-size:1.25rem;font-weight:600;margin:0}.cookie-modal-title i{font-size:1.125rem}@media(max-width: 768px){.cookie-modal-title{font-size:1.125rem}.cookie-modal-title i{font-size:1rem}}.cookie-modal-close{display:flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;border:none;border-radius:.5rem;cursor:pointer;transition:all .2s ease}.cookie-modal-close i{font-size:1rem}.cookie-modal-close:hover{transform:scale(1.05)}.cookie-modal-close:focus{outline:2px solid;outline-offset:2px}.cookie-modal-content{padding:1.5rem;max-height:60vh;overflow-y:auto}@media(max-width: 768px){.cookie-modal-content{padding:1rem;max-height:50vh}}.cookie-modal-description{margin-bottom:1.5rem}.cookie-modal-description p{margin:0;font-size:.875rem;line-height:1.6}@media(max-width: 768px){.cookie-modal-description{margin-bottom:1rem}}.cookie-categories{display:flex;flex-direction:column;gap:1rem}.cookie-category{border:1px solid;border-radius:.75rem;padding:1rem;transition:all .2s ease}@media(max-width: 768px){.cookie-category{padding:.875rem}}.cookie-category-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.75rem;gap:1rem}.cookie-category-title{display:flex;align-items:center;gap:.5rem;font-size:1rem;font-weight:600;margin:0}.cookie-category-title i{font-size:.875rem}@media(max-width: 768px){.cookie-category-title{font-size:.9375rem}}.cookie-toggle-container{position:relative;display:flex;align-items:center}.cookie-toggle{position:absolute;opacity:0;pointer-events:none}.cookie-toggle-label{position:relative;display:block;width:3rem;height:1.5rem;border-radius:.75rem;cursor:pointer;transition:all .3s ease}.cookie-toggle-label[aria-label*="sempre attivi"]{cursor:not-allowed}.cookie-toggle-slider{position:absolute;top:2px;left:2px;width:1.25rem;height:1.25rem;border-radius:50%;transition:all .3s ease}.cookie-toggle:checked+.cookie-toggle-label .cookie-toggle-slider{transform:translateX(1.5rem)}.cookie-category-description{font-size:.8125rem;line-height:1.5;margin:0}@media(max-width: 768px){.cookie-category-description{font-size:.75rem}}.cookie-modal-footer{padding:1.5rem;border-top:1px solid}@media(max-width: 768px){.cookie-modal-footer{padding:1rem}}.cookie-modal-actions{display:flex;align-items:center;justify-content:center;gap:.75rem;margin-bottom:1rem}@media(max-width: 768px){.cookie-modal-actions{flex-direction:column;gap:.5rem}}.cookie-modal-btn{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.25rem;border:1px solid rgba(0,0,0,0);border-radius:.5rem;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease;text-decoration:none;white-space:nowrap}.cookie-modal-btn i{font-size:.875rem}@media(max-width: 768px){.cookie-modal-btn{width:100%;justify-content:center;padding:.875rem 1rem}}.cookie-modal-btn:focus{outline:2px solid;outline-offset:2px}.cookie-modal-btn:active{transform:translateY(1px)}.cookie-modal-links{display:flex;align-items:center;justify-content:center;gap:1.5rem}@media(max-width: 768px){.cookie-modal-links{flex-direction:column;gap:.75rem}}.cookie-modal-link{display:inline-flex;align-items:center;gap:.375rem;font-size:.8125rem;text-decoration:none;transition:all .2s ease}.cookie-modal-link i{font-size:.75rem}.cookie-modal-link:hover{text-decoration:underline}html.theme-light .cookie-banner-container{background:linear-gradient(135deg, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0.9) 100%);border-top:1px solid rgba(214,47,46,.15);box-shadow:0 -4px 6px -1px rgba(0,0,0,.1)}html.theme-light .cookie-banner-icon{background:rgba(214,47,46,.08);border:1px solid rgba(214,47,46,.15);color:#d62f2e}html.theme-light .cookie-banner-title{color:#64748b}html.theme-light .cookie-banner-description{color:rgba(100,116,139,.8)}html.theme-light .cookie-link{color:#d62f2e}html.theme-light .cookie-link:hover{color:rgb(222.364,89.432,88.636)}html.theme-light .cookie-btn.cookie-btn-reject{background:rgba(0,0,0,0);color:rgba(100,116,139,.7);border-color:rgba(100,116,139,.2)}html.theme-light .cookie-btn.cookie-btn-reject:hover{background:rgba(239,68,68,.1);color:#ef4444;border-color:rgba(239,68,68,.3)}html.theme-light .cookie-btn.cookie-btn-customize{background:rgba(214,47,46,.08);color:#64748b;border-color:rgba(214,47,46,.15)}html.theme-light .cookie-btn.cookie-btn-customize:hover{background:rgba(100,116,139,.1);border-color:rgba(100,116,139,.3)}html.theme-light .cookie-btn.cookie-btn-accept{background:linear-gradient(135deg, #d62f2e 0%, rgb(222.364, 89.432, 88.636) 100%);color:#fff;border-color:rgba(214,47,46,.2)}html.theme-light .cookie-btn.cookie-btn-accept:hover{background:linear-gradient(135deg, rgb(218.182, 68.216, 67.318) 0%, rgb(226.546, 110.648, 109.954) 100%);box-shadow:0 4px 15px rgba(214,47,46,.3)}html.theme-light .cookie-btn:focus{outline-color:#d62f2e}html.theme-light .cookie-modal-overlay{background:rgba(0,0,0,.5)}html.theme-light .cookie-modal{background:#fff;border:1px solid rgba(214,47,46,.15);box-shadow:0 25px 50px -12px rgba(0,0,0,.25)}html.theme-light .cookie-modal-header{border-bottom-color:rgba(214,47,46,.15)}html.theme-light .cookie-modal-title{color:#64748b}html.theme-light .cookie-modal-title i{color:#d62f2e}html.theme-light .cookie-modal-close{background:rgba(214,47,46,.08);color:rgba(100,116,139,.7);border:1px solid rgba(214,47,46,.15)}html.theme-light .cookie-modal-close:hover{background:rgba(239,68,68,.1);color:#ef4444;border-color:rgba(239,68,68,.3)}html.theme-light .cookie-modal-close:focus{outline-color:#d62f2e}html.theme-light .cookie-modal-description p{color:rgba(100,116,139,.8)}html.theme-light .cookie-category{background:rgba(100,116,139,.02);border-color:rgba(214,47,46,.15)}html.theme-light .cookie-category:hover{background:rgba(100,116,139,.05);border-color:rgba(214,47,46,.2)}html.theme-light .cookie-category-title{color:#64748b}html.theme-light .cookie-category-title i{color:#d62f2e}html.theme-light .cookie-toggle-label{background:rgba(100,116,139,.2)}html.theme-light .cookie-toggle-label[aria-label*="sempre attivi"]{background:rgba(214,47,46,.3)}html.theme-light .cookie-toggle-slider{background:#fff;box-shadow:0 2px 4px rgba(0,0,0,.2)}html.theme-light .cookie-toggle:checked+.cookie-toggle-label{background:#d62f2e}html.theme-light .cookie-toggle:disabled+.cookie-toggle-label{background:rgba(214,47,46,.5)}html.theme-light .cookie-category-description{color:rgba(100,116,139,.7)}html.theme-light .cookie-modal-footer{border-top-color:rgba(214,47,46,.15)}html.theme-light .cookie-modal-btn.cookie-modal-btn-reject{background:rgba(0,0,0,0);color:rgba(100,116,139,.7);border-color:rgba(100,116,139,.2)}html.theme-light .cookie-modal-btn.cookie-modal-btn-reject:hover{background:rgba(239,68,68,.1);color:#ef4444;border-color:rgba(239,68,68,.3)}html.theme-light .cookie-modal-btn.cookie-modal-btn-save{background:rgba(214,47,46,.08);color:#64748b;border-color:rgba(214,47,46,.15)}html.theme-light .cookie-modal-btn.cookie-modal-btn-save:hover{background:rgba(100,116,139,.1);border-color:rgba(100,116,139,.3)}html.theme-light .cookie-modal-btn.cookie-modal-btn-accept{background:linear-gradient(135deg, #d62f2e 0%, rgb(222.364, 89.432, 88.636) 100%);color:#fff;border-color:rgba(214,47,46,.2)}html.theme-light .cookie-modal-btn.cookie-modal-btn-accept:hover{background:linear-gradient(135deg, rgb(218.182, 68.216, 67.318) 0%, rgb(226.546, 110.648, 109.954) 100%);box-shadow:0 4px 15px rgba(214,47,46,.3)}html.theme-light .cookie-modal-btn:focus{outline-color:#d62f2e}html.theme-light .cookie-modal-link{color:rgba(100,116,139,.7)}html.theme-light .cookie-modal-link:hover{color:#d62f2e}html.theme-dark .cookie-banner-container{background:linear-gradient(135deg, rgba(10, 10, 10, 0.95) 0%, rgba(10, 10, 10, 0.9) 100%);border-top:1px solid rgba(214,47,46,.12);box-shadow:0 -4px 6px -1px rgba(0,0,0,.1)}html.theme-dark .cookie-banner-icon{background:rgba(214,47,46,.05);border:1px solid rgba(214,47,46,.12);color:#d62f2e}html.theme-dark .cookie-banner-title{color:#ededed}html.theme-dark .cookie-banner-description{color:rgba(237,237,237,.8)}html.theme-dark .cookie-link{color:#d62f2e}html.theme-dark .cookie-link:hover{color:rgb(222.364,89.432,88.636)}html.theme-dark .cookie-btn.cookie-btn-reject{background:rgba(0,0,0,0);color:rgba(237,237,237,.7);border-color:rgba(237,237,237,.2)}html.theme-dark .cookie-btn.cookie-btn-reject:hover{background:rgba(220,38,38,.1);color:#dc2626;border-color:rgba(220,38,38,.3)}html.theme-dark .cookie-btn.cookie-btn-customize{background:rgba(214,47,46,.05);color:#ededed;border-color:rgba(214,47,46,.12)}html.theme-dark .cookie-btn.cookie-btn-customize:hover{background:rgba(237,237,237,.1);border-color:rgba(237,237,237,.3)}html.theme-dark .cookie-btn.cookie-btn-accept{background:linear-gradient(135deg, #d62f2e 0%, rgb(222.364, 89.432, 88.636) 100%);color:#fff;border-color:rgba(214,47,46,.2)}html.theme-dark .cookie-btn.cookie-btn-accept:hover{background:linear-gradient(135deg, rgb(218.182, 68.216, 67.318) 0%, rgb(226.546, 110.648, 109.954) 100%);box-shadow:0 4px 15px rgba(214,47,46,.3)}html.theme-dark .cookie-btn:focus{outline-color:#d62f2e}html.theme-dark .cookie-modal-overlay{background:rgba(0,0,0,.5)}html.theme-dark .cookie-modal{background:#0a0a0a;border:1px solid rgba(214,47,46,.12);box-shadow:0 25px 50px -12px rgba(0,0,0,.25)}html.theme-dark .cookie-modal-header{border-bottom-color:rgba(214,47,46,.12)}html.theme-dark .cookie-modal-title{color:#ededed}html.theme-dark .cookie-modal-title i{color:#d62f2e}html.theme-dark .cookie-modal-close{background:rgba(214,47,46,.05);color:rgba(237,237,237,.7);border:1px solid rgba(214,47,46,.12)}html.theme-dark .cookie-modal-close:hover{background:rgba(220,38,38,.1);color:#dc2626;border-color:rgba(220,38,38,.3)}html.theme-dark .cookie-modal-close:focus{outline-color:#d62f2e}html.theme-dark .cookie-modal-description p{color:rgba(237,237,237,.8)}html.theme-dark .cookie-category{background:rgba(237,237,237,.02);border-color:rgba(214,47,46,.12)}html.theme-dark .cookie-category:hover{background:rgba(237,237,237,.05);border-color:rgba(214,47,46,.2)}html.theme-dark .cookie-category-title{color:#ededed}html.theme-dark .cookie-category-title i{color:#d62f2e}html.theme-dark .cookie-toggle-label{background:rgba(237,237,237,.2)}html.theme-dark .cookie-toggle-label[aria-label*="sempre attivi"]{background:rgba(214,47,46,.3)}html.theme-dark .cookie-toggle-slider{background:#fff;box-shadow:0 2px 4px rgba(0,0,0,.2)}html.theme-dark .cookie-toggle:checked+.cookie-toggle-label{background:#d62f2e}html.theme-dark .cookie-toggle:disabled+.cookie-toggle-label{background:rgba(214,47,46,.5)}html.theme-dark .cookie-category-description{color:rgba(237,237,237,.7)}html.theme-dark .cookie-modal-footer{border-top-color:rgba(214,47,46,.12)}html.theme-dark .cookie-modal-btn.cookie-modal-btn-reject{background:rgba(0,0,0,0);color:rgba(237,237,237,.7);border-color:rgba(237,237,237,.2)}html.theme-dark .cookie-modal-btn.cookie-modal-btn-reject:hover{background:rgba(220,38,38,.1);color:#dc2626;border-color:rgba(220,38,38,.3)}html.theme-dark .cookie-modal-btn.cookie-modal-btn-save{background:rgba(214,47,46,.05);color:#ededed;border-color:rgba(214,47,46,.12)}html.theme-dark .cookie-modal-btn.cookie-modal-btn-save:hover{background:rgba(237,237,237,.1);border-color:rgba(237,237,237,.3)}html.theme-dark .cookie-modal-btn.cookie-modal-btn-accept{background:linear-gradient(135deg, #d62f2e 0%, rgb(222.364, 89.432, 88.636) 100%);color:#fff;border-color:rgba(214,47,46,.2)}html.theme-dark .cookie-modal-btn.cookie-modal-btn-accept:hover{background:linear-gradient(135deg, rgb(218.182, 68.216, 67.318) 0%, rgb(226.546, 110.648, 109.954) 100%);box-shadow:0 4px 15px rgba(214,47,46,.3)}html.theme-dark .cookie-modal-btn:focus{outline-color:#d62f2e}html.theme-dark .cookie-modal-link{color:rgba(237,237,237,.7)}html.theme-dark .cookie-modal-link:hover{color:#d62f2e}.animate-on-scroll{opacity:0;visibility:hidden;transform:translateY(50px)}.animate-on-scroll::before,.animate-on-scroll::after{animation:none !important;transition:none !important}.animate-on-scroll.animate-in{opacity:1;visibility:visible;transform:translateY(0);animation-duration:1s;animation-timing-function:cubic-bezier(0.4, 0, 0.2, 1);animation-delay:var(--delay, 0s);animation-fill-mode:both;animation-iteration-count:1}.animate-on-scroll.animate-in::before,.animate-on-scroll.animate-in::after{animation:none !important;transition:none !important}@keyframes fadeUp{from{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeDown{from{opacity:0;transform:translateY(-40px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInLeft{from{opacity:0;transform:translateX(-60px)}to{opacity:1;transform:translateX(0)}}@keyframes slideInRight{from{opacity:0;transform:translateX(60px)}to{opacity:1;transform:translateX(0)}}@keyframes zoomIn{from{opacity:0;transform:scale(0.8)}to{opacity:1;transform:scale(1)}}@keyframes zoomOut{from{opacity:0;transform:scale(1.2)}to{opacity:1;transform:scale(1)}}.fade-up.animate-on-scroll{opacity:0;transform:translateY(40px)}.fade-up.animate-on-scroll::before,.fade-up.animate-on-scroll::after{animation:none !important;transition:none !important}.fade-up.animate-in{animation-name:fadeUp;animation-duration:1s;animation-timing-function:cubic-bezier(0.4, 0, 0.2, 1)}.fade-up.animate-in::before,.fade-up.animate-in::after{animation:none !important;transition:none !important}.fade-down.animate-on-scroll{opacity:0;transform:translateY(-40px)}.fade-down.animate-on-scroll::before,.fade-down.animate-on-scroll::after{animation:none !important;transition:none !important}.fade-down.animate-in{animation-name:fadeDown;animation-duration:1s;animation-timing-function:cubic-bezier(0.4, 0, 0.2, 1)}.fade-down.animate-in::before,.fade-down.animate-in::after{animation:none !important;transition:none !important}.slide-in-left.animate-on-scroll{opacity:0;transform:translateX(-60px)}.slide-in-left.animate-on-scroll::before,.slide-in-left.animate-on-scroll::after{animation:none !important;transition:none !important}.slide-in-left.animate-in{animation-name:slideInLeft;animation-duration:1s;animation-timing-function:cubic-bezier(0.25, 0.46, 0.45, 0.94)}.slide-in-left.animate-in::before,.slide-in-left.animate-in::after{animation:none !important;transition:none !important}.slide-in-right.animate-on-scroll{opacity:0;transform:translateX(60px)}.slide-in-right.animate-on-scroll::before,.slide-in-right.animate-on-scroll::after{animation:none !important;transition:none !important}.slide-in-right.animate-in{animation-name:slideInRight;animation-duration:1s;animation-timing-function:cubic-bezier(0.25, 0.46, 0.45, 0.94)}.slide-in-right.animate-in::before,.slide-in-right.animate-in::after{animation:none !important;transition:none !important}.zoom-in.animate-on-scroll{opacity:0;transform:scale(0.8)}.zoom-in.animate-on-scroll::before,.zoom-in.animate-on-scroll::after{animation:none !important;transition:none !important}.zoom-in.animate-in{animation-name:zoomIn;animation-duration:var(--duration, 1.4s);animation-timing-function:cubic-bezier(0.4, 0, 0.2, 1)}.zoom-in.animate-in::before,.zoom-in.animate-in::after{animation:none !important;transition:none !important}.zoom-out.animate-on-scroll{opacity:0;transform:scale(1.2)}.zoom-out.animate-on-scroll::before,.zoom-out.animate-on-scroll::after{animation:none !important;transition:none !important}.zoom-out.animate-in{animation-name:zoomOut;animation-duration:1.4s;animation-timing-function:cubic-bezier(0.4, 0, 0.2, 1)}.zoom-out.animate-in::before,.zoom-out.animate-in::after{animation:none !important;transition:none !important}@keyframes bounceIn{0%{opacity:0;transform:scale(0.7)}60%{opacity:1;transform:scale(1.02)}100%{opacity:1;transform:scale(1)}}@keyframes bounceInUp{from{opacity:0;transform:translateY(50px) scale(0.9)}70%{opacity:1;transform:translateY(-3px) scale(1.01)}to{opacity:1;transform:translateY(0) scale(1)}}.bounce-in.animate-on-scroll{opacity:0;transform:scale(0.7)}.bounce-in.animate-on-scroll::before,.bounce-in.animate-on-scroll::after{animation:none !important;transition:none !important}.bounce-in.animate-in{animation-name:bounceIn;animation-duration:1s;animation-timing-function:cubic-bezier(0.25, 0.46, 0.45, 0.94)}.bounce-in.animate-in::before,.bounce-in.animate-in::after{animation:none !important;transition:none !important}.bounce-in-up.animate-on-scroll{opacity:0;transform:translateY(50px) scale(0.9)}.bounce-in-up.animate-on-scroll::before,.bounce-in-up.animate-on-scroll::after{animation:none !important;transition:none !important}.bounce-in-up.animate-in{animation-name:bounceInUp;animation-duration:1s;animation-timing-function:cubic-bezier(0.25, 0.46, 0.45, 0.94)}.bounce-in-up.animate-in::before,.bounce-in-up.animate-in::after{animation:none !important;transition:none !important}@keyframes slideUpScale{from{opacity:0;transform:translateY(80px) scale(0.9)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes waveIn{from{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes flipIn{from{opacity:0;transform:scale(0.8)}50%{opacity:1;transform:scale(1.05)}to{opacity:1;transform:scale(1)}}.slide-up-scale.animate-on-scroll{opacity:0;transform:translateY(80px) scale(0.9)}.slide-up-scale.animate-on-scroll::before,.slide-up-scale.animate-on-scroll::after{animation:none !important;transition:none !important}.slide-up-scale.animate-in{animation-name:slideUpScale;animation-duration:1.6s;animation-timing-function:cubic-bezier(0.4, 0, 0.2, 1)}.slide-up-scale.animate-in::before,.slide-up-scale.animate-in::after{animation:none !important;transition:none !important}.wave-in.animate-on-scroll{opacity:0;transform:translateY(30px)}.wave-in.animate-on-scroll::before,.wave-in.animate-on-scroll::after{animation:none !important;transition:none !important}.wave-in.animate-in{animation-name:waveIn;animation-duration:.6s;animation-timing-function:cubic-bezier(0.25, 0.46, 0.45, 0.94)}.wave-in.animate-in::before,.wave-in.animate-in::after{animation:none !important;transition:none !important}.flip-in.animate-on-scroll{opacity:0;transform:scale(0.8)}.flip-in.animate-on-scroll::before,.flip-in.animate-on-scroll::after{animation:none !important;transition:none !important}.flip-in.animate-in{animation-name:flipIn;animation-duration:1s;animation-timing-function:cubic-bezier(0.68, -0.55, 0.265, 1.55)}.flip-in.animate-in::before,.flip-in.animate-in::after{animation:none !important;transition:none !important}.stagger-children>*{transition-delay:calc(var(--stagger-index, 0)*.1s + var(--delay, 0s))}.stagger-children>*::before,.stagger-children>*::after{animation:none !important;transition:none !important}.slide-reveal{overflow:hidden}.slide-reveal::before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);transform:translateX(-100%);transition:transform .6s ease;z-index:1}.slide-reveal.animate-in::before{transform:translateX(100%)}.typewriter{overflow:hidden;border-right:2px solid;white-space:nowrap;width:0}.typewriter.animate-in{width:100%;animation:typewriter 2s steps(40, end),blink-caret .75s step-end infinite}@keyframes typewriter{from{width:0}to{width:100%}}@keyframes blink-caret{from,to{border-color:rgba(0,0,0,0)}50%{border-color:currentColor}}.animate-on-scroll,.animate-in{will-change:transform,opacity;backface-visibility:hidden}.values .value-item.animate-on-scroll,.values .value-item.animate-in,.values .value-icon.animate-on-scroll,.values .value-icon.animate-in{backdrop-filter:none !important;-webkit-backdrop-filter:none !important}.contact .contact-option .contact-icon,.contact .contact-option .contact-content,.contact .contact-option .contact-method,.contact .contact-option .contact-description,.contact .contact-option .contact-button,.contact .contact-option .contact-button i,.contact .contact-option .contact-button span{animation:none !important;transition:none !important}.contact .contact-option .slide-reveal,.contact .contact-option .typewriter,.contact .contact-option .stagger-children>*{animation:none !important;transition:none !important}@media(prefers-reduced-motion: reduce){.animate-on-scroll,.animate-in,*{animation-duration:.01ms !important;animation-iteration-count:1 !important;transition-duration:.01ms !important}.animate-on-scroll{opacity:1;visibility:visible;transform:none}}@media(prefers-color-scheme: dark){.slide-reveal::before{background:linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent)}}@media(max-width: 768px){.animate-on-scroll{transform:translateY(30px)}.slide-in-left.animate-on-scroll{transform:translateX(-40px)}.slide-in-right.animate-on-scroll{transform:translateX(40px)}.zoom-in.animate-on-scroll{transform:scale(0.9)}.bounce-in.animate-on-scroll{transform:scale(0.8)}.slide-up-scale.animate-on-scroll{transform:translateY(50px) scale(0.95)}}.hero{position:relative;height:100vh;display:flex;align-items:center;overflow:hidden}.hero-video-bg{position:absolute;top:-1px;left:-1px;width:calc(100% + 2px);height:calc(100% + 2px);z-index:-2;overflow:hidden;transform:translateZ(0);will-change:transform;isolation:isolate;transform-style:preserve-3d;contain:layout style paint;filter:contrast(1.02) saturate(0.98)}.hero-video{width:100%;height:100%;object-fit:cover;transform:scale(1.01);filter:brightness(0.7) contrast(1.08) saturate(1.05) blur(0.3px) hue-rotate(0deg);image-rendering:high-quality;image-rendering:-webkit-optimize-contrast;image-rendering:-moz-crisp-edges;image-rendering:crisp-edges;will-change:transform;transform-origin:center center;transform-style:preserve-3d;backface-visibility:hidden;-webkit-backface-visibility:hidden;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;opacity:.999;mix-blend-mode:normal;isolation:isolate}.hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.15) 25%, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0.25) 75%, rgba(0, 0, 0, 0.5) 100%),radial-gradient(circle at 25% 25%, rgba(0, 0, 0, 0.02) 0%, transparent 50%),radial-gradient(circle at 75% 75%, rgba(255, 255, 255, 0.01) 0%, transparent 50%);z-index:-1;background-attachment:fixed;isolation:isolate}.hero-container{width:100%;padding:0 2rem;z-index:1;display:flex;flex-direction:column;justify-content:center;height:100%;margin:0 auto}@media(max-width: 768px){.hero-container{padding:0 1rem}}.hero-content{display:flex;align-items:center;margin-bottom:3rem}@media(max-width: 768px){.hero-content{margin-bottom:2rem}}.hero-text{max-width:600px}@media(max-width: 768px){.hero-text{max-width:100%}}.hero-logo{margin-bottom:1.5rem}.hero-logo .logo-dark,.hero-logo .logo-light{height:3rem;width:auto;filter:drop-shadow(0 2px 8px rgba(255, 255, 255, 0.3))}@media(max-width: 768px){.hero-logo .logo-dark,.hero-logo .logo-light{height:2.5rem}}.hero-title{margin-bottom:1.5rem}.hero-title .brand-name{display:block;font-size:3.5rem;font-weight:900;color:#fff;text-shadow:0 2px 4px rgba(0,0,0,.5);margin-bottom:.5rem;line-height:1.1}@media(max-width: 768px){.hero-title .brand-name{font-size:2.5rem}}@media(max-width: 480px){.hero-title .brand-name{font-size:2rem}}.hero-title .tagline{display:block;font-size:1.375rem;font-weight:400;color:hsla(0,0%,100%,.9);text-shadow:0 1px 3px rgba(0,0,0,.5);font-style:italic}@media(max-width: 768px){.hero-title .tagline{font-size:1.25rem}}@media(max-width: 480px){.hero-title .tagline{font-size:1.1rem}}.hero-description{font-size:1.125rem;line-height:1.6;color:hsla(0,0%,100%,.9);text-shadow:0 1px 3px rgba(0,0,0,.5);margin:0 0 2rem}@media(max-width: 768px){.hero-description{font-size:1rem;margin-bottom:1.5rem}}@media(max-width: 480px){.hero-description{font-size:.95rem;margin-bottom:1rem}}.hero-actions{display:flex;gap:1rem}@media(max-width: 480px){.hero-actions{flex-direction:column;align-items:flex-start;gap:.75rem}}.btn{display:inline-flex;align-items:center;gap:.5rem;padding:.875rem 1.75rem;border-radius:.5rem;font-size:.95rem;font-weight:600;text-decoration:none;transition:all .3s ease;border:2px solid rgba(0,0,0,0)}@media(max-width: 480px){.btn{width:auto;padding:.75rem 1.5rem}}.btn:hover{transform:translateY(-2px);box-shadow:0 8px 20px rgba(0,0,0,.3)}.btn-primary{background:linear-gradient(135deg, #d62f2e 0%, #b91c1c 100%);color:#fff;box-shadow:0 4px 12px rgba(214,47,46,.3)}.btn-primary:hover{background:linear-gradient(135deg, #e53e3d 0%, #dc2626 100%);box-shadow:0 8px 25px rgba(214,47,46,.4)}.btn-secondary{background:hsla(0,0%,100%,.1);color:#fff;border:2px solid hsla(0,0%,100%,.3);backdrop-filter:blur(10px)}.btn-secondary:hover{background:hsla(0,0%,100%,.2);border-color:hsla(0,0%,100%,.5)}.hero-stats{display:flex;gap:2rem;margin-bottom:2rem}@media(max-width: 768px){.hero-stats{flex-wrap:wrap;gap:1.5rem;margin-bottom:1.5rem}}@media(max-width: 480px){.hero-stats{flex-direction:column;gap:1rem}}.stat{padding:1rem 1.5rem;border-radius:.75rem;background:hsla(0,0%,100%,.1);backdrop-filter:blur(10px);border:1px solid hsla(0,0%,100%,.2);transition:all .3s ease}.stat:hover{transform:translateY(-3px);background:hsla(0,0%,100%,.15);box-shadow:0 8px 20px rgba(0,0,0,.2)}@media(max-width: 768px){.stat{padding:.75rem 1.25rem}}.stat-number{font-size:1.5rem;font-weight:900;color:#fff;text-shadow:0 1px 3px rgba(0,0,0,.5);line-height:1.2;margin-bottom:.25rem}@media(max-width: 768px){.stat-number{font-size:1.25rem}}.stat-label{font-size:.875rem;color:hsla(0,0%,100%,.8);text-shadow:0 1px 3px rgba(0,0,0,.5);line-height:1.3}@media(max-width: 768px){.stat-label{font-size:.8rem}}.hero-services{display:flex;gap:1.5rem;margin-bottom:2rem}@media(max-width: 768px){.hero-services{display:none}}@media(max-width: 480px){.hero-services{flex-wrap:wrap}}.service-preview{display:flex;align-items:center;gap:.75rem;padding:.875rem 1.25rem;border-radius:.75rem;background:hsla(0,0%,100%,.08);backdrop-filter:blur(10px);border:1px solid hsla(0,0%,100%,.15);transition:all .3s ease}.service-preview i{font-size:1.125rem;color:#d62f2e;filter:drop-shadow(0 1px 2px rgba(0, 0, 0, 0.3))}.service-preview span{font-size:.875rem;font-weight:600;color:hsla(0,0%,100%,.9);text-shadow:0 1px 2px rgba(0,0,0,.5);white-space:nowrap}.service-preview:hover{transform:translateY(-2px);background:hsla(0,0%,100%,.12);border-color:hsla(0,0%,100%,.25)}.service-preview:hover i{transform:scale(1.1)}@media(max-width: 768px){.service-preview{padding:.75rem 1rem}.service-preview i{font-size:1rem}.service-preview span{font-size:.8rem}}.scroll-hint{position:absolute;bottom:2rem;left:50%;transform:translateX(-50%);animation:bounce 2s infinite}.scroll-hint i{font-size:1.5rem;color:hsla(0,0%,100%,.7)}.video-control{position:absolute;bottom:2rem;right:2rem;z-index:10}@media(max-width: 768px){.video-control{bottom:1.5rem;right:1.5rem}}.video-toggle-btn{width:3.5rem;height:3.5rem;border-radius:50%;background:rgba(0,0,0,.6);backdrop-filter:blur(10px);border:2px solid hsla(0,0%,100%,.3);color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease;font-size:1.125rem}.video-toggle-btn:hover{background:rgba(0,0,0,.8);border-color:hsla(0,0%,100%,.5);transform:scale(1.1);box-shadow:0 8px 20px rgba(0,0,0,.4)}.video-toggle-btn:active{transform:scale(0.95)}.video-toggle-btn i{transition:all .2s ease}.video-toggle-btn.paused i{transform:translateX(1px)}@media(max-width: 768px){.video-toggle-btn{width:3rem;height:3rem;font-size:1rem}}@keyframes bounce{0%,20%,50%,80%,100%{transform:translateX(-50%) translateY(0)}40%{transform:translateX(-50%) translateY(-10px)}60%{transform:translateX(-50%) translateY(-5px)}}html.theme-light .logo-light{display:none}html.theme-dark .logo-dark{display:none}html.theme-light .btn-primary{background:linear-gradient(135deg, #d62f2e 0%, rgb(153.406, 30.828, 30.094) 100%);box-shadow:0 4px 12px rgba(214,47,46,.3)}html.theme-light .btn-primary:hover{background:linear-gradient(135deg, rgb(222.364, 89.432, 88.636) 0%, #d62f2e 100%);box-shadow:0 8px 25px rgba(214,47,46,.4)}html.theme-light .tagline{color:#d62f2e}html.theme-light .service-preview i{color:#d62f2e}html.theme-dark .btn-primary{background:linear-gradient(135deg, #d62f2e 0%, rgb(153.406, 30.828, 30.094) 100%);box-shadow:0 4px 12px rgba(214,47,46,.3)}html.theme-dark .btn-primary:hover{background:linear-gradient(135deg, rgb(222.364, 89.432, 88.636) 0%, #d62f2e 100%);box-shadow:0 8px 25px rgba(214,47,46,.4)}html.theme-dark .tagline{color:#d62f2e}html.theme-dark .service-preview i{color:#d62f2e}.services{padding:6rem 0;position:relative;overflow:hidden}.services-container{max-width:1200px;margin:0 auto;padding:0 1.5rem;position:relative;z-index:1}.services-header{text-align:center;margin-bottom:4rem}@media(max-width: 768px){.services-header{margin-bottom:3rem}}.services-title{font-size:2.5rem;font-weight:700;line-height:1.2;margin:0 0 1rem}@media(max-width: 768px){.services-title{font-size:2rem}}@media(max-width: 480px){.services-title{font-size:1.75rem}}.services-subtitle{font-size:1.125rem;line-height:1.6;max-width:600px;margin:0 auto;opacity:.8}@media(max-width: 768px){.services-subtitle{font-size:1rem}}.services-list{display:flex;flex-direction:column;gap:4rem}@media(max-width: 768px){.services-list{gap:3rem}}.service-section{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center;padding:3rem 2rem;border-radius:1.5rem;position:relative;transition:all .3s ease;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);background:hsla(0,0%,100%,.03);border:1px solid hsla(0,0%,100%,.08)}.service-section:hover{transform:translateY(-5px);border-color:hsla(0,0%,100%,.15);box-shadow:0 15px 35px rgba(0,0,0,.1)}@media(max-width: 768px){.service-section{grid-template-columns:1fr;gap:2rem;padding:2rem 1.5rem}.service-section:hover{transform:translateY(-3px)}}.service-left .service-content{order:1}.service-left .service-image{order:2}@media(max-width: 768px){.service-left .service-content{order:2}.service-left .service-image{order:1}}.service-right .service-content{order:2}.service-right .service-image{order:1}@media(max-width: 768px){.service-right .service-content{order:2}.service-right .service-image{order:1}}.service-content{display:flex;flex-direction:column;gap:1.5rem}.service-icon{width:60px;height:60px;border-radius:1rem;display:flex;align-items:center;justify-content:center;position:relative;transition:all .3s ease;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.service-icon i{font-size:1.5rem;transition:all .3s ease}@media(max-width: 768px){.service-icon{display:none}.service-icon i{font-size:1.25rem}}.service-title{font-size:1.75rem;font-weight:600;line-height:1.3;margin:0}@media(max-width: 768px){.service-title{font-size:1.5rem}}.service-description{font-size:1rem;line-height:1.6;margin:0;opacity:.8}@media(max-width: 768px){.service-description{font-size:.95rem}}.service-features{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}.service-features li{display:flex;align-items:center;gap:.75rem;font-size:.95rem}.service-features li i{font-size:.8rem;width:16px;flex-shrink:0}@media(max-width: 768px){.service-features li{font-size:.9rem}}.service-cta{margin-top:auto}.service-button{display:inline-flex;align-items:center;gap:.5rem;padding:.875rem 1.75rem;font-size:.95rem;font-weight:600;text-decoration:none;border-radius:.75rem;transition:all .3s ease;position:relative;overflow:hidden;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid hsla(0,0%,100%,.15)}.service-button i{font-size:.8rem;transition:transform .3s ease}.service-button:hover{transform:translateY(-2px);border-color:hsla(0,0%,100%,.25)}.service-button:hover i{transform:translateX(3px)}@media(max-width: 768px){.service-button{padding:.75rem 1.5rem;font-size:.9rem}}.service-image{position:relative;border-radius:1rem;overflow:hidden;aspect-ratio:4/3}@media(max-width: 768px){.service-image{aspect-ratio:16/9}}.service-img{width:100%;height:100%;object-fit:cover;transition:all .3s ease}.service-section:hover .service-img{transform:scale(1.05)}.service-image-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.3) 100%);transition:all .3s ease}.service-section:hover .service-image-overlay{background:linear-gradient(135deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.05) 50%, rgba(0, 0, 0, 0.2) 100%)}html.theme-light .services{background:#fff;color:#64748b}html.theme-light .services-title{color:#64748b}html.theme-light .services-subtitle{color:rgba(100,116,139,.8)}html.theme-light .service-section{background:rgba(100,116,139,.075);border:1px solid rgba(100,116,139,.06)}html.theme-light .service-section:hover{background:rgba(100,116,139,.04);border-color:rgba(214,47,46,.12)}html.theme-light .service-icon{background:rgba(214,47,46,.1);border:1px solid rgba(214,47,46,.2)}html.theme-light .service-icon i{color:#d62f2e}html.theme-light .service-title{color:#64748b}html.theme-light .service-description{color:rgba(100,116,139,.8)}html.theme-light .service-features li{color:rgba(100,116,139,.85)}html.theme-light .service-features li i{color:#d62f2e}html.theme-light .service-button{background:rgba(214,47,46,.1);color:#d62f2e;border:1px solid rgba(214,47,46,.2)}html.theme-light .service-button:hover{background:rgba(214,47,46,.15);border-color:rgba(214,47,46,.3);box-shadow:0 8px 20px rgba(214,47,46,.15)}html.theme-dark .services{background:#0a0a0a;color:#ededed}html.theme-dark .services-title{color:#ededed}html.theme-dark .services-subtitle{color:rgba(237,237,237,.8)}html.theme-dark .service-section{background:rgba(237,237,237,.075);border:1px solid rgba(237,237,237,.06)}html.theme-dark .service-section:hover{background:rgba(237,237,237,.04);border-color:rgba(214,47,46,.12)}html.theme-dark .service-icon{background:rgba(214,47,46,.1);border:1px solid rgba(214,47,46,.2)}html.theme-dark .service-icon i{color:#d62f2e}html.theme-dark .service-title{color:#ededed}html.theme-dark .service-description{color:rgba(237,237,237,.8)}html.theme-dark .service-features li{color:rgba(237,237,237,.85)}html.theme-dark .service-features li i{color:#d62f2e}html.theme-dark .service-button{background:rgba(214,47,46,.1);color:#d62f2e;border:1px solid rgba(214,47,46,.2)}html.theme-dark .service-button:hover{background:rgba(214,47,46,.15);border-color:rgba(214,47,46,.3);box-shadow:0 8px 20px rgba(214,47,46,.15)}.reviews{padding:4rem 0;position:relative;overflow:hidden}.reviews-container{max-width:1200px;margin:0 auto;padding:0 1.5rem;position:relative;z-index:1}.reviews-header{text-align:center;margin-bottom:2.5rem}.reviews-title{font-size:2.5rem;font-weight:700;line-height:1.2;margin:0 0 1rem}@media(max-width: 768px){.reviews-title{font-size:2rem}}@media(max-width: 480px){.reviews-title{font-size:1.75rem}}.reviews-subtitle{font-size:1.125rem;line-height:1.6;max-width:740px;margin:0 auto;opacity:.9}@media(max-width: 768px){.reviews-subtitle{font-size:1rem}}.reviews-grid-wrapper{position:relative;mask-image:linear-gradient(90deg, transparent 0%, black 6%, black 94%, transparent 100%);-webkit-mask-image:linear-gradient(90deg, transparent 0%, black 6%, black 94%, transparent 100%)}.reviews-grid{display:grid;grid-template-columns:repeat(4, 1fr);gap:1rem;grid-auto-flow:dense;grid-auto-rows:minmax(160px, auto);padding:1em 0}@media(max-width: 1024px){.reviews-grid{grid-template-columns:repeat(3, 1fr)}}@media(max-width: 768px){.reviews-grid{grid-template-columns:repeat(2, 1fr)}}@media(max-width: 520px){.reviews-grid{grid-template-columns:1fr}}.review-card{padding:1.25rem;border-radius:1rem;position:relative;transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border:1px solid rgba(0,0,0,0);min-height:0;display:flex;flex-direction:column}.review-rating{display:flex;gap:.25rem;margin-bottom:.75rem}.review-rating i{font-size:.9rem}.review-text{font-size:.95rem;line-height:1.6;margin:0 0 1rem;overflow-wrap:anywhere}.review-author{display:flex;align-items:center;gap:.5rem;margin-top:auto}.author-avatar{width:28px;height:28px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:700}.author-name{font-weight:600;font-size:.95rem}.review-card:hover{transform:translateY(-3px)}.review-card:nth-child(7n){grid-column:span 2;grid-row:span 2;--lines: 8}.review-card:nth-child(5n){--lines: 6}.review-card:nth-child(3n){grid-column:span 2;--lines: 6}@media(max-width: 1024px){.review-card:nth-child(7n){grid-column:span 2;grid-row:span 2}.review-card:nth-child(5n){grid-row:span 2}.review-card:nth-child(3n){grid-column:span 2}}@media(max-width: 768px){.review-card{grid-column:span 1 !important;grid-row:span 1 !important}.review-card{--lines: 5}.reviews-grid .review-card:nth-child(n+6){display:none}}html.theme-light .reviews{background:#fff;color:#64748b}html.theme-light .reviews-title{color:#64748b}html.theme-light .reviews-subtitle{color:rgba(100,116,139,.9)}html.theme-light .review-card{background:rgba(100,116,139,.075);border-color:rgba(100,116,139,.08)}html.theme-light .review-card:hover{border-color:rgba(214,47,46,.2);box-shadow:0 6px 18px rgba(214,47,46,.12)}html.theme-light .review-rating i{color:#d62f2e}html.theme-light .author-avatar{background:rgba(214,47,46,.15);color:#d62f2e;border:1px solid rgba(214,47,46,.25)}html.theme-light .author-name{color:#64748b}html.theme-light .review-text{color:rgba(100,116,139,.9)}html.theme-dark .reviews{background:#0a0a0a;color:#ededed}html.theme-dark .reviews-title{color:#ededed}html.theme-dark .reviews-subtitle{color:rgba(237,237,237,.9)}html.theme-dark .review-card{background:rgba(237,237,237,.075);border-color:rgba(237,237,237,.08)}html.theme-dark .review-card:hover{border-color:rgba(214,47,46,.2);box-shadow:0 6px 18px rgba(214,47,46,.12)}html.theme-dark .review-rating i{color:#d62f2e}html.theme-dark .author-avatar{background:rgba(214,47,46,.15);color:#d62f2e;border:1px solid rgba(214,47,46,.25)}html.theme-dark .author-name{color:#ededed}html.theme-dark .review-text{color:rgba(237,237,237,.9)}.values{padding:4rem 0;position:relative;overflow:hidden}.values-container{max-width:1200px;margin:0 auto;padding:0 1.5rem;position:relative;z-index:1}.values-header{text-align:center;margin-bottom:3rem}@media(max-width: 768px){.values-header{margin-bottom:2rem}}.values-title{font-size:2.5rem;font-weight:700;line-height:1.2;margin:0 0 1rem}@media(max-width: 768px){.values-title{font-size:2rem}}@media(max-width: 480px){.values-title{font-size:1.75rem}}.values-subtitle{font-size:1.125rem;line-height:1.6;max-width:600px;margin:0 auto;opacity:.8}@media(max-width: 768px){.values-subtitle{font-size:1rem}}.values-grid{display:grid;grid-template-columns:repeat(auto-fit, minmax(280px, 1fr));gap:2rem}@media(max-width: 768px){.values-grid{grid-template-columns:1fr;gap:1.5rem}}.value-item{padding:2rem 1.5rem;border-radius:1rem;position:relative;transition:all .3s ease;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);background:hsla(0,0%,100%,.05);border:1px solid hsla(0,0%,100%,.1);overflow:hidden;text-align:center}.value-item:hover{transform:translateY(-5px);border-color:hsla(0,0%,100%,.2)}.value-item:hover .value-icon{transform:scale(1.05)}@media(max-width: 768px){.value-item{padding:1.5rem}.value-item:hover{transform:translateY(-3px)}}.value-icon{width:60px;height:60px;border-radius:1rem;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;position:relative;transition:all .3s ease;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.value-icon i{font-size:1.5rem;transition:all .3s ease}@media(max-width: 768px){.value-icon{width:50px;height:50px;margin-bottom:1rem}.value-icon i{font-size:1.25rem}}.value-content{flex:1}.value-name{font-size:1.375rem;font-weight:600;line-height:1.3;margin:0 0 1rem}@media(max-width: 768px){.value-name{font-size:1.25rem;margin-bottom:.75rem}}.value-description{font-size:1rem;line-height:1.6;margin:0;opacity:.8}@media(max-width: 768px){.value-description{font-size:.9rem}}html.theme-light .values{background:#fff;color:#64748b}html.theme-light .values-title{color:#64748b}html.theme-light .values-subtitle{color:rgba(100,116,139,.8)}html.theme-light .value-item{background:rgba(100,116,139,.075);border:1px solid rgba(100,116,139,.08)}html.theme-light .value-item:hover{background:rgba(100,116,139,.05);border-color:rgba(214,47,46,.15)}html.theme-light .value-icon{background:rgba(214,47,46,.1);border:1px solid rgba(214,47,46,.2)}html.theme-light .value-icon i{color:#d62f2e}html.theme-light .value-name{color:#64748b}html.theme-light .value-description{color:rgba(100,116,139,.8)}html.theme-dark .values{background:#0a0a0a;color:#ededed}html.theme-dark .values-title{color:#ededed}html.theme-dark .values-subtitle{color:rgba(237,237,237,.8)}html.theme-dark .value-item{background:rgba(237,237,237,.075);border:1px solid rgba(237,237,237,.08)}html.theme-dark .value-item:hover{background:rgba(237,237,237,.05);border-color:rgba(214,47,46,.15)}html.theme-dark .value-icon{background:rgba(214,47,46,.1);border:1px solid rgba(214,47,46,.2)}html.theme-dark .value-icon i{color:#d62f2e}html.theme-dark .value-name{color:#ededed}html.theme-dark .value-description{color:rgba(237,237,237,.8)}.about{padding:4rem 0;position:relative;overflow:hidden}.about-container{max-width:1200px;margin:0 auto;padding:0 1.5rem;position:relative;z-index:1}.about-header{text-align:center;margin-bottom:3rem}@media(max-width: 768px){.about-header{margin-bottom:2rem}}.about-title{font-size:2.5rem;font-weight:700;line-height:1.2;margin:0 0 1rem}@media(max-width: 768px){.about-title{font-size:2rem}}@media(max-width: 480px){.about-title{font-size:1.75rem}}.about-subtitle{font-size:1.125rem;line-height:1.6;max-width:600px;margin:0 auto;opacity:.8}@media(max-width: 768px){.about-subtitle{font-size:1rem}}.about-timeline{display:flex;flex-direction:column;gap:2rem;max-width:800px;margin:0 auto;position:relative;padding-left:2rem}.about-timeline::before{content:"";position:absolute;top:0;left:0;width:2px;height:100%;z-index:0}@media(max-width: 768px){.about-timeline::before{left:0}}@media(max-width: 768px){.about-timeline{gap:1.5rem;padding-left:1.5rem}}.timeline-item{display:flex;align-items:flex-start;gap:1.5rem;position:relative}.timeline-item::before{content:"";position:absolute;top:.75rem;left:-2rem;width:12px;height:12px;border-radius:50%;border:3px solid;z-index:1;transform:translateX(-50%)}@media(max-width: 768px){.timeline-item::before{left:-1.5rem;width:10px;height:10px;border:2px solid;top:.625rem}}@media(max-width: 768px){.timeline-item{gap:1rem}}.timeline-year{font-size:1.125rem;font-weight:700;padding:.5rem 1rem;border-radius:.5rem;min-width:80px;text-align:center;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid;flex-shrink:0;align-self:flex-start}@media(max-width: 768px){.timeline-year{font-size:1rem;min-width:70px;padding:.375rem .75rem}}.timeline-content{flex:1;padding:1.5rem;border-radius:.75rem;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid;transition:all .3s ease}.timeline-content:hover{transform:translateY(-2px)}@media(max-width: 768px){.timeline-content{padding:1.25rem}}.timeline-title{font-size:1.375rem;font-weight:600;line-height:1.3;margin:0 0 .75rem}@media(max-width: 768px){.timeline-title{font-size:1.25rem;margin-bottom:.5rem}}.timeline-description{font-size:1rem;line-height:1.6;margin:0;opacity:.8}@media(max-width: 768px){.timeline-description{font-size:.9rem}}html.theme-light .about{background:#fff;color:#64748b}html.theme-light .about-title{color:#64748b}html.theme-light .about-subtitle{color:rgba(100,116,139,.8)}html.theme-light .about-timeline::before{background:linear-gradient(to bottom, transparent 0%, rgba(214, 47, 46, 0.3) 20%, rgba(214, 47, 46, 0.3) 80%, transparent 100%)}html.theme-light .timeline-item::before{background:#fff;border-color:#d62f2e}html.theme-light .timeline-year{background:rgba(214,47,46,.1);border-color:rgba(214,47,46,.2);color:#d62f2e}html.theme-light .timeline-content{background:rgba(100,116,139,.075);border-color:rgba(100,116,139,.08)}html.theme-light .timeline-content:hover{background:rgba(100,116,139,.05);border-color:rgba(214,47,46,.15)}html.theme-light .timeline-title{color:#64748b}html.theme-light .timeline-description{color:rgba(100,116,139,.8)}html.theme-dark .about{background:#0a0a0a;color:#ededed}html.theme-dark .about-title{color:#ededed}html.theme-dark .about-subtitle{color:rgba(237,237,237,.8)}html.theme-dark .about-timeline::before{background:linear-gradient(to bottom, transparent 0%, rgba(214, 47, 46, 0.3) 20%, rgba(214, 47, 46, 0.3) 80%, transparent 100%)}html.theme-dark .timeline-item::before{background:#0a0a0a;border-color:#d62f2e}html.theme-dark .timeline-year{background:rgba(214,47,46,.1);border-color:rgba(214,47,46,.2);color:#d62f2e}html.theme-dark .timeline-content{background:rgba(237,237,237,.075);border-color:rgba(237,237,237,.08)}html.theme-dark .timeline-content:hover{background:rgba(237,237,237,.05);border-color:rgba(214,47,46,.15)}html.theme-dark .timeline-title{color:#ededed}html.theme-dark .timeline-description{color:rgba(237,237,237,.8)}.contact{padding:4rem 0;position:relative;overflow:hidden}.contact-container{max-width:1200px;margin:0 auto;padding:0 1.5rem;position:relative;z-index:1}.contact-header{text-align:center;margin-bottom:3rem}@media(max-width: 768px){.contact-header{margin-bottom:2rem}}.contact-title{font-size:2.5rem;font-weight:700;line-height:1.2;margin:0 0 1rem}@media(max-width: 768px){.contact-title{font-size:2rem}}@media(max-width: 480px){.contact-title{font-size:1.75rem}}.contact-subtitle{font-size:1.125rem;line-height:1.6;max-width:600px;margin:0 auto;opacity:.9}@media(max-width: 768px){.contact-subtitle{font-size:1rem}}.contact-options{display:grid;grid-template-columns:repeat(auto-fit, minmax(300px, 1fr));gap:2rem;margin-bottom:3rem}@media(max-width: 768px){.contact-options{grid-template-columns:1fr;gap:1.5rem;margin-bottom:2.5rem}}.contact-option{padding:2rem 1.5rem;border-radius:1rem;position:relative;transition:all .3s ease;display:flex;flex-direction:column;height:100%;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);background:hsla(0,0%,100%,.08);border:1px solid hsla(0,0%,100%,.15)}.contact-option:hover{transform:translateY(-5px);box-shadow:0 10px 25px rgba(0,0,0,.15)}@media(max-width: 768px){.contact-option{padding:1.5rem 1.25rem}.contact-option:hover{transform:translateY(-3px)}}.contact-icon{width:60px;height:60px;border-radius:1rem;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem;position:relative;transition:all .3s ease;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.contact-icon i{font-size:1.5rem;transition:all .3s ease}@media(max-width: 768px){.contact-icon{width:50px;height:50px;margin-bottom:1.25rem}.contact-icon i{font-size:1.25rem}}.contact-content{flex:1;display:flex;flex-direction:column;min-height:0}.contact-method{font-size:1.5rem;font-weight:700;line-height:1.2;margin:0 0 1rem}@media(max-width: 768px){.contact-method{font-size:1.25rem;margin-bottom:.875rem}}.contact-description{font-size:1rem;line-height:1.6;margin:0 0 1.5rem;opacity:.9}@media(max-width: 768px){.contact-description{font-size:.95rem;margin-bottom:1.25rem}}.contact-button{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-size:.95rem;font-weight:600;text-decoration:none;border-radius:.75rem;transition:all .3s ease;position:relative;overflow:hidden;margin-top:auto;align-self:flex-start;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid hsla(0,0%,100%,.2)}.contact-button i{font-size:.875rem;transition:transform .3s ease}.contact-button:hover{transform:translateY(-2px);box-shadow:0 5px 15px rgba(0,0,0,.1)}.contact-button:hover i{transform:translateX(3px)}@media(max-width: 768px){.contact-button{padding:.625rem 1.25rem;font-size:.9rem}}.contact-info{display:flex;justify-content:center;gap:2rem;flex-wrap:wrap}@media(max-width: 768px){.contact-info{gap:1.5rem;flex-direction:column;align-items:center}}.info-item{display:flex;align-items:center;gap:.75rem;padding:1rem 1.5rem;border-radius:.75rem;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);background:hsla(0,0%,100%,.08);border:1px solid hsla(0,0%,100%,.15);transition:all .3s ease}.info-item i{font-size:1rem;opacity:.8;transition:all .3s ease}.info-item span{font-size:.95rem;font-weight:600;white-space:nowrap}.info-item:hover{transform:translateY(-2px);box-shadow:0 5px 15px rgba(0,0,0,.1)}.info-item:hover i{opacity:1;transform:scale(1.1)}@media(max-width: 768px){.info-item{padding:.875rem 1.25rem}.info-item span{font-size:.9rem;white-space:normal;text-align:center}}html.theme-light body{background-color:rgba(100,116,139,.1);color:#64748b}html.theme-light .contact{background:#fff;color:#64748b}html.theme-light .contact-title{color:rgb(78.6610878661,91.2468619247,109.3389121339)}html.theme-light .contact-subtitle{color:rgba(100,116,139,.9)}html.theme-light .contact-option{background:rgba(100,116,139,.075);border:1px solid rgba(100,116,139,.1)}html.theme-light .contact-option:hover{border-color:rgba(214,47,46,.2)}html.theme-light .contact-icon{background:rgba(214,47,46,.15);border:1px solid rgba(214,47,46,.25)}html.theme-light .contact-icon i{color:#d62f2e}html.theme-light .contact-method{color:rgb(78.6610878661,91.2468619247,109.3389121339)}html.theme-light .contact-description{color:rgba(100,116,139,.9)}html.theme-light .contact-button{background:rgba(214,47,46,.15);color:#d62f2e;border:1px solid rgba(214,47,46,.3)}html.theme-light .contact-button:hover{background:rgba(214,47,46,.2);border-color:rgba(214,47,46,.4);box-shadow:0 5px 15px rgba(214,47,46,.2)}html.theme-light .info-item{background:rgba(100,116,139,.05);border:1px solid rgba(100,116,139,.1);color:rgba(100,116,139,.9)}html.theme-light .info-item i{color:#d62f2e}html.theme-light .info-item:hover{border-color:rgba(214,47,46,.2)}html.theme-dark body{background-color:rgba(237,237,237,.1);color:#ededed}html.theme-dark .contact{background:#0a0a0a;color:#ededed}html.theme-dark .contact-title{color:hsl(0,0%,102.9411764706%)}html.theme-dark .contact-subtitle{color:rgba(237,237,237,.9)}html.theme-dark .contact-option{background:rgba(237,237,237,.075);border:1px solid rgba(237,237,237,.1)}html.theme-dark .contact-option:hover{border-color:rgba(214,47,46,.2)}html.theme-dark .contact-icon{background:rgba(214,47,46,.15);border:1px solid rgba(214,47,46,.25)}html.theme-dark .contact-icon i{color:#d62f2e}html.theme-dark .contact-method{color:hsl(0,0%,102.9411764706%)}html.theme-dark .contact-description{color:rgba(237,237,237,.9)}html.theme-dark .contact-button{background:rgba(214,47,46,.15);color:#d62f2e;border:1px solid rgba(214,47,46,.3)}html.theme-dark .contact-button:hover{background:rgba(214,47,46,.2);border-color:rgba(214,47,46,.4);box-shadow:0 5px 15px rgba(214,47,46,.2)}html.theme-dark .info-item{background:rgba(237,237,237,.05);border:1px solid rgba(237,237,237,.1);color:rgba(237,237,237,.9)}html.theme-dark .info-item i{color:#d62f2e}html.theme-dark .info-item:hover{border-color:rgba(214,47,46,.2)}body{margin:0;padding:0;min-height:100vh}main{padding-top:4rem}body.menu-open{overflow:hidden}@media(min-width: 1201px){body.menu-open{overflow:auto}}.section{padding:4rem 0}@media(max-width: 768px){.section{padding:2rem 0}}.container{max-width:1200px;margin:0 auto;padding:0 1.5rem}@media(max-width: 480px){.container{padding:0 1rem}}.section-title{font-size:2.5rem;font-weight:700;text-align:center;margin-bottom:1rem}@media(max-width: 768px){.section-title{font-size:2rem}}@media(max-width: 480px){.section-title{font-size:1.75rem}}.section-subtitle{font-size:1.25rem;text-align:center;margin-bottom:3rem;line-height:1.6}@media(max-width: 768px){.section-subtitle{font-size:1.125rem;margin-bottom:2rem}}html.theme-light .section-title{color:#64748b}html.theme-light .section-subtitle{color:#64748b;opacity:.8}html.theme-dark .section-title{color:#ededed}html.theme-dark .section-subtitle{color:#ededed;opacity:.8}
