/* ===== VARIÁVEIS CSS ===== */
:root {
  /* Cores principais */
  --cor-primaria: #0a2a5a;
  --cor-secundaria: #17507a;
  --cor-accent: #ffe600;
  --cor-vermelha: #e50909;
  --cor-verde: #0bb20b;
  --cor-branca: #ffffff;
  --cor-preta: #000000;
  
  /* Gradientes */
  --gradiente-azul: linear-gradient(135deg, #0a2a5a 0%, #17507a 60%, #1e3c72 100%);
  --gradiente-popup: linear-gradient(135deg, #0a2a5a 0%, #17507a 60%, #1e3c72 100%);
  
  /* Fontes */
  --fonte-principal: 'Montserrat', Arial, sans-serif;
  --fonte-secundaria: 'Arial Black', Arial, sans-serif;
  --fonte-mono: monospace;
  
  /* Tamanhos de fonte */
  --fonte-xs: 0.9rem;
  --fonte-sm: 1rem;
  --fonte-md: 1.1rem;
  --fonte-lg: 1.2rem;
  --fonte-xl: 1.5rem;
  --fonte-2xl: 1.8rem;
  --fonte-3xl: 2.2rem;
  --fonte-4xl: 2.4rem;
  
  /* Espaçamentos */
  --espaco-xs: 4px;
  --espaco-sm: 8px;
  --espaco-md: 12px;
  --espaco-lg: 16px;
  --espaco-xl: 20px;
  --espaco-2xl: 24px;
  --espaco-3xl: 32px;
  --espaco-4xl: 40px;
  --espaco-5xl: 48px;
  
  /* Bordas */
  --borda-radius-sm: 6px;
  --borda-radius-md: 8px;
  --borda-radius-lg: 12px;
  --borda-radius-xl: 20px;
  --borda-radius-2xl: 24px;
  
  /* Sombras */
  --sombra-sm: 0 2px 8px rgba(0, 0, 0, 0.1);
  --sombra-md: 0 4px 16px rgba(0, 0, 0, 0.2);
  --sombra-lg: 0 8px 40px rgba(0, 0, 0, 0.3);
  
  /* Transições */
  --transicao-rapida: all 0.2s ease;
  --transicao-normal: all 0.3s ease;
  --transicao-lenta: all 0.5s ease;
  
  /* Z-index */
  --z-popup: 9999;
  --z-popup-botao: 10001;
}

/* ===== RESET E BASE ===== */
body, html {
  margin: 0;
  padding: 0;
  background: #f9d898;
  font-family: var(--fonte-principal);
}

.main-header {
    background: #f9d898;
    padding: 16px;
    text-align: center;
}

.header-img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
    border: 8px solid #f9d898;
    box-sizing: border-box;
}

.doacao-container {
    background: #f9d898;
    padding: 36px 0 0 0;
    display: flex;
    justify-content: center;
}

.btn-doacao {
    display: flex;
    align-items: center;
    background: #e50909;
    color: #fff;
    text-decoration: none;
    padding: 0 39px;
    border-radius: 32px;
    font-family: 'Arial Black', Arial, sans-serif;
    font-size: 31px;
    font-weight: bold;
    letter-spacing: 2px;
    box-shadow: none;
    border: none;
    transition: all 0.3s ease;
    gap: 20px;
    height: 70px;
    min-width: 400px;
    justify-content: center;
    line-height: 1;
}

.btn-doacao:hover {
    background: #b40606;
    transform: scale(1.05);
}

.icon-lupa {
    display: flex;
    align-items: center;
    margin-right: 0;
    height: 100%;
}

.icon-lupa svg {
    width: 60px;
    height: 60px;
    display: block;
}

.btn-text {
    display: flex;
    align-items: center;
    text-transform: uppercase;
    font-family: 'Arial Black', Arial, sans-serif;
    font-weight: bold;
    letter-spacing: 2px;
}

@media (max-width: 1100px) {
    .btn-doacao {
        min-width: 0;
        width: 100%;
        font-size: 28px;
        padding: 0 12px;
        height: 50px;
    }
    .icon-lupa svg {
        width: 36px;
        height: 36px;
    }
}

@media (max-width: 700px) {
    .btn-doacao {
        font-size: 16px;
        padding: 0 4px;
        gap: 6px;
        height: 40px;
    }
    .icon-lupa svg {
        width: 18px;
        height: 18px;
    }
    .instrucoes-box {
        width: 88vw;
        max-width: 96vw;
        min-width: 0;
        height: auto;
        box-sizing: border-box;
        padding: 36px 22px 56px 22px;
        align-items: center;
        justify-content: flex-start;
        margin: 36px auto 0 auto;
        display: block;
        gap: 16px;
        text-align: center;
        background-size: 100% 100%;
    }
    .instrucoes-title {
        text-align: center;
        margin-bottom: 18px !important;
        margin-top: 0 !important;
        letter-spacing: 0.5px;
        word-break: normal;
        white-space: normal;
        line-height: 1.1;
        padding: 0 2vw;
        background: none;
        color: #e50909;
        font-family: 'Arial Black', Arial, sans-serif;
        font-weight: bold;
        display: block;
        font-size: 22px !important;
    }
    .instrucoes-list {
        padding-left: 0;
        margin-left: 0;
        margin-top: 0;
        margin-bottom: 0;
        text-align: center;
        width: 100%;
        line-height: 1.35;
        font-size: 18px !important;
    }
    .instrucoes-list li {
        text-align: center;
        width: 100%;
        display: block;
        margin-bottom: 10px;
    }
    .agradecimento-titulo {
        font-size: 22px !important;
        text-align: center !important;
        white-space: normal !important;
        line-height: 1.2 !important;
        word-break: break-word !important;
        display: block !important;
    }
    .agradecimento-content.agradecimento-linha {
        flex-direction: column !important;
        align-items: center !important;
        gap: 18px !important;
    }
    .agradecimento-pastor, .agradecimento-bloco-direita {
        min-width: 0 !important;
        max-width: 100% !important;
        margin-top: 0 !important;
    }
    .anel-livro-img {
        width: 440px !important;
        height: auto !important;
        max-width: 90vw !important;
        margin: 0 auto !important;
        display: block !important;
    }
    .anel-livro-texto-esq .anel-livro-texto,
    .anel-livro-texto-dir .anel-livro-texto {
        font-size: 23.4px !important; /* 18px (mobile base) * 1.3 = 23.4px */
        line-height: 1.18 !important;
        text-align: left !important;
    }
    .agradecimento-pastor {
        margin-left: auto !important;
        margin-right: auto !important;
        display: block !important;
    }
    .anel-livro-video-box {
        aspect-ratio: 9/16 !important;
        width: 90vw !important;
        max-width: 320px !important;
        min-width: 180px !important;
        height: auto !important;
        min-height: 220px !important;
        background: #0a180a;
        display: block;
        margin: 0 auto 18px auto;
        border-radius: 0;
    }
}

.info-section {
    margin-top: 36px;
    margin-bottom: 36px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.info-banner {
    background: #e50909;
    color: #fff;
    font-family: 'Arial Black', Arial, sans-serif;
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    padding: 16px 0;
    width: 100%;
    max-width: 100vw;
    margin-bottom: 0;
}

.info-box {
    background: #fff;
    color: #000;
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;
    padding: 36px 32px 32px 32px;
    box-sizing: border-box;
    text-align: center;
    border-radius: 0 0 8px 8px;
}

.info-alert {
    color: #e50909;
    font-family: 'Arial Black', Arial, sans-serif;
    font-size: 64px;
    font-weight: bold;
    margin-bottom: 16px;
    margin-top: 0;
    animation: simpleFade 1.2s infinite alternate;
}

@keyframes simpleFade {
    0% { opacity: 1; }
    100% { opacity: 0.6; }
}

.info-text {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 38px;
    font-weight: bold;
    line-height: 1.15;
    margin-top: 0;
}

.info-blue {
    color: #1877f2;
    font-family: 'Arial Black', Arial, sans-serif;
    font-weight: bold;
}

.info-red {
    color: #e50909;
    font-family: 'Arial Black', Arial, sans-serif;
    font-weight: bold;
}

@media (max-width: 900px) {
    .info-banner {
        font-size: 24px;
        padding: 10px 0;
    }
    .info-box {
        padding: 18px 6px 18px 6px;
    }
    .info-alert {
        font-size: 32px;
    }
    .info-text {
        font-size: 18px;
    }
}

.video-instrucoes-section {
    display: flex;
    justify-content: center;
    align-items: stretch;
    gap: 32px;
    max-width: 1400px;
    width: 100%;
    margin: 48px auto 0 auto;
    padding: 0 16px;
    box-sizing: border-box;
}

.video-box {
    flex: 2 1 0;
    display: flex;
    flex-direction: column;
    height: 100%;
    min-width: 0;
}

.instrucoes-box {
    flex: 1 1 0;
    min-width: 340px;
    max-width: 520px;
    height: 100%;
    box-sizing: border-box;
    background-image: url('../images/pergaminho.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 48px 36px;
    gap: 24px;
}

.video-title {
    background: #ffe03a;
    color: #111;
    font-family: 'Arial Black', Arial, sans-serif;
    font-size: 32px;
    font-weight: bold;
    letter-spacing: 0.18em;
    text-align: center;
    padding: 12px 0 8px 0;
    border-radius: 0;
    margin-bottom: 0;
}

.video-area {
    background: #0a180a;
    flex: 1 1 auto;
    width: 100%;
    min-height: 0;
    height: 100%;
}

.instrucoes-title {
    color: #e50909;
    font-family: 'Arial Black', Arial, sans-serif;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 18px;
    line-height: 1.1;
    letter-spacing: 0.02em;
}

.instrucoes-list {
    list-style: none;
    padding: 0;
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 24px;
    font-weight: bold;
    color: #111;
    word-break: break-word;
}

.instrucoes-list li {
    margin-bottom: 22px;
    text-align: left;
    display: flex;
    align-items: flex-start;
}

.instrucoes-list li span {
    display: inline;
}

.instrucoes-list li::before {
    content: counter(item) ") ";
    counter-increment: item;
    color: #0bb20b;
    font-family: 'Arial Black', Arial, sans-serif;
    font-size: 18px;
    font-weight: bold;
    margin-right: 8px;
    min-width: 24px;
    display: inline-block;
}

.instrucoes-list {
    counter-reset: item;
}

@media (max-width: 900px) {
    .video-instrucoes-section {
        flex-direction: column;
        align-items: center;
        gap: 24px;
        max-width: 100vw;
    }
    .video-box, .instrucoes-box {
        min-width: 0;
        max-width: 100%;
        width: 100%;
        height: auto;
    }
    .video-title {
        font-size: 18px;
    }
    .instrucoes-title {
        font-size: 16px;
    }
    .instrucoes-list {
        font-size: 12px;
    }
}

.agradecimento-section {
    margin-top: 56px;
}

.agradecimento-content.agradecimento-linha {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 32px;
    max-width: 1370px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    padding: 0;
    box-sizing: border-box;
}

.agradecimento-pastor {
    width: 504px;
    min-width: 504px;
    max-width: 504px;
    height: 100%;
    background: none;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin-top: 32px;
    margin-right: 20px;
}

.pastor-img {
    width: 120%;
    height: 120%;
    max-width: none;
    max-height: none;
    object-fit: cover;
    display: block;
    border: none;
    box-shadow: none;
}

.agradecimento-bloco-direita {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    flex: 1 1 0;
    min-width: 0;
    margin-top: 32px;
}

.agradecimento-titulo {
    font-family: 'Arial Narrow', Arial, sans-serif;
    font-size: 34px;
    font-weight: bold;
    text-align: center;
    width: 100%;
    display: block;
    margin-bottom: 5px;
}

.agradecimento-texto.agradecimento-azul {
    background: #0a2a5a;
    color: #fff;
    border-radius: 0;
    padding: 48px 64px 48px 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 0;
    max-width: 100%;
    height: 100%;
    box-sizing: border-box;
}

.agradecimento-texto-main {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 32px;
    font-weight: bold;
    line-height: 1.18;
    text-align: center;
}

.destaque-amarelo {
    color: #ffe03a;
    font-family: 'Arial Black', Arial, sans-serif;
    font-weight: bold;
}

@media (max-width: 1200px) {
    .agradecimento-content {
        flex-direction: column;
        align-items: center;
        gap: 18px;
    }
    .agradecimento-pastor, .agradecimento-texto {
        min-width: 0;
        max-width: 100%;
    }
    .agradecimento-texto {
        padding: 18px 8px 18px 8px;
    }
    .agradecimento-banner {
        font-size: 32px;
    }
    .agradecimento-texto-main {
        font-size: 22px;
    }
    .pastor-nome {
        font-size: 22px;
    }
    .pastor-frase {
        font-size: 16px;
    }
    .pastor-slogan {
        font-size: 18px;
    }
    .agradecimento-pastor {
        width: 120% !important;
        min-width: 0 !important;
        max-width: 100vw !important;
        margin-right: 0 !important;
    }
    .pastor-img {
        width: 120% !important;
        height: auto !important;
        max-width: 100vw !important;
    }
}

.main-header.novo-header {
    background: #f9d898;
    padding: 18px 0 0 0;
    margin-bottom: 0;
}

.header-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #1a1310;
    border: 8px solid #f9d898;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 32px;
    box-sizing: border-box;
    position: relative;
}

.anel-img {
    height: 120px;
    width: auto;
    display: block;
}

.header-titulos {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0 24px;
}

.header-titulo {
    color: #ffe03a;
    font-family: 'Arial Black', Arial, sans-serif;
    font-size: 72px;
    font-weight: bold;
    margin: 0;
    letter-spacing: 0.04em;
    line-height: 1.05;
    text-transform: uppercase;
}

.header-titulo span {
    color: #ffe03a;
    font-size: 92px;
    font-family: 'Arial Black', Arial, sans-serif;
    font-weight: bold;
    letter-spacing: 0.04em;
}

.header-sub {
    color: #fff;
    font-family: 'Montserrat', Arial, sans-serif;
    font-size: 38px;
    font-weight: bold;
    margin: 0;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    line-height: 1.1;
}

.header-labels {
    display: flex;
    justify-content: space-between;
    max-width: 1400px;
    margin: 0 auto 0 auto;
    padding: 0 32px 8px 32px;
}

.header-label {
    color: #fff;
    font-family: 'Arial Black', Arial, sans-serif;
    font-size: 28px;
    font-weight: bold;
    letter-spacing: 0.04em;
    text-shadow: 2px 2px 6px #000;
    margin-top: 0;
    margin-bottom: 0;
}

.header-label:first-child {
    align-self: flex-start;
}
.header-label:last-child {
    align-self: flex-end;
}

@media (max-width: 1100px) {
    .header-content {
        flex-direction: column;
        padding: 0 8px;
    }
    .anel-img {
        height: 70px;
    }
    .header-titulo {
        font-size: 32px;
    }
    .header-titulo span {
        font-size: 44px;
    }
    .header-sub {
        font-size: 18px;
    }
    .header-labels {
        padding: 0 8px 8px 8px;
    }
    .header-label {
        font-size: 14px;
    }
}

.main-header.novo-header-fiel {
    background: #f9d898;
    padding: 18px 0 0 0;
    margin-bottom: 0;
}

.header-banner-fiel {
    position: relative;
    background: #1a1310;
    border: 8px solid #f9d898;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    min-height: 270px;
    height: 270px;
}

.anel-fiel {
    height: 220px;
    width: auto;
    display: block;
    object-fit: contain;
    margin-top: -8px;
}

.anel-feminino-fiel {
    margin-left: -8px;
}
.anel-masculino-fiel {
    margin-right: -8px;
}

.header-titulos-fiel {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 18px;
}

.header-titulo-fiel {
    color: #ffe03a;
    font-family: 'Arial Black', Arial, sans-serif;
    font-size: 80px;
    font-weight: bold;
    margin: 0;
    letter-spacing: 0.04em;
    line-height: 1.05;
    text-transform: uppercase;
    text-align: center;
}

.header-titulo-fiel span {
    color: #ffe03a;
    font-size: 110px;
    font-family: 'Arial Black', Arial, sans-serif;
    font-weight: bold;
    letter-spacing: 0.04em;
}

.header-sub-fiel {
    color: #fff;
    font-family: 'Montserrat', Arial, sans-serif;
    font-size: 38px;
    font-weight: bold;
    margin: 0;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    line-height: 1.1;
    text-align: center;
    margin-top: 8px;
}

.header-label-fiel {
    position: absolute;
    color: #fff;
    font-family: 'Montserrat', Arial, sans-serif;
    font-size: 28px;
    font-weight: bold;
    letter-spacing: 0.04em;
    text-shadow: 2px 2px 6px #000;
    bottom: 18px;
}

.header-label-feminino {
    left: 32px;
}
.header-label-masculino {
    right: 32px;
}

@media (max-width: 1100px) {
    .header-banner-fiel {
        min-height: 120px;
        height: 120px;
    }
    .anel-fiel {
        height: 60px;
    }
    .header-titulo-fiel {
        font-size: 28px;
    }
    .header-titulo-fiel span {
        font-size: 38px;
    }
    .header-sub-fiel {
        font-size: 14px;
    }
    .header-label-fiel {
        font-size: 12px;
        bottom: 6px;
        left: 8px;
        right: 8px;
    }
}

.main-header.header-fiel-final {
    background: #f9d898;
    padding: 24px 0 0 0;
    margin-bottom: 0;
}

.header-banner-fiel-final {
    display: flex !important;
}

.header-col.anel-col {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    width: 240px;
    min-width: 180px;
    max-width: 260px;
    height: 100%;
    position: relative;
    z-index: 2;
}

.anel-fiel-final {
    width: 100%;
    height: auto;
    max-height: 220px;
    object-fit: contain;
    margin: 0;
    padding: 0;
    display: block;
    z-index: 2;
}

.header-label-fiel-final {
    color: #fff;
    font-family: 'Montserrat', Arial, sans-serif;
    font-size: 26px;
    font-weight: bold;
    letter-spacing: 0.04em;
    text-shadow: 2px 2px 6px #000;
    margin-bottom: 0;
    margin-top: 12px;
    text-align: center;
    width: 100%;
    position: static;
    left: 0;
    bottom: 0;
    z-index: 3;
}

.header-col.texto-col {
    flex: 1 1 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-width: 0;
    max-width: 100%;
    height: 100%;
    padding: 0 16px;
    z-index: 1;
    text-align: center;
    overflow: visible;
}

.header-titulo-fiel-final {
    color: #ffe03a;
    font-family: 'Arial Black', Arial, sans-serif;
    font-size: 70px;
    font-weight: bold;
    margin: 0;
    letter-spacing: -0.02em;
    line-height: 1.05;
    text-transform: none;
    text-align: center;
    white-space: nowrap;
    z-index: 1;
    display: block;
    width: 100%;
}

.header-titulo-fiel-final span {
    color: #ffe03a;
    font-family: 'Arial Black', Arial, sans-serif;
    font-size: 90px;
    font-weight: bold;
    letter-spacing: -0.02em;
}

.header-sub-fiel-final {
    color: #fff;
    font-family: 'Montserrat', Arial, sans-serif;
    font-size: 32px;
    font-weight: bold;
    margin: 0;
    letter-spacing: 0.32em;
    text-transform: uppercase;
    line-height: 1.1;
    text-align: center;
    margin-top: 18px;
    white-space: normal;
    z-index: 1;
    display: block;
    width: 100%;
}

@media (max-width: 1100px) {
    .header-banner-fiel-final {
        min-height: 120px;
        height: 120px;
        border-width: 6px;
    }
    .header-col.anel-col {
        width: 60px;
        min-width: 40px;
        max-width: 80px;
    }
    .anel-fiel-final {
        max-height: 60px;
    }
    .header-titulo-fiel-final {
        font-size: 22px;
    }
    .header-titulo-fiel-final span {
        font-size: 32px;
    }
    .header-sub-fiel-final {
        font-size: 10px;
        margin-top: 6px;
    }
    .header-label-fiel-final {
        font-size: 10px;
        margin-top: 4px;
    }
    .header-col.texto-col {
        min-width: 0;
        max-width: 100%;
        padding: 0 2px;
    }
}

@media (max-width: 700px) {
    .header-banner-fiel-final {
        flex-direction: column;
        align-items: center;
        min-height: unset;
        height: auto;
        border-width: 4px;
        padding: 0 2vw;
    }
    .header-col.anel-col {
        width: 80vw;
        min-width: 0;
        max-width: 90vw;
        height: auto;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin-bottom: 0;
    }
    .anel-fiel-final {
        max-width: 120px;
        max-height: 80px;
        width: 60vw;
        height: auto;
        margin: 0 auto;
    }
    .header-label-fiel-final {
        font-size: 14px;
        margin-top: 4px;
        margin-bottom: 8px;
        position: static;
        left: 0;
        bottom: 0;
        width: 100%;
        text-align: center;
    }
    .header-col.texto-col {
        min-width: 0;
        max-width: 100vw;
        padding: 0 2vw;
        height: auto;
        margin: 0;
    }
    .header-titulo-fiel-final {
        font-size: 28px;
        white-space: normal;
        width: 100%;
    }
    .header-titulo-fiel-final span {
        font-size: 36px;
    }
    .header-sub-fiel-final {
        font-size: 12px;
        margin-top: 6px;
        width: 100%;
    }
    .faixa-vermelha-conteudo {
        font-size: 16px !important;
        white-space: normal !important;
        overflow: visible !important;
        text-overflow: unset !important;
        word-break: break-word;
        padding: 14px 8px 14px 8px !important;
    }
    .agradecimento-pastor {
        margin-left: auto !important;
        margin-right: auto !important;
        display: block !important;
    }
    .pastor-img {
        width: 120% !important;
        height: auto !important;
        max-width: 100vw !important;
    }
}

.header-img-only { display: none !important; }

.header-banner-fiel-final {
    display: flex !important;
}

.desktop-only { display: block; }
.mobile-only { display: none; }

@media (max-width: 900px) {
    .desktop-only { display: none !important; }
    .mobile-only { display: block !important; width: 100%; }
    .header-mobile-container {
        width: 100%;
        max-width: 100vw;
        box-sizing: border-box;
        padding-left: 12px;
        padding-right: 12px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        background: #1a1310;
        border: 6px solid #f9d898;
        margin: 0 auto;
        min-height: 120px;
    }
    .header-mobile-anel {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 22vw;
        min-width: 60px;
        max-width: 90px;
    }
    .header-mobile-anel img {
        width: 100%;
        max-width: 90px;
        height: auto;
        display: block;
    }
    .header-mobile-label {
        color: #fff;
        font-family: 'Arial Black', Arial, sans-serif;
        font-size: 12px;
        font-weight: bold;
        letter-spacing: 0.04em;
        text-shadow: 2px 2px 6px #000;
        margin-top: 2px;
        margin-bottom: 4px;
        text-align: center;
        width: 100%;
    }
    .header-mobile-center {
        flex: 1 1 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        min-width: 0;
        max-width: 100%;
        height: 100%;
        padding: 0 2vw;
        z-index: 1;
        text-align: center;
    }
    .header-mobile-title {
        color: #ffe03a;
        font-family: 'Arial Black', Arial, sans-serif;
        font-size: 22px;
        font-weight: bold;
        margin: 0;
        letter-spacing: 0em;
        line-height: 1.05;
        text-transform: none;
        text-align: center;
        white-space: normal;
        z-index: 1;
        display: block;
        width: 100%;
    }
    .header-mobile-title span {
        color: #ffe03a;
        font-family: 'Arial Black', Arial, sans-serif;
        font-size: 28px;
        font-weight: bold;
        letter-spacing: 0em;
    }
    .header-mobile-sub {
        color: #fff;
        font-family: 'Montserrat', Arial, sans-serif;
        font-size: 10px;
        font-weight: bold;
        margin: 0;
        letter-spacing: 0.18em;
        text-transform: uppercase;
        line-height: 1.1;
        text-align: center;
        margin-top: 6px;
        white-space: normal;
        z-index: 1;
        display: block;
        width: 100%;
    }
}

.header-desktop {
    width: 100%;
    max-width: 100vw;
    box-sizing: border-box;
    padding-left: 12px;
    padding-right: 12px;
}

.header-img-desktop {
    width: 100%;
    height: auto;
    display: block;
    box-sizing: border-box;
}

.img-lupa {
    width: 34px;
    height: 34px;
    display: block;
}

.faixa-vermelha {
    width: 100%;
    text-align: center;
    padding: 0;
    background: none;
}

.faixa-vermelha-conteudo {
    background: #e50909;
    color: #fff;
    font-family: 'Arial Black', Arial, sans-serif;
    font-size: 36px;
    font-weight: bold;
    max-width: 1400px;
    margin: 0 auto;
    padding: 18px 32px 14px 32px;
    box-sizing: border-box;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border-radius: 0;
    letter-spacing: 0.5px;
}

.jesus-video-section {
    width: 100%;
    max-width: 1400px;
    margin: 48px auto 0 auto;
    padding: 0 16px;
    box-sizing: border-box;
}

.jesus-video-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 48px;
    width: 100%;
}

.jesus-col {
    flex: 1 1 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.jesus-img {
    width: 100%;
    max-width: 500px;
    height: auto;
    display: block;
}

.jesus-video-col {
    width: 100%;
    max-width: 600px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}

.jesus-video-title {
    color: #c00;
    font-family: 'Arial Black', Arial, sans-serif;
    font-size: 44px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 12px;
    margin-top: 0;
    line-height: 1.05;
}

.jesus-video-box {
    width: 100%;
    max-width: 600px;
    aspect-ratio: 16/9;
    background: #0a180a;
    border-radius: 0;
    margin: 0 auto;
    display: block;
}

.jesus-video-col video {
    width: 100%;
    max-width: 600px;
    height: auto;
    display: block;
}

@media (max-width: 1000px) {
    .jesus-video-container {
        flex-direction: column;
        gap: 24px;
    }
    .jesus-img, .jesus-video-col video {
        max-width: 90vw;
    }
}

.anel-livro-section {
    width: 100%;
    max-width: 1400px;
    margin: 48px auto 0 auto;
    padding: 0 16px;
    box-sizing: border-box;
}

.anel-livro-container {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: center;
    gap: 56px;
    width: 100%;
}

.anel-livro-col {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: stretch;
    height: 100%;
}

.anel-livro-texto-esq, .anel-livro-video-col, .anel-livro-texto-dir, .anel-livro-img-col {
    height: 100%;
}

.anel-livro-texto-esq .anel-livro-texto {
    color: #0a2a5a;
    font-family: 'Montserrat', Arial, sans-serif;
    font-size: 32px;
    font-weight: 600;
    text-align: left;
    line-height: 1.13;
    margin: 0 0 0 0;
    max-width: 420px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.anel-livro-texto-dir .anel-livro-texto {
    color: #222;
    font-family: 'Montserrat', Arial, sans-serif;
    font-size: 32px;
    font-weight: 500;
    text-align: left;
    line-height: 1.13;
    margin-bottom: 12px;
    max-width: 320px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.anel-livro-video-box {
    width: 220px;
    aspect-ratio: 9/16;
    background: #0a180a;
    border-radius: 0;
    margin: 0 auto;
    display: block;
    min-height: 320px;
    max-width: 100%;
    height: 100%;
}

.anel-livro-img {
    height: 100%;
    width: auto;
    margin-top: 0;
    margin-right: 0;
    transform: rotate(-5deg);
    align-self: flex-end;
}

@media (max-width: 1200px) {
    .anel-livro-container {
        flex-direction: column;
        align-items: center;
        gap: 32px;
    }
    .anel-livro-col {
        width: 100%;
        max-width: 100vw;
        align-items: center;
        height: auto;
    }
    .anel-livro-video-box {
        width: 90vw;
        min-width: 0;
        max-width: 100vw;
        aspect-ratio: 16/9;
        min-height: 220px;
        height: auto;
    }
    .anel-livro-img {
        width: 180px;
        height: auto;
    }
    .anel-livro-texto-esq .anel-livro-texto, .anel-livro-texto-dir .anel-livro-texto {
        font-size: 18px;
        max-width: 90vw;
        height: auto;
    }
}

.provedores-section {
    width: 100%;
    max-width: 1400px;
    margin: 48px auto 0 auto;
    padding: 0 16px;
    box-sizing: border-box;
}

.provedores-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.provedores-img {
    width: 100%;
    max-width: 100%;
    height: auto;
    display: block;
}

.areas-section {
    width: 100%;
    max-width: 1400px;
    margin: 32px auto 0 auto;
    padding: 0 16px;
    box-sizing: border-box;
}

.areas-container {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.areas-title {
    color: #e50909;
    font-family: 'Arial Black', Arial, sans-serif;
    font-size: 2.1em;
    font-weight: bold;
    text-align: center;
    margin-bottom: 18px;
    line-height: 1.08;
    text-shadow: 1px 1px 2px #fff6;
}

.areas-impacto {
    text-align: center;
    font-size: 1.2em;
    color: #0a2a5a;
    margin-bottom: 18px;
    font-weight: bold;
    display: flex;
    justify-content: center;
    width: 100%;
}
.areas-impacto span {
    background: #ffe600;
    padding: 4px 12px;
    border-radius: 8px;
    animation: impactoPulse 1.2s infinite alternate;
    box-shadow: 0 2px 8px #ffe60055;
}

@keyframes impactoPulse {
    0% { background: #ffe600; }
    100% { background: #fffbe7; }
}

.areas-listas {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0;
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
}

.areas-list {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.areas-list li {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 1.3em;
    font-weight: 600;
    background: #fffbe7;
    border-radius: 12px;
    margin-bottom: 10px;
    padding: 12px 18px;
    box-shadow: 0 2px 8px #0001;
    transition: background 0.2s, transform 0.2s;
    cursor: pointer;
    animation: bounceIn 0.7s both;
    width: 90%;
    max-width: 420px;
    justify-content: flex-start;
}
.areas-list li:nth-child(even) {
    background: #f0f8ff;
}
.areas-list li:hover {
    background: #ffe600;
    transform: scale(1.03) translateX(8px);
}
.areas-list li .check-icon {
    font-size: 2em;
    color: #0bb20b;
    animation: pulse 1.2s infinite alternate;
    flex-shrink: 0;
}

@keyframes pulse {
    to { color: #1ed760; transform: scale(1.2);}
}
@keyframes bounceIn {
    0% { opacity: 0; transform: translateY(30px) scale(0.8);}
    60% { opacity: 1; transform: translateY(-10px) scale(1.05);}
    100% { opacity: 1; transform: translateY(0) scale(1);}
}

/* Animação em cascata para os itens da lista */
.areas-list li:nth-child(1) { animation-delay: 0.1s; }
.areas-list li:nth-child(2) { animation-delay: 0.2s; }
.areas-list li:nth-child(3) { animation-delay: 0.3s; }
.areas-list li:nth-child(4) { animation-delay: 0.4s; }
.areas-list li:nth-child(5) { animation-delay: 0.5s; }
.areas-list li:nth-child(6) { animation-delay: 0.6s; }

@media (max-width: 700px) {
    .areas-list li {
        font-size: 1em;
        width: 98%;
        max-width: 98vw;
        padding: 10px 6px;
    }
    .areas-listas {
        max-width: 98vw;
    }
}

.container-padrao {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 16px;
    box-sizing: border-box;
}

@media (min-width: 900px) {
  .areas-listas {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 36px 48px;
    max-width: 1100px;
    align-items: start;
    margin-top: 32px;
    margin-bottom: 32px;
  }
  .areas-list {
    width: 100%;
    max-width: 100%;
    gap: 36px;
  }
  .areas-list li {
    max-width: 100%;
    width: 100%;
    margin-bottom: 0;
  }
}

/* ===== POPUP DE DOAÇÃO ===== */
#popupDoacaoBg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8);
  z-index: var(--z-popup);
  display: none;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(4px);
}

#popupDoacao {
  background: var(--gradiente-popup);
  color: var(--cor-branca);
  border-radius: var(--borda-radius-xl);
  max-width: 600px;
  width: 95vw;
  box-shadow: var(--sombra-lg);
  padding: 0;
  text-align: center;
  position: relative;
  font-family: var(--fonte-principal);
  overflow: hidden;
}

/* Botão de fechar */
#popupDoacao .fechar {
  position: absolute;
  top: var(--espaco-lg);
  right: var(--espaco-lg);
  width: 48px;
  height: 48px;
  background: var(--cor-branca);
  color: var(--cor-vermelha);
  border: 3px solid var(--cor-vermelha);
  border-radius: 50%;
  font-size: var(--fonte-2xl);
  font-weight: bold;
  cursor: pointer;
  z-index: var(--z-popup-botao);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: var(--transicao-normal);
  box-shadow: var(--sombra-sm);
}

#popupDoacao .fechar:hover {
  background: var(--cor-accent);
  border-color: var(--cor-accent);
  color: var(--cor-primaria);
  transform: scale(1.1);
}

/* Layout do popup */
#popupDoacao .popup-flex {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: var(--espaco-4xl) var(--espaco-2xl) var(--espaco-2xl) var(--espaco-2xl);
  box-sizing: border-box;
}

#popupDoacao .popup-col {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

/* Coluna do QR Code */
#popupDoacao .popup-qr {
  margin-bottom: var(--espaco-2xl);
}

#popupDoacao .sub-amarelo {
  background: var(--cor-accent);
  color: var(--cor-primaria);
  font-weight: bold;
  font-size: var(--fonte-lg);
  padding: var(--espaco-md) var(--espaco-lg);
  border-radius: var(--borda-radius-md);
  margin-bottom: var(--espaco-xl);
  text-align: center;
  box-shadow: var(--sombra-sm);
}

#popupDoacao .cora-qr {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: var(--espaco-xl);
}

#popupDoacao .cora-qr img {
  width: 200px;
  height: auto;
  display: block;
  border: 4px solid var(--cor-branca);
  border-radius: var(--borda-radius-lg);
  box-shadow: var(--sombra-md);
  background: var(--cor-branca);
}

/* Coluna das informações */
#popupDoacao .popup-info {
  text-align: center;
}

#popupDoacao .popup-info-inner {
  display: flex;
  flex-direction: column;
  gap: var(--espaco-lg);
  align-items: center;
}

#popupDoacao .titulo-ato-amor {
  font-family: var(--fonte-principal);
  font-size: var(--fonte-3xl);
  font-weight: bold;
  color: var(--cor-accent);
  margin: 0;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
  line-height: 1.1;
}

#popupDoacao .copy-azul {
  font-size: var(--fonte-md);
  font-weight: bold;
  color: var(--cor-accent);
  margin: 0;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
  line-height: 1.2;
}

#popupDoacao .copy-branco {
  font-size: var(--fonte-md);
  font-weight: bold;
  color: var(--cor-branca);
  margin: 0;
  line-height: 1.2;
}

/* Campo PIX */
#popupDoacao .pix-row {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: var(--espaco-md);
  margin: var(--espaco-md) 0;
  flex-wrap: wrap;
  width: 100%;
}

#popupDoacao .copy-pix {
  font-size: var(--fonte-sm);
  background: var(--cor-branca);
  color: var(--cor-primaria);
  border-radius: var(--borda-radius-sm);
  padding: var(--espaco-md) var(--espaco-md);
  font-family: var(--fonte-mono);
  display: inline-block;
  border: 1px solid #ddd;
  max-width: 100%;
  min-width: 260px;
  width: auto;
  overflow-x: auto;
  white-space: normal;
  word-break: break-all;
  text-align: left;
}

#popupDoacao .btn-copiar {
  background: var(--cor-accent);
  color: var(--cor-primaria);
  border: none;
  border-radius: var(--borda-radius-sm);
  padding: var(--espaco-md) var(--espaco-lg);
  font-size: var(--fonte-sm);
  font-weight: bold;
  cursor: pointer;
  transition: var(--transicao-normal);
  white-space: nowrap;
  margin-left: var(--espaco-sm);
}

#popupDoacao .btn-copiar:hover {
  background: var(--cor-verde);
  color: var(--cor-branca);
  transform: scale(1.05);
}

#popupDoacao .btn-copiar.copiado {
  background: var(--cor-verde);
  color: var(--cor-branca);
}

#popupDoacao .copy-cartao {
  color: var(--cor-accent);
  font-size: var(--fonte-sm);
  font-weight: bold;
  margin: var(--espaco-md) 0;
  line-height: 1.2;
}

#popupDoacao .btn-cartao {
  background: var(--cor-secundaria);
  color: var(--cor-accent);
  text-decoration: none;
  padding: var(--espaco-md) var(--espaco-2xl);
  border-radius: var(--borda-radius-md);
  font-size: var(--fonte-sm);
  font-weight: bold;
  display: inline-block;
  margin-top: var(--espaco-md);
  transition: var(--transicao-normal);
  box-shadow: var(--sombra-sm);
}

#popupDoacao .btn-cartao:hover {
  background: var(--cor-accent);
  color: var(--cor-secundaria);
  transform: scale(1.05);
}

/* ===== LAYOUT DESKTOP (16:9) ===== */
@media (min-width: 900px) {
  #popupDoacao {
    max-width: 900px;
    width: 90vw;
    max-height: 90vh;
    aspect-ratio: 16/9;
    border-radius: var(--borda-radius-2xl);
  }

  #popupDoacao .popup-flex {
    display: flex !important;
    flex-direction: row !important;
    padding: 0;
    gap: 0;
    height: 100%;
  }

  #popupDoacao .popup-col {
    flex: 1 1 0;
    max-width: 50%;
    height: 100%;
    padding: var(--espaco-5xl) var(--espaco-4xl);
    box-sizing: border-box;
  }

  #popupDoacao .popup-qr {
    border-right: 2px solid var(--cor-secundaria);
    margin-bottom: 0;
    padding-right: var(--espaco-3xl);
    align-items: center;
    justify-content: center;
    gap: var(--espaco-3xl);
  }

  #popupDoacao .popup-info {
    padding-left: var(--espaco-3xl);
    align-items: flex-start;
    justify-content: center;
    text-align: left;
  }

  #popupDoacao .popup-info-inner {
    align-items: flex-start;
    gap: var(--espaco-xl);
    width: 100%;
  }

  #popupDoacao .cora-qr img {
    width: 180px;
    max-width: 100%;
  }

  #popupDoacao .sub-amarelo {
    font-size: var(--fonte-md);
    padding: var(--espaco-md) var(--espaco-md);
    margin-bottom: 0;
    max-width: 220px;
  }

  #popupDoacao .titulo-ato-amor {
    font-size: var(--fonte-4xl);
    margin-bottom: var(--espaco-md);
  }

  #popupDoacao .copy-azul {
    font-size: var(--fonte-md);
    margin-bottom: var(--espaco-xs);
  }

  #popupDoacao .copy-branco {
    font-size: var(--fonte-sm);
    margin-bottom: var(--espaco-xs);
  }

  #popupDoacao .copy-cartao {
    font-size: var(--fonte-sm);
    margin: var(--espaco-md) 0;
  }

  #popupDoacao .pix-row {
    justify-content: flex-start;
    margin: var(--espaco-md) 0;
    width: 100%;
  }

  #popupDoacao .copy-pix {
    max-width: 180px;
    font-size: var(--fonte-xs);
    padding: var(--espaco-sm) var(--espaco-md);
  }

  #popupDoacao .btn-copiar {
    font-size: var(--fonte-xs);
    padding: var(--espaco-sm) var(--espaco-md);
  }

  #popupDoacao .btn-cartao {
    width: 100%;
    text-align: center;
    font-size: var(--fonte-sm);
    padding: var(--espaco-md) 0;
    margin-top: var(--espaco-md);
  }

  #popupDoacao .fechar {
    top: var(--espaco-xl);
    right: var(--espaco-xl);
    width: 52px;
    height: 52px;
    font-size: var(--fonte-3xl);
  }
}

/* ===== RESPONSIVIDADE MOBILE ===== */
@media (max-width: 899px) {
  #popupDoacao {
    max-width: 95vw;
    padding: 0;
  }

  #popupDoacao .popup-flex {
    padding: var(--espaco-3xl) var(--espaco-xl) var(--espaco-2xl) var(--espaco-xl);
  }

  #popupDoacao .titulo-ato-amor {
    font-size: var(--fonte-2xl);
  }

  #popupDoacao .sub-amarelo {
    font-size: var(--fonte-sm);
    padding: var(--espaco-md) var(--espaco-md);
  }

  #popupDoacao .cora-qr img {
    width: 160px;
  }

  #popupDoacao .copy-azul,
  #popupDoacao .copy-branco,
  #popupDoacao .copy-cartao {
    font-size: var(--fonte-sm);
  }

  #popupDoacao .copy-pix {
    font-size: var(--fonte-xs);
    max-width: 150px;
  }

  #popupDoacao .btn-copiar {
    font-size: var(--fonte-xs);
  }

  #popupDoacao .btn-cartao {
    font-size: var(--fonte-xs);
    padding: var(--espaco-md) var(--espaco-xl);
  }

  #popupDoacao .fechar {
    width: 44px;
    height: 44px;
    font-size: var(--fonte-2xl);
    top: var(--espaco-md);
    right: var(--espaco-md);
  }

  #popupDoacao .pix-row {
    flex-direction: column;
    align-items: stretch;
    gap: var(--espaco-sm);
  }
  #popupDoacao .copy-pix {
    min-width: 0;
    width: 100%;
    max-width: 100%;
    text-align: left;
  }
  #popupDoacao .btn-copiar {
    margin-left: 0;
    margin-top: var(--espaco-xs);
    width: 100%;
  }
}

@media (max-width: 480px) {
  #popupDoacao .popup-flex {
    padding: var(--espaco-2xl) var(--espaco-lg) var(--espaco-xl) var(--espaco-lg);
  }

  #popupDoacao .titulo-ato-amor {
    font-size: var(--fonte-xl);
  }

  #popupDoacao .cora-qr img {
    width: 140px;
  }

  #popupDoacao .pix-row {
    flex-direction: column;
    gap: var(--espaco-md);
  }

  #popupDoacao .copy-pix {
    max-width: 100%;
    text-align: center;
  }
}

/* Player de vídeo personalizado 16:9 */
.video-custom-container {
  position: relative;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  cursor: pointer;
  aspect-ratio: 16/9;
  background: #000;
  overflow: hidden;
  border-radius: 8px;
}
.video-thumb,
.video-custom-container iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 8px;
}
.btn-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #ffe600;
  border: none;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  box-shadow: 0 4px 16px rgba(0,0,0,0.2);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: box-shadow 0.2s;
  z-index: 2;
}
.btn-play:hover {
  box-shadow: 0 8px 32px rgba(10,42,90,0.3);
}
.btn-play::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-left: 32px solid #0a2a5a;
  border-top: 18px solid transparent;
  border-bottom: 18px solid transparent;
}

@media (max-width: 700px) {
  .video-instrucoes-section {
    flex-direction: column;
    align-items: center;
    gap: 32px;
  }
  .video-box {
    width: 100vw;
    min-width: 0;
    max-width: 100vw;
  }
  .instrucoes-box {
    width: 98vw;
    min-width: 0;
    max-width: 100vw;
    height: auto;
    box-sizing: border-box;
    padding: 28px 16px 40px 16px;
    align-items: flex-start;
    justify-content: flex-start;
    margin: 32px auto 0 auto;
    gap: 16px;
    text-align: left;
    background-size: 100% 100%;
  }
  .instrucoes-title {
    text-align: center;
    font-size: 4.2vw !important;
    margin-bottom: 18px !important;
    margin-top: 0 !important;
    letter-spacing: 0.5px;
    word-break: normal;
    white-space: normal;
    line-height: 1.1;
    padding: 0 2vw;
    background: none;
    color: #e50909;
    font-family: 'Arial Black', Arial, sans-serif;
    font-weight: bold;
    display: block;
  }
  .instrucoes-list {
    padding-left: 0;
    margin-left: 0;
    margin-top: 0;
    margin-bottom: 0;
  }
}

footer {
  background: #f5e6c5;
  padding: 28px 8px 18px 8px;
  text-align: center;
  font-size: 1.08em;
  color: #222;
  margin-top: 48px;
  border-top: 2px solid #e5c98a;
}
footer p {
  margin: 8px 0 0 0;
  line-height: 1.5;
}
footer a {
  color: #1877f2;
  font-weight: bold;
  text-decoration: underline;
  transition: color 0.2s;
}
footer a:hover {
  color: #e50909;
} 