:root{--brand:#008CC7;--brand-dark:#21336A;--brand-light:#2CACE2;--brand-lighter:#8ACDEA;--brand-fade:#E5F3F9;--white:#FFFFFF;--gray-100:#F8F9FA;--gray-200:#E9ECEF;--gray-300:#DEE2E6;--gray-500:#ADB5BD;--gray-700:#495057;--gray-900:#212529;--black:#000000;--error-main:#ff3f3f;--success:#72d360;--disabled:#6C757D;--warning:#FFF080}*{margin:0;padding:0;box-sizing:border-box}body{font-family:'Inter',sans-serif;line-height:1.6;color:var(--gray-900);background-color:var(--white)}.container{max-width:1200px;margin:0 auto;padding:0 20px}.hero{background:linear-gradient(135deg,var(--brand-fade) 0%,var(--brand-lighter) 100%);padding:80px 0;text-align:center;position:relative;overflow:hidden}.hero::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="50" cy="50" r="1" fill="%23ffffff" opacity="0.1"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');opacity:0.3}.hero-content{position:relative;z-index:2}.hero h1{font-size:3.5rem;font-weight:700;color:var(--brand-dark);margin-bottom:30px;line-height:1.2}.scripture{background:var(--white);padding:40px;border-radius:20px;box-shadow:0 20px 40px rgba(0,140,199,0.1);margin:40px 0;border-left:6px solid var(--brand);position:relative}.scripture-text{font-size:1.4rem;line-height:1.8;color:var(--gray-700);font-style:italic;margin-bottom:20px}.scripture-reference{font-size:1.1rem;color:var(--brand);font-weight:600;text-align:right}.scripture-explore-heading{font-size:1.1rem;color:var(--gray-700);margin:20px 0;font-weight:500}.cta-button{display:inline-block;background:linear-gradient(135deg,var(--brand) 0%,var(--brand-light) 100%);color:var(--white);padding:18px 40px;border-radius:50px;text-decoration:none;font-weight:600;font-size:1.1rem;transition:all 0.3s ease;box-shadow:0 10px 30px rgba(0,140,199,0.3);margin-top:30px;position:relative;overflow:hidden}.cta-button::before{content:'';position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,0.2),transparent);transition:left 0.5s}.cta-button:hover::before{left:100%}.cta-button:hover{transform:translateY(-3px);box-shadow:0 15px 40px rgba(0,140,199,0.4)}.how-zume-helps{padding:100px 0;background:var(--white)}.section-title{text-align:center;font-size:2.5rem;font-weight:700;color:var(--brand-dark);margin-bottom:20px}.section-subtitle{text-align:center;font-size:1.2rem;color:var(--gray-700);margin-bottom:60px;max-width:800px;margin-left:auto;margin-right:auto}.help-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:40px;margin-top:60px}.help-card{background:var(--white);padding:40px;border-radius:20px;box-shadow:0 10px 30px rgba(0,0,0,0.1);border-top:4px solid var(--brand);transition:transform 0.3s ease,box-shadow 0.3s ease;position:relative}.help-card:hover{transform:translateY(-10px);box-shadow:0 20px 50px rgba(0,140,199,0.15)}.help-card-icon{width:60px;height:60px;background:var(--brand-fade);border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:20px;color:var(--brand);font-size:1.5rem}.help-card h3{font-size:1.4rem;font-weight:600;color:var(--brand-dark);margin-bottom:15px}.help-card p{color:var(--gray-700);line-height:1.7}.faq{padding:100px 0;background:var(--gray-100)}.faq-item{background:var(--white);margin-bottom:20px;border-radius:15px;overflow:hidden;box-shadow:0 5px 15px rgba(0,0,0,0.05);transition:all 0.3s ease}.faq-item:hover{box-shadow:0 10px 25px rgba(0,140,199,0.1)}.faq-question{padding:25px 30px;background:var(--white);border:none;width:100%;text-align:left;font-size:1.1rem;font-weight:600;color:var(--brand-dark);cursor:pointer;display:flex;justify-content:space-between;align-items:center;transition:background-color 0.3s ease}.faq-question:hover{background:var(--brand-fade)}.faq-question i{color:var(--brand);transition:transform 0.3s ease}.faq-item.active .faq-question i{transform:rotate(180deg)}.faq-answer{padding:0 30px;max-height:0;overflow:hidden;transition:all 0.3s ease;background:var(--gray-100)}.faq-item.active .faq-answer{padding:25px 30px;max-height:500px}.faq-answer p{color:var(--gray-700);line-height:1.7}.final-cta{padding:80px 0;background:linear-gradient(135deg,var(--brand-dark) 0%,var(--brand) 100%);text-align:center;color:var(--white)}.final-cta h2{font-size:2.5rem;font-weight:700;margin-bottom:20px}.final-cta p{font-size:1.2rem;margin-bottom:40px;opacity:0.9;max-width:600px;margin-left:auto;margin-right:auto}.final-cta .cta-button{background:var(--white);color:var(--brand);box-shadow:0 10px 30px rgba(255,255,255,0.2)}.final-cta .cta-button:hover{background:var(--brand-fade);color:var(--brand-dark)}@media (max-width:768px){.hero h1{font-size:2.5rem}.scripture{padding:30px 20px}.scripture-text{font-size:1.2rem}.section-title{font-size:2rem}.help-cards{grid-template-columns:1fr;gap:30px}.help-card{padding:30px}.faq-question{padding:20px;font-size:1rem}.faq-item.active .faq-answer{padding:20px}}.fade-in{opacity:0;transform:translateY(30px);transition:all 0.6s ease}.fade-in.visible{opacity:1;transform:translateY(0)}
