/* =====================================================
   ARENA ORLA 2026 — Vote / Torcidômetro · Check-in
   Prefixo: avt-
   ===================================================== */

body.page-template-page-arena-orla-vote {
    font-family: 'Bricolage Grotesque', sans-serif;
    overflow-x: clip;
    background: #001f6b;
}

/* =====================================================
   SEPARADOR DOURADO — Figma node 298-1745
   ===================================================== */
.avt-sep {
    height: 6px;
    background: #f5a800;
    width: 100%;
}

/* =====================================================
   HERO — Figma node 298-1474
   Grid 2 colunas: conteúdo | lado direito vazio
   ===================================================== */
.avt-layout {
    display: grid;
    grid-template-columns: 1fr 400px;
    align-items: start;
    background: #001a5c;
}

.avt-layout__left {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.avt-hero {
    position: relative;
    background: #002d8d;
    min-height: 465px;
    margin-top: 160px;
}

.avt-hero__bg {
    position: absolute;
    inset: 0;
    background: url('../assets/imagens/hero-bg.jpg') center center / cover no-repeat;
    opacity: 0.25;
    pointer-events: none;
}

.avt-hero__l {
    position: relative;
    z-index: 1;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    padding: 72px 64px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.avt-hero__r {
    position: relative;
    z-index: 0;
}

.avt-hero__eyebrow {
    font-family: 'Bricolage Grotesque', sans-serif;
    font-size: 11px;
    font-weight: 700;
    color: #009b3a;
    letter-spacing: 1.98px;
    text-transform: uppercase;
    line-height: 1;
    margin-bottom: 20px;
}

.avt-hero__titulo {
    display: flex;
    flex-direction: column;
    margin-bottom: 22px;
}

.avt-hero__titulo-linha {
    font-family: 'Anova Pearl', 'Bricolage Grotesque', sans-serif;
    font-size: 76px;
    font-weight: 400;
    line-height: 77px;
    color: #ffffff;
    text-transform: uppercase;
    display: block;
    letter-spacing: 1.68px;
}

.avt-hero__titulo-dourado { color: #f5a800; }

.avt-hero__sub {
    font-family: 'Bricolage Grotesque', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 27.2px;
    color: #ffffff;
    max-width: 400px;
    margin: 0 0 40px;
}

/* ---- Steps ---- */
.avt-steps {
    display: flex;
    align-items: stretch;
}

.avt-step {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 15px 22px 15px 23px;
    background: rgba(255, 255, 255, 0.05);
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    border-left: 1px solid rgba(255, 255, 255, 0.12);
    border-right: none;
}

.avt-step--last {
    border-right: 1px solid rgba(255, 255, 255, 0.12);
}

.avt-step__num {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-family: 'Bricolage Grotesque', sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: #001f6b;
    line-height: 1;
    transition: background 0.25s;
}

.avt-step__num--amber { background: #f5a800; }
.avt-step__num--green { background: #009b3a; color: #ffffff; }

.avt-step__txt {
    display: flex;
    flex-direction: column;
    font-family: 'Bricolage Grotesque', sans-serif;
    font-size: 10px;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.9);
    letter-spacing: 0.7px;
    text-transform: uppercase;
    line-height: 14px;
    white-space: nowrap;
}

/* Quando passo concluído — círculos âmbar viram verdes */
.avt-step--done .avt-step__num--amber {
    background: #009b3a;
    color: #ffffff;
}

/* =====================================================
   BODY — Figma node 298-1561
   Grid 2 colunas: lista | formulário
   ===================================================== */
.avt-body {
    flex: 1;
    background: #001a5c;
    min-height: 680px;
}

/* ---- Lista de quiosques ---- */
.avt-body__lista {
    border-right: 1px solid rgba(255, 255, 255, 0.07);
    padding: 52px 64px 80px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.avt-col-label {
    font-family: 'Bricolage Grotesque', sans-serif;
    font-size: 10px;
    font-weight: 800;
    color: #009b3a;
    letter-spacing: 1.6px;
    text-transform: uppercase;
    line-height: 1;
}

.avt-col-title {
    font-family: 'Anova Pearl', 'Bricolage Grotesque', sans-serif;
    font-size: 40px;
    font-weight: 400;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    line-height: normal;
    margin: 0;
}

.avt-col-title-dourado { color: #f5a800; }

/* ---- Grupos de filtro ---- */
.avt-filtro-grupo {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding-top: 20px;
}

.avt-filtro-grupo + .avt-filtro-grupo {
    padding-top: 12px;
}

/* ---- Filter chips ---- */
.avt-filtros {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.avt-fchip {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 15px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    background: transparent;
    color: rgba(255, 255, 255, 0.8);
    font-family: 'Bricolage Grotesque', sans-serif;
    font-size: 11px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 0.66px;
    cursor: pointer;
    border-radius: 2px;
    white-space: nowrap;
    transition: background .15s, border-color .15s, color .15s;
}

.avt-fchip:hover {
    background: rgba(255, 255, 255, 0.08);
    color: #ffffff;
}

.avt-fchip--ativo {
    background: #f5a800;
    border-color: #f5a800;
    color: #001f6b;
}

.avt-fchip--ativo:hover {
    filter: brightness(0.95);
}

.avt-filtros-jogos { padding-top: 0; }

.avt-filtros__label {
    font-family: 'Bricolage Grotesque', sans-serif;
    font-size: 11px;
    font-weight: 700;
    line-height: 13.2px;
    color: rgba(255, 255, 255, 0.77);
    letter-spacing: 1.54px;
    text-transform: uppercase;
}

/* ---- Quiosque list ---- */
.avt-qlist {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding-top: 16px;
}

/* ---- Quiosque card — Figma node 298-1582 ---- */
.avt-qcard {
    display: grid;
    grid-template-columns: 84px 1fr 50px;
    min-height: 90px;
    background: #ffffff;
    border-radius: 4px;
    overflow: hidden;
    border: 3px solid transparent;
    cursor: pointer;
    transition: border-color .18s, box-shadow .18s;
    outline: none;
}

.avt-qcard:hover {
    border-color: rgba(245, 168, 0, 0.45);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
}

.avt-qcard:focus-visible {
    border-color: #f5a800;
    box-shadow: 0 0 0 2px rgba(245, 168, 0, 0.5);
}

.avt-qcard--selected {
    border-color: #f5a800;
    box-shadow: 0 4px 24px rgba(245, 168, 0, 0.28);
}

.avt-qcard__img-wrap {
    width: 84px;
    height: 84px;
    overflow: hidden;
    flex-shrink: 0;
    background: #c8d5ee;
}

.avt-qcard__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.avt-qcard__body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 17px 16px;
    gap: 2px;
    overflow: hidden;
    min-width: 0;
}

.avt-qb__praia {
    font-family: 'Bricolage Grotesque', sans-serif;
    font-size: 9px;
    font-weight: 800;
    color: #009b3a;
    text-transform: uppercase;
    letter-spacing: 0.9px;
    line-height: 1;
    display: block;
}

.avt-qb__nome {
    font-family: 'Anova Pearl', 'Bricolage Grotesque', sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #001f6b;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    line-height: normal;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.avt-qb__desc {
    font-family: 'Bricolage Grotesque', sans-serif;
    font-size: 11px;
    font-weight: 400;
    color: #6070a0;
    line-height: 1;
    display: block;
}

/* Check column — âmbar, invisível por padrão */
.avt-qcard__ck {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    background: #f5a800;
    opacity: 0;
    transition: opacity .18s;
    flex-shrink: 0;
}

.avt-qcard--selected .avt-qcard__ck {
    opacity: 1;
}

/* =====================================================
   FORMULÁRIO — Figma node 298-1717
   Coluna direita sticky
   ===================================================== */
.avt-body__form {
    background: #002080;
    display: flex;
    flex-direction: column;
    position: sticky;
    top: 166px;
    height: calc(100vh - 166px);
    overflow-y: auto;
    transition: top .35s ease, height .35s ease;
}

body.ao-scrolled .avt-body__form {
    top: 76px;
    height: calc(100vh - 76px);
}

/* ---- Estados do painel lateral ---- */

/* idle: aguardando seleção */
.avt-f-idle {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 20px 24px 21px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    flex-shrink: 0;
}

/* voting: spinner enquanto registra */
.avt-f-voting {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 16px;
    padding: 48px 24px;
    flex: 1;
}

.avt-f-voting__spinner {
    width: 36px;
    height: 36px;
    border: 3px solid rgba(255,255,255,0.15);
    border-top-color: #f5a800;
    border-radius: 50%;
    animation: avt-spin 0.7s linear infinite;
}

@keyframes avt-spin { to { transform: rotate(360deg); } }

.avt-f-voting__txt {
    font-family: 'Bricolage Grotesque', sans-serif;
    font-size: 14px;
    color: rgba(255,255,255,0.7);
    margin: 0;
}

/* success: check-in realizado */
.avt-f-success {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 28px 24px 0;
    flex: 1;
    gap: 0;
}

.avt-f-success__icon {
    margin-bottom: 14px;
}

.avt-f-success__label {
    font-family: 'Anova Pearl', 'Bricolage Grotesque', sans-serif;
    font-size: 11px;
    font-weight: 400;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #22c55e;
    margin: 0 0 6px;
}

.avt-f-success__quiosque {
    font-family: 'Bricolage Grotesque', sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #ffffff;
    margin: 0 0 24px;
    line-height: 1.2;
}

/* opt-in */
.avt-f-optin {
    width: 100%;
    border-top: 1px solid rgba(255,255,255,0.08);
    padding-top: 20px;
}

.avt-f-optin__pergunta {
    font-family: 'Bricolage Grotesque', sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #ffffff;
    margin: 0 0 14px;
    line-height: 1.4;
}

.avt-f-optin__btns {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
}

.avt-f-optin__sim,
.avt-f-optin__nao {
    width: 100%;
    padding: 14px 20px;
    border-radius: 4px;
    border: none;
    cursor: pointer;
    font-family: 'Anova Pearl', 'Bricolage Grotesque', sans-serif;
    font-size: 15px;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    transition: filter .15s;
}

.avt-f-optin__sim {
    background: #f5a800;
    color: #ffffff;
}

.avt-f-optin__sim:hover { filter: brightness(0.92); }

.avt-f-optin__nao {
    background: rgba(255,255,255,0.07);
    color: rgba(255,255,255,0.6);
}

.avt-f-optin__nao:hover { background: rgba(255,255,255,0.12); }

/* formulário de contato (após aceitar opt-in) */
.avt-f-contact {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding-top: 4px;
}

/* ---- legado: hint "Selecione um quiosque" (mantido para compatibilidade) ---- */
.avt-f-sel {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 20px 24px 21px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    flex-shrink: 0;
}

.avt-f-dot {
    width: 8px;
    height: 8px;
    border-radius: 4px;
    background: #f5a800;
    flex-shrink: 0;
    transition: background 0.2s;
}

.avt-f-dot--active { background: #009b3a; }

.avt-f-sel-txt {
    font-family: 'Bricolage Grotesque', sans-serif;
    font-size: 13px;
    font-weight: 400;
    color: #ffffff;
    line-height: 1;
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Form body */
.avt-f-body {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.avt-f-section {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 28px 24px 0;
    margin-bottom: 6px;
}

.avt-f-section-lbl {
    font-family: 'Bricolage Grotesque', sans-serif;
    font-size: 10px;
    font-weight: 800;
    color: #ffffff;
    letter-spacing: 1.6px;
    text-transform: uppercase;
    white-space: nowrap;
    line-height: 1;
}

.avt-f-section-line {
    flex: 1;
    height: 1px;
    background: rgba(255, 255, 255, 0.06);
    min-width: 0;
}

.avt-f-grp {
    display: flex;
    flex-direction: column;
    gap: 7px;
    padding: 14px 24px 0;
}

.avt-f-lbl {
    font-family: 'Bricolage Grotesque', sans-serif;
    font-size: 10px;
    font-weight: 800;
    color: #ffffff;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    line-height: 1;
    cursor: pointer;
}

.avt-f-opt {
    font-weight: 600;
    letter-spacing: 0.6px;
    text-transform: none;
    opacity: 0.55;
}

.avt-f-inp {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 4px;
    padding: 14px 16px;
    font-family: 'Bricolage Grotesque', sans-serif;
    font-size: 15px;
    font-weight: 500;
    color: #ffffff;
    line-height: 1;
    width: 100%;
    box-sizing: border-box;
    outline: none;
    transition: border-color .15s, background .15s;
    -webkit-appearance: none;
}

.avt-f-inp::placeholder {
    color: rgba(255, 255, 255, 0.6);
}

.avt-f-inp:focus {
    border-color: #f5a800;
    background: rgba(255, 255, 255, 0.08);
}

.avt-body--selecionado .avt-f-inp {
    border-color: #f5a800;
}

.avt-f-hint-txt {
    font-family: 'Bricolage Grotesque', sans-serif;
    font-size: 10px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.6);
    line-height: 15.5px;
    margin: 0;
}

.avt-f-divider {
    height: 1px;
    background: rgba(255, 255, 255, 0.06);
    margin: 20px 24px 0;
}

.avt-f-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 16px 24px 0;
    padding: 17px;
    border-radius: 4px;
    border: none;
    cursor: not-allowed;
    background: rgba(255, 255, 255, 0.06);
    font-family: 'Anova Pearl', 'Bricolage Grotesque', sans-serif;
    font-size: 17px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.18);
    text-transform: uppercase;
    letter-spacing: 1.36px;
    white-space: nowrap;
    transition: background .18s, color .18s, filter .18s;
    width: calc(100% - 48px);
    box-sizing: border-box;
}

.avt-f-btn--active {
    background: #f5a800;
    color: #ffffff;
    cursor: pointer;
}

.avt-f-btn--active:hover {
    filter: brightness(0.93);
}

.avt-f-note {
    font-family: 'Bricolage Grotesque', sans-serif;
    font-size: 10px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.16);
    text-align: center;
    line-height: 16px;
    margin: 12px 24px 24px;
}

.avt-f-error {
    font-family: 'Bricolage Grotesque', sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #ffffff;
    text-align: left;
    line-height: 20px;
    margin: 10px 24px 0;
    padding: 10px 14px;
    background: rgba(220, 50, 50, 0.85);
    border-left: 3px solid #ff4444;
    border-radius: 4px;
}

/* =====================================================
   MODAL CHECK-IN CONFIRMADO — Figma node 298:1746
   Prefixo: avc-
   ===================================================== */
.avc-page {
    display: flex;
    flex-direction: column;
    min-height: calc(100vh - 6px);
}

/* ---- Nav ---- */
.avc-nav {
    height: 64px;
    background: #009b3a;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 40px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    flex-shrink: 0;
}

.avc-nav__logo img {
    height: 36px;
    width: auto;
    display: block;
}

.avc-nav__voltar {
    font-family: 'Bricolage Grotesque', sans-serif;
    font-size: 12px;
    font-weight: 700;
    color: #ffffff;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    padding: 10px 20px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 4px;
    transition: background .15s, border-color .15s;
    white-space: nowrap;
}

.avc-nav__voltar:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: #ffffff;
}

/* ---- Body grid ---- */
.avc-body {
    flex: 1;
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: 0;
}

/* ---- Left column (green) ---- */
.avc-l {
    background: #009b3a;
    padding: 80px 64px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 28px;
}

.avc-check {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, 0.25);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.avc-titulo {
    display: flex;
    flex-direction: column;
    margin: 0;
    gap: 4px;
}

.avc-titulo__top {
    font-family: 'Anova Pearl', 'Bricolage Grotesque', sans-serif;
    font-size: 72px;
    font-weight: 400;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 0.9;
    display: block;
}

.avc-titulo__bot {
    font-family: 'Anova Pearl', 'Bricolage Grotesque', sans-serif;
    font-size: 72px;
    font-weight: 400;
    color: #f5a800;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 0.9;
    display: block;
}

.avc-sub {
    font-family: 'Bricolage Grotesque', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.85);
    line-height: 1.7;
    margin: 0;
    max-width: 420px;
}

.avc-btns {
    display: flex;
    flex-direction: row;
    gap: 12px;
}

.avc-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px 24px;
    border-radius: 4px;
    font-family: 'Anova Pearl', 'Bricolage Grotesque', sans-serif;
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: filter .15s, background .15s, border-color .15s;
}

.avc-btn--white {
    background: #ffffff;
    color: #009b3a;
}

.avc-btn--white:hover { filter: brightness(0.95); }

.avc-btn--outline {
    background: transparent;
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.55);
}

.avc-btn--outline:hover {
    background: rgba(255, 255, 255, 0.1);
    color: #001a5c;
    border-color: #ffffff;
}

/* ---- Right column (dark blue) ---- */
.avc-r {
    background: #001a5c;
    padding: 110px 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.avc-resumo {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 480px;
}

.avc-resumo__label {
    font-family: 'Bricolage Grotesque', sans-serif;
    font-size: 10px;
    font-weight: 800;
    color: #009b3a;
    text-transform: uppercase;
    letter-spacing: 1.6px;
    line-height: 1;
    margin-bottom: 36px;
}

/* ---- Data rows ---- */
.avc-rows {
    display: flex;
    flex-direction: column;
    margin-bottom: 44px;
}

.avc-row {
    display: flex;
    flex-direction: row;
    align-items: baseline;
    justify-content: space-between;
    padding: 19px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.avc-row--first {
    border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.avc-row__key {
    font-family: 'Bricolage Grotesque', sans-serif;
    font-size: 11px;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.8);
    text-transform: uppercase;
    letter-spacing: 1.1px;
    line-height: 1;
    flex-shrink: 0;
}

.avc-row__val {
    font-family: 'Bricolage Grotesque', sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
    line-height: 1;
    text-align: right;
}

.avc-row__val--amber {
    font-family: 'Anova Pearl', 'Bricolage Grotesque', sans-serif;
    font-size: 22px;
    font-weight: 400;
    color: #f5a800;
    text-transform: uppercase;
    letter-spacing: 0.66px;
}

/* ---- Placar card ---- */
.avc-placar {
    display: grid;
    grid-template-columns: 1fr 144px;
    height: 146px;
    border-radius: 4px;
    overflow: hidden;
}

.avc-placar__l {
    background: #f5a800;
    padding: 28px 32px;
    display: flex;
    flex-direction: column;
    gap: 5px;
    justify-content: center;
    min-width: 0;
}

.avc-placar__lbl {
    font-family: 'Bricolage Grotesque', sans-serif;
    font-size: 10px;
    font-weight: 800;
    color: rgba(0, 31, 107, 0.5);
    text-transform: uppercase;
    letter-spacing: 1.2px;
    line-height: 1;
}

.avc-placar__count {
    font-family: 'Anova Pearl', 'Bricolage Grotesque', sans-serif;
    font-size: 54px;
    font-weight: 400;
    color: #001f6b;
    line-height: 54px;
    letter-spacing: 1.08px;
}

.avc-placar__unit {
    font-family: 'Bricolage Grotesque', sans-serif;
    font-size: 11px;
    font-weight: 700;
    color: rgba(0, 31, 107, 0.45);
    text-transform: uppercase;
    letter-spacing: 0.77px;
    line-height: 1;
}

.avc-placar__r {
    background: #001f6b;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 41px 0;
}

.avc-placar__pos {
    font-family: 'Anova Pearl', 'Bricolage Grotesque', sans-serif;
    font-size: 48px;
    font-weight: 400;
    color: #f5a800;
    line-height: 48px;
    letter-spacing: 0.96px;
    white-space: nowrap;
}

.avc-placar__pos-sub {
    font-family: 'Bricolage Grotesque', sans-serif;
    font-size: 9px;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.8);
    text-transform: uppercase;
    letter-spacing: 0.9px;
    line-height: 1;
    white-space: nowrap;
}

/* =====================================================
   RESPONSIVO
   ===================================================== */
/* ---- Backdrop mobile ---- */
.avt-form-backdrop {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.55);
    z-index: 998;
    opacity: 0;
    pointer-events: none;
    transition: opacity .3s ease;
}

.avt-form-backdrop.avt-form-backdrop--visible {
    opacity: 1;
    pointer-events: auto;
}

/* ---- Botão fechar (oculto no desktop) ---- */
.avt-form-close {
    display: none;
}

@media (max-width: 1100px) {
    .avt-layout {
        grid-template-columns: 1fr;
    }

    .avt-hero { margin-top: 90px; }
    .avt-hero__l { border-right: none; }

    .avt-form-backdrop { display: block; }

    .avt-form-close {
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        top: 16px;
        right: 16px;
        width: 36px;
        height: 36px;
        background: rgba(255, 255, 255, 0.1);
        border: none;
        border-radius: 50%;
        color: #ffffff;
        cursor: pointer;
        flex-shrink: 0;
        z-index: 1;
    }

    .avt-body__form {
        position: fixed;
        top: 50%;
        left: 50%;
        bottom: initial;
        right: auto;
        width: calc(100% - 32px);
        max-width: 420px;
        height: auto;
        max-height: 85vh;
        border-radius: 12px;
        z-index: 999;
        opacity: 0;
        visibility: hidden;
        transform: translate(-50%, -50%) scale(0.96);
        transition: opacity .25s ease, visibility .25s ease, transform .25s ease;
        overflow-y: auto;
    }

    .avt-body__form.avt-form--modal {
        opacity: 1;
        visibility: visible;
        transform: translate(-50%, -50%) scale(1);
    }

    body.ao-scrolled .avt-body__form {
        top: 50%;
        height: auto;
    }
    .avt-body__lista {
        border-right: none;
        padding: 40px 32px 48px;
    }
}

@media (max-width: 768px) {
    .avt-hero__l { padding: 120px 24px 56px; }
    .avt-hero__titulo-linha { font-size: 52px; line-height: 54px; }
    .avt-hero__sub { font-size: 15px; }
    .avt-steps { flex-wrap: wrap; gap: 1px; }
    .avt-step { border: 1px solid rgba(255, 255, 255, 0.12); }
    .avt-col-title { font-size: 30px; }
    .avt-body__lista { padding: 32px 16px 40px; }
}

@media (max-width: 480px) {
    .avt-hero__titulo-linha { font-size: 40px; line-height: 42px; }
    .avt-hero__sub { font-size: 14px; }
    .avt-qcard { grid-template-columns: 72px 1fr 44px; }
    .avt-qcard__img-wrap { width: 72px; height: 72px; }
    .avt-qcard__ck { width: 44px; }
}

/* ---- Página confirmação — responsivo ---- */
@media (max-width: 900px) {
    .avc-body { grid-template-columns: 1fr; }
    .avc-l { padding: 60px 32px; }
    .avc-r { padding: 60px 32px; }
}

@media (max-width: 600px) {
    .avc-nav { padding: 0 20px; }
    .avc-nav__voltar { font-size: 11px; padding: 8px 14px; }
    .avc-titulo__top,
    .avc-titulo__bot { font-size: 52px; }
    .avc-l { padding: 48px 20px; gap: 20px; }
    .avc-r { padding: 48px 20px; }
    .avc-placar { grid-template-columns: 1fr 110px; }
    .avc-placar__l { padding: 20px; }
    .avc-placar__count { font-size: 44px; line-height: 44px; }
    .avc-btn { font-size: 13px; }
}

/* =====================================================
   BUSCA — campo de pesquisa por nome do quiosque
   ===================================================== */
.avt-busca {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 360px;
}
.avt-busca__icon {
    position: absolute;
    left: 15px;
    width: 17px;
    height: 17px;
    color: rgba(255, 255, 255, 0.8);
    pointer-events: none;
}
.avt-busca__input {
    width: 100%;
    padding: 10px 16px 10px 42px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 999px;
    background: transparent;
    color: #ffffff;
    font-family: 'Bricolage Grotesque', sans-serif;
    font-size: 13px;
    font-weight: 600;
    line-height: 1;
    outline: none;
    transition: box-shadow .15s, border-color .15s;
    -webkit-appearance: none;
    appearance: none;
}
.avt-busca__input::placeholder { color: rgba(255, 255, 255, 0.55); font-weight: 500; }
.avt-busca__input:focus {
    border-color: #f5a800;
    box-shadow: 0 0 0 3px rgba(245, 168, 0, 0.25);
}
