.page-dave-the-diver-playtime { font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; line-height: 1.6; color: #333; background-color: #f4f7f6; }.page-dave-the-diver-playtime__container { max-width: 1200px; margin: 0 auto; padding: 20px; }.page-dave-the-diver-playtime__section { padding: 40px 20px; margin-bottom: 20px; background-color: #fff; border-radius: 10px; box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05); }.page-dave-the-diver-playtime__section--dark { background-color: #2c3e50; color: #ecf0f1; }.page-dave-the-diver-playtime__hero-section { position: relative; width: 100%; height: 500px; overflow: hidden; display: flex; align-items: center; justify-content: center; text-align: center; color: #fff; padding-top: 10px; }.page-dave-the-diver-playtime__hero-image { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; z-index: 1; }.page-dave-the-diver-playtime__hero-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.8)); z-index: 2; }.page-dave-the-diver-playtime__hero-content { position: relative; z-index: 3; max-width: 800px; padding: 20px; }.page-dave-the-diver-playtime__hero-title { font-size: 3.2em; margin-bottom: 15px; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); line-height: 1.2; }.page-dave-the-diver-playtime__hero-subtitle { font-size: 1.3em; margin-bottom: 30px; text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4); }.page-dave-the-diver-playtime__button { display: inline-block; background-color: #e74c3c; color: #fff; padding: 14px 28px; 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-dave-the-diver-playtime__button:hover { background-color: #c0392b; transform: translateY(-2px); }.page-dave-the-diver-playtime__button--secondary { background-color: #3498db; }.page-dave-the-diver-playtime__button--secondary:hover { background-color: #2980b9; }.page-dave-the-diver-playtime__text-center { text-align: center; }.page-dave-the-diver-playtime__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 25px; }.page-dave-the-diver-playtime__card { background-color: #f9f9f9; padding: 25px; border-radius: 8px; text-align: center; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08); transition: transform 0.3s ease; }.page-dave-the-diver-playtime__card:hover { transform: translateY(-5px); }.page-dave-the-diver-playtime__card-icon { max-width: 100%; height: auto; margin-bottom: 15px; border-radius: 5px; }.page-dave-the-diver-playtime__card-title { font-size: 1.4em; margin-bottom: 10px; color: #2c3e50; }.page-dave-the-diver-playtime__card-text { font-size: 0.95em; color: #555; }.page-dave-the-diver-playtime__game-item { display: flex; align-items: center; background-color: #f9f9f9; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08); transition: transform 0.3s ease; }.page-dave-the-diver-playtime__game-item:hover { transform: translateY(-5px); }.page-dave-the-diver-playtime__game-image { width: 150px; height: 150px; object-fit: cover; }.page-dave-the-diver-playtime__game-content { padding: 20px; flex-grow: 1; }.page-dave-the-diver-playtime__game-title { font-size: 1.3em; margin-bottom: 8px; color: #2c3e50; }.page-dave-the-diver-playtime__game-description { font-size: 0.9em; color: #555; margin-bottom: 15px; }.page-dave-the-diver-playtime__promo-item { display: flex; flex-direction: column; background-color: #f9f9f9; padding: 20px; border-radius: 8px; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08); }.page-dave-the-diver-playtime__promo-image { max-width: 100%; height: auto; border-radius: 5px; margin-bottom: 15px; }.page-dave-the-diver-playtime__promo-title { font-size: 1.3em; color: #2c3e50; margin-bottom: 10px; }.page-dave-the-diver-playtime__promo-description { font-size: 0.95em; color: #555; margin-bottom: 15px; }.page-dave-the-diver-playtime__faq-item { margin-bottom: 15px; border: 1px solid #ddd; border-radius: 8px; overflow: hidden; }.page-dave-the-diver-playtime__faq-question { background-color: #f0f0f0; padding: 15px 20px; cursor: pointer; display: flex; justify-content: space-between; align-items: center; font-weight: bold; color: #333; transition: background-color 0.3s ease; }.page-dave-the-diver-playtime__faq-question:hover { background-color: #e0e0e0; }.page-dave-the-diver-playtime__faq-question h3 { margin: 0; font-size: 1.1em; pointer-events: none; }.page-dave-the-diver-playtime__faq-toggle { font-size: 1.5em; line-height: 1; pointer-events: none; transition: transform 0.3s ease; }.page-dave-the-diver-playtime__faq-answer { max-height: 0; overflow: hidden; padding: 0 15px; opacity: 0; transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease; }.page-dave-the-diver-playtime__faq-item.active .page-dave-the-diver-playtime__faq-answer { max-height: 2000px !important; padding: 20px 15px !important; opacity: 1; }.page-dave-the-diver-playtime__faq-item.active .page-dave-the-diver-playtime__faq-toggle { transform: rotate(45deg); }.page-dave-the-diver-playtime__blog-post { background-color: #f9f9f9; padding: 20px; border-radius: 8px; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08); transition: transform 0.3s ease; }.page-dave-the-diver-playtime__blog-post:hover { transform: translateY(-5px); }.page-dave-the-diver-playtime__blog-image { max-width: 100%; height: auto; border-radius: 5px; margin-bottom: 15px; }.page-dave-the-diver-playtime__blog-title { font-size: 1.3em; margin-bottom: 10px; color: #2c3e50; }.page-dave-the-diver-playtime__blog-summary { font-size: 0.95em; color: #555; margin-bottom: 15px; }.page-dave-the-diver-playtime__blog-link { display: inline-block; color: #e74c3c; text-decoration: none; font-weight: bold; }.page-dave-the-diver-playtime__blog-link:hover { text-decoration: underline; }.page-dave-the-diver-playtime__list { list-style: none; padding: 0; margin: 0; }.page-dave-the-diver-playtime__list-item { margin-bottom: 10px; padding-left: 25px; position: relative; }.page-dave-the-diver-playtime__list-item::before { content: '✔'; color: #27ae60; position: absolute; left: 0; }.page-dave-the-diver-playtime__provider-logo { max-width: 120px; height: auto; margin: 0 auto; display: block; }.page-dave-the-diver-playtime__social-grid { display: flex; justify-content: center; gap: 20px; flex-wrap: wrap; }.page-dave-the-diver-playtime__social-icon { max-width: 60px; height: auto; }.page-dave-the-diver-playtime__floating-buttons { position: fixed; bottom: 20px; right: 20px; z-index: 1000; display: flex; flex-direction: column; gap: 10px; }.page-dave-the-diver-playtime__floating-button { background-color: #e74c3c; color: #fff; padding: 12px 20px; border-radius: 50px; text-decoration: none; font-weight: bold; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); transition: background-color 0.3s ease, transform 0.2s ease; }.page-dave-the-diver-playtime__floating-button:hover { background-color: #c0392b; transform: translateY(-2px); }.page-dave-the-diver-playtime__floating-button--register { background-color: #27ae60; }.page-dave-the-diver-playtime__floating-button--register:hover { background-color: #229954; }@media (max-width: 768px) { .page-dave-the-diver-playtime__hero-section { height: 400px; }.page-dave-the-diver-playtime__hero-title { font-size: 2.2em; }.page-dave-the-diver-playtime__hero-subtitle { font-size: 1.1em; }.page-dave-the-diver-playtime__button { padding: 12px 24px; font-size: 1em; }.page-dave-the-diver-playtime__grid { grid-template-columns: 1fr; }.page-dave-the-diver-playtime__card, .page-dave-the-diver-playtime__game-item, .page-dave-the-diver-playtime__promo-item, .page-dave-the-diver-playtime__blog-post { margin-bottom: 15px; }.page-dave-the-diver-playtime__section { padding: 25px 15px; }.page-dave-the-diver-playtime__container { padding: 10px; }.page-dave-the-diver-playtime__game-item { flex-direction: column; text-align: center; }.page-dave-the-diver-playtime__game-image { width: 100%; height: 200px; border-radius: 8px 8px 0 0; }.page-dave-the-diver-playtime__game-content { padding: 15px; }.page-dave-the-diver-playtime__faq-question { padding: 12px 15px; }.page-dave-the-diver-playtime__faq-question h3 { font-size: 1em; }.page-dave-the-diver-playtime__faq-answer { padding: 15px 15px !important; }.page-dave-the-diver-playtime__floating-buttons { bottom: 15px; right: 15px; }.page-dave-the-diver-playtime__list-item { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; }.page-dave-the-diver-playtime__list { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; padding: 0 !important; margin-left: 0 !important; margin-right: 0 !important; }img { max-width: 100% !important; height: auto !important; }img.page-dave-the-diver-playtime__card-icon, img.page-dave-the-diver-playtime__promo-image, img.page-dave-the-diver-playtime__blog-image, img.page-dave-the-diver-playtime__game-image, img.page-dave-the-diver-playtime__provider-logo, img.page-dave-the-diver-playtime__social-icon { max-width: 100% !important; height: auto !important; box-sizing: border-box !important; }}.page-dave-the-diver-playtime__game-providers { display: grid; grid-template-columns: repeat(auto-fit, minmax(100px, 1fr)); gap: 20px; align-items: center; justify-items: center; }.page-dave-the-diver-playtime__payment-methods { display: grid; grid-template-columns: repeat(auto-fit, minmax(80px, 1fr)); gap: 20px; align-items: center; justify-items: center; }