*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;background-color:#090909;color:#fff}.particles-container{position:absolute;width:100%;height:100%;overflow:hidden}.loading-spinner{display:flex;justify-content:center;align-items:center;height:100vh;background:linear-gradient(135deg,#0f0f14,#191923)}.spinner{width:40px;height:40px;border:3px solid rgba(102,126,234,.3);border-top:3px solid #667eea;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.contact-button{position:fixed;left:0;bottom:100px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;padding:20px 10px;border-radius:0 20px 20px 0;cursor:pointer;font-size:16px;font-weight:700;z-index:1000;box-shadow:0 6px 12px #667eea66;writing-mode:vertical-rl;text-orientation:mixed;transform:rotate(-90deg);transform-origin:left bottom;transition:all .3s ease;min-width:50px}.contact-button:hover{background:linear-gradient(135deg,#5568d3,#6a3d8f);box-shadow:0 8px 16px #667eea80}.contact-button:active{transform:rotate(-90deg) scale(.95)}.modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#000000bf;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);display:flex;justify-content:center;align-items:center;padding:20px;overflow-y:auto;z-index:9999}.modal-content{background:#0f0f14f2;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);padding:40px;border-radius:24px;width:100%;max-width:700px;max-height:90vh;position:relative;box-shadow:0 20px 60px #00000080,0 0 0 1px #ffffff1a;border:1px solid rgba(255,255,255,.1);overflow-y:auto;color:#e2e8f0}.modal-content::-webkit-scrollbar{width:8px}.modal-content::-webkit-scrollbar-track{background:#ffffff0d;border-radius:10px}.modal-content::-webkit-scrollbar-thumb{background:#667eea80;border-radius:10px}.modal-content::-webkit-scrollbar-thumb:hover{background:#667eeab3}.modal-header{margin-bottom:30px;text-align:center}.modal-content h2{margin-bottom:10px;color:#fff;font-size:28px;font-weight:700;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.modal-subtitle{color:#94a3b8;font-size:14px;margin:0}.close-button{position:absolute;top:20px;right:20px;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);color:#e2e8f0;font-size:28px;width:40px;height:40px;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease;z-index:10;line-height:1;padding:0}.close-button:hover{background:#fff3;border-color:#ffffff4d;color:#fff;transform:rotate(90deg)}.close-button:disabled{opacity:.5;cursor:not-allowed}.contact-form{display:flex;flex-direction:column;gap:20px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:20px}.form-group{display:flex;flex-direction:column;gap:8px}.form-group label{font-weight:600;font-size:14px;color:#cbd5e1;display:flex;align-items:center;gap:4px}.required{color:#ef4444;font-weight:700}.form-group input,.form-group select,.form-group textarea{padding:14px 16px;border:1px solid rgba(255,255,255,.15);border-radius:12px;font-size:14px;background:#ffffff0d;color:#e2e8f0;transition:all .3s ease;font-family:inherit;width:100%}.form-group input::placeholder,.form-group textarea::placeholder{color:#64748b}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:#667eea;background:#ffffff14;box-shadow:0 0 0 3px #667eea1a}.form-group input:disabled,.form-group select:disabled,.form-group textarea:disabled{opacity:.6;cursor:not-allowed}.form-group input.error,.form-group select.error,.form-group textarea.error{border-color:#ef4444;background:#ef44441a}.form-group textarea{resize:vertical;min-height:120px;font-family:inherit}.custom-select-wrapper{position:relative;width:100%}.custom-select{padding:14px 16px;border:1px solid rgba(255,255,255,.15);border-radius:12px;font-size:14px;background:#ffffff0d;color:#e2e8f0;transition:all .3s ease;font-family:inherit;width:100%;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:12px;min-height:48px;-webkit-user-select:none;user-select:none}.custom-select:hover:not(.disabled){border-color:#ffffff40;background:#ffffff14}.custom-select:focus,.custom-select.open{outline:none;border-color:#667eea;background:#ffffff14;box-shadow:0 0 0 3px #667eea1a}.custom-select.disabled{opacity:.6;cursor:not-allowed}.custom-select.error{border-color:#ef4444;background:#ef44441a}.custom-select-value{flex:1;text-align:left;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.custom-select-value.placeholder{color:#64748b}.custom-select-arrow{display:flex;align-items:center;justify-content:center;color:#94a3b8;flex-shrink:0;transition:color .3s ease}.custom-select:hover:not(.disabled) .custom-select-arrow,.custom-select.open .custom-select-arrow{color:#667eea}.custom-select-dropdown-portal{background:linear-gradient(135deg,#0f0f14fa,#191923fa);border:1px solid rgba(102,126,234,.3);border-radius:12px;box-shadow:0 20px 60px #000000e6,0 0 0 1px #667eea33,inset 0 1px #ffffff1a,0 10px 30px #667eea1a;max-height:280px;overflow-y:auto;overflow-x:hidden;isolation:isolate;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px)}.custom-select-dropdown-portal::-webkit-scrollbar{width:6px}.custom-select-dropdown-portal::-webkit-scrollbar-track{background:#667eea1a;border-radius:10px}.custom-select-dropdown-portal::-webkit-scrollbar-thumb{background:linear-gradient(135deg,#667eea99,#764ba299);border-radius:10px;border:1px solid rgba(102,126,234,.2)}.custom-select-dropdown-portal::-webkit-scrollbar-thumb:hover{background:linear-gradient(135deg,#667eeacc,#764ba2cc);border-color:#667eea66}.custom-select-option{padding:14px 16px;color:#e2e8f0;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:space-between;gap:12px;border-bottom:1px solid rgba(102,126,234,.1);position:relative;pointer-events:auto;user-select:none;-webkit-user-select:none;background:transparent}.custom-select-option:last-child{border-bottom:none}.custom-select-option:hover{background:linear-gradient(90deg,#667eea33,#764ba233);color:#fff;transform:translate(4px);border-bottom-color:#667eea4d}.custom-select-option.selected{background:linear-gradient(90deg,#667eea4d,#764ba24d);color:#fff;font-weight:500;border-bottom-color:#667eea66}.custom-select-option.selected:hover{background:linear-gradient(90deg,#667eea66,#764ba266);transform:translate(6px)}.check-icon{background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;font-weight:700;font-size:16px;flex-shrink:0;animation:checkPulse 2s ease-in-out infinite}@keyframes checkPulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.8;transform:scale(1.1)}}.form-group select{cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23e2e8f0' d='M6 9L1 4h10z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 16px center;padding-right:40px}.error-message{color:#ef4444;font-size:12px;margin-top:-4px;display:block}.submit-button{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;padding:16px 32px;border-radius:12px;cursor:pointer;font-size:16px;font-weight:600;box-shadow:0 4px 12px #667eea66;transition:all .3s ease;margin-top:10px;display:flex;align-items:center;justify-content:center;gap:10px;min-height:52px}.submit-button:hover:not(:disabled){background:linear-gradient(135deg,#5568d3,#6a3d8f);box-shadow:0 6px 16px #667eea80;transform:translateY(-2px)}.submit-button:active:not(:disabled){transform:translateY(0)}.submit-button:disabled{opacity:.7;cursor:not-allowed;transform:none}.spinner{width:18px;height:18px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.success-message{text-align:center;padding:40px 20px}.success-icon{width:80px;height:80px;margin:0 auto 20px;background:linear-gradient(135deg,#10b981,#059669);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:40px;color:#fff;font-weight:700;box-shadow:0 8px 24px #10b9814d}.success-message h3{color:#fff;font-size:24px;margin-bottom:12px;font-weight:700}.success-message p{color:#94a3b8;font-size:16px;margin:0}@media(max-width:768px){.contact-button{bottom:80px;padding:16px 8px;font-size:14px;min-width:45px}.modal-overlay{padding:20px 10px 10px;align-items:flex-start}.modal-content{padding:30px 20px;border-radius:20px;max-height:95vh;margin:auto 0}.modal-content h2{font-size:24px}.modal-subtitle{font-size:13px}.close-button{top:15px;right:15px;width:36px;height:36px;font-size:24px}.form-row{grid-template-columns:1fr;gap:20px}.form-group input,.form-group select,.form-group textarea{padding:12px 14px;font-size:14px}.custom-select{padding:12px 14px;font-size:14px;min-height:44px}.custom-select-dropdown{max-height:240px;border-radius:10px}.custom-select-option{padding:12px 14px;font-size:14px}.submit-button{padding:14px 24px;font-size:15px}.success-message{padding:30px 15px}.success-icon{width:70px;height:70px;font-size:36px}.success-message h3{font-size:20px}.success-message p{font-size:14px}}@media(max-width:480px){.contact-button{bottom:70px;padding:14px 6px;font-size:12px;min-width:40px}.modal-content{padding:25px 16px;border-radius:16px}.modal-content h2{font-size:22px}.form-group label{font-size:13px}.form-group input,.form-group select,.form-group textarea{padding:11px 12px;font-size:13px}.custom-select{padding:11px 12px;font-size:13px;min-height:42px}.custom-select-dropdown{max-height:200px;border-radius:8px}.custom-select-option{padding:11px 12px;font-size:13px}}@media(prefers-color-scheme:light){.modal-content{background:#0f0f14f2;color:#e2e8f0}}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.form-group{animation:fadeIn .3s ease-out;animation-fill-mode:both}.form-group:nth-child(1){animation-delay:.05s}.form-group:nth-child(2){animation-delay:.1s}.form-group:nth-child(3){animation-delay:.15s}.form-group:nth-child(4){animation-delay:.2s}.form-group:nth-child(5){animation-delay:.25s}.form-group:nth-child(6){animation-delay:.3s}.form-group:nth-child(7){animation-delay:.35s}
