/* ===================================
   BLOG PAGE
   It! Wheel - Página Blog / Notícias
   =================================== */


/* =============================================
   GRADIENT BACKGROUND WRAPPER
   ============================================= */
body:not(.is-home) {
    background-color: #EEF7F8;
}

.blog-gradient-wrapper {
    position: relative;
    background: linear-gradient(180deg, #C6EBF6 0%, #EEF7F8 100%);
    overflow: visible;
    isolation: isolate;
}


/* =============================================
   BANNER HERO + LINHA INVERTIDA
   ============================================= */
.blog-banner-wrapper {
    z-index: auto;
}

.blog-banner {
    position: relative;
    width: 100%;
    overflow: visible !important;
    top: -90px;
}

.blog-banner-img {
    display: block;
    width: 100%;
    height: auto;
    position: relative;
    z-index: 1;
}

/* Overlays — same as institucional banner for header contrast */
.blog-banner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 30%;
    z-index: 2;
    pointer-events: none;
    background: linear-gradient(180deg, rgba(11, 11, 11, 0.97) 0%, rgba(11, 11, 11, 0) 100%);
}

/* Text overlay */
.blog-banner-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
    display: flex;
    align-items: center;
    justify-content: center;
}

.blog-banner-text {
    text-align: center;
}

.blog-banner-text h1,
.blog-banner-text h2 {
    font-family: 'ClashDisplay', sans-serif !important;
    font-weight: 400;
    font-size: 45px;
    line-height: 54px;
    letter-spacing: 0.02em;
    color: #FFF;
    text-transform: uppercase;
    margin-left: 350px;
    z-index: 3;
    text-align: left;
    
}

/* Linha invertida — clip-path reveal top→bottom (same as home) */
.blog-banner-linha {
    position: absolute;
    right: 0;
    bottom: -186px;
    width: auto;
    z-index: 115;
    pointer-events: none;
    clip-path: inset(0 0 100% 0);
    animation: blogClipRevealTopBottom 3.5s cubic-bezier(0.22, 1, 0.36, 1.5) 0.3s forwards;
}

@keyframes blogClipRevealTopBottom {
    0%   { clip-path: inset(0 0 100% 0); }
    100% { clip-path: inset(0 0 0% 0); }
}


/* =============================================
   BARRA INGRESSOS BLOG
   (Same as institucional — reuses sticky-ingresso-* classes)
   ============================================= */
.blog-ingresso-anchor {
    position: relative;
    z-index: 120;
    display: flex;
    justify-content: flex-end;
    margin-top: -280px;
}

.blog-ingresso-anchor.has-placeholder {
    min-height: 79px;
}

.blog-ingresso-bar {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 0 30px 0 40px;
    width: 1109px;
    max-width: 100%;
    height: 79px;
    background: linear-gradient(180deg, #279BB1 0.15%, #005284 100.15%);
    border-top-left-radius: 200px;
    border-bottom-left-radius: 200px;
    transform: translateX(110%);
    opacity: 0;
    transition: transform 0.7s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.4s ease;
    pointer-events: none;
}

.blog-ingresso-bar.is-visible {
    transform: translateX(0);
    opacity: 1;
    pointer-events: auto;
}

/* Stagger children */
.blog-ingresso-bar .sticky-ingresso-label,
.blog-ingresso-bar .sticky-ingresso-btn {
    opacity: 0;
    transform: translateX(30px);
    transition: opacity 0.4s ease, transform 0.4s ease;
}
.blog-ingresso-bar.is-visible .sticky-ingresso-label {
    opacity: 1;
    transform: translateX(0);
    transition-delay: 0.3s;
}
.blog-ingresso-bar.is-visible .sticky-ingresso-btn:nth-child(2) {
    opacity: 1;
    transform: translateX(0);
    transition-delay: 0.45s;
}
.blog-ingresso-bar.is-visible .sticky-ingresso-btn:nth-child(3) {
    opacity: 1;
    transform: translateX(0);
    transition-delay: 0.6s;
}
.blog-ingresso-bar.is-visible .sticky-ingresso-btn:nth-child(4) {
    opacity: 1;
    transform: translateX(0);
    transition-delay: 0.75s;
}

/* Stuck near top */
.blog-ingresso-bar.is-stuck {
    position: fixed;
    top: 15px;
    right: 0;
    z-index: 201;
    border-radius: 200px 0 0 200px;
    transform: translateX(0) !important;
    opacity: 1 !important;
    pointer-events: auto !important;
}
.blog-ingresso-bar.is-stuck .sticky-ingresso-label,
.blog-ingresso-bar.is-stuck .sticky-ingresso-btn {
    opacity: 1;
    transform: translateX(0);
    transition-delay: 0s;
}

/* Scale label & buttons */
.blog-ingresso-bar .sticky-ingresso-label {
    font-size: 16px;
    margin-right: 12px;
}
.blog-ingresso-bar .sticky-ingresso-btn {
    font-size: 13px;
    padding: 9px 20px;
    width: 152px;
    height: 44px;
}
.blog-ingresso-bar .sticky-ingresso-btn img {
    width: 18px;
    height: 18px;
    margin-bottom: 4px;
    margin-left: -5px;
}
.blog-ingresso-bar .sticky-ingresso-btn span {
    font-family: 'ClashDisplay', sans-serif !important;
    font-weight: 500 !important;
    font-size: 13px;
    line-height: 100%;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}



/* =============================================
   NUVENS FLUTUANTES
   ============================================= */
.blog-nuvens {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    pointer-events: none;
    overflow: visible;
}

.blog-nuvens .nuvem-float {
    position: absolute;
    height: auto;
    will-change: transform;
}

/* Nuvem 1 — 918x612 starts left */
.blog-nuvens .nuvem1 {
    top: 10%;
    width: 918px;
    animation: blogNuvemDrift1 160s linear infinite;
    animation-delay: -110s;
}

/* Nuvem 2 — 683x455 starts center */
.blog-nuvens .nuvem2 {
    top: 8%;
    width: 683px;
    animation: blogNuvemDrift2 180s linear infinite;
    animation-delay: -70s;
}

/* Nuvem 3 — 1071x714 starts right */
.blog-nuvens .nuvem3 {
    top: 2%;
    width: 1071px;
    animation: blogNuvemDrift3 200s linear infinite;
    animation-delay: -20s;
}

@keyframes blogNuvemDrift1 {
    0%   { transform: translateX(100vw); }
    100% { transform: translateX(-120%); }
}
@keyframes blogNuvemDrift2 {
    0%   { transform: translateX(100vw); }
    100% { transform: translateX(-120%); }
}
@keyframes blogNuvemDrift3 {
    0%   { transform: translateX(100vw); }
    100% { transform: translateX(-120%); }
}


/* =============================================
   BLOG CONTENT — Featured + Grid
   ============================================= */
.blog-content-top {
    position: relative;
    z-index: 4;
    padding: 120px 0 0;
}

.blog-content-bottom {
    position: relative;
    z-index: 1;
    padding: 60px 0 100px;
    background: #EEF7F8;
}
/* grid height transition handled via JS (height, not min-height) */


/* --- Featured Post (large card) --- */
.blog-featured {
    display: flex;
    align-items: center;
    gap: 50px;
    margin-bottom: 80px;
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 111;
}

/* Astronauta flutuante — left side */
.blog-astronauta {
    position: absolute;
    top: 130px;
    left: -220px;
    width: 350px;
    z-index: 3;
    pointer-events: none;
}
.blog-astronauta-img {
    width: 100%;
    height: auto;
    display: block;
    animation: astronaut-bob 3s ease-in-out infinite;
}

.blog-featured-link {
    display: flex;
    align-items: center;
    gap: 50px;
    text-decoration: none;
    width: 100%;
}

/* Featured image */
.blog-featured-figure {
    flex: 0 0 740px;
    width: 740px;
    height: 430px;
    border-radius: 20px;
    overflow: hidden;
    margin: 0;
}
.blog-featured-figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.6s cubic-bezier(0.38, 0, 0.02, 1);
}
.blog-featured-link:hover .blog-featured-figure img {
    transform: scale(1.05);
}

/* Featured body — text + button */
.blog-featured-body {
    flex: 1;
    max-width: 400px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.blog-featured-cat {
    font-family: 'ClashDisplay', sans-serif !important;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #EC6608;
}

.blog-featured-title {
    font-family: 'Exo', sans-serif !important;
    font-weight: 500;
    font-size: 26px;
    line-height: 120%;
    letter-spacing: 0;
    color: #279BB1;
    margin: 0 0 50px;
    text-transform: none;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: color 0.3s ease;
}
.blog-featured-link:hover .blog-featured-title {
    color: #EC6608;
}

/* Featured "Saiba Mais" button */
.blog-featured-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 150px;
    height: 40px;
    border-radius: 64px;
    background: linear-gradient(180deg, #58BED1 0%, #014A6E 140.35%);
    position: relative;
    overflow: hidden;
    transition: all 0.5s ease;
}
.blog-featured-btn span {
    font-family: 'ClashDisplay', sans-serif !important;
    font-weight: 500;
    font-size: 13px;
    line-height: 100%;
    letter-spacing: 0.1em;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    position: relative;
    z-index: 2;
    transition: transform 0.5s cubic-bezier(0.6, 0, 0.2, 1);
}
.blog-featured-btn::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, #EC6608 0%, #B14400 100%);
    opacity: 0;
    transition: opacity 0.5s ease;
    z-index: 1;
    border-radius: 64px;
}
.blog-featured-btn::before {
    content: attr(data-text);
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    text-align: center;
    font-family: 'ClashDisplay', sans-serif !important;
    font-weight: 500;
    font-size: 13px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #fff;
    z-index: 2;
    transition: transform 0.5s cubic-bezier(0.6, 0, 0.2, 1);
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
}
.blog-featured-link:hover .blog-featured-btn {
    box-shadow: 0 0 0 3px rgba(60,60,60,0.15);
}
.blog-featured-link:hover .blog-featured-btn::after {
    opacity: 1;
}
.blog-featured-link:hover .blog-featured-btn span {
    transform: translateY(-250%);
}
.blog-featured-link:hover .blog-featured-btn::before {
    transform: translateY(-100%);
}


/* --- Grid Cards (3 per row, 1280px centered) --- */
.blog-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 40px 16px;
    justify-content: flex-start;
    max-width: 1280px;
    margin: 0 auto;
}

.blog-grid-card {
    flex: 0 0 416px;
    max-width: 416px;
}

.blog-grid-link {
    display: block;
    text-decoration: none;
}

/* Grid card image — fixed 416×301 */
.blog-grid-figure {
    width: 100%;
    height: 301px;
    border-radius: 20px;
    overflow: hidden;
    margin: 0;
}
.blog-grid-figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.6s cubic-bezier(0.38, 0, 0.02, 1);
}
.blog-grid-link:hover .blog-grid-figure img {
    transform: scale(1.05);
}

/* Grid card body */
.blog-grid-body {
    max-width: 360px;
    margin: 18px 0 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.blog-grid-cat {
    font-family: 'ClashDisplay', sans-serif !important;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #EC6608;
    margin-left: 30px;
    margin-bottom: 10px;
    margin-top: 10px;
}

.blog-grid-title {
    font-family: 'Exo', sans-serif !important;
    font-weight: 500;
    font-size: 19px;
    line-height: 120%;
    letter-spacing: 0;
    color: #279BB1;
    margin: 0 0 21px;
    margin-left: 30px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 68px;
    text-transform: none;
    transition: color 0.3s ease;
}
.blog-grid-link:hover .blog-grid-title {
    color: #EC6608;
}

/* Grid "Saiba Mais" button */
.blog-grid-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 150px;
    height: 40px;
    border-radius: 64px;
    background: linear-gradient(180deg, #58BED1 0%, #014A6E 140.35%);
    position: relative;
    overflow: hidden;
    transition: all 0.5s ease;
    margin-left: 30px;
}
.blog-grid-btn span {
    font-family: 'ClashDisplay', sans-serif !important;
    font-weight: 500;
    font-size: 13px;
    line-height: 100%;
    letter-spacing: 0.1em;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    position: relative;
    z-index: 2;
    transition: transform 0.5s cubic-bezier(0.6, 0, 0.2, 1);
}
.blog-grid-btn::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, #F29120 0%, #EC6608 100%);
    opacity: 0;
    transition: opacity 0.5s ease;
    z-index: 1;
    border-radius: 64px;
}
.blog-grid-btn::before {
    content: attr(data-text);
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    text-align: center;
    font-family: 'ClashDisplay', sans-serif !important;
    font-weight: 500;
    font-size: 13px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #fff;
    z-index: 2;
    transition: transform 0.5s cubic-bezier(0.6, 0, 0.2, 1);
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
}
.blog-grid-link:hover .blog-grid-btn {
    box-shadow: 0 0 0 3px rgba(60,60,60,0.15);
}
.blog-grid-link:hover .blog-grid-btn::after {
    opacity: 1;
}
.blog-grid-link:hover .blog-grid-btn span {
    transform: translateY(-250%);
}
.blog-grid-link:hover .blog-grid-btn::before {
    transform: translateY(-100%);
}


/* --- Carregar Mais button --- */
.blog-load-more-wrap {
    display: flex;
    justify-content: center;
    max-width: 1280px;
    margin: 80px auto 0;
    margin-bottom: -140px;
    max-height: 120px;
    transition: opacity 0.5s ease, margin 0.6s ease, max-height 0.5s ease;
}
.blog-load-more-wrap--mobile-only {
    display: none;
}
.blog-load-more-wrap.is-hiding {
    opacity: 0;
    pointer-events: none;
    margin-top: 0;
    margin-bottom: 0;
    max-height: 0;
    overflow: hidden;
}
.blog-load-more-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 200px;
    height: 48px;
    border-radius: 64px;
    background: linear-gradient(180deg, #F29120 0%, #EC6608 100%);
    border: none;
    cursor: pointer;
    font-family: 'ClashDisplay', sans-serif !important;
    font-weight: 500;
    font-size: 15px;
    line-height: 100%;
    letter-spacing: 0.1em;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    position: relative;
    overflow: hidden;
    transition: box-shadow 0.3s ease;
}
.blog-load-more-btn span {
    position: relative;
    z-index: 2;
    transition: transform 0.5s cubic-bezier(0.6, 0, 0.2, 1);
}
.blog-load-more-btn::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, #279BB1 0%, #1B6E7D 100%);
    opacity: 0;
    transition: opacity 0.5s ease;
    z-index: 1;
    border-radius: 64px;
}
.blog-load-more-btn::before {
    content: attr(data-text);
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    text-align: center;
    font-family: 'ClashDisplay', sans-serif !important;
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #fff;
    z-index: 2;
    transition: transform 0.5s cubic-bezier(0.6, 0, 0.2, 1);
    display: flex;
    align-items: center;
    justify-content: center;
    height: 48px;
}
.blog-load-more-btn:hover {
    box-shadow: 0 0 0 3px rgba(60,60,60,0.15);
}
.blog-load-more-btn:hover::after {
    opacity: 1;
}
.blog-load-more-btn:hover span {
    transform: translateY(-250%);
}
.blog-load-more-btn:hover::before {
    transform: translateY(-100%);
}
.blog-load-more-btn.is-loading {
    pointer-events: none;
    opacity: 0.6;
}
.blog-load-more-btn.is-hidden {
    display: none;
}

/* --- Load-more card entrance --- */
.blog-card-enter {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 0.6s ease, transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}
.blog-card-enter.blog-card-enter-active {
    opacity: 1;
    transform: translateY(0);
}

/* --- Pagination --- */
.blog-pagination {
    margin-top: 40px;
    padding-bottom: 80px;
    text-align: center;
}

/* --- Parceiros spacing (blog) --- */
body:not(.is-home) .section-parceiros {
    margin-top: -130px;
    padding-bottom: 170px;
}

/* --- Banner publicidade spacing when all posts loaded --- */
.section-banner-publicidade {
    transition: padding-top 0.6s ease;
}
body:not(.is-home) .blog-all-loaded + .section-banner-publicidade {
    padding-top: 60px;
}


/* =============================================
   PICKER MÓVEL INGRESSO — global (mesmo que institucional/itapema)
   ============================================= */
.inst-ingresso-mobile-picker {
    display: none;
    align-items: center;
    width: 100%;
    gap: 10px;
    padding: 0 14px 0 26px;
}
.inst-ingresso-mobile-label {
    color: #fff;
    font-family: 'ClashDisplay', sans-serif !important;
    font-weight: 500;
    font-size: 11px;
    line-height: 1.3;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    white-space: nowrap;
    flex-shrink: 0;
}
.inst-ingresso-select-wrap {
    position: relative;
}
.inst-ingresso-select-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 284px;
    height: 46px;
    border-radius: 64px;
    background: linear-gradient(180deg, #F29120 0%, #EC6608 100%);
    border: none;
    outline: none;
    cursor: pointer;
    color: #fff;
    font-family: 'ClashDisplay', sans-serif !important;
    font-weight: 500;
    font-size: 14px;
    line-height: 1;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    padding: 0 20px;
}
.inst-ingresso-select-label { flex: 1; text-align: left; }
.inst-ingresso-select-arrow {
    width: 8px;
    height: 8px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: translateY(-3px) rotate(45deg);
    transition: transform 0.2s ease;
    flex-shrink: 0;
}
.inst-ingresso-select-wrap.is-open .inst-ingresso-select-arrow {
    transform: translateY(2px) rotate(-135deg);
}
.inst-ingresso-dropdown-list {
    position: absolute;
    bottom: calc(100% + 10px);
    right: 0;
    width: 284px;
    max-height: 0;
    overflow: hidden;
    margin: 0;
    padding: 0;
    list-style: none;
    background: linear-gradient(180deg, #EEF7F8 0%, #9FE4F1 100%);
    border-radius: 24px;
    box-shadow: 0 -8px 24px rgba(0, 0, 0, 0.15);
    opacity: 0;
    pointer-events: none;
    transition: max-height 0.25s ease, opacity 0.2s ease, padding 0.25s ease;
    z-index: 310;
}
.inst-ingresso-select-wrap.is-open .inst-ingresso-dropdown-list {
    max-height: 220px;
    opacity: 1;
    pointer-events: auto;
    padding: 16px 14px;
}
.inst-ingresso-dropdown-item {
    display: flex;
    align-items: center;
    height: 50px;
    padding: 0 18px;
    margin-bottom: 8px;
    border-radius: 64px;
    color: #EC6608;
    color: #858585;
    font-weight: 500;
    font-size: 14px;
    line-height: 1;
    letter-spacing: 0.1em;
    filter: brightness(0) saturate(100%) invert(52%);
    cursor: pointer;
    transition: background 0.15s ease;
}
.inst-ingresso-dropdown-item:last-child { margin-bottom: 0; }
.inst-ingresso-dropdown-item:hover { background: rgba(255,255,255,0.55); border-radius: 64px; }

/* =============================================
   CATEGORIES MOBILE SELECT — global base
   ============================================= */
.blog-cat-mobile-wrap {
    display: none;
}
.blog-featured-cat--mobile {
    display: none;
}
.blog-grid-cat--mobile {
    display: none;
}

/* =============================================
   HIDDEN-MOBILE GRID CARDS — desktop visible, hidden via mobile media query
   ============================================= */
/* .blog-grid-card--hidden-mobile — no default styles; hidden only in mobile @media block */


/* =============================================
   RESPONSIVE — NOTEBOOK (≤1440px)
   Scale: 1440/1920 = 0.75
   ============================================= */
@media only screen and (max-width: 1440px) {


    .blog-banner-text h1,
    .blog-banner-text h2 {
        text-align: left;
        font-size: 34px;
        line-height: 41px;
        margin-left: 263px;
    }
    .blog-banner-linha {
        bottom: -98px;
        height: 48%;
        z-index: -2;
           width: 318px;
    height: 321px; 
    }

    /* ---- Ingresso bar ---- */
    .blog-ingresso-anchor {
        margin-top: -250px;
    }
    .blog-ingresso-bar {
        width: 832px;
        height: 65px;
        gap: 10px;
        padding: 0 23px 0 30px;
        

    }
    .blog-ingresso-bar .sticky-ingresso-label {
        font-size: 14px;
        margin-right: 10px;
    }
    .blog-ingresso-bar .sticky-ingresso-btn {
        font-size: 12px;
        padding: 7px 16px;
        width: 108px;
        height: 31px;
    }
    .blog-ingresso-bar .sticky-ingresso-btn img {
        width: 15px;
        height: 15px;
        margin-bottom: 4px;
        margin-left: -7px;
    }
    .blog-ingresso-bar .sticky-ingresso-btn span {
        font-size: 10px;
        letter-spacing: 0.01em;
    }

    /* ---- Clouds ---- */
    .blog-nuvens .nuvem1 { width: 689px; }
    .blog-nuvens .nuvem2 { width: 512px; }
    .blog-nuvens .nuvem3 { width: 803px; }

    /* ---- Content top ---- */
    .blog-content-top {
        padding: 90px 0 0;
    }

    /* ---- Featured post ---- */
    .blog-featured {
        gap: 38px;
        margin-bottom: 60px;
        max-width: 910px;
    }
    .blog-featured-link {
        gap: 38px;
    }
    .blog-featured-figure {
        flex: 0 0 555px;
        width: 555px;
        height: 323px;
        border-radius: 15px;
    }
    .blog-featured-body {
        max-width: 300px;
        gap: 15px;
    }
    .blog-featured-cat {
        font-size: 14px;
    }
    .blog-featured-title {
        font-size: 20px;
        margin-bottom: 38px;
    }
    .blog-featured-btn {
        width: 130px;
        height: 34px;
    }
    .blog-featured-btn span {
        font-size: 11px;
    }
    .blog-featured-btn::before {
        font-size: 11px;
        height: 34px;
    }

    /* ---- Astronauta ---- */
    .blog-astronauta {
        width: 263px;
        top: 98px;
        left: -165px;
    }

    /* ---- Content bottom ---- */
    .blog-content-bottom {
        padding: 45px 0 75px;
    }

    /* ---- Grid cards ---- */
    .blog-grid {
        gap: 30px 12px;
        max-width: 910px;
    }
    .blog-grid-card {
        flex: 0 0 295px;
        max-width: 295px;
    }
    .blog-grid-figure {
        height: 214px;
        border-radius: 15px;
    }
    .blog-grid-body {
        max-width: 270px;
        margin-top: 14px;
        gap: 11px;
    }
    .blog-grid-cat {
        font-size: 14px;
        margin-left: 23px;
        margin-bottom: 8px;
        margin-top: 8px;
    }
    .blog-grid-title {
        font-size: 16px;
        margin-left: 23px;
        margin-bottom: 16px;
        min-height: 58px;
    }
    .blog-grid-btn {
        width: 130px;
        height: 34px;
        margin-left: 23px;
    }
    .blog-grid-btn span {
        font-size: 11px;
    }
    .blog-grid-btn::before {
        font-size: 11px;
        height: 34px;
    }

    /* ---- Load More button ---- */
    .blog-load-more-wrap {
        max-width: 910px;
        margin-top: 60px;
        margin-bottom: -105px;
    }
    .blog-load-more-btn {
        width: 170px;
        height: 40px;
        font-size: 13px;
    }
    .blog-load-more-btn::before {
        font-size: 13px;
        height: 40px;
    }

    /* ---- Parceiros spacing ---- */
    body:not(.is-home) .section-parceiros {
        margin-top: -98px;
        padding-bottom: 128px;
    }
}


/* =============================================
   RESPONSIVE — TABLET (≤1024px)
   Escala: 1024/1440 ≈ 0.711 (do notebook)
   ============================================= */
@media only screen and (max-width: 1024px) {

 /* ===================================
   BLOG PAGE — 1024px BREAKPOINT
   Escala base: 1920 → 1024 (fator ≈ 0.533)
   =================================== */

@media (max-width: 1024px) {

    /* =============================================
       GRADIENT BACKGROUND WRAPPER
       ============================================= */
    body:not(.is-home) {
        background-color: #EEF7F8;
    }

    .blog-gradient-wrapper {
        position: relative;
        background: linear-gradient(180deg, #C6EBF6 0%, #EEF7F8 100%);
        overflow: visible;
        isolation: isolate;
    }


    /* =============================================
       BANNER HERO + LINHA INVERTIDA
       ============================================= */
    .blog-banner-wrapper {
        z-index: auto;
    }

    .blog-banner {
        position: relative;
        width: 100%;
        overflow: visible !important;
        top: -48px; /* -90px × 0.533 */
    }

    .blog-banner-img {
        display: block;
        width: 100%;
        height: auto;
        position: relative;
        z-index: 1;
    }

    .blog-banner::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 30%;
        z-index: 2;
        pointer-events: none;
        background: linear-gradient(180deg, rgba(11, 11, 11, 0.97) 0%, rgba(11, 11, 11, 0) 100%);
    }

    .blog-banner-overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 5;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .blog-banner-text {
        text-align: center;
    }

    .blog-banner-text h1,
    .blog-banner-text h2 {
        font-family: 'ClashDisplay', sans-serif !important;
        font-weight: 400;
        font-size: 24px;     /* 45px × 0.533 */
        line-height: 29px;   /* 54px × 0.533 */
        letter-spacing: 0.02em;
        color: #FFF;
        text-transform: uppercase;
        margin-left: 187px;  /* 350px × 0.533 */
        z-index: 3;
        text-align: left;
    }

    /* Linha invertida */
    .blog-banner-linha {
        position: absolute;
        right: 0;
        bottom: -130px;  /* -207px × 0.533 */
        width: 220px;
        z-index: 115;
        pointer-events: none;
        clip-path: inset(0 0 100% 0);
        animation: blogClipRevealTopBottom 3.5s cubic-bezier(0.22, 1, 0.36, 1.5) 0.3s forwards;
    }

    @keyframes blogClipRevealTopBottom {
        0%   { clip-path: inset(0 0 100% 0); }
        100% { clip-path: inset(0 0 0% 0); }
    }


    /* =============================================
       BARRA INGRESSOS BLOG
       ============================================= */
    .blog-ingresso-anchor {
        position: relative;
        z-index: 120;
        display: flex;
        justify-content: flex-end;
        margin-top: -161px; /* -280px × 0.533 */
    }

    .blog-ingresso-anchor.has-placeholder {
        min-height: 42px; /* 79px × 0.533 */
    }

    .blog-ingresso-bar {
        display: flex;
        align-items: center;
        gap: 6px;           /* 12px × 0.533 */
        padding: 0 16px 0 21px; /* 0 30px 0 40px × 0.533 */
        width: 591px;       /* 1109px × 0.533 */
        max-width: 100%;
        height: 42px;       /* 79px × 0.533 */
        background: linear-gradient(180deg, #279BB1 0.15%, #005284 100.15%);
        border-top-left-radius: 107px;    /* 200px × 0.533 */
        border-bottom-left-radius: 107px;
        transform: translateX(110%);
        opacity: 0;
        transition: transform 0.7s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.4s ease;
        pointer-events: none;
    }

    .blog-ingresso-bar.is-visible {
        transform: translateX(0);
        opacity: 1;
        pointer-events: auto;
    }

    /* Stagger children */
    .blog-ingresso-bar .sticky-ingresso-label,
    .blog-ingresso-bar .sticky-ingresso-btn {
        opacity: 0;
        transform: translateX(16px); /* 30px × 0.533 */
        transition: opacity 0.4s ease, transform 0.4s ease;
    }
    .blog-ingresso-bar.is-visible .sticky-ingresso-label {
        opacity: 1;
        transform: translateX(0);
        transition-delay: 0.3s;
    }
    .blog-ingresso-bar.is-visible .sticky-ingresso-btn:nth-child(2) {
        opacity: 1;
        transform: translateX(0);
        transition-delay: 0.45s;
    }
    .blog-ingresso-bar.is-visible .sticky-ingresso-btn:nth-child(3) {
        opacity: 1;
        transform: translateX(0);
        transition-delay: 0.6s;
    }
    .blog-ingresso-bar.is-visible .sticky-ingresso-btn:nth-child(4) {
        opacity: 1;
        transform: translateX(0);
        transition-delay: 0.75s;
    }

    /* Stuck near top */
    .blog-ingresso-bar.is-stuck {
        position: fixed;
        top: 8px;  /* 15px × 0.533 */
        right: 0;
        z-index: 201;
        border-radius: 107px 0 0 107px;
        transform: translateX(0) !important;
        opacity: 1 !important;
        pointer-events: auto !important;
    }
    .blog-ingresso-bar.is-stuck .sticky-ingresso-label,
    .blog-ingresso-bar.is-stuck .sticky-ingresso-btn {
        opacity: 1;
        transform: translateX(0);
        transition-delay: 0s;
    }

    /* Scale label & buttons */
    .blog-ingresso-bar .sticky-ingresso-label {
        font-size: 9px;      /* 16px × 0.533 */
        margin-right: 6px;   /* 12px × 0.533 */
    }
    .blog-ingresso-bar .sticky-ingresso-btn {
        font-size: 7px;      /* 13px × 0.533 */
        padding: 5px 11px;   /* 9px 20px × 0.533 */
        width: 81px;         /* 152px × 0.533 */
        height: 23px;        /* 44px × 0.533 */
    }
    .blog-ingresso-bar .sticky-ingresso-btn img {
        width: 10px;         /* 18px × 0.533 */
        height: 10px;
        margin-bottom: 2px;
        margin-left: -3px;
    }
    .blog-ingresso-bar .sticky-ingresso-btn span {
        font-family: 'ClashDisplay', sans-serif !important;
        font-weight: 500 !important;
        font-size: 7px;      /* 13px × 0.533 */
        line-height: 100%;
        letter-spacing: 0.1em;
        text-transform: uppercase;
    }


    /* =============================================
       NUVENS FLUTUANTES
       ============================================= */
    .blog-nuvens {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 3;
        pointer-events: none;
        overflow: visible;
    }

    .blog-nuvens .nuvem-float {
        position: absolute;
        height: auto;
        will-change: transform;
    }

    .blog-nuvens .nuvem1 {
        top: 10%;
        width: 489px;  /* 918px × 0.533 */
        animation: blogNuvemDrift1 160s linear infinite;
        animation-delay: -110s;
    }

    .blog-nuvens .nuvem2 {
        top: 8%;
        width: 364px;  /* 683px × 0.533 */
        animation: blogNuvemDrift2 180s linear infinite;
        animation-delay: -70s;
    }

    .blog-nuvens .nuvem3 {
        top: 2%;
        width: 571px;  /* 1071px × 0.533 */
        animation: blogNuvemDrift3 200s linear infinite;
        animation-delay: -20s;
    }

    @keyframes blogNuvemDrift1 {
        0%   { transform: translateX(100vw); }
        100% { transform: translateX(-120%); }
    }
    @keyframes blogNuvemDrift2 {
        0%   { transform: translateX(100vw); }
        100% { transform: translateX(-120%); }
    }
    @keyframes blogNuvemDrift3 {
        0%   { transform: translateX(100vw); }
        100% { transform: translateX(-120%); }
    }


    /* =============================================
       BLOG CONTENT — Featured + Grid
       ============================================= */
    .blog-content-top {
        position: relative;
        z-index: 4;
        padding: 64px 0 0; /* 120px × 0.533 */
    }

    .blog-content-bottom {
        position: relative;
        z-index: 1;
        padding: 32px 0 53px; /* 60px 0 100px × 0.533 */
        background: #EEF7F8;
    }


    /* --- Featured Post --- */
    .blog-featured {
        display: flex;
        align-items: center;
        gap: 27px;          /* 50px × 0.533 */
        margin-bottom: 43px; /* 80px × 0.533 */
        max-width: 682px;   /* 1280px × 0.533 */
        margin-left: auto;
        margin-right: auto;
        position: relative;
        z-index: 111;
    }

    /* Astronauta flutuante */
    .blog-astronauta {
        position: absolute;
        top: 69px;    /* 130px × 0.533 */
        left: -117px; /* -220px × 0.533 */
        width: 187px; /* 350px × 0.533 */
        z-index: 3;
        pointer-events: none;
    }
    .blog-astronauta-img {
        width: 100%;
        height: auto;
        display: block;
        animation: astronaut-bob 3s ease-in-out infinite;
    }

    .blog-featured-link {
        display: flex;
        align-items: center;
        gap: 27px; /* 50px × 0.533 */
        text-decoration: none;
        width: 100%;
    }

    /* Featured image */
    .blog-featured-figure {
        flex: 0 0 395px; /* 740px × 0.533 */
        width: 395px;
        height: 229px;   /* 430px × 0.533 */
        border-radius: 11px; /* 20px × 0.533 */
        overflow: hidden;
        margin: 0;
        
    }
    .blog-featured-figure img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
        transition: transform 0.6s cubic-bezier(0.38, 0, 0.02, 1);
      
    }
    .blog-featured-link:hover .blog-featured-figure img {
        transform: scale(1.05);
    }

    /* Featured body */
    .blog-featured-body {
        flex: 1;
        max-width: 213px;  /* 400px × 0.533 */
        display: flex;
        flex-direction: column;
        gap: 11px; /* 20px × 0.533 */
         margin-left: 20px;
    }

    .blog-featured-cat {
        font-family: 'ClashDisplay', sans-serif !important;
        font-weight: 500;
        font-size: 9px;    /* 16px × 0.533 */
        line-height: 100%;
        letter-spacing: 0.05em;
        text-transform: uppercase;
        color: #EC6608;
        margin-bottom: 5px;
       
    }

    .blog-featured-title {
        font-family: 'Exo', sans-serif !important;
        font-weight: 500;
        font-size: 14px;   /* 26px × 0.533 */
        line-height: 120%;
        letter-spacing: 0;
        color: #279BB1;
        margin: 0 0 27px;  /* 50px × 0.533 */
        text-transform: none;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        line-clamp: 4;
        -webkit-box-orient: vertical;
        overflow: hidden;
        transition: color 0.3s ease;
    }
    .blog-featured-link:hover .blog-featured-title {
        color: #EC6608;
    }

    /* Featured button */
    .blog-featured-btn {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 80px;   /* 150px × 0.533 */
        height: 21px;  /* 40px × 0.533 */
        border-radius: 34px; /* 64px × 0.533 */
        background: linear-gradient(180deg, #58BED1 0%, #014A6E 140.35%);
        position: relative;
        overflow: hidden;
        transition: all 0.5s ease;
    }
    .blog-featured-btn span {
        font-family: 'ClashDisplay', sans-serif !important;
        font-weight: 500;
        font-size: 7px;  /* 13px × 0.533 */
        line-height: 100%;
        letter-spacing: 0.1em;
        text-align: center;
        text-transform: uppercase;
        color: #fff;
        position: relative;
        z-index: 2;
        transition: transform 0.5s cubic-bezier(0.6, 0, 0.2, 1);
    }
    .blog-featured-btn::after {
        content: '';
        position: absolute;
        inset: 0;
        background: linear-gradient(180deg, #EC6608 0%, #B14400 100%);
        opacity: 0;
        transition: opacity 0.5s ease;
        z-index: 1;
        border-radius: 34px;
    }
    .blog-featured-btn::before {
        content: attr(data-text);
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        text-align: center;
        font-family: 'ClashDisplay', sans-serif !important;
        font-weight: 500;
        font-size: 7px;
        letter-spacing: 0.1em;
        text-transform: uppercase;
        color: #fff;
        z-index: 2;
        transition: transform 0.5s cubic-bezier(0.6, 0, 0.2, 1);
        display: flex;
        align-items: center;
        justify-content: center;
        height: 21px;
    }
    .blog-featured-link:hover .blog-featured-btn {
        box-shadow: 0 0 0 2px rgba(60,60,60,0.15);
    }
    .blog-featured-link:hover .blog-featured-btn::after {
        opacity: 1;
    }
    .blog-featured-link:hover .blog-featured-btn span {
        transform: translateY(-250%);
    }
    .blog-featured-link:hover .blog-featured-btn::before {
        transform: translateY(-100%);
    }


    /* --- Grid Cards --- */
    .blog-grid {
        display: flex;
        flex-wrap: wrap;
        gap: 32px 9px;     /* row gap increased for spacing between loaded cards */
        justify-content: flex-start;
        max-width: 702px;  /* 1280px × 0.533 */
        margin: 0 auto;
    }

    .blog-grid-card {
        flex: 0 0 222px;   /* 416px × 0.533 */
        max-width: 222px;
        margin-right: 10px;
    }

    .blog-grid-link {
        display: block;
        text-decoration: none;
    }

    /* Grid card image */
    .blog-grid-figure {
        width: 100%;
        height: 160px;     /* 301px × 0.533 */
        border-radius: 11px; /* 20px × 0.533 */
        overflow: hidden;
        margin: 0;
    }
    .blog-grid-figure img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
        transition: transform 0.6s cubic-bezier(0.38, 0, 0.02, 1);
    }
    .blog-grid-link:hover .blog-grid-figure img {
        transform: scale(1.05);
    }

    /* Grid card body */
    .blog-grid-body {
        max-width: 192px;  /* 360px × 0.533 */
        margin: 10px 0 0;  /* 18px × 0.533 */
        padding: 0;
        display: flex;
        flex-direction: column;
        gap: 7px;          /* 14px × 0.533 */
    }

    .blog-grid-cat {
        font-family: 'ClashDisplay', sans-serif !important;
        font-weight: 500;
        font-size: 9px;    /* 16px × 0.533 */
        line-height: 100%;
        letter-spacing: 0.05em;
        text-transform: uppercase;
        color: #EC6608;
        margin-left: 16px; /* 30px × 0.533 */
        margin-bottom: 5px;
        margin-top: 5px;
    }

    .blog-grid-title {
        font-family: 'Exo', sans-serif !important;
        font-weight: 500;
        font-size: 10px;   /* 19px × 0.533 */
        line-height: 120%;
        letter-spacing: 0;
        color: #279BB1;
        margin: 0 0 11px;  /* 21px × 0.533 */
        margin-left: 16px;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        min-height: 36px;  /* 68px × 0.533 */
        text-transform: none;
        transition: color 0.3s ease;
    }
    .blog-grid-link:hover .blog-grid-title {
        color: #EC6608;
    }

    /* Grid button */
    .blog-grid-btn {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 80px;   /* 150px × 0.533 */
        height: 21px;  /* 40px × 0.533 */
        border-radius: 34px; /* 64px × 0.533 */
        background: linear-gradient(180deg, #58BED1 0%, #014A6E 140.35%);
        position: relative;
        overflow: hidden;
        transition: all 0.5s ease;
        margin-left: 16px; /* 30px × 0.533 */
    }
    .blog-grid-btn span {
        font-family: 'ClashDisplay', sans-serif !important;
        font-weight: 500;
        font-size: 7px;  /* 13px × 0.533 */
        line-height: 100%;
        letter-spacing: 0.1em;
        text-align: center;
        text-transform: uppercase;
        color: #fff;
        position: relative;
        z-index: 2;
        transition: transform 0.5s cubic-bezier(0.6, 0, 0.2, 1);
    }
    .blog-grid-btn::after {
        content: '';
        position: absolute;
        inset: 0;
        background: linear-gradient(180deg, #EC6608 0%, #B14400 100%);
        opacity: 0;
        transition: opacity 0.5s ease;
        z-index: 1;
        border-radius: 34px;
    }
    .blog-grid-btn::before {
        content: attr(data-text);
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        text-align: center;
        font-family: 'ClashDisplay', sans-serif !important;
        font-weight: 500;
        font-size: 7px;
        letter-spacing: 0.1em;
        text-transform: uppercase;
        color: #fff;
        z-index: 2;
        transition: transform 0.5s cubic-bezier(0.6, 0, 0.2, 1);
        display: flex;
        align-items: center;
        justify-content: center;
        height: 21px;
    }
    .blog-grid-link:hover .blog-grid-btn {
        box-shadow: 0 0 0 2px rgba(60,60,60,0.15);
    }
    .blog-grid-link:hover .blog-grid-btn::after {
        opacity: 1;
    }
    .blog-grid-link:hover .blog-grid-btn span {
        transform: translateY(-250%);
    }
    .blog-grid-link:hover .blog-grid-btn::before {
        transform: translateY(-100%);
    }


    /* --- Carregar Mais button --- */
    .blog-load-more-wrap {
        display: flex;
        justify-content: center;
        max-width: 702px;   /* 1280px × 0.533 */
        margin: 43px auto 0; /* 80px × 0.533 */
        margin-bottom: -75px; /* -140px × 0.533 */
        max-height: 64px;   /* 120px × 0.533 */
        transition: opacity 0.5s ease, margin 0.6s ease, max-height 0.5s ease;
    }
    .blog-load-more-wrap.is-hiding {
        opacity: 0;
        pointer-events: none;
        margin-top: 0;
        margin-bottom: 0;
        max-height: 0;
        overflow: hidden;
    }
    .blog-load-more-btn {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 120px !important;
        height: 30px !important;
        border-radius: 34px;
        background: linear-gradient(180deg, #F29120 0%, #EC6608 100%);
        border: none;
        cursor: pointer;
        font-family: 'ClashDisplay', sans-serif !important;
        font-weight: 500;
        font-size: 8px;
        line-height: 100%;
        letter-spacing: 0.1em;
        text-align: center;
        text-transform: uppercase;
        color: #fff;
        position: relative;
        overflow: hidden;
        transition: box-shadow 0.3s ease;
    }
    .blog-load-more-btn span {
        position: relative;
        z-index: 2;
        transition: transform 0.5s cubic-bezier(0.6, 0, 0.2, 1);
        
    }
    .blog-load-more-btn::after {
        content: '';
        position: absolute;
        inset: 0;
        background: linear-gradient(180deg, #279BB1 0%, #1B6E7D 100%);
        opacity: 0;
        transition: opacity 0.5s ease;
        z-index: 1;
        border-radius: 34px;
    }
    .blog-load-more-btn::before {
        content: attr(data-text);
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        text-align: center;
        font-family: 'ClashDisplay', sans-serif !important;
        font-weight: 500;
        font-size: 8px;
        letter-spacing: 0.1em;
        text-transform: uppercase;
        color: #fff;
        z-index: 2;
        transition: transform 0.5s cubic-bezier(0.6, 0, 0.2, 1);
        display: flex;
        align-items: center;
        justify-content: center;
        height: 30px;
    }
    .blog-load-more-btn:hover {
        box-shadow: 0 0 0 2px rgba(60,60,60,0.15);
    }
    .blog-load-more-btn:hover::after {
        opacity: 1;
    }
    .blog-load-more-btn:hover span {
        transform: translateY(-250%);
    }
    .blog-load-more-btn:hover::before {
        transform: translateY(-100%);
    }
    .blog-load-more-btn.is-loading {
        pointer-events: none;
        opacity: 0.6;
    }
    .blog-load-more-btn.is-hidden {
        display: none;
    }

    /* --- Load-more card entrance --- */
    .blog-card-enter {
        opacity: 0;
        transform: translateY(21px); /* 40px × 0.533 */
        transition: opacity 0.6s ease, transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    }
    .blog-card-enter.blog-card-enter-active {
        opacity: 1;
        transform: translateY(0);
    }

    /* --- Pagination --- */
    .blog-pagination {
        margin-top: 21px;  /* 40px × 0.533 */
        padding-bottom: 43px; /* 80px × 0.533 */
        text-align: center;
    }

    /* --- Parceiros spacing --- */
    body:not(.is-home) .section-parceiros {
        margin-top: -39px !important;   /* -130px × 0.533 */
        padding-bottom: 91px; /* 170px × 0.533 */
    }

    /* --- Banner publicidade spacing --- */
    .section-banner-publicidade {
        transition: padding-top 0.6s ease;
    }
    body:not(.is-home) .blog-all-loaded + .section-banner-publicidade {
        padding-top: 32px; /* 60px × 0.533 */
    }

} /* end @media (max-width: 1024px) */
}


/* =============================================
   RESPONSIVE — MOBILE (≤768px)
   ============================================= */
@media only screen and (max-width: 768px) {

    /* =============================================
       BANNER
       ============================================= */
    .blog-banner {
        min-height: 710px;
       
    }
    .blog-banner-img {
        height: 710px;
        width: 100%;
        object-fit: cover;
        object-position: center top;
    }
    .blog-banner-overlay {
        align-items: flex-start;
        justify-content: center;
        padding-top: 60px;
    }
    .blog-banner-text h1,
    .blog-banner-text h2 {
        font-size: 28px;
        line-height: 33px;
        margin-top: 130px;
        margin-left: 0;
        text-align: center;
    }
    .blog-banner-linha {
        bottom: 13px;
           width: var(--home-mobile-lines-width);
        height: var(--home-mobile-lines-height);
        z-index: -2;
    }

    /* =============================================
       NUVENS
       ============================================= */
    .blog-nuvens .nuvem1 {
        top: 620px;
        left: 50px;
        right: auto;
        width: 320px;
    }
    .blog-nuvens .nuvem2 {
        top: 650px;
        right: 30px;
        left: auto;
        width: 240px;
    }
    .blog-nuvens .nuvem3 {
        top: 550px;
        left: -180px;
        right: auto;
        width: 320px;
    }

    /* =============================================
       STICKY INGRESSO — pill bottom (igual institucional/itapema)
       ============================================= */
    .blog-ingresso-anchor {
        margin-top: -270px;
        overflow: visible;
    }
    .blog-ingresso-bar {
        width: 508px;
        max-width: 100%;
        height: 79px;
        border-top-left-radius: 200px;
        border-bottom-left-radius: 200px;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        padding: 0;
        gap: 0;
        justify-content: space-between;
        align-items: center;
    }
    @keyframes blog-bar-slide-in-right {
        from { translate: 110% 0; }
        to   { translate: 0 0;    }
    }
    .blog-ingresso-bar.is-stuck {
        top: auto;
        bottom: 0;
        border-radius: 200px 0 0 200px;
        animation: blog-bar-slide-in-right 0.7s cubic-bezier(0.22, 1, 0.36, 1) both;
    }
    .blog-ingresso-bar .sticky-ingresso-label,
    .blog-ingresso-bar .sticky-ingresso-btn {
        display: none !important;
    }
    /* Show mobile picker */
    .inst-ingresso-mobile-picker {
        display: flex;
        align-items: center;
        width: 100%;
        gap: 10px;
        padding: 0 14px 0 26px;
    }
    .inst-ingresso-mobile-label {
        color: #fff;
        font-family: 'ClashDisplay', sans-serif !important;
        font-weight: 500;
        font-size: 11px;
        line-height: 1.3;
        text-transform: uppercase;
        letter-spacing: 0.05em;
        white-space: nowrap;
        flex-shrink: 0;
    }
    .blog-ingresso-bar .inst-ingresso-select-wrap {
        margin-left: auto;
        flex-shrink: 0;
    }
    .blog-ingresso-bar .inst-ingresso-select-btn {
        width: min(200px, calc(100vw - 196px));
        height: 40px;
        font-size: 12px;
        padding: 0 14px;
        gap: 8px;
    }
    .blog-ingresso-bar .inst-ingresso-dropdown-list {
        width: min(200px, calc(100vw - 196px));
    }

    /* =============================================
       FEATURED POST
       ============================================= */
    /* Zero out .wrap.wide padding so calc(100vw - 24px) images work */
    .blog-content-top .wrap,
    .blog-content-bottom .wrap {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .blog-content-top {
        padding: 162px 0 32px !important;
    }
    .blog-featured {
        margin-bottom: 0;
        padding: 0 12px;
    }
    .blog-featured-link {
        flex-direction: column;
        gap: 16px;
    }
 
    /* Cat mobile — mostra acima da imagem */
    .blog-featured-cat--mobile {
        display: block;
        font-family: 'ClashDisplay', sans-serif !important;
        font-weight: 500;
        font-size: 18px;
        line-height: 100%;
        letter-spacing: 0.05em;
        text-transform: uppercase;
        color: #EC6608;
        order: 1;
        margin-right: 55%;
    }
    /* Cat dentro do body — esconde no mobile (já aparece acima) */
    .blog-featured-body .blog-featured-cat--desktop {
        display: none;
    }
    .blog-featured-figure {
        order: 2;
        flex: none;
        width: calc(100vw - 24px);
        height: auto;
        aspect-ratio: 740 / 430;
        border-radius: 20px;
    }
    .blog-featured-body {
        order: 3;
        max-width: 85%;
        gap: 12px;
        padding: 0;
        margin-left: 0;
    }
    .blog-featured-title {
        font-size: 22px;
        margin-bottom: 16px;
    }
    .blog-featured-btn {
        width: 184px;
        height: 47px;
    }
    .blog-featured-btn span {
        font-size: 14px;
    }
    .blog-featured-btn::before {
        font-size: 14px;
        height: 47px;
    }
    /* Astronauta — ao lado da cat, canto superior direito */
    .blog-astronauta {
        position: absolute;
        top: -50px;
        right: 42px;
        left: auto;
        width: 100px;
        height: 128px;
        z-index: 5;
    }

    /* =============================================
       CATEGORIES SELECT MOBILE
       ============================================= */
    .blog-cat-mobile-wrap {
        display: flex;
        justify-content: center;
        padding: 38px 12px 50px;
    }
    .blog-cat-mobile-select-wrap {
        position: relative;
        width: 100%;
        max-width: calc(100vw - 24px);
    }
    .blog-cat-mobile-btn {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        height: 60px;
        border: 2px solid #279BB1;
        border-radius: 64px;
        background: transparent;
        cursor: pointer;
        padding: 0 24px;
        gap: 12px;
    }
    .blog-cat-mobile-label {
        font-family: 'ClashDisplay', sans-serif !important;
        font-weight: 500;
        font-size: 16px;
        color: #EC6608;
        text-transform: uppercase;
        flex: 1;
        text-align: left;
    }
    .blog-cat-mobile-arrow {
        width: 10px;
        height: 10px;
        border-right: 2px solid #EC6608;
        border-bottom: 2px solid #EC6608;
        transform: rotate(45deg);
        transition: transform 0.3s ease;
        flex-shrink: 0;
        margin-top: -4px;
    }
    .blog-cat-mobile-btn[aria-expanded="true"] .blog-cat-mobile-arrow {
        transform: rotate(-135deg);
        margin-top: 4px;
    }
    .blog-cat-mobile-select-wrap.is-open .blog-cat-mobile-list {
        display: block;
    }
    .blog-cat-mobile-list {
        display: none;
        position: absolute;
        top: calc(100% + 8px);
        left: 0;
        right: 0;
        background: linear-gradient(180deg, #EEF7F8 0%, #9FE4F1 100%);
        border-radius: 24px;
        list-style: none;
        margin: 0;
        padding: 8px 0;
        z-index: 200;
        box-shadow: 0 4px 20px rgba(0,0,0,0.12);
        overflow: hidden;
    }
    .blog-cat-mobile-item {
        padding: 12px 24px;
        font-family: 'ClashDisplay', sans-serif !important;
        font-size: 14px;
        color: #EC6608;
        cursor: pointer;
        text-transform: uppercase;
        letter-spacing: 0.05em;
        transition: background 0.2s;
    }
    .blog-cat-mobile-item:hover {
        background: rgba(255,255,255,0.55);
        border-radius: 64px;
    }
    .blog-cat-mobile-item.is-selected {
        color: #279BB1;
        font-weight: 700;
    }

    /* =============================================
       GRID POSTS
       ============================================= */
    .blog-content-bottom {
        padding: 28px 0 60px;
    }
    .blog-grid {
        flex-direction: column;
        align-items: center;
        gap: 28px;
        padding: 0 12px;
        max-width: 100%;
        margin: 0;
    }
    .blog-grid-card {
        flex: none;
        width: calc(100vw - 24px);
        max-width: calc(100vw - 24px);
        margin: 0;
    }
    /* Hidden on mobile until "carregar mais" */
    .blog-grid-card--hidden-mobile {
        display: none;
    }
    /* Make link flex-column so cat--mobile can appear above figure */
    .blog-grid-link {
        display: flex;
        flex-direction: column;
        gap: 12px;
    }
    /* Cat mobile — above image (order 1) */
    .blog-grid-cat--mobile {
        display: block;
        font-family: 'ClashDisplay', sans-serif !important;
        font-weight: 500;
        font-size: 21px;
        line-height: 100%;
        letter-spacing: 0.05em;
        text-transform: uppercase;
        color: #EC6608;
        order: 1;
        margin: 0;
    }
    .blog-grid-figure {
        order: 2;
        height: auto;
        aspect-ratio: 416 / 301;
        border-radius: 20px;
    }
    .blog-grid-body {
        order: 3;
        margin: 0;
    }
    /* Hide the in-body cat on mobile (already shown above) */
    .blog-grid-body .blog-grid-cat {
        display: none;
    }
    .blog-grid-cat {
        font-size: 21px;
        margin-left: 8%;
        margin-bottom: 8px;
        margin-top: 8px;
    }
    .blog-grid-title {
        font-size: 22px;
        margin-left: 15%;
        min-height: auto;
        width: 330px;
    }
    .blog-grid-btn {
        margin-left: 12%;
        width: 184px;
        height: 47px;
    }
    .blog-grid-btn span,
    .blog-grid-btn::before {
        font-size: 14px;
        height: 47px;
        margin-top: 35px;
    }
    .blog-load-more-wrap {
        margin-top: 32px;
        margin-bottom: 0;
        max-width: 100%;
    }
    .blog-load-more-wrap--mobile-only {
        display: flex;
    }
    .blog-load-more-btn {
        width: 184px !important;
        height: 47px !important;
    }
    .blog-load-more-btn span,
    .blog-load-more-btn::before {
        font-size: 14px;
        height: 47px;
        margin-top: 40px;
   
    }

    /* =============================================
       PARCEIROS
       ============================================= */
    body:not(.is-home) .section-parceiros {
        margin-top: 70px !important;
    }
}

/* =============================================
   BLOG NORMALIZATION — home/institucional parity
   ============================================= */

.section-banner-publicidade,
.section-parceiros {
    background: transparent !important;
}

.section-parceiros .bg2 {
    background-color: #D2EAEF !important;
}

.blog-ingresso-anchor {
    overflow: hidden;
}

.blog-ingresso-bar.is-stuck,
.blog-ingresso-bar.is-stuck {
    position: fixed;
    right: 0;
    z-index: 201;
    border-radius: 200px 0 0 200px;
    transform-origin: right center;
    transform: scaleX(0.82) !important;
    opacity: 0 !important;
    pointer-events: none !important;
    will-change: transform, opacity;
}

.blog-ingresso-bar.is-stuck.is-stuck-active {
    transform: scaleX(1) !important;
    opacity: 1 !important;
    pointer-events: auto !important;
}

.blog-ingresso-bar.is-banner-hidden {
    transform-origin: right center;
    transform: scaleX(0.82) !important;
    opacity: 0 !important;
    pointer-events: none !important;
}

.blog-ingresso-bar.is-stuck-top {
    top: 15px;
    bottom: auto;
}

.blog-ingresso-bar.is-stuck-bottom {
    top: auto;
    bottom: var(--blog-mobile-ingresso-bottom-gap, 16px);
}

.blog-ingresso-bar .sticky-ingresso-label {
    color: #fff;
}

.inst-ingresso-select-btn {
    justify-content: flex-start;
}

.inst-ingresso-select-icon,
.inst-ingresso-dropdown-icon {
    width: 20px;
    height: 20px;
    flex: 0 0 20px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.inst-ingresso-select-btn[data-inst-current-key="individual"] .inst-ingresso-select-icon,
.inst-ingresso-dropdown-item[data-key="individual"] .inst-ingresso-dropdown-icon {
    background-image: url('../img/home/individual.png');
}

.inst-ingresso-select-btn[data-inst-current-key="cabine"] .inst-ingresso-select-icon,
.inst-ingresso-dropdown-item[data-key="cabine"] .inst-ingresso-dropdown-icon {
    background-image: url('../img/home/cabine.webp');
}

.inst-ingresso-select-btn[data-inst-current-key="especial"] .inst-ingresso-select-icon,
.inst-ingresso-dropdown-item[data-key="especial"] .inst-ingresso-dropdown-icon {
    background-image: url('../img/home/especial.png');
}

.inst-ingresso-select-label {
    flex: 1;
    min-width: 0;
    text-align: left;
}

.inst-ingresso-select-arrow {
    margin-left: auto;
}

.inst-ingresso-dropdown-list {
    background: linear-gradient(180deg, #EEF7F8 0%, #9FE4F1 100%);
    border: none;
}

.inst-ingresso-dropdown-item {
    gap: 10px;
    color: #EC6608;
}

.inst-ingresso-dropdown-icon {
    filter: brightness(0) saturate(100%) invert(49%) sepia(94%) saturate(1910%) hue-rotate(357deg) brightness(96%) contrast(92%);
}

.inst-ingresso-dropdown-text {
    text-align: left;
}

.inst-ingresso-dropdown-item.is-active,
.inst-ingresso-dropdown-item:hover {
    background: rgba(236, 102, 8, 0.12);
    border-radius: 64px;
}

@media only screen and (max-width: 1440px) {
    .blog-ingresso-anchor {
        margin-top: -250px;
    }
    .blog-ingresso-anchor.has-placeholder {
        min-height: 65px;
    }
    .blog-ingresso-bar {
        width: 832px;
        height: 65px;
        gap: 9px;
        padding: 0 23px 0 30px;
    }
    .blog-ingresso-bar .sticky-ingresso-label {
        font-size: 14px;
        margin-right: 9px;
    }
    .blog-ingresso-bar .sticky-ingresso-btn {
        font-size: 12px;
        padding: 7px 15px;
        width: 108px;
        height: 31px;
    }
    .blog-ingresso-bar .sticky-ingresso-btn img {
        width: 15px;
        height: 15px;
        margin-bottom: 4px;
        margin-left: -7px;
    }
    .blog-ingresso-bar .sticky-ingresso-btn span {
        font-size: 10px;
        letter-spacing: 0.01em;
    }
}

@media only screen and (max-width: 1024px) {
    .blog-ingresso-anchor {
        margin-top: -210px;
    }
    .blog-ingresso-anchor.has-placeholder {
        min-height: 55px;
    }
    .blog-ingresso-bar {
        width: 591px;
        height: 60px;
        gap: 8px;
        padding: 0 20px 0 25px;
    }
    .blog-ingresso-bar .sticky-ingresso-label {
        font-size: 13px;
        margin-right: 8px;
    }
    .blog-ingresso-bar .sticky-ingresso-btn {
        font-size: 11px;
        padding: 6px 14px;
        width: 100px;
        height: 28px;
    }
    .blog-ingresso-bar .sticky-ingresso-btn img {
        width: 13px;
        height: 13px;
        margin-bottom: 3px;
        margin-left: -5px;
    }
    .blog-ingresso-bar .sticky-ingresso-btn span {
        font-size: 9px;
    }
}

@media only screen and (max-width: 768px) {
    body:not(.is-home) {
        --home-mobile-side-gap: clamp(23.111px, 5.9259vw, 32px);
        --home-mobile-content-width: min(476px, calc(100vw - (var(--home-mobile-side-gap) * 2)));
        --home-mobile-footer-width: clamp(277.667px, 88.1481vw, 476px);
        --home-mobile-footer-map-btn-width: clamp(109.083px, 34.6296vw, 187px);
        --home-mobile-footer-map-btn-height: clamp(28px, 8.8889vw, 48px);
        --home-mobile-partner-slot-width: clamp(104.333px, 26.7407vw, 144.406px);
        --home-mobile-partner-logo-width: clamp(57.778px, 14.8148vw, 80px);
        --home-mobile-partner-logo-height: clamp(47.667px, 12.2222vw, 66px);
        --home-mobile-lines-width: clamp(144.444px, 37.037vw, 200px);
        --home-mobile-lines-height: clamp(145.574px, 37.3055vw, 201.4499px);
        --blog-mobile-ingresso-bar-width: min(508px, 94.0741vw);
        --blog-mobile-ingresso-bar-height: clamp(57.056px, 14.6294vw, 79px);
        --blog-mobile-ingresso-select-width: min(284px, 52.5926vw);
        --blog-mobile-ingresso-select-height: clamp(33.351px, 8.5516vw, 46.179px);
        --blog-mobile-ingresso-bottom-gap: clamp(12px, 3.0769vw, 16px);
        --blog-mobile-text-box-inset: clamp(22px, 5.641vw, 26px);
        --blog-mobile-text-box-width: calc(var(--home-mobile-content-width) - (var(--blog-mobile-text-box-inset) * 2));
        --blog-mobile-cta-width: min(184px, 34.0741vw);
        --blog-mobile-cta-height: min(47px, 8.7037vw);
        --blog-mobile-cta-font-size: clamp(12px, 2.963vw, 16px);
        --blog-mobile-load-more-width: min(250px, 46.2963vw);
        --blog-mobile-load-more-height: min(60px, 11.1111vw);
        --blog-mobile-load-more-font-size: clamp(13px, 3.3333vw, 18px);
    }

    .blog-ingresso-anchor {
        margin-top: -240px;
        overflow: visible;
    }
    .blog-ingresso-anchor.has-placeholder {
        min-height: var(--blog-mobile-ingresso-bar-height);
    }
    .blog-ingresso-bar {
        width: var(--blog-mobile-ingresso-bar-width);
        max-width: var(--blog-mobile-ingresso-bar-width);
        height: var(--blog-mobile-ingresso-bar-height);
        border-top-left-radius: 200px;
        border-bottom-left-radius: 200px;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        padding: 0;
        gap: 0;
        margin-left: auto;
        justify-content: space-between;
        align-items: center;
    }

    .blog-ingresso-bar.is-stuck-bottom {
        bottom: var(--blog-mobile-ingresso-bottom-gap);
    }

    .blog-ingresso-bar .sticky-ingresso-label,
    .blog-ingresso-bar .sticky-ingresso-btn {
        display: none !important;
    }

    .inst-ingresso-mobile-picker {
        display: flex;
        align-items: center;
        width: 100%;
        gap: clamp(8px, 1.8519vw, 10px);
        padding: 0 clamp(10px, 2.5926vw, 14px) 0 clamp(19px, 4.8148vw, 26px);
    }

    .inst-ingresso-mobile-label {
        color: #fff;
        font-family: 'ClashDisplay', sans-serif !important;
        font-weight: 500;
        font-size: clamp(12px, 3.3333vw, 18px);
        line-height: 1.2;
        text-transform: uppercase;
        letter-spacing: 0.07em;
        white-space: nowrap;
        flex-shrink: 0;
        margin-left: clamp(10px, 2.5926vw, 14px);
    }

    .blog-ingresso-bar .inst-ingresso-select-wrap {
        margin-left: auto;
        flex-shrink: 0;
    }

    .blog-ingresso-bar .inst-ingresso-select-btn {
        width: var(--blog-mobile-ingresso-select-width);
        height: var(--blog-mobile-ingresso-select-height);
        font-size: clamp(11px, 2.5926vw, 14px);
        padding: 0 clamp(12px, 3.3333vw, 18px);
        gap: clamp(8px, 2.2222vw, 12px);
    }

    .blog-ingresso-bar .inst-ingresso-dropdown-list {
        width: var(--blog-mobile-ingresso-select-width);
    }

    .inst-ingresso-dropdown-item {
        min-height: clamp(40px, 9.2593vw, 50px);
        font-size: clamp(11px, 2.5926vw, 14px);
        color: #858585;
    }

    .inst-ingresso-select-icon,
    .inst-ingresso-dropdown-icon {
        width: clamp(17px, 4.6296vw, 20px);
        height: clamp(17px, 4.6296vw, 20px);
        flex-basis: clamp(17px, 4.6296vw, 20px);
    }

    .inst-ingresso-dropdown-icon {
        filter: brightness(0) saturate(100%) invert(52%);
    }

    .blog-content-top .wrap,
    .blog-content-bottom .wrap {
        width: 100%;
        max-width: 540px;
        margin: 0 auto;
        padding-left: var(--home-mobile-side-gap) !important;
        padding-right: var(--home-mobile-side-gap) !important;
        box-sizing: border-box;
    }

    .blog-content-top {
        padding: 202px 0 32px;
    }

    .blog-content-bottom {
        padding: 28px 0 60px;
    }

    .blog-cat-mobile-wrap {
        display: flex;
        justify-content: center;
        width: 100%;
        padding: 48px 0 50px;
    }

    .blog-cat-mobile-select-wrap {
        width: 100%;
        max-width: 100%;
    }

    .blog-cat-mobile-btn {
        width: 100%;
    }

    .blog-cat-mobile-list {
        width: 100%;
    }

    .blog-featured {
        width: 100%;
        max-width: var(--home-mobile-content-width);
        margin: 0 auto 32px;
        padding: 0;
        gap: 16px;
    }

    .blog-featured-link {
        flex-direction: column;
        gap: 16px;
        width: 100%;
    }

    .blog-featured-cat--mobile {
        display: block;
        width: var(--blog-mobile-text-box-width);
        max-width: var(--blog-mobile-text-box-width);
        margin: 0 0 0 var(--blog-mobile-text-box-inset);
        order: 1;
    }

    .blog-featured-body .blog-featured-cat--desktop {
        display: none;
    }

    .blog-featured-figure {
        order: 2;
        flex: none;
        width: 100%;
        height: auto;
        aspect-ratio: 740 / 430;
        border-radius: 20px;
    }

    .blog-featured-body {
        order: 3;
        width: var(--blog-mobile-text-box-width);
        max-width: var(--blog-mobile-text-box-width);
        gap: 12px;
        padding: 0;
        margin: 0 0 0 var(--blog-mobile-text-box-inset);
    }

    .blog-featured-title {
        font-size: 22px;
        margin: 0 0 16px;
    }

    .blog-featured-btn {
        width: var(--blog-mobile-cta-width);
        height: var(--blog-mobile-cta-height);
    }

    .blog-featured-btn span,
    .blog-featured-btn::before {
        font-size: var(--blog-mobile-cta-font-size);
        height: var(--blog-mobile-cta-height);
        display: flex;
        align-items: center;
        justify-content: center;
        line-height: 1;
        width: 100%;
    }

    .blog-grid {
        flex-direction: column;
        align-items: stretch;
        gap: 24px;
        width: 100%;
        max-width: var(--home-mobile-content-width);
        padding: 0;
        
    }

    .blog-grid-card {
        flex: none;
        width: 100%;
        max-width: 100%;
        margin: 0;
        margin-bottom: 50px !important;
    }

    .blog-grid-link {
        display: flex;
        flex-direction: column;
        gap: 12px;
    }

    .blog-grid-cat--mobile {
        display: none;
    }

    .blog-grid-figure {
        order: 2;
        width: 100%;
        height: auto;
        aspect-ratio: 416 / 301;
        border-radius: 20px;
    }

    .blog-grid-body {
        order: 3;
        width: var(--blog-mobile-text-box-width);
        max-width: var(--blog-mobile-text-box-width);
        margin: 0;
        padding: 0;
        margin-left: var(--blog-mobile-text-box-inset);
    }

    .blog-grid-body .blog-grid-cat {
        display: block;
        width: 100%;
        max-width: 100%;
        margin: 0;
        font-size: 18px;
        margin-top: 15px;
        margin-bottom: 13px;
    }

    .blog-grid-title {
        font-size: 19px;
        margin: 0 0 16px;
        width: 100%;
        max-width: 100%;
        min-height: auto;
    }

    .blog-grid-btn {
        margin-left: 0;
        width: var(--blog-mobile-cta-width);
        height: var(--blog-mobile-cta-height);
    }

    .blog-grid-btn span,
    .blog-grid-btn::before,
    .blog-load-more-btn span,
    .blog-load-more-btn::before {
        font-size: var(--blog-mobile-cta-font-size);
        height: var(--blog-mobile-cta-height);
        margin-top: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        line-height: 1;
        width: 100%;
    }

    .blog-load-more-wrap {
        margin-top: -12px;
        margin-bottom: 0;
        max-width: 100%;
    }

    .blog-load-more-btn {
        
        width: var(--blog-mobile-load-more-width) !important;
        height: var(--blog-mobile-load-more-height) !important;
        font-size: var(--blog-mobile-load-more-font-size);
    }

    .blog-load-more-btn span,
    .blog-load-more-btn::before {
        font-size: var(--blog-mobile-load-more-font-size);
        height: var(--blog-mobile-load-more-height);
        display: flex;
        align-items: center;
        justify-content: center;
        line-height: 1;
        width: 100%;
    }

    body:not(.is-home) .section-parceiros {
        padding-bottom: 102px;
        margin-top: 0px !important;
      
    }

    .section-parceiros .wrap.wide {
        width: 100%;
        max-width: 540px;
        margin: 0 auto;
        padding-left: 0 !important;
        padding-right: 0 !important;
        overflow: visible;
        box-sizing: border-box;
    }

    .section-parceiros h2 {
        margin-top: 10px !important;
        width: 100%;
        max-width: var(--home-mobile-content-width);
        margin-left: auto;
        margin-right: auto;
        padding-left: var(--home-mobile-side-gap);
        padding-right: var(--home-mobile-side-gap);
        box-sizing: border-box;
    }

    .section-parceiros .bg2 {
        width: 100%;
        height: 132px;
        left: 0;
        right: 0;
        top: 120px;
        transform: none;
        margin: 0;
    }

    .parceiros-title-outside {
        margin-top: 0 !important;
        margin-bottom: 12px !important;
    }

    .section-parceiros .slide-parceiros {
        width: calc(100% - var(--home-mobile-side-gap));
        max-width: none;
        margin: 0 0 0 var(--home-mobile-side-gap) !important;
        overflow: visible;
    }

    .section-parceiros .slide-parceiros .owl-stage-outer {
        overflow: hidden;
    }

    .section-parceiros .slide-parceiros .owl-stage {
        display: flex !important;
        align-items: center !important;
    }

    .section-parceiros .slide-parceiros .owl-item {
        width: var(--home-mobile-partner-slot-width) !important;
        min-width: var(--home-mobile-partner-slot-width);
        min-height: 132px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .section-parceiros .slide-parceiros .item-parceiro {
        width: var(--home-mobile-partner-slot-width);
        min-width: var(--home-mobile-partner-slot-width);
        min-height: var(--home-mobile-partner-logo-height);
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0;
    }

    .section-parceiros .slide-parceiros .item-parceiro img {
        width: var(--home-mobile-partner-logo-width) !important;
        height: var(--home-mobile-partner-logo-height) !important;
        max-width: var(--home-mobile-partner-logo-width) !important;
        max-height: var(--home-mobile-partner-logo-height) !important;
        margin-top: 100px !important;
        object-fit: contain;
        object-position: center;
    }

    .section-parceiros .slide-parceiros .item-parceiro a {
        width: 100%;
        height: var(--home-mobile-partner-logo-height);
        display: flex;
        align-items: center;
        justify-content: center;
    }
}


/* =====================================================================
   RESPONSIVIDADE FLUIDA · 1280 → 1920 — linha abaixo do banner (ondas-4)
   Vale para blog E post (post carrega blog.css). Interpola entre o
   snapshot (max-width:1440, que cobre 1280) e o default de 1920.
   ===================================================================== */
@media only screen and (min-width: 1281px) and (max-width: 1920px) {
    .blog-banner-linha {
        bottom: clamp(-186px, calc(-98px - (100vw - 1280px) * 0.1375), -98px);
        width: clamp(318px, calc(318px + (100vw - 1280px) * 0.19375), 442px);
        height: clamp(321px, calc(321px + (100vw - 1280px) * 0.165625), 427px);
    }
}
