* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    background: linear-gradient(135deg, #f5f7fb, #e3edf7);
    color: #1f2933;
    line-height: 1.6;
}

.top-bar {
    position: sticky;
    top: 0;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.75rem 1.5rem;
    background: rgba(15, 23, 42, 0.95);
    backdrop-filter: blur(8px);
    color: #f9fafb;
}

.logo {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.logo-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

/* se NÃO estiver mais usando a versão antiga, pode apagar .logo-bible por completo */
/*
.logo-bible {
    width: 40px;
    height: 40px;
    fill: none;
    stroke: #ffffff;
    stroke-width: 2.4;
    stroke-linejoin: round;
    stroke-linecap: round;
}
*/

/* tamanho da bíblia no header */
.logo-bible-refined {
    width: 40px;
    height: 40px;
}

/* Capa com leve preenchimento */
.logo-bible-refined .bible-cover-left,
.logo-bible-refined .bible-cover-right {
    fill: rgba(0, 0, 0, 0.18);
    stroke: #ffffff;
    stroke-width: 2;
}

/* Páginas com detalhe mais claro */
.logo-bible-refined .bible-pages-left,
.logo-bible-refined .bible-pages-right {
    fill: rgba(255, 255, 255, 0.08);
    stroke: #ffffff;
    stroke-width: 1.5;
}

/* Dobra central */
.logo-bible-refined .bible-spine {
    stroke: #e5e7eb;
    stroke-width: 1.5;
    stroke-linecap: round;
}

/* “Rabiscos” de texto */
.logo-bible-refined .bible-text-lines {
    stroke: #e5e7eb;
    stroke-width: 1.4;
    stroke-linecap: round;
}

/* Fita de marcador */
.logo-bible-refined .bible-ribbon {
    fill: #f97316;
    stroke: #ffffff;
    stroke-width: 1;
}

/* Cruz na capa */
.logo-bible-refined .bible-cross {
    stroke: #ffffff;
    stroke-width: 1.8;
    stroke-linecap: round;
}

/* Texto "Vamos Orar" */
.logo-text {
    font-family: "Cinzel", "Georgia", "Times New Roman", serif;
    color: #87CEEB; /* azul celeste */
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    font-size: 0.95rem;
}

.nav a {
    margin-left: 1rem;
    color: #e5e7eb;
    text-decoration: none;
    font-size: 0.9rem;
}

.nav a:hover {
    color: #facc15;
}

.container {
    max-width: 1080px;
    margin: 1.5rem auto 2.5rem;
    padding: 0 1rem;
}

.hero {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 2.5rem 1.5rem;
    border-radius: 1.5rem;
    background: radial-gradient(circle at top left, #fef3c7, #e0f2fe 60%, #e5e7eb);
    margin-bottom: 1.5rem;
}

.hero-text h1 {
    font-size: 2.3rem;
    margin-bottom: 0.75rem;
    color: #111827;
}

.hero-text p {
    max-width: 640px;
    margin: 0 auto 1.5rem;
    color: #374151;
}

.btn-primary,
.btn-secondary {
    display: inline-block;
    padding: 0.6rem 1.3rem;
    border-radius: 999px;
    border: none;
    cursor: pointer;
    font-size: 0.95rem;
    font-weight: 600;
    text-decoration: none;
}

.btn-primary {
    display: inline-block;
    padding: 0.7rem 1.6rem;
    border-radius: 999px;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.95rem;

    /* GLASS */
    background: rgba(135, 206, 235, 0.18);          /* azul celeste translúcido */
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(16px);
    border: 1px solid rgba(135, 206, 235, 0.55);
    color: #ffffff;

    /* 3D / FLUTUANDO */
    box-shadow:
            0 10px 20px rgba(0, 0, 0, 0.35),
            0 0 12px rgba(135, 206, 235, 0.65);
    transform: translateY(0) translateZ(0);
    transform-style: preserve-3d;

    transition:
            transform 0.2s ease,
            box-shadow 0.2s ease,
            background 0.2s ease,
            border-color 0.2s ease;
}

/* HOVER: sobe um pouco e aumenta a sombra */
.btn-primary:hover {
    background: rgba(135, 206, 235, 0.26);
    border-color: rgba(191, 219, 254, 0.9);

    transform: translateY(-3px) translateZ(0);

    box-shadow:
            0 14px 26px rgba(0, 0, 0, 0.45),
            0 0 16px rgba(135, 206, 235, 0.9);
}

/* ACTIVE: afunda um pouco, como se fosse físico */
.btn-primary:active {
    transform: translateY(-1px) translateZ(0) scale(0.98);
    box-shadow:
            0 8px 16px rgba(0, 0, 0, 0.4),
            0 0 10px rgba(135, 206, 235, 0.7);
}

.btn-secondary {
    background: #f9fafb;
    color: #111827;
    border: 1px solid #d1d5db;
}

.btn-secondary:hover {
    background: #e5e7eb;
}

.card {
    background: #ffffff;
    border-radius: 1.25rem;
    padding: 1.5rem 1.5rem 1.75rem;
    margin-bottom: 1.25rem;
    box-shadow: 0 15px 30px rgba(15, 23, 42, 0.08);
}

.card h2 {
    font-size: 1.3rem;
    margin-bottom: 0.75rem;
    color: #111827;
}

#versiculo-dia .verse-text {
    font-style: italic;
    font-size: 1.05rem;
    margin-bottom: 0.4rem;
}

#versiculo-dia .verse-ref {
    font-size: 0.9rem;
    color: #6b7280;
}

#versiculo-dia .verse-ref span {
    font-weight: 600;
}

.muted {
    font-size: 0.9rem;
    color: #9ca3af;
}

.bible-controls {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    align-items: flex-end;
    margin: 0.5rem 0 1rem;
}

.bible-controls label {
    font-size: 0.85rem;
    color: #4b5563;
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.bible-controls select {
    padding: 0.4rem 0.6rem;
    border-radius: 0.5rem;
    border: 1px solid #d1d5db;
    font-size: 0.9rem;
    min-width: 130px;
    background: #f9fafb;
}

.verses-container {
    margin-top: 0.75rem;
    padding-right: 0;
    max-height: none;
    overflow-y: visible;
    overflow-x: visible;
}

.verses-list {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.verse-line {
    font-size: 0.98rem;
    color: #111827;
}

.verse-number {
    font-weight: 600;
    color: #2563eb;
    margin-right: 0.3rem;
}


/* ---------- TABS DE VÍDEO ---------- */
.video-tabs {
    display: inline-flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin: 0.75rem 0 1.25rem;
    padding: 0.25rem;
    border-radius: 999px;
    background: #e5e7eb;
}

.video-tab {
    border: none;
    background: transparent;
    padding: 0.35rem 0.8rem;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    cursor: pointer;
    font-size: 0.85rem;
    color: #4b5563;
    transition: background 0.15s ease, color 0.15s ease, transform 0.1s ease;
}

.video-tab .tab-icon {
    font-size: 1rem;
}

.video-tab.active {
    background: #ffffff;
    color: #111827;
    box-shadow: 0 4px 10px rgba(15, 23, 42, 0.15);
    transform: translateY(-1px);
}

/* Painéis das abas */
.video-tab-panel {
    display: none;
    margin-top: 0.75rem;
}

.video-tab-panel.active {
    display: block;
}


/* ---------- BORDA COLORIDA POR CATEGORIA ---------- */
.video-card {
    background: #f9fafb;
    border-radius: 1rem;
    padding: 0.75rem 0.75rem 1rem;
    box-shadow: 0 8px 18px rgba(15, 23, 42, 0.06);
    border-left: 4px solid transparent;
}


/* Paleta inspirada em apps tipo YouVersion: verdes, laranjas, roxos, azuis suaves */
.cat-pregacao .video-card {
    border-left-color: #22c55e;   /* verde (paleta "palavra / mensagem") */
}

.cat-louvor .video-card {
    border-left-color: #f97316;   /* laranja (vibe louvor/celebração) */
}

.cat-estudo .video-card {
    border-left-color: #3b82f6;   /* azul estudo/ensino */
}

.cat-testemunho .video-card {
    border-left-color: #a855f7;   /* roxo (transformação, testemunho) */
}

.cat-podcast .video-card {
    border-left-color: #0d9488;   /* teal (podcast / conversa) */
}

/* Títulos e autores dentro das abas */

.video-section-title {
    font-size: 1.05rem;
    margin-bottom: 0.5rem;
    color: #111827;
}

.video-author-block {
    margin-bottom: 1.25rem;
}

.video-author-title {
    font-size: 0.9rem;
    font-weight: 600;
    color: #374151;
    margin-bottom: 0.35rem;
}

.video-title {
    font-size: 0.9rem;
    margin-top: 0.2rem;
    margin-bottom: 0.2rem;
}

.video-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 1.25rem;
}


/* Footer */
.footer {
    text-align: center;
    font-size: 0.8rem;
    color: #9ca3af;
    padding: 1.5rem 1rem 2rem;
}


/* Responsivo */
@media (max-width: 640px) {
    .hero {
        padding: 1.8rem 1rem;
    }

    .hero-text h1 {
        font-size: 1.8rem;
    }

    .top-bar {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.5rem;
    }

    .nav a {
        margin-left: 0;
        margin-right: 0.75rem;
    }
}


/* Fale Conosco */
#contato h2 {
    margin-bottom: 0.5rem;
}

.contact-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
    gap: 1rem;
    margin: 0.75rem 0 1.25rem;
}

.contact-box {
    background: #f9fafb;
    border-radius: 0.9rem;
    padding: 0.75rem 0.9rem;
    box-shadow: 0 6px 14px rgba(15, 23, 42, 0.05);
}

.contact-box h3 {
    font-size: 0.98rem;
    margin-bottom: 0.35rem;
    color: #111827;
}

.contact-link {
    font-size: 0.9rem;
    color: #1d4ed8;
    text-decoration: none;
    font-weight: 600;
    word-break: break-all;
}

.contact-link:hover {
    text-decoration: underline;
}

.contact-whatsapp {
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
}


/* divisor */
.contact-divider {
    border: none;
    border-top: 1px solid #e5e7eb;
    margin: 1.25rem 0;
}


/* Formulário */
.contact-form {
    margin-top: 0.5rem;
}

.contact-row {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.contact-field {
    flex: 1;
    min-width: 220px;
}

.contact-field label {
    display: block;
    font-size: 0.85rem;
    color: #4b5563;
    margin-bottom: 0.25rem;
}

.contact-field input,
.contact-field textarea {
    width: 100%;
    padding: 0.4rem 0.6rem;
    border-radius: 0.55rem;
    border: 1px solid #d1d5db;
    font-size: 0.9rem;
    background: #f9fafb;
}

.contact-field input:focus,
.contact-field textarea:focus {
    outline: none;
    border-color: #2563eb;
    box-shadow: 0 0 0 1px rgba(37, 99, 235, 0.15);
}

@media (max-width: 640px) {
    .contact-row {
        flex-direction: column;
    }
}


/* Fundo da hero */
/* HERO COM FUNDO AZUL CELESTE */
.hero {
    position: relative;
    padding: 4rem 1.5rem;
    text-align: center;
    color: #ffffff;
    border-radius: 12px;

    background-image: url('img/ceu_janela_ii.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}


/* Conteúdo */
.hero-text {
    max-width: 700px;
    margin: 0 auto;
}

.hero-text h1 {
    font-size: 2.4rem;
    margin-bottom: 0.5rem;
    font-weight: 700;
}

/* Parágrafo principal */
.hero-text p {
/*    font-size: 1.1rem;
    line-height: 1.5;
    margin-bottom: 1.2rem;
*/
    font-size: 1.00rem;
    font-style: italic;
    line-height: 1.45;
    color: #ffffff; /* texto bem iluminado */
}

.hero-text h1,
.hero-text p {
    text-shadow:
            0 0 6px rgba(255,255,255,0.6),
            0 0 12px rgba(255,255,255,0.3),
            0 2px 4px rgba(0,0,0,100);
}


/* Versículo */
.versiculo {
    margin: 1rem auto 1.5rem;
    padding: 0; /* sem caixa, sem fundo */
    max-width: 650px;

    background: none;
    border: none;

    font-size: 1.00rem;
    font-style: italic;
    line-height: 1.45;
    color: #ffffff; /* texto bem iluminado */

    text-shadow:
            0 0 6px rgba(255, 255, 255, 0.6),
            0 0 10px rgba(255, 255, 255, 0.4),
            0 2px 4px rgba(0,0,0,0.5);
}

/* Referência do verso */
.versiculo span {
    display: block;
    margin-top: 0.4rem;
    font-size: 0.8rem;
    font-weight: 600;
    color: #e6f3ff;

    text-shadow:
            0 0 5px rgba(255,255,255,0.7),
            0 0 12px rgba(255,255,255,0.4);
}

