.page-phpark-29 { font-family: 'Arial', sans-serif; color: #333; line-height: 1.6; background-color: #f8f8f8; } .page-phpark-29 a { text-decoration: none; color: #007bff; } .page-phpark-29 a:hover { text-decoration: underline; } .page-phpark-29__container { max-width: 1200px; margin: 0 auto; padding: 20px; } @media (max-width: 768px) { .page-phpark-29__container { padding: 10px; } } .page-phpark-29__hero-section { background-color: #0056b3; color: #fff; text-align: center; padding: 100px 20px 80px; position: relative; overflow: hidden; padding-top: 10px; } @media (max-width: 768px) { .page-phpark-29__hero-section { padding: 80px 10px 60px; padding-top: 10px; } } .page-phpark-29__hero-background { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0.3; z-index: 0; } .page-phpark-29__hero-content { position: relative; z-index: 1; } .page-phpark-29__hero-title { font-size: 3.5em; margin-bottom: 20px; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); } @media (max-width: 768px) { .page-phpark-29__hero-title { font-size: 2.2em; } } .page-phpark-29__hero-subtitle { font-size: 1.5em; margin-bottom: 40px; } @media (max-width: 768px) { .page-phpark-29__hero-subtitle { font-size: 1.1em; margin-bottom: 30px; } } .page-phpark-29__cta-button { display: inline-block; background-color: #ffc107; color: #333; padding: 15px 30px; border-radius: 5px; font-size: 1.2em; font-weight: bold; transition: background-color 0.3s ease; } .page-phpark-29__cta-button:hover { background-color: #e0a800; text-decoration: none; } .page-phpark-29__section { background-color: #fff; padding: 40px 20px; margin-bottom: 20px; border-radius: 8px; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); } @media (max-width: 768px) { .page-phpark-29__section { padding: 30px 15px; } } .page-phpark-29__section-title { text-align: center; font-size: 2.5em; color: #0056b3; margin-bottom: 30px; } @media (max-width: 768px) { .page-phpark-29__section-title { font-size: 1.8em; margin-bottom: 20px; } } .page-phpark-29__intro-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 20px; margin-top: 30px; } @media (max-width: 768px) { .page-phpark-29__intro-grid { grid-template-columns: 1fr; } } .page-phpark-29__intro-item { text-align: center; padding: 20px; background-color: #e9f5ff; border-radius: 8px; } .page-phpark-29__intro-item h3 { color: #007bff; margin-bottom: 10px; } .page-phpark-29__quick-links-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 20px; } @media (max-width: 768px) { .page-phpark-29__quick-links-grid { grid-template-columns: 1fr; } } .page-phpark-29__quick-link-item { text-align: center; background-color: #f0f8ff; padding: 20px; border-radius: 8px; transition: transform 0.3s ease; } .page-phpark-29__quick-link-item:hover { transform: translateY(-5px); } .page-phpark-29__game-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 20px; } @media (max-width: 768px) { .page-phpark-29__game-grid { grid-template-columns: 1fr; } } .page-phpark-29__game-card { background-color: #f4f4f4; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); text-align: center; } .page-phpark-29__game-card-image { width: 100%; height: 250px; object-fit: cover; } @media (max-width: 768px) { .page-phpark-29__game-card-image { height: 200px; } } .page-phpark-29__game-card-content { padding: 20px; } .page-phpark-29__game-card-content h3 { margin-top: 0; color: #0056b3; } .page-phpark-29__provider-logos { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 20px; margin-top: 30px; } .page-phpark-29__provider-logo { width: 120px; height: 60px; object-fit: contain; } .page-phpark-29__promotions-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 20px; } @media (max-width: 768px) { .page-phpark-29__promotions-grid { grid-template-columns: 1fr; } } .page-phpark-29__promo-card { background-color: #ffe0b2; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); text-align: center; padding-bottom: 20px; } .page-phpark-29__promo-card-image { width: 100%; height: 220px; object-fit: cover; } @media (max-width: 768px) { .page-phpark-29__promo-card-image { height: 180px; } } .page-phpark-29__promo-card-content { padding: 20px; } .page-phpark-29__promo-card-content h3 { margin-top: 0; color: #e65100; } .page-phpark-29__security-features { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 20px; } @media (max-width: 768px) { .page-phpark-29__security-features { grid-template-columns: 1fr; } } .page-phpark-29__feature-item { text-align: center; padding: 20px; background-color: #f0fdf4; border-radius: 8px; } .page-phpark-29__feature-item h3 { color: #28a745; margin-bottom: 10px; } .page-phpark-29__payment-logos { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 15px; margin-top: 20px; } .page-phpark-29__payment-logo { width: 80px; height: 40px; object-fit: contain; } .page-phpark-29__faq-list { margin-top: 30px; } .page-phpark-29__faq-item { background-color: #f9f9f9; border: 1px solid #eee; margin-bottom: 10px; border-radius: 8px; overflow: hidden; } .page-phpark-29__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 15px 20px; background-color: #f0f0f0; cursor: pointer; user-select: none; transition: background-color 0.3s ease; } .page-phpark-29__faq-question:hover { background-color: #e0e0e0; } .page-phpark-29__faq-question h3 { margin: 0; font-size: 1.2em; color: #333; pointer-events: none; } @media (max-width: 768px) { .page-phpark-29__faq-question h3 { font-size: 1em; word-wrap: break-word; overflow-wrap: break-word; word-break: break-word; } } .page-phpark-29__faq-toggle { font-size: 1.5em; font-weight: bold; pointer-events: none; transition: transform 0.3s ease; } .page-phpark-29__faq-item.active .page-phpark-29__faq-toggle { transform: rotate(45deg); } .page-phpark-29__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-phpark-29__faq-item.active .page-phpark-29__faq-answer { max-height: 2000px !important; padding: 20px !important; opacity: 1; } @media (max-width: 768px) { .page-phpark-29__faq-answer { padding: 0 15px; } .page-phpark-29__faq-item.active .page-phpark-29__faq-answer { padding: 15px !important; } } .page-phpark-29__blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 20px; } @media (max-width: 768px) { .page-phpark-29__blog-grid { grid-template-columns: 1fr; } } .page-phpark-29__blog-card { background-color: #fcfcfc; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); } .page-phpark-29__blog-card-image { width: 100%; height: 200px; object-fit: cover; } @media (max-width: 768px) { .page-phpark-29__blog-card-image { height: 160px; } } .page-phpark-29__blog-card-content { padding: 20px; } .page-phpark-29__blog-card-content h3 { margin-top: 0; margin-bottom: 10px; font-size: 1.3em; } .page-phpark-29__blog-card-content p { font-size: 0.9em; color: #666; } .page-phpark-29__blog-card-link { display: inline-block; margin-top: 15px; color: #007bff; font-weight: bold; } .page-phpark-29__blog-card-link:hover { text-decoration: underline; } .page-phpark-29__floating-buttons { position: fixed; bottom: 20px; right: 20px; z-index: 1000; display: flex; flex-direction: column; gap: 10px; } .page-phpark-29__floating-button { background-color: #007bff; color: #fff; padding: 12px 20px; border-radius: 50px; text-align: center; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); font-weight: bold; transition: background-color 0.3s ease; } .page-phpark-29__floating-button:hover { background-color: #0056b3; text-decoration: none; } @media (max-width: 768px) { .page-phpark-29__floating-buttons { bottom: 10px; right: 10px; } .page-phpark-29__floating-button { padding: 10px 15px; font-size: 0.9em; } } /* Mobile responsive list items */ .page-phpark-29__intro-grid > *, .page-phpark-29__quick-links-grid > *, .page-phpark-29__game-grid > *, .page-phpark-29__promotions-grid > *, .page-phpark-29__security-features > *, .page-phpark-29__blog-grid > * { box-sizing: border-box; } @media (max-width: 768px) { .page-phpark-29__intro-grid > *, .page-phpark-29__quick-links-grid > *, .page-phpark-29__game-grid > *, .page-phpark-29__promotions-grid > *, .page-phpark-29__security-features > *, .page-phpark-29__blog-grid > * { width: 100% !important; max-width: 100% !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-phpark-29__intro-grid, .page-phpark-29__quick-links-grid, .page-phpark-29__game-grid, .page-phpark-29__promotions-grid, .page-phpark-29__security-features, .page-phpark-29__blog-grid { width: 100% !important; max-width: 100% !important; padding: 0 !important; margin-left: 0 !important; margin-right: 0 !important; } } /* Image responsive */ .page-phpark-29 img { max-width: 100%; height: auto; display: block; } @media (max-width: 768px) { .page-phpark-29 img { max-width: 100% !important; height: auto !important; } .page-phpark-29 .page-phpark-29__game-card-image, .page-phpark-29 .page-phpark-29__promo-card-image, .page-phpark-29 .page-phpark-29__blog-card-image { width: 100% !important; object-fit: cover; } }