.page-register__hero-section{display:flex;flex-direction:column;align-items:center;background:#08162B;padding:10px 0 0;margin:0}.page-register__hero-image{width:100%;max-width:1220px;margin:0 auto;padding:0 12px;box-sizing:border-box}.page-register__hero-image img{width:100%;height:auto;max-width:1200px;aspect-ratio:16/9;object-fit:cover;border-radius:16px;display:block}.page-register__hero-content{width:100%;max-width:1200px;margin:0 auto;padding:16px 20px 20px;text-align:center;box-sizing:border-box}.page-register__hero-title{color:#F3F8FF;font-size:clamp(24px,4.5vw,42px);font-weight:800;line-height:1.25;max-width:900px;margin:0 auto;text-shadow:0 2px 8px rgba(0,0,0,0.3)}.page-register__hero-subtitle{color:#AFC4E8;font-size:clamp(14px,2vw,18px);line-height:1.6;max-width:800px;margin:12px auto 0;text-align:center}.page-register__hero-actions{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center;align-items:center;gap:16px;margin:24px 0 12px;width:100%;max-width:620px}.page-register__btn{display:inline-block;font:inherit;font-weight:700;text-decoration:none;border:none;cursor:pointer;text-align:center;box-sizing:border-box;max-width:100%;white-space:normal;word-wrap:break-word;padding:14px 34px;border-radius:999px;background:#181818;color:#AFC4E8;border:1px solid #244D84;transition:transform 0.2s ease, box-shadow 0.2s ease}.page-register__btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px rgba(0,0,0,0.3)}.page-register__btn--primary{background:linear-gradient(180deg,#2B73F6 0%,#1144A6 100%);color:#fff;border:none}.page-register__btn--secondary{background:transparent;color:#4FA8FF;border:1px solid #244D84}.page-register__intro-section{background:#10233F;padding:40px 16px;margin:0}.page-register__intro-content{max-width:1080px;margin:0 auto;text-align:center}.page-register__intro-title{color:#F3F8FF;font-size:clamp(22px,4vw,32px);font-weight:700;line-height:1.3;margin:0 0 16px}.page-register__intro-text{color:#AFC4E8;font-size:16px;line-height:1.7;max-width:900px;margin:0 auto 24px}.page-register__feature-list{list-style:none;padding:0;margin:24px 0 0;max-width:760px;margin-left:auto;margin-right:auto;display:grid;grid-template-columns:1fr;gap:14px;text-align:left}.page-register__feature-item{position:relative;color:#AFC4E8;font-size:15px;line-height:1.6;padding:12px 16px 12px 44px;background:#173A66;border:1px solid #244D84;border-radius:8px}.page-register__feature-item::before{content:"\2714";position:absolute;left:16px;top:50%;transform:translateY(-50%);color:#F2C14E;font-size:18px;font-weight:700}.page-register__benefits-section{background:#113B7A;padding:40px 16px;margin:0}.page-register__benefits-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;max-width:1200px;margin:0 auto}.page-register__benefit-card{background:#10233F;border:1px solid #244D84;border-radius:12px;padding:24px 18px;box-shadow:0 6px 14px rgba(0,0,0,0.18),0 0 0 1px rgba(79,168,255,0.08);text-align:center}.page-register__benefit-title{color:#F3F8FF;font-size:18px;font-weight:700;line-height:1.4;margin:0 0 12px}.page-register__benefit-text{color:#AFC4E8;font-size:14px;line-height:1.6;margin:0}.page-register__guide-section{background:#08162B;padding:48px 16px;margin:0}.page-register__guide-inner{max-width:1080px;margin:0 auto;padding:0}.page-register__guide-title{color:#F3F8FF;font-size:clamp(22px,4vw,30px);font-weight:700;line-height:1.3;text-align:center;margin:0 0 12px}.page-register__guide-desc{color:#AFC4E8;font-size:15px;text-align:center;line-height:1.6;max-width:800px;margin:0 auto 32px}.page-register__steps-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;max-width:1080px;margin:0 auto 36px}.page-register__step-card{background:#10233F;border:1px solid #244D84;border-radius:14px;padding:28px 22px 24px;position:relative;text-align:left}.page-register__step-number{width:40px;height:40px;border-radius:50%;background:linear-gradient(135deg,#F2C14E,#D19C2D);color:#08162B;font-weight:800;font-size:18px;display:flex;align-items:center;justify-content:center;margin-bottom:14px}.page-register__step-title{color:#F3F8FF;font-size:17px;font-weight:700;line-height:1.4;margin:0 0 10px}.page-register__step-text{color:#AFC4E8;font-size:14px;line-height:1.65;margin:0}.page-register__guide-actions{text-align:center}.page-register__faq-section{background:#10233F;padding:48px 16px;margin:0}.page-register__faq-title{color:#F3F8FF;font-size:clamp(22px,4vw,30px);font-weight:700;line-height:1.3;text-align:center;margin:0 0 24px}.page-register__faq-list{max-width:800px;margin:0 auto;display:flex;flex-direction:column;gap:14px}.page-register__faq-item{background:#173A66;border:1px solid #244D84;border-radius:10px;overflow:hidden}.page-register__faq-question{color:#F3F8FF;font-size:16px;font-weight:600;line-height:1.5;padding:16px 20px;cursor:pointer;list-style:none;position:relative;padding-right:48px}.page-register__faq-question::-webkit-details-marker{display:none}.page-register__faq-question::after{content:"\002B";position:absolute;right:18px;top:50%;transform:translateY(-50%);color:#F2C14E;font-size:22px;font-weight:700}.page-register__faq-item[open] .page-register__faq-question::after{content:"\2212"}.page-register__faq-answer{color:#AFC4E8;font-size:14px;line-height:1.7;padding:0 20px 16px}.page-register__cta-section{background:linear-gradient(135deg,#1D5FD1,#113B7A),#113B7A;padding:52px 16px;margin:0}.page-register__cta-content{max-width:800px;margin:0 auto;text-align:center}.page-register__cta-title{color:#F3F8FF;font-size:clamp(20px,3.5vw,28px);font-weight:800;line-height:1.3;margin:0 0 12px}.page-register__cta-text{color:#FFFFFF;font-size:16px;line-height:1.7;max-width:720px;margin:0 auto 24px;opacity:0.9}.page-register__cta-actions{display:flex;justify-content:center}.page-register__cta-actions .page-register__btn{padding:16px 42px}.page-register__cta-actions .page-register__btn--primary{background:linear-gradient(180deg,#F2C14E,#D19C2D);color:#08162B;box-shadow:0 4px 16px rgba(0,0,0,0.25)}.page-register__faq-section{background:#10233F;padding:48px 16px;margin:0}.page-register__faq-title{color:#F3F8FF;font-size:clamp(22px,4vw,30px);font-weight:700;line-height:1.3;text-align:center;margin:0 0 24px}.page-register__faq-list{max-width:800px;margin:0 auto;display:flex;flex-direction:column;gap:14px}.page-register__faq-item{background:#173A66;border:1px solid #244D84;border-radius:10px;overflow:hidden}.page-register__faq-question{color:#F3F8FF;font-size:16px;font-weight:600;line-height:1.5;padding:16px 20px;cursor:pointer;list-style:none;position:relative;padding-right:48px}.page-register__faq-question::-webkit-details-marker{display:none}.page-register__faq-question::after{content:"\002B";position:absolute;right:18px;top:50%;transform:translateY(-50%);color:#F2C14E;font-size:22px;font-weight:700}.page-register__faq-item[open] .page-register__faq-question::after{content:"\2212"}.page-register__faq-answer{color:#AFC4E8;font-size:14px;line-height:1.7;padding:0 20px 16px}.page-register__cta-section{background:linear-gradient(135deg,#1D5FD1,#113B7A),#113B7A;padding:52px 16px;margin:0}.page-register__cta-content{max-width:800px;margin:0 auto;text-align:center}.page-register__cta-title{color:#F3F8FF;font-size:clamp(20px,3.5vw,28px);font-weight:800;line-height:1.3;margin:0 0 12px}.page-register__cta-text{color:#FFFFFF;font-size:16px;line-height:1.7;max-width:720px;margin:0 auto 24px;opacity:0.9}.page-register__cta-actions{display:flex;justify-content:center}.page-register__cta-actions .page-register__btn{padding:16px 42px}.page-register__cta-actions .page-register__btn--primary{background:linear-gradient(180deg,#F2C14E,#D19C2D);color:#08162B;box-shadow:0 4px 16px rgba(0,0,0,0.25)}@media (max-width:1024px){.page-register__benefits-grid{grid-template-columns:1fr 1fr}}@media (max-width:768px){.page-register__hero-section{padding-top:10px}.page-register__hero-image img{aspect-ratio:16/10}.page-register__hero-content{padding:16px 12px}.page-register__benefits-grid{grid-template-columns:1fr}.page-register__steps-grid{grid-template-columns:1fr}.page-register__faq-list{grid-template-columns:1fr}.page-register img{max-width:100%!important;height:auto!important}.page-register .page-register__btn{max-width:100%;box-sizing:border-box;white-space:normal;word-wrap:break-word;width:auto}.page-register__hero-actions{flex-direction:column;width:100%;max-width:100%}.page-register__hero-actions .page-register__btn{width:100%}.page-register__intro-title,.page-register__guide-title,.page-register__faq-title{max-width:100%}}.page-register p{color:#AFC4E8}