/* =====================================================
   ARENA ORLA 2026 — Todos os Quiosques
   Prefixo: atq-
   ===================================================== */

body.page-template-page-arena-orla-todos-os-quiosques {
    font-family: 'Bricolage Grotesque', sans-serif;
    overflow-x: hidden;
    background: #002f7e;
}

/* =====================================================
   NAV — faixa sólida em fluxo; sticky (fixa) só ao rolar
   (nas internas o nav não é overlay transparente como na landing)
   ===================================================== */
body.page-template-page-arena-orla-todos-os-quiosques .ao-nav {
    position: fixed;
    top: 0;
    background: #002f7e;
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

/* =====================================================
   HERO — Figma node 226-2992
   ===================================================== */
.atq-hero {
    position: relative;
    min-height: 465px;
    margin-top: 125px;
    background-color: #002f7e;
    overflow: hidden;
}

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

.atq-hero__inner {
    position: relative;
    z-index: 2;
    max-width: 1358px;
    margin: 0 auto;
    padding: 68px 40px 72px;
}

.atq-hero__texto { max-width: 560px; }

.atq-hero__titulo {
    display: flex;
    flex-direction: column;
    margin-bottom: 12px;
}

.atq-hero__titulo-branco,
.atq-hero__titulo-dourado {
    font-family: 'Anova Pearl', 'Bricolage Grotesque', sans-serif;
    font-size: 75px;
    font-weight: 400;
    line-height: 67px;
    display: block;
    text-transform: uppercase;
    letter-spacing: 1.92px;
}

.atq-hero__titulo-branco { color: #ffffff; }
.atq-hero__titulo-dourado { color: #f5a800; }

.atq-hero__sub1 {
    font-family: 'Bricolage Grotesque', sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 27.2px;
    color: rgba(255, 255, 255, 0.91);
    margin: 0;
}

.atq-hero__sub2 {
    font-family: 'Bricolage Grotesque', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 27.2px;
    color: rgba(255, 255, 255, 0.91);
    margin: 0 0 40px;
    max-width: 520px;
}

.atq-hero__cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 260px;
    height: 66px;
    background: #fbb300;
    color: #003d7e !important;
    font-family: 'Anova Pearl', 'Bricolage Grotesque', sans-serif;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: .5px;
    text-decoration: none;
    white-space: nowrap;
    box-shadow: inset 0 -1.275px 0 5px #d09500;
    transition: filter .18s, transform .18s;
    flex-shrink: 0;
}

.atq-hero__cta:hover { filter: brightness(.93); transform: translateY(-1px); }

/* =====================================================
   FILTROS — Figma node 226-3257
   ===================================================== */
.atq-filtros {
    position: sticky;
    top: 76px;
    z-index: 90;
    background: #002f7e;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    min-height: 110px;
}

.atq-filtros__inner {
    max-width: 1440px;
    margin: 0 auto;
    padding: 20px 48px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
    height: 100%;
}

.atq-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;
}

.atq-filtros__chips {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
}

.atq-chip {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 9px 19px;
    border: 1px solid rgba(255, 255, 255, 0.20);
    background: transparent;
    color: rgba(255, 255, 255, 0.77);
    font-family: 'Bricolage Grotesque', sans-serif;
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 0.78px;
    cursor: pointer;
    white-space: nowrap;
    transition: background .18s, border-color .18s, color .18s;
}

.atq-chip:hover {
    background: rgba(255, 255, 255, 0.10);
    color: #ffffff;
}

.atq-chip--ativo,
.atq-chip.atq-chip--ativo {
    background: #f5a800;
    border-color: #f5a800;
    color: #002f7e;
}


/* =====================================================
   SEÇÃO GRID — Figma node 227-2610
   ===================================================== */
.atq-grid-section {
    background: #002f7e;
    padding: 56px 0 80px;
}

.atq-grid-wrap {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 48px;
    display: flex;
    flex-direction: column;
    gap: 36px;
}

.atq-grid__meta {
    font-family: 'Bricolage Grotesque', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: rgba(255, 255, 255, 0.77);
}

.atq-grid__meta strong {
    color: #ffffff;
    font-weight: 600;
}

.atq-cards {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

/* =====================================================
   CARD — Figma node 227-2855
   ===================================================== */
.atq-card {
    background: #ffffff;
    border-radius: 4px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    text-decoration: none;
    color: inherit;
    transition: transform .25s ease, box-shadow .25s ease;
}

.atq-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 40px rgba(0, 0, 0, .30);
}

.atq-card__img-wrap {
    position: relative;
    height: 179px;
    overflow: hidden;
    flex-shrink: 0;
}

.atq-card__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    background: linear-gradient(135deg, #e8eef8 0%, #c8d4ee 100%);
}

.atq-card__badge {
    position: absolute;
    top: 12px;
    left: 12px;
    background: #f5a800;
    color: #002f7e;
    font-family: 'Bricolage Grotesque', sans-serif;
    font-size: 10px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    padding: 5px 11px;
    border-radius: 2px;
}

.atq-card__body {
    padding: 20px 20px 20px;
    display: flex;
    flex-direction: column;
    flex: 1;
}

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

.atq-card__nome {
    font-family: 'Bricolage Grotesque', sans-serif;
    font-size: 18px;
    font-weight: 800;
    line-height: 20.7px;
    color: #002f7e;
    text-transform: uppercase;
    letter-spacing: -0.18px;
    margin: 0 0 10px;
}

.atq-card__desc {
    font-family: 'Bricolage Grotesque', sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 21.45px;
    color: #4a5568;
    flex: 1;
    margin: 0 0 20px;
}

.atq-card__cta {
    display: block;
    width: 100%;
    padding: 14px 0;
    background: #f5a800;
    color: #002f7e;
    font-family: 'Anova Pearl', 'Bricolage Grotesque', sans-serif;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1px;
    text-align: center;
    text-transform: uppercase;
    transition: filter .18s, transform .18s;
    margin-top: auto;
}

.atq-card:hover .atq-card__cta {
    filter: brightness(.93);
}

.atq-card__footer {
    display: flex;
    align-items: center;
    gap: 8px;
    border-top: 1px solid #e8ecf4;
    padding: 15px 0 20px;
    margin-top: 20px;
}

.atq-card__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    flex: 1;
    min-width: 0;
}

.atq-card__tag {
    background: #eef2fb;
    color: #002f7e;
    font-family: 'Bricolage Grotesque', sans-serif;
    font-size: 10px;
    font-weight: 600;
    line-height: 1;
    padding: 3px 8px;
    border-radius: 2px;
    white-space: nowrap;
}

.atq-card__seta {
    font-size: 16px;
    font-weight: 700;
    color: #002f7e;
    flex-shrink: 0;
    line-height: 1;
}

/* =====================================================
   RESPONSIVO
   ===================================================== */
@media (max-width: 1200px) {
    .atq-cards { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 900px) {
    .atq-hero        { min-height: 0; margin-top: 90px; }
    .atq-hero__titulo-branco,
    .atq-hero__titulo-dourado { font-size: 52px; line-height: 50px; }
    .atq-hero__sub1  { font-size: 17px; }
    .atq-hero__sub2  { font-size: 16px; }
    .atq-hero__cta   { width: 100%; max-width: 280px; }
    .atq-hero__inner { padding: 48px 24px 56px; }

    .atq-filtros__inner { padding: 16px 24px; }
    .atq-grid-wrap { padding: 0 24px; }

    .atq-cards { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 600px) {
    .atq-hero__titulo-branco,
    .atq-hero__titulo-dourado { font-size: 40px; line-height: 40px; }
    .atq-hero__inner  { padding: 40px 16px 48px; }
    .atq-hero__cta    { width: 100%; }

    .atq-filtros__inner { padding: 12px 16px; }
    .atq-chip           { font-size: 11px; padding: 8px 12px; }
    .atq-grid-wrap      { padding: 0 16px; }

    .atq-cards { grid-template-columns: 1fr; }
}

/* =====================================================
   BUSCA — campo de pesquisa por nome do quiosque
   ===================================================== */
.atq-busca {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 380px;
    margin-bottom: 4px;
}
.atq-busca__icon {
    position: absolute;
    left: 16px;
    width: 18px;
    height: 18px;
    color: rgba(255, 255, 255, 0.77);
    pointer-events: none;
}
.atq-busca__input {
    width: 100%;
    padding: 11px 18px 11px 44px;
    border: 1px solid rgba(255, 255, 255, 0.20);
    border-radius: 999px;
    background: transparent;
    color: #ffffff;
    font-family: 'Bricolage Grotesque', sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    outline: none;
    transition: box-shadow .18s, border-color .18s;
    -webkit-appearance: none;
    appearance: none;
}
.atq-busca__input::placeholder { color: rgba(255, 255, 255, 0.55); font-weight: 500; }
.atq-busca__input:focus {
    border-color: #f5a800;
    box-shadow: 0 0 0 3px rgba(245, 168, 0, 0.25);
}
.atq-busca__input::-webkit-search-cancel-button { cursor: pointer; }
