.page-slot-niceph-slot { font-family: 'Arial', sans-serif; color: #f0f0f0; background-color: #1a1a2e; line-height: 1.6; }.page-slot-niceph-slot__container { max-width: 1200px; margin: 0 auto; padding: 20px; }.page-slot-niceph-slot__hero-section { background: linear-gradient(135deg, #2a003a, #000000); color: #ffffff; padding: 60px 20px 40px; text-align: center; position: relative; overflow: hidden; border-radius: 10px; margin-bottom: 40px; padding-top: 10px; }.page-slot-niceph-slot__hero-background { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0.3; z-index: 0; }.page-slot-niceph-slot__hero-content { position: relative; z-index: 1; max-width: 800px; margin: 0 auto; }.page-slot-niceph-slot__hero-title { font-size: 2.8em; margin-bottom: 15px; font-weight: bold; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7); color: #ffd700; }.page-slot-niceph-slot__hero-subtitle { font-size: 1.3em; margin-bottom: 30px; line-height: 1.5; }.page-slot-niceph-slot__cta-buttons { display: flex; justify-content: center; gap: 20px; flex-wrap: wrap; }.page-slot-niceph-slot__button { display: inline-block; padding: 15px 30px; background-color: #e60073; color: #ffffff; text-decoration: none; border-radius: 8px; font-weight: bold; font-size: 1.1em; transition: background-color 0.3s ease, transform 0.3s ease; border: none; cursor: pointer; }.page-slot-niceph-slot__button:hover { background-color: #ff3399; transform: translateY(-3px); }.page-slot-niceph-slot__button--secondary { background-color: #007bff; }.page-slot-niceph-slot__button--secondary:hover { background-color: #0056b3; transform: translateY(-3px); }.page-slot-niceph-slot__section { padding: 40px 20px; margin-bottom: 30px; background-color: #0d0d1a; border-radius: 8px; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3); }.page-slot-niceph-slot__section-title { font-size: 2.2em; color: #ffd700; text-align: center; margin-bottom: 30px; font-weight: bold; }.page-slot-niceph-slot__text-content { font-size: 1.1em; margin-bottom: 20px; color: #cccccc; text-align: justify; }.page-slot-niceph-slot__text-content strong { color: #ffd700; }.page-slot-niceph-slot__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; }.page-slot-niceph-slot__card { background-color: #1a1a2e; padding: 25px; border-radius: 10px; text-align: center; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2); transition: transform 0.3s ease, box-shadow 0.3s ease; }.page-slot-niceph-slot__card:hover { transform: translateY(-5px); box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4); }.page-slot-niceph-slot__card-image { max-width: 100%; height: 250px; object-fit: cover; border-radius: 8px; margin-bottom: 15px; }.page-slot-niceph-slot__card-title { font-size: 1.5em; color: #ffd700; margin-bottom: 10px; }.page-slot-niceph-slot__card-description { font-size: 1em; color: #b0b0b0; }.page-slot-niceph-slot__provider-logos { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 25px; margin-top: 20px; }.page-slot-niceph-slot__provider-logo { width: 120px; height: auto; max-width: 100%; object-fit: contain; transition: transform 0.3s ease; }.page-slot-niceph-slot__provider-logo:hover { transform: scale(1.05); }.page-slot-niceph-slot__faq-section { background-color: #0d0d1a; border-radius: 8px; padding: 40px 20px; margin-bottom: 30px; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3); }.page-slot-niceph-slot__faq-list { list-style: none; padding: 0; }.page-slot-niceph-slot__faq-item { margin-bottom: 15px; border: 1px solid #333; border-radius: 8px; overflow: hidden; }.page-slot-niceph-slot__faq-question { background-color: #1a1a2e; padding: 20px 25px; display: flex; justify-content: space-between; align-items: center; cursor: pointer; user-select: none; transition: background-color 0.3s ease; }.page-slot-niceph-slot__faq-question:hover { background-color: #2b2b4d; }.page-slot-niceph-slot__faq-question h3 { margin: 0; font-size: 1.2em; color: #ffffff; pointer-events: none; }.page-slot-niceph-slot__faq-toggle { font-size: 1.5em; font-weight: bold; color: #ffd700; transition: transform 0.3s ease; pointer-events: none; }.page-slot-niceph-slot__faq-item.active .page-slot-niceph-slot__faq-toggle { transform: rotate(45deg); }.page-slot-niceph-slot__faq-answer { background-color: #22223b; 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; }.page-slot-niceph-slot__faq-item.active .page-slot-niceph-slot__faq-answer { max-height: 2000px !important; padding: 20px 25px !important; opacity: 1; }.page-slot-niceph-slot__faq-answer p { margin: 0; color: #cccccc; }.page-slot-niceph-slot__promotion-cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 25px; margin-top: 30px; }.page-slot-niceph-slot__promo-card { background-color: #1a1a2e; border-radius: 10px; overflow: hidden; text-align: center; box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2); transition: transform 0.3s ease; }.page-slot-niceph-slot__promo-card:hover { transform: translateY(-5px); }.page-slot-niceph-slot__promo-image { width: 100%; height: 200px; object-fit: cover; }.page-slot-niceph-slot__promo-content { padding: 20px; }.page-slot-niceph-slot__promo-title { font-size: 1.4em; color: #ffd700; margin-bottom: 10px; }.page-slot-niceph-slot__promo-description { font-size: 0.95em; color: #b0b0b0; margin-bottom: 20px; }.page-slot-niceph-slot__call-to-action { text-align: center; margin-top: 40px; }.page-slot-niceph-slot__call-to-action .page-slot-niceph-slot__button { margin-top: 20px; }.page-slot-niceph-slot__payment-logos { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 20px; margin-top: 20px; }.page-slot-niceph-slot__payment-logo { width: 100px; height: auto; max-width: 100%; object-fit: contain; filter: brightness(1.2); transition: transform 0.3s ease; }.page-slot-niceph-slot__payment-logo:hover { transform: scale(1.05); }@media (max-width: 768px) { .page-slot-niceph-slot__hero-title { font-size: 2em; }.page-slot-niceph-slot__hero-subtitle { font-size: 1.1em; }.page-slot-niceph-slot__cta-buttons { flex-direction: column; gap: 15px; }.page-slot-niceph-slot__button { width: 100%; max-width: 300px; margin: 0 auto; }.page-slot-niceph-slot__section-title { font-size: 1.8em; }.page-slot-niceph-slot__grid { grid-template-columns: 1fr; }.page-slot-niceph-slot__card-image { height: 200px; }.page-slot-niceph-slot__provider-logos, .page-slot-niceph-slot__payment-logos { gap: 15px; }.page-slot-niceph-slot__provider-logo, .page-slot-niceph-slot__payment-logo { width: 90px; }.page-slot-niceph-slot__faq-question { padding: 15px 20px; }.page-slot-niceph-slot__faq-question h3 { font-size: 1.1em; }.page-slot-niceph-slot__faq-answer { padding: 0 20px; }.page-slot-niceph-slot__faq-item.active .page-slot-niceph-slot__faq-answer { padding: 15px 20px !important; }.page-slot-niceph-slot__promo-image { height: 180px; }.page-slot-niceph-slot__promotion-cards { grid-template-columns: 1fr; }.page-slot-niceph-slot__container { padding: 10px; }.page-slot-niceph-slot__section { padding: 30px 15px; margin-bottom: 20px; }}