.page-register{--pr-primary:#26A9E0;--pr-secondary:#FFFFFF;--pr-login:#EA7C07;--pr-bg:#FFFFFF;--pr-text:#000000;--pr-text-soft:#4a4a4a;--pr-border:#d9e6ee;--pr-card:#f5fafd;display:block;background-color:var(--pr-bg);color:var(--pr-text);font-family:'Segoe UI',Roboto,Arial,sans-serif;line-height:1.6}
.page-register__container{width:100%;max-width:1200px;margin:0 auto;padding:0 20px}
.page-register__section-title{font-size:1.6rem;font-weight:700;color:#0d4a68;text-align:center;margin:0 0 12px}
.page-register__section-subtitle{font-size:1rem;color:var(--pr-text-soft);text-align:center;max-width:760px;margin:0 auto 32px}
.page-register__btn{display:inline-block;padding:14px 28px;border-radius:8px;font-weight:700;font-size:1rem;text-decoration:none;text-align:center;transition:background-color .25s ease,color .25s ease,transform .2s ease;cursor:pointer;border:2px solid transparent}
.page-register__btn--primary{background-color:var(--pr-primary);color:#ffffff;border-color:var(--pr-primary)}
.page-register__btn--primary:hover{background-color:#1b8ab8;border-color:#1b8ab8;transform:translateY(-2px)}
.page-register__btn--login{background-color:var(--pr-login);color:#ffffff;border-color:var(--pr-login)}
.page-register__btn--login:hover{background-color:#c96805;border-color:#c96805;transform:translateY(-2px)}
.page-register__btn--ghost{background-color:#ffffff;color:#0d4a68;border-color:var(--pr-primary)}
.page-register__btn--ghost:hover{background-color:#e9f6fc;color:#0d4a68}
.page-register__btn--full{width:100%}

.page-register__hero-section{padding:10px 20px 40px;background:linear-gradient(180deg,#eef8fd 0%,#ffffff 100%)}
.page-register__hero-container{width:100%;max-width:1100px;margin:0 auto;display:flex;flex-direction:column;gap:24px;align-items:center}
.page-register__hero-image{width:100%;max-width:900px}
.page-register__hero-image img{width:100%;height:auto;max-width:100%;border-radius:14px;box-shadow:0 12px 32px rgba(38,169,224,.18);display:block}
.page-register__hero-content{width:100%;max-width:900px;text-align:center}
.page-register__hero-title{font-weight:800;line-height:1.25;letter-spacing:-.5px;color:#0d4a68;margin:0 0 14px}
.page-register__hero-desc{font-size:1.05rem;color:var(--pr-text-soft);max-width:760px;margin:0 auto 24px}
.page-register__hero-actions{display:flex;gap:14px;justify-content:center;flex-wrap:wrap}

.page-register__steps-section{padding:56px 0;background-color:#ffffff}
.page-register__steps-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}
.page-register__step-card{background-color:var(--pr-card);border:1px solid var(--pr-border);border-radius:14px;padding:26px 20px;text-align:center;box-shadow:0 6px 18px rgba(38,169,224,.08)}
.page-register__step-number{width:52px;height:52px;line-height:52px;border-radius:50%;background-color:var(--pr-primary);color:#ffffff;font-size:1.3rem;font-weight:800;margin:0 auto 14px}
.page-register__step-title{font-size:1.1rem;font-weight:700;color:#0d4a68;margin:0 0 10px}
.page-register__step-text{font-size:.95rem;color:var(--pr-text-soft);margin:0}

.page-register__benefits-section{padding:56px 0;background-color:#eef8fd}
.page-register__benefits-layout{display:grid;grid-template-columns:1fr 1.2fr;gap:36px;align-items:center}
.page-register__benefits-image img{width:100%;height:auto;max-width:100%;border-radius:14px;display:block;box-shadow:0 10px 28px rgba(38,169,224,.16)}
.page-register__benefits-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:14px}
.page-register__benefit-item{background-color:#ffffff;border-left:5px solid var(--pr-primary);border-radius:0 10px 10px 0;padding:14px 18px;font-size:.98rem;color:#1c1c1c;box-shadow:0 4px 12px rgba(38,169,224,.08)}
.page-register__benefit-item strong{color:#0d4a68}

.page-register__form-section{padding:56px 0;background-color:#ffffff}
.page-register__form-wrapper{max-width:640px;margin:0 auto;background-color:var(--pr-card);border:1px solid var(--pr-border);border-radius:16px;padding:32px 28px;box-shadow:0 10px 30px rgba(38,169,224,.12)}
.page-register__form-note{font-size:.95rem;color:var(--pr-text-soft);text-align:center;margin:0 0 24px}
.page-register__form{display:flex;flex-direction:column;gap:18px}
.page-register__form-group{display:flex;flex-direction:column;gap:8px}
.page-register__form-label{font-size:.92rem;font-weight:700;color:#0d4a68}
.page-register__form-input,.page-register__form-select{padding:13px 15px;border:1px solid var(--pr-border);border-radius:8px;font-size:1rem;color:#1c1c1c;background-color:#ffffff;outline:none;transition:border-color .2s ease,box-shadow .2s ease}
.page-register__form-input:focus,.page-register__form-select:focus{border-color:var(--pr-primary);box-shadow:0 0 0 3px rgba(38,169,224,.18)}
.page-register__form-checkbox{display:flex;align-items:flex-start;gap:10px;font-size:.9rem;color:var(--pr-text-soft)}
.page-register__form-checkbox input{margin-top:4px;width:18px;height:18px;flex:0 0 auto}
.page-register__form-checkbox a{color:#0d4a68;font-weight:700;text-decoration:underline}
.page-register__form-message{min-height:20px;font-size:.9rem;font-weight:600}
.page-register__form-message--error{color:#b3261e}
.page-register__form-message--success{color:#0f7a3d}
.page-register__form-actions{display:flex;flex-direction:column;gap:12px;margin-top:6px}

.page-register__games-section{padding:56px 0;background-color:#eef8fd}
.page-register__games-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-bottom:40px}
.page-register__game-card{background-color:#ffffff;border-radius:14px;overflow:hidden;box-shadow:0 8px 22px rgba(38,169,224,.12);display:flex;flex-direction:column}
.page-register__game-image img{width:100%;height:auto;max-width:100%;display:block}
.page-register__game-title{font-size:1.1rem;font-weight:700;color:#0d4a68;margin:18px 20px 8px}
.page-register__game-text{font-size:.94rem;color:var(--pr-text-soft);margin:0 20px 20px}
.page-register__trial-wrapper{background-color:#ffffff;border-radius:16px;padding:24px;box-shadow:0 10px 28px rgba(38,169,224,.12)}
.page-register__trial-title{font-size:1.2rem;font-weight:700;color:#0d4a68;text-align:center;margin:0 0 16px}
.page-register__trial-frame-box{position:relative;width:100%;max-width:900px;margin:0 auto;aspect-ratio:16/9;border-radius:12px;overflow:hidden;background-color:#0d4a68}
.page-register__trial-frame{position:absolute;inset:0;width:100%;height:100%;border:0}

.page-register__faq-section{padding:56px 0;background-color:#ffffff}
.page-register__faq-list{max-width:820px;margin:0 auto;display:flex;flex-direction:column;gap:12px}
.page-register__faq-item{background-color:var(--pr-card);border:1px solid var(--pr-border);border-radius:12px;overflow:hidden}
.page-register__faq-question{width:100%;text-align:left;background-color:transparent;border:0;padding:18px 20px;font-size:1rem;font-weight:700;color:#0d4a68;cursor:pointer;position:relative}
.page-register__faq-question::after{content:'+';position:absolute;right:20px;top:50%;transform:translateY(-50%);font-size:1.3rem;color:var(--pr-primary);font-weight:800}
.page-register__faq-item--open .page-register__faq-question::after{content:'–'}
.page-register__faq-answer{max-height:0;overflow:hidden;transition:max-height .3s ease;padding:0 20px}
.page-register__faq-item--open .page-register__faq-answer{max-height:320px;padding:0 20px 18px}
.page-register__faq-answer p{font-size:.95rem;color:var(--pr-text-soft);margin:0}
.page-register__faq-answer a{color:#0d4a68;font-weight:700;text-decoration:underline}

.page-register__cta-section{padding:56px 0;background:linear-gradient(135deg,#26A9E0 0%,#1b8ab8 100%);text-align:center}
.page-register__cta-title{font-size:1.6rem;font-weight:800;color:#ffffff;margin:0 0 12px}
.page-register__cta-text{font-size:1rem;color:#eaf7fd;max-width:680px;margin:0 auto 26px}
.page-register__cta-actions{display:flex;gap:14px;justify-content:center;flex-wrap:wrap}
.page-register__cta-section .page-register__btn--primary{background-color:#ffffff;color:#0d4a68;border-color:#ffffff}
.page-register__cta-section .page-register__btn--primary:hover{background-color:#eaf7fd;border-color:#eaf7fd}
.page-register__cta-section .page-register__btn--ghost{background-color:transparent;color:#ffffff;border-color:#ffffff}
.page-register__cta-section .page-register__btn--ghost:hover{background-color:rgba(255,255,255,.15);color:#ffffff}

@media (max-width:1024px){.page-register__steps-grid{grid-template-columns:repeat(2,1fr)}.page-register__games-grid{grid-template-columns:repeat(2,1fr)}.page-register__benefits-layout{grid-template-columns:1fr;gap:26px}}
@media (max-width:768px){.page-register{max-width:100%;overflow-x:hidden}.page-register__container{padding:0 16px}.page-register__hero-section{padding:10px 16px 32px}.page-register__hero-image img,.page-register__benefits-image img,.page-register__game-image img{max-width:100%!important;height:auto!important;width:100%}.page-register img{max-width:100%!important;height:auto!important}.page-register__hero-actions{flex-direction:column;width:100%}.page-register__hero-actions .page-register__btn{width:100%;max-width:100%}.page-register__steps-grid{grid-template-columns:1fr;gap:16px}.page-register__games-grid{grid-template-columns:1fr;gap:18px}.page-register__section-title{font-size:1.35rem}.page-register__cta-title{font-size:1.3rem}.page-register__cta-actions{flex-direction:column;width:100%}.page-register__cta-actions .page-register__btn{width:100%;max-width:100%}.page-register__form-wrapper{padding:24px 18px}.page-register__btn{padding:13px 20px;font-size:.98rem}.page-register__form-actions .page-register__btn{width:100%;max-width:100%}}