/* IBI Guaraniaçu — static site styles */
:root {
  --background: oklch(0.99 0.005 240);
  --foreground: oklch(0.18 0.04 255);
  --card: #ffffff;
  --card-foreground: oklch(0.18 0.04 255);
  --primary: oklch(0.27 0.08 255);
  --primary-foreground: oklch(0.99 0.003 240);
  --secondary: oklch(0.95 0.02 240);
  --secondary-foreground: oklch(0.27 0.08 255);
  --muted-foreground: oklch(0.48 0.03 255);
  --accent: oklch(0.72 0.13 240);
  --skyblue: oklch(0.72 0.13 240);
  --flame: oklch(0.62 0.22 28);
  --border: oklch(0.9 0.015 240);
  --shadow-soft: 0 10px 30px -12px color-mix(in oklab, var(--primary) 22%, transparent);
  --shadow-card: 0 4px 24px -8px color-mix(in oklab, var(--primary) 18%, transparent);
  --radius: 0.75rem;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--background);
  color: var(--foreground);
  font-family: "Inter", system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
  -webkit-font-smoothing: antialiased;
  line-height: 1.5;
}
h1, h2, h3, h4 { font-family: "Playfair Display", Georgia, serif; letter-spacing: -0.01em; margin: 0; }
p { margin: 0; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button { font: inherit; cursor: pointer; border: 0; background: none; color: inherit; }
input { font: inherit; }

.container { max-width: 72rem; margin-inline: auto; padding-inline: 1.25rem; }
.section-title { font-family: "Playfair Display", Georgia, serif; font-size: clamp(1.75rem, 3vw, 2.5rem); font-weight: 700; color: var(--primary); }
.eyebrow { font-size: 0.75rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.2em; color: var(--flame); }
.muted { color: var(--muted-foreground); }

/* HEADER */
.site-header {
  position: sticky; top: 0; z-index: 40;
  border-bottom: 1px solid color-mix(in oklab, var(--border) 60%, transparent);
  background: color-mix(in oklab, var(--background) 85%, transparent);
  backdrop-filter: blur(8px);
}
.header-inner { display: flex; height: 64px; align-items: center; justify-content: space-between; gap: 1rem; }
.brand { display: flex; align-items: center; gap: 0.625rem; }
.brand img { height: 40px; width: 40px; object-fit: contain; }
.brand-text { display: flex; flex-direction: column; line-height: 1.1; }
.brand-title { font-family: "Playfair Display", serif; font-weight: 700; color: var(--primary); font-size: 1rem; }
.brand-sub { font-size: 10px; text-transform: uppercase; letter-spacing: 0.2em; color: var(--muted-foreground); }

.nav-desktop { display: none; gap: 0.25rem; align-items: center; }
.nav-desktop a { padding: 0.5rem 0.75rem; border-radius: 6px; font-size: 0.875rem; font-weight: 500; color: color-mix(in oklab, var(--foreground) 80%, transparent); transition: background .2s, color .2s; }
.nav-desktop a:hover, .nav-desktop a.active { background: var(--secondary); color: var(--primary); }

.menu-btn { display: inline-flex; padding: 0.5rem; border-radius: 6px; color: var(--primary); }
.menu-btn:hover { background: var(--secondary); }
.nav-mobile { display: none; border-top: 1px solid var(--border); background: var(--background); }
.nav-mobile.open { display: block; }
.nav-mobile a { display: block; padding: 0.625rem 0.75rem; border-radius: 6px; font-size: 0.875rem; font-weight: 500; color: color-mix(in oklab, var(--foreground) 80%, transparent); }
.nav-mobile a:hover { background: var(--secondary); color: var(--primary); }

@media (min-width: 1024px) {
  .nav-desktop { display: flex; }
  .menu-btn { display: none; }
  .nav-mobile { display: none !important; }
}

/* HERO */
.hero { position: relative; isolate: isolate; overflow: hidden; }
.hero-bg { position: absolute; inset: 0; z-index: -1; }
.hero-bg img { width: 100%; height: 100%; object-fit: cover; }
.hero-bg::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to bottom, color-mix(in oklab, var(--primary) 85%, transparent), color-mix(in oklab, var(--primary) 75%, transparent), color-mix(in oklab, var(--primary) 95%, transparent)); }
.hero-content { min-height: 88vh; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; color: var(--primary-foreground); padding: 6rem 0; }
.hero-logo { height: 112px; width: 112px; margin-bottom: 1.5rem; filter: drop-shadow(0 8px 24px rgba(0,0,0,0.35)); }
.hero h1 { font-size: clamp(2.25rem, 5vw, 3.75rem); font-weight: 700; line-height: 1.1; }
.hero h2 { margin-top: 0.25rem; margin-bottom: 1.5rem; font-size: 0.875rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.3em; color: color-mix(in oklab, var(--primary-foreground) 70%, transparent); font-family: "Inter", sans-serif; }
.hero-tag { margin-top: 1rem; max-width: 36rem; font-size: 1.125rem; font-style: italic; color: color-mix(in oklab, var(--primary-foreground) 85%, transparent); }
.hero-cta { margin-top: 2.5rem; display: flex; flex-direction: column; gap: 1rem; align-items: stretch; justify-content: center; }
@media (min-width: 640px) { .hero-cta { flex-direction: row; align-items: center; } }

.btn-wpp, .btn-msg {
  display: inline-flex; align-items: center; justify-content: center; gap: 0.625rem;
  padding: 1rem 2rem; border-radius: 9999px; font-size: 0.875rem; font-weight: 600;
  box-shadow: 0 10px 25px -10px rgba(0,0,0,0.4); transition: transform .15s, filter .15s;
}
.btn-wpp { background: #25D366; color: #fff; }
.btn-wpp:hover { filter: brightness(1.1); transform: scale(1.02); }
.btn-msg { background: var(--primary); color: var(--primary-foreground); border: 1px solid color-mix(in oklab, var(--primary-foreground) 30%, transparent); }
.btn-msg:hover { transform: scale(1.02); }
.btn-msg .stack { display: flex; flex-direction: column; align-items: flex-start; line-height: 1.1; }
.btn-msg .stack span:last-child { font-size: 0.75rem; color: color-mix(in oklab, var(--primary-foreground) 70%, transparent); font-weight: 400; }

/* HIGHLIGHTS */
.highlights { display: grid; gap: 1.25rem; margin-top: -4rem; }
@media (min-width: 768px) { .highlights { grid-template-columns: repeat(3, 1fr); } }
.h-card {
  position: relative; display: block; border-radius: 1rem; border: 1px solid var(--border);
  background: var(--card); padding: 1.5rem; box-shadow: var(--shadow-card);
  transition: transform .2s, border-color .2s;
}
.h-card:hover { transform: translateY(-4px); border-color: var(--accent); }
.h-icon { display: inline-flex; height: 44px; width: 44px; align-items: center; justify-content: center;
  border-radius: 12px; background: var(--secondary); color: var(--primary); margin-bottom: 1rem; }
.h-card h3 { font-size: 1.125rem; font-weight: 700; color: var(--primary); }
.h-card p { margin-top: 0.375rem; font-size: 0.875rem; color: var(--muted-foreground); }
.h-link { margin-top: 1rem; display: inline-flex; gap: 0.25rem; font-size: 0.875rem; font-weight: 500; color: var(--primary); align-items: center; }

/* Generic sections */
.section { margin-top: 6rem; }
.split { display: grid; gap: 3rem; align-items: center; }
@media (min-width: 768px) { .split { grid-template-columns: 1fr 1fr; } }
.split .image { position: relative; aspect-ratio: 4/3; overflow: hidden; border-radius: 1.5rem; box-shadow: var(--shadow-soft); }
.split .image img { width: 100%; height: 100%; object-fit: cover; }
.split .image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, color-mix(in oklab, var(--primary) 40%, transparent), transparent); }
.read-more { margin-top: 1.5rem; display: inline-flex; gap: 0.5rem; font-size: 0.875rem; font-weight: 600; color: var(--primary); }

.verse-box { border-radius: 1.5rem; background: var(--primary); padding: 2.5rem; text-align: center; color: var(--primary-foreground); box-shadow: var(--shadow-soft); }
@media (min-width: 768px) { .verse-box { padding: 4rem; } }
.verse-box blockquote { margin: 1.25rem auto 0; max-width: 36rem; font-family: "Playfair Display", serif; font-style: italic; font-size: 1.5rem; line-height: 1.3; }
@media (min-width: 768px) { .verse-box blockquote { font-size: 1.875rem; } }
.verse-ref { margin-top: 1rem; font-size: 0.875rem; color: color-mix(in oklab, var(--primary-foreground) 70%, transparent); }

.video-wrap { margin-top: 2rem; overflow: hidden; border-radius: 1.5rem; border: 1px solid var(--border); background: var(--card); box-shadow: var(--shadow-soft); }
.video-wrap iframe { display: block; width: 100%; height: 400px; border: 0; }

/* FOOTER */
.site-footer { margin-top: 6rem; background: var(--primary); color: var(--primary-foreground); }
.footer-grid { display: grid; gap: 2.5rem; padding: 3.5rem 0; }
@media (min-width: 768px) { .footer-grid { grid-template-columns: repeat(3, 1fr); } }
.footer-h { font-size: 0.75rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.2em; color: color-mix(in oklab, var(--primary-foreground) 70%, transparent); }
.footer-list { list-style: none; padding: 0; margin: 1rem 0 0; display: flex; flex-direction: column; gap: 0.75rem; font-size: 0.875rem; }
.footer-list li { display: flex; align-items: flex-start; gap: 0.5rem; }
.social-row { margin-top: 1rem; display: flex; gap: 0.75rem; }
.social-row a { display: inline-flex; padding: 0.625rem; border-radius: 9999px; background: color-mix(in oklab, var(--primary-foreground) 10%, transparent); transition: transform .15s, background .15s; }
.social-row a:hover { transform: scale(1.1); background: color-mix(in oklab, var(--primary-foreground) 20%, transparent); }
.footer-credit { border-top: 1px solid color-mix(in oklab, var(--primary-foreground) 10%, transparent); text-align: center; padding: 1.25rem 0; font-size: 0.75rem; color: color-mix(in oklab, var(--primary-foreground) 60%, transparent); }

/* Floating WhatsApp */
.fab-wpp {
  position: fixed; bottom: 1.25rem; right: 1.25rem; z-index: 50;
  display: inline-flex; align-items: center; justify-content: center;
  width: 56px; height: 56px; border-radius: 9999px; background: #25D366; color: #fff;
  box-shadow: 0 10px 30px -10px rgba(0,0,0,0.4);
  animation: pulse 2s infinite;
  transition: transform .15s;
}
.fab-wpp:hover { transform: scale(1.1); }
@keyframes pulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5); }
  50% { box-shadow: 0 0 0 14px rgba(37, 211, 102, 0); }
}

/* Cards / pages */
.page { padding: 5rem 0; }
.page-head { max-width: 42rem; margin: 0 auto; text-align: center; }
.page-head h1 { margin-top: 0.75rem; }
.prose { max-width: 48rem; margin: 3rem auto 0; display: flex; flex-direction: column; gap: 1.5rem; font-size: 1rem; line-height: 1.7; color: color-mix(in oklab, var(--foreground) 85%, transparent); }
.tl-grid { margin-top: 2.5rem; display: grid; gap: 1.25rem; }
@media (min-width: 640px) { .tl-grid { grid-template-columns: repeat(3, 1fr); } }
.tl-card { border-radius: 1rem; border: 1px solid var(--border); background: var(--card); padding: 1.5rem; text-align: center; box-shadow: var(--shadow-card); }
.tl-card .y { font-family: "Playfair Display", serif; font-size: 1.875rem; font-weight: 700; color: var(--primary); }
.tl-card .t { margin-top: 0.5rem; font-size: 0.875rem; color: var(--muted-foreground); }

.cards-2 { max-width: 56rem; margin: 3rem auto 0; display: grid; gap: 1.5rem; }
@media (min-width: 768px) { .cards-2 { grid-template-columns: 1fr 1fr; } }
.culto-card { position: relative; overflow: hidden; border-radius: 1.5rem; border: 1px solid var(--border); background: var(--card); padding: 2rem; box-shadow: var(--shadow-card); transition: transform .2s, box-shadow .2s; }
.culto-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-soft); }
.culto-card .accent-bar { position: absolute; left: 0; top: 1.5rem; height: 4rem; width: 6px; border-radius: 0 4px 4px 0; }
.bar-flame { background: var(--flame); }
.bar-sky { background: var(--skyblue); }
.tag { display: inline-flex; gap: 0.375rem; align-items: center; padding: 0.25rem 0.75rem; border-radius: 9999px; font-size: 0.75rem; font-weight: 600; }
.tag-flame { background: color-mix(in oklab, var(--flame) 10%, transparent); color: var(--flame); }
.tag-sky { background: color-mix(in oklab, var(--skyblue) 10%, transparent); color: var(--skyblue); }
.culto-icon { display: flex; height: 48px; width: 48px; align-items: center; justify-content: center; border-radius: 16px; }
.bg-flame { background: color-mix(in oklab, var(--flame) 10%, transparent); color: var(--flame); }
.bg-sky { background: color-mix(in oklab, var(--skyblue) 10%, transparent); color: var(--skyblue); }
.day-line { margin-top: 1rem; display: flex; align-items: center; gap: 0.5rem; font-size: 0.875rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.05em; color: var(--muted-foreground); }
.time-line { margin-top: 0.5rem; display: flex; align-items: baseline; gap: 0.5rem; }
.time-icon { display: inline-flex; height: 40px; width: 40px; align-items: center; justify-content: center; border-radius: 12px; background: color-mix(in oklab, var(--primary) 10%, transparent); color: var(--primary); }
.time-num { font-family: "Playfair Display", serif; font-size: 2.25rem; font-weight: 700; color: var(--primary); }
.chip-row { margin-top: 1.5rem; display: flex; flex-wrap: wrap; gap: 0.5rem; }
.chip { display: inline-flex; gap: 0.375rem; align-items: center; padding: 0.375rem 0.75rem; border-radius: 0.5rem; background: var(--secondary); color: var(--secondary-foreground); font-size: 0.75rem; font-weight: 500; }

/* Verse + reader */
.input { width: 100%; border-radius: 12px; border: 1px solid var(--border); background: var(--background); padding: 0.625rem 1rem; font-size: 0.875rem; outline: none; }
.input:focus { border-color: var(--accent); }
.btn { display: inline-flex; align-items: center; justify-content: center; border-radius: 12px; padding: 0.625rem 1.25rem; font-size: 0.875rem; font-weight: 600; }
.btn-primary { background: var(--primary); color: var(--primary-foreground); }
.btn-primary:hover { opacity: 0.9; }

.reader { max-width: 48rem; margin: 2.5rem auto 0; border-radius: 1.5rem; border: 1px solid var(--border); background: var(--card); padding: 2rem; box-shadow: var(--shadow-card); }
.reader-grid { margin-top: 1.25rem; display: grid; gap: 0.75rem; grid-template-columns: 1fr 120px auto; }
@media (max-width: 640px) { .reader-grid { grid-template-columns: 1fr; } }

/* Redes */
.redes-grid { max-width: 48rem; margin: 3rem auto 0; display: grid; gap: 1.5rem; }
@media (min-width: 640px) { .redes-grid { grid-template-columns: 1fr 1fr; } }
.rede-card { position: relative; overflow: hidden; border-radius: 1.5rem; border: 1px solid var(--border); background: var(--card); padding: 2rem; box-shadow: var(--shadow-card); transition: transform .2s; }
.rede-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-soft); }
.rede-icon { display: inline-flex; height: 56px; width: 56px; align-items: center; justify-content: center; border-radius: 16px; color: white; box-shadow: 0 6px 14px -6px rgba(0,0,0,0.3); }
.rede-fb { background: linear-gradient(135deg, #1877F2, #0a4fb8); }
.rede-ig { background: linear-gradient(135deg, #E1306C, #C13584, #F77737); }

/* Contato */
.contato-grid { max-width: 64rem; margin: 3rem auto 0; display: grid; gap: 1.5rem; }
@media (min-width: 768px) { .contato-grid { grid-template-columns: 1fr 1fr; } }
.wpp-card { display: block; border-radius: 1.5rem; background: linear-gradient(135deg, #25D366, #128C7E); color: white; padding: 2rem; box-shadow: var(--shadow-soft); transition: transform .2s; }
.wpp-card:hover { transform: translateY(-4px); }
.wpp-pill { margin-top: 1.25rem; display: inline-flex; padding: 0.375rem 1rem; border-radius: 9999px; background: rgba(255,255,255,0.15); font-size: 0.875rem; font-weight: 600; }
.info-card { border-radius: 1.5rem; border: 1px solid var(--border); background: var(--card); padding: 2rem; box-shadow: var(--shadow-card); }
.divider { margin: 1.5rem 0; height: 1px; background: var(--border); }
.horarios { max-width: 64rem; margin: 2rem auto 0; border-radius: 1.5rem; border: 1px solid var(--border); background: var(--card); padding: 2rem; box-shadow: var(--shadow-card); }
.horario-grid { margin-top: 1rem; display: grid; gap: 0.75rem; }
@media (min-width: 640px) { .horario-grid { grid-template-columns: 1fr 1fr; } }
.horario-box { border-radius: 1rem; background: var(--secondary); padding: 1rem; }
.horario-box .lbl { font-size: 0.875rem; font-weight: 600; color: var(--primary); }
.horario-box .h { font-family: "Playfair Display", serif; font-size: 1.5rem; font-weight: 700; }

/* Ao Vivo */
.live-tag { display: inline-flex; align-items: center; gap: 0.5rem; padding: 0.375rem 1rem; border-radius: 9999px; background: color-mix(in oklab, var(--flame) 10%, transparent); color: var(--flame); font-size: 0.75rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.05em; }
.live-dot { position: relative; display: inline-flex; height: 8px; width: 8px; }
.live-dot::before { content: ""; position: absolute; inset: 0; border-radius: 9999px; background: var(--flame); opacity: 0.75; animation: ping 1.5s cubic-bezier(0, 0, 0.2, 1) infinite; }
.live-dot::after { content: ""; position: relative; display: inline-flex; height: 8px; width: 8px; border-radius: 9999px; background: var(--flame); }
@keyframes ping { 75%, 100% { transform: scale(2); opacity: 0; } }
.live-wrap { max-width: 56rem; margin: 2.5rem auto 0; overflow: hidden; border-radius: 1.5rem; border: 1px solid var(--border); background: var(--card); box-shadow: var(--shadow-soft); }
.live-frame { position: relative; aspect-ratio: 16/9; background: var(--primary); color: var(--primary-foreground); display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 0.75rem; padding: 1rem; text-align: center; }

/* Membros */
.login-wrap { max-width: 28rem; margin: 0 auto; }
.lock-icon { margin: 0 auto; display: inline-flex; height: 56px; width: 56px; align-items: center; justify-content: center; border-radius: 16px; background: var(--secondary); color: var(--primary); }
.login-card { margin-top: 2.5rem; border-radius: 1.5rem; border: 1px solid var(--border); background: var(--card); padding: 2rem; box-shadow: var(--shadow-card); }
.login-card label { display: block; }
.login-card label + label { margin-top: 1rem; }
.login-card .lbl { font-size: 0.75rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.05em; color: var(--muted-foreground); }
.login-card .input { margin-top: 0.5rem; }
.login-card .btn-primary { margin-top: 1.5rem; width: 100%; padding: 0.75rem 1.25rem; border-radius: 12px; }
/* No styles.css */

/* Define a animação 'crescer' */
@keyframes crescer {
  0% {
    transform: scale(0.1); /* Começa com 10% do tamanho */
    opacity: 0;           /* Começa invisível */
  }
  100% {
    transform: scale(1);   /* Termina no tamanho normal */
    opacity: 1;           /* Termina totalmente visível */
  }
}

/* Aplica a animação à classe logo-principal */
.logo-principal {
  /* Define o ponto de origem da animação no centro */
  transform-origin: center center;
  /* Nome da animação */
  animation-name: crescer;
  /* Duração (1.2 segundos, você pode ajustar) */
  animation-duration: 1.2s;
  /* Tipo de transição (suave no início e fim) */
  animation-timing-function: ease-in-out;
  /* Garante que o estado final da animação persista */
  animation-fill-mode: forwards;
}