.page-www-jilievo-tv-html { font-family: 'Arial', sans-serif; color: #fff; background-color: #1a1a1a; line-height: 1.6; } .page-www-jilievo-tv-html__hero-section { background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)); background-size: cover; background-position: center; padding: 10px 20px 80px; text-align: center; display: flex; flex-direction: column; justify-content: center; align-items: center; min-height: 70vh; position: relative; overflow: hidden; } .page-www-jilievo-tv-html__hero-section img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; z-index: -1; } .page-www-jilievo-tv-html__hero-title { font-size: 2.8em; margin-bottom: 20px; color: #ffcc00; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); } .page-www-jilievo-tv-html__hero-subtitle { font-size: 1.3em; margin-bottom: 40px; max-width: 800px; } .page-www-jilievo-tv-html__cta-buttons { display: flex; gap: 20px; justify-content: center; flex-wrap: wrap; } .page-www-jilievo-tv-html__cta-button { background-color: #ffcc00; color: #1a1a1a; padding: 15px 30px; border-radius: 5px; text-decoration: none; font-weight: bold; font-size: 1.1em; transition: background-color 0.3s ease, transform 0.3s ease; border: none; cursor: pointer; } .page-www-jilievo-tv-html__cta-button:hover { background-color: #e6b800; transform: translateY(-3px); } .page-www-jilievo-tv-html__section { padding: 60px 20px; text-align: center; max-width: 1200px; margin: 0 auto; } .page-www-jilievo-tv-html__section-title { font-size: 2.2em; color: #ffcc00; margin-bottom: 40px; } .page-www-jilievo-tv-html__game-providers-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(120px, 1fr)); gap: 30px; justify-items: center; align-items: center; margin-top: 40px; } .page-www-jilievo-tv-html__provider-logo { width: 100px; height: 100px; object-fit: contain; border-radius: 10px; transition: transform 0.3s ease; } .page-www-jilievo-tv-html__provider-logo:hover { transform: scale(1.1); } .page-www-jilievo-tv-html__promotions-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-top: 40px; } .page-www-jilievo-tv-html__promo-card { background-color: #2c2c2c; border-radius: 10px; overflow: hidden; text-align: left; transition: transform 0.3s ease; } .page-www-jilievo-tv-html__promo-card:hover { transform: translateY(-5px); } .page-www-jilievo-tv-html__promo-image { width: 100%; height: 200px; object-fit: cover; } .page-www-jilievo-tv-html__promo-content { padding: 25px; } .page-www-jilievo-tv-html__promo-title { font-size: 1.5em; margin-bottom: 10px; color: #ffcc00; } .page-www-jilievo-tv-html__promo-description { font-size: 1em; color: #ccc; margin-bottom: 20px; } .page-www-jilievo-tv-html__payment-methods-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(100px, 1fr)); gap: 20px; margin-top: 40px; } .page-www-jilievo-tv-html__payment-logo { width: 100px; height: 60px; object-fit: contain; filter: grayscale(50%); transition: filter 0.3s ease; } .page-www-jilievo-tv-html__payment-logo:hover { filter: grayscale(0%); } .page-www-jilievo-tv-html__features-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; margin-top: 40px; } .page-www-jilievo-tv-html__feature-item { background-color: #2c2c2c; padding: 30px; border-radius: 10px; text-align: center; } .page-www-jilievo-tv-html__feature-icon { width: 80px; height: 80px; object-fit: contain; margin-bottom: 20px; } .page-www-jilievo-tv-html__feature-title { font-size: 1.4em; color: #ffcc00; margin-bottom: 15px; } .page-www-jilievo-tv-html__feature-description { font-size: 1em; color: #ccc; } .page-www-jilievo-tv-html__faq-container { margin-top: 40px; text-align: left; } .page-www-jilievo-tv-html__faq-item { background-color: #2c2c2c; margin-bottom: 15px; border-radius: 8px; overflow: hidden; } .page-www-jilievo-tv-html__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 20px 25px; cursor: pointer; background-color: #3a3a3a; user-select: none; transition: background-color 0.3s ease; } .page-www-jilievo-tv-html__faq-question:hover { background-color: #4a4a4a; } .page-www-jilievo-tv-html__faq-question h3 { margin: 0; font-size: 1.2em; color: #ffcc00; pointer-events: none; } .page-www-jilievo-tv-html__faq-toggle { font-size: 1.5em; font-weight: bold; color: #ffcc00; transition: transform 0.3s ease; pointer-events: none; } .page-www-jilievo-tv-html__faq-item.active .page-www-jilievo-tv-html__faq-toggle { transform: rotate(45deg); } .page-www-jilievo-tv-html__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: #ccc; font-size: 1em; } .page-www-jilievo-tv-html__faq-item.active .page-www-jilievo-tv-html__faq-answer { max-height: 2000px !important; padding: 20px 25px !important; opacity: 1; } .page-www-jilievo-tv-html__final-cta { margin-top: 60px; padding: 40px 20px; background-color: #2c2c2c; border-radius: 10px; } .page-www-jilievo-tv-html__final-cta-title { font-size: 2em; color: #ffcc00; margin-bottom: 30px; } @media (max-width: 768px) { .page-www-jilievo-tv-html__hero-title { font-size: 2em; } .page-www-jilievo-tv-html__hero-subtitle { font-size: 1.1em; } .page-www-jilievo-tv-html__cta-buttons { flex-direction: column; gap: 15px; } .page-www-jilievo-tv-html__cta-button { width: 80%; margin: 0 auto; } .page-www-jilievo-tv-html__section { padding: 40px 15px; } .page-www-jilievo-tv-html__section-title { font-size: 1.8em; } .page-www-jilievo-tv-html__game-providers-grid, .page-www-jilievo-tv-html__promotions-grid, .page-www-jilievo-tv-html__payment-methods-grid, .page-www-jilievo-tv-html__features-grid { grid-template-columns: 1fr; gap: 20px; } .page-www-jilievo-tv-html__promo-content { padding: 20px; } .page-www-jilievo-tv-html__promo-title { font-size: 1.3em; } .page-www-jilievo-tv-html__promo-description { font-size: 0.95em; } .page-www-jilievo-tv-html__feature-item { padding: 25px; } .page-www-jilievo-tv-html__feature-title { font-size: 1.2em; } .page-www-jilievo-tv-html__faq-question { padding: 15px 20px; } .page-www-jilievo-tv-html__faq-question h3 { font-size: 1.1em; } .page-www-jilievo-tv-html__faq-answer { padding: 0 20px; } .page-www-jilievo-tv-html__faq-item.active .page-www-jilievo-tv-html__faq-answer { padding: 15px 20px !important; } .page-www-jilievo-tv-html__final-cta-title { font-size: 1.6em; } .page-www-jilievo-tv-html__provider-logo, .page-www-jilievo-tv-html__payment-logo { max-width: 100% !important; height: auto !important; box-sizing: border-box !important; } .page-www-jilievo-tv-html__game-providers-grid > div, .page-www-jilievo-tv-html__promotions-grid > div, .page-www-jilievo-tv-html__payment-methods-grid > div, .page-www-jilievo-tv-html__features-grid > div { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; } .page-www-jilievo-tv-html__game-providers-grid, .page-www-jilievo-tv-html__promotions-grid, .page-www-jilievo-tv-html__payment-methods-grid, .page-www-jilievo-tv-html__features-grid { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; padding: 0 !important; margin-left: 0 !important; margin-right: 0 !important; } .page-www-jilievo-tv-html__promo-description, .page-www-jilievo-tv-html__feature-description, .page-www-jilievo-tv-html__faq-answer { word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; } } @media (max-width: 375px) { .page-www-jilievo-tv-html__cta-button { width: 90%; } .page-www-jilievo-tv-html__hero-section { padding-left: 10px; padding-right: 10px; } .page-www-jilievo-tv-html__section { padding-left: 10px; padding-right: 10px; } .page-www-jilievo-tv-html__faq-question, .page-www-jilievo-tv-html__faq-answer { padding-left: 15px; padding-right: 15px; } .page-www-jilievo-tv-html__faq-item.active .page-www-jilievo-tv-html__faq-answer { padding-left: 15px !important; padding-right: 15px !important; } }