.page-jl7-link__container { max-width: 1200px; margin: 0 auto; padding: 20px 15px; box-sizing: border-box; } .page-jl7-link__section-title { font-size: 2.5em; color: #FFD700; text-align: center; margin-bottom: 20px; text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5); } .page-jl7-link__section-description { font-size: 1.1em; color: #E0E0E0; text-align: center; max-width: 800px; margin: 0 auto 40px; line-height: 1.6; } .page-jl7-link__highlight { color: #FFD700; font-weight: bold; } .page-jl7-link__button { display: inline-block; padding: 12px 25px; border-radius: 5px; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease, transform 0.2s ease; text-align: center; } .page-jl7-link__button--primary { background-color: #FFD700; color: #1a1a2e; border: 2px solid #FFD700; } .page-jl7-link__button--primary:hover { background-color: #E6C200; transform: translateY(-2px); } .page-jl7-link__button--secondary { background-color: transparent; color: #FFD700; border: 2px solid #FFD700; } .page-jl7-link__button--secondary:hover { background-color: #FFD700; color: #1a1a2e; transform: translateY(-2px); } .page-jl7-link__button--small { padding: 8px 18px; font-size: 0.9em; } .page-jl7-link__center-button { text-align: center; margin-top: 40px; } .page-jl7-link__hero-section { position: relative; width: 100%; height: 60vh; min-height: 400px; display: flex; align-items: center; justify-content: center; text-align: center; overflow: hidden; padding-top: 10px; box-sizing: border-box; background-color: #1a1a2e; } .page-jl7-link__hero-image { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-size: cover; background-position: center; z-index: 1; filter: brightness(0.5); } .page-jl7-link__hero-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.8)); z-index: 2; } .page-jl7-link__hero-content { position: relative; z-index: 3; color: #FFFFFF; max-width: 900px; padding: 20px; } .page-jl7-link__hero-title { font-size: 3.5em; margin-bottom: 20px; line-height: 1.2; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7); } .page-jl7-link__hero-subtitle { font-size: 1.3em; margin-bottom: 30px; line-height: 1.5; } .page-jl7-link__hero-buttons .page-jl7-link__button { margin: 0 10px; } .page-jl7-link__about-section { background-color: #1a1a2e; padding: 60px 0; } .page-jl7-link__about-content { display: flex; align-items: center; gap: 40px; flex-wrap: wrap; } .page-jl7-link__about-text { flex: 1; min-width: 300px; color: #E0E0E0; line-height: 1.7; font-size: 1.1em; } .page-jl7-link__about-image-wrapper { flex: 1; min-width: 300px; text-align: center; } .page-jl7-link__about-image { max-width: 100%; height: auto; border-radius: 10px; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3); } .page-jl7-link__products-section { background-color: #2b2b45; padding: 60px 0; } .page-jl7-link__products-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; } .page-jl7-link__product-card { background-color: #3a3a5a; border-radius: 10px; overflow: hidden; text-align: center; padding: 25px; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); transition: transform 0.3s ease; display: flex; flex-direction: column; align-items: center; } .page-jl7-link__product-card:hover { transform: translateY(-5px); } .page-jl7-link__product-image { max-width: 100%; height: auto; border-radius: 8px; margin-bottom: 20px; } .page-jl7-link__product-title { font-size: 1.5em; color: #FFD700; margin-bottom: 10px; } .page-jl7-link__product-description { color: #CCCCCC; font-size: 0.95em; line-height: 1.6; margin-bottom: 20px; flex-grow: 1; } .page-jl7-link__promo-section { background-color: #1a1a2e; padding: 60px 0; } .page-jl7-link__promo-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; } .page-jl7-link__promo-card { background-color: #3a3a5a; border-radius: 10px; overflow: hidden; text-align: center; padding: 25px; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); transition: transform 0.3s ease; display: flex; flex-direction: column; align-items: center; } .page-jl7-link__promo-card:hover { transform: translateY(-5px); } .page-jl7-link__promo-image { max-width: 100%; height: auto; border-radius: 8px; margin-bottom: 20px; } .page-jl7-link__promo-title { font-size: 1.6em; color: #FFD700; margin-bottom: 10px; } .page-jl7-link__promo-text { color: #CCCCCC; font-size: 0.95em; line-height: 1.6; margin-bottom: 20px; flex-grow: 1; } .page-jl7-link__providers-section { background-color: #2b2b45; padding: 60px 0; } .page-jl7-link__providers-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(100px, 1fr)); gap: 20px; justify-items: center; align-items: center; } .page-jl7-link__provider-logo-wrapper { background-color: #3a3a5a; padding: 15px; border-radius: 8px; display: flex; align-items: center; justify-content: center; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); transition: transform 0.3s ease; } .page-jl7-link__provider-logo-wrapper:hover { transform: translateY(-3px); } .page-jl7-link__provider-logo { max-width: 100px; height: auto; display: block; } .page-jl7-link__payments-section { background-color: #1a1a2e; padding: 60px 0; } .page-jl7-link__payments-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(100px, 1fr)); gap: 20px; justify-items: center; align-items: center; } .page-jl7-link__payment-item { background-color: #3a3a5a; padding: 15px; border-radius: 8px; display: flex; align-items: center; justify-content: center; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); transition: transform 0.3s ease; } .page-jl7-link__payment-item:hover { transform: translateY(-3px); } .page-jl7-link__payment-logo { max-width: 100px; height: auto; display: block; } .page-jl7-link__faq-section { background-color: #2b2b45; padding: 60px 0; } .page-jl7-link__faq-list { max-width: 800px; margin: 0 auto; } .page-jl7-link__faq-item { background-color: #3a3a5a; margin-bottom: 15px; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); } .page-jl7-link__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 18px 25px; cursor: pointer; background-color: #4a4a6a; color: #FFD700; font-weight: bold; user-select: none; transition: background-color 0.3s ease; } .page-jl7-link__faq-question:hover { background-color: #5a5a7a; } .page-jl7-link__faq-q-text { margin: 0; font-size: 1.2em; color: #FFD700; pointer-events: none; } .page-jl7-link__faq-toggle { font-size: 1.8em; line-height: 1; pointer-events: none; transition: transform 0.3s ease; } .page-jl7-link__faq-item.active .page-jl7-link__faq-toggle { transform: rotate(45deg); } .page-jl7-link__faq-answer { max-height: 0; overflow: hidden; padding: 0 25px; transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease; opacity: 0; color: #E0E0E0; line-height: 1.6; } .page-jl7-link__faq-item.active .page-jl7-link__faq-answer { max-height: 2000px !important; padding: 20px 25px !important; opacity: 1; } .page-jl7-link__faq-answer p { margin: 0; } .page-jl7-link__cta-section { background-color: #1a1a2e; padding: 60px 0; text-align: center; } .page-jl7-link__cta-buttons .page-jl7-link__button { margin: 0 15px; } .page-jl7-link__floating-buttons { position: fixed; bottom: 20px; left: 50%; transform: translateX(-50%); z-index: 1000; display: flex; gap: 15px; } .page-jl7-link__floating-button { display: flex; align-items: center; justify-content: center; padding: 12px 25px; border-radius: 30px; text-decoration: none; font-weight: bold; color: #1a1a2e; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3); transition: transform 0.2s ease, background-color 0.3s ease; } .page-jl7-link__floating-button--register { background-color: #FFD700; } .page-jl7-link__floating-button--register:hover { background-color: #E6C200; transform: translateY(-3px); } .page-jl7-link__floating-button--login { background-color: #FFFFFF; } .page-jl7-link__floating-button--login:hover { background-color: #F0F0F0; transform: translateY(-3px); } /* General image responsiveness */ img { max-width: 100%; height: auto; display: block; box-sizing: border-box; } /* Mobile responsiveness */ @media (max-width: 768px) { .page-jl7-link__section-title { font-size: 1.8em; } .page-jl7-link__hero-title { font-size: 2.2em; } .page-jl7-link__hero-subtitle { font-size: 1em; } .page-jl7-link__hero-buttons { display: flex; flex-direction: column; gap: 15px; } .page-jl7-link__hero-buttons .page-jl7-link__button { margin: 0; width: 100%; } .page-jl7-link__about-content { flex-direction: column; } .page-jl7-link__about-text, .page-jl7-link__about-image-wrapper { min-width: unset; width: 100%; } .page-jl7-link__products-grid, .page-jl7-link__promo-grid, .page-jl7-link__providers-grid, .page-jl7-link__payments-grid { grid-template-columns: 1fr; } .page-jl7-link__cta-buttons { display: flex; flex-direction: column; gap: 15px; } .page-jl7-link__cta-buttons .page-jl7-link__button { margin: 0; width: 100%; } .page-jl7-link__floating-buttons { width: calc(100% - 30px); left: 15px; transform: translateX(0); bottom: 15px; gap: 10px; } .page-jl7-link__floating-button { flex: 1; padding: 10px 15px; font-size: 0.9em; } .page-jl7-link__faq-question { padding: 15px 20px; } .page-jl7-link__faq-q-text { font-size: 1.1em; } .page-jl7-link__faq-answer { padding: 0 20px; } .page-jl7-link__faq-item.active .page-jl7-link__faq-answer { padding: 15px 20px !important; } .page-jl7-link__product-card, .page-jl7-link__promo-card { padding: 20px; } .page-jl7-link__provider-logo-wrapper, .page-jl7-link__payment-item { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; } .page-jl7-link__providers-grid, .page-jl7-link__payments-grid { padding: 0 !important; margin-left: 0 !important; margin-right: 0 !important; } .page-jl7-link__product-description, .page-jl7-link__promo-text, .page-jl7-link__faq-answer p { word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; } } @media (max-width: 480px) { .page-jl7-link__hero-section { height: 70vh; } .page-jl7-link__hero-title { font-size: 1.8em; } .page-jl7-link__floating-buttons { bottom: 10px; gap: 8px; } .page-jl7-link__floating-button { padding: 10px 10px; font-size: 0.8em; } }