/* Shared navigation and editorial subpages. The approved homepage remains intact. */
html { scroll-padding-top: 100px; }
.site-header { position: fixed; z-index: 20; height: 84px; gap: 28px; }
.site-header::before { content: ""; position: absolute; z-index: -1; inset: 0 calc((100vw - 100%) / -2); background: rgba(8,14,19,.9); border-bottom: 1px solid rgba(235,242,247,.1); backdrop-filter: blur(18px); }
.main-nav { gap: 25px; }
.header-tools { display: flex; align-items: center; gap: 18px; }
.mobile-navigation { display: none; }
.mobile-navigation > summary { list-style: none; width: 44px; height: 44px; display: grid; place-items: center; border: 1px solid #66757e; border-radius: 6px; color: var(--white); }
.mobile-navigation > summary::-webkit-details-marker { display: none; }
.mobile-navigation summary svg { width: 23px; height: 23px; fill: none; stroke: currentColor; stroke-width: 1.5; stroke-linecap: round; }
.mobile-navigation summary .close-icon { display: none; }
.mobile-navigation[open] summary { color: var(--cyan); border-color: var(--cyan); }
.mobile-navigation[open] .menu-icon { display: none; }
.mobile-navigation[open] .close-icon { display: block; }
.mobile-nav-panel { position: absolute; top: calc(100% + 8px); right: 0; width: min(420px,100%); max-height: calc(100dvh - 100px); overflow-y: auto; overscroll-behavior: contain; padding: 18px 26px; background: #101b22; border: 1px solid #526671; border-radius: 8px; box-shadow: 0 24px 60px #0009; }
.mobile-nav-panel > a { display: flex; align-items: center; min-height: 64px; padding-block: 14px; border-bottom: 1px solid var(--line); font-size: 24px; font-weight: 550; line-height: 1.25; letter-spacing: -.035em; overflow-wrap: anywhere; }
.mobile-nav-panel a:hover, .mobile-nav-panel a[aria-current="page"] { color: var(--cyan); }
.mobile-nav-legal { display: flex; flex-wrap: wrap; gap: 0 24px; padding-top: 14px; }
.mobile-nav-legal a { display: inline-flex; align-items: center; min-height: 44px; font-size: 14px; line-height: 1.4; }
.mobile-nav-panel a:focus-visible { outline-offset: 2px; }
.language-switch { position: relative; color-scheme: dark; flex-shrink: 0; }
.language-switch > summary { list-style: none; display: flex; align-items: center; justify-content: center; gap: 7px; min-height: 44px; padding: 8px 10px; border: 1px solid #66757e; border-radius: 6px; font-size: 12px; font-weight: 600; color: var(--white); }
.language-switch > summary::-webkit-details-marker { display: none; }
.language-switch > summary svg { width: 17px; height: 17px; fill: none; stroke: currentColor; stroke-width: 1.4; }
.language-switch > summary .language-chevron { width: 12px; height: 8px; flex: 0 0 12px; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.language-switch[open] > summary { border-color: var(--cyan); color: var(--cyan); }
.language-options { position: absolute; right: 0; top: calc(100% + 12px); display: grid; grid-template-columns: 1fr 1fr; gap: 3px; padding: 12px; width: 342px; max-width: calc(100vw - 32px); max-height: calc(100dvh - 100px); overflow-y: auto; background: #13212b; border: 1px solid #526671; border-radius: 9px; box-shadow: 0 20px 60px #0009; }
.language-options a { display: flex; align-items: center; justify-content: space-between; gap: 8px; min-height: 44px; padding: 10px 12px; font-size: 14px; border-radius: 4px; }
.language-options a:hover, .language-options a[aria-current] { background: #233946; color: #80d9fc; }
.language-options a:focus-visible { outline-offset: -3px; }
.device-link .text-link { margin-top: 24px; }
.footer-bottom nav { flex-wrap: wrap; row-gap: 14px; }
.footer-bottom a { display: inline-flex; align-items: center; min-height: 44px; }
.support-hero, .legal-hero { padding-top: 168px; padding-bottom: 80px; }
.support-hero .section-index, .legal-kicker { color: var(--cyan); }
.support-hero h1 { font-size: clamp(50px, 6.4vw, 94px); max-width: 1050px; letter-spacing: -.06em; line-height: 1.03; overflow-wrap: anywhere; }
.support-lead { font-size: 25px; line-height: 1.5; margin-top: 36px; max-width: 750px; }
.support-intro { margin-top: 20px; max-width: 690px; color: var(--muted); font-size: 17px; line-height: 1.75; }
.support-date { color: #a6b7c2; margin-top: 28px; font-size: 12px; line-height: 1.6; }
.support-body { padding-block: 0 20px; }
.support-section { padding-block: 80px; border-bottom: 1px solid var(--paper-line); }
.support-section:last-child { border-bottom: 0; }
.support-section h2 { max-width: 1000px; font-size: clamp(40px, 4.6vw, 66px); overflow-wrap: anywhere; }
.support-section .section-lead { max-width: 850px; font-size: 21px; }
.support-section h3 { font-size: 23px; line-height: 1.3; letter-spacing: -.035em; font-weight: 600; }
.support-section p:not(.section-index):not(.section-lead) { font-size: 16px; line-height: 1.8; color: #4c5b61; }
.device-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 36px; margin-top: 60px; }
.device-family { border-top: 1px solid #9eacae; padding-top: 22px; }
.device-number { font: italic 66px/1 var(--serif); letter-spacing: -.05em; color: #52727d; display: block; margin-bottom: 30px; }
.device-family ul { list-style: none; padding: 0; margin: 20px 0 0; }
.device-family li { font-size: 16px; line-height: 1.6; padding-block: 9px; border-bottom: 1px solid #d5d9d5; }
.support-note { margin-top: 50px; padding: 28px 32px; border-left: 3px solid #29718a; background: #e5ebe8; }
.support-note p { margin-top: 12px; }
.support-columns { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; margin-top: 50px; }
.support-columns p { margin-top: 14px; }
.setup-steps { list-style: none; counter-reset: setup; margin: 50px 0 0; padding: 0; }
.setup-steps li { counter-increment: setup; position: relative; padding: 30px 0 30px 95px; border-top: 1px solid var(--paper-line); }
.setup-steps li::before { content: "0" counter(setup); position: absolute; left: 0; top: 26px; color: #52727d; font: italic 38px var(--serif); }
.setup-steps p { max-width: 850px; margin-top: 12px; }
.support-section .faq-list { max-width: 950px; margin-top: 46px; }
.support-sources > p:not(.section-index) { max-width: 830px; margin-top: 24px; }
.support-sources ul { margin: 25px 0 0; padding-left: 22px; }
.support-sources li { padding-block: 7px; font-size: 15px; line-height: 1.6; }
.support-sources a, .legal-article a { color: #185f77; text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 4px; }
.support-sources a:hover, .legal-article a:hover { color: #09394a; }
.support-sources .text-link { margin-top: 28px; }
.legal-main { background: #0a141b; color: var(--white); color-scheme: dark; }
.legal-hero { position: relative; isolation: isolate; color: var(--white); }
.legal-hero::before { content: ""; position: absolute; z-index: -1; inset: 0 calc((100vw - 100%) / -2); background: linear-gradient(90deg, var(--night) 10%, rgba(8,14,19,.94) 40%, rgba(8,14,19,.22) 100%), linear-gradient(0deg, #0a141b 0%, transparent 58%), url('assets/talori-doorstep-editorial-v3.webp') right bottom / auto calc(100% - 84px) no-repeat; }
.legal-kicker { font-size: 11px; text-transform: uppercase; letter-spacing: .13em; font-weight: 600; margin-bottom: 32px; }
.legal-hero h1 { font-size: clamp(48px, 6.5vw, 94px); max-width: 1000px; line-height: 1.1; letter-spacing: -.06em; overflow-wrap: anywhere; }
.legal-hero h1 em { font-size: 1em; letter-spacing: -.055em; }
.legal-summary { font-size: 21px; line-height: 1.6; color: #c3cdd2; max-width: 680px; margin-top: 30px; }
.legal-summary strong { font-weight: 500; color: var(--white); }
.legal-meta { font-size: 12px; line-height: 1.6; color: #a6b7c2; margin-top: 22px; }
.legal-content { display: grid; grid-template-columns: 215px minmax(0,700px); justify-content: center; gap: 70px; padding-block: 64px 105px; border-top: 1px solid var(--line); }
.legal-toc { position: sticky; top: 120px; align-self: start; display: flex; flex-direction: column; }
.legal-index > summary { list-style: none; display: flex; align-items: center; justify-content: space-between; min-height: 44px; padding-bottom: 10px; font-size: 12px; text-transform: uppercase; letter-spacing: .1em; color: var(--cyan); }
.legal-index > summary::-webkit-details-marker { display: none; }
.legal-index summary svg { width: 19px; height: 19px; fill: none; stroke: currentColor; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }
.legal-index[open] summary svg { transform: rotate(180deg); }
.legal-index nav { display: flex; flex-direction: column; }
.legal-toc a { border-top: 1px solid var(--line); padding: 15px 0; min-height: 44px; font-size: 14px; line-height: 1.4; color: #b5c1c8; }
.legal-toc a:hover { color: var(--cyan); }
.legal-section { padding-block: 0 45px; margin-bottom: 36px; border-bottom: 1px solid var(--line); }
.legal-section:last-child { border: 0; margin: 0; padding: 0; }
.legal-article h2 { font-size: clamp(28px,3.2vw,40px); line-height: 1.16; letter-spacing: -.04em; margin-bottom: 25px; overflow-wrap: anywhere; }
.legal-article h3 { font-size: 21px; line-height: 1.3; font-weight: 600; letter-spacing: -.025em; margin: 32px 0 14px; }
.legal-article p { color: #b5c1c8; font-size: 17px; line-height: 1.85; margin-top: 17px; overflow-wrap: anywhere; }
.legal-article a { color: var(--cyan); }
.legal-article a:hover { color: var(--white); }
.legal-card { margin-block: 25px; padding: 25px 30px; background: #101f29; border-left: 2px solid var(--cyan); }
.legal-card p { margin: 0; }
.legal-card strong { color: var(--white); font-weight: 600; }
.legal-article h2, .legal-article h3, .legal-hero h1, .support-hero h1 { hyphens: auto; }
.page-privacy:lang(ru) .legal-hero h1 { font-size: clamp(28px,7.5vw,85px); }
/* Translated headlines may be longer; grid children must be allowed to shrink. */
.hero-copy, .hero-product, .section-intro, .ai-heading > *, .trust-copy, .pricing-heading > *, .faq-grid > * { min-width: 0; }
.hero h1, h2, .footer-top p { overflow-wrap: anywhere; }
@media (max-width: 1100px) {
  .site-header { gap: 20px; }
  .main-nav { gap: 17px; font-size: 12px; }
  .header-tools { gap: 12px; }
  .header-status { display: none; }
  .legal-content { grid-template-columns: 180px minmax(0,1fr); gap: 48px; }
}
@media (max-width: 1040px) {
  .site-header { height: 72px; gap: 16px; }
  .site-header .main-nav, .header-status { display: none; }
  .header-tools { margin-left: auto; gap: 10px; }
  .mobile-navigation { display: block; }
  .language-switch { position: static; }
  .language-options { top: calc(100% + 8px); max-width: 100%; }
}
@media (max-width: 760px) {
  html { scroll-padding-top: 86px; }
  .site-header { height: 72px; gap: 12px; }
  .site-header .brand { width: 106px; flex-basis: 106px; }
  .language-switch > summary { min-height: 44px; padding-inline: 8px; gap: 5px; }
  .language-options { right: 0; }
  .support-hero, .legal-hero { padding-top: 128px; padding-bottom: 54px; }
  .support-hero h1 { font-size: clamp(40px,9.5vw,63px); }
  .support-lead { font-size: 21px; margin-top: 27px; }
  .support-intro { font-size: 16px; }
  .support-section { padding-block: 55px; }
  .support-section .section-lead { font-size: 19px; }
  .support-section h2 { font-size: clamp(35px,8.2vw,52px); }
  .device-grid { gap: 32px; grid-template-columns: 1fr; margin-top: 35px; }
  .device-family { position: relative; padding-left: 68px; padding-top: 21px; }
  .device-number { position: absolute; left: 0; top: 21px; font-size: 42px; }
  .device-family ul { margin-top: 15px; }
  .support-note { margin-top: 35px; padding: 22px; }
  .support-columns { grid-template-columns: 1fr; gap: 32px; margin-top: 35px; }
  .setup-steps { margin-top: 35px; }
  .setup-steps li { padding-left: 58px; }
  .setup-steps li::before { font-size: 31px; }
  .support-section h3 { font-size: 21px; }
  .legal-hero h1 { font-size: clamp(40px,9.7vw,65px); }
  .legal-hero::before { background: linear-gradient(90deg, rgba(8,14,19,.92), rgba(8,14,19,.72)), linear-gradient(0deg, #0a141b, transparent), url('assets/talori-doorstep-editorial-v3.webp') 70% center / cover no-repeat; }
  .legal-summary { font-size: 18px; }
  .legal-content { display: block; padding-block: 35px 65px; }
  .legal-toc { position: static; display: block; margin-bottom: 38px; border-bottom: 1px solid var(--line); }
  .legal-index > summary { min-height: 48px; padding-bottom: 12px; font-size: 13px; }
  .legal-index nav { display: grid; grid-template-columns: 1fr 1fr; column-gap: 25px; padding-bottom: 12px; }
  .legal-toc a { font-size: 13px; }
  .legal-card { padding: 22px; }
  .legal-section { margin-bottom: 25px; padding-bottom: 35px; }
  .footer-bottom nav { column-gap: 20px; }
}
@media (max-width: 370px) {
  .site-header .brand { width: 90px; flex-basis: 90px; }
  .language-switch > summary svg { display: none; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
