*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,sans-serif;line-height:1.6;color:#fff;background:#000;overflow-x:hidden}.container{max-width:1200px;margin:0 auto;padding:0 20px}.navbar{position:fixed;top:0;width:100%;background:#000000f2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:1000;transition:all .3s ease;border-bottom:2px solid #FFD700}.nav-container{max-width:1200px;margin:0 auto;padding:0 20px;display:flex;justify-content:space-between;align-items:center;height:70px}.nav-brand{display:flex;align-items:center;font-size:1.5rem;font-weight:700;color:gold;cursor:pointer;transition:color .3s ease}.nav-brand:hover{color:orange}.nav-brand a{color:inherit!important;text-decoration:none!important}.nav-brand a:hover{color:inherit!important}.nav-brand i{margin-right:10px;font-size:1.8rem}.nav-links{display:flex;list-style:none;gap:2rem}.nav-links a{text-decoration:none;color:#fff;font-weight:500;transition:color .3s ease;position:relative}.nav-links a:hover{color:gold}.nav-links a:after{content:"";position:absolute;width:0;height:2px;bottom:-5px;left:0;background-color:gold;transition:width .3s ease}.nav-links a:hover:after{width:100%}.nav-toggle{display:none;flex-direction:column;cursor:pointer}.nav-toggle span{width:25px;height:3px;background:gold;margin:3px 0;transition:.3s}.hero{position:relative;height:100vh;display:flex;align-items:center;justify-content:center;text-align:center;color:#fff;overflow:hidden}.hero-background{position:absolute;top:0;left:0;width:100%;height:100%;z-index:-2}.hero-image{width:100%;height:100%;object-fit:cover}.hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#000c,#ffd7004d);z-index:-1}.hero-content{max-width:800px;padding:0 20px;z-index:1}.hero-title{font-size:3.5rem;font-weight:700;margin-bottom:1.5rem;line-height:1.2;text-shadow:2px 2px 4px rgba(0,0,0,.3);color:gold}.hero-subtitle{font-size:1.25rem;margin-bottom:2.5rem;opacity:.95;line-height:1.6;color:#fff}.hero-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.hero-stats{position:absolute;bottom:50px;left:50%;transform:translate(-50%);display:flex;gap:3rem;background:#000c;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:2rem 3rem;border-radius:15px;border:2px solid #FFD700}.stat{text-align:center}.stat-number{display:block;font-size:2rem;font-weight:700;margin-bottom:.5rem;color:gold}.stat-label{font-size:.9rem;opacity:.9;color:#fff}.btn{display:inline-block;padding:12px 30px;border:none;border-radius:50px;font-size:1rem;font-weight:600;text-decoration:none;cursor:pointer;transition:all .3s ease;text-align:center}.btn-primary{background:linear-gradient(135deg,gold,orange);color:#000;box-shadow:0 4px 15px #ffd70066}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 25px #ffd70099}.btn-secondary{background:transparent;color:gold;border:2px solid #FFD700}.btn-secondary:hover{background:gold;color:#000;transform:translateY(-2px)}.btn-outline{background:transparent;color:gold;border:2px solid #FFD700}.btn-outline:hover{background:gold;color:#000;transform:translateY(-2px)}.about{padding:100px 0;background:#111}.about-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.about-text h2{font-size:2.5rem;font-weight:700;margin-bottom:1.5rem;color:gold}.about-text p{font-size:1.1rem;color:#ccc;margin-bottom:2rem;line-height:1.7}.about-features{display:flex;flex-direction:column;gap:1.5rem}.feature{display:flex;align-items:flex-start;gap:1rem}.feature i{font-size:1.5rem;color:gold;margin-top:.25rem}.feature h4{font-size:1.1rem;font-weight:600;margin-bottom:.5rem;color:gold}.feature p{color:#ccc;margin:0}.about-image{position:relative}.about-image img{width:100%;height:500px;object-fit:cover;border-radius:20px;box-shadow:0 20px 40px #ffd70033;border:2px solid #FFD700}.section-header{text-align:center;margin-bottom:4rem}.section-header h2{font-size:2.5rem;font-weight:700;margin-bottom:1rem;color:gold}.section-header p{font-size:1.1rem;color:#ccc;max-width:600px;margin:0 auto}.ministries{padding:100px 0;background:#000}.ministries-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.ministry-card{background:#111;border-radius:20px;overflow:hidden;box-shadow:0 10px 30px #ffd70033;transition:all .3s ease;border:2px solid #FFD700}.ministry-card:hover{transform:translateY(-10px);box-shadow:0 20px 40px #ffd70066}.ministry-image{height:250px;overflow:hidden}.ministry-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.ministry-card:hover .ministry-image img{transform:scale(1.05)}.ministry-content{padding:2rem}.ministry-content h3{font-size:1.5rem;font-weight:600;margin-bottom:1rem;color:gold}.ministry-content p{color:#ccc;margin-bottom:1.5rem;line-height:1.6}.ministry-link{color:gold;text-decoration:none;font-weight:600;display:inline-flex;align-items:center;gap:.5rem;transition:gap .3s ease}.ministry-link:hover{gap:1rem}.services{padding:100px 0;background:#111}.ministry-categories{margin-bottom:4rem}.category-nav{display:flex;justify-content:center;gap:1rem;flex-wrap:wrap;margin-bottom:3rem}.category-tab{display:flex;align-items:center;gap:.5rem;padding:1rem 2rem;background:#000;color:#ccc;border:2px solid #FFD700;border-radius:50px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;text-decoration:none}.category-tab:hover{background:#ffd7001a;color:gold;transform:translateY(-2px)}.category-tab.active{background:linear-gradient(135deg,gold,orange);color:#000;box-shadow:0 8px 25px #ffd70066}.category-tab i{font-size:1.2rem}.category-content{display:none}.category-content.active{display:block;animation:fadeInUp .6s ease}.category-hero{text-align:center;margin-bottom:4rem;padding:3rem;background:linear-gradient(135deg,#000,#333);border-radius:20px;border:2px solid #FFD700}.category-hero h3{font-size:2.5rem;font-weight:700;margin-bottom:1rem;color:gold}.category-hero p{font-size:1.2rem;color:#ccc;max-width:600px;margin:0 auto}.ministry-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem;margin-bottom:4rem}.ministry-card{background:#000;border-radius:20px;padding:2.5rem;text-align:center;box-shadow:0 15px 35px #ffd7004d;transition:all .3s ease;border:2px solid #FFD700;position:relative;overflow:hidden}.ministry-card.premium{border-top:4px solid #FFD700}.ministry-card:hover{transform:translateY(-10px);box-shadow:0 25px 50px #ffd70080}.ministry-card:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,215,0,.15),transparent);transition:left .5s ease}.ministry-card:hover:before{left:100%}.ministry-icon{width:90px;height:90px;background:linear-gradient(135deg,gold,orange);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;position:relative;z-index:1;box-shadow:0 10px 30px #ffd7004d}.ministry-icon i{font-size:2.2rem;color:#000}.ministry-card h4{font-size:1.5rem;font-weight:700;margin-bottom:1rem;color:gold;position:relative;z-index:1}.ministry-card>p{font-size:1.1rem;color:#ccc;line-height:1.7;margin-bottom:1.5rem;position:relative;z-index:1}.ministry-features{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center;margin-bottom:2rem;position:relative;z-index:1}.ministry-features span{display:flex;align-items:center;gap:.5rem;background:#ffd70033;color:gold;padding:.25rem .75rem;border-radius:15px;font-size:.85rem;font-weight:600}.ministry-features i{color:gold;font-size:.75rem}.ministry-card .btn{position:relative;z-index:1;font-weight:600;padding:.75rem 1.5rem;border-radius:50px;transition:all .3s ease;width:100%;max-width:200px}.ministry-card .btn i{margin-right:.5rem}.featured-partnership{margin-top:6rem;padding:4rem 0;background:linear-gradient(135deg,#000,#333);border-radius:20px;border:2px solid #FFD700}.partnership-content{display:grid;grid-template-columns:2fr 1fr;gap:4rem;align-items:center;padding:0 3rem}.partnership-text h3{font-size:2.5rem;font-weight:700;margin-bottom:1rem;color:gold}.partnership-text p{font-size:1.2rem;color:#ccc;line-height:1.7;margin-bottom:2rem}.partnership-stats{display:flex;gap:3rem;margin-top:2rem}.partnership-stats .stat{text-align:center}.partnership-stats .stat-number{display:block;font-size:2rem;font-weight:700;color:gold;margin-bottom:.5rem}.partnership-stats .stat-label{font-size:.9rem;color:#ccc}.partnership-image{position:relative}.partnership-image img{width:100%;height:300px;object-fit:cover;border-radius:15px;box-shadow:0 20px 40px #ffd7004d;border:2px solid #FFD700}.counseling-team{margin-bottom:3rem}.counseling-team h4{font-size:2rem;font-weight:700;text-align:center;margin-bottom:2rem;color:gold}.team-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.counselor-card{background:#000;border-radius:20px;padding:2rem;box-shadow:0 10px 30px #ffd70033;text-align:center;transition:all .3s ease;border:2px solid #FFD700}.counselor-card:hover{transform:translateY(-10px);box-shadow:0 20px 40px #ffd70066}.counselor-card img{width:120px;height:120px;border-radius:50%;object-fit:cover;margin-bottom:1.5rem;border:4px solid #FFD700}.counselor-info h5{font-size:1.3rem;font-weight:600;color:gold;margin-bottom:.5rem}.counselor-info .title{color:orange;font-weight:600;font-size:.9rem;display:block;margin-bottom:1rem}.specialties{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center;margin-bottom:1rem}.specialty{background:#ffd70033;color:gold;padding:.25rem .75rem;border-radius:15px;font-size:.8rem;font-weight:600}.counselor-info p{color:#ccc;line-height:1.6;margin-bottom:1.5rem;font-size:.9rem}.counseling-services,.homeless-programs,.foodbank-services{margin-bottom:3rem}.counseling-services h4,.homeless-programs h4,.foodbank-services h4{font-size:2rem;font-weight:700;text-align:center;margin-bottom:2rem;color:gold}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.service-item{background:#000;padding:2rem;border-radius:20px;box-shadow:0 10px 30px #ffd70033;transition:all .3s ease;border:2px solid #FFD700}.service-item:hover{transform:translateY(-5px);box-shadow:0 15px 35px #ffd70066}.service-item i{font-size:2.5rem;color:gold;margin-bottom:1rem}.service-item h5{font-size:1.3rem;font-weight:600;color:gold;margin-bottom:1rem}.service-item>p{color:#ccc;line-height:1.6;margin-bottom:1.5rem}.service-item ul{list-style:none;padding:0;margin-bottom:1.5rem}.service-item li{color:#ccc;margin-bottom:.5rem;padding-left:1rem;position:relative}.service-item li:before{content:"✓";position:absolute;left:0;color:gold;font-weight:700}.service-details{background:#ffd7001a;padding:1.5rem;border-radius:15px;margin:1rem 0}.service-details p{margin-bottom:.5rem;font-size:.9rem;color:#ccc}.service-details strong{color:gold}.programs-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem}.program-card{background:#000;padding:2.5rem;border-radius:20px;box-shadow:0 10px 30px #ffd70033;text-align:center;transition:all .3s ease;border:2px solid #FFD700;border-top:4px solid #FFD700}.program-card:hover{transform:translateY(-10px);box-shadow:0 20px 40px #ffd70066}.program-card i{font-size:3rem;color:gold;margin-bottom:1.5rem}.program-card h5{font-size:1.4rem;font-weight:600;margin-bottom:1rem;color:gold}.program-card>p{color:#ccc;line-height:1.6;margin-bottom:1.5rem}.program-details{text-align:left;background:#ffd7001a;padding:1.5rem;border-radius:15px;margin:1.5rem 0}.program-details ul{list-style:none;padding:0}.program-details li{color:#ccc;margin-bottom:.5rem;font-size:.9rem}.volunteer-opportunities{margin-bottom:3rem}.volunteer-opportunities h4{font-size:2rem;font-weight:700;text-align:center;margin-bottom:2rem;color:gold}.volunteer-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem}.volunteer-card{background:#000;padding:2rem;border-radius:20px;text-align:center;box-shadow:0 10px 30px #ffd70033;transition:all .3s ease;border:2px solid #FFD700;border-top:4px solid #FFD700}.volunteer-card:hover{transform:translateY(-5px);box-shadow:0 15px 35px #ffd70066}.volunteer-card i{font-size:2rem;color:gold;margin-bottom:1rem}.volunteer-card h5{font-size:1.2rem;font-weight:600;color:gold;margin-bottom:.5rem}.volunteer-card p{color:#ccc;font-size:.9rem;line-height:1.5;margin-bottom:1.5rem}.volunteer-details{background:#ffd7001a;padding:1rem;border-radius:10px;margin:1rem 0;text-align:left}.volunteer-details p{color:#ccc;margin-bottom:.5rem;font-size:.85rem}.counseling-contact,.homeless-contact,.foodbank-contact{margin-top:3rem}.contact-card{background:linear-gradient(135deg,#000,#333);color:#fff;padding:3rem;border-radius:20px;text-align:center;box-shadow:0 20px 40px #ffd7004d;border:2px solid #FFD700}.contact-card h4{font-size:2rem;font-weight:700;margin-bottom:1rem;color:gold}.contact-card>p{font-size:1.1rem;margin-bottom:2rem;opacity:.9}.contact-options{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;margin-bottom:2rem}.contact-options .btn-primary{background:gold;color:#000}.contact-options .btn-primary:hover{background:orange;transform:translateY(-2px)}.contact-options .btn-outline{background:transparent;color:gold;border:2px solid #FFD700}.contact-options .btn-outline:hover{background:#ffd70033;transform:translateY(-2px)}.contact-options .btn-secondary{background:#ffd70033;color:gold;border:2px solid rgba(255,215,0,.5)}.contact-options .btn-secondary:hover{background:#ffd7004d;transform:translateY(-2px)}.insurance-info,.eligibility-info{display:flex;flex-direction:column;gap:.5rem;opacity:.9}.insurance-info p,.eligibility-info p{display:flex;align-items:center;gap:.5rem;font-size:.9rem;margin:0}.insurance-info i,.eligibility-info i{color:gold}.donation-needs{margin-bottom:3rem}.donation-needs h4{font-size:2rem;font-weight:700;text-align:center;margin-bottom:2rem;color:gold}.needs-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.need-category{background:#000;padding:2rem;border-radius:20px;box-shadow:0 10px 30px #ffd70033;border:2px solid #FFD700}.need-category.urgent{border-top:4px solid #FF6B6B}.need-category.high{border-top:4px solid #FFD700}.need-category.ongoing{border-top:4px solid #FFA500}.need-category h5{font-size:1.2rem;font-weight:600;margin-bottom:1rem;display:flex;align-items:center;gap:.5rem}.need-category.urgent h5{color:#ff6b6b}.need-category.high h5{color:gold}.need-category.ongoing h5{color:orange}.need-category ul{list-style:none;padding:0}.need-category li{color:#ccc;margin-bottom:.5rem;padding-left:1rem;position:relative}.need-category.urgent li:before{content:"!";position:absolute;left:0;color:#ff6b6b;font-weight:700}.need-category.high li:before{content:"↑";position:absolute;left:0;color:gold;font-weight:700}.need-category.ongoing li:before{content:"○";position:absolute;left:0;color:orange;font-weight:700}.community-chat{padding:100px 0;background:#111}.community-header{text-align:center;margin-bottom:4rem}.community-header h2{font-size:2.5rem;font-weight:700;margin-bottom:1rem;color:gold}.community-header p{font-size:1.2rem;color:#ccc}.chat-container{display:grid;grid-template-columns:300px 1fr;gap:2rem;background:#000;border-radius:20px;overflow:hidden;box-shadow:0 20px 40px #ffd7001a;border:2px solid #FFD700;height:600px;margin-bottom:4rem}.chat-sidebar{background:#111;padding:2rem;overflow-y:auto;border-right:2px solid #FFD700}.chat-sidebar h3{color:gold;font-size:1.2rem;font-weight:600;margin-bottom:1.5rem;padding-bottom:.5rem;border-bottom:1px solid rgba(255,215,0,.3)}.group-list{margin-bottom:2rem}.chat-group{display:flex;align-items:center;gap:1rem;padding:1rem;border-radius:15px;cursor:pointer;transition:all .3s ease;margin-bottom:.5rem;position:relative}.chat-group:hover{background:#ffd7001a}.chat-group.active{background:#ffd70033;border:1px solid rgba(255,215,0,.5)}.chat-group i{font-size:1.2rem;color:gold;width:20px}.group-info h4{color:#fff;font-size:.9rem;font-weight:600;margin-bottom:.25rem}.member-count{color:#ccc;font-size:.8rem}.online-indicator{width:8px;height:8px;background:#4ade80;border-radius:50%;position:absolute;top:8px;right:8px}.member-list{display:flex;flex-direction:column;gap:1rem}.member{display:flex;align-items:center;gap:.75rem;position:relative}.member-avatar{width:35px;height:35px;border-radius:50%;overflow:hidden;border:2px solid #FFD700}.member-avatar img{width:100%;height:100%;object-fit:cover}.member-info{flex:1}.member-name{color:#fff;font-size:.9rem;font-weight:600;display:block}.member-status{color:#ccc;font-size:.8rem}.status-dot{width:8px;height:8px;border-radius:50%;position:absolute;top:0;right:0}.status-dot.online{background:#4ade80}.chat-main{display:flex;flex-direction:column;height:100%}.chat-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 2rem;border-bottom:2px solid #FFD700;background:#111}.room-info h3{color:gold;font-size:1.3rem;font-weight:600;margin-bottom:.25rem}.room-info span{color:#ccc;font-size:.9rem}.chat-messages{flex:1;padding:2rem;overflow-y:auto;display:flex;flex-direction:column;gap:1.5rem}.message{display:flex;gap:1rem;align-items:flex-start}.message-avatar{width:40px;height:40px;border-radius:50%;overflow:hidden;border:2px solid #FFD700;flex-shrink:0}.message-avatar img{width:100%;height:100%;object-fit:cover}.message-content{flex:1}.message-header{display:flex;align-items:center;gap:1rem;margin-bottom:.5rem}.message-author{color:gold;font-weight:600;font-size:.9rem}.message-time{color:#999;font-size:.8rem}.message-text{color:#ccc;line-height:1.6;font-size:.95rem}.chat-input-area{padding:1.5rem 2rem;border-top:2px solid #FFD700;background:#111}.chat-input-container{display:flex;gap:1rem;margin-bottom:.5rem}#chat-input{flex:1;padding:1rem;border:2px solid #FFD700;border-radius:25px;background:#000;color:#fff;font-size:.9rem;transition:border-color .3s ease}#chat-input:focus{outline:none;border-color:gold}#chat-input:disabled{opacity:.5;cursor:not-allowed}#send-message{padding:1rem 1.5rem;border-radius:25px;background:linear-gradient(135deg,gold,orange);border:none;color:#000;font-weight:600;cursor:pointer;transition:all .3s ease}#send-message:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 25px #ffd70066}#send-message:disabled{opacity:.5;cursor:not-allowed}.chat-guidelines{text-align:center}.chat-guidelines small{color:#999;font-size:.8rem}.community-features{margin-bottom:4rem}.feature-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem}.feature-card{background:#000;padding:2.5rem;border-radius:20px;box-shadow:0 10px 30px #ffd7001a;text-align:center;transition:transform .3s ease;border:2px solid #FFD700}.feature-card:hover{transform:translateY(-10px)}.feature-card i{font-size:3rem;color:gold;margin-bottom:1.5rem}.feature-card h3{font-size:1.5rem;font-weight:600;margin-bottom:1rem;color:gold}.feature-card p{color:#ccc;line-height:1.7;margin-bottom:1.5rem}.feature-stats{display:flex;justify-content:center;gap:2rem;flex-wrap:wrap}.feature-stats span{display:flex;align-items:center;gap:.5rem;color:#ccc;font-size:.9rem}.feature-stats i{color:gold;font-size:1rem}.community-guidelines{margin-bottom:2rem}.guidelines-card{background:#000;padding:3rem;border-radius:20px;box-shadow:0 10px 30px #ffd7001a;border:2px solid #FFD700}.guidelines-card h3{font-size:2rem;font-weight:700;text-align:center;margin-bottom:2rem;color:gold}.guidelines-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.guideline{display:flex;align-items:flex-start;gap:1rem}.guideline i{font-size:1.5rem;color:gold;margin-top:.25rem}.guideline h4{font-size:1.1rem;font-weight:600;margin-bottom:.5rem;color:gold}.guideline p{color:#ccc;line-height:1.6;margin:0}.recovery{padding:100px 0;background:linear-gradient(135deg,#111,#000)}.recovery-header{text-align:center;margin-bottom:4rem}.recovery-header h2{font-size:2.5rem;font-weight:700;margin-bottom:1rem;color:gold}.recovery-header p{font-size:1.2rem;color:#ccc;max-width:600px;margin:0 auto}.serenity-prayer-section{margin-bottom:4rem;display:flex;justify-content:center}.serenity-card{background:linear-gradient(135deg,#000,#333);color:#fff;padding:3rem;border-radius:20px;box-shadow:0 20px 40px #ffd7004d;max-width:600px;text-align:center;position:relative;overflow:hidden;border:2px solid #FFD700}.serenity-card:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(255,215,0,.1) 0%,transparent 70%);animation:shimmer 3s ease-in-out infinite}@keyframes shimmer{0%,to{transform:rotate(0)}50%{transform:rotate(180deg)}}.serenity-card h3{font-size:2rem;font-weight:700;margin-bottom:2rem;position:relative;z-index:1;color:gold}.prayer-text{font-size:1.1rem;line-height:1.8;position:relative;z-index:1}.prayer-text p{margin-bottom:.5rem}.prayer-text strong{font-weight:700;font-size:1.2rem;color:gold}.recovery-content{display:grid;grid-template-columns:1fr 2fr;gap:4rem;margin-bottom:4rem;align-items:start}.recovery-info h3{font-size:2rem;font-weight:700;margin-bottom:1.5rem;color:gold}.recovery-info p{font-size:1.1rem;color:#ccc;line-height:1.7;margin-bottom:2rem}.recovery-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.stat-card{background:#000;padding:1.5rem;border-radius:15px;text-align:center;box-shadow:0 10px 30px #ffd70033;transition:transform .3s ease;border:2px solid #FFD700}.stat-card:hover{transform:translateY(-5px)}.stat-card i{font-size:2rem;color:gold;margin-bottom:1rem}.stat-card h4{font-size:1.8rem;font-weight:700;color:gold;margin-bottom:.5rem}.stat-card p{color:#ccc;font-size:.9rem;margin:0}.recovery-programs h3{font-size:2rem;font-weight:700;margin-bottom:2rem;color:gold}.recovery-testimonials{margin-bottom:4rem}.recovery-testimonials h3{font-size:2rem;font-weight:700;text-align:center;margin-bottom:3rem;color:gold}.testimonials-slider{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:2rem}.recovery-testimonial{background:#000;padding:2.5rem;border-radius:20px;box-shadow:0 10px 30px #ffd70033;border:2px solid #FFD700;border-left:5px solid #FFD700}.recovery-testimonial .testimonial-content p{font-size:1.1rem;line-height:1.7;color:#ccc;font-style:italic;margin-bottom:2rem}.recovery-testimonial .testimonial-author{display:flex;align-items:center;gap:1rem}.recovery-testimonial .testimonial-author img{width:60px;height:60px;border-radius:50%;object-fit:cover}.recovery-testimonial .testimonial-author h4{font-size:1.1rem;font-weight:600;color:gold;margin-bottom:.25rem}.recovery-testimonial .testimonial-author span{color:orange;font-size:.9rem;font-weight:600}.recovery-resources{margin-bottom:4rem}.recovery-resources h3{font-size:2rem;font-weight:700;text-align:center;margin-bottom:3rem;color:gold}.resources-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.resource-card{background:#000;padding:2rem;border-radius:20px;text-align:center;box-shadow:0 10px 30px #ffd70033;transition:all .3s ease;border:2px solid #FFD700;border-top:4px solid #FFD700}.resource-card.emergency{border-top-color:#ff6b6b;background:linear-gradient(135deg,#1a0000,#000)}.resource-card:hover{transform:translateY(-5px);box-shadow:0 15px 35px #ffd70066}.resource-card i{font-size:2rem;color:gold;margin-bottom:1rem}.resource-card.emergency i{color:#ff6b6b}.resource-card h4{font-size:1.3rem;font-weight:600;margin-bottom:.5rem;color:gold}.resource-card p{color:#ccc;margin-bottom:1.5rem}.resource-card .btn{margin-bottom:1rem}.resource-card small{color:#999;font-size:.85rem}.recovery-action{text-align:center}.action-card{background:linear-gradient(135deg,#000,#333);color:#fff;padding:3rem;border-radius:20px;box-shadow:0 20px 40px #ffd7004d;max-width:800px;margin:0 auto;border:2px solid #FFD700}.action-card h3{font-size:2rem;font-weight:700;margin-bottom:1rem;color:gold}.action-card p{font-size:1.1rem;margin-bottom:2rem;opacity:.9;line-height:1.7}.action-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;margin-bottom:2rem}.action-buttons .btn-primary{background:gold;color:#000}.action-buttons .btn-primary:hover{background:orange;transform:translateY(-2px)}.action-buttons .btn-secondary{background:transparent;color:gold;border:2px solid #FFD700}.action-buttons .btn-secondary:hover{background:#ffd70033;transform:translateY(-2px)}.confidential-note{display:flex;align-items:center;justify-content:center;gap:.5rem;opacity:.8;font-size:.9rem}.confidential-note i{color:gold}.jesus-journey{padding:100px 0;background:linear-gradient(135deg,#000,#111);color:#fff}.journey-header{text-align:center;margin-bottom:4rem}.journey-header h2{font-size:2.5rem;font-weight:700;margin-bottom:1rem;color:gold}.journey-header p{font-size:1.2rem;opacity:.9}.journey-steps{max-width:800px;margin:0 auto}.step-card{background:#ffd7001a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:2px solid #FFD700;border-radius:20px;padding:2.5rem;margin-bottom:2rem;display:none;text-align:center}.step-card.active{display:block;animation:fadeInUp .6s ease}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.step-number{display:inline-block;width:60px;height:60px;background:gold;color:#000;border-radius:50%;font-size:1.5rem;font-weight:700;line-height:60px;margin-bottom:1.5rem}.step-card h3{font-size:1.8rem;font-weight:600;margin-bottom:1rem;color:gold}.step-card>p{font-style:italic;font-size:1.1rem;margin-bottom:2rem;opacity:.9}.step-content p{font-size:1.1rem;line-height:1.7;margin-bottom:2rem}.prayer-box{background:#ffd7001a;border-radius:15px;padding:2rem;margin:2rem 0;text-align:left;border:2px solid #FFD700}.prayer-box h4{text-align:center;margin-bottom:1rem;font-size:1.3rem;color:gold}.prayer-text{font-size:1.1rem;line-height:1.8;font-style:italic}.celebration{text-align:center;margin-bottom:2rem}.celebration h4{font-size:1.5rem;margin-bottom:1rem;color:gold}.next-steps{text-align:left;list-style:none;padding:0;margin:1.5rem 0}.next-steps li{padding:.5rem 0;font-size:1.1rem}.contact-pastor{background:#ffd7001a;border-radius:15px;padding:2rem;margin-top:2rem;border:2px solid #FFD700}.contact-pastor h4{margin-bottom:1rem;font-size:1.3rem;color:gold}.contact-pastor .btn{margin:.5rem}.contact{padding:100px 0;background:#111}.contact-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start}.contact-info h2{font-size:2.5rem;font-weight:700;margin-bottom:1.5rem;color:gold}.contact-info p{font-size:1.1rem;color:#ccc;margin-bottom:2rem;line-height:1.7}.contact-details{display:flex;flex-direction:column;gap:2rem}.contact-item{display:flex;align-items:flex-start;gap:1rem}.contact-item i{font-size:1.5rem;color:gold;margin-top:.25rem}.contact-item h4{font-size:1.1rem;font-weight:600;margin-bottom:.5rem;color:gold}.contact-item p{color:#ccc;margin:0;line-height:1.5}.contact-form{background:#000;padding:2.5rem;border-radius:20px;box-shadow:0 10px 30px #ffd70033;border:2px solid #FFD700}.form-group{margin-bottom:1.5rem}.form-group input,.form-group textarea{width:100%;padding:1rem;border:2px solid #FFD700;border-radius:10px;font-size:1rem;transition:border-color .3s ease;font-family:inherit;background:#111;color:#fff}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:gold}.form-group textarea{resize:vertical;min-height:120px}.footer{background:#000;color:#fff;padding:60px 0 20px;border-top:2px solid #FFD700}.footer-content{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:3rem;margin-bottom:3rem}.footer-brand{display:flex;align-items:center;font-size:1.5rem;font-weight:700;margin-bottom:1rem;color:gold}.footer-brand i{margin-right:10px;font-size:1.8rem}.footer-section p{color:#ccc;line-height:1.6;margin-bottom:1.5rem}.footer-section h4{font-size:1.1rem;font-weight:600;margin-bottom:1rem;color:gold}.footer-section ul{list-style:none}.footer-section ul li{margin-bottom:.5rem}.footer-section ul li a{color:#ccc;text-decoration:none;transition:color .3s ease}.footer-section ul li a:hover{color:gold}.social-links{display:flex;gap:1rem}.social-links a{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:#111;color:#fff;border-radius:50%;text-decoration:none;transition:all .3s ease;border:2px solid #FFD700}.social-links a:hover{background:gold;color:#000;transform:translateY(-2px)}.footer-bottom{border-top:1px solid rgba(255,215,0,.3);padding-top:2rem;text-align:center;color:#ccc}.footer-bottom a{color:gold;text-decoration:none}.footer-bottom a:hover{text-decoration:underline}@media (max-width: 768px){.nav-links{display:none}.nav-toggle{display:flex}.hero-title{font-size:2.5rem}.hero-stats{flex-direction:column;gap:1rem;bottom:20px;padding:1.5rem}.about-content,.contact-content{grid-template-columns:1fr;gap:2rem}.ministries-grid,.services-grid,.programs-grid,.team-grid,.volunteer-grid,.needs-grid,.feature-grid,.resources-grid{grid-template-columns:1fr}.chat-container{grid-template-columns:1fr;height:auto}.chat-sidebar{border-right:none;border-bottom:2px solid #FFD700}.recovery-content{grid-template-columns:1fr;gap:2rem}.recovery-stats,.testimonials-slider{grid-template-columns:1fr}.action-buttons{flex-direction:column;align-items:center}.action-buttons .btn{width:250px}.footer-content{grid-template-columns:1fr;gap:2rem}}@media (max-width: 480px){.hero-title{font-size:2rem}.hero-subtitle{font-size:1rem}.section-header h2{font-size:2rem}.service-hero-content h3{font-size:1.8rem}.counseling-team h4,.counseling-services h4,.homeless-programs h4,.foodbank-services h4,.volunteer-opportunities h4,.donation-needs h4{font-size:1.5rem}.counselor-card,.service-item,.program-card,.volunteer-card,.need-category{padding:1.5rem}.contact-card{padding:2rem 1.5rem}.serenity-card{padding:2rem;margin:0 1rem}.serenity-card h3{font-size:1.5rem}.prayer-text{font-size:1rem}.action-card{padding:2rem 1.5rem}}
