:root {
    --azul: #1f6eb7;
    --azul-escuro: #12385f;
    --azul-noite: #102945;
    --verde: #2aa96b;
    --amarelo: #e8b94a;
    --vermelho: #cf4b4f;
    --texto: #1f2b3a;
    --muted: #6d7b8d;
    --linha: #e4ebf3;
    --fundo: #f3f7fb;
    --branco: #ffffff;
    --sombra: 0 16px 36px rgba(25, 48, 77, .1);
    --sombra-forte: 0 22px 54px rgba(16, 41, 69, .2);
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    font-family: "Open Sans", Arial, sans-serif;
    background:
        linear-gradient(180deg, #f8fbff 0, var(--fundo) 420px),
        var(--fundo);
    color: var(--texto);
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
}

img {
    max-width: 100%;
}

a {
    color: inherit;
    text-decoration: none;
}

.container {
    width: min(1180px, calc(100% - 32px));
    margin: 0 auto;
}

.topbar {
    background: linear-gradient(90deg, #163756, #255f92 56%, #203c5c);
    color: #fff;
    font-size: 14px;
}

.topbar-layout,
.header-layout {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
}

.topbar-layout {
    min-height: 50px;
    justify-content: flex-start;
    gap: 12px;
}

.topbar__brand,
.topbar__meta,
.topbar__social {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
}

.topbar__brand {
    min-width: auto;
    font-family: "Montserrat", sans-serif;
    font-weight: 900;
    gap: 10px;
    white-space: nowrap;
}

.topbar__meta {
    justify-content: flex-start;
    flex: 0 1 auto;
    gap: 10px;
}

.topbar__meta span {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    min-height: 30px;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 999px;
    background: rgba(255, 255, 255, .09);
    padding: 6px 10px;
    font-family: "Montserrat", sans-serif;
    font-size: 13px;
    font-weight: 800;
}

.topbar-live {
    min-height: 32px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 999px;
    background: rgba(196, 48, 55, .94);
    padding: 6px 12px 6px 10px;
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    font-weight: 800;
    line-height: 1;
    box-shadow: 0 8px 20px rgba(68, 15, 24, .22);
    transition: background .2s ease, transform .2s ease, box-shadow .2s ease;
}

.topbar-live:hover {
    background: #d94d55;
    box-shadow: 0 10px 24px rgba(68, 15, 24, .3);
    transform: translateY(-1px);
}

.topbar-live__dot {
    width: 8px;
    height: 8px;
    position: relative;
    display: block;
    flex: 0 0 8px;
    border-radius: 50%;
    background: #fff;
}

.topbar-live__dot::after {
    content: "";
    position: absolute;
    inset: -5px;
    border: 1px solid rgba(255, 255, 255, .82);
    border-radius: inherit;
    animation: live-signal 1.7s ease-out infinite;
}

.topbar-live__label {
    text-transform: uppercase;
}

.topbar-live strong {
    max-width: 170px;
    overflow: hidden;
    padding-left: 8px;
    border-left: 1px solid rgba(255, 255, 255, .35);
    font-size: 11px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

@keyframes live-signal {
    0% { opacity: .9; transform: scale(.45); }
    70%, 100% { opacity: 0; transform: scale(1.35); }
}

.topbar__social {
    min-width: auto;
    margin-left: auto;
    justify-content: flex-end;
    gap: 10px;
}

.topbar__social a {
    width: 30px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 50%;
    background: rgba(255, 255, 255, .09);
    transition: background .2s ease, transform .2s ease;
}

.topbar__social .topbar-whatsapp {
    width: auto;
    min-height: 34px;
    gap: 8px;
    border-color: rgba(37, 211, 102, .4);
    border-radius: 999px;
    background: linear-gradient(135deg, #32b776, #26965f);
    padding: 7px 12px;
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
    box-shadow: 0 10px 22px rgba(38, 150, 95, .18);
}

.topbar__social a:hover {
    background: rgba(255, 255, 255, .18);
    transform: translateY(-1px);
}

.topbar__social .topbar-whatsapp:hover {
    background: linear-gradient(135deg, #3ac783, #2da568);
}

.main-header {
    position: sticky;
    top: 0;
    z-index: 20;
    background: rgba(255, 255, 255, .94);
    backdrop-filter: blur(14px);
    border-bottom: 1px solid var(--linha);
    box-shadow: 0 10px 28px rgba(16, 35, 56, .07);
}

.main-header .container {
    min-height: 118px;
}

.logo {
    height: 112px;
    width: auto;
    display: block;
}

.brand {
    display: flex;
    align-items: center;
    flex-shrink: 0;
}

.brand-stack {
    display: grid;
}

.portal-brand-mark {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    min-width: 282px;
}

.brand-tagline {
    display: block;
    margin-top: 4px;
    color: #567087;
    font-family: "Montserrat", sans-serif;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 0;
    text-transform: uppercase;
    white-space: nowrap;
}

.brand-tagline b {
    color: var(--azul);
}

.header-balance {
    min-width: 190px;
    flex: 0 0 190px;
}

.portal-brand-symbol {
    width: 88px;
    height: 88px;
    display: block;
    object-fit: contain;
    border-radius: 20px;
    filter: saturate(1.18) contrast(1.08);
}

.portal-brand-text {
    display: grid;
    gap: 2px;
    font-family: "Montserrat", sans-serif;
    line-height: 1;
}

.portal-brand-text small {
    color: #0f3762;
    font-size: 16px;
    font-weight: 800;
    letter-spacing: .32em;
    text-transform: uppercase;
}

.portal-brand-text strong {
    color: #1268b7;
    font-size: 38px;
    font-weight: 900;
    letter-spacing: 0;
    text-transform: uppercase;
}

.portal-brand-mark--footer {
    min-width: 0;
    margin-bottom: 16px;
}

.portal-brand-mark--footer .portal-brand-symbol {
    width: 74px;
    height: 74px;
}

.portal-brand-mark--footer .portal-brand-text small,
.portal-brand-mark--footer .portal-brand-text strong {
    color: #fff;
}

.nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 0;
    text-transform: uppercase;
    flex: 1;
}

.header-info {
    min-width: 190px;
    display: grid;
    gap: 4px;
    justify-items: end;
    text-align: right;
    color: var(--muted);
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
}

.header-info strong {
    color: var(--azul);
    font-size: 13px;
}

.live-now-strip {
    background:
        linear-gradient(90deg, #153250, #2b6699 52%, #193a5e);
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, .08);
}

.live-now-inner {
    min-height: 74px;
    display: grid;
    grid-template-columns: auto 92px minmax(0, 1fr) auto auto;
    align-items: center;
    gap: 14px;
}

.live-now-badge {
    display: flex;
    align-items: center;
}

.live-now-image {
    width: 58px;
    height: 58px;
    display: block;
    object-fit: cover;
    object-position: center top;
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 50%;
    box-shadow: 0 12px 24px rgba(0, 0, 0, .22);
}

.live-now-copy {
    display: grid;
    gap: 3px;
    min-width: 0;
}

.live-now-copy strong {
    overflow: hidden;
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-weight: 900;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.live-now-copy span {
    color: rgba(255, 255, 255, .72);
    font-size: 13px;
    font-weight: 700;
}

.live-now-action {
    min-height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 10px;
    background: rgba(255, 255, 255, .1);
    padding: 9px 12px;
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
    transition: background .2s ease, transform .2s ease;
}

.live-now-action:hover {
    background: rgba(255, 255, 255, .18);
    transform: translateY(-1px);
}

.live-now-action--video {
    background: linear-gradient(135deg, var(--vermelho), #e78463);
    border-color: transparent;
}

.breaking-news {
    background: rgba(255, 255, 255, .92);
    border-bottom: 1px solid var(--linha);
}

.breaking-news__inner {
    min-height: 54px;
    display: grid;
    grid-template-columns: 118px 1fr;
    align-items: center;
    gap: 14px;
}

.breaking-news strong {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border-radius: 999px;
    background: linear-gradient(135deg, var(--vermelho), #e78463);
    color: #fff;
    padding: 9px 12px;
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
}

.breaking-news__viewport {
    overflow: hidden;
    min-width: 0;
    mask-image: linear-gradient(90deg, transparent, #000 5%, #000 95%, transparent);
}

.breaking-news__track {
    width: max-content;
    display: inline-flex;
    align-items: center;
    gap: 18px;
    white-space: nowrap;
    color: var(--texto);
    animation: plantao-marquee 42s linear infinite;
}

.breaking-news__track:hover {
    animation-play-state: paused;
}

.breaking-news__track a {
    position: relative;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 800;
}

.breaking-news__track a + a::before {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    margin-right: 12px;
    background: var(--amarelo);
    vertical-align: 2px;
}

.top-sponsor {
    background: linear-gradient(180deg, #ffffff 0%, #f4f8fb 100%);
    border-bottom: 1px solid var(--linha);
    padding: 18px 0;
}

.top-sponsor__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.top-sponsor__banner {
    position: relative;
    display: block;
    overflow: hidden;
    border: 1px solid var(--linha);
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 14px 34px rgba(25, 48, 77, .08);
    transition: transform .2s ease, box-shadow .2s ease;
}

.top-sponsor__banner:hover {
    transform: translateY(-1px);
    box-shadow: 0 20px 42px rgba(25, 48, 77, .13);
}

.top-sponsor__banner img {
    width: 100%;
    height: 170px;
    display: block;
    object-fit: contain;
    background: #fff;
}

.top-sponsor__banner--sicoob {
    background: #003f46;
}

.top-sponsor__banner--sicoob img {
    background: #003f46;
    padding: 8px;
}

.top-sponsor__banner--imperatriz {
    background: #ed1b2e;
}

.top-sponsor__banner--imperatriz img {
    background: #ed1b2e;
    object-fit: cover;
    padding: 0;
}

.top-sponsor__cta {
    position: absolute;
    right: 18px;
    bottom: 14px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border: 1px solid rgba(255, 255, 255, .42);
    border-radius: 999px;
    background: rgba(18, 34, 53, .86);
    color: #fff;
    padding: 10px 13px;
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
    opacity: 0;
    pointer-events: none;
    transform: translateY(8px);
    box-shadow: 0 12px 26px rgba(18, 34, 53, .2);
    transition: opacity .2s ease, transform .2s ease, box-shadow .2s ease;
}

.top-sponsor__banner:hover .top-sponsor__cta,
.top-sponsor__banner:focus-visible .top-sponsor__cta {
    opacity: 1;
    transform: translateY(0);
    animation: sponsor-cta-pulse 1.8s ease-in-out infinite;
}

.top-sponsor__cta .fa-arrow-right {
    animation: sponsor-arrow-move 1.1s ease-in-out infinite;
}

@keyframes sponsor-cta-pulse {
    0%,
    100% {
        transform: translateY(0);
        box-shadow: 0 12px 26px rgba(18, 34, 53, .2);
    }

    50% {
        transform: translateY(-2px);
        box-shadow: 0 18px 34px rgba(18, 34, 53, .28);
    }
}

@keyframes sponsor-arrow-move {
    0%,
    100% {
        transform: translateX(0);
    }

    50% {
        transform: translateX(4px);
    }
}

@keyframes plantao-marquee {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}

.nav a {
    color: var(--texto);
    position: relative;
    padding: 8px 0;
}

.nav a::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 3px;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--azul), #d9797c);
    opacity: 0;
    transform: translateY(4px);
    transition: opacity .2s ease, transform .2s ease;
}

.nav a:hover {
    color: var(--azul);
}

.nav a:hover::after {
    opacity: 1;
    transform: translateY(0);
}

.btn-live,
.btn-primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    border: 0;
    border-radius: 10px;
    padding: 12px 16px;
    background: linear-gradient(135deg, var(--verde), #1d91b0);
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-size: 13px;
    font-weight: 800;
    cursor: pointer;
    box-shadow: 0 10px 22px rgba(18, 163, 92, .2);
    transition: transform .2s ease, box-shadow .2s ease, filter .2s ease;
}

.btn-primary {
    background: linear-gradient(135deg, var(--azul), #315f9e);
    box-shadow: 0 12px 28px rgba(31, 110, 183, .18);
}

.btn-live:hover,
.btn-primary:hover {
    transform: translateY(-1px);
    filter: saturate(1.06);
    box-shadow: 0 16px 34px rgba(7, 93, 184, .25);
}

.hero {
    background:
        radial-gradient(circle at 14% 0%, rgba(232, 185, 74, .11), transparent 24%),
        radial-gradient(circle at 90% 15%, rgba(207, 75, 79, .08), transparent 28%),
        linear-gradient(180deg, #ffffff 0%, #f2f6fa 100%);
    padding: 30px 0 34px;
}

.hero-grid {
    display: grid;
    grid-template-columns: 1.45fr .85fr;
    gap: 24px;
    align-items: stretch;
}

.headline-card,
.radio-card,
.card,
.ad-card,
.schedule-card {
    background: #fff;
    border: 1px solid var(--linha);
    border-radius: 12px;
    overflow: hidden;
    box-shadow: var(--sombra);
}

.headline-card {
    display: grid;
    grid-template-columns: 1.15fr .85fr;
    min-height: 430px;
}

.headline-card img {
    width: 100%;
    height: 100%;
    min-height: 320px;
    object-fit: cover;
}

.headline-card__body {
    padding: 32px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.tag {
    display: inline-flex;
    width: fit-content;
    padding: 6px 10px;
    border-radius: 999px;
    background: linear-gradient(135deg, var(--vermelho), #e78463);
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
}

h1,
h2,
h3 {
    font-family: "Montserrat", sans-serif;
    letter-spacing: 0;
}

h1 {
    margin: 16px 0 12px;
    font-size: 42px;
    line-height: 1.08;
    font-weight: 900;
}

h2 {
    margin: 0;
    font-size: 26px;
    font-weight: 900;
}

h3 {
    margin: 10px 0 8px;
    font-size: 20px;
    line-height: 1.25;
    font-weight: 900;
}

p {
    line-height: 1.6;
}

.lead {
    margin: 0 0 20px;
    color: var(--muted);
    font-size: 18px;
}

.radio-column {
    display: flex;
    flex-direction: column;
    gap: 16px;
    scroll-margin-top: 136px;
}

.radio-card {
    padding: 24px;
    background:
        radial-gradient(circle at 86% 12%, rgba(232, 185, 74, .14), transparent 22%),
        linear-gradient(160deg, #17385b, #2f6fa4 62%, #16324f);
    color: #fff;
}

.radio-card--compact {
    padding: 20px;
    text-align: center;
}

.radio-card__status {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 12px;
}

.radio-card__logo {
    width: 170px;
    max-width: 78%;
    display: block;
    margin: 4px auto 12px;
    border-radius: 12px;
    background: #fff;
    padding: 8px 10px;
    box-shadow: 0 16px 34px rgba(0, 0, 0, .22);
}

.radio-card__logo--s1 {
    width: 118px;
    height: 118px;
    object-fit: contain;
    padding: 10px;
    background: linear-gradient(145deg, #ffffff, #f1f7fc);
}

.radio-logo-switcher {
    position: relative;
    width: 126px;
    height: 126px;
    margin: 4px auto 12px;
}

.radio-logo-switcher .radio-card__logo {
    position: absolute;
    inset: 0;
    width: 126px;
    height: 126px;
    max-width: none;
    margin: 0;
    object-fit: contain;
    animation: portalLogoFade 8s ease-in-out infinite;
}

.radio-logo-switcher .radio-card__logo--web {
    padding: 8px;
    background: linear-gradient(145deg, #ffffff, #edf7ff);
    animation-delay: -4s;
    opacity: 0;
}

.player-logo-official {
    width: 126px;
    height: 126px;
    display: grid;
    place-items: center;
    margin: 4px auto 12px;
    border-radius: 24px;
    background: linear-gradient(145deg, #ffffff, #f1f7fc);
    box-shadow: 0 16px 34px rgba(0, 0, 0, .18);
}

.player-logo-official img {
    width: 104px;
    height: 104px;
    display: block;
    object-fit: contain;
    filter: saturate(1.16) contrast(1.08);
}

@keyframes portalLogoFade {
    0%,
    42% {
        opacity: 1;
        transform: scale(1);
    }

    50%,
    92% {
        opacity: 0;
        transform: scale(.985);
    }

    100% {
        opacity: 1;
        transform: scale(1);
    }
}

.pulse {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #d8ffe5;
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
}

.pulse::before {
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--verde);
    box-shadow: 0 0 0 6px rgba(22, 163, 74, .2);
}

.radio-card h2 {
    font-size: 22px;
    margin: 0 0 6px;
}

.radio-card p {
    color: rgba(255, 255, 255, .82);
    margin: 0 0 12px;
}

.radio-card__link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border: 1px solid rgba(180, 255, 60, .32);
    border-radius: 999px;
    background: rgba(118, 255, 0, .12);
    color: #e6ffd0;
    padding: 9px 12px;
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
    transition: background .2s ease, transform .2s ease;
}

.radio-card__link:hover {
    background: rgba(118, 255, 0, .2);
    transform: translateY(-1px);
}

.player {
    width: 100%;
    margin: 0;
}

.radio-player-box {
    display: grid;
    gap: 10px;
    margin: 12px 0 14px;
}

.radio-player-box .player {
    display: none;
}

.portal-radio-controls {
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr);
    align-items: center;
    gap: 12px;
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 16px;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, .16), rgba(255, 255, 255, .08)),
        rgba(255, 255, 255, .08);
    padding: 12px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .18);
}

.portal-radio-play {
    width: 48px;
    height: 48px;
    border: 0;
    border-radius: 50%;
    background: linear-gradient(135deg, #ffffff, #dff1ff);
    color: var(--azul);
    cursor: pointer;
    box-shadow: 0 12px 26px rgba(0, 0, 0, .18);
    transition: transform .2s ease, box-shadow .2s ease;
}

.portal-radio-play:hover {
    transform: translateY(-1px);
    box-shadow: 0 16px 32px rgba(0, 0, 0, .24);
}

.portal-radio-copy {
    min-width: 0;
    text-align: left;
}

.portal-radio-copy strong {
    display: block;
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-size: 15px;
    font-weight: 900;
}

.portal-radio-copy span {
    display: block;
    margin-top: 2px;
    color: rgba(255, 255, 255, .72);
    font-size: 12px;
    font-weight: 700;
}

.portal-radio-volume {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: 18px minmax(0, 1fr);
    align-items: center;
    gap: 10px;
    color: rgba(255, 255, 255, .82);
}

.portal-radio-slider {
    width: 100%;
    accent-color: var(--amarelo);
    cursor: pointer;
}

.radio-standby {
    display: none;
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 8px;
    background: rgba(255, 255, 255, .08);
    padding: 13px;
    text-align: left;
}

.radio-player-box.is-standby .radio-standby {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 4px 10px;
    align-items: center;
}

.radio-standby i {
    grid-row: span 2;
    color: var(--amarelo);
    font-size: 20px;
}

.radio-standby strong {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
}

.radio-standby span {
    color: rgba(255, 255, 255, .74);
    font-size: 12px;
    line-height: 1.4;
}

.section {
    padding: 34px 0;
}

.live-video-section {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at 15% 20%, rgba(31, 110, 183, .22), transparent 32%),
        radial-gradient(circle at 92% 72%, rgba(207, 75, 79, .12), transparent 30%),
        linear-gradient(135deg, #15304d, #214a72 54%, #172f49);
    color: #fff;
    padding: 50px 0;
}

.live-video-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255, 255, 255, .04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, .04) 1px, transparent 1px);
    background-size: 34px 34px;
    mask-image: linear-gradient(90deg, transparent, #000 18%, #000 82%, transparent);
    pointer-events: none;
}

.live-video-grid {
    position: relative;
    z-index: 1;
}

.live-video-grid {
    display: grid;
    grid-template-columns: .82fr 1.35fr;
    gap: 26px;
    align-items: center;
}

.live-video-copy h2 {
    margin: 6px 0 12px;
    font-size: 36px;
    line-height: 1.08;
}

.live-video-copy p {
    max-width: 520px;
    margin: 0 0 20px;
    color: rgba(255, 255, 255, .78);
    font-size: 16px;
}

.video-social-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.tiktok-live-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 16px;
    border: 1px solid rgba(255, 255, 255, .3);
    border-radius: 9px;
    background: rgba(10, 10, 16, .62);
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-size: 13px;
    font-weight: 800;
    text-decoration: none;
}

.tiktok-live-link:hover {
    border-color: #75f4ee;
    background: #11131d;
}

.live-video-player {
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 16px;
    background: #102233;
    box-shadow: var(--sombra-forte);
    aspect-ratio: 16 / 9;
    position: relative;
}

.live-video-player::before {
    content: "";
    position: absolute;
    inset: 12px;
    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: 12px;
    pointer-events: none;
    z-index: 2;
}

.live-video-player--active::before {
    display: none;
}

.live-video-frame {
    display: block;
    width: 100%;
    height: 100%;
    border: 0;
    background: #102233;
}

.facebook-video-fallback {
    width: 100%;
    height: 100%;
    min-height: 250px;
    display: grid;
    place-items: center;
    align-content: center;
    gap: 12px;
    padding: 28px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background:
        linear-gradient(135deg, rgba(30, 111, 184, .96), rgba(20, 55, 99, .97)),
        #15304d;
    transition: transform .2s ease, filter .2s ease;
}

.facebook-video-fallback:hover {
    color: #fff;
    filter: brightness(1.08);
}

.facebook-video-fallback > i {
    width: 58px;
    height: 58px;
    display: inline-grid;
    place-items: center;
    border-radius: 50%;
    background: rgba(255, 255, 255, .16);
    font-size: 28px;
}

.facebook-video-fallback strong {
    font-family: "Montserrat", sans-serif;
    font-size: 21px;
    font-weight: 900;
}

.facebook-video-fallback span {
    color: rgba(255, 255, 255, .82);
    font-size: 14px;
}

.facebook-video-fallback b {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 4px;
    padding: 10px 15px;
    border-radius: 8px;
    background: #fff;
    color: #155594;
    font-family: "Montserrat", sans-serif;
    font-size: 13px;
}

.video-placeholder {
    width: 100%;
    height: 100%;
    min-height: 320px;
    display: grid;
    place-items: center;
    align-content: center;
    gap: 10px;
    padding: 28px;
    text-align: center;
    background:
        linear-gradient(135deg, rgba(31, 110, 183, .24), rgba(207, 75, 79, .11)),
        radial-gradient(circle at center, rgba(255, 255, 255, .11), transparent 52%),
        #102233;
}

.video-placeholder i {
    width: 74px;
    height: 74px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, .16);
    background: rgba(255, 255, 255, .12);
    color: #fff;
    font-size: 28px;
}

.video-placeholder strong {
    font-family: "Montserrat", sans-serif;
    font-size: 24px;
    font-weight: 900;
}

.video-placeholder span {
    color: rgba(255, 255, 255, .68);
}

.section-head {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 18px;
    border-bottom: 1px solid var(--linha);
    padding-bottom: 10px;
}

.section-head::after {
    content: "";
    width: 96px;
    height: 4px;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--azul), #d9797c, var(--amarelo));
}

.section-kicker {
    color: var(--vermelho);
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
}

.content-grid {
    display: grid;
    grid-template-columns: 1fr 330px;
    gap: 24px;
}

.news-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.card__body {
    padding: 22px;
}

.card__meta {
    color: var(--azul);
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
}

.card p {
    color: var(--muted);
    font-size: 15px;
    margin: 0 0 14px;
}

.news-text-card {
    min-height: 235px;
    display: flex;
    border-top: 5px solid transparent;
    background:
        linear-gradient(#fff, #fff) padding-box,
        linear-gradient(90deg, var(--azul), #d9797c) border-box;
    transition: transform .2s ease, box-shadow .2s ease;
}

.news-text-card:hover,
.host-card:hover,
.schedule-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 20px 45px rgba(16, 35, 56, .13);
}

.news-text-card .card__body {
    display: flex;
    flex-direction: column;
}

.news-text-card h3 {
    font-size: 23px;
}

.text-link {
    margin-top: auto;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: var(--azul);
    font-family: "Montserrat", sans-serif;
    font-size: 13px;
    font-weight: 900;
    text-transform: uppercase;
}

.sidebar {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.sidebar-box {
    background: #fff;
    border: 1px solid var(--linha);
    border-radius: 12px;
    padding: 18px;
}

.sidebar-box h2 {
    font-size: 20px;
    margin-bottom: 14px;
}

.latest-box {
    box-shadow: var(--sombra);
}

.latest-link {
    display: block;
    padding: 13px 0;
    border-top: 1px solid var(--linha);
}

.latest-link span {
    display: block;
    margin-bottom: 5px;
    color: var(--vermelho);
    font-family: "Montserrat", sans-serif;
    font-size: 11px;
    font-weight: 900;
    text-transform: uppercase;
}

.latest-link strong {
    display: block;
    font-family: "Montserrat", sans-serif;
    font-size: 15px;
    line-height: 1.35;
}

.most-read-box {
    position: sticky;
    top: 18px;
    overflow: hidden;
    padding: 0;
    box-shadow: var(--sombra);
}

.most-read-heading {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 12px;
    padding: 18px 18px 14px;
    border-bottom: 1px solid var(--linha);
}

.most-read-heading span {
    color: var(--vermelho);
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
}

.most-read-heading strong {
    color: var(--azul-escuro);
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-weight: 900;
}

.most-read-feature {
    display: grid;
    gap: 8px;
    padding: 14px;
    background: linear-gradient(180deg, #f7fbff, #fff);
}

.most-read-feature img {
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    border-radius: 8px;
}

.most-read-feature span {
    color: var(--azul);
    font-family: "Montserrat", sans-serif;
    font-size: 11px;
    font-weight: 900;
    text-transform: uppercase;
}

.most-read-feature strong {
    color: var(--azul-escuro);
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    line-height: 1.25;
}

.most-read-feature small {
    color: var(--muted);
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
    font-weight: 800;
}

.most-read-list {
    display: grid;
}

.most-read-item {
    display: grid;
    grid-template-columns: 38px minmax(0, 1fr);
    gap: 12px;
    padding: 14px 18px;
    border-top: 1px solid var(--linha);
    transition: background .2s ease, transform .2s ease;
}

.most-read-item:hover {
    background: #f7fbff;
    transform: translateX(2px);
}

.most-read-item b {
    color: rgba(31, 110, 183, .42);
    font-family: "Montserrat", sans-serif;
    font-size: 22px;
    font-weight: 900;
    line-height: 1;
}

.most-read-item strong {
    display: block;
    color: var(--texto);
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    line-height: 1.35;
}

.most-read-item small {
    display: block;
    margin-top: 5px;
    color: var(--muted);
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
    font-weight: 700;
}

.schedule-list {
    display: grid;
    gap: 10px;
}

.schedule-card {
    position: relative;
    display: grid;
    grid-template-columns: 56px minmax(0, 1fr);
    align-items: center;
    gap: 12px;
    padding: 12px;
    box-shadow: none;
    border-left: 4px solid var(--azul);
    transition: transform .2s ease, box-shadow .2s ease;
}

.schedule-card.is-live {
    border-left-color: var(--vermelho);
    background: linear-gradient(135deg, #fff, #f7fbff);
    box-shadow: 0 14px 30px rgba(31, 110, 183, .1);
}

.schedule-card img {
    width: 56px;
    height: 56px;
    display: block;
    object-fit: cover;
    object-position: center top;
    border: 1px solid var(--linha);
    border-radius: 50%;
    background: #fff;
}

.schedule-card strong {
    display: block;
    font-family: "Montserrat", sans-serif;
    font-size: 15px;
    line-height: 1.25;
}

.schedule-card span {
    display: block;
    color: var(--muted);
    font-size: 13px;
}

.schedule-card small {
    display: block;
    margin-top: 2px;
    color: var(--azul);
    font-size: 12px;
    font-weight: 800;
}

.schedule-card em {
    position: absolute;
    top: 8px;
    right: 8px;
    padding: 4px 8px;
    border-radius: 999px;
    background: var(--vermelho);
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-size: 10px;
    font-style: normal;
    font-weight: 900;
    text-transform: uppercase;
}

.hosts-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
    gap: 16px;
}

.host-card {
    background: #fff;
    border: 1px solid var(--linha);
    border-radius: 12px;
    overflow: hidden;
    text-align: center;
}

.host-card img {
    width: 100%;
    height: 165px;
    object-fit: cover;
    display: block;
    backface-visibility: hidden;
}

.host-card img.host-card__photo--program {
    object-position: 18% center;
}

.radio-schedule-card img.radio-schedule-card__photo--program {
    object-position: 18% center;
}

.host-card__body {
    padding: 16px 14px 18px;
}

.host-card h3 {
    font-size: 15px;
    margin: 0 0 6px;
}

.host-card strong {
    color: var(--azul);
    font-size: 13px;
}

.programs-section {
    background: linear-gradient(180deg, #ffffff 0%, #f2f6fa 100%);
    border-top: 1px solid var(--linha);
}

.programs-viewport {
    overflow: hidden;
    padding: 2px 0 8px;
    mask-image: linear-gradient(90deg, transparent, #000 4%, #000 96%, transparent);
}

.programs-track {
    width: max-content;
    display: flex;
    gap: 18px;
    animation: programas-rolando 34s linear infinite;
}

.programs-viewport:hover .programs-track {
    animation-play-state: paused;
}

.program-card {
    position: relative;
    aspect-ratio: 2 / 1;
    width: min(580px, calc((100vw - 86px) / 2));
    min-height: 0;
    flex: 0 0 auto;
    overflow: hidden;
    border-radius: 14px;
    background: #17385b;
    box-shadow: var(--sombra);
}

.program-card img {
    width: 100%;
    height: 100%;
    min-height: 0;
    display: block;
    object-fit: cover;
    object-position: center;
    transition: transform .25s ease;
}

.program-card:hover img {
    transform: scale(1.03);
}

@keyframes programas-rolando {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(calc(-50% - 9px));
    }
}

.sponsors-section {
    background: #fff;
    border-top: 1px solid var(--linha);
    border-bottom: 1px solid var(--linha);
}

.sponsor-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.sponsor-card {
    position: relative;
    min-height: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border: 1px solid var(--linha);
    border-radius: 12px;
    background: #f8fafc;
    transition: transform .2s ease, box-shadow .2s ease;
}

.sponsor-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 25px rgba(16, 35, 56, .12);
}

.sponsor-card img {
    width: 100%;
    height: 180px;
    display: block;
    object-fit: contain;
    padding: 10px;
    transition: opacity .25s ease, transform .25s ease, filter .25s ease;
}

.sponsor-card__pitch {
    position: absolute;
    inset: 0;
    display: grid;
    place-items: center;
    align-content: center;
    gap: 6px;
    padding: 18px;
    background:
        radial-gradient(circle at 12% 18%, rgba(232, 185, 74, .18), transparent 28%),
        linear-gradient(135deg, rgba(23, 56, 91, .96), rgba(43, 102, 153, .94));
    color: #fff;
    text-align: center;
    opacity: 0;
    transform: translateY(8px);
    transition: opacity .24s ease, transform .24s ease;
}

.sponsor-card__pitch small {
    color: #d8ecff;
    font-family: "Montserrat", sans-serif;
    font-size: 11px;
    font-weight: 900;
    text-transform: uppercase;
}

.sponsor-card__pitch strong {
    font-family: "Montserrat", sans-serif;
    font-size: 25px;
    font-weight: 900;
}

.sponsor-card__pitch em {
    max-width: 260px;
    color: rgba(255, 255, 255, .84);
    font-size: 14px;
    font-style: normal;
}

.sponsor-card__pitch b {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 6px;
    border-radius: 999px;
    background: rgba(255, 255, 255, .14);
    padding: 8px 11px;
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
}

.sponsor-card:hover img,
.sponsor-card:focus-visible img {
    opacity: 0;
    transform: scale(.96);
    filter: blur(2px);
}

.sponsor-card:hover .sponsor-card__pitch,
.sponsor-card:focus-visible .sponsor-card__pitch {
    opacity: 1;
    transform: translateY(0);
}

.contact {
    background:
        radial-gradient(circle at 12% 20%, rgba(232, 185, 74, .1), transparent 24%),
        linear-gradient(135deg, #17385b, #2b6699);
    color: #fff;
}

.contact-grid {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 24px;
    align-items: center;
}

.contact-actions {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
}

.contact-actions a {
    display: flex;
    align-items: center;
    gap: 10px;
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 12px;
    background: rgba(255, 255, 255, .1);
    padding: 14px;
    font-weight: 700;
    transition: background .2s ease, transform .2s ease;
}

.contact-actions a:hover {
    background: rgba(255, 255, 255, .16);
    transform: translateY(-1px);
}

.footer {
    background: #122235;
    color: rgba(255, 255, 255, .82);
    padding: 0;
    font-size: 14px;
}

.footer-main {
    display: grid;
    grid-template-columns: 1.4fr .7fr 1fr .85fr;
    gap: 28px;
    padding: 42px 0 34px;
    align-items: start;
}

.footer-brand p {
    max-width: 320px;
    margin: 0 0 18px;
    color: rgba(255, 255, 255, .72);
}

.footer-social {
    display: flex;
    gap: 10px;
}

.footer-social a {
    width: 38px;
    height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background: rgba(255, 255, 255, .1);
    color: #fff;
}

.footer-col {
    display: grid;
    gap: 10px;
}

.footer-col h3 {
    margin: 0 0 6px;
    color: #fff;
    font-size: 16px;
}

.footer-col a,
.footer-col span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: rgba(255, 255, 255, .72);
}

.footer-col a:hover,
.footer-social a:hover,
.footer-radio a:hover {
    color: #fff;
}

.footer-radio {
    min-height: 150px;
    display: grid;
    align-content: center;
    gap: 12px;
    border-radius: 14px;
    background: linear-gradient(135deg, #255f92, #2f75ab);
    padding: 22px;
    color: #fff;
}

.footer-radio strong {
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
    line-height: 1.2;
}

.footer-radio a {
    width: fit-content;
    border-radius: 10px;
    background: rgba(255, 255, 255, .12);
    padding: 10px 12px;
    font-family: "Montserrat", sans-serif;
    font-weight: 800;
}

.footer-bottom {
    min-height: 56px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    border-top: 1px solid rgba(255, 255, 255, .12);
    color: rgba(255, 255, 255, .62);
    font-size: 13px;
}

.article-page {
    background: var(--fundo);
}

.article-shell {
    max-width: 900px;
    padding: 38px 0 60px;
}

.article-shell img {
    width: 100%;
    max-height: 460px;
    border-radius: 8px;
    object-fit: cover;
}

.article-shell h1 {
    font-size: 42px;
}

.article-text {
    font-size: 19px;
    line-height: 1.85;
    color: #2c3440;
}

.article-page-wrap {
    padding: 30px 0 52px;
}

.article-header {
    position: sticky;
}

.article-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 340px;
    gap: 26px;
    align-items: start;
}

.article-main {
    overflow: hidden;
    border: 1px solid var(--linha);
    border-radius: 14px;
    background: #fff;
    box-shadow: var(--sombra);
}

.article-cover {
    width: 100%;
    height: 430px;
    display: block;
    object-fit: cover;
}

.article-content {
    padding: 30px;
}

.article-content h1 {
    max-width: 850px;
    margin-top: 14px;
    font-size: 44px;
}

.article-actions {
    display: flex;
    align-items: center;
    gap: 18px;
    flex-wrap: wrap;
    margin-top: 28px;
}

.article-sidebar {
    position: sticky;
    top: 142px;
    display: grid;
    gap: 16px;
}

.article-radio {
    box-shadow: var(--sombra);
}

.article-radio-logo {
    margin: 8px auto 14px;
}

.article-tabs {
    overflow: hidden;
    border: 1px solid var(--linha);
    border-radius: 14px;
    background: #fff;
    box-shadow: var(--sombra);
}

.tab-buttons {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border-bottom: 1px solid var(--linha);
    background: #f8fafc;
}

.tab-button {
    min-height: 46px;
    border: 0;
    border-right: 1px solid var(--linha);
    background: transparent;
    color: var(--muted);
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    font-weight: 900;
    cursor: pointer;
    text-transform: uppercase;
}

.tab-button:last-child {
    border-right: 0;
}

.tab-button.is-active {
    background: #fff;
    color: var(--azul);
    box-shadow: inset 0 -3px 0 var(--azul);
}

.tab-panel {
    display: none;
    padding: 16px;
}

.tab-panel.is-active {
    display: grid;
    gap: 12px;
}

.tab-image-card {
    overflow: hidden;
    border: 1px solid var(--linha);
    border-radius: 12px;
    background: #f8fafc;
}

.tab-image-card img {
    width: 100%;
    height: 150px;
    display: block;
    object-fit: cover;
}

.sponsor-tab-card img {
    object-fit: contain;
    padding: 8px;
}

.program-tab-card img {
    object-fit: contain;
    padding: 6px;
    background: #fff;
}

.radio-page {
    --radio-verde: #76ff00;
    --radio-verde-escuro: #1f7f36;
    --radio-azul: #284bd6;
    overflow-x: hidden;
    background:
        radial-gradient(circle at 12% 0%, rgba(118, 255, 0, .12), transparent 28%),
        linear-gradient(180deg, #f8fbff 0, #eef5f9 420px, #f3f7fb 100%);
}

.radio-main-header {
    border-bottom-color: rgba(31, 127, 54, .18);
}

.radio-brand-lockup {
    gap: 14px;
}

.radio-brand-divider {
    width: 2px;
    height: 58px;
    border-radius: 999px;
    background: linear-gradient(180deg, transparent, var(--radio-verde), transparent);
}

.radio-header-logo {
    width: 74px;
    height: 74px;
    display: block;
    object-fit: contain;
    border: 1px solid rgba(31, 127, 54, .18);
    border-radius: 50%;
    background:
        radial-gradient(circle, rgba(118, 255, 0, .12), transparent 58%),
        #fff;
    padding: 5px;
    box-shadow: 0 10px 22px rgba(31, 127, 54, .12);
}

.radio-top-sponsor {
    border-bottom-color: rgba(31, 127, 54, .14);
    background:
        radial-gradient(circle at 12% 0%, rgba(118, 255, 0, .08), transparent 24%),
        linear-gradient(180deg, #ffffff 0%, #f4f8fb 100%);
}

.radio-page-hero {
    position: relative;
    overflow: hidden;
    padding: 42px 0;
    background:
        radial-gradient(circle at 82% 8%, rgba(118, 255, 0, .22), transparent 25%),
        radial-gradient(circle at 8% 82%, rgba(40, 75, 214, .15), transparent 28%),
        linear-gradient(135deg, #102945, #1f4c70 58%, #153250);
    color: #fff;
}

.radio-page-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255, 255, 255, .045) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, .045) 1px, transparent 1px);
    background-size: 34px 34px;
    pointer-events: none;
}

.radio-page-hero__grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 390px;
    gap: 28px;
    align-items: center;
}

.radio-page-kicker {
    color: var(--radio-verde);
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
}

.radio-page-identity h1 {
    max-width: 760px;
    margin: 8px 0 14px;
    color: #fff;
    font-size: 48px;
    line-height: 1.05;
}

.radio-page-identity p {
    max-width: 660px;
    color: rgba(255, 255, 255, .78);
    font-size: 18px;
    line-height: 1.7;
}

.radio-page-identity .radio-page-slogan {
    margin: 0;
    color: var(--radio-verde);
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
    font-weight: 900;
    line-height: 1.35;
}

.radio-page-slogan + p {
    margin-top: 10px;
}

.radio-page-actions {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-top: 22px;
}

.radio-green-button {
    background: linear-gradient(135deg, var(--radio-verde-escuro), #56c63a);
    box-shadow: 0 14px 32px rgba(86, 198, 58, .2);
}

.radio-outline-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 10px;
    background: rgba(255, 255, 255, .1);
    color: #fff;
    padding: 12px 16px;
    font-family: "Montserrat", sans-serif;
    font-size: 13px;
    font-weight: 900;
    text-transform: uppercase;
}

.radio-page-player-card {
    border: 1px solid rgba(118, 255, 0, .22);
    border-radius: 18px;
    background:
        radial-gradient(circle at 82% 12%, rgba(118, 255, 0, .16), transparent 26%),
        rgba(255, 255, 255, .1);
    padding: 24px;
    box-shadow: var(--sombra-forte);
    backdrop-filter: blur(14px);
}

.radio-heritage-logo {
    width: 185px;
    height: 185px;
    display: grid;
    place-items: center;
    margin: 0 auto 16px;
    border: 1px solid rgba(118, 255, 0, .24);
    border-radius: 50%;
    background:
        radial-gradient(circle, rgba(118, 255, 0, .18), transparent 58%),
        rgba(255, 255, 255, .08);
    box-shadow: 0 18px 42px rgba(0, 0, 0, .22);
}

.radio-heritage-logo img {
    width: 148px;
    height: 148px;
    object-fit: contain;
    border-radius: 50%;
}

.radio-heritage-logo--official {
    border-color: rgba(255, 255, 255, .24);
    background: linear-gradient(145deg, #ffffff, #edf7ff);
}

.radio-heritage-logo--official img {
    width: 142px;
    height: 142px;
    border-radius: 28px;
    filter: saturate(1.16) contrast(1.08);
}

.radio-live-pill {
    display: inline-flex;
    border-radius: 999px;
    background: rgba(118, 255, 0, .14);
    color: #ddffc9;
    padding: 7px 10px;
    font-family: "Montserrat", sans-serif;
    font-size: 11px;
    font-weight: 900;
    text-transform: uppercase;
}

.radio-page-player-card h2 {
    margin: 12px 0 8px;
    color: #fff;
    font-size: 26px;
}

.radio-page-player-card p {
    color: rgba(255, 255, 255, .76);
    margin: 0 0 14px;
}

.radio-now-playing {
    display: grid;
    gap: 3px;
    border: 1px solid rgba(118, 255, 0, .18);
    border-radius: 14px;
    background: rgba(255, 255, 255, .08);
    padding: 13px;
    margin-bottom: 14px;
}

.radio-now-playing span,
.radio-now-playing small {
    color: rgba(255, 255, 255, .68);
    font-family: "Montserrat", sans-serif;
    font-size: 11px;
    font-weight: 900;
    text-transform: uppercase;
}

.radio-now-playing strong {
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
    font-weight: 900;
}

.radio-control-panel {
    display: grid;
    grid-template-columns: 54px minmax(0, 1fr);
    gap: 12px;
    align-items: center;
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 16px;
    background: rgba(255, 255, 255, .1);
    padding: 13px;
}

.radio-play-button {
    width: 54px;
    height: 54px;
    border: 0;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--radio-verde), #43c65c);
    color: #102945;
    cursor: pointer;
    font-size: 18px;
    box-shadow: 0 14px 30px rgba(118, 255, 0, .18);
    transition: transform .2s ease, filter .2s ease;
}

.radio-play-button:hover {
    transform: scale(1.04);
    filter: brightness(1.04);
}

.radio-control-copy {
    min-width: 0;
    display: grid;
    gap: 3px;
}

.radio-control-copy strong {
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-size: 17px;
    font-weight: 900;
}

.radio-control-copy span {
    color: rgba(255, 255, 255, .68);
    font-size: 13px;
}

.radio-volume-control {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: 20px minmax(0, 1fr);
    gap: 10px;
    align-items: center;
    color: var(--radio-verde);
}

.radio-volume-slider {
    width: 100%;
    accent-color: var(--radio-verde);
}

.radio-page-standby {
    display: none;
    margin-top: 12px;
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 12px;
    background: rgba(255, 255, 255, .08);
    padding: 13px;
    color: #fff;
}

.radio-page-standby.is-visible {
    display: grid;
    gap: 4px;
}

.radio-video-band,
.radio-contact-band {
    background:
        radial-gradient(circle at 14% 18%, rgba(118, 255, 0, .09), transparent 24%),
        linear-gradient(135deg, #122235, #1f4c70);
    color: #fff;
}

.radio-video-grid {
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    gap: 24px;
    align-items: center;
    padding: 38px 0;
}

.radio-video-grid h2,
.radio-contact-band h2 {
    color: #fff;
}

.radio-video-grid p,
.radio-contact-band p {
    color: rgba(255, 255, 255, .76);
}

.radio-video-placeholder {
    min-height: 250px;
    display: grid;
    place-items: center;
    align-content: center;
    gap: 10px;
    border: 1px solid rgba(118, 255, 0, .2);
    border-radius: 16px;
    background:
        radial-gradient(circle at center, rgba(118, 255, 0, .12), transparent 55%),
        rgba(255, 255, 255, .07);
    text-align: center;
}

.radio-video-placeholder i {
    width: 70px;
    height: 70px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(118, 255, 0, .14);
    color: var(--radio-verde);
    font-size: 28px;
}

.radio-video-player {
    width: 100%;
    min-width: 0;
    overflow: hidden;
    min-height: 250px;
    aspect-ratio: 16 / 9;
    border: 1px solid rgba(118, 255, 0, .28);
    border-radius: 16px;
    background: #102233;
    box-shadow: 0 18px 42px rgba(5, 17, 30, .24);
}

.radio-video-frame {
    display: block;
    min-width: 0;
    width: 100%;
    height: 100%;
    border: 0;
    background: #102233;
}

.radio-video-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 18px;
    padding: 11px 16px;
    border-radius: 9px;
    background: #1877f2;
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-size: 13px;
    font-weight: 800;
    text-decoration: none;
}

.radio-video-link:hover {
    background: #0e65d3;
}

.radio-video-link--tiktok,
.radio-video-link--tiktok:hover {
    background: #11131d;
}

.radio-video-link--tiktok:hover {
    background: #242630;
}

.radio-award-section {
    background: #f6faf7;
    border-top: 1px solid #d6e7da;
    border-bottom: 1px solid #d6e7da;
}

#premio-radio,
#programacao-radio,
#player-radio,
#video-ao-vivo {
    scroll-margin-top: 136px;
}

.radio-award-grid {
    display: grid;
    grid-template-columns: minmax(0, .95fr) minmax(280px, .68fr);
    gap: 30px;
    align-items: center;
}

.radio-award-copy h2 {
    max-width: 760px;
    margin: 8px 0 16px;
    color: #173d2a;
    font-size: clamp(30px, 4vw, 46px);
    line-height: 1.06;
}

.radio-award-copy p {
    max-width: 640px;
    margin: 0;
    color: #4c6656;
    font-size: 18px;
    line-height: 1.65;
}

.radio-award-copy p strong {
    color: #18723c;
}

.radio-award-copy {
    padding: 0;
}

.radio-award-copy .radio-page-kicker {
    color: #18723c;
}

.radio-award-years {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 18px;
}

.radio-award-years span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border: 1px solid #bddcc5;
    border-radius: 8px;
    background: #fff;
    color: #164729;
    padding: 8px 11px;
    font-size: 13px;
    font-weight: 700;
}

.radio-award-years b {
    color: #10612d;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 900;
}

.radio-award-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-top: 12px;
    border-radius: 8px;
    border: 1px solid #18723c;
    background: #fff;
    color: #18723c;
    padding: 12px 16px;
    font-weight: 900;
    box-shadow: none;
}

.radio-award-badge i {
    color: #f3c85f;
}

.radio-award-card {
    margin: 0;
    border-radius: 12px;
    background: #166534;
    padding: 10px;
    box-shadow: 0 22px 44px rgba(22, 101, 52, .18);
}

.radio-award-card img {
    display: block;
    width: 100%;
    border-radius: 8px;
    object-fit: cover;
}

.radio-schedule-section {
    background: #fff;
}

.radio-schedule-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.radio-schedule-tabs {
    display: grid;
    grid-template-columns: repeat(7, minmax(0, 1fr));
    gap: 6px;
    margin: 0 0 18px;
    border: 1px solid #d4ead9;
    border-radius: 10px;
    background: #eaf5ed;
    padding: 6px;
}

.radio-schedule-tab {
    min-width: 0;
    border: 1px solid transparent;
    border-radius: 6px;
    background: transparent;
    color: #426353;
    cursor: pointer;
    padding: 11px 8px;
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    font-weight: 900;
    transition: background .2s ease, border-color .2s ease, color .2s ease, transform .2s ease;
}

.radio-schedule-tab:hover {
    border-color: #a9d5b2;
    background: #fff;
}

.radio-schedule-tab.is-active {
    border-color: #166534;
    background: #166534;
    color: #fff;
    box-shadow: 0 7px 16px rgba(22, 101, 52, .18);
}

.radio-schedule-day {
    margin: 0 0 12px;
    color: #166534;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 900;
}

.radio-schedule-card {
    display: grid;
    grid-template-columns: 76px minmax(0, 1fr);
    gap: 13px;
    align-items: center;
    border: 1px solid var(--linha);
    border-left: 4px solid var(--radio-verde-escuro);
    border-radius: 12px;
    background: #fff;
    padding: 13px;
    box-shadow: 0 12px 26px rgba(25, 48, 77, .07);
}

.radio-schedule-card[hidden] {
    display: none;
}

.radio-schedule-card.is-live {
    border-left-color: var(--radio-verde);
    background: linear-gradient(135deg, #fff, #f4fff0);
}

.radio-schedule-card img {
    width: 76px;
    height: 76px;
    object-fit: cover;
    object-position: center top;
    border-radius: 14px;
}

.radio-schedule-card img.radio-schedule-card__logo {
    border: 1px solid #d7e8db;
    background: #fff;
    object-fit: contain;
    padding: 7px;
}

.radio-schedule-card span {
    color: var(--radio-verde-escuro);
    font-family: "Montserrat", sans-serif;
    font-size: 11px;
    font-weight: 900;
    text-transform: uppercase;
}

.radio-schedule-card h3 {
    margin: 3px 0;
    font-size: 17px;
}

.radio-schedule-card p {
    margin: 0;
    color: var(--muted);
    font-size: 13px;
}

.radio-schedule-live-note {
    display: block;
    margin: 3px 0;
    color: #b8474c;
    font-family: "Montserrat", sans-serif;
    font-size: 10px;
    font-weight: 900;
    text-transform: uppercase;
}

@media (max-width: 680px) {
    .radio-schedule-tabs {
        display: flex;
        overflow-x: auto;
        padding: 6px;
        scrollbar-width: thin;
    }

    .radio-schedule-tab {
        min-width: 92px;
    }
}

.radio-hosts-section {
    background: linear-gradient(180deg, #f7fbff, #eef5f9);
}

.radio-host-card {
    border-top: 4px solid rgba(31, 127, 54, .72);
    text-align: left;
    transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.radio-host-card:hover {
    border-top-color: var(--radio-verde);
}

.radio-host-card .host-card__body {
    padding: 18px;
}

.radio-host-role {
    display: inline-flex;
    width: fit-content;
    border-radius: 999px;
    background: rgba(31, 127, 54, .1);
    color: var(--radio-verde-escuro);
    padding: 5px 8px;
    font-family: "Montserrat", sans-serif;
    font-size: 10px;
    font-weight: 900;
    text-transform: uppercase;
}

.radio-host-card h3 {
    margin: 10px 0 4px;
    color: #172233;
    font-family: "Montserrat", sans-serif;
    font-size: 21px;
    font-weight: 900;
    line-height: 1.15;
}

.radio-host-card strong {
    display: block;
    color: var(--radio-verde-escuro);
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 900;
    line-height: 1.35;
}

.radio-host-card p {
    color: #586679;
    font-size: 14px;
    line-height: 1.55;
}

.radio-sponsors-section {
    background: #fff;
    border-top: 1px solid var(--linha);
    border-bottom: 1px solid var(--linha);
}

.radio-sponsor-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}

.radio-sponsor-card {
    position: relative;
    min-height: 138px;
    display: grid;
    place-items: center;
    overflow: hidden;
    border: 1px solid var(--linha);
    border-radius: 12px;
    background: #f8fafc;
}

.radio-sponsor-card img {
    width: 100%;
    height: 138px;
    object-fit: contain;
    padding: 9px;
    transition: opacity .22s ease, transform .22s ease;
}

.radio-sponsor-card span {
    position: absolute;
    inset: 0;
    display: grid;
    place-items: center;
    align-content: center;
    gap: 5px;
    padding: 14px;
    background: linear-gradient(135deg, rgba(16, 41, 69, .94), rgba(31, 127, 54, .9));
    color: #fff;
    text-align: center;
    opacity: 0;
    transform: translateY(8px);
    transition: opacity .22s ease, transform .22s ease;
}

.radio-sponsor-card:hover img,
.radio-sponsor-card:focus-visible img {
    opacity: 0;
    transform: scale(.96);
}

.radio-sponsor-card:hover span,
.radio-sponsor-card:focus-visible span {
    opacity: 1;
    transform: translateY(0);
}

.radio-sponsor-card small {
    color: #d8ffc5;
    font-family: "Montserrat", sans-serif;
    font-size: 10px;
    font-weight: 900;
    text-transform: uppercase;
}

.radio-sponsor-card strong {
    font-family: "Montserrat", sans-serif;
    font-size: 17px;
    font-weight: 900;
}

@media (max-width: 980px) {
    .header-balance {
        display: none;
    }

    .nav {
        display: none;
    }

    .header-info {
        min-width: auto;
    }

    .hero-grid,
    .headline-card,
    .content-grid,
    .contact-grid,
    .live-video-grid,
    .radio-page-hero__grid,
    .radio-video-grid,
    .radio-award-grid,
    .footer-main,
    .article-layout {
        grid-template-columns: 1fr;
    }

    .article-sidebar {
        position: static;
    }

    .sponsor-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .top-sponsor__grid {
        grid-template-columns: 1fr;
    }

    .program-card {
        width: min(520px, calc(100vw - 64px));
    }

    .radio-schedule-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .radio-sponsor-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .radio-page-identity h1 {
        font-size: 39px;
    }

    .headline-card {
        min-height: auto;
    }

    .live-now-inner {
        grid-template-columns: auto 78px minmax(0, 1fr);
        padding: 12px 0;
    }

    .live-now-action {
        grid-column: span 1;
    }
}

@media (max-width: 680px) {
    .brand-tagline {
        margin-top: 3px;
        font-size: 8px;
    }

    .radio-award-copy {
        padding: 0;
    }

    .radio-award-years {
        display: grid;
        grid-template-columns: 1fr;
    }

    .radio-award-years span {
        justify-content: center;
        text-align: center;
    }

    .radio-video-player {
        aspect-ratio: 16 / 10;
    }

    .topbar-layout {
        min-height: auto;
        padding: 10px 0;
        display: grid;
        grid-template-columns: 1fr;
        gap: 8px;
    }

    .topbar__brand,
    .topbar__meta,
    .topbar__social {
        min-width: 0;
        justify-content: center;
    }

    .topbar__meta span {
        font-size: 12px;
    }

    .main-header .container {
        min-height: 86px;
    }

    .logo {
        height: 72px;
    }

    .portal-brand-mark {
        min-width: 0;
        gap: 9px;
    }

    .portal-brand-symbol {
        width: 66px;
        height: 66px;
        border-radius: 14px;
    }

    .portal-brand-text small {
        font-size: 11px;
        letter-spacing: .24em;
    }

    .portal-brand-text strong {
        font-size: 27px;
    }

    .radio-brand-lockup {
        gap: 8px;
    }

    .radio-brand-divider {
        height: 42px;
    }

    .radio-header-logo {
        width: 54px;
        height: 54px;
    }

    .breaking-news__inner {
        grid-template-columns: 92px 1fr;
        padding: 10px 0;
    }

    .live-now-inner {
        grid-template-columns: 1fr;
        justify-items: center;
        text-align: center;
    }

    .live-now-image {
        width: 150px;
        height: 84px;
    }

    .live-now-copy strong {
        white-space: normal;
    }

    .breaking-news strong {
        padding: 8px 9px;
        font-size: 11px;
    }

    .top-sponsor {
        padding: 14px 0;
    }

    .top-sponsor__banner {
        padding-bottom: 44px;
    }

    .top-sponsor__banner img {
        height: 120px;
    }

    .top-sponsor__cta {
        right: 10px;
        left: 10px;
        bottom: 8px;
        justify-content: center;
        padding: 8px 10px;
        font-size: 10px;
        text-align: center;
    }

    .btn-live {
        padding: 10px 12px;
        font-size: 12px;
    }

    .headline-card__body,
    .radio-card {
        padding: 22px;
    }

    .live-video-section {
        padding: 30px 0;
    }

    .live-video-copy h2 {
        font-size: 28px;
    }

    .radio-page-hero {
        padding: 30px 0;
    }

    .radio-page-identity h1 {
        font-size: 31px;
    }

    .radio-page-identity p {
        font-size: 16px;
    }

    .radio-page-player-card {
        padding: 20px;
    }

    .radio-heritage-logo {
        width: 150px;
        height: 150px;
    }

    .radio-heritage-logo img {
        width: 122px;
        height: 122px;
    }

    .player-logo-official {
        width: 108px;
        height: 108px;
        border-radius: 20px;
    }

    .player-logo-official img {
        width: 88px;
        height: 88px;
    }

    .radio-heritage-logo--official img {
        width: 116px;
        height: 116px;
        border-radius: 24px;
    }

    .radio-award-grid {
        gap: 22px;
    }

    .radio-award-card {
        max-width: 440px;
        margin-inline: auto;
    }

    .radio-schedule-grid {
        grid-template-columns: 1fr;
    }

    .radio-control-panel {
        grid-template-columns: 48px minmax(0, 1fr);
        padding: 11px;
    }

    .radio-play-button {
        width: 48px;
        height: 48px;
    }

    .radio-sponsor-grid {
        grid-template-columns: 1fr;
    }

    .radio-sponsor-card,
    .radio-sponsor-card img {
        min-height: 130px;
        height: 130px;
    }

    .radio-video-grid {
        padding: 28px 0;
    }

    .video-placeholder {
        min-height: 230px;
    }

    h1,
    .article-shell h1 {
        font-size: 31px;
    }

    .article-page-wrap {
        padding: 18px 0 36px;
    }

    .article-cover {
        height: 260px;
    }

    .article-content {
        padding: 22px;
    }

    .article-content h1 {
        font-size: 31px;
    }

    .tab-buttons {
        grid-template-columns: 1fr;
    }

    .tab-button {
        border-right: 0;
        border-bottom: 1px solid var(--linha);
    }

    .news-grid,
    .contact-actions,
    .sponsor-grid {
        grid-template-columns: 1fr;
    }

    .programs-track {
        gap: 14px;
        animation-duration: 30s;
    }

    .program-card {
        width: min(360px, calc(100vw - 48px));
        border-radius: 12px;
    }

    .program-card__caption {
        left: 14px;
        right: 14px;
        bottom: 14px;
    }

    .program-card__caption span {
        font-size: 10px;
    }

    .program-card__caption strong {
        font-size: 20px;
    }

    .footer-bottom {
        flex-direction: column;
        justify-content: center;
        text-align: center;
        padding: 14px 0;
    }
}

@media (max-width: 1120px) {
    .container {
        width: min(100% - 28px, 1040px);
    }

    .main-header .container {
        min-height: auto;
        padding: 16px 0 12px;
    }

    .header-layout {
        display: grid;
        grid-template-columns: 1fr;
        justify-items: center;
        gap: 12px;
        text-align: center;
    }

    .nav {
        order: 3;
        width: 100%;
        display: flex;
        justify-content: flex-start;
        gap: 8px;
        overflow-x: auto;
        padding: 6px 0 2px;
        scrollbar-width: thin;
    }

    .nav a {
        flex: 0 0 auto;
        border: 1px solid var(--linha);
        border-radius: 999px;
        background: #fff;
        padding: 9px 12px;
        font-size: 12px;
        box-shadow: 0 8px 18px rgba(16, 35, 56, .05);
    }

    .nav a::after {
        display: none;
    }

    .header-info {
        min-width: 0;
        justify-items: center;
        text-align: center;
    }

    .hero-grid {
        grid-template-columns: 1fr;
    }

    .radio-column {
        display: grid;
        grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr);
        align-items: stretch;
    }

    .top-sponsor__grid {
        display: flex;
        gap: 14px;
        overflow-x: auto;
        padding: 2px 0 12px;
        scroll-snap-type: x mandatory;
        scrollbar-width: thin;
    }

    .top-sponsor__banner {
        flex: 0 0 min(420px, 70vw);
        scroll-snap-align: start;
    }

    .content-grid,
    .article-layout {
        grid-template-columns: 1fr;
    }

    .most-read-box,
    .article-sidebar {
        position: static;
    }

    .most-read-box {
        display: grid;
        grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
        align-items: stretch;
    }

    .most-read-heading {
        grid-column: 1 / -1;
    }

    .most-read-feature {
        border-right: 1px solid var(--linha);
    }
}

@media (max-width: 760px) {
    body {
        font-size: 15px;
    }

    .container {
        width: min(100% - 22px, 680px);
    }

    .topbar-layout {
        display: grid;
        grid-template-columns: 1fr;
        gap: 9px;
        padding: 10px 0;
    }

    .topbar__meta,
    .topbar__social {
        justify-content: center;
    }

    .topbar-live {
        justify-self: center;
    }

    .topbar__meta {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        width: 100%;
        gap: 7px;
    }

    .topbar__meta span {
        justify-content: center;
        min-width: 0;
        padding: 7px 6px;
        font-size: 11px;
        white-space: nowrap;
    }

    .topbar__social {
        margin-left: 0;
    }

    .topbar__social .topbar-whatsapp {
        min-height: 38px;
        padding-inline: 16px;
    }

    .portal-brand-symbol {
        width: 70px;
        height: 70px;
    }

    .portal-brand-text small {
        font-size: 11px;
        letter-spacing: .25em;
    }

    .portal-brand-text strong {
        font-size: 28px;
    }

    .live-now-inner {
        grid-template-columns: 1fr;
        justify-items: center;
        gap: 10px;
        text-align: center;
    }

    .live-now-badge {
        justify-content: center;
    }

    .live-now-copy strong {
        white-space: normal;
        font-size: 17px;
    }

    .live-now-action {
        width: min(100%, 220px);
    }

    .breaking-news__inner {
        grid-template-columns: 1fr;
        gap: 8px;
        padding: 10px 0;
    }

    .breaking-news strong {
        width: fit-content;
        margin: 0 auto;
    }

    .top-sponsor__banner {
        flex-basis: min(86vw, 390px);
        border-radius: 12px;
        padding-bottom: 0;
    }

    .top-sponsor__banner img {
        height: 132px;
    }

    .top-sponsor__cta {
        display: none;
    }

    .headline-card {
        display: grid;
        grid-template-columns: 1fr;
        border-radius: 14px;
    }

    .headline-card img {
        min-height: 0;
        height: auto;
        aspect-ratio: 16 / 10;
    }

    .headline-card__body {
        padding: 22px;
    }

    h1 {
        font-size: clamp(30px, 9vw, 40px);
        line-height: 1.05;
    }

    h2 {
        font-size: 24px;
    }

    .lead {
        font-size: 16px;
    }

    .radio-column {
        grid-template-columns: 1fr;
    }

    .content-grid {
        gap: 18px;
    }

    .news-grid {
        grid-template-columns: 1fr;
    }

    .news-text-card {
        min-height: auto;
    }

    .most-read-box {
        grid-template-columns: 1fr;
    }

    .most-read-feature {
        border-right: 0;
        border-bottom: 1px solid var(--linha);
    }

    .sponsor-grid,
    .contact-actions {
        grid-template-columns: 1fr;
    }

    .program-card {
        width: min(84vw, 360px);
    }

    .host-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .article-main {
        border-radius: 12px;
    }

    .article-cover {
        height: auto;
        aspect-ratio: 16 / 10;
    }

    .article-content {
        padding: 22px;
    }

    .article-content h1 {
        font-size: clamp(29px, 8vw, 38px);
        line-height: 1.08;
    }

    .article-text {
        font-size: 17px;
        line-height: 1.78;
    }

    .article-sidebar {
        gap: 14px;
    }

    .footer-main {
        grid-template-columns: 1fr;
        gap: 26px;
    }

    .footer-brand,
    .footer-col,
    .footer-radio {
        text-align: left;
    }
}

@media (max-width: 460px) {
    .container {
        width: min(100% - 18px, 440px);
    }

    .topbar__meta {
        grid-template-columns: 1fr;
    }

    .topbar__social a:not(.topbar-whatsapp) {
        width: 34px;
        height: 34px;
    }

    .topbar-live strong {
        display: none;
    }

    .header-layout {
        gap: 10px;
    }

    .portal-brand-mark {
        width: 100%;
        justify-content: center;
    }

    .portal-brand-text strong {
        font-size: 25px;
    }

    .nav {
        padding-bottom: 6px;
    }

    .nav a {
        font-size: 11px;
        padding: 8px 10px;
    }

    .top-sponsor__banner {
        flex-basis: 88vw;
    }

    .top-sponsor__banner img {
        height: 116px;
    }

    .section {
        padding: 26px 0;
    }

    .hero {
        padding: 20px 0 28px;
    }

    .headline-card__body,
    .radio-card,
    .card__body {
        padding: 18px;
    }

    .host-grid {
        grid-template-columns: 1fr;
    }

    .live-video-grid,
    .radio-video-grid,
    .radio-page-hero__grid {
        grid-template-columns: 1fr;
    }

    .radio-page-player-card,
    .article-content {
        padding: 18px;
    }

    .tab-buttons {
        grid-template-columns: 1fr;
    }

    .footer-main {
        padding: 28px 0;
    }
}

/* Tipografia editorial e tratamento da marca em alta resolução. */
body,
button,
input,
textarea,
select,
h1,
h2,
h3,
h4,
p,
a,
span,
strong,
small,
em,
label,
li {
    font-family: "Roboto", Arial, sans-serif;
}

h1,
h2,
h3,
h4 {
    font-weight: 900;
}

.portal-brand-symbol {
    width: 86px;
    height: 86px;
    opacity: 1;
    filter: none;
}

.player-logo-official img,
.radio-card__logo--s1,
.radio-logo-switcher .radio-card__logo {
    opacity: 1;
    filter: none;
}

.player-logo-official img {
    width: 110px;
    height: 110px;
}

@media (max-width: 760px) {
    .portal-brand-symbol {
        width: 72px;
        height: 72px;
    }
}

/* Revisao final: ritmo, proporcao e leitura editorial. */
body {
    color: var(--texto);
    line-height: 1.5;
}

.main-header .container {
    min-height: 104px;
}

.portal-brand-mark {
    gap: 10px;
    min-width: 276px;
}

.portal-brand-symbol {
    width: 80px;
    height: 80px;
}

.portal-brand-text small {
    font-size: 14px;
}

.portal-brand-text strong {
    font-size: 35px;
}

.brand-tagline {
    margin-top: 4px;
    color: #58728a;
    font-size: 10px;
    font-weight: 700;
}

.hero {
    padding: 36px 0 42px;
}

.hero-grid {
    align-items: start;
    gap: 26px;
}

.headline-card {
    grid-template-columns: minmax(300px, .86fr) minmax(0, 1.14fr);
    min-height: 468px;
    box-shadow: 0 12px 30px rgba(20, 51, 83, .1);
}

.headline-card img {
    min-height: 468px;
}

.headline-card__body {
    padding: 36px 36px 34px;
}

.headline-card h1 {
    margin: 14px 0 12px;
    font-size: 36px;
    line-height: 1.1;
}

.lead {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 1.5;
}

.radio-column {
    gap: 16px;
}

.hero-followup {
    margin-top: 22px;
}

.hero-followup .latest-box {
    display: grid;
    grid-template-columns: 220px repeat(3, minmax(0, 1fr));
    overflow: hidden;
    padding: 0;
    border-radius: 8px;
    box-shadow: 0 8px 22px rgba(20, 51, 83, .06);
}

.hero-followup .latest-box h2 {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 22px;
    color: var(--azul-escuro);
    font-size: 20px;
    line-height: 1.15;
}

.hero-followup .latest-link {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 106px;
    margin: 0;
    padding: 18px 20px;
    border-top: 0;
    border-left: 1px solid var(--linha);
}

.hero-followup .latest-link strong {
    font-size: 15px;
    line-height: 1.32;
}

.section {
    padding: 48px 0;
}

.section-head {
    margin-bottom: 22px;
    padding-bottom: 12px;
}

.section-head h2 {
    font-size: 28px;
    line-height: 1.15;
}

.host-card__body {
    padding: 16px 16px 18px;
}

@media (min-width: 1121px) {
    .main-header:not(.radio-main-header) .header-layout {
        grid-template-columns: 300px minmax(0, 1fr) 160px;
        gap: 24px;
    }

    .main-header:not(.radio-main-header) .nav {
        gap: 26px;
        font-size: 14px;
    }
}

@media (max-width: 1120px) {
    .headline-card {
        grid-template-columns: 1fr 1fr;
        min-height: 430px;
    }

    .headline-card img {
        min-height: 430px;
    }
}

@media (max-width: 760px) {
    .main-header .container {
        min-height: 96px;
    }

    .hero {
        padding: 26px 0 32px;
    }

    .headline-card {
        grid-template-columns: 1fr;
        min-height: 0;
    }

    .headline-card img {
        min-height: 0;
        aspect-ratio: 16 / 10;
    }

    .headline-card__body {
        padding: 26px 24px 28px;
    }

    .headline-card h1 {
        font-size: 34px;
    }

    .section {
        padding: 38px 0;
    }

    .hero-followup {
        margin-top: 20px;
    }

    .hero-followup .latest-box {
        display: block;
        padding: 18px;
    }

    .hero-followup .latest-box h2 {
        display: block;
        padding: 0 0 12px;
    }

    .hero-followup .latest-link {
        display: block;
        min-height: 0;
        padding: 14px 0;
        border-top: 1px solid var(--linha);
        border-left: 0;
    }
}

@media (max-width: 460px) {
    .headline-card__body {
        padding: 22px 20px 24px;
    }

    .headline-card h1 {
        font-size: 31px;
    }

    .section-head h2 {
        font-size: 26px;
    }
}

/* Cabeçalho próprio da subpágina da rádio. */
.radio-main-header .radio-header-layout {
    display: grid;
    grid-template-columns: 300px minmax(0, 1fr) 300px;
    gap: 22px;
}

.radio-main-header .brand {
    min-width: 0;
}

.radio-main-header .portal-brand-mark {
    min-width: 0;
}

.radio-main-header .portal-brand-symbol {
    width: 76px;
    height: 76px;
}

.radio-header-identity {
    display: inline-flex;
    align-items: center;
    justify-self: end;
    gap: 10px;
    min-width: 0;
    color: #1f7f36;
}

.radio-header-identity > span {
    display: grid;
    justify-items: end;
    gap: 2px;
    line-height: 1;
    text-align: right;
}

.radio-header-identity small {
    color: #547066;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
}

.radio-header-identity strong {
    color: #1f7f36;
    font-size: 16px;
    font-weight: 900;
    text-transform: uppercase;
}

.radio-header-logo {
    width: 62px;
    height: 62px;
    flex: 0 0 62px;
    border-radius: 50%;
    box-shadow: 0 8px 18px rgba(31, 127, 54, .12);
}

@media (max-width: 1120px) {
    .radio-main-header .radio-header-layout {
        grid-template-columns: minmax(0, 1fr) auto;
        justify-items: start;
        gap: 10px 18px;
    }

    .radio-main-header .nav {
        grid-column: 1 / -1;
        order: initial;
    }

    .radio-header-identity {
        justify-self: end;
    }
}

@media (max-width: 760px) {
    .radio-main-header .radio-header-layout {
        gap: 8px 12px;
    }

    .radio-main-header .portal-brand-symbol {
        width: 62px;
        height: 62px;
    }

    .radio-header-identity > span {
        display: none;
    }

    .radio-header-logo {
        width: 52px;
        height: 52px;
        flex-basis: 52px;
    }
}

/* Rolagem sempre disponível e visível no portal. */
html {
    overflow-y: scroll;
    scrollbar-gutter: stable;
    scrollbar-color: #8eb7d8 #f2f6f9;
    scrollbar-width: thin;
}

html::-webkit-scrollbar {
    width: 9px;
}

html::-webkit-scrollbar-track {
    background: #f2f6f9;
}

html::-webkit-scrollbar-thumb {
    border: 2px solid #f2f6f9;
    border-radius: 9px;
    background: #8eb7d8;
}

html::-webkit-scrollbar-thumb:hover {
    background: #5d98c5;
}

/* Indicador próprio de rolagem para navegadores que escondem a barra nativa. */
/* Refinamento visual: tipografia, ritmo e hierarquia editorial. */
:root {
    --azul: #176db8;
    --azul-escuro: #16466f;
    --azul-noite: #112e4b;
    --verde: #278957;
    --amarelo: #e3ad42;
    --vermelho: #d45d5d;
    --texto: #172637;
    --muted: #61738a;
    --linha: #dbe5ee;
    --fundo: #f4f8fb;
    --sombra: 0 10px 28px rgba(20, 51, 83, .08);
    --sombra-forte: 0 18px 42px rgba(20, 51, 83, .14);
}

body {
    background: #f4f8fb;
    font-family: "Source Sans 3", Arial, sans-serif;
    font-size: 17px;
}

.container {
    width: min(1220px, calc(100% - 40px));
}

.topbar {
    background: #173f64;
}

.topbar__meta span,
.topbar-live,
.topbar__social a,
.topbar__social .topbar-whatsapp {
    box-shadow: none;
}

.topbar__meta span {
    border-radius: 6px;
    font-size: 12px;
    font-weight: 700;
}

.topbar-live,
.topbar__social .topbar-whatsapp {
    border-radius: 6px;
}

.topbar__social .topbar-whatsapp {
    background: #27935d;
}

.topbar__social .topbar-whatsapp:hover {
    background: #20794d;
}

.main-header {
    background: rgba(255, 255, 255, .97);
    box-shadow: 0 6px 20px rgba(18, 53, 84, .06);
}

.main-header .container {
    min-height: 108px;
}

.portal-brand-mark {
    gap: 12px;
    min-width: 286px;
}

.portal-brand-symbol {
    width: 78px;
    height: 78px;
    border-radius: 14px;
    filter: none;
}

.portal-brand-text {
    gap: 3px;
}

.portal-brand-text small {
    font-size: 14px;
    letter-spacing: 0;
}

.portal-brand-text strong {
    font-size: 35px;
}

.brand-tagline {
    margin-top: 3px;
    font-family: "Source Sans 3", Arial, sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0;
}

.nav {
    gap: 24px;
    font-size: 13px;
    font-weight: 800;
}

.nav a::after {
    height: 2px;
    border-radius: 0;
    background: var(--azul);
}

.live-now-strip {
    background: #1d527f;
}

.live-now-inner {
    min-height: 70px;
}

.live-now-action {
    border-radius: 6px;
}

.live-now-action--video {
    background: #d7645e;
}

.breaking-news {
    background: #fff;
}

.breaking-news__inner {
    min-height: 50px;
}

.breaking-news strong {
    border-radius: 6px;
    background: var(--vermelho);
}

.breaking-news__track a {
    font-size: 15px;
    font-weight: 700;
}

.top-sponsor {
    background: #f6f9fc;
    padding: 20px 0;
}

.hero {
    background: #f4f8fb;
    padding: 42px 0 48px;
}

.hero-grid {
    grid-template-columns: minmax(0, 1.65fr) minmax(340px, .72fr);
    gap: 28px;
}

.headline-card,
.radio-card,
.card,
.ad-card,
.schedule-card,
.news-text-card,
.host-card,
.program-card,
.article-main {
    border-radius: 8px;
}

.headline-card {
    grid-template-columns: minmax(0, .92fr) minmax(410px, 1.08fr);
    min-height: 472px;
    box-shadow: var(--sombra-forte);
}

.headline-card img {
    min-height: 472px;
}

.headline-card__body {
    position: relative;
    justify-content: flex-start;
    padding: 42px 38px 38px;
    border-left: 4px solid var(--azul);
}

.headline-card h1 {
    margin: 16px 0 14px;
    font-size: 38px;
    line-height: 1.06;
}

.tag {
    border-radius: 5px;
    background: var(--vermelho);
    font-size: 11px;
    font-weight: 800;
}

.lead {
    margin-bottom: 24px;
    font-size: 19px;
    line-height: 1.45;
}

.btn-primary,
.btn-live {
    border-radius: 6px;
    background: var(--azul);
    box-shadow: none;
}

.btn-live:hover,
.btn-primary:hover {
    background: #125d9f;
    box-shadow: 0 10px 22px rgba(20, 79, 130, .18);
}

.radio-column {
    gap: 18px;
}

.radio-card {
    background: #1a4f7c;
    box-shadow: var(--sombra);
}

.radio-card--compact {
    padding: 24px;
}

.radio-card h2 {
    font-size: 25px;
}

.player-logo-official {
    border-radius: 8px;
    box-shadow: 0 12px 28px rgba(0, 0, 0, .18);
}

.portal-radio-controls {
    border-radius: 8px;
}

.portal-radio-play,
.radio-card__link {
    border-radius: 6px;
}

.section {
    padding: 54px 0;
}

.section-head {
    margin-bottom: 26px;
    padding-bottom: 14px;
}

.section-head::after {
    width: 74px;
    height: 3px;
    border-radius: 0;
}

.section-kicker {
    font-size: 12px;
    font-weight: 800;
}

h1,
h2,
h3 {
    font-family: "Montserrat", Arial, sans-serif;
    letter-spacing: 0;
}

h2 {
    font-size: 29px;
    line-height: 1.12;
}

h3 {
    font-size: 21px;
    line-height: 1.2;
}

.card__body,
.news-text-card .card__body {
    padding: 22px;
}

.news-text-card {
    box-shadow: 0 8px 22px rgba(20, 51, 83, .06);
}

.news-text-card h3 {
    font-size: 22px;
}

.host-grid {
    gap: 14px;
}

.host-card {
    box-shadow: 0 6px 18px rgba(20, 51, 83, .05);
}

.host-card img {
    height: 182px;
}

.host-card__body {
    padding: 17px 16px 20px;
}

.host-card h3 {
    font-size: 18px;
}

.program-card {
    box-shadow: 0 8px 20px rgba(20, 51, 83, .08);
}

.footer {
    background: #112c47;
}

.footer-main {
    padding: 46px 0 36px;
}

@media (min-width: 1121px) {
    .topbar-layout {
        display: grid;
        grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
        gap: 20px;
    }

    .topbar-live {
        justify-self: center;
    }

    .topbar__social {
        margin-left: 0;
        justify-self: end;
    }

    .header-layout {
        display: grid;
        grid-template-columns: 300px minmax(0, 1fr) 300px;
        gap: 22px;
    }

    .header-balance {
        min-width: 0;
    }

    .main-header:not(.radio-main-header) .header-layout {
        grid-template-columns: 300px minmax(0, 1fr) 220px;
    }

    .main-header:not(.radio-main-header) .nav {
        gap: 26px;
        font-size: 14px;
    }
}

@media (max-width: 1120px) {
    .container {
        width: min(100% - 32px, 980px);
    }

    .hero {
        padding: 34px 0 40px;
    }

    .hero-grid {
        grid-template-columns: 1fr;
    }

    .headline-card {
        grid-template-columns: 1fr 1fr;
        min-height: 430px;
    }

    .headline-card img {
        min-height: 430px;
    }

    .headline-card__body {
        padding: 32px;
    }

    .headline-card h1 {
        font-size: 36px;
    }
}

@media (max-width: 760px) {
    body {
        font-size: 16px;
    }

    .container {
        width: min(100% - 24px, 680px);
    }

    .main-header .container {
        min-height: 96px;
    }

    .portal-brand-symbol {
        width: 66px;
        height: 66px;
    }

    .portal-brand-text small {
        font-size: 12px;
    }

    .portal-brand-text strong {
        font-size: 29px;
    }

    .brand-tagline {
        font-size: 10px;
    }

    .hero {
        padding: 26px 0 32px;
    }

    .hero-grid {
        gap: 20px;
    }

    .headline-card {
        grid-template-columns: 1fr;
        min-height: 0;
    }

    .headline-card img {
        min-height: 0;
    }

    .headline-card__body {
        border-left: 0;
        border-top: 4px solid var(--azul);
        padding: 26px 24px 28px;
    }

    .headline-card h1 {
        font-size: 34px;
        line-height: 1.08;
    }

    .lead {
        font-size: 18px;
    }

    .section {
        padding: 38px 0;
    }

    h2 {
        font-size: 26px;
    }

    .host-card img {
        height: 154px;
    }
}

@media (max-width: 460px) {
    .container {
        width: min(100% - 20px, 440px);
    }

    .headline-card__body {
        padding: 22px 20px 24px;
    }

    .headline-card h1 {
        font-size: 31px;
    }

    .lead {
        font-size: 17px;
    }

    .section {
        padding: 32px 0;
    }
}

/* Aplicação final da tipografia editorial e da marca em alta resolução. */
body,
button,
input,
textarea,
select,
h1,
h2,
h3,
h4,
p,
a,
span,
strong,
small,
em,
label,
li {
    font-family: "Roboto", Arial, sans-serif;
}

h1,
h2,
h3,
h4 {
    font-weight: 900;
}

.portal-brand-symbol {
    width: 86px;
    height: 86px;
    opacity: 1;
    filter: none;
}

.player-logo-official img,
.radio-card__logo--s1,
.radio-logo-switcher .radio-card__logo {
    opacity: 1;
    filter: none;
}

.player-logo-official img {
    width: 110px;
    height: 110px;
}

@media (max-width: 760px) {
    .portal-brand-symbol {
        width: 72px;
        height: 72px;
    }
}
