@import "https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700;800;900&family=Inter:wght@300;400;500;600&display=swap";
*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{color:#f0f0f8;background:#080810;min-height:100vh;font-family:Inter,sans-serif;line-height:1.6;overflow-x:hidden}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}button{cursor:pointer;font-family:inherit}input,textarea,select{font-family:inherit}ul,ol{list-style:none}.skip-link{color:#000;z-index:9999;background:#f5c842;border-radius:0 0 8px 8px;padding:10px 20px;font-size:.9rem;font-weight:700;transition:top .2s;position:absolute;top:-100px;left:16px}.skip-link:focus{top:0}.bg-grid{pointer-events:none;z-index:0;background-image:linear-gradient(#ffffff06 1px,#0000 1px),linear-gradient(90deg,#ffffff06 1px,#0000 1px);background-size:60px 60px;position:fixed;inset:0;-webkit-mask-image:radial-gradient(80% 60% at 50% 0,#000 40%,#0000 100%);mask-image:radial-gradient(80% 60% at 50% 0,#000 40%,#0000 100%)}.container{max-width:1240px;margin:0 auto;padding:0 24px}.section{padding:96px 0;position:relative}.section-sm{padding:64px 0;position:relative}.section-dark{background:#0d0d1a}.gradient-text{background:linear-gradient(135deg,#f5c842 0%,gold 50%,#ff9f43 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.btn-primary{color:#000;cursor:pointer;background:linear-gradient(135deg,#f5c842,#ff9f43);border:none;border-radius:40px;align-items:center;gap:8px;padding:14px 32px;font-family:inherit;font-size:1rem;font-weight:700;text-decoration:none;transition:all .25s;display:inline-flex;box-shadow:0 0 30px #f5c8424d}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 4px 40px #f5c84273}.btn-secondary{color:#f0f0f8;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0a;border:1px solid #ffffff14;border-radius:40px;align-items:center;gap:8px;padding:14px 32px;font-size:1rem;font-weight:600;text-decoration:none;transition:all .25s;display:inline-flex}.btn-secondary:hover{background:#ffffff12;border-color:#f5c842;transform:translateY(-2px)}@keyframes revealUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}.reveal{animation:.6s both revealUp}.section-label{letter-spacing:.2em;text-transform:uppercase;color:#f5c842;font-size:.75rem;font-weight:600;display:block}.section-header{text-align:center;margin-bottom:60px}.section-header h2{margin:12px 0 16px;font-family:Outfit,sans-serif;font-size:clamp(1.8rem,3.5vw,2.8rem);font-weight:800;line-height:1.2}.section-header p{color:#9090b0;max-width:560px;margin:0 auto;font-size:1.05rem}.services-grid{grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:20px;display:grid}.service-card{background:#ffffff0a;border:1px solid #ffffff14;border-radius:14px;padding:28px;transition:all .25s;position:relative;overflow:hidden}.service-card:before{content:"";opacity:0;background:linear-gradient(135deg,#f5c8420f,#0000);border-radius:14px;transition:opacity .25s;position:absolute;inset:0}.service-card:hover{border-color:#f5c84240;transform:translateY(-3px)}.service-card:hover:before{opacity:1}.service-icon{margin-bottom:16px;font-size:1.8rem}.service-card h3{color:#f0f0f8;margin-bottom:8px;font-family:Outfit,sans-serif;font-size:1rem;font-weight:700}.service-card p{color:#9090b0;font-size:.875rem;line-height:1.6}.why-grid{grid-template-columns:repeat(auto-fill,minmax(190px,1fr));gap:20px;display:grid}.why-item{text-align:center;background:#ffffff0a;border:1px solid #ffffff14;border-radius:14px;padding:24px 16px;transition:all .25s}.why-item:hover{border-color:#f5c84240;transform:translateY(-3px)}.why-icon{margin-bottom:12px;font-size:1.8rem}.why-item h4{margin-bottom:6px;font-family:Outfit,sans-serif;font-size:.9rem;font-weight:700}.why-item p{color:#9090b0;font-size:.78rem}.license-grid{grid-template-columns:repeat(auto-fill,minmax(290px,1fr));gap:24px;display:grid}.license-card{background:#ffffff0a;border:1px solid #ffffff14;border-radius:20px;padding:36px 28px;transition:all .25s;position:relative;overflow:hidden}.license-card.featured-license{background:#f5c8420a;border-color:#f5c842;box-shadow:0 0 40px #f5c84214}.license-card:hover{transform:translateY(-4px)}.license-popular-badge{color:#000;text-transform:uppercase;letter-spacing:.1em;background:#f5c842;border-radius:20px;padding:4px 10px;font-size:.65rem;font-weight:800;position:absolute;top:20px;right:20px}.license-icon{margin-bottom:16px;font-size:2rem}.license-card h3{margin-bottom:4px;font-family:Outfit,sans-serif;font-size:1.3rem;font-weight:800}.license-card>p{color:#9090b0;font-size:.875rem}.license-price{color:#f5c842;margin:16px 0;font-family:Outfit,sans-serif;font-size:2rem;font-weight:900}.license-price span{color:#9090b0;font-size:.95rem;font-weight:500}.license-features{margin:20px 0;padding:0}.license-features li{color:#9090b0;border-bottom:1px solid #ffffff0f;align-items:center;gap:10px;padding:8px 0;font-size:.875rem;display:flex}.license-features li:before{content:"✓";color:#f5c842;flex-shrink:0;font-weight:700}.license-features li:last-child{border-bottom:none}.license-btn{cursor:pointer;text-align:center;border:none;border-radius:30px;width:100%;margin-top:24px;padding:13px;font-family:inherit;font-size:.9rem;font-weight:700;text-decoration:none;transition:all .25s;display:block}.license-btn-primary{color:#000;background:linear-gradient(135deg,#f5c842,#ff9f43);box-shadow:0 0 20px #f5c8424d}.license-btn-primary:hover{transform:translateY(-1px);box-shadow:0 4px 30px #f5c84266}.license-btn-outline{color:#f0f0f8;background:0 0;border:1px solid #ffffff1f}.license-btn-outline:hover{color:#f5c842;border-color:#f5c842}.cta-banner{text-align:center;background:linear-gradient(135deg,#f5c8420f 0%,#4f8ef70a 100%);border:1px solid #f5c84233;border-radius:24px;padding:64px 40px;position:relative;overflow:hidden}.cta-banner h2{margin-bottom:16px;font-family:Outfit,sans-serif;font-size:clamp(1.6rem,3vw,2.5rem);font-weight:800}.cta-banner p{color:#9090b0;max-width:500px;margin:0 auto 36px}.cta-actions{flex-wrap:wrap;justify-content:center;gap:16px;display:flex}.contact-grid{grid-template-columns:1fr 1fr;align-items:start;gap:64px;display:grid}.contact-info h3{margin-bottom:16px;font-family:Outfit,sans-serif;font-size:1.5rem;font-weight:800}.contact-info p{color:#9090b0;line-height:1.8}.contact-links{flex-direction:column;gap:12px;margin-top:28px;display:flex}.contact-link{color:#f0f0f8;background:#ffffff0a;border:1px solid #ffffff14;border-radius:14px;align-items:center;gap:12px;padding:14px 18px;font-size:.875rem;font-weight:500;text-decoration:none;transition:all .25s;display:flex}.contact-link:hover{background:#f5c84212;border-color:#f5c842}.contact-form{flex-direction:column;gap:16px;display:flex}.form-row{grid-template-columns:1fr 1fr;gap:16px;display:grid}.form-group label{color:#9090b0;text-transform:uppercase;letter-spacing:.08em;margin-bottom:6px;font-size:.78rem;font-weight:600;display:block}.form-control{color:#f0f0f8;background:#ffffff0a;border:1px solid #ffffff14;border-radius:8px;width:100%;padding:12px 16px;font-size:.9rem;transition:all .25s}.form-control:focus{border-color:#f5c842;outline:none;box-shadow:0 0 0 3px #f5c8421a}textarea.form-control{resize:vertical;min-height:120px}.btn-submit{cursor:pointer;color:#000;background:linear-gradient(135deg,#f5c842,#ff9f43);border:none;border-radius:30px;padding:14px 32px;font-family:inherit;font-size:.95rem;font-weight:700;transition:all .25s;box-shadow:0 0 20px #f5c8424d}.btn-submit:hover{transform:translateY(-2px);box-shadow:0 4px 30px #f5c84266}.about-grid{grid-template-columns:1fr 1fr;align-items:center;gap:64px;display:grid}.about-cards{grid-template-columns:1fr 1fr;gap:16px;display:grid}.featured-grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:24px;display:grid}.featured-card{background:#ffffff0a;border:1px solid #ffffff14;border-radius:20px;padding:28px;transition:all .25s;position:relative;overflow:hidden}.featured-card:hover{border-color:#f5c84240;transform:translateY(-4px);box-shadow:0 8px 32px #0006}.featured-card-glow{background:radial-gradient(circle, var(--fc-accent,#f5c8421f) 0%, transparent 70%);pointer-events:none;border-radius:50%;width:200px;height:200px;position:absolute;top:-60px;right:-60px}.featured-label{letter-spacing:.2em;text-transform:uppercase;color:#f5c842;margin-bottom:12px;font-size:.65rem;font-weight:700;display:block}.featured-card h3{margin:12px 0 10px;font-family:Outfit,sans-serif;font-size:1.25rem;font-weight:700}.featured-player{max-height:0;transition:max-height .4s;overflow:hidden}.featured-player.open{max-height:230px}.featured-player iframe{border-radius:8px;margin-top:8px;display:block}.featured-actions{flex-wrap:wrap;gap:12px;margin-top:20px;display:flex}.featured-play{color:#f5c842;cursor:pointer;background:#f5c8421f;border:none;border-radius:20px;align-items:center;gap:7px;padding:9px 18px;font-family:inherit;font-size:.82rem;font-weight:700;transition:all .25s;display:inline-flex}.featured-play svg{width:16px;height:16px}.featured-play:hover{color:#000;background:#f5c842}.featured-play.playing{color:#4f8ef7;background:#4f8ef726}.featured-buy{color:#000;background:linear-gradient(135deg,#f5c842,#ff9f43);border-radius:20px;align-items:center;gap:7px;padding:9px 18px;font-size:.82rem;font-weight:700;text-decoration:none;transition:all .25s;display:inline-flex}.featured-buy:hover{transform:translateY(-1px);box-shadow:0 4px 20px #f5c84266}.genre-badge{text-transform:uppercase;letter-spacing:.08em;border:1px solid;border-radius:20px;padding:3px 10px;font-size:.7rem;font-weight:700;display:inline-block}.mood-badge{color:#9090b0;background:#ffffff0f;border:1px solid #ffffff14;border-radius:20px;padding:3px 10px;font-size:.7rem;font-weight:600;display:inline-block}@media (max-width:1024px){.contact-grid,.about-grid{grid-template-columns:1fr;gap:40px}}@media (max-width:640px){.section{padding:64px 0}.cta-banner{padding:40px 24px}.form-row,.license-grid{grid-template-columns:1fr}.about-cards{grid-template-columns:1fr 1fr}}.trust-grid{grid-template-columns:1fr 1fr;gap:32px;display:grid}@media (max-width:768px){.trust-grid{grid-template-columns:1fr;gap:20px}}
.Nav-module__e1xquq__nav{z-index:1000;align-items:center;height:72px;padding:0 32px;transition:all .45s cubic-bezier(.4,0,.2,1);display:flex;position:fixed;top:0;left:0;right:0}.Nav-module__e1xquq__nav.Nav-module__e1xquq__scrolled{-webkit-backdrop-filter:blur(20px);background:#080810eb;border-bottom:1px solid #ffffff14}.Nav-module__e1xquq__inner{justify-content:space-between;align-items:center;width:100%;max-width:1240px;margin:0 auto;display:flex}.Nav-module__e1xquq__logo{align-items:center;gap:10px;text-decoration:none;display:flex}.Nav-module__e1xquq__logoMark{color:#000;background:linear-gradient(135deg,#f5c842,#ff9f43);border-radius:10px;justify-content:center;align-items:center;width:40px;height:40px;font-family:Outfit,sans-serif;font-size:1.1rem;font-weight:900;display:flex}.Nav-module__e1xquq__logoName{color:#f0f0f8;font-family:Outfit,sans-serif;font-size:1.1rem;font-weight:800;display:block}.Nav-module__e1xquq__logoSub{color:#9090b0;letter-spacing:.15em;text-transform:uppercase;font-size:.65rem;display:block}.Nav-module__e1xquq__logoImg{object-fit:contain;border:1.5px solid #f5c84266;border-radius:8px;width:40px;height:40px}.Nav-module__e1xquq__menu{align-items:center;gap:8px;display:flex}.Nav-module__e1xquq__link{color:#9090b0;border-radius:8px;padding:8px 16px;font-size:.875rem;font-weight:500;text-decoration:none;transition:all .25s}.Nav-module__e1xquq__link:hover{color:#f0f0f8;background:#ffffff0a}.Nav-module__e1xquq__link.Nav-module__e1xquq__active{color:#f5c842;background:#f5c84214}.Nav-module__e1xquq__cta{color:#000;background:linear-gradient(135deg,#f5c842,#ff9f43);border-radius:30px;padding:9px 22px;font-size:.875rem;font-weight:700;text-decoration:none;transition:all .25s;box-shadow:0 0 20px #f5c8424d}.Nav-module__e1xquq__cta:hover{transform:translateY(-1px);box-shadow:0 0 30px #f5c84273}.Nav-module__e1xquq__ctaActive{opacity:.9;box-shadow:0 0 30px #f5c84273}.Nav-module__e1xquq__toggle{color:#f0f0f8;cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;width:40px;height:40px;display:none}.Nav-module__e1xquq__toggle svg{width:24px;height:24px}@media (max-width:768px){.Nav-module__e1xquq__menu{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#080810f7;border-bottom:1px solid #ffffff14;flex-direction:column;gap:4px;padding:20px;display:none;position:fixed;top:72px;left:0;right:0}.Nav-module__e1xquq__menu.Nav-module__e1xquq__open,.Nav-module__e1xquq__toggle{display:flex}.Nav-module__e1xquq__link,.Nav-module__e1xquq__cta{text-align:center;width:100%;padding:12px}}
.Footer-module__EZoWya__footer{background:#050508;border-top:1px solid #ffffff14;padding:60px 0 32px}.Footer-module__EZoWya__container{max-width:1240px;margin:0 auto;padding:0 24px}.Footer-module__EZoWya__grid{grid-template-columns:2fr 1fr 1fr 1fr;gap:48px;margin-bottom:48px;display:grid}.Footer-module__EZoWya__brand p{color:#9090b0;max-width:280px;margin-top:16px;font-size:.875rem;line-height:1.7}.Footer-module__EZoWya__logo{align-items:center;gap:10px;margin-bottom:4px;text-decoration:none;display:flex}.Footer-module__EZoWya__logoMark{color:#000;background:linear-gradient(135deg,#f5c842,#ff9f43);border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;font-family:Outfit,sans-serif;font-size:1.1rem;font-weight:900;display:flex}.Footer-module__EZoWya__logoName{color:#f0f0f8;font-family:Outfit,sans-serif;font-size:1.1rem;font-weight:800;display:block}.Footer-module__EZoWya__logoSub{color:#9090b0;letter-spacing:.15em;text-transform:uppercase;font-size:.65rem;display:block}.Footer-module__EZoWya__logoImg{object-fit:contain;border:1.5px solid #f5c84266;border-radius:8px;width:40px;height:40px}.Footer-module__EZoWya__col h4{text-transform:uppercase;letter-spacing:.15em;color:#f5c842;margin-bottom:18px;font-family:Outfit,sans-serif;font-size:.85rem;font-weight:700}.Footer-module__EZoWya__col ul{margin:0;padding:0;list-style:none}.Footer-module__EZoWya__col li{margin-bottom:10px}.Footer-module__EZoWya__col a{color:#9090b0;font-size:.875rem;text-decoration:none;transition:color .25s}.Footer-module__EZoWya__col a:hover{color:#f0f0f8}.Footer-module__EZoWya__bottom{border-top:1px solid #ffffff14;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;padding-top:28px;display:flex}.Footer-module__EZoWya__bottom p{color:#606080;font-size:.8rem}.Footer-module__EZoWya__bottom a{color:#f5c842;text-decoration:none}@media (max-width:1024px){.Footer-module__EZoWya__grid{grid-template-columns:1fr 1fr}}@media (max-width:640px){.Footer-module__EZoWya__grid{grid-template-columns:1fr;gap:32px}.Footer-module__EZoWya__bottom{text-align:center;flex-direction:column}}.Footer-module__EZoWya__socials{flex-wrap:wrap;align-items:center;gap:10px;margin-top:20px;display:flex}.Footer-module__EZoWya__socialLink{color:#9090b0;background:#ffffff0a;border:1px solid #ffffff1a;border-radius:20px;align-items:center;gap:7px;padding:7px 14px;font-size:.8rem;font-weight:500;text-decoration:none;transition:all .25s;display:inline-flex}.Footer-module__EZoWya__socialLink:hover{color:#f5c842;background:#f5c84212;border-color:#f5c842}
