*,:after,:before{margin:0;padding:0;box-sizing:border-box}:root{--bg: #fafafc;--bg-violet: #f5f1ff;--bg-violet2: #ede5ff;--bg-dark: #0b0a10;--card: #ffffff;--card-border: rgba(109, 40, 217, .08);--card-hover: rgba(109, 40, 217, .18);--v900: #3b0764;--v700: #6d28d9;--v600: #7c3aed;--v500: #8b5cf6;--v400: #a78bfa;--v300: #c4b5fd;--v200: #ddd6fe;--v100: #ede9fe;--v50: #f5f3ff;--text: #1a1625;--text2: #4a4458;--textm: #655d78;--white: #fff;--font-d: "Outfit", sans-serif;--font-b: "DM Sans", sans-serif;--accent: #6d28d9;--accent-hover: #5b21b6;--mw: 1200px;--ease: cubic-bezier(.16, 1, .3, 1)}html{scroll-behavior:smooth;overflow-x:hidden}body{font-family:var(--font-b);background:linear-gradient(170deg,var(--bg) 0%,var(--bg-violet) 35%,var(--v50) 60%,var(--bg-violet) 80%,var(--bg) 100%);color:var(--text2);line-height:1.6;overflow-x:hidden;position:relative}.container,.hero-content,.stats-grid,.pipe-wrap,.premium-divider{position:relative;z-index:2;-webkit-font-smoothing:antialiased}body:before{content:"";position:fixed;inset:0;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.025'/%3E%3C/svg%3E");pointer-events:none;z-index:9999}@media(max-width:768px){body:before{display:none}}.glow{position:absolute;border-radius:50%;filter:blur(100px);pointer-events:none;z-index:0}@media(max-width:768px){.glow{display:none}}section{position:relative}.container{max-width:var(--mw);margin:0 auto;padding:0 2rem}nav{position:fixed;top:0;left:0;right:0;z-index:1000;padding:1rem 2rem;backdrop-filter:blur(16px);background:#ffffffd9;border-bottom:1px solid rgba(0,0,0,.06);transition:all .3s var(--ease)}@media(max-width:768px){nav{backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}}nav.scrolled{background:#fafafcf2;box-shadow:0 0 0 1px #b4a0820f,0 4px 12px #0000000d,inset 0 -1px #00000008}.nav-inner{max-width:var(--mw);margin:0 auto;display:flex;align-items:center;justify-content:space-between}.nav-logo{font-family:var(--font-d);font-weight:800;font-size:1.3rem;color:var(--text);text-decoration:none;letter-spacing:-.5px}.nav-logo span{color:var(--v600)}.nav-links{display:flex;gap:2.5rem;align-items:center}.nav-links a{font-family:var(--font-b);font-size:.85rem;font-weight:500;color:var(--textm);text-decoration:none;transition:color .15s}.nav-links a:hover{color:var(--text)}.nav-cta{background:var(--v700)!important;color:var(--white)!important;padding:.55rem 1.4rem!important;border-radius:10px;font-weight:600!important;transition:all .3s var(--ease)!important;box-shadow:0 2px 12px #6d28d933}.nav-cta:hover{background:var(--v600)!important;box-shadow:0 4px 20px #6d28d959;transform:translateY(-1px)}.menu-toggle{display:none;background:0 0;border:none;cursor:pointer;flex-direction:column;gap:5px;padding:12px;min-width:44px;min-height:44px;align-items:center;justify-content:center}.menu-toggle span{display:block;width:22px;height:2px;background:var(--text);transition:all .3s}.hero{min-height:100vh;display:flex;align-items:center;position:relative;overflow:hidden;padding-top:5rem;background:transparent;color:var(--text)}.hero .g1{width:700px;height:700px;background:radial-gradient(circle,rgba(139,92,246,.14),transparent 70%);top:-250px;right:-200px}.hero .g2{width:500px;height:500px;background:radial-gradient(circle,rgba(109,40,217,.1),transparent 70%);bottom:-100px;left:-100px}.hero-content{position:relative;z-index:2;max-width:720px}.hero-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;border:1px solid rgba(109,40,217,.15);border-radius:100px;font-family:var(--font-b);font-size:.78rem;font-weight:500;color:var(--text2);background:#fff9;animation:fadeUp .8s var(--ease) both;margin-bottom:2rem}.hero-badge:before{content:"";width:7px;height:7px;background:var(--v500);border-radius:50%;animation:pulse 2s infinite}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.4;transform:scale(1.8)}}.hero h1{font-family:var(--font-d);font-weight:900;font-size:clamp(2.6rem,6vw,4.5rem);line-height:1.05;color:var(--text);letter-spacing:-2px;margin-bottom:1.5rem;animation:fadeUp .8s .1s var(--ease) both}.hero h1 em{font-style:normal;color:var(--accent);-webkit-text-fill-color:var(--accent)}.hero p{font-size:1.1rem;font-weight:400;line-height:1.6;letter-spacing:-.1px;color:var(--text2);max-width:540px;margin-bottom:2.5rem;animation:fadeUp .8s .2s var(--ease) both}.hero-actions{display:flex;gap:1rem;flex-wrap:wrap;animation:fadeUp .8s .3s var(--ease) both}.btn{font-family:var(--font-b);font-weight:500;font-size:.95rem;padding:.75rem 1.5rem;border-radius:6px;border:none;cursor:pointer;text-decoration:none;display:inline-flex;align-items:center;gap:.5rem;transition:all .35s var(--ease)}.btn-primary{background:var(--accent);color:var(--white)}.btn-primary:hover{background:var(--accent-hover);transform:translateY(-1px)}.btn-ghost{background:var(--text);color:var(--white);border:1px solid var(--text)}.btn-ghost:hover{background:var(--v900);border-color:var(--v900)}.float-el{position:absolute;border-radius:50%;border:1px solid var(--v200);animation:float 6s ease-in-out infinite;pointer-events:none;z-index:0}.fl1{width:80px;height:80px;top:20%;right:8%}.fl2{width:40px;height:40px;top:60%;right:15%;animation-delay:2s}.fl3{width:60px;height:60px;bottom:20%;right:5%;animation-delay:4s;background:var(--v50)}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-12px)}}.stats-bar{padding:4.5rem 0;background:transparent;border-top:1px solid var(--v100);border-bottom:1px solid var(--v100);position:relative;overflow:hidden}.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;text-align:center}.stat-item .slot-counter{font-family:var(--font-d);font-size:3rem;font-weight:900;color:var(--v700);letter-spacing:-1px;min-height:3.6rem;display:flex;align-items:center;justify-content:center}.stat-item p{font-size:.85rem;color:var(--textm);margin-top:.4rem;text-transform:uppercase;letter-spacing:1.5px;font-family:var(--font-d);font-weight:600}.services{padding:7rem 0;background:transparent;position:relative;overflow:hidden}.web-bg{position:absolute;inset:0;pointer-events:none;z-index:0}.web-bg-svg{width:100%;height:100%;opacity:.8}.hero .container,.services .container,.stats-bar .container{position:relative;z-index:2}.web-card{position:absolute;display:flex;align-items:center;gap:10px;padding:10px 16px;background:#ffffffd9;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-radius:14px;box-shadow:0 0 0 1px #6d28d914,0 4px 16px #0000000a;z-index:1;white-space:nowrap;animation:wc-float 6s ease-in-out infinite}.web-card:after{content:"";position:absolute;inset:-1px;border-radius:15px;background:linear-gradient(135deg,rgba(139,92,246,.12),transparent,rgba(139,92,246,.06));z-index:-1;pointer-events:none}.wc-hero-1{top:15%;left:5%;animation:wc-idle 6s ease-in-out infinite;animation-delay:0s}.wc-hero-2{top:25%;right:4%;animation:wc-idle 7s ease-in-out infinite;animation-delay:-1s}.wc-hero-3{top:55%;left:3%;animation:wc-idle 8s ease-in-out infinite;animation-delay:-2s}.wc-hero-4{top:68%;right:6%;animation:wc-idle 7.5s ease-in-out infinite;animation-delay:-3s}.wc-hero-5{top:38%;right:12%;animation:wc-idle 6.5s ease-in-out infinite;animation-delay:-4s}.wc-hero-6{top:80%;left:15%;animation:wc-idle 9s ease-in-out infinite;animation-delay:-5s}.wc-stats-1{top:15%;left:3%;animation:wc-idle 5s ease-in-out infinite;animation-delay:0s}.wc-stats-2{bottom:12%;right:4%;animation:wc-idle 6.5s ease-in-out infinite;animation-delay:-2s}.wc-svc-1{top:6%;right:5%;animation:wc-idle 5.5s ease-in-out infinite;animation-delay:-1s}.wc-svc-2{top:45%;left:2%;animation:wc-idle 7s ease-in-out infinite;animation-delay:-3.5s}.wc-svc-3{bottom:10%;right:3%;animation:wc-idle 6s ease-in-out infinite;animation-delay:-4s}@keyframes wc-idle{0%,to{transform:translate(0)}25%{transform:translate(2px,-3px)}50%{transform:translate(-1px,-5px)}75%{transform:translate(-2px,-2px)}}@media(max-width:768px){.web-bg-svg{opacity:.4}.web-card{display:none}}.section-label{font-family:var(--font-d);font-size:.85rem;font-weight:700;text-transform:uppercase;letter-spacing:3px;color:var(--v600);margin-bottom:.8rem}.section-title{font-family:var(--font-d);font-weight:800;font-size:clamp(2rem,3.8vw,2.8rem);color:var(--text);letter-spacing:-1.2px;line-height:1.1;margin-bottom:.8rem}.section-desc{color:var(--textm);max-width:520px;font-size:1.05rem;margin-bottom:3.5rem}.text-sub-heading{font-family:var(--font-d);font-weight:700;font-size:clamp(1.4rem,2.2vw,1.65rem);color:var(--text);letter-spacing:-.6px;line-height:1.15}.text-large-body{font-size:1.12rem;font-weight:420;line-height:1.7;letter-spacing:-.15px;color:var(--text2)}.text-caption{font-size:.78rem;font-weight:510;letter-spacing:.5px;color:var(--textm)}.services-list{display:flex;flex-direction:column;gap:0}.service-row{display:grid;grid-template-columns:56px 1fr;gap:2rem;padding:2rem 2.5rem;background:var(--white);border:1px solid var(--card-border);border-radius:20px;align-items:start;transition:all .4s var(--ease);margin-bottom:1.2rem;box-shadow:0 8px 30px #6d28d90f;box-shadow:0 0 0 1px #0000000f}.service-row:hover{box-shadow:0 12px 40px #6d28d91f;border-color:var(--v200);transform:translateY(-2px)}.service-icon-wrap{width:56px;height:56px;background:var(--v50);border:1px solid var(--v100);border-radius:14px;display:flex;align-items:center;justify-content:center;transition:all .4s var(--ease);flex-shrink:0}.service-icon-wrap svg{width:28px;height:28px}.service-row:hover .service-icon-wrap{background:var(--v100);border-color:var(--v200);transform:scale(1.06)}.service-body h3{font-family:var(--font-d);font-weight:700;font-size:1.25rem;color:var(--text);letter-spacing:-.3px;margin-bottom:.5rem;letter-spacing:-.2px}.service-body p{font-size:.95rem;line-height:1.7;color:var(--textm);max-width:600px}.service-tags{display:flex;gap:.5rem;margin-top:.75rem;flex-wrap:wrap}.service-tag{padding:.25rem .75rem;background:var(--v50);border:1px solid var(--v100);border-radius:6px;font-family:var(--font-d);font-size:.68rem;font-weight:600;color:var(--v600);transition:all .3s}.service-row:hover .service-tag{background:var(--v100);border-color:var(--v200)}.process{padding:7rem 0;position:relative;overflow:hidden;background:var(--bg-dark);color:var(--white)}.process .section-label{color:var(--v400)}.process .section-title{color:var(--white);font-weight:800}.process .section-desc{color:#ffffff80}.process-header{text-align:center;margin-bottom:5rem}.process-header .section-desc{margin:.5rem auto 0}.process .gp{width:800px;height:500px;background:radial-gradient(ellipse,rgba(139,92,246,.1),transparent 70%);top:50%;left:50%;transform:translate(-50%,-50%)}.process-timeline{position:relative;display:flex;flex-direction:column}.process-timeline:before{content:"";position:absolute;left:50%;top:0;bottom:0;width:2px;background:linear-gradient(to bottom,transparent,var(--v500) 15%,var(--v500) 85%,transparent);opacity:.2;transform:translate(-50%)}.process-step{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:3rem;padding:2rem 0}.process-step-content{padding:2rem;background:#ffffff0a;border:1px solid rgba(139,92,246,.12);border-radius:18px;transition:all .4s var(--ease);backdrop-filter:blur(10px);box-shadow:0 0 0 1px #8b5cf61a,inset 0 1px #ffffff0d,inset 0 -1px #0006}.process-step-content:hover{background:#ffffff12;transform:translateY(-3px);box-shadow:0 0 0 1px #8b5cf633,0 12px 32px #0003,inset 0 1px #ffffff14,inset 0 -1px #0000004d}.process-step:nth-child(odd) .process-step-content{grid-column:1}.process-step:nth-child(odd) .process-step-number{grid-column:2}.process-step:nth-child(odd) .process-step-spacer{grid-column:3}.process-step:nth-child(2n) .process-step-spacer{grid-column:1}.process-step:nth-child(2n) .process-step-number{grid-column:2}.process-step:nth-child(2n) .process-step-content{grid-column:3}.process-step-number{width:60px;height:60px;background:var(--bg-dark);border:2px solid var(--v500);border-radius:50%;display:flex;align-items:center;justify-content:center;font-family:var(--font-d);font-weight:700;font-size:1.25rem;color:var(--v400);box-shadow:0 0 30px #8b5cf633;position:relative;z-index:2;transition:all .4s var(--ease)}.process-step:hover .process-step-number{box-shadow:0 0 50px #8b5cf666;transform:scale(1.1)}.process-step-tag{display:inline-block;font-family:var(--font-d);font-size:.68rem;font-weight:600;text-transform:uppercase;letter-spacing:2px;color:var(--v400);margin-bottom:.5rem}.process-step-content h3{font-family:var(--font-d);font-weight:700;font-size:1.25rem;line-height:1.1;color:var(--white);margin-bottom:.5rem}.process-step-content p{font-size:.92rem;font-weight:420;line-height:1.7;letter-spacing:-.1px;color:#ffffff80}.testimonials{padding:1rem 0 7rem;background:transparent;overflow:hidden}.testimonials-header{text-align:center;margin-bottom:2.5rem}.testimonials-header .section-desc{margin:.5rem auto 0}.t-wrapper{overflow:hidden;mask-image:linear-gradient(to right,transparent,black 5%,black 95%,transparent);-webkit-mask-image:linear-gradient(to right,transparent,black 5%,black 95%,transparent)}.t-track{display:flex;gap:1.5rem;animation:slideT 38s linear infinite;width:max-content}.t-track:hover{animation-play-state:paused}@keyframes slideT{0%{transform:translate(0)}to{transform:translate(-50%)}}.t-card{width:380px;background:var(--white);border:1px solid var(--card-border);border-radius:18px;padding:2.2rem 2rem;flex-shrink:0;display:flex;flex-direction:column;transition:all .4s var(--ease)}.t-card:hover{border-color:var(--card-hover);transform:translateY(-4px);box-shadow:0 16px 40px #6d28d914}.t-stars{color:var(--v500);font-size:.9rem;margin-bottom:1rem;letter-spacing:2px}.t-text{font-size:.92rem;font-weight:420;line-height:1.7;letter-spacing:-.1px;color:var(--text2);flex:1;margin-bottom:1.5rem}.t-author{display:flex;align-items:center;gap:1rem;padding-top:1.25rem;border-top:1px solid rgba(109,40,217,.08)}.t-avatar{width:52px;height:52px;flex-shrink:0}.t-avatar img{display:block;width:100%;height:100%}.t-name{font-family:var(--font-d);font-weight:700;font-size:.92rem;color:var(--text)}.t-role{font-size:.78rem;color:var(--textm)}.clients{padding:5rem 0;background:transparent;border-top:1px solid rgba(109,40,217,.08);overflow:hidden}.clients-header{text-align:center;margin-bottom:3rem}.c-marquee{overflow:hidden;mask-image:linear-gradient(to right,transparent,black 8%,black 92%,transparent);-webkit-mask-image:linear-gradient(to right,transparent,black 8%,black 92%,transparent)}.c-track{display:flex;gap:3rem;animation:marquee 40s linear infinite;width:max-content}.c-track:hover{animation-play-state:paused}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.c-logo{height:44px;opacity:.85;transition:all .4s var(--ease);flex-shrink:0}.c-logo:hover{opacity:1;transform:scale(1.1)}.calendar-section{padding:7rem 0;position:relative;overflow:hidden;background:transparent}.calendar-grid{position:relative;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.calendar-text h2{font-family:var(--font-d);font-weight:800;font-size:clamp(1.8rem,3.2vw,2.6rem);color:var(--text);letter-spacing:-1.2px;line-height:1;margin-bottom:1rem}.calendar-text h2 em{font-style:normal;color:var(--v600)}.calendar-text>p{color:var(--textm);font-size:1rem;margin-bottom:2rem;line-height:1.7}.cal-list{list-style:none;margin-bottom:2rem}.cal-list li{padding:.5rem 0;color:var(--text2);font-size:.92rem;font-weight:420;display:flex;align-items:center;gap:.75rem}.cal-list li:before{content:"✓";color:var(--v600);font-weight:700;font-size:.85rem;width:24px;height:24px;background:var(--v50);border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.cal-visual{position:relative;background:var(--white);border:1px solid var(--card-border);border-radius:20px;padding:2.5rem;text-align:center;overflow:visible;box-shadow:0 20px 60px #6d28d914}.cal-visual:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,var(--v600),var(--v400))}.cal-icon{width:64px;height:64px;background:var(--v50);border:1px solid var(--v100);border-radius:14px;display:flex;align-items:center;justify-content:center;margin:0 auto 1.25rem}.cal-visual h3{font-family:var(--font-d);font-weight:700;font-size:1.3rem;line-height:1.1;color:var(--text);margin-bottom:.5rem}.cal-visual>p{color:var(--textm);font-size:.92rem;font-weight:420;margin-bottom:1.5rem}.time-slots{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center;margin-bottom:1.5rem}.time-slot{padding:.5rem 1rem;background:#f5f3ff;border:1px solid var(--v100);border-radius:6px;font-family:var(--font-b);font-weight:500;font-size:.82rem;color:var(--accent);transition:all .15s;text-decoration:none;cursor:pointer}.time-slot:hover{background:var(--v100);border-color:var(--v200);transform:scale(1.05)}.cal-visual .btn-primary{width:100%;justify-content:center;padding:1rem}footer{padding:2.5rem 0;border-top:1px solid var(--card-border);background:var(--white);position:relative;z-index:2}.footer-inner{display:flex;justify-content:space-between;align-items:center}.footer-copy{font-size:.82rem;color:var(--textm)}.footer-links{display:flex;gap:1.5rem;align-items:center}.footer-links a{color:var(--textm);text-decoration:none;font-size:.82rem;transition:color .3s;display:flex;align-items:center;gap:.5rem}.footer-links a:hover{color:var(--v600)}.footer-links svg{width:18px;height:18px}@keyframes fadeUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.reveal{opacity:0;transform:translateY(40px);transition:all .7s var(--ease)}.reveal.active{opacity:1;transform:translateY(0)}.reveal-left{opacity:0;transform:translate(-50px);transition:all .7s var(--ease)}.reveal-left.active{opacity:1;transform:translate(0)}.reveal-right{opacity:0;transform:translate(50px);transition:all .7s var(--ease)}.reveal-right.active{opacity:1;transform:translate(0)}.reveal-scale{opacity:0;transform:scale(.92);transition:all .7s var(--ease)}.reveal-scale.active{opacity:1;transform:scale(1)}.st1{transition-delay:.05s}.st2{transition-delay:.1s}.st3{transition-delay:.15s}.st4{transition-delay:.2s}.st5{transition-delay:.25s}@media(max-width:1024px){.dual-wrap,.gp-panel,.lp-panel,.dual-panels,.dual-fade-t,.dual-fade-b{display:none!important}.pipe-blob{opacity:.05!important;filter:blur(80px)!important}.pipe-blob-3,.pipe-line,.pipe-card,.float-el{display:none!important}.stats-grid{grid-template-columns:repeat(2,1fr);gap:2.5rem}.calendar-grid{grid-template-columns:1fr;gap:2rem}.process-timeline:before{left:30px}.process-step{display:flex;flex-direction:row;align-items:flex-start;gap:1.25rem}.process-step-spacer{display:none}.process-step-number{order:-1;flex-shrink:0;width:50px;height:50px;font-size:1rem}.process-step-content{flex:1;min-width:0}.process-step:nth-child(odd) .process-step-content,.process-step:nth-child(2n) .process-step-content{grid-column:unset}.process-step:nth-child(odd) .process-step-number,.process-step:nth-child(2n) .process-step-number{grid-column:unset}.service-row{grid-template-columns:56px 1fr;gap:1.5rem}.service-icon-wrap{width:48px;height:48px}.service-icon-wrap svg{width:24px;height:24px}}@media(max-width:768px){.nav-links{display:none}.menu-toggle{display:flex}.nav-links.open{display:flex;flex-direction:column;position:absolute;top:100%;left:0;right:0;background:#fafafc;backdrop-filter:blur(20px);padding:1.5rem 2rem;gap:1.25rem;border-bottom:1px solid var(--card-border);z-index:1001}.hero{min-height:auto;padding:7rem 0 4rem}.hero h1{font-size:2.2rem;letter-spacing:-1px}.stats-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}.stat-item .slot-counter{font-size:2.2rem}.t-card{width:280px}.footer-inner{flex-direction:column;gap:1rem;text-align:center}.float-el{display:none}.calendar-text,.calendar-text h2,.calendar-text p{text-align:center}.cal-list{display:inline-block;text-align:left}.calendar-text .btn{width:100%;justify-content:center}.cal-visual{overflow:visible!important;padding-bottom:0!important;text-align:center}.cal-visual .btn-primary{margin:0 auto}.time-slots{justify-content:center}.mascot-wrap{position:relative!important;right:auto!important;top:auto!important;left:auto!important;transform:none!important;width:220px!important;height:148px!important;margin:.5rem auto 0!important;display:block!important;overflow:visible!important}.mascot-wrap svg{width:100%!important;height:100%!important;overflow:visible!important}.process-step-content{padding:1.5rem}.service-row{grid-template-columns:48px 1fr;gap:.75rem}.service-icon-wrap{width:42px;height:42px}.service-icon-wrap svg{width:22px;height:22px}.service-row{padding:1.5rem}.service-row:hover{transform:none}.hero-actions{flex-direction:column;width:100%}.hero-actions .btn{width:100%;justify-content:center;min-height:48px}}:root{--ease-spring: cubic-bezier(.34, 1.56, .64, 1);--ease-smooth: cubic-bezier(.25, .46, .45, .94);--ease-dramatic: cubic-bezier(.77, 0, .175, 1)}@keyframes blob-morph-1{0%,to{border-radius:42% 58% 70% 30%/45% 45% 55% 55%;transform:translate(0) scale(1)}25%{border-radius:70% 30% 46% 54%/30% 58% 42% 70%;transform:translate(20px,-30px) scale(1.05)}50%{border-radius:30% 70% 54% 46%/55% 35% 65% 45%;transform:translate(-10px,20px) scale(.95)}75%{border-radius:55% 45% 35% 65%/70% 42% 58% 30%;transform:translate(15px,10px) scale(1.02)}}@keyframes blob-morph-2{0%,to{border-radius:58% 42% 45% 55%/70% 30%;transform:translate(0) scale(1)}33%{border-radius:35% 65% 60% 40%/42% 58%;transform:translate(-25px,15px) scale(1.08)}66%{border-radius:65% 35% 40% 60%/58% 42%;transform:translate(20px,-20px) scale(.96)}}@keyframes card-reveal{0%{clip-path:inset(0 100% 0 0);opacity:0;transform:translateY(8px)}60%{clip-path:inset(0 0% 0 0);opacity:1;transform:translateY(0)}to{clip-path:inset(0 0% 0 0);opacity:1;transform:translateY(0)}}@keyframes float-drift-1{0%,to{transform:translate(0) rotate(0)}50%{transform:translate(8px,-12px) rotate(1deg)}}@keyframes float-drift-2{0%,to{transform:translate(0) rotate(0)}50%{transform:translate(-10px,8px) rotate(-1.5deg)}}@keyframes float-drift-3{0%,to{transform:translate(0)}50%{transform:translate(12px,6px) rotate(.8deg)}}@keyframes pulse-flow{0%{opacity:0;width:0}30%{opacity:.4}to{opacity:0;width:120px}}.pipe-wrap{position:absolute;inset:0;pointer-events:none;z-index:1;overflow:hidden}.pipe-blob{position:absolute;opacity:.12;filter:blur(60px)}.pipe-blob-1{width:500px;height:500px;background:linear-gradient(135deg,#8b5cf6,#6d28d9);top:-10%;right:-5%;animation:blob-morph-1 12s var(--ease-smooth) infinite}.pipe-blob-2{width:400px;height:400px;background:linear-gradient(225deg,#a78bfa,#7c3aed);bottom:5%;left:-8%;animation:blob-morph-2 15s var(--ease-smooth) infinite}.pipe-blob-3{width:300px;height:300px;background:linear-gradient(180deg,#c4b5fd,#8b5cf6);top:40%;left:50%;transform:translate(-50%);animation:blob-morph-1 18s var(--ease-smooth) infinite reverse}.pipe-card{position:absolute;display:flex;align-items:center;gap:10px;background:#ffffffd9;backdrop-filter:blur(16px) saturate(180%);-webkit-backdrop-filter:blur(16px) saturate(180%);border:1px solid rgba(255,255,255,.5);border-radius:14px;padding:12px 16px;box-shadow:0 8px 32px #6d28d914,0 1px 3px #0000000a;font-family:DM Sans,system-ui,sans-serif;animation:card-reveal 1.2s var(--ease-spring) both;white-space:nowrap}.pipe-card:after{content:"";position:absolute;inset:-1px;border-radius:15px;background:linear-gradient(135deg,rgba(139,92,246,.15),transparent,rgba(139,92,246,.08));z-index:-1}.pc-1{top:15%;left:5%;animation-delay:.3s;animation-duration:1s}.pc-2{top:25%;right:4%;animation-delay:.8s}.pc-3{top:55%;left:3%;animation-delay:1.3s}.pc-4{top:68%;right:6%;animation-delay:1.8s}.pc-5{top:38%;right:12%;animation-delay:2.3s}.pc-6{top:80%;left:15%;animation-delay:2.8s}.pc-1{animation:card-reveal 1s var(--ease-spring) both,float-drift-1 6s ease-in-out 1.3s infinite}.pc-2{animation:card-reveal 1.2s var(--ease-spring) .8s both,float-drift-2 7s ease-in-out 2s infinite}.pc-3{animation:card-reveal 1.2s var(--ease-spring) 1.3s both,float-drift-3 8s ease-in-out 2.5s infinite}.pc-4{animation:card-reveal 1.2s var(--ease-spring) 1.8s both,float-drift-1 7.5s ease-in-out 3s infinite}.pc-5{animation:card-reveal 1.2s var(--ease-spring) 2.3s both,float-drift-2 6.5s ease-in-out 3.5s infinite}.pc-6{animation:card-reveal 1.2s var(--ease-spring) 2.8s both,float-drift-3 9s ease-in-out 4s infinite}.pc-icon{width:32px;height:32px;border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.pc-green{background:#dcfce7;color:#16a34a}.pc-blue{background:#dbeafe;color:#2563eb}.pc-violet{background:#ede9fe;color:#7c3aed}.pc-amber{background:#fef3c7;color:#d97706}.pc-title{font-size:12px;font-weight:700;color:#111;line-height:1.3}.pc-sub{font-size:10px;color:#888;margin-top:1px}.pipe-line{position:absolute;height:2px;border-radius:2px;background:linear-gradient(90deg,transparent,var(--v300),transparent);animation:pulse-flow 3s var(--ease-smooth) infinite}.pipe-line-1{top:32%;left:25%;animation-delay:0s}.pipe-line-2{top:55%;left:45%;animation-delay:1s;transform:rotate(-15deg)}.pipe-line-3{top:72%;left:30%;animation-delay:2s;transform:rotate(10deg)}@media(max-width:1440px){.pc-6{top:82%;left:2%}.pipe-line-3{top:78%;left:12%}}@media(max-width:1280px){.pc-6{top:84%;left:0%;scale:.88}.pipe-line-3{top:80%;left:8%}.fl3{bottom:12%}}@media(max-width:768px){.pipe-blob{opacity:.06;filter:blur(80px)}.pipe-blob-3{display:none}.pc-1{top:6%;left:3%}.pc-2{top:14%;right:2%}.pc-3{top:72%;left:2%;display:flex}.pc-4{top:80%;right:3%;display:flex}.pc-5,.pc-6,.pipe-line{display:none}.pipe-card{padding:8px 12px;border-radius:10px;backdrop-filter:none;-webkit-backdrop-filter:none}.pc-title,.pc-sub{font-size:12px}.pc-icon{width:26px;height:26px;border-radius:8px}}@keyframes gx-reveal{0%{clip-path:inset(0 100% 0 0);opacity:0;max-height:0}to{clip-path:inset(0 0 0 0);opacity:1;max-height:40px}}@keyframes lx-slide{0%{opacity:0;transform:translate(16px);max-height:0;padding-top:0;padding-bottom:0}to{opacity:1;transform:translate(0);max-height:70px;padding-top:10px;padding-bottom:10px}}@keyframes gp-auto-scroll{0%{transform:translateY(0)}90%{transform:translateY(-85%)}90.5%{opacity:0}91%{transform:translateY(0);opacity:0}92%{opacity:1}to{transform:translateY(0)}}@keyframes lp-auto-scroll{0%,18%{transform:translateY(0)}32%,78%{transform:translateY(-65%)}92%,to{transform:translateY(0)}}@keyframes gp-refresh{0%{transform:rotate(0)}5%{transform:rotate(360deg)}to{transform:rotate(360deg)}}@keyframes badge-pulse{0%,to{transform:scale(1)}50%{transform:scale(1.15)}}.dual-wrap{position:absolute;inset:0;pointer-events:none;z-index:0;opacity:.09;transition:opacity .6s cubic-bezier(.25,.46,.45,.94)}.dual-wrap:hover{opacity:.55;pointer-events:auto}.dual-wrap:hover .gp-scr,.dual-wrap:hover .lp-scr,.dual-wrap:hover .gx,.dual-wrap:hover .lx,.dual-wrap:hover .gp-spin{animation-play-state:paused!important}.dual-fade-t,.dual-fade-b{position:absolute;left:0;right:0;z-index:4;pointer-events:none}.dual-fade-t{top:0;height:40px;background:linear-gradient(to bottom,#0b0a10,transparent)}.dual-fade-b{bottom:0;height:40px;background:linear-gradient(to top,#0b0a10,transparent)}.dual-panels{position:relative;height:100%}.process>.container{position:relative;z-index:2}.process>.glow{z-index:1}.gp-panel{position:absolute;left:0;top:0;bottom:0;width:480px;display:flex;background:#121212;border-right:1px solid rgba(255,255,255,.06);overflow:hidden;box-shadow:6px 0 30px #0000004d;font-family:Google Sans,DM Sans,system-ui,sans-serif}.gp-side{width:170px;padding:8px 6px;border-right:1px solid #2d2d2d;display:flex;flex-direction:column;gap:0;background:#121212}.gp-logo{padding:12px 16px 16px}.gp-compose{display:flex;align-items:center;gap:10px;padding:12px 20px;background:#c2e7ff;color:#001d35;font-weight:600;font-size:13px;border-radius:16px;margin:0 8px 16px;cursor:pointer;box-shadow:0 1px 3px #0000004d;transition:box-shadow .2s}.gp-compose:hover{box-shadow:0 4px 12px #0006}.gp-item{display:flex;align-items:center;gap:12px;padding:5px 14px;border-radius:20px;font-size:12px;color:#c4c7c5;cursor:pointer;transition:background .15s;height:32px}.gp-item:hover{background:#28292c}.gp-item.active{background:#004a77;color:#c2e7ff;font-weight:600}.gp-item svg{flex-shrink:0;opacity:.7}.gp-item.active svg{opacity:1}.gp-badge{margin-left:auto;background:#c5221f;color:#fff;font-size:9px;font-weight:700;padding:1px 7px;border-radius:8px;font-style:normal;animation:badge-pulse 2.5s ease-in-out infinite}.gp-sm{margin-left:auto;font-size:10px;color:#9aa0a6;font-style:normal}.gp-hr{height:1px;background:#2d2d2d;margin:8px 14px}.gp-main{flex:1;display:flex;flex-direction:column;min-width:0;background:#1e1e1e}.gp-search{display:flex;align-items:center;gap:10px;margin:10px 12px;background:#2d2d2d;border-radius:24px;padding:8px 16px;font-size:13px;color:#9aa0a6}.gp-toolbar{display:flex;align-items:center;gap:8px;padding:4px 12px;border-bottom:1px solid #2d2d2d}.gp-spin{animation:gp-refresh 60s ease-in-out infinite}.gp-pag{margin-left:auto;font-size:10px;color:#9aa0a6}.gp-tabs{display:flex;border-bottom:1px solid #2d2d2d}.gp-tab{flex:1;text-align:center;padding:8px 0;font-size:11px;color:#9aa0a6;border-bottom:3px solid transparent;cursor:pointer}.gp-tab.on{color:#c2e7ff;border-bottom-color:#71b7fb;font-weight:600}.gp-inbox{flex:1;overflow:hidden;min-height:0}.gp-scr{animation:none}.gr2{display:flex;align-items:center;gap:6px;padding:6px 10px;border-bottom:1px solid rgba(255,255,255,.04);font-size:11px;white-space:nowrap;overflow:hidden;cursor:pointer;transition:background .12s;background:#1e1e1e}.gr2:hover{background:#282828}.gr2.un{background:#242424}.gr2 i{font-style:normal;font-size:13px;color:#5f6368;flex-shrink:0;width:16px}.gr2 i.st{color:#f4b400}.gr2 .gf{min-width:85px;max-width:85px;font-size:11px;color:#9aa0a6;font-weight:400;overflow:hidden;text-overflow:ellipsis;flex-shrink:0}.gr2.un .gf{color:#e3e3e3;font-weight:600}.gr2 .gs2{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;color:#9aa0a6;font-size:11px}.gr2.un .gs2{color:#bdc1c6}.gr2 .gs2 b{color:#e3e3e3;font-weight:600}.gr2 em{font-style:normal;font-size:10px;color:#9aa0a6;flex-shrink:0;min-width:30px;text-align:right}.gr2 em.hot{color:#71b7fb;font-weight:600}.gr2{animation:gx-reveal .4s ease both;opacity:0;overflow:hidden}.gx{animation:gx-reveal .5s cubic-bezier(.34,1.56,.64,1) both}.g1{animation-delay:.8s}.g2{animation-delay:1.05s}.g3{animation-delay:1.3s}.g4{animation-delay:1.55s}.g5{animation-delay:1.8s}.g6{animation-delay:2.05s}.g7{animation-delay:2.3s}.g8{animation-delay:2.55s}.g9{animation-delay:2.8s}.gp-scr .gr2:nth-child(10){animation-delay:3.05s}.gp-scr .gr2:nth-child(11){animation-delay:3.3s}.gp-scr .gr2:nth-child(12){animation-delay:3.55s}.gp-scr .gr2:nth-child(13){animation-delay:3.8s}.gp-scr .gr2:nth-child(14){animation-delay:4.05s}.gp-scr .gr2:nth-child(15){animation-delay:4.3s}.gp-scr .gr2:nth-child(16){animation-delay:4.55s}.gp-scr .gr2:nth-child(17){animation-delay:4.8s}.gp-scr .gr2:nth-child(18){animation-delay:5.05s}.gp-scr .gr2:nth-child(19){animation-delay:5.3s}.gp-scr .gr2:nth-child(20){animation-delay:5.55s}.gp-scr .gr2:nth-child(21){animation-delay:5.8s}.gp-scr .gr2:nth-child(22){animation-delay:6.05s}.gp-scr .gr2:nth-child(23){animation-delay:6.3s}.gp-scr .gr2:nth-child(24){animation-delay:6.55s}.gp-scr .gr2:nth-child(25){animation-delay:6.8s}.gp-scr .gr2:nth-child(26){animation-delay:7.05s}.gp-scr .gr2:nth-child(27){animation-delay:7.3s}.gp-scr .gr2:nth-child(28){animation-delay:7.55s}.gp-scr .gr2:nth-child(29){animation-delay:7.8s}.gp-scr .gr2:nth-child(30){animation-delay:8.05s}.gp-scr .gr2:nth-child(31){animation-delay:8.3s}.gp-scr .gr2:nth-child(32){animation-delay:8.55s}.gp-scr .gr2:nth-child(33){animation-delay:8.8s}.gp-scr .gr2:nth-child(34){animation-delay:9.05s}.gp-scr .gr2:nth-child(35){animation-delay:9.3s}.gp-scr .gr2:nth-child(36){animation-delay:9.55s}.gp-scr .gr2:nth-child(37){animation-delay:9.8s}.gp-scr .gr2:nth-child(38){animation-delay:10.05s}.gp-scr .gr2:nth-child(39){animation-delay:10.3s}.gp-scr .gr2:nth-child(40){animation-delay:10.55s}.gp-scr .gr2:nth-child(41){animation-delay:10.8s}.gp-scr .gr2:nth-child(42){animation-delay:11.05s}.gp-scr .gr2:nth-child(43){animation-delay:11.3s}.gp-scr .gr2:nth-child(44){animation-delay:11.55s}.gp-scr .gr2:nth-child(45){animation-delay:11.8s}.gp-scr .gr2:nth-child(46){animation-delay:12.05s}.gp-scr .gr2:nth-child(47){animation-delay:12.3s}.gp-scr .gr2:nth-child(48){animation-delay:12.55s}.gp-scr .gr2:nth-child(49){animation-delay:12.8s}.gp-scr .gr2:nth-child(50){animation-delay:13.05s}.gp-scr .gr2:nth-child(51){animation-delay:13.3s}.gp-scr .gr2:nth-child(52){animation-delay:13.55s}.gp-scr .gr2:nth-child(53){animation-delay:13.8s}.gp-scr .gr2:nth-child(54){animation-delay:14.05s}.gp-scr .gr2:nth-child(55){animation-delay:14.3s}.gp-scr .gr2:nth-child(56){animation-delay:14.55s}.gp-scr .gr2:nth-child(57){animation-delay:14.8s}.gp-scr .gr2:nth-child(58){animation-delay:15.05s}.gp-scr .gr2:nth-child(59){animation-delay:15.3s}.gp-scr .gr2:nth-child(60){animation-delay:15.55s}.gp-scr .gr2:nth-child(61){animation-delay:15.8s}.gp-scr .gr2:nth-child(62){animation-delay:16.05s}.gp-scr .gr2:nth-child(63){animation-delay:16.3s}.gp-scr .gr2:nth-child(64){animation-delay:16.55s}.gp-scr .gr2:nth-child(65){animation-delay:16.8s}.gp-scr .gr2:nth-child(66){animation-delay:17.05s}.gp-scr .gr2:nth-child(67){animation-delay:17.3s}.gp-scr .gr2:nth-child(68){animation-delay:17.55s}.gp-scr .gr2:nth-child(69){animation-delay:17.8s}.gp-scr .gr2:nth-child(70){animation-delay:18.05s}.gp-scr .gr2:nth-child(71){animation-delay:18.3s}.gp-scr .gr2:nth-child(72){animation-delay:18.55s}.gp-scr .gr2:nth-child(73){animation-delay:18.8s}.gp-scr .gr2:nth-child(74){animation-delay:19.05s}.gp-scr .gr2:nth-child(75){animation-delay:19.3s}.gp-scr .gr2:nth-child(76){animation-delay:19.55s}.gp-scr .gr2:nth-child(77){animation-delay:19.8s}.gp-scr .gr2:nth-child(78){animation-delay:20.05s}.gp-scr .gr2:nth-child(79){animation-delay:20.3s}.gp-scr .gr2:nth-child(80){animation-delay:20.55s}.gp-scr .gr2:nth-child(81){animation-delay:20.8s}.gp-scr .gr2:nth-child(82){animation-delay:21.05s}.gp-scr .gr2:nth-child(83){animation-delay:21.3s}.gp-scr .gr2:nth-child(84){animation-delay:21.55s}.gp-scr .gr2:nth-child(85){animation-delay:21.8s}.gp-scr .gr2:nth-child(86){animation-delay:22.05s}.gp-scr .gr2:nth-child(87){animation-delay:22.3s}.gp-scr .gr2:nth-child(88){animation-delay:22.55s}.gp-scr .gr2:nth-child(89){animation-delay:22.8s}.gp-scr .gr2:nth-child(90){animation-delay:23.05s}.gp-scr .gr2:nth-child(91){animation-delay:23.3s}.gp-scr .gr2:nth-child(92){animation-delay:23.55s}.gp-scr .gr2:nth-child(93){animation-delay:23.8s}.gp-scr .gr2:nth-child(94){animation-delay:24.05s}.gp-scr .gr2:nth-child(95){animation-delay:24.3s}.gp-scr .gr2:nth-child(96){animation-delay:24.55s}.gp-scr .gr2:nth-child(97){animation-delay:24.8s}.gp-scr .gr2:nth-child(98){animation-delay:25.05s}.gp-scr .gr2:nth-child(99){animation-delay:25.3s}.gp-scr .gr2:nth-child(100){animation-delay:25.55s}.gp-scr .gr2:nth-child(101){animation-delay:25.8s}.gp-scr .gr2:nth-child(102){animation-delay:26.05s}.gp-scr .gr2:nth-child(103){animation-delay:26.3s}.gp-scr .gr2:nth-child(104){animation-delay:26.55s}.gp-scr .gr2:nth-child(105){animation-delay:26.8s}.gp-scr .gr2:nth-child(106){animation-delay:27.05s}.gp-scr .gr2:nth-child(107){animation-delay:27.3s}.gp-scr .gr2:nth-child(108){animation-delay:27.55s}.gp-scr .gr2:nth-child(109){animation-delay:27.8s}.gp-scr .gr2:nth-child(110){animation-delay:28.05s}.gp-scr .gr2:nth-child(111){animation-delay:28.3s}.gp-scr .gr2:nth-child(112){animation-delay:28.55s}.gp-scr .gr2:nth-child(113){animation-delay:28.8s}.gp-scr .gr2:nth-child(114){animation-delay:29.05s}.gp-scr .gr2:nth-child(115){animation-delay:29.3s}.gp-scr .gr2:nth-child(116){animation-delay:29.55s}.gp-scr .gr2:nth-child(117){animation-delay:29.8s}.gp-scr .gr2:nth-child(118){animation-delay:30.05s}.gp-scr .gr2:nth-child(119){animation-delay:30.3s}.gp-scr .gr2:nth-child(120){animation-delay:30.55s}.gp-scr .gr2:nth-child(121){animation-delay:30.8s}.gp-scr .gr2:nth-child(122){animation-delay:31.05s}.gp-scr .gr2:nth-child(123){animation-delay:31.3s}.gp-scr .gr2:nth-child(124){animation-delay:31.55s}.gp-scr .gr2:nth-child(125){animation-delay:31.8s}.gp-scr .gr2:nth-child(126){animation-delay:32.05s}.gp-scr .gr2:nth-child(127){animation-delay:32.3s}.gp-scr .gr2:nth-child(128){animation-delay:32.55s}.gp-scr .gr2:nth-child(129){animation-delay:32.8s}.gp-scr .gr2:nth-child(130){animation-delay:33.05s}.gp-scr .gr2:nth-child(131){animation-delay:33.3s}.gp-scr .gr2:nth-child(132){animation-delay:33.55s}.gp-scr .gr2:nth-child(133){animation-delay:33.8s}.gp-scr .gr2:nth-child(134){animation-delay:34.05s}.gp-scr .gr2:nth-child(135){animation-delay:34.3s}.gp-scr .gr2:nth-child(136){animation-delay:34.55s}.gp-scr .gr2:nth-child(137){animation-delay:34.8s}.gp-scr .gr2:nth-child(138){animation-delay:35.05s}.gp-scr .gr2:nth-child(139){animation-delay:35.3s}.gp-scr .gr2:nth-child(140){animation-delay:35.55s}.gp-scr .gr2:nth-child(141){animation-delay:35.8s}.gp-scr .gr2:nth-child(142){animation-delay:36.05s}.gp-scr .gr2:nth-child(143){animation-delay:36.3s}.gp-scr .gr2:nth-child(144){animation-delay:36.55s}.gp-scr .gr2:nth-child(145){animation-delay:36.8s}.gp-scr .gr2:nth-child(146){animation-delay:37.05s}.gp-scr .gr2:nth-child(147){animation-delay:37.3s}.gp-scr .gr2:nth-child(148){animation-delay:37.55s}.gp-scr .gr2:nth-child(149){animation-delay:37.8s}.gp-scr .gr2:nth-child(150){animation-delay:38.05s}.gp-scr .gr2:nth-child(151){animation-delay:38.3s}.gp-scr .gr2:nth-child(152){animation-delay:38.55s}.gp-scr .gr2:nth-child(153){animation-delay:38.8s}.gp-scr .gr2:nth-child(154){animation-delay:39.05s}.gp-scr .gr2:nth-child(155){animation-delay:39.3s}.gp-scr .gr2:nth-child(156){animation-delay:39.55s}.gp-scr .gr2:nth-child(157){animation-delay:39.8s}.gp-scr .gr2:nth-child(158){animation-delay:40.05s}.gp-scr .gr2:nth-child(159){animation-delay:40.3s}.gp-scr .gr2:nth-child(160){animation-delay:40.55s}.gp-scr .gr2:nth-child(161){animation-delay:40.8s}.gp-scr .gr2:nth-child(162){animation-delay:41.05s}.gp-scr .gr2:nth-child(163){animation-delay:41.3s}.gp-scr .gr2:nth-child(164){animation-delay:41.55s}.gp-scr .gr2:nth-child(165){animation-delay:41.8s}.gp-scr .gr2:nth-child(166){animation-delay:42.05s}.gp-scr .gr2:nth-child(167){animation-delay:42.3s}.gp-scr .gr2:nth-child(168){animation-delay:42.55s}.gp-scr .gr2:nth-child(169){animation-delay:42.8s}.gp-scr .gr2:nth-child(170){animation-delay:43.05s}.gp-scr .gr2:nth-child(171){animation-delay:43.3s}.gp-scr .gr2:nth-child(172){animation-delay:43.55s}.gp-scr .gr2:nth-child(173){animation-delay:43.8s}.gp-scr .gr2:nth-child(174){animation-delay:44.05s}.gp-scr .gr2:nth-child(175){animation-delay:44.3s}.gp-scr .gr2:nth-child(176){animation-delay:44.55s}.gp-scr .gr2:nth-child(177){animation-delay:44.8s}.gp-scr .gr2:nth-child(178){animation-delay:45.05s}.gp-scr .gr2:nth-child(179){animation-delay:45.3s}.gp-scr .gr2:nth-child(180){animation-delay:45.55s}.gp-scr .gr2:nth-child(181){animation-delay:45.8s}.gp-scr .gr2:nth-child(182){animation-delay:46.05s}.gp-scr .gr2:nth-child(183){animation-delay:46.3s}.gp-scr .gr2:nth-child(184){animation-delay:46.55s}.gp-scr .gr2:nth-child(185){animation-delay:46.8s}.gp-scr .gr2:nth-child(186){animation-delay:47.05s}.gp-scr .gr2:nth-child(187){animation-delay:47.3s}.gp-scr .gr2:nth-child(188){animation-delay:47.55s}.gp-scr .gr2:nth-child(189){animation-delay:47.8s}.gp-scr .gr2:nth-child(190){animation-delay:48.05s}.gp-scr .gr2:nth-child(191){animation-delay:48.3s}.gp-scr .gr2:nth-child(192){animation-delay:48.55s}.gp-scr .gr2:nth-child(193){animation-delay:48.8s}.gp-scr .gr2:nth-child(194){animation-delay:49.05s}.gp-scr .gr2:nth-child(195){animation-delay:49.3s}.gp-scr .gr2:nth-child(196){animation-delay:49.55s}.gp-scr .gr2:nth-child(197){animation-delay:49.8s}.gp-scr .gr2:nth-child(198){animation-delay:50.05s}.gp-scr .gr2:nth-child(199){animation-delay:50.3s}.gp-scr .gr2:nth-child(200){animation-delay:50.55s}.gp-scr .gr2:nth-child(201){animation-delay:50.8s}.gp-scr .gr2:nth-child(202){animation-delay:51.05s}.gp-scr .gr2:nth-child(203){animation-delay:51.3s}.gp-scr .gr2:nth-child(204){animation-delay:51.55s}.gp-scr .gr2:nth-child(205){animation-delay:51.8s}.gp-scr .gr2:nth-child(206){animation-delay:52.05s}.gp-scr .gr2:nth-child(207){animation-delay:52.3s}.gp-scr .gr2:nth-child(208){animation-delay:52.55s}.gp-scr .gr2:nth-child(209){animation-delay:52.8s}.gp-scr .gr2:nth-child(210){animation-delay:53.05s}.gp-scr .gr2:nth-child(211){animation-delay:53.3s}.gp-scr .gr2:nth-child(212){animation-delay:53.55s}.gp-scr .gr2:nth-child(213){animation-delay:53.8s}.gp-scr .gr2:nth-child(214){animation-delay:54.05s}.gp-scr .gr2:nth-child(215){animation-delay:54.3s}.gp-scr .gr2:nth-child(216){animation-delay:54.55s}.gp-scr .gr2:nth-child(217){animation-delay:54.8s}.gp-scr .gr2:nth-child(218){animation-delay:55.05s}.gp-scr .gr2:nth-child(219){animation-delay:55.3s}.gp-scr .gr2:nth-child(220){animation-delay:55.55s}.gp-scr .gr2:nth-child(221){animation-delay:55.8s}.gp-scr .gr2:nth-child(222){animation-delay:56.05s}.gp-scr .gr2:nth-child(223){animation-delay:56.3s}.gp-scr .gr2:nth-child(224){animation-delay:56.55s}.gp-scr .gr2:nth-child(225){animation-delay:56.8s}.gp-scr .gr2:nth-child(226){animation-delay:57.05s}.gp-scr .gr2:nth-child(227){animation-delay:57.3s}.gp-scr .gr2:nth-child(228){animation-delay:57.55s}.gp-scr .gr2:nth-child(229){animation-delay:57.8s}.gp-scr .gr2:nth-child(230){animation-delay:58.05s}.lp-panel{position:absolute;right:0;top:0;bottom:0;width:280px;display:flex;flex-direction:column;background:#0d0f12;border-left:1px solid #1a1e24;overflow:hidden;box-shadow:-6px 0 30px #0000004d;font-family:DM Sans,system-ui,sans-serif}.lp-head{display:flex;align-items:center;gap:8px;padding:12px 14px;border-bottom:1px solid #1a1e24;background:#0d0f12}.lp-title{font-size:14px;font-weight:700;color:#777}.lp-badge{background:#661010;color:#a66;font-size:9px;font-weight:700;padding:2px 7px;border-radius:10px;font-style:normal;animation:badge-pulse 2.5s ease-in-out infinite}.lp-acts{margin-left:auto;display:flex;gap:8px}.lp-search{display:flex;align-items:center;gap:8px;margin:8px 10px;background:#1a1e24;border-radius:6px;padding:6px 10px;font-size:11px;color:#444}.lp-tabs{display:flex;border-bottom:1px solid #1a1e24}.lp-tab{flex:1;text-align:center;padding:8px 0;font-size:11px;color:#555;border-bottom:2px solid transparent;cursor:pointer}.lp-tab.on{color:#4a7fad;border-bottom-color:#4a7fad;font-weight:600}.lp-list{flex:1;overflow:hidden;min-height:0}.lp-scr{animation:none}.lc{display:flex;align-items:flex-start;gap:10px;padding:10px 12px;border-bottom:1px solid rgba(255,255,255,.03);cursor:pointer;transition:background .12s;position:relative}.lc:hover{background:#ffffff0f}.la{width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:12px;font-weight:700;flex-shrink:0}.li2{flex:1;min-width:0;display:flex;flex-direction:column;gap:1px}.ln{font-size:13px;color:#8a8a8a;font-weight:600}.lr{font-size:10px;color:#444}.lm{font-size:11px;color:#555;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-top:2px}.lm b{color:#888}.lt{font-size:9px;color:#444;position:absolute;top:12px;right:12px}.ld{width:8px;height:8px;border-radius:50%;background:#0a3d6e;position:absolute;bottom:14px;right:12px}.lx{opacity:1}.la svg{width:100%;height:100%;border-radius:50%;display:block}.lp-panel .la{opacity:.5}.lp-panel .la svg{filter:saturate(.4) brightness(.7)}@media(prefers-reduced-motion:reduce){.gx,.lx,.gp-scr,.lp-scr,.gp-spin,.gp-badge,.lp-badge{animation:none!important}.gx,.lx{opacity:1;clip-path:none;max-height:70px}}@media(prefers-reduced-motion:reduce){.pipe-blob,.pipe-card,.pipe-line{animation:none!important}.pipe-card{opacity:1;clip-path:none}}.dl-av-svg{width:32px;height:32px;border-radius:50%;flex-shrink:0;overflow:hidden}.mascot-wrap{position:relative;cursor:pointer;-webkit-user-select:none;user-select:none;animation:m-float 5s ease-in-out infinite;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none;outline:none}.mascot-toggle{display:none}@keyframes m-float{0%,to{transform:translateY(0)}50%{transform:translateY(-5px)}}.cat-body-main{animation:m-breathe 3.5s ease-in-out infinite;transform-origin:50% 100%}@keyframes m-breathe{0%,to{transform:scaleY(1)}50%{transform:scaleY(1.02)}}.cat-head-group{transition:transform .8s cubic-bezier(.34,1.56,.64,1);transform-origin:50% 90%;transform:rotate(12deg) translateY(6px) translate(5px)}.eyes-closed{opacity:1;transition:opacity .4s ease .1s}.eyes-open{opacity:0;transition:opacity .3s ease}.zzz{transition:opacity .5s ease,transform .5s ease}.z1{animation:m-zzz 3s ease-in-out infinite}.z2{animation:m-zzz 3s ease-in-out .6s infinite}.z3{animation:m-zzz 3s ease-in-out 1.2s infinite}@keyframes m-zzz{0%,to{opacity:.2;transform:translate(0) scale(1)}50%{opacity:.7;transform:translate(4px,-8px) scale(1.1)}}.cat-tail{animation:m-tail-slow 5s ease-in-out infinite;transform-origin:15% 95%}@keyframes m-tail-slow{0%,to{transform:rotate(0)}50%{transform:rotate(6deg)}}.ear-right{animation:m-ear 7s ease-in-out infinite;transform-origin:50% 100%}@keyframes m-ear{0%,88%,to{transform:rotate(0)}90%{transform:rotate(-10deg)}93%{transform:rotate(3deg)}95%{transform:rotate(-5deg)}}.paw-left,.paw-right{transition:transform .6s cubic-bezier(.34,1.56,.64,1)}.monitor-light{opacity:.1;transition:opacity .5s ease}.screen-content{opacity:.15;transition:opacity .5s ease}.blush{opacity:0;transition:opacity .4s ease .2s}.speech-bubble{opacity:0;transform:scale(.5);transition:all .5s cubic-bezier(.34,1.56,.64,1) .4s;transform-origin:0% 100%}.steam{opacity:.15;animation:m-steam 3s ease-in-out infinite}@keyframes m-steam{0%,to{opacity:.1;transform:translateY(0)}50%{opacity:.25;transform:translateY(-3px)}}.eye-sparkle{opacity:0;transition:opacity .3s ease .3s}.pupil-group{transition:transform .6s cubic-bezier(.34,1.56,.64,1) .2s}.typing-paw{opacity:0;transition:opacity .3s ease .5s}.mascot-toggle:checked~svg .cat-head-group{transform:rotate(0) translateY(-4px) translate(0)}.mascot-toggle:checked~svg .eyes-closed{opacity:0}.mascot-toggle:checked~svg .eyes-open{opacity:1}.mascot-toggle:checked~svg .zzz{opacity:0!important;animation:none!important;transform:translate(15px,-20px) scale(.5)!important}.mascot-toggle:checked~svg .cat-tail{animation:m-tail-fast .35s ease-in-out infinite}@keyframes m-tail-fast{0%,to{transform:rotate(-10deg)}50%{transform:rotate(10deg)}}.mascot-toggle:checked~svg .cat-body-main{animation:none;transform:scaleY(1.03)}.mascot-toggle:checked~svg .ear-right{animation:none;transform:rotate(-3deg)}.mascot-toggle:checked~svg .paw-left{transform:translate(-3px,-2px) rotate(-5deg)}.mascot-toggle:checked~svg .paw-right{transform:translate(3px,-2px) rotate(5deg)}.mascot-toggle:checked~svg .monitor-light{opacity:.4}.mascot-toggle:checked~svg .screen-content{opacity:.6}.mascot-toggle:checked~svg .blush{opacity:.5}.mascot-toggle:checked~svg .speech-bubble{opacity:1;transform:scale(1)}.mascot-toggle:checked~svg .steam{opacity:.4}.mascot-toggle:checked~svg .eye-sparkle{opacity:1}.mascot-toggle:checked~svg .pupil-group{transform:translate(-1px,1px)}.mascot-toggle:checked~svg .typing-paw{opacity:1;animation:m-type .3s ease-in-out infinite alternate}@keyframes m-type{0%{transform:translateY(0)}to{transform:translateY(-1.5px)}}@media(prefers-reduced-motion:reduce){.mascot-wrap,.cat-body-main,.cat-tail,.ear-right,.z1,.z2,.z3,.steam,.typing-paw{animation:none!important}}.flow-bg{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1;pointer-events:none}.flow-bg svg{width:100%;height:100%}.flow-glow,.flow-line{fill:none;stroke-linecap:round}.flow-glow{filter:blur(10px)}.fl-1{stroke:#8b5cf64d;stroke-width:2}.flg-1{stroke:#8b5cf61a;stroke-width:18}.fl-2{stroke:#6d28d926;stroke-width:1}.flg-2{stroke:#6d28d90d;stroke-width:9}.fl-3{stroke:#a78bfa33;stroke-width:1.5}.flg-3{stroke:#a78bfa12;stroke-width:14}.fl-4{stroke:#8b5cf62b;stroke-width:1.3}.flg-4{stroke:#8b5cf60f;stroke-width:12}.fl-5{stroke:#6d28d938;stroke-width:1.2}.flg-5{stroke:#6d28d912;stroke-width:10}@media(max-width:768px){.fl-2,.fl-4,.flg-2,.flg-4{display:none}}.premium-divider{position:relative;height:60px;display:flex;align-items:center;justify-content:center;width:100%}.premium-divider-line{width:100%;max-width:200px;height:1px;background:linear-gradient(90deg,transparent 0%,var(--v400) 30%,var(--v600) 50%,var(--v400) 70%,transparent 100%);background-size:200% 100%;animation:lineShimmer 3s ease-in-out infinite;position:relative;box-shadow:0 4px 12px #6d28d94d}.premium-divider-accent{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%) rotate(45deg);width:8px;height:8px;background:var(--white);border:1.5px solid var(--v700);border-radius:1px;z-index:10;box-shadow:0 0 10px var(--v400)}@keyframes lineShimmer{0%{background-position:200% center}to{background-position:-200% center}}.floating-badge-container{position:fixed;bottom:1.5rem;right:1.5rem;z-index:1001;animation:floatBadge 4s ease-in-out infinite}.floating-badge{display:flex;align-items:center;gap:.5rem;background:#ffffffa6;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);padding:.5rem 1rem;border-radius:9999px;font-family:var(--font-b);font-size:.85rem;font-weight:600;color:var(--text);cursor:pointer;text-decoration:none;transition:transform .2s ease,background .3s ease}.floating-badge:before{content:"";position:absolute;inset:-1px;border-radius:inherit;padding:1.5px;background:linear-gradient(135deg,var(--v200),var(--v500),var(--v200));-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none;z-index:-1;opacity:.8}.floating-badge:after{content:"";position:absolute;inset:0;border-radius:inherit;box-shadow:0 4px 20px #8b5cf640;z-index:-2;transition:box-shadow .3s ease}.floating-badge:hover{transform:scale(1.05);background:#ffffffd9}.floating-badge:hover:after{box-shadow:0 8px 25px #6d28d966}@keyframes floatBadge{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}@media(min-width:768px){.floating-badge-container{bottom:2.5rem;right:2.5rem}.floating-badge{padding:.75rem 1.25rem;font-size:.875rem}}@media(max-width:480px){.floating-badge{font-size:.78rem;padding:.5rem .75rem}}:focus-visible{outline:2px solid var(--v600);outline-offset:2px;border-radius:4px}.btn:focus-visible{outline:2px solid var(--v400);outline-offset:3px;box-shadow:0 0 0 4px #7c3aed26}.nav-links a:focus-visible,.time-slot:focus-visible{outline:2px solid var(--v600);outline-offset:2px}input:focus-visible,select:focus-visible,textarea:focus-visible{outline:2px solid var(--v500);outline-offset:1px}.faq-question:focus-visible{outline:2px solid var(--v500);outline-offset:2px;border-radius:12px}.mascot-wrap:focus-visible{outline:2px solid var(--v400);outline-offset:4px;border-radius:8px}.footer-col ul a:focus-visible,.footer-links a:focus-visible{outline:2px solid var(--v600);outline-offset:2px}:focus:not(:focus-visible){outline:none}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}.reveal,.reveal-left,.reveal-right,.reveal-scale{opacity:1!important;transform:none!important}.pipe-wrap,.dual-wrap,.t-track,.c-track{animation:none!important}}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:3rem;margin-bottom:2.5rem;padding-bottom:2rem;border-bottom:1px solid var(--card-border)}.footer-brand p{font-size:.88rem;font-weight:420;color:var(--textm);line-height:1.6;margin-top:.75rem;max-width:280px}.footer-col h4{font-family:var(--font-d);font-weight:700;font-size:.82rem;color:var(--text);text-transform:uppercase;letter-spacing:1.5px;margin-bottom:1rem}.footer-col ul{list-style:none;display:flex;flex-direction:column;gap:.5rem}.footer-col ul a{color:var(--textm);text-decoration:none;font-size:.85rem;transition:color .3s}.footer-col ul a:hover{color:var(--v700)}@media(max-width:768px){.footer-grid{grid-template-columns:1fr 1fr;gap:2rem}.footer-brand{grid-column:1 / -1}}@media(max-width:480px){.footer-grid{grid-template-columns:1fr}}.nav-links a.nav-active:not(.nav-cta){color:var(--v700)}.nav-links a.nav-active:not(.nav-cta):after{width:100%;background:var(--v700)}.nav-links a:not(.nav-cta){position:relative}.nav-links a:not(.nav-cta):after{content:"";position:absolute;bottom:-4px;left:0;width:0;height:1.5px;background:var(--v600);transition:width .3s var(--ease)}.nav-links a:not(.nav-cta):hover:after{width:100%}.service-row:hover .service-icon-wrap svg{transition:transform .4s var(--ease);transform:rotate(-6deg) scale(1.08)}.stat-item:hover h3{text-shadow:0 0 30px rgba(109,40,217,.3);transition:text-shadow .4s var(--ease)}.process-step:hover .process-step-number{animation:step-pulse .6s var(--ease)}@keyframes step-pulse{0%{box-shadow:0 0 30px #8b5cf633}50%{box-shadow:0 0 60px #8b5cf680}to{box-shadow:0 0 50px #8b5cf666}}.t-card:before{content:"";position:absolute;inset:0;border-radius:inherit;padding:1px;background:linear-gradient(135deg,transparent 40%,rgba(139,92,246,.2) 50%,transparent 60%);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;opacity:0;transition:opacity .4s var(--ease);pointer-events:none}.t-card{position:relative}.t-card:hover:before{opacity:1}.time-slot:active{background:var(--v100);transform:scale(.95)}.footer-col ul a{position:relative;padding-left:0;transition:color .3s var(--ease),padding-left .3s var(--ease)}.footer-col ul a:hover{padding-left:6px}.hero-badge{position:relative;overflow:hidden}.hero-badge:after{content:"";position:absolute;top:0;left:-100%;width:60%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.15),transparent);animation:badge-shimmer 4s ease-in-out infinite}@keyframes badge-shimmer{0%,80%,to{left:-100%}40%{left:150%}}.faq-question:hover,.footer-col ul a:hover,.footer-links a:hover{color:var(--text)}.time-slot:hover{background:var(--accent);color:var(--white);border-color:var(--accent)}.c-logo:hover{opacity:1}.testimonials{background:transparent}.clients{background:transparent;border-top:1px solid rgba(109,40,217,.08)}.faq-section,.calendar-section{background:transparent}.faq-section{padding:7rem 0}.faq-header{text-align:center;margin-bottom:3.5rem}.faq-grid{max-width:720px;margin:0 auto;display:flex;flex-direction:column;gap:.75rem}.faq-item{background:var(--white);border:1px solid rgba(109,40,217,.08);border-radius:18px;transition:all .4s var(--ease);overflow:hidden}.faq-item[open]{border-color:#6d28d926;box-shadow:0 8px 24px #6d28d90f}.faq-question{display:flex;align-items:center;justify-content:space-between;padding:1.5rem 2rem;cursor:pointer;font-family:var(--font-d);font-weight:600;font-size:1rem;color:var(--text);letter-spacing:-.2px;list-style:none;transition:color .3s var(--ease)}.faq-question::-webkit-details-marker{display:none}.faq-question::marker{display:none;content:""}.faq-question:hover{color:var(--v700)}.faq-chevron{flex-shrink:0;color:var(--textm);transition:transform .3s var(--ease)}.faq-item[open] .faq-chevron{transform:rotate(180deg);color:var(--v600)}.faq-answer{padding:0 2rem 1.5rem;font-size:.92rem;font-weight:420;line-height:1.7;letter-spacing:-.1px;color:var(--textm)}@media(max-width:768px){.faq-question{padding:1.25rem 1.5rem;font-size:.92rem}.faq-answer{padding:0 1.5rem 1.25rem}}.pipeline-section{padding:3rem 0;background:transparent;overflow:hidden}.pipeline-track{height:3px;background:#6d28d914;border-radius:2px;margin-bottom:2rem;position:relative;overflow:hidden}.pipeline-progress{height:100%;width:0%;background:linear-gradient(90deg,var(--v600),var(--v400),#e0a860,#28ca41);border-radius:2px;transition:width .1s linear}.pipeline-stages{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;text-align:center;position:relative}.pipeline-stage{opacity:.3;transform:translateY(10px);transition:all .5s var(--ease)}.pipeline-stage.active{opacity:1;transform:translateY(0)}.pipeline-icon{font-size:1.5rem;margin-bottom:.5rem;filter:grayscale(1);transition:filter .5s var(--ease)}.pipeline-stage.active .pipeline-icon{filter:grayscale(0)}.pipeline-value{font-family:var(--font-d);font-size:1.5rem;font-weight:700;letter-spacing:-.75px;line-height:1;margin-bottom:.25rem}.pipeline-label{font-size:.72rem;font-weight:510;color:var(--textm);text-transform:uppercase;letter-spacing:1px}.pipeline-connectors{margin-top:-1rem;margin-bottom:.5rem}.pipeline-arrows{width:100%;height:30px;display:none}@media(min-width:768px){.pipeline-arrows{display:block}}@media(max-width:768px){.pipeline-stages{grid-template-columns:repeat(2,1fr);gap:1.5rem}.pipeline-value{font-size:1.25rem}}.typewriter-card{background:#ffffff08;border:none;border-radius:12px;box-shadow:0 0 0 1px #ffffff0f,0 8px 32px #0000004d;overflow:hidden;max-width:480px;font-family:var(--font-b);position:relative}.tw-header{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;background:#ffffff0a;border-bottom:1px solid rgba(255,255,255,.06)}.tw-dots{display:flex;gap:6px}.tw-dot{width:10px;height:10px;border-radius:50%}.tw-dot-r{background:#ff5f57}.tw-dot-y{background:#ffbd2e}.tw-dot-g{background:#28ca41}.tw-title{font-size:.72rem;color:#fff6;font-weight:510;flex:1}.tw-badge{font-size:.6rem;font-weight:700;background:var(--v600);color:#fff;padding:2px 6px;border-radius:4px;letter-spacing:.5px}.tw-fields{padding:.75rem 1rem 0;border-bottom:1px solid rgba(255,255,255,.04)}.tw-field{font-size:.78rem;color:#ffffff80;padding:.25rem 0;display:flex;gap:.5rem}.tw-label{color:#ffffff40;font-weight:510;flex-shrink:0}.tw-to,.tw-subject{color:#ffffffb3}.tw-body{padding:1rem;min-height:120px;font-size:.82rem;line-height:1.65;color:#fff9;font-weight:420;letter-spacing:-.1px}.tw-cursor{color:var(--v400);animation:tw-blink .8s step-end infinite}@keyframes tw-blink{0%,to{opacity:1}50%{opacity:0}}.tw-footer{display:flex;justify-content:space-between;align-items:center;padding:.5rem 1rem;border-top:1px solid rgba(255,255,255,.04)}.tw-status{font-size:.68rem;color:var(--v400);font-weight:510}.tw-counter{font-size:.68rem;color:#ffffff4d;font-weight:510}.hero-grid{display:grid;grid-template-columns:1fr 480px;gap:3rem;align-items:center}@media(max-width:1024px){.hero-grid{grid-template-columns:1fr}.typewriter-card{max-width:100%}}.skip-to-content{position:fixed;top:-100px;left:50%;transform:translate(-50%);z-index:10000;background:var(--v700);color:var(--white);padding:.75rem 1.5rem;border-radius:0 0 8px 8px;font-family:var(--font-d);font-weight:600;font-size:.85rem;text-decoration:none;transition:top .3s var(--ease)}.skip-to-content:focus{top:0}.mobile-proof{display:none}@media(max-width:768px){.reveal,.reveal-left,.reveal-right,.reveal-scale{opacity:1!important;transform:none!important}.skip-to-content{display:none!important}nav{padding:.625rem 1.25rem}.container{padding:0 1.25rem}.stats-bar{padding:3rem 0}.premium-divider{display:none}.services{padding:3.5rem 0}.section-desc{margin-bottom:2rem}.process{padding:3.5rem 0}.process-header{margin-bottom:2.5rem}.process-step-tag{font-size:.65rem}.process-step-content h3{font-size:.95rem}.process-step-content p{font-size:.82rem}.testimonials{padding:3rem 0;overflow:hidden}.testimonials-header{margin-bottom:1.5rem}.t-card{width:280px;min-height:280px;padding:1.5rem;flex-shrink:0}.t-card:hover{transform:none}.nav-logo{min-height:44px;display:flex;align-items:center}.service-tag{font-size:.75rem}.stat-item p{font-size:.78rem;letter-spacing:1px}.process-step-tag{font-size:.75rem}.time-slot{padding:.5rem .85rem;min-height:40px;display:inline-flex;align-items:center}.calendar-section{padding:3.5rem 0}.cal-visual{position:relative;overflow:hidden}.footer-grid{grid-template-columns:1fr 1fr;gap:1.5rem}.footer-brand{grid-column:1 / -1}.footer-inner{flex-direction:column;gap:.75rem;text-align:center;padding-bottom:4.5rem}.clients{padding:3rem 0}.floating-badge-container{bottom:1.25rem;right:1.25rem!important;left:auto}.floating-badge{padding:.5rem 1rem;font-size:.78rem;border-radius:12px}.mobile-proof{display:grid;grid-template-columns:1fr 1fr;gap:.5rem;padding:0 1.25rem .5rem;position:relative}.mp-web{position:absolute;inset:0;width:100%;height:100%;pointer-events:none;z-index:0}.mp-card{position:relative;left:auto!important;right:auto!important;top:auto!important;display:flex;align-items:center;gap:.5rem;padding:.6rem .65rem;background:#ffffffe0;backdrop-filter:blur(12px);border:1px solid var(--border, rgba(221,214,254,.5));border-radius:12px;box-shadow:0 2px 8px #6d28d90d;z-index:1}.mp-icon{width:28px;height:28px;border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.mp-green{background:#dcfce7;color:#16a34a}.mp-blue{background:#dbeafe;color:#2563eb}.mp-violet{background:#ede9fe;color:#7c3aed}.mp-amber{background:#fef3c7;color:#d97706}.mp-title{font-size:.7rem;font-weight:700;color:#111;line-height:1.2}.mp-sub{font-size:.58rem;color:#888;margin-top:1px}}@media(max-width:480px){.container{padding:0 1rem}.hero{padding:5rem 0 3rem}.hero h1{font-size:1.85rem;letter-spacing:-.5px}.hero p{font-size:1rem}.stats-bar{padding:2.5rem 0}.stats-grid{gap:1rem}.stat-item .slot-counter{font-size:1.75rem;min-height:2.5rem}.stat-item p{font-size:.75rem;letter-spacing:1px}.section-title{font-size:1.5rem}.section-desc{font-size:.9rem}.service-body h3{font-size:1rem}.service-body p{font-size:.82rem}.faq-question{padding:1rem 1.25rem;font-size:.88rem}.faq-answer{padding:0 1.25rem 1rem;font-size:.82rem}.footer-grid{grid-template-columns:1fr}.mascot-wrap{width:180px!important;height:130px!important}.time-slot{font-size:.75rem;padding:.4rem .6rem}.process-step-content h3{font-size:.9rem}.process-step-content p{font-size:.78rem}.calendar-text h2{font-size:1.4rem}}@media(max-width:360px){.container{padding:0 .75rem}.hero h1{font-size:1.5rem}.hero p{font-size:.9rem}.stat-item .slot-counter{font-size:1.5rem}.stat-item p{font-size:.72rem;letter-spacing:.5px}.service-row{padding:1rem;gap:.5rem}.nav-inner{padding:0}.section-title{font-size:1.3rem}.mascot-wrap{width:160px!important;height:120px!important}}footer[data-astro-cid-sz7xmlte]{background:#0e0e0e;position:relative;padding:3.5rem 0 0}footer[data-astro-cid-sz7xmlte]:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,rgba(109,40,217,.4) 30%,rgba(109,40,217,.4) 70%,transparent)}.ft-top[data-astro-cid-sz7xmlte]{display:flex;justify-content:space-between;align-items:flex-start;padding-bottom:2.5rem;border-bottom:1px solid rgba(255,255,255,.06)}.ft-brand[data-astro-cid-sz7xmlte]{flex-shrink:0}.ft-logo[data-astro-cid-sz7xmlte]{font-family:var(--font-display, "DM Sans", sans-serif);font-size:1.25rem;font-weight:800;color:#fff;letter-spacing:-.5px;margin-bottom:.6rem}.ft-logo[data-astro-cid-sz7xmlte] em[data-astro-cid-sz7xmlte]{font-style:italic;color:#8b5cf6}.ft-tagline[data-astro-cid-sz7xmlte]{font-size:.85rem;line-height:1.55;color:#ffffff4d;margin:0}.ft-tagline[data-astro-cid-sz7xmlte] em[data-astro-cid-sz7xmlte]{font-style:italic;color:#8b5cf680}.ft-right[data-astro-cid-sz7xmlte]{text-align:right}.ft-channels-label[data-astro-cid-sz7xmlte]{font-family:var(--font-mono, "Space Mono", monospace);font-size:.65rem;text-transform:uppercase;letter-spacing:1.2px;color:#ffffff4d;margin-bottom:.75rem}.ft-ch-grid[data-astro-cid-sz7xmlte]{display:flex;gap:.4rem;justify-content:flex-end;flex-wrap:wrap}.ft-ch[data-astro-cid-sz7xmlte]{display:flex;align-items:center;gap:.4rem;padding:.42rem .75rem;border-radius:8px;background:#ffffff0a;border:1px solid rgba(255,255,255,.06);text-decoration:none;transition:all .25s cubic-bezier(.16,1,.3,1)}.ft-ch[data-astro-cid-sz7xmlte] span[data-astro-cid-sz7xmlte]{font-size:.73rem;color:#ffffff73;transition:color .25s}.ft-ch[data-astro-cid-sz7xmlte] svg[data-astro-cid-sz7xmlte]{flex-shrink:0;opacity:.65;transition:opacity .25s}.ft-ch[data-astro-cid-sz7xmlte]:hover{background:#ffffff14;border-color:#ffffff1a;transform:translateY(-1px)}.ft-ch[data-astro-cid-sz7xmlte]:hover span[data-astro-cid-sz7xmlte]{color:#fffc}.ft-ch[data-astro-cid-sz7xmlte]:hover svg[data-astro-cid-sz7xmlte]{opacity:1}.ft-bottom[data-astro-cid-sz7xmlte]{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 0;font-size:.72rem;color:#ffffff2e}.ft-social[data-astro-cid-sz7xmlte]{display:flex;gap:.5rem}.ft-social-btn[data-astro-cid-sz7xmlte]{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:8px;background:#ffffff0a;border:1px solid rgba(255,255,255,.06);color:#ffffff4d;transition:all .25s cubic-bezier(.16,1,.3,1)}.ft-social-btn[data-astro-cid-sz7xmlte]:hover{background:#6d28d91f;border-color:#6d28d933;color:#a78bfa;transform:translateY(-1px)}@media(max-width:768px){footer[data-astro-cid-sz7xmlte]{padding:2.5rem 0 0}.ft-top[data-astro-cid-sz7xmlte]{flex-direction:column;align-items:flex-start;gap:2rem}.ft-right[data-astro-cid-sz7xmlte]{text-align:left;width:100%}.ft-channels-label[data-astro-cid-sz7xmlte]{font-size:.6rem;margin-bottom:.65rem}.ft-ch-grid[data-astro-cid-sz7xmlte]{justify-content:flex-start;gap:.35rem}.ft-ch[data-astro-cid-sz7xmlte]{padding:.4rem .65rem}.ft-ch[data-astro-cid-sz7xmlte] span[data-astro-cid-sz7xmlte]{font-size:.7rem}.ft-bottom[data-astro-cid-sz7xmlte]{flex-direction:column;gap:1rem;align-items:center;text-align:center;padding:1.5rem 0 2rem}}
