.form{width:100%;max-width:500px;margin:0 auto}.form__group{margin-bottom:1.5rem}.form__label{display:block;margin-bottom:.5rem;font-size:.875rem;font-weight:500;color:#fff}.form__input,.form__textarea{border:none;background:none;padding:0;font-family:inherit;font-size:inherit}.form__input:focus,.form__textarea:focus{outline:none}.form__input,.form__textarea{transition-property:border-color,box-shadow;transition-duration:.3s ease-in-out;transition-timing-function:ease-in-out;width:100%;padding:.75rem 1rem;border:2px solid #e5e7eb;border-radius:.5rem;font-size:1rem;background-color:#0e070e;color:#fff}.form__input::placeholder,.form__textarea::placeholder{color:#9ca3af}.form__input:focus,.form__textarea:focus{border-color:#f4a031;box-shadow:0 0 0 3px #f4a0311a}.form__input:invalid:not(:placeholder-shown),.form__textarea:invalid:not(:placeholder-shown){border-color:#ef4444}.form__input:valid:not(:placeholder-shown),.form__textarea:valid:not(:placeholder-shown){border-color:#10b981}.form__textarea{resize:vertical;min-height:100px}.form__message{margin-top:1rem;padding:.75rem 1rem;border-radius:.5rem;font-size:.875rem;text-align:center;opacity:0;transition:opacity .3s ease-in-out}.form__message.visible{opacity:1}.form__message.success{background-color:#10b9811a;color:#0c8a60;border:1px solid rgba(16,185,129,.3)}.form__message.error{background-color:#ef44441a;color:#eb1515;border:1px solid rgba(239,68,68,.3)}.btn{border:none;background:none;padding:0;font-family:inherit;transition-property:background-color,transform,box-shadow;transition-duration:.3s ease-in-out;transition-timing-function:ease-in-out;display:inline-block;padding:.75rem 2rem;font-size:1rem;font-weight:600;text-align:center;text-decoration:none;border-radius:.5rem;cursor:pointer}.btn:active{transform:translateY(1px)}.btn--primary{background-color:#f4a031;color:#fff;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.btn--primary:hover{background-color:#e6880c;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.btn--primary:disabled{background-color:#9ca3af;cursor:not-allowed;box-shadow:none}.btn--full{width:100%}.modal{position:fixed;top:0;left:0;width:100%;height:100%;z-index:1000;display:flex;align-items:center;justify-content:center;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease}.modal.is-active{opacity:1;visibility:visible}.modal.is-active .modal__content{transform:scale(1)}.modal__overlay{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#000c;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.modal__content{position:relative;z-index:1001;background-color:#262026;border-radius:1rem;padding:3rem;max-width:480px;width:calc(100% - 32px);text-align:center;transform:scale(.9);transition:transform .3s ease}@media(max-width:767px){.modal__content{padding:2rem;max-width:calc(100% - 32px)}}.modal__icon{margin:0 auto 1.5rem;display:flex;align-items:center;justify-content:center;animation:scaleIn .5s ease .2s backwards}.modal__icon svg{width:64px;height:64px}.modal__title{font-family:Times Now,Times New Roman,serif;font-size:32px;line-height:1.2;font-weight:500;color:#fff;margin-bottom:1rem}@media(max-width:767px){.modal__title{font-size:1.5rem}}.modal__message{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;font-size:1rem;line-height:1.5;color:#f3b9b9;margin-bottom:2rem}.modal__button{background-color:#f4a031;color:#0e070e;border:none;border-radius:8px;padding:14px 3rem;font-family:SF Pro Display,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;font-size:1rem;font-weight:500;cursor:pointer;width:100%;height:48px;transition-property:background-color;transition-duration:.3s ease-in-out;transition-timing-function:ease-in-out}.modal__button:hover{background-color:#e6880c}.modal__button:active{transform:scale(.98)}@keyframes scaleIn{0%{transform:scale(0);opacity:0}to{transform:scale(1);opacity:1}}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;font-size:1rem;line-height:1.6;color:#fff;background-color:#0e070e;overflow-x:hidden}img{max-width:100%;display:block}.container{width:100%;max-width:1200px;margin-left:auto;margin-right:auto;padding-left:1.5rem;padding-right:1.5rem}.section-title{font-size:1.875rem;font-weight:700;text-align:center;margin-bottom:2rem;color:#fff}@media(min-width:768px){.section-title{font-size:2.25rem}}.landing-page{min-height:100vh;display:flex;flex-direction:column;background-color:#0e070e}.form-field{position:relative;flex:1}.form-field__error{display:none;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;font-size:.875rem;color:#ff6b6b;margin-top:6px;padding-left:4px}.peer:invalid:not(:placeholder-shown)~.form-field__error{display:block;animation:slideDown .3s ease}.peer:invalid:not(:placeholder-shown):not(:focus){border-color:#ff6b6b!important;box-shadow:0 4px 16px #ff6b6b33!important}.peer:valid:not(:placeholder-shown){border-color:#00ff9480!important;box-shadow:0 4px 16px #00ff9426!important}.peer:focus{border-color:#f4a031!important;box-shadow:0 4px 16px #f4a03140!important}.peer.touched:invalid{border-color:#ff6b6b!important;box-shadow:0 4px 16px #ff6b6b33!important;animation:shake .4s ease}.peer.touched:invalid~.form-field__error{display:block;animation:slideDown .3s ease}@keyframes slideDown{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}@keyframes shake{0%,to{transform:translate(0)}25%{transform:translate(-8px)}75%{transform:translate(8px)}}.content-wrapper{max-width:1600px;margin:0 auto;padding:0 199px}@media(max-width:1400px){.content-wrapper{padding:0 48px}}@media(max-width:767px){.content-wrapper{padding:0 2rem}}.hero{display:flex;align-items:center;gap:4rem;padding:1.5rem 0 128px}@media(max-width:1200px){.hero{gap:1rem}}@media(max-width:767px){.hero{flex-direction:column;gap:3rem;padding:2rem 0}}.hero__content{flex:0 0 545px;display:flex;flex-direction:column;justify-content:space-between;min-height:572px}@media(max-width:1200px){.hero__content{flex:0 0 50%;min-height:auto}}@media(max-width:767px){.hero__content{flex:1;min-height:auto}}.hero__creators{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;font-size:1rem;line-height:1.56;color:#fff;margin-bottom:0}@media(max-width:1200px){.hero__creators{margin-bottom:1rem}}@media(max-width:767px){.hero__creators{margin-bottom:1.5rem}}.hero__creator-link{color:#f4a031;text-decoration:underline;text-decoration-skip-ink:none;text-underline-position:from-font}.hero__creator-link:hover{opacity:.8}.hero__main{display:flex;flex-direction:column;gap:56px;padding-bottom:120px}@media(max-width:767px){.hero__main{padding-bottom:0}}.hero__title{font-family:Times Now,Times New Roman,serif;font-size:48px;line-height:1.2;font-weight:500;color:#fff}@media(max-width:1200px){.hero__title{font-size:32px}}@media(max-width:767px){.hero__title{font-size:1.875rem}}.hero__title-highlight{color:#f3b9b9}.hero__subtitle{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;font-size:1rem;line-height:1.56;color:#fff;margin-top:-32px}.hero__form{display:flex;gap:1rem}@media(max-width:767px){.hero__form{flex-direction:column}}.hero__input{width:100%;background-color:#fff;border:2px solid transparent;border-radius:8px;padding:14px 16px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;font-size:1rem;color:#0e070e;height:48px;transition-property:all;transition-duration:.3s ease-in-out;transition-timing-function:ease-in-out;box-shadow:0 2px 8px #0000001a}.hero__input::placeholder{color:#0e070e;opacity:.5;transition-property:opacity;transition-duration:.3s ease-in-out;transition-timing-function:ease-in-out}.hero__input:hover:not(:focus):not(:invalid){box-shadow:0 4px 12px #f4a03126;border-color:#f4a03133}.hero__input:focus{outline:none;transform:translateY(-1px)}.hero__input:focus::placeholder{opacity:.3}.hero__button{background-color:#f4a031;color:#0e070e;border:none;border-radius:8px;padding:0 1.5rem;font-family:SF Pro Display,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;font-size:1rem;font-weight:500;cursor:pointer;white-space:nowrap;height:48px;transition-property:background-color;transition-duration:.3s ease-in-out;transition-timing-function:ease-in-out}.hero__button:hover{background-color:#e6880c}.hero__button:active{transform:scale(.98)}.hero__image{flex:0 0 652px;height:572px;position:relative}@media(max-width:1200px){.hero__image{flex:0 0 50%;height:auto}}@media(max-width:767px){.hero__image{flex:1;width:100%;height:auto;padding-right:2rem}}.hero__image img{position:absolute;left:-6.13%;top:4.12%;width:106.13%;height:102.19%;max-width:none}@media(max-width:1200px){.hero__image img{position:relative;left:0;top:0;width:100%;height:auto}}@media(max-width:767px){.hero__image img{position:relative;left:0;top:0;width:80%;height:auto}}.problem{background-color:#262026;border-radius:1rem;padding:1.5rem 1.5rem 40px;margin-bottom:99px;text-align:center}@media(max-width:767px){.problem{margin-bottom:4rem}}.problem__title{font-family:Times Now,Times New Roman,serif;font-size:40px;line-height:1.2;font-weight:500;color:#fff;max-width:663px;margin:0 auto 1.5rem}@media(max-width:767px){.problem__title{font-size:1.5rem}}.problem__content{display:flex;flex-direction:column;gap:8px}.problem__text{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;font-size:1rem;line-height:1.56;color:#f3b9b9}.problem__text-highlight{color:#fff}.solution{max-width:609px;margin:0 auto 99px;text-align:center}@media(max-width:767px){.solution{margin-bottom:4rem}}.solution__title{font-family:Times Now,Times New Roman,serif;font-size:40px;line-height:1.2;font-weight:500;color:#fff;margin-bottom:1rem}@media(max-width:767px){.solution__title{font-size:1.5rem}}.solution__subtitle{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;font-size:1rem;line-height:1.56;color:#f3b9b9;margin-bottom:40px}.solution__list{list-style:disc inside;text-align:center;margin-bottom:40px;color:#fff;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;font-size:1rem;width:610px;margin-left:auto;margin-right:auto}@media(max-width:767px){.solution__list{width:100%}}.solution__item{line-height:1.4;margin-bottom:11px}.solution__item:last-child{margin-bottom:0}.solution__form{display:flex;flex-direction:column;gap:1rem;max-width:380px;margin:0 auto}.solution__input{width:100%;background-color:#fff;border:2px solid transparent;border-radius:8px;padding:14px 16px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;font-size:1rem;color:#0e070e;height:48px;transition-property:all;transition-duration:.3s ease-in-out;transition-timing-function:ease-in-out;box-shadow:0 2px 8px #0000001a}.solution__input::placeholder{color:#0e070e;opacity:.5;transition-property:opacity;transition-duration:.3s ease-in-out;transition-timing-function:ease-in-out}.solution__input:hover:not(:focus):not(:invalid){box-shadow:0 4px 12px #f4a03126;border-color:#f4a03133}.solution__input:focus{outline:none;transform:translateY(-1px)}.solution__input:focus::placeholder{opacity:.3}.solution__button{background-color:#f4a031;color:#0e070e;border:none;border-radius:8px;padding:0 1.5rem;font-family:SF Pro Display,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;font-size:1rem;font-weight:500;cursor:pointer;height:48px;transition-property:background-color;transition-duration:.3s ease-in-out;transition-timing-function:ease-in-out}.solution__button:hover{background-color:#e6880c}.solution__button:active{transform:scale(.98)}
