.page-ph222-valentine { font-family: 'Arial', sans-serif; color: #333; line-height: 1.6; background-color: #f8f8f8; padding-top: var(--header-offset, 122px); } .page-ph222-valentine__container { max-width: 1200px; margin: 0 auto; padding: 20px; } .page-ph222-valentine__section { padding: 40px 20px; margin-bottom: 20px; background-color: #fff; border-radius: 8px; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); } .page-ph222-valentine__section--dark { background-color: #2c3e50; color: #ecf0f1; } .page-ph222-valentine__section-title { text-align: center; color: #2c3e50; margin-bottom: 30px; font-size: 2.5em; font-weight: bold; } .page-ph222-valentine__section-title--light { color: #ecf0f1; } .page-ph222-valentine__text-center { text-align: center; } .page-ph222-valentine__button { display: inline-block; background-color: #e74c3c; color: #fff; padding: 12px 25px; border-radius: 5px; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease; border: none; cursor: pointer; font-size: 1em; } .page-ph222-valentine__button:hover { background-color: #c0392b; } .page-ph222-valentine__button--secondary { background-color: #3498db; } .page-ph222-valentine__button--secondary:hover { background-color: #2980b9; } .page-ph222-valentine__hero-section { position: relative; width: 100%; height: 500px; overflow: hidden; display: flex; align-items: center; justify-content: center; text-align: center; color: #fff; padding-top: 10px; } .page-ph222-valentine__hero-background { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; z-index: 0; } .page-ph222-valentine__hero-content { position: relative; z-index: 1; max-width: 800px; padding: 20px; background-color: rgba(0, 0, 0, 0.5); border-radius: 10px; } .page-ph222-valentine__hero-title { font-size: 3.5em; margin-bottom: 15px; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7); } .page-ph222-valentine__hero-subtitle { font-size: 1.5em; margin-bottom: 30px; } .page-ph222-valentine__intro-text { font-size: 1.1em; max-width: 900px; margin: 0 auto 30px; text-align: center; } .page-ph222-valentine__intro-features { display: flex; justify-content: center; flex-wrap: wrap; gap: 20px; margin-top: 30px; } .page-ph222-valentine__intro-feature-item { flex: 1 1 calc(33% - 40px); min-width: 280px; padding: 20px; background-color: #f0f0f0; border-radius: 8px; text-align: center; box-sizing: border-box; } .page-ph222-valentine__intro-feature-item h3 { color: #e74c3c; margin-bottom: 10px; } .page-ph222-valentine__quick-access-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 20px; margin-top: 30px; } .page-ph222-valentine__quick-access-item { background-color: #ecf0f1; padding: 25px; border-radius: 8px; text-align: center; transition: transform 0.3s ease; } .page-ph222-valentine__quick-access-item:hover { transform: translateY(-5px); } .page-ph222-valentine__quick-access-item a { display: block; font-size: 1.2em; color: #2c3e50; text-decoration: none; font-weight: bold; } .page-ph222-valentine__quick-access-item a:hover { color: #e74c3c; } .page-ph222-valentine__games-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 25px; margin-top: 30px; } .page-ph222-valentine__game-card { background-color: #f0f0f0; border-radius: 8px; overflow: hidden; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); text-align: center; transition: transform 0.3s ease; } .page-ph222-valentine__game-card:hover { transform: translateY(-5px); } .page-ph222-valentine__game-card-image { width: 100%; height: 200px; object-fit: cover; } .page-ph222-valentine__game-card-content { padding: 20px; } .page-ph222-valentine__game-card-title { font-size: 1.5em; color: #2c3e50; margin-bottom: 10px; } .page-ph222-valentine__game-card-description { font-size: 0.9em; color: #666; margin-bottom: 15px; } .page-ph222-valentine__promotions-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 25px; margin-top: 30px; } .page-ph222-valentine__promo-card { background-color: #ecf0f1; border-radius: 8px; overflow: hidden; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); text-align: center; transition: transform 0.3s ease; } .page-ph222-valentine__promo-card:hover { transform: translateY(-5px); } .page-ph222-valentine__promo-card-image { width: 100%; height: 180px; object-fit: cover; } .page-ph222-valentine__promo-card-content { padding: 20px; } .page-ph222-valentine__promo-card-title { font-size: 1.6em; color: #e74c3c; margin-bottom: 10px; } .page-ph222-valentine__promo-card-description { font-size: 0.95em; color: #555; margin-bottom: 15px; } .page-ph222-valentine__security-features { display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; margin-top: 30px; } .page-ph222-valentine__security-feature-item { flex: 1 1 calc(33% - 40px); min-width: 280px; padding: 20px; background-color: #f0f0f0; border-radius: 8px; text-align: center; box-sizing: border-box; } .page-ph222-valentine__security-feature-item h3 { color: #3498db; margin-bottom: 10px; } .page-ph222-valentine__faq-list { margin-top: 30px; } .page-ph222-valentine__faq-item { border-bottom: 1px solid #eee; margin-bottom: 10px; } .page-ph222-valentine__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 15px 0; cursor: pointer; user-select: none; background-color: #fff; transition: background-color 0.3s ease; } .page-ph222-valentine__faq-question:hover { background-color: #f9f9f9; } .page-ph222-valentine__faq-question h3 { margin: 0; font-size: 1.2em; color: #2c3e50; pointer-events: none; } .page-ph222-valentine__faq-toggle { font-size: 1.5em; font-weight: bold; color: #e74c3c; transition: transform 0.3s ease; pointer-events: none; } .page-ph222-valentine__faq-item.active .page-ph222-valentine__faq-toggle { transform: rotate(45deg); } .page-ph222-valentine__faq-answer { max-height: 0; overflow: hidden; padding: 0 15px; opacity: 0; transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease; color: #555; } .page-ph222-valentine__faq-item.active .page-ph222-valentine__faq-answer { max-height: 2000px !important; padding: 20px 15px !important; opacity: 1; } .page-ph222-valentine__blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 25px; margin-top: 30px; } .page-ph222-valentine__blog-card { background-color: #ecf0f1; border-radius: 8px; overflow: hidden; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); transition: transform 0.3s ease; } .page-ph222-valentine__blog-card:hover { transform: translateY(-5px); } .page-ph222-valentine__blog-card-image { width: 100%; height: 200px; object-fit: cover; } .page-ph222-valentine__blog-card-content { padding: 20px; } .page-ph222-valentine__blog-card-title { font-size: 1.4em; color: #2c3e50; margin-bottom: 10px; } .page-ph222-valentine__blog-card-meta { font-size: 0.85em; color: #777; margin-bottom: 15px; } .page-ph222-valentine__blog-card-description { font-size: 0.9em; color: #666; margin-bottom: 15px; } .page-ph222-valentine__blog-card-link { color: #e74c3c; text-decoration: none; font-weight: bold; } .page-ph222-valentine__blog-card-link:hover { text-decoration: underline; } .page-ph222-valentine__floating-buttons { position: fixed; bottom: 20px; right: 20px; z-index: 1000; display: flex; flex-direction: column; gap: 10px; } .page-ph222-valentine__floating-button { background-color: #e74c3c; color: #fff; padding: 10px 15px; border-radius: 50px; text-decoration: none; font-weight: bold; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); transition: background-color 0.3s ease; text-align: center; font-size: 0.9em; min-width: 80px; } .page-ph222-valentine__floating-button:hover { background-color: #c0392b; } @media (max-width: 768px) { .page-ph222-valentine__container { padding: 10px; } .page-ph222-valentine__section { padding: 20px 10px; } .page-ph222-valentine__section-title { font-size: 2em; margin-bottom: 20px; } .page-ph222-valentine__hero-section { height: 400px; } .page-ph222-valentine__hero-title { font-size: 2.5em; } .page-ph222-valentine__hero-subtitle { font-size: 1.2em; } .page-ph222-valentine__intro-text { font-size: 1em; } .page-ph222-valentine__intro-feature-item, .page-ph222-valentine__security-feature-item { flex: 1 1 100%; max-width: 100%; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; } .page-ph222-valentine__quick-access-grid, .page-ph222-valentine__games-grid, .page-ph222-valentine__promotions-grid, .page-ph222-valentine__blog-grid { grid-template-columns: 1fr; } .page-ph222-valentine__game-card-title, .page-ph222-valentine__promo-card-title, .page-ph222-valentine__blog-card-title { font-size: 1.3em; } .page-ph222-valentine__faq-question h3 { font-size: 1.1em; } .page-ph222-valentine__faq-answer { padding: 0 10px; } .page-ph222-valentine__faq-item.active .page-ph222-valentine__faq-answer { padding: 15px 10px !important; } .page-ph222-valentine__floating-buttons { flex-direction: row; bottom: 10px; right: 10px; left: 10px; justify-content: space-around; gap: 5px; } .page-ph222-valentine__floating-button { padding: 8px 12px; font-size: 0.85em; min-width: unset; } .page-ph222-valentine img { max-width: 100% !important; height: auto !important; box-sizing: border-box !important; } .page-ph222-valentine div[class$="-image"] { width: 100% !important; max-width: 100% !important; overflow: hidden !important; box-sizing: border-box !important; } }