*{margin:0;padding:0;box-sizing:border-box}:root{--primary-color: #00ff88;--primary-hover: #00cc6e;--secondary-color: #ffffff;--text-color: #ffffff;--text-light: #a0a0a0;--background: #0a0a0a;--background-alt: #111111;--background-card: #151515;--border-color: #222222;--font-primary: -apple-system, BlinkMacSystemFont, "Segoe UI", "Inter", "SF Pro Display", Roboto, "Helvetica Neue", Arial, sans-serif;--font-size-base: 16px;--font-size-lg: 18px;--font-size-xl: 24px;--font-size-2xl: 32px;--font-size-3xl: 48px;--font-weight-normal: 400;--font-weight-medium: 500;--font-weight-semibold: 600;--font-weight-bold: 700;--spacing-xs: 8px;--spacing-sm: 16px;--spacing-md: 24px;--spacing-lg: 32px;--spacing-xl: 48px;--spacing-2xl: 64px;--spacing-3xl: 96px;--container-width: 1200px;--header-height: 70px;--transition: all 0.3s ease}html{scroll-behavior:smooth;font-size:var(--font-size-base);margin-bottom:0;padding-bottom:0;overflow-x:hidden !important;width:100%;max-width:100%;box-sizing:border-box}body{font-family:var(--font-primary);color:var(--text-color);background-color:var(--background);line-height:1.6;overflow-x:hidden !important;width:100%;max-width:100%;font-weight:400;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin-bottom:0;padding-bottom:0;box-sizing:border-box}::-webkit-scrollbar{width:12px}::-webkit-scrollbar-track{background:var(--background);border-left:1px solid var(--border-color)}::-webkit-scrollbar-thumb{background:var(--primary-color);border-radius:6px;border:2px solid var(--background)}::-webkit-scrollbar-thumb:hover{background:var(--primary-hover)}::-webkit-scrollbar-thumb:active{background:var(--primary-hover)}*{scrollbar-width:thin;scrollbar-color:var(--primary-color) var(--background)}footer,.footer{margin-bottom:0 !important;padding-bottom:0 !important}footer *,.footer *{margin-bottom:0}footer .footer-bottom,.footer .footer-bottom{margin-bottom:0 !important;padding-bottom:0 !important}.container{max-width:var(--container-width);margin:0 auto;padding:0 var(--spacing-md)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:var(--spacing-xs);padding:14px 28px;font-size:var(--font-size-base);font-weight:600;text-decoration:none;border:none;border-radius:4px;cursor:pointer;transition:all .3s cubic-bezier(0.4, 0, 0.2, 1);white-space:nowrap;position:relative;overflow:hidden}.btn-primary{background-color:var(--primary-color);color:var(--background)}.btn-primary:hover{background-color:var(--primary-hover);transform:translateY(-2px);box-shadow:0 6px 20px rgba(0,255,136,.4)}.btn-primary:active{transform:translateY(0)}.btn-secondary{background-color:rgba(0,0,0,0);color:var(--text-color);border:2px solid var(--border-color)}.btn-secondary:hover{border-color:var(--primary-color);color:var(--primary-color);transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,255,136,.2)}.btn-secondary:active{transform:translateY(0)}.btn-lg{padding:16px 32px;font-size:var(--font-size-lg)}.btn-cta-primary,.btn-cta-secondary,.btn-final-cta{font-weight:600}.btn-cta-primary svg,.btn-cta-secondary svg,.btn-final-cta svg{transition:transform .3s ease}.btn-cta-primary:hover svg,.btn-cta-secondary:hover svg,.btn-final-cta:hover svg{transform:translateX(4px)}h1,h2,h3,h4,h5,h6{line-height:1.2;font-weight:600;margin-bottom:var(--spacing-sm)}h1{font-size:var(--font-size-3xl);font-weight:500}h2{font-size:var(--font-size-2xl)}h3{font-size:var(--font-size-xl)}p{margin-bottom:var(--spacing-sm)}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto;display:block}@media(max-width: 768px){:root{--font-size-3xl: 32px;--font-size-2xl: 24px;--font-size-xl: 20px;--spacing-xl: 32px;--spacing-2xl: 48px}}.header{position:fixed;top:0;left:0;width:100%;height:var(--header-height);background-color:rgba(0,0,0,0);backdrop-filter:none;border-bottom:1px solid rgba(0,0,0,0);z-index:1000;transition:all .3s cubic-bezier(0.4, 0, 0.2, 1);display:flex;justify-content:center}.header .container{max-width:var(--container-width);width:100%;margin:0 auto;padding:0 var(--spacing-md)}.header.scrolled{background-color:rgba(10,10,10,.95);backdrop-filter:blur(10px);border-bottom:1px solid var(--border-color)}.header .navbar{display:flex;align-items:center;justify-content:space-between;height:var(--header-height)}.header .navbar .mobile-header-top{display:contents}.header .navbar .logo{font-size:20px;font-weight:600;color:var(--text-color);text-decoration:none;letter-spacing:-0.5px}.header .navbar .logo .logo-text strong{color:var(--primary-color);font-weight:700}.header .navbar .logo:hover{color:var(--primary-color)}.header .navbar .navbar-toggle{display:none;background:none;border:none;cursor:pointer;padding:8px}.header .navbar .navbar-toggle .hamburger{width:24px;height:18px;display:flex;flex-direction:column;justify-content:space-between;position:relative}.header .navbar .navbar-toggle .hamburger .hamburger-line{width:100%;height:2px;background-color:var(--text-color);transition:all .3s ease;border-radius:2px}.header .navbar .navbar-toggle.active .hamburger .hamburger-line:nth-child(1){transform:translateY(8px) rotate(45deg)}.header .navbar .navbar-toggle.active .hamburger .hamburger-line:nth-child(2){opacity:0}.header .navbar .navbar-toggle.active .hamburger .hamburger-line:nth-child(3){transform:translateY(-8px) rotate(-45deg)}.header .navbar .navbar-menu{display:flex;align-items:center;justify-content:flex-end;gap:var(--spacing-xl);list-style:none;flex:1}.header .navbar .navbar-menu .navbar-item{position:relative}.header .navbar .navbar-menu .navbar-item .navbar-link{position:relative;display:flex;align-items:center;gap:4px;padding:8px 0;font-size:16px;font-weight:600;color:var(--text-color);transition:var(--transition);cursor:pointer;letter-spacing:-0.3px}.header .navbar .navbar-menu .navbar-item .navbar-link .dropdown-icon{transition:transform .3s ease}.header .navbar .navbar-menu .navbar-item .navbar-link::after{content:"";position:absolute;bottom:0;left:0;width:0;height:2px;background-color:var(--primary-color);transition:width .3s ease}.header .navbar .navbar-menu .navbar-item .navbar-link:hover{color:var(--primary-color)}.header .navbar .navbar-menu .navbar-item .navbar-link:hover::after{width:100%}.header .navbar .navbar-menu .navbar-item.active .navbar-link,.header .navbar .navbar-menu .navbar-item .navbar-link.active{color:var(--primary-color)}.header .navbar .navbar-menu .navbar-item.active .navbar-link::after,.header .navbar .navbar-menu .navbar-item .navbar-link.active::after{width:100%}.header .navbar .navbar-menu .navbar-item.navbar-dropdown .dropdown-menu{position:absolute;top:calc(100% + 16px);left:0;min-width:200px;background-color:rgba(21,21,21,.98);backdrop-filter:blur(10px);border:1px solid var(--border-color);border-radius:4px;list-style:none;padding:8px;opacity:0;visibility:hidden;transform:translateY(-10px);transition:all .3s ease;box-shadow:0 8px 24px rgba(0,0,0,.4)}.header .navbar .navbar-menu .navbar-item.navbar-dropdown .dropdown-menu li a{display:block;padding:10px 12px;font-size:14px;color:var(--text-light);transition:var(--transition);border-radius:4px}.header .navbar .navbar-menu .navbar-item.navbar-dropdown .dropdown-menu li a:hover{background-color:rgba(0,255,136,.1);color:var(--primary-color)}.header .navbar .navbar-menu .navbar-item.navbar-dropdown:hover .navbar-link{color:var(--primary-color)}.header .navbar .navbar-menu .navbar-item.navbar-dropdown:hover .navbar-link .dropdown-icon{transform:rotate(180deg)}.header .navbar .navbar-menu .navbar-item.navbar-dropdown:hover .dropdown-menu{opacity:1;visibility:visible;transform:translateY(0)}.header.scrolled{background-color:rgba(0,0,0,0);backdrop-filter:none;border-bottom:1px solid rgba(0,0,0,0)}.header.scrolled .navbar{justify-content:center;gap:0}@media(min-width: 769px){.header.scrolled .navbar .mobile-header-top{display:none !important}}.header.scrolled .navbar .logo{opacity:0;pointer-events:none}.header.scrolled .navbar .navbar-menu{gap:8px;background:hsla(0,0%,100%,.03);backdrop-filter:blur(10px);border:1px solid hsla(0,0%,100%,.08);border-radius:50px;padding:8px;flex:none;align-items:center}.header.scrolled .navbar .navbar-menu .navbar-item.navbar-logo{display:flex}.header.scrolled .navbar .navbar-menu .navbar-item.navbar-logo .logo-link{padding:10px 20px;background:rgba(0,0,0,0);border:none;font-size:16px;font-weight:600}.header.scrolled .navbar .navbar-menu .navbar-item.navbar-logo .logo-link .logo-text strong{color:var(--primary-color);font-weight:700}.header.scrolled .navbar .navbar-menu .navbar-item.navbar-logo .logo-link::after{display:none}.header.scrolled .navbar .navbar-menu .navbar-item.navbar-logo .logo-link:hover{background:rgba(0,0,0,0);border:none;color:var(--text-color)}.header.scrolled .navbar .navbar-menu .navbar-item .navbar-link{padding:10px 20px;background:rgba(10,10,10,.8);backdrop-filter:blur(10px);border:1px solid var(--border-color);border-radius:50px;font-size:14px}.header.scrolled .navbar .navbar-menu .navbar-item .navbar-link::after{display:none}.header.scrolled .navbar .navbar-menu .navbar-item .navbar-link:hover{background:rgba(0,255,136,.15);border-color:var(--primary-color)}.header.scrolled .navbar .navbar-menu .navbar-item.navbar-dropdown .navbar-link{padding-right:16px}.header .navbar-menu .navbar-item.navbar-logo{display:none}@media(max-width: 768px){.header{background-color:rgba(0,0,0,0);backdrop-filter:none;border-bottom:1px solid rgba(0,0,0,0);display:flex;justify-content:center;transition:all .3s cubic-bezier(0.4, 0, 0.2, 1)}.header.scrolled{display:flex;justify-content:center}.header .container{position:relative;width:100%;display:flex}.header.scrolled{background-color:rgba(0,0,0,0);backdrop-filter:none;border-bottom:1px solid rgba(0,0,0,0)}.header.scrolled .navbar{flex-direction:column;align-items:center;justify-content:flex-start;position:relative;padding:0;height:auto;background:rgba(0,0,0,0);backdrop-filter:none;border:none;border-radius:50px;width:min(400px,100vw - 32px);margin:8px auto;transition:all .5s cubic-bezier(0.4, 0, 0.2, 1)}.header.scrolled .navbar .mobile-header-top{display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:8px;padding:8px 20px;background:rgba(0,0,0,.829);backdrop-filter:blur(10px);border:1px solid hsla(0,0%,100%,.08);border-radius:50px;transition:border-radius .5s cubic-bezier(0.4, 0, 0.2, 1),padding .5s cubic-bezier(0.4, 0, 0.2, 1),border .5s cubic-bezier(0.4, 0, 0.2, 1);width:100%}.header.scrolled .navbar.menu-open .mobile-header-top{border-radius:24px 24px 0 0 !important;border-bottom:1px solid hsla(0,0%,100%,.08);padding-bottom:8px}.header.scrolled .navbar .logo,.header.scrolled .navbar .navbar-toggle{background:rgba(0,0,0,0);border:none;padding:6px 10px;position:relative;z-index:1;opacity:1;font-size:16px;transition:none;flex-shrink:0}.header.scrolled .navbar .logo:hover,.header.scrolled .navbar .navbar-toggle:hover{background:rgba(0,0,0,0)}.header.scrolled .navbar .logo{pointer-events:all}.header.scrolled .navbar .navbar-toggle{padding:6px}.header.scrolled .navbar .navbar-toggle .hamburger{width:20px;height:14px}.header.scrolled .navbar .navbar-toggle .hamburger .hamburger-line{height:2px}.header.scrolled .navbar .navbar-menu{position:absolute;top:100%;left:0;right:0;width:100%;background:rgba(0,0,0,.829);backdrop-filter:blur(10px);border:1px solid hsla(0,0%,100%,.08);border-top:none;border-radius:0 0 24px 24px;flex-direction:column;gap:4px;padding:0;max-height:0;overflow:hidden;opacity:0;visibility:hidden;transition:all .5s cubic-bezier(0.4, 0, 0.2, 1);box-sizing:border-box;margin-top:0}.header.scrolled .navbar .navbar-menu.active{max-height:500px;opacity:1;visibility:visible;padding:8px var(--spacing-md) 20px var(--spacing-md)}.header.scrolled .navbar .navbar-menu.active:has(.navbar-dropdown.active){padding-top:18px;max-height:550px}.header.scrolled .navbar .navbar-menu .navbar-item{width:100%}.header.scrolled .navbar .navbar-menu .navbar-item.navbar-logo{display:none !important}.header.scrolled .navbar .navbar-menu .navbar-item .navbar-link{background:rgba(41,40,40,.3);backdrop-filter:blur(5px);border:1px solid hsla(0,0%,100%,.06);padding:12px 16px;border-radius:12px;display:flex;justify-content:center;text-align:center;font-size:15px;font-weight:600;transition:all .2s ease}.header.scrolled .navbar .navbar-menu .navbar-item .navbar-link::after{display:none}.header.scrolled .navbar .navbar-menu .navbar-item .navbar-link:hover{background:rgba(0,255,136,.15);border-color:rgba(0,255,136,.3);color:var(--primary-color)}.header.scrolled .navbar .navbar-menu .navbar-item.navbar-dropdown{transition:all .4s cubic-bezier(0.4, 0, 0.2, 1)}.header.scrolled .navbar .navbar-menu .navbar-item.navbar-dropdown .navbar-link{transition:all .4s cubic-bezier(0.4, 0, 0.2, 1)}.header.scrolled .navbar .navbar-menu .navbar-item.navbar-dropdown .dropdown-menu{position:static;opacity:0;visibility:hidden;transform:translateY(-10px);background-color:rgba(0,0,0,.4);border:1px solid hsla(0,0%,100%,.05);margin-top:4px;margin-bottom:0;border-radius:12px;box-shadow:none;padding:0;max-height:0;overflow:hidden;display:none;transition:opacity .3s cubic-bezier(0.4, 0, 0.2, 1),transform .3s cubic-bezier(0.4, 0, 0.2, 1),padding .3s cubic-bezier(0.4, 0, 0.2, 1),margin .3s cubic-bezier(0.4, 0, 0.2, 1),visibility .3s cubic-bezier(0.4, 0, 0.2, 1),max-height .3s cubic-bezier(0.4, 0, 0.2, 1)}.header.scrolled .navbar .navbar-menu .navbar-item.navbar-dropdown .dropdown-menu li{opacity:0;transform:translateY(-8px);transition:opacity .3s cubic-bezier(0.4, 0, 0.2, 1),transform .3s cubic-bezier(0.4, 0, 0.2, 1)}.header.scrolled .navbar .navbar-menu .navbar-item.navbar-dropdown .dropdown-menu li:nth-child(1){transition-delay:0.25s}.header.scrolled .navbar .navbar-menu .navbar-item.navbar-dropdown .dropdown-menu li:nth-child(2){transition-delay:0.3s}.header.scrolled .navbar .navbar-menu .navbar-item.navbar-dropdown .dropdown-menu li:nth-child(3){transition-delay:0.35s}.header.scrolled .navbar .navbar-menu .navbar-item.navbar-dropdown .dropdown-menu li:nth-child(4){transition-delay:0.4s}.header.scrolled .navbar .navbar-menu .navbar-item.navbar-dropdown .dropdown-menu li:nth-child(5){transition-delay:0.45s}.header.scrolled .navbar .navbar-menu .navbar-item.navbar-dropdown .dropdown-menu li:nth-child(6){transition-delay:0.5s}.header.scrolled .navbar .navbar-menu .navbar-item.navbar-dropdown .dropdown-menu li:nth-child(7){transition-delay:0.55s}.header.scrolled .navbar .navbar-menu .navbar-item.navbar-dropdown .dropdown-menu li:nth-child(8){transition-delay:0.6s}.header.scrolled .navbar .navbar-menu .navbar-item.navbar-dropdown .dropdown-menu li:nth-child(9){transition-delay:0.65s}.header.scrolled .navbar .navbar-menu .navbar-item.navbar-dropdown .dropdown-menu li:nth-child(10){transition-delay:0.7s}.header.scrolled .navbar .navbar-menu .navbar-item.navbar-dropdown .dropdown-menu li a{text-align:center;font-size:13px;padding:10px 12px;background:rgba(41,40,40,.3);margin:4px;border-radius:8px;transition:all .3s cubic-bezier(0.4, 0, 0.2, 1)}.header.scrolled .navbar .navbar-menu .navbar-item.navbar-dropdown .dropdown-menu li a:hover{background:rgba(0,255,136,.15);color:var(--primary-color)}.header.scrolled .navbar .navbar-menu .navbar-item.navbar-dropdown.active .navbar-link{background:rgba(0,255,136,.1);border-color:rgba(0,255,136,.2)}.header.scrolled .navbar .navbar-menu .navbar-item.navbar-dropdown.active .dropdown-menu{display:block;opacity:1;visibility:visible;transform:translateY(0);padding:4px;margin-bottom:0;max-height:500px}.header.scrolled .navbar .navbar-menu .navbar-item.navbar-dropdown.active .dropdown-menu li{opacity:1;transform:translateY(0)}.header.scrolled .navbar .navbar-menu .navbar-item.navbar-dropdown:not(.active) .dropdown-menu li{opacity:0;transform:translateY(-8px);transition-delay:0s}.header .navbar{position:relative;width:100%}.header .navbar .navbar-toggle{display:flex}.header .navbar .navbar-menu{position:absolute;top:100%;left:0;right:0;width:100%;flex-direction:column;gap:4px;background-color:rgba(10,10,10,.98);backdrop-filter:blur(10px);border-bottom:1px solid var(--border-color);border-left:1px solid var(--border-color);border-right:1px solid var(--border-color);border-radius:0 0 24px 24px;max-height:0;overflow:hidden;transition:max-height .5s cubic-bezier(0.4, 0, 0.2, 1),padding .5s cubic-bezier(0.4, 0, 0.2, 1);padding:0;box-sizing:border-box}.header .navbar .navbar-menu .navbar-item.navbar-logo{display:none !important}.header .navbar .navbar-menu.active{max-height:500px;padding:12px var(--spacing-md) 20px var(--spacing-md)}.header .navbar .navbar-menu.active:has(.navbar-dropdown.active){max-height:550px}.header .navbar .navbar-menu .navbar-item{width:100%}.header .navbar .navbar-menu .navbar-item .navbar-link{display:flex;justify-content:center;padding:12px 20px;text-align:center;font-size:15px;font-weight:600;border-radius:8px;transition:all .2s ease}.header .navbar .navbar-menu .navbar-item .navbar-link::after{display:none}.header .navbar .navbar-menu .navbar-item .navbar-link:hover{background:rgba(0,255,136,.08);color:var(--primary-color)}.header .navbar .navbar-menu .navbar-item.navbar-dropdown{transition:all .4s cubic-bezier(0.4, 0, 0.2, 1)}.header .navbar .navbar-menu .navbar-item.navbar-dropdown .navbar-link{transition:all .4s cubic-bezier(0.4, 0, 0.2, 1)}.header .navbar .navbar-menu .navbar-item.navbar-dropdown .dropdown-menu{position:static;opacity:0;visibility:hidden;transform:translateY(-10px);background-color:rgba(0,0,0,.3);border:none;border-top:1px solid hsla(0,0%,100%,.05);margin-top:4px;margin-bottom:0;border-radius:8px;box-shadow:none;padding:0;max-height:0;overflow:hidden;display:none;transition:opacity .3s cubic-bezier(0.4, 0, 0.2, 1),transform .3s cubic-bezier(0.4, 0, 0.2, 1),padding .3s cubic-bezier(0.4, 0, 0.2, 1),margin .3s cubic-bezier(0.4, 0, 0.2, 1),visibility .3s cubic-bezier(0.4, 0, 0.2, 1),max-height .3s cubic-bezier(0.4, 0, 0.2, 1)}.header .navbar .navbar-menu .navbar-item.navbar-dropdown .dropdown-menu li{opacity:0;transform:translateY(-8px);transition:opacity .3s cubic-bezier(0.4, 0, 0.2, 1),transform .3s cubic-bezier(0.4, 0, 0.2, 1)}.header .navbar .navbar-menu .navbar-item.navbar-dropdown .dropdown-menu li:nth-child(1){transition-delay:0.25s}.header .navbar .navbar-menu .navbar-item.navbar-dropdown .dropdown-menu li:nth-child(2){transition-delay:0.3s}.header .navbar .navbar-menu .navbar-item.navbar-dropdown .dropdown-menu li:nth-child(3){transition-delay:0.35s}.header .navbar .navbar-menu .navbar-item.navbar-dropdown .dropdown-menu li:nth-child(4){transition-delay:0.4s}.header .navbar .navbar-menu .navbar-item.navbar-dropdown .dropdown-menu li:nth-child(5){transition-delay:0.45s}.header .navbar .navbar-menu .navbar-item.navbar-dropdown .dropdown-menu li:nth-child(6){transition-delay:0.5s}.header .navbar .navbar-menu .navbar-item.navbar-dropdown .dropdown-menu li:nth-child(7){transition-delay:0.55s}.header .navbar .navbar-menu .navbar-item.navbar-dropdown .dropdown-menu li:nth-child(8){transition-delay:0.6s}.header .navbar .navbar-menu .navbar-item.navbar-dropdown .dropdown-menu li:nth-child(9){transition-delay:0.65s}.header .navbar .navbar-menu .navbar-item.navbar-dropdown .dropdown-menu li:nth-child(10){transition-delay:0.7s}.header .navbar .navbar-menu .navbar-item.navbar-dropdown .dropdown-menu li a{text-align:center;font-size:14px;padding:10px 16px;color:#fff;transition:all .3s cubic-bezier(0.4, 0, 0.2, 1)}.header .navbar .navbar-menu .navbar-item.navbar-dropdown .dropdown-menu li a:hover{background:rgba(0,255,136,.1);color:var(--primary-color)}.header .navbar .navbar-menu .navbar-item.navbar-dropdown.active .navbar-link{background:rgba(0,255,136,.1);border-color:rgba(0,255,136,.2)}.header .navbar .navbar-menu .navbar-item.navbar-dropdown.active .dropdown-menu{display:block;opacity:1;visibility:visible;transform:translateY(0);padding:8px;margin-bottom:0;max-height:500px}.header .navbar .navbar-menu .navbar-item.navbar-dropdown.active .dropdown-menu li{opacity:1;transform:translateY(0)}.header .navbar .navbar-menu .navbar-item.navbar-dropdown:not(.active) .dropdown-menu li{opacity:0;transform:translateY(-8px);transition-delay:0s}}@keyframes fadeInUp{from{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{from{opacity:0}to{opacity:1}}@keyframes scrollMove{0%{transform:translateY(0);opacity:0}50%{opacity:1}100%{transform:translateY(40px);opacity:0}}@keyframes tickerScroll{0%{transform:translateX(0)}100%{transform:translateX(-50%)}}.hero{margin-top:0;padding:0;background:var(--background);min-height:100vh;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}.hero .hero-video{position:absolute;top:50%;left:50%;min-width:100%;min-height:100%;width:auto;height:auto;transform:translate(-50%, -50%);z-index:0;object-fit:cover;opacity:.4;transition:opacity 1s ease-in-out}.hero .hero-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(to bottom, rgba(10, 10, 10, 0.85) 0%, rgba(10, 10, 10, 0.75) 50%, rgba(10, 10, 10, 0.85) 100%);z-index:1}.hero::after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:600px;height:600px;background:radial-gradient(circle, rgba(0, 255, 136, 0.08) 0%, transparent 60%);pointer-events:none;animation:fadeIn 2s ease-out;z-index:2}.hero .container{position:relative;z-index:3;width:100%}.hero .hero-content{position:relative;z-index:1;display:flex;align-items:center;justify-content:center;gap:80px;padding:0 var(--spacing-md)}.hero .hero-content .scroll-indicator{display:flex;flex-direction:column;align-items:center;gap:12px;opacity:.4}.hero .hero-content .scroll-indicator .scroll-line{width:1px;height:120px;background:linear-gradient(to bottom, transparent, var(--text-light), transparent);position:relative;overflow:hidden}.hero .hero-content .scroll-indicator .scroll-line::after{content:"";position:absolute;top:0;left:0;width:100%;height:30px;background:var(--primary-color);animation:scrollMove 2s ease-in-out infinite}.hero .hero-content .scroll-indicator .scroll-text{font-size:11px;color:var(--text-light);text-transform:uppercase;letter-spacing:2px;writing-mode:vertical-rl;font-weight:500}.hero .hero-content .hero-main{max-width:900px;text-align:center}.hero .hero-content .hero-main .hero-title{font-size:80px;line-height:1.1;margin-bottom:24px;color:var(--text-color);font-weight:500;letter-spacing:-3px;animation:fadeInUp .8s ease-out;animation-fill-mode:both}.hero .hero-content .hero-main .hero-description{font-size:22px;line-height:1.5;color:var(--text-light);margin-bottom:0;font-weight:400;animation:fadeInUp .8s ease-out .2s;animation-fill-mode:both}.hero-ticker{position:absolute;bottom:0;left:0;right:0;background:rgba(0,255,136,.1);border-top:1px solid rgba(0,255,136,.2);border-bottom:1px solid rgba(0,255,136,.2);padding:16px 0;overflow:hidden;z-index:10}.hero-ticker .ticker-content{display:flex;gap:32px;animation:tickerScroll 30s linear infinite;white-space:nowrap}.hero-ticker .ticker-content .ticker-item{font-size:14px;font-weight:500;color:var(--text-color);text-transform:uppercase;letter-spacing:1px}.hero-ticker .ticker-content .ticker-separator{color:var(--primary-color);font-size:14px}@media(max-width: 992px){.hero{min-height:100vh;padding-top:80px}.hero .hero-content{gap:32px}.hero .hero-content .scroll-indicator .scroll-line{height:100px}.hero .hero-content .hero-main .hero-title{font-size:52px;letter-spacing:-2.2px}.hero .hero-content .hero-main .hero-description{font-size:19px}.hero .hero-ticker{padding:14px 0}.hero .hero-ticker .ticker-content{gap:24px}.hero .hero-ticker .ticker-content .ticker-item{font-size:13px}}@media(max-width: 768px){.hero{min-height:100vh;padding-top:60px}.hero .hero-content{gap:20px}.hero .hero-content .scroll-indicator .scroll-line{height:80px}.hero .hero-content .scroll-indicator .scroll-text{font-size:10px}.hero .hero-content .hero-main{max-width:100%;padding:0 20px}.hero .hero-content .hero-main .hero-title{font-size:40px;letter-spacing:-1.8px;line-height:1.15}.hero .hero-content .hero-main .hero-description{font-size:17px;line-height:1.5}.hero .hero-ticker{padding:12px 0}.hero .hero-ticker .ticker-content{gap:20px;animation-duration:25s}.hero .hero-ticker .ticker-content .ticker-item{font-size:12px;letter-spacing:.8px}}@media(max-width: 576px){.hero{padding-top:50px;min-height:100vh}.hero .hero-content{gap:16px}.hero .hero-content .scroll-indicator .scroll-line{height:60px}.hero .hero-content .scroll-indicator .scroll-text{font-size:9px;letter-spacing:1.5px}.hero .hero-content .hero-main{padding:0 16px}.hero .hero-content .hero-main .hero-title{font-size:32px;letter-spacing:-1.3px;margin-bottom:16px;line-height:1.2}.hero .hero-content .hero-main .hero-description{font-size:16px;line-height:1.5}.hero .hero-ticker{padding:10px 0}.hero .hero-ticker .ticker-content{gap:16px;animation-duration:20s}.hero .hero-ticker .ticker-content .ticker-item{font-size:11px;letter-spacing:.5px}.hero .hero-ticker .ticker-content .ticker-separator{font-size:11px}}@media(max-width: 420px){.hero{padding-top:40px}.hero .hero-content{gap:12px}.hero .hero-content .scroll-indicator .scroll-line{height:50px}.hero .hero-content .hero-main{padding:0 12px}.hero .hero-content .hero-main .hero-title{font-size:28px;letter-spacing:-1px;margin-bottom:14px}.hero .hero-content .hero-main .hero-description{font-size:15px}.hero .hero-ticker{padding:8px 0}.hero .hero-ticker .ticker-content{gap:14px;animation-duration:18s}.hero .hero-ticker .ticker-content .ticker-item{font-size:10px}.hero .hero-ticker .ticker-content .ticker-separator{font-size:10px}}@media(prefers-reduced-motion: reduce){.hero::after{animation:none}.hero .hero-content .hero-main .hero-title,.hero .hero-content .hero-main .hero-description,.hero .hero-content .hero-main .hero-cta{animation:none;opacity:1;transform:none}}.why-section{background:var(--background);padding:var(--spacing-2xl) 0;position:relative;border-top:1px solid rgba(0,255,136,.2)}.why-section::after{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg, transparent, var(--primary-color) 50%, transparent);z-index:1}.why-section .container{position:relative;z-index:1}.why-section .why-content{display:grid;grid-template-columns:1fr 1fr;gap:var(--spacing-2xl);align-items:center}.why-section .why-content .why-left .why-title{font-size:48px;line-height:1.2;margin-bottom:var(--spacing-md);color:var(--text-color);font-weight:500;letter-spacing:-2px;opacity:0;transform:translateY(30px);transition:opacity .8s ease-out,transform .8s ease-out}.why-section .why-content .why-left .why-title.animate-in{opacity:1;transform:translateY(0)}.why-section .why-content .why-left .why-description{font-size:20px;line-height:1.6;color:var(--text-light);margin-bottom:var(--spacing-md);opacity:0;transform:translateY(30px);transition:opacity .8s ease-out .2s,transform .8s ease-out .2s}.why-section .why-content .why-left .why-description.animate-in{opacity:1;transform:translateY(0)}.why-section .why-content .why-left .why-text{font-size:17px;line-height:1.6;color:var(--text-light);margin-bottom:0;opacity:0;transform:translateY(30px);transition:opacity .8s ease-out .3s,transform .8s ease-out .3s}.why-section .why-content .why-left .why-text.animate-in{opacity:1;transform:translateY(0)}.why-section .why-content .why-right .why-features{display:flex;flex-direction:column;gap:var(--spacing-lg)}.why-section .why-content .why-right .why-features .feature-item{display:flex;gap:var(--spacing-md);align-items:flex-start;padding:var(--spacing-md) 0;border-bottom:1px solid var(--border-color);transition:all .3s ease;opacity:0;transform:translateX(30px)}.why-section .why-content .why-right .why-features .feature-item.animate-in{opacity:1;transform:translateX(0)}.why-section .why-content .why-right .why-features .feature-item:last-child{border-bottom:none}.why-section .why-content .why-right .why-features .feature-item:hover{padding-left:var(--spacing-sm);border-bottom-color:var(--primary-color)}.why-section .why-content .why-right .why-features .feature-item:hover .feature-number{color:var(--primary-color);opacity:1;transform:scale(1.1)}.why-section .why-content .why-right .why-features .feature-item .feature-number{font-size:32px;font-weight:600;color:var(--primary-color);opacity:.6;line-height:1;min-width:60px;transition:all .3s ease}.why-section .why-content .why-right .why-features .feature-item .feature-content{flex:1}.why-section .why-content .why-right .why-features .feature-item .feature-content .feature-title{font-size:20px;font-weight:500;color:var(--text-color);margin-bottom:6px;letter-spacing:-0.5px}.why-section .why-content .why-right .why-features .feature-item .feature-content .feature-desc{font-size:15px;color:var(--text-light);line-height:1.5;margin:0}@media(max-width: 992px){.why-section{padding:var(--spacing-xl) 0}.why-section .why-content{grid-template-columns:1fr;gap:var(--spacing-xl)}.why-section .why-content .why-left .why-title{font-size:40px;letter-spacing:-1.5px}.why-section .why-content .why-left .why-description{font-size:18px}.why-section .why-content .why-left .why-text{font-size:16px}.why-section .why-content .why-right .why-features{gap:var(--spacing-md)}.why-section .why-content .why-right .why-features .feature-item{padding:var(--spacing-sm) 0}.why-section .why-content .why-right .why-features .feature-item .feature-number{font-size:28px;min-width:50px}.why-section .why-content .why-right .why-features .feature-item .feature-content .feature-title{font-size:18px}.why-section .why-content .why-right .why-features .feature-item .feature-content .feature-desc{font-size:14px}}@media(max-width: 768px){.why-section{padding:var(--spacing-lg) 0}.why-section .why-content{gap:var(--spacing-lg);padding:0}.why-section .why-content .why-left .why-title{font-size:32px;letter-spacing:-1.2px}.why-section .why-content .why-left .why-description{font-size:17px}.why-section .why-content .why-left .why-text{font-size:15px}.why-section .why-content .why-right .why-features{gap:var(--spacing-sm)}.why-section .why-content .why-right .why-features .feature-item{padding:var(--spacing-sm) 0}.why-section .why-content .why-right .why-features .feature-item .feature-number{font-size:24px;min-width:40px}.why-section .why-content .why-right .why-features .feature-item .feature-content .feature-title{font-size:17px}.why-section .why-content .why-right .why-features .feature-item .feature-content .feature-desc{font-size:14px}}@media(max-width: 576px){.why-section .why-content .why-left .why-title{font-size:28px;margin-bottom:var(--spacing-sm)}.why-section .why-content .why-left .why-description{font-size:16px}.why-section .why-content .why-left .why-text{font-size:14px}.why-section .why-content .why-right .why-features .feature-item{gap:var(--spacing-sm)}.why-section .why-content .why-right .why-features .feature-item .feature-number{font-size:20px;min-width:35px}.why-section .why-content .why-right .why-features .feature-item .feature-content .feature-title{font-size:16px;margin-bottom:4px}.why-section .why-content .why-right .why-features .feature-item .feature-content .feature-desc{font-size:13px}}@media(prefers-reduced-motion: reduce){.why-section .why-content .why-title,.why-section .why-content .why-description,.why-section .why-content .why-stats{animation:none;opacity:1;transform:none}}.benefits-section{background:var(--background);padding:var(--spacing-2xl) 0;position:relative;overflow:hidden}.benefits-section::before{content:"";position:absolute;top:-1000px;left:50%;right:0;bottom:0;background:radial-gradient(circle at 80% 50%, rgba(0, 255, 136, 0.15) 0%, transparent 60%),radial-gradient(circle at 100% 50%, rgba(0, 255, 136, 0.1) 0%, transparent 50%),radial-gradient(circle at 70% 30%, rgba(0, 255, 136, 0.08) 0%, transparent 40%);pointer-events:none;z-index:-1;animation:benefitsGradientShift 20s ease-in-out infinite;transform:translateZ(0);will-change:transform}.benefits-section .container{position:relative;z-index:1}.benefits-section .benefits-header{text-align:center;margin-bottom:var(--spacing-2xl);max-width:700px;margin-left:auto;margin-right:auto}.benefits-section .benefits-header .benefits-label{display:inline-block;font-size:13px;font-weight:600;color:var(--primary-color);text-transform:uppercase;letter-spacing:2px;margin-bottom:var(--spacing-sm);opacity:0;transform:translateY(20px)}.benefits-section .benefits-header .benefits-title{font-size:clamp(32px,5vw,48px);line-height:1.2;color:var(--text-color);font-weight:500;letter-spacing:-2px;margin-bottom:var(--spacing-md);opacity:0;transform:translateY(30px)}.benefits-section .benefits-header .benefits-description{font-size:clamp(16px,2.5vw,20px);line-height:1.6;color:var(--text-light);opacity:0;transform:translateY(30px)}.benefits-section .benefits-timeline{position:relative;max-width:1000px;margin:0 auto var(--spacing-2xl) auto;padding:var(--spacing-xl) 0}.benefits-section .benefits-timeline .timeline-line{position:absolute;left:50%;top:0;bottom:0;width:2px;background:var(--border-color);transform:translateX(-50%);z-index:0}.benefits-section .benefits-timeline .timeline-line .timeline-progress{position:absolute;top:0;left:0;width:100%;height:0%;background:linear-gradient(to bottom, var(--primary-color), rgba(0, 255, 136, 0.8));transition:height .3s ease-out;box-shadow:0 0 10px rgba(0,255,136,.5)}.benefits-section .benefits-timeline .benefits-list{position:relative;z-index:1}.benefits-section .benefits-timeline .benefits-list .benefit-item{display:flex;align-items:center;margin-bottom:var(--spacing-2xl);opacity:0;transform:translateY(30px)}.benefits-section .benefits-timeline .benefits-list .benefit-item:last-child{margin-bottom:0}.benefits-section .benefits-timeline .benefits-list .benefit-item.benefit-left{flex-direction:row}.benefits-section .benefits-timeline .benefits-list .benefit-item.benefit-left .benefit-marker{order:2;margin-left:var(--spacing-md)}.benefits-section .benefits-timeline .benefits-list .benefit-item.benefit-left .benefit-content{order:1;text-align:center;flex:1}.benefits-section .benefits-timeline .benefits-list .benefit-item.benefit-right{flex-direction:row-reverse}.benefits-section .benefits-timeline .benefits-list .benefit-item.benefit-right .benefit-marker{order:2;margin-right:var(--spacing-md)}.benefits-section .benefits-timeline .benefits-list .benefit-item.benefit-right .benefit-content{order:1;text-align:center;flex:1}.benefits-section .benefits-timeline .benefits-list .benefit-item .benefit-marker{position:relative;width:40px;height:40px;display:flex;align-items:center;justify-content:center;flex-shrink:0;z-index:2}.benefits-section .benefits-timeline .benefits-list .benefit-item .benefit-marker .marker-dot{width:20px;height:20px;border-radius:50%;background:var(--background-alt);border:3px solid var(--border-color);transition:all .4s cubic-bezier(0.4, 0, 0.2, 1);position:relative}.benefits-section .benefits-timeline .benefits-list .benefit-item .benefit-marker .marker-dot::after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%, -50%) scale(0);width:100%;height:100%;border-radius:50%;background:var(--primary-color);transition:transform .4s cubic-bezier(0.4, 0, 0.2, 1);opacity:.3}.benefits-section .benefits-timeline .benefits-list .benefit-item.active .marker-dot{border-color:var(--primary-color);box-shadow:0 0 0 4px rgba(0,255,136,.2),0 0 20px rgba(0,255,136,.4)}.benefits-section .benefits-timeline .benefits-list .benefit-item.active .marker-dot::after{transform:translate(-50%, -50%) scale(1.5)}.benefits-section .benefits-timeline .benefits-list .benefit-item .benefit-content{max-width:400px}.benefits-section .benefits-timeline .benefits-list .benefit-item .benefit-content .benefit-title{font-size:clamp(20px,3vw,24px);font-weight:600;color:var(--text-color);margin-bottom:var(--spacing-xs);letter-spacing:-0.5px;transition:color .3s ease}.benefits-section .benefits-timeline .benefits-list .benefit-item .benefit-content .benefit-text{font-size:clamp(14px,2vw,16px);line-height:1.6;color:var(--text-light);margin:0}.benefits-section .benefits-timeline .benefits-list .benefit-item:hover .benefit-content .benefit-title{color:var(--primary-color)}.benefits-section .benefits-cta{text-align:center;margin-top:var(--spacing-2xl);opacity:0;transform:translateY(30px)}.benefits-section .benefits-cta .btn{display:inline-flex;align-items:center;gap:var(--spacing-sm);padding:16px 32px;font-size:18px;font-weight:600}.benefits-section .benefits-cta .btn svg{transition:transform .3s ease}.benefits-section .benefits-cta .btn:hover svg{transform:translateX(4px)}.benefits-section .benefits-label.animate-in,.benefits-section .benefits-title.animate-in,.benefits-section .benefits-description.animate-in{opacity:1;transform:translateY(0);transition:opacity .8s ease-out,transform .8s ease-out}.benefits-section .benefits-label.animate-in{transition-delay:.1s}.benefits-section .benefits-title.animate-in{transition-delay:.2s}.benefits-section .benefits-description.animate-in{transition-delay:.3s}.benefits-section .benefit-item.animate-in{opacity:1 !important;transform:translateY(0) !important;transition:opacity .6s ease-out,transform .6s ease-out !important}.benefits-section .benefits-cta.animate-in{opacity:1;transform:translateY(0);transition:opacity .8s ease-out,transform .8s ease-out;transition-delay:.8s}@keyframes benefitsGradientShift{0%,100%{opacity:1}50%{opacity:.8}}@media(max-width: 992px){.benefits-section{padding:var(--spacing-xl) 0}.benefits-section .benefits-header{margin-bottom:var(--spacing-xl)}.benefits-section .benefits-header .benefits-title{font-size:clamp(28px,8vw,36px);letter-spacing:-1.5px}.benefits-section .benefits-header .benefits-description{font-size:clamp(16px,4vw,18px)}.benefits-section .benefits-timeline{margin-bottom:var(--spacing-xl)}.benefits-section .benefits-timeline .timeline-line{left:30px}.benefits-section .benefits-timeline .benefits-list .benefit-item{margin-bottom:var(--spacing-xl)}.benefits-section .benefits-timeline .benefits-list .benefit-item.benefit-left,.benefits-section .benefits-timeline .benefits-list .benefit-item.benefit-right{flex-direction:row}.benefits-section .benefits-timeline .benefits-list .benefit-item.benefit-left .benefit-marker,.benefits-section .benefits-timeline .benefits-list .benefit-item.benefit-right .benefit-marker{order:1;margin:0 var(--spacing-md) 0 3px}.benefits-section .benefits-timeline .benefits-list .benefit-item.benefit-left .benefit-content,.benefits-section .benefits-timeline .benefits-list .benefit-item.benefit-right .benefit-content{order:2;text-align:left}}@media(max-width: 768px){.benefits-section{padding:var(--spacing-lg) 0}.benefits-section .benefits-header{margin-bottom:var(--spacing-lg);padding:0 var(--spacing-sm)}.benefits-section .benefits-timeline{margin-bottom:var(--spacing-lg);padding:var(--spacing-lg) 0}.benefits-section .benefits-timeline .timeline-line{left:20px}.benefits-section .benefits-timeline .benefits-list .benefit-item{margin-bottom:var(--spacing-lg)}.benefits-section .benefits-timeline .benefits-list .benefit-item .benefit-marker{width:32px;height:32px}.benefits-section .benefits-timeline .benefits-list .benefit-item .benefit-marker .marker-dot{width:16px;height:16px;border-width:2px}.benefits-section .benefits-timeline .benefits-list .benefit-item .benefit-content{max-width:100%}.benefits-section .benefits-timeline .benefits-list .benefit-item .benefit-content .benefit-title{font-size:clamp(18px,5vw,20px)}.benefits-section .benefits-timeline .benefits-list .benefit-item .benefit-content .benefit-text{font-size:clamp(13px,3.5vw,15px)}.benefits-section .benefits-cta{margin-top:var(--spacing-xl);padding:0 var(--spacing-sm)}.benefits-section .benefits-cta .btn{width:100%;justify-content:center;padding:14px 24px;font-size:16px}}.solutions-section{background:var(--background);padding:var(--spacing-2xl) 0;position:relative;overflow:visible;z-index:1;margin-top:-1px}.solutions-section::before{content:"";position:absolute;top:-300px;left:0;right:50%;bottom:0;background:radial-gradient(circle at 20% 50%, rgba(0, 255, 136, 0.05) 0%, transparent 50%);pointer-events:none;z-index:0;animation:gradientShift 15s ease-in-out infinite}.solutions-section .container{position:relative;z-index:1}.solutions-section .solutions-content{display:grid;grid-template-columns:1fr 1fr;gap:var(--spacing-2xl);align-items:center}.solutions-section .solutions-left{display:flex;justify-content:center;align-items:center;padding:20px 0}.solutions-section .solutions-left .notebook-container{perspective:1000px;width:100%;max-width:600px;opacity:0;transform:translateX(-50px) rotateY(-15deg);position:relative;filter:drop-shadow(0 20px 60px rgba(0, 0, 0, 0.6))}.solutions-section .solutions-left .notebook-container::after{content:"";position:absolute;bottom:-30px;left:5%;right:5%;height:30px;background:radial-gradient(ellipse at center, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.2) 50%, transparent 100%);border-radius:50%;z-index:0;filter:blur(10px)}.solutions-section .solutions-left .notebook{position:relative;width:100%;padding-bottom:75%;transform-style:preserve-3d;z-index:1}.solutions-section .solutions-left .notebook .notebook-screen{position:absolute;top:0;left:0;width:100%;height:58%;background:#1a1a1a;border-radius:8px 8px 0 0;border:3px solid #2a2a2a;border-bottom:2px solid #0a0a0a;transform-origin:bottom center;transform:rotateX(-85deg);box-shadow:0 10px 40px rgba(0,0,0,.5);transition:transform 1.5s cubic-bezier(0.4, 0, 0.2, 1)}.solutions-section .solutions-left .notebook .notebook-screen .webcam{position:absolute;top:8px;left:50%;transform:translateX(-50%);width:12px;height:12px;background:#0a0a0a;border-radius:50%;border:1px solid hsla(0,0%,100%,.1);z-index:10;box-shadow:inset 0 1px 2px rgba(0,0,0,.8),0 0 2px rgba(0,0,0,.5)}.solutions-section .solutions-left .notebook .notebook-screen .webcam::before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:6px;height:6px;background:radial-gradient(circle, rgba(255, 255, 255, 0.1) 0%, transparent 70%);border-radius:50%}.solutions-section .solutions-left .notebook .notebook-screen::after{content:"";position:absolute;bottom:-2px;left:0;right:0;height:4px;background:linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.1) 50%, transparent 100%);border-radius:0 0 2px 2px}.solutions-section .solutions-left .notebook .notebook-screen .screen-content{width:100%;height:100%;border-radius:4px;overflow:visible;background:#000;position:relative;padding:6px;display:flex;align-items:center;justify-content:center;box-sizing:border-box}.solutions-section .solutions-left .notebook .notebook-screen .screen-content .notebook-video{max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain;object-position:center;display:block;border-radius:2px;opacity:0;transition:opacity .5s ease-in}.solutions-section .solutions-left .notebook.opened .notebook-screen{transform:rotateX(0deg)}.solutions-section .solutions-left .notebook.opened .notebook-screen .screen-content .notebook-video{opacity:1;transition-delay:1s}.solutions-section .solutions-left .notebook .notebook-base{position:absolute;bottom:0;left:0;width:100%;height:42%;background:linear-gradient(to bottom, #2a2a2a 0%, #1a1a1a 100%);border-radius:0 0 8px 8px;border:3px solid #2a2a2a;border-top:2px solid #0a0a0a;box-shadow:0 5px 20px rgba(0,0,0,.3),inset 0 1px 0 hsla(0,0%,100%,.05);padding:18px 20px 12px 20px;display:flex;flex-direction:column;align-items:center;justify-content:space-between;overflow:hidden;box-sizing:border-box}.solutions-section .solutions-left .notebook .notebook-base::before{content:"";position:absolute;top:-2px;left:0;right:0;height:6px;background:linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.3) 20%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0.3) 80%, transparent 100%);border-radius:0}.solutions-section .solutions-left .notebook .notebook-base::after{content:"";position:absolute;top:2px;left:50%;transform:translateX(-50%);width:60%;height:3px;background:linear-gradient(to bottom, #0a0a0a 0%, #1a1a1a 50%, #0a0a0a 100%);border-radius:0 0 2px 2px;box-shadow:0 2px 4px rgba(0,0,0,.6),inset 0 1px 1px hsla(0,0%,100%,.05)}.solutions-section .solutions-left .notebook .notebook-base .keyboard{width:100%;display:flex;flex-direction:column;gap:4px;align-items:center;justify-content:flex-start;flex:1}.solutions-section .solutions-left .notebook .notebook-base .keyboard .keyboard-row{display:flex;gap:3px;justify-content:center}.solutions-section .solutions-left .notebook .notebook-base .keyboard .keyboard-row .key{display:inline-flex;align-items:center;justify-content:center;min-width:24px;height:22px;background:rgba(0,0,0,.4);border:1px solid hsla(0,0%,100%,.1);border-radius:3px;font-size:11px;font-weight:600;color:hsla(0,0%,100%,.5);font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;text-transform:uppercase;box-shadow:0 1px 2px rgba(0,0,0,.3);transition:all .2s ease}.solutions-section .solutions-left .notebook .notebook-base .keyboard .keyboard-row .key:hover{background:rgba(0,255,136,.1);border-color:rgba(0,255,136,.3);color:hsla(0,0%,100%,.7)}.solutions-section .solutions-left .notebook .notebook-base .trackpad{width:45%;height:45px;background:rgba(0,0,0,.6);border:1px solid hsla(0,0%,100%,.1);border-radius:6px;margin-top:8px;position:relative;flex-shrink:0;box-shadow:inset 0 2px 6px rgba(0,0,0,.6),0 1px 2px hsla(0,0%,100%,.05)}.solutions-section .solutions-left .notebook .notebook-base .trackpad::before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:70%;height:2px;background:hsla(0,0%,100%,.15);border-radius:1px}@keyframes notebookOpen{0%{transform:rotateY(-15deg)}100%{transform:rotateY(0deg)}}@keyframes screenOpen{0%{transform:rotateX(-90deg)}100%{transform:rotateX(0deg)}}.solutions-section .solutions-right{text-align:left}.solutions-section .solutions-right .solutions-label{display:inline-block;font-size:13px;font-weight:600;color:var(--primary-color);text-transform:uppercase;letter-spacing:2px;margin-bottom:var(--spacing-sm);opacity:0;transform:translateY(20px)}.solutions-section .solutions-right .solutions-title{font-size:48px;line-height:1.2;margin-bottom:var(--spacing-md);color:var(--text-color);font-weight:500;letter-spacing:-2px;opacity:0;transform:translateY(30px)}.solutions-section .solutions-right .solutions-description{font-size:20px;line-height:1.6;color:var(--text-light);margin-bottom:var(--spacing-md);opacity:0;transform:translateY(30px)}.solutions-section .solutions-right .solutions-text{font-size:17px;line-height:1.6;color:var(--text-light);margin-bottom:var(--spacing-lg);opacity:0;transform:translateY(30px)}.solutions-section .solutions-right .solutions-stats{display:flex;justify-content:flex-start;gap:var(--spacing-xl);flex-wrap:wrap;opacity:0;transform:translateY(30px)}.solutions-section .solutions-right .solutions-stats .stat-item{text-align:center}.solutions-section .solutions-right .solutions-stats .stat-item .stat-number{display:block;font-size:36px;font-weight:700;color:var(--primary-color);line-height:1;margin-bottom:var(--spacing-xs)}.solutions-section .solutions-right .solutions-stats .stat-item .stat-label{display:block;font-size:14px;color:var(--text-light);text-transform:uppercase;letter-spacing:1px}@keyframes gradientShift{0%,100%{opacity:1}50%{opacity:.8}}.solutions-section .solutions-label.animate-in,.solutions-section .solutions-title.animate-in,.solutions-section .solutions-description.animate-in,.solutions-section .solutions-text.animate-in,.solutions-section .solutions-stats.animate-in{opacity:1;transform:translateY(0);transition:opacity .8s ease-out,transform .8s ease-out}.solutions-section .notebook-container.animate-in{opacity:1;transform:translateX(0) rotateY(0deg);transition:opacity 1s ease-out,transform 1s ease-out}.solutions-section .notebook-container.animate-in .notebook{animation:notebookOpen 1.5s ease-out forwards;animation-delay:.3s}@media(max-width: 992px){.solutions-section{padding:var(--spacing-xl) 0;overflow:visible}.solutions-section::before{display:block;top:0;left:0;right:0;bottom:0;height:100%;width:100%;z-index:0}.solutions-section .solutions-content{grid-template-columns:1fr;gap:var(--spacing-xl)}.solutions-section .solutions-right{text-align:left}.solutions-section .solutions-right .solutions-stats{justify-content:flex-start}.solutions-section .solutions-left{order:2;position:relative;z-index:1}.solutions-section .solutions-left .notebook-container{position:relative;z-index:1}.solutions-section .solutions-right{order:1}}@media(max-width: 768px){.solutions-section{padding:var(--spacing-lg) 0}.solutions-section .solutions-content{gap:var(--spacing-lg)}.solutions-section .solutions-left{padding:15px 0}.solutions-section .solutions-left .notebook-container{max-width:100%}.solutions-section .solutions-left .notebook-base{padding:10px 14px 10px 14px;height:45%;justify-content:space-between;overflow:hidden}.solutions-section .solutions-left .notebook-base .keyboard{gap:2px;margin-top:0;flex:0 0 auto}.solutions-section .solutions-left .notebook-base .keyboard .keyboard-row{gap:2px}.solutions-section .solutions-left .notebook-base .keyboard .keyboard-row .key{min-width:16px;height:14px;font-size:7px}.solutions-section .solutions-left .notebook-base .trackpad{width:45%;height:32px;margin-top:4px;margin-bottom:0;flex-shrink:0;align-self:center}.solutions-section .solutions-right .solutions-title{font-size:36px;letter-spacing:-1.5px}.solutions-section .solutions-right .solutions-description{font-size:18px}.solutions-section .solutions-right .solutions-text{font-size:16px}.solutions-section .solutions-right .solutions-stats{gap:var(--spacing-md);flex-direction:row;flex-wrap:nowrap;justify-content:space-between}.solutions-section .solutions-right .solutions-stats .stat-item{flex:1 1 auto;display:flex;flex-direction:column;align-items:center;gap:var(--spacing-xs);text-align:center}.solutions-section .solutions-right .solutions-stats .stat-item .stat-number{font-size:28px;margin-bottom:0;flex-shrink:0}.solutions-section .solutions-right .solutions-stats .stat-item .stat-label{font-size:12px}}@media(max-width: 576px){.solutions-section .solutions-left .notebook-base{padding:8px 12px 8px 12px;height:48%;overflow:hidden;justify-content:space-between}.solutions-section .solutions-left .notebook-base .keyboard{margin-top:0}.solutions-section .solutions-left .notebook-base .keyboard .keyboard-row .key{min-width:14px;height:12px;font-size:6px}.solutions-section .solutions-left .notebook-base .trackpad{width:45%;height:28px;margin-top:4px;margin-bottom:0;align-self:center}.solutions-section .solutions-right .solutions-title{font-size:28px;letter-spacing:-1px}.solutions-section .solutions-right .solutions-description{font-size:17px}.solutions-section .solutions-right .solutions-text{font-size:15px}.solutions-section .solutions-right .solutions-stats{flex-direction:row;gap:var(--spacing-sm);flex-wrap:nowrap;justify-content:space-between}.solutions-section .solutions-right .solutions-stats .stat-item{flex:1 1 auto;flex-direction:column;align-items:center;gap:var(--spacing-xs);text-align:center}.solutions-section .solutions-right .solutions-stats .stat-item .stat-number{font-size:24px}.solutions-section .solutions-right .solutions-stats .stat-item .stat-label{font-size:11px}}body,html{overflow-x:hidden !important;width:100%;max-width:100%;box-sizing:border-box}*{box-sizing:border-box}.notebook-fixed{position:fixed !important;z-index:1000 !important;pointer-events:none !important;will-change:transform,opacity;transform-origin:center center}.notebook-fixed .notebook-container{width:100% !important;max-width:600px !important;perspective:1000px !important;filter:drop-shadow(0 20px 60px rgba(0, 0, 0, 0.6)) !important;position:relative !important;opacity:1 !important;transform:none !important}.notebook-fixed .notebook-container::after{content:"" !important;position:absolute !important;bottom:-30px !important;left:5% !important;right:5% !important;height:30px !important;background:radial-gradient(ellipse at center, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.2) 50%, transparent 100%) !important;border-radius:50% !important;z-index:0 !important;filter:blur(10px) !important}.notebook-fixed .notebook{position:relative !important;width:100% !important;padding-bottom:75% !important;transform-style:preserve-3d !important;z-index:1 !important}.notebook-fixed .notebook-screen{position:absolute !important;top:0 !important;left:0 !important;width:100% !important;height:58% !important;background:#1a1a1a !important;border-radius:8px 8px 0 0 !important;border:3px solid #2a2a2a !important;border-bottom:2px solid #0a0a0a !important;transform-origin:bottom center !important;transform:rotateX(0deg) !important;box-shadow:0 10px 40px rgba(0,0,0,.5) !important}.notebook-fixed .notebook-screen .webcam{position:absolute !important;top:8px !important;left:50% !important;transform:translateX(-50%) !important;width:12px !important;height:12px !important;background:#0a0a0a !important;border-radius:50% !important;border:1px solid hsla(0,0%,100%,.1) !important;z-index:10 !important}.notebook-fixed .screen-content{width:100% !important;height:100% !important;border-radius:4px !important;overflow:visible !important;background:#000 !important;position:relative !important;padding:6px !important;display:flex !important;align-items:center !important;justify-content:center !important;box-sizing:border-box !important}.notebook-fixed .screen-content .notebook-video{max-width:100% !important;max-height:100% !important;width:auto !important;height:auto !important;object-fit:contain !important;object-position:center !important;display:block !important;border-radius:2px !important;opacity:1 !important}.notebook-fixed .notebook-base{position:absolute !important;bottom:0 !important;left:0 !important;width:100% !important;height:42% !important;background:linear-gradient(to bottom, #2a2a2a 0%, #1a1a1a 100%) !important;border-radius:0 0 8px 8px !important;border:3px solid #2a2a2a !important;border-top:2px solid #0a0a0a !important;box-shadow:0 5px 20px rgba(0,0,0,.3),inset 0 1px 0 hsla(0,0%,100%,.05) !important;padding:18px 20px 12px 20px !important;display:flex !important;flex-direction:column !important;align-items:center !important;justify-content:space-between !important;overflow:hidden !important;box-sizing:border-box !important}.notebook-fixed .notebook-base::before{content:"" !important;position:absolute !important;top:-2px !important;left:0 !important;right:0 !important;height:6px !important;background:linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.3) 20%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0.3) 80%, transparent 100%) !important;border-radius:0 !important}.notebook-fixed .notebook-base::after{content:"" !important;position:absolute !important;top:2px !important;left:50% !important;transform:translateX(-50%) !important;width:60% !important;height:3px !important;background:linear-gradient(to bottom, #0a0a0a 0%, #1a1a1a 50%, #0a0a0a 100%) !important;border-radius:0 0 2px 2px !important;box-shadow:0 2px 4px rgba(0,0,0,.6),inset 0 1px 1px hsla(0,0%,100%,.05) !important}.notebook-fixed .keyboard{width:100% !important;display:flex !important;flex-direction:column !important;gap:4px !important;align-items:center !important;justify-content:flex-start !important;flex:1 !important}.notebook-fixed .keyboard .keyboard-row{display:flex !important;gap:3px !important;justify-content:center !important}.notebook-fixed .keyboard .keyboard-row .key{display:inline-flex !important;align-items:center !important;justify-content:center !important;min-width:24px !important;height:22px !important;background:rgba(0,0,0,.4) !important;border:1px solid hsla(0,0%,100%,.1) !important;border-radius:3px !important;font-size:11px !important;font-weight:600 !important;color:hsla(0,0%,100%,.5) !important;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif !important;text-transform:uppercase !important;box-shadow:0 1px 2px rgba(0,0,0,.3) !important}.notebook-fixed .trackpad{width:45% !important;height:45px !important;background:rgba(0,0,0,.6) !important;border:1px solid hsla(0,0%,100%,.1) !important;border-radius:6px !important;margin-top:8px !important;position:relative !important;flex-shrink:0 !important;box-shadow:inset 0 2px 6px rgba(0,0,0,.6),0 1px 2px hsla(0,0%,100%,.05) !important}.notebook-fixed .trackpad::before{content:"" !important;position:absolute !important;top:50% !important;left:50% !important;transform:translate(-50%, -50%) !important;width:70% !important;height:2px !important;background:hsla(0,0%,100%,.15) !important;border-radius:1px !important}.notebook-fixed *{pointer-events:none}.new-section{background:var(--background);overflow-x:hidden !important;overflow-y:visible;width:100%;max-width:100%;padding:var(--spacing-xl) 0;position:relative;min-height:70vh;margin-top:-1px;z-index:2}.new-section .container{position:relative;z-index:1;overflow-x:hidden !important;overflow-y:visible;max-width:var(--container-width);margin:0 auto;padding:0 var(--spacing-md);box-sizing:border-box}@media(min-width: 993px){.new-section .container{max-width:var(--container-width);width:100%}}.new-section .new-section-content{display:grid;grid-template-columns:1fr 1.2fr !important;gap:calc(var(--spacing-2xl) + var(--spacing-2xl) + var(--spacing-2xl) + var(--spacing-2xl));align-items:center;min-height:60vh;overflow-x:hidden !important;width:100%;max-width:100%;box-sizing:border-box}@media(min-width: 993px){.new-section .new-section-content{max-width:100%}}.new-section .new-section-left{text-align:left;max-width:600px;padding-right:var(--spacing-2xl);box-sizing:border-box}.new-section .new-section-left .new-section-label{display:inline-block;font-size:13px;font-weight:600;color:var(--primary-color);text-transform:uppercase;letter-spacing:2px;margin-bottom:var(--spacing-sm);opacity:0;transform:translateY(20px)}.new-section .new-section-left .new-section-title{font-size:48px;line-height:1.2;margin-bottom:var(--spacing-md);color:var(--text-color);font-weight:500;letter-spacing:-2px;opacity:0;transform:translateY(30px)}.new-section .new-section-left .new-section-description{font-size:20px;line-height:1.6;color:var(--text-light);margin-bottom:var(--spacing-sm);opacity:0;transform:translateY(30px)}.new-section .new-section-left .new-section-features{display:grid;grid-template-columns:repeat(2, auto);gap:var(--spacing-md);margin-top:0;min-height:300px;padding-bottom:var(--spacing-lg);padding-top:0;padding-left:0;padding-right:0;overflow:visible !important;justify-content:start}.new-section .new-section-left .new-section-features .feature-card{background:var(--background-card);border:1px solid var(--border-color);border-radius:8px;padding:var(--spacing-md);transition:all .3s ease,opacity .6s ease-out,transform .6s ease-out;opacity:0;transform:translateY(20px);cursor:pointer;position:relative;overflow:hidden;min-height:140px;width:270px;max-width:100%;box-sizing:border-box;margin:0 8px 8px 0}.new-section .new-section-left .new-section-features .feature-card:first-child{margin-left:0}.new-section .new-section-left .new-section-features .feature-card:nth-child(-n+2){margin-top:0}.new-section .new-section-left .new-section-features .feature-card::before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg, transparent, rgba(0, 255, 136, 0.1), transparent);transition:left .5s ease}.new-section .new-section-left .new-section-features .feature-card:hover{border-color:var(--primary-color);transform:translateY(-4px);box-shadow:0 8px 24px rgba(0,255,136,.15)}.new-section .new-section-left .new-section-features .feature-card:hover::before{left:100%}.new-section .new-section-left .new-section-features .feature-card:hover .feature-icon{color:var(--primary-color);transform:scale(1.1) rotate(5deg)}.new-section .new-section-left .new-section-features .feature-card:hover .feature-card-title{color:var(--primary-color)}.new-section .new-section-left .new-section-features .feature-card .feature-icon{width:40px;height:40px;display:flex;align-items:center;justify-content:center;color:var(--text-light);margin-bottom:var(--spacing-sm);transition:all .3s ease}.new-section .new-section-left .new-section-features .feature-card .feature-icon svg{width:24px;height:24px}.new-section .new-section-left .new-section-features .feature-card .feature-card-title{font-size:18px;font-weight:600;color:var(--text-color);margin-bottom:6px;transition:color .3s ease;letter-spacing:-0.5px}.new-section .new-section-left .new-section-features .feature-card .feature-card-desc{font-size:14px;color:var(--text-light);line-height:1.5;margin:0}.new-section .new-section-right{position:relative;height:100%;min-height:400px;display:flex;align-items:center;justify-content:center}.new-section .new-section-right .notebook-fixed-container{position:relative;width:100%;height:100%;pointer-events:none;display:flex;align-items:center;justify-content:center}.new-section .new-section-right .notebook-fixed-container .notebook-fixed{position:absolute;top:50%;right:5%;transform:translate(-50%, -50%) rotate(0deg);transform-origin:center center;width:100%;max-width:450px;opacity:0;transition:opacity .3s ease;z-index:1000;pointer-events:none;will-change:transform,opacity}.new-section .new-section-right .notebook-fixed-container .notebook-fixed .notebook-container{width:100%;max-width:450px}.new-section .new-section-label.animate-in,.new-section .new-section-title.animate-in,.new-section .new-section-description.animate-in{opacity:1;transform:translateY(0);transition:opacity .8s ease-out,transform .8s ease-out}.new-section .feature-card.animate-in{opacity:1 !important;transform:translateY(0) scale(1) !important;filter:blur(0) !important;transition:opacity .6s ease-out,transform .6s ease-out,all .3s ease !important}@media(max-width: 992px){.new-section .new-section .new-section-features .feature-card:not(.animate-in){opacity:0 !important;transform:translateY(30px) scale(0.95) !important;filter:blur(4px)}.new-section .new-section .new-section-features .feature-card.animate-in{opacity:1 !important;transform:translateY(0) scale(1) !important;filter:blur(0) !important;animation:cardSlideInMobile .8s cubic-bezier(0.34, 1.56, 0.64, 1) forwards,cardFadeInMobile .8s ease-out forwards !important}}@keyframes cardSlideInMobile{0%{opacity:0 !important;transform:translateY(30px) scale(0.95) !important}60%{opacity:.8 !important;transform:translateY(-5px) scale(1.02) !important}100%{opacity:1 !important;transform:translateY(0) scale(1) !important}}@keyframes cardFadeInMobile{0%{opacity:0 !important;filter:blur(4px)}100%{opacity:1 !important;filter:blur(0)}}@keyframes gradientShift{0%,100%{opacity:1}50%{opacity:.8}}@media(max-width: 992px){.new-section{padding:var(--spacing-lg) 0 var(--spacing-xl) 0;overflow:visible;overflow-x:hidden !important;width:100%;max-width:100%;position:relative}.new-section .new-section-content{display:flex;flex-direction:column;gap:var(--spacing-sm);min-height:auto;padding:0 !important;padding-bottom:0 !important;margin-bottom:0 !important;overflow-x:hidden !important;overflow-y:visible;width:100%;max-width:100%;box-sizing:border-box}.new-section .container{overflow-x:hidden !important;overflow-y:visible !important;width:100%;max-width:100%;padding-left:var(--spacing-md);padding-right:var(--spacing-md);box-sizing:border-box}.new-section .new-section-label,.new-section .new-section-title,.new-section .new-section-description{padding-left:var(--spacing-md);padding-right:var(--spacing-md);box-sizing:border-box}.new-section .new-section-left{text-align:center;display:contents}.new-section .new-section-left .new-section-label{order:1;text-align:center;margin-bottom:var(--spacing-sm)}.new-section .new-section-left .new-section-title{order:2;text-align:center;margin-bottom:var(--spacing-md)}.new-section .new-section-left .new-section-description{order:3;text-align:center;margin-bottom:var(--spacing-sm) !important}.new-section .new-section-left .new-section-features{grid-template-columns:1fr;gap:var(--spacing-md) !important;order:5;margin-top:8px !important;padding-top:0 !important;padding-left:8px !important;padding-right:8px !important;overflow:visible !important;width:100%;max-width:100%;box-sizing:border-box}.new-section .new-section-left .new-section-features .feature-card:last-child{margin-bottom:0}.new-section .new-section-left .new-section-features .feature-card{text-align:center;width:calc(100% - 16px) !important;max-width:100% !important;box-sizing:border-box;overflow:visible !important;margin:0 auto var(--spacing-md) auto !important;padding:var(--spacing-md);position:relative;transition:none !important;border-color:var(--border-color) !important;box-shadow:none !important}.new-section .new-section-left .new-section-features .feature-card:not(.animate-in){opacity:0 !important;transform:translateY(30px) scale(0.95) !important;filter:blur(4px)}.new-section .new-section-left .new-section-features .feature-card.animate-in{opacity:1 !important;transform:translateY(0) scale(1) !important;filter:blur(0) !important;animation:cardSlideInMobile .8s cubic-bezier(0.34, 1.56, 0.64, 1) forwards,cardFadeInMobile .8s ease-out forwards !important}.new-section .new-section-left .new-section-features .feature-card::before{content:"" !important;position:absolute !important;top:0 !important;left:-120% !important;width:100% !important;height:100% !important;background:linear-gradient(90deg, transparent, rgba(0, 255, 136, 0.1), transparent) !important;transition:left .8s ease .8s !important;z-index:1 !important;pointer-events:none !important}.new-section .new-section-left .new-section-features .feature-card .feature-icon{margin-left:auto;margin-right:auto;margin-bottom:var(--spacing-sm);color:var(--text-light) !important;transform:scale(1) rotate(0deg) !important;transition:all .5s ease .8s !important}.new-section .new-section-left .new-section-features .feature-card .feature-card-title{text-align:center;color:var(--text-color) !important;transition:color .5s ease .8s !important}.new-section .new-section-left .new-section-features .feature-card .feature-card-desc{text-align:center}.new-section .new-section-left .new-section-features .feature-card.animate-in{border-color:var(--primary-color) !important;box-shadow:0 8px 24px rgba(0,255,136,.15) !important;transition:border-color .5s ease .8s,box-shadow .5s ease .8s !important;margin:0 auto var(--spacing-md) auto !important;width:calc(100% - 16px) !important;overflow:visible !important}.new-section .new-section-left .new-section-features .feature-card.animate-in::before{left:120% !important}.new-section .new-section-left .new-section-features .feature-card.animate-in .feature-icon{color:var(--primary-color) !important;transform:scale(1.1) rotate(5deg) !important}.new-section .new-section-left .new-section-features .feature-card.animate-in .feature-card-title{color:var(--primary-color) !important}.new-section .new-section-right{order:4;min-height:400px;margin-top:var(--spacing-sm) !important;margin-bottom:8px !important;position:relative;z-index:1}.new-section .new-section-right .notebook-fixed-container{position:relative;z-index:1;display:flex;align-items:center;justify-content:center;width:100%;left:0;right:0;margin:0;padding:0}.new-section .new-section-right .notebook-fixed-container .notebook-fixed{position:relative;top:auto;right:auto;left:auto;transform:rotate(-15deg);margin:0 auto;z-index:1;display:block;width:100%;max-width:100%}}@media(max-width: 768px){.new-section .new-section-left .new-section-title{font-size:36px;letter-spacing:-1.5px}.new-section .new-section-left .new-section-description{font-size:18px}.new-section .new-section-right{min-height:300px}}.projects-ticker-top{width:100%;background:rgba(0,255,136,.1);border-top:1px solid rgba(0,255,136,.2);border-bottom:1px solid rgba(0,255,136,.2);padding:14px 0;overflow:hidden;position:relative;z-index:2;box-sizing:border-box}.projects-ticker-top::before,.projects-ticker-top::after{content:"";position:absolute;top:0;bottom:0;width:100px;z-index:2;pointer-events:none}.projects-ticker-top::before{left:0;background:linear-gradient(to right, var(--background-alt), transparent)}.projects-ticker-top::after{right:0;background:linear-gradient(to left, var(--background-alt), transparent)}.projects-ticker-top .projects-ticker-top-content{display:flex;gap:40px;animation:projectsTickerScroll 40s linear infinite;white-space:nowrap;padding:0 var(--spacing-md)}.projects-ticker-top .projects-ticker-top-content .projects-ticker-top-item{font-size:15px;font-weight:500;color:var(--text-color);text-transform:uppercase;letter-spacing:1.5px}.projects-ticker-top .projects-ticker-top-content .projects-ticker-top-separator{color:var(--primary-color);font-size:15px}.projects-section{background:var(--background-alt);overflow-x:hidden !important;overflow-y:visible;width:100%;max-width:100%;padding:var(--spacing-2xl) 0 0 0;position:relative;min-height:70vh;margin-top:0;z-index:1;box-sizing:border-box}.projects-section::before{content:"";position:absolute;top:-1000px;left:0;right:50%;bottom:0;background:radial-gradient(circle at 20% 50%, rgba(0, 255, 136, 0.08) 0%, transparent 50%),radial-gradient(circle at 0% 50%, rgba(0, 255, 136, 0.05) 0%, transparent 50%);pointer-events:none;z-index:-1;animation:projectsGradientShift 20s ease-in-out infinite;transform:translateZ(0);will-change:transform}.projects-section .container{max-width:var(--container-width);margin:0 auto;padding:0 var(--spacing-md);position:relative;z-index:1;overflow-x:hidden !important;overflow-y:visible;box-sizing:border-box}.projects-section .projects-header-row{display:grid;grid-template-columns:1fr 1fr;gap:calc(var(--spacing-2xl) + var(--spacing-xl));align-items:stretch;margin-bottom:var(--spacing-xl)}.projects-section .projects-header-left{text-align:left;display:flex;flex-direction:column;gap:13px;height:100%;justify-content:flex-start}.projects-section .projects-header-left .projects-label{display:inline-block;font-size:13px;font-weight:600;color:var(--primary-color);text-transform:uppercase;letter-spacing:2px;opacity:0;transform:translateY(20px);align-self:flex-start;margin-bottom:0}.projects-section .projects-header-left .projects-title{font-size:clamp(32px,5vw,48px);line-height:1.2;color:var(--text-color);font-weight:500;letter-spacing:-2px;opacity:0;transform:translateY(30px);margin:0}.projects-section .projects-header-left .projects-description{font-size:clamp(16px,2.5vw,20px);line-height:1.6;color:var(--text-light);opacity:0;transform:translateY(30px);margin:0}.projects-section .projects-header-left .projects-benefits{display:grid;grid-template-columns:1fr;gap:15px;margin-top:10px;flex:1;justify-content:flex-start;align-content:flex-start}.projects-section .projects-header-left .projects-benefits .benefit-card{background:var(--background-card);border:1px solid var(--border-color);border-radius:6px;padding:10px 12px;transition:all .4s cubic-bezier(0.4, 0, 0.2, 1);opacity:0;transform:translateY(20px);cursor:pointer;position:relative;overflow:hidden;display:flex;flex-direction:column;gap:6px}.projects-section .projects-header-left .projects-benefits .benefit-card::before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg, transparent, rgba(0, 255, 136, 0.15), transparent);transition:left .6s ease;z-index:0}.projects-section .projects-header-left .projects-benefits .benefit-card:hover{border-color:var(--primary-color);transform:translateY(-4px);box-shadow:0 12px 32px rgba(0,255,136,.2),0 0 0 1px rgba(0,255,136,.1)}.projects-section .projects-header-left .projects-benefits .benefit-card:hover::before{left:100%}.projects-section .projects-header-left .projects-benefits .benefit-card:hover .benefit-icon{color:var(--primary-color);transform:scale(1.15) rotate(5deg)}.projects-section .projects-header-left .projects-benefits .benefit-card:hover .benefit-title{color:var(--primary-color)}.projects-section .projects-header-left .projects-benefits .benefit-card:active{transform:translateY(-2px)}.projects-section .projects-header-left .projects-benefits .benefit-card .benefit-icon{width:28px;height:28px;display:flex;align-items:center;justify-content:center;color:var(--text-light);transition:all .4s cubic-bezier(0.4, 0, 0.2, 1);position:relative;z-index:1;flex-shrink:0}.projects-section .projects-header-left .projects-benefits .benefit-card .benefit-icon svg{width:18px;height:18px;stroke-width:2}.projects-section .projects-header-left .projects-benefits .benefit-card .benefit-title{font-size:15px;font-weight:600;color:var(--text-color);transition:color .3s ease;letter-spacing:-0.3px;line-height:1.3;margin:0;position:relative;z-index:1}.projects-section .projects-header-left .projects-benefits .benefit-card .benefit-desc{font-size:12px;color:var(--text-light);line-height:1.4;margin:0;position:relative;z-index:1}.projects-section .projects-header-right{position:sticky;top:var(--spacing-xl);height:fit-content;display:flex;align-items:flex-start;justify-content:center}.projects-section .projects-header-right .projects-image-wrapper{position:relative;width:100%;opacity:0;transform:translateX(40px) scale(0.95);transition:opacity .8s ease-out,transform .8s ease-out;filter:blur(10px)}.projects-section .projects-header-right .projects-image-wrapper.visible{opacity:1;transform:translateX(0) scale(1);filter:blur(0)}.projects-section .projects-header-right .projects-image-wrapper .projects-image{width:100%;height:auto;display:block;object-fit:contain;background:rgba(0,0,0,0);filter:drop-shadow(2px 10px 20px #123f2a);transition:transform .4s ease}.projects-section .projects-header-left .projects-label.animate-in,.projects-section .projects-header-left .projects-title.animate-in,.projects-section .projects-header-left .projects-description.animate-in{opacity:1;transform:translateY(0);transition:opacity .8s ease-out,transform .8s ease-out}.projects-section .projects-header-left .projects-label.animate-in{transition-delay:.1s}.projects-section .projects-header-left .projects-title.animate-in{transition-delay:.2s}.projects-section .projects-header-left .projects-description.animate-in{transition-delay:.3s}.projects-section .benefit-card.animate-in{opacity:1 !important;transform:translateY(0) !important;filter:blur(0) !important;transition:opacity .6s ease-out,transform .6s ease-out,all .4s cubic-bezier(0.4, 0, 0.2, 1) !important}@media(max-width: 768px){.projects-section .projects-section .projects-header-right .projects-image-wrapper{transform:translateY(20px) scale(0.95) !important}.projects-section .projects-section .projects-header-right .projects-image-wrapper.visible{transform:translateY(0) scale(1) !important}.projects-section .projects-section .benefit-card{transform:translateY(20px) !important}.projects-section .projects-section .benefit-card.animate-in{transform:translateY(0) !important}}.projects-ticker-wrapper{width:100%;overflow-x:hidden !important;background:var(--background-alt);position:relative;box-sizing:border-box}.projects-ticker-wrapper .projects-ticker{width:100%;margin:0;background:rgba(0,255,136,.1);border-top:1px solid rgba(0,255,136,.2);border-bottom:1px solid rgba(0,255,136,.2);padding:18px 0;overflow:hidden;box-sizing:border-box;position:relative}.projects-ticker-wrapper .projects-ticker::before,.projects-ticker-wrapper .projects-ticker::after{content:"";position:absolute;top:0;bottom:0;width:100px;z-index:2;pointer-events:none}.projects-ticker-wrapper .projects-ticker::before{left:0;background:linear-gradient(to right, var(--background-alt), transparent)}.projects-ticker-wrapper .projects-ticker::after{right:0;background:linear-gradient(to left, var(--background-alt), transparent)}.projects-ticker-wrapper .projects-ticker .projects-ticker-content{display:flex;gap:32px;animation:projectsTickerScroll 40s linear infinite;white-space:nowrap;padding:0 var(--spacing-md);will-change:transform}.projects-ticker-wrapper .projects-ticker .projects-ticker-content .projects-ticker-item{font-size:14px;font-weight:500;color:var(--text-color);text-transform:uppercase;letter-spacing:1.5px;flex-shrink:0}.projects-ticker-wrapper .projects-ticker .projects-ticker-content .projects-ticker-separator{color:var(--primary-color);font-size:14px;flex-shrink:0}@keyframes projectsGradientShift{0%,100%{opacity:1}50%{opacity:.8}}@keyframes projectsTickerScroll{0%{transform:translateX(0)}100%{transform:translateX(-50%)}}@media(max-width: 992px){.projects-ticker-top{padding:12px 0}.projects-ticker-top .projects-ticker-top-content{gap:30px}.projects-ticker-top .projects-ticker-top-content .projects-ticker-top-item{font-size:14px;letter-spacing:1px}.projects-ticker-top .projects-ticker-top-content .projects-ticker-top-separator{font-size:14px}.projects-section{padding:var(--spacing-xl) 0 0 0;min-height:auto}.projects-section::before{top:0;left:0;right:0}.projects-section .container{padding:0 var(--spacing-md)}.projects-section .projects-header-row{display:flex;flex-direction:column;gap:var(--spacing-xl);margin-bottom:var(--spacing-lg)}.projects-section .projects-header-left{text-align:center;gap:var(--spacing-md);align-items:center}.projects-section .projects-header-left .projects-label{align-self:center}.projects-section .projects-header-left .projects-title{font-size:clamp(28px,8vw,36px);letter-spacing:-1.5px}.projects-section .projects-header-left .projects-description{font-size:clamp(16px,4vw,18px)}.projects-section .projects-header-left .projects-benefits{gap:var(--spacing-md);margin-top:var(--spacing-lg)}.projects-section .projects-header-right{position:relative;top:auto;order:-1}.projects-section .projects-header-right .projects-image-wrapper{transform:translateY(30px) scale(0.95)}.projects-section .projects-header-right .projects-image-wrapper.visible{transform:translateY(0) scale(1)}.projects-ticker-wrapper .projects-ticker{padding:16px 0}.projects-ticker-wrapper .projects-ticker .projects-ticker-content{gap:24px;padding:0 var(--spacing-md);animation-duration:35s}.projects-ticker-wrapper .projects-ticker .projects-ticker-content .projects-ticker-item{font-size:13px;letter-spacing:1px}}@media(max-width: 768px){.projects-ticker-top{padding:10px 0}.projects-ticker-top::before,.projects-ticker-top::after{width:50px}.projects-ticker-top .projects-ticker-top-content{gap:20px;padding:0 var(--spacing-sm);animation-duration:30s}.projects-ticker-top .projects-ticker-top-content .projects-ticker-top-item{font-size:11px;letter-spacing:1px}.projects-ticker-top .projects-ticker-top-content .projects-ticker-top-separator{font-size:11px}.projects-section{padding:var(--spacing-2xl) 0 var(--spacing-2xl) 0;overflow-x:hidden !important;width:100%;max-width:100vw;box-sizing:border-box}.projects-section .container{padding:0 var(--spacing-sm);overflow-x:hidden !important;width:100%;max-width:100%;box-sizing:border-box}.projects-section .projects-header-row{display:flex;flex-direction:column;gap:var(--spacing-sm);margin-bottom:0;width:100%;max-width:100%;box-sizing:border-box}.projects-section .projects-header-left{gap:var(--spacing-xs);display:contents}.projects-section .projects-header-left .projects-label{font-size:11px;letter-spacing:1.5px;order:1;display:block !important;visibility:visible !important;opacity:1 !important;transform:translateY(0) !important;margin-bottom:var(--spacing-xs)}.projects-section .projects-header-left .projects-title{font-size:clamp(22px,6.5vw,26px);letter-spacing:-0.8px;line-height:1.25;order:2;display:block !important;visibility:visible !important;opacity:1 !important;transform:translateY(0) !important;margin-bottom:var(--spacing-xs)}.projects-section .projects-header-left .projects-description{font-size:clamp(14px,4vw,16px);line-height:1.4;order:3;display:block !important;visibility:visible !important;opacity:1 !important;transform:translateY(0) !important;margin-bottom:var(--spacing-xs)}.projects-section .projects-header-left .projects-benefits{gap:var(--spacing-xs);margin-top:0;order:5;display:grid}.projects-section .projects-header-left .projects-benefits .benefit-card{padding:var(--spacing-sm);gap:6px}.projects-section .projects-header-left .projects-benefits .benefit-card .benefit-icon{width:32px;height:32px}.projects-section .projects-header-left .projects-benefits .benefit-card .benefit-icon svg{width:18px;height:18px}.projects-section .projects-header-left .projects-benefits .benefit-card .benefit-title{font-size:clamp(14px,4vw,15px);line-height:1.3}.projects-section .projects-header-left .projects-benefits .benefit-card .benefit-desc{font-size:clamp(12px,3.5vw,13px);line-height:1.4}.projects-section .projects-header-right{order:4;margin-top:var(--spacing-xs);margin-bottom:var(--spacing-sm);display:block;overflow:visible !important;width:100%;max-width:100%;box-sizing:border-box;position:relative;padding:0 20px}.projects-section .projects-header-right .projects-image-wrapper{width:100%;max-width:100%;overflow:visible !important;box-sizing:border-box;position:relative;opacity:0;transform:translateY(20px) scale(0.95);transition:opacity .8s ease-out,transform .8s ease-out;filter:blur(10px)}.projects-section .projects-header-right .projects-image-wrapper.visible{opacity:1;transform:translateY(0) scale(1);filter:blur(0)}.projects-section .projects-header-right .projects-image-wrapper .projects-image{width:100%;height:auto;max-width:100%;border-radius:8px;box-shadow:none;filter:drop-shadow(2px 10px 20px #123f2a);display:block;box-sizing:border-box;object-fit:contain}.projects-section .projects-header-left .projects-benefits{overflow:hidden !important;width:100%;max-width:100%;box-sizing:border-box}.projects-section .projects-header-left .projects-benefits .benefit-card{overflow:hidden !important;width:100%;max-width:100%;box-sizing:border-box}.projects-section .projects-header-left .projects-benefits{margin-top:var(--spacing-xs)}.projects-ticker-wrapper .projects-ticker{padding:14px 0}.projects-ticker-wrapper .projects-ticker::before,.projects-ticker-wrapper .projects-ticker::after{width:50px}.projects-ticker-wrapper .projects-ticker .projects-ticker-content{gap:20px;padding:0 var(--spacing-sm);animation-duration:30s}.projects-ticker-wrapper .projects-ticker .projects-ticker-content .projects-ticker-item{font-size:12px;letter-spacing:1px}.projects-ticker-wrapper .projects-ticker .projects-ticker-content .projects-ticker-separator{font-size:12px}}@media(max-width: 480px){.projects-section .projects-header-left .projects-title{font-size:22px}.projects-section .projects-header-left .projects-description{font-size:15px}.projects-section .projects-header-left .projects-benefits .benefit-card{padding:var(--spacing-sm)}.projects-section .projects-header-left .projects-benefits .benefit-card .benefit-icon{width:32px;height:32px}.projects-section .projects-header-left .projects-benefits .benefit-card .benefit-icon svg{width:18px;height:18px}.projects-section .projects-header-left .projects-benefits .benefit-card .benefit-title{font-size:15px}.projects-section .projects-header-left .projects-benefits .benefit-card .benefit-desc{font-size:12px}}.stats-section{background:var(--background-alt);padding:var(--spacing-2xl) 0;position:relative;overflow:hidden}.stats-section::before{content:"";position:absolute;top:-1000px;left:50%;right:0;bottom:0;background:radial-gradient(circle at 80% 50%, rgba(0, 255, 136, 0.15) 0%, transparent 60%),radial-gradient(circle at 100% 50%, rgba(0, 255, 136, 0.1) 0%, transparent 50%),radial-gradient(circle at 70% 30%, rgba(0, 255, 136, 0.08) 0%, transparent 40%);pointer-events:none;z-index:-1;animation:statsGradientShift 20s ease-in-out infinite;transform:translateZ(0);will-change:transform}.stats-section .container{position:relative;z-index:1}.stats-section .stats-content{display:grid;grid-template-columns:1fr 1.2fr;gap:var(--spacing-2xl);align-items:center;max-width:1200px;margin:0 auto}@media(max-width: 992px){.stats-section .stats-content{grid-template-columns:1fr;gap:var(--spacing-xl)}.stats-section .stats-content .stats-left .stats-notebook-container{display:flex;justify-content:center;margin-top:var(--spacing-lg)}}.stats-section .stats-left .stats-label{display:inline-block;font-size:13px;font-weight:600;color:var(--primary-color);text-transform:uppercase;letter-spacing:2px;margin-bottom:var(--spacing-sm);opacity:0;transform:translateY(20px)}.stats-section .stats-left .stats-title{font-size:clamp(36px,6vw,56px);line-height:1.2;color:var(--text-color);font-weight:500;letter-spacing:-2px;margin-bottom:var(--spacing-md);opacity:0;transform:translateY(30px)}.stats-section .stats-left .stats-description{font-size:clamp(16px,2.5vw,20px);line-height:1.6;color:var(--text-light);opacity:0;transform:translateY(30px);margin-bottom:var(--spacing-xl)}.stats-section .stats-left .stats-notebook-container{margin-top:var(--spacing-xl);opacity:0;transform:translateY(30px)}.stats-section .stats-left .stats-notebook-container .notebook-container{max-width:500px;perspective:1000px;filter:drop-shadow(0 20px 60px rgba(0, 0, 0, 0.6))}.stats-section .stats-left .stats-notebook-container .notebook-container .notebook{position:relative;width:100%;padding-bottom:75%;transform-style:preserve-3d}.stats-section .stats-left .stats-notebook-container .notebook-container .notebook.opened .notebook-screen{transform:rotateX(0deg)}.stats-section .stats-left .stats-notebook-container .notebook-container .notebook.opened .notebook-screen .screen-content .notebook-video{opacity:1;transition-delay:1s}@media(max-width: 768px){.stats-section .stats-left .stats-notebook-container .notebook-container .notebook .notebook-screen{transform:rotateX(0deg) !important}.stats-section .stats-left .stats-notebook-container .notebook-container .notebook .notebook-screen .screen-content .notebook-video{opacity:1 !important}}.stats-section .stats-left .stats-notebook-container .notebook-container .notebook .notebook-screen{position:absolute;top:0;left:0;width:100%;height:58%;background:#1a1a1a;border-radius:8px 8px 0 0;border:3px solid #2a2a2a;border-bottom:2px solid #0a0a0a;transform-origin:bottom center;transform:rotateX(0deg);box-shadow:0 10px 40px rgba(0,0,0,.5)}.stats-section .stats-left .stats-notebook-container .notebook-container .notebook .notebook-screen .webcam{position:absolute;top:8px;left:50%;transform:translateX(-50%);width:12px;height:12px;background:#0a0a0a;border-radius:50%;border:1px solid hsla(0,0%,100%,.1);z-index:10}.stats-section .stats-left .stats-notebook-container .notebook-container .notebook .notebook-screen .screen-content{width:100%;height:100%;border-radius:4px;overflow:hidden;background:#000;position:relative;padding:6px;display:flex;align-items:center;justify-content:center;box-sizing:border-box}.stats-section .stats-left .stats-notebook-container .notebook-container .notebook .notebook-screen .screen-content .notebook-video{max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain;object-position:center;display:block;border-radius:2px;opacity:1;transition:opacity .5s ease-in}.stats-section .stats-left .stats-notebook-container .notebook-container .notebook .notebook-base{position:absolute;bottom:0;left:0;width:100%;height:42%;background:linear-gradient(to bottom, #2a2a2a 0%, #1a1a1a 100%);border-radius:0 0 8px 8px;border:3px solid #2a2a2a;border-top:2px solid #0a0a0a;box-shadow:0 5px 20px rgba(0,0,0,.3),inset 0 1px 0 hsla(0,0%,100%,.05);padding:18px 20px 12px 20px;display:flex;flex-direction:column;align-items:center;justify-content:space-between;overflow:hidden;box-sizing:border-box}.stats-section .stats-left .stats-notebook-container .notebook-container .notebook .notebook-base::before{content:"";position:absolute;top:-2px;left:0;right:0;height:6px;background:linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.3) 20%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0.3) 80%, transparent 100%)}.stats-section .stats-left .stats-notebook-container .notebook-container .notebook .notebook-base::after{content:"";position:absolute;top:2px;left:50%;transform:translateX(-50%);width:60%;height:3px;background:linear-gradient(to bottom, #0a0a0a 0%, #1a1a1a 50%, #0a0a0a 100%);border-radius:0 0 2px 2px;box-shadow:0 2px 4px rgba(0,0,0,.6),inset 0 1px 1px hsla(0,0%,100%,.05)}.stats-section .stats-left .stats-notebook-container .notebook-container .notebook .notebook-base .keyboard{width:100%;display:flex;flex-direction:column;gap:3px;align-items:center;justify-content:flex-start;flex:1}.stats-section .stats-left .stats-notebook-container .notebook-container .notebook .notebook-base .keyboard .keyboard-row{display:flex;gap:2px;justify-content:center}.stats-section .stats-left .stats-notebook-container .notebook-container .notebook .notebook-base .keyboard .keyboard-row .key{display:inline-flex;align-items:center;justify-content:center;min-width:20px;height:18px;background:rgba(0,0,0,.4);border:1px solid hsla(0,0%,100%,.1);border-radius:3px;font-size:9px;font-weight:600;color:hsla(0,0%,100%,.5);font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;text-transform:uppercase;box-shadow:0 1px 2px rgba(0,0,0,.3)}.stats-section .stats-left .stats-notebook-container .notebook-container .notebook .notebook-base .trackpad{width:45%;height:45px;background:rgba(0,0,0,.6);border:1px solid hsla(0,0%,100%,.1);border-radius:6px;margin-top:6px;position:relative;flex-shrink:0;box-shadow:inset 0 2px 6px rgba(0,0,0,.6),0 1px 2px hsla(0,0%,100%,.05)}.stats-section .stats-left .stats-notebook-container .notebook-container .notebook .notebook-base .trackpad::before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:70%;height:2px;background:hsla(0,0%,100%,.15);border-radius:1px}.stats-section .stats-right .stats-list{display:flex;flex-direction:column;gap:var(--spacing-md)}.stats-section .stats-right .stats-list .stat-item{display:flex;align-items:center;gap:var(--spacing-md);padding:var(--spacing-md);background:var(--background-card);border:1px solid var(--border-color);border-radius:8px;transition:all .4s cubic-bezier(0.4, 0, 0.2, 1);opacity:0;transform:translateX(30px);position:relative;overflow:hidden}.stats-section .stats-right .stats-list .stat-item::before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg, transparent, rgba(0, 255, 136, 0.1), transparent);transition:left .6s ease;z-index:0}.stats-section .stats-right .stats-list .stat-item:hover{border-color:var(--primary-color);transform:translateX(0);box-shadow:0 8px 24px rgba(0,255,136,.15)}.stats-section .stats-right .stats-list .stat-item:hover::before{left:100%}.stats-section .stats-right .stats-list .stat-item:hover .stat-progress-fill{box-shadow:0 0 20px rgba(0,255,136,.5)}.stats-section .stats-right .stats-list .stat-item .stat-number-wrapper{display:flex;flex-direction:column;align-items:center;gap:6px;min-width:80px;position:relative;z-index:1}.stats-section .stats-right .stats-list .stat-item .stat-number-wrapper .stat-number{display:flex;align-items:baseline;gap:2px}.stats-section .stats-right .stats-list .stat-item .stat-number-wrapper .stat-number .stat-value{font-size:clamp(28px,4vw,36px);font-weight:700;color:var(--primary-color);line-height:1;letter-spacing:-1.5px;transition:all .3s ease}.stats-section .stats-right .stats-list .stat-item .stat-number-wrapper .stat-number .stat-suffix{font-size:clamp(18px,3vw,24px);font-weight:600;color:var(--primary-color);line-height:1}.stats-section .stats-right .stats-list .stat-item .stat-number-wrapper .stat-progress-bar{width:100%;height:3px;background:var(--border-color);border-radius:2px;overflow:hidden;position:relative}.stats-section .stats-right .stats-list .stat-item .stat-number-wrapper .stat-progress-bar .stat-progress-fill{height:100%;width:0%;background:linear-gradient(90deg, var(--primary-color), rgba(0, 255, 136, 0.8));border-radius:2px;transition:width 1.5s ease-out,box-shadow .3s ease;position:relative}.stats-section .stats-right .stats-list .stat-item .stat-number-wrapper .stat-progress-bar .stat-progress-fill::after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);animation:progressShine 2s infinite}.stats-section .stats-right .stats-list .stat-item .stat-info{flex:1;position:relative;z-index:1}.stats-section .stats-right .stats-list .stat-item .stat-info .stat-title{font-size:clamp(15px,2vw,18px);font-weight:600;color:var(--text-color);margin-bottom:4px;letter-spacing:-0.3px;transition:color .3s ease}.stats-section .stats-right .stats-list .stat-item .stat-info .stat-desc{font-size:clamp(12px,1.8vw,14px);color:var(--text-light);line-height:1.4;margin:0}.stats-section .stats-right .stats-list .stat-item.active .stat-progress-fill{width:var(--progress-width, 0%)}.stats-section .stats-label.animate-in,.stats-section .stats-title.animate-in,.stats-section .stats-description.animate-in{opacity:1;transform:translateY(0);transition:opacity .8s ease-out,transform .8s ease-out}.stats-section .stats-label.animate-in{transition-delay:.1s}.stats-section .stats-title.animate-in{transition-delay:.2s}.stats-section .stats-description.animate-in{transition-delay:.3s}.stats-section .stats-notebook-container.animate-in{opacity:1;transform:translateY(0);transition:opacity .8s ease-out,transform .8s ease-out;transition-delay:.5s}.stats-section .stats-notebook-container.animate-in .notebook.opened .notebook-screen{transform:rotateX(0deg)}.stats-section .stats-notebook-container.animate-in .notebook.opened .notebook-screen .screen-content .notebook-video{opacity:1}.stats-section .stat-item.animate-in{opacity:1 !important;transform:translateX(0) !important;transition:opacity .6s ease-out,transform .6s ease-out,all .4s cubic-bezier(0.4, 0, 0.2, 1) !important}.stats-section .stat-item.animate-in .stat-progress-fill{width:var(--progress-width, 0%) !important}.stats-section .stat-item:nth-child(1).animate-in{transition-delay:.4s}.stats-section .stat-item:nth-child(2).animate-in{transition-delay:.5s}.stats-section .stat-item:nth-child(3).animate-in{transition-delay:.6s}.stats-section .stat-item:nth-child(4).animate-in{transition-delay:.7s}@keyframes statsGradientShift{0%,100%{opacity:1}50%{opacity:.8}}@keyframes progressShine{0%{transform:translateX(-100%)}100%{transform:translateX(100%)}}@media(max-width: 992px){.stats-section{padding:var(--spacing-xl) 0}.stats-section .stats-content .stats-left{text-align:center}.stats-section .stats-content .stats-left .stats-title{font-size:clamp(28px,8vw,40px);letter-spacing:-1.5px}.stats-section .stats-content .stats-left .stats-description{font-size:clamp(16px,4vw,18px)}.stats-section .stats-content .stats-left .stats-notebook-container{display:flex;justify-content:center;margin-top:var(--spacing-lg);width:100%}.stats-section .stats-content .stats-left .stats-notebook-container .notebook-container{width:100%;max-width:100%}.stats-section .stats-content .stats-left .stats-notebook-container .notebook-container .notebook .notebook-screen .screen-content .notebook-video{opacity:1 !important;width:100%;height:100%}.stats-section .stats-content .stats-right .stats-list{gap:var(--spacing-md)}.stats-section .stats-content .stats-right .stats-list .stat-item{flex-direction:column;text-align:center;padding:var(--spacing-md)}.stats-section .stats-content .stats-right .stats-list .stat-item .stat-number-wrapper{min-width:auto;width:100%}}@media(max-width: 768px){.stats-section{padding:var(--spacing-lg) 0}.stats-section .stats-content{gap:var(--spacing-lg)}.stats-section .stats-content .stats-left{padding:0 var(--spacing-sm)}.stats-section .stats-content .stats-left .stats-notebook-container{display:flex;justify-content:center;margin-top:var(--spacing-md);width:100%;padding:0}.stats-section .stats-content .stats-left .stats-notebook-container .notebook-container{width:100%;max-width:100%;margin:0 auto}.stats-section .stats-content .stats-left .stats-notebook-container .notebook-container .notebook .notebook-screen .screen-content{padding:6px}.stats-section .stats-content .stats-left .stats-notebook-container .notebook-container .notebook .notebook-screen .screen-content .notebook-video{opacity:1 !important;max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain;object-position:center}.stats-section .stats-content .stats-right .stats-list .stat-item{padding:var(--spacing-md)}.stats-section .stats-content .stats-right .stats-list .stat-item .stat-number-wrapper .stat-number .stat-value{font-size:clamp(32px,8vw,42px)}.stats-section .stats-content .stats-right .stats-list .stat-item .stat-number-wrapper .stat-number .stat-suffix{font-size:clamp(20px,5vw,28px)}.stats-section .stats-content .stats-right .stats-list .stat-item .stat-info .stat-title{font-size:clamp(16px,4vw,20px)}.stats-section .stats-content .stats-right .stats-list .stat-item .stat-info .stat-desc{font-size:clamp(13px,3.5vw,15px)}}.beauty-section{background:var(--background-alt);padding:var(--spacing-2xl) 0;position:relative;overflow:hidden}.beauty-section::before{content:"";position:absolute;top:-1000px;left:50%;right:0;bottom:0;background:radial-gradient(circle at 80% 50%, rgba(0, 255, 136, 0.15) 0%, transparent 60%),radial-gradient(circle at 100% 50%, rgba(0, 255, 136, 0.1) 0%, transparent 50%),radial-gradient(circle at 70% 30%, rgba(0, 255, 136, 0.08) 0%, transparent 40%);pointer-events:none;z-index:-1;animation:beautyGradientShift 20s ease-in-out infinite;transform:translateZ(0);will-change:transform}.beauty-section .container{position:relative;z-index:1}.beauty-section .beauty-content{display:grid;grid-template-columns:1fr 1.2fr;gap:var(--spacing-2xl);align-items:center;max-width:1200px;margin:0 auto}@media(max-width: 992px){.beauty-section .beauty-content{grid-template-columns:1fr;gap:var(--spacing-xl)}}.beauty-section .beauty-left .beauty-stats-list{display:flex;flex-direction:column;gap:var(--spacing-md)}.beauty-section .beauty-left .beauty-stats-list .beauty-stat-item{display:flex;align-items:center;gap:var(--spacing-md);padding:var(--spacing-md);background:var(--background-card);border:1px solid var(--border-color);border-radius:8px;transition:all .4s cubic-bezier(0.4, 0, 0.2, 1);opacity:0;transform:translateX(-30px);position:relative;overflow:hidden}.beauty-section .beauty-left .beauty-stats-list .beauty-stat-item::before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg, transparent, rgba(0, 255, 136, 0.1), transparent);transition:left .6s ease;z-index:0}.beauty-section .beauty-left .beauty-stats-list .beauty-stat-item:hover{border-color:var(--primary-color);transform:translateX(0);box-shadow:0 8px 24px rgba(0,255,136,.15)}.beauty-section .beauty-left .beauty-stats-list .beauty-stat-item:hover::before{left:100%}.beauty-section .beauty-left .beauty-stats-list .beauty-stat-item:hover .beauty-stat-progress-fill{box-shadow:0 0 20px rgba(0,255,136,.5)}.beauty-section .beauty-left .beauty-stats-list .beauty-stat-item .beauty-stat-number-wrapper{display:flex;flex-direction:column;align-items:center;gap:6px;min-width:80px;position:relative;z-index:1}.beauty-section .beauty-left .beauty-stats-list .beauty-stat-item .beauty-stat-number-wrapper .beauty-stat-number{display:flex;align-items:baseline;gap:2px}.beauty-section .beauty-left .beauty-stats-list .beauty-stat-item .beauty-stat-number-wrapper .beauty-stat-number .beauty-stat-value{font-size:clamp(28px,4vw,36px);font-weight:700;color:var(--primary-color);line-height:1;letter-spacing:-1.5px;transition:all .3s ease}.beauty-section .beauty-left .beauty-stats-list .beauty-stat-item .beauty-stat-number-wrapper .beauty-stat-number .beauty-stat-suffix{font-size:clamp(18px,3vw,24px);font-weight:600;color:var(--primary-color);line-height:1}.beauty-section .beauty-left .beauty-stats-list .beauty-stat-item .beauty-stat-number-wrapper .beauty-stat-progress-bar{width:100%;height:3px;background:var(--border-color);border-radius:2px;overflow:hidden;position:relative}.beauty-section .beauty-left .beauty-stats-list .beauty-stat-item .beauty-stat-number-wrapper .beauty-stat-progress-bar .beauty-stat-progress-fill{height:100%;width:0%;background:linear-gradient(90deg, var(--primary-color), rgba(0, 255, 136, 0.8));border-radius:2px;transition:width 1.5s ease-out,box-shadow .3s ease;position:relative}.beauty-section .beauty-left .beauty-stats-list .beauty-stat-item .beauty-stat-number-wrapper .beauty-stat-progress-bar .beauty-stat-progress-fill::after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);animation:progressShine 2s infinite}.beauty-section .beauty-left .beauty-stats-list .beauty-stat-item .beauty-stat-info{flex:1;position:relative;z-index:1}.beauty-section .beauty-left .beauty-stats-list .beauty-stat-item .beauty-stat-info .beauty-stat-title{font-size:clamp(15px,2vw,18px);font-weight:600;color:var(--text-color);margin-bottom:4px;letter-spacing:-0.3px;transition:color .3s ease}.beauty-section .beauty-left .beauty-stats-list .beauty-stat-item .beauty-stat-info .beauty-stat-desc{font-size:clamp(12px,1.8vw,14px);color:var(--text-light);line-height:1.4;margin:0}.beauty-section .beauty-left .beauty-stats-list .beauty-stat-item.active .beauty-stat-progress-fill{width:var(--progress-width, 0%)}.beauty-section .beauty-right .beauty-label{display:inline-block;font-size:13px;font-weight:600;color:var(--primary-color);text-transform:uppercase;letter-spacing:2px;margin-bottom:var(--spacing-sm);opacity:0;transform:translateY(20px)}.beauty-section .beauty-right .beauty-title{font-size:clamp(36px,6vw,56px);line-height:1.2;color:var(--text-color);font-weight:500;letter-spacing:-2px;margin-bottom:var(--spacing-md);opacity:0;transform:translateY(30px)}.beauty-section .beauty-right .beauty-description{font-size:clamp(16px,2.5vw,20px);line-height:1.6;color:var(--text-light);opacity:0;transform:translateY(30px);margin-bottom:var(--spacing-xl)}.beauty-section .beauty-right .beauty-notebook-container{width:100%;opacity:0;transform:translateY(30px)}.beauty-section .beauty-right .beauty-notebook-container .notebook-container{max-width:500px;perspective:1000px;filter:drop-shadow(0 20px 60px rgba(0, 0, 0, 0.6));width:100%}.beauty-section .beauty-right .beauty-notebook-container .notebook-container .notebook{position:relative;width:100%;padding-bottom:75%;transform-style:preserve-3d}.beauty-section .beauty-right .beauty-notebook-container .notebook-container .notebook.opened .notebook-screen{transform:rotateX(0deg)}.beauty-section .beauty-right .beauty-notebook-container .notebook-container .notebook.opened .notebook-screen .screen-content .notebook-video{opacity:1;transition-delay:1s}@media(max-width: 768px){.beauty-section .beauty-right .beauty-notebook-container .notebook-container .notebook .notebook-screen{transform:rotateX(0deg) !important}.beauty-section .beauty-right .beauty-notebook-container .notebook-container .notebook .notebook-screen .screen-content .notebook-video{opacity:1 !important}}.beauty-section .beauty-right .beauty-notebook-container .notebook-container .notebook .notebook-screen{position:absolute;top:0;left:0;width:100%;height:58%;background:#1a1a1a;border-radius:8px 8px 0 0;border:3px solid #2a2a2a;border-bottom:2px solid #0a0a0a;transform-origin:bottom center;transform:rotateX(0deg);box-shadow:0 10px 40px rgba(0,0,0,.5)}.beauty-section .beauty-right .beauty-notebook-container .notebook-container .notebook .notebook-screen .webcam{position:absolute;top:8px;left:50%;transform:translateX(-50%);width:12px;height:12px;background:#0a0a0a;border-radius:50%;border:1px solid hsla(0,0%,100%,.1);z-index:10}.beauty-section .beauty-right .beauty-notebook-container .notebook-container .notebook .notebook-screen .screen-content{width:100%;height:100%;border-radius:4px;overflow:hidden;background:#000;position:relative;padding:6px;display:flex;align-items:center;justify-content:center;box-sizing:border-box}.beauty-section .beauty-right .beauty-notebook-container .notebook-container .notebook .notebook-screen .screen-content .notebook-video{max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain;object-position:center;display:block;border-radius:2px;opacity:1;transition:opacity .5s ease-in}.beauty-section .beauty-right .beauty-notebook-container .notebook-container .notebook .notebook-base{position:absolute;bottom:0;left:0;width:100%;height:42%;background:linear-gradient(to bottom, #2a2a2a 0%, #1a1a1a 100%);border-radius:0 0 8px 8px;border:3px solid #2a2a2a;border-top:2px solid #0a0a0a;box-shadow:0 5px 20px rgba(0,0,0,.3),inset 0 1px 0 hsla(0,0%,100%,.05);padding:18px 20px 12px 20px;display:flex;flex-direction:column;align-items:center;justify-content:space-between;overflow:hidden;box-sizing:border-box}.beauty-section .beauty-right .beauty-notebook-container .notebook-container .notebook .notebook-base::before{content:"";position:absolute;top:-2px;left:0;right:0;height:6px;background:linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.3) 20%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0.3) 80%, transparent 100%)}.beauty-section .beauty-right .beauty-notebook-container .notebook-container .notebook .notebook-base::after{content:"";position:absolute;top:2px;left:50%;transform:translateX(-50%);width:60%;height:3px;background:linear-gradient(to bottom, #0a0a0a 0%, #1a1a1a 50%, #0a0a0a 100%);border-radius:0 0 2px 2px;box-shadow:0 2px 4px rgba(0,0,0,.6),inset 0 1px 1px hsla(0,0%,100%,.05)}.beauty-section .beauty-right .beauty-notebook-container .notebook-container .notebook .notebook-base .keyboard{width:100%;display:flex;flex-direction:column;gap:3px;align-items:center;justify-content:flex-start;flex:1}.beauty-section .beauty-right .beauty-notebook-container .notebook-container .notebook .notebook-base .keyboard .keyboard-row{display:flex;gap:2px;justify-content:center}.beauty-section .beauty-right .beauty-notebook-container .notebook-container .notebook .notebook-base .keyboard .keyboard-row .key{display:inline-flex;align-items:center;justify-content:center;min-width:20px;height:18px;background:rgba(0,0,0,.4);border:1px solid hsla(0,0%,100%,.1);border-radius:3px;font-size:9px;font-weight:600;color:hsla(0,0%,100%,.5);font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;text-transform:uppercase;box-shadow:0 1px 2px rgba(0,0,0,.3)}.beauty-section .beauty-right .beauty-notebook-container .notebook-container .notebook .notebook-base .trackpad{width:45%;height:45px;background:rgba(0,0,0,.6);border:1px solid hsla(0,0%,100%,.1);border-radius:6px;margin-top:6px;position:relative;flex-shrink:0;box-shadow:inset 0 2px 6px rgba(0,0,0,.6),0 1px 2px hsla(0,0%,100%,.05)}.beauty-section .beauty-right .beauty-notebook-container .notebook-container .notebook .notebook-base .trackpad::before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:70%;height:2px;background:hsla(0,0%,100%,.15);border-radius:1px}.beauty-section .beauty-right .beauty-label{display:inline-block;font-size:13px;font-weight:600;color:var(--primary-color);text-transform:uppercase;letter-spacing:2px;margin-bottom:var(--spacing-sm);opacity:0;transform:translateY(20px)}.beauty-section .beauty-right .beauty-title{font-size:clamp(36px,6vw,56px);line-height:1.2;color:var(--text-color);font-weight:500;letter-spacing:-2px;margin-bottom:var(--spacing-md);opacity:0;transform:translateY(30px)}.beauty-section .beauty-right .beauty-description{font-size:clamp(16px,2.5vw,20px);line-height:1.6;color:var(--text-light);opacity:0;transform:translateY(30px);margin-bottom:var(--spacing-xl)}.beauty-section .beauty-right .beauty-notebook-container{margin-top:var(--spacing-xl)}.beauty-section .beauty-label.animate-in,.beauty-section .beauty-title.animate-in,.beauty-section .beauty-description.animate-in{opacity:1;transform:translateY(0);transition:opacity .8s ease-out,transform .8s ease-out}.beauty-section .beauty-label.animate-in{transition-delay:.1s}.beauty-section .beauty-title.animate-in{transition-delay:.2s}.beauty-section .beauty-description.animate-in{transition-delay:.3s}.beauty-section .beauty-notebook-container.animate-in{opacity:1;transform:translateY(0);transition:opacity .8s ease-out,transform .8s ease-out;transition-delay:.4s}.beauty-section .beauty-notebook-container.animate-in .notebook.opened .notebook-screen{transform:rotateX(0deg)}.beauty-section .beauty-notebook-container.animate-in .notebook.opened .notebook-screen .screen-content .notebook-video{opacity:1}.beauty-section .beauty-stat-item.animate-in{opacity:1 !important;transform:translateX(0) !important;transition:opacity .6s ease-out,transform .6s ease-out,all .4s cubic-bezier(0.4, 0, 0.2, 1) !important}.beauty-section .beauty-stat-item.animate-in .beauty-stat-progress-fill{width:var(--progress-width, 0%) !important}.beauty-section .beauty-stat-item:nth-child(1).animate-in{transition-delay:.5s}.beauty-section .beauty-stat-item:nth-child(2).animate-in{transition-delay:.6s}.beauty-section .beauty-stat-item:nth-child(3).animate-in{transition-delay:.7s}.beauty-section .beauty-stat-item:nth-child(4).animate-in{transition-delay:.8s}@keyframes beautyGradientShift{0%,100%{opacity:1}50%{opacity:.8}}@media(max-width: 992px){.beauty-section{padding:var(--spacing-xl) 0}.beauty-section .beauty-content .beauty-left{order:2}.beauty-section .beauty-content .beauty-right{order:1;text-align:center}.beauty-section .beauty-content .beauty-right .beauty-title{font-size:clamp(28px,8vw,40px);letter-spacing:-1.5px}.beauty-section .beauty-content .beauty-right .beauty-description{font-size:clamp(16px,4vw,18px)}.beauty-section .beauty-content .beauty-right .beauty-notebook-container{margin-top:var(--spacing-lg)}}@media(max-width: 768px){.beauty-section{padding:var(--spacing-lg) 0}.beauty-section .beauty-content{gap:var(--spacing-lg)}.beauty-section .beauty-content .beauty-left{padding:0 var(--spacing-sm)}.beauty-section .beauty-content .beauty-left .beauty-stats-list .beauty-stat-item{flex-direction:column;text-align:center;padding:var(--spacing-md);transform:translateY(20px) !important}.beauty-section .beauty-content .beauty-left .beauty-stats-list .beauty-stat-item.animate-in{transform:translateY(0) !important}.beauty-section .beauty-content .beauty-left .beauty-stats-list .beauty-stat-item .beauty-stat-number-wrapper{min-width:auto;width:100%}.beauty-section .beauty-content .beauty-left .beauty-stats-list .beauty-stat-item .beauty-stat-number-wrapper .beauty-stat-number .beauty-stat-value{font-size:clamp(32px,8vw,42px)}.beauty-section .beauty-content .beauty-left .beauty-stats-list .beauty-stat-item .beauty-stat-number-wrapper .beauty-stat-number .beauty-stat-suffix{font-size:clamp(20px,5vw,28px)}.beauty-section .beauty-content .beauty-left .beauty-stats-list .beauty-stat-item .beauty-stat-info .beauty-stat-title{font-size:clamp(16px,4vw,20px)}.beauty-section .beauty-content .beauty-left .beauty-stats-list .beauty-stat-item .beauty-stat-info .beauty-stat-desc{font-size:clamp(13px,3.5vw,15px)}.beauty-section .beauty-content .beauty-right{padding:0 var(--spacing-sm)}}.cta-section{background:var(--primary-color);padding:var(--spacing-xl) 0;position:relative;overflow:hidden}.cta-section .container{position:relative;z-index:1}.cta-section .cta-content{max-width:800px;margin:0 auto;text-align:center}.cta-section .cta-content .cta-title{font-size:clamp(28px,5vw,48px);line-height:1.3;color:var(--background);font-weight:600;letter-spacing:-1px;margin-bottom:var(--spacing-sm);opacity:0;transform:translateY(20px)}.cta-section .cta-content .cta-description{font-size:clamp(15px,2vw,18px);line-height:1.5;color:rgba(10,10,10,.75);margin-bottom:var(--spacing-lg);opacity:0;transform:translateY(20px)}.cta-section .cta-content .cta-buttons{display:flex;gap:var(--spacing-sm);justify-content:center;flex-wrap:wrap;opacity:0;transform:translateY(20px)}.cta-section .cta-content .cta-buttons .btn{display:inline-flex;align-items:center;gap:8px;padding:14px 28px;font-size:16px;font-weight:600;text-decoration:none;border-radius:4px;transition:all .3s cubic-bezier(0.4, 0, 0.2, 1);white-space:nowrap}.cta-section .cta-content .cta-buttons .btn svg{width:18px;height:18px;transition:transform .3s ease}.cta-section .cta-content .cta-buttons .btn-cta-primary{background-color:var(--background);color:var(--primary-color)}.cta-section .cta-content .cta-buttons .btn-cta-primary:hover{background-color:rgba(10,10,10,.95);transform:translateY(-2px);box-shadow:0 6px 20px rgba(0,0,0,.25)}.cta-section .cta-content .cta-buttons .btn-cta-primary:hover svg{transform:translateX(4px)}.cta-section .cta-content .cta-buttons .btn-cta-primary:active{transform:translateY(0)}.cta-section .cta-content .cta-buttons .btn-cta-secondary{background-color:rgba(0,0,0,0);color:var(--background);border:2px solid var(--background)}.cta-section .cta-content .cta-buttons .btn-cta-secondary:hover{background-color:var(--background);color:var(--primary-color);transform:translateY(-2px);box-shadow:0 6px 20px rgba(0,0,0,.25)}.cta-section .cta-content .cta-buttons .btn-cta-secondary:active{transform:translateY(0)}.cta-section .cta-title.animate-in,.cta-section .cta-description.animate-in,.cta-section .cta-buttons.animate-in{opacity:1;transform:translateY(0);transition:opacity .6s ease-out,transform .6s ease-out}.cta-section .cta-title.animate-in{transition-delay:.1s}.cta-section .cta-description.animate-in{transition-delay:.15s}.cta-section .cta-buttons.animate-in{transition-delay:.2s}@media(max-width: 768px){.cta-section{padding:var(--spacing-lg) 0}.cta-section .cta-content .cta-title{font-size:clamp(24px,7vw,36px);letter-spacing:-0.5px;margin-bottom:var(--spacing-xs);line-height:1.25}.cta-section .cta-content .cta-description{font-size:clamp(14px,3.5vw,16px);margin-bottom:var(--spacing-md);line-height:1.5}.cta-section .cta-content .cta-buttons{flex-direction:column;align-items:stretch;gap:var(--spacing-xs)}.cta-section .cta-content .cta-buttons .btn{width:100%;justify-content:center;padding:12px 24px;font-size:15px}.cta-section .cta-content .cta-buttons .btn svg{width:16px;height:16px}}.process-section{background:var(--background);padding:var(--spacing-2xl) 0;position:relative;overflow:visible}.process-section .container{position:relative;z-index:1;overflow:visible}.process-section .process-content{max-width:900px;margin:0 auto;text-align:center}.process-section .process-content .process-label{display:inline-block;font-size:13px;font-weight:600;color:var(--primary-color);text-transform:uppercase;letter-spacing:2px;margin-bottom:var(--spacing-sm);opacity:0;transform:translateY(20px);transition:opacity .8s ease-out,transform .8s ease-out}.process-section .process-content .process-title{font-size:clamp(32px,5vw,48px);line-height:1.3;color:var(--text-color);font-weight:600;letter-spacing:-1px;margin-bottom:var(--spacing-md);opacity:0;transform:translateY(30px);transition:opacity .8s ease-out,transform .8s ease-out}.process-section .process-content .process-description{font-size:clamp(16px,2.5vw,18px);line-height:1.6;color:var(--text-light);margin-bottom:var(--spacing-2xl);opacity:0;transform:translateY(30px);transition:opacity .8s ease-out,transform .8s ease-out}.process-section .process-content .process-steps{display:flex;flex-direction:column;gap:var(--spacing-xl);text-align:left;position:relative;z-index:1}.process-section .process-content .process-steps .process-step{display:flex;gap:var(--spacing-lg);align-items:flex-start;opacity:0;transform:translateY(40px);transition:opacity .8s ease-out,transform .8s ease-out}.process-section .process-content .process-steps .process-step .step-number{flex-shrink:0;width:60px;height:60px;display:flex;align-items:center;justify-content:center;font-size:24px;font-weight:700;color:var(--primary-color);background:rgba(0,255,136,.1);border:2px solid rgba(0,255,136,.2);border-radius:8px;transition:all .3s ease}.process-section .process-content .process-steps .process-step .step-content{flex:1}.process-section .process-content .process-steps .process-step .step-content .step-title{font-size:clamp(20px,3vw,24px);font-weight:600;color:var(--text-color);margin-bottom:var(--spacing-xs);letter-spacing:-0.3px}.process-section .process-content .process-steps .process-step .step-content .step-text{font-size:clamp(15px,2vw,16px);line-height:1.6;color:var(--text-light);margin:0}.process-section .process-content .process-steps .process-step:hover .step-number{background:rgba(0,255,136,.15);border-color:var(--primary-color);transform:scale(1.05)}.process-section .process-label.animate-in,.process-section .process-title.animate-in,.process-section .process-description.animate-in{opacity:1 !important;transform:translateY(0) !important}.process-section .process-step.animate-in{opacity:1 !important;transform:translateY(0) !important}.process-section .process-step:nth-child(1).animate-in{transition-delay:.1s}.process-section .process-step:nth-child(2).animate-in{transition-delay:.2s}.process-section .process-step:nth-child(3).animate-in{transition-delay:.3s}.process-section .process-step:nth-child(4).animate-in{transition-delay:.4s}@media(max-width: 768px){.process-section{padding:var(--spacing-xl) 0}.process-section .process-content .process-steps{gap:var(--spacing-lg)}.process-section .process-content .process-steps .process-step{flex-direction:column;gap:var(--spacing-sm);text-align:center}.process-section .process-content .process-steps .process-step .step-number{width:50px;height:50px;font-size:20px;margin:0 auto}.process-section .process-content .process-steps .process-step .step-content{text-align:center}}.results-section{background:var(--background-alt);padding:var(--spacing-2xl) 0;position:relative;overflow:visible}.results-section .container{position:relative;z-index:1;overflow:visible}.results-section .results-content{display:grid;grid-template-columns:1fr 1fr;gap:var(--spacing-2xl);align-items:start;max-width:1200px;margin:0 auto}@media(max-width: 992px){.results-section .results-content{grid-template-columns:1fr;gap:var(--spacing-xl)}}.results-section .results-content .results-left .results-label{display:inline-block;font-size:13px;font-weight:600;color:var(--primary-color);text-transform:uppercase;letter-spacing:2px;margin-bottom:var(--spacing-sm);opacity:0;transform:translateY(20px);transition:opacity .8s ease-out,transform .8s ease-out}.results-section .results-content .results-left .results-title{font-size:clamp(32px,5vw,48px);line-height:1.3;color:var(--text-color);font-weight:600;letter-spacing:-1px;margin-bottom:var(--spacing-md);opacity:0;transform:translateY(30px);transition:opacity .8s ease-out,transform .8s ease-out}.results-section .results-content .results-left .results-description{font-size:clamp(16px,2.5vw,18px);line-height:1.6;color:var(--text-light);margin-bottom:var(--spacing-md);opacity:0;transform:translateY(30px);transition:opacity .8s ease-out,transform .8s ease-out}.results-section .results-content .results-left .results-text{font-size:clamp(15px,2vw,16px);line-height:1.7;color:var(--text-light);margin-bottom:var(--spacing-md);opacity:0;transform:translateY(30px);transition:opacity .8s ease-out,transform .8s ease-out}.results-section .results-content .results-left .results-text:last-child{margin-bottom:0}.results-section .results-content .results-right{display:flex;flex-direction:column;gap:var(--spacing-lg);position:relative;z-index:1}.results-section .results-content .results-right .results-highlight{padding:var(--spacing-lg);background:var(--background-card);border:1px solid var(--border-color);border-radius:8px;opacity:0;transform:translateX(40px);transition:opacity .8s ease-out,transform .8s ease-out,all .3s ease}@media(max-width: 992px){.results-section .results-content .results-right .results-highlight{transform:translateY(40px)}}.results-section .results-content .results-right .results-highlight .highlight-icon{width:48px;height:48px;display:flex;align-items:center;justify-content:center;background:rgba(0,255,136,.1);border-radius:8px;margin-bottom:var(--spacing-sm);color:var(--primary-color)}.results-section .results-content .results-right .results-highlight .highlight-icon svg{width:24px;height:24px}.results-section .results-content .results-right .results-highlight .highlight-title{font-size:clamp(18px,2.5vw,20px);font-weight:600;color:var(--text-color);margin-bottom:var(--spacing-xs);letter-spacing:-0.3px}.results-section .results-content .results-right .results-highlight .highlight-text{font-size:clamp(14px,2vw,15px);line-height:1.6;color:var(--text-light);margin:0}.results-section .results-content .results-right .results-highlight:hover{border-color:var(--primary-color);box-shadow:0 8px 24px rgba(0,255,136,.1)}.results-section .results-label.animate-in,.results-section .results-title.animate-in,.results-section .results-description.animate-in,.results-section .results-text.animate-in{opacity:1 !important;transform:translateY(0) !important}.results-section .results-highlight.animate-in{opacity:1 !important;transform:translateX(0) !important}@media(max-width: 992px){.results-section .results-highlight.animate-in{transform:translateY(0) !important}}.results-section .results-highlight:nth-child(1).animate-in{transition-delay:.1s}.results-section .results-highlight:nth-child(2).animate-in{transition-delay:.2s}.results-section .results-highlight:nth-child(3).animate-in{transition-delay:.3s}@media(max-width: 992px){.results-section .results-content .results-left{text-align:center}}.quote-section{background:var(--background);padding:var(--spacing-2xl) 0;position:relative}.quote-section .container{position:relative;z-index:1}.quote-section .quote-content{max-width:800px;margin:0 auto;text-align:center}.quote-section .quote-content .quote-text{font-size:clamp(24px,4vw,32px);line-height:1.5;color:var(--text-color);font-weight:500;font-style:italic;margin:0 0 var(--spacing-md) 0;padding:0;border:none;opacity:0;transform:translateY(30px);transition:opacity .8s ease-out,transform .8s ease-out;position:relative}.quote-section .quote-content .quote-text::before{content:'"';font-size:80px;line-height:1;color:var(--primary-color);opacity:.2;position:absolute;top:-20px;left:-20px;font-family:Georgia,serif}.quote-section .quote-content .quote-author{font-size:clamp(14px,2vw,16px);color:var(--text-light);font-weight:500;margin:0;opacity:0;transform:translateY(20px);transition:opacity .8s ease-out,transform .8s ease-out}.quote-section .quote-text.animate-in,.quote-section .quote-author.animate-in{opacity:1;transform:translateY(0);transition:opacity .8s ease-out,transform .8s ease-out}.quote-section .quote-text.animate-in{transition-delay:.2s}.quote-section .quote-author.animate-in{transition-delay:.4s}@media(max-width: 768px){.quote-section{padding:var(--spacing-xl) 0}.quote-section .quote-content .quote-text{font-size:clamp(20px,6vw,24px)}.quote-section .quote-content .quote-text::before{font-size:60px;top:-15px;left:-10px}}.final-cta-section{background:var(--background-alt);padding:var(--spacing-2xl) 0;position:relative}.final-cta-section .container{position:relative;z-index:1}.final-cta-section .final-cta-content{max-width:700px;margin:0 auto;text-align:center}.final-cta-section .final-cta-content .final-cta-title{font-size:clamp(32px,5vw,48px);line-height:1.3;color:var(--text-color);font-weight:600;letter-spacing:-1px;margin-bottom:var(--spacing-md);opacity:0;transform:translateY(30px);transition:opacity .8s ease-out,transform .8s ease-out}.final-cta-section .final-cta-content .final-cta-description{font-size:clamp(16px,2.5vw,18px);line-height:1.6;color:var(--text-light);margin-bottom:var(--spacing-xl);opacity:0;transform:translateY(30px);transition:opacity .8s ease-out,transform .8s ease-out}.final-cta-section .final-cta-content .final-cta-buttons{margin-bottom:var(--spacing-md);opacity:0;transform:translateY(30px);transition:opacity .8s ease-out,transform .8s ease-out}.final-cta-section .final-cta-content .final-cta-buttons .btn{display:inline-flex;align-items:center;gap:var(--spacing-xs);padding:16px 36px;font-size:18px;font-weight:600;text-decoration:none;border-radius:4px;transition:all .3s cubic-bezier(0.4, 0, 0.2, 1);white-space:nowrap}.final-cta-section .final-cta-content .final-cta-buttons .btn svg{width:20px;height:20px;transition:transform .3s ease}.final-cta-section .final-cta-content .final-cta-buttons .btn-final-cta{background-color:var(--primary-color);color:var(--background)}.final-cta-section .final-cta-content .final-cta-buttons .btn-final-cta:hover{background-color:var(--primary-hover);transform:translateY(-2px);box-shadow:0 8px 24px rgba(0,255,136,.4)}.final-cta-section .final-cta-content .final-cta-buttons .btn-final-cta:hover svg{transform:translateX(4px)}.final-cta-section .final-cta-content .final-cta-buttons .btn-final-cta:active{transform:translateY(0)}.final-cta-section .final-cta-content .final-cta-note{font-size:clamp(13px,2vw,14px);color:var(--text-light);margin:0;opacity:0;transform:translateY(20px);transition:opacity .8s ease-out,transform .8s ease-out}.final-cta-section .final-cta-title.animate-in,.final-cta-section .final-cta-description.animate-in,.final-cta-section .final-cta-buttons.animate-in,.final-cta-section .final-cta-note.animate-in{opacity:1;transform:translateY(0);transition:opacity .8s ease-out,transform .8s ease-out}.final-cta-section .final-cta-title.animate-in{transition-delay:.1s}.final-cta-section .final-cta-description.animate-in{transition-delay:.2s}.final-cta-section .final-cta-buttons.animate-in{transition-delay:.3s}.final-cta-section .final-cta-note.animate-in{transition-delay:.4s}@media(max-width: 768px){.final-cta-section{padding:var(--spacing-xl) 0}.final-cta-section .final-cta-content .final-cta-title{font-size:clamp(28px,7vw,40px);margin-bottom:var(--spacing-sm)}.final-cta-section .final-cta-content .final-cta-description{font-size:clamp(15px,4vw,17px);margin-bottom:var(--spacing-lg)}.final-cta-section .final-cta-content .final-cta-buttons .btn{width:100%;justify-content:center;padding:14px 28px;font-size:16px}}footer.footer,.footer{background-color:var(--background-alt);color:var(--text-color);padding:var(--spacing-2xl) 0 var(--spacing-3xl);border-top:1px solid var(--border-color);margin-bottom:0;margin:0;overflow-x:hidden;width:100%;max-width:100%}footer.footer .footer-content,.footer .footer-content{display:grid;grid-template-columns:2fr 1fr 1fr;gap:var(--spacing-xl);margin-bottom:var(--spacing-xl);width:100%;max-width:100%}@media(max-width: 992px){footer.footer .footer-content,.footer .footer-content{display:flex !important;flex-direction:column !important;grid-template-columns:none !important}}footer.footer .footer-content .footer-info .footer-logo,.footer .footer-content .footer-info .footer-logo{display:inline-block;font-size:20px;font-weight:600;color:var(--text-color);text-decoration:none;margin-bottom:var(--spacing-sm);letter-spacing:-0.5px}footer.footer .footer-content .footer-info .footer-logo .logo-text strong,.footer .footer-content .footer-info .footer-logo .logo-text strong{color:var(--primary-color);font-weight:700}footer.footer .footer-content .footer-info .footer-logo:hover,.footer .footer-content .footer-info .footer-logo:hover{color:var(--primary-color)}footer.footer .footer-content .footer-info .footer-description,.footer .footer-content .footer-info .footer-description{color:var(--text-light);line-height:1.6;margin-bottom:0;font-size:15px}footer.footer .footer-content .footer-links .footer-title,footer.footer .footer-content .footer-contact .footer-title,.footer .footer-content .footer-links .footer-title,.footer .footer-content .footer-contact .footer-title{font-size:16px;font-weight:600;margin-bottom:var(--spacing-sm);color:var(--text-color)}footer.footer .footer-content .footer-links .footer-menu,footer.footer .footer-content .footer-contact .footer-menu,.footer .footer-content .footer-links .footer-menu,.footer .footer-content .footer-contact .footer-menu{list-style:none}footer.footer .footer-content .footer-links .footer-menu li,footer.footer .footer-content .footer-contact .footer-menu li,.footer .footer-content .footer-links .footer-menu li,.footer .footer-content .footer-contact .footer-menu li{margin-bottom:10px}footer.footer .footer-content .footer-links .footer-menu li a,footer.footer .footer-content .footer-contact .footer-menu li a,.footer .footer-content .footer-links .footer-menu li a,.footer .footer-content .footer-contact .footer-menu li a{color:var(--text-light);font-size:14px;transition:var(--transition);display:flex;align-items:center;gap:var(--spacing-xs)}footer.footer .footer-content .footer-links .footer-menu li a:hover,footer.footer .footer-content .footer-contact .footer-menu li a:hover,.footer .footer-content .footer-links .footer-menu li a:hover,.footer .footer-content .footer-contact .footer-menu li a:hover{color:var(--primary-color)}footer.footer .footer-content .footer-links .footer-contact-list,footer.footer .footer-content .footer-contact .footer-contact-list,.footer .footer-content .footer-links .footer-contact-list,.footer .footer-content .footer-contact .footer-contact-list{list-style:none;padding:0;margin:0}footer.footer .footer-content .footer-links .footer-contact-list li,footer.footer .footer-content .footer-contact .footer-contact-list li,.footer .footer-content .footer-links .footer-contact-list li,.footer .footer-content .footer-contact .footer-contact-list li{margin-bottom:var(--spacing-sm)}footer.footer .footer-content .footer-links .footer-contact-list li:last-child,footer.footer .footer-content .footer-contact .footer-contact-list li:last-child,.footer .footer-content .footer-links .footer-contact-list li:last-child,.footer .footer-content .footer-contact .footer-contact-list li:last-child{margin-bottom:0}footer.footer .footer-content .footer-links .footer-contact-list li a,footer.footer .footer-content .footer-contact .footer-contact-list li a,.footer .footer-content .footer-links .footer-contact-list li a,.footer .footer-content .footer-contact .footer-contact-list li a{color:var(--text-light);text-decoration:none;transition:var(--transition);display:flex;align-items:center;gap:var(--spacing-xs)}footer.footer .footer-content .footer-links .footer-contact-list li a i,footer.footer .footer-content .footer-contact .footer-contact-list li a i,.footer .footer-content .footer-links .footer-contact-list li a i,.footer .footer-content .footer-contact .footer-contact-list li a i{color:var(--primary-color);width:20px;text-align:center;flex-shrink:0;font-size:16px}footer.footer .footer-content .footer-links .footer-contact-list li a span,footer.footer .footer-content .footer-contact .footer-contact-list li a span,.footer .footer-content .footer-links .footer-contact-list li a span,.footer .footer-content .footer-contact .footer-contact-list li a span{flex:1}footer.footer .footer-content .footer-links .footer-contact-list li a:hover,footer.footer .footer-content .footer-contact .footer-contact-list li a:hover,.footer .footer-content .footer-links .footer-contact-list li a:hover,.footer .footer-content .footer-contact .footer-contact-list li a:hover{color:var(--primary-color)}footer.footer .footer-content .footer-links .footer-contact-list li a:hover i,footer.footer .footer-content .footer-contact .footer-contact-list li a:hover i,.footer .footer-content .footer-links .footer-contact-list li a:hover i,.footer .footer-content .footer-contact .footer-contact-list li a:hover i{transform:scale(1.1)}footer.footer .footer-bottom,.footer .footer-bottom{display:flex;justify-content:space-between;align-items:center;padding-top:var(--spacing-md);padding-bottom:0;border-top:1px solid var(--border-color);margin-bottom:0;margin-top:0;width:100%;max-width:100%}footer.footer .footer-bottom .footer-copyright,.footer .footer-bottom .footer-copyright{color:var(--text-light);font-size:13px;margin-bottom:0}footer.footer .footer-bottom .footer-social,.footer .footer-bottom .footer-social{display:flex;gap:12px}footer.footer .footer-bottom .footer-social a,.footer .footer-bottom .footer-social a{display:flex;align-items:center;justify-content:center;width:36px;height:36px;background-color:var(--background-card);border:1px solid var(--border-color);border-radius:4px;color:var(--text-light);transition:var(--transition)}footer.footer .footer-bottom .footer-social a:hover,.footer .footer-bottom .footer-social a:hover{background-color:var(--primary-color);border-color:var(--primary-color);color:var(--background)}footer.footer .footer-bottom .footer-social a i,.footer .footer-bottom .footer-social a i{font-size:16px}@media(max-width: 992px){.footer{overflow-x:hidden;width:100%;max-width:100%;display:flex;flex-direction:column}.footer .footer-content{display:flex !important;flex-direction:column !important;grid-template-columns:none !important;gap:var(--spacing-lg);text-align:left;width:100%;max-width:100%}.footer .footer-content .footer-info{text-align:left}.footer .footer-content .footer-info .footer-logo{display:block}.footer .footer-content .footer-links,.footer .footer-content .footer-contact{text-align:left}.footer .footer-content .footer-links .footer-title,.footer .footer-content .footer-contact .footer-title{text-align:left}.footer .footer-content .footer-links .footer-menu,.footer .footer-content .footer-links .footer-contact-list,.footer .footer-content .footer-contact .footer-menu,.footer .footer-content .footer-contact .footer-contact-list{text-align:left}.footer .footer-content .footer-links .footer-menu li a,.footer .footer-content .footer-links .footer-contact-list li a,.footer .footer-content .footer-contact .footer-menu li a,.footer .footer-content .footer-contact .footer-contact-list li a{justify-content:flex-start}.footer .footer-bottom{flex-direction:column;gap:var(--spacing-sm);text-align:left}.footer .footer-bottom .footer-copyright{text-align:left}.footer .footer-bottom .footer-social{justify-content:flex-start}}.whatsapp-float{position:fixed;bottom:100px;right:20px;width:60px;height:60px;background:#25d366;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:28px;text-decoration:none;box-shadow:0 4px 12px rgba(37,211,102,.4);z-index:1000;transition:all .3s cubic-bezier(0.4, 0, 0.2, 1);animation:whatsappPulse 2s infinite}.whatsapp-float:hover{background:#20ba5a;transform:scale(1.1);box-shadow:0 6px 20px rgba(37,211,102,.6)}.whatsapp-float:active{transform:scale(0.95)}.whatsapp-float i{transition:transform .3s ease}.whatsapp-float:hover i{transform:scale(1.1)}@media(max-width: 768px){.whatsapp-float{width:56px;height:56px;font-size:24px;bottom:90px;right:16px}}@keyframes whatsappPulse{0%,100%{box-shadow:0 4px 12px rgba(37,211,102,.4)}50%{box-shadow:0 4px 20px rgba(37,211,102,.6),0 0 0 8px rgba(37,211,102,.1)}}.scroll-to-top{position:fixed;bottom:20px;right:20px;width:50px;height:50px;background:var(--primary-color);border:none;border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--background);font-size:20px;cursor:pointer;box-shadow:0 4px 12px rgba(0,255,136,.3);z-index:999;opacity:0;visibility:hidden;transform:translateY(20px);transition:all .3s cubic-bezier(0.4, 0, 0.2, 1)}.scroll-to-top.visible{opacity:1;visibility:visible;transform:translateY(0)}.scroll-to-top:hover{background:var(--primary-hover);transform:translateY(-4px);box-shadow:0 6px 20px rgba(0,255,136,.4)}.scroll-to-top:active{transform:translateY(-2px)}.scroll-to-top i{transition:transform .3s ease}.scroll-to-top:hover i{transform:translateY(-2px)}@media(max-width: 768px){.scroll-to-top{width:46px;height:46px;font-size:18px;bottom:16px;right:16px}}/*# sourceMappingURL=style.css.map */
