:root {
  --alza-primary: #e91e72;
  --alza-secondary: #d81767;
  --alza-menu-text: #fff;
  --alza-accent: #fff000;
  --alza-footer-bg: #18191b;
  --alza-footer-text: #aeb3b8;
  --alza-request-button: #ff5a12;
  --alza-ink: #161719;
  --alza-muted: #6f747a;
  --alza-soft: #eef1f4;
  --alza-line: #e7e9ec;
  --alza-white: #fff;
  --alza-container: 1180px;
  --alza-radius: 18px;
  --alza-shadow: 0 18px 50px rgba(20, 24, 31, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body.alza-radio-theme {
  margin: 0;
  background: #fff;
  color: var(--alza-ink);
  font-family: Montserrat, "Segoe UI", Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}
body.alza-radio-theme.alza-drawer-open { overflow: hidden; }
.alza-radio-theme a { color: inherit; text-decoration: none; }
.alza-radio-theme a,
.alza-radio-theme button,
.alza-radio-theme [tabindex] { -webkit-tap-highlight-color: transparent; }
.alza-radio-theme button,
.alza-radio-theme input,
.alza-radio-theme select,
.alza-radio-theme textarea { font: inherit; }
.alza-radio-theme img { display: block; max-width: 100%; height: auto; }
.alza-container { width: min(calc(100% - 48px), var(--alza-container)); margin-inline: auto; }
.alza-icon { display: inline-block; width: 24px; height: 24px; flex: 0 0 auto; }
.alza-social-icon { display: block; }
.alza-skip-link { position: fixed; top: -100px; left: 16px; z-index: 100000; padding: 12px 18px; background: #fff; color: #111; border-radius: 6px; font-weight: 800; }
.alza-skip-link:focus { top: 12px; }
.screen-reader-text { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }

/* Barra de rede */
.alza-network-bar { min-height: 44px; background: #f5f5f6; border-bottom: 1px solid #ececef; }
.alza-network-bar__inner { min-height: 44px; display: flex; align-items: center; justify-content: center; gap: 18px; flex-wrap: wrap; }
.alza-network-bar a { color: var(--network-color); font-size: 15px; font-weight: 900; letter-spacing: -.4px; transition: opacity .2s ease, transform .2s ease; }
.alza-network-bar a:hover { opacity: .72; transform: translateY(-1px); }

/* Cabeçalho */
.alza-site-header { position: relative; z-index: 30; height: 98px; background: var(--alza-primary); color: #fff; }
.alza-site-header__inner { height: 100%; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; }
.alza-menu-toggle { justify-self: start; display: inline-flex; align-items: center; gap: 10px; border: 0; padding: 12px 0; color: #fff; background: transparent; font-weight: 800; cursor: pointer; }
.alza-menu-toggle .alza-icon { width: 26px; height: 26px; transition: transform .2s ease; }
.alza-menu-toggle:hover .alza-icon { transform: scale(1.08); }
.alza-brand { display: flex; align-items: center; justify-content: center; min-width: 300px; min-height: 82px; padding: 0; background: transparent; color: #fff; border-radius: 0; box-shadow: none; }
.alza-brand > a { max-width: 100%; display: flex; align-items: center; justify-content: center; }
.alza-brand span { font-size: clamp(22px, 2.5vw, 34px); line-height: 1; font-weight: 950; letter-spacing: -.8px; text-transform: uppercase; }
.alza-brand .custom-logo { width: min(300px, 28vw); height: 78px; max-width: 100%; max-height: 78px; object-fit: contain; }
.alza-header-spacer { justify-self: end; width: 90px; }
.alza-secondary-nav { position: relative; z-index: 29; min-height: 44px; background: var(--alza-secondary); color: var(--alza-menu-text); box-shadow: 0 4px 18px rgba(15,23,42,.08); }
.alza-secondary-nav nav { min-height: 44px; display: flex; align-items: center; justify-content: center; }
.alza-secondary-menu { display: flex; align-items: center; justify-content: center; gap: clamp(30px, 7vw, 86px); margin: 0; padding: 0; list-style: none; }
.alza-secondary-menu a { position: relative; display: block; padding: 12px 3px 10px; color: var(--alza-menu-text); font-size: 15px; font-weight: 800; white-space: nowrap; }
.alza-secondary-menu a::after { content: ""; position: absolute; right: 50%; bottom: 6px; left: 50%; height: 2px; background: currentColor; transition: inset .2s ease; }
.alza-secondary-menu a:hover::after,
.alza-secondary-menu .current-menu-item a::after { right: 2px; left: 2px; }

/* Menu lateral premium */
.alza-drawer-overlay { position: fixed; inset: 0; z-index: 9990; background: rgba(7, 8, 11, .68); backdrop-filter: blur(7px); opacity: 0; transition: opacity .25s ease; }
.alza-drawer-overlay.is-visible { opacity: 1; }
.alza-drawer { position: fixed; inset: 0 auto 0 0; z-index: 9991; width: min(326px, 88vw); display: flex; flex-direction: column; padding: 0 24px 24px; overflow-y: auto; background: linear-gradient(180deg,#17181d 0%,#111216 100%); color: #fff; border-right: 1px solid rgba(255,255,255,.08); box-shadow: none; transform: translateX(-102%); transition: transform .32s cubic-bezier(.2,.8,.2,1); }
.alza-drawer::before { content: ""; position: absolute; top: 0; right: 0; left: 0; height: 3px; background: linear-gradient(90deg,var(--alza-primary),#ff6c38,var(--alza-accent)); }
.alza-drawer.is-open { box-shadow: 24px 0 80px rgba(0,0,0,.4); transform: translateX(0); }
.alza-drawer__head { min-height: 105px; display: flex; align-items: center; justify-content: space-between; gap: 15px; padding: 18px 0 17px; border-bottom: 1px solid rgba(255,255,255,.08); }
.alza-drawer__identity { min-width: 0; display: flex; flex-direction: column; }
.alza-drawer__identity small { margin-bottom: 5px; color: var(--alza-primary); font-size: 8px; line-height: 1; font-weight: 950; letter-spacing: 1.7px; }
.alza-drawer__identity strong { max-width: 220px; overflow: hidden; font-size: 20px; line-height: 1.15; letter-spacing: -.35px; text-overflow: ellipsis; white-space: nowrap; }
.alza-drawer__close { width: 38px; height: 38px; flex: 0 0 38px; display: grid; place-items: center; padding: 0; border: 1px solid rgba(255,255,255,.13); border-radius: 50%; color: #fff; background: rgba(255,255,255,.035); cursor: pointer; transition: border-color .2s ease, background .2s ease, transform .2s ease; }
.alza-drawer__close:hover { border-color: rgba(255,255,255,.42); background: rgba(255,255,255,.08); transform: rotate(4deg); }
.alza-drawer__close .alza-icon { width: 19px; height: 19px; }
.alza-drawer__nav { flex: 1 0 auto; }
.alza-drawer__menu { counter-reset: alza-menu; list-style: none; margin: 19px 0 28px; padding: 0; }
.alza-drawer__menu li { position: relative; counter-increment: alza-menu; border-bottom: 1px solid rgba(255,255,255,.065); }
.alza-drawer__menu li::before { content: counter(alza-menu, decimal-leading-zero); position: absolute; top: 50%; left: 0; color: rgba(255,255,255,.28); font-size: 9px; font-weight: 850; letter-spacing: .4px; transform: translateY(-50%); }
.alza-drawer__menu a { position: relative; display: block; padding: 14px 25px 14px 29px; color: #f1f2f4; font-size: 15px; line-height: 1.25; font-weight: 780; transition: color .2s ease, transform .2s ease; }
.alza-drawer__menu a::after { content: "→"; position: absolute; top: 50%; right: 2px; color: var(--alza-primary); font-size: 15px; opacity: 0; transform: translate(-7px,-50%); transition: opacity .2s ease, transform .2s ease; }
.alza-drawer__menu a:hover,
.alza-drawer__menu .current-menu-item > a { color: #fff; transform: translateX(3px); }
.alza-drawer__menu a:hover::after,
.alza-drawer__menu .current-menu-item > a::after { opacity: 1; transform: translate(0,-50%); }
.alza-drawer__footer { padding-top: 18px; border-top: 1px solid rgba(255,255,255,.07); }
.alza-drawer__footer p { margin: 0; color: rgba(255,255,255,.48); font-size: 10px; line-height: 1.5; }
.alza-drawer__socials { display: flex; gap: 7px; margin-top: 13px; }
.alza-drawer__socials a { width: 28px; height: 28px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.11); border-radius: 50%; color: #fff; font-size: 10px; font-weight: 900; transition: border-color .2s ease, background .2s ease; }
.alza-drawer__socials a:hover { border-color: var(--alza-primary); background: var(--alza-primary); }
.alza-drawer__socials .alza-social-icon { width: 15px; height: 15px; }

/* Hero ao vivo */
.alza-live-hero { position: relative; min-height: 350px; overflow: hidden; background: linear-gradient(110deg, #de2c76 0%, #f26657 46%, #ff982e 76%, #ffd735 100%); background-position: center; background-size: cover; color: #fff; }
.alza-live-hero::after { content: ""; position: absolute; inset: auto 0 0; height: 48%; background: linear-gradient(0deg, rgba(126,0,55,.12), transparent); pointer-events: none; }
.alza-live-hero--custom { background-color: transparent; background-position: center; background-repeat: no-repeat; background-size: cover; }
.alza-live-hero--custom::after { display: none; }
.alza-live-hero__inner { position: relative; z-index: 2; min-height: 350px; display: flex; flex-direction: column; justify-content: space-between; padding-block: 22px 28px; }
.alza-live-hero__content { max-width: 610px; }
.alza-live-label { display: flex; align-items: center; gap: 8px; margin: 0 0 2px; font-size: 15px; font-weight: 850; }
.alza-live-dot { display: inline-block; width: 11px; height: 11px; border-radius: 50%; background: #4ad98b; box-shadow: 0 0 0 0 rgba(74,217,139,.7); animation: alza-pulse 1.8s infinite; }
@keyframes alza-pulse { 60% { box-shadow: 0 0 0 9px rgba(74,217,139,0); } 100% { box-shadow: 0 0 0 0 rgba(74,217,139,0); } }
.alza-live-hero h1 { max-width: 720px; margin: 0; font-size: clamp(36px, 4.1vw, 55px); line-height: .98; font-weight: 950; letter-spacing: -2.2px; text-shadow: 0 2px 10px rgba(113,9,49,.12); }
.alza-live-subtitle { margin: 7px 0 18px; color: var(--alza-accent); font-size: clamp(15px, 1.5vw, 18px); font-weight: 850; }
.alza-listen-button { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-width: 168px; min-height: 50px; padding: 12px 23px; border: 0; border-radius: 10px; background: var(--alza-accent); color: #111; font-weight: 950; letter-spacing: .2px; box-shadow: 0 8px 24px rgba(81,43,0,.16); cursor: pointer; transition: transform .2s ease, box-shadow .2s ease; }
.alza-listen-button:hover { transform: translateY(-2px); box-shadow: 0 12px 28px rgba(81,43,0,.23); }
.alza-listen-button .alza-icon { width: 22px; height: 22px; }
.alza-listen-button.is-playing { background: #fff; }
.alza-player-feedback { min-height: 19px; margin: 6px 0 0; font-size: 12px; font-weight: 700; }
.alza-player-feedback.is-error { color: #fff; }
.alza-up-next { max-width: 560px; }
.alza-up-next__label { display: block; margin-bottom: 8px; font-size: 14px; }
.alza-up-next__items { display: flex; gap: 38px; }
.alza-next-program { display: flex; align-items: center; gap: 10px; min-width: 155px; }
.alza-next-program__image { width: 54px; height: 54px; flex: 0 0 54px; display: grid; place-items: center; overflow: hidden; border-radius: 50%; background: #b7b7ba; color: #fff; font-size: 19px; font-weight: 900; box-shadow: inset 0 0 0 1px rgba(255,255,255,.25); }
.alza-next-program__image img { width: 100%; height: 100%; object-fit: cover; }
.alza-next-program div:last-child { display: flex; flex-direction: column; line-height: 1.18; }
.alza-next-program time { color: var(--alza-accent); font-size: 15px; font-weight: 950; }
.alza-next-program strong { max-width: 150px; font-size: 15px; }

/* Seções */
.alza-section { padding-block: 42px; }
.alza-section-heading { display: flex; align-items: end; justify-content: space-between; margin-bottom: 27px; }
.alza-section-heading h2 { margin: 0; font-size: clamp(25px, 2.5vw, 33px); line-height: 1; font-weight: 950; letter-spacing: -.9px; }
.alza-section-heading--center { justify-content: center; margin-bottom: 0; }
.alza-section-heading--small h2 { text-transform: none; font-size: 25px; }
.alza-section-heading > a,
.alza-section-heading__actions > a { color: var(--alza-primary); font-size: 13px; font-weight: 850; }
.alza-section-heading__actions { display: flex; align-items: center; gap: 15px; }
.alza-slider-controls { display: flex; align-items: center; gap: 7px; }
.alza-slider-controls button { width: 38px; height: 38px; display: grid; place-items: center; padding: 0; border: 0; border-radius: 50%; background: #aaadb1; color: #fff; cursor: pointer; transition: background .2s ease, transform .2s ease, opacity .2s ease; }
.alza-slider-controls button:hover:not(:disabled) { background: var(--alza-primary); transform: translateY(-1px); }
.alza-slider-controls button:disabled { cursor: default; opacity: .35; }
.alza-slider-controls .alza-icon { width: 20px; height: 20px; }
.alza-news-controls { display: none; }

/* Locutores */
.alza-hosts { padding-top: 35px; padding-bottom: 28px; background: #fff; }
.alza-carousel { display: grid; grid-template-columns: 44px minmax(0, 1fr) 44px; align-items: center; gap: 15px; max-width: 760px; margin: -2px auto 0; }
.alza-carousel__arrow { display: grid; place-items: center; width: 43px; height: 43px; border: 0; border-radius: 50%; background: #aaaeb2; color: #fff; cursor: pointer; transition: background .2s ease, transform .2s ease; }
.alza-carousel__arrow:hover { background: var(--alza-primary); transform: scale(1.05); }
.alza-hosts__track { display: flex; gap: 30px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; padding: 12px 1px; }
.alza-hosts__track::-webkit-scrollbar { display: none; }
.alza-host-card { flex: 0 0 130px; scroll-snap-align: start; display: flex; flex-direction: column; align-items: center; text-align: center; }
.alza-host-card__image { width: 116px; height: 116px; display: grid; place-items: center; overflow: hidden; border-radius: 50%; background: #aeb0b3; color: #fff; font-size: 38px; font-weight: 950; box-shadow: 0 0 0 5px #fff, 0 8px 26px rgba(25,29,35,.14); transition: transform .25s ease, box-shadow .25s ease; }
.alza-host-card:hover .alza-host-card__image { transform: translateY(-3px); box-shadow: 0 0 0 5px #fff, 0 12px 32px rgba(233,30,114,.23); }
.alza-host-card__image img { width: 100%; height: 100%; object-fit: cover; }
.alza-host-card strong { margin-top: 9px; font-size: 13px; line-height: 1.2; }
.alza-host-card small { max-width: 130px; margin-top: 2px; overflow: hidden; color: var(--alza-muted); font-size: 10px; line-height: 1.3; text-overflow: ellipsis; white-space: nowrap; }
.alza-host-card__function { font-weight: 750; }
.alza-host-card__programs { color: var(--alza-primary) !important; font-size: 9px !important; font-weight: 750; }

/* Programação */
.alza-schedule { padding-top: 20px; padding-bottom: 42px; }
.alza-program-grid { display: flex; gap: 26px; overflow-x: auto; padding: 3px 1px 10px; scroll-behavior: smooth; scroll-snap-type: x mandatory; scrollbar-width: none; overscroll-behavior-inline: contain; }
.alza-program-grid::-webkit-scrollbar { display: none; }
.alza-program-card { min-width: 0; flex: 0 0 calc((100% - 130px) / 6); scroll-snap-align: start; }
.alza-program-card__image { position: relative; display: block; aspect-ratio: 1.45 / 1; overflow: hidden; background: #cfd6dd; border-radius: 4px; }
.alza-program-card__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.alza-program-card:hover .alza-program-card__image img { transform: scale(1.06); }
.alza-program-card__placeholder { position: absolute; inset: 0; background: linear-gradient(135deg, #cfd6dd, #aeb9c4); }
.alza-program-card__placeholder::before { content: ""; position: absolute; width: 55%; height: 160%; top: -30%; right: -5%; border: 17px solid rgba(255,255,255,.25); border-top: 0; border-bottom: 0; border-radius: 50%; transform: rotate(-18deg); }
.alza-program-card time { position: absolute; bottom: 8px; left: 8px; padding: 3px 7px; border-radius: 4px; background: var(--alza-accent); color: #111; font-size: 11px; font-weight: 950; }
.alza-program-card > strong { display: block; margin-top: 8px; overflow: hidden; font-size: 14px; line-height: 1.25; text-overflow: ellipsis; white-space: nowrap; }
.alza-program-card > small { display: block; max-width: 100%; margin-top: 2px; overflow-x: auto; overflow-y: hidden; color: var(--alza-muted); font-size: 10px; text-overflow: clip; white-space: nowrap; scrollbar-width: none; -webkit-overflow-scrolling: touch; touch-action: pan-x; overscroll-behavior-inline: contain; }
.alza-program-card > small::-webkit-scrollbar { display: none; }

/* Notícias */
.alza-news { padding-top: 18px; padding-bottom: 50px; }
.alza-news-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 28px; }
.alza-news-card__image { display: block; aspect-ratio: 1.7 / 1; overflow: hidden; border-radius: 18px; background: #cbd3db; }
.alza-news-card__image > img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.alza-news-card__image > span { display: block; width: 100%; height: 100%; background: linear-gradient(145deg, #d7dde3, #b7c2cc); }
.alza-news-card:hover .alza-news-card__image img { transform: scale(1.045); }
.alza-news-card time { display: block; margin-top: 10px; color: var(--alza-primary); font-size: 10px; font-weight: 850; text-transform: uppercase; }
.alza-news-card h3 { margin: 3px 0 0; font-size: clamp(15px, 1.45vw, 19px); line-height: 1.23; font-weight: 600; letter-spacing: -.25px; }
.alza-news-card h3 a:hover { color: var(--alza-primary); }

/* Banners e formulário */
.alza-request-area { padding-top: 28px; padding-bottom: 20px; }
.alza-request-layout { display: grid; grid-template-columns: minmax(0, 1.7fr) minmax(300px, .95fr); align-items: stretch; gap: 46px; }
.alza-promo-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.alza-promo-card { position: relative; min-height: 380px; display: flex; flex-direction: column; justify-content: flex-end; overflow: hidden; padding: 34px; border-radius: 6px; background: #cbd3db; color: #111; }
.alza-promo-card:nth-child(1) { background: linear-gradient(150deg, #f4c9da 0%, #f5f5f7 53%, #bcc8d3 100%); }
.alza-promo-card:nth-child(2) { background: linear-gradient(150deg, #ffe2a7 0%, #fff1c8 48%, #c6d0d9 100%); }
.alza-promo-card::before { content: ""; position: absolute; width: 220px; height: 420px; top: -115px; right: -90px; border: 36px solid rgba(255,255,255,.45); border-radius: 50%; transform: rotate(-28deg); }
.alza-promo-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.alza-promo-card__number { position: absolute; top: 24px; left: 28px; color: rgba(17,17,17,.16); font-size: 70px; line-height: 1; font-weight: 950; }
.alza-promo-card strong { position: relative; z-index: 1; max-width: 280px; font-size: clamp(25px, 2.4vw, 36px); line-height: 1.08; letter-spacing: -1.3px; }
.alza-promo-card small { position: relative; z-index: 1; margin-top: 10px; font-size: 12px; font-weight: 700; }
.alza-request-card { align-self: end; padding: 3px 0 10px; }
.alza-request-card h2 { margin: 0 0 10px; font-size: clamp(25px, 2.4vw, 34px); line-height: 1.08; font-weight: 900; letter-spacing: -.7px; }
.alza-request-form { display: grid; gap: 8px; }
.alza-request-form > label:not(.alza-consent),
.alza-request-form__row label { display: grid; gap: 3px; color: #3d4145; font-size: 10px; font-weight: 800; }
.alza-request-form input[type="text"],
.alza-request-form select { width: 100%; min-width: 0; height: 39px; padding: 0 11px; border: 1px solid #aeb6bd; border-radius: 6px; outline: 0; background: #f6f7f8; color: #34383b; font-size: 12px; transition: border .2s ease, box-shadow .2s ease, background .2s ease; }
.alza-request-form input:focus,
.alza-request-form select:focus { border-color: var(--alza-primary); background: #fff; box-shadow: 0 0 0 3px rgba(233,30,114,.12); }
.alza-request-form input:disabled,
.alza-request-form select:disabled { cursor: not-allowed; opacity: .66; }
.alza-request-form__row { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }
.alza-consent { display: flex; align-items: flex-start; gap: 7px; margin: 2px 0; color: #565d64; font-size: 8px; line-height: 1.35; }
.alza-consent input { width: 14px; height: 14px; flex: 0 0 auto; margin: 1px 0 0; accent-color: var(--alza-primary); }
.alza-consent a { color: var(--alza-primary); text-decoration: underline; }
.alza-request-submit { min-height: 42px; border: 0; border-radius: 999px; background: var(--alza-request-button); color: #fff; font-size: 12px; font-weight: 900; cursor: pointer; transition: filter .2s ease, transform .2s ease; }
.alza-request-submit:hover { filter: brightness(.94); transform: translateY(-1px); }
.alza-request-submit:disabled { cursor: wait; opacity: .65; }
.alza-form-status { min-height: 18px; margin: 0; font-size: 11px; font-weight: 750; }
.alza-form-status.is-success { color: #168247; }
.alza-form-status.is-error { color: #be243a; }
.alza-honeypot { position: absolute !important; left: -9999px !important; width: 1px; height: 1px; overflow: hidden; }

/* Rodapé */
.alza-site-footer { position: relative; margin-top: 0; padding: 26px 0 62px; background: var(--alza-footer-bg); color: var(--alza-footer-text); }
.alza-site-footer__top { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 17px; min-height: 40px; padding: 2px 0 21px; border-bottom: 1px solid color-mix(in srgb, currentColor 16%, transparent); text-align: center; }
.alza-site-footer__top nav { width: 100%; }
.alza-footer-menu { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 14px 30px; margin: 0; padding: 0; list-style: none; }
.alza-footer-menu a { color: inherit; font-size: 12px; font-weight: 700; text-transform: uppercase; }
.alza-footer-menu a:hover { color: var(--alza-accent); }
.alza-footer-socials { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 9px; margin: 0; }
.alza-footer-socials a { width: var(--alza-footer-social-size,32px); height: var(--alza-footer-social-size,32px); display: grid; place-items: center; border: 1px solid color-mix(in srgb,currentColor 72%,transparent); border-radius: 50%; color: inherit; transition: border-color .2s ease,background .2s ease,color .2s ease,transform .2s ease; }
.alza-footer-socials .alza-social-icon { width: 52%; height: 52%; }
.alza-footer-socials a:hover { border-color: var(--alza-primary); background: var(--alza-primary); color: #fff; transform: translateY(-2px); }
.alza-site-footer__bottom { display: flex; align-items: center; justify-content: space-between; gap: 30px; padding-top: 24px; font-size: 10px; }
.alza-site-footer--compact .alza-site-footer__bottom { padding-top: 6px; }
.alza-site-footer__bottom p { margin: 0; }
.alza-site-footer__bottom a { color: inherit; }
.alza-site-footer__bottom a:hover { color: var(--alza-accent); }
.alza-back-top { position: absolute; top: 0; right: max(24px, calc((100vw - var(--alza-container)) / 2)); width: 42px; height: 42px; display: grid; place-items: center; border: 0; background: #ffbe1b; color: #4e430b; cursor: pointer; transform: translateY(0); }
.alza-back-top .alza-icon { width: 18px; height: 18px; }

/* Miniplayer */
.alza-sticky-player { position: fixed; right: 22px; bottom: 20px; z-index: 9000; min-width: 325px; display: grid; grid-template-columns: 48px minmax(120px,1fr) 48px auto; align-items: center; gap: 10px; padding: 9px 13px 9px 9px; border: 1px solid rgba(255,255,255,.06); border-radius: 16px; background: #17181a; color: #fff; box-shadow: 0 14px 42px rgba(0,0,0,.35); animation: alza-player-in .3s ease both; }
@keyframes alza-player-in { from { opacity: 0; transform: translateY(14px); } }
.alza-sticky-player__artwork { position: relative; width: 48px; height: 48px; display: grid; place-items: center; overflow: hidden; border: 1px solid rgba(255,255,255,.12); border-radius: 12px; background: linear-gradient(135deg,var(--alza-primary),#ff6a2d); box-shadow: 0 5px 16px rgba(0,0,0,.25); }
.alza-sticky-player__artwork img { width: 100%; height: 100%; display: block; object-fit: cover; }
.alza-sticky-player__artwork--logo img { padding: 5px; background: #fff; object-fit: contain; }
.alza-sticky-player__artwork--fallback span { width: 12px; height: 12px; border-radius: 50%; background: #fff; animation: alza-pulse-white 1.5s infinite; }
@keyframes alza-pulse-white { 60% { box-shadow: 0 0 0 9px rgba(255,255,255,0); } }
.alza-sticky-player__copy { display: flex; flex-direction: column; min-width: 0; line-height: 1.15; }
.alza-sticky-player__copy small { color: var(--alza-accent); font-size: 8px; font-weight: 900; }
.alza-sticky-player__copy strong { overflow: hidden; font-size: 12px; text-overflow: ellipsis; white-space: nowrap; }
.alza-sticky-player__toggle { width: 42px; height: 42px; display: grid; place-items: center; border: 0; border-radius: 50%; background: var(--alza-accent); color: #111; cursor: pointer; }
.alza-sticky-player__toggle .alza-icon { width: 21px; height: 21px; }
.alza-sticky-player__volume { display: flex; align-items: center; gap: 5px; }
.alza-sticky-player__volume .alza-icon { width: 17px; height: 17px; }
.alza-sticky-player__volume input { width: 58px; accent-color: var(--alza-primary); }

/* Páginas internas */
.alza-content-main { min-height: 55vh; padding: 65px 0 80px; }
.alza-page-header { max-width: 850px; margin-bottom: 35px; }
.alza-news-search { width: 100%; max-width: 1180px; margin: 0 auto 30px; }
.alza-news-search__field { min-height: 52px; display: flex; align-items: center; gap: 12px; padding: 5px 6px 5px 16px; border: 1px solid #dfe3e8; border-radius: 999px; background: #fff; box-shadow: 0 12px 30px rgba(27,33,42,.07); transition: border-color .2s ease,box-shadow .2s ease; }
.alza-news-search__field:focus-within { border-color: var(--alza-primary); box-shadow: 0 0 0 4px rgba(233,30,114,.1),0 14px 32px rgba(27,33,42,.08); }
.alza-news-search__icon { width: 19px; height: 19px; flex: 0 0 19px; fill: none; stroke: #858c95; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.alza-news-search input[type="search"] { min-width: 0; flex: 1; height: 40px; padding: 0; border: 0; outline: 0; background: transparent; color: #20242a; font: inherit; font-size: 14px; box-shadow: none; }
.alza-news-search input[type="search"]::placeholder { color: #9ba1a8; }
.alza-news-search button { min-height: 40px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 0 17px; border: 0; border-radius: 999px; background: var(--alza-primary); color: #fff; font: inherit; font-size: 11px; font-weight: 850; cursor: pointer; transition: background .2s ease,transform .2s ease,box-shadow .2s ease; }
.alza-news-search button:hover { background: var(--alza-secondary); box-shadow: 0 7px 16px rgba(22,28,35,.14); transform: translateY(-1px); }
.alza-news-search button span { font-size: 17px; line-height: 1; }
.alza-page-header h1,
.alza-single__header h1 { margin: 0; font-size: clamp(38px, 5vw, 65px); line-height: 1.02; letter-spacing: -2.3px; }
.alza-archive-description { color: var(--alza-muted); }
.alza-archive-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 32px; }
.alza-archive-card { overflow: hidden; border: 1px solid var(--alza-line); border-radius: var(--alza-radius); background: #fff; }
.alza-archive-card__image { display: block; aspect-ratio: 1.65/1; overflow: hidden; background: #cbd3db; }
.alza-archive-card__image img { width: 100%; height: 100%; object-fit: cover; }
.alza-archive-card__image span { display: block; width: 100%; height: 100%; background: linear-gradient(135deg,#d8dde2,#b9c4ce); }
.alza-archive-card > div { padding: 19px; }
.alza-archive-card time { color: var(--alza-primary); font-size: 11px; font-weight: 800; }
.alza-archive-card h2 { margin: 5px 0 8px; font-size: 22px; line-height: 1.12; }
.alza-archive-card p { margin: 0; color: var(--alza-muted); font-size: 14px; }
.navigation.pagination { margin-top: 40px; }
.nav-links { display: flex; gap: 7px; }
.page-numbers { min-width: 40px; height: 40px; display: grid; place-items: center; padding: 0 10px; border-radius: 7px; background: var(--alza-soft); font-size: 13px; font-weight: 800; }
.page-numbers.current { background: var(--alza-primary); color: #fff; }
.navigation.pagination .nav-links { align-items: center; justify-content: center; gap: 8px; }
.navigation.pagination .page-numbers { border: 1px solid transparent; transition: border-color .2s ease,background .2s ease,color .2s ease,transform .2s ease; }
.navigation.pagination a.page-numbers:hover { border-color: var(--alza-primary); background: #fff; color: var(--alza-primary); transform: translateY(-1px); }
.navigation.pagination .prev,.navigation.pagination .next { min-width: auto; background: #fff; border-color: #e2e5e8; color: #4c535a; }
.alza-single-wrap { max-width: 940px; }
.alza-single__header { max-width: 880px; margin-bottom: 32px; }
.alza-single__meta { margin: 0 0 10px; color: var(--alza-primary); font-size: 12px; font-weight: 850; text-transform: uppercase; }
.alza-single__lead { max-width: 780px; margin: 18px 0 0; color: var(--alza-muted); font-size: 20px; }
.alza-single__featured { margin: 0 0 34px; overflow: hidden; border-radius: var(--alza-radius); }
.alza-single__featured img { width: 100%; }
.alza-entry-content { font-family: Georgia, "Times New Roman", serif; font-size: 19px; line-height: 1.75; }
.alza-entry-content > * { max-width: 760px; margin-inline: auto; }
.alza-entry-content > .alignwide { max-width: 1100px; }
.alza-entry-content > .alignfull { max-width: none; }
.alza-entry-content a { color: var(--alza-primary); text-decoration: underline; }
.alza-entry-content img { border-radius: 10px; }
.alza-post-navigation { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 15px; margin-top: 50px; padding-top: 25px; border-top: 1px solid var(--alza-line); }
.alza-post-navigation > div { display: flex; flex-direction: column; }
.alza-post-navigation > div:last-child { text-align: right; }
.alza-post-navigation small { color: var(--alza-muted); font-size: 10px; text-transform: uppercase; }
.alza-post-navigation a { font-weight: 800; }
.alza-empty-state { padding: 60px; border-radius: var(--alza-radius); background: var(--alza-soft); text-align: center; }
.alza-empty-state h1,
.alza-empty-state h2 { margin: 0 0 10px; }
.alza-empty-state form { max-width: 450px; margin: 25px auto 0; }
.alza-empty-state .search-field { width: 70%; height: 44px; padding: 0 12px; border: 1px solid #bbb; border-radius: 7px; }
.alza-empty-state .search-submit { height: 44px; border: 0; border-radius: 7px; background: var(--alza-primary); color: #fff; font-weight: 800; }
.alza-404 > span { display: block; color: var(--alza-primary); font-size: 90px; line-height: 1; font-weight: 950; }
.alza-404 .alza-listen-button { margin-top: 15px; }

/* Matéria editorial premium */
.alza-article-main { padding: 0 0 96px; background: #f4f5f7; }
.alza-article-hero { position: relative; overflow: hidden; padding: 66px 0 92px; background: #fff; text-align: center; }
.alza-article-hero::before,
.alza-article-hero::after { content: ""; position: absolute; border-radius: 50%; pointer-events: none; filter: blur(4px); }
.alza-article-hero::before { width: 420px; height: 420px; top: -270px; left: -130px; background: radial-gradient(circle, rgba(233,30,114,.13), rgba(233,30,114,0) 70%); }
.alza-article-hero::after { width: 480px; height: 480px; right: -170px; bottom: -330px; background: radial-gradient(circle, rgba(255,164,32,.15), rgba(255,164,32,0) 70%); }
.alza-article-hero__inner { position: relative; z-index: 1; max-width: 1060px; }
.alza-article-breadcrumb { display: flex; align-items: center; justify-content: center; gap: 8px; margin-bottom: 20px; color: #8b9096; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .7px; }
.alza-article-breadcrumb a:hover { color: var(--alza-primary); }
.alza-article-category { display: inline-flex; align-items: center; justify-content: center; min-height: 31px; padding: 6px 14px; border: 1px solid rgba(233,30,114,.18); border-radius: 999px; background: rgba(233,30,114,.07); color: var(--alza-primary); font-size: 11px; font-weight: 900; text-transform: uppercase; letter-spacing: .8px; }
.alza-article-category:hover { border-color: var(--alza-primary); background: var(--alza-primary); color: #fff; }
.alza-article-hero h1 { max-width: 1030px; margin: 20px auto 0; font-size: clamp(45px, 5.4vw, 74px); line-height: .99; font-weight: 950; letter-spacing: -3.2px; text-wrap: balance; }
.alza-article-lead { max-width: 790px; margin: 23px auto 0; color: #61666c; font-size: clamp(18px, 1.8vw, 22px); line-height: 1.5; text-wrap: balance; }
.alza-program-hero { position: relative; padding: 48px 0 86px; background: linear-gradient(180deg,#fff 0%,#f4f5f7 100%); }
.alza-program-hero__inner { max-width: 1060px; }
.alza-program-hero__card { max-width: 900px; display: grid; grid-template-columns: 230px minmax(0,1fr); align-items: center; gap: 26px; margin: 22px auto 0; padding: 20px; border: 1px solid #e2e5e9; border-radius: 22px; background: #fff; box-shadow: 0 20px 55px rgba(24,31,40,.11); }
.alza-program-hero__image { width: 230px; height: 155px; display: grid; place-items: center; overflow: hidden; border-radius: 15px; background: linear-gradient(135deg,#181a2e,#3b1f5c); color: #fff; }
.alza-program-hero__image img { width: 100%; height: 100%; display: block; object-fit: cover; }
.alza-program-hero__image > span { font-size: 56px; font-weight: 950; }
.alza-program-hero__copy { min-width: 0; }
.alza-program-hero__eyebrow { color: var(--alza-primary); font-size: 10px; font-weight: 900; letter-spacing: 1.2px; text-transform: uppercase; }
.alza-program-hero h1 { margin: 7px 0 0; font-size: clamp(32px,4.5vw,56px); line-height: 1; font-weight: 950; letter-spacing: -2px; text-wrap: balance; }
.alza-program-hero__schedule { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 14px; }
.alza-program-hero__schedule span { display: inline-flex; align-items: center; min-height: 29px; padding: 5px 10px; border-radius: 999px; background: #f1f3f5; color: #4f565e; font-size: 11px; font-weight: 800; }
.alza-program-hero__schedule span:last-child { background: var(--alza-accent); color: #161719; }
.alza-program-hero__host { width: max-content; max-width: 100%; display: flex; align-items: center; gap: 10px; margin-top: 17px; padding-top: 14px; border-top: 1px solid #eceef0; color: inherit; }
.alza-program-hero__host:hover strong { color: var(--alza-primary); }
.alza-program-hero__host-avatar { width: 40px; height: 40px; flex: 0 0 40px; display: grid; place-items: center; overflow: hidden; border-radius: 50%; background: #dfe3e7; color: #69717b; font-size: 15px; font-weight: 900; }
.alza-program-hero__host-avatar img { width: 100%; height: 100%; object-fit: cover; }
.alza-program-hero__host-avatar b { font-size: inherit; }
.alza-program-hero__host small,.alza-program-hero__host strong { display: block; }
.alza-program-hero__host small { color: #92979d; font-size: 8px; font-weight: 900; letter-spacing: .7px; text-transform: uppercase; }
.alza-program-hero__host strong { margin-top: 3px; color: #25292e; font-size: 12px; }
.alza-program-body { margin-top: -44px; }
.alza-program-body .alza-article-content-card { max-width: 900px; padding-top: 46px; }
.alza-article-meta { display: flex; align-items: center; justify-content: center; gap: 22px; margin-top: 31px; color: #25282c; }
.alza-article-author { display: flex; align-items: center; gap: 10px; text-align: left; }
.alza-article-author__avatar { width: 44px; height: 44px; border: 3px solid #fff; border-radius: 50%; box-shadow: 0 3px 13px rgba(20,24,30,.14); object-fit: cover; }
.alza-article-author span,
.alza-article-meta__item { display: flex; flex-direction: column; text-align: left; }
.alza-article-meta small { color: #92969b; font-size: 9px; font-weight: 800; line-height: 1.2; text-transform: uppercase; letter-spacing: .6px; }
.alza-article-meta strong,
.alza-article-meta time,
.alza-article-meta__item > span { margin-top: 3px; font-size: 12px; font-weight: 850; }
.alza-article-meta__divider { width: 1px; height: 34px; background: #e2e4e7; }
.alza-article-body { position: relative; z-index: 2; margin-top: -38px; }
.alza-article-featured { max-width: 1120px; margin: 0 auto 34px; overflow: hidden; border: 7px solid #fff; border-radius: 28px; background: #d6dce2; box-shadow: 0 24px 65px rgba(22,27,34,.16); }
.alza-article-featured img { width: 100%; max-height: 660px; object-fit: cover; }
.alza-article-featured figcaption { padding: 10px 15px; background: #fff; color: #777c82; font-size: 10px; text-align: center; }
.alza-article-content-card { position: relative; max-width: 900px; margin: 0 auto; padding: 64px 72px 52px; overflow: hidden; border: 1px solid rgba(19,24,30,.06); border-radius: 25px; background: #fff; box-shadow: 0 18px 55px rgba(30,35,42,.08); }
.alza-article-content-card::before { content: ""; position: absolute; top: 0; left: 50%; width: 78px; height: 4px; border-radius: 0 0 5px 5px; background: linear-gradient(90deg,var(--alza-primary),#ff7638); transform: translateX(-50%); }
.alza-article-content { color: #292c30; font-family: Montserrat, "Segoe UI", Arial, sans-serif; font-size: 18px; line-height: 1.82; }
.alza-article-content > * { max-width: 100%; }
.alza-article-content > p:first-child { margin-top: 0; font-size: 20px; line-height: 1.75; }
.single-post .alza-article-content > p:first-child::first-letter { float: left; margin: 8px 9px 0 0; color: var(--alza-primary); font-size: 58px; line-height: .76; font-weight: 950; }
.alza-article-content h2,
.alza-article-content h3,
.alza-article-content h4 { margin-top: 1.8em; margin-bottom: .6em; color: #15171a; font-family: Montserrat, "Segoe UI", Arial, sans-serif; line-height: 1.12; letter-spacing: -.7px; }
.alza-article-content h2 { font-size: 31px; }
.alza-article-content h3 { font-size: 25px; }
.alza-article-content blockquote { margin: 35px 0; padding: 23px 27px; border: 0; border-left: 5px solid var(--alza-primary); border-radius: 0 14px 14px 0; background: #f7f3f5; color: #34373b; font-size: 21px; font-weight: 650; }
.alza-article-content figure { margin-block: 34px; }
.alza-article-content img { width: auto; margin-inline: auto; border-radius: 14px; }
.alza-article-content ul,
.alza-article-content ol { padding-left: 24px; }
.alza-article-content li { margin-bottom: 9px; }
.alza-article-content table { width: 100%; border-collapse: collapse; font-size: 14px; }
.alza-article-content th,
.alza-article-content td { padding: 11px; border: 1px solid #e0e3e6; }
.alza-share-tools { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 18px; margin-top: 38px; padding-top: 24px; border-top: 1px solid #eceef0; }
.alza-share-tools__heading { display: flex; align-items: center; gap: 10px; min-width: 0; }
.alza-share-tools__icon { width: 36px; height: 36px; display: grid; place-items: center; flex: 0 0 36px; border-radius: 11px; background: #f0f2f5; color: var(--alza-primary); }
.alza-share-tools__icon .alza-icon { width: 18px; height: 18px; }
.alza-share-tools__heading strong,.alza-share-tools__heading small { display: block; }
.alza-share-tools__heading strong { font-size: 12px; }
.alza-share-tools__heading small { margin-top: 2px; color: #8b9096; font-size: 9px; }
.alza-share-tools__actions { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 7px; }
.alza-share-tools__actions a,.alza-share-tools__actions button { min-height: 35px; display: inline-flex; align-items: center; justify-content: center; gap: 6px; padding: 7px 10px; border: 1px solid #e0e4e8; border-radius: 9px; background: #fff; color: #4c535a; font: inherit; font-size: 10px; font-weight: 800; cursor: pointer; transition: border-color .2s ease, color .2s ease, transform .2s ease, box-shadow .2s ease; }
.alza-share-tools__actions a:hover,.alza-share-tools__actions button:hover { border-color: var(--alza-primary); color: var(--alza-primary); transform: translateY(-1px); box-shadow: 0 5px 14px rgba(28,34,41,.08); }
.alza-share-tools__actions .alza-social-icon,.alza-share-tools__actions .alza-icon { width: 15px; height: 15px; }
.alza-share-tools__button--facebook:hover { color: #1877f2 !important; border-color: rgba(24,119,242,.4) !important; }
.alza-share-tools__button--whatsapp:hover { color: #159447 !important; border-color: rgba(21,148,71,.4) !important; }
.alza-share-tools__status { min-height: 14px; margin-left: auto; color: var(--alza-primary); font-size: 10px; font-weight: 800; text-align: right; }
.alza-article-tags { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 8px; margin-top: 45px; padding-top: 27px; border-top: 1px solid #eceef0; }
.alza-article-tags span { color: #777c82; font-size: 11px; font-weight: 800; text-transform: uppercase; }
.alza-article-tags a { padding: 6px 10px; border-radius: 999px; background: #f1f2f4; color: #4b5056; font-size: 11px; font-weight: 750; }
.alza-article-tags a:hover { background: var(--alza-primary); color: #fff; }
.alza-article-main .alza-post-navigation { max-width: 1080px; display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 18px; margin: 34px auto 0; padding: 0; border: 0; }
.alza-post-navigation__card { min-height: 142px; display: flex; flex-direction: column; justify-content: center; padding: 25px 28px; border: 1px solid #e5e7ea; border-radius: 18px; background: #fff; box-shadow: 0 9px 30px rgba(25,30,37,.05); transition: border-color .2s ease, transform .2s ease, box-shadow .2s ease; }
.alza-post-navigation__card:hover { border-color: rgba(233,30,114,.35); transform: translateY(-3px); box-shadow: 0 15px 38px rgba(25,30,37,.1); }
.alza-post-navigation__card span { color: var(--alza-primary); font-size: 10px; font-weight: 900; text-transform: uppercase; letter-spacing: .7px; }
.alza-post-navigation__card strong { max-width: 430px; margin-top: 9px; font-size: 18px; line-height: 1.25; }
.alza-post-navigation__card--next { align-items: flex-end; text-align: right; }
.alza-post-navigation__card:only-child { grid-column: 1 / -1; max-width: 530px; width: 100%; justify-self: center; }
.alza-back-news { width: max-content; display: flex; align-items: center; gap: 7px; margin: 28px auto 0; color: #555b61; font-size: 12px; font-weight: 850; }
.alza-back-news:hover { color: var(--alza-primary); }
.alza-host-profile-meta { display: flex; align-items: stretch; justify-content: center; flex-wrap: wrap; gap: 0; margin-top: 31px; overflow: hidden; border: 1px solid rgba(28,32,38,.09); border-radius: 14px; background: #fff; box-shadow: 0 9px 28px rgba(22,27,34,.07); }
.alza-host-profile-meta > div,.alza-host-profile-meta > a { min-width: 165px; display: flex; flex-direction: column; justify-content: center; padding: 13px 21px; text-align: left; }
.alza-host-profile-meta > * + * { border-left: 1px solid #e3e5e8; }
.alza-host-profile-meta small { color: #92969b; font-size: 9px; font-weight: 800; text-transform: uppercase; letter-spacing: .6px; }
.alza-host-profile-meta strong { margin-top: 3px; color: #1c1f23; font-size: 12px; font-weight: 850; }
.alza-host-profile-meta a:hover strong { color: var(--alza-primary); }
.alza-host-program-list { margin-top: 44px; padding-top: 32px; border-top: 1px solid #eceef0; }
.alza-host-program-list__heading { margin-bottom: 18px; text-align: center; }
.alza-host-program-list__heading small { color: var(--alza-primary); font-size: 9px; font-weight: 900; letter-spacing: 1.3px; }
.alza-host-program-list__heading h2 { margin: 5px 0 0; font-size: 25px; text-align: center; }
.alza-host-program-list__grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 12px; }
.alza-host-program-card { min-width: 0; display: grid; grid-template-columns: 64px minmax(0,1fr); align-items: center; gap: 12px; padding: 10px; border: 1px solid #e5e7ea; border-radius: 13px; background: #fafbfc; transition: border-color .2s ease,background .2s ease,transform .2s ease; }
.alza-host-program-card:hover { border-color: rgba(233,30,114,.35); background: #fff; transform: translateY(-2px); }
.alza-host-program-card__image { width: 64px; height: 55px; display: grid; place-items: center; overflow: hidden; border-radius: 9px; background: linear-gradient(135deg,var(--alza-primary),#ff713b); color: #fff; }
.alza-host-program-card__image img { width: 100%; height: 100%; object-fit: cover; }
.alza-host-program-card__image b { font-size: 20px; }
.alza-host-program-card > span:last-child { min-width: 0; }
.alza-host-program-card small,.alza-host-program-card strong { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.alza-host-program-card small { color: var(--alza-primary); font-size: 9px; font-weight: 850; text-transform: uppercase; }
.alza-host-program-card strong { margin-top: 4px; font-size: 13px; }

/* Acessibilidade */
.alza-radio-theme :focus-visible { outline: 3px solid #1377d2; outline-offset: 3px; }
@media (hover: none) and (pointer: coarse) {
  .alza-radio-theme:not(.alza-keyboard-navigation) a:focus,
  .alza-radio-theme:not(.alza-keyboard-navigation) button:focus,
  .alza-radio-theme:not(.alza-keyboard-navigation) [tabindex]:focus { outline: none; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}

/* Tablet */
@media (max-width: 1060px) {
  .alza-program-card { flex-basis: calc((100% - 52px) / 3); }
  .alza-news-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .alza-request-layout { grid-template-columns: 1.35fr .85fr; gap: 28px; }
  .alza-promo-card { min-height: 340px; padding: 25px; }
  .alza-archive-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
}

@media (max-width: 820px) {
  .alza-container { width: min(calc(100% - 32px), var(--alza-container)); }
  .alza-site-header { height: 82px; }
  .alza-brand { min-width: 230px; min-height: 68px; padding: 0; }
  .alza-brand span { font-size: 22px; }
  .alza-brand .custom-logo { width: min(240px, 34vw); height: 64px; max-height: 64px; }
  .alza-menu-toggle span { display: none; }
  .alza-secondary-nav { overflow-x: auto; }
  .alza-secondary-nav nav { width: max-content; min-width: 100%; padding-inline: 20px; }
  .alza-secondary-menu { gap: 29px; }
  .alza-live-hero,
  .alza-live-hero__inner { min-height: 410px; }
  .alza-live-hero__inner { padding-block: 28px; }
  .alza-live-hero h1 { max-width: 590px; }
  .alza-up-next { margin-top: 35px; }
  .alza-request-layout { grid-template-columns: 1fr; }
  .alza-request-card { width: min(100%, 610px); justify-self: center; padding: 25px; border: 1px solid var(--alza-line); border-radius: var(--alza-radius); box-shadow: 0 14px 40px rgba(35,40,46,.08); }
  .alza-site-footer__bottom { align-items: flex-start; flex-direction: column; gap: 9px; }
  .alza-sticky-player { right: 12px; bottom: 12px; }
  .alza-article-hero { padding: 54px 0 82px; }
  .alza-article-hero h1 { font-size: clamp(42px, 7.5vw, 59px); letter-spacing: -2.2px; }
  .alza-article-featured { border-width: 5px; border-radius: 22px; }
  .alza-article-content-card { max-width: 760px; padding: 50px 48px 42px; }
}

/* Celular */
@media (max-width: 600px) {
  .alza-container { width: min(calc(100% - 28px), var(--alza-container)); }
  .alza-network-bar { min-height: 36px; overflow-x: auto; }
  .alza-network-bar__inner { width: max-content; min-width: 100%; min-height: 36px; justify-content: flex-start; padding-inline: 14px; gap: 14px; }
  .alza-network-bar a { font-size: 12px; }
  .alza-site-header__inner { grid-template-columns: 48px 1fr 48px; }
  .alza-brand { min-width: 0; min-height: 62px; max-width: 230px; width: 100%; justify-self: center; }
  .alza-brand .custom-logo { width: min(210px, 52vw); height: 58px; max-height: 58px; }
  .alza-brand span { max-width: 165px; overflow: hidden; font-size: 18px; text-overflow: ellipsis; white-space: nowrap; }
  .alza-secondary-menu { gap: 24px; }
  .alza-secondary-menu a { font-size: 13px; }
.alza-live-hero,
  .alza-live-hero__inner { min-height: 0; }
  .alza-live-hero__inner { justify-content: flex-start; padding-block: 21px 24px; }
  .alza-live-hero h1 { font-size: clamp(35px, 10vw, 48px); line-height: 1.01; letter-spacing: -1.7px; }
  .alza-up-next { margin-top: 38px; }
  .alza-up-next__label { margin-bottom: 7px; font-size: 13px; }
  .alza-up-next__items { gap: 11px; }
  .alza-next-program { min-width: 0; flex: 1 1 50%; }
  .alza-next-program { gap: 7px; }
  .alza-next-program__image { width: 44px; height: 44px; flex-basis: 44px; }
  .alza-next-program strong { max-width: 92px; font-size: 12px; }
  .alza-next-program time { font-size: 12px; }
  .alza-section { padding-block: 31px; }
  .alza-section-heading { margin-bottom: 19px; }
  .alza-section-heading h2 { font-size: 25px; }
  .alza-hosts { padding-bottom: 17px; }
  .alza-carousel { grid-template-columns: 36px minmax(0,1fr) 36px; gap: 8px; }
  .alza-carousel__arrow { width: 36px; height: 36px; }
  .alza-hosts__track { gap: 18px; }
  .alza-host-card { flex-basis: 104px; }
  .alza-host-card__image { width: 96px; height: 96px; }
  .alza-program-grid { gap: 13px; margin-right: -14px; padding-right: 14px; }
  .alza-program-card { flex-basis: min(76vw, 250px); }
  .alza-program-card > strong { font-size: 13px; }
  .alza-news-controls { display: flex; }
  .alza-news-grid { display: flex; gap: 14px; overflow-x: auto; margin-right: -14px; padding: 2px 14px 12px 0; scroll-behavior: smooth; scroll-snap-type: x mandatory; scrollbar-width: none; overscroll-behavior-inline: contain; }
  .alza-news-grid::-webkit-scrollbar { display: none; }
  .alza-news-card { flex: 0 0 min(86vw, 340px); display: grid; grid-template-columns: 126px minmax(0,1fr); gap: 12px; align-items: start; scroll-snap-align: start; }
  .alza-news-card__image { aspect-ratio: 1.25/1; border-radius: 11px; }
  .alza-news-card time { margin-top: 0; }
  .alza-news-card h3 { font-size: 16px; }
  .alza-promo-grid { grid-template-columns: 1fr; }
  .alza-promo-card { min-height: 310px; }
  .alza-request-card { padding: 21px 17px; }
  .alza-request-card h2 { font-size: 27px; }
  .alza-request-form__row { grid-template-columns: 1fr; }
  .alza-site-footer { padding-bottom: 95px; }
  .alza-footer-menu { max-width: 300px; flex-wrap: wrap; gap: 12px 20px; }
  .alza-site-footer__bottom { font-size: 9px; }
  .alza-back-top { right: 15px; }
  .alza-sticky-player { left: 8px; right: 8px; bottom: 8px; min-width: 0; grid-template-columns: 38px minmax(0,1fr) 42px; border-radius: 13px; }
  .alza-sticky-player__artwork { width: 38px; height: 38px; border-radius: 10px; }
  .alza-sticky-player__volume { display: none; }
  .alza-content-main { padding: 42px 0 60px; }
  .alza-article-main { padding: 0 0 76px; }
  .alza-program-hero { padding: 28px 0 62px; }
  .alza-program-hero__card { grid-template-columns: 1fr; gap: 15px; margin-top: 18px; padding: 13px; border-radius: 18px; }
  .alza-program-hero__image { width: 100%; height: auto; aspect-ratio: 1.45 / 1; border-radius: 13px; }
  .alza-program-hero h1 { font-size: clamp(32px, 10vw, 44px); letter-spacing: -1.4px; }
  .alza-program-hero__host { width: 100%; }
  .alza-program-body { margin-top: -28px; }
  .alza-program-body .alza-article-content-card { padding-top: 34px; }
  .alza-article-hero { padding: 38px 0 68px; }
  .alza-article-breadcrumb { margin-bottom: 15px; font-size: 9px; }
  .alza-article-category { min-height: 28px; padding: 5px 11px; font-size: 9px; }
  .alza-article-hero h1 { margin-top: 16px; font-size: clamp(34px, 10.5vw, 45px); line-height: 1.03; letter-spacing: -1.6px; }
  .alza-article-lead { margin-top: 17px; font-size: 17px; }
  .alza-article-meta { flex-wrap: wrap; gap: 13px 20px; margin-top: 24px; }
  .alza-article-meta__divider { display: none; }
	.alza-host-profile-meta { width: 100%; }
	.alza-host-profile-meta > div,.alza-host-profile-meta > a { min-width: 0; flex: 1 1 45%; align-items: center; padding: 11px 13px; text-align: center; }
	.alza-host-profile-meta > * + * { border-left: 0; }
  .alza-article-author { width: 100%; justify-content: center; }
  .alza-article-author span,
  .alza-article-meta__item { text-align: center; }
  .alza-article-author span { text-align: left; }
  .alza-article-body { margin-top: -28px; }
  .alza-article-featured { margin-bottom: 18px; border-width: 4px; border-radius: 17px; }
  .alza-article-content-card { padding: 37px 20px 31px; border-radius: 18px; }
  .alza-article-content { font-size: 16.5px; line-height: 1.72; }
  .alza-article-content > p:first-child { font-size: 18px; line-height: 1.68; }
  .single-post .alza-article-content > p:first-child::first-letter { margin-top: 7px; font-size: 50px; }
  .alza-article-content h2 { font-size: 26px; }
  .alza-article-content h3 { font-size: 22px; }
  .alza-article-content blockquote { margin: 27px 0; padding: 19px; font-size: 18px; }
  .alza-share-tools { align-items: flex-start; flex-direction: column; gap: 12px; }
  .alza-share-tools__actions { width: 100%; justify-content: flex-start; }
  .alza-share-tools__actions a,.alza-share-tools__actions button { flex: 1 1 calc(50% - 7px); }
  .alza-share-tools__status { width: 100%; margin-left: 0; text-align: left; }
  .alza-article-tags { margin-top: 32px; }
	.alza-host-program-list { margin-top: 32px; padding-top: 25px; }
	.alza-host-program-list__grid { grid-template-columns: 1fr; }
  .alza-article-main .alza-post-navigation { grid-template-columns: 1fr; gap: 12px; margin-top: 20px; }
  .alza-post-navigation__card { min-height: 118px; padding: 21px; border-radius: 15px; }
  .alza-post-navigation__card--next { align-items: flex-start; text-align: left; }
  .alza-post-navigation__card:only-child { grid-column: auto; }
  .alza-post-navigation__card strong { font-size: 16px; }
  .alza-page-header h1,
  .alza-single__header h1 { font-size: 38px; letter-spacing: -1.2px; }
  .alza-news-search { margin-bottom: 23px; }
  .alza-news-search__field { min-height: 48px; gap: 8px; padding-left: 13px; }
  .alza-news-search input[type="search"] { font-size: 13px; }
  .alza-news-search button { min-height: 36px; padding: 0 13px; font-size: 10px; }
  .navigation.pagination { margin-top: 28px; }
  .navigation.pagination .page-numbers { min-width: 36px; height: 36px; padding-inline: 8px; font-size: 12px; }
  .alza-archive-grid { grid-template-columns: 1fr; }
  .alza-entry-content { font-size: 17px; }
  .alza-empty-state { padding: 38px 17px; }
}
