:root{--color-primary: #4CAF50;--color-secondary: #2196F3;--color-background: #F5F5F5;--color-text: #333333;--color-accent: #FF5722;--color-error: #F44336;--font-heading: serif;--font-body: sans-serif;--font-size-h1: 2.5rem;--font-size-h2: 2rem;--font-size-body: 1rem;--font-size-small: .875rem;--spacing-small: 8px;--spacing-medium: 16px;--spacing-large: 32px}body{font-family:var(--font-body);background-color:var(--color-background);color:var(--color-text);margin:0;padding:0}h1,h2{font-family:var(--font-heading)}.section{padding:var(--spacing-large)}@media (max-width: 768px){.section{padding:var(--spacing-medium)}}*{box-sizing:border-box}body{font-family:Inter,Segoe UI,Arial,sans-serif;background-color:var(--color-background);color:var(--color-text);margin:0;padding:0;line-height:1.6}h1,h2,h3,h4,h5,h6{font-family:Georgia,Times New Roman,serif;line-height:1.3;margin-top:0}.app{min-height:100vh;display:flex;flex-direction:column}main{flex:1}.container,.section{max-width:1200px;margin:0 auto;padding:3rem 2rem}.section-header{text-align:center;margin-bottom:3rem}.section-title{font-size:3rem;color:var(--color-primary);margin-bottom:1rem}.section-intro{font-size:1.2rem;color:var(--color-text-light);max-width:800px;margin:0 auto;line-height:1.7}.card{background:var(--color-card-bg);border-radius:12px;padding:2rem;margin-bottom:2rem;box-shadow:0 2px 8px var(--color-shadow);transition:transform .3s,box-shadow .3s}.card:hover{transform:translateY(-4px);box-shadow:0 8px 16px #0000001f}.subtopic{display:flex;gap:2rem;flex-wrap:wrap;align-items:flex-start}.subtopic-title{font-size:1.75rem;color:var(--color-primary);margin-bottom:1rem}.subtopic-text{font-size:1.1rem;line-height:1.8;color:var(--color-text);margin-bottom:1rem}.image-display{flex:0 0 auto;width:100%;max-width:400px;border-radius:8px;overflow:hidden;box-shadow:0 4px 12px #0000001a}.image-display img{width:100%;height:auto;display:block;object-fit:cover}.audio-player{margin-top:1rem;padding:1rem;background:var(--color-background);border-radius:8px;border:1px solid var(--color-border)}.audio-player audio{width:100%}.card-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-top:3rem}@media (max-width: 768px){.section,.container{padding:2rem 1rem}.section-title{font-size:2rem}.section-intro{font-size:1rem}.subtopic{flex-direction:column}.subtopic-title{font-size:1.5rem}.subtopic-text{font-size:1rem}.image-display{max-width:100%}.card{padding:1.5rem}.card-grid{grid-template-columns:1fr;gap:1.5rem}}@media (max-width: 480px){.section-title{font-size:1.75rem}.subtopic-title{font-size:1.25rem}}.nav-link{color:#fff;text-decoration:none;font-size:1rem;font-weight:500;padding:.5rem 1rem;border-radius:4px;transition:background .3s}.nav-link:hover{background:#fff3}.subtopic-content ul{margin:1rem 0}.subtopic-content blockquote{box-shadow:0 2px 4px #0000000d}.subtopic-content h3,.subtopic-content h4{scroll-margin-top:100px}@media (max-width: 768px){.subtopic-content blockquote{padding:1rem;margin:1rem 0}.subtopic-content h3{font-size:1.25rem}.subtopic-content h4{font-size:1.1rem}}.hero-section{width:100%;margin-bottom:3rem}.hero-image-container{position:relative;width:100%;height:500px;overflow:hidden;border-radius:0;box-shadow:0 4px 20px #00000026}.hero-image{width:100%;height:100%;object-fit:cover;object-position:center;display:block}.hero-overlay{position:absolute;inset:0;background:linear-gradient(to top,#000000bf,#0006,#0003)}.hero-content{position:absolute;bottom:0;left:0;right:0;padding:3rem 2rem;color:#fff;z-index:2;max-width:1200px;margin:0 auto}.hero-title{font-size:3.5rem;font-family:var(--font-heading);margin:0 0 1rem;text-shadow:2px 2px 8px rgba(0,0,0,.7);line-height:1.2}.hero-subtitle{font-size:1.3rem;margin:0;text-shadow:1px 1px 4px rgba(0,0,0,.7);line-height:1.5;max-width:800px}.card-icon{font-size:3rem;margin-bottom:1rem;transition:transform .3s ease}.home-card:hover .card-icon{transform:scale(1.1)}.card-title{font-size:1.5rem;color:var(--color-primary);margin-bottom:.5rem;font-family:var(--font-heading)}.card-description{color:var(--color-text-light);line-height:1.6}@media (max-width: 1024px){.hero-image-container{height:400px}.hero-content{padding:2.5rem 2rem}.hero-title{font-size:2.75rem}.hero-subtitle{font-size:1.15rem}}@media (max-width: 768px){.hero-section{margin-bottom:2rem}.hero-image-container{height:350px;border-radius:0}.hero-content{padding:2rem 1.5rem}.hero-title{font-size:2.25rem}.hero-subtitle{font-size:1.05rem}.card-icon{font-size:2.5rem}.card-title{font-size:1.35rem}.card-description{font-size:.95rem}}@media (max-width: 480px){.hero-image-container{height:300px}.hero-content{padding:1.5rem 1rem}.hero-title{font-size:1.85rem;margin-bottom:.75rem}.hero-subtitle{font-size:.95rem;line-height:1.4}.card-icon{font-size:2.25rem;margin-bottom:.75rem}.card-title{font-size:1.25rem}}@media (min-width: 1400px){.hero-image-container{height:600px}.hero-title{font-size:4rem}.hero-subtitle{font-size:1.4rem}}.hero-image{transition:opacity .3s ease-in-out}.hero-image:not([src]){opacity:0}@media print{.hero-image-container{height:300px}.hero-overlay{background:#00000080}}.subtopic-wrapper{display:flex;gap:2rem;flex-wrap:wrap;align-items:flex-start}.subtopic-content{flex:1 1 300px;min-width:0}.subtopic-image-wrapper{flex:0 0 auto;width:100%;max-width:400px}.subtopic-title{font-size:1.75rem;color:var(--color-primary);font-family:var(--font-heading);margin-top:0;margin-bottom:1rem}.subtopic-intro{font-size:1.15rem;line-height:1.8;color:var(--color-text-light);margin-bottom:1.5rem;font-weight:500}.subtopic-sections{margin-top:1rem}.subtopic-heading{font-size:1.4rem;color:var(--color-secondary);margin-top:1.5rem;margin-bottom:.75rem;font-family:var(--font-heading)}.subtopic-subheading{font-size:1.2rem;color:var(--color-accent);margin-top:1.25rem;margin-bottom:.5rem;font-family:var(--font-heading)}.subtopic-paragraph{font-size:1.1rem;line-height:1.8;color:var(--color-text);margin-bottom:1rem}.subtopic-verse{background:linear-gradient(135deg,#f0f9f0,#e8f5e9);border-left:4px solid var(--color-primary);padding:1.25rem 1.5rem;margin:1.5rem 0;border-radius:4px;font-style:italic;box-shadow:0 2px 4px #0000000d}.verse-text{font-size:1.05rem;line-height:1.7;color:var(--color-text);margin:0 0 .5rem}.verse-reference{font-size:.95rem;color:var(--color-primary);font-weight:600;font-style:normal}.subtopic-bullets{list-style:none;padding:0;margin:1rem 0}.bullet-item{padding-left:1.5rem;margin-bottom:.75rem;position:relative;font-size:1.05rem;line-height:1.7;color:var(--color-text)}.bullet-marker{position:absolute;left:0;color:var(--color-primary);font-weight:700}.subtopic-reflection{background:#fff8e1;border-left:4px solid var(--color-accent);padding:1rem 1.25rem;margin:1.25rem 0;border-radius:4px;font-size:1rem;line-height:1.7;color:var(--color-text-light);font-style:italic}.subtopic-callout{background:linear-gradient(135deg,#2196f314,#4caf5014);border:2px solid var(--color-primary);padding:1.5rem;margin:1.5rem 0;border-radius:8px;font-size:1.1rem;line-height:1.7;color:var(--color-text);font-weight:500}@media (min-width: 769px){.subtopic-wrapper{display:block;position:relative}.subtopic-image-wrapper{float:right;width:400px;max-width:400px;margin:0 0 2rem 2rem;shape-outside:margin-box}.subtopic-content{width:100%}}@media (min-width: 1200px){.subtopic-image-wrapper{width:450px;max-width:450px;margin:0 0 2rem 2.5rem}}@media (max-width: 768px){.subtopic-wrapper{display:block;position:relative}.subtopic-image-wrapper{float:right;width:45%;max-width:250px;margin:0 0 1rem 1.5rem;shape-outside:margin-box}.subtopic-title{font-size:1.5rem;clear:none}.subtopic-intro{font-size:1.05rem;clear:none}.subtopic-heading{font-size:1.25rem;margin-top:1.25rem}.subtopic-subheading{font-size:1.1rem}.subtopic-paragraph{font-size:1rem}.subtopic-verse{padding:1rem;margin:1rem 0;clear:both}.verse-text{font-size:.95rem}.verse-reference{font-size:.85rem}.bullet-item{font-size:.95rem}.subtopic-reflection{font-size:.95rem;padding:.875rem 1rem;clear:both}.subtopic-callout{font-size:1rem;padding:1.25rem;clear:both}}@media (max-width: 480px){.subtopic-image-wrapper{width:49%;max-width:180px;margin:0 0 1rem 1rem}.subtopic-title{font-size:1.35rem}.subtopic-intro{font-size:.95rem}.subtopic-heading{font-size:1.15rem}.subtopic-subheading{font-size:1rem}.subtopic-paragraph{font-size:.95rem;line-height:1.7}.verse-text{font-size:.9rem}.bullet-item{font-size:.9rem;line-height:1.6}}@media (max-width: 360px){.subtopic-image-wrapper{float:none;width:100%;max-width:100%;margin:0 0 1rem}.subtopic-title{font-size:1.25rem}}.subtopic:after{content:"";display:table;clear:both}@media (max-width: 768px){.subtopic-verse,.subtopic-callout,.subtopic-reflection{clear:right}}.header{background:linear-gradient(135deg,var(--color-primary) 0%,#2E7D32 100%);padding:1rem 2rem;box-shadow:0 2px 8px #0000001a;position:sticky;top:0;z-index:1000;border-bottom:3px solid rgba(255,255,255,.1)}.nav-container{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:center}.logo{display:flex;align-items:center;gap:.75rem;color:#fff;text-decoration:none;font-size:1.5rem;font-family:var(--font-heading);font-weight:700;transition:transform .3s ease}.logo:hover{transform:scale(1.05)}.logo-icon{font-size:2rem;display:inline-block;animation:pulse 2s ease-in-out infinite}.logo-text{background:linear-gradient(to right,#fff,#e8f5e9);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}.nav-links{display:flex;gap:.5rem;align-items:center}.nav-link{color:#fff;text-decoration:none;font-size:1rem;font-weight:500;padding:.625rem 1.25rem;border-radius:6px;transition:all .3s ease;position:relative;overflow:hidden}.nav-link:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:#ffffff1a;transition:left .3s ease;z-index:-1}.nav-link:hover:before{left:0}.nav-link:hover{background:#ffffff26;transform:translateY(-2px)}.nav-link.featured{background:#fff3;border:2px solid rgba(255,255,255,.3);font-weight:600}.nav-link.featured:hover{background:#ffffff4d;border-color:#ffffff80}.mobile-menu-toggle{display:none;background:none;border:none;cursor:pointer;padding:.5rem;z-index:1001}.hamburger{display:block;width:28px;height:3px;background:#fff;position:relative;transition:background .3s ease}.hamburger:before,.hamburger:after{content:"";position:absolute;width:28px;height:3px;background:#fff;transition:all .3s ease}.hamburger:before{top:-8px}.hamburger:after{top:8px}.hamburger.open{background:transparent}.hamburger.open:before{transform:rotate(45deg);top:0}.hamburger.open:after{transform:rotate(-45deg);top:0}@media (max-width: 768px){.header{padding:1rem 1.5rem}.logo{font-size:1.25rem}.logo-icon{font-size:1.5rem}.mobile-menu-toggle{display:block}.nav-links{position:fixed;top:70px;left:0;right:0;background:linear-gradient(135deg,var(--color-primary) 0%,#2E7D32 100%);flex-direction:column;gap:0;padding:1rem 0;box-shadow:0 4px 12px #0003;transform:translateY(-120%);transition:transform .3s ease;border-bottom:3px solid rgba(255,255,255,.1)}.nav-links.active{transform:translateY(0)}.nav-link{width:100%;text-align:center;padding:1rem 1.5rem;border-radius:0;border-bottom:1px solid rgba(255,255,255,.1)}.nav-link.featured{border:none;border-bottom:1px solid rgba(255,255,255,.2);background:#ffffff26}}.home-intro{text-align:center;margin-bottom:3rem;padding:0 1rem}.home-intro-title{font-size:2.5rem;color:var(--color-primary);font-family:var(--font-heading);margin-bottom:1rem}.home-intro-text{font-size:1.15rem;color:var(--color-text-light);max-width:800px;margin:0 auto;line-height:1.8}.home-card{background:#fff;border-radius:16px;padding:2rem;text-decoration:none;display:flex;flex-direction:column;align-items:center;text-align:center;box-shadow:0 4px 12px #00000014;transition:all .4s cubic-bezier(.175,.885,.32,1.275);position:relative;overflow:hidden;border:2px solid transparent}.home-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,var(--color-primary),var(--color-secondary));transform:scaleX(0);transition:transform .3s ease}.home-card:hover:before{transform:scaleX(1)}.home-card:hover{transform:translateY(-8px);box-shadow:0 12px 24px #00000026}.card-primary:hover{border-color:var(--color-primary)}.card-secondary:hover{border-color:var(--color-secondary)}.card-accent:hover{border-color:var(--color-accent)}.card-icon-wrapper{width:80px;height:80px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem;transition:all .3s ease}.card-primary .card-icon-wrapper{background:linear-gradient(135deg,#4caf501a,#4caf5033)}.card-secondary .card-icon-wrapper{background:linear-gradient(135deg,#2196f31a,#2196f333)}.card-accent .card-icon-wrapper{background:linear-gradient(135deg,#ff57221a,#ff572233)}.home-card:hover .card-icon-wrapper{transform:scale(1.1) rotate(5deg)}.card-icon{font-size:2.5rem;transition:transform .3s ease}.card-content{flex:1;position:relative}.card-title{font-size:1.5rem;color:var(--color-text);margin-bottom:.75rem;font-family:var(--font-heading);font-weight:600}.card-description{color:var(--color-text-light);line-height:1.7;margin-bottom:1rem;font-size:1rem}.card-arrow{display:inline-block;font-size:1.5rem;color:var(--color-primary);transition:transform .3s ease}.home-card:hover .card-arrow{transform:translate(8px)}.home-cta{text-align:center;margin-top:5rem;padding:3rem 2rem;background:linear-gradient(135deg,#4caf500d,#2196f30d);border-radius:16px;border:2px solid rgba(76,175,80,.2)}.cta-title{font-size:2.25rem;color:var(--color-primary);font-family:var(--font-heading);margin-bottom:1rem}.cta-text{font-size:1.15rem;color:var(--color-text-light);max-width:700px;margin:0 auto 2rem;line-height:1.7}.cta-buttons{display:flex;gap:1.5rem;justify-content:center;flex-wrap:wrap}.cta-button{padding:1rem 2.5rem;border-radius:50px;text-decoration:none;font-weight:600;font-size:1.1rem;transition:all .3s ease;display:inline-block}.cta-button.primary{background:linear-gradient(135deg,var(--color-primary),#2E7D32);color:#fff;box-shadow:0 4px 12px #4caf504d}.cta-button.primary:hover{transform:translateY(-2px);box-shadow:0 6px 16px #4caf5066}.cta-button.secondary{background:#fff;color:var(--color-primary);border:2px solid var(--color-primary)}.cta-button.secondary:hover{background:var(--color-primary);color:#fff;transform:translateY(-2px)}@media (max-width: 768px){.home-intro-title{font-size:2rem}.home-intro-text{font-size:1rem}.card-icon-wrapper{width:70px;height:70px}.card-icon{font-size:2.25rem}.card-title{font-size:1.35rem}.card-description{font-size:.95rem}.home-cta{margin-top:3rem;padding:2rem 1.5rem}.cta-title{font-size:1.75rem}.cta-text{font-size:1rem}.cta-buttons{flex-direction:column;gap:1rem}.cta-button{padding:.875rem 2rem;font-size:1rem;width:100%}}@media (max-width: 480px){.card-icon-wrapper{width:60px;height:60px}.card-icon{font-size:2rem}}.home-page{width:100%}.question-card{max-width:900px;margin:0 auto;background:#fff;border-radius:20px;box-shadow:0 8px 32px #0000001a;overflow:hidden;margin-top:3rem;margin-bottom:3rem}.question-header{text-align:center;padding:3rem 2rem 2rem;background:linear-gradient(135deg,#4caf500d,#2196f30d);border-bottom:2px solid rgba(76,175,80,.1)}.question-icon{font-size:4rem;margin-bottom:1rem;animation:float 3s ease-in-out infinite}.question-title{font-size:2.5rem;color:var(--color-primary);font-family:var(--font-heading);margin-bottom:.5rem}.question-subtitle{font-size:1.15rem;color:var(--color-text-light);margin:0}.question-content{padding:2.5rem 2rem}.main-question{font-size:1.75rem;color:var(--color-text);font-family:var(--font-heading);margin-bottom:2rem;text-align:center;line-height:1.4}.answer-form{display:flex;flex-direction:column;gap:1.5rem}.answer-textarea{width:100%;padding:1.25rem;border:2px solid var(--color-border);border-radius:12px;font-size:1.05rem;font-family:var(--font-body);line-height:1.6;resize:vertical;transition:all .3s ease}.answer-textarea:focus{outline:none;border-color:var(--color-primary);box-shadow:0 0 0 3px #4caf501a}.answer-textarea::placeholder{color:var(--color-text-light);opacity:.7}.answer-textarea:disabled{background:#f5f5f5;cursor:not-allowed}.error-message{padding:1rem;background:#f443361a;border-left:4px solid var(--color-error);border-radius:4px;color:var(--color-error);font-size:.95rem}.submit-button{padding:1.25rem 2.5rem;background:linear-gradient(135deg,var(--color-primary),#2E7D32);color:#fff;border:none;border-radius:50px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:.5rem;box-shadow:0 4px 12px #4caf504d}.submit-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 20px #4caf5066}.submit-button:active:not(:disabled){transform:translateY(0)}.submit-button:disabled{opacity:.7;cursor:not-allowed}.spinner{width:20px;height:20px;border:3px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.ai-response-section{display:flex;flex-direction:column;gap:2rem;animation:fadeIn .5s ease-in}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.user-answer-display{padding:1.5rem;background:#4caf500d;border-radius:12px;border-left:4px solid var(--color-primary)}.response-label{font-size:1.1rem;color:var(--color-primary);font-weight:600;margin-bottom:.75rem;margin-top:0;font-family:var(--font-heading)}.user-answer-text{color:var(--color-text);line-height:1.7;font-size:1.05rem;margin:0;font-style:italic}.ai-response{padding:2rem;background:linear-gradient(135deg,#2196f30d,#4caf500d);border-radius:12px;border:2px solid rgba(76,175,80,.2)}.response-header{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem}.response-icon{font-size:1.75rem}.response-text{color:var(--color-text);line-height:1.8;font-size:1.05rem;white-space:pre-line}.next-section{text-align:center;padding-top:1.5rem;border-top:2px solid rgba(76,175,80,.1)}.next-prompt{font-size:1.1rem;color:var(--color-text-light);margin-bottom:1.5rem}.next-button{padding:1.25rem 2.5rem;background:linear-gradient(135deg,var(--color-secondary),#1976D2);color:#fff;border:none;border-radius:50px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease;display:inline-flex;align-items:center;gap:.75rem;box-shadow:0 4px 12px #2196f34d}.next-button:hover{transform:translateY(-2px);box-shadow:0 6px 20px #2196f366}.next-arrow{font-size:1.5rem;transition:transform .3s ease}.next-button:hover .next-arrow{transform:translate(5px)}@media (max-width: 768px){.question-card{margin-top:2rem;margin-bottom:2rem}.question-header{padding:2rem 1.5rem 1.5rem}.question-icon{font-size:3rem}.question-title{font-size:2rem}.question-subtitle{font-size:1rem}.question-content{padding:2rem 1.5rem}.main-question{font-size:1.5rem}.answer-textarea{padding:1rem;font-size:1rem}.submit-button,.next-button{padding:1rem 2rem;font-size:1rem;width:100%}.ai-response{padding:1.5rem}.response-text{font-size:1rem}}@media (max-width: 480px){.question-title{font-size:1.85rem}.main-question{font-size:1.5rem}.user-answer-display,.ai-response{padding:1.25rem}}.section-navigation{display:flex;justify-content:space-between;gap:1.5rem;margin-top:4rem;padding-top:2rem;border-top:2px solid var(--color-border)}.nav-button{display:flex;align-items:center;gap:1rem;padding:1.25rem 2rem;background:#fff;border:2px solid var(--color-primary);border-radius:12px;cursor:pointer;transition:all .3s ease;font-family:var(--font-body);color:var(--color-text);box-shadow:0 2px 8px #00000014;flex:1;max-width:300px}.nav-button:hover{background:var(--color-primary);color:#fff;transform:translateY(-2px);box-shadow:0 4px 12px #4caf504d}.nav-button-prev{justify-content:flex-start}.nav-button-next{justify-content:flex-end;margin-left:auto}.nav-button-content{display:flex;flex-direction:column;gap:.25rem}.nav-button-prev .nav-button-content{align-items:flex-start}.nav-button-next .nav-button-content{align-items:flex-end}.nav-button-label{font-size:.85rem;font-weight:500;text-transform:uppercase;letter-spacing:.5px;opacity:.8}.nav-button-title{font-size:1.1rem;font-weight:600;font-family:var(--font-heading)}.nav-arrow{font-size:1.75rem;font-weight:700;transition:transform .3s ease}.nav-button-prev:hover .nav-arrow{transform:translate(-4px)}.nav-button-next:hover .nav-arrow{transform:translate(4px)}@media (max-width: 768px){.section-navigation{flex-direction:column;gap:1rem;margin-top:3rem}.nav-button{max-width:100%;width:100%}.nav-button-prev,.nav-button-next{justify-content:center;margin-left:0}.nav-button-content{align-items:center!important;text-align:center}.nav-button{padding:1rem 1.5rem}.nav-button-label{font-size:.8rem}.nav-button-title{font-size:1rem}.nav-arrow{font-size:1.5rem}}@media (max-width: 480px){.nav-button{padding:.875rem 1.25rem}.nav-button-title{font-size:.95rem}}.section-navigation{animation:slideUp .5s ease-out}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.footer{background:linear-gradient(135deg,#2E7D32 0%,var(--color-primary) 100%);color:#fff;margin-top:auto;padding:3rem 0 1.5rem;position:relative;overflow:hidden}.footer:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#ffffff1a,#ffffff4d,#ffffff1a)}.footer-content{max-width:1200px;margin:0 auto;padding:0 2rem}.footer-top{display:grid;grid-template-columns:1fr 2fr;gap:3rem;padding-bottom:2.5rem;border-bottom:1px solid rgba(255,255,255,.2)}.footer-brand{max-width:350px}.footer-logo{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem}.footer-logo-icon{font-size:2rem;animation:pulse 2s ease-in-out infinite}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.8;transform:scale(1.05)}}.footer-logo-text{font-size:1.5rem;font-family:var(--font-heading);font-weight:700}.footer-tagline{color:#ffffffd9;line-height:1.6;font-size:.95rem;margin:0}.footer-links-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.footer-section{display:flex;flex-direction:column}.footer-section-title{font-size:1.1rem;font-weight:600;margin-bottom:1rem;font-family:var(--font-heading);color:#fff}.footer-links{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}.footer-link{color:#ffffffd9;text-decoration:none;font-size:.95rem;transition:all .3s ease;display:inline-block}.footer-link:hover{color:#fff;transform:translate(4px)}.footer-verse-item{display:flex;flex-direction:column;gap:.25rem;margin-bottom:.75rem}.verse-quote{color:#ffffffe6;font-style:italic;font-size:.9rem;line-height:1.4}.verse-ref{color:#ffffffb3;font-size:.85rem;font-weight:500}.footer-description{color:#ffffffd9;font-size:.95rem;line-height:1.6;margin-bottom:1.25rem}.footer-cta-button{padding:.875rem 1.75rem;background:#fff;color:var(--color-primary);border:none;border-radius:50px;font-weight:600;font-size:.95rem;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px #00000026;align-self:flex-start}.footer-cta-button:hover{background:#fffffff2;transform:translateY(-2px);box-shadow:0 6px 16px #0003}.footer-bottom{display:flex;justify-content:space-between;align-items:center;padding-top:1.5rem;flex-wrap:wrap;gap:1rem}.footer-copyright{color:#fffc;font-size:.9rem;margin:0}.footer-bottom-links{display:flex;align-items:center;gap:.75rem}.footer-bottom-link{color:#fffc;text-decoration:none;font-size:.9rem;transition:color .3s ease}.footer-bottom-link:hover{color:#fff}.footer-separator{color:#ffffff80}@media (max-width: 1024px){.footer-top{grid-template-columns:1fr;gap:2.5rem}.footer-links-grid{grid-template-columns:repeat(2,1fr)}.footer-brand{max-width:100%}}@media (max-width: 768px){.footer{padding:2.5rem 0 1.5rem}.footer-content{padding:0 1.5rem}.footer-top{gap:2rem;padding-bottom:2rem}.footer-links-grid{grid-template-columns:1fr;gap:2rem}.footer-section-title{font-size:1rem}.footer-bottom{flex-direction:column;text-align:center;gap:.75rem}.footer-cta-button{width:100%;text-align:center}}@media (max-width: 480px){.footer{padding:2rem 0 1rem}.footer-content{padding:0 1rem}.footer-logo-text{font-size:1.25rem}.footer-tagline{font-size:.9rem}.footer-link,.footer-description,.footer-copyright,.footer-bottom-link,.verse-quote{font-size:.85rem}}.footer{animation:fadeInUp .6s ease-out}.audio-player-container{background:linear-gradient(135deg,#4caf500d,#2196f30d);border:2px solid rgba(76,175,80,.2);border-radius:12px;margin:2rem 0;overflow:hidden}.audio-player-header{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.5rem;background:#4caf501a;cursor:pointer;transition:background .3s ease}.audio-player-header:hover{background:#4caf5026}.audio-player-title{display:flex;align-items:center;gap:.75rem;font-weight:600;color:var(--color-text);font-size:1.05rem}.audio-icon{font-size:1.5rem}.audio-expand-btn{background:none;border:none;font-size:1.5rem;cursor:pointer;color:var(--color-primary);width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:background .3s ease}.audio-expand-btn:hover{background:#4caf501a}.audio-player-content{padding:1.5rem}.audio-track-info{text-align:center;font-size:.9rem;color:var(--color-text-light);margin-bottom:1rem;font-weight:500}.audio-progress-container{display:flex;align-items:center;gap:.75rem;margin-bottom:1.25rem}.audio-time{font-size:.875rem;color:var(--color-text-light);font-weight:500;min-width:40px}.audio-progress-bar{flex:1;height:6px;border-radius:3px;-webkit-appearance:none;appearance:none;background:#4caf5033;outline:none;cursor:pointer}.audio-progress-bar::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:16px;height:16px;border-radius:50%;background:var(--color-primary);cursor:pointer;transition:transform .2s ease}.audio-progress-bar::-webkit-slider-thumb:hover{transform:scale(1.2)}.audio-progress-bar::-moz-range-thumb{width:16px;height:16px;border-radius:50%;background:var(--color-primary);cursor:pointer;border:none}.audio-controls{display:flex;justify-content:center;align-items:center;gap:.75rem}.audio-control-btn,.audio-play-btn{background:#fff;border:2px solid var(--color-primary);border-radius:50%;width:44px;height:44px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;font-size:1.25rem;color:var(--color-primary)}.audio-play-btn{width:56px;height:56px;font-size:1.5rem;background:var(--color-primary);color:#fff}.audio-control-btn:hover:not(:disabled),.audio-play-btn:hover{transform:scale(1.05);box-shadow:0 4px 12px #4caf504d}.audio-control-btn:disabled{opacity:.4;cursor:not-allowed}.audio-play-btn:hover{background:#2e7d32}.floating-chat-button{position:fixed;bottom:2rem;right:2rem;width:69px;height:69px;border-radius:50%;background:linear-gradient(135deg,var(--color-secondary),#1976D2);border:none;cursor:pointer;box-shadow:0 4px 16px #2196f366;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.25rem;transition:all .3s ease;z-index:999}.floating-chat-button:hover{transform:scale(1.1);box-shadow:0 6px 24px #2196f380}.chat-icon{font-size:1.75rem}.chat-badge{font-size:.7rem;font-weight:600;color:#fff}.floating-chat-window{position:fixed;bottom:2rem;right:2rem;width:380px;height:550px;background:#fff;border-radius:16px;box-shadow:0 8px 32px #00000026;display:flex;flex-direction:column;z-index:1000;overflow:hidden}.chat-header{display:flex;justify-content:space-between;align-items:center;padding:1.25rem;background:linear-gradient(135deg,var(--color-secondary),#1976D2);color:#fff}.chat-header-content{display:flex;align-items:center;gap:.75rem}.chat-header-icon{font-size:1.75rem}.chat-header-title{font-size:1.1rem;margin:0;font-weight:600}.chat-header-subtitle{font-size:.85rem;margin:0;opacity:.9}.chat-close-btn{background:#fff3;border:none;color:#fff;width:32px;height:32px;border-radius:50%;cursor:pointer;font-size:1.25rem;display:flex;align-items:center;justify-content:center;transition:background .3s ease}.chat-close-btn:hover{background:#ffffff4d}.chat-messages{flex:1;overflow-y:auto;padding:1.25rem;background:#f8f9fa}.chat-welcome{text-align:center;padding:2rem 1rem;color:var(--color-text-light)}.chat-welcome p{margin:.5rem 0}.chat-message{margin-bottom:1rem;display:flex}.chat-message-user{justify-content:flex-end}.chat-message-assistant{justify-content:flex-start}.chat-message-content{max-width:80%;padding:.875rem 1.125rem;border-radius:12px;line-height:1.5;font-size:.95rem}.chat-message-user .chat-message-content{background:var(--color-secondary);color:#fff;border-bottom-right-radius:4px}.chat-message-assistant .chat-message-content{background:#fff;color:var(--color-text);border-bottom-left-radius:4px;box-shadow:0 1px 2px #0000001a}.typing-indicator{display:flex;gap:4px;align-items:center}.typing-indicator span{width:8px;height:8px;border-radius:50%;background:var(--color-text-light);animation:typing 1.4s infinite}.typing-indicator span:nth-child(2){animation-delay:.2s}.typing-indicator span:nth-child(3){animation-delay:.4s}@keyframes typing{0%,60%,to{transform:translateY(0);opacity:.7}30%{transform:translateY(-8px);opacity:1}}.chat-input-form{display:flex;gap:.75rem;padding:1rem;background:#fff;border-top:1px solid #e0e0e0}.chat-input{flex:1;padding:.875rem 1rem;border:2px solid var(--color-border);border-radius:24px;font-size:.95rem;outline:none;transition:border-color .3s ease}.chat-input:focus{border-color:var(--color-secondary)}.chat-send-btn{width:44px;height:44px;border-radius:50%;background:var(--color-secondary);border:none;color:#fff;font-size:1.25rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.chat-send-btn:hover:not(:disabled){background:#1976d2;transform:scale(1.05)}.chat-send-btn:disabled{opacity:.5;cursor:not-allowed}@media (max-width: 768px){.floating-chat-button{bottom:1.5rem;right:1.5rem;width:67px;height:67px}.chat-icon{font-size:1.5rem}.floating-chat-window{bottom:0;right:0;left:0;width:100%;height:100%;max-height:100vh;border-radius:0}.audio-controls{gap:.5rem}.audio-control-btn,.audio-play-btn{width:40px;height:40px;font-size:1.1rem}.audio-play-btn{width:52px;height:52px;font-size:1.35rem}}@media (max-width: 480px){.audio-player-content{padding:1rem}.audio-controls{gap:.4rem}.audio-control-btn{width:36px;height:36px}.audio-play-btn{width:48px;height:48px}}.prayer-page{min-height:100vh;position:relative;display:flex;align-items:center;justify-content:center;overflow-x:hidden}.prayer-static-background{position:fixed;inset:0;background:linear-gradient(135deg,#2e7d32,#4caf50,#81c784);z-index:0}.prayer-content{position:relative;z-index:2;width:100%;padding:3rem 1.5rem;min-height:100vh;display:flex;align-items:center;justify-content:center}.prayer-container{max-width:800px;width:100%;animation:fadeInUp .8s ease-out}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.prayer-header{text-align:center;margin-bottom:3rem;color:#fff}.prayer-icon{font-size:4rem;margin-bottom:1.5rem;animation:float 3s ease-in-out infinite;display:inline-block}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.prayer-title{font-size:3rem;font-family:var(--font-heading);margin:0 0 1rem;text-shadow:2px 2px 8px rgba(0,0,0,.3);line-height:1.2}.prayer-subtitle{font-size:1.25rem;margin:0;opacity:.95;text-shadow:1px 1px 4px rgba(0,0,0,.3);line-height:1.5}.prayer-text-container{position:relative;border-radius:16px;padding:3rem 2.5rem;margin-bottom:2.5rem;box-shadow:0 8px 32px #00000026;overflow:hidden;transition:all .5s ease}.prayer-block-video{position:absolute;top:50%;left:50%;min-width:100%;min-height:100%;width:auto;height:auto;transform:translate(-50%,-50%);object-fit:cover;z-index:0}.prayer-block-overlay{position:absolute;inset:0;background:#00000026;z-index:1}.prayer-text-container.prayer-active{box-shadow:0 12px 48px #0003}.prayer-text-container.prayer-active .prayer-block-overlay{background:#0003}.prayer-text{position:relative;z-index:2;max-height:500px;overflow-y:auto;padding-right:1rem;font-size:xx-large;font-weight:700}.prayer-text::-webkit-scrollbar{width:7px}.prayer-text::-webkit-scrollbar-track{background:#0000000d;border-radius:3px}.prayer-text::-webkit-scrollbar-thumb{background:var(--color-primary);border-radius:3px}.prayer-line{font-size:2rem;line-height:1.9;color:#fff;margin:.75rem 0;font-family:var(--font-heading);animation:fadeIn .5s ease-out;text-shadow:2px 2px 6px rgba(0,0,0,.8),0 0 10px rgba(0,0,0,.5);font-size:x-large}.prayer-line:first-child{font-size:1.8rem;font-weight:700;color:gold;text-shadow:2px 2px 8px rgba(0,0,0,.9),0 0 15px rgba(255,215,0,.5)}.prayer-line:last-child{font-size:1.2rem;font-weight:700;text-align:right;margin-top:1.5rem;color:gold;text-shadow:2px 2px 8px rgba(0,0,0,.9),0 0 15px rgba(255,215,0,.5)}.prayer-space{height:1.5rem}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.prayer-audio-section{background:#fffffff2;border-radius:16px;padding:2rem;margin-bottom:2.5rem;box-shadow:0 4px 20px #0000001a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.prayer-start-button{width:100%;padding:1.5rem 2.5rem;background:linear-gradient(135deg,var(--color-primary),#2E7D32);color:#fff;border:none;border-radius:50px;font-size:1.25rem;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:1rem;transition:all .3s ease;box-shadow:0 4px 16px #4caf5066}.prayer-start-button:hover{transform:translateY(-2px);box-shadow:0 6px 24px #4caf5080}.prayer-start-icon{font-size:1.5rem}.prayer-controls{display:flex;flex-direction:column;gap:1.5rem;align-items:center}.prayer-control-button{width:64px;height:64px;border-radius:50%;background:var(--color-primary);border:none;color:#fff;font-size:1.75rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease;box-shadow:0 4px 16px #4caf504d}.prayer-control-button:hover{transform:scale(1.1);box-shadow:0 6px 24px #4caf5066}.prayer-progress{display:flex;align-items:center;gap:1rem;width:100%}.prayer-time{font-size:.9rem;color:var(--color-text-light);font-weight:600;min-width:45px}.prayer-progress-bar{flex:1;height:8px;background:#0000001a;border-radius:4px;overflow:hidden}.prayer-progress-fill{height:100%;background:linear-gradient(90deg,var(--color-primary),#2E7D32);transition:width .3s ease;border-radius:4px}.prayer-instruction{text-align:center;color:var(--color-text-light);font-size:1rem;margin:1.5rem 0 0;font-style:italic}.prayer-next-section{background:#fffffff2;border-radius:16px;padding:3rem 2.5rem;box-shadow:0 4px 20px #0000001a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.prayer-divider{height:3px;background:linear-gradient(90deg,transparent,var(--color-primary),transparent);margin-bottom:2.5rem}.prayer-next-title{font-size:2rem;font-family:var(--font-heading);color:var(--color-primary);text-align:center;margin:0 0 2rem}.prayer-next-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-bottom:2.5rem}.prayer-next-card{background:#fff;padding:2rem 1.5rem;border-radius:12px;text-align:center;box-shadow:0 2px 8px #00000014;transition:all .3s ease}.prayer-next-card:hover{transform:translateY(-4px);box-shadow:0 6px 16px #0000001f}.prayer-next-icon{font-size:2.5rem;display:block;margin-bottom:1rem}.prayer-next-card h3{font-size:1.15rem;color:var(--color-text);margin:0 0 .75rem;font-family:var(--font-heading)}.prayer-next-card p{font-size:.95rem;color:var(--color-text-light);line-height:1.6;margin:0}.prayer-continue-button{width:100%;padding:1.25rem 2.5rem;background:linear-gradient(135deg,var(--color-secondary),#1976D2);color:#fff;border:none;border-radius:50px;font-size:1.15rem;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:.75rem;transition:all .3s ease;box-shadow:0 4px 16px #2196f366}.prayer-continue-button:hover{transform:translateY(-2px);box-shadow:0 6px 24px #2196f380}.prayer-arrow{font-size:1.5rem;transition:transform .3s ease}.prayer-continue-button:hover .prayer-arrow{transform:translate(5px)}.celebration-overlay{position:fixed;inset:0;background:linear-gradient(135deg,#4caf50f7,#ffc107f2);z-index:9999;display:flex;align-items:center;justify-content:center;animation:celebrationFadeIn .5s ease-out}@keyframes celebrationFadeIn{0%{opacity:0}to{opacity:1}}.confetti-container{position:absolute;inset:0;overflow:hidden;pointer-events:none}.confetti{position:absolute;top:-10px;width:10px;height:10px;border-radius:50%;animation:confettiFall 3s linear infinite}@keyframes confettiFall{0%{transform:translateY(0) rotate(0);opacity:1}to{transform:translateY(100vh) rotate(720deg);opacity:0}}.celebration-message{position:relative;z-index:10000;text-align:center;color:#fff;animation:celebrationScale .6s cubic-bezier(.175,.885,.32,1.275)}@keyframes celebrationScale{0%{opacity:0;transform:scale(.5)}to{opacity:1;transform:scale(1)}}.celebration-icon{font-size:6rem;margin-bottom:1.5rem;animation:celebrationBounce 1s ease-in-out infinite}@keyframes celebrationBounce{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}.celebration-title{font-size:4rem;font-family:var(--font-heading);margin:0 0 1rem;text-shadow:3px 3px 12px rgba(0,0,0,.3);font-weight:700}.celebration-text{font-size:2rem;margin:0 0 2rem;text-shadow:2px 2px 8px rgba(0,0,0,.3);font-weight:500}.celebration-verse{max-width:700px;margin:0 auto;padding:2rem;background:#fff3;border-radius:12px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);font-size:1.3rem;line-height:1.8;font-style:italic;text-shadow:1px 1px 4px rgba(0,0,0,.2)}.celebration-reference{display:block;margin-top:1rem;font-size:1.1rem;font-weight:600;font-style:normal}@media (max-width: 1024px){.prayer-next-cards{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.prayer-content{padding:2rem 1rem}.prayer-title{font-size:2.25rem}.prayer-subtitle{font-size:1.1rem}.prayer-icon{font-size:3rem}.prayer-text-container{padding:2rem 1.5rem}.prayer-text{max-height:490px;font-size:x-large}.prayer-line{font-size:1.05rem}.prayer-audio-section,.prayer-next-section{padding:1.5rem}.prayer-next-cards{grid-template-columns:1fr;gap:1rem}.prayer-next-card{padding:1.5rem}.prayer-start-button{font-size:1.1rem;padding:1.25rem 2rem}.celebration-title{font-size:2.5rem}.celebration-text{font-size:1.5rem}.celebration-verse{font-size:1.1rem;padding:1.5rem}.celebration-icon{font-size:4rem}}@media (max-width: 480px){.prayer-title{font-size:1.85rem}.prayer-subtitle{font-size:1rem}.prayer-text-container{padding:1.5rem 1rem}.prayer-line{font-size:1rem}.prayer-control-button{width:56px;height:56px;font-size:1.5rem}.prayer-next-title{font-size:1.65rem}.celebration-title{font-size:2rem}.celebration-text{font-size:1.25rem}.celebration-verse{font-size:1rem}}
