*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:#000;color:#fff;line-height:1.6;overflow-x:hidden}.container{max-width:1200px;margin:0 auto;padding:0 20px}.header{position:fixed;top:0;width:100%;background:#000c;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-bottom:1px solid rgba(71,85,105,.3);z-index:1000;transition:all .3s ease}.nav{display:flex;justify-content:space-between;align-items:center;padding:1rem 0}.logo img{height:40px;width:auto;transition:transform .3s ease}.logo:hover img{transform:scale(1.05)}.nav-links{display:none;gap:2rem}.nav-links a{color:#cbd5e1;text-decoration:none;font-weight:500;transition:color .3s ease;position:relative}.nav-links a:hover{color:#fff}.nav-links a:after{content:"";position:absolute;bottom:-4px;left:0;width:0;height:2px;background:linear-gradient(to right,#10b981,#3b82f6);transition:width .3s ease}.nav-links a:hover:after{width:100%}.nav-cta{display:flex;gap:12px}.btn{padding:10px 24px;border-radius:8px;text-decoration:none;font-weight:600;transition:all .3s ease;border:none;cursor:pointer;font-size:14px;display:inline-flex;align-items:center;gap:8px}.btn-ghost{background:transparent;color:#cbd5e1;border:1px solid rgba(71,85,105,.5)}.btn-ghost:hover{background:#4755694d;color:#fff}.btn-primary{background:linear-gradient(135deg,#10b981,#3b82f6);color:#fff;border:none}.btn-primary:hover{background:linear-gradient(135deg,#059669,#2563eb);transform:translateY(-1px)}.btn-lg{padding:20px 40px;font-size:18px;border-radius:16px}.btn-cta{background:linear-gradient(135deg,#10b981,#3b82f6);color:#fff;text-decoration:none;font-weight:700;box-shadow:0 10px 30px #10b9814d}.btn-cta:hover{background:linear-gradient(135deg,#059669,#2563eb);transform:translateY(-2px);box-shadow:0 15px 40px #10b98180}.btn-secondary{background:transparent;color:#fff;border:1px solid #475569;text-decoration:none;font-weight:600}.btn-secondary:hover{background:#4755694d}.mobile-menu-btn{display:block;background:none;border:none;color:#fff;font-size:24px;cursor:pointer}.mobile-menu{display:none;position:fixed;top:0;right:-100%;width:100%;height:100vh;background:#000000f2;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);transition:right .3s ease;z-index:1001}.mobile-menu-content{padding:6rem 2rem 2rem}.mobile-menu-links a{color:#cbd5e1;text-decoration:none;font-size:1.5rem;font-weight:500}.close-menu{position:absolute;top:2rem;right:2rem;background:none;border:none;color:#fff;font-size:2rem;cursor:pointer}.hero{min-height:100vh;display:flex;align-items:center;background:linear-gradient(135deg,#000,#1e293b,#000);position:relative;overflow:hidden;padding-top:80px}.hero:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 25% 25%,rgba(16,185,129,.1) 0%,transparent 50%),radial-gradient(circle at 75% 75%,rgba(59,130,246,.1) 0%,transparent 50%)}.hero-content{display:grid;grid-template-columns:1fr;gap:4rem;align-items:center;position:relative;z-index:1}.hero-text{text-align:center}.badge{display:inline-flex;align-items:center;gap:8px;padding:12px 24px;background:#10b9811a;border:1px solid rgba(16,185,129,.2);border-radius:50px;color:#10b981;font-size:16px;font-weight:600;margin-bottom:2rem}.hero h1{font-size:3rem;font-weight:700;line-height:1.1;margin-bottom:1.5rem}.gradient-text{background:linear-gradient(135deg,#10b981,#3b82f6,#8b5cf6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero p{font-size:1.25rem;color:#cbd5e1;margin-bottom:2rem;line-height:1.6}.hero-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-bottom:3rem;padding-top:2rem;border-top:1px solid #334155}.stat{text-align:center}.stat-value{font-size:2rem;font-weight:700;color:#10b981;margin-bottom:.5rem}.stat-label{font-size:.875rem;color:#64748b}.cta-buttons{display:flex;flex-direction:column;gap:1rem;align-items:center}.live-trading-widget{background:linear-gradient(135deg,#475569cc,#1e293bcc);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:24px;padding:2rem;border:1px solid rgba(71,85,105,.3);box-shadow:0 25px 50px #00000080;position:relative;margin-top:3rem}.widget-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.widget-header h3{font-size:1.25rem;font-weight:600}.live-indicator{display:flex;align-items:center;gap:8px}.live-dot{width:8px;height:8px;background:#10b981;border-radius:50%;animation:pulse 2s infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.services{padding:6rem 0;background:linear-gradient(180deg,#000,#1e293b)}.section-header{text-align:center;margin-bottom:4rem}.section-title{font-size:3rem;font-weight:700;margin-bottom:1.5rem;line-height:1.2}.section-description{font-size:1.25rem;color:#94a3b8;max-width:600px;margin:0 auto;line-height:1.6}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.service-card{background:#4755694d;border:1px solid rgba(71,85,105,.3);border-radius:20px;padding:2rem;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);position:relative;overflow:hidden}.service-card:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(16,185,129,.1),transparent);transition:left .5s ease}.service-card:hover:before{left:100%}.service-card:hover{background:#47556980;transform:translateY(-8px);box-shadow:0 20px 40px #0000004d}.service-icon{width:80px;height:80px;background:linear-gradient(135deg,#10b981,#059669);border-radius:20px;display:flex;align-items:center;justify-content:center;font-size:40px;margin-bottom:1.5rem;position:relative;z-index:1}.service-card h3{font-size:1.5rem;font-weight:700;margin-bottom:1rem;position:relative;z-index:1}.service-card p{color:#94a3b8;line-height:1.6;position:relative;z-index:1;margin-bottom:1rem}.service-features{list-style:none;position:relative;z-index:1}.service-features li{display:flex;align-items:center;color:#cbd5e1;font-size:.875rem;margin-bottom:.5rem}.service-features li:before{content:"";width:6px;height:6px;background:#10b981;border-radius:50%;margin-right:12px}.platforms{padding:6rem 0;background:linear-gradient(180deg,#1e293b,#000)}.platform-section{margin-bottom:6rem}.platform-content{display:grid;grid-template-columns:1fr;gap:3rem;align-items:center}.platform-info h3{font-size:2rem;font-weight:700;color:#fff;margin-bottom:1rem}.platform-subtitle{color:#10b981;font-size:.875rem;margin-bottom:1.5rem}.platform-description{font-size:1.125rem;color:#94a3b8;margin-bottom:2rem;line-height:1.6}.platform-features{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;margin-bottom:2rem}.platform-features li{display:flex;align-items:center;color:#cbd5e1;font-size:.875rem}.platform-features li:before{content:"";width:6px;height:6px;background:#10b981;border-radius:50%;margin-right:12px}.platform-mockup{background:linear-gradient(135deg,#475569cc,#1e293bcc);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:24px;padding:1.5rem;border:1px solid rgba(71,85,105,.3);box-shadow:0 25px 50px #00000080}.mockup-header{background:#1e293b;border-radius:12px;padding:1rem;margin-bottom:1rem;display:flex;align-items:center;gap:8px}.mockup-dot{width:12px;height:12px;border-radius:50%}.mockup-dot.red{background:#ef4444}.mockup-dot.yellow{background:#eab308}.mockup-dot.green{background:#10b981}.mockup-content{background:#000;border-radius:12px;padding:1.5rem}.mockup-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin-bottom:1rem}.mockup-item{background:#374151;border-radius:8px;padding:1rem;text-align:center}.mockup-pair{font-size:.75rem;font-weight:700;margin-bottom:.5rem}.mockup-price{font-size:.875rem;font-weight:700;color:#fff;margin-bottom:.25rem}.mockup-change{font-size:.75rem}.market-data-section{padding:6rem 0;background:linear-gradient(180deg,#000,#1e293b)}.market-widget-container{background:linear-gradient(135deg,#47556980,#1e293b80);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(71,85,105,.3);border-radius:24px;box-shadow:0 25px 50px #00000080;overflow:hidden;margin-bottom:2rem}.market-widget-header{background:linear-gradient(to right,#374151,#1e293b);border-bottom:1px solid rgba(71,85,105,.3);padding:1.5rem}.market-widget-header h3{font-size:1.5rem;font-weight:700;color:#fff;display:flex;justify-content:space-between;align-items:center}.tradingview-widget-container{background:transparent!important}.tradingview-widget-container iframe{border-radius:12px}.cta-section{padding:6rem 0;background:linear-gradient(135deg,#10b981,#3b82f6,#8b5cf6);position:relative;overflow:hidden}.cta-section:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:#0003}.cta-content{max-width:800px;margin:0 auto;text-align:center;position:relative;z-index:1}.cta-title{font-size:3rem;font-weight:700;margin-bottom:1.5rem;line-height:1.2}.cta-description{font-size:1.25rem;color:#ffffffe6;margin-bottom:3rem;line-height:1.6}.cta-buttons-section{display:flex;flex-direction:column;gap:1rem;align-items:center}.footer{background:linear-gradient(180deg,#000,#1e293b);padding:4rem 0 2rem;border-top:1px solid #334155}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:3rem;margin-bottom:3rem}.footer-section h3{font-size:1.25rem;font-weight:700;color:#fff;margin-bottom:1.5rem}.footer-section p{color:#94a3b8;line-height:1.6;margin-bottom:1.5rem}.footer-links{list-style:none}.footer-links li{margin-bottom:.75rem}.footer-links a{color:#94a3b8;text-decoration:none;transition:color .3s ease}.footer-links a:hover{color:#fff}.social-links{display:flex;gap:1rem}.social-link{width:40px;height:40px;background:#47556980;border-radius:10px;display:flex;align-items:center;justify-content:center;color:#94a3b8;text-decoration:none;transition:all .3s ease}.social-link:hover{background:#10b98133;color:#10b981}.footer-bottom{border-top:1px solid #334155;padding-top:2rem;text-align:center}.footer-bottom-content{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.footer-bottom-links{display:flex;gap:2rem;flex-wrap:wrap}.footer-bottom-links a{color:#94a3b8;text-decoration:none;font-size:.875rem;transition:color .3s ease}.footer-bottom-links a:hover{color:#fff}.risk-warning{background:#47556933;border:1px solid rgba(71,85,105,.3);border-radius:12px;padding:1.5rem;margin-top:2rem;font-size:.875rem;color:#94a3b8;line-height:1.5}@media (min-width: 768px){.nav-links{display:flex}.mobile-menu-btn{display:none}.hero h1{font-size:4rem}.hero-content{grid-template-columns:1fr 1fr}.hero-text{text-align:left}.cta-buttons{flex-direction:row;justify-content:flex-start}.platform-content{grid-template-columns:1fr 1fr}.cta-buttons-section{flex-direction:row;justify-content:center}.footer-bottom-content{text-align:left}}@media (min-width: 1024px){.hero h1{font-size:5rem}.section-title,.cta-title{font-size:4rem}}@media (max-width: 480px){.container{padding:0 16px}.hero h1{font-size:2.5rem}.section-title,.cta-title{font-size:2rem}.btn-lg{padding:16px 24px;font-size:16px}.hero-stats{grid-template-columns:1fr;gap:1rem}.footer-bottom-content{flex-direction:column;text-align:center}}.icon{display:inline-block;width:20px;height:20px;background:currentColor;-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center}.icon-arrow-left{display:inline-block;width:1em;height:1em;background:currentColor;mask-size:contain;mask-repeat:no-repeat;mask-position:center;mask-image:url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"%3E%3Cline x1="19" y1="12" x2="5" y2="12"/%3E%3Cpolyline points="12,19 5,12 12,5"/%3E%3C/svg%3E');-webkit-mask-size:contain;-webkit-mask-repeat:no-repeat;-webkit-mask-position:center;-webkit-mask-image:url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"%3E%3Cline x1="19" y1="12" x2="5" y2="12"/%3E%3Cpolyline points="12,19 5,12 12,5"/%3E%3C/svg%3E')}.icon-lightning{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2'%3E%3Cpolygon points='13,2 3,14 12,14 11,22 21,10 12,10 13,2'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2'%3E%3Cpolygon points='13,2 3,14 12,14 11,22 21,10 12,10 13,2'/%3E%3C/svg%3E")}.icon-arrow-right{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2'%3E%3Cline x1='5' y1='12' x2='19' y2='12'/%3E%3Cpolyline points='12,5 19,12 12,19'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2'%3E%3Cline x1='5' y1='12' x2='19' y2='12'/%3E%3Cpolyline points='12,5 19,12 12,19'/%3E%3C/svg%3E");width:16px;height:16px}.icon-play{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2'%3E%3Cpolygon points='5,3 19,12 5,21'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2'%3E%3Cpolygon points='5,3 19,12 5,21'/%3E%3C/svg%3E")}.icon-star{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2'%3E%3Cpolygon points='12,2 15.09,8.26 22,9.27 17,14.14 18.18,21.02 12,17.77 5.82,21.02 7,14.14 2,9.27 8.91,8.26'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2'%3E%3Cpolygon points='12,2 15.09,8.26 22,9.27 17,14.14 18.18,21.02 12,17.77 5.82,21.02 7,14.14 2,9.27 8.91,8.26'/%3E%3C/svg%3E")}.icon-activity{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2'%3E%3Cpolyline points='22,12 18,12 15,21 9,3 6,12 2,12'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2'%3E%3Cpolyline points='22,12 18,12 15,21 9,3 6,12 2,12'/%3E%3C/svg%3E")}.icon-trending-up{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2'%3E%3Cpolyline points='23,6 13.5,15.5 8.5,10.5 1,18'/%3E%3Cpolyline points='17,6 23,6 23,12'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2'%3E%3Cpolyline points='23,6 13.5,15.5 8.5,10.5 1,18'/%3E%3Cpolyline points='17,6 23,6 23,12'/%3E%3C/svg%3E")}.icon-bar-chart{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2'%3E%3Cline x1='18' y1='20' x2='18' y2='10'/%3E%3Cline x1='12' y1='20' x2='12' y2='4'/%3E%3Cline x1='6' y1='20' x2='6' y2='14'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2'%3E%3Cline x1='18' y1='20' x2='18' y2='10'/%3E%3Cline x1='12' y1='20' x2='12' y2='4'/%3E%3Cline x1='6' y1='20' x2='6' y2='14'/%3E%3C/svg%3E")}.icon-shield-check{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2'%3E%3Cpath d='M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z'/%3E%3Cpolyline points='9,12 11,14 15,10'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2'%3E%3Cpath d='M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z'/%3E%3Cpolyline points='9,12 11,14 15,10'/%3E%3C/svg%3E")}.icon-cpu{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2'%3E%3Crect x='4' y='4' width='16' height='16' rx='2'/%3E%3Crect x='9' y='9' width='6' height='6'/%3E%3Cline x1='9' y1='1' x2='9' y2='4'/%3E%3Cline x1='15' y1='1' x2='15' y2='4'/%3E%3Cline x1='9' y1='20' x2='9' y2='23'/%3E%3Cline x1='15' y1='20' x2='15' y2='23'/%3E%3Cline x1='20' y1='9' x2='23' y2='9'/%3E%3Cline x1='20' y1='14' x2='23' y2='14'/%3E%3Cline x1='1' y1='9' x2='4' y2='9'/%3E%3Cline x1='1' y1='14' x2='4' y2='14'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2'%3E%3Crect x='4' y='4' width='16' height='16' rx='2'/%3E%3Crect x='9' y='9' width='6' height='6'/%3E%3Cline x1='9' y1='1' x2='9' y2='4'/%3E%3Cline x1='15' y1='1' x2='15' y2='4'/%3E%3Cline x1='9' y1='20' x2='9' y2='23'/%3E%3Cline x1='15' y1='20' x2='15' y2='23'/%3E%3Cline x1='20' y1='9' x2='23' y2='9'/%3E%3Cline x1='20' y1='14' x2='23' y2='14'/%3E%3Cline x1='1' y1='9' x2='4' y2='9'/%3E%3Cline x1='1' y1='14' x2='4' y2='14'/%3E%3C/svg%3E")}.icon-headphones{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2'%3E%3Cpath d='M3 18v-6a9 9 0 0 1 18 0v6'/%3E%3Cpath d='M21 19a2 2 0 0 1-2 2h-1a2 2 0 0 1-2-2v-3a2 2 0 0 1 2-2h3zM3 19a2 2 0 0 0 2 2h1a2 2 0 0 0 2-2v-3a2 2 0 0 0-2-2H3z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2'%3E%3Cpath d='M3 18v-6a9 9 0 0 1 18 0v6'/%3E%3Cpath d='M21 19a2 2 0 0 1-2 2h-1a2 2 0 0 1-2-2v-3a2 2 0 0 1 2-2h3zM3 19a2 2 0 0 0 2 2h1a2 2 0 0 0 2-2v-3a2 2 0 0 0-2-2H3z'/%3E%3C/svg%3E")}.icon-globe-2{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cline x1='2' y1='12' x2='22' y2='12'/%3E%3Cpath d='M12 2a15.3 15.3 0 0 1 4 10 15.3 15.3 0 0 1-4 10 15.3 15.3 0 0 1-4-10 15.3 15.3 0 0 1 4-10z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cline x1='2' y1='12' x2='22' y2='12'/%3E%3Cpath d='M12 2a15.3 15.3 0 0 1 4 10 15.3 15.3 0 0 1-4 10 15.3 15.3 0 0 1-4-10 15.3 15.3 0 0 1 4-10z'/%3E%3C/svg%3E")}.icon-monitor{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2'%3E%3Crect x='2' y='3' width='20' height='14' rx='2' ry='2'/%3E%3Cline x1='8' y1='21' x2='16' y2='21'/%3E%3Cline x1='12' y1='17' x2='12' y2='21'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2'%3E%3Crect x='2' y='3' width='20' height='14' rx='2' ry='2'/%3E%3Cline x1='8' y1='21' x2='16' y2='21'/%3E%3Cline x1='12' y1='17' x2='12' y2='21'/%3E%3C/svg%3E")}.icon-smartphone{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2'%3E%3Crect x='5' y='2' width='14' height='20' rx='2' ry='2'/%3E%3Cline x1='12' y1='18' x2='12.01' y2='18'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2'%3E%3Crect x='5' y='2' width='14' height='20' rx='2' ry='2'/%3E%3Cline x1='12' y1='18' x2='12.01' y2='18'/%3E%3C/svg%3E")}.icon-download{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2'%3E%3Cpath d='M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4'/%3E%3Cpolyline points='7,10 12,15 17,10'/%3E%3Cline x1='12' y1='15' x2='12' y2='3'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2'%3E%3Cpath d='M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4'/%3E%3Cpolyline points='7,10 12,15 17,10'/%3E%3Cline x1='12' y1='15' x2='12' y2='3'/%3E%3C/svg%3E")}.mobile-menu-btn{display:block;background:none;border:none;color:#fff;font-size:24px;cursor:pointer;z-index:1002}.mobile-menu{position:fixed;top:0;right:-100%;width:100%;height:100vh;background:#000000f2;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);transition:right .3s ease;z-index:1001;display:block}.mobile-menu.active{right:0}.mobile-menu-content{padding:6rem 2rem 2rem;height:100%;overflow-y:auto}.mobile-menu-links{display:flex;flex-direction:column;gap:2rem;margin-bottom:2rem}.mobile-menu-links a{color:#cbd5e1;text-decoration:none;font-size:1.5rem;font-weight:500;transition:color .3s ease}.mobile-menu-links a:hover{color:#10b981}.close-menu{position:absolute;top:2rem;right:2rem;background:none;border:none;color:#fff;font-size:2rem;cursor:pointer;z-index:1003;width:40px;height:40px;display:flex;align-items:center;justify-content:center}.close-menu:hover{color:#10b981}@media (min-width: 768px){.mobile-menu,.mobile-menu-btn{display:none!important}}@media (max-width: 767px){.nav-links{display:none!important}.mobile-menu-btn{display:block!important}}.desktop-language-dropdown{position:relative;margin-right:1rem}.desktop-language-toggle{display:flex;align-items:center;gap:8px;padding:8px 12px;background:transparent;border:1px solid rgba(71,85,105,.5);border-radius:8px;color:#cbd5e1;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .3s ease}.desktop-language-toggle:hover{background:#4755694d;border-color:#475569b3;color:#fff}.desktop-language-toggle .icon{width:16px;height:16px}.desktop-language-toggle .icon-chevron-down{transition:transform .3s ease}.desktop-language-toggle.active .icon-chevron-down{transform:rotate(180deg)}.desktop-language-options{position:absolute;top:100%;right:0;min-width:160px;background:#0f172af2;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(71,85,105,.3);border-radius:8px;margin-top:.5rem;opacity:0;visibility:hidden;transform:translateY(-10px);transition:all .3s ease;z-index:1000;box-shadow:0 10px 25px #00000080}.desktop-language-options.show{opacity:1;visibility:visible;transform:translateY(0)}.desktop-language-option{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;color:#cbd5e1;text-decoration:none;font-size:.875rem;font-weight:500;transition:all .3s ease;border-bottom:1px solid rgba(71,85,105,.2)}.desktop-language-option:last-child{border-bottom:none}.desktop-language-option:hover{background:#3b82f61a;color:#3b82f6}.desktop-language-option.active{background:#10b9811a;color:#10b981}.desktop-language-option .flag-icon{font-size:1.125rem;width:20px;text-align:center}.mobile-language-dropdown{position:relative;margin-top:1rem;padding-top:1rem;border-top:1px solid rgba(71,85,105,.3)}.mobile-language-toggle{display:flex;align-items:center;justify-content:space-between;width:100%;padding:.75rem 1rem;background:#1e293b80;border:1px solid rgba(71,85,105,.3);border-radius:8px;color:#cbd5e1;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .3s ease}.mobile-language-toggle:hover{background:#1e293bcc;border-color:#47556980}.mobile-language-toggle .icon{width:16px;height:16px}.mobile-language-toggle .icon-chevron-down{transition:transform .3s ease}.mobile-language-toggle.active .icon-chevron-down{transform:rotate(180deg)}.mobile-language-options{position:absolute;top:100%;left:0;right:0;background:#0f172af2;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(71,85,105,.3);border-radius:8px;margin-top:.5rem;opacity:0;visibility:hidden;transform:translateY(-10px);transition:all .3s ease;z-index:1000;box-shadow:0 10px 25px #00000080}.mobile-language-options.show{opacity:1;visibility:visible;transform:translateY(0)}.mobile-language-option{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;color:#cbd5e1;text-decoration:none;font-size:.875rem;font-weight:500;transition:all .3s ease;border-bottom:1px solid rgba(71,85,105,.2)}.mobile-language-option:last-child{border-bottom:none}.mobile-language-option:hover{background:#3b82f61a;color:#3b82f6}.mobile-language-option.active{background:#10b9811a;color:#10b981}.mobile-language-option .flag-icon{font-size:1.125rem;width:20px;text-align:center}@media (max-width: 767px){.desktop-language-dropdown{display:none}}@media (min-width: 768px){.mobile-language-dropdown{display:none}}.icon-chevron-down{mask-image:url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"%3E%3Cpolyline points="6,9 12,15 18,9"/%3E%3C/svg%3E');-webkit-mask-image:url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"%3E%3Cpolyline points="6,9 12,15 18,9"/%3E%3C/svg%3E')}.nav-btn{display:flex;align-items:center;gap:8px;padding:8px 12px;border:1px solid rgba(71,85,105,.5);border-radius:8px;color:#cbd5e1;font-size:.875rem;font-weight:500;text-decoration:none;cursor:pointer;transition:all .3s ease}.nav-btn .icon{width:16px;height:16px}.nav-btn-ghost{background:transparent}.nav-btn-ghost:hover{background:#4755694d;border-color:#475569b3;color:#fff}.nav-btn-primary{background:linear-gradient(135deg,#10b981,#059669);border-color:#10b981;color:#fff}.nav-btn-primary:hover{background:linear-gradient(135deg,#059669,#047857);border-color:#059669;transform:translateY(-1px);box-shadow:0 4px 12px #10b9814d}.mobile-nav-btn{justify-content:center;padding:12px 16px;font-size:1rem}.icon-user{mask-image:url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"%3E%3Cpath d="M20 21v-2a4 4 0 0 0-4-4H8a4 4 0 0 0-4 4v2"/%3E%3Ccircle cx="12" cy="7" r="4"/%3E%3C/svg%3E');-webkit-mask-image:url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"%3E%3Cpath d="M20 21v-2a4 4 0 0 0-4-4H8a4 4 0 0 0-4 4v2"/%3E%3Ccircle cx="12" cy="7" r="4"/%3E%3C/svg%3E')}.icon-user-plus{mask-image:url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"%3E%3Cpath d="M16 21v-2a4 4 0 0 0-4-4H5a4 4 0 0 0-4 4v2"/%3E%3Ccircle cx="8.5" cy="7" r="4"/%3E%3Cline x1="20" y1="8" x2="20" y2="14"/%3E%3Cline x1="23" y1="11" x2="17" y2="11"/%3E%3C/svg%3E');-webkit-mask-image:url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"%3E%3Cpath d="M16 21v-2a4 4 0 0 0-4-4H5a4 4 0 0 0-4 4v2"/%3E%3Ccircle cx="8.5" cy="7" r="4"/%3E%3Cline x1="20" y1="8" x2="20" y2="14"/%3E%3Cline x1="23" y1="11" x2="17" y2="11"/%3E%3C/svg%3E')}@media (max-width: 767px){.nav-cta .nav-btn{display:none}}@media (min-width: 768px){.mobile-nav-btn{display:none}}
