@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;700&display=swap);:root{--primary-color:#0a0a2a;--secondary-color:#4a4afc;--accent-color:#ffc107;--text-color:#f4f4f4;--background-color:#fff;--dark-background:#1a1a1a}body{background-color:#0a0a2a;background-color:var(--primary-color);color:#f4f4f4;color:var(--text-color);font-family:Poppins,sans-serif;line-height:1.6;margin:0}h1,h2,h3{color:#4a4afc;color:var(--secondary-color);font-weight:700}.container{margin:0 auto;max-width:1200px;padding:2rem}.btn{background:#4a4afc;background:var(--secondary-color);border-radius:5px;color:#f4f4f4;color:var(--text-color);display:inline-block;font-weight:600;padding:12px 24px;text-decoration:none;transition:background-color .3s ease}.btn:hover{background-color:#3a3adc}.header{background-color:var(--primary-color);border-bottom:1px solid #333;padding:1rem 0}.header .container{align-items:center;display:flex;justify-content:space-between}.logo{color:var(--secondary-color);font-size:1.8rem;font-weight:700}.header nav a,.logo{text-decoration:none}.header nav a{color:var(--text-color);font-weight:600;margin-left:1.5rem;transition:color .3s ease}.header nav a.active,.header nav a:hover{color:var(--accent-color)}.newsletter-signup{max-width:400px}.newsletter-signup h4{color:var(--text-color);font-size:1.5rem;margin-bottom:.5rem}.newsletter-signup p{color:#aaa;margin-bottom:1rem}.newsletter-form{border:1px solid #444;border-radius:5px;display:flex;overflow:hidden}.newsletter-form input{background:var(--dark-background);border:none;color:var(--text-color);flex-grow:1;font-size:1rem;outline:none;padding:.75rem 1rem}.btn-newsletter{background:var(--secondary-color);border:none;color:var(--text-color);cursor:pointer;font-size:1.5rem;padding:0 1.25rem;transition:background-color .3s ease}.btn-newsletter:hover{background-color:#3a3adc}.response-message{color:var(--accent-color);font-size:.9rem;margin-top:.75rem}.footer{background-color:var(--dark-background);border-top:1px solid #333;color:#aaa;padding:4rem 0}.footer-grid{grid-gap:3rem;align-items:start;display:grid;gap:3rem;grid-template-columns:1.5fr 2fr 1fr}.footer-about h3{color:var(--secondary-color);font-size:1.8rem;margin-bottom:1rem;margin-top:0}.footer-about p{margin:.5rem 0}.copyright{font-size:.9rem;margin-top:1.5rem}.footer-social{text-align:left}.footer-social h4{color:var(--text-color);font-size:1.5rem;margin-bottom:1rem;margin-top:0}.social-links{display:flex;gap:1.5rem}.social-links a{color:#aaa;font-size:1.8rem;transition:color .3s ease,transform .3s ease}.social-links a:hover{color:var(--accent-color);transform:scale(1.2)}@media (max-width:992px){.footer-grid{grid-template-areas:"about subscribe" "social subscribe";grid-template-columns:1fr 1fr}.footer-about{grid-area:about}.footer-subscribe{grid-area:subscribe}.footer-social{grid-area:social;margin-top:2rem}}@media (max-width:768px){.footer-grid{grid-template-areas:none;grid-template-columns:1fr;text-align:center}.footer-about,.footer-social,.footer-subscribe{grid-area:initial!important;margin:0 auto}.social-links{justify-content:center}}.hero{padding:6rem 0;text-align:center}.hero h1{font-size:3.5rem;margin-bottom:1rem}.subtitle{font-size:1.2rem;margin:0 auto 2rem;max-width:700px}.services{background-color:var(--dark-background);padding:4rem 0}.services h2{font-size:2.5rem;margin-bottom:3rem;text-align:center}.service-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.service-card{background:var(--primary-color);border:1px solid #333;border-radius:8px;padding:2rem}.service-card h3{color:var(--accent-color);font-size:1.5rem;margin-bottom:1rem}.funnel-preview-section{background:var(--dark-background);padding:3rem 0;text-align:center}.funnel-preview-section h2{font-size:2.5rem;margin-bottom:1rem}.funnel-preview-section .subtitle{margin:0 auto 3rem;max-width:600px}.funnel-container{align-items:center;display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.funnel-step{background:var(--primary-color);border:1px solid #444;border-radius:8px;padding:1.5rem;transition:transform .3s ease,box-shadow .3s ease;width:200px}.funnel-step:hover{box-shadow:0 10px 20px #4a4afc33;transform:translateY(-10px)}.step-icon{font-size:2.5rem;line-height:1;margin-bottom:1rem}.funnel-step h4{color:var(--text-color);margin:0 0 .5rem}.funnel-step p{color:#aaa;font-size:.9rem;margin:0}.arrow{color:var(--secondary-color);font-size:2.5rem}@media (max-width:992px){.funnel-container{flex-direction:column}.arrow{transform:rotate(90deg)}}.about-page{padding-bottom:4rem;padding-top:4rem}.about-page h1{font-size:3rem;margin-bottom:2rem;text-align:center}.about-intro{font-size:1.2rem;margin:0 auto 4rem;max-width:800px;text-align:center}.mission-section h2{font-size:2.5rem;margin-bottom:1.5rem;text-align:center}.mission-section p{margin:0 auto;max-width:900px;text-align:center}.testimonials{background-color:var(--primary-color);padding:4rem 0}.testimonials h2{font-size:2.5rem;margin-bottom:3rem;text-align:center}.testimonial-scroller{-ms-overflow-style:none;display:flex;gap:2rem;overflow-x:auto;padding:2rem 0;scrollbar-width:none}.testimonial-scroller::-webkit-scrollbar{display:none}.testimonial-card{animation:fadeIn .5s ease-out;background:var(--dark-background);border:1px solid #333;border-radius:8px;flex:0 0 350px;padding:2rem;transition:transform .3s ease,box-shadow .3s ease}.testimonial-card:hover{box-shadow:0 8px 20px #0000004d;transform:translateY(-5px)}.stars{color:var(--accent-color);font-size:1.25rem;margin-bottom:1rem}.stars span{color:#555}.stars span.filled{color:var(--accent-color)}.quote{font-size:1.1rem;font-style:italic;margin-bottom:1.5rem;min-height:100px}.client strong{color:var(--text-color);display:block;font-size:1.1rem}.client{color:#aaa}.packages-page{padding-top:4rem;text-align:center}.packages-page h1{font-size:3rem;margin-bottom:1rem}.packages-intro{margin:0 auto 4rem;max-width:600px}.package-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.package-card{background:var(--dark-background);border:1px solid #444;border-radius:8px;padding:2rem;text-align:left}.package-card.popular{border-color:var(--accent-color);transform:scale(1.05)}.package-card h2{color:var(--secondary-color);font-size:2rem}.price{color:var(--accent-color);font-size:2.5rem;font-weight:700;margin:1rem 0}.package-card ul{list-style:none;margin:2rem 0;padding:0}.package-card li{margin-bottom:.75rem}.chatbot-demo{background:var(--dark-background);border-radius:10px;box-shadow:0 10px 30px #0000004d;display:flex;flex-direction:column;margin:2rem auto;max-width:400px;overflow:hidden;width:100%}.chatbot-demo h2{background:var(--primary-color);border-top-left-radius:10px;border-top-right-radius:10px;color:var(--text-color);margin:2rem auto;padding:1rem;text-align:center}.chat-window{display:flex;flex-direction:column;gap:1rem;height:400px;overflow-y:auto;padding:1.5rem}.chat-window::-webkit-scrollbar{width:8px}.chat-window::-webkit-scrollbar-track{background:var(--dark-background)}.chat-window::-webkit-scrollbar-thumb{background-color:var(--secondary-color);border-radius:20px}.message{animation:popIn .4s cubic-bezier(.175,.885,.32,1.275) forwards;border-radius:18px;line-height:1.5;max-width:80%;padding:10px 15px}.message.bot{align-self:flex-start;background-color:#333;border-bottom-left-radius:4px;color:var(--text-color)}.message.user{align-self:flex-end;background-color:var(--secondary-color);border-bottom-right-radius:4px;color:var(--text-color)}.chat-input{border-top:1px solid #444;display:flex}.chat-input input{background:var(--primary-color);border:none;color:var(--text-color);flex-grow:1;font-size:1rem;outline:none;padding:1rem}.chat-input button{background:var(--secondary-color);border:none;color:var(--text-color);cursor:pointer;font-weight:600;padding:0 1.5rem;transition:background-color .3s ease}.chat-input button:hover{background-color:#3a3adc}@keyframes popIn{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}.chatbot-showcase{background-color:var(--primary-color);padding:4rem 0}.showcase-grid{grid-gap:4rem;align-items:center;display:grid;gap:4rem;grid-template-columns:1fr 1.2fr}.showcase-demo-wrapper{transform:translateX(-20px) rotate(-3deg)}.showcase-benefits h2{font-size:2.5rem;margin-bottom:1rem;margin-top:0}.showcase-benefits p{color:#ccc;font-size:1.1rem;margin-bottom:2rem}.showcase-benefits ul{display:flex;flex-direction:column;gap:1.5rem;list-style:none;padding:0}.showcase-benefits li{align-items:flex-start;display:flex;gap:1rem}.showcase-benefits li:before{color:var(--accent-color);content:"✅";font-size:1.2rem;margin-top:2px}.showcase-benefits li strong{color:var(--text-color);display:block;margin-bottom:.25rem}@media (max-width:992px){.showcase-grid{gap:3rem;grid-template-columns:1fr}.showcase-demo-wrapper{margin:0 auto;max-width:450px;transform:translateX(0) rotate(0)}.showcase-benefits{text-align:center}.showcase-benefits li{text-align:left}}.contact-page{margin:4rem auto;max-width:800px}.contact-page h1{font-size:3rem;margin-bottom:2rem;text-align:center}.contact-form{gap:1.5rem}.contact-form,.form-group{display:flex;flex-direction:column}.form-group label{font-weight:600;margin-bottom:.5rem}.form-group input,.form-group textarea{background-color:var(--dark-background);border:1px solid #444;border-radius:5px;color:var(--text-color);font-size:1rem;padding:12px}.form-group textarea{min-height:150px;resize:vertical}.blog-list-page h1{font-size:3rem;margin-bottom:3rem;text-align:center}.post-summary{animation:fadeIn .8s ease-out forwards;background:var(--dark-background);border-left:5px solid var(--secondary-color);border-radius:8px;margin-bottom:2rem;opacity:0;padding:2rem}.post-summary:nth-child(2){animation-delay:.2s}.post-summary:nth-child(3){animation-delay:.4s}.post-summary h2 a{color:var(--text-color);font-size:2rem;text-decoration:none;transition:color .3s ease}.post-summary h2 a:hover{color:var(--accent-color)}.post-meta{font-size:.9rem;margin-bottom:1.5rem;margin-top:.5rem}.btn-read-more{color:var(--accent-color);display:inline-block;font-weight:600;position:relative;text-decoration:none}.btn-read-more:after{background-color:var(--accent-color);bottom:-4px;content:"";height:2px;left:0;position:absolute;transform:scaleX(0);transform-origin:bottom right;transition:transform .3s ease-out;width:100%}.btn-read-more:hover:after{transform:scaleX(1);transform-origin:bottom left}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.blog-post-page{margin:4rem auto;max-width:800px}.blog-post-page h1{font-size:3.5rem;line-height:1.2;margin-bottom:1rem}.post-meta{color:#aaa;font-size:1rem;margin-bottom:3rem}.post-content{font-size:1.1rem;line-height:1.8}.post-content h2{font-size:2rem;margin-top:3rem}.post-content h2,.post-content p{margin-bottom:1.5rem}.post-content a{border-bottom:2px solid #0000;color:var(--accent-color);text-decoration:none;transition:border-bottom .3s ease}.post-content a:hover{border-bottom:2px solid var(--accent-color)}.case-studies-page .page-header{padding:4rem 0;text-align:center}.case-studies-page h1{font-size:3rem;margin-bottom:1rem}.case-studies-page .page-header p{font-size:1.2rem;margin:0 auto;max-width:600px}.studies-list{display:flex;flex-direction:column;gap:6rem}.study-entry{grid-gap:3rem;align-items:center;animation:fadeInUp .8s ease-out forwards;display:grid;gap:3rem;grid-template-columns:1fr 1fr;opacity:0;transform:translateY(40px)}.study-entry.reverse{grid-template-areas:"content image"}.study-entry.reverse .study-image{grid-area:image}.study-entry.reverse .study-content{grid-area:content}.study-image img{border-radius:8px;box-shadow:0 10px 30px #0000004d;transition:transform .4s ease;width:100%}.study-image img:hover{transform:scale(1.05)}.study-content h3{color:var(--accent-color);font-weight:600;margin-bottom:.5rem}.study-content h2{font-size:2.2rem;margin-bottom:2rem;margin-top:0}.problem-solution h4{border-left:3px solid var(--secondary-color);color:var(--text-color);font-size:1.1rem;margin-bottom:.5rem;padding-left:1rem}.problem-solution p{color:#ccc;margin-bottom:1.5rem;padding-left:1.2rem}.results-box{background:#4a4afc1a;border-left:4px solid var(--secondary-color);border-radius:4px;margin-top:2rem;padding:1rem 1.5rem}.results-box p{color:#ccc;margin:0}.results-box strong{color:var(--text-color);font-size:1.5rem;font-weight:700}@keyframes fadeInUp{to{opacity:1;transform:translateY(0)}}@media (max-width:992px){.study-entry,.study-entry.reverse{grid-template-areas:none!important;grid-template-columns:1fr}.study-entry .study-content,.study-entry .study-image{grid-area:initial!important}.study-entry.reverse{flex-direction:column-reverse}}
/*# sourceMappingURL=main.c477548c.css.map*/