/* Base styles for the page-pk7-slot */.page-pk7-slot { font-family: 'Arial', sans-serif; color: #f2f2f2; background-color: #0d1a26; line-height: 1.6; } .page-pk7-slot__hero-section { position: relative; padding: 10px 0 60px; background-color: #0d1a26; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; overflow: hidden; } .page-pk7-slot__hero-image { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; z-index: 1; opacity: 0.3; } .page-pk7-slot__hero-content { position: relative; z-index: 2; max-width: 900px; padding: 20px; } .page-pk7-slot__hero-title { font-size: 3.5em; color: #ffc107; margin-bottom: 20px; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7); } .page-pk7-slot__hero-description { font-size: 1.3em; margin-bottom: 30px; color: #e0e0e0; } .page-pk7-slot__hero-buttons { display: flex; gap: 20px; justify-content: center; } .page-pk7-slot__hero-button { display: inline-block; padding: 15px 30px; border-radius: 8px; text-decoration: none; font-weight: bold; font-size: 1.1em; transition: background-color 0.3s ease, transform 0.3s ease; } .page-pk7-slot__hero-button--primary { background-color: #ffc107; color: #1a2a3a; border: none; } .page-pk7-slot__hero-button--primary:hover { background-color: #e0a800; transform: translateY(-3px); } .page-pk7-slot__hero-button--secondary { background-color: transparent; color: #ffc107; border: 2px solid #ffc107; } .page-pk7-slot__hero-button--secondary:hover { background-color: #ffc107; color: #1a2a3a; transform: translateY(-3px); } .page-pk7-slot__intro-section, .page-pk7-slot__quick-access, .page-pk7-slot__games-section, .page-pk7-slot__promo-section, .page-pk7-slot__security-section, .page-pk7-slot__faq-section, .page-pk7-slot__blog-section { padding: 60px 20px; max-width: 1200px; margin: 0 auto; background-color: #1a2a3a; border-radius: 10px; margin-bottom: 40px; } .page-pk7-slot__intro-title, .page-pk7-slot__quick-access-title, .page-pk7-slot__games-title, .page-pk7-slot__promo-title, .page-pk7-slot__security-title, .page-pk7-slot__faq-title, .page-pk7-slot__blog-title { font-size: 2.5em; color: #ffc107; text-align: center; margin-bottom: 30px; } .page-pk7-slot__intro-text, .page-pk7-slot__quick-access-description, .page-pk7-slot__games-description, .page-pk7-slot__promo-description, .page-pk7-slot__security-text, .page-pk7-slot__blog-description { font-size: 1.1em; text-align: center; max-width: 800px; margin: 0 auto 40px; color: #e0e0e0; } .page-pk7-slot__intro-features { display: flex; justify-content: space-around; gap: 30px; flex-wrap: wrap; margin-top: 40px; } .page-pk7-slot__intro-feature-item { text-align: center; flex: 1; min-width: 280px; background-color: #0d1a26; padding: 30px; border-radius: 10px; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3); } .page-pk7-slot__intro-feature-icon { width: 100%; max-width: 200px; height: auto; margin-bottom: 20px; border-radius: 5px; } .page-pk7-slot__intro-feature-title { font-size: 1.5em; color: #ffc107; margin-bottom: 10px; } .page-pk7-slot__intro-feature-description { color: #e0e0e0; } .page-pk7-slot__quick-access-buttons { display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; } .page-pk7-slot__quick-access-button { display: inline-block; padding: 15px 25px; background-color: #2a4058; color: #ffc107; border: 1px solid #ffc107; border-radius: 8px; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease, color 0.3s ease; } .page-pk7-slot__quick-access-button:hover { background-color: #ffc107; color: #1a2a3a; } .page-pk7-slot__game-categories { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-top: 40px; } .page-pk7-slot__game-category-item { background-color: #0d1a26; border-radius: 10px; overflow: hidden; text-align: center; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3); transition: transform 0.3s ease; } .page-pk7-slot__game-category-item:hover { transform: translateY(-5px); } .page-pk7-slot__game-category-image { width: 100%; height: 250px; object-fit: cover; border-bottom: 3px solid #ffc107; } .page-pk7-slot__game-category-title { font-size: 1.6em; color: #ffc107; padding: 20px 15px 10px; } .page-pk7-slot__game-category-text { padding: 0 15px 20px; color: #e0e0e0; } .page-pk7-slot__promo-cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-top: 40px; } .page-pk7-slot__promo-card { background-color: #0d1a26; border-radius: 10px; overflow: hidden; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3); display: flex; flex-direction: column; } .page-pk7-slot__promo-card-image { width: 100%; height: 220px; object-fit: cover; } .page-pk7-slot__promo-card-content { padding: 20px; flex-grow: 1; display: flex; flex-direction: column; } .page-pk7-slot__promo-card-title { font-size: 1.5em; color: #ffc107; margin-bottom: 10px; } .page-pk7-slot__promo-card-text { color: #e0e0e0; margin-bottom: 20px; flex-grow: 1; } .page-pk7-slot__promo-card-button { display: inline-block; padding: 10px 20px; background-color: #ffc107; color: #1a2a3a; border-radius: 5px; text-decoration: none; font-weight: bold; text-align: center; transition: background-color 0.3s ease; align-self: flex-start; } .page-pk7-slot__promo-card-button:hover { background-color: #e0a800; } .page-pk7-slot__security-content { display: flex; gap: 40px; align-items: center; margin-top: 40px; flex-wrap: wrap; } .page-pk7-slot__security-info { flex: 1; min-width: 300px; } .page-pk7-slot__security-subtitle { font-size: 1.8em; color: #ffc107; margin-top: 25px; margin-bottom: 10px; } .page-pk7-slot__security-text { margin-bottom: 20px; color: #e0e0e0; } .page-pk7-slot__security-image { flex: 1; min-width: 300px; max-width: 500px; height: auto; border-radius: 10px; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3); } .page-pk7-slot__security-button { display: inline-block; padding: 12px 25px; background-color: #2a4058; color: #ffc107; border: 1px solid #ffc107; border-radius: 5px; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease, color 0.3s ease; } .page-pk7-slot__security-button:hover { background-color: #ffc107; color: #1a2a3a; } .page-pk7-slot__faq-list { margin-top: 40px; } .page-pk7-slot__faq-item { background-color: #0d1a26; margin-bottom: 15px; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2); } .page-pk7-slot__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 18px 25px; cursor: pointer; background-color: #2a4058; color: #ffc107; font-size: 1.2em; font-weight: bold; user-select: none; transition: background-color 0.3s ease; } .page-pk7-slot__faq-question:hover { background-color: #3a5068; } .page-pk7-slot__faq-question-text { margin: 0; pointer-events: none; } .page-pk7-slot__faq-toggle { font-size: 1.5em; line-height: 1; pointer-events: none; transition: transform 0.3s ease; } .page-pk7-slot__faq-item.active .page-pk7-slot__faq-toggle { transform: rotate(45deg); } .page-pk7-slot__faq-answer { max-height: 0; overflow: hidden; padding: 0 25px; opacity: 0; transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease; background-color: #0d1a26; color: #e0e0e0; } .page-pk7-slot__faq-item.active .page-pk7-slot__faq-answer { max-height: 2000px !important; padding: 20px 25px !important; opacity: 1; } .page-pk7-slot__blog-cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-top: 40px; } .page-pk7-slot__blog-card { background-color: #0d1a26; border-radius: 10px; overflow: hidden; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3); display: flex; flex-direction: column; } .page-pk7-slot__blog-card-image { width: 100%; height: 220px; object-fit: cover; } .page-pk7-slot__blog-card-content { padding: 20px; flex-grow: 1; display: flex; flex-direction: column; } .page-pk7-slot__blog-card-title { font-size: 1.4em; margin-bottom: 10px; } .page-pk7-slot__blog-card-title a { color: #ffc107; text-decoration: none; transition: color 0.3s ease; } .page-pk7-slot__blog-card-title a:hover { color: #e0a800; } .page-pk7-slot__blog-card-date { font-size: 0.9em; color: #888; margin-bottom: 15px; } .page-pk7-slot__blog-card-excerpt { color: #e0e0e0; margin-bottom: 20px; flex-grow: 1; } .page-pk7-slot__blog-card-link { display: inline-block; padding: 10px 15px; background-color: #2a4058; color: #ffc107; border: 1px solid #ffc107; border-radius: 5px; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease, color 0.3s ease; align-self: flex-start; } .page-pk7-slot__blog-card-link:hover { background-color: #ffc107; color: #1a2a3a; } /* Mobile Responsiveness */ @media (max-width: 768px) { .page-pk7-slot__hero-title { font-size: 2.5em; } .page-pk7-slot__hero-description { font-size: 1.1em; } .page-pk7-slot__hero-buttons { flex-direction: column; gap: 15px; } .page-pk7-slot__hero-button { width: 100%; max-width: 300px; } .page-pk7-slot__intro-title, .page-pk7-slot__quick-access-title, .page-pk7-slot__games-title, .page-pk7-slot__promo-title, .page-pk7-slot__security-title, .page-pk7-slot__faq-title, .page-pk7-slot__blog-title { font-size: 2em; } .page-pk7-slot__intro-text, .page-pk7-slot__quick-access-description, .page-pk7-slot__games-description, .page-pk7-slot__promo-description, .page-pk7-slot__security-text, .page-pk7-slot__blog-description { font-size: 1em; } .page-pk7-slot__intro-features, .page-pk7-slot__quick-access-buttons, .page-pk7-slot__game-categories, .page-pk7-slot__promo-cards, .page-pk7-slot__blog-cards { flex-direction: column; gap: 20px; } .page-pk7-slot__intro-feature-item, .page-pk7-slot__quick-access-button, .page-pk7-slot__game-category-item, .page-pk7-slot__promo-card, .page-pk7-slot__blog-card { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; } .page-pk7-slot__intro-feature-icon, .page-pk7-slot__game-category-image, .page-pk7-slot__promo-card-image, .page-pk7-slot__security-image, .page-pk7-slot__blog-card-image { max-width: 100% !important; height: auto !important; box-sizing: border-box !important; } .page-pk7-slot__security-content { flex-direction: column; } .page-pk7-slot__security-image { order: -1; margin-bottom: 20px; } .page-pk7-slot__faq-question { padding: 15px 20px; font-size: 1.1em; } .page-pk7-slot__faq-answer { padding: 15px 20px !important; } .page-pk7-slot__faq-answer p { word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; } }