.SiteHeader_header__SRb_V{position:-webkit-sticky;position:sticky;top:0;z-index:10;height:var(--header-height);background:#fff;border-bottom:2px solid var(--accent)}.SiteHeader_inner__d66lA{max-width:1080px;height:100%;margin:0 auto;padding:0 16px;display:flex;align-items:center;justify-content:space-between;gap:12px}.SiteHeader_titles__crWc8{display:flex;align-items:baseline;gap:10px;min-width:0}.SiteHeader_brand__td4g5{font-weight:800;color:var(--accent);letter-spacing:.04em;white-space:nowrap}.SiteHeader_siteName__dXJQ1{font-weight:600;font-size:.95rem;color:var(--text-strong);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.SiteHeader_backLink__ee7d6{font-size:.85rem;color:var(--text-muted);text-decoration:none;white-space:nowrap}.SiteHeader_backLink__ee7d6:hover{color:var(--accent)}@media (max-width:480px){.SiteHeader_brand__td4g5{display:none}}.SupportChatFloatingButton_button__6qymI{position:fixed;right:var(--chat-button-right,20px);bottom:var(--chat-button-bottom,20px);z-index:50;display:flex;flex-direction:column;align-items:flex-end;gap:8px;text-decoration:none}.SupportChatFloatingButton_label__JF6ib{background:#fff;color:var(--accent,#d7000f);border:1.5px solid var(--accent,#d7000f);border-radius:999px;padding:6px 14px;font-size:.8rem;font-weight:700;white-space:nowrap;box-shadow:0 2px 8px rgba(0,0,0,.15)}.SupportChatFloatingButton_circle__FPsCG{width:var(--chat-button-size,64px);height:var(--chat-button-size,64px);border-radius:50%;background:var(--accent,#d7000f);color:#fff;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 14px rgba(0,0,0,.3);transition:transform .15s,background .15s}.SupportChatFloatingButton_icon__aFbJ6{width:46%;height:46%}.SupportChatFloatingButton_button__6qymI:hover .SupportChatFloatingButton_circle__FPsCG{background:var(--accent-dark,#b0000c);transform:translateY(-2px)}.SupportChatFloatingButton_button__6qymI:hover .SupportChatFloatingButton_label__JF6ib{background:var(--accent,#d7000f);color:#fff}@media (max-width:480px){.SupportChatFloatingButton_label__JF6ib{font-size:.75rem;padding:5px 12px}}.page_main__GlU4n{max-width:1080px;margin:0 auto;padding:40px 16px 120px}.page_hero__SKW6o{background:#fff;border:1px solid var(--border);border-radius:16px;padding:48px 24px;text-align:center}.page_heroTitle__Gfler{margin:0 0 16px;font-size:1.8rem;color:var(--text-strong)}.page_heroText__g5S3T{margin:0 0 28px;line-height:1.9;color:var(--text-muted)}.page_ctaButton__tHxa2{display:inline-block;background:var(--accent);color:#fff;font-weight:700;font-size:1.05rem;border-radius:999px;padding:16px 36px;text-decoration:none;box-shadow:0 4px 14px rgba(215,0,15,.3);transition:background .15s,transform .15s}.page_ctaButton__tHxa2:hover{background:var(--accent-dark);transform:translateY(-2px)}.page_ctaNote__BwYuJ{margin:14px 0 0;font-size:.85rem;color:var(--text-muted)}.page_cards__Ff9Bq{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:16px;gap:16px;margin-top:24px}.page_card__QV0Om{background:#fff;border:1px solid var(--border);border-radius:16px;padding:24px 20px}.page_cardTitle__wyNTT{margin:0 0 8px;font-size:1.05rem;color:var(--accent)}.page_cardText__jskeK{margin:0;line-height:1.8;color:var(--text-muted);font-size:.9rem}@media (max-width:768px){.page_cards__Ff9Bq{grid-template-columns:1fr}.page_hero__SKW6o{padding:36px 20px}.page_heroText__g5S3T br{display:none}}.ChatClient_chatArea__qJ5YY{display:flex;flex-direction:column;min-height:calc(100dvh - var(--header-height))}.ChatClient_log__JD1wd{flex:1 1;width:100%;max-width:1080px;margin:0 auto;padding:24px 16px 150px;display:flex;flex-direction:column;gap:16px}.ChatClient_bottomAnchor__KR7zp{scroll-margin-bottom:150px}.ChatClient_botRow__0606Q{display:flex;align-items:flex-start;gap:10px;max-width:100%}.ChatClient_botIcon__wEhIb{flex:0 0 auto;width:40px;height:40px;border-radius:50%;background:var(--accent);color:#fff;display:flex;align-items:center;justify-content:center;margin-top:2px}.ChatClient_botBubble__TIi1C{background:#fff;border:1px solid var(--border);border-radius:4px 18px 18px 18px;padding:16px 18px;max-width:min(720px,100%);box-shadow:0 1px 3px rgba(0,0,0,.05);overflow-wrap:anywhere}.ChatClient_botText__6_iS5{margin:0;white-space:pre-line;line-height:1.8}.ChatClient_userRow__fgTT6{display:flex;justify-content:flex-end}.ChatClient_userBubble__H__7B{background:var(--accent);color:#fff;border-radius:18px 4px 18px 18px;padding:12px 18px;max-width:min(80%,480px);line-height:1.6;overflow-wrap:anywhere}.ChatClient_options__YnXQP{display:flex;flex-wrap:wrap;gap:10px;margin-top:14px}.ChatClient_optionButton__sqO7F{-webkit-appearance:none;-moz-appearance:none;appearance:none;font:inherit;background:#fff;color:var(--accent);border:1.5px solid var(--accent);border-radius:999px;padding:10px 18px;min-height:44px;cursor:pointer;line-height:1.4;text-align:left;transition:background .15s,color .15s}.ChatClient_optionButton__sqO7F:hover:not(:disabled){background:var(--accent);color:#fff}.ChatClient_optionButton__sqO7F:disabled{color:#9ca3af;border-color:#d1d5db;cursor:default}@media (max-width:600px){.ChatClient_options__YnXQP{flex-direction:column}.ChatClient_optionButton__sqO7F{width:100%}}.ChatClient_answerBubble__2Iktl{width:100%}.ChatClient_answerTitle__zMEE_{margin:0 0 12px;font-size:1.1rem;line-height:1.6;color:var(--text-strong);border-left:4px solid var(--accent);padding-left:10px}.ChatClient_answerSection__UPnQ0{margin-top:14px}.ChatClient_sectionHeading__xNqGB{margin:0 0 6px;font-size:.95rem;color:var(--accent)}.ChatClient_bulletList__5ZnpX,.ChatClient_stepList__ighpd{margin:0;padding-left:22px;line-height:1.9}.ChatClient_bulletList__5ZnpX li+li,.ChatClient_stepList__ighpd li+li{margin-top:2px}.ChatClient_videoList__KwkEr{display:flex;flex-direction:column;gap:8px}.ChatClient_videoCard__RXVo8{display:flex;flex-direction:column;gap:2px;border:1px solid var(--border);border-radius:10px;padding:10px 14px;text-decoration:none;color:var(--text-strong);background:#fafafa}.ChatClient_videoCard__RXVo8:hover{border-color:var(--accent)}.ChatClient_videoTitle__KqHyJ{font-weight:600}.ChatClient_videoDescription__iIgy_{font-size:.85rem;color:var(--text-muted)}.ChatClient_videoCardPending__aEOSV{color:var(--text-muted);background:#f3f4f6;cursor:default}.ChatClient_videoCardPending__aEOSV:hover{border-color:var(--border)}.ChatClient_videoPlaceholder__U6_Ey{margin:0;color:var(--text-muted);font-size:.9rem}.ChatClient_handoffNote___OC_z{margin:14px 0 0;padding:10px 14px;background:#fff7ed;border:1px solid #fdba74;border-radius:10px;font-size:.9rem;line-height:1.7}.ChatClient_feedback__4M85d{margin-top:18px;padding-top:14px;border-top:1px dashed var(--border)}.ChatClient_feedbackQuestion__dIa2R{margin:0 0 10px;font-weight:600}.ChatClient_feedbackButtons__FMgus{display:flex;gap:10px;flex-wrap:wrap}.ChatClient_feedbackButton__xlDpo{-webkit-appearance:none;-moz-appearance:none;appearance:none;font:inherit;border-radius:999px;padding:10px 26px;min-height:44px;cursor:pointer;border:1.5px solid;background:#fff;transition:background .15s,color .15s}.ChatClient_feedbackYes__mQW1A{color:#15803d;border-color:#15803d}.ChatClient_feedbackYes__mQW1A:hover:not(:disabled){background:#15803d;color:#fff}.ChatClient_feedbackNo__kWE_i{color:var(--accent);border-color:var(--accent)}.ChatClient_feedbackNo__kWE_i:hover:not(:disabled){background:var(--accent);color:#fff}.ChatClient_feedbackButton__xlDpo:disabled{color:#9ca3af;border-color:#d1d5db;cursor:default}.ChatClient_checklist__WAMNO{margin:10px 0 14px;padding-left:22px;line-height:1.9}.ChatClient_contactButton__sPI6m{display:inline-block;background:var(--accent);color:#fff;border-radius:999px;padding:12px 24px;text-decoration:none;font-weight:600;margin-top:4px}.ChatClient_contactButton__sPI6m:hover{opacity:.85}.ChatClient_controlBar__cFGcw{position:fixed;left:0;right:0;bottom:0;background:rgba(255,255,255,.95);border-top:1px solid var(--border);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;justify-content:center;gap:10px;padding:12px 16px calc(12px + env(safe-area-inset-bottom));flex-wrap:wrap}.ChatClient_controlButton__2cSPU{-webkit-appearance:none;-moz-appearance:none;appearance:none;font:inherit;font-size:.9rem;background:#fff;color:var(--text-strong);border:1.5px solid var(--border-strong);border-radius:999px;padding:8px 18px;min-height:44px;cursor:pointer;transition:background .15s}.ChatClient_controlButton__2cSPU:hover:not(:disabled){background:#f3f4f6}.ChatClient_controlButton__2cSPU:disabled{color:#9ca3af;border-color:#e5e7eb;cursor:default}.ChatClient_controlLink__RPtYW{font-size:.9rem;background:#fff;color:var(--accent);border:1.5px solid var(--accent);border-radius:999px;padding:8px 18px;min-height:44px;display:inline-flex;align-items:center;text-decoration:none;transition:background .15s,color .15s}.ChatClient_controlLink__RPtYW:hover{background:var(--accent);color:#fff}