.page-hazbin-hotel-poppy-playtime { font-family: 'Arial', sans-serif; color: #f0f0f0; background-color: #1a1a2e; line-height: 1.6; } .page-hazbin-hotel-poppy-playtime__section-title { font-size: 2.5em; color: #e94560; text-align: center; margin-bottom: 20px; padding-top: 40px; } .page-hazbin-hotel-poppy-playtime__section-description { text-align: center; max-width: 800px; margin: 0 auto 40px; font-size: 1.1em; color: #c0c0c0; } .page-hazbin-hotel-poppy-playtime__hero-section { position: relative; width: 100%; min-height: 600px; display: flex; align-items: center; justify-content: center; text-align: center; overflow: hidden; padding-top: 10px; box-sizing: border-box; } .page-hazbin-hotel-poppy-playtime__hero-image { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; z-index: 1; filter: brightness(0.5); max-width: 100%; } .page-hazbin-hotel-poppy-playtime__hero-content { position: relative; z-index: 2; color: #ffffff; max-width: 900px; padding: 20px; } .page-hazbin-hotel-poppy-playtime__hero-title { font-size: 3.5em; margin-bottom: 20px; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7); } .page-hazbin-hotel-poppy-playtime__hero-subtitle { font-size: 1.4em; margin-bottom: 30px; text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6); } .page-hazbin-hotel-poppy-playtime__cta-button { display: inline-block; background-color: #e94560; color: #ffffff; padding: 15px 30px; border-radius: 8px; text-decoration: none; font-size: 1.2em; font-weight: bold; transition: background-color 0.3s ease, transform 0.3s ease; min-width: 200px; text-align: center; } .page-hazbin-hotel-poppy-playtime__cta-button:hover { background-color: #ff6a80; transform: translateY(-3px); } .page-hazbin-hotel-poppy-playtime__introduction-section, .page-hazbin-hotel-poppy-playtime__quick-access-section, .page-hazbin-hotel-poppy-playtime__games-section, .page-hazbin-hotel-poppy-playtime__promotions-section, .page-hazbin-hotel-poppy-playtime__security-section, .page-hazbin-hotel-poppy-playtime__faq-section, .page-hazbin-hotel-poppy-playtime__blog-section { padding: 60px 20px; max-width: 1200px; margin: 0 auto; } .page-hazbin-hotel-poppy-playtime__features-grid, .page-hazbin-hotel-poppy-playtime__game-categories, .page-hazbin-hotel-poppy-playtime__promo-grid, .page-hazbin-hotel-poppy-playtime__security-grid, .page-hazbin-hotel-poppy-playtime__blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; margin-top: 40px; } .page-hazbin-hotel-poppy-playtime__feature-item, .page-hazbin-hotel-poppy-playtime__game-card, .page-hazbin-hotel-poppy-playtime__promo-card, .page-hazbin-hotel-poppy-playtime__security-item, .page-hazbin-hotel-poppy-playtime__blog-card { background-color: #2e0c1a; padding: 30px; border-radius: 12px; text-align: center; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3); transition: transform 0.3s ease, box-shadow 0.3s ease; box-sizing: border-box; } .page-hazbin-hotel-poppy-playtime__feature-item:hover, .page-hazbin-hotel-poppy-playtime__game-card:hover, .page-hazbin-hotel-poppy-playtime__promo-card:hover, .page-hazbin-hotel-poppy-playtime__security-item:hover, .page-hazbin-hotel-poppy-playtime__blog-card:hover { transform: translateY(-5px); box-shadow: 0 8px 25px rgba(0, 0, 0, 0.5); } .page-hazbin-hotel-poppy-playtime__feature-title, .page-hazbin-hotel-poppy-playtime__game-title, .page-hazbin-hotel-poppy-playtime__promo-title, .page-hazbin-hotel-poppy-playtime__security-title { font-size: 1.5em; color: #ff6a80; margin-bottom: 15px; } .page-hazbin-hotel-poppy-playtime__access-buttons { display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; margin-top: 40px; } .page-hazbin-hotel-poppy-playtime__access-button { background-color: #e94560; color: #ffffff; padding: 12px 25px; border-radius: 6px; text-decoration: none; font-size: 1em; font-weight: bold; transition: background-color 0.3s ease, transform 0.3s ease; min-width: 180px; text-align: center; box-sizing: border-box; } .page-hazbin-hotel-poppy-playtime__access-button:hover { background-color: #ff6a80; transform: translateY(-2px); } .page-hazbin-hotel-poppy-playtime__game-image, .page-hazbin-hotel-poppy-playtime__promo-image, .page-hazbin-hotel-poppy-playtime__blog-image { width: 100%; height: 200px; object-fit: cover; border-radius: 8px; margin-bottom: 20px; max-width: 100%; } .page-hazbin-hotel-poppy-playtime__game-button, .page-hazbin-hotel-poppy-playtime__promo-button, .page-hazbin-hotel-poppy-playtime__blog-read-more { display: inline-block; background-color: #e94560; color: #ffffff; padding: 10px 20px; border-radius: 5px; text-decoration: none; font-size: 0.95em; font-weight: bold; margin-top: 15px; transition: background-color 0.3s ease, transform 0.3s ease; } .page-hazbin-hotel-poppy-playtime__game-button:hover, .page-hazbin-hotel-poppy-playtime__promo-button:hover, .page-hazbin-hotel-poppy-playtime__blog-read-more:hover { background-color: #ff6a80; transform: translateY(-2px); } .page-hazbin-hotel-poppy-playtime__payment-logos { display: flex; flex-wrap: wrap; justify-content: center; gap: 15px; margin-top: 20px; } .page-hazbin-hotel-poppy-playtime__payment-logo { height: 40px; object-fit: contain; max-width: 100%; } .page-hazbin-hotel-poppy-playtime__faq-container { margin-top: 40px; } .page-hazbin-hotel-poppy-playtime__faq-item { background-color: #2e0c1a; margin-bottom: 15px; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2); } .page-hazbin-hotel-poppy-playtime__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 20px; cursor: pointer; user-select: none; background-color: #3f0f2a; border-bottom: 1px solid #4a1334; } .page-hazbin-hotel-poppy-playtime__faq-question:hover { background-color: #4a1334; } .page-hazbin-hotel-poppy-playtime__faq-title { font-size: 1.2em; color: #ffffff; margin: 0; flex-grow: 1; text-align: left; pointer-events: none; } .page-hazbin-hotel-poppy-playtime__faq-toggle { font-size: 1.8em; color: #e94560; font-weight: bold; transition: transform 0.3s ease; pointer-events: none; } .page-hazbin-hotel-poppy-playtime__faq-item.active .page-hazbin-hotel-poppy-playtime__faq-toggle { transform: rotate(45deg); } .page-hazbin-hotel-poppy-playtime__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-hazbin-hotel-poppy-playtime__faq-item.active .page-hazbin-hotel-poppy-playtime__faq-answer { max-height: 2000px !important; padding: 20px !important; opacity: 1; } .page-hazbin-hotel-poppy-playtime__faq-answer p { margin: 0; color: #c0c0c0; } .page-hazbin-hotel-poppy-playtime__blog-title a { color: #ffffff; text-decoration: none; transition: color 0.3s ease; } .page-hazbin-hotel-poppy-playtime__blog-title a:hover { color: #e94560; } .page-hazbin-hotel-poppy-playtime__blog-excerpt { font-size: 0.95em; color: #c0c0c0; margin-bottom: 15px; } @media (max-width: 1024px) { .page-hazbin-hotel-poppy-playtime__hero-title { font-size: 2.8em; } .page-hazbin-hotel-poppy-playtime__hero-subtitle { font-size: 1.2em; } .page-hazbin-hotel-poppy-playtime__section-title { font-size: 2em; } } @media (max-width: 768px) { .page-hazbin-hotel-poppy-playtime__hero-section { min-height: 450px; } .page-hazbin-hotel-poppy-playtime__hero-title { font-size: 2.2em; } .page-hazbin-hotel-poppy-playtime__hero-subtitle { font-size: 1em; } .page-hazbin-hotel-poppy-playtime__cta-button { padding: 12px 25px; font-size: 1em; } .page-hazbin-hotel-poppy-playtime__section-title { font-size: 1.8em; padding-top: 30px; } .page-hazbin-hotel-poppy-playtime__section-description { font-size: 0.95em; margin-bottom: 30px; } .page-hazbin-hotel-poppy-playtime__introduction-section, .page-hazbin-hotel-poppy-playtime__quick-access-section, .page-hazbin-hotel-poppy-playtime__games-section, .page-hazbin-hotel-poppy-playtime__promotions-section, .page-hazbin-hotel-poppy-playtime__security-section, .page-hazbin-hotel-poppy-playtime__faq-section, .page-hazbin-hotel-poppy-playtime__blog-section { padding: 40px 15px; } .page-hazbin-hotel-poppy-playtime__features-grid, .page-hazbin-hotel-poppy-playtime__game-categories, .page-hazbin-hotel-poppy-playtime__promo-grid, .page-hazbin-hotel-poppy-playtime__security-grid, .page-hazbin-hotel-poppy-playtime__blog-grid { grid-template-columns: 1fr; gap: 20px; margin-top: 30px; } .page-hazbin-hotel-poppy-playtime__feature-item, .page-hazbin-hotel-poppy-playtime__game-card, .page-hazbin-hotel-poppy-playtime__promo-card, .page-hazbin-hotel-poppy-playtime__security-item, .page-hazbin-hotel-poppy-playtime__blog-card { padding: 25px; } .page-hazbin-hotel-poppy-playtime__feature-title, .page-hazbin-hotel-poppy-playtime__game-title, .page-hazbin-hotel-poppy-playtime__promo-title, .page-hazbin-hotel-poppy-playtime__security-title { font-size: 1.3em; } .page-hazbin-hotel-poppy-playtime__access-buttons { gap: 10px; } .page-hazbin-hotel-poppy-playtime__access-button { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; padding: 12px 15px; font-size: 0.9em; } .page-hazbin-hotel-poppy-playtime__game-image, .page-hazbin-hotel-poppy-playtime__promo-image, .page-hazbin-hotel-poppy-playtime__blog-image { height: 180px; } .page-hazbin-hotel-poppy-playtime__payment-logos { gap: 10px; } .page-hazbin-hotel-poppy-playtime__payment-logo { height: 35px; } .page-hazbin-hotel-poppy-playtime__faq-question { padding: 15px; } .page-hazbin-hotel-poppy-playtime__faq-title { font-size: 1.1em; } .page-hazbin-hotel-poppy-playtime__faq-toggle { font-size: 1.5em; } .page-hazbin-hotel-poppy-playtime__faq-answer { padding: 0 15px; } .page-hazbin-hotel-poppy-playtime__faq-item.active .page-hazbin-hotel-poppy-playtime__faq-answer { padding: 15px !important; } } @media (max-width: 480px) { .page-hazbin-hotel-poppy-playtime__hero-title { font-size: 1.8em; } .page-hazbin-hotel-poppy-playtime__hero-subtitle { font-size: 0.9em; } .page-hazbin-hotel-poppy-playtime__cta-button { min-width: unset; width: 100%; } .page-hazbin-hotel-poppy-playtime__section-title { font-size: 1.5em; } .page-hazbin-hotel-poppy-playtime__access-button { font-size: 0.85em; } .page-hazbin-hotel-poppy-playtime__game-title, .page-hazbin-hotel-poppy-playtime__promo-title, .page-hazbin-hotel-poppy-playtime__security-title { font-size: 1.2em; } .page-hazbin-hotel-poppy-playtime__faq-title { font-size: 1em; } .page-hazbin-hotel-poppy-playtime__blog-excerpt { font-size: 0.9em; } }