/* General styles for the page wrapper */.page-poppy-playtime-r34-videos { font-family: 'Arial', sans-serif; color: #f8f9fa; background-color: #1a1a1a; line-height: 1.6; overflow-x: hidden; padding-top: 10px; }/* Section base styles */.page-poppy-playtime-r34-videos section { padding: 60px 20px; max-width: 1200px; margin: 0 auto; text-align: center; }/* Headings */.page-poppy-playtime-r34-videos h1, .page-poppy-playtime-r34-videos h2, .page-poppy-playtime-r34-videos h3 { color: #FFD700; margin-bottom: 20px; line-height: 1.2; } .page-poppy-playtime-r34-videos h1 { font-size: 2.8em; } .page-poppy-playtime-r34-videos h2 { font-size: 2.2em; } .page-poppy-playtime-r34-videos h3 { font-size: 1.6em; }/* Paragraphs */.page-poppy-playtime-r34-videos p { font-size: 1.1em; color: #e0e0e0; margin-bottom: 15px; }/* Buttons */.page-poppy-playtime-r34-videos .btn { display: inline-block; padding: 12px 25px; border-radius: 8px; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease, transform 0.2s ease; cursor: pointer; border: none; font-size: 1em; text-align: center; } .page-poppy-playtime-r34-videos .btn--primary { background-color: #FFD700; color: #1a1a1a; } .page-poppy-playtime-r34-videos .btn--primary:hover { background-color: #e6c200; transform: translateY(-2px); } .page-poppy-playtime-r34-videos .btn--secondary { background-color: #007bff; color: #ffffff; } .page-poppy-playtime-r34-videos .btn--secondary:hover { background-color: #0056b3; transform: translateY(-2px); } .page-poppy-playtime-r34-videos .btn--tertiary { background-color: #dc3545; color: #ffffff; } .page-poppy-playtime-r34-videos .btn--tertiary:hover { background-color: #c82333; transform: translateY(-2px); } .page-poppy-playtime-r34-videos .btn--small { padding: 8px 18px; font-size: 0.9em; }/* Hero Section */.page-poppy-playtime-r34-videos__hero { position: relative; min-height: 500px; display: flex; align-items: center; justify-content: center; overflow: hidden; padding: 80px 20px; background-color: #000; } .page-poppy-playtime-r34-videos__hero-image { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; z-index: 1; filter: brightness(0.5); } .page-poppy-playtime-r34-videos__hero-content { position: relative; z-index: 2; color: #ffffff; text-align: center; max-width: 900px; padding: 20px; background: rgba(0, 0, 0, 0.5); border-radius: 10px; } .page-poppy-playtime-r34-videos__hero-title { color: #FFD700; font-size: 3.5em; margin-bottom: 20px; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7); } .page-poppy-playtime-r34-videos__hero-subtitle { font-size: 1.5em; margin-bottom: 30px; color: #f0f0f0; text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.7); } .page-poppy-playtime-r34-videos__hero-cta { font-size: 1.3em; padding: 15px 35px; }/* Introduction Section */.page-poppy-playtime-r34-videos__intro { background-color: #212121; border-bottom: 1px solid #333; } .page-poppy-playtime-r34-videos__intro-title { color: #FFD700; }/* Quick Access Section */.page-poppy-playtime-r34-videos__quick-access { background-color: #1a1a1a; padding-bottom: 80px; } .page-poppy-playtime-r34-videos__access-buttons { display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; margin-top: 30px; } .page-poppy-playtime-r34-videos__access-btn { min-width: 200px; }/* Core Games Section */.page-poppy-playtime-r34-videos__games { background-color: #212121; border-top: 1px solid #333; border-bottom: 1px solid #333; } .page-poppy-playtime-r34-videos__game-categories { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; margin-top: 40px; } .page-poppy-playtime-r34-videos__game-card { background-color: #2c2c2c; border-radius: 10px; overflow: hidden; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3); text-align: left; display: flex; flex-direction: column; height: 100%; } .page-poppy-playtime-r34-videos__game-card-img { width: 100%; height: 200px; object-fit: cover; border-bottom: 3px solid #FFD700; } .page-poppy-playtime-r34-videos__game-card-title { color: #FFD700; padding: 15px 20px 0; margin-bottom: 10px; } .page-poppy-playtime-r34-videos__game-card-text { color: #e0e0e0; padding: 0 20px 15px; font-size: 0.95em; flex-grow: 1; } .page-poppy-playtime-r34-videos__game-card-btn { margin: 0 20px 20px; width: calc(100% - 40px); background-color: #007bff; color: #ffffff; } .page-poppy-playtime-r34-videos__game-card-btn:hover { background-color: #0056b3; } .page-poppy-playtime-r34-videos__providers { margin-top: 60px; padding-top: 40px; border-top: 1px solid #333; } .page-poppy-playtime-r34-videos__providers-title { font-size: 1.8em; margin-bottom: 30px; } .page-poppy-playtime-r34-videos__provider-logos { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 25px; } .page-poppy-playtime-r34-videos__provider-logo { max-height: 60px; width: auto; opacity: 0.7; transition: opacity 0.3s ease; } .page-poppy-playtime-r34-videos__provider-logo:hover { opacity: 1; }/* Promotions Section */.page-poppy-playtime-r34-videos__promotions { background-color: #1a1a1a; border-bottom: 1px solid #333; } .page-poppy-playtime-r34-videos__promo-cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-top: 40px; } .page-poppy-playtime-r34-videos__promo-card { background-color: #2c2c2c; border-radius: 10px; overflow: hidden; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3); text-align: left; display: flex; flex-direction: column; height: 100%; } .page-poppy-playtime-r34-videos__promo-card-img { width: 100%; height: 220px; object-fit: cover; border-bottom: 3px solid #FFD700; } .page-poppy-playtime-r34-videos__promo-card-title { color: #FFD700; padding: 15px 20px 0; margin-bottom: 10px; } .page-poppy-playtime-r34-videos__promo-card-text { color: #e0e0e0; padding: 0 20px 15px; font-size: 0.95em; flex-grow: 1; } .page-poppy-playtime-r34-videos__promo-card-btn { margin: 0 20px 20px; width: calc(100% - 40px); background-color: #FFD700; color: #1a1a1a; } .page-poppy-playtime-r34-videos__promo-card-btn:hover { background-color: #e6c200; }/* Security & Customer Support Section */.page-poppy-playtime-r34-videos__security-support { background-color: #212121; border-top: 1px solid #333; } .page-poppy-playtime-r34-videos__security-features { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; margin-top: 40px; } .page-poppy-playtime-r34-videos__feature-item { background-color: #2c2c2c; border-radius: 10px; padding: 30px; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3); display: flex; flex-direction: column; align-items: center; height: 100%; } .page-poppy-playtime-r34-videos__feature-icon { width: 100px; height: 100px; object-fit: contain; margin-bottom: 20px; filter: brightness(1.2); max-width: 100%; height: auto; } .page-poppy-playtime-r34-videos__feature-title { color: #FFD700; margin-bottom: 15px; } .page-poppy-playtime-r34-videos__feature-text { color: #e0e0e0; font-size: 0.95em; } .page-poppy-playtime-r34-videos__support-cta { margin-top: 50px; font-size: 1.1em; }/* FAQ Section */.page-poppy-playtime-r34-videos__faq { background-color: #1a1a1a; border-top: 1px solid #333; } .page-poppy-playtime-r34-videos__faq-container { max-width: 800px; margin: 40px auto 0; text-align: left; } .page-poppy-playtime-r34-videos__faq-item { background-color: #2c2c2c; border-radius: 8px; margin-bottom: 15px; overflow: hidden; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2); } .page-poppy-playtime-r34-videos__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 20px; background-color: #3a3a3a; cursor: pointer; user-select: none; transition: background-color 0.3s ease; } .page-poppy-playtime-r34-videos__faq-question:hover { background-color: #4a4a4a; } .page-poppy-playtime-r34-videos__faq-question h3 { color: #FFD700; margin: 0; font-size: 1.2em; pointer-events: none; } .page-poppy-playtime-r34-videos__faq-toggle { color: #FFD700; font-size: 1.8em; font-weight: bold; pointer-events: none; transition: transform 0.3s ease; } .page-poppy-playtime-r34-videos__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; color: #e0e0e0; } .page-poppy-playtime-r34-videos__faq-answer p { padding-bottom: 20px; margin: 0; font-size: 1em; } .page-poppy-playtime-r34-videos__faq-item.active .page-poppy-playtime-r34-videos__faq-answer { max-height: 2000px !important; padding: 20px !important; opacity: 1; } .page-poppy-playtime-r34-videos__faq-item.active .page-poppy-playtime-r34-videos__faq-toggle { transform: rotate(45deg); }/* Blog Section */.page-poppy-playtime-r34-videos__blog { background-color: #212121; border-top: 1px solid #333; padding-bottom: 80px; } .page-poppy-playtime-r34-videos__blog-posts { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-top: 40px; } .page-poppy-playtime-r34-videos__blog-card { background-color: #2c2c2c; border-radius: 10px; overflow: hidden; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3); text-align: left; display: flex; flex-direction: column; height: 100%; } .page-poppy-playtime-r34-videos__blog-card-img { width: 100%; height: 200px; object-fit: cover; border-bottom: 3px solid #FFD700; } .page-poppy-playtime-r34-videos__blog-card-content { padding: 20px; flex-grow: 1; display: flex; flex-direction: column; } .page-poppy-playtime-r34-videos__blog-card-title { color: #FFD700; margin-top: 0; margin-bottom: 10px; font-size: 1.4em; } .page-poppy-playtime-r34-videos__blog-card-meta { color: #999; font-size: 0.85em; margin-bottom: 15px; } .page-poppy-playtime-r34-videos__blog-card-excerpt { color: #e0e0e0; font-size: 0.95em; margin-bottom: 20px; flex-grow: 1; } .page-poppy-playtime-r34-videos__blog-card-link { align-self: flex-start; background-color: #007bff; color: #ffffff; } .page-poppy-playtime-r34-videos__blog-card-link:hover { background-color: #0056b3; }/* Responsive adjustments */@media (max-width: 1024px) { .page-poppy-playtime-r34-videos h1 { font-size: 2.5em; } .page-poppy-playtime-r34-videos h2 { font-size: 2em; } .page-poppy-playtime-r34-videos__hero-title { font-size: 3em; } .page-poppy-playtime-r34-videos__hero-subtitle { font-size: 1.3em; } }@media (max-width: 768px) { .page-poppy-playtime-r34-videos section { padding: 40px 15px; } .page-poppy-playtime-r34-videos h1 { font-size: 2em; } .page-poppy-playtime-r34-videos h2 { font-size: 1.8em; } .page-poppy-playtime-r34-videos h3 { font-size: 1.4em; } .page-poppy-playtime-r34-videos p { font-size: 1em; } .page-poppy-playtime-r34-videos__hero-title { font-size: 2.2em; } .page-poppy-playtime-r34-videos__hero-subtitle { font-size: 1.1em; } .page-poppy-playtime-r34-videos__hero-cta { font-size: 1.1em; padding: 12px 25px; } .page-poppy-playtime-r34-videos__access-buttons { flex-direction: column; align-items: center; } .page-poppy-playtime-r34-videos__access-btn { width: 100%; max-width: 300px; } .page-poppy-playtime-r34-videos__game-categories, .page-poppy-playtime-r34-videos__promo-cards, .page-poppy-playtime-r34-videos__security-features, .page-poppy-playtime-r34-videos__blog-posts { grid-template-columns: 1fr; } /* Responsive image rules */ .page-poppy-playtime-r34-videos img { max-width: 100% !important; height: auto !important; box-sizing: border-box !important; } /* List item responsive rules (for generic lists, applying to general elements for safety) */ .page-poppy-playtime-r34-videos .page-poppy-playtime-r34-videos__feature-item, .page-poppy-playtime-r34-videos .page-poppy-playtime-r34-videos__game-card, .page-poppy-playtime-r34-videos .page-poppy-playtime-r34-videos__promo-card, .page-poppy-playtime-r34-videos .page-poppy-playtime-r34-videos__blog-card { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; } .page-poppy-playtime-r34-videos .page-poppy-playtime-r34-videos__faq-item { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; } /* Text wrapping for long content */ .page-poppy-playtime-r34-videos p, .page-poppy-playtime-r34-videos h1, .page-poppy-playtime-r34-videos h2, .page-poppy-playtime-r34-videos h3, .page-poppy-playtime-r34-videos__faq-answer p { word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; } /* FAQ specific mobile adjustments */ .page-poppy-playtime-r34-videos__faq-question { padding: 15px; } .page-poppy-playtime-r34-videos__faq-question h3 { font-size: 1.1em; } .page-poppy-playtime-r34-videos__faq-toggle { font-size: 1.5em; } .page-poppy-playtime-r34-videos__faq-answer { padding: 0 15px; } .page-poppy-playtime-r34-videos__faq-item.active .page-poppy-playtime-r34-videos__faq-answer { padding: 15px !important; } }@media (max-width: 480px) { .page-poppy-playtime-r34-videos h1 { font-size: 1.8em; } .page-poppy-playtime-r34-videos h2 { font-size: 1.6em; } .page-poppy-playtime-r34-videos__hero-title { font-size: 1.8em; } .page-poppy-playtime-r34-videos__hero-subtitle { font-size: 1em; } .page-poppy-playtime-r34-videos__hero-cta { font-size: 1em; padding: 10px 20px; } }