@import"https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&display=swap";:root{--primary-color: #BDF347;--secondary-color: #06DD90;--link-color: #038053;--link-hover-color: #025d3d;--dark-color: #333333;--light-color: #ffffff;--gray-color: #f5f5f5;--text-color: #333333;--text-light: #ffffff;--blue-gradient: linear-gradient(180deg, rgba(255, 255, 255, .2) 0%, rgba(6, 221, 144, .146635) 47.05%, rgba(255, 255, 255, .2) 100%);--green-gradient: linear-gradient(180deg, rgba(255, 255, 255, .95) 0%, rgba(0, 194, 220, .66) 34.03%, rgba(24, 174, 93, .66) 68.92%, rgba(255, 255, 255, .95) 100%);--primary-gradient: linear-gradient(90deg, var(--primary-color) 0%, var(--secondary-color) 100%);--shadow-sm: 0 2px 4px rgba(0, 0, 0, .1);--shadow-md: 0 4px 8px rgba(0, 0, 0, .1);--shadow-lg: 0 8px 16px rgba(0, 0, 0, .1)}*{box-sizing:border-box;margin:0;padding:0}html,body{font-family:Montserrat,sans-serif;font-size:16px;line-height:1.5;color:var(--text-color);overflow-x:hidden;scroll-behavior:smooth}body{min-height:100vh}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 1rem}@media(min-width:768px){.container{padding:0 2rem}}h1,h2,h3,h4,h5,h6{font-weight:700;line-height:1.2;margin-bottom:1rem}p{margin-bottom:1rem}ul,ol{margin-bottom:1rem;padding-left:1.5rem}a{color:var(--link-color);text-decoration:none;transition:all .3s ease}a:hover{color:var(--link-hover-color)}img{max-width:100%;height:auto}.text-white{color:var(--light-color)}.text-blue{color:var(--dark-color)}.cta-button{display:inline-block;padding:.75rem 1.5rem;font-size:1rem;font-weight:600;text-align:center;border-radius:50px;border:2px solid var(--primary-color);background-color:transparent;color:var(--dark-color);cursor:pointer;transition:all .3s ease}.cta-button:hover{transform:translateY(-2px);box-shadow:var(--shadow-md)}.cta-button.primary{background-color:var(--primary-color);color:var(--dark-color)}.cta-button.secondary{background-color:#fff3;border-color:var(--light-color);color:var(--light-color)}.light-bg .cta-button.secondary,.feature-section.light .cta-button.secondary,.card-footer .cta-button.secondary,section:not(.hero):not(.product-demo):not(.highlights) .cta-button.secondary{background-color:#000c;border-color:#000c;color:var(--light-color)}.light-bg .cta-button.secondary:hover,.feature-section.light .cta-button.secondary:hover,.card-footer .cta-button.secondary:hover,section:not(.hero):not(.product-demo):not(.highlights) .cta-button.secondary:hover{background-color:var(--primary-color);border-color:var(--primary-color);color:var(--dark-color)}.cta-section{background-color:var(--gray-color);padding:4rem 0;text-align:center}.cta-buttons{display:flex;flex-wrap:wrap;justify-content:center;gap:1rem;margin-top:2rem}@keyframes float{0%{transform:translatey(0)}50%{transform:translatey(-20px)}to{transform:translatey(0)}}.floating{animation:float 6s ease-in-out infinite}.header{position:fixed;top:0;left:0;width:100%;z-index:1000;transition:all .3s ease;padding:1rem 0}.header-container{display:flex;align-items:center;justify-content:space-between;padding:0 2rem;max-width:1400px;margin:0 auto}.header-brand{display:flex;align-items:center}.header-logo img{height:55px;transition:all .2s ease}.header-menu{display:flex;align-items:center}.header-end{display:flex;align-items:center;gap:1.5rem}.header-item{display:flex;flex-direction:column;align-items:center;text-decoration:none;transition:all .2s ease}.dropdown-toggle{background:none;border:none;cursor:pointer;font:inherit}.header-icon{width:24px;height:24px;margin-bottom:.25rem}.header.scrolled{background-image:linear-gradient(180deg,#fffffff2 90%,#fff0);padding:.5rem 0;box-shadow:0 1px 10px #0000000d}.nav-dropdown{position:relative}.dropdown-menu{position:absolute;top:calc(100% + .4rem);left:0;min-width:220px;background-color:var(--light-color);border-radius:10px;box-shadow:var(--shadow-md);padding:.6rem;display:none;z-index:20}.nav-dropdown.open .dropdown-menu{display:block}.dropdown-link{display:block;padding:.55rem .65rem;border-radius:8px;color:var(--dark-color);font-weight:500}.dropdown-link:hover{background-color:var(--gray-color)}.language-switch{display:flex;align-items:center;gap:.45rem;margin-left:1.5rem;padding:.28rem .32rem .28rem .5rem;border:1px solid rgba(255,255,255,.35);border-radius:999px;background-color:#ffffff1f;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);transition:all .3s ease}.language-switch__label{display:inline-flex;align-items:center;gap:.3rem;color:#ffffffeb;font-size:.7rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.language-switch__label svg{width:13px;height:13px;fill:currentColor}.language-switch__options{display:inline-flex;align-items:center;gap:.18rem;padding:.16rem;border-radius:999px;background-color:#0000002e}.language-switch__option{display:inline-flex;align-items:center;gap:0;min-width:42px;padding:.42rem .58rem;border-radius:999px;color:#ffffffe0;font-weight:700;line-height:1;justify-content:center}.language-switch__option:hover{color:var(--light-color);background-color:#ffffff14}.language-switch__option.active{background:linear-gradient(90deg,var(--primary-color) 0%,var(--secondary-color) 100%);color:var(--dark-color);box-shadow:0 6px 14px #0000002e}.language-switch__code{font-size:.76rem;letter-spacing:.06em}.language-switch__name{display:none}.header.scrolled .language-switch{border-color:#00000014;background-color:#ffffffeb;box-shadow:0 8px 24px #00000014}.header.scrolled .language-switch__label{color:#0000009e}.header.scrolled .language-switch__options{background-color:#0000000f}.header.scrolled .language-switch__option{color:#000000b8}.navbar-burger{display:none;background:transparent;border:none;cursor:pointer;width:40px;height:40px;position:relative}.navbar-burger span{display:block;width:24px;height:2px;background-color:var(--light-color);position:absolute;left:8px;transition:all .3s ease}.navbar-burger span:nth-child(1){top:12px}.navbar-burger span:nth-child(2){top:19px}.navbar-burger span:nth-child(3){top:26px}.header.scrolled .navbar-burger span{background-color:var(--dark-color)}.navbar-burger.is-active span:nth-child(1){transform:rotate(45deg);top:19px}.navbar-burger.is-active span:nth-child(2){opacity:0}.navbar-burger.is-active span:nth-child(3){transform:rotate(-45deg);top:19px}@media(max-width:1024px){.navbar-burger{display:block}.header-menu{position:absolute;top:100%;left:0;width:100%;background-color:var(--dark-color);padding:1rem 0;flex-direction:column;display:none}.header-menu.is-active{display:flex}.header-end{flex-direction:column;width:100%;gap:.5rem}.header.scrolled .header-menu .header-item span,.header .header-menu .header-item span{color:var(--light-color)!important}.header-item{padding:.5rem 0;width:100%;flex-direction:row;justify-content:center;gap:.5rem}.dropdown-toggle{width:100%;justify-content:center;display:flex;align-items:center;padding:.5rem 0;gap:.5rem}.header-icon{margin-bottom:0}.dropdown-menu{position:static;min-width:auto;width:100%;background-color:#fffffff2;margin:.25rem 0}.dropdown-link{text-align:center}.language-switch{margin:1rem auto 0;width:min(320px,calc(100% - 2rem));justify-content:space-between;border-color:#ffffff2e;background-color:#ffffff14;padding:.35rem .4rem .35rem .9rem}.header.scrolled .header-menu .language-switch,.header .header-menu .language-switch{background-color:#ffffff14;border-color:#ffffff2e;box-shadow:none}.header.scrolled .header-menu .language-switch__label,.header .header-menu .language-switch__label,.header.scrolled .header-menu .language-switch__option,.header .header-menu .language-switch__option{color:var(--light-color)!important}.header.scrolled .header-menu .language-switch__options,.header .header-menu .language-switch__options{background-color:#ffffff14}.language-switch__options{flex:1;justify-content:space-between;padding:.2rem}.language-switch__option{flex:1;justify-content:center;gap:.4rem;min-width:0}.language-switch__name{display:inline;font-size:.82rem;font-weight:600;opacity:.92}.language-switch__label-text{display:inline}}@media(min-width:1025px){.language-switch__label-text{display:none}}.footer{background-image:url(/_astro/bgGradient.CRVP_cKu.webp);background-size:cover;background-position:center;color:var(--light-color);padding:4rem 0 0}.footer-content{display:flex;flex-wrap:wrap;justify-content:space-between;gap:2rem;padding:0 2rem;max-width:1400px;margin:0 auto}.footer-main{display:flex;flex-wrap:wrap;gap:3rem;flex:1}.footer-logo{max-width:300px}.footer-logo img{max-height:55px;margin-bottom:2rem}.footer-links{display:flex;flex-wrap:wrap;gap:3rem}.footer-column h3{color:var(--primary-color);font-size:1rem;text-transform:uppercase;margin-bottom:1.5rem}.footer-column ul{list-style:none;padding:0;margin:0}.footer-column li{margin-bottom:.75rem}.footer-column a,.footer-column button{color:var(--light-color);text-decoration:none;background:none;border:none;padding:0;font-size:1rem;cursor:pointer;transition:color .3s ease}.footer-column a:hover,.footer-column button:hover{color:var(--primary-color)}.footer-newsletter{max-width:400px}.footer-newsletter h3{margin-bottom:1.5rem}.newsletter-form .form-group{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1rem}.newsletter-form .input{padding:.75rem;border-radius:50px;border:none;background-color:#fff3;color:var(--light-color)}.newsletter-form .button{background-color:var(--primary-color);color:var(--dark-color);border:none;border-radius:50px;padding:.75rem 1.5rem;font-weight:600;cursor:pointer;transition:all .3s ease}.newsletter-form .button:hover{transform:translateY(-2px);box-shadow:var(--shadow-md)}.newsletter-form .checkbox{display:flex;align-items:center;gap:.5rem;margin-top:1rem}.footer-bottom{background-color:#fff3;margin-top:4rem;padding:2rem;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.powered-by{display:flex;align-items:center;gap:.5rem}.powered-by img{height:2.5rem}@media(max-width:768px){.footer-content{padding:0 1rem}.footer-main{flex-direction:column;gap:2rem}.footer-bottom{flex-direction:column;text-align:center}}.home-page .hero{background-image:url(/_astro/bgGradient.CRVP_cKu.webp);background-size:cover;background-position:center;padding:8rem 0 5rem;color:var(--light-color)}.section-header{text-align:center;margin-bottom:3rem}.section-header h2{font-size:2.5rem;margin-bottom:1rem;color:var(--dark-color)}.section-header p{font-size:1.2rem;max-width:700px;margin:0 auto;color:#666}.about-overview{padding:5rem 0;background-color:var(--light-color)}.tabs-container{max-width:1000px;margin:0 auto}.tabs{display:flex;justify-content:space-between;margin-bottom:3rem;border-bottom:1px solid var(--gray-color)}.tab-button{background:none;border:none;font-size:1rem;font-weight:600;padding:1rem 1.5rem;cursor:pointer;position:relative;color:var(--text-color);opacity:.6;transition:all .3s ease}.tab-button.active{opacity:1;color:var(--primary-color)}.tab-button.active:after{content:"";position:absolute;bottom:-1px;left:0;width:100%;height:3px;background-color:var(--primary-color)}.content-grid{display:flex;flex-wrap:wrap;gap:3rem;align-items:center}.content-image img{max-width:100%;max-height:300px;object-fit:contain}.content-text{flex:1.5;min-width:300px}.content-text p{margin-bottom:2rem;white-space:pre-line;line-height:1.8}.learn-more-link{color:var(--link-color);font-weight:600;display:inline-flex;align-items:center}.learn-more-link span{margin-left:.5rem;transition:transform .2s ease}.learn-more-link:hover span{transform:translate(5px)}.learn-more-link:hover{color:var(--link-hover-color)}.home-page .hero-content{display:flex;align-items:center;gap:2rem;flex-wrap:wrap}.home-page .hero-text{flex:1;min-width:300px}.home-page .hero-image{flex:1;min-width:300px;display:flex;justify-content:center}.home-page .hero-image img{max-width:100%;animation:float 6s ease-in-out infinite}.home-page .hero-tagline{font-weight:500;font-size:1rem;margin-bottom:1rem}.home-page .hero-tagline span{color:var(--primary-color)}.home-page .hero-title{font-size:4rem;margin-bottom:1.5rem;line-height:1.1}.home-page .hero-subtitle{font-size:1.1rem;max-width:600px;margin-bottom:2rem}.home-page .hero-buttons{display:flex;gap:1rem;flex-wrap:wrap}.home-page .features-overview{padding:5rem 0;background-color:var(--gray-color)}.features-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:2rem}.feature-card{background-color:var(--light-color);border-radius:10px;padding:2rem;box-shadow:var(--shadow-sm);transition:all .3s ease;height:100%;display:flex;flex-direction:column}.feature-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-md)}.feature-icon{margin-bottom:1.5rem;height:70px;display:flex;align-items:center}.feature-icon img{max-height:100%;max-width:70px}.feature-card h3{font-size:1.5rem;margin-bottom:1rem;color:var(--dark-color)}.feature-card p{color:#666;margin-bottom:1.5rem;flex-grow:1}.feature-link{color:var(--link-color);font-weight:600;display:inline-flex;align-items:center;margin-top:auto}.feature-link span{margin-left:.5rem;transition:transform .2s ease}.feature-link:hover span{transform:translate(5px)}.home-page .feature-item{display:flex;align-items:center;gap:3rem;margin-bottom:5rem;flex-wrap:wrap}.home-page .feature-item.reverse{flex-direction:row-reverse}.home-page .feature-image,.home-page .feature-content{flex:1;min-width:300px}.home-page .feature-content h2{font-size:2rem;margin-bottom:1rem}.home-page .feature-content p{margin-bottom:2rem}.home-page .feature-link{display:inline-block;color:var(--link-color);font-weight:600}.home-page .pricing-preview{padding:5rem 0;background-color:var(--gray-color);text-align:center}.home-page .pricing-preview h2{font-size:2.5rem;margin-bottom:1rem}.home-page .pricing-preview p{font-size:1.2rem;max-width:600px;margin:0 auto 3rem}.home-page .pricing-preview-cards{display:flex;justify-content:center;gap:2rem;flex-wrap:wrap}.home-page .preview-card{background-color:var(--light-color);border-radius:10px;padding:2rem;max-width:300px;box-shadow:var(--shadow-sm);transition:all .3s ease;position:relative;flex:1}.home-page .preview-card:hover{transform:translateY(-10px);box-shadow:var(--shadow-lg)}.home-page .preview-card.featured{transform:scale(1.05);box-shadow:var(--shadow-md)}.home-page .preview-card.featured:hover{transform:scale(1.05) translateY(-10px)}.home-page .preview-card h3{font-size:1.5rem;margin-bottom:1rem}.home-page .preview-card .price{display:flex;flex-wrap:wrap;justify-content:center;align-items:baseline;gap:.5rem;margin-bottom:2rem}.home-page .preview-card .original-amount{font-size:1rem;color:#7a7a7a;text-decoration:line-through;text-decoration-thickness:2px}.home-page .preview-card .amount{font-size:2rem;font-weight:700}.home-page .preview-card .period{font-size:.9rem;color:#666}.home-page .popular-tag{position:absolute;top:-15px;right:20px;background-color:var(--primary-color);color:var(--dark-color);font-size:.8rem;font-weight:600;padding:.5rem 1rem;border-radius:20px}.home-page .pricing-preview .preview-card .cta-button.secondary{background-color:#000c;border-color:#000c;color:var(--light-color)}.home-page .pricing-preview .preview-card .cta-button.secondary:hover{background-color:var(--primary-color);border-color:var(--primary-color);color:var(--dark-color)}.home-page .highlights{padding:5rem 0;background-image:var(--green-gradient),url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='400'%20height='400'%3e%3cdefs%3e%3cpattern%20id='square'%20width='200'%20height='200'%20patternUnits='userSpaceOnUse'%3e%3crect%20width='200'%20height='200'%20style='fill:none;stroke:%23a9a9a9;stroke-width:20px'/%3e%3c/pattern%3e%3cpattern%20id='quad'%20width='400'%20height='400'%20patternUnits='userSpaceOnUse'%3e%3crect%20width='400'%20height='400'%20style='stroke:%23366'%20fill='url(%23square)'/%3e%3c/pattern%3e%3c/defs%3e%3crect%20width='400'%20height='400'%20fill='url(%23quad)'%20style='stroke:%23366;stroke-width:20px'/%3e%3c/svg%3e");text-align:center}.home-page .highlights h2{font-size:2.5rem;margin-bottom:3rem;color:var(--dark-color)}.home-page .highlights .section-header h2{margin-bottom:.8rem}.home-page .highlights .section-header p{color:var(--dark-color);max-width:760px}.home-page .highlight-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:2rem}.home-page .highlight-item{background-color:#000000bf;color:var(--light-color);border-radius:10px;padding:2rem;box-shadow:var(--shadow-sm);backdrop-filter:blur(5px);text-align:left}.home-page .highlight-icon{margin-bottom:1rem}.home-page .highlight-icon img{max-height:40px}.home-page .highlight-item h3{margin-bottom:.8rem;color:var(--light-color)}.home-page .highlight-item p{margin-bottom:0;color:#ffffffd1}.product-demo{padding:5rem 0;position:relative;background:linear-gradient(180deg,#fff3,#06dd9025 47.05%,#fff3)}.demo-container{margin-top:3rem;background-color:#ffffffd9;border-radius:10px;box-shadow:var(--shadow-md);overflow:hidden;border:1px solid rgba(6,221,144,.2)}.demo-nav{display:flex;overflow-x:auto;background-color:#000c;padding:.5rem;scroll-snap-type:x mandatory;border-bottom:3px solid rgba(6,221,144,.5)}.demo-nav::-webkit-scrollbar{height:5px}.demo-nav::-webkit-scrollbar-thumb{background-color:#fff3;border-radius:2.5px}.demo-nav::-webkit-scrollbar-track{background-color:#0000001a}.demo-nav button{background:none;border:none;padding:1rem 1.5rem;color:var(--light-color);font-weight:600;cursor:pointer;white-space:nowrap;display:flex;align-items:center;gap:.8rem;position:relative;scroll-snap-align:start;transition:all .3s ease}.demo-nav button:after{content:"";position:absolute;bottom:-.5rem;left:0;width:100%;height:3px;background-color:var(--primary-color);transform:scaleX(0);transform-origin:left;transition:transform .3s ease}.demo-nav button.active{color:var(--primary-color)}.demo-nav button.active:after{transform:scaleX(1)}.demo-nav-icon{display:flex;align-items:center;justify-content:center;width:28px;height:28px;background-color:#ffffff1a;border-radius:50%;padding:5px}.demo-nav-icon img{max-width:100%;max-height:100%;filter:brightness(1.2)}.demo-content{display:flex;flex-wrap:wrap;align-items:stretch}.demo-visual{flex:1.3;padding:3rem 2rem;display:flex;justify-content:center;align-items:center;min-width:300px;position:relative}.demo-image{max-width:90%;max-height:450px;object-fit:contain;transition:all .6s cubic-bezier(.165,.84,.44,1);box-shadow:var(--shadow-md);border-radius:8px;border:1px solid rgba(0,0,0,.1)}.demo-info{flex:1;padding:3rem 2.5rem;min-width:300px;background-color:#0000000a;border-left:1px solid rgba(0,0,0,.05)}.demo-info h3{font-size:2rem;margin-bottom:1.5rem;color:var(--dark-color);font-weight:600;position:relative;padding-bottom:1rem}.demo-info h3:after{content:"";position:absolute;bottom:0;left:0;width:60px;height:3px;background-color:var(--primary-color)}.demo-info p{margin-bottom:2.5rem;color:#000000bf;line-height:1.8;font-size:1.05rem}.demo-info .cta-button{background-color:#000c;color:var(--light-color);padding:.75rem 2rem;border:none;transition:all .3s ease}.demo-info .cta-button:hover{background-color:var(--primary-color);color:var(--dark-color)}.product-demo .demo-info .cta-button,.product-demo .demo-info .cta-button.secondary{background-color:#000c;color:var(--light-color);padding:.75rem 2rem;border:2px solid transparent;border-radius:50px;font-weight:600;transition:all .3s ease;text-decoration:none;display:inline-block;opacity:1!important}.product-demo .demo-info .cta-button:hover,.product-demo .demo-info .cta-button.secondary:hover{background-color:var(--primary-color);color:var(--dark-color);transform:translateY(-2px);box-shadow:var(--shadow-md)}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.demo-visual img,.demo-info h3,.demo-info p{animation:fadeIn .5s ease forwards}.demo-info h3{animation-delay:.1s}.demo-info p{animation-delay:.2s}.demo-info .cta-button{animation:fadeIn .5s ease forwards;animation-delay:.3s;opacity:0}@media(max-width:768px){.home-page .hero-title{font-size:3rem}.home-page .feature-item,.home-page .feature-item.reverse{flex-direction:column}.tabs{flex-wrap:wrap;justify-content:center}.tab-button{padding:.75rem 1rem}.content-grid{flex-direction:column}.features-grid{grid-template-columns:1fr}.feature-card{margin-bottom:1rem}.demo-content{flex-direction:column}.demo-visual,.demo-info{width:100%}.demo-nav{justify-content:flex-start}.demo-info{border-left:none;border-top:1px solid rgba(0,0,0,.05)}}.home-value-pillars{padding:5rem 0}.home-value-pillars .section-header p{color:var(--dark-color);max-width:760px}.pricing-preview-cards-four .preview-card{min-width:240px}.preview-small-copy{font-size:.9rem;color:#666}.box-teaser{padding:5rem 0;background-color:var(--gray-color)}.box-teaser .feature-content h2{font-size:2.4rem}.box-teaser .feature-image img{width:100%;max-width:100%;border-radius:16px;box-shadow:var(--shadow-md)}.blog-teaser{padding:5rem 0;background-color:var(--light-color)}.section-header.with-link{display:flex;align-items:center;justify-content:space-between;gap:1rem}.blog-feature-card .blog-card-image{width:100%;border-radius:10px;margin-bottom:1rem}.about-page{padding-top:80px}.about-hero{background-color:var(--primary-color);padding:5rem 0 3rem;text-align:center}.about-title{font-size:3rem;margin-bottom:1.5rem}.about-subtitle{font-size:1.1rem;max-width:820px;margin:0 auto}.about-content{padding:4rem 0}.about-story-grid{display:flex;flex-wrap:wrap;gap:3rem;align-items:center}.content-image{flex:1;min-width:300px;text-align:center}.content-image img{max-width:100%;max-height:400px;object-fit:contain;border-radius:16px;box-shadow:var(--shadow-md)}.content-text{flex:1;min-width:300px}.content-text p{white-space:pre-wrap;line-height:1.8}.content-text h2+p{margin-bottom:1.75rem}.about-focus{margin-top:4rem}.about-focus h2{text-align:center;font-size:2.3rem;margin-bottom:2rem}.about-focus-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1.5rem}.about-focus-card{background-color:var(--light-color);border-radius:10px;box-shadow:var(--shadow-sm);padding:2rem}@media(max-width:768px){.about-story-grid{flex-direction:column}}.legacy-page{padding-top:80px}.legacy-hero{background-color:var(--primary-color);padding:5rem 0 3rem;text-align:center}.legacy-title{font-size:3rem;margin-bottom:1rem}.legacy-subtitle{font-size:1.2rem;max-width:760px;margin:0 auto}.legacy-section{padding:4.5rem 0}.legacy-section-alt{background-color:var(--gray-color)}.legacy-two-col{display:flex;flex-wrap:wrap;align-items:center;gap:2.5rem}.legacy-text-block,.legacy-image-block{flex:1;min-width:300px}.legacy-image-block img{width:100%;border-radius:16px;box-shadow:var(--shadow-md)}.legacy-text-block h2{font-size:2rem;margin-top:1rem}.legacy-card-grid{display:grid;gap:1.5rem}.legacy-card-grid-two{grid-template-columns:repeat(auto-fill,minmax(360px,1fr))}.legacy-card-grid-three{grid-template-columns:repeat(auto-fill,minmax(280px,1fr))}.legacy-card{background-color:var(--light-color);border-radius:10px;padding:2rem;box-shadow:var(--shadow-sm)}.legacy-card h2,.legacy-card h3{margin-bottom:.9rem}.legacy-price{font-size:1.1rem}.legacy-highlight-card{border-left:5px solid var(--primary-color)}.legacy-footnote{font-size:.92rem;color:#666}.legacy-addon-list{margin:2rem 0}.legacy-addon-list ul{margin:0}.legacy-section-title{margin-bottom:2rem;font-size:2.2rem}.legacy-section-lead{max-width:760px;margin-bottom:2rem}.connect-demo-grid .connect-demo-card{padding:1.2rem}.connect-demo-image{width:100%;border-radius:8px;box-shadow:var(--shadow-sm);margin-bottom:1rem}@media(max-width:768px){.legacy-title{font-size:2.3rem}.legacy-subtitle{font-size:1rem}.legacy-card-grid-two,.legacy-card-grid-three{grid-template-columns:1fr}}.pricing-page{padding-top:80px}.pricing-hero{background-color:var(--primary-color);padding:5rem 0 3rem;text-align:center}.pricing-title{font-size:3rem;margin-bottom:1rem}.pricing-subtitle{font-size:1.2rem;max-width:700px;margin:0 auto}.pricing-discount-note{display:inline-flex;margin-top:1.25rem;padding:.7rem 1rem;border-radius:999px;background-color:#ffffff29;border:1px solid rgba(255,255,255,.28);font-weight:600}.pricing-tiers{padding:5rem 0}.pricing-cards{display:flex;justify-content:center;gap:2rem;flex-wrap:wrap;padding-top:1rem;align-items:flex-start}.pricing-cards-four .pricing-card{max-width:280px}.pricing-card{background-color:var(--light-color);border-radius:10px;box-shadow:var(--shadow-sm);overflow:visible;max-width:350px;flex:1;display:flex;flex-direction:column;align-self:flex-start;position:relative;transition:all .3s ease}.pricing-card:hover{transform:translateY(-10px);box-shadow:var(--shadow-lg)}.pricing-card.popular{box-shadow:var(--shadow-md);transform:scale(1.05)}.pricing-card.popular:hover{transform:scale(1.05) translateY(-10px)}.popular-tag{position:absolute;top:-15px;right:20px;background-color:var(--primary-color);color:var(--dark-color);font-size:.8rem;font-weight:600;padding:.5rem 1rem;border-radius:20px;z-index:2}.card-header{padding:2rem;background-color:var(--gray-color);text-align:center;border-radius:10px 10px 0 0}.plan-name{font-size:1.8rem;margin-bottom:1rem}.plan-discount-badge{display:inline-flex;margin:0 0 .9rem;padding:.4rem .75rem;border-radius:999px;background-color:#fac52f2e;color:var(--secondary-color);font-size:.82rem;font-weight:700;letter-spacing:.01em}.plan-price{display:flex;flex-wrap:wrap;justify-content:center;align-items:baseline;gap:.55rem;margin-bottom:1rem}.original-price{font-size:1.2rem;color:#7a7a7a;text-decoration:line-through;text-decoration-thickness:2px}.price{font-size:2.5rem;font-weight:700}.period{font-size:.9rem;color:#666}.plan-description{color:#666}.card-content{padding:2rem;flex:1}.feature-list{list-style:none;padding:0;margin:0}.feature-item{display:flex;align-items:flex-start;margin-bottom:1rem}.checkmark{color:var(--secondary-color);margin-right:.5rem;font-weight:700}.card-footer{padding:2rem;text-align:center;background-color:var(--gray-color);border-radius:0 0 10px 10px;margin-top:auto}.pricing-section-title{text-align:center;font-size:2.2rem;margin-bottom:2rem}.pricing-definition{margin-top:2rem;background-color:var(--light-color);border-radius:10px;box-shadow:var(--shadow-sm);padding:1rem 1.2rem}.pricing-definition summary{font-weight:600;cursor:pointer}.pricing-definition p{margin-top:.8rem;margin-bottom:0}.pricing-addons{padding:4rem 0;background-color:var(--gray-color)}.pricing-addon-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem}.pricing-addon-card{background-color:var(--light-color);border-radius:10px;box-shadow:var(--shadow-sm);padding:2rem}.pricing-bundles{padding:4rem 0}.pricing-bundle-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:1.5rem}.bundle-footnote{font-size:.9rem;color:#666}.pricing-faq{padding:5rem 0;background-color:var(--gray-color);text-align:center}.pricing-faq h2{font-size:2.5rem;margin-bottom:3rem}.faq-items{display:grid;grid-template-columns:repeat(auto-fill,minmax(400px,1fr));gap:2rem;max-width:1200px;margin:0 auto}.faq-item{background-color:var(--light-color);padding:2rem;border-radius:10px;text-align:left;box-shadow:var(--shadow-sm)}.faq-item h3{margin-bottom:1rem;font-size:1.2rem}@media(max-width:768px){.faq-items{grid-template-columns:1fr}}.contact-page{padding-top:80px}.contact-hero{background-color:var(--primary-color);padding:5rem 0 3rem;text-align:center}.contact-title{font-size:3rem;margin-bottom:1.5rem}.contact-subtitle{font-size:1.1rem;max-width:760px;margin:0 auto}.contact-content{padding:4rem 0}.contact-grid{display:flex;flex-wrap:wrap;gap:3rem}.contact-info{flex:1;min-width:300px}.contact-form-container{flex:2;min-width:300px}.calendly-container{flex:2;min-width:300px;background-color:var(--light-color);padding:2rem;border-radius:10px;box-shadow:var(--shadow-sm)}.calendly-container h2{margin-bottom:.75rem}.calendly-container p{margin-bottom:1.25rem}.contact-card{background-color:var(--light-color);padding:2rem;border-radius:10px;margin-bottom:1.5rem;box-shadow:var(--shadow-sm);transition:all .3s ease}.contact-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-md)}.contact-icon{margin-bottom:1rem;font-size:2rem;color:var(--primary-color)}.contact-card h3{margin-bottom:.5rem}.contact-cta{margin-top:2rem}.contact-form{background-color:var(--light-color);padding:2rem;border-radius:10px;box-shadow:var(--shadow-sm)}.contact-form h2{margin-bottom:2rem}.form-group{margin-bottom:1.5rem}.form-group label{display:block;margin-bottom:.5rem;font-weight:600}.form-group input,.form-group textarea{width:100%;padding:.75rem;border:1px solid #ddd;border-radius:5px;font-family:inherit;font-size:1rem}.form-group textarea{min-height:150px;resize:vertical}.submit-button{display:inline-block;padding:.75rem 2rem;font-size:1rem;font-weight:600;color:var(--dark-color);background-color:var(--primary-color);border:none;border-radius:50px;cursor:pointer;transition:all .3s ease}.submit-button:hover{transform:translateY(-2px);box-shadow:var(--shadow-md)}.field-error{color:#b90000;font-size:.85rem;margin-top:.35rem}.blog-page{padding-top:80px}.blog-hero{background-color:var(--primary-color);padding:5rem 0 3rem;text-align:center}.blog-title{font-size:3rem;margin-bottom:1rem}.blog-subtitle{font-size:1.2rem;max-width:760px;margin:0 auto}.blog-section{padding:4rem 0}.blog-section-alt{background-color:var(--gray-color)}.blog-section-top{padding-top:5rem}.blog-section-header{margin-bottom:1.5rem}.blog-category-list{display:flex;flex-wrap:wrap;gap:.7rem}.blog-category-pill{background-color:var(--light-color);border:1px solid #d8d8d8;border-radius:999px;padding:.5rem .85rem;font-weight:600;display:inline-flex;align-items:center;gap:.6rem}.blog-category-pill-count{background-color:#00000014;border-radius:999px;min-width:1.7rem;padding:.1rem .45rem;text-align:center}.feature-link{color:var(--link-color);font-weight:600;display:inline-flex;align-items:center;gap:.35rem}.feature-link span{transition:transform .2s ease}.feature-link:hover span{transform:translate(4px)}.blog-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem}.blog-card{background-color:var(--light-color);border-radius:10px;padding:1.4rem;box-shadow:var(--shadow-sm)}.blog-card-image{width:100%;border-radius:10px;margin-bottom:.9rem;aspect-ratio:16 / 9;object-fit:cover}.blog-card-meta{display:flex;flex-wrap:wrap;gap:.75rem;margin-bottom:.6rem}.blog-card-date{font-size:.85rem;color:#666;margin-bottom:0}.blog-card-reading-time{font-size:.85rem;color:#666}.blog-category-summary{margin-bottom:1.25rem;color:#555}.blog-post-container{max-width:900px}.blog-post-title{font-size:2.8rem;margin-bottom:1rem}.blog-post-eyebrow{margin-bottom:.8rem;font-weight:700;letter-spacing:.03em;text-transform:uppercase}.blog-post-meta-row{display:flex;flex-wrap:wrap;gap:.9rem;margin-bottom:1rem}.blog-post-hero{width:100%;border-radius:10px;margin:1rem 0 1.5rem}.blog-post-card{background-color:var(--light-color);border-radius:10px;padding:2rem;box-shadow:var(--shadow-sm);margin-bottom:1.2rem}.blog-post-card h2{margin-top:1rem}.blog-post-body h2,.blog-post-body h3{margin-top:1.75rem}.blog-post-body p,.blog-post-body li{line-height:1.75}.blog-post-body a{color:var(--link-color)}.blog-post-body blockquote{margin:1.25rem 0;padding-left:1rem;border-left:3px solid rgba(0,0,0,.15);color:#555}.blog-post-body code{background-color:#0000000d;border-radius:4px;padding:.1rem .3rem}.blog-post-body pre{overflow-x:auto;padding:1rem;border-radius:10px;background-color:#0d1726;color:#f6f7fb}.blog-post-body pre code{background:none;padding:0}.blog-post-card ul,.blog-post-card ol{padding-left:1.4rem}.blog-link-list{margin-bottom:0}.blog-related-section{padding:0 0 1.5rem}@media(max-width:768px){.blog-title{font-size:2.2rem}.blog-subtitle{font-size:1rem}.blog-post-title{font-size:2rem}.blog-post-card{padding:1.3rem}}body{background-color:var(--light-color)}.app{display:flex;flex-direction:column;min-height:100vh}main{flex:1}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.breadcrumbs{display:none}.legacy-list{margin:0;padding-left:1.25rem}.legacy-list li{margin-bottom:.75rem}.legacy-link-list{display:grid;gap:.9rem;margin-top:1.5rem}.legacy-link-list a{display:inline-flex;align-items:center;gap:.35rem;font-weight:600}.legacy-link-list a span{transition:transform .2s ease}.legacy-link-list a:hover span{transform:translate(4px)}.legacy-faq-grid{display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fill,minmax(280px,1fr))}.legal-copy{white-space:pre-line}.portal-card{max-width:720px;margin:0 auto}.portal-card p:last-child,.legacy-card p:last-child{margin-bottom:0}.portal-actions{display:flex;flex-wrap:wrap;gap:1rem;margin-top:1.5rem}.contact-link{font-weight:600}.calendly-frame{width:100%;min-height:700px;border:0}.blog-post-card .blog-post-body>:first-child{margin-top:0}.blog-post-card .blog-post-body>:last-child{margin-bottom:0}.blog-empty-state{text-align:center}@media(max-width:768px){.portal-actions{flex-direction:column}}
