/* Kayra Patent multilingual header V6 — 2026-08-23.
 * Build-time component CSS for foreign child pages. The exact DOM shell is copied
 * from each language homepage; this file only scopes the approved homepage rules.
 */

html body .kayra-v6-shell-root[data-kayra-v6-page] > .topbar,
html body .kayra-v6-shell-root[data-kayra-v6-page] > .site-header,
html body .kayra-v6-shell-root[data-kayra-v6-page] > .home-first-screen {
  box-sizing: border-box;
}

html body .kayra-v6-shell-root[data-kayra-v6-page] > .topbar .topbar-right,
html body .kayra-v6-shell-root[data-kayra-v6-page] > .topbar .topbar-right > * {
  min-width: 0;
}

html body .kayra-v6-shell-root[data-kayra-v6-page] > .topbar .topbar-right > * {
  flex: 0 0 auto;
}

html body .kayra-v6-shell-root[data-kayra-v6-page] .language-switcher {
  flex: 0 0 auto;
  width: auto;
  min-width: 0;
}

html body .kayra-v6-shell-root[data-kayra-v6-page] .language-switcher > button,
html body .kayra-v6-shell-root[data-kayra-v6-page] .language-menu > a {
  box-sizing: border-box;
}

html body .kayra-v6-shell-root[data-kayra-v6-page] .language-switcher img,
html body .kayra-v6-shell-root[data-kayra-v6-page] .desktop-header-language img,
html body .kayra-v6-shell-root[data-kayra-v6-page] .mobile-header-language img,
html body .kayra-v6-shell-root[data-kayra-v6-page] .drawer-current-language img {
  box-sizing: border-box;
  width: 30px !important;
  height: 22px !important;
  object-fit: cover;
  background: #fff;
  border: 1px solid rgba(255, 255, 255, .96);
  border-radius: 3px;
  padding: 2px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, .18);
}

html body .kayra-v6-shell-root[data-kayra-v6-page] .language-menu img {
  width: 28px !important;
  height: 20px !important;
}

html body.kayra-v6-menu-open {
  overflow: hidden;
}

html body .kayra-v6-shell-root[data-kayra-v6-page] .desktop-header-language,
html body .kayra-v6-shell-root[data-kayra-v6-page] .mobile-header-language {
  cursor: pointer;
  position: relative;
}

html body .kayra-v6-shell-root[data-kayra-v6-page] .kayra-header-language-panel-v6 {
  z-index: 180;
  top: calc(100% + 8px);
  right: 0;
  left: auto;
  width: 220px;
  max-height: min(430px, calc(100vh - 90px));
  overflow-y: auto;
  display: grid;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(8px);
}

html body .kayra-v6-shell-root[data-kayra-v6-page] .desktop-header-language.open > .kayra-header-language-panel-v6,
html body .kayra-v6-shell-root[data-kayra-v6-page] .mobile-header-language.open > .kayra-header-language-panel-v6 {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: none;
}

html body .kayra-v6-shell-root[data-kayra-v6-page] > .site-header > .nav-row {
  position: relative;
}

html body .kayra-v6-shell-root[data-kayra-v6-page] > .site-header .main-nav,
html body .kayra-v6-shell-root[data-kayra-v6-page] > .site-header .main-nav > .mobile-drawer-scroll {
  min-width: 0;
}

html body .kayra-v6-shell-root[data-kayra-v6-page] > .site-header .main-nav > .mobile-drawer-scroll > a,
html body .kayra-v6-shell-root[data-kayra-v6-page] > .site-header .main-nav > .mobile-drawer-scroll > .nav-group,
html body .kayra-v6-shell-root[data-kayra-v6-page] > .site-header .main-nav > .mobile-drawer-scroll > .nav-group > button {
  min-width: 0;
}

html body .kayra-v6-shell-root[data-kayra-v6-page] > .site-header .main-nav > .mobile-drawer-scroll > a,
html body .kayra-v6-shell-root[data-kayra-v6-page] > .site-header .main-nav > .mobile-drawer-scroll > .nav-group > button,
html body .kayra-v6-shell-root[data-kayra-v6-page] > .site-header > .nav-row > .quote-button {
  font-family: var(--font-oswald), Oswald, Arial, sans-serif;
}

html body .kayra-v6-shell-root[data-kayra-v6-page] > .site-header .mobile-nav-label,
html body .kayra-v6-shell-root[data-kayra-v6-page] > .site-header .localized-mega a,
html body .kayra-v6-shell-root[data-kayra-v6-page] > .site-header .certification-category-label {
  overflow-wrap: anywhere;
  word-break: normal;
}

/* Keep the approved full-width translated mega menus while placing the whole
 * header itself on the Turkish axis. */
html body .kayra-v6-shell-root[data-kayra-v6-page] > .site-header .main-nav,
html body .kayra-v6-shell-root[data-kayra-v6-page] > .site-header .main-nav > .mobile-drawer-scroll,
html body .kayra-v6-shell-root[data-kayra-v6-page] > .site-header .localized-nav-group {
  position: static;
}

html body .kayra-v6-shell-root[data-kayra-v6-page] > .site-header .localized-nav-group > .localized-mega {
  z-index: 130;
  top: 100%;
  right: auto;
  left: 50%;
  width: min(1680px, calc(100vw - 12px));
  max-width: none;
  min-width: 0;
  margin: 0;
  transform: translate(-50%, 10px);
}

html body .kayra-v6-shell-root[data-kayra-v6-page] > .site-header .localized-nav-group:hover > .localized-mega,
html body .kayra-v6-shell-root[data-kayra-v6-page] > .site-header .localized-nav-group:focus-within > .localized-mega,
html body .kayra-v6-shell-root[data-kayra-v6-page] > .site-header .localized-nav-group.open > .localized-mega {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translate(-50%, 0);
}

html body .kayra-v6-shell-root[data-kayra-v6-page] > .site-header .localized-nav-group:hover > .certification-hub,
html body .kayra-v6-shell-root[data-kayra-v6-page] > .site-header .localized-nav-group:focus-within > .certification-hub,
html body .kayra-v6-shell-root[data-kayra-v6-page] > .site-header .localized-nav-group.open > .certification-hub {
  display: block !important;
}

html body .kayra-v6-shell-root[data-kayra-v6-page] .certification-hub,
html body .kayra-v6-shell-root[data-kayra-v6-page] .certification-hub-body,
html body .kayra-v6-shell-root[data-kayra-v6-page] .certification-panel,
html body .kayra-v6-shell-root[data-kayra-v6-page] .certification-panel-links {
  min-width: 0;
}

html body .kayra-v6-shell-root[data-kayra-v6-page] .certification-hub-body {
  grid-template-columns: clamp(300px, 22.5vw, 380px) minmax(0, 1fr);
}

html body .kayra-v6-shell-root[data-kayra-v6-page] .certification-category {
  grid-template-columns: 48px minmax(0, 1fr) 18px;
  height: auto;
  min-height: 92px;
}

html body .kayra-v6-shell-root[data-kayra-v6-page] .certification-category-label {
  display: -webkit-box;
  max-width: 100%;
  line-height: 1.28;
  white-space: normal;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

html body .kayra-v6-shell-root[data-kayra-v6-page] .certification-panel-links {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

html body .kayra-v6-shell-root[data-kayra-v6-page] .certification-panel-links > a {
  min-width: 0;
  line-height: 1.34;
  white-space: normal;
  overflow-wrap: anywhere;
}

html body .kayra-v6-shell-root[data-kayra-v6-page] .localized-card-mega {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

html body .kayra-v6-shell-root[data-kayra-v6-page] .localized-card-mega > section,
html body .kayra-v6-shell-root[data-kayra-v6-page] .localized-card-mega > section > a {
  min-width: 0;
}

html body .kayra-v6-shell-root[data-kayra-v6-page] .localized-card-mega > section > a {
  display: -webkit-box;
  line-height: 1.35;
  white-space: normal;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

html body .kayra-v6-shell-root[data-kayra-v6-page] > .home-first-screen,
html body .kayra-v6-shell-root[data-kayra-v6-page] > .home-first-screen > .hero,
html body .kayra-v6-shell-root[data-kayra-v6-page] > .home-first-screen > .pillar-strip {
  margin-block: 0;
}

html body .kayra-v6-shell-root[data-kayra-v6-page] .pillars .pillar,
html body .kayra-v6-shell-root[data-kayra-v6-page] .pillars .pillar > span:last-child {
  min-width: 0;
}

html body .kayra-v6-shell-root[data-kayra-v6-page] .pillars .pillar b,
html body .kayra-v6-shell-root[data-kayra-v6-page] .pillars .pillar small,
html body .kayra-v6-shell-root[data-kayra-v6-page] .pillars .pillar strong {
  max-width: 100%;
  overflow-wrap: anywhere;
}

/* Arabic keeps the same physical brand/menu/CTA positions as Turkish.  Text
 * inside those fixed positions remains naturally right-to-left. */
html[dir="rtl"] body .kayra-v6-shell-root[data-kayra-v6-page="ar"] > .topbar,
html[dir="rtl"] body .kayra-v6-shell-root[data-kayra-v6-page="ar"] > .site-header {
  direction: ltr;
}

html[dir="rtl"] body .kayra-v6-shell-root[data-kayra-v6-page="ar"] > .topbar a,
html[dir="rtl"] body .kayra-v6-shell-root[data-kayra-v6-page="ar"] > .site-header .main-nav a,
html[dir="rtl"] body .kayra-v6-shell-root[data-kayra-v6-page="ar"] > .site-header .main-nav button,
html[dir="rtl"] body .kayra-v6-shell-root[data-kayra-v6-page="ar"] > .site-header .quote-button,
html[dir="rtl"] body .kayra-v6-shell-root[data-kayra-v6-page="ar"] > .site-header .localized-mega {
  direction: rtl;
}

@media (min-width: 1001px) {
  html body .kayra-v6-shell-root[data-kayra-v6-page] > .site-header .main-nav > .mobile-drawer-scroll {
    justify-content: flex-end;
    gap: clamp(6px, .72vw, 16px);
  }

  html body .kayra-v6-shell-root[data-kayra-v6-page] > .site-header .main-nav > .mobile-drawer-scroll > a,
  html body .kayra-v6-shell-root[data-kayra-v6-page] > .site-header .main-nav > .mobile-drawer-scroll > .nav-group {
    flex: 0 1 auto;
  }

  html body .kayra-v6-shell-root[data-kayra-v6-page] > .site-header .main-nav > .mobile-drawer-scroll > a,
  html body .kayra-v6-shell-root[data-kayra-v6-page] > .site-header .main-nav > .mobile-drawer-scroll > .nav-group > button {
    height: 100%;
    font-size: clamp(14px, 1.05vw, 16px);
    line-height: 1.12;
    text-align: center;
    white-space: normal;
    justify-content: center;
  }

  html body .kayra-v6-shell-root[data-kayra-v6-page] > .site-header .main-nav > .mobile-drawer-scroll > a {
    max-width: 118px;
  }

  html body .kayra-v6-shell-root[data-kayra-v6-page] > .site-header .mobile-nav-label {
    display: -webkit-box;
    max-width: 118px;
    white-space: normal;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
}

@media (min-width: 1001px) and (max-width: 1500px) {
  html body .kayra-v6-shell-root[data-kayra-v6-page] > .topbar .topbar-inner > div {
    gap: clamp(10px, 1.3vw, 20px);
  }

  html body .kayra-v6-shell-root[data-kayra-v6-page] > .topbar .topbar-right > a,
  html body .kayra-v6-shell-root[data-kayra-v6-page] > .topbar .language-switcher > button {
    font-size: clamp(11px, .88vw, 13px);
    white-space: nowrap;
  }
}

@media (max-width: 1000px) {
  html body .kayra-v6-shell-root[data-kayra-v6-page] > .site-header .main-nav,
  html body .kayra-v6-shell-root[data-kayra-v6-page] > .site-header .main-nav > .mobile-drawer-scroll,
  html body .kayra-v6-shell-root[data-kayra-v6-page] > .site-header .localized-nav-group {
    position: relative;
  }

  html body .kayra-v6-shell-root[data-kayra-v6-page] > .site-header .localized-nav-group > .localized-mega {
    position: static;
    width: 100%;
    max-width: none;
    transform: none !important;
  }

  html body .kayra-v6-shell-root[data-kayra-v6-page] > .site-header .localized-nav-group.open > .localized-mega {
    display: grid !important;
    grid-template-columns: 1fr !important;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }

  html body .kayra-v6-shell-root[data-kayra-v6-page] > .site-header .localized-nav-group.open > .certification-hub {
    display: block !important;
  }

  html body .kayra-v6-shell-root[data-kayra-v6-page] .certification-hub-body {
    display: block;
  }

  html body .kayra-v6-shell-root[data-kayra-v6-page] .certification-hub-group {
    display: block;
  }

  html body .kayra-v6-shell-root[data-kayra-v6-page] .certification-category {
    grid-template-columns: 42px minmax(0, 1fr) 18px;
    min-height: 70px;
  }

  html body .kayra-v6-shell-root[data-kayra-v6-page] .certification-panel {
    display: none !important;
    position: static;
    width: 100%;
    max-height: none;
    overflow: visible;
  }

  html body .kayra-v6-shell-root[data-kayra-v6-page] .certification-hub-group.active > .certification-panel {
    display: flex !important;
  }

  html body .kayra-v6-shell-root[data-kayra-v6-page] .certification-panel-links {
    grid-template-columns: 1fr;
  }

  html body .kayra-v6-shell-root[data-kayra-v6-page] .localized-card-mega {
    grid-template-columns: 1fr;
  }

  html body .kayra-v6-shell-root[data-kayra-v6-page] .language-switcher img,
  html body .kayra-v6-shell-root[data-kayra-v6-page] .desktop-header-language img,
  html body .kayra-v6-shell-root[data-kayra-v6-page] .mobile-header-language img,
  html body .kayra-v6-shell-root[data-kayra-v6-page] .drawer-current-language img {
    width: 28px !important;
    height: 20px !important;
  }
}


/* The wrapper has no layout box, so the copied shell keeps its original containing block. */
html body .kayra-v6-shell-root[data-kayra-v6-page] {
  display: contents;
}

/* First-paint geometry: the translated-home topbar is authoritative. */
html body .kayra-v6-shell-root[data-kayra-v6-page] > .topbar[data-kayra-v6-shell] {
  box-sizing: border-box;
  width: 100% !important;
  max-width: none !important;
  height: 44px !important;
  min-height: 44px !important;
  overflow: visible !important;
  background: #090a0b !important;
}

html body .kayra-v6-shell-root[data-kayra-v6-page] > .topbar[data-kayra-v6-shell] > .topbar-inner {
  box-sizing: border-box;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  width: 100%;
  height: 44px !important;
  min-height: 44px !important;
}

html body .kayra-v6-shell-root[data-kayra-v6-page] > .topbar[data-kayra-v6-shell] > .topbar-inner > div {
  display: flex !important;
  align-items: center !important;
  height: 100% !important;
}

html body .kayra-v6-shell-root[data-kayra-v6-page] > .topbar[data-kayra-v6-shell] > .topbar-inner > div:first-child {
  flex: 1 1 auto;
  min-width: 0;
}

html body .kayra-v6-shell-root[data-kayra-v6-page] > .topbar[data-kayra-v6-shell] .topbar-right {
  display: flex !important;
  flex: 0 0 auto;
  align-items: center !important;
  justify-content: flex-end;
  width: auto !important;
  max-width: 100%;
  margin-inline-start: auto;
  overflow: visible;
  white-space: nowrap;
}

html body .kayra-v6-shell-root[data-kayra-v6-page] > .topbar[data-kayra-v6-shell] .language-switcher.open > .language-menu,
html body .kayra-v6-shell-root[data-kayra-v6-page] > .topbar[data-kayra-v6-shell] .language-switcher.kayra-language-open > .language-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: none;
}

html body .kayra-v6-shell-root[data-kayra-v6-page] > .topbar[data-kayra-v6-shell] {
  order: -100;
}

html body .kayra-v6-shell-root[data-kayra-v6-page] > header.site-header[data-kayra-v6-shell] {
  order: -90;
}

html body main.localized-quote-page[data-kayra-v6-page] {
  display: flex !important;
  flex-direction: column !important;
}

html body main.localized-quote-page[data-kayra-v6-page] > section.service-contact.localized-form-section,
html body main.localized-quote-page[data-kayra-v6-page] > section.service-contact.quote-first-view {
  order: -60 !important;
  scroll-margin-top: 0;
}

/* Exactly one build-time back-to-top control; JS only changes its state. */
html body .kayra-final-back-to-top {
  z-index: 1002;
  color: #fff;
  cursor: pointer;
  background: #17191b;
  border: 1px solid rgba(255, 255, 255, .3);
  border-radius: 50%;
  place-items: center;
  width: 42px;
  height: 42px;
  padding: 0;
  font: 400 23px/1 Arial, sans-serif;
  display: grid;
  position: fixed;
  inset-inline-end: 27px;
  bottom: 80px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(10px);
  transition: opacity .2s ease, visibility .2s ease, transform .2s ease, background .2s ease;
  box-shadow: 0 8px 22px rgba(0, 0, 0, .25);
}

html body .kayra-final-back-to-top.is-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}

html body .kayra-final-back-to-top:hover {
  background: #c81920;
}

html body .kayra-final-back-to-top:focus-visible {
  outline: 3px solid #fff;
  outline-offset: 3px;
}

html body .kayra-final-back-to-top > span {
  display: block;
  line-height: 1;
  transform: translateY(-1px);
}

@media (max-width: 760px) {
  html body .kayra-final-back-to-top {
    inset-inline-end: 18px;
    bottom: 18px;
  }

  html body.kayra-mobile-actions-visible .kayra-final-back-to-top {
    bottom: 86px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html body .kayra-final-back-to-top {
    transition: none;
  }
}
:root{--kp-red:#cf0011;--kp-red-dark:#96000c;--kp-ink:#111417;--kp-muted:#5e646b;--kp-paper:#f4f6f7;--kp-line:#e2e5e8;--kp-white:#fff;--kp-dark:#0b0d0f}
*{box-sizing:border-box}
html{scroll-behavior:smooth;overflow-x:hidden}
body.kp-l10n-page{margin:0;color:var(--kp-ink);background:#fff;font-family:"Open Sans",Arial,sans-serif;line-height:1.65;overflow-x:hidden}
.kp-container{width:min(1180px,calc(100% - 40px));margin-inline:auto}
.kp-skip{position:fixed;z-index:9999;top:8px;inset-inline-start:12px;padding:10px 14px;color:#111;background:#fff;border:2px solid var(--kp-red);transform:translateY(-160%)}
.kp-skip:focus{transform:none}
.kp-topbar{color:#e9e9e9;background:var(--kp-dark);font-size:13px}
.kp-topbar .kp-container{min-height:36px;display:flex;align-items:center;justify-content:space-between;gap:18px;flex-wrap:wrap}
.kp-topbar-links{display:flex;gap:22px;align-items:center;flex-wrap:wrap}
.kp-topbar a{color:inherit;text-decoration:none}
.kp-header{position:sticky;z-index:50;top:0;background:#fff;border-bottom:1px solid var(--kp-line);box-shadow:0 2px 12px #0000000c}
.kp-header .kp-container{min-height:82px;display:flex;align-items:center;gap:26px}
.kp-brand{display:flex;align-items:center;gap:10px;color:inherit;text-decoration:none;flex:none}
.kp-brand img{width:58px;height:54px;object-fit:contain}
.kp-brand-text{display:flex;align-items:baseline;gap:6px;font-family:Oswald,Arial,sans-serif;font-size:25px;font-weight:700;white-space:nowrap}
.kp-brand-text strong{color:var(--kp-red)}
.kp-nav{margin-inline-start:auto;display:flex;align-items:center;gap:22px;flex-wrap:wrap}
.kp-nav a{color:#25292d;font:600 14px/1.2 Oswald,Arial,sans-serif;text-transform:uppercase;text-decoration:none}
.kp-nav a:hover,.kp-nav a:focus{color:var(--kp-red)}
.kp-quote{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:0 18px;color:#fff!important;background:var(--kp-red);border-radius:2px}
.kp-language-row{background:#fafafa;border-bottom:1px solid var(--kp-line)}
.kp-language-row .kp-container{display:flex;gap:8px;align-items:center;padding-block:8px;overflow-x:auto;scrollbar-width:thin}
.kp-language-row a{display:inline-flex;flex:none;min-width:42px;justify-content:center;padding:5px 10px;color:#34383c;background:#fff;border:1px solid #dfe2e5;border-radius:999px;font-size:12px;font-weight:700;text-decoration:none}
.kp-language-row a[aria-current="page"]{color:#fff;background:var(--kp-red);border-color:var(--kp-red)}
.kp-hero{position:relative;color:#fff;background:linear-gradient(118deg,#0c0f12 0%,#171b20 62%,#81000a 100%);overflow:hidden}
.kp-hero:after{content:"";position:absolute;inset:0;background:radial-gradient(circle at 85% 28%,#cf00113a,transparent 42%);pointer-events:none}
.kp-hero .kp-container{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,1.18fr) minmax(300px,.82fr);gap:50px;align-items:center;padding-block:64px}
.kp-breadcrumbs{display:flex;gap:8px;flex-wrap:wrap;color:#c9cdd1;font-size:13px;margin-bottom:18px}
.kp-breadcrumbs a{color:inherit;text-decoration:none}
.kp-overline{display:inline-block;color:#ff6571;font:700 13px/1.2 Oswald,Arial,sans-serif;letter-spacing:.09em;text-transform:uppercase}
.kp-hero h1{max-width:850px;margin:13px 0 20px;font:700 clamp(38px,5vw,66px)/1.06 Oswald,Arial,sans-serif;letter-spacing:-.02em}
.kp-hero p{max-width:820px;color:#eef0f2;font-size:17px;line-height:1.75}
.kp-hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:28px}
.kp-button{display:inline-flex;align-items:center;justify-content:center;min-height:50px;padding:0 20px;color:#fff;background:var(--kp-red);border:1px solid var(--kp-red);font-weight:700;text-decoration:none;cursor:pointer}
.kp-button:hover,.kp-button:focus{background:var(--kp-red-dark)}
.kp-button-outline{background:transparent;border-color:#ffffff8f}
.kp-hero-media{margin:0;position:relative}
.kp-hero-media img{display:block;width:100%;height:auto;aspect-ratio:16/9;object-fit:cover;border-radius:3px;box-shadow:0 22px 60px #0008}
.kp-hero-media figcaption{margin-top:8px;color:#c9cdd1;font-size:12px}
.kp-direct{background:#fff;border-bottom:1px solid var(--kp-line)}
.kp-direct .kp-container{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(280px,.75fr);gap:46px;padding-block:54px}
.kp-direct h2,.kp-section h2{margin:8px 0 18px;font:700 clamp(30px,3.2vw,44px)/1.15 Oswald,Arial,sans-serif}
.kp-lead{font-size:18px;color:#30353a}
.kp-focus-card{background:var(--kp-dark);color:#fff;padding:28px;border-top:4px solid var(--kp-red)}
.kp-focus-card h2{font-size:25px;margin-top:0}
.kp-focus-card ul,.kp-check-list{list-style:none;margin:0;padding:0}
.kp-focus-card li,.kp-check-list li{position:relative;padding:9px 0 9px 25px;border-bottom:1px solid #ffffff1f}
.kp-focus-card li:before,.kp-check-list li:before{content:"✓";position:absolute;inset-inline-start:0;color:#ff4b59;font-weight:800}
.kp-section{padding-block:64px}
.kp-section-alt{background:var(--kp-paper)}
.kp-two-col{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(290px,.9fr);gap:50px;align-items:start}
.kp-steps{counter-reset:kpstep;display:grid;gap:14px;margin:24px 0 0;padding:0;list-style:none}
.kp-steps li{counter-increment:kpstep;position:relative;padding:18px 20px 18px 64px;background:#fff;border:1px solid var(--kp-line);box-shadow:0 5px 18px #10121409}
[dir="rtl"] .kp-steps li{padding:18px 64px 18px 20px}
.kp-steps li:before{content:counter(kpstep,decimal-leading-zero);position:absolute;top:17px;inset-inline-start:18px;color:var(--kp-red);font:700 20px Oswald,Arial,sans-serif}
.kp-doc-box{background:#fff;border:1px solid var(--kp-line);padding:26px;box-shadow:0 10px 28px #1012140d}
.kp-doc-box h3,.kp-card h3{margin:0 0 12px;font:700 23px/1.25 Oswald,Arial,sans-serif}
.kp-check-list li{border-bottom:1px solid var(--kp-line);color:#34393e}
.kp-cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;margin-top:30px}
.kp-card{background:#fff;border:1px solid var(--kp-line);padding:26px;border-top:4px solid var(--kp-red)}
.kp-card p{margin-bottom:0;color:var(--kp-muted)}
.kp-note{margin-top:26px;padding:20px 22px;background:#fff6f6;border-inline-start:4px solid var(--kp-red)}
.kp-faq{display:grid;grid-template-columns:minmax(250px,.7fr) minmax(0,1.3fr);gap:44px}
.kp-faq-list{display:grid;gap:10px}
.kp-faq details{background:#fff;border:1px solid var(--kp-line);padding:0 20px}
.kp-faq summary{cursor:pointer;padding:18px 34px 18px 0;font-weight:700;list-style:none;position:relative}
[dir="rtl"] .kp-faq summary{padding:18px 0 18px 34px}
.kp-faq summary:after{content:"+";position:absolute;inset-inline-end:0;color:var(--kp-red);font-size:22px}
.kp-faq details[open] summary:after{content:"−"}
.kp-faq details p{padding:0 0 18px;margin:0;color:#454a50}
.kp-related{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin-top:24px}
.kp-related a{display:block;padding:20px;color:var(--kp-ink);background:#fff;border:1px solid var(--kp-line);border-inline-start:4px solid var(--kp-red);font-weight:700;text-decoration:none}
.kp-related a:hover,.kp-related a:focus{color:var(--kp-red);transform:translateY(-2px)}
.kp-contact{color:#fff;background:linear-gradient(120deg,#92000b,#cf0011);padding-block:60px}
.kp-contact-grid{display:grid;grid-template-columns:minmax(260px,.72fr) minmax(0,1.28fr);gap:48px;align-items:start}
.kp-contact h2{font:700 clamp(32px,4vw,48px)/1.1 Oswald,Arial,sans-serif;margin:10px 0 18px}
.kp-form{display:grid;grid-template-columns:1fr 1fr;gap:14px;background:#fff;color:var(--kp-ink);padding:28px;box-shadow:0 20px 52px #4a000744}
.kp-field{display:grid;gap:6px}
.kp-field-wide{grid-column:1/-1}
.kp-field label{font-size:13px;font-weight:700}
.kp-field input,.kp-field select,.kp-field textarea{width:100%;min-height:46px;padding:10px 12px;border:1px solid #cfd3d7;background:#fff;color:#111;font:inherit}
.kp-field textarea{min-height:110px;resize:vertical}
.kp-honeypot{position:absolute!important;left:-10000px!important;width:1px!important;height:1px!important;overflow:hidden!important}
.kp-form-status{grid-column:1/-1;min-height:24px;margin:0;font-size:14px}
.kp-form-status[data-state="success"]{color:#08752c}.kp-form-status[data-state="error"]{color:#a0000c}
.kp-footer{color:#dfe2e5;background:#0b0d0f;padding:42px 0 26px}
.kp-footer-grid{display:grid;grid-template-columns:1.2fr .8fr .8fr;gap:34px}
.kp-footer h2,.kp-footer h3{color:#fff;font:700 22px Oswald,Arial,sans-serif}
.kp-footer a{color:inherit}.kp-footer small{display:block;color:#aeb4ba;margin-top:28px;padding-top:18px;border-top:1px solid #ffffff1c}
@media(max-width:980px){.kp-header .kp-container{padding-block:14px;flex-wrap:wrap}.kp-nav{width:100%;margin:0;justify-content:flex-start}.kp-hero .kp-container,.kp-direct .kp-container,.kp-two-col,.kp-faq,.kp-contact-grid{grid-template-columns:1fr}.kp-hero-media{max-width:720px}.kp-cards,.kp-related{grid-template-columns:1fr 1fr}.kp-footer-grid{grid-template-columns:1fr 1fr}}
@media(max-width:640px){.kp-container{width:min(100% - 28px,1180px)}.kp-topbar .kp-container{padding-block:8px}.kp-topbar-links{gap:10px}.kp-header{position:relative}.kp-header .kp-container{min-height:70px}.kp-brand-text{font-size:20px}.kp-brand img{width:48px;height:46px}.kp-nav{gap:12px}.kp-nav a{font-size:12px}.kp-nav .kp-quote{width:100%}.kp-hero .kp-container{padding-block:42px;gap:30px}.kp-hero h1{font-size:38px}.kp-hero p{font-size:16px}.kp-direct .kp-container,.kp-section{padding-block:44px}.kp-cards,.kp-related,.kp-form,.kp-footer-grid{grid-template-columns:1fr}.kp-field-wide{grid-column:auto}.kp-footer-grid{gap:20px}}
/* KAYRA_HEADER_RESCUE_EMBED_20260821_START */
/* Shared Open Sans and Oswald subsets extracted from the canonical homepage. */
/* cyrillic-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(/assets/_vinext_fonts/open-sans-a38fdc606400/open-sans-047dd381.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(/assets/_vinext_fonts/open-sans-a38fdc606400/open-sans-6cf2fe2d.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(/assets/_vinext_fonts/open-sans-a38fdc606400/open-sans-c1cec3cb.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(/assets/_vinext_fonts/open-sans-a38fdc606400/open-sans-b8321ec7.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* hebrew */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(/assets/_vinext_fonts/open-sans-a38fdc606400/open-sans-439c4ed2.woff2) format('woff2');
  unicode-range: U+0307-0308, U+0590-05FF, U+200C-2010, U+20AA, U+25CC, U+FB1D-FB4F;
}
/* math */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(/assets/_vinext_fonts/open-sans-a38fdc606400/open-sans-922cd6c6.woff2) format('woff2');
  unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
}
/* symbols */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(/assets/_vinext_fonts/open-sans-a38fdc606400/open-sans-a48cf46a.woff2) format('woff2');
  unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF;
}
/* vietnamese */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(/assets/_vinext_fonts/open-sans-a38fdc606400/open-sans-3430f585.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(/assets/_vinext_fonts/open-sans-a38fdc606400/open-sans-840d4244.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(/assets/_vinext_fonts/open-sans-a38fdc606400/open-sans-2808bca2.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 500;
  font-stretch: 100%;
  font-display: swap;
  src: url(/assets/_vinext_fonts/open-sans-a38fdc606400/open-sans-047dd381.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 500;
  font-stretch: 100%;
  font-display: swap;
  src: url(/assets/_vinext_fonts/open-sans-a38fdc606400/open-sans-6cf2fe2d.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 500;
  font-stretch: 100%;
  font-display: swap;
  src: url(/assets/_vinext_fonts/open-sans-a38fdc606400/open-sans-c1cec3cb.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 500;
  font-stretch: 100%;
  font-display: swap;
  src: url(/assets/_vinext_fonts/open-sans-a38fdc606400/open-sans-b8321ec7.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* hebrew */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 500;
  font-stretch: 100%;
  font-display: swap;
  src: url(/assets/_vinext_fonts/open-sans-a38fdc606400/open-sans-439c4ed2.woff2) format('woff2');
  unicode-range: U+0307-0308, U+0590-05FF, U+200C-2010, U+20AA, U+25CC, U+FB1D-FB4F;
}
/* math */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 500;
  font-stretch: 100%;
  font-display: swap;
  src: url(/assets/_vinext_fonts/open-sans-a38fdc606400/open-sans-922cd6c6.woff2) format('woff2');
  unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
}
/* symbols */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 500;
  font-stretch: 100%;
  font-display: swap;
  src: url(/assets/_vinext_fonts/open-sans-a38fdc606400/open-sans-a48cf46a.woff2) format('woff2');
  unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF;
}
/* vietnamese */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 500;
  font-stretch: 100%;
  font-display: swap;
  src: url(/assets/_vinext_fonts/open-sans-a38fdc606400/open-sans-3430f585.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 500;
  font-stretch: 100%;
  font-display: swap;
  src: url(/assets/_vinext_fonts/open-sans-a38fdc606400/open-sans-840d4244.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 500;
  font-stretch: 100%;
  font-display: swap;
  src: url(/assets/_vinext_fonts/open-sans-a38fdc606400/open-sans-2808bca2.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  font-stretch: 100%;
  font-display: swap;
  src: url(/assets/_vinext_fonts/open-sans-a38fdc606400/open-sans-047dd381.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  font-stretch: 100%;
  font-display: swap;
  src: url(/assets/_vinext_fonts/open-sans-a38fdc606400/open-sans-6cf2fe2d.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  font-stretch: 100%;
  font-display: swap;
  src: url(/assets/_vinext_fonts/open-sans-a38fdc606400/open-sans-c1cec3cb.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  font-stretch: 100%;
  font-display: swap;
  src: url(/assets/_vinext_fonts/open-sans-a38fdc606400/open-sans-b8321ec7.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* hebrew */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  font-stretch: 100%;
  font-display: swap;
  src: url(/assets/_vinext_fonts/open-sans-a38fdc606400/open-sans-439c4ed2.woff2) format('woff2');
  unicode-range: U+0307-0308, U+0590-05FF, U+200C-2010, U+20AA, U+25CC, U+FB1D-FB4F;
}
/* math */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  font-stretch: 100%;
  font-display: swap;
  src: url(/assets/_vinext_fonts/open-sans-a38fdc606400/open-sans-922cd6c6.woff2) format('woff2');
  unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
}
/* symbols */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  font-stretch: 100%;
  font-display: swap;
  src: url(/assets/_vinext_fonts/open-sans-a38fdc606400/open-sans-a48cf46a.woff2) format('woff2');
  unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF;
}
/* vietnamese */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  font-stretch: 100%;
  font-display: swap;
  src: url(/assets/_vinext_fonts/open-sans-a38fdc606400/open-sans-3430f585.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  font-stretch: 100%;
  font-display: swap;
  src: url(/assets/_vinext_fonts/open-sans-a38fdc606400/open-sans-840d4244.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  font-stretch: 100%;
  font-display: swap;
  src: url(/assets/_vinext_fonts/open-sans-a38fdc606400/open-sans-2808bca2.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

.__font_open_sans_1bypacr { font-family: 'Open Sans', sans-serif; }

.__variable_open_sans_1bypacr { --font-open-sans: 'Open Sans', sans-serif; }

/* cyrillic-ext */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/assets/_vinext_fonts/oswald-9e15e75ea3b8/oswald-a3c0c6f2.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/assets/_vinext_fonts/oswald-9e15e75ea3b8/oswald-7e4962c8.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/assets/_vinext_fonts/oswald-9e15e75ea3b8/oswald-81f6d682.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/assets/_vinext_fonts/oswald-9e15e75ea3b8/oswald-46596c82.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/assets/_vinext_fonts/oswald-9e15e75ea3b8/oswald-8d143099.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(/assets/_vinext_fonts/oswald-9e15e75ea3b8/oswald-a3c0c6f2.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(/assets/_vinext_fonts/oswald-9e15e75ea3b8/oswald-7e4962c8.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(/assets/_vinext_fonts/oswald-9e15e75ea3b8/oswald-81f6d682.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(/assets/_vinext_fonts/oswald-9e15e75ea3b8/oswald-46596c82.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(/assets/_vinext_fonts/oswald-9e15e75ea3b8/oswald-8d143099.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(/assets/_vinext_fonts/oswald-9e15e75ea3b8/oswald-a3c0c6f2.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(/assets/_vinext_fonts/oswald-9e15e75ea3b8/oswald-7e4962c8.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(/assets/_vinext_fonts/oswald-9e15e75ea3b8/oswald-81f6d682.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(/assets/_vinext_fonts/oswald-9e15e75ea3b8/oswald-46596c82.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(/assets/_vinext_fonts/oswald-9e15e75ea3b8/oswald-8d143099.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(/assets/_vinext_fonts/oswald-9e15e75ea3b8/oswald-a3c0c6f2.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(/assets/_vinext_fonts/oswald-9e15e75ea3b8/oswald-7e4962c8.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(/assets/_vinext_fonts/oswald-9e15e75ea3b8/oswald-81f6d682.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(/assets/_vinext_fonts/oswald-9e15e75ea3b8/oswald-46596c82.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(/assets/_vinext_fonts/oswald-9e15e75ea3b8/oswald-8d143099.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

.__font_oswald_0q3uqhf { font-family: 'Oswald', sans-serif; }

.__variable_oswald_0q3uqhf { --font-oswald: 'Oswald', sans-serif; }

/* Kayra header alignment rescue — loaded after all legacy and CE page styles. */

:root {
  --font-open-sans: "Open Sans", sans-serif;
  --font-oswald: "Oswald", sans-serif;
}

@media (min-width: 1121px) {
  /* The translated desktop menus contain longer labels than Turkish.  Their
     original flex row was wider than the available space, so the first item
     escaped to the left and sat on top of the KAYRA PATENT wordmark.  Keep
     every item inside the space between brand, quote and flag, and use the
     same compact Oswald treatment across home, service, article and guide
     pages. */
  html body .localized-header > .container {
    display: flex !important;
    grid-template-columns: none !important;
    align-items: center !important;
  }

  html body .localized-header > .container > .localized-brand {
    flex: 0 0 174px !important;
    width: 174px !important;
    min-width: 174px !important;
    max-width: 174px !important;
    margin-inline-end: 10px !important;
  }

  html body .localized-header .localized-main-nav {
    flex: 1 1 auto !important;
    width: auto !important;
    min-width: 0 !important;
    max-width: none !important;
    margin: 0 !important;
    overflow: hidden !important;
  }

  html body .localized-header .localized-main-nav > .mobile-drawer-scroll {
    box-sizing: border-box !important;
    display: flex !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    margin: 0 !important;
    justify-content: flex-end !important;
    gap: clamp(5px, .42vw, 9px) !important;
    overflow: visible !important;
  }

  html body .localized-header .mobile-drawer-scroll > a,
  html body .localized-header .mobile-drawer-scroll > .localized-nav-group {
    flex: 0 1 auto !important;
    min-width: 0 !important;
  }

  html body .localized-header .mobile-drawer-scroll > a,
  html body .localized-header .mobile-drawer-scroll > .localized-nav-group > button {
    box-sizing: border-box !important;
    padding-inline: 0 !important;
    font-family: var(--font-oswald), Oswald, Arial, sans-serif !important;
    font-size: clamp(13px, .73vw, 14px) !important;
    letter-spacing: 0 !important;
    white-space: nowrap !important;
  }

  html body .localized-header .localized-quote {
    flex: 0 0 auto !important;
    min-width: 0 !important;
    margin-inline-start: clamp(7px, .55vw, 11px) !important;
    padding-inline: clamp(12px, .9vw, 18px) !important;
    font-size: clamp(13px, .76vw, 15px) !important;
    white-space: nowrap !important;
  }

  html body .localized-header .desktop-header-language {
    flex: 0 0 auto !important;
    margin-inline-start: 10px !important;
  }

  /* CE/GAR and food pages must inherit the exact desktop header geometry used
     by the normal homepage.  The earlier pilot rule expanded the inner menu
     to 100%, which pulled its first item underneath the wordmark. */
  html body.cex-page .site-header.scrolled > .nav-row,
  html body.cex-page .localized-header.scrolled > .container {
    display: flex !important;
    grid-template-columns: none !important;
    align-items: center !important;
  }

  html body.cex-page .site-header.scrolled .main-nav,
  html body.cex-page .localized-header.scrolled .localized-main-nav {
    flex: 1 1 auto !important;
    width: auto !important;
    min-width: 0 !important;
    max-width: none !important;
    margin: 0 !important;
  }

  html body.cex-page .site-header.scrolled .main-nav > .mobile-drawer-scroll,
  html body.cex-page .localized-header.scrolled .localized-main-nav > .mobile-drawer-scroll {
    width: max-content !important;
    min-width: 0 !important;
    max-width: 100% !important;
    margin-inline-start: auto !important;
    margin-inline-end: 0 !important;
    justify-content: flex-end !important;
  }

  /* Give long localized menus a visible breathing space after the wordmark.
     The nav itself remains flexible, so German/Russian labels cannot collide. */
  html body .localized-header > .container > .localized-brand {
    margin-inline-end: 8px !important;
  }

  html body .localized-header .localized-main-nav,
  html body .localized-header .localized-main-nav > .mobile-drawer-scroll {
    min-width: 0 !important;
  }
}

/* The 280 legacy translated guides now receive the site's real localized
   header.  Keep it above the guide artwork and retain the normal mobile menu. */
body.kp-l10n-page.kp-standard-header .localized-topbar,
body.kp-l10n-page.kp-standard-header .localized-header {
  font-family: var(--font-open-sans), "Open Sans", Arial, sans-serif;
}

body.kp-l10n-page.kp-standard-header .localized-header {
  z-index: 80;
}

body.kp-l10n-page.kp-standard-header.menu-lock {
  overflow: hidden;
}

body.kp-l10n-page.kp-standard-header .kp-honeypot {
  position: absolute !important;
  inset: 0 auto auto 0 !important;
  clip-path: inset(50%) !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

body.kp-l10n-page.kp-standard-header .kp-honeypot input {
  width: 1px !important;
  height: 1px !important;
}

body.kp-l10n-page.kp-standard-header .kp-note a {
  overflow-wrap: anywhere;
  word-break: break-word;
}

body.kp-l10n-page.kp-standard-header,
html:has(body.kp-l10n-page.kp-standard-header) {
  max-width: 100%;
  overflow-x: clip !important;
}

@media (min-width: 1121px) {
  body.kp-l10n-page.kp-standard-header .localized-header.scrolled {
    position: fixed !important;
    inset: 0 0 auto !important;
    width: 100% !important;
    height: 68px !important;
    min-height: 68px !important;
    max-height: 68px !important;
    box-sizing: border-box !important;
    padding: 0 !important;
    z-index: 90 !important;
  }

  body.kp-l10n-page.kp-standard-header .localized-header.scrolled > .container {
    height: 68px !important;
    min-height: 68px !important;
    padding-block: 0 !important;
  }
}

@media (max-width: 1120px) {
  body.kp-l10n-page.kp-standard-header .localized-header {
    position: sticky;
    top: 0;
  }

  body.kp-l10n-page.kp-standard-header .localized-main-nav {
    box-sizing: border-box !important;
    width: min(420px, 100vw) !important;
    max-width: 100vw !important;
  }
}

/* Final desktop specificity guard.  The compiled site stylesheet contains
   later state selectors with !important declarations.  Repeating the real
   component classes here deliberately outranks those selectors without
   changing the mobile drawer. */
@media (min-width: 1121px) {
  html body .localized-header.localized-header.localized-header
  .localized-main-nav.localized-main-nav > .mobile-drawer-scroll.mobile-drawer-scroll {
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    margin: 0 !important;
    justify-content: flex-end !important;
    gap: clamp(5px, .42vw, 9px) !important;
  }

  html body .localized-header.localized-header.localized-header
  .localized-main-nav.localized-main-nav > .mobile-drawer-scroll.mobile-drawer-scroll > a,
  html body .localized-header.localized-header.localized-header
  .localized-main-nav.localized-main-nav > .mobile-drawer-scroll.mobile-drawer-scroll > .localized-nav-group,
  html body .localized-header.localized-header.localized-header
  .localized-main-nav.localized-main-nav > .mobile-drawer-scroll.mobile-drawer-scroll > .localized-nav-group > button {
    flex: 0 1 auto !important;
    min-width: 0 !important;
  }

  html body .localized-header.localized-header.localized-header
  .localized-main-nav.localized-main-nav > .mobile-drawer-scroll.mobile-drawer-scroll > a,
  html body .localized-header.localized-header.localized-header
  .localized-main-nav.localized-main-nav > .mobile-drawer-scroll.mobile-drawer-scroll > .localized-nav-group > button {
    padding-inline: 0 !important;
    font-family: var(--font-oswald), Oswald, Arial, sans-serif !important;
    font-size: clamp(13px, .73vw, 14px) !important;
    letter-spacing: 0 !important;
    white-space: nowrap !important;
  }

  html body .localized-header.localized-header.localized-header
  > .container > .localized-quote.localized-quote {
    min-width: 0 !important;
    margin-inline-start: clamp(7px, .55vw, 11px) !important;
    padding-inline: clamp(12px, .9vw, 18px) !important;
    font-size: clamp(13px, .76vw, 15px) !important;
    white-space: nowrap !important;
  }
}

/* KAYRA_HEADER_RESCUE_EMBED_20260821_END */

/* KAYRA_FINAL_POLISH_20260821_V1_START */
@media (min-width: 1121px) {
  /* Match the Turkish brand lockup instead of the compact 174 px rescue size. */
  html body .localized-header.localized-header > .container > .localized-brand.localized-brand {
    flex: 0 0 clamp(170px, 13.5vw, 206px) !important;
    width: clamp(170px, 13.5vw, 206px) !important;
    min-width: clamp(170px, 13.5vw, 206px) !important;
    max-width: clamp(170px, 13.5vw, 206px) !important;
    margin-inline-end: 0 !important;
  }

  html body .localized-header.localized-header > .container > .localized-brand.localized-brand .brand-lockup {
    gap: clamp(7px, .6vw, 9px) !important;
  }

  html body .localized-header.localized-header > .container > .localized-brand.localized-brand .brand-lockup > img {
    flex: 0 0 clamp(48px, 3.8vw, 54px) !important;
    width: clamp(48px, 3.8vw, 54px) !important;
    height: clamp(46px, 3.7vw, 52px) !important;
  }

  html body .localized-header.localized-header > .container > .localized-brand.localized-brand .brand-wordmark {
    flex: 0 0 clamp(115px, 9.2vw, 136px) !important;
    width: clamp(115px, 9.2vw, 136px) !important;
  }

  html body .localized-header.localized-header > .container > .localized-brand.localized-brand .brand-name strong,
  html body .localized-header.localized-header > .container > .localized-brand.localized-brand .brand-name b {
    font-size: calc(clamp(19px, 1.45vw, 22px) + 2px) !important;
  }

  /* Follow the Turkish responsive type curve at ordinary desktop widths. */
  html body .localized-header.localized-header .localized-main-nav.localized-main-nav
  > .mobile-drawer-scroll.mobile-drawer-scroll > a,
  html body .localized-header.localized-header .localized-main-nav.localized-main-nav
  > .mobile-drawer-scroll.mobile-drawer-scroll > .localized-nav-group > button {
    font-size: clamp(13px, 1.05vw, 17px) !important;
  }

  html body .localized-header.localized-header > .container > .localized-quote.localized-quote {
    font-size: clamp(13px, 1vw, 17px) !important;
  }
}

@media (min-width: 1501px) {
  /* Localized labels are longer than Turkish.  Sixteen pixels preserves the
     same visual weight while retaining a measured no-overflow margin. */
  html body .localized-header.localized-header .localized-main-nav.localized-main-nav
  > .mobile-drawer-scroll.mobile-drawer-scroll {
    gap: clamp(5px, .42vw, 8px) !important;
  }

  html body .localized-header.localized-header .localized-main-nav.localized-main-nav
  > .mobile-drawer-scroll.mobile-drawer-scroll > a,
  html body .localized-header.localized-header .localized-main-nav.localized-main-nav
  > .mobile-drawer-scroll.mobile-drawer-scroll > .localized-nav-group > button,
  html body .localized-header.localized-header > .container > .localized-quote.localized-quote {
    font-size: 16px !important;
  }

  /* German has the widest combined navigation + quote label.  A half-pixel
     reduction leaves a 24 px safety margin even after the sticky flag appears. */
  html:lang(de) body .localized-header.localized-header .localized-main-nav.localized-main-nav
  > .mobile-drawer-scroll.mobile-drawer-scroll > a,
  html:lang(de) body .localized-header.localized-header .localized-main-nav.localized-main-nav
  > .mobile-drawer-scroll.mobile-drawer-scroll > .localized-nav-group > button,
  html:lang(de) body .localized-header.localized-header > .container > .localized-quote.localized-quote,
  html body .localized-de .localized-header.localized-header .localized-main-nav.localized-main-nav
  > .mobile-drawer-scroll.mobile-drawer-scroll > a,
  html body .localized-de .localized-header.localized-header .localized-main-nav.localized-main-nav
  > .mobile-drawer-scroll.mobile-drawer-scroll > .localized-nav-group > button,
  html body .localized-de .localized-header.localized-header > .container > .localized-quote.localized-quote {
    font-size: 15.5px !important;
  }
}
/* KAYRA_FINAL_POLISH_20260821_V1_END */

/* KAYRA_VISIBLE_CACHE_FALLBACK_20260821_V2_START */
/*
 * Kayra Patent final visible header polish.
 *
 * This file deliberately has a new URL.  Earlier fixes were appended to a
 * previously cached stylesheet, so browsers kept rendering the compact
 * localized header.  Keep these selectors desktop-only and localized-only;
 * the Turkish site header and every mobile drawer remain untouched.
 */

@media (min-width: 1121px) {
  html body header.localized-header.localized-header.localized-header.localized-header
  > .container > .localized-brand.localized-brand.localized-brand {
    flex: 0 0 clamp(170px, 13.5vw, 206px) !important;
    width: clamp(170px, 13.5vw, 206px) !important;
    min-width: clamp(170px, 13.5vw, 206px) !important;
    max-width: clamp(170px, 13.5vw, 206px) !important;
    margin-inline-end: 0 !important;
  }

  html body header.localized-header.localized-header.localized-header.localized-header
  > .container > .localized-brand.localized-brand.localized-brand .brand-lockup {
    gap: clamp(7px, .6vw, 9px) !important;
  }

  html body header.localized-header.localized-header.localized-header.localized-header
  > .container > .localized-brand.localized-brand.localized-brand .brand-lockup > img {
    flex: 0 0 clamp(48px, 3.8vw, 54px) !important;
    width: clamp(48px, 3.8vw, 54px) !important;
    height: clamp(46px, 3.7vw, 52px) !important;
  }

  html body header.localized-header.localized-header.localized-header.localized-header
  > .container > .localized-brand.localized-brand.localized-brand .brand-wordmark {
    flex: 0 0 clamp(115px, 9.2vw, 136px) !important;
    width: clamp(115px, 9.2vw, 136px) !important;
  }

  html body header.localized-header.localized-header.localized-header.localized-header
  > .container > .localized-brand.localized-brand.localized-brand .brand-name strong,
  html body header.localized-header.localized-header.localized-header.localized-header
  > .container > .localized-brand.localized-brand.localized-brand .brand-name b {
    font-size: calc(clamp(19px, 1.45vw, 22px) + 2px) !important;
  }

  html body header.localized-header.localized-header.localized-header.localized-header
  nav.localized-main-nav.localized-main-nav.localized-main-nav
  > .mobile-drawer-scroll.mobile-drawer-scroll.mobile-drawer-scroll {
    gap: clamp(5px, .42vw, 8px) !important;
  }

  html body header.localized-header.localized-header.localized-header.localized-header
  nav.localized-main-nav.localized-main-nav.localized-main-nav
  > .mobile-drawer-scroll.mobile-drawer-scroll.mobile-drawer-scroll > a,
  html body header.localized-header.localized-header.localized-header.localized-header
  nav.localized-main-nav.localized-main-nav.localized-main-nav
  > .mobile-drawer-scroll.mobile-drawer-scroll.mobile-drawer-scroll
  > .localized-nav-group.localized-nav-group > button,
  html body header.localized-header.localized-header.localized-header.localized-header
  > .container > .localized-quote.localized-quote.localized-quote {
    font-family: var(--font-oswald), Oswald, Arial, sans-serif !important;
    font-size: clamp(13px, 1.05vw, 17px) !important;
    letter-spacing: 0 !important;
    white-space: nowrap !important;
  }
}

@media (min-width: 1501px) {
  /* All seven translations were measured with their real labels.  They fit
     at the same 17 px cap used by Turkish, so no language is needlessly
     miniaturized. */
  html body header.localized-header.localized-header.localized-header.localized-header
  nav.localized-main-nav.localized-main-nav.localized-main-nav
  > .mobile-drawer-scroll.mobile-drawer-scroll.mobile-drawer-scroll > a,
  html body header.localized-header.localized-header.localized-header.localized-header
  nav.localized-main-nav.localized-main-nav.localized-main-nav
  > .mobile-drawer-scroll.mobile-drawer-scroll.mobile-drawer-scroll
  > .localized-nav-group.localized-nav-group > button,
  html body header.localized-header.localized-header.localized-header.localized-header
  > .container > .localized-quote.localized-quote.localized-quote {
    font-size: 17px !important;
  }
}

/* Restore the approved Turkish homepage CE/GAR alignment. */
.home-page .kayra-ce-home-directory > .container {
  width: min(1280px, calc(100% - 72px)) !important;
  max-width: 1280px !important;
  margin-inline: auto !important;
}

@media (max-width: 720px) {
  .home-page .kayra-ce-home-directory > .container {
    width: min(100% - 28px, 1280px) !important;
  }
}
/* KAYRA_VISIBLE_CACHE_FALLBACK_20260821_V2_END */

/* KAYRA_FINAL_UI_POLISH_20260821_V3_START */
/*
 * Kayra Patent — final targeted UI polish (2026-08-21).
 *
 * Scope is intentionally narrow:
 *   1) Turkish homepage CE/GAR directory alignment,
 *   2) localized quote-form order,
 *   3) localized desktop header rhythm,
 *   4) homepage reference logos on mobile only.
 */

/* Match the Turkish homepage CE/GAR directory to the site's real 1280 px
   content grid.  The previous 1180 px override caused the visible inset. */
.home-page .kayra-ce-home-directory > .container {
  width: min(1280px, calc(100% - 72px)) !important;
  max-width: 1280px !important;
  margin-inline: auto !important;
}

/* Only the six actual localized quote pages may use reordered flex content.
   The previous :has(.localized-form-section) selector also matched localized
   home and service pages because those pages contain a footer enquiry form. */
main.localized-site.localized-quote-page {
  display: flex !important;
  flex-direction: column !important;
}

main.localized-site.localized-quote-page > .localized-topbar { order: -100; }
main.localized-site.localized-quote-page > .localized-header { order: -90; }
main.localized-site.localized-quote-page > .skip-target { order: -80; }
main.localized-site.localized-quote-page > .localized-menu-backdrop { order: -70; }
main.localized-site.localized-quote-page > .localized-form-section { order: -60; }
main.localized-site.localized-quote-page > .breadcrumb { order: -50; }
main.localized-site.localized-quote-page > .localized-hero { order: -40; }
main.localized-site.localized-quote-page > .localized-overview { order: -30; }
main.localized-site.localized-quote-page > .localized-section { order: -20; }
main.localized-site.localized-quote-page > .localized-footer { order: 100; }

/* Keep the localized brand at the Turkish desktop scale, then give the real
   translated labels enough rhythm.  Long-language menus use a measured 16 px
   cap at wide widths; short-language menus can use the Turkish 17 px cap. */
@media (min-width: 1121px) {
  html body .localized-header > .container > .localized-brand {
    flex-basis: clamp(170px, 13.5vw, 206px) !important;
    width: clamp(170px, 13.5vw, 206px) !important;
    min-width: clamp(170px, 13.5vw, 206px) !important;
    max-width: clamp(170px, 13.5vw, 206px) !important;
  }

  html body .localized-header > .container > .localized-brand .brand-lockup {
    gap: clamp(7px, .6vw, 9px) !important;
  }

  html body .localized-header > .container > .localized-brand .brand-lockup > img {
    flex-basis: clamp(48px, 3.8vw, 54px) !important;
    width: clamp(48px, 3.8vw, 54px) !important;
    height: clamp(46px, 3.7vw, 52px) !important;
  }

  html body .localized-header > .container > .localized-brand .brand-wordmark {
    flex-basis: clamp(115px, 9.2vw, 136px) !important;
    width: clamp(115px, 9.2vw, 136px) !important;
  }

  html body .localized-header > .container > .localized-brand .brand-name strong,
  html body .localized-header > .container > .localized-brand .brand-name b {
    font-size: calc(clamp(19px, 1.45vw, 22px) + 2px) !important;
  }

  html body .localized-header .localized-main-nav > .mobile-drawer-scroll {
    gap: clamp(6px, .55vw, 10px) !important;
  }

  html body .localized-header .localized-main-nav > .mobile-drawer-scroll > a,
  html body .localized-header .localized-main-nav > .mobile-drawer-scroll > .localized-nav-group > button,
  html body .localized-header > .container > .localized-quote {
    font-family: var(--font-oswald), "Oswald", Arial, sans-serif !important;
    font-size: clamp(13px, 1.05vw, 17px) !important;
    font-weight: 400 !important;
    line-height: 1 !important;
    letter-spacing: 0 !important;
    white-space: nowrap !important;
  }
}

@media (min-width: 1501px) {
  html body .localized-header[data-locale="en"] .localized-main-nav > .mobile-drawer-scroll,
  html body .localized-header[data-locale="fr"] .localized-main-nav > .mobile-drawer-scroll,
  html body .localized-header[data-locale="ar"] .localized-main-nav > .mobile-drawer-scroll {
    gap: 12px !important;
  }

  html body .localized-header[data-locale="de"] .localized-main-nav > .mobile-drawer-scroll,
  html body .localized-header[data-locale="az"] .localized-main-nav > .mobile-drawer-scroll,
  html body .localized-header[data-locale="uz"] .localized-main-nav > .mobile-drawer-scroll,
  html body .localized-header[data-locale="ru"] .localized-main-nav > .mobile-drawer-scroll {
    gap: 10px !important;
  }

  html body .localized-header[data-locale="en"] .localized-main-nav > .mobile-drawer-scroll > a,
  html body .localized-header[data-locale="en"] .localized-main-nav > .mobile-drawer-scroll > .localized-nav-group > button,
  html body .localized-header[data-locale="fr"] .localized-main-nav > .mobile-drawer-scroll > a,
  html body .localized-header[data-locale="fr"] .localized-main-nav > .mobile-drawer-scroll > .localized-nav-group > button,
  html body .localized-header[data-locale="ar"] .localized-main-nav > .mobile-drawer-scroll > a,
  html body .localized-header[data-locale="ar"] .localized-main-nav > .mobile-drawer-scroll > .localized-nav-group > button,
  html body .localized-header[data-locale="en"] > .container > .localized-quote,
  html body .localized-header[data-locale="fr"] > .container > .localized-quote,
  html body .localized-header[data-locale="ar"] > .container > .localized-quote {
    font-size: 17px !important;
  }

  html body .localized-header[data-locale="de"] .localized-main-nav > .mobile-drawer-scroll > a,
  html body .localized-header[data-locale="de"] .localized-main-nav > .mobile-drawer-scroll > .localized-nav-group > button,
  html body .localized-header[data-locale="az"] .localized-main-nav > .mobile-drawer-scroll > a,
  html body .localized-header[data-locale="az"] .localized-main-nav > .mobile-drawer-scroll > .localized-nav-group > button,
  html body .localized-header[data-locale="uz"] .localized-main-nav > .mobile-drawer-scroll > a,
  html body .localized-header[data-locale="uz"] .localized-main-nav > .mobile-drawer-scroll > .localized-nav-group > button,
  html body .localized-header[data-locale="ru"] .localized-main-nav > .mobile-drawer-scroll > a,
  html body .localized-header[data-locale="ru"] .localized-main-nav > .mobile-drawer-scroll > .localized-nav-group > button,
  html body .localized-header[data-locale="de"] > .container > .localized-quote,
  html body .localized-header[data-locale="az"] > .container > .localized-quote,
  html body .localized-header[data-locale="uz"] > .container > .localized-quote,
  html body .localized-header[data-locale="ru"] > .container > .localized-quote {
    font-size: 16px !important;
  }
}

/* Mobile-only reference compression.  Desktop reference sizing is untouched.
   Each scale was derived from the real non-white bounds of its 400x190 logo
   image so narrow marks no longer look lost inside large white side margins. */
@media (max-width: 650px) {
  .home-page .references .container,
  .localized-home-complete .references .container {
    width: min(100% - 24px, 1280px) !important;
  }

  .home-page .references .reference-grid,
  .localized-home-complete .references .reference-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 4px !important;
    padding: 6px !important;
  }

  .home-page .references .reference-logo,
  .localized-home-complete .references .reference-logo {
    --kayra-mobile-logo-scale: 1.35;
    height: 54px !important;
    min-height: 54px !important;
  }

  .home-page .references .reference-logo img,
  .localized-home-complete .references .reference-logo img {
    width: calc(100% - 4px) !important;
    max-width: calc(100% - 4px) !important;
    height: calc(100% - 4px) !important;
    max-height: calc(100% - 4px) !important;
    inset: 2px !important;
    object-fit: contain !important;
    transform: scale(var(--kayra-mobile-logo-scale)) !important;
    transform-origin: 50% 50% !important;
  }

  .home-page .references .reference-logo:nth-child(1), .localized-home-complete .references .reference-logo:nth-child(1) { --kayra-mobile-logo-scale: 1.25; }
  .home-page .references .reference-logo:nth-child(2), .localized-home-complete .references .reference-logo:nth-child(2) { --kayra-mobile-logo-scale: 2.37; }
  .home-page .references .reference-logo:nth-child(3), .localized-home-complete .references .reference-logo:nth-child(3) { --kayra-mobile-logo-scale: 1.05; }
  .home-page .references .reference-logo:nth-child(4), .localized-home-complete .references .reference-logo:nth-child(4) { --kayra-mobile-logo-scale: 1.45; }
  .home-page .references .reference-logo:nth-child(5), .localized-home-complete .references .reference-logo:nth-child(5) { --kayra-mobile-logo-scale: 1.61; }
  .home-page .references .reference-logo:nth-child(6), .localized-home-complete .references .reference-logo:nth-child(6) { --kayra-mobile-logo-scale: 1.05; }
  .home-page .references .reference-logo:nth-child(7), .localized-home-complete .references .reference-logo:nth-child(7) { --kayra-mobile-logo-scale: 1.75; }
  .home-page .references .reference-logo:nth-child(8), .localized-home-complete .references .reference-logo:nth-child(8) { --kayra-mobile-logo-scale: 1.97; }
  .home-page .references .reference-logo:nth-child(9), .localized-home-complete .references .reference-logo:nth-child(9) { --kayra-mobile-logo-scale: 1.25; }
  .home-page .references .reference-logo:nth-child(10), .localized-home-complete .references .reference-logo:nth-child(10) { --kayra-mobile-logo-scale: 1.65; }
  .home-page .references .reference-logo:nth-child(11), .localized-home-complete .references .reference-logo:nth-child(11) { --kayra-mobile-logo-scale: 1.77; }
  .home-page .references .reference-logo:nth-child(12), .localized-home-complete .references .reference-logo:nth-child(12) { --kayra-mobile-logo-scale: 1.49; }
  .home-page .references .reference-logo:nth-child(13), .localized-home-complete .references .reference-logo:nth-child(13) { --kayra-mobile-logo-scale: 1.42; }
  .home-page .references .reference-logo:nth-child(14), .localized-home-complete .references .reference-logo:nth-child(14) { --kayra-mobile-logo-scale: 2.60; }
  .home-page .references .reference-logo:nth-child(15), .localized-home-complete .references .reference-logo:nth-child(15) { --kayra-mobile-logo-scale: 1.54; }
  .home-page .references .reference-logo:nth-child(16), .localized-home-complete .references .reference-logo:nth-child(16) { --kayra-mobile-logo-scale: 1.27; }
  .home-page .references .reference-logo:nth-child(17), .localized-home-complete .references .reference-logo:nth-child(17) { --kayra-mobile-logo-scale: 1.24; }
  .home-page .references .reference-logo:nth-child(18), .localized-home-complete .references .reference-logo:nth-child(18) { --kayra-mobile-logo-scale: 1.90; }
  .home-page .references .reference-logo:nth-child(19), .localized-home-complete .references .reference-logo:nth-child(19) { --kayra-mobile-logo-scale: 1.34; }
  .home-page .references .reference-logo:nth-child(20), .localized-home-complete .references .reference-logo:nth-child(20) { --kayra-mobile-logo-scale: 1.11; }
  .home-page .references .reference-logo:nth-child(21), .localized-home-complete .references .reference-logo:nth-child(21) { --kayra-mobile-logo-scale: 1.10; }
  .home-page .references .reference-logo:nth-child(22), .localized-home-complete .references .reference-logo:nth-child(22) { --kayra-mobile-logo-scale: 1.52; }
  .home-page .references .reference-logo:nth-child(23), .localized-home-complete .references .reference-logo:nth-child(23) { --kayra-mobile-logo-scale: 2.60; }
  .home-page .references .reference-logo:nth-child(24), .localized-home-complete .references .reference-logo:nth-child(24) { --kayra-mobile-logo-scale: 2.14; }
  .home-page .references .reference-logo:nth-child(25), .localized-home-complete .references .reference-logo:nth-child(25) { --kayra-mobile-logo-scale: 2.24; }
  .home-page .references .reference-logo:nth-child(26), .localized-home-complete .references .reference-logo:nth-child(26) { --kayra-mobile-logo-scale: 1.49; }
  .home-page .references .reference-logo:nth-child(27), .localized-home-complete .references .reference-logo:nth-child(27) { --kayra-mobile-logo-scale: 1.77; }
  .home-page .references .reference-logo:nth-child(28), .localized-home-complete .references .reference-logo:nth-child(28) { --kayra-mobile-logo-scale: 1.75; }
  .home-page .references .reference-logo:nth-child(29), .localized-home-complete .references .reference-logo:nth-child(29) { --kayra-mobile-logo-scale: 1.70; }
  .home-page .references .reference-logo:nth-child(30), .localized-home-complete .references .reference-logo:nth-child(30) { --kayra-mobile-logo-scale: 1.58; }
  .home-page .references .reference-logo:nth-child(31), .localized-home-complete .references .reference-logo:nth-child(31) { --kayra-mobile-logo-scale: 2.23; }
  .home-page .references .reference-logo:nth-child(32), .localized-home-complete .references .reference-logo:nth-child(32) { --kayra-mobile-logo-scale: 1.71; }
  .home-page .references .reference-logo:nth-child(33), .localized-home-complete .references .reference-logo:nth-child(33) { --kayra-mobile-logo-scale: 1.85; }
  .home-page .references .reference-logo:nth-child(34), .localized-home-complete .references .reference-logo:nth-child(34) { --kayra-mobile-logo-scale: 1.67; }
  .home-page .references .reference-logo:nth-child(35), .localized-home-complete .references .reference-logo:nth-child(35) { --kayra-mobile-logo-scale: 1.47; }
  .home-page .references .reference-logo:nth-child(36), .localized-home-complete .references .reference-logo:nth-child(36) { --kayra-mobile-logo-scale: 1.79; }
  .home-page .references .reference-logo:nth-child(37), .localized-home-complete .references .reference-logo:nth-child(37) { --kayra-mobile-logo-scale: 1.14; }
  .home-page .references .reference-logo:nth-child(38), .localized-home-complete .references .reference-logo:nth-child(38) { --kayra-mobile-logo-scale: 1.91; }
  .home-page .references .reference-logo:nth-child(39), .localized-home-complete .references .reference-logo:nth-child(39) { --kayra-mobile-logo-scale: 1.59; }
  .home-page .references .reference-logo:nth-child(40), .localized-home-complete .references .reference-logo:nth-child(40) { --kayra-mobile-logo-scale: 1.75; }
  .home-page .references .reference-logo:nth-child(41), .localized-home-complete .references .reference-logo:nth-child(41) { --kayra-mobile-logo-scale: 1.60; }
  .home-page .references .reference-logo:nth-child(42), .localized-home-complete .references .reference-logo:nth-child(42) { --kayra-mobile-logo-scale: 1.76; }
  .home-page .references .reference-logo:nth-child(43), .localized-home-complete .references .reference-logo:nth-child(43) { --kayra-mobile-logo-scale: 1.73; }
  .home-page .references .reference-logo:nth-child(44), .localized-home-complete .references .reference-logo:nth-child(44) { --kayra-mobile-logo-scale: 1.53; }
  .home-page .references .reference-logo:nth-child(45), .localized-home-complete .references .reference-logo:nth-child(45) { --kayra-mobile-logo-scale: 1.99; }
  .home-page .references .reference-logo:nth-child(46), .localized-home-complete .references .reference-logo:nth-child(46) { --kayra-mobile-logo-scale: 1.77; }
  .home-page .references .reference-logo:nth-child(47), .localized-home-complete .references .reference-logo:nth-child(47) { --kayra-mobile-logo-scale: 1.63; }
  .home-page .references .reference-logo:nth-child(48), .localized-home-complete .references .reference-logo:nth-child(48) { --kayra-mobile-logo-scale: 1.66; }
  .home-page .references .reference-logo:nth-child(49), .localized-home-complete .references .reference-logo:nth-child(49) { --kayra-mobile-logo-scale: 1.62; }
  .home-page .references .reference-logo:nth-child(50), .localized-home-complete .references .reference-logo:nth-child(50) { --kayra-mobile-logo-scale: 2.60; }
}

@media (max-width: 720px) {
  .home-page .kayra-ce-home-directory > .container {
    width: min(100% - 28px, 1280px) !important;
  }
}
/* KAYRA_FINAL_UI_POLISH_20260821_V3_END */
/* Kayra CE discovery directory: compact, image-free, responsive. */
.ce-directory-overview{background:#f2f3f4;padding:72px 0;border-top:1px solid #dedfe1;border-bottom:1px solid #dedfe1}.ce-directory-overview .container{width:min(1180px,calc(100% - 40px));margin:0 auto}.ce-directory-overview-head{max-width:820px;margin-bottom:30px}.ce-directory-overview-head span{display:block;color:#d60018;font:700 14px/1.2 Oswald,Arial,sans-serif;letter-spacing:.12em;margin-bottom:10px}.ce-directory-overview-head h2{margin:0 0 12px;color:#111;font:700 clamp(28px,3.4vw,45px)/1.08 Oswald,Arial,sans-serif}.ce-directory-overview-head p{margin:0;color:#53565a;font:400 17px/1.7 Arial,sans-serif}.ce-directory-overview-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}.ce-directory-overview-card{display:flex;min-height:250px;flex-direction:column;padding:30px;border:1px solid #d8d9db;border-top:4px solid #d60018;background:#fff;color:#111;text-decoration:none;box-shadow:0 12px 28px rgba(0,0,0,.06);transition:transform .2s ease,box-shadow .2s ease}.ce-directory-overview-card:nth-child(2){background:#141619;color:#fff;border-color:#141619;border-top-color:#d60018}.ce-directory-overview-card:hover{transform:translateY(-3px);box-shadow:0 18px 34px rgba(0,0,0,.12)}.ce-directory-overview-card small{color:#d60018;font:700 13px/1.2 Oswald,Arial,sans-serif;letter-spacing:.12em}.ce-directory-overview-card h3{margin:14px 0 12px;font:700 clamp(24px,2.5vw,34px)/1.12 Oswald,Arial,sans-serif}.ce-directory-overview-card p{margin:0 0 22px;color:#5e6165;font:400 16px/1.65 Arial,sans-serif}.ce-directory-overview-card:nth-child(2) p{color:#d8d9db}.ce-directory-overview-card strong{margin-top:auto;color:inherit;font:700 14px/1.3 Oswald,Arial,sans-serif;letter-spacing:.04em}.kayra-directory-back-to-top{position:fixed;right:28px;bottom:92px;z-index:998;width:52px;height:52px;border:1px solid rgba(255,255,255,.34);border-radius:50%;background:#151719;color:#fff;box-shadow:0 10px 28px rgba(0,0,0,.28);font:700 25px/1 Arial,sans-serif;cursor:pointer;transition:background .2s ease,transform .2s ease}.kayra-directory-back-to-top:hover,.kayra-directory-back-to-top:focus-visible{background:#d60018;transform:translateY(-2px);outline:2px solid #fff;outline-offset:2px}@media(max-width:760px){.ce-directory-overview{padding:52px 0}.ce-directory-overview .container{width:min(100% - 28px,1180px)}.ce-directory-overview-grid{grid-template-columns:1fr}.ce-directory-overview-card{min-height:220px;padding:24px}.kayra-directory-back-to-top{right:18px;bottom:86px;width:48px;height:48px}}
/* Kayra Patent V12 — focused visual and component repair.
 * The existing header/menu interaction code is intentionally untouched.
 */

/* --------------------------------------------------------------------------
   Home slider: one proportional type/CTA system for TR + seven translations
   -------------------------------------------------------------------------- */
html body :is(main.home-page, main.localized-home-complete[data-kayra-v11-home]) > .home-first-screen > .hero {
  isolation: isolate !important;
  overflow: hidden !important;
}

html body :is(main.home-page, main.localized-home-complete[data-kayra-v11-home]) > .home-first-screen > .hero > article > .hero-copy,
html body :is(main.home-page, main.localized-home-complete[data-kayra-v11-home]) > .home-first-screen > .hero > article > .container {
  box-sizing: border-box !important;
}

@media (min-width: 761px) {
  html body :is(main.home-page, main.localized-home-complete[data-kayra-v11-home]) > .home-first-screen > .hero > article > .hero-copy,
  html body :is(main.home-page, main.localized-home-complete[data-kayra-v11-home]) > .home-first-screen > .hero > article > .container {
    position: absolute !important;
    inset: 0 !important;
    z-index: 2 !important;
    width: min(1616px, calc(100% - 144px)) !important;
    max-width: 1616px !important;
    height: 100% !important;
    margin-inline: auto !important;
    padding: 34px 0 112px !important;
    overflow: hidden !important;
    text-align: left !important;
  }

  html[dir="rtl"] body :is(main.home-page, main.localized-home-complete[data-kayra-v11-home]) > .home-first-screen > .hero > article > .hero-copy,
  html[dir="rtl"] body :is(main.home-page, main.localized-home-complete[data-kayra-v11-home]) > .home-first-screen > .hero > article > .container {
    text-align: right !important;
  }

  html body :is(main.home-page, main.localized-home-complete[data-kayra-v11-home]) > .home-first-screen > .hero > article .overline,
  html body :is(main.home-page, main.localized-home-complete[data-kayra-v11-home]) > .home-first-screen > .hero > article > .container > span:first-child {
    display: block !important;
    max-width: 1040px !important;
    font-size: clamp(15px, 1.15vw, 19px) !important;
    font-weight: 600 !important;
    line-height: 1.25 !important;
    letter-spacing: .075em !important;
  }

  html body :is(main.home-page, main.localized-home-complete[data-kayra-v11-home]) > .home-first-screen > .hero > article h1 {
    max-width: 1120px !important;
    margin: 16px 0 20px !important;
    font-family: var(--font-open-sans), "Open Sans", Arial, sans-serif !important;
    font-size: clamp(44px, 3.55vw, 66px) !important;
    font-weight: 500 !important;
    line-height: 1.075 !important;
    letter-spacing: -.025em !important;
    text-align: inherit !important;
    text-wrap: balance !important;
    white-space: normal !important;
    overflow-wrap: normal !important;
  }

  html body :is(main.home-page, main.localized-home-complete[data-kayra-v11-home]) > .home-first-screen > .hero > article h1 em {
    display: inline !important;
    white-space: normal !important;
  }

  html body :is(main.home-page, main.localized-home-complete[data-kayra-v11-home]) > .home-first-screen > .hero > article p {
    max-width: 980px !important;
    margin: 0 !important;
    font-family: var(--font-open-sans), "Open Sans", Arial, sans-serif !important;
    font-size: clamp(16px, 1.12vw, 20px) !important;
    font-weight: 400 !important;
    line-height: 1.5 !important;
    text-align: inherit !important;
    text-wrap: pretty !important;
  }

  html body :is(main.home-page, main.localized-home-complete[data-kayra-v11-home]) > .home-first-screen > .hero .hero-actions {
    position: absolute !important;
    right: auto !important;
    bottom: 12px !important;
    left: 50% !important;
    z-index: 4 !important;
    display: flex !important;
    width: min(1616px, calc(100% - 144px)) !important;
    max-width: 1616px !important;
    align-items: flex-end !important;
    justify-content: space-between !important;
    gap: 24px !important;
    margin: 0 !important;
    transform: translateX(-50%) !important;
    direction: ltr !important;
  }

  html body :is(main.home-page, main.localized-home-complete[data-kayra-v11-home]) > .home-first-screen > .hero .hero-actions .button {
    box-sizing: border-box !important;
    display: inline-flex !important;
    width: clamp(210px, 17vw, 240px) !important;
    min-width: 0 !important;
    min-height: 58px !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 16px !important;
    padding: 0 22px !important;
    font-family: var(--font-oswald), Oswald, Arial, sans-serif !important;
    font-size: clamp(16px, 1.2vw, 19px) !important;
    font-weight: 500 !important;
    line-height: 1.15 !important;
    white-space: normal !important;
  }

  html body :is(main.home-page, main.localized-home-complete[data-kayra-v11-home]) > .home-first-screen > .hero .hero-actions .button svg {
    flex: 0 0 17px !important;
    width: 17px !important;
    height: 17px !important;
  }
}

@media (min-width: 761px) and (max-width: 1000px) {
  html body :is(main.home-page, main.localized-home-complete[data-kayra-v11-home]) > .home-first-screen > .hero > article > .hero-copy,
  html body :is(main.home-page, main.localized-home-complete[data-kayra-v11-home]) > .home-first-screen > .hero > article > .container,
  html body :is(main.home-page, main.localized-home-complete[data-kayra-v11-home]) > .home-first-screen > .hero .hero-actions {
    width: calc(100% - 80px) !important;
  }

  html body :is(main.home-page, main.localized-home-complete[data-kayra-v11-home]) > .home-first-screen > .hero > article h1 {
    font-size: clamp(38px, 5.2vw, 50px) !important;
  }
}

@media (max-width: 760px) {
  html body :is(main.home-page, main.localized-home-complete[data-kayra-v11-home]) > .home-first-screen > .hero {
    height: clamp(520px, 72svh, 610px) !important;
    min-height: 520px !important;
  }

  html body :is(main.home-page, main.localized-home-complete[data-kayra-v11-home]) > .home-first-screen > .hero > article > .hero-copy,
  html body :is(main.home-page, main.localized-home-complete[data-kayra-v11-home]) > .home-first-screen > .hero > article > .container {
    position: absolute !important;
    inset: 0 18px !important;
    z-index: 2 !important;
    display: block !important;
    box-sizing: border-box !important;
    width: auto !important;
    max-width: none !important;
    height: 100% !important;
    margin: 0 !important;
    padding: 22px 0 136px !important;
    overflow: hidden !important;
    text-align: left !important;
  }

  html[dir="rtl"] body :is(main.home-page, main.localized-home-complete[data-kayra-v11-home]) > .home-first-screen > .hero > article > .hero-copy,
  html[dir="rtl"] body :is(main.home-page, main.localized-home-complete[data-kayra-v11-home]) > .home-first-screen > .hero > article > .container {
    text-align: right !important;
  }

  html body :is(main.home-page, main.localized-home-complete[data-kayra-v11-home]) > .home-first-screen > .hero > article .overline,
  html body :is(main.home-page, main.localized-home-complete[data-kayra-v11-home]) > .home-first-screen > .hero > article > .container > span:first-child {
    display: block !important;
    max-width: 100% !important;
    font-size: clamp(11px, 3vw, 13px) !important;
    font-weight: 600 !important;
    line-height: 1.25 !important;
    letter-spacing: .06em !important;
  }

  html body :is(main.home-page, main.localized-home-complete[data-kayra-v11-home]) > .home-first-screen > .hero > article h1 {
    display: block !important;
    max-width: 100% !important;
    margin: 10px 0 12px !important;
    font-family: var(--font-open-sans), "Open Sans", Arial, sans-serif !important;
    font-size: clamp(26px, 7.2vw, 34px) !important;
    font-weight: 500 !important;
    line-height: 1.08 !important;
    letter-spacing: -.02em !important;
    text-align: inherit !important;
    text-wrap: balance !important;
    white-space: normal !important;
    overflow-wrap: normal !important;
  }

  html body :is(main.home-page, main.localized-home-complete[data-kayra-v11-home]) > .home-first-screen > .hero > article h1 br {
    display: none !important;
  }

  html body :is(main.home-page, main.localized-home-complete[data-kayra-v11-home]) > .home-first-screen > .hero > article h1 em {
    display: inline !important;
    white-space: normal !important;
  }

  html body :is(main.home-page, main.localized-home-complete[data-kayra-v11-home]) > .home-first-screen > .hero > article p {
    display: -webkit-box !important;
    max-width: 100% !important;
    margin: 0 !important;
    overflow: hidden !important;
    font-family: var(--font-open-sans), "Open Sans", Arial, sans-serif !important;
    font-size: clamp(13px, 3.65vw, 15px) !important;
    font-weight: 400 !important;
    line-height: 1.45 !important;
    text-align: inherit !important;
    text-wrap: pretty !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 4 !important;
  }

  html body :is(main.home-page, main.localized-home-complete[data-kayra-v11-home]) > .home-first-screen > .hero .hero-actions {
    position: absolute !important;
    right: 18px !important;
    bottom: 40px !important;
    left: 18px !important;
    z-index: 4 !important;
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 8px !important;
    width: auto !important;
    margin: 0 !important;
    direction: ltr !important;
  }

  html body :is(main.home-page, main.localized-home-complete[data-kayra-v11-home]) > .home-first-screen > .hero .hero-actions .button {
    box-sizing: border-box !important;
    display: inline-flex !important;
    width: 100% !important;
    min-width: 0 !important;
    min-height: 52px !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 7px !important;
    padding: 9px 11px !important;
    font-family: var(--font-oswald), Oswald, Arial, sans-serif !important;
    font-size: clamp(11px, 3.1vw, 13.5px) !important;
    font-weight: 500 !important;
    line-height: 1.15 !important;
    text-align: start !important;
    white-space: normal !important;
    overflow-wrap: normal !important;
  }

  html body :is(main.home-page, main.localized-home-complete[data-kayra-v11-home]) > .home-first-screen > .hero .hero-actions .button svg {
    flex: 0 0 15px !important;
    width: 15px !important;
    height: 15px !important;
  }

  html body :is(main.home-page, main.localized-home-complete[data-kayra-v11-home]) > .home-first-screen > .hero > .slide-dots {
    bottom: 13px !important;
  }

  html body :is(main.home-page, main.localized-home-complete[data-kayra-v11-home]) > .home-first-screen > .hero > .slide-arrow {
    width: 36px !important;
    height: 54px !important;
  }
}

/* --------------------------------------------------------------------------
   Compact language selector and correctly proportioned white-backed flags
   -------------------------------------------------------------------------- */
html body .language-switcher > .language-menu,
html body .localized-language-menu > div,
html body .kayra-header-language-panel-v6,
html body .kayra-header-language-panel-v11 {
  box-sizing: border-box !important;
  width: min(300px, calc(100vw - 24px)) !important;
  max-height: min(408px, calc(100vh - 64px)) !important;
  padding: 6px 10px !important;
  overflow-y: auto !important;
  border: 1px solid #737a7f !important;
  background: #101315 !important;
  box-shadow: 0 14px 30px rgba(0, 0, 0, .3) !important;
}

html body .language-switcher > .language-menu > a,
html body .localized-language-menu > div > a,
html body .kayra-header-language-panel-v6 > a,
html body .kayra-header-language-panel-v11 > a {
  box-sizing: border-box !important;
  display: grid !important;
  grid-template-columns: 34px 36px minmax(0, 1fr) !important;
  min-height: 46px !important;
  align-items: center !important;
  gap: 10px !important;
  margin: 0 !important;
  padding: 0 10px !important;
  border: 0 !important;
  border-bottom: 1px solid #555d62 !important;
  color: #fff !important;
  background: transparent !important;
  text-align: left !important;
  text-decoration: none !important;
  direction: ltr !important;
}

html body .language-switcher > .language-menu > a:last-child,
html body .localized-language-menu > div > a:last-child,
html body .kayra-header-language-panel-v6 > a:last-child,
html body .kayra-header-language-panel-v11 > a:last-child {
  border-bottom: 0 !important;
}

html body :is(.language-switcher, .localized-language-menu, .desktop-header-language, .mobile-header-language, .drawer-current-language) img,
html body :is(.language-switcher, .localized-language-menu, .desktop-header-language, .mobile-header-language, .drawer-current-language) .tr-flag,
html body img.kayra-v12-flag {
  box-sizing: border-box !important;
  display: block !important;
  width: 30px !important;
  height: 21px !important;
  object-fit: cover !important;
  padding: 2px !important;
  overflow: hidden !important;
  border: 1px solid #fff !important;
  border-radius: 3px !important;
  background: #fff !important;
  box-shadow: 0 1px 3px rgba(0, 0, 0, .2) !important;
}

html body :is(.language-switcher, .localized-language-menu, .kayra-header-language-panel-v6, .kayra-header-language-panel-v11) a > b {
  min-width: 0 !important;
  color: #fff !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
}

html body :is(.language-switcher, .localized-language-menu, .kayra-header-language-panel-v6, .kayra-header-language-panel-v11) a > small {
  min-width: 0 !important;
  color: #aab0b4 !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 1.2 !important;
  white-space: normal !important;
}

@media (max-width: 760px) {
  html body .language-switcher > .language-menu,
  html body .localized-language-menu > div,
  html body .kayra-header-language-panel-v6,
  html body .kayra-header-language-panel-v11 {
    width: min(286px, calc(100vw - 20px)) !important;
    max-height: calc(100vh - 78px) !important;
  }

  html body .language-switcher > .language-menu > a,
  html body .localized-language-menu > div > a,
  html body .kayra-header-language-panel-v6 > a,
  html body .kayra-header-language-panel-v11 > a {
    min-height: 44px !important;
  }
}

/* --------------------------------------------------------------------------
   Foreign mega menus: wrapping only; open/close behaviour remains untouched
   -------------------------------------------------------------------------- */
html body :is(.localized-header, .site-header) .localized-mega,
html body :is(.localized-header, .site-header) .localized-mega * {
  box-sizing: border-box !important;
  min-width: 0;
}

html body :is(.localized-header, .site-header) .localized-mega a,
html body :is(.localized-header, .site-header) .mobile-nav-label,
html body :is(.localized-header, .site-header) .certification-category-label {
  white-space: normal !important;
  overflow-wrap: anywhere !important;
  word-break: normal !important;
}

@media (min-width: 1001px) {
  html body :is(.localized-header, .site-header) .certification-hub-body {
    grid-template-columns: clamp(310px, 23vw, 390px) minmax(0, 1fr) !important;
  }

  html body :is(.localized-header, .site-header) .certification-category {
    grid-template-columns: 48px minmax(0, 1fr) 18px !important;
    height: auto !important;
    min-height: 94px !important;
  }

  html body :is(.localized-header, .site-header) .certification-category-label {
    display: -webkit-box !important;
    max-width: 100% !important;
    overflow: hidden !important;
    line-height: 1.25 !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 2 !important;
  }

  html body :is(.localized-header, .site-header) .certification-panel-links {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    column-gap: 28px !important;
  }

  html body :is(.localized-header, .site-header) .certification-panel-links > a {
    min-width: 0 !important;
    min-height: 48px !important;
    line-height: 1.32 !important;
    white-space: normal !important;
    overflow-wrap: anywhere !important;
  }

  html body :is(.localized-header, .site-header) .localized-card-mega {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  html body :is(.localized-header, .site-header) .localized-card-mega > section > a {
    display: -webkit-box !important;
    overflow: hidden !important;
    line-height: 1.35 !important;
    white-space: normal !important;
    overflow-wrap: anywhere !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 2 !important;
  }
}

/* --------------------------------------------------------------------------
   Missing related-guide styling on the 63 parent guide pages
   -------------------------------------------------------------------------- */
.kayra-seo-cluster {
  padding: clamp(58px, 7vw, 92px) 0;
  color: #15191e;
  background: #f5f6f7;
  border-top: 1px solid #e0e3e6;
  border-bottom: 1px solid #e0e3e6;
}

.kayra-seo-cluster__head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 28px;
  margin-bottom: 28px;
}

.kayra-seo-cluster__head span {
  color: #c90015;
  font-weight: 700;
  letter-spacing: .12em;
}

.kayra-seo-cluster__head h2 {
  max-width: 820px;
  margin: 8px 0 0;
  font: 700 clamp(31px, 4vw, 54px)/1.02 var(--font-oswald), Oswald, sans-serif;
}

.kayra-seo-cluster__head p {
  max-width: 520px;
  margin: 0;
  color: #4a535d;
  line-height: 1.7;
}

.kayra-seo-cluster__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.kayra-seo-cluster__card {
  display: flex;
  min-width: 0;
  min-height: 178px;
  flex-direction: column;
  justify-content: space-between;
  gap: 18px;
  padding: 24px;
  color: #15191e;
  text-decoration: none;
  background: #fff;
  border: 1px solid #dde1e4;
  border-top: 4px solid #e40017;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.kayra-seo-cluster__card:hover,
.kayra-seo-cluster__card:focus-visible {
  transform: translateY(-3px);
  border-color: #e40017;
  box-shadow: 0 16px 35px rgba(8, 12, 16, .1);
}

.kayra-seo-cluster__card strong {
  font: 700 23px/1.1 var(--font-oswald), Oswald, sans-serif;
}

.kayra-seo-cluster__card small {
  color: #56616b;
  line-height: 1.55;
}

.kayra-seo-cluster__card b {
  color: #b00012;
}

@media (max-width: 760px) {
  .kayra-seo-cluster__head { display: block; }
  .kayra-seo-cluster__head p { margin-top: 14px; }
  .kayra-seo-cluster__grid { grid-template-columns: 1fr; }
  .kayra-seo-cluster__card { min-height: 142px; }
}

@media (min-width: 761px) and (max-width: 1080px) {
  .kayra-seo-cluster__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

/* --------------------------------------------------------------------------
   The 280 static translated guide pages now use the established site form and
   footer structure. These scoped rules keep them visually identical even when
   an older compiled stylesheet remains cached on the server.
   -------------------------------------------------------------------------- */
body.kp-l10n-page .localized-form-section {
  padding: 66px 0 !important;
  color: #fff !important;
  background:
    radial-gradient(circle at 18% 25%, rgba(205, 0, 20, .28), transparent 38%),
    linear-gradient(118deg, #0b0d0f 0%, #17090c 52%, #8d000c 100%) !important;
  border-top: 3px solid #d60016 !important;
}

body.kp-l10n-page .localized-form-section > .container,
body.kp-l10n-page .localized-footer > .container,
body.kp-l10n-page .localized-footer-bottom > .container {
  width: min(1180px, calc(100% - 40px)) !important;
  margin-inline: auto !important;
}

body.kp-l10n-page .service-contact-grid {
  display: grid !important;
  grid-template-columns: minmax(280px, .78fr) minmax(0, 1.22fr) !important;
  gap: 52px !important;
  align-items: start !important;
}

body.kp-l10n-page .service-contact-copy .overline {
  color: #ff5d6b !important;
  font: 700 13px/1.2 var(--font-oswald), Oswald, sans-serif !important;
  letter-spacing: .1em !important;
}

body.kp-l10n-page .service-contact-copy h2 {
  max-width: 470px !important;
  margin: 12px 0 18px !important;
  color: #fff !important;
  font: 700 clamp(34px, 4vw, 48px)/1.08 var(--font-oswald), Oswald, sans-serif !important;
}

body.kp-l10n-page .service-contact-copy > p {
  max-width: 470px !important;
  color: #e5e7e9 !important;
  font-size: 16px !important;
  line-height: 1.75 !important;
}

body.kp-l10n-page .contact-quick-actions {
  display: grid !important;
  gap: 10px !important;
  margin-top: 26px !important;
}

body.kp-l10n-page .contact-quick-actions > a {
  display: flex !important;
  min-height: 66px !important;
  align-items: center !important;
  gap: 16px !important;
  padding: 12px 18px !important;
  color: #fff !important;
  text-decoration: none !important;
  background: rgba(255, 255, 255, .055) !important;
  border: 1px solid rgba(255, 255, 255, .18) !important;
  border-left: 3px solid #e00017 !important;
}

body.kp-l10n-page .contact-quick-actions span {
  display: grid !important;
}

body.kp-l10n-page .contact-quick-actions small {
  color: #ff8590 !important;
  font: 600 13px var(--font-oswald), Oswald, sans-serif !important;
}

body.kp-l10n-page .contact-quick-actions b {
  color: #fff !important;
  font-size: 15px !important;
}

body.kp-l10n-page .lead-form {
  box-sizing: border-box !important;
  display: block !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 28px !important;
  color: #171a1d !important;
  background: #fff !important;
  box-shadow: 0 20px 52px rgba(40, 0, 5, .36) !important;
}

body.kp-l10n-page .lead-form-heading {
  margin-bottom: 20px !important;
}

body.kp-l10n-page .lead-form-heading > span {
  color: #c70015 !important;
  font: 700 12px var(--font-oswald), Oswald, sans-serif !important;
  letter-spacing: .09em !important;
}

body.kp-l10n-page .lead-form-heading h3 {
  margin: 6px 0 8px !important;
  color: #15191d !important;
  font: 700 clamp(25px, 2.5vw, 34px)/1.12 var(--font-oswald), Oswald, sans-serif !important;
}

body.kp-l10n-page .lead-form-heading p {
  margin: 0 !important;
  color: #626a72 !important;
  font-size: 13px !important;
}

body.kp-l10n-page .lead-form-fields {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 14px !important;
}

body.kp-l10n-page .lead-form-fields label {
  display: grid !important;
  min-width: 0 !important;
  gap: 6px !important;
  color: #252a2f !important;
  font-size: 13px !important;
  font-weight: 700 !important;
}

body.kp-l10n-page .lead-form-fields label.wide {
  grid-column: 1 / -1 !important;
}

body.kp-l10n-page .lead-form-fields input,
body.kp-l10n-page .lead-form-fields select,
body.kp-l10n-page .lead-form-fields textarea {
  box-sizing: border-box !important;
  width: 100% !important;
  min-height: 48px !important;
  padding: 11px 12px !important;
  color: #15191d !important;
  background: #f8f9fa !important;
  border: 1px solid #cfd4d8 !important;
  border-radius: 0 !important;
  font: 400 14px/1.4 var(--font-open-sans), "Open Sans", Arial, sans-serif !important;
}

body.kp-l10n-page .lead-form-fields textarea {
  min-height: 112px !important;
  resize: vertical !important;
}

body.kp-l10n-page .form-honeypot {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

body.kp-l10n-page .lead-submit {
  box-sizing: border-box !important;
  display: flex !important;
  width: 100% !important;
  min-height: 52px !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 14px !important;
  margin-top: 16px !important;
  padding: 0 20px !important;
  color: #fff !important;
  background: #d80016 !important;
  border: 0 !important;
  font: 600 15px var(--font-oswald), Oswald, sans-serif !important;
  letter-spacing: .03em !important;
  cursor: pointer !important;
}

body.kp-l10n-page .lead-submit:disabled {
  opacity: .65 !important;
  cursor: wait !important;
}

body.kp-l10n-page .form-privacy-summary {
  margin: 9px 0 0 !important;
  color: #7a8187 !important;
  font-size: 11px !important;
  text-align: center !important;
}

body.kp-l10n-page .form-privacy-summary a {
  color: #bd0013 !important;
}

body.kp-l10n-page .localized-footer {
  color: #d8dcdf !important;
  background: #0b0d0f !important;
  border-top: 3px solid #d80016 !important;
}

body.kp-l10n-page .localized-footer-grid {
  display: grid !important;
  grid-template-columns: 1.22fr .85fr 1.08fr 1.22fr .92fr !important;
  gap: 30px !important;
  padding-top: 52px !important;
  padding-bottom: 42px !important;
}

body.kp-l10n-page .localized-footer a {
  color: inherit !important;
  text-decoration: none !important;
}

body.kp-l10n-page .localized-footer h3 {
  margin: 0 0 18px !important;
  color: #fff !important;
  font: 700 20px var(--font-oswald), Oswald, sans-serif !important;
}

body.kp-l10n-page .localized-footer-brand .brand {
  display: inline-flex !important;
  margin-bottom: 14px !important;
}

body.kp-l10n-page .localized-footer-brand .brand-lockup {
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;
}

body.kp-l10n-page .localized-footer-brand img {
  width: 62px !important;
  height: 58px !important;
  object-fit: contain !important;
  padding: 4px !important;
  background: #fff !important;
  border-radius: 3px !important;
}

body.kp-l10n-page .localized-footer-brand .brand-name {
  display: flex !important;
  gap: 6px !important;
  color: #fff !important;
  font: 700 24px var(--font-oswald), Oswald, sans-serif !important;
}

body.kp-l10n-page .localized-footer-brand .brand-name strong {
  color: #d80016 !important;
}

body.kp-l10n-page .localized-footer-brand p,
body.kp-l10n-page .localized-footer-brand small,
body.kp-l10n-page .localized-footer-contact p {
  color: #aeb4b8 !important;
  font-size: 13px !important;
  line-height: 1.65 !important;
}

body.kp-l10n-page .footer-nav-column,
body.kp-l10n-page .localized-footer-contact {
  display: flex !important;
  min-width: 0 !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  gap: 9px !important;
}

body.kp-l10n-page .footer-nav-column a,
body.kp-l10n-page .localized-footer-contact a {
  max-width: 100% !important;
  color: #bdc2c6 !important;
  font-size: 13px !important;
  line-height: 1.45 !important;
  overflow-wrap: anywhere !important;
}

body.kp-l10n-page .localized-footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, .12) !important;
}

body.kp-l10n-page .localized-footer-bottom > .container {
  display: flex !important;
  min-height: 58px !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 20px !important;
  color: #8f969b !important;
  font-size: 12px !important;
}

body.kp-l10n-page .localized-footer-bottom span:last-child {
  display: flex !important;
  gap: 18px !important;
}

@media (max-width: 1080px) {
  body.kp-l10n-page .localized-footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 820px) {
  body.kp-l10n-page .service-contact-grid {
    grid-template-columns: 1fr !important;
    gap: 32px !important;
  }
}

@media (max-width: 640px) {
  body.kp-l10n-page .localized-form-section {
    padding: 46px 0 !important;
  }

  body.kp-l10n-page .localized-form-section > .container,
  body.kp-l10n-page .localized-footer > .container,
  body.kp-l10n-page .localized-footer-bottom > .container {
    width: min(100% - 28px, 1180px) !important;
  }

  body.kp-l10n-page .lead-form {
    padding: 20px !important;
  }

  body.kp-l10n-page .lead-form-fields,
  body.kp-l10n-page .localized-footer-grid {
    grid-template-columns: 1fr !important;
  }

  body.kp-l10n-page .lead-form-fields label.wide {
    grid-column: auto !important;
  }

  body.kp-l10n-page .localized-footer-bottom > .container,
  body.kp-l10n-page .localized-footer-bottom span:last-child {
    align-items: flex-start !important;
    flex-direction: column !important;
  }

  body.kp-l10n-page .localized-footer-bottom > .container {
    padding: 16px 0 !important;
  }
}

/* Form feedback and the missing back-to-top control. */
.kayra-v12-form-status {
  box-sizing: border-box !important;
  width: 100% !important;
  margin: 10px 0 0 !important;
  padding: 10px 12px !important;
  color: #5c646b !important;
  background: #f4f5f6 !important;
  border-left: 3px solid #899198 !important;
  font-size: 13px !important;
  line-height: 1.45 !important;
}

.kayra-v12-form-status[data-state="success"] {
  color: #086d2a !important;
  background: #effaf3 !important;
  border-left-color: #0a8b38 !important;
}

.kayra-v12-form-status[data-state="error"] {
  color: #92000d !important;
  background: #fff1f2 !important;
  border-left-color: #d60016 !important;
}

.kayra-v12-back-to-top {
  position: fixed !important;
  right: 22px !important;
  bottom: 24px !important;
  z-index: 96 !important;
  display: grid !important;
  box-sizing: border-box !important;
  width: 44px !important;
  height: 44px !important;
  place-items: center !important;
  padding: 0 !important;
  color: #fff !important;
  background: #121518 !important;
  border: 1px solid rgba(255, 255, 255, .38) !important;
  border-radius: 50% !important;
  box-shadow: 0 10px 26px rgba(0, 0, 0, .28) !important;
  opacity: 0 !important;
  visibility: hidden !important;
  transform: translateY(10px) !important;
  transition: opacity .2s ease, transform .2s ease, visibility .2s ease !important;
  cursor: pointer !important;
}

.kayra-v12-back-to-top.is-visible {
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
}

@media (max-width: 760px) {
  .kayra-v12-back-to-top {
    right: 14px !important;
    bottom: 82px !important;
    width: 42px !important;
    height: 42px !important;
  }
}
/* Kayra Patent V13 — small, isolated visual corrections.
 * Form delivery, menu interaction and the V12 component repairs are untouched.
 */

/* --------------------------------------------------------------------------
   Compact white language selector; proportional flags without white frames
   -------------------------------------------------------------------------- */
html body .language-switcher > .language-menu,
html body .localized-language-menu > div,
html body .kayra-header-language-panel-v6,
html body .kayra-header-language-panel-v11 {
  box-sizing: border-box !important;
  top: 100% !important;
  width: min(248px, calc(100vw - 16px)) !important;
  max-height: min(300px, calc(100dvh - 56px)) !important;
  margin-top: 0 !important;
  padding: 4px 8px !important;
  overflow-y: auto !important;
  border: 1px solid #d7dbde !important;
  background: #fff !important;
  box-shadow: 0 12px 28px rgba(12, 16, 20, .18) !important;
}

html body .language-switcher > .language-menu > a,
html body .localized-language-menu > div > a,
html body .kayra-header-language-panel-v6 > a,
html body .kayra-header-language-panel-v11 > a {
  box-sizing: border-box !important;
  display: grid !important;
  grid-template-columns: 24px 28px minmax(0, 1fr) !important;
  width: 100% !important;
  min-height: 36px !important;
  height: 36px !important;
  align-items: center !important;
  gap: 7px !important;
  margin: 0 !important;
  padding: 0 6px !important;
  color: #171a1d !important;
  background: #fff !important;
  border: 0 !important;
  border-bottom: 1px solid #e1e4e6 !important;
  text-align: left !important;
  text-decoration: none !important;
  direction: ltr !important;
}

html body .language-switcher > .language-menu > a:hover,
html body .language-switcher > .language-menu > a:focus-visible,
html body .localized-language-menu > div > a:hover,
html body .localized-language-menu > div > a:focus-visible,
html body .kayra-header-language-panel-v6 > a:hover,
html body .kayra-header-language-panel-v6 > a:focus-visible,
html body .kayra-header-language-panel-v11 > a:hover,
html body .kayra-header-language-panel-v11 > a:focus-visible {
  color: #b90014 !important;
  background: #f4f5f6 !important;
}

html body .language-switcher > .language-menu > a:last-child,
html body .localized-language-menu > div > a:last-child,
html body .kayra-header-language-panel-v6 > a:last-child,
html body .kayra-header-language-panel-v11 > a:last-child {
  border-bottom: 0 !important;
}

html body :is(.language-switcher, .localized-language-menu, .desktop-header-language, .mobile-header-language, .drawer-current-language, .kayra-header-language-panel-v6, .kayra-header-language-panel-v11) img,
html body :is(.language-switcher, .localized-language-menu, .desktop-header-language, .mobile-header-language, .drawer-current-language, .kayra-header-language-panel-v6, .kayra-header-language-panel-v11) .tr-flag,
html body img.kayra-v12-flag,
html body main.localized-home-complete[data-kayra-v11-home] .language-switcher img,
html body main.localized-home-complete[data-kayra-v11-home] .desktop-header-language img,
html body main.localized-home-complete[data-kayra-v11-home] .mobile-header-language img,
html body main.localized-home-complete[data-kayra-v11-home] .drawer-current-language img,
html body main.localized-home-complete[data-kayra-v11-home] .language-menu img,
html body main.localized-home-complete[data-kayra-v11-home] .kayra-header-language-panel-v11 img {
  box-sizing: border-box !important;
  display: block !important;
  width: 24px !important;
  height: 16px !important;
  object-fit: cover !important;
  padding: 0 !important;
  overflow: hidden !important;
  border: 0 !important;
  border-radius: 1px !important;
  background: transparent !important;
  box-shadow: none !important;
}

html body :is(.language-switcher, .localized-language-menu, .kayra-header-language-panel-v6, .kayra-header-language-panel-v11) a > b {
  min-width: 0 !important;
  color: #171a1d !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
}

html body :is(.language-switcher, .localized-language-menu, .kayra-header-language-panel-v6, .kayra-header-language-panel-v11) a > small {
  min-width: 0 !important;
  color: #697178 !important;
  font-size: 12px !important;
  font-weight: 400 !important;
  line-height: 1.15 !important;
  white-space: normal !important;
}

html body .language-switcher > button > b,
html body .desktop-header-language > b,
html body .mobile-header-language > b,
html body .drawer-current-language > b {
  font-size: 12px !important;
  line-height: 1 !important;
}

@media (max-width: 760px) {
  html body .language-switcher > .language-menu,
  html body .localized-language-menu > div,
  html body .kayra-header-language-panel-v6,
  html body .kayra-header-language-panel-v11 {
    width: min(236px, calc(100vw - 12px)) !important;
    max-height: min(300px, calc(100dvh - 64px)) !important;
  }
}

/* --------------------------------------------------------------------------
   Desktop slider: identical CTA type and body copy clear of the left arrow
   -------------------------------------------------------------------------- */
@media (min-width: 761px) {
  html body :is(main.home-page, main.localized-home-complete[data-kayra-v11-home]) > .home-first-screen > .hero .hero-actions .button {
    font-family: var(--font-oswald), Oswald, Arial, sans-serif !important;
    font-size: clamp(14px, calc(1.2vw - 2px), 17px) !important;
    font-weight: 500 !important;
    line-height: 1.15 !important;
    letter-spacing: .025em !important;
  }
}

@media (min-width: 761px) and (max-width: 1000px) {
  html body :is(main.home-page, main.localized-home-complete[data-kayra-v11-home]) > .home-first-screen > .hero > article p {
    max-width: calc(100% - 67px) !important;
    margin-inline-start: 67px !important;
  }
}

@media (min-width: 1001px) and (max-width: 1760px) {
  html body :is(main.home-page, main.localized-home-complete[data-kayra-v11-home]) > .home-first-screen > .hero > article p {
    max-width: 945px !important;
    margin-inline-start: 35px !important;
  }
}

/* --------------------------------------------------------------------------
   Mobile opening: shorter hero, clear arrow/copy axis and compact CTA pair
   -------------------------------------------------------------------------- */
@media (max-width: 760px) {
  html body :is(main.home-page, main.localized-home-complete[data-kayra-v11-home]) > .home-first-screen > .hero {
    height: clamp(370px, 48svh, 400px) !important;
    min-height: 370px !important;
    max-height: 400px !important;
  }

  html body :is(main.home-page, main.localized-home-complete[data-kayra-v11-home]) > .home-first-screen > .hero > article > .hero-copy,
  html body :is(main.home-page, main.localized-home-complete[data-kayra-v11-home]) > .home-first-screen > .hero > article > .container {
    padding: 16px 0 102px !important;
  }

  html body :is(main.home-page, main.localized-home-complete[data-kayra-v11-home]) > .home-first-screen > .hero > article .overline,
  html body :is(main.home-page, main.localized-home-complete[data-kayra-v11-home]) > .home-first-screen > .hero > article > .container > span:first-child {
    font-size: clamp(10.5px, 2.8vw, 12px) !important;
    line-height: 1.2 !important;
  }

  html body :is(main.home-page, main.localized-home-complete[data-kayra-v11-home]) > .home-first-screen > .hero > article h1 {
    margin: 8px 0 9px !important;
    font-size: clamp(24px, 6.8vw, 30px) !important;
    line-height: 1.05 !important;
  }

  html body :is(main.home-page, main.localized-home-complete[data-kayra-v11-home]) > .home-first-screen > .hero > article p {
    max-width: calc(100% - 40px) !important;
    margin-inline-start: 40px !important;
    font-size: clamp(12px, 3.2vw, 13.5px) !important;
    line-height: 1.38 !important;
  }

  html body :is(main.home-page, main.localized-home-complete[data-kayra-v11-home]) > .home-first-screen > .hero .hero-actions {
    right: 16px !important;
    bottom: 28px !important;
    left: 16px !important;
    display: flex !important;
    width: auto !important;
    align-items: stretch !important;
    justify-content: center !important;
    gap: 14px !important;
  }

  html body :is(main.home-page, main.localized-home-complete[data-kayra-v11-home]) > .home-first-screen > .hero .hero-actions .button {
    flex: 0 1 auto !important;
    width: auto !important;
    min-width: 0 !important;
    min-height: 50px !important;
    justify-content: center !important;
    gap: 8px !important;
    padding: 8px 10px !important;
    font-size: clamp(11px, 2.9vw, 12.5px) !important;
    line-height: 1.12 !important;
  }

  html body :is(main.home-page, main.localized-home-complete[data-kayra-v11-home]) > .home-first-screen > .hero .hero-actions .button svg {
    flex: 0 0 14px !important;
    width: 14px !important;
    height: 14px !important;
  }

  html body :is(main.home-page, main.localized-home-complete[data-kayra-v11-home]) > .home-first-screen > .hero > .slide-dots {
    bottom: 8px !important;
  }
}
/* Kayra Patent V14 — Arabic route recovery and final opening-screen geometry.
 * Existing form delivery and header/mega-menu interaction code remain untouched.
 */

/* --------------------------------------------------------------------------
   Language selector: compact white panel, Open Sans 14, no framed flags
   -------------------------------------------------------------------------- */
html body .language-switcher.kayra-language-open > .language-menu,
html body .localized-language-menu.kayra-language-open > div,
html body .kayra-header-language-panel-v6,
html body .kayra-header-language-panel-v11,
html body main.localized-home-complete[data-kayra-v11-home] .kayra-header-language-panel-v11 {
  box-sizing: border-box !important;
  top: 100% !important;
  right: 0 !important;
  left: auto !important;
  width: min(210px, calc(100vw - 12px)) !important;
  max-height: min(286px, calc(100dvh - 56px)) !important;
  margin-top: 0 !important;
  padding: 4px 7px !important;
  overflow-x: hidden !important;
  overflow-y: auto !important;
  border: 1px solid #d5d9dc !important;
  background: #fff !important;
  box-shadow: 0 10px 24px rgba(12, 16, 20, .16) !important;
  transform: none !important;
}

html body .language-switcher.kayra-language-open > .language-menu > a,
html body .localized-language-menu.kayra-language-open > div > a,
html body .kayra-header-language-panel-v6 > a,
html body .kayra-header-language-panel-v11 > a,
html body main.localized-home-complete[data-kayra-v11-home] .kayra-header-language-panel-v11 > a {
  box-sizing: border-box !important;
  display: grid !important;
  grid-template-columns: 22px minmax(0, 1fr) !important;
  width: 100% !important;
  min-width: 0 !important;
  min-height: 34px !important;
  height: 34px !important;
  max-height: 34px !important;
  align-items: center !important;
  gap: 9px !important;
  margin: 0 !important;
  padding: 0 5px !important;
  overflow: hidden !important;
  color: #22272b !important;
  background: #fff !important;
  border: 0 !important;
  border-bottom: 1px solid #e0e4e6 !important;
  font-family: var(--font-open-sans), "Open Sans", Arial, sans-serif !important;
  text-align: left !important;
  text-decoration: none !important;
  direction: ltr !important;
}

html body .language-switcher.kayra-language-open > .language-menu > a:last-child,
html body .localized-language-menu.kayra-language-open > div > a:last-child,
html body .kayra-header-language-panel-v6 > a:last-child,
html body .kayra-header-language-panel-v11 > a:last-child,
html body main.localized-home-complete[data-kayra-v11-home] .kayra-header-language-panel-v11 > a:last-child {
  border-bottom: 0 !important;
}

html body .language-switcher.kayra-language-open > .language-menu > a:hover,
html body .language-switcher.kayra-language-open > .language-menu > a:focus-visible,
html body .localized-language-menu.kayra-language-open > div > a:hover,
html body .localized-language-menu.kayra-language-open > div > a:focus-visible,
html body .kayra-header-language-panel-v6 > a:hover,
html body .kayra-header-language-panel-v6 > a:focus-visible,
html body .kayra-header-language-panel-v11 > a:hover,
html body .kayra-header-language-panel-v11 > a:focus-visible {
  color: #b90014 !important;
  background: #f3f5f6 !important;
}

html body .language-switcher.kayra-language-open > .language-menu > a > :is(img, .tr-flag),
html body .localized-language-menu.kayra-language-open > div > a > :is(img, .tr-flag),
html body .kayra-header-language-panel-v6 > a > :is(img, .tr-flag),
html body .kayra-header-language-panel-v11 > a > :is(img, .tr-flag),
html body main.localized-home-complete[data-kayra-v11-home] .kayra-header-language-panel-v11 > a > :is(img, .tr-flag) {
  box-sizing: border-box !important;
  display: block !important;
  grid-column: 1 !important;
  width: 22px !important;
  min-width: 22px !important;
  max-width: 22px !important;
  height: 15px !important;
  min-height: 15px !important;
  max-height: 15px !important;
  object-fit: cover !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  border: 0 !important;
  border-radius: 1px !important;
  background-color: transparent !important;
  box-shadow: none !important;
}

html body .language-switcher.kayra-language-open > .language-menu > a > .tr-flag,
html body .localized-language-menu.kayra-language-open > div > a > .tr-flag,
html body .kayra-header-language-panel-v6 > a > .tr-flag,
html body .kayra-header-language-panel-v11 > a > .tr-flag {
  background-image: url("/assets/kayra-flags-v12/tr.svg") !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

html body :is(.language-switcher, .localized-language-menu, .kayra-header-language-panel-v6, .kayra-header-language-panel-v11) a > .tr-flag > * {
  display: none !important;
}

html body .language-switcher.kayra-language-open > .language-menu > a > b,
html body .localized-language-menu.kayra-language-open > div > a > b,
html body .kayra-header-language-panel-v6 > a > b,
html body .kayra-header-language-panel-v11 > a > b,
html body main.localized-home-complete[data-kayra-v11-home] .kayra-header-language-panel-v11 > a > b {
  display: none !important;
  width: 0 !important;
  min-width: 0 !important;
  max-width: 0 !important;
  overflow: hidden !important;
}

html body .language-switcher.kayra-language-open > .language-menu > a > small,
html body .localized-language-menu.kayra-language-open > div > a > small,
html body .kayra-header-language-panel-v6 > a > small,
html body .kayra-header-language-panel-v11 > a > small,
html body main.localized-home-complete[data-kayra-v11-home] .kayra-header-language-panel-v11 > a > small {
  display: block !important;
  grid-column: 2 !important;
  min-width: 0 !important;
  overflow: hidden !important;
  color: #555d63 !important;
  font-family: var(--font-open-sans), "Open Sans", Arial, sans-serif !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 1.2 !important;
  text-align: left !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

html body .language-switcher > button,
html body .localized-language-menu > button {
  min-height: 32px !important;
  gap: 6px !important;
  padding-inline: 9px !important;
}

html body .language-switcher > button > :is(img, .tr-flag),
html body .localized-language-menu > button > :is(img, .tr-flag),
html body .desktop-header-language > :is(img, .tr-flag),
html body .mobile-header-language > :is(img, .tr-flag),
html body .drawer-current-language > :is(img, .tr-flag),
html body main.localized-home-complete[data-kayra-v11-home] .language-switcher > button > :is(img, .tr-flag),
html body main.localized-home-complete[data-kayra-v11-home] .desktop-header-language > :is(img, .tr-flag),
html body main.localized-home-complete[data-kayra-v11-home] .mobile-header-language > :is(img, .tr-flag),
html body main.localized-home-complete[data-kayra-v11-home] .drawer-current-language > :is(img, .tr-flag) {
  box-sizing: border-box !important;
  display: block !important;
  width: 22px !important;
  min-width: 22px !important;
  max-width: 22px !important;
  height: 15px !important;
  min-height: 15px !important;
  max-height: 15px !important;
  object-fit: cover !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 1px !important;
  background: transparent !important;
  box-shadow: none !important;
}

html body .language-switcher > button > b,
html body .localized-language-menu > button > b,
html body .desktop-header-language > b,
html body .mobile-header-language > b,
html body .drawer-current-language > b,
html body main.localized-home-complete[data-kayra-v11-home] .language-switcher > button > b,
html body main.localized-home-complete[data-kayra-v11-home] .desktop-header-language > b,
html body main.localized-home-complete[data-kayra-v11-home] .mobile-header-language > b,
html body main.localized-home-complete[data-kayra-v11-home] .drawer-current-language > b {
  font-family: var(--font-open-sans), "Open Sans", Arial, sans-serif !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  line-height: 1 !important;
}

/* Arabic contact strings keep their exact left-to-right number/address order. */
html[lang="ar"][dir="rtl"] body a[href^="tel:"],
html[lang="ar"][dir="rtl"] body a[href^="mailto:"] {
  direction: ltr !important;
  unicode-bidi: isolate !important;
}

/* --------------------------------------------------------------------------
   Desktop slider: move all copy to the same clear axis; CTAs are untouched
   -------------------------------------------------------------------------- */
@media (min-width: 761px) and (max-width: 1000px) {
  html body :is(main.home-page, main.localized-home-complete[data-kayra-v11-home]) > .home-first-screen > .hero > article .overline,
  html body :is(main.home-page, main.localized-home-complete[data-kayra-v11-home]) > .home-first-screen > .hero > article > .container > span:first-child,
  html body :is(main.home-page, main.localized-home-complete[data-kayra-v11-home]) > .home-first-screen > .hero > article h1,
  html body :is(main.home-page, main.localized-home-complete[data-kayra-v11-home]) > .home-first-screen > .hero > article p {
    max-width: calc(100% - 67px) !important;
    margin-inline-start: 67px !important;
    margin-inline-end: 0 !important;
  }
}

@media (min-width: 1001px) and (max-width: 1760px) {
  html body :is(main.home-page, main.localized-home-complete[data-kayra-v11-home]) > .home-first-screen > .hero > article .overline,
  html body :is(main.home-page, main.localized-home-complete[data-kayra-v11-home]) > .home-first-screen > .hero > article > .container > span:first-child,
  html body :is(main.home-page, main.localized-home-complete[data-kayra-v11-home]) > .home-first-screen > .hero > article h1,
  html body :is(main.home-page, main.localized-home-complete[data-kayra-v11-home]) > .home-first-screen > .hero > article p {
    margin-inline-start: 35px !important;
    margin-inline-end: 0 !important;
  }
}

/* --------------------------------------------------------------------------
   Mobile opening: four-card visibility, copy rhythm, CTA/arrow alignment
   -------------------------------------------------------------------------- */
@media (max-width: 760px) {
  html body :is(main.home-page, main.localized-home-complete[data-kayra-v11-home]) > .home-first-screen > .hero {
    height: clamp(280px, 38svh, 300px) !important;
    min-height: 280px !important;
    max-height: 300px !important;
  }

  html body :is(main.home-page, main.localized-home-complete[data-kayra-v11-home]) > .home-first-screen > .hero > article > .hero-copy,
  html body :is(main.home-page, main.localized-home-complete[data-kayra-v11-home]) > .home-first-screen > .hero > article > .container {
    padding: 14px 0 82px !important;
  }

  html body :is(main.home-page, main.localized-home-complete[data-kayra-v11-home]) > .home-first-screen > .hero > article .overline,
  html body :is(main.home-page, main.localized-home-complete[data-kayra-v11-home]) > .home-first-screen > .hero > article > .container > span:first-child {
    max-width: calc(100% - 40px) !important;
    margin-inline-start: 40px !important;
    margin-inline-end: 0 !important;
    font-size: clamp(10.5px, 2.8vw, 11.5px) !important;
    line-height: 1.28 !important;
  }

  html body :is(main.home-page, main.localized-home-complete[data-kayra-v11-home]) > .home-first-screen > .hero > article h1 {
    max-width: calc(100% - 40px) !important;
    margin-block: 9px 13px !important;
    margin-inline-start: 40px !important;
    margin-inline-end: 0 !important;
    font-size: clamp(20.5px, 5.6vw, 24px) !important;
    line-height: 1.14 !important;
  }

  html body :is(main.home-page, main.localized-home-complete[data-kayra-v11-home]) > .home-first-screen > .hero > article p {
    display: -webkit-box !important;
    max-width: calc(100% - 40px) !important;
    margin-block: 0 !important;
    margin-inline-start: 40px !important;
    margin-inline-end: 0 !important;
    overflow: hidden !important;
    font-size: clamp(11px, 2.9vw, 12px) !important;
    line-height: 1.5 !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 3 !important;
  }

  html body :is(main.home-page, main.localized-home-complete[data-kayra-v11-home]) > .home-first-screen > .hero .hero-actions {
    right: 32px !important;
    bottom: 24px !important;
    left: 32px !important;
    display: flex !important;
    grid-template-columns: none !important;
    width: auto !important;
    align-items: stretch !important;
    justify-content: space-between !important;
    gap: 14px !important;
  }

  html body :is(main.home-page, main.localized-home-complete[data-kayra-v11-home]) > .home-first-screen > .hero .hero-actions .button {
    flex: 0 1 auto !important;
    width: auto !important;
    min-width: 0 !important;
    max-width: calc(50% - 7px) !important;
    min-height: 48px !important;
    justify-content: space-between !important;
    gap: 6px !important;
    padding: 8px !important;
    font-family: var(--font-oswald), Oswald, Arial, sans-serif !important;
    font-size: clamp(10.5px, 2.75vw, 11.75px) !important;
    font-weight: 500 !important;
    line-height: 1.15 !important;
  }

  html body :is(main.home-page, main.localized-home-complete[data-kayra-v11-home]) > .home-first-screen > .hero .hero-actions .button svg {
    flex: 0 0 13px !important;
    width: 13px !important;
    height: 13px !important;
  }

  html[dir="rtl"] body main.localized-home-complete[data-kayra-v11-home="ar"] > .home-first-screen > .hero .hero-actions .button {
    direction: rtl !important;
  }

  html body :is(main.home-page, main.localized-home-complete[data-kayra-v11-home]) > .home-first-screen > .hero > .slide-arrow {
    z-index: 8 !important;
    display: grid !important;
    width: 36px !important;
    height: 54px !important;
    place-items: center !important;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
  }

  html body :is(main.home-page, main.localized-home-complete[data-kayra-v11-home]) > .home-first-screen > .hero > .slide-arrow.prev {
    right: auto !important;
    left: 14px !important;
  }

  html body :is(main.home-page, main.localized-home-complete[data-kayra-v11-home]) > .home-first-screen > .hero > .slide-arrow.next {
    right: 14px !important;
    left: auto !important;
  }

  html body :is(main.home-page, main.localized-home-complete[data-kayra-v11-home]) > .home-first-screen > .hero > .slide-dots {
    bottom: 4px !important;
  }
}
/* Kayra Patent multilingual forms V7 — form feedback only; header-neutral. */
.lead-form .kayra-v7-form-status {
  box-sizing: border-box;
  width: 100%;
  min-height: 0;
  margin: 12px 0 0;
  border: 1px solid transparent;
  border-radius: 4px;
  padding: 0;
  font: 600 13px/1.45 var(--font-open-sans, "Open Sans"), Arial, sans-serif;
  text-align: start;
}

.lead-form .kayra-v7-form-status:not(:empty) {
  min-height: 38px;
  padding: 9px 11px;
}

.lead-form .kayra-v7-form-status[data-state="sending"] {
  color: #30353a;
  border-color: #d7dadd;
  background: #f6f7f8;
}

.lead-form .kayra-v7-form-status[data-state="success"] {
  color: #0c5d30;
  border-color: #9fd5b8;
  background: #edf9f2;
}

.lead-form .kayra-v7-form-status[data-state="error"] {
  color: #8f0010;
  border-color: #e7a4ad;
  background: #fff1f3;
}
@media(max-width:760px){
  nav.mobile-conversion-bar,.mobile-conversion-bar,.whatsapp-float,.kayra-mobile-conversion-v6{display:none!important;visibility:hidden!important;pointer-events:none!important}
  .kayra-final-back-to-top,.back-to-top,.kayra-directory-back-to-top,.scroll-to-top,.scroll-top,.kayra-v12-back-to-top{display:none!important;visibility:hidden!important;pointer-events:none!important}
  body,body.kayra-mobile-conversion-v6-active{padding-bottom:0!important}
  body.kayra-universal-actions-visible{padding-bottom:calc(66px + env(safe-area-inset-bottom,0px))!important}
  .kayra-universal-mobile-actions{position:fixed;z-index:2147483000;left:0;right:0;bottom:0;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));height:calc(66px + env(safe-area-inset-bottom,0px));padding:0 0 env(safe-area-inset-bottom,0px);margin:0;background:#17191b;border-top:1px solid rgba(255,255,255,.18);box-shadow:0 -8px 28px rgba(0,0,0,.26);overflow:hidden;isolation:isolate;transform:translateY(110%);opacity:0;visibility:hidden;pointer-events:none;transition:transform .24s ease,opacity .2s ease,visibility 0s linear .24s}
  body.kayra-universal-actions-visible .kayra-universal-mobile-actions{transform:translateY(0);opacity:1;visibility:visible;pointer-events:auto;transition-delay:0s}
  .kayra-universal-mobile-actions a{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;min-width:0;height:66px;margin:0!important;padding:7px 4px!important;border:0!important;border-right:1px solid rgba(255,255,255,.13)!important;border-radius:0!important;background:#1b1d20!important;color:#fff!important;text-decoration:none!important;font-family:Arial,sans-serif!important;font-size:13px!important;font-weight:800!important;line-height:1.05!important;letter-spacing:.01em!important;box-shadow:none!important;overflow:hidden!important}
  .kayra-universal-mobile-actions a:last-child{border-right:0!important;background:#df0714!important}
  .kayra-universal-mobile-actions a:before,.kayra-universal-mobile-actions a:after{content:none!important;display:none!important}
  .kayra-universal-mobile-actions svg{display:block;width:21px;height:21px;stroke:currentColor;fill:none;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;flex:none}
  .kayra-universal-mobile-actions span{display:block;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
  .kayra-universal-back-to-top{position:fixed;z-index:2147483001;inset-inline-end:18px;bottom:calc(76px + env(safe-area-inset-bottom,0px));display:grid!important;place-items:center;width:44px;height:44px;margin:0;padding:0;border:1px solid rgba(255,255,255,.35);border-radius:50%;background:#17191b;color:#fff;font:400 25px/1 Arial,sans-serif;box-shadow:0 8px 22px rgba(0,0,0,.28);cursor:pointer;opacity:0;visibility:hidden;pointer-events:none;transform:translateY(10px);transition:opacity .2s ease,visibility 0s linear .2s,transform .2s ease,background .2s ease}
  body.kayra-universal-actions-visible .kayra-universal-back-to-top{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0);transition-delay:0s}
  .kayra-universal-back-to-top:hover{background:#c81920}
  .kayra-universal-back-to-top:focus-visible{outline:3px solid #fff;outline-offset:3px}
  .kayra-universal-back-to-top>span{display:block;line-height:1;transform:translateY(-1px)}
  body.mobile-menu-open .kayra-universal-mobile-actions,body.menu-open .kayra-universal-mobile-actions,body.nav-open .kayra-universal-mobile-actions,body.mobile-menu-open .kayra-universal-back-to-top,body.menu-open .kayra-universal-back-to-top,body.nav-open .kayra-universal-back-to-top{transform:translateY(110%);opacity:0;visibility:hidden;pointer-events:none}
}
@media(min-width:761px){.kayra-universal-mobile-actions,.kayra-universal-back-to-top{display:none!important}}
@media(prefers-reduced-motion:reduce){.kayra-universal-mobile-actions,.kayra-universal-back-to-top{transition:none!important}}
