:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;padding:0;min-width:320px;min-height:100vh}*{box-sizing:border-box}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}.navbar{position:fixed;top:0;width:100%;background:#fffffffa;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 2px 20px #0000001a;z-index:1000;transition:all .3s ease}.nav-container{max-width:1200px;margin:0 auto;padding:0 20px;display:flex;justify-content:space-between;align-items:center;height:70px}.nav-brand h2{font-family:Playfair Display,serif;color:#2c3e50;font-size:1.8rem;font-weight:700}.nav-links{display:flex;list-style:none;gap:2rem;align-items:center}.nav-links a{color:#34495e;text-decoration:none;font-weight:500;transition:color .3s ease;position:relative;padding:5px 0}.nav-links a:hover,.nav-links a.active{color:#e74c3c}.nav-links a:after{content:"";position:absolute;bottom:0;left:0;width:0;height:2px;background-color:#e74c3c;transition:width .3s ease}.nav-links a:hover:after,.nav-links a.active:after{width:100%}.mobile-menu-toggle{display:none;flex-direction:column;background:none;border:none;cursor:pointer;padding:5px}.mobile-menu-toggle span{width:25px;height:3px;background-color:#2c3e50;margin:3px 0;transition:.3s;border-radius:3px}.hero{height:100vh;position:relative;display:flex;align-items:center;justify-content:center;background-image:url(/clouds.jpg);background-size:cover;background-position:center;background-repeat:no-repeat;overflow:hidden}.hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#0006}.hero-content{position:relative;text-align:center;color:#fff;padding:0 20px;max-width:900px;animation:fadeInUp 1s ease}.hero-logo{width:1000px;height:auto;margin-bottom:-10rem;filter:drop-shadow(0 4px 6px rgba(0,0,0,.3));animation:fadeInUp .8s ease;max-width:90vw}.hero h1{font-family:Playfair Display,serif;font-size:3.5rem;margin-top:0;margin-bottom:1rem;font-weight:700;text-shadow:2px 2px 4px rgba(0,0,0,.5);position:relative;z-index:1}.hero-subtitle{font-size:1.3rem;margin-bottom:1.5rem;opacity:.95;text-shadow:1px 1px 2px rgba(0,0,0,.5)}.hero-verse{background:#ffffff26;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:1.5rem;border-radius:10px;margin:2rem auto;max-width:600px;border-left:4px solid rgba(255,255,255,.7);font-style:italic;text-shadow:1px 1px 2px rgba(0,0,0,.3)}.hero-verse cite{display:block;margin-top:.5rem;font-size:.9rem;opacity:.9}.hero-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.btn{padding:12px 30px;border:none;border-radius:30px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;text-transform:uppercase;letter-spacing:1px}.btn-primary{background:#e74c3c;color:#fff}.btn-primary:hover{background:#c0392b;transform:translateY(-2px);box-shadow:0 10px 20px #e74c3c4d}.btn-secondary{background:transparent;color:#fff;border:2px solid white}.btn-secondary:hover{background:#fff;color:#764ba2;transform:translateY(-2px)}.section{padding:80px 0}.container{max-width:1200px;margin:0 auto;padding:0 20px}.section-title{font-family:Playfair Display,serif;font-size:2.5rem;text-align:center;margin-bottom:3rem;color:#2c3e50;position:relative}.section-title:after{content:"";position:absolute;bottom:-10px;left:50%;transform:translate(-50%);width:60px;height:3px;background:#e74c3c}.about-section{background:#f8f9fa}.about-content{display:grid;grid-template-columns:1fr 1fr;gap:3rem}.about-text h3{color:#2c3e50;margin-bottom:1rem;font-size:1.5rem}.about-text p{color:#666;line-height:1.8;margin-bottom:1.5rem}.about-text blockquote{background:#fff;padding:1.5rem;border-left:4px solid #e74c3c;margin:2rem 0;border-radius:5px;box-shadow:0 2px 10px #0000000d}.about-text blockquote cite{display:block;text-align:right;margin-top:1rem;color:#999;font-size:.9rem}.values-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}.value-card{background:#fff;padding:1.5rem;border-radius:10px;box-shadow:0 5px 15px #00000014;transition:transform .3s ease,box-shadow .3s ease}.value-card:hover{transform:translateY(-5px);box-shadow:0 10px 25px #00000026}.value-card h4{color:#e74c3c;margin-bottom:.5rem}.value-card p{color:#666;font-size:.95rem;line-height:1.6}.services-section{background:#fff}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}.service-card{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:2rem;border-radius:15px;text-align:center;transition:transform .3s ease}.service-card:hover{transform:translateY(-10px)}.service-card h3{margin-bottom:1rem;font-size:1.5rem}.service-time{font-size:1.2rem;font-weight:600;margin-bottom:1rem;padding:10px;background:#fff3;border-radius:25px}.service-card p{line-height:1.6;opacity:.95}.sermons-section{background:#f8f9fa}.sermons-intro{text-align:center;margin-bottom:3rem;color:#666;font-size:1.1rem;line-height:1.6}.sermons-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-bottom:3rem}.sermon-card{background:#fff;padding:2rem;border-radius:15px;box-shadow:0 5px 20px #00000014;transition:transform .3s ease,box-shadow .3s ease}.sermon-card:hover{transform:translateY(-5px);box-shadow:0 10px 30px #00000026}.sermon-card h3{color:#2c3e50;font-size:1.5rem;margin-bottom:.5rem}.sermon-meta{color:#999;margin-bottom:1rem;font-size:.9rem}.sermon-preview{color:#666;line-height:1.6;margin-bottom:1.5rem}.btn-read-more{background:none;border:none;color:#e74c3c;font-weight:600;cursor:pointer;transition:color .3s ease;font-size:1rem}.btn-read-more:hover{color:#c0392b}.sermon-detail{background:#fff;padding:2.5rem;border-radius:15px;box-shadow:0 10px 30px #0000001a}.back-button{background:none;border:none;color:#666;font-size:1rem;cursor:pointer;margin-bottom:2rem;transition:color .3s ease}.back-button:hover{color:#e74c3c}.sermon-detail h3{color:#2c3e50;font-size:2.5rem;margin-bottom:.5rem}.sermon-full-content{margin-top:2rem}.sermon-intro{font-size:1.2rem;color:#555;line-height:1.7;margin-bottom:2rem;font-style:italic}.scripture-quote{background:linear-gradient(135deg,#667eea1a,#764ba21a);padding:2rem;border-left:4px solid #667eea;margin:2rem 0;border-radius:10px;font-style:italic}.scripture-quote cite{display:block;text-align:right;margin-top:1rem;color:#666;font-weight:600}.sermon-full-content h4{color:#2c3e50;font-size:1.5rem;margin-top:2rem;margin-bottom:1rem}.sermon-full-content p{color:#666;line-height:1.8;margin-bottom:1.5rem}.sermon-conclusion{margin-top:2rem;padding:1.5rem;background:#f8f9fa;border-radius:10px;font-weight:500;color:#555}.sermon-quote{background:#fff;padding:1.5rem;border:2px solid #e74c3c;border-radius:10px;margin:2rem 0;text-align:center;font-style:italic;color:#555}.sermon-steps{display:grid;gap:1.5rem}.step{padding:1.5rem;background:#f8f9fa;border-left:4px solid #e74c3c;border-radius:5px}.step h4{color:#2c3e50;margin-bottom:.5rem}.step p{color:#666;line-height:1.6}.sermon-series{margin-top:3rem}.sermon-series h3{color:#2c3e50;margin-bottom:1.5rem;font-size:1.8rem;text-align:center}.series-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem}.series-card{background:#fff;padding:1.5rem;border-radius:10px;box-shadow:0 5px 15px #00000014;transition:transform .3s ease}.series-card:hover{transform:translateY(-5px)}.series-card h4{color:#e74c3c;margin-bottom:.5rem}.series-card p{color:#666;font-size:.95rem}.events-section{background:#fff}.events-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.event-card{display:flex;background:#fff;border-radius:10px;box-shadow:0 5px 20px #0000001a;overflow:hidden;transition:transform .3s ease}.event-card:hover{transform:translateY(-5px)}.event-date{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:1.5rem;display:flex;flex-direction:column;align-items:center;justify-content:center;min-width:100px}.event-date .month{font-size:.9rem;text-transform:uppercase;letter-spacing:1px}.event-date .day{font-size:2rem;font-weight:700}.event-info{padding:1.5rem;flex:1}.event-info h3{color:#2c3e50;margin-bottom:.5rem}.event-info p{color:#666;line-height:1.6;margin-bottom:.5rem}.event-time{color:#e74c3c;font-weight:600}.contact-section{background:#f8f9fa}.contact-content{display:grid;grid-template-columns:1fr 1fr;gap:3rem}.contact-info h3,.contact-form h3{color:#2c3e50;margin-bottom:1.5rem;font-size:1.8rem}.info-item{margin-bottom:1.5rem}.info-item strong{color:#2c3e50;display:block;margin-bottom:.5rem;font-size:1.1rem}.info-item p{color:#666;line-height:1.6}.form-group{margin-bottom:1.5rem}.form-group input,.form-group textarea,.form-group select{width:100%;padding:12px;border:1px solid #ddd;border-radius:5px;font-size:1rem;transition:border-color .3s ease;font-family:inherit;background:#fff}.form-group input:focus,.form-group textarea:focus,.form-group select:focus{outline:none;border-color:#e74c3c}.contact-form p{color:#666;margin-bottom:1.5rem;line-height:1.6}.footer{background:#2c3e50;color:#fff;padding:3rem 0 1rem}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:2rem}.footer-section h3,.footer-section h4{margin-bottom:1rem}.footer-section ul{list-style:none}.footer-section ul li{margin-bottom:.5rem}.footer-section a{color:#fffc;text-decoration:none;transition:color .3s ease}.footer-section a:hover{color:#fff}.footer-verse{font-style:italic;opacity:.9;margin-top:1rem;line-height:1.6}.footer-bottom{text-align:center;padding-top:2rem;border-top:1px solid rgba(255,255,255,.1);color:#fff9}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 768px){.mobile-menu-toggle{display:flex}.nav-links{position:fixed;left:-100%;top:70px;flex-direction:column;background-color:#fff;width:100%;text-align:center;transition:.3s;box-shadow:0 10px 27px #0000000d;padding:2rem 0}.nav-links.active{left:0}.hero{padding-top:80px;min-height:100vh;height:auto}.hero-content{padding:2rem 20px}.hero-logo{width:400px;margin-bottom:-3rem}.hero h1{font-size:2rem}.hero-subtitle{font-size:1.1rem}.hero-verse{padding:1rem;margin:1.5rem auto}.about-content,.contact-content,.values-grid{grid-template-columns:1fr}.section{padding:60px 0}.section-title{font-size:2rem}}@media (max-width: 480px){.hero{padding-top:90px}.hero-content{padding:1rem 15px}.hero-logo{width:280px;margin-bottom:-1rem}.hero h1{font-size:1.5rem;line-height:1.3}.hero-subtitle{font-size:1rem}.hero-verse{padding:.8rem;margin:1rem auto;font-size:.9rem}.hero-buttons{flex-direction:column;width:100%}.btn{width:100%;padding:10px 20px;font-size:.9rem}.event-card{flex-direction:column}.event-date{flex-direction:row;width:100%;padding:1rem;gap:1rem}}@media (max-width: 320px){.hero-logo{width:240px;margin-bottom:0}.hero h1{font-size:1.3rem}.hero-subtitle{font-size:.9rem}}
