 {} *{} #IE-warning { display: none; position: fixed; width: 100%; height: 100%; z-index: 9999; background: white; } .IE-warning-message { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); text-align: center; } * { box-sizing: border-box; margin: 0; padding: 0; } body { font-family: 'Open Sans', sans-serif; background: #f8fafc; color: #1e293b; line-height: 1.6; -webkit-font-smoothing: antialiased; } .wrap { max-width: 760px; margin: 0 auto; padding: 32px 20px 80px; } /* HEADER */ .hdr { background: linear-gradient(135deg, #002677 0%, #00123a 100%); border-radius: 14px; padding: 40px 28px 32px; text-align: center; color: #fff; margin-bottom: 24px; position: relative; overflow: hidden; } .hdr::before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: radial-gradient(circle at 80% 20%, rgba(0,209,249,0.15) 0%, transparent 60%); pointer-events: none; } .badge { display: inline-block; background: rgba(0,209,249,0.15); border: 1px solid rgba(0,209,249,0.35); border-radius: 50px; padding: 5px 16px; font-size: 10px; font-weight: 700; letter-spacing: 0.13em; text-transform: uppercase; color: #00d1f9; margin-bottom: 16px; } .hdr h1 { font-size: clamp(22px,5vw,34px); font-weight: 800; margin-bottom: 10px; letter-spacing: -0.02em; } .hdr p { color: #cbd5e1; font-size: 15px; max-width: 500px; margin: 0 auto 20px; line-height: 1.6; } /* NAV DOTS */ .dots { display: flex; justify-content: center; gap: 7px; flex-wrap: wrap; margin-bottom: 10px; } .dot { width: 28px; height: 28px; border-radius: 50%; border: 2px solid #1e3a6e; background: transparent; color: #4a6fa5; font-size: 11px; font-weight: 700; cursor: pointer; font-family: 'Open Sans', sans-serif; transition: all 0.15s; } .dot.active { border-color: #00d1f9; background: rgba(0,209,249,0.15); color: #00d1f9; } .dot.done { border-color: #10b981; background: rgba(16,185,129,0.15); color: #10b981; } .prog-label { font-size: 13px; color: #94a3b8; font-weight: 600; } .prog-wrap { width: 200px; height: 5px; background: rgba(255,255,255,0.15); border-radius: 100px; margin: 8px auto 0; overflow: hidden; } .prog-fill { height: 100%; background: #00d1f9; border-radius: 100px; transition: width 0.3s ease; width: 0%; } /* SECTION CARD */ .sec-card { background: #fff; border: 1px solid #e2e8f0; border-radius: 12px; overflow: hidden; margin-bottom: 18px; box-shadow: 0 2px 8px rgba(0,0,0,0.05); } .sec-hdr { padding: 20px 24px; border-bottom: 1px solid #e2e8f0; background: #fafbfd; display: flex; gap: 14px; align-items: flex-start; } .sec-num { min-width: 30px; height: 30px; border-radius: 50%; background: rgba(0,38,119,0.07); border: 1px solid rgba(0,38,119,0.12); display: flex; align-items: center; justify-content: center; font-size: 13px; font-weight: 800; color: #002677; flex-shrink: 0; } .sec-title { font-weight: 800; font-size: 15px; color: #002677; margin-bottom: 3px; } .sec-desc { font-size: 13px; color: #64748b; line-height: 1.5; } /* QUESTIONS */ .q-block { padding: 20px 24px; border-bottom: 1px solid #f1f5f9; } .q-block:last-child { border-bottom: none; } .q-text { font-size: 14px; font-weight: 600; color: #1e293b; line-height: 1.65; margin-bottom: 13px; } .opts { display: flex; gap: 8px; flex-wrap: wrap; } .opt { padding: 7px 16px; border-radius: 8px; border: 1px solid #e2e8f0; background: #fff; color: #475569; font-size: 13px; font-weight: 500; cursor: pointer; font-family: 'Open Sans', sans-serif; transition: all 0.15s; } .opt:hover { background: #f1f5f9; border-color: #cbd5e1; } .opt.sel { border-color: #002677; background: #002677; color: #fff; box-shadow: 0 2px 8px rgba(0,38,119,0.18); } /* NAV BUTTONS */ .nav { display: flex; gap: 10px; margin-bottom: 12px; } .btn-prev { flex: 1; padding: 14px; border-radius: 8px; border: 1px solid #e2e8f0; background: #fff; color: #64748b; font-size: 14px; font-weight: 600; cursor: pointer; font-family: 'Open Sans', sans-serif; transition: all 0.15s; } .btn-prev:hover { background: #f1f5f9; } .btn-next { flex: 2; padding: 14px; border-radius: 8px; border: none; background: #cbd5e1; color: #fff; font-size: 14px; font-weight: 700; cursor: not-allowed; font-family: 'Open Sans', sans-serif; transition: all 0.2s; } .btn-next.on { background: linear-gradient(135deg, #002677, #001646); cursor: pointer; } .btn-next.on:hover { transform: translateY(-1px); box-shadow: 0 5px 16px rgba(0,38,119,0.22); } /* RESULTS */ .r-card { background: #fff; border: 2px solid #e2e8f0; border-radius: 14px; padding: 32px 24px; margin-bottom: 22px; text-align: center; box-shadow: 0 6px 20px rgba(0,0,0,0.06); } .r-pre { font-size: 12px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: #64748b; margin-bottom: 8px; } .r-tier { font-size: clamp(32px,8vw,48px); font-weight: 800; letter-spacing: -0.025em; margin-bottom: 5px; } .r-sub { font-size: 14px; color: #64748b; margin-bottom: 16px; } .r-score { font-size: 19px; font-weight: 700; color: #002677; margin-bottom: 16px; } .r-bar-wrap { width: 100%; height: 8px; background: #f1f5f9; border-radius: 100px; overflow: hidden; margin-bottom: 22px; } .r-bar { height: 100%; border-radius: 100px; } .r-summary { font-size: 14px; color: #475569; line-height: 1.75; max-width: 480px; margin: 0 auto; } /* BREAKDOWN */ .bd-card { background: #fff; border: 1px solid #e2e8f0; border-radius: 12px; overflow: hidden; margin-bottom: 22px; box-shadow: 0 2px 8px rgba(0,0,0,0.05); } .bd-head { padding: 16px 24px; border-bottom: 1px solid #e2e8f0; font-size: 12px; font-weight: 800; letter-spacing: 0.09em; text-transform: uppercase; color: #002677; background: #fafbfd; } .bd-row { padding: 14px 24px; border-bottom: 1px solid #f1f5f9; display: flex; align-items: center; gap: 16px; } .bd-row:last-child { border-bottom: none; } .bd-info { flex: 1; min-width: 0; } .bd-name { font-size: 13px; font-weight: 700; color: #1e293b; margin-bottom: 6px; } .mb-wrap { width: 100%; height: 5px; background: #f1f5f9; border-radius: 100px; overflow: hidden; } .mb-fill { height: 100%; border-radius: 100px; } .bd-lbl { font-size: 10px; font-weight: 700; letter-spacing: 0.07em; text-transform: uppercase; min-width: 64px; text-align: right; } .bd-sc { font-size: 13px; font-weight: 800; min-width: 44px; text-align: right; } /* CTA */ .cta { background: linear-gradient(135deg, #021a4f, #002677); border-radius: 14px; padding: 32px 24px; text-align: center; color: #fff; margin-bottom: 18px; box-shadow: 0 8px 28px rgba(0,38,119,0.22); } .cta-eye { font-size: 11px; letter-spacing: 0.13em; text-transform: uppercase; color: #00d1f9; margin-bottom: 10px; font-weight: 700; } .cta h2 { font-size: 21px; font-weight: 800; margin-bottom: 10px; } .cta p { font-size: 14px; color: #e2e8f0; line-height: 1.75; max-width: 460px; margin: 0 auto 18px; } .chips { display: flex; gap: 7px; justify-content: center; flex-wrap: wrap; margin-bottom: 16px; } .chip { background: rgba(0,209,249,0.12); border: 1px solid rgba(0,209,249,0.25); border-radius: 50px; padding: 4px 13px; font-size: 11px; color: #00d1f9; font-weight: 600; } .cta-meta { font-size: 12px; color: #94a3b8; margin-bottom: 20px; } .cta-btn { display: inline-block; background: #00d1f9; color: #002677; font-weight: 800; font-size: 15px; padding: 13px 34px; border-radius: 8px; text-decoration: none; letter-spacing: 0.02em; box-shadow: 0 4px 14px rgba(0,209,249,0.35); transition: all 0.2s; } .cta-btn:hover { transform: translateY(-2px); box-shadow: 0 8px 22px rgba(0,209,249,0.5); background: #33dcff; } .cta-foot { margin-top: 14px; font-size: 12px; color: #64748b; } .reset-btn { display: block; width: 100%; padding: 12px; background: transparent; border: 1px solid #e2e8f0; border-radius: 8px; color: #64748b; font-size: 13px; font-weight: 600; cursor: pointer; font-family: 'Open Sans', sans-serif; transition: all 0.15s; } .reset-btn:hover { background: #f1f5f9; color: #1e293b; } .hidden { display: none !important; }
