.sts-smart-footer,
.sts-smart-footer * {
  box-sizing: border-box;
}

.sts-smart-footer {
  --sts-footer-bg: #070707;
  --sts-footer-surface: #11110f;
  --sts-footer-surface-2: #171612;
  --sts-footer-gold: #c9a24d;
  --sts-footer-gold-soft: #f0d58a;
  --sts-footer-text: #f6f4ef;
  --sts-footer-muted: #aaa69d;
  --sts-footer-border: rgba(201, 162, 77, 0.22);
  --sts-footer-white-border: rgba(255, 255, 255, 0.09);
  position: relative;
  width: 100%;
  overflow: hidden;
  background:
    radial-gradient(circle at 14% 20%, rgba(201, 162, 77, 0.08), transparent 28%),
    var(--sts-footer-bg);
  color: var(--sts-footer-text);
  font-family: inherit;
  border-top: 1px solid var(--sts-footer-border);
}

.sts-smart-footer::before {
  content: "";
  position: absolute;
  inset: 0 auto auto 50%;
  width: min(1320px, calc(100% - 48px));
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--sts-footer-gold), transparent);
  transform: translateX(-50%);
  opacity: 0.62;
}

.sts-smart-footer a {
  color: inherit;
  text-decoration: none;
}

.sts-smart-footer p,
.sts-smart-footer h2,
.sts-smart-footer h3 {
  margin: 0;
}

.sts-smart-footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.sts-smart-footer svg {
  display: block;
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.65;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.sts-footer-shell {
  width: min(1320px, calc(100% - 48px));
  margin-inline: auto;
}

.sts-footer-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 48px;
  margin-top: 64px;
  padding: 36px 40px;
  overflow: hidden;
  border: 1px solid var(--sts-footer-border);
  border-radius: 22px;
  background:
    radial-gradient(circle at 82% 20%, rgba(240, 213, 138, 0.14), transparent 34%),
    linear-gradient(135deg, rgba(201, 162, 77, 0.12), rgba(255, 255, 255, 0.025) 48%),
    #11110f;
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.3);
}

.sts-footer-cta__copy > span {
  display: block;
  margin-bottom: 10px;
  color: var(--sts-footer-gold-soft);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.17em;
  line-height: 1.3;
  text-transform: uppercase;
}

.sts-footer-cta h2 {
  max-width: 720px;
  color: #fff;
  font-size: clamp(26px, 3vw, 40px);
  line-height: 1.08;
  letter-spacing: -0.035em;
}

.sts-footer-cta p {
  max-width: 740px;
  margin-top: 12px;
  color: var(--sts-footer-muted);
  font-size: 14px;
  line-height: 1.65;
}

.sts-footer-cta__actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.sts-footer-button {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 12px 19px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 850;
  white-space: nowrap;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.sts-footer-button:hover,
.sts-footer-button:focus-visible {
  transform: translateY(-2px);
}

.sts-footer-button--gold {
  color: #111 !important;
  background: linear-gradient(135deg, var(--sts-footer-gold), var(--sts-footer-gold-soft));
  box-shadow: 0 12px 30px rgba(201, 162, 77, 0.14);
}

.sts-footer-button--ghost {
  color: var(--sts-footer-text) !important;
  border-color: var(--sts-footer-border);
  background: rgba(255, 255, 255, 0.035);
}

.sts-footer-grid {
  display: grid;
  grid-template-columns: minmax(250px, 1.45fr) minmax(190px, 0.9fr) minmax(190px, 0.9fr) minmax(250px, 1.12fr);
  gap: 62px;
  padding: 78px 0 68px;
}

.sts-footer-brand,
.sts-footer-column {
  min-width: 0;
}

.sts-footer-logo {
  display: inline-flex;
  width: min(265px, 100%);
}

.sts-footer-logo img {
  width: 100%;
  height: auto;
}

.sts-footer-brand > p {
  max-width: 360px;
  margin-top: 24px;
  color: var(--sts-footer-muted);
  font-size: 14px;
  line-height: 1.75;
}

.sts-footer-company-links {
  display: flex;
  flex-wrap: wrap;
  gap: 9px 18px;
  margin-top: 26px;
}

.sts-footer-company-links a {
  position: relative;
  color: #d0ccc4;
  font-size: 11px;
  font-weight: 700;
  transition: color 160ms ease;
}

.sts-footer-company-links a:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -10px;
  width: 2px;
  height: 2px;
  border-radius: 50%;
  background: var(--sts-footer-gold);
}

.sts-footer-company-links a:hover,
.sts-footer-company-links a:focus-visible {
  color: var(--sts-footer-gold-soft);
}

.sts-footer-column h3 {
  position: relative;
  margin: 3px 0 22px;
  padding-bottom: 15px;
  color: #fff;
  font-size: 13px;
  font-weight: 850;
  letter-spacing: 0.08em;
  line-height: 1.3;
  text-transform: uppercase;
}

.sts-footer-column h3::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 34px;
  height: 2px;
  border-radius: 99px;
  background: linear-gradient(90deg, var(--sts-footer-gold), var(--sts-footer-gold-soft));
}

.sts-footer-links {
  display: grid;
  gap: 11px;
}

.sts-footer-links a {
  display: inline-flex;
  color: var(--sts-footer-muted);
  font-size: 12px;
  font-weight: 600;
  line-height: 1.45;
  transition: color 160ms ease, transform 160ms ease;
}

.sts-footer-links a:hover,
.sts-footer-links a:focus-visible {
  color: var(--sts-footer-gold-soft);
  transform: translateX(3px);
}

.sts-footer-subheading {
  display: block;
  margin: 25px 0 12px;
  color: #e4e0d8;
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.sts-footer-view-all {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-top: 21px;
  color: var(--sts-footer-gold-soft) !important;
  font-size: 11px;
  font-weight: 800;
}

.sts-footer-view-all svg {
  width: 14px;
  height: 14px;
  transition: transform 160ms ease;
}

.sts-footer-view-all:hover svg,
.sts-footer-view-all:focus-visible svg {
  transform: translateX(3px);
}

.sts-footer-contact > a,
.sts-footer-contact__item {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  align-items: start;
  gap: 11px;
  margin-bottom: 16px;
  color: #d8d4cc;
  font-size: 12px;
  font-weight: 650;
  line-height: 1.5;
}

.sts-footer-contact > a {
  transition: color 160ms ease;
}

.sts-footer-contact > a:hover,
.sts-footer-contact > a:focus-visible {
  color: var(--sts-footer-gold-soft);
}

.sts-footer-contact__icon {
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  border: 1px solid var(--sts-footer-border);
  border-radius: 10px;
  background: rgba(201, 162, 77, 0.07);
  color: var(--sts-footer-gold-soft);
}

.sts-footer-contact__icon svg {
  width: 15px;
  height: 15px;
}

.sts-footer-contact small {
  display: block;
  margin-bottom: 2px;
  color: #7f7b74;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.1em;
  line-height: 1.3;
  text-transform: uppercase;
}

.sts-footer-languages {
  margin-top: 26px;
  padding-top: 20px;
  border-top: 1px solid var(--sts-footer-white-border);
}

.sts-footer-languages > span {
  display: block;
  margin-bottom: 10px;
  color: #8f8b83;
  font-size: 9px;
  font-weight: 850;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.sts-footer-languages > div {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.sts-footer-languages a {
  min-width: 38px;
  min-height: 30px;
  display: inline-grid;
  place-items: center;
  padding: 6px 9px;
  border: 1px solid var(--sts-footer-white-border);
  border-radius: 999px;
  color: #bbb7af;
  font-size: 10px;
  font-weight: 850;
  transition: color 160ms ease, border-color 160ms ease, background 160ms ease;
}

.sts-footer-languages a:hover,
.sts-footer-languages a:focus-visible,
.sts-footer-languages a[aria-current="page"] {
  border-color: var(--sts-footer-border);
  background: rgba(201, 162, 77, 0.1);
  color: var(--sts-footer-gold-soft);
}

.sts-footer-bottom {
  width: 100%;
  border-top: 1px solid var(--sts-footer-white-border);
  background: #0c0c0c;
}

.sts-footer-bottom__inner {
  min-height: 64px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.sts-footer-bottom p {
  color: #8e8a82;
  font-size: 10px;
  font-weight: 600;
  line-height: 1.5;
}

.sts-footer-bottom__inner > div {
  display: flex;
  align-items: center;
  gap: 14px;
}

.sts-footer-bottom__inner > div > span {
  width: 1px;
  height: 14px;
  background: var(--sts-footer-white-border);
}

.sts-footer-bottom p a {
  color: #c7a85f;
  font-weight: 800;
}

.sts-footer-instagram {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #aaa69d !important;
  font-size: 10px;
  font-weight: 700;
  transition: color 160ms ease;
}

.sts-footer-instagram svg {
  width: 16px;
  height: 16px;
}

.sts-footer-instagram:hover,
.sts-footer-instagram:focus-visible {
  color: var(--sts-footer-gold-soft) !important;
}

.sts-smart-footer :focus-visible {
  outline: 2px solid var(--sts-footer-gold-soft);
  outline-offset: 3px;
}

html[dir="rtl"] .sts-smart-footer {
  direction: rtl;
}

html[dir="rtl"] .sts-footer-column h3::after {
  right: 0;
  left: auto;
}

html[dir="rtl"] .sts-footer-company-links a:not(:last-child)::after {
  right: auto;
  left: -10px;
}

html[dir="rtl"] .sts-footer-links a:hover,
html[dir="rtl"] .sts-footer-links a:focus-visible {
  transform: translateX(-3px);
}

html[dir="rtl"] .sts-footer-view-all svg {
  transform: scaleX(-1);
}

@media (max-width: 1050px) {
  .sts-footer-cta {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .sts-footer-grid {
    grid-template-columns: 1.2fr 1fr;
    gap: 50px 64px;
  }
}

@media (max-width: 700px) {
  .sts-footer-shell {
    width: min(100% - 32px, 1320px);
  }

  .sts-smart-footer::before {
    width: calc(100% - 32px);
  }

  .sts-footer-cta {
    margin-top: 34px;
    padding: 28px 22px;
    border-radius: 18px;
  }

  .sts-footer-cta__actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .sts-footer-grid {
    grid-template-columns: 1fr;
    gap: 42px;
    padding: 58px 0 48px;
  }

  .sts-footer-brand > p {
    max-width: 100%;
  }

  .sts-footer-bottom__inner {
    min-height: 0;
    flex-direction: column;
    align-items: flex-start;
    gap: 13px;
    padding-block: 22px;
  }

  .sts-footer-bottom__inner > div {
    flex-wrap: wrap;
  }
}

@media (max-width: 420px) {
  .sts-footer-cta__actions {
    grid-template-columns: 1fr;
  }

  .sts-footer-button {
    width: 100%;
  }

  .sts-footer-bottom__inner > div > span {
    display: none;
  }

  .sts-footer-bottom__inner > div {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .sts-smart-footer *,
  .sts-smart-footer *::before,
  .sts-smart-footer *::after {
    transition-duration: 0.01ms !important;
  }
}

