@import"https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&display=swap";:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;min-width:320px;min-height:100vh}#root{width:100%}*{margin:0;padding:0;box-sizing:border-box}.App{width:100%;min-height:100vh}.landing-form-page{min-height:100vh;background:radial-gradient(circle 800px at 100% 10%,rgba(149,31,37,.25),transparent 70%),radial-gradient(circle 1200px at 0% 50%,rgba(15,115,150,.25),transparent 80%),radial-gradient(circle 900px at 50% 100%,rgba(209,15,61,.25),transparent 70%),radial-gradient(circle 800px at 100% 70%,rgba(187,83,21,.25),transparent 70%),#000;color:#fefefe;padding:1rem 2rem 3rem;font-family:DM Sans,system-ui,-apple-system,sans-serif}.header-section{max-width:1100px;margin:0 auto 2rem;text-align:center}.logo-container{display:flex;align-items:center;justify-content:center;gap:1rem;margin-bottom:1rem;position:relative}.logo-image{width:352px;height:134px;object-fit:contain;opacity:1}.logo-text{font-size:2rem;font-weight:300;letter-spacing:.5px}.logo-text sup{font-size:1rem;font-weight:600;vertical-align:super}.logo-light{font-weight:300}.divider{height:1px;background:linear-gradient(90deg,#22d3ee66,#10b98166,#facc1566,#fb923c66,#ef444466,#ec489966);margin:1.5rem auto 3rem;max-width:900px;border-radius:2px}.main-title{font-size:3.5rem;font-weight:700;margin-bottom:1rem;line-height:1.2;font-family:DM Sans,sans-serif}.main-subtitle{font-size:1.5rem;font-weight:300;opacity:.9;margin-bottom:2rem;font-family:DM Sans,sans-serif;height:34px;line-height:34px}.description{max-width:834px;margin:0 auto;font-size:1rem;line-height:1.7;opacity:.8;font-weight:300;font-family:DM Sans,sans-serif}.main-form{max-width:920px;margin:0 auto;display:flex;flex-direction:column;gap:2rem}.form-section{background:#000;border:1px solid rgba(254,254,254,.15);border-radius:20px;padding:20px;position:relative;overflow:visible}.section-header{display:flex;align-items:center;gap:1rem;margin-bottom:2rem}.section-number{width:42px;height:42px;background:linear-gradient(135deg,#009fe3,#e6007e);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.3rem;font-weight:700;flex-shrink:0;color:#fff}.section-header h2{font-size:1.5rem;font-weight:600;margin:0}.form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;position:relative}.form-grid.full-width{grid-template-columns:1fr}.form-group{display:flex;flex-direction:column;gap:.5rem;position:relative}.form-group.full{grid-column:1 / -1}.form-group label{font-size:.95rem;font-weight:500;color:#fefefe}.optional{color:#595959;font-weight:400;font-size:.9rem}.form-group input,.form-group select,.form-group textarea{background:#0006;border:1px solid rgba(254,254,254,.2);border-radius:8px;padding:.65rem;color:#fefefe;font-size:1rem;font-family:inherit;transition:all .3s}.form-group input::placeholder,.form-group textarea::placeholder{color:#595959}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:#0f7396;background:#0009}.form-group textarea{resize:vertical;min-height:100px}.form-group select{cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L6 6L11 1' stroke='%23fefefe' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1rem center;padding-right:2.5rem}.form-group select option{background-color:#000;color:#fefefe;padding:.75rem 1rem}.form-group select option:hover{background:linear-gradient(135deg,#009fe3,#e6007e);color:#fff}.form-group select option:checked,.form-group select option[selected]{background-color:#e6007e;color:#fff;font-weight:500}.form-group select:focus option:checked{background:linear-gradient(135deg,#e6007e 0% 100%)}.radio-group{display:flex;flex-direction:column;gap:1rem;margin-top:.5rem}.radio-option{display:flex;align-items:center;gap:1rem;cursor:pointer;padding:0;border-radius:0;transition:none}.radio-option:hover{background:transparent}.radio-option input[type=radio]{width:20px;height:20px;cursor:pointer;appearance:none;-webkit-appearance:none;border:1px solid rgba(254,254,254,.3);border-radius:50%;background-color:transparent;margin:0;flex-shrink:0;position:relative}.radio-option input[type=radio]:checked{border-color:#e6007e;border-width:1px}.radio-option input[type=radio]:checked:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:10px;height:10px;background-color:#e6007e;border-radius:50%}.radio-option span{font-size:1rem;color:#fefefe;font-weight:400;line-height:1.5}.privacy-section{background:#000;border:1px solid rgba(254,254,254,.15);border-radius:20px;padding:20px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);max-width:920px}.checkbox-label{display:flex;align-items:flex-start;gap:.75rem;cursor:pointer;font-size:.9rem;color:#fefefee6;font-weight:400;line-height:1.5}.checkbox-label input[type=checkbox]{width:20px;height:20px;cursor:pointer;appearance:none;-webkit-appearance:none;border:1px solid rgba(254,254,254,.3);border-radius:50%;background-color:transparent;margin:2px 0 0;flex-shrink:0;position:relative}.checkbox-label input[type=checkbox]:checked{border-color:#e6007e;border-width:1px}.checkbox-label input[type=checkbox]:checked:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:10px;height:10px;background-color:#e6007e;border-radius:50%}.privacy-link{color:#e6007e;text-decoration:none;font-weight:500}.privacy-link:hover{text-decoration:underline}.submit-button{max-width:920px;margin:1rem auto;padding:1.2rem 3rem;background:linear-gradient(90deg,#009fe3,#e6007e);border:none;border-radius:20px;color:#fefefe;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s;box-shadow:0 10px 30px #e6007e66;letter-spacing:.5px}.submit-button:hover{transform:translateY(-2px);box-shadow:0 15px 40px #e6007e99}.submit-button:active{transform:translateY(0)}@media(max-width:768px){.landing-form-page{padding:2rem 1rem}.main-title{font-size:2.5rem}.main-subtitle{font-size:1.2rem}.description{font-size:.95rem}.form-section{padding:1.5rem}.form-grid{grid-template-columns:1fr}.section-header h2{font-size:1.3rem}.submit-button{padding:1rem 2rem;font-size:1rem}}@media(max-width:480px){.main-title{font-size:2rem}.logo-text{font-size:1.5rem}.logo-glow{width:50px;height:50px}.logo-glow:before{width:16px;height:16px}}.custom-select{position:relative;width:100%;z-index:10000}.custom-select-trigger{width:100%;padding:.65rem 2.5rem .65rem .65rem;background:#0006;border:1px solid rgba(254,254,254,.2);border-radius:8px;color:#fefefe;font-size:1rem;font-family:DM Sans,sans-serif;cursor:pointer;display:flex;justify-content:flex-start;align-items:center;transition:all .3s;outline:none;position:relative}.custom-select-trigger.placeholder span{color:#595959}.custom-select-trigger:hover{border-color:#fefefe4d}.custom-select-trigger:focus,.custom-select-trigger.open{border-color:#0f7396;background:#0009;position:relative;z-index:10001}.custom-select-trigger .arrow{transition:transform .2s ease;flex-shrink:0;position:absolute;right:1rem}.custom-select-trigger.open .arrow{transform:rotate(180deg)}.custom-select-options{position:absolute;top:calc(100% + 2px);left:0;right:0;background-color:#000;border:1px solid rgba(254,254,254,.2);border-radius:8px;max-height:none;overflow-y:visible;z-index:10002;box-shadow:0 4px 12px #00000080}.custom-select-option{padding:6px 1rem;color:#fefefe;cursor:pointer;transition:all .15s ease;font-family:DM Sans,sans-serif;background-color:#000}.custom-select-option.highlighted{background:linear-gradient(135deg,#009fe3,#e6007e);color:#fff}.custom-select-option.selected{background-color:#e6007e;color:#fff;font-weight:500}.custom-select-option:first-child{border-top-left-radius:8px;border-top-right-radius:8px}.custom-select-option:last-child{border-bottom-left-radius:8px;border-bottom-right-radius:8px}.custom-select-options::-webkit-scrollbar{width:8px}.custom-select-options::-webkit-scrollbar-track{background:#0000004d;border-radius:8px}.custom-select-options::-webkit-scrollbar-thumb{background:linear-gradient(135deg,#009fe3,#e6007e);border-radius:4px}
