.page-playtime-with-hakdo { font-family: 'Arial', sans-serif; color: #f0f0f0; background-color: #1a1a2e; line-height: 1.6; }.page-playtime-with-hakdo__section { padding: 40px 20px; text-align: center; max-width: 1200px; margin: 0 auto; }.page-playtime-with-hakdo__section--dark { background-color: #16213e; }.page-playtime-with-hakdo__section--light { background-color: #0f3460; }.page-playtime-with-hakdo__h1 { font-size: 2.8em; color: #e94560; margin-bottom: 20px; text-transform: uppercase; }.page-playtime-with-hakdo__h2 { font-size: 2.2em; color: #e94560; margin-bottom: 30px; text-transform: uppercase; }.page-playtime-with-hakdo__h3 { font-size: 1.6em; color: #f0f0f0; margin-bottom: 15px; }.page-playtime-with-hakdo__p { font-size: 1.1em; margin-bottom: 20px; }.page-playtime-with-hakdo__button { display: inline-block; background-color: #e94560; color: #fff; padding: 12px 25px; border-radius: 5px; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease; margin: 10px; }.page-playtime-with-hakdo__button:hover { background-color: #ff6a81; }.page-playtime-with-hakdo__hero-section { background-image: url('[GALLERY:hero:1920x1080:gaming,casino,hakdo,jilipark]'); background-size: cover; background-position: center; padding: 150px 20px 100px; color: #fff; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7); display: flex; flex-direction: column; justify-content: center; align-items: center; min-height: 70vh; padding-top: calc(10px + var(--header-offset, 122px)); }.page-playtime-with-hakdo__hero-content { max-width: 900px; }.page-playtime-with-hakdo__hero-slogan { font-size: 1.5em; margin-bottom: 30px; }.page-playtime-with-hakdo__intro-section { text-align: left; }.page-playtime-with-hakdo__intro-text { display: flex; flex-wrap: wrap; justify-content: space-around; gap: 20px; margin-top: 30px; }.page-playtime-with-hakdo__intro-card { background-color: #0f3460; padding: 25px; border-radius: 8px; flex: 1; min-width: 280px; text-align: left; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); }.page-playtime-with-hakdo__intro-card-title { color: #e94560; font-size: 1.3em; margin-bottom: 10px; }.page-playtime-with-hakdo__quick-access-links { display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; margin-top: 30px; }.page-playtime-with-hakdo__game-categories { display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; margin-top: 30px; }.page-playtime-with-hakdo__game-card { background-color: #1a1a2e; border: 1px solid #0f3460; border-radius: 8px; overflow: hidden; width: 300px; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); transition: transform 0.3s ease; }.page-playtime-with-hakdo__game-card:hover { transform: translateY(-5px); }.page-playtime-with-hakdo__game-card-image { width: 100%; height: 200px; object-fit: cover; }.page-playtime-with-hakdo__game-card-content { padding: 15px; }.page-playtime-with-hakdo__game-card-title { font-size: 1.4em; color: #e94560; margin-bottom: 10px; }.page-playtime-with-hakdo__game-card-description { font-size: 0.95em; color: #ccc; margin-bottom: 15px; }.page-playtime-with-hakdo__promo-list { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 25px; margin-top: 30px; }.page-playtime-with-hakdo__promo-item { background-color: #0f3460; padding: 25px; border-radius: 8px; text-align: left; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); display: flex; flex-direction: column; justify-content: space-between; }.page-playtime-with-hakdo__promo-item-image { width: 100%; height: 180px; object-fit: cover; border-radius: 5px; margin-bottom: 15px; }.page-playtime-with-hakdo__promo-item-title { font-size: 1.5em; color: #e94560; margin-bottom: 10px; }.page-playtime-with-hakdo__promo-item-description { font-size: 1em; color: #ccc; margin-bottom: 15px; }.page-playtime-with-hakdo__security-features { display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; margin-top: 30px; }.page-playtime-with-hakdo__feature-card { background-color: #0f3460; padding: 25px; border-radius: 8px; flex: 1; min-width: 280px; text-align: center; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); }.page-playtime-with-hakdo__feature-card-title { color: #e94560; font-size: 1.3em; margin-bottom: 10px; }.page-playtime-with-hakdo__feature-card-icon { width: 80px; height: 80px; margin-bottom: 15px; }.page-playtime-with-hakdo__faq-list { margin-top: 30px; text-align: left; }.page-playtime-with-hakdo__faq-item { background-color: #0f3460; margin-bottom: 15px; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2); }.page-playtime-with-hakdo__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 15px 20px; cursor: pointer; background-color: #16213e; border-bottom: 1px solid #1a1a2e; }.page-playtime-with-hakdo__faq-question:hover { background-color: #263859; }.page-playtime-with-hakdo__faq-question h3 { margin: 0; font-size: 1.2em; color: #e94560; pointer-events: none; }.page-playtime-with-hakdo__faq-toggle { font-size: 1.5em; font-weight: bold; color: #e94560; transition: transform 0.3s ease; pointer-events: none; }.page-playtime-with-hakdo__faq-item.active .page-playtime-with-hakdo__faq-toggle { transform: rotate(45deg); }.page-playtime-with-hakdo__faq-answer { max-height: 0; overflow: hidden; padding: 0 20px; transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease; opacity: 0; }.page-playtime-with-hakdo__faq-item.active .page-playtime-with-hakdo__faq-answer { max-height: 2000px !important; padding: 20px !important; opacity: 1; }.page-playtime-with-hakdo__faq-answer p { margin: 0; color: #ccc; }.page-playtime-with-hakdo__blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 25px; margin-top: 30px; }.page-playtime-with-hakdo__blog-card { background-color: #0f3460; border-radius: 8px; overflow: hidden; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); transition: transform 0.3s ease; }.page-playtime-with-hakdo__blog-card:hover { transform: translateY(-5px); }.page-playtime-with-hakdo__blog-card-image { width: 100%; height: 200px; object-fit: cover; }.page-playtime-with-hakdo__blog-card-content { padding: 15px; }.page-playtime-with-hakdo__blog-card-title { font-size: 1.4em; color: #e94560; margin-bottom: 10px; }.page-playtime-with-hakdo__blog-card-excerpt { font-size: 0.95em; color: #ccc; margin-bottom: 15px; }.page-playtime-with-hakdo__logo-carousel { display: flex; overflow-x: auto; scrollbar-width: none; -ms-overflow-style: none; gap: 20px; padding: 20px 0; justify-content: center; }.page-playtime-with-hakdo__logo-carousel::-webkit-scrollbar { display: none; }.page-playtime-with-hakdo__logo-item { flex-shrink: 0; width: 120px; height: 80px; display: flex; align-items: center; justify-content: center; background-color: #0f3460; border-radius: 8px; box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2); }.page-playtime-with-hakdo__logo-item img { max-width: 80%; max-height: 80%; object-fit: contain; }.page-playtime-with-hakdo__floating-buttons { position: fixed; right: 20px; bottom: 100px; z-index: 1000; display: flex; flex-direction: column; gap: 15px; }.page-playtime-with-hakdo__floating-button { background-color: #e94560; color: #fff; border: none; border-radius: 50%; width: 55px; height: 55px; display: flex; align-items: center; justify-content: center; font-size: 0.9em; text-align: center; text-decoration: none; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.4); transition: background-color 0.3s ease, transform 0.3s ease; }.page-playtime-with-hakdo__floating-button:hover { background-color: #ff6a81; transform: scale(1.05); }@media (max-width: 768px) { .page-playtime-with-hakdo__h1 { font-size: 2em; }.page-playtime-with-hakdo__h2 { font-size: 1.8em; }.page-playtime-with-hakdo__hero-section { padding: 120px 15px 80px; min-height: 60vh; }.page-playtime-with-hakdo__hero-slogan { font-size: 1.2em; }.page-playtime-with-hakdo__button { padding: 10px 20px; font-size: 0.9em; margin: 8px; }.page-playtime-with-hakdo__section { padding: 30px 15px; }.page-playtime-with-hakdo__intro-card, .page-playtime-with-hakdo__feature-card, .page-playtime-with-hakdo__game-card, .page-playtime-with-hakdo__promo-item, .page-playtime-with-hakdo__blog-card { width: 100%; min-width: unset; box-sizing: border-box !important; }.page-playtime-with-hakdo__intro-text, .page-playtime-with-hakdo__quick-access-links, .page-playtime-with-hakdo__game-categories, .page-playtime-with-hakdo__security-features, .page-playtime-with-hakdo__promo-list, .page-playtime-with-hakdo__blog-grid { flex-direction: column; gap: 15px; }.page-playtime-with-hakdo__intro-card, .page-playtime-with-hakdo__feature-card { margin-left: 0 !important; margin-right: 0 !important; }.page-playtime-with-hakdo__faq-question { padding: 12px 15px; }.page-playtime-with-hakdo__faq-question h3 { font-size: 1.1em; }.page-playtime-with-hakdo__faq-answer { padding: 15px !important; }.page-playtime-with-hakdo__floating-buttons { right: 15px; bottom: 80px; }.page-playtime-with-hakdo__floating-button { width: 50px; height: 50px; font-size: 0.8em; }}.page-playtime-with-hakdo__hero-section { padding-top: calc(var(--header-offset, 122px) + 10px); }