.GameDescription_section__HZPAP{padding:6rem 2rem;background:linear-gradient(180deg,#fff,#f8fafc);position:relative;overflow:hidden}.GameDescription_section__HZPAP:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,rgba(148,163,184,.3),transparent)}.GameDescription_container__AQQ6r{max-width:1400px;margin:0 auto;position:relative;z-index:1}.GameDescription_title__BXGEg{font-size:3rem;font-weight:800;color:#1e293b;text-align:center;margin-bottom:1.5rem;letter-spacing:-.02em;line-height:1.1}.GameDescription_description__OpLss{font-size:1.25rem;color:#475569;text-align:center;max-width:800px;margin:0 auto 3rem;line-height:1.7}.GameDescription_infoBadges__avzcc{display:flex;justify-content:center;gap:1rem;margin-bottom:4rem;flex-wrap:wrap}.GameDescription_badge__G__0a{display:flex;align-items:center;gap:.75rem;background:hsla(0,0%,100%,.9);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:.875rem 1.5rem;border-radius:2rem;font-weight:600;font-size:.9375rem;color:#334155;box-shadow:0 4px 12px rgba(0,0,0,.08);border:1px solid rgba(226,232,240,.8);transition:all .3s ease}.GameDescription_badge__G__0a:hover{transform:translateY(-2px);box-shadow:0 8px 20px rgba(0,0,0,.12);background:#fff}.GameDescription_badgeIcon__f4BWJ{font-size:1.375rem}.GameDescription_imagePlaceholder__KSeSV{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));grid-gap:2rem;gap:2rem;margin-bottom:5rem}.GameDescription_imageBox__IBYX6{aspect-ratio:16/9;border-radius:1.5rem;overflow:hidden;box-shadow:0 8px 24px rgba(0,0,0,.12);transition:all .4s cubic-bezier(.4,0,.2,1);cursor:pointer;background:linear-gradient(135deg,#f1f5f9,#e2e8f0);position:relative}.GameDescription_imageBox__IBYX6:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,rgba(59,130,246,.1),rgba(139,92,246,.1));opacity:0;transition:opacity .3s ease;z-index:1;border-radius:1.5rem}.GameDescription_imageBox__IBYX6:hover{transform:translateY(-8px) scale(1.02);box-shadow:0 16px 40px rgba(0,0,0,.2)}.GameDescription_imageBox__IBYX6:hover:before{opacity:1}.GameDescription_screenshot__S1xxA{width:100%;height:100%;object-fit:cover;transition:transform .4s cubic-bezier(.4,0,.2,1);position:relative;z-index:0}.GameDescription_imageBox__IBYX6:hover .GameDescription_screenshot__S1xxA{transform:scale(1.05)}.GameDescription_modal__DIao_{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(15,23,42,.95);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;z-index:1000;padding:2rem;animation:GameDescription_fadeIn__4upiB .3s ease}@keyframes GameDescription_fadeIn__4upiB{0%{opacity:0}to{opacity:1}}.GameDescription_modalContent__o3vNJ{position:relative;max-width:90vw;max-height:90vh;display:flex;align-items:center;justify-content:center;animation:GameDescription_zoomIn__VFLI_ .3s cubic-bezier(.4,0,.2,1)}@keyframes GameDescription_zoomIn__VFLI_{0%{transform:scale(.9);opacity:0}to{transform:scale(1);opacity:1}}.GameDescription_expandedImage__LdCWA{max-width:100%;max-height:90vh;object-fit:contain;border-radius:1rem;box-shadow:0 20px 60px rgba(0,0,0,.5)}.GameDescription_closeButton__mOeKW{position:absolute;top:2rem;right:2rem;background:hsla(0,0%,100%,.15);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:2px solid hsla(0,0%,100%,.3);color:#fff;font-size:2rem;width:56px;height:56px;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease;z-index:1001;line-height:1;padding:0;font-weight:300}.GameDescription_closeButton__mOeKW:hover{background:hsla(0,0%,100%,.25);transform:rotate(90deg) scale(1.1);border-color:hsla(0,0%,100%,.5)}.GameDescription_features__wNBL0{margin-top:5rem;padding-top:4rem;border-top:1px solid rgba(226,232,240,.8)}.GameDescription_featuresTitle__ngShA{font-size:2.5rem;font-weight:800;color:#1e293b;text-align:center;margin-bottom:3rem;letter-spacing:-.02em}.GameDescription_featuresGrid__OC_1F{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));grid-gap:2rem;gap:2rem}.GameDescription_feature__6lNVW{background:#fff;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:2.5rem 2rem;border-radius:1.5rem;text-align:center;box-shadow:0 4px 16px rgba(0,0,0,.08);border:1px solid rgba(226,232,240,.8);transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.GameDescription_feature__6lNVW:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#3b82f6,#8b5cf6);transform:scaleX(0);transition:transform .3s ease}.GameDescription_feature__6lNVW:hover{transform:translateY(-8px);box-shadow:0 12px 32px rgba(0,0,0,.15);background:#fff}.GameDescription_feature__6lNVW:hover:before{transform:scaleX(1)}.GameDescription_featureIcon__Qt1SG{margin-bottom:1.25rem;display:flex;align-items:center;justify-content:center;width:100%;height:80px}.GameDescription_featureIconImage__Z7uJ_{width:auto;height:auto;max-width:180px;max-height:180px;object-fit:contain;transition:transform .3s ease}.GameDescription_featureIconImageSVG__Hbx5B{width:auto;height:auto;max-width:100px;max-height:100px;object-fit:contain;transition:transform .3s ease}.GameDescription_feature__6lNVW:hover .GameDescription_featureIconImage__Z7uJ_{transform:scale(1.1)}.GameDescription_feature__6lNVW p{font-size:1.125rem;color:#475569;font-weight:600;margin:0;line-height:1.6}@media (max-width:768px){.GameDescription_section__HZPAP{padding:4rem 1rem}.GameDescription_title__BXGEg{font-size:2rem}.GameDescription_description__OpLss{font-size:1.125rem;margin-bottom:2rem}.GameDescription_infoBadges__avzcc{gap:.75rem;margin-bottom:3rem}.GameDescription_badge__G__0a{padding:.75rem 1.25rem;font-size:.875rem}.GameDescription_imagePlaceholder__KSeSV{grid-template-columns:1fr;gap:1.5rem;margin-bottom:3rem}.GameDescription_modal__DIao_{padding:1rem}.GameDescription_closeButton__mOeKW{top:1rem;right:1rem;width:48px;height:48px;font-size:1.75rem}.GameDescription_modalContent__o3vNJ{max-width:95vw;max-height:95vh}.GameDescription_features__wNBL0{margin-top:3rem;padding-top:3rem}.GameDescription_featuresTitle__ngShA{font-size:2rem;margin-bottom:2rem}.GameDescription_featuresGrid__OC_1F{grid-template-columns:1fr;gap:1.5rem}.GameDescription_feature__6lNVW{padding:2rem 1.5rem}}@media (min-width:769px) and (max-width:1024px){.GameDescription_featuresGrid__OC_1F,.GameDescription_imagePlaceholder__KSeSV{grid-template-columns:repeat(2,1fr)}}.Hero_hero__Q5FaL{position:relative;min-height:100vh;padding:4rem 2rem;background:linear-gradient(135deg,#e0f2fe,#f3e8ff 50%,#fef3c7);overflow:hidden;display:flex;align-items:center;justify-content:center}.Hero_backgroundShapes__KeftX{position:absolute;top:0;left:0;right:0;bottom:0;overflow:hidden;pointer-events:none;z-index:0}.Hero_shape1__Ny2DY,.Hero_shape2__yE2PU,.Hero_shape3__9Pvkr{position:absolute;border-radius:50%;opacity:.1;animation:Hero_float__Kt0kV 20s ease-in-out infinite}.Hero_shape1__Ny2DY{width:300px;height:300px;background:linear-gradient(135deg,#60a5fa,#a78bfa);top:10%;left:5%;animation-delay:0s}.Hero_shape2__yE2PU{width:200px;height:200px;background:linear-gradient(135deg,#fbbf24,#fb7185);top:60%;right:10%;animation-delay:5s}.Hero_shape3__9Pvkr{width:150px;height:150px;background:linear-gradient(135deg,#34d399,#60a5fa);bottom:20%;left:20%;animation-delay:10s}@keyframes Hero_float__Kt0kV{0%,to{transform:translate(0) rotate(0deg)}33%{transform:translate(30px,-30px) rotate(120deg)}66%{transform:translate(-20px,20px) rotate(240deg)}}.Hero_heroContainer__Qzvwf{max-width:1200px;width:100%;display:flex;flex-direction:column;gap:3rem;align-items:center;position:relative;z-index:1}.Hero_mascotSection__IHwoK{display:flex;justify-content:center;align-items:center;width:100%}.Hero_contentSection__SFE55{max-width:1000px;gap:3rem}.Hero_contentSection__SFE55,.Hero_content__rnCeh{display:flex;flex-direction:column;align-items:center;width:100%}.Hero_content__rnCeh{text-align:center;gap:1.5rem}.Hero_title__JisBU{font-size:3.5rem;font-weight:800;line-height:1.1;color:#1e293b;margin:0;letter-spacing:-.02em}.Hero_subtitle__sB1Gj{font-size:1.25rem;line-height:1.6;color:#475569;margin:0;max-width:700px}.Hero_trustIndicators__p2Lp_{display:flex;flex-wrap:wrap;gap:1rem;margin-top:.5rem;justify-content:center}.Hero_trustBadge__mXYEr{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:hsla(0,0%,100%,.8);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:2rem;font-size:.875rem;font-weight:600;color:#334155;box-shadow:0 2px 8px rgba(0,0,0,.08);transition:transform .2s ease,box-shadow .2s ease}.Hero_trustBadge__mXYEr:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.12)}.Hero_trustIcon___kK2s{font-size:1.125rem}.Hero_ctaButton__34AeZ{display:inline-flex;align-items:center;gap:.75rem;padding:1rem 2rem;background:linear-gradient(135deg,#3b82f6,#8b5cf6);color:#fff;font-size:1.125rem;font-weight:700;border:none;border-radius:1rem;cursor:pointer;box-shadow:0 4px 16px rgba(59,130,246,.4);transition:all .3s ease;width:-moz-fit-content;width:fit-content;margin-top:.5rem}.Hero_ctaButton__34AeZ:hover{transform:translateY(-2px);box-shadow:0 8px 24px rgba(59,130,246,.5);background:linear-gradient(135deg,#2563eb,#7c3aed)}.Hero_ctaButton__34AeZ:active{transform:translateY(0)}.Hero_ctaArrow__HqQtM{font-size:1.25rem;transition:transform .3s ease}.Hero_ctaButton__34AeZ:hover .Hero_ctaArrow__HqQtM{transform:translateX(4px)}.Hero_contactFormSection__gQRur{width:100%;max-width:900px;display:flex;flex-direction:column;align-items:center;padding-top:3rem;border-top:1px solid rgba(148,163,184,.2)}.Hero_contactFormTitle__xTuLC{font-size:1.5rem;font-weight:700;color:#1e293b;margin:0 0 1.5rem;text-align:center}.Hero_contactCard__R3f16{background:hsla(0,0%,100%,.9);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:1.5rem;padding:2rem;box-shadow:0 8px 32px rgba(0,0,0,.1);border:1px solid hsla(0,0%,100%,.5);width:100%}.Hero_form__RsF9B{display:flex;flex-direction:column;gap:1.5rem}.Hero_formGroup__hKDf9{display:flex;flex-direction:column;gap:.5rem}.Hero_formGroup__hKDf9 label{font-size:.875rem;font-weight:600;color:#334155}.Hero_formGroup__hKDf9 input,.Hero_formGroup__hKDf9 textarea{padding:.875rem 1rem;border:2px solid #e2e8f0;border-radius:.75rem;font-size:1rem;font-family:inherit;background:#fff;color:#1e293b;transition:all .2s ease}.Hero_formGroup__hKDf9 input::placeholder,.Hero_formGroup__hKDf9 textarea::placeholder{color:#94a3b8}.Hero_formGroup__hKDf9 input:focus,.Hero_formGroup__hKDf9 textarea:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px rgba(59,130,246,.1)}.Hero_formGroup__hKDf9 textarea{resize:vertical;min-height:100px}.Hero_submitButton__C3mUp{padding:.875rem 1.5rem;background:linear-gradient(135deg,#3b82f6,#8b5cf6);color:#fff;font-size:1rem;font-weight:600;border:none;border-radius:.75rem;cursor:pointer;transition:all .2s ease;box-shadow:0 2px 8px rgba(59,130,246,.3)}.Hero_submitButton__C3mUp:hover{transform:translateY(-1px);box-shadow:0 4px 12px rgba(59,130,246,.4)}.Hero_submitButton__C3mUp:active{transform:translateY(0)}.Hero_successMessage__ao_gU{padding:1rem;background:linear-gradient(135deg,#d1fae5,#a7f3d0);color:#065f46;border-radius:.75rem;text-align:center;font-weight:600;border:1px solid #6ee7b7}.Hero_errorMessage__e2frq{padding:1rem;background:linear-gradient(135deg,#fee2e2,#fecaca);color:#991b1b;border-radius:.75rem;text-align:center;font-weight:600;border:1px solid #fca5a5}.Hero_submitButton__C3mUp:disabled{opacity:.6;cursor:not-allowed;transform:none}.Hero_submitButton__C3mUp:disabled:hover{transform:none;box-shadow:0 2px 8px rgba(59,130,246,.3)}.Hero_mascotContainer__a8krP{position:relative;display:flex;align-items:center;justify-content:center}.Hero_mascotGlow___e_H3{position:absolute;width:120%;height:120%;background:radial-gradient(circle,rgba(59,130,246,.2) 0,transparent 70%);border-radius:50%;animation:Hero_pulse__BJ0Ha 3s ease-in-out infinite;z-index:-1}@keyframes Hero_pulse__BJ0Ha{0%,to{opacity:.5;transform:scale(1)}50%{opacity:.8;transform:scale(1.05)}}.Hero_mascot__NY1iu{width:100%;height:auto;max-width:400px;max-height:400px;object-fit:contain;filter:drop-shadow(0 20px 40px rgba(0,0,0,.15));animation:Hero_floatMascot__DPvV7 6s ease-in-out infinite;transition:transform .3s ease}.Hero_mascot__NY1iu:hover{transform:scale(1.05)}@keyframes Hero_floatMascot__DPvV7{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}@media (max-width:768px){.Hero_hero__Q5FaL{padding:2rem 1rem;min-height:auto}.Hero_contentSection__SFE55,.Hero_heroContainer__Qzvwf{gap:2rem}.Hero_title__JisBU{font-size:2rem}.Hero_subtitle__sB1Gj{font-size:1.125rem;max-width:100%}.Hero_trustIndicators__p2Lp_{flex-direction:column;width:100%;gap:.75rem}.Hero_trustBadge__mXYEr{width:100%;padding:.75rem 1rem;font-size:.875rem;gap:.5rem;justify-content:center}.Hero_trustIcon___kK2s{font-size:1rem}.Hero_ctaButton__34AeZ{width:100%;justify-content:center}.Hero_contactFormSection__gQRur{padding-top:2rem;max-width:100%}.Hero_contactFormTitle__xTuLC{font-size:1.25rem}.Hero_contactCard__R3f16{padding:1.5rem}.Hero_mascot__NY1iu{max-width:250px;max-height:250px}.Hero_shape1__Ny2DY,.Hero_shape2__yE2PU,.Hero_shape3__9Pvkr{display:none}}@media (min-width:769px) and (max-width:1024px){.Hero_heroContainer__Qzvwf{gap:3rem}.Hero_title__JisBU{font-size:2.5rem}.Hero_mascot__NY1iu{max-width:300px;max-height:300px}}