body{font-family:'Segoe UI',Roboto,Helvetica,Arial,sans-serif;line-height:1.6;color:#333;background-color:#f4f7f6}.page-sg777-ph{max-width:100%;margin:0 auto;overflow-x:hidden}.page-sg777-ph__header-brand{text-align:center;padding:15px 0;background:#0a1930;color:#fff;font-size:1.8em;font-weight:700}.page-sg777-ph__hero-section{position:relative;width:100%;min-height:calc(100vh - 100px);display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;color:#fff;padding:10px 20px 80px;box-sizing:border-box;background:linear-gradient(135deg,#0a1930,#1a3a60)}.page-sg777-ph__hero-image{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;opacity:.3;z-index:0}.page-sg777-ph__hero-content{position:relative;z-index:1;max-width:800px;margin:0 auto}.page-sg777-ph__hero-title{font-size:2.8em;margin-bottom:15px;line-height:1.2;text-shadow:2px 2px 4px rgba(0,0,0,.5);font-weight:bold}.page-sg777-ph__hero-subtitle{font-size:1.3em;margin-bottom:30px;text-shadow:1px 1px 3px rgba(0,0,0,.5)}.page-sg777-ph__cta-buttons{display:flex;flex-wrap:wrap;justify-content:center;gap:15px}.page-sg777-ph__cta-button{display:inline-block;padding:15px 30px;background-color:#ffcc00;color:#0a1930;text-decoration:none;border-radius:8px;font-size:1.1em;font-weight:600;transition:background-color .3s ease,transform .3s ease;box-shadow:0 4px 10px rgba(0,0,0,.2)}.page-sg777-ph__cta-button:hover{background-color:#e6b800;transform:translateY(-2px)}.page-sg777-ph__floating-buttons{position:fixed;bottom:20px;right:20px;display:flex;flex-direction:column;gap:15px;z-index:1000}.page-sg777-ph__floating-button{display:flex;align-items:center;justify-content:center;width:60px;height:60px;background-color:#ffcc00;color:#0a1930;border-radius:50%;font-size:.9em;font-weight:600;text-decoration:none;box-shadow:0 4px 10px rgba(0,0,0,.3);transition:background-color .3s ease,transform .3s ease;text-align:center;line-height:1.2}.page-sg777-ph__floating-button:hover{background-color:#e6b800;transform:scale(1.05)}.page-sg777-ph__floating-button--register{background-color:#007bff;color:#fff}.page-sg777-ph__floating-button--register:hover{background-color:#0056b3}.page-sg777-ph__section{padding:50px 20px;text-align:center}.page-sg777-ph__section--dark{background-color:#0a1930;color:#fff}.page-sg777-ph__section-title{font-size:2.2em;margin-bottom:30px;font-weight:bold}.page-sg777-ph__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:30px;margin-top:40px}.page-sg777-ph__grid-item{background-color:#fff;border-radius:12px;overflow:hidden;box-shadow:0 6px 15px rgba(0,0,0,.1);text-align:left;transition:transform .3s ease}.page-sg777-ph__grid-item:hover{transform:translateY(-5px)}.page-sg777-ph__grid-image{width:100%;height:200px;object-fit:cover}.page-sg777-ph__grid-content{padding:25px}.page-sg777-ph__grid-title{font-size:1.5em;margin-bottom:10px;color:#0a1930}.page-sg777-ph__grid-description{font-size:.95em;color:#555;margin-bottom:20px}.page-sg777-ph__grid-button{display:inline-block;padding:10px 20px;background-color:#ffcc00;color:#0a1930;text-decoration:none;border-radius:6px;font-size:.9em;font-weight:600;transition:background-color .3s ease}.page-sg777-ph__grid-button:hover{background-color:#e6b800}.page-sg777-ph__promo-card{background-color:#1a3a60;color:#fff;padding:30px;border-radius:12px;margin-top:40px}.page-sg777-ph__promo-title{font-size:2em;margin-bottom:15px}.page-sg777-ph__promo-text{font-size:1.1em;margin-bottom:25px}.page-sg777-ph__features-list{list-style:none;padding:0;margin-top:40px;display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:20px}.page-sg777-ph__features-item{background-color:#fff;padding:25px;border-radius:10px;box-shadow:0 4px 10px rgba(0,0,0,.08);text-align:left}.page-sg777-ph__features-icon{font-size:2.5em;color:#ffcc00;margin-bottom:15px;display:block}.page-sg777-ph__features-title{font-size:1.3em;margin-bottom:10px;color:#0a1930}.page-sg777-ph__features-description{font-size:.9em;color:#555}.page-sg777-ph__faq-section{padding:50px 20px;text-align:left}.page-sg777-ph__faq-title{font-size:2.2em;margin-bottom:30px;text-align:center;font-weight:bold}.page-sg777-ph__faq-item{margin-bottom:15px;border:1px solid #ddd;border-radius:8px;background-color:#fff}.page-sg777-ph__faq-question{display:flex;justify-content:space-between;align-items:center;padding:18px 20px;background-color:#f9f9f9;cursor:pointer;user-select:none;border-radius:8px;transition:background-color .3s ease}.page-sg777-ph__faq-question:hover{background-color:#f0f0f0}.page-sg777-ph__faq-question h3{margin:0;font-size:1.1em;color:#0a1930;pointer-events:none}.page-sg777-ph__faq-toggle{font-size:1.5em;font-weight:bold;color:#0a1930;pointer-events:none}.page-sg777-ph__faq-answer{max-height:0;overflow:hidden;padding:0 20px;opacity:0;transition:max-height .4s cubic-bezier(.4,0,.2,1),padding .4s ease,opacity .4s ease}.page-sg777-ph__faq-item.active .page-sg777-ph__faq-answer{max-height:2000px!important;padding:20px!important;opacity:1}.page-sg777-ph__faq-item.active .page-sg777-ph__faq-question{background-color:#e0e0e0}.page-sg777-ph__faq-item.active .page-sg777-ph__faq-toggle{content:'−'}.page-sg777-ph__disclaimer{font-size:.8em;color:#777;margin-top:50px;text-align:center;padding:0 20px}.page-sg777-ph__download-section{background-color:#1a3a60;color:#fff;padding:60px 20px;text-align:center}.page-sg777-ph__download-title{font-size:2em;margin-bottom:20px;font-weight:bold}.page-sg777-ph__download-text{font-size:1.1em;margin-bottom:30px;max-width:700px;margin-left:auto;margin-right:auto}.page-sg777-ph__download-button{display:inline-block;padding:15px 35px;background-color:#ffcc00;color:#0a1930;text-decoration:none;border-radius:8px;font-size:1.2em;font-weight:700;transition:background-color .3s ease,transform .3s ease;box-shadow:0 4px 12px rgba(0,0,0,.3)}.page-sg777-ph__download-button:hover{background-color:#e6b800;transform:translateY(-3px)}@media (max-width:1024px){.page-sg777-ph__hero-title{font-size:2.5em}.page-sg777-ph__hero-subtitle{font-size:1.2em}.page-sg777-ph__section-title,.page-sg777-ph__faq-title,.page-sg777-ph__download-title{font-size:2em}}@media (max-width:768px){.page-sg777-ph__hero-title{font-size:2em}.page-sg777-ph__hero-subtitle{font-size:1em}.page-sg777-ph__cta-button{padding:12px 25px;font-size:1em}.page-sg777-ph__section,.page-sg777-ph__faq-section,.page-sg777-ph__download-section{padding:40px 15px}.page-sg777-ph__section-title,.page-sg777-ph__faq-title,.page-sg777-ph__download-title{font-size:1.8em}.page-sg777-ph__grid{grid-template-columns:1fr;gap:20px}.page-sg777-ph__grid-image{height:180px}.page-sg777-ph__grid-content{padding:20px}.page-sg777-ph__grid-title{font-size:1.3em}.page-sg777-ph__promo-card{padding:25px}.page-sg777-ph__promo-title{font-size:1.8em}.page-sg777-ph__promo-text{font-size:1em}.page-sg777-ph__features-list{grid-template-columns:1fr}.page-sg777-ph__features-item{padding:20px}.page-sg777-ph__faq-question{padding:15px}.page-sg777-ph__faq-question h3{font-size:1em}.page-sg777-ph__faq-answer{padding:0 15px}.page-sg777-ph__faq-item.active .page-sg777-ph__faq-answer{padding:15px!important}.page-sg777-ph__download-button{padding:12px 28px;font-size:1.1em}.page-sg777-ph__floating-buttons{bottom:15px;right:15px;gap:10px}.page-sg777-ph__floating-button{width:50px;height:50px;font-size:.8em}}.page-sg777-ph__product-list{list-style:none;padding:0;margin:0 auto;display:flex;flex-wrap:wrap;justify-content:center;gap:20px;width:100%;max-width:1200px;box-sizing:border-box}.page-sg777-ph__product-item{width:100%;max-width:300px;box-sizing:border-box;background-color:#fff;border-radius:12px;box-shadow:0 4px 10px rgba(0,0,0,.1);overflow:hidden;transition:transform .3s ease}.page-sg777-ph__product-item:hover{transform:translateY(-5px)}.page-sg777-ph__product-image{width:100%;height:200px;object-fit:cover}.page-sg777-ph__product-content{padding:20px;text-align:center}.page-sg777-ph__product-title{font-size:1.4em;margin-bottom:10px;color:#0a1930}.page-sg777-ph__product-description{font-size:.9em;color:#555;margin-bottom:15px}.page-sg777-ph__product-button{display:inline-block;padding:10px 25px;background-color:#ffcc00;color:#0a1930;text-decoration:none;border-radius:6px;font-size:1em;font-weight:600;transition:background-color .3s ease}.page-sg777-ph__product-button:hover{background-color:#e6b800}@media (max-width:768px){.page-sg777-ph__product-list{flex-direction:column;align-items:center}.page-sg777-ph__product-item{width:90%;max-width:none}.page-sg777-ph__product-image{width:100%;height:180px}.page-sg777-ph__product-content{padding:15px}.page-sg777-ph__product-title{font-size:1.2em}.page-sg777-ph__product-description{font-size:.85em}.page-sg777-ph__product-button{padding:8px 20px;font-size:.9em}}.page-sg777-ph__brand-logo{max-width:200px;height:auto;margin-bottom:20px}