.page-about { color: #F3F8FF; max-width: 100%; overflow-x: hidden; }
.page-about__hero-section { padding-top: 10px; }
.page-about__hero-image-wrap { width: 100%; }
.page-about__hero-image { width: 100%; height: auto; aspect-ratio: 17/5; object-fit: cover; display: block; }
.page-about__hero-content { text-align: center; padding: 16px 16px; max-width: 1200px; margin: 0 auto; background: #10233F; border: 1px solid #244D84; margin-top: 16px; }
.page-about__hero-title { color: #F3F8FF; font-weight: 800; line-height: 1.3; letter-spacing: 0.2px; max-width: 800px; margin: 0 auto 12px; }
.page-about__hero-description { color: #AFC4E8; font-size: 1rem; line-height: 1.8; margin: 0 auto 20px; max-width: 850px; }
.page-about__hero-actions { display: flex; flex-wrap: wrap; gap: 16px; justify-content: center; }
.page-about__btn { display: inline-block; padding: 14px 24px; border-radius: 50px; text-decoration: none; font-weight: 700; transition: transform 0.2s ease; border: none; cursor: pointer; }
.page-about__btn--primary { background: linear-gradient(180deg, #2B73F6 0%, #1144A6 100%); color: #ffffff; box-shadow: 0 4px 14px rgba(79, 168, 255, 0.25); }
.page-about__btn--primary:hover { transform: translateY(-2px); }
.page-about__btn--secondary { background: transparent; color: #F3F8FF; border: 1px solid #4FA8FF; }
.page-about__btn--secondary:hover { background: rgba(79, 168, 255, 0.1); }
.page-about__btn--outline { background: transparent; color: #F3F8FF; border: 1px solid #F2C14E; }
.page-about__btn--small { padding: 8px 16px; font-size: 0.85rem; }
.page-about__container { width: 100%; max-width: 1200px; margin: 0 auto; padding: 0 16px; }
.page-about__intro-section, .page-about__features-section, .page-about__games-section, .page-about__values-section, .page-about__faq-section { padding: 20px 0 20px; border-bottom: 1px solid #1B3357; }
.page-about__section-title { text-align: center; color: #F3F8FF; font-size: 2rem; font-weight: 800; margin: 0 0 12px; }
.page-about__section-subtitle { text-align: center; color: #AFC4E8; max-width: 800px; margin: 0 auto 30px; line-height: 1.7; }
.page-about__intro-text { color: #AFC4E8; line-height: 1.9; font-size: 1.1rem; }
.page-about__feature-grid, .page-about__values-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 20px; }
.page-about__feature-card, .page-about__value-item { background: #10233F; border: 1px solid #244D84; border-radius: 16px; padding: 24px; transition: box-shadow 0.3s; }
.page-about__feature-card:hover, .page-about__value-item:hover { box-shadow: 0 0 18px rgba(79, 168, 255, 0.25); }
.page-about__feature-title, .page-about__value-title { color: #F3F8FF; font-weight: 700; font-size: 1.4rem; margin: 0 0 12px; }
.page-about__feature-text, .page-about__value-text { color: #AFC4E8; line-height: 1.8; }
.page-about__games-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 20px; }
.page-about__game-card { background: #10233F; border: 1px solid #244D84; border-radius: 16px; overflow: hidden; display: flex; flex-direction: column; transition: box-shadow 0.3s; }
.page-about__game-card:hover { box-shadow: 0 0 18px rgba(79, 168, 255, 0.25); }
.page-about__game-image { width: 100%; aspect-ratio: 2/1; object-fit: cover; max-width: 100%; height: auto; }
.page-about__game-card .page-about__game-title, .page-about__game-card .page-about__game-text, .page-about__game-links { padding-left: 20px; padding-right: 20px; }
.page-about__game-title { color: #F3F8FF; margin-top: 16px; margin-bottom: 10px; font-weight: 700; padding-left: 20px; }
.page-about__game-text { color: #AFC4E8; line-height: 1.7; padding-left: 20px; }
.page-about__game-links { display: flex; flex-wrap: wrap; gap: 16px; padding-top: 8px; padding-bottom: 20px; }
.page-about__link { color: #4FA8FF; text-decoration: underline; text-underline-offset: 4px; }
.page-about__guide-section { padding: 40px 0 40px; background: #10233F; margin-top: 0; }
.page-about__guide-inner { max-width: 1000px; margin: 0 auto; padding: 16px 16px 48px; }
.page-about__guide-title { text-align: center; color: #F3F8FF; font-size: 2rem; margin-bottom: 8px; }
.page-about__guide-intro { text-align: center; color: #AFC4E8; margin-bottom: 30px; }
.page-about__guide-steps { display: flex; flex-direction: column; gap: 24px; margin-bottom: 40px; }
.page-about__guide-step { display: flex; gap: 16px; align-items: flex-start; }
.page-about__guide-number { flex-shrink: 0; width: 40px; height: 40px; background: linear-gradient(180deg, #2B73F6 0%, #1144A6 100%); color: #fff; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-weight: 800; font-size: 1.1rem; }
.page-about__guide-content { flex: 1; }
.page-about__guide-step-title { color: #F3F8FF; margin: 0 0 8px; }
.page-about__guide-content p { color: #AFC4E8; line-height: 1.7; margin: 0; }
.page-about__guide-figure { width: 100%; margin: 0 auto 30px; }
.page-about__guide-image { width: 100%; max-width: 800px; margin: 0 auto; display: block; aspect-ratio: 2/1; object-fit: cover; }
.page-about__guide-cta { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 16px; }
.page-about__faq-list { max-width: 800px; margin: 0 auto; }
.page-about__faq-item { background: #10233F; border: 1px solid #244D84; border-radius: 16px; margin-bottom: 16px; }
.page-about__faq-question { cursor: pointer; display: flex; align-items: center; justify-content: space-between; padding: 20px; color: #F3F8FF; font-weight: 700; list-style: none; }
.page-about__faq-question::-webkit-details-marker { display: none; }
.page-about__faq-toggle { font-size: 1.5rem; color: #4FA8FF; line-height: 1; }
.page-about__faq-answer { padding: 0 20px 20px; margin: 0; color: #AFC4E8; line-height: 1.7; }
.page-about__cta-section { padding: 50px 16px; text-align: center; }
.page-about__cta-container { max-width: 800px; }
.page-about__cta-title { color: #F3F8FF; font-size: 2rem; margin-bottom: 12px; }
.page-about__cta-text { color: #AFC4E8; margin-bottom: 30px; font-size: 1.1rem; }
.page-about__cta-actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 16px; }
@media (max-width: 1024px) {
.page-about__feature-grid, .page-about__values-grid, .page-about__games-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 768px) {
.page-about__hero-image { aspect-ratio: 2/1; }
.page-about__hero-content { padding: 24px 16px }
.page-about__hero-title { letter-spacing: 0; }
.page-about__section-title { font-size: 1.6rem; }
.page-about__feature-grid, .page-about__values-grid, .page-about__games-grid { grid-template-columns: 1fr; }
.page-about__game-card { max-width: 100%; }
.page-about__container { padding: 0 12px; }
.page-about__hero-actions, .page-about__cta-actions, .page-about__guide-cta { flex-direction: column; align-items: center; width: 100%; max-width: 100%; }
.page-about__hero-actions .page-about__btn, .page-about__cta-actions .page-about__btn, .page-about__game-links .page-about__btn, .page-about__guide-cta .page-about__btn { max-width: 100%; box-sizing: border-box; white-space: normal; word-wrap: break-word; }
.page-about__hero-actions a, .page-about__cta-actions a, .page-about__guide-cta a { width: 100%; max-width: 100%; box-sizing: border-box; text-align: center; }
.page-about img { max-width: 100%; height: auto; }
.page-about__faq-item { padding: 0; }
.page-about__faq-question { padding: 16px 14px; }
.page-about__faq-answer { padding-left: 14px; padding-right: 14px; }
.page-about__value-item, .page-about__feature-card { padding: 16px; }
.page-about__guide-number { width: 36px; height: 36px; font-size: 1rem; }
.page-about__guide-step { flex-direction: column; }
}