.page-about{color:#F2FFF6;background-color:#08160F;font-family:'Segoe UI',Tahoma,Geneva,Verdana,sans-serif;overflow-x:hidden}.page-about__hero-section{padding-top:10px;margin-top:0;background-color:#08160F;display:flex;flex-direction:column;align-items:center}.page-about__hero-image-wrapper{width:100%;max-width:1400px;padding:0 16px;box-sizing:border-box}.page-about__hero-image{width:100%;height:auto;aspect-ratio:17/5;object-fit:cover;border-radius:16px;display:block}.page-about__hero-content{width:100%;max-width:1000px;text-align:center;padding:24px 16px 32px;box-sizing:border-box}.page-about__hero-title{font-size:clamp(1.6rem, 4vw, 2.6rem);font-weight:800;line-height:1.3;letter-spacing:0.5px;color:#F2FFF6;max-width:900px;margin:0 auto 16px}.page-about__hero-subtitle{font-size:1.1rem;line-height:1.7;color:#A7D9B8;max-width:800px;margin:0 auto 24px}.page-about__hero-actions{display:flex;flex-wrap:wrap;gap:16px;justify-content:center;align-items:center;width:100%;max-width:100%;overflow:hidden;box-sizing:border-box}.page-about__btn{display:inline-block;padding:14px 28px;border-radius:50px;font-weight:700;font-size:1rem;text-decoration:none;border:none;cursor:pointer;transition:transform 0.2s,box-shadow 0.2s;white-space:normal;word-wrap:break-word}.page-about__btn:hover{transform:translateY(-2px);box-shadow:0 8px 24px rgba(87,227,141,0.3)}.page-about__btn--primary{background:linear-gradient(180deg,#2AD16F 0%,#13994A 100%);color:#ffffff}.page-about__btn--secondary{background:transparent;color:#F2FFF6;border:2px solid #2E7A4E}.page-about__btn--big{background:linear-gradient(180deg,#2AD16F 0%,#13994A 100%);color:#ffffff;font-size:1.15rem;padding:16px 40px}.page-about__btn--secondary-big{background:transparent;color:#F2C14E;border:2px solid #F2C14E;font-size:1.15rem;padding:16px 40px}.page-about__intro-section,.page-about__game-section,.page-about__promo-section,.page-about__commit-section,.page-about__faq-section{max-width:1200px;margin:0 auto;padding:48px 16px;box-sizing:border-box}.page-about__section-title{font-size:clamp(1.5rem, 3vw, 2.2rem);font-weight:800;color:#F2FFF6;text-align:center;margin-bottom:20px;line-height:1.3}.page-about__section-text{color:#A7D9B8;line-height:1.8;font-size:1.05rem;text-align:center;max-width:900px;margin:0 auto 32px}.page-about__stat-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:32px}.page-about__stat-item{background-color:#11271B;border:1px solid #2E7A4E;border-radius:16px;padding:32px 16px;text-align:center}.page-about__stat-number{font-size:2.5rem;font-weight:800;color:#57E38D;display:block;margin-bottom:8px}.page-about__stat-label{color:#F2FFF6;font-size:0.95rem;font-weight:600}.page-about__features-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;max-width:1400px;margin:0 auto;padding:32px 16px;box-sizing:border-box}.page-about__feature-card{background-color:#11271B;border:1px solid #2E7A4E;border-radius:16px;overflow:hidden;display:flex;flex-direction:column;transition:box-shadow 0.3s}.page-about__feature-card:hover{box-shadow:0 0 24px rgba(87,227,141,0.2)}.page-about__feature-image{width:100%;aspect-ratio:16/9;object-fit:cover;display:block}.page-about__feature-content{padding:20px;flex:1}.page-about__feature-title{font-size:1.2rem;font-weight:700;color:#F2FFF6;margin-bottom:12px}.page-about__feature-text{font-size:0.95rem;color:#A7D9B8;line-height:1.6;margin:0}.page-about__game-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.page-about__game-card{background-color:#11271B;border:1px solid #2E7A4E;border-radius:16px;padding:24px;text-align:center;transition:border-color 0.3s,box-shadow 0.3s}.page-about__game-card:hover{border-color:#57E38D;box-shadow:0 0 20px rgba(87,227,141,0.15)}.page-about__game-title{font-size:1.1rem;font-weight:700;color:#F2FFF6;margin-bottom:12px}.page-about__game-text{font-size:0.9rem;color:#A7D9B8;line-height:1.5;margin-bottom:20px}.page-about__game-link{color:#57E38D;text-decoration:none;font-weight:600;font-size:0.95rem}.page-about__game-link:hover{color:#F2C14E;text-decoration:underline}.page-about__promo-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:16px}.page-about__promo-card{background:linear-gradient(145deg,#11271B, #0A4B2C);border:1px solid #2E7A4E;border-radius:16px;padding:28px;display:flex;flex-direction:column;align-items:center;text-align:center}.page-about__promo-title{font-size:1.15rem;font-weight:700;color:#F2C14E;margin-bottom:12px}.page-about__promo-text{font-size:0.95rem;color:#A7D9B8;line-height:1.6;margin-bottom:20px}.page-about__commit-list{display:grid;grid-template-columns:repeat(2,1fr);gap:20px;margin-top:24px}.page-about__commit-item{background-color:#0A4B2C;border:1px solid #2E7A4E;border-radius:12px;padding:20px}.page-about__commit-title{color:#F2C14E;font-size:1.1rem;font-weight:700;margin-bottom:8px}.page-about__commit-text{color:#A7D9B8;font-size:0.95rem;line-height:1.6;margin:0}.page-about__guide-section{max-width:1100px;margin:0 auto;padding:48px 16px;box-sizing:border-box}.page-about__guide-inner{display:flex;flex-direction:column;gap:40px}.page-about__guide-step{display:grid;grid-template-columns:1fr 1fr;gap:32px;align-items:center;background-color:#11271B;border-radius:20px;border:1px solid #2E7A4E;padding:24px;box-sizing:border-box}.page-about__guide-figure{margin:0}.page-about__guide-figure img{width:100%;max-width:600px;aspect-ratio:2/1;object-fit:cover;border-radius:12px;display:block}.page-about__guide-content{display:flex;flex-direction:column;gap:16px}.page-about__guide-title{font-size:1.3rem;font-weight:700;color:#F2FFF6;margin:0}.page-about__guide-text{color:#A7D9B8;line-height:1.7;font-size:1rem;margin:0}.page-about__guide-text strong{color:#F2C14E}.page-about__faq-list{display:flex;flex-direction:column;gap:16px;max-width:900px;margin:0 auto}.page-about__faq-item{background-color:#11271B;border:1px solid #2E7A4E;border-radius:12px;overflow:hidden}.page-about__faq-question{list-style:none;display:flex;justify-content:space-between;align-items:center;padding:20px 24px;font-weight:600;color:#F2FFF6;cursor:pointer;font-size:1.05rem}.page-about__faq-question::-webkit-details-marker{display:none}.page-about__faq-toggle{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:50%;background-color:#0A4B2C;color:#57E38D;font-weight:700;flex-shrink:0}.page-about__faq-answer{padding:0 24px 20px;margin:0;color:#A7D9B8;line-height:1.7}.page-about__cta-section{background:linear-gradient(145deg, #0A4B2C, #11271B);text-align:center;padding:64px 16px;margin-top:16px}.page-about__cta-title{font-size:clamp(1.6rem, 3vw, 2.2rem);font-weight:800;color:#F2FFF6;margin-bottom:16px}.page-about__cta-subtitle{color:#A7D9B8;font-size:1rem;max-width:700px;margin:0 auto 32px;line-height:1.6}.page-about__cta-actions{display:flex;gap:24px;justify-content:center;align-items:center;flex-wrap:wrap;width:100%;max-width:100%;overflow:hidden;box-sizing:border-box}@media (max-width: 1024px){.page-about__features-grid{grid-template-columns:repeat(2,1fr)}.page-about__game-grid{grid-template-columns:repeat(3,1fr)}.page-about__promo-grid{grid-template-columns:1fr 1fr}.page-about__guide-step{grid-template-columns:1fr}.page-about__stat-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width: 768px){.page-about__hero-section{padding-top:10px}.page-about__hero-image{aspect-ratio:2/1;border-radius:12px}.page-about__hero-title{font-size:clamp(1.3rem, 6vw, 1.7rem);margin-bottom:12px}.page-about__hero-subtitle{font-size:0.95rem}.page-about__hero-actions{flex-direction:column}.page-about__btn,.page-about__btn--big,.page-about__btn--secondary-big{width:100%;max-width:100%;box-sizing:border-box;white-space:normal;word-wrap:break-word;text-align:center}.page-about__stat-grid{grid-template-columns:1fr 1fr}.page-about__stat-number{font-size:1.8rem}.page-about__features-grid{grid-template-columns:1fr}.page-about__game-grid{grid-template-columns:1fr 1fr}.page-about__promo-grid{grid-template-columns:1fr}.page-about__commit-list{grid-template-columns:1fr}.page-about__guide-step{grid-template-columns:1fr;padding:16px}.page-about__cta-actions{flex-direction:column}.page-about img{max-width:100% !important;height:auto !important}.page-about{overflow-x:hidden}.page-about__intro-section,.page-about__game-section,.page-about__promo-section,.page-about__commit-section,.page-about__faq-section,.page-about__guide-section,.page-about__hero-content{padding-left:16px;padding-right:16px;box-sizing:border-box}}