.sote-legal-main {
  background: linear-gradient(180deg, #fdf9f3 0%, #f7efe4 100%);
}

.sote-legal {
  position: relative;
}

.sote-legal-page .wow,
.sote-legal-page .fadeInUp,
.sote-legal-page .fadeInLeft,
.sote-legal-page .fadeInRight {
  visibility: visible !important;
  opacity: 1 !important;
  transform: none !important;
  animation: none !important;
}

.sote-legal__intro {
  display: block;
  margin-bottom: 28px;
}

.sote-legal__intro-panel,
.sote-legal__meta,
.sote-legal__nav,
.sote-legal__content {
  background: transparent;
  border: 0;
  box-shadow: none;
}

.sote-legal__intro-panel {
  padding: 0;
}

.sote-legal__intro-panel .sec-title {
  margin-bottom: 16px;
}

.sote-legal__lead {
  max-width: 860px;
  margin: 0;
  color: #5d564e;
  font-size: 16px;
  line-height: 1.85;
}

.sote-legal__meta {
  margin-top: 20px;
  padding: 0;
}

.sote-legal__meta-label {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(244, 180, 0, 0.14);
  color: #17120d;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.sote-legal__meta h3 {
  margin: 14px 0 8px;
  color: #17120d;
  font-size: 24px;
  line-height: 1.2;
}

.sote-legal__meta p {
  max-width: 820px;
  margin: 0;
  color: #5d564e;
  line-height: 1.8;
}

.sote-legal__meta-list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.sote-legal__meta-list li {
  flex: 1 1 220px;
  min-width: 220px;
  padding: 16px 18px;
  border-radius: 20px;
  background: #ffffff;
  border: 1px solid rgba(23, 18, 13, 0.08);
}

.sote-legal__meta-list span,
.sote-legal__meta-list strong {
  display: block;
}

.sote-legal__meta-list span {
  margin-bottom: 6px;
  color: #7a7167;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.sote-legal__meta-list strong,
.sote-legal__meta-list a {
  color: #17120d;
  font-size: 15px;
  font-weight: 700;
}

.sote-legal__layout {
  display: block;
}

.sote-legal__nav {
  position: static;
  margin-bottom: 18px;
  padding: 0;
}

.sote-legal__nav h3 {
  margin: 0 0 10px;
  color: #17120d;
  font-size: 18px;
}

.sote-legal__nav ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.sote-legal__nav a {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 10px 16px;
  border-radius: 999px;
  border: 1px solid rgba(23, 18, 13, 0.08);
  background: #ffffff;
  color: #423b34;
  font-size: 14px;
  font-weight: 700;
  transition: border-color 0.25s ease, background-color 0.25s ease, color 0.25s ease;
}

.sote-legal__nav a::after {
  display: none;
}

.sote-legal__nav a:hover {
  color: #17120d;
  border-color: rgba(244, 180, 0, 0.4);
  background: #fff7e8;
  transform: none;
}

.sote-legal__content {
  padding: 0;
}

.sote-legal__section {
  padding: 30px 32px;
  border-radius: 28px;
  background: #ffffff;
  border: 1px solid rgba(23, 18, 13, 0.08);
  box-shadow: 0 10px 32px rgba(23, 18, 13, 0.04);
  scroll-margin-top: 120px;
}

.sote-legal__section + .sote-legal__section {
  margin-top: 18px;
  padding-top: 30px;
  border-top: 1px solid rgba(23, 18, 13, 0.08);
}

.sote-legal__section h2 {
  margin: 0 0 14px;
  color: #17120d;
  font-size: 28px;
  line-height: 1.16;
}

.sote-legal__section h3 {
  margin: 24px 0 10px;
  color: #17120d;
  font-size: 20px;
  line-height: 1.32;
}

.sote-legal__section h4 {
  margin: 20px 0 8px;
  color: #17120d;
  font-size: 17px;
  line-height: 1.4;
}

.sote-legal__section p,
.sote-legal__section li {
  color: #5d564e;
  font-size: 15.5px;
  line-height: 1.85;
}

.sote-legal__section p:last-child {
  margin-bottom: 0;
}

.sote-legal__section ul,
.sote-legal__section ol {
  margin: 16px 0 0;
  padding-left: 20px;
}

.sote-legal__section strong {
  color: #17120d;
}

.sote-legal__section a {
  color: #8b5e00;
  text-decoration: underline;
  text-decoration-color: rgba(139, 94, 0, 0.28);
  text-underline-offset: 3px;
}

.sote-legal__section a:hover {
  color: #6f4b00;
}

.sote-legal__callout {
  margin-top: 24px;
  padding: 24px;
  border-radius: 24px;
  background: linear-gradient(135deg, rgba(23, 18, 13, 0.96) 0%, rgba(45, 36, 28, 0.96) 100%);
}

.sote-legal__callout h3 {
  margin: 0 0 10px;
  color: #ffffff;
  font-size: 21px;
}

.sote-legal__callout p {
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
}

.sote-legal__contact-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 18px;
}

.sote-legal__contact-links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 10px 18px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  color: #ffffff;
  font-weight: 700;
  text-decoration: none;
}

.sote-legal__contact-links a:hover {
  background: rgba(244, 180, 0, 0.26);
  color: #ffffff;
}

@media (max-width: 991px) {
  .sote-legal__meta-list li {
    min-width: 0;
  }
}

@media (max-width: 767px) {
  .sote-legal__nav ul {
    gap: 8px;
  }

  .sote-legal__nav a {
    width: 100%;
    justify-content: flex-start;
  }

  .sote-legal__section {
    padding: 24px;
    border-radius: 24px;
  }

  .sote-legal__section + .sote-legal__section {
    margin-top: 14px;
    padding-top: 24px;
  }

  .sote-legal__meta h3,
  .sote-legal__section h2 {
    font-size: 24px;
  }

  .sote-legal__lead,
  .sote-legal__section p,
  .sote-legal__section li {
    font-size: 15px;
  }
}
