.Hero-module__lYpGPq__hero{min-height:85dvh;padding:var(--space-16) var(--space-4);text-align:center;flex-direction:column;justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden}.Hero-module__lYpGPq__glowOrb1{background:radial-gradient(circle, var(--mystery-accent-glow,#ba68c840) 0%, transparent 70%);filter:blur(80px);pointer-events:none;border-radius:50%;width:500px;height:500px;animation:12s ease-in-out infinite alternate Hero-module__lYpGPq__orbFloat1;position:absolute;top:-15%;right:-10%}.Hero-module__lYpGPq__glowOrb2{background:radial-gradient(circle, var(--mystery-accent-glow,#7b1fa233) 0%, transparent 70%);filter:blur(60px);pointer-events:none;border-radius:50%;width:400px;height:400px;animation:15s ease-in-out infinite alternate Hero-module__lYpGPq__orbFloat2;position:absolute;bottom:-10%;left:-15%}@keyframes Hero-module__lYpGPq__orbFloat1{0%{transform:translate(0)scale(1)}to{transform:translate(-30px,40px)scale(1.15)}}@keyframes Hero-module__lYpGPq__orbFloat2{0%{transform:translate(0)scale(1)}to{transform:translate(20px,-30px)scale(1.1)}}.Hero-module__lYpGPq__content{z-index:1;max-width:640px;animation:.8s ease-out Hero-module__lYpGPq__fadeInUp;position:relative}.Hero-module__lYpGPq__title{gap:var(--space-1);font-size:var(--text-4xl);font-weight:var(--font-extrabold);line-height:var(--leading-tight);letter-spacing:-.03em;margin-bottom:var(--space-6);flex-direction:column;display:flex}.Hero-module__lYpGPq__titleLine{color:var(--text-primary)}.Hero-module__lYpGPq__titleHighlight{color:var(--mystery-accent);background:linear-gradient(135deg, var(--mystery-accent), var(--mystery-accent-light,var(--mystery-accent)));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.Hero-module__lYpGPq__subtitle{font-size:var(--text-lg);color:var(--text-secondary);line-height:var(--leading-relaxed);margin-bottom:var(--space-8)}.Hero-module__lYpGPq__ctas{gap:var(--space-3);margin-bottom:var(--space-8);flex-direction:column;align-items:center;display:flex}.Hero-module__lYpGPq__ctaPrimary{width:100%;max-width:320px;padding:var(--space-4) var(--space-8);background:var(--mystery-accent);color:var(--text-inverse);border-radius:var(--radius-lg);font-size:var(--text-base);font-weight:var(--font-semibold);transition:all var(--transition-base);box-shadow:0 4px 24px var(--mystery-accent-glow);justify-content:center;align-items:center;text-decoration:none;display:inline-flex}.Hero-module__lYpGPq__ctaPrimary:hover{opacity:1;box-shadow:0 8px 32px var(--mystery-accent-glow);transform:translateY(-2px)}.Hero-module__lYpGPq__ctaPrimary:active{transform:translateY(0)}.Hero-module__lYpGPq__ctaSecondary{width:100%;max-width:320px;padding:var(--space-4) var(--space-8);background:var(--glass-bg);-webkit-backdrop-filter:blur(var(--glass-blur-sm));border:1px solid var(--glass-border);color:var(--text-primary);border-radius:var(--radius-lg);font-size:var(--text-base);font-weight:var(--font-medium);transition:all var(--transition-base);justify-content:center;align-items:center;text-decoration:none;display:inline-flex}.Hero-module__lYpGPq__ctaSecondary:hover{opacity:1;background:var(--glass-bg-hover);border-color:var(--glass-border-hover)}.Hero-module__lYpGPq__liveStats{justify-content:center;display:flex}.Hero-module__lYpGPq__statItem{align-items:center;gap:var(--space-2);padding:var(--space-2) var(--space-4);background:var(--glass-bg);border:1px solid var(--glass-border);border-radius:var(--radius-full);-webkit-backdrop-filter:blur(var(--glass-blur-sm));display:inline-flex}.Hero-module__lYpGPq__statDot{background:var(--color-success);border-radius:50%;width:8px;height:8px;animation:1.5s ease-in-out infinite Hero-module__lYpGPq__pulse;box-shadow:0 0 8px #34d39980}.Hero-module__lYpGPq__statText{font-size:var(--text-sm);color:var(--text-secondary);font-weight:var(--font-medium)}.Hero-module__lYpGPq__decorative{bottom:var(--space-16);opacity:.15;pointer-events:none;position:absolute}.Hero-module__lYpGPq__rosaryIcon{font-size:8rem;animation:6s ease-in-out infinite Hero-module__lYpGPq__iconBounce}@media (min-width:641px){.Hero-module__lYpGPq__title{font-size:var(--text-5xl)}.Hero-module__lYpGPq__ctas{flex-direction:row;justify-content:center}.Hero-module__lYpGPq__ctaPrimary,.Hero-module__lYpGPq__ctaSecondary{width:auto}}
.HowItWorks-module__WawhIW__section{padding:var(--space-16) var(--space-4);max-width:var(--max-width);margin:0 auto}.HowItWorks-module__WawhIW__heading{text-align:center;font-size:var(--text-2xl);font-weight:var(--font-bold);color:var(--text-primary);margin-bottom:var(--space-10);text-transform:uppercase;letter-spacing:.06em}.HowItWorks-module__WawhIW__grid{gap:var(--space-4);grid-template-columns:1fr;display:grid}@media (min-width:641px){.HowItWorks-module__WawhIW__grid{gap:var(--space-6);grid-template-columns:repeat(3,1fr)}}.HowItWorks-module__WawhIW__stepCard{text-align:center;padding:var(--space-8) var(--space-6);background:var(--glass-bg);-webkit-backdrop-filter:blur(var(--glass-blur-sm));border:1px solid var(--glass-border);border-radius:var(--radius-xl);transition:all var(--transition-base);box-shadow:0 4px 20px #0000000f, inset 0 1px 0 var(--glass-specular);flex-direction:column;align-items:center;animation:.5s ease-out backwards HowItWorks-module__WawhIW__fadeInUp;display:flex;position:relative}.HowItWorks-module__WawhIW__stepCard:hover{background:var(--glass-bg-hover);border-color:var(--glass-border-hover);box-shadow:0 0 20px var(--mystery-accent-glow), 0 12px 40px #0000001a, inset 0 1px 0 #ffffff26;transform:translateY(-4px)}.HowItWorks-module__WawhIW__stepIcon{margin-bottom:var(--space-4);font-size:2.5rem;animation:4s ease-in-out infinite HowItWorks-module__WawhIW__iconBounce}.HowItWorks-module__WawhIW__stepCard:nth-child(2) .HowItWorks-module__WawhIW__stepIcon{animation-delay:.5s}.HowItWorks-module__WawhIW__stepCard:nth-child(3) .HowItWorks-module__WawhIW__stepIcon{animation-delay:1s}.HowItWorks-module__WawhIW__stepNumber{background:var(--mystery-accent);width:32px;height:32px;color:var(--text-inverse);font-size:var(--text-sm);font-weight:var(--font-bold);margin-bottom:var(--space-3);border-radius:50%;justify-content:center;align-items:center;display:flex}.HowItWorks-module__WawhIW__stepTitle{font-size:var(--text-lg);font-weight:var(--font-semibold);color:var(--text-primary);margin-bottom:var(--space-2)}.HowItWorks-module__WawhIW__stepDescription{font-size:var(--text-sm);color:var(--text-secondary);line-height:var(--leading-relaxed);margin:0}
.DonationCTA-module__HRW4PG__section{padding:var(--space-16) var(--space-4);max-width:var(--max-width);margin:0 auto}.DonationCTA-module__HRW4PG__card{text-align:center;max-width:520px;padding:var(--space-10) var(--space-6);background:var(--glass-bg);-webkit-backdrop-filter:blur(var(--glass-blur)) saturate(var(--glass-saturation));border:1px solid var(--glass-border);border-radius:var(--radius-2xl);box-shadow:0 8px 40px #00000014, inset 0 1px 0 var(--glass-specular), inset 0 0 20px #ffffff05;flex-direction:column;align-items:center;margin:0 auto;animation:.6s ease-out DonationCTA-module__HRW4PG__fadeInUp;display:flex}.DonationCTA-module__HRW4PG__icon{margin-bottom:var(--space-4);font-size:3rem;animation:3s ease-in-out infinite DonationCTA-module__HRW4PG__iconBounce}.DonationCTA-module__HRW4PG__heading{font-size:var(--text-2xl);font-weight:var(--font-bold);color:var(--text-primary);margin-bottom:var(--space-3)}.DonationCTA-module__HRW4PG__text{font-size:var(--text-base);color:var(--text-secondary);line-height:var(--leading-relaxed);margin-bottom:var(--space-6)}.DonationCTA-module__HRW4PG__cta{padding:var(--space-3) var(--space-8);background:var(--mystery-accent);color:var(--text-inverse);border-radius:var(--radius-lg);font-size:var(--text-base);font-weight:var(--font-semibold);transition:all var(--transition-base);box-shadow:0 4px 20px var(--mystery-accent-glow);justify-content:center;align-items:center;text-decoration:none;display:inline-flex}.DonationCTA-module__HRW4PG__cta:hover{opacity:1;box-shadow:0 8px 32px var(--mystery-accent-glow);transform:translateY(-2px)}.DonationCTA-module__HRW4PG__cta:active{transform:translateY(0)}
.QuotesSlider-module__cQKdpq__section{text-align:center;padding:5rem 1.5rem;position:relative;overflow:hidden}.QuotesSlider-module__cQKdpq__sectionTitle{color:var(--text-primary,#fff);margin-bottom:.5rem;font-size:2rem;font-weight:700}.QuotesSlider-module__cQKdpq__sectionSubtitle{color:var(--text-secondary,#fff9);margin-bottom:3rem;font-size:1rem;font-style:italic}.QuotesSlider-module__cQKdpq__sliderContainer{justify-content:center;align-items:center;gap:1rem;max-width:800px;margin:0 auto;display:flex;position:relative}.QuotesSlider-module__cQKdpq__arrow{color:var(--text-secondary,#fff9);cursor:pointer;-webkit-backdrop-filter:blur(8px);background:#ffffff14;border:1px solid #ffffff1f;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;font-size:1.8rem;transition:all .3s;display:flex}.QuotesSlider-module__cQKdpq__arrow:hover{color:var(--text-primary,#fff);background:#ffffff26;border-color:#ffffff40;transform:scale(1.1)}.QuotesSlider-module__cQKdpq__quoteCard{-webkit-backdrop-filter:blur(20px);background:#ffffff0a;border:1px solid #ffffff14;border-radius:24px;flex-direction:column;justify-content:center;align-items:center;min-height:320px;padding:2.5rem 2rem;animation:.5s ease-out QuotesSlider-module__cQKdpq__fadeSlideIn;display:flex}@keyframes QuotesSlider-module__cQKdpq__fadeSlideIn{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.QuotesSlider-module__cQKdpq__quoteNumber{background:var(--accent,#9c27b0);color:#fff;border-radius:8px;justify-content:center;align-items:center;width:36px;height:36px;margin-bottom:1rem;font-size:.9rem;font-weight:700;display:inline-flex}.QuotesSlider-module__cQKdpq__quoteTitle{color:var(--text-primary,#fff);margin-bottom:1.5rem;font-size:1.25rem;font-weight:700;line-height:1.4}.QuotesSlider-module__cQKdpq__quoteBody{margin-bottom:1.5rem;padding:0 1.5rem;position:relative}.QuotesSlider-module__cQKdpq__quoteMark{color:#ffffff1f;-webkit-user-select:none;user-select:none;font-family:Georgia,Times New Roman,serif;font-size:3rem;line-height:1;position:absolute;top:-.5rem;left:-.5rem}.QuotesSlider-module__cQKdpq__quoteMarkEnd{inset:auto -.5rem -1.5rem auto}.QuotesSlider-module__cQKdpq__quoteText{color:var(--text-secondary,#ffffffb3);margin:0;font-size:1.05rem;font-style:italic;line-height:1.7}.QuotesSlider-module__cQKdpq__quoteAttribution{flex-direction:column;gap:.25rem;display:flex}.QuotesSlider-module__cQKdpq__quoteAuthor{color:var(--text-primary,#fff);font-size:.95rem;font-weight:600}.QuotesSlider-module__cQKdpq__quoteSource{color:var(--text-secondary,#ffffff80);font-size:.85rem;font-style:italic}.QuotesSlider-module__cQKdpq__dots{justify-content:center;gap:.5rem;margin-top:2rem;display:flex}.QuotesSlider-module__cQKdpq__dot{cursor:pointer;background:#ffffff26;border:none;border-radius:50%;width:10px;height:10px;padding:0;transition:all .3s}.QuotesSlider-module__cQKdpq__dot:hover{background:#ffffff4d}.QuotesSlider-module__cQKdpq__dotActive{background:var(--accent,#9c27b0);transform:scale(1.3);box-shadow:0 0 8px #9c27b080}@media (max-width:640px){.QuotesSlider-module__cQKdpq__section{padding:3rem 1rem}.QuotesSlider-module__cQKdpq__sectionTitle{font-size:1.5rem}.QuotesSlider-module__cQKdpq__quoteCard{border-radius:20px;min-height:280px;padding:2rem 1.25rem}.QuotesSlider-module__cQKdpq__quoteTitle{font-size:1.1rem}.QuotesSlider-module__cQKdpq__quoteText{font-size:.95rem}.QuotesSlider-module__cQKdpq__arrow{width:40px;height:40px;font-size:1.4rem}.QuotesSlider-module__cQKdpq__sliderContainer{gap:.5rem}}
.Footer-module__DaFM4q__footer{padding:var(--space-8) var(--space-4);border-top:1px solid var(--border-secondary)}.Footer-module__DaFM4q__inner{align-items:center;gap:var(--space-4);max-width:var(--max-width);text-align:center;flex-direction:column;margin:0 auto;display:flex}.Footer-module__DaFM4q__brand{font-size:var(--text-base);font-weight:var(--font-bold);color:var(--text-primary);letter-spacing:-.02em}.Footer-module__DaFM4q__links{align-items:center;gap:var(--space-3);display:flex}.Footer-module__DaFM4q__link{font-size:var(--text-sm);color:var(--text-secondary);transition:color var(--transition-fast);text-decoration:none}.Footer-module__DaFM4q__link:hover{color:var(--mystery-accent);opacity:1}.Footer-module__DaFM4q__divider{color:var(--text-tertiary);font-size:var(--text-xs)}.Footer-module__DaFM4q__copyright{font-size:var(--text-xs);color:var(--text-tertiary)}
.page-module___8aEwW__landing{flex-direction:column;min-height:100dvh;display:flex}.page-module___8aEwW__nav{z-index:var(--z-sticky);padding:var(--space-3) var(--space-6);padding-top:calc(var(--safe-area-top) + var(--space-3));background:var(--header-bg);-webkit-backdrop-filter:blur(var(--glass-blur)) saturate(var(--glass-saturation));border-bottom:1px solid var(--header-border);justify-content:space-between;align-items:center;display:flex;position:fixed;top:0;left:0;right:0}.page-module___8aEwW__navLogo{font-size:var(--text-lg);font-weight:var(--font-bold);color:var(--text-primary);letter-spacing:-.02em}.page-module___8aEwW__navCta{padding:var(--space-2) var(--space-4);background:var(--mystery-accent);color:var(--text-inverse);border-radius:var(--radius-full);font-size:var(--text-sm);font-weight:var(--font-semibold);transition:all var(--transition-fast);align-items:center;text-decoration:none;display:inline-flex}.page-module___8aEwW__navCta:hover{opacity:1;box-shadow:0 0 16px var(--mystery-accent-glow);transform:scale(1.03)}
