@import url(https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700;800;900&family=DM+Sans:wght@400;500;600;700&display=swap);nav{animation:slideDown .1s ease-out;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#fffffffa;border-bottom:1px solid var(--gray-200);left:0;position:fixed;right:0;top:0;z-index:1000}@keyframes slideDown{0%{opacity:0;transform:translateY(-100%)}to{opacity:1;transform:translateY(0)}}.nav-container{justify-content:space-between;margin:0 auto;max-width:1400px;padding:.8rem 4%}.logo,.nav-container{align-items:center;display:flex}.logo img{height:80px;object-fit:contain;width:auto}.nav-links{align-items:center;display:flex;gap:3rem;list-style:none}.nav-links a{color:var(--black);font-size:.95rem;font-weight:500;letter-spacing:.3px;text-decoration:none;transition:opacity .3s ease}.nav-links a:hover{opacity:.6}.nav-cta{background:var(--primary-blue)!important;border-radius:4px;color:var(--white)!important;padding:.75rem 1.75rem;transition:all .3s ease}.nav-cta:hover{background:var(--red-accent)!important;box-shadow:0 8px 20px #1e3a8a40;opacity:1!important;transform:translateY(-2px)}.mobile-toggle{cursor:pointer;display:block;font-size:2.5rem;font-weight:100;position:relative;z-index:1000}@media(min-width:768px){.mobile-toggle{display:none}}.navbar__dropdown-overlay{animation:fadeIn .3s ease;background:#0009;height:100vh;left:0;position:fixed;top:200px;width:100%;z-index:998}.navbar__dropdown{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#fffffffa;border:1px solid var(--gray-200);border-radius:0;display:flex;flex-direction:column;gap:1rem;left:0;max-height:50vh;overflow-y:auto;padding:1.5rem 1.5rem 3.5rem;position:absolute;top:100%;width:100%;z-index:999}.navbar__dropdown a{color:var(--black);font-size:.95rem;font-weight:500;letter-spacing:.3px;text-decoration:none;transition:opacity .3s ease}.navbar__dropdown a:hover{opacity:.6}.navbar__dropdown-link{border-radius:4px;padding:.5rem 1.5rem}.navbar__dropdown-btn{background:var(--primary-blue)!important;border-radius:4px;color:var(--white)!important;padding:.75rem 1.75rem;text-align:center}.navbar__dropdown-btn:hover{background:var(--red-accent)!important;opacity:1!important;transform:translateY(-2px)}@keyframes fadeInItem{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@media(max-width:768px){.nav-links{display:none}}footer{background:var(--dark-footer);color:var(--white);padding:5rem 4% 3rem}.footer-content{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin:0 auto 3rem;max-width:1400px}.footer-column h3{font-family:Playfair Display,serif;font-size:1.5rem;font-weight:700;letter-spacing:-.5px;margin-bottom:1.5rem}.footer-column ul{list-style:none}.footer-column li{margin-bottom:.75rem}.footer-column a{color:var(--gray-400);font-size:.95rem;text-decoration:none;transition:color .3s ease}.footer-column a:hover{color:var(--white)}.event-item{border-bottom:1px solid var(--gray-800);margin-bottom:1.25rem;padding-bottom:1.25rem}.event-item.event-item-last{border-bottom:none;margin-bottom:0;padding-bottom:0}.event-item .event-date{color:var(--gray-500);font-size:.85rem;font-weight:600;margin-bottom:.25rem}.event-item a{display:block;margin-bottom:.25rem}.event-item .event-time{color:var(--gray-500);font-size:.85rem}.newsletter-text{color:var(--gray-400);font-size:.95rem;margin-bottom:1rem}.newsletter-form{display:flex;gap:.5rem;margin-bottom:1.5rem}.newsletter-form input{background:var(--gray-900);border:1px solid var(--gray-400);border-radius:4px;color:var(--white);flex:1 1;font-size:.9rem;padding:.75rem 1rem}.newsletter-form input::placeholder{color:var(--gray-500)}.newsletter-form input:focus{border-color:var(--primary-blue);outline:none}.newsletter-form button{background:var(--primary-blue);border:none;border-radius:4px;color:var(--white);cursor:pointer;font-size:1rem;font-weight:600;padding:.75rem 1.5rem;transition:all .3s ease;white-space:nowrap}.newsletter-form button:hover:not(:disabled){background:var(--red-accent);transform:translateY(-2px)}.newsletter-form button:disabled{cursor:not-allowed;opacity:.7}.social-icons{display:flex;gap:1rem;margin-top:1.5rem}.social-icon{align-items:center;background:var(--gray-800);border-radius:50%;display:flex;height:40px;justify-content:center;transition:all .3s ease;width:40px}.social-icon svg{fill:var(--gray-400);height:20px;transition:fill .3s ease;width:20px}.social-icon:hover{background:var(--primary-blue);transform:translateY(-3px)}.social-icon:hover svg{fill:var(--white)}.footer-bottom{border-top:1px solid var(--gray-400);color:var(--gray-500);font-size:.9rem;margin:0 auto;max-width:1400px;padding-top:2rem;text-align:center}.footer-bottom .footer-contact{margin-top:.5rem}.newsletter-popup-overlay{align-items:center;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0009;bottom:0;display:flex;justify-content:center;left:0;padding:1rem;position:fixed;right:0;top:0;z-index:10000}.newsletter-popup-box{background:var(--white);border-radius:12px;box-shadow:0 20px 60px #0000004d;max-width:450px;padding:2.5rem;position:relative;text-align:center;width:100%}@media(max-width:480px){.newsletter-popup-box{padding:2rem 1.5rem}}.newsletter-popup-box .popup-icon{animation:iconPulse .5s ease-out;height:48px;margin:0 auto 1.5rem;width:48px}.newsletter-popup-box .popup-icon svg{height:100%;width:100%}.newsletter-popup-box p{color:var(--gray-700);font-size:1.1rem;line-height:1.6;margin-bottom:2rem}@media(max-width:480px){.newsletter-popup-box p{font-size:1rem}}.newsletter-popup-box button{background:var(--primary-blue);border:none;border-radius:8px;color:var(--white);cursor:pointer;font-size:1rem;font-weight:600;padding:.875rem 2.5rem;transition:all .3s ease}.newsletter-popup-box button:hover{background:#1c4ca8;transform:translateY(-2px)}.newsletter-popup-box.success .popup-icon{color:#10b981}.newsletter-popup-box.error .popup-icon{color:#ef4444}.newsletter-popup-box.error button{background:#ef4444}.newsletter-popup-box.error button:hover{background:#dc2626}@media(max-width:768px){.footer-content{gap:2rem;grid-template-columns:1fr 1fr}.footer-column:nth-child(3),.footer-column:nth-child(4){grid-column:1/-1}.newsletter-form{flex-direction:column}}.hero11{align-items:center;background:linear-gradient(#0006,#00000080),url(https://res.cloudinary.com/dsnontai6/video/upload/v1770241606/0109_khn80u.mov);background-position:50%;background-size:cover;display:flex;justify-content:center;margin-top:80px;min-height:85vh;overflow:hidden;position:relative}@media(max-width:768px){.hero11{background-repeat:no-repeat;background-size:contain;margin-top:106px;min-height:30vh}}.hero-content11{animation:fadeInUp 1s ease-out .3s backwards;color:var(--white);max-width:900px;padding:0 4%;text-align:center}.hero h1{font-family:Playfair Display,serif;font-size:clamp(3rem,8vw,6rem);font-weight:800;letter-spacing:-2px;line-height:1.1;margin-bottom:1.5rem}.hero p{font-size:clamp(1.1rem,2vw,1.5rem);font-weight:400;letter-spacing:.3px;line-height:1.6;margin-bottom:3rem;opacity:.95}.hero-cta{background:var(--white);border-radius:4px;color:var(--black);display:inline-block;font-size:1.1rem;font-weight:600;letter-spacing:.5px;padding:1.25rem 3rem;text-decoration:none;transition:all .4s ease}.hero-cta:hover{background:var(--red-accent);box-shadow:0 20px 40px #dc26264d;color:var(--white);transform:translateY(-4px);transform:scale(1.05)}.land-p{color:var(--gray-600);font-size:2.15rem;line-height:1.8;margin-bottom:1.5rem}@media(max-width:768px){.land-p{font-size:1rem!important}}.l-height{border-radius:4px!important;height:500px!important}@media(max-width:768px){.l-height{height:400px!important}}.land-p2{color:var(--black)!important;font-size:1.1rem;font-weight:600;margin-bottom:2rem}.msg-p{color:#ffffffd9;font-size:1.2rem;line-height:1.7;margin-bottom:3rem}@media(max-width:768px){.msg-p{font-size:1rem!important}}.home-container .section1{margin:0 auto;max-width:1400px;padding:7rem 4% 4rem}@media(max-width:768px){.home-container .section1{padding:5rem 4% 0}}.section-header1{animation:fadeInUp .8s ease-out;margin-bottom:4rem}@media(max-width:768px){.section-header1{margin-bottom:3rem}}.section-title1{font-family:Playfair Display,serif;font-size:clamp(2.5rem,5vw,4rem);font-weight:700;letter-spacing:-1.5px;line-height:1.2;margin-bottom:1.5rem}@media(max-width:768px){.section-title1{font-size:clamp(2rem,5vw,3rem);margin-bottom:2rem}}.section-subtitle1{color:var(--gray-600);font-size:clamp(1.1rem,2vw,1.35rem);line-height:1.7;max-width:700px}@media(max-width:768px){.section-subtitle1{font-size:clamp(1rem,2vw,1.1rem)}}.card-grid{grid-gap:2.5rem;display:grid;gap:2.5rem;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));margin-top:3rem}.card{animation:fadeInUp .8s ease-out backwards;background:var(--gray-50);border-radius:8px;overflow:hidden;position:relative;transition:transform .5s cubic-bezier(.34,1.56,.64,1)}.card:first-child{animation-delay:.1s}.card:nth-child(2){animation-delay:.2s}.card:nth-child(3){animation-delay:.3s}.card:nth-child(4){animation-delay:.4s}.card:hover{transform:translateY(-12px)}.card-image{align-items:center;background:var(--gray-300);color:var(--gray-500);display:flex;font-size:.9rem;height:300px;justify-content:center;overflow:hidden;position:relative;width:100%}.card-image:after{background:linear-gradient(180deg,#0000 60%,#0009);content:"";inset:0;opacity:0;position:absolute;transition:opacity .4s ease}.card:hover .card-image:after{opacity:1}.card-content{padding:2.5rem}.card-title{font-family:Playfair Display,serif;font-size:1.75rem;font-weight:700;letter-spacing:-.5px;margin-bottom:1rem}@media(max-width:768px){.card-title{font-size:1.5rem}}.card-text{color:var(--gray-600);line-height:1.7;margin-bottom:1.5rem}@media(max-width:768px){.card-text{font-size:.95rem;line-height:1.5}}.card-link{align-items:center;color:var(--black);display:inline-flex;font-size:.95rem;font-weight:600;gap:.5rem;letter-spacing:.3px;text-decoration:none;transition:gap .3s ease}.card-link:hover{color:var(--primary-blue);gap:1rem}.card-link:after{content:"→";font-size:1.2rem}.message-link{background:var(--white);border-radius:50px;color:var(--black);display:inline-block;font-size:1.1rem;font-weight:600;letter-spacing:.3px;padding:1.25rem 3rem;text-decoration:none;transition:all .3s ease}@media(max-width:768px){.message-link{font-size:1rem!important;padding:.8rem 2rem}}.message-link:hover{background:var(--red-accent);color:var(--white);gap:1rem}.add{background:var(--gray-50);margin:0;padding:7rem 0;width:100%}@media(max-width:768px){.add{padding:3rem 0 4rem}}.split-section1{grid-gap:4rem;align-items:center;display:grid;gap:4rem;grid-template-columns:1fr 1fr;margin:0}.split-section1.reverse1{margin-top:-3rem}.split-section1.reverse1 .split-image1{order:2}.split-section1.reverse1 .split-content1{order:1}@media(max-width:968px){.split-section1{gap:3rem;grid-template-columns:1fr}.split-section1.reverse1 .split-content1,.split-section1.reverse1 .split-image1{order:0}}.split-image1{box-shadow:0 20px 60px #00000026;height:450px;overflow:hidden;position:relative}.split-image1 img{display:block;height:100%;object-fit:cover;width:100%}@media(max-width:968px){.split-image1{height:400px}}.split-content1 h2{font-family:Playfair Display,serif;font-size:clamp(2rem,4vw,3rem);font-weight:700;letter-spacing:-1px;line-height:1.2;margin-bottom:1.5rem}.split-content1 p{color:var(--gray-600);font-size:1.15rem;line-height:1.8;margin-bottom:1.5rem}@media(max-width:768px){.split-content1 p{font-size:1rem!important}}.banner{background:var(--primary-blue);color:var(--white);margin:6rem 0;overflow:hidden;padding:6rem 4%;position:relative;text-align:center}@media(max-width:768px){.banner{margin:3rem 0}}.banner h2{font-family:Playfair Display,serif;font-size:clamp(2.5rem,5vw,3.5rem);font-weight:700;letter-spacing:-1px;margin-bottom:1.5rem}@media(max-width:768px){.banner h2{font-size:clamp(2rem,5vw,3.5rem)}}.banner p{font-size:clamp(1.1rem,2vw,1.35rem);margin-bottom:2.5rem;margin-left:auto;margin-right:auto;max-width:700px;opacity:.95}@media(max-width:768px){.banner p{font-size:1rem!important}}.banner:before{animation:shimmer 3s infinite;background:linear-gradient(90deg,#0000,#ffffff1a,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;width:100%}@keyframes shimmer{to{left:200%}}.banner-cta{background:var(--white);border:none;border-radius:4px;color:var(--black);cursor:pointer;display:inline-block;font-family:inherit;font-size:1.1rem;font-weight:600;letter-spacing:.5px;padding:1.25rem 3rem;text-decoration:none;transition:all .4s ease}@media(max-width:768px){.banner-cta{font-size:1rem;padding:1rem 2rem}}.banner-cta:hover{background:var(--red-accent);color:var(--white);transform:translateY(-4px)}.prayer-submit-btn{background:var(--primary-blue);border:none;border-radius:4px;color:var(--white);cursor:pointer;font-family:inherit;font-size:1.05rem;font-weight:600;padding:1.25rem;transition:transform .3s ease,box-shadow .3s ease,background-color .3s ease;width:100%}@media(max-width:768px){.prayer-submit-btn{font-size:1rem;margin-bottom:2rem;padding:1rem}}.prayer-submit-btn:hover{background:var(--red-accent);transform:translateY(-2px)}.modal-overlay{align-items:center;animation:fadeIn .3s ease-out;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#000000bf;bottom:0;display:flex;justify-content:center;left:0;padding:1rem;position:fixed;right:0;top:0;z-index:10000}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.modal-content{animation:slideUp .4s cubic-bezier(.34,1.56,.64,1);background:var(--white);border-radius:12px;box-shadow:0 25px 50px #0000004d;max-height:90vh;max-width:900px;overflow-y:auto;position:relative;width:100%}@keyframes slideUp{0%{opacity:0;transform:translateY(40px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.modal-close{align-items:center;background:var(--gray-100);border:none;border-radius:50%;color:var(--gray-600);cursor:pointer;display:flex;font-size:2rem;height:40px;justify-content:center;line-height:1;position:absolute;right:1.5rem;top:1.5rem;transition:all .3s ease;width:40px;z-index:1}@media(max-width:768px){.modal-close{font-size:1.5rem}}.modal-close:hover{background:var(--red-accent);color:var(--white);transform:rotate(90deg)}.modal-title{color:var(--black);font-family:Playfair Display,serif;font-size:clamp(2rem,5vw,3rem);font-weight:700;letter-spacing:-1px;margin-bottom:2rem;padding:2rem 2rem 0;text-align:center}.modal-services{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));padding:0 2rem 2rem}.modal-service-item{background:var(--gray-50);border-radius:8px;padding:2rem;text-align:center;transition:transform .3s ease,box-shadow .3s ease}@media(max-width:768px){.modal-service-item{padding:1.5rem}}.modal-service-item:hover{box-shadow:0 10px 30px #0000001a;transform:translateY(-5px)}.modal-service-item.modal-service-featured{background:var(--red-accent);color:var(--white)}.modal-service-item.modal-service-featured .modal-service-desc,.modal-service-item.modal-service-featured .modal-service-time,.modal-service-item.modal-service-featured h3{color:var(--white)}.modal-service-item.modal-service-featured .modal-service-time{opacity:.95}.modal-service-item.modal-service-featured .modal-service-desc{opacity:.9}.modal-service-item h3{color:var(--black);font-family:Playfair Display,serif;font-size:1.5rem;font-weight:700;margin-bottom:.75rem}.modal-service-icon{font-size:3rem;margin-bottom:1rem}@media(max-width:768px){.modal-service-icon{font-size:2rem}}.modal-service-time{color:var(--primary-blue);font-size:1.75rem;font-weight:700;margin-bottom:.75rem}.modal-service-time span{color:#000}@media(max-width:768px){.modal-service-time{font-size:1.2rem}}.modal-service-desc{color:var(--gray-600);font-size:.95rem;line-height:1.6}.modal-footer{background:var(--gray-50);border-top:1px solid var(--gray-200);padding:2rem;text-align:center}.modal-address{color:var(--gray-700);font-size:1.1rem;font-weight:500;margin-bottom:1.5rem}@media(max-width:768px){.modal-address{font-size:1rem}}.modal-cta{background:var(--primary-blue);border-radius:4px;color:var(--white);display:inline-block;font-size:1.05rem;font-weight:600;letter-spacing:.5px;padding:1rem 2.5rem;text-decoration:none;transition:all .3s ease}@media(max-width:768px){.modal-cta{font-size:1rem;padding:.8rem 2rem}}.modal-cta:hover{background:var(--red-accent);box-shadow:0 10px 30px #dc26264d;transform:translateY(-2px)}.fade-in-section{opacity:0;transform:translateY(30px);transition:opacity .8s ease-out,transform .8s ease-out}.fade-in-section.is-visible{opacity:1;transform:translateY(0)}@media(max-width:768px){.section1{padding:3rem 4%}.hero{margin-top:70px;min-height:70vh}.section-header1{margin-bottom:2rem}.card-grid{gap:2rem;grid-template-columns:1fr}.banner{padding:3rem 4%}.modal-content{border-radius:8px;max-height:95vh}.modal-title{font-size:1.7rem;padding:2.5rem 1.5rem 0}.modal-services{grid-template-columns:1fr;padding:0 1.5rem 1.5rem}.modal-close{font-size:1.75rem;height:36px;right:1rem;top:1rem;width:36px}.modal-footer{padding:1.5rem}}@media(max-width:568px){.card-content{padding:2rem}.modal-overlay{padding:.5rem}.modal-service-item{padding:.5rem 2rem}.modal-service-time{font-size:1.2rem}}.prayer-popup-overlay{align-items:center;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0009;bottom:0;display:flex;justify-content:center;left:0;padding:1rem;position:fixed;right:0;top:0;z-index:10000}.prayer-popup-box{background:var(--white);border-radius:12px;box-shadow:0 20px 60px #0000004d;max-width:450px;padding:2.5rem;position:relative;text-align:center;width:100%}@media(max-width:480px){.prayer-popup-box{padding:2rem 1.5rem}}.prayer-popup-box .popup-icon{animation:iconPulse .5s ease-out;height:48px;margin:0 auto 1.5rem;width:48px}.prayer-popup-box .popup-icon svg{height:100%;width:100%}.prayer-popup-box p{color:var(--gray-700);font-size:1.1rem;line-height:1.6;margin-bottom:2rem}@media(max-width:480px){.prayer-popup-box p{font-size:1rem}}.prayer-popup-box button{background:var(--primary-blue);border:none;border-radius:8px;color:var(--white);cursor:pointer;font-size:1rem;font-weight:600;padding:.875rem 2.5rem;transition:all .3s ease}.prayer-popup-box button:hover{background:#1c4ca8;transform:translateY(-2px)}.prayer-popup-box.success .popup-icon{color:#10b981}.prayer-popup-box.error .popup-icon{color:#ef4444}.prayer-popup-box.error button{background:#ef4444}.prayer-popup-box.error button:hover{background:#dc2626}.prayer-submit-btn:disabled{cursor:not-allowed;opacity:.7}.connect{overflow-x:hidden}.hero2{background:var(--white);margin-top:80px;padding:8rem 4%;text-align:center}@media(max-width:768px){.hero2{padding:4rem 4%}}.hero-content2{margin:0 auto;max-width:800px}.hero2 h1{color:var(--black);font-family:Playfair Display,serif;font-size:clamp(2rem,4vw,3rem);font-weight:700;letter-spacing:-2px;line-height:1.1;margin-bottom:1.5rem}@media(max-width:768px){.hero2 h1{font-size:clamp(1.5rem,5vw,3rem)}}.hero2 p{color:var(--gray-600);font-size:clamp(1.15rem,2vw,1.4rem);line-height:1.7;margin:0 auto;max-width:600px}@media(max-width:768px){.hero2 p{font-size:1rem}}.section{margin:0 auto;max-width:1400px;padding:6rem 4%}@media(max-width:768px){.section{padding:4rem 4%}}.section-title{font-family:Playfair Display,serif;font-size:clamp(2.5rem,5vw,3.5rem);font-weight:700;letter-spacing:-1.5px;line-height:1.2;margin-bottom:1.5rem;text-align:center}@media(max-width:768px){.section-title{font-size:clamp(1.8rem,5vw,2.5rem)}}.section-subtitle{color:var(--gray-600);font-size:clamp(1.1rem,2vw,1.25rem);line-height:1.7;margin:0 auto 3rem;max-width:700px;text-align:center}@media(max-width:768px){.section-subtitle{font-size:clamp(1rem,2vw,1.25rem)}}.live-section{background:var(--primary-blue);color:var(--white);padding:6rem 4%;text-align:center}@media(max-width:768px){.live-section{padding:3rem 4%}}.live-section .section-title{color:var(--white)}.live-section .section-subtitle{color:#ffffffe6}.video-container{background:var(--gray-900);border-radius:12px;box-shadow:0 20px 60px #00000080;margin:3rem auto 2rem;max-width:900px;overflow:hidden}.video-placeholder{align-items:center;aspect-ratio:16/9;background:linear-gradient(135deg,var(--gray-800) 0,var(--gray-900) 100%);color:var(--gray-500);font-size:1.1rem;padding:4rem 2rem;text-align:center}.live-links,.video-placeholder{display:flex;justify-content:center}.live-links{flex-wrap:wrap;gap:2rem;margin-top:2rem}.live-link{align-items:center;background:var(--white);border-radius:8px;color:var(--primary-blue);display:inline-flex;font-weight:600;gap:.75rem;padding:1rem 2rem;text-decoration:none;transition:all .3s ease}.live-link:hover{background:var(--light-blue-bg);box-shadow:0 10px 30px #fff3;transform:translateY(-3px)}.live-link svg{fill:currentColor;height:24px;width:24px}.service-times-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));margin-top:3rem}.time-card{background:var(--gray-50);border:1px solid var(--gray-200);border-radius:8px;padding:2.5rem;text-align:center;transition:all .3s ease}@media(max-width:768px){.time-card{padding:1.5rem}}.time-card:hover{box-shadow:0 10px 30px #00000014;transform:translateY(-5px)}.time-card h3{font-family:Playfair Display,serif;font-size:1.75rem;font-weight:700;letter-spacing:-.5px;margin-bottom:1rem}@media(max-width:768px){.time-card h3{font-size:1.5rem}}.time-card .time{color:var(--primary-blue);display:block;font-size:1.5rem;font-weight:700;margin-bottom:1rem}@media(max-width:768px){.time-card .time{font-size:1.25rem}}.time-card p{color:var(--gray-600);line-height:1.7}.social-section{background:var(--gray-50);padding:6rem 4%;text-align:center}@media(max-width:768px){.social-section{padding:3rem 4%}}.social-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin:3rem auto 0;max-width:900px}.c-size{font-size:clamp(2rem,4vw,3rem)}@media(max-width:768px){.c-size{font-size:clamp(1.5rem,4vw,3rem)}}.social-card{background:#fff;border:1px solid var(--gray-200);border-radius:8px;color:var(--black);padding:3rem 2rem;text-decoration:none;transition:all .4s ease}@media(max-width:768px){.social-card{padding:1rem}}.social-card:hover{box-shadow:0 15px 40px #0000001a;transform:translateY(-8px)}.social-card svg{fill:var(--primary-blue);height:60px;margin-bottom:1.5rem;width:60px}@media(max-width:768px){.social-card svg{height:40px;margin-bottom:1rem;width:40px}}.social-card h3{font-size:1.35rem;font-weight:600;margin-bottom:.5rem}.social-card p{color:var(--gray-600);font-size:.95rem}.app-section{background:var(--red-accent);color:var(--white);padding:8rem 4%}@media(max-width:768px){.app-section{padding:4rem 4%}}.app-content{grid-gap:5rem;align-items:center;display:grid;gap:5rem;grid-template-columns:1fr 1fr;margin:0 auto;max-width:1200px}.app-info h2{font-family:Playfair Display,serif;font-size:clamp(2.5rem,5vw,4rem);font-weight:700;letter-spacing:-1.5px;line-height:1.1;margin-bottom:1.5rem}@media(max-width:768px){.app-info h2{font-size:clamp(1.8rem,5vw,2.5rem)}}p{font-size:1.2rem;line-height:1.8;margin-bottom:2rem;opacity:.95}@media(max-width:768px){p{font-size:1rem;margin-bottom:1rem}}.app-features{list-style:none;margin-bottom:3rem}.app-features li{align-items:center;display:flex;font-size:1.05rem;gap:1rem;padding:.75rem 0}@media(max-width:768px){.app-features li{font-size:1rem;padding:0}}.app-features li:before{content:"✓";font-size:1.5rem;font-weight:700}.sec{background:var(--gray-50);padding:6rem 4%;text-align:center}@media(max-width:768px){.sec{padding:3rem 4%}}.app-buttons{display:flex;flex-wrap:wrap;gap:1rem}.app-button{display:inline-block;transition:transform .3s ease,opacity .3s ease}.app-button:hover{opacity:.9;transform:translateY(-4px)}.app-button img{height:54px;margin-top:.8rem;width:auto}.app-button1{display:inline-block;transition:transform .3s ease,opacity .3s ease}.app-button1:hover{opacity:.9;transform:translateY(-4px)}.app-button1 img{height:79px;width:auto}.app-mockup{text-align:center}.app-mockup-placeholder{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff26;border:2px solid #fff3;border-radius:30px;color:#fff9;display:flex;font-size:1.2rem;height:600px;justify-content:center;margin:0 auto;max-width:400px;width:100%}.contact-grid{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin-top:3rem}.contact-card{background:var(--white);border-radius:8px;padding:2.5rem;text-align:center;transition:all .3s ease}@media(max-width:768px){.contact-card{padding:1.5rem}}.contact-card:hover{box-shadow:0 10px 30px #00000014;transform:translateY(-5px)}.contact-card h3{color:var(--black);font-size:1.5rem;font-weight:700;margin-bottom:1rem}@media(max-width:768px){.contact-card h3{font-size:1.25rem;margin-bottom:.75rem}}.contact-card p{color:var(--gray-600);font-size:1rem;line-height:1.8;margin-bottom:1.5rem}@media(max-width:768px){.contact-card p{font-size:.95rem;margin-bottom:.4rem}}.contact-card a{color:var(--primary-blue);font-size:1.05rem;font-weight:600;text-decoration:none;transition:color .3s ease}.contact-card a:hover{color:var(--hover-blue)}.contact-icon{align-items:center;background:var(--primary-blue);border-radius:50%;color:var(--white);display:flex;font-size:2rem;height:70px;justify-content:center;margin:0 auto 1.5rem;width:70px}@media(max-width:768px){.contact-icon{font-size:1.25rem;height:40px;width:40px}}.form-section{background:var(--white);padding:8rem 4%}@media(max-width:768px){.form-section{padding:4rem 4%}}.form-container{margin:0 auto;max-width:700px}.form-group{margin-bottom:2rem}.form-group label{color:var(--black);display:block;font-size:.95rem;font-weight:600;margin-bottom:.75rem}.form-group input,.form-group select,.form-group textarea{background:var(--white);border:2px solid var(--gray-200);border-radius:8px;color:var(--black);font-family:inherit;font-size:1rem;padding:1.25rem 1.5rem;transition:border-color .3s ease,box-shadow .3s ease;width:100%}@media(max-width:768px){.form-group input,.form-group select,.form-group textarea{padding:1rem 1.5rem}}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:var(--primary-blue);box-shadow:0 0 0 3px #1e3a8a1a;outline:none}.form-group select{appearance:none;-webkit-appearance:none;-moz-appearance:none;cursor:pointer}.form-group textarea{min-height:150px;resize:vertical}.submit-btn{background:var(--primary-blue);border:none;border-radius:8px;color:var(--white);cursor:pointer;font-family:inherit;font-size:1.1rem;font-weight:600;letter-spacing:.5px;padding:1.5rem 3rem;transition:all .3s ease;width:100%}@media(max-width:768px){.submit-btn{font-size:1rem;padding:1.1rem 1.5rem}}.submit-btn:hover:not(:disabled){background:var(--red-accent);transform:translateY(-2px)}.submit-btn:disabled{cursor:not-allowed;opacity:.7}.popup-overlay{align-items:center;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0009;bottom:0;display:flex;justify-content:center;left:0;padding:1rem;position:fixed;right:0;top:0;z-index:10000}.popup-box{background:var(--white);border-radius:12px;box-shadow:0 20px 60px #0000004d;max-width:450px;padding:2.5rem;position:relative;text-align:center;width:100%}@media(max-width:480px){.popup-box{padding:2rem 1.5rem}}.popup-box .popup-icon{animation:iconPulse .5s ease-out;height:48px;margin:0 auto 1.5rem;width:48px}.popup-box .popup-icon svg{height:100%;width:100%}.popup-box p{color:var(--gray-700);font-size:1.1rem;line-height:1.6;margin-bottom:2rem}@media(max-width:480px){.popup-box p{font-size:1rem}}.popup-box button{background:var(--primary-blue);border:none;border-radius:8px;color:var(--white);cursor:pointer;font-size:1rem;font-weight:600;padding:.875rem 2.5rem;transition:all .3s ease}.popup-box button:hover{background:#1c4ca8;transform:translateY(-2px)}.popup-box.success .popup-icon{color:#10b981}.popup-box.error .popup-icon{color:#ef4444}.popup-box.error button{background:#ef4444}.popup-box.error button:hover{background:#dc2626}@keyframes iconPulse{0%{opacity:0;transform:scale(.8)}50%{transform:scale(1.1)}to{opacity:1;transform:scale(1)}}.map-section{background:var(--light-blue-bg);padding:6rem 4%}@media(max-width:768px){.map-section{padding:3rem 4%}}.map-container{align-items:center;background:var(--gray-300);border-radius:12px;box-shadow:0 10px 40px #0000001a;color:var(--gray-600);display:flex;font-size:1.1rem;height:500px;justify-content:center;margin:3rem auto 0;max-width:1200px;overflow:hidden;text-align:center}@media(max-width:768px){.map-container{font-size:1rem;height:350px;margin:0 auto}}.map-container iframe{border:0;height:100%;width:100%}.find-c{font-size:clamp(2.5rem,5vw,3.5rem);text-align:center}@media(max-width:768px){.find-c{font-size:clamp(1.7rem,5vw,2.5rem)}}.map-address{background:var(--white);border-radius:8px;box-shadow:0 5px 20px #0000000d;margin:3rem auto 0;max-width:1200px;padding:2.5rem;text-align:center}@media(max-width:768px){.map-address{margin:2.5rem auto 0;text-align:left}}.map-address h3{color:var(--black);font-size:1.5rem;font-weight:700;margin-bottom:1rem}@media(max-width:768px){.map-address h3{font-size:1.25rem;margin-bottom:.75rem}}.map-address p{color:var(--gray-600);font-size:1.1rem;line-height:1.8}@media(max-width:768px){.map-address p{font-size:1rem}}@media(max-width:968px){.app-content{gap:3rem;grid-template-columns:1fr}.app-mockup{order:-1}}@media(max-width:768px){.contact-grid,.service-times-grid,.social-grid{grid-template-columns:1fr}}.live-badge{align-items:center;background:red;border-radius:20px;color:#fff;display:inline-flex;font-size:.85rem;font-weight:700;gap:8px;letter-spacing:.5px;margin-bottom:1rem;padding:6px 16px}.live-dot{animation:pulse 1.2s infinite;background:#fff;border-radius:50%;height:8px;width:8px}.latest-video-label{color:#fffc;font-size:.9rem;margin-bottom:.5rem}.video-loading{align-items:center;color:#fff9;display:flex;font-size:1rem;height:450px;justify-content:center}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.4;transform:scale(1.4)}}.hero4{align-items:center;background:linear-gradient(#00000080,#00000080),url(https://res.cloudinary.com/dsnontai6/image/upload/v1770242064/0A3A9534_dxs0re.jpg);background-position:50%;background-size:cover;display:flex;justify-content:center;margin-top:80px;min-height:50vh;position:relative}@media(max-width:768px){.hero4{margin-top:106px;min-height:28vh}}.hero-content4{color:var(--white);max-width:900px;padding:0 4%;text-align:center}.hero4 h1{font-family:Playfair Display,serif;font-size:clamp(2.5rem,6vw,4.5rem);font-weight:700;letter-spacing:-1px;line-height:1.1;margin-bottom:1.5rem}@media(max-width:768px){.hero4 h1{font-size:clamp(1.8rem,5vw,4.5rem)}}.hero4 p{font-size:clamp(1.1rem,2vw,1.35rem);line-height:1.7;opacity:.95}@media(max-width:768px){.hero4 p{font-size:clamp(1rem,2vw,1.35rem)}}.section4{margin:0 auto;max-width:1400px;padding:6rem 4%}@media(max-width:768px){.section4{padding:4rem 4%}}.section-header4{margin-bottom:4rem;text-align:center}@media(max-width:768px){.section-header4{margin-bottom:0}}.section-title4{font-family:Playfair Display,serif;font-size:clamp(2.5rem,5vw,3.5rem);font-weight:700;letter-spacing:-1.5px;line-height:1.2;margin-bottom:1.5rem}@media(max-width:768px){.section-title4{font-size:clamp(1.8rem,5vw,2.5rem);text-align:left}}.section-subtitle4{color:var(--gray-600);font-size:clamp(1.1rem,2vw,1.25rem);line-height:1.7;margin:0 auto;max-width:700px}@media(max-width:768px){.section-subtitle4{font-size:1rem;line-height:1.5;text-align:left}}.departments-grid{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));margin-top:3rem}@media(max-width:768px){.departments-grid{margin-top:0}}.department-card{background:var(--gray-50);border-radius:8px;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease}.department-card:hover{box-shadow:0 12px 40px #0000001a;transform:translateY(-8px)}.department-card h3{color:var(--black);font-size:1.75rem;font-weight:700;margin-bottom:1rem}@media(max-width:768px){.department-card h3{font-size:1.3rem}}.department-card p{color:var(--gray-600);font-size:1rem;line-height:1.8;margin-bottom:1.5rem}.department-image{background:var(--gray-300);height:280px;overflow:hidden;position:relative;width:100%}@media(max-width:768px){.department-image{height:200px}}.department-image img{height:100%;object-fit:cover;width:100%}.department-tag{background:var(--red-accent);border-radius:4px;color:var(--white);font-size:.85rem;font-weight:600;left:1.5rem;letter-spacing:.5px;padding:.5rem 1.25rem;position:absolute;text-transform:uppercase;top:1.5rem}.department-content{padding:2rem}@media(max-width:768px){.department-content{padding:1.5rem}}.department-meta{border-bottom:1px solid var(--gray-200);display:flex;flex-wrap:wrap;gap:1.5rem;margin-bottom:1.5rem;padding-bottom:1.5rem}.meta-item{align-items:center;color:var(--gray-600);display:flex;font-size:.95rem;gap:.5rem}.meta-icon{color:var(--primary-blue);font-size:1.1rem}.department-link{align-items:center;background:none;border:none;color:var(--primary-blue);cursor:pointer;display:inline-flex;font-family:inherit;font-size:.95rem;font-weight:600;gap:.5rem;padding:0;text-decoration:none;transition:gap .3s ease}.department-link:hover{gap:1rem}.department-link:after{content:"→";font-size:1.2rem}.cta-section{background:var(--primary-blue);color:var(--white);margin:4rem 0 0;padding:5rem 4%;text-align:center}@media(max-width:768px){.cta-section{padding:3rem 4%}}.cta-section h2{font-family:Playfair Display,serif;font-size:clamp(2rem,4vw,3rem);font-weight:700;margin-bottom:1.5rem}@media(max-width:768px){.cta-section h2{font-size:clamp(1.6rem,5vw,2.5rem)}}.cta-section p{font-size:1.2rem;margin-bottom:2.5rem;margin-left:auto;margin-right:auto;max-width:700px;opacity:.95}@media(max-width:768px){.cta-section p{font-size:1rem}}.cta-button{background:var(--white);border-radius:4px;color:var(--primary-blue);display:inline-block;font-size:1.1rem;font-weight:600;letter-spacing:.5px;padding:1.25rem 3rem;text-decoration:none;transition:all .3s ease}@media(max-width:768px){.cta-button{font-size:1rem;padding:1rem 2.5rem}}.cta-button:hover{box-shadow:0 10px 30px #0003;transform:translateY(-2px)}.dept-modal-overlay{align-items:center;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#000000b3;display:flex;inset:0;justify-content:center;padding:1.5rem;position:fixed;z-index:10000}.dept-modal{background:var(--white);border-radius:12px;box-shadow:0 30px 60px #0000004d;max-height:90vh;max-width:720px;overflow-y:auto;position:relative;width:100%}.dept-modal-close{align-items:center;background:#00000059;border:none;border-radius:50%;color:var(--white);cursor:pointer;display:flex;font-size:1.6rem;height:38px;justify-content:center;line-height:1;position:absolute;right:1.25rem;top:1.25rem;transition:background .2s ease,transform .2s ease;width:38px;z-index:10}.dept-modal-close:hover{background:var(--red-accent);transform:rotate(90deg)}.dept-modal-image{border-radius:12px 12px 0 0;height:260px;overflow:hidden;position:relative;width:100%}.dept-modal-image img{height:100%;object-fit:cover;width:100%}.dept-modal-image .department-tag{left:1.25rem;top:1.25rem}.dept-modal-body{padding:2.5rem}.dept-modal-header{margin-bottom:1.5rem}.dept-modal-header h2{color:var(--black);font-family:Playfair Display,serif;font-size:clamp(1.75rem,4vw,2.25rem);font-weight:700;letter-spacing:-.5px;margin-bottom:.75rem}.dept-modal-schedule{align-items:center;color:var(--gray-600);display:flex;font-size:.95rem;font-weight:500;gap:.5rem}.dept-modal-overview{border-bottom:1px solid var(--gray-200);color:var(--gray-700);font-size:1.05rem;line-height:1.8;margin-bottom:2rem;padding-bottom:2rem}.dept-modal-section{margin-bottom:1.75rem}.dept-modal-section h4{color:var(--primary-blue);font-size:1rem;font-weight:700;letter-spacing:.8px;margin-bottom:1rem;text-transform:uppercase}.dept-modal-section ul{list-style:none;padding:0}.dept-modal-section ul li{border-bottom:1px solid var(--gray-100);color:var(--gray-700);font-size:.98rem;line-height:1.6;padding:.6rem 0 .6rem 1.5rem;position:relative}.dept-modal-section ul li:last-child{border-bottom:none}.dept-modal-section ul li:before{color:var(--primary-blue);content:"✓";font-weight:700;left:0;position:absolute}.dept-modal-section p{color:var(--gray-700);font-size:.98rem;line-height:1.8}.dept-modal-footer{border-top:1px solid var(--gray-200);margin-top:2rem;padding-top:1.5rem}.dept-modal-cta{background:var(--primary-blue);border-radius:6px;color:var(--white);display:inline-block;font-size:.95rem;font-weight:600;padding:1rem 2rem;text-align:center;text-decoration:none;transition:background .3s ease,transform .2s ease;width:100%}.dept-modal-cta:hover{background:var(--red-accent);transform:translateY(-2px)}@media(max-width:768px){.departments-grid{grid-template-columns:1fr}.dept-modal{border-radius:10px;max-height:95vh}.dept-modal-image{height:200px}.dept-modal-body{padding:1.75rem}}.hero8{align-items:center;background:linear-gradient(#00000080,#00000080),url(https://res.cloudinary.com/dsnontai6/image/upload/v1771538898/0A3A2455_qpmnjc.jpg);background-position:center 25%;background-size:cover;display:flex;justify-content:center;margin-top:80px;min-height:50vh;position:relative}@media(max-width:768px){.hero8{margin-top:106px;min-height:28vh}}.hero-content8{color:var(--white);max-width:900px;padding:0 4%;text-align:center}.hero8 h1{font-family:Playfair Display,serif;font-size:clamp(2.5rem,6vw,4.5rem);font-weight:700;letter-spacing:-1px;line-height:1.1;margin-bottom:1.5rem}@media(max-width:768px){.hero8 h1{font-size:clamp(1.8rem,5vw,4.5rem)}}.hero8 p{font-size:clamp(1.1rem,2vw,1.35rem);line-height:1.7;opacity:.95}@media(max-width:768px){.hero8 p{font-size:clamp(1rem,2vw,1.35rem)}}.section8{margin:0 auto;max-width:1400px;padding:6rem 4%}@media(max-width:768px){.section8{padding:4rem 5%}}.section-header8{margin-bottom:4rem;text-align:left}.section-title8{font-family:Playfair Display,serif;font-size:clamp(2.5rem,5vw,3.5rem);font-weight:700;letter-spacing:-1.5px;line-height:1.2;margin-bottom:1.5rem}@media(max-width:768px){.section-title8{font-size:clamp(1.8rem,5vw,2.5rem);text-align:left}}.section-subtitle8{color:var(--gray-600);font-size:clamp(1.1rem,2vw,1.25rem);line-height:1.7;max-width:700px}.events-grid{grid-gap:3.5rem 2.5rem;display:grid;gap:3.5rem 2.5rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));margin-top:3rem}.event-card{background:#0000;border:none;cursor:pointer;transition:opacity .3s ease}@media(max-width:768px){.event-card{margin-top:-1rem}}.event-card:hover{opacity:.7}.event-card h3{color:var(--black);font-family:Playfair Display,serif;font-size:2rem;font-weight:700;line-height:1.2;margin-bottom:.5rem}@media(max-width:768px){.event-card h3{font-size:1.5rem;margin-bottom:.25rem}}.event-date-text{color:var(--gray-600);font-size:1rem;font-weight:400}@media(max-width:768px){.event-date-text{font-size:.75rem}}.recurring-section{background:var(--gray-50);padding:6rem 4%}@media(max-width:768px){.recurring-section{padding:3.5rem 2%}}.recurring-grid{grid-gap:2.5rem;display:grid;gap:2.5rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));margin-top:3rem}.service-card{background:var(--white);border:1px solid var(--gray-200);border-radius:8px;padding:2.5rem;text-align:center;transition:transform .3s ease,box-shadow .3s ease}@media(max-width:768px){.service-card{padding:1rem}}.service-card:hover{box-shadow:0 12px 40px #0000001a;transform:translateY(-8px)}.service-card h3{color:var(--black);font-family:Playfair Display,serif;font-size:1.75rem;font-weight:700;margin-bottom:.75rem}@media(max-width:768px){.service-card h3{font-size:1.5rem}}.service-icon{font-size:3rem;margin-bottom:1.5rem}@media(max-width:768px){.service-icon{font-size:2rem}}.service-day{color:var(--primary-blue);font-size:.95rem;font-weight:600;margin-bottom:.5rem}.service-time{color:var(--black);font-size:1.75rem;font-weight:700;margin-bottom:1rem}@media(max-width:768px){.service-time{font-size:1.2rem}}.service-description{color:var(--gray-600);font-size:.9rem;line-height:1.7}@media(max-width:768px){.section{padding:4rem 4%}.events-grid{gap:2.5rem;grid-template-columns:1fr}}.give,.give-container{overflow-x:hidden}.give-container .hero3{align-items:center;background:linear-gradient(#0006,#00000080),url(https://images.pexels.com/photos/17485710/pexels-photo-17485710.png);background-position:50%;background-size:cover;display:flex;justify-content:center;margin-top:80px;min-height:60vh;overflow:hidden;position:relative}@media(max-width:768px){.give-container .hero3{margin-top:106px;min-height:28vh}}.give-container .hero-content3{animation:fadeInUp 1s ease-out .3s backwards;color:var(--white);max-width:900px;padding:0 4%;text-align:center}@keyframes fadeInUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}.hero3 h1{font-family:Playfair Display,serif;font-size:clamp(2.5rem,6vw,4.5rem);font-weight:700;letter-spacing:-1px;line-height:1.1;margin-bottom:1.5rem}@media(max-width:768px){.hero3 h1{font-size:clamp(1.8rem,5vw,4.5rem)}}.hero3 p{font-size:clamp(1.1rem,2vw,1.35rem);font-weight:400;line-height:1.7;margin:0 auto;max-width:700px;opacity:.95}@media(max-width:768px){.hero3 p{font-size:clamp(1rem,2vw,1.35rem)}}.give-container section{margin:0 auto;max-width:1400px;padding:5rem 4%}@media(max-width:768px){.give-container section{padding:3rem 4%}}.give-container .section-header3{margin-bottom:4rem;text-align:center}@media(max-width:768px){.give-container .section-header3{margin-bottom:2rem}}.give-container .section-title3{color:var(--black);font-family:Playfair Display,serif;font-size:clamp(2rem,4vw,3rem);font-weight:700;margin-bottom:1rem}@media(max-width:768px){.give-container .section-title3{font-size:clamp(1.8rem,4vw,2.5rem);text-align:left}}.give-container .section-subtitle3{color:var(--gray-600);font-size:1.15rem;line-height:1.8;margin:0 auto;max-width:700px}@media(max-width:768px){.give-container .section-subtitle3{font-size:1rem}}.give-methods{grid-gap:2.5rem;display:grid;gap:2.5rem;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));margin-bottom:0}.give-card{background:var(--white);border:1px solid var(--gray-200);border-radius:8px;padding:2.5rem;transition:all .3s ease}@media(max-width:768px){.give-card{padding:1.5rem}}.give-card:hover{border-color:var(--gray-400);box-shadow:0 8px 30px #00000014;transform:translateY(-4px)}.give-card h3{color:var(--black);font-size:1.5rem;font-weight:700;margin-bottom:1rem}@media(max-width:768px){.give-card h3{font-size:1.25rem}}.give-card p{color:var(--gray-600);line-height:1.7;margin-bottom:1.5rem}@media(max-width:768px){.give-card p{font-size:.95rem}}.give-card-icon{align-items:center;background:var(--gray-100);border-radius:50%;display:flex;height:60px;justify-content:center;margin-bottom:1.5rem;width:60px}.give-card-icon svg{fill:var(--black);height:30px;width:30px}@media(max-width:768px){.give-card-icon svg{height:24px;width:24px}}.banking-details{background:#fff;border-radius:6px;margin-top:1rem;padding:0}@media(max-width:768px){.banking-details{padding:0}}.banking-detail-row{border-bottom:1px solid var(--gray-200);display:flex;justify-content:space-between;padding:.75rem 0}.banking-detail-row:last-child{border-bottom:none}.banking-label{color:var(--gray-700);font-size:.95rem;font-weight:600}.banking-value{color:var(--black);font-family:DM Sans,monospace;font-weight:500;text-align:right}.copy-btn{background:var(--primary-blue);border:none;border-radius:4px;color:var(--white);cursor:pointer;font-size:.85rem;font-weight:600;margin-left:.5rem;padding:.8rem .6rem;transition:all .3s ease}.copy-btn,.copy-btn a{text-decoration:none}.copy-btn:hover{background:var(--red-accent);transform:translateY(-1px)}.projects-grid{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:repeat(auto-fit,minmax(350px,1fr))}.project-card{background:var(--white);border:1px solid var(--gray-200);border-radius:8px;overflow:hidden;transition:all .3s ease}.project-card:hover{border-color:var(--gray-400);box-shadow:0 12px 40px #0000001a;transform:translateY(-6px)}.project-card h3{color:var(--black);font-size:1.6rem;font-weight:700;margin-bottom:1rem}@media(max-width:768px){.project-card h3{font-size:1.3rem}}.project-card p{color:var(--gray-600);line-height:1.8;margin-bottom:1.5rem}.project-image{align-items:center;background:linear-gradient(135deg,var(--gray-200) 0,var(--gray-300) 100%);color:var(--gray-500);display:flex;font-size:.9rem;font-weight:600;height:250px;justify-content:center;width:100%}@media(max-width:768px){.project-image{height:200px}}.project-content{padding:2rem}.project-tag{background:var(--red-accent);border-radius:20px;color:var(--white);display:inline-block;font-size:.8rem;font-weight:600;letter-spacing:.5px;margin-bottom:1rem;padding:.4rem 1rem}.progress-bar{background:var(--gray-200);border-radius:10px;height:8px;margin-bottom:1rem;overflow:hidden}.progress-fill{background:var(--primary-blue);border-radius:10px;height:100%;transition:width 1s ease}.progress-info{display:flex;font-size:.9rem;justify-content:space-between;margin-bottom:1.5rem}.progress-raised{color:var(--black);font-weight:700}.progress-goal{color:var(--gray-600)}.donate-btn{background:var(--primary-blue);border:none;border-radius:4px;color:var(--white);cursor:pointer;font-size:1rem;font-weight:600;letter-spacing:.5px;padding:1rem 2rem;transition:all .3s ease;width:100%}.donate-btn:hover{background:var(--red-accent);box-shadow:0 6px 20px #1d4ed84d;transform:translateY(-2px)}.info-box{background:var(--gray-50);border-left:4px solid var(--primary-blue);border-radius:4px;margin:3rem 0;padding:2rem}@media(max-width:768px){.info-box{margin:2rem 0;padding:1.5rem}}.info-box h4{color:var(--black);font-size:1.2rem;font-weight:700;margin-bottom:1rem}.info-box p{color:var(--gray-700);line-height:1.8}@media(max-width:768px){.info-box p{font-size:.95rem;line-height:1.5}.give-methods,.projects-grid{grid-template-columns:1fr}.banking-detail-row{flex-direction:column;gap:.5rem}.banking-value{text-align:left}}.leadership,body,html{overflow-x:hidden;width:100%}.hero5{align-items:center;background:linear-gradient(#00000080,#00000080),url(https://res.cloudinary.com/dsnontai6/image/upload/v1771538974/0A3A6846-2_ez5vmj.jpg);background-position:center 25%;background-size:cover;display:flex;justify-content:center;margin-top:80px;min-height:50vh;position:relative}@media(max-width:768px){.hero5{margin-top:106px;min-height:28vh}}.hero-content5{color:var(--white);max-width:900px;padding:0 4%;text-align:center}.hero5 h1{font-family:Playfair Display,serif;font-size:clamp(2.5rem,6vw,4.5rem);font-weight:700;letter-spacing:-1px;line-height:1.1;margin-bottom:1.5rem}@media(max-width:768px){.hero5 h1{font-size:clamp(1.8rem,5vw,4.5rem)}}.hero5 p{font-size:clamp(1.1rem,2vw,1.35rem);line-height:1.7;opacity:.95}@media(max-width:768px){.hero5 p{font-size:clamp(1rem,2vw,1.35rem)}}.section5{margin:0 auto;max-width:1400px;padding:6rem 4%}@media(max-width:768px){.section5{padding:4rem 4%}}.section-header5{margin-bottom:4rem;text-align:center}@media(max-width:768px){.section-header5{margin-bottom:0}}.section-title5{font-family:Playfair Display,serif;font-size:clamp(2.5rem,5vw,3.5rem);font-weight:700;letter-spacing:-1.5px;line-height:1.2;margin-bottom:1.5rem}@media(max-width:768px){.section-title5{font-size:clamp(1.8rem,5vw,2.5rem);text-align:left}}.section-subtitle5{color:var(--gray-600);font-size:clamp(1.1rem,2vw,1.25rem);line-height:1.7;margin:0 auto;max-width:700px}@media(max-width:768px){.section-subtitle5{font-size:1rem;line-height:1.5;text-align:left}}.lead-past{color:#ffffffe6;font-size:1.15rem;line-height:1.8;margin-bottom:1.5rem}@media(max-width:768px){.lead-past{font-size:1rem!important;line-height:1.5}}.split-section5{display:flex;flex-direction:column;gap:3rem;margin:4rem 0}@media(min-width:969px){.split-section5{align-items:center;flex-direction:row;gap:5rem}}.split-image5{border-radius:8px;height:400px;overflow:hidden;width:100%}@media(min-width:969px){.split-image5{flex:1 1;height:500px}}.split-image5 img{border-radius:8px;height:100%;object-fit:cover;object-position:top center;transition:transform .6s ease;width:100%}.split-image5:hover img{transform:scale(1.05)}@media(min-width:969px){.split-content5{flex:1 1}}.split-content5 .pastor-label{color:#fffc;font-size:.95rem;font-weight:600;letter-spacing:1px;margin-bottom:1rem;text-transform:uppercase}.split-content5 h2{color:var(--white);font-family:Playfair Display,serif;font-size:clamp(2rem,4vw,3rem);font-weight:700;letter-spacing:-1px;line-height:1.2;margin-bottom:1.5rem}.split-content5 p{color:#ffffffe6;font-size:1.15rem;line-height:1.8;margin-bottom:1.5rem}.pastor-contact-box{background:#ffffff1a;border-left:4px solid var(--white);border-radius:8px;margin-top:2rem;padding:1.5rem}.past-desk{background:var(--primary-blue);margin:0;padding:2rem 0 4rem;width:100%}@media(max-width:768px){.past-desk{padding:.1rem 0}}.lead-past2{background:#ffffff1a;border-left:4px solid var(--white);border-radius:8px;padding:1.5rem}@media(max-width:768px){.lead-past2{padding:1rem}}.contact-item5{align-items:center;color:#ffffffe6;display:flex;font-size:.9rem;gap:.75rem;margin-bottom:1rem}.contact-item5:last-child{margin-bottom:0}.contact-item5 a{color:#ffffffe6;text-decoration:none;transition:color .3s ease}.contact-item5 a:hover{color:var(--white);text-decoration:underline}.contact-icon5{font-size:1rem;text-align:center;width:20px}.leadership-grid{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));margin-top:3rem}.leader-card{background:var(--white);border:1px solid var(--gray-200);border-radius:8px;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease}.leader-card:hover{box-shadow:0 12px 40px #0000001a;transform:translateY(-8px)}.leader-image{background:var(--gray-300);height:400px;overflow:hidden;position:relative;width:100%}@media(max-width:768px){.leader-image{height:350px}}.leader-image img{height:100%;object-fit:cover;object-position:center center;width:100%}.leader-content{padding:2rem}.leader-name{color:var(--black);font-size:1.75rem;font-weight:700;margin-bottom:.5rem}@media(max-width:768px){.leader-name{font-size:1.5rem}}.leader-position{color:var(--primary-blue);font-size:1rem;font-weight:600;letter-spacing:.5px;margin-bottom:1.5rem;text-transform:uppercase}@media(max-width:768px){.leader-position{font-size:.9rem}}.leader-bio{color:var(--gray-600);font-size:.95rem;line-height:1.8;margin-bottom:1.5rem}.leader-contact{border-top:1px solid var(--gray-200);padding-top:1.5rem}@media(max-width:768px){.leadership-grid{grid-template-columns:1fr}.split-image5{height:350px}}.hero6{align-items:center;background:linear-gradient(#00000080,#00000080),url(https://res.cloudinary.com/dsnontai6/image/upload/v1770567389/0A3A3641_gnhyxj.jpg);background-position:center 10%;background-size:cover;display:flex;justify-content:center;margin-top:80px;min-height:60vh;position:relative}@media(max-width:768px){.hero6{margin-top:106px;min-height:38vh}}.hero-content6{color:var(--white);max-width:900px;padding:0 4%;text-align:center}.hero6 h1{font-family:Playfair Display,serif;font-size:clamp(2.5rem,6vw,4.5rem);font-weight:700;letter-spacing:-1px;line-height:1.1;margin-bottom:1.5rem}@media(max-width:768px){.hero6 h1{font-size:clamp(1.8rem,5vw,4.5rem)}}.hero6 p{font-size:clamp(1.1rem,2vw,1.35rem);line-height:1.7;margin-bottom:2rem;opacity:.95}@media(max-width:768px){.hero6 p{font-size:clamp(1rem,2vw,1.35rem)}}.hero-button6{background:var(--white);border-radius:4px;color:var(--primary-blue);display:inline-block;font-size:1.1rem;font-weight:600;padding:1.25rem 3rem;text-decoration:none;transition:all .3s ease}@media(max-width:768px){.hero-button6{font-size:1rem;padding:.9rem 2.5rem}}.hero-button6:hover{background:var(--red-accent);color:var(--white);transform:translateY(-2px)}.section6{margin:0 auto;max-width:1400px;padding:6rem 4%}@media(max-width:768px){.section6{padding:4rem 4%}}.section-header6{margin-bottom:4rem;text-align:center}@media(max-width:768px){.section-header6{margin-bottom:0}}.section-title6{font-family:Playfair Display,serif;font-size:clamp(2.5rem,5vw,3.5rem);font-weight:700;letter-spacing:-1.5px;line-height:1.2;margin-bottom:1.5rem}@media(max-width:768px){.section-title6{font-size:clamp(1.8rem,5vw,2.5rem);text-align:left}}.section-subtitle6{color:var(--gray-600);font-size:clamp(1.1rem,2vw,1.25rem);line-height:1.7;margin:0 auto;max-width:700px}@media(max-width:768px){.section-subtitle6{font-size:1rem;line-height:1.5;text-align:left}}.add-n{background:var(--gray-50);padding:6rem 4%}@media(max-width:768px){.add-n{background:var(--black);padding:4rem 4%}.new-c{color:var(--white)}}.beliefs-grid{grid-gap:2.5rem;display:grid;gap:2.5rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin-top:3rem}.belief-card{background:var(--gray-50);border-radius:8px;padding:2.5rem;text-align:center;transition:transform .3s ease,box-shadow .3s ease}@media(max-width:768px){.belief-card{padding:1.5rem}}.belief-card:hover{box-shadow:0 10px 30px #0000001a;transform:translateY(-5px)}.belief-card h3{color:var(--black);font-size:1.5rem;font-weight:700;margin-bottom:1rem}@media(max-width:768px){.belief-card h3{font-size:1.25rem}}.belief-card p{color:var(--gray-600);font-size:1rem;line-height:1.8}.belief-icon{align-items:center;background:var(--primary-blue);border-radius:50%;color:var(--white);display:flex;font-size:2.5rem;height:80px;justify-content:center;margin:0 auto 1.5rem;width:80px}@media(max-width:768px){.belief-icon{font-size:2rem;height:65px;width:65px}}.steps-grid{grid-gap:2.5rem;display:grid;gap:2.5rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));margin-top:3rem}.step-card{background:var(--white);border:1px solid var(--gray-200);border-radius:8px;padding:2.5rem;transition:transform .3s ease,box-shadow .3s ease}@media(max-width:768px){.step-card{padding:1.5rem}}.step-card:hover{box-shadow:0 10px 30px #0000001a;transform:translateY(-5px)}.step-card h3{color:var(--black);font-size:1.5rem;font-weight:700;margin-bottom:1rem}@media(max-width:768px){.step-card h3{font-size:1.25rem}}.step-card p{color:var(--gray-600);font-size:.95rem;line-height:1.8;margin-bottom:1.5rem}.step-number{align-items:center;background:var(--primary-blue);border-radius:50%;color:var(--white);display:flex;font-size:2rem;font-weight:700;height:60px;justify-content:center;margin-bottom:1.5rem;width:60px}@media(max-width:768px){.step-number{font-size:1.2rem;height:40px;width:40px}}.step-link{color:var(--primary-blue);font-weight:600;text-decoration:none;transition:opacity .3s ease}.step-link:hover{opacity:.7}.faq-container{margin:0 auto;max-width:800px}.faq-item{border-bottom:1px solid var(--gray-200);padding:2rem 0}.faq-item:last-child{border-bottom:none}.faq-item h4{color:var(--black);font-size:1.25rem;font-weight:700;margin-bottom:1rem}.faq-item p{color:var(--gray-600);font-size:1rem;line-height:1.8}.hero9{align-items:center;background:linear-gradient(#00000080,#00000080),url(https://res.cloudinary.com/dsnontai6/image/upload/v1770567385/0A3A2579_kizxoq.jpg);background-position:50%;background-size:cover;display:flex;justify-content:center;margin-top:80px;min-height:50vh;position:relative}@media(max-width:768px){.hero9{margin-top:106px;min-height:28vh}}.hero-content9{color:var(--white);max-width:900px;padding:0 4%;text-align:center}.hero9 h1{font-family:Playfair Display,serif;font-size:clamp(2.5rem,6vw,4.5rem);font-weight:700;letter-spacing:-1px;line-height:1.1;margin-bottom:1.5rem}@media(max-width:768px){.hero9 h1{font-size:clamp(1.8rem,5vw,4.5rem)}}.hero9 p{font-size:clamp(1.1rem,2vw,1.35rem);line-height:1.7;opacity:.95}@media(max-width:768px){.hero9 p{font-size:clamp(1rem,2vw,1.35rem)}}.section9{margin:0 auto;max-width:1400px;padding:6rem 4%}@media(max-width:768px){.section9{padding:4rem 4%}}.section-header9{margin-bottom:4rem;text-align:center}.section-title9{font-family:Playfair Display,serif;font-size:clamp(2.5rem,5vw,3.5rem);font-weight:700;letter-spacing:-1.5px;line-height:1.2;margin-bottom:1.5rem}@media(max-width:768px){.section-title9{font-size:clamp(2rem,5vw,3.5rem)}}.section-subtitle9{color:var(--gray-600);font-size:clamp(1.1rem,2vw,1.25rem);line-height:1.7;margin:0 auto;max-width:700px}@media(max-width:768px){.section-subtitle9{font-size:clamp(1rem,2vw,1.25rem)}}.vm-grid{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:repeat(auto-fit,minmax(450px,1fr));margin-top:3rem}@media(max-width:768px){.vm-grid{margin-top:0}}.vm-card{background:var(--gray-50);border-radius:8px;padding:3rem;transition:transform .3s ease,box-shadow .3s ease}@media(max-width:768px){.vm-card{background-color:var(--white);padding:2rem}}.vm-card:hover{box-shadow:0 12px 40px #0000001a;transform:translateY(-5px)}.vm-card h3{color:var(--black);font-family:Playfair Display,serif;font-size:2rem;font-weight:700;margin-bottom:1.5rem}@media(max-width:768px){.vm-card h3{font-size:1.5rem;margin-bottom:1rem}}.vm-card p{color:var(--gray-600);font-size:1.1rem;line-height:1.8;margin-bottom:1.5rem}@media(max-width:768px){.vm-card p{font-size:1rem;margin-bottom:0}}.vm-card p:last-child{margin-bottom:0}.vm-icon{align-items:center;background:var(--primary-blue);border-radius:50%;color:var(--white);display:flex;font-size:2.5rem;height:80px;justify-content:center;margin-bottom:2rem;width:80px}@media(max-width:768px){.vm-icon{font-size:2rem;height:60px;margin-bottom:1rem;width:60px}}.miss-add{background:var(--white);padding:6rem 4%}@media(max-width:768px){.miss-add{background:#000;padding:4rem 4% 2rem}}.values-grid{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));margin-top:3rem}@media(max-width:768px){.values-grid{margin-top:0}.col-miss{color:var(--white)}}.value-item{padding:2rem;text-align:center}.value-item h4{color:var(--black);font-size:1.5rem;font-weight:700;margin-bottom:1rem}@media(max-width:768px){.value-item h4{color:#fff;margin-bottom:.5rem}}.value-item p{color:var(--gray-600);font-size:.95rem;line-height:1.8}.value-emoji{display:block;font-size:3rem;margin-bottom:1.5rem}@media(max-width:768px){.value-emoji{font-size:2rem;margin-bottom:0}}.impact-stats{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin-top:4rem}.stat-item{text-align:center}.stat-number{color:var(--white);font-family:Playfair Display,serif;font-size:clamp(3rem,6vw,5rem);font-weight:700;margin-bottom:.5rem}.stat-label{color:#ffffffe6;font-size:1.1rem}@media(max-width:768px){.vm-grid{grid-template-columns:1fr}}.hero7{align-items:center;background:linear-gradient(#00000080,#00000080),url(https://res.cloudinary.com/dsnontai6/image/upload/v1771527523/0A3A8347_cutbbt.jpg);background-position:top;background-size:cover;display:flex;justify-content:center;margin-top:80px;min-height:50vh;position:relative}@media(max-width:768px){.hero7{margin-top:106px;min-height:28vh}}.hero-content7{color:var(--white);max-width:900px;padding:0 4%;text-align:center}.hero7 h1{font-family:Playfair Display,serif;font-size:clamp(2.5rem,6vw,4.5rem);font-weight:700;letter-spacing:-1px;line-height:1.1;margin-bottom:1.5rem}@media(max-width:768px){.hero7 h1{font-size:clamp(1.8rem,5vw,4.5rem)}}.hero7 p{font-size:clamp(1.1rem,2vw,1.35rem);line-height:1.7;opacity:.95}@media(max-width:768px){.hero7 p{font-size:clamp(1rem,2vw,1.35rem)}}.section7{margin:0 auto;max-width:1400px;padding:6rem 4%}@media(max-width:768px){.section7{padding:4rem 4%}}.section-header7{margin-bottom:4rem;text-align:center}@media(max-width:768px){.section-header7{margin-bottom:0}}.section-title7{font-family:Playfair Display,serif;font-size:clamp(2.5rem,5vw,3.5rem);font-weight:700;letter-spacing:-1.5px;line-height:1.2;margin-bottom:1.5rem}@media(max-width:768px){.section-title7{font-size:clamp(1.8rem,5vw,2.5rem);text-align:left}}.section-subtitle7{color:var(--gray-600);font-size:clamp(1.1rem,2vw,1.25rem);line-height:1.7;margin:0 auto;max-width:700px}@media(max-width:768px){.section-subtitle7{font-size:1rem;line-height:1.5;text-align:left}.color-v{color:var(--white)}}.info-grid{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));margin-top:3rem}.info-card{background:var(--gray-50);border-radius:8px;padding:2.5rem;text-align:center;transition:transform .3s ease,box-shadow .3s ease}@media(max-width:768px){.info-card{padding:1.7rem}}.info-card:hover{box-shadow:0 10px 30px #0000001a;transform:translateY(-5px)}.info-card h3{color:var(--black);font-size:1.75rem;font-weight:700;margin-bottom:1rem}@media(max-width:768px){.info-card h3{font-size:1.25rem}}.info-card p{color:var(--gray-600);font-size:1rem;line-height:1.8}.info-icon{align-items:center;background:var(--primary-blue);border-radius:50%;color:var(--white);display:flex;font-size:2.5rem;height:80px;justify-content:center;margin:0 auto 2rem;width:80px}@media(max-width:768px){.info-icon{font-size:1.25rem;height:65px;width:65px}}.info-highlight{color:var(--primary-blue);font-size:1.5rem;font-weight:700;margin:1rem 0}@media(max-width:768px){.info-highlight{font-size:1.25rem}}.visit-add{background:var(--gray-50);padding:6rem 4%}@media(max-width:768px){.visit-add{background:var(--black);padding:3rem 4%}}.expect-grid{grid-gap:4rem;align-items:center;display:grid;gap:4rem;grid-template-columns:1fr 1fr;margin-top:3rem}.expect-content h3{color:var(--black);font-size:1.5rem;font-weight:700;margin-bottom:1rem}@media(max-width:768px){.expect-content h3{color:var(--white);font-size:1.25rem}}.expect-content p{color:var(--gray-600);font-size:1rem;line-height:1.8;margin-bottom:2rem}.expect-list{list-style:none}.expect-list li{align-items:flex-start;border-bottom:1px solid var(--gray-200);display:flex;gap:1rem;padding:1rem 0}.expect-list li:last-child{border-bottom:none}.list-icon{color:var(--primary-blue);flex-shrink:0;font-size:1.5rem}.list-content h4{color:var(--black);font-size:1.1rem;font-weight:600;margin-bottom:.5rem}@media(max-width:768px){.list-content h4{color:var(--white);font-size:1rem}}.list-content p{color:var(--gray-600);font-size:.95rem;margin:0}.expect-image{background:var(--gray-300);border-radius:8px;height:500px;overflow:hidden;width:100%}@media(max-width:768px){.expect-image{display:none}}.expect-image img{height:100%;object-fit:cover;width:100%}.location-section{background:var(--primary-blue);color:var(--white);margin:4rem 0 0;padding:6rem 4%}@media(max-width:768px){.location-section{padding:3rem 4%}}.location-content{grid-gap:2rem;align-items:center;display:grid;gap:2rem;grid-template-columns:1fr 1fr;margin:0 auto;max-width:1400px}.location-info h2{font-family:Playfair Display,serif;font-size:clamp(2rem,4vw,3rem);font-weight:700;margin-bottom:2rem}@media(max-width:768px){.location-info h2{text-align:center}}.location-details{margin-bottom:2rem}.location-item{align-items:flex-start;display:flex;gap:1rem;margin-bottom:1.5rem}.location-item-icon{color:var(--white);flex-shrink:0;font-size:1.5rem}.location-item-content h4{color:#fffc;font-size:1rem;font-weight:600;letter-spacing:.5px;margin-bottom:.5rem;text-transform:uppercase}.location-item-content p{font-size:1.1rem;line-height:1.6}@media(max-width:768px){.location-item-content p{font-size:1rem}}.location-item-content p a{color:var(--white);text-decoration:none;transition:opacity .3s ease}.location-item-content p a:hover{opacity:.8}.location-button{background:var(--white);border-radius:4px;color:var(--primary-blue);display:inline-block;font-weight:600;padding:1rem 2.5rem;text-decoration:none;transition:all .3s ease}.location-button:hover{background:var(--red-accent);color:var(--white);transform:translateY(-2px)}.location-map{border-radius:8px;box-shadow:0 10px 40px #0000004d;height:400px;overflow:hidden;width:100%}.location-map iframe{height:100%;width:100%}@media(max-width:968px){.expect-grid,.location-content{grid-template-columns:1fr}}@media(max-width:768px){.info-grid{grid-template-columns:1fr}}:root{--red-accent:#dc2626;--primary-blue:#1e3a8a;--hover-blue:#1d4ed8;--light-blue-bg:#e8f0ff;--main-bg:#fff;--alt-bg:#f7f9fc;--dark-footer:#0f172a;--primary-text:#111827;--secondary-text:#6b7280;--borders:#e5e7eb;--black:#111827;--white:#fff;--gray-50:#f7f9fc;--gray-100:#e8f0ff;--gray-200:#e5e7eb;--gray-300:#e5e7eb;--gray-400:#6b7280;--gray-500:#6b7280;--gray-600:#6b7280;--gray-700:#111827;--gray-800:#0f172a;--gray-900:#0f172a;--accent:#dc2626}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background:#fff;background:var(--white);color:#111827;color:var(--black);font-family:DM Sans,-apple-system,BlinkMacSystemFont,sans-serif;line-height:1.6;overflow-x:hidden}.App{display:flex;flex-direction:column;min-height:100vh}main{flex:1 1}
/*# sourceMappingURL=main.1a038d30.css.map*/