/* Page-specific styles for dados.html */

/* CRITICAL: Ensure colon (:) in logo has color #380131 - must be first */
.logo svg path:first-child {
    fill: #380131 !important;
}

/* CRITICAL: Hide fixed-text in section 3 for dados page */
/* This overrides global.css rule that shows fixed-text in section 3 for non-index pages */
body.scroll-section-three .fixed-text {
    opacity: 0 !important;
    visibility: hidden !important;
}

/* CRITICAL: Hide dados-title and dados-separator by default - must be first */
.dados-title,
.dados-separator {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
}

/* Nav background to cover timeline when scrolling - only in section 3 */
body.scroll-section-three .fixed-nav {
    background-color: #FDFFDA !important;
}

/* Brasil menu item always visible */
.menu .brasil-menu-item {
    opacity: 1 !important;
    visibility: visible !important;
    max-width: 300px;
    margin-right: 40px;
}

.menu .brasil-menu-item a {
    color: #380131 !important;
    font-family: "MD Nichrome", sans-serif !important;
    font-size: 25px !important;
    font-style: normal !important;
    font-weight: 500 !important;
    line-height: normal !important;
}

/* Section 1: Gradient background and menu colors matching section 2 of legislacao */
.section-one {
    background: linear-gradient(180deg, #FD4950 16.94%, #FDFFDA 100%);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.menu li a {
    color: #FDFFDA;
    font-family: Inter, system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    transition: color 0.25s ease;
}

/* Mobile hamburger and search - same color as menu */
.mobile-search-icon svg {
    color: #FDFFDA;
}

/* Hamburger uses nav-separator color (#FDFFDA) in section 1 */
.hamburger-icon {
    color: #FDFFDA;
}

.mobile-hamburger-box {
    border-left-color: #FDFFDA;
}

.menu li a.active {
    color: #FDFFDA;
    font-weight: 800;
}

.logo svg path:not(:first-child) {
    fill: #FDFFC2;
}

.logo a {
    color: #FDFFDA;
}

.search-icon {
    color: #380131;
}

.search input {
    background-color: #FDFFDA;
    color: rgba(56, 1, 49, 0.30);
}

.search input::placeholder {
    color: rgba(56, 1, 49, 0.30);
}

.nav-separator {
    background-color: #FDFFDA;
}

/* Logo size and color (same as index) */
.logo svg {
    width: 137.159px;
    height: 21.3px;
}

.logo svg path:first-child {
    fill: #380131 !important;
}

/* Fixed text color - only change in section 2 */
body.scroll-section-two .fixed-text {
    color: #380131;
}

/* Logo color in section two */
body.scroll-section-two .logo svg path:not(:first-child) {
    fill: #380131;
}

/* Logo color in section three (same as section two) */
body.scroll-section-three .logo svg path:not(:first-child) {
    fill: #380131;
}

/* Section 2: background #FDFFDA */
.section-two {
    background-color: #FDFFDA;
}

body.scroll-section-two .section-two {
    background-color: #FDFFDA;
}

body.scroll-section-two .menu li a {
    color: #380131;
}

body.scroll-section-two .mobile-search-icon svg {
    color: #380131;
}

/* Hamburger uses nav-separator color (#FD4950) in section 2 */
body.scroll-section-two .hamburger-icon {
    color: #FD4950;
}

body.scroll-section-two .mobile-hamburger-box {
    border-left-color: #FD4950;
}

body.scroll-section-two .menu li a.active {
    color: #380131;
    font-weight: 800;
}

body.scroll-section-two .logo svg path:not(:first-child) {
    fill: #FD4950;
}

body.scroll-section-two .logo a {
    color: #FD4950;
}

body.scroll-section-two .search-icon {
    color: #FDFFDA;
}

body.scroll-section-two .search input {
    background-color: #380131;
    color: rgba(253, 255, 218, 0.33);
}

body.scroll-section-two .search input::placeholder {
    color: rgba(253, 255, 218, 0.33);
}

body.scroll-section-two .nav-separator {
    background-color: #FD4950;
}

/* Brasil menu item in section 2 */
body.scroll-section-two .menu .brasil-menu-item a {
    color: #FD4950 !important;
}

/* Section 3: same colors as section 2 */
.section-three {
    background-color: #FDFFDA;
    position: relative;
}

body.scroll-section-three .section-three {
    background-color: #FDFFDA;
    display: block;
    align-items: normal;
    justify-content: normal;
}

body.scroll-section-three .menu li a {
    color: #380131;
}

body.scroll-section-three .mobile-search-icon svg {
    color: #380131;
}

/* Hamburger uses nav-separator color (#FD4950) in section 3 */
body.scroll-section-three .hamburger-icon {
    color: #FD4950;
}

body.scroll-section-three .mobile-hamburger-box {
    border-left-color: #FD4950;
}

body.scroll-section-three .menu li a.active {
    color: #380131;
    font-weight: 800;
}

body.scroll-section-three .logo svg path:not(:first-child) {
    fill: #FD4950;
}

body.scroll-section-three .logo a {
    color: #FD4950;
}

body.scroll-section-three .search-icon {
    color: #FDFFDA;
}

body.scroll-section-three .search input {
    background-color: #380131;
    color: rgba(253, 255, 218, 0.33);
}

body.scroll-section-three .search input::placeholder {
    color: rgba(253, 255, 218, 0.33);
}

body.scroll-section-three .nav-separator {
    background-color: #FD4950;
}

/* Brasil menu item in section 3 */
body.scroll-section-three .menu .brasil-menu-item a {
    color: #FD4950 !important;
}

/* Section 3 Layout - Two columns */
.section-three-layout {
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;
    padding: 0 40px;
    display: grid;
    grid-template-columns: minmax(0, 300px) minmax(0, 1fr);
    gap: 0;
    height: 100vh;
    box-sizing: border-box;
    align-items: start;
}

/* Desktop/tablet: espaço entre título, lista de filtros e fonte na sidebar */
@media (min-width: 768px) {
    .section-three .filter-sidebar {
        gap: 28px;
    }
}

.filter-title-container {
    width: 100%;
    max-width: 100%;
    margin-bottom: 0; /* em mobile fica encostado; em desktop repomos espaço abaixo */
    padding-top: 54.333px; /* nav height (53px) + separator (1.333px) */
    box-sizing: border-box;
    overflow: hidden;
}

/* Content area */
.section-three .filter-sidebar {
    grid-column: 1;
    position: sticky;
    top: 0;
    align-self: center;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    height: 100vh;
    width: 100%;
    max-width: 300px;
    box-sizing: border-box;
    padding-top: 54.333px; /* nav height (53px) + separator (1.333px) */
    min-width: 0; /* Allow flex items to shrink below their content size */
    overflow: hidden;
    container-type: inline-size;
    container-name: filter-sidebar;
}

/* Hide filter sidebar when not in section 3 */
body.scroll-section-one .filter-sidebar,
body.scroll-section-two .filter-sidebar {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
}

.dados-filter-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
    width: 100%;
}

.dados-filter-item {
    padding: 8px 20px 8px 20px;
    border-radius: 20px;
    font-family: "MD Nichrome", sans-serif;
    font-weight: 500;
    font-size: clamp(18px, 8cqi, 25px);
    color: #FDFFDA;
    background-color: #FD4950;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background-color 0.3s ease, color 0.3s ease;
    white-space: nowrap;
}

.dados-filter-item:hover {
    opacity: 0.9;
}

.dados-filter-item.active {
    background-color: #FB7880;
    color: #380131;
}

.filter-title {
    font-family: "MD Nichrome Dark", "MD Nichrome", sans-serif;
    font-weight: 500;
    font-size: clamp(42px, 20cqi, 60px);
    line-height: 90%;
    letter-spacing: 0;
    color: #380131;
    margin: 0;
    padding: 0;
    height: 108px;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-word;
    hyphens: auto;
    white-space: normal;
    display: block;
    box-sizing: border-box;
    min-width: 0; /* Allow flex items to shrink below their content size */
}

.filter-source-container {
    margin-top: auto;
    padding-bottom: 20px;
}

.filter-source {
    font-family: Inter, sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #380131;
    margin: 0;
}

.filter-source-label {
    font-weight: 700;
}

.content-area {
    grid-column: 2;
    min-width: 0;
    overflow-x: hidden;
    overflow-y: auto;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    box-sizing: border-box;
    height: 100vh;
    padding-top: 54.333px; /* nav height (53px) + separator (1.333px) */
}

.content-area::-webkit-scrollbar {
    display: none; /* Chrome, Safari, Opera */
}

/* Dados items container */
.dados-items-container {
    display: grid;
    grid-template-columns: repeat(3, 319px);
    grid-auto-rows: 233px;
    gap: 30px;
    padding: 20px 0;
    justify-content: start;
    min-width: fit-content;
    width: max-content;
    max-width: 100%;
    box-sizing: border-box;
}

.dados-item {
    width: 319px;
    height: 233px;
    border-radius: 32px;
    background-color: #380131;
    color: #6B025D;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 30px;
    box-sizing: border-box;
    transition: background-color 0.3s ease, color 0.3s ease, transform 0.3s ease;
    transform: scale(0);
    opacity: 0;
}

.dados-item.animate {
    animation: growDadosItem 0.8s ease-out forwards;
}

@keyframes growDadosItem {
    from {
        transform: scale(0);
        opacity: 0;
    }
    to {
        transform: scale(1);
        opacity: 1;
    }
}

.dados-item:hover {
    background-color: #6B025D;
    color: #FDFFDA;
    transform: scale(1.05);
}

.dados-item.animate:hover {
    background-color: #6B025D;
    color: #FDFFDA;
    transform: scale(1.05);
}

.dados-item-valor {
    font-family: "MD Nichrome", sans-serif;
    font-weight: 400;
    font-size: clamp(48px, 15vw, 96px);
    line-height: 1;
    margin-bottom: 15px;
    color: inherit;
    transition: color 0.3s ease;
}

.dados-item-topico {
    font-family: Inter, system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
    font-weight: 500;
    font-size: clamp(14px, 3.5vw, 18px);
    line-height: 1.4;
    text-align: center;
    color: inherit;
    transition: color 0.3s ease;
}

/* Estatistica items container */
.estatistica-items-container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    padding: 20px;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    overflow: hidden;
}

/* Custos operar container - organic positioning */
.custos-operar-container {
    position: relative;
    width: 100%;
    max-width: 1400px;
    height: 700px;
    min-height: 500px;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 40px;
    overflow: hidden;
}

/* Responsive container height */
@media (max-width: 1399px) {
    .custos-operar-container {
        height: auto;
        min-height: 500px;
        aspect-ratio: 2 / 1;
        max-height: 700px;
    }
}

@media (max-width: 991px) {
    .custos-operar-container {
        aspect-ratio: 1.5 / 1;
        min-height: 400px;
    }
}

.custos-operar-item {
    position: absolute;
    z-index: 1;
}

.estatistica-item {
    width: var(--circle-size, 174px);
    height: var(--circle-size, 174px);
    border-radius: 50%;
    background-color: #380131;
    color: #6B025D;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
    box-sizing: border-box;
    transition: background-color 0.3s ease, color 0.3s ease, transform 0.3s ease;
    transform: scale(0);
    opacity: 0;
}

.estatistica-item.animate {
    animation: growCircle 0.8s ease-out forwards;
}

.custos-operar-item {
    transform: translate(-50%, -50%) scale(0);
}

.custos-operar-item.animate {
    animation: growCircleCustos 0.8s ease-out forwards;
    transform-origin: center center;
}

@keyframes growCircleCustos {
    from {
        transform: translate(-50%, -50%) scale(0);
        opacity: 0;
    }
    to {
        transform: translate(-50%, -50%) scale(1);
        opacity: 1;
    }
}

@keyframes growCircle {
    from {
        transform: scale(0);
        opacity: 0;
    }
    to {
        transform: scale(1);
        opacity: 1;
    }
}

.estatistica-item.animate:hover {
    background-color: #6B025D;
    color: #FDFFDA;
    transform: scale(1.05);
}

.estatistica-item:not(.animate):hover {
    background-color: #6B025D;
    color: #FDFFDA;
    transform: scale(1.05);
}

.custos-operar-item.animate:hover {
    background-color: #6B025D;
    color: #FDFFDA;
    transform: translate(-50%, -50%) scale(1.05);
}

.custos-operar-item:not(.animate):hover {
    background-color: #6B025D;
    color: #FDFFDA;
    transform: translate(-50%, -50%) scale(1.05);
}

.estatistica-item-valor {
    font-family: "MD Nichrome", sans-serif;
    font-weight: 400;
    font-size: 48px;
    line-height: 1;
    margin-bottom: 8px;
    color: inherit;
    transition: color 0.3s ease, font-size 0.3s ease;
}

.estatistica-item-topico {
    font-family: "MD Nichrome", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.3;
    text-align: center;
    color: inherit;
    transition: color 0.3s ease, font-size 0.3s ease;
}

/* Numeros layout container */
.numeros-layout-container {
    display: flex;
    flex-direction: column;
    gap: 30px;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    box-sizing: border-box;
    padding: 20px;
    padding-top: 0; /* encostado ao bottom do título */
    height: 100%;
    min-height: 0;
    flex: 1;
    justify-content: space-between;
    position: relative;
}

/* Images row - two columns */
.numeros-images-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    width: 100%;
    box-sizing: border-box;
    flex: 1 1 0;
    min-height: 0;
    overflow: hidden;
}

/* Border line between images - mobile only */
.numeros-border-line {
    display: none; /* Hidden on desktop */
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 1px;
    background-color: #FD4950;
    z-index: 1;
    pointer-events: none;
    transform: translateZ(0) scaleY(1);
    -webkit-transform: translateZ(0) scaleY(1);
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

/* Mobile SVG for gender - make it larger and full width */
@media (max-width: 575px) {
    .genero-svg-mobile {
        width: 100vw !important;
        max-width: 100vw !important;
        height: auto !important;
        display: block !important;
        margin: 0 !important;
        padding: 0 !important;
    }
    
    /* Remove padding from parent containers for perfil jogador */
    .numeros-layout-container:has(.perfil-jogador-numbers-row) {
        width: 100vw !important;
        max-width: 100vw !important;
        margin-left: calc(-50vw + 50%) !important;
        margin-right: calc(-50vw + 50%) !important;
        padding: 0 !important;
        gap: 0 !important; /* No gap between images row and numbers row - they should touch */
    }
    
    .numeros-layout-container:has(.perfil-jogador-numbers-row) .numeros-images-row {
        width: 100vw !important;
        max-width: 100vw !important;
        margin: 0 !important;
        padding: 0 !important;
        gap: 0 !important;
        row-gap: 0 !important;
    }
    
    .numeros-layout-container:has(.perfil-jogador-numbers-row) .numeros-image-col {
        width: 100vw !important;
        max-width: 100vw !important;
        margin: 0 !important;
        padding: 0 !important;
    }
    
    /* Ensure SVGs touch each other - remove any spacing */
    .numeros-layout-container:has(.perfil-jogador-numbers-row) .numeros-image-col svg {
        margin: 0 !important;
        padding: 0 !important;
        display: block !important;
    }
}

.numeros-image-col {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 0;
    max-height: 100%;
    overflow: hidden;
    box-sizing: border-box;
}

.numeros-image {
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

/* Border line above numbers box - mobile only */
.numeros-numbers-box-border-line {
    display: none; /* Hidden on desktop */
    position: absolute;
    left: 0;
    right: 0;
    width: 100vw;
    height: 1px;
    background-color: #FD4950;
    z-index: 1;
    pointer-events: none;
    margin-left: calc(-50vw + 50%);
    transform: translateZ(0) scaleY(1);
    -webkit-transform: translateZ(0) scaleY(1);
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

/* Numbers box - three columns */
.numeros-numbers-box {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    width: 100%;
    padding: 30px;
    border-radius: 32px;
    background-color: #380131;
    box-sizing: border-box;
    flex-shrink: 0;
    min-height: 0;
    min-width: 0;
    align-items: stretch;
    justify-items: center;
}

/* Perfil Jogador numbers row - two columns (no box wrapper) */
.perfil-jogador-numbers-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    width: 100%;
    box-sizing: border-box;
    flex-shrink: 0;
    min-height: 0;
    min-width: 0;
    align-items: start;
}

.numeros-number-col {
    display: grid;
    grid-template-rows: auto 1fr;
    align-items: center;
    justify-items: start;
    text-align: left;
    opacity: 0;
    transform: scale(0);
    transition: opacity 0.3s ease, transform 0.3s ease;
    height: 100%;
    max-width: 235px;
    min-width: 0; /* evita caixas partidas em grid */
}

/* Perfil Jogador number columns - individual boxes */
.perfil-jogador-numbers-row .numeros-number-col {
    border-radius: 32px;
    background-color: #380131;
    padding: 30px;
    box-sizing: border-box;
    display: grid;
    grid-template-rows: auto auto auto;
    gap: 0;
    height: 100%;
    width: 100%;
    max-width: none;
    min-width: 0;
    align-items: start;
}

/* Coluna esquerda - Frequência */
.perfil-jogador-col-left {
    background-color: #6B025D !important;
}

.perfil-jogador-col-left .numeros-number-topico {
    color: #FB7880;
}

.perfil-jogador-col-left .numeros-number-valor {
    color: #FDFFDA;
}

.perfil-jogador-col-left .numeros-number-periodo {
    color: #FB7880;
}

/* Coluna direita - Gasto médio */
.perfil-jogador-col-right {
    background-color: #380131 !important;
}

.perfil-jogador-col-right .numeros-number-topico {
    color: #FDFFDA;
}

.perfil-jogador-col-right .numeros-number-valor {
    color: #FB7880;
}

.perfil-jogador-col-right .numeros-number-valor-main {
    color: #FB7880;
}

.perfil-jogador-col-right .numeros-number-valor-mensal {
    color: #FB7880;
}

/* Perfil Jogador: vmin para o tipo reagir à largura e à altura do viewport */
.perfil-jogador-numbers-row .numeros-number-topico {
    grid-row: 1;
    margin-bottom: 0;
    font-family: Inter, system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: clamp(16px, 3.5vmin, 24px);
    line-height: 100%;
    letter-spacing: 0;
    overflow-wrap: break-word;
    word-break: break-word;
    min-width: 0;
}

.perfil-jogador-numbers-row .numeros-number-valor {
    grid-row: 2;
    align-self: start;
    margin: 0;
    font-family: "MD Nichrome", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: clamp(48px, 10vmin, 108px);
    line-height: 100%;
    letter-spacing: 0;
    text-align: left;
    width: 100%;
    min-width: 0;
    display: flex;
    justify-content: start;
    align-items: baseline;
    gap: 0;
    white-space: pre;
    overflow-wrap: break-word;
}

.perfil-jogador-numbers-row .numeros-number-valor-main {
    font-size: clamp(48px, 10vmin, 108px);
}

.perfil-jogador-numbers-row .numeros-number-valor-mensal {
    font-size: clamp(28px, 6vmin, 64px);
    margin-left: 0.2em;
}

.numeros-number-periodo {
    font-family: Inter, system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: clamp(14px, 2.5vmin, 24px);
    line-height: 100%;
    letter-spacing: 0;
    text-align: right;
    color: #FDFFDA;
    grid-row: 3;
    margin: 0;
    align-self: start;
    justify-self: end;
    width: 100%;
    min-width: 0;
    overflow-wrap: break-word;
    word-break: break-word;
}

.numeros-number-col.animate {
    animation: growDadosItem 0.8s ease-out forwards;
}

.perfil-jogador-numbers-row .numeros-number-col.animate {
    padding: 20px 40px;
    gap: 5px;
}

/* Números: vmin para o tipo reagir à largura e à altura do viewport */
.numeros-number-valor {
    font-family: "MD Nichrome", sans-serif;
    font-weight: 400;
    font-size: clamp(48px, 10vmin, 96px);
    line-height: 100%;
    letter-spacing: 0;
    grid-row: 1;
    color: #FD4950;
    transition: color 0.3s ease;
    text-align: left;
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 4px;
    align-self: center;
    position: relative;
    min-width: 0;
    overflow-wrap: break-word;
}



.numeros-number-valor-prefix {
    font-family: "MD Nichrome", sans-serif;
    font-weight: 400;
    font-size: clamp(24px, 4vmin, 40px);
    line-height: 100%;
    letter-spacing: 0;
    color: #FD4950;
    position: relative;
    /* espaço para a seta acompanhar o clamp (≈ altura da seta) */
    padding-top: clamp(20px, 3.3vmin, 32px);
}

/* seta mais discreta, ~75% da escala do prefixo */
.numeros-number-valor-prefix::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: clamp(19px, 3.1vmin, 30px);
    height: clamp(20px, 3.3vmin, 32px);
    background-image: url('../../assets/img/arrowUp.svg');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: left top;
    display: block;
    z-index: 1;
    opacity: 1;
}


.numeros-number-valor-amount {
    font-family: "MD Nichrome", sans-serif;
    font-weight: 400;
    font-size: clamp(48px, 10vmin, 96px);
    line-height: 100%;
    letter-spacing: 0;
    color: #FD4950;
}

.numeros-number-topico {
    font-family: Inter, system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
    font-weight: 500;
    font-size: clamp(12px, 2.5vmin, 16px);
    line-height: 100%;
    letter-spacing: 0;
    text-align: left;
    color: #FDFFDA;
    transition: color 0.3s ease;
    grid-row: 2;
    margin-top: 10px;
    align-self: start;
    min-width: 0;
    overflow-wrap: break-word;
    word-break: break-word;
}

.numeros-number-col:hover .numeros-number-valor {
    color: #FDFFDA;
}

/* Perfil Jogador hover effect */
.perfil-jogador-numbers-row .numeros-number-col:hover {
    background-color: #6B025D;
}


/* Bootstrap Breakpoints - Dados */

/* Mobile filter floating buttons - hidden on desktop */
.mobile-filter-buttons {
    display: none;
}

/* Mobile filter buttons - only show in section 3 */
body.scroll-section-three .mobile-filter-buttons {
    display: none; /* Hidden by default, shown only on mobile in section 3 */
}

/* Hide mobile filter buttons when not in section 3 */
body.scroll-section-one .mobile-filter-buttons,
body.scroll-section-two .mobile-filter-buttons {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
}

/* Mobile pequeno (xs: < 576px) */
@media (max-width: 575px) {
    /* Anular o padding-top: 70px de sections.css em .section-three (Dados usa content-area/numeros-layout para o topo) */
    .section-three {
        padding-top: 0 !important;
    }
    
    /* Show border line on mobile */
    .numeros-border-line {
        display: block;
    }
    
    /* Stack images vertically on mobile with gap for border line */
    .numeros-images-row {
        grid-template-columns: 1fr;
        grid-template-rows: auto auto;
        gap: 69px; /* 33px above + 36px below the border line */
    }
    
    /* Show mobile filter buttons only in section 3 */
    body.scroll-section-three .mobile-filter-buttons {
        display: flex;
        flex-direction: column;
        gap: 12px;
        position: fixed;
        bottom: 20px;
        right: 20px;
        z-index: 998;
    }
    
    /* Hide mobile filter buttons when not in section 3 */
    body.scroll-section-one .mobile-filter-buttons,
    body.scroll-section-two .mobile-filter-buttons {
        display: none !important;
        visibility: hidden !important;
        opacity: 0 !important;
    }
    
    /* Section three - allow content to flow naturally for scroll */
    .section-three {
        overflow: visible;
        height: auto;
        min-height: 100vh;
        scroll-snap-stop: always; /* Ensure snap works properly for transitions */
    }
    
    .section-three-layout {
        padding: 0;
        grid-template-columns: 1fr;
        grid-template-rows: auto 1fr;
        gap: 0; /* encostado ao bottom do título */
        height: auto;
        min-height: 100vh;
    }
    
    /* Remove padding for perfil jogador filter on mobile */
    .section-three-layout:has(.perfil-jogador-numbers-row) {
        padding: 0 !important;
        padding-bottom: 90px !important; /* Space for floating filter buttons */
    }
    
    /* Perfil: padding-top só na content-area (já definido em body.scroll-section-three .content-area no bloco dados-title) */
    
    /* Add bottom padding to numbers row container to prevent content from going under filters */
    .numeros-layout-container:has(.perfil-jogador-numbers-row) {
        padding-bottom: 90px !important; /* Space for floating filter buttons */
    }
    
    /* Make images row full width for perfil jogador on mobile */
    .numeros-layout-container:has(.perfil-jogador-numbers-row) .numeros-images-row {
        width: 100vw !important;
        max-width: 100vw !important;
        margin-left: calc(-50vw + 50%) !important;
        margin-right: calc(-50vw + 50%) !important;
        padding: 0 !important;
        gap: 0 !important;
        row-gap: 0 !important;
    }
    
    .numeros-layout-container:has(.perfil-jogador-numbers-row) .numeros-image-col {
        padding: 0 !important;
        margin: 0 !important;
    }
    
    /* Ensure SVGs touch each other - remove any spacing */
    .numeros-layout-container:has(.perfil-jogador-numbers-row) .numeros-image-col svg {
        margin: 0 !important;
        padding: 0 !important;
        display: block !important;
    }

    .section-three-layout {
        padding: 0;
        align-items: flex-start;
        padding-bottom: 160px; /* Space for floating filter buttons (3 buttons × 38px + 2 gaps × 12px + bottom 20px + margin) */
    }
    
    /* Remove padding-bottom for numeros and custos-operar filters - other elements already provide sufficient padding */
    /* Target section-three-layout that has numeros-numbers-box but NOT perfil-jogador-numbers-row */
    .section-three-layout:has(.numeros-numbers-box) {
        padding-bottom: 0 !important;
    }
    
    /* Remove padding-bottom for custos-operar filter */
    .section-three-layout:has(.custos-operar-item) {
        padding-bottom: 0 !important;
    }
    
    /* But keep padding for perfil-jogador */
    .section-three-layout:has(.perfil-jogador-numbers-row) {
        padding-bottom: 90px !important;
    }
    
    .filter-title-container {
        grid-column: 1;
        grid-row: 1;
        padding-top: 20px;
    }
    
    /* Mobile: padding-top só na content-area (não duplicar na numeros-image-col) */
    .numeros-layout-container:has(.perfil-jogador-numbers-row) .numeros-image-col:first-child,
    .numeros-layout-container:has(.perfil-jogador-numbers-row) .numeros-image-col:not(:first-child) {
        padding-top: 0 !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
        padding-bottom: 0 !important;
    }
    
    .content-area {
        grid-column: 1;
        grid-row: 2;
        overflow-y: visible;
        overflow-x: hidden;
    }
    
    /* Hide filter sidebar on mobile - e não usar container/cqi (manter valores fixos) */
    .section-three .filter-sidebar {
        display: none !important;
        container-type: normal;
    }
    
    .filter-title-container {
        display: none !important;
    }
    
    /* Mobile: valores fixos em px (sem clamp) – override às regras base */
    .filter-title {
        font-size: 42px !important;
    }
    .dados-filter-item {
        font-size: 18px !important;
    }
    .dados-item-valor {
        font-size: 48px !important;
    }
    .dados-item-topico {
        font-size: 14px !important;
    }
    /* Números (caixa com 3 colunas): R$ 40px, número 96px, textos 16px */
    .numeros-numbers-box .numeros-number-valor-prefix {
        font-size: 40px !important;
        padding-top: 32px !important;
    }
    .numeros-numbers-box .numeros-number-valor,
    .numeros-numbers-box .numeros-number-valor-amount {
        font-size: 96px !important;
    }
    .numeros-numbers-box .numeros-number-topico {
        font-size: 16px !important;
    }
    .numeros-numbers-box .numeros-number-valor-prefix::before {
        width: 30px;
        height: 32px;
    }
    .numeros-number-periodo {
        font-size: 14px !important;
    }
    /* Perfil do Jogador: "Frequência" e "Gasto médio" (tópicos) mantêm 16px; valor (1-3 apostas, R$ 121) → 64px */
    .perfil-jogador-numbers-row .numeros-number-topico {
        font-size: 16px !important;
    }
    .perfil-jogador-numbers-row .numeros-number-valor,
    .perfil-jogador-numbers-row .numeros-number-valor-main,
    .perfil-jogador-numbers-row .numeros-number-valor-mensal {
        font-size: 64px !important;
    }
    .perfil-jogador-numbers-row .numeros-number-periodo,
    .numeros-number-periodo {
        font-size: 14px !important;
    }
    .numeros-number-valor-prefix::before {
        width: 19px;
        height: 20px;
    }
    
    /* Mobile filter floating buttons */
    .mobile-filter-buttons {
        left: 50%;
        transform: translateX(-50%);
        right: auto;
        width: auto;
        min-width: 0;
        align-items: center;
    }
    
    .mobile-filter-button {
        background-color: #FB7880;
        color: #380131;
        border: none;
        border-radius: 25px;
        padding: 0;
        height: 38px;
        width: 300px;
        max-width: 300px;
        min-width: 300px;
        font-family: "MD Nichrome", sans-serif;
        font-size: 20px;
        font-weight: 500;
        cursor: pointer;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
        transition: all 0.3s ease;
        white-space: nowrap;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .mobile-filter-button:active {
        transform: scale(0.95);
    }
    
    .mobile-filter-button.active {
        background-color: #FD4950;
        color: #FDFFDA;
        box-shadow: 0 4px 16px rgba(0, 0, 0, 0.35);
    }
    
    .dados-filter-list {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        gap: 10px;
    }
    
    .dados-filter-item {
        width: auto;
        min-width: 100px;
        padding: 0 15px;
    }
    
    .dados-items-container {
        grid-template-columns: 1fr;
        width: 100%;
        gap: 20px;
        justify-content: center;
    }
    
    .dados-item {
        width: 100%;
        max-width: 100%;
        height: auto;
        min-height: 180px;
    }
    
    .estatistica-items-container {
        gap: 15px;
        padding: 15px;
    }
    
    .estatistica-item {
        width: 120px;
        height: 120px;
    }
    
    .estatistica-item-valor {
        font-size: 36px !important;
    }
    
    .estatistica-item-topico {
        font-size: 12px !important;
    }
    
    /* Custos operar mobile */
    .custos-operar-container {
        height: auto;
        min-height: 500px;
        padding: 20px;
        overflow: hidden;
    }
    
    /* Keep absolute positioning on mobile but let JS handle positioning */
    .custos-operar-item {
        position: absolute;
    }
    
    /* Fixed-text positioning on mobile - ALWAYS maintain correct position */
    .fixed-text {
        position: fixed !important;
        top: 50% !important;
        left: 50% !important;
        right: auto !important;
        bottom: auto !important;
        transform: translate(-50%, -50%) !important;
        -webkit-transform: translate(-50%, -50%) !important;
        margin: 0 !important;
        padding: 0 !important;
        z-index: 100 !important;
        width: calc(100vw - 40px) !important;
        box-sizing: border-box !important;
    }
    
    /* Section 2 - visible and correct color */
    body.scroll-section-two .fixed-text {
        opacity: 1 !important;
        visibility: visible !important;
        color: #380131 !important;
    }
    
    /* Section 3 - hidden but maintain position */
    /* Hide fixed-text in section 3 on mobile */
    body.scroll-section-three .fixed-text {
        opacity: 0 !important;
        visibility: hidden !important;
    }
}

/* CRITICAL: Hide fixed-text in section 3 on desktop for dados page */
/* This must override the global.css rule that shows fixed-text in section 3 */
@media (min-width: 576px) {
    body.scroll-section-three .fixed-text {
        opacity: 0 !important;
        visibility: hidden !important;
        display: none !important;
    }
}

/* Ensure dados-title and dados-separator are ALWAYS hidden on desktop and tablet */
/* This must override any other rules, including scroll-section-three */
/* Use high specificity to override mobile rules */
/* IMPORTANT: This must come BEFORE the mobile media query to ensure desktop rules apply */
@media (min-width: 576px) {
    /* Maximum specificity to override mobile rules */
    html body.scroll-section-three .dados-title,
    html body.scroll-section-two .dados-title,
    html body.scroll-section-one .dados-title,
    html body .dados-title,
    body.scroll-section-three .dados-title,
    body.scroll-section-two .dados-title,
    body.scroll-section-one .dados-title,
    body .dados-title,
    .dados-title,
    html body.scroll-section-three .dados-separator,
    html body.scroll-section-two .dados-separator,
    html body.scroll-section-one .dados-separator,
    html body .dados-separator,
    body.scroll-section-three .dados-separator,
    body.scroll-section-two .dados-separator,
    body.scroll-section-one .dados-separator,
    body .dados-separator,
    .dados-separator {
        display: none !important;
        visibility: hidden !important;
        opacity: 0 !important;
        height: 0 !important;
        width: 0 !important;
        padding: 0 !important;
        margin: 0 !important;
        overflow: hidden !important;
        position: absolute !important;
        left: -9999px !important;
        top: -9999px !important;
        font-size: 0 !important;
        line-height: 0 !important;
        pointer-events: none !important;
    }
}

/* Mobile pequeno (xs: < 576px) */
@media (max-width: 575px) {
    /* Fixed title on mobile - only show in section 3 */
    .dados-title {
        display: none !important; /* Hidden by default */
    }
    
    /* Show dados title only in section 3 on mobile */
    body.scroll-section-three .dados-title {
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
        height: auto !important;
        width: 100% !important;
        font-family: "MD Nichrome", sans-serif;
        font-weight: 500;
        font-size: 32px;
        line-height: 32px;
        color: #FD4950;
        text-align: center;
        padding: 12px 0;
        margin: 0;
        position: fixed;
        top: 48.333px; /* Nav height */
        left: 0;
        right: 0;
        z-index: 998;
        background-color: #FDFFDA; /* Match section 3 background */
        overflow: visible !important;
    }
    
    /* Hide dados-title when NOT in section 3 on mobile */
    body:not(.scroll-section-three) .dados-title {
        display: none !important;
    }

    /* Dados separator - same as nav-separator - only show in section 3 */
    .dados-separator {
        display: none !important; /* Hidden by default */
    }
    
    body.scroll-section-three .dados-separator {
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
        height: 1.333px !important;
        width: 100% !important;
        background-color: #FD4950;
        margin: 0;
        position: fixed;
        top: calc(48.333px + 32px + 24px); /* Nav height + title line-height + title padding */
        left: 0;
        right: 0;
        z-index: 998;
        overflow: visible !important;
    }
    
    /* Hide dados-separator when NOT in section 3 on mobile */
    body:not(.scroll-section-three) .dados-separator {
        display: none !important;
    }
    
    /* Content area starts after title on mobile - only in section 3 */
    body.scroll-section-three .content-area {
        overflow-y: visible;
        overflow-x: visible;
        height: auto;
        min-height: auto;
        padding-top: calc(48.333px + 32px + 24px + 1.333px); /* Nav + title + separator (Perfil usa só esta div) */
        max-height: none;
        align-items: flex-start;
        padding-bottom: 90px; /* Space for floating filter buttons */
    }
    
    /* Números: padding-top só no numeros-layout-container (não duplicar na content-area) */
    body.scroll-section-three .content-area:has(.numeros-numbers-box) {
        padding-top: 0 !important;
    }
    
    /* Numeros layout mobile */
    .numeros-layout-container {
        gap: 20px;
        padding: 0;
        padding-bottom: 90px; /* Space for floating filter buttons */
        height: auto;
        min-height: 0;
        flex: none;
        justify-content: flex-start;
    }
    
    /* Números: padding-top só nesta div (depois do bloco geral para ganhar) */
    .numeros-layout-container:has(.numeros-numbers-box) {
        padding-top: calc(48.333px + 32px + 24px + 1.333px) !important; /* Nav + title + separator */
    }
    
    /* Exclude perfil-jogador from the padding-bottom above (it has its own) */
    .numeros-layout-container:has(.perfil-jogador-numbers-row) {
        padding-bottom: 90px !important; /* Already set above, but ensure it's applied */
    }
    
    /* Add padding to images on mobile */
    .numeros-image-col {
        padding: 0 20px;
    }
    
    /* Números: primeira imagem com padding-top 35px */
    .numeros-layout-container:has(.numeros-numbers-box) .numeros-image-col:first-child {
        padding-top: 35px;
    }
    
    .numeros-images-row {
        grid-template-columns: 1fr;
        grid-template-rows: auto auto;
        gap: 69px; /* 33px above + 36px below the border line */
        overflow: visible;
        min-height: auto;
        flex: none;
    }
    
    .numeros-image-col {
        overflow: visible;
        max-height: none;
        min-height: auto;
    }
    
    /* Numbers box encostado às imagens (sem margin-top) */
    .numeros-numbers-box {
        margin-top: 0;
    }
    
    /* Show border line above numbers box on mobile - full width */
    .numeros-numbers-box-border-line {
        display: block;
    }
    
    .numeros-image {
        height: auto;
        max-height: none;
        width: 100%;
        object-fit: contain;
    }
    
    .numeros-numbers-box {
        grid-template-columns: 1fr;
        gap: 40px;
        padding: 30px 20px;
        margin-top: 0;
    }
    
    .perfil-jogador-numbers-row {
        grid-template-columns: 1fr;
        gap: 0; /* No gap between boxes - they should touch */
    }
    
    .perfil-jogador-numbers-row .numeros-number-col {
        padding: 30px 20px;
    }
    
    /* perfil-jogador numeros-number usa clamp() da regra base */
}

/* CRITICAL: Force hide dados-title on desktop AFTER mobile media query */
/* This ensures desktop rules override mobile rules even if mobile comes after */
@media (min-width: 576px) {
    html body.scroll-section-three .dados-title,
    html body.scroll-section-two .dados-title,
    html body.scroll-section-one .dados-title,
    body.scroll-section-three .dados-title,
    body.scroll-section-two .dados-title,
    body.scroll-section-one .dados-title,
    .dados-title,
    html body.scroll-section-three .dados-separator,
    html body.scroll-section-two .dados-separator,
    html body.scroll-section-one .dados-separator,
    body.scroll-section-three .dados-separator,
    body.scroll-section-two .dados-separator,
    body.scroll-section-one .dados-separator,
    .dados-separator {
        display: none !important;
        visibility: hidden !important;
        opacity: 0 !important;
    }
}

/* Mobile grande / Tablet pequeno (sm: ≥ 576px) */
@media (min-width: 576px) and (max-width: 767px) {
    /* Show border line on mobile */
    .numeros-border-line {
        display: block;
    }
    
    /* Stack images vertically on mobile with gap for border line */
    .numeros-images-row {
        grid-template-columns: 1fr;
        grid-template-rows: auto auto;
        gap: 69px; /* 33px above + 36px below the border line */
    }
    
    /* Numbers box encostado às imagens */
    .numeros-numbers-box {
        margin-top: 0;
    }
    
    /* Show border line above numbers box on mobile - full width */
    .numeros-numbers-box-border-line {
        display: block;
    }
    
    /* Section three - allow content to flow naturally for scroll */
    .section-three {
        overflow: visible;
        height: auto;
        min-height: 100vh;
        scroll-snap-stop: always; /* Ensure snap works properly for transitions */
    }
    
    .section-three-layout {
        padding: 0;
        grid-template-columns: 1fr;
        grid-template-rows: auto 1fr;
        gap: 0; /* encostado ao bottom do título */
        height: auto;
        min-height: 100vh;
        align-items: flex-start;
    }
    
    .filter-title-container {
        grid-column: 1;
        grid-row: 1;
        padding-top: 20px;
    }
    
    .content-area {
        grid-column: 1;
        grid-row: 2;
    }
    
    .filter-sidebar {
        position: relative;
        height: auto;
        padding: 25px 0;
    }
    
    .dados-filter-list {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
    }
    
    .dados-filter-item {
        width: auto;
        min-width: 120px;
        padding: 0 20px;
    }
    
    .dados-items-container {
        grid-template-columns: 1fr;
        width: 100%;
        gap: 25px;
    }
    
    .dados-item {
        width: 100%;
        max-width: 319px;
        height: auto;
        min-height: 200px;
        margin: 0 auto;
    }
    
    .dados-item-valor {
        font-size: 72px;
    }
    
    /* Content area starts after nav on tablet pequeno - allow scroll */
    .content-area {
        overflow-y: visible;
        overflow-x: visible;
        height: auto;
        min-height: auto;
        padding-top: 48.333px; /* nav height (47px) + separator (1.333px) */
        max-height: none;
        align-items: flex-start;
        padding-bottom: 20px;
    }

    /* Numeros layout tablet pequeno - allow natural flow */
    .numeros-layout-container {
        height: auto;
        min-height: 0;
        flex: none;
        justify-content: flex-start;
        padding: 0;
    }
    
    /* Add padding to images on mobile */
    .numeros-image-col {
        padding: 0 20px;
    }
    
    /* Numeros layout tablet pequeno */
    .numeros-layout-container {
        gap: 35px;
        padding: 0;
    }
    
    /* Add padding to images on mobile */
    .numeros-image-col {
        padding: 0 20px;
    }
    
    .numeros-images-row {
        grid-template-columns: 1fr 1fr;
        gap: 25px;
    }
    
    .numeros-numbers-box {
        grid-template-columns: 1fr;
        gap: 40px;
        padding: 35px 25px;
    }
    
    .perfil-jogador-numbers-row {
        grid-template-columns: 1fr;
        gap: 25px;
    }
    
    .perfil-jogador-numbers-row .numeros-number-col {
        padding: 35px 25px;
    }
    
    /* dados-item e numeros/perfil-jogador usam clamp() da regra base */
    
    .estatistica-item-valor {
        font-size: 42px;
    }
    
    .estatistica-item-topico {
        font-size: 13px;
    }
    
    /* filter-title e dados-filter-item usam clamp() da regra base */
}

/* Tablet (md: ≥ 768px) */
@media (min-width: 768px) and (max-width: 991px) {
    .section-three-layout {
        padding: 0 30px;
        grid-template-columns: 200px 1fr;
        gap: 40px;
    }
    
    /* Espaço entre título do filtro e lista de filtros na sidebar */
    .section-three .filter-sidebar {
        gap: 28px !important;
    }
    
    .dados-items-container {
        grid-template-columns: repeat(2, 1fr);
        width: 100%;
        justify-content: center;
    }
    
    .dados-item {
        width: 100%;
        max-width: 319px;
        height: auto;
    }
    
    /* Numeros layout tablet */
    .numeros-numbers-box {
        grid-template-columns: repeat(3, 1fr);
        gap: 25px;
        padding: 35px 30px;
    }
    
    /* dados-item usa clamp() da regra base */
    
    .estatistica-item-valor {
        font-size: 44px;
    }
    
    .estatistica-item-topico {
        font-size: 13px;
    }
    
    /* filter-title e dados-filter-item usam clamp() da regra base */
    
    .perfil-jogador-numbers-row {
        grid-template-columns: repeat(2, 1fr);
        gap: 25px;
    }
    
    .perfil-jogador-numbers-row .numeros-number-col {
        padding: 35px 30px;
    }
}

/* Desktop pequeno (lg: ≥ 992px) */
@media (min-width: 992px) and (max-width: 1199px) {
    .section-three-layout {
        padding: 0 35px;
        grid-template-columns: 230px 1fr;
        gap: 50px;
    }
    
    /* Espaço entre título do filtro e lista de filtros na sidebar */
    .section-three .filter-sidebar {
        gap: 28px !important;
    }
    
    .dados-items-container {
        grid-template-columns: repeat(2, 1fr);
        width: 100%;
    }
    
    .dados-item {
        width: 100%;
        max-width: 319px;
    }
    
    /* Numeros layout desktop pequeno */
    .numeros-numbers-box {
        grid-template-columns: repeat(3, 1fr);
        gap: 30px;
        padding: 40px;
    }
    
    .perfil-jogador-numbers-row {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }
    
    .perfil-jogador-numbers-row .numeros-number-col {
        padding: 40px;
    }
    
    /* dados-item e numeros/perfil-jogador usam clamp() da regra base */
    
    .estatistica-item-valor {
        font-size: 46px;
    }
    
    .estatistica-item-topico {
        font-size: 13px;
    }
    
    /* filter-title e dados-filter-item usam clamp() da regra base */
}

/* Desktop (xl: ≥ 1200px) */
@media (min-width: 1200px) and (max-width: 1399px) {
    .section-three-layout {
        padding: 0 40px;
    }
    
    /* Espaço entre título do filtro e lista de filtros na sidebar */
    .section-three .filter-sidebar {
        gap: 28px !important;
    }
    
    .dados-items-container {
        grid-template-columns: repeat(3, 319px);
    }
    
    /* dados-item usa clamp() da regra base */
    
    .estatistica-item-valor {
        font-size: 48px;
    }
    
    .estatistica-item-topico {
        font-size: 14px;
    }
    
    /* filter-title e dados-filter-item usam clamp() da regra base */
}

/* Desktop grande (xxl: ≥ 1400px) */
@media (min-width: 1400px) {
    .section-three-layout {
        padding: 0 calc((100vw - 1400px) / 2);
        max-width: none;
    }
    
    /* Espaço entre título do filtro e lista de filtros na sidebar */
    .section-three .filter-sidebar {
        gap: 28px !important;
    }
    
    /* End of .section-three-layout */
    
    /* dados-item e numeros/perfil-jogador usam clamp() da regra base */
    
    .estatistica-item-valor {
        font-size: 48px;
    }
    
    .estatistica-item-topico {
        font-size: 14px;
    }
    
    /* filter-title e dados-filter-item usam clamp() da regra base */
}

/* FINAL OVERRIDE: Ensure dados-title is ALWAYS hidden on desktop/tablet */
/* This rule comes at the very end to ensure maximum priority */
/* Use multiple breakpoints to ensure it works at all desktop sizes */
@media (min-width: 576px) {
    html body .dados-title,
    html body.scroll-section-three .dados-title,
    html body.scroll-section-two .dados-title,
    html body.scroll-section-one .dados-title,
    body .dados-title,
    body.scroll-section-three .dados-title,
    body.scroll-section-two .dados-title,
    body.scroll-section-one .dados-title,
    .dados-title,
    html body .dados-separator,
    html body.scroll-section-three .dados-separator,
    html body.scroll-section-two .dados-separator,
    html body.scroll-section-one .dados-separator,
    body .dados-separator,
    body.scroll-section-three .dados-separator,
    body.scroll-section-two .dados-separator,
    body.scroll-section-one .dados-separator,
    .dados-separator {
        display: none !important;
        visibility: hidden !important;
        opacity: 0 !important;
        height: 0 !important;
        width: 0 !important;
        padding: 0 !important;
        margin: 0 !important;
        overflow: hidden !important;
        position: absolute !important;
        left: -9999px !important;
        top: -9999px !important;
        font-size: 0 !important;
        line-height: 0 !important;
        pointer-events: none !important;
    }
}

/* Additional override for all desktop breakpoints */
@media (min-width: 768px) {
    .dados-title,
    .dados-separator,
    body.scroll-section-three .dados-title,
    body.scroll-section-three .dados-separator {
        display: none !important;
        visibility: hidden !important;
        opacity: 0 !important;
    }
}

@media (min-width: 992px) {
    .dados-title,
    .dados-separator,
    body.scroll-section-three .dados-title,
    body.scroll-section-three .dados-separator {
        display: none !important;
        visibility: hidden !important;
        opacity: 0 !important;
    }
}

@media (min-width: 1200px) {
    .dados-title,
    .dados-separator,
    body.scroll-section-three .dados-title,
    body.scroll-section-three .dados-separator {
        display: none !important;
        visibility: hidden !important;
        opacity: 0 !important;
    }
}

/* ABSOLUTE FINAL OVERRIDE - Maximum specificity to ensure title is hidden on desktop */
/* This must be the very last rule in the file */
/* Use AND media query to ensure it only applies to desktop, not mobile */
@media (min-width: 576px) and (min-width: 576px) {
    html body .dados-title,
    html body.scroll-section-three .dados-title,
    html body.scroll-section-two .dados-title,
    html body.scroll-section-one .dados-title,
    body.scroll-section-three .dados-title,
    body.scroll-section-two .dados-title,
    body.scroll-section-one .dados-title,
    .dados-title,
    html body .dados-separator,
    html body.scroll-section-three .dados-separator,
    html body.scroll-section-two .dados-separator,
    html body.scroll-section-one .dados-separator,
    body.scroll-section-three .dados-separator,
    body.scroll-section-two .dados-separator,
    body.scroll-section-one .dados-separator,
    .dados-separator {
        display: none !important;
        visibility: hidden !important;
        opacity: 0 !important;
        height: 0 !important;
        width: 0 !important;
        padding: 0 !important;
        margin: 0 !important;
        overflow: hidden !important;
        position: absolute !important;
        left: -9999px !important;
        top: -9999px !important;
        font-size: 0 !important;
        line-height: 0 !important;
        pointer-events: none !important;
        z-index: -9999 !important;
        clip: rect(0, 0, 0, 0) !important;
    }
}
