:root{--primary:#F97316;--primary-hover:#EA580C;--primary-foreground:#FFFFFF;--foreground:#111111;--background:#FFFFFF;--secondary:#F3F4F6;--secondary-foreground:#111111;--muted:#F3F4F6;--muted-foreground:#666666;--accent:#FFF7ED;--accent-foreground:#111111;--card:#FFFFFF;--card-foreground:#111111;--border:#E5E7EB;--input:#E5E7EB;--ring:#F97316;--radius:0.5rem;--font-sans:'Open Sans',ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,sans-serif;--max-width:1280px}*,::after,::before{box-sizing:border-box}body{margin:0;padding:0;font-family:var(--font-sans);font-size:16px;line-height:1.5;color:var(--foreground);background:var(--background);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden}img{max-width:100%;height:auto;display:block;image-rendering:auto}a{color:inherit;text-decoration:none}p{text-align:justify}h1,h2,h3,h4,h5,h6{text-align:left;margin-top:0}.text-center h1,.text-center h2,.text-center h3,.text-center p{text-align:center}.container{max-width:var(--max-width);margin:0 auto;padding:0 1rem}@media (min-width:640px){.container{padding:0 1.5rem}}@media (min-width:1024px){.container{padding:0 2rem}}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.section{padding:4rem 0}@media (min-width:768px){.section{padding:6rem 0}}.section-alt{background:var(--secondary)}.section-warm{background:var(--accent)}.section-dark{background:#1e293b;color:#fff}.h1{font-size:1.875rem;font-weight:800;line-height:1.1;letter-spacing:-.025em}.h2{font-size:1.875rem;font-weight:700}.h3{font-size:1.5rem;font-weight:700}.h4{font-size:1.25rem;font-weight:700}@media (min-width:768px){.h1{font-size:3rem}.h2{font-size:2.25rem}.h3{font-size:1.5rem}}.text-lg{font-size:1.125rem}.text-sm{font-size:.875rem}.text-xs{font-size:.75rem}.text-slate-400{color:#94a3b8}.text-slate-500{color:#64748b}.text-slate-600{color:#475569}.text-slate-700{color:#334155}.text-slate-900{color:#111827}.text-white{color:#fff}.text-orange-400{color:#fb923c}.text-orange-500{color:var(--primary)}.text-orange-600{color:#ea580c}.text-orange-700{color:#c2410c}.text-white\/75{color:rgba(255,255,255,.75)}.text-white\/80{color:rgba(255,255,255,.8)}.text-white\/90{color:rgba(255,255,255,.9)}.font-bold{font-weight:700}.font-extrabold{font-weight:800}.font-semibold{font-weight:600}.tracking-tight{letter-spacing:-.025em}.tracking-widest{letter-spacing:.1em}.leading-tight{line-height:1.25}.leading-relaxed{line-height:1.625}.btn{display:inline-flex;align-items:center;gap:.5rem;font-weight:700;border:none;cursor:pointer;transition:all .2s;text-decoration:none}.btn-primary{background:var(--primary);color:#fff;border-radius:9999px;padding:.75rem 2rem;font-size:1rem}.btn-primary:hover{background:var(--primary-hover);box-shadow:0 10px 15px -3px rgba(0,0,0,.1)}.btn-white{background:#fff;color:var(--primary);border-radius:9999px;padding:1rem 2rem;font-size:1rem;box-shadow:0 20px 25px -5px rgba(0,0,0,.1)}.btn-white:hover{box-shadow:0 25px 50px -12px rgba(0,0,0,.25);transform:scale(1.05)}.btn-ghost{background:rgba(255,255,255,.2);backdrop-filter:blur(4px);color:#fff;border-radius:9999px;padding:.75rem 1.5rem;font-size:.875rem}.btn-ghost:hover{background:rgba(255,255,255,.3)}.card{background:var(--card);border-radius:16px;overflow:hidden;transition:all .3s;box-shadow:0 1px 2px 0 rgba(0,0,0,.05)}.card:hover{box-shadow:0 20px 25px -5px rgba(0,0,0,.1)}.card-image{width:100%;height:100%;object-fit:cover;transition:transform .5s}.card-image-wrapper{overflow:hidden}.group:hover .card-image{transform:scale(1.05)}.gradient-overlay-dark{background:linear-gradient(to top,#0f172a,rgba(15,23,42,.4),transparent)}.gradient-overlay-card{background:linear-gradient(to top,rgba(15,23,42,.6),transparent)}.gradient-hero-right{background:linear-gradient(to right,rgba(15,23,42,.7),rgba(15,23,42,.4),transparent)}.gradient-hero-bottom{background:linear-gradient(to top,rgba(15,23,42,.5),transparent)}.site-header{position:sticky;top:0;z-index:50;transition:box-shadow .3s}.site-header.scrolled{box-shadow:0 4px 6px -1px rgba(0,0,0,.1)}.header-bar{background:#fff;border-bottom:1px solid #f1f5f9}.header-inner{max-width:var(--max-width);margin:0 auto;padding:0 1rem;display:flex;align-items:center;justify-content:space-between;height:72px}@media (min-width:640px){.header-inner{padding:0 1.5rem}}@media (min-width:1024px){.header-inner{padding:0 2rem;height:88px}}.site-logo{display:flex;align-items:center;gap:.75rem}.site-logo img{height:48px;width:auto}@media (min-width:640px){.site-logo img{height:64px}}@media (min-width:1024px){.site-logo img{height:80px}}.site-logo-text{line-height:1.25}.site-logo-title{display:block;font-size:.875rem;font-weight:700;color:#111827;letter-spacing:-.025em}@media (min-width:1024px){.site-logo-title{font-size:1.25rem}}.site-logo-tagline{display:block;font-size:.5rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:#64748b}@media (min-width:640px){.site-logo-tagline{font-size:.625rem}}.desktop-nav{display:none}@media (min-width:1024px){.desktop-nav{display:flex;align-items:center;gap:.25rem}}.nav-item{position:relative}.nav-link{display:flex;align-items:center;gap:.25rem;padding:.5rem 1rem;font-size:.875rem;font-weight:600;border-radius:.5rem;color:#334155;transition:color .2s,background .2s}.nav-link.active,.nav-link:hover{color:var(--primary);background:#f3f4f6}.nav-chevron{width:1rem;height:1rem;transition:transform .2s}.nav-link.active .nav-chevron,.nav-link:hover .nav-chevron{transform:rotate(180deg)}.nav-arrow{display:inline-block;width:10px;height:10px;border-right:2px solid currentColor;border-bottom:2px solid currentColor;transform:rotate(45deg);margin-left:4px;margin-bottom:2px;transition:transform .2s}.nav-link:hover .nav-arrow{transform:rotate(-135deg)}.mega-menu{position:absolute;left:0;top:100%;padding-top:.5rem;z-index:50;opacity:0;visibility:hidden;transition:opacity .2s,visibility .2s}.nav-item.menu-open .mega-menu,.nav-item:hover .mega-menu{opacity:1;visibility:visible}.mega-menu-inner{width:600px;border-radius:16px;background:#fff;box-shadow:0 25px 50px -12px rgba(0,0,0,.25);border:1px solid #e2e8f0;overflow:hidden;display:grid;grid-template-columns:1fr 2fr}.mega-menu-inner.no-featured{grid-template-columns:1fr}.mega-menu-featured{padding:1.5rem;display:flex;flex-direction:column;justify-content:flex-end;min-height:200px;color:#fff}.mega-menu-featured .featured-label{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;opacity:.8;margin-bottom:.25rem}.mega-menu-featured .featured-title{font-size:1.125rem;font-weight:700;margin-bottom:.25rem}.mega-menu-featured .featured-desc{font-size:.875rem;opacity:.9}.mega-menu-links{padding:1.5rem;display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}.mega-menu-col h4{font-size:.75rem;font-weight:700;color:#94a3b8;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.75rem}.mega-menu-col ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.5rem}.mega-menu-col a{font-size:.875rem;font-weight:500;color:#334155;transition:color .2s}.mega-menu-col a:hover{color:var(--primary)}.header-actions{display:flex;align-items:center;gap:.75rem}.search-btn{display:none;width:2.5rem;height:2.5rem;align-items:center;justify-content:center;border-radius:9999px;border:none;background:0 0;color:#475569;cursor:pointer;transition:background .2s}@media (min-width:640px){.search-btn{display:flex}}.search-btn:hover{background:#f1f5f9}.search-icon{width:1.25rem;height:1.25rem}.donate-btn{border-radius:9999px;padding:.625rem 1.5rem;font-size:.875rem;font-weight:700;color:#fff;background:var(--primary);box-shadow:0 4px 6px -1px rgba(0,0,0,.1);transition:background .2s,box-shadow .2s}@media (max-width:768px){.donate-btn{padding:.25rem .75rem;font-size:.7rem;border-radius:6px}}.donate-btn:hover{background:var(--primary-hover);box-shadow:0 10px 15px -3px rgba(0,0,0,.1)}.menu-toggle{display:flex;margin-left:.25rem;width:2.5rem;height:2.5rem;align-items:center;justify-content:center;border-radius:.5rem;border:none;background:0 0;cursor:pointer;transition:background .2s}.menu-toggle:hover{background:#f1f5f9}@media (min-width:1024px){.menu-toggle{display:none}}.menu-icon{width:1.5rem;height:1.5rem;color:#334155}.mobile-nav{display:none;position:fixed;inset:0;top:72px;z-index:40;background:#fff;overflow-y:auto}.mobile-nav.open{display:block}@media (min-width:640px){.mobile-nav{top:72px}}@media (min-width:1024px){.mobile-nav.open{display:none}}.mobile-nav-inner{padding:1.5rem 1rem}.mobile-nav-link{display:block;padding:.75rem 1rem;font-size:1.125rem;font-weight:600;color:#1e293b;border-radius:.75rem;transition:background .2s}.mobile-nav-link:hover{background:#f3f4f6}.mobile-nav-item{margin-bottom:.25rem}.mobile-nav-header{width:100%;display:flex;align-items:center;justify-content:space-between;padding:.75rem 1rem;font-size:1.125rem;font-weight:600;color:#1e293b;background:0 0;border:none;border-radius:.75rem;cursor:pointer;transition:background .2s}.mobile-nav-header:hover{background:#f3f4f6}.mobile-nav-chevron{width:1.25rem;height:1.25rem;color:#94a3b8;transition:transform .2s}.mobile-nav-chevron.open{transform:rotate(180deg)}.mobile-submenu{padding-left:1rem;margin-left:1rem;border-left:2px solid #fed7aa;display:none}.mobile-submenu.open{display:block}.mobile-submenu a{display:block;padding:.5rem 1rem;font-size:1rem;color:#475569;border-radius:.5rem;transition:color .2s}.mobile-submenu a:hover{color:var(--primary)}.mobile-donate-section{padding:1.5rem 1rem;border-top:1px solid #f1f5f9}.mobile-donate-btn{display:block;width:100%;text-align:center;border-radius:.75rem;padding:1rem;font-size:1.125rem;font-weight:700;color:#fff;background:var(--primary);box-shadow:0 4px 6px -1px rgba(0,0,0,.1);transition:background .2s}.mobile-donate-btn:hover{background:var(--primary-hover)}.hero{position:relative;min-height:550px;overflow:hidden}@media (max-width:639px){.hero{min-height:750px}}@media (min-width:640px){.hero{min-height:650px}}@media (min-width:768px){.hero{min-height:700px}}.hero-slide{position:absolute;inset:0;background-size:cover;background-position:center;transition:opacity 1s ease-in-out}.hero-overlay-right{position:absolute;inset:0;background:linear-gradient(to right,rgba(15,23,42,.7),rgba(15,23,42,.4),transparent)}.hero-overlay-bottom{position:absolute;inset:0;background:linear-gradient(to top,rgba(15,23,42,.5),transparent)}.hero-content{position:relative;z-index:10;display:grid;gap:3rem;align-items:center;min-height:500px;padding:4rem 0}@media (max-width:768px){.hero-content{padding-top:18rem;gap:5rem}}@media (min-width:1024px){.hero-content{grid-template-columns:1fr 1fr}}.hero-text{color:#fff;display:flex;flex-direction:column;justify-content:center}.hero-title{font-size:2.25rem;font-weight:900;line-height:1.1;letter-spacing:-.025em}@media (max-width:768px){.hero-title{margin-bottom:2rem}}.hero-title .highlight{color:#fcd34d}@media (min-width:640px){.hero-title{font-size:2.75rem}}@media (min-width:768px){.hero-title{font-size:3.75rem}}@media (min-width:1024px){.hero-title{font-size:4.5rem}}.donation-widget{border-radius:16px;background:#fff;padding:1.5rem;box-shadow:0 25px 50px -12px rgba(0,0,0,.25);max-width:28rem}@media (min-width:768px){.donation-widget{padding:2rem}}@media (min-width:1024px){.donation-widget{justify-self:end}}.donation-widget h3{font-size:1.25rem;font-weight:700;color:#111827;text-align:center;margin-bottom:.5rem}.donation-widget .widget-sub{text-align:center;font-size:.875rem;color:#64748b;margin-bottom:1.5rem}.amount-grid{display:grid;grid-template-columns:1fr 1fr;gap:.5rem;margin-bottom:1rem}@media (min-width:640px){.amount-grid{grid-template-columns:repeat(4,1fr)}}.amount-btn{padding:.625rem 0;border-radius:.75rem;font-size:.875rem;font-weight:700;border:none;cursor:pointer;transition:all .2s;background:#f1f5f9;color:#334155}.amount-btn:hover{background:#e2e8f0}.amount-btn.active{background:var(--primary);color:#fff;box-shadow:0 4px 6px -1px rgba(249,115,22,.3)}.custom-amount-wrap{position:relative;margin-bottom:1.5rem}.custom-amount-wrap .currency{position:absolute;left:1rem;top:50%;transform:translateY(-50%);color:#94a3b8;font-weight:500}.custom-amount{width:100%;border-radius:.75rem;border:2px solid #e2e8f0;padding:.75rem 1rem .75rem 2rem;font-size:1.125rem;font-weight:500;color:#111827;transition:border-color .2s,box-shadow .2s}.custom-amount:focus{outline:0;border-color:#fb923c;box-shadow:0 0 0 4px rgba(251,146,60,.1)}.custom-amount::placeholder{color:#94a3b8}.cause-select{margin-bottom:1.5rem}.cause-select label{display:block;font-size:.875rem;font-weight:600;color:#334155;margin-bottom:.5rem}.cause-select select{width:100%;border-radius:.75rem;border:2px solid #e2e8f0;padding:.75rem 1rem;font-size:1rem;color:#111827;background:#fff;transition:border-color .2s,box-shadow .2s}.cause-select select:focus{outline:0;border-color:#fb923c;box-shadow:0 0 0 4px rgba(251,146,60,.1)}.donate-now-btn{width:100%;border-radius:.75rem;background:#f59e0b;color:#fff;padding:1rem;font-size:1.125rem;font-weight:700;border:none;cursor:pointer;box-shadow:0 4px 6px -1px rgba(0,0,0,.1);transition:background .2s,box-shadow .2s,transform .1s}.donate-now-btn:hover{background:#d97706;box-shadow:0 10px 15px -3px rgba(0,0,0,.1)}.donate-now-btn:active{transform:scale(.98)}.trust-indicators{display:flex;align-items:center;justify-content:center;gap:1rem;margin-top:1.5rem;font-size:.75rem;color:#64748b}.trust-indicators svg{width:1rem;height:1rem}.trust-item{display:flex;align-items:center;gap:.25rem}.quick-actions-grid{display:grid;gap:1.5rem}@media (min-width:640px){.quick-actions-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.quick-actions-grid{grid-template-columns:repeat(3,1fr)}}.qa-card{position:relative;overflow:hidden;border-radius:16px;background:#fff;padding:1.5rem;box-shadow:0 1px 2px 0 rgba(0,0,0,.05);border:1px solid #e2e8f0;transition:all .3s;display:block;color:inherit;text-decoration:none}.qa-card:hover{box-shadow:0 20px 25px -5px rgba(0,0,0,.1);border-color:#fed7aa}.qa-icon{display:inline-flex;width:3.5rem;height:3.5rem;align-items:center;justify-content:center;border-radius:.75rem;margin-bottom:1rem}.qa-icon svg{width:1.75rem;height:1.75rem;color:#fff}.qa-card h3{font-size:1.125rem;font-weight:700;color:#111827;margin-bottom:.5rem;transition:color .2s}.qa-card:hover h3{color:var(--primary)}.qa-card p{font-size:.875rem;color:#475569}.qa-arrow{position:absolute;right:1rem;bottom:1rem;opacity:0;transition:opacity .2s}.qa-card:hover .qa-arrow{opacity:1}.qa-arrow svg{width:1.5rem;height:1.5rem;color:var(--primary)}.campaign-grid{display:grid;gap:1.5rem}@media (min-width:640px){.campaign-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.campaign-grid{grid-template-columns:repeat(4,1fr)}}.campaign-card{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 1px 2px 0 rgba(0,0,0,.05);transition:all .3s;display:block;color:inherit;text-decoration:none}.campaign-card:hover{box-shadow:0 20px 25px -5px rgba(0,0,0,.1)}.campaign-image-wrap{position:relative;aspect-ratio:4/3;overflow:hidden;background:#e2e8f0}.campaign-image-wrap img{width:100%;height:100%;object-fit:cover;transition:transform .5s}.campaign-card:hover .campaign-image-wrap img{transform:scale(1.05)}.campaign-overlay{position:absolute;inset:0;background:linear-gradient(to top,rgba(15,23,42,.6),transparent)}.campaign-progress{position:absolute;bottom:.75rem;left:.75rem;right:.75rem}.campaign-progress-text{display:flex;justify-content:space-between;color:#fff;font-size:.875rem;margin-bottom:.375rem}.campaign-progress-text .raised{font-weight:600}.campaign-progress-text .percent{opacity:.8}.progress-bar{height:.375rem;background:rgba(255,255,255,.3);border-radius:9999px;overflow:hidden}.progress-fill{height:100%;background:var(--primary);border-radius:9999px;transition:width .5s}.campaign-body{padding:1.25rem}.campaign-body h3{font-weight:700;color:#111827;margin-bottom:.5rem;transition:color .2s}.campaign-card:hover .campaign-body h3{color:var(--primary)}.campaign-body p{font-size:.875rem;color:#475569;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-bottom:1rem}.campaign-link{display:inline-flex;align-items:center;gap:.375rem;font-size:.875rem;font-weight:600;color:var(--primary)}.campaign-link .arrow{transition:transform .2s}.campaign-card:hover .campaign-link .arrow{transform:translateX(.25rem)}.impact-grid{display:grid;gap:1.5rem}@media (min-width:640px){.impact-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.impact-grid{grid-template-columns:repeat(4,1fr)}}.impact-card{position:relative;border-radius:16px;overflow:hidden;transition:all .3s}.impact-card-bg{position:absolute;inset:0}.impact-card-bg img{width:100%;height:100%;object-fit:cover;opacity:.3;transition:opacity .5s,transform .5s}.impact-card:hover .impact-card-bg img{opacity:.4;transform:scale(1.05)}.impact-card-bg .overlay{position:absolute;inset:0;background:linear-gradient(to top,#0f172a,rgba(15,23,42,.8),rgba(15,23,42,.6))}.impact-card-content{position:relative;padding:1.5rem;text-align:center}.impact-card-icon{width:3.5rem;height:3.5rem;border-radius:.75rem;background:rgba(249,115,22,.2);display:flex;align-items:center;justify-content:center;margin:0 auto 1rem}.impact-card-icon svg{width:1.75rem;height:1.75rem;color:#fb923c}.impact-card-number{font-size:2.25rem;font-weight:700;color:#fff;margin-bottom:.5rem}@media (min-width:768px){.impact-card-number{font-size:3rem}}.impact-card-label{font-size:1.125rem;font-weight:600;color:#fb923c;margin-bottom:.5rem}.impact-card-desc{font-size:.875rem;color:#94a3b8}.program-grid{display:grid;gap:1.5rem}@media (min-width:768px){.program-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.program-grid{grid-template-columns:repeat(3,1fr)}}.program-card{position:relative;aspect-ratio:4/5;border-radius:16px;overflow:hidden;display:block;color:inherit;text-decoration:none}.program-card img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:transform .5s}.program-card:hover img{transform:scale(1.05)}.program-overlay{position:absolute;inset:0;background:linear-gradient(to top,#0f172a,rgba(15,23,42,.4),transparent)}.program-content{position:absolute;bottom:0;left:0;right:0;padding:1.5rem}.program-badge{display:inline-block;padding:.25rem .75rem;font-size:.875rem;font-weight:600;color:#fff;border-radius:9999px;margin-bottom:.75rem}.program-content h3{font-size:1.5rem;font-weight:700;color:#fff;margin-bottom:.5rem}.program-content p{color:rgba(255,255,255,.8)}.program-card.md-span-2{grid-column:span 2}@media (min-width:1024px){.program-card.md-span-2{grid-column:span 1}}.stories-grid{display:grid;gap:1.5rem}@media (min-width:768px){.stories-grid{grid-template-columns:repeat(3,1fr)}}.story-card{position:relative;aspect-ratio:4/5;border-radius:16px;overflow:hidden;display:block;color:inherit;text-decoration:none}.story-card img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:transform .5s}.story-card:hover img{transform:scale(1.05)}.story-overlay{position:absolute;inset:0;background:linear-gradient(to top,#0f172a,rgba(15,23,42,.5),transparent)}.story-play{position:absolute;inset:0;display:flex;align-items:center;justify-content:center}.story-play-btn{width:4rem;height:4rem;border-radius:9999px;background:rgba(255,255,255,.9);display:flex;align-items:center;justify-content:center;transition:transform .2s}.story-card:hover .story-play-btn{transform:scale(1.1)}.story-play-btn svg{width:1.5rem;height:1.5rem;color:var(--primary);margin-left:.25rem}.story-content{position:absolute;bottom:0;left:0;right:0;padding:1.5rem}.story-category{display:inline-block;border-radius:9999px;background:rgba(255,255,255,.2);backdrop-filter:blur(4px);padding:.25rem .75rem;font-size:.75rem;font-weight:600;color:#fff;margin-bottom:.75rem}.story-content h3{font-size:1.25rem;font-weight:700;color:#fff;transition:color .2s}.story-card:hover .story-content h3{color:#fdba74}.gallery-grid-1{display:grid;grid-template-columns:1fr 1fr;gap:1rem}@media (min-width:768px){.gallery-grid-1{grid-template-columns:repeat(4,1fr)}}.gallery-featured{grid-column:span 2}@media (min-width:768px){.gallery-featured{grid-column:span 2;grid-row:span 2}}.gallery-featured img{width:100%;height:100%;object-fit:cover;border-radius:16px}.gallery-thumb{aspect-ratio:1}.gallery-thumb img{width:100%;height:100%;object-fit:cover;border-radius:12px}.gallery-grid-2{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin-top:1rem}@media (min-width:768px){.gallery-grid-2{grid-template-columns:repeat(6,1fr)}}.gallery-grid-2 img{width:100%;aspect-ratio:1;object-fit:cover;border-radius:12px}.site-footer{background:#0f172a;color:#fff}.newsletter{border-bottom:1px solid #1e293b}.newsletter-inner{padding:3rem 0;display:grid;gap:2rem;align-items:center}@media (min-width:1024px){.newsletter-inner{grid-template-columns:1fr 1fr}}.newsletter h3{font-size:1.5rem;font-weight:700;margin-bottom:.5rem}.newsletter p{color:#94a3b8}.newsletter-form{display:flex;flex-direction:column;gap:.75rem}@media (min-width:640px){.newsletter-form{flex-direction:row}}.newsletter-form input{flex:1;border-radius:12px;background:#1e293b;border:1px solid #334155;padding:.75rem 1rem;color:#fff;transition:border-color .2s,box-shadow .2s}.newsletter-form input:focus{outline:0;border-color:#fb923c;box-shadow:0 0 0 2px rgba(251,146,60,.2)}.newsletter-form input::placeholder{color:#64748b}.newsletter-form button{border-radius:12px;background:var(--primary);color:#fff;padding:.75rem 1.5rem;font-weight:600;border:none;cursor:pointer;transition:background .2s;white-space:nowrap}.newsletter-form button:hover{background:var(--primary-hover)}.footer-main{padding:3rem 0}.footer-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}@media (min-width:768px){.footer-grid{grid-template-columns:repeat(3,1fr)}}@media (min-width:1024px){.footer-grid{grid-template-columns:repeat(6,1fr)}}.footer-brand{grid-column:span 2}.footer-logo-wrap{display:flex;align-items:center;gap:.75rem;margin-bottom:1.5rem}.footer-logo-wrap img{height:4rem;width:auto;filter:drop-shadow(0 0 1px rgba(255,255,255,.5)) drop-shadow(0 0 2px rgba(255,255,255,.3))}.footer-logo-text h3{font-size:1.25rem;font-weight:700}.footer-logo-text span{font-size:.625rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:#64748b}.footer-contact{display:flex;flex-direction:column;gap:.75rem}.footer-contact a,.footer-contact div{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:#94a3b8;transition:color .2s}.footer-contact a:hover{color:#fb923c}.footer-contact svg{width:1rem;height:1rem;flex-shrink:0}.footer-col h4{font-weight:700;color:#fff;margin-bottom:1rem}.footer-col ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.5rem}.footer-col a{font-size:.875rem;color:#94a3b8;transition:color .2s}.footer-col a:hover{color:#fb923c}.footer-bank{border-top:1px solid #1e293b;padding:1.5rem 0}.bank-inner{display:flex;flex-direction:column;gap:1.5rem;align-items:center;justify-content:space-between}@media (min-width:768px){.bank-inner{flex-direction:row}}.bank-info h4{font-weight:700;font-size:.875rem;display:flex;align-items:center;gap:.5rem;margin-bottom:.75rem}.bank-info h4 svg{width:1rem;height:1rem;color:#fb923c}.bank-details{display:flex;flex-wrap:wrap;gap:.25rem 1.5rem;font-size:.75rem;color:#94a3b8}.bank-details span span{color:#64748b}.bank-qr{display:flex;flex-direction:column;align-items:center;flex-shrink:0}.bank-qr p{font-size:.75rem;color:#64748b;margin-bottom:.5rem;text-align:center}.bank-qr img{width:10rem;height:10rem;border-radius:12px;object-fit:contain;background:#fff;padding:.25rem}.footer-bottom{border-top:1px solid #1e293b;padding:1.5rem 0}.footer-bottom-inner{display:flex;flex-direction:column;align-items:center;justify-content:space-between;gap:1rem}@media (min-width:768px){.footer-bottom-inner{flex-direction:row}}.footer-legal{display:flex;flex-wrap:wrap;align-items:center;gap:1rem;font-size:.875rem;color:#64748b}.footer-legal a:hover{color:#cbd5e1}.footer-legal .sep{display:none}@media (min-width:768px){.footer-legal .sep{display:inline}}.footer-social{display:flex;gap:1rem}.footer-social a{width:2.5rem;height:2.5rem;border-radius:9999px;background:#1e293b;display:flex;align-items:center;justify-content:center;color:#94a3b8;transition:background .2s,color .2s}.footer-social a:hover{background:var(--primary);color:#fff}.footer-social svg{width:1.25rem;height:1.25rem}.section-header{text-align:center;margin-bottom:3rem}.section-header h2{font-size:1.875rem;font-weight:700;color:#111827;margin-bottom:1rem}@media (min-width:768px){.section-header h2{font-size:2.25rem}}.section-header p{font-size:1.125rem;color:#475569;max-width:36rem;margin:0 auto}.header-with-link{display:flex;align-items:center;justify-content:space-between;margin-bottom:2rem}.header-with-link h2{margin-bottom:0}.view-all{display:none;align-items:center;gap:.5rem;font-weight:600;color:var(--primary);text-decoration:none;transition:color .2s}.view-all:hover{color:var(--primary-hover)}@media (min-width:640px){.view-all{display:inline-flex}}.view-all-mobile{text-align:center;margin-top:1.5rem}@media (min-width:640px){.view-all-mobile{display:none}}.view-all-mobile a{display:inline-flex;align-items:center;gap:.5rem;font-weight:600;color:var(--primary);text-decoration:none}.mission-grid{display:grid;gap:3rem;align-items:center}@media (min-width:1024px){.mission-grid{grid-template-columns:1fr 1fr}}.mission-image{position:relative}.mission-image img{border-radius:16px;box-shadow:0 20px 25px -5px rgba(0,0,0,.1);width:100%}.mission-badge{position:absolute;bottom:-1.5rem;right:-1.5rem;background:var(--primary);color:#fff;padding:1.5rem;border-radius:12px;box-shadow:0 10px 15px -3px rgba(0,0,0,.1);display:none}@media (min-width:768px){.mission-badge{display:block}}.mission-badge .big{font-size:2.25rem;font-weight:700}.mission-badge .small{font-size:.875rem}.mission-text h2{font-size:1.875rem;font-weight:700;color:#111827;margin-bottom:1.5rem}@media (min-width:768px){.mission-text h2{font-size:2.25rem}}.mission-text p{font-size:1.125rem;color:#475569;margin-bottom:1.5rem}.mission-stats{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;margin-bottom:2rem}.mission-stat-num{font-size:1.875rem;font-weight:700;color:var(--primary)}.mission-stat-label{color:#475569}.zakat-grid{display:grid;gap:3rem;align-items:center}@media (min-width:1024px){.zakat-grid{grid-template-columns:1fr 1fr}}.zakat-text h2{font-size:1.875rem;font-weight:700;color:#111827;margin-bottom:1rem}@media (min-width:768px){.zakat-text h2{font-size:2.25rem}}.zakat-text p{font-size:1.25rem;color:#475569;margin-bottom:1.5rem}.zakat-features{display:flex;flex-direction:column;gap:.75rem;color:#334155}.zakat-features li{display:flex;align-items:center;gap:.5rem}.zakat-dot{width:.5rem;height:.5rem;border-radius:9999px;background:var(--primary);flex-shrink:0}.cta-section{position:relative;border-radius:16px;overflow:hidden;padding:2rem;text-align:center;color:#fff}@media (min-width:768px){.cta-section{padding:4rem}}.cta-overlay{position:absolute;inset:0;background:rgba(249,115,22,.9)}.cta-content{position:relative;z-index:10}.cta-content h2{font-size:1.875rem;font-weight:700;margin-bottom:1rem}@media (min-width:768px){.cta-content h2{font-size:2.25rem}}.cta-content p{font-size:1.25rem;opacity:.9;margin-bottom:2rem;max-width:36rem;margin-left:auto;margin-right:auto}.islamic-grid{display:grid;gap:1.5rem}@media (min-width:768px){.islamic-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.islamic-grid{grid-template-columns:repeat(3,1fr)}}.islamic-card{background:#f3f4f6;border-radius:16px;padding:1.5rem;transition:box-shadow .3s;display:block;color:inherit;text-decoration:none}.islamic-card:hover{box-shadow:0 20px 25px -5px rgba(0,0,0,.1)}.islamic-card-icon{width:3.5rem;height:3.5rem;border-radius:.75rem;display:flex;align-items:center;justify-content:center;margin-bottom:1rem;transition:transform .2s}.islamic-card:hover .islamic-card-icon{transform:scale(1.1)}.islamic-card h3{font-size:1.25rem;font-weight:700;color:#111827;margin-bottom:.5rem}.islamic-card p{color:#475569;margin-bottom:1rem}.islamic-card .learn-more{display:inline-flex;align-items:center;gap:.25rem;font-weight:600;color:var(--primary);transition:gap .2s}.islamic-card:hover .learn-more{gap:.5rem}@media (max-width:639px){.hide-mobile{display:none!important}}@media (min-width:640px){.hide-desktop{display:none!important}}@media (min-width:1024px){.hide-desktop{display:none!important}}.block{display:block}.inline-block{display:inline-block}.inline-flex{display:inline-flex}.flex{display:flex}.flex-wrap{flex-wrap:wrap}.flex-shrink-0{flex-shrink:0}.grid{display:grid}.hidden{display:none}.relative{position:relative}.absolute{position:absolute}.inset-0{inset:0}.sticky{position:sticky}.left-3{left:.75rem}.top-1\/2{top:50%}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.overflow-hidden{overflow:hidden}.w-full{width:100%}.w-4{width:1rem}.w-5{width:1.25rem}.w-14{width:3.5rem}.h-4{height:1rem}.h-5{height:1.25rem}.h-14{height:3.5rem}.h-48{height:12rem}.h-full{height:100%}.h-\[300px\]{height:300px}.max-w-md{max-width:28rem}.max-w-2xl{max-width:42rem}.max-w-3xl{max-width:48rem}.max-w-7xl{max-width:80rem}.max-w-none{max-width:none}.object-cover{object-fit:cover}.mx-auto{margin-left:auto;margin-right:auto}.mt-6{margin-top:1.5rem}.mt-8{margin-top:2rem}.mt-12{margin-top:3rem}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.p-5{padding:1.25rem}.px-2{padding-left:.5rem;padding-right:.5rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-4{padding-left:1rem;padding-right:1rem}.py-1{padding-top:.25rem;padding-bottom:.25rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.py-8{padding-top:2rem;padding-bottom:2rem}.py-12{padding-top:3rem;padding-bottom:3rem}.py-16{padding-top:4rem;padding-bottom:4rem}.pt-8{padding-top:2rem}.pl-10{padding-left:2.5rem}.pr-10{padding-right:2.5rem}.gap-1{gap:.25rem}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-6{gap:1.5rem}.space-y-2>*+*{margin-top:.5rem}.space-y-6>*+*{margin-top:1.5rem}.text-left{text-align:left}.text-center{text-align:center}.text-right{text-align:right}.text-xl{font-size:1.25rem;line-height:1.75rem}.text-2xl{font-size:1.5rem;line-height:1.33}.text-4xl{font-size:2.25rem;line-height:1.1}.font-medium{font-weight:500}.text-white\/50{color:rgba(255,255,255,.5)}.text-white\/80{color:rgba(255,255,255,.8)}.text-white\/90{color:rgba(255,255,255,.9)}.bg-white{background-color:#fff}.bg-slate-50{background-color:#f8fafc}.bg-slate-100{background-color:#f1f5f9}.bg-orange-100{background-color:#ffedd5}.bg-orange-600{background-color:#ea580c}.bg-white\/20{background-color:rgba(255,255,255,.2)}.bg-black\/40{background-color:rgba(0,0,0,.4)}.bg-gradient-to-br{background-image:linear-gradient(to bottom right,var(--tw-gradient-from),var(--tw-gradient-to))}.from-orange-600{--tw-gradient-from:#EA580C;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.to-orange-700{--tw-gradient-to:#C2410C}.opacity-30{opacity:.3}.border{border-width:1px;border-style:solid}.border-0{border-width:0}.border-b{border-bottom-width:1px;border-bottom-style:solid}.border-t{border-top-width:1px;border-top-style:solid}.border-slate-200{border-color:#e2e8f0}.rounded-lg{border-radius:.5rem}.rounded-xl{border-radius:.75rem}.rounded-2xl{border-radius:1rem}.rounded-full{border-radius:9999px}.shadow-lg{box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -4px rgba(0,0,0,.1)}.hover\:shadow-xl:hover{box-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 8px 10px -6px rgba(0,0,0,.1)}.transition-colors{transition-property:color,background-color,border-color;transition-timing-function:cubic-bezier(0.4,0,0.2,1);transition-duration:150ms}.transition-shadow{transition-property:box-shadow;transition-timing-function:cubic-bezier(0.4,0,0.2,1);transition-duration:150ms}.transition-transform{transition-property:transform;transition-timing-function:cubic-bezier(0.4,0,0.2,1);transition-duration:150ms}.duration-300{transition-duration:.3s}.-translate-y-1\/2{transform:translateY(-50%)}.group-hover\:scale-105:hover{transform:scale(1.05)}.hover\:text-orange-600:hover{color:#ea580c}.hover\:text-orange-700:hover{color:#c2410c}.hover\:bg-slate-200:hover{background-color:#e2e8f0}.hover\:bg-orange-100:hover{background-color:#ffedd5}.group-hover\:text-orange-600:hover{color:#ea580c}.focus\:ring-2:focus{--tw-ring-offset-shadow:0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);box-shadow:var(--tw-ring-offset-shadow),0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color),var(--tw-shadow,0 0 transparent)}.focus\:ring-orange-300:focus{--tw-ring-color:#FDBA74;--tw-ring-opacity:1}.line-clamp-2{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}.prose{max-width:65ch;color:#475569;line-height:1.75}.prose.max-w-none{max-width:none}.prose-lg{font-size:1.125rem;line-height:1.777}.prose p{margin-top:1.25em;margin-bottom:1.25em}.prose a{color:#ea580c;text-decoration:underline}.prose a:hover{color:#c2410c}.prose h1,.prose h2,.prose h3,.prose h4{color:#111827;font-weight:700;margin-top:2em;margin-bottom:1em}.prose h1{font-size:2.25rem}.prose h2{font-size:1.5rem}.prose h3{font-size:1.25rem}.prose img{border-radius:.75rem;margin-top:2em;margin-bottom:2em}.prose ol,.prose ul{padding-left:1.5em;margin-top:1.25em;margin-bottom:1.25em}.prose li{margin-top:.5em;margin-bottom:.5em}.prose blockquote{border-left:4px solid #e2e8f0;padding-left:1em;color:#64748b;font-style:italic}.prose-headings\:text-slate-900 h1,.prose-headings\:text-slate-900 h2,.prose-headings\:text-slate-900 h3,.prose-headings\:text-slate-900 h4{color:#111827}.prose-p\:text-slate-600 p{color:#475569}.prose-a\:text-orange-600 a{color:#ea580c}@media (min-width:640px){.sm\:px-6{padding-left:1.5rem;padding-right:1.5rem}.sm\:grid-cols-2{grid-template-columns:repeat(2,1fr)}}@media (min-width:768px){.md\:py-12{padding-top:3rem;padding-bottom:3rem}.md\:py-16{padding-top:4rem;padding-bottom:4rem}.md\:text-5xl{font-size:3rem;line-height:1.1}.md\:h-\[400px\]{height:400px}}@media (min-width:1024px){.lg\:px-8{padding-left:2rem;padding-right:2rem}.lg\:grid{display:grid}.lg\:grid-cols-3{grid-template-columns:repeat(3,1fr)}.lg\:col-span-1{grid-column:span 1}.lg\:col-span-2{grid-column:span 2}.lg\:gap-10{gap:2.5rem}.lg\:sticky{position:sticky}.lg\:top-24{top:6rem}.lg\:mt-0{margin-top:0}}