:root{--ink:#101522;--muted:#667085;--paper:#f6f7fb;--white:#fff;--blue:#494b95;--cyan:#5edbd1;--violet:#866cff;--line:rgba(16,21,34,.12);--shadow:0 24px 80px rgba(25,37,83,.12);--radius:28px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif;font-size:16px;line-height:1.6;overflow-x:hidden}a{color:inherit;text-decoration:none}.wrap{width:min(1180px,calc(100% - 40px));margin:auto}.nav{position:sticky;top:0;z-index:30;background:rgba(246,247,251,.84);backdrop-filter:blur(18px);border-bottom:1px solid var(--line)}.nav-in{height:82px;display:flex;align-items:center;justify-content:space-between}.brand img{width:158px;height:auto}.links{display:flex;align-items:center;gap:26px;font-size:.92rem;font-weight:700}.links a{color:#4b5565;transition:.2s}.links a:hover{color:var(--blue)}.nav-cta,.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;border-radius:999px;padding:13px 20px;background:var(--ink);color:#fff!important;font-weight:750;transition:.2s}.nav-cta:hover,.btn:hover{transform:translateY(-2px);box-shadow:0 14px 28px rgba(16,21,34,.18)}.btn.alt{background:#fff;color:var(--ink)!important;border:1px solid var(--line)}.menu{display:none;border:0;background:transparent;font-size:1.6rem}.hero{position:relative;min-height:calc(100vh - 82px);display:grid;align-items:center;padding:80px 0 96px}.orb{position:absolute;pointer-events:none;opacity:.85;animation:float 7s ease-in-out infinite;-webkit-mask:url('qlickup-mark.svg') center/contain no-repeat;mask:url('qlickup-mark.svg') center/contain no-repeat}.o1{width:340px;height:340px;right:-100px;top:8%;background:radial-gradient(circle at 30% 30%,#fff,rgba(53,76,124,.55) 28%,rgba(53,76,124,.08) 70%)}.o2{width:220px;height:220px;left:-90px;bottom:8%;background:radial-gradient(circle at 60% 40%,#fff,rgba(5,10,48,.48),transparent 70%);animation-delay:-3s}.hero-grid{position:relative;display:grid;grid-template-columns:1.15fr .85fr;gap:58px;align-items:center}.eyebrow{display:inline-flex;align-items:center;gap:9px;padding:8px 12px;border:1px solid var(--line);border-radius:999px;background:rgba(255,255,255,.72);font-size:.78rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.eyebrow i{width:8px;height:8px;background:var(--cyan);border-radius:50%;box-shadow:0 0 0 5px rgba(94,219,209,.15)}h1,h2,h3{line-height:1.05;letter-spacing:-.055em;margin:0}h1{font-size:clamp(3.3rem,7vw,7rem)}.gradient{background:linear-gradient(105deg,var(--blue),var(--violet) 55%,#050a30);-webkit-background-clip:text;background-clip:text;color:transparent}.lead{font-size:clamp(1.08rem,1.8vw,1.32rem);max-width:680px;color:var(--muted);margin:28px 0 34px}.actions{display:flex;gap:12px;flex-wrap:wrap}.visual{aspect-ratio:4/5;border-radius:44px;padding:18px;background:linear-gradient(145deg,rgba(255,255,255,.95),rgba(255,255,255,.35));border:1px solid #fff;box-shadow:var(--shadow);transform:rotate(2deg)}.visual-core{height:100%;border-radius:30px;background:linear-gradient(150deg,#12182a,#323469 58%,#4c35a8);color:white;padding:30px;display:flex;flex-direction:column;justify-content:space-between;overflow:hidden;position:relative}.visual-core:before{content:"";position:absolute;width:280px;height:280px;border:1px solid rgba(255,255,255,.18);border-radius:50%;right:-100px;top:20px;box-shadow:0 0 0 38px rgba(255,255,255,.04),0 0 0 76px rgba(255,255,255,.03)}.hero-device{width:125%;height:auto;max-width:none;margin-left:-14%;position:relative;filter:drop-shadow(0 20px 28px rgba(0,0,0,.28))}.dashboard-visual .visual-core{padding:27px 22px 20px;background:linear-gradient(150deg,#101633,#303c78 58%,#050a30)}.home-dashboard{display:block;width:100%!important;max-width:none!important;height:auto!important;margin:0 -18% 0 auto!important;object-fit:contain;object-position:right center;filter:drop-shadow(0 20px 28px rgba(0,0,0,.28))}.mini{font-size:.75rem;text-transform:uppercase;letter-spacing:.12em;color:#c7cdfc}.skill-row{display:flex;flex-wrap:wrap;gap:8px;position:relative}.pill{padding:8px 11px;border-radius:999px;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.15);font-size:.74rem}.section{padding:110px 0}.section-head{display:flex;justify-content:space-between;align-items:end;gap:40px;margin-bottom:45px}.section-side{max-width:500px}.section-side .section-copy{margin:14px 0 0}.feature-inline-cta{display:inline-flex;align-items:center;gap:12px;color:var(--blue);font-weight:850}.feature-inline-cta span{width:31px;height:31px;border-radius:50%;display:grid;place-items:center;background:var(--blue);color:#fff;transition:.2s}.feature-inline-cta:hover span{transform:translateX(4px)}.section h2{font-size:clamp(2.5rem,5vw,4.8rem)}.section-copy{max-width:500px;color:var(--muted)}.grid3{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.card{background:rgba(255,255,255,.84);border:1px solid #fff;border-radius:var(--radius);padding:30px;box-shadow:0 12px 35px rgba(25,37,83,.06);transition:.25s}.card:hover{transform:translateY(-7px);box-shadow:var(--shadow)}.num{font-size:.78rem;color:var(--blue);font-weight:850;letter-spacing:.1em}.card h3{font-size:1.6rem;margin:32px 0 13px}.card p,.panel p{margin:0;color:var(--muted)}.marquee{overflow:hidden;background:var(--ink);color:white;padding:18px 0;transform:rotate(-1deg);width:102%;margin-left:-1%}.track{display:flex;width:max-content;gap:0;animation:marquee 24s linear infinite;text-transform:uppercase;font-size:.8rem;font-weight:800;letter-spacing:.13em}.track-group{display:flex;flex-shrink:0;gap:34px;padding-right:34px}.track span:after{content:"✦";color:var(--cyan);margin-left:34px}.two-col{display:grid;grid-template-columns:1fr 1fr;gap:24px;align-items:stretch}.panel{background:#fff;border-radius:var(--radius);padding:38px;border:1px solid var(--line)}.panel.dark{background:var(--ink);color:#fff;display:flex;flex-direction:column;justify-content:center}.panel h2{font-size:clamp(2.4rem,4.5vw,4.4rem);margin:24px 0}.panel.dark p{color:#bdc3d3;margin-bottom:28px}.dark-eye{background:rgba(255,255,255,.08);border-color:rgba(255,255,255,.15);width:max-content}.btn.light{background:#fff;color:var(--ink)!important;width:max-content}.image-panel img,.ai-visual img{width:100%;height:auto;border-radius:18px}.image-panel h3{font-size:2rem;margin:26px 0 12px}.ai{background:#eef0f9}.ai .section-head{align-items:center}.ai .section-head h2{margin-top:18px}.ai-visual{background:var(--ink);border-radius:var(--radius);padding:18px;display:grid;place-items:center}.service-list{display:grid;gap:13px}.service{display:grid;grid-template-columns:58px 1fr auto;align-items:center;gap:18px;background:#fff;border-radius:22px;padding:18px;border:1px solid var(--line);transition:.2s}.service:hover{transform:translateX(7px)}.service-icon{width:52px;height:52px;border-radius:16px;display:grid;place-items:center;background:#eef1ff;color:var(--blue);font-weight:900}.service h3{font-size:1.18rem;letter-spacing:-.03em}.service p{margin:5px 0 0;color:var(--muted);font-size:.92rem}.service-arrow{font-size:1.4rem}.faq-list{display:grid;gap:12px}.faq{background:white;border:1px solid var(--line);border-radius:20px;padding:0 24px}.faq summary{list-style:none;cursor:pointer;padding:22px 0;font-size:1.06rem;font-weight:750;display:flex;justify-content:space-between;gap:20px}.faq summary::-webkit-details-marker{display:none}.faq summary span{font-size:1.5rem;color:var(--blue)}.faq p{margin:0 0 22px;color:var(--muted);max-width:850px}.cta{background:linear-gradient(135deg,var(--blue),#18245f 62%,#050a30);color:white;border-radius:38px;padding:54px;display:flex;align-items:center;justify-content:space-between;gap:35px}.cta h2{font-size:clamp(2.2rem,5vw,4.3rem);max-width:680px;margin:10px 0 15px}.cta p{max-width:650px;color:#e5e2ff}.demo-box{text-align:center;display:flex;flex-direction:column;align-items:center}.demo-box h2{font-size:clamp(3rem,7vw,6.8rem);margin:22px 0}.demo-box p{color:var(--muted);font-size:1.2rem}.demo-box .actions{margin-top:20px}.footer{padding:60px 0;border-top:1px solid var(--line);color:var(--muted);font-size:.88rem}.footer-grid{display:grid;grid-template-columns:2fr repeat(3,1fr);gap:35px}.footer-grid>div{display:flex;flex-direction:column;gap:8px}.footer-grid b{color:var(--ink);margin-bottom:8px}.footer-grid img{width:150px;height:auto;margin-bottom:12px}.reveal{opacity:0;transform:translateY(22px);transition:.7s ease}.reveal.on{opacity:1;transform:none}@keyframes float{50%{transform:translateY(-18px) rotate(5deg)}}@keyframes marquee{to{transform:translateX(-50%)}}@media(max-width:850px){.menu{display:block}.links{position:absolute;left:20px;right:20px;top:74px;display:none;flex-direction:column;align-items:stretch;padding:20px;background:white;border-radius:22px;box-shadow:var(--shadow)}.links.open{display:flex}.hero{padding-top:50px}.hero-grid,.two-col{grid-template-columns:1fr}.visual{max-width:480px;margin:auto;width:100%;transform:none}.section-head{display:block}.section-copy{margin-top:18px}.grid3{grid-template-columns:1fr}.cta{padding:36px;display:block}.cta .btn{margin-top:20px}.footer-grid{grid-template-columns:1fr 1fr}}@media(max-width:520px){.wrap{width:min(100% - 26px,1180px)}.nav-in{height:70px}.hero{min-height:auto}.section{padding:76px 0}.visual{aspect-ratio:1/1.1}.card,.panel{padding:24px}.footer-grid{grid-template-columns:1fr}.service{grid-template-columns:52px 1fr}.service-arrow{display:none}.cta{padding:30px 24px}}@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;animation:none!important;transition:none!important}.reveal{opacity:1;transform:none}}.page-hero{padding:105px 0 65px}.page-hero h1{font-size:clamp(3.2rem,7vw,6.8rem);max-width:1080px;margin-top:22px}.page-hero.small{padding-bottom:42px}.compact{padding-top:38px}.timeline{display:grid}.timeline article{display:grid;grid-template-columns:80px 1fr 1fr;gap:30px;padding:34px 0;border-top:1px solid var(--line)}.timeline b{font-size:1.5rem;color:var(--blue)}.timeline h3{font-size:1.7rem}.timeline p{margin:0;color:var(--muted)}.plan-switch{width:max-content;max-width:100%;margin:0 auto 38px;background:#e8eaf4;padding:6px;border-radius:999px;display:flex}.plan-switch button{border:0;background:transparent;padding:12px 26px;border-radius:999px;font-weight:750;cursor:pointer}.plan-switch button.active{background:var(--ink);color:#fff}.pricing-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.price-card{background:#fff;border:2px solid transparent;border-radius:30px;padding:28px;cursor:pointer;transition:.25s;display:flex;flex-direction:column}.price-card:hover,.price-card.selected{border-color:var(--blue);transform:translateY(-6px);box-shadow:var(--shadow)}.price-card.selected{background:linear-gradient(180deg,#fff,#f2f1ff)}.price-top{display:flex;align-items:center;justify-content:space-between;gap:10px}.popular{background:var(--ink);color:#fff;border-radius:999px;padding:6px 10px;font-size:.72rem;font-weight:800}.price-card h2{font-size:2rem;margin:28px 0 12px}.price-card p{color:var(--muted)}.price{font-size:1.35rem;font-weight:850;margin:12px 0}.price-card ul,.order-card ul{list-style:none;padding:0;margin:12px 0 26px;display:grid;gap:9px;color:#495267}.price-card .btn{margin-top:auto}.selection-bar{position:sticky;bottom:18px;margin:28px auto 0;max-width:830px;background:rgba(16,21,34,.95);color:#fff;border-radius:22px;padding:16px 18px 16px 24px;display:flex;align-items:center;justify-content:space-between;gap:20px;box-shadow:0 18px 45px rgba(16,21,34,.25);z-index:5}.selection-bar small,.selection-bar b{display:block}.selection-bar small{color:#aeb6cb}.selection-bar .btn{background:#fff;color:var(--ink)!important}.support-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:24px}.contact-lines{display:flex;flex-direction:column;gap:8px;margin-top:30px;font-size:1.2rem;font-weight:800}.form h2,.success h2{font-size:2.4rem;margin:14px 0}.form{display:grid;gap:17px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:15px}.form label{font-weight:700;font-size:.9rem}.form input,.form select,.form textarea{display:block;width:100%;border:1px solid var(--line);border-radius:13px;background:#f8f9fc;padding:13px 14px;margin-top:7px;font:inherit;color:var(--ink);outline:none}.form input:focus,.form select:focus,.form textarea:focus{border-color:var(--blue);box-shadow:0 0 0 4px rgba(73,75,149,.1)}.check{display:flex;align-items:flex-start;gap:9px;color:var(--muted);font-weight:500!important}.check input{width:18px;height:18px;margin:3px 0 0}.form .btn{border:0;cursor:pointer;width:max-content}.success{display:flex;flex-direction:column;align-items:flex-start;justify-content:center}.success>span{width:58px;height:58px;border-radius:50%;display:grid;place-items:center;background:var(--cyan);font-size:1.7rem;font-weight:900}.activation .page-hero h1{font-size:clamp(3rem,6vw,5.8rem)}.back{display:block;margin-bottom:28px;color:var(--muted);font-weight:700}.steps{display:flex;gap:8px;margin-top:32px}.steps span{padding:8px 14px;border-radius:999px;background:#e6e8ef;color:#8a91a1;font-size:.82rem;font-weight:800}.steps span.active{background:var(--ink);color:#fff}.activation-grid{display:grid;grid-template-columns:.75fr 1.25fr;gap:24px;align-items:start}.order-card{background:var(--ink);color:#fff;border-radius:28px;padding:30px;position:sticky;top:105px}.order-card h2{font-size:2rem;margin:24px 0 12px}.order-card p,.order-card ul{color:#bec5d7}.order-card a{font-weight:800;text-decoration:underline}.form-intro{color:var(--muted);margin-top:-4px}.radio-plans{display:grid;gap:10px}.radio-plans label{display:flex;align-items:center;gap:14px;border:1px solid var(--line);border-radius:16px;padding:16px;cursor:pointer}.radio-plans label.active{border-color:var(--blue);background:#f2f1ff}.radio-plans input{width:18px;margin:0}.radio-plans span,.radio-plans small{display:block}.radio-plans small{color:var(--muted);margin-top:3px}.form-actions{display:flex;gap:10px}@media(max-width:850px){.pricing-grid,.support-grid,.activation-grid{grid-template-columns:1fr}.timeline article{grid-template-columns:50px 1fr}.timeline p{grid-column:2}.selection-bar{position:static}.order-card{position:static}.page-hero{padding-top:75px}}@media(max-width:520px){.page-hero h1{font-size:2.85rem}.plan-switch{width:100%}.plan-switch button{flex:1;padding:11px}.form-row{grid-template-columns:1fr}.selection-bar{display:block}.selection-bar .btn{margin-top:14px;width:100%}.steps{overflow:auto}.timeline article{grid-template-columns:36px 1fr;gap:16px}.form-actions{flex-direction:column}.form-actions .btn{width:100%}}.features-hero{position:relative;padding:92px 0 110px;overflow:hidden}.features-hero-grid{position:relative;display:grid;grid-template-columns:.88fr 1.12fr;align-items:center;gap:55px}.features-hero h1{font-size:clamp(3.5rem,6.5vw,6.8rem);margin:22px 0 0}.dashboard-window{background:#fff;border:1px solid rgba(73,75,149,.13);border-radius:30px;padding:11px;box-shadow:0 35px 90px rgba(25,37,83,.18);transform:rotate(1.5deg)}.window-bar{height:40px;display:flex;align-items:center;gap:7px;padding:0 11px;color:var(--muted)}.window-bar>span{width:9px;height:9px;border-radius:50%;background:#d8dce7}.window-bar>span:first-child{background:#ff8a3d}.window-bar>span:nth-child(2){background:var(--cyan)}.window-bar>span:nth-child(3){background:var(--violet)}.window-bar small{margin-left:auto;margin-right:8px;font-weight:750}.dashboard-crop{height:500px;overflow:hidden;border-radius:21px;border:1px solid #e9ebf2;background:#f5f6f9}.dashboard-crop img{display:block;width:100%;height:auto}.feature-strip{background:var(--ink);color:#fff;padding:32px 0}.feature-metrics{display:grid;grid-template-columns:repeat(4,1fr);gap:0}.feature-metrics article{padding:10px 25px;border-left:1px solid rgba(255,255,255,.14)}.feature-metrics article:first-child{border-left:0}.feature-metrics b{color:var(--cyan);font-size:.78rem;letter-spacing:.12em}.feature-metrics h3{font-size:1.22rem;margin:10px 0 6px}.feature-metrics p{color:#bfc5d5;margin:0;font-size:.9rem}.feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.feature-card{background:#fff;border:1px solid var(--line);border-radius:26px;padding:26px;display:grid;grid-template-columns:58px 1fr;gap:18px;box-shadow:0 10px 30px rgba(25,37,83,.05);transition:.25s}.feature-card:hover{transform:translateY(-6px);box-shadow:var(--shadow);border-color:rgba(73,75,149,.28)}.feature-icon{width:56px;height:56px;border-radius:17px;background:linear-gradient(145deg,#eff1ff,#e7fafa);display:grid;place-items:center;color:var(--blue);font-weight:900;font-size:1.05rem}.feature-card h3{font-size:1.35rem;margin:4px 0 9px}.feature-card p{margin:0;color:var(--muted);font-size:.95rem}.feature-tabs{display:flex;gap:8px;overflow-x:auto;margin-bottom:24px;padding-bottom:4px}.feature-tabs button{border:1px solid var(--line);background:#fff;color:var(--muted);padding:12px 20px;border-radius:999px;font:inherit;font-weight:800;cursor:pointer;white-space:nowrap;transition:.2s}.feature-tabs button:hover,.feature-tabs button.active{background:var(--ink);color:#fff;border-color:var(--ink)}.feature-panel{display:none;grid-template-columns:1.05fr .95fr;gap:42px;align-items:center;background:#fff;border:1px solid var(--line);border-radius:32px;padding:42px;box-shadow:var(--shadow)}.feature-panel.active{display:grid}.feature-panel h3{font-size:clamp(2rem,4vw,3.7rem);margin:14px 0 20px}.feature-panel p{color:var(--muted);font-size:1.05rem}.feature-panel ul{display:grid;grid-template-columns:1fr 1fr;gap:10px 24px;list-style:none;padding:0;margin:26px 0 0}.feature-panel li{position:relative;padding-left:22px;font-weight:700}.feature-panel li:before{content:"✓";position:absolute;left:0;color:var(--blue)}.mini-dashboard{min-height:330px;border-radius:25px;background:linear-gradient(145deg,#141a2d,#4b4e98);color:#fff;padding:30px;display:flex;flex-direction:column;gap:12px;justify-content:center;box-shadow:0 22px 48px rgba(22,28,54,.2)}.mini-dashboard>span{text-transform:uppercase;letter-spacing:.11em;font-size:.76rem;color:var(--cyan)}.mini-dashboard>b{font-size:1.55rem;margin-bottom:12px}.mini-row{display:grid;grid-template-columns:62px 1fr;align-items:center;gap:12px;background:rgba(255,255,255,.09);border:1px solid rgba(255,255,255,.1);padding:13px;border-radius:14px}.mini-row i{font-style:normal;color:#cfd4ff}.pipeline-mini{display:grid;grid-template-columns:1fr 1fr}.pipeline-mini>span,.pipeline-mini>b{grid-column:1/-1}.pipeline-step{background:rgba(255,255,255,.1);border-radius:14px;padding:15px;text-align:center;font-weight:800}.prompt-chip{background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.12);border-radius:999px;padding:12px 16px}.chart-bars{height:165px;display:flex;gap:12px;align-items:end;border-bottom:1px solid rgba(255,255,255,.2);padding:0 8px}.chart-bars i{display:block;flex:1;border-radius:9px 9px 0 0;background:linear-gradient(var(--cyan),#8074ff)}.chart-bars i:nth-child(1){height:32%}.chart-bars i:nth-child(2){height:58%}.chart-bars i:nth-child(3){height:46%}.chart-bars i:nth-child(4){height:78%}.chart-bars i:nth-child(5){height:64%}.chart-bars i:nth-child(6){height:92%}.dashboard-showcase{background:#fff}.dashboard-full{max-height:770px;overflow:hidden;border-radius:34px;border:1px solid var(--line);padding:13px;background:#f2f4f8;box-shadow:var(--shadow)}.dashboard-full img{width:100%;height:auto;display:block;border-radius:23px}.workflow{background:var(--ink);color:#fff;border-radius:38px;padding:55px}.workflow h2{font-size:clamp(2.5rem,5vw,4.8rem);margin:24px 0 45px;max-width:800px}.workflow-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.workflow-grid article{background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.1);border-radius:21px;padding:24px}.workflow-grid b{color:var(--cyan)}.workflow-grid h3{font-size:1.25rem;margin:22px 0 12px}.workflow-grid p{color:#bec5d5;margin:0;font-size:.92rem}@media(max-width:980px){.features-hero-grid{grid-template-columns:1fr}.dashboard-window{transform:none;max-width:760px}.feature-grid{grid-template-columns:repeat(2,1fr)}.feature-metrics{grid-template-columns:1fr 1fr}.feature-metrics article:nth-child(3){border-left:0;border-top:1px solid rgba(255,255,255,.14);padding-top:24px}.feature-metrics article:nth-child(4){border-top:1px solid rgba(255,255,255,.14);padding-top:24px}.feature-panel{grid-template-columns:1fr}.workflow-grid{grid-template-columns:1fr 1fr}}@media(max-width:620px){.features-hero{padding:60px 0 75px}.features-hero h1{font-size:3rem}.dashboard-crop{height:350px}.feature-metrics,.feature-grid,.workflow-grid{grid-template-columns:1fr}.feature-metrics article{border-left:0;border-top:1px solid rgba(255,255,255,.14);padding:20px 5px}.feature-metrics article:first-child{border-top:0}.feature-card{grid-template-columns:50px 1fr;padding:21px}.feature-icon{width:48px;height:48px}.feature-panel{padding:25px}.feature-panel ul{grid-template-columns:1fr}.mini-dashboard{min-height:285px;padding:22px}.workflow{padding:34px 23px}.dashboard-full{max-height:560px;padding:8px;border-radius:24px}}.pricing-intro{text-align:center;margin:0 auto 28px}.pricing-intro>span{font-size:.74rem;font-weight:850;letter-spacing:.14em;color:var(--blue)}.pricing-intro h2{font-size:clamp(2.2rem,4vw,3.8rem);margin:8px 0}.pricing-intro p{color:var(--muted);margin:0}.plan-perks{display:flex;flex-wrap:wrap;gap:7px;margin:12px 0 22px}.plan-perks span{font-size:.7rem;font-weight:800;padding:7px 9px;border-radius:999px;background:#eef0f8;color:var(--blue)}.services-included{border-top:1px solid var(--line);padding-top:18px;margin-bottom:24px}.services-included>b{font-size:.8rem;letter-spacing:.08em;text-transform:uppercase}.price-card .services-included ul{margin:13px 0;gap:8px}.services-included li{position:relative;padding-left:21px;font-size:.87rem}.services-included li:before{content:"✓";position:absolute;left:0;color:var(--blue);font-weight:900}.services-included details{border-top:1px solid #e7e9f1;padding-top:11px}.services-included summary{color:var(--blue);font-size:.82rem;font-weight:850;cursor:pointer;list-style:none;display:flex;justify-content:space-between;gap:10px}.services-included summary::-webkit-details-marker{display:none}.services-included summary:after{content:"+";font-size:1rem}.services-included details[open] summary:after{content:"−"}.services-included details ul{padding-top:4px}.hero .orb{background-image:url("/assets/arrow-blue.png");background-size:contain;background-position:center;background-repeat:no-repeat;border-radius:0}.hero .o1{width:310px;height:310px;left:-115px;right:auto;top:20%;opacity:.09;filter:grayscale(1);animation:brandFloat 8s ease-in-out infinite}.hero .o2{width:370px;height:370px;left:auto;right:-115px;top:4%;bottom:auto;opacity:.2;filter:none;animation:brandFloat 9s ease-in-out infinite reverse}.captcha-policy{font-size:.78rem;color:var(--muted);margin:0}.captcha-policy a,.privacy-link{color:var(--blue);text-decoration:underline}.legal-copy{max-width:900px;background:#fff;border:1px solid var(--line);border-radius:32px;padding:clamp(26px,5vw,60px);box-shadow:0 18px 60px rgba(25,37,83,.06)}.legal-copy h2{font-size:clamp(1.7rem,3vw,2.4rem);margin:42px 0 14px}.legal-copy h3{font-size:1.2rem;letter-spacing:-.02em;margin:26px 0 8px}.legal-copy p,.legal-copy li{color:#4f596b}.legal-copy a{color:var(--blue);text-decoration:underline}.legal-copy li{margin:7px 0}.legal-hero{padding-bottom:35px}@keyframes brandFloat{50%{transform:translateY(-16px) rotate(4deg)}}@media(max-width:850px){.hero .o1{width:220px;height:220px;left:-95px}.hero .o2{width:250px;height:250px;right:-105px;top:18%}}.privacy-page .privacy-hero{padding:88px 0 56px}.privacy-page .privacy-hero-grid{display:grid;grid-template-columns:minmax(0,1fr) 370px;align-items:center;gap:70px}.privacy-page .privacy-hero h1{font-size:clamp(3.2rem,6.6vw,6.5rem);margin:24px 0 0}.privacy-page .privacy-hero .lead{max-width:730px;margin:26px 0;font-size:clamp(1.06rem,1.5vw,1.24rem)}.privacy-page .privacy-meta{display:flex;flex-wrap:wrap;gap:10px 20px;color:#59677e;font-size:.78rem;line-height:1.6}.privacy-page .privacy-meta>span{display:flex;align-items:center;flex-wrap:wrap;gap:4px}.privacy-page .privacy-meta i{width:7px;height:7px;border-radius:50%;background:#258c83;margin-right:4px;flex:none}.privacy-page .privacy-contact{position:relative;overflow:hidden;background:linear-gradient(145deg,#050a30,#354c7c);color:#fff;border-radius:30px;padding:32px;box-shadow:0 22px 50px #050a3012}.privacy-page .privacy-contact:before{content:"";position:absolute;right:-60px;top:-75px;width:210px;height:210px;border:1px solid #ffffff12;border-radius:50%;box-shadow:0 0 0 34px #ffffff05;pointer-events:none}.privacy-page .privacy-contact-icon{display:grid;place-items:center;width:52px;height:52px;border:1px solid #ffffff20;background:#ffffff09;border-radius:16px;color:#80e7dd;margin-bottom:26px}.privacy-page .privacy-contact-icon svg{width:31px;height:31px}.privacy-page .privacy-overline{font-size:.7rem;font-weight:800;letter-spacing:.09em;text-transform:uppercase}.privacy-page .privacy-contact .privacy-overline{color:#80e7dd;margin:0 0 14px}.privacy-page .privacy-contact h2{font-size:2.35rem;letter-spacing:-.045em;line-height:1.1}.privacy-page .privacy-contact>p:not(.privacy-overline){color:#d3dcef;font-size:.91rem;line-height:1.6;margin:18px 0}.privacy-page .privacy-contact-email{display:flex;align-items:center;justify-content:space-between;gap:12px;font-size:1.12rem;font-weight:750;color:#fff;border-bottom:1px solid #ffffff35;padding-bottom:15px;overflow-wrap:anywhere}.privacy-page .privacy-contact-email span{color:#80e7dd;flex:none}.privacy-page .privacy-contact-owner{display:grid;gap:3px;margin-top:18px}.privacy-page .privacy-contact-owner>span{font-size:.74rem;color:#c0cce1}.privacy-page .privacy-contact-owner strong{font-size:.95rem;font-weight:650}.privacy-page .privacy-body{padding-top:30px;padding-bottom:90px}.privacy-page .privacy-layout{display:grid;grid-template-columns:265px minmax(0,1fr);align-items:start;gap:40px}.privacy-page .privacy-sidebar{position:sticky;top:104px;min-width:0}.privacy-page .privacy-index{max-height:calc(100vh - 125px);overflow:auto;padding:24px 14px 20px;border:1px solid #dde3ee;border-radius:24px;background:#edf0f7}.privacy-page .privacy-index-title{margin:0 12px 14px;color:#050a30;font-size:.74rem;font-weight:850;letter-spacing:.1em;text-transform:uppercase}.privacy-page .privacy-index ol{list-style:none;margin:0;padding:0}.privacy-page .privacy-index li{margin:0}.privacy-page .privacy-index li a{display:flex;align-items:baseline;gap:10px;padding:10px 12px;border-radius:12px;color:#35445d;font-size:.8rem;line-height:1.45;font-weight:600;transition:background .15s,color .15s}.privacy-page .privacy-index li a>span{color:#687a97;font-size:.68rem;font-weight:750;font-variant-numeric:tabular-nums;flex:none}.privacy-page .privacy-index li a:hover{background:#fff;color:#050a30}.privacy-page .privacy-index-contact{display:block;border-top:1px solid #d6deeb;margin:14px 12px 0;padding-top:16px;font-size:.78rem;color:#354c7c;font-weight:700}.privacy-page .privacy-index-contact span{padding-left:5px}.privacy-page .privacy-document{min-width:0;display:grid;gap:20px}.privacy-page .privacy-intro{padding:30px 36px;border:1px solid #dce5ef;border-radius:26px;background:linear-gradient(120deg,#eef0fb,#edf8f5)}.privacy-page .privacy-intro>.privacy-overline{color:#354c7c;display:block;margin-bottom:14px}.privacy-page .privacy-document p,.privacy-page .privacy-document li{color:#4f5e74;font-size:.96rem;line-height:1.75}.privacy-page .privacy-document p{margin:0 0 16px}.privacy-page .privacy-document p:last-child{margin-bottom:0}.privacy-page .privacy-document strong{font-weight:750;color:#293850}.privacy-page .privacy-document a{color:#41478e;text-decoration:underline;text-underline-offset:3px;overflow-wrap:anywhere}.privacy-page .privacy-document code{font-size:.86em;background:#ffffffa0;padding:2px 5px;border-radius:5px;overflow-wrap:anywhere}.privacy-page .privacy-section{padding:34px 36px;border:1px solid #e0e5ee;background:#fff;border-radius:26px;scroll-margin-top:108px;transition:border-color .2s}.privacy-page .privacy-section:target{border-color:#7ccfc6}.privacy-page .privacy-section-heading{display:flex;align-items:flex-start;gap:16px;margin-bottom:24px}.privacy-page .privacy-section-heading>span{display:grid;place-items:center;flex:none;width:36px;height:36px;border-radius:11px;background:#edf1f9;color:#354c7c;font-size:.72rem;font-weight:850;letter-spacing:.03em}.privacy-page .privacy-section h2{font-size:clamp(1.45rem,2.25vw,2.1rem);line-height:1.15;letter-spacing:-.035em;padding-top:2px;min-width:0}.privacy-page .privacy-section h3{font-size:1.12rem;font-weight:750;line-height:1.35;letter-spacing:-.02em;margin:26px 0 12px;color:#293850}.privacy-page .privacy-section-heading+h3{margin-top:0}.privacy-page .privacy-section ul{padding-left:21px;margin:12px 0 20px}.privacy-page .privacy-section li{padding-left:3px;margin:7px 0}.privacy-page .privacy-section li::marker{color:#4e6c9c}.privacy-page .privacy-section>ul:last-child{margin-bottom:0}.privacy-page .privacy-owner-details{display:grid;grid-template-columns:1fr 1fr;gap:24px 32px;margin:0}.privacy-page .privacy-owner-details dt{color:#68768b;font-size:.76rem;margin-bottom:4px}.privacy-page .privacy-owner-details dd{margin:0;color:#293850;font-size:.98rem;font-weight:650;line-height:1.6;overflow-wrap:anywhere}.privacy-page .privacy-data-groups{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin:20px 0}.privacy-page .privacy-data-groups>div{background:#f5f7fb;border:1px solid #e4e9f1;border-radius:17px;padding:20px 18px}.privacy-page .privacy-data-groups h4{font-size:.86rem;line-height:1.4;color:#354c7c;letter-spacing:0;margin:0 0 12px}.privacy-page .privacy-data-groups ul{margin:0;padding-left:17px}.privacy-page .privacy-data-groups li{font-size:.85rem;line-height:1.65;margin:6px 0;padding-left:0}.privacy-page .privacy-document .privacy-note{padding:17px 20px;background:#eef8f6;border-left:3px solid #51b7ac;border-radius:0 12px 12px 0;color:#345f5e;font-size:.9rem}.privacy-page .privacy-rights-contact{display:flex;align-items:center;justify-content:space-between;gap:22px;border:1px solid #dce5ef;background:#f3f6fc;border-radius:18px;padding:22px;margin:22px 0}.privacy-page .privacy-rights-contact p{font-size:.86rem;margin:5px 0 0}.privacy-page .privacy-rights-contact>a{font-size:.95rem;font-weight:750;white-space:nowrap}.privacy-page .privacy-document>.privacy-back-top{justify-self:end;padding:12px 0;font-size:.86rem;font-weight:700;text-decoration:none}.privacy-page .privacy-back-top>span{margin-left:10px}.privacy-page a:focus-visible{outline:3px solid #258c83;outline-offset:4px;border-radius:5px}@media(max-width:1100px){.privacy-page .privacy-hero-grid{grid-template-columns:minmax(0,1fr) 330px;gap:40px}.privacy-page .privacy-contact{padding:28px}.privacy-page .privacy-layout{grid-template-columns:230px minmax(0,1fr);gap:26px}.privacy-page .privacy-section,.privacy-page .privacy-intro{padding:28px}.privacy-page .privacy-data-groups{grid-template-columns:1fr}.privacy-page .privacy-rights-contact{align-items:flex-start;flex-direction:column;gap:14px}}@media(max-width:850px){.privacy-page .privacy-hero{padding:60px 0 32px}.privacy-page .privacy-hero-grid{grid-template-columns:1fr;gap:32px}.privacy-page .privacy-hero h1{font-size:clamp(3.2rem,8vw,5rem)}.privacy-page .privacy-contact{max-width:none}.privacy-page .privacy-contact h2 br{display:none}.privacy-page .privacy-contact h2{font-size:1.8rem}.privacy-page .privacy-contact-icon{width:44px;height:44px;margin-bottom:18px}.privacy-page .privacy-contact-email{max-width:340px}.privacy-page .privacy-layout{grid-template-columns:minmax(0,1fr);gap:24px}.privacy-page .privacy-sidebar{position:static}.privacy-page .privacy-index{max-height:none;padding:18px 12px 12px;border-radius:20px}.privacy-page .privacy-index-title{margin:0 8px 10px}.privacy-page .privacy-index ol{display:flex;gap:7px;overflow-x:auto;padding:3px 4px 9px;scrollbar-width:thin;scrollbar-color:#b7c6d9 transparent}.privacy-page .privacy-index li{flex:none}.privacy-page .privacy-index li a{background:#fff;border:1px solid #dce3ee;white-space:nowrap;padding:11px 13px}.privacy-page .privacy-index-contact{display:none}.privacy-page .privacy-section{scroll-margin-top:90px}}@media(max-width:520px){.privacy-page .privacy-hero{padding-top:44px}.privacy-page .privacy-hero h1{font-size:clamp(2.85rem,12vw,3.6rem)}.privacy-page .privacy-hero .eyebrow{font-size:.66rem}.privacy-page .privacy-meta{gap:8px;font-size:.73rem}.privacy-page .privacy-contact{padding:25px;border-radius:24px}.privacy-page .privacy-contact h2{font-size:1.65rem}.privacy-page .privacy-contact h2 br{display:block}.privacy-page .privacy-contact-email{font-size:1.05rem}.privacy-page .privacy-body{padding-top:16px;padding-bottom:55px}.privacy-page .privacy-document{gap:16px}.privacy-page .privacy-section,.privacy-page .privacy-intro{padding:24px 20px;border-radius:22px}.privacy-page .privacy-section-heading{gap:12px;margin-bottom:20px}.privacy-page .privacy-section-heading>span{width:30px;height:30px;border-radius:9px;font-size:.66rem}.privacy-page .privacy-section h2{font-size:1.42rem}.privacy-page .privacy-document p,.privacy-page .privacy-document li{font-size:.91rem;line-height:1.75}.privacy-page .privacy-owner-details{grid-template-columns:1fr;gap:18px}.privacy-page .privacy-note{padding:15px 16px}.privacy-page .privacy-rights-contact{padding:18px}.privacy-page .privacy-rights-contact>a{white-space:normal}}@media(prefers-reduced-motion:reduce){.privacy-page .privacy-section,.privacy-page .privacy-index a{transition:none}}.brand img{width:158px;height:auto}.ai-visual img,.hero-device{max-width:100%;height:auto}.hp{position:absolute!important;left:-9999px!important;opacity:0!important}.form-result{font-weight:700;margin:0}.form-result.ok{color:#147a4b}.form-result.error{color:#b42318}.menu{cursor:pointer}@media(max-width:850px){.links.open{display:flex}}.btn::after,.nav-cta::after,.feature-tabs button::after,.plan-switch button::after,.feature-inline-cta::after{content:"";display:inline-block;width:22px;height:22px;flex:0 0 22px;background:url('arrow-white.png') center/contain no-repeat;transition:transform .2s ease}.btn.alt::after,.btn.light::after,.selection-bar .btn::after,.feature-inline-cta::after,.feature-tabs button::after,.plan-switch button::after{background-image:url('arrow-blue.png')}.feature-tabs button.active::after,.feature-tabs button:hover::after,.plan-switch button.active::after{background-image:url('arrow-white.png')}.feature-tabs button::after,.plan-switch button::after{width:16px;height:16px;flex-basis:16px}.plan-switch button{display:flex;align-items:center;justify-content:center;gap:9px}.btn:hover::after,.nav-cta:hover::after,.feature-inline-cta:hover::after{transform:translate(2px,-2px)}.feature-inline-cta::after{width:30px;height:30px;flex-basis:30px}.btn,.nav-cta{max-width:100%;line-height:1.4;text-align:center}@font-face{font-family:QlickSocial;src:url('social-et.woff') format('woff');font-display:block}@font-face{font-family:QlickBrands;src:url('social-brands.woff2') format('woff2');font-display:block}.footer-social{display:flex;align-items:center;gap:8px;margin:3px 0 7px}.footer-social a{display:grid;place-items:center;width:32px;height:32px;border-radius:100px;color:#fff;transition:transform .2s;line-height:32px}.footer-social a:hover{transform:translateY(-3px)}.footer-social span{font:normal 16px/32px QlickSocial;-webkit-font-smoothing:antialiased}.footer-social .social-instagram{background:#ea2c59}.footer-social .social-facebook{background:#3b5998}.footer-social .social-whatsapp{background:#25d366}.footer-social .social-whatsapp span{font-family:QlickBrands}.features-hero .orb{-webkit-mask-image:url('arrow-blue.png');mask-image:url('arrow-blue.png');opacity:.24;animation:brand-drift 10s ease-in-out infinite}.features-hero .o1{width:350px;height:350px;right:2%;top:12px;background:radial-gradient(ellipse at 32% 26%,#b0bad0 0%,#354c7c 42%,#050a30 100%)}.features-hero .o2{width:210px;height:210px;left:1%;bottom:16px;background:radial-gradient(ellipse at 30% 22%,#7481a0 0%,#354c7c 30%,#050a30 76%);opacity:.17;animation-delay:-4s}@keyframes brand-drift{50%{transform:translateY(-12px)}}.ui-icon{display:block;width:24px;height:24px;flex:0 0 24px}.feature-tabs{gap:9px;scrollbar-width:thin;padding:4px 2px 12px;margin-bottom:20px}.feature-tabs button{display:flex;align-items:center;justify-content:center;gap:9px;padding:12px 17px;font-size:.91rem}.feature-tabs .ui-icon{width:19px;height:19px;flex-basis:19px}.feature-panel{grid-template-columns:minmax(0,1.15fr) minmax(0,.85fr);align-items:stretch;gap:38px;padding:38px;overflow:hidden}.feature-panel.active{animation:panel-in .32s ease both}.feature-panel[hidden]{display:none}.feature-panel-copy{min-width:0;display:flex;flex-direction:column;align-items:flex-start;justify-content:center}.panel-symbol{display:grid;place-items:center;width:48px;height:48px;margin-bottom:18px;border-radius:15px;background:#eff1f9;color:#354c7c}.feature-panel h3{font-size:clamp(1.7rem,2.65vw,2.65rem);line-height:1.13;letter-spacing:-.04em;margin:12px 0 18px;text-wrap:balance;overflow-wrap:normal;word-break:normal}.feature-panel p{font-size:1rem;line-height:1.7;margin:0;max-width:58ch}.feature-panel ul{grid-template-columns:1fr;gap:12px;margin-top:24px;width:100%}.feature-panel li{padding:0;display:flex;gap:10px;align-items:flex-start;font-size:.94rem;line-height:1.5;font-weight:650;min-width:0}.feature-panel li::before{content:none}.feature-panel li .ui-icon{width:20px;height:20px;flex-basis:20px;padding:3px;margin-top:2px;border-radius:50%;color:#354c7c;background:#edf5f5;stroke-width:2.4}.mini-dashboard{position:relative;min-width:0;min-height:420px;padding:30px;gap:13px;justify-content:center;background:radial-gradient(ellipse at 100% 0%,#354c7c,transparent 65%),#050a30;box-shadow:0 16px 36px #050a3024;overflow:hidden;isolation:isolate}.mini-dashboard::before{content:"";position:absolute;right:-55px;top:-60px;width:230px;height:230px;z-index:-1;background:#a4bed9;opacity:.07;-webkit-mask:url('arrow-blue.png') center/contain no-repeat;mask:url('arrow-blue.png') center/contain no-repeat}.mini-visual-icon{width:47px;height:47px;border-radius:15px;display:grid;place-items:center;color:var(--cyan);background:#ffffff10;border:1px solid #ffffff18;margin-bottom:4px}.mini-dashboard>b{font-size:1.65rem;line-height:1.25;letter-spacing:-.025em;text-wrap:balance;margin:0 0 10px}.mini-dashboard>span{font-size:.7rem;line-height:1.5}.mini-row{grid-template-columns:52px minmax(0,1fr);gap:12px;padding:14px 12px;align-items:center}.mini-row strong{font-size:.91rem;line-height:1.4;font-weight:600}.mini-row i{font-size:.8rem;font-variant-numeric:tabular-nums;color:#98e6de}.pipeline-mini{display:flex}.pipeline-step{display:flex;align-items:center;gap:12px;text-align:left;padding:12px 14px;line-height:1.35}.pipeline-step strong{font-size:.91rem;font-weight:600;flex:1}.step-number{display:grid;place-items:center;width:28px;height:28px;border-radius:9px;font-size:.72rem;background:#ffffff12;color:#a5eae5;font-variant-numeric:tabular-nums}.pipeline-step>.ui-icon{width:18px;height:18px;flex-basis:18px;color:#9ab1d4}.pipeline-step:last-child{background:#5edbd11c;border:1px solid #5edbd142}.prompt-chip{display:flex;align-items:center;gap:12px;border-radius:15px;font-size:.91rem;line-height:1.45;padding:15px}.prompt-chip .ui-icon{width:20px;height:20px;flex-basis:20px;color:var(--cyan)}.chart-bars{height:170px;margin-top:14px;gap:10px}.chart-bars i{background:linear-gradient(#7de5dc,#354c7c);transform-origin:bottom}.feature-panel.active .mini-row,.feature-panel.active .pipeline-step,.feature-panel.active .prompt-chip{animation:panel-in .45s ease both}.feature-panel.active .mini-row:nth-last-child(2),.feature-panel.active .pipeline-step:nth-last-child(2),.feature-panel.active .prompt-chip:nth-last-child(2){animation-delay:.06s}.feature-panel.active .mini-row:last-child,.feature-panel.active .pipeline-step:last-child,.feature-panel.active .prompt-chip:last-child{animation-delay:.12s}.feature-panel.active .chart-bars i{animation:bar-in .6s ease both}@keyframes panel-in{from{opacity:0;transform:translateY(9px)}to{opacity:1;transform:none}}@keyframes bar-in{from{transform:scaleY(.1)}to{transform:scaleY(1)}}.feature-tabs button:focus-visible,.btn:focus-visible,.nav-cta:focus-visible,.footer-social a:focus-visible,.feature-inline-cta:focus-visible{outline:3px solid #5edbd1;outline-offset:4px}@media(min-width:981px){.feature-panels{display:grid}.feature-panel{grid-area:1/1}.feature-panel:not(.active){display:grid;visibility:hidden;pointer-events:none;opacity:0}.feature-panel[hidden]{display:grid}}@media(max-width:980px){.feature-panel{grid-template-columns:minmax(0,1fr);padding:30px;gap:28px}.mini-dashboard{min-height:340px}.feature-panel h3{font-size:2.25rem;max-width:28ch}.feature-panel p{max-width:none}.feature-tabs button{flex-shrink:0}}@media(max-width:620px){.feature-panel{padding:22px;gap:25px;border-radius:25px}.feature-panel h3{font-size:1.85rem;line-height:1.16}.feature-panel p{font-size:.95rem}.feature-panel li{font-size:.9rem}.mini-dashboard{padding:22px;min-height:330px;border-radius:20px}.mini-dashboard>b{font-size:1.45rem}.feature-tabs{gap:7px}.feature-tabs button{font-size:.83rem;padding:11px 13px}.features-hero .o1{width:210px;height:210px;right:-30px;opacity:.17}.features-hero .o2{width:140px;height:140px;left:0;bottom:10px}.plan-switch button{gap:6px}.plan-switch button::after{flex-basis:14px;width:14px;height:14px}}@media(prefers-reduced-motion:reduce){.feature-panel.active,.feature-panel.active .mini-row,.feature-panel.active .pipeline-step,.feature-panel.active .prompt-chip,.feature-panel.active .chart-bars i,.features-hero .orb{animation:none}}.social-tablet-visual{background:transparent;padding:0;align-self:center;overflow:visible}.social-tablet{position:relative;width:100%;aspect-ratio:2/1;filter:drop-shadow(0 17px 18px #050a3026);transform:rotate(-2deg)}.ai-visual .social-tablet-shell{display:block;width:100%;height:100%;border-radius:0;object-fit:fill}.social-tablet-display{position:absolute;left:8.3%;top:11.1%;width:83.4%;height:80.3%;overflow:hidden;background:#f7f8fa;display:flex;align-items:center}.ai-visual .social-tablet-display img{display:block;width:100%;height:100%;object-fit:contain;border-radius:0}.home-final{position:relative;isolation:isolate;overflow:hidden;padding-top:135px;padding-bottom:135px}.home-final .demo-box{position:relative;z-index:1;max-width:850px}.floating-tools{position:absolute;inset:0;pointer-events:none;z-index:0}.floating-tool{position:absolute;display:grid;place-items:center;width:62px;height:62px;border:1px solid #354c7c14;border-radius:19px;background:#ffffff28;color:#354c7c;opacity:.15;font:normal 31px/1 QlickBrands;animation:tool-drift 9s ease-in-out infinite;will-change:transform}.floating-tool svg{width:31px;height:31px}.tool-youtube{left:7%;top:12%;animation-delay:-1s}.tool-instagram{left:21%;top:4%;animation-delay:-6s}.tool-tiktok{left:3%;top:48%;animation-delay:-3s}.tool-facebook{left:13%;bottom:10%;animation-delay:-4s}.tool-linkedin{left:30%;bottom:2%;animation-delay:-7s}.tool-calendar{right:24%;top:4%;animation-delay:-2s}.tool-whatsapp{right:8%;top:14%;animation-delay:-5s}.tool-x{right:3%;top:47%;animation-delay:-8s}.tool-telegram{right:13%;bottom:11%;animation-delay:-3s}.tool-email{right:31%;bottom:2%;animation-delay:-6s}@keyframes tool-drift{0%,100%{transform:translateY(0) rotate(-7deg)}50%{transform:translateY(-16px) rotate(6deg)}}.price-card{position:relative;padding:26px 23px;cursor:default}.price-card h2{font-size:1.8rem;line-height:1.1;min-height:3.3em;margin:29px 0 8px}.price-card>.num{position:absolute;top:16px;left:23px;font-size:.7rem}.price-card>p{margin:8px 0}.price-card .plan-perks{margin:10px 0 20px;gap:5px}.price-card .plan-perks span{font-size:.65rem;padding:5px 8px}.services-complete>b{font-size:.72rem;letter-spacing:.08em;color:#354c7c}.price-card .services-complete ul{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0 14px;margin:12px 0 0}.services-complete li{font-size:.78rem;line-height:1.35;display:flex;align-items:center;min-height:48px;padding:9px 0 9px 16px;border-bottom:1px solid #050a300a;letter-spacing:-.01em}.services-complete li::before{font-size:.75rem;top:50%;transform:translateY(-50%);color:#354c7c}.services-complete{margin-bottom:22px}.technical-link{display:inline-flex;align-items:center;gap:10px;border:0;border-bottom:1px solid #ffffff55;padding:0 0 5px;margin-top:16px;background:none;color:#fff;font:inherit;font-size:.9rem;font-weight:700;text-align:left;cursor:pointer}.technical-link:hover{border-color:var(--cyan);color:var(--cyan)}.technical-link:focus-visible,.technical-close:focus-visible{outline:3px solid var(--cyan);outline-offset:5px}.technical-dialog{width:min(840px,calc(100% - 32px));max-height:calc(100dvh - 48px);padding:0;border:1px solid #e1e5ef;border-radius:26px;background:#fff;color:var(--ink);box-shadow:0 35px 100px #050a3055;overflow:hidden}.technical-dialog[open]{display:flex;flex-direction:column;animation:panel-in .2s ease}.technical-dialog::backdrop{background:#050a3080;backdrop-filter:blur(5px)}.technical-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;padding:26px 30px 22px;border-bottom:1px solid var(--line);background:#f7f8fc;flex-shrink:0}.technical-heading h2{font-size:1.7rem;line-height:1.2;letter-spacing:-.04em;margin-top:10px}.technical-close{display:grid;place-items:center;flex:0 0 36px;width:36px;height:36px;border:1px solid var(--line);border-radius:50%;background:#fff;color:#050a30;font-size:26px;cursor:pointer}.technical-body{overflow-y:auto;overscroll-behavior:contain;min-height:0;padding:26px 30px;line-height:1.7;font-size:.93rem}.technical-body section+section{margin-top:24px;padding-top:24px;border-top:1px solid var(--line)}.technical-body h3{font-size:1.1rem;line-height:1.35;letter-spacing:-.02em;color:#354c7c}.technical-body p{margin:10px 0 0}.technical-bottom{border-top:1px solid var(--line);padding:16px 30px;display:flex;justify-content:flex-end;flex-shrink:0;background:#f7f8fc}body.technical-open{overflow:hidden}@media(min-width:851px) and (max-width:1100px){.pricing-grid{gap:12px}.price-card{padding:24px 16px}.price-card .services-complete ul{gap:0 8px}.services-complete li{font-size:.72rem;padding-left:14px}.price-card h2{font-size:1.55rem}.price-card .plan-perks{min-height:48px}}@media(max-width:850px){.social-tablet{max-width:680px;margin:auto}.price-card h2{min-height:0;margin-top:30px}.price-card .services-complete ul{gap:0 20px}.services-complete li{font-size:.9rem;min-height:43px}.floating-tool{opacity:.10;width:47px;height:47px;font-size:25px;border-radius:14px}.floating-tool svg{width:25px;height:25px}.home-final{padding-top:110px;padding-bottom:110px}}@media(max-width:520px){.home-final .demo-box{max-width:calc(100% - 30px)}.home-final .demo-box h2{font-size:3.05rem}.floating-tool{opacity:.09}.tool-tiktok{left:-15px}.tool-x{right:-15px}.services-complete li{font-size:.79rem;min-height:46px}.price-card .services-complete ul{gap:0 12px}.technical-dialog{max-height:calc(100dvh - 24px);width:calc(100% - 20px);border-radius:20px}.technical-heading{padding:20px;gap:10px}.technical-heading h2{font-size:1.35rem}.technical-body{padding:20px;font-size:.88rem}.technical-bottom{padding:14px 20px}.technical-heading .num{font-size:.66rem}}@media(prefers-reduced-motion:reduce){.floating-tool,.technical-dialog[open]{animation:none}.floating-tool{will-change:auto}}.technical-link::after{content:"";display:block;width:18px;height:18px;flex:0 0 18px;background:url('arrow-white.png') center/contain no-repeat}.social-monitor-visual{background:transparent;padding:12px 0;align-self:center;overflow:visible}.social-monitor{width:100%;filter:drop-shadow(0 19px 16px #050a3025)}.monitor-bezel{position:relative;border:1px solid #555c66;border-radius:14px;padding:8px 8px 0;background:linear-gradient(135deg,#464b52,#181b20 38%,#333840);box-shadow:inset 0 1px 1px #ffffff55,0 1px 2px #050a3055}.monitor-screen{aspect-ratio:21/9;width:100%;overflow:hidden;border-radius:5px;background:#f7f8fa;box-shadow:0 0 0 1px #090c12}.ai-visual .monitor-screen img{display:block;width:100%;height:100%;object-fit:contain;border-radius:0}.monitor-chin{height:16px;display:flex;align-items:center;justify-content:flex-end;padding-right:9px}.monitor-chin span{width:3px;height:3px;border-radius:50%;background:#b7d0d4;box-shadow:0 0 3px #b7d0d450}.monitor-neck{width:12%;height:35px;margin:auto;background:linear-gradient(90deg,#424950,#737b84 45%,#343a42);clip-path:polygon(14% 0,86% 0,100% 100%,0 100%);position:relative;z-index:-1}.monitor-base{width:39%;height:8px;margin:auto;border-radius:50% 50% 3px 3px;background:linear-gradient(#818991,#363e47);box-shadow:0 3px 3px #050a301c}.marquee .track{width:max-content;gap:0;animation:marquee 52s linear infinite}.marquee .track-group{flex:0 0 auto;min-width:102vw;gap:34px;padding-right:34px;justify-content:space-around}.marquee .track-group span{flex-shrink:0;white-space:nowrap}.features-hero-grid{grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:40px}.features-hero-grid>div{min-width:0}.features-hero h1{font-size:clamp(2.65rem,4.3vw,4.1rem);line-height:1.08;letter-spacing:-.045em;text-wrap:balance}.features-hero h1 .gradient{display:block;margin-top:.12em}.features-hero .o2{rotate:-90deg}.feature-card{grid-template-columns:64px minmax(0,1fr);gap:18px}.feature-icon{width:64px;height:64px;border-radius:19px}.feature-icon svg{display:block;width:34px;height:34px}.feature-tabs button::after{content:none;display:none}@media(max-width:980px){.features-hero-grid{grid-template-columns:minmax(0,1fr)}.features-hero h1{max-width:760px;font-size:clamp(2.7rem,6vw,4.1rem)}}@media(max-width:620px){.features-hero h1{font-size:clamp(2.25rem,8vw,3rem)}.feature-card{grid-template-columns:58px minmax(0,1fr);gap:15px}.feature-icon{width:58px;height:58px;border-radius:17px}.feature-icon svg{width:32px;height:32px}.monitor-bezel{padding:5px 5px 0;border-radius:10px}.monitor-chin{height:11px}.monitor-neck{height:25px}.monitor-base{height:6px}}@media(prefers-reduced-motion:reduce){.marquee .track{animation:none}}.home-page .section-head{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);align-items:center}.home-page .section-head>*,.home-page .two-col>*{min-width:0}.home-page .section-side{max-width:none}.home-page .section-kicker{font-size:1rem;line-height:1.5;letter-spacing:.055em;color:var(--blue)}.home-page .section-head .section-copy{max-width:none}.home-page .ai .section-head h2{font-size:clamp(2.5rem,4.7vw,4.2rem);line-height:1.1;margin-top:0;text-wrap:balance}.home-page .card h3,.home-page .service h3{line-height:1.2}.home-page .dark-eye{max-width:100%;white-space:normal}.home-page .panel .dark-eye{font-size:.73rem;letter-spacing:.065em}.home-page .home-setup>div{flex:1;min-width:0}.home-page .home-setup>.btn{flex-shrink:0}.home-page .home-setup h2{line-height:1.1}.home-page .home-setup .setup-highlight{margin:22px 0 0;color:#fff;font-size:1.25rem;line-height:1.4}.home-page .demo-box>p{max-width:660px;margin:0}.home-page .hero .orb,.features-hero .orb{background:transparent url('qlickup-mark.svg?v=20260921-seo-2') center/contain no-repeat;-webkit-mask:none;mask:none}.features-hero .o2{rotate:0deg}.feature-metrics h2{font-size:1.22rem;line-height:1.05;letter-spacing:-.055em;margin:10px 0 6px}@media(max-width:850px){.home-page .hero .orb{opacity:.07}}.dashboard-visual picture,.dashboard-crop picture,.dashboard-full picture{display:block;width:100%;min-width:0}.monitor-screen picture{display:block;width:100%;height:100%}.skip-link{position:fixed;top:12px;left:12px;z-index:100;transform:translateY(-160%);padding:12px 20px;border-radius:12px;background:#050a30;color:#fff;font-weight:700}.skip-link:focus{transform:none;outline:3px solid #5edbd1;outline-offset:3px}#main-content:focus{outline:none}.menu:focus-visible,.links a:focus-visible{outline:3px solid #258c83;outline-offset:5px}@media(max-width:850px){.home-page .section-head{grid-template-columns:minmax(0,1fr);gap:22px}.home-page .section-head .section-copy{margin-top:0}.home-page .section-side .section-copy{margin-top:14px}}@media(max-width:520px){.home-page .section-kicker{font-size:.9rem;letter-spacing:.04em}.home-page .panel .dark-eye{font-size:.69rem;letter-spacing:.04em}.home-page .home-setup .setup-highlight{font-size:1.15rem}}.wrap{width:min(1360px,calc(100% - 40px))}.page-hero h1{max-width:1360px}.home-page{overflow-x:clip}.cta .dark-eye{max-width:100%;white-space:normal}@media(max-width:520px){.wrap{width:calc(100% - 26px)}}.pricing-intro h2{font-size:clamp(2.2rem,4vw,3.8rem);line-height:1.12;text-wrap:balance}.price-start{white-space:nowrap}.pricing-intro .pricing-duration-note{width:fit-content;max-width:100%;margin:22px auto 4px;padding:14px 22px;border:1px solid #b4e3dc;border-radius:16px;background:#e5f7f3;color:#050a30;font-size:clamp(.96rem,1.25vw,1.08rem);font-weight:750;line-height:1.5}.pricing-grid{padding-top:24px;row-gap:48px}.price-card-saving{--plan-accent:#3b5180;--plan-tint:#f1f4fa;border-color:var(--plan-accent)}.price-card-featured{--plan-accent:#101522;--plan-tint:#f5f6f8}.saving-tab{position:absolute;left:50%;bottom:calc(100% - 1px);transform:translateX(-50%);max-width:calc(100% - 40px);padding:10px 26px;border-radius:16px 16px 0 0;background:var(--plan-accent);color:#fff;font-size:1rem;font-weight:700;line-height:1.5;white-space:nowrap;box-shadow:0 -8px 26px #10152212;z-index:1}.price-card:not(.price-card-saving):hover,.price-card:not(.price-card-saving).selected{border-color:transparent}.price-card-saving:hover,.price-card-saving.selected{border-color:var(--plan-accent);box-shadow:0 20px 55px #050a3014}.price-card-saving.selected{background:linear-gradient(180deg,var(--plan-tint),#fff 40%)}.popular-badge{position:absolute;top:16px;right:20px;padding:3px 10px;border-radius:999px;background:var(--plan-accent);color:#fff;font-size:.7rem;font-weight:600;line-height:1.5;white-space:nowrap}.plan-switch button:focus-visible{outline:3px solid var(--cyan);outline-offset:4px}.company-story .section-head .section-copy{font-weight:700}@media(min-width:851px){.company-story .section-head,.company-story .timeline article{display:grid;grid-template-columns:80px minmax(0,1fr) minmax(0,1fr);column-gap:30px}.company-story .section-head{align-items:center}.company-story .section-head h2{grid-column:1/3;margin-top:0}.company-story .section-head .section-copy{grid-column:3;max-width:none;margin:0}}.company-care{padding-bottom:0}.care-heading{align-items:end;gap:48px}.care-heading>div{min-width:0;flex:1}.care-heading h2{font-size:clamp(2.4rem,4.2vw,4rem);line-height:1.1;margin-top:24px}.care-heading .section-copy{max-width:330px;margin:0 0 5px}.care-map{position:relative;isolation:isolate;padding:36px;border:1px solid #dce3ee;border-radius:36px;background:radial-gradient(ellipse at 95% 0%,#e2f6f2,transparent 55%),#edf0f7}.care-steps,.care-support{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));column-gap:44px}.care-steps{list-style:none;margin:0;padding:0}.care-support{margin-top:100px}.care-node{position:relative;z-index:1;min-width:0;background:#fff;border:1px solid #e0e5ef;border-radius:24px;padding:26px;box-shadow:0 10px 28px #050a3005}.care-node-top{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:28px}.care-icon{display:grid;place-items:center;width:46px;height:46px;border-radius:14px;background:#eef2f9;color:#354c7c;flex-shrink:0}.care-icon svg{width:25px;height:25px}.care-number{font-size:.82rem;font-weight:800;font-variant-numeric:tabular-nums;color:#53617c;letter-spacing:.08em}.care-label{display:block;font-size:.67rem;font-weight:800;line-height:1.5;letter-spacing:.09em;text-transform:uppercase;color:#52617d;margin-bottom:10px}.care-node h3{font-size:clamp(1.4rem,1.8vw,1.8rem);line-height:1.15;letter-spacing:-.035em;text-wrap:balance}.care-node p{font-size:.94rem;line-height:1.65;color:#5e6b80;margin:16px 0 0}.care-pm{background:radial-gradient(ellipse at 100% 0%,#354c7c,transparent 75%),#050a30;border-color:#354c7c;color:#fff;box-shadow:0 15px 38px #050a3020}.care-pm .care-icon{background:#ffffff14;color:#80e7dd;border:1px solid #ffffff1f}.care-pm .care-number,.care-pm .care-label{color:#95e7df}.care-pm p{color:#d9e0ed}.care-pm-badge{display:flex;align-items:center;gap:8px;padding-top:18px;margin-top:22px;border-top:1px solid #ffffff24;font-size:.72rem;line-height:1.5;color:#ddfff8}.care-pm-badge i{display:block;width:7px;height:7px;flex:0 0 7px;background:#80e7dd;border-radius:50%}.care-service .care-icon{margin-bottom:22px;background:#e7f7f3;color:#245d63}.care-service h3{font-size:1.45rem}.care-tech{border-color:#becbdf;background:#f9fbff}.care-tech .care-icon{background:#e9eef8;color:#354c7c}.care-connectors{position:absolute;inset:0;width:100%;height:100%;pointer-events:none;overflow:visible;z-index:0}.care-path{fill:none;stroke:#a6b6d0;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}.care-path-flow{fill:none;stroke:#258c83;stroke-width:2.3;stroke-linecap:round;stroke-dasharray:6 22;animation:care-flow 2.8s linear infinite;animation-play-state:paused}.care-port{fill:#fff;stroke:#6d9d9c;stroke-width:1.6}.care-map.in-view .care-path-flow{animation-play-state:running}.care-map.in-view .care-pm-badge i{animation:care-pulse 2.8s ease-in-out infinite}.care-map.motion-ready .care-node{transition:opacity .7s ease,transform .7s cubic-bezier(.2,.65,.3,1)}.care-map.motion-ready .care-node:not(.is-visible){opacity:0;transform:translateY(22px)}.care-map.is-paused .care-path-flow,.care-map.is-paused .care-pm-badge i{animation-play-state:paused}.care-map-footer{position:relative;z-index:1;display:flex;align-items:center;justify-content:space-between;gap:20px;border-top:1px solid #d4ddea;margin-top:30px;padding-top:20px}.care-map-footer p{font-size:.84rem;color:#52617d;margin:0}@keyframes care-flow{to{stroke-dashoffset:-56}}@keyframes care-pulse{50%{box-shadow:0 0 0 5px #80e7dd1c}}@media(min-width:851px) and (max-width:1100px){.care-map{padding:24px}.care-steps,.care-support{column-gap:28px}.care-node{padding:20px}.care-node p{font-size:.88rem}.care-service h3{font-size:1.3rem}.care-pm-badge{font-size:.68rem}.care-heading .section-copy{max-width:270px}}@media(max-width:850px){.care-heading{display:block}.care-heading .section-copy{max-width:600px;margin:22px 0 0}.care-map{padding:28px;border-radius:28px}.care-steps,.care-support{grid-template-columns:minmax(0,1fr);gap:38px}.care-support{margin-top:38px;padding-left:30px}.care-node{padding:26px}.care-node-top{margin-bottom:20px}.care-node h3{font-size:1.6rem}.care-node p{font-size:.95rem}.care-map-footer{align-items:flex-start}}@media(max-width:520px){.care-heading h2{font-size:clamp(2rem,8vw,2.5rem)}.care-heading .eyebrow{font-size:.68rem}.care-map{padding:18px;border-radius:24px}.care-support{padding-left:20px}.care-node{padding:22px 20px;border-radius:20px}.care-node h3{font-size:1.4rem}.care-node p{font-size:.88rem}.care-map-footer{flex-direction:column;gap:14px}.saving-tab{padding:9px 22px;font-size:.95rem}}@media(prefers-reduced-motion:reduce){.care-map .care-node{opacity:1!important;transform:none!important;transition:none!important}.care-path-flow,.care-map .care-pm-badge i{animation:none!important}}.privacy-consent .privacy-copy{display:contents}@media(max-width:850px){.home-final .actions{justify-content:center}.pricing-grid.plans-ready .price-card:not(.selected){display:none}.form .privacy-consent{display:grid;grid-template-columns:18px minmax(0,1fr);gap:12px;padding:14px;border:1px solid var(--line);border-radius:14px;background:#f8f9fc;font-size:.85rem;line-height:1.6}.form .privacy-consent input{width:18px;height:18px;margin:3px 0 0;padding:0;accent-color:var(--blue)}.privacy-consent .privacy-copy{display:block;min-width:0}.privacy-consent a{display:inline;white-space:nowrap;font-weight:750;color:var(--blue);text-decoration:underline;text-underline-offset:3px}}.blog-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}.blog-card{border:1px solid var(--line);border-radius:26px;overflow:hidden;background:#fff}.blog-card>a{height:100%;display:flex;flex-direction:column;color:inherit;text-decoration:none}.blog-card img{width:100%;height:auto;aspect-ratio:3/2;object-fit:cover;display:block}.blog-card-copy{padding:26px;display:flex;flex-direction:column;flex:1}.blog-card time,.blog-byline{font-size:.86rem;color:var(--muted)}.blog-card h2{font-size:1.5rem;line-height:1.25;margin:14px 0}.blog-card p{font-size:.95rem;color:var(--muted);margin:0 0 24px}.blog-read{font-weight:650;color:#3b5180;margin-top:auto}.blog-card a:focus-visible{outline:3px solid #3b5180;outline-offset:-4px}.blog-article .page-hero{padding-bottom:35px}.blog-article .page-hero h1{overflow-wrap:anywhere;font-size:clamp(2.2rem,4.6vw,4.5rem);max-width:1120px}.blog-breadcrumb{display:flex;gap:12px;font-size:.9rem}.blog-breadcrumb a{color:#3b5180}.blog-reading{max-width:880px;padding-bottom:90px}.blog-cover{display:block;width:100%;height:auto;border-radius:26px;margin-bottom:36px}.blog-copy{font-size:1.04rem;line-height:1.85;overflow-wrap:anywhere}.blog-copy h2{font-size:clamp(1.5rem,2.7vw,2.15rem);line-height:1.3;margin:38px 0 18px}.blog-copy h3,.blog-copy h4{font-size:1.3rem;line-height:1.4;margin:28px 0 12px}.blog-copy p{margin:0 0 22px}.blog-copy a,.blog-archive-note a{text-decoration:underline;text-underline-offset:3px;color:#3b5180}.blog-copy ul,.blog-copy ol{padding-left:24px}.blog-copy li{margin:9px 0}.blog-copy table{width:100%;border-collapse:collapse}.blog-copy td,.blog-copy th{padding:10px;border:1px solid var(--line)}.blog-end{display:flex;align-items:center;gap:22px;flex-wrap:wrap;border-top:1px solid var(--line);padding-top:30px;margin-top:35px}.blog-archive-note{background:#e8edf6;padding:20px;border-radius:16px}@media(max-width:1100px){.blog-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:850px){.blog-grid{grid-template-columns:1fr}.blog-card-copy{padding:22px}.blog-reading{padding-bottom:60px}.blog-copy{font-size:1rem}.blog-end{align-items:stretch;flex-direction:column}}