/* Sembradores Panamá — sitio público (estático). Mobile-first. */
:root {
  --ink: #0f2a1d;
  --ink-2: #163a29;
  --green: #1d5c3f;
  --green-2: #2a7a55;
  --green-soft: #e9f2ed;
  --gold: #c9973f;
  --gold-2: #e8c170;
  --gold-ink: #2e2005;
  --cream: #f8f5ee;
  --paper: #ffffff;
  --text: #1d2723;
  --muted: #5f6d66;
  --line: #e6e1d5;
  --r: 18px;
  --sh: 0 12px 32px rgba(15, 42, 29, .10);
  --sh-lg: 0 24px 60px rgba(15, 42, 29, .18);
  --ff-h: "Playfair Display", Georgia, "Times New Roman", serif;
  --ff: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  --hdr: 76px;
}
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--hdr) + 8px); -webkit-text-size-adjust: 100%; }
body { margin: 0; font-family: var(--ff); color: var(--text); background: var(--paper); line-height: 1.65; font-size: 16px; overflow-x: hidden; }
body.lock { overflow: hidden; }
img, video, iframe { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; cursor: pointer; border: 0; background: none; padding: 0; }
h1, h2, h3, h4 { margin: 0 0 .5em; line-height: 1.15; }
p { margin: 0 0 1em; }
[hidden] { display: none !important; }
:focus-visible { outline: 3px solid var(--gold-2); outline-offset: 3px; border-radius: 6px; }

.wrap { width: min(1200px, 100% - 40px); margin-inline: auto; }
.skip { position: absolute; left: -999px; top: 8px; z-index: 200; background: var(--gold); color: var(--gold-ink); padding: 8px 14px; border-radius: 8px; font-weight: 700; }
.skip:focus { left: 8px; }

/* ---------- Tipografía ---------- */
.kicker { display: inline-flex; align-items: center; gap: 8px; font-size: .78rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; color: var(--green-2); margin-bottom: 12px; }
.kicker::before { content: ""; width: 28px; height: 2px; background: var(--gold); border-radius: 2px; }
.h2 { font-family: var(--ff-h); font-size: clamp(1.9rem, 4vw, 3rem); font-weight: 700; letter-spacing: -.01em; color: var(--ink); }
.h3 { font-family: var(--ff-h); font-size: clamp(1.5rem, 3vw, 2rem); color: var(--ink); }
.lead { font-size: 1.12rem; color: #33413a; }
.muted { color: var(--muted); }
.gold { color: var(--gold); }
.tiny { font-size: .8rem; color: var(--muted); margin: 10px 0 0; text-align: center; }

/* ---------- Botones ---------- */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 14px 26px; border-radius: 999px; font-weight: 700; font-size: .98rem; line-height: 1; transition: transform .2s, box-shadow .2s, background .2s, color .2s; white-space: nowrap; }
.btn:hover { transform: translateY(-2px); }
.btn .bi { font-size: 1.1em; }
.btn-gold { background: linear-gradient(135deg, var(--gold-2), var(--gold)); color: var(--gold-ink); box-shadow: 0 10px 26px rgba(201, 151, 63, .38); letter-spacing: .04em; }
.btn-gold:hover { box-shadow: 0 14px 34px rgba(201, 151, 63, .5); }
.btn-green { background: var(--green); color: #fff; box-shadow: 0 10px 24px rgba(29, 92, 63, .28); }
.btn-green:hover { background: var(--green-2); }
.btn-light { background: #fff; color: var(--ink); box-shadow: 0 10px 24px rgba(0, 0, 0, .18); }
.btn-outline { border: 2px solid var(--green); color: var(--green); padding: 12px 24px; }
.btn-outline:hover { background: var(--green); color: #fff; }
.btn-lg { padding: 17px 34px; font-size: 1.06rem; }
.btn-block { width: 100%; }

/* ---------- Encabezado ---------- */
.hdr { position: fixed; inset: 0 0 auto; z-index: 50; height: var(--hdr); transition: background .3s, box-shadow .3s, height .3s; color: #fff; }
.hdr-in { height: 100%; display: flex; align-items: center; gap: 20px; }
.brand img { height: 50px; width: auto; filter: brightness(0) invert(1); transition: filter .3s; }
.nav { display: flex; align-items: center; gap: 4px; margin-left: auto; }
.nav a { padding: 8px 12px; border-radius: 999px; font-weight: 600; font-size: .93rem; opacity: .92; transition: background .2s, color .2s; }
.nav a:hover, .nav a.on { background: rgba(255, 255, 255, .16); opacity: 1; }
.nav-live { display: inline-flex; align-items: center; gap: 8px; border: 1.5px solid rgba(255, 255, 255, .45); margin-left: 6px; }
.nav-live .dot { width: 8px; height: 8px; border-radius: 50%; background: #ff4d4d; box-shadow: 0 0 0 0 rgba(255, 77, 77, .7); animation: live 1.8s infinite; }
@keyframes live { 70% { box-shadow: 0 0 0 8px rgba(255, 77, 77, 0); } 100% { box-shadow: 0 0 0 0 rgba(255, 77, 77, 0); } }
.hdr-cta { display: flex; align-items: center; gap: 10px; }
.btn-sembrar { display: inline-flex; align-items: center; gap: 8px; padding: 11px 20px; border-radius: 999px; font-weight: 800; letter-spacing: .08em; font-size: .9rem; background: linear-gradient(135deg, var(--gold-2), var(--gold)); color: var(--gold-ink); box-shadow: 0 8px 22px rgba(201, 151, 63, .42); transition: transform .2s, box-shadow .2s; animation: glow 3.2s ease-in-out infinite; }
.btn-sembrar:hover { transform: translateY(-2px); }
@keyframes glow { 50% { box-shadow: 0 8px 30px rgba(232, 193, 112, .75); } }
.burger { display: none; width: 44px; height: 44px; border-radius: 12px; font-size: 1.6rem; align-items: center; justify-content: center; }
.hdr.solid { background: rgba(255, 255, 255, .96); backdrop-filter: saturate(1.4) blur(10px); -webkit-backdrop-filter: saturate(1.4) blur(10px); box-shadow: 0 6px 24px rgba(15, 42, 29, .08); color: var(--ink); --hdr: 68px; }
.hdr.solid .brand img { filter: none; }
.hdr.solid .nav a:hover, .hdr.solid .nav a.on { background: var(--green-soft); color: var(--green); }
.hdr.solid .nav-live { border-color: var(--line); }

/* ---------- Hero ---------- */
.hero { position: relative; min-height: max(640px, 100svh); display: flex; flex-direction: column; justify-content: flex-end; color: #fff; overflow: hidden; background: var(--ink); }
.hero-bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(8, 22, 15, .62) 0%, rgba(8, 22, 15, .30) 38%, rgba(8, 22, 15, .88) 100%), radial-gradient(ellipse at 20% 60%, rgba(29, 92, 63, .35), transparent 60%); }
.hero-in { position: relative; padding-top: calc(var(--hdr) + 60px); padding-bottom: 36px; max-width: 900px; margin-left: max(20px, (100% - 1200px) / 2); }
.eyebrow { display: inline-flex; align-items: center; gap: 8px; padding: 8px 14px; border-radius: 999px; background: rgba(255, 255, 255, .12); border: 1px solid rgba(255, 255, 255, .22); font-size: .85rem; font-weight: 600; backdrop-filter: blur(6px); -webkit-backdrop-filter: blur(6px); }
.eyebrow .bi { color: var(--gold-2); }
.hero h1 { font-family: var(--ff-h); font-size: clamp(2.8rem, 8vw, 6rem); font-weight: 800; letter-spacing: -.02em; margin: 18px 0 14px; text-shadow: 0 6px 30px rgba(0, 0, 0, .35); }
.hero h1 em { font-style: italic; color: var(--gold-2); }
.hero-sub { font-size: clamp(1.05rem, 2vw, 1.3rem); max-width: 600px; opacity: .92; }
.hero-btns { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 26px; }
.hero-cards { position: relative; display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; padding-bottom: 36px; }
.hc { display: flex; align-items: center; gap: 14px; padding: 16px 18px; border-radius: 16px; background: rgba(255, 255, 255, .1); border: 1px solid rgba(255, 255, 255, .18); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); transition: background .2s, transform .2s; }
.hc:hover { background: rgba(255, 255, 255, .18); transform: translateY(-2px); }
.hc > .bi { font-size: 1.6rem; color: var(--gold-2); flex: 0 0 auto; }
.hc b { display: block; font-size: 1rem; }
.hc small { display: block; opacity: .82; font-size: .85rem; }

/* ---------- Secciones ---------- */
.sec { padding: 100px 0; }
.sec-alt { background: var(--cream); }
.sec-dark { background: radial-gradient(ellipse at 10% 0%, #1f5a3f 0%, transparent 55%), var(--ink); color: #e9efe9; }
.sec-dark .h2 { color: #fff; }
.sec-dark .lead { color: #cfdcd3; }
.sec-dark .kicker { color: var(--gold-2); }
.sec-head { max-width: 760px; margin-bottom: 40px; }
.sec-head-row { max-width: none; display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; }

/* Bienvenida */
.welcome-grid { display: grid; grid-template-columns: 1.05fr 1fr; gap: 64px; align-items: center; }
.welcome-img { position: relative; }
.welcome-img img { width: 100%; aspect-ratio: 4 / 3.2; object-fit: cover; border-radius: 24px; box-shadow: var(--sh-lg); }
.welcome-badge { position: absolute; right: -18px; bottom: -22px; background: var(--paper); border-radius: 18px; padding: 16px 20px; box-shadow: var(--sh-lg); max-width: 230px; display: flex; gap: 12px; align-items: center; }
.welcome-badge b { font-family: var(--ff-h); font-size: 1.7rem; color: var(--green); }
.welcome-badge span { font-size: .85rem; color: var(--muted); line-height: 1.35; }
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin-top: 80px; }
.step { background: var(--paper); border: 1px solid var(--line); border-radius: var(--r); padding: 26px 22px; transition: transform .25s, box-shadow .25s, border-color .25s; }
.step:hover { transform: translateY(-4px); box-shadow: var(--sh); border-color: transparent; }
.step span { display: inline-grid; place-items: center; width: 42px; height: 42px; border-radius: 12px; background: var(--green-soft); color: var(--green); font-weight: 800; margin-bottom: 14px; }
.step h3 { font-family: var(--ff-h); font-size: 1.3rem; color: var(--ink); }
.step p { color: var(--muted); font-size: .95rem; margin: 0; }

/* Descubre */
.disc-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 18px; }
.disc { position: relative; border-radius: var(--r); overflow: hidden; background: var(--ink); aspect-ratio: 3 / 4; box-shadow: var(--sh); isolation: isolate; }
.disc img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .6s; z-index: -1; }
.disc::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 35%, rgba(8, 22, 15, .92)); z-index: -1; }
.disc > div { position: absolute; inset: auto 0 0; padding: 20px; color: #fff; }
.disc small { font-size: .74rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--gold-2); }
.disc h3 { font-family: var(--ff-h); font-size: 1.3rem; margin: 4px 0 8px; }
.disc .more { font-size: .88rem; font-weight: 600; opacity: .9; display: inline-flex; gap: 6px; align-items: center; }
.disc:hover img { transform: scale(1.06); }

/* Eventos */
.ev-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.ev, .g { position: relative; border-radius: var(--r); overflow: hidden; box-shadow: var(--sh); aspect-ratio: 1; background: var(--cream); }
.ev img, .g img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s; }
.ev:hover img, .g:hover img { transform: scale(1.05); }

/* Nosotros */
.tabs { display: flex; gap: 8px; margin-bottom: 28px; overflow-x: auto; scrollbar-width: none; padding-bottom: 4px; }
.tabs::-webkit-scrollbar { display: none; }
.tab { padding: 11px 20px; border-radius: 999px; border: 1.5px solid rgba(255, 255, 255, .2); color: #dfe8e2; font-weight: 600; white-space: nowrap; transition: background .2s, color .2s, border-color .2s; }
.tab:hover { border-color: rgba(255, 255, 255, .45); }
.tab.on { background: var(--gold); border-color: var(--gold); color: var(--gold-ink); }
.leaders { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.leader { display: grid; grid-template-columns: 180px 1fr; gap: 22px; background: rgba(255, 255, 255, .06); border: 1px solid rgba(255, 255, 255, .12); border-radius: 22px; padding: 22px; }
.leader img { width: 180px; height: 220px; object-fit: cover; object-position: top; border-radius: 16px; }
.leader small { color: var(--gold-2); font-weight: 700; font-size: .78rem; letter-spacing: .08em; text-transform: uppercase; }
.leader h3 { font-family: var(--ff-h); font-size: 1.55rem; color: #fff; margin: 4px 0 10px; }
.leader p { color: #cfdcd3; font-size: .95rem; margin-bottom: 12px; }
.socials { display: flex; gap: 8px; }
.socials a { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 50%; background: rgba(255, 255, 255, .1); transition: background .2s, color .2s; }
.socials a:hover { background: var(--gold); color: var(--gold-ink); }
.panel-card { background: rgba(255, 255, 255, .06); border: 1px solid rgba(255, 255, 255, .12); border-radius: 22px; padding: clamp(22px, 4vw, 44px); max-width: 900px; }
.panel-card h3 { font-family: var(--ff-h); font-size: clamp(1.4rem, 3vw, 2rem); color: #fff; }
.panel-card p { color: #d5e0d8; }
blockquote { margin: 18px 0; padding: 14px 22px; border-left: 4px solid var(--gold); background: rgba(232, 193, 112, .08); border-radius: 0 12px 12px 0; font-family: var(--ff-h); font-style: italic; font-size: 1.15rem; color: #f3e6c8; }
blockquote cite { display: block; margin-top: 8px; font-family: var(--ff); font-style: normal; font-size: .85rem; color: var(--gold-2); font-weight: 700; }
.beliefs { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.beliefs details { background: rgba(255, 255, 255, .06); border: 1px solid rgba(255, 255, 255, .12); border-radius: 14px; padding: 0 18px; transition: background .2s; }
.beliefs details[open] { background: rgba(255, 255, 255, .1); }
.beliefs summary { cursor: pointer; list-style: none; padding: 16px 0; font-weight: 700; color: #fff; display: flex; justify-content: space-between; align-items: center; gap: 10px; }
.beliefs summary::-webkit-details-marker { display: none; }
.beliefs summary::after { content: "+"; font-size: 1.4rem; line-height: 1; color: var(--gold-2); transition: transform .2s; }
.beliefs details[open] summary::after { transform: rotate(45deg); }
.beliefs p { color: #cfdcd3; font-size: .94rem; padding-bottom: 16px; margin: 0; }

/* Casas de Paz */
.cdp { display: grid; grid-template-columns: 1.1fr .9fr; gap: 64px; align-items: center; }
.cdp-when { display: flex; align-items: center; gap: 16px; background: var(--green-soft); border-radius: 16px; padding: 16px 20px; margin: 22px 0 26px; }
.cdp-when .bi { font-size: 2rem; color: var(--green); }
.cdp-when b { display: block; font-size: 1.1rem; color: var(--ink); }
.cdp-when span { color: var(--muted); font-size: .92rem; }
.cdp-cols { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin-bottom: 26px; }
.cdp-cols h3 { font-family: var(--ff-h); font-size: 1.2rem; color: var(--ink); }
.cdp-cols p { font-size: .94rem; color: var(--muted); margin: 0; }
.cdp-imgs { position: relative; padding: 0 0 80px 40px; }
.cdp-imgs .i1 { width: 100%; aspect-ratio: 4 / 4.4; object-fit: cover; border-radius: 24px; box-shadow: var(--sh-lg); }
.cdp-imgs .i2 { position: absolute; left: 0; bottom: 0; width: 55%; aspect-ratio: 4 / 3; object-fit: cover; border-radius: 18px; border: 6px solid var(--paper); box-shadow: var(--sh-lg); }

/* Kids */
.kids { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
.kids-img img { width: 100%; border-radius: 24px; box-shadow: var(--sh-lg); aspect-ratio: 4 / 3; object-fit: cover; }
.teacher { display: flex; gap: 14px; align-items: center; background: var(--paper); border: 1px solid var(--line); border-radius: 16px; padding: 14px; margin: 6px 0 24px; }
.teacher img { width: 64px; height: 64px; border-radius: 50%; object-fit: cover; object-position: top; flex: 0 0 auto; }
.teacher b { display: block; color: var(--ink); }
.teacher span { font-size: .88rem; color: var(--muted); line-height: 1.4; display: block; }

/* Testimonios */
.car-nav { display: flex; gap: 10px; }
.car-btn { width: 48px; height: 48px; border-radius: 50%; border: 1.5px solid var(--line); display: grid; place-items: center; font-size: 1.1rem; transition: background .2s, color .2s, border-color .2s; }
.car-btn:hover { background: var(--green); color: #fff; border-color: var(--green); }
.car { display: grid; grid-auto-flow: column; grid-auto-columns: calc((100% - 44px) / 3); gap: 22px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; padding: 6px 2px 18px; }
.car::-webkit-scrollbar { display: none; }
.tm { scroll-snap-align: start; text-align: left; background: var(--paper); border: 1px solid var(--line); border-radius: 20px; overflow: hidden; display: flex; flex-direction: column; transition: transform .25s, box-shadow .25s; }
.tm:hover { transform: translateY(-4px); box-shadow: var(--sh); }
.tm-img { position: relative; display: block; aspect-ratio: 16 / 10; overflow: hidden; background: var(--cream); }
.tm-img img { width: 100%; height: 100%; object-fit: cover; object-position: center 25%; }
.tm-img .bi { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); width: 62px; height: 62px; border-radius: 50%; display: grid; place-items: center; background: rgba(255, 255, 255, .92); color: var(--green); font-size: 2rem; box-shadow: 0 10px 30px rgba(0, 0, 0, .25); transition: transform .2s; }
.tm:hover .tm-img .bi { transform: translate(-50%, -50%) scale(1.1); }
.tm b { display: block; font-family: var(--ff-h); font-size: 1.25rem; color: var(--ink); padding: 18px 20px 6px; }
.tm > span:last-child { display: block; padding: 0 20px 22px; color: var(--muted); font-size: .93rem; }

/* Banda Sembrar */
.sow { position: relative; padding: 110px 0; color: #fff; text-align: center; background: linear-gradient(135deg, rgba(15, 42, 29, .92), rgba(29, 92, 63, .82)), url("/img/sembrar-bg.webp") center / cover no-repeat; }
.sow-in { max-width: 760px; }
.sow-ico { font-size: 2.6rem; color: var(--gold-2); display: inline-block; margin-bottom: 8px; }
.sow h2 { font-family: var(--ff-h); font-size: clamp(2rem, 5vw, 3.2rem); }
.sow p { font-family: var(--ff-h); font-style: italic; font-size: clamp(1.1rem, 2.4vw, 1.4rem); color: #f1e7cd; margin-bottom: 30px; }
.sow cite { display: block; font-family: var(--ff); font-style: normal; font-size: .9rem; color: var(--gold-2); font-weight: 700; margin-top: 8px; }

/* Oración */
.pray { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; align-items: stretch; }
.pray-salv { position: relative; border-radius: 24px; overflow: hidden; color: #fff; min-height: 520px; display: flex; align-items: flex-end; box-shadow: var(--sh-lg); isolation: isolate; }
.pray-salv > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: -2; }
.pray-salv::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(8, 22, 15, .25), rgba(8, 22, 15, .92) 60%); z-index: -1; }
.pray-salv-txt { padding: clamp(24px, 4vw, 40px); }
.pray-salv .kicker { color: var(--gold-2); }
.pray-salv .h2 { color: #fff; font-size: clamp(1.7rem, 3.4vw, 2.4rem); }
.prayer { font-family: var(--ff-h); font-style: italic; font-size: 1.08rem; line-height: 1.7; color: #f3ecdc; margin: 0; }
.pray-form { background: var(--cream); border: 1px solid var(--line); border-radius: 24px; padding: clamp(22px, 4vw, 40px); }
.pray-form label, .lbl-in { display: block; font-size: .85rem; font-weight: 700; color: var(--ink); margin-bottom: 14px; }
.pray-form input, .pray-form select, .pray-form textarea, .lbl-in input { display: block; width: 100%; margin-top: 6px; padding: 13px 14px; border: 1.5px solid var(--line); border-radius: 12px; background: #fff; font: inherit; font-size: 1rem; font-weight: 400; color: var(--text); transition: border-color .2s, box-shadow .2s; }
.pray-form textarea { resize: vertical; min-height: 110px; }
.pray-form input:focus, .pray-form select:focus, .pray-form textarea:focus, .lbl-in input:focus { outline: none; border-color: var(--green-2); box-shadow: 0 0 0 4px rgba(42, 122, 85, .15); }
.f2 { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.form-err { background: #fdecec; color: #9b1c1c; border-radius: 10px; padding: 10px 14px; font-size: .9rem; font-weight: 600; }
.form-ok { background: var(--green-soft); color: var(--green); border-radius: 12px; padding: 12px 14px; font-weight: 600; margin-top: 12px; }

/* SoundCloud */
.sound { background: linear-gradient(90deg, var(--green), var(--ink-2)); color: #fff; padding: 40px 0; }
.sound-in { display: flex; align-items: center; gap: 22px; }
.sound-in > .bi { font-size: 2.4rem; color: var(--gold-2); }
.sound-in p { margin: 0; flex: 1; font-size: 1.15rem; font-weight: 600; }

/* Galería */
.gal { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }

/* Pie */
.ftr { background: var(--ink); color: #c9d6cd; padding: 72px 0 0; }
.ftr-grid { display: grid; grid-template-columns: 1.3fr 1fr 1.2fr 1.2fr; gap: 36px; padding-bottom: 48px; }
.ftr-logo { height: 58px; width: auto; filter: brightness(0) invert(1); margin-bottom: 16px; }
.ftr h4 { color: #fff; font-size: .82rem; letter-spacing: .14em; text-transform: uppercase; margin-bottom: 16px; }
.ftr a { display: flex; align-items: center; gap: 10px; padding: 5px 0; transition: color .2s; }
.ftr a:hover { color: var(--gold-2); }
.ftr .muted { color: #8fa398; }
.ftr-sow p { margin-bottom: 16px; }
.ftr-bot { border-top: 1px solid rgba(255, 255, 255, .1); padding: 22px 0; font-size: .85rem; color: #8fa398; text-align: center; }
.wa-float { position: fixed; right: 18px; bottom: 18px; z-index: 40; width: 58px; height: 58px; border-radius: 50%; background: #25d366; color: #fff; display: grid; place-items: center; font-size: 1.75rem; box-shadow: 0 12px 30px rgba(37, 211, 102, .45); transition: transform .2s; }
.wa-float:hover { transform: scale(1.08); }

/* ---------- Modales ---------- */
.modal { position: fixed; inset: 0; z-index: 100; display: flex; align-items: center; justify-content: center; padding: 14px; background: rgba(8, 22, 15, .62); backdrop-filter: blur(6px); -webkit-backdrop-filter: blur(6px); animation: fade .2s ease; }
.modal-dark { background: rgba(0, 0, 0, .86); }
@keyframes fade { from { opacity: 0; } }
@keyframes pop { from { opacity: 0; transform: translateY(16px) scale(.98); } }
.modal-box { position: relative; width: min(540px, 100%); max-height: calc(100svh - 28px); overflow-y: auto; background: var(--paper); border-radius: 24px; box-shadow: var(--sh-lg); animation: pop .25s ease; }
.modal-x { position: absolute; right: 12px; top: 12px; z-index: 2; width: 40px; height: 40px; border-radius: 50%; display: grid; place-items: center; background: rgba(255, 255, 255, .16); color: #fff; font-size: 1rem; transition: background .2s; }
.modal-x:hover { background: rgba(255, 255, 255, .3); }
.sow-head { background: radial-gradient(ellipse at 20% 0%, #2a7a55, transparent 60%), var(--ink); color: #fff; text-align: center; padding: 30px 24px 24px; }
.sow-head .bi { font-size: 2.2rem; color: var(--gold-2); }
.sow-head h2 { font-family: var(--ff-h); font-size: 2rem; margin: 4px 0 4px; letter-spacing: .02em; }
.sow-head p { margin: 0; font-family: var(--ff-h); font-style: italic; color: #f1e7cd; }
.sow-body { padding: 22px 24px 24px; }
.lbl { font-size: .8rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; color: var(--green); margin: 4px 0 10px; }
.chips { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 18px; }
.chip { padding: 10px 16px; border-radius: 999px; border: 1.5px solid var(--line); font-weight: 700; font-size: .92rem; background: #fff; transition: border-color .2s, background .2s, color .2s; }
.chip:hover { border-color: var(--green-2); }
.chip.on { background: var(--green); border-color: var(--green); color: #fff; }
.chip-in { display: inline-flex; align-items: center; gap: 2px; padding: 4px 6px 4px 14px; }
.chip-in input { width: 74px; border: 0; outline: none; font: inherit; font-weight: 700; padding: 6px 4px; background: transparent; color: inherit; }
.chip-in input::placeholder { color: var(--muted); font-weight: 600; }
.chip-in.on input::placeholder { color: rgba(255, 255, 255, .75); }
.ways { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-bottom: 12px; }
.way { display: flex; flex-direction: column; align-items: center; gap: 6px; padding: 14px 8px; border-radius: 14px; border: 1.5px solid var(--line); background: #fff; transition: border-color .2s, background .2s; }
.way .bi { font-size: 1.5rem; color: var(--green); }
.way b { font-size: .88rem; }
.way.on { border-color: var(--gold); background: #fdf7ea; box-shadow: 0 0 0 3px rgba(232, 193, 112, .3); }
.way-info { background: var(--cream); border-radius: 14px; padding: 14px 16px; font-size: .92rem; color: #33413a; margin-bottom: 16px; }
.way-info dl { display: grid; grid-template-columns: auto 1fr auto; gap: 6px 12px; margin: 0; align-items: center; }
.way-info dt { color: var(--muted); font-weight: 600; }
.way-info dd { margin: 0; font-weight: 700; color: var(--ink); word-break: break-word; }
.copy { font-size: .8rem; font-weight: 700; color: var(--green); padding: 4px 8px; border-radius: 8px; }
.copy:hover { background: var(--green-soft); }
.modal-video { position: relative; width: min(1000px, 100%); }
.modal-video .modal-x { top: -50px; right: 0; }
.ratio { position: relative; aspect-ratio: 16 / 9; background: #000; border-radius: 14px; overflow: hidden; }
.ratio iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.lb { position: relative; display: flex; align-items: center; justify-content: center; width: 100%; height: 100%; }
.lb img { max-width: min(92vw, 1000px); max-height: 86svh; border-radius: 12px; object-fit: contain; animation: pop .25s ease; }
.lb .modal-x { top: 6px; right: 6px; }
.lb-nav { position: absolute; top: 50%; transform: translateY(-50%); width: 50px; height: 50px; border-radius: 50%; background: rgba(255, 255, 255, .14); color: #fff; font-size: 1.3rem; display: grid; place-items: center; }
.lb-nav:hover { background: rgba(255, 255, 255, .28); }
.lb-prev { left: 8px; }
.lb-next { right: 8px; }

/* ---------- Animación de entrada ---------- */
@media (scripting: enabled) {
  .rv { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s ease; }
  .rv.in { opacity: 1; transform: none; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .rv { opacity: 1 !important; transform: none !important; transition: none !important; }
  .btn-sembrar, .nav-live .dot { animation: none; }
}

/* ---------- Responsive ---------- */
@media (max-width: 1180px) {
  .burger { display: inline-flex; }
  .nav { position: fixed; left: 0; right: 0; top: var(--hdr); flex-direction: column; align-items: stretch; gap: 2px; margin: 0; padding: 12px 20px 20px; background: var(--paper); color: var(--ink); box-shadow: 0 20px 40px rgba(15, 42, 29, .15); transform: translateY(-8px); opacity: 0; visibility: hidden; transition: opacity .2s, transform .2s, visibility .2s; max-height: calc(100svh - var(--hdr)); overflow: hidden; }
  .nav.open { opacity: 1; visibility: visible; transform: none; overflow-y: auto; }
  .nav a { padding: 13px 14px; border-radius: 12px; font-size: 1rem; }
  .nav a:hover, .nav a.on { background: var(--green-soft); color: var(--green); }
  .nav-live { margin: 8px 0 0; justify-content: center; border-color: var(--line); }
  .hdr-cta { margin-left: auto; }
  .hdr.menu { background: var(--paper); color: var(--ink); }
  .hdr.menu .brand img { filter: none; }
  .disc-grid { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 960px) {
  .sec { padding: 72px 0; }
  .welcome-grid, .cdp, .kids, .pray { grid-template-columns: 1fr; gap: 40px; }
  .welcome-badge { right: 12px; bottom: -18px; }
  .steps { grid-template-columns: repeat(2, 1fr); margin-top: 64px; }
  .ev-grid { grid-template-columns: repeat(2, 1fr); }
  .leaders { grid-template-columns: 1fr; }
  .beliefs { grid-template-columns: 1fr; }
  .car { grid-auto-columns: calc((100% - 22px) / 2); }
  .ftr-grid { grid-template-columns: 1fr 1fr; }
  .cdp-imgs { max-width: 560px; }
  .pray-salv { min-height: 460px; }
}
@media (max-width: 640px) {
  :root { --hdr: 66px; }
  .wrap { width: calc(100% - 32px); }
  .brand img { height: 40px; }
  .btn-sembrar { padding: 10px 14px; font-size: .82rem; }
  .hero { min-height: auto; }
  .hero-in { padding-top: calc(var(--hdr) + 44px); margin-left: 16px; margin-right: 16px; }
  .hero-btns .btn { flex: 1 1 100%; }
  .hero-cards { grid-template-columns: 1fr; gap: 10px; }
  .hc { padding: 12px 14px; }
  .sec { padding: 60px 0; }
  .sec-head { margin-bottom: 28px; }
  .sec-head-row { align-items: flex-end; }
  .car-btn { width: 42px; height: 42px; }
  .disc-grid { grid-template-columns: repeat(2, 1fr); gap: 12px; }
  .disc > div { padding: 14px; }
  .disc h3 { font-size: 1.08rem; }
  .ev-grid, .gal { gap: 12px; }
  .gal { grid-template-columns: 1fr 1fr; }
  .gal .g:first-child { grid-column: 1 / -1; }
  .leader { grid-template-columns: 1fr; }
  .leader img { width: 100%; height: 300px; }
  .cdp-cols, .f2 { grid-template-columns: 1fr; gap: 0; }
  .cdp-cols > div { margin-bottom: 16px; }
  .cdp-imgs { padding: 0 0 60px 24px; }
  .car { grid-auto-columns: 84%; gap: 14px; }
  .sow { padding: 80px 0; }
  .sound-in { flex-direction: column; text-align: center; }
  .ftr-grid { grid-template-columns: 1fr; gap: 28px; }
  .steps { grid-template-columns: 1fr; }
  .ways { gap: 8px; }
  .sow-body { padding: 18px 18px 20px; }
  .wa-float { width: 52px; height: 52px; font-size: 1.55rem; right: 14px; bottom: 14px; }
}
