.hero{display:flex;align-items:center;background:linear-gradient(135deg,#1A2E45,#1A2E45);position:relative;width:100%;overflow:hidden}.hero:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-image:radial-gradient(circle at 20% 30%,rgba(47,156,149,.08) 0,transparent 50%),radial-gradient(circle at 80% 70%,rgba(243,241,237,.08) 0,transparent 50%);z-index:1}.hero__container{display:flex;width:100%;max-width:1200px;margin:0 auto;padding:2rem;position:relative;z-index:2}@media(max-width:992px){.hero__container{flex-direction:column;padding:1rem}}.hero__content{flex:1 1;padding-right:3rem}@media(max-width:992px){.hero__content{padding-right:0;padding-bottom:2rem}}.hero__title{font-family:Playfair Display,Georgia,serif;font-size:3.375rem;font-weight:700;line-height:1.2;margin-bottom:2rem;color:#f3f1ed}.hero__title span{display:block;color:#2f9c95}@media(max-width:768px){.hero__title{font-size:2.25rem}}@media(max-width:576px){.hero__title{font-size:1.9125rem}}.hero__description{font-size:1.25rem;line-height:1.6;color:hsla(0,0%,100%,.8);margin-bottom:2rem;max-width:540px}@media(max-width:768px){.hero__description{font-size:17.6px}}.hero__feature-list{display:flex;flex-direction:column;gap:1rem;margin-top:2rem}.hero__feature{display:flex;align-items:center;gap:1rem;color:hsla(0,0%,100%,.8);font-size:17.6px}@media(max-width:768px){.hero__feature{font-size:16px}}.hero__feature-icon{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background-color:rgba(47,156,149,.15);border-radius:50%;color:#2f9c95}.hero__feature-icon svg{width:20px;height:20px}.hero__form-container{width:400px}@media(max-width:992px){.hero__form-container{width:100%;max-width:450px;margin:0 auto}}.hero__form-wrapper{background-color:rgba(26,46,69,.6);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:12px;padding:2rem;border:1px solid hsla(0,0%,100%,.1);box-shadow:0 10px 25px rgba(0,0,0,.2)}.hero__form-title{font-family:Playfair Display,Georgia,serif;font-size:1.6875rem;color:#f3f1ed;margin-bottom:.5rem;text-align:center}.hero__form-subtitle{font-size:14.4px;color:hsla(0,0%,100%,.7);text-align:center;margin-bottom:2rem}.hero__form{gap:1.25rem}.hero__form,.hero__form-field{display:flex;flex-direction:column}.hero__form-field{gap:.5rem}.hero__form-label{font-size:14.4px;color:hsla(0,0%,100%,.8);font-weight:500}.hero__form-input{background-color:hsla(0,0%,100%,.05);border:1px solid hsla(0,0%,100%,.1);border-radius:6px;padding:.8rem 1rem;color:#f3f1ed;font-size:16px;transition:all .2s ease}.hero__form-input:focus{outline:none;border-color:#2f9c95;box-shadow:0 0 0 2px rgba(47,156,149,.2)}.hero__form-input--error{border-color:#d9534f}.hero__form-input--error:focus{box-shadow:0 0 0 2px rgba(217,83,79,.2)}.hero__form-input::placeholder{color:hsla(0,0%,100%,.4)}.hero__form-error{color:#d9534f;font-size:13.6px;margin-top:.25rem}.hero__form-error-message{background-color:rgba(217,83,79,.1);color:#d9534f;border:1px solid rgba(217,83,79,.2);border-radius:4px;padding:.75rem 1rem;font-size:14.4px;margin-bottom:.5rem}.hero__form-button{background-color:#2f9c95;color:#f3f1ed;border:none;border-radius:6px;padding:.9rem 1.5rem;font-size:16px;font-weight:600;cursor:pointer;transition:all .2s ease;margin-top:.5rem}.hero__form-button:hover{background-color:rgb(41.0960591133,136.4039408867,130.2832512315);transform:translateY(-2px)}.hero__form-button:disabled{opacity:.7;cursor:not-allowed}.hero__form-info{margin-top:1rem;padding:1rem;background-color:rgba(47,156,149,.08);border-radius:6px;border-left:3px solid #2f9c95}.hero__form-info p{color:hsla(0,0%,100%,.8);font-size:13.6px;line-height:1.5;margin:0}.hero__form-footer{margin-top:2rem;text-align:center;color:hsla(0,0%,100%,.7);font-size:14.4px}.hero__form-footer a{color:#2f9c95;text-decoration:none;font-weight:500}.hero__form-footer a:hover{text-decoration:underline}