:root {
  --language-switcher-bg: rgba(8, 8, 8, 0.92);
  --language-switcher-border: rgba(255, 255, 255, 0.24);
  --language-switcher-text: #fff;
  --language-switcher-accent: #c9000d;
}

html,
body,
body.t-body {
  min-height: 100%;
  background: #000;
}

/* Disable Tilda's legacy full-page fade.  Navigation stays a normal,
   immediate document transition and never exposes the browser's white canvas. */
.t-records,
.t-records_animated,
.t-records.t-records_visible {
  opacity: 1 !important;
  transition: none !important;
}

.site-skip-link {
  position: fixed;
  z-index: 100003;
  inset-block-start: 8px;
  inset-inline-start: 8px;
  padding: 10px 14px;
  color: #fff;
  background: #111;
  border: 2px solid #fff;
  border-radius: 8px;
  transform: translateY(-160%);
  transition: transform 160ms ease;
}

.site-skip-link:focus {
  transform: translateY(0);
}

.footer-map-link {
  color: inherit;
  text-decoration: underline;
  text-decoration-color: transparent;
  text-underline-offset: 0.18em;
  transition: text-decoration-color 180ms ease;
}

.footer-map-link:hover {
  text-decoration-color: currentColor;
}

.footer-map-link:focus-visible {
  outline: 2px solid #e30012;
  outline-offset: 4px;
  border-radius: 2px;
  text-decoration-color: currentColor;
}

.language-switcher {
  position: relative;
  z-index: 1002;
  flex: 0 0 auto;
  direction: ltr;
  color: var(--language-switcher-text);
  font-family: Montserrat, Arial, sans-serif;
  font-size: 13px;
  line-height: 1.2;
}

.t-menu-base__additionalwrapper > .language-switcher {
  margin-inline: 0;
}

.t-menu-base__additionalwrapper {
  column-gap: 16px !important;
}

.t-menu-base__additionalwrapper > .language-switcher .language-switcher__trigger {
  width: 50px;
  padding-inline: 5px;
}

.tmenu-mobile__container > .language-switcher {
  margin-inline-start: auto;
  margin-inline-end: 12px;
}

.localized-mobile-header__logo {
  display: none;
}

.language-switcher__trigger {
  display: inline-flex;
  box-sizing: border-box;
  min-width: 50px;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 7px 11px;
  color: inherit;
  background: transparent;
  border: 0;
  border-radius: 999px;
  cursor: pointer;
}

.language-switcher__trigger svg {
  transition: transform 180ms ease;
}

.language-switcher__trigger[aria-expanded="true"] svg {
  transform: rotate(180deg);
}

.language-switcher__trigger:focus-visible,
.language-switcher__menu a:focus-visible {
  outline: 3px solid #fff;
  outline-offset: 2px;
}

.language-switcher__menu {
  position: absolute;
  inset-block-start: calc(100% + 8px);
  inset-inline-start: 0;
  min-width: 174px;
  margin: 0;
  padding: 6px;
  list-style: none;
  background: var(--language-switcher-bg);
  border: 1px solid var(--language-switcher-border);
  border-radius: 12px;
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.32);
  backdrop-filter: blur(10px);
}

.language-switcher__menu a {
  display: flex;
  align-items: center;
  gap: 9px;
  min-height: 44px;
  box-sizing: border-box;
  padding: 10px 12px;
  color: inherit;
  text-decoration: none;
  border-radius: 8px;
}

.language-switcher__menu li + li {
  margin-top: 4px;
}

.language-switcher__code {
  min-width: 24px;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  unicode-bidi: isolate;
}

.language-switcher__name {
  flex: 1;
  line-height: 1.3;
}

.language-switcher__menu a:hover,
.language-switcher__menu a[aria-current="page"] {
  background: var(--language-switcher-accent);
}

/* The export contains an absolute desktop header and a fixed copy that starts
   at its data-appearoffset. Keep the fixed copy out of the render tree below
   that threshold; Tilda's timer-based exit animation otherwise overlaps the
   absolute header during a fast upward scroll. */
@media (min-width: 981px) {
  html.site-fixed-header-suppressed #rec2148940241 .t-menu-base {
    visibility: hidden !important;
    opacity: 0 !important;
    transform: translateY(-100%) !important;
    transition: none !important;
    animation: none !important;
    pointer-events: none !important;
  }
}

html[dir="rtl"] body,
html[dir="rtl"] #allrecords,
html[dir="rtl"] .t396__artboard,
html[dir="rtl"] .tn-group,
html[dir="rtl"] .t-menu-base__maincontainer {
  direction: ltr;
}

html[dir="rtl"] input,
html[dir="rtl"] textarea,
html[dir="rtl"] select {
  direction: rtl;
}

html[dir="rtl"] .t-title,
html[dir="rtl"] .t-descr,
html[dir="rtl"] .t-text,
html[dir="rtl"] .t-name,
html[dir="rtl"] .tn-elem[data-elem-type="text"] > .tn-atom,
html[dir="rtl"] .tn-atom__button-text,
html[dir="rtl"] .t-menu__link-item,
html[dir="rtl"] .t-form__inputsbox,
html[dir="rtl"] .news-card__body,
html[dir="rtl"] .article-page__content,
html[dir="rtl"] .currency-conversion-note,
html[dir="rtl"] .legal-translation-note {
  direction: rtl;
  unicode-bidi: plaintext;
  text-align: right;
}

/* Keep the card's flex geometry physical and stable. Only its copy is RTL. */
html[dir="rtl"] .localized-pricing-card__copy {
  direction: ltr;
}

html[dir="rtl"] .localized-pricing-card h3,
html[dir="rtl"] .localized-pricing-card p,
html[dir="rtl"] .localized-pricing-card__price span,
html[dir="rtl"] .localized-pricing-card__cta {
  direction: rtl;
  unicode-bidi: plaintext;
  text-align: right;
}

html[dir="rtl"] .tn-atom__button-text,
html[dir="rtl"] .t-btn,
html[dir="rtl"] .localized-pricing-card__cta {
  text-align: center;
}

.localized-price,
html[dir="rtl"] .localized-price {
  direction: ltr !important;
  unicode-bidi: isolate;
}

html[dir="rtl"] [href^="tel:"],
html[dir="rtl"] [href^="mailto:"],
html[dir="rtl"] input[type="tel"],
html[dir="rtl"] input[type="email"] {
  direction: ltr;
  unicode-bidi: isolate;
  text-align: left;
}

html[lang="zh-Hans"] .t-title,
html[lang="zh-Hans"] .t-descr,
html[lang="zh-Hans"] .t-text,
html[lang="zh-Hans"] .t-name,
html[lang="zh-Hans"] .tn-atom,
html[lang="zh-Hans"] .localized-pricing {
  font-family: "Microsoft YaHei", "PingFang SC", "Noto Sans CJK SC", sans-serif;
}

html[lang="ar"] .t-title,
html[lang="ar"] .t-descr,
html[lang="ar"] .t-text,
html[lang="ar"] .t-name,
html[lang="ar"] .tn-atom,
html[lang="ar"] .localized-pricing {
  font-family: Tahoma, "Segoe UI", Arial, sans-serif;
}

.legal-translation-note {
  position: relative;
  z-index: 2;
  max-width: 1120px;
  margin: 0 auto;
  padding: 18px 24px;
  color: #f5f5f5;
  background: #242424;
  border-inline-start: 4px solid #b5000c;
  font: 15px/1.5 Arial, sans-serif;
}

.localized-pricing {
  position: relative;
  overflow: hidden;
  padding: clamp(72px, 8vw, 118px) 20px clamp(76px, 8vw, 112px);
  color: #f5f5f5;
  background: #151515;
  font-family: Montserrat, Arial, sans-serif;
}

.localized-pricing__inner {
  width: min(100%, 1176px);
  margin: 0 auto;
}

.localized-pricing__title {
  margin: 0 0 clamp(42px, 5vw, 72px);
  color: #3e3e3e;
  font-size: clamp(60px, 10.5vw, 156px);
  font-weight: 400;
  line-height: 0.9;
  letter-spacing: -0.045em;
  overflow-wrap: anywhere;
}

.localized-pricing__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.localized-pricing-card {
  position: relative;
  display: flex;
  min-width: 0;
  min-height: 370px;
  box-sizing: border-box;
  overflow: hidden;
  padding: clamp(38px, 4vw, 60px);
  background: linear-gradient(135deg, #191919 0%, #111 100%);
  border: 1px solid rgba(255, 255, 255, 0.025);
  border-radius: 16px;
}

.localized-pricing-card__copy {
  position: relative;
  z-index: 2;
  display: flex;
  width: 58%;
  min-width: 0;
  flex-direction: column;
  align-items: flex-start;
}

.localized-pricing-card__copy--end {
  margin-inline-start: auto;
  align-items: flex-end;
  text-align: right;
}

.localized-pricing-card h3 {
  margin: 0 0 26px;
  font-size: clamp(19px, 1.65vw, 23px);
  font-weight: 400;
  line-height: 1.25;
}

.localized-pricing-card p {
  max-width: 310px;
  margin: 0;
  color: #f0f0f0;
  font-size: clamp(14px, 1.15vw, 17px);
  line-height: 1.35;
}

.localized-pricing-card__price {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 6px 9px;
  margin-top: auto;
  white-space: nowrap;
}

.localized-pricing-card__price .localized-price {
  color: #f4f4f4;
  font-size: clamp(34px, 3.1vw, 46px);
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.02em;
}

.localized-pricing-card__price span {
  font-size: 14px;
}

.localized-pricing-card__cta {
  display: inline-flex;
  min-width: 200px;
  min-height: 46px;
  box-sizing: border-box;
  align-items: center;
  justify-content: center;
  margin-top: 25px;
  padding: 10px 18px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  border: 1px solid #fff;
  border-radius: 15px;
  transition: color 180ms ease, background-color 180ms ease;
}

.localized-pricing-card__cta:hover {
  color: #111;
  background: #fff;
}

.localized-pricing-card__cta:focus-visible {
  outline: 3px solid #e30012;
  outline-offset: 3px;
}

.localized-pricing-card__visual {
  position: absolute;
  z-index: 1;
  inset-block-end: 22px;
  width: min(47%, 290px);
  height: auto;
  object-fit: contain;
  pointer-events: none;
}

.localized-pricing-card--visual-end .localized-pricing-card__visual {
  inset-inline-end: -2%;
}

.localized-pricing-card--visual-start .localized-pricing-card__visual {
  inset-inline-start: -2%;
}

.currency-conversion-note {
  margin: 24px 0 0;
  padding: 14px 18px;
  color: #d7d7d7;
  background: #202020;
  border-inline-start: 3px solid #b5000c;
  border-radius: 6px;
  font: 14px/1.5 Arial, sans-serif;
}

.currency-conversion-note--standalone {
  width: min(calc(100% - 40px), 1120px);
  box-sizing: border-box;
  margin: 32px auto 72px;
}

@media (max-width: 980px) {
  #t-header .t450__menu__content {
    top: 0 !important;
    right: 0 !important;
    left: 0 !important;
    display: flex;
    width: 100%;
    height: 78px;
    box-sizing: border-box;
    align-items: center;
    gap: 10px;
    padding: 8px 15px !important;
    background: #000;
  }

  #t-header .t450__burger_container {
    width: 48px;
    height: 48px;
    flex: 0 0 48px;
    margin-inline-start: auto;
  }

  .localized-mobile-header__logo {
    display: flex;
    width: 70px;
    height: 58px;
    flex: 0 0 70px;
    align-items: center;
    justify-content: flex-start;
  }

  .localized-mobile-header__logo img {
    display: block;
    width: 70px;
    height: auto;
    max-height: 58px;
    object-fit: contain;
  }

  .tmenu-mobile__container {
    overflow: visible !important;
  }

  .language-switcher__trigger {
    min-width: 44px;
    min-height: 44px;
    padding-inline: 9px;
  }

  .tmenu-mobile__container .language-switcher__menu {
    inset-inline-start: auto;
    inset-inline-end: 0;
  }
}

@media (max-width: 760px) {
  .localized-pricing {
    padding-inline: 14px;
  }

  .localized-pricing__grid {
    grid-template-columns: 1fr;
  }

  .localized-pricing-card {
    min-height: 350px;
  }
}

@media (max-width: 479px) {
  .localized-pricing {
    padding-block: 58px 72px;
  }

  .localized-pricing__title {
    margin-bottom: 36px;
    font-size: clamp(52px, 18vw, 78px);
  }

  .localized-pricing-card {
    min-height: 430px;
    padding: 30px 24px 172px;
  }

  .localized-pricing-card__copy,
  .localized-pricing-card__copy--end {
    width: 100%;
    align-items: flex-start;
    margin-inline-start: 0;
    text-align: start;
  }

  .localized-pricing-card__visual,
  .localized-pricing-card--visual-start .localized-pricing-card__visual,
  .localized-pricing-card--visual-end .localized-pricing-card__visual {
    inset-inline-start: 50%;
    inset-inline-end: auto;
    inset-block-end: 4px;
    width: min(70%, 260px);
    max-height: 175px;
    transform: translateX(-50%);
  }

  .localized-pricing-card__cta {
    width: 100%;
    min-width: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .site-skip-link,
  .language-switcher__trigger svg,
  .localized-pricing-card__cta {
    transition: none;
  }
}

.blog-hero-title__brand {
  display: inline-block;
  direction: ltr;
  unicode-bidi: isolate;
  white-space: nowrap;
}

html[dir="rtl"] .blog-hero-title__section,
html[dir="rtl"] .blog-hero-title__brand {
  display: block;
}

.news-grid {
  max-width: 1200px;
  margin: 0 auto;
  padding: 30px 20px 135px;
  color: #fff;
  background: #000;
  font-family: "Montserrat", Arial, sans-serif;
  font-synthesis: none;
}

.news-grid__visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.news-grid__list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 36px 30px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.news-card {
  min-width: 0;
}

.news-card__link {
  display: flex;
  height: 100%;
  flex-direction: column;
  color: #fff;
  text-decoration: none;
  border-radius: 12px;
  transition: transform 180ms ease, background-color 180ms ease;
}

.news-card__link:hover {
  transform: translateY(-3px);
  background: #111;
}

.news-card__link:focus-visible {
  outline: 3px solid #fff;
  outline-offset: 4px;
}

.news-card__image {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 12px;
}

.news-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 18px 14px 16px;
}

.news-card__category,
.article-page__category {
  margin-bottom: 10px;
  color: #d9d9d9;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.35;
}

.news-card__title {
  margin: 0 0 12px;
  font-size: clamp(18px, 1.45vw, 22px);
  font-weight: 700;
  line-height: 1.28;
  letter-spacing: -0.025em;
}

.news-card__excerpt {
  margin: 0 0 16px;
  color: #dedede;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.55;
}

.news-card__date {
  margin-top: auto;
  color: #bbb;
  font-size: 11px;
  font-weight: 600;
  line-height: 1.3;
}

.news-card__cta {
  align-self: flex-start;
  margin-top: 18px;
  padding: 10px 16px;
  background: #b5000c;
  border-radius: 9px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.25;
}

.news-grid__empty {
  margin: 40px 0;
  text-align: center;
}

.article-page {
  min-height: 70vh;
  padding: 150px 20px 100px;
  color: #fff;
  background: #000;
  font-family: "Montserrat", Arial, sans-serif;
  font-synthesis: none;
}

.article-page__content {
  max-width: 860px;
  margin: 0 auto;
}

.article-page h1 {
  margin: 0 0 20px;
  font-size: clamp(38px, 6vw, 72px);
  font-weight: 700;
  line-height: 1.06;
  letter-spacing: -0.025em;
}

.article-page__cover {
  width: 100%;
  max-height: 620px;
  margin: 34px 0;
  object-fit: cover;
  border-radius: 14px;
}

.article-page__translation-note {
  margin: 24px 0;
  padding: 14px 18px;
  color: #f4f4f4;
  background: #252525;
  border-inline-start: 4px solid #b5000c;
  border-radius: 6px;
}

.article-page__body {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.7;
}

html[lang="zh-Hans"] .news-grid,
html[lang="zh-Hans"] .article-page {
  font-family: "Microsoft YaHei", "Noto Sans SC", Arial, sans-serif;
}

html[lang="ar"] .news-grid,
html[lang="ar"] .article-page {
  font-family: Tahoma, Arial, sans-serif;
}

.article-page__body a {
  color: #ff5862;
}

.site-form-message_error {
  color: #fff;
  background: #8d0010;
}

@media (max-width: 800px) {
  .news-grid__list {
    grid-template-columns: 1fr;
  }

  .article-page {
    padding-block-start: 120px;
  }
}
