*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;overflow-x:hidden}.quiz-container{background:#f0fbfd;justify-content:center;align-items:center;min-height:100vh;padding:0;font-family:Cormorant Garamond,serif;display:flex}.quiz-layout{width:100%;max-width:100%;height:100vh;box-shadow:none;background:#fff;border-radius:0;flex-direction:column;display:flex;overflow:hidden}.quiz-image{background:#e8f4f8;flex:none;justify-content:center;align-items:center;width:100%;height:45vh;min-height:280px;max-height:400px;display:flex;position:relative;overflow:hidden}.quiz-image img{object-fit:cover;object-position:center;width:100%;height:100%}.brand-badge{z-index:2;background:#fff;border-radius:16px;align-items:center;gap:5px;padding:6px 14px;font-size:11px;font-weight:600;display:flex;position:absolute;bottom:16px;left:16px;box-shadow:0 2px 8px #0000001a}.brand-badge:before{content:"◉";color:#ff6b6b}.quiz-content{background:#f0fbfd;flex-direction:column;flex:1;justify-content:space-between;min-height:0;padding:24px 20px 20px;display:flex;overflow-y:auto}.question-header{text-align:center;flex-shrink:0;margin-bottom:20px}.question-number{color:#17a2b8;letter-spacing:1px;margin-bottom:8px;font-size:11px;font-weight:600}.question-title{color:#1a1a1a;text-align:center;margin-bottom:0;font-family:Cormorant Garamond,serif;font-size:24px;font-weight:600;line-height:1.3}.question-subtitle{color:#666;margin-top:8px;font-size:14px;line-height:1.4}.options-list{flex-direction:column;flex:1;gap:12px;margin-top:20px;margin-bottom:20px;padding-right:2px;display:flex;overflow-y:auto}.option-button{cursor:pointer;color:#333;text-align:left;background:#fff;border:2px solid #e0e0e0;border-radius:12px;flex-shrink:0;align-items:center;gap:14px;width:100%;padding:16px 18px;font-family:Raleway,sans-serif;font-size:15px;transition:all .2s;display:flex}.option-button:active{transform:scale(.98)}.option-button:hover{background:#f8fdff;border-color:#17a2b8}.option-button.selected{background:#e6f9fc;border-color:#17a2b8;box-shadow:0 2px 8px #17a2b826}.option-icon{flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;font-size:24px;display:flex}.option-label{flex:1;font-weight:500;line-height:1.4}.quiz-navigation{flex-shrink:0;justify-content:space-between;gap:12px;margin-top:auto;padding-top:0;display:flex}.nav-btn{cursor:pointer;border:none;border-radius:8px;flex:1;padding:13px 28px;font-size:15px;font-weight:600;transition:all .2s}.back-btn{color:#666;background:#fff;border:2px solid #e0e0e0;max-width:120px}.back-btn:active{transform:scale(.97)}.back-btn:hover:not(:disabled){background:#f5f5f5;border-color:#ccc}.back-btn:disabled{opacity:.5;cursor:not-allowed}.next-btn{color:#fff;background:#17a2b8;margin-left:auto}.next-btn:active{transform:scale(.97)}.next-btn:hover{background:#138496;box-shadow:0 3px 10px #17a2b84d}.contact-form{background:#f0fbfd;align-items:stretch;height:100vh;padding:0;display:flex}.contact-card{width:100%;height:100vh;box-shadow:none;background:#17a2b8;border-radius:0;flex-direction:column;display:flex;overflow:hidden}.contact-image{flex:none;width:100%;height:40vh;min-height:250px;max-height:350px;overflow:hidden}.contact-image img{object-fit:cover;object-position:center;width:100%;height:100%}.contact-form-content{color:#fff;flex-direction:column;flex:1;justify-content:center;padding:32px 24px;display:flex;overflow-y:auto}.contact-form-content h3{text-align:center;margin-bottom:24px;font-size:19px;font-weight:600;line-height:1.4}.contact-form-fields{flex-direction:column;gap:18px;display:flex}.form-row{gap:12px;display:flex}.form-group{flex-direction:column;flex:1;gap:8px;display:flex}.form-group label{color:#fff;font-size:13px;font-weight:500}.form-group input{color:#fff;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fff3;border:none;border-radius:8px;width:100%;padding:12px 16px;font-size:15px}.form-group input::placeholder{color:#fff9}.form-group input:focus{background:#ffffff4d;outline:none;box-shadow:0 0 0 2px #ffffff4d}.submit-btn{color:#17a2b8;cursor:pointer;background:#fff;border:none;border-radius:8px;margin-top:8px;padding:14px;font-size:16px;font-weight:600;transition:all .2s}.submit-btn:active{transform:scale(.98)}.submit-btn:hover:not(:disabled){box-shadow:0 4px 12px #0003}.submit-btn:disabled{opacity:.7;cursor:not-allowed}.results-page{background:#f0fbfd;align-items:stretch;height:auto;min-height:100vh;padding:0;display:flex}.results-content{width:100%;height:auto;min-height:100vh;box-shadow:none;background:#fff;border-radius:0;flex-direction:column;align-items:stretch;gap:0;padding:0;display:flex;overflow:visible}.results-visual{background:#e8f4f8;flex:none;justify-content:center;align-items:center;min-height:300px;max-height:none;padding:0;display:flex}.results-visual img{object-fit:cover;border-radius:0;width:100%;max-width:none;height:100%}.results-info{background:#fff;flex-direction:column;flex:1;justify-content:center;gap:24px;padding:32px 24px;display:flex;position:relative;overflow-y:auto}.results-info:before{content:"";filter:blur(40px);z-index:0;pointer-events:none;background:radial-gradient(circle,#6bcf7f14 0%,#a8e0630f 20%,#ffd93d0d 40%,#ff99660a 60%,#ff6b9d08 80%,#0000 100%);border-radius:50%;width:300px;height:300px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.results-info h2{color:#1a1a1a;text-align:center;z-index:1;margin-bottom:0;font-size:26px;font-weight:600;line-height:1.3;position:relative}.results-description{color:#555;text-align:center;z-index:1;max-width:100%;margin:0;font-size:15px;line-height:1.6;position:relative}.cta-link{color:#17a2b8;cursor:pointer;text-align:center;z-index:1;font-size:15px;font-weight:600;text-decoration:underline;position:relative}.results-actions{z-index:1;flex-direction:column;gap:12px;width:100%;margin:0;display:flex;position:relative}.btn-secondary{cursor:pointer;color:#333;background:#e8e8e8;border:none;border-radius:8px;width:100%;padding:14px 24px;font-size:15px;font-weight:600;transition:all .2s}.btn-secondary:active{transform:scale(.98)}.btn-secondary:hover{background:#d0d0d0}.btn-primary{color:#fff;cursor:pointer;background:#17a2b8;border:none;border-radius:8px;width:100%;padding:14px 24px;font-size:15px;font-weight:600;transition:all .2s}.btn-primary:active{transform:scale(.98)}.btn-primary:hover{background:#138496;box-shadow:0 3px 10px #17a2b84d}.fs-container{z-index:1;flex-direction:column;justify-content:center;align-items:center;margin:8px 0;display:flex;position:relative}.fs-wrapper{justify-content:center;align-items:center;width:180px;height:180px;display:flex;position:relative}.fs-glow{filter:blur(12px);background:radial-gradient(circle,#fff 40%,#00c26a26 72%,#ff5e5733 100%);border-radius:50%;width:220px;height:220px;position:absolute;top:-20px}.fs-label{text-align:center;color:#333;margin-top:14px;font-size:16px;font-weight:500}.intro-screen{background:linear-gradient(#eaf9fc 0%,#f7fdff 100%);padding:24px}.intro-card{text-align:center;background:#fff;border-radius:18px;width:100%;max-width:760px;margin:0 auto;padding:42px 24px;box-shadow:0 10px 30px #14515e1f}.intro-title{color:#0f2f38;margin-bottom:14px;font-family:Cormorant Garamond,serif;font-size:38px;line-height:1.2}.intro-subtext{color:#476770;max-width:620px;margin:0 auto 28px;font-family:Raleway,sans-serif;font-size:17px;line-height:1.6}.intro-start-btn{color:#fff;cursor:pointer;background:#17a2b8;border:none;border-radius:10px;padding:14px 30px;font-size:16px;font-weight:700;transition:background .2s}.intro-start-btn:hover{background:#138496}.email-gate-copy{color:#f4feff;margin:0 0 16px;font-family:Raleway,sans-serif;line-height:1.5}.quiz-recommendation{text-align:start;color:#0a5966;z-index:1;margin-top:2px;font-size:18px;font-weight:700;position:relative}.quiz-next-steps{color:#3a4d52;z-index:1;max-width:520px;font-family:Raleway,sans-serif;line-height:1.7;position:relative}.quiz-next-steps a{color:#1d4e60;border-bottom:1px solid #0000;font-weight:600;text-decoration:none;transition:border-color .15s}.quiz-next-steps a:hover{border-bottom-color:#1d4e60}.quiz-discount-banner{color:#5f4a16;text-align:center;z-index:1;background:#fff4d8;border:1px solid #ffd78b;border-radius:10px;max-width:540px;margin:6px auto 0;padding:12px 14px;font-size:14px;position:relative}.loading-state,.error-state{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:100vh;padding:20px;display:flex}.loading-spinner{margin-bottom:16px;font-size:48px;animation:2s linear infinite spin}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.quiz-content::-webkit-scrollbar{width:6px}.options-list::-webkit-scrollbar{width:6px}.results-info::-webkit-scrollbar{width:6px}.contact-form-content::-webkit-scrollbar{width:6px}.quiz-content::-webkit-scrollbar-track{background:#0000000d}.options-list::-webkit-scrollbar-track{background:#0000000d}.results-info::-webkit-scrollbar-track{background:#0000000d}.contact-form-content::-webkit-scrollbar-track{background:#0000000d}.quiz-content::-webkit-scrollbar-thumb{background:#17a2b8;border-radius:3px}.options-list::-webkit-scrollbar-thumb{background:#17a2b8;border-radius:3px}.results-info::-webkit-scrollbar-thumb{background:#17a2b8;border-radius:3px}.contact-form-content::-webkit-scrollbar-thumb{background:#17a2b8;border-radius:3px}.quiz-content::-webkit-scrollbar-thumb:hover{background:#138496}.options-list::-webkit-scrollbar-thumb:hover{background:#138496}.results-info::-webkit-scrollbar-thumb:hover{background:#138496}.contact-form-content::-webkit-scrollbar-thumb:hover{background:#138496}@media (min-width:768px){.quiz-container{padding:20px}.quiz-layout{border-radius:0;flex-direction:row;max-width:1200px;height:auto;min-height:600px;max-height:800px;box-shadow:0 2px 10px #00000014}.quiz-image{border-right:4px solid #17a2b8;flex:0 0 40%;height:auto;min-height:600px;max-height:none}.quiz-content{padding:50px 60px}.question-title{font-size:32px}.options-list{margin-bottom:30px}.option-button{padding:16px 20px;font-size:16px}.quiz-navigation{margin-top:0}.nav-btn{flex:0}.back-btn{max-width:none}.next-btn{margin-left:auto;padding:12px 32px}.contact-form{padding:20px}.contact-card{border-radius:16px;flex-direction:row;max-width:900px;height:auto;min-height:450px;margin:auto;box-shadow:0 15px 50px #0000004d}.contact-image{flex:0 0 380px;height:auto;min-height:450px;max-height:600px}.contact-form-content{min-width:400px;padding:40px 45px}.contact-form-content h3{text-align:left;margin-bottom:22px;font-size:18px}.results-page{padding:20px}.results-content{flex-direction:row;max-width:1200px;height:auto;min-height:860px;max-height:none;margin:auto;overflow:visible;box-shadow:0 2px 10px #00000014}.results-visual{flex:0 0 40%;min-height:860px;max-height:none;padding:0}.results-visual img{object-fit:cover;width:100%;max-width:none;height:100%;max-height:none}.results-info{gap:25px;padding:60px 80px;overflow:visible}.results-info h2{font-size:32px}.results-actions{flex-direction:row;gap:15px;max-width:600px;margin:0 auto}.btn-secondary,.btn-primary{flex:1;width:auto}.fs-wrapper{width:220px;height:220px}.fs-glow{width:260px;height:260px}.fs-label{font-size:18px}.intro-card{padding:56px}.intro-title{font-size:52px}}@media (min-width:1024px){.quiz-content{padding:50px 70px}.question-title{font-size:36px}.option-button{padding:18px 22px;font-size:17px}}@media (max-width:767px){.results-visual{height:32vh;min-height:180px;max-height:240px}.results-visual img{object-fit:cover;width:100%;max-width:none;height:100%}}@media (max-width:480px){.results-info{padding-top:10%}}@media (max-width:374px){.quiz-content{padding:20px 16px 16px}.question-title{font-size:22px}.option-button{gap:12px;padding:14px 16px;font-size:14px}.option-icon{width:28px;height:28px;font-size:22px}.nav-btn{padding:11px 22px;font-size:14px}.contact-form-content{padding:28px 20px}.contact-form-content h3{font-size:17px}.results-info{padding:28px 20px}.results-info h2{font-size:24px}.fs-wrapper{width:160px;height:160px}.fs-glow{width:200px;height:200px}.intro-title{font-size:30px}.intro-subtext{font-size:15px}}@media (max-width:349px){.quiz-content{padding:18px 14px 14px}.question-title{font-size:20px}.option-button{padding:12px 14px;font-size:13px}.quiz-image{height:40vh;min-height:240px}.contact-image{height:35vh;min-height:220px}.results-visual{min-height:200px;padding:30px 15px}.results-visual img{max-width:200px}}
