.FAQ_section__AblqS{border-radius:var(--section-radius);background:var(--card-bg);overflow:hidden;border:1px solid var(--border)}.FAQ_heading__21QJ_{display:flex;align-items:center;justify-content:space-between;padding:15px 18px;border-bottom:1px solid var(--border);font-size:.88rem;font-weight:500;color:var(--text-2)}.FAQ_arrow__Z4wL3{color:var(--text-3)}.FAQ_list__AVE_P{display:flex;flex-direction:column;padding:6px 8px 8px;gap:4px}.FAQ_item__JHoCl{border-radius:10px;overflow:hidden;background:var(--bg-2)}.FAQ_trigger__yK7pn{width:100%;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 16px;text-align:left;font-size:.95rem;font-weight:500;color:var(--text);transition:background .15s}.FAQ_itemOpen__1BUIE .FAQ_trigger__yK7pn{background:var(--bg-2)}.FAQ_icon__JrmDv{font-size:1.1rem;font-weight:400;color:var(--text-3);flex-shrink:0;line-height:1}.FAQ_body__G_kFm{overflow:hidden;transition:max-height .35s cubic-bezier(.4,0,.2,1)}.FAQ_text__Oofqv{padding:0 16px 14px;font-size:.88rem;color:var(--text-2);line-height:1.7}.PrivacyModal_overlay__6p9XV{position:fixed;inset:0;background:rgba(0,0,0,.6);z-index:9999;display:flex;align-items:flex-end;justify-content:center;padding:0;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);animation:PrivacyModal_fadeIn__rU3w0 .2s ease}.PrivacyModal_modal__hEBJj{width:100%;max-width:500px;max-height:85vh;background:#fff;border-radius:16px 16px 0 0;display:flex;flex-direction:column;animation:PrivacyModal_slideUp__I0MRa .3s ease;overflow:hidden}@media (min-width:520px){.PrivacyModal_overlay__6p9XV{align-items:center;padding:20px}.PrivacyModal_modal__hEBJj{border-radius:16px;max-height:80vh}}.PrivacyModal_header__IVtAJ{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border-bottom:1px solid #e8e8e8;flex-shrink:0}.PrivacyModal_title__WFVo8{font-size:.9rem;font-weight:600;color:#0f0f0f;line-height:1.3;padding-right:12px;font-family:Inter,-apple-system,sans-serif}.PrivacyModal_close___Upmi{width:28px;height:28px;border-radius:50%;background:#f5f5f5;color:#6b6b6b;font-size:.75rem;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:background .15s;border:none;cursor:pointer}.PrivacyModal_close___Upmi:hover{background:#e8e8e8}.PrivacyModal_body__ChQ2n{overflow-y:auto;padding:16px 20px 32px;display:flex;flex-direction:column;gap:10px;-webkit-overflow-scrolling:touch}.PrivacyModal_body__ChQ2n h3{font-size:.82rem;font-weight:700;color:#0f0f0f;margin-top:8px;font-family:Inter,-apple-system,sans-serif}.PrivacyModal_body__ChQ2n p{font-size:.8rem;color:#6b6b6b;line-height:1.65;font-family:Inter,-apple-system,sans-serif}@keyframes PrivacyModal_fadeIn__rU3w0{0%{opacity:0}to{opacity:1}}@keyframes PrivacyModal_slideUp__I0MRa{0%{transform:translateY(30px);opacity:0}to{transform:translateY(0);opacity:1}}.Header_header__MvnS2{justify-content:space-between;padding:15px 20px;border-bottom:1px solid var(--border)}.Header_header__MvnS2,.Header_left__MKmhq,.Header_logo__j7oID{display:flex;align-items:center}.Header_logo__j7oID{gap:8px;font-size:.95rem;font-weight:600;letter-spacing:-.01em;color:var(--text);transition:opacity .2s}.Header_logo__j7oID:hover{opacity:.7}.Header_logo__j7oID svg{flex-shrink:0;color:var(--text)}.Header_right__WChiD{display:flex;align-items:center;gap:8px}.Header_status__k93SZ{display:flex;align-items:center;gap:5px;font-size:.78rem;font-weight:500;color:var(--text-2);padding:5px 10px;border-radius:100px;background:rgba(34,197,94,.1);transition:background .2s}.Header_status__k93SZ:hover{background:rgba(34,197,94,.18)}.Header_statusDot__mUNPh{width:6px;height:6px;border-radius:50%;background:#22c55e;flex-shrink:0}.Header_phone__6HOYG{font-size:.85rem;font-weight:600;color:#fff;background:#0f0f0f;padding:9px 16px;border-radius:100px;white-space:nowrap;transition:opacity .2s}.Header_phone__6HOYG:hover{opacity:.78}.Footer_footer__UaG1g{border-top:1px solid var(--border);padding:16px 20px;display:flex;flex-direction:column;gap:10px}.Footer_row___8gJy{display:flex;align-items:center;justify-content:space-between}.Footer_logo__NsUJK{font-size:.85rem;font-weight:600}.Footer_links__oDyjI{display:flex;gap:14px}.Footer_link__EWWOW{font-size:.78rem;color:var(--text-2);transition:color .15s}.Footer_link__EWWOW:hover{color:var(--text)}.Footer_bottom__O5rKs{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:6px}.Footer_copy__IbaoR,.Footer_policy__Pb_Cv{font-size:.72rem;color:var(--text-3)}.Footer_policy__Pb_Cv{text-decoration:underline;text-underline-offset:3px;transition:color .15s;background:none;border:none;cursor:pointer;font-family:var(--font);padding:0}.Footer_policy__Pb_Cv:hover{color:var(--text)}.page_page__vdvb_{min-height:100vh;display:flex;justify-content:center;align-items:flex-start;padding:20px 12px 48px;background:var(--page-bg)}.page_card__ihjsj{width:100%;max-width:500px;background:var(--card-bg);border-radius:var(--card-radius);box-shadow:var(--shadow);overflow:hidden;animation:page_fadeUp__w59ys .4s ease both}.page_hero__0Vvk_{padding:24px 20px 18px;display:flex;flex-direction:column;gap:12px}.page_title__Q_S9Y{font-size:2rem;font-weight:700;letter-spacing:-.04em}.page_authorRow__OBQqH{display:flex;align-items:center;gap:10px}.page_avatar__fzo6F{width:40px;height:40px;border-radius:50%;object-fit:cover}.page_authorName___Z8_i{font-size:.88rem;font-weight:600}.page_authorRole__57vyo{font-size:.76rem;color:var(--text-2)}.page_sub__g7kWQ{font-size:.875rem;color:var(--text-2);line-height:1.6}.page_divider__X9ebG{height:1px;background:var(--border)}.page_form__arM1T{padding:18px 20px;display:flex;flex-direction:column;gap:10px}.page_row__ndGVF{display:grid;grid-template-columns:1fr 1fr;grid-gap:10px;gap:10px}@media (max-width:520px){.page_row__ndGVF{grid-template-columns:1fr;gap:12px}.page_input__4_GuJ{font-size:1rem!important;padding:13px 16px!important}.page_form__arM1T{gap:14px}}.page_fieldWrap__Bw9GV{display:flex;flex-direction:column;gap:4px}.page_input__4_GuJ{width:100%;padding:11px 14px;border:1px solid var(--border);border-radius:8px;font-family:var(--font);font-size:.875rem;color:var(--text);background:var(--bg-2);outline:none;transition:border-color .15s,background .15s;font-size:max(16px,.875rem)}.page_input__4_GuJ:focus{border-color:#999;background:#fff}.page_input__4_GuJ::placeholder{color:var(--text-3)}.page_inputError__pl026{border-color:#dc2626!important;background:#fff8f8!important}.page_fieldError__etdFG{font-size:.72rem;color:#dc2626}.page_consent__VV70r{display:flex;align-items:flex-start;gap:10px;cursor:pointer}.page_checkbox__calOa{width:16px;height:16px;flex-shrink:0;margin-top:2px;cursor:pointer;accent-color:var(--text)}.page_consentText__ZUheC{font-size:.78rem;color:var(--text-2);line-height:1.5}.page_policyLink__EUoIZ{color:var(--text);text-decoration:underline;text-underline-offset:2px;font-size:.78rem;background:none;border:none;cursor:pointer;font-family:var(--font);padding:0;transition:color .15s}.page_policyLink__EUoIZ:hover{color:var(--text-2)}.page_error__KWjIT{font-size:.78rem;color:#dc2626;padding:8px 12px;background:#fef2f2;border-radius:6px}.page_btn__gCBp2{width:100%;padding:13px;background:#0f0f0f;color:#fff;border-radius:10px;font-size:.9rem;font-weight:600;font-family:var(--font);transition:opacity .2s;margin-top:2px}.page_btn__gCBp2:hover:not(:disabled){opacity:.75}.page_btn__gCBp2:disabled{opacity:.4;cursor:not-allowed}.page_phoneRow__ELHJ4{padding:14px 20px;border-top:1px solid var(--border);text-align:center}.page_phoneLink__WMvih{font-size:.875rem;font-weight:600;color:var(--text);transition:color .15s}.page_phoneLink__WMvih:hover{color:var(--text-2)}.page_success__Q945C{padding:48px 20px;display:flex;flex-direction:column;align-items:center;gap:8px;text-align:center}.page_successIcon__Zz02M{width:48px;height:48px;border-radius:50%;background:#f0fdf4;color:#16a34a;font-size:1.2rem;font-weight:700;display:flex;align-items:center;justify-content:center;margin-bottom:8px}.page_successTitle__3tEGf{font-size:1rem;font-weight:700}.page_successSub__pfU_q{font-size:.85rem;color:var(--text-2);margin-bottom:12px}.page_successBtn__Osi8M{padding:11px 28px;background:#0f0f0f;color:#fff;border-radius:10px;font-size:.85rem;font-weight:600;font-family:var(--font);transition:opacity .2s}.page_successBtn__Osi8M:hover{opacity:.75}@keyframes page_fadeUp__w59ys{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}@media (max-width:520px){.page_page__vdvb_{padding:0}.page_card__ihjsj{border-radius:0;min-height:100vh;box-shadow:none}}.Hero_hero__T3Fr4{animation:Hero_fadeUp__Z7rQZ .45s ease .05s both}.Hero_body__hRpHp{padding:26px 20px 22px;display:flex;flex-direction:column;gap:11px}.Hero_title__Bn2TU{font-size:2.5rem;font-weight:700;letter-spacing:-.03em;line-height:1.2}.Hero_sub__2KmIh{font-size:1.15rem;color:var(--text-2);line-height:1.65}.Hero_btn__zXi6Y{display:inline-flex;align-items:center;gap:8px;margin-top:8px;padding:12px 22px;background:#0f0f0f;color:#fff;border-radius:10px;font-size:.9rem;font-weight:600;align-self:flex-start;transition:opacity .2s}.Hero_btn__zXi6Y:hover{opacity:.75}.Hero_divider__UicPX{height:1px;background:var(--border)}.Hero_review__mKFhT{display:flex;align-items:center;gap:14px;padding:18px 20px}.Hero_reviewPhotos__VwjZu{display:flex;flex-shrink:0}.Hero_rPhoto__hWprP{width:58px;height:58px;object-fit:cover;border-radius:8px;border:2px solid var(--card-bg)}.Hero_rPhoto__hWprP:nth-child(2){margin-left:-16px}.Hero_reviewText__ekVEU{display:flex;flex-direction:column;gap:5px}.Hero_rQuote__lTcsH{font-size:.88rem;font-weight:500;line-height:1.4}.Hero_rAuthor__VSTio{display:flex;align-items:center;gap:6px}.Hero_stars__2_6JY{font-size:.65rem;color:#f59e0b;letter-spacing:1px}.Hero_rLogo__YTz77{width:16px;height:16px;border-radius:3px;object-fit:cover}.Hero_rName__oNuUp{font-size:.72rem;font-weight:700;color:var(--text-2);text-transform:uppercase;letter-spacing:.05em}@keyframes Hero_fadeUp__Z7rQZ{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}.Gallery_section__H1UNr{overflow:hidden;padding:10px 0}.Gallery_track__FYbUP{display:flex;gap:8px;width:max-content;animation:Gallery_scrollLeft__8aie9 28s linear infinite;padding:0 8px}.Gallery_item__uQdOy{flex-shrink:0;width:180px;border-radius:10px;overflow:hidden;background:var(--border)}.Gallery_item__uQdOy img{width:100%;height:130px;object-fit:cover;display:block}@keyframes Gallery_scrollLeft__8aie9{0%{transform:translateX(0)}to{transform:translateX(-50%)}}.Advantages_section__rPnR_{border-radius:var(--section-radius);background:var(--card-bg);overflow:hidden;border:1px solid var(--border)}.Advantages_heading__FVx5U{display:flex;align-items:center;justify-content:space-between;padding:15px 18px;border-bottom:1px solid var(--border);font-size:.88rem;font-weight:500;color:var(--text-2)}.Advantages_arrow__hrO2r{color:var(--text-3)}.Advantages_grid__Ha3zL{display:grid;grid-template-columns:1fr 1fr;grid-gap:8px;gap:8px;padding:12px;background:var(--bg-2)}.Advantages_card__JAME2{background:var(--card-bg);border-radius:10px;padding:14px 14px 16px;display:flex;flex-direction:column;gap:8px}.Advantages_cardTitle__2k__U{font-size:.88rem;font-weight:600;color:var(--text)}.Advantages_cardText__D_thm{font-size:.82rem;color:var(--text-2);line-height:1.6}.Ecosystem_section__ujYSp{border-radius:var(--section-radius);background:var(--card-bg);overflow:hidden;border:1px solid var(--border)}.Ecosystem_heading__sbmyE{display:flex;align-items:center;justify-content:space-between;padding:15px 18px;border-bottom:1px solid var(--border);font-size:.88rem;font-weight:500;color:var(--text-2)}.Ecosystem_arrow__4Oaqz{color:var(--text-3)}.Ecosystem_grid__CAt0R{display:grid;grid-template-columns:1fr 1fr;grid-gap:8px;gap:8px;padding:12px;background:var(--bg-2)}.Ecosystem_card__L5MkD{background:var(--card-bg);border-radius:10px;padding:12px 12px 14px;display:flex;flex-direction:column;gap:8px}.Ecosystem_tag___nei0{font-size:.72rem;font-weight:600;color:var(--text-3);letter-spacing:.02em}.Ecosystem_img__hmhQI{width:100%;aspect-ratio:4/3;object-fit:cover;border-radius:7px}.Ecosystem_title__5JqGM{font-size:.92rem;font-weight:700;color:var(--text)}.Ecosystem_text__0TvH0{font-size:.8rem;color:var(--text-2);line-height:1.55}.Ecosystem_card__L5MkD{display:block;text-decoration:none;color:inherit;transition:opacity .2s}.Ecosystem_card__L5MkD:hover{opacity:.85}.page_page__ZU32B{min-height:100vh;display:flex;justify-content:center;align-items:flex-start;padding:16px 10px 48px;background:var(--page-bg)}.page_card__QV0Om{width:100%;max-width:500px;background:var(--card-bg);border-radius:var(--card-radius);box-shadow:var(--shadow);overflow:hidden;animation:page_fadeUp__mbBxU .4s ease both}.page_sections__3GMf3{background:var(--page-bg);padding:8px;display:flex;flex-direction:column;gap:8px}.page_photoWrap__jD9Oa{background:var(--card-bg);border-radius:var(--section-radius);overflow:hidden;border:1px solid var(--border)}@keyframes page_fadeUp__mbBxU{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}@media (max-width:520px){.page_page__ZU32B{padding:0}.page_card__QV0Om{border-radius:0;min-height:100vh;box-shadow:none}}.Logos_wrap__8oyqv{overflow:hidden;border-top:1px solid var(--border);border-bottom:1px solid var(--border);padding:12px 0}.Logos_track__ResXa{display:flex;gap:28px;width:max-content;animation:Logos_marquee__j5Ovw 20s linear infinite}.Logos_logo__QHzFI{font-size:.8rem;font-weight:600;color:var(--text-3);white-space:nowrap;font-style:italic;letter-spacing:.02em}@keyframes Logos_marquee__j5Ovw{0%{transform:translateX(0)}to{transform:translateX(-33.333%)}}.PhotoStrip_wrap__THHjk{overflow:hidden;padding:10px 0;border-top:1px solid var(--border)}.PhotoStrip_track__nr1BE{display:flex;gap:8px;width:max-content;animation:PhotoStrip_scrollRight__uts0n 32s linear infinite;padding:0 8px}.PhotoStrip_photo__wwgFW{flex-shrink:0;width:200px;height:140px;object-fit:cover;border-radius:10px}@keyframes PhotoStrip_scrollRight__uts0n{0%{transform:translateX(-50%)}to{transform:translateX(0)}}.Pricing_section__7_I0F{border-radius:var(--section-radius);background:var(--card-bg);overflow:hidden;border:1px solid var(--border)}.Pricing_heading__XEnQA{display:flex;align-items:center;justify-content:space-between;padding:15px 18px;border-bottom:1px solid var(--border);font-size:.88rem;font-weight:500;color:var(--text-2)}.Pricing_arrow__q93_S{color:var(--text-3)}.Pricing_card__JZ_rg{margin:12px;padding:18px;border-radius:10px;display:flex;flex-direction:column;gap:12px;background:var(--bg-2);border:1px solid var(--border)}.Pricing_tag__CHepB{display:inline-block;font-size:.75rem;font-weight:600;color:var(--text-2);background:var(--card-bg);border:1px solid var(--border);padding:4px 12px;border-radius:100px;align-self:flex-start}.Pricing_price__mjPhi{font-size:2.6rem;font-weight:700;letter-spacing:-.04em}.Pricing_desc__VkXJU{font-size:.88rem;color:var(--text-2);line-height:1.6}.Pricing_list__wXf3z{display:flex;flex-direction:column;gap:7px}.Pricing_listItem__gXwxk{display:flex;align-items:flex-start;gap:8px;font-size:.88rem;color:var(--text)}.Pricing_check__g8Ydp{color:var(--text-3);flex-shrink:0;font-size:.8rem;margin-top:2px}.Pricing_btn__A7iX7{display:block;text-align:center;padding:13px;background:#0f0f0f;color:#fff;border-radius:10px;font-size:.9rem;font-weight:600;transition:opacity .2s;margin-top:4px}.Pricing_btn__A7iX7:hover{opacity:.75}