.page-jl7__container { max-width: 1200px; margin: 0 auto; padding: 20px; box-sizing: border-box; } .page-jl7__hero-section { background: linear-gradient(135deg, #2a0a5e 0%, #4a0d8f 100%); color: #ffffff; text-align: center; padding: 60px 20px; padding-top: 10px; position: relative; overflow: hidden; border-radius: 10px; margin-bottom: 30px; } .page-jl7__hero-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.3); z-index: 1; } .page-jl7__hero-content { position: relative; z-index: 2; } .page-jl7__hero-title { font-size: 2.5em; margin-bottom: 10px; font-weight: bold; line-height: 1.2; color: #ffeb3b; } .page-jl7__hero-subtitle { font-size: 1.1em; margin-bottom: 30px; line-height: 1.5; } .page-jl7__cta-buttons { display: flex; justify-content: center; gap: 15px; flex-wrap: wrap; } .page-jl7__button { display: inline-block; padding: 12px 25px; background-color: #ffeb3b; color: #2a0a5e; text-decoration: none; border-radius: 30px; font-weight: bold; font-size: 1em; transition: background-color 0.3s ease, transform 0.2s ease; border: none; cursor: pointer; } .page-jl7__button:hover { background-color: #ffe000; transform: translateY(-2px); } .page-jl7__button--secondary { background-color: transparent; border: 2px solid #ffeb3b; color: #ffeb3b; } .page-jl7__button--secondary:hover { background-color: #ffeb3b; color: #2a0a5e; } .page-jl7__section-title { font-size: 2em; color: #2a0a5e; text-align: center; margin-bottom: 30px; position: relative; padding-bottom: 10px; } .page-jl7__section-title::after { content: ''; position: absolute; left: 50%; bottom: 0; transform: translateX(-50%); width: 60px; height: 4px; background-color: #ffeb3b; border-radius: 2px; } .page-jl7__games-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 25px; margin-bottom: 40px; } .page-jl7__game-card { background-color: #ffffff; border-radius: 10px; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); overflow: hidden; transition: transform 0.3s ease, box-shadow 0.3s ease; text-align: center; } .page-jl7__game-card:hover { transform: translateY(-5px); box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15); } .page-jl7__game-image { width: 100%; height: 200px; object-fit: cover; } .page-jl7__game-content { padding: 20px; } .page-jl7__game-title { font-size: 1.3em; color: #2a0a5e; margin-bottom: 10px; font-weight: bold; } .page-jl7__game-description { font-size: 0.9em; color: #555555; line-height: 1.6; margin-bottom: 15px; } .page-jl7__features-section { background-color: #f8f8f8; padding: 40px 0; margin-bottom: 30px; border-radius: 10px; } .page-jl7__features-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 30px; text-align: center; } .page-jl7__feature-item { background-color: #ffffff; padding: 30px; border-radius: 10px; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05); transition: transform 0.3s ease; } .page-jl7__feature-item:hover { transform: translateY(-5px); } .page-jl7__feature-icon { width: 80px; height: 80px; margin-bottom: 15px; object-fit: contain; } .page-jl7__feature-title { font-size: 1.2em; color: #2a0a5e; margin-bottom: 10px; font-weight: bold; } .page-jl7__feature-description { font-size: 0.95em; color: #555555; line-height: 1.6; } .page-jl7__faq-section { background-color: #ffffff; padding: 40px 0; margin-bottom: 30px; border-radius: 10px; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05); } .page-jl7__faq-item { border-bottom: 1px solid #eeeeee; margin-bottom: 10px; } .page-jl7__faq-item:last-child { border-bottom: none; margin-bottom: 0; } .page-jl7__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 15px 20px; cursor: pointer; user-select: none; background-color: #fcfcfc; border-radius: 8px; transition: background-color 0.3s ease; } .page-jl7__faq-question:hover { background-color: #f0f0f0; } .page-jl7__faq-question h3 { margin: 0; font-size: 1.1em; color: #2a0a5e; pointer-events: none; } .page-jl7__faq-toggle { font-size: 1.5em; font-weight: bold; color: #ffeb3b; pointer-events: none; transition: transform 0.3s ease; } .page-jl7__faq-item.active .page-jl7__faq-toggle { transform: rotate(45deg); color: #2a0a5e; } .page-jl7__faq-answer { max-height: 0; overflow: hidden; padding: 0 20px; opacity: 0; transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease; color: #555555; line-height: 1.6; } .page-jl7__faq-item.active .page-jl7__faq-answer { max-height: 2000px !important; padding: 20px 20px !important; opacity: 1; } .page-jl7__final-cta-section { background: linear-gradient(135deg, #4a0d8f 0%, #2a0a5e 100%); color: #ffffff; text-align: center; padding: 50px 20px; border-radius: 10px; } .page-jl7__final-cta-title { font-size: 2em; margin-bottom: 15px; color: #ffeb3b; } .page-jl7__final-cta-description { font-size: 1.1em; margin-bottom: 30px; line-height: 1.5; } @media (max-width: 768px) { .page-jl7__hero-title { font-size: 2em; } .page-jl7__hero-subtitle { font-size: 1em; } .page-jl7__cta-buttons { flex-direction: column; align-items: center; } .page-jl7__button { width: 100%; max-width: 250px; } .page-jl7__section-title { font-size: 1.8em; } .page-jl7__games-grid, .page-jl7__features-grid { grid-template-columns: 1fr; } .page-jl7__game-card, .page-jl7__feature-item { margin-left: 0 !important; margin-right: 0 !important; width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; padding: 15px; } .page-jl7__game-description, .page-jl7__feature-description { word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; } .page-jl7__container { padding: 15px; } .page-jl7__faq-question { padding: 12px 15px; } .page-jl7__faq-question h3 { font-size: 1em; } .page-jl7__faq-answer { padding: 15px !important; } .page-jl7__final-cta-title { font-size: 1.8em; } .page-jl7__final-cta-description { font-size: 1em; } } @media (max-width: 480px) { .page-jl7__hero-section { padding: 40px 15px; } .page-jl7__hero-title { font-size: 1.8em; } .page-jl7__hero-subtitle { font-size: 0.9em; } .page-jl7__section-title { font-size: 1.5em; } .page-jl7__game-image { height: 180px; } .page-jl7__final-cta-section { padding: 40px 15px; } .page-jl7__final-cta-title { font-size: 1.6em; } }