@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";
:root{--gold:#f5c842;--gold-light:#ffe680;--gold-dark:#d4a017;--orange:#ff9f43;--bg-base:#080810;--bg-surface:#0d0d1a;--bg-card:#ffffff07;--bg-card-hover:#ffffff0d;--border:#ffffff12;--border-gold:#f5c8424d;--text-primary:#f0f0f8;--text-secondary:#9090b0;--text-muted:#606080;--radius-sm:8px;--radius-md:14px;--radius-lg:20px;--radius-pill:50px;--shadow-card:0 8px 32px #00000059;--shadow-gold:0 0 30px #f5c84240;--ease:cubic-bezier(.4,0,.2,1)}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background:var(--bg-base);color:var(--text-primary);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{background:var(--gold);color:#000;z-index:9999;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:var(--bg-surface)}.gradient-text{background:linear-gradient(135deg, var(--gold-light) 0%, var(--gold) 45%, var(--orange) 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.btn-primary{border-radius:var(--radius-pill);background:linear-gradient(135deg, var(--gold), var(--orange));color:#000;transition:all .25s var(--ease);cursor:pointer;letter-spacing:.01em;border:none;align-items:center;gap:8px;padding:14px 32px;font-family:inherit;font-size:1rem;font-weight:700;text-decoration:none;display:inline-flex;box-shadow:0 4px 24px #f5c8424d}.btn-primary:hover{background:linear-gradient(135deg,#ffd460,#ffb347);transform:translateY(-2px);box-shadow:0 8px 40px #f5c84273}.btn-secondary{border-radius:var(--radius-pill);color:var(--text-primary);border:1px solid var(--border);transition:all .25s var(--ease);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0d;align-items:center;gap:8px;padding:14px 32px;font-size:1rem;font-weight:600;text-decoration:none;display:inline-flex}.btn-secondary:hover{border-color:var(--gold);background:#ffffff14;transform:translateY(-2px)}@keyframes revealUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}.reveal{animation:.6s both revealUp}@keyframes shimmer{0%{background-position:-600px 0}to{background-position:600px 0}}.skeleton{border-radius:var(--radius-sm);background:linear-gradient(90deg,#ffffff0a 25%,#ffffff14 50%,#ffffff0a 75%) 0 0/1200px 100%;animation:1.6s linear infinite shimmer}.section-label{letter-spacing:.22em;text-transform:uppercase;color:var(--gold);font-size:.72rem;font-weight:700;display:inline-block}.section-header{text-align:center;margin-bottom:60px}.section-header h2{letter-spacing:-.02em;margin:14px 0 18px;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:var(--text-secondary);max-width:560px;margin:0 auto;font-size:1.05rem;line-height:1.7}.icon-wrap{width:52px;height:52px;transition:all .25s var(--ease);color:var(--gold);background:#f5c84214;border:1px solid #f5c84226;border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;margin-bottom:20px;display:flex}.icon-wrap-sm{width:40px;height:40px;color:var(--gold);background:#f5c84214;border:1px solid #f5c8421f;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.services-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:20px;display:grid}.service-card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);transition:all .25s var(--ease);padding:28px 24px;position:relative;overflow:hidden}.service-card:before{content:"";border-radius:var(--radius-lg);opacity:0;transition:opacity .25s var(--ease);background:linear-gradient(135deg,#f5c8420d,#0000);position:absolute;inset:0}.service-card:hover{border-color:var(--border-gold);box-shadow:var(--shadow-card);background:var(--bg-card-hover);transform:translateY(-4px)}.service-card:hover:before{opacity:1}.service-card:hover .icon-wrap{background:#f5c84224;border-color:#f5c8424d}.service-card h3{color:var(--text-primary);margin-bottom:8px;font-family:Outfit,sans-serif;font-size:1rem;font-weight:700}.service-card p{color:var(--text-secondary);font-size:.875rem;line-height:1.65}.why-grid{grid-template-columns:repeat(auto-fill,minmax(190px,1fr));gap:20px;display:grid}.why-item{text-align:center;background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);transition:all .25s var(--ease);padding:28px 20px}.why-item:hover{border-color:var(--border-gold);transform:translateY(-4px);box-shadow:0 8px 32px #0000004d}.why-icon-wrap{width:52px;height:52px;transition:all .25s var(--ease);color:var(--gold);background:#f5c84214;border:1px solid #f5c84226;border-radius:14px;justify-content:center;align-items:center;margin:0 auto 16px;display:flex}.why-item:hover .why-icon-wrap{background:#f5c84224;border-color:#f5c8424d}.why-item h4{color:var(--text-primary);margin-bottom:8px;font-family:Outfit,sans-serif;font-size:.9rem;font-weight:700}.why-item p{color:var(--text-secondary);font-size:.78rem;line-height:1.55}.license-grid{grid-template-columns:repeat(3,1fr);align-items:start;gap:24px;display:grid}.license-card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);transition:all .25s var(--ease);flex-direction:column;padding:32px 28px;display:flex;position:relative;overflow:hidden}.license-card:hover{box-shadow:var(--shadow-card);transform:translateY(-4px)}.license-card.featured-license{border-color:var(--gold);background:#f5c84209;box-shadow:0 0 50px #f5c8421f}.license-card.featured-license:hover{box-shadow:0 12px 60px #f5c84238}.license-popular-badge{background:linear-gradient(135deg, var(--gold), var(--orange));color:#000;text-transform:uppercase;letter-spacing:.12em;border-radius:20px;padding:4px 12px;font-size:.62rem;font-weight:800;position:absolute;top:18px;right:18px}.license-icon-wrap{width:48px;height:48px;color:var(--gold);background:#f5c84214;border:1px solid #f5c84226;border-radius:13px;justify-content:center;align-items:center;margin-bottom:18px;display:flex}.license-card h3{color:var(--text-primary);margin-bottom:6px;font-family:Outfit,sans-serif;font-size:1.2rem;font-weight:800}.license-card>p{color:var(--text-secondary);margin-bottom:0;font-size:.875rem}.license-price{color:var(--gold);margin:18px 0 4px;font-family:Outfit,sans-serif;font-size:1.6rem;font-weight:900}.license-price-sub{color:var(--text-muted);margin-bottom:20px;font-size:.78rem}.license-features{flex-grow:1;margin-bottom:24px}.license-features li{color:var(--text-secondary);border-bottom:1px solid #ffffff0d;align-items:flex-start;gap:10px;padding:9px 0;font-size:.875rem;display:flex}.license-features li:before{content:"✓";color:var(--gold);flex-shrink:0;margin-top:1px;font-weight:800}.license-features li:last-child{border-bottom:none}.license-btn{border-radius:var(--radius-pill);width:100%;transition:all .25s var(--ease);cursor:pointer;border:none;justify-content:center;align-items:center;margin-top:auto;padding:13px;font-family:inherit;font-size:.9rem;font-weight:700;text-decoration:none;display:flex}.license-btn-primary{background:linear-gradient(135deg, var(--gold), var(--orange));color:#000;box-shadow:0 4px 20px #f5c8424d}.license-btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 30px #f5c84273}.license-btn-outline{color:var(--text-primary);background:0 0;border:1px solid #ffffff1f}.license-btn-outline:hover{border-color:var(--gold);color:var(--gold)}.trust-grid{grid-template-columns:1fr 1fr;gap:24px;display:grid}.trust-card{border-radius:var(--radius-lg);transition:border-color .25s var(--ease);background:#ffffff06;border:1px solid #ffffff0f;padding:28px}.trust-card:hover{border-color:var(--border-gold)}.cta-banner{text-align:center;background:linear-gradient(135deg,#f5c8420f 0%,#4f8ef70a 100%);border:1px solid #f5c8422e;border-radius:24px;padding:72px 40px;position:relative;overflow:hidden}.cta-banner:before{content:"";pointer-events:none;background:radial-gradient(#f5c8420f 0%,#0000 70%);width:600px;height:300px;position:absolute;top:-50%;left:50%;transform:translate(-50%)}.cta-banner h2{letter-spacing:-.02em;margin-bottom:18px;font-family:Outfit,sans-serif;font-size:clamp(1.6rem,3vw,2.5rem);font-weight:800;position:relative}.cta-banner p{color:var(--text-secondary);max-width:500px;margin:0 auto 40px;line-height:1.7;position:relative}.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:var(--text-secondary);line-height:1.8}.contact-links{flex-direction:column;gap:12px;margin-top:28px;display:flex}.contact-link{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-md);transition:all .25s var(--ease);color:var(--text-primary);align-items:center;gap:14px;padding:14px 18px;font-size:.875rem;font-weight:500;text-decoration:none;display:flex}.contact-link:hover{border-color:var(--gold);background:#f5c8420f;transform:translate(4px)}.contact-link-icon{width:36px;height:36px;color:var(--gold);background:#f5c8421a;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.contact-form{flex-direction:column;gap:18px;display:flex}.form-row{grid-template-columns:1fr 1fr;gap:16px;display:grid}.form-group label{color:var(--text-secondary);letter-spacing:.03em;margin-bottom:8px;font-size:.8rem;font-weight:600;display:block}.form-control{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-sm);width:100%;color:var(--text-primary);transition:all .25s var(--ease);padding:13px 16px;font-size:.9rem}.form-control::placeholder{color:var(--text-muted)}.form-control:focus{border-color:var(--gold);background:#ffffff0d;outline:none;box-shadow:0 0 0 3px #f5c8421a}textarea.form-control{resize:vertical;min-height:120px}.btn-submit{border-radius:var(--radius-pill);cursor:pointer;background:linear-gradient(135deg, var(--gold), var(--orange));color:#000;transition:all .25s var(--ease);border:none;align-self:flex-start;padding:14px 32px;font-family:inherit;font-size:.95rem;font-weight:700;box-shadow:0 4px 20px #f5c8424d}.btn-submit:hover{transform:translateY(-2px);box-shadow:0 8px 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:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);transition:all .25s var(--ease);padding:28px;position:relative;overflow:hidden}.featured-card:hover{border-color:var(--border-gold);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:var(--gold);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:var(--gold);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:hover{background:var(--gold);color:#000}.featured-play.playing{color:#4f8ef7;background:#4f8ef726}.featured-buy{background:linear-gradient(135deg, var(--gold), var(--orange));color:#000;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:var(--text-secondary);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}.trust-grid{grid-template-columns:1fr;gap:16px}.license-grid{grid-template-columns:1fr 1fr}}@media (max-width:768px){.license-grid{grid-template-columns:1fr}.license-card.featured-license{transform:none}}@media (max-width:640px){.section{padding:64px 0}.cta-banner{padding:48px 24px}.form-row{grid-template-columns:1fr}.about-cards{grid-template-columns:1fr 1fr}.btn-submit{text-align:center;align-self:stretch}}
.Nav-module__e1xquq__nav{z-index:1000;-webkit-backdrop-filter:blur(12px);background:#080810b3;border-bottom:1px solid #ffffff0a;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:#080810f2;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-radius:8px;width:40px;height:40px}.Nav-module__e1xquq__logoSvg{flex-shrink:0;width:40px;height:40px;display:block}.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 #ffffff0f;padding:72px 0 0;position:relative}.Footer-module__EZoWya__container{max-width:1240px;margin:0 auto;padding:0 24px}.Footer-module__EZoWya__grid{border-bottom:1px solid #ffffff0f;grid-template-columns:2fr 1fr 1fr 1fr;gap:48px;padding-bottom:56px;display:grid}.Footer-module__EZoWya__brand{flex-direction:column;gap:20px;display:flex}.Footer-module__EZoWya__logo{align-items:center;gap:12px;text-decoration:none;display:flex}.Footer-module__EZoWya__logoSvg{flex-shrink:0;width:40px;height:40px;display:block}.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:#606080;letter-spacing:.14em;text-transform:uppercase;font-size:.62rem;display:block}.Footer-module__EZoWya__brandDesc{color:#707090;max-width:280px;font-size:.875rem;line-height:1.7}.Footer-module__EZoWya__socials{flex-wrap:wrap;gap:10px;display:flex}.Footer-module__EZoWya__socialIcon{color:#9090b0;background:#ffffff0d;border:1px solid #ffffff17;border-radius:50%;justify-content:center;align-items:center;width:38px;height:38px;text-decoration:none;transition:all .25s;display:flex}.Footer-module__EZoWya__socialIcon:hover{color:#f5c842;background:#f5c8421a;border-color:#f5c84259;transform:translateY(-3px);box-shadow:0 4px 16px #f5c84233}.Footer-module__EZoWya__col h4{color:#f0f0f8;text-transform:uppercase;letter-spacing:.1em;margin-bottom:20px;font-family:Outfit,sans-serif;font-size:.82rem;font-weight:700}.Footer-module__EZoWya__col ul{flex-direction:column;gap:10px;display:flex}.Footer-module__EZoWya__col li a{color:#707090;font-size:.875rem;transition:color .2s}.Footer-module__EZoWya__col li a:hover{color:#f5c842}.Footer-module__EZoWya__bottom{color:#505070;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:8px;padding:24px 0;font-size:.8rem;display:flex}.Footer-module__EZoWya__bottom a{color:#f5c842;transition:opacity .2s}.Footer-module__EZoWya__bottom a:hover{opacity:.8}.Footer-module__EZoWya__bottomRight{color:#404060}@media (max-width:960px){.Footer-module__EZoWya__grid{grid-template-columns:1fr 1fr;gap:32px}.Footer-module__EZoWya__brand{grid-column:1/-1}}@media (max-width:480px){.Footer-module__EZoWya__grid{grid-template-columns:1fr}.Footer-module__EZoWya__bottom{text-align:center;flex-direction:column}}
