:root{--navy:#152b58;--red:#ed3f4f;--page:#f3f4f7;--line:#e7e9ee;--muted:#6f7888;--yellow:#fff7cf;--yellow-border:#f0df85;--white:#fff;--shadow:0 2px 8px rgba(24,38,68,.06)}
*{box-sizing:border-box}html,body{margin:0;min-height:100%;font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;color:var(--navy);background:#fff}button,input{font:inherit}.app{min-height:100vh;display:flex;flex-direction:column}.topbar{height:72px;background:#fff;border-bottom:1px solid #eef0f3;display:flex;align-items:center;position:relative;z-index:3}.topbar-inner{width:min(1120px,100%);margin:auto;padding:0 24px;display:flex;align-items:center;justify-content:space-between}.brand{display:flex;align-items:center;text-decoration:none;color:var(--navy);font-weight:800;letter-spacing:-.03em;font-size:21px}.brand-mark{width:8px;height:28px;border-radius:8px;background:var(--red);margin-right:4px;transform:skew(-7deg)}.brand small{display:block;font-size:9px;letter-spacing:.08em;text-transform:uppercase;color:#6c7587;margin-left:8px;font-weight:700}.help{border:0;background:var(--red);color:#fff;border-radius:999px;padding:10px 17px;font-weight:750;cursor:pointer;box-shadow:0 2px 6px rgba(237,63,79,.22)}.quote-shell{position:relative;flex:1;background:var(--page);min-height:calc(100vh - 72px);overflow:hidden}.progress-wrap{position:absolute;top:0;left:0;right:0;height:22px;display:flex;align-items:center;justify-content:center}.progress-track{width:116px;height:4px;border-radius:20px;background:#e2e5eb;overflow:hidden}.progress-fill{height:100%;border-radius:inherit;background:var(--navy);transition:width .25s ease}.stage{min-height:calc(100vh - 72px);display:flex;align-items:center;justify-content:center;padding:62px 24px 88px}.question-panel{width:100%;max-width:365px;text-align:center;animation:panelIn .2s ease}.question-title{font-size:22px;line-height:1.25;letter-spacing:-.025em;margin:0 0 24px;font-weight:760;color:var(--navy)}.question-subtitle{font-size:13px;line-height:1.5;color:var(--muted);margin:-14px 0 22px}.options{display:flex;flex-direction:column;gap:10px}.option{width:100%;min-height:50px;border:1px solid #e7eaf0;background:#fff;border-radius:10px;display:grid;grid-template-columns:34px 1fr auto;align-items:center;gap:10px;text-align:left;padding:8px 13px 8px 10px;color:var(--navy);cursor:pointer;box-shadow:var(--shadow);transition:transform .12s ease,border-color .12s ease,box-shadow .12s ease}.option:hover,.option:focus-visible{outline:0;border-color:#b7c1d3;box-shadow:0 4px 12px rgba(25,42,79,.09);transform:translateY(-1px)}.option:active{transform:scale(.992)}.option.selected{border-color:var(--navy);box-shadow:0 0 0 2px rgba(21,43,88,.08)}.option-icon{width:27px;height:27px;border-radius:50%;background:#c5cfe0;color:#fff;display:grid;place-items:center;font-size:13px;font-weight:800}.option-label{font-size:14px;font-weight:670;line-height:1.25}.option-meta{font-size:11px;font-weight:800;color:#556379;background:#edf0f5;border-radius:999px;padding:5px 8px;white-space:nowrap}.option-note{display:block;color:#7c8491;font-size:10px;font-weight:500;margin-top:2px}.info-box{margin-top:11px;border:1px solid var(--yellow-border);background:var(--yellow);border-radius:10px;padding:11px 12px;display:grid;grid-template-columns:22px 1fr;gap:9px;text-align:left;color:#6f5b08;font-size:11px;line-height:1.45}.info-icon{width:20px;height:20px;border-radius:50%;display:grid;place-items:center;background:#ffe58e;font-weight:900}.back{position:absolute;left:24px;bottom:24px;border:1px solid #dfe3e9;background:#fff;color:var(--navy);border-radius:999px;padding:9px 15px;font-weight:720;box-shadow:var(--shadow);cursor:pointer}.back[hidden]{display:none}.input{width:100%;height:52px;border:1px solid #e1e5eb;border-radius:9px;background:#fff;padding:0 15px;text-align:center;color:var(--navy);outline:none;font-size:16px;box-shadow:var(--shadow)}.input:focus{border-color:#9caac1;box-shadow:0 0 0 3px rgba(21,43,88,.08)}.primary{width:100%;border:0;border-radius:999px;background:var(--red);color:#fff;font-weight:800;min-height:50px;margin-top:14px;cursor:pointer;box-shadow:0 5px 12px rgba(237,63,79,.22)}.primary:disabled{opacity:.55;cursor:not-allowed}.trust{font-size:10px;color:#6f7888;margin-top:12px}.manual-icon{width:54px;height:54px;border-radius:50%;margin:0 auto 17px;background:#c7d1e2;color:#fff;display:grid;place-items:center;font-size:25px}.manual-title{font-size:22px;margin:0 0 10px}.manual-copy{font-size:13px;line-height:1.55;color:#70798a}.products{width:min(880px,100%);display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.product{background:#fff;border-radius:14px;padding:20px;border:1px solid #e5e8ee;text-align:left;box-shadow:var(--shadow)}.product h3{margin:0 0 5px;font-size:18px}.product .price{font-size:25px;font-weight:850;margin:14px 0}.product button{width:100%;border:0;border-radius:999px;background:var(--red);color:#fff;padding:12px;font-weight:800;cursor:pointer}.details-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.details-grid .full{grid-column:1/-1}.error{margin-top:12px;color:#a52231;font-size:12px}.fade{opacity:.62;pointer-events:none}
@keyframes panelIn{from{opacity:0;transform:translateY(7px)}to{opacity:1;transform:none}}
@media(max-width:700px){.topbar{height:62px}.topbar-inner{padding:0 15px}.brand{font-size:17px}.brand small{display:none}.help{font-size:12px;padding:9px 13px}.quote-shell{min-height:calc(100vh - 62px)}.stage{min-height:calc(100vh - 62px);padding:48px 17px 132px}.question-panel{max-width:350px}.question-title{font-size:20px;margin-bottom:20px}.option{min-height:49px}.back{position:fixed;left:14px;bottom:calc(18px + env(safe-area-inset-bottom, 0px));z-index:50;min-width:118px;min-height:52px;padding:12px 20px;font-size:17px;box-shadow:0 8px 24px rgba(21,43,88,.18);touch-action:manipulation}.products{grid-template-columns:1fr;max-width:420px}.details-grid{grid-template-columns:1fr}}

.option-icon svg{width:20px;height:20px;display:block;fill:none;stroke:currentColor;stroke-width:1.65;stroke-linecap:round;stroke-linejoin:round}.option-icon{overflow:hidden}.option-icon svg *{vector-effect:non-scaling-stroke}
