*{margin:0;padding:0;box-sizing:border-box}body{font-family:'Inter',sans-serif;line-height:1.6;color:#333;background-color:#fff}img{max-width:100%;height:auto}.container{max-width:1200px;margin:0 auto;padding:0 20px}.navbar{position:fixed;top:0;width:100%;background:rgba(255,255,255,0.95);backdrop-filter:blur(10px);border-bottom:1px solid #e0e0e0;z-index:1000;transition:all 0.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-logo h2{color:#1e3a8a;font-weight:600;font-size:1.5rem}.nav-menu{display:flex;list-style:none;gap:2rem}.nav-link{text-decoration:none;color:#333;font-weight:500;transition:color 0.3s ease;position:relative}.nav-link:hover{color:#1e3a8a}.nav-link.active{color:#1e3a8a}.nav-link.donate-highlight{background:linear-gradient(135deg,#1e3a8a,#3b82f6);color:white;padding:8px 16px;border-radius:25px;font-weight:600}.nav-link.donate-highlight:hover{background:linear-gradient(135deg,#1e40af,#2563eb);transform:translateY(-2px)}.hamburger{display:none;flex-direction:column;cursor:pointer}.hamburger span{width:25px;height:3px;background:#333;margin:3px 0;transition:0.3s}.hero{display:flex;align-items:center;min-height:80vh;background:linear-gradient(135deg,#f8fafc,#e2e8f0);padding:100px 0 50px}.hero-content{flex:1;padding-right:50px}.hero h1{font-size:3.5rem;font-weight:700;color:#1e3a8a;margin-bottom:1rem;line-height:1.2}.hero-subtitle{font-size:1.25rem;color:#64748b;margin-bottom:2rem}.hero-buttons{display:flex;gap:1rem;flex-wrap:wrap}.hero-image{flex:1;display:flex;justify-content:center;align-items:center}.hero-placeholder{text-align:center;padding:3rem;background:white;border-radius:20px;box-shadow:0 20px 40px rgba(0,0,0,0.1)}.tech-spirit-symbol{font-size:4rem;margin-bottom:1rem}.mission{padding:80px 0;background:white}.mission h2{text-align:center;font-size:2.5rem;color:#1e3a8a;margin-bottom:2rem}.mission p{text-align:center;font-size:1.1rem;color:#64748b;max-width:800px;margin:0 auto 3rem}.mission-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.mission-card{background:white;padding:2rem;border-radius:15px;box-shadow:0 10px 30px rgba(0,0,0,0.1);text-align:center;transition:transform 0.3s ease}.mission-card:hover{transform:translateY(-5px)}.card-icon{font-size:3rem;margin-bottom:1rem}.mission-card h3{color:#1e3a8a;margin-bottom:1rem}.cta-section{padding:80px 0;background:linear-gradient(135deg,#1e3a8a,#3b82f6);color:white;text-align:center}.cta-section h2{font-size:2.5rem;margin-bottom:1rem}.cta-section p{font-size:1.1rem;margin-bottom:2rem;opacity:0.9}.cta-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.btn{display:inline-block;padding:12px 24px;text-decoration:none;border-radius:8px;font-weight:600;transition:all 0.3s ease;border:none;cursor:pointer;font-size:1rem}.btn-primary{background:linear-gradient(135deg,#1e3a8a,#3b82f6);color:white}.btn-primary:hover{background:linear-gradient(135deg,#1e40af,#2563eb);transform:translateY(-2px)}.btn-secondary{background:white;color:#1e3a8a;border:2px solid #1e3a8a}.btn-secondary:hover{background:#1e3a8a;color:white}.btn-outline{background:transparent;color:white;border:2px solid white}.btn-outline:hover{background:white;color:#1e3a8a}.footer{background:#1e3a8a;color:white;padding:50px 0 20px}.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:0.5rem}.footer-section a{color:white;text-decoration:none;opacity:0.8;transition:opacity 0.3s ease}.footer-section a:hover{opacity:1}.social-links{display:flex;gap:1rem;flex-wrap:wrap}.social-link{display:flex;align-items:center;gap:0.5rem}.qr-code{text-align:center}.qr-placeholder{font-size:3rem;margin-bottom:0.5rem}.footer-bottom{border-top:1px solid rgba(255,255,255,0.2);padding-top:20px;text-align:center;opacity:0.8}.welcome-hero{padding:120px 0 60px;background:linear-gradient(135deg,#f8fafc,#e2e8f0);text-align:center}.welcome-hero h1{font-size:3rem;color:#1e3a8a;margin-bottom:1rem}.welcome-subtitle{font-size:1.2rem;color:#64748b}.pastor-message{padding:80px 0;background:white}.message-content{display:flex;gap:3rem;align-items:flex-start;max-width:1000px;margin:0 auto}.pastor-photo{flex-shrink:0}.photo-placeholder{width:150px;height:150px;background:linear-gradient(135deg,#1e3a8a,#3b82f6);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:3rem;color:white}.message-text h2{color:#1e3a8a;margin-bottom:1.5rem}.message-text p{margin-bottom:1rem;color:#64748b;line-height:1.8}.signature{font-style:italic;color:#1e3a8a;font-weight:600}.church-history{padding:80px 0;background:#f8fafc}.church-history h2{text-align:center;font-size:2.5rem;color:#1e3a8a;margin-bottom:3rem}.timeline{max-width:800px;margin:0 auto}.timeline-item{display:flex;gap:2rem;margin-bottom:3rem;position:relative}.timeline-item::before{content:'';position:absolute;left:100px;top:30px;bottom:-30px;width:2px;background:#e2e8f0}.timeline-item:last-child::before{display:none}.timeline-date{background:#1e3a8a;color:white;padding:8px 16px;border-radius:20px;font-weight:600;height:fit-content}.timeline-content h3{color:#1e3a8a;margin-bottom:0.5rem}.services-videos{padding:80px 0;background:white}.services-videos h2{text-align:center;font-size:2.5rem;color:#1e3a8a;margin-bottom:3rem}.video-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.video-card{background:white;border-radius:15px;overflow:hidden;box-shadow:0 10px 30px rgba(0,0,0,0.1);transition:transform 0.3s ease}.video-card:hover{transform:translateY(-5px)}.video-placeholder{height:200px;background:linear-gradient(135deg,#1e3a8a,#3b82f6);display:flex;flex-direction:column;align-items:center;justify-content:center;color:white;position:relative}.play-button{font-size:3rem;margin-bottom:1rem}.video-card h3{color:#1e3a8a;margin:1rem;font-size:1.1rem}.video-card p{color:#64748b;margin:0 1rem 1rem}.quick-donate{padding:60px 0;background:linear-gradient(135deg,#1e3a8a,#3b82f6);color:white;text-align:center}.quick-donate h2{font-size:2.5rem;margin-bottom:1rem}.quick-donate p{font-size:1.1rem;margin-bottom:2rem;opacity:0.9}.donate-options{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.beliefs-page{padding:120px 0 80px}.beliefs-layout{display:grid;grid-template-columns:2fr 1fr;gap:3rem}.beliefs-hero{text-align:center;margin-bottom:3rem}.beliefs-hero h1{font-size:3rem;color:#1e3a8a;margin-bottom:1rem}.beliefs-hero p{font-size:1.2rem;color:#64748b}.belief-card{background:white;padding:2rem;border-radius:15px;box-shadow:0 10px 30px rgba(0,0,0,0.1);margin-bottom:2rem;display:flex;gap:1.5rem;align-items:flex-start}.belief-icon{font-size:2.5rem;flex-shrink:0}.belief-card h3{color:#1e3a8a;margin-bottom:1rem}.belief-card p{color:#64748b;line-height:1.8}.robotics-theology{margin-top:3rem}.robotics-theology h2{color:#1e3a8a;margin-bottom:1.5rem}.robotics-theology p{color:#64748b;margin-bottom:2rem;line-height:1.8}.theology-points{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.point{background:white;padding:1.5rem;border-radius:10px;box-shadow:0 5px 15px rgba(0,0,0,0.1)}.point h4{color:#1e3a8a;margin-bottom:0.5rem}.point p{color:#64748b}.impact-sidebar{background:white;padding:2rem;border-radius:15px;box-shadow:0 10px 30px rgba(0,0,0,0.1);height:fit-content}.impact-section{margin-bottom:2rem}.impact-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin-bottom:2rem}.stat{text-align:center;padding:1rem;background:#f8fafc;border-radius:10px}.stat-number{font-size:1.5rem;font-weight:700;color:#1e3a8a;display:block}.stat-label{font-size:0.9rem;color:#64748b}.projects-section{margin-bottom:2rem}.project-card{background:#f8fafc;padding:1rem;border-radius:10px;margin-bottom:1rem;display:flex;gap:1rem;align-items:center}.project-icon{font-size:1.5rem}.project-card h4{color:#1e3a8a;margin-bottom:0.25rem}.project-card p{color:#64748b;font-size:0.9rem}.cta-sidebar{background:linear-gradient(135deg,#1e3a8a,#3b82f6);color:white;padding:1.5rem;border-radius:10px;text-align:center}.cta-sidebar h3{margin-bottom:1rem}.cta-sidebar p{margin-bottom:1.5rem;opacity:0.9}.donate-page{padding:120px 0 80px}.donate-hero{text-align:center;margin-bottom:3rem}.donate-hero h1{font-size:3rem;color:#1e3a8a;margin-bottom:1rem}.donate-subtitle{font-size:1.2rem;color:#64748b}.why-donate{margin-bottom:4rem}.why-donate h2{text-align:center;font-size:2.5rem;color:#1e3a8a;margin-bottom:3rem}.impact-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.impact-card{background:white;padding:2rem;border-radius:15px;box-shadow:0 10px 30px rgba(0,0,0,0.1);text-align:center}.impact-icon{font-size:3rem;margin-bottom:1rem}.impact-card h3{color:#1e3a8a;margin-bottom:1rem}.impact-card p{color:#64748b;line-height:1.6}.donation-progress{margin-bottom:4rem;text-align:center}.donation-progress h2{color:#1e3a8a;margin-bottom:2rem}.progress-container{max-width:600px;margin:0 auto}.progress-bar{width:100%;height:20px;background:#e2e8f0;border-radius:10px;overflow:hidden;margin-bottom:1rem}.progress-fill{height:100%;background:linear-gradient(135deg,#1e3a8a,#3b82f6);border-radius:10px;transition:width 0.3s ease}.progress-stats{display:flex;justify-content:space-between;margin-bottom:1rem}.raised{font-weight:600;color:#1e3a8a}.goal{color:#64748b}.progress-description{color:#64748b}.donate-layout{display:grid;grid-template-columns:2fr 1fr;gap:3rem}.donate-form-container{background:white;padding:2rem;border-radius:15px;box-shadow:0 10px 30px rgba(0,0,0,0.1)}.donate-form h2{color:#1e3a8a;margin-bottom:2rem}.form-step h3{color:#1e3a8a;margin-bottom:1.5rem}.amount-options{display:grid;grid-template-columns:repeat(auto-fit,minmax(100px,1fr));gap:1rem;margin-bottom:2rem}.amount-option{position:relative}.amount-option input{position:absolute;opacity:0}.amount-button{display:block;padding:1rem;text-align:center;background:#f8fafc;border:2px solid #e2e8f0;border-radius:8px;cursor:pointer;transition:all 0.3s ease;font-weight:600}.amount-option input:checked+.amount-button{background:#1e3a8a;color:white;border-color:#1e3a8a}.custom-amount{margin-bottom:2rem}.custom-amount input{width:100%;padding:1rem;border:2px solid #e2e8f0;border-radius:8px;font-size:1rem}.frequency-options,.donation-categories{margin-bottom:2rem}.frequency-options h4,.donation-categories h4{color:#1e3a8a;margin-bottom:1rem}.frequency-option,.category-option{display:block;margin-bottom:0.5rem}.frequency-option input,.category-option input{margin-right:0.5rem}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:1rem}.form-group{margin-bottom:1.5rem}.form-group label{display:block;margin-bottom:0.5rem;color:#1e3a8a;font-weight:500}.form-group input,.form-group select,.form-group textarea{width:100%;padding:1rem;border:2px solid #e2e8f0;border-radius:8px;font-size:1rem;transition:border-color 0.3s ease}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:#1e3a8a}.payment-methods{margin-bottom:2rem}.payment-methods h4{color:#1e3a8a;margin-bottom:1rem}.payment-options{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1rem}.payment-option{display:flex;align-items:center;gap:0.5rem;padding:1rem;background:#f8fafc;border:2px solid #e2e8f0;border-radius:8px;cursor:pointer;transition:all 0.3s ease}.payment-option:hover{border-color:#1e3a8a}.payment-option input{margin-right:0.5rem}.payment-icon{font-size:1.2rem}.processing-fee{margin-bottom:2rem}.fee-option{display:flex;align-items:flex-start;gap:0.5rem}.fee-option input{margin-top:0.25rem}.form-buttons{display:flex;gap:1rem;justify-content:space-between}.donate-sidebar{background:white;padding:2rem;border-radius:15px;box-shadow:0 10px 30px rgba(0,0,0,0.1);height:fit-content}.donation-summary{margin-bottom:2rem}.donation-summary h3{color:#1e3a8a;margin-bottom:1.5rem}.summary-item{display:flex;justify-content:space-between;margin-bottom:0.5rem;padding:0.5rem 0;border-bottom:1px solid #e2e8f0}.summary-item.total{font-weight:600;color:#1e3a8a;border-bottom:none}.security-badge{text-align:center;margin-bottom:2rem;padding:1.5rem;background:#f8fafc;border-radius:10px}.security-icon{font-size:2rem;margin-bottom:0.5rem}.security-badge h4{color:#1e3a8a;margin-bottom:0.5rem}.donor-wall{margin-bottom:2rem}.donor-wall h3{color:#1e3a8a;margin-bottom:1rem}.donor-list{max-height:300px;overflow-y:auto}.donor-item{display:flex;gap:1rem;margin-bottom:1rem;padding:1rem;background:#f8fafc;border-radius:8px}.donor-name{font-weight:600;color:#1e3a8a}.donor-message{color:#64748b;font-style:italic}.thank-you{text-align:center;padding:4rem 0}.thank-you-content{max-width:600px;margin:0 auto}.thank-you-icon{font-size:4rem;margin-bottom:1rem}.thank-you h2{color:#1e3a8a;margin-bottom:1rem}.thank-you p{margin-bottom:2rem;color:#64748b}.next-steps{margin-bottom:2rem}.next-steps h3{color:#1e3a8a;margin-bottom:1rem}.next-steps ul{text-align:left;max-width:400px;margin:0 auto}.next-steps li{margin-bottom:0.5rem;color:#64748b}.thank-you-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.contact-page{padding:120px 0 80px}.contact-hero{text-align:center;margin-bottom:3rem}.contact-hero h1{font-size:3rem;color:#1e3a8a;margin-bottom:1rem}.contact-hero p{font-size:1.2rem;color:#64748b}.contact-layout{display:grid;grid-template-columns:2fr 1fr;gap:3rem}.contact-form-container{background:white;padding:2rem;border-radius:15px;box-shadow:0 10px 30px rgba(0,0,0,0.1)}.contact-form h2{color:#1e3a8a;margin-bottom:2rem}.contact-info{background:white;padding:2rem;border-radius:15px;box-shadow:0 10px 30px rgba(0,0,0,0.1);height:fit-content}.info-section{margin-bottom:2rem}.info-section h3{color:#1e3a8a;margin-bottom:1.5rem}.info-item{display:flex;gap:1rem;margin-bottom:1.5rem;align-items:flex-start}.info-icon{font-size:1.5rem}.info-content h4{color:#1e3a8a;margin-bottom:0.5rem}.info-content p{color:#64748b}.service-times{margin-bottom:2rem}.service-times h3{color:#1e3a8a;margin-bottom:1.5rem}.time-item{display:flex;justify-content:space-between;margin-bottom:0.5rem;padding:0.5rem 0;border-bottom:1px solid #e2e8f0}.day{font-weight:600;color:#1e3a8a}.time{color:#64748b}.social-media{margin-bottom:2rem}.social-media h3{color:#1e3a8a;margin-bottom:1.5rem}.social-links{display:flex;flex-direction:column;gap:0.5rem}.social-link{display:flex;align-items:center;gap:0.5rem;padding:0.75rem;background:#f8fafc;border-radius:8px;text-decoration:none;color:#333;transition:all 0.3s ease}.social-link:hover{background:#1e3a8a;color:white}.social-icon{font-size:1.2rem}.live-chat{margin-bottom:2rem}.live-chat h3{color:#1e3a8a;margin-bottom:1rem}.live-chat p{margin-bottom:1rem;color:#64748b}.chat-button{display:flex;align-items:center;gap:0.5rem;width:100%;justify-content:center}.chat-icon{font-size:1.2rem}.chat-note{font-size:0.9rem;color:#64748b;margin-top:0.5rem}.coffee-chat{margin-bottom:2rem}.coffee-chat h3{color:#1e3a8a;margin-bottom:1rem}.coffee-chat p{margin-bottom:1.5rem;color:#64748b}.map-section{margin-top:4rem}.map-section h2{text-align:center;color:#1e3a8a;margin-bottom:2rem}.map-placeholder{height:300px;background:#f8fafc;border-radius:15px;display:flex;align-items:center;justify-content:center}.map-content{text-align:center}.map-icon{font-size:3rem;margin-bottom:1rem}.faq-section{margin-top:4rem}.faq-section h2{text-align:center;color:#1e3a8a;margin-bottom:3rem}.faq-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.faq-item{background:white;padding:2rem;border-radius:15px;box-shadow:0 10px 30px rgba(0,0,0,0.1)}.faq-item h3{color:#1e3a8a;margin-bottom:1rem}.faq-item p{color:#64748b;line-height:1.6}.checkbox-option{display:flex;align-items:flex-start;gap:0.5rem;cursor:pointer}.checkbox-option input{margin-top:0.25rem}.blog-page{padding:120px 0 80px}.blog-hero{text-align:center;margin-bottom:3rem}.blog-hero h1{font-size:3rem;color:#1e3a8a;margin-bottom:1rem}.blog-hero p{font-size:1.2rem;color:#64748b}.blog-layout{display:grid;grid-template-columns:2fr 1fr;gap:3rem}.blog-main{margin-bottom:3rem}.featured-post{margin-bottom:4rem}.post-card{background:white;border-radius:15px;overflow:hidden;box-shadow:0 10px 30px rgba(0,0,0,0.1);margin-bottom:2rem;transition:transform 0.3s ease}.post-card:hover{transform:translateY(-5px)}.post-card.featured{display:grid;grid-template-columns:1fr 1fr;gap:2rem}.post-image{height:200px;background:linear-gradient(135deg,#1e3a8a,#3b82f6);display:flex;align-items:center;justify-content:center;color:white;font-size:3rem}.post-card.featured .post-image{height:100%}.post-content{padding:2rem}.post-meta{display:flex;gap:1rem;margin-bottom:1rem}.post-category{background:#1e3a8a;color:white;padding:4px 12px;border-radius:15px;font-size:0.9rem;font-weight:500}.post-date{color:#64748b;font-size:0.9rem}.post-content h2,.post-content h3{color:#1e3a8a;margin-bottom:1rem}.post-content p{color:#64748b;line-height:1.6;margin-bottom:1.5rem}.post-tags{display:flex;gap:0.5rem;margin-bottom:1.5rem;flex-wrap:wrap}.tag{background:#f8fafc;color:#1e3a8a;padding:4px 12px;border-radius:15px;font-size:0.8rem;border:1px solid #e2e8f0}.read-more{color:#1e3a8a;text-decoration:none;font-weight:500}.read-more:hover{text-decoration:underline}.posts-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.blog-posts h2{color:#1e3a8a;margin-bottom:2rem}.pagination{display:flex;justify-content:center;gap:1rem;margin-top:3rem}.page-link{display:inline-block;padding:8px 16px;background:#f8fafc;color:#1e3a8a;text-decoration:none;border-radius:8px;transition:all 0.3s ease}.page-link:hover,.page-link.active{background:#1e3a8a;color:white}.blog-sidebar{background:white;padding:2rem;border-radius:15px;box-shadow:0 10px 30px rgba(0,0,0,0.1);height:fit-content}.newsletter-signup{margin-bottom:2rem}.newsletter-signup h3{color:#1e3a8a;margin-bottom:1rem}.newsletter-signup p{margin-bottom:1.5rem;color:#64748b}.newsletter-form{display:flex;gap:1rem;margin-bottom:1rem}.newsletter-form input{flex:1;padding:1rem;border:2px solid #e2e8f0;border-radius:8px;font-size:1rem}.newsletter-form input:focus{outline:none;border-color:#1e3a8a}.newsletter-note{font-size:0.9rem;color:#64748b}.categories-section{margin-bottom:2rem}.categories-section h3{color:#1e3a8a;margin-bottom:1rem}.categories-list{list-style:none}.category-link{display:block;padding:0.5rem 0;color:#64748b;text-decoration:none;border-bottom:1px solid #e2e8f0;transition:color 0.3s ease}.category-link:hover{color:#1e3a8a}.recent-posts{margin-bottom:2rem}.recent-posts h3{color:#1e3a8a;margin-bottom:1rem}.recent-post-item{margin-bottom:1rem;padding-bottom:1rem;border-bottom:1px solid #e2e8f0}.recent-post-item:last-child{border-bottom:none}.recent-post-item h4{color:#1e3a8a;margin-bottom:0.5rem;font-size:1rem}.recent-post-item .post-date{color:#64748b;font-size:0.9rem}.rss-feed{margin-bottom:2rem}.rss-feed h3{color:#1e3a8a;margin-bottom:1rem}.rss-feed p{margin-bottom:1rem;color:#64748b}@media (max-width:768px){.nav-menu{display:none}.hamburger{display:flex}.hero{flex-direction:column;text-align:center;padding:80px 0 40px}.hero-content{padding-right:0;margin-bottom:2rem}.hero h1{font-size:2.5rem}.hero-buttons{justify-content:center}.mission-grid{grid-template-columns:1fr}.cta-buttons{flex-direction:column;align-items:center}.footer-content{grid-template-columns:1fr}.beliefs-layout{grid-template-columns:1fr}.donate-layout{grid-template-columns:1fr}.contact-layout{grid-template-columns:1fr}.blog-layout{grid-template-columns:1fr}.post-card.featured{grid-template-columns:1fr}.posts-grid{grid-template-columns:1fr}.newsletter-form{flex-direction:column}.message-content{flex-direction:column;text-align:center}.timeline-item{flex-direction:column;gap:1rem}.timeline-item::before{display:none}.video-grid{grid-template-columns:1fr}.impact-grid{grid-template-columns:1fr}.amount-options{grid-template-columns:repeat(2,1fr)}.payment-options{grid-template-columns:1fr}.form-row{grid-template-columns:1fr}.form-buttons{flex-direction:column}.thank-you-buttons{flex-direction:column;align-items:center}.faq-grid{grid-template-columns:1fr}} 