.page-diablo-2-resurrected-playtime { font-family: 'Arial', sans-serif; color: #f0f0f0; background-color: #1a1a1a; line-height: 1.6; } .page-diablo-2-resurrected-playtime__container { max-width: 1200px; margin: 0 auto; padding: 20px; } @media (max-width: 768px) { .page-diablo-2-resurrected-playtime__container { padding: 10px; } } .page-diablo-2-resurrected-playtime__hero-section { background-color: #0d0d0d; padding: 60px 20px; text-align: center; position: relative; overflow: hidden; border-bottom: 2px solid #5a0000; padding-top: 10px; } .page-diablo-2-resurrected-playtime__hero-background { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; z-index: 0; opacity: 0.3; } .page-diablo-2-resurrected-playtime__hero-content { position: relative; z-index: 1; color: #fff; } .page-diablo-2-resurrected-playtime__hero-title { font-size: 3.5em; margin-bottom: 15px; color: #e6b800; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7); } @media (max-width: 768px) { .page-diablo-2-resurrected-playtime__hero-title { font-size: 2.2em; } } .page-diablo-2-resurrected-playtime__hero-subtitle { font-size: 1.5em; margin-bottom: 30px; color: #ccc; } @media (max-width: 768px) { .page-diablo-2-resurrected-playtime__hero-subtitle { font-size: 1.1em; } } .page-diablo-2-resurrected-playtime__button { display: inline-block; background-color: #e6b800; color: #1a1a1a; padding: 12px 25px; border-radius: 5px; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease; border: none; cursor: pointer; } .page-diablo-2-resurrected-playtime__button:hover { background-color: #cc9900; } .page-diablo-2-resurrected-playtime__section { padding: 40px 20px; background-color: #222222; margin-bottom: 20px; border-radius: 8px; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3); } @media (max-width: 768px) { .page-diablo-2-resurrected-playtime__section { padding: 20px 10px; } } .page-diablo-2-resurrected-playtime__section-title { font-size: 2.5em; color: #e6b800; margin-bottom: 25px; text-align: center; } @media (max-width: 768px) { .page-diablo-2-resurrected-playtime__section-title { font-size: 1.8em; } } .page-diablo-2-resurrected-playtime__section-subtitle { font-size: 1.8em; color: #ccc; margin-bottom: 20px; } @media (max-width: 768px) { .page-diablo-2-resurrected-playtime__section-subtitle { font-size: 1.4em; } } .page-diablo-2-resurrected-playtime__content-text { font-size: 1.1em; color: #e0e0e0; margin-bottom: 15px; } .page-diablo-2-resurrected-playtime__image-container { text-align: center; margin: 30px 0; } .page-diablo-2-resurrected-playtime__image { max-width: 100%; height: auto; border-radius: 8px; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5); } @media (max-width: 768px) { .page-diablo-2-resurrected-playtime__image { max-width: 100% !important; height: auto !important; box-sizing: border-box !important; } } .page-diablo-2-resurrected-playtime__list { list-style: none; padding: 0; margin: 0 0 20px 0; display: flex; flex-wrap: wrap; justify-content: center; } .page-diablo-2-resurrected-playtime__list-item { background-color: #333; margin: 10px; padding: 20px; border-radius: 5px; flex: 1 1 calc(33% - 40px); box-sizing: border-box; min-width: 280px; transition: transform 0.2s ease, box-shadow 0.2s ease; } .page-diablo-2-resurrected-playtime__list-item:hover { transform: translateY(-5px); box-shadow: 0 6px 12px rgba(0, 0, 0, 0.4); } @media (max-width: 768px) { .page-diablo-2-resurrected-playtime__list-item { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; flex-basis: 100%; margin: 10px 0; word-wrap: break-word !important; overflow-wrap: break-word !important; } .page-diablo-2-resurrected-playtime__list { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; padding: 0 !important; margin-left: 0 !important; margin-right: 0 !important; } } .page-diablo-2-resurrected-playtime__list-item h3 { color: #e6b800; margin-top: 0; font-size: 1.3em; } .page-diablo-2-resurrected-playtime__list-item p { color: #ccc; font-size: 0.95em; } .page-diablo-2-resurrected-playtime__cta-section { text-align: center; padding: 50px 20px; background-color: #0d0d00; border-top: 2px solid #5a0000; } .page-diablo-2-resurrected-playtime__cta-title { font-size: 2.8em; color: #e6b800; margin-bottom: 20px; } @media (max-width: 768px) { .page-diablo-2-resurrected-playtime__cta-title { font-size: 1.8em; } } .page-diablo-2-resurrected-playtime__cta-text { font-size: 1.2em; color: #ccc; margin-bottom: 30px; } @media (max-width: 768px) { .page-diablo-2-resurrected-playtime__cta-text { font-size: 1em; } } .page-diablo-2-resurrected-playtime__faq-section { padding: 40px 20px; background-color: #222; margin-bottom: 20px; border-radius: 8px; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3); } .page-diablo-2-resurrected-playtime__faq-item { margin-bottom: 15px; border: 1px solid #444; border-radius: 5px; overflow: hidden; } .page-diablo-2-resurrected-playtime__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 15px 20px; background-color: #333; color: #e6b800; cursor: pointer; user-select: none; transition: background-color 0.3s ease; } .page-diablo-2-resurrected-playtime__faq-question:hover { background-color: #444; } .page-diablo-2-resurrected-playtime__faq-question h3 { margin: 0; font-size: 1.2em; pointer-events: none; color: #e6b800; } .page-diablo-2-resurrected-playtime__faq-toggle { font-size: 1.8em; line-height: 1; transition: transform 0.3s ease; pointer-events: none; } .page-diablo-2-resurrected-playtime__faq-item.active .page-diablo-2-resurrected-playtime__faq-toggle { transform: rotate(45deg); } .page-diablo-2-resurrected-playtime__faq-answer { max-height: 0; overflow: hidden; padding: 0 15px; background-color: #2a2a2a; color: #ccc; transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease; opacity: 0; } .page-diablo-2-resurrected-playtime__faq-item.active .page-diablo-2-resurrected-playtime__faq-answer { max-height: 2000px !important; padding: 20px 15px !important; opacity: 1; } @media (max-width: 768px) { .page-diablo-2-resurrected-playtime__faq-question { padding: 12px 15px; } .page-diablo-2-resurrected-playtime__faq-question h3 { font-size: 1em; } .page-diablo-2-resurrected-playtime__faq-answer { padding: 0 10px; } .page-diablo-2-resurrected-playtime__faq-item.active .page-diablo-2-resurrected-playtime__faq-answer { padding: 15px 10px !important; } }