.page-register__container{max-width:1200px;margin:0 auto;padding-left:16px;padding-right:16px}.page-register__hero-section{background:#f2f6f9;margin-bottom:48px}.page-register__hero-image-wrap{width:100%}.page-register__hero-image{width:100%;height:350px;object-fit:cover;display:block}.page-register__hero-content{max-width:1200px;margin:0 auto;padding:24px 16px}.page-register__main-title{font-weight:800;line-height:1.3;letter-spacing:.3px;color:#0b243c;margin-bottom:12px;max-width:860px}.page-register__hero-desc{color:#2c3e50;font-size:1.1rem;line-height:1.7;max-width:880px;margin-bottom:24px}.page-register__hero-actions{display:flex;flex-wrap:wrap;gap:14px}.page-register__btn{display:inline-block;padding:13px 28px;border-radius:999px;font-weight:700;text-align:center;text-decoration:none;transition:transform .2s ease,background-color .2s ease;max-width:100%;box-sizing:border-box;white-space:normal;word-wrap:break-word}.page-register__btn--primary{background:#EA7C07;color:#fff}.page-register__btn--primary:hover{transform:translateY(-2px);background:#d16e06}.page-register__btn--secondary{background:#26A9E0;color:#fff}.page-register__btn--secondary:hover{transform:translateY(-2px);background:#1f95c7}.page-register__features-section{background:#fff;padding:48px 0 32px}.page-register__section-title{color:#0b243c;font-weight:800;font-size:1.9rem;text-align:center;margin:0 0 12px;line-height:1.3}.page-register__section-subtitle{color:#4a5568;font-size:1.1rem;text-align:center;max-width:800px;margin:0 auto 42px;line-height:1.6}.page-register__features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}.page-register__feature-item{background:#fff;border-radius:20px;box-shadow:0 8px 30px rgba(0,0,0,.05);padding:18px;border:1px solid #eef2f6;transition:box-shadow .3s ease}.page-register__feature-item:hover{box-shadow:0 10px 35px rgba(38,169,224,.12)}.page-register__feature-img{width:100%;border-radius:15px;aspect-ratio:16/9;object-fit:cover;display:block}.page-register__feature-title{color:#0b243c;font-weight:700;font-size:1.2rem;margin:16px 0 10px;line-height:1.4}.page-register__feature-desc{color:#3d4f5f;line-height:1.6;font-size:.98rem}.page-register__partner-section{background:linear-gradient(180deg,#f7fafc,#ffffff);padding:48px 0}.page-register__logo-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px 28px;justify-items:stretch;margin:24px auto 0;max-width:1000px}.page-register__logo-item{display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:10px;background:#fff;border:1px solid #eef2f6;border-radius:16px;padding:12px 12px 12px 16px;box-shadow:0 4px 14px rgba(0,0,0,.04);text-decoration:none;transition:box-shadow .3s ease,transform .3s ease;box-sizing:border-box;max-width:100%}.page-register__logo-item:hover{box-shadow:0 8px 24px rgba(38,169,224,.16);transform:translateY(-3px)}.page-register__logo-image{width:auto;height:56px;max-width:60%;object-fit:contain}.page-register__logo-cta{display:inline-block;background:#26A9E0;color:#fff;font-weight:700;font-size:.9rem;padding:8px 16px;border-radius:999px;transition:background .3s ease;max-width:100%}.page-register__logo-cta--mobile{display:none}.page-register__logo-item:hover .page-register__logo-cta{background:#0b243c}.page-register__guide-section{padding:48px 0 56px;background:#ffffff}.page-register__guide-intro{color:#4a5568;font-size:1.1rem;line-height:1.6;text-align:center;max-width:840px;margin:0 auto 40px}.page-register__steps-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px;margin:0 0 32px;max-width:1200px;margin-left:auto;margin-right:auto;padding:0 16px}.page-register__step-item{background:#fff;border-radius:20px;border:1px solid #edf2f7;box-shadow:0 8px 30px rgba(0,0,0,.05);overflow:hidden;transition:box-shadow .3s ease,transform .3s ease}.page-register__step-item:hover{transform:translateY(-5px);box-shadow:0 15px 35px rgba(38,169,224,.1)}.page-register__step-figure{margin:0}.page-register__step-img{width:100%;aspect-ratio:16/9;object-fit:cover;display:block}.page-register__step-content{padding:18px 18px 24px}.page-register__step-title{color:#0b243c;font-weight:700;font-size:1.25rem;margin:0 0 12px}.page-register__step-desc{color:#4a5568;font-size:.96rem;line-height:1.65;margin:0}.page-register__guide-actions{width:100%;display:flex;justify-content:center;padding:12px 0 24px}.page-register__faq-item{background:#fff;border-radius:14px;border:2px solid #c81e1e;box-shadow:0 2px 12px rgba(200,30,30,.04);margin-bottom:14px;overflow:hidden;max-width:840px;margin-left:auto;margin-right:auto}.page-register__faq-question{cursor:pointer;display:flex;justify-content:space-between;align-items:center;gap:14px;color:#0b243c;font-weight:700;font-size:1rem;padding:16px 20px;list-style:none;background:#fff;transition:background .2s ease}.page-register__faq-question:hover{background:#fafcfd}.page-register__faq-question::-webkit-details-marker{display:none}.page-register__faq-question::after{content:'\002B';width:26px;height:26px;line-height:22px;border-radius:50%;background:#26A9E0;color:#fff;text-align:center;font-size:18px;font-weight:700;flex-shrink:0}.page-register__faq-item[open] .page-register__faq-question::after{content:'\2212';background:#EA7C07}.page-register__faq-answer{padding:4px 20px 18px;color:#4a5568;line-height:1.7;font-size:.98rem}@media (max-width:1024px){.page-register__hero-image{height:300px}.page-register__features-grid,.page-register__steps-grid{grid-template-columns:repeat(2,1fr)}.page-register__logo-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.page-register__hero-image{height:200px}.page-register__main-title{font-size:1.4rem}.page-register__hero-actions{flex-direction:column;align-items:stretch}.page-register__btn{width:100%;box-sizing:border-box;max-width:100%;display:block}.page-register__features-section,.page-register__partner-section,.page-register__guide-section{padding-top:32px;padding-bottom:32px}.page-register__section-title{font-size:1.5rem}.page-register__section-subtitle{font-size:1rem}.page-register__features-grid{grid-template-columns:1fr;gap:22px}.page-register__logo-grid{grid-template-columns:repeat(2,1fr);gap:16px}.page-register__logo-image{max-width:70px;width:140px;height:auto}.page-register__logo-item{flex-direction:column;gap:12px;justify-content:flex-start;padding:15px 10px}.page-register__logo-cta{font-size:.95rem;padding:8px 14px;display:inline-block}.page-register__logo-cta--mobile{display:inline}.page-register__steps-grid{grid-template-columns:1fr}.page-register__step-title{font-size:1.15rem}.page-register img{max-width:100%;height:auto}.page-register__btn{max-width:100%;overflow:hidden}.page-register__faq-item{width:100%}.page-register__faq-question{white-space:normal;word-wrap:break-word}}