.page-33-merryph { font-family: 'Arial', sans-serif; color: #333; line-height: 1.6; background-color: #f8f8f8; }.page-33-merryph__hero-section { background: linear-gradient(135deg, #0f0c29, #302b63, #24243e); color: #fff; padding: 100px 20px 80px; text-align: center; position: relative; overflow: hidden; padding-top: 10px; }.page-33-merryph__hero-background { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; z-index: 0; opacity: 0.3; }.page-33-merryph__hero-content { position: relative; z-index: 1; max-width: 900px; margin: 0 auto; }.page-33-merryph__hero-title { font-size: 3.5em; margin-bottom: 20px; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); color: #ffd700; }.page-33-merryph__hero-subtitle { font-size: 1.5em; margin-bottom: 40px; }.page-33-merryph__hero-buttons { display: flex; justify-content: center; gap: 20px; flex-wrap: wrap; }.page-33-merryph__btn { display: inline-block; background-color: #ffd700; color: #1a1a1a; padding: 15px 30px; border-radius: 50px; text-decoration: none; font-weight: bold; font-size: 1.1em; transition: background-color 0.3s ease, transform 0.3s ease; border: none; cursor: pointer; }.page-33-merryph__btn:hover { background-color: #e6c200; transform: translateY(-3px); }.page-33-merryph__section { padding: 60px 20px; max-width: 1200px; margin: 0 auto; background-color: #fff; border-radius: 8px; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05); margin-bottom: 30px; }.page-33-merryph__section--dark { background-color: #1a1a1a; color: #f0f0f0; }.page-33-merryph__section-title { font-size: 2.5em; color: #333; text-align: center; margin-bottom: 40px; position: relative; }.page-33-merryph__section-title--dark { color: #ffd700; }.page-33-merryph__section-title::after { content: ''; display: block; width: 80px; height: 4px; background-color: #ffd700; margin: 15px auto 0; border-radius: 2px; }.page-33-merryph__text-content { text-align: center; font-size: 1.1em; max-width: 800px; margin: 0 auto 40px; }.page-33-merryph__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; }.page-33-merryph__card { background-color: #f0f0f0; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); text-align: center; transition: transform 0.3s ease, box-shadow 0.3s ease; }.page-33-merryph__card:hover { transform: translateY(-5px); box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15); }.page-33-merryph__card-image { width: 100%; height: 200px; object-fit: cover; }.page-33-merryph__card-content { padding: 25px; }.page-33-merryph__card-title { font-size: 1.5em; color: #333; margin-bottom: 15px; }.page-33-merryph__card-description { font-size: 0.95em; color: #555; margin-bottom: 20px; }.page-33-merryph__card-link { display: inline-block; background-color: #302b63; color: #fff; padding: 10px 20px; border-radius: 30px; text-decoration: none; font-size: 0.9em; transition: background-color 0.3s ease; }.page-33-merryph__card-link:hover { background-color: #0f0c29; }.page-33-merryph__quick-links-grid { display: flex; justify-content: center; flex-wrap: wrap; gap: 20px; margin-top: 40px; }.page-33-merryph__game-provider-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(120px, 1fr)); gap: 20px; margin-top: 30px; justify-items: center; align-items: center; }.page-33-merryph__game-provider-logo { width: 100%; max-width: 100px; height: auto; display: block; object-fit: contain; }.page-33-merryph__promo-card { background: linear-gradient(45deg, #302b63, #0f0c29); color: #fff; padding: 30px; border-radius: 10px; text-align: center; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2); transition: transform 0.3s ease; }.page-33-merryph__promo-card:hover { transform: translateY(-5px); }.page-33-merryph__promo-title { font-size: 1.8em; margin-bottom: 15px; color: #ffd700; }.page-33-merryph__promo-description { font-size: 1.1em; margin-bottom: 25px; }.page-33-merryph__promo-image { width: 100%; height: 250px; object-fit: cover; border-radius: 8px; margin-bottom: 20px; }.page-33-merryph__faq-item { background-color: #f0f0f0; border-radius: 8px; margin-bottom: 15px; overflow: hidden; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05); }.page-33-merryph__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 20px 25px; cursor: pointer; background-color: #e0e0e0; border-bottom: 1px solid #d0d0d0; transition: background-color 0.3s ease; user-select: none; }.page-33-merryph__faq-question:hover { background-color: #d5d5d5; }.page-33-merryph__faq-question h3 { margin: 0; font-size: 1.2em; color: #333; pointer-events: none; }.page-33-merryph__faq-toggle { font-size: 1.5em; font-weight: bold; color: #302b63; transition: transform 0.3s ease; pointer-events: none; }.page-33-merryph__faq-item.active .page-33-merryph__faq-toggle { transform: rotate(45deg); }.page-33-merryph__faq-answer { max-height: 0; overflow: hidden; padding: 0 25px; transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease; opacity: 0; color: #555; }.page-33-merryph__faq-item.active .page-33-merryph__faq-answer { max-height: 2000px !important; padding: 20px 25px !important; opacity: 1; }.page-33-merryph__blog-card { background-color: #f0f0f0; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); transition: transform 0.3s ease; }.page-33-merryph__blog-card:hover { transform: translateY(-5px); }.page-33-merryph__blog-image { width: 100%; height: 220px; object-fit: cover; }.page-33-merryph__blog-content { padding: 20px; }.page-33-merryph__blog-title { font-size: 1.3em; margin-bottom: 10px; }.page-33-merryph__blog-title a { color: #333; text-decoration: none; transition: color 0.3s ease; }.page-33-merryph__blog-title a:hover { color: #302b63; }.page-33-merryph__blog-excerpt { font-size: 0.95em; color: #555; margin-bottom: 15px; }.page-33-merryph__blog-date { font-size: 0.85em; color: #777; }.page-33-merryph__sticky-buttons { position: fixed; bottom: 20px; right: 20px; z-index: 1000; display: flex; flex-direction: column; gap: 10px; }.page-33-merryph__sticky-button { background-color: #0f0c29; color: #ffd700; padding: 12px 20px; border-radius: 30px; text-decoration: none; font-weight: bold; font-size: 0.9em; text-align: center; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3); transition: background-color 0.3s ease, transform 0.3s ease; }.page-33-merryph__sticky-button:hover { background-color: #302b63; transform: translateY(-3px); }@media (max-width: 768px) { .page-33-merryph__hero-title { font-size: 2.5em; }.page-33-merryph__hero-subtitle { font-size: 1.2em; }.page-33-merryph__hero-buttons { flex-direction: column; }.page-33-merryph__btn { width: 100%; max-width: 300px; }.page-33-merryph__section { padding: 40px 15px; margin-bottom: 20px; }.page-33-merryph__section-title { font-size: 2em; }.page-33-merryph__text-content { font-size: 1em; }.page-33-merryph__grid { grid-template-columns: 1fr; }.page-33-merryph__quick-links-grid { flex-direction: column; }.page-33-merryph__game-provider-grid { grid-template-columns: repeat(auto-fit, minmax(80px, 1fr)); }.page-33-merryph__faq-question { padding: 15px 20px; }.page-33-merryph__faq-question h3 { font-size: 1.1em; }.page-33-merryph__faq-answer { padding: 0 20px; }.page-33-merryph__faq-item.active .page-33-merryph__faq-answer { padding: 15px 20px !important; }.page-33-merryph__sticky-buttons { right: 10px; bottom: 10px; }.page-33-merryph__sticky-button { padding: 10px 15px; font-size: 0.85em; }.page-33-merryph__card-image, .page-33-merryph__promo-image, .page-33-merryph__blog-image { max-width: 100% !important; height: auto !important; box-sizing: border-box !important; }.page-33-merryph__grid .page-33-merryph__card, .page-33-merryph__blog-card { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; }.page-33-merryph__grid, .page-33-merryph__quick-links-grid, .page-33-merryph__game-provider-grid { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; padding: 0 !important; margin-left: 0 !important; margin-right: 0 !important; }.page-33-merryph__card-description, .page-33-merryph__promo-description, .page-33-merryph__blog-excerpt { word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; }}