.app{min-height:100vh;background-color:#0c0c0c;display:flex;align-items:center;justify-content:center;padding:2rem 1rem}.container{max-width:1000px;width:100%;display:flex;flex-direction:column;align-items:center;text-align:center}.pill{background-color:#181818;border-radius:50px;padding:.75rem 1.25rem;display:inline-flex;align-items:center;gap:.5rem;margin-bottom:2rem}.pill span{color:#fff;font-size:1rem;font-weight:400}.divider{width:1.5px;height:10vh;background-color:#252525;margin-bottom:2rem}.title{font-family:EB Garamond,serif;font-size:clamp(2rem,6.4vw,4rem);font-weight:400;color:#fff;line-height:1.1;margin-bottom:2rem;max-width:900px}.subtitle{max-width:850px;margin-bottom:3rem}.subtitle p{font-family:EB Garamond,serif;font-size:clamp(1.012rem,2.53vw,1.265rem);color:#879fc8;line-height:1.4;margin:0}.subtitle p .darker{color:#4b5d7c}.waitlist-form{width:100%;max-width:550px;margin-bottom:2rem}.input-wrapper{position:relative;width:100%}.email-input{width:100%;background-color:#181818;border:none;border-radius:50px;padding:1.3rem 1.5rem;padding-right:200px;font-family:EB Garamond,serif;font-size:1.2rem;color:#fff;outline:none;transition:all .3s ease}.email-input::placeholder{color:#aeaeae}.email-input:focus{outline:1px solid #2B3547}.submit-button{position:absolute;right:6px;top:50%;transform:translateY(-50%);background-color:#2b3547;border:none;border-radius:50px;padding:.975rem 1.5rem;font-family:EB Garamond,serif;font-size:1.2rem;color:#fff;cursor:pointer;transition:all .3s ease;white-space:nowrap}.submit-button.active{background-color:#879fc8}.submit-button:hover{opacity:.9}.social-link{display:inline-flex;align-items:center;gap:.5rem;color:#fff;text-decoration:none;font-family:EB Garamond,serif;font-size:1rem;transition:opacity .3s ease}.social-link:hover{opacity:.8}.social-link span{color:#fff}.success-message{display:flex;flex-direction:column;align-items:center;text-align:center;max-width:700px;margin:0 auto}.success-title{font-family:EB Garamond,serif;font-size:clamp(2.5rem,6vw,4rem);font-weight:400;color:#fff;line-height:1.2;margin-bottom:2rem}.success-text{font-family:EB Garamond,serif;font-size:clamp(1.1rem,2.5vw,1.4rem);color:#c1c1c1;line-height:1.6;margin-bottom:3rem}.success-link{display:inline-flex;align-items:center;gap:.5rem;color:#fff;text-decoration:none;font-family:EB Garamond,serif;font-size:1.2rem;transition:opacity .3s ease;background-color:#879fc8;padding:.875rem 1.75rem;border-radius:50px}.success-link:hover{opacity:.9}.success-link span{color:#fff}.back-to-landing{background:none;border:none;font-family:EB Garamond,serif;font-size:1rem;color:#879fc8;cursor:pointer;transition:opacity .3s ease;margin-top:1.5rem;text-decoration:underline;padding:0}.back-to-landing:hover{opacity:.8}@media (max-width: 768px){.app{padding:1.5rem 1rem}.pill{padding:.4rem 1rem}.pill span{font-size:.9rem}.divider{height:8vh;margin-bottom:1.5rem}.title{margin-bottom:1.5rem}.subtitle{margin-bottom:2.5rem}.email-input{padding-right:160px;font-size:.9rem}.submit-button{padding:.65rem 1.25rem;font-size:.9rem}}@media (max-width: 480px){.input-wrapper{display:flex;flex-direction:column;gap:.75rem}.email-input{padding:1rem 1.5rem}.submit-button{position:static;transform:none;width:100%}.divider{height:6vh}}.multistep-form{min-height:100vh;background-color:#0c0c0c;display:flex;align-items:center;justify-content:center;padding:2rem 1rem}.form-container{max-width:900px;width:100%;display:flex;flex-direction:column}.form-header{display:flex;align-items:center;gap:1rem;margin-bottom:3rem}.header-group{display:flex;align-items:center;gap:1rem}.form-header .pill{display:flex;align-items:center;margin-bottom:0}.back-button{background:none;border:none;cursor:pointer;padding:0;display:flex;align-items:center;justify-content:center;transition:opacity .3s ease}.back-button:hover{opacity:.7}.back-button svg{display:block}.progress-bar{display:flex;gap:.5rem;margin-bottom:4rem}.progress-segment{flex:1;height:6px;background-color:#252525;border-radius:2px;transition:background-color .3s ease}.progress-segment.active{background-color:#879fc8}.question-title{font-family:EB Garamond,serif;font-size:clamp(1.56rem,3.9vw,2.34rem);font-weight:400;color:#fff;line-height:1.2;margin-bottom:3rem;max-width:850px}.options-container{margin-bottom:3rem;max-width:700px}.checkbox-group,.radio-group{display:flex;flex-direction:column;gap:.8rem}.checkbox-group.two-columns{display:grid;grid-template-columns:1fr 1fr;gap:.8rem 1.5rem}.input-fields{display:flex;flex-direction:column;gap:2rem;max-width:900px}.input-field{display:flex;flex-direction:column;gap:.75rem}.field-label{font-family:EB Garamond,serif;font-size:1.1rem;color:#c1c1c1;font-weight:400}.field-input{width:100%;background-color:#181818;border:1px solid #252525;border-radius:12px;padding:1rem 1.25rem;font-family:EB Garamond,serif;font-size:1.1rem;color:#fff;outline:none;transition:border-color .3s ease}.field-input:focus{border-color:#879fc8}.field-input::placeholder{color:#c1c1c1}.checkbox-option,.radio-option{display:flex;align-items:center;gap:1rem;cursor:pointer;font-family:EB Garamond,serif;font-size:clamp(1rem,2.5vw,1.25rem);color:#c1c1c1;transition:color .3s ease;padding:.5rem 0}.checkbox-option:hover,.radio-option:hover{color:#fff}.checkbox-option input[type=checkbox],.radio-option input[type=radio]{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:20px;height:20px;cursor:pointer;flex-shrink:0;border:2px solid #879FC8;background-color:#879fc866;position:relative;transition:background-color .2s ease}.checkbox-option input[type=checkbox]:checked,.radio-option input[type=radio]:checked{background-color:#879fc8}.checkbox-option input[type=checkbox]{border-radius:4px}.radio-option input[type=radio]{border-radius:50%}.checkbox-option input[type=checkbox]:checked:after{content:"";position:absolute;left:5px;top:2px;width:4px;height:8px;border:solid white;border-width:0 2px 2px 0;transform:rotate(45deg)}.radio-option input[type=radio]:checked:after{content:"";position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:8px;height:8px;border-radius:50%;background-color:#fff}.text-area{width:100%;max-width:900px;background-color:#181818;border:1px solid #252525;border-radius:12px;padding:1rem 1.25rem;font-family:EB Garamond,serif;font-size:1.1rem;color:#fff;outline:none;transition:border-color .3s ease;resize:vertical;min-height:150px}.text-area:focus{border-color:#879fc8}.text-area::placeholder{color:#c1c1c1}.other-input{width:100%;max-width:900px;background-color:#181818;border:1px solid #252525;border-radius:12px;padding:1rem 1.25rem;font-family:EB Garamond,serif;font-size:1.1rem;color:#fff;outline:none;transition:border-color .3s ease;margin-top:1rem}.other-input:focus{border-color:#879fc8}.other-input::placeholder{color:#c1c1c1}.next-button{background-color:#2b3547;border:none;border-radius:50px;padding:1rem 2.5rem;font-family:EB Garamond,serif;font-size:1.2rem;color:#fff;cursor:pointer;transition:background-color .3s ease,opacity .3s ease;align-self:flex-start;min-width:160px}.next-button:not(:disabled){background-color:#879fc8}.next-button:not(:disabled):hover{opacity:.9}.next-button:disabled{opacity:.5;cursor:not-allowed;background-color:#2b3547}@media (max-width: 768px){.multistep-form{padding:3rem 2rem}.form-header{margin-bottom:2rem}.progress-bar{margin-bottom:3rem}.question-title,.options-container{margin-bottom:2rem}.checkbox-group,.radio-group{gap:.48rem}.checkbox-group.two-columns{gap:.48rem 1.5rem}.checkbox-option,.radio-option{font-size:1.25rem}.text-area{font-size:1rem;padding:1rem}.other-input{font-size:1rem;padding:.875rem 1rem}.next-button{padding:.875rem 2rem;font-size:1.1rem}}@media (max-width: 480px){.multistep-form{padding:3rem 2rem}.form-header{margin-bottom:1.5rem}.progress-bar{margin-bottom:2rem}.progress-segment{height:5px}.question-title{margin-bottom:1.5rem}.checkbox-group,.radio-group{gap:.48rem}.checkbox-group.two-columns{gap:.48rem 1.5rem}.checkbox-option,.radio-option{font-size:1.25rem}.checkbox-option input[type=checkbox],.radio-option input[type=radio]{width:18px;height:18px}.next-button{width:100%}}*{margin:0;padding:0;box-sizing:border-box}body{margin:0;font-family:EB Garamond,serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#0c0c0c}#root{min-height:100vh}
