:root{color:#10203f;background:#f5f8ff;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;--blue: #1a3bcc;--blue-deep: #07184f;--orange: #ff6b00;--ink: #10203f;--muted: #65718b;--soft: #eef4ff;--white: #ffffff}*{box-sizing:border-box}html{min-height:100%;overflow-x:hidden;background:#f5f8ff}body{min-width:320px;min-height:100vh;margin:0;overflow-x:hidden}button,a{font:inherit}button{border:0}a{color:inherit;text-decoration:none}.app-shell{position:relative;display:grid;width:100%;min-height:100vh;place-items:center;overflow:hidden;padding:18px;background:radial-gradient(circle at 10% 0%,rgba(255,107,0,.16),transparent 28rem),linear-gradient(145deg,#f7faff,#eaf1ff 42%,#fff);background-size:120% 120%;animation:background-shift 14s ease-in-out infinite alternate}.ambient{position:fixed;pointer-events:none;border-radius:999px;filter:blur(8px);opacity:.52;animation:float 11s ease-in-out infinite}.ambient-one{top:-90px;right:-90px;width:240px;height:240px;background:#1a3bcc29}.ambient-two{bottom:-120px;left:-80px;width:260px;height:260px;background:#ff6b0024;animation-delay:-4s}.quiz-frame{position:relative;z-index:1;width:100%;max-width:860px;min-height:min(760px,calc(100vh - 36px));overflow:hidden;border:1px solid rgba(26,59,204,.12);border-radius:8px;background:#ffffffeb;box-shadow:0 24px 70px #07184f24;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.brand-bar{display:flex;align-items:center;gap:12px;padding:16px;border-bottom:1px solid rgba(26,59,204,.1)}.brand-mark{display:grid;width:44px;height:44px;flex:0 0 auto;place-items:center;border-radius:8px;background:var(--white);color:var(--white);box-shadow:0 10px 28px #1a3bcc47;animation:mark-pop .7s cubic-bezier(.2,.9,.2,1) both}.brand-mark img{display:block;width:170%;height:170%;object-fit:contain}.brand-bar strong,.brand-bar small{display:block}.brand-bar strong{color:var(--blue-deep);font-size:.98rem}.brand-bar small{margin-top:2px;color:var(--muted);font-size:.78rem}.progress-pill{margin-left:auto;border-radius:999px;background:#ff6b001c;color:#b84b00;font-size:.86rem;font-weight:800;padding:8px 12px}.progress-track{height:6px;background:#e3ebff}.progress-track span{display:block;width:0;height:100%;background:linear-gradient(90deg,var(--blue),var(--orange));transition:width .65s cubic-bezier(.2,.9,.2,1)}.screen{width:100%;min-width:0;min-height:calc(min(760px,100vh - 36px) - 67px);padding:28px 20px 24px;animation:screen-enter .52s cubic-bezier(.2,.9,.2,1) both}.hero-screen,.break-screen,.result-screen{display:flex;flex-direction:column;justify-content:center}.hero-copy{min-width:0;max-width:680px;margin-right:auto;margin-left:auto;text-align:center}.hero-copy h1,.hero-copy p{margin-right:auto;margin-left:auto;text-align:center}.hero-copy .eyebrow,.question-kicker,.eyebrow.success{animation:fade-rise .52s 70ms cubic-bezier(.2,.9,.2,1) both}.hero-copy h1,.question-screen h2,.break-screen h2,.result-screen h1{animation:fade-rise .56s .15s cubic-bezier(.2,.9,.2,1) both}.hero-copy p,.helper-text,.break-screen p,.result-intro,.sales-bridge{animation:fade-rise .56s .23s cubic-bezier(.2,.9,.2,1) both}.hero-copy p{max-width:620px}.eyebrow{display:inline-flex;align-items:center;gap:8px;width:fit-content;border-radius:999px;background:#e9efff;color:var(--blue);font-size:.82rem;font-weight:850;padding:8px 12px;margin-right:auto;margin-left:auto;box-shadow:0 8px 22px #1a3bcc14}.eyebrow.success{background:#fff1e7;color:#bf4d00}h1,h2,h3,p{margin-top:0}h1,h2{color:var(--blue-deep);letter-spacing:0;overflow-wrap:anywhere}h1{max-width:740px;margin-right:auto;margin-left:auto;margin-bottom:14px;font-size:clamp(2.15rem,8vw,4.2rem);line-height:.98}h2{margin-bottom:14px;font-size:clamp(1.55rem,6.5vw,2.9rem);line-height:1.03}p{color:var(--muted);font-size:1rem;line-height:1.65}.hero-panel{position:relative;display:grid;gap:12px;width:100%;max-width:520px;margin:26px auto;padding:18px;border:1px solid rgba(26,59,204,.12);border-radius:8px;background:linear-gradient(135deg,#f8fbff,#edf3ff);animation:fade-rise .6s .31s cubic-bezier(.2,.9,.2,1) both;transition:transform .26s ease,box-shadow .26s ease,border-color .26s ease}.hero-panel:hover{border-color:#ff6b0047;box-shadow:0 18px 42px #07184f1f;transform:translateY(-3px)}.route-card{position:relative;z-index:1;display:flex;align-items:center;justify-content:space-between;gap:14px;min-width:0;min-height:58px;border-radius:8px;background:var(--white);padding:14px;box-shadow:0 12px 30px #07184f14;animation:route-card-in .62s .4s cubic-bezier(.2,.9,.2,1) both}.route-card span{color:var(--muted);font-size:.78rem;font-weight:800;text-transform:uppercase}.route-card strong{min-width:0;color:var(--ink);text-align:right;overflow-wrap:anywhere}.route-card.active{background:var(--blue);animation-delay:.56s}.route-card.active span,.route-card.active strong{color:var(--white)}.route-line{height:38px;width:4px;margin-left:28px;border-radius:99px;background:linear-gradient(var(--orange),var(--blue));transform-origin:top;animation:line-grow .62s .5s cubic-bezier(.2,.9,.2,1) both}.action-stack{display:grid;gap:12px;justify-items:center;margin-top:8px;text-align:center;animation:fade-rise .56s .39s cubic-bezier(.2,.9,.2,1) both}.action-stack p{margin-bottom:0;font-size:.9rem}.primary-button,.secondary-button,.ghost-button,.answer-button{position:relative;overflow:hidden;display:inline-flex;min-height:52px;align-items:center;justify-content:center;gap:10px;border-radius:8px;cursor:pointer;transition:transform .22s cubic-bezier(.2,.9,.2,1),box-shadow .22s ease,border-color .22s ease,background .22s ease,color .22s ease}.primary-button{width:100%;max-width:420px;background:var(--orange);color:var(--white);font-weight:900;padding:16px 18px;text-align:center;box-shadow:0 16px 34px #ff6b0047;isolation:isolate;animation:button-breathe 2.9s ease-in-out infinite}.primary-button:before{position:absolute;z-index:-1;top:0;left:-80%;width:55%;height:100%;content:"";background:linear-gradient(90deg,transparent,rgba(255,255,255,.34),transparent);transform:skew(-18deg);transition:left .52s ease}.primary-button:hover,.answer-button:hover,.secondary-button:hover,.ghost-button:hover{transform:translateY(-3px)}.primary-button:hover{background:#e85f00;box-shadow:0 22px 46px #ff6b006b}.primary-button:hover:before{left:125%}.primary-button:hover svg,.answer-button:hover svg{animation:arrow-nudge .7s ease infinite}.primary-button:active,.answer-button:active,.secondary-button:active{transform:translateY(0) scale(.98)}.secondary-button,.ghost-button{width:fit-content;background:transparent;color:var(--blue);font-weight:800;padding:10px 12px}.secondary-button{border:1px solid rgba(26,59,204,.24)}.secondary-button:hover{border-color:#1a3bcc73;background:#1a3bcc0f}.top-back{margin-bottom:18px;padding-left:0}.question-kicker{display:flex;align-items:center;justify-content:center;gap:10px;margin-bottom:16px;color:var(--blue)}.question-kicker span{display:grid;width:38px;height:38px;place-items:center;border-radius:8px;background:var(--blue);color:var(--white);font-weight:900}.question-kicker strong{font-size:.85rem;text-transform:uppercase}.helper-text{max-width:640px;margin-right:auto;margin-left:auto;margin-bottom:22px}.answer-grid{display:grid;gap:12px}.answer-button{justify-content:space-between;width:100%;min-height:68px;border:1px solid rgba(26,59,204,.16);background:#fff;color:var(--ink);padding:16px;text-align:left;box-shadow:0 10px 26px #07184f0f;animation:answer-enter .5s cubic-bezier(.2,.9,.2,1) both}.answer-button:nth-child(1){animation-delay:.14s}.answer-button:nth-child(2){animation-delay:.21s}.answer-button:nth-child(3){animation-delay:.28s}.answer-button:nth-child(4){animation-delay:.35s}.answer-button span{overflow-wrap:anywhere;font-weight:780;line-height:1.35}.answer-button svg{flex:0 0 auto;color:var(--orange)}.answer-button:hover{border-color:#ff6b008c;background:#fffaf6;box-shadow:0 16px 34px #07184f1a}.break-screen{align-items:center;text-align:center}.break-icon{display:grid;width:74px;height:74px;place-items:center;margin-bottom:18px;border-radius:8px;background:var(--blue);color:var(--white);box-shadow:0 16px 32px #1a3bcc38;animation:icon-float 3.4s ease-in-out infinite}.break-screen p{max-width:680px;font-size:1.08rem}.question-screen,.result-screen{text-align:center}.question-screen .top-back{margin-right:auto;margin-left:auto}.result-screen h1{margin-top:18px;font-size:clamp(2rem,7vw,3.6rem)}.result-intro{max-width:720px;margin-right:auto;margin-left:auto}.obstacle-list{display:grid;gap:12px;margin:20px 0;width:100%}.obstacle-card{display:flex;gap:12px;border:1px solid rgba(26,59,204,.12);border-radius:8px;background:#fff;padding:15px;text-align:left;box-shadow:0 10px 24px #07184f0f;animation:answer-enter .52s cubic-bezier(.2,.9,.2,1) both;transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease}.obstacle-card:nth-child(1){animation-delay:.16s}.obstacle-card:nth-child(2){animation-delay:.24s}.obstacle-card:nth-child(3){animation-delay:.32s}.obstacle-card:hover{border-color:#ff6b003d;box-shadow:0 16px 34px #07184f1a;transform:translateY(-3px)}.obstacle-card svg{flex:0 0 auto;color:var(--orange);margin-top:2px}.obstacle-card h3{margin-bottom:4px;color:var(--blue-deep);font-size:1rem}.obstacle-card p{margin-bottom:0;font-size:.92rem;line-height:1.5}.sales-bridge{width:100%;max-width:680px;margin:6px auto 22px;border:1px solid rgba(26,59,204,.13);border-radius:8px;background:linear-gradient(135deg,#1a3bcc0f,#ff6b0014);color:var(--ink);padding:16px;font-weight:700}@keyframes screen-enter{0%{opacity:0;transform:translateY(18px) scale(.985)}to{opacity:1;transform:translateY(0)}}@keyframes fade-rise{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}@keyframes answer-enter{0%{opacity:0;transform:translateY(12px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes route-card-in{0%{opacity:0;transform:translate(-12px)}to{opacity:1;transform:translate(0)}}@keyframes line-grow{0%{opacity:0;transform:scaleY(0)}to{opacity:1;transform:scaleY(1)}}@keyframes button-breathe{0%,to{transform:scale(1)}50%{transform:scale(1.015)}}@keyframes arrow-nudge{0%,to{transform:translate(0)}50%{transform:translate(4px)}}@keyframes icon-float{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}@keyframes mark-pop{0%{opacity:0;transform:scale(.82) rotate(-6deg)}to{opacity:1;transform:scale(1) rotate(0)}}@keyframes background-shift{0%{background-position:0% 0%}to{background-position:100% 80%}}@keyframes float{0%,to{transform:translateZ(0)}50%{transform:translate3d(12px,-14px,0)}}@media (min-width: 720px){.app-shell{padding:34px}.brand-bar{padding:18px 22px}.screen{padding:46px}.hero-screen{display:grid;grid-template-columns:1.1fr .8fr;align-content:center;gap:26px}.hero-copy,.hero-screen .action-stack{grid-column:1 / -1}.hero-panel{grid-column:2;grid-row:1 / span 2;align-self:center;margin:0 auto}.answer-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 420px){.app-shell{padding:0}.quiz-frame{min-height:100vh;border:0;border-radius:0}.screen{min-height:calc(100vh - 67px);padding:24px 16px}h1{font-size:2rem;line-height:1.04}h2{font-size:1.55rem;line-height:1.08}.primary-button{max-width:100%}.route-card{align-items:flex-start;flex-direction:column}.route-card strong{text-align:left}.brand-mark{width:40px;height:40px}.progress-pill{padding:7px 10px}}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation-duration:1ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition-duration:1ms!important}}
