.page-jl-poloshirt { font-family: 'Arial', sans-serif; background-color: #1a1a2e; color: #e0e0e0; line-height: 1.6; } .page-jl-poloshirt__hero-section { position: relative; width: 100%; height: 60vh; min-height: 400px; display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center; overflow: hidden; padding: 10px 20px; box-sizing: border-box; background: linear-gradient(135deg, #0f0c29, #302b63, #24243e); } .page-jl-poloshirt__hero-background { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; z-index: 1; opacity: 0.3; } .page-jl-poloshirt__hero-content { position: relative; z-index: 2; color: #fff; max-width: 900px; } .page-jl-poloshirt__hero-title { font-size: 3.2em; margin-bottom: 15px; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7); line-height: 1.2; } .page-jl-poloshirt__hero-subtitle { font-size: 1.4em; margin-bottom: 30px; } .page-jl-poloshirt__button { display: inline-block; background-color: #e94560; color: #fff; padding: 12px 28px; border-radius: 5px; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease, transform 0.2s ease; border: none; cursor: pointer; font-size: 1.1em; } .page-jl-poloshirt__button:hover { background-color: #d83a54; transform: translateY(-2px); } .page-jl-poloshirt__section { padding: 50px 20px; text-align: center; max-width: 1200px; margin: 0 auto; } .page-jl-poloshirt__section-title { font-size: 2.5em; color: #e94560; margin-bottom: 30px; position: relative; padding-bottom: 10px; } .page-jl-poloshirt__section-title::after { content: ''; position: absolute; left: 50%; bottom: 0; transform: translateX(-50%); width: 80px; height: 4px; background-color: #e94560; border-radius: 2px; } .page-jl-poloshirt__text-content { font-size: 1.1em; margin-bottom: 30px; color: #c0c0c0; } .page-jl-poloshirt__features-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; margin-top: 40px; } .page-jl-poloshirt__feature-item { background-color: #2e2e4a; padding: 30px; border-radius: 10px; text-align: left; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3); transition: transform 0.3s ease; } .page-jl-poloshirt__feature-item:hover { transform: translateY(-5px); } .page-jl-poloshirt__feature-icon { width: 80px; height: 80px; margin-bottom: 20px; display: block; margin-left: auto; margin-right: auto; } .page-jl-poloshirt__feature-title { font-size: 1.5em; color: #e94560; margin-bottom: 15px; } .page-jl-poloshirt__feature-description { font-size: 1em; color: #c0c0c0; } .page-jl-poloshirt__game-showcase { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 30px; margin-top: 40px; } .page-jl-poloshirt__game-card { background-color: #2e2e4a; border-radius: 10px; overflow: hidden; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3); transition: transform 0.3s ease; text-align: left; } .page-jl-poloshirt__game-card:hover { transform: translateY(-5px); } .page-jl-poloshirt__game-image { width: 100%; height: 200px; object-fit: cover; display: block; } .page-jl-poloshirt__game-content { padding: 20px; } .page-jl-poloshirt__game-title { font-size: 1.4em; color: #e94560; margin-bottom: 10px; } .page-jl-poloshirt__game-description { font-size: 0.95em; color: #c0c0c0; margin-bottom: 15px; } .page-jl-poloshirt__promo-banner { background-image: url('[GALLERY:hero:1920x400:promo,bonus,tg77_slot]'); background-size: cover; background-position: center; padding: 60px 20px; margin-top: 50px; border-radius: 10px; text-align: center; color: #fff; position: relative; overflow: hidden; } .page-jl-poloshirt__promo-banner::before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.6); z-index: 1; } .page-jl-poloshirt__promo-content { position: relative; z-index: 2; } .page-jl-poloshirt__promo-title { font-size: 2.8em; margin-bottom: 15px; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7); } .page-jl-poloshirt__promo-text { font-size: 1.2em; margin-bottom: 30px; max-width: 800px; margin-left: auto; margin-right: auto; } .page-jl-poloshirt__faq-section { background-color: #1a1a2e; padding-top: 50px; } .page-jl-poloshirt__faq-list { list-style: none; padding: 0; max-width: 800px; margin: 40px auto 0; } .page-jl-poloshirt__faq-item { background-color: #2e2e4a; margin-bottom: 15px; border-radius: 8px; overflow: hidden; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); } .page-jl-poloshirt__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 20px 25px; cursor: pointer; background-color: #3e3e5a; color: #fff; font-size: 1.2em; font-weight: bold; transition: background-color 0.3s ease; user-select: none; } .page-jl-poloshirt__faq-question:hover { background-color: #4a4a6a; } .page-jl-poloshirt__faq-question h3 { margin: 0; flex-grow: 1; text-align: left; color: #e94560; pointer-events: none; } .page-jl-poloshirt__faq-toggle { font-size: 1.8em; line-height: 1; margin-left: 15px; color: #e94560; transition: transform 0.3s ease; pointer-events: none; } .page-jl-poloshirt__faq-answer { max-height: 0; overflow: hidden; padding: 0 25px; background-color: #2e2e4a; color: #c0c0c0; font-size: 1em; transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease; opacity: 0; text-align: left; } .page-jl-poloshirt__faq-item.active .page-jl-poloshirt__faq-answer { max-height: 2000px !important; padding: 20px 25px !important; opacity: 1; } .page-jl-poloshirt__faq-item.active .page-jl-poloshirt__faq-toggle { transform: rotate(45deg); } .page-jl-poloshirt__cta-section { background-color: #2e2e4a; padding: 60px 20px; text-align: center; } .page-jl-poloshirt__cta-title { font-size: 2.5em; color: #fff; margin-bottom: 20px; } .page-jl-poloshirt__cta-description { font-size: 1.2em; color: #c0c0c0; margin-bottom: 40px; max-width: 800px; margin-left: auto; margin-right: auto; } @media (max-width: 768px) { .page-jl-poloshirt__hero-title { font-size: 2.5em; } .page-jl-poloshirt__hero-subtitle { font-size: 1.1em; } .page-jl-poloshirt__section { padding: 40px 15px; } .page-jl-poloshirt__section-title { font-size: 2em; } .page-jl-poloshirt__text-content { font-size: 1em; } .page-jl-poloshirt__features-grid, .page-jl-poloshirt__game-showcase { grid-template-columns: 1fr; } .page-jl-poloshirt__feature-item, .page-jl-poloshirt__game-card { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; } .page-jl-poloshirt__promo-title { font-size: 2em; } .page-jl-poloshirt__promo-text { font-size: 1em; } .page-jl-poloshirt__button { padding: 10px 20px; font-size: 1em; } .page-jl-poloshirt__faq-question { padding: 15px 20px; font-size: 1.1em; } .page-jl-poloshirt__faq-question h3 { pointer-events: none; } .page-jl-poloshirt__faq-answer { padding: 0 20px; } .page-jl-poloshirt__faq-item.active .page-jl-poloshirt__faq-answer { padding: 15px 20px !important; } .page-jl-poloshirt__cta-title { font-size: 2em; } .page-jl-poloshirt__cta-description { font-size: 1em; } .page-jl-poloshirt__feature-icon { width: 60px; height: 60px; } .page-jl-poloshirt__game-image { max-width: 100% !important; height: auto !important; box-sizing: border-box !important; } .page-jl-poloshirt__faq-list { width: 100% !important; max-width: 100% !important; padding: 0 !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; } .page-jl-poloshirt__faq-answer p { word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; } }