@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800&display=swap');
:root{--ink:#1b171a;--muted:#756f74;--line:#eee8ec;--pink:#ed3d68;--pink2:#ff718b;--purple:#bd72db;--paper:#fbfafb;--shadow:0 24px 70px rgba(68,43,60,.12)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:Montserrat,Arial,sans-serif;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}.site-header{height:82px;max-width:1240px;margin:auto;padding:0 28px;display:flex;align-items:center;justify-content:space-between;gap:30px}.logo{display:flex;align-items:center;gap:10px;font-size:12px;font-weight:800}.logo img{width:156px;height:auto}.logo span{padding-left:10px;border-left:1px solid #ddd;color:#db3a63}.site-header nav{display:flex;align-items:center;gap:34px;margin-left:auto}.site-header nav a{font-size:12px;font-weight:650;color:#625d61}.button{min-height:52px;padding:0 20px;border-radius:14px;display:inline-flex;align-items:center;justify-content:center;gap:34px;color:#fff;background:linear-gradient(110deg,#ea3763,#f05e79 55%,#cc6ada);font-weight:750;font-size:13px;box-shadow:0 13px 28px rgba(232,55,101,.22);transition:.2s}.button:hover{transform:translateY(-2px);box-shadow:0 16px 32px rgba(232,55,101,.28)}.button-small{min-height:42px;padding:0 16px;font-size:11px;box-shadow:none}.section{max-width:1240px;margin:auto;padding-left:28px;padding-right:28px}.hero{min-height:680px;padding-top:75px;padding-bottom:88px;display:grid;grid-template-columns:.92fr 1.08fr;align-items:center;gap:58px}.eyebrow{display:inline-flex;align-items:center;gap:8px;color:#dc345e;font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.11em}.eyebrow i{width:7px;height:7px;border-radius:50%;background:#ef446d;box-shadow:0 0 0 5px #ffe8ed}.hero h1{font-size:58px;line-height:1.02;letter-spacing:-.06em;margin:22px 0 24px;max-width:610px}.lead{font-size:15px;line-height:1.75;color:var(--muted);max-width:570px}.hero-actions{display:flex;align-items:center;gap:28px;margin:34px 0 29px}.text-link{font-size:12px;font-weight:700;border-bottom:1px solid #bcb4ba;padding:11px 0}.hero-points{list-style:none;padding:0;margin:0;display:flex;flex-wrap:wrap;gap:18px;color:#6f686d;font-size:10px;font-weight:600}.hero-points span{display:inline-grid;place-items:center;width:18px;height:18px;margin-right:5px;border-radius:50%;background:#edf8f2;color:#3f9a73}.product-scene{height:505px;position:relative;display:grid;place-items:center}.glow{position:absolute;border-radius:50%;filter:blur(2px)}.glow-pink{width:420px;height:420px;background:linear-gradient(145deg,#ffdce5,#efb8ea);right:40px;top:10px}.glow-purple{width:240px;height:240px;background:#dce9ff;left:15px;bottom:0}.dashboard-card{position:relative;z-index:2;width:580px;height:375px;background:#fff;border:1px solid rgba(255,255,255,.9);border-radius:25px;box-shadow:0 28px 80px rgba(69,39,61,.18);transform:rotate(-1.5deg);overflow:hidden}.dashboard-top{height:55px;border-bottom:1px solid #f0ebee;padding:0 17px;display:flex;align-items:center;justify-content:space-between}.mini-brand{display:flex;align-items:center;gap:8px;font-size:9px;font-weight:800}.mini-brand img{width:74px;height:18px;object-fit:cover;object-position:left}.mini-avatar{width:27px;height:27px;border-radius:9px;background:linear-gradient(145deg,#ffd1d9,#dec0ed);display:grid;place-items:center;font-size:8px;font-weight:800}.dashboard-body{height:320px;display:grid;grid-template-columns:58px 1fr}.dashboard-body aside{padding:19px 10px;border-right:1px solid #f1edef;display:grid;align-content:start;gap:10px}.dashboard-body aside i{font-style:normal;width:36px;height:36px;border-radius:11px;display:grid;place-items:center;color:#999;font-size:13px}.dashboard-body aside i.active{background:#191719;color:#fff}.dashboard-content{padding:25px}.dash-title{display:flex;justify-content:space-between;align-items:center;font-size:16px;font-weight:750}.dash-title b{padding:7px 9px;border:1px solid #eee;border-radius:8px;font-size:7px;color:#888}.metrics{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:20px}.metric{height:104px;border-radius:14px;padding:13px;display:flex;flex-direction:column}.metric small{font-size:7px;color:#746d73}.metric strong{font-size:24px;margin:9px 0 3px;letter-spacing:-.05em}.metric span{font-size:6px;color:#999}.metric.purple{background:linear-gradient(145deg,#fff,#efe2ff)}.metric.pink{background:linear-gradient(145deg,#fff,#ffe2e8)}.metric.orange{background:linear-gradient(145deg,#fff,#ffeed9)}.chart-card{height:123px;margin-top:11px;padding:14px;border:1px solid #f0ebee;border-radius:14px;display:grid;grid-template-columns:150px 1fr;gap:18px;align-items:end}.chart-card div:first-child{display:grid;align-self:start;gap:6px}.chart-card small{font-size:7px;color:#999}.chart-card strong{font-size:9px}.chart-bars{height:84px;display:flex!important;align-items:end;gap:8px}.chart-bars i{flex:1;border-radius:5px 5px 2px 2px;background:linear-gradient(#de76dc,#f04f75)}.chart-bars i:nth-child(1){height:31%}.chart-bars i:nth-child(2){height:48%}.chart-bars i:nth-child(3){height:41%}.chart-bars i:nth-child(4){height:66%}.chart-bars i:nth-child(5){height:58%}.chart-bars i:nth-child(6){height:79%}.chart-bars i:nth-child(7){height:70%}.chart-bars i:nth-child(8){height:95%}.float-card{position:absolute;z-index:4;background:rgba(255,255,255,.94);border:1px solid #fff;border-radius:16px;box-shadow:0 15px 35px rgba(73,43,64,.14);backdrop-filter:blur(12px)}.float-rating{right:-10px;top:42px;width:166px;padding:16px;display:grid;gap:5px}.float-rating span,.float-rating small{font-size:7px;color:#999}.float-rating strong{font-size:20px;color:#e5436a}.float-alert{left:5px;bottom:24px;padding:13px 15px;display:flex;gap:10px;align-items:center}.float-alert>b{width:32px;height:32px;border-radius:10px;background:#171717;color:#fff;display:grid;place-items:center}.float-alert>span{display:grid;gap:3px}.float-alert strong{font-size:8px}.float-alert small{font-size:6px;color:#999}.trust-strip{max-width:1184px;margin:0 auto 110px;padding:20px 28px;border-top:1px solid var(--line);border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:center;gap:27px;color:#797277}.trust-strip span{font-size:8px;text-transform:uppercase;letter-spacing:.15em;color:#aaa}.trust-strip b{font-size:10px}.trust-strip i{width:4px;height:4px;border-radius:50%;background:#dfd6dc}.section-heading{max-width:720px;margin:0 auto 50px;text-align:center}.section-heading h2{font-size:39px;line-height:1.12;letter-spacing:-.05em;margin:15px 0}.section-heading p{font-size:13px;line-height:1.65;color:var(--muted)}.how{padding-bottom:120px}.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.steps article{position:relative;min-height:265px;padding:29px;border-radius:22px;background:#fff;box-shadow:0 15px 45px rgba(68,43,60,.08);border:1px solid #f4eef2}.steps article>span{position:absolute;right:24px;top:21px;font-size:11px;color:#c8bec4;font-weight:800}.step-icon,.feature-icon{width:48px;height:48px;border-radius:15px;display:grid;place-items:center;background:linear-gradient(145deg,#f0406a,#ce6edc);color:#fff;font-size:21px;box-shadow:0 10px 25px rgba(229,62,107,.2)}.steps article:nth-child(2) .step-icon{background:linear-gradient(145deg,#875ee1,#cc7ce0)}.steps article:nth-child(3) .step-icon{background:linear-gradient(145deg,#ff9f56,#ef526e)}.steps h3,.capability-grid h3{font-size:18px;letter-spacing:-.03em;margin:35px 0 12px}.steps p,.capability-grid p{font-size:11px;line-height:1.65;color:var(--muted);margin:0}.capabilities{padding-top:100px;padding-bottom:120px}.section-heading.compact{margin-left:0;text-align:left;max-width:680px}.capability-grid{display:grid;grid-template-columns:1.6fr 1fr 1fr;gap:18px}.capability-grid article{padding:27px;min-height:270px;border-radius:23px;background:#fff;border:1px solid #f3edf1;box-shadow:0 16px 45px rgba(69,43,61,.07)}.capability-grid .cap-large{grid-row:span 2;min-height:558px;padding:39px;background:linear-gradient(150deg,#fff 45%,#f8edf9);display:flex;flex-direction:column;justify-content:space-between}.tag{font-size:9px;color:#e03862;font-weight:800;text-transform:uppercase;letter-spacing:.1em}.cap-large h3{font-size:30px;line-height:1.12;max-width:530px;margin:17px 0}.cap-large p{max-width:520px}.feature-icon{box-shadow:none}.feature-icon.pink{background:#ffe4eb;color:#e43a64}.feature-icon.lilac{background:#f0e2fa;color:#a657c6}.feature-icon.amber{background:#fff0db;color:#e38734}.feedback-ui{margin-top:38px;padding:22px;background:rgba(255,255,255,.9);border-radius:18px;box-shadow:0 17px 35px rgba(79,50,72,.1)}.feedback-ui>span{display:flex;align-items:center;gap:10px}.feedback-ui>span b{width:34px;height:34px;border-radius:10px;background:#fff0dc;color:#e48733;display:grid;place-items:center}.feedback-ui>span i{font-style:normal;font-size:9px;font-weight:800}.feedback-ui p{margin:15px 0}.feedback-ui button{border:0;background:#1b191a;color:#fff;border-radius:10px;padding:11px 13px;font-size:9px}.request-section{max-width:none;padding:100px max(28px,calc((100vw - 1184px)/2));background:linear-gradient(135deg,#211b20,#342531 55%,#392542);display:grid;grid-template-columns:.9fr 1.1fr;gap:90px;align-items:center;color:#fff}.eyebrow.light{color:#ff8ea5}.request-copy h2{font-size:42px;line-height:1.12;letter-spacing:-.05em;margin:17px 0}.request-copy>p{color:#c8bdc5;font-size:13px;line-height:1.7}.request-copy ul{list-style:none;padding:0;margin:31px 0 0;display:grid;gap:15px;color:#ded5dc;font-size:11px}.request-copy li span{display:inline-grid;place-items:center;width:20px;height:20px;margin-right:9px;border-radius:50%;background:rgba(255,255,255,.12);color:#ff8ca5}.form-card{background:#fff;color:var(--ink);padding:34px;border-radius:26px;box-shadow:0 24px 60px rgba(0,0,0,.18)}.form-heading span{font-size:9px;color:#e23b64;font-weight:800;text-transform:uppercase;letter-spacing:.1em}.form-heading h3{font-size:24px;letter-spacing:-.04em;margin:10px 0 8px}.form-heading p{font-size:10px;line-height:1.55;color:#8b8489;margin:0}.bitrix-form-shell{min-height:290px;margin:18px -10px 0;overflow:hidden;border-radius:18px;background:linear-gradient(145deg,#fff,#fbf6fa)}.bitrix-form-shell .b24-form{font-family:Montserrat,Arial,sans-serif!important}.privacy-note{margin:11px 0 0;text-align:center;color:#aaa;font-size:8px;line-height:1.5}footer{min-height:115px;padding:30px max(28px,calc((100vw - 1184px)/2));display:flex;align-items:center;gap:32px;background:#171416;color:#fff}.footer-logo img{width:135px}.footer-logo span{border-color:#51494f;color:#f0718e}footer p{font-size:9px;color:#8f858c;margin-right:auto}footer>a:last-child{font-size:10px;color:#d7cdd4;font-weight:700}
@media(max-width:1050px){.hero{grid-template-columns:1fr;padding-top:65px}.hero-copy{text-align:center}.hero-copy>*{margin-left:auto;margin-right:auto}.hero-actions,.hero-points{justify-content:center}.product-scene{max-width:690px;margin:auto;width:100%}.capability-grid{grid-template-columns:1fr 1fr}.capability-grid .cap-large{grid-row:auto;grid-column:1/-1;min-height:480px}.request-section{gap:45px}.site-header nav{display:none}}
@media(max-width:720px){.site-header{height:70px;padding:0 18px}.site-header .button-small{display:none}.logo img{width:130px}.hero{padding:55px 18px 70px}.hero h1{font-size:42px}.lead{font-size:13px}.hero-actions{flex-direction:column;gap:8px}.hero-actions .button{width:100%}.hero-points{gap:10px}.product-scene{height:380px;margin-top:25px}.dashboard-card{width:530px;transform:scale(.67) rotate(-1.5deg)}.float-rating{right:0;top:25px}.float-alert{left:0;bottom:22px}.trust-strip{margin-bottom:80px;padding:18px;gap:14px;flex-wrap:wrap}.trust-strip span{width:100%;text-align:center}.section-heading h2{font-size:31px}.steps{grid-template-columns:1fr}.steps article{min-height:220px}.how{padding-bottom:80px}.capabilities{padding-top:70px;padding-bottom:80px}.capability-grid{grid-template-columns:1fr}.capability-grid .cap-large{grid-column:auto;min-height:520px;padding:27px}.cap-large h3{font-size:25px}.request-section{padding-top:75px;padding-bottom:75px;grid-template-columns:1fr}.request-copy h2{font-size:33px}.form-card{padding:25px 18px}.bitrix-form-shell{margin-left:-8px;margin-right:-8px}footer{flex-wrap:wrap}footer p{width:100%;order:3}}
@media(max-width:420px){.hero h1{font-size:37px}.product-scene{height:340px}.dashboard-card{transform:scale(.56) rotate(-1.5deg)}.float-card{transform:scale(.85)}.float-rating{right:-8px}.float-alert{left:-8px}.section{padding-left:18px;padding-right:18px}.request-section{padding-left:18px;padding-right:18px}.form-heading h3{font-size:21px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.button{transition:none}}
@media(max-width:720px){.hero{min-width:0;width:100%}.hero>*{min-width:0;max-width:100%}.hero-copy{width:100%}.product-scene{min-width:0;width:100%;overflow:hidden}.glow-pink{width:min(360px,100%);height:min(360px,100vw);right:50%;transform:translateX(50%)}.dashboard-card{position:absolute;left:50%;top:50%;margin:0;transform:translate(-50%,-50%) scale(.67) rotate(-1.5deg)}.float-rating{right:4px}.float-alert{left:4px}}
@media(max-width:520px){body{overflow-x:hidden}.site-header{gap:12px}.logo{min-width:0}.hero{overflow:hidden}.hero h1{font-size:clamp(34px,10.5vw,40px);overflow-wrap:anywhere}.hero-actions{align-items:stretch}.hero-actions .text-link{text-align:center}.float-rating{right:2px}.float-alert{left:2px}.capability-grid .cap-large{min-height:0}.feedback-ui{margin-top:28px}.request-copy ul{padding-right:4px}.form-card{min-width:0}.bitrix-form-shell{min-width:0}.section-heading h2,.request-copy h2{overflow-wrap:anywhere}footer{padding-bottom:calc(28px + env(safe-area-inset-bottom))}}
@media(max-width:420px){.dashboard-card{transform:translate(-50%,-50%) scale(.56) rotate(-1.5deg)}}
@media(max-width:360px){.hero h1{font-size:33px}.product-scene{height:315px}.dashboard-card{transform:translate(-50%,-50%) scale(.5) rotate(-1.5deg)}.float-card{transform:scale(.76)}.steps article,.capability-grid article{padding:22px}.form-card{padding-left:15px;padding-right:15px}}
