:root{--cream: #FBF1E4;--cream-2: #F8E8D6;--peach: #FBE0C6;--peach-deep: #F6C79B;--terracotta: #C5611C;--terracotta-ink:#9F4D14;--teal-deep: #066E70;--plum-deep: #4A3A6E;--plum-deeper: #382B55}*{box-sizing:border-box}body{margin:0;font-family:var(--font-body);color:var(--ink);-webkit-font-smoothing:antialiased}h1,h2,h3{font-family:var(--font-title);font-weight:600;letter-spacing:-.015em;margin:0;line-height:1.1;text-wrap:balance}p{margin:0;text-wrap:pretty}button{font-family:inherit;cursor:pointer}:focus-visible{outline:3px solid var(--teal-deep);outline-offset:2px;border-radius:6px}.tunnel{min-height:100dvh;display:flex;flex-direction:column;background:radial-gradient(120% 80% at 50% -10%,var(--peach),transparent 55%),linear-gradient(180deg,var(--cream),var(--cream-2));background-attachment:fixed}.topbar{position:sticky;top:0;z-index:10;display:flex;align-items:center;gap:14px;padding:14px 18px 16px;background:#fbf1e4d9;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.topbar .back{width:42px;height:42px;border-radius:50%;border:none;background:#1a1a1a0d;display:grid;place-items:center;color:var(--ink);flex:none;transition:background .2s,transform .2s}.topbar .back:hover{background:#1a1a1a1a;transform:translate(-1px)}.topbar .back[hidden]{opacity:0;visibility:hidden;pointer-events:none}.topbar .tb-logo{flex:none;display:inline-flex;align-items:center;gap:7px;padding:5px 10px 5px 6px;border-radius:999px;color:var(--ink);text-decoration:none;transition:background .2s,transform .2s}.topbar .tb-logo img{width:28px;height:auto;display:block}.topbar .tb-logo b{font-size:.92rem;font-weight:700;letter-spacing:-.01em;white-space:nowrap}.topbar .tb-logo em{font-style:normal;color:var(--terracotta-ink)}.topbar .tb-logo:hover{background:#1a1a1a0f;transform:translateY(-1px)}@media (max-width: 559px){.topbar .tb-logo b{display:none}}.progress{flex:1;height:8px;border-radius:999px;background:#c5611c24;overflow:hidden}.progress>i{display:block;height:100%;width:0%;border-radius:999px;background:linear-gradient(90deg,var(--teal-deep),#0a9a9c);transition:width .45s cubic-bezier(.2,.7,.3,1)}.counter{font-size:.82rem;font-weight:700;color:var(--terracotta-ink);flex:none;min-width:34px;text-align:right;letter-spacing:.03em}.stage{flex:1;display:flex;align-items:flex-start;justify-content:center;padding:8px 20px 40px}.screen{width:100%;max-width:560px;margin-top:18px}.screen[hidden]{display:none}.qfade{animation:qfade .42s cubic-bezier(.2,.7,.3,1) both}@keyframes qfade{0%{transform:translateY(14px)}to{transform:none}}@media (prefers-reduced-motion: reduce){.qfade{animation:none}}.q-eyebrow{font-size:.8rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--terracotta-ink)}.q-title{font-size:clamp(1.7rem,6vw,2.15rem);margin:12px 0 4px;text-wrap:balance}.q-help{color:var(--ink-2);font-size:1rem;margin-bottom:22px}.options{display:flex;flex-direction:column;gap:12px}.opt{display:flex;align-items:center;gap:14px;text-align:left;width:100%;min-height:60px;padding:16px 18px;border-radius:16px;background:#fff;border:2px solid transparent;box-shadow:0 4px 14px #2a20340f;font-size:1.05rem;font-weight:500;color:var(--ink);transition:border-color .18s,transform .18s var(--ease-spring, ease),box-shadow .18s,background .18s}.opt:hover{transform:translateY(-2px);border-color:var(--peach-deep);box-shadow:0 8px 20px #2a20341a}.opt .tick{width:26px;height:26px;border-radius:50%;flex:none;border:2px solid var(--line-2);display:grid;place-items:center;color:#fff;transition:background .18s,border-color .18s}.opt .tick svg,.opt .tick .material-symbols-outlined{opacity:0;transform:scale(.5);transition:.18s}.opt .tick .material-symbols-outlined{font-size:17px}.opt.sel{border-color:var(--teal-deep);background:#f0fafa}.opt.sel .tick{background:var(--teal-deep);border-color:var(--teal-deep)}.opt.sel .tick svg,.opt.sel .tick .material-symbols-outlined{opacity:1;transform:none}.opt .emoji{font-size:1.4rem;flex:none;width:28px;text-align:center}.q-continue{margin-top:22px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:56px;padding:0 28px;width:100%;font-size:1.1rem;font-weight:600;border-radius:999px;border:2px solid transparent;transition:transform .18s var(--ease-spring, ease),box-shadow .18s,background .18s;-webkit-tap-highlight-color:transparent;position:relative;overflow:hidden}.btn:active{transform:translateY(1px) scale(.99)}.btn--declic{background:linear-gradient(180deg,#f7a24a,#f0902c);color:var(--ink);box-shadow:inset 0 1px #ffffff59,0 10px 26px #f4983a57}.btn--declic:hover{background:linear-gradient(180deg,#f6993b,#e8851f);transform:translateY(-2px);box-shadow:inset 0 1px #ffffff4d,0 12px 30px #f4983a70}.btn--ghost{background:transparent;color:var(--teal-deep);border-color:var(--teal-deep)}.btn--ghost:hover{background:#eaf7f7}.btn--solid{background:var(--teal-deep);color:#fff}.btn--solid:hover{background:#055557;transform:translateY(-1px)}.btn[disabled]{background:#e8e4de;color:var(--ink-3);box-shadow:none;pointer-events:none}.btn.is-loading{color:transparent;pointer-events:none}.btn.is-loading:after{content:"";position:absolute;width:22px;height:22px;border:2.5px solid var(--ink);border-top-color:transparent;border-radius:50%;animation:tspin .7s linear infinite}@keyframes tspin{to{transform:rotate(360deg)}}.cta-note{font-size:.9rem;color:var(--ink-2);text-align:center;margin-top:12px}.cta-note b{color:var(--ink);font-weight:700}.result{max-width:600px}.result .kicker{display:inline-flex;align-items:center;gap:8px;font-size:.85rem;font-weight:700;color:var(--teal-deep);letter-spacing:.04em}.result h1{font-size:clamp(2rem,7vw,2.7rem);margin:14px 0 18px;text-wrap:balance}.mirror{background:#fff;border-radius:22px;padding:26px 24px;box-shadow:0 14px 34px #2a20341a;border-left:5px solid var(--terracotta);margin-bottom:22px}.mirror p{font-size:1.15rem;line-height:1.6}.mirror .hl{color:var(--terracotta-ink);font-weight:600;font-style:italic;font-family:var(--font-title)}.reassure-p{font-size:1.1rem;line-height:1.6;color:var(--ink);margin-bottom:26px}.pivot{background:linear-gradient(160deg,#fff,var(--peach));border:1.5px solid var(--peach-deep);border-radius:24px;padding:28px 24px;box-shadow:0 16px 40px #c5611c24}.pivot h2{font-size:1.7rem;margin-bottom:6px}.pivot .price{display:flex;align-items:baseline;gap:8px;margin:14px 0 18px}.pivot .price .num{font-family:var(--font-title);font-size:2.6rem;line-height:1;letter-spacing:-.02em}.pivot .price .per{color:var(--ink-2)}.recap{display:grid;gap:10px;margin-bottom:22px}.recap div{display:flex;gap:10px;align-items:center;font-size:1rem}.recap .ck{width:24px;height:24px;border-radius:50%;background:var(--teal-deep);color:#fff;display:grid;place-items:center;flex:none}.recap .ck svg{width:13px;height:13px}.recap .ck .material-symbols-outlined{font-size:15px}.mini-testi{margin-top:22px;background:#fff;border-radius:18px;padding:20px;box-shadow:0 8px 22px #2a203414}.mini-testi .stars{color:var(--orange);letter-spacing:2px}.mini-testi p{font-size:1.02rem;margin:8px 0 12px;line-height:1.5;font-family:var(--font-title);font-style:italic}.mini-testi .who{display:flex;align-items:center;gap:10px}.mini-testi .av{width:38px;height:38px;border-radius:50%;background:var(--mauve);color:#fff;display:grid;place-items:center;font-weight:700;flex:none}.mini-testi .name{font-weight:600;font-size:.9rem}.mini-testi .meta{font-size:.8rem;color:var(--ink-2)}.soft-exit{text-align:center;margin-top:20px}.soft-exit a{color:var(--teal-deep);font-weight:600;font-size:.95rem}.steps{display:flex;align-items:center;gap:8px;justify-content:center;margin-bottom:24px;font-size:.82rem}.steps .st{display:flex;align-items:center;gap:8px;color:var(--ink-3);font-weight:600}.steps .st .n{width:24px;height:24px;border-radius:50%;background:#1a1a1a14;display:grid;place-items:center;font-size:.8rem}.steps .st.on{color:var(--teal-deep)}.steps .st.on .n,.steps .st.done .n{background:var(--teal-deep);color:#fff}.steps .sep{width:22px;height:2px;background:#1a1a1a1f;border-radius:2px}.panel{background:#fff;border-radius:22px;padding:24px;box-shadow:0 14px 34px #2a203417}.panel h2{font-size:1.4rem;margin-bottom:4px}.panel .sub{color:var(--ink-2);font-size:.95rem;margin-bottom:20px}.cal-embed{border:1px solid var(--line);border-radius:16px;padding:18px}.cal-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.days{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin-bottom:18px}.day{border:1.5px solid var(--line-2);border-radius:12px;padding:10px 6px;text-align:center;background:#fff;transition:.15s}.day:hover{border-color:var(--teal-deep);transform:translateY(-1px)}.day.sel{background:var(--teal-deep);color:#fff;border-color:var(--teal-deep);box-shadow:0 6px 14px #066e7040}.day small{display:block;font-size:.7rem;opacity:.8}.day b{display:block;font-size:1.1rem;font-family:var(--font-title)}.slots{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.slot{border:1.5px solid var(--line-2);border-radius:10px;padding:11px 4px;text-align:center;background:#fff;font-weight:600;font-size:.95rem;transition:.15s}.slot:hover{border-color:var(--teal-deep);transform:translateY(-1px)}.slot.sel{background:var(--teal-deep);color:#fff;border-color:var(--teal-deep);box-shadow:0 6px 14px #066e7040}.slot[disabled]{opacity:.4;pointer-events:none}.skeleton-note{display:flex;align-items:center;gap:8px;font-size:.8rem;color:var(--ink-3);margin-top:14px}.skeleton-note .dot{width:7px;height:7px;border-radius:50%;background:var(--vert)}.order{display:flex;justify-content:space-between;align-items:center;padding:16px 0;border-bottom:1px solid var(--line)}.order:last-of-type{border-bottom:none}.order .l b{display:block}.order .l small{color:var(--ink-2);font-size:.85rem}.order .p{font-family:var(--font-title);font-size:1.3rem}.total{display:flex;justify-content:space-between;align-items:baseline;margin:14px 0 4px}.total .p{font-family:var(--font-title);font-size:2rem}.field{display:flex;flex-direction:column;gap:6px;margin-bottom:14px}.field label{font-size:.85rem;font-weight:600}.field input{font-family:inherit;font-size:1rem;padding:13px 14px;border:1.5px solid var(--line-2);border-radius:12px;background:#fff}.field input:focus{outline:none;border-color:var(--teal-deep);box-shadow:0 0 0 3px #eaf7f7}.field-row{display:grid;grid-template-columns:1fr 1fr;gap:12px}.secure{display:flex;align-items:center;justify-content:center;gap:7px;font-size:.82rem;color:var(--ink-2);margin-top:12px}.secure .material-symbols-outlined{font-size:16px}.confirm{text-align:center;max-width:520px}.confirm .seal{width:88px;height:88px;border-radius:50%;background:var(--teal-deep);color:#fff;display:grid;place-items:center;margin:0 auto 22px;box-shadow:0 14px 30px #066e7057;animation:pop .5s cubic-bezier(.2,1.3,.4,1) both}.confirm .seal svg{width:44px;height:44px}.confirm .seal .material-symbols-outlined{font-size:44px}@keyframes pop{0%{transform:scale(.4)}to{transform:none}}.confirm h1{font-size:clamp(2rem,7vw,2.6rem);margin-bottom:14px}.confirm p{font-size:1.1rem;color:var(--ink);line-height:1.6}.confirm .card-info{background:#fff;border-radius:18px;padding:22px;box-shadow:0 12px 30px #2a203414;margin:26px 0;text-align:left}.confirm .card-info .row{display:flex;gap:12px;align-items:center;padding:9px 0}.confirm .card-info .row .ic{width:36px;height:36px;border-radius:10px;background:var(--cream-2);display:grid;place-items:center;color:var(--terracotta-ink);flex:none}@media (min-width: 900px){.q-title{font-size:2.4rem}.stage{padding-top:30px}.screen{margin-top:30px}}
