.page-total-playtime-league-of-legends { font-family: 'Arial', sans-serif; color: #333; line-height: 1.6; background-color: #f9f9f9; } .page-total-playtime-league-of-legends__container { max-width: 1200px; margin: 0 auto; padding: 20px; box-sizing: border-box; } @media (max-width: 768px) { .page-total-playtime-league-of-legends__container { padding: 15px; } } .page-total-playtime-league-of-legends__hero-section { background-color: #0d1a26; color: #fff; text-align: center; padding: 60px 20px; position: relative; overflow: hidden; padding-top: 10px; } @media (max-width: 768px) { .page-total-playtime-league-of-legends__hero-section { padding: 40px 15px; padding-top: 10px; } } .page-total-playtime-league-of-legends__hero-background { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0.3; z-index: 0; } .page-total-playtime-league-of-legends__hero-content { position: relative; z-index: 1; max-width: 900px; margin: 0 auto; } .page-total-playtime-league-of-legends__hero-title { font-size: 3em; margin-bottom: 20px; color: #f0b400; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); } @media (max-width: 768px) { .page-total-playtime-league-of-legends__hero-title { font-size: 2em; } } .page-total-playtime-league-of-legends__hero-subtitle { font-size: 1.2em; margin-bottom: 30px; } @media (max-width: 768px) { .page-total-playtime-league-of-legends__hero-subtitle { font-size: 1em; } } .page-total-playtime-league-of-legends__button { display: inline-block; background-color: #f0b400; color: #1a1a1a; padding: 12px 25px; border-radius: 5px; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease, transform 0.3s ease; border: none; cursor: pointer; } .page-total-playtime-league-of-legends__button:hover { background-color: #e0a500; transform: translateY(-2px); } .page-total-playtime-league-of-legends__section { padding: 40px 0; background-color: #fff; margin-bottom: 20px; border-radius: 8px; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05); } .page-total-playtime-league-of-legends__section--dark { background-color: #2c3e50; color: #ecf0f1; } .page-total-playtime-league-of-legends__section--dark .page-total-playtime-league-of-legends__section-title { color: #f0b400; } .page-total-playtime-league-of-legends__section-title { font-size: 2.5em; text-align: center; margin-bottom: 30px; color: #0d1a26; } @media (max-width: 768px) { .page-total-playtime-league-of-legends__section-title { font-size: 1.8em; margin-bottom: 20px; } } .page-total-playtime-league-of-legends__content-block { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; margin-bottom: 30px; } .page-total-playtime-league-of-legends__content-block:last-child { margin-bottom: 0; } .page-total-playtime-league-of-legends__content-text { flex: 1; min-width: 300px; padding-right: 20px; } @media (max-width: 768px) { .page-total-playtime-league-of-legends__content-text { padding-right: 0; margin-bottom: 20px; } } .page-total-playtime-league-of-legends__content-image { flex: 1; min-width: 300px; text-align: center; } .page-total-playtime-league-of-legends__content-image img { max-width: 100%; height: auto; border-radius: 8px; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); display: block; margin: 0 auto; } @media (max-width: 768px) { .page-total-playtime-league-of-legends__content-image img { max-width: 100% !important; height: auto !important; box-sizing: border-box !important; } } .page-total-playtime-league-of-legends__content-block--reversed .page-total-playtime-league-of-legends__content-text { order: 2; padding-left: 20px; padding-right: 0; } .page-total-playtime-league-of-legends__content-block--reversed .page-total-playtime-league-of-legends__content-image { order: 1; } @media (max-width: 768px) { .page-total-playtime-league-of-legends__content-block--reversed .page-total-playtime-league-of-legends__content-text { order: initial; padding-left: 0; } .page-total-playtime-league-of-legends__content-block--reversed .page-total-playtime-league-of-legends__content-image { order: initial; } } .page-total-playtime-league-of-legends__cta-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 20px; margin-top: 30px; } .page-total-playtime-league-of-legends__cta-item { background-color: #f0b400; padding: 25px; border-radius: 8px; text-align: center; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); transition: transform 0.3s ease; } .page-total-playtime-league-of-legends__cta-item:hover { transform: translateY(-5px); } .page-total-playtime-league-of-legends__cta-item h3 { margin-top: 0; color: #1a1a1a; font-size: 1.5em; } .page-total-playtime-league-of-legends__cta-item p { color: #333; margin-bottom: 20px; } .page-total-playtime-league-of-legends__cta-item .page-total-playtime-league-of-legends__button { background-color: #0d1a26; color: #fff; } .page-total-playtime-league-of-legends__cta-item .page-total-playtime-league-of-legends__button:hover { background-color: #1a2a3a; } .page-total-playtime-league-of-legends__app-download { text-align: center; padding: 50px 20px; background-color: #1a2a3a; color: #fff; border-radius: 8px; margin-top: 20px; } .page-total-playtime-league-of-legends__app-download-title { font-size: 2.2em; margin-bottom: 20px; color: #f0b400; } @media (max-width: 768px) { .page-total-playtime-league-of-legends__app-download-title { font-size: 1.6em; } } .page-total-playtime-league-of-legends__app-download-text { font-size: 1.1em; margin-bottom: 30px; max-width: 800px; margin-left: auto; margin-right: auto; } .page-total-playtime-league-of-legends__app-download-buttons { display: flex; justify-content: center; gap: 20px; flex-wrap: wrap; } .page-total-playtime-league-of-legends__app-download-button { background-color: #f0b400; color: #1a1a1a; padding: 15px 30px; border-radius: 5px; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease, transform 0.3s ease; display: inline-flex; align-items: center; gap: 10px; } .page-total-playtime-league-of-legends__app-download-button:hover { background-color: #e0a500; transform: translateY(-2px); } .page-total-playtime-league-of-legends__app-download-button img { height: 24px; width: auto; max-width: 100%; } .page-total-playtime-league-of-legends__faq-section { background-color: #f5f5f5; padding: 40px 0; border-radius: 8px; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05); } .page-total-playtime-league-of-legends__faq-title { font-size: 2.5em; text-align: center; margin-bottom: 30px; color: #0d1a26; } @media (max-width: 768px) { .page-total-playtime-league-of-legends__faq-title { font-size: 1.8em; margin-bottom: 20px; } } .page-total-playtime-league-of-legends__faq-item { background-color: #fff; border: 1px solid #ddd; margin-bottom: 10px; border-radius: 5px; overflow: hidden; } .page-total-playtime-league-of-legends__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 15px 20px; cursor: pointer; background-color: #eee; border-bottom: 1px solid #ddd; transition: background-color 0.3s ease; } .page-total-playtime-league-of-legends__faq-question:hover { background-color: #e0e0e0; } .page-total-playtime-league-of-legends__faq-question h3 { margin: 0; font-size: 1.2em; color: #0d1a26; pointer-events: none; } @media (max-width: 768px) { .page-total-playtime-league-of-legends__faq-question h3 { font-size: 1em; } } .page-total-playtime-league-of-legends__faq-toggle { font-size: 1.5em; font-weight: bold; color: #f0b400; transition: transform 0.3s ease; pointer-events: none; } .page-total-playtime-league-of-legends__faq-item.active .page-total-playtime-league-of-legends__faq-toggle { transform: rotate(45deg); color: #e0a500; } .page-total-playtime-league-of-legends__faq-answer { max-height: 0; overflow: hidden; padding: 0 20px; transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease; opacity: 0; } .page-total-playtime-league-of-legends__faq-item.active .page-total-playtime-league-of-legends__faq-answer { max-height: 2000px !important; padding: 20px !important; opacity: 1; } @media (max-width: 768px) { .page-total-playtime-league-of-legends__faq-answer { padding: 15px !important; } .page-total-playtime-league-of-legends__faq-question { padding: 12px 15px; } .page-total-playtime-league-of-legends__faq-answer p { font-size: 0.9em; } } .page-total-playtime-league-of-legends__list-item { box-sizing: border-box; } @media (max-width: 768px) { .page-total-playtime-league-of-legends__list-item { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; padding-left: 10px !important; padding-right: 10px !important; word-wrap: break-word !important; overflow-wrap: break-word !important; } .page-total-playtime-league-of-legends__list-container { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; padding: 0 !important; margin-left: 0 !important; margin-right: 0 !important; } }