:root{--seda-dark:#0f2027;--seda-green-dark:#203a43;--seda-green:#2c5364;--seda-yellow:#ffc72c;--seda-yellow-hover:#e5b227;--white:#fff;--bg-color:#0f2027;--text-main:#fff;--text-muted:#ffffffb3;--border-color:#ffffff26;--error:#e74c3c;--glass-bg:#ffffff14;--glass-border:1.5px solid #ffffff26;--font-heading:"Outfit", sans-serif;--font-body:"Inter", sans-serif;--radius-sm:8px;--radius-md:12px;--radius-lg:24px;--radius-full:9999px;--shadow-sm:0 4px 6px -1px #0000001a;--shadow-md:0 10px 15px -3px #0000004d;--shadow-lg:0 20px 25px -5px #00000080;--transition-fast:.15s ease-in-out;--transition-normal:.3s ease-in-out}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-body);background:linear-gradient(135deg, var(--seda-dark) 0%, var(--seda-green-dark) 50%, var(--seda-green) 100%);color:var(--text-main);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-attachment:fixed;min-height:100vh;line-height:1.5}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);font-weight:700;line-height:1.2}button{font-family:var(--font-body);cursor:pointer;background:0 0;border:none}a{color:inherit;text-decoration:none}.primary-btn{background-color:var(--seda-yellow);color:#000;font-family:var(--font-heading);text-transform:uppercase;letter-spacing:.5px;border-radius:50px;justify-content:center;align-items:center;gap:8px;padding:14px 28px;font-size:1.05rem;font-weight:800;transition:transform .2s,box-shadow .2s,background-color .2s;display:inline-flex;box-shadow:0 4px 20px #f0b82066}.primary-btn:hover{background-color:#ffd64f;transform:translateY(-2px);box-shadow:0 6px 25px #f0b82080}.primary-btn:active{transform:translateY(1px);box-shadow:0 2px 10px #f0b82066}.glass-card{background:var(--glass-bg);-webkit-backdrop-filter:blur(12px);border:var(--glass-border);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg)}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 24px}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse{0%{transform:scale(1)}50%{transform:scale(1.05)}to{transform:scale(1)}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.form-container{background:0 0;justify-content:center;align-items:center;min-height:100vh;padding:2rem;animation:.5s ease-out fadeIn;display:flex}.form-card{width:100%;max-width:600px;padding:3rem 2.5rem}.form-header{text-align:center;margin-bottom:2.5rem}.main-cta-title{font-family:var(--font-heading);color:var(--seda-yellow);letter-spacing:-.5px;text-shadow:0 4px 15px #ffc72c33;font-size:2.25rem;font-weight:800;line-height:1.1}.form-header p{color:var(--text-muted);font-size:1rem}.lead-form{flex-direction:column;gap:1.5rem;display:flex}.form-row{gap:1.5rem;display:flex}.form-group{flex-direction:column;flex:1;gap:.5rem;display:flex}.form-group label{color:var(--text-muted);font-size:.875rem;font-weight:500}.lead-form input,.lead-form select{border-radius:var(--radius-md);width:100%;color:var(--white);background-color:#ffffff0d;border:1px solid #fff3;padding:.8rem 1rem;font-family:inherit;font-size:1rem;transition:all .3s}.lead-form select{appearance:none;cursor:pointer}.lead-form select option{color:#fff;background-color:#1a1a1a}.composite-input{border-radius:var(--radius-md);background-color:#ffffff0d;border:1px solid #fff3;align-items:center;transition:all .3s;display:flex;overflow:hidden}.composite-input:focus-within{border-color:var(--seda-yellow);background-color:#ffffff1a;box-shadow:0 0 0 3px #f0b82033}.composite-input.error{border-color:#ef4444}.country-select-wrapper{align-items:center;width:45%;display:flex;position:relative}.composite-divider{background-color:#fff3;width:1px;height:24px}.country-select,.city-input{width:100%;color:var(--white);padding:.8rem 1rem;font-family:inherit;font-size:1rem;box-shadow:none!important;background:0 0!important;border:none!important;outline:none!important}.country-select{appearance:none;cursor:pointer}.country-select option{color:#fff;background-color:#1a1a1a}.error-text{color:var(--error);font-size:.75rem;font-weight:500}.submit-btn{width:100%;margin-top:1.5rem;padding:1.2rem}@media (width<=600px){.form-card{padding:2rem 1.5rem}.form-row{flex-direction:column;gap:1.5rem}}.seda-header{z-index:100;background:linear-gradient(#0f2027cc 0%,#0f202700 100%);width:100%;padding:1.5rem 0;position:absolute;top:0;left:0}.header-container{justify-content:space-between;align-items:center;display:flex}.header-logo-link{align-items:center;transition:transform .2s;display:inline-flex}.header-logo-link:hover{transform:scale(1.05)}.header-logo{object-fit:contain;filter:brightness(0)invert();height:65px}.header-nav{align-items:center;gap:2rem;display:flex}.header-nav a{color:var(--white);transition:color var(--transition-fast);opacity:.8;font-size:.95rem;font-weight:500;text-decoration:none}.header-nav a:hover{opacity:1;color:var(--seda-yellow)}@media (width<=768px){.header-nav a{display:none}.header-container{justify-content:center}.header-logo{height:45px}}.home-container{align-items:center;width:100%;min-height:100vh;display:flex;position:relative;overflow-x:hidden}.video-background-wrapper{z-index:0;width:100%;height:100%;position:absolute;top:0;left:0;overflow:hidden}.video-background{object-fit:cover;width:100vw;height:100vh}.video-overlay{z-index:1;background:#0f202766;width:100%;height:100%;position:absolute;top:0;left:0}.home-content-wrapper{z-index:10;justify-content:space-between;align-items:center;gap:4rem;min-height:100vh;padding-top:80px;padding-bottom:3rem;display:flex;position:relative}.home-left-col{flex:1;max-width:550px;animation:.8s ease-out fadeIn}.home-title{color:var(--white);letter-spacing:-1px;margin-bottom:1.5rem;font-size:5rem;font-weight:900;line-height:1.1}.text-yellow{color:var(--seda-yellow)}.home-subtitle{color:#ffffffe6;margin-bottom:2.5rem;font-size:1.35rem;line-height:1.6}.home-info-badges{flex-wrap:wrap;gap:1rem;display:flex}.badge{color:var(--white);border-radius:var(--radius-full);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background-color:#ffffff1a;border:1px solid #fff3;padding:.6rem 1.25rem;font-size:.9rem;font-weight:600}.home-right-col{flex:1;width:100%;max-width:500px;animation:.8s ease-out .2s backwards fadeIn}.home-right-col .form-container{background:0 0;min-height:auto;padding:0}.home-right-col .form-card{max-width:100%;padding:2.5rem 2rem}@media (width<=1024px){.home-content-wrapper{text-align:center;flex-direction:column;justify-content:center;gap:3rem;padding-top:100px}.home-left-col{max-width:700px}.home-title{font-size:3.5rem}.home-info-badges{justify-content:center}}@media (width<=600px){.home-title{font-size:2.8rem}.home-content-wrapper{padding-top:90px;padding-bottom:2rem}}.lang-switcher-wrapper{justify-content:center;width:100%;margin-bottom:1.5rem;display:flex}.lang-switcher{flex-wrap:wrap;justify-content:center;align-items:center;gap:8px;display:flex}.lang-btn{color:#ffffffb3;cursor:pointer;letter-spacing:.5px;background:#ffffff14;border:1.5px solid #ffffff40;border-radius:20px;align-items:center;gap:6px;padding:6px 14px;font-size:13px;font-weight:600;transition:all .2s;display:flex}.lang-btn:hover{color:#fff;background:#ffffff2e}.lang-btn.active{background:var(--seda-yellow);border-color:var(--seda-yellow);color:#111}.lang-flag{font-size:16px}.quiz-container{background:0 0;justify-content:center;align-items:center;min-height:100vh;padding:2rem;display:flex}.quiz-card{flex-direction:column;width:100%;max-width:650px;min-height:550px;padding:3rem 2.5rem;display:flex}.quiz-header{text-align:center;margin-bottom:2.5rem}.question-counter{color:var(--seda-yellow);text-transform:uppercase;letter-spacing:2px;margin-bottom:1rem;font-size:.875rem;font-weight:700;display:block}.progress-container{border-radius:var(--radius-full);background-color:#ffffff1a;width:100%;height:6px;margin-bottom:.75rem;overflow:hidden}.progress-bar{background-color:var(--seda-yellow);border-radius:var(--radius-full);height:100%;transition:width .4s cubic-bezier(.4,0,.2,1);box-shadow:0 0 10px #ffc72c80}.progress-text{color:var(--text-muted);letter-spacing:.5px;font-size:.75rem;font-weight:500}.quiz-body{transition:opacity var(--transition-fast), transform var(--transition-fast);flex-direction:column;flex:1;display:flex}.fade-in{opacity:1;transform:translate(0)}.fade-out{opacity:0;transform:translate(-20px)}.question-text{color:var(--white);text-align:center;font-size:1.75rem;font-weight:600;line-height:1.4;font-family:var(--font-heading);margin-bottom:2.5rem}.options-grid{flex-direction:column;gap:1rem;margin-bottom:2.5rem;display:flex}.option-btn{border-radius:var(--radius-md);text-align:left;width:100%;color:var(--white);background-color:#ffffff0d;border:1.5px solid #ffffff1a;align-items:center;padding:1.25rem 1.5rem;transition:all .2s;display:flex}.option-btn:hover:not(.selected){background-color:#ffffff1a;border-color:#ffffff4d}.option-btn.selected{border-color:var(--seda-yellow);background-color:#ffc72c1a;box-shadow:0 0 15px #ffc72c26}.option-letter{width:36px;height:36px;color:var(--text-muted);background-color:#ffffff1a;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;margin-right:1.25rem;font-weight:700;transition:all .2s;display:flex}.option-btn:hover:not(.selected) .option-letter{color:var(--white)}.option-btn.selected .option-letter{background-color:var(--seda-yellow);color:#111}.option-text{font-size:1.1rem;font-weight:500}.quiz-footer{justify-content:flex-end;margin-top:auto;display:flex}.next-btn{width:100%;padding:1.1rem 2rem}.next-btn:disabled{color:#ffffff4d;cursor:not-allowed;box-shadow:none;background-color:#ffffff1a;transform:none}@media (width<=600px){.quiz-card{min-height:auto;padding:2rem 1.5rem}.question-text{font-size:1.4rem}}.result-container{background:0 0;justify-content:center;align-items:center;min-height:100vh;padding:2rem;display:flex}.analysing-card,.result-card{text-align:center;width:100%;max-width:600px;padding:4rem 2.5rem}.spinner{border:4px solid #ffffff1a;border-left-color:var(--seda-yellow);border-radius:50%;width:64px;height:64px;margin:0 auto 2.5rem;animation:1s linear infinite spin;box-shadow:0 0 20px #ffc72c33}.analysing-card h2{color:var(--white);margin-bottom:1rem;font-size:1.75rem}.analysing-card p{color:var(--text-muted);font-size:1.1rem}.fade-up{animation:.7s cubic-bezier(.16,1,.3,1) forwards fadeUp}@keyframes fadeUp{0%{opacity:0;transform:translateY(30px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}.result-header h2{color:var(--seda-yellow);letter-spacing:1px;text-shadow:0 0 15px #ffc72c4d;margin-bottom:.5rem;font-size:2.25rem}.result-header p{color:var(--white);opacity:.9;margin-bottom:2.5rem;font-size:1.125rem}.level-display{margin-bottom:2.5rem}.level-badge{background:linear-gradient(135deg, var(--seda-yellow) 0%, #e6a817 100%);color:#111;width:130px;height:130px;font-size:4.5rem;font-weight:900;font-family:var(--font-heading);border-radius:50%;justify-content:center;align-items:center;margin-bottom:1.5rem;animation:2.5s infinite alternate pulseBadge;display:inline-flex;box-shadow:0 0 30px #ffc72c66,inset 0 -4px 10px #0000001a}@keyframes pulseBadge{0%{transform:scale(1);box-shadow:0 0 30px #ffc72c66}to{transform:scale(1.05);box-shadow:0 0 50px #ffc72c99}}.level-title{color:var(--white);letter-spacing:.5px;font-size:1.75rem;font-weight:700}.level-message{border-radius:var(--radius-md);color:#ffffffe6;border-left:4px solid var(--seda-yellow);background-color:#ffffff0d;margin-bottom:3rem;padding:1.75rem;font-size:1.1rem;line-height:1.6}.cta-section{border-top:1px solid #ffffff1a;padding-top:3rem}.cta-headline{color:var(--white);margin-bottom:1.25rem;font-size:1.6rem}.cta-text{color:var(--text-muted);margin-bottom:1.25rem;line-height:1.6}.cta-text-highlight{color:var(--white);margin-bottom:2rem;font-size:1.05rem;font-weight:600;line-height:1.6}.cta-microcopy{color:var(--seda-yellow);opacity:.9;margin-bottom:1.5rem;font-size:.9rem;font-style:italic}.consultant-btn{text-align:center;width:100%;padding:1.25rem;font-size:1.125rem;text-decoration:none;display:inline-block}@media (width<=600px){.analysing-card,.result-card{padding:2.5rem 1.5rem}.result-header h2{font-size:1.75rem}.level-badge{width:110px;height:110px;font-size:3.5rem}}
