@import"https://fonts.googleapis.com/css2?family=Montserrat:wght@600;700&family=Poppins:wght@400;600&display=swap";:root{--discourse-orange: #e45735;--discourse-orange-rgb: 228, 87, 53;--discourse-dark-orange: #cc4a2a;--discourse-light-blue-gray: #f8faff;--discourse-card-background: #ffffff;--discourse-border-color: var(--discourse-orange);--discourse-text-color: var(--primary);--discourse-medium-text: var(--primary-medium);--discourse-border-radius: var(--d-border-radius)}.insightai-component-wrapper{width:100%;overflow-x:hidden;background-color:rgba(0,0,0,0);padding-top:20px;padding-bottom:20px}.insightai-component-wrapper .content-section{max-width:var(--d-max-width);margin-left:auto;margin-right:auto;padding:30px 20px;margin-bottom:30px;background-color:var(--discourse-card-background);border:3px solid var(--discourse-border-color);border-radius:var(--discourse-border-radius);box-shadow:0 6px 15px rgba(0,0,0,.1)}.insightai-component-wrapper .content-section:last-of-type{margin-bottom:0}.insightai-component-wrapper .header{background-color:var(--discourse-orange);padding:40px 20px;text-align:center;margin-bottom:30px;border-radius:var(--discourse-border-radius);box-shadow:0 8px 20px rgba(0,0,0,.2)}.insightai-component-wrapper .header .header-content-wrapper{display:flex;flex-direction:column;align-items:center;justify-content:center;max-width:var(--d-max-width);margin:0 auto;gap:20px}.insightai-component-wrapper .header .text-content{text-align:center}.insightai-component-wrapper .header h1{font-family:"Montserrat",sans-serif;color:#fff;font-size:3.5em;font-weight:900;margin-bottom:10px;line-height:1.1;text-shadow:2px 2px 4px rgba(0,0,0,.1)}.insightai-component-wrapper .header h1 .fire-emoji{color:#ffc107;font-size:.8em}.insightai-component-wrapper .header .branding{font-family:"Poppins",sans-serif;display:block;color:hsla(0,0%,100%,.9);font-size:1.2em;margin-bottom:15px}.insightai-component-wrapper .header .tagline{font-family:"Poppins",sans-serif;display:block;color:#fff;font-size:1.5em;font-style:italic;font-weight:bold}.insightai-component-wrapper .header .robot-image-wrapper{display:flex;align-items:center;justify-content:center;flex-shrink:0}.insightai-component-wrapper .header .insight-ai-robot{max-width:220px;height:auto;background-color:rgba(0,0,0,0);border-radius:var(--discourse-border-radius)}.insightai-component-wrapper .vision h2{font-family:"Montserrat",sans-serif;color:var(--discourse-dark-orange);font-size:2em;margin-bottom:20px;text-align:center}.insightai-component-wrapper .vision p{font-family:"Poppins",sans-serif;color:var(--discourse-text-color);line-height:1.6;margin-bottom:20px;text-align:justify}.insightai-component-wrapper .vision blockquote{font-family:"Poppins",sans-serif;border-left:5px solid var(--discourse-dark-orange);padding:15px 20px;margin:20px 0;background-color:rgba(var(--discourse-orange-rgb), 0.05);color:var(--discourse-text-color);font-style:italic;line-height:1.5;border-radius:0 var(--discourse-border-radius) var(--discourse-border-radius) 0}.insightai-component-wrapper .feature-list-wrapper{display:grid;grid-template-columns:1fr;gap:30px;padding:0;margin-bottom:30px;max-width:var(--d-max-width);margin-left:auto;margin-right:auto;background-color:rgba(0,0,0,0);border-radius:var(--discourse-border-radius);box-shadow:none}.insightai-component-wrapper .feature-card{background-color:var(--discourse-card-background);padding:25px;border:3px solid var(--discourse-border-color);border-radius:var(--discourse-border-radius);box-shadow:0 6px 15px rgba(0,0,0,.1);transition:transform .2s ease-in-out,box-shadow .2s ease-in-out,border-color .2s ease-in-out}.insightai-component-wrapper .feature-card:hover{transform:translateY(-5px);box-shadow:0 8px 20px rgba(0,0,0,.15);border-color:var(--discourse-dark-orange)}.insightai-component-wrapper .feature-card h2{font-family:"Montserrat",sans-serif;color:var(--discourse-dark-orange);font-size:1.8em;margin-bottom:20px;text-align:center}.insightai-component-wrapper .feature-card h2 .fas{margin-right:10px;color:var(--discourse-orange)}.insightai-component-wrapper .feature-card ul{list-style:none;padding:0;margin:0}.insightai-component-wrapper .feature-card li{font-family:"Poppins",sans-serif;display:flex;align-items:flex-start;margin-bottom:15px;color:var(--discourse-text-color);line-height:1.5}.insightai-component-wrapper .feature-card li .fas{color:var(--discourse-dark-orange);margin-right:10px;font-size:1.2em;flex-shrink:0;padding-top:2px}.insightai-component-wrapper .feature-card li strong{color:var(--discourse-dark-orange)}.insightai-component-wrapper .cta-section h2{font-family:"Montserrat",sans-serif;color:var(--discourse-orange);font-size:2.2em;font-weight:900;letter-spacing:.05em;text-shadow:1px 1px 2px rgba(0,0,0,.1);margin-bottom:20px;text-align:center}.insightai-component-wrapper .cta-section p{font-family:"Poppins",sans-serif;color:var(--discourse-text-color);line-height:1.6;margin-bottom:30px;text-align:center}.insightai-component-wrapper .cta-section .start-revelation{font-family:"Poppins",sans-serif;color:var(--discourse-dark-orange);font-size:1.1em;font-weight:bold;margin-bottom:15px;text-align:center}.insightai-component-wrapper .cta-section .start-revelation .fas{color:var(--discourse-orange);margin-right:8px}.insightai-component-wrapper .cta-section .prompt-chips{display:flex;flex-direction:column;gap:15px;align-items:center}.insightai-component-wrapper .cta-section .prompt-chip{font-family:"Poppins",sans-serif;background-color:#fff;border:1px solid var(--discourse-border-color);border-radius:25px;padding:12px 25px;color:var(--discourse-text-color);font-style:italic;cursor:pointer;transition:background-color .2s ease-in-out,border-color .2s ease-in-out,color .2s ease-in-out,transform .1s ease-in-out;text-align:center;max-width:100%;box-shadow:0 2px 5px rgba(0,0,0,.05)}.insightai-component-wrapper .cta-section .prompt-chip:hover{background-color:var(--discourse-orange);border-color:var(--discourse-orange);color:#fff;transform:translateY(-2px);box-shadow:0 4px 8px rgba(var(--discourse-orange-rgb), 0.2)}.insightai-component-wrapper footer{background-color:var(--discourse-card-background);padding:30px 20px;text-align:center;border:3px solid var(--discourse-border-color);border-radius:var(--discourse-border-radius);box-shadow:0 -4px 10px rgba(0,0,0,.03)}.insightai-component-wrapper footer h3{font-family:"Montserrat",sans-serif;color:var(--discourse-dark-orange);font-size:1.6em;margin-bottom:10px}.insightai-component-wrapper footer h3 .fas{color:var(--discourse-orange);margin-right:8px}.insightai-component-wrapper footer .footer-tagline{font-family:"Poppins",sans-serif;color:var(--discourse-text-color);font-size:1.1em;font-style:italic;margin-bottom:20px}.insightai-component-wrapper footer .footer-tagline .fas{color:var(--discourse-orange);margin-right:8px}.insightai-component-wrapper footer .empowering-saints-block{display:flex;flex-direction:column;align-items:center;margin-bottom:20px}.insightai-component-wrapper footer .empowering-saints-text{font-family:"Poppins",sans-serif;color:var(--discourse-medium-text);font-size:.95em;margin-bottom:10px}.insightai-component-wrapper footer .robot-icon{max-width:40px;height:auto;opacity:.8}.insightai-component-wrapper footer .copyright{font-family:"Poppins",sans-serif;color:var(--discourse-medium-text);font-size:.85em}@media(min-width: 768px){.insightai-component-wrapper .header .header-content-wrapper{flex-direction:row;justify-content:center;gap:50px;padding:0 40px}.insightai-component-wrapper .header .text-content{text-align:left;flex-grow:0;flex-shrink:1}.insightai-component-wrapper .header h1{font-size:4em}.insightai-component-wrapper .header .insight-ai-robot{max-width:280px}.insightai-component-wrapper .feature-list-wrapper{grid-template-columns:1fr 1fr;gap:30px;padding:0}.insightai-component-wrapper .cta-section .prompt-chips{flex-direction:row;flex-wrap:wrap;justify-content:center}.insightai-component-wrapper .cta-section .prompt-chip{max-width:30%}}@media(min-width: 1024px){.insightai-component-wrapper .header h1{font-size:4.5em}.insightai-component-wrapper .header .insight-ai-robot{max-width:300px}.insightai-component-wrapper .content-section{padding:40px 30px}.insightai-component-wrapper .cta-section .prompt-chip{max-width:28%}}@media(max-width: 480px){.insightai-component-wrapper .header{padding:30px 15px}.insightai-component-wrapper .header h1{font-size:2.8em}.insightai-component-wrapper .header .tagline{font-size:1.3em}.insightai-component-wrapper .header .insight-ai-robot{max-width:180px}.insightai-component-wrapper .content-section{padding:25px 15px}.insightai-component-wrapper .feature-card{padding:20px}.insightai-component-wrapper .cta-section .prompt-chip{padding:10px 20px;font-size:.9em}}
/*# sourceMappingURL=common_theme_87_22e449d3e475292b68d45f7e34d686aa88c360e5.css.map?__ws=community.victoriouschristians.com */
