.page-hit-it-from-the-back-song { font-family: 'Arial', sans-serif; color: #333; line-height: 1.6; background-color: #f4f7f6; padding-top: var(--header-offset, 122px); } .page-hit-it-from-the-back-song__container { max-width: 1200px; margin: 0 auto; padding: 0 15px; } .page-hit-it-from-the-back-song__hero-section { background: linear-gradient(135deg, #1a2a6c, #b21f1f, #fdbb2d); color: #fff; text-align: center; padding: 60px 0 30px; position: relative; overflow: hidden; } .page-hit-it-from-the-back-song__hero-section::before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: url('[GALLERY:pattern:1920x1080:abstract,geometric,background]') no-repeat center center/cover; opacity: 0.1; z-index: 0; } .page-hit-it-from-the-back-song__hero-content { position: relative; z-index: 1; } .page-hit-it-from-the-back-song__hero-title { font-size: 2.8em; margin-bottom: 15px; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); } .page-hit-it-from-the-back-song__hero-description { font-size: 1.2em; margin-bottom: 30px; max-width: 800px; margin-left: auto; margin-right: auto; } .page-hit-it-from-the-back-song__cta-button { display: inline-block; background-color: #ffda44; color: #1a2a6c; padding: 15px 30px; border-radius: 50px; text-decoration: none; font-weight: bold; font-size: 1.1em; transition: background-color 0.3s ease, transform 0.3s ease; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2); } .page-hit-it-from-the-back-song__cta-button:hover { background-color: #ffe066; transform: translateY(-3px); } .page-hit-it-from-the-back-song__payment-providers { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 30px; width: 100%; max-width: 100%; box-sizing: border-box; padding: 30px 0; background-color: #f0f0f0; } .page-hit-it-from-the-back-song__payment-logo { flex: 0 0 auto; width: 80px; height: 80px; max-width: 80px; max-height: 80px; box-sizing: border-box; } .page-hit-it-from-the-back-song__payment-logo img { display: block; width: 80px !important; height: 80px !important; max-width: 80px !important; max-height: 80px !important; object-fit: contain; } .page-hit-it-from-the-back-song__section { padding: 40px 0; background-color: #fff; margin-bottom: 20px; border-radius: 8px; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05); } .page-hit-it-from-the-back-song__section--alt { background-color: #eef2f1; } .page-hit-it-from-the-back-song__section-title { text-align: center; font-size: 2.2em; color: #1a2a6c; margin-bottom: 30px; position: relative; padding-bottom: 10px; } .page-hit-it-from-the-back-song__section-title::after { content: ''; position: absolute; left: 50%; bottom: 0; transform: translateX(-50%); width: 80px; height: 4px; background-color: #fdbb2d; border-radius: 2px; } .page-hit-it-from-the-back-song__intro-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; text-align: center; } .page-hit-it-from-the-back-song__intro-item h3 { color: #b21f1f; font-size: 1.5em; margin-bottom: 10px; } .page-hit-it-from-the-back-song__intro-item p { color: #555; } .page-hit-it-from-the-back-song__quick-links { display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; margin-top: 30px; } .page-hit-it-from-the-back-song__quick-link-button { display: inline-block; background-color: #1a2a6c; color: #fff; padding: 12px 25px; border-radius: 30px; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease, transform 0.3s ease; } .page-hit-it-from-the-back-song__quick-link-button:hover { background-color: #0d1736; transform: translateY(-2px); } .page-hit-it-from-the-back-song__game-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 30px; } .page-hit-it-from-the-back-song__game-card { background-color: #fff; border-radius: 10px; overflow: hidden; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); text-align: center; transition: transform 0.3s ease, box-shadow 0.3s ease; } .page-hit-it-from-the-back-song__game-card:hover { transform: translateY(-5px); box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15); } .page-hit-it-from-the-back-song__game-card-image { width: 100%; height: 200px; object-fit: cover; } .page-hit-it-from-the-back-song__game-card h3 { font-size: 1.3em; margin: 15px 0 10px; color: #1a2a6c; } .page-hit-it-from-the-back-song__game-card p { padding: 0 15px 15px; color: #666; font-size: 0.9em; } .page-hit-it-from-the-back-song__promo-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; } .page-hit-it-from-the-back-song__promo-card { background-color: #fff; border-radius: 10px; overflow: hidden; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); transition: transform 0.3s ease, box-shadow 0.3s ease; } .page-hit-it-from-the-back-song__promo-card:hover { transform: translateY(-5px); box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15); } .page-hit-it-from-the-back-song__promo-card-image { width: 100%; height: 220px; object-fit: cover; } .page-hit-it-from-the-back-song__promo-card-content { padding: 20px; } .page-hit-it-from-the-back-song__promo-card h3 { font-size: 1.4em; margin-bottom: 10px; color: #b21f1f; } .page-hit-it-from-the-back-song__promo-card p { font-size: 0.95em; color: #555; margin-bottom: 15px; } .page-hit-it-from-the-back-song__promo-button { display: inline-block; background-color: #fdbb2d; color: #1a2a6c; padding: 10px 20px; border-radius: 25px; text-decoration: none; font-weight: bold; font-size: 0.9em; transition: background-color 0.3s ease; } .page-hit-it-from-the-back-song__promo-button:hover { background-color: #ffda44; } .page-hit-it-from-the-back-song__security-features { display: flex; flex-wrap: wrap; justify-content: space-around; gap: 20px; text-align: center; } .page-hit-it-from-the-back-song__security-item { flex: 1 1 280px; padding: 20px; background-color: #fff; border-radius: 8px; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05); } .page-hit-it-from-the-back-song__security-item img { max-width: 80px; margin-bottom: 15px; height: auto; display: block; margin-left: auto; margin-right: auto; } .page-hit-it-from-the-back-song__security-item h3 { font-size: 1.3em; color: #1a2a6c; margin-bottom: 10px; } .page-hit-it-from-the-back-song__security-item p { font-size: 0.9em; color: #666; } .page-hit-it-from-the-back-song__faq-list { list-style: none; padding: 0; } .page-hit-it-from-the-back-song__faq-item { background-color: #fff; border: 1px solid #ddd; border-radius: 8px; margin-bottom: 10px; overflow: hidden; transition: all 0.3s ease; } .page-hit-it-from-the-back-song__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 15px 20px; background-color: #f9f9f9; cursor: pointer; user-select: none; border-bottom: 1px solid #eee; transition: background-color 0.3s ease; } .page-hit-it-from-the-back-song__faq-question:hover { background-color: #f0f0f0; } .page-hit-it-from-the-back-song__faq-question h3 { margin: 0; font-size: 1.1em; color: #1a2a6c; pointer-events: none; } .page-hit-it-from-the-back-song__faq-toggle { font-size: 1.5em; font-weight: bold; color: #b21f1f; transition: transform 0.3s ease; pointer-events: none; } .page-hit-it-from-the-back-song__faq-item.active .page-hit-it-from-the-back-song__faq-toggle { transform: rotate(45deg); } .page-hit-it-from-the-back-song__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; } .page-hit-it-from-the-back-song__faq-item.active .page-hit-it-from-the-back-song__faq-answer { max-height: 2000px !important; padding: 20px !important; opacity: 1; } .page-hit-it-from-the-back-song__blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; } .page-hit-it-from-the-back-song__blog-card { background-color: #fff; border-radius: 10px; overflow: hidden; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); transition: transform 0.3s ease, box-shadow 0.3s ease; } .page-hit-it-from-the-back-song__blog-card:hover { transform: translateY(-5px); box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15); } .page-hit-it-from-the-back-song__blog-card-image { width: 100%; height: 180px; object-fit: cover; } .page-hit-it-from-the-back-song__blog-card-content { padding: 20px; } .page-hit-it-from-the-back-song__blog-card h3 { font-size: 1.2em; margin-bottom: 10px; color: #1a2a6c; } .page-hit-it-from-the-back-song__blog-card h3 a { text-decoration: none; color: #1a2a6c; transition: color 0.3s ease; } .page-hit-it-from-the-back-song__blog-card h3 a:hover { color: #b21f1f; } .page-hit-it-from-the-back-song__blog-card p { font-size: 0.9em; color: #666; margin-bottom: 15px; } .page-hit-it-from-the-back-song__blog-date { font-size: 0.8em; color: #999; text-align: right; } @media (max-width: 768px) { .page-hit-it-from-the-back-song__hero-title { font-size: 2em; } .page-hit-it-from-the-back-song__hero-description { font-size: 1em; } .page-hit-it-from-the-back-song__cta-button { padding: 12px 25px; font-size: 1em; } .page-hit-it-from-the-back-song__payment-providers { flex-direction: row; flex-wrap: wrap; justify-content: center; gap: 16px; } .page-hit-it-from-the-back-song__payment-logo, .page-hit-it-from-the-back-song__payment-logo img { width: 80px !important; height: 80px !important; max-width: 80px !important; max-height: 80px !important; } .page-hit-it-from-the-back-song__section-title { font-size: 1.8em; } .page-hit-it-from-the-back-song__intro-grid, .page-hit-it-from-the-back-song__game-grid, .page-hit-it-from-the-back-song__promo-grid, .page-hit-it-from-the-back-song__blog-grid { grid-template-columns: 1fr; } .page-hit-it-from-the-back-song__quick-links { flex-direction: column; align-items: center; } .page-hit-it-from-the-back-song__quick-link-button { width: 100%; max-width: 250px; } .page-hit-it-from-the-back-song__security-item { flex: 1 1 100%; max-width: 100%; box-sizing: border-box !important; } .page-hit-it-from-the-back-song__faq-item, .page-hit-it-from-the-back-song__faq-answer, .page-hit-it-from-the-back-song__faq-question { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; padding-left: 0 !important; padding-right: 0 !important; margin-left: 0 !important; margin-right: 0 !important; word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; } .page-hit-it-from-the-back-song__faq-answer { padding: 15px !important; } .page-hit-it-from-the-back-song__faq-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-hit-it-from-the-back-song__game-card-image, .page-hit-it-from-the-back-song__promo-card-image, .page-hit-it-from-the-back-song__blog-card-image { max-width: 100% !important; height: auto !important; box-sizing: border-box !important; } }