:root{--header-height-desktop: 64px;--header-height-tablet: 60px;--header-height-mobile: 56px;--header-height-small: 52px;--header-bg: rgba(255, 255, 255, .95);--header-border: rgba(226, 232, 240, .3);--logo-size-desktop: 32px;--logo-size-tablet: 30px;--logo-size-mobile: 36px;--logo-size-small: 32px;--logo-size-xs: 28px;--animation-speed: .3s;--animation-easing: cubic-bezier(.4, 0, .2, 1);--bounce-easing: cubic-bezier(.68, -.55, .265, 1.55);--primary-color: #3b82f6;--accent-color: #06b6d4;--text-primary: #1e293b;--text-secondary: #64748b;--focus-color: var(--primary-color, #3b82f6);--focus-width: 2px}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.skip-link{position:absolute;top:-100px;left:6px;background:var(--primary-color, #3b82f6);color:#fff;padding:8px 12px;text-decoration:none;border-radius:4px;z-index:1001;transition:top .3s ease;font-size:14px;font-weight:600;opacity:0;visibility:hidden;transform:translateY(-10px)}.skip-link:focus{top:10px;opacity:1;visibility:visible;transform:translateY(0);outline:2px solid rgba(255,255,255,.8);outline-offset:2px}@keyframes slideDown{0%{transform:translateY(-100%);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes slideUp{0%{transform:translateY(0);opacity:1}to{transform:translateY(-100%);opacity:0}}@keyframes fadeInScale{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.7}}@keyframes bounce{0%,20%,53%,80%,to{transform:translateZ(0)}40%,43%{transform:translate3d(0,-8px,0)}70%{transform:translate3d(0,-4px,0)}90%{transform:translate3d(0,-2px,0)}}.header{position:fixed;top:0;left:0;right:0;z-index:1000;background:var(--header-bg);backdrop-filter:blur(10px);border-bottom:1px solid var(--header-border);box-shadow:0 8px 32px #00000014,0 4px 16px #3b82f60d,0 2px 8px #0000000a,inset 0 1px #fffc;min-height:var(--header-height-desktop)}.nav{display:flex;align-items:center;justify-content:space-between;padding:.75rem 0;transition:padding .3s ease}.container{padding-left:1rem;padding-right:1rem}.logo{display:flex;align-items:center;gap:.5rem;text-decoration:none;font-weight:700;transition:all .3s ease}.logo img{width:var(--logo-size-desktop);height:var(--logo-size-desktop);border-radius:.375rem;transition:all .3s ease}.brand-text{display:flex;flex-direction:column;align-items:flex-start}.brand-name{font-size:1.25rem;font-weight:700;line-height:1;transition:font-size .3s ease}.brand-subtitle{font-size:.625rem;font-weight:500;color:var(--text-secondary, #64748b);line-height:1;margin-top:.125rem;letter-spacing:.05em;transition:font-size .3s ease}.nav-links{display:flex;list-style:none;gap:1.5rem;margin:0;padding:0}.nav-links a{text-decoration:none;color:var(--text-primary, #1e293b);font-weight:500;font-size:.875rem;transition:color .3s;border-radius:4px;padding:.5rem .75rem;margin:-.5rem -.75rem}.nav-links a:hover{color:var(--primary-color, #3b82f6)}.nav-links a:focus{outline:none;color:var(--primary-color, #3b82f6);background:#3b82f61a}.nav-links a.active{color:var(--primary-color, #3b82f6);background:#3b82f61a;border-radius:6px;font-weight:600;position:relative}.nav-links a.active:before{content:"";position:absolute;bottom:-2px;left:50%;transform:translate(-50%);width:20px;height:2px;background:linear-gradient(135deg,var(--primary-color, #3b82f6),var(--accent-color, #06b6d4));border-radius:1px}.cta-button{background:linear-gradient(135deg,var(--primary-color, #3b82f6),var(--accent-color, #06b6d4));color:#fff;padding:.5rem 1rem;border-radius:.375rem;text-decoration:none;font-weight:600;font-size:.875rem;transition:all .3s;border:none}.cta-button:hover{transform:translateY(-1px);box-shadow:0 4px 12px #3b82f64d}.cta-button:focus{outline:none;transform:translateY(-1px);box-shadow:0 4px 12px #3b82f64d}.hamburger-menu{display:none;flex-direction:column;justify-content:center;align-items:center;width:44px;height:44px;background:none;border:none;cursor:pointer;padding:0;gap:4px;border-radius:.375rem;transition:background-color var(--animation-speed) ease;will-change:background-color;transform:translateZ(0);box-shadow:none}.hamburger-menu:hover{background-color:#3b82f61a;box-shadow:none}.hamburger-menu:focus{outline:none;box-shadow:none}.hamburger-line{width:24px;height:2px;background-color:var(--text-primary, #1e293b);transition:all var(--animation-speed) var(--animation-easing);border-radius:1px;transform-origin:center;will-change:transform,opacity}.hamburger-menu:hover .hamburger-line{background-color:var(--primary-color, #3b82f6)}.hamburger-menu.active .hamburger-line:nth-child(1){transform:translateY(6px) rotate(45deg);transition-delay:.1s}.hamburger-menu.active .hamburger-line:nth-child(2){opacity:0;transform:scaleX(0);transition-delay:.05s}.hamburger-menu.active .hamburger-line:nth-child(3){transform:translateY(-6px) rotate(-45deg);transition-delay:.15s}.hamburger-menu:not(.active) .hamburger-line:nth-child(1){transition-delay:.05s}.hamburger-menu:not(.active) .hamburger-line:nth-child(2){transition-delay:.1s}.hamburger-menu:not(.active) .hamburger-line:nth-child(3){transition-delay:0s}.mobile-menu{display:none;position:absolute;top:100%;left:0;right:0;background:var(--header-bg);backdrop-filter:blur(15px);-webkit-backdrop-filter:blur(15px);border-bottom:1px solid var(--header-border);box-shadow:0 8px 32px #0000001a;transform:translateY(-100%);transition:all var(--animation-speed) var(--animation-easing);z-index:999;opacity:0;visibility:hidden;max-height:calc(100vh - 80px);overflow-y:auto;will-change:transform,opacity}.mobile-menu.active{transform:translateY(0);opacity:1;visibility:visible;animation:slideDown var(--animation-speed) var(--animation-easing)}.mobile-menu.closing{animation:slideUp var(--animation-speed) var(--animation-easing)}.mobile-menu-container{padding:.5rem 0;max-width:100%;position:relative}.mobile-menu-container:before{content:"";position:absolute;top:.25rem;left:50%;transform:translate(-50%);width:40px;height:3px;background:var(--text-secondary, #64748b);border-radius:2px;opacity:0;transition:opacity .3s ease}.mobile-menu.active .mobile-menu-container:before{opacity:.3;animation:pulse 2s ease-in-out infinite}.mobile-nav-links{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:0}.mobile-nav-links li{margin:0;border-bottom:1px solid rgba(255,255,255,.05)}.mobile-nav-links li:last-child{border-bottom:none}.mobile-nav-links a{display:block;padding:1rem 1.5rem;color:var(--text-primary, #1e293b);text-decoration:none;font-weight:500;font-size:1rem;transition:all var(--animation-speed) var(--animation-easing);position:relative;min-height:48px;display:flex;align-items:center;opacity:0;transform:translate(-20px);will-change:transform,opacity}.mobile-menu.active .mobile-nav-links li:nth-child(1) a{animation:fadeInScale .4s var(--animation-easing) .1s forwards}.mobile-menu.active .mobile-nav-links li:nth-child(2) a{animation:fadeInScale .4s var(--animation-easing) .15s forwards}.mobile-menu.active .mobile-nav-links li:nth-child(3) a{animation:fadeInScale .4s var(--animation-easing) .2s forwards}.mobile-menu.active .mobile-nav-links li:nth-child(4) a{animation:fadeInScale .4s var(--animation-easing) .25s forwards}.mobile-menu.active .mobile-nav-links li:nth-child(5) a{animation:fadeInScale .4s var(--animation-easing) .3s forwards}.mobile-menu.active .mobile-nav-links li:nth-child(6) a{animation:fadeInScale .4s var(--bounce-easing) .35s forwards}.mobile-nav-links a:hover,.mobile-nav-links a:focus{background:#3b82f61a;color:var(--primary-color, #3b82f6);transform:translate(8px) scale(1.02);transition:all .2s var(--bounce-easing)}.mobile-nav-links a:active{background:#3b82f633}.mobile-nav-links a:focus-visible{outline:2px solid var(--primary-color, #3b82f6);outline-offset:-2px;background:#06b6d41a}.mobile-nav-links a:focus{background:linear-gradient(135deg,#2563eb,#0891b2);transform:translateY(-1px) scale(1.01);box-shadow:0 4px 12px #3b82f666;color:#fff!important;outline:none}.mobile-nav-links a.active{background:linear-gradient(135deg,var(--primary-color, #3b82f6),var(--accent-color, #06b6d4));color:#fff!important;font-weight:600;transform:translateY(-1px);box-shadow:0 4px 12px #3b82f64d;position:relative}.mobile-nav-links a.active:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:3px;height:60%;background:#fff;border-radius:0 2px 2px 0}.mobile-nav-links .mobile-cta{background:linear-gradient(135deg,var(--primary-color, #3b82f6),var(--accent-color, #06b6d4));color:#fff!important;margin:.375rem 1.5rem .25rem;padding:.375rem .625rem;border-radius:.25rem;text-align:center;font-weight:600;border-bottom:none;box-shadow:0 2px 6px #3b82f640;justify-content:center;min-height:32px!important;font-size:.75rem;position:relative;overflow:hidden}.mobile-nav-links .mobile-cta:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s}.mobile-nav-links .mobile-cta:hover:before{left:100%}.mobile-nav-links .mobile-cta:hover,.mobile-nav-links .mobile-cta:focus{background:linear-gradient(135deg,#2563eb,#0891b2);transform:translateY(-1px) scale(1.01);box-shadow:0 4px 12px #3b82f666;color:#fff!important;transition:all .2s var(--bounce-easing)}.mobile-nav-links .mobile-cta:hover .mobile-cta-icon{animation:bounce .6s ease-in-out}.mobile-nav-links .mobile-cta:active{transform:translateY(0);box-shadow:0 2px 8px #3b82f64d}.mobile-nav-links .mobile-cta:focus{outline:2px solid rgba(255,255,255,.5);outline-offset:2px}.mobile-cta-icon{margin-right:.25rem;font-size:.75rem}.mobile-cta-text{font-weight:600}.mobile-menu::-webkit-scrollbar{width:4px}.mobile-menu::-webkit-scrollbar-track{background:#e2e8f04d}.mobile-menu::-webkit-scrollbar-thumb{background:var(--primary-color, #3b82f6);border-radius:2px}.mobile-menu::-webkit-scrollbar-thumb:hover{background:var(--accent-color, #06b6d4)}@media (max-width: 1024px) and (min-width: 769px){.header{min-height:var(--header-height-tablet)}.nav{padding:.875rem 0}.container{padding-left:1.5rem;padding-right:1.5rem}.nav-links{gap:1.25rem}.nav-links a{font-size:.8125rem}.cta-button{padding:.5rem .875rem;font-size:.8125rem}.logo img{width:var(--logo-size-tablet);height:var(--logo-size-tablet)}.brand-name{font-size:1.125rem}.brand-subtitle{font-size:.5625rem}}@media (max-width: 768px) and (min-width: 481px){.header{min-height:var(--header-height-mobile);backdrop-filter:blur(12px)}.nav-links{display:none}.hamburger-menu{display:flex}.cta-button{display:none}.mobile-menu{display:block}.nav{padding:.875rem 0}.container{padding-left:1.25rem;padding-right:1.25rem}.logo img{width:var(--logo-size-mobile);height:var(--logo-size-mobile)}.brand-name{font-size:1.25rem}.brand-subtitle{font-size:.625rem}}@media (max-width: 480px) and (min-width: 361px){.header{min-height:var(--header-height-small)}.nav-links{display:none}.hamburger-menu{display:flex;width:40px;height:40px}.hamburger-line{width:20px}.cta-button{display:none}.mobile-menu{display:block}.nav{padding:.75rem 0}.container{padding-left:1rem;padding-right:1rem}.logo img{width:var(--logo-size-small);height:var(--logo-size-small)}.brand-name{font-size:1.125rem}.brand-subtitle{font-size:.5625rem}.mobile-nav-links a{padding:.875rem 1rem;font-size:.9375rem}.mobile-nav-links .mobile-cta{margin:.375rem 1rem .1875rem;padding:.375rem .625rem;min-height:30px!important;font-size:.75rem}.mobile-cta-icon{font-size:.6875rem;margin-right:.1875rem}.mobile-menu-container{padding:.375rem 0}}@media (max-width: 360px){.header{min-height:var(--header-height-small);backdrop-filter:blur(8px)}.nav-links{display:none}.hamburger-menu{display:flex;width:36px;height:36px}.hamburger-line{width:18px}.cta-button{display:none}.mobile-menu{display:block}.nav{padding:.625rem 0}.container{padding-left:.75rem;padding-right:.75rem}.logo{gap:.375rem}.logo img{width:var(--logo-size-xs);height:var(--logo-size-xs)}.brand-name{font-size:1rem}.brand-subtitle{font-size:.5rem;margin-top:.0625rem}.mobile-nav-links a{padding:.75rem .875rem;font-size:.875rem}.mobile-nav-links .mobile-cta{margin:.25rem .875rem .0625rem;padding:.3125rem .5rem;min-height:28px!important;font-size:.6875rem}.mobile-cta-icon{font-size:.625rem;margin-right:.125rem}.mobile-menu-container{padding:.25rem 0}}@media (max-width: 320px){.container{padding-left:.5rem;padding-right:.5rem}.logo img{width:24px;height:24px}.brand-name{font-size:.875rem}.brand-subtitle{font-size:.4375rem}.hamburger-menu{width:32px;height:32px}.hamburger-line{width:16px}}@media (-webkit-min-device-pixel-ratio: 2),(min-resolution: 192dpi){.hamburger-line{height:1.5px}.mobile-menu-container:before{height:2px}}@media (max-height: 500px) and (orientation: landscape){.mobile-menu{max-height:calc(100vh - 60px)}.mobile-nav-links a{padding:.625rem 1.5rem;min-height:40px}.mobile-nav-links .mobile-cta{margin:.375rem 1.5rem .1875rem;min-height:32px!important;padding:.375rem .625rem!important;font-size:.75rem!important}}@media (hover: none) and (pointer: coarse){.hamburger-menu{min-width:44px;min-height:44px}.mobile-nav-links a{min-height:48px}.mobile-nav-links .mobile-cta{min-height:32px!important;padding:.375rem .625rem!important;font-size:.75rem!important}}@media (prefers-reduced-motion: reduce){*{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}.mobile-menu.active .mobile-nav-links li a{animation:none;opacity:1;transform:none}}.touch-device .hamburger-menu:hover{background-color:transparent}.touch-device .mobile-nav-links a:hover{transform:none;background:transparent}.touch-device .mobile-nav-links a:active{background:#3b82f633;transform:scale(.98)}.touch-device .mobile-nav-links .mobile-cta:active{transform:scale(.96);box-shadow:0 1px 4px #3b82f64d}@media print{.header{position:static;background:#fff;border-bottom:1px solid #000}.hamburger-menu,.mobile-menu{display:none!important}.nav-links{display:flex!important}.cta-button{display:inline-block!important}}.footer{background:#0f172a;color:#fff;padding:4rem 0 1rem;margin-top:4rem}.footer-content{display:grid;grid-template-columns:2fr 1fr 1fr 1fr 1fr;gap:3rem;margin-bottom:3rem}.footer-brand{max-width:350px}.footer-logo{display:flex;align-items:center;gap:0;margin-bottom:1.5rem}.footer-logo img{width:50px;height:50px;border-radius:.75rem}.footer-logo h3{font-size:1.5rem;font-weight:700;margin:0}.footer-description{color:#d1d5db;line-height:1.6;margin-bottom:2rem}.social-links{display:flex;gap:1rem}.social-links a{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:#3b82f61a;border:1px solid rgba(59,130,246,.2);border-radius:.5rem;color:var(--accent-color);text-decoration:none;transition:all .3s;font-size:1.2rem}.social-links a:hover{background:var(--accent-color);color:#fff;transform:translateY(-2px)}.footer-section{min-width:0}.footer-section h3{margin-bottom:1.25rem;font-size:1.1rem;font-weight:600;color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.footer-section ul{list-style:none;padding:0;margin:0}.footer-section ul li{margin-bottom:.6rem}.footer-section ul li a{color:#d1d5db;text-decoration:none;transition:color .3s;font-size:.9rem;line-height:1.5;display:block;white-space:nowrap}.footer-section ul li a:hover{color:var(--accent-color)}.footer-bottom{border-top:1px solid #374151;padding-top:2rem}.footer-bottom-content{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.footer-bottom p{color:#9ca3af;margin:0}.footer-bottom-links{display:flex;gap:2rem}.footer-bottom-links a{color:#9ca3af;text-decoration:none;font-size:.875rem;transition:color .3s}.footer-bottom-links a:hover{color:var(--accent-color)}@media (max-width: 1024px){.footer-content{grid-template-columns:2fr 1fr 1fr 1fr;gap:2rem}.footer-brand{max-width:300px}}@media (max-width: 768px){.footer{padding:3rem 0 1rem}.footer-content{grid-template-columns:1fr 1fr;gap:2.5rem}.footer-brand{grid-column:1 / -1;max-width:none;text-align:center;margin-bottom:1rem}.footer-logo{justify-content:center;margin-bottom:1rem}.footer-description{text-align:center;margin-bottom:1.5rem}.social-links{justify-content:center}.footer-section h3{text-align:center;margin-bottom:1rem}.footer-section ul{text-align:center}.footer-bottom-content{flex-direction:column;text-align:center;gap:1.5rem}.footer-bottom-links{justify-content:center}}@media (max-width: 480px){.footer{padding:2rem 0 1rem}.footer-content{grid-template-columns:1fr;gap:2rem}.footer-brand{margin-bottom:.5rem}.footer-logo{margin-bottom:1rem}.footer-logo h3{font-size:1.25rem}.footer-description{font-size:.9rem;line-height:1.5;margin-bottom:1.5rem}.social-links a{width:36px;height:36px;font-size:1rem}.footer-section h3{font-size:1rem;margin-bottom:1rem}.footer-section ul li{margin-bottom:.5rem}.footer-section ul li a{font-size:.875rem}.footer-bottom-links{flex-direction:column;gap:1rem}.footer-bottom-links a,.footer-bottom p{font-size:.8rem}}@media (max-width: 360px){.footer{padding:1.5rem 0 1rem}.footer-content{gap:1.5rem}.footer-logo img{width:40px;height:40px}.footer-logo h3{font-size:1.1rem}.footer-description{font-size:.85rem}.social-links{gap:.75rem}.social-links a{width:32px;height:32px;font-size:.9rem}.footer-section h3{font-size:.95rem}.footer-section ul li a{font-size:.8rem}}:root{--primary-color: #3b82f6;--secondary-color: #2563eb;--accent-color: #06b6d4;--text-primary: #1e293b;--text-secondary: #64748b;--background: #f1f5f9;--surface: #ffffff;--border: #e2e8f0;--success: #10b981;--warning: #f59e0b;--gradient-start: #3b82f6;--gradient-end: #06b6d4}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,sans-serif;line-height:1.6;color:#1e293b;background:url("data:image/svg+xml,%3Csvg width='120' height='120' viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg'%3E%3Cdefs%3E%3Cpattern id='hexagon' width='60' height='52' patternUnits='userSpaceOnUse'%3E%3Cpath d='M30 0l26 15v22L30 52 4 37V15z' fill='none' stroke='%23cbd5e1' stroke-width='0.5' opacity='0.15'/%3E%3C/pattern%3E%3C/defs%3E%3Crect width='120' height='120' fill='url(%23hexagon)'/%3E%3C/svg%3E"),url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23475569' fill-opacity='0.08'%3E%3Ccircle cx='20' cy='20' r='1.5'/%3E%3Ccircle cx='0' cy='0' r='1'/%3E%3Ccircle cx='40' cy='40' r='1'/%3E%3Ccircle cx='0' cy='40' r='1'/%3E%3Ccircle cx='40' cy='0' r='1'/%3E%3C/g%3E%3C/svg%3E"),radial-gradient(circle at 25% 25%,rgba(59,130,246,.08) 0%,transparent 60%),radial-gradient(circle at 75% 75%,rgba(6,182,212,.06) 0%,transparent 60%),radial-gradient(circle at 75% 25%,rgba(139,92,246,.04) 0%,transparent 50%),linear-gradient(135deg,#f8fafc,#f1f5f9,#e2e8f0,#f1f5f9,#e2e8f0,#f8fafc);background-attachment:fixed;background-size:120px 120px,40px 40px,600px 600px,600px 600px,400px 400px,100% 100%;min-height:100vh}.container{max-width:1200px;margin:0 auto}.gradient-text{background:linear-gradient(135deg,var(--gradient-start),var(--gradient-end));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;color:transparent}.btn-primary{background:var(--accent-color);color:#fff;padding:1rem 2rem;border-radius:.5rem;text-decoration:none;font-weight:600;transition:all .3s;display:inline-flex;align-items:center;gap:.5rem;border:none;cursor:pointer}.btn-primary:hover{background:#0891b2;transform:translateY(-2px)}.btn-secondary{background:transparent;color:var(--accent-color);padding:1rem 2rem;border:2px solid var(--accent-color);border-radius:.5rem;text-decoration:none;font-weight:600;transition:all .3s;cursor:pointer}.btn-secondary:hover{background:var(--accent-color);color:#fff}.section-title{text-align:center;font-size:2.5rem;font-weight:700;margin-bottom:1rem}.section-subtitle{text-align:center;font-size:1.125rem;color:var(--text-secondary);margin-bottom:3rem;max-width:600px;margin-left:auto;margin-right:auto}.card{background:var(--surface);padding:2rem;border-radius:1rem;border:1px solid var(--border);transition:all .3s}.card:hover{transform:translateY(-5px);box-shadow:0 10px 25px #3b82f633}.grid-auto{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.grid-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;text-align:center}.features{background:transparent;position:relative;padding:4rem 0}.feature-card{background:#ffffffd9;padding:2rem;border-radius:12px;border:1px solid rgba(6,182,212,.3);transition:.3s ease;backdrop-filter:blur(20px);box-shadow:0 8px 32px #0000001f,0 4px 16px #06b6d41a,inset 0 1px #ffffffe6}.feature-card:hover{transform:translateY(-5px);border-color:#06b6d480;box-shadow:0 15px 40px #06b6d433,0 8px 32px #00000026,inset 0 1px #fff}.feature-header{display:flex;align-items:center;gap:1rem;margin-bottom:1rem}.feature-icon{width:40px;height:40px;background:linear-gradient(135deg,#3b82f6,#06b6d4);border-radius:8px;display:flex;align-items:center;justify-content:center;color:#fff;font-size:1rem;flex-shrink:0}.feature-title{font-size:1.25rem;font-weight:600;margin:0}.feature-description{color:#64748b;line-height:1.6}.roadmap-section{background:transparent;position:relative;padding:5rem 0}.roadmap-section:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,#3b82f6,#06b6d4,transparent)}.roadmap-timeline{max-width:1000px;margin:0 auto;display:flex;flex-direction:column;gap:2.5rem}.roadmap-phase{position:relative}.phase-card{background:#fffffff2;border:1px solid rgba(6,182,212,.3);border-radius:16px;padding:0;overflow:hidden;transition:all .3s ease;backdrop-filter:blur(20px);box-shadow:0 4px 20px #00000014,0 2px 8px #06b6d40d,inset 0 1px #ffffffe6;display:flex;align-items:stretch}.phase-card:hover{transform:translateY(-2px);box-shadow:0 8px 30px #06b6d426,0 4px 16px #0000001a,inset 0 1px #ffffffe6}.phase-card.current{border-color:#3b82f64d;box-shadow:0 6px 25px #3b82f61f,0 3px 12px #00000014,inset 0 1px #ffffffe6}.phase-card.current:hover{transform:translateY(-2px);box-shadow:0 8px 30px #3b82f62e,0 4px 16px #0000001a,inset 0 1px #ffffffe6}.phase-card.upcoming{border-color:#fbbf244d;box-shadow:0 4px 20px #00000014,0 2px 8px #fbbf240d,inset 0 1px #ffffffe6}.phase-card.upcoming:hover{transform:translateY(-2px);box-shadow:0 8px 30px #fbbf2426,0 4px 16px #0000001a,inset 0 1px #ffffffe6}.phase-card.planned{border-color:#9ca3af4d;box-shadow:0 4px 20px #0000000f,0 2px 8px #9ca3af0a,inset 0 1px #ffffffe6}.phase-card.planned:hover{transform:translateY(-2px);box-shadow:0 8px 30px #9ca3af1f,0 4px 16px #00000014,inset 0 1px #ffffffe6}.phase-number{background:linear-gradient(135deg,#f8fafc,#e2e8f0);border-right:1px solid rgba(226,232,240,.8);width:80px;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:800;color:#64748b;flex-shrink:0}.phase-card.current .phase-number{background:linear-gradient(135deg,#3b82f6,#06b6d4);color:#fff;border-right-color:#3b82f64d}.phase-card.upcoming .phase-number{background:linear-gradient(135deg,#fbbf24,#f59e0b);color:#fff;border-right-color:#fbbf244d}.phase-content{flex:1;padding:2rem}.phase-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.phase-badge{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;padding:.4rem .8rem;border-radius:12px}.phase-badge.current{background:#3b82f61a;color:#3b82f6;border:1px solid rgba(59,130,246,.2)}.phase-badge.upcoming{background:#fbbf241a;color:#d97706;border:1px solid rgba(251,191,36,.2)}.phase-badge.planned{background:#9ca3af1a;color:#6b7280;border:1px solid rgba(156,163,175,.2)}.phase-period{font-size:.8rem;font-weight:500;color:#64748b;background:#f1f5f9cc;padding:.3rem .7rem;border-radius:8px;border:1px solid rgba(226,232,240,.6)}.phase-title{font-size:1.4rem;font-weight:700;color:#1e293b;margin:0 0 .75rem;line-height:1.3}.phase-description{color:#475569;font-size:1rem;line-height:1.6;margin-bottom:1.5rem}.phase-features{display:flex;flex-direction:column;gap:.75rem}.feature-row{display:flex;align-items:flex-start;gap:.75rem;padding:.5rem 0}.feature-check{font-size:1rem;font-weight:600;width:20px;height:20px;display:flex;align-items:center;justify-content:center;border-radius:50%;flex-shrink:0;margin-top:.1rem}.phase-card.current .feature-check{color:#10b981;background:#10b9811a}.phase-card.upcoming .feature-check,.phase-card.planned .feature-check{color:#94a3b8;background:#94a3b81a}.feature-text{color:#334155;font-size:.95rem;line-height:1.5;flex:1}.cta-section{padding:4rem 0;background:transparent;text-align:center}.cta-buttons{display:flex;justify-content:center;gap:1.5rem;flex-wrap:wrap;margin-top:2rem}.cta-section .section-title{margin-bottom:1rem;color:inherit}.cta-section .section-subtitle{margin-bottom:2rem;color:#334155;max-width:600px;margin-left:auto;margin-right:auto;font-weight:500}.cta-buttons{display:flex;justify-content:center;gap:1.5rem;flex-wrap:wrap}.cta-section .btn-primary{background:linear-gradient(135deg,#3b82f6,#06b6d4);color:#fff;padding:1.125rem 2.5rem;border-radius:12px;text-decoration:none;font-weight:600;font-size:1rem;transition:all .3s ease;box-shadow:0 4px 20px #3b82f64d,0 2px 8px #0000001a,inset 0 1px #ffffffe6;border:1px solid rgba(59,130,246,.2);backdrop-filter:blur(10px);display:inline-flex;align-items:center;gap:.5rem;letter-spacing:.025em}.cta-section .btn-secondary{background:#f8fafcbf;color:#1e293b;border:1px solid rgba(59,130,246,.2);backdrop-filter:blur(20px);padding:1.125rem 2.5rem;border-radius:12px;text-decoration:none;font-weight:600;font-size:1rem;transition:all .3s ease;box-shadow:0 4px 20px #0000000f,0 2px 8px #3b82f614;display:inline-flex;align-items:center;gap:.5rem;letter-spacing:.025em}.cta-section .btn-secondary:hover{background:#f8fafce6;transform:translateY(-3px);box-shadow:0 8px 30px #3b82f626,0 4px 16px #00000014;border-color:#3b82f64d;color:#3b82f6}.cta-section .btn-primary:hover{transform:translateY(-3px);box-shadow:0 8px 30px #3b82f666,0 4px 16px #00000026;border-color:#3b82f666}.cta-section .btn-primary i,.cta-section .btn-secondary i{font-size:.9rem;transition:transform .3s ease}.cta-section .btn-primary:hover i{transform:translate(2px)}.cta-section .btn-secondary:hover i{transform:scale(1.1)}.status-badge{display:inline-block;padding:.5rem 1rem;border-radius:2rem;font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;margin-top:1rem}.status-badge.completed{background:#10b9811a;color:#3b82f6;border:1px solid #3b82f6}.status-badge.in-progress{background:#f59e0b1a;color:#06b6d4;border:1px solid #06b6d4}.status-badge.upcoming{background:#6b72801a;color:#06b6d4;border:1px solid #06b6d4}.status-badge.planned{background:#8b5cf61a;color:#8b5cf6;border:1px solid #8b5cf6}.section-header{text-align:center;margin-bottom:3rem}.section-header h2{font-size:2.5rem;font-weight:700;margin-bottom:1rem;background:linear-gradient(135deg,#3b82f6,#06b6d4);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.section-header p{color:#334155;font-size:1.125rem;font-weight:500}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;max-width:1000px;margin:0 auto}.stat-card{text-align:center;padding:2rem;background:#0f172ae6;border-radius:12px;border:1px solid rgba(255,255,255,.1);transition:transform .3s ease;backdrop-filter:blur(10px)}.stat-card:hover{transform:translateY(-5px)}.stat-number{font-size:2.5rem;font-weight:700;color:#06b6d4;margin-bottom:.5rem}.hero{position:relative;min-height:100vh;height:auto;display:flex;align-items:center;overflow:hidden;padding:0;margin-top:0}.hero-video-container{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1;overflow:hidden}.hero-video{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:fill;z-index:1}.video-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#0f172abf;z-index:2}.hero .container{position:relative;z-index:3;max-width:1200px;margin:0 auto;padding:8rem 2rem 4rem;height:100%;display:flex;align-items:center;justify-content:center}.hero-content{text-align:center;max-width:900px;margin:0 auto;padding:3rem 0}.hero-badge{display:inline-flex;align-items:center;gap:.5rem;background:#3b82f633;border:1px solid rgba(59,130,246,.4);padding:.5rem 1rem;border-radius:50px;margin-bottom:0rem;font-size:.875rem;font-weight:600;color:#06b6d4;backdrop-filter:blur(10px);animation:fadeInUp .8s ease-out}.hero-badge i{color:#3b82f6}.hero-title{margin-bottom:.75rem;margin-top:0rem;animation:fadeInUp .8s ease-out .2s both}.hero-title-main{font-size:clamp(3.5rem,10vw,7rem);font-weight:900;letter-spacing:.05em;background:linear-gradient(135deg,#3b82f6,#06b6d4,#00bcd4);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;margin-bottom:0rem;display:block;font-family:Inter,sans-serif;text-transform:uppercase;text-shadow:0 0 20px rgba(59,130,246,.6),0 0 40px rgba(6,182,212,.4),1px 1px 0px rgba(30,41,59,.8),2px 2px 0px rgba(15,23,42,.6),3px 3px 8px rgba(0,0,0,.3);-webkit-text-stroke:.5px rgba(255,255,255,.4);filter:brightness(1.3) saturate(1.2)}.hero-title-sub{display:block;font-size:clamp(1.125rem,2vw,1.5rem);font-weight:600;color:#ffffffd9;margin-bottom:2.5rem;line-height:1.2;letter-spacing:.05em;text-align:center;position:relative;text-transform:uppercase}.hero-description{font-size:clamp(1.125rem,1.8vw,1.375rem);background:linear-gradient(135deg,#fffffff2,#ffffffd9,#e2e8f0e6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;line-height:1.8;margin-bottom:3.5rem;max-width:800px;margin-left:auto;margin-right:auto;font-weight:300;text-align:center;letter-spacing:.02em;position:relative;padding:2rem;backdrop-filter:blur(10px);border-radius:20px;border:1px solid rgba(255,255,255,.1);box-shadow:0 8px 32px #0003,inset 0 1px #fff3}.hero-description:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,#06b6d40d,#3b82f60d,#8b5cf60d);border-radius:20px;z-index:-1;animation:backgroundShimmer 6s ease-in-out infinite}@keyframes backgroundShimmer{0%,to{opacity:.3}50%{opacity:.6}}.hero-description:after{content:'"';position:absolute;bottom:-1rem;right:.5rem;font-size:3rem;color:#06b6d499;font-family:serif;line-height:1}.hero-description:before{content:'"';position:absolute;top:-.5rem;left:.5rem;font-size:3rem;color:#06b6d499;font-family:serif;line-height:1}.hero-features{display:grid;grid-template-columns:repeat(2,1fr);grid-template-rows:auto auto;gap:1.5rem;margin-bottom:3rem;max-width:500px;margin-left:auto;margin-right:auto;justify-items:center}.feature-item{display:flex;align-items:center;gap:.5rem;background:#0f172acc;border:1px solid rgba(59,130,246,.3);border-radius:8px;padding:.75rem 1.25rem;backdrop-filter:blur(10px);transition:all .3s ease;width:auto;white-space:nowrap}.feature-item:hover{background:#0f172ae6;border-color:#3b82f699;transform:translateY(-2px);box-shadow:0 8px 25px #3b82f626}.feature-item i{color:#3b82f6;font-size:1rem;transition:all .3s ease;filter:drop-shadow(0 2px 4px rgba(59,130,246,.3))}.feature-item span{color:#fff;font-size:.8rem;font-weight:500;letter-spacing:.025em;text-shadow:0 1px 2px rgba(0,0,0,.5);white-space:nowrap}.feature-item:hover i{color:#60a5fa;transform:scale(1.1)}.feature-item:nth-child(3){grid-column:1 / -1;justify-self:center}.hero-buttons{display:flex;justify-content:center;gap:1.5rem;margin-bottom:2rem;flex-wrap:wrap;animation:fadeInUp .8s ease-out .8s both}.btn-cta{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;border-radius:10px;font-weight:600;text-decoration:none;transition:all .2s ease;position:relative;justify-content:center;font-size:.9rem;border:none;cursor:pointer;font-family:inherit;letter-spacing:.3px;transform:translateY(0);min-width:180px;text-align:center}.btn-cta-primary{background:linear-gradient(145deg,#4f46e5,#3b82f6,#06b6d4);color:#fff;box-shadow:0 6px #2563eb,0 12px 20px #3b82f64d;border:1px solid #1d4ed8}.btn-cta-primary:hover{transform:translateY(-2px);box-shadow:0 8px #2563eb,0 16px 25px #3b82f666}.btn-cta-primary:active{transform:translateY(2px);box-shadow:0 2px #2563eb,0 4px 8px #3b82f64d}.btn-cta-secondary{background:linear-gradient(145deg,#64748b,#475569);color:#fff;box-shadow:0 6px #334155,0 12px 20px #4755694d;border:1px solid #1e293b}.btn-cta-secondary:hover{background:linear-gradient(145deg,#71717a,#52525b);transform:translateY(-2px);box-shadow:0 8px #334155,0 16px 25px #47556966}.btn-cta-secondary:active{transform:translateY(2px);box-shadow:0 2px #334155,0 4px 8px #4755694d}.btn-text{font-size:.9rem;font-weight:600;letter-spacing:.3px}.btn-cta i{font-size:.9rem;transition:transform .2s ease}.btn-cta:hover i{transform:translate(2px)}.hero-visual{position:absolute;top:50%;right:8%;transform:translateY(-50%);z-index:3;width:220px;height:320px}.stats{background:transparent;position:relative;padding:5rem 0}.stat-item{background:#f8fafcbf;padding:2rem;border-radius:12px;border:1px solid rgba(6,182,212,.2);transition:.3s ease;text-align:center;backdrop-filter:blur(20px);box-shadow:0 4px 20px #00000014,0 2px 8px #06b6d414,inset 0 1px #fff9}.stat-item:hover{transform:translateY(-3px);background:#f8fafcd9;box-shadow:0 8px 30px #06b6d426,0 4px 16px #0000001a,inset 0 1px #fffc;border-color:#06b6d44d}.stat-number{font-size:3rem;font-weight:800;background:linear-gradient(135deg,#3b82f6,#06b6d4);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:.75rem;line-height:1}.stat-label{color:#334155;font-weight:600;font-size:.95rem;text-transform:uppercase;letter-spacing:.5px;opacity:.9}.products-section{background:transparent;padding:4rem 0}.products-grid{display:grid;grid-template-columns:1fr;gap:2rem;max-width:1200px;margin:0 auto}.product-card{background:#fffffff2;border-radius:16px;padding:0;border:1px solid rgba(226,232,240,.3);box-shadow:0 4px 20px #00000014,0 2px 8px #e2e8f00d,inset 0 1px #ffffffe6;transition:all .3s ease;backdrop-filter:blur(20px);display:flex;flex-direction:column;height:100%}.product-card:hover{transform:translateY(-3px);box-shadow:0 8px 30px #0000001f,0 4px 16px #e2e8f014,inset 0 1px #ffffffe6}.product-header{display:flex;justify-content:center;margin-bottom:2rem;padding:2.5rem 2rem 0}.product-badge{padding:.5rem 1rem;border-radius:20px;font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.8px}.product-badge.professional{background:#3b82f61a;color:#3b82f6;border:1px solid rgba(59,130,246,.3)}.product-badge.advanced{background:#10b9811a;color:#10b981;border:1px solid rgba(16,185,129,.3)}.product-badge.premium{background:#8b5cf61a;color:#8b5cf6;border:1px solid rgba(139,92,246,.3)}.product-badge.educational{background:#fbbf241a;color:#d97706;border:1px solid rgba(251,191,36,.3)}.product-badge.exclusive{background:#ec48991a;color:#ec4899;border:1px solid rgba(236,72,153,.3)}.product-badge.utility{background:#06b6d41a;color:#0891b2;border:1px solid rgba(6,182,212,.3)}.product-content{flex:1;display:flex;flex-direction:column;padding:0 2rem 2rem}.product-title{font-size:1.6rem;font-weight:700;color:#1e293b;margin-bottom:.5rem;text-align:center}.product-subtitle{font-size:.85rem;font-weight:500;color:#64748b;text-transform:uppercase;letter-spacing:.8px;margin-bottom:1.5rem;text-align:center}.product-description{color:#475569;line-height:1.65;margin-bottom:2rem;font-size:.95rem;text-align:left}.product-features{flex:1}.product-features h4{font-size:.85rem;font-weight:600;color:#374151;text-transform:uppercase;letter-spacing:.8px;margin-bottom:1.25rem;border-bottom:1px solid #e5e7eb;padding-bottom:.75rem}.product-features ul{list-style:none;padding:0;margin:0}.product-features li{color:#475569;font-size:.9rem;line-height:1.65;margin-bottom:.875rem;padding-left:1.75rem;position:relative}.product-features li:before{content:"✓";position:absolute;left:0;color:#10b981;font-weight:600;font-size:1rem}.product-features li:last-child{margin-bottom:0}.product-action{margin-top:auto;padding:1.25rem 2rem;border-top:1px solid rgba(226,232,240,.5);background:#f8fafc80;border-radius:0 0 16px 16px}.product-action .btn{display:inline-flex;align-items:center;justify-content:center;gap:.4rem;padding:.7rem 1.4rem;background:linear-gradient(135deg,#3b82f6,#06b6d4);color:#fff;text-decoration:none;border-radius:6px;font-weight:600;font-size:.8rem;transition:all .3s ease;border:none;cursor:pointer;text-transform:uppercase;letter-spacing:.5px;width:100%;box-shadow:0 2px 8px #3b82f640,0 1px 4px #06b6d426}.product-action .btn:hover{transform:translateY(-1px);box-shadow:0 4px 12px #3b82f659,0 2px 8px #06b6d440;background:linear-gradient(135deg,#2563eb,#0891b2)}.product-action .btn:active{transform:translateY(0);box-shadow:0 1px 4px #3b82f640,0 1px 2px #06b6d426}.product-action .btn i{font-size:.7rem;transition:transform .3s ease}.product-action .btn:hover i{transform:translate(2px)}.product-action .btn.btn-coming-soon{background:linear-gradient(135deg,#64748b,#94a3b8);color:#fff;cursor:not-allowed;box-shadow:0 2px 8px #64748b40,0 1px 4px #94a3b826}.product-action .btn.btn-coming-soon:hover{transform:none;background:linear-gradient(135deg,#64748b,#94a3b8);box-shadow:0 2px 8px #64748b40,0 1px 4px #94a3b826;cursor:not-allowed}.product-action .btn.btn-coming-soon:active{transform:none;box-shadow:0 2px 8px #64748b40,0 1px 4px #94a3b826}.product-action .btn.btn-coming-soon i{opacity:.8}.product-action .btn.btn-coming-soon:hover i{transform:none;opacity:.8}.business-model-section{background:linear-gradient(135deg,#f8fafccc,#f1f5f999);position:relative;padding:5rem 0}.business-model-section:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,#3b82f6,#06b6d4,transparent)}.business-model-grid{display:grid;grid-template-columns:1fr;gap:4rem;margin-top:3rem}.business-section{padding:2rem 0;border-bottom:1px solid rgba(226,232,240,.6)}.business-section:last-child{border-bottom:none}.business-section-header{display:flex;align-items:center;gap:1rem;margin-bottom:2rem}.business-section-icon{width:50px;height:50px;background:linear-gradient(135deg,#3b82f6,#06b6d4);border-radius:12px;display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.3rem}.business-section-title{font-size:1.8rem;font-weight:700;color:#1e293b;margin:0}.business-content-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem}.business-item{display:flex;align-items:flex-start;gap:1rem;padding:1.5rem;background:#ffffffb3;border-radius:12px;border-left:4px solid #3b82f6;transition:all .3s ease}.business-item:hover{background:#ffffffe6;border-left-color:#06b6d4;transform:translate(5px);box-shadow:0 4px 20px #3b82f61a}.business-item-icon{width:40px;height:40px;background:linear-gradient(135deg,#3b82f6,#06b6d4);border-radius:8px;display:flex;align-items:center;justify-content:center;color:#fff;font-size:1rem;flex-shrink:0}.business-item-content h4{font-size:1.1rem;font-weight:600;color:#1e293b;margin-bottom:.5rem}.business-item-content p{color:#475569;font-size:.9rem;line-height:1.5;margin:0}.sustainability-section{background:linear-gradient(135deg,#22c55e0d,#10b98108);border-radius:16px;padding:2.5rem;border:1px solid rgba(34,197,94,.2)}.sustainability-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.sustainability-item{padding:1.5rem;background:#fffc;border-radius:12px;border-left:4px solid #22c55e;transition:all .3s ease}.sustainability-item:hover{background:#fff;transform:translateY(-2px);box-shadow:0 6px 20px #22c55e1a}.stats{position:relative;padding:5rem 0;margin:3rem 0;background:linear-gradient(135deg,#3b82f605,#06b6d405)}.stats .container{max-width:1200px;margin:0 auto;padding:0 2rem}.stats-header{text-align:center;margin-bottom:3rem}.stats-header .section-title{font-size:2.5rem;font-weight:700;margin-bottom:1rem}.stats-header .section-subtitle{font-size:1.1rem;color:#64748b;max-width:600px;margin:0 auto;line-height:1.6}.stats-layout{display:flex;justify-content:center;align-items:center}.tradingview-card{position:relative;width:100%;max-width:1100px;border-radius:20px;overflow:hidden;background:#fffffff2;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.3);box-shadow:0 20px 40px #0000001a,0 8px 16px #0000000d,inset 0 1px #fff9;transition:all .4s cubic-bezier(.4,0,.2,1);padding:8px}.tradingview-card:before{content:"";position:absolute;inset:0;border-radius:20px;padding:2px;background:linear-gradient(135deg,#3b82f64d,#06b6d44d,#a855f733);mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);mask-composite:exclude;-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;z-index:-1}.tradingview-card:hover{box-shadow:0 24px 48px #0000001f,0 12px 24px #3b82f614,inset 0 1px #fffc;border-color:#ffffff80}.tradingview-card:hover:before{background:linear-gradient(135deg,#3b82f680,#06b6d480,#a855f766)}.card-header{display:flex;justify-content:center;align-items:center;padding:.5rem;border-bottom:1px solid rgba(0,0,0,.05)}.card-title{display:flex;align-items:center;gap:.75rem;font-size:1.1rem;font-weight:600;color:#1e293b}.card-title i{color:#3b82f6;font-size:1.2rem}.tradingview-chart{width:100%;height:auto;display:block;transition:all .4s cubic-bezier(.4,0,.2,1);border-radius:0;object-fit:cover;box-shadow:0 8px 24px #00000014,inset 0 1px #fff3}.card-footer{display:flex;justify-content:center;align-items:center;padding:1rem 1.5rem;border-top:1px solid rgba(0,0,0,.05);background:#f8fafc80;min-height:60px}.trading-charts-grid{display:grid;grid-template-columns:2fr 1fr;gap:1rem;margin-top:3rem}.trading-image-single{width:100%;height:auto;display:block;border-radius:8px;transition:all .3s ease;object-fit:contain;object-position:center;max-height:350px}.trading-image-single:hover{transform:scale(1.02)}@media (max-width: 768px){.stats-layout{grid-template-columns:1fr;gap:2.5rem}.stats{padding:3rem 0;margin:1.5rem 0}.stats .container{padding:0 1.5rem}.stats-header .section-title{font-size:2rem}.stats-header .section-subtitle{font-size:1rem}.tradingview-card{max-width:100%}.card-header{padding:1rem 1rem .75rem}.card-title{font-size:1rem}}@media (max-width: 480px){.stats{padding:2.5rem 0;margin:1rem 0}.stats .container{padding:0 1rem}.stats-header{margin-bottom:2rem}.stats-header .section-title{font-size:1.75rem}.stats-header .section-subtitle{font-size:.95rem}.tradingview-card{max-width:100%;padding:4px}.card-header{padding:.75rem .75rem .5rem}.card-title{font-size:.95rem;gap:.5rem}.card-footer{padding:.5rem;font-size:.75rem;gap:.5rem}.trading-charts-grid{grid-template-columns:1fr;gap:1.5rem;margin-top:2rem}.trading-image-single{max-height:300px}}@media (max-width: 359.98px){.container{padding:0 1rem}.grid-auto{grid-template-columns:1fr;gap:1rem}.hero{min-height:70vh;padding:0}.hero .container{padding:4rem 1rem 2rem}.hero-content{padding:1.5rem 0}.hero-badge{font-size:.75rem;padding:.4rem .8rem;margin-bottom:1rem}.hero-title-main{font-size:clamp(2rem,8vw,2.5rem);margin-bottom:.5rem}.hero-title-sub{font-size:clamp(.9rem,3vw,1rem);margin-bottom:1.5rem}.hero-description{font-size:clamp(.85rem,3vw,.95rem);padding:1rem;margin-bottom:2rem;line-height:1.6}.hero-features{grid-template-columns:1fr;gap:.8rem;margin-bottom:2rem}.features{padding:2rem 0}.section-title{font-size:1.4rem;margin-bottom:.8rem}.section-subtitle{font-size:.85rem;margin-bottom:1.5rem;line-height:1.5}.feature-card{padding:1rem;border-radius:8px}.feature-header{gap:.8rem;margin-bottom:.8rem}.feature-icon{width:25px;height:25px;font-size:.7rem;border-radius:4px}.feature-title{font-size:.9rem;line-height:1.3}.feature-description{font-size:.8rem;line-height:1.5}.products-section{padding:2.5rem 0}.products-section .section-title{font-size:1.4rem;margin-bottom:.8rem}.products-section .section-subtitle{font-size:.85rem;margin-bottom:1.5rem;line-height:1.5}.products-grid{grid-template-columns:1fr;gap:1.5rem}.product-card{border-radius:12px}.product-header{padding:1.5rem 1rem 0;margin-bottom:1.5rem}.product-badge{padding:.4rem .8rem;font-size:.6rem;border-radius:16px}.product-content{padding:0 1rem 1.5rem}.product-title{font-size:1.2rem;margin-bottom:.4rem}.product-subtitle{font-size:.75rem;margin-bottom:1rem}.product-description{font-size:.85rem;margin-bottom:1.5rem;line-height:1.6}.product-features h4{font-size:.75rem;margin-bottom:1rem;padding-bottom:.5rem}.product-features li{font-size:.8rem;margin-bottom:.75rem;line-height:1.6}.product-action .btn{padding:.6rem 1.2rem;font-size:.75rem}.business-model-section{padding:2.5rem 0}.business-model-section .section-title{font-size:1.4rem;margin-bottom:.8rem}.business-model-section .section-subtitle{font-size:.85rem;margin-bottom:1.5rem;line-height:1.5}.business-model-grid{gap:2.5rem;margin-top:2rem}.business-section{padding:1.5rem 0}.business-section-header{gap:.75rem;margin-bottom:1.5rem}.business-section-icon{width:28px;height:28px;font-size:.85rem;border-radius:6px}.business-section-title{font-size:1.1rem}.business-content-grid{grid-template-columns:1fr;gap:1rem}.business-item{padding:1rem;gap:.75rem;border-radius:8px}.business-item-icon{width:30px;height:30px;font-size:.8rem;border-radius:6px}.business-item-content h4{font-size:.95rem;margin-bottom:.4rem}.business-item-content p{font-size:.8rem;line-height:1.4}.sustainability-section{padding:1rem;border-radius:10px}.sustainability-content{grid-template-columns:1fr;gap:.75rem}.sustainability-item{padding:.75rem;border-radius:6px}.sustainability-item h4{font-size:.9rem;margin-bottom:.4rem}.sustainability-item p{font-size:.75rem;line-height:1.4}.roadmap-section{padding:2.5rem 0}.roadmap-section .section-title{font-size:1.4rem;margin-bottom:.8rem}.roadmap-section .section-subtitle{font-size:.85rem;margin-bottom:1.5rem;line-height:1.5}.roadmap-timeline{gap:1.5rem}.phase-card{flex-direction:column;border-radius:12px}.phase-number{width:100%;height:50px;border-right:none;border-bottom:1px solid rgba(226,232,240,.8);font-size:1.2rem}.phase-content{padding:1.25rem}.phase-header{flex-direction:row;justify-content:space-between;align-items:center;gap:.5rem;margin-bottom:1rem}.phase-badge{font-size:.65rem;padding:.3rem .6rem;border-radius:8px}.phase-period{font-size:.7rem;padding:.25rem .5rem;border-radius:6px}.phase-title{font-size:1rem;margin-bottom:.6rem;line-height:1.2}.phase-description{font-size:.8rem;margin-bottom:1.25rem;line-height:1.5}.feature-row{gap:.5rem;padding:.3rem 0}.feature-check{font-size:.8rem}.feature-text{font-size:.8rem;line-height:1.4}.stats{padding:2.5rem 0}.grid-stats{grid-template-columns:1fr;gap:1rem}.stat-item{padding:1.25rem;border-radius:10px}.stat-number{font-size:2rem;margin-bottom:.5rem}.stat-label{font-size:.8rem;letter-spacing:.3px}.cta-section{padding:2.5rem 0}.cta-section .section-title{font-size:1.75rem;margin-bottom:.75rem}.cta-section .section-subtitle{font-size:.9rem;margin-bottom:1.5rem;padding:0 1rem}.cta-buttons{flex-direction:column;gap:1rem;align-items:center}.cta-section .btn-primary,.cta-section .btn-secondary{padding:.875rem 1.75rem;font-size:.9rem;border-radius:10px;width:100%;max-width:280px;justify-content:center}.cta-section .btn-primary i,.cta-section .btn-secondary i{font-size:.8rem}}@media (min-width: 360px) and (max-width: 575.98px){.container{padding:0 1.5rem}.grid-auto{grid-template-columns:1fr;gap:1.2rem}.hero{min-height:80vh;padding:0}.hero .container{padding:5rem 1.5rem 3rem}.hero-content{padding:2rem 0}.hero-badge{font-size:.8rem;padding:.5rem 1rem;margin-bottom:1.2rem}.hero-title-main{font-size:clamp(2.5rem,9vw,3.5rem);margin-bottom:.5rem}.hero-title-sub{font-size:clamp(1rem,3.5vw,1.2rem);margin-bottom:2rem}.hero-description{font-size:clamp(.9rem,3.5vw,1.1rem);padding:1.5rem;margin-bottom:2.5rem;line-height:1.7}.hero-features{grid-template-columns:1fr;gap:1rem;margin-bottom:2.5rem}.features{padding:2.5rem 0}.section-title{font-size:1.4rem;margin-bottom:1rem}.section-subtitle{font-size:.9rem;margin-bottom:2rem;line-height:1.6}.feature-card{padding:1.5rem;border-radius:10px}.feature-header{gap:1rem;margin-bottom:1rem}.feature-icon{width:32px;height:32px;font-size:.875rem;border-radius:6px}.feature-title{font-size:1rem;line-height:1.3}.feature-description{font-size:.9rem;line-height:1.6}.products-section{padding:3rem 0}.products-section .section-title{font-size:1.4rem;margin-bottom:1rem}.products-section .section-subtitle{font-size:.9rem;margin-bottom:1.75rem;line-height:1.6}.products-grid{grid-template-columns:1fr;gap:1.75rem}.product-card{border-radius:14px}.product-header{padding:2rem 1.5rem 0;margin-bottom:1.75rem}.product-badge{padding:.45rem .9rem;font-size:.65rem;border-radius:18px}.product-content{padding:0 1.5rem 2rem}.product-title{font-size:1.35rem;margin-bottom:.45rem}.product-subtitle{font-size:.8rem;margin-bottom:1.25rem}.product-description{font-size:.9rem;margin-bottom:1.75rem;line-height:1.65}.product-features h4{font-size:.8rem;margin-bottom:1.1rem;padding-bottom:.6rem}.product-features li{font-size:.85rem;margin-bottom:.8rem;line-height:1.65}.product-action .btn{padding:.65rem 1.3rem;font-size:.78rem}.business-model-section{padding:3rem 0}.business-model-section .section-title{font-size:1.4rem;margin-bottom:1rem}.business-model-section .section-subtitle{font-size:.9rem;margin-bottom:1.75rem;line-height:1.6}.business-model-grid{gap:3rem;margin-top:2.25rem}.business-section{padding:1.75rem 0}.business-section-header{gap:.875rem;margin-bottom:1.75rem}.business-section-icon{width:40px;height:40px;font-size:1.1rem;border-radius:10px}.business-section-title{font-size:1.2rem}.business-content-grid{grid-template-columns:1fr;gap:1.25rem}.business-item{padding:1.25rem;gap:.875rem;border-radius:10px}.business-item-icon{width:35px;height:35px;font-size:.9rem;border-radius:7px}.business-item-content h4{font-size:1rem;margin-bottom:.45rem}.business-item-content p{font-size:.85rem;line-height:1.5}.sustainability-section{padding:1.25rem;border-radius:12px}.sustainability-content{grid-template-columns:1fr;gap:1rem}.sustainability-item{padding:1rem;border-radius:8px}.sustainability-item h4{font-size:.95rem;margin-bottom:.45rem}.sustainability-item p{font-size:.8rem;line-height:1.5}.roadmap-section{padding:3rem 0}.roadmap-section .section-title{font-size:1.4rem;margin-bottom:1rem}.roadmap-section .section-subtitle{font-size:.9rem;margin-bottom:1.75rem;line-height:1.6}.roadmap-timeline{gap:1.75rem}.phase-card{flex-direction:column;border-radius:14px}.phase-number{width:100%;height:55px;border-right:none;border-bottom:1px solid rgba(226,232,240,.8);font-size:1.3rem}.phase-content{padding:1.5rem}.phase-header{flex-direction:row;justify-content:space-between;align-items:center;gap:.6rem;margin-bottom:1.25rem}.phase-badge{font-size:.7rem;padding:.35rem .7rem;border-radius:10px}.phase-period{font-size:.75rem;padding:.3rem .6rem;border-radius:7px}.phase-title{font-size:1.15rem;margin-bottom:.7rem;line-height:1.3}.phase-description{font-size:.85rem;margin-bottom:1.4rem;line-height:1.5}.feature-row{gap:.6rem;padding:.35rem 0}.feature-check{font-size:.85rem}.feature-text{font-size:.85rem;line-height:1.5}.stats{padding:2.5rem 0}.grid-stats{grid-template-columns:repeat(2,1fr);gap:1rem}.stat-item{padding:1.25rem 1rem;border-radius:10px}.stat-number{font-size:2rem;margin-bottom:.5rem}.stat-label{font-size:.75rem;letter-spacing:.3px;line-height:1.3}.cta-section{padding:3rem 0}.cta-section .section-title{font-size:2rem;margin-bottom:1rem}.cta-section .section-subtitle{font-size:.95rem;margin-bottom:1.75rem;padding:0 1rem}.cta-buttons{flex-direction:column;gap:1.25rem;align-items:center}.cta-section .btn-primary,.cta-section .btn-secondary{padding:1rem 2rem;font-size:.95rem;border-radius:12px;width:100%;max-width:320px;justify-content:center}.cta-section .btn-primary i,.cta-section .btn-secondary i{font-size:.85rem}}@media (min-width: 576px) and (max-width: 991.98px){.grid-auto{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem}.hero{min-height:85vh;padding:0}.hero .container{padding:6rem 2rem 4rem}.hero-content{padding:2.5rem 0}.hero-badge{font-size:.875rem;padding:.5rem 1rem;margin-bottom:1.5rem}.hero-title-main{font-size:clamp(3rem,8vw,5rem);margin-bottom:.5rem}.hero-title-sub{font-size:clamp(1.1rem,2.5vw,1.3rem);margin-bottom:2.2rem}.hero-description{font-size:clamp(1rem,2.5vw,1.2rem);padding:1.8rem;margin-bottom:3rem;line-height:1.75;max-width:700px}.hero-features{grid-template-columns:repeat(2,1fr);gap:1.2rem;margin-bottom:3rem;max-width:600px}.features{padding:3rem 0}.section-title{font-size:2rem;margin-bottom:1.2rem}.section-subtitle{font-size:1rem;margin-bottom:2.5rem;line-height:1.6}.feature-card{padding:1.8rem;border-radius:12px}.feature-header{gap:1rem;margin-bottom:1rem}.feature-icon{width:36px;height:36px;font-size:.9rem;border-radius:7px}.feature-title{font-size:1.1rem;line-height:1.3}.feature-description{font-size:1rem;line-height:1.6}.products-section{padding:3.5rem 0}.products-section .section-title{font-size:1.8rem;margin-bottom:1.2rem}.products-section .section-subtitle{font-size:1rem;margin-bottom:2rem;line-height:1.6}.products-grid{grid-template-columns:repeat(2,1fr);gap:2rem}.product-card{border-radius:15px}.product-header{padding:2.25rem 1.75rem 0;margin-bottom:2rem}.product-badge{padding:.5rem 1rem;font-size:.7rem;border-radius:20px}.product-content{padding:0 1.75rem 2.25rem}.product-title{font-size:1.45rem;margin-bottom:.5rem}.product-subtitle{font-size:.82rem;margin-bottom:1.4rem}.product-description{font-size:.92rem;margin-bottom:1.9rem;line-height:1.65}.product-features h4{font-size:.82rem;margin-bottom:1.2rem;padding-bottom:.7rem}.product-features li{font-size:.87rem;margin-bottom:.85rem;line-height:1.65}.product-action .btn{padding:.7rem 1.4rem;font-size:.85rem}.business-model-section{padding:3.5rem 0}.business-model-section .section-title{font-size:1.8rem;margin-bottom:1.2rem}.business-model-section .section-subtitle{font-size:1rem;margin-bottom:2rem;line-height:1.6}.business-model-grid{gap:3.5rem;margin-top:2.5rem}.business-section{padding:2rem 0}.business-section-header{gap:1rem;margin-bottom:2rem}.business-section-icon{width:45px;height:45px;font-size:1.2rem;border-radius:11px}.business-section-title{font-size:1.6rem}.business-content-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem}.business-item{padding:1.5rem;gap:1rem;border-radius:11px}.business-item-icon{width:38px;height:38px;font-size:.95rem;border-radius:8px}.business-item-content h4{font-size:1.05rem;margin-bottom:.5rem}.business-item-content p{font-size:.87rem;line-height:1.5}.sustainability-section{padding:2rem;border-radius:15px}.sustainability-content{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem}.sustainability-item{padding:1.5rem;border-radius:11px}.roadmap-section{padding:3.5rem 0}.roadmap-section .section-title{font-size:1.8rem;margin-bottom:1.2rem}.roadmap-section .section-subtitle{font-size:1rem;margin-bottom:2rem;line-height:1.6}.roadmap-timeline{gap:2rem}.phase-card{flex-direction:row;border-radius:15px}.phase-number{width:70px;height:auto;border-right:1px solid rgba(226,232,240,.8);border-bottom:none;font-size:1.4rem}.phase-content{padding:1.75rem}.phase-header{flex-direction:row;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1.5rem}.phase-badge{font-size:.75rem;padding:.4rem .8rem;border-radius:12px}.phase-period{font-size:.8rem;padding:.3rem .7rem;border-radius:8px}.phase-title{font-size:1.3rem;margin-bottom:.75rem;line-height:1.3}.phase-description{font-size:.95rem;margin-bottom:1.5rem;line-height:1.6}.feature-row{gap:.75rem;padding:.4rem 0}.feature-check{font-size:.9rem}.feature-text{font-size:.9rem;line-height:1.5}.stats{padding:4rem 0}.grid-stats{grid-template-columns:repeat(2,1fr);gap:1.75rem}.stat-item{padding:1.75rem;border-radius:12px}.stat-number{font-size:2.75rem;margin-bottom:.7rem}.stat-label{font-size:.9rem;letter-spacing:.45px}.cta-section{padding:3.5rem 0}.cta-section .section-title{font-size:2.25rem;margin-bottom:1rem}.cta-section .section-subtitle{font-size:1rem;margin-bottom:2rem}.cta-buttons{flex-direction:row;gap:1.5rem;justify-content:center}.cta-section .btn-primary,.cta-section .btn-secondary{padding:1.125rem 2.25rem;font-size:1rem;border-radius:12px;width:200px;min-width:200px;white-space:nowrap}.cta-section .btn-primary i,.cta-section .btn-secondary i{font-size:.9rem}}@media (min-width: 992px) and (max-width: 1199.98px){.grid-auto{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.hero{min-height:95vh;padding:0}.hero .container{padding:7rem 2rem 5rem}.hero-content{padding:3rem 0}.hero-badge{font-size:.875rem;padding:.5rem 1rem;margin-bottom:1.5rem}.hero-title-main{font-size:clamp(4rem,7vw,6rem);margin-bottom:.5rem}.hero-title-sub{font-size:clamp(1.2rem,2vw,1.4rem);margin-bottom:2.5rem}.hero-description{font-size:clamp(1.1rem,1.8vw,1.3rem);padding:2rem;margin-bottom:3.5rem;line-height:1.8;max-width:750px}.hero-features{grid-template-columns:repeat(2,1fr);gap:1.5rem;margin-bottom:3.5rem;max-width:650px}.features{padding:4rem 0}.section-title{font-size:2.5rem;margin-bottom:1.5rem}.section-subtitle{font-size:1.1rem;margin-bottom:3rem;line-height:1.6}.feature-card{padding:2rem;border-radius:12px}.feature-header{gap:1rem;margin-bottom:1rem}.feature-icon{width:36px;height:36px;font-size:.9rem;border-radius:7px}.feature-title{font-size:1.1rem;line-height:1.3}.feature-description{line-height:1.6}.products-section{padding:4rem 0}.products-section .section-title{font-size:2.5rem;margin-bottom:1.5rem}.products-section .section-subtitle{font-size:1.1rem;margin-bottom:3rem;line-height:1.6}.products-grid{grid-template-columns:repeat(2,1fr);gap:2.5rem}.product-card{border-radius:16px}.product-header{padding:2.5rem 2rem 0;margin-bottom:2rem}.product-badge{padding:.5rem 1rem;font-size:.7rem;border-radius:20px}.product-content{padding:0 2rem 2rem}.product-title{font-size:1.6rem;margin-bottom:.5rem}.product-subtitle{font-size:.85rem;margin-bottom:1.5rem}.product-description{font-size:.95rem;margin-bottom:2rem;line-height:1.65}.product-features h4{font-size:.85rem;margin-bottom:1.25rem;padding-bottom:.75rem}.product-features li{font-size:.9rem;margin-bottom:.875rem;line-height:1.65}.product-action .btn{padding:.75rem 1.5rem;font-size:.87rem}.business-model-section{padding:4rem 0}.business-model-section .section-title{font-size:2.5rem;margin-bottom:1.5rem}.business-model-section .section-subtitle{font-size:1.1rem;margin-bottom:3rem;line-height:1.6}.business-model-grid{gap:4rem;margin-top:3rem}.business-section{padding:2rem 0}.business-section-header{gap:1rem;margin-bottom:2rem}.business-section-icon{width:50px;height:50px;font-size:1.3rem;border-radius:12px}.business-section-title{font-size:1.8rem}.business-content-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem}.business-item{padding:1.5rem;gap:1rem;border-radius:12px}.business-item-icon{width:40px;height:40px;font-size:1rem;border-radius:8px}.business-item-content h4{font-size:1.1rem;margin-bottom:.5rem}.business-item-content p{font-size:.9rem;line-height:1.5}.sustainability-section{padding:2.5rem;border-radius:16px}.sustainability-content{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.sustainability-item{padding:1.5rem;border-radius:12px}.roadmap-section{padding:4rem 0}.roadmap-section .section-title{font-size:2.5rem;margin-bottom:1.5rem}.roadmap-section .section-subtitle{font-size:1.1rem;margin-bottom:3rem;line-height:1.6}.roadmap-timeline{gap:2.5rem}.phase-card{flex-direction:row;border-radius:16px}.phase-number{width:80px;height:auto;border-right:1px solid rgba(226,232,240,.8);border-bottom:none;font-size:1.5rem}.phase-content{padding:2rem}.phase-header{flex-direction:row;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1rem}.phase-badge{font-size:.75rem;padding:.4rem .8rem;border-radius:12px}.phase-period{font-size:.8rem;padding:.3rem .7rem;border-radius:8px}.phase-title{font-size:1.4rem;margin-bottom:.75rem;line-height:1.3}.phase-description{font-size:1rem;margin-bottom:1.5rem;line-height:1.6}.feature-row{gap:.75rem;padding:.4rem 0}.feature-check{font-size:.9rem}.feature-text{font-size:.9rem;line-height:1.5}.stats{padding:4.5rem 0}.grid-stats{grid-template-columns:repeat(4,1fr);gap:2rem}.stat-item{padding:2rem;border-radius:12px}.stat-number{font-size:3rem;margin-bottom:.75rem}.stat-label{font-size:.95rem;letter-spacing:.5px}.cta-section{padding:4rem 0}.cta-section .section-title{font-size:2.5rem;margin-bottom:1rem}.cta-section .section-subtitle{font-size:1.1rem;margin-bottom:2rem}.cta-buttons{flex-direction:row;gap:1.5rem;justify-content:center}.cta-section .btn-primary,.cta-section .btn-secondary{padding:1.125rem 2.5rem;font-size:1rem;border-radius:12px;width:220px;min-width:220px;white-space:nowrap}.cta-section .btn-primary i,.cta-section .btn-secondary i{font-size:.9rem}}@media (min-width: 1200px){.grid-auto{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.hero{min-height:100vh;padding:0}.hero .container{padding:8rem 2rem 4rem;max-width:1200px}.hero-content{padding:3rem 0;max-width:900px}.hero-badge{font-size:.875rem;padding:.5rem 1rem;margin-bottom:1.5rem}.hero-title-main{font-size:clamp(5rem,7vw,7rem);margin-bottom:.5rem}.hero-title-sub{font-size:clamp(1.3rem,2vw,1.5rem);margin-bottom:2.5rem}.hero-description{font-size:clamp(1.125rem,1.8vw,1.375rem);padding:2rem;margin-bottom:3.5rem;line-height:1.8;max-width:800px}.hero-features{grid-template-columns:repeat(2,1fr);gap:1.5rem;margin-bottom:3rem;max-width:500px}@media (min-width: 1400px){.hero .container{max-width:1320px}.hero-title-main{font-size:clamp(6rem,8vw,8rem)}.hero-description{max-width:900px}}.features{padding:4rem 0}.section-title{font-size:2.5rem;margin-bottom:1.5rem}.section-subtitle{font-size:1.1rem;margin-bottom:3rem;line-height:1.6}.feature-card{padding:2rem;border-radius:12px}.feature-header{gap:1rem;margin-bottom:1rem}.feature-icon{width:36px;height:36px;font-size:.9rem;border-radius:7px}.feature-title{font-size:1.1rem;line-height:1.3}.feature-description{line-height:1.6}@media (min-width: 1400px){.features{padding:4.5rem 0}.feature-card{padding:2.2rem}.grid-auto{gap:2.5rem}}.products-section{padding:4rem 0}.products-section .section-title{font-size:2.5rem;margin-bottom:1.5rem}.products-section .section-subtitle{font-size:1.1rem;margin-bottom:3rem;line-height:1.6}.products-grid{grid-template-columns:repeat(3,1fr);gap:2rem}.product-card{border-radius:16px}.product-header{padding:2.5rem 2rem 0;margin-bottom:2rem}.product-badge{padding:.5rem 1rem;font-size:.7rem;border-radius:20px}.product-content{padding:0 2rem 2rem}.product-title{font-size:1.6rem;margin-bottom:.5rem}.product-subtitle{font-size:.85rem;margin-bottom:1.5rem}.product-description{font-size:.95rem;margin-bottom:2rem;line-height:1.65}.product-features h4{font-size:.85rem;margin-bottom:1.25rem;padding-bottom:.75rem}.product-features li{font-size:.9rem;margin-bottom:.875rem;line-height:1.65}.product-action .btn{padding:.75rem 1.5rem;font-size:.87rem}.business-model-section{padding:5rem 0}.business-model-section .section-title{font-size:2.5rem;margin-bottom:1.5rem}.business-model-section .section-subtitle{font-size:1.1rem;margin-bottom:3rem;line-height:1.6}.business-model-grid{gap:4rem;margin-top:3rem}.business-section{padding:2rem 0}.business-section-header{gap:1rem;margin-bottom:2rem}.business-section-icon{width:50px;height:50px;font-size:1.3rem;border-radius:12px}.business-section-title{font-size:1.8rem}.business-content-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem}.business-item{padding:1.5rem;gap:1rem;border-radius:12px}.business-item-icon{width:40px;height:40px;font-size:1rem;border-radius:8px}.business-item-content h4{font-size:1.1rem;margin-bottom:.5rem}.business-item-content p{font-size:.9rem;line-height:1.5}.sustainability-section{padding:2.5rem;border-radius:16px}.sustainability-content{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.sustainability-item{padding:1.5rem;border-radius:12px}.roadmap-section{padding:5rem 0}.roadmap-section .section-title{font-size:2.5rem;margin-bottom:1.5rem}.roadmap-section .section-subtitle{font-size:1.1rem;margin-bottom:3rem;line-height:1.6}.roadmap-timeline{gap:2.5rem}.phase-card{flex-direction:row;border-radius:16px}.phase-number{width:80px;height:auto;border-right:1px solid rgba(226,232,240,.8);border-bottom:none;font-size:1.5rem}.phase-content{padding:2rem}.phase-header{flex-direction:row;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1rem}.phase-badge{font-size:.75rem;padding:.4rem .8rem;border-radius:12px}.phase-period{font-size:.8rem;padding:.3rem .7rem;border-radius:8px}.phase-title{font-size:1.4rem;margin-bottom:.75rem;line-height:1.3}.phase-description{font-size:1rem;margin-bottom:1.5rem;line-height:1.6}.feature-row{gap:.75rem;padding:.4rem 0}.feature-check{font-size:.9rem}.feature-text{font-size:.9rem;line-height:1.5}.stats{padding:5rem 0}.grid-stats{grid-template-columns:repeat(4,1fr);gap:2rem}.stat-item{padding:2rem;border-radius:12px}.stat-number{font-size:3rem;margin-bottom:.75rem}.stat-label{font-size:.95rem;letter-spacing:.5px}.cta-section{padding:4rem 0}.cta-section .section-title{font-size:2.5rem;margin-bottom:1rem}.cta-section .section-subtitle{font-size:1.1rem;margin-bottom:2rem}.cta-buttons{flex-direction:row;gap:1.5rem;justify-content:center}.cta-section .btn-primary,.cta-section .btn-secondary{padding:1.125rem 2.5rem;font-size:1rem;border-radius:12px;width:220px;min-width:220px;white-space:nowrap}.cta-section .btn-primary i,.cta-section .btn-secondary i{font-size:.9rem}}*{box-sizing:border-box}img{max-width:100%;height:auto}@media (max-width: 359.98px){.hide-xs{display:none!important}.show-xs{display:block!important}}@media (max-width: 575.98px){.hide-mobile{display:none!important}.show-mobile{display:block!important}}@media (min-width: 576px) and (max-width: 991.98px){.hide-tablet{display:none!important}.show-tablet{display:block!important}}@media (min-width: 992px) and (max-width: 1199.98px){.hide-desktop{display:none!important}.show-desktop{display:block!important}}@media (min-width: 1200px){.hide-large{display:none!important}.show-large{display:block!important}}
