.page-ftnx__hero-section{position:relative;width:100%;min-height:450px;display:flex;align-items:center;justify-content:center;text-align:center;color:#fff;overflow:hidden;padding-top:10px}.page-ftnx__hero-background{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:-1}.page-ftnx__hero-content{position:relative;z-index:1;padding:20px;max-width:900px}.page-ftnx__hero-title{font-size:3em;margin-bottom:15px;line-height:1.2;color:#fff;text-shadow:2px 2px 4px rgba(0,0,0,.7)}.page-ftnx__hero-subtitle{font-size:1.5em;margin-bottom:30px;color:#eee}.page-ftnx__cta-button{display:inline-block;background-color:#ffcc00;color:#333;padding:15px 30px;border-radius:5px;text-decoration:none;font-weight:700;font-size:1.2em;transition:background-color .3s ease,transform .3s ease}.page-ftnx__cta-button:hover{background-color:#e6b800;transform:translateY(-2px)}.page-ftnx__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 20px;background-color:#1a1a1a}.page-ftnx__payment-logo{flex:0 0 auto;width:80px;height:80px;max-width:80px;max-height:80px;box-sizing:border-box}.page-ftnx__payment-logo img{display:block;width:80px!important;height:80px!important;max-width:80px!important;max-height:80px!important;object-fit:contain}.page-ftnx__section{padding:60px 20px;text-align:center;background-color:#0f0f0f;color:#eee}.page-ftnx__section--alt{background-color:#1a1a1a}.page-ftnx__section-title{font-size:2.5em;color:#ffcc00;margin-bottom:30px}.page-ftnx__text-content{max-width:800px;margin:0 auto 30px;line-height:1.8;font-size:1.1em}.page-ftnx__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:30px;max-width:1200px;margin:0 auto}.page-ftnx__card{background-color:#222;padding:30px;border-radius:10px;text-align:left;box-shadow:0 5px 15px rgba(0,0,0,.3);display:flex;flex-direction:column;align-items:center}.page-ftnx__card-image-wrapper{width:100%;height:200px;margin-bottom:20px;overflow:hidden;border-radius:8px}.page-ftnx__card-image{width:100%;height:100%;object-fit:cover;border-radius:8px}.page-ftnx__card-title{font-size:1.8em;color:#ffcc00;margin-bottom:15px;text-align:center}.page-ftnx__card-description{font-size:1em;color:#ccc;line-height:1.6;margin-bottom:20px;text-align:center}.page-ftnx__card-button{display:inline-block;background-color:#ffcc00;color:#333;padding:10px 20px;border-radius:5px;text-decoration:none;font-weight:700;transition:background-color .3s ease,transform .3s ease;align-self:center}.page-ftnx__card-button:hover{background-color:#e6b800;transform:translateY(-2px)}.page-ftnx__quick-links{display:flex;flex-wrap:wrap;justify-content:center;gap:20px;margin-top:40px}.page-ftnx__quick-link-button{background-color:#333;color:#ffcc00;padding:12px 25px;border-radius:5px;text-decoration:none;font-weight:700;transition:background-color .3s ease,color .3s ease}.page-ftnx__quick-link-button:hover{background-color:#444;color:#fff}.page-ftnx__faq-item{background-color:#222;margin-bottom:15px;border-radius:8px;overflow:hidden;box-sizing:border-box}.page-ftnx__faq-question{display:flex;justify-content:space-between;align-items:center;padding:20px;cursor:pointer;background-color:#333;color:#ffcc00;font-size:1.2em;font-weight:700;user-select:none;transition:background-color .3s ease}.page-ftnx__faq-question:hover{background-color:#444}.page-ftnx__faq-question h3{margin:0;pointer-events:none}.page-ftnx__faq-toggle{font-size:1.5em;line-height:1;pointer-events:none;transition:transform .3s ease}.page-ftnx__faq-item.active .page-ftnx__faq-toggle{transform:rotate(45deg)}.page-ftnx__faq-answer{max-height:0;overflow:hidden;padding:0 15px;opacity:0;transition:max-height .4s cubic-bezier(.4,0,.2,1),padding .4s ease,opacity .4s ease}.page-ftnx__faq-item.active .page-ftnx__faq-answer{max-height:2000px!important;padding:20px 15px!important;opacity:1}.page-ftnx__faq-answer p{margin:0;color:#ccc;line-height:1.6;padding-bottom:10px}.page-ftnx__blog-card{background-color:#222;padding:25px;border-radius:10px;text-align:left;box-shadow:0 5px 15px rgba(0,0,0,.3)}.page-ftnx__blog-card-title{font-size:1.5em;color:#ffcc00;margin-bottom:10px}.page-ftnx__blog-card-title a{color:#ffcc00;text-decoration:none}.page-ftnx__blog-card-title a:hover{color:#fff;text-decoration:underline}.page-ftnx__blog-card-excerpt{font-size:1em;color:#ccc;line-height:1.6;margin-bottom:15px}.page-ftnx__blog-card-link{display:inline-block;color:#ffcc00;text-decoration:none;font-weight:700}.page-ftnx__blog-card-link:hover{text-decoration:underline}.page-ftnx__floating-buttons{position:fixed;bottom:20px;right:20px;display:flex;flex-direction:column;gap:15px;z-index:1000}.page-ftnx__floating-button{background-color:#ffcc00;color:#333;padding:15px 20px;border-radius:50px;text-decoration:none;font-weight:700;font-size:1.1em;box-shadow:0 4px 10px rgba(0,0,0,.3);transition:background-color .3s ease,transform .3s ease}.page-ftnx__floating-button:hover{background-color:#e6b800;transform:translateY(-2px)}@media (max-width:768px){.page-ftnx__hero-title{font-size:2.2em}.page-ftnx__hero-subtitle{font-size:1.2em}.page-ftnx__cta-button{padding:12px 25px;font-size:1em}.page-ftnx__payment-providers{flex-direction:row;flex-wrap:wrap;justify-content:center;gap:16px}.page-ftnx__payment-logo,.page-ftnx__payment-logo img{width:80px!important;height:80px!important;max-width:80px!important;max-height:80px!important}.page-ftnx__section{padding:40px 15px}.page-ftnx__section-title{font-size:2em}.page-ftnx__text-content{font-size:.95em}.page-ftnx__grid{grid-template-columns:1fr;gap:20px}.page-ftnx__card{padding:20px}.page-ftnx__card-title{font-size:1.5em}.page-ftnx__card-description{font-size:.9em}.page-ftnx__quick-links{flex-direction:column;gap:10px}.page-ftnx__quick-link-button{width:100%;box-sizing:border-box;padding:10px 15px}.page-ftnx__faq-question{font-size:1.1em;padding:15px}.page-ftnx__faq-answer p{font-size:.9em}.page-ftnx__faq-item{box-sizing:border-box}.page-ftnx__blog-card{padding:20px}.page-ftnx__blog-card-title{font-size:1.3em}.page-ftnx__blog-card-excerpt{font-size:.9em}.page-ftnx__floating-buttons{bottom:15px;right:15px;gap:10px}.page-ftnx__floating-button{padding:12px 18px;font-size:1em;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}}