@charset "UTF-8";

/* Hero experimental da index-nova.jsp. A index.jsp original não usa este arquivo. */
.home-hero-nova {
    --hero-image-desktop: none;
    --hero-image-mobile: var(--hero-image-desktop);
    position: relative;
    isolation: isolate;
    min-height: 610px;
    padding: 145px 0 82px;
    overflow: hidden;
    background: #001F3F;
}

.home-hero-nova::before,
.home-hero-nova::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.home-hero-nova::before {
    z-index: -2;
    background-image: var(--hero-image-desktop);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    transform: scale(1.01);
}

.home-hero-nova::after {
    z-index: -1;
    background:
        linear-gradient(90deg, rgba(3, 18, 31, .94) 0%, rgba(3, 20, 34, .76) 43%, rgba(3, 22, 37, .42) 68%, rgba(3, 18, 31, .62) 100%),
        linear-gradient(0deg, rgba(3, 18, 31, .68) 0%, rgba(3, 18, 31, 0) 52%);
}

.home-hero-conteudo {
    position: relative;
    z-index: 1;
}

.home-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(360px, .85fr);
    gap: clamp(42px, 7vw, 96px);
    align-items: center;
}

.home-hero-copy {
    max-width: 720px;
    color: #fff;
}

.home-hero-kicker,
.swell-agora-kicker {
    margin: 0 0 12px;
    font-family: inter-bold;
    font-size: 9pt;
    letter-spacing: .15em;
    text-transform: uppercase;
}

.home-hero-kicker {
    color: #73e9f5;
}

.home-hero-copy h1 {
    margin: 0;
    max-width: 680px;
    color: #fff;
    font-family: inter-black;
    font-size: clamp(34px, 4.1vw, 62px);
    line-height: 1.02;
    letter-spacing: -.045em;
    text-wrap: balance;
}

.home-hero-copy h1 span {
    display: block;
    color: #16d6e9;
}

.home-hero-tagline {
    margin: 18px 0 8px;
    color: #fff;
    font-family: inter-bold;
    font-size: 13pt;
}

.home-hero-resumo {
    max-width: 690px;
    margin: 0;
    color: rgba(255, 255, 255, .82);
    font-family: inter-regular;
    font-size: 11.5pt;
    line-height: 1.58;
}

.home-hero-acoes {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 26px;
}

.home-hero-btn {
    display: inline-flex;
    min-height: 48px;
    padding: 0 22px;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border: 1px solid transparent;
    border-radius: 999px;
    font-family: inter-bold;
    font-size: 10pt;
    text-decoration: none;
    transition: transform .2s ease, background-color .2s ease, border-color .2s ease;
}

.home-hero-btn:hover {
    transform: translateY(-2px);
    text-decoration: none;
}

.home-hero-btn-principal {
    color: #032237;
    background: #16d6e9;
}

.home-hero-btn-principal:hover {
    color: #032237;
    background: #74edf7;
}

.home-hero-btn-secundario {
    color: #fff;
    border-color: rgba(255, 255, 255, .38);
    background: rgba(4, 25, 42, .36);
    backdrop-filter: blur(8px);
}

.home-hero-btn-secundario:hover {
    color: #fff;
    border-color: rgba(255, 255, 255, .72);
    background: rgba(4, 25, 42, .62);
}

.home-previsao-principal {
    min-width: 0;
}

.home-previsao-carregando {
    padding: 36px;
    color: rgba(255, 255, 255, .72);
    border: 1px solid rgba(126, 226, 244, .22);
    border-radius: 22px;
    background: rgba(3, 24, 41, .78);
    box-shadow: 0 28px 70px rgba(0, 0, 0, .35);
    font-family: inter-regular;
    text-align: center;
    backdrop-filter: blur(16px);
}

.home-previsao-principal .home-pico-card {
    position: relative;
    display: block;
    min-height: 310px;
    padding: 28px;
    overflow: hidden;
    color: #06243a;
    border: 1px solid rgba(255, 255, 255, .9);
    border-radius: 22px;
    background: rgba(250, 253, 254, .92);
    box-shadow: 0 28px 70px rgba(0, 0, 0, .38);
    backdrop-filter: blur(16px);
}

.home-previsao-principal .home-pico-card:hover {
    color: #06243a;
    background: rgba(255, 255, 255, .97);
}

.home-previsao-principal .home-pico-card::before {
    content: "Condições atuais";
    display: block;
    margin-bottom: 12px;
    color: rgba(6, 36, 58, .62);
    font-family: inter-bold;
    font-size: 9pt;
    text-transform: uppercase;
    letter-spacing: .09em;
}

.home-previsao-principal .home-pico-img-wrap {
    display: none;
}

.home-previsao-principal .home-pico-info {
    width: 100%;
}

.home-previsao-principal .home-pico-nome {
    color: #06243a;
    font-family: inter-black;
    font-size: 20pt;
}

.home-previsao-principal .home-pico-local {
    margin-top: 4px;
    color: #078a9b;
    font-family: inter-medium;
    font-size: 9pt;
}

.home-previsao-principal .home-pico-metricas {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
    margin: 26px 0 0;
    padding: 18px 0;
    border-top: 1px solid rgba(6, 36, 58, .13);
    border-bottom: 1px solid rgba(6, 36, 58, .13);
}

.home-previsao-metrica {
    display: flex;
    min-width: 0;
    padding: 0 14px;
    flex-direction: column;
    border-right: 1px solid rgba(6, 36, 58, .13);
}

.home-previsao-metrica:first-child {
    padding-left: 0;
}

.home-previsao-metrica:last-child {
    padding-right: 0;
    border-right: 0;
}

.home-previsao-metrica strong {
    color: #06243a;
    font-family: inter-black;
    font-size: 16pt;
    white-space: nowrap;
}

.home-previsao-metrica small {
    margin-top: 4px;
    color: rgba(6, 36, 58, .5);
    font-family: inter-bold;
    font-size: 7pt;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.home-previsao-principal .home-pico-condicao {
    margin-top: 18px;
    padding: 7px 10px;
    color: #032237;
    border-radius: 999px;
    font-size: 8pt;
}

.home-previsao-rodape {
    display: flex;
    margin-top: 20px;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    color: rgba(6, 36, 58, .5);
    font-family: inter-regular;
    font-size: 8pt;
}

.home-previsao-rodape strong {
    color: #008da1;
    font-family: inter-bold;
    font-weight: normal;
}

/* Faixa de cards do Swell Agora. */
.swell-agora-nova {
    padding: 30px 0 42px;
    background: #f7f9fb;
    border-bottom: 1px solid #e4ebf0;
}

.swell-agora-cabecalho {
    display: flex;
    margin-bottom: 18px;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}

.swell-agora-identidade {
    display: flex;
    min-width: 0;
    align-items: center;
    gap: 20px;
}

.swell-agora-logo {
    display: flex;
    width: 76px;
    height: 76px;
    flex: 0 0 76px;
    align-items: center;
    justify-content: center;
    padding: 9px;
    border: 1px solid #dce8ed;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 12px 28px rgba(5, 35, 54, .1);
}

.swell-agora-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.swell-agora-kicker {
    margin: 0 0 4px;
    color: #079aad;
    font-size: 8pt;
    letter-spacing: .1em;
}

.swell-agora-cabecalho h2 {
    margin: 0;
    color: #071f32;
    font-family: inter-black;
    font-size: clamp(22px, 2.2vw, 30px);
    line-height: 1.15;
}

.swell-agora-cabecalho p:last-child {
    max-width: 820px;
    margin: 3px 0 0;
    color: #667784;
    font-family: inter-regular;
    font-size: 10pt;
    line-height: 1.5;
}

.swell-agora-ver-todos {
    flex: 0 0 auto;
    padding-bottom: 4px;
    color: #079aad;
    font-family: inter-bold;
    font-size: 10pt;
    text-decoration: none;
}

.swell-agora-ver-todos:hover {
    color: #056a77;
    text-decoration: none;
}

.swell-agora-cards .home-picos-banner {
    padding: 0;
    border-radius: 0;
    box-shadow: none;
}

.swell-agora-cards .home-picos-topo {
    display: none;
}

.swell-agora-cards .home-picos-indisponivel {
    display: flex;
    min-height: 112px;
    align-items: center;
    justify-content: center;
    color: #667784;
    border: 1px dashed #c9d7de;
    border-radius: 14px;
    background: #fff;
    font-family: inter-regular;
    text-align: center;
}

.swell-agora-cards .home-picos-indisponivel p,
.home-dados-indisponiveis {
    margin: 0;
}

.home-dados-indisponiveis {
    padding: 28px;
    color: #667784;
    border: 1px dashed #c9d7de;
    border-radius: 14px;
    background: #fff;
    font-family: inter-regular;
    text-align: center;
}

/* Cabeçalhos do Swell em Série. Os carrosséis desktop e mobile continuam separados. */
.swell-serie-nova {
    padding-top: 54px;
}

.swell-serie-cabecalho {
    display: flex;
    max-width: 980px;
    align-items: center;
    gap: 20px;
}

.swell-serie-logo {
    display: flex;
    width: 76px;
    height: 76px;
    flex: 0 0 76px;
    align-items: center;
    justify-content: center;
    padding: 9px;
    border: 1px solid #dce8ed;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 12px 28px rgba(5, 35, 54, .1);
}

.swell-serie-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.swell-serie-kicker {
    margin: 0 0 4px;
    color: #079aad;
    font-family: inter-bold;
    font-size: 8pt;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.swell-serie-titulos h2,
.swell-serie-titulo-mobile {
    margin: 0;
    color: #071f32;
    font-family: inter-black;
    font-size: clamp(24px, 2.6vw, 36px);
    line-height: 1.08;
}

.swell-serie-titulos > p:last-child {
    max-width: 850px;
    margin: 7px 0 0;
    color: #667784;
    font-family: inter-regular;
    font-size: 10.5pt;
    line-height: 1.5;
}

@media (max-width: 991.98px) {
    .swell-serie-nova {
        padding-top: 38px;
    }

    .swell-serie-cabecalho-mobile {
        margin-bottom: 22px;
        align-items: flex-start;
        gap: 14px;
    }

    .swell-serie-logo {
        width: 62px;
        height: 62px;
        flex-basis: 62px;
        padding: 7px;
        border-radius: 16px;
    }

    .swell-serie-titulo-mobile {
        font-size: 22pt;
    }

    .swell-serie-titulos > p:last-child {
        font-size: 10pt;
    }
}

@media (max-width: 575.98px) {
    .swell-serie-cabecalho-mobile {
        display: block;
    }

    .swell-serie-logo {
        margin-bottom: 14px;
    }
}

/* Mundial de Surf: a paleta ocupa o container-fluid; o container interno alinha. */
.mundial-home-secao {
    flex: none !important;
    padding: 0;
    color: #082d3d;
    background: #f1e8d8;
}

.mundial-home-conteudo {
    padding-top: 56px;
    padding-bottom: 60px;
}

.mundial-home-secao .mds-home-ranking {
    padding: 0;
    color: #082d3d;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.mundial-home-secao .mds-home-ranking-header {
    align-items: center;
}

.mundial-home-secao .mds-home-ranking-logo-wrap {
    display: flex;
    width: 82px;
    height: 82px;
    flex: 0 0 82px;
    align-items: center;
    justify-content: center;
    padding: 8px;
    border: 1px solid rgba(90, 120, 130, .2);
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 12px 28px rgba(75, 52, 30, .1);
}

.mundial-home-secao .mds-home-ranking-logo {
    width: 100%;
    height: 100%;
}

.mundial-home-secao .mds-home-ranking-kicker {
    color: #b86538;
    font-family: inter-bold, sans-serif;
    font-size: 8pt;
    letter-spacing: .1em;
}

.mundial-home-secao .mds-home-ranking-h2 {
    color: #082d3d;
    font-size: clamp(22px, 2.35vw, 34px);
    line-height: 1.12;
}

.mundial-home-secao .mds-home-ranking-p {
    max-width: 760px;
    color: #586d73;
    font-size: 10.5pt;
    line-height: 1.5;
}

.mundial-home-secao .mds-home-ranking-btn {
    min-width: 220px;
    max-width: none;
    justify-content: center;
    gap: 10px;
    padding: 14px 19px;
    color: #fff;
    background: #c8703f;
    font-family: inter-bold, sans-serif;
    font-size: 10pt;
    line-height: 1.25;
    text-align: center;
}

.mundial-home-secao .mds-home-ranking-btn:hover {
    color: #fff;
    background: #aa572f;
    text-decoration: none;
}

.mundial-home-secao .mds-home-ranking-widget {
    border: 1px solid rgba(90, 120, 130, .16);
    box-shadow: 0 12px 28px rgba(75, 52, 30, .07);
}

.mundial-home-secao .mds-home-ranking-row {
    display: grid;
    grid-template-columns: 20px minmax(0, 1fr) max-content;
    align-items: center;
    column-gap: 10px;
    margin: 0 -10px;
    padding: 7px 10px;
    border-radius: 9px;
    cursor: pointer;
    text-decoration: none;
    transition: color .18s ease, background-color .18s ease, transform .18s ease;
}

.mundial-home-secao .mds-home-ranking-row:hover,
.mundial-home-secao .mds-home-ranking-row:focus-visible {
    color: inherit;
    background: rgba(200, 112, 63, .13);
    text-decoration: none;
    transform: translateX(3px);
    outline: none;
}

.mundial-home-secao .mds-home-ranking-row:hover .mds-home-ranking-nome-n,
.mundial-home-secao .mds-home-ranking-row:focus-visible .mds-home-ranking-nome-n {
    color: #a94f29;
}

.mundial-home-secao .mds-home-ranking-nome {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 9px;
    min-width: 0;
    overflow: hidden;
}

.mundial-home-secao .mds-home-ranking-nome-n {
    flex: 0 0 auto;
    min-width: max-content;
    overflow: visible;
    text-overflow: clip;
}

.mundial-home-secao .mds-home-ranking-nome-p {
    flex: 0 0 auto;
    white-space: nowrap;
}

.mundial-home-secao .mds-home-ranking-pts {
    justify-self: end;
    margin-left: auto;
    text-align: right;
}

@media (max-width: 767.98px) {
    .mundial-home-conteudo {
        padding-top: 40px;
        padding-bottom: 44px;
    }

    .mundial-home-secao .mds-home-ranking-header {
        align-items: flex-start;
        gap: 14px;
    }

    .mundial-home-secao .mds-home-ranking-logo-wrap {
        width: 64px;
        height: 64px;
        flex-basis: 64px;
        padding: 6px;
        border-radius: 16px;
    }

    .mundial-home-secao .mds-home-ranking-header-texto {
        flex-basis: calc(100% - 78px);
    }

    .mundial-home-secao .mds-home-ranking-btn {
        width: 100%;
        max-width: none;
    }
}

.swell-agora-cards .home-picos-lista {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 14px;
}

.swell-agora-cards .home-pico-card {
    position: relative;
    display: flex;
    min-width: 0;
    overflow: hidden;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    color: #071f32;
    border: 1px solid #dce6eb;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 10px 26px rgba(5, 35, 54, .08);
}

.swell-agora-cards .home-pico-card:hover {
    color: #071f32;
    border-color: #92dfe7;
    background: #fff;
    box-shadow: 0 16px 34px rgba(5, 35, 54, .13);
}

.swell-agora-cards .home-pico-img-wrap {
    width: 100%;
    height: 82px;
    border-radius: 0;
    padding: 7px;
    background: linear-gradient(135deg, #082c43, #0b6070);
}

.swell-agora-cards .home-pico-img {
    object-fit: contain;
}

.swell-agora-cards .home-pico-info {
    position: relative;
    padding: 11px 12px 12px;
}

.swell-agora-cards .home-pico-nome {
    overflow: hidden;
    color: #071f32;
    padding-right: 15px;
    font-size: 9pt;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.swell-agora-cards .home-pico-local {
    margin-top: 2px;
    color: #82909a;
    font-size: 7pt;
    text-transform: uppercase;
}

.swell-agora-cards .home-pico-metricas {
    display: flex;
    margin-top: 12px;
    align-items: flex-end;
    justify-content: space-between;
    gap: 10px;
    color: #071f32;
    white-space: normal;
}

.swell-agora-cards .home-pico-altura {
    font-family: inter-black;
    font-size: 18pt;
    line-height: 1;
    white-space: nowrap;
}

.swell-agora-cards .home-pico-detalhes {
    display: flex;
    gap: 10px;
    font-family: inter-bold;
    font-size: 8pt;
}

.swell-agora-cards .home-pico-detalhes span {
    display: flex;
    flex-direction: column;
}

.swell-agora-cards .home-pico-detalhes small {
    margin-bottom: 2px;
    color: #94a2ab;
    font-family: inter-bold;
    font-size: 5.5pt;
    letter-spacing: .04em;
}

.swell-agora-cards .home-pico-condicao {
    position: absolute;
    top: 14px;
    right: 12px;
    width: 7px;
    height: 7px;
    margin: 0;
    padding: 0;
    overflow: hidden;
    border-radius: 50%;
    color: transparent;
    font-size: 0;
}

.swell-agora-cards .home-pico-info::after {
    content: "Ver detalhes  \2192";
    display: block;
    margin-top: 12px;
    padding-top: 9px;
    color: #079aad;
    border-top: 1px solid #edf1f3;
    font-family: inter-bold;
    font-size: 7pt;
    text-align: right;
}

@media (max-width: 1199.98px) {
    .home-hero-grid {
        grid-template-columns: minmax(0, 1fr) minmax(330px, .78fr);
        gap: 40px;
    }

    .swell-agora-cards .home-picos-lista {
        grid-template-columns: repeat(5, minmax(170px, 1fr));
        overflow-x: auto;
        padding: 0 2px 14px;
        scroll-snap-type: x proximity;
    }

    .swell-agora-cards .home-pico-card {
        scroll-snap-align: start;
    }
}

@media (max-width: 991.98px) {
    .home-hero-nova {
        min-height: 0;
        padding: 120px 0 66px;
    }

    .home-hero-grid {
        grid-template-columns: 1fr;
        gap: 34px;
    }

    .home-hero-copy {
        max-width: 760px;
    }

    .home-previsao-principal {
        width: min(100%, 620px);
    }
}

@media (max-width: 767.98px) {
    .home-hero-nova {
        padding: 104px 0 48px;
    }

    .home-hero-nova::before {
        background-image: var(--hero-image-mobile);
        background-position: center center;
    }

    .home-hero-nova::after {
        background: linear-gradient(180deg, rgba(3, 18, 31, .9) 0%, rgba(3, 20, 34, .72) 45%, rgba(3, 18, 31, .9) 100%);
    }

    .home-hero-copy h1 {
        font-size: clamp(34px, 10vw, 49px);
    }

    .home-hero-copy h1 span {
        display: inline;
    }

    .home-hero-resumo {
        font-size: 10.5pt;
    }

    .home-hero-acoes {
        flex-direction: column;
        align-items: stretch;
    }

    .home-hero-btn {
        width: 100%;
    }

    .home-previsao-principal .home-pico-card {
        min-height: 0;
        padding: 22px;
    }

    .home-previsao-principal .home-pico-nome {
        font-size: 17pt;
    }

    .home-previsao-principal .home-pico-metricas {
        margin-top: 20px;
    }

    .home-previsao-metrica strong {
        font-size: 13pt;
    }

    .swell-agora-nova {
        padding: 28px 0 34px;
    }

    .swell-agora-cabecalho {
        display: block;
    }

    .swell-agora-identidade {
        align-items: flex-start;
        gap: 14px;
    }

    .swell-agora-logo {
        width: 62px;
        height: 62px;
        flex-basis: 62px;
        padding: 7px;
        border-radius: 16px;
    }

    .swell-agora-ver-todos {
        display: inline-block;
        margin-top: 14px;
    }

    .swell-agora-cards {
        margin-right: -15px;
    }

    .swell-agora-cards .home-picos-lista {
        grid-template-columns: repeat(5, 210px);
        padding-right: 15px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .home-hero-btn,
    .home-pico-card {
        transition: none;
    }
}

/* Games & Surfboards */
.games-home-secao {
    flex: none !important;
    padding: 0;
    color: #f5f8ff;
    background:
        radial-gradient(circle at 8% 12%, rgba(43, 199, 190, .18), transparent 28%),
        radial-gradient(circle at 88% 20%, rgba(73, 115, 231, .20), transparent 30%),
        linear-gradient(135deg, #09152f 0%, #102849 58%, #073e4d 100%);
}

.games-home-conteudo {
    padding-top: 58px;
    padding-bottom: 62px;
}

.games-home-header {
    display: grid;
    grid-template-columns: 82px minmax(0, 1fr) auto;
    align-items: center;
    gap: 25px;
}

.games-home-logo-wrap {
    display: flex;
    width: 82px;
    height: 82px;
    align-items: center;
    justify-content: center;
    padding: 8px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .22);
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 16px 36px rgba(0, 0, 0, .22);
}

.games-home-logo {
    display: block;
    width: 100%;
    height: auto;
}

.games-home-kicker,
.games-home-timeline-kicker {
    margin-bottom: 7px;
    color: #70e2d8;
    font-size: 9pt;
    font-weight: 800;
    letter-spacing: .14em;
    line-height: 1.25;
    text-transform: uppercase;
}

.games-home-h2 {
    max-width: 760px;
    margin: 0;
    color: #fff;
    font-size: clamp(24px, 2.45vw, 37px);
    font-weight: 800;
    letter-spacing: -.035em;
    line-height: 1.08;
}

.games-home-resumo {
    max-width: 820px;
    margin: 13px 0 0;
    color: #cbd8e9;
    font-size: 11pt;
    line-height: 1.6;
}

.games-home-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border-radius: 999px;
    font-size: 10pt;
    font-weight: 800;
    line-height: 1.25;
    text-decoration: none;
    transition: transform .2s ease, background-color .2s ease, border-color .2s ease;
}

.games-home-cta:hover {
    transform: translateY(-2px);
    text-decoration: none;
}

.games-home-cta-principal {
    min-width: 220px;
    padding: 14px 19px;
    color: #08162f;
    background: #70e2d8;
    box-shadow: 0 12px 28px rgba(0, 0, 0, .18);
}

.games-home-cta-principal:hover {
    color: #08162f;
    background: #96f0e8;
}

.games-home-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 28px;
}

.games-home-chips span {
    padding: 7px 11px;
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 999px;
    color: #d9e4f2;
    background: rgba(255, 255, 255, .07);
    font-size: 8.5pt;
    line-height: 1;
}

.games-home-chips strong {
    color: #fff;
}

.games-home-chips .games-home-chip-plataforma {
    color: #70e2d8;
    border-color: rgba(112, 226, 216, .28);
    background: rgba(112, 226, 216, .09);
}

.games-home-cards {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
    margin-top: 25px;
}

.games-home-card {
    display: grid;
    grid-template-columns: 136px minmax(0, 1fr);
    min-height: 215px;
    overflow: hidden;
    color: inherit;
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 20px;
    background: rgba(5, 17, 39, .62);
    box-shadow: 0 18px 40px rgba(0, 0, 0, .18);
    text-decoration: none;
    transition: transform .2s ease, border-color .2s ease, background-color .2s ease;
}

.games-home-card:hover {
    color: inherit;
    border-color: rgba(112, 226, 216, .48);
    background: rgba(8, 25, 51, .84);
    text-decoration: none;
    transform: translateY(-4px);
}

.games-home-capa-wrap {
    position: relative;
    min-height: 215px;
    overflow: hidden;
    background: #071329;
}

.games-home-capa {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.games-home-nota {
    position: absolute;
    right: 9px;
    bottom: 9px;
    display: flex;
    min-width: 54px;
    min-height: 54px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 6px;
    color: #06142b;
    border: 2px solid rgba(255, 255, 255, .72);
    border-radius: 14px;
    background: #70e2d8;
    box-shadow: 0 8px 20px rgba(0, 0, 0, .35);
}

.games-home-nota small {
    font-size: 5.5pt;
    font-weight: 900;
    letter-spacing: .08em;
    line-height: 1;
}

.games-home-nota strong {
    margin-top: 2px;
    font-size: 17pt;
    line-height: 1;
}

.games-home-card-corpo {
    display: flex;
    min-width: 0;
    flex-direction: column;
    padding: 19px 17px 17px;
}

.games-home-meta {
    overflow: hidden;
    color: #70e2d8;
    font-size: 8pt;
    font-weight: 700;
    line-height: 1.2;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.games-home-card h3 {
    margin: 7px 0 9px;
    color: #fff;
    font-size: 14pt;
    font-weight: 800;
    letter-spacing: -.02em;
    line-height: 1.17;
}

.games-home-card p {
    display: -webkit-box;
    margin: 0;
    overflow: hidden;
    color: #bfcde0;
    font-size: 9pt;
    line-height: 1.45;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.games-home-card-link {
    margin-top: auto;
    padding-top: 13px;
    color: #fff;
    font-size: 8.5pt;
    font-weight: 800;
}

.games-home-indisponivel {
    margin-top: 25px;
    padding: 22px;
    color: #d9e4f2;
    border: 1px solid rgba(255, 255, 255, .13);
    border-radius: 18px;
    background: rgba(5, 17, 39, .48);
}

.games-home-timeline-bloco {
    margin-top: 28px;
    padding: 25px 28px 27px;
    border: 1px solid rgba(255, 255, 255, .13);
    border-radius: 22px;
    background: rgba(255, 255, 255, .055);
}

.games-home-timeline-topo {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.games-home-timeline-topo h3 {
    margin: 0;
    color: #fff;
    font-size: 16pt;
    font-weight: 800;
}

.games-home-cta-timeline {
    flex: 0 0 auto;
    padding: 10px 15px;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, .24);
    background: rgba(255, 255, 255, .06);
}

.games-home-cta-timeline:hover {
    color: #fff;
    border-color: #70e2d8;
    background: rgba(112, 226, 216, .10);
}

.games-home-timeline {
    position: relative;
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 14px;
    margin: 28px 0 0;
    padding: 0;
    list-style: none;
}

.games-home-timeline::before {
    position: absolute;
    top: 8px;
    right: 6%;
    left: 6%;
    height: 2px;
    content: "";
    background: linear-gradient(90deg, #70e2d8, rgba(112, 226, 216, .18));
}

.games-home-timeline li {
    position: relative;
    padding-top: 24px;
}

.games-home-timeline li::before {
    position: absolute;
    top: 1px;
    left: 0;
    width: 15px;
    height: 15px;
    content: "";
    border: 3px solid #0c2342;
    border-radius: 50%;
    background: #70e2d8;
    box-shadow: 0 0 0 2px rgba(112, 226, 216, .42);
}

.games-home-timeline li strong,
.games-home-timeline li span {
    display: block;
}

.games-home-timeline li strong {
    color: #70e2d8;
    font-size: 9pt;
}

.games-home-timeline li span {
    margin-top: 3px;
    color: #dbe5f3;
    font-size: 8.5pt;
    line-height: 1.3;
}

@media (max-width: 991px) {
    .games-home-header {
        grid-template-columns: 64px minmax(0, 1fr);
    }

    .games-home-logo-wrap {
        width: 64px;
        height: 64px;
        padding: 6px;
        border-radius: 16px;
    }

    .games-home-cta-principal {
        grid-column: 2;
        justify-self: start;
    }

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

    .games-home-card {
        grid-template-columns: 155px minmax(0, 1fr);
    }
}

@media (max-width: 575px) {
    .games-home-conteudo {
        padding-top: 38px;
        padding-bottom: 42px;
    }

    .games-home-header {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 17px;
    }

    .games-home-logo-wrap {
        width: 64px;
        height: 64px;
        border-radius: 16px;
    }

    .games-home-h2 {
        font-size: 23px;
    }

    .games-home-resumo {
        font-size: 10pt;
    }

    .games-home-cta-principal {
        width: 100%;
    }

    .games-home-chips {
        margin-top: 22px;
    }

    .games-home-card {
        grid-template-columns: 112px minmax(0, 1fr);
        min-height: 190px;
        border-radius: 17px;
    }

    .games-home-capa-wrap {
        min-height: 190px;
    }

    .games-home-card-corpo {
        padding: 15px 13px 14px;
    }

    .games-home-card h3 {
        font-size: 12.5pt;
    }

    .games-home-card p {
        -webkit-line-clamp: 2;
    }

    .games-home-nota {
        right: 7px;
        bottom: 7px;
        min-width: 48px;
        min-height: 48px;
    }

    .games-home-nota strong {
        font-size: 14pt;
    }

    .games-home-timeline-bloco {
        padding: 21px 18px 22px;
    }

    .games-home-timeline-topo {
        align-items: flex-start;
        flex-direction: column;
        gap: 16px;
    }

    .games-home-cta-timeline {
        width: 100%;
    }

    .games-home-timeline {
        display: block;
        margin-top: 24px;
        padding-left: 7px;
    }

    .games-home-timeline::before {
        top: 6px;
        bottom: 8px;
        left: 13px;
        width: 2px;
        height: auto;
    }

    .games-home-timeline li {
        min-height: 55px;
        padding: 0 0 17px 30px;
    }

    .games-home-timeline li::before {
        top: 1px;
        left: 0;
    }
}

/* Mundial de Surf: acervo histórico */
.acervo-mundial-secao {
    flex: none !important;
    padding: 0;
    color: #082d3d;
    background:
        radial-gradient(circle at 90% 5%, rgba(8, 125, 134, .10), transparent 30%),
        linear-gradient(135deg, #edf4f5 0%, #e5eef0 100%);
}

.acervo-mundial-conteudo {
    padding-top: 58px;
    padding-bottom: 62px;
}

.acervo-mundial-header {
    display: grid;
    grid-template-columns: 82px minmax(0, 1fr) auto;
    align-items: center;
    gap: 25px;
}

.acervo-mundial-logo-wrap {
    display: flex;
    width: 82px;
    height: 82px;
    align-items: center;
    justify-content: center;
    padding: 8px;
    overflow: hidden;
    border: 1px solid rgba(90, 120, 130, .20);
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 12px 28px rgba(25, 63, 73, .10);
}

.acervo-mundial-logo {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.acervo-mundial-kicker,
.acervo-mundial-card-kicker {
    color: #087d86;
    font-family: inter-bold, sans-serif;
    font-size: 8pt;
    letter-spacing: .11em;
    line-height: 1.3;
    text-transform: uppercase;
}

.acervo-mundial-kicker {
    margin-bottom: 6px;
}

.acervo-mundial-h2 {
    max-width: 760px;
    margin: 0;
    color: #082d3d;
    font-family: inter-black, sans-serif;
    font-size: clamp(24px, 2.45vw, 36px);
    letter-spacing: -.035em;
    line-height: 1.08;
}

.acervo-mundial-resumo {
    max-width: 850px;
    margin: 12px 0 0;
    color: #526b72;
    font-size: 10.5pt;
    line-height: 1.55;
}

.acervo-mundial-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border-radius: 999px;
    font-family: inter-bold, sans-serif;
    font-size: 10pt;
    line-height: 1.25;
    text-decoration: none;
    transition: color .2s ease, background-color .2s ease, transform .2s ease;
}

.acervo-mundial-cta:hover {
    text-decoration: none;
    transform: translateY(-2px);
}

.acervo-mundial-cta-principal {
    min-width: 220px;
    padding: 14px 19px;
    color: #fff;
    background: #087d86;
    box-shadow: 0 12px 26px rgba(8, 75, 82, .18);
}

.acervo-mundial-cta-principal:hover {
    color: #fff;
    background: #05646c;
}

.acervo-mundial-metricas {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
    margin-top: 30px;
}

.acervo-mundial-metricas > div,
.acervo-mundial-metricas > a {
    display: flex;
    min-height: 78px;
    align-items: center;
    gap: 12px;
    padding: 16px 19px;
    color: inherit;
    border: 1px solid rgba(53, 96, 105, .13);
    border-radius: 16px;
    background: rgba(255, 255, 255, .72);
    box-shadow: 0 10px 24px rgba(25, 63, 73, .055);
    text-decoration: none;
}

.acervo-mundial-metricas > a {
    transition: border-color .2s ease, background-color .2s ease, transform .2s ease;
}

.acervo-mundial-metricas > a:hover {
    color: inherit;
    border-color: rgba(8, 125, 134, .36);
    background: #fff;
    text-decoration: none;
    transform: translateY(-2px);
}

.acervo-mundial-metricas strong {
    color: #c8703f;
    font-family: inter-black, sans-serif;
    font-size: 22pt;
    letter-spacing: -.04em;
    line-height: 1;
}

.acervo-mundial-metricas span {
    color: #526b72;
    font-family: inter-bold, sans-serif;
    font-size: 9pt;
    text-transform: uppercase;
}

.acervo-mundial-cards {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
    margin-top: 20px;
}

.acervo-mundial-card {
    position: relative;
    display: flex;
    min-height: 310px;
    flex-direction: column;
    overflow: hidden;
    padding: 27px 25px 23px;
    color: #082d3d;
    border: 1px solid rgba(53, 96, 105, .14);
    border-radius: 22px;
    background: rgba(255, 255, 255, .88);
    box-shadow: 0 16px 34px rgba(25, 63, 73, .08);
    text-decoration: none;
    transition: color .2s ease, border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.acervo-mundial-card::after {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 4px;
    content: "";
    background: linear-gradient(90deg, #087d86, #55b6b6);
}

.acervo-mundial-card-temporadas::after {
    background: linear-gradient(90deg, #c8703f, #e5a06d);
}

.acervo-mundial-card:hover {
    color: #082d3d;
    border-color: rgba(8, 125, 134, .34);
    background: #fff;
    box-shadow: 0 20px 42px rgba(25, 63, 73, .13);
    text-decoration: none;
    transform: translateY(-5px);
}

.acervo-mundial-card h3 {
    margin: 9px 0 12px;
    color: #082d3d;
    font-family: inter-black, sans-serif;
    font-size: 19pt;
    letter-spacing: -.025em;
    line-height: 1.12;
}

.acervo-mundial-card p {
    margin: 0;
    color: #5a7076;
    font-size: 10pt;
    line-height: 1.55;
}

.acervo-mundial-anos,
.acervo-mundial-filtros {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 7px;
    margin-top: 22px;
}

.acervo-mundial-anos a,
.acervo-mundial-filtros a {
    display: inline-flex;
    align-items: center;
    padding: 7px 9px;
    border-radius: 9px;
    font-family: inter-bold, sans-serif;
    font-size: 8pt;
    line-height: 1;
    text-decoration: none;
    transition: color .18s ease, border-color .18s ease, background-color .18s ease, transform .18s ease;
}

.acervo-mundial-anos a {
    color: #8d4727;
    border: 1px solid rgba(200, 112, 63, .23);
    background: rgba(200, 112, 63, .09);
}

.acervo-mundial-anos a:hover,
.acervo-mundial-anos a:focus-visible {
    color: #fff;
    border-color: #b85f34;
    background: #c8703f;
    text-decoration: none;
    transform: translateY(-2px);
}

.acervo-mundial-anos i {
    color: #83979c;
    font-style: normal;
}

.acervo-mundial-filtros a {
    color: #08727a;
    border: 1px solid rgba(8, 125, 134, .18);
    background: rgba(8, 125, 134, .075);
}

.acervo-mundial-filtros a:hover,
.acervo-mundial-filtros a:focus-visible {
    color: #fff;
    border-color: #087d86;
    background: #087d86;
    text-decoration: none;
    transform: translateY(-2px);
}

.acervo-mundial-card-link {
    display: block;
    margin-top: auto;
    padding-top: 25px;
    color: #087d86;
    font-family: inter-bold, sans-serif;
    font-size: 9pt;
    text-decoration: none;
}

.acervo-mundial-card-link:hover,
.acervo-mundial-card-link:focus-visible {
    color: #05646c;
    text-decoration: underline;
}

.acervo-mundial-card-temporadas .acervo-mundial-card-link {
    color: #b45f35;
}

@media (max-width: 991px) {
    .acervo-mundial-header {
        grid-template-columns: 64px minmax(0, 1fr);
        gap: 18px;
    }

    .acervo-mundial-logo-wrap {
        width: 64px;
        height: 64px;
        padding: 6px;
        border-radius: 16px;
    }

    .acervo-mundial-cta-principal {
        grid-column: 2;
        justify-self: start;
    }

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

    .acervo-mundial-card {
        min-height: 0;
    }
}

@media (max-width: 575px) {
    .acervo-mundial-conteudo {
        padding-top: 38px;
        padding-bottom: 42px;
    }

    .acervo-mundial-header {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 17px;
    }

    .acervo-mundial-h2 {
        font-size: 23px;
    }

    .acervo-mundial-resumo {
        font-size: 10pt;
    }

    .acervo-mundial-cta-principal {
        width: 100%;
    }

    .acervo-mundial-metricas {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 9px;
        margin-top: 24px;
    }

    .acervo-mundial-metricas > div,
    .acervo-mundial-metricas > a {
        min-height: 68px;
        padding: 13px 14px;
    }

    .acervo-mundial-metricas strong {
        font-size: 18pt;
    }

    .acervo-mundial-metricas span {
        font-size: 7.5pt;
    }

    .acervo-mundial-cards {
        gap: 13px;
        margin-top: 13px;
    }

    .acervo-mundial-card {
        padding: 24px 20px 21px;
        border-radius: 18px;
    }

    .acervo-mundial-card h3 {
        font-size: 16pt;
    }

    .acervo-mundial-card-link {
        padding-top: 22px;
    }
}
