:root {
    --brand-navy: #0b2c62;
    --brand-blue: #174a93;
    --brand-gold: #d4a63a;
    --brand-gold-dark: #b88721;
    --brand-wine: #123c78;
    --brand-soft: #eef4ff;
    --brand-cream: #fffaf2;
    --whatsapp: #25d366;
    --whatsapp-dark: #1ebe5d;
    --text: #182033;
    --muted: #6b7280;
    --radius: 22px;
    --shadow: 0 22px 60px rgba(11, 44, 98, .14);
}

* { box-sizing: border-box; }

body {
    color: var(--text);
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    background: #fff;
}

a { text-decoration: none; }

.top-strip {
    background: linear-gradient(90deg, var(--brand-navy), var(--brand-blue));
    color: #fff;
}

.brand-mark {
    display: inline-flex;
    align-items: center;
}

.brand-logo {
    display: block;
    width: min(100%, 260px);
    height: auto;
}

.footer-logo {
    width: 78px;
    height: 78px;
    object-fit: contain;
    border-radius: 18px;
    background: rgba(255,255,255,.08);
    padding: .35rem;
}

.footer-brand h5 {
    margin-bottom: .1rem;
}


.navbar .nav-link {
    color: #26364f;
    font-weight: 800;
    border-radius: 999px;
    padding-inline: .9rem !important;
}

.navbar .nav-link.active,
.navbar .nav-link:hover {
    color: var(--brand-navy);
    background: var(--brand-soft);
}

.btn-whatsapp,
.btn-whatsapp:visited {
    background: var(--whatsapp);
    border-color: var(--whatsapp);
    color: #fff;
    font-weight: 850;
}

.btn-whatsapp:hover,
.btn-whatsapp:focus {
    background: var(--whatsapp-dark);
    border-color: var(--whatsapp-dark);
    color: #fff;
}

.btn-gold {
    background: linear-gradient(135deg, #ffe2a0, var(--brand-gold));
    border: 0;
    color: var(--brand-navy);
    font-weight: 900;
    box-shadow: 0 16px 35px rgba(217, 164, 65, .25);
}

.btn-gold:hover { color: var(--brand-navy); transform: translateY(-1px); }

.social-bar {
    position: fixed;
    top: 42%;
    left: 0;
    z-index: 1030;
    display: flex;
    flex-direction: column;
    box-shadow: var(--shadow);
    border-radius: 0 16px 16px 0;
    overflow: hidden;
}

.social-bar a,
.footer-social {
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    color: #fff;
}

.facebook { background: #1877f2; }
.instagram { background: #c13584; }
.youtube { background: #ff0000; }
.whatsapp { background: var(--whatsapp); }

.hero-slide {
    min-height: 680px;
    display: flex;
    align-items: center;
    background-size: cover;
    background-position: center;
    position: relative;
}

.hero-slide::before,
.page-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 75% 20%, rgba(217, 164, 65, .32), transparent 30%), linear-gradient(90deg, rgba(7,21,47,.95), rgba(21,62,117,.66), rgba(104,33,58,.36));
}

.slide-one { background-image: url('../img/banner-principal.png'); background-size: cover; background-position: center; }
.slide-two { background-image: linear-gradient(135deg, rgba(11,44,98,.92), rgba(23,74,147,.82)), url('../img/mockup-inicio.png'); background-size: cover; background-position: center; }
.slide-three { background-image: linear-gradient(135deg, rgba(11,44,98,.9), rgba(212,166,58,.55)), url('../img/banner-principal.png'); background-size: cover; background-position: center; }

.hero-content {
    max-width: 760px;
    color: #fff;
    position: relative;
    z-index: 1;
}

.hero-content h1,
.hero-content h2 {
    font-size: clamp(2.5rem, 6vw, 5.8rem);
    line-height: .95;
    font-weight: 950;
    letter-spacing: -.06em;
}

.hero-content p {
    font-size: clamp(1.05rem, 2vw, 1.32rem);
    max-width: 650px;
    color: rgba(255,255,255,.88);
}

.hero-content-premium {
    max-width: 820px;
}

.hero-brand-card {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1rem;
}

.hero-logo {
    width: 110px;
    height: 110px;
    object-fit: contain;
    border-radius: 22px;
    background: rgba(255,255,255,.10);
    padding: .4rem;
    backdrop-filter: blur(4px);
    box-shadow: 0 18px 44px rgba(0,0,0,.18);
}

.hero-mini-points {
    display: flex;
    flex-wrap: wrap;
    gap: .8rem;
}

.hero-mini-points span {
    display: inline-flex;
    align-items: center;
    padding: .6rem .95rem;
    border-radius: 999px;
    background: rgba(255,255,255,.12);
    border: 1px solid rgba(255,255,255,.18);
    color: #fff;
    font-weight: 700;
    backdrop-filter: blur(4px);
}

.mockup-card {
    border: 1px solid rgba(23, 74, 147, .12);
    border-radius: 28px;
    background: #fff;
    box-shadow: var(--shadow);
    overflow: hidden;
}

.main-banner-preview,
.web-mockup-preview {
    display: block;
    width: 100%;
    height: auto;
}

.home-logo-showcase {
    width: 180px;
    height: 180px;
    object-fit: contain;
}

.eyebrow {
    display: inline-block;
    color: var(--brand-gold);
    font-size: .78rem;
    font-weight: 950;
    letter-spacing: .12em;
    text-transform: uppercase;
    margin-bottom: .75rem;
}

.feature-box,
.contact-card,
.devotional-card,
.service-card,
.bible-reader,
.scripture-card {
    border: 1px solid rgba(21, 62, 117, .1);
    border-radius: var(--radius);
    background: #fff;
    box-shadow: var(--shadow);
}

.feature-box {
    height: 100%;
    display: flex;
    gap: 1rem;
    padding: 1.35rem;
}

.feature-box i,
.service-card i {
    width: 54px;
    height: 54px;
    display: grid;
    place-items: center;
    flex: 0 0 auto;
    border-radius: 18px;
    background: var(--brand-soft);
    color: var(--brand-wine);
    font-size: 1.45rem;
}

.feature-box h3,
.service-card h3 { font-size: 1.05rem; font-weight: 900; }
.feature-box p,
.service-card p { margin: 0; color: var(--muted); }

.section-soft { background: linear-gradient(180deg, var(--brand-cream), #fff); }

.section-heading { max-width: 760px; margin-bottom: 2rem; }
.section-heading span { color: var(--brand-wine); font-weight: 950; text-transform: uppercase; font-size: .78rem; letter-spacing: .12em; }
.section-heading h2 { font-weight: 950; font-size: clamp(2rem, 4vw, 3.35rem); letter-spacing: -.05em; }

.scripture-card {
    padding: clamp(1.5rem, 4vw, 3rem);
    color: #fff;
    background: radial-gradient(circle at top right, rgba(217,164,65,.35), transparent 35%), linear-gradient(135deg, var(--brand-navy), var(--brand-wine));
}

.scripture-card h2,
.scripture-card h3 { font-weight: 950; letter-spacing: -.04em; }
.scripture-card p { color: rgba(255,255,255,.78); }

.service-card {
    display: block;
    height: 100%;
    padding: 1.5rem;
    color: var(--text);
    transition: transform .2s ease, box-shadow .2s ease;
}
.service-card:hover { color: var(--text); transform: translateY(-5px); box-shadow: 0 28px 70px rgba(7,21,47,.16); }
.service-card i { margin-bottom: 1rem; }

.page-hero {
    position: relative;
    padding: 6rem 0;
    color: #fff;
    background-size: cover;
    background-position: center;
}

.page-hero .container { position: relative; z-index: 1; }
.page-hero h1 { font-size: clamp(2.5rem, 5vw, 4.7rem); font-weight: 950; letter-spacing: -.06em; }
.page-hero p { max-width: 760px; margin: 0; font-size: 1.14rem; color: rgba(255,255,255,.85); }

.hero-devocionales { background-image: url('https://images.unsplash.com/photo-1481627834876-b7833e8f5570?auto=format&fit=crop&w=1800&q=80'); }
.hero-bosquejos { background-image: url('https://images.unsplash.com/photo-1516321318423-f06f85e504b3?auto=format&fit=crop&w=1800&q=80'); }
.hero-biblia { background-image: url('https://images.unsplash.com/photo-1509021436665-8f07dbf5bf1d?auto=format&fit=crop&w=1800&q=80'); }
.hero-consejeria { background-image: url('https://images.unsplash.com/photo-1521737604893-d14cc237f11d?auto=format&fit=crop&w=1800&q=80'); }
.hero-contacto { background-image: url('https://images.unsplash.com/photo-1516387938699-a93567ec168e?auto=format&fit=crop&w=1800&q=80'); }

.contact-card,
.devotional-card,
.bible-reader { padding: clamp(1.4rem, 3vw, 2rem); }

.devotional-date {
    display: inline-flex;
    padding: .35rem .75rem;
    border-radius: 999px;
    color: var(--brand-navy);
    background: var(--brand-soft);
    font-weight: 850;
    margin-bottom: 1rem;
}
.devotional-card h2 { font-size: 1.45rem; font-weight: 950; letter-spacing: -.03em; }
.reference { color: var(--brand-wine); font-weight: 850; }
.devotional-block { padding: .9rem 1rem; border-radius: 16px; background: var(--brand-cream); margin-top: .8rem; color: #3f4758; }

.contact-item { display: flex; gap: 1rem; padding: 1rem 0; border-bottom: 1px solid rgba(21,62,117,.1); }
.contact-item i { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 14px; background: var(--brand-soft); color: var(--brand-wine); flex: 0 0 auto; }
.contact-item p { margin: 0; color: var(--muted); }

.form-control,
.form-select { border-radius: 14px; padding: .78rem 1rem; border-color: rgba(21,62,117,.16); }
.form-control:focus,
.form-select:focus { border-color: var(--brand-gold); box-shadow: 0 0 0 .25rem rgba(217,164,65,.18); }

.bible-reader { min-height: 430px; }
.bible-text { font-size: 1.18rem; line-height: 1.9; color: #2c3548; background: var(--brand-cream); border-radius: 18px; padding: 1.35rem; }
.bible-text sup { color: var(--brand-wine); font-weight: 900; }

.footer {
    color: #fff;
    background: radial-gradient(circle at 20% 0%, rgba(212,166,58,.18), transparent 24%), linear-gradient(135deg, #081d46, var(--brand-navy), var(--brand-blue));
}
.footer h5,
.footer h6 { font-weight: 950; }
.footer-list li { margin-bottom: .7rem; color: rgba(255,255,255,.68); }
.footer-list a { color: rgba(255,255,255,.68); }
.footer-list a:hover { color: #fff; }
.footer-social { border-radius: 14px; }

.floating-whatsapp {
    position: fixed;
    right: 20px;
    bottom: 20px;
    width: 58px;
    height: 58px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: var(--whatsapp);
    color: #fff;
    font-size: 1.8rem;
    z-index: 1030;
    box-shadow: 0 18px 45px rgba(37,211,102,.35);
}
.floating-whatsapp:hover { color: #fff; transform: translateY(-2px); }

@media (max-width: 991.98px) {
    .social-bar { display: none; }
    .hero-slide { min-height: 590px; }
}

.hero-admin { background-image: url('https://images.unsplash.com/photo-1455390582262-044cdead277a?auto=format&fit=crop&w=1800&q=80'); }

.feature-box {
    color: var(--text);
    transition: transform .2s ease, box-shadow .2s ease;
}
.feature-box:hover {
    color: var(--text);
    transform: translateY(-4px);
    box-shadow: 0 28px 70px rgba(7,21,47,.16);
}

.admin-stat {
    display: flex;
    align-items: center;
    gap: 1rem;
    border: 1px solid rgba(21, 62, 117, .1);
    border-radius: var(--radius);
    background: #fff;
    box-shadow: var(--shadow);
    padding: 1.35rem;
}
.admin-stat i {
    width: 58px;
    height: 58px;
    display: grid;
    place-items: center;
    border-radius: 18px;
    background: linear-gradient(135deg, #ffe2a0, var(--brand-gold));
    color: var(--brand-navy);
    font-size: 1.45rem;
}
.admin-stat strong {
    display: block;
    font-size: 1.65rem;
    font-weight: 950;
    letter-spacing: -.04em;
    color: var(--brand-navy);
}
.admin-stat span {
    color: var(--muted);
    font-weight: 700;
}
.fw-black { font-weight: 950; }

.devotional-user-form textarea {
    resize: vertical;
}

.nav-badge {
    display: inline-block;
    margin-left: .25rem;
    padding: .1rem .45rem;
    border-radius: 999px;
    background: var(--brand-gold);
    color: var(--brand-navy);
    font-size: .66rem;
    font-weight: 950;
    vertical-align: middle;
}

.nav-admin-link {
    border: 1px solid rgba(7, 21, 47, .12);
}

.version-note {
    border: 1px dashed rgba(217, 164, 65, .75);
    background: linear-gradient(135deg, #fff9ea, #f5f9ff);
    color: var(--brand-navy);
    border-radius: 18px;
    padding: 1rem 1.2rem;
    font-weight: 750;
}


@media (max-width: 991.98px) {
    .brand-logo { width: 240px; }
    .footer-logo { width: 68px; height: 68px; }
}

@media (max-width: 991.98px) {
    .hero-brand-card { flex-direction: column; align-items: flex-start; }
    .hero-logo { width: 88px; height: 88px; }
    .home-logo-showcase { width: 140px; height: 140px; }
}


.hero-eventos { background-image: linear-gradient(135deg, rgba(11,44,98,.9), rgba(23,74,147,.65)), url('../img/banner-principal.png'); }
.hero-predicaciones { background-image: linear-gradient(135deg, rgba(11,44,98,.9), rgba(212,166,58,.45)), url('../img/mockup-inicio.png'); }

.event-card,
.sermon-card,
.admin-action-card {
    border: 1px solid rgba(23, 74, 147, .12);
    border-radius: var(--radius);
    background: #fff;
    box-shadow: var(--shadow);
}

.event-card,
.sermon-card {
    padding: 1.35rem;
}

.event-card h3,
.sermon-card h3 {
    font-weight: 950;
    letter-spacing: -.03em;
    color: var(--brand-navy);
}

.event-date-box {
    width: 74px;
    height: 74px;
    display: grid;
    place-items: center;
    float: right;
    border-radius: 20px;
    color: var(--brand-navy);
    background: linear-gradient(135deg, #fff2c4, var(--brand-gold));
    box-shadow: 0 16px 35px rgba(212,166,58,.24);
}

.event-date-box strong {
    display: block;
    line-height: .9;
    font-size: 1.8rem;
    font-weight: 950;
}

.event-date-box span {
    display: block;
    font-size: .72rem;
    font-weight: 950;
    letter-spacing: .12em;
}

.event-type {
    display: inline-flex;
    padding: .35rem .75rem;
    border-radius: 999px;
    background: var(--brand-soft);
    color: var(--brand-navy);
    font-weight: 850;
    margin-bottom: 1rem;
}

.sermon-icon {
    width: 64px;
    height: 64px;
    display: grid;
    place-items: center;
    flex: 0 0 auto;
    border-radius: 20px;
    background: linear-gradient(135deg, #fff2c4, var(--brand-gold));
    color: var(--brand-navy);
    font-size: 1.7rem;
}

.admin-action-card {
    display: block;
    height: 100%;
    padding: 1.25rem;
    color: var(--text);
    transition: transform .2s ease, box-shadow .2s ease;
}

.admin-action-card:hover {
    color: var(--text);
    transform: translateY(-4px);
    box-shadow: 0 28px 70px rgba(11,44,98,.18);
}

.admin-action-card i {
    width: 52px;
    height: 52px;
    display: grid;
    place-items: center;
    border-radius: 16px;
    background: var(--brand-soft);
    color: var(--brand-navy);
    font-size: 1.45rem;
    margin-bottom: .8rem;
}

.admin-action-card strong,
.admin-action-card span {
    display: block;
}

.admin-action-card strong {
    color: var(--brand-navy);
    font-weight: 950;
    margin-bottom: .2rem;
}

.admin-action-card span {
    color: var(--muted);
}

video,
audio {
    outline: none;
}


/* Navbar premium organizado */
.site-header {
    border-bottom: 1px solid rgba(11, 44, 98, .08);
}

.navbar-premium .container {
    gap: 1rem;
}

.main-menu {
    gap: .15rem;
}

.navbar-premium .navbar-brand {
    margin-right: 1rem;
}

.navbar-premium .nav-link {
    display: inline-flex;
    align-items: center;
    color: #23324b;
    font-size: .88rem;
    font-weight: 850;
    border-radius: 999px;
    padding: .54rem .78rem !important;
    line-height: 1;
    white-space: nowrap;
}

.navbar-premium .nav-link.active,
.navbar-premium .nav-link:hover,
.navbar-premium .show > .nav-link {
    color: var(--brand-navy);
    background: linear-gradient(135deg, #eef4ff, #fff8e8);
}

.dropdown-menu-premium {
    min-width: 245px;
    padding: .55rem;
    border: 1px solid rgba(11, 44, 98, .08);
    border-radius: 18px;
    box-shadow: 0 22px 60px rgba(11, 44, 98, .16);
}

.dropdown-menu-premium .dropdown-item {
    display: flex;
    align-items: center;
    gap: .7rem;
    border-radius: 13px;
    padding: .7rem .75rem;
    color: #23324b;
    font-weight: 750;
}

.dropdown-menu-premium .dropdown-item i {
    width: 1.3rem;
    color: var(--brand-gold-dark);
    font-size: 1rem;
}

.dropdown-menu-premium .dropdown-item.active,
.dropdown-menu-premium .dropdown-item:active,
.dropdown-menu-premium .dropdown-item:hover {
    color: var(--brand-navy);
    background: #f4f7ff;
}

.dropdown-badge {
    display: inline-block;
    margin-left: .35rem;
    padding: .08rem .42rem;
    border-radius: 999px;
    background: var(--brand-gold);
    color: var(--brand-navy);
    font-size: .65rem;
    font-weight: 950;
    text-transform: uppercase;
}

.nav-admin-link {
    border: 1px solid rgba(11, 44, 98, .12);
}

.nav-whatsapp {
    border-radius: 999px;
    padding: .55rem 1rem;
    font-size: .88rem;
    box-shadow: 0 12px 28px rgba(37, 211, 102, .22);
}

.compact-toggler {
    border: 1px solid rgba(11, 44, 98, .12);
    border-radius: 14px;
    padding: .45rem .6rem;
}

@media (min-width: 992px) {
    .navbar-premium .dropdown:hover > .dropdown-menu {
        display: block;
        margin-top: 0;
    }
}

@media (max-width: 1199.98px) {
    .brand-logo { width: 230px; }
    .navbar-premium .nav-link { font-size: .84rem; padding-inline: .65rem !important; }
}

@media (max-width: 991.98px) {
    .brand-logo { width: 220px; }
    .main-menu { gap: .2rem; padding-top: 1rem; }
    .navbar-premium .nav-link {
        width: 100%;
        justify-content: flex-start;
        padding: .75rem .9rem !important;
        border-radius: 14px;
    }
    .dropdown-menu-premium {
        border: 0;
        box-shadow: none;
        padding: .35rem 0 .45rem 1rem;
        margin: 0;
    }
    .nav-whatsapp {
        width: 100%;
        margin-top: .4rem;
    }
}


.bible-tools-card code,
.bible-install-note code {
    color: var(--brand-navy);
    background: var(--brand-soft);
    border-radius: 8px;
    padding: .08rem .35rem;
    font-weight: 800;
}

.bible-reader .alert {
    border-radius: 16px;
}

.bible-text p {
    margin-bottom: 1rem;
}

.bible-text p:last-child {
    margin-bottom: 0;
}

.bible-text sup {
    margin-right: .25rem;
}

.bible-keyword-results {
    scroll-margin-top: 120px;
}

.bible-search-results {
    display: grid;
    gap: .85rem;
}

.bible-result-item {
    display: block;
    width: 100%;
    text-align: left;
    border: 1px solid rgba(23, 74, 147, .12);
    border-radius: 16px;
    background: #fff;
    padding: 1rem;
    color: var(--text);
    transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.bible-result-item strong {
    display: block;
    color: var(--brand-navy);
    margin-bottom: .35rem;
}

.bible-result-item span {
    display: block;
    color: #3f4758;
    line-height: 1.6;
}

.bible-result-item:hover {
    transform: translateY(-2px);
    border-color: rgba(212, 166, 58, .55);
    box-shadow: 0 18px 44px rgba(11, 44, 98, .10);
}

.bible-text p:last-child {
    margin-bottom: 0;
}


/* V10 limpieza ministerial y portafolio devocional */
.home-clean-hero {
    position: relative;
    padding: clamp(5rem, 9vw, 8rem) 0;
    background: linear-gradient(135deg, rgba(248,251,255,.94), rgba(255,250,242,.88)), url('../img/banner-principal.png');
    background-size: cover;
    background-position: center;
    overflow: hidden;
}
.home-clean-hero::after {
    content: "";
    position: absolute;
    right: -160px;
    top: -160px;
    width: 430px;
    height: 430px;
    border-radius: 50%;
    background: rgba(11,44,98,.06);
}
.home-clean-hero .container { position: relative; z-index: 1; }
.home-clean-hero h1 {
    color: var(--brand-navy);
    font-size: clamp(2.45rem, 5vw, 5rem);
    line-height: .98;
    font-weight: 950;
    letter-spacing: -.06em;
}
.home-clean-hero p {
    color: #4b5a72;
    font-size: clamp(1.05rem, 2vw, 1.25rem);
    max-width: 680px;
}
.clean-logo-panel {
    border: 1px solid rgba(23,74,147,.12);
    border-radius: 34px;
    background: rgba(255,255,255,.78);
    box-shadow: var(--shadow);
    padding: clamp(1.4rem, 3vw, 2.4rem);
    text-align: center;
    backdrop-filter: blur(8px);
}
.clean-logo-panel img { width: min(100%, 310px); height: auto; }
.clean-logo-panel strong { display: block; margin-top: 1rem; color: var(--brand-navy); }
.focus-card {
    display: block;
    height: 100%;
    padding: 2rem;
    border: 1px solid rgba(23,74,147,.12);
    border-radius: 28px;
    background: #fff;
    color: var(--text);
    box-shadow: 0 18px 50px rgba(11,44,98,.08);
    transition: transform .2s ease, box-shadow .2s ease;
}
.focus-card:hover { color: var(--text); transform: translateY(-6px); box-shadow: 0 26px 70px rgba(11,44,98,.14); }
.focus-card i {
    width: 64px;
    height: 64px;
    display: grid;
    place-items: center;
    border-radius: 20px;
    background: linear-gradient(135deg, #fff6df, #e9f1ff);
    color: var(--brand-navy);
    font-size: 1.7rem;
    margin-bottom: 1.15rem;
}
.focus-card h2 { font-size: 1.35rem; font-weight: 950; color: var(--brand-navy); }
.focus-card p { color: var(--muted); }
.focus-card span { color: var(--brand-gold-dark); font-weight: 900; }
.clean-scripture-card { background: linear-gradient(135deg, var(--brand-navy), var(--brand-blue)); }
.pastoral-cta {
    border-radius: 28px;
    padding: clamp(1.6rem, 4vw, 2.6rem);
    background: radial-gradient(circle at top right, rgba(255,255,255,.16), transparent 38%), linear-gradient(135deg, var(--brand-navy), var(--brand-blue));
    color: #fff;
    box-shadow: var(--shadow);
}
.pastoral-cta i { font-size: 2.4rem; color: var(--brand-gold); }
.pastoral-cta h2 { font-weight: 950; letter-spacing: -.04em; margin-top: 1rem; }
.pastoral-cta p { color: rgba(255,255,255,.8); }
.clean-hero {
    position: relative;
    padding: clamp(5rem, 9vw, 7rem) 0;
    color: #fff;
    background: radial-gradient(circle at top right, rgba(212,166,58,.45), transparent 35%), linear-gradient(135deg, #071c42, var(--brand-navy), var(--brand-blue));
    overflow: hidden;
}
.clean-hero h1 { font-size: clamp(2.3rem, 5vw, 4.8rem); line-height: 1; font-weight: 950; letter-spacing: -.06em; }
.clean-hero p { color: rgba(255,255,255,.82); font-size: 1.16rem; max-width: 760px; }
.hero-scripture-card {
    border: 1px solid rgba(255,255,255,.15);
    border-radius: 30px;
    background: rgba(255,255,255,.11);
    padding: 2rem;
    backdrop-filter: blur(8px);
    box-shadow: 0 22px 60px rgba(0,0,0,.18);
}
.hero-scripture-card i { font-size: 3rem; color: var(--brand-gold); }
.hero-scripture-card strong { display: block; margin-top: 1rem; font-size: 1.4rem; }
.hero-scripture-card span { color: rgba(255,255,255,.75); }
.portfolio-card {
    display: flex;
    flex-direction: column;
    border: 1px solid rgba(23,74,147,.12);
    border-radius: 28px;
    background: #fff;
    overflow: hidden;
    box-shadow: 0 18px 50px rgba(11,44,98,.08);
    transition: transform .2s ease, box-shadow .2s ease;
}
.portfolio-card:hover { transform: translateY(-6px); box-shadow: 0 26px 70px rgba(11,44,98,.14); }
.portfolio-image-wrap { position: relative; display: block; overflow: hidden; aspect-ratio: 16 / 10; background: var(--brand-soft); }
.portfolio-image { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .3s ease; }
.portfolio-card:hover .portfolio-image { transform: scale(1.04); }
.portfolio-date {
    position: absolute;
    left: 1rem;
    top: 1rem;
    padding: .35rem .7rem;
    border-radius: 999px;
    background: rgba(255,255,255,.9);
    color: var(--brand-navy);
    font-size: .8rem;
    font-weight: 900;
}
.portfolio-body { padding: 1.35rem; display: flex; flex-direction: column; flex: 1; }
.portfolio-body h3 { font-size: 1.25rem; font-weight: 950; letter-spacing: -.03em; color: var(--brand-navy); margin: .2rem 0 .6rem; }
.portfolio-body p { color: var(--muted); flex: 1; }
.empty-state {
    max-width: 560px;
    padding: 2.5rem;
    border: 1px dashed rgba(23,74,147,.25);
    border-radius: 30px;
    background: #fff;
    box-shadow: 0 18px 50px rgba(11,44,98,.08);
}
.empty-state i { font-size: 3rem; color: var(--brand-gold-dark); }
.devotional-detail-hero {
    position: relative;
    color: #fff;
    padding: clamp(5rem, 10vw, 8rem) 0;
    background-image: linear-gradient(90deg, rgba(7,21,47,.94), rgba(11,44,98,.75), rgba(11,44,98,.45)), var(--detail-image);
    background-size: cover;
    background-position: center;
}
.devotional-detail-hero h1 { font-size: clamp(2.35rem, 5vw, 4.8rem); line-height: 1; font-weight: 950; letter-spacing: -.06em; }
.devotional-detail-hero p { color: rgba(255,255,255,.85); font-size: 1.14rem; max-width: 720px; }
.detail-meta-card {
    border: 1px solid rgba(255,255,255,.16);
    border-radius: 28px;
    background: rgba(255,255,255,.12);
    backdrop-filter: blur(10px);
    padding: 1rem;
}
.detail-meta-card img { width: 100%; aspect-ratio: 16/10; object-fit: cover; border-radius: 20px; }
.detail-meta-card ul { list-style: none; padding: 1rem .25rem .25rem; margin: 0; color: rgba(255,255,255,.86); }
.detail-meta-card li + li { margin-top: .45rem; }
.devotional-reading-card {
    border: 1px solid rgba(23,74,147,.12);
    border-radius: 30px;
    background: #fff;
    box-shadow: var(--shadow);
    padding: clamp(1.4rem, 4vw, 3rem);
}
.devotional-rich-text { font-size: 1.12rem; line-height: 1.9; color: #2d3748; }
.reading-highlight, .reading-prayer {
    border-radius: 22px;
    padding: 1.25rem;
    background: var(--brand-cream);
    border: 1px solid rgba(212,166,58,.22);
    color: #2d3748;
}
.reading-prayer { background: var(--brand-soft); border-color: rgba(23,74,147,.16); }
.admin-thumb {
    width: 84px;
    height: 58px;
    object-fit: cover;
    border-radius: 14px;
    background: var(--brand-soft);
    flex: 0 0 auto;
}
@media (max-width: 991.98px) {
    .home-clean-hero { padding-top: 3.8rem; }
    .clean-logo-panel img { width: min(100%, 240px); }
    .portfolio-card { border-radius: 22px; }
}


/* V11: restauración visual del inicio y portafolio público de usuarios */
.home-hero-image-panel {
    position: relative;
    border-radius: 34px;
    overflow: hidden;
    box-shadow: var(--shadow);
    border: 1px solid rgba(23,74,147,.12);
    background: #fff;
}
.home-hero-image {
    display: block;
    width: 100%;
    min-height: 430px;
    object-fit: cover;
}
.home-hero-floating-logo {
    position: absolute;
    left: 1rem;
    right: 1rem;
    bottom: 1rem;
    display: flex;
    align-items: center;
    gap: .9rem;
    border-radius: 24px;
    padding: .85rem 1rem;
    background: rgba(255,255,255,.88);
    backdrop-filter: blur(12px);
    box-shadow: 0 18px 45px rgba(7,21,47,.18);
}
.home-hero-floating-logo img {
    width: 62px;
    height: 62px;
    object-fit: contain;
    flex: 0 0 auto;
}
.home-hero-floating-logo span {
    color: var(--brand-navy);
    font-weight: 950;
    line-height: 1.15;
}
.user-devotional-hero {
    background: radial-gradient(circle at top right, rgba(212,166,58,.42), transparent 32%), linear-gradient(135deg, #071c42, var(--brand-navy), var(--brand-blue));
}
.public-portfolio-preview {
    position: relative;
    overflow: hidden;
    border-radius: 30px;
    padding: clamp(1.6rem, 4vw, 3rem);
    color: #fff;
    background: radial-gradient(circle at 90% 10%, rgba(212,166,58,.42), transparent 28%), linear-gradient(135deg, var(--brand-navy), var(--brand-blue));
    box-shadow: var(--shadow);
}
.public-portfolio-preview p { color: rgba(255,255,255,.82); }
.preview-window {
    max-width: 420px;
    border-radius: 26px;
    background: rgba(255,255,255,.13);
    border: 1px solid rgba(255,255,255,.18);
    padding: 1rem;
    backdrop-filter: blur(8px);
}
.preview-image {
    height: 150px;
    border-radius: 20px;
    background: linear-gradient(135deg, rgba(255,255,255,.9), rgba(212,166,58,.72));
}
.preview-lines { padding: 1rem 0 .4rem; }
.preview-lines span {
    display: block;
    height: 10px;
    border-radius: 999px;
    background: rgba(255,255,255,.72);
    margin-bottom: .55rem;
}
.preview-lines span:nth-child(1) { width: 82%; }
.preview-lines span:nth-child(2) { width: 62%; }
.preview-lines span:nth-child(3) { width: 74%; }
.preview-window button {
    border: 0;
    border-radius: 999px;
    padding: .55rem 1rem;
    background: linear-gradient(135deg, #ffe2a0, var(--brand-gold));
    color: var(--brand-navy);
    font-weight: 950;
}
.mini-badge {
    display: inline-flex;
    align-items: center;
    padding: .25rem .6rem;
    border-radius: 999px;
    background: var(--brand-soft);
    color: var(--brand-navy);
    font-size: .78rem;
    font-weight: 850;
}
.mini-badge-gold {
    background: #fff5dc;
    color: #8a5c10;
}
.user-devotional-card .portfolio-body p {
    min-height: 76px;
}
.section-community-devotionals {
    background: radial-gradient(circle at 12% 15%, rgba(212,166,58,.16), transparent 28%), #fff;
}
@media (max-width: 991.98px) {
    .home-hero-image { min-height: 320px; }
    .home-hero-floating-logo { position: static; border-radius: 0; }
}


/* V12 Moderación de devocionales públicos */
.admin-stat-warning i {
    background: linear-gradient(135deg, #fff3cd, var(--brand-gold));
}
.admin-action-highlight {
    border-color: rgba(217, 164, 65, .55) !important;
    background: linear-gradient(135deg, #fffaf0, #ffffff) !important;
}
.moderation-badge {
    display: inline-flex;
    align-items: center;
    gap: .35rem;
    border-radius: 999px;
    padding: .25rem .65rem;
    font-size: .72rem;
    line-height: 1;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .06em;
}
.status-pending { background: #fff3cd; color: #7a5200; }
.status-approved { background: #d1e7dd; color: #0f5132; }
.status-rejected { background: #f8d7da; color: #842029; }
.status-unknown { background: #e9ecef; color: #495057; }
.moderation-control-panel {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    border: 1px solid rgba(21, 62, 117, .10);
    border-radius: 28px;
    background: #fff;
    box-shadow: var(--shadow);
    padding: clamp(1.25rem, 3vw, 2rem);
}
.moderation-filter {
    display: block;
    border: 1px solid rgba(21, 62, 117, .10);
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 14px 40px rgba(7, 21, 47, .08);
    padding: 1.25rem;
    color: var(--brand-navy);
    transition: transform .2s ease, border-color .2s ease;
}
.moderation-filter:hover,
.moderation-filter.active {
    color: var(--brand-navy);
    transform: translateY(-3px);
    border-color: rgba(217, 164, 65, .8);
}
.moderation-filter strong {
    display: block;
    font-size: 2rem;
    font-weight: 950;
    letter-spacing: -.05em;
}
.moderation-filter span {
    color: var(--muted);
    font-weight: 800;
}
.moderation-card {
    border: 1px solid rgba(21, 62, 117, .10);
    border-radius: 28px;
    background: #fff;
    box-shadow: var(--shadow);
    overflow: hidden;
}
.moderation-card-head {
    display: grid;
    grid-template-columns: 140px 1fr;
    gap: 1rem;
    padding: 1rem;
    align-items: center;
    border-bottom: 1px solid rgba(21, 62, 117, .08);
}
.moderation-card-head img {
    width: 140px;
    height: 105px;
    object-fit: cover;
    border-radius: 20px;
    background: var(--brand-soft);
}
.moderation-card-head h3 {
    margin: .6rem 0 .25rem;
    font-weight: 950;
    letter-spacing: -.03em;
}
.moderation-card-body {
    padding: 1.25rem;
}
.moderation-details {
    border-radius: 18px;
    background: var(--brand-cream);
    padding: 1rem;
}
.moderation-details summary {
    cursor: pointer;
    font-weight: 900;
    color: var(--brand-navy);
}
.moderation-actions {
    display: flex;
    flex-wrap: wrap;
    gap: .5rem;
    padding: 1rem 1.25rem 1.25rem;
    border-top: 1px solid rgba(21, 62, 117, .08);
}
@media (max-width: 767.98px) {
    .moderation-control-panel { flex-direction: column; align-items: stretch; }
    .moderation-card-head { grid-template-columns: 1fr; }
    .moderation-card-head img { width: 100%; height: 190px; }
}


.password-input-group .btn {
    border-radius: 0 14px 14px 0;
}

.security-card {
    border: 1px solid rgba(21, 62, 117, .1);
    border-radius: var(--radius);
    background: #fff;
    box-shadow: var(--shadow);
    padding: clamp(1.35rem, 3vw, 2rem);
}

.security-note {
    border: 1px solid rgba(217, 164, 65, .35);
    border-radius: 18px;
    background: linear-gradient(135deg, #fff9ea, #f5f9ff);
    padding: 1rem 1.2rem;
}

.recovery-steps {
    counter-reset: recovery;
    display: grid;
    gap: .9rem;
}

.recovery-steps li {
    list-style: none;
    display: flex;
    gap: .85rem;
    align-items: flex-start;
    color: var(--muted);
}

.recovery-steps li::before {
    counter-increment: recovery;
    content: counter(recovery);
    width: 28px;
    height: 28px;
    display: grid;
    place-items: center;
    border-radius: 999px;
    background: var(--brand-gold);
    color: var(--brand-navy);
    font-weight: 950;
    flex: 0 0 auto;
}

/* V13 - Carrusel elegante y multimedia */
.home-hero-carousel {
    position: relative;
    overflow: hidden;
    border-radius: 34px;
    border: 1px solid rgba(21, 62, 117, .10);
    background: #fff;
    box-shadow: var(--shadow);
    min-height: 440px;
}

.home-carousel-image {
    display: block;
    width: 100%;
    height: 440px;
    object-fit: cover;
    background: #fff;
}

.home-hero-carousel .carousel-indicators {
    margin-bottom: .85rem;
}

.home-hero-carousel .carousel-indicators [data-bs-target] {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: var(--brand-gold);
}

.home-hero-carousel .carousel-control-prev,
.home-hero-carousel .carousel-control-next {
    width: 12%;
    opacity: .85;
}

.media-portfolio-card {
    background: #fff;
    border: 1px solid rgba(21, 62, 117, .10);
    border-radius: 26px;
    overflow: hidden;
    box-shadow: 0 18px 45px rgba(11, 44, 98, .10);
    transition: transform .18s ease, box-shadow .18s ease;
}

.media-portfolio-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 24px 64px rgba(11, 44, 98, .16);
}

.media-card-image-wrap {
    position: relative;
    display: block;
    overflow: hidden;
    background: linear-gradient(135deg, var(--brand-soft), #fff);
}

.media-card-image {
    display: block;
    width: 100%;
    height: 235px;
    object-fit: cover;
    transition: transform .25s ease;
}

.media-portfolio-card:hover .media-card-image {
    transform: scale(1.035);
}

.media-provider-badge {
    position: absolute;
    left: 1rem;
    bottom: 1rem;
    display: inline-flex;
    align-items: center;
    gap: .25rem;
    padding: .45rem .75rem;
    border-radius: 999px;
    background: rgba(11, 44, 98, .88);
    color: #fff;
    font-weight: 900;
    font-size: .82rem;
    backdrop-filter: blur(5px);
}

.media-card-body {
    padding: 1.25rem;
}

.media-card-body h3 {
    font-size: 1.25rem;
    font-weight: 950;
    margin-bottom: .55rem;
}

.media-player-card {
    border: 1px solid rgba(21, 62, 117, .10);
    border-radius: 28px;
    background: #fff;
    padding: 1rem;
    box-shadow: var(--shadow);
}

.media-embed-frame,
.media-player-card video,
.media-detail-cover {
    overflow: hidden;
    border-radius: 22px;
    background: #07152f;
}

.media-detail-cover {
    width: 100%;
    max-height: 500px;
    object-fit: cover;
    display: block;
}

.sermon-sidebar {
    top: 110px;
}

.detail-list li {
    display: flex;
    gap: .8rem;
    padding: .8rem 0;
    border-bottom: 1px solid rgba(21, 62, 117, .08);
}

.detail-list li:last-child {
    border-bottom: 0;
}

.detail-list i {
    width: 38px;
    height: 38px;
    display: grid;
    place-items: center;
    border-radius: 14px;
    background: var(--brand-soft);
    color: var(--brand-navy);
    flex: 0 0 auto;
}

.submission-cta {
    border-radius: 32px;
    background: radial-gradient(circle at 15% 20%, rgba(212,166,58,.25), transparent 35%), linear-gradient(135deg, var(--brand-navy), var(--brand-blue));
    color: #fff;
    padding: clamp(2rem, 5vw, 4rem);
    box-shadow: var(--shadow);
}

.submission-cta p {
    max-width: 780px;
    margin-inline: auto;
    color: rgba(255,255,255,.82);
}

.moderation-steps {
    padding-left: 1.2rem;
}

.moderation-steps li {
    margin-bottom: .7rem;
}

.moderation-filter {
    display: block;
    border: 1px solid rgba(21, 62, 117, .12);
    border-radius: 22px;
    background: #fff;
    padding: 1rem;
    color: var(--text);
    box-shadow: 0 12px 32px rgba(11, 44, 98, .08);
}

.moderation-filter strong {
    display: block;
    font-size: 2rem;
    line-height: 1;
    color: var(--brand-navy);
}

.moderation-filter span {
    display: block;
    margin-top: .25rem;
    color: var(--muted);
    font-weight: 800;
}

.moderation-filter.active,
.moderation-filter:hover {
    border-color: rgba(212,166,58,.65);
    background: var(--brand-cream);
}

.admin-action-buttons form {
    display: inline-block;
}

@media (max-width: 991.98px) {
    .home-carousel-image { height: 360px; }
    .home-hero-carousel { min-height: 360px; }
    .sermon-sidebar { top: auto; }
}

@media (max-width: 575.98px) {
    .home-carousel-image { height: 300px; }
    .media-card-image { height: 210px; }
}

/* V15 - WhatsApp QR oficial */
.whatsapp-qr-card {
    border: 1px solid rgba(212,166,58,.28);
    border-radius: 24px;
    background: linear-gradient(180deg, #fff, rgba(250,246,235,.88));
    padding: 1rem;
    text-align: center;
    box-shadow: 0 18px 42px rgba(11,44,98,.10);
}

.whatsapp-qr-card img {
    width: min(100%, 320px);
    border-radius: 22px;
    display: block;
    margin-inline: auto;
    background: #fff;
}

.whatsapp-qr-card strong {
    display: block;
    color: var(--brand-navy);
    font-weight: 950;
}

.whatsapp-qr-card p {
    margin: .35rem 0 0;
    color: var(--muted);
    font-size: .95rem;
}

.qr-mini-card {
    display: flex;
    align-items: center;
    gap: 1rem;
    background: rgba(255,255,255,.1);
    border: 1px solid rgba(255,255,255,.18);
    border-radius: 22px;
    padding: .85rem;
}

.qr-mini-card img {
    width: 104px;
    height: 116px;
    object-fit: cover;
    object-position: center top;
    border-radius: 16px;
    background: #fff;
    flex: 0 0 auto;
}

.qr-mini-card strong {
    display: block;
    color: #fff;
    font-weight: 900;
}

.qr-mini-card span {
    display: block;
    color: rgba(255,255,255,.78);
    font-size: .92rem;
}

.footer-qr {
    display: inline-flex;
    align-items: center;
    gap: .7rem;
    border: 1px solid rgba(255,255,255,.14);
    border-radius: 18px;
    padding: .55rem .7rem;
    background: rgba(255,255,255,.06);
}

.footer-qr img {
    width: 58px;
    height: 64px;
    object-fit: cover;
    object-position: center top;
    border-radius: 10px;
    background: #fff;
}

.footer-qr span {
    color: rgba(255,255,255,.76);
    font-size: .82rem;
    font-weight: 800;
}

.home-qr-strip {
    display: flex;
    align-items: center;
    gap: .8rem;
    background: rgba(255,255,255,.14);
    border: 1px solid rgba(255,255,255,.2);
    border-radius: 20px;
    padding: .65rem;
}

.home-qr-strip img {
    width: 72px;
    height: 80px;
    object-fit: cover;
    object-position: center top;
    border-radius: 12px;
    background: #fff;
    flex: 0 0 auto;
}

.home-qr-strip span {
    color: rgba(255,255,255,.82);
    font-size: .92rem;
    line-height: 1.25;
}

@media (max-width: 575.98px) {
    .qr-mini-card,
    .home-qr-strip {
        align-items: flex-start;
    }
    .whatsapp-qr-card img { width: min(100%, 280px); }
}

/* ===============================
   V18 RECONSTRUCCION LIMPIA
   Base: V16 estable / Estilo visual: V8
   Solo corrige escala, contenedores e imagenes del inicio.
   =============================== */
html, body {
    max-width: 100%;
    overflow-x: hidden;
}

body {
    background: #fff;
}

img, video, iframe {
    max-width: 100%;
}

.home-v18 .container,
.hero-v18 .container {
    max-width: 1180px;
}

.section-tight {
    padding: 3.25rem 0;
}

.hero-v18 .carousel,
.hero-v18 .carousel-inner,
.hero-v18 .carousel-item {
    width: 100%;
}

.hero-v18 .hero-v18-slide {
    min-height: 560px;
    padding: 4rem 0;
    overflow: hidden;
}

.hero-v18 .hero-content {
    max-width: 760px;
}

.hero-v18 .hero-content h1,
.hero-v18 .hero-content h2 {
    font-size: clamp(2.25rem, 5.2vw, 4.9rem);
    line-height: .98;
    margin-bottom: 1rem;
}

.hero-v18 .hero-content p {
    font-size: clamp(1rem, 1.4vw, 1.18rem);
    line-height: 1.55;
    max-width: 620px;
}

.hero-v18 .hero-brand-card {
    gap: .85rem;
    margin-bottom: .9rem;
}

.hero-v18 .hero-logo {
    width: 88px;
    height: 88px;
    border-radius: 20px;
    padding: .35rem;
}

.hero-v18 .hero-mini-points {
    gap: .55rem;
}

.hero-v18 .hero-mini-points span {
    padding: .48rem .78rem;
    font-size: .9rem;
}

.hero-v18 .carousel-control-prev,
.hero-v18 .carousel-control-next {
    width: 6%;
}

.focus-card-compact {
    padding: 1.35rem;
    min-height: 100%;
}

.focus-card-compact i {
    width: 52px;
    height: 52px;
    font-size: 1.45rem;
    margin-bottom: .8rem;
}

.focus-card-compact h2 {
    font-size: 1.25rem;
    margin-bottom: .35rem;
}

.focus-card-compact p {
    margin-bottom: .7rem;
}

.v18-section-title {
    font-size: clamp(1.8rem, 3.2vw, 2.65rem);
    line-height: 1.05;
    letter-spacing: -.04em;
}

.scripture-card-compact {
    padding: clamp(1.35rem, 2.5vw, 2rem);
    border-radius: 24px;
}

.scripture-card-compact h3 {
    font-size: clamp(1.35rem, 2.1vw, 2.05rem);
}

.portfolio-card-compact .portfolio-image-wrap {
    height: 190px;
}

.portfolio-card-compact .portfolio-body {
    padding: 1.1rem;
}

.portfolio-card-compact .portfolio-body h3 {
    font-size: 1.08rem;
    line-height: 1.2;
}

.portfolio-card-compact .portfolio-body p {
    font-size: .94rem;
    line-height: 1.5;
    min-height: auto;
}

.admin-mini-panel {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: .75rem;
    background: #fff;
    border: 1px solid rgba(21,62,117,.10);
    border-radius: 22px;
    padding: 1rem;
    box-shadow: 0 18px 45px rgba(11,44,98,.10);
}

.admin-mini-panel div,
.stat-pill {
    flex: 1 1 120px;
    min-width: 120px;
    border-radius: 16px;
    background: var(--brand-cream);
    padding: .8rem;
}

.admin-mini-panel strong,
.stat-pill strong {
    display: block;
    font-size: 1.55rem;
    font-weight: 950;
    color: var(--brand-navy);
    line-height: 1;
}

.admin-mini-panel span,
.stat-pill span {
    display: block;
    color: var(--muted);
    font-size: .82rem;
    font-weight: 750;
}

.v18-admin-card h3 {
    font-weight: 950;
    letter-spacing: -.03em;
}

.v18-media-list .list-group-item {
    background: transparent;
    border-color: rgba(21,62,117,.10);
}

.footer-qr img {
    max-width: 118px;
    height: auto;
    display: block;
}

@media (max-width: 991.98px) {
    .section-tight {
        padding: 2.5rem 0;
    }

    .hero-v18 .hero-v18-slide {
        min-height: 500px;
        padding: 3rem 0;
    }

    .hero-v18 .hero-brand-card {
        align-items: flex-start;
    }

    .hero-v18 .hero-logo {
        width: 76px;
        height: 76px;
    }

    .hero-v18 .hero-mini-points span {
        font-size: .84rem;
    }

    .portfolio-card-compact .portfolio-image-wrap {
        height: 210px;
    }
}

@media (max-width: 575.98px) {
    .section-tight {
        padding: 2rem 0;
    }

    .hero-v18 .hero-v18-slide {
        min-height: 460px;
        padding: 2.4rem 0;
    }

    .hero-v18 .hero-content h1,
    .hero-v18 .hero-content h2 {
        font-size: clamp(2rem, 11vw, 3rem);
    }

    .hero-v18 .hero-content p {
        font-size: .98rem;
    }

    .hero-v18 .hero-brand-card {
        gap: .65rem;
    }

    .hero-v18 .hero-logo {
        width: 64px;
        height: 64px;
        border-radius: 16px;
    }

    .hero-v18 .btn-lg {
        padding: .65rem .9rem;
        font-size: .95rem;
    }

    .focus-card-compact,
    .contact-card,
    .devotional-card,
    .bible-reader {
        padding: 1.1rem;
    }

    .portfolio-card-compact .portfolio-image-wrap {
        height: 190px;
    }
}
