/* =====================================================================
   HOME — mesmo sistema de UI/UX da página de audições.
   ===================================================================== */
:root {
  --bg: #0D0D0D;
  --surface: #161616;
  --surface-2: #202020;
  --cream: #FBE2C0;
  --cream-2: #FFF6EA;
  --on-cream: #1A1206;
  --accent: #F7941E;
  --accent-2: #FFB04D;
  --on-accent: #1A1206;
  --text: #FFFFFF;
  --muted: #A8A8A8;
  --border: rgba(255, 255, 255, 0.10);
  --verified: #3B97F4;
  --radius: 22px;
  --radius-sm: 14px;
  --maxw: 1080px;
  --shadow: 0 18px 50px rgba(0, 0, 0, 0.45);
  --font-head: "Montserrat", system-ui, "Segoe UI", Arial, sans-serif;
  --font-body: "Inter", system-ui, "Segoe UI", Arial, sans-serif;
}
* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: var(--font-body); background: var(--bg); color: var(--text); line-height: 1.6; -webkit-font-smoothing: antialiased; overflow-x: hidden; }
h1, h2, h3, h4 { font-family: var(--font-head); font-weight: 800; line-height: 1.05; letter-spacing: -0.01em; }
a { color: inherit; }
img, svg { display: block; max-width: 100%; }
/* foco visível para navegação por teclado (acessibilidade) */
:focus-visible { outline: 3px solid var(--accent); outline-offset: 3px; border-radius: 6px; }
.container { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 20px; }

body::before {
  content: ""; position: fixed; inset: 0; pointer-events: none; z-index: 0;
  background:
    radial-gradient(60% 50% at 50% -5%, rgba(247,148,30,.16), transparent 60%),
    radial-gradient(40% 40% at 100% 100%, rgba(247,148,30,.07), transparent 60%);
}
.container, .topbar { position: relative; z-index: 1; }

/* ---------- topbar / nav ---------- */
.topbar { position: sticky; top: 0; z-index: 50; display: flex; align-items: center; gap: 14px; padding: 14px 20px; background: rgba(13,13,13,.72); backdrop-filter: blur(12px); border-bottom: 1px solid var(--border); }
.topbar .brand { display: flex; align-items: center; gap: 14px; text-decoration: none; }
.topbar .brand-logo { height: 30px; width: auto; }
.topbar .spacer { flex: 1; }
.nav-links { display: flex; gap: 6px; align-items: center; }
.nav-links a { text-decoration: none; color: var(--muted); font-weight: 700; font-size: .92rem; padding: 9px 14px; border-radius: 999px; transition: .2s; }
.nav-links a:hover { color: var(--text); background: var(--surface-2); }
.nav-links a.cta { background: var(--accent); color: var(--on-accent); }
.nav-links a.cta:hover { background: var(--accent-2); }
@media (max-width: 760px) { .nav-links a:not(.cta) { display: none; } }

/* ---------- hero ---------- */
.hero { text-align: center; padding: 60px 0 26px; }
.hero .logo { width: 124px; height: 124px; margin: 0 auto 24px; }
.hero .eyebrow { color: var(--accent); font-weight: 700; letter-spacing: .22em; text-transform: uppercase; font-size: .8rem; margin-bottom: 14px; }
.hero .title { display: inline-flex; align-items: flex-start; gap: 10px; justify-content: center; }
.hero h1 { font-size: clamp(2.4rem, 7vw, 4.2rem); }
.hero h1 .accent { color: var(--accent); }
.hero .verified { width: 26px; height: 26px; color: var(--verified); flex: 0 0 auto; margin-top: 6px; }
.hero p.lead { max-width: 600px; margin: 16px auto 0; color: #ededed; font-size: 1.12rem; font-weight: 500; }
.cta-row { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; margin-top: 30px; }

/* ---------- pills ---------- */
.pill { display: inline-flex; align-items: center; gap: 10px; cursor: pointer; text-decoration: none; padding: 14px 26px; border-radius: 999px; font-weight: 800; font-family: var(--font-head); font-size: .98rem; border: 1px solid var(--border); transition: transform .15s ease, background .2s ease, box-shadow .2s ease; }
.pill:hover { transform: translateY(-2px); }
.pill svg { width: 20px; height: 20px; }
.pill--accent { background: var(--accent); color: var(--on-accent); border-color: transparent; box-shadow: 0 10px 30px rgba(247,148,30,.35); }
.pill--accent:hover { background: var(--accent-2); }
.pill--ghost { background: var(--surface); color: var(--text); }
.pill--ghost:hover { background: var(--surface-2); }
.pill--dark { background: #1A1206; color: var(--accent); border-color: transparent; }
.pill--dark:hover { background: #000; }

/* ---------- sections ---------- */
section.block { padding: 40px 0; }
.section-head { margin-bottom: 26px; }
.section-head .num { font-family: var(--font-head); font-weight: 800; color: var(--accent); font-size: 1rem; margin-right: 12px; }
.section-head h2 { display: inline; font-size: clamp(1.7rem, 4vw, 2.5rem); }
.section-head p { color: var(--muted); max-width: 720px; margin-top: 12px; }

/* ---------- cultos grid ---------- */
.services { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.service { background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius); padding: 24px; transition: transform .18s ease, border-color .2s; }
.service:hover { transform: translateY(-4px); border-color: var(--accent); }
.service .ic { font-size: 1.5rem; width: 52px; height: 52px; border-radius: 50%; background: rgba(247,148,30,.12); display: grid; place-items: center; line-height: 1; }
.service .day { font-family: var(--font-head); font-weight: 800; font-size: 1.25rem; margin-top: 10px; }
.service .time { color: var(--accent); font-weight: 800; font-family: var(--font-head); }
.service .name { color: var(--muted); margin-top: 4px; }
.service .time .and { color: var(--muted); font-family: var(--font-body); font-weight: 600; font-size: .9rem; }
.service--highlight { border-color: var(--accent); background: linear-gradient(180deg, rgba(247,148,30,.12), var(--surface)); }
.service--span2 { grid-column: span 2; }
.sunday-times { display: flex; gap: 30px; margin-top: 8px; }
.sunday-times .t { display: flex; flex-direction: column; }
.sunday-times .t b { font-family: var(--font-head); font-weight: 800; font-size: 1.7rem; color: var(--accent); line-height: 1; }
.sunday-times .t small { color: var(--muted); font-weight: 600; margin-top: 3px; }


/* ---------- feature cards (live / audições) ---------- */
.features { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.features.single { grid-template-columns: 1fr; }
.feature { border-radius: var(--radius); padding: 30px; border: 1px solid var(--border); display: flex; flex-direction: column; gap: 12px; min-height: 220px; }
.feature h3 { font-size: 1.7rem; }
.feature p { color: var(--muted); flex: 1; }
.feature.is-live { background: var(--surface); }
.feature.is-audicoes { background: linear-gradient(135deg, var(--accent), #e07d00); color: var(--on-accent); }
.feature.is-audicoes p { color: rgba(26,18,6,.82); }
.feature.is-audicoes h3 { color: var(--on-accent); }
.feature .go { align-self: flex-start; }

/* ---------- card genérico (pastor / newsletter / contato) ---------- */
.card { background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius); padding: 34px; }
.card.center { text-align: center; }
.card h3 { font-size: clamp(1.5rem, 3.5vw, 2.1rem); margin-bottom: 12px; }
.card .desc { color: var(--muted); max-width: 640px; margin: 0 auto 22px; }
/* card creme (acento quente, igual às audições) */
.card--cream { background: var(--cream); color: var(--on-cream); border-color: transparent; }
.card--cream .desc { color: rgba(26,18,6,.78); }
.card--cream h3 { color: var(--on-cream); }
/* selo "ao vivo" */
.live-badge { display: inline-flex; align-items: center; gap: 9px; background: rgba(247,148,30,.14); color: var(--accent); font-weight: 700; font-size: .85rem; padding: 7px 16px; border-radius: 999px; margin-bottom: 16px; }
.live-badge .dot { width: 9px; height: 9px; border-radius: 50%; background: #ff3b3b; box-shadow: 0 0 0 0 rgba(255,59,59,.6); animation: pulse 1.8s infinite; }
@keyframes pulse { 0% { box-shadow: 0 0 0 0 rgba(255,59,59,.6); } 70% { box-shadow: 0 0 0 8px rgba(255,59,59,0); } 100% { box-shadow: 0 0 0 0 rgba(255,59,59,0); } }

/* selos do pastor */
.badges { display: flex; gap: 22px; justify-content: center; flex-wrap: wrap; margin-top: 22px; color: var(--text); }
.badges span { display: inline-flex; align-items: center; gap: 9px; font-weight: 700; font-family: var(--font-head); font-size: .95rem; }
.badges svg { width: 22px; height: 22px; color: var(--accent); }

/* newsletter form */
.nl-form { display: flex; gap: 12px; flex-wrap: wrap; justify-content: center; max-width: 720px; margin: 0 auto; }
.nl-form input { flex: 1 1 220px; background: var(--surface-2); border: 1px solid var(--border); border-radius: 999px; padding: 15px 22px; color: var(--text); font-family: var(--font-body); font-size: 1rem; }
.nl-form input:focus { outline: none; border-color: var(--accent); box-shadow: 0 0 0 3px rgba(247,148,30,.18); }
.nl-form button { border: none; }
.nl-form .pill { flex: 1 1 100%; justify-content: center; }
@media (min-width: 620px) { .nl-form .pill { flex: 0 0 auto; } }

/* nossos links */
.links { display: grid; gap: 14px; }
.link-item { display: flex; align-items: center; justify-content: space-between; gap: 14px; background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius-sm); padding: 20px 24px; text-decoration: none; color: var(--text); transition: .2s; }
.link-item:hover { background: var(--surface-2); border-color: var(--accent); transform: translateX(4px); }
.link-item .lbl { font-family: var(--font-head); font-weight: 800; font-size: 1.15rem; }
.link-item .ext { color: var(--accent); width: 24px; height: 24px; flex: 0 0 auto; }
/* itens de redes sociais (seção 06) */
.social-link .si { display: flex; align-items: center; gap: 16px; }
.social-link .si > svg { width: 30px; height: 30px; color: var(--accent); flex: 0 0 auto; }
.social-link .si b { font-family: var(--font-head); font-weight: 800; font-size: 1.15rem; display: block; }
.social-link .si small { color: var(--muted); font-size: .9rem; }

/* redes sociais (contato e rodapé) */
.social { display: flex; gap: 14px; justify-content: center; }
.social a { width: 50px; height: 50px; border-radius: 50%; background: var(--surface-2); border: 1px solid var(--border); display: grid; place-items: center; color: var(--text); transition: .2s; }
.social a:hover { background: var(--accent); color: var(--on-accent); transform: translateY(-3px); border-color: transparent; }
.social svg { width: 22px; height: 22px; }

/* endereço no rodapé */
.foot { border-top: 1px solid var(--border); padding: 44px 0; margin-top: 30px; text-align: center; color: var(--muted); }
.foot .foot-logo { margin: 0 auto 20px; }
.foot .foot-logo img { height: 74px; width: auto; margin: 0 auto; }
@media (max-width: 520px) { .foot .foot-logo img { height: 58px; } }
.foot .social { display: flex; gap: 14px; justify-content: center; margin: 18px 0; }
.foot .social a { width: 48px; height: 48px; border-radius: 50%; background: var(--surface); border: 1px solid var(--border); display: grid; place-items: center; color: var(--text); transition: .2s; }
.foot .social a:hover { background: var(--accent); color: var(--on-accent); transform: translateY(-3px); }
.foot .social svg { width: 22px; height: 22px; }
.foot .addr { font-weight: 600; }
.foot .addr a { color: inherit; text-decoration: none; }
.foot .addr a:hover { color: var(--accent); text-decoration: underline; text-underline-offset: 3px; }
.foot .copy { font-size: .85rem; margin-top: 16px; opacity: .8; }

@media (max-width: 760px) { .services { grid-template-columns: 1fr 1fr; } .features { grid-template-columns: 1fr; } }
@media (max-width: 520px) { .services { grid-template-columns: 1fr; } .hero { padding-top: 36px; } }
