:root{--pfx-gold:#ffb84d;--pfx-white:#ffffff;--pfx-dark:#040404;--pfx-border:rgba(255,255,255,.08)}html,body{margin:0;padding:0;overflow-x:hidden;scroll-behavior:smooth}.pfx-reveal{opacity:0;transform:translateY(60px);transition:opacity .9s cubic-bezier(.22,.61,.36,1),transform .9s cubic-bezier(.22,.61,.36,1);will-change:opacity,transform}.pfx-reveal.active{opacity:1;transform:translateY(0)}.pfx-delay-1{transition-delay:.1s}.pfx-delay-2{transition-delay:.2s}.pfx-delay-3{transition-delay:.3s}.pfx-delay-4{transition-delay:.4s}.pfx-delay-5{transition-delay:.5s}body{font-family:Inter,sans-serif;font-weight:400;color:#fff}h1,h2,h3,h4,h5,h6{font-family:Cinzel,serif;font-weight:700;margin:0}p{font-family:Inter,sans-serif;font-weight:400;line-height:1.9;color:#ffffffd9}.pfx-header{position:fixed;top:0;left:0;width:100%;z-index:9999;background:#000000eb;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid rgba(255,255,255,.05);transition:.4s ease}.pfx-header-container{max-width:1400px;margin:auto;height:95px;display:flex;align-items:center;justify-content:space-between;padding:0 30px}.pfx-logo img{width:180px;display:block}.pfx-nav ul{display:flex;align-items:center;gap:65px;list-style:none;margin:0;padding:0}.pfx-nav-link{position:relative;display:flex;align-items:center;justify-content:center;text-decoration:none;height:50px;min-width:max-content;font-family:Cinzel,serif;text-transform:uppercase;letter-spacing:1.5px;overflow:hidden}.pfx-nav-size{visibility:hidden;display:block;font-family:Cinzel,serif;font-size:17px;letter-spacing:1.5px;text-transform:uppercase}.pfx-nav-top,.pfx-nav-bottom{position:absolute;left:0;top:0;width:100%;color:#fff;text-align:center;font-size:17px;line-height:50px;transition:transform .45s cubic-bezier(.22,.61,.36,1),color .35s ease;will-change:transform}.pfx-nav-top{clip-path:polygon(0 0,100% 0,100% 50%,0 50%)}.pfx-nav-bottom{clip-path:polygon(0 50%,100% 50%,100% 100%,0 100%)}.pfx-nav-line{position:absolute;top:50%;left:-120%;width:100%;height:1px;background:#ffffffe6;transform:translateY(-50%);transition:left .42s cubic-bezier(.22,.61,.36,1)}.pfx-nav-link:hover .pfx-nav-line{left:0}.pfx-nav-link:hover .pfx-nav-top{transform:translate(-1px)}.pfx-nav-link:hover .pfx-nav-bottom{transform:translate(1px)}.pfx-nav-link.active .pfx-nav-top,.pfx-nav-link.active .pfx-nav-bottom{color:var(--pfx-gold)}.pfx-nav-dots{position:absolute;bottom:2px;left:50%;transform:translate(-50%);color:var(--pfx-gold);font-size:11px;letter-spacing:3px}.pfx-nav-dots-secondary{position:absolute;bottom:2px;left:50%;transform:translate(-50%);color:#fff;font-size:11px;letter-spacing:3px}.pfx-header-right{display:flex;align-items:center;gap:20px}.pfx-play-btn{display:flex;align-items:center;gap:12px;padding:15px 28px;text-decoration:none;color:#fff;border-radius:100px;border:1px solid rgba(255,184,77,.25);background:#ffb84d0d;box-shadow:0 0 25px #ffb84d14,inset 0 0 15px #ffb84d0a;transition:.35s ease}.pfx-play-btn:hover{transform:translateY(-2px);border-color:#ffb84d80;box-shadow:0 0 30px #ffb84d2e}.pfx-play-btn i{font-size:13px}.pfx-mobile-toggle{display:none;background:none;border:none;cursor:pointer}.pfx-mobile-toggle span{display:block;width:28px;height:2px;margin:6px 0;background:#fff}.pfx-mobile-menu{position:fixed;top:0;right:0;bottom:0;left:0;background:#050505;z-index:10000;display:flex;justify-content:center;align-items:center;transform:translateY(-100%);transition:.45s ease}.pfx-mobile-menu.active{transform:translateY(0)}.pfx-mobile-menu ul{width:100%;max-width:500px;padding:0;margin:0;list-style:none;display:flex;flex-direction:column;align-items:center;gap:35px}.pfx-mobile-menu li{width:100%;display:flex;justify-content:center}.pfx-mobile-menu a{text-decoration:none;color:#fff;font-family:Cinzel,serif;font-size:36px;text-transform:uppercase}.pfx-mobile-close{position:absolute;top:30px;right:30px;width:60px;height:60px;border-radius:50%;border:1px solid rgba(255,255,255,.1);background:#111;color:#fff;cursor:pointer}@media (max-width:1100px){.pfx-nav{display:none}.pfx-mobile-toggle{display:block}}@media (max-width:768px){.pfx-header-container{height:85px;padding:0 20px}.pfx-logo img{width:150px}.pfx-play-btn span{display:none}.pfx-play-btn{width:50px;height:50px;padding:0;justify-content:center}}.hero{position:relative;min-height:100vh;display:flex;align-items:center;justify-content:center;text-align:center;overflow:hidden}.hero-bg{position:absolute;top:0;right:0;bottom:0;left:0;background:url(/assets/hero-bg-CJ2um6d6.webp) center center / cover no-repeat;animation:pfxHeroZoom 20s ease-in-out infinite alternate;will-change:transform}@keyframes pfxHeroZoom{0%{transform:scale(1) translate(0) translateY(0)}50%{transform:scale(1.06) translate(-1%) translateY(-.5%)}to{transform:scale(1.12) translate(1%) translateY(.5%)}}.hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(#000000b8,#000000b8);z-index:1}.hero-content{position:relative;z-index:2;max-width:900px;padding:140px 25px 60px;animation:pfxHeroContent 1.2s ease forwards;@keyframes pfxHeroContent{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}}.hero-content h1{margin:0;font-family:Cinzel,serif;font-size:clamp(3rem,7vw,4.2rem);line-height:1.1;font-weight:700;color:#fff;text-transform:uppercase}.hero-content p{max-width:720px;margin:30px auto 0;font-size:1.11rem;font-weight:400;line-height:1.9;color:#ffffffd9}.hero-buttons{display:flex;justify-content:center;gap:22px;margin-top:50px;flex-wrap:wrap}.hero-btn{min-width:180px;height:58px;display:inline-flex;align-items:center;justify-content:center;text-decoration:none;font-family:Cinzel,serif;font-size:1rem;text-transform:uppercase;transition:.35s ease}.primary-btn{color:var(--pfx-gold);border:2px solid var(--pfx-gold);background:#00000073;box-shadow:0 0 0 1px #ffb84d26,0 0 20px #ffb84d14}.primary-btn:hover{background:var(--pfx-gold);color:#111;transform:translateY(-3px)}.secondary-btn{color:#fff;border:2px solid rgba(255,255,255,.8);background:#00000073}.secondary-btn:hover{background:#fff;color:#111;transform:translateY(-3px)}@media (max-width:768px){.hero-content{padding:130px 20px}.hero-content h1{font-size:2.7rem}.hero-content p{font-size:1rem;line-height:1.8}.hero-buttons{gap:15px}.hero-btn{width:100%;max-width:300px}}.pfx-showcase{position:relative;z-index:5;overflow:visible;height:420px;background:url(/assets/game-cover-bg-BGhVsCjE.webp) center center / cover no-repeat}.pfx-showcase:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to bottom,#00000080,#0000004d,#0006);pointer-events:none}.pfx-showcase-content{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:20;width:min(850px,90vw)}.pfx-game-card{display:block;position:relative;text-decoration:none;transform-style:preserve-3d;overflow:hidden;transition:transform .35s ease,box-shadow .35s ease}.pfx-game-card-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(#0000,#00000073);opacity:0;transition:.4s ease;pointer-events:none}.pfx-game-card-btn{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%) scale(.9);display:flex;align-items:center;justify-content:center;gap:10px;min-width:180px;height:58px;padding:0 30px;background:#141414eb;color:#fff;border:1px solid rgba(255,184,77,.45);box-shadow:0 0 30px #ffb84d1f;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);font-family:Inter,sans-serif;font-size:1rem;font-weight:600;letter-spacing:.5px;opacity:0;transition:opacity .4s ease,transform .4s ease,box-shadow .4s ease;pointer-events:none;z-index:3}.pfx-game-card:hover .pfx-game-card-overlay{opacity:1}.pfx-game-card:hover .pfx-game-card-btn{opacity:1;transform:translate(-50%,-50%) scale(1)}.pfx-game-card:hover .pfx-game-card-btn{box-shadow:0 0 40px #ffb84d33}.pfx-game-card img{display:block;width:100%;height:auto;border-radius:12px;box-shadow:0 20px 40px #00000059,0 40px 80px #00000073,0 0 40px #ffb84d26;transition:transform .35s ease,box-shadow .35s ease}.pfx-game-card:hover{transform:perspective(1200px) rotateX(2deg) translateY(-10px)}.pfx-game-card:hover img{box-shadow:0 30px 60px #0006,0 60px 120px #0000008c,0 0 60px #ffb84d40}.pfx-game-card:active{transform:perspective(1200px) translateY(4px) scale(.985)}.pfx-game-card:active img{box-shadow:0 12px 24px #0000004d,0 24px 48px #0006}.pfx-features{position:relative;padding:320px 20px 120px;overflow:hidden;background:#070707}.pfx-features-video{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.pfx-features-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(#0000008b,#00000072)}.pfx-features-container{position:relative;z-index:3;max-width:1300px;margin:auto;display:grid;grid-template-columns:repeat(3,1fr);gap:60px}.pfx-feature{position:relative;text-align:center;padding:0 40px}.pfx-feature:not(:last-child):after{content:"";position:absolute;top:50%;right:-30px;transform:translateY(-50%);width:1px;height:180px;background:linear-gradient(to bottom,transparent,rgba(255,184,77,.15),rgba(255,184,77,.45),rgba(255,184,77,.15),transparent)}.pfx-feature img{width:110px;height:auto;object-fit:contain;margin-bottom:25px}.pfx-feature h3{margin-bottom:15px;color:#fff;font-size:1.5rem;text-transform:uppercase}.pfx-feature p{max-width:280px;margin:auto;color:#ffffffbf}@media (max-width:992px){.pfx-game-card img{margin-top:-90px;margin-bottom:-90px}.pfx-features-container{grid-template-columns:1fr;gap:70px}}@media (max-width:768px){.pfx-showcase{height:180px;overflow:visible}.pfx-showcase-content{width:92%}.pfx-game-card-overlay{opacity:1}.pfx-game-card-btn{opacity:1;transform:translate(-50%,-50%) scale(1);min-width:160px;height:52px;font-size:.95rem}.pfx-game-card img{height:380px;margin-top:-60px;margin-bottom:-60px;border-radius:8px}.pfx-features{padding-top:120px}@media (max-width:992px){.pfx-feature:not(:last-child):after{top:auto;bottom:-35px;left:50%;right:auto;transform:translate(-50%);width:180px;height:1px;background:linear-gradient(to right,transparent,rgba(255,184,77,.15),rgba(255,184,77,.45),rgba(255,184,77,.15),transparent)}}}.pfx-about{position:relative;overflow:hidden;padding:110px 20px;background:#000}.pfx-about-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at center,rgba(255,184,77,.069),transparent 50%),linear-gradient(#00000073,#000000bf);z-index:2}.pfx-ambient{position:absolute;border-radius:50%;filter:blur(80px);pointer-events:none;z-index:1}.ambient-1{width:300px;height:300px;top:10%;left:5%;background:#ffb84d1c;animation:pfxFloatOne 18s ease-in-out infinite alternate}.ambient-2{width:400px;height:400px;top:55%;right:8%;background:#f0986836;animation:pfxFloatTwo 22s ease-in-out infinite alternate}.ambient-3{width:220px;height:220px;bottom:15%;left:30%;background:#e4bb5b31;animation:pfxFloatThree 20s ease-in-out infinite alternate}.ambient-4{width:280px;height:280px;top:20%;right:35%;background:#ff4d4d21;animation:pfxFloatFour 24s ease-in-out infinite alternate}@keyframes pfxFloatOne{0%{transform:translateZ(0) scale(1)}to{transform:translate3d(80px,-50px,0) scale(1.15)}}@keyframes pfxFloatTwo{0%{transform:translateZ(0) scale(1)}to{transform:translate3d(-100px,60px,0) scale(1.1)}}@keyframes pfxFloatThree{0%{transform:translateZ(0) scale(1)}to{transform:translate3d(70px,-80px,0) scale(1.2)}}@keyframes pfxFloatFour{0%{transform:translateZ(0) scale(1)}to{transform:translate3d(-60px,90px,0) scale(1.15)}}.pfx-about-container{position:relative;z-index:3;max-width:1300px;margin:auto;display:grid;grid-template-columns:1.15fr .85fr;gap:90px;align-items:center}.pfx-section-tag{display:inline-block;margin-bottom:18px;color:var(--pfx-gold);font-family:Inter,sans-serif;font-size:.95rem;letter-spacing:2px;text-transform:uppercase}.pfx-about-content h2{max-width:700px;margin-bottom:30px;color:#fff;font-size:clamp(2.6rem,5vw,3.2rem);line-height:1.2}.pfx-about-content p{max-width:680px;margin-bottom:25px;font-size:1.05rem;line-height:1.9;color:#fffc}.pfx-about-cards{display:flex;flex-direction:column;gap:30px}.pfx-about-card{position:relative;padding:40px;border:1px solid rgba(255,255,255,.08);background:linear-gradient(145deg,#ffffff08,#ffffff03);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);overflow:hidden;transition:.4s ease}.pfx-about-card:hover{transform:translateY(-6px);border-color:#ffb84d40}.pfx-card-glow{position:absolute;top:-80px;right:-80px;width:180px;height:180px;border-radius:50%;background:radial-gradient(rgba(255,184,77,.18),transparent 70%);pointer-events:none}.pfx-about-card h3{margin-bottom:18px;color:#fff;font-size:1.7rem}.pfx-about-card p{color:#ffffffc7;line-height:1.8}.reveal-left,.reveal-right{opacity:0;transition:opacity .9s ease,transform .9s ease}.reveal-left{transform:translate(-80px)}.reveal-right{transform:translate(80px)}.reveal-visible{opacity:1;transform:translate(0)}@media (max-width:992px){.pfx-about-container{grid-template-columns:1fr;gap:60px}}@media (max-width:768px){.pfx-about{padding:100px 20px}.pfx-about-content h2{font-size:2.4rem}.pfx-about-card{padding:30px}}.pfx-how-play{position:relative;overflow:hidden;padding:110px 20px;background:#000}.pfx-how-glow{position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at center,rgba(223,79,31,.174),transparent 65%);animation:pfxGlowPulse 8s ease infinite}@keyframes pfxGlowPulse{0%,to{opacity:.5;transform:scale(1)}50%{opacity:1;transform:scale(1.08)}}.pfx-how-container{position:relative;z-index:2;max-width:1400px;margin:auto}.pfx-how-heading{text-align:center;max-width:800px;margin:0 auto 100px}.pfx-how-heading h2{margin:20px 0;font-size:clamp(2.5rem,5vw,3.2rem);color:#fff}.pfx-progress-track{position:relative;display:grid;grid-template-columns:repeat(4,1fr);gap:30px;align-items:start}.pfx-progress-track:before{content:"";position:absolute;top:32px;left:0;width:100%;height:2px;background:#ffffff14}.pfx-progress-fill{position:absolute;top:32px;left:0;width:0;height:2px;background:var(--pfx-gold);box-shadow:0 0 20px #ffb84dcc}.pfx-step-card{position:relative;padding:40px 30px;border:1px solid rgba(255,255,255,.08);background:linear-gradient(#ffffff08,#ffffff03);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);transition:transform .4s ease,border-color .4s ease;transform-style:preserve-3d}.pfx-step-card.active{border-color:#ffb84d66;box-shadow:0 0 40px #ffb84d1f}.pfx-step-number{width:64px;height:64px;display:flex;align-items:center;justify-content:center;margin-bottom:25px;border-radius:50%;background:#111;color:var(--pfx-gold);font-family:Cinzel,serif;font-size:1.2rem;border:1px solid rgba(255,184,77,.2)}@media (max-width:992px){.pfx-progress-track{grid-template-columns:1fr;gap:30px}.pfx-progress-track:before{width:2px;height:100%;left:32px;top:0}.pfx-progress-fill{width:2px!important;height:0;left:32px;top:0}}.pfx-experience{position:relative;padding:110px 20px;background:#050505;overflow:hidden}.pfx-experience-bg{position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at center,rgba(223,79,31,.174),transparent 65%);animation:pfxExpGlow 10s ease-in-out infinite}@keyframes pfxExpGlow{0%,to{transform:scale(1)}50%{transform:scale(1.12)}}.pfx-experience-container{position:relative;z-index:2;max-width:1400px;margin:auto}.pfx-experience-heading{max-width:900px;margin:0 auto 80px;text-align:center}.pfx-experience-heading h2{font-size:clamp(2.5rem,5vw,3.2rem);color:#fff}.pfx-experience-desktop{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:80px;align-items:stretch}.pfx-exp-counter{text-align:right;color:var(--pfx-gold);margin-bottom:20px;font-size:2rem}.pfx-exp-image-wrap{margin-top:auto;flex:1;display:flex;align-items:flex-end;overflow:hidden;border:1px solid rgba(255,184,77,.18);box-shadow:0 30px 80px #00000080,0 0 50px #ffb84d1f}.pfx-exp-image-wrap img{width:100%;height:100%;object-fit:cover;display:block;transition:.6s ease}.pfx-experience-left{display:flex;flex-direction:column;height:100%}.pfx-experience-right{display:flex;flex-direction:column;gap:20px}.pfx-exp-row{display:grid;grid-template-columns:1fr 1fr;gap:18px}.pfx-exp-btn{padding:24px;background:#ffffff05;border:1px solid rgba(255,255,255,.08);color:#fff;cursor:pointer;font-family:Cinzel,serif;transition:.35s ease}.pfx-exp-btn:hover{transform:translateY(-3px);border-color:#ffb84d4d}.pfx-exp-btn.active{color:var(--pfx-gold);border-color:#ffb84d73;box-shadow:0 0 30px #ffb84d1f}.pfx-exp-content{max-height:0;overflow:hidden;opacity:0;transition:.45s ease}.pfx-exp-content.active{max-height:300px;opacity:1}.pfx-exp-content h3{margin-bottom:18px;font-size:2.2rem}.pfx-exp-content p{line-height:1.9}.pfx-exp-mobile{display:none}@media (max-width:992px){.pfx-experience-desktop{display:none}.pfx-exp-mobile{display:block}.pfx-mobile-item{border:1px solid rgba(255,255,255,.08);margin-bottom:15px}.pfx-mobile-trigger{width:100%;padding:22px;background:none;border:none;color:#fff;display:flex;justify-content:space-between;align-items:center;font-family:Cinzel,serif;cursor:pointer}.pfx-mobile-content{max-height:0;overflow:hidden;transition:.45s ease}.pfx-mobile-item.active .pfx-mobile-content{max-height:800px;padding:0 20px 20px}.pfx-mobile-content img{width:100%;margin-bottom:20px;border:1px solid rgba(255,184,77,.15)}}.pfx-responsible{position:relative;overflow:hidden;padding:110px 20px;background:#030303}.pfx-responsible-glow{position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at center,rgba(223,79,31,.174),transparent 65%);animation:pfxResponsibleGlow 12s ease-in-out infinite}@keyframes pfxResponsibleGlow{0%,to{transform:scale(1);opacity:.5}50%{transform:scale(1.15);opacity:1}}.pfx-responsible-container{position:relative;z-index:2;max-width:1000px;margin:auto;text-align:center}.pfx-responsible h2{margin:18px 0 30px;font-size:clamp(2.5rem,5vw,3.2rem);color:#fff}.pfx-responsible-text{max-width:850px;margin:0 auto;font-size:1.05rem;line-height:1.9;color:#ffffffd1}.pfx-responsible-text a{color:var(--pfx-gold);text-decoration:none;transition:.3s ease}.pfx-responsible-text a:hover{color:#fff}.pfx-partners{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;gap:30px;margin-top:60px}.pfx-partner{width:220px;height:60px;display:flex;align-items:center;justify-content:center;padding:20px;border:1px solid rgba(255,255,255,.08);background:linear-gradient(145deg,#ffffff08,#ffffff03);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:transform .35s ease,border-color .35s ease,box-shadow .35s ease}.pfx-partner:hover{transform:translateY(-6px);border-color:#ffb84d4d;box-shadow:0 0 35px #ffb84d1f}.pfx-partner img{max-width:140px;max-height:60px;width:auto;height:auto;object-fit:contain;opacity:.9;transition:.3s ease}.pfx-partner:hover img{opacity:1}@media (max-width:768px){.pfx-responsible{padding:100px 20px}.pfx-partners{gap:18px}.pfx-partner{width:100%;max-width:280px;height:45px}}.pfx-footer{position:relative;overflow:hidden;padding:120px 20px 40px;background:url(/assets/footer-bg-D4urm05t.webp) center center / cover no-repeat}.pfx-footer-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to bottom,#030303b2,#000b);z-index:1}.pfx-footer:before{content:"";position:absolute;top:-200px;left:50%;transform:translate(-50%);width:700px;height:700px;border-radius:50%;background:radial-gradient(rgba(255,184,77,.1),transparent 70%);z-index:1;animation:pfxFooterGlow 10s ease-in-out infinite}@keyframes pfxFooterGlow{0%,to{transform:translate(-50%) scale(1)}50%{transform:translate(-50%) scale(1.15)}}.pfx-footer-container{position:relative;z-index:2;max-width:1200px;margin:auto;text-align:center;justify-content:center}.pfx-footer-logo{width:240px;display:block;margin:0 auto 30px}.pfx-footer-description{max-width:850px;margin:0 auto;color:#ffffffd1;line-height:1.9;font-size:1.05rem}.pfx-footer-disclaimer{margin-top:60px}.pfx-footer-age-logo{width:50px;display:block;margin:0 auto 20px}.pfx-footer-disclaimer p{max-width:900px;margin:auto;color:#ffffffbf;line-height:1.9}.pfx-footer-links{display:flex;justify-content:center;flex-wrap:wrap;gap:15px;margin-top:60px}.pfx-footer-links a{padding:14px 24px;border:1px solid rgba(255,255,255,.08);background:linear-gradient(145deg,#ffffff08,#ffffff03);color:#fff;text-decoration:none;transition:transform .3s ease,border-color .3s ease,box-shadow .3s ease}.pfx-footer-links a:hover{transform:translateY(-4px);border-color:#ffb84d59;box-shadow:0 0 25px #ffb84d1f}.pfx-footer-divider{width:100%;max-width:800px;height:1px;margin:60px auto 30px;background:linear-gradient(to right,transparent,rgba(255,184,77,.4),transparent)}.pfx-footer-bottom a{color:#ffb84d;font-size:.95rem;letter-spacing:.5px}.pfx-footer-bottom a:hover{color:#ffffff8c}@media (max-width:992px){.pfx-footer{padding:100px 20px 40px}.pfx-footer-logo{width:200px}}@media (max-width:768px){.pfx-footer-links{flex-direction:column;align-items:center}.pfx-footer-links a{width:100%;max-width:320px;box-sizing:border-box}.pfx-footer-description,.pfx-footer-disclaimer p{font-size:.95rem;line-height:1.8}}.pfx-game-hero{position:relative;min-height:70vh;display:flex;align-items:center;justify-content:center;text-align:center;padding:140px 20px;overflow:hidden;background:url(/assets/hero-bg-CJ2um6d6.webp) center center/cover no-repeat}.pfx-game-hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(#000000a6,#000000d9)}.pfx-game-hero-content{position:relative;z-index:2;max-width:950px}.pfx-game-hero h1{margin:20px 0;font-size:clamp(3rem,7vw,4.2rem);line-height:1.1}.pfx-game-hero p{max-width:800px;margin:auto;font-size:1.1rem;line-height:1.9}.pfx-gameplay{position:relative;padding:120px 20px;background:#050505;overflow:hidden}.pfx-gameplay-glow{position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at center,rgba(255,184,77,.08),transparent 70%);pointer-events:none}.pfx-gameplay-container{position:relative;z-index:2;width:100%;max-width:1500px;margin:0 auto}.pfx-gameplay-header{display:flex;justify-content:space-between;align-items:center;gap:30px;margin-bottom:40px}.pfx-gameplay-header h2{margin-top:15px}.pfx-game-status{display:flex;align-items:center;gap:12px;padding:14px 22px;border:1px solid rgba(255,184,77,.25);background:#ffb84d0d}.pfx-game-status span{width:10px;height:10px;border-radius:50%;background:#3dff70;box-shadow:0 0 12px #3dff70}.pfx-game-frame-wrap{position:relative;border:1px solid rgba(255,184,77,.18);background:#000;overflow:hidden;box-shadow:0 30px 80px #00000080,0 0 50px #ffb84d14}.pfx-game-frame-wrapper{display:flex;justify-content:center;align-items:center;width:100%;min-height:650px;background:#000;padding:40px}.pfx-game-frame-wrapper iframe{width:540px;height:650px;max-width:100%;border:none;display:block;background:#000}.pfx-gameplay-info{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:25px;margin-top:40px}.pfx-info-card{padding:35px;background:linear-gradient(145deg,#ffffff08,#ffffff03);border:1px solid rgba(255,255,255,.08);transition:transform .35s ease,border-color .35s ease,box-shadow .35s ease}.pfx-info-card:hover{transform:translateY(-8px);border-color:#ffb84d40;box-shadow:0 0 30px #ffb84d14}.pfx-info-title{display:flex;align-items:center;gap:16px;margin-bottom:18px}.pfx-info-title img{width:48px;height:48px;object-fit:contain;flex-shrink:0}.pfx-info-title h3,.pfx-info-card p{margin:0}@media (max-width:992px){.pfx-gameplay-header{flex-direction:column;align-items:flex-start}.pfx-gameplay-info{grid-template-columns:1fr}.pfx-game-frame-wrapper{min-height:900px;padding:30px}.pfx-game-frame-wrapper iframe{width:480px;height:853px}}@media (max-width:768px){.pfx-gameplay{padding:90px 20px}.pfx-gameplay-header{text-align:center;align-items:center}.pfx-game-status{width:100%;justify-content:center}.pfx-game-frame-wrapper{display:flex;justify-content:center;align-items:center;padding:20px 0;overflow:hidden;height:none;min-height:400px}.pfx-game-frame-wrapper iframe{display:block;width:100%;max-width:540px;height:90vh;min-height:400px;margin:0 auto;border:none}.pfx-info-title{flex-direction:column;text-align:center;gap:12px}.pfx-info-title img{width:54px;height:54px}.pfx-info-card{text-align:center}}@media (max-width:768px){.pfx-game-hero{min-height:60vh;padding:120px 20px}}.pfx-contact-hero{position:relative;overflow:hidden;min-height:none;display:flex;align-items:center;justify-content:center;text-align:center;padding:180px 20px 110px;background:#030303}.pfx-contact-gradient{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(130deg,#000,#1a0d00,#301200,#100807,#000);background-size:400% 400%;animation:pfxGradientMove 12s ease infinite}@keyframes pfxGradientMove{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}.pfx-contact-particles{position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 20% 20%,rgba(255,184,77,.18),transparent 12%),radial-gradient(circle at 80% 30%,rgba(255,184,77,.12),transparent 10%),radial-gradient(circle at 70% 70%,rgba(255,184,77,.1),transparent 12%);animation:pfxFloat 12s linear infinite}@keyframes pfxFloat{0%{transform:translateY(0)}50%{transform:translateY(-25px)}to{transform:translateY(0)}}.pfx-contact-hero-content{position:relative;z-index:3;max-width:1000px}.pfx-contact-hero h1{margin-top:20px;font-size:clamp(3rem,8vw,4.2rem)}.pfx-contact-section{position:relative;padding:100px 20px;background:#050505;overflow:hidden}.pfx-contact-glow{position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at center,rgba(255,184,77,.07),transparent 70%)}.pfx-contact-container{position:relative;z-index:2;max-width:1100px;margin:auto}.pfx-contact-heading{text-align:center;max-width:800px;margin:0 auto 70px}.pfx-contact-heading h2{margin:18px 0 25px;font-size:clamp(2.5rem,5vw,2.4rem);color:#fff}.pfx-contact-form{padding:50px;background:linear-gradient(145deg,#ffffff0a,#ffffff04);border:1px solid rgba(255,255,255,.08);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);box-shadow:0 20px 60px #0006}.pfx-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:25px}.pfx-field{display:flex;flex-direction:column;margin-bottom:25px}.pfx-field label{margin-bottom:12px;color:#fff;font-weight:500}.pfx-field input,.pfx-field select,.pfx-field textarea{width:100%;padding:18px 20px;background:#ffffff08;border:1px solid rgba(255,255,255,.08);color:#fff;font-family:inherit;font-size:1rem;transition:.35s;outline:none;box-sizing:border-box}.pfx-field textarea{resize:vertical;min-height:180px}.pfx-field input:focus,.pfx-field select:focus,.pfx-field textarea:focus{border-color:#ffb84d8c;box-shadow:0 0 25px #ffb84d14}.pfx-submit-btn{width:100%;height:64px;border:none;cursor:pointer;color:#fff;font-size:1rem;font-weight:600;position:relative;background:linear-gradient(135deg,#c98b2b,#ffbe5c);transition:.35s}.pfx-submit-btn:hover{transform:translateY(-3px)}.btn-loader{display:none;width:22px;height:22px;border:3px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:pfxSpin .7s linear infinite}@keyframes pfxSpin{to{transform:rotate(360deg)}}.pfx-success-modal{position:fixed;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;background:#000000d1;opacity:0;visibility:hidden;z-index:9999;transition:.4s}.pfx-success-modal.active{opacity:1;visibility:visible}.pfx-success-box{width:90%;max-width:550px;padding:50px;text-align:center;background:#0d0d0d;border:1px solid rgba(255,184,77,.2)}.pfx-success-icon{width:90px;height:90px;display:flex;align-items:center;justify-content:center;margin:0 auto 25px;border-radius:50%;background:#ffb84d14;color:#ffbe5c;font-size:2rem}.pfx-success-box h3{margin-bottom:20px}.pfx-success-box button{margin-top:25px;padding:14px 30px;cursor:pointer;border:none;background:#ffbe5c;color:#000;font-weight:600}@media (max-width:768px){.pfx-contact-hero{min-height:35vh;padding:160px 20px 90px}.pfx-contact-section{padding:100px 20px}.pfx-contact-form{padding:25px}.pfx-form-grid{grid-template-columns:1fr;gap:0}}.pfx-policy-hero{position:relative;overflow:hidden;min-height:none;display:flex;align-items:center;justify-content:center;text-align:center;padding:180px 20px 110px;background:#030303}.pfx-policy-gradient{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,#000,#140900,#281100,#130707,#000);background-size:400% 400%;animation:pfxPolicyGradient 14s ease infinite}@keyframes pfxPolicyGradient{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}.pfx-policy-particles{position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 20% 30%,rgba(255,184,77,.15),transparent 12%),radial-gradient(circle at 75% 20%,rgba(255,184,77,.12),transparent 10%),radial-gradient(circle at 70% 75%,rgba(255,184,77,.1),transparent 12%);animation:pfxPolicyFloat 14s linear infinite}@keyframes pfxPolicyFloat{0%{transform:translateY(0)}50%{transform:translateY(-30px)}to{transform:translateY(0)}}.pfx-policy-hero-content{position:relative;z-index:2}.pfx-policy-hero h1{margin-top:20px;font-size:clamp(3rem,7vw,4.2rem);line-height:1.1}.policy-content-section{position:relative;overflow:hidden;padding:120px 20px;background:#050505}.policy-content-section:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at center,rgba(255,184,77,.06),transparent 70%);animation:pfxPolicyGlow 12s ease-in-out infinite}@keyframes pfxPolicyGlow{0%,to{transform:scale(1)}50%{transform:scale(1.12)}}.policy-content-section .container{position:relative;z-index:2;max-width:950px;margin:auto}.policy-content{color:#ffffffd1}.policy-content h2{position:relative;margin:70px 0 25px;padding-bottom:18px;font-size:2rem;color:#fff}.policy-content h2:first-child{margin-top:0}.policy-content h2:after{content:"";position:absolute;left:0;bottom:0;width:70px;height:2px;background:linear-gradient(to right,var(--pfx-gold),transparent)}.policy-content p{margin-bottom:24px;line-height:2;font-size:1.05rem;color:#ffffffc7}.policy-content ul{list-style:none;margin:30px 0;padding:0}.policy-content ul li{position:relative;padding-left:34px;margin-bottom:18px;line-height:1.9;color:#fffc}.policy-content ul li:before{content:"";position:absolute;left:0;top:12px;width:10px;height:10px;border-radius:50%;background:var(--pfx-gold);box-shadow:0 0 12px #ffb84d66}.policy-content a{color:var(--pfx-gold);text-decoration:none;transition:.3s}.policy-content a:hover,.policy-content strong{color:#fff}@media (max-width:768px){.pfx-policy-hero{min-height:40vh;padding:120px 20px 100px}.policy-content-section{padding:90px 20px}.policy-content h2{font-size:1.65rem;margin:55px 0 20px}.policy-content p{font-size:.98rem;line-height:1.9}}.hero-email-form{width:100%;max-width:1050px;margin:60px auto 0;padding:34px;border:1px solid rgba(255,184,77,.22);border-radius:26px;background:linear-gradient(180deg,#0c0c10e0,#050508f0);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);box-shadow:0 25px 70px #00000073,inset 0 1px #ffffff0a;animation:pfxEmailFade .8s ease .45s both;box-sizing:border-box}.hero-email-row{display:flex;align-items:center;gap:18px;width:100%}.hero-email-field{position:relative;flex:1;min-width:0}.hero-email-field input{width:100%;height:84px;padding:0 75px 0 28px;border:1px solid rgba(255,255,255,.28);border-radius:16px;background:#ffffff0f;color:#fff;font-size:1.08rem;font-weight:500;outline:none;transition:.35s ease;box-sizing:border-box}.hero-email-field input::placeholder{color:#ffffff7a}.hero-email-field input:focus{border-color:var(--pfx-gold);background:#ffffff14;box-shadow:0 0 0 4px #ffb84d14,0 0 35px #ffb84d1f}.hero-email-button{width:330px;height:84px;flex-shrink:0;border:none;border-radius:16px;background:linear-gradient(135deg,#f8ae1a,#d97706);color:#fff;font-family:Cinzel,serif;font-size:1.08rem;font-weight:700;letter-spacing:.6px;text-transform:uppercase;cursor:pointer;transition:.35s ease;box-shadow:0 15px 40px #f8ae1a47}.hero-email-button:hover:not(:disabled){transform:translateY(-3px);box-shadow:0 22px 55px #f8ae1a6b}.hero-email-button:disabled{opacity:.7;cursor:not-allowed}.hero-email-note{display:flex;justify-content:center;align-items:center;gap:12px;margin-top:22px;color:#ffffff9e;font-size:.95rem}.hero-email-note svg{width:18px;height:18px;color:var(--pfx-gold);flex-shrink:0}.email-success{margin-top:20px;text-align:center;color:#8cf78c;font-weight:600}.email-error{margin-top:20px;text-align:center;color:#ff9d9d;font-weight:600}@keyframes pfxEmailFade{0%{opacity:0;transform:translateY(25px)}to{opacity:1;transform:translateY(0)}}@media (max-width:991px){.hero-email-form{padding:26px}.hero-email-row{flex-direction:column}.hero-email-field,.hero-email-button{width:100%}}@media (max-width:600px){.hero-email-form{padding:18px;margin-top:45px;border-radius:20px}.hero-email-field input{height:60px;font-size:.95rem;padding:0 18px}.hero-email-button{height:60px;font-size:.95rem}.hero-email-note{font-size:.85rem;line-height:1.6;text-align:center}}
