#impuls-crm{--bg:#f3f6fc;--surface:#fff;--surface-2:#eaf0f9;--surface-3:#e0e9f6;--ink:#111a2b;--ink-soft:#3e4e6a;--muted:#68778f;--line:#dce5f2;--line-strong:#c6d3e8;--brand:#2f5fb5;--brand-strong:#274d8f;--brand-ink:#1e3d74;--brand-tint:#e7effa;--brand-glow:#2f5fb547;--navy:#0d1b33;--ok:#2e8f63;--ok-tint:#e1f0e9;--warn:#b0752b;--warn-tint:#f5ebda;--shadow-sm:0 1px 2px #111a2b0d, 0 3px 10px #111a2b0d;--shadow-md:0 10px 34px #111a2b1a, 0 3px 10px #111a2b0f;--shadow-lg:0 30px 70px #111a2b24, 0 8px 24px #111a2b14;--shadow-brand:0 18px 44px var(--brand-glow);--radius:16px;--radius-sm:11px;--radius-lg:24px;--maxw:1160px;--nav-h:66px;--e-out:cubic-bezier(.2,.7,.2,1);min-height:100vh;position:relative}@media (prefers-color-scheme:dark){#impuls-crm{--bg:#0a101c;--surface:#131c2b;--surface-2:#18222f;--surface-3:#1f2a3c;--ink:#eaf0fa;--ink-soft:#adbad0;--muted:#7c8aa5;--line:#232f46;--line-strong:#31405c;--brand:#4a79d6;--brand-strong:#6791e4;--brand-ink:#a6c0ee;--brand-tint:#152743;--brand-glow:#4a79d652;--navy:#060d1a;--ok:#4cb98a;--ok-tint:#132720;--warn:#d2a05e;--warn-tint:#281f12;--shadow-sm:0 1px 2px #00000057, 0 3px 10px #00000042;--shadow-md:0 12px 36px #00000075;--shadow-lg:0 34px 78px #0009;--shadow-brand:0 20px 46px #0000008c}}#impuls-crm[data-theme=light]{--bg:#f3f6fc;--surface:#fff;--surface-2:#eaf0f9;--surface-3:#e0e9f6;--ink:#111a2b;--ink-soft:#3e4e6a;--muted:#68778f;--line:#dce5f2;--line-strong:#c6d3e8;--brand:#2f5fb5;--brand-strong:#274d8f;--brand-ink:#1e3d74;--brand-tint:#e7effa;--brand-glow:#2f5fb547;--navy:#0d1b33;--ok:#2e8f63;--ok-tint:#e1f0e9;--warn:#b0752b;--warn-tint:#f5ebda;--shadow-sm:0 1px 2px #111a2b0d, 0 3px 10px #111a2b0d;--shadow-md:0 10px 34px #111a2b1a, 0 3px 10px #111a2b0f;--shadow-lg:0 30px 70px #111a2b24, 0 8px 24px #111a2b14;--shadow-brand:0 18px 44px var(--brand-glow)}#impuls-crm[data-theme=dark]{--bg:#0a101c;--surface:#131c2b;--surface-2:#18222f;--surface-3:#1f2a3c;--ink:#eaf0fa;--ink-soft:#adbad0;--muted:#7c8aa5;--line:#232f46;--line-strong:#31405c;--brand:#4a79d6;--brand-strong:#6791e4;--brand-ink:#a6c0ee;--brand-tint:#152743;--brand-glow:#4a79d652;--navy:#060d1a;--ok:#4cb98a;--ok-tint:#132720;--warn:#d2a05e;--warn-tint:#281f12;--shadow-sm:0 1px 2px #00000057, 0 3px 10px #00000042;--shadow-md:0 12px 36px #00000075;--shadow-lg:0 34px 78px #0009;--shadow-brand:0 20px 46px #0000008c}#impuls-crm *{box-sizing:border-box}#impuls-crm{background:var(--bg);color:var(--ink);font-family:var(--font-body);-webkit-font-smoothing:antialiased;text-rendering:optimizelegibility;margin:0;font-size:17px;line-height:1.6}#impuls-crm h1,#impuls-crm h2,#impuls-crm h3{font-family:var(--font-display);letter-spacing:-.025em;text-wrap:balance;margin:0;line-height:1.04}#impuls-crm h1,#impuls-crm h2{font-weight:900}#impuls-crm h3{letter-spacing:-.015em;font-weight:700}#impuls-crm p{margin:0}#impuls-crm a{color:inherit;text-decoration:none}#impuls-crm .mono{font-family:var(--font-mono);font-variant-numeric:tabular-nums}#impuls-crm .wrap{max-width:var(--maxw);margin:0 auto;padding:0 24px}#impuls-crm section{padding:clamp(66px,9vw,124px) 0;position:relative}#impuls-crm .eyebrow{font-family:var(--font-mono);letter-spacing:.16em;text-transform:uppercase;color:var(--brand-ink);align-items:center;gap:10px;font-size:12.5px;font-weight:500;display:inline-flex}#impuls-crm .eyebrow:before{content:"";background:var(--brand);width:24px;height:1.5px;display:inline-block}#impuls-crm .sec-head{max-width:740px;margin-bottom:clamp(34px,5vw,56px)}#impuls-crm .sec-head h2{margin:18px 0 0;font-size:clamp(2rem,4.6vw,3.35rem)}#impuls-crm .sec-head p{color:var(--ink-soft);margin-top:18px;font-size:clamp(1.02rem,1.6vw,1.2rem)}#impuls-crm .btn{font-family:var(--font-body);cursor:pointer;transition:transform .18s var(--e-out), box-shadow .22s ease, background .2s ease, border-color .2s ease, color .2s ease;border:1px solid #0000;border-radius:12px;justify-content:center;align-items:center;gap:9px;padding:16px 26px;font-size:16px;font-weight:500;line-height:1;display:inline-flex}#impuls-crm .btn-primary{background:var(--brand);color:#fff;box-shadow:var(--shadow-brand)}#impuls-crm .btn-primary:hover{background:var(--brand-strong);transform:translateY(-2px)}#impuls-crm .btn-ghost{color:var(--ink);border-color:var(--line-strong);background:0 0}#impuls-crm .btn-ghost:hover{border-color:var(--brand);color:var(--brand-ink);transform:translateY(-2px)}#impuls-crm .btn svg{width:18px;height:18px}#impuls-crm :focus-visible{outline:2.5px solid var(--brand);outline-offset:3px;border-radius:6px}#impuls-crm .site-head{z-index:60;background:color-mix(in srgb,var(--bg) 78%,transparent);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border-bottom:1px solid #0000;transition:border-color .3s,background .3s;position:sticky;top:0}#impuls-crm .site-head.scrolled{border-color:var(--line)}#impuls-crm .site-head .wrap{height:var(--nav-h);justify-content:space-between;align-items:center;display:flex}#impuls-crm .brand-mark{font-family:var(--font-display);letter-spacing:-.02em;align-items:center;gap:11px;font-size:18px;font-weight:700;display:flex}#impuls-crm .brand-mark .dot{background:var(--brand);color:#fff;width:31px;height:31px;box-shadow:var(--shadow-sm);border-radius:9px;place-items:center;display:grid}#impuls-crm .brand-mark .dot svg{width:17px;height:17px}#impuls-crm .brand-mark .di-logo{flex:none;place-items:center;width:33px;height:33px;display:grid}#impuls-crm .brand-mark .di-logo svg{width:33px;height:33px;display:block}#impuls-crm .foot-grid .brand-mark .di-logo,#impuls-crm .foot-grid .brand-mark .di-logo svg{width:30px;height:30px}#impuls-crm .nav-links{gap:30px;margin-left:auto;margin-right:26px;display:none}#impuls-crm .nav-links a{color:var(--ink-soft);font-size:14.5px;transition:color .2s;position:relative}#impuls-crm .nav-links a:hover{color:var(--ink)}@media (min-width:900px){#impuls-crm .nav-links{display:flex}}#impuls-crm .head-actions{align-items:center;gap:8px;display:flex}#impuls-crm .theme-toggle{border:1px solid var(--line);background:var(--surface);width:40px;height:40px;color:var(--ink-soft);cursor:pointer;border-radius:11px;place-items:center;transition:border-color .2s,color .2s;display:grid}#impuls-crm .theme-toggle:hover{border-color:var(--brand);color:var(--brand)}#impuls-crm .theme-toggle svg{width:19px;height:19px}#impuls-crm .head-cta{display:none}@media (min-width:720px){#impuls-crm .head-cta{padding:11px 18px;font-size:15px;display:inline-flex}}#impuls-crm .hero{padding-top:clamp(44px,6vw,74px);padding-bottom:clamp(30px,5vw,60px);overflow:clip}#impuls-crm .hero-bg{z-index:0;pointer-events:none;position:absolute;inset:0;overflow:hidden}#impuls-crm .hero-mesh{background:radial-gradient(38% 44% at 78% 18%, color-mix(in srgb,var(--brand) 30%,transparent), transparent 66%), radial-gradient(34% 40% at 22% 6%, color-mix(in srgb,var(--brand) 16%,transparent), transparent 68%);filter:blur(12px);height:150%;animation:22s ease-in-out infinite alternate icrm-drift;position:absolute;inset:-30% -10% auto}@keyframes icrm-drift{0%{transform:translate(0,0)scale(1)}to{transform:translate(-3%,3%)scale(1.08)}}#impuls-crm .hero-grid-tex{opacity:.5;background-image:linear-gradient(var(--line) 1px,transparent 1px),linear-gradient(90deg,var(--line) 1px,transparent 1px);background-size:40px 40px;position:absolute;inset:0;-webkit-mask-image:radial-gradient(120% 90% at 70% 0,#000 20%,#0000 75%);mask-image:radial-gradient(120% 90% at 70% 0,#000 20%,#0000 75%)}#impuls-crm .hero .wrap{z-index:1;gap:clamp(40px,5vw,66px);display:grid;position:relative}@media (min-width:960px){#impuls-crm .hero .wrap{grid-template-columns:1.02fr .98fr;align-items:center}}#impuls-crm .hero h1{margin:22px 0 0;font-size:clamp(2.5rem,6.1vw,4.5rem)}#impuls-crm .hero h1 .hl{color:var(--brand)}#impuls-crm .hero-sub{color:var(--ink-soft);max-width:34ch;margin-top:26px;font-size:clamp(1.08rem,1.9vw,1.32rem);line-height:1.5}#impuls-crm .hero-cta{flex-wrap:wrap;gap:13px;margin-top:36px;display:flex}@media (max-width:600px){#impuls-crm .hero-cta{flex-direction:column;align-items:stretch}#impuls-crm .hero-cta .btn{justify-content:center;width:100%}}#impuls-crm .hero-trust{color:var(--muted);align-items:center;gap:11px;margin-top:28px;font-size:14px;display:flex}#impuls-crm .hero-trust .live{background:var(--ok);width:9px;height:9px;box-shadow:0 0 0 0 color-mix(in srgb,var(--ok) 55%,transparent);border-radius:50%;flex:none;animation:2.4s ease-out infinite icrm-pulse}@keyframes icrm-pulse{0%{box-shadow:0 0 0 0 color-mix(in srgb,var(--ok) 50%,transparent)}70%{box-shadow:0 0 0 8px #0000}to{box-shadow:0 0 #0000}}#impuls-crm .hero-trust a{color:var(--brand-ink);border-bottom:1px solid color-mix(in srgb,var(--brand) 35%,transparent);font-weight:500}@keyframes icrm-floaty{0%{transform:translateY(-6px)}to{transform:translateY(7px)}}#impuls-crm .hero-viz{width:100%;max-width:474px;margin-inline:auto}@media (min-width:960px){#impuls-crm .hero-viz{margin-left:auto;margin-right:0}}#impuls-crm .panel-float{will-change:transform;animation:7.5s ease-in-out infinite alternate icrm-floaty}#impuls-crm .panel{background:color-mix(in srgb,var(--surface) 76%,transparent);-webkit-backdrop-filter:blur(18px);border:1px solid var(--line);box-shadow:var(--shadow-lg);border-radius:22px;position:relative;overflow:hidden}#impuls-crm .panel:before{content:"";background:radial-gradient(120% 96% at 88% 0%, var(--brand-glow), transparent 68%);opacity:.55;pointer-events:none;height:140px;position:absolute;inset:0 0 auto}#impuls-crm .panel-bar{border-bottom:1px solid var(--line);background:color-mix(in srgb,var(--surface) 55%,transparent);align-items:center;gap:6px;padding:13px 17px;display:flex;position:relative}#impuls-crm .panel-bar .tl{background:var(--line-strong);border-radius:50%;width:8px;height:8px}#impuls-crm .panel-title{font-family:var(--font-mono);color:var(--muted);margin-left:9px;font-size:11.5px}#impuls-crm .panel-live{font-family:var(--font-mono);letter-spacing:.12em;color:var(--ok);align-items:center;gap:6px;margin-left:auto;font-size:10px;display:inline-flex}#impuls-crm .panel-live .ld{background:var(--ok);width:7px;height:7px;box-shadow:0 0 0 0 color-mix(in srgb,var(--ok) 55%,transparent);border-radius:50%;animation:2.4s ease-out infinite icrm-pulse}#impuls-crm .panel-body{padding:24px 22px;position:relative}#impuls-crm .kpi{justify-content:space-between;align-items:flex-end;gap:18px;display:flex}#impuls-crm .kpi-cap{font-family:var(--font-mono);letter-spacing:.07em;text-transform:uppercase;color:var(--muted);font-size:10.5px}#impuls-crm .kpi-val{font-family:var(--font-display);letter-spacing:-.035em;color:var(--ink);font-variant-numeric:tabular-nums;margin-top:9px;font-size:clamp(2.1rem,4.4vw,2.7rem);font-weight:900;line-height:1}#impuls-crm .kpi-delta{color:var(--ok);background:var(--ok-tint);border-radius:20px;align-items:center;gap:6px;margin-top:12px;padding:5px 11px;font-size:12.5px;font-weight:500;display:inline-flex}#impuls-crm .kpi-delta svg{width:14px;height:14px}#impuls-crm .kpi-spark{flex:none;align-self:flex-end;width:132px;height:62px}#impuls-crm .kpi-spark svg{width:100%;height:100%;color:var(--brand);overflow:visible}#impuls-crm .spark-line{fill:none;stroke:currentColor;stroke-width:2.6px;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:1;stroke-dashoffset:1px;transition:stroke-dashoffset 1.7s var(--e-out) .25s}#impuls-crm .hero-viz.in .spark-line{stroke-dashoffset:0}#impuls-crm .spark-area{fill:currentColor;opacity:0;transition:opacity .9s .55s;-webkit-mask-image:linear-gradient(#000,#0000);mask-image:linear-gradient(#000,#0000)}#impuls-crm .hero-viz.in .spark-area{opacity:.16}#impuls-crm .rows{gap:14px;margin-top:24px;display:grid}#impuls-crm .drow{grid-template-columns:1fr 88px auto;align-items:center;gap:13px;display:grid}#impuls-crm .dname{color:var(--ink-soft);white-space:nowrap;text-overflow:ellipsis;font-size:13.5px;overflow:hidden}#impuls-crm .dbar{background:color-mix(in srgb,var(--ink) 9%,transparent);border-radius:6px;height:7px;overflow:hidden}#impuls-crm .dbar i{background:linear-gradient(90deg,var(--brand),var(--brand-strong));width:0;height:100%;transition:width 1.15s var(--e-out) .35s;border-radius:6px;display:block}#impuls-crm .hero-viz.in .dbar i{width:var(--p)}#impuls-crm .drow.won .dbar i{background:linear-gradient(90deg,var(--ok),var(--ok))}#impuls-crm .dpct{font-family:var(--font-mono);color:var(--muted);white-space:nowrap;text-align:right;font-size:11.5px}#impuls-crm .drow.won .dpct{color:var(--ok)}#impuls-crm .panel-foot{border-top:1px solid var(--line);grid-template-columns:repeat(3,1fr);gap:10px;margin-top:24px;padding-top:19px;display:grid}#impuls-crm .pstat b{font-family:var(--font-display);letter-spacing:-.02em;color:var(--ink);font-size:1.16rem;font-weight:700;display:block}#impuls-crm .pstat span{color:var(--muted);font-size:11.5px}@media (max-width:520px){#impuls-crm .hero-viz{max-width:none}#impuls-crm .kpi-spark{width:104px;height:54px}}#impuls-crm .journey{background:var(--navy);color:#eaf0fa;overflow:clip}#impuls-crm .journey .eyebrow{color:#8fb2ec}#impuls-crm .journey .eyebrow:before{background:#4a79d6}#impuls-crm .journey h2{color:#fff;max-width:16ch;font-size:clamp(1.7rem,3.6vw,2.6rem)}#impuls-crm .journey .lead{color:#a9bad6;max-width:44ch;margin-top:16px;font-size:1.06rem}#impuls-crm .jline{margin-top:clamp(38px,5vw,58px);position:relative}#impuls-crm .jtrack{background:#ffffff24;border-radius:2px;height:2px;position:relative}#impuls-crm .jprog{transform-origin:0;width:100%;height:100%;transition:transform 2.2s var(--e-out);background:linear-gradient(90deg,#4a79d6,#8fb2ec);border-radius:2px;position:absolute;top:0;left:0;transform:scaleX(0)}#impuls-crm .jline.in .jprog{transform:scaleX(1)}#impuls-crm .jstops{grid-template-columns:repeat(6,1fr);margin-top:-6px;display:grid}#impuls-crm .jstop{text-align:center;padding-top:26px;position:relative}#impuls-crm .jstop .dot{width:14px;height:14px;transition:transform .45s var(--e-out);background:#0d1b33;border:2px solid #4a79d6;border-radius:50%;position:absolute;top:-6px;left:50%;transform:translate(-50%)scale(0)}#impuls-crm .jline.in .jstop .dot{transform:translate(-50%)scale(1)}#impuls-crm .jstop.done .dot{background:#4a79d6}#impuls-crm .jstop .st{color:#dce6f6;font-size:13px;font-weight:500}#impuls-crm .jstop .mo{font-family:var(--font-mono);color:#7e92b4;margin-top:3px;font-size:11px;display:block}@media (max-width:640px){#impuls-crm .jstops{grid-template-columns:repeat(3,1fr);gap:20px 0}#impuls-crm .jtrack{display:none}}#impuls-crm [data-reveal]{opacity:0;transition:opacity .72s var(--e-out), transform .72s var(--e-out);transform:translateY(24px)}#impuls-crm [data-reveal].in{opacity:1;transform:none}#impuls-crm .grid{gap:18px;display:grid}#impuls-crm .g2,#impuls-crm .g3{grid-template-columns:1fr}#impuls-crm .g4{grid-template-columns:repeat(2,1fr)}@media (min-width:760px){#impuls-crm .g2{grid-template-columns:repeat(2,1fr)}#impuls-crm .g3{grid-template-columns:repeat(3,1fr)}}@media (min-width:960px){#impuls-crm .g4{grid-template-columns:repeat(4,1fr)}}#impuls-crm .card-b{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow-sm);transition:transform .22s var(--e-out),border-color .22s,box-shadow .22s;padding:28px 26px;position:relative;overflow:hidden}#impuls-crm .card-b:after{content:"";background:var(--brand);transform-origin:0;height:3px;transition:transform .3s var(--e-out);position:absolute;inset:0 0 auto;transform:scaleX(0)}#impuls-crm .card-b:hover{border-color:var(--line-strong);box-shadow:var(--shadow-md);transform:translateY(-4px)}#impuls-crm .card-b:hover:after{transform:scaleX(1)}#impuls-crm .ic{background:var(--brand-tint);width:46px;height:46px;color:var(--brand);border-radius:13px;place-items:center;margin-bottom:18px;display:grid}#impuls-crm .ic svg{width:24px;height:24px}#impuls-crm .card-b h3{font-size:1.2rem}#impuls-crm .card-b p{color:var(--ink-soft);margin-top:10px;font-size:15.5px;line-height:1.55}#impuls-crm .pain{background:var(--surface-2)}#impuls-crm .pain .card-b{background:var(--surface)}#impuls-crm .pain .ic{background:var(--warn-tint);color:var(--warn)}#impuls-crm .cmp{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-lg);box-shadow:var(--shadow-md);overflow:hidden}#impuls-crm .cmp-scroll{overflow-x:auto}#impuls-crm table.compare{border-collapse:collapse;width:100%;min-width:580px}#impuls-crm table.compare th,#impuls-crm table.compare td{text-align:left;border-bottom:1px solid var(--line);vertical-align:top;padding:17px 22px}#impuls-crm table.compare thead th{font-family:var(--font-display);font-size:15px;font-weight:700}#impuls-crm table.compare thead th.us{color:var(--brand)}#impuls-crm table.compare tbody td:first-child{color:var(--muted);width:34%;font-size:14.5px}#impuls-crm table.compare tbody td{font-size:15.5px}#impuls-crm table.compare td.us{background:color-mix(in srgb,var(--brand) 6%,transparent);font-weight:500}#impuls-crm table.compare tr:last-child td{border-bottom:0}#impuls-crm .chk{align-items:center;gap:8px;display:inline-flex}#impuls-crm .chk svg{flex:none;width:17px;height:17px}#impuls-crm .chk.y{color:var(--ok)}@media (max-width:640px){#impuls-crm .cmp-scroll{overflow-x:visible}#impuls-crm table.compare{min-width:0;display:block}#impuls-crm table.compare thead{clip:rect(0 0 0 0);width:1px;height:1px;position:absolute;overflow:hidden}#impuls-crm table.compare tbody{display:block}#impuls-crm table.compare tr{border-bottom:1px solid var(--line);padding:17px 20px;display:block}#impuls-crm table.compare tr:last-child{border-bottom:0}#impuls-crm table.compare td{border:0;padding:0;font-size:15px;display:block}#impuls-crm table.compare tbody td:first-child{width:auto;color:var(--ink);margin-bottom:12px;font-size:15.5px;font-weight:600}#impuls-crm table.compare td.us,#impuls-crm table.compare tbody td:nth-child(3){background:0 0;margin-top:10px}#impuls-crm table.compare td.us:before{content:"Impuls CRM";letter-spacing:.05em;text-transform:uppercase;color:var(--brand);margin-bottom:3px;font-size:11.5px;font-weight:700;display:block}#impuls-crm table.compare tbody td:nth-child(3):before{content:"Битрикс24 / amoCRM";letter-spacing:.05em;text-transform:uppercase;color:var(--muted);margin-bottom:3px;font-size:11.5px;font-weight:700;display:block}}#impuls-crm .steps{counter-reset:st;gap:2px;display:grid}#impuls-crm .step{border-bottom:1px solid var(--line);grid-template-columns:auto 1fr;align-items:start;gap:22px;padding:24px 4px;display:grid}#impuls-crm .step:last-child{border-bottom:0}#impuls-crm .step .num{counter-increment:st;font-family:var(--font-mono);color:var(--brand);border:1.5px solid var(--brand-tint);border-radius:13px;place-items:center;width:44px;height:44px;font-size:13px;font-weight:500;transition:background .3s,color .3s;display:grid}#impuls-crm .step .num:before{content:"0" counter(st)}#impuls-crm .step:hover .num{background:var(--brand);color:#fff;border-color:var(--brand)}#impuls-crm .step h3{font-size:1.2rem}#impuls-crm .step p{color:var(--ink-soft);margin-top:7px;font-size:15.5px}#impuls-crm .step .when{font-family:var(--font-mono);color:var(--muted);white-space:nowrap;font-size:12px}#impuls-crm .step-row{flex-wrap:wrap;align-items:baseline;gap:12px;display:flex}#impuls-crm .pricing{background:var(--surface-2)}#impuls-crm .tiers{grid-template-columns:1fr;align-items:stretch;gap:20px;display:grid}@media (min-width:860px){#impuls-crm .tiers{grid-template-columns:repeat(3,1fr)}}#impuls-crm .tier{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);transition:transform .22s var(--e-out),box-shadow .22s;flex-direction:column;padding:32px 28px;display:flex}#impuls-crm .tier:hover{box-shadow:var(--shadow-md);transform:translateY(-4px)}#impuls-crm .tier.pop{border-color:var(--brand);box-shadow:var(--shadow-md);position:relative}#impuls-crm .tier.pop:after{content:"Рекомендуем";background:var(--brand);color:#fff;font-size:12px;font-family:var(--font-mono);letter-spacing:.03em;box-shadow:var(--shadow-brand);border-radius:20px;padding:5px 13px;position:absolute;top:-12px;left:28px}#impuls-crm .tier .name{font-family:var(--font-display);font-size:1.4rem;font-weight:700}#impuls-crm .tier .desc{color:var(--muted);min-height:40px;margin-top:7px;font-size:14px}#impuls-crm .tier .price{align-items:baseline;gap:7px;margin-top:20px;display:flex}#impuls-crm .tier .price .from{color:var(--muted);font-size:13px}#impuls-crm .tier .price .big{font-family:var(--font-display);letter-spacing:-.03em;font-size:2.3rem;font-weight:900}#impuls-crm .tier .sub-price{font-family:var(--font-mono);color:var(--ink-soft);margin-top:7px;font-size:13px}#impuls-crm .tier .sub-price b{color:var(--ink);font-weight:500}#impuls-crm .tier ul{border-top:1px solid var(--line);flex:1;gap:12px;margin:24px 0 0;padding:22px 0 0;list-style:none;display:grid}#impuls-crm .tier li{color:var(--ink-soft);grid-template-columns:auto 1fr;gap:10px;font-size:14.5px;line-height:1.45;display:grid}#impuls-crm .tier li svg{width:17px;height:17px;color:var(--brand);margin-top:2px}#impuls-crm .tier .btn{width:100%;margin-top:26px}#impuls-crm .tier.pop .btn{background:var(--brand);color:#fff;box-shadow:var(--shadow-brand)}#impuls-crm .tier.pop .btn:hover{background:var(--brand-strong)}#impuls-crm .price-note{color:var(--muted);text-align:center;max-width:660px;margin-top:22px;margin-left:auto;margin-right:auto;font-size:14px}#impuls-crm .niche-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}@media (min-width:760px){#impuls-crm .niche-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}#impuls-crm .niche{background:var(--surface);border:1px solid var(--line);box-shadow:var(--shadow-sm);transition:transform .2s var(--e-out),border-color .2s;border-radius:14px;align-items:center;gap:12px;padding:15px 20px;display:flex}#impuls-crm .niche:hover{border-color:var(--brand);transform:translateY(-3px)}#impuls-crm .niche svg{width:21px;height:21px;color:var(--brand)}#impuls-crm .niche b{font-size:15.5px;font-weight:500}#impuls-crm .niche span{color:var(--muted);font-size:13px}@media (max-width:759px){#impuls-crm .niche{grid-template-columns:auto 1fr;align-items:center;column-gap:12px;padding:14px 16px;display:grid}#impuls-crm .niche svg{grid-area:1/1/3;align-self:center}#impuls-crm .niche b{grid-area:1/2;align-self:end}#impuls-crm .niche span{grid-area:2/2;align-self:start}}#impuls-crm .faq{gap:12px;max-width:840px;display:grid}#impuls-crm details.q{background:var(--surface);border:1px solid var(--line);border-radius:14px;padding:4px 24px;transition:border-color .2s}#impuls-crm details.q[open]{border-color:var(--line-strong)}#impuls-crm details.q summary{cursor:pointer;font-family:var(--font-display);letter-spacing:-.01em;padding:19px 32px 19px 0;font-size:1.08rem;font-weight:700;list-style:none;position:relative}#impuls-crm details.q summary::-webkit-details-marker{display:none}#impuls-crm details.q summary:after{content:"";border-right:2px solid var(--muted);border-bottom:2px solid var(--muted);width:11px;height:11px;transition:transform .25s;position:absolute;top:50%;right:2px;transform:translateY(-70%)rotate(45deg)}#impuls-crm details.q[open] summary:after{transform:translateY(-30%)rotate(225deg)}#impuls-crm details.q .a{color:var(--ink-soft);padding:0 0 21px;font-size:15.5px;line-height:1.62}#impuls-crm .cta{background:var(--brand);color:#fff;border-radius:var(--radius-lg);box-shadow:var(--shadow-brand);padding:clamp(36px,5vw,62px);position:relative;overflow:hidden}#impuls-crm .cta:before{content:"";pointer-events:none;background:radial-gradient(46% 76% at 92% 8%,#ffffff29,#0000 60%);position:absolute;inset:0}#impuls-crm .cta:after{content:"";opacity:.1;pointer-events:none;background-image:linear-gradient(#fff 1px,#0000 1px),linear-gradient(90deg,#fff 1px,#0000 1px);background-size:38px 38px;position:absolute;inset:0;-webkit-mask-image:radial-gradient(80% 120% at 0 100%,#000,#0000 70%);mask-image:radial-gradient(80% 120% at 0 100%,#000,#0000 70%)}#impuls-crm .cta-grid{gap:32px;display:grid;position:relative}@media (min-width:820px){#impuls-crm .cta-grid{grid-template-columns:1fr 1fr;align-items:center;gap:54px}}#impuls-crm .cta h2{color:#fff;font-size:clamp(1.8rem,3.6vw,2.65rem)}#impuls-crm .cta p{color:#ffffffde;margin-top:16px;font-size:1.07rem}#impuls-crm .cta ul{gap:11px;margin:24px 0 0;padding:0;list-style:none;display:grid}#impuls-crm .cta ul li{color:#ffffffed;align-items:center;gap:11px;font-size:15px;display:flex}#impuls-crm .cta ul li svg{flex:none;width:18px;height:18px}#impuls-crm .form{background:var(--surface);color:var(--ink);border-radius:var(--radius);box-shadow:var(--shadow-lg);padding:28px 26px}#impuls-crm .form h3{margin-bottom:4px;font-size:1.24rem}#impuls-crm .form .fh{color:var(--muted);margin-bottom:20px;font-size:14px}#impuls-crm .field{margin-bottom:14px}#impuls-crm .field label{color:var(--ink-soft);margin-bottom:6px;font-size:13px;font-weight:500;display:block}#impuls-crm .field input,#impuls-crm .field select{border:1px solid var(--line-strong);background:var(--surface-2);width:100%;color:var(--ink);font-family:var(--font-body);border-radius:11px;padding:14px 15px;font-size:15.5px;transition:border-color .2s,background .2s}#impuls-crm .field input:focus,#impuls-crm .field select:focus{border-color:var(--brand);background:var(--surface);outline:none}#impuls-crm .field input::placeholder{color:var(--muted)}#impuls-crm .form .btn{width:100%;margin-top:6px}#impuls-crm .form .fine{color:var(--muted);text-align:center;margin-top:13px;font-size:12px;line-height:1.45}#impuls-crm .form-done{text-align:center;padding:24px 8px;display:none}#impuls-crm .form-done .ok-ic{background:var(--ok-tint);width:58px;height:58px;color:var(--ok);border-radius:50%;place-items:center;margin:0 auto 16px;display:grid}#impuls-crm .form-done .ok-ic svg{width:29px;height:29px}#impuls-crm .form-done h3{margin-bottom:8px}#impuls-crm .form-done p{color:var(--ink-soft);font-size:15px}#impuls-crm .form.sent .form-body{display:none}#impuls-crm .form.sent .form-done{display:block}#impuls-crm footer.site-foot{background:var(--surface-2);border-top:1px solid var(--line);padding:56px 0 42px}#impuls-crm .foot-grid{gap:30px;display:grid}@media (min-width:760px){#impuls-crm .foot-grid{grid-template-columns:1.4fr 1fr 1fr}}#impuls-crm .foot-grid .brand-mark{margin-bottom:14px}#impuls-crm .foot-about{color:var(--ink-soft);max-width:36ch;font-size:14.5px}#impuls-crm .foot-col h4{font-family:var(--font-mono);letter-spacing:.1em;text-transform:uppercase;color:var(--muted);margin:0 0 14px;font-size:11px;font-weight:500}#impuls-crm .foot-col a,#impuls-crm .foot-col p{color:var(--ink-soft);margin-bottom:9px;font-size:14.5px;transition:color .2s;display:block}#impuls-crm .foot-col a:hover{color:var(--brand)}#impuls-crm .legal{border-top:1px solid var(--line);color:var(--muted);flex-wrap:wrap;justify-content:space-between;gap:6px 20px;margin-top:38px;padding-top:26px;font-size:12.5px;line-height:1.6;display:flex}@media (prefers-reduced-motion:reduce){#impuls-crm *{transition-duration:.001ms!important;animation-duration:.001ms!important;animation-iteration-count:1!important}#impuls-crm [data-reveal]{opacity:1;transform:none}#impuls-crm .jprog{transform:scaleX(1)}#impuls-crm .jstop .dot{transform:translate(-50%)scale(1)}}
