/* ==========================================================================
   Mais de 30 by Felizes.pt · inscrição e bilhete
   Depende de maisde30.css (tokens, base, botões, .wb, .dot).
   ========================================================================== */

html { scroll-behavior: auto; }

.page-wizard { min-height: 100vh; }
.wz-header { position: fixed; top: 0; left: 0; right: 0; z-index: 40; background: rgba(250, 249, 247, .97); border-bottom: 1px solid var(--line); }
.wz-header__inner { display: flex; align-items: center; justify-content: space-between; height: 68px; }
.wz-secure { display: flex; align-items: center; font-size: 13px; color: var(--muted); }
.wz-secure .icon { margin-right: 7px; }

.stepper { display: flex; align-items: center; }
.stepper li { display: flex; align-items: center; font-size: 13.5px; color: var(--muted); }
.stepper li + li::before { content: ""; width: 26px; height: 1px; margin: 0 10px; background: var(--line-strong); }
.stepper span { display: flex; align-items: center; justify-content: center; width: 26px; height: 26px; margin-right: 8px; border-radius: 50%; font-size: 12.5px; font-weight: 600; border: 1px solid var(--line-strong); background: var(--surface); }
.stepper b { font-weight: 500; white-space: nowrap; }
.stepper li.is-current { color: var(--ink); }
.stepper li.is-current b { font-weight: 600; }
.stepper li.is-current span { color: #fff; background: var(--ink); border-color: var(--ink); }
.stepper li.is-done { color: var(--text); cursor: pointer; }
.stepper li.is-done span { color: var(--ink); border-color: var(--ink); }
.wz-progress { height: 2px; background: transparent; }
.wz-progress span { display: block; height: 100%; width: 25%; background: var(--accent); transition: width .3s; }

.wz { padding-top: 71px; }
.wz__layout { display: grid; grid-template-columns: minmax(0, 1fr) 340px; grid-gap: 64px; gap: 64px; align-items: start; padding-top: 52px; padding-bottom: 110px; }
.wz__layout.is-done { grid-template-columns: minmax(0, 760px); justify-content: center; }
.wz__layout.is-done .wz__aside { display: none; }
.wz__aside { position: sticky; top: 100px; }

.step__kicker { font-size: 12.5px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; color: var(--muted); margin-bottom: 10px; }
.step__title { font-size: 38px; font-size: clamp(30px, 3.4vw, 40px); line-height: 1.1; letter-spacing: -.02em; margin-bottom: 12px; outline: 0; }
.step__title em { font-style: normal; }
.step__lead { max-width: 58ch; margin-bottom: 34px; }
.step__lead b { color: var(--ink); font-weight: 600; overflow-wrap: anywhere; word-break: break-word; }
.step__fine { display: flex; align-items: center; margin-top: 18px; font-size: 13.5px; color: var(--muted); }
.step__fine .icon { margin-right: 8px; }
.step__fine--center { justify-content: center; text-align: center; }
.step__actions { display: flex; align-items: center; justify-content: space-between; margin-top: 34px; }
.step__actions--center { justify-content: center; }
.step__actions--center .btn { margin: 0 5px; }

/* Formulário */
.form__row { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); grid-gap: 18px; gap: 18px; }
.field { margin: 0 0 22px; padding: 0; border: 0; min-width: 0; }
.field label, .field legend { display: block; padding: 0; margin-bottom: 7px; font-size: 14px; font-weight: 600; color: var(--ink); }
.field label i, .field legend i, .check__text i { font-style: normal; font-weight: 400; color: var(--muted); }
.field input[type="text"], .field input[type="email"], .field input[type="tel"], .field select, .field textarea {
  display: block; width: 100%; height: 50px; padding: 0 14px; font-size: 16px; color: var(--ink);
  background: var(--surface); border: 1px solid var(--line-strong); border-radius: var(--radius);
  -webkit-appearance: none; appearance: none; transition: border-color .15s, box-shadow .15s;
}
.field textarea { height: auto; min-height: 110px; padding: 12px 14px; line-height: 1.55; resize: vertical; }
.field input::placeholder, .field textarea::placeholder { color: #a39fa7; }
.field input:focus, .field select:focus, .field textarea:focus { outline: 0; border-color: var(--ink); box-shadow: 0 0 0 3px rgba(27, 26, 28, .08); }
.field select {
  padding-right: 40px; cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%231b1a1c' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat; background-position: right 13px center; background-size: 16px;
}
.field select.is-placeholder { color: #a39fa7; }
.field select option { color: var(--ink); }
.input-group { display: flex; }
.input-group__prefix { display: flex; align-items: center; height: 50px; padding: 0 12px 0 14px; font-size: 15.5px; color: var(--muted); background: var(--tint); border: 1px solid var(--line-strong); border-right: 0; border-radius: var(--radius) 0 0 var(--radius); }
.input-group input { border-radius: 0 var(--radius) var(--radius) 0 !important; }
.field__hint { margin-top: 7px; font-size: 13.5px; line-height: 1.5; color: var(--muted); }
.field__error { margin-top: 7px; font-size: 13.5px; font-weight: 500; color: var(--error); }
.field.is-invalid input, .field.is-invalid select, .field.is-invalid textarea, .field.is-invalid .choice__box, .field.is-invalid .check__box, .field.is-invalid .input-group__prefix { border-color: var(--error); }
.dob { display: grid; grid-template-columns: 1fr 1.5fr 1.1fr; grid-gap: 10px; gap: 10px; }

.choice-row { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); grid-gap: 12px; gap: 12px; }
.choice { position: relative; display: block; margin: 0 !important; cursor: pointer; }
.choice input { position: absolute; opacity: 0; pointer-events: none; }
.choice__box { display: flex; align-items: center; justify-content: center; height: 56px; border: 1px solid var(--line-strong); border-radius: var(--radius); background: var(--surface); transition: border-color .15s, background-color .15s; }
.choice__box .icon { width: 20px; height: 20px; margin-right: 10px; color: var(--muted); }
.choice__box b { font-size: 15.5px; font-weight: 600; color: var(--ink); }
.choice:hover .choice__box { border-color: var(--ink); }
.choice input:checked + .choice__box { border-color: var(--ink); background: var(--tint); box-shadow: inset 0 0 0 1px var(--ink); }
.choice input:checked + .choice__box .icon { color: var(--ink); }
.choice input:focus-visible + .choice__box { outline: 2px solid var(--ink); outline-offset: 3px; }

.field--check { margin-bottom: 14px; }
.check { position: relative; display: flex !important; align-items: flex-start; margin: 0 !important; cursor: pointer; font-weight: 400 !important; }
.check input { position: absolute; opacity: 0; pointer-events: none; }
.check__box { flex-shrink: 0; display: flex; align-items: center; justify-content: center; width: 22px; height: 22px; margin: 2px 12px 0 0; border: 1px solid var(--line-strong); border-radius: 5px; background: var(--surface); }
.check__box .icon { width: 13px; height: 13px; stroke-width: 3; color: #fff; opacity: 0; }
.check input:checked + .check__box { background: var(--ink); border-color: var(--ink); }
.check input:checked + .check__box .icon { opacity: 1; }
.check input:focus-visible + .check__box { outline: 2px solid var(--ink); outline-offset: 2px; }
.check__text { font-size: 14.5px; line-height: 1.55; color: var(--text); }
.check__text a { color: var(--ink); text-underline-offset: 3px; }
.consents { margin-top: 26px; padding-top: 24px; border-top: 1px solid var(--line); }

/* Questionário */
.quiz { padding: 26px 28px 20px; background: var(--surface); border: 1px solid var(--line-strong); border-radius: var(--radius); }
.quiz__dots { display: flex; margin: 0 -3px 24px; }
.quiz__dots span { flex: 1; height: 3px; margin: 0 3px; background: var(--line); }
.quiz__dots span.is-done { background: var(--ink); }
.quiz__dots span.is-current { background: var(--accent); }
.quiz__stage { min-height: 330px; }
.q h2 { font-size: 26px; margin-bottom: 20px; }
.q__opt { display: flex; align-items: center; width: 100%; min-height: 54px; margin-bottom: 10px; padding: 10px 16px 10px 12px; text-align: left; font-size: 15.5px; font-weight: 500; color: var(--ink); background: var(--surface); border: 1px solid var(--line-strong); border-radius: var(--radius); transition: border-color .15s, background-color .15s; }
.q__opt span { flex-shrink: 0; display: flex; align-items: center; justify-content: center; width: 30px; height: 30px; margin-right: 14px; border-radius: 6px; font-size: 13px; font-weight: 600; color: var(--muted); border: 1px solid var(--line-strong); }
.q__opt:hover { border-color: var(--ink); }
.q__opt.is-selected { border-color: var(--ink); background: var(--tint); }
.q__opt.is-selected span { color: #fff; background: var(--ink); border-color: var(--ink); }
.quiz__nav { display: flex; align-items: center; justify-content: space-between; margin-top: 8px; padding-top: 16px; border-top: 1px solid var(--line); }
.quiz__count { font-size: 13.5px; color: var(--muted); }

.vibe-result { --c: #4c84ea; padding: 34px 28px 30px; text-align: center; background: var(--surface); border: 1px solid var(--line-strong); border-radius: var(--radius); }
.vibe-result__kicker { font-size: 12.5px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; color: var(--muted); }
.vibe-result__color { font-size: 46px; line-height: 1.05; }
.vibe-result__title { margin-top: 6px; font-family: var(--font-display); font-style: italic; font-size: 20px; color: var(--ink); }
.vibe-result__desc { margin: 6px auto 0; max-width: 42ch; }
.vibe-mix { display: flex; max-width: 340px; height: 6px; margin: 24px auto 0; border-radius: 3px; overflow: hidden; background: var(--line); }
.vibe-mix li { height: 100%; }
.vibe-mix__legend { display: flex; flex-wrap: wrap; justify-content: center; margin-top: 10px; font-size: 13px; color: var(--muted); }
.vibe-mix__legend span { display: inline-flex; align-items: center; margin: 2px 9px; }
.vibe-mix__legend i { width: 8px; height: 8px; border-radius: 50%; margin-right: 6px; }
.vibe-result__note { margin: 20px auto 0; max-width: 50ch; font-size: 14px; color: var(--muted); }


/* Procura do bilhete: escassez e afluência em texto (dados verdadeiros vindos do servidor), sem lugares nem contagens */
.demand { margin-top: 14px; padding: 14px 18px 15px; background: var(--tint); border-radius: 16px; }
.demand__bar { height: 6px; margin-bottom: 11px; border-radius: 3px; background: var(--line); overflow: hidden; }
.demand__bar span { display: block; height: 100%; width: 0; background: var(--accent); border-radius: 3px; transition: width .5s; }
.demand__text { font-size: 15px; line-height: 1.5; color: var(--text); }
.demand__text b { color: var(--ink); }
.demand__people { display: flex; align-items: center; margin-top: 7px; font-size: 14px; color: var(--text); }
.demand__people .icon { margin-right: 8px; color: var(--accent-dark); }
.demand__people b { color: var(--ink); }

/* um só tipo de bilhete: cartão único com o lote, o preço e o que inclui */
.pick { margin-top: 28px; }
.pick__box { display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: end; padding: 22px 22px 18px; background: var(--surface); border: 1px solid var(--line-strong); border-radius: var(--radius); }
.pick__head { display: block; }
.pick__kind { display: block; margin-bottom: 3px; font-size: 12px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; color: var(--muted); }
.pick__name { display: block; font-family: var(--font-display); font-weight: 800; letter-spacing: -.03em; font-size: 25px; line-height: 1.15; color: var(--ink); }
.pick__price { display: flex; align-items: baseline; }
.pick__price b { font-family: var(--font-display); font-weight: 800; letter-spacing: -.03em; font-size: 42px; line-height: 1; color: var(--ink); }
.pick__price small { margin-left: 5px; font-family: var(--font-display); font-size: 22px; color: var(--ink); }
.pick__list { grid-column: 1 / span 2; display: flex; flex-wrap: wrap; margin-top: 16px; padding-top: 12px; border-top: 1px solid var(--line); }
.pick__list li { display: flex; align-items: flex-start; margin-right: 22px; padding: 3px 0; font-size: 14.5px; }
.pick__list li:last-child { margin-right: 0; }
.pick__list .icon { margin: 5px 8px 0 0; width: 14px; height: 14px; stroke-width: 2.4; color: var(--accent); }
.pick__list b { color: var(--ink); font-weight: 600; }

/* Pagamento */
.method { position: relative; display: block; margin: 0 0 8px !important; cursor: pointer; }
.method input { position: absolute; opacity: 0; pointer-events: none; }
.method__box { display: flex; align-items: center; min-height: 64px; padding: 10px 16px; background: var(--surface); border: 1px solid var(--line-strong); border-radius: var(--radius); transition: border-color .15s, background-color .15s; }
.method:hover .method__box { border-color: var(--ink); }
.method input:checked + .method__box { border-color: var(--ink); box-shadow: inset 0 0 0 1px var(--ink); background: var(--tint); }
.method input:focus-visible + .method__box { outline: 2px solid var(--ink); outline-offset: 3px; }
.method__radio { flex-shrink: 0; width: 18px; height: 18px; margin-right: 14px; border-radius: 50%; border: 1px solid var(--line-strong); background: var(--surface); }
.method input:checked + .method__box .method__radio { border-color: var(--ink); background: var(--ink); box-shadow: inset 0 0 0 4px var(--surface); }
.method__logo { flex-shrink: 0; display: flex; align-items: center; justify-content: center; width: 84px; height: 40px; margin-right: 14px; padding: 0 9px; border: 1px solid var(--line); border-radius: 6px; background: #fff; }
.method__logo img { max-height: 20px; max-width: 100%; width: auto; }
.method__text { flex: 1; min-width: 0; }
.method__text b { display: block; font-size: 15.5px; font-weight: 600; color: var(--ink); }
.method__text small { display: block; font-size: 13.5px; color: var(--muted); }
.method__tag { flex-shrink: 0; margin-left: 10px; padding: 3px 8px; font-size: 11.5px; font-weight: 600; color: var(--ok); border: 1px solid var(--ok); border-radius: 4px; }
.method-detail { margin: 4px 0 22px; }
.infobox { display: flex; align-items: flex-start; padding: 14px 16px; font-size: 14.5px; line-height: 1.55; border-radius: var(--radius); background: var(--tint); }
.infobox .icon { margin: 3px 10px 0 0; color: var(--muted); }
.infobox b { color: var(--ink); }
.stripe-placeholder { padding: 18px; border: 1px dashed var(--line-strong); border-radius: var(--radius); background: var(--surface); }
.stripe-placeholder__cols { display: grid; grid-template-columns: 1fr 1fr; grid-gap: 10px; gap: 10px; }
.stripe-placeholder__row { margin-bottom: 10px; }
.stripe-placeholder__row span { display: block; margin-bottom: 5px; font-size: 13px; font-weight: 600; color: var(--muted); }
.stripe-placeholder__row i { display: block; height: 42px; border-radius: 6px; background: var(--tint); }
.stripe-placeholder p { display: flex; align-items: center; font-size: 13.5px; color: var(--muted); }
.stripe-placeholder p .icon { margin-right: 8px; }

/* Resumo lateral */
.sum { background: var(--surface); border: 1px solid var(--line-strong); border-radius: var(--radius); overflow: hidden; }
.sum__hero { padding: 22px 22px 16px; border-bottom: 1px solid var(--line); }
.sum__hero img { display: none; }
.sum__heroText .brand__name { display: block; font-size: 24px; margin-bottom: 8px; }
.sum__heroText p { display: flex; align-items: center; font-size: 14px; color: var(--text); }
.sum__heroText .icon { margin-right: 8px; color: var(--muted); }
.sum__rows { margin: 0; padding: 6px 22px 0; }
.sum__row { display: flex; justify-content: space-between; align-items: baseline; padding: 11px 0; border-bottom: 1px solid var(--line); }
.sum__row dt { font-size: 13.5px; color: var(--muted); }
.sum__row dd { margin: 0; display: flex; align-items: center; font-size: 14.5px; font-weight: 600; color: var(--ink); text-align: right; }
.sum__row dd.is-empty { font-weight: 400; color: #a39fa7; }
.sum__row dd .dot, .pass .dot { display: inline-block; width: 9px; height: 9px; margin-right: 7px; border-radius: 50%; background: #4c84ea; }
.sum__total { display: flex; justify-content: space-between; align-items: center; padding: 14px 22px; }
.sum__total span { font-size: 12.5px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; color: var(--muted); }
.sum__total b { font-family: var(--font-display); font-weight: 800; letter-spacing: -.03em; font-size: 30px; line-height: 1; color: var(--ink); }
.sum__total b.is-locked { display: inline-flex; align-items: center; font-family: var(--font-body); font-size: 13.5px; font-weight: 400; color: var(--muted); }
.sum__total b.is-locked .icon { margin-right: 6px; }
.sum__timer { display: flex; align-items: center; justify-content: center; margin: 0 22px 8px; padding: 9px 10px; font-size: 13.5px; color: var(--text); background: var(--tint); border-radius: 6px; }
.sum__timer .icon { margin-right: 7px; color: var(--muted); }
.sum__timer b { margin-left: 4px; color: var(--ink); font-feature-settings: "tnum" 1; }
.sum__trust { padding: 10px 22px 12px; }
.sum__trust li { display: flex; align-items: center; padding: 4px 0; font-size: 13.5px; color: var(--muted); }
.sum__trust .icon { margin-right: 9px; }
.sum__by { display: flex; align-items: center; justify-content: center; padding: 14px 22px; border-top: 1px solid var(--line); }
.sum__by span { font-size: 12.5px; color: var(--muted); margin-right: 9px; }
.sum__by img { height: 20px; width: auto; }

/* Confirmação */
.done__head { text-align: center; }
.done__head .step__lead { margin-left: auto; margin-right: auto; }
.done__check { display: flex; align-items: center; justify-content: center; width: 52px; height: 52px; margin: 0 auto 20px; border-radius: 50%; color: var(--ok); border: 1.5px solid var(--ok); }
.done__check .icon { width: 24px; height: 24px; stroke-width: 2.2; }

.pass { --c: #4c84ea; position: relative; display: grid; grid-template-columns: minmax(0, 1fr) 210px; margin: 4px 0 24px; background: var(--surface); border: 1px solid var(--line-strong); border-radius: 12px; }
.pass::before { content: ""; position: absolute; left: -1px; top: 22px; bottom: 22px; width: 4px; border-radius: 0 3px 3px 0; background: var(--c); }
.pass__main { padding: 26px 28px 22px 32px; }
.pass__brand { display: flex; align-items: center; justify-content: space-between; margin-bottom: 20px; }
.pass__brand .brand__name { font-size: 24px; }
.pass__brand img { height: 21px; width: auto; }
.pass__name { font-family: var(--font-display); font-weight: 800; letter-spacing: -.03em; font-size: 30px; line-height: 1.1; letter-spacing: -.015em; color: var(--ink); margin-bottom: 18px; }
.pass__grid { display: grid; grid-template-columns: 1fr 1fr; grid-gap: 14px 20px; gap: 14px 20px; margin: 0; }
.pass__grid dt { font-size: 11.5px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; color: var(--muted); margin-bottom: 2px; }
.pass__grid dd { margin: 0; display: flex; align-items: center; font-size: 15.5px; font-weight: 600; color: var(--ink); }
.pass .dot { background: var(--c); }
.pass__fine { margin-top: 18px; padding-top: 14px; border-top: 1px solid var(--line); font-size: 12.5px; color: var(--muted); }
.pass__fine b { font-weight: 600; color: var(--ink); }
.pass__stub { position: relative; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 22px 20px; border-left: 1px dashed var(--line-strong); }
.pass__stub::before, .pass__stub::after { content: ""; position: absolute; left: -11px; width: 20px; height: 20px; border-radius: 50%; background: var(--bg); border: 1px solid var(--line-strong); }
.pass__stub::before { top: -11px; }
.pass__stub::after { bottom: -11px; }
.pass__qr { width: 150px; height: 150px; padding: 8px; border: 1px solid var(--line); border-radius: 8px; background: #fff; }
.pass__qr svg { width: 100%; height: 100%; }
.pass__code { margin-top: 10px; font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; font-size: 14px; font-weight: 600; letter-spacing: .12em; color: var(--ink); }
.done__actions { display: flex; flex-wrap: wrap; justify-content: center; margin: 0 -5px 48px; }
.done__actions .btn { margin: 5px; }

.tombola { padding: 28px; background: var(--surface); border: 1px solid var(--line-strong); border-radius: var(--radius); }
.tombola__head { display: flex; align-items: flex-start; margin-bottom: 20px; }
.tombola__icon { flex-shrink: 0; display: flex; align-items: center; justify-content: center; width: 44px; height: 44px; margin-right: 16px; border-radius: 8px; color: var(--ink); background: var(--tint); }
.tombola__icon .icon { width: 22px; height: 22px; }
.tombola h2 { font-size: 25px; margin-bottom: 6px; }
.tombola .step__kicker { margin-bottom: 6px; }
.tombola__head p:last-child { font-size: 15px; }
.chips { display: flex; flex-wrap: wrap; margin: 0 -4px 14px; }
.chip { position: relative; margin: 4px; cursor: pointer; }
.chip input { position: absolute; opacity: 0; pointer-events: none; }
.chip span { display: block; padding: 7px 13px; font-size: 14px; font-weight: 500; color: var(--text); border: 1px solid var(--line-strong); border-radius: 999px; background: var(--surface); }
.chip:hover span { border-color: var(--ink); }
.chip input:checked + span { color: #fff; background: var(--ink); border-color: var(--ink); }
.chip input:focus-visible + span { outline: 2px solid var(--ink); outline-offset: 2px; }
.tombola .field__hint { text-align: right; }
.tombola__ok, .after__ok { display: flex; align-items: center; margin-top: 12px; font-size: 14.5px; font-weight: 500; color: var(--ok); }
.tombola__ok .icon, .after__ok .icon { margin-right: 7px; }

.after { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); grid-gap: 16px; gap: 16px; margin-top: 16px; }
.after__card { display: flex; flex-direction: column; align-items: flex-start; padding: 26px; background: var(--surface); border: 1px solid var(--line-strong); border-radius: var(--radius); }
.after__card h3 { font-size: 21px; margin: 14px 0 8px; }
.after__card p { font-size: 15px; margin-bottom: 18px; }
.after__card .btn { margin-top: auto; }
.after__card--felizes img { height: 28px; width: auto; }
.after__date { display: inline-flex; align-items: center; padding: 5px 11px 5px 9px; border: 1px solid var(--line-strong); border-radius: 6px; margin-bottom: 0 !important; }
.after__date b { font-family: var(--font-display); font-weight: 800; letter-spacing: -.03em; font-size: 25px; line-height: 1; color: var(--ink); margin-right: 8px; }
.after__date span { font-size: 10.5px; font-weight: 600; letter-spacing: .12em; line-height: 1.25; color: var(--muted); }
.done__back { margin-top: 40px; text-align: center; }
.link-arrow { display: inline-flex; align-items: center; color: var(--ink); font-weight: 600; text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 4px; }
.link-arrow .icon { margin-left: 8px; }


/* Modal de pagamento */
.paymodal { position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 95; display: flex; align-items: center; justify-content: center; padding: 20px; background: rgba(27, 26, 28, .55); }
.paymodal__card { position: relative; width: 100%; max-width: 420px; padding: 38px 32px 28px; text-align: center; background: var(--surface); border-radius: 12px; box-shadow: 0 24px 60px rgba(27, 26, 28, .25); }
.paymodal h2 { font-size: 25px; margin: 16px 0 8px; }
.paymodal p { font-size: 15px; }
.paymodal p b { color: var(--ink); white-space: nowrap; }
.paymodal__close { position: absolute; top: 12px; right: 12px; display: flex; align-items: center; justify-content: center; width: 36px; height: 36px; border-radius: 50%; color: var(--muted); }
.paymodal__close:hover { background: var(--tint); color: var(--ink); }
.paymodal__timer { display: inline-flex; align-items: center; margin-top: 14px; font-size: 17px !important; font-weight: 600; color: var(--ink); font-feature-settings: "tnum" 1; }
.paymodal__timer .icon { margin-right: 7px; color: var(--muted); }
.paymodal__wait { display: flex; align-items: center; justify-content: center; margin-top: 12px; color: var(--muted); }
.paymodal__logo { height: 26px; width: auto; margin: 0 auto; }
.phone { display: flex; justify-content: center; }
.phone img { height: 30px; width: auto; }
.phone__notch, .phone__ping { display: none; }
.spinner { display: inline-block; width: 16px; height: 16px; margin-right: 9px; border-radius: 50%; border: 2px solid var(--line-strong); border-top-color: var(--ink); animation: spin .8s linear infinite; }
.spinner--lg { width: 40px; height: 40px; margin: 0; border-width: 3px; }
@keyframes spin { to { transform: rotate(360deg); } }
.mbref { margin: 18px 0 14px; border: 1px solid var(--line-strong); border-radius: var(--radius); overflow: hidden; }
.mbref div { display: flex; justify-content: space-between; align-items: center; padding: 11px 16px; border-bottom: 1px solid var(--line); }
.mbref div:last-child { border-bottom: 0; }
.mbref dt { font-size: 13.5px; color: var(--muted); }
.mbref dd { margin: 0; font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; font-size: 17px; font-weight: 600; letter-spacing: .06em; color: var(--ink); }
.demo-link { margin-top: 18px; padding: 7px 12px; font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; font-size: 12px; color: var(--text); border: 1px dashed var(--muted); border-radius: 6px; }
.demo-link:hover { border-color: var(--ink); color: var(--ink); }


/* --------------------------------------------------------------------------
   Acertos da versão 3
   -------------------------------------------------------------------------- */
.wz-header { background: rgba(247, 242, 232, .96); border-bottom: 1.5px solid var(--ink); }
.wz-progress { height: 4px; }
.wz-progress span { background: linear-gradient(90deg, var(--azul) 0, var(--azul) 25%, var(--amarelo) 25%, var(--amarelo) 50%, var(--verde) 50%, var(--verde) 75%, var(--vermelho) 75%); background-size: 100vw 100%; }
.step__title { font-weight: 800; font-size: 46px; font-size: clamp(33px, 4vw, 50px); line-height: 1.02; letter-spacing: -.035em; }
.step__title em { font-family: var(--font-serif); font-style: italic; font-weight: 400; letter-spacing: -.01em; color: var(--accent-dark); font-size: 1.08em; }
.step__kicker { color: var(--ink); font-weight: 700; letter-spacing: .18em; }
.step__lead { font-size: 18px; }

.field input[type="text"], .field input[type="email"], .field input[type="tel"], .field select, .field textarea { height: 54px; border-width: 1.5px; border-radius: 14px; background-color: var(--surface); }
.field textarea { height: auto; }
.input-group__prefix { height: 54px; border-width: 1.5px; border-right-width: 0; border-radius: 14px 0 0 14px; }
.input-group input { border-radius: 0 14px 14px 0 !important; }
.choice__box { height: 64px; border-width: 1.5px; border-radius: 16px; }
.check__box { border-width: 1.5px; border-radius: 7px; }
.check input:checked + .check__box { background: var(--accent); border-color: var(--accent); }

.quiz, .vibe-result, .tombola, .sum, .after__card { border: 1.5px solid var(--ink); border-radius: 26px; }
.quiz { padding: 30px 32px 22px; }
.q h2 { font-weight: 800; font-size: 29px; letter-spacing: -.025em; }
.q__opt { min-height: 58px; border-width: 1.5px; border-radius: 14px; background: var(--bg); font-weight: 600; transition: border-color .2s, background-color .2s, transform .3s var(--ease); }
.q__opt span { width: 34px; height: 34px; border-width: 1.5px; border-radius: 10px; font-family: var(--font-display); font-weight: 700; color: var(--ink); background: var(--surface); }
.q__opt:hover { background: var(--surface); transform: translateX(4px); }
.quiz__dots span { height: 6px; border-radius: 3px; }
.quiz__dots span:nth-child(1).is-done { background: var(--azul); }
.quiz__dots span:nth-child(2).is-done { background: var(--amarelo); }
.quiz__dots span:nth-child(3).is-done { background: var(--verde); }
.quiz__dots span:nth-child(4).is-done { background: var(--vermelho); }
.quiz__dots span.is-current { background: var(--ink); }

.vibe-result { overflow: hidden; padding: 36px 32px 32px; }
.vibe-result .band { position: relative; display: flex; align-items: center; justify-content: center; height: 46px; margin: 16px -32px 20px; background: var(--c); transform: rotate(-3deg) scaleX(1.06); animation: bandIn .8s var(--ease) both; }
.vibe-result .band::before { content: ""; position: absolute; left: 0; right: 0; top: 6px; bottom: 6px; border-top: 1.5px dashed rgba(255, 255, 255, .6); border-bottom: 1.5px dashed rgba(255, 255, 255, .6); }
.vibe-result .band__strap { position: relative; font-family: var(--font-serif); font-size: 20px; letter-spacing: .04em; color: #fff; }
.vibe-result .band__clasp { position: absolute; right: 24%; top: -6px; width: 17px; height: 58px; border-radius: 4px; background: var(--ink); }
@keyframes bandIn { from { transform: rotate(-3deg) scaleX(1.06) translateX(-104%); } to { transform: rotate(-3deg) scaleX(1.06) translateX(0); } }
.vibe-result__color { font-weight: 800; font-size: 68px; line-height: 1; letter-spacing: -.04em; color: var(--c); }
.vibe-result__title { font-family: var(--font-serif); font-size: 25px; }
.vibe-mix { height: 8px; border-radius: 4px; }

.pick__box { padding: 24px 26px 20px; border-width: 1.5px; border-color: var(--ink); border-radius: 22px; }
.pick__name { font-size: 30px; }
.pick__price b { font-size: 50px; }
.pick__price small { font-weight: 800; }
.pick__list .icon { color: var(--verde); }
.method__box { border-width: 1.5px; border-radius: 16px; }
.method__tag { border-radius: 999px; }
.infobox { border-radius: 14px; }

.sum__hero { padding: 0; border-bottom: 1.5px solid var(--ink); }
.sum__hero img { display: block; width: 100%; height: 130px; object-fit: cover; }
.sum__heroText { padding: 18px 22px 16px; }
.sum__heroText .brand__name { font-size: 26px; }
.sum__total b { font-size: 34px; }
.sum__by { border-top: 1.5px solid var(--ink); background: var(--tint); }

.done__check { width: 60px; height: 60px; color: #fff; background: var(--verde); border: 0; }
.pass { border: 1.5px solid var(--ink); border-radius: 22px; overflow: visible; }
.pass::before { left: -1.5px; width: 6px; top: 24px; bottom: 24px; }
.pass__name { font-size: 34px; }
.pass__stub { border-left: 1.5px dashed var(--ink); }
.pass__stub::before, .pass__stub::after { border: 1.5px solid var(--ink); }
.pass__qr { border-radius: 12px; }
.tombola__icon { border-radius: 14px; color: var(--ink); background: var(--amarelo); }
.tombola h2 { font-weight: 800; font-size: 28px; letter-spacing: -.025em; }
.chip span { border-width: 1.5px; font-weight: 600; }
.after__card h3 { font-weight: 800; font-size: 24px; letter-spacing: -.025em; }
.after__card--felizes { color: #fff; background: var(--accent); border-color: var(--accent); }
.after__card--felizes h3 { color: #fff; }
.after__card--felizes .btn { color: var(--accent-dark); background: #fff; border-color: #fff; }
.after__card--felizes .btn:hover { color: #fff; background: var(--ink); border-color: var(--ink); }
.after__date { border-radius: 12px; color: var(--bg); background: var(--ink); border-color: var(--ink); }
.after__date b { color: var(--bg); }
.after__date span { color: rgba(247, 242, 232, .75); }
.link-arrow { text-decoration-thickness: 1.5px; font-weight: 700; }
.confetti { display: none !important; }

.paymodal { background: rgba(23, 20, 31, .62); }
.paymodal__card { border: 1.5px solid var(--ink); border-radius: 26px; box-shadow: none; }
.paymodal h2 { font-weight: 800; font-size: 28px; letter-spacing: -.025em; }
.mbref { border-width: 1.5px; border-color: var(--ink); border-radius: 16px; }

/* --------------------------------------------------------------------------
   Inscrição curta (2 passos + confirmação)
   Só o indispensável antes do pagamento; questionário da pulseira, Tômbola
   e origem ficam para a confirmação.
   -------------------------------------------------------------------------- */
.page-wizard--short .wz-progress span { width: 50%; }
.form--short { max-width: 600px; }
.form--short .btn--block { margin-top: 10px; }
.form__note { margin-top: 16px; font-size: 14px; line-height: 1.55; color: var(--muted); }
.input--dob { max-width: 240px; font-feature-settings: "tnum" 1; letter-spacing: .04em; }
.step__h2 { margin: 44px 0 16px; font-weight: 800; font-size: 28px; line-height: 1.1; letter-spacing: -.025em; }
.page-wizard--short .step__fine { align-items: flex-start; line-height: 1.5; }
.page-wizard--short .step__fine--center { align-items: center; }
.page-wizard--short #formPagamento .btn--block { margin-top: 12px; }
/* em desktop o tempo de reserva já aparece no resumo lateral; esta linha só entra quando o resumo desce para o fim */
.hold { display: none; align-items: center; justify-content: center; margin-top: 26px; padding: 10px 12px; font-size: 14.5px; color: var(--text); background: var(--tint); border-radius: 12px; }
.hold .icon { margin-right: 8px; color: var(--muted); }
.hold b { margin-left: 5px; color: var(--ink); font-feature-settings: "tnum" 1; }
.step__edit { margin-top: 18px; text-align: center; }
.link-btn { display: inline-flex; align-items: center; font-size: 14.5px; font-weight: 600; color: var(--text); text-decoration: underline; text-decoration-thickness: 1.5px; text-underline-offset: 4px; }
.link-btn:hover { color: var(--ink); }
.link-btn .icon { margin-right: 7px; width: 1em; height: 1em; }

.pass__grid dd.is-empty { font-weight: 500; color: var(--muted); }
.pass__grid dd.is-empty .dot { background: transparent; border: 1.5px dashed var(--muted); }

.prep { margin: 0 0 16px; }
.prep__head { max-width: 560px; margin: 0 auto 24px; text-align: center; }
.prep__head h2 { font-size: 38px; font-size: clamp(30px, 3.6vw, 42px); }
.prep__head p:last-child { margin-top: 12px; }
.prep__later { margin-top: 14px; text-align: center; font-size: 14px; color: var(--muted); }
.q h3 { font-weight: 800; font-size: 29px; line-height: 1.12; letter-spacing: -.025em; margin-bottom: 20px; }
.vibe-result .band__strap { color: var(--ct, #fff); }
.vibe-result .step__actions { margin-top: 22px; }

.origem { margin-top: 16px; padding: 22px 28px 12px; background: var(--surface); border: 1.5px solid var(--line-strong); border-radius: 22px; }
.origem__q { margin-bottom: 12px; font-size: 15.5px; font-weight: 600; color: var(--ink); }
.origem .chips { margin-bottom: 8px; }
.origem__ok { display: flex; align-items: center; margin: 4px 0 10px; font-size: 14.5px; font-weight: 500; color: var(--ok); }
.origem__ok .icon { margin-right: 7px; }

/* --------------------------------------------------------------------------
   Responsivo
   -------------------------------------------------------------------------- */
@media (max-width: 1000px) {
  .stepper b { display: none; }
  .stepper span { margin-right: 0; }
  .stepper li + li::before { width: 18px; margin: 0 7px; }
  .wz__layout { grid-template-columns: minmax(0, 1fr) 300px; grid-gap: 40px; gap: 40px; }
}

@media (max-width: 860px) {
  .wz__layout { grid-template-columns: minmax(0, 1fr); padding-top: 36px; padding-bottom: 100px; }
  .hold { display: flex; }
  .wz__aside { position: static; }
  .wz-secure span { display: none; }
}

@media (max-width: 600px) {
  .wz-header__inner { height: 62px; }
  .wz { padding-top: 66px; }
  .wz-secure { display: none; }
  .stepper span { width: 23px; height: 23px; font-size: 11.5px; }
  .stepper li + li::before { width: 8px; margin: 0 4px; }
  .form__row { grid-template-columns: minmax(0, 1fr); grid-gap: 0; gap: 0; }
  .step__actions { flex-direction: column-reverse; align-items: stretch; }
  .step__actions .btn { width: 100%; margin: 5px 0; }
  .quiz { padding: 22px 18px 16px; border-radius: 22px; }
  .quiz__stage { min-height: 370px; }
  .q h2 { font-size: 25px; }
  .vibe-result { padding: 30px 20px 26px; border-radius: 22px; }
  .vibe-result .band { margin-left: -20px; margin-right: -20px; }
  .vibe-result__color { font-size: 54px; }
  .method__logo { width: 70px; margin-right: 11px; }
  .method__tag { display: none; }
  .pass { grid-template-columns: minmax(0, 1fr); }
  .pass__main { padding: 24px 20px 18px 26px; }
  .pass__stub { flex-direction: row; justify-content: space-between; padding: 18px 20px 18px 26px; border-left: 0; border-top: 1.5px dashed var(--ink); }
  .pass__stub::before { top: -11px; left: -11px; }
  .pass__stub::after { top: -11px; bottom: auto; left: auto; right: -11px; }
  .pass__qr { width: 112px; height: 112px; }
  .pass__code { margin: 0; }
  .done__actions .btn { flex: 1 1 100%; }
  .tombola { padding: 24px 18px; border-radius: 22px; }
  .tombola__head { flex-direction: column; }
  .tombola__icon { margin-bottom: 12px; }
  .tombola .btn { width: 100%; }
  .after { grid-template-columns: minmax(0, 1fr); }

  .page-wizard--short .step__lead { margin-bottom: 24px; }
  .page-wizard--short .wz__layout { padding-top: 26px; }
  /* bilhete compacto: o que inclui passa a lista vertical */
  .page-wizard--short .pick { margin-top: 22px; }
  .page-wizard--short .pick__box { padding: 16px 18px 14px; border-radius: 18px; }
  .page-wizard--short .pick__name { font-size: 25px; }
  .page-wizard--short .pick__price b { font-size: 34px; }
  .page-wizard--short .pick__price small { font-size: 18px; }
  .page-wizard--short .pick__list { display: block; margin-top: 12px; padding-top: 10px; }
  .page-wizard--short .pick__list li { margin-right: 0; padding: 2px 0; font-size: 14px; }
  .form--short .field { margin-bottom: 16px; }
  .input--dob { max-width: none; }
  .step__h2 { margin: 36px 0 14px; font-size: 25px; }
  .q h3 { font-size: 25px; }
  .origem { padding: 20px 18px 10px; }
}

/* --------------------------------------------------------------------------
   O que a maquete não tinha: estados reais (a enviar, erro do servidor, vendas
   fechadas), pagamento com cartão e bilhete por pagar
   -------------------------------------------------------------------------- */
.hp { position: absolute !important; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.btn[disabled], .btn.is-loading { opacity: .6; pointer-events: none; }
.form__error { margin: 16px 0 0; padding: 12px 16px; font-size: 14.5px; font-weight: 500; color: var(--error); background: #fbeceb; border: 1.5px solid var(--error); border-radius: 14px; }
.notice { max-width: 600px; padding: 26px 28px; background: var(--surface); border: 1.5px solid var(--ink); border-radius: 22px; }
.notice h2 { font-weight: 800; font-size: 26px; letter-spacing: -.025em; margin-bottom: 8px; }
.notice p + p { margin-top: 10px; }
.extra { margin-top: 18px; padding-top: 16px; border-top: 1px solid var(--line); }
.extra__q { font-weight: 600; color: var(--ink); }
.extra__actions { display: flex; flex-wrap: wrap; margin: 6px -5px 0; }
.extra__actions .btn { margin: 5px; }
.extra__ok { font-weight: 600; color: var(--ok); }
.notice .extra + p { margin-top: 16px; }

.paymodal__card--card { max-width: 480px; text-align: left; }
.paymodal__card--card h2 { margin-top: 0; }
.cardpay__total { margin: 2px 0 18px; font-size: 15px; color: var(--muted); }
.cardpay__total b { color: var(--ink); }
#cardElement { min-height: 190px; }
.cardpay__error { margin-top: 12px; font-size: 14px; font-weight: 500; color: var(--error); }
.cardpay .btn--block { margin-top: 18px; }
.paymodal__fail { margin-top: 14px; font-size: 15px; font-weight: 500; color: var(--error); }
.paymodal .btn--secondary { margin-top: 16px; }

.pending { max-width: 600px; margin: 0 auto; padding: 34px 30px; text-align: center; background: var(--surface); border: 1.5px solid var(--ink); border-radius: 26px; }
.pending h1 { font-weight: 800; font-size: 34px; font-size: clamp(28px, 3.4vw, 38px); line-height: 1.08; letter-spacing: -.03em; margin: 14px 0 10px; }
.pending .mbref { max-width: 360px; margin-left: auto; margin-right: auto; text-align: left; }
.pending .btn { margin-top: 18px; }
.pending__wait { display: flex; align-items: center; justify-content: center; margin-top: 16px; color: var(--muted); }

@media (max-width: 600px) {
  .notice { padding: 22px 20px; }
  .pending { padding: 28px 20px; border-radius: 22px; }
  .paymodal__card--card { padding: 30px 20px 22px; }
}
