:root{--token-primary: #4290c8;--token-secondary: #00d4ff;--token-accent: #6a3de8;--token-dark: #191b2a;--token-light: #ffffff;--token-gradient: linear-gradient(135deg, var(--token-primary), var(--token-secondary));--token-text: #f0f4f8;--token-card-bg: rgba(25, 27, 42, .8);--token-card-border: rgba(0, 212, 255, .2);--token-shadow: 0 8px 32px rgba(0, 0, 0, .2);--token-glow: 0 0 15px rgba(0, 212, 255, .5)}.token-hero-section{position:relative;width:100%;height:100vh;overflow:hidden;display:flex;align-items:center;justify-content:center;background-color:var(--token-dark)}.token-3d-container{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.webgl-token{position:absolute;top:0;left:0;width:100%;height:100%}.token-hero-content{position:relative;z-index:2;text-align:center;color:var(--token-light);padding:2rem;max-width:800px;transform:translateY(-150px)}.token-hero-content h1{font-size:5em;font-weight:200;letter-spacing:-.05em;text-transform:uppercase;line-height:.9em;padding:0;margin-bottom:20px;color:#fff}.token-hero-content h1 span{font-weight:600;color:var(--token-secondary)}.token-hero-content p{font-size:1.2em;font-family:Roboto Flex,sans-serif;font-weight:300;line-height:1.6em;color:#b8d4e3}.token-hero-content p strong{color:var(--token-secondary)}.token-hero-btn{background:var(--token-gradient);color:var(--token-light);border:none;padding:1rem 2.5rem;font-size:1.1rem;font-weight:600;border-radius:.5rem;cursor:pointer;transition:all .3s ease;box-shadow:var(--token-shadow)}.token-hero-btn:hover{transform:translateY(-5px);box-shadow:var(--token-glow)}.token-loader-container{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;background-color:#191b2acc;z-index:10;opacity:1;transition:opacity .5s ease,visibility .5s ease}.token-loader-container.hidden{opacity:0;visibility:hidden}.token-loader{border:4px solid rgba(255,255,255,.3);border-radius:50%;border-top:4px solid var(--token-secondary);width:50px;height:50px;animation:spin 1s linear infinite;margin-bottom:1rem}.token-loader-container p{color:var(--token-light);font-size:1rem}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.main-container{background-color:var(--token-dark);color:var(--token-light)}.token-section{padding:5rem 0}.token-section-content{max-width:1200px;margin:0 auto;padding:0 2rem}.token-section-1{background-color:var(--token-dark)}.token-section-2{background-color:#111220}.token-section-3{background-color:var(--token-dark)}.token-section-content h2{font-size:3rem;margin-bottom:1.5rem;text-align:center}.token-section-content h2 strong{color:var(--token-secondary)}.token-section-content>p{font-size:1.25rem;line-height:1.6;max-width:800px;margin:0 auto 3rem;text-align:center;opacity:.9}.token-section-2\.5{padding:100px 0;background:linear-gradient(135deg,#0a0f1c,#1a1a2e,#16213e);position:relative;overflow:hidden}.token-section-2\.5:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 20% 30%,rgba(79,172,254,.1) 0%,transparent 50%),radial-gradient(circle at 80% 70%,rgba(138,43,226,.1) 0%,transparent 50%);pointer-events:none}.commercial-team-header{text-align:center;margin-bottom:80px;position:relative;z-index:2}.commercial-team-header h2{font-size:clamp(2.5rem,5vw,4rem);color:#fff;margin-bottom:20px;font-weight:300;line-height:1.2}.commercial-team-header h2 strong{background:linear-gradient(135deg,#4facfe,#00f2fe);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;font-weight:700}.commercial-team-header p{font-size:1.2rem;color:#b0b3b8;max-width:700px;margin:0 auto;line-height:1.6}.commercial-team-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:40px;max-width:1400px;margin:0 auto;padding:0 20px;position:relative;z-index:2}.representative-card{background:#ffffff0d;border-radius:20px;overflow:hidden;transition:all .4s cubic-bezier(.25,.46,.45,.94);border:1px solid rgba(255,255,255,.1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);position:relative}.representative-card:hover{transform:translateY(-10px);box-shadow:0 20px 40px #4facfe33;border-color:#4facfe4d}.rep-image-container{position:relative;height:280px;overflow:hidden}.rep-image{width:100%;height:100%;object-fit:contain;transition:transform .4s ease}.representative-card:hover .rep-image{transform:scale(1.1)}.rep-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#4facfee6,#8a2be2e6);opacity:0;transition:opacity .3s ease;display:flex;align-items:center;justify-content:center;flex-direction:column}.representative-card:hover .rep-overlay{opacity:1}.rep-contact-info{text-align:center;color:#fff}.contact-item{display:flex;align-items:center;justify-content:center;margin:10px 0;font-size:1rem;font-weight:500}.contact-item i{margin-right:10px;font-size:1.2rem}.rep-info{padding:30px;text-align:center}.rep-info h3{font-size:1.5rem;color:#fff;margin-bottom:8px;font-weight:600}.rep-position{font-size:1rem;color:#4facfe;margin-bottom:5px;font-weight:500}.rep-region{font-size:.9rem;color:#b0b3b8;margin-bottom:25px}.rep-actions{display:flex;gap:10px;justify-content:center}.contact-btn{display:flex;align-items:center;gap:8px;padding:12px 20px;border-radius:25px;text-decoration:none;font-size:.9rem;font-weight:500;transition:all .3s ease;border:1px solid transparent;flex:1;justify-content:center;max-width:120px}.phone-btn{background:linear-gradient(135deg,#4facfe,#00f2fe);color:#fff}.phone-btn:hover{transform:translateY(-2px);box-shadow:0 8px 25px #4facfe66}.email-btn{background:transparent;color:#4facfe;border-color:#4facfe}.email-btn:hover{background:#4facfe;color:#fff;transform:translateY(-2px);box-shadow:0 8px 25px #4facfe4d}@media (max-width: 768px){.token-section-2\.5{padding:60px 0}.commercial-team-header{margin-bottom:50px}.commercial-team-grid{grid-template-columns:1fr;gap:30px;padding:0 15px}.rep-image-container{height:250px}.rep-info{padding:20px}.rep-actions{flex-direction:column}.contact-btn{max-width:none}}@media (max-width: 480px){.commercial-team-header h2{font-size:2rem}.commercial-team-header p{font-size:1rem}.rep-image-container{height:220px}}.token-features{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:3rem}.token-feature{background:var(--token-card-bg);border:1px solid var(--token-card-border);border-radius:1rem;padding:2rem;transition:all .3s ease;box-shadow:var(--token-shadow)}.token-feature:hover{transform:translateY(-10px);box-shadow:var(--token-glow);border-color:var(--token-secondary)}.feature-icon{width:60px;height:60px;background:var(--token-gradient);border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem}.feature-icon i{font-size:1.5rem;color:var(--token-light)}.token-feature h3{font-size:1.5rem;margin-bottom:1rem;color:var(--token-light)}.token-feature p{font-size:1rem;line-height:1.5;opacity:.8}.nft-gallery{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:3rem}.nft-card{background:var(--token-card-bg);border:1px solid var(--token-card-border);border-radius:1rem;overflow:hidden;transition:all .3s ease;box-shadow:var(--token-shadow)}.nft-card:hover{transform:translateY(-10px);box-shadow:var(--token-glow);border-color:var(--token-secondary)}.nft-image{width:100%;height:220px;overflow:hidden}.nft-image img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.nft-card:hover .nft-image img{transform:scale(1.1)}.nft-info{padding:1.5rem}.nft-info h3{font-size:1.5rem;margin-bottom:.5rem;color:var(--token-light)}.nft-info p{font-size:1rem;line-height:1.5;opacity:.8}.rwa-types{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-top:3rem}.rwa-type{background:var(--token-card-bg);border:1px solid var(--token-card-border);border-radius:1rem;padding:2rem;transition:all .3s ease;box-shadow:var(--token-shadow)}.rwa-type:hover{transform:translateY(-10px);box-shadow:var(--token-glow);border-color:var(--token-secondary)}.rwa-icon{width:60px;height:60px;background:var(--token-gradient);border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem}.rwa-icon i{font-size:1.5rem;color:var(--token-light)}.rwa-type h3{font-size:1.25rem;margin-bottom:1rem;color:var(--token-light)}.rwa-type p{font-size:.95rem;line-height:1.5;opacity:.8}.split-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}@media (max-width: 992px){.split-content{grid-template-columns:1fr}.platform-image{grid-row:1;margin-bottom:2rem}.platform-text{grid-row:2}}.platform-text h2{text-align:left}.platform-text>p{text-align:left;margin:0 0 2rem}.platform-features{list-style:none;padding:0;margin-bottom:2rem}.platform-features li{display:flex;align-items:center;margin-bottom:1rem;font-size:1.1rem}.platform-features li i{color:var(--token-secondary);margin-right:1rem;font-size:1.2rem}.platform-image img{width:100%;height:auto;border-radius:1rem;box-shadow:var(--token-shadow);border:1px solid var(--token-card-border)}.cta-button{background:var(--token-gradient);color:var(--token-light);border:none;padding:1rem 2rem;font-size:1.1rem;font-weight:600;border-radius:.5rem;cursor:pointer;transition:all .3s ease}.cta-button:hover{transform:translateY(-5px);box-shadow:var(--token-glow)}.token-cta-section{background:var(--token-gradient);padding:6rem 2rem;text-align:center;position:relative;overflow:hidden}.token-cta-section:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:url(/cta-pattern.png);opacity:.1;z-index:1}.cta-content{position:relative;z-index:2;max-width:800px;margin:0 auto}.cta-content h2{font-size:2.5rem;color:var(--token-light);margin-bottom:1.5rem}.cta-content h2 strong{font-weight:700}.cta-content p{font-size:1.25rem;color:var(--token-light);opacity:.9;margin-bottom:2.5rem}.cta-buttons{display:flex;justify-content:center;gap:1.5rem}@media (max-width: 576px){.cta-buttons{flex-direction:column;gap:1rem}}.primary-button{background-color:var(--token-light);color:var(--token-primary);border:none;padding:1rem 2rem;font-size:1.1rem;font-weight:600;border-radius:.5rem;cursor:pointer;transition:all .3s ease}.primary-button:hover{transform:translateY(-5px);box-shadow:0 10px 20px #0003}.secondary-button{background-color:transparent;color:var(--token-light);border:2px solid var(--token-light);padding:1rem 2rem;font-size:1.1rem;font-weight:600;border-radius:.5rem;cursor:pointer;transition:all .3s ease}.secondary-button:hover{background-color:#ffffff1a;transform:translateY(-5px)}.section-intro{font-size:1.25rem;line-height:1.6;max-width:800px;margin:0 auto 4rem;text-align:center;opacity:.9}.token-process{position:relative;max-width:1000px;margin:0 auto;padding:2rem 0}.token-process:before{content:"";position:absolute;top:0;bottom:0;left:3rem;width:4px;background:var(--token-gradient);border-radius:4px;box-shadow:0 0 15px #00d4ff4d}.process-step{position:relative;padding-left:7rem;margin-bottom:4rem;transition:transform .3s ease}.process-step:last-child{margin-bottom:0}.step-number{position:absolute;left:0;top:0;width:6rem;height:6rem;background:var(--token-gradient);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:2.5rem;font-weight:700;color:var(--token-light);z-index:2;box-shadow:0 0 20px #00d4ff80;transition:all .3s ease}.process-step:hover .step-number{transform:scale(1.1);box-shadow:0 0 30px #00d4ffb3}.step-content{background:#191b2ab3;border:1px solid rgba(0,212,255,.2);border-radius:1rem;padding:2rem;transition:all .3s ease;box-shadow:0 10px 30px #0003;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.process-step:hover .step-content{border-color:var(--token-secondary);box-shadow:0 15px 40px #0000004d,0 0 15px #00d4ff4d}.step-icon{width:70px;height:70px;background:var(--token-gradient);border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem;transition:all .3s ease}.step-icon i{font-size:1.8rem;color:var(--token-light)}.process-step:hover .step-icon{transform:rotate(360deg);transition:transform .7s ease}.step-content h3{font-size:1.8rem;margin-bottom:1rem;color:var(--token-secondary);font-weight:600}.step-content p{font-size:1.1rem;line-height:1.6;opacity:.9}@media (max-width: 768px){.token-hero-content h1{font-size:3rem}.token-hero-content p{font-size:1.2rem}.token-section-content h2{font-size:2.5rem}.token-section-content>p{font-size:1.1rem}.token-process:before{left:2.5rem}.process-step{padding-left:6rem}.step-number{width:5rem;height:5rem;font-size:2rem}.step-content h3{font-size:1.5rem}}@media (max-width: 576px){.token-hero-content h1{font-size:2.5rem}.token-hero-content p{font-size:1rem}.token-section-content h2{font-size:2rem}.token-features,.nft-gallery,.rwa-types{grid-template-columns:1fr}.token-process:before{display:none}.process-step{padding-left:0;margin-bottom:3rem}.step-number{position:relative;width:4rem;height:4rem;font-size:1.8rem;margin-bottom:1.5rem}.step-content{padding:1.5rem}}@media (max-width: 1400px){.token-hero-section{padding:0 2rem}.token-hero-content{max-width:700px;transform:translateY(-120px)}.token-hero-content h1{font-size:4.5em}.token-hero-content p{font-size:1.15em;max-width:600px;margin:0 auto 40px}.download-wrapper{gap:2rem}}@media (max-width: 1200px){.token-hero-section{padding:0 1.5rem}.token-hero-content{max-width:600px;transform:translateY(-100px)}.token-hero-content h1{font-size:4em}.token-hero-content p{font-size:1.1em;max-width:550px}.download-wrapper{gap:1.8rem}.download-button{min-width:200px}}@media (max-width: 1024px){.token-hero-section{padding:0 1rem}.token-hero-content{max-width:100%;transform:translateY(-80px)}.token-hero-content h1{font-size:3.5em}.token-hero-content p{font-size:1.05em;max-width:500px}.download-wrapper{gap:1.5rem}}@media (max-width: 768px){.token-hero-section{height:90vh;padding:0 .8rem}.token-hero-content{transform:translateY(-60px)}.token-hero-content h1{font-size:3em;margin-bottom:15px}.token-hero-content p{font-size:1em;max-width:400px;margin-bottom:30px}.download-wrapper{gap:1.2rem;align-items:center}.download-button{min-width:180px;padding:.8rem 1.5rem}.btn-icon{font-size:22px}.btn-large-text{font-size:16px}.btn-small-text{font-size:8px}}@media (max-width: 576px){.token-hero-section{height:100vh;padding:0 .5rem}.token-hero-content{transform:translateY(-40px)}.token-hero-content h1{font-size:2.5em}.token-hero-content p{font-size:.9em;max-width:320px}.download-wrapper{gap:1rem}.download-button{min-width:160px;padding:.7rem 1.2rem}.btn-icon{font-size:20px}.btn-large-text{font-size:14px}}@media (max-width: 320px){.token-hero-content h1{font-size:2em}.token-hero-content p{font-size:.85em;max-width:280px}.download-button{min-width:140px;padding:.6rem 1rem}.btn-large-text{font-size:12px}}@media (max-width: 1400px){.token-section{padding:4rem 0}.token-section-content{max-width:1000px;padding:0 1.5rem}.token-section-content h2{font-size:2.8rem}.section-intro{font-size:1.2rem;max-width:700px;margin-bottom:3.5rem}.token-process{max-width:900px}.step-number{width:5.5rem;height:5.5rem;font-size:2.2rem}.step-content{padding:1.8rem}.step-content h3{font-size:1.6rem}.step-content p{font-size:1.05rem}}@media (max-width: 1200px){.token-section{padding:3.5rem 0}.token-section-content{max-width:900px;padding:0 1.2rem}.token-section-content h2{font-size:2.6rem}.section-intro{font-size:1.15rem;max-width:650px}.token-process{max-width:800px}.step-number{width:5rem;height:5rem;font-size:2rem}.step-content{padding:1.6rem}.step-content h3{font-size:1.5rem}.step-content p{font-size:1rem}}@media (max-width: 1024px){.token-section{padding:3rem 0}.token-section-content{max-width:700px;padding:0 1rem}.token-section-content h2{font-size:2.4rem}.section-intro{font-size:1.1rem;max-width:600px}.token-process{max-width:700px}.token-process:before{left:2.5rem}.process-step{padding-left:6rem;margin-bottom:3.5rem}.step-number{width:4.5rem;height:4.5rem;font-size:1.8rem}.step-content{padding:1.4rem}.step-icon{width:60px;height:60px}.step-icon i{font-size:1.6rem}}@media (max-width: 768px){.token-section{padding:2.5rem 0}.token-section-content{max-width:100%;padding:0 .8rem}.token-section-content h2{font-size:2.2rem;margin-bottom:1.2rem}.section-intro{font-size:1.05rem;max-width:500px;margin-bottom:3rem}.token-process{max-width:100%}.token-process:before{left:2rem}.process-step{padding-left:5rem;margin-bottom:3rem}.step-number{width:4rem;height:4rem;font-size:1.6rem}.step-content{padding:1.2rem}.step-icon{width:50px;height:50px}.step-icon i{font-size:1.4rem}.step-content h3{font-size:1.3rem;margin-bottom:.8rem}.step-content p{font-size:.95rem}}@media (max-width: 576px){.token-section{padding:2rem 0}.token-section-content{padding:0 .5rem}.token-section-content h2{font-size:2rem}.section-intro{font-size:1rem;max-width:400px;margin-bottom:2.5rem}.token-process:before{display:none}.process-step{padding-left:0;margin-bottom:2.5rem;text-align:center}.step-number{position:relative;width:3.5rem;height:3.5rem;font-size:1.4rem;margin:0 auto 1.5rem}.step-content{padding:1rem}.step-icon{width:45px;height:45px;margin:0 auto 1rem}.step-icon i,.step-content h3{font-size:1.2rem}.step-content p{font-size:.9rem}}@media (max-width: 320px){.token-section-content h2{font-size:1.8rem}.section-intro{font-size:.9rem;max-width:300px}.step-number{width:3rem;height:3rem;font-size:1.2rem}.step-content{padding:.8rem}.step-icon{width:40px;height:40px}.step-content h3{font-size:1.1rem}.step-content p{font-size:.85rem}}@media (max-width: 1400px){.nft-gallery{gap:1.8rem}.nft-card{border-radius:.8rem}.nft-image{height:200px}.nft-info{padding:1.3rem}.nft-info h3{font-size:1.4rem}.nft-info p{font-size:.95rem}}@media (max-width: 1200px){.nft-gallery{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem}.nft-image{height:180px}.nft-info{padding:1.2rem}.nft-info h3{font-size:1.3rem}.nft-info p{font-size:.9rem}}@media (max-width: 1024px){.nft-gallery{grid-template-columns:repeat(2,1fr);gap:1.3rem}.nft-image{height:160px}.nft-info{padding:1rem}.nft-info h3{font-size:1.2rem}.nft-info p{font-size:.85rem}}@media (max-width: 768px){.nft-gallery{grid-template-columns:1fr;gap:1.2rem;max-width:400px;margin:3rem auto 0}.nft-card{max-width:100%}.nft-image{height:200px}.nft-info{padding:1.2rem}.nft-info h3{font-size:1.3rem;margin-bottom:.8rem}.nft-info p{font-size:.9rem}}@media (max-width: 576px){.nft-gallery{max-width:320px;gap:1rem}.nft-image{height:180px}.nft-info{padding:1rem}.nft-info h3{font-size:1.2rem}.nft-info p{font-size:.85rem}}@media (max-width: 320px){.nft-gallery{max-width:280px}.nft-image{height:160px}.nft-info{padding:.8rem}.nft-info h3{font-size:1.1rem}.nft-info p{font-size:.8rem}}@media (max-width: 1400px){.rwa-types{gap:1.8rem}.rwa-type{padding:1.8rem}.rwa-icon{width:55px;height:55px}.rwa-icon i{font-size:1.4rem}.rwa-type h3{font-size:1.2rem}.rwa-type p{font-size:.9rem}}@media (max-width: 1200px){.rwa-types{grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:1.5rem}.rwa-type{padding:1.6rem}.rwa-icon{width:50px;height:50px}.rwa-icon i{font-size:1.3rem}.rwa-type h3{font-size:1.15rem}.rwa-type p{font-size:.85rem}}@media (max-width: 1024px){.rwa-types{grid-template-columns:repeat(2,1fr);gap:1.3rem}.rwa-type{padding:1.4rem}.rwa-icon{width:45px;height:45px}.rwa-icon i{font-size:1.2rem}.rwa-type h3{font-size:1.1rem}.rwa-type p{font-size:.8rem}}@media (max-width: 768px){.rwa-types{grid-template-columns:1fr;gap:1.2rem;max-width:400px;margin:3rem auto 0}.rwa-type{padding:1.5rem;display:flex;flex-direction:row;align-items:center;gap:1.5rem;text-align:left}.rwa-icon{width:50px;height:50px;margin-bottom:0;flex-shrink:0}.rwa-icon i{font-size:1.3rem}.rwa-type h3{font-size:1.2rem;margin-bottom:.5rem}.rwa-type p{font-size:.9rem}}@media (max-width: 576px){.rwa-types{max-width:320px;gap:1rem}.rwa-type{flex-direction:column;text-align:center;padding:1.2rem;gap:1rem}.rwa-icon{width:45px;height:45px;margin-bottom:.5rem}.rwa-icon i{font-size:1.2rem}.rwa-type h3{font-size:1.1rem}.rwa-type p{font-size:.85rem}}@media (max-width: 320px){.rwa-types{max-width:280px}.rwa-type{padding:1rem}.rwa-icon{width:40px;height:40px}.rwa-icon i{font-size:1.1rem}.rwa-type h3{font-size:1rem}.rwa-type p{font-size:.8rem}}@media (max-width: 1400px){.token-cta-section{padding:5rem 1.5rem}.cta-content{max-width:700px}.cta-content h2{font-size:2.3rem}.cta-content p{font-size:1.2rem}.cta-buttons{gap:1.3rem}}@media (max-width: 1200px){.token-cta-section{padding:4.5rem 1.2rem}.cta-content{max-width:600px}.cta-content h2{font-size:2.1rem}.cta-content p{font-size:1.15rem;margin-bottom:2rem}.primary-button,.secondary-button{padding:.9rem 1.8rem;font-size:1.05rem}}@media (max-width: 1024px){.token-cta-section{padding:4rem 1rem}.cta-content{max-width:500px}.cta-content h2{font-size:2rem}.cta-content p{font-size:1.1rem}.primary-button,.secondary-button{padding:.8rem 1.6rem;font-size:1rem}}@media (max-width: 768px){.token-cta-section{padding:3rem .8rem}.cta-content{max-width:100%}.cta-content h2{font-size:1.8rem;margin-bottom:1.2rem}.cta-content p{font-size:1.05rem;margin-bottom:2rem}.cta-buttons{flex-direction:column;gap:1rem;align-items:center}.primary-button,.secondary-button{width:250px;padding:.8rem 1.5rem;font-size:.95rem}}@media (max-width: 576px){.token-cta-section{padding:2.5rem .5rem}.cta-content h2{font-size:1.6rem}.cta-content p{font-size:1rem;margin-bottom:1.8rem}.primary-button,.secondary-button{width:220px;padding:.7rem 1.3rem;font-size:.9rem}}@media (max-width: 320px){.token-cta-section{padding:2rem .3rem}.cta-content h2{font-size:1.4rem}.cta-content p{font-size:.9rem}.primary-button,.secondary-button{width:200px;padding:.6rem 1.2rem;font-size:.85rem}}@media (max-width: 1024px){.token-features{grid-template-columns:repeat(2,1fr);gap:1.5rem}.token-feature{padding:1.5rem}.feature-icon{width:50px;height:50px}.feature-icon i,.token-feature h3{font-size:1.3rem}.token-feature p{font-size:.9rem}}@media (max-width: 768px){.token-features{grid-template-columns:1fr;gap:1.2rem}.token-feature{padding:1.3rem}.feature-icon{width:45px;height:45px}.feature-icon i,.token-feature h3{font-size:1.2rem}.token-feature p{font-size:.85rem}}@media (max-width: 768px){.token-loader{width:40px;height:40px}.token-loader-container p{font-size:.9rem}}@media (max-width: 576px){.token-loader{width:35px;height:35px}.token-loader-container p{font-size:.8rem}}@media (max-width: 992px){.split-content{grid-template-columns:1fr;gap:2rem}.platform-image{order:1}.platform-text{order:2}}@media (max-width: 768px){.split-content{gap:1.5rem}.platform-text h2{font-size:2rem;text-align:center}.platform-text>p{text-align:center;font-size:1rem}.platform-features{max-width:400px;margin:0 auto}.platform-features li{font-size:1rem}}@media (max-width: 768px){.token-feature:hover,.nft-card:hover,.rwa-type:hover{transform:translateY(-5px)}.process-step:hover .step-icon{transform:rotate(180deg);transition:transform .3s ease}.token-section-1,.token-section-2,.token-section-3{margin-bottom:0}.token-hero-content h1,.token-section-content h2{text-shadow:0 0 10px rgba(0,0,0,.3)}.token-3d-container{z-index:1}.token-hero-content{z-index:2}}@media (max-width: 576px){.token-feature:before,.nft-card:before,.rwa-type:before{display:none}.token-cta-section:before{opacity:.05}.primary-button,.secondary-button,.token-hero-btn,.cta-button{min-height:44px}.token-hero-content h1{font-weight:300}.token-section-content h2{font-weight:400}}@media (max-width: 768px) and (orientation: landscape){.token-hero-section{height:120vh}.token-hero-content{transform:translateY(-20px)}.token-section{padding:2rem 0}}@media (max-width: 280px){.token-hero-content h1{font-size:1.8em}.token-section-content h2{font-size:1.6rem}.cta-content h2{font-size:1.3rem}.step-content h3,.nft-info h3,.rwa-type h3{font-size:1rem}.download-button{min-width:120px;padding:.5rem .8rem}.primary-button,.secondary-button{width:180px;padding:.5rem 1rem;font-size:.8rem}}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}
