.page-baldi-playtime-r34 { font-family: 'Arial', sans-serif; color: #333; line-height: 1.6; background-color: #f9f9f9; } .page-baldi-playtime-r34__hero-section { position: relative; width: 100%; min-height: 500px; display: flex; align-items: center; justify-content: center; text-align: center; color: #fff; overflow: hidden; padding-top: 10px; box-sizing: border-box; } .page-baldi-playtime-r34__hero-background { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; z-index: -1; } .page-baldi-playtime-r34__hero-content { z-index: 1; padding: 20px; max-width: 900px; } .page-baldi-playtime-r34__hero-title { font-size: 2.8em; margin-bottom: 15px; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7); } .page-baldi-playtime-r34__hero-subtitle { font-size: 1.3em; margin-bottom: 30px; text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6); } .page-baldi-playtime-r34__cta-button { display: inline-block; background-color: #ffcc00; color: #333; padding: 15px 30px; border-radius: 5px; 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-baldi-playtime-r34__cta-button:hover { background-color: #e6b800; transform: translateY(-2px); } .page-baldi-playtime-r34__section { padding: 40px 20px; text-align: center; max-width: 1200px; margin: 0 auto; } .page-baldi-playtime-r34__section--dark { background-color: #2c3e50; color: #ecf0f1; } .page-baldi-playtime-r34__section-title { font-size: 2.2em; margin-bottom: 25px; color: #333; } .page-baldi-playtime-r34__section--dark .page-baldi-playtime-r34__section-title { color: #ffcc00; } .page-baldi-playtime-r34__section-description { font-size: 1.1em; margin-bottom: 30px; max-width: 800px; margin-left: auto; margin-right: auto; } .page-baldi-playtime-r34__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 25px; margin-top: 30px; } .page-baldi-playtime-r34__card { background-color: #fff; border-radius: 8px; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); padding: 25px; text-align: left; transition: transform 0.3s ease, box-shadow 0.3s ease; } .page-baldi-playtime-r34__card:hover { transform: translateY(-5px); box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15); } .page-baldi-playtime-r34__card-image { width: 100%; height: 200px; object-fit: cover; border-radius: 6px; margin-bottom: 15px; max-width: 100%; box-sizing: border-box; } .page-baldi-playtime-r34__card-title { font-size: 1.4em; margin-bottom: 10px; color: #333; } .page-baldi-playtime-r34__card-text { font-size: 0.95em; color: #666; margin-bottom: 15px; } .page-baldi-playtime-r34__card-link { display: inline-block; color: #007bff; text-decoration: none; font-weight: bold; transition: color 0.3s ease; } .page-baldi-playtime-r34__card-link:hover { color: #0056b3; } .page-baldi-playtime-r34__quick-links-list { list-style: none; padding: 0; display: flex; flex-wrap: wrap; justify-content: center; gap: 15px; margin-top: 30px; } .page-baldi-playtime-r34__quick-links-item { margin: 0; } .page-baldi-playtime-r34__quick-links-link { display: block; background-color: #007bff; color: #fff; padding: 12px 25px; border-radius: 5px; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease; } .page-baldi-playtime-r34__quick-links-link:hover { background-color: #0056b3; } .page-baldi-playtime-r34__game-provider-logo { width: 120px; height: 80px; object-fit: contain; margin: 10px; max-width: 100%; box-sizing: border-box; } .page-baldi-playtime-r34__game-providers-grid { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 15px; margin-top: 30px; } .page-baldi-playtime-r34__faq-item { background-color: #fff; border-radius: 8px; margin-bottom: 15px; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08); overflow: hidden; } .page-baldi-playtime-r34__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 18px 25px; cursor: pointer; background-color: #f0f0f0; border-bottom: 1px solid #e0e0e0; user-select: none; } .page-baldi-playtime-r34__faq-question:hover { background-color: #e5e5e5; } .page-baldi-playtime-r34__faq-question h3 { margin: 0; font-size: 1.1em; color: #333; pointer-events: none; } .page-baldi-playtime-r34__faq-toggle { font-size: 1.5em; font-weight: bold; color: #007bff; transition: transform 0.3s ease; pointer-events: none; } .page-baldi-playtime-r34__faq-item.active .page-baldi-playtime-r34__faq-toggle { transform: rotate(45deg); } .page-baldi-playtime-r34__faq-answer { max-height: 0; overflow: hidden; padding: 0 25px; background-color: #fff; transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease; opacity: 0; } .page-baldi-playtime-r34__faq-item.active .page-baldi-playtime-r34__faq-answer { max-height: 2000px !important; padding: 20px 25px !important; opacity: 1; } .page-baldi-playtime-r34__blog-post { background-color: #fff; border-radius: 8px; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); text-align: left; transition: transform 0.3s ease, box-shadow 0.3s ease; display: flex; flex-direction: column; } .page-baldi-playtime-r34__blog-post:hover { transform: translateY(-5px); box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15); } .page-baldi-playtime-r34__blog-image { width: 100%; height: 220px; object-fit: cover; border-top-left-radius: 8px; border-top-right-radius: 8px; max-width: 100%; box-sizing: border-box; } .page-baldi-playtime-r34__blog-content { padding: 20px; display: flex; flex-direction: column; flex-grow: 1; } .page-baldi-playtime-r34__blog-title { font-size: 1.3em; margin-bottom: 10px; color: #333; } .page-baldi-playtime-r34__blog-excerpt { font-size: 0.9em; color: #666; margin-bottom: 15px; flex-grow: 1; } .page-baldi-playtime-r34__blog-date { font-size: 0.8em; color: #999; margin-top: auto; } @media (max-width: 768px) { .page-baldi-playtime-r34__hero-title { font-size: 2em; } .page-baldi-playtime-r34__hero-subtitle { font-size: 1em; } .page-baldi-playtime-r34__section { padding: 30px 15px; } .page-baldi-playtime-r34__section-title { font-size: 1.8em; } .page-baldi-playtime-r34__grid { grid-template-columns: 1fr; } .page-baldi-playtime-r34__quick-links-list { flex-direction: column; align-items: center; } .page-baldi-playtime-r34__quick-links-link { width: 100%; max-width: 300px; box-sizing: border-box; } .page-baldi-playtime-r34__card-image, .page-baldi-playtime-r34__blog-image { height: 180px; } .page-baldi-playtime-r34__game-provider-logo { width: 100px; height: 60px; } .page-baldi-playtime-r34__faq-question { padding: 15px 20px; } .page-baldi-playtime-r34__faq-question h3 { font-size: 1em; } .page-baldi-playtime-r34__faq-answer { padding: 0 20px; } .page-baldi-playtime-r34__faq-item.active .page-baldi-playtime-r34__faq-answer { padding: 15px 20px !important; } } @media (max-width: 480px) { .page-baldi-playtime-r34__hero-title { font-size: 1.8em; } .page-baldi-playtime-r34__hero-subtitle { font-size: 0.9em; } .page-baldi-playtime-r34__cta-button { padding: 12px 25px; font-size: 1em; } .page-baldi-playtime-r34__section-title { font-size: 1.5em; } }