.hero.svelte-oj071l{display:flex;justify-content:center;padding:120px var(--p-xl) 80px;background:var(--off)}.hero__inner.svelte-oj071l{display:flex;align-items:center;gap:64px;width:100%;max-width:1200px}.hero__content.svelte-oj071l{display:flex;flex-direction:column;gap:var(--p-xl);flex:1}.hero__title.svelte-oj071l{font-size:44px;font-weight:800;color:var(--dark);margin:0;letter-spacing:-.03em;line-height:1.1}.hero__subtitle.svelte-oj071l{font-size:17px;color:var(--gray-500);margin:0;line-height:1.65;max-width:480px}.hero__actions.svelte-oj071l{display:flex;align-items:center;gap:var(--p-md)}.hero__trust.svelte-oj071l{display:flex;align-items:center;gap:6px;font-size:13px;color:var(--gray-400)}.hero__tools.svelte-oj071l{display:flex;flex-wrap:wrap;gap:10px}.hero__tool-pill.svelte-oj071l{display:flex;align-items:center;gap:7px;padding:8px 16px;border-radius:100px;background:var(--white);border:1px solid var(--gray-200);font-size:13px;font-weight:500;color:var(--dark);text-decoration:none;transition:border-color .2s ease,box-shadow .2s ease}.hero__tool-pill.svelte-oj071l:hover{border-color:var(--info);box-shadow:0 2px 8px #3b82f61a}.hero__tool-pill.svelte-oj071l svg{color:var(--info);flex-shrink:0}.hero__visual.svelte-oj071l{position:relative;flex:1;display:flex;justify-content:center}.hero__card.svelte-oj071l{background:var(--white);border:1px solid var(--gray-200);border-radius:var(--r-xl);box-shadow:var(--shadow-md);overflow:hidden}.hero__card--main.svelte-oj071l{width:100%;max-width:420px}.hero__card--side.svelte-oj071l{position:absolute;right:-16px;top:50%;transform:translateY(-50%);padding:var(--p-md)}.hero__card-header.svelte-oj071l{display:flex;gap:6px;padding:var(--p-md) var(--p-lg);border-bottom:1px solid var(--gray-100)}.hero__dot.svelte-oj071l{width:10px;height:10px;border-radius:50%}.hero__dot--red.svelte-oj071l{background:#ff5f57}.hero__dot--yellow.svelte-oj071l{background:#febc2e}.hero__dot--green.svelte-oj071l{background:#28c840}.hero__card-body.svelte-oj071l{display:flex;flex-direction:column;gap:var(--p-md);padding:var(--p-xl)}.hero__msg.svelte-oj071l{padding:var(--p-md) var(--p-lg);border-radius:var(--r-lg);font-size:13px;line-height:1.5;color:var(--gray-600)}.hero__msg--user.svelte-oj071l{background:var(--info-off);color:var(--info);align-self:flex-end;max-width:80%;font-weight:500}.hero__msg--ai.svelte-oj071l{background:var(--gray-50);display:flex;flex-direction:column;gap:var(--p)}.hero__msg-model.svelte-oj071l{display:flex;align-items:center;gap:4px;font-size:11px;font-weight:600;color:var(--gray-400);text-transform:uppercase;letter-spacing:.04em}.hero__model-list.svelte-oj071l{display:flex;flex-direction:column;gap:var(--p-sm)}.hero__model-item.svelte-oj071l{display:flex;align-items:center;gap:var(--p);padding:var(--p) var(--p-md);border-radius:var(--r-md);font-size:13px;font-weight:500;color:var(--gray-500);white-space:nowrap}.hero__model-item--active.svelte-oj071l{background:var(--info-off);color:var(--info)}@media(max-width:900px){.hero__inner.svelte-oj071l{flex-direction:column}.hero__content.svelte-oj071l{align-items:center;text-align:center}.hero__tools.svelte-oj071l{justify-content:center}.hero__subtitle.svelte-oj071l{max-width:100%}.hero__card--side.svelte-oj071l{display:none}.hero__title.svelte-oj071l{font-size:32px}}.logos.svelte-1nw6y4l{display:flex;justify-content:center;padding:40px var(--p-xl);background:var(--white);border-top:1px solid var(--gray-100);border-bottom:1px solid var(--gray-100)}.logos__inner.svelte-1nw6y4l{display:flex;flex-direction:column;align-items:center;gap:var(--p-xl);width:100%;max-width:960px}.logos__title.svelte-1nw6y4l{font-size:12px;font-weight:600;color:var(--gray-400);margin:0;text-transform:uppercase;letter-spacing:.08em}.logos__grid.svelte-1nw6y4l{display:flex;align-items:center;justify-content:center;gap:40px;flex-wrap:wrap}.logos__item.svelte-1nw6y4l{display:flex;align-items:center;gap:var(--p);color:var(--gray-400);font-size:14px;font-weight:600}.problem.svelte-6r5cq0{display:flex;justify-content:center;padding:96px var(--p-xl);background:var(--off)}.problem__inner.svelte-6r5cq0{display:flex;flex-direction:column;align-items:center;gap:56px;width:100%;max-width:1060px}.problem__title.svelte-6r5cq0{font-size:36px;font-weight:700;color:var(--dark);margin:0;letter-spacing:-.02em;text-align:center}.problem__grid.svelte-6r5cq0{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--p-xl);width:100%}.problem__card.svelte-6r5cq0{display:flex;flex-direction:column;gap:var(--p-lg);padding:var(--p-xxl);background:var(--white);border-radius:var(--r-xxl);border:1px solid var(--gray-100)}.problem__card--success.svelte-6r5cq0{border-color:var(--success);box-shadow:0 0 0 1px var(--success)}.problem__tag.svelte-6r5cq0{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;padding:var(--p-sm) var(--p-md);border-radius:var(--r);width:fit-content}.problem__tag--danger.svelte-6r5cq0{background:var(--danger-off);color:var(--danger-dark)}.problem__tag--warning.svelte-6r5cq0{background:var(--warning-off);color:var(--warning-dark)}.problem__tag--success.svelte-6r5cq0{background:var(--success-off);color:var(--success-dark)}.problem__card-title.svelte-6r5cq0{font-size:20px;font-weight:700;color:var(--dark);margin:0}.problem__card-desc.svelte-6r5cq0{font-size:14px;color:var(--gray-500);margin:0;line-height:1.6}.problem__list.svelte-6r5cq0{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:var(--p-md)}.problem__list-item.svelte-6r5cq0{display:flex;align-items:center;gap:var(--p);font-size:14px;color:var(--gray-600)}.problem__card--danger.svelte-6r5cq0 .problem__list-item:where(.svelte-6r5cq0){color:var(--danger-dark)}.problem__card--warning.svelte-6r5cq0 .problem__list-item:where(.svelte-6r5cq0){color:var(--warning-dark)}.problem__card--success.svelte-6r5cq0 .problem__list-item:where(.svelte-6r5cq0){color:var(--success-dark)}@media(max-width:768px){.problem__grid.svelte-6r5cq0{grid-template-columns:1fr}.problem.svelte-6r5cq0{padding:64px var(--p-xl)}.problem__title.svelte-6r5cq0{font-size:28px}}.features.svelte-3o4aui{display:flex;justify-content:center;padding:96px var(--p-xl);background:var(--white)}.features__inner.svelte-3o4aui{display:flex;flex-direction:column;align-items:center;gap:56px;width:100%;max-width:1060px}.features__header.svelte-3o4aui{display:flex;flex-direction:column;align-items:center;gap:var(--p-md);text-align:center}.features__label.svelte-3o4aui{font-size:12px;font-weight:600;color:var(--info);text-transform:uppercase;letter-spacing:.1em}.features__title.svelte-3o4aui{font-size:36px;font-weight:700;color:var(--dark);margin:0;letter-spacing:-.02em}.features__grid.svelte-3o4aui{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--p-xl);width:100%}.features__card.svelte-3o4aui{display:flex;flex-direction:column;gap:var(--p-lg);padding:var(--p-xxl);background:var(--off);border-radius:var(--r-xxl);border:1px solid var(--gray-100);transition:box-shadow .3s ease}.features__card.svelte-3o4aui:hover{box-shadow:var(--shadow-sm)}.features__icon.svelte-3o4aui{display:flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:var(--r-lg);background:var(--info-off);color:var(--info)}.features__text.svelte-3o4aui{display:flex;flex-direction:column;gap:var(--p)}.features__card-title.svelte-3o4aui{font-size:16px;font-weight:600;color:var(--dark);margin:0}.features__card-desc.svelte-3o4aui{font-size:14px;color:var(--gray-500);margin:0;line-height:1.6}@media(max-width:900px){.features__grid.svelte-3o4aui{grid-template-columns:repeat(2,1fr)}}@media(max-width:640px){.features__grid.svelte-3o4aui{grid-template-columns:1fr}.features.svelte-3o4aui{padding:64px var(--p-xl)}.features__title.svelte-3o4aui{font-size:28px}}.compare.svelte-s6tm1k{display:flex;justify-content:center;padding:96px var(--p-xl);background:var(--off)}.compare__inner.svelte-s6tm1k{display:flex;flex-direction:column;align-items:center;gap:56px;width:100%;max-width:900px}.compare__title.svelte-s6tm1k{font-size:36px;font-weight:700;color:var(--dark);margin:0;letter-spacing:-.02em;text-align:center}.compare__table-wrap.svelte-s6tm1k{width:100%;overflow-x:auto}.compare__table.svelte-s6tm1k{width:100%;border-collapse:collapse;text-align:center}.compare__th.svelte-s6tm1k{padding:var(--p-lg) var(--p-md);font-size:14px;font-weight:600;color:var(--gray-500);border-bottom:2px solid var(--gray-200)}.compare__th--feature.svelte-s6tm1k{text-align:left;color:var(--gray-400)}.compare__th--us.svelte-s6tm1k{color:var(--info)}.compare__row.svelte-s6tm1k{border-bottom:1px solid var(--gray-100)}.compare__td.svelte-s6tm1k{padding:var(--p-lg) var(--p-md);font-size:14px;color:var(--gray-600)}.compare__td--feature.svelte-s6tm1k{text-align:left;font-weight:500;color:var(--dark)}.compare__td--us.svelte-s6tm1k{background:#16330005}@media(max-width:640px){.compare.svelte-s6tm1k{padding:64px var(--p-xl)}.compare__title.svelte-s6tm1k{font-size:28px}.compare__th.svelte-s6tm1k,.compare__td.svelte-s6tm1k{padding:var(--p-md) var(--p);font-size:12px}}.tools.svelte-15bjobc{display:flex;justify-content:center;padding:96px var(--p-xl);background:var(--off)}.tools__inner.svelte-15bjobc{display:flex;flex-direction:column;align-items:center;gap:56px;width:100%;max-width:1060px}.tools__header.svelte-15bjobc{display:flex;flex-direction:column;align-items:center;gap:var(--p-md);text-align:center;max-width:560px}.tools__label.svelte-15bjobc{font-size:12px;font-weight:600;color:var(--info);text-transform:uppercase;letter-spacing:.1em}.tools__title.svelte-15bjobc{font-size:36px;font-weight:700;color:var(--dark);margin:0;letter-spacing:-.02em}.tools__subtitle.svelte-15bjobc{font-size:15px;color:var(--gray-500);margin:0;line-height:1.6}.tools__grid.svelte-15bjobc{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:var(--p-xl);width:100%}.tools__card.svelte-15bjobc{display:flex;flex-direction:column;gap:var(--p-lg);padding:var(--p-xxl);background:var(--white);border-radius:var(--r-xxl);border:1px solid var(--gray-100);transition:box-shadow .3s ease}.tools__card.svelte-15bjobc:hover{box-shadow:var(--shadow-sm)}.tools__icon.svelte-15bjobc{display:flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:var(--r-lg);background:var(--info-off);color:var(--info)}.tools__text.svelte-15bjobc{display:flex;flex-direction:column;gap:var(--p)}.tools__card-title.svelte-15bjobc{font-size:16px;font-weight:600;color:var(--dark);margin:0}.tools__card-desc.svelte-15bjobc{font-size:14px;color:var(--gray-500);margin:0;line-height:1.6}@media(max-width:640px){.tools.svelte-15bjobc{padding:64px var(--p-xl)}.tools__title.svelte-15bjobc{font-size:28px}}
