.page-suncity8888 {font-family: 'Arial', sans-serif;color: #e0e0e0;background-color: #1a1a2e;line-height: 1.6;}.page-suncity8888 .container {max-width: 1200px;margin: 0 auto;padding: 20px;box-sizing: border-box;}.page-suncity8888__hero-section {position: relative;height: 600px;display: flex;align-items: center;justify-content: center;text-align: center;overflow: hidden;padding-top: 10px;}.page-suncity8888__hero-background {position: absolute;top: 0;left: 0;width: 100%;height: 100%;object-fit: cover;z-index: 0;}.page-suncity8888__hero-content {position: relative;z-index: 1;max-width: 800px;padding: 20px;background: rgba(0, 0, 0, 0.6);border-radius: 10px;}.page-suncity8888__hero-title {font-size: 3.5em;margin-bottom: 20px;color: #e94560;text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);}.page-suncity8888__hero-description {font-size: 1.3em;margin-bottom: 30px;color: #f0f0f0;}.page-suncity8888__hero-buttons {display: flex;gap: 20px;justify-content: center;}.page-suncity8888__btn {display: inline-block;padding: 15px 30px;background-color: #e94560;color: #ffffff;text-decoration: none;border-radius: 8px;font-weight: bold;transition: background-color 0.3s ease, transform 0.2s ease;}.page-suncity8888__btn:hover {background-color: #c2334e;transform: translateY(-2px);}.page-suncity8888__section {padding: 60px 0;text-align: center;}.page-suncity8888__section-title {font-size: 2.8em;margin-bottom: 40px;color: #e94560;}.page-suncity8888__section-text {font-size: 1.1em;max-width: 900px;margin: 0 auto 30px auto;}.page-suncity8888__payment-providers {display: flex;flex-wrap: wrap;justify-content: center;align-items: center;gap: 30px;width: 100%;max-width: 100%;box-sizing: border-box;padding: 40px 0;background-color: #2a2a4a;}.page-suncity8888__payment-logo {flex: 0 0 auto;width: 80px;height: 80px;max-width: 80px;max-height: 80px;box-sizing: border-box;}.page-suncity8888__payment-logo img {display: block;width: 80px !important;height: 80px !important;max-width: 80px !important;max-height: 80px !important;object-fit: contain;}.page-suncity8888__grid {display: grid;grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));gap: 30px;max-width: 1000px;margin: 0 auto;}.page-suncity8888__card {background-color: #2a2a4a;border-radius: 10px;padding: 30px;text-align: left;box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);transition: transform 0.3s ease;}.page-suncity8888__card:hover {transform: translateY(-5px);}.page-suncity8888__card-image {width: 100%;max-width: 100%;height: auto;border-radius: 8px;margin-bottom: 20px;object-fit: cover;}.page-suncity8888__card-title {font-size: 1.8em;color: #e94560;margin-bottom: 15px;}.page-suncity8888__card-description {font-size: 1em;color: #c0c0c0;margin-bottom: 20px;}.page-suncity8888__quick-access-links {display: flex;flex-wrap: wrap;justify-content: center;gap: 20px;}.page-suncity8888__quick-access-links .page-suncity8888__btn {min-width: 200px;}.page-suncity8888__feature-list {list-style: none;padding: 0;margin: 0 auto;max-width: 900px;}.page-suncity8888__feature-item {background-color: #2a2a4a;margin-bottom: 15px;padding: 25px;border-radius: 8px;text-align: left;display: flex;align-items: flex-start;gap: 20px;}.page-suncity8888__feature-icon {color: #e94560;font-size: 2em;line-height: 1;}.page-suncity8888__feature-content h3 {margin-top: 0;font-size: 1.5em;color: #e94560;}.page-suncity8888__feature-content p {margin-bottom: 0;color: #c0c0c0;}.page-suncity8888__faq-section {padding: 60px 0;background-color: #1a1a2e;}.page-suncity8888__faq-list {max-width: 900px;margin: 0 auto;}.page-suncity8888__faq-item {background-color: #2a2a4a;border-radius: 8px;margin-bottom: 15px;overflow: hidden;box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);}.page-suncity8888__faq-question {display: flex;justify-content: space-between;align-items: center;padding: 20px 25px;cursor: pointer;user-select: none;background-color: #3a3a5a;color: #e0e0e0;transition: background-color 0.3s ease;}.page-suncity8888__faq-question:hover {background-color: #4a4a6a;}.page-suncity8888__faq-question h3 {margin: 0;font-size: 1.3em;pointer-events: none;}.page-suncity8888__faq-toggle {font-size: 1.8em;font-weight: bold;line-height: 1;pointer-events: none;color: #e94560;}.page-suncity8888__faq-answer {max-height: 0;overflow: hidden;padding: 0 25px;opacity: 0;transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;color: #c0c0c0;text-align: left;}.page-suncity8888__faq-item.active .page-suncity8888__faq-answer {max-height: 2000px !important;padding: 20px 25px !important;opacity: 1;}.page-suncity8888__faq-item.active .page-suncity8888__faq-question {background-color: #4a4a6a;}.page-suncity8888__faq-item.active .page-suncity8888__faq-toggle {transform: rotate(45deg);}.page-suncity8888__blog-section {background-color: #2a2a4a;}.page-suncity8888__blog-grid {display: grid;grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));gap: 30px;}.page-suncity8888__blog-card {background-color: #3a3a5a;border-radius: 10px;overflow: hidden;text-align: left;box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);transition: transform 0.3s ease;}.page-suncity8888__blog-card:hover {transform: translateY(-5px);}.page-suncity8888__blog-image {width: 100%;max-width: 100%;height: 200px;object-fit: cover;}.page-suncity8888__blog-content {padding: 20px;}.page-suncity8888__blog-title {font-size: 1.4em;color: #e94560;margin-bottom: 10px;line-height: 1.3;}.page-suncity8888__blog-title a {color: inherit;text-decoration: none;}.page-suncity8888__blog-title a:hover {text-decoration: underline;}.page-suncity8888__blog-date {font-size: 0.9em;color: #a0a0a0;margin-bottom: 15px;}.page-suncity8888__blog-excerpt {font-size: 0.95em;color: #c0c0c0;margin-bottom: 20px;}.page-suncity8888__blog-read-more {color: #e94560;text-decoration: none;font-weight: bold;}.page-suncity8888__blog-read-more:hover {text-decoration: underline;}@media (max-width: 768px) {.page-suncity8888__hero-section {height: auto;min-height: 450px;}.page-suncity8888__hero-title {font-size: 2.5em;}.page-suncity8888__hero-description {font-size: 1em;}.page-suncity8888__hero-buttons {flex-direction: column;gap: 15px;}.page-suncity8888__btn {width: 100%;max-width: 250px;padding: 12px 20px;font-size: 0.9em;}.page-suncity8888__section {padding: 40px 0;}.page-suncity8888__section-title {font-size: 2em;margin-bottom: 30px;}.page-suncity8888__section-text {font-size: 0.95em;}.page-suncity8888__payment-providers {flex-direction: row;flex-wrap: wrap;justify-content: center;gap: 16px;padding: 30px 0;}.page-suncity8888__payment-logo,.page-suncity8888__payment-logo img {width: 80px !important;height: 80px !important;max-width: 80px !important;max-height: 80px !important;}.page-suncity8888__grid {grid-template-columns: 1fr;gap: 20px;}.page-suncity8888__card {padding: 20px;}.page-suncity8888__card-title {font-size: 1.5em;}.page-suncity8888__feature-item {flex-direction: column;align-items: center;text-align: center;padding: 20px;}.page-suncity8888__feature-content h3 {font-size: 1.3em;}.page-suncity8888__faq-question {padding: 15px 20px;}.page-suncity8888__faq-question h3 {font-size: 1.1em;}.page-suncity8888__faq-answer {padding: 0 20px;}.page-suncity8888__faq-item.active .page-suncity8888__faq-answer {padding: 15px 20px !important;}.page-suncity8888__blog-grid {grid-template-columns: 1fr;gap: 20px;}.page-suncity8888__blog-title {font-size: 1.2em;}.page-suncity8888__hero-content {width: 90%;}.page-suncity8888__feature-list, .page-suncity8888__faq-list {padding: 0 15px;box-sizing: border-box;}.page-suncity8888__feature-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;}.page-suncity8888__blog-card {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;}.page-suncity8888__blog-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-suncity8888__card {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;}.page-suncity8888__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-suncity8888 img:not(.page-suncity8888__payment-logo img) {max-width: 100% !important;height: auto !important;}.page-suncity8888__card-image, .page-suncity8888__blog-image {max-width: 100% !important;height: auto !important;}.page-suncity8888__quick-access-links {width: 100% !important;max-width: 100% !important;box-sizing: border-box !important;padding: 0 15px !important;margin-left: 0 !important;margin-right: 0 !important;}}.page-suncity8888__floating-buttons {position: fixed;bottom: 20px;right: 20px;display: flex;flex-direction: column;gap: 15px;z-index: 1000;}.page-suncity8888__floating-buttons .page-suncity8888__btn {min-width: unset;width: 120px;padding: 10px 15px;font-size: 0.9em;text-align: center;}@media (max-width: 480px) {.page-suncity8888__hero-title {font-size: 2em;}.page-suncity8888__section-title {font-size: 1.8em;}.page-suncity8888__floating-buttons {bottom: 10px;right: 10px;gap: 10px;}.page-suncity8888__floating-buttons .page-suncity8888__btn {width: 100px;padding: 8px 10px;font-size: 0.8em;}}