:root { --primary-color: #e63946; /* A vibrant red for action */ --secondary-color: #1d3557; /* Dark blue for background/text */ --accent-color: #457b9d; /* A lighter blue for highlights */ --text-color: #f1faee; /* Light text for dark backgrounds */ --light-bg: #a8dadc; /* Light background */ --dark-bg: #0d1b2a; /* Very dark background */ --button-hover-color: #c02a36; --border-radius: 8px; --spacing-unit: 16px; --header-offset: 70px; /* Default value, assumed to be set by shared.css */ }body { font-family: 'Arial', sans-serif; margin: 0; padding: 0; background-color: var(--dark-bg); color: var(--text-color); line-height: 1.6; }.page-doey-the-doughman-poppy-playtime-4 { max-width: 1200px; margin: 0 auto; padding: 10px var(--spacing-unit); box-sizing: border-box; }.page-doey-the-doughman-poppy-playtime-4__section { padding: calc(2 * var(--spacing-unit)) 0; margin-bottom: var(--spacing-unit); text-align: center; }.page-doey-the-doughman-poppy-playtime-4__section--dark { background-color: var(--secondary-color); border-radius: var(--border-radius); padding: calc(2 * var(--spacing-unit)); }.page-doey-the-doughman-poppy-playtime-4__section-title { font-size: 2.5em; color: var(--primary-color); margin-bottom: var(--spacing-unit); text-transform: uppercase; letter-spacing: 1px; }.page-doey-the-doughman-poppy-playtime-4__section-subtitle { font-size: 1.5em; color: var(--accent-color); margin-bottom: calc(2 * var(--spacing-unit)); }.page-doey-the-doughman-poppy-playtime-4__button { display: inline-block; background-color: var(--primary-color); color: var(--text-color); padding: var(--spacing-unit) calc(2 * var(--spacing-unit)); border-radius: var(--border-radius); text-decoration: none; font-weight: bold; font-size: 1.1em; transition: background-color 0.3s ease, transform 0.2s ease; border: none; cursor: pointer; }.page-doey-the-doughman-poppy-playtime-4__button:hover { background-color: var(--button-hover-color); transform: translateY(-2px); }/* Hero Section */.page-doey-the-doughman-poppy-playtime-4__hero-section { position: relative; background-color: var(--dark-bg); padding: 10px 0 calc(4 * var(--spacing-unit)); margin-bottom: var(--spacing-unit); overflow: hidden; border-radius: var(--border-radius); text-align: center; }.page-doey-the-doughman-poppy-playtime-4__hero-background { width: 100%; height: 100%; object-fit: cover; position: absolute; top: 0; left: 0; z-index: 0; opacity: 0.3; }.page-doey-the-doughman-poppy-playtime-4__hero-content { position: relative; z-index: 1; max-width: 800px; margin: 0 auto; padding: calc(2 * var(--spacing-unit)); }.page-doey-the-doughman-poppy-playtime-4__hero-title { font-size: 3em; color: var(--text-color); margin-bottom: var(--spacing-unit); line-height: 1.2; }.page-doey-the-doughman-poppy-playtime-4__hero-subtitle { font-size: 1.3em; color: var(--light-bg); margin-bottom: calc(2 * var(--spacing-unit)); }/* Payment Providers */.page-doey-the-doughman-poppy-playtime-4__payment-providers { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 30px; width: 100%; max-width: 100%; box-sizing: border-box; padding: calc(2 * var(--spacing-unit)) 0; background-color: var(--secondary-color); border-radius: var(--border-radius); margin-bottom: var(--spacing-unit); }.page-doey-the-doughman-poppy-playtime-4__payment-logo { flex: 0 0 auto; width: 80px; height: 80px; max-width: 80px; max-height: 80px; box-sizing: border-box; display: flex; justify-content: center; align-items: center; }.page-doey-the-doughman-poppy-playtime-4__payment-logo img { display: block; width: 80px !important; height: 80px !important; max-width: 80px !important; max-height: 80px !important; object-fit: contain; }/* Introduction Section */.page-doey-the-doughman-poppy-playtime-4__intro-content { display: flex; flex-direction: column; gap: var(--spacing-unit); text-align: left; }/* Quick Access */.page-doey-the-doughman-poppy-playtime-4__quick-access-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: var(--spacing-unit); margin-top: calc(2 * var(--spacing-unit)); }.page-doey-the-doughman-poppy-playtime-4__quick-access-item { background-color: var(--accent-color); padding: var(--spacing-unit); border-radius: var(--border-radius); display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; min-height: 120px; }.page-doey-the-doughman-poppy-playtime-4__quick-access-item .page-doey-the-doughman-poppy-playtime-4__button { width: 100%; box-sizing: border-box; margin-top: var(--spacing-unit); }/* Games Section */.page-doey-the-doughman-poppy-playtime-4__game-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: calc(1.5 * var(--spacing-unit)); margin-top: calc(2 * var(--spacing-unit)); }.page-doey-the-doughman-poppy-playtime-4__game-card { background-color: var(--accent-color); border-radius: var(--border-radius); overflow: hidden; text-align: center; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); transition: transform 0.3s ease; display: flex; flex-direction: column; }.page-doey-the-doughman-poppy-playtime-4__game-card:hover { transform: translateY(-5px); }.page-doey-the-doughman-poppy-playtime-4__game-image { width: 100%; height: 200px; object-fit: cover; display: block; }.page-doey-the-doughman-poppy-playtime-4__game-content { padding: var(--spacing-unit); flex-grow: 1; display: flex; flex-direction: column; justify-content: space-between; }.page-doey-the-doughman-poppy-playtime-4__game-title { font-size: 1.4em; color: var(--secondary-color); margin-bottom: var(--spacing-unit); }.page-doey-the-doughman-poppy-playtime-4__game-description { font-size: 0.9em; color: var(--dark-bg); margin-bottom: var(--spacing-unit); }/* Promotions Section */.page-doey-the-doughman-poppy-playtime-4__promo-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: calc(1.5 * var(--spacing-unit)); margin-top: calc(2 * var(--spacing-unit)); }.page-doey-the-doughman-poppy-playtime-4__promo-card { background-color: var(--light-bg); border-radius: var(--border-radius); padding: calc(1.5 * var(--spacing-unit)); box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); text-align: left; color: var(--dark-bg); display: flex; flex-direction: column; justify-content: space-between; }.page-doey-the-doughman-poppy-playtime-4__promo-title { font-size: 1.5em; color: var(--primary-color); margin-bottom: var(--spacing-unit); }.page-doey-the-doughman-poppy-playtime-4__promo-description { font-size: 0.95em; margin-bottom: var(--spacing-unit); flex-grow: 1; }.page-doey-the-doughman-poppy-playtime-4__promo-card .page-doey-the-doughman-poppy-playtime-4__button { background-color: var(--secondary-color); color: var(--text-color); margin-top: var(--spacing-unit); }.page-doey-the-doughman-poppy-playtime-4__promo-card .page-doey-the-doughman-poppy-playtime-4__button:hover { background-color: var(--accent-color); }/* Security & Support */.page-doey-the-doughman-poppy-playtime-4__security-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: var(--spacing-unit); margin-top: calc(2 * var(--spacing-unit)); }.page-doey-the-doughman-poppy-playtime-4__security-item { background-color: var(--accent-color); padding: calc(1.5 * var(--spacing-unit)); border-radius: var(--border-radius); box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); color: var(--dark-bg); text-align: left; }.page-doey-the-doughman-poppy-playtime-4__security-item-title { font-size: 1.2em; color: var(--secondary-color); margin-bottom: var(--spacing-unit); }/* FAQ Section */.page-doey-the-doughman-poppy-playtime-4__faq-container { margin-top: calc(2 * var(--spacing-unit)); text-align: left; }.page-doey-the-doughman-poppy-playtime-4__faq-item { background-color: var(--secondary-color); border-radius: var(--border-radius); margin-bottom: var(--spacing-unit); overflow: hidden; box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); }.page-doey-the-doughman-poppy-playtime-4__faq-question { display: flex; justify-content: space-between; align-items: center; padding: var(--spacing-unit) calc(1.5 * var(--spacing-unit)); cursor: pointer; user-select: none; background-color: var(--accent-color); color: var(--dark-bg); font-weight: bold; transition: background-color 0.3s ease; }.page-doey-the-doughman-poppy-playtime-4__faq-question:hover { background-color: #5aa4cc; /* Slightly darker accent */ }.page-doey-the-doughman-poppy-playtime-4__faq-question h3 { margin: 0; font-size: 1.1em; color: var(--dark-bg); pointer-events: none; /* Prevent h3 from blocking click */ }.page-doey-the-doughman-poppy-playtime-4__faq-toggle { font-size: 1.5em; line-height: 1; transition: transform 0.3s ease; pointer-events: none; /* Prevent toggle from blocking click */ }.page-doey-the-doughman-poppy-playtime-4__faq-item.active .page-doey-the-doughman-poppy-playtime-4__faq-toggle { transform: rotate(45deg); }.page-doey-the-doughman-poppy-playtime-4__faq-answer { max-height: 0; overflow: hidden; padding: 0 var(--spacing-unit); 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: var(--secondary-color); color: var(--text-color); }.page-doey-the-doughman-poppy-playtime-4__faq-item.active .page-doey-the-doughman-poppy-playtime-4__faq-answer { max-height: 2000px !important; /* Large enough to show all content */ padding: var(--spacing-unit) calc(1.5 * var(--spacing-unit)) !important; opacity: 1; }/* Blog Section */.page-doey-the-doughman-poppy-playtime-4__blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: calc(1.5 * var(--spacing-unit)); margin-top: calc(2 * var(--spacing-unit)); }.page-doey-the-doughman-poppy-playtime-4__blog-card { background-color: var(--secondary-color); border-radius: var(--border-radius); overflow: hidden; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); transition: transform 0.3s ease; display: flex; flex-direction: column; }.page-doey-the-doughman-poppy-playtime-4__blog-card:hover { transform: translateY(-5px); }.page-doey-the-doughman-poppy-playtime-4__blog-image { width: 100%; height: 180px; object-fit: cover; display: block; }.page-doey-the-doughman-poppy-playtime-4__blog-content { padding: var(--spacing-unit); flex-grow: 1; display: flex; flex-direction: column; justify-content: space-between; text-align: left; }.page-doey-the-doughman-poppy-playtime-4__blog-title { font-size: 1.3em; color: var(--primary-color); margin-bottom: var(--spacing-unit); }.page-doey-the-doughman-poppy-playtime-4__blog-summary { font-size: 0.9em; color: var(--light-bg); margin-bottom: var(--spacing-unit); flex-grow: 1; }.page-doey-the-doughman-poppy-playtime-4__blog-date { font-size: 0.8em; color: var(--accent-color); margin-top: var(--spacing-unit); }/* General Image Responsiveness */.page-doey-the-doughman-poppy-playtime-4 img:not(.page-doey-the-doughman-poppy-playtime-4__payment-logo img) { max-width: 100%; height: auto; display: block; }/* Responsive Adjustments */@media (max-width: 768px) { .page-doey-the-doughman-poppy-playtime-4 { padding: 10px calc(var(--spacing-unit) / 2); }.page-doey-the-doughman-poppy-playtime-4__section-title { font-size: 2em; }.page-doey-the-doughman-poppy-playtime-4__hero-title { font-size: 2.2em; }.page-doey-the-doughman-poppy-playtime-4__hero-subtitle { font-size: 1.1em; }.page-doey-the-doughman-poppy-playtime-4__button { padding: calc(var(--spacing-unit) * 0.8) calc(var(--spacing-unit) * 1.5); font-size: 1em; }/* Payment Providers Mobile */.page-doey-the-doughman-poppy-playtime-4__payment-providers { flex-direction: row; flex-wrap: wrap; justify-content: center; gap: 16px; }.page-doey-the-doughman-poppy-playtime-4__payment-logo, .page-doey-the-doughman-poppy-playtime-4__payment-logo img { width: 80px !important; height: 80px !important; max-width: 80px !important; max-height: 80px !important; }/* List Item Responsiveness for game grid, promo grid, security grid */.page-doey-the-doughman-poppy-playtime-4__game-grid, .page-doey-the-doughman-poppy-playtime-4__promo-grid, .page-doey-the-doughman-poppy-playtime-4__security-grid, .page-doey-the-doughman-poppy-playtime-4__blog-grid, .page-doey-the-doughman-poppy-playtime-4__quick-access-grid { grid-template-columns: 1fr; /* Stack columns on mobile */ }.page-doey-the-doughman-poppy-playtime-4__game-card, .page-doey-the-doughman-poppy-playtime-4__promo-card, .page-doey-the-doughman-poppy-playtime-4__security-item, .page-doey-the-doughman-poppy-playtime-4__blog-card, .page-doey-the-doughman-poppy-playtime-4__quick-access-item { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; padding: var(--spacing-unit) !important; }.page-doey-the-doughman-poppy-playtime-4__faq-question h3 { font-size: 1em; }.page-doey-the-doughman-poppy-playtime-4__faq-answer { padding: 0 calc(var(--spacing-unit) / 2); }.page-doey-the-doughman-poppy-playtime-4__faq-item.active .page-doey-the-doughman-poppy-playtime-4__faq-answer { padding: var(--spacing-unit) calc(var(--spacing-unit) / 2) !important; }/* Ensure all images are responsive on mobile */.page-doey-the-doughman-poppy-playtime-4 img { max-width: 100% !important; height: auto !important; box-sizing: border-box !important; }.page-doey-the-doughman-poppy-playtime-4__game-image, .page-doey-the-doughman-poppy-playtime-4__blog-image { height: 150px !important; /* Adjust image height for mobile */ }}@media (max-width: 480px) { .page-doey-the-doughman-poppy-playtime-4__hero-title { font-size: 1.8em; }.page-doey-the-doughman-poppy-playtime-4__hero-subtitle { font-size: 1em; }.page-doey-the-doughman-poppy-playtime-4__section-title { font-size: 1.8em; }}