.screen{justify-content:center;align-items:center;min-height:100svh;padding:96px 40px 72px;display:flex;position:relative}.screen-question{text-align:center;padding-top:40px;overflow:hidden}.q-glow{pointer-events:none;background:radial-gradient(#00d4e817 0%,#0000 65%);border-radius:50%;width:900px;height:620px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.q-inner{z-index:1;max-width:940px;position:relative}.q-text{letter-spacing:-.02em;margin-bottom:52px;font-size:clamp(1.9rem,4.6vw,3.6rem);font-weight:700;line-height:1.25}.q-cursor{background:var(--cyan);vertical-align:-.12em;width:3px;height:.95em;box-shadow:0 0 12px var(--cyan);margin-left:8px;animation:1.2s step-end infinite blink;display:inline-block}.q-yes{padding:14px 52px;font-size:1rem;box-shadow:0 4px 26px #00d4e857}.q-note{color:var(--muted);margin-top:40px;font-size:.85rem}.screen-breakdown{background:linear-gradient(180deg, var(--bg) 0%, var(--bg2) 100%)}.bd-inner{width:100%;max-width:1000px}.bd-head{text-align:center;margin-bottom:44px}.bd-title{letter-spacing:-.02em;font-size:clamp(1.8rem,3.4vw,2.7rem);font-weight:700}.bd-title em{background:linear-gradient(90deg, var(--cyan), var(--violet,#a78bfa));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-style:normal}.bd-sub{color:var(--muted2);margin-top:16px;font-size:.95rem}.bd-illus{margin-left:8px}.bd-totals{flex-wrap:wrap;justify-content:center;align-items:center;gap:26px;margin-bottom:28px;display:flex}.bd-total-label{letter-spacing:.14em;text-transform:uppercase;color:var(--muted);margin-bottom:6px;font-family:IBM Plex Mono,monospace;font-size:.64rem}.bd-total-now,.bd-total-new{letter-spacing:-.02em;font-family:Plus Jakarta Sans,sans-serif;font-size:clamp(1.6rem,3vw,2.3rem);font-weight:800;transition:color .3s}.bd-total-now.is-struck{color:var(--muted);text-decoration:line-through;text-decoration-color:var(--red);text-decoration-thickness:2px}.bd-total-after{opacity:.35;transition:opacity .3s}.bd-total-after.is-active{opacity:1}.bd-total-after.is-active .bd-total-new{color:var(--green)}.bd-per{color:var(--muted);margin-left:4px;font-size:.75rem;font-weight:400}.bd-total-arrow{color:var(--muted);font-size:1.2rem}.bd-bar{gap:3px;height:88px;margin-bottom:14px;display:flex}.bd-seg{flex:var(--w) 1 0;border:1px solid var(--border);background:var(--bg3);min-width:0;color:var(--white);cursor:pointer;text-align:left;border-radius:8px;flex-direction:column;justify-content:space-between;padding:12px 14px;font-family:Outfit,sans-serif;transition:flex-grow .6s cubic-bezier(.22,1,.36,1),background .25s,border-color .25s,opacity .25s;display:flex;overflow:hidden}.bd-seg:hover:not(:disabled){border-color:var(--border-c);background:#101a2c}.bd-seg:focus-visible{outline:2px solid var(--cyan);outline-offset:2px}.bd-seg-label{color:var(--muted2);font-size:.76rem;line-height:1.35;overflow:hidden}.bd-seg-cost{color:var(--white);white-space:nowrap;font-family:IBM Plex Mono,monospace;font-size:.82rem}.bd-seg.is-fixed{background:#00e09612;border-color:#00e0964d}.bd-seg.is-fixed .bd-seg-label{opacity:0}.bd-seg.is-fixed .bd-seg-cost{color:var(--green);font-size:.72rem}.bd-seg.is-preserved{cursor:default;background:var(--cyan-dim);border-color:var(--border-c)}.bd-seg.is-preserved .bd-seg-label{color:var(--cyan)}.bd-hint{text-align:center;color:var(--muted);min-height:1.2em;margin-bottom:30px;font-size:.8rem}.bd-deck{justify-content:center;align-items:center;height:208px;margin-bottom:26px;display:flex;position:relative}.bd-deck:not(.is-interactive) .bd-track{scrollbar-width:thin;scrollbar-color:var(--border-c) transparent;gap:14px;width:100%;padding-bottom:10px;display:flex;overflow-x:auto}.bd-deck:not(.is-interactive) .bd-card{flex:0 0 clamp(280px,68vw,480px)}.bd-deck:not(.is-interactive) .bd-deck-empty{display:none}.bd-deck.is-interactive .bd-track{position:absolute;inset:0;overflow:hidden}.bd-card{border:1px solid var(--border);border-left:3px solid var(--cyan);background:var(--bg);border-radius:0 12px 12px 0;padding:20px 24px}.bd-card.is-preserved{border-left-color:var(--muted)}.bd-deck.is-interactive .bd-card{width:clamp(280px,60%,520px);height:184px;transform:translate(-50%, -50%) translateX(calc(var(--d,0) * 108%)) scale(calc(1 - var(--a,0) * .08));opacity:calc(1 - var(--a,0) * .55);z-index:1;transition:transform .45s cubic-bezier(.22,1,.36,1),opacity .45s;display:none;position:absolute;top:50%;left:50%;overflow:hidden}.bd-deck.is-interactive .bd-card.is-in{display:block}.bd-deck.is-interactive .bd-card.is-active{z-index:3;border-color:var(--border-c);border-left-color:var(--cyan);box-shadow:0 0 40px #00d4e817,0 18px 40px #00000080}.bd-deck.is-interactive .bd-card:not(.is-active){filter:saturate(.5)}.bd-nav{z-index:5;border:1px solid var(--border-c);width:34px;height:34px;color:var(--muted2);cursor:pointer;background:#06090fd9;border-radius:50%;font-size:1.1rem;line-height:1;transition:all .2s;position:absolute;top:50%;transform:translateY(-50%)}.bd-nav:hover{color:var(--cyan);border-color:var(--cyan);background:var(--cyan-dim)}.bd-nav:focus-visible{outline:2px solid var(--cyan);outline-offset:2px}.bd-nav-prev{left:0}.bd-nav-next{right:0}.bd-deck-empty{color:var(--muted);text-align:center;max-width:420px;font-size:.85rem}.bd-card-head{flex-wrap:wrap;justify-content:space-between;align-items:baseline;gap:16px;margin-bottom:10px;display:flex}.bd-card-label{font-size:.92rem;font-weight:700}.bd-card-delta{color:var(--green);white-space:nowrap;font-family:IBM Plex Mono,monospace;font-size:.74rem}.bd-card.is-preserved .bd-card-delta{color:var(--muted)}.bd-card-why{color:var(--muted2);margin-bottom:10px;font-size:.88rem;line-height:1.65}.bd-card-fix{color:var(--white);font-size:.88rem;line-height:1.65}.bd-card-mark{color:var(--cyan);margin-right:8px;font-size:.7rem}.bd-actions{flex-wrap:wrap;justify-content:center;gap:12px;display:flex}.screen-how{background:var(--bg2)}.how-inner{width:100%;max-width:900px}.how-steps{counter-reset:none;margin-bottom:40px;list-style:none}.how-step{border-top:1px solid var(--border);grid-template-columns:58px 1fr;align-items:start;gap:20px;padding:22px 0;display:grid}.how-step:last-child{border-bottom:1px solid var(--border)}.how-n{color:var(--cyan);padding-top:3px;font-family:IBM Plex Mono,monospace;font-size:.78rem}.how-step h3{margin-bottom:7px;font-size:1rem;font-weight:700}.how-step p{color:var(--muted2);font-size:.93rem;line-height:1.7}.how-engine{border-left:3px solid var(--cyan);background:var(--cyan-dim);border-radius:0 10px 10px 0;padding:22px 26px}.how-engine p{color:var(--muted2);font-size:.93rem;line-height:1.75}.how-engine strong{color:var(--white);font-weight:500}.how-engine-note{margin-top:12px;color:var(--white)!important}.offer-grid{grid-template-columns:repeat(3,1fr);gap:30px 34px;display:grid}.offer-item h3{flex-wrap:wrap;align-items:center;gap:9px;margin-bottom:9px;font-size:.95rem;font-weight:700;display:flex}.offer-item p{color:var(--muted2);font-size:.9rem;line-height:1.7}@media (width<=760px){.screen{min-height:auto;padding:88px 22px 56px}.screen-question{min-height:100svh}.bd-bar{flex-direction:column;gap:8px;height:auto}.bd-seg{flex-direction:row;flex:none;justify-content:space-between;align-items:center;gap:14px;min-height:56px;padding:15px 16px}.bd-seg-label{color:var(--white);font-size:.85rem}.bd-seg.is-fixed .bd-seg-label{opacity:.45;text-decoration:line-through;text-decoration-color:var(--green)}.bd-seg-cost{font-size:.85rem}.bd-totals{gap:14px}.bd-total-arrow{transform:rotate(90deg)}.bd-deck{height:236px}.bd-deck.is-interactive .bd-card{width:min(88vw,420px);height:212px;padding:17px 19px}.bd-nav{width:30px;height:30px}.offer-grid{grid-template-columns:1fr;gap:26px}.how-step{grid-template-columns:40px 1fr;gap:12px}}@media (prefers-reduced-motion:reduce){.bd-seg,.bd-total-now,.bd-total-after,.bd-deck.is-interactive .bd-card{transition:none}.q-cursor{animation:none}}
