*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}html{height:100%;-webkit-tap-highlight-color:transparent;-webkit-text-size-adjust:100%}body{height:100dvh;height:100vh;overflow:hidden;font-family:'Inter',system-ui,-apple-system,sans-serif;background:#121212;color:#F5F5F5;display:flex;flex-direction:column;justify-content:space-between;align-items:center;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.progress-wrap{position:sticky;top:0;z-index:100;width:100%;background:#121212;padding:12px 16px 8px;border-bottom:1px solid rgba(255,234,0,0.15)}.progress-label{font-family:'Courier New',Courier,monospace;font-size:clamp(0.7rem,1.5vw,0.8rem);color:#F5F5F5;letter-spacing:.04em;text-transform:uppercase;margin-bottom:6px;display:flex;justify-content:space-between;align-items:center}.progress-label span{color:#FFEA00;font-weight:700}.progress-track{width:100%;height:4px;background:rgba(255,255,255,0.08);border-radius:2px;overflow:hidden;position:relative}.progress-fill{width:50%;height:100%;background:#FFEA00;border-radius:2px;transition:width .6s cubic-bezier(0.25,0.8,0.25,1.2);position:relative}.progress-fill::after{content:'';position:absolute;top:0;right:0;width:20px;height:100%;background:rgba(255,255,255,0.5);filter:blur(4px);border-radius:50%}.progress-fill.active{width:80%}main{flex:1;display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;max-width:500px;padding:clamp(8px,2vh,20px) clamp(16px,4vw,32px);text-align:center;gap:clamp(6px,1.5vh,14px)}.logo-wrap{width:clamp(48px,8vw,64px);height:clamp(48px,8vw,64px);border-radius:50%;border:1.5px solid rgba(255,234,0,0.4);padding:8px;display:flex;align-items:center;justify-content:center;background:rgba(255,234,0,0.04);box-shadow:0 0 24px rgba(255,234,0,0.1),0 0 48px rgba(0,224,255,0.06);margin-bottom:2px}.logo-wrap img{width:100%;height:100%;object-fit:contain;border-radius:50%}h1{font-size:clamp(1.5rem,4.5vw,2.2rem);font-weight:700;line-height:1.15;letter-spacing:-0.02em;color:#F5F5F5;max-width:340px;text-wrap:balance}.subtitle-wrap{overflow:hidden;display:inline-block;position:relative}.subtitle{font-size:clamp(1rem,2.8vw,1.3rem);font-weight:400;letter-spacing:.12em;color:rgba(245,245,245,0.75);white-space:nowrap;overflow:hidden;display:inline-block;animation:typewriter 2.8s steps(18) .3s forwards;width:0;position:relative}.subtitle::after{content:'|';position:absolute;right:-4px;top:0;color:#FFEA00;animation:blink .8s step-end 3.1s 6;opacity:0}@keyframes typewriter{0%{width:0}100%{width:100%}}@keyframes blink{0%,100%{opacity:0}50%{opacity:1}}.quiz-card{width:100%;max-width:380px;background:linear-gradient(175deg,rgba(255,255,255,0.025) 0,rgba(18,18,18,0.95) 28%,rgba(18,18,18,1) 100%);border:1px solid rgba(255,234,0,0.35);clip-path:polygon(12px 0,100% 0,100% calc(100% - 12px),calc(100% - 12px) 100%,0 100%,0 12px);padding:clamp(14px,2.5vh,20px) clamp(16px,3vw,24px);box-shadow:0 0 28px rgba(0,224,255,0.07),0 0 50px rgba(0,224,255,0.03),0 8px 32px rgba(0,0,0,0.55),inset 0 1px 0 rgba(255,255,255,0.04);transition:box-shadow .35s ease,border-color .35s ease;display:flex;flex-direction:column;gap:clamp(8px,1.5vh,12px)}.quiz-card:hover{border-color:rgba(255,234,0,0.6);box-shadow:0 0 36px rgba(0,224,255,0.12),0 0 60px rgba(0,224,255,0.05),0 8px 36px rgba(0,0,0,0.6),inset 0 1px 0 rgba(255,255,255,0.06)}.quiz-badge{display:inline-block;font-family:'Courier New',Courier,monospace;font-size:.65rem;letter-spacing:.06em;color:#FFEA00;background:rgba(255,234,0,0.08);padding:4px 10px;border-radius:3px;text-transform:uppercase;align-self:flex-start;border:1px solid rgba(255,234,0,0.2)}.quiz-options{display:flex;flex-direction:column;gap:8px;width:100%}.quiz-option{width:100%;padding:clamp(10px,2vh,13px) clamp(14px,3vw,18px);background:rgba(255,255,255,0.03);border:1px solid rgba(255,255,255,0.1);color:#F5F5F5;font-family:'Inter',system-ui,sans-serif;font-size:clamp(0.8rem,1.8vw,0.9rem);letter-spacing:.05em;cursor:pointer;text-align:left;border-radius:4px;transition:all .2s ease;position:relative;user-select:none;-webkit-user-select:none;-webkit-tap-highlight-color:transparent;outline:none}.quiz-option:focus-visible{outline:2px solid #FFEA00;outline-offset:2px;border-color:#FFEA00}.quiz-option:active{transform:scale(0.96);transition:transform .15s cubic-bezier(0.34,1.56,0.64,1)}.quiz-option.selected{background:rgba(255,234,0,0.1);border-color:rgba(255,234,0,0.55);box-shadow:0 0 16px rgba(255,234,0,0.12);color:#FFEA00;font-weight:700}.quiz-option .opt-dot{display:inline-block;width:8px;height:8px;border-radius:50%;background:rgba(255,255,255,0.2);margin-right:10px;transition:all .25s ease;vertical-align:middle}.quiz-option.selected .opt-dot{background:#FFEA00;box-shadow:0 0 8px rgba(255,234,0,0.6)}.cta-button{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:clamp(12px,2vh,16px) clamp(28px,6vw,44px);background:#FFEA00;color:#121212;font-family:'Inter',system-ui,sans-serif;font-weight:700;font-size:clamp(0.9rem,2.2vw,1.05rem);letter-spacing:.04em;text-transform:uppercase;text-decoration:none;border-radius:6px;border:2px solid #FFEA00;cursor:pointer;position:relative;box-shadow:0 0 24px rgba(255,234,0,0.35),0 0 48px rgba(255,234,0,0.12),inset 0 1px 0 rgba(255,255,255,0.3);transition:all .3s ease;outline:none;-webkit-tap-highlight-color:transparent;animation:pulse-glow 1s ease-in-out infinite;z-index:1}.cta-button:focus-visible{outline:3px solid #FFEA00;outline-offset:3px;box-shadow:0 0 32px rgba(255,234,0,0.55),0 0 60px rgba(255,234,0,0.2),inset 0 1px 0 rgba(255,255,255,0.3)}.cta-button:active{transform:scale(0.94);transition:transform .18s cubic-bezier(0.34,1.56,0.64,1);box-shadow:0 0 40px rgba(255,234,0,0.5),0 0 70px rgba(255,234,0,0.18),inset 0 2px 4px rgba(0,0,0,0.15)}.cta-button.boosted{animation:pulse-glow-strong .6s ease-in-out infinite;box-shadow:0 0 40px rgba(255,234,0,0.55),0 0 80px rgba(255,234,0,0.2),inset 0 1px 0 rgba(255,255,255,0.35)}@keyframes pulse-glow{0%,100%{box-shadow:0 0 24px rgba(255,234,0,0.35),0 0 48px rgba(255,234,0,0.12),inset 0 1px 0 rgba(255,255,255,0.3)}50%{box-shadow:0 0 32px rgba(255,234,0,0.5),0 0 60px rgba(255,234,0,0.18),inset 0 1px 0 rgba(255,255,255,0.35)}}@keyframes pulse-glow-strong{0%,100%{box-shadow:0 0 40px rgba(255,234,0,0.55),0 0 80px rgba(255,234,0,0.2),inset 0 1px 0 rgba(255,255,255,0.35)}50%{box-shadow:0 0 52px rgba(255,234,0,0.7),0 0 90px rgba(255,234,0,0.28),inset 0 1px 0 rgba(255,255,255,0.4)}}.guarantee{font-size:clamp(0.65rem,1.4vw,0.72rem);color:rgba(245,245,245,0.5);letter-spacing:.06em;max-width:300px;line-height:1.4;margin-top:2px}.guarantee strong{color:rgba(245,245,245,0.7);font-weight:600}.bottom-line{width:100%;height:2px;background:#FFEA00;box-shadow:0 0 12px rgba(255,234,0,0.4),0 0 30px rgba(255,234,0,0.15);position:relative;z-index:10}.bottom-line::after{content:'';position:absolute;top:-6px;left:0;width:100%;height:6px;background:linear-gradient(0deg,rgba(255,234,0,0.15) 0,transparent 100%)}@media(prefers-reduced-motion:reduce){.cta-button{animation:none}.subtitle{animation:none;width:100%}.subtitle::after{animation:none;opacity:0}.progress-fill{transition:none}.quiz-option{transition:none}}@media(hover:none) and (pointer:coarse){.quiz-card:hover{border-color:rgba(255,234,0,0.35);box-shadow:0 0 28px rgba(0,224,255,0.07),0 0 50px rgba(0,224,255,0.03),0 8px 32px rgba(0,0,0,0.55),inset 0 1px 0 rgba(255,255,255,0.04)}.cta-button:hover{background:#FFEA00;color:#121212}}@media(max-width:360px){h1{font-size:1.35rem;max-width:280px}.quiz-card{padding:12px 14px}.cta-button{min-height:44px;padding:10px 22px;font-size:.85rem}}@media(min-width:768px){main{max-width:520px;gap:clamp(10px,2vh,18px)}h1{max-width:420px;font-size:clamp(2rem,3.5vw,2.4rem)}.quiz-card{max-width:420px}.cta-button{min-height:52px;font-size:1.1rem}}