.page-18dn88 { font-family: 'Arial', sans-serif; color: #f0f0f0; background-color: #1a1a2e; line-height: 1.6; } .page-18dn88__container { max-width: 1200px; margin: 0 auto; padding: 10px 15px; } @media (max-width: 768px) { .page-18dn88__container { padding: 5px 10px; } } .page-18dn88__hero-section { background: linear-gradient(135deg, #0f3443, #34e89e); color: #fff; text-align: center; padding: 60px 20px; position: relative; overflow: hidden; border-radius: 10px; margin-bottom: 20px; padding-top: 10px; } @media (max-width: 768px) { .page-18dn88__hero-section { padding: 40px 15px; padding-top: 10px; } } .page-18dn88__hero-image { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; z-index: 1; opacity: 0.3; } .page-18dn88__hero-content { position: relative; z-index: 2; } .page-18dn88__hero-title { font-size: 3.5em; margin-bottom: 15px; font-weight: bold; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); } @media (max-width: 768px) { .page-18dn88__hero-title { font-size: 2.2em; } } .page-18dn88__hero-subtitle { font-size: 1.5em; margin-bottom: 30px; } @media (max-width: 768px) { .page-18dn88__hero-subtitle { font-size: 1.1em; } } .page-18dn88__cta-group { display: flex; justify-content: center; gap: 20px; flex-wrap: wrap; } .page-18dn88__cta-button { display: inline-block; background-color: #e63946; color: #fff; 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-18dn88__cta-button:hover { background-color: #d62c3e; transform: translateY(-3px); } .page-18dn88__section { padding: 40px 0; margin-bottom: 20px; border-radius: 10px; background-color: #2c2c4a; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3); } @media (max-width: 768px) { .page-18dn88__section { padding: 30px 0; } } .page-18dn88__section-title { font-size: 2.5em; text-align: center; color: #34e89e; margin-bottom: 30px; text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4); } @media (max-width: 768px) { .page-18dn88__section-title { font-size: 1.8em; } } .page-18dn88__text-content { text-align: center; max-width: 800px; margin: 0 auto 30px auto; font-size: 1.1em; color: #ccc; } @media (max-width: 768px) { .page-18dn88__text-content { font-size: 1em; } } .page-18dn88__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 25px; padding: 0 15px; } @media (max-width: 768px) { .page-18dn88__grid { grid-template-columns: 1fr; padding: 0 10px; } } .page-18dn88__card { background-color: #39395a; border-radius: 10px; padding: 25px; text-align: center; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2); transition: transform 0.3s ease; } .page-18dn88__card:hover { transform: translateY(-5px); } .page-18dn88__card-image-wrapper { width: 100%; height: 200px; overflow: hidden; border-radius: 8px; margin-bottom: 15px; } .page-18dn88__card-image { max-width: 100%; height: auto; object-fit: cover; width: 100%; height: 100%; } @media (max-width: 768px) { .page-18dn88__card-image { max-width: 100% !important; height: auto !important; box-sizing: border-box !important; } .page-18dn88__card-image-wrapper { width: 100% !important; max-width: 100% !important; overflow: hidden; box-sizing: border-box !important; } } .page-18dn88__card-title { font-size: 1.6em; color: #34e89e; margin-bottom: 10px; } .page-18dn88__card-description { font-size: 1em; color: #ccc; } .page-18dn88__card-button { display: inline-block; background-color: #e63946; color: #fff; padding: 10px 20px; border-radius: 25px; text-decoration: none; font-weight: bold; margin-top: 15px; font-size: 0.9em; transition: background-color 0.3s ease; } .page-18dn88__card-button:hover { background-color: #d62c3e; } .page-18dn88__list { list-style: none; padding: 0; margin: 0; display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; } .page-18dn88__list-item { background-color: #39395a; border-radius: 8px; padding: 20px; text-align: center; flex: 1 1 calc(33% - 40px); box-sizing: border-box; min-width: 280px; } @media (max-width: 768px) { .page-18dn88__list { flex-direction: column; align-items: center; padding: 0; width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; } .page-18dn88__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; } } .page-18dn88__list-item h3 { color: #34e89e; margin-top: 0; font-size: 1.4em; } .page-18dn88__list-item p { color: #ccc; font-size: 0.95em; } .page-18dn88__promo-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 25px; padding: 0 15px; } @media (max-width: 768px) { .page-18dn88__promo-grid { grid-template-columns: 1fr; padding: 0 10px; } } .page-18dn88__promo-card { background-color: #39395a; border-radius: 10px; overflow: hidden; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2); text-align: left; } .page-18dn88__promo-image-wrapper { width: 100%; height: 220px; overflow: hidden; } .page-18dn88__promo-image { width: 100%; height: 100%; object-fit: cover; } @media (max-width: 768px) { .page-18dn88__promo-image { max-width: 100% !important; height: auto !important; box-sizing: border-box !important; } .page-18dn88__promo-image-wrapper { width: 100% !important; max-width: 100% !important; overflow: hidden; box-sizing: border-box !important; } } .page-18dn88__promo-content { padding: 20px; } .page-18dn88__promo-title { font-size: 1.5em; color: #34e89e; margin-bottom: 10px; } .page-18dn88__promo-description { font-size: 1em; color: #ccc; margin-bottom: 15px; } .page-18dn88__blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 25px; padding: 0 15px; } @media (max-width: 768px) { .page-18dn88__blog-grid { grid-template-columns: 1fr; padding: 0 10px; } } .page-18dn88__blog-card { background-color: #39395a; border-radius: 10px; overflow: hidden; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2); text-align: left; } .page-18dn88__blog-image-wrapper { width: 100%; height: 180px; overflow: hidden; } .page-18dn88__blog-image { width: 100%; height: 100%; object-fit: cover; } @media (max-width: 768px) { .page-18dn88__blog-image { max-width: 100% !important; height: auto !important; box-sizing: border-box !important; } .page-18dn88__blog-image-wrapper { width: 100% !important; max-width: 100% !important; overflow: hidden; box-sizing: border-box !important; } } .page-18dn88__blog-content { padding: 20px; } .page-18dn88__blog-title { font-size: 1.3em; color: #34e89e; margin-bottom: 10px; line-height: 1.4; } .page-18dn88__blog-title a { color: #34e89e; text-decoration: none; transition: color 0.3s ease; } .page-18dn88__blog-title a:hover { color: #66ffb3; } .page-18dn88__blog-excerpt { font-size: 0.95em; color: #ccc; margin-bottom: 15px; } .page-18dn88__blog-date { font-size: 0.85em; color: #888; } .page-18dn88__faq-section { background-color: #2c2c4a; border-radius: 10px; padding: 40px 0; margin-bottom: 20px; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3); } @media (max-width: 768px) { .page-18dn88__faq-section { padding: 30px 0; } } .page-18dn88__faq-list { max-width: 800px; margin: 0 auto; padding: 0 15px; } .page-18dn88__faq-item { background-color: #39395a; margin-bottom: 15px; border-radius: 8px; overflow: hidden; } .page-18dn88__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 18px 20px; cursor: pointer; background-color: #4a4a6e; color: #fff; font-size: 1.2em; font-weight: bold; transition: background-color 0.3s ease; user-select: none; } .page-18dn88__faq-question:hover { background-color: #5b5b7f; } @media (max-width: 768px) { .page-18dn88__faq-question { font-size: 1em; padding: 15px 18px; } } .page-18dn88__faq-question h3 { margin: 0; flex-grow: 1; text-align: left; color: #34e89e; pointer-events: none; } .page-18dn88__faq-toggle { font-size: 1.5em; line-height: 1; margin-left: 15px; transition: transform 0.3s ease; pointer-events: none; } .page-18dn88__faq-item.active .page-18dn88__faq-toggle { transform: rotate(45deg); } .page-18dn88__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: #ccc; font-size: 1em; } .page-18dn88__faq-item.active .page-18dn88__faq-answer { max-height: 2000px !important; padding: 20px 20px !important; opacity: 1; } @media (max-width: 768px) { .page-18dn88__faq-answer { padding: 15px 18px; font-size: 0.95em; } .page-18dn88__faq-item.active .page-18dn88__faq-answer { padding: 15px 18px !important; } } .page-18dn88__floating-buttons { position: fixed; bottom: 20px; right: 20px; z-index: 1000; display: flex; flex-direction: column; gap: 10px; } .page-18dn88__floating-button { background-color: #e63946; color: #fff; border: none; border-radius: 50%; width: 55px; height: 55px; display: flex; justify-content: center; align-items: center; font-size: 1.5em; cursor: pointer; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3); transition: background-color 0.3s ease, transform 0.3s ease; text-decoration: none; } .page-18dn88__floating-button:hover { background-color: #d62c3e; transform: scale(1.05); } @media (max-width: 768px) { .page-18dn88__floating-buttons { bottom: 15px; right: 15px; gap: 8px; } .page-18dn88__floating-button { width: 50px; height: 50px; font-size: 1.3em; } } .page-18dn88__provider-logos { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 25px; padding: 0 15px; margin-top: 30px; } .page-18dn88__provider-logo { max-width: 120px; height: auto; object-fit: contain; filter: grayscale(50%); transition: filter 0.3s ease; } .page-18dn88__provider-logo:hover { filter: grayscale(0%); } @media (max-width: 768px) { .page-18dn88__provider-logos { gap: 15px; } .page-18dn88__provider-logo { max-width: 80px; } } .page-18dn88__small-card-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 20px; padding: 0 15px; } @media (max-width: 768px) { .page-18dn88__small-card-grid { grid-template-columns: 1fr; padding: 0 10px; } } .page-18dn88__small-card { background-color: #39395a; border-radius: 8px; padding: 20px; text-align: center; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2); } .page-18dn88__small-card-title { font-size: 1.2em; color: #34e89e; margin-bottom: 10px; } .page-18dn88__small-card-description { font-size: 0.9em; color: #ccc; } .page-18dn88__small-card-button { display: inline-block; background-color: #e63946; color: #fff; padding: 8px 15px; border-radius: 20px; text-decoration: none; font-weight: bold; margin-top: 10px; font-size: 0.85em; transition: background-color 0.3s ease; } .page-18dn88__small-card-button:hover { background-color: #d62c3e; }