/* ==========================================================================
   RÁDIO CÂMARA CAMPINAS — tema sobre o template "Vibes Radio"
   Carregado DEPOIS de style.css. Aqui ficam os tokens da marca, o cabeçalho
   sobre fundo marinho, o hero, o painel "tocando agora" do player e os
   componentes próprios (programas, grade, pilares, rodapé).
   ========================================================================== */

:root {
    /* Paleta da marca */
    --marinho: #0B2350;
    --marinho-2: #123A80;
    --breu: #061634;
    --azul: #006AD4;
    --azul-claro: #5FA8EF;
    --ouro: #FEBA2D;
    --ouro-alto: #FFCF5E;
    --laranja: #FF6F07;
    --laranja-alto: #FF8A33;
    --vermelho: #FF5B5B;
    --ground: #F4F6FB;
    --linha: #DEE4F0;
    --tinta: #13203A;
    --tinta-2: #57657F;
    --grad-marinho: linear-gradient(150deg, #061634 0%, #0A2F6E 52%, #0B57B0 100%);
    --brilho: radial-gradient(85% 120% at 80% 0%, rgb(255 111 7 / .22) 0%, transparent 60%);

    /* Tokens do template remapeados para a marca */
    --bg-color: #ffffff;
    --card-bg: #ffffff;
    --text-primary: var(--tinta);
    --text-secondary: var(--tinta-2);
    --text-muted: #8A96AD;
    --primary-orange: var(--laranja);
    --primary-orange-hover: #E05F00;
    --border-color: var(--linha);
    --active-bg: rgba(0, 106, 212, 0.08);
    --color-text-primary: var(--tinta);
    --blue-primary: var(--azul);
    --blue-hover: var(--marinho-2);
    --shadow-premium: 0 1px 2px rgb(14 27 51 / .06), 0 18px 40px -18px rgb(14 27 51 / .28);
    --shadow-button: 0 8px 20px rgba(255, 111, 7, 0.25);
    --font-display: 'Outfit', 'Roboto Condensed', sans-serif;
}

html { scroll-behavior: smooth; }
body { background: var(--ground); }
.page-wrapper { background: var(--ground); }

/* ==========================================================================
   1. CABEÇALHO (sempre sobre fundo marinho)
   ========================================================================== */
.rcc-header {
    position: relative;
    z-index: 1000;
    padding: 0 40px;
}
.rcc-header .header-container { height: 96px; }

.rcc-header .navbar-logo.logo { display: flex; align-items: center; gap: 12px; text-decoration: none; }
.rcc-header .logo-image-file { width: auto; height: 64px; filter: drop-shadow(0 6px 14px rgb(0 0 0 / .35)); }
.rcc-logo-text { display: flex; flex-direction: column; line-height: 1; color: #fff; font-family: var(--font-display); }
.rcc-logo-text strong { font-size: 17px; font-weight: 800; letter-spacing: .02em; }
.rcc-logo-text span { font-size: 10px; letter-spacing: .32em; color: var(--ouro); font-weight: 700; margin-top: 3px; }

.rcc-header .nav-item a { color: rgba(255,255,255,.85); font-weight: 500; }
.rcc-header .nav-item a:hover { color: #fff; }
.rcc-header .nav-item.active a {
    color: #fff !important;
    border-color: rgba(255,255,255,.55) !important;
    padding: 8px 26px !important;
}

/* botão "ouvir ao vivo" do cabeçalho: laranja, sem o pincel do template */
.rcc-header .nav-listen-btn {
    background: var(--laranja) !important;
    color: #fff !important;
    border-radius: 100px !important;
    padding: 0 26px;
    height: 46px;
    font-family: var(--font-display);
    font-size: 13px;
    letter-spacing: .12em;
    -webkit-mask-image: none !important;
    mask-image: none !important;
    box-shadow: var(--shadow-button) !important;
}
.rcc-header .nav-listen-btn:hover { background: var(--laranja-alto) !important; transform: translateY(-1px); }
.rcc-header .nav-listen-btn.playing { background: #fff !important; color: var(--marinho) !important; }
.rcc-header .nav-listen-btn.playing .nav-btn-wave-icon span { background: var(--laranja); }
.rcc-header .nav-btn-wave-icon { display: inline-flex; align-items: flex-end; gap: 2px; height: 16px; }
.rcc-header .nav-btn-wave-icon span { width: 3px; border-radius: 2px; background: #fff; height: 40%; }
.rcc-header .nav-btn-wave-icon span:nth-child(2) { height: 70%; }
.rcc-header .nav-btn-wave-icon span:nth-child(3) { height: 100%; }
.rcc-header .nav-btn-wave-icon span:nth-child(4) { height: 60%; }
.rcc-header .nav-listen-btn.playing .nav-btn-wave-icon span { animation: rccBars .7s ease-in-out infinite alternate; }
.rcc-header .nav-listen-btn.playing .nav-btn-wave-icon span:nth-child(2n) { animation-duration: 1s; }
.rcc-header .mobile-menu-toggle { color: #fff; font-size: 22px; background: none; border: 0; }

.rcc-topbar {
    display: flex; align-items: center; justify-content: space-between; gap: 16px;
    height: 36px; font-size: 11px; letter-spacing: .14em; text-transform: uppercase;
    color: rgba(255,255,255,.7); border-bottom: 1px solid rgba(255,255,255,.12);
    font-family: var(--font-display); font-weight: 600;
}
.rcc-topbar .live-indicator { display: inline-flex; align-items: center; gap: 8px; color: rgba(255,255,255,.85); min-width: 0; flex: 1; white-space: nowrap; overflow: hidden; }
.rcc-topbar .live-indicator .icon-signal-stream { width: 14px; height: 14px; color: var(--laranja); flex-shrink: 0; }
.rcc-topbar .top-air-station { color: var(--ouro); font-weight: 700; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; max-width: 60vw; }
.rcc-topbar .top-bar-visualizer { display: inline-flex; gap: 2px; align-items: flex-end; height: 14px; }
.rcc-topbar .top-bar-visualizer span { width: 2px; background: var(--laranja); height: 30%; animation: rccBars .9s ease-in-out infinite alternate; }
.rcc-topbar .top-bar-visualizer span:nth-child(odd) { animation-duration: 1.2s; }
.rcc-topbar .top-bar-visualizer span:nth-child(3n) { animation-duration: .7s; }
.rcc-topbar .top-bar-visualizer.paused span { animation: none; height: 20%; opacity: .5; }
@keyframes rccBars { from { height: 20%; } to { height: 100%; } }
.rcc-topbar-right { flex-shrink: 0; }
.rcc-topbar-right a { color: rgba(255,255,255,.7); text-decoration: none; }
@media (min-width: 769px) { .rcc-header .nav-listen-btn span { display: inline !important; } }
@media (max-width: 1200px) { .rcc-topbar-right { display: none; } }
.rcc-topbar-right a:hover { color: #fff; }

/* ==========================================================================
   2. HERO (home) e faixa de título (subpáginas)
   ========================================================================== */
.rcc-top { position: relative; background: var(--grad-marinho); color: #fff; overflow: hidden; }
.rcc-top::before { content: ''; position: absolute; inset: 0; background: var(--brilho); pointer-events: none; }
.rcc-top > * { position: relative; }
.rcc-hero {
    position: relative;
    color: #fff;
    padding-bottom: 120px; /* espaço para o player sobrepor */
}
.rcc-hero-inner {
    position: relative; z-index: 2;
    display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(0, .85fr); gap: 48px; align-items: center;
    padding: 56px 40px 0; max-width: 1400px; margin: 0 auto;
}
.rcc-kicker {
    display: inline-flex; align-items: center; gap: 10px;
    font-family: var(--font-display); font-size: 12px; font-weight: 700; letter-spacing: .22em; text-transform: uppercase;
    color: var(--laranja);
}
.rcc-kicker::before { content: ''; width: 28px; height: 2px; background: currentColor; border-radius: 2px; }
.rcc-kicker.light { color: var(--ouro); }
.rcc-hero h1 {
    font-family: var(--font-display); font-weight: 800; font-size: clamp(42px, 5.4vw, 74px); line-height: 1.02; letter-spacing: -.02em;
    margin: 18px 0 20px;
}
.rcc-hero h1 em { font-style: normal; color: var(--ouro); }
.rcc-hero p.lead { font-size: 18px; line-height: 1.6; color: rgba(255,255,255,.82); max-width: 560px; margin-bottom: 30px; }
.rcc-hero-btns { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; }

.rcc-btn {
    display: inline-flex; align-items: center; justify-content: center; gap: 10px;
    height: 54px; padding: 0 30px; border-radius: 100px; border: 0; cursor: pointer; text-decoration: none;
    font-family: var(--font-display); font-weight: 800; font-size: 14px; letter-spacing: .12em; text-transform: uppercase;
    transition: transform .2s ease, background .2s ease, color .2s ease, box-shadow .2s ease;
}
.rcc-btn:hover { transform: translateY(-2px); }
.rcc-btn-primary { background: var(--laranja); color: #fff; box-shadow: var(--shadow-button); }
.rcc-btn-primary:hover { background: var(--laranja-alto); }
.rcc-btn-primary.playing { background: #fff; color: var(--marinho); }
.rcc-btn-ghost { background: rgba(255,255,255,.08); color: #fff; border: 1px solid rgba(255,255,255,.35); }
.rcc-btn-ghost:hover { background: rgba(255,255,255,.16); }
.rcc-btn-navy { background: var(--marinho); color: #fff; }
.rcc-btn-navy:hover { background: var(--marinho-2); }
.rcc-btn .hero-play-icon { width: 18px; height: 18px; }
.rcc-btn.is-loading { opacity: .75; pointer-events: none; }
.rcc-btn.is-loading .hero-play-icon { animation: rccSpin 1s linear infinite; }
@keyframes rccSpin { to { transform: rotate(360deg); } }

.rcc-hero-text, .rcc-hero-visual { min-width: 0; }
.rcc-hero-visual { display: flex; flex-direction: column; align-items: center; gap: 22px; }
.rcc-hero-logo { width: min(380px, 80%); filter: drop-shadow(0 30px 40px rgb(0 0 0 / .45)); animation: rccFloat 6s ease-in-out infinite; }
@keyframes rccFloat { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-10px); } }

/* Card "No ar agora" */
.rcc-onair-card {
    width: 100%; max-width: 440px; text-align: left;
    background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.16); border-radius: 20px;
    padding: 18px; backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px);
    display: grid; grid-template-columns: 76px minmax(0, 1fr); gap: 16px; align-items: center;
}
.rcc-onair-card > * { min-width: 0; }
.rcc-onair-head { grid-column: 1 / -1; display: flex; justify-content: space-between; align-items: center; gap: 10px; flex-wrap: wrap; font-family: var(--font-display); font-size: 11px; letter-spacing: .2em; text-transform: uppercase; font-weight: 700; color: var(--ouro); }
.rcc-onair-head .rcc-onair-playlist { color: rgba(255,255,255,.6); letter-spacing: .1em; }
.rcc-onair-art { width: 76px; height: 76px; border-radius: 12px; object-fit: cover; background: #0b2350; box-shadow: 0 10px 24px rgb(0 0 0 / .4); }
.rcc-onair-title { font-family: var(--font-display); font-weight: 800; font-size: 18px; line-height: 1.2; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.rcc-onair-artist { color: rgba(255,255,255,.7); font-size: 14px; margin-top: 4px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.rcc-onair-wave { grid-column: 1 / -1; display: flex; gap: 3px; align-items: flex-end; height: 22px; opacity: .55; }
.rcc-onair-wave span { flex: 1; background: var(--laranja); border-radius: 2px; height: 25%; }
.rcc-onair-card.is-playing .rcc-onair-wave span { animation: rccBars .8s ease-in-out infinite alternate; }
.rcc-onair-card.is-playing .rcc-onair-wave span:nth-child(3n) { animation-duration: 1.1s; }
.rcc-onair-card.is-playing .rcc-onair-wave span:nth-child(4n) { animation-duration: .6s; }
.rcc-onair-card.is-session .rcc-onair-head { color: var(--vermelho); }

/* Faixa de título das subpáginas */
.rcc-page-hero { position: relative; color: #fff; padding: 36px 40px 130px; text-align: center; }
.rcc-page-hero > * { position: relative; z-index: 2; }
.rcc-page-hero h1 { font-family: var(--font-display); font-weight: 800; font-size: clamp(38px, 5vw, 62px); letter-spacing: -.02em; margin: 14px 0 12px; }
.rcc-page-hero p { color: rgba(255,255,255,.78); font-size: 18px; max-width: 640px; margin: 0 auto; }
.rcc-page-hero .rcc-kicker { justify-content: center; }
.rcc-page-hero .rcc-kicker::after { content: ''; width: 28px; height: 2px; background: currentColor; border-radius: 2px; }

/* ==========================================================================
   3. PLAYER FLUTUANTE (sobrepondo o hero)
   ========================================================================== */
.rcc-player.floating-player-card,
.floating-player-card.rcc-player.about-tuner {
    position: relative; z-index: 20;
    margin: -100px 40px 0 !important;
    box-shadow: 0 30px 60px -20px rgb(6 22 52 / .45) !important;
    border-radius: 24px;
}
.rcc-player .player-cover { width: 130px !important; height: 130px; flex: 0 0 130px; }
.rcc-player .player-cover-img { object-fit: cover; background: var(--marinho); }
.rcc-player .live-status { color: var(--laranja); text-transform: uppercase; font-size: 12px; letter-spacing: .18em; }
.rcc-player .live-dot { background: var(--laranja); }
.rcc-player.rcc-live-session .live-status, .rcc-player.rcc-live-session .live-dot { color: var(--vermelho); background-color: var(--vermelho); }
.rcc-player.rcc-live-session .live-status { background: none; }
.rcc-player .track-title-name { font-family: var(--font-display); font-weight: 800; font-size: 19px; color: var(--marinho); }
.rcc-player .player-action-icons .icon-btn { background: none; border: 0; cursor: pointer; text-decoration: none; }
.rcc-player .player-action-icons .icon-btn:hover { color: var(--laranja); }

/* Coluna do dial: linha do tempo do dia (00h–24h) navegando pela grade de hoje */
.rcc-tuner { padding: 4px 28px !important; gap: 4px; }
.rcc-tuner .tuner-header { gap: 14px; margin-bottom: 2px; }
.rcc-tuner .tuner-arrow { width: 40px; height: 40px; flex-shrink: 0; background: #fff; cursor: pointer; color: var(--marinho); transition: all .2s ease; }
.rcc-tuner .tuner-arrow:hover { background: var(--marinho); border-color: var(--marinho); color: #fff; }
.rcc-tuner .tuner-title { gap: 12px; min-width: 0; flex: 1; justify-content: center; }
.rcc-tuner .tuner-prefix, .rcc-tuner .tuner-suffix { font-family: var(--font-display); font-weight: 700; font-size: 11px; letter-spacing: .18em; color: var(--tinta-2); white-space: nowrap; }
.rcc-tuner.is-now .tuner-prefix { color: var(--laranja); }
.rcc-tuner .active-station-freq { font-family: var(--font-display); color: var(--marinho); font-size: 48px; width: 130px; }
.rcc-tuner.is-past .active-station-freq { color: var(--tinta-2); }
.rcc-tuner.is-next .active-station-freq { color: var(--azul); }
.rcc-dial-now { border: 1px solid var(--laranja); background: #fff; color: var(--laranja); border-radius: 100px; height: 30px; padding: 0 12px; font-family: var(--font-display); font-weight: 800; font-size: 10px; letter-spacing: .14em; cursor: pointer; display: inline-flex; align-items: center; gap: 6px; white-space: nowrap; transition: all .2s ease; }
.rcc-dial-now:hover { background: var(--laranja); color: #fff; }
.rcc-dial-now[hidden] { display: none; }
.rcc-tuner .tuner-scale-container { height: 40px; }
.rcc-tuner .tuner-lines { background: repeating-linear-gradient(90deg, var(--linha) 0, var(--linha) 1.5px, transparent 1.5px, transparent calc(100% / 24)); --tuner-lines-color: var(--linha); }
.rcc-tuner .tuner-labels { top: 26px; }
.rcc-tuner .tuner-labels span { font-family: var(--font-display); font-weight: 600; font-size: 12px; color: var(--tinta-2); }
.rcc-tuner .tuner-needle { transition: left .6s cubic-bezier(.4, 0, .2, 1); }
.rcc-tuner .needle-line, .rcc-tuner .needle-knob { background-color: var(--laranja); }
.rcc-tuner.is-past .needle-line, .rcc-tuner.is-past .needle-knob { background-color: var(--tinta-2); }
.rcc-tuner.is-next .needle-line, .rcc-tuner.is-next .needle-knob { background-color: var(--azul); }
.rcc-tuner .needle-knob { box-shadow: 0 1px 6px rgba(255, 111, 7, .5); }
.rcc-dial-prog { margin-top: 6px; min-width: 0; }
.rcc-dial-prog-title { display: flex; align-items: center; gap: 8px; min-width: 0; font-family: var(--font-display); font-weight: 800; font-size: 14px; letter-spacing: .04em; text-transform: uppercase; color: var(--tinta); }
.rcc-dial-prog-name { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.rcc-dial-prog-time { color: var(--azul); font-size: 12px; letter-spacing: .08em; white-space: nowrap; }
.rcc-dial-prog-desc { font-size: 12.5px; color: var(--tinta-2); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; margin-top: 2px; }
.rcc-np-art { object-fit: cover; }
.rcc-np-title { font-family: var(--font-display); font-weight: 800; }
.rcc-np-progress { height: 4px; background: var(--linha); border-radius: 5px; overflow: hidden; margin-top: 4px; }
.rcc-np-progress > span { display: block; height: 100%; width: 0; background: linear-gradient(90deg, var(--azul), var(--laranja)); border-radius: 5px; transition: width 1s linear; }
.rcc-np-times { display: flex; justify-content: space-between; gap: 10px; font-family: var(--font-display); font-size: 11px; letter-spacing: .12em; text-transform: uppercase; color: var(--tinta-2); font-weight: 600; }

.rcc-player .eq-status-indicator .status-dot { background: var(--azul); }
.rcc-player .rtp-vu-eq-toggle-link { color: var(--tinta-2); font-size: 11px; letter-spacing: .2em; font-weight: 700; }
.rcc-player .player-play-btn { background: var(--laranja); color: #fff; }
.rcc-player .player-play-btn:hover { background: var(--laranja-alto); }
.rcc-player .player-play-btn.is-loading i::before { content: '\f110'; animation: rccSpin 1s linear infinite; display: inline-block; }
.rcc-player .volume-slider-fill { background: var(--azul); }
.rcc-player .volume-icon-btn { background: none; border: 0; color: var(--tinta-2); cursor: pointer; }
.rcc-player .volume-icon-btn.muted { color: var(--vermelho); }
.rcc-player .rtp-minimized-title { font-weight: 800; }
.rcc-player .rtp-minimized-play-btn { background: var(--laranja); color: #fff; border: 0; width: 44px; height: 44px; border-radius: 50%; cursor: pointer; }
.floating-player-card.rtp-minimized.rcc-player { position: fixed !important; z-index: 9999; box-shadow: 0 20px 50px rgb(6 22 52 / .35) !important; }

#rcc-toast {
    position: fixed; left: 50%; bottom: 28px; transform: translate(-50%, 20px); z-index: 10000;
    background: var(--marinho); color: #fff; padding: 12px 20px; border-radius: 100px; font-size: 14px;
    box-shadow: 0 20px 40px rgb(0 0 0 / .3); opacity: 0; pointer-events: none; transition: all .25s ease;
}
#rcc-toast.show { opacity: 1; transform: translate(-50%, 0); }

/* ==========================================================================
   4. SEÇÕES E COMPONENTES
   ========================================================================== */
.rcc-section { padding: 56px 40px 8px; }
.rcc-section-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; margin-bottom: 28px; flex-wrap: wrap; }
.rcc-h2 { font-family: var(--font-display); font-weight: 800; font-size: clamp(28px, 3.4vw, 42px); letter-spacing: -.02em; line-height: 1.05; color: var(--tinta); margin-top: 10px; }
.rcc-h2 em { font-style: normal; color: var(--azul); }
.rcc-h2.laranja em { color: var(--laranja); }
.rcc-link-more { display: inline-flex; align-items: center; gap: 10px; font-family: var(--font-display); font-weight: 700; font-size: 13px; letter-spacing: .14em; text-transform: uppercase; color: var(--marinho); text-decoration: none; }
.rcc-link-more:hover { color: var(--laranja); }

/* Últimas tocadas (usa o card de vinil do template: .stations-section .station-card) */
.rcc-history-wrap.stations-section { padding: 0; }
.rcc-history-wrap .stations-grid { justify-content: flex-start; padding: 10px 0 0; }
.rcc-history .station-card { scroll-margin-top: 120px; }
.rcc-history .listening-badge .waveform-icon { width: 14px; height: 14px; color: var(--laranja); }
.rcc-history .station-title { font-family: var(--font-display); font-weight: 800; color: var(--tinta); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.rcc-history .station-subtitle { color: var(--tinta-2); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.rcc-history-empty, .rcc-empty { flex-basis: 100%; color: var(--tinta-2); padding: 20px; text-align: center; }

/* Pilares */
.rcc-pillars { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.rcc-pillar { background: #fff; border: 1px solid var(--linha); border-radius: 20px; padding: 30px 28px; box-shadow: var(--shadow-premium); position: relative; overflow: hidden; }
.rcc-pillar::before { content: ''; position: absolute; left: 0; top: 0; bottom: 0; width: 5px; background: var(--azul); }
.rcc-pillar.laranja::before { background: var(--laranja); }
.rcc-pillar.ouro::before { background: var(--ouro); }
.rcc-pillar-icon { width: 54px; height: 54px; border-radius: 14px; display: grid; place-items: center; font-size: 22px; color: #fff; background: var(--grad-marinho); margin-bottom: 18px; }
.rcc-pillar h3 { font-family: var(--font-display); font-weight: 800; font-size: 15px; letter-spacing: .12em; text-transform: uppercase; color: var(--marinho); margin-bottom: 10px; }
.rcc-pillar p { color: var(--tinta-2); line-height: 1.65; font-size: 15px; }

/* Programas */
.rcc-programs { display: grid; grid-template-columns: repeat(auto-fill, minmax(min(280px, 100%), 1fr)); gap: 20px; }
.rcc-program-card { background: #fff; border: 1px solid var(--linha); border-radius: 20px; box-shadow: var(--shadow-premium); display: flex; flex-direction: column; overflow: hidden; transition: transform .25s ease, box-shadow .25s ease; scroll-margin-top: 120px; }
.rcc-program-card:hover { transform: translateY(-4px); box-shadow: 0 30px 50px -24px rgb(14 27 51 / .4); }
.rcc-program-icon { height: 120px; display: grid; place-items: center; font-size: 42px; color: #fff; background: var(--grad-marinho); position: relative; }
.rcc-program-icon::after { content: ''; position: absolute; inset: 0; background: var(--brilho); }
.rcc-program-card.cor-laranja .rcc-program-icon { background: linear-gradient(150deg, #C24E00, var(--laranja) 60%, var(--ouro)); }
.rcc-program-card.cor-ouro .rcc-program-icon { background: linear-gradient(150deg, #B87600, var(--ouro) 70%, var(--ouro-alto)); color: var(--marinho); }
.rcc-program-card.cor-azul .rcc-program-icon { background: linear-gradient(150deg, var(--marinho-2), var(--azul) 60%, var(--azul-claro)); }
.rcc-program-body { padding: 22px 22px 20px; display: flex; flex-direction: column; gap: 10px; flex: 1; }
.rcc-program-time { font-family: var(--font-display); font-size: 11.5px; letter-spacing: .14em; text-transform: uppercase; font-weight: 700; color: var(--azul); display: flex; flex-wrap: wrap; align-items: center; gap: 8px; }
.rcc-program-title { font-family: var(--font-display); font-weight: 800; font-size: 20px; color: var(--tinta); letter-spacing: -.01em; }
.rcc-program-desc { color: var(--tinta-2); line-height: 1.6; font-size: 14.5px; flex: 1; }
.rcc-program-foot { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-top: 8px; padding-top: 14px; border-top: 1px solid var(--linha); }
.rcc-program-cat { font-size: 12px; color: var(--tinta-2); letter-spacing: .08em; text-transform: uppercase; font-weight: 600; }
.rcc-program-listen { border: 0; background: var(--marinho); color: #fff; border-radius: 100px; height: 36px; padding: 0 16px; font-family: var(--font-display); font-size: 11px; font-weight: 800; letter-spacing: .12em; cursor: pointer; display: inline-flex; align-items: center; gap: 8px; transition: background .2s ease; }
.rcc-program-listen:hover { background: var(--laranja); }
.rcc-program-listen.playing { background: var(--laranja); }
.rcc-program-listen.playing i::before { content: '\f04c'; }

.rcc-badge { display: inline-flex; align-items: center; gap: 6px; font-family: var(--font-display); font-size: 10px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; padding: 3px 9px; border-radius: 100px; background: var(--linha); color: var(--tinta-2); vertical-align: middle; }
.rcc-badge.vivo { background: var(--laranja); color: #fff; }
.rcc-badge.boletim { background: var(--azul); color: #fff; }
.rcc-badge.now { background: var(--vermelho); color: #fff; }
.rcc-badge .pulse-dot { width: 6px; height: 6px; border-radius: 50%; background: #fff; animation: pulseDot 1s infinite alternate; }

/* Bloco "Fique por dentro" (faixa larga) */
.rcc-cta-card { background: var(--grad-marinho); color: #fff; border-radius: 22px; padding: 40px; position: relative; overflow: hidden; display: flex; flex-direction: column; justify-content: center; }
.rcc-cta-card::before { content: ''; position: absolute; inset: 0; background: var(--brilho); }
.rcc-cta-card > * { position: relative; }
.rcc-cta-card h2 { font-family: var(--font-display); font-weight: 800; font-size: clamp(26px, 2.8vw, 36px); line-height: 1.05; margin: 12px 0 14px; }
.rcc-cta-card p { color: rgba(255,255,255,.78); line-height: 1.6; margin-bottom: 22px; max-width: 480px; }
.rcc-cta-wide { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr); gap: 36px; align-items: center; }
.rcc-cta-wide p { margin-bottom: 0; }
.rcc-aviso-form { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 10px; }
.rcc-aviso-form input { height: 48px; border-radius: 100px; border: 1px solid rgba(255,255,255,.25); background: rgba(255,255,255,.1); color: #fff; padding: 0 18px; font-size: 14px; font-family: inherit; }
.rcc-aviso-form input::placeholder { color: rgba(255,255,255,.55); }
.rcc-aviso-form button { grid-column: 1 / -1; }
.rcc-aviso-form .form-status { grid-column: 1 / -1; font-size: 13px; color: var(--ouro); margin: 0; }

/* "No ar agora" + "Hoje na rádio" (bloco .live-section do template) */
.rcc-live-section.live-section { padding: 40px 40px 8px; }
.rcc-live-section .stations-header { margin-bottom: 20px; }
.rcc-live-section .stations-header .subtitle { color: var(--laranja); font-family: var(--font-display); letter-spacing: .22em; font-weight: 700; }
.rcc-live-section .stations-header .title { font-family: var(--font-display); font-weight: 800; color: var(--tinta); }
.rcc-live-section .stations-header .view-all-link { color: var(--marinho); font-family: var(--font-display); font-weight: 700; letter-spacing: .14em; }
.rcc-live-section .stations-header .view-all-link:hover { color: var(--laranja); }
.rcc-live-section .station-card { border-radius: 22px; box-shadow: var(--shadow-premium); }
.rcc-live-card .live-badge { color: var(--laranja); font-family: var(--font-display); font-size: 18px; letter-spacing: .14em; }
.rcc-live-card .live-badge .dot { background: var(--laranja); animation: pulseDot 1s infinite alternate; }
.rcc-live-card.is-session .live-badge { color: var(--vermelho); }
.rcc-live-card.is-session .live-badge .dot { background: var(--vermelho); }
.rcc-live-card .track-info { min-width: 0; }
.rcc-live-card .track-info h3 { font-family: var(--font-display); font-weight: 800; color: var(--tinta); font-size: 26px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.rcc-live-card .track-info p { color: var(--tinta-2); font-size: 18px; margin-top: 6px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.rcc-live-card .card-play-btn { width: 50px; height: 50px; border-radius: 50%; border: 1px solid var(--marinho); background: #fff; color: var(--marinho); cursor: pointer; display: grid; place-items: center; font-size: 16px; transition: all .2s ease; }
.rcc-live-card .card-play-btn:hover, .rcc-live-card .card-play-btn.playing { background: var(--laranja); border-color: var(--laranja); color: #fff; }
.rcc-live-card .waveforms { gap: 8px; }
.rcc-live-card .css-waveform { display: flex !important; }
.rcc-live-card .css-waveform span { background: var(--laranja); }
.rcc-live-card:not(.is-playing) .css-waveform span { animation: none; height: 6px; opacity: .45; }
.rcc-live-card:not(.is-playing) .css-waveform span:nth-child(2n) { height: 11px; }
.rcc-live-card .live-time { font-family: var(--font-display); font-weight: 800; color: var(--tinta); }
.rcc-live-section .schedule-card .schedule-header h3 { font-family: var(--font-display); font-weight: 800; color: var(--tinta); }
.rcc-live-section .schedule-card .schedule-header h3 i { color: var(--laranja); }
.rcc-live-section .schedule-card .schedule-header a { color: var(--azul); }
.rcc-live-section .schedule-item { border-bottom-color: var(--linha); }
.rcc-live-section .schedule-item.past { opacity: .55; }
.rcc-live-section .schedule-item.active { background: var(--marinho); color: #fff; border-radius: 12px; border-color: transparent; }
.rcc-live-section .schedule-item.active .schedule-time, .rcc-live-section .schedule-item.active .schedule-info p { color: rgba(255,255,255,.85); }
.rcc-live-section .schedule-item.active .schedule-icon { color: var(--laranja); }
.rcc-live-section .schedule-time { color: var(--azul); font-family: var(--font-display); font-weight: 800; }
.rcc-live-section .schedule-info { flex: 1; min-width: 0; }
.rcc-live-section .schedule-info h4 { font-family: var(--font-display); font-weight: 800; }
.rcc-live-section .schedule-badge { background: var(--linha); color: var(--tinta-2); font-family: var(--font-display); font-weight: 800; letter-spacing: .12em; }

/* Origem dos programas (pontos coloridos, legenda, colunas) */
.rcc-origem { display: inline-flex; align-items: center; gap: 6px; font-size: 12px; font-weight: 700; letter-spacing: .04em; text-transform: none; color: var(--tinta-2); vertical-align: middle; }
.rcc-origem i { width: 10px; height: 10px; border-radius: 50%; background: var(--cor, var(--laranja)); box-shadow: 0 0 0 2px rgb(255 255 255 / .9); flex-shrink: 0; }
.rcc-legenda { display: flex; flex-wrap: wrap; gap: 8px 22px; margin-bottom: 18px; }
.rcc-slot-hoje { margin-top: 6px; font-size: 13px; color: var(--tinta); }
.rcc-slot-hoje strong { color: var(--laranja); font-family: var(--font-display); letter-spacing: .08em; text-transform: uppercase; font-size: 11px; margin-right: 4px; }
.rcc-badge.producao { background: var(--ouro); color: var(--marinho); }
.rcc-ancoras { list-style: none; margin: 22px 0 0; padding: 0; display: grid; gap: 10px; }
.rcc-ancoras li { background: #fff; border: 1px solid var(--linha); border-radius: 14px; padding: 14px 18px; font-size: 14px; color: var(--tinta-2); line-height: 1.55; display: flex; gap: 12px; align-items: flex-start; }
.rcc-ancoras li i { color: var(--laranja); margin-top: 3px; }
.rcc-origens { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.rcc-origem-card { background: #fff; border: 1px solid var(--linha); border-radius: 20px; box-shadow: var(--shadow-premium); overflow: hidden; display: flex; flex-direction: column; }
.rcc-origem-card header { display: flex; justify-content: space-between; align-items: center; gap: 10px; padding: 16px 20px; color: #fff; font-family: var(--font-display); }
.rcc-origem-card header strong { font-size: 15px; font-weight: 800; letter-spacing: .04em; }
.rcc-origem-card header span { font-size: 12px; font-weight: 600; opacity: .9; white-space: nowrap; }
.rcc-origem-card.origem-tv header { background: var(--azul); }
.rcc-origem-card.origem-rede header { background: #1E7A5A; }
.rcc-origem-card.origem-proprio header { background: var(--laranja); }
.rcc-origem-card p { padding: 16px 20px 0; font-size: 13.5px; color: var(--tinta-2); line-height: 1.6; }
.rcc-origem-card ul { list-style: none; margin: 10px 0 0; padding: 0 20px 18px; }
.rcc-origem-card li { padding: 8px 0; border-bottom: 1px solid var(--linha); font-size: 14px; color: var(--tinta); display: flex; justify-content: space-between; gap: 10px; align-items: center; }
.rcc-origem-card li:last-child { border-bottom: 0; }
.rcc-origem-card li em { font-style: normal; font-family: var(--font-display); font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; padding: 3px 8px; border-radius: 100px; background: var(--linha); color: var(--tinta-2); white-space: nowrap; }
.rcc-origem-card li em.st-no-ar { background: #1E7A5A; color: #fff; }
.rcc-origem-card li em.st-a-produzir, .rcc-origem-card li em.st-a-criar { background: var(--ouro); color: var(--marinho); }
.rcc-dial-prog-title .rcc-origem { gap: 0; }

/* Grade (lista de horários) */
.rcc-slot-list { list-style: none; margin: 0; padding: 0; background: #fff; border: 1px solid var(--linha); border-radius: 22px; box-shadow: var(--shadow-premium); overflow: hidden; }
.rcc-slot { display: grid; grid-template-columns: 130px minmax(0, 1fr); gap: 20px; padding: 18px 26px; border-bottom: 1px solid var(--linha); align-items: start; }
.rcc-slot:last-child { border-bottom: 0; }
.rcc-slot.now { background: linear-gradient(90deg, rgb(255 111 7 / .08), transparent); box-shadow: inset 4px 0 0 var(--laranja); }
.rcc-slot-time { font-family: var(--font-display); font-weight: 800; font-size: 15px; color: var(--azul); letter-spacing: .04em; padding-top: 2px; }
.rcc-slot-info h4 { font-family: var(--font-display); font-weight: 800; font-size: 16px; text-transform: uppercase; letter-spacing: .03em; color: var(--tinta); display: flex; flex-wrap: wrap; align-items: center; gap: 8px; margin-bottom: 4px; }
.rcc-slot-info p { color: var(--tinta-2); font-size: 14px; line-height: 1.5; }

.rcc-grade-head { display: flex; align-items: center; gap: 20px; flex-wrap: wrap; margin-bottom: 20px; }
.rcc-grade-head .rcc-h2 { margin-top: 0; }
.rcc-today-note { font-size: 13px; color: var(--laranja); font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.rcc-tabs { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 24px; }
.rcc-tab { border: 1px solid var(--linha); background: #fff; color: var(--tinta); border-radius: 100px; height: 44px; padding: 0 22px; font-family: var(--font-display); font-weight: 700; font-size: 13px; letter-spacing: .1em; text-transform: uppercase; cursor: pointer; display: inline-flex; align-items: center; gap: 8px; transition: all .2s ease; }
.rcc-tab small { font-size: 10px; background: var(--laranja); color: #fff; padding: 2px 8px; border-radius: 100px; letter-spacing: .1em; }
.rcc-tab:hover { border-color: var(--azul); color: var(--azul); }
.rcc-tab.active { background: var(--marinho); color: #fff; border-color: var(--marinho); }

.rcc-always { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.rcc-always-card { background: #fff; border: 1px solid var(--linha); border-radius: 20px; padding: 28px; box-shadow: var(--shadow-premium); }
.rcc-always-icon { width: 46px; height: 46px; border-radius: 12px; display: grid; place-items: center; background: var(--active-bg); color: var(--azul); font-size: 18px; margin-bottom: 16px; }
.rcc-always-card h3 { font-family: var(--font-display); font-weight: 800; font-size: 15px; letter-spacing: .12em; text-transform: uppercase; color: var(--marinho); margin-bottom: 8px; }
.rcc-always-card p { color: var(--tinta-2); font-size: 14.5px; line-height: 1.6; }
.rcc-priority { background: var(--grad-marinho); color: #fff; border-radius: 22px; padding: 40px; position: relative; overflow: hidden; margin-top: 20px; }
.rcc-priority::before { content: ''; position: absolute; inset: 0; background: var(--brilho); }
.rcc-priority > * { position: relative; }
.rcc-priority h3 { font-family: var(--font-display); font-weight: 800; font-size: clamp(26px, 3vw, 38px); margin: 10px 0 12px; }
.rcc-priority p { color: rgba(255,255,255,.82); line-height: 1.7; max-width: 900px; font-size: 16px; }
.rcc-note { color: var(--tinta-2); font-size: 14px; text-align: center; padding: 24px 0 0; }
.rcc-note a { color: var(--azul); }

/* A Rádio */
.rcc-about { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.2fr); gap: 40px; align-items: center; background: #fff; border: 1px solid var(--linha); border-radius: 24px; box-shadow: var(--shadow-premium); padding: 40px; }
.rcc-about-visual { border-radius: 18px; overflow: hidden; background: var(--grad-marinho); display: grid; place-items: center; aspect-ratio: 1; }
.rcc-about-visual img { width: 80%; filter: drop-shadow(0 20px 30px rgb(0 0 0 / .4)); }
.rcc-about h2 { font-family: var(--font-display); font-weight: 800; font-size: clamp(28px, 3.4vw, 42px); letter-spacing: -.02em; line-height: 1.05; margin: 12px 0 18px; color: var(--tinta); }
.rcc-about p { color: var(--tinta-2); line-height: 1.75; font-size: 16px; margin-bottom: 14px; }
.rcc-info-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 20px; margin-top: 20px; }
.rcc-info-card { background: #fff; border: 1px solid var(--linha); border-radius: 20px; padding: 32px; box-shadow: var(--shadow-premium); display: flex; gap: 20px; }
.rcc-info-card .rcc-pillar-icon { margin: 0; flex-shrink: 0; }
.rcc-info-card h3 { font-family: var(--font-display); font-weight: 800; font-size: 15px; letter-spacing: .12em; text-transform: uppercase; color: var(--marinho); margin-bottom: 8px; }
.rcc-info-card p { color: var(--tinta-2); line-height: 1.65; font-size: 15px; }
.rcc-info-card a { color: var(--azul); font-weight: 700; text-decoration: none; }
.rcc-stats { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 20px; margin-top: 20px; }
.rcc-stat { background: var(--marinho); color: #fff; border-radius: 20px; padding: 26px; text-align: center; }
.rcc-stat strong { display: block; font-family: var(--font-display); font-weight: 800; font-size: 34px; color: var(--ouro); line-height: 1; margin-bottom: 8px; }
.rcc-stat span { font-size: 12px; letter-spacing: .14em; text-transform: uppercase; color: rgba(255,255,255,.75); font-weight: 700; }

/* Contato (sobre a base do template) */
.rcc-contact .contact-card h3 { font-family: var(--font-display); font-weight: 800; color: var(--marinho); }
.rcc-contact .info-icon { background: var(--active-bg); color: var(--azul); }
.rcc-contact .submit-comment-btn { background: var(--laranja); color: #fff; border: 0; border-radius: 100px; height: 50px; padding: 0 28px; font-family: var(--font-display); font-weight: 800; letter-spacing: .12em; cursor: pointer; }
.rcc-contact .submit-comment-btn:hover { background: var(--laranja-alto); }
.rcc-contact .form-status { margin-top: 14px; font-size: 14px; color: var(--azul); }
.rcc-contact .contact-form input, .rcc-contact .contact-form textarea { font-family: inherit; }
.rcc-contact .contact-form input:focus, .rcc-contact .contact-form textarea:focus { border-color: var(--azul); outline: none; }

/* Banner "ouça em qualquer lugar" (reaproveita .app-banner do template) */
.rcc-anywhere .app-banner { background: #fff; align-items: stretch; }
.rcc-anywhere .banner-text h2 { font-family: var(--font-display); font-weight: 800; color: var(--tinta); font-size: clamp(26px, 3vw, 38px); }
.rcc-anywhere .banner-text h2 em { font-style: normal; color: var(--laranja); }
.rcc-anywhere .banner-text p { color: var(--tinta-2); line-height: 1.65; max-width: 640px; margin: 12px 0 20px; }
.rcc-anywhere-btns { display: flex; gap: 12px; flex-wrap: wrap; }
.rcc-anywhere-btns .rcc-btn { height: 46px; padding: 0 20px; font-size: 12px; }
.rcc-anywhere-visual { width: 320px; flex-shrink: 0; background: var(--grad-marinho); display: grid; place-items: center; position: relative; overflow: hidden; }
.rcc-anywhere-visual::before { content: ''; position: absolute; inset: 0; background: var(--brilho); }
.rcc-anywhere-visual img { width: 70%; position: relative; filter: drop-shadow(0 20px 30px rgb(0 0 0 / .45)); }

/* ==========================================================================
   5. RODAPÉ
   ========================================================================== */
.rcc-footer.site-footer { background: var(--breu); border-radius: 24px 24px 0 0; margin-top: 40px; color: rgba(255,255,255,.7); }
.rcc-footer .footer-logo-img { height: 96px; width: auto; }
.rcc-footer .footer-tagline { color: rgba(255,255,255,.7); line-height: 1.6; margin-top: 14px; }
.rcc-footer h4 { color: #fff; font-family: var(--font-display); font-weight: 800; letter-spacing: .14em; font-size: 12px; margin-bottom: 16px; }
.rcc-footer ul { list-style: none; padding: 0; margin: 0; }
.rcc-footer li { margin-bottom: 10px; }
.rcc-footer a { color: rgba(255,255,255,.7); text-decoration: none; transition: color .2s ease; }
.rcc-footer a:hover { color: var(--ouro); }
.rcc-footer .newsletter-form { display: flex; gap: 8px; margin-top: 14px; flex-wrap: wrap; }
.rcc-footer .newsletter-form input { flex: 1 1 180px; height: 46px; border-radius: 100px; border: 1px solid rgba(255,255,255,.2); background: rgba(255,255,255,.06); color: #fff; padding: 0 18px; font-family: inherit; }
.rcc-footer .newsletter-form button { height: 46px; border-radius: 100px; border: 0; background: var(--laranja); color: #fff; padding: 0 20px; font-family: var(--font-display); font-weight: 800; letter-spacing: .1em; cursor: pointer; }
.rcc-footer .newsletter-form .form-status { flex-basis: 100%; font-size: 13px; color: var(--ouro); margin: 0; }
.rcc-footer .footer-bottom { border-top: 1px solid rgba(255,255,255,.1); padding-top: 20px; display: flex; justify-content: space-between; align-items: center; gap: 16px; flex-wrap: wrap; }
.rcc-footer .copyright-text { font-size: 13px; color: rgba(255,255,255,.55); }
.rcc-footer .scroll-top-btn { cursor: pointer; color: #fff; font-size: 26px; }
.rcc-footer .scroll-top-btn:hover { color: var(--ouro); }
.rcc-footer .social-icons { display: flex; gap: 10px; margin-top: 18px; }
.rcc-footer .social-btn { width: 38px; height: 38px; border-radius: 50%; display: grid; place-items: center; background: rgba(255,255,255,.08); color: #fff; }
.rcc-footer .social-btn:hover { background: var(--laranja); color: #fff; }

/* Menu mobile sobre o tema */
.mobile-nav-overlay { background: var(--breu); }
.mobile-nav-overlay .mobile-menu-close { color: #fff; background: none; border: 0; font-size: 26px; }
.mobile-nav-item a { color: #fff; font-family: var(--font-display); font-weight: 800; letter-spacing: .1em; }
.mobile-nav-item.active a { color: var(--ouro); }
.mobile-nav-cta { margin-top: 24px; }

body.pjax-loading { cursor: progress; }

/* ==========================================================================
   6. RESPONSIVO
   ========================================================================== */
@media (max-width: 1200px) {
    .rcc-player.floating-player-card, .floating-player-card.rcc-player.about-tuner { margin: -100px auto 0 !important; width: calc(100% - 60px); grid-template-columns: 30% 42% 28%; }
    .rcc-tuner { padding: 4px 14px !important; }
    .rcc-tuner .active-station-freq { font-size: 40px; width: 110px; }
    .rcc-tuner .tuner-header { gap: 8px; }
    .rcc-stats { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 991px) {
    .rcc-header { padding: 0 24px; }
    .rcc-hero-inner { grid-template-columns: minmax(0, 1fr); text-align: center; padding-top: 36px; }
    .rcc-hero p.lead { margin-left: auto; margin-right: auto; }
    .rcc-hero-btns { justify-content: center; }
    .rcc-kicker { justify-content: center; }
    .rcc-hero-logo { width: min(260px, 60%); }
    .rcc-pillars, .rcc-always, .rcc-origens { grid-template-columns: minmax(0, 1fr); }
    .rcc-about, .rcc-info-grid, .rcc-cta-wide { grid-template-columns: minmax(0, 1fr); }
    .rcc-about-visual { max-width: 320px; margin: 0 auto; }
    .rcc-anywhere-visual { display: none; }
    /* player em coluna única */
    .rcc-player.floating-player-card, .floating-player-card.rcc-player.about-tuner {
        grid-template-columns: minmax(0, 1fr) !important; gap: 18px; width: calc(100% - 40px); margin: -90px auto 0 !important;
    }
    .rcc-player .player-station-info { border-right: 0; padding-right: 0; border-bottom: 1px solid var(--linha); padding-bottom: 16px; }
    .rcc-player .player-cover { width: 96px; height: 96px; }
    .rcc-tuner { border-right: 0 !important; padding: 0 !important; }
    .rcc-player .vu-meters-container { max-width: 420px; margin: 0 auto; }
}

@media (max-width: 768px) {
    .rcc-header { padding: 0 16px; }
    .rcc-header .header-container { height: 76px; flex-wrap: nowrap; gap: 10px; }
    .rcc-header .header-actions { display: flex; align-items: center; flex-shrink: 0; }
    .rcc-header .navbar-logo.logo { min-width: 0; }
    .rcc-header .logo-image-file { height: 50px; }
    .rcc-logo-text strong { font-size: 14px; }
    .rcc-header .nav-listen-btn { padding: 0 16px; height: 40px; }
    .rcc-header .nav-listen-btn span { display: none; }
    .rcc-header .nav-btn-wave-icon { display: inline-flex; align-items: flex-end; gap: 2px; height: 16px; }
.rcc-header .nav-btn-wave-icon span { width: 3px; border-radius: 2px; background: #fff; height: 40%; }
.rcc-header .nav-btn-wave-icon span:nth-child(2) { height: 70%; }
.rcc-header .nav-btn-wave-icon span:nth-child(3) { height: 100%; }
.rcc-header .nav-btn-wave-icon span:nth-child(4) { height: 60%; }
.rcc-header .nav-listen-btn.playing .nav-btn-wave-icon span { animation: rccBars .7s ease-in-out infinite alternate; }
.rcc-header .nav-listen-btn.playing .nav-btn-wave-icon span:nth-child(2n) { animation-duration: 1s; }
.rcc-header .mobile-menu-toggle { display: inline-flex !important; margin-left: 12px; }
    .rcc-topbar { display: none; }
    .rcc-hero { padding-bottom: 110px; }
    .rcc-hero-inner { padding: 24px 16px 0; }
    .rcc-page-hero { padding: 24px 16px 120px; }
    .rcc-section { padding: 40px 16px 8px; }
    .rcc-programs { grid-template-columns: minmax(0, 1fr); }
    .rcc-slot { grid-template-columns: minmax(0, 1fr); gap: 6px; padding: 16px; }
    .rcc-cta-card, .rcc-priority, .rcc-about { padding: 24px 20px; }
    .rcc-live-section.live-section { padding: 32px 16px 8px; }
    .rcc-aviso-form { grid-template-columns: minmax(0, 1fr); }
    .rcc-stats { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); }
    .rcc-player.floating-player-card, .floating-player-card.rcc-player.about-tuner { width: calc(100% - 32px); padding: 14px; }
    .rcc-player .player-station-info { gap: 12px; }
    .rcc-player .track-title-name { font-size: 16px; }
    .rcc-player .vu-meters-container { display: none !important; }
    .rcc-player .rtp-vu-top-row { display: none; }
    .rcc-footer.site-footer { margin-left: 0; margin-right: 0; max-width: 100%; border-radius: 0; padding: 40px 20px 20px; }
    .app-banner-section { padding: 15px 16px 30px; }
    .floating-player-card.rtp-minimized.rcc-player { right: 12px !important; bottom: 12px !important; }
}

@media (max-width: 400px) {
    .rcc-logo-text { display: none; }
}


/* Corrige ícone do botão no estado PARAR (estava branco no branco) */
.rcc-btn-primary.playing { color: var(--marinho) !important; }
.rcc-btn-primary.playing .hero-play-icon { fill: var(--marinho) !important; color: var(--marinho) !important; }


/* Botão flutuante do player pop-up */
.rcc-fab-popup{position:fixed;left:20px;bottom:20px;z-index:9999;display:inline-flex;align-items:center;gap:9px;
  background:var(--laranja);color:#fff;border:0;cursor:pointer;font-weight:700;font-size:14px;
  padding:13px 20px;border-radius:999px;box-shadow:0 14px 32px -8px rgba(255,111,7,.7);
  font-family:'Outfit',system-ui,sans-serif;transition:background .15s,transform .15s}
.rcc-fab-popup:hover{background:var(--laranja-alto,#ff8a33);transform:translateY(-2px)}
.rcc-fab-popup i{font-size:16px}
@media (max-width:600px){.rcc-fab-popup span{display:none}.rcc-fab-popup{padding:15px;border-radius:50%}}

/* logo do rodapé maior + crédito */
.rcc-footer .footer-logo-img{height:84px;width:auto}
.rcc-credito{color:rgba(255,255,255,.55);font-size:12.5px;margin-top:4px}


/* Ajustes rodapé v2: logo maior, newsletter sem borda dupla, botões sem sobrepor texto */
.rcc-footer .footer-logo-img { height: 120px; }
.rcc-footer .newsletter-form { border: 0; border-radius: 0; overflow: visible; background: transparent; }
.rcc-footer .rcc-credito { flex-basis: 100%; order: 5; margin-top: 4px; }
.rcc-footer .footer-bottom { padding-bottom: 64px; }


/* Card AO VIVO: imagem maior (desktop) */
@media (min-width: 768px){
  .rcc-live-card { grid-template-columns: 40% minmax(0,1fr) !important; min-height: 340px; align-items: stretch; }
  .rcc-live-card .live-left { height: 100%; }
  .rcc-live-card .live-img { height: 100%; min-height: 320px; }
}


/* Ranking */
.rcc-rank-tabs{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:20px}
.rcc-rank-tab{font-family:var(--font-display);font-weight:800;font-size:13px;letter-spacing:.06em;text-transform:uppercase;border:1px solid var(--linha);background:transparent;color:var(--tinta-2);padding:8px 16px;border-radius:100px;cursor:pointer;transition:all .2s}
.rcc-rank-tab:hover{border-color:var(--laranja);color:var(--tinta)}
.rcc-rank-tab.on{background:var(--laranja);border-color:var(--laranja);color:#fff}
.rcc-rank-list,.rcc-rank-full-list{list-style:none;padding:0;margin:0;display:grid;gap:6px}
@media(min-width:720px){.rcc-rank-list{grid-template-columns:1fr 1fr;gap:6px 28px}}
.rcc-rank-item{display:flex;align-items:center;gap:14px;padding:8px 10px;border-radius:12px;transition:background .2s}
.rcc-rank-item:hover{background:var(--linha)}
.rcc-rank-pos{font-family:var(--font-display);font-weight:800;font-size:18px;color:var(--laranja);width:30px;text-align:center;flex:none;font-variant-numeric:tabular-nums}
.rcc-rank-capa{width:48px;height:48px;border-radius:8px;object-fit:cover;flex:none;background:var(--linha)}
.rcc-rank-info{min-width:0;display:flex;flex-direction:column}
.rcc-rank-tit{font-weight:700;color:var(--tinta);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.rcc-rank-art{font-size:13px;color:var(--tinta-2);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.rcc-rank-more{margin-top:24px;text-align:center}
.rcc-rank-vazio{color:var(--tinta-2);padding:20px;list-style:none}
