:root {
  --sa-black: #000;
  --sa-white: #fff;
  --sa-muted: #666;
  --sa-line: #e5e5e5;
  --sa-max: 1200px;
  --sa-font: "Open Sans", Arial, sans-serif;
}
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: clip; }
body {
  margin: 0;
  font-family: var(--sa-font);
  color: #000;
  background: #fff;
  font-size: 16px;
  line-height: 1.55;
  overflow-x: clip;
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; }
.sa-wrap { width: min(var(--sa-max), calc(100% - 40px)); margin: 0 auto; }
.sa-skip {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.sa-skip:focus {
  position: fixed;
  left: 8px;
  top: 8px;
  width: auto;
  height: auto;
  margin: 0;
  clip: auto;
  overflow: visible;
  background: #fff;
  padding: 8px;
  z-index: 10000;
}

/* Header */
.sa-header { background: #000; color: #fff; }
.sa-header__top {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 20px;
  padding: 32px 20px 16px;
  max-width: 1400px;
  margin: 0 auto;
}
.sa-header__left {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  justify-self: center;
  text-align: center;
}
.sa-header__label { font-size: 13px; font-weight: 400; }
.sa-social { display: flex; gap: 8px; }
.sa-social a {
  width: 30px; height: 30px; border-radius: 50%;
  background: #fff; border: 0; display: grid; place-items: center;
}
.sa-social svg { width: 16px; height: 16px; fill: #000; }
.sa-logo { display: block; max-width: 220px; }
.sa-logo img { width: 220px; height: auto; }
.sa-header__right {
  justify-self: center;
  display: flex;
  align-items: center;
  gap: 18px;
}
.sa-header__contacts {
  text-align: center;
  line-height: 1.35;
}
.sa-phone {
  font-size: 13px; color: #fff; text-decoration: none; display: block;
}
.sa-addr {
  font-size: 12px;
  line-height: 1.35;
  color: #fff;
}
.sa-btn {
  display: inline-flex; align-items: center; justify-content: center;
  background: #fff; color: #000; text-decoration: none;
  border: 0; cursor: pointer; font-family: inherit;
  font-size: 14px; font-weight: 300; letter-spacing: .4px;
  text-transform: uppercase; padding: 13px 30px; white-space: nowrap;
}
.sa-btn:hover { opacity: .92; }
.sa-btn--dark {
  background: #000; color: #fff; border: 1px solid #000; font-weight: 300;
  text-transform: uppercase;
}
.sa-btn--dark:hover { background: #fff; color: #000; }
.sa-btn--ghost {
  background: transparent; color: #000; border: 1px solid #000;
}
.sa-btn--outline {
  background: #fff; color: #000; border: 1px solid #000;
  font-weight: 300; padding: 8px 16px; font-size: 12px;
}
.sa-btn--light-border {
  background: #fff; color: #000; border: 1px solid #000;
}
.sa-btn--pill {
  border-radius: 30px;
  padding: 16px 28px;
  font-weight: 400;
  box-shadow: 0 15px 30px -10px rgba(0,11,48,.2);
  transition: background-color .2s, color .2s, border-color .2s, box-shadow .2s;
}
.sa-btn--pill:hover {
  background: #d20000;
  color: #fff;
  border-color: #d20000;
  opacity: 1;
  box-shadow: 0 2px 3px rgba(0,11,48,.25);
}
.sa-btn--pill-ghost {
  box-shadow: none;
}
.sa-btn--pill-sm {
  border-radius: 50px;
  padding: 10px 22px;
  font-size: 12px;
  font-weight: 400;
  text-transform: none;
  margin-top: 12px;
}

/* Korea landing — Tilda t001 cover */
.sa-korea-hero {
  position: relative;
  /* Tilda t001: max(50vh, content + 120px) → 569px for this cover */
  min-height: max(50vh, 569px);
  background: #000 center / cover no-repeat;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
}
.sa-korea-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(#000, rgba(0, 0, 0, 0));
  pointer-events: none;
}
.sa-korea-hero__inner {
  position: relative;
  z-index: 1;
  width: min(1160px, calc(100% - 40px));
  margin: 0 auto;
  padding: 42px 0;
}
.sa-korea-hero__title {
  margin: 0;
  padding: 24px 0 38px;
  font-size: clamp(28px, 5.2vw, 62px);
  font-weight: 600;
  line-height: 1.17;
  letter-spacing: 0.5px;
  text-transform: none;
  color: #fff;
  max-width: 100%;
  overflow-wrap: anywhere;
}
.sa-korea-hero__sub {
  margin: 0 auto;
  padding: 0 0 60px;
  max-width: 700px;
  font-size: 24px;
  font-weight: 400;
  line-height: 36px;
  letter-spacing: normal;
  color: #fff;
}
.sa-korea-hero__btns {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 0 0 20px;
}
.sa-korea-hero__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  margin: 0;
  padding: 18.8px 60px;
  border: 0;
  border-radius: 30px;
  background: #fff;
  color: #000;
  font-family: inherit;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: normal;
  text-transform: uppercase;
  white-space: normal;
  cursor: pointer;
  box-shadow: 0 15px 30px -10px rgba(0, 11, 48, .2);
  transition: background-color .2s, color .2s, border-color .2s, box-shadow .2s;
}
.sa-korea-hero__btn:hover {
  background: #d20000;
  color: #fff;
  box-shadow: 0 2px 3px rgba(0, 11, 48, .25);
  opacity: 1;
}
.sa-korea-hero__btn--plain {
  box-shadow: none;
}
.sa-korea-hero__btn--plain:hover {
  box-shadow: none;
}

.sa-korea-offers {
  --sa-korea-gutter: max(20px, calc((100% - var(--sa-max)) / 2 + 20px));
  padding: 90px 0 75px;
  overflow: hidden;
}
.sa-korea-offers__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 40px;
}
.sa-korea-offers__title {
  margin: 0;
  min-width: 0;
  flex: 1 1 auto;
  font-size: 42px;
  font-weight: 500;
  line-height: 1.25;
  color: #000;
}
.sa-korea-offers__nav {
  display: flex;
  gap: 5px;
  flex: 0 0 auto;
}
.sa-korea-offers__arrow {
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  padding: 0;
  border: 0;
  background: #000;
  border-radius: 50%;
  cursor: pointer;
  color: #fff;
  display: block;
  flex: 0 0 40px;
  overflow: hidden;
  transition: opacity .2s;
}
.sa-korea-offers__arrow svg {
  display: block;
  width: 40px;
  height: 40px;
}
.sa-korea-offers__arrow--next {
  transform: scale(-1);
}
.sa-korea-offers__arrow:hover { opacity: .75; }
.sa-korea-offers__viewport {
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  scroll-padding-inline: var(--sa-korea-gutter);
  scrollbar-width: none;
  padding: 0;
  -webkit-overflow-scrolling: touch;
  touch-action: pan-x;
  cursor: grab;
  overscroll-behavior-x: contain;
}
.sa-korea-offers__viewport.is-dragging {
  cursor: grabbing;
  scroll-snap-type: none;
  user-select: none;
}
.sa-korea-offers__viewport.is-dragging * {
  pointer-events: none;
}
.sa-korea-offers__viewport::-webkit-scrollbar { display: none; }
.sa-korea-offers__track {
  display: flex;
  gap: 40px;
  width: max-content;
  padding: 0 var(--sa-korea-gutter);
}
.sa-korea-card {
  width: 360px;
  scroll-snap-align: start;
  text-align: center;
  flex: 0 0 auto;
}
.sa-korea-card__img {
  width: 100%;
  aspect-ratio: 360 / 203;
  border-radius: 10px;
  background: #eee center/cover no-repeat;
}
.sa-korea-card__body {
  box-sizing: border-box;
  padding: 30px 50px 0;
}
.sa-korea-card__title {
  margin: 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.35;
  color: #000;
}
.sa-korea-card__price {
  margin: 0;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.55;
  color: #000;
}
.sa-korea-card__by {
  margin: 0;
  font-size: 14px;
  font-weight: 300;
  line-height: 14px;
  color: #000;
}
.sa-korea-card__benefit {
  margin: 25px 0 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.55;
  color: #000;
}
.sa-korea-card__compare {
  margin: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.55;
  color: #000;
}
.sa-korea-card__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  margin-top: 14px;
  min-height: 45px;
  padding: 12px 30px;
  border: 0;
  border-radius: 50px;
  background: #000;
  color: #fff;
  font-family: inherit;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
  text-transform: none;
  letter-spacing: normal;
  cursor: pointer;
  transition: background-color .2s, color .2s;
}
.sa-korea-card__btn:hover {
  background: #d20000;
  color: #fff;
}
.sa-korea-offers__note {
  text-align: center;
  font-size: 14px;
  font-weight: 300;
  color: #000;
  margin: 28px 20px 0;
  line-height: 1.45;
}

/* Tilda t029 faded shelf between korea blocks */
.sa-rule {
  display: flex;
  width: min(760px, calc(100% - 40px));
  height: 1px;
  margin: 30px auto;
  opacity: .2;
}
.sa-rule__mid {
  flex: 1 1 auto;
  min-width: 0;
  background: #000;
}
.sa-rule__fade {
  flex: 0 0 200px;
  height: 1px;
}
.sa-rule__fade--start {
  background: linear-gradient(to left, #000, rgba(0, 0, 0, 0));
}
.sa-rule__fade--end {
  background: linear-gradient(to right, #000, rgba(0, 0, 0, 0));
}
@media (max-width: 960px) {
  .sa-rule__fade { flex-basis: 120px; }
}

.sa-korea-why {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
  margin-top: 36px;
}
.sa-korea-why__item { text-align: center; }
.sa-korea-why__icon {
  width: 70px;
  height: 70px;
  object-fit: contain;
  margin: 0 auto 16px;
  display: block;
}
.sa-korea-why__title {
  margin: 0 0 12px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.3;
  white-space: pre-line;
}
.sa-korea-why p {
  margin: 0;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.55;
  color: #333;
}

.sa-korea-steps {
  padding: 45px 0 0;
}
.sa-korea-steps__title {
  margin: 0 0 105px;
  font-size: 42px;
  font-weight: 600;
  line-height: 1.23;
  text-align: center;
  color: #000;
  text-transform: none;
  letter-spacing: normal;
}
.sa-korea-steps__list {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  max-width: 800px;
}
.sa-korea-steps__item {
  display: flex;
  align-items: flex-start;
  margin: 0;
}
.sa-korea-steps__marker {
  position: relative;
  flex: 0 0 47px;
  width: 47px;
  padding-bottom: 80px;
}
.sa-korea-steps__item:last-child .sa-korea-steps__marker {
  padding-bottom: 0;
}
.sa-korea-steps__num {
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 47px;
  height: 47px;
  border-radius: 50%;
  background: #222;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
}
.sa-korea-steps__line {
  position: absolute;
  left: 50%;
  top: 47px;
  bottom: 0;
  width: 2px;
  margin-left: -1px;
  background: #e8e8e8;
}
.sa-korea-steps__text {
  flex: 1;
  min-width: 0;
  padding: 0 0 80px 25px;
}
.sa-korea-steps__item:last-child .sa-korea-steps__text {
  padding-bottom: 0;
}
.sa-korea-steps__name {
  display: block;
  margin: 0;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.35;
  color: #000;
}
.sa-korea-steps__desc {
  margin: 4px 0 0;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.55;
  color: #000;
}
.sa-korea-steps__cta {
  text-align: center;
  margin: 0;
  padding: 45px 0;
}
.sa-korea-steps__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  min-height: 60px;
  padding: 18px 60px;
  border-radius: 30px;
  background: #000;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color .2s, color .2s, border-color .2s;
}
.sa-korea-steps__btn:hover {
  background: #d20000;
  color: #fff;
}

.sa-korea-cost {
  list-style: none;
  margin: 36px 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px 20px;
}
.sa-korea-cost li {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  font-size: 15px;
  font-weight: 400;
}
.sa-korea-cost img {
  width: 48px;
  height: 48px;
  object-fit: contain;
}

.sa-korea-form {
  max-width: 520px;
  margin: 0 auto;
}

.sa-customs {
  max-width: 960px;
  margin: 28px auto 0;
  color: #000;
  font-family: var(--sa-font);
  font-size: 16px;
}
.sa-customs__card {
  background: #fff;
  padding: 0;
}
.sa-customs__title {
  margin: 0 0 28px;
  color: #000;
  font-size: 24px;
  font-weight: 300;
  line-height: 1.3;
  text-align: center;
}
.sa-customs__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px 20px;
  margin-bottom: 24px;
}
.sa-customs__grid:last-child { margin-bottom: 0; }
.sa-customs__label {
  font-size: 16px;
  line-height: 1.4;
  font-weight: 300;
  margin-bottom: 8px;
  color: #000;
}
.sa-customs-who {
  display: flex;
  height: 48px;
}
.sa-customs-who label {
  flex: 1;
  cursor: pointer;
  min-width: 0;
}
.sa-customs-who input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.sa-customs-who span {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  background: #fff;
  color: #000;
  border: 1px solid #000;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: .02em;
  text-transform: uppercase;
  padding: 0 12px;
  white-space: nowrap;
}
.sa-customs-who label + label span { border-left: 0; }
.sa-customs-who input:checked + span {
  background: #000;
  color: #fff;
}
.sa-customs-who input:focus-visible + span {
  outline: 1px solid #000;
  outline-offset: 2px;
}
.sa-customs__control {
  display: block;
  width: 100%;
  height: 48px;
  background: #fff;
  color: #000;
  border: 1px solid #000;
  border-radius: 0;
  padding: 0 36px 0 12px;
  font: 400 16px/1.3 var(--sa-font);
  appearance: none;
  -webkit-appearance: none;
  box-shadow: none;
  outline: none;
}
select.sa-customs__control {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'><path fill='%23000' d='M1 1l5 5 5-5'/></svg>");
  background-repeat: no-repeat;
  background-position: right 14px center;
  cursor: pointer;
}
.sa-customs__control:disabled {
  opacity: .4;
  cursor: default;
  background: #f6f6f6;
}
.sa-customs__control:focus {
  border-color: #000;
}
.sa-customs__item--switch {
  display: flex;
  align-items: flex-end;
  min-height: 72px;
  padding-bottom: 12px;
}
.sa-customs-switch {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  user-select: none;
}
.sa-customs-switch input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.sa-customs-switch__ctrl {
  position: relative;
  width: 40px;
  height: 22px;
  flex: 0 0 40px;
  background: #e5e5e5;
  border: 1px solid #000;
  border-radius: 0;
}
.sa-customs-switch__ctrl::after {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  width: 16px;
  height: 16px;
  background: #000;
  transition: transform .15s ease;
}
.sa-customs-switch input:checked + .sa-customs-switch__ctrl {
  background: #000;
}
.sa-customs-switch input:checked + .sa-customs-switch__ctrl::after {
  background: #fff;
  transform: translateX(18px);
}
.sa-customs-switch input:disabled + .sa-customs-switch__ctrl {
  opacity: .35;
}
.sa-customs-switch:has(input:disabled) {
  cursor: default;
  opacity: .55;
}
.sa-customs-switch__text {
  font-size: 14px;
  line-height: 1.35;
  font-weight: 300;
  color: #000;
}
.sa-customs__bar {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 28px 40px;
  align-items: center;
  background: #fff;
  border-top: 1px solid #e5e5e5;
  padding: 28px 0 0;
  margin-top: 28px;
}
.sa-customs__btn {
  height: auto;
  min-height: 54px;
  width: auto;
  max-width: none;
  border: 1px solid #000;
  border-radius: 0;
  background: #000;
  color: #fff;
  font: 300 16px/1.2 var(--sa-font);
  letter-spacing: .4px;
  text-transform: uppercase;
  cursor: pointer;
  padding: 16px 36px;
  transition: background-color .2s, color .2s;
}
.sa-customs__btn:disabled {
  background: #fff;
  color: #b3b3b3;
  border-color: #b3b3b3;
  cursor: default;
}
.sa-customs__btn:not(:disabled):hover {
  background: #fff;
  color: #000;
}
.sa-customs__result-label {
  font-size: 14px;
  line-height: 1.3;
  font-weight: 300;
  color: #666;
  margin-bottom: 6px;
}
.sa-customs__result-value {
  display: flex;
  align-items: baseline;
  gap: 8px;
  color: #000;
  font-size: 32px;
  font-weight: 600;
  line-height: 1;
}
.sa-customs__result-value small {
  font-size: 14px;
  font-weight: 300;
  color: #666;
  text-transform: uppercase;
}


/* Beat .sa-modal__box { width: min(560px,100%) } — same specificity, later in file */
.sa-korea-modal .sa-modal__box,
.sa-korea-modal__box {
  max-width: 1100px;
  width: min(1100px, 94vw);
  max-height: 92vh;
  overflow: auto;
  padding: 28px 32px 36px;
  position: relative;
  background: #fff;
  border-radius: 12px;
}
.sa-korea-modal .sa-modal__close {
  color: #000;
  text-shadow: none;
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  right: 8px;
  top: 8px;
}
.sa-korea-modal__back {
  border: 0;
  background: none;
  cursor: pointer;
  font: inherit;
  font-size: 15px;
  font-weight: 400;
  margin: 0 48px 16px 0;
  padding: 8px 0;
  color: #000;
  min-height: 40px;
}
.sa-korea-modal__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(0, 1fr);
  gap: 32px;
  align-items: start;
}
.sa-korea-modal__gallery { min-width: 0; }
.sa-korea-modal__main {
  width: 100%;
  border-radius: 12px;
  display: block;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  background: #f3f3f3;
}
.sa-korea-modal__thumbs {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
  margin-top: 12px;
}
.sa-korea-modal__thumbs button {
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  padding: 0;
  border: 2px solid transparent;
  border-radius: 8px;
  overflow: hidden;
  cursor: pointer;
  background: #eee;
}
.sa-korea-modal__thumbs button.is-active { border-color: #000; }
.sa-korea-modal__thumbs img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.sa-korea-modal__title {
  margin: 0 0 16px;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.25;
  color: #000;
}
.sa-korea-modal__info ul {
  list-style: none;
  margin: 0 0 20px;
  padding: 0;
}
.sa-korea-modal__info li {
  margin: 0 0 6px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  color: #000;
}
.sa-korea-modal__info li strong {
  font-weight: 600;
}
.sa-korea-modal__info .sa-btn {
  width: 100%;
  max-width: 320px;
}
.sa-korea-modal__note {
  margin: 16px 0 0;
  font-size: 13px;
  color: #666;
  line-height: 1.45;
}


.sa-nav { border-top: 0; padding: 12px 24px 22px; }
.sa-nav__list {
  list-style: none; margin: 0; padding: 0;
  display: flex; justify-content: center; gap: 28px; flex-wrap: wrap;
}
.sa-nav__list > li > a,
.sa-nav__list > .menu-item > a {
  color: #fff; text-decoration: none; text-transform: uppercase;
  font-size: 14px; font-weight: 400; letter-spacing: .5px;
}
.sa-nav__list > .current-menu-item > a,
.sa-nav__list > .current_page_item > a { font-weight: 600; }
.sa-nav .sub-menu {
  display: none; position: absolute; background: #000; min-width: 220px;
  padding: 10px 0; list-style: none; margin: 0; z-index: 50;
}
.sa-nav .menu-item-has-children { position: relative; }
.sa-nav .menu-item-has-children:hover > .sub-menu { display: block; }
.sa-nav .sub-menu a {
  display: block; color: #fff; padding: 8px 16px; text-decoration: none; font-size: 14px;
}
.sa-burger {
  display: none; background: none; border: 0; color: #fff; font-size: 28px; cursor: pointer;
}

/* Sticky header (scroll) */
.sa-sticky {
  position: fixed; top: 0; left: 0; right: 0; z-index: 75;
  height: 80px;
  background: rgba(255, 255, 255, .9);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  transform: translateY(-110%);
  transition: transform .28s ease;
  pointer-events: none;
}
.sa-sticky.is-visible {
  transform: translateY(0);
  pointer-events: auto;
}
.sa-sticky__inner {
  height: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 24px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 20px;
}
.sa-sticky__logo {
  display: block; width: 180px; flex: 0 0 auto;
}
.sa-sticky__logo img {
  width: 180px; height: auto; max-height: 52px; object-fit: contain;
}
.sa-sticky__nav { min-width: 0; }
.sa-sticky__list {
  list-style: none; margin: 0; padding: 0;
  display: flex; flex-wrap: wrap; justify-content: center; align-items: center;
  gap: 6px 18px;
}
.sa-sticky__list > li > a,
.sa-sticky__list > .menu-item > a {
  color: #000; text-decoration: none; text-transform: uppercase;
  font-size: 11px; font-weight: 300; letter-spacing: .3px; white-space: nowrap;
}
.sa-sticky__list > .current-menu-item > a,
.sa-sticky__list > .current_page_item > a { font-weight: 600; }
.sa-sticky__list .sub-menu {
  display: none; position: absolute; top: 100%; left: 0;
  background: #fff; min-width: 200px; padding: 8px 0; margin: 0;
  list-style: none; box-shadow: 0 8px 24px rgba(0,0,0,.12); z-index: 80;
}
.sa-sticky__list .menu-item-has-children { position: relative; }
.sa-sticky__list .menu-item-has-children:hover > .sub-menu { display: block; }
.sa-sticky__list .sub-menu a {
  display: block; color: #000; padding: 8px 14px; text-decoration: none;
  font-size: 12px; text-transform: none;
}
.sa-sticky__cta { justify-self: end; }
.sa-sticky__burger { display: none; color: #000; }

/* Hero */
.sa-hero {
  min-height: 500px;
  background: #111;
  color: #fff;
  display: flex; align-items: center; justify-content: flex-start;
  text-align: left;
  position: relative;
  overflow: hidden;
}
.sa-hero__slides {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.sa-hero__slide {
  position: absolute;
  inset: 0;
  background: #111 center/cover no-repeat;
  opacity: 0;
  transition: opacity .85s ease;
}
.sa-hero__slide.is-active { opacity: 1; }
.sa-hero::after {
  content: ""; position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(to bottom, rgba(0,0,0,1), rgba(0,0,0,0));
  pointer-events: none;
}
.sa-hero__inner {
  position: relative; z-index: 2;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 80px 40px;
}
.sa-hero h1, .sa-hero__title {
  font-size: 48px; font-weight: 600; line-height: 1.23; margin: 0 0 18px;
  white-space: pre-line; text-transform: uppercase; letter-spacing: .02em;
}
.sa-hero__sub { font-size: 20px; font-weight: 300; line-height: 31px; margin: 0 0 28px; white-space: pre-line; }
.sa-hero .sa-btn {
  box-shadow: 0 15px 30px -10px rgba(0,11,48,.2);
  padding: 19px 60px;
  font-size: 16px;
  font-weight: 400;
  border-radius: 0;
}
.sa-hero__dots {
  position: absolute;
  z-index: 3;
  left: 50%;
  bottom: 20px;
  transform: translateX(-50%);
  display: flex;
  gap: 8px;
}
.sa-hero__dot {
  width: 10px; height: 10px; border-radius: 50%;
  border: 1px solid #fff; background: transparent;
  padding: 0; cursor: pointer;
}
.sa-hero__dot.is-active { background: #fff; }

/* Sections */
.sa-section { padding: 50px 0; }
.sa-section--tight { padding: 30px 0; }
.sa-h2 {
  font-size: 36px; font-weight: 600; text-transform: uppercase;
  letter-spacing: .04em; margin: 0 0 18px; text-align: center;
}
h1.sa-h2 {
  text-transform: none;
  letter-spacing: normal;
}
.sa-section__label {
  font-size: 36px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .04em;
  margin: 0 0 18px;
  text-align: center;
  color: #000;
}
.sa-lead { text-align: center; max-width: 860px; margin: 0 auto 28px; white-space: pre-line; color: #333; }
.sa-about { padding: 45px 0 40px; }
.sa-about h2,
.sa-about__title {
  text-align: center;
  text-transform: uppercase;
  font-size: clamp(28px, 7.2vw, 82px);
  font-weight: 400;
  line-height: 1.17;
  letter-spacing: normal;
  margin: 0;
  color: #000;
  max-width: 100%;
  overflow-wrap: anywhere;
  word-break: break-word;
}
.sa-card__title {
  margin: 0;
  max-width: 180px;
  font-size: 18px;
  font-weight: 500;
  line-height: 24.3px;
  letter-spacing: normal;
  word-spacing: 0;
  text-transform: uppercase;
  white-space: normal;
}
.sa-about p {
  max-width: 960px;
  margin: 50px auto 0;
  text-align: center;
  font-size: 14px;
  font-weight: 300;
  line-height: 28px;
  color: #000;
}

/* Feature cards */
.sa-cards {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px;
}
.sa-card {
  position: relative; aspect-ratio: 1; min-height: 0; color: #fff; text-decoration: none;
  overflow: hidden; display: flex; align-items: center; justify-content: center;
  text-align: center;
}
.sa-card::after {
  content: ""; position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(to bottom, rgba(0,0,0,.3), rgba(0,0,0,.8));
}
.sa-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.sa-card__txt {
  position: relative; z-index: 2; padding: 20px 40px;
  width: 100%; max-width: 100%;
  box-sizing: border-box;
  background: none;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.sa-card h3 {
  margin: 0; font-size: 18px; text-transform: uppercase;
  font-weight: 500; line-height: 24.3px; letter-spacing: normal; word-spacing: 0;
}
.sa-card p {
  margin: 20px 0 0; max-width: 180px; font-size: 14px; font-weight: 300; line-height: 21.7px;
  white-space: pre-line;
}

/* Catalog */
.sa-filters { margin: 0 0 28px; }
.sa-filters__form {
  display: flex; align-items: center; gap: 18px 24px; flex-wrap: wrap;
}
.sa-filters__facets {
  display: flex; align-items: center; gap: 8px 22px; flex-wrap: wrap; flex: 1 1 auto;
}
.sa-filters__facet {
  position: relative; display: inline-flex; align-items: center;
  font-size: 14px; font-weight: 700; text-transform: uppercase; letter-spacing: .02em;
  color: #000; cursor: pointer;
}
.sa-filters__trigger {
  appearance: none; border: 0; background: transparent;
  font: inherit; font-size: 14px; font-weight: 700;
  text-transform: uppercase; letter-spacing: .02em;
  color: #000; cursor: pointer; padding: 4px 18px 4px 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath fill='%23000' d='M0 0l5 6 5-6z'/%3E%3C/svg%3E");
  background-repeat: no-repeat; background-position: right 2px center; background-size: 8px 5px;
}
.sa-filters__facet.is-open .sa-filters__trigger {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath fill='%23000' d='M0 6l5-6 5 6z'/%3E%3C/svg%3E");
}
.sa-filters__panel {
  position: absolute; top: calc(100% + 6px); left: 0; z-index: 40;
  width: 200px;
  background: #fff;
  box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
}
.sa-filters__panel[hidden] { display: none !important; }
.sa-filters__checklist {
  max-height: 500px;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 12px 10px;
  box-sizing: border-box;
}
.sa-filters__check {
  display: flex;
  align-items: flex-start;
  gap: 0;
  margin: 0 0 8px;
  padding: 0;
  cursor: pointer;
  text-transform: none;
  font-weight: 300;
  letter-spacing: normal;
  color: #000;
  line-height: 1.55;
}
.sa-filters__check:last-child { margin-bottom: 0; }
.sa-filters__check input {
  position: absolute;
  opacity: 0;
  width: 1px;
  height: 1px;
  margin: 0;
  pointer-events: none;
}
.sa-filters__box {
  flex: 0 0 20px;
  width: 20px;
  height: 20px;
  margin: 1px 10px 0 0;
  box-sizing: border-box;
  border: 2px solid #000;
  background: #fff;
  position: relative;
}
.sa-filters__check input:checked + .sa-filters__box::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 1px;
  width: 5px;
  height: 10px;
  border: solid #000;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.sa-filters__check-label {
  flex: 1 1 auto;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.55;
  color: #000;
  text-transform: none;
}
.sa-filters__sort select {
  appearance: none; -webkit-appearance: none;
  border: 0; background: transparent;
  font: inherit; font-size: 13px; font-weight: 400;
  text-transform: none; letter-spacing: .02em;
  color: #111; cursor: pointer; padding: 4px 18px 4px 0;
  max-width: 240px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath fill='%23111' d='M0 0l5 6 5-6z'/%3E%3C/svg%3E");
  background-repeat: no-repeat; background-position: right 2px center; background-size: 8px 5px;
}
.sa-filters__sort select:focus,
.sa-filters__search input:focus { outline: none; }
.sa-filters__search {
  position: relative; flex: 0 1 260px; min-width: 180px; margin-left: auto;
}
.sa-filters__search input {
  width: 100%; box-sizing: border-box;
  border: 1px solid #d0d0d0; background: #fff;
  padding: 9px 36px 9px 12px;
  font: inherit; font-size: 14px; font-weight: 400;
  text-transform: none; color: #222;
}
.sa-filters__search input::placeholder { color: #9a9a9a; }
.sa-filters__search-btn {
  position: absolute; right: 8px; top: 50%; transform: translateY(-50%);
  border: 0; background: none; padding: 4px; cursor: pointer; color: #555;
  display: grid; place-items: center;
}
.sa-filters__sort { flex: 0 0 auto; }
.sa-catalog__results.is-loading { opacity: .55; pointer-events: none; transition: opacity .15s ease; }
.sa-catalog__empty { text-align: center; margin: 24px 0; }
.sa-grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 50px 20px;
  align-items: stretch;
}
.sa-car {
  display: flex;
  flex-direction: column;
  height: 100%;
  text-align: center;
  color: #000;
}
.sa-car__img {
  display: block;
  aspect-ratio: 520 / 320;
  overflow: hidden;
  background: #f3f3f3;
  margin-bottom: 0;
  flex: 0 0 auto;
}
.sa-car__img img { width: 100%; height: 100%; object-fit: cover; display: block; }
.sa-car__body {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  min-height: 0;
  padding-top: 20px;
}
.sa-car__text {
  flex: 0 1 auto;
  margin: 0 0 20px;
}
.sa-car__title {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.35;
  margin: 0;
  color: #000;
}
.sa-car__title a { text-decoration: none; color: inherit; }
.sa-car__descr {
  margin: 8px 0 0;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.55;
  color: #000;
}
.sa-car__price-wrap {
  margin: 12px 0 0;
  font-size: 16px;
  line-height: 1.35;
  color: #000;
}
.sa-car__price {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  color: #000;
  white-space: nowrap;
}
.sa-car__byn {
  display: inline;
  margin: 0 0 0 5px;
  font-size: 12.8px;
  font-weight: 700;
  line-height: 1.35;
  color: #666;
}
.sa-car__btns {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 8px;
  justify-content: flex-start;
  align-items: stretch;
  width: max-content;
  max-width: 100%;
  margin-top: auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
}
.sa-car__btns .sa-btn--card {
  flex: 0 0 auto;
  width: 100%;
  padding: 8px 15px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: normal;
  text-transform: none;
  line-height: 1.2;
  white-space: nowrap;
  box-sizing: border-box;
  border-radius: 0;
  transition: background-color .2s ease, color .2s ease, border-color .2s ease, opacity .2s ease;
}
.sa-car__btns .sa-btn--card-dark {
  background: #000;
  color: #fff;
  border: 1px solid #000;
}
.sa-car__btns .sa-btn--card-dark:hover {
  background: #222;
  color: #fff;
}
.sa-car__btns .sa-btn--card-ghost {
  background: transparent;
  color: #000;
  border: 1px solid #000;
}
.sa-car__btns .sa-btn--card-ghost:hover {
  background: #000;
  color: #fff;
}
.sa-stock { color: #1a7f37; }

@media (max-width: 900px) {
  .sa-filters__form { flex-direction: column; align-items: stretch; }
  .sa-filters__search { margin-left: 0; flex: 1 1 auto; width: 100%; }
  .sa-filters__facets { gap: 10px 16px; }
}

/* Brands — match Tilda t595 */
.sa-section--brands { padding: 20px 0 40px; }
.sa-brands__title {
  margin: 0 0 30px;
  text-align: center;
  font-size: 36px;
  font-weight: 600;
  line-height: 1.23;
  text-transform: uppercase;
  color: #000;
  letter-spacing: normal;
}
.sa-brands-wrap {
  width: min(var(--sa-max), calc(100% - 40px));
  margin: 0 auto;
  padding: 0;
}
.sa-brands {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  margin: 0;
  border: 0;
}
.sa-brands > * {
  display: grid;
  place-items: center;
  aspect-ratio: 1;
  padding: 20px;
  box-sizing: border-box;
  border: 0;
  border-right: 1px solid #bebebe;
  border-bottom: 1px solid #bebebe;
  text-decoration: none;
  background: #fff;
  min-height: 0;
}
.sa-brands > :nth-child(6n) {
  border-right: 0;
}
.sa-brands > :nth-child(6n + 1):nth-last-child(-n+6),
.sa-brands > :nth-child(6n + 1):nth-last-child(-n+6) ~ * {
  border-bottom: 0;
}
.sa-brands.sa-animate,
.sa-section--brands.sa-animate {
  opacity: 1;
  transform: none;
}
.sa-brands img {
  display: block;
  width: 100%;
  max-width: 250px;
  height: auto;
  max-height: none;
  object-fit: contain;
  filter: none;
}

/* Text blocks */
.sa-prose {
  max-width: 960px;
  margin: 0 auto;
  color: #000;
}
.sa-prose h2 {
  margin: 0 0 28px;
  text-align: center;
  text-transform: uppercase;
  font-size: 36px;
  font-weight: 600;
  line-height: 1.23;
  letter-spacing: normal;
  color: #000;
}
.sa-prose h3 { text-transform: uppercase; }
.sa-prose > p {
  margin: 0 0 18px;
  text-align: left;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.55;
  color: #000;
}
.sa-prose > p.sa-prose__center { text-align: center; }
.sa-catalog-section {
  margin-top: 64px;
}
.sa-catalog-section__title {
  margin: 0 0 40px;
  text-align: center;
  font-size: 42px;
  font-weight: 600;
  line-height: 1.23;
  color: #000;
}
.sa-catalog-section__title a {
  color: inherit;
  text-decoration: none;
}
.sa-catalog-section__title a:hover {
  text-decoration: underline;
}
.sa-prose ol,
.sa-prose ul {
  margin: 0 0 22px;
  padding-left: 22px;
  text-align: left;
}
.sa-steps,
.sa-adv {
  list-style-position: outside;
}
.sa-steps li,
.sa-adv li {
  margin: 0 0 16px;
  padding-left: 4px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.55;
  color: #000;
  text-align: left;
}
.sa-steps li:last-child,
.sa-adv li:last-child { margin-bottom: 0; }
.sa-prose strong {
  font-weight: 700;
}
.sa-prose__cta {
  text-align: center !important;
  margin: 36px 0 0 !important;
}
.sa-btn--prose {
  padding: 18px 60px;
  font-size: 16px;
  font-weight: 300;
}

/* Form */
.sa-form-block { background: #f6f6f6; padding: 50px 20px; text-align: center; }
.sa-form { max-width: 480px; margin: 0 auto; text-align: left; }
.sa-form label { display: block; font-size: 13px; margin: 12px 0 4px; }
.sa-form input[type="text"],
.sa-form input[type="tel"],
.sa-form input[type="email"],
.sa-form input[type="number"],
.sa-form select,
.sa-form textarea {
  width: 100%; padding: 10px 12px; border: 1px solid #ccc; font: inherit;
}
.sa-form--uline .sa-field {
  margin: 0 0 18px;
  border-bottom: 1px solid #b3b3b3;
}
.sa-form--uline .sa-field input {
  border: 0; background: transparent; padding: 10px 0; outline: none;
  font-size: 16px; color: #000; box-shadow: none;
}
.sa-form--uline .sa-field input::placeholder { color: #9a9a9a; }
.sa-phonefield {
  display: flex; align-items: center; gap: 8px;
}
.sa-phonefield__code {
  display: inline-flex; align-items: center; gap: 6px;
  flex: 0 0 auto; font-size: 16px; color: #000; padding: 10px 0;
}
.sa-phonefield__flag {
  width: 22px; height: 14px; flex: 0 0 22px; object-fit: cover;
  display: block; border: 1px solid rgba(0,0,0,.1);
}
.sa-phonefield input { flex: 1; min-width: 0; }
.sa-check { display: flex; gap: 8px; align-items: flex-start; font-size: 13px; margin-top: 10px; }
.sa-check a { color: #000; text-decoration: underline; }
.sa-form .sa-btn { margin-top: 16px; width: 100%; }
.sa-btn--form {
  text-transform: none !important; font-weight: 300; font-size: 16px;
  padding: 18px 24px; letter-spacing: 0;
}
.sa-form-note { font-size: 14px; color: #9d9d9d; margin: 14px 0 0; text-align: left; }
.sa-consult__title { font-weight: 300; font-size: 24px; text-align: center; }
.sa-consult__lead { font-size: 14px; text-align: center; max-width: none; }
.sa-form-ok { color: #1a7f37; font-weight: 600; }

/* Footer / contacts block (Tilda t570 + t029 + t046) */
.sa-footer { padding: 0; background: #fff; }
.sa-contacts { width: 100%; background: #fff; padding-top: 30px; }
.sa-contacts__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  align-items: stretch;
  min-height: 70vh;
}
.sa-contacts__map {
  min-height: 70vh;
  height: 70vh;
  background: #efefef;
  overflow: hidden;
  position: relative;
  filter: grayscale(1) contrast(.92) brightness(1.08);
}
.sa-contacts__map iframe,
.sa-contacts__map > ymaps,
.sa-contacts__map .ymaps-2-1-map {
  display: block;
  width: 100% !important;
  height: 100% !important;
  min-height: 70vh;
  border: 0;
}
.sa-contacts__info {
  box-sizing: border-box;
  min-height: 70vh;
  padding: 90px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #000;
}
.sa-contacts__inner { width: 100%; }
.sa-contacts__title {
  margin: 0 0 45px;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.17;
  color: #000;
}
.sa-contacts__links {
  margin: 0 0 30px;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 300;
  color: #000;
}
.sa-contacts__phone-wrap {
  font-weight: 700;
  color: #876a31;
}
.sa-contacts__phone {
  color: #876a31;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  line-height: 1.5;
}
.sa-contacts__phone:hover { opacity: .85; }
.sa-contacts__email-wrap { color: #000; }
.sa-contacts__email {
  color: #000;
  font-size: 18px;
  font-weight: 300;
  text-decoration: none;
  line-height: 1.5;
}
.sa-contacts__email:hover { opacity: .75; }
.sa-contacts__text {
  margin: 32px 0 0;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.55;
  color: #000;
}
.sa-contacts__social {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  align-items: center;
  margin-top: 45px;
}
.sa-contacts__social a {
  display: grid;
  place-items: center;
  width: 25px;
  height: 25px;
  margin-top: 4px;
  color: #000;
  text-decoration: none;
}
.sa-contacts__social svg {
  width: 25px;
  height: 25px;
  fill: currentColor;
  display: block;
}
.sa-footer__rule {
  width: min(760px, calc(100% - 40px));
  height: 1px;
  margin: 30px auto;
  background: linear-gradient(90deg, transparent, #000 12%, #000 88%, transparent);
  opacity: .2;
}
.sa-footer__legal {
  width: min(960px, calc(100% - 40px));
  margin: 0 auto;
  padding: 10px 0 19px;
  font-size: 10px;
  font-weight: 300;
  line-height: 15.5px;
  color: #000;
  text-align: center;
}
.sa-footer__legal a {
  color: #876a31;
  text-decoration: none;
}
.sa-footer__legal a:hover { opacity: .8; }
.sa-section--contacts { padding: 0; }

/* Product — match Tilda store product snippet */
.sa-product { padding: 30px 0 50px; }
.sa-product__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 40px;
  align-items: start;
}
.sa-product__grid > * { min-width: 0; }
.sa-product__gallery { width: 100%; }
.sa-gallery__main {
  width: 100%;
  max-width: 100%;
  aspect-ratio: 4 / 3;
  background: #fff;
  overflow: hidden;
}
.sa-gallery__main img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 100%;
  object-fit: contain;
  background: #fff;
}
.sa-gallery__zoom {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  background: #fff;
  cursor: zoom-in;
}
.sa-gallery__arrow {
  position: absolute;
  top: 50%;
  z-index: 2;
  width: 44px;
  height: 44px;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.92);
  color: #000;
  cursor: pointer;
  transform: translateY(-50%);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.18);
}
.sa-gallery__arrow svg { width: 22px; height: 22px; display: block; margin: 0 auto; }
.sa-gallery__arrow--prev { left: 12px; }
.sa-gallery__arrow--next { right: 12px; }
.sa-gallery__arrow:hover { background: #000; color: #fff; }
.sa-gallery__main { position: relative; touch-action: pan-y; }
.sa-lightbox {
  position: fixed;
  inset: 0;
  z-index: 10020;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.92);
  touch-action: none;
}
.sa-lightbox[hidden] { display: none; }
.sa-lightbox__img {
  max-width: min(1400px, calc(100vw - 140px));
  max-height: calc(100vh - 80px);
  width: auto;
  height: auto;
  object-fit: contain;
  user-select: none;
  -webkit-user-drag: none;
}
.sa-lightbox__arrow,
.sa-lightbox__close {
  position: absolute;
  border: 0;
  background: transparent;
  color: #fff;
  cursor: pointer;
}
.sa-lightbox__arrow {
  top: 50%;
  width: 52px;
  height: 72px;
  transform: translateY(-50%);
}
.sa-lightbox__arrow svg,
.sa-lightbox__close svg { width: 32px; height: 32px; display: block; margin: 0 auto; }
.sa-lightbox__arrow--prev { left: 16px; }
.sa-lightbox__arrow--next { right: 16px; }
.sa-lightbox__close { top: 16px; right: 16px; width: 44px; height: 44px; }
.sa-lightbox__count {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 18px;
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
}
.sa-thumbs {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  margin-top: 12px;
  padding-bottom: 4px;
}
.sa-thumbs button {
  border: 1px solid transparent;
  padding: 0;
  background: none;
  cursor: pointer;
  width: 72px;
  flex: 0 0 72px;
}
.sa-thumbs button.is-active { border-color: #000; }
.sa-thumbs img { width: 72px; height: 54px; object-fit: cover; display: block; }
.sa-product__back {
  margin: 0 0 12px;
  font-size: 14px;
  font-weight: 300;
}
.sa-product__back a { color: #000; text-decoration: none; }
.sa-product__back a:hover { text-decoration: underline; }
.sa-product__title-wrap { margin: 0 0 18px; }
.sa-product__title {
  margin: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.35;
  color: #000;
}
.sa-product__brand {
  margin: 4px 0 0;
  font-size: 14px;
  font-weight: 300;
  color: #000;
}
.sa-product__price-wrap {
  margin: 0 0 4px;
  line-height: 1.35;
}
.sa-product__price {
  display: inline-block;
  font-size: 20px;
  font-weight: 700;
  color: #000;
}
.sa-product__byn {
  display: inline;
  margin-left: 5px;
  font-size: 16px;
  font-weight: 700;
  color: #666;
}
.sa-product__cta { margin: 20px 0 30px; }
.sa-btn--product {
  background: #000;
  color: #fff;
  border: 0;
  padding: 13px 30px;
  font-size: 14px;
  font-weight: 600;
  text-transform: none;
  letter-spacing: normal;
}
.sa-btn--product:hover { background: #222; color: #fff; opacity: 1; }
.sa-product__text {
  margin: 0 0 20px;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.55;
  color: #000;
  text-align: left;
}
.sa-product__text p,
.sa-product__text ul,
.sa-product__text ol { margin: 0 0 10px; }
.sa-product__chars {
  margin-top: 20px;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.55;
  color: #000;
}
.sa-product__chars p { margin: 0 0 2px; }
.sa-product__char-label { font-weight: 300; }

/* Cookie — как на Tilda #cookie-banner */
.sa-cookie {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 9999;
  box-sizing: border-box;
  width: 30%;
  min-width: min(460px, calc(100% - 40px));
  max-width: calc(100% - 40px);
  padding: 15px;
  background: #000;
  color: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(0,0,0,.3);
  font-family: sans-serif;
  font-size: 14px;
  line-height: 1.4;
  overflow: hidden;
}
.sa-cookie h3 {
  margin: 0 0 8px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
  text-transform: none;
  letter-spacing: 0;
}
.sa-cookie p {
  margin: 0 0 10px;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 400;
}
.sa-cookie__btns {
  display: flex;
  gap: 8px;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: 0;
}
.sa-cookie__btn {
  flex: 1 1 auto;
  min-width: min(100%, 108px);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: #fff;
  color: #000;
  border: none;
  padding: 6px 12px;
  border-radius: 4px;
  cursor: pointer;
  font-family: inherit;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 0;
  text-transform: none;
  white-space: nowrap;
  box-sizing: border-box;
}
.sa-cookie__btn:hover {
  background: grey;
  color: #000;
  opacity: 1;
}

/* Modal */
.sa-modal {
  display: none; position: fixed; inset: 0; background: rgba(0,0,0,.55);
  z-index: 90; align-items: center; justify-content: center; padding: 20px;
  overflow: auto;
}
.sa-modal.is-open { display: flex; }
.sa-modal__box {
  background: #fff; padding: 0; width: min(560px, 100%); position: relative;
  margin: auto;
}
.sa-modal__img {
  display: block; width: 100%; height: auto; aspect-ratio: 1680 / 945;
  object-fit: cover;
}
.sa-modal__body { padding: 40px 45px 36px; }
.sa-modal__close {
  position: absolute; right: 8px; top: 6px; border: 0; background: none;
  font-size: 28px; line-height: 1; cursor: pointer; color: #fff;
  z-index: 2; text-shadow: 0 1px 3px rgba(0,0,0,.45);
}
@media (max-width: 600px) {
  .sa-modal__body { padding: 28px 20px 24px; }
}

.sa-map iframe { width: 100%; height: 420px; border: 0; }
.sa-pagination { display: flex; gap: 8px; justify-content: center; margin-top: 28px; }
.sa-pagination a, .sa-pagination span { padding: 8px 12px; border: 1px solid #ddd; text-decoration: none; }

.sa-page-hero {
  min-height: 280px; background: #111 center/cover no-repeat; color: #fff;
  display: flex; align-items: center; justify-content: center; text-align: center;
  position: relative;
}
.sa-page-hero--cover {
  min-height: 450px;
  align-items: flex-end;
  justify-content: flex-start;
  text-align: left;
}
.sa-page-hero--cover::after { background: rgba(0,0,0,.35); }
.sa-page-hero--cover .sa-page-hero__inner {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 80px 40px;
}
.sa-page-hero__title {
  font-size: 48px; font-weight: 600; line-height: 1.23; margin: 0 0 18px;
  white-space: pre-line; text-transform: uppercase; letter-spacing: .02em;
}
.sa-page-hero__sub {
  font-size: 20px; font-weight: 300; line-height: 31px; margin: 0;
  white-space: pre-line;
}
.sa-page-hero::after { content: ""; position: absolute; inset: 0; background: rgba(0,0,0,.4); }
.sa-page-hero__inner { position: relative; z-index: 1; padding: 40px 20px; }
.sa-page-hero h1 { font-size: 36px; font-weight: 600; line-height: 44.28px; text-transform: uppercase; margin: 0; }
.sa-loadmore-wrap { display: flex; justify-content: center; margin: 36px 0 8px; }
.sa-loadmore { min-width: 180px; text-transform: none; letter-spacing: 0; }
.sa-cookie__settings {
  margin-top: 12px;
  padding: 10px;
  background: #333;
  color: #fff;
  border-radius: 6px;
}
.sa-cookie__opt { display: block; margin: 6px 0; font-size: 13px; }
.sa-cookie__settings .sa-cookie__btn { margin-top: 8px; flex: 0 0 auto; }
.sa-animate {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity .55s ease, transform .55s ease;
}
.sa-animate.is-in {
  opacity: 1;
  transform: none;
}
.sa-hero.sa-animate { transition-duration: .8s; }
@media (prefers-reduced-motion: reduce) {
  .sa-animate {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}

.sa-ig {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  max-width: 1200px;
  margin: 0 auto;
  min-height: 595px;
}
.sa-ig a {
  display: block;
  aspect-ratio: 1;
  overflow: hidden;
  background: #f3f3f3;
}
.sa-ig img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sa-clients-head {
  padding: 30px 20px 15px;
  text-align: center;
}
.sa-clients-head--ig { padding-top: 0; }
.sa-clients-title {
  max-width: 960px;
  margin: 0 auto;
  padding: 8px 0 3px;
  color: #000;
  font-size: 32px;
  font-weight: 400;
  line-height: 39.36px;
  text-align: center;
  text-transform: none;
  letter-spacing: normal;
}
.sa-clients-title a {
  color: #000;
  font-weight: 400;
  text-decoration: none;
}
.sa-clients-title__yt,
.sa-clients-title__yt strong {
  color: #ff0033;
  font-weight: 700;
}
.sa-clients-title__ig,
.sa-clients-title__ig strong {
  color: #3f729b;
  font-weight: 700;
}
.sa-clients-shorts {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 20px;
  padding: 20px;
  background: #fff;
}
.sa-clients-shorts iframe {
  width: 288px;
  height: 512px;
  border: 0;
  flex: 0 0 288px;
}
.sa-clients-videos {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  padding: 0 20px 15px;
}
.sa-clients-videos__item {
  position: relative;
  aspect-ratio: 560 / 314;
}
.sa-clients-videos iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.sa-clients-ig { padding: 0; width: min(1160px, calc(100% - 40px)); }
.sa-clients-ig .sa-ig { min-height: 0; }
.sa-clients-reviews {
  background: #000 center / cover no-repeat;
  padding: 70px 0 40px;
  text-align: center;
}
.sa-clients-reviews__title {
  margin: 0 0 36px;
  color: #fff;
  font-size: 48px;
  font-weight: 600;
  line-height: 59.04px;
  text-align: center;
  text-transform: none;
}
.sa-clients-reviews__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 360px));
  justify-content: center;
  gap: 40px;
  text-align: left;
}
.sa-clients-review {
  background: #fff;
  padding: 40px;
  min-height: 280px;
}
.sa-clients-review__name {
  margin: 0;
  color: #000;
  font-size: 16px;
  font-weight: 600;
  line-height: 21.6px;
}
.sa-clients-review__car {
  margin: 2px 0 12px;
  color: #757575;
  font-size: 14px;
  font-weight: 300;
  line-height: 21.7px;
}
.sa-clients-review__text {
  margin: 0;
  color: #000;
  font-size: 14px;
  font-weight: 300;
  line-height: 21.7px;
}
.sa-clients-reviews__links {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 36px;
}
.sa-clients-reviews__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 60px;
  padding: 16px 28px;
  background: #000;
  color: #fff;
  border: 3px solid #000;
  font-size: 16px;
  font-weight: 600;
  line-height: 22.4px;
  text-decoration: none;
}
.sa-clients-reviews__btn:hover { opacity: .9; }

/* Trade-In page (Tilda t225 + t017 + t373 + t678 + t029) */
.sa-tradein-hero {
  background: #000;
  color: #fff;
  text-align: center;
  padding: 90px 20px 45px;
}
.sa-tradein-hero__inner {
  max-width: 760px;
  margin: 0 auto;
}
.sa-tradein-hero h1 {
  margin: 0;
  padding: 8px 0 3px;
  color: #fff;
  font-size: 38px;
  font-weight: 600;
  line-height: 46.74px;
  letter-spacing: normal;
  text-transform: none;
}
.sa-tradein-hero p {
  margin: 0;
  padding-top: 41px;
  color: #fff;
  font-size: 26px;
  font-weight: 400;
  line-height: 37.7px;
}
.sa-tradein-intro {
  max-width: 960px;
  margin: 0 auto;
  padding: 45px 0 15px;
  text-align: center;
}
.sa-tradein-intro h2,
.sa-tradein-docs h2 {
  margin: 0;
  padding-top: 2px;
  color: #000;
  font-size: 36px;
  font-weight: 600;
  line-height: 44.28px;
  letter-spacing: normal;
  text-align: center;
  text-transform: none;
}
.sa-tradein-intro p,
.sa-tradein-text p,
.sa-tradein-docs p {
  margin: 0;
  padding-top: 21px;
  color: #000;
  font-size: 20px;
  font-weight: 300;
  line-height: 31px;
  text-align: left;
}
.sa-tradein-points {
  max-width: 760px;
  margin: 0 auto;
  padding: 0;
}
.sa-tradein-point {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 15px 0;
}
.sa-tradein-point__num {
  flex: 0 0 30px;
  width: 30px;
  height: 30px;
  border-radius: 100px;
  background: #222;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 30px;
  text-align: center;
}
.sa-tradein-point__text {
  flex: 1;
  min-width: 0;
  font-size: 20px;
  font-weight: 300;
  line-height: 31px;
  color: #000;
}
.sa-tradein-point__text strong { font-weight: 700; }
.sa-tradein-formwrap {
  max-width: 760px;
  margin: 0 auto;
  padding: 0;
}
.sa-tradein-formtitle {
  margin: 0;
  padding-bottom: 10px;
  color: #000;
  font-size: 42px;
  font-weight: 600;
  line-height: 51.66px;
  letter-spacing: normal;
  text-align: center;
  text-transform: none;
  overflow-wrap: break-word;
}
.sa-tradein-form {
  max-width: 760px;
  margin: 0;
  text-align: left;
}
.sa-tradein-field { margin: 0 0 25px; }
.sa-tradein-field label,
.sa-tradein-field__label {
  display: block;
  margin: 0;
  padding-bottom: 5px;
  color: #000;
  font-size: 20px;
  font-weight: 300;
  line-height: 31px;
}
.sa-tradein-form .sa-tradein-field input[type="text"],
.sa-tradein-form .sa-tradein-field input[type="tel"],
.sa-tradein-form .sa-tradein-field select {
  display: block;
  width: 100%;
  height: 60px;
  box-sizing: border-box;
  margin: 0;
  padding: 0 20px;
  border: 1px solid #000;
  border-radius: 0;
  background: #fff;
  color: #000;
  font: 400 16px/21.28px var(--sa-font);
  outline: none;
  box-shadow: none;
  appearance: none;
  -webkit-appearance: none;
}
.sa-tradein-form .sa-tradein-field select {
  padding-right: 45px;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'><path fill='%23000' d='M1 1l5 5 5-5'/></svg>");
  background-repeat: no-repeat;
  background-position: right 16px center;
}
.sa-tradein-form .sa-tradein-field input::placeholder {
  color: #000;
  opacity: .5;
}
.sa-tradein-files { margin: 0 0 25px; }
.sa-tradein-files__hint {
  margin: 0 0 8px;
  color: #000;
  font-size: 14px;
  font-weight: 300;
  line-height: 21.7px;
  opacity: .7;
}
.sa-tradein-form .sa-tradein-files__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  width: auto;
  height: 38px;
  margin: 0;
  padding: 0 20px;
  background: #876a31;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 38px;
  cursor: pointer;
}
.sa-tradein-files__btn input {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  opacity: 0;
  cursor: pointer;
}
.sa-tradein-form .sa-tradein-check {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin: 0 0 25px;
  font-size: 15px;
  font-weight: 300;
  line-height: 18px;
  color: #000;
}
.sa-tradein-check a { color: #876a31; text-decoration: none; }
.sa-tradein-submitwrap { text-align: center; }
.sa-tradein-form .sa-tradein-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  margin: 0;
  padding: 18.8px 60px;
  border: 0;
  border-radius: 0;
  background: #876a31;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 22.4px;
  letter-spacing: normal;
  text-transform: none;
  cursor: pointer;
  white-space: nowrap;
}
.sa-tradein-form .sa-tradein-submit:hover { opacity: .92; }
.sa-tradein-text {
  max-width: 960px;
  margin: 0 auto;
  padding: 0;
}
.sa-tradein-docs {
  max-width: 960px;
  margin: 0 auto;
  padding: 30px 0 0;
}
.sa-tradein-docs ol {
  margin: 0 0 10px;
  padding-left: 22px;
  font-size: 20px;
  font-weight: 300;
  line-height: 31px;
  color: #000;
}
.sa-tradein-docs li {
  margin: 0;
  padding: 0;
  text-align: left;
}
.sa-tradein-docs li strong { font-weight: 700; }
.sa-tradein-text--last { padding-bottom: 30px; }
.sa-tradein .sa-rule { margin: 42px auto 43px; }

/* FAQ page (Tilda t795 + t585 + t142A) */
.sa-faq-intro {
  max-width: 960px;
  margin: 0 auto;
  padding: 45px 0 30px;
  text-align: center;
}
.sa-faq-intro h2 {
  margin: 0 0 40px;
  color: #000;
  font-size: 34px;
  font-weight: 400;
  line-height: 41.82px;
  letter-spacing: normal;
  text-align: center;
  text-transform: none;
}
.sa-faq-intro__text {
  max-width: 560px;
  margin: 0 auto;
  color: #000;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  text-align: center;
}
.sa-faq-intro__text a {
  color: #1e3c00;
  text-decoration: underline;
}
.sa-faq-acc {
  max-width: 760px;
  margin: 0 auto;
  padding: 30px 0;
  border-bottom: 1px solid #eee;
}
.sa-faq-acc__item { border-top: 1px solid #eee; }
.sa-faq-acc__trigger {
  display: block;
  position: relative;
  width: 100%;
  margin: 0;
  padding: 27px 50px 27px 0;
  border: 0;
  background: transparent;
  color: #000;
  text-align: left;
  cursor: pointer;
  font: inherit;
}
.sa-faq-acc__q {
  display: block;
  font-size: 22px;
  font-weight: 600;
  line-height: 29.7px;
}
.sa-faq-acc__icon {
  position: absolute;
  top: 50%;
  right: 0;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}
.sa-faq-acc__trigger[aria-expanded="true"] .sa-faq-acc__vert { display: none; }
.sa-faq-acc__body { padding: 0 50px 40px 0; }
.sa-faq-acc__text,
.sa-faq-acc__text p,
.sa-faq-acc__text li {
  margin: 0;
  color: #000;
  font-size: 16px;
  font-weight: 300;
  line-height: 24.8px;
}
.sa-faq-acc__text p { margin: 0 0 12px; }
.sa-faq-acc__text p:last-child { margin-bottom: 0; }
.sa-faq-acc__text ul,
.sa-faq-acc__text ol {
  margin: 0;
  padding-left: 26px;
}
.sa-faq-acc__text li { margin: 0; }
.sa-faq-cta {
  padding: 45px 20px 0;
  text-align: center;
}
.sa-faq-cta__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 60px;
  padding: 17.8px 60px;
  border: 1px solid #000;
  border-radius: 0;
  background: #000;
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.2;
  letter-spacing: normal;
  text-transform: uppercase;
  cursor: pointer;
  font-family: inherit;
}
.sa-faq-cta__btn:hover { background: #fff; color: #000; }
.sa-faq-seo {
  max-width: 960px;
  margin: 0 auto;
  padding: 45px 0 30px;
  text-align: center;
}
.sa-faq-seo h1 {
  margin: 0 0 40px;
  color: #000;
  font-size: 16px;
  font-weight: 100;
  line-height: 19.68px;
  letter-spacing: normal;
  text-align: center;
  text-transform: none;
}
.sa-faq-seo p {
  margin: 0;
  color: #000;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}

@media (max-width: 1100px) {
  .sa-grid, .sa-cards { grid-template-columns: repeat(2, 1fr); }
  .sa-clients-shorts {
    flex-wrap: wrap;
    justify-content: center;
  }
  .sa-clients-shorts iframe {
    width: min(288px, calc(50% - 20px));
    flex: 0 1 240px;
    height: auto;
    aspect-ratio: 288 / 512;
  }
  .sa-clients-videos { grid-template-columns: 1fr; gap: 20px; }
  .sa-brands { grid-template-columns: repeat(3, 1fr); }
  .sa-brands > :nth-child(6n) { border-right: 1px solid #bebebe; }
  .sa-brands > :nth-child(3n) { border-right: 0; }
  .sa-brands > :nth-child(6n + 1):nth-last-child(-n+6),
  .sa-brands > :nth-child(6n + 1):nth-last-child(-n+6) ~ * { border-bottom: 1px solid #bebebe; }
  .sa-brands > :nth-child(3n + 1):nth-last-child(-n+3),
  .sa-brands > :nth-child(3n + 1):nth-last-child(-n+3) ~ * { border-bottom: 0; }
  .sa-brands__title { font-size: 28px; }
  .sa-product__grid { grid-template-columns: 1fr; }
  .sa-gallery__arrow { width: 36px; height: 36px; }
  .sa-lightbox__img { max-width: calc(100vw - 24px); max-height: calc(100vh - 96px); }
  .sa-lightbox__arrow--prev { left: 4px; }
  .sa-lightbox__arrow--next { right: 4px; }
  .sa-header__top { grid-template-columns: auto 1fr auto; }
  .sa-sticky__list { gap: 4px 12px; }
  .sa-sticky__list > li > a,
  .sa-sticky__list > .menu-item > a { font-size: 10px; }
}
@media (max-width: 960px) {
  .sa-sticky__nav { display: none; }
  .sa-sticky__burger { display: block; justify-self: end; }
  .sa-sticky__inner { grid-template-columns: auto 1fr auto; }
  .sa-sticky__cta { justify-self: end; }
  .sa-korea-hero__title { padding: 24px 10px 38px; }
  .sa-korea-hero__sub {
    padding: 0 10px 30px;
    font-size: 14px;
    line-height: 20px;
    max-width: none;
  }
  .sa-korea-hero__btn { padding: 18.8px 30px; }
  .sa-tradein-hero { padding: 60px 20px 40px; }
  .sa-tradein-hero h1 { font-size: 30px; line-height: 37px; }
  .sa-tradein-hero p { font-size: 18px; line-height: 27px; padding-top: 24px; }
  .sa-tradein-intro,
  .sa-tradein-points,
  .sa-tradein-formwrap,
  .sa-tradein-text,
  .sa-tradein-docs { padding-left: 20px; padding-right: 20px; }
  .sa-tradein-intro { padding-top: 45px; padding-bottom: 15px; }
  .sa-tradein-docs { padding-top: 30px; }
  .sa-tradein-text--last { padding-bottom: 30px; }
  .sa-tradein-intro h2,
  .sa-tradein-docs h2 { font-size: 26px; line-height: 32px; }
  .sa-tradein-formtitle { font-size: 28px; line-height: 36px; }
  .sa-tradein-form .sa-tradein-submit { width: 100%; white-space: normal; }
  .sa-faq-intro,
  .sa-faq-acc,
  .sa-faq-seo { padding-left: 20px; padding-right: 20px; }
  .sa-faq-intro { padding-top: 45px; padding-bottom: 30px; }
  .sa-faq-acc { padding-top: 30px; padding-bottom: 30px; }
  .sa-faq-seo { padding-top: 45px; padding-bottom: 30px; }
  .sa-faq-intro h2 { font-size: 26px; line-height: 32px; }
  .sa-faq-acc__q { font-size: 18px; line-height: 26px; }
  .sa-faq-cta__btn { width: 100%; max-width: 360px; padding: 17.8px 20px; }
}
@media (max-width: 760px) {
  .sa-header__top {
    grid-template-columns: 1fr auto;
    padding: 16px 16px 12px;
  }
  .sa-header__left { display: none; }
  .sa-header__contacts { display: none; }
  .sa-header__right .sa-btn { display: none; }
  .sa-logo { justify-self: start; }
  .sa-logo img { width: 150px; }
  .sa-burger {
    display: block;
    margin: 0;
    padding: 6px 0 6px 10px;
    line-height: 1;
  }
  .sa-header__right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    justify-self: end;
    gap: 0;
    width: auto;
  }
  .sa-sticky__inner { grid-template-columns: 1fr auto; }
  .sa-sticky__burger {
    justify-self: end;
    margin: 0;
    padding: 6px 0 6px 10px;
  }
  .sa-sticky__cta { display: none; }
  .sa-nav { display: none; background: #000; }
  .sa-nav.is-open {
    display: block;
    position: fixed;
    left: 0;
    right: 0;
    z-index: 90;
    max-height: calc(100vh - 64px);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    padding: 16px 20px 28px;
    background: #000;
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.35);
  }
  body.sa-nav-open { overflow: hidden; }
  .sa-nav__list { flex-direction: column; align-items: flex-start; gap: 10px; }
  .sa-nav .sub-menu { position: static; display: block; padding-left: 12px; }
  .sa-hero { min-height: 380px; }
  .sa-hero__inner { padding: 48px 20px; }
  .sa-hero h1, .sa-hero__title { font-size: 28px; }
  .sa-about h2,
  .sa-about__title { font-size: 28px; line-height: 1.2; }
  .sa-ig { grid-template-columns: repeat(2, 1fr); min-height: 0; }
  .sa-clients-title { font-size: 24px; line-height: 1.25; }
  .sa-clients-shorts {
    flex-direction: column;
    align-items: center;
    padding: 12px 16px;
  }
  .sa-clients-shorts iframe {
    width: min(288px, 100%);
    max-width: 100%;
    height: auto;
    aspect-ratio: 288 / 512;
    flex: 0 1 auto;
  }
  .sa-clients-videos { grid-template-columns: 1fr; gap: 20px; padding-left: 16px; padding-right: 16px; }
  .sa-clients-reviews__title { font-size: 32px; line-height: 1.2; }
  .sa-clients-reviews__grid { grid-template-columns: 1fr; }
  .sa-clients-review { min-height: 0; }
  .sa-page-hero--cover { min-height: 380px; }
  .sa-page-hero--cover .sa-page-hero__inner { padding: 48px 20px; }
  .sa-page-hero__title { font-size: 28px; }
  .sa-about p { margin-top: 28px; font-size: 14px; line-height: 24px; }
  .sa-prose h2 { font-size: 26px; }
  .sa-catalog-section__title { font-size: 28px; margin-bottom: 28px; }
  .sa-btn--prose { padding: 14px 28px; width: 100%; max-width: 360px; }
  .sa-grid, .sa-cards { grid-template-columns: 1fr; }
  .sa-contacts__grid { grid-template-columns: 1fr; min-height: 0; }
  .sa-contacts__map,
  .sa-contacts__map iframe,
  .sa-contacts__map > ymaps { min-height: 360px; height: 360px; }
  .sa-contacts__info { padding: 40px 24px 36px; min-height: 0; }
  .sa-contacts__title { font-size: 24px; margin-bottom: 28px; }
  .sa-korea-offers { padding: 50px 0 40px; }
  .sa-korea-offers__head { margin-bottom: 30px; }
  .sa-korea-offers__title { font-size: 22px; line-height: 1.25; }
  .sa-korea-offers__arrow {
    width: 36px;
    height: 36px;
    flex-basis: 36px;
  }
  .sa-korea-offers__arrow svg {
    width: 36px;
    height: 36px;
  }
  .sa-korea-card {
    width: min(300px, calc(100vw - 56px));
  }
  .sa-korea-card__body { padding: 18px 16px 0; }
  .sa-korea-card__title { font-size: 17px; line-height: 1.3; }
  .sa-korea-card__price { font-size: 24px; line-height: 1.35; }
  .sa-korea-card__by { font-size: 13px; line-height: 1.3; }
  .sa-korea-card__benefit { margin-top: 16px; font-size: 15px; }
  .sa-korea-card__compare { font-size: 14px; }
  .sa-korea-card__btn {
    width: 100%;
    margin-top: 12px;
    min-height: 44px;
    padding: 12px 20px;
  }
  .sa-korea-offers__track { gap: 16px; }
  .sa-korea-steps__title { font-size: 28px; margin-bottom: 45px; }
  .sa-korea-steps__marker,
  .sa-korea-steps__text { padding-bottom: 48px; }
  .sa-korea-steps__btn { padding: 16px 36px; min-height: 52px; font-size: 14px; }
  .sa-korea-why { grid-template-columns: 1fr 1fr; }
  .sa-korea-cost { grid-template-columns: 1fr 1fr; }
  .sa-customs__grid { grid-template-columns: 1fr; gap: 16px; }
  .sa-customs__item--switch { min-height: 0; padding-bottom: 0; }
  .sa-customs-switch__text { white-space: normal; }
  .sa-customs__bar { grid-template-columns: 1fr; gap: 16px; }
  .sa-customs__btn { width: 100%; }
  .sa-korea-modal {
    padding: 10px;
    align-items: flex-start;
  }
  .sa-korea-modal .sa-modal__box,
  .sa-korea-modal__box {
    width: 100%;
    max-width: 100%;
    max-height: calc(100dvh - 20px);
    margin: 0;
    padding: 48px 16px 20px;
    border-radius: 12px;
  }
  .sa-korea-modal__back {
    position: absolute;
    left: 16px;
    top: 8px;
    margin: 0;
    z-index: 3;
  }
  .sa-korea-modal .sa-modal__close {
    top: 6px;
    right: 6px;
  }
  .sa-korea-modal__grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .sa-korea-modal__main {
    border-radius: 10px;
    aspect-ratio: 16 / 10;
  }
  .sa-korea-modal__thumbs {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 6px;
    margin-top: 8px;
  }
  .sa-korea-modal__thumbs button {
    border-radius: 6px;
  }
  .sa-korea-modal__title {
    font-size: 20px;
    margin-bottom: 12px;
  }
  .sa-korea-modal__info ul { margin-bottom: 16px; }
  .sa-korea-modal__info li {
    margin: 0 0 4px;
    font-size: 14px;
    line-height: 1.35;
  }
  .sa-korea-modal__info .sa-btn {
    max-width: none;
    width: 100%;
    min-height: 48px;
  }
  .sa-korea-modal__note {
    font-size: 12px;
    margin-top: 12px;
  }
  .sa-brands { grid-template-columns: repeat(2, 1fr); }
  .sa-brands > * { padding: 14px; }
  .sa-brands > :nth-child(3n) { border-right: 1px solid #bebebe; }
  .sa-brands > :nth-child(2n) { border-right: 0; }
  .sa-brands > :nth-child(3n + 1):nth-last-child(-n+3),
  .sa-brands > :nth-child(3n + 1):nth-last-child(-n+3) ~ * { border-bottom: 1px solid #bebebe; }
  .sa-brands > :nth-child(2n + 1):nth-last-child(-n+2),
  .sa-brands > :nth-child(2n + 1):nth-last-child(-n+2) ~ * { border-bottom: 0; }
  .sa-brands__title { font-size: 24px; margin-bottom: 20px; }
  .sa-header__right { gap: 8px; }
  .sa-addr { display: none; }
  .sa-sticky { height: 64px; }
  .sa-sticky__logo { width: 140px; }
  .sa-sticky__logo img { width: 140px; max-height: 40px; }
  .sa-sticky__cta { padding: 7px 10px; font-size: 11px; }
}
@media (max-width: 900px) {
  .sa-cookie {
    width: calc(100% - 40px);
    min-width: 0;
    left: 20px;
    right: 20px;
  }
}
@media (max-width: 600px) {
  .sa-cookie {
    width: calc(100% - 24px);
    left: 12px;
    right: 12px;
    bottom: 12px;
  }
  .sa-cookie__btns {
    flex-direction: column;
    align-items: stretch;
  }
  .sa-cookie__btn {
    width: 100%;
    min-width: 0;
    white-space: normal;
  }
}
