html,body{margin:0;padding:0;min-height:100vh;background-color:#F4F6FC;font-family:'DM Sans',-apple-system,BlinkMacSystemFont,'Segoe UI',Helvetica,Arial,sans-serif;overflow-x:hidden;color:#323232}.waves-header{display:flex;justify-content:space-between;align-items:center;padding:24px 40px;position:relative;z-index:10}.waves-header a{display:inline-flex;align-items:center}.waves-header img{height:32px}.waves-lang-switcher{position:relative;z-index:20}.waves-lang-current{display:flex;align-items:center;gap:8px;cursor:pointer;padding:8px 12px;border-radius:8px;font-size:14px;color:#333;text-decoration:none;transition:background-color 0.2s}.waves-lang-current:hover{background-color:rgb(0 0 0 / .05)}.waves-lang-globe{width:20px;height:20px;opacity:.6}.waves-lang-chevron{width:12px;height:12px;opacity:.5;transition:transform 0.2s}.waves-lang-dropdown{display:none;position:absolute;top:100%;right:0;background:#fff;border-radius:8px;box-shadow:0 4px 16px rgb(0 0 0 / .12);min-width:140px;padding:4px 0;margin-top:0;list-style:none}.waves-lang-dropdown a{display:block;padding:10px 16px;color:#333;text-decoration:none;font-size:14px;transition:background-color 0.15s}.waves-lang-dropdown a:hover{background-color:#F4F6FC}.waves-lang-dropdown a.active{font-weight:600;color:#500001}.waves-lang-switcher:hover .waves-lang-dropdown,.waves-lang-switcher:focus-within .waves-lang-dropdown{display:block}.waves-lang-switcher:hover .waves-lang-chevron{transform:rotate(180deg)}.waves-main{position:relative;z-index:1}.waves-bg{position:fixed;right:-800px;top:-100px;width:1200px;height:1000px;background:url(/img/bg-waves.webp) no-repeat center;background-size:cover;transform:rotate(67deg);opacity:.2;pointer-events:none;z-index:0}@media (max-width:960px){.waves-header{padding:16px 20px}.waves-header img{height:32px}}.wg-pp{position:relative;flex-shrink:0}.wg-pp-selected{display:flex;align-items:center;justify-content:flex-end;gap:4px;padding:10px;cursor:pointer;background-color:#F8F9FA;border-radius:6px;margin-left:5px;font-size:14px;color:#282828;white-space:nowrap;user-select:none}.wg-pp-chevron{transition:transform 0.2s}.wg-pp-chevron.open{transform:rotate(180deg)}.wg-pp-dropdown{position:absolute;top:calc(100% + 4px);left:0;background:#FFF;border:1px solid #E2E2E2;border-radius:8px;box-shadow:0 4px 16px rgb(0 0 0 / .12);min-width:260px;z-index:100;overflow:hidden}.wg-pp-search{display:block;width:100%;box-sizing:border-box;border:none;border-bottom:1px solid #E2E2E2;border-radius:0;padding:10px 12px;font-size:14px;font-family:'DM Sans',sans-serif;color:#282828;outline:none}.wg-pp-search::placeholder{color:rgb(40 40 40 / .5)}.wg-pp-list{max-height:200px;overflow-y:auto}.wg-pp-option{padding:8px 12px;font-size:14px;color:#282828;cursor:pointer;transition:background-color 0.1s;white-space:nowrap}.wg-pp-option:hover{background-color:#F4F6FC}.wg-pp-option-code{font-weight:500;display:inline-block;min-width:45px}[wg-slider]{position:relative}.wg-slide{position:absolute;opacity:0;transition:opacity 0.4s;pointer-events:none}.wg-slide.wg-slide-active{position:relative;opacity:1;pointer-events:auto}.wg-slider-nav{display:flex;align-items:center;justify-content:center;gap:16px;margin-top:20px}.wg-slider-dots{display:flex;gap:8px}.wg-slider-dot{width:8px;height:8px;border-radius:50%;background:#D9D9D9;cursor:pointer;transition:background-color 0.2s}.wg-slider-dot.active{background:#282828}.wg-slider-arrow{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border:none;background:#fff0;color:#D9D9D9;cursor:pointer;padding:0;transition:color 0.2s}.wg-slider-arrow:hover{color:#282828}.wg-slider-arrow svg{width:16px;height:16px}.wg-slider-arrow-prev svg{transform:rotate(180deg) translateX(1px)}.wg-slider-arrow-next svg{transform:translateX(1px)}@media (max-width:600px){.wg-slider-arrow{display:none}}#register-wrapper{display:flex;align-items:center;justify-content:center;gap:60px;max-width:1100px;margin:0 auto;padding:0 40px}#content{max-width:600px;width:100%;position:relative;flex-shrink:0}#testimonial{display:flex;flex-direction:column;align-items:center;text-align:center;width:360px;min-width:360px;flex-shrink:0;transition:opacity 0.25s ease-in-out}#testimonial.curtain{opacity:0}#testimonial blockquote{font-weight:500;font-size:20px;line-height:150%;color:#151515;margin:0;padding:0}.testimonial-author{display:flex;flex-direction:column;align-items:center;gap:8px;margin-top:24px}.testimonial-author img{width:64px;height:64px;border-radius:50%;object-fit:cover}.testimonial-author strong{font-size:16px;color:#151515}.testimonial-author div{font-size:14px;line-height:150%;color:#282828}.progress-bar{position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#500001 0%,#500001 30%,transparent 30%);background-size:200% 100%;animation:progress-slide 1.5s infinite linear;border-radius:2px}@keyframes progress-slide{0%{background-position:100% 0}100%{background-position:-100% 0}}.step{background:#FFF;margin-top:32px;border-radius:16px;box-shadow:0 9px 25px rgb(6 41 62 / .13);transition:opacity 0.5s ease-in-out;opacity:1}.step.curtain{opacity:0}.step-content{padding:48px 64px 32px;display:flex;flex-direction:column;gap:20px}.step-content h1{font-family:'Manrope',sans-serif;font-weight:700;font-size:28px;line-height:150%;color:#151515;margin:0}.step-content .subtitle{font-size:16px;line-height:150%;color:#151515;margin:-4px 0 12px}.step-content input:not([type="checkbox"]):not([type="hidden"]):not(.wg-pp-search),.step-content select{display:block;width:100%;box-sizing:border-box;border:1px solid #E2E2E2;border-radius:8px;padding:10px 12px;height:48px;font-size:16px;line-height:20px;font-family:'DM Sans',sans-serif;color:#282828;background:#FFF;transition:border-color 0.2s;-webkit-appearance:none;appearance:none}.step-content input:not([type="checkbox"]):not([type="hidden"]):not(.wg-pp-search):focus,.step-content select:focus{outline:none;border-color:#500001}.step-content input:not([type="checkbox"]):not(.wg-pp-search)::placeholder{color:#282828;opacity:.7;font-weight:400}.step-content select.ng-empty,.step-content select.ng-pristine:not(.ng-valid){color:rgb(40 40 40 / .7)}.step-content select option{color:#282828}.step-content select option[disabled]{color:rgb(40 40 40 / .7)}.step-content select{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23282828' stroke-width='1.5' d='M4 6L8 10L12 6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center;padding-right:36px}.conditional-fields{display:flex;flex-direction:column;gap:20px}.form-row{display:flex;gap:12px}.form-row-field{flex:1;min-width:0}.form-row-field .error-msg{margin:4px 0 0}.form-row input,.form-row select{width:100%}.checkbox-label{display:flex;align-items:center;gap:12px;cursor:pointer;font-size:16px;line-height:20px;color:#282828;border:1px solid #E2E2E2;border-radius:8px;padding:12px 14px;background:#FFF}.checkbox-label input[type="checkbox"]{width:18px;height:18px;accent-color:#500001;flex-shrink:0;margin:0}.step-actions{padding:0 64px 48px;text-align:center}.btn-primary{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:8px;width:100%;height:56px;background:#500001;color:#FFF;border:none;border-radius:99px;font-size:16px;line-height:24px;font-weight:600;font-family:'DM Sans',sans-serif;cursor:pointer;transition:background-color 0.2s}.btn-primary:hover{background-color:#151515}.btn-primary.btn-disabled{background-color:rgb(0 0 0 / .1);color:rgb(0 0 0 / .3);cursor:default}.member-message{padding:32px;background-color:#f8d7da;border:1px solid #c62828}.member-message p{margin:0 0 16px;font-size:16px;line-height:155%;color:#721c24}.member-home{text-align:center;margin-top:32px}.member-home .btn-primary{display:inline-flex;width:auto;padding:0 32px;text-decoration:none}.terms{font-size:14px;line-height:155%;margin:16px 0 0;color:#282828}.terms a{color:#282828;text-decoration:underline}.error-msg{display:block;font-size:13px;color:#c62828;margin:-12px 0 0}a.error-msg{text-decoration:underline}#guide{display:flex;align-items:center;justify-content:center;width:100%;margin-top:20px;transition:opacity 0.5s ease-in-out}#guide.curtain{position:fixed;top:35%;left:50%;transform:translate(-50%,-50%);margin-top:0;width:100%;max-width:600px;padding:0 20px;box-sizing:border-box;z-index:100;animation:guide-slide-in 0.5s ease-in-out}@keyframes guide-slide-in{from{transform:translate(-50%,-150%);opacity:0}}#video-holder{height:72px;width:72px;min-width:72px;border-radius:50%;overflow:hidden}#video-holder img{width:100%;height:100%;object-fit:cover}.bubble{background:#fff;border-radius:10px;margin-left:14px;padding:14px 18px;font-size:16px;line-height:155%;color:#282828;box-shadow:0 9px 25px rgb(6 41 62 / .13);position:relative}.bubble::after{content:"";position:absolute;left:-7px;top:50%;transform:translateY(-50%) rotate(45deg);width:14px;height:14px;background:#fff;box-shadow:-1px 1px 2px rgb(0 0 0 / .04)}#already-user{text-align:center;font-size:14px;line-height:155%;padding:32px 0 40px;color:#282828;transition:opacity 0.5s ease-in-out;opacity:1}#already-user.curtain{opacity:0}#already-user a{color:#282828;font-weight:500;text-decoration:underline}.phone-field{display:flex;align-items:center;border:1px solid #E2E2E2;border-radius:8px;background:#FFF;height:48px;transition:border-color 0.2s}.phone-field:focus-within{border-color:#500001}.phone-field .phone-number{flex:1;border:none!important;border-radius:0;height:100%;padding:0 12px;font-size:16px;font-family:'DM Sans',sans-serif;color:#282828;background:#fff0}.phone-field .phone-number:focus{outline:none}@media (max-width:1100px){#register-wrapper{flex-direction:column;align-items:center;padding:0 20px;gap:0}#testimonial{width:auto;min-width:0;max-width:500px;margin-bottom:20px}}@media (max-width:600px){.form-row{flex-direction:column;gap:20px}.step-content{padding:32px 24px 24px}.step-actions{padding:0 24px 32px}.step-content h1{font-size:28px}.step-content .subtitle{font-size:16px}}