/* =========================================================
   APP.CSS - Guarapari Guide v25.1
   CSS completo carregado assincronamente
   ========================================================= */

/* =========================================================
   SEARCH - Comportamentos adicionais
========================================================= */
.ggp-v25-search-form {
    display: flex;
    align-items: center;
    width: 100%;
    border-radius: var(--ggp25-radius-input);
    overflow: hidden;
    transition: border-color var(--ggp25-transition), box-shadow var(--ggp25-transition);
}
.ggp-v25-search-form input[type="search"] {
    flex: 1;
    min-width: 0;
    border: 0;
    outline: 0;
    background: transparent;
    box-shadow: none;
    padding: 0 16px;
    color: #344054;
    font-size: 15px;
    font-weight: 420;
    letter-spacing: -0.01em;
    font-family: inherit;
    height: 52px;
}
.ggp-v25-search-form input[type="search"]::placeholder {
    color: #98A2B3;
    opacity: 1;
    font-weight: 400;
}
.ggp-v25-search-btn {
    min-width: 52px;
    width: 52px;
    height: 52px;
    border: 0;
    border-radius: 0;
    background: var(--ggp25-ink);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background var(--ggp25-transition);
}
.ggp-v25-search-btn:hover {
    background: var(--ggp25-ink-light);
}
.ggp-v25-search-btn svg {
    width: 18px;
    height: 18px;
    stroke-width: 2;
}

/* =========================================================
   CARDS - Interações
========================================================= */
.ggp-v25-card-image img {
    transition: transform var(--ggp25-transition);
}
.ggp-v25-card:hover .ggp-v25-card-image img {
    transform: scale(1.03);
}

/* Card grande (apenas Recomendados) - Agora realmente maior */
.ggp-v25-card-large .ggp-v25-card-body h3 {
    font-size: 16px;
}
.ggp-v25-card-large .ggp-v25-card-body p {
    font-size: 13px;
}
.ggp-v25-card-large .ggp-v25-card-image {
    aspect-ratio: 16 / 9;
}

/* =========================================================
   ALL BUTTON
========================================================= */
.ggp-v25-all-button {
    width: 100%;
    min-height: 40px;
    margin-top: 4px;
    border-radius: var(--ggp25-radius-interactive);
    background: var(--ggp25-ink);
    color: #fff;
    border: 1px solid var(--ggp25-ink);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 500;
    transition: all var(--ggp25-transition);
}
.ggp-v25-all-button:hover {
    background: var(--ggp25-ink-light);
}

/* =========================================================
   EMPTY STATE
========================================================= */
.ggp-v25-empty-state {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 28px 16px;
    background: var(--ggp25-soft);
    border-radius: var(--ggp25-radius-card);
    border: 1px dashed var(--ggp25-line-alt);
    gap: 4px;
    text-align: center;
}
.ggp-v25-empty-icon {
    font-size: 20px;
    opacity: 0.4;
}
.ggp-v25-empty-state p {
    margin: 0;
    color: #98A2B3;
    font-size: 13px;
    font-weight: 400;
}
.ggp-v25-empty-cta {
    display: inline-block;
    margin-top: 4px;
    padding: 6px 16px;
    border-radius: var(--ggp25-radius-interactive);
    background: var(--ggp25-ink);
    color: #fff !important;
    font-size: 12px;
    font-weight: 500;
    transition: all var(--ggp25-transition);
}
.ggp-v25-empty-cta:hover {
    background: var(--ggp25-ink-light);
}

/* =========================================================
   BUSINESS CTA - Editorial
========================================================= */
.ggp-v25-business-cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0;
    margin: 8px 0 48px;
    border-top: 1px solid var(--ggp25-line);
    border-bottom: 1px solid var(--ggp25-line);
}
.ggp-v25-business-cta-text {
    font-size: 15px;
    font-weight: 450;
    color: var(--ggp25-text);
    letter-spacing: -.02em;
}
.ggp-v25-business-cta-text strong {
    font-weight: 620;
}
.ggp-v25-business-cta-link {
    font-size: 14px;
    font-weight: 500;
    color: var(--ggp25-ink);
    white-space: nowrap;
    transition: transform var(--ggp25-transition);
}
.ggp-v25-business-cta-link:hover {
    transform: translateX(4px);
}
.ggp-v25-business-cta-link svg {
    width: 14px;
    height: 14px;
    margin-left: 4px;
    vertical-align: middle;
}

/* =========================================================
   FINAL CTA
========================================================= */
.ggp-v25-final {
    padding: 56px 0 8px;
    text-align: center;
    border-top: 1px solid var(--ggp25-line);
}
.ggp-v25-final-title {
    max-width: 520px;
    margin: 0 auto 28px;
    color: var(--ggp25-text);
    font-size: clamp(24px, 3vw, 38px);
    font-weight: 640;
    line-height: 1.12;
    letter-spacing: -.035em;
}
.ggp-v25-btn-primary {
    min-height: 44px;
    padding: 0 32px;
    border-radius: var(--ggp25-radius-interactive);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 500;
    background: var(--ggp25-ink);
    color: #fff;
    border: none;
    transition: all var(--ggp25-transition);
}
.ggp-v25-btn-primary:hover {
    background: var(--ggp25-ink-light);
}

/* =========================================================
   RESPONSIVO COMPLETO
========================================================= */
@media (min-width: 769px) {
    .ggp-v25-featured .ggp-v25-cards,
    .ggp-v25-section:not(.ggp-v25-featured) .ggp-v25-cards {
        grid-auto-flow: row;
        grid-auto-columns: initial;
        grid-template-columns: repeat(4, minmax(0,1fr));
        overflow: visible;
        scroll-snap-type: none;
        gap: 16px;
        padding: 0;
    }
    .ggp-v25-card-body h3 {
        font-size: 14px;
    }
    .ggp-v25-card-body p {
        font-size: 12.5px;
    }
    .ggp-v25-card-large .ggp-v25-card-body h3 {
        font-size: 16px;
    }
    .ggp-v25-card-large .ggp-v25-card-body p {
        font-size: 13.5px;
    }
    .ggp-v25-final {
        padding: 64px 0 8px;
    }
    .ggp-v25-business-cta {
        padding: 24px 0;
        margin-bottom: 56px;
    }
    .ggp-v25-hero-search .ggp-v25-search-form {
        height: 56px;
    }
    .ggp-v25-hero-search .ggp-v25-search-form input[type="search"] {
        height: 56px;
        font-size: 16px;
    }
    .ggp-v25-hero-search .ggp-v25-search-btn {
        height: 56px;
        width: 56px;
        min-width: 56px;
    }
    .ggp-v25-hero-search .ggp-v25-search-btn svg {
        width: 20px;
        height: 20px;
    }
}

@media (max-width: 430px) {
    .ggp-v25-hero-search .ggp-v25-search-form input[type="search"] {
        height: 46px;
        font-size: 14px;
        padding: 0 14px;
    }
    .ggp-v25-hero-search .ggp-v25-search-btn {
        height: 46px;
        width: 46px;
        min-width: 46px;
    }
    .ggp-v25-hero-search .ggp-v25-search-btn svg {
        width: 16px;
        height: 16px;
    }
    .ggp-v25-business-cta {
        flex-direction: column;
        gap: 8px;
        align-items: flex-start;
        padding: 16px 0;
        margin-bottom: 32px;
    }
    .ggp-v25-business-cta-text {
        font-size: 14px;
    }
    .ggp-v25-final-actions {
        width: 100%;
    }
    .ggp-v25-btn-primary {
        width: 100%;
    }
    .ggp-v25-card-large .ggp-v25-card-body h3 {
        font-size: 14px;
    }
    .ggp-v25-card-large .ggp-v25-card-body p {
        font-size: 12px;
    }
}

/* =========================================================
   ACESSIBILIDADE
========================================================= */
@media (prefers-reduced-motion: reduce) {
    * {
        animation-duration: 0.01ms !important;
        transition-duration: 0.01ms !important;
    }
}
.ggp-v25-card:focus-visible,
.ggp-v25-shortcut:focus-visible,
.ggp-v25-all-button:focus-visible,
.ggp-v25-btn-primary:focus-visible,
.ggp-v25-empty-cta:focus-visible,
.ggp-v25-business-cta-link:focus-visible,
.ggp-v25-hero-cta:focus-visible {
    outline: 2px solid #0A5ED9;
    outline-offset: 2px;
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
}