:root{--header-h: 72px;--btn: #0EA7A5;--btn-hover: #0EA7A5;--btn-focus: rgba(0, 0, 0, .25);--font-title: "Roboto Slab", serif;--font-body: "Lora", serif;--fs-title: clamp(48px, 3.5vw, 56px);--fs-h1: clamp(28px, 2.2vw, 32px);--fs-body: clamp(18px, 1.4vw, 20px);--fs-small: clamp(14px, 1.1vw, 16px);--lh-body: 1.6;--c-black: #000000;--c-small: #555555;--c-highlight: #004554;--page-pad: clamp(16px, 6vw, 96px);--text-max: 800px}*{box-sizing:border-box}html{scroll-behavior:auto}body{margin:0;background:#f6f7fb;font-family:var(--font-body);font-size:var(--fs-body);line-height:var(--lh-body);color:var(--c-black)}body.chatPageBody{background:#b2d5e2;--chat-page-vpad: 20px}body.chatPageBody .mainContent.boxed{min-height:calc(100svh - var(--header-h));padding-top:8px;padding-bottom:12px}body.chatPageBody .boxedInner{min-height:calc(100svh - var(--header-h) - var(--chat-page-vpad))}body.chatPageBody .chatPageWrap{height:calc(100svh - var(--header-h) - var(--chat-page-vpad));min-height:calc(100svh - var(--header-h) - var(--chat-page-vpad));max-height:none}body.chatPageBody .footer{box-shadow:none}body.contactPageBody{background:#e9f1f6}body.contactPageBody .mainContent.boxed{min-height:calc(100svh - var(--header-h));padding-top:10px;padding-bottom:12px}body.contactPageBody .boxedInner{min-height:calc(100svh - var(--header-h) - 22px);display:flex}body.contactPageBody .footer{box-shadow:none}body.accountPageBody .mainContent.boxed{min-height:calc(100svh - var(--header-h));padding-top:10px;padding-bottom:12px}body.accountPageBody .boxedInner{min-height:calc(100svh - var(--header-h) - 22px)}body.accountPageBody .accountPage{width:100%;min-height:100%}.appShell{position:relative;min-height:100vh;display:flex;flex-direction:column}.heroBackdrop{position:absolute;top:0;left:0;right:0;height:calc(100svh + var(--header-h));overflow:hidden;z-index:0;pointer-events:none}.heroBackdropVideo{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;width:100%;height:100%;object-fit:cover}.heroBackdropFallback{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;opacity:0;transition:opacity .22s ease;background:radial-gradient(110% 84% at 12% 10%,#ffffff5c,#fff0 55%),linear-gradient(135deg,#8eb4d0,#b7d2e1,#9dc8d8),url(/logo.png);background-repeat:no-repeat,no-repeat,no-repeat;background-position:center,center,center;background-size:cover,cover,clamp(180px,20vw,320px)}.heroBackdrop.heroBackdropFallbackOn .heroBackdropFallback{opacity:1}.heroBackdropOverlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;background:#e9f1f666}.multiline{white-space:pre-line}.header{position:sticky;top:0;z-index:10;background:var(--header-bg, rgba(255, 255, 255, .9));border-bottom:1px solid var(--header-bg, #e6e6e6);padding:0 var(--page-pad) 12px;overflow:visible;color:var(--c-black);transition:background-color 225ms ease,border-color 225ms ease}.headerPromo{position:relative;z-index:1;width:calc(100% + (2 * var(--page-pad)));margin-left:calc(-1 * var(--page-pad));margin-right:calc(-1 * var(--page-pad));margin-bottom:8px;padding:4px 10px;border-radius:0;text-align:center;font-family:var(--font-body);font-size:13px;font-weight:600;line-height:1.25;color:#004554;background:#fff}.headerInner{position:relative;z-index:1;display:flex;align-items:center;justify-content:space-between;gap:12px}.mobileMenuToggle,.mobileLangMenuWrap,.mobileChatCta,.mobileMenuBackdrop,.mobileNavDrawer{display:none}.header.headerOnHero{background:transparent;border-bottom-color:transparent}.header.headerOnHero .navItem:hover{background:#fff6}.header.headerOnHero .langSwitch{background:#ffffffb8;border-color:#ffffffd9}.headerLeft{display:flex;align-items:center;gap:16px;flex-wrap:wrap}.brand{display:inline-flex;align-items:center;gap:10px;text-decoration:none}.brandLogo{height:84px;width:auto;display:block}.nav{display:flex;gap:10px;flex-wrap:wrap}.navItem{text-decoration:none;color:var(--c-black);padding:6px 10px;border-radius:8px}.navItem:hover{background:#f2f2f2}.navItem.active{background:transparent;color:var(--c-black)}.headerRight{display:flex;align-items:center;gap:12px;margin-left:auto}.langSwitch{display:inline-flex;border:1px solid #e6e6e6;border-radius:10px;overflow:hidden;background:#fff}.langBtn{position:relative;border:0;background:transparent;padding:6px 10px;cursor:pointer;color:var(--c-black);font-weight:600;transition:background-color .22s ease,color .22s ease}.langBtn:after{content:"";position:absolute;left:10px;right:10px;bottom:3px;height:2px;border-radius:999px;background:currentColor;transform-origin:left center;transform:scaleX(0);opacity:0;transition:transform .7s ease,opacity .7s ease;pointer-events:none}.langBtn.active{background:var(--btn);color:#fff}.langBtn.active:after{opacity:1;transform:scaleX(1)}.langBtn:active:after{opacity:1;transform:scaleX(1)}@keyframes langUnderlineReveal{0%{transform:scaleX(0)}to{transform:scaleX(1)}}.chatCta{position:relative;display:inline-flex;align-items:center;justify-content:center;min-width:136px;padding:8px 12px;border:1px solid var(--btn);border-radius:10px;background:var(--btn);color:#fff;text-decoration:none;font-size:15px;font-weight:700;line-height:1.2;letter-spacing:.2px;transition:background-color .26s ease,border-color .26s ease,color .26s ease}.chatCta:after{content:"";position:absolute;left:10px;right:10px;bottom:4px;height:2px;border-radius:999px;background:currentColor;transform-origin:left center;transform:scaleX(0);opacity:0;transition:transform .18s ease,opacity .18s ease;pointer-events:none}.chatCta:hover{background:#c8d9e6;border-color:#c8d9e6;color:var(--c-black)}.chatCta:hover:after{opacity:1;transform:scaleX(1);animation:langUnderlineReveal .7s ease forwards}.chatCta.active{box-shadow:0 0 0 4px var(--btn-focus)}.accountCta{display:inline-flex;align-items:center;justify-content:center;min-width:0;padding:0;border:0;border-radius:0;background:transparent;color:inherit;text-decoration:none;line-height:1;transition:transform .16s ease,opacity .16s ease}.accountMenuWrap{position:relative;display:inline-flex;align-items:center}.accountCta:hover{opacity:.86}.accountCta.active{transform:translateY(1px);opacity:.95}.accountCta:focus-visible{outline:none;box-shadow:0 0 0 3px #0ea7a547;border-radius:8px}.accountCta.loggedIn{padding:4px;border-radius:999px;background:var(--btn)}.accountCta.loggedIn .accountIcon{filter:brightness(0) saturate(100%) invert(100%)}.accountIcon{width:30px;height:30px;display:block;object-fit:contain}.accountMenuPanel{position:absolute;top:calc(100% + 8px);right:0;display:flex;flex-direction:column;align-items:stretch;gap:2px;min-width:0;width:max-content;padding:4px;border:1px solid #dce7e7;border-radius:10px;background:#fff;box-shadow:0 12px 26px #0d1e2d24;z-index:30}.accountMenuItem{display:block;width:100%;border:0;border-radius:8px;padding:8px 10px;background:transparent;color:#123;text-align:center;white-space:nowrap;font-size:14px;font-weight:700;cursor:pointer}.accountMenuItem:hover:not(:disabled){background:#0ea7a51f}.accountMenuItem:disabled{opacity:.65;cursor:default}.mainContent{position:relative;z-index:1;flex:1;width:100%;margin:0}.mainContent.fullBleed{padding:0}.mainContent.boxed{padding:20px var(--page-pad)}.boxedInner{width:100%;max-width:1100px;margin:0 auto}.headline1{font-family:var(--font-title);font-size:var(--fs-h1);color:var(--c-black);line-height:1.2;margin:0}.textSmall,small{font-family:var(--font-body);font-size:var(--fs-small);color:var(--c-small);line-height:var(--lh-body)}.highlight{color:var(--c-highlight)}.page{background:#fff;border:1px solid #e6e6e6;border-radius:12px;padding:18px}.contactPage{width:100%;min-height:100%;display:flex;align-items:center;justify-content:center;border-radius:20px;border:1px solid #d1dee8;padding:clamp(18px,4vw,36px);background:radial-gradient(100% 95% at 12% 8%,#0ea7a51a,#0ea7a500 55%),linear-gradient(140deg,#f4f9fc,#e9f1f6 54%,#ddeaf0)}.contactPageCard{width:min(760px,100%);background:#fffffff0;border:1px solid #d8e5ee;border-radius:16px;padding:clamp(16px,3vw,28px);box-shadow:0 10px 28px #142c411a}.contactPageTitle{margin:0;font-family:var(--font-title);font-size:clamp(30px,3vw,42px);line-height:1.1;color:#003642}.contactPageLead{margin:10px 0 0;color:#41586d}.contactDetailsGrid{margin-top:18px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.contactDetailCard{border:1px solid #dce8ef;border-radius:14px;background:#fff;padding:12px 14px}.contactDetailLabel{margin:0;font-family:var(--font-title);font-size:13px;letter-spacing:.08em;text-transform:uppercase;color:#548696}.contactDetailValue{margin:8px 0 0;font-family:var(--font-title);font-size:clamp(18px,1.8vw,24px);line-height:1.25;color:#003642}.contactDetailEmail{display:inline-block;max-width:100%;overflow-wrap:anywhere;word-break:break-word;text-decoration:none}.contactDetailEmail:hover{text-decoration:underline}@media (max-width: 760px){body.contactPageBody .mainContent.boxed{padding-top:8px;padding-bottom:10px}body.contactPageBody .boxedInner{min-height:calc(100svh - var(--header-h) - 18px)}.contactPage{padding:14px;border-radius:16px}.contactDetailsGrid{grid-template-columns:1fr;gap:10px}}.placeholderBox{margin-top:12px;padding:14px;border:1px dashed #bbb;border-radius:10px;background:#fafafa}.faqPageList{margin-top:12px;display:grid;gap:12px}.faqStandalonePage{background:#e9f1f6}.faqPageItem{padding-bottom:12px;border-bottom:1px solid #000}.faqPageItem:last-child{padding-bottom:0;border-bottom:0}.faqPageItem p{margin:0}.faqPageItem p+p{margin-top:6px;color:var(--btn)}.accountPage{max-width:min(var(--text-max),100%)}.authVerifyPage{max-width:min(620px,100%)}.accountLead{margin:4px 0 14px}.accountCard{margin-top:12px;border:1px solid #d9e3ef;border-radius:12px;background:#f8fbff;padding:14px}.accountCardTitle{margin:0;font-family:var(--font-title);font-size:22px;line-height:1.2}.accountHint{margin:6px 0 0;font-size:14px;color:#45546a}.accountGrid{margin-top:10px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.accountLoginGrid{grid-template-columns:repeat(2,minmax(220px,280px));justify-content:center}.accountLoginGrid .accountField{width:100%}.accountField{display:flex;flex-direction:column;gap:6px}.accountField span{font-size:13px;font-weight:600;color:#1b1b1b}.accountField input,.accountField select{width:100%;border:1px solid #cad5e4;border-radius:10px;padding:10px 11px;font-size:14px;font-family:var(--font-body);color:#1d2535;background:#fff}.accountField input:focus,.accountField select:focus{outline:none;border-color:#5b93cc;box-shadow:0 0 0 3px #037cc533}.accountFieldHint{margin:0;font-size:12px;line-height:1.35;color:#54657c}.accountPhoneInputRow{display:flex;align-items:stretch;gap:8px}.accountPhoneCountrySelect{position:relative;flex:0 0 clamp(116px,34%,156px)}.accountPhoneCountryTrigger{width:100%;height:100%;display:flex;align-items:center;gap:8px;border:1px solid #cad5e4;border-radius:10px;padding:9px 10px;background:#fff;color:#1d2535;font-family:var(--font-body);font-size:14px;cursor:pointer}.accountPhoneCountrySelect.isOpen .accountPhoneCountryTrigger{border-color:#5b93cc;box-shadow:0 0 0 3px #037cc533}.accountPhoneCountryTrigger:focus-visible{outline:none;border-color:#5b93cc;box-shadow:0 0 0 3px #037cc533}.accountPhoneCountryTrigger:disabled{opacity:.72;cursor:not-allowed}.accountPhoneCountryFlag{width:24px;height:18px;object-fit:cover;border-radius:2px;border:1px solid #dde5ef;background:#f4f8fc;flex:0 0 auto}.accountPhoneCountryDialCode{font-weight:600}.accountPhoneCountryCaret{margin-left:auto;color:#4c607c;font-size:12px;line-height:1}.accountPhoneCountryMenu{position:absolute;top:calc(100% + 6px);left:0;width:min(360px,80vw);max-height:250px;margin:0;padding:4px;list-style:none;overflow:auto;border:1px solid #cdd9e8;border-radius:10px;background:#fff;box-shadow:0 10px 24px #10233829;z-index:30}.accountPhoneCountryOption{width:100%;border:0;border-radius:8px;background:transparent;color:#1d2535;display:flex;align-items:center;gap:8px;padding:7px 8px;text-align:left;font-family:var(--font-body);font-size:13px;line-height:1.2;cursor:pointer}.accountPhoneCountryOption:hover:not(:disabled),.accountPhoneCountryOption:focus-visible{outline:none;background:#edf5ff}.accountPhoneCountryOption.isSelected{background:#e4f0ff}.accountPhoneCountryOption:disabled{opacity:.72;cursor:not-allowed}.accountPhoneCountryName{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.accountPhoneCountryOption .accountPhoneCountryDialCode{margin-left:auto}.accountPhoneNumberInput{flex:1 1 auto;min-width:0}.accountActions{margin-top:12px;display:flex;flex-wrap:wrap;gap:8px}.accountLoginPrimaryActions,.accountLoginGoogleActions{justify-content:center}.accountBtnLoginPrimary{width:min(320px,100%)}.accountLoginDivider{margin-top:10px;display:flex;align-items:center;justify-content:center;gap:10px;color:#5b93cc}.accountLoginDivider:before,.accountLoginDivider:after{content:"";width:min(200px,22vw);max-width:200px;border-top:1px solid #5b93cc}.accountLoginDivider span{font-size:14px;font-weight:600;line-height:1}.accountRegisterResult{margin-top:10px;display:flex;flex-direction:column;gap:10px}.accountRegisterResult p{margin:0}.accountToggleActions{margin-top:12px;justify-content:center}.accountBtn{border:1px solid #0ea7a5;border-radius:10px;background:#0ea7a5;color:#fff;padding:8px 12px;font-size:14px;line-height:1.2;font-weight:700;cursor:pointer}.accountBtn:hover:not(:disabled){filter:brightness(.95)}.accountBtn:disabled{opacity:.65;cursor:not-allowed}.accountBtnSecondary{border-color:#5b93cc;background:#5b93cc}.accountBtnApplePlaceholder{border-color:#111;background:#111;color:#fff}.accountBtnApplePlaceholder:hover:not(:disabled){filter:brightness(.88)}.accountStatus{margin-top:12px;padding:10px 12px;border-radius:10px;border:1px solid transparent;font-size:14px;line-height:1.35}.accountStatus.info{color:#344861;background:#ecf4ff;border-color:#cad7ea}.accountStatus.ok{color:#165f39;background:#e8f6ef;border-color:#bfdccf}.accountStatus.error{color:#8c1f1f;background:#fdeeee;border-color:#ebc4c4}.accountPayloadPreview{margin-top:10px;border:1px solid #cfdcec;border-radius:10px;background:#fff;padding:10px 12px;max-height:260px;overflow:auto;white-space:pre-wrap;word-break:break-word;font-size:12px;line-height:1.45;color:#253754}.accountWebhookPlaceholder{margin-top:10px;border:1px dashed #bfd0e4;border-radius:10px;background:#fff;padding:10px 12px;font-size:14px;line-height:1.4;color:#3f5169}.accountWebhookPlaceholder p{margin:0}.accountWebhookPlaceholder p+p{margin-top:8px}.subscriptionPage{height:calc(100svh - var(--header-h) - 40px);min-height:0;display:flex;flex-direction:column}.subscriptionMainCard{margin-top:0;flex:1;min-height:0;overflow-y:auto}.sessionHistoryToolbar{margin-top:2px;display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.sessionHistoryPage{height:calc(100svh - var(--header-h) - 40px);min-height:0;display:flex;flex-direction:column}.sessionHistoryPage>.accountCard{margin-top:0;flex:1;min-height:0;display:flex;flex-direction:column}.sessionHistoryLayout{margin-top:12px;display:grid;grid-template-columns:minmax(220px,290px) minmax(0,1fr);gap:12px;min-height:0;flex:1}.sessionHistoryList{display:flex;flex-direction:column;gap:8px;min-height:0;max-height:100%;overflow-y:auto;overflow-x:hidden;padding:6px 4px 6px 2px;perspective:1200px;scroll-snap-type:y proximity}.sessionHistoryItem{border:1px solid #cad7ea;border-radius:10px;background:#fff;color:#1c2a40;padding:10px 11px;text-align:left;cursor:pointer;opacity:.82;scroll-snap-align:center;transform-origin:center center;transform:translateZ(-8px) scale(.94);transition:border-color .18s ease,background-color .18s ease,box-shadow .22s ease,transform .24s ease,opacity .22s ease;will-change:transform,opacity}.sessionHistoryItem:hover{border-color:#5b93cc;background:#f5f9ff;opacity:.95}.sessionHistoryItem.active{border-color:#0ea7a5;background:#ecfbfb;box-shadow:0 0 0 2px #0ea7a52e,0 12px 20px #102b501f;opacity:1;transform:translateZ(20px) scale(1.03)}.sessionHistoryItem.near{opacity:.94;transform:translateZ(4px) scale(.985)}.sessionHistoryItem.far{opacity:.7}.sessionHistoryItem.beforeActive.near{transform:perspective(950px) rotateX(9deg) translateZ(2px) scale(.985)}.sessionHistoryItem.afterActive.near{transform:perspective(950px) rotateX(-9deg) translateZ(2px) scale(.985)}.sessionHistoryItem.beforeActive.far{transform:perspective(950px) rotateX(15deg) translateZ(-12px) scale(.92)}.sessionHistoryItem.afterActive.far{transform:perspective(950px) rotateX(-15deg) translateZ(-12px) scale(.92)}.sessionHistoryItemTitle{font-size:14px;font-weight:700}.sessionHistoryItemMeta{margin-top:4px;font-size:12px;color:#4f6078;line-height:1.3}.sessionHistoryPanel{border:1px solid #cad7ea;border-radius:12px;background:#f4f8ff;min-height:0;max-height:100%;display:flex;flex-direction:column;overflow:hidden}.sessionHistoryPanelHeader{padding:10px 12px;border-bottom:1px solid #d7e1ef;background:#fff}.sessionHistoryPanelTitle{font-size:15px;font-weight:700;color:#1c2a40}.sessionHistoryPanelMeta{margin-top:2px;font-size:12px;color:#4f6078}.sessionHistoryMessages{min-height:0;flex:1;overflow-y:auto;overflow-x:hidden;display:flex;flex-direction:column;gap:10px;padding:14px;background:linear-gradient(180deg,#e4ecf8,#dce8f8)}.sessionHistoryMessages .chatPageBubble{max-width:82%;box-shadow:none}.sessionHistoryMessages .chatPageMeta,.sessionHistoryMessages .chatPageRow.assistant .chatPageMeta{color:#4f6078}.sessionHistoryMessages .chatPageRow.client .chatPageMeta{color:#4a5d76;text-align:right}.sessionHistoryEmpty{margin:12px;border:1px dashed #b8c6db;border-radius:10px;background:#fff;padding:12px;color:#445772;font-size:14px}@media (max-width: 760px){.accountGrid{grid-template-columns:1fr}.accountPhoneCountrySelect{flex-basis:clamp(104px,32%,138px)}.accountBtnLoginPrimary{width:100%}.accountLoginDivider:before,.accountLoginDivider:after{width:min(120px,28vw)}.sessionHistoryToolbar{flex-direction:column;align-items:stretch}.sessionHistoryToolbar .accountBtn{width:100%}.subscriptionPage{height:auto}.subscriptionMainCard{overflow:visible}.sessionHistoryLayout{grid-template-columns:1fr;min-height:0}.sessionHistoryList{max-height:230px}.sessionHistoryPanel{min-height:0;max-height:calc(100svh - var(--header-h) - 290px)}}.complaintPage{max-width:860px}.complaintLead{margin:8px 0 0}.complaintForm{margin-top:14px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.complaintField{display:flex;flex-direction:column;gap:6px}.complaintField.full{grid-column:1 / -1}.complaintField span{font-size:14px;font-weight:600;color:#1b1b1b}.complaintField input,.complaintField textarea{width:100%;border:1px solid #cad5e4;border-radius:10px;padding:10px 11px;font-size:14px;font-family:var(--font-body);color:#1d2535;background:#f8fbff}.complaintField input[readonly]{background:#edf3fb;color:#3d4f67;cursor:not-allowed}.complaintField textarea{min-height:170px;resize:vertical}.complaintField input:focus,.complaintField textarea:focus{outline:none;border-color:#5b93cc;box-shadow:0 0 0 3px #037cc533}.complaintHint{font-size:12px;color:#4e627f}.complaintActions{grid-column:1 / -1}.complaintActions .primaryBtn{margin-top:2px}.complaintStatus{grid-column:1 / -1;font-size:13px;line-height:1.35}.complaintStatus.ok{color:#165f39}.complaintStatus.error{color:#8c1f1f}.complaintApiNote{margin:12px 0 0}@media (max-width: 700px){.complaintForm{grid-template-columns:1fr}}.chatPageWrap{--chat-bg-1: #1800ad;--chat-bg-2: #037cc5;--chat-surface: #3f73b0;--chat-text-strong: #f4f8ff;--chat-text-muted: rgba(226, 237, 255, .86);--chat-border: rgba(255, 255, 255, .24);--chat-shadow: 0 18px 48px rgba(8, 10, 36, .35);--chat-wrap-width: min(960px, 100%);position:relative;isolation:isolate;width:var(--chat-wrap-width);height:calc(100vh - var(--header-h) - 42px);min-height:560px;max-height:860px;margin:0 auto;display:flex;flex-direction:column;background:linear-gradient(135deg,var(--chat-bg-1) 0%,#213fb9 46%,var(--chat-bg-2) 100%);border:1px solid rgba(255,255,255,.2);border-radius:16px;overflow:hidden;box-shadow:var(--chat-shadow);font-family:var(--font-body)}body.chatPageBody.chatPagePseudoFullscreenBody{overflow:hidden}body.chatPageBody.chatPagePseudoFullscreenBody .header,body.chatPageBody.chatPagePseudoFullscreenBody .footer{display:none}body.chatPageBody.chatPagePseudoFullscreenBody .mainContent.boxed,body.chatPageBody.chatPagePseudoFullscreenBody .boxedInner{min-height:100dvh;padding:0}body.chatPageBody.chatPagePseudoFullscreenBody .chatPageWrap.pseudoFullscreen{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1400;width:100vw;height:100dvh;min-height:100dvh;max-height:none;margin:0;border:0;border-radius:0}body.chatPageBody.chatPagePseudoFullscreenBody .chatPageWrap.pseudoFullscreen .chatPageHeader{padding-top:calc(14px + env(safe-area-inset-top))}body.chatPageBody.chatPagePseudoFullscreenBody .chatPageWrap.pseudoFullscreen .chatPageFooter{padding-bottom:calc(12px + env(safe-area-inset-bottom))}.chatPageWrap:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;pointer-events:none;background:radial-gradient(120% 90% at 10% 10%,#ffffff38,#fff0 52%),radial-gradient(90% 72% at 88% 86%,#1800ad61,#1800ad00 62%)}.chatPageHeader{position:relative;z-index:1;padding:14px 16px;background:linear-gradient(180deg,#3f73b0e0,#3f73b0b8);border-bottom:1px solid var(--chat-border);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.chatPageHeaderTop{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;flex-wrap:wrap}.chatPageTitle{font-family:var(--font-title);font-weight:700;color:var(--chat-text-strong);letter-spacing:.2px}.chatPageTitleRow{display:flex;align-items:center;justify-content:space-between;gap:10px}.chatPageFullscreenBtn{display:none;align-items:center;justify-content:center;min-width:56px;height:30px;padding:0 10px;border-radius:8px;border:1px solid rgba(255,255,255,.38);background:#143468b8;color:#f3f8ff;font-size:12px;font-weight:700;line-height:1;cursor:pointer}.chatPageFullscreenBtn:focus-visible{outline:none;box-shadow:0 0 0 3px #78c9ff73}.chatPageSub{margin-top:4px;font-size:13px;color:var(--chat-text-muted)}.chatAssistantCard{-webkit-appearance:none;-moz-appearance:none;appearance:none;display:flex;align-items:center;gap:10px;min-width:250px;max-width:100%;padding:8px 10px;border-radius:12px;border:1px solid rgba(255,255,255,.25);background:#18336052;color:inherit;text-align:left;cursor:pointer;transition:transform .14s ease,box-shadow .16s ease,background-color .16s ease}.chatAssistantCard:hover{transform:translateY(-1px);background:#1833606b;box-shadow:0 8px 18px #08123640}.chatAssistantCard:focus-visible{outline:none;box-shadow:0 0 0 3px #78c9ff73}.chatAssistantAvatar{width:44px;height:44px;border-radius:50%;overflow:hidden;flex-shrink:0;border:1px solid rgba(255,255,255,.4);background:#ffffff1a}.chatAssistantAvatar img{width:100%;height:100%;object-fit:cover;display:block}.chatAssistantAvatarFallback{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:700;color:#f4f9ff;background:linear-gradient(145deg,#3f73b0,#2d4f7d)}.chatAssistantText{min-width:0}.chatAssistantName{font-family:var(--font-title);font-size:14px;font-weight:700;color:var(--chat-text-strong);line-height:1.15;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:150px}.chatAssistantMeta{margin-top:2px;font-size:12px;color:var(--chat-text-muted)}.chatAssistantState{margin-left:auto;padding:3px 8px;border-radius:999px;border:1px solid rgba(255,255,255,.28);background:#1366ad59;color:#eff7ff;font-size:11px;line-height:1;flex-shrink:0}.chatAssistantState.loading{background:#ffffff29}.chatAssistantModalBackdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1200;display:flex;align-items:center;justify-content:center;background:#080b249e;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);padding:18px}.chatAssistantModal{position:relative;width:min(620px,100%);max-height:min(88vh,760px);overflow:auto;border-radius:16px;border:1px solid rgba(255,255,255,.2);background:linear-gradient(160deg,#1b2671,#1f4b9d 48%,#2469b1);box-shadow:0 22px 60px #03081e73;color:#f0f7ff;padding:18px}.chatAssistantModalClose{position:absolute;top:10px;right:10px;width:34px;height:34px;border-radius:999px;border:1px solid rgba(255,255,255,.3);background:#0c1a42a6;color:#f3f9ff;font-size:22px;line-height:1;cursor:pointer}.chatAssistantModalHeader{display:flex;align-items:center;gap:14px;padding-right:40px}.chatAssistantModalPhoto{width:86px;height:86px;border-radius:14px;overflow:hidden;flex-shrink:0;border:1px solid rgba(255,255,255,.35);background:#ffffff1f}.chatAssistantModalPhoto img{width:100%;height:100%;object-fit:cover;display:block}.chatAssistantModalPhotoFallback{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:26px;font-weight:700;color:#f7fbff;background:linear-gradient(145deg,#3f73b0,#284a77)}.chatAssistantModalHeaderText h3{margin:0;font-family:var(--font-title);font-size:20px;line-height:1.2}.chatAssistantModalHeaderText p{margin:6px 0 0;color:#e5f0ffd9;font-size:13px}.chatAssistantModalGrid{margin-top:16px;display:grid;grid-template-columns:1fr 1fr;gap:10px}.chatAssistantModalField{display:flex;flex-direction:column;gap:4px;padding:10px 12px;border-radius:10px;border:1px solid rgba(255,255,255,.18);background:#0f295859}.chatAssistantModalField span{font-size:12px;color:#d5e7ffcc}.chatAssistantModalField strong{font-size:14px;line-height:1.25;color:#f5faff}.chatAssistantModalField.full{grid-column:1 / -1}.chatAssistantModalActions{margin-top:14px;display:flex;flex-direction:column;align-items:center;gap:10px}.chatAssistantModalBtn{display:inline-flex;align-items:center;justify-content:center;width:min(360px,100%);min-height:40px;padding:9px 14px;border-radius:10px;border:1px solid rgba(255,255,255,.28);background:#2e73bae6;color:#f7fbff;text-decoration:none;font-size:14px;font-weight:600}.chatAssistantModalBtn.secondary{background:#b72323f2}.chatPageMessages{position:relative;z-index:1;flex:1;overflow:auto;padding:16px;display:flex;flex-direction:column;gap:10px;background:linear-gradient(180deg,#ffffff0f,#ffffff05);scrollbar-width:thin;scrollbar-color:rgba(255,255,255,.4) transparent}.chatPageRow{display:flex}.chatPageRow.client{justify-content:flex-end}.chatPageRow.assistant{justify-content:flex-start}.chatPageStack{display:flex;flex-direction:column;min-width:0;max-width:100%}.chatPageBubble{max-width:76%;padding:11px 13px;border-radius:14px 14px 14px 6px;background:#f7fbfff7;border:1px solid rgba(20,45,86,.14);white-space:pre-wrap;overflow-wrap:anywhere;word-break:break-word;-webkit-hyphens:auto;hyphens:auto;line-height:1.35;color:#13213f;box-shadow:0 8px 20px #04102b2e}.chatPageRow.client .chatPageBubble{border-radius:14px 14px 6px;background:linear-gradient(155deg,#3f73b0,#345f93);border-color:#ffffff59;color:#f3f8ff;box-shadow:0 10px 24px #070b2e38}.chatPageMeta{margin-top:4px;font-size:12px;color:#e0ecffd6}.chatPageRow.assistant .chatPageMeta{color:#d6e5ffdb}.chatPageAttachmentLine+.chatPageAttachmentLine{margin-top:4px}.chatPageAttachmentLine a{color:#11458f;text-decoration:underline;overflow-wrap:anywhere;word-break:break-word}.chatPageRow.client .chatPageAttachmentLine a{color:#e4f4ff}.chatPageAttachmentCaption.withGap{margin-top:8px}.chatPageFooter{position:relative;z-index:1;padding:12px;background:linear-gradient(180deg,#3f73b0b3,#3f73b0eb);border-top:1px solid var(--chat-border);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.chatSessionTerminatedNotice{margin-bottom:10px;padding:12px;border-radius:12px;border:1px solid rgba(255,170,170,.65);background:linear-gradient(180deg,#781515eb,#5c1010f5);color:#fff4f4}.chatSessionTerminatedNoticeTitle{font-family:var(--font-title);font-weight:700;letter-spacing:.2px}.chatSessionTerminatedNoticeBody{margin:6px 0 0;font-size:13px;line-height:1.45}.chatSessionTerminatedNoticeReason{margin:8px 0 0;font-size:12px;color:#ffeaeaf0}.chatSessionTerminatedActionBtn{margin-top:10px;padding:9px 13px;border-radius:10px;border:1px solid rgba(255,255,255,.35);background:linear-gradient(180deg,#3f73b0,#315787);color:#f5f9ff;font-family:var(--font-body);font-weight:700;cursor:pointer}.chatSessionTerminatedActionBtn:disabled{opacity:.7;cursor:not-allowed}.chatSessionTerminatedModalBackdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1200;display:flex;align-items:center;justify-content:center;background:#080b249e;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);padding:16px}.chatSessionTerminatedModal{position:relative;width:min(460px,100%);border-radius:14px;border:1px solid rgba(255,255,255,.2);background:linear-gradient(160deg,#1b2671,#1f4b9d 48%,#2469b1);color:#f0f7ff;box-shadow:0 22px 56px #02041080;padding:18px;font-family:var(--font-body)}.chatSessionTerminatedModal h3{margin:0;font-family:var(--font-title);font-size:21px}.chatSessionTerminatedModal p{margin:10px 0 0;line-height:1.45}.chatSessionTerminatedModalClose{position:absolute;top:8px;right:8px;width:32px;height:32px;border-radius:999px;border:1px solid rgba(255,255,255,.3);background:#0c1a42a6;color:#f3f9ff;font-size:20px;line-height:1;cursor:pointer}.chatPageComposer{display:flex;gap:10px;align-items:stretch}.chatPageComposerInputWrap{flex:1;display:flex;gap:10px;align-items:stretch;min-width:0}.chatPageComposer textarea{flex:1;height:56px;resize:none;padding:10px 11px;font-family:var(--font-body);font-size:15px;border:1px solid var(--chat-border);border-radius:10px;background:#3f73b0d1;color:var(--chat-text-strong)}.chatPageComposer .chatPageSendBtnPrimary{height:56px;min-width:92px;display:inline-flex;align-items:center;justify-content:center}.chatPageComposer textarea::placeholder,.chatPageFileRow input[type=text]::placeholder{color:#e6f0ffc7}.chatPageComposer textarea:focus,.chatPageFileRow input[type=text]:focus{outline:none;border-color:#ffffff7a;box-shadow:0 0 0 3px #037cc540}.chatPageComposer button,.chatPageFileRow button{padding:10px 14px;font-family:var(--font-body);font-size:15px;border-radius:10px;border:1px solid rgba(255,255,255,.35);background:linear-gradient(180deg,#3f73b0,#315787);color:#f5f9ff;font-weight:600;cursor:pointer;transition:transform .16s ease,box-shadow .16s ease,filter .16s ease}.chatPageComposer button:hover,.chatPageFileRow button:hover{transform:translateY(-1px);filter:brightness(1.06);box-shadow:0 8px 16px #070f3440}.chatPageComposer button:disabled,.chatPageFileRow button:disabled,.chatPageComposer textarea:disabled,.chatPageFileRow input:disabled{opacity:.62;cursor:not-allowed}.chatPageAttachBtn{display:none}.chatPageFileRow{margin-top:10px;display:flex;gap:10px;align-items:center;flex-wrap:wrap}.chatPageFileRow input[type=file]{max-width:360px;font-family:var(--font-body);color:var(--chat-text-muted);font-size:13px}.chatPageFileRow input[type=file]::file-selector-button{margin-right:10px;padding:8px 10px;font-family:var(--font-body);border:1px solid rgba(255,255,255,.35);border-radius:9px;background:#1f477ff2;color:#f5f8ff;cursor:pointer}.chatPageFileRow input[type=text]{flex:1;min-width:220px;padding:10px;font-family:var(--font-body);font-size:14px;border:1px solid var(--chat-border);border-radius:10px;background:#3f73b0d1;color:var(--chat-text-strong)}.chatPageFileHint{margin-top:6px;font-size:12px;color:var(--chat-text-muted)}.chatPageFileHint.ready{color:#f0f6ff}.chatPageWrap.mobileMode .chatPageSub{display:none}.chatPageWrap.mobileMode .chatPageFullscreenBtn{display:inline-flex}.chatPageWrap.mobileMode .chatPageComposer{gap:8px;align-items:flex-end}.chatPageWrap.mobileMode .chatPageComposerInputWrap{position:relative;flex:1;min-width:0}.chatPageWrap.mobileMode .chatPageComposer textarea{height:54px;padding-right:46px;padding-bottom:10px}.chatPageWrap.mobileMode .chatPageComposer .chatPageSendBtnPrimary{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;padding:0;line-height:1}.chatPageWrap.mobileMode .chatPageComposer .chatPageSendBtnPrimary{position:absolute;right:7px;bottom:9px;min-width:0;font-size:0;border-radius:999px}.chatPageWrap.mobileMode .chatPageComposer .chatPageSendBtnPrimary:before{content:"↑";font-size:16px;line-height:1}.chatPageWrap.mobileMode .chatPageAttachBtn{display:inline-flex;align-self:flex-end;flex:0 0 54px;width:54px;height:54px;font-size:20px;padding:0;line-height:1}.chatPageWrap.mobileMode .chatPageStatus{flex-wrap:wrap;gap:8px}.chatPageWrap.mobileMode .chatMobileAssistantBtn{display:inline-flex;align-items:center;justify-content:center;border:1px solid rgba(255,255,255,.38);border-radius:999px;background:#315787f2;color:#f5f9ff;font-family:var(--font-body);font-size:12px;font-weight:600;line-height:1;padding:6px 10px;cursor:pointer}.chatPageWrap.mobileMode .chatPageFileRow .chatPageFileInput{position:absolute;width:1px;height:1px;padding:0;margin:-1px;border:0;overflow:hidden;clip:rect(0 0 0 0);clip-path:inset(50%);white-space:nowrap}.chatPageWrap.mobileMode .chatPageFileRow .chatPageSendFilesBtn,.chatPageWrap.mobileMode .chatPageFileRow .chatPageFileCaptionInput{display:none}.chatPageWrap.mobileMode .chatPageFileRow.hasSelection .chatPageFileCaptionInput{display:block}.chatPageWrap.mobileMode .chatPageFileRow.hasSelection .chatPageSendFilesBtn{display:inline-flex}.chatPageWrap.mobileMode .chatPageFileHint:not(.ready){display:none}.chatPageWrap.mobileMode{height:calc(100vh - var(--header-h) - 22px);min-height:500px}.chatPageWrap.mobileMode .chatPageHeaderTop{flex-direction:column;align-items:stretch}.chatPageWrap.mobileMode .chatAssistantCard{width:100%}.chatPageWrap.mobileMode .chatAssistantName{max-width:none}.chatPageWrap.mobileMode .chatAssistantModalBackdrop{padding:10px}.chatPageWrap.mobileMode .chatAssistantModal{max-height:92vh;padding:14px}.chatPageWrap.mobileMode .chatAssistantModalHeader{align-items:flex-start}.chatPageWrap.mobileMode .chatAssistantModalPhoto{width:72px;height:72px}.chatPageWrap.mobileMode .chatAssistantModalGrid{grid-template-columns:1fr}.chatPageWrap.mobileMode .chatPageBubble{max-width:90%}.chatPageWrap.mobileMode .chatPageFileRow input[type=file]{max-width:100%}@media (hover: none) and (pointer: coarse){body.chatPageBody .chatPageHeader,.chatPageSub{display:none}.chatPageFullscreenBtn{display:inline-flex}.chatPageComposer{gap:8px;align-items:flex-end}.chatPageComposerInputWrap{position:relative;flex:1;min-width:0}.chatPageComposer textarea{height:54px;padding-right:46px;padding-bottom:10px}.chatPageComposer .chatPageSendBtnPrimary{display:flex;align-items:center;justify-content:center;width:34px;height:34px;padding:0;line-height:1}.chatPageComposer .chatPageSendBtnPrimary{position:absolute;right:7px;bottom:9px;min-width:0;font-size:0;border-radius:999px}.chatPageComposer .chatPageSendBtnPrimary:before{content:"↑";font-size:16px;line-height:1}.chatPageAttachBtn{display:inline-flex;align-self:flex-end;flex:0 0 54px;width:54px;height:54px;font-size:20px;padding:0;line-height:1}.chatPageStatus{flex-wrap:wrap;gap:8px}.chatMobileAssistantBtn{display:inline-flex;align-items:center;justify-content:center;border:1px solid rgba(255,255,255,.38);border-radius:999px;background:#315787f2;color:#f5f9ff;font-family:var(--font-body);font-size:12px;font-weight:600;line-height:1;padding:6px 10px;cursor:pointer}.chatPageFileRow .chatPageFileInput{position:absolute;width:1px;height:1px;padding:0;margin:-1px;border:0;overflow:hidden;clip:rect(0 0 0 0);clip-path:inset(50%);white-space:nowrap}.chatPageFileRow .chatPageSendFilesBtn,.chatPageFileRow .chatPageFileCaptionInput{display:none}.chatPageFileRow.hasSelection .chatPageFileCaptionInput{display:block}.chatPageFileRow.hasSelection .chatPageSendFilesBtn{display:inline-flex}.chatPageFileHint:not(.ready){display:none}}.chatPageStatus{margin-top:6px;display:flex;gap:14px;align-items:center;font-size:12px;color:var(--chat-text-muted)}.chatMobileAssistantBtn{display:none}.chatPageStatus .typing{font-style:italic;color:#f0f6ff}.chatPageDropOverlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:4;display:flex;align-items:center;justify-content:center;padding:16px;pointer-events:none;background:#07143861}.chatPageDropOverlayCard{padding:14px 18px;border-radius:12px;border:1px dashed rgba(255,255,255,.82);background:#0a2354d6;color:#f4f8ff;font-size:15px;font-weight:700;letter-spacing:.2px}@media (hover: none) and (pointer: coarse){.chatPageWrap{height:calc(100vh - var(--header-h) - 22px);min-height:500px}}@media (hover: none) and (pointer: coarse){.chatPageHeaderTop{flex-direction:column;align-items:stretch}.chatAssistantCard{width:100%}.chatAssistantName{max-width:none}.chatAssistantModalBackdrop{padding:10px}.chatAssistantModal{max-height:92vh;padding:14px}.chatAssistantModalHeader{align-items:flex-start}.chatAssistantModalPhoto{width:72px;height:72px}.chatAssistantModalGrid{grid-template-columns:1fr}.chatPageBubble{max-width:90%}.chatPageFileRow input[type=file]{max-width:100%}}@media (hover: none) and (pointer: coarse){.chatPageComposer{flex-direction:row;align-items:stretch}}@media (max-width: 420px){.chatPageFileRow{gap:8px}.chatPageFileRow input[type=file],.chatPageFileRow input[type=text]{flex:1 1 100%;min-width:0}.chatPageFileRow .chatPageSendFilesBtn{display:none;flex:1 1 auto}.chatPageFileRow.hasSelection .chatPageSendFilesBtn{display:inline-flex}}.placeholderGrid{margin-top:12px;display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:12px}.card{padding:14px;border:1px solid #e6e6e6;border-radius:16px;background:#fff;box-shadow:0 1px 6px #0000000f}.bulletList{margin:0;padding-left:1.2rem;list-style:disc}.bulletList li{margin:6px 0}section#proof .bulletList li{margin:12px 0}section#what-clients-rely-on .bulletList li{margin:10px 0}.clientRelyGroups{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:0;border:1px solid #d7e4ee;border-radius:14px;background:linear-gradient(180deg,#fff,#f8fbff);box-shadow:0 3px 12px #091c2c14;overflow:hidden}.clientRelyGroup{margin:0;padding:12px 14px;min-width:0;background:transparent;border:0;transition:background-color .22s ease}@media (min-width: 981px){section#what-clients-rely-on .clientRelyGroups>.clientRelyGroup:nth-child(2){background-color:#e9f0ed!important;background-image:none!important;box-shadow:inset 0 0 0 1px #8a97a642}section#what-clients-rely-on .clientRelyGroups>.clientRelyGroup:nth-child(2):hover{background-color:#dfe7e4!important}}.clientRelyGroup+.clientRelyGroup{border-left:1px solid #e2ebf3}.clientRelyGroup:before{content:"";display:block;width:38px;height:3px;border-radius:999px;margin-bottom:8px;background:#0ea7a5}.clientRelyGroup:hover{background:#0ea7a50b}.clientRelyGroup.animFadeUp.isVisible{animation:clientRelyReveal .42s cubic-bezier(.22,1,.36,1) both;animation-delay:var(--client-rely-delay, 0ms)}.clientRelyGroupTitle{margin:0 0 3px;font-family:var(--font-title);font-size:clamp(18px,1.45vw,21px);font-weight:700;line-height:1.2;color:#003642}.clientRelyBulletList{margin:0;padding-left:1.05rem}section#what-clients-rely-on .clientRelyBulletList li{margin:7px 0}@keyframes clientRelyReveal{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 980px){.clientRelyGroups{grid-template-columns:1fr}.clientRelyGroup+.clientRelyGroup{border-left:0;border-top:1px solid #e2ebf3}}@media (prefers-reduced-motion: reduce){.clientRelyGroup{transition:none}.clientRelyGroup.animFadeUp.isVisible{animation:none;opacity:1;transform:none}}.primaryBtn{margin-top:16px;padding:10px 14px;border-radius:10px;border:1px solid var(--btn);background:var(--btn);color:#fff;cursor:pointer;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;gap:8px}.primaryBtn:hover{background:var(--btn-hover);border-color:var(--btn-hover)}.primaryBtn:active{transform:translateY(1px)}.primaryBtn:focus-visible{outline:none;box-shadow:0 0 0 4px var(--btn-focus)}.primaryBtn:disabled,.primaryBtn[aria-disabled=true]{opacity:.6;cursor:not-allowed}.problemsBtn{position:relative}.problemsBtn:after{content:"";position:absolute;left:14px;right:14px;bottom:6px;height:2px;border-radius:999px;background:currentColor;transform-origin:left center;transform:scaleX(0);opacity:0;transition:transform .18s ease,opacity .18s ease;pointer-events:none}.problemsBtn:hover:after{opacity:1;transform:scaleX(1);animation:langUnderlineReveal .7s ease forwards}:root{--footer-h: 170px}.footer{position:relative;z-index:1;border-top:1px solid #e6e6e6;background:#fff;padding:50px var(--page-pad);overflow:visible;box-shadow:0 -2px 10px #0000000f;font-family:var(--font-body);color:var(--c-small);font-size:14px;line-height:1.4}.footer:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:url(/logo.png);background-repeat:no-repeat;background-size:clamp(72px,9vw,118px);background-position:left 16px top 10px;opacity:1;pointer-events:none;z-index:0}.footerInner{position:relative;z-index:1;max-width:1100px;margin:0 auto}.footerLayout{display:flex;justify-content:space-between;gap:14px;align-items:flex-start}.footerGrid4{display:grid;grid-template-columns:1.2fr 1fr 1.5fr 1fr;gap:10px 22px;align-items:start;width:100%}.footerCol{display:flex;flex-direction:column;gap:6px;min-width:0}.footerColTitle{font-family:var(--font-body);font-weight:600;color:#004554;margin-bottom:6px;font-size:15px;line-height:1.2}.footerSmall{font-size:13px;line-height:1.35;margin:0;color:var(--c-small)}.footerLink{color:inherit;text-decoration:none}.footerLink:hover{text-decoration:underline}.footerLinkWithIcon{display:inline-flex;align-items:center;gap:6px}.footerLinkIcon{width:14px;height:14px;display:block;flex:0 0 auto}.footerList{margin:0;padding-left:16px;color:inherit}.footerList li{margin:2px 0}.footerListDotted{list-style:disc}.footerLangRow{display:flex;gap:8px;margin-top:4px;padding-left:2px}.footerLang{font-size:12px;color:var(--c-small);opacity:.9}.footerContactBlock{margin-bottom:10px}.footerContactLabel{font-weight:600;margin-bottom:2px;color:var(--c-black)}.footerContactNote{margin-top:6px}.footerRights{font-size:12px;text-align:right;white-space:nowrap;color:var(--c-small);opacity:.9;align-self:flex-end}.footerBottom{margin-top:6px;padding-top:4px}.footerBottomNote{margin:0;max-width:900px;white-space:nowrap}@media (max-width: 900px){.footer{overflow:visible}.footer:before{background-size:clamp(64px,18vw,96px);background-position:left 10px top 8px;opacity:1}.footerLayout{flex-direction:column;align-items:stretch}.footerGrid4{grid-template-columns:1fr 1fr}.footerRights{text-align:left;white-space:normal;align-self:flex-start}.footerBottomNote{white-space:normal}}@media (max-width: 520px){:root{--footer-h: 310px}.footer{overflow:visible}.footerGrid4{grid-template-columns:1fr}}html.homeSnap .footer,body.homeSnap .footer{scroll-snap-align:end;scroll-snap-stop:normal}html.pageFooterSnap,body.pageFooterSnap{scroll-snap-type:y mandatory;scroll-padding-top:var(--header-h)}html.pageFooterSnap .mainContent.boxed,body.pageFooterSnap .mainContent.boxed{scroll-snap-align:start;scroll-snap-stop:always}html.pageFooterSnap .footer,body.pageFooterSnap .footer{scroll-snap-align:end;scroll-snap-stop:normal}html.homeSnap,body.homeSnap{scroll-snap-type:y mandatory;scroll-padding-top:var(--header-h)}html.homeSnap .landingSection,body.homeSnap .landingSection{scroll-snap-align:start;scroll-snap-stop:always}@media (max-width: 900px){html.homeSnap,body.homeSnap{scroll-snap-type:none;overscroll-behavior-y:auto}html.homeSnap .landingSection,body.homeSnap .landingSection,html.homeSnap .footer,body.homeSnap .footer{scroll-snap-align:none;scroll-snap-stop:normal}html.pageFooterSnap,body.pageFooterSnap{scroll-snap-type:none;overscroll-behavior-y:auto}html.pageFooterSnap .mainContent.boxed,body.pageFooterSnap .mainContent.boxed,html.pageFooterSnap .footer,body.pageFooterSnap .footer{scroll-snap-align:none;scroll-snap-stop:normal}}.landingSection{position:relative;overflow:visible;width:100%;min-height:calc(100svh - var(--header-h));height:auto;padding-top:0;display:flex;color:inherit}.sectionInner{position:relative;z-index:1;width:100%;max-width:1100px;margin:0 auto;padding:0 var(--page-pad);padding-top:clamp(16px,2.6vh,30px);padding-bottom:clamp(16px,2.6vh,30px);min-height:calc(100svh - var(--header-h));display:flex;flex-direction:column;justify-content:center}.sectionTitle{margin:0 auto 12px;width:100%;font-size:var(--fs-title);color:var(--c-black);line-height:1.15;font-family:var(--font-title);max-width:var(--text-max)}.sectionEyebrow{margin:0 auto 8px;width:100%;max-width:var(--text-max);font-family:var(--font-title);font-size:13px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#6a9fa8}.landingSection#welcome .sectionTitle{white-space:pre-line;text-align:center}section#pricing .sectionTitle{white-space:pre-line}section#pricing .sectionInner{max-width:1240px}section#pricing .sectionBody{max-width:1100px}.sectionBody{width:100%;margin:0 auto;max-width:var(--text-max);font-family:var(--font-body);font-size:var(--fs-body);color:var(--c-black);line-height:var(--lh-body)}.placeholderGrid,.page{max-width:var(--text-max)}.page,.placeholderGrid{margin-inline:auto}.sectionBody p{margin:0}.sectionBody p,.sectionBody li{color:inherit}.shade1{background:#e9f1f6}.shade2{background:#fff}.shade3{background:#c8d9e6}.shade4{background:#b2d5e2}.shade5{background:#e9f1f6}.shade6{background:#fff}.shade7{background:#c8d9e6}.shade8{background:#b2d5e2}.shade9{background:#e9f1f6}.pricingCard{background:#fffffff2;color:#111}.pricingGrid{--pricing-subtitle-height: 3.2em ;margin-top:16px}.sectionBody .pricingPromo{margin:0 auto;width:min(var(--text-max),100%);max-width:var(--text-max);text-align:left;font-family:var(--font-title);font-size:clamp(22px,2vw,30px);font-weight:700;line-height:1.2;color:#0ea7a5;background:linear-gradient(90deg,#0ea7a5,#2f80ed,#f2994a);-webkit-background-clip:text;background-clip:text;color:transparent;-webkit-text-fill-color:transparent}.welcomeLead{margin:0 auto;max-width:46ch;width:min(46ch,100%);text-align:center;transform:none}.welcomeActions{margin-top:16px;display:flex;justify-content:center;align-items:center;gap:12px;flex-wrap:wrap}.welcomeActions .primaryBtn{margin-top:0;min-width:clamp(132px,18vw,180px);padding:8px 14px;font-size:clamp(14px,1.05vw,16px);font-weight:700;background:#fff;border-color:#fff;color:var(--c-black);transition:background-color .26s ease,border-color .26s ease,color .26s ease}.welcomeActions .primaryBtn:not(.welcomeHowBtn){border-width:2px;border-color:var(--btn)}.welcomeActions .primaryBtn:hover{background:#c8d9e6;border-color:#c8d9e6;color:var(--c-black)}.welcomeActions .primaryBtn:not(.welcomeHowBtn):hover{background:var(--btn);border-color:var(--btn);color:#fff}.welcomeActions .welcomeHowBtn{position:relative;background:var(--btn);border-color:var(--btn);color:#fff}.welcomeActions .welcomeHowBtn:after{content:"";position:absolute;left:22px;right:22px;bottom:8px;height:2px;border-radius:999px;background:currentColor;transform-origin:left center;transform:scaleX(0);opacity:0;transition:transform .18s ease,opacity .18s ease;pointer-events:none}.welcomeActions .welcomeHowBtn:hover:after{opacity:1;transform:scaleX(1);animation:langUnderlineReveal .7s ease forwards}.howProcess{width:100%}.howProcessGrid{position:relative;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));column-gap:58px}.howProcessLine{position:absolute;left:36px;right:36px;top:36px;height:2px;background:#0ea7a547;z-index:0;pointer-events:none}.howProcessStep{position:relative;z-index:1}.howProcessConnector{display:none}.howProcessMarker{display:inline-flex;align-items:center;justify-content:center;width:72px;height:72px;border-radius:999px;border:2px solid rgba(14,167,165,.5);background-color:#fff;background-image:linear-gradient(#0ea7a5,#0ea7a5);background-repeat:no-repeat;background-position:left center;background-size:0% 100%;color:#243e50;font-family:var(--font-title);font-size:18px;font-weight:700;line-height:1;cursor:pointer;transition:background-size .22s ease,color .22s ease,border-color .22s ease}.howProcessMarker:hover{background-size:100% 100%;color:#fff;border-color:#0ea7a5}@keyframes howProcessMarkerActivate{0%{background-size:0% 100%;color:#243e50;border-color:#0ea7a580}65%{color:#243e50}to{background-size:100% 100%;color:#fff;border-color:#0ea7a5}}@keyframes howProcessMarkerActivateVertical{0%{background-size:100% 0%;color:#243e50;border-color:#0ea7a580}65%{color:#243e50}to{background-size:100% 100%;color:#fff;border-color:#0ea7a5}}@keyframes howProcessConnectorGrow{0%{transform:scaleY(0)}to{transform:scaleY(1)}}@media (min-width: 901px){.howProcess.desktopSequence.sequenceActive .howProcessMarker{animation:howProcessMarkerActivate .8s linear forwards;animation-delay:var(--marker-delay, 0ms)}}.howProcessHeadline{margin:28px 0 10px}.howProcessBody{margin:0;color:var(--c-small);max-width:30ch}.howProcess.mobileDeviceTimeline .howProcessGrid{--how-mobile-gap: 20px;grid-template-columns:1fr;row-gap:var(--how-mobile-gap)}.howProcess.mobileDeviceTimeline .howProcessLine{display:none}.howProcess.mobileDeviceTimeline .howProcessStep{display:grid;grid-template-columns:34px minmax(0,1fr);grid-template-areas:"marker headline" "marker body";column-gap:12px;row-gap:4px;align-items:start}.howProcess.mobileDeviceTimeline .howProcessMarker{width:34px;height:34px;font-size:14px;grid-area:marker;align-self:center;justify-self:center;cursor:default;background-position:center top;background-size:100% 0%}.howProcess.mobileDeviceTimeline .howProcessConnector{display:block;position:absolute;left:17px;top:var(--connector-top, calc(50% + 17px) );height:var(--connector-length, var(--how-mobile-gap));width:2px;border-radius:999px;background:#000;transform:scaleY(0);transform-origin:top center;pointer-events:none}.howProcess.mobileDeviceTimeline .howProcessStep:last-child .howProcessConnector{display:none}.howProcess.mobileDeviceTimeline .howProcessHeadline{grid-area:headline;margin:0 0 2px}.howProcess.mobileDeviceTimeline .howProcessBody{grid-area:body;margin:0;max-width:none}.howProcess.mobileDeviceTimeline.sequenceActive .howProcessMarker{animation:howProcessMarkerActivateVertical .65s linear forwards;animation-delay:var(--marker-delay, 0ms)}.howProcess.mobileDeviceTimeline.sequenceActive .howProcessConnector{animation:howProcessConnectorGrow .45s linear forwards;animation-delay:var(--connector-delay, .65s)}@media (max-width: 900px){.howProcess:not(.mobileDeviceTimeline) .howProcessGrid{grid-template-columns:repeat(3,minmax(0,1fr))}}.problemsList li{position:relative;padding:10px 28px 10px 0;border-bottom:1px solid #0EA7A5;cursor:pointer}.problemsList li::marker{color:#0ea7a5}.problemsList li:last-child{border-bottom:0}.problemsList li:after{content:"";position:absolute;right:6px;top:50%;width:8px;height:8px;border-right:2px solid #0EA7A5;border-bottom:2px solid #0EA7A5;opacity:0;transform:translateY(-60%) rotate(45deg);transition:opacity .18s ease,transform .18s ease;pointer-events:none}.problemsList li:hover:after{opacity:1;transform:translateY(-45%) rotate(45deg)}.problemsAccordion li{padding:10px 0;cursor:default}.problemsAccordion li:after{content:none}.problemsAccordionToggle{position:relative;width:100%;border:0;background:transparent;padding:0 28px 0 0;text-align:left;color:inherit;font:inherit;cursor:pointer}.problemsAccordionToggle:after{content:"";position:absolute;right:6px;top:50%;width:8px;height:8px;border-right:2px solid #0EA7A5;border-bottom:2px solid #0EA7A5;opacity:0;transform:translateY(-60%) rotate(45deg);transition:opacity .18s ease,transform .18s ease;pointer-events:none}.problemsAccordionItem:hover .problemsAccordionToggle:after,.problemsAccordionItem.isOpen .problemsAccordionToggle:after{opacity:1;transform:translateY(-45%) rotate(45deg)}.problemsAccordionItem.isOpen .problemsAccordionToggle:after{transform:translateY(-40%) rotate(-135deg)}.problemsAccordionTitle{position:relative;display:inline-block}.problemsAccordionTitle:after{content:"";position:absolute;left:0;right:0;bottom:-2px;height:2px;border-radius:999px;background:currentColor;transform-origin:left center;transform:scaleX(0);opacity:0;transition:transform .18s ease,opacity .18s ease;pointer-events:none}.problemsAccordionItem:hover .problemsAccordionTitle:after,.problemsAccordionToggle:focus-visible .problemsAccordionTitle:after{opacity:1;transform:scaleX(1);animation:langUnderlineReveal .7s ease forwards}.problemsAccordionToggle:focus-visible{outline:none;box-shadow:0 0 0 3px #0ea7a53d;border-radius:6px}.problemsAccordionPanel{display:grid;grid-template-rows:0fr;opacity:0;margin-top:0;transition:grid-template-rows .24s ease,opacity .22s ease,margin-top .22s ease}.problemsAccordionItem.isOpen .problemsAccordionPanel{grid-template-rows:1fr;opacity:1;margin-top:8px}.problemsAccordionPanelInner{overflow:hidden}.problemsAccordionText{margin:0;color:var(--c-small)}.byDesignTitle{margin:0 0 18px}.dontDoHeadline{font-family:var(--font-body);font-size:var(--fs-body);font-weight:600;color:var(--c-black);margin:0}.dontDoBullets{margin:14px 0 0;padding-left:1.2rem;list-style:disc}.dontDoBullet{margin:0 0 18px;padding-bottom:12px;border-bottom:1px solid #0EA7A5}.dontDoBullet:last-child{margin-bottom:0;padding-bottom:0;border-bottom:0}.dontDoSmall{margin:6px 0 0}.divideWrap{display:flex;flex-direction:column;gap:10px}.divideHeadline{margin-top:10px}.divideBody,.divideSmall,.divideBullets{margin:0}section#how-we-divide .sectionInner{padding-top:clamp(10px,1.4vh,15px);padding-bottom:clamp(10px,1.4vh,15px)}section#how-we-divide .sectionTitle{font-size:clamp(38px,2.9vw,46px);margin-bottom:8px;max-width:940px}section#how-we-divide .sectionBody{max-width:940px;font-size:clamp(16.2px,1.2vw,18.2px);line-height:1.47}section#how-we-divide .divideWrap{gap:7px}section#how-we-divide .divideHeadline{margin-top:6px;font-size:clamp(24.5px,1.9vw,28.5px);color:#44a6b5}section#how-we-divide .divideBullets{padding-left:1rem}section#how-we-divide .divideBullets li{margin:4px 0;line-height:1.38}section#how-we-divide .divideFramedCard{background:#e9f1f6;border-width:5px;transform:translate(-10px)}.animFadeUp{opacity:0;transform:translateY(14px);will-change:opacity,transform}.animFadeUp.isVisible{animation:fadeUp .79s ease both}@keyframes fadeUp{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion: reduce){.animFadeUp.isVisible{animation:fadeUp .79s ease both}}.highlightRed{color:#004554!important}.trustGrid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));column-gap:28px;row-gap:12px;margin:0;padding:0;list-style:none}.trustCard{border-width:3px;white-space:pre-line;transition:border-color .2s ease,box-shadow .2s ease}.trustCard:hover{border-color:#0ea7a5;box-shadow:0 1px 6px #0000000f,inset 0 0 0 2px #0ea7a5}.trustHeadline{margin:0;font-family:var(--font-title);font-size:var(--fs-small);font-weight:700;line-height:1.3;color:var(--c-black)}.trustHeadline:before{content:"• "}.trustBody{margin:8px 0 0;font-family:var(--font-body);font-size:var(--fs-small);line-height:var(--lh-body);color:var(--c-small);text-align:start}.trustBody strong{font-weight:700}.trustGrid li{margin:0}.trustMobileList{margin:0;padding-left:1.1rem;list-style:disc}.trustMobileItem{margin:0 0 14px}.trustMobileItem:last-child{margin-bottom:0}.trustMobilePoint{margin:0}.trustMobilePoint:before{content:none}.trustMobileBody{margin:8px 0 0}@media (max-width: 900px){.trustGrid{grid-template-columns:1fr}}.pricingPlanTitle{font-family:var(--font-title);font-size:var(--fs-h1);line-height:1.2;color:var(--c-black);margin:0}.pricingPrice{color:#004554;font-weight:700}.pricingSubtitle{font-family:var(--font-body);font-size:var(--fs-body);color:var(--c-black);margin:8px 0 10px}.pricingLabel{font-weight:600;margin:6px 0}.pricingBlock .bulletList{margin:0}:root{--c-accent: #009688}.pricingPlanName{font-family:var(--font-title);font-size:var(--fs-h1);line-height:1.2;color:var(--c-black);margin:0 0 6px}.pricingPrice{font-family:var(--font-title);font-size:clamp(34px,2.8vw,40px);line-height:1.1;color:var(--c-accent);font-weight:700;margin:0}.pricingTax{margin-top:4px}.pricingSubtitle{font-family:var(--font-body);font-size:var(--fs-body);color:var(--c-black);margin:10px 0 12px}.pricingList{list-style:none;padding-left:0;margin:0}.pricingList li{position:relative;padding-left:1.6rem;margin:10px 0}.pricingList li:before{content:"✓";position:absolute;left:0;top:.05em;color:var(--c-accent);font-weight:700}section#how-we-divide.landingSection{background-color:#e9f1f6}body.homeSnap .shade1{background:transparent}.pricingCard{display:flex;flex-direction:column;gap:8px;padding:12px}.pricingGrid.pricingGridMobileStack{grid-template-columns:minmax(0,1fr);justify-items:center}.pricingGrid.pricingGridMobileStack .pricingCard{width:min(100%,520px);gap:4px}.pricingGrid.pricingGridMobileStack .pricingSubtitle{margin-bottom:2px;min-height:0}.pricingGrid.pricingGridMobileStack .pricingLabel{margin:1px 0 2px}.pricingGrid.pricingGridMobileStack .pricingBlock{margin-top:0}.pricingPlanTitle{display:flex;align-items:baseline;gap:.35rem;flex-wrap:wrap}.pricingSubtitle{margin:6px 0 8px;text-align:justify;text-justify:inter-word;white-space:pre-line;min-height:var(--pricing-subtitle-height, 3.2em );max-width:100%;overflow-wrap:anywhere}.pricingSubtitleLine{display:block;max-width:100%}.pricingSubtitleForced .pricingSubtitleLine{white-space:normal}.pricingLabel{margin:4px 0;text-align:justify;text-justify:inter-word}.pricingBlock{text-align:justify;text-justify:inter-word}.pricingList li{margin:6px 0;font-size:var(--fs-small);line-height:1.35;text-align:justify;text-justify:inter-word;white-space:pre-line}.pricingOrderBtn{position:relative;margin-top:auto;width:min(100%,240px);align-self:center;padding:8px 12px;transition:background-color .26s ease,border-color .26s ease,color .26s ease}.pricingOrderBtn:hover{background:#c8d9e6;border-color:#c8d9e6;color:var(--c-black)}@media (min-width: 901px){.pricingOrderBtn:after{content:"";position:absolute;left:18px;right:18px;bottom:8px;height:2px;border-radius:999px;background:currentColor;transform-origin:left center;transform:scaleX(0);opacity:0;transition:transform .18s ease,opacity .18s ease;pointer-events:none}.pricingOrderBtn:hover:after,.pricingOrderBtn:focus-visible:after{opacity:1;transform:scaleX(1);animation:langUnderlineReveal .7s ease forwards}}@media (max-width: 760px){:root{--page-pad: 12px}.chatSessionTerminatedActionBtn{width:100%}body.chatPageBody .chatPageHeader{display:none}body.chatPageBody .chatPageStatus{flex-wrap:wrap;gap:8px}body.chatPageBody .chatMobileAssistantBtn{display:inline-flex;align-items:center;justify-content:center;border:1px solid rgba(255,255,255,.38);border-radius:999px;background:#315787f2;color:#f5f9ff;font-family:var(--font-body);font-size:12px;font-weight:600;line-height:1;padding:6px 10px;cursor:pointer}body.chatPageBody{--chat-page-vpad: 0px}body.chatPageBody .mainContent.boxed{min-height:calc(100svh - var(--header-h));min-height:calc(100dvh - var(--header-h));padding:0}body.chatPageBody .boxedInner{min-height:calc(100svh - var(--header-h));min-height:calc(100dvh - var(--header-h));max-width:100%}body.chatPageBody .chatPageWrap{width:100%;height:calc(100svh - var(--header-h));height:calc(100dvh - var(--header-h));min-height:calc(100svh - var(--header-h));min-height:calc(100dvh - var(--header-h))}.header{padding:0 var(--page-pad) 10px;z-index:41}.headerPromo{margin-bottom:6px;padding:3px 8px;font-size:11px;line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.headerInner{min-height:44px;gap:8px;justify-content:space-between}.mobileMenuToggle{display:inline-flex;justify-content:center;align-items:center;gap:0;width:36px;height:36px;border:1px solid rgba(14,167,165,.42);border-radius:10px;background:#ffffffeb;cursor:pointer;padding:0;position:relative;z-index:44;transition:width .18s ease;overflow:visible}.mobileMenuToggle.isOpen{width:64px;gap:6px}.mobileMenuBars{display:inline-flex;flex-direction:column;align-items:center;justify-content:center;gap:4px}.mobileMenuBars span{display:block;width:16px;height:2px;border-radius:999px;background:#004554}.mobileMenuOpenContent{display:inline-flex;align-items:center;gap:6px}.mobileMenuToggleGlyph{display:inline-block;font-family:var(--font-title);font-size:18px;font-weight:700;line-height:1;color:#004554}.mobileMenuToggleLogo{width:14px;height:14px;object-fit:contain;flex:0 0 auto}.headerLeft{position:absolute;left:50%;transform:translate(-50%);margin:0;gap:0;flex-wrap:nowrap;z-index:1}.brandLogo{height:40px}.headerRight{gap:8px;min-width:auto;flex-wrap:nowrap;flex:0 0 auto;justify-content:flex-end;margin-left:auto;z-index:2}.nav,.chatCta,.langSwitch{display:none}.accountMenuWrap{display:inline-flex}.accountCta{padding:0;width:34px;height:34px;border-radius:999px;background:#ffffffeb}.accountCta.loggedIn{background:var(--btn)}.accountIcon{width:22px;height:22px}.mobileDrawerHeader{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:12px;padding:0 2px 4px}.mobileDrawerHeaderLeft{display:inline-flex;align-items:center;gap:8px}.mobileDrawerClose{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:10px;border:1px solid rgba(14,167,165,.42);background:#fffffff5;color:#004554;font-family:var(--font-title);font-size:22px;font-weight:700;line-height:1;cursor:pointer;padding:0}.mobileDrawerClose:focus-visible{outline:none;box-shadow:0 0 0 3px var(--btn-focus)}.mobileDrawerLogoLink{display:inline-flex;align-items:center;text-decoration:none}.mobileDrawerLogo{display:block;width:auto;height:36px}.mobileLangMenuWrap{position:relative;display:inline-flex;z-index:3}.mobileLangMenuInDrawer{margin-left:auto;z-index:46}.mobileLangTrigger{position:relative;display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:999px;border:2px solid var(--btn);background:var(--btn);color:#fff;cursor:pointer;padding:0;transition:background-color .26s ease,border-color .26s ease,color .26s ease}.mobileLangCurrent{font-family:var(--font-title);font-size:11px;font-weight:700;line-height:1;letter-spacing:.3px}.mobileLangTrigger:hover{background:#c8d9e6;border-color:#c8d9e6;color:var(--c-black)}.mobileLangTrigger:focus-visible{outline:none;box-shadow:0 0 0 3px var(--btn-focus)}.mobileLangTrigger.isOpen{box-shadow:0 0 0 3px var(--btn-focus)}.mobileLangPanel{position:absolute;top:calc(100% + 7px);right:0;min-width:42px;padding:4px;border-radius:10px;border:1px solid #dce7e7;background:#fff;box-shadow:0 10px 22px #05121e2e;z-index:45}.mobileLangOption{width:100%;border:0;border-radius:7px;background:transparent;color:#123;font-family:var(--font-title);font-size:12px;font-weight:700;line-height:1;padding:7px 8px;text-align:center;cursor:pointer}.mobileLangOption:active,.mobileLangOption:focus-visible{background:#0ea7a524;outline:none}.mobileChatCta{position:relative;display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:999px;border:2px solid var(--btn);background:var(--btn);color:#fff;text-decoration:none;font-family:var(--font-title);font-size:17px;font-weight:700;line-height:1;transition:background-color .26s ease,border-color .26s ease,color .26s ease}.mobileChatCta:after{content:"";position:absolute;left:10px;right:10px;bottom:7px;height:2px;border-radius:999px;background:currentColor;transform-origin:left center;transform:scaleX(0);opacity:0;transition:transform .18s ease,opacity .18s ease;pointer-events:none}.mobileChatCta:hover{background:#c8d9e6;border-color:#c8d9e6;color:var(--c-black)}.mobileChatCta:hover:after,.mobileChatCta:focus-visible:after,.mobileChatCta:active:after{opacity:1;transform:scaleX(1);animation:langUnderlineReveal .7s ease forwards}.mobileChatCta.active{box-shadow:0 0 0 3px var(--btn-focus)}.mobileMenuBackdrop{display:block;position:fixed;top:0;right:0;bottom:0;left:0;z-index:42;border:0;margin:0;padding:0;background:#10202b57;opacity:0;pointer-events:none;transition:opacity .22s ease}.mobileMenuBackdrop.isOpen{opacity:1;pointer-events:auto}.mobileNavDrawer{display:block;position:fixed;top:0;left:0;z-index:43;width:min(82vw,320px);height:100svh;height:100dvh;padding-top:max(calc(env(safe-area-inset-top) + 8px),calc(var(--header-h, 72px) - 50px));padding-right:14px;padding-bottom:18px;padding-left:14px;background:#fff;border-right:1px solid #dce7e7;box-shadow:14px 0 28px #05121e2e;transform:translate(-103%);transition:transform .27s ease}.mobileNavDrawer.isOpen{transform:translate(0)}.mobileNavLinks{display:flex;flex-direction:column;gap:8px}.mobileNavLink{display:inline-flex;align-items:center;gap:8px;text-decoration:none;color:#123;font-family:var(--font-title);font-size:18px;line-height:1.25;padding:10px 12px;border-radius:10px;background:#f2f8fb}.mobileNavLinkPrefix{color:#0ea7a5;font-weight:700;line-height:1}.mobileNavLinkLabel{display:inline-block}.mobileNavLink.active{background:#f2f8fb;color:#123}.mobileNavLink:active{transform:translateY(1px)}.primaryBtn{max-width:100%;padding:8px 12px;font-size:15px}}@media (max-width: 768px) and (min-width: 761px){.brandLogo{height:75.6px}.headerRight{gap:4px}.nav{gap:5px}.langSwitch{width:92px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.langBtn{display:inline-flex;align-items:center;justify-content:center;min-width:0;padding:6px 0;text-align:center}.langBtn:after{left:8px;right:8px}}@media (max-width: 420px){.brandLogo{height:34px}.mobileMenuToggle,.mobileLangTrigger,.mobileChatCta{width:34px;height:34px}}
