.navbar-wrapper{position:fixed;top:0;left:0;width:100%;display:flex;justify-content:center;z-index:100;padding:32px 24px 0;pointer-events:none;box-sizing:border-box}.navbar-container{pointer-events:auto;width:100%;max-width:1300px;height:64px;padding:0 32px;border-radius:32px;display:flex;justify-content:space-between;align-items:center;transform-origin:top center;box-sizing:border-box}.navbar-logo{display:flex;align-items:center}.navbar-logo img{height:30px;width:auto;display:block}.navbar-links{display:flex;gap:40px}.navbar-links a{color:#fffc;text-decoration:none;font-size:14px;font-weight:500;transition:color .2s ease,opacity .2s ease}.navbar-links a:hover{color:#fff;opacity:1}.navbar-menu-btn{display:flex;align-items:center;gap:8px;background:none;border:none;color:#fffc;font-size:12px;font-family:inherit;letter-spacing:.5px;cursor:pointer;padding:0;transition:color .2s ease}.navbar-menu-btn:hover{color:#fff}@media(max-width:768px){.navbar-wrapper{padding:16px 16px 0}.navbar-container{height:52px;padding:0 20px;border-radius:26px}.navbar-logo img{height:24px}.navbar-links{display:none}}.sidenav-container{position:fixed;left:20px;top:50%;transform:translateY(-50%);width:56px;height:56px;border-radius:40px;z-index:50;display:flex;flex-direction:column;align-items:center;overflow:hidden;transition:height .4s cubic-bezier(.25,1,.5,1);box-sizing:border-box}.sidenav-container.expanded{height:400px}.sidenav-icon{width:56px;height:56px;min-height:56px;display:flex;justify-content:center;align-items:center;color:#fffc}.sidenav-content{display:flex;flex-direction:column;align-items:center;justify-content:space-between;flex:1;width:100%;padding-bottom:24px;opacity:0;transition:opacity .3s ease;pointer-events:none}.sidenav-container.expanded .sidenav-content{opacity:1;pointer-events:auto;transition-delay:.2s}.sidenav-links{display:flex;flex-direction:column;align-items:center;gap:24px;margin-top:16px}.sidenav-links a{color:#fffc;text-decoration:none;font-size:14px;font-weight:500;writing-mode:vertical-rl;transform:rotate(180deg);transition:color .2s ease,opacity .2s ease}.sidenav-links a:hover{color:#a252ff;opacity:1}.sidenav-logo{margin-top:auto}.sidenav-logo img{width:24px;height:auto}@media(max-width:768px){.sidenav-container{left:12px;width:48px;height:48px;border-radius:24px}.sidenav-container.expanded{height:350px}.sidenav-icon{width:48px;height:48px;min-height:48px}.sidenav-links{gap:18px}.sidenav-links a{font-size:13px}}.color-bends-container{position:relative;width:100%;height:100%;overflow:hidden}.footer-wrapper{display:flex;flex-direction:column;align-items:center;width:100%}.cta-card-container{width:100%;max-width:1060px;padding:0 2rem;z-index:20;margin-top:-80px;margin-bottom:-80px;box-sizing:border-box}@keyframes float-pulse{0%{transform:translateY(0)}50%{transform:translateY(-5px)}to{transform:translateY(0)}}.cta-card{min-height:140px;border-radius:20px;overflow:hidden;position:relative;display:flex;align-items:center;box-shadow:0 30px 80px #000000b3,0 0 0 1px #ffffff14;animation:float-pulse 5s ease-in-out infinite}.cta-bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.cta-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background-color:#0600128c;z-index:1}.cta-content{position:relative;z-index:2;display:flex;flex-direction:row;justify-content:space-between;align-items:center;width:100%;padding:2.5rem 3.5rem;box-sizing:border-box;gap:2rem}.cta-title{font-size:clamp(1.8rem,4vw,3rem);font-weight:700;color:#fffffff2;margin:0}.cta-buttons{display:flex;gap:1rem}.btn-primary{background-color:#9b59e8;color:#fff;padding:.75rem 1.75rem;border-radius:30px;border:none;font-weight:600;cursor:pointer;transition:all .3s ease}.btn-primary:hover{background-color:#711ec1;transform:scale(1.03);box-shadow:0 0 15px #a855f780}.btn-ghost{background-color:transparent;color:#fff;padding:.75rem 1.75rem;border-radius:30px;border:1px solid rgba(255,255,255,.35);font-weight:600;cursor:pointer;transition:all .3s ease}.btn-ghost:hover{background-color:#ffffff0d;border-color:#fff9}.footer{position:relative;width:100%;display:flex;flex-direction:column;align-items:center;padding-top:180px;padding-bottom:2rem;overflow:hidden}.footer-bg-img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:top center;object-position:top center;z-index:0}.footer-inner{position:relative;z-index:1;width:100%;max-width:1060px;display:grid;grid-template-columns:2fr 1fr 1fr;gap:3rem;border-bottom:1px solid rgba(255,255,255,.08);padding:0 2rem 3rem;box-sizing:border-box}.brand-col{display:flex;flex-direction:column;gap:1rem}.footer-logo{height:28px;width:auto;-o-object-fit:contain;object-fit:contain;-o-object-position:left;object-position:left}.brand-tagline{font-size:.88rem;color:#ffffff73;max-width:280px;margin:0;line-height:1.5}.footer-heading{font-size:.65rem;font-weight:700;letter-spacing:.18em;color:#ffffff59;margin-bottom:1.5rem}.footer-links{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.8rem}.footer-links a{font-size:1rem;color:#ffffffa6;text-decoration:none;transition:opacity .3s ease}.footer-links a:hover{opacity:.9}.contact-text{font-size:1rem;color:#ffffffa6;margin:0 0 .8rem}.footer-bottom{position:relative;z-index:1;width:100%;max-width:1060px;display:flex;flex-direction:column;align-items:center;gap:.6rem;padding:2rem 2rem 0;box-sizing:border-box}.footer-bottom p,.legal-links a{font-size:.8rem;color:#ffffff40;margin:0;text-decoration:none}.legal-links{display:flex;gap:1.5rem}.legal-links a:hover{color:#ffffff73}@media(max-width:900px){.cta-content{flex-direction:column;text-align:center}.footer-inner{grid-template-columns:1fr 1fr}.brand-col{grid-column:1 / -1}.footer{padding-top:150px}}@media(max-width:600px){.cta-card-container{padding:0 1rem}.cta-content{padding:2rem 1.5rem}.cta-buttons{flex-direction:column;width:100%}.btn-primary,.btn-ghost{width:100%}.footer-inner{grid-template-columns:1fr;gap:2rem}.footer{padding-top:130px}}.hero-section{position:relative;min-height:100vh;width:100%;display:flex;align-items:center;overflow:hidden;background-color:#030303}.hero-bg{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:right center;object-position:right center;z-index:0}.hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1;pointer-events:none;background:linear-gradient(to right,#030303f2,#030303bf 40%,#03030340 75%,#03030399)}.hero-content{position:relative;z-index:5;width:90%;max-width:1300px;margin:0 auto;padding:120px 0 80px}.hero-tag{display:inline-flex;padding:8px 16px;border-radius:20px;background-color:#ffffff0d;border:1px solid rgba(255,255,255,.1);font-size:10px;letter-spacing:1px;color:#a0a0a0;margin-bottom:24px}.hero-title{font-size:60px;font-weight:650;line-height:1.05;letter-spacing:-1px;color:#fff;margin:0 0 24px;max-width:650px}.hero-description{font-size:18px;color:#a0a0a0;line-height:1.6;margin:0 0 40px;max-width:650px}.hero-actions{display:flex;gap:16px}.hero-btn-primary{display:inline-flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#a252ff,#7e30d1);color:#fff;padding:16px 36px;border-radius:32px;border:none;font-size:15px;font-weight:600;cursor:pointer;box-shadow:0 4px 20px #a252ff66;transition:transform .2s ease,box-shadow .2s ease;text-decoration:none}.hero-btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 24px #a252ff99}.hero-btn-secondary{display:inline-flex;align-items:center;justify-content:center;background:transparent;color:#fff;padding:16px 36px;border-radius:32px;border:1px solid rgba(255,255,255,.5);font-size:15px;font-weight:600;cursor:pointer;transition:background-color .2s ease,border-color .2s ease;text-decoration:none}.hero-btn-secondary:hover{background-color:#ffffff1a;border-color:#fffc}.floating-labels-container{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:4}.floating-label{position:absolute;display:flex;align-items:center;gap:8px}.label-content{display:inline-flex;padding:8px 16px;border-radius:20px;background-color:#ffffff0d;border:1px solid rgba(255,255,255,.1);font-size:10px;letter-spacing:1px;color:#a0a0a0;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.software-label{top:24%;right:36%}.ai-label{top:20%;right:12%}.digital-label{bottom:24%;right:8%}@media(max-width:1200px){.floating-labels-container{display:none}}@media(max-width:1024px){.hero-title{font-size:52px}}@media(max-width:768px){.hero-bg{-o-object-position:70% center;object-position:70% center;opacity:.55}.hero-overlay{background:linear-gradient(to bottom,#030303d9,#03030399 35%,#030303d9 75%,#030303)}.hero-content{padding:100px 0 60px}.hero-title{font-size:38px;line-height:1.1}.hero-description{font-size:15px}.hero-actions{flex-direction:column}.hero-btn-primary,.hero-btn-secondary{width:100%;padding:14px 24px}}.slider-section{padding:80px 0;background:linear-gradient(to bottom,transparent,rgba(10,10,12,.8));overflow:hidden;position:relative;width:100%}.slider-container{position:relative;width:100%;overflow:hidden}.slider-container:before,.slider-container:after{content:"";position:absolute;top:0;width:150px;height:100%;z-index:2;pointer-events:none}.slider-container:before{left:0;background:linear-gradient(to right,#030303 0%,transparent 100%)}.slider-container:after{right:0;background:linear-gradient(to left,#030303 0%,transparent 100%)}.slider-track{display:flex;gap:24px;width:-moz-max-content;width:max-content;animation:slide 20s linear infinite;padding:20px 0}.slider-track:hover{animation-play-state:paused}.stat-card{position:relative;width:320px;height:140px;background-color:#14141899;border:1px solid rgba(255,255,255,.05);border-radius:16px;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);display:flex;flex-direction:column;justify-content:center;align-items:center;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease;cursor:default}.stat-card:hover{transform:translateY(-5px);box-shadow:0 10px 30px #00000080}.stat-glow{position:absolute;bottom:-40px;left:50%;transform:translate(-50%);width:150px;height:80px;border-radius:50%;filter:blur(30px);z-index:0}.stat-content{position:relative;z-index:1;text-align:center}.stat-title{font-size:42px;font-weight:700;letter-spacing:-1px;color:#fff;margin:0 0 4px}.stat-subtitle{font-size:16px;margin:0;font-weight:500}@keyframes slide{0%{transform:translate(0)}to{transform:translate(calc(-50% - 12px))}}@media(max-width:768px){.slider-section{padding:40px 0}.slider-container:before,.slider-container:after{width:60px}.stat-card{width:250px;height:115px}.stat-title{font-size:32px}.stat-subtitle{font-size:13px}}.pain-point-section{min-height:80vh;display:flex;justify-content:center;align-items:center;background-color:var(--bg-color, #030303);padding:6rem 2rem;box-sizing:border-box}.pain-point-content{max-width:900px;text-align:center;display:flex;flex-direction:column;gap:2.5rem}.pain-point-heading{font-size:clamp(2rem,4vw,2.75rem);font-weight:600;line-height:1.25;letter-spacing:-.02em;color:#fff;margin:0}.pain-point-paragraphs{display:flex;flex-direction:column;gap:1.5rem}.pain-point-paragraphs p{font-size:clamp(1.05rem,1.6vw,1.25rem);line-height:1.7;color:#ffffffb3;margin:0}@media(max-width:768px){.pain-point-section{padding:5rem 1.5rem;min-height:auto}.pain-point-content{gap:2rem}}.gradient-text-wrapper{position:relative;display:inline-flex;align-items:center;justify-content:center}.gradient-text-content{background-clip:text;-webkit-background-clip:text;color:transparent;background-size:200% auto;animation:shine linear infinite;display:inline-block}.gradient-text-wrapper.has-border{padding:.5rem 1rem;border-radius:.5rem}.gradient-text-border{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:inherit;padding:1px;background-size:200% auto;animation:shine linear infinite;-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none}@keyframes shine{to{background-position:200% center}}.tax-advantage-section{min-height:100vh;display:flex;flex-direction:column;justify-content:center;align-items:center;background-color:var(--bg-color, #030303);padding:6rem 2rem;gap:4rem;box-sizing:border-box}.tax-header{max-width:1000px;text-align:center}.tax-title{font-size:clamp(2rem,4vw,3rem);font-weight:600;color:#fff;margin:0 0 1.5rem;line-height:1.25}.tax-subtitle{font-size:clamp(1rem,1.6vw,1.25rem);color:#ffffffb3;margin:0;line-height:1.6}.tax-grid{display:grid;grid-template-columns:repeat(4,1fr);max-width:1200px;width:100%;gap:1.5rem}.tax-card{background-color:#0d0d0d;border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:3rem 1.5rem;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1.5rem;transition:all .3s ease;cursor:default}.tax-icon{color:#a855f7;transition:stroke .3s ease}.tax-card:hover{background-color:#1a1a1a;border-color:#a855f780;box-shadow:0 0 20px #a855f74d}.tax-card:hover .tax-icon{stroke:#d8b4fe}.tax-card-title{font-size:.85rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:#fff;margin:0;text-align:center;line-height:1.4}.tax-action-btn{background:transparent;color:#fff;border:1px solid rgba(255,255,255,.2);border-radius:30px;padding:.75rem 2rem;font-size:1rem;font-weight:500;cursor:pointer;transition:background-color .3s ease,border-color .3s ease}.tax-action-btn:hover{background-color:#ffffff0d;border-color:#fff6}@media(max-width:1024px){.tax-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.tax-advantage-section{padding:4.5rem 1.5rem;gap:2.5rem;min-height:auto}.tax-grid{grid-template-columns:1fr;gap:1rem}.tax-card{padding:2rem 1.5rem}}.expertise-section{min-height:100vh;display:flex;flex-direction:column;justify-content:center;align-items:center;background-color:var(--bg-color, #030303);padding:6rem 2rem;gap:3rem;overflow:hidden}.expertise-title{font-size:3rem;font-weight:600;color:#fff;margin:0;text-align:center}.bento-grid{max-width:1200px;width:100%;display:flex;flex-direction:column;gap:1.5rem}.bento-row{display:flex;flex-direction:row;gap:1.5rem;min-height:280px}.bento-card{background-color:#0d0d0d;border:1px solid rgba(255,255,255,.05);border-radius:16px;position:relative;overflow:hidden;display:flex;flex-direction:column;box-sizing:border-box}.bento-card:before{content:"";position:absolute;top:0;left:0;right:0;height:100px;background:linear-gradient(180deg,rgba(168,85,247,.1) 0%,transparent 100%);pointer-events:none}.bento-card-content{padding:3rem 2rem;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;flex:1;box-sizing:border-box}.bento-icon{color:#a855f7;margin-bottom:1.5rem}.bento-card-title{font-size:1.5rem;font-weight:600;color:#fff;white-space:nowrap;margin:0 0 .5rem}.bento-card-subtitle{font-size:1rem;color:#fff9;margin:0;line-height:1.5}@media(max-width:900px){.expertise-section{padding:4.5rem 1.5rem;min-height:auto}.expertise-title{font-size:2.25rem}.bento-row{flex-direction:column;min-height:auto;gap:1rem}.bento-card{min-height:auto;flex:none!important;width:100%}.bento-card-content{padding:2.25rem 1.5rem}.bento-card-title{white-space:normal;font-size:1.3rem}}.products-section{position:relative;min-height:100vh;display:flex;align-items:center;justify-content:center;background-color:var(--bg-color, #030303);padding:0;overflow:hidden}.products-title{position:absolute;top:4rem;right:4rem;z-index:10;font-size:4rem;font-weight:500;color:#fff;margin:0;pointer-events:none;text-shadow:0 2px 20px rgba(0,0,0,.8)}.products-accordion{display:flex;flex-direction:row;width:100%;height:100vh}.product-panel{position:relative;flex:1;height:100%;overflow:hidden;transition:flex .5s cubic-bezier(.25,1,.5,1);border-right:2px solid #000000;cursor:pointer}.product-panel.last-panel{border-right:none}.product-panel.expanded{flex:4}.product-bg-image{position:absolute;top:0;left:0;width:100%;height:100%;background-size:cover;background-position:center;transition:transform .5s ease}.product-overlay{position:absolute;top:0;left:0;width:100%;height:200%;background:linear-gradient(to bottom,transparent 0%,rgba(10,10,15,.7) 50%,rgba(10,10,15,.95) 100%);transform:translateY(-50%);transition:transform .5s ease;pointer-events:none}.product-panel:hover .product-overlay{transform:translateY(-100%)}.product-panel-title{position:absolute;bottom:2.5rem;left:2.5rem;writing-mode:vertical-rl;transform:rotate(180deg);font-size:2rem;text-transform:uppercase;letter-spacing:.1em;color:#fff;margin:0;white-space:nowrap;z-index:5;text-shadow:0 2px 10px rgba(0,0,0,.8)}@media(max-width:900px){.products-section{min-height:720px}.products-accordion{flex-direction:column;height:720px}.product-panel{border-right:none;border-bottom:2px solid #000000}.product-panel.last-panel{border-bottom:none}.product-panel-title{writing-mode:horizontal-tb;transform:none;bottom:1.5rem;left:1.5rem;font-size:1.5rem}.products-title{top:2rem;right:2rem;font-size:2.5rem}}@media(max-width:600px){.products-section{min-height:640px}.products-accordion{height:640px}.products-title{top:1.25rem;left:1.25rem;right:auto;font-size:1.75rem}.product-panel-title{font-size:1.15rem;bottom:1rem;left:1rem}}.how-we-work-section{position:relative;min-height:120vh;display:flex;flex-direction:column;align-items:center;background-color:var(--bg-color, #030303);padding:8rem 2rem;color:#fff;overflow:hidden}.how-we-work-title{font-size:3rem;font-weight:600;margin-bottom:6rem;margin-top:0;text-align:center}.timeline-container{position:relative;width:100%;max-width:1000px;display:flex;flex-direction:column;gap:8rem;padding-bottom:2rem}.timeline-bg-line{position:absolute;top:0;bottom:0;left:50%;width:2px;background-color:#ffffff1a;transform:translate(-50%)}.timeline-fill-line{position:absolute;top:0;left:50%;width:2px;background:linear-gradient(to bottom,#a855f7,#711ec1);transform:translate(-50%);box-shadow:0 0 10px #a855f7,0 0 20px #711ec1;z-index:1}.timeline-item{display:flex;flex-direction:row;position:relative;width:100%}.align-left{justify-content:flex-start}.align-right{justify-content:flex-end}.timeline-node{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:16px;height:16px;border-radius:50%;z-index:2;box-shadow:0 0 10px #00000080}.timeline-content{width:40%;padding:0 2rem}.timeline-item h3{font-size:1.5rem;font-weight:600;margin:0 0 .5rem;color:#a855f7}.timeline-item p{font-size:1rem;color:#ffffffb3;margin:0;line-height:1.6}.align-left .timeline-content{text-align:right;padding-right:4rem}.align-right .timeline-content{text-align:left;padding-left:4rem}.timeline-btn{background:#a855f7cc;color:#fff;padding:1rem 3rem;border-radius:30px;border:none;font-size:1.1rem;font-weight:600;cursor:pointer;margin-top:4rem;box-shadow:0 0 15px #a855f766;transition:all .3s ease}.timeline-btn:hover{background-color:#a855f7;transform:scale(1.04)}.timeline-btn.glow-active{animation:btn-pulse 1.5s infinite alternate}@keyframes btn-pulse{0%{box-shadow:0 0 15px #a855f766}to{box-shadow:0 0 30px #a855f7e6,0 0 45px #a855f799}}@media(max-width:768px){.how-we-work-section{padding:5rem 1.5rem;min-height:auto}.how-we-work-title{font-size:2.25rem;margin-bottom:3.5rem}.timeline-container{gap:3.5rem}.timeline-bg-line,.timeline-fill-line,.timeline-node{left:16px}.timeline-item,.align-left,.align-right{justify-content:flex-end}.timeline-content{width:calc(100% - 32px);padding:0 0 0 2rem;text-align:left!important}.align-left .timeline-content,.align-right .timeline-content{padding-right:0;padding-left:1.5rem}}.stats-section{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;background-color:var(--bg-color, #030303);padding:6rem 2rem;gap:4rem;color:#fff;box-sizing:border-box}.stats-title{display:flex;flex-direction:row;align-items:center;justify-content:center;text-transform:uppercase;font-size:clamp(2rem,5vw,4rem);font-weight:800;margin:0;text-align:center;flex-wrap:wrap;gap:.75rem}.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);width:100%;max-width:1100px;gap:3rem}.stat-item{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.stat-number-wrapper{font-size:clamp(3rem,7vw,5.5rem);font-weight:700;line-height:1.1;display:flex;align-items:center}.stat-label{font-size:.7rem;font-weight:600;letter-spacing:.12em;color:#ffffff80;text-transform:uppercase;margin-top:.75rem}.testimonial-card{width:100%;max-width:900px;background:#ffffff0a;border:1px solid rgba(255,255,255,.1);border-radius:20px;padding:3.5rem 4rem;text-align:center;display:flex;flex-direction:column;gap:2rem;box-sizing:border-box}.testimonial-quote{font-size:clamp(1rem,2vw,1.35rem);font-weight:600;color:#fff;margin:0;line-height:1.6}.testimonial-author{font-size:.75rem;letter-spacing:.1em;color:#ffffff80;text-transform:uppercase;margin:0}@media(max-width:768px){.stats-section{padding:4.5rem 1.5rem;gap:2.5rem;min-height:auto}.stats-title{font-size:clamp(1.6rem,5.5vw,2.25rem);gap:.5rem}.stats-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}.stat-number-wrapper{font-size:clamp(2.25rem,8vw,3.25rem)}.testimonial-card{padding:2rem 1.5rem;border-radius:16px;gap:1.25rem}.testimonial-quote{font-size:.95rem;line-height:1.6}}.client-retention-section{min-height:100vh;background-color:var(--bg-color, #030303);display:flex;align-items:center;justify-content:center;padding:6rem 2rem;position:relative;overflow:hidden;box-sizing:border-box}.polygon{position:absolute;z-index:0;pointer-events:none;opacity:.5}.top-right-poly{top:10%;right:-50px;width:0;height:0;border-left:130px solid transparent;border-right:130px solid transparent;border-bottom:220px solid rgba(80,20,120,.55);filter:blur(1px)}.bottom-left-poly{bottom:5%;left:-50px;width:0;height:0;border-left:100px solid transparent;border-right:100px solid transparent;border-bottom:180px solid rgba(60,10,100,.5);transform:rotate(30deg);filter:blur(2px)}.mid-left-poly{top:35%;left:5%;width:0;height:0;border-left:60px solid transparent;border-right:60px solid transparent;border-bottom:100px solid rgba(100,30,160,.3)}.client-retention-inner{max-width:1200px;width:100%;display:flex;flex-direction:column;align-items:center;gap:4rem;z-index:1}.scroll-caret{font-size:1.5rem;color:#fff6}.heading-block{text-align:center;display:flex;flex-direction:column;align-items:center;gap:1.5rem}.title{font-size:clamp(2rem,5vw,4.5rem);font-weight:800;text-transform:uppercase;letter-spacing:.02em;margin:0;line-height:1.15}.line-1{color:#fff}.divider{width:80px;height:3px;background:linear-gradient(90deg,#711ec1,#a855f7);border-radius:2px}.body-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;width:100%}.question-text{font-size:clamp(1.3rem,2.5vw,2rem);font-weight:700;line-height:1.4;margin:0}.white-text{color:#fff}.purple-text{color:#a855f7}.right-col{display:flex;flex-direction:column;gap:1.5rem}.info-card{background:#ffffff0a;border:1px solid rgba(255,255,255,.1);border-radius:16px;padding:1.75rem 2rem;display:flex;flex-direction:column;gap:1rem}.tags-row{display:flex;flex-wrap:wrap;gap:.5rem}.tag{font-size:.65rem;border:1px solid rgba(255,255,255,.2);border-radius:9999px;padding:.2rem .6rem;text-transform:uppercase;color:#fff}.icon-wrapper{font-size:2rem;color:#fff;line-height:1}.card-text{font-size:.95rem;color:#ffffffbf;line-height:1.6;margin:0}.bottom-tagline{font-size:clamp(1.1rem,2.5vw,1.8rem);font-weight:600;text-align:center;color:#fff;margin:0}@media(max-width:900px){.client-retention-section{padding:4.5rem 1.5rem;min-height:auto}.client-retention-inner{gap:2.5rem}.title{font-size:clamp(1.6rem,5.5vw,2.75rem)}.body-grid{grid-template-columns:1fr;gap:2.5rem}.info-card{padding:1.5rem 1.25rem}}.tax-banner-section{width:100%;background-color:#10101a;display:flex;justify-content:center;align-items:center;box-sizing:border-box}.tax-banner-inner{width:100%;background-color:#8b5cf6;padding:5rem 2rem 10rem;text-align:center;display:flex;flex-direction:column;align-items:center;gap:1.5rem;box-sizing:border-box}.tax-title{font-size:clamp(1.6rem,3vw,2.5rem);font-weight:700;color:#fff;margin:0;letter-spacing:-.01em}.tax-body{font-size:clamp(.95rem,1.5vw,1.15rem);line-height:1.8;color:#ffffffeb;max-width:760px;margin:0}@media(max-width:768px){.tax-banner-inner{padding:3.5rem 1.5rem 7.5rem;gap:1.25rem}.tax-body br{display:none}}:root{--bg-color: #030303}html{scroll-behavior:smooth}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,sans-serif;background-color:var(--bg-color);color:#fff;overflow-x:hidden;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{text-decoration:none;color:inherit}button{cursor:pointer;border:none;background:none;font-family:inherit}.glass-panel{background:#ffffff0d;backdrop-filter:blur(24px) saturate(180%);-webkit-backdrop-filter:blur(24px) saturate(180%);border:1px solid rgba(255,255,255,.15);border-bottom:1px solid rgba(255,255,255,.05);border-right:1px solid rgba(255,255,255,.05);box-shadow:0 20px 40px #0006,inset 0 1px #ffffff1a}
