.welcome-section.svelte-heor91{padding:4rem 0;background-color:var(--color-bg-light)}.welcome-content.svelte-heor91{text-align:center;max-width:800px;margin:0 auto}.welcome-features.svelte-heor91{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:2rem;margin:3rem 0}.feature.svelte-heor91{text-align:center}.feature-icon.svelte-heor91{width:60px;height:60px;margin:0 auto 1rem;display:flex;align-items:center;justify-content:center;background-color:var(--color-primary);border-radius:50%;padding:1rem}.feature-icon.svelte-heor91 svg:where(.svelte-heor91){width:100%;height:100%;fill:#fff}.feature.svelte-heor91 h3:where(.svelte-heor91){font-size:1.25rem;margin-bottom:.5rem}.sermon-section.svelte-eajci5{padding:clamp(2.5rem,6vw,4rem) 0;background-color:var(--color-bg-light)}.container.svelte-eajci5{max-width:var(--container-width);margin:0 auto;padding:0 var(--container-padding, 1rem)}.sermon-content.svelte-eajci5{display:grid;grid-template-columns:1fr;gap:clamp(1.5rem,4vw,2rem);align-items:center}.sermon-info.svelte-eajci5 h2:where(.svelte-eajci5){font-family:var(--font-heading);font-size:clamp(1rem,2.5vw,1.125rem);color:var(--color-primary);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.5rem}.sermon-info.svelte-eajci5 h3:where(.svelte-eajci5){font-family:var(--font-heading);font-size:clamp(1.5rem,4vw,2rem);color:var(--color-text);margin-bottom:.75rem;line-height:1.3}.sermon-meta.svelte-eajci5{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem;color:var(--color-text-light);font-size:clamp(.875rem,2vw,1rem);margin-bottom:1rem}.separator.svelte-eajci5{opacity:.5}.sermon-excerpt.svelte-eajci5{font-style:italic;color:var(--color-text-light);line-height:1.6;margin-bottom:1.5rem;font-size:clamp(1rem,2.5vw,1.1rem)}.sermon-buttons.svelte-eajci5{display:flex;gap:1rem;flex-wrap:wrap}.sermon-thumbnail.svelte-eajci5{position:relative;border-radius:var(--radius);overflow:hidden;box-shadow:var(--box-shadow)}.sermon-thumbnail.svelte-eajci5 img:where(.svelte-eajci5){width:100%;display:block;aspect-ratio:16 / 9;object-fit:cover}.play-button.svelte-eajci5{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:clamp(60px,15vw,80px);height:clamp(60px,15vw,80px);background-color:#ffffffe6;border:none;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background-color .2s ease,transform .2s ease;color:var(--color-primary)}.play-button.svelte-eajci5 svg:where(.svelte-eajci5){width:35%;height:35%;margin-left:4px}.play-button.svelte-eajci5:hover{background-color:var(--color-primary);color:#fff;transform:translate(-50%,-50%) scale(1.05)}.play-button.svelte-eajci5:active{transform:translate(-50%,-50%) scale(.98)}.status-message.svelte-eajci5{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;padding:clamp(2rem,5vw,3rem);text-align:center}.status-message.svelte-eajci5 p:where(.svelte-eajci5){color:var(--color-text-light);margin:0}.loading-spinner.svelte-eajci5{width:40px;height:40px;border:3px solid var(--color-bg-light, #dfe3ee);border-top-color:var(--color-primary);border-radius:50%;animation:svelte-eajci5-spin .8s linear infinite}@keyframes svelte-eajci5-spin{to{transform:rotate(360deg)}}@media (min-width: 768px){.sermon-content.svelte-eajci5{grid-template-columns:1fr 1fr}.sermon-info.svelte-eajci5{order:1}.sermon-thumbnail.svelte-eajci5{order:2}}.cta-section.svelte-1499emb{padding:4rem 0;background-color:var(--color-primary);color:#fff;text-align:center}.cta-section.svelte-1499emb h2:where(.svelte-1499emb){color:#fff;margin-bottom:1rem}.cta-section.svelte-1499emb p:where(.svelte-1499emb){margin-bottom:2rem;font-size:1.1rem}.cta-buttons.svelte-1499emb{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.modal-overlay.svelte-1499emb{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem;border:none;margin:0}.modal-content.svelte-1499emb{background-color:#fff;border-radius:var(--radius);padding:2rem;max-width:600px;width:100%;max-height:90vh;overflow-y:auto;position:relative;box-shadow:var(--box-shadow);color:var(--color-text)}.close-button.svelte-1499emb{position:absolute;top:1rem;right:1rem;background:none;border:none;font-size:1.5rem;cursor:pointer;width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--color-text-light);transition:var(--transition)}.close-button.svelte-1499emb:hover{background-color:#0000001a;color:var(--color-text)}body.modal-open{overflow:hidden}.map-container.svelte-1499emb{margin:1.5rem 0;border-radius:var(--radius);overflow:hidden}.modal-buttons.svelte-1499emb{display:flex;gap:1rem;margin-top:1rem}.btn.svelte-1499emb{display:inline-block;background-color:var(--color-primary);color:#fff;padding:.75rem 1.5rem;border-radius:var(--radius);text-decoration:none;font-weight:600;transition:var(--transition);border:none;cursor:pointer}.btn.btn-primary.svelte-1499emb{background-color:var(--color-primary)}.btn.btn-secondary.svelte-1499emb{background-color:var(--color-text-light)}.btn.svelte-1499emb:hover{opacity:.9;transform:translateY(-2px)}@media (max-width: 600px){.modal-buttons.svelte-1499emb{flex-direction:column}.btn.svelte-1499emb{width:100%}}.quote-section.svelte-1uha8ag{padding:clamp(2.5rem,6vw,4rem) 0}.container.svelte-1uha8ag{max-width:var(--container-width);margin:0 auto;padding:0 var(--container-padding, 1rem)}
