@font-face{font-family:Space Grotesk;font-style:normal;font-weight:300 700;font-display:swap;src:url(../media/32687112bd2dd8db-s.cfdd66c2.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Space Grotesk;font-style:normal;font-weight:300 700;font-display:swap;src:url(../media/28868e710e86be81-s.c30238d4.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Space Grotesk;font-style:normal;font-weight:300 700;font-display:swap;src:url(../media/0c89a48fa5027cee-s.p.4564287c.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Space Grotesk Fallback;src:local(Arial);ascent-override:89.71%;descent-override:26.62%;line-gap-override:0.0%;size-adjust:109.69%}.space_grotesk_f8d09aa0-module__8-C3Kq__className{font-family:Space Grotesk,Space Grotesk Fallback;font-style:normal}
:root{--primary:#4f46e5;--primary-dark:#3730a3;--primary-light:#6366f1;--secondary:#06b6d4;--accent:#f59e0b;--gradient-1:linear-gradient(135deg,#667eea 0%,#764ba2 100%);--gradient-2:linear-gradient(135deg,#f093fb 0%,#f5576c 100%);--gradient-3:linear-gradient(135deg,#4facfe 0%,#00f2fe 100%);--bg-primary:#fff;--bg-secondary:#f8fafc;--bg-card:#fff;--bg-hover:#f1f5f9;--text-primary:#1e293b;--text-secondary:#475569;--text-muted:#64748b;--border:#e2e8f0;--shadow-sm:0 2px 8px #00000014;--shadow-md:0 4px 16px #0000001f;--shadow-lg:0 8px 32px #00000026;--shadow-glow:0 0 20px #6366f126;--radius:16px;--radius-sm:8px;--radius-lg:24px;font-family:Space Grotesk,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;scroll-padding-top:80px}body{background:var(--bg-primary);color:var(--text-primary);line-height:1.6;overflow-x:hidden}a{color:var(--primary-light);text-decoration:none;transition:color .3s}a:hover{color:var(--primary)}.navbar{z-index:1000;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--border);box-shadow:var(--shadow-sm);background:linear-gradient(135deg,#f8fafc 0%,#f1f5f9 100%);transition:all .3s;position:fixed;top:0;left:0;right:0}.navbar.scrolled{box-shadow:var(--shadow-md);background:linear-gradient(135deg,#f8fafc 0%,#f1f5f9 100%)}.nav-container{justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;padding:.5rem 2rem;display:flex}.nav-brand{color:var(--text-primary);align-items:center;gap:.5rem;font-size:1.5rem;font-weight:700;display:flex}.nav-logo-img{object-fit:contain;width:auto;height:60px;transition:transform .3s}.nav-logo-img:hover{transform:scale(1.05)}.logo-icon{font-size:1.8rem;animation:2s ease-in-out infinite pulse}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}.nav-menu{align-items:center;gap:2rem;list-style:none;display:flex}.nav-link{color:var(--text-secondary);border-radius:var(--radius-sm);padding:.5rem 1rem;font-size:1rem;font-weight:500;transition:all .3s;position:relative}.nav-link:after{content:"";background:var(--gradient-3);width:0;height:2px;transition:width .3s;position:absolute;bottom:0;left:50%;transform:translate(-50%)}.nav-link:hover,.nav-link.active{color:var(--text-primary);background:var(--bg-hover)}.nav-link:hover:after,.nav-link.active:after{width:80%}.nav-toggle{cursor:pointer;background:0 0;border:none;flex-direction:column;gap:4px;padding:.5rem;display:none}.nav-toggle span{background:var(--text-primary);border-radius:2px;width:25px;height:3px;transition:all .3s}.section{padding:6rem 2rem;position:relative}.container{max-width:1200px;margin:0 auto}.section-header{text-align:center;margin-bottom:4rem}.section-title{margin-bottom:1rem;font-size:3rem;font-weight:700;line-height:1.2}.section-subtitle{color:var(--text-secondary);max-width:600px;margin:0 auto;font-size:1.25rem}.gradient-text{background:var(--gradient-3);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.hero-section{align-items:center;min-height:100vh;padding-top:80px;display:flex;position:relative;overflow:hidden}.hero-background{z-index:0;position:absolute;inset:0}.grid-overlay{background-image:linear-gradient(#6366f11a 1px,#0000 1px),linear-gradient(90deg,#6366f11a 1px,#0000 1px);background-size:50px 50px;animation:20s linear infinite gridMove;position:absolute;inset:0}@keyframes gridMove{0%{transform:translate(0)}to{transform:translate(50px,50px)}}.gradient-orb{filter:blur(80px);opacity:.3;border-radius:50%;animation:8s ease-in-out infinite float;position:absolute}.orb-1{background:var(--gradient-1);width:500px;height:500px;top:-200px;right:-200px}.orb-2{background:var(--gradient-2);width:400px;height:400px;animation-delay:2s;bottom:-150px;left:-150px}@keyframes float{0%,to{transform:translate(0)scale(1)}50%{transform:translate(30px,-30px)scale(1.1)}}.hero-content{z-index:1;text-align:center;max-width:900px;margin:0 auto;position:relative}.hero-badge{color:var(--primary-light);background:#6366f11a;border:1px solid #6366f14d;border-radius:50px;margin-bottom:2rem;padding:.5rem 1.5rem;font-size:.9rem;font-weight:600;animation:.8s fadeInDown;display:inline-block}.hero-title{margin-bottom:1.5rem;font-size:4rem;font-weight:700;line-height:1.1;animation:.8s .2s both fadeInUp}.hero-subtitle{color:var(--text-secondary);margin-bottom:2.5rem;font-size:1.25rem;line-height:1.8;animation:.8s .4s both fadeInUp}.hero-cta{justify-content:center;gap:1rem;margin-bottom:4rem;animation:.8s .6s both fadeInUp;display:flex}.hero-stats{justify-content:center;gap:4rem;animation:.8s .8s both fadeInUp;display:flex}.stat{text-align:center}.stat-number{background:var(--gradient-3);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:.5rem;font-size:2.5rem;font-weight:700}.stat-label{color:var(--text-muted);font-size:.9rem}.btn{border-radius:var(--radius);cursor:pointer;text-align:center;border:2px solid #0000;padding:1rem 2rem;font-size:1rem;font-weight:600;transition:all .3s;display:inline-block}.btn-primary{background:var(--gradient-3);color:#fff;box-shadow:var(--shadow-glow)}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 0 30px #6366f180}.btn-secondary{border-color:var(--primary-light);color:var(--primary-light);background:0 0}.btn-secondary:hover{background:var(--primary);border-color:var(--primary);color:#fff}.btn-full{width:100%}.talk-now-btn{background:var(--gradient-1);border-color:#667eea;align-items:center;gap:.5rem;display:flex}.talk-now-btn:hover{box-shadow:0 0 30px #667eea80}.inline-talk-interface{border-radius:var(--radius-lg);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);width:100%;max-width:500px;min-height:320px;box-shadow:var(--shadow-lg);background:linear-gradient(135deg,#0000000d 0%,#1e293b14 100%);border:2px solid #6366f133;flex-direction:column;justify-content:space-between;align-items:center;margin-top:1rem;margin-left:auto;margin-right:auto;padding:1.5rem;animation:.5s fadeInUp;display:none;position:relative}.inline-talk-interface.active{display:flex}.talk-participants-inline{justify-content:space-between;align-items:center;width:100%;margin-bottom:1rem;padding:.5rem 1rem;display:flex}.participant-inline{flex-direction:column;align-items:center;gap:.5rem;width:120px;display:flex}.avatar-icon-inline{width:70px;height:70px;box-shadow:var(--shadow-sm);border:3px solid #fff;border-radius:50%;justify-content:center;align-items:center;transition:all .3s;display:flex;overflow:hidden}.ai-avatar{background:var(--gradient-1)}.ai-avatar-img{object-fit:cover;width:100%;height:100%}.user-avatar{background:var(--gradient-3)}.participant-label-inline{color:var(--text-primary);text-align:center;margin-top:0;font-size:.85rem;font-weight:700}.sound-waves-inline{opacity:0;align-items:center;gap:3px;transition:opacity .3s;display:flex;position:absolute;top:50%;right:-40px;transform:translateY(-50%)}.ai-waves{left:auto;right:-40px}.sound-waves-inline.active{opacity:1}.wave-inline{background:linear-gradient(#764ba2,#667eea);border-radius:2px;width:3px;animation:1.5s ease-in-out infinite wave-animation-inline}.user-waves .wave-inline{background:linear-gradient(#00f2fe,#4facfe)}.wave-inline.wave-1{height:15px;animation-delay:0s}.wave-inline.wave-2{height:25px;animation-delay:.1s}.wave-inline.wave-3{height:35px;animation-delay:.2s}.wave-inline.wave-4{height:20px;animation-delay:.3s}@keyframes wave-animation-inline{0%,to{opacity:.7;transform:scaleY(.3)}50%{opacity:1;transform:scaleY(1)}}.call-status-inline{color:var(--text-secondary);text-align:center;flex-grow:1;margin:1.5rem 0;font-size:1.1rem;font-weight:600}.end-call-btn-inline{color:#fff;cursor:pointer;background:#ef4444;border:none;border-radius:50px;align-items:center;gap:.5rem;padding:.8rem 2.5rem;font-size:1rem;font-weight:600;transition:all .3s;display:flex;box-shadow:0 4px 12px #ef444433}.end-call-btn-inline:hover{background:#dc2626;transform:scale(1.05)}.about-section{background:var(--bg-secondary)}.about-content{max-width:900px;margin:0 auto}.about-text h3{color:var(--primary-light);margin-bottom:1rem;font-size:2rem}.about-text p{color:var(--text-secondary);margin-bottom:1.5rem;font-size:1.1rem;line-height:1.8}.about-features{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-top:3rem;display:grid}.about-feature{background:var(--bg-card);border-radius:var(--radius);border:1px solid var(--border);gap:1rem;padding:1.5rem;transition:all .3s;display:flex}.about-feature:hover{border-color:var(--primary);box-shadow:var(--shadow-glow);transform:translateY(-5px)}.about-feature .feature-icon{font-size:2rem}.about-feature h4{color:var(--text-primary);margin-bottom:.5rem;font-size:1.2rem}.about-feature p{color:var(--text-muted);margin:0;font-size:.95rem}.features-grid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem;display:grid}.feature-card{background:var(--bg-card);border-radius:var(--radius);border:1px solid var(--border);padding:2rem;transition:all .3s;position:relative;overflow:hidden}.feature-card:before{content:"";background:var(--gradient-3);height:4px;transition:transform .3s;position:absolute;top:0;left:0;right:0;transform:scaleX(0)}.feature-card:hover{border-color:var(--primary);box-shadow:var(--shadow-lg);transform:translateY(-10px)}.feature-card:hover:before{transform:scaleX(1)}.feature-card.featured{border-color:var(--primary);box-shadow:var(--shadow-glow)}.featured-badge{background:var(--gradient-2);color:#fff;border-radius:50px;padding:.25rem .75rem;font-size:.75rem;font-weight:600;position:absolute;top:1rem;right:1rem}.feature-icon-wrapper{margin-bottom:1.5rem}.feature-icon-large{font-size:3rem;animation:2s ease-in-out infinite bounce;display:inline-block}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.feature-card h3{color:var(--text-primary);margin-bottom:1rem;font-size:1.5rem}.feature-card p{color:var(--text-secondary);margin-bottom:1.5rem;line-height:1.7}.feature-list{padding:0;list-style:none}.feature-list li{color:var(--text-muted);padding:.5rem 0 .5rem 1.5rem;position:relative}.feature-list li:before{content:"✓";color:var(--secondary);font-weight:700;position:absolute;left:0}.contact-section{background:var(--bg-secondary)}.contact-wrapper{grid-template-columns:1fr 1.2fr;align-items:start;gap:4rem;display:grid}.contact-info{position:sticky;top:100px}.contact-description{color:var(--text-secondary);margin-bottom:3rem;font-size:1.1rem;line-height:1.8}.contact-details{flex-direction:column;gap:2rem;margin-bottom:3rem;display:flex}.contact-item{align-items:flex-start;gap:1rem;display:flex}.contact-icon{flex-shrink:0;font-size:2rem}.contact-item h4{color:var(--text-muted);margin-bottom:.25rem;font-size:1rem}.contact-item a{color:var(--primary-light);font-size:1.1rem;font-weight:600}.contact-number{color:var(--text-primary);margin-bottom:.75rem;font-size:1.1rem;font-weight:600}.contact-actions{flex-wrap:wrap;gap:.75rem;display:flex}.contact-btn{background:var(--bg-primary);border:1px solid var(--border);border-radius:var(--radius-sm);color:var(--text-primary);align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.9rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex}.contact-btn:hover{background:var(--primary);border-color:var(--primary);color:#fff;box-shadow:var(--shadow-sm);transform:translateY(-2px)}.contact-btn svg{flex-shrink:0}.social-links h4{color:var(--text-secondary);margin-bottom:1rem}.social-icons{gap:1rem;display:flex}.social-icon{background:var(--bg-card);border:1px solid var(--border);width:40px;height:40px;color:var(--text-primary);border-radius:50%;justify-content:center;align-items:center;font-weight:700;transition:all .3s;display:flex}.social-icon:hover{background:var(--primary);border-color:var(--primary);transform:translateY(-3px)}.contact-form-wrapper{background:var(--bg-card);border-radius:var(--radius-lg);border:1px solid var(--border);box-shadow:var(--shadow-lg);padding:2.5rem}.tally-form-container h3{color:var(--text-primary);margin-bottom:.5rem;font-size:2rem}.form-subtitle{color:var(--text-muted);margin-bottom:2rem}.tally-form-container iframe{border-radius:var(--radius-sm);margin-top:1rem}.footer{background:var(--bg-primary);border-top:1px solid var(--border);padding:3rem 2rem 2rem}.footer-content{grid-template-columns:2fr 1fr 1fr;gap:3rem;max-width:1200px;margin:0 auto 2rem;display:grid}.footer-brand{max-width:300px}.footer-logo{align-items:center;gap:.5rem;margin-bottom:1rem;font-size:1.5rem;font-weight:700;display:flex}.footer-logo-img{object-fit:contain;width:auto;height:50px}.footer-brand p{color:var(--text-muted);line-height:1.6}.footer-column h4{color:var(--text-primary);margin-bottom:1rem;font-size:1.1rem}.footer-column a{color:var(--text-muted);margin-bottom:.75rem;transition:color .3s;display:block}.footer-column a:hover{color:var(--primary-light)}.footer-bottom{border-top:1px solid var(--border);text-align:center;max-width:1200px;color:var(--text-muted);margin:0 auto;padding-top:2rem}.legal-page{min-height:100vh;padding:120px 0 80px}.legal-container{max-width:900px;margin:0 auto;padding:0 20px}.legal-header{text-align:center;margin-bottom:60px}.legal-header h1{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:20px;font-size:3rem}.legal-header .last-updated{color:#94a3b8;font-size:.95rem}.legal-content{background:#ffffff08;border:1px solid #ffffff1a;border-radius:16px;padding:50px;line-height:1.8}.legal-content h2{color:var(--text-primary);margin-top:40px;margin-bottom:20px;font-size:1.8rem}.legal-content h3{color:var(--text-secondary);margin-top:30px;margin-bottom:15px;font-size:1.3rem}.legal-content p{color:var(--text-secondary);margin-bottom:20px}.legal-content ul,.legal-content ol{color:var(--text-secondary);margin-bottom:20px;padding-left:30px}.legal-content li{margin-bottom:10px}.legal-content a{color:#667eea;text-decoration:none;transition:color .3s}.legal-content a:hover{color:#764ba2}.back-link{color:#667eea;align-items:center;gap:8px;margin-bottom:30px;text-decoration:none;transition:gap .3s;display:inline-flex}.back-link:hover{gap:12px}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-30px)}to{opacity:1;transform:translateY(0)}}@media (max-width:968px){.hero-title{font-size:3rem}.section-title{font-size:2.5rem}.contact-wrapper{grid-template-columns:1fr}.contact-info{position:static}.footer-content{grid-template-columns:1fr}}@media (max-width:768px){.nav-menu{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-right:1px solid var(--border);background:#f8fafcfa;flex-direction:column;justify-content:flex-start;gap:1rem;width:100%;height:calc(100vh - 70px);padding:2rem;transition:left .3s;position:fixed;top:70px;left:-100%}.nav-menu.active{left:0}.nav-menu li{width:100%;margin-bottom:.75rem}.nav-link{text-align:center;border-radius:var(--radius-sm);width:100%;margin-bottom:.75rem;padding:1.25rem 1rem;font-size:1.1rem;display:block}.nav-menu .btn{margin-top:1.25rem;padding:1.125rem 2rem;font-size:1.1rem}.nav-toggle{display:flex}.nav-toggle.active span:first-child{transform:rotate(45deg)translate(5px,5px)}.nav-toggle.active span:nth-child(2){opacity:0}.nav-toggle.active span:nth-child(3){transform:rotate(-45deg)translate(7px,-6px)}.hero-section{min-height:100vh;padding-top:6rem}.hero-content{padding-top:2rem}.hero-badge{padding:.4rem 1.2rem;font-size:.8rem}.hero-title{font-size:2.5rem;line-height:1.2}.hero-subtitle{font-size:1.1rem}.hero-cta{flex-direction:column;gap:.75rem}.hero-cta .btn{width:100%}.hero-stats{flex-direction:column;gap:2rem}.section{padding:4rem 1.5rem}.section-title{font-size:2rem}.features-grid{grid-template-columns:1fr}.contact-form-wrapper{padding:1.5rem}.about-features{grid-template-columns:1fr}.legal-page{padding:100px 0 60px}.legal-header h1{font-size:2rem}.legal-content{padding:30px 20px}.legal-content h2{font-size:1.5rem}}@media (max-width:480px){.nav-container{padding:.5rem 1rem}.nav-logo-img{height:42px}.hero-section{padding-top:5rem}.hero-content{padding-top:1rem}.hero-badge{margin-bottom:1.5rem;padding:.35rem 1rem;font-size:.75rem}.hero-title{margin-bottom:1rem;font-size:1.75rem}.hero-subtitle{margin-bottom:2rem;font-size:1rem}.hero-cta{margin-bottom:3rem}.btn{padding:.875rem 1.5rem;font-size:.95rem}.stat-number{font-size:2rem}.stat-label{font-size:.85rem}.section{padding:3rem 1rem}.section-title{font-size:1.75rem}.section-subtitle{font-size:1rem}.feature-card{padding:1.5rem}.contact-form-wrapper{padding:1.25rem}.footer-logo-img{height:38px}.footer{padding:2rem 1rem 1.5rem}}.blog-grid{grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;margin-bottom:4rem;display:grid}.blog-card{background:var(--bg-card);border-radius:var(--radius);border:1px solid var(--border);height:fit-content;transition:all .3s;overflow:hidden}.blog-card:hover{box-shadow:var(--shadow-lg);border-color:var(--primary);transform:translateY(-5px)}.blog-card-content{padding:2rem}.blog-meta{color:var(--text-muted);justify-content:space-between;align-items:center;margin-bottom:1rem;font-size:.875rem;display:flex}.blog-date{color:var(--primary-light);font-weight:500}.blog-read-time{color:var(--text-muted)}.blog-title{margin-bottom:1rem;font-size:1.5rem;font-weight:600;line-height:1.3}.blog-title a{color:var(--text-primary);text-decoration:none;transition:color .3s}.blog-title a:hover{color:var(--primary-light)}.blog-excerpt{color:var(--text-secondary);margin-bottom:1.5rem;line-height:1.6}.blog-footer{border-top:1px solid var(--border);justify-content:space-between;align-items:center;padding-top:1rem;display:flex}.blog-author{color:var(--text-muted);font-size:.875rem}.blog-read-more{color:var(--primary-light);font-weight:500;text-decoration:none;transition:color .3s}.blog-read-more:hover{color:var(--primary)}.blog-cta{text-align:center;background:var(--bg-secondary);border-radius:var(--radius-lg);border:1px solid var(--border);padding:3rem 2rem}.blog-cta h3{color:var(--text-primary);margin-bottom:1rem;font-size:1.5rem}.blog-cta p{color:var(--text-secondary);margin-bottom:2rem;font-size:1.1rem}@media (max-width:768px){.blog-grid{grid-template-columns:1fr}.blog-card-content{padding:1.5rem}.blog-cta{padding:2rem 1rem}}
