@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap";*{margin:0;padding:0;box-sizing:border-box}:root{--primary: #6366f1;--primary-dark: #4f46e5;--secondary: #f59e0b;--accent: #10b981;--text-primary: #1f2937;--text-secondary: #6b7280;--text-light: #9ca3af;--bg-primary: #ffffff;--bg-secondary: #f9fafb;--bg-dark: #111827;--border: #e5e7eb;--shadow: 0 4px 6px -1px rgba(0, 0, 0, .1);--shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, .1)}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6;color:var(--text-primary);background-color:var(--bg-primary)}nav{background:rgba(255,255,255,.85);box-shadow:0 2px 8px #00000008;border-bottom:1px solid var(--border);position:sticky;top:0;z-index:100}nav .logo{font-size:2rem;font-weight:700;color:var(--primary);letter-spacing:-1px}nav a{text-decoration:none;color:var(--text-primary);font-weight:500;margin-left:2rem;transition:color .2s}nav a:hover{color:var(--primary)}nav .cta{background:linear-gradient(90deg,var(--primary),var(--secondary));color:#fff;padding:.7rem 1.5rem;border-radius:.5rem;font-weight:600;margin-left:2rem;box-shadow:var(--shadow);transition:opacity .2s}nav .cta:hover{opacity:.85}.hero{min-height:80vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(120deg,var(--primary) 0%,var(--secondary) 100%);color:#fff;text-align:center;padding:5rem 1rem 3rem}.hero.bg-gradient-to-br{min-height:100vh;display:flex;align-items:center;justify-content:center;text-align:center;padding:5rem 1rem 3rem;position:relative;overflow:hidden}.container{max-width:1200px;margin:0 auto;padding:0 1rem}@media (max-width: 768px){.hero.bg-gradient-to-br h1{font-size:2.5rem!important}.hero.bg-gradient-to-br p{font-size:1.1rem!important}}.hero h1{font-size:3rem;font-weight:800;margin-bottom:1.5rem;line-height:1.1}.hero .gradient{background:linear-gradient(90deg,var(--primary),var(--secondary));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-fill-color:transparent}.hero p{font-size:1.25rem;color:#f3f4f6;margin-bottom:2.5rem;max-width:600px;margin-left:auto;margin-right:auto}.hero .btns{display:flex;gap:1rem;justify-content:center}.hero .btn-primary{background:linear-gradient(90deg,var(--primary),var(--secondary));color:#fff;padding:1rem 2.5rem;border-radius:.5rem;font-weight:600;font-size:1.1rem;border:none;box-shadow:var(--shadow);transition:opacity .2s}.hero .btn-primary:hover{opacity:.85}.hero .btn-secondary{background:transparent;color:#fff;border:2px solid #fff;padding:1rem 2.5rem;border-radius:.5rem;font-weight:600;font-size:1.1rem;transition:background .2s,color .2s}.hero .btn-secondary:hover{background:#fff;color:var(--primary)}.section{padding:4rem 0}.section-title{font-size:2.5rem;font-weight:700;text-align:center;margin-bottom:1rem;color:var(--text-primary)}.section-subtitle{font-size:1.25rem;color:var(--text-secondary);text-align:center;margin-bottom:3rem;max-width:600px;margin-left:auto;margin-right:auto}.card{background:#fff;border-radius:1rem;padding:2rem;box-shadow:var(--shadow);transition:transform .2s,box-shadow .2s}.card:hover{transform:translateY(-4px) scale(1.03);box-shadow:var(--shadow-lg)}.cta-section{background:linear-gradient(90deg,var(--primary),var(--secondary));color:#fff;text-align:center;padding:4rem 1rem 3rem;border-radius:1.5rem;margin:4rem auto 0;max-width:900px;box-shadow:var(--shadow-lg)}.cta-section h2{font-size:2.2rem;font-weight:800;margin-bottom:1rem}.cta-section p{font-size:1.2rem;margin-bottom:2rem}.cta-section .btn-primary{font-size:1.1rem;padding:1rem 2.5rem}.footer{background:var(--bg-dark);color:#fff;padding:3rem 1rem 2rem;margin-top:4rem}.footer a{color:var(--secondary);text-decoration:none;transition:color .2s}.footer a:hover{color:#fff;text-decoration:underline}.footer .footer-links{display:flex;flex-wrap:wrap;gap:2rem;justify-content:center;margin-bottom:2rem}.footer .footer-bottom{text-align:center;color:var(--text-light);font-size:.95rem;margin-top:2rem}.login-page{display:flex;min-height:100vh;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%)}.login-content{flex:1;display:flex;align-items:center;justify-content:center;padding:3rem;color:#fff}.content-wrapper{max-width:600px}.login-content h1{font-size:3rem;font-weight:800;margin-bottom:1rem;line-height:1.1}.login-content .subtitle{font-size:1.25rem;color:#ffffffe6;margin-bottom:3rem}.features-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;margin-bottom:3rem}.feature-item{display:flex;align-items:flex-start;gap:1rem}.feature-icon{color:var(--secondary);flex-shrink:0;margin-top:.25rem}.feature-text h3{font-size:1.1rem;font-weight:600;margin-bottom:.5rem;color:#fff}.feature-text p{font-size:.9rem;color:#fffc;line-height:1.4}.trust-badges{display:flex;gap:2rem;flex-wrap:wrap}.badge{display:flex;align-items:center;gap:1rem;background:rgba(255,255,255,.1);padding:1rem;border-radius:.5rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.badge-icon{font-size:2rem}.badge-text{display:flex;flex-direction:column}.badge-rating{font-size:1.5rem;font-weight:700;color:#fff}.badge-label{font-size:.9rem;font-weight:600;color:#fff}.badge-subtitle{font-size:.75rem;color:#ffffffb3;margin-top:.25rem}.login-section{flex:0 0 400px;display:flex;align-items:center;justify-content:center;padding:2rem}.login-form-container{display:flex;justify-content:center;align-items:center;min-height:100vh;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);padding:2rem}.login-form-box{background:rgb(177,177,190);border-radius:1rem;padding:2.5rem;box-shadow:0 20px 40px #0000001a;width:100%;max-width:400px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.login-form-header{text-align:center;margin-bottom:2rem}.login-form-header h2{font-size:1.75rem;font-weight:700;color:var(--text-primary);margin-bottom:.5rem}.login-form-header p{color:var(--text-secondary);font-size:1rem}.login-form{display:flex;flex-direction:column;gap:1.5rem}.brevo-form-container{margin-top:2rem;display:flex;justify-content:center;align-items:center;min-height:305px;background:#f8fafc;border-radius:.75rem;padding:1rem;border:1px solid var(--border)}.brevo-form-container iframe{border-radius:.5rem;box-shadow:var(--shadow);background:#fff}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{font-weight:600;color:var(--text-primary);font-size:.9rem}.input-wrapper{position:relative;display:flex;align-items:center}.input-icon{position:absolute;left:1rem;color:var(--text-secondary);width:1.25rem;height:1.25rem;z-index:1}.login-form input{width:100%;padding:1rem 1rem 1rem 3rem;border:2px solid var(--border);border-radius:.5rem;font-size:1rem;transition:border-color .2s,box-shadow .2s;background:#fff}.login-form input:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px #6366f11a}.login-form input.error{border-color:#ef4444}.error-message{color:#ef4444;font-size:.875rem;margin-top:.25rem}.password-toggle{position:absolute;right:1rem;background:none;border:none;color:var(--text-secondary);cursor:pointer;padding:.25rem;display:flex;align-items:center;justify-content:center}.password-toggle:hover{color:var(--primary)}.form-options{display:flex;justify-content:space-between;align-items:center;font-size:.875rem}.checkbox-wrapper{display:flex;align-items:center;gap:.5rem;cursor:pointer;color:var(--text-secondary)}.checkbox-wrapper input[type=checkbox]{width:auto;margin:0;padding:0}.forgot-password{color:var(--primary);text-decoration:none;font-weight:500}.forgot-password:hover{text-decoration:underline}.login-button{background:linear-gradient(90deg,var(--primary),var(--secondary));color:#fff;padding:1rem 2rem;border:none;border-radius:.5rem;font-weight:600;font-size:1rem;cursor:pointer;transition:opacity .2s,transform .2s;margin-top:1rem}.login-button:hover{opacity:.9;transform:translateY(-1px)}.form-footer{text-align:center;margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid var(--border)}.form-footer p{color:var(--text-secondary);font-size:.875rem}.form-footer a{color:var(--primary);text-decoration:none;font-weight:500}.form-footer a:hover{text-decoration:underline}@media (max-width: 900px){.hero h1{font-size:2.2rem}.section-title{font-size:2rem}.login-page{flex-direction:column}.login-content{padding:2rem}.login-content h1{font-size:2.5rem}.features-grid{grid-template-columns:1fr;gap:1.5rem}.trust-badges{gap:1rem}.login-section{flex:none;width:100%;padding:1rem}}@media (max-width: 600px){.hero{padding:3rem .5rem}.hero h1{font-size:1.5rem}.section{padding:2rem 0}.login-form-box{padding:2rem;margin:1rem}.login-form-header h2{font-size:1.5rem}.login-content h1{font-size:2rem}.login-content .subtitle{font-size:1.1rem}.trust-badges{flex-direction:column}.badge{width:100%}}.contact-page{min-height:100vh;background:linear-gradient(135deg,#f3f4f6 0%,#e5e7eb 100%);padding:2rem 1rem}.contact-container{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:3rem;min-height:calc(100vh - 4rem)}.process-section{padding:3rem 2rem;background:#fff;border-radius:1rem;box-shadow:0 4px 6px -1px #0000001a}.process-title{font-size:2.5rem;font-weight:800;color:#4c1d95;margin-bottom:1rem;line-height:1.2}.process-subtitle{font-size:1.25rem;color:#6b7280;margin-bottom:.5rem}.process-description{font-size:1.1rem;color:#374151;margin-bottom:3rem}.process-timeline{position:relative}.process-timeline:before{content:"";position:absolute;left:1.5rem;top:0;bottom:0;width:3px;background:linear-gradient(180deg,#8b5cf6 0%,#6366f1 100%);border-radius:2px}.timeline-item{display:flex;align-items:flex-start;margin-bottom:2.5rem;position:relative}.timeline-number{width:3rem;height:3rem;background:linear-gradient(135deg,#8b5cf6 0%,#6366f1 100%);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.1rem;margin-right:1.5rem;flex-shrink:0;z-index:1}.timeline-content h3{font-size:1.25rem;font-weight:600;color:#1f2937;margin-bottom:.5rem}.timeline-content p{color:#6b7280;line-height:1.6}.contact-form-section{display:flex;align-items:center;justify-content:center}.contact-form-container{background:#4c1d95;border-radius:1rem;padding:3rem;width:100%;max-width:600px;color:#fff;box-shadow:0 10px 25px -3px #0000001a}.form-title{font-size:1.5rem;font-weight:700;margin-bottom:.5rem;line-height:1.3}.form-subtitle{font-size:.9rem;color:#d1d5db;margin-bottom:2rem}.career-link{color:#fbbf24;text-decoration:none;font-weight:500}.career-link:hover{text-decoration:underline}.contact-form{display:flex;flex-direction:column;gap:2rem}.form-section{border-bottom:1px solid rgba(255,255,255,.1);padding-bottom:2rem}.form-section:last-of-type{border-bottom:none;padding-bottom:0}.section-title{font-size:1.1rem;font-weight:600;margin-bottom:1.5rem;color:#fbbf24}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.form-group{margin-bottom:1rem}.form-group label{display:block;font-size:.9rem;font-weight:500;margin-bottom:.5rem;color:#e5e7eb}.form-group input,.form-group textarea,.form-group select{width:100%;padding:.75rem;border:1px solid rgba(255,255,255,.2);border-radius:.5rem;background:rgba(255,255,255,.1);color:#fff;font-size:.9rem;transition:border-color .2s}.form-group input:focus,.form-group textarea:focus,.form-group select:focus{outline:none;border-color:#fbbf24}.form-group input::placeholder,.form-group textarea::placeholder{color:#fff9}.form-group select option{background:#4c1d95;color:#fff}.upload-section{margin-top:1rem}.upload-area{border:2px dashed rgba(255,255,255,.3);border-radius:.5rem;padding:2rem;text-align:center;background:rgba(255,255,255,.05);transition:border-color .2s}.upload-area:hover{border-color:#fbbf24}.upload-icon{width:2rem;height:2rem;color:#fbbf24;margin-bottom:.5rem}.upload-area p{color:#fffc;margin-bottom:1rem;font-size:.9rem}.upload-btn{background:#ef4444;color:#fff;border:none;padding:.5rem 1rem;border-radius:.25rem;font-size:.8rem;font-weight:500;cursor:pointer;transition:background-color .2s}.upload-btn:hover{background:#dc2626}.schedule-section{display:flex;gap:1rem;flex-wrap:wrap}.schedule-item{display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;background:rgba(255,255,255,.1);border-radius:.5rem;cursor:pointer;transition:background-color .2s;border:1px solid transparent}.schedule-item:hover{background:rgba(255,255,255,.15)}.schedule-item.active{background:rgba(239,68,68,.2);border-color:#ef4444}.schedule-icon{width:1rem;height:1rem;color:#fbbf24}.schedule-item span{font-size:.9rem;font-weight:500}.submit-btn{background:linear-gradient(135deg,#ef4444 0%,#dc2626 100%);color:#fff;border:none;padding:1rem 2rem;border-radius:.5rem;font-size:1rem;font-weight:600;cursor:pointer;transition:transform .2s,box-shadow .2s;margin-top:1rem}.submit-btn:hover{transform:translateY(-2px);box-shadow:0 4px 12px #ef44444d}.privacy-popup{position:fixed;bottom:2rem;left:2rem;z-index:1000;max-width:400px}.privacy-content{background:#fff;border:1px solid #e5e7eb;border-radius:.5rem;padding:1.5rem;box-shadow:0 10px 25px -3px #0000001a;position:relative}.privacy-content h3{font-size:1.1rem;font-weight:600;margin-bottom:.5rem;color:#1f2937}.privacy-content p{font-size:.9rem;color:#6b7280;margin-bottom:1rem;line-height:1.5}.privacy-buttons{display:flex;gap:.5rem}.accept-all-btn{background:#ef4444;color:#fff;border:none;padding:.5rem 1rem;border-radius:.25rem;font-size:.8rem;font-weight:500;cursor:pointer;transition:background-color .2s}.accept-all-btn:hover{background:#dc2626}.accept-individual-btn{background:transparent;color:#6b7280;border:1px solid #d1d5db;padding:.5rem 1rem;border-radius:.25rem;font-size:.8rem;font-weight:500;cursor:pointer;transition:background-color .2s}.accept-individual-btn:hover{background:#f9fafb}.close-privacy-btn{position:absolute;top:.5rem;right:.5rem;background:none;border:none;color:#9ca3af;cursor:pointer;padding:.25rem;display:flex;align-items:center;justify-content:center;transition:color .2s}.close-privacy-btn:hover{color:#6b7280}.close-privacy-btn svg{width:1rem;height:1rem}@media (max-width: 1200px){.contact-container{grid-template-columns:1fr;gap:2rem}.process-section{order:2}.contact-form-section{order:1}}@media (max-width: 768px){.contact-page{padding:1rem}.process-title{font-size:2rem}.contact-form-container{padding:2rem}.form-grid{grid-template-columns:1fr}.privacy-popup{bottom:1rem;left:1rem;right:1rem;max-width:none}}@media (max-width: 480px){.process-section{padding:2rem 1rem}.contact-form-container{padding:1.5rem}.timeline-item{flex-direction:column;align-items:flex-start}.timeline-number{margin-bottom:1rem}}
