.hero{position:relative;z-index:5;height:calc(100vh - 70px);min-height:600px;display:flex;align-items:center;overflow:hidden}@media (max-height: 700px){.hero{min-height:calc(100vh - 70px)}}.hero-background{position:absolute;top:0;left:0;width:100%;height:100%;z-index:-2}.hero-bg-image{width:100%;height:100%;object-fit:cover;object-position:center;max-width:100%;max-height:100%;position:relative;z-index:1}picture{width:100%;height:100%;display:block}.hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:none;z-index:2}.hero-content{position:relative;z-index:1;width:100%;text-align:center;color:#fff;display:flex;align-items:flex-end;justify-content:center;min-height:100%;padding:2rem 0 6rem}.hero-text{max-width:1000px;margin:0 auto;width:100%;background:linear-gradient(135deg,#00000040,#0003,#00000026 60%,#00000038);backdrop-filter:blur(25px) saturate(180%);-webkit-backdrop-filter:blur(25px) saturate(180%);border:1px solid rgba(255,255,255,.4);border-radius:25px;box-shadow:0 8px 32px #0000004d,0 4px 16px #0003,inset 0 1px #ffffff80,inset 0 -1px #fff3;transition:all .3s ease;padding:3rem 3.5rem;transform:translateZ(0)}.hero-text:hover{background:linear-gradient(135deg,#0000004d,#00000040,#0003 60%,#00000045);box-shadow:0 12px 40px #00000040,0 6px 20px #00000026,inset 0 1px #fff9,inset 0 -1px #ffffff40;transform:translateY(-2px)}.hero-title{font-size:2.5rem;font-weight:700;margin-bottom:2rem;text-align:center;line-height:1.6;max-width:100%;word-wrap:break-word;transition:all .3s ease}.title-text{color:#941c1e;background-color:#fff7ec;padding:.1em .3em;border-radius:6px;box-shadow:0 1px 4px #00000014;display:inline;box-decoration-break:clone;-webkit-box-decoration-break:clone;white-space:normal;word-wrap:break-word;max-width:100%}.life-partner-text{color:#fe4b57!important;background:linear-gradient(135deg,#fe4b571a,#fe4b570d)!important;text-decoration:none!important;font-weight:800;position:relative;padding:.2em .4em!important;border-radius:4px;border:1px solid rgba(254,75,87,.2);box-shadow:0 2px 8px #fe4b5726;transition:all .3s ease}.life-partner-text:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:3px;background:linear-gradient(90deg,#fe4b57,#ff6b7a);border-radius:2px;animation:pulse-underline 2s ease-in-out infinite}@keyframes pulse-underline{0%,to{opacity:1;transform:scaleX(1)}50%{opacity:.7;transform:scaleX(1.05)}}.life-partner-text:hover{transform:translateY(-1px);box-shadow:0 4px 12px #fe4b5740}.hero-stats{display:flex;justify-content:center;align-items:center;gap:1rem;margin-bottom:3rem;font-size:1.1rem;opacity:.95;text-shadow:2px 2px 8px rgba(0,0,0,.8),0 0 10px rgba(0,0,0,.6),1px 1px 3px rgba(0,0,0,.9)}.hero-stats span{white-space:nowrap}.hero-cta{text-align:center}.cta-text{font-size:1.1rem;margin-bottom:1.5rem;opacity:.95;text-shadow:2px 2px 8px rgba(0,0,0,.8),0 0 10px rgba(0,0,0,.6),1px 1px 3px rgba(0,0,0,.9)}.btn{padding:1rem 2rem;font-size:1.1rem;border:none;border-radius:15px;cursor:pointer;font-weight:600;transition:all .4s cubic-bezier(.4,0,.2,1);text-decoration:none;position:relative;overflow:hidden}.btn-primary{background:linear-gradient(135deg,#007bff,#0056b3,#004085);color:#fff;border:1px solid rgba(255,255,255,.2);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);box-shadow:0 8px 32px #007bff4d,0 4px 16px #007bff33,inset 0 1px #ffffff4d}.btn-primary:hover{background:linear-gradient(135deg,#0056b3,#004085,#003569);transform:translateY(-3px) scale(1.02);box-shadow:0 12px 40px #007bff66,0 6px 20px #007bff4d,inset 0 1px #fff6,0 0 30px #007bff33}.hero-registration-form,.hero-form-v2{margin-top:1.5rem;width:100%;max-width:1000px;margin-left:auto;margin-right:auto;padding:0 1rem;box-sizing:border-box}.form-container{background:#fffffffa;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.6);border-radius:20px;padding:1.5rem;box-shadow:0 16px 40px #0000001a,0 6px 20px #0000000d;position:relative;overflow:hidden;display:flex;align-items:end;gap:.8rem;max-width:100%;box-sizing:border-box}.form-container:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#ffffff1a,#ffffff0d,#ffffff1a);border-radius:20px;pointer-events:none}.form-fields{display:grid;grid-template-columns:1fr .9fr 1fr;gap:.8rem;flex:1;position:relative;z-index:1;max-width:100%;overflow:hidden}.form-field{position:relative;display:flex;flex-direction:column;min-width:0;max-width:100%}.field-label{position:absolute;top:8px;left:16px;font-size:11px;font-weight:600;color:#666;text-transform:uppercase;letter-spacing:.5px;z-index:2;background:transparent;padding:0}.form-input,.form-select{width:100%;max-width:100%;padding:28px 16px 12px;border:2px solid rgba(0,0,0,.08);border-radius:12px;background:#fffffff2;font-size:15px;font-weight:500;color:#333;box-shadow:0 4px 12px #0000000a;appearance:none;-webkit-appearance:none;-moz-appearance:none;min-height:60px;box-sizing:border-box;overflow:hidden;text-overflow:ellipsis}.form-input{transition:all .3s ease}.form-select{transition:border-color .3s ease,box-shadow .3s ease;color:#999}.form-select:valid{color:#333}.form-input::placeholder{color:#999;opacity:1;font-weight:400;font-size:14px}.form-select option[value=""]{color:#999;font-weight:400}.form-select option:not([value=""]){color:#333}.form-select{background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23666' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6,9 12,15 18,9'%3e%3c/polyline%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right 16px center;background-size:16px;background-attachment:local;cursor:pointer;padding-right:45px;transition:border-color .3s ease,box-shadow .3s ease}.form-select:focus{background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23007bff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='18,15 12,9 6,15'%3e%3c/polyline%3e%3c/svg%3e")}.form-input:focus,.form-select:focus{outline:none;border-color:#007bff;background:#fff;box-shadow:0 0 0 3px #007bff1a,0 6px 20px #00000014}.form-input:focus{transform:translateY(-1px)}.form-select:focus{transform:none}.mobile-wrapper{display:flex;background:transparent;border:2px solid rgba(0,0,0,.08);border-radius:12px;overflow:hidden;box-shadow:0 4px 12px #0000000a;transition:all .3s ease;min-height:60px;position:relative;width:100%;box-sizing:border-box}.mobile-wrapper:focus-within{border-color:#007bff;background:#ffffff1a;box-shadow:0 0 0 3px #007bff1a,0 6px 20px #00000014;transform:translateY(-1px)}.country-flag{display:flex;align-items:center;justify-content:center;width:55px;flex-shrink:0;font-size:18px;background:transparent;height:60px;box-sizing:border-box;-webkit-user-select:none;user-select:none;padding-top:16px}.flag-icon{width:24px;height:16px;object-fit:cover;border-radius:2px;display:block}.mobile-input{border:none;box-shadow:none;border-radius:0;flex:1;transform:none;background:transparent;padding:28px 12px 12px;font-size:15px;font-weight:500;color:#333;height:60px;box-sizing:border-box;min-width:0;overflow:hidden;text-overflow:ellipsis}.mobile-input:focus{box-shadow:none;transform:none;border:none;outline:none;background:transparent}.mobile-input::placeholder{color:#999;font-weight:400;font-size:14px}.form-submit-btn{background:linear-gradient(135deg,#007bff,#0056b3);color:#fff;border:none;padding:18px 20px;border-radius:12px;font-size:14px;font-weight:700;cursor:pointer;transition:all .3s ease;min-width:120px;max-width:140px;height:60px;box-shadow:0 8px 25px #007bff40,0 4px 12px #007bff26;text-transform:uppercase;letter-spacing:1px;position:relative;z-index:1;overflow:hidden;flex-shrink:0;align-self:end;white-space:nowrap}.form-submit-btn:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s ease}.form-submit-btn:hover:before{left:100%}.form-submit-btn:hover{background:linear-gradient(135deg,#0056b3,#004085);transform:translateY(-2px);box-shadow:0 12px 35px #007bff59,0 6px 20px #007bff33}.form-submit-btn:active{transform:translateY(0)}.form-terms-text{font-size:12px;color:#fffc;text-align:center;margin-top:1rem;margin-bottom:0;font-style:italic;text-shadow:1px 1px 3px rgba(0,0,0,.8),0 0 5px rgba(0,0,0,.6)}.form-terms-text .terms-link{color:#fff;text-decoration:underline;text-decoration-color:#fff9;text-underline-offset:2px;transition:all .3s ease;font-weight:500}.form-terms-text .terms-link:hover{color:#ffc107;text-decoration-color:#ffc107;text-shadow:1px 1px 3px rgba(0,0,0,.8),0 0 8px rgba(255,193,7,.5)}.form-terms-text .terms-link:focus{outline:2px solid #ffc107;outline-offset:2px;border-radius:2px}@media (max-width: 768px){.form-terms-text{font-size:11px;margin-top:1rem;padding:0 1rem}}@media (max-width: 480px){.form-terms-text{font-size:10px;margin-top:.8rem;padding:0 .5rem}}.hero .container{max-width:1200px;margin:0 auto;padding:0 2rem;width:100%;box-sizing:border-box}@media (max-width: 1200px){.hero .container{padding:0 1.75rem}}@media (max-width: 1100px){.hero .container{padding:0 1.5rem}}@media (max-width: 900px){.hero .container{padding:0 1.25rem}}@media (max-width: 768px){.hero .container{padding:0 1rem}}@media (max-width: 1100px){.hero-text{max-width:900px}}@media (max-width: 900px){.hero-text{max-width:100%;margin:0 auto}}@media (max-width: 1200px){.form-fields{grid-template-columns:1fr .85fr .95fr;gap:.6rem}.form-container{padding:1.3rem;gap:.6rem}.form-submit-btn{min-width:100px;max-width:120px;padding:18px 16px;font-size:13px}}@media (max-width: 1100px){.hero-registration-form,.hero-form-v2{max-width:900px;padding:0 .75rem}.form-fields{grid-template-columns:1fr .8fr .9fr;gap:.5rem}.form-container{padding:1.2rem;gap:.5rem}.form-submit-btn{min-width:90px;max-width:110px;padding:18px 14px;font-size:12px}}@media (max-width: 1200px) and (min-width: 1025px){.form-fields{grid-template-columns:1fr .8fr .9fr;gap:.6rem}.form-container{padding:1.2rem;max-width:95%;margin:0 auto}}@media (max-width: 1024px) and (min-width: 901px){.form-container{flex-direction:row;align-items:end;gap:.5rem;padding:1.2rem}.form-fields{grid-template-columns:1fr .8fr .85fr;gap:.5rem}.form-submit-btn{min-width:80px;max-width:100px;padding:16px 12px;font-size:12px;height:60px;align-self:end}}@media (max-width: 1024px){.hero-registration-form,.hero-form-v2{max-width:900px;padding:0 .5rem}.form-container{flex-direction:column;align-items:stretch;gap:1.2rem;padding:1.5rem}.form-fields{grid-template-columns:1fr 1fr 1fr;gap:1rem}.form-submit-btn{align-self:center;width:auto;min-width:180px;height:auto;padding:16px 24px}}@media (max-width: 900px){.form-container{padding:1.3rem;gap:1rem}.form-fields{grid-template-columns:1fr 1fr;gap:.8rem}}@media (max-width: 768px){.hero-registration-form,.hero-form-v2{padding:0 .5rem}.form-container{padding:1.5rem;border-radius:16px;margin:0;flex-direction:column;align-items:stretch;gap:1.5rem;display:flex;justify-content:center}.form-fields{grid-template-columns:1fr;gap:1rem;margin-bottom:0}.form-input,.form-select,.mobile-wrapper{min-height:56px;border-radius:10px}.form-input,.form-select,.mobile-input{padding:24px 14px 10px;font-size:16px}.country-select{padding:24px 6px 10px;width:70px;font-size:13px}.field-label{font-size:10px;top:6px;left:14px}.form-submit-btn{width:100%;padding:16px 20px;font-size:15px;min-width:auto;max-width:none;align-self:center;height:auto;margin:0 auto;display:block}.hero-content{padding-top:60px!important;padding-bottom:4rem;align-items:center;justify-content:center}.hero-text{padding:1.5rem}.hero-title{font-size:2rem;margin-bottom:1rem}.hero-stats{flex-direction:column;gap:.5rem;margin-bottom:2rem;font-size:1rem}.hero-stats span:nth-child(2){display:none}}@media (max-width: 480px){.form-container{padding:1.2rem;margin:0;gap:1.2rem;display:flex;flex-direction:column;align-items:center}.form-fields{gap:.8rem;width:100%}.form-input,.form-select,.mobile-wrapper{min-height:52px}.form-input,.form-select,.mobile-input{padding:22px 12px 8px}.country-select{padding:22px 4px 8px;width:65px}.field-label{font-size:9px;top:5px;left:12px}.form-submit-btn{padding:14px 16px;height:auto;width:100%;max-width:300px;align-self:center;margin:0 auto}.form-terms-text{font-size:11px;margin-top:.8rem}.hero-text{padding:1rem .8rem}.hero-title{font-size:1.6rem;margin-bottom:.8rem}.title-text{padding:.05em .2em}.life-partner-text{padding:.1em .3em!important}}@media (max-width: 1200px){.form-input,.form-select,.mobile-wrapper{min-height:58px}.form-input,.form-select,.mobile-input{padding:26px 14px 10px;font-size:14px}.country-select{padding:26px 6px 10px;width:75px;font-size:13px}.field-label{font-size:10px;top:7px;left:14px}}@media (max-width: 900px){.form-input,.form-select,.mobile-wrapper{min-height:56px}.form-input,.form-select,.mobile-input{padding:24px 12px 8px;font-size:15px}.country-select{padding:24px 6px 8px;width:70px}.field-label{top:6px;left:12px}}@media (max-width: 375px) and (max-height: 667px){.hero{min-height:450px;height:calc(100vh - 70px)}.hero-content{padding-top:30px!important;padding-bottom:1.5rem;padding-left:.5rem;padding-right:.5rem}.hero-text{padding:.8rem;margin:0;border-radius:15px}.hero-title{font-size:1.3rem;margin-bottom:.5rem;line-height:1.1}.title-text{padding:.01em .05em;border-radius:3px}.life-partner-text{padding:.02em .1em!important;font-size:.85em;border-radius:2px}.hero-stats{font-size:.75rem;margin-bottom:.8rem;gap:.2rem}.cta-text{font-size:.8rem;margin-bottom:.6rem}.form-container{padding:.6rem;gap:.6rem;margin:0}.form-fields{gap:.4rem}.form-input,.form-select,.mobile-wrapper{min-height:42px}.form-input,.form-select,.mobile-input{padding:18px 8px 4px;font-size:14px}.country-select{padding:18px 3px 4px;width:55px;font-size:11px}.field-label{font-size:7px;top:3px;left:8px}.form-submit-btn{padding:10px 12px;font-size:13px;max-width:260px;margin-top:.2rem}.form-terms-text{font-size:9px;margin-top:.4rem;line-height:1.2}}@media (max-width: 375px) and (max-height: 667px) and (orientation: portrait){.hero{min-height:400px}.hero-content{padding:15px .3rem 1rem;align-items:flex-start;justify-content:flex-start;padding-top:15px!important}.hero-text{padding:.5rem;border-radius:12px;margin-top:.5rem}.hero-title{font-size:1.1rem;margin-bottom:.3rem;line-height:1.05}.hero-stats{font-size:.65rem;margin-bottom:.5rem;gap:.1rem}.cta-text{font-size:.7rem;margin-bottom:.3rem}.form-container{padding:.4rem;gap:.4rem}.form-fields{gap:.25rem}.form-input,.form-select,.mobile-wrapper{min-height:38px}.form-input,.form-select,.mobile-input{padding:16px 6px 2px;font-size:13px}.country-select{padding:16px 2px 2px;width:50px;font-size:10px}.field-label{font-size:6px;top:2px;left:6px}.form-submit-btn{padding:8px 10px;font-size:12px;max-width:240px;margin-top:.1rem}.form-terms-text{font-size:8px;margin-top:.2rem;line-height:1.1}}@media (max-height: 600px){.hero{min-height:400px}.hero-content{padding-top:20px!important;padding-bottom:1rem}.hero-text{padding:.6rem}.hero-title{font-size:1.2rem;margin-bottom:.4rem}.hero-stats{margin-bottom:.6rem;font-size:.7rem}.cta-text{margin-bottom:.4rem;font-size:.8rem}.form-container{padding:.5rem;gap:.5rem}.form-fields{gap:.3rem}}@media (max-width: 320px){.hero-title{font-size:1.3rem}.hero-text{padding:.8rem 1rem}.form-container{padding:.8rem}.form-input,.form-select,.mobile-wrapper{min-height:44px}.country-select{width:55px}}
