:root {
    --navy: #101828;
    --blue: #1d4ed8;
    --gold: #d99a25;
    --cream: #fff8ec;
    --light: #f8fafc;
    --text: #475467;
    --white: #ffffff;
    --border: #e5e7eb;
    --shadow: 0 20px 50px rgba(16, 24, 40, .12);
    --radius: 24px;
}

* {
    box-sizing: border-box;
}

body {
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    color: var(--navy);
    background: var(--white);
    line-height: 1.6;
}

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

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

.site-header {
    position: sticky;
    top: 0;
    z-index: 50;
    background: rgba(255, 255, 255, .92);
    backdrop-filter: blur(16px);
    border-bottom: 1px solid var(--border);
}

.nav-wrap {
    min-height: 82px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.brand {
    display: flex;
    align-items: center;
    gap: 12px;
}

.brand-mark {
    width: 46px;
    height: 46px;
    display: grid;
    place-items: center;
    border-radius: 16px;
    background: linear-gradient(135deg, var(--blue), #0f2f7a);
    color: var(--white);
    font-size: 22px;
    box-shadow: 0 12px 24px rgba(29, 78, 216, .25);
}

.brand strong {
    display: block;
    font-size: 22px;
    line-height: 1;
}

.brand small {
    display: block;
    color: var(--text);
    font-size: 12px;
    letter-spacing: .12em;
    text-transform: uppercase;
    margin-top: 4px;
}

.main-nav {
    display: flex;
    align-items: center;
    gap: 22px;
    font-weight: 700;
    font-size: 14px;
}

.main-nav a {
    color: #344054;
}

.main-nav a:hover,
.main-nav a.active {
    color: var(--blue);
}

.nav-btn {
    background: var(--blue);
    color: var(--white) !important;
    padding: 12px 24px;
    border-radius: 999px;
    white-space: nowrap;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.menu-toggle {
    display: none;
    border: 0;
    background: var(--navy);
    color: var(--white);
    border-radius: 12px;
    padding: 10px 13px;
    font-size: 20px;
}

.hero {
    background:
        radial-gradient(circle at top right, rgba(217, 154, 37, .26), transparent 34%),
        linear-gradient(135deg, #08142f 0%, #102a63 55%, #1d4ed8 100%);
    color: var(--white);
    padding: 92px 0;
    overflow: hidden;
}

.hero-grid {
    display: grid;
    grid-template-columns: 1.2fr .8fr;
    gap: 44px;
    align-items: center;
}

.eyebrow {
    margin: 0 0 12px;
    color: var(--gold);
    text-transform: uppercase;
    letter-spacing: .14em;
    font-weight: 900;
    font-size: 13px;
}

.hero h1,
.page-hero h1 {
    font-size: clamp(36px, 4.5vw, 56px);
    line-height: 1.08;
    margin: 0 0 20px;
    letter-spacing: -0.035em;
    max-width: 980px;
}

.hero-text {
    font-size: 20px;
    color: rgba(255, 255, 255, .82);
    max-width: 650px;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 32px;
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 13px 22px;
    border-radius: 999px;
    font-weight: 900;
    border: 0;
    cursor: pointer;
}

.btn.primary {
    background: var(--gold);
    color: #1b1203;
}

.btn.secondary {
    background: rgba(255,255,255,.14);
    color: var(--white);
    border: 1px solid rgba(255,255,255,.28);
}

.btn.light {
    background: var(--white);
    color: var(--blue);
}

.hero-card {
    background: rgba(255, 255, 255, .12);
    border: 1px solid rgba(255,255,255,.22);
    border-radius: 34px;
    padding: 36px;
    box-shadow: var(--shadow);
    backdrop-filter: blur(18px);
}

.hero-icon {
    width: 72px;
    height: 72px;
    display: grid;
    place-items: center;
    background: var(--white);
    color: var(--blue);
    border-radius: 24px;
    font-size: 34px;
    margin-bottom: 20px;
}

.hero-card h2 {
    font-size: 32px;
    margin: 0 0 18px;
}

.hero-card p {
    color: rgba(255,255,255,.84);
}

.hero-card a {
    color: var(--gold);
    font-weight: 900;
}

.section {
    padding: 86px 0;
}

.section.soft {
    background: var(--cream);
}

.section-heading {
    text-align: center;
    max-width: 820px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 36px;
}

.section-heading h2,
.split h2,
.cta-box h2,
.narrow h2 {
    font-size: clamp(32px, 4vw, 52px);
    line-height: 1.05;
    letter-spacing: -0.04em;
    margin: 0 0 16px;
}

.card-grid {
    display: grid;
    gap: 22px;
}

.card-grid.three {
    grid-template-columns: repeat(3, 1fr);
}

.card-grid.four {
    grid-template-columns: repeat(4, 1fr);
}

.feature-card,
.link-card,
.sermon-card,
.event-card {
    background: var(--white);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    padding: 28px;
    box-shadow: 0 14px 35px rgba(16, 24, 40, .06);
}

.feature-card span {
    font-size: 36px;
}

.feature-card h3,
.link-card h3,
.sermon-card h3,
.event-card h3 {
    font-size: 22px;
    margin: 16px 0 8px;
}

.feature-card p,
.link-card p,
.sermon-card p,
.event-card p,
.narrow p,
.contact-grid p {
    color: var(--text);
}

.link-card {
    transition: .2s ease;
}

.link-card:hover {
    transform: translateY(-4px);
    border-color: rgba(29, 78, 216, .3);
}

.split {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 42px;
    align-items: center;
}

.video-placeholder {
    min-height: 310px;
    background: linear-gradient(135deg, var(--navy), var(--blue));
    border-radius: 34px;
    color: var(--white);
    display: grid;
    place-items: center;
    text-align: center;
    box-shadow: var(--shadow);
}

.video-placeholder span {
    width: 86px;
    height: 86px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: var(--white);
    color: var(--blue);
    font-size: 38px;
    margin: 0 auto 12px;
}

.cta-section {
    padding: 70px 0;
    background: var(--navy);
}

.cta-box {
    background: linear-gradient(135deg, var(--blue), #0f2f7a);
    color: var(--white);
    border-radius: 34px;
    padding: 44px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.cta-box p {
    color: rgba(255,255,255,.78);
}

.page-hero {
    background:
        radial-gradient(circle at right, rgba(217,154,37,.28), transparent 30%),
        linear-gradient(135deg, #0b1736, #1d4ed8);
    color: var(--white);
    padding: 82px 0;
}

.page-hero p {
    max-width: 780px;
    color: rgba(255,255,255,.8);
    font-size: 19px;
}

.narrow {
    max-width: 850px;
}

.center {
    text-align: center;
}

.sermon-thumb {
    height: 180px;
    border-radius: 20px;
    background: linear-gradient(135deg, #101828, #1d4ed8);
    color: var(--white);
    display: grid;
    place-items: center;
    font-size: 44px;
}

.date-box {
    display: inline-flex;
    padding: 10px 14px;
    border-radius: 14px;
    background: var(--cream);
    color: #9a640a;
    font-weight: 900;
}

.form-wrap {
    max-width: 760px;
}

.church-form {
    background: var(--white);
    border: 1px solid var(--border);
    border-radius: 28px;
    padding: 28px;
    box-shadow: var(--shadow);
}

.church-form label {
    display: block;
    font-weight: 800;
    margin-bottom: 18px;
}

.church-form input,
.church-form textarea {
    width: 100%;
    margin-top: 8px;
    border: 1px solid var(--border);
    border-radius: 16px;
    padding: 14px 16px;
    font: inherit;
}

.form-note {
    color: var(--text);
    font-size: 14px;
}

.contact-grid {
    display: grid;
    grid-template-columns: .85fr 1.15fr;
    gap: 38px;
}

.site-footer {
    background: #071126;
    color: var(--white);
    padding-top: 60px;
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.4fr 1fr 1fr 1fr;
    gap: 34px;
}

.site-footer p,
.site-footer a {
    color: rgba(255,255,255,.72);
}

.site-footer a {
    display: block;
    margin-bottom: 8px;
}

.footer-bottom {
    border-top: 1px solid rgba(255,255,255,.12);
    margin-top: 40px;
    padding: 18px;
    text-align: center;
}

@media (max-width: 900px) {
    .menu-toggle {
        display: block;
    }

    .main-nav {
        position: absolute;
        left: 16px;
        right: 16px;
        top: 86px;
        background: var(--white);
        border: 1px solid var(--border);
        border-radius: 20px;
        padding: 18px;
        display: none;
        flex-direction: column;
        align-items: stretch;
        box-shadow: var(--shadow);
    }

    .main-nav.open {
        display: flex;
    }

    .hero-grid,
    .split,
    .contact-grid,
    .footer-grid {
        grid-template-columns: 1fr;
    }

    .card-grid.three,
    .card-grid.four {
        grid-template-columns: 1fr;
    }

    .cta-box {
        flex-direction: column;
        align-items: flex-start;
    }
}

.language-switch {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    background: #f2f4f7;
    border: 1px solid var(--border);
    border-radius: 999px;
    padding: 4px;
}

.language-switch a {
    font-size: 12px;
    font-weight: 900;
    padding: 7px 9px;
    border-radius: 999px;
    color: #344054;
}

.language-switch a.current {
    background: var(--blue);
    color: var(--white);
}

.footer-language {
    margin-top: 16px;
}

.footer-language a {
    display: inline-block;
    margin-right: 10px;
    color: var(--gold);
    font-weight: 800;
}

@media (max-width: 900px) {
    .language-switch {
        width: fit-content;
    }
}

/* Premium language dropdown */
.language-dropdown {
    position: relative;
}

.language-button {
    min-height: 42px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border: 1px solid var(--border);
    background: #ffffff;
    color: #344054;
    border-radius: 999px;
    padding: 7px 12px 7px 8px;
    font: inherit;
    font-size: 13px;
    font-weight: 900;
    cursor: pointer;
    box-shadow: 0 10px 24px rgba(16, 24, 40, .08);
}

.lang-icon {
    width: 28px;
    height: 28px;
    display: grid;
    place-items: center;
    border-radius: 999px;
    background: #f2f4f7;
    font-size: 14px;
}

.lang-current {
    line-height: 1;
}

.lang-arrow {
    color: #667085;
    font-size: 12px;
    transform: translateY(-1px);
}

.language-menu {
    position: absolute;
    right: 0;
    top: calc(100% + 10px);
    min-width: 170px;
    background: #ffffff;
    border: 1px solid var(--border);
    border-radius: 18px;
    padding: 8px;
    box-shadow: 0 20px 50px rgba(16, 24, 40, .16);
    display: none;
    z-index: 80;
}

.language-menu.open {
    display: block;
}

.language-menu a {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 11px 12px;
    border-radius: 12px;
    color: #344054;
    font-size: 14px;
    font-weight: 900;
}

.language-menu a:hover {
    background: #f8fafc;
    color: var(--blue);
}

.language-menu a.current {
    background: rgba(29, 78, 216, .1);
    color: var(--blue);
}

.footer-language {
    margin-top: 16px;
}

.footer-language a {
    display: inline-block;
    margin-right: 10px;
    color: var(--gold);
    font-weight: 800;
}

@media (max-width: 900px) {
    .language-dropdown {
        width: fit-content;
        margin-top: 6px;
    }

    .language-menu {
        left: 0;
        right: auto;
    }
}

/* Final navbar language dropdown polish */
.main-nav .language-dropdown {
    margin-left: 2px;
}

.language-button:hover {
    border-color: rgba(29, 78, 216, .35);
    color: var(--blue);
}

.language-button:focus {
    outline: 3px solid rgba(29, 78, 216, .18);
    outline-offset: 2px;
}

.language-menu::before {
    content: "";
    position: absolute;
    top: -7px;
    right: 20px;
    width: 12px;
    height: 12px;
    background: #ffffff;
    border-left: 1px solid var(--border);
    border-top: 1px solid var(--border);
    transform: rotate(45deg);
}

.language-menu a.current::after {
    content: "✓";
    margin-left: auto;
    font-weight: 900;
}

@media (max-width: 900px) {
    .main-nav .language-dropdown {
        margin-left: 0;
        margin-top: 8px;
    }

    .language-button {
        width: 100%;
        justify-content: center;
    }

    .language-menu {
        width: 210px;
    }

    .language-menu::before {
        left: 24px;
        right: auto;
    }
}

/* Final clean language selector */
.language-dropdown {
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
    position: relative !important;
}

.language-select-label {
    font-size: 13px !important;
    font-weight: 900 !important;
    color: #667085 !important;
}

.language-select {
    appearance: none !important;
    -webkit-appearance: none !important;
    min-height: 42px !important;
    min-width: 132px !important;
    border: 1px solid #d0d5dd !important;
    border-radius: 999px !important;
    background-color: #ffffff !important;
    background-image: linear-gradient(45deg, transparent 50%, #667085 50%), linear-gradient(135deg, #667085 50%, transparent 50%) !important;
    background-position: calc(100% - 18px) 17px, calc(100% - 13px) 17px !important;
    background-size: 5px 5px, 5px 5px !important;
    background-repeat: no-repeat !important;
    color: #101828 !important;
    font-size: 14px !important;
    font-weight: 900 !important;
    padding: 8px 36px 8px 15px !important;
    cursor: pointer !important;
    box-shadow: 0 8px 20px rgba(16, 24, 40, .08) !important;
}

.language-select:hover {
    border-color: rgba(29, 78, 216, .45) !important;
}

.language-select:focus {
    outline: 3px solid rgba(29, 78, 216, .16) !important;
    outline-offset: 2px !important;
}

.language-menu,
.language-button,
.language-switch,
.footer-language {
    display: none !important;
}

@media (max-width: 900px) {
    .language-dropdown {
        width: 100% !important;
        justify-content: center !important;
        margin-top: 10px !important;
    }

    .language-select {
        min-width: 170px !important;
    }
}

/* Footer bottom style like Pop C's */
.footer-bottom {
    background: #111111 !important;
    border-top: 1px solid rgba(255,255,255,.08) !important;
    margin-top: 40px !important;
    padding: 14px 16px !important;
    text-align: center !important;
    display: block !important;
}

.footer-bottom p {
    margin: 0 !important;
    color: #ffffff !important;
    font-size: 15px !important;
    font-weight: 400 !important;
    line-height: 1.5 !important;
}

.footer-designed-text {
    margin-left: 4px !important;
}

.footer-vivint-link {
    display: inline-flex !important;
    align-items: center !important;
    vertical-align: middle !important;
    margin-left: 5px !important;
    transform: translateY(-1px) !important;
}

.footer-vivint-logo {
    display: inline-block !important;
    height: 24px !important;
    width: auto !important;
    max-width: 145px !important;
    object-fit: contain !important;
    vertical-align: middle !important;
}

.designed-by {
    display: none !important;
}

@media (max-width: 700px) {
    .footer-bottom p {
        font-size: 14px !important;
    }

    .footer-vivint-link {
        margin-top: 4px !important;
    }

    .footer-vivint-logo {
        height: 22px !important;
    }
}

/* Final fix: keep footer copyright + Vivint Host logo inline */
.footer-bottom {
    background: #111111 !important;
    border-top: 1px solid rgba(255,255,255,.08) !important;
    margin-top: 40px !important;
    padding: 12px 16px !important;
    text-align: center !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}

.footer-bottom p {
    margin: 0 !important;
    color: #ffffff !important;
    font-size: 15px !important;
    font-weight: 400 !important;
    line-height: 1.4 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 5px !important;
    flex-wrap: nowrap !important;
    white-space: nowrap !important;
}

.footer-designed-text {
    margin-left: 0 !important;
    white-space: nowrap !important;
}

.footer-vivint-link {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    vertical-align: middle !important;
    margin-left: 4px !important;
    transform: none !important;
    flex-shrink: 0 !important;
}

.footer-vivint-logo {
    display: block !important;
    height: 23px !important;
    width: auto !important;
    max-width: 145px !important;
    object-fit: contain !important;
}

@media (max-width: 900px) {
    .footer-bottom p {
        white-space: normal !important;
        flex-wrap: wrap !important;
        row-gap: 4px !important;
        font-size: 14px !important;
    }

    .footer-vivint-logo {
        height: 22px !important;
    }
}

/* ICRRE final footer credit - isolated class names */
.site-footer .footer-bottom {
    background: #111111 !important;
    margin-top: 40px !important;
    padding: 12px 16px !important;
    border-top: 1px solid rgba(255,255,255,.08) !important;
    text-align: center !important;
}

.vh-footer-credit-bar {
    width: 100% !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 6px !important;
    flex-wrap: nowrap !important;
    white-space: nowrap !important;
    color: #ffffff !important;
    font-size: 14px !important;
    line-height: 1.2 !important;
}

.vh-footer-copy,
.vh-footer-design {
    display: inline-block !important;
    color: #ffffff !important;
    white-space: nowrap !important;
}

.vh-footer-logo-link {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    line-height: 1 !important;
    margin-left: 3px !important;
    vertical-align: middle !important;
}

.vh-footer-logo {
    display: block !important;
    height: 22px !important;
    width: auto !important;
    max-width: 130px !important;
    object-fit: contain !important;
}

/* Disable old footer credit attempts */
.footer-credit-line,
.footer-credit,
.designed-by,
.footer-designed-text,
.footer-designed-wrap,
.footer-copy,
.footer-designed,
.footer-vivint-link,
.footer-vivint-logo {
    display: none !important;
}

@media (max-width: 700px) {
    .vh-footer-credit-bar {
        flex-wrap: wrap !important;
        white-space: normal !important;
        row-gap: 5px !important;
        font-size: 13px !important;
    }

    .vh-footer-copy {
        width: 100% !important;
    }

    .vh-footer-logo {
        height: 21px !important;
    }
}

/* Fine tune footer Designed by + logo vertical alignment */
.vh-footer-design {
    display: inline-flex !important;
    align-items: center !important;
    line-height: 1 !important;
    transform: translateY(1px) !important;
}

.vh-footer-logo-link {
    display: inline-flex !important;
    align-items: center !important;
    line-height: 1 !important;
    transform: translateY(3px) !important;
}

.vh-footer-logo {
    display: block !important;
    height: 22px !important;
    width: auto !important;
    object-fit: contain !important;
}

/* Tiny footer logo alignment adjustment */
.vh-footer-logo-link {
    transform: translateY(2px) !important;
}

/* Final tiny footer logo adjustment - slightly down */
.vh-footer-logo-link {
    transform: translateY(2.5px) !important;
}

/* Final footer logo alignment - tiny bit lower */
.vh-footer-logo-link {
    transform: translateY(2.8px) !important;
}

/* Footer logo visible alignment adjustment */
.vh-footer-logo-link {
    transform: translateY(4px) !important;
}

.vh-footer-logo {
    transform: translateY(1px) !important;
}

/* Premium footer redesign */
.cta-section {
    background: #0b1324 !important;
    padding: 64px 0 54px !important;
}

.cta-box {
    background: linear-gradient(135deg, #1d4ed8 0%, #123a9c 100%) !important;
    border-radius: 28px !important;
    padding: 42px 44px !important;
    box-shadow: 0 22px 55px rgba(0, 0, 0, .22) !important;
}

.site-footer {
    background: #0b1324 !important;
    color: #ffffff !important;
    padding-top: 54px !important;
}

.footer-grid {
    padding-bottom: 44px !important;
    grid-template-columns: 1.25fr 1fr 1fr 1fr !important;
    gap: 48px !important;
}

.site-footer h3 {
    font-size: 22px !important;
    margin: 0 0 18px !important;
    color: #ffffff !important;
}

.site-footer h4 {
    font-size: 16px !important;
    margin: 0 0 18px !important;
    color: #ffffff !important;
}

.site-footer p,
.site-footer a {
    color: rgba(255, 255, 255, .72) !important;
    font-size: 15px !important;
    line-height: 1.65 !important;
}

.site-footer a:hover {
    color: #ffffff !important;
}

.site-footer strong {
    color: rgba(255, 255, 255, .92) !important;
}

.site-footer .footer-bottom {
    background: #070d19 !important;
    margin-top: 0 !important;
    border-top: 1px solid rgba(255,255,255,.08) !important;
    padding: 13px 16px !important;
}

.vh-footer-credit-bar {
    color: rgba(255,255,255,.92) !important;
    font-size: 14px !important;
    font-weight: 500 !important;
}

.vh-footer-copy,
.vh-footer-design {
    color: rgba(255,255,255,.92) !important;
}

@media (max-width: 900px) {
    .cta-section {
        padding: 46px 0 40px !important;
    }

    .cta-box {
        padding: 32px 26px !important;
    }

    .footer-grid {
        gap: 28px !important;
        padding-bottom: 34px !important;
    }
}

/* Footer color update - match main blue branding */
.site-footer {
    background: linear-gradient(135deg, #1d4ed8 0%, #123a9c 100%) !important;
}

.cta-section {
    background: #0b1324 !important;
}

.site-footer .footer-bottom {
    background: #0f2f7a !important;
    border-top: 1px solid rgba(255,255,255,.16) !important;
}

.footer-grid {
    border-bottom: 1px solid rgba(255,255,255,.10) !important;
}

.site-footer h3,
.site-footer h4 {
    color: #ffffff !important;
}

.site-footer p,
.site-footer a {
    color: rgba(255,255,255,.82) !important;
}

.site-footer a:hover {
    color: #ffffff !important;
}

.site-footer strong {
    color: #ffffff !important;
}

/* Footer redesign using header-style contrast */
.site-footer {
    background: #ffffff !important;
    color: #101828 !important;
    padding-top: 58px !important;
    border-top: 1px solid #e5e7eb !important;
}

.footer-grid {
    padding-bottom: 46px !important;
    border-bottom: 1px solid #e5e7eb !important;
}

.site-footer h3,
.site-footer h4 {
    color: #101828 !important;
}

.site-footer h3 {
    font-size: 22px !important;
    font-weight: 900 !important;
}

.site-footer h4 {
    font-size: 16px !important;
    font-weight: 900 !important;
}

.site-footer p,
.site-footer a {
    color: #475467 !important;
    font-size: 15px !important;
    line-height: 1.65 !important;
}

.site-footer a:hover {
    color: var(--blue) !important;
}

.site-footer strong {
    color: #101828 !important;
}

.site-footer .footer-bottom {
    background: #ffffff !important;
    border-top: 0 !important;
    margin-top: 0 !important;
    padding: 14px 16px !important;
}

.vh-footer-credit-bar {
    color: #344054 !important;
    font-size: 14px !important;
    font-weight: 600 !important;
}

.vh-footer-copy,
.vh-footer-design {
    color: #344054 !important;
}

/* Use dark/normal Vivint logo contrast on light footer */
.vh-footer-logo {
    filter: none !important;
}

/* Small blue accent line above copyright */
.site-footer .footer-bottom::before {
    content: "" !important;
    display: block !important;
    width: 80px !important;
    height: 3px !important;
    background: var(--blue) !important;
    border-radius: 999px !important;
    margin: 0 auto 12px !important;
}

@media (max-width: 900px) {
    .site-footer {
        padding-top: 44px !important;
    }

    .footer-grid {
        padding-bottom: 34px !important;
    }
}

/* Footer redesign using header-style contrast */
.site-footer {
    background: #ffffff !important;
    color: #101828 !important;
    padding-top: 58px !important;
    border-top: 1px solid #e5e7eb !important;
}

.footer-grid {
    padding-bottom: 46px !important;
    border-bottom: 1px solid #e5e7eb !important;
}

.site-footer h3,
.site-footer h4 {
    color: #101828 !important;
}

.site-footer h3 {
    font-size: 22px !important;
    font-weight: 900 !important;
}

.site-footer h4 {
    font-size: 16px !important;
    font-weight: 900 !important;
}

.site-footer p,
.site-footer a {
    color: #475467 !important;
    font-size: 15px !important;
    line-height: 1.65 !important;
}

.site-footer a:hover {
    color: var(--blue) !important;
}

.site-footer strong {
    color: #101828 !important;
}

.site-footer .footer-bottom {
    background: #ffffff !important;
    border-top: 0 !important;
    margin-top: 0 !important;
    padding: 14px 16px !important;
}

.vh-footer-credit-bar {
    color: #344054 !important;
    font-size: 14px !important;
    font-weight: 600 !important;
}

.vh-footer-copy,
.vh-footer-design {
    color: #344054 !important;
}

/* Use dark/normal Vivint logo contrast on light footer */
.vh-footer-logo {
    filter: none !important;
}

/* Small blue accent line above copyright */
.site-footer .footer-bottom::before {
    content: "" !important;
    display: block !important;
    width: 80px !important;
    height: 3px !important;
    background: var(--blue) !important;
    border-radius: 999px !important;
    margin: 0 auto 12px !important;
}

@media (max-width: 900px) {
    .site-footer {
        padding-top: 44px !important;
    }

    .footer-grid {
        padding-bottom: 34px !important;
    }
}

/* Final footer color correction - dark contrast, not white */
.site-footer {
    background: #0b1324 !important;
    color: #ffffff !important;
    padding-top: 58px !important;
    border-top: 0 !important;
}

.footer-grid {
    padding-bottom: 46px !important;
    border-bottom: 1px solid rgba(255,255,255,.12) !important;
}

.site-footer h3,
.site-footer h4 {
    color: #ffffff !important;
}

.site-footer h3 {
    font-size: 22px !important;
    font-weight: 900 !important;
}

.site-footer h4 {
    font-size: 16px !important;
    font-weight: 900 !important;
}

.site-footer p,
.site-footer a {
    color: rgba(255,255,255,.76) !important;
    font-size: 15px !important;
    line-height: 1.65 !important;
}

.site-footer a:hover {
    color: #ffffff !important;
}

.site-footer strong {
    color: #ffffff !important;
}

.site-footer .footer-bottom {
    background: #071126 !important;
    border-top: 1px solid rgba(255,255,255,.10) !important;
    margin-top: 0 !important;
    padding: 14px 16px !important;
}

.site-footer .footer-bottom::before {
    content: "" !important;
    display: block !important;
    width: 80px !important;
    height: 3px !important;
    background: #1d4ed8 !important;
    border-radius: 999px !important;
    margin: 0 auto 12px !important;
}

.vh-footer-credit-bar {
    color: rgba(255,255,255,.92) !important;
    font-size: 14px !important;
    font-weight: 600 !important;
}

.vh-footer-copy,
.vh-footer-design {
    color: rgba(255,255,255,.92) !important;
}

.vh-footer-logo {
    filter: none !important;
}

@media (max-width: 900px) {
    .site-footer {
        padding-top: 44px !important;
    }

    .footer-grid {
        padding-bottom: 34px !important;
    }
}

/* Remove footer blue accent line */
.site-footer .footer-bottom::before {
    display: none !important;
    content: none !important;
}

/* Footer background matched to homepage hero */
.site-footer {
    background:
        radial-gradient(circle at top right, rgba(49, 86, 180, .75), transparent 34%),
        radial-gradient(circle at left center, rgba(13, 44, 112, .75), transparent 40%),
        linear-gradient(135deg, #071126 0%, #0b255f 48%, #1d4ed8 100%) !important;
    color: #ffffff !important;
    border-top: 0 !important;
}

.footer-grid {
    border-bottom: 1px solid rgba(255,255,255,.14) !important;
}

.site-footer h3,
.site-footer h4 {
    color: #ffffff !important;
}

.site-footer p,
.site-footer a {
    color: rgba(255,255,255,.78) !important;
}

.site-footer a:hover {
    color: #ffffff !important;
}

.site-footer strong {
    color: #ffffff !important;
}

.site-footer .footer-bottom {
    background: rgba(5, 12, 28, .68) !important;
    border-top: 1px solid rgba(255,255,255,.12) !important;
    backdrop-filter: blur(12px) !important;
}

.site-footer .footer-bottom::before {
    display: none !important;
    content: none !important;
}

.vh-footer-credit-bar,
.vh-footer-copy,
.vh-footer-design {
    color: rgba(255,255,255,.94) !important;
}

/* Nuestra Fe page */
.faith-section {
    background: #ffffff;
}

.faith-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 22px;
}

.faith-card {
    background: #ffffff;
    border: 1px solid var(--border);
    border-radius: 24px;
    padding: 28px;
    box-shadow: 0 14px 34px rgba(16, 24, 40, .06);
    transition: .2s ease;
}

.faith-card:hover {
    transform: translateY(-3px);
    border-color: rgba(29, 78, 216, .25);
    box-shadow: 0 20px 45px rgba(16, 24, 40, .10);
}

.faith-card span {
    width: 64px;
    height: 64px;
    display: grid;
    place-items: center;
    border-radius: 20px;
    background: linear-gradient(135deg, #f8d57e, #c89b3c);
    color: #ffffff;
    font-size: 30px;
    margin-bottom: 20px;
    box-shadow: 0 10px 25px rgba(200,155,60,.25);
}

.faith-card h3 {
    font-size: 24px;
    margin: 0 0 10px;
    color: var(--navy);
}

.faith-card p {
    margin: 0 0 14px;
    color: var(--text);
}

.faith-card small {
    display: block;
    color: var(--blue);
    font-weight: 800;
    line-height: 1.5;
}

@media (max-width: 900px) {
    .faith-grid {
        grid-template-columns: 1fr;
    }
}

/* Header Nosotros dropdown */
.nav-dropdown {
    position: relative;
    display: inline-flex;
    align-items: center;
}

.nav-dropdown-button {
    border: 0;
    background: transparent;
    color: #344054;
    font: inherit;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    padding: 0;
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

.nav-dropdown-button:hover {
    color: var(--blue);
}

.nav-dropdown-button span {
    font-size: 11px;
    transform: translateY(-1px);
}

.nav-dropdown-menu {
    position: absolute;
    top: calc(100% + 16px);
    left: 0;
    min-width: 210px;
    background: #ffffff;
    border: 1px solid var(--border);
    border-radius: 18px;
    padding: 8px;
    box-shadow: 0 20px 50px rgba(16, 24, 40, .16);
    display: none;
    z-index: 100;
}

.nav-dropdown:hover .nav-dropdown-menu,
.nav-dropdown.open .nav-dropdown-menu {
    display: block;
}

.nav-dropdown-menu::before {
    content: "";
    position: absolute;
    top: -7px;
    left: 24px;
    width: 12px;
    height: 12px;
    background: #ffffff;
    border-left: 1px solid var(--border);
    border-top: 1px solid var(--border);
    transform: rotate(45deg);
}

.nav-dropdown-menu a {
    display: block;
    padding: 11px 13px;
    border-radius: 12px;
    color: #344054 !important;
    font-size: 14px;
    font-weight: 800;
    white-space: nowrap;
}

.nav-dropdown-menu a:hover,
.nav-dropdown-menu a.active {
    background: rgba(29, 78, 216, .10);
    color: var(--blue) !important;
}

@media (max-width: 900px) {
    .nav-dropdown {
        width: 100%;
        display: block;
    }

    .nav-dropdown-button {
        width: 100%;
        justify-content: space-between;
        padding: 8px 0;
    }

    .nav-dropdown-menu {
        position: static;
        display: block;
        box-shadow: none;
        border-radius: 14px;
        margin-top: 6px;
        min-width: 100%;
        background: #f8fafc;
    }

    .nav-dropdown-menu::before {
        display: none;
    }
}

/* Make Nosotros dropdown easier to click */
.nav-dropdown {
    position: relative !important;
}

.nav-dropdown::after {
    content: "" !important;
    position: absolute !important;
    left: 0 !important;
    right: 0 !important;
    top: 100% !important;
    height: 18px !important;
}

.nav-dropdown-menu {
    top: calc(100% + 4px) !important;
}

.nav-dropdown:hover .nav-dropdown-menu,
.nav-dropdown-menu:hover {
    display: block !important;
}

/* Change CTA section background from dark navy to warm cream */
.cta-section {
    background: #fff8ec !important;
}

.cta-box {
    box-shadow: 0 22px 55px rgba(16, 24, 40, .14) !important;
}

/* Modern homepage icons */
.modern-icon {
    width: 58px !important;
    height: 58px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 18px !important;
    background: linear-gradient(135deg, rgba(29, 78, 216, .12), rgba(217, 154, 37, .14)) !important;
    color: var(--blue) !important;
    margin-bottom: 18px !important;
}

.modern-icon svg {
    width: 30px !important;
    height: 30px !important;
    fill: none !important;
    stroke: currentColor !important;
    stroke-width: 1.8 !important;
    stroke-linecap: round !important;
    stroke-linejoin: round !important;
}

.feature-card:hover .modern-icon {
    background: linear-gradient(135deg, var(--blue), #123a9c) !important;
    color: #ffffff !important;
    box-shadow: 0 14px 28px rgba(29, 78, 216, .22) !important;
}

/* Clean homepage mission cards - remove bad oversized icons */
.feature-card {
    position: relative !important;
    overflow: hidden !important;
    padding: 34px 30px !important;
    min-height: 260px !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: flex-end !important;
}

.feature-card::before {
    content: "" !important;
    position: absolute !important;
    top: -60px !important;
    right: -60px !important;
    width: 170px !important;
    height: 170px !important;
    border-radius: 50% !important;
    background: radial-gradient(circle, rgba(29, 78, 216, .12), transparent 70%) !important;
    pointer-events: none !important;
}

.home-card-badge {
    position: absolute !important;
    top: 28px !important;
    left: 30px !important;
    width: 52px !important;
    height: 52px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 18px !important;
    background: linear-gradient(135deg, rgba(29, 78, 216, .10), rgba(217, 154, 37, .18)) !important;
    color: var(--blue) !important;
    font-size: 15px !important;
    font-weight: 900 !important;
    letter-spacing: .04em !important;
    border: 1px solid rgba(29, 78, 216, .12) !important;
}

.feature-card h3 {
    margin-top: 0 !important;
    font-size: 24px !important;
}

.feature-card p {
    font-size: 16px !important;
    line-height: 1.7 !important;
}

.feature-card:hover .home-card-badge {
    background: linear-gradient(135deg, var(--blue), #123a9c) !important;
    color: #ffffff !important;
    box-shadow: 0 14px 28px rgba(29, 78, 216, .22) !important;
}

/* Force-hide previous icon attempts */
.faith-home-icon,
.modern-icon,
.feature-card > span:not(.home-card-badge) {
    display: none !important;
}

/* Final custom homepage icons */
.home-custom-icon {
    position: absolute !important;
    top: 28px !important;
    left: 30px !important;
    width: 72px !important;
    height: 72px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 22px !important;
    background: #ffffff !important;
    box-shadow: 0 14px 34px rgba(16, 24, 40, .08) !important;
    border: 1px solid rgba(29, 78, 216, .10) !important;
}

.home-custom-icon img {
    display: block !important;
    width: 58px !important;
    height: 58px !important;
    object-fit: contain !important;
}

.feature-card {
    min-height: 270px !important;
    padding: 34px 30px !important;
    justify-content: flex-end !important;
}

.feature-card:hover .home-custom-icon {
    transform: translateY(-3px) !important;
    box-shadow: 0 18px 40px rgba(29, 78, 216, .18) !important;
}

/* Hide previous attempts */
.home-card-badge,
.faith-home-icon,
.modern-icon,
.feature-card > span:not(.home-custom-icon) {
    display: none !important;
}

/* FINAL homepage image icons - force visible */
.feature-card .home-custom-icon {
    position: absolute !important;
    top: 28px !important;
    left: 30px !important;
    width: 76px !important;
    height: 76px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 24px !important;
    background: #ffffff !important;
    box-shadow: 0 14px 34px rgba(16, 24, 40, .08) !important;
    border: 1px solid rgba(29, 78, 216, .12) !important;
    z-index: 3 !important;
}

.feature-card .home-custom-icon img {
    display: block !important;
    width: 62px !important;
    height: 62px !important;
    max-width: 62px !important;
    max-height: 62px !important;
    object-fit: contain !important;
    opacity: 1 !important;
    visibility: visible !important;
}

.feature-card:hover .home-custom-icon {
    transform: translateY(-3px) !important;
    box-shadow: 0 18px 40px rgba(29, 78, 216, .18) !important;
}

/* Override old icon hiding rules */
.feature-card > span.home-custom-icon {
    display: flex !important;
}

.feature-card > span.home-custom-icon:not(.home-service-icon),
.feature-card > span.home-custom-icon:not(.home-card-badge),
.feature-card > span.home-custom-icon:not(.faith-home-icon) {
    display: flex !important;
}

/* ICRRE mission icons - final isolated version */
.feature-card {
    position: relative !important;
    overflow: hidden !important;
    padding: 34px 30px !important;
    min-height: 285px !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: flex-end !important;
}

.icrre-mission-icon {
    position: absolute !important;
    top: 30px !important;
    left: 30px !important;
    width: 78px !important;
    height: 78px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: #ffffff !important;
    border: 1px solid rgba(29, 78, 216, .14) !important;
    border-radius: 24px !important;
    box-shadow: 0 14px 34px rgba(16, 24, 40, .08) !important;
    z-index: 10 !important;
    visibility: visible !important;
    opacity: 1 !important;
}

.icrre-mission-icon img {
    display: block !important;
    width: 62px !important;
    height: 62px !important;
    max-width: 62px !important;
    max-height: 62px !important;
    object-fit: contain !important;
    visibility: visible !important;
    opacity: 1 !important;
}

.feature-card:hover .icrre-mission-icon {
    transform: translateY(-3px) !important;
    box-shadow: 0 18px 42px rgba(29, 78, 216, .20) !important;
}

/* Hide old icon attempts only */
.home-custom-icon,
.home-card-badge,
.faith-home-icon,
.modern-icon,
.home-service-icon {
    display: none !important;
}

/* Premium custom mission icons - redesigned */
.icrre-mission-icon {
    position: absolute !important;
    top: 30px !important;
    left: 30px !important;
    width: 82px !important;
    height: 82px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: transparent !important;
    border: 0 !important;
    border-radius: 28px !important;
    box-shadow: 0 18px 38px rgba(29, 78, 216, .22) !important;
    z-index: 10 !important;
    visibility: visible !important;
    opacity: 1 !important;
}

.icrre-mission-icon img {
    display: block !important;
    width: 82px !important;
    height: 82px !important;
    max-width: 82px !important;
    max-height: 82px !important;
    object-fit: contain !important;
}

.feature-card:hover .icrre-mission-icon {
    transform: translateY(-4px) scale(1.02) !important;
    box-shadow: 0 22px 48px rgba(29, 78, 216, .30) !important;
}

.feature-card {
    min-height: 300px !important;
}

/* Final individual mission icons: Adorar, Crecer, Servir */
.icrre-mission-icon {
    position: absolute !important;
    top: 30px !important;
    left: 30px !important;
    width: 74px !important;
    height: 74px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: 0 18px 38px rgba(29, 78, 216, .20) !important;
    border-radius: 22px !important;
    z-index: 10 !important;
}

.icrre-mission-icon img {
    display: block !important;
    width: 74px !important;
    height: 74px !important;
    max-width: 74px !important;
    max-height: 74px !important;
    object-fit: contain !important;
}

.feature-card {
    min-height: 285px !important;
}

.feature-card:hover .icrre-mission-icon {
    transform: translateY(-3px) scale(1.02) !important;
    box-shadow: 0 22px 48px rgba(29, 78, 216, .28) !important;
}

/* Use final PNG mission icons */
.icrre-mission-icon {
    position: absolute !important;
    top: 30px !important;
    left: 30px !important;
    width: 92px !important;
    height: 92px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    z-index: 10 !important;
}

.icrre-mission-icon img {
    display: block !important;
    width: 92px !important;
    height: 92px !important;
    max-width: 92px !important;
    max-height: 92px !important;
    object-fit: contain !important;
}

.feature-card {
    min-height: 300px !important;
}

.feature-card:hover .icrre-mission-icon {
    transform: translateY(-3px) scale(1.02) !important;
}

/* Homepage hero video background */
.hero-video-section {
    position: relative !important;
    overflow: hidden !important;
    background: #071126 !important;
}

.hero-bg-video {
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    z-index: 0 !important;
    opacity: .72 !important;
}

.hero-video-overlay {
    position: absolute !important;
    inset: 0 !important;
    z-index: 1 !important;
    background:
        radial-gradient(circle at top right, rgba(29, 78, 216, .30), transparent 36%),
        linear-gradient(90deg, rgba(7, 17, 38, .94) 0%, rgba(7, 17, 38, .80) 42%, rgba(7, 17, 38, .52) 100%) !important;
}

.hero-video-section .hero-grid {
    position: relative !important;
    z-index: 2 !important;
}

.hero-video-section .hero-card {
    background: rgba(255,255,255,.14) !important;
    border: 1px solid rgba(255,255,255,.24) !important;
    backdrop-filter: blur(18px) !important;
}

@media (max-width: 900px) {
    .hero-bg-video {
        opacity: .55 !important;
    }

    .hero-video-overlay {
        background:
            linear-gradient(180deg, rgba(7, 17, 38, .94) 0%, rgba(7, 17, 38, .82) 100%) !important;
    }
}

/* Hero service/location card icon */
.hero-location-icon {
    background: transparent !important;
    box-shadow: 0 18px 38px rgba(0, 0, 0, .18) !important;
    overflow: visible !important;
}

.hero-location-icon img {
    display: block !important;
    width: 72px !important;
    height: 72px !important;
    object-fit: contain !important;
}

.hero-card:hover .hero-location-icon {
    transform: translateY(-2px) !important;
}

/* Light hero service/location icon */
.hero-location-icon {
    width: 74px !important;
    height: 74px !important;
    background: rgba(255,255,255,.16) !important;
    border: 1px solid rgba(255,255,255,.24) !important;
    border-radius: 24px !important;
    box-shadow: 0 16px 34px rgba(0,0,0,.14) !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    overflow: hidden !important;
}

.hero-location-icon img {
    width: 64px !important;
    height: 64px !important;
    object-fit: contain !important;
    display: block !important;
}

/* Hero contact icons */
.hero-contact-info {
    display: grid !important;
    gap: 14px !important;
}

.hero-contact-item {
    display: grid !important;
    grid-template-columns: 42px 1fr !important;
    gap: 12px !important;
    align-items: flex-start !important;
}

.hero-contact-icon {
    width: 42px !important;
    height: 42px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 14px !important;
    background: #F59E0B !important;
    color: #ffffff !important;
    box-shadow: 0 12px 26px rgba(245, 158, 11, .28) !important;
    flex-shrink: 0 !important;
}

.hero-contact-icon svg {
    width: 22px !important;
    height: 22px !important;
    fill: none !important;
    stroke: currentColor !important;
    stroke-width: 2.2 !important;
    stroke-linecap: round !important;
    stroke-linejoin: round !important;
}

.hero-contact-item p {
    margin: 0 !important;
}

.hero-contact-item strong {
    display: block !important;
    margin-bottom: 3px !important;
}

.hero-contact-item a {
    display: inline-block !important;
}

/* Hero contact icons and address/phone */
.hero-contact-info {
    margin-top: 18px !important;
    padding-top: 18px !important;
    border-top: 1px solid rgba(255,255,255,.18) !important;
    display: grid !important;
    gap: 14px !important;
}

.hero-contact-item {
    display: grid !important;
    grid-template-columns: 42px 1fr !important;
    gap: 12px !important;
    align-items: flex-start !important;
}

.hero-contact-icon {
    width: 42px !important;
    height: 42px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 14px !important;
    background: #F59E0B !important;
    color: #ffffff !important;
    box-shadow: 0 12px 26px rgba(245, 158, 11, .28) !important;
}

.hero-contact-icon svg {
    width: 22px !important;
    height: 22px !important;
    fill: none !important;
    stroke: currentColor !important;
    stroke-width: 2.2 !important;
    stroke-linecap: round !important;
    stroke-linejoin: round !important;
}

.hero-contact-item p {
    margin: 0 !important;
    color: rgba(255,255,255,.84) !important;
}

.hero-contact-item strong {
    display: block !important;
    margin-bottom: 3px !important;
    color: #ffffff !important;
    font-weight: 900 !important;
}

.hero-contact-item a {
    display: inline-block !important;
    color: #F59E0B !important;
    font-weight: 800 !important;
    line-height: 1.5 !important;
}

.hero-contact-item a:hover {
    color: #ffffff !important;
}

/* Dirección map icon polish */
.hero-contact-item:first-child .hero-contact-icon svg {
    width: 24px !important;
    height: 24px !important;
}

/* Green clock icon for service times */
.service-time-line {
    display: inline-flex !important;
    align-items: center !important;
    gap: 7px !important;
}

.service-clock-icon {
    width: 22px !important;
    height: 22px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 999px !important;
    background: #16A34A !important;
    color: #ffffff !important;
    font-size: 12px !important;
    line-height: 1 !important;
    box-shadow: 0 8px 18px rgba(22, 163, 74, .25) !important;
}

/* Clean green clock icon for service times */
.service-time-line {
    display: inline-flex !important;
    align-items: center !important;
    gap: 7px !important;
}

.service-clock-icon {
    position: relative !important;
    width: 22px !important;
    height: 22px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 999px !important;
    background: #16A34A !important;
    box-shadow: 0 8px 18px rgba(22, 163, 74, .25) !important;
    flex-shrink: 0 !important;
}

.service-clock-icon::before {
    content: "" !important;
    width: 12px !important;
    height: 12px !important;
    border: 2px solid #ffffff !important;
    border-radius: 50% !important;
    position: absolute !important;
}

.service-clock-icon::after {
    content: "" !important;
    width: 5px !important;
    height: 5px !important;
    border-left: 2px solid #ffffff !important;
    border-bottom: 2px solid #ffffff !important;
    position: absolute !important;
    transform: translate(1px, -1px) rotate(-45deg) !important;
    transform-origin: bottom left !important;
}

/* Green arrow icon for service times */
.service-time-line {
    display: inline-flex !important;
    align-items: center !important;
    gap: 7px !important;
}

.service-arrow-icon {
    width: 24px !important;
    height: 24px !important;
    min-width: 24px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 999px !important;
    background: rgba(34, 197, 94, .15) !important;
    color: #22C55E !important;
    flex-shrink: 0 !important;
}

.service-arrow-icon svg {
    width: 16px !important;
    height: 16px !important;
    display: block !important;
    fill: none !important;
    stroke: currentColor !important;
    stroke-width: 2.7 !important;
    stroke-linecap: round !important;
    stroke-linejoin: round !important;
}

/* Disable old clock pseudo styling */
.service-clock-icon::before,
.service-clock-icon::after {
    display: none !important;
    content: none !important;
}

/* Make hero card title fit in one line */
.hero-card h2 {
    font-size: 1.45rem !important;
    line-height: 1.15 !important;
    white-space: nowrap !important;
}

/* YouTube icon inside Ver en Vivo button */
.btn-youtube-live {
    display: inline-flex !important;
    align-items: center !important;
    gap: 9px !important;
}

.youtube-live-icon {
    width: 24px !important;
    height: 24px !important;
    min-width: 24px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    color: #ffffff !important;
}

.youtube-live-icon svg {
    width: 24px !important;
    height: 24px !important;
    display: block !important;
    fill: currentColor !important;
}

.youtube-live-icon svg path:last-child {
    fill: #ef4444 !important;
}

/* YouTube button icon: red background with white play */
.youtube-live-icon {
    color: #EF4444 !important;
}

.youtube-live-icon svg path:first-child {
    fill: #EF4444 !important;
}

.youtube-live-icon svg path:last-child {
    fill: #ffffff !important;
}

/* Icons inside hero action buttons */
.btn-sermon,
.btn-podcast {
    display: inline-flex !important;
    align-items: center !important;
    gap: 9px !important;
}

.sermon-icon,
.podcast-icon {
    width: 23px !important;
    height: 23px !important;
    min-width: 23px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 999px !important;
}

.sermon-icon {
    color: #F59E0B !important;
    background: rgba(245, 158, 11, .15) !important;
}

.podcast-icon {
    color: #22C55E !important;
    background: rgba(34, 197, 94, .15) !important;
}

.sermon-icon svg,
.podcast-icon svg {
    width: 17px !important;
    height: 17px !important;
    display: block !important;
    fill: none !important;
    stroke: currentColor !important;
    stroke-width: 2.3 !important;
    stroke-linecap: round !important;
    stroke-linejoin: round !important;
}

/* Make Ver en Vivo button text white */
.btn-youtube-live,
.btn-youtube-live:visited,
.btn-youtube-live:hover,
.btn-youtube-live:focus {
    color: #ffffff !important;
}

.btn-youtube-live span,
.btn-youtube-live svg {
    color: inherit !important;
}

/* Make Ver en Vivo button blue */
.btn-youtube-live,
.btn-youtube-live:visited {
    background: #2563EB !important;
    border-color: #2563EB !important;
    color: #ffffff !important;
    box-shadow: 0 14px 30px rgba(37, 99, 235, .32) !important;
}

.btn-youtube-live:hover,
.btn-youtube-live:focus {
    background: #1D4ED8 !important;
    border-color: #1D4ED8 !important;
    color: #ffffff !important;
    transform: translateY(-1px);
}

/* Nice hover for Ver Prédicas and Podcast buttons */
.btn-sermon,
.btn-podcast {
    transition: all .22s ease !important;
}

.btn-sermon:hover,
.btn-sermon:focus {
    background: rgba(245, 158, 11, .18) !important;
    border-color: rgba(245, 158, 11, .85) !important;
    color: #ffffff !important;
    box-shadow: 0 14px 30px rgba(245, 158, 11, .20) !important;
    transform: translateY(-2px) !important;
}

.btn-sermon:hover .sermon-icon,
.btn-sermon:focus .sermon-icon {
    background: #F59E0B !important;
    color: #ffffff !important;
    transform: scale(1.06) !important;
}

.btn-podcast:hover,
.btn-podcast:focus {
    background: rgba(34, 197, 94, .18) !important;
    border-color: rgba(34, 197, 94, .85) !important;
    color: #ffffff !important;
    box-shadow: 0 14px 30px rgba(34, 197, 94, .20) !important;
    transform: translateY(-2px) !important;
}

.btn-podcast:hover .podcast-icon,
.btn-podcast:focus .podcast-icon {
    background: #22C55E !important;
    color: #ffffff !important;
    transform: scale(1.06) !important;
}

.sermon-icon,
.podcast-icon {
    transition: all .22s ease !important;
}

/* Better hover for Ver en Vivo button */
.btn-youtube-live {
    transition: all .22s ease !important;
}

.btn-youtube-live:hover,
.btn-youtube-live:focus {
    background: #1D4ED8 !important;
    border-color: #60A5FA !important;
    color: #ffffff !important;
    box-shadow: 0 16px 34px rgba(37, 99, 235, .35) !important;
    transform: translateY(-2px) !important;
}

.btn-youtube-live:hover .youtube-live-icon,
.btn-youtube-live:focus .youtube-live-icon {
    transform: scale(1.08) !important;
}

.youtube-live-icon {
    transition: all .22s ease !important;
}

/* Fix sermon cover size inside latest message section */
.sermon-cover-card {
    width: 100% !important;
    aspect-ratio: 16 / 9 !important;
    min-height: 0 !important;
    height: auto !important;
    max-height: 360px !important;
    border-radius: 32px !important;
}

.sermon-cover-card img {
    width: 100% !important;
    height: 100% !important;
    min-height: 0 !important;
    aspect-ratio: 16 / 9 !important;
    object-fit: cover !important;
    object-position: center center !important;
}

.sermon-play-button {
    width: 82px !important;
    height: 82px !important;
}

.sermon-play-button svg {
    width: 34px !important;
    height: 34px !important;
}

.sermon-play-pulse {
    width: 104px !important;
    height: 104px !important;
}

@media (max-width: 768px) {
    .sermon-cover-card {
        max-height: none !important;
        border-radius: 24px !important;
    }

    .sermon-play-button {
        width: 72px !important;
        height: 72px !important;
    }

    .sermon-play-pulse {
        width: 92px !important;
        height: 92px !important;
    }
}

/* Force play button exactly center of sermon cover */
.sermon-cover-card {
    position: relative !important;
}

.sermon-play-wrap {
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    right: auto !important;
    bottom: auto !important;
    width: auto !important;
    height: auto !important;
    inset: auto !important;
    transform: translate(-50%, -50%) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    z-index: 5 !important;
}

.sermon-play-pulse {
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) scale(.84) !important;
}

.sermon-play-button {
    position: relative !important;
    z-index: 6 !important;
}

@keyframes sermonPlayPulse {
    0% {
        transform: translate(-50%, -50%) scale(.84);
        opacity: .75;
    }
    70% {
        transform: translate(-50%, -50%) scale(1.35);
        opacity: 0;
    }
    100% {
        transform: translate(-50%, -50%) scale(1.35);
        opacity: 0;
    }
}

/* FINAL FIX: keep play button centered inside the cover image */
.sermon-cover-card {
    position: relative !important;
    display: block !important;
    width: 100% !important;
    aspect-ratio: 16 / 9 !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    overflow: hidden !important;
    border-radius: 32px !important;
}

.sermon-cover-card img {
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    min-height: 0 !important;
    max-height: none !important;
    object-fit: cover !important;
    object-position: center center !important;
    display: block !important;
}

.sermon-cover-overlay {
    position: absolute !important;
    inset: 0 !important;
    z-index: 2 !important;
}

.sermon-play-wrap {
    position: absolute !important;
    inset: 0 !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    width: 100% !important;
    height: 100% !important;
    transform: none !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    z-index: 5 !important;
}

.sermon-play-pulse {
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    width: 104px !important;
    height: 104px !important;
    margin: -52px 0 0 -52px !important;
    transform: none !important;
    border-radius: 999px !important;
}

.sermon-play-button {
    position: relative !important;
    z-index: 6 !important;
    width: 82px !important;
    height: 82px !important;
    margin: 0 !important;
    transform: none !important;
}

.sermon-play-button svg {
    width: 34px !important;
    height: 34px !important;
}

.sermon-cover-card:hover .sermon-play-button {
    transform: scale(1.08) !important;
}

/* Pulse animation centered correctly */
@keyframes sermonPlayPulse {
    0% {
        transform: scale(.84);
        opacity: .75;
    }
    70% {
        transform: scale(1.35);
        opacity: 0;
    }
    100% {
        transform: scale(1.35);
        opacity: 0;
    }
}

/* Premium play button effect for sermon cover */
.sermon-play-wrap {
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    z-index: 20 !important;
    pointer-events: none !important;
}

.sermon-play-button {
    position: relative !important;
    width: 96px !important;
    height: 96px !important;
    border-radius: 50% !important;
    background: #ffffff !important;
    color: #2563EB !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    box-shadow:
        0 0 0 12px rgba(255, 255, 255, .18),
        0 0 0 24px rgba(245, 158, 11, .14),
        0 24px 55px rgba(0, 0, 0, .35) !important;
    z-index: 25 !important;
    transition: all .28s ease !important;
}

.sermon-play-button::before {
    content: "" !important;
    position: absolute !important;
    inset: -18px !important;
    border-radius: 50% !important;
    border: 2px solid rgba(245, 158, 11, .70) !important;
    animation: premiumPlayRing 1.8s ease-out infinite !important;
}

.sermon-play-button::after {
    content: "" !important;
    position: absolute !important;
    inset: -34px !important;
    border-radius: 50% !important;
    background: rgba(245, 158, 11, .16) !important;
    animation: premiumPlayGlow 1.8s ease-out infinite !important;
    z-index: -1 !important;
}

.sermon-play-button svg {
    width: 42px !important;
    height: 42px !important;
    margin-left: 6px !important;
    display: block !important;
    fill: currentColor !important;
    color: #2563EB !important;
    z-index: 30 !important;
}

.sermon-play-button svg path {
    fill: currentColor !important;
}

.sermon-play-pulse {
    display: none !important;
}

.sermon-cover-card:hover .sermon-play-button {
    transform: scale(1.08) !important;
    color: #F59E0B !important;
    box-shadow:
        0 0 0 12px rgba(255, 255, 255, .22),
        0 0 0 26px rgba(245, 158, 11, .22),
        0 28px 65px rgba(0, 0, 0, .42) !important;
}

.sermon-cover-card:hover .sermon-play-button svg {
    color: #F59E0B !important;
}

@keyframes premiumPlayRing {
    0% {
        transform: scale(.78);
        opacity: .95;
    }
    70% {
        transform: scale(1.42);
        opacity: 0;
    }
    100% {
        transform: scale(1.42);
        opacity: 0;
    }
}

@keyframes premiumPlayGlow {
    0% {
        transform: scale(.78);
        opacity: .85;
    }
    70% {
        transform: scale(1.35);
        opacity: 0;
    }
    100% {
        transform: scale(1.35);
        opacity: 0;
    }
}

/* Red play button with white arrow */
.sermon-play-button {
    background: #EF4444 !important;
    color: #ffffff !important;
    box-shadow:
        0 0 0 12px rgba(239, 68, 68, .20),
        0 0 0 24px rgba(239, 68, 68, .12),
        0 24px 55px rgba(0, 0, 0, .35) !important;
}

.sermon-play-button svg,
.sermon-play-button svg path {
    color: #ffffff !important;
    fill: #ffffff !important;
}

.sermon-play-button::before {
    border-color: rgba(239, 68, 68, .70) !important;
}

.sermon-play-button::after {
    background: rgba(239, 68, 68, .18) !important;
}

.sermon-cover-card:hover .sermon-play-button {
    background: #DC2626 !important;
    color: #ffffff !important;
    box-shadow:
        0 0 0 12px rgba(239, 68, 68, .24),
        0 0 0 26px rgba(239, 68, 68, .18),
        0 28px 65px rgba(0, 0, 0, .42) !important;
}

.sermon-cover-card:hover .sermon-play-button svg,
.sermon-cover-card:hover .sermon-play-button svg path {
    color: #ffffff !important;
    fill: #ffffff !important;
}

/* Make play arrow bigger inside sermon cover button */
.sermon-play-button svg {
    width: 48px !important;
    height: 48px !important;
    margin-left: 7px !important;
}

.sermon-play-button svg path {
    fill: #ffffff !important;
}

/* Slightly smaller red play circle, keep arrow strong */
.sermon-play-button {
    width: 78px !important;
    height: 78px !important;
}

.sermon-play-button svg {
    width: 44px !important;
    height: 44px !important;
    margin-left: 6px !important;
}

.sermon-play-button::before {
    inset: -15px !important;
}

.sermon-play-button::after {
    inset: -28px !important;
}

/* Sermon cover bottom-left information overlay */
.sermon-cover-info {
    position: absolute !important;
    left: 28px !important;
    bottom: 24px !important;
    z-index: 12 !important;
    max-width: 58% !important;
    display: grid !important;
    gap: 5px !important;
    padding: 18px 20px !important;
    border-radius: 22px !important;
    background: rgba(7, 17, 38, .62) !important;
    border: 1px solid rgba(255, 255, 255, .14) !important;
    box-shadow: 0 18px 45px rgba(0, 0, 0, .24) !important;
    backdrop-filter: blur(12px) !important;
    -webkit-backdrop-filter: blur(12px) !important;
    color: rgba(255, 255, 255, .92) !important;
    font-size: 14px !important;
    line-height: 1.35 !important;
}

.sermon-cover-info span {
    display: block !important;
}

.sermon-cover-info strong {
    color: #ffffff !important;
    font-weight: 900 !important;
}

.sermon-format-badge {
    width: fit-content !important;
    margin-bottom: 4px !important;
    padding: 5px 11px !important;
    border-radius: 999px !important;
    background: #F59E0B !important;
    color: #071126 !important;
    font-size: 12px !important;
    font-weight: 900 !important;
    text-transform: uppercase !important;
    letter-spacing: .08em !important;
}

/* Keep play button centered and above the cover */
.sermon-play-wrap {
    z-index: 20 !important;
}

/* Mobile adjustment */
@media (max-width: 768px) {
    .sermon-cover-info {
        left: 16px !important;
        right: 16px !important;
        bottom: 16px !important;
        max-width: none !important;
        padding: 14px 15px !important;
        font-size: 12px !important;
        border-radius: 18px !important;
    }

    .sermon-format-badge {
        font-size: 11px !important;
        padding: 4px 9px !important;
    }
}

/* Move play button next to AUDIO badge inside sermon info */
.sermon-cover-topline {
    display: flex !important;
    align-items: center !important;
    gap: 14px !important;
    margin-bottom: 12px !important;
}

.sermon-cover-topline .sermon-format-badge {
    margin-bottom: 0 !important;
}

.sermon-mini-play {
    position: relative !important;
    width: 48px !important;
    height: 48px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex-shrink: 0 !important;
}

.sermon-mini-button {
    position: relative !important;
    z-index: 3 !important;
    width: 42px !important;
    height: 42px !important;
    border-radius: 999px !important;
    background: #EF4444 !important;
    color: #ffffff !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    box-shadow:
        0 0 0 8px rgba(239, 68, 68, .18),
        0 12px 28px rgba(0, 0, 0, .30) !important;
    transition: all .22s ease !important;
}

.sermon-mini-button svg {
    width: 27px !important;
    height: 27px !important;
    margin-left: 4px !important;
    display: block !important;
    fill: #ffffff !important;
}

.sermon-mini-button svg path {
    fill: #ffffff !important;
}

.sermon-mini-ring {
    position: absolute !important;
    inset: 0 !important;
    border-radius: 999px !important;
    border: 2px solid rgba(239, 68, 68, .65) !important;
    animation: sermonMiniPlayPulse 1.7s ease-out infinite !important;
}

.sermon-cover-card:hover .sermon-mini-button {
    transform: scale(1.07) !important;
    background: #DC2626 !important;
}

/* Hide the old centered play button if any old CSS still tries to show it */
.sermon-play-wrap {
    display: none !important;
}

@keyframes sermonMiniPlayPulse {
    0% {
        transform: scale(.82);
        opacity: .85;
    }
    70% {
        transform: scale(1.35);
        opacity: 0;
    }
    100% {
        transform: scale(1.35);
        opacity: 0;
    }
}

/* FINAL sermon audio cover layout */
.sermon-audio-card {
    position: relative !important;
    display: block !important;
    width: 100% !important;
    aspect-ratio: 16 / 9 !important;
    overflow: hidden !important;
    border-radius: 32px !important;
    box-shadow: 0 28px 70px rgba(7, 17, 38, .20) !important;
}

.sermon-audio-card img {
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center center !important;
    display: block !important;
}

.sermon-audio-card .sermon-cover-overlay {
    position: absolute !important;
    inset: 0 !important;
    z-index: 2 !important;
    background:
        linear-gradient(90deg, rgba(7,17,38,.50), rgba(7,17,38,.08)),
        linear-gradient(180deg, rgba(7,17,38,.03), rgba(7,17,38,.28)) !important;
}

.sermon-audio-card .sermon-cover-info {
    position: absolute !important;
    left: 28px !important;
    bottom: 24px !important;
    z-index: 10 !important;
    width: min(520px, calc(100% - 56px)) !important;
    max-width: 62% !important;
    display: grid !important;
    gap: 6px !important;
    padding: 18px 20px 19px !important;
    border-radius: 22px !important;
    background: rgba(7, 17, 38, .68) !important;
    border: 1px solid rgba(255, 255, 255, .16) !important;
    box-shadow: 0 18px 45px rgba(0, 0, 0, .26) !important;
    backdrop-filter: blur(12px) !important;
    -webkit-backdrop-filter: blur(12px) !important;
    color: rgba(255, 255, 255, .94) !important;
    font-size: 14px !important;
    line-height: 1.35 !important;
}

.sermon-audio-card .sermon-cover-info span {
    display: block !important;
}

.sermon-audio-card .sermon-cover-info strong {
    color: #ffffff !important;
    font-weight: 900 !important;
}

.sermon-audio-card .sermon-cover-topline {
    display: flex !important;
    align-items: center !important;
    gap: 18px !important;
    margin-bottom: 10px !important;
}

.sermon-audio-card .sermon-format-badge {
    margin: 0 !important;
    padding: 6px 13px !important;
    border-radius: 999px !important;
    background: #F59E0B !important;
    color: #071126 !important;
    font-size: 12px !important;
    font-weight: 900 !important;
    text-transform: uppercase !important;
    letter-spacing: .08em !important;
}

/* Small red play button beside AUDIO */
.sermon-audio-card .sermon-mini-play {
    position: relative !important;
    width: 46px !important;
    height: 46px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex-shrink: 0 !important;
}

.sermon-audio-card .sermon-mini-button {
    position: relative !important;
    z-index: 3 !important;
    width: 40px !important;
    height: 40px !important;
    border-radius: 999px !important;
    background: #EF4444 !important;
    color: #ffffff !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    box-shadow:
        0 0 0 7px rgba(239, 68, 68, .18),
        0 12px 28px rgba(0, 0, 0, .30) !important;
    transition: all .22s ease !important;
}

.sermon-audio-card .sermon-mini-button svg {
    width: 25px !important;
    height: 25px !important;
    margin-left: 4px !important;
    display: block !important;
    fill: #ffffff !important;
}

.sermon-audio-card .sermon-mini-button svg path {
    fill: #ffffff !important;
}

.sermon-audio-card .sermon-mini-ring {
    position: absolute !important;
    inset: 0 !important;
    border-radius: 999px !important;
    border: 2px solid rgba(239, 68, 68, .65) !important;
    animation: sermonMiniPlayPulseClean 1.7s ease-out infinite !important;
}

.sermon-audio-card:hover .sermon-mini-button {
    transform: scale(1.08) !important;
    background: #DC2626 !important;
}

/* Kill old centered/floating play button */
.sermon-play-wrap,
.sermon-play-button,
.sermon-play-pulse {
    display: none !important;
}

@keyframes sermonMiniPlayPulseClean {
    0% {
        transform: scale(.82);
        opacity: .85;
    }
    70% {
        transform: scale(1.35);
        opacity: 0;
    }
    100% {
        transform: scale(1.35);
        opacity: 0;
    }
}

@media (max-width: 768px) {
    .sermon-audio-card .sermon-cover-info {
        left: 16px !important;
        right: 16px !important;
        bottom: 16px !important;
        width: auto !important;
        max-width: none !important;
        padding: 14px 15px !important;
        font-size: 12px !important;
    }
}

/* AUDIO + PLAY badges inside sermon cover info */
.sermon-cover-topline {
    display: flex !important;
    align-items: center !important;
    gap: 16px !important;
    margin-bottom: 12px !important;
}

.sermon-format-badge {
    margin: 0 !important;
    padding: 6px 13px !important;
    border-radius: 999px !important;
    background: #F59E0B !important;
    color: #071126 !important;
    font-size: 12px !important;
    font-weight: 900 !important;
    text-transform: uppercase !important;
    letter-spacing: .08em !important;
}

.sermon-play-badge {
    position: relative !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 6px 15px !important;
    min-height: 30px !important;
    border-radius: 999px !important;
    background: #EF4444 !important;
    color: #ffffff !important;
    font-size: 12px !important;
    font-weight: 900 !important;
    text-transform: uppercase !important;
    letter-spacing: .08em !important;
    box-shadow:
        0 0 0 7px rgba(239, 68, 68, .16),
        0 12px 28px rgba(0, 0, 0, .28) !important;
    overflow: visible !important;
}

.sermon-play-badge-text {
    position: relative !important;
    z-index: 3 !important;
}

.sermon-play-badge-ring {
    position: absolute !important;
    inset: -7px !important;
    border-radius: 999px !important;
    border: 2px solid rgba(239, 68, 68, .70) !important;
    animation: sermonPlayBadgePulse 1.7s ease-out infinite !important;
    z-index: 1 !important;
}

.sermon-cover-card:hover .sermon-play-badge {
    background: #DC2626 !important;
    transform: translateY(-1px) scale(1.04) !important;
}

/* Hide old play icon/button styles if they remain in CSS */
.sermon-play-wrap,
.sermon-play-button,
.sermon-play-pulse,
.sermon-mini-play,
.sermon-mini-button,
.sermon-mini-ring {
    display: none !important;
}

@keyframes sermonPlayBadgePulse {
    0% {
        transform: scale(.88);
        opacity: .85;
    }
    70% {
        transform: scale(1.30);
        opacity: 0;
    }
    100% {
        transform: scale(1.30);
        opacity: 0;
    }
}

/* FINAL FIX: AUDIO and PLAY badges side by side */
.sermon-cover-info .sermon-cover-topline {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 14px !important;
    margin-bottom: 14px !important;
    width: auto !important;
}

.sermon-cover-info .sermon-cover-topline,
.sermon-cover-info .sermon-cover-topline span {
    width: auto !important;
    max-width: fit-content !important;
}

.sermon-cover-info .sermon-format-badge,
.sermon-cover-info .sermon-play-badge,
.sermon-cover-info .sermon-play-badge-text {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: auto !important;
    max-width: none !important;
    white-space: nowrap !important;
}

.sermon-cover-info .sermon-format-badge {
    padding: 7px 14px !important;
    border-radius: 999px !important;
    background: #F59E0B !important;
    color: #071126 !important;
    font-size: 12px !important;
    font-weight: 900 !important;
    letter-spacing: .08em !important;
    text-transform: uppercase !important;
}

.sermon-cover-info .sermon-play-badge {
    position: relative !important;
    padding: 7px 16px !important;
    min-height: 32px !important;
    border-radius: 999px !important;
    background: #EF4444 !important;
    color: #ffffff !important;
    font-size: 12px !important;
    font-weight: 900 !important;
    letter-spacing: .08em !important;
    text-transform: uppercase !important;
    box-shadow:
        0 0 0 6px rgba(239, 68, 68, .16),
        0 10px 24px rgba(0, 0, 0, .25) !important;
    overflow: visible !important;
    transform: none !important;
}

.sermon-cover-info .sermon-play-badge-text {
    position: relative !important;
    z-index: 3 !important;
}

.sermon-cover-info .sermon-play-badge-ring {
    position: absolute !important;
    inset: -6px !important;
    width: auto !important;
    height: auto !important;
    max-width: none !important;
    border-radius: 999px !important;
    border: 2px solid rgba(239, 68, 68, .65) !important;
    animation: sermonPlayBadgePulseCleanFinal 1.7s ease-out infinite !important;
    pointer-events: none !important;
}

.sermon-cover-card:hover .sermon-play-badge {
    background: #DC2626 !important;
    transform: translateY(-1px) !important;
}

/* Keep normal info lines as block */
.sermon-cover-info > span:not(.sermon-cover-topline) {
    display: block !important;
}

@keyframes sermonPlayBadgePulseCleanFinal {
    0% {
        transform: scale(.90);
        opacity: .85;
    }
    70% {
        transform: scale(1.25);
        opacity: 0;
    }
    100% {
        transform: scale(1.25);
        opacity: 0;
    }
}

/* FINAL clean AUDIO + PLAY row */
.sermon-audio-card .sermon-cover-info {
    position: absolute !important;
    left: 28px !important;
    bottom: 24px !important;
    z-index: 20 !important;
    width: min(520px, calc(100% - 56px)) !important;
    max-width: 62% !important;
    display: block !important;
    padding: 18px 20px 19px !important;
    border-radius: 22px !important;
    background: rgba(7, 17, 38, .68) !important;
    border: 1px solid rgba(255, 255, 255, .16) !important;
    box-shadow: 0 18px 45px rgba(0, 0, 0, .26) !important;
    backdrop-filter: blur(12px) !important;
    -webkit-backdrop-filter: blur(12px) !important;
    color: rgba(255, 255, 255, .94) !important;
    font-size: 14px !important;
    line-height: 1.35 !important;
}

.sermon-audio-card .sermon-cover-topline {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 16px !important;
    width: 100% !important;
    margin: 0 0 14px 0 !important;
}

.sermon-audio-card .sermon-format-badge,
.sermon-audio-card .sermon-play-badge {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: auto !important;
    max-width: none !important;
    white-space: nowrap !important;
    flex: 0 0 auto !important;
    border-radius: 999px !important;
    font-size: 12px !important;
    font-weight: 900 !important;
    text-transform: uppercase !important;
    letter-spacing: .08em !important;
    line-height: 1 !important;
}

.sermon-audio-card .sermon-format-badge {
    padding: 7px 14px !important;
    background: #F59E0B !important;
    color: #071126 !important;
}

.sermon-audio-card .sermon-play-badge {
    position: relative !important;
    padding: 7px 16px !important;
    background: #EF4444 !important;
    color: #ffffff !important;
    box-shadow:
        0 0 0 6px rgba(239, 68, 68, .16),
        0 10px 24px rgba(0, 0, 0, .25) !important;
    overflow: visible !important;
}

.sermon-audio-card .sermon-play-badge::before {
    content: "" !important;
    position: absolute !important;
    inset: -6px !important;
    border-radius: 999px !important;
    border: 2px solid rgba(239, 68, 68, .65) !important;
    animation: sermonPlayBadgePulseFixed 1.7s ease-out infinite !important;
    pointer-events: none !important;
}

.sermon-audio-card .sermon-play-badge-text {
    position: relative !important;
    z-index: 2 !important;
    display: inline !important;
}

.sermon-audio-card .sermon-info-line {
    display: block !important;
    margin-top: 6px !important;
    color: rgba(255, 255, 255, .94) !important;
}

.sermon-audio-card .sermon-info-line strong {
    color: #ffffff !important;
    font-weight: 900 !important;
}

/* Kill old play/ring pieces */
.sermon-play-wrap,
.sermon-play-button,
.sermon-play-pulse,
.sermon-mini-play,
.sermon-mini-button,
.sermon-mini-ring,
.sermon-play-badge-ring {
    display: none !important;
}

@keyframes sermonPlayBadgePulseFixed {
    0% {
        transform: scale(.88);
        opacity: .85;
    }
    70% {
        transform: scale(1.28);
        opacity: 0;
    }
    100% {
        transform: scale(1.28);
        opacity: 0;
    }
}

/* Bigger separator dot for Bible reference */
.bible-ref-dot {
    display: inline-block !important;
    margin: 0 7px !important;
    color: #F59E0B !important;
    font-size: 20px !important;
    line-height: 0 !important;
    vertical-align: middle !important;
    transform: translateY(-1px) !important;
}

/* Keep Bible reference clean on one line */
.sermon-bible-line {
    white-space: nowrap !important;
}

.sermon-bible-ref {
    white-space: nowrap !important;
}

.bible-ref-dot {
    display: inline-block !important;
    margin: 0 5px !important;
    color: #F59E0B !important;
    font-size: 17px !important;
    line-height: 1 !important;
    vertical-align: middle !important;
    transform: translateY(-1px) !important;
}

/* FINAL FIX: sermon info width and Bible reference one-line */
.sermon-audio-card .sermon-cover-info,
.sermon-cover-card .sermon-cover-info {
    width: 590px !important;
    max-width: 68% !important;
    left: 28px !important;
    bottom: 24px !important;
    padding: 18px 20px 19px !important;
    font-size: 14px !important;
    line-height: 1.38 !important;
}

.sermon-info-line {
    display: block !important;
    margin-top: 6px !important;
    white-space: normal !important;
}

.sermon-bible-line {
    white-space: nowrap !important;
    overflow: visible !important;
}

.sermon-bible-ref {
    display: inline !important;
    white-space: nowrap !important;
}

.bible-ref-dot {
    display: inline-block !important;
    margin: 0 6px !important;
    color: #F59E0B !important;
    font-size: 18px !important;
    line-height: 1 !important;
    vertical-align: middle !important;
    transform: translateY(-1px) !important;
}

/* Keep AUDIO and PLAY next to each other */
.sermon-cover-topline {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    gap: 16px !important;
    margin-bottom: 14px !important;
}

@media (max-width: 768px) {
    .sermon-audio-card .sermon-cover-info,
    .sermon-cover-card .sermon-cover-info {
        width: auto !important;
        max-width: none !important;
        left: 16px !important;
        right: 16px !important;
        font-size: 12px !important;
    }

    .sermon-bible-line {
        white-space: normal !important;
    }
}

/* REAL FIX: make sermon info box wide enough for Bible reference */
.sermon-audio-card .sermon-cover-info,
.sermon-cover-card .sermon-cover-info {
    width: calc(100% - 56px) !important;
    max-width: 610px !important;
    left: 28px !important;
    right: auto !important;
    bottom: 24px !important;
    box-sizing: border-box !important;
}

.sermon-audio-card .sermon-bible-line,
.sermon-cover-card .sermon-bible-line {
    display: block !important;
    white-space: nowrap !important;
    overflow: visible !important;
}

.sermon-audio-card .sermon-bible-ref,
.sermon-cover-card .sermon-bible-ref {
    display: inline !important;
    white-space: nowrap !important;
}

.sermon-audio-card .bible-ref-dot,
.sermon-cover-card .bible-ref-dot {
    display: inline-block !important;
    margin: 0 7px !important;
    color: #F59E0B !important;
    font-size: 18px !important;
    line-height: 1 !important;
    vertical-align: middle !important;
    transform: translateY(-1px) !important;
}

/* Keep text slightly tighter so it stays clean */
.sermon-audio-card .sermon-info-line,
.sermon-cover-card .sermon-info-line {
    font-size: 13.5px !important;
    line-height: 1.35 !important;
}

/* FORCE Bible reference to stay on one line */
.sermon-audio-card .sermon-bible-line,
.sermon-cover-card .sermon-bible-line {
    display: block !important;
    white-space: nowrap !important;
    overflow: visible !important;
    font-size: 12.2px !important;
    line-height: 1.2 !important;
    letter-spacing: -0.2px !important;
}

.sermon-audio-card .sermon-bible-line strong,
.sermon-cover-card .sermon-bible-line strong {
    display: inline !important;
    white-space: nowrap !important;
}

.sermon-audio-card .sermon-bible-ref,
.sermon-cover-card .sermon-bible-ref {
    display: inline !important;
    white-space: nowrap !important;
}

.sermon-audio-card .bible-ref-dot,
.sermon-cover-card .bible-ref-dot {
    display: inline-block !important;
    margin: 0 5px !important;
    color: #F59E0B !important;
    font-size: 15px !important;
    line-height: 1 !important;
    vertical-align: middle !important;
    transform: translateY(-1px) !important;
}

/* REAL FIX: stop Bible reference spans from becoming block elements */
.sermon-audio-card .sermon-cover-info .sermon-bible-ref,
.sermon-cover-card .sermon-cover-info .sermon-bible-ref {
    display: inline !important;
    white-space: nowrap !important;
}

.sermon-audio-card .sermon-cover-info .bible-ref-dot,
.sermon-cover-card .sermon-cover-info .bible-ref-dot {
    display: inline-block !important;
    margin: 0 6px !important;
    color: #F59E0B !important;
    font-size: 17px !important;
    line-height: 1 !important;
    vertical-align: middle !important;
    transform: translateY(-1px) !important;
}

.sermon-audio-card .sermon-cover-info .sermon-bible-line,
.sermon-cover-card .sermon-cover-info .sermon-bible-line {
    display: block !important;
    white-space: nowrap !important;
    font-size: 12.5px !important;
    letter-spacing: -0.2px !important;
}

.sermon-audio-card .sermon-cover-info .sermon-bible-line strong,
.sermon-cover-card .sermon-cover-info .sermon-bible-line strong {
    display: inline !important;
    white-space: nowrap !important;
}

/* FINAL position: keep sermon info on left, do not cover face */
.sermon-audio-card .sermon-cover-info,
.sermon-cover-card .sermon-cover-info {
    width: 440px !important;
    max-width: 52% !important;
    left: 28px !important;
    bottom: 24px !important;
    right: auto !important;
    padding: 18px 20px 19px !important;
    box-sizing: border-box !important;
}

/* Keep Bible line clean inside smaller info card */
.sermon-audio-card .sermon-cover-info .sermon-bible-line,
.sermon-cover-card .sermon-cover-info .sermon-bible-line {
    display: block !important;
    white-space: nowrap !important;
    font-size: 12px !important;
    letter-spacing: -0.35px !important;
    line-height: 1.25 !important;
}

.sermon-audio-card .sermon-cover-info .sermon-bible-ref,
.sermon-cover-card .sermon-cover-info .sermon-bible-ref {
    display: inline !important;
    white-space: nowrap !important;
}

.sermon-audio-card .sermon-cover-info .bible-ref-dot,
.sermon-cover-card .sermon-cover-info .bible-ref-dot {
    display: inline-block !important;
    margin: 0 5px !important;
    font-size: 15px !important;
    color: #F59E0B !important;
    vertical-align: middle !important;
    transform: translateY(-1px) !important;
}

/* Slightly tighten the info lines */
.sermon-audio-card .sermon-info-line,
.sermon-cover-card .sermon-info-line {
    font-size: 13px !important;
    line-height: 1.35 !important;
}

/* Mobile stays full width */
@media (max-width: 768px) {
    .sermon-audio-card .sermon-cover-info,
    .sermon-cover-card .sermon-cover-info {
        width: auto !important;
        max-width: none !important;
        left: 16px !important;
        right: 16px !important;
        bottom: 16px !important;
        font-size: 12px !important;
    }

    .sermon-audio-card .sermon-cover-info .sermon-bible-line,
    .sermon-cover-card .sermon-cover-info .sermon-bible-line {
        white-space: normal !important;
        font-size: 12px !important;
    }
}

/* Move PLAY text slightly down inside button */
.sermon-play-badge-text {
    transform: translateY(1.5px) !important;
    line-height: 1 !important;
}

/* Move PLAY text a little more down */
.sermon-play-badge-text {
    transform: translateY(3px) !important;
    line-height: 1 !important;
}

/* Premium audio modal experience */
.sermon-audio-modal {
    position: fixed !important;
    inset: 0 !important;
    z-index: 9999 !important;
    display: none !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 24px !important;
}

.sermon-audio-modal.is-open {
    display: flex !important;
}

.sermon-audio-modal-backdrop {
    position: absolute !important;
    inset: 0 !important;
    background: rgba(7, 17, 38, .72) !important;
    backdrop-filter: blur(10px) !important;
    -webkit-backdrop-filter: blur(10px) !important;
}

.sermon-audio-modal-card {
    position: relative !important;
    z-index: 2 !important;
    width: min(980px, 100%) !important;
    display: grid !important;
    grid-template-columns: .95fr 1.05fr !important;
    overflow: hidden !important;
    border-radius: 34px !important;
    background: #ffffff !important;
    box-shadow: 0 35px 95px rgba(0, 0, 0, .38) !important;
}

.sermon-audio-modal-close {
    position: absolute !important;
    top: 18px !important;
    right: 18px !important;
    z-index: 5 !important;
    width: 42px !important;
    height: 42px !important;
    border: 0 !important;
    border-radius: 999px !important;
    background: rgba(7, 17, 38, .78) !important;
    color: #ffffff !important;
    font-size: 28px !important;
    line-height: 1 !important;
    cursor: pointer !important;
}

.sermon-audio-modal-cover {
    position: relative !important;
    min-height: 430px !important;
    background: #071126 !important;
}

.sermon-audio-modal-cover img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    display: block !important;
}

.sermon-audio-modal-cover::after {
    content: "" !important;
    position: absolute !important;
    inset: 0 !important;
    background: linear-gradient(180deg, rgba(7,17,38,.05), rgba(7,17,38,.45)) !important;
}

.sermon-modal-badge {
    position: absolute !important;
    left: 22px !important;
    bottom: 22px !important;
    z-index: 2 !important;
    padding: 8px 15px !important;
    border-radius: 999px !important;
    background: #F59E0B !important;
    color: #071126 !important;
    font-size: 12px !important;
    font-weight: 900 !important;
    text-transform: uppercase !important;
    letter-spacing: .08em !important;
}

.sermon-audio-modal-content {
    padding: 46px 42px 38px !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
}

.sermon-audio-modal-content h3 {
    margin: 0 0 18px !important;
    color: #071126 !important;
    font-size: clamp(28px, 4vw, 42px) !important;
    line-height: 1.08 !important;
    font-weight: 900 !important;
}

.sermon-modal-meta {
    display: grid !important;
    gap: 9px !important;
    margin-bottom: 24px !important;
    color: #334155 !important;
    font-size: 15px !important;
}

.sermon-modal-meta strong {
    color: #071126 !important;
    font-weight: 900 !important;
}

.sermon-modal-audio {
    width: 100% !important;
    height: 46px !important;
    margin-bottom: 20px !important;
}

.sermon-modal-actions {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 12px !important;
}

.sermon-download-link,
.sermon-more-link {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 11px 16px !important;
    border-radius: 999px !important;
    font-size: 14px !important;
    font-weight: 900 !important;
    text-decoration: none !important;
}

.sermon-download-link {
    background: #2563EB !important;
    color: #ffffff !important;
}

.sermon-more-link {
    background: #F1F5F9 !important;
    color: #071126 !important;
}

body.sermon-modal-open {
    overflow: hidden !important;
}

@media (max-width: 820px) {
    .sermon-audio-modal-card {
        grid-template-columns: 1fr !important;
        max-height: 92vh !important;
        overflow-y: auto !important;
    }

    .sermon-audio-modal-cover {
        min-height: 260px !important;
    }

    .sermon-audio-modal-content {
        padding: 30px 24px 26px !important;
    }
}

/* Fix sermon modal cover crop so face shows better */
.sermon-audio-modal-cover img {
    object-position: 72% center !important;
}

/* Give the image side a little more room */
.sermon-audio-modal-card {
    grid-template-columns: 1.12fr .88fr !important;
}

@media (max-width: 820px) {
    .sermon-audio-modal-card {
        grid-template-columns: 1fr !important;
    }

    .sermon-audio-modal-cover img {
        object-position: center center !important;
    }
}

/* Move sermon modal face more to the left */
.sermon-audio-modal-cover img {
    object-position: 84% center !important;
}

/* Move sermon modal face even more to the left */
.sermon-audio-modal-cover img {
    object-position: 92% center !important;
}

/* Move sermon modal face maximum to the left */
.sermon-audio-modal-cover img {
    object-position: 100% center !important;
}

/* Shift sermon modal cover image more left */
.sermon-audio-modal-cover img {
    object-position: 100% center !important;
    width: 112% !important;
    max-width: none !important;
    transform: translateX(-7%) !important;
}

/* Shift sermon modal cover image further left */
.sermon-audio-modal-cover img {
    object-position: 100% center !important;
    width: 118% !important;
    max-width: none !important;
    transform: translateX(-12%) !important;
}

/* Cover old logo showing on top-left of sermon modal cover */
.sermon-audio-modal-cover {
    position: relative !important;
    overflow: hidden !important;
}

.sermon-audio-modal-cover::before {
    content: "" !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 190px !important;
    height: 125px !important;
    z-index: 3 !important;
    background:
        linear-gradient(135deg, rgba(7,17,38,.98), rgba(13,44,112,.82)) !important;
    border-bottom-right-radius: 42px !important;
    box-shadow: 22px 22px 55px rgba(7,17,38,.45) !important;
    pointer-events: none !important;
}

/* Remove temporary logo cover overlay */
.sermon-audio-modal-cover::before {
    display: none !important;
    content: none !important;
}

/* Modal uses cropped cover now, reset image positioning */
.sermon-audio-modal-cover img {
    width: 100% !important;
    max-width: 100% !important;
    height: 100% !important;
    transform: none !important;
    object-fit: cover !important;
    object-position: center center !important;
}

/* Final modal cropped cover positioning */
.sermon-audio-modal-cover img {
    width: 100% !important;
    max-width: 100% !important;
    height: 100% !important;
    transform: none !important;
    object-fit: cover !important;
    object-position: center center !important;
}

/* Use no-logo cropped modal cover cleanly */
.sermon-audio-modal-cover img {
    width: 100% !important;
    max-width: 100% !important;
    height: 100% !important;
    transform: none !important;
    object-fit: cover !important;
    object-position: center center !important;
}

/* Minimal overlay: only AUDIO and PLAY on sermon cover */
.sermon-audio-card .sermon-cover-info-minimal,
.sermon-cover-card .sermon-cover-info-minimal {
    position: absolute !important;
    left: 28px !important;
    bottom: 24px !important;
    right: auto !important;
    width: auto !important;
    max-width: none !important;
    display: inline-flex !important;
    padding: 12px 14px !important;
    border-radius: 999px !important;
    background: rgba(7, 17, 38, .58) !important;
    border: 1px solid rgba(255, 255, 255, .14) !important;
    box-shadow: 0 16px 40px rgba(0, 0, 0, .24) !important;
    backdrop-filter: blur(10px) !important;
    -webkit-backdrop-filter: blur(10px) !important;
    box-sizing: border-box !important;
}

.sermon-audio-card .sermon-cover-info-minimal .sermon-cover-topline,
.sermon-cover-card .sermon-cover-info-minimal .sermon-cover-topline {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 14px !important;
    margin: 0 !important;
    width: auto !important;
}

.sermon-audio-card .sermon-cover-info-minimal .sermon-format-badge,
.sermon-audio-card .sermon-cover-info-minimal .sermon-play-badge,
.sermon-cover-card .sermon-cover-info-minimal .sermon-format-badge,
.sermon-cover-card .sermon-cover-info-minimal .sermon-play-badge {
    display: inline-flex !important;
    width: auto !important;
    max-width: none !important;
    white-space: nowrap !important;
    flex: 0 0 auto !important;
}

.sermon-audio-card .sermon-cover-info-minimal .sermon-play-badge-text,
.sermon-cover-card .sermon-cover-info-minimal .sermon-play-badge-text {
    transform: translateY(3px) !important;
}

/* Hide old detail lines if any remain */
.sermon-cover-info-minimal .sermon-info-line,
.sermon-cover-info-minimal .sermon-bible-line {
    display: none !important;
}

/* Show sermon cover banner brighter - remove dark overlay */
.sermon-audio-card .sermon-cover-overlay,
.sermon-cover-card .sermon-cover-overlay {
    background: transparent !important;
    opacity: 0 !important;
}

/* Keep banner bright on normal and hover */
.sermon-audio-card img,
.sermon-cover-card img {
    filter: none !important;
    opacity: 1 !important;
}

.sermon-audio-card:hover img,
.sermon-cover-card:hover img {
    filter: none !important;
    transform: scale(1.03) !important;
}

/* Keep AUDIO + PLAY readable without darkening the whole banner */
.sermon-audio-card .sermon-cover-info-minimal,
.sermon-cover-card .sermon-cover-info-minimal {
    background: rgba(7, 17, 38, .42) !important;
    border: 1px solid rgba(255, 255, 255, .18) !important;
}

/* Move PLAY text slightly up */
.sermon-audio-card .sermon-play-badge-text,
.sermon-cover-card .sermon-play-badge-text {
    transform: translateY(1px) !important;
    line-height: 1 !important;
}

/* Move PLAY text higher inside the red button */
.sermon-audio-card .sermon-cover-info-minimal .sermon-play-badge-text,
.sermon-cover-card .sermon-cover-info-minimal .sermon-play-badge-text {
    transform: translateY(-2px) !important;
    line-height: 1 !important;
    display: inline-block !important;
}

/* Move PLAY text slightly down */
.sermon-audio-card .sermon-cover-info-minimal .sermon-play-badge-text,
.sermon-cover-card .sermon-cover-info-minimal .sermon-play-badge-text {
    transform: translateY(0px) !important;
    line-height: 1 !important;
    display: inline-block !important;
}

/* Latest message section - silver/light gray background */
.section.soft {
    background:
        radial-gradient(circle at top right, rgba(255, 255, 255, .9), rgba(255, 255, 255, 0) 34%),
        linear-gradient(180deg, #f8fafc 0%, #eef2f7 100%) !important;
}

/* Visit CTA section - same silver/light gray background */
.section.visit-silver-bg,
.visit-silver-bg {
    background:
        radial-gradient(circle at top right, rgba(255, 255, 255, .9), rgba(255, 255, 255, 0) 34%),
        linear-gradient(180deg, #f8fafc 0%, #eef2f7 100%) !important;
}

/* Homepage visit CTA area - silver/light gray page background */
.cta-section {
    background:
        radial-gradient(circle at top right, rgba(255, 255, 255, .9), rgba(255, 255, 255, 0) 34%),
        linear-gradient(180deg, #f8fafc 0%, #eef2f7 100%) !important;
}

/* =========================================================
   ICRRE Radio Landing Page
   ========================================================= */

.radio-hero {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at 15% 20%, rgba(244, 166, 42, .28), transparent 30%),
        radial-gradient(circle at 85% 10%, rgba(255, 255, 255, .15), transparent 26%),
        linear-gradient(135deg, #031539 0%, #073b8e 46%, #020817 100%);
    color: #fff;
    padding: 110px 0 86px;
}

.radio-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(rgba(255,255,255,.055) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.055) 1px, transparent 1px);
    background-size: 42px 42px;
    mask-image: linear-gradient(to bottom, rgba(0,0,0,.8), transparent);
    pointer-events: none;
}

.radio-hero-glow {
    position: absolute;
    border-radius: 999px;
    filter: blur(5px);
    opacity: .72;
    pointer-events: none;
}

.radio-hero-glow-one {
    width: 280px;
    height: 280px;
    background: rgba(244, 166, 42, .28);
    left: -90px;
    top: 120px;
}

.radio-hero-glow-two {
    width: 360px;
    height: 360px;
    background: rgba(22, 119, 255, .22);
    right: -120px;
    bottom: -110px;
}

.radio-hero-grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(340px, .92fr);
    gap: 48px;
    align-items: center;
}

.radio-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin: 0 0 18px;
    padding: 10px 15px;
    border: 1px solid rgba(255,255,255,.24);
    border-radius: 999px;
    background: rgba(255,255,255,.1);
    color: #fff;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
    font-size: .78rem;
}

.radio-live-dot {
    width: 10px;
    height: 10px;
    border-radius: 999px;
    background: #f4a62a;
    box-shadow: 0 0 0 7px rgba(244, 166, 42, .18);
}

.radio-hero h1 {
    margin: 0;
    color: #fff;
    font-size: clamp(3.1rem, 8vw, 6.6rem);
    line-height: .9;
    letter-spacing: -.07em;
    font-weight: 950;
}

.radio-hero-text {
    max-width: 720px;
    margin: 24px 0 0;
    color: rgba(255,255,255,.88);
    font-size: clamp(1.05rem, 2vw, 1.28rem);
    line-height: 1.72;
}

.radio-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 32px;
}

.radio-main-btn {
    box-shadow: 0 18px 40px rgba(244, 166, 42, .35);
}

.radio-secondary-btn {
    color: #fff !important;
    border-color: rgba(255,255,255,.38) !important;
    background: rgba(255,255,255,.08) !important;
}

.radio-quick-info {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    max-width: 560px;
    margin-top: 34px;
}

.radio-quick-info div {
    padding: 16px;
    border: 1px solid rgba(255,255,255,.18);
    border-radius: 20px;
    background: rgba(255,255,255,.09);
    backdrop-filter: blur(10px);
}

.radio-quick-info strong {
    display: block;
    color: #f4a62a;
    font-size: 1.15rem;
    font-weight: 950;
}

.radio-quick-info span {
    color: rgba(255,255,255,.82);
    font-size: .9rem;
    font-weight: 700;
}

.radio-player-card {
    position: relative;
    border-radius: 34px;
    padding: 28px;
    background:
        linear-gradient(180deg, rgba(255,255,255,.98), rgba(244,247,252,.96));
    color: #091a33;
    box-shadow: 0 28px 75px rgba(0,0,0,.34);
    overflow: hidden;
}

.radio-player-card::before {
    content: "";
    position: absolute;
    inset: 0 0 auto;
    height: 8px;
    background: linear-gradient(90deg, #f4a62a, #ffcf70, #073b8e);
}

.radio-player-top {
    position: relative;
    z-index: 2;
}

.radio-station-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 9px 13px;
    border-radius: 999px;
    background: #eef4ff;
    color: #073b8e;
    font-weight: 900;
    font-size: .82rem;
    text-transform: uppercase;
    letter-spacing: .06em;
}

.radio-signal-icon {
    width: 22px;
    height: 22px;
    display: inline-flex;
    color: #f4a62a;
}

.radio-signal-icon svg {
    width: 22px;
    height: 22px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.radio-player-card h2 {
    margin: 24px 0 10px;
    color: #031539;
    font-size: clamp(1.8rem, 4vw, 2.6rem);
    line-height: 1;
    letter-spacing: -.05em;
    font-weight: 950;
}

.radio-player-card p {
    color: #526276;
    line-height: 1.65;
}

.radio-audio-wrap {
    margin-top: 24px;
    padding: 18px;
    border-radius: 24px;
    background: #031539;
    box-shadow: inset 0 0 0 1px rgba(255,255,255,.08);
}

.radio-audio-player {
    width: 100%;
    display: block;
}

.radio-open-player {
    display: inline-flex;
    margin-top: 18px;
    color: #073b8e;
    font-weight: 900;
    text-decoration: none;
}

.radio-open-player:hover {
    text-decoration: underline;
}

.radio-section-light {
    background: #f4f7fb;
}

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

.radio-feature-card {
    position: relative;
    min-height: 230px;
    padding: 28px;
    border-radius: 28px;
    background: #fff;
    box-shadow: 0 18px 45px rgba(3, 21, 57, .08);
    border: 1px solid rgba(7, 59, 142, .08);
    overflow: hidden;
}

.radio-feature-card::after {
    content: "";
    position: absolute;
    width: 120px;
    height: 120px;
    right: -44px;
    bottom: -48px;
    border-radius: 999px;
    background: rgba(244, 166, 42, .12);
}

.radio-feature-icon {
    width: 58px;
    height: 58px;
    display: grid;
    place-items: center;
    border-radius: 20px;
    background: #eef4ff;
    font-size: 1.75rem;
    margin-bottom: 20px;
}

.radio-feature-card h3 {
    margin: 0 0 10px;
    color: #031539;
    font-size: 1.25rem;
    font-weight: 950;
}

.radio-feature-card p {
    margin: 0;
    color: #5d6d80;
    line-height: 1.65;
}

.radio-schedule-section {
    color: #fff;
    background:
        radial-gradient(circle at top right, rgba(244,166,42,.24), transparent 34%),
        linear-gradient(135deg, #031539, #073b8e);
}

.radio-schedule-section .eyebrow,
.radio-schedule-section h2,
.radio-schedule-section p {
    color: #fff;
}

.radio-schedule-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(320px, .85fr);
    gap: 42px;
    align-items: center;
}

.radio-schedule-grid h2 {
    font-size: clamp(2rem, 4vw, 3.4rem);
    line-height: 1;
    letter-spacing: -.05em;
}

.radio-schedule-grid p {
    color: rgba(255,255,255,.82);
    font-size: 1.05rem;
    line-height: 1.75;
}

.radio-schedule-card {
    padding: 14px;
    border-radius: 28px;
    background: rgba(255,255,255,.12);
    border: 1px solid rgba(255,255,255,.16);
    box-shadow: 0 24px 60px rgba(0,0,0,.18);
}

.radio-schedule-row {
    display: flex;
    justify-content: space-between;
    gap: 18px;
    padding: 18px;
    border-radius: 20px;
    background: rgba(255,255,255,.92);
    color: #031539;
}

.radio-schedule-row + .radio-schedule-row {
    margin-top: 10px;
}

.radio-schedule-row span {
    color: #5a6980;
    font-weight: 800;
}

.radio-schedule-row strong {
    text-align: right;
    color: #073b8e;
    font-weight: 950;
}

.radio-cta-section {
    background: #f5f7fb;
    padding-top: 70px;
    padding-bottom: 70px;
}

.radio-cta-card {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 26px;
    align-items: center;
    padding: 38px;
    border-radius: 34px;
    background:
        linear-gradient(135deg, rgba(244,166,42,.16), rgba(7,59,142,.08)),
        #fff;
    border: 1px solid rgba(7,59,142,.08);
    box-shadow: 0 24px 60px rgba(3,21,57,.08);
}

.radio-cta-card h2 {
    margin: 0 0 10px;
    color: #031539;
    font-size: clamp(1.9rem, 4vw, 3rem);
    line-height: 1;
    letter-spacing: -.05em;
}

.radio-cta-card p {
    margin: 0;
    color: #5d6d80;
    line-height: 1.7;
}

.radio-cta-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 12px;
}

@media (max-width: 980px) {
    .radio-hero-grid,
    .radio-schedule-grid,
    .radio-cta-card {
        grid-template-columns: 1fr;
    }

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

    .radio-cta-actions {
        justify-content: flex-start;
    }
}

@media (max-width: 640px) {
    .radio-hero {
        padding: 82px 0 58px;
    }

    .radio-quick-info,
    .radio-feature-grid {
        grid-template-columns: 1fr;
    }

    .radio-player-card,
    .radio-cta-card {
        border-radius: 24px;
        padding: 22px;
    }

    .radio-schedule-row {
        display: block;
    }

    .radio-schedule-row strong {
        display: block;
        margin-top: 5px;
        text-align: left;
    }
}

/* New gold logo size adjustment */
.site-logo img,
.logo img,
.header-logo img,
.footer-logo img {
    max-height: 58px !important;
    width: auto !important;
    object-fit: contain !important;
}

/* Footer logo can be a little smaller */
.footer-logo img {
    max-height: 52px !important;
}

/* Correct gold logo sizing - class is directly on the img */
.header-logo {
    max-height: 54px !important;
    height: 54px !important;
    width: auto !important;
    max-width: 190px !important;
    object-fit: contain !important;
    display: block !important;
}

.brand-logo-link {
    display: flex !important;
    align-items: center !important;
    max-width: 210px !important;
}

.footer-church-logo {
    max-height: 72px !important;
    height: auto !important;
    width: auto !important;
    max-width: 220px !important;
    object-fit: contain !important;
    display: block !important;
    margin-bottom: 18px !important;
}

/* Make gold header logo a little bigger */
.header-logo {
    max-height: 62px !important;
    height: 62px !important;
    width: auto !important;
    max-width: 230px !important;
}

.brand-logo-link {
    max-width: 250px !important;
}

/* Make gold header logo slightly bigger again */
.header-logo {
    max-height: 68px !important;
    height: 68px !important;
    width: auto !important;
    max-width: 260px !important;
}

.brand-logo-link {
    max-width: 280px !important;
}

/* Make gold header logo bigger */
.header-logo {
    max-height: 76px !important;
    height: 76px !important;
    width: auto !important;
    max-width: 310px !important;
}

.brand-logo-link {
    max-width: 330px !important;
}

/* Make gold header logo larger */
.header-logo {
    max-height: 86px !important;
    height: 86px !important;
    width: auto !important;
    max-width: 360px !important;
}

.brand-logo-link {
    max-width: 380px !important;
}

/* Gold header logo almost final size */
.header-logo {
    max-height: 94px !important;
    height: 94px !important;
    width: auto !important;
    max-width: 400px !important;
}

.brand-logo-link {
    max-width: 420px !important;
}

/* Gold header logo final slightly larger size */
.header-logo {
    max-height: 102px !important;
    height: 102px !important;
    width: auto !important;
    max-width: 440px !important;
}

.brand-logo-link {
    max-width: 460px !important;
}

/* Voz del Reino logo inside radio player card */
.radio-station-logo-wrap {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    margin: 4px 0 18px !important;
}

.radio-station-logo {
    display: block !important;
    width: auto !important;
    height: auto !important;
    max-width: 240px !important;
    max-height: 125px !important;
    object-fit: contain !important;
}

@media (max-width: 640px) {
    .radio-station-logo {
        max-width: 200px !important;
        max-height: 105px !important;
    }
}

/* Radio card spacing after removing heading */
.radio-station-logo-wrap {
    margin: 4px 0 16px !important;
}

.radio-player-card p {
    margin-top: 0 !important;
}

/* Radio music request button */
.radio-request-btn {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin-top: 18px !important;
    padding: 13px 22px !important;
    border: 0 !important;
    border-radius: 999px !important;
    background: linear-gradient(135deg, #f59e0b, #f97316) !important;
    color: #071126 !important;
    font-weight: 900 !important;
    cursor: pointer !important;
    box-shadow: 0 18px 42px rgba(245, 158, 11, .26) !important;
}

.radio-request-btn:hover {
    transform: translateY(-2px) !important;
    box-shadow: 0 22px 50px rgba(245, 158, 11, .34) !important;
}

/* Radio request popup */
.radio-request-modal {
    position: fixed !important;
    inset: 0 !important;
    z-index: 9999 !important;
    display: none !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 22px !important;
}

.radio-request-modal.is-open {
    display: flex !important;
}

.radio-request-backdrop {
    position: absolute !important;
    inset: 0 !important;
    background: rgba(7, 17, 38, .72) !important;
    backdrop-filter: blur(8px) !important;
}

.radio-request-card {
    position: relative !important;
    z-index: 1 !important;
    width: min(100%, 540px) !important;
    background: #ffffff !important;
    border-radius: 28px !important;
    padding: 34px !important;
    box-shadow: 0 30px 90px rgba(0, 0, 0, .35) !important;
}

.radio-request-close {
    position: absolute !important;
    top: 16px !important;
    right: 18px !important;
    width: 38px !important;
    height: 38px !important;
    border: 0 !important;
    border-radius: 999px !important;
    background: #eef2f7 !important;
    color: #071126 !important;
    font-size: 26px !important;
    cursor: pointer !important;
}

.radio-request-card h3 {
    margin: 0 0 10px !important;
    color: #071126 !important;
    font-size: clamp(1.6rem, 3vw, 2.2rem) !important;
}

.radio-request-intro {
    margin: 0 0 22px !important;
    color: #475569 !important;
}

.radio-request-form {
    display: grid !important;
    gap: 15px !important;
}

.radio-request-form label {
    display: grid !important;
    gap: 7px !important;
    color: #0f172a !important;
    font-weight: 800 !important;
}

.radio-request-form input,
.radio-request-form textarea {
    width: 100% !important;
    border: 1px solid #d8e0ea !important;
    border-radius: 16px !important;
    padding: 13px 14px !important;
    font: inherit !important;
    color: #0f172a !important;
    background: #f8fafc !important;
    box-sizing: border-box !important;
}

.radio-request-form textarea {
    resize: vertical !important;
}

.radio-request-hidden {
    position: absolute !important;
    left: -9999px !important;
    opacity: 0 !important;
}

.radio-request-submit {
    border: 0 !important;
    border-radius: 999px !important;
    padding: 14px 20px !important;
    background: linear-gradient(135deg, #123c8c, #2563eb) !important;
    color: #ffffff !important;
    font-weight: 900 !important;
    cursor: pointer !important;
}

.radio-request-status {
    margin: 0 !important;
    min-height: 22px !important;
    font-weight: 800 !important;
    color: #123c8c !important;
}

/* Radio action buttons */
.radio-action-buttons {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 14px !important;
    flex-wrap: wrap !important;
    margin-top: 20px !important;
}

.radio-player-card .radio-request-btn,
.radio-player-card .radio-greeting-btn {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: auto !important;
    margin: 0 !important;
    padding: 13px 22px !important;
    border: 0 !important;
    border-radius: 999px !important;
    font-weight: 900 !important;
    cursor: pointer !important;
    text-align: center !important;
}

.radio-player-card .radio-request-btn {
    background: linear-gradient(135deg, #f59e0b, #f97316) !important;
    color: #071126 !important;
    box-shadow: 0 18px 42px rgba(245, 158, 11, .26) !important;
}

.radio-player-card .radio-greeting-btn {
    background: linear-gradient(135deg, #123c8c, #2563eb) !important;
    color: #ffffff !important;
    box-shadow: 0 18px 42px rgba(37, 99, 235, .26) !important;
}

.radio-player-card .radio-request-btn:hover,
.radio-player-card .radio-greeting-btn:hover {
    transform: translateY(-2px) !important;
}

/* Greeting popup */
.radio-greeting-modal {
    position: fixed !important;
    inset: 0 !important;
    z-index: 9999 !important;
    display: none !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 22px !important;
}

.radio-greeting-modal.is-open {
    display: flex !important;
}

.radio-greeting-backdrop {
    position: absolute !important;
    inset: 0 !important;
    background: rgba(7, 17, 38, .72) !important;
    backdrop-filter: blur(8px) !important;
}

.radio-greeting-card {
    position: relative !important;
    z-index: 1 !important;
    width: min(100%, 560px) !important;
    max-height: 92vh !important;
    overflow: auto !important;
    background: #ffffff !important;
    border-radius: 28px !important;
    padding: 34px !important;
    box-shadow: 0 30px 90px rgba(0, 0, 0, .35) !important;
}

.radio-greeting-close {
    position: absolute !important;
    top: 16px !important;
    right: 18px !important;
    width: 38px !important;
    height: 38px !important;
    border: 0 !important;
    border-radius: 999px !important;
    background: #eef2f7 !important;
    color: #071126 !important;
    font-size: 26px !important;
    cursor: pointer !important;
}

.radio-greeting-card h3 {
    margin: 0 0 10px !important;
    color: #071126 !important;
    font-size: clamp(1.55rem, 3vw, 2.15rem) !important;
}

.radio-greeting-intro {
    margin: 0 0 22px !important;
    color: #475569 !important;
}

.radio-greeting-form {
    display: grid !important;
    gap: 15px !important;
}

.radio-greeting-form label {
    display: grid !important;
    gap: 7px !important;
    color: #0f172a !important;
    font-weight: 800 !important;
}

.radio-greeting-form input {
    width: 100% !important;
    border: 1px solid #d8e0ea !important;
    border-radius: 16px !important;
    padding: 13px 14px !important;
    font: inherit !important;
    color: #0f172a !important;
    background: #f8fafc !important;
    box-sizing: border-box !important;
}

.radio-recorder-box {
    padding: 18px !important;
    border-radius: 22px !important;
    background: #f8fafc !important;
    border: 1px solid #d8e0ea !important;
}

.radio-recorder-note {
    margin: 0 0 14px !important;
    color: #475569 !important;
    font-weight: 700 !important;
}

.radio-recorder-controls {
    display: flex !important;
    gap: 12px !important;
    flex-wrap: wrap !important;
    margin-bottom: 14px !important;
}

.radio-record-start,
.radio-record-stop,
.radio-greeting-submit {
    border: 0 !important;
    border-radius: 999px !important;
    padding: 12px 18px !important;
    font-weight: 900 !important;
    cursor: pointer !important;
}

.radio-record-start {
    background: #dc2626 !important;
    color: #ffffff !important;
}

.radio-record-stop {
    background: #0f172a !important;
    color: #ffffff !important;
}

.radio-record-start:disabled,
.radio-record-stop:disabled,
.radio-greeting-submit:disabled {
    opacity: .45 !important;
    cursor: not-allowed !important;
}

.radio-greeting-preview {
    display: none;
    width: 100% !important;
    margin-top: 12px !important;
}

.radio-greeting-preview.has-audio {
    display: block !important;
}

.radio-greeting-submit {
    background: linear-gradient(135deg, #123c8c, #2563eb) !important;
    color: #ffffff !important;
}

.radio-greeting-status {
    margin: 0 !important;
    min-height: 22px !important;
    font-weight: 800 !important;
    color: #123c8c !important;
}

/* Radio action button icons */
.radio-player-card .radio-request-btn,
.radio-player-card .radio-greeting-btn {
    gap: 10px !important;
}

.radio-btn-icon {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 30px !important;
    height: 30px !important;
    border-radius: 999px !important;
    flex: 0 0 auto !important;
}

.radio-request-btn .radio-btn-icon {
    background: rgba(7, 17, 38, .16) !important;
}

.radio-greeting-btn .radio-btn-icon {
    background: rgba(255, 255, 255, .18) !important;
}

.radio-btn-icon svg {
    width: 17px !important;
    height: 17px !important;
    display: block !important;
}

.radio-btn-icon svg path,
.radio-btn-icon svg circle {
    fill: none !important;
    stroke: currentColor !important;
    stroke-width: 2.2 !important;
    stroke-linecap: round !important;
    stroke-linejoin: round !important;
}

.radio-request-btn .radio-btn-icon svg {
    color: #071126 !important;
}

.radio-greeting-btn .radio-btn-icon svg {
    color: #ffffff !important;
}

/* Radio hero title - keep VOZ DEL REINO on one line */
.radio-hero-content h1 {
    font-size: clamp(2.6rem, 5.2vw, 4.7rem) !important;
    line-height: 1.02 !important;
    white-space: nowrap !important;
    letter-spacing: -0.04em !important;
}

@media (max-width: 640px) {
    .radio-hero-content h1 {
        font-size: clamp(2.1rem, 11vw, 3.2rem) !important;
        white-space: nowrap !important;
        letter-spacing: -0.05em !important;
    }
}

/* Radio hero buttons with icons */
.radio-hero-icon-btn {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 10px !important;
}

.radio-hero-btn-icon {
    width: 30px !important;
    height: 30px !important;
    border-radius: 999px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex: 0 0 auto !important;
}

.radio-youtube-icon {
    background: rgba(255, 255, 255, .18) !important;
}

.radio-podcast-icon {
    background: rgba(245, 158, 11, .16) !important;
}

.radio-hero-btn-icon svg {
    width: 17px !important;
    height: 17px !important;
    display: block !important;
}

.radio-hero-btn-icon svg path {
    stroke: currentColor !important;
    stroke-width: 2 !important;
    stroke-linecap: round !important;
    stroke-linejoin: round !important;
}

.radio-youtube-icon svg path:first-child {
    fill: #ff0000 !important;
    stroke: #ff0000 !important;
}

.radio-youtube-icon svg path:last-child {
    fill: #ffffff !important;
    stroke: #ffffff !important;
}

.radio-podcast-icon svg path {
    fill: none !important;
    color: currentColor !important;
}

/* Homepage hero button labels updated: Ver Prédicas / Escuchar Radio / Podcast */
.btn-youtube-live,
.btn-sermon,
.btn-podcast {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 9px !important;
}

/* Footer church logo same visual style as header logo */
.footer-church-logo {
    max-height: 102px !important;
    height: auto !important;
    width: auto !important;
    max-width: 440px !important;
    object-fit: contain !important;
    display: block !important;
    margin-bottom: 18px !important;
}

/* Match footer church logo size with header logo */
.footer-church-logo {
    max-height: 102px !important;
    height: 102px !important;
    width: auto !important;
    max-width: 440px !important;
    object-fit: contain !important;
    display: block !important;
    margin-bottom: 18px !important;
}

/* Footer white logo visual size correction */
.footer-church-logo {
    max-height: 140px !important;
    height: 140px !important;
    width: auto !important;
    max-width: 560px !important;
    object-fit: contain !important;
    display: block !important;
    margin-bottom: 18px !important;
}

/* Footer white logo smaller correction */
.footer-church-logo {
    max-height: 115px !important;
    height: 115px !important;
    width: auto !important;
    max-width: 480px !important;
    object-fit: contain !important;
    display: block !important;
    margin-bottom: 18px !important;
}

/* Footer white logo smaller */
.footer-church-logo {
    max-height: 105px !important;
    height: 105px !important;
    width: auto !important;
    max-width: 440px !important;
    object-fit: contain !important;
    display: block !important;
    margin-bottom: 18px !important;
}

/* Footer white logo smaller final adjustment */
.footer-church-logo {
    max-height: 95px !important;
    height: 95px !important;
    width: auto !important;
    max-width: 400px !important;
    object-fit: contain !important;
    display: block !important;
    margin-bottom: 18px !important;
}

/* Footer white logo smaller adjustment */
.footer-church-logo {
    max-height: 85px !important;
    height: 85px !important;
    width: auto !important;
    max-width: 360px !important;
    object-fit: contain !important;
    display: block !important;
    margin-bottom: 18px !important;
}

/* Footer white logo slightly smaller */
.footer-church-logo {
    max-height: 78px !important;
    height: 78px !important;
    width: auto !important;
    max-width: 330px !important;
    object-fit: contain !important;
    display: block !important;
    margin-bottom: 18px !important;
}

/* Footer text under church logo - cleaner layout */
.site-footer .footer-grid > div:first-child p {
    max-width: 360px !important;
    font-size: 1rem !important;
    line-height: 1.75 !important;
    color: rgba(255, 255, 255, .88) !important;
    margin-top: 14px !important;
}

/* Keep footer logo and text aligned nicely */
.site-footer .footer-grid > div:first-child {
    max-width: 420px !important;
}

/* Footer white logo slightly smaller again */
.footer-church-logo {
    max-height: 72px !important;
    height: 72px !important;
    width: auto !important;
    max-width: 310px !important;
    object-fit: contain !important;
    display: block !important;
    margin-bottom: 16px !important;
}

/* Footer white logo slightly smaller final */
.footer-church-logo {
    max-height: 66px !important;
    height: 66px !important;
    width: auto !important;
    max-width: 285px !important;
    object-fit: contain !important;
    display: block !important;
    margin-bottom: 14px !important;
}

/* Homepage Explore cards - premium icon style */
.explore-card {
    position: relative;
    overflow: hidden;
    min-height: 230px;
    padding: 32px 28px 30px;
    border: 1px solid rgba(15, 23, 42, 0.10);
    background:
        radial-gradient(circle at top right, rgba(223, 126, 14, 0.13), transparent 34%),
        linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
    box-shadow: 0 18px 45px rgba(15, 23, 42, 0.08);
    transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.explore-card::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background: linear-gradient(135deg, rgba(13, 71, 161, 0.08), rgba(223, 126, 14, 0.08));
    opacity: 0;
    transition: opacity 0.28s ease;
    pointer-events: none;
}

.explore-card:hover {
    transform: translateY(-8px);
    border-color: rgba(223, 126, 14, 0.35);
    box-shadow: 0 26px 70px rgba(15, 23, 42, 0.14);
}

.explore-card:hover::before {
    opacity: 1;
}

.explore-card-icon {
    position: relative;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    margin-bottom: 22px;
    border-radius: 18px;
    background: linear-gradient(135deg, #0d47a1, #1565c0);
    box-shadow: 0 14px 30px rgba(13, 71, 161, 0.25);
    color: #ffffff;
    transition: transform 0.28s ease, box-shadow 0.28s ease;
}

.explore-card-icon svg {
    width: 28px;
    height: 28px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.9;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.explore-card:hover .explore-card-icon {
    transform: scale(1.06) rotate(-2deg);
    box-shadow: 0 18px 36px rgba(13, 71, 161, 0.32);
}

.explore-card h3,
.explore-card p {
    position: relative;
    z-index: 1;
}

.explore-card h3 {
    margin-bottom: 14px;
}

.explore-card-arrow {
    position: absolute;
    right: 26px;
    bottom: 24px;
    z-index: 1;
    width: 34px;
    height: 34px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(223, 126, 14, 0.12);
    color: #df7e0e;
    font-weight: 900;
    opacity: 0;
    transform: translateX(-8px);
    transition: opacity 0.28s ease, transform 0.28s ease, background 0.28s ease;
}

.explore-card:hover .explore-card-arrow {
    opacity: 1;
    transform: translateX(0);
    background: rgba(223, 126, 14, 0.18);
}

@media (max-width: 700px) {
    .explore-card {
        min-height: auto;
        padding: 28px 24px;
    }

    .explore-card-arrow {
        opacity: 1;
        transform: none;
    }
}

/* FIX: Homepage Explore cards icon sizing */
.section .link-card.explore-card {
    display: block !important;
    position: relative !important;
    min-height: 230px;
    padding: 32px 28px 30px !important;
}

.section .link-card.explore-card .explore-card-icon {
    width: 58px !important;
    height: 58px !important;
    min-width: 58px !important;
    max-width: 58px !important;
    min-height: 58px !important;
    max-height: 58px !important;
    margin: 0 0 22px 0 !important;
    padding: 0 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 18px !important;
    background: linear-gradient(135deg, #0d47a1, #1565c0) !important;
    color: #ffffff !important;
    overflow: hidden !important;
}

.section .link-card.explore-card .explore-card-icon svg {
    width: 28px !important;
    height: 28px !important;
    min-width: 28px !important;
    max-width: 28px !important;
    min-height: 28px !important;
    max-height: 28px !important;
    display: block !important;
    fill: none !important;
    stroke: currentColor !important;
    stroke-width: 1.9 !important;
    stroke-linecap: round !important;
    stroke-linejoin: round !important;
}

.section .link-card.explore-card .explore-card-icon svg path,
.section .link-card.explore-card .explore-card-icon svg circle,
.section .link-card.explore-card .explore-card-icon svg rect {
    fill: none !important;
    stroke: currentColor !important;
}

.section .link-card.explore-card h3 {
    margin-top: 0 !important;
}

.section .link-card.explore-card .explore-card-arrow {
    font-size: 18px !important;
    line-height: 1 !important;
}

/* Radio CTA prayer button visibility */
.radio-cta-box .btn.secondary,
.cta-box .btn.secondary[href="/prayer-request"] {
    background: #0d47a1 !important;
    color: #ffffff !important;
    border: 1px solid rgba(13, 71, 161, 0.95) !important;
    box-shadow: 0 14px 30px rgba(13, 71, 161, 0.22) !important;
}

.radio-cta-box .btn.secondary:hover,
.cta-box .btn.secondary[href="/prayer-request"]:hover {
    background: #08367d !important;
    color: #ffffff !important;
    border-color: #08367d !important;
    transform: translateY(-2px);
}

/* Force radio prayer request button to be visible */
.radio-prayer-request-btn {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: #0d47a1 !important;
    color: #ffffff !important;
    border: 2px solid #0d47a1 !important;
    opacity: 1 !important;
    visibility: visible !important;
    box-shadow: 0 14px 32px rgba(13, 71, 161, 0.28) !important;
    text-shadow: none !important;
}

.radio-prayer-request-btn:hover {
    background: #08367d !important;
    color: #ffffff !important;
    border-color: #08367d !important;
    transform: translateY(-2px);
}

/* Radio CTA Planifica tu Visita hover */
.radio-visit-btn {
    position: relative !important;
    overflow: hidden !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 10px !important;
    transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease !important;
}

.radio-visit-btn::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(120deg, transparent 0%, rgba(255,255,255,0.28) 45%, transparent 70%);
    transform: translateX(-120%);
    transition: transform 0.55s ease;
    pointer-events: none;
}

.radio-visit-btn:hover {
    transform: translateY(-3px) scale(1.02) !important;
    box-shadow: 0 18px 40px rgba(223, 126, 14, 0.34) !important;
}

.radio-visit-btn:hover::before {
    transform: translateX(120%);
}

.radio-visit-arrow {
    display: inline-flex;
    font-weight: 900;
    transition: transform 0.25s ease;
}

.radio-visit-btn:hover .radio-visit-arrow {
    transform: translateX(4px);
}

/* Radio CTA Enviar Petición premium hover */
.radio-prayer-request-btn {
    position: relative !important;
    overflow: hidden !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 10px !important;
    background: #0d47a1 !important;
    color: #ffffff !important;
    border: 2px solid #0d47a1 !important;
    opacity: 1 !important;
    visibility: visible !important;
    box-shadow: 0 14px 32px rgba(13, 71, 161, 0.26) !important;
    text-shadow: none !important;
    transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease, border-color 0.25s ease !important;
}

.radio-prayer-request-btn::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(120deg, transparent 0%, rgba(255,255,255,0.28) 45%, transparent 70%);
    transform: translateX(-120%);
    transition: transform 0.55s ease;
    pointer-events: none;
}

.radio-prayer-request-btn:hover {
    background: #08367d !important;
    color: #ffffff !important;
    border-color: #08367d !important;
    transform: translateY(-3px) scale(1.02) !important;
    box-shadow: 0 18px 40px rgba(13, 71, 161, 0.34) !important;
}

.radio-prayer-request-btn:hover::before {
    transform: translateX(120%);
}

.radio-prayer-arrow {
    display: inline-flex;
    font-weight: 900;
    transition: transform 0.25s ease;
}

.radio-prayer-request-btn:hover .radio-prayer-arrow {
    transform: translateX(4px);
}

/* Radio hero quick info - enhanced value text */
.radio-quick-info-enhanced {
    align-items: stretch !important;
}

.radio-quick-info-enhanced div {
    padding: 20px 18px !important;
    min-height: 132px !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    gap: 6px !important;
}

.radio-quick-info-enhanced strong {
    font-size: 1.1rem !important;
    line-height: 1.1 !important;
}

.radio-quick-info-enhanced span {
    font-weight: 800 !important;
    line-height: 1.25 !important;
}

.radio-quick-info-enhanced small {
    display: block !important;
    color: rgba(255, 255, 255, 0.78) !important;
    font-size: 0.82rem !important;
    line-height: 1.35 !important;
    max-width: 210px !important;
}

@media (max-width: 700px) {
    .radio-quick-info-enhanced div {
        min-height: auto !important;
    }
}

/* Radio Now Playing + On Air cards */
.radio-live-meta-grid {
    display: grid;
    grid-template-columns: 1.35fr 1fr;
    gap: 14px;
    margin-top: 20px;
}

.radio-now-playing-card,
.radio-on-air-card {
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 14px;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.78);
    border: 1px solid rgba(13, 71, 161, 0.10);
    box-shadow: 0 16px 38px rgba(15, 23, 42, 0.10);
}

.radio-now-playing-card::before,
.radio-on-air-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at top right, rgba(244, 166, 42, 0.16), transparent 42%);
    pointer-events: none;
}

.radio-now-art-wrap {
    position: relative;
    z-index: 1;
    width: 74px;
    height: 74px;
    min-width: 74px;
    border-radius: 18px;
    overflow: hidden;
    background: #eef3fb;
    box-shadow: 0 12px 24px rgba(13, 71, 161, 0.16);
}

.radio-now-art {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.radio-now-info,
.radio-on-air-card > div {
    position: relative;
    z-index: 1;
    min-width: 0;
}

.radio-now-label {
    display: block;
    margin-bottom: 4px;
    color: #df7e0e;
    font-size: 0.72rem;
    font-weight: 950;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.radio-now-info strong,
.radio-on-air-card strong {
    display: block;
    color: #071735;
    font-size: 0.98rem;
    font-weight: 950;
    line-height: 1.2;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.radio-now-info p,
.radio-on-air-card p {
    margin: 4px 0 0;
    color: #52627a;
    font-size: 0.86rem;
    font-weight: 700;
    line-height: 1.25;
}

.radio-on-air-dot {
    position: relative;
    z-index: 1;
    width: 46px;
    height: 46px;
    min-width: 46px;
    border-radius: 999px;
    background: radial-gradient(circle, #f4a62a 0 28%, rgba(244, 166, 42, 0.22) 31% 100%);
    box-shadow: 0 0 0 8px rgba(244, 166, 42, 0.12);
}

.radio-on-air-dot::after {
    content: "";
    position: absolute;
    inset: 11px;
    border-radius: inherit;
    background: #f4a62a;
    animation: radioPulse 1.8s infinite;
}

@keyframes radioPulse {
    0% {
        transform: scale(0.85);
        opacity: 1;
    }
    70% {
        transform: scale(1.55);
        opacity: 0;
    }
    100% {
        transform: scale(1.55);
        opacity: 0;
    }
}

@media (max-width: 820px) {
    .radio-live-meta-grid {
        grid-template-columns: 1fr;
    }
}

/* Radio layout: On Air Now left, Now Playing top right */
.radio-on-air-now-box {
    width: min(100%, 372px);
    margin-top: 20px;
    border: 2px solid rgba(255,255,255,0.72);
    background: rgba(255,255,255,0.92);
    box-shadow: 0 20px 44px rgba(0,0,0,0.24);
    overflow: hidden;
}

.radio-on-air-photo {
    height: 135px;
    background: linear-gradient(135deg, rgba(13,71,161,.12), rgba(244,166,42,.18));
    overflow: hidden;
}

.radio-on-air-photo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 18px;
    display: block;
}

.radio-on-air-content {
    padding: 13px 16px 15px;
    background: #ffffff;
}

.radio-on-air-kicker {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 8px;
    color: #071735;
    font-size: 0.74rem;
    font-weight: 950;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.radio-on-air-kicker::before {
    content: "";
    width: 9px;
    height: 9px;
    border-radius: 999px;
    background: #f4a62a;
    box-shadow: 0 0 0 7px rgba(244,166,42,.18);
}

.radio-on-air-content strong {
    display: block;
    color: #071735;
    font-size: 1.2rem;
    font-weight: 950;
    line-height: 1.1;
}

.radio-on-air-content p {
    margin: 5px 0 0;
    color: #52627a;
    font-size: 0.88rem;
    font-weight: 800;
}

.radio-player-card-has-now {
    position: relative;
}

.radio-now-playing-top {
    position: absolute;
    top: 20px;
    right: 22px;
    z-index: 4;
    width: min(255px, 46%);
    display: grid;
    grid-template-columns: 66px minmax(0, 1fr);
    gap: 12px;
    align-items: center;
    padding: 10px;
    border-radius: 18px;
    background: rgba(7, 23, 53, 0.86);
    color: #ffffff;
    box-shadow: 0 18px 42px rgba(7, 23, 53, 0.22);
    backdrop-filter: blur(10px);
}

.radio-now-playing-top .radio-now-art-wrap {
    width: 66px;
    height: 66px;
    min-width: 66px;
    border-radius: 13px;
    overflow: hidden;
    background: #eef3fb;
    box-shadow: none;
}

.radio-now-playing-top .radio-now-art {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.radio-now-playing-top .radio-now-label {
    color: #f4a62a;
    font-size: 0.63rem;
    font-weight: 950;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.radio-now-playing-top .radio-now-info strong {
    color: #ffffff;
    font-size: 0.86rem;
    font-weight: 950;
    line-height: 1.15;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.radio-now-playing-top .radio-now-info p {
    color: rgba(255,255,255,.78);
    font-size: 0.76rem;
    font-weight: 800;
    margin: 3px 0 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Give the player header room so the top-right now playing card does not cover content */
.radio-player-card-has-now .radio-player-top {
    padding-top: 88px;
}

@media (max-width: 900px) {
    .radio-now-playing-top {
        position: relative;
        top: auto;
        right: auto;
        width: 100%;
        margin-bottom: 18px;
    }

    .radio-player-card-has-now .radio-player-top {
        padding-top: 0;
    }

    .radio-on-air-now-box {
        width: 100%;
    }
}

/* Cleanup: keep only one On Air Now section and make Now Playing light */
.radio-live-meta-grid {
    display: none !important;
}

.radio-player-card .radio-on-air-card {
    display: none !important;
}

.radio-now-playing-top {
    background: rgba(255, 255, 255, 0.94) !important;
    color: #071735 !important;
    border: 1px solid rgba(13, 71, 161, 0.10) !important;
    box-shadow: 0 16px 38px rgba(15, 23, 42, 0.12) !important;
}

.radio-now-playing-top::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at top right, rgba(244, 166, 42, 0.15), transparent 44%);
    pointer-events: none;
}

.radio-now-playing-top .radio-now-label {
    color: #df7e0e !important;
}

.radio-now-playing-top .radio-now-info strong {
    color: #071735 !important;
}

.radio-now-playing-top .radio-now-info p {
    color: #52627a !important;
}

.radio-now-playing-top .radio-now-art-wrap {
    background: #eef3fb !important;
    box-shadow: 0 10px 22px rgba(13, 71, 161, 0.13) !important;
}

.radio-player-card-has-now .radio-player-top {
    padding-top: 78px !important;
}

@media (max-width: 900px) {
    .radio-player-card-has-now .radio-player-top {
        padding-top: 0 !important;
    }
}

/* Fix radio request/greeting buttons inside player card */
.radio-player-card .radio-action-buttons,
.radio-player-card .radio-player-actions {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 14px !important;
    margin-top: 20px !important;
    flex-wrap: wrap !important;
}

.radio-player-card .radio-request-btn,
.radio-player-card .radio-greeting-btn {
    position: relative !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 10px !important;
    min-height: 52px !important;
    padding: 14px 22px !important;
    border-radius: 999px !important;
    font-weight: 900 !important;
    border: 0 !important;
    cursor: pointer !important;
    transition: transform 0.25s ease, box-shadow 0.25s ease !important;
}

.radio-player-card .radio-request-btn {
    background: linear-gradient(135deg, #f4a62a, #ff7a1a) !important;
    color: #071735 !important;
    box-shadow: 0 16px 34px rgba(244, 166, 42, 0.28) !important;
}

.radio-player-card .radio-greeting-btn {
    background: linear-gradient(135deg, #0d47a1, #1e63d6) !important;
    color: #ffffff !important;
    box-shadow: 0 16px 34px rgba(13, 71, 161, 0.24) !important;
}

.radio-player-card .radio-request-btn:hover,
.radio-player-card .radio-greeting-btn:hover {
    transform: translateY(-3px) scale(1.02) !important;
}

.radio-player-card .radio-btn-icon {
    width: 28px !important;
    height: 28px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 999px !important;
    background: rgba(255,255,255,0.22) !important;
}

.radio-player-card .radio-btn-icon svg {
    width: 16px !important;
    height: 16px !important;
    fill: none !important;
    stroke: currentColor !important;
    stroke-width: 2.1 !important;
    stroke-linecap: round !important;
    stroke-linejoin: round !important;
}

/* Radio player card balance fix */
.radio-player-card-has-now {
    padding-top: 20px !important;
}

.radio-player-card-has-now .radio-player-top {
    padding-top: 0 !important;
    display: grid !important;
    grid-template-columns: 1fr auto !important;
    align-items: center !important;
    gap: 14px !important;
}

.radio-player-card-has-now .radio-station-badge {
    grid-column: 1 / 2 !important;
    align-self: start !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.radio-player-card-has-now .radio-station-logo-wrap {
    grid-column: 1 / -1 !important;
    margin-top: 8px !important;
    margin-bottom: 8px !important;
    justify-content: flex-start !important;
}

.radio-player-card-has-now .radio-station-logo {
    max-height: 82px !important;
    width: auto !important;
    object-fit: contain !important;
}

.radio-player-card-has-now .radio-player-top p {
    grid-column: 1 / -1 !important;
    margin-top: 2px !important;
    margin-bottom: 10px !important;
}

.radio-now-playing-top {
    position: relative !important;
    top: auto !important;
    right: auto !important;
    grid-column: 2 / 3 !important;
    grid-row: 1 / 3 !important;
    width: 250px !important;
    align-self: start !important;
    margin: 0 !important;
}

.radio-audio-wrap {
    margin-top: 8px !important;
}

.radio-player-card .radio-action-buttons,
.radio-player-card .radio-player-actions {
    margin-top: 18px !important;
}

/* Mobile keeps everything stacked cleanly */
@media (max-width: 900px) {
    .radio-player-card-has-now .radio-player-top {
        display: block !important;
    }

    .radio-now-playing-top {
        width: 100% !important;
        margin-bottom: 18px !important;
    }

    .radio-player-card-has-now .radio-station-logo-wrap {
        justify-content: center !important;
    }

    .radio-player-card-has-now .radio-station-logo {
        max-height: 78px !important;
    }
}

/* FINAL radio player top layout: En Vivo left, Sonando Ahora right */
.radio-player-card-has-now .radio-player-top {
    display: grid !important;
    grid-template-columns: 1fr 255px !important;
    grid-template-areas:
        "live now"
        "logo now"
        "text text" !important;
    align-items: start !important;
    column-gap: 18px !important;
    row-gap: 10px !important;
    padding-top: 0 !important;
}

.radio-player-card-has-now .radio-station-badge {
    grid-area: live !important;
    width: fit-content !important;
    max-width: 100% !important;
    margin: 0 !important;
    align-self: start !important;
    justify-self: start !important;
}

.radio-player-card-has-now .radio-now-playing-top {
    grid-area: now !important;
    position: relative !important;
    top: auto !important;
    right: auto !important;
    width: 255px !important;
    max-width: 255px !important;
    margin: 0 !important;
    align-self: start !important;
    justify-self: end !important;
}

.radio-player-card-has-now .radio-station-logo-wrap {
    grid-area: logo !important;
    margin: 10px 0 6px !important;
    justify-content: flex-start !important;
    align-self: start !important;
}

.radio-player-card-has-now .radio-station-logo {
    max-height: 86px !important;
    width: auto !important;
    object-fit: contain !important;
}

.radio-player-card-has-now .radio-player-top p {
    grid-area: text !important;
    margin: 4px 0 8px !important;
}

.radio-player-card-has-now .radio-audio-wrap {
    margin-top: 6px !important;
}

/* Keep the Now Playing card clean/light */
.radio-now-playing-top {
    background: rgba(255, 255, 255, 0.95) !important;
    border: 1px solid rgba(13, 71, 161, 0.10) !important;
    box-shadow: 0 16px 38px rgba(15, 23, 42, 0.12) !important;
}

/* Mobile/tablet stack */
@media (max-width: 900px) {
    .radio-player-card-has-now .radio-player-top {
        display: block !important;
    }

    .radio-player-card-has-now .radio-now-playing-top {
        width: 100% !important;
        max-width: none !important;
        margin-bottom: 14px !important;
    }

    .radio-player-card-has-now .radio-station-badge {
        margin-bottom: 12px !important;
    }

    .radio-player-card-has-now .radio-station-logo-wrap {
        justify-content: center !important;
    }
}

/* FINAL tighter player card top spacing */
.radio-player-card {
    padding-top: 18px !important;
}

.radio-player-card-has-now .radio-player-top {
    display: grid !important;
    grid-template-columns: 1fr 255px !important;
    grid-template-areas:
        "live now"
        "logo now"
        "text text" !important;
    align-items: start !important;
    column-gap: 18px !important;
    row-gap: 4px !important;
    padding-top: 0 !important;
    margin-top: -4px !important;
}

.radio-player-card-has-now .radio-station-badge {
    grid-area: live !important;
    margin: 0 !important;
    transform: translateY(-2px) !important;
    justify-self: start !important;
    align-self: start !important;
}

.radio-player-card-has-now .radio-station-logo-wrap {
    grid-area: logo !important;
    margin: 2px 0 4px !important;
    padding: 0 !important;
    justify-content: flex-start !important;
    align-self: start !important;
    transform: translateY(-4px) !important;
}

.radio-player-card-has-now .radio-station-logo {
    max-height: 92px !important;
    width: auto !important;
    object-fit: contain !important;
}

.radio-player-card-has-now .radio-now-playing-top {
    grid-area: now !important;
    justify-self: end !important;
    align-self: start !important;
    margin-top: 0 !important;
    transform: translateY(-2px) !important;
}

.radio-player-card-has-now .radio-player-top p {
    grid-area: text !important;
    margin: -2px 0 8px !important;
    padding: 0 !important;
}

.radio-player-card-has-now .radio-audio-wrap {
    margin-top: 4px !important;
}

.radio-player-card .radio-action-buttons,
.radio-player-card .radio-player-actions {
    margin-top: 18px !important;
}

/* Remove older padding rules that were creating top empty space */
.radio-player-card-has-now .radio-player-top {
    padding-top: 0 !important;
}

@media (max-width: 900px) {
    .radio-player-card-has-now .radio-player-top {
        display: block !important;
        margin-top: 0 !important;
    }

    .radio-player-card-has-now .radio-station-badge,
    .radio-player-card-has-now .radio-station-logo-wrap,
    .radio-player-card-has-now .radio-now-playing-top {
        transform: none !important;
    }

    .radio-player-card-has-now .radio-station-logo-wrap {
        justify-content: center !important;
        margin: 12px 0 !important;
    }
}

/* HARD FIX: Now Playing belongs inside player top grid */
.radio-player-card-has-now .radio-player-top {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) 255px !important;
    grid-template-areas:
        "live now"
        "logo now"
        "text text" !important;
    align-items: start !important;
    column-gap: 18px !important;
    row-gap: 6px !important;
    margin-top: 0 !important;
    padding-top: 0 !important;
}

.radio-player-card-has-now .radio-station-badge {
    grid-area: live !important;
    margin: 0 !important;
    justify-self: start !important;
    align-self: start !important;
    transform: none !important;
}

.radio-player-card-has-now .radio-now-playing-top {
    grid-area: now !important;
    position: relative !important;
    top: auto !important;
    right: auto !important;
    width: 255px !important;
    max-width: 255px !important;
    margin: 0 !important;
    justify-self: end !important;
    align-self: start !important;
    transform: none !important;
}

.radio-player-card-has-now .radio-station-logo-wrap {
    grid-area: logo !important;
    margin: 8px 0 4px !important;
    padding: 0 !important;
    justify-content: flex-start !important;
    transform: none !important;
}

.radio-player-card-has-now .radio-station-logo {
    max-height: 92px !important;
    width: auto !important;
    object-fit: contain !important;
}

.radio-player-card-has-now .radio-player-top p {
    grid-area: text !important;
    margin: 2px 0 8px !important;
    padding: 0 !important;
}

.radio-player-card-has-now {
    padding-top: 20px !important;
}

/* Add breathing room between VOZ DEL REINO logo and Sonando Ahora card */
.radio-player-card-has-now .radio-player-top {
    grid-template-columns: minmax(0, 1fr) 240px !important;
    column-gap: 26px !important;
}

.radio-player-card-has-now .radio-now-playing-top {
    width: 240px !important;
    max-width: 240px !important;
}

.radio-player-card-has-now .radio-station-logo {
    max-width: 218px !important;
}

.radio-player-card-has-now .radio-station-logo-wrap {
    margin-right: 10px !important;
}

@media (max-width: 900px) {
    .radio-player-card-has-now .radio-player-top {
        display: block !important;
    }

    .radio-player-card-has-now .radio-now-playing-top {
        width: 100% !important;
        max-width: none !important;
    }

    .radio-player-card-has-now .radio-station-logo {
        max-width: 240px !important;
    }
}

/* Radio player instruction text */
.radio-player-instruction {
    text-align: center !important;
    font-weight: 600 !important;
    color: #47566d !important;
    margin: 8px 0 12px !important;
}

.radio-player-instruction strong {
    font-weight: 950 !important;
    color: #071735 !important;
}

/* Fix: only selected words bold in radio player instruction */
.radio-player-instruction {
    font-weight: 400 !important;
    text-align: center !important;
}

.radio-player-instruction strong {
    font-weight: 950 !important;
    color: #071735 !important;
}

/* Redesign On Air Now card like a radio host/program card */
.radio-on-air-now-box {
    width: min(100%, 410px) !important;
    margin-top: 22px !important;
    border-radius: 4px !important;
    overflow: hidden !important;
    background: #ffffff !important;
    border: 2px solid rgba(255, 255, 255, 0.82) !important;
    box-shadow: 0 22px 48px rgba(0, 0, 0, 0.25) !important;
}

.radio-on-air-now-box::before {
    content: "AL AIRE NOW";
    display: block;
    padding: 10px 14px;
    background: #252a31;
    color: #ffffff;
    font-size: 1.05rem;
    font-weight: 500;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}

html[lang="es"] .radio-on-air-now-box::before {
    content: "AL AIRE AHORA";
}

.radio-on-air-photo {
    height: 165px !important;
    background: linear-gradient(135deg, rgba(13, 71, 161, 0.12), rgba(244, 166, 42, 0.16)) !important;
    overflow: hidden !important;
}

.radio-on-air-photo img {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
    padding: 22px 30px !important;
    display: block !important;
    background: #e9e6df !important;
}

.radio-on-air-content {
    padding: 16px 18px 18px !important;
    background: #ffffff !important;
}

.radio-on-air-content .radio-on-air-kicker {
    display: none !important;
}

.radio-on-air-content strong {
    display: block !important;
    color: #071735 !important;
    font-size: 1.35rem !important;
    font-weight: 950 !important;
    line-height: 1.1 !important;
    margin-bottom: 6px !important;
}

.radio-on-air-content p {
    margin: 0 !important;
    color: #5d6675 !important;
    font-size: 0.95rem !important;
    font-weight: 800 !important;
    line-height: 1.35 !important;
}

.radio-on-air-now-box::before {
    content: "ON AIR NOW" !important;
}

html[lang="es"] .radio-on-air-now-box::before {
    content: "AL AIRE AHORA" !important;
}

/* Radio On Air host details */
.radio-on-air-host {
    display: block;
    margin-top: 4px;
    font-size: 0.92rem;
    font-weight: 800;
    color: rgba(255, 255, 255, 0.86);
    line-height: 1.25;
}

.radio-on-air-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Fix radio On Air host text visibility */
.radio-on-air-host {
    color: #1f2937 !important;
    font-weight: 800 !important;
}

.radio-on-air-content strong,
#radioOnAirName {
    color: #071735 !important;
}

.radio-on-air-content p,
#radioOnAirStatus {
    color: #374151 !important;
}

/* Radio On Air card - make host photo cover like a show banner */
.radio-on-air-now-box {
    overflow: hidden !important;
}

.radio-on-air-photo {
    width: 100% !important;
    height: 165px !important;
    margin: 0 !important;
    padding: 0 !important;
    border-radius: 0 !important;
    background: #e8e6df !important;
    display: block !important;
}

.radio-on-air-photo img,
#radioOnAirImage {
    width: 100% !important;
    height: 100% !important;
    max-width: none !important;
    object-fit: cover !important;
    object-position: center center !important;
    display: block !important;
    border-radius: 0 !important;
}

.radio-on-air-content {
    padding: 16px 20px 18px !important;
}

@media (max-width: 640px) {
    .radio-on-air-photo {
        height: 145px !important;
    }
}

/* Strong fix: On Air host photo full width banner */
.radio-on-air-now-box {
    padding: 0 !important;
    overflow: hidden !important;
}

.radio-on-air-now-box .radio-on-air-photo {
    width: 100% !important;
    max-width: none !important;
    height: 190px !important;
    margin: 0 !important;
    padding: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    display: block !important;
}

.radio-on-air-now-box .radio-on-air-photo img,
.radio-on-air-now-box #radioOnAirImage {
    width: 100% !important;
    max-width: none !important;
    min-width: 100% !important;
    height: 190px !important;
    min-height: 190px !important;
    object-fit: cover !important;
    object-position: center center !important;
    display: block !important;
    margin: 0 !important;
    padding: 0 !important;
    border-radius: 0 !important;
}

.radio-on-air-now-box .radio-on-air-content {
    padding: 18px 20px 20px !important;
    background: #ffffff !important;
}

@media (max-width: 640px) {
    .radio-on-air-now-box .radio-on-air-photo,
    .radio-on-air-now-box .radio-on-air-photo img,
    .radio-on-air-now-box #radioOnAirImage {
        height: 165px !important;
        min-height: 165px !important;
    }
}

/* Radio On Air dynamic label emphasis */
.radio-on-air-kicker strong {
    font-weight: 950 !important;
}

/* Radio On Air: use real dynamic label instead of old CSS pseudo label */
.radio-on-air-now-box::before {
    content: none !important;
    display: none !important;
}

.radio-on-air-now-box {
    padding: 0 !important;
    overflow: hidden !important;
}

.radio-on-air-kicker {
    display: block !important;
    width: 100% !important;
    background: #23272f !important;
    color: #ffffff !important;
    padding: 13px 16px !important;
    font-size: 1.05rem !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;
    letter-spacing: 0.01em !important;
    text-transform: uppercase !important;
}

.radio-on-air-kicker strong {
    font-weight: 950 !important;
}

.radio-on-air-content .radio-on-air-kicker {
    display: none !important;
}

/* Modern Radio On Air Card */
.radio-on-air-now-box {
    padding: 0 !important;
    overflow: hidden !important;
    border: 1px solid rgba(255, 255, 255, 0.28) !important;
    border-radius: 14px !important;
    background: #ffffff !important;
    box-shadow: 0 22px 55px rgba(0, 0, 0, 0.22) !important;
}

.radio-on-air-now-box::before {
    content: none !important;
    display: none !important;
}

.radio-on-air-kicker {
    display: block !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 14px 18px !important;
    background: linear-gradient(135deg, #20242c 0%, #111827 100%) !important;
    color: #ffffff !important;
    font-size: 1.08rem !important;
    font-weight: 800 !important;
    line-height: 1.15 !important;
    letter-spacing: 0.01em !important;
    text-transform: uppercase !important;
    border: 0 !important;
}

.radio-on-air-kicker strong {
    font-weight: 950 !important;
}

.radio-on-air-photo {
    width: 100% !important;
    height: 190px !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: #111827 !important;
    display: block !important;
    line-height: 0 !important;
}

.radio-on-air-photo img,
#radioOnAirImage {
    width: 100% !important;
    height: 190px !important;
    max-width: none !important;
    min-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    object-fit: cover !important;
    object-position: center center !important;
    display: block !important;
}

.radio-on-air-content {
    padding: 18px 22px 22px !important;
    background: #ffffff !important;
}

.radio-on-air-content strong,
#radioOnAirName {
    display: block !important;
    margin: 0 0 8px !important;
    color: #071735 !important;
    font-size: 1.45rem !important;
    font-weight: 950 !important;
    line-height: 1.08 !important;
    letter-spacing: -0.03em !important;
}

.radio-on-air-host {
    display: block !important;
    margin: 0 0 5px !important;
    color: #1f2937 !important;
    font-size: 0.94rem !important;
    font-weight: 850 !important;
    line-height: 1.25 !important;
}

.radio-on-air-content p,
#radioOnAirStatus {
    margin: 0 !important;
    color: #344054 !important;
    font-size: 0.96rem !important;
    font-weight: 850 !important;
    line-height: 1.25 !important;
}

@media (max-width: 640px) {
    .radio-on-air-kicker {
        padding: 13px 16px !important;
        font-size: 1rem !important;
    }

    .radio-on-air-photo,
    .radio-on-air-photo img,
    #radioOnAirImage {
        height: 165px !important;
    }

    .radio-on-air-content {
        padding: 16px 18px 20px !important;
    }

    .radio-on-air-content strong,
    #radioOnAirName {
        font-size: 1.25rem !important;
    }
}

/* Radio On Air Card - lighter modern status header */
.radio-on-air-kicker {
    display: block !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 14px 18px !important;
    background: linear-gradient(135deg, #fff7ed 0%, #ffffff 55%, #eff6ff 100%) !important;
    color: #9a3412 !important;
    font-size: 0.92rem !important;
    font-weight: 950 !important;
    line-height: 1.15 !important;
    letter-spacing: 0.08em !important;
    text-transform: uppercase !important;
    border-bottom: 1px solid rgba(234, 88, 12, 0.18) !important;
    position: relative !important;
}

.radio-on-air-kicker::before {
    content: "" !important;
    display: inline-block !important;
    width: 9px !important;
    height: 9px !important;
    margin-right: 9px !important;
    border-radius: 999px !important;
    background: #f97316 !important;
    box-shadow: 0 0 0 5px rgba(249, 115, 22, 0.14) !important;
    vertical-align: 1px !important;
}

.radio-on-air-kicker strong {
    font-weight: 950 !important;
}

.radio-on-air-now-box {
    background: #ffffff !important;
    border: 1px solid rgba(255, 255, 255, 0.35) !important;
    border-radius: 16px !important;
    overflow: hidden !important;
    box-shadow: 0 24px 65px rgba(0, 0, 0, 0.24) !important;
}

.radio-on-air-photo {
    border-top: 0 !important;
}

.radio-on-air-content {
    background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%) !important;
}

@media (max-width: 640px) {
    .radio-on-air-kicker {
        padding: 13px 16px !important;
        font-size: 0.86rem !important;
        letter-spacing: 0.06em !important;
    }
}

/* Radio On Air Card - pill style status label */
.radio-on-air-kicker {
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
    width: auto !important;
    max-width: max-content !important;
    margin: 14px 16px 12px !important;
    padding: 8px 15px !important;
    border-radius: 999px !important;
    background: #eef4ff !important;
    color: #0b3f99 !important;
    font-size: 0.82rem !important;
    font-weight: 950 !important;
    line-height: 1 !important;
    letter-spacing: 0.04em !important;
    text-transform: uppercase !important;
    border: 0 !important;
    box-shadow: none !important;
}

.radio-on-air-kicker::before {
    content: "" !important;
    display: inline-block !important;
    width: 15px !important;
    height: 15px !important;
    margin: 0 !important;
    background: none !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' stroke='%23f59e0b' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 19.5a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3Z'/%3E%3Cpath d='M8.8 14.7a4.6 4.6 0 0 1 6.4 0'/%3E%3Cpath d='M5.7 11.4a9 9 0 0 1 12.6 0'/%3E%3Cpath d='M2.8 8.1a13.2 13.2 0 0 1 18.4 0'/%3E%3C/svg%3E") !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    vertical-align: middle !important;
}

.radio-on-air-kicker strong {
    font-weight: 950 !important;
}

.radio-on-air-now-box {
    background: #ffffff !important;
    border-radius: 16px !important;
    overflow: hidden !important;
    border: 1px solid rgba(255, 255, 255, 0.32) !important;
    box-shadow: 0 24px 65px rgba(0, 0, 0, 0.22) !important;
}

.radio-on-air-photo {
    margin-top: 0 !important;
}

@media (max-width: 640px) {
    .radio-on-air-kicker {
        margin: 12px 14px 10px !important;
        padding: 8px 13px !important;
        font-size: 0.76rem !important;
    }
}

/* Radio On Air label animated dot */
.radio-on-air-kicker {
    position: relative !important;
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
}

.radio-on-air-kicker::before {
    content: "" !important;
    display: inline-block !important;
    width: 10px !important;
    height: 10px !important;
    min-width: 10px !important;
    border-radius: 999px !important;
    background: #f97316 !important;
    box-shadow: 0 0 0 0 rgba(249, 115, 22, 0.55) !important;
    animation: radioOnAirPulse 1.6s infinite !important;
    margin: 0 !important;
    vertical-align: middle !important;
}

@keyframes radioOnAirPulse {
    0% {
        box-shadow: 0 0 0 0 rgba(249, 115, 22, 0.55);
        transform: scale(1);
    }
    70% {
        box-shadow: 0 0 0 8px rgba(249, 115, 22, 0);
        transform: scale(1.04);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(249, 115, 22, 0);
        transform: scale(1);
    }
}

/* FINAL FIX: On Air top section should be full width, not a pill/button */
.radio-on-air-kicker {
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 15px 18px !important;
    border-radius: 0 !important;
    background: #eef4ff !important;
    color: #0b3f99 !important;
    font-size: 1rem !important;
    font-weight: 950 !important;
    line-height: 1.15 !important;
    letter-spacing: 0.03em !important;
    text-transform: uppercase !important;
    border: 0 !important;
    border-bottom: 1px solid rgba(11, 63, 153, 0.10) !important;
    box-shadow: none !important;
}

/* Keep the animated dot, but inside the full-width top section */
.radio-on-air-kicker::before {
    content: "" !important;
    display: inline-block !important;
    width: 10px !important;
    height: 10px !important;
    min-width: 10px !important;
    border-radius: 999px !important;
    background: #f97316 !important;
    box-shadow: 0 0 0 0 rgba(249, 115, 22, 0.55) !important;
    animation: radioOnAirPulse 1.6s infinite !important;
    margin: 0 !important;
}

/* Card stays clean and modern */
.radio-on-air-now-box {
    padding: 0 !important;
    overflow: hidden !important;
    background: #ffffff !important;
    border-radius: 16px !important;
    border: 1px solid rgba(255, 255, 255, 0.35) !important;
    box-shadow: 0 24px 65px rgba(0, 0, 0, 0.22) !important;
}

/* Photo directly under the full top section */
.radio-on-air-photo {
    margin: 0 !important;
    padding: 0 !important;
    background: #111827 !important;
    border: 0 !important;
}

.radio-on-air-photo img,
#radioOnAirImage {
    display: block !important;
    width: 100% !important;
    height: 190px !important;
    object-fit: cover !important;
    object-position: center center !important;
}

/* Bottom part with soft contrast */
.radio-on-air-content {
    padding: 20px 22px 22px !important;
    background: #fffaf3 !important;
    border-top: 1px solid rgba(245, 158, 11, 0.18) !important;
}

@keyframes radioOnAirPulse {
    0% {
        box-shadow: 0 0 0 0 rgba(249, 115, 22, 0.55);
        transform: scale(1);
    }
    70% {
        box-shadow: 0 0 0 8px rgba(249, 115, 22, 0);
        transform: scale(1.04);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(249, 115, 22, 0);
        transform: scale(1);
    }
}

/* Improve bottom section contrast on On Air card */
.radio-on-air-content {
    background: linear-gradient(180deg, #fff7ed 0%, #ffffff 100%) !important;
    border-top: 1px solid rgba(249, 115, 22, 0.18) !important;
    position: relative !important;
}

/* Small accent line to make the bottom section feel more premium */
.radio-on-air-content::before {
    content: "" !important;
    display: block !important;
    width: 46px !important;
    height: 4px !important;
    border-radius: 999px !important;
    background: linear-gradient(90deg, #f97316, #f59e0b) !important;
    margin: 0 0 13px !important;
}

.radio-on-air-content strong,
#radioOnAirName {
    color: #071735 !important;
}

.radio-on-air-host {
    color: #253044 !important;
}

.radio-on-air-content p,
#radioOnAirStatus {
    color: #475467 !important;
}

/* Make On Air / Coming Up dot pulse more visible */
.radio-on-air-kicker::before {
    width: 11px !important;
    height: 11px !important;
    min-width: 11px !important;
    border-radius: 999px !important;
    background: #ff5a1f !important;
    box-shadow: 0 0 0 0 rgba(255, 90, 31, 0.65) !important;
    animation: radioOnAirDotPulseStrong 1.15s ease-out infinite !important;
}

@keyframes radioOnAirDotPulseStrong {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 90, 31, 0.70);
        transform: scale(1);
        opacity: 1;
    }
    50% {
        box-shadow: 0 0 0 7px rgba(255, 90, 31, 0.18);
        transform: scale(1.18);
        opacity: 0.88;
    }
    100% {
        box-shadow: 0 0 0 12px rgba(255, 90, 31, 0);
        transform: scale(1);
        opacity: 1;
    }
}

/* Make the entire On Air status label feel alive, not only the dot */
.radio-on-air-kicker {
    animation: radioOnAirLabelPulse 2.4s ease-in-out infinite !important;
    transition: background 0.3s ease, box-shadow 0.3s ease !important;
}

@keyframes radioOnAirLabelPulse {
    0% {
        background: #eef4ff;
        box-shadow: inset 0 0 0 0 rgba(11, 63, 153, 0.00);
    }
    50% {
        background: #e0ecff;
        box-shadow: inset 0 0 0 999px rgba(255, 255, 255, 0.10);
    }
    100% {
        background: #eef4ff;
        box-shadow: inset 0 0 0 0 rgba(11, 63, 153, 0.00);
    }
}

/* Make the dot pulse softer so it does not look disconnected */
.radio-on-air-kicker::before {
    animation: radioOnAirDotPulseSoft 1.8s ease-in-out infinite !important;
}

@keyframes radioOnAirDotPulseSoft {
    0% {
        box-shadow: 0 0 0 0 rgba(249, 115, 22, 0.45);
        transform: scale(1);
        opacity: 1;
    }
    50% {
        box-shadow: 0 0 0 6px rgba(249, 115, 22, 0.16);
        transform: scale(1.12);
        opacity: 0.95;
    }
    100% {
        box-shadow: 0 0 0 0 rgba(249, 115, 22, 0);
        transform: scale(1);
        opacity: 1;
    }
}

/* Stronger full-width On Air / Coming Up bar animation */
.radio-on-air-kicker {
    position: relative !important;
    overflow: hidden !important;
    background: #eef4ff !important;
    color: #0b3f99 !important;
    animation: radioOnAirFullBarGlow 1.8s ease-in-out infinite !important;
}

/* Moving light over the full top section */
.radio-on-air-kicker::after {
    content: "" !important;
    position: absolute !important;
    top: 0 !important;
    left: -45% !important;
    width: 45% !important;
    height: 100% !important;
    background: linear-gradient(
        90deg,
        rgba(255,255,255,0) 0%,
        rgba(255,255,255,0.55) 50%,
        rgba(255,255,255,0) 100%
    ) !important;
    animation: radioOnAirBarShine 2.2s ease-in-out infinite !important;
    pointer-events: none !important;
}

/* Keep text and dot above the shine */
.radio-on-air-kicker {
    z-index: 1 !important;
}

.radio-on-air-kicker::before {
    position: relative !important;
    z-index: 2 !important;
}

.radio-on-air-kicker {
    text-shadow: 0 0 10px rgba(11, 63, 153, 0.12) !important;
}

/* Full bar glow */
@keyframes radioOnAirFullBarGlow {
    0% {
        box-shadow: inset 0 0 0 1px rgba(11, 63, 153, 0.08), 0 0 0 rgba(59, 130, 246, 0);
        filter: brightness(1);
    }
    50% {
        box-shadow: inset 0 0 0 1px rgba(11, 63, 153, 0.18), 0 0 18px rgba(59, 130, 246, 0.28);
        filter: brightness(1.04);
    }
    100% {
        box-shadow: inset 0 0 0 1px rgba(11, 63, 153, 0.08), 0 0 0 rgba(59, 130, 246, 0);
        filter: brightness(1);
    }
}

/* Light sweep across the bar */
@keyframes radioOnAirBarShine {
    0% {
        left: -45%;
        opacity: 0;
    }
    30% {
        opacity: 1;
    }
    65% {
        left: 105%;
        opacity: 1;
    }
    100% {
        left: 105%;
        opacity: 0;
    }
}

/* FINAL: Make the full On Air status bar animate together */
.radio-on-air-kicker {
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 15px 18px !important;
    background: #eef4ff !important;
    color: #0b3f99 !important;
    border-radius: 0 !important;
    border-bottom: 1px solid rgba(11, 63, 153, 0.12) !important;
    font-size: 1rem !important;
    font-weight: 950 !important;
    letter-spacing: 0.03em !important;
    text-transform: uppercase !important;
    overflow: hidden !important;
    position: relative !important;
    animation: radioWholeStatusPulse 1.45s ease-in-out infinite !important;
}

/* Dot should be part of the label, not the only flashing item */
.radio-on-air-kicker::before {
    content: "" !important;
    width: 10px !important;
    height: 10px !important;
    min-width: 10px !important;
    border-radius: 999px !important;
    background: #f97316 !important;
    box-shadow: 0 0 0 4px rgba(249, 115, 22, 0.18) !important;
    animation: none !important;
    transform: none !important;
    opacity: 1 !important;
}

/* Remove the shine overlay that was not showing clearly */
.radio-on-air-kicker::after {
    content: none !important;
    display: none !important;
    animation: none !important;
}

/* This affects the whole bar: background, text, and dot together */
@keyframes radioWholeStatusPulse {
    0% {
        opacity: 1;
        filter: brightness(1);
    }
    50% {
        opacity: 0.72;
        filter: brightness(1.08);
    }
    100% {
        opacity: 1;
        filter: brightness(1);
    }
}

/* EN VIVO AHORA - match the alive light status style */
.radio-station-badge {
    display: inline-flex !important;
    align-items: center !important;
    gap: 10px !important;
    width: auto !important;
    margin: 0 !important;
    padding: 12px 16px !important;
    background: #eef4ff !important;
    color: #0b3f99 !important;
    border: 1px solid rgba(11, 63, 153, 0.12) !important;
    border-radius: 999px !important;
    box-shadow: 0 12px 28px rgba(11, 63, 153, 0.12) !important;
    font-size: 0.95rem !important;
    font-weight: 950 !important;
    letter-spacing: 0.03em !important;
    text-transform: uppercase !important;
    animation: radioWholeStatusPulse 1.45s ease-in-out infinite !important;
}

.radio-station-badge .radio-signal-icon {
    width: 13px !important;
    height: 13px !important;
    min-width: 13px !important;
    border-radius: 999px !important;
    background: #f97316 !important;
    box-shadow: 0 0 0 4px rgba(249, 115, 22, 0.18) !important;
    display: inline-block !important;
}

.radio-station-badge .radio-signal-icon svg {
    display: none !important;
}

.radio-station-badge span:last-child {
    color: #0b3f99 !important;
    font-weight: 950 !important;
}

@media (max-width: 640px) {
    .radio-station-badge {
        padding: 10px 14px !important;
        font-size: 0.86rem !important;
    }
}

/* Mobile radio layout order:
   Show EN VIVO AHORA player first, then MÁS TARDE HOY show card */
@media (max-width: 768px) {
    .radio-hero-grid {
        display: flex !important;
        flex-direction: column !important;
    }

    .radio-player-card {
        order: 1 !important;
    }

    .radio-hero-content,
    .radio-hero-copy,
    .radio-hero-text {
        order: 2 !important;
    }

    .radio-on-air-now-box {
        margin-top: 22px !important;
    }
}

/* Hide website footer on mobile only */
@media (max-width: 768px) {
    footer,
    .site-footer,
    .footer {
        display: none !important;
    }
}

/* Hide VOZ DEL REINO intro section on mobile only */
@media (max-width: 768px) {
    .radio-hero-content > .radio-badge,
    .radio-hero-content > .radio-hero-badge,
    .radio-hero-content > .eyebrow,
    .radio-hero-content > h1,
    .radio-hero-content > p,
    .radio-hero-content > .radio-hero-actions,
    .radio-hero-content > .hero-actions,
    .radio-hero-content > .button-group {
        display: none !important;
    }
}

/* Voz del Reino — AzuraCast listener requests */
body.radio-modal-open {
    overflow: hidden !important;
}

.radio-request-card {
    max-height: 92vh !important;
    overflow-y: auto !important;
}

.radio-request-loading,
.radio-request-empty {
    margin: 0 !important;
    padding: 18px !important;
    border: 1px solid #d8e0ea !important;
    border-radius: 18px !important;
    background: #f8fafc !important;
    color: #475569 !important;
    text-align: center !important;
    font-weight: 800 !important;
}

.radio-request-results {
    display: grid !important;
    gap: 11px !important;
    max-height: min(420px, 48vh) !important;
    overflow-y: auto !important;
    padding-right: 4px !important;
    overscroll-behavior: contain !important;
}

.radio-request-song {
    display: grid !important;
    grid-template-columns: 58px minmax(0, 1fr) auto !important;
    align-items: center !important;
    gap: 13px !important;
    padding: 10px !important;
    border: 1px solid #dce4ef !important;
    border-radius: 18px !important;
    background: #ffffff !important;
    box-shadow: 0 8px 24px rgba(15, 23, 42, .06) !important;
}

.radio-request-song-art {
    width: 58px !important;
    height: 58px !important;
    overflow: hidden !important;
    border-radius: 14px !important;
    background: #e8eef8 !important;
}

.radio-request-song-art img {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
}

.radio-request-song-info {
    display: grid !important;
    min-width: 0 !important;
    gap: 3px !important;
}

.radio-request-song-info strong {
    overflow: hidden !important;
    color: #0f172a !important;
    font-size: .98rem !important;
    line-height: 1.3 !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
}

.radio-request-song-info span {
    overflow: hidden !important;
    color: #64748b !important;
    font-size: .85rem !important;
    font-weight: 700 !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
}

.radio-request-song-button {
    border: 0 !important;
    border-radius: 999px !important;
    padding: 10px 14px !important;
    background: linear-gradient(135deg, #f59e0b, #f97316) !important;
    color: #071126 !important;
    font: inherit !important;
    font-size: .84rem !important;
    font-weight: 900 !important;
    cursor: pointer !important;
    box-shadow: 0 8px 20px rgba(245, 158, 11, .20) !important;
}

.radio-request-song-button:hover:not(:disabled) {
    transform: translateY(-1px) !important;
}

.radio-request-song-button:disabled {
    cursor: wait !important;
    opacity: .58 !important;
}

.radio-request-song-button.is-requested {
    min-width: 44px !important;
    background: #16a34a !important;
    color: #ffffff !important;
    cursor: default !important;
    opacity: 1 !important;
}

.radio-request-status.is-success {
    color: #15803d !important;
}

.radio-request-status.is-error {
    color: #b91c1c !important;
}

.radio-request-status.is-loading {
    color: #123c8c !important;
}

@media (max-width: 560px) {
    .radio-request-card {
        padding: 28px 18px 20px !important;
        border-radius: 23px !important;
    }

    .radio-request-song {
        grid-template-columns: 52px minmax(0, 1fr) !important;
    }

    .radio-request-song-art {
        width: 52px !important;
        height: 52px !important;
    }

    .radio-request-song-button {
        grid-column: 1 / -1 !important;
        width: 100% !important;
    }
}

/* =========================================================
   VOZ DEL REINO — PROGRAM CAROUSEL
   ========================================================= */

.vdr-programs-section {
    background:
        radial-gradient(
            circle at top right,
            rgba(49, 86, 180, .70),
            transparent 34%
        ),
        linear-gradient(
            135deg,
            #071126 0%,
            #0b255f 52%,
            #123c8c 100%
        ) !important;
}

.vdr-programs-section .radio-schedule-grid {
    align-items: center !important;
    gap: 52px !important;
}

.vdr-programs-copy h2 {
    color: #ffffff !important;
}

.vdr-programs-copy > p:last-child {
    color: rgba(255, 255, 255, .82) !important;
}

.vdr-program-browser {
    min-width: 0;
    padding: 16px;
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 25px;
    background: rgba(255, 255, 255, .12);
    box-shadow: 0 22px 48px rgba(0, 0, 0, .20);
    backdrop-filter: blur(10px);
}

.vdr-program-list {
    display: grid;
    gap: 11px;
}

.vdr-program-item {
    display: grid;
    grid-template-columns: minmax(120px, .72fr) minmax(0, 1.45fr);
    align-items: center;
    gap: 20px;
    min-height: 82px;
    padding: 15px 19px;
    border: 1px solid rgba(15, 54, 110, .08);
    border-radius: 18px;
    background: rgba(255, 255, 255, .95);
    box-shadow: 0 10px 24px rgba(7, 23, 53, .08);
}

.vdr-program-date {
    display: grid;
    gap: 4px;
}

.vdr-program-date span {
    color: #5b6880;
    font-size: .82rem;
    font-weight: 850;
}

.vdr-program-date strong {
    color: #f97316;
    font-size: .95rem;
    font-weight: 950;
}

.vdr-program-details {
    min-width: 0;
}

.vdr-program-details h3 {
    overflow: hidden;
    margin: 0 0 5px;
    color: #071735;
    font-size: 1rem;
    font-weight: 950;
    line-height: 1.25;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.vdr-program-details p {
    overflow: hidden;
    margin: 0;
    color: #53627a;
    font-size: .86rem;
    font-weight: 700;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.vdr-program-host-label {
    color: #123c8c;
    font-weight: 900;
}

.vdr-program-controls {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 14px;
    margin-top: 15px;
}

.vdr-program-nav {
    display: inline-flex;
    min-height: 43px;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 10px 15px;
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 999px;
    background: rgba(255, 255, 255, .14);
    color: #ffffff;
    font: inherit;
    font-size: .82rem;
    font-weight: 900;
    cursor: pointer;
    transition:
        transform .2s ease,
        background .2s ease,
        opacity .2s ease;
}

.vdr-program-nav:hover:not(:disabled) {
    transform: translateY(-2px);
    background: rgba(255, 255, 255, .22);
}

.vdr-program-nav:disabled {
    cursor: not-allowed;
    opacity: .38;
}

.vdr-program-page {
    color: rgba(255, 255, 255, .78);
    font-size: .78rem;
    font-weight: 800;
    text-align: center;
}

.vdr-program-loading {
    margin: 0;
    padding: 32px 18px;
    border-radius: 18px;
    background: rgba(255, 255, 255, .94);
    color: #53627a;
    font-weight: 800;
    text-align: center;
}

@media (max-width: 900px) {
    .vdr-programs-section .radio-schedule-grid {
        grid-template-columns: 1fr !important;
        gap: 30px !important;
    }
}

@media (max-width: 560px) {
    .vdr-program-browser {
        padding: 12px;
        border-radius: 21px;
    }

    .vdr-program-item {
        grid-template-columns: 1fr;
        gap: 9px;
        min-height: 0;
        padding: 16px;
    }

    .vdr-program-details h3,
    .vdr-program-details p {
        white-space: normal;
    }

    .vdr-program-controls {
        grid-template-columns: 1fr 1fr;
    }

    .vdr-program-page {
        grid-column: 1 / -1;
        grid-row: 1;
    }

    .vdr-program-nav {
        grid-row: 2;
        width: 100%;
    }
}

/* =========================================================
   VOZ DEL REINO — PROGRAM CAROUSEL
   ========================================================= */

.vdr-programs-section {
    background:
        radial-gradient(
            circle at top right,
            rgba(49, 86, 180, .70),
            transparent 34%
        ),
        linear-gradient(
            135deg,
            #071126 0%,
            #0b255f 52%,
            #123c8c 100%
        ) !important;
}

.vdr-programs-section .radio-schedule-grid {
    align-items: center !important;
    gap: 52px !important;
}

.vdr-programs-copy h2 {
    color: #ffffff !important;
}

.vdr-programs-copy > p:last-child {
    color: rgba(255, 255, 255, .82) !important;
}

.vdr-program-browser {
    min-width: 0;
    padding: 16px;
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 25px;
    background: rgba(255, 255, 255, .12);
    box-shadow: 0 22px 48px rgba(0, 0, 0, .20);
    backdrop-filter: blur(10px);
}

.vdr-program-list {
    display: grid;
    gap: 11px;
}

.vdr-program-item {
    display: grid;
    grid-template-columns: minmax(120px, .72fr) minmax(0, 1.45fr);
    align-items: center;
    gap: 20px;
    min-height: 82px;
    padding: 15px 19px;
    border: 1px solid rgba(15, 54, 110, .08);
    border-radius: 18px;
    background: rgba(255, 255, 255, .95);
    box-shadow: 0 10px 24px rgba(7, 23, 53, .08);
}

.vdr-program-date {
    display: grid;
    gap: 4px;
}

.vdr-program-date span {
    color: #5b6880;
    font-size: .82rem;
    font-weight: 850;
}

.vdr-program-date strong {
    color: #f97316;
    font-size: .95rem;
    font-weight: 950;
}

.vdr-program-details {
    min-width: 0;
}

.vdr-program-details h3 {
    overflow: hidden;
    margin: 0 0 5px;
    color: #071735;
    font-size: 1rem;
    font-weight: 950;
    line-height: 1.25;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.vdr-program-details p {
    overflow: hidden;
    margin: 0;
    color: #53627a;
    font-size: .86rem;
    font-weight: 700;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.vdr-program-host-label {
    color: #123c8c;
    font-weight: 900;
}

.vdr-program-controls {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 14px;
    margin-top: 15px;
}

.vdr-program-nav {
    display: inline-flex;
    min-height: 43px;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 10px 15px;
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 999px;
    background: rgba(255, 255, 255, .14);
    color: #ffffff;
    font: inherit;
    font-size: .82rem;
    font-weight: 900;
    cursor: pointer;
    transition:
        transform .2s ease,
        background .2s ease,
        opacity .2s ease;
}

.vdr-program-nav:hover:not(:disabled) {
    transform: translateY(-2px);
    background: rgba(255, 255, 255, .22);
}

.vdr-program-nav:disabled {
    cursor: not-allowed;
    opacity: .38;
}

.vdr-program-page {
    color: rgba(255, 255, 255, .78);
    font-size: .78rem;
    font-weight: 800;
    text-align: center;
}

.vdr-program-loading {
    margin: 0;
    padding: 32px 18px;
    border-radius: 18px;
    background: rgba(255, 255, 255, .94);
    color: #53627a;
    font-weight: 800;
    text-align: center;
}

@media (max-width: 900px) {
    .vdr-programs-section .radio-schedule-grid {
        grid-template-columns: 1fr !important;
        gap: 30px !important;
    }
}

@media (max-width: 560px) {
    .vdr-program-browser {
        padding: 12px;
        border-radius: 21px;
    }

    .vdr-program-item {
        grid-template-columns: 1fr;
        gap: 9px;
        min-height: 0;
        padding: 16px;
    }

    .vdr-program-details h3,
    .vdr-program-details p {
        white-space: normal;
    }

    .vdr-program-controls {
        grid-template-columns: 1fr 1fr;
    }

    .vdr-program-page {
        grid-column: 1 / -1;
        grid-row: 1;
    }

    .vdr-program-nav {
        grid-row: 2;
        width: 100%;
    }
}

/* =========================================================
   VOZ DEL REINO — PROGRAM CAROUSEL
   ========================================================= */

.vdr-programs-section {
    background:
        radial-gradient(
            circle at top right,
            rgba(49, 86, 180, .70),
            transparent 34%
        ),
        linear-gradient(
            135deg,
            #071126 0%,
            #0b255f 52%,
            #123c8c 100%
        ) !important;
}

.vdr-programs-section .radio-schedule-grid {
    align-items: center !important;
    gap: 52px !important;
}

.vdr-programs-copy h2 {
    color: #ffffff !important;
}

.vdr-programs-copy > p:last-child {
    color: rgba(255, 255, 255, .82) !important;
}

.vdr-program-browser {
    min-width: 0;
    padding: 16px;
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 25px;
    background: rgba(255, 255, 255, .12);
    box-shadow: 0 22px 48px rgba(0, 0, 0, .20);
    backdrop-filter: blur(10px);
}

.vdr-program-list {
    display: grid;
    gap: 11px;
}

.vdr-program-item {
    display: grid;
    grid-template-columns: minmax(120px, .72fr) minmax(0, 1.45fr);
    align-items: center;
    gap: 20px;
    min-height: 82px;
    padding: 15px 19px;
    border: 1px solid rgba(15, 54, 110, .08);
    border-radius: 18px;
    background: rgba(255, 255, 255, .95);
    box-shadow: 0 10px 24px rgba(7, 23, 53, .08);
}

.vdr-program-date {
    display: grid;
    gap: 4px;
}

.vdr-program-date span {
    color: #5b6880;
    font-size: .82rem;
    font-weight: 850;
}

.vdr-program-date strong {
    color: #f97316;
    font-size: .95rem;
    font-weight: 950;
}

.vdr-program-details {
    min-width: 0;
}

.vdr-program-details h3 {
    overflow: hidden;
    margin: 0 0 5px;
    color: #071735;
    font-size: 1rem;
    font-weight: 950;
    line-height: 1.25;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.vdr-program-details p {
    overflow: hidden;
    margin: 0;
    color: #53627a;
    font-size: .86rem;
    font-weight: 700;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.vdr-program-host-label {
    color: #123c8c;
    font-weight: 900;
}

.vdr-program-controls {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 14px;
    margin-top: 15px;
}

.vdr-program-nav {
    display: inline-flex;
    min-height: 43px;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 10px 15px;
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 999px;
    background: rgba(255, 255, 255, .14);
    color: #ffffff;
    font: inherit;
    font-size: .82rem;
    font-weight: 900;
    cursor: pointer;
    transition:
        transform .2s ease,
        background .2s ease,
        opacity .2s ease;
}

.vdr-program-nav:hover:not(:disabled) {
    transform: translateY(-2px);
    background: rgba(255, 255, 255, .22);
}

.vdr-program-nav:disabled {
    cursor: not-allowed;
    opacity: .38;
}

.vdr-program-page {
    color: rgba(255, 255, 255, .78);
    font-size: .78rem;
    font-weight: 800;
    text-align: center;
}

.vdr-program-loading {
    margin: 0;
    padding: 32px 18px;
    border-radius: 18px;
    background: rgba(255, 255, 255, .94);
    color: #53627a;
    font-weight: 800;
    text-align: center;
}

@media (max-width: 900px) {
    .vdr-programs-section .radio-schedule-grid {
        grid-template-columns: 1fr !important;
        gap: 30px !important;
    }
}

@media (max-width: 560px) {
    .vdr-program-browser {
        padding: 12px;
        border-radius: 21px;
    }

    .vdr-program-item {
        grid-template-columns: 1fr;
        gap: 9px;
        min-height: 0;
        padding: 16px;
    }

    .vdr-program-details h3,
    .vdr-program-details p {
        white-space: normal;
    }

    .vdr-program-controls {
        grid-template-columns: 1fr 1fr;
    }

    .vdr-program-page {
        grid-column: 1 / -1;
        grid-row: 1;
    }

    .vdr-program-nav {
        grid-row: 2;
        width: 100%;
    }
}

/* =========================================================
   VOZ DEL REINO — FULL PROGRAM MODAL
   ========================================================= */

.vdr-program-view-all {
    display: inline-flex;
    width: 100%;
    min-height: 48px;
    align-items: center;
    justify-content: center;
    gap: 9px;
    margin-top: 14px;
    padding: 12px 18px;
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 14px;
    background: rgba(255, 255, 255, .14);
    color: #ffffff;
    font: inherit;
    font-size: .88rem;
    font-weight: 900;
    cursor: pointer;
    transition:
        transform .2s ease,
        background .2s ease;
}

.vdr-program-view-all:hover {
    transform: translateY(-2px);
    background: rgba(255, 255, 255, .22);
}

body.vdr-program-modal-open {
    overflow: hidden;
}

.vdr-program-modal {
    position: fixed;
    inset: 0;
    z-index: 10050;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 24px;
}

.vdr-program-modal.is-open {
    display: flex;
}

.vdr-program-modal-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(3, 10, 25, .72);
    backdrop-filter: blur(8px);
}

.vdr-program-modal-card {
    position: relative;
    z-index: 1;
    width: min(100%, 980px);
    max-height: min(88vh, 860px);
    overflow-y: auto;
    padding: 34px;
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 28px;
    background:
        radial-gradient(
            circle at top right,
            rgba(37, 99, 235, .10),
            transparent 28%
        ),
        linear-gradient(
            145deg,
            #ffffff 0%,
            #f3f7fd 100%
        );
    box-shadow: 0 34px 90px rgba(0, 0, 0, .32);
}

.vdr-program-modal-close {
    position: absolute;
    top: 17px;
    right: 17px;
    display: flex;
    width: 42px;
    height: 42px;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(15, 54, 110, .12);
    border-radius: 50%;
    background: #ffffff;
    color: #071735;
    font-size: 1.7rem;
    line-height: 1;
    cursor: pointer;
    box-shadow: 0 10px 24px rgba(15, 54, 110, .10);
}

.vdr-program-modal-heading {
    max-width: 720px;
    margin-bottom: 28px;
    padding-right: 52px;
}

.vdr-program-modal-heading h2 {
    margin: 0 0 10px;
    color: #071735;
    font-size: clamp(2rem, 4vw, 3rem);
    line-height: 1.08;
}

.vdr-program-modal-heading > p:last-child {
    margin: 0;
    color: #59687f;
    line-height: 1.65;
}

.vdr-program-modal-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.vdr-program-modal-item {
    display: grid;
    grid-template-columns: 125px minmax(0, 1fr);
    align-items: center;
    gap: 18px;
    min-height: 105px;
    padding: 18px;
    border: 1px solid rgba(15, 54, 110, .10);
    border-radius: 19px;
    background: #ffffff;
    box-shadow: 0 12px 28px rgba(15, 54, 110, .07);
}

.vdr-program-modal-day {
    display: grid;
    gap: 6px;
}

.vdr-program-modal-day span {
    color: #123c8c;
    font-size: .84rem;
    font-weight: 900;
}

.vdr-program-modal-day strong {
    color: #f97316;
    font-size: 1rem;
    font-weight: 950;
}

.vdr-program-modal-details {
    min-width: 0;
}

.vdr-program-modal-details h3 {
    margin: 0 0 7px;
    color: #071735;
    font-size: 1.05rem;
    line-height: 1.3;
}

.vdr-program-modal-details p {
    margin: 0;
    color: #59687f;
    font-size: .9rem;
    line-height: 1.5;
}

.vdr-program-modal-details p span {
    color: #123c8c;
    font-weight: 900;
}

.vdr-program-modal-loading {
    grid-column: 1 / -1;
    margin: 0;
    padding: 30px;
    border-radius: 18px;
    background: #ffffff;
    color: #59687f;
    font-weight: 800;
    text-align: center;
}

@media (max-width: 760px) {
    .vdr-program-modal {
        padding: 12px;
    }

    .vdr-program-modal-card {
        max-height: 92vh;
        padding: 28px 18px 22px;
        border-radius: 23px;
    }

    .vdr-program-modal-heading {
        padding-right: 44px;
    }

    .vdr-program-modal-list {
        grid-template-columns: 1fr;
    }

    .vdr-program-modal-item {
        grid-template-columns: 105px minmax(0, 1fr);
    }
}

@media (max-width: 440px) {
    .vdr-program-modal-item {
        grid-template-columns: 1fr;
        gap: 10px;
    }
}

/* Smaller title inside the full programming modal */
.vdr-program-modal-heading h2 {
    font-size: clamp(1.55rem, 2.8vw, 2.2rem) !important;
    line-height: 1.1 !important;
    letter-spacing: -0.025em !important;
}

/* Smaller title inside the full programming modal */
.vdr-program-modal-heading h2 {
    font-size: clamp(1.55rem, 2.8vw, 2.2rem) !important;
    line-height: 1.1 !important;
    letter-spacing: -0.025em !important;
}

/* =========================================================
   VOZ DEL REINO — SCHEDULE SOCIAL LINKS
   ========================================================= */

.vdr-programs-copy {
    max-width: 620px !important;
}

.vdr-programs-copy > p {
    color: rgba(255, 255, 255, 0.84) !important;
    font-size: 1rem !important;
    line-height: 1.72 !important;
}

.vdr-programs-copy > p + p {
    margin-top: 15px !important;
}

.vdr-programs-copy strong {
    color: #ffffff !important;
    font-weight: 900 !important;
}

.vdr-social-section {
    margin-top: 28px;
    padding-top: 24px;
    border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.vdr-social-title {
    margin: 0 0 15px !important;
    color: #ffffff !important;
    font-size: 0.82rem !important;
    font-weight: 950 !important;
    letter-spacing: 0.13em !important;
    text-transform: uppercase;
}

.vdr-social-links {
    display: grid;
    gap: 10px;
}

.vdr-social-link {
    display: grid;
    grid-template-columns: 46px minmax(0, 1fr) auto;
    align-items: center;
    gap: 14px;
    padding: 11px 14px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.07);
    color: #ffffff;
    text-decoration: none;
    transition:
        transform 0.2s ease,
        background 0.2s ease,
        border-color 0.2s ease;
}

.vdr-social-link:hover {
    transform: translateX(4px);
    border-color: rgba(255, 255, 255, 0.28);
    background: rgba(255, 255, 255, 0.13);
}

.vdr-social-icon {
    display: inline-flex;
    width: 46px;
    height: 46px;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.20);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.08);
    color: #ffffff;
}

.vdr-social-icon svg {
    display: block;
    width: 23px;
    height: 23px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.vdr-social-link:first-child .vdr-social-icon svg,
.vdr-social-link:nth-child(2) .vdr-social-icon svg {
    fill: currentColor;
    stroke: none;
}

.vdr-social-copy {
    display: grid;
    gap: 2px;
}

.vdr-social-copy strong {
    color: #ffffff !important;
    font-size: 0.95rem;
    font-weight: 900 !important;
}

.vdr-social-copy span {
    color: rgba(255, 255, 255, 0.70);
    font-size: 0.82rem;
    font-weight: 700;
}

.vdr-social-arrow {
    color: #ffffff;
    font-size: 1.25rem;
    transition: transform 0.2s ease;
}

.vdr-social-link:hover .vdr-social-arrow {
    transform: translateX(3px);
}

.vdr-social-footer {
    margin: 15px 0 0 !important;
    color: rgba(255, 255, 255, 0.72) !important;
    font-size: 0.88rem !important;
    line-height: 1.6 !important;
}

@media (max-width: 900px) {
    .vdr-programs-copy {
        max-width: none !important;
    }
}

@media (max-width: 560px) {
    .vdr-social-link {
        grid-template-columns: 42px minmax(0, 1fr) auto;
        padding: 10px 12px;
    }

    .vdr-social-icon {
        width: 42px;
        height: 42px;
        border-radius: 13px;
    }

    .vdr-social-icon svg {
        width: 21px;
        height: 21px;
    }
}

/* =========================================================
   VOZ DEL REINO — INLINE SOCIAL LINKS
   ========================================================= */

.vdr-social-links {
    display: none !important;
}

.vdr-social-inline {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
}

.vdr-social-inline-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #ffffff;
    font-size: 0.95rem;
    font-weight: 850;
    text-decoration: none;
    transition:
        opacity 0.2s ease,
        transform 0.2s ease;
}

.vdr-social-inline-link:hover {
    opacity: 0.78;
    transform: translateY(-1px);
}

.vdr-social-inline-icon {
    display: inline-flex;
    width: 24px;
    height: 24px;
    align-items: center;
    justify-content: center;
    color: #ffffff;
}

.vdr-social-inline-icon svg {
    display: block;
    width: 21px;
    height: 21px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.vdr-social-inline-link:first-child .vdr-social-inline-icon svg,
.vdr-social-inline-link:nth-of-type(2) .vdr-social-inline-icon svg {
    fill: currentColor;
    stroke: none;
}

.vdr-social-separator {
    color: rgba(255, 255, 255, 0.38);
    font-size: 1rem;
    font-weight: 500;
}

@media (max-width: 560px) {
    .vdr-social-inline {
        gap: 9px;
    }

    .vdr-social-inline-link {
        font-size: 0.88rem;
    }

    .vdr-social-inline-icon {
        width: 21px;
        height: 21px;
    }

    .vdr-social-inline-icon svg {
        width: 19px;
        height: 19px;
    }
}

/* YouTube icon: red play button so it stays visible */
.vdr-social-inline-link[href*="youtube.com"] .vdr-social-inline-icon {
    color: #ff0000 !important;
}

.vdr-social-inline-link[href*="youtube.com"] .vdr-social-inline-icon svg {
    fill: #ff0000 !important;
    stroke: none !important;
}

/* Keep the play triangle white inside the red YouTube shape */
.vdr-social-inline-link[href*="youtube.com"] .vdr-social-inline-icon svg path:last-child {
    fill: #ffffff !important;
}

/* =========================================================
   VOZ DEL REINO — SCHEDULE HEADING AND SUPPORT ICONS
   ========================================================= */

.vdr-schedule-eyebrow {
    display: inline-flex !important;
    align-items: center !important;
    gap: 10px !important;
}

.vdr-schedule-heading-icon {
    display: inline-flex;
    width: 25px;
    height: 25px;
    align-items: center;
    justify-content: center;
    color: #ffffff;
}

.vdr-schedule-heading-icon svg {
    display: block;
    width: 23px;
    height: 23px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.9;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.vdr-social-title {
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
}

.vdr-social-title-icon {
    display: inline-flex;
    width: 42px;
    height: 42px;
    flex: 0 0 42px;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 50%;
    background:
        radial-gradient(
            circle,
            rgba(96, 165, 250, 0.22),
            rgba(37, 99, 235, 0.08)
        );
    color: #ffffff;
    box-shadow:
        0 0 24px rgba(59, 130, 246, 0.24);
}

.vdr-social-title-icon svg {
    display: block;
    width: 24px;
    height: 24px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.vdr-support-message {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 18px;
    color: #ffffff;
    font-size: 0.95rem;
    line-height: 1.5;
}

.vdr-support-message strong {
    color: #ffffff !important;
    font-weight: 850 !important;
}

.vdr-support-icon {
    display: inline-flex;
    width: 32px;
    height: 32px;
    flex: 0 0 32px;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    filter: drop-shadow(0 0 7px rgba(96, 165, 250, 0.65));
}

.vdr-support-icon svg {
    display: block;
    width: 29px;
    height: 29px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

@media (max-width: 560px) {
    .vdr-schedule-heading-icon {
        width: 22px;
        height: 22px;
    }

    .vdr-schedule-heading-icon svg {
        width: 20px;
        height: 20px;
    }

    .vdr-social-title-icon {
        width: 38px;
        height: 38px;
        flex-basis: 38px;
    }

    .vdr-social-title-icon svg {
        width: 22px;
        height: 22px;
    }

    .vdr-support-message {
        align-items: flex-start;
        font-size: 0.9rem;
    }

    .vdr-support-icon {
        width: 28px;
        height: 28px;
        flex-basis: 28px;
    }

    .vdr-support-icon svg {
        width: 25px;
        height: 25px;
    }
}

/* Larger HORARIO label in the radio schedule section */
.vdr-schedule-eyebrow {
    font-size: 1.05rem !important;
    font-weight: 950 !important;
    letter-spacing: 0.12em !important;
    line-height: 1.2 !important;
}

.vdr-schedule-heading-icon {
    width: 30px !important;
    height: 30px !important;
}

.vdr-schedule-heading-icon svg {
    width: 27px !important;
    height: 27px !important;
}

@media (max-width: 560px) {
    .vdr-schedule-eyebrow {
        font-size: 0.94rem !important;
    }

    .vdr-schedule-heading-icon {
        width: 26px !important;
        height: 26px !important;
    }

    .vdr-schedule-heading-icon svg {
        width: 23px !important;
        height: 23px !important;
    }
}

.faith-icon {
    font-family: inherit;
    font-weight: 800;
    color: #ffffff;
    font-size: 28px;
}

/* ICRRE TV Status Badge */
.tv-status {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    padding: 10px 22px;
    border-radius: 999px;
    font-weight: 900;
    font-size: 14px;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.tv-status.waiting {
    background: rgba(29, 78, 216, .10);
    color: #1d4ed8;
    border: 1px solid rgba(29, 78, 216, .20);
}

.tv-status.live {
    background: rgba(220, 38, 38, .10);
    color: #dc2626;
    border: 1px solid rgba(220, 38, 38, .25);
    animation: tvLivePulse 1.8s infinite;
}

@keyframes tvLivePulse {
    0% {
        box-shadow: 0 0 0 0 rgba(220, 38, 38, .25);
    }

    70% {
        box-shadow: 0 0 0 12px rgba(220, 38, 38, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(220, 38, 38, 0);
    }
}

/* =========================
   ICRRE TV FINAL PLAYER
========================= */

.tv-live-section {
    padding:40px 0 70px;
}

.tv-live-section .container {
    width:min(1200px, calc(100% - 32px));
}

.tv-player-card {
    width:100%;
    max-width:1200px;
    margin:0 auto;
    background:#fff;
    padding:28px;
    border-radius:32px;
    border:1px solid rgba(15,23,42,.08);
    box-shadow:0 30px 80px rgba(15,23,42,.15);
}

.tv-player-frame {
    width:100%;
    aspect-ratio:16 / 9;
    position:relative;
    overflow:hidden;
    border-radius:24px;
    background:#000;
}

.tv-player-frame iframe {
    position:absolute;
    inset:0;
    width:100%;
    height:100%;
    border:0;
}

.tv-hero {
    padding:55px 0;
}

@media(max-width:768px){

    .tv-player-card {
        padding:14px;
        border-radius:22px;
    }

}


/* ICRRE TV Large Player Force */

.tv-player-frame {
    width:100% !important;
    height:650px !important;
    padding:0 !important;
    position:relative !important;
    overflow:hidden !important;
}

.tv-player-frame iframe {
    width:100% !important;
    height:100% !important;
    position:absolute !important;
    top:0 !important;
    left:0 !important;
}

@media(max-width:768px){

    .tv-player-frame {
        height:240px !important;
    }

}


/* TV FULL WIDTH TEST */

.tv-player-card {
    max-width:none !important;
    width:100% !important;
    padding:0 !important;
    background:transparent !important;
    border:0 !important;
    box-shadow:none !important;
}

.tv-player-frame {
    width:100% !important;
    height:700px !important;
}


/* ICRRE TV Ultra Wide Player */
.tv-live-section .container {
    width: min(1600px, calc(100% - 32px)) !important;
    max-width: 1600px !important;
}

.tv-player-card {
    width:100% !important;
    max-width:1600px !important;
}

.tv-player-frame {
    width:100% !important;
    height:900px !important;
}

.tv-player-frame iframe {
    width:100% !important;
    height:100% !important;
}

@media(max-width:768px){
    .tv-player-frame {
        height:240px !important;
    }
}


/* ICRRE TV TRUE FULL WIDTH */
.section.tv-live-section > .container {
    width: calc(100% - 40px) !important;
    max-width: 1600px !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

.section.tv-live-section .tv-player-card {
    width: 100% !important;
    max-width: 1600px !important;
}

.section.tv-live-section .tv-player-frame {
    width: 100% !important;
    height: 900px !important;
}

.section.tv-live-section iframe {
    width: 100% !important;
    height: 100% !important;
}

@media(max-width:768px){
    .section.tv-live-section .tv-player-frame {
        height:240px !important;
    }
}


/* ICRRE TV FINAL SIZE */
.section.tv-live-section .tv-player-frame {
    height: auto !important;
    aspect-ratio: 16 / 9 !important;
}

.section.tv-live-section .tv-player-frame iframe {
    width:100% !important;
    height:100% !important;
}


/* ICRRE TV balanced player size */
.section.tv-live-section .tv-player-frame {
    height: auto !important;
    aspect-ratio: 16 / 9 !important;
}


/* ICRRE TV FINAL BALANCED SIZE */
.section.tv-live-section .tv-player-frame {
    height: 620px !important;
    aspect-ratio: auto !important;
}

.section.tv-live-section .tv-player-frame iframe {
    width:100% !important;
    height:100% !important;
}

@media(max-width:768px){
    .section.tv-live-section .tv-player-frame {
        height:240px !important;
    }
}


/* ICRRE TV FINAL PLAYER SIZE */
.section.tv-live-section .tv-player-frame {
    height:650px !important;
    aspect-ratio:auto !important;
}

.section.tv-live-section .tv-player-frame iframe {
    width:100% !important;
    height:100% !important;
}

@media(max-width:768px){
    .section.tv-live-section .tv-player-frame {
        height:240px !important;
    }
}


/* ICRRE TV Balanced Width */
.section.tv-live-section > .container {
    max-width:1100px !important;
}

.section.tv-live-section .tv-player-card {
    max-width:1100px !important;
    margin:0 auto !important;
}

.section.tv-live-section .tv-player-frame {
    height:auto !important;
    aspect-ratio:16 / 9 !important;
}

.section.tv-live-section .tv-player-frame iframe {
    width:100% !important;
    height:100% !important;
}


/* ICRRE TV Balanced Width */
.section.tv-live-section > .container {
    max-width:1100px !important;
}

.section.tv-live-section .tv-player-card {
    max-width:1100px !important;
    margin:0 auto !important;
}

.section.tv-live-section .tv-player-frame {
    height:auto !important;
    aspect-ratio:16 / 9 !important;
}

.section.tv-live-section .tv-player-frame iframe {
    width:100% !important;
    height:100% !important;
}


/* =========================
   ICRRE TV Section Separation
========================= */

/* Player section silver background */
.tv-live-section {
    background: #f1f3f5 !important;
    padding: 60px 0 70px !important;
}

/* Player floating card */
.tv-live-section .tv-player-card {
    background: #ffffff !important;
    border-radius: 28px !important;
    padding: 24px !important;
    border: 1px solid rgba(15,23,42,.08) !important;
    box-shadow: 0 25px 60px rgba(15,23,42,.12) !important;
}

/* Keep player clean */
.tv-live-section .tv-player-frame {
    border-radius: 22px !important;
    overflow: hidden !important;
}

/* Schedule section separation */
.tv-live-section + .section {
    background: #ffffff;
}


/* =========================
   ICRRE TV Schedule Separation
========================= */

.tv-live-section + .section {
    background:#f6f7f9 !important;
    padding:70px 0 !important;
}

/* Schedule cards premium look */
.tv-live-section + .section .card,
.tv-live-section + .section .service-card {
    background:#ffffff;
    border-radius:24px;
    box-shadow:0 15px 40px rgba(15,23,42,.08);
}


/* YouTube section separation */
.tv-live-section + .section + .section {
    background:#ffffff !important;
    padding:80px 0 !important;
}


/* =========================
   ICRRE TV Schedule Separation
========================= */

.tv-live-section + .section {
    background:#f6f7f9 !important;
    padding:70px 0 !important;
}

/* Schedule cards premium look */
.tv-live-section + .section .card,
.tv-live-section + .section .service-card {
    background:#ffffff;
    border-radius:24px;
    box-shadow:0 15px 40px rgba(15,23,42,.08);
}


/* YouTube section separation */
.tv-live-section + .section + .section {
    background:#ffffff !important;
    padding:80px 0 !important;
}


/* =========================
   ICRRE TV FINAL SECTION COLORS
========================= */

/* Próximas Transmisiones - light section */
.tv-live-section + .section {
    background:#ffffff !important;
    padding:70px 0 !important;
}

/* YouTube CTA - silver section */
.tv-live-section + .section + .section {
    background:#f1f3f5 !important;
    padding:80px 0 !important;
}

/* YouTube CTA card area */
.tv-live-section + .section + .section .container {
    position:relative;
}


/* =========================
   ICRRE TV Premium Schedule
========================= */

.tv-schedule-grid {
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:40px;
    margin-top:45px;
}

.tv-schedule-item {
    text-align:center;
    padding:25px;
}

.tv-schedule-item span {
    display:inline-flex;
    align-items:center;
    justify-content:center;
    width:65px;
    height:65px;
    border-radius:18px;
    background:#e9b12c;
    font-size:28px;
    margin-bottom:20px;
}

.tv-schedule-item h3 {
    margin:0 0 10px;
    font-size:24px;
}

.tv-schedule-item p {
    margin:0 0 12px;
    color:#475569;
}

.tv-schedule-item strong {
    color:#1d4ed8;
    font-size:18px;
}

@media(max-width:768px){
    .tv-schedule-grid {
        grid-template-columns:1fr;
        gap:20px;
    }
}


/* =========================
   ICRRE TV Featured Section
========================= */

.tv-feature-section {
    background:#eef1f5 !important;
    padding:80px 0 !important;
}

.tv-feature-section .section-heading {
    margin-bottom:45px;
}

.tv-feature-section .vdr-media-tabs {
    margin-bottom:30px;
}


.nav-menu-icon {
    width:18px;
    height:18px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
}

.nav-menu-icon svg {
    width:100%;
    height:100%;
    fill:none;
    stroke:currentColor;
    stroke-width:2;
    stroke-linecap:round;
    stroke-linejoin:round;
}

.nav-dropdown-button {
    gap:7px;
}


.nav-dropdown-item {
    display: flex !important;
    align-items: center;
    gap: 8px;
}

.nav-dropdown-item::before {
    content: "›";
    font-size: 18px;
    line-height: 1;
    color: #98a2b3;
    transition: transform .2s ease, color .2s ease;
}

.nav-dropdown-item:hover::before,
.nav-dropdown-item.active::before {
    color: var(--blue);
    transform: translateX(3px);
}


.nav-icon-link {
    display: inline-flex;
    align-items: center;
    gap: 7px;
}


.nav-icon-link {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    white-space: nowrap;
}

.nav-icon-link .nav-menu-icon {
    flex-shrink: 0;
}


.tv-player-frame {
    position: relative;
}

.tv-audio-button {
    position: relative;
    z-index: 1;
    display: flex;
    margin: 18px 0 0;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: var(--blue);
    color: #fff;
    border: 0;
    border-radius: 999px;
    padding: 12px 24px;
    font-weight: 800;
    cursor: pointer;
    box-shadow: 0 10px 30px rgba(0,0,0,.18);
}

.tv-audio-icon svg {
    width: 20px;
    height: 20px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}


.tv-controls {
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:12px;
    margin-top:18px;
    flex-wrap:wrap;
}

.tv-theater-button {
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:8px;
    background:#101828;
    color:#fff;
    border:0;
    border-radius:999px;
    padding:12px 24px;
    font-weight:800;
    cursor:pointer;
}

.tv-theater-icon svg {
    width:20px;
    height:20px;
    fill:none;
    stroke:currentColor;
    stroke-width:2;
    stroke-linecap:round;
    stroke-linejoin:round;
}

.tv-theater-mode {
    background:#000 !important;
}

.tv-theater-mode .tv-live-section {
    background:#000 !important;
}

.tv-theater-mode .tv-player-card {
    max-width:1600px !important;
}


/* Change only the full-width background behind the visit card */
.radio-cta-section {
    background:
        radial-gradient(
            circle at 12% 20%,
            rgba(59, 130, 246, 0.14),
            transparent 34%
        ),
        radial-gradient(
            circle at 88% 80%,
            rgba(226, 155, 22, 0.10),
            transparent 30%
        ),
        linear-gradient(
            135deg,
            #071426 0%,
            #0b1f3a 52%,
            #102d53 100%
        ) !important;
}

/* Outer background behind the visit card only */
.radio-cta-section {
    background: #202429 !important;
}

/* Warm graphite background behind the visit card only */
.radio-cta-section {
    background:
        linear-gradient(
            135deg,
            #292825 0%,
            #2d2e2f 48%,
            #34383d 100%
        ) !important;
}

/* Larger white border around AUDIO and PLAY */
.sermon-actions,
.featured-sermon-actions {
    display: inline-flex !important;
    align-items: center !important;
    gap: 10px !important;
    padding: 10px 14px !important;
    border: 2px solid #ffffff !important;
    border-radius: 999px !important;
}


/* Final white border around AUDIO and PLAY */
.sermon-audio-card .sermon-cover-info-minimal,
.sermon-cover-card .sermon-cover-info-minimal {
    padding: 14px 18px !important;
    border: 2px solid #ffffff !important;
    border-radius: 999px !important;
    background: rgba(7, 17, 38, .62) !important;
}


/* White outer border around the complete sermon card */
.sermon-cover-card.sermon-audio-card {
    border: 4px solid #ffffff !important;
    border-radius: 28px !important;
    overflow: hidden !important;
    box-sizing: border-box !important;
}

/* Restore the AUDIO and PLAY container to the smaller subtle border */
.sermon-audio-card .sermon-cover-info-minimal,
.sermon-cover-card .sermon-cover-info-minimal {
    padding: 12px 14px !important;
    border: 1px solid rgba(255, 255, 255, .14) !important;
    border-radius: 999px !important;
}

/* Larger TV-style white border around sermon card */
.sermon-cover-card.sermon-audio-card {
    border: 6px solid #ffffff !important;
    border-radius: 32px !important;
    overflow: hidden !important;
    box-sizing: border-box !important;
}


/* Extra large TV-style white frame around sermon card */
.sermon-cover-card.sermon-audio-card {
    border: 8px solid #ffffff !important;
    border-radius: 36px !important;
    overflow: hidden !important;
    box-sizing: border-box !important;
}


/* Improve Radio CTA section colors */
.radio-cta-section {
    background: linear-gradient(
        180deg,
        #F8FAFC 0%,
        #EEF3F8 100%
    ) !important;
}

/* Premium white CTA card */
.radio-cta-card {
    background: #ffffff !important;
    border-radius: 36px !important;
    box-shadow: 0 20px 50px rgba(15, 23, 42, .10) !important;
}


/* Reduce gap between partners and CTA section */
.radio-cta-section {
    padding-top: 35px !important;
    padding-bottom: 70px !important;
    margin-top: 0 !important;
}


/* Tighten space between partners and CTA */
.radio-cta-section {
    padding-top: 10px !important;
    padding-bottom: 70px !important;
}


/* Make partner logos larger and easier to read */
.partner-card img {
    max-height: 110px !important;
    width: auto !important;
    object-fit: contain !important;
    transform: scale(1.25) !important;
}


/* VOZ DEL REINO mobile header logo */
.header-logo-radio {
    display: none !important;
}

@media (max-width: 768px) {
    body.radio-page .header-logo-church {
        display: none !important;
    }

    body.radio-page .header-logo-radio {
        display: block !important;
    }
}


/* Default hide radio logo */
.header-logo-radio {
    display: none !important;
}

/* Show VOZ DEL REINO logo only on mobile radio page */
@media (max-width: 768px) {
    body.radio-page .header-logo-church {
        display: none !important;
    }

    body.radio-page .header-logo-radio {
        display: block !important;
    }
}

