/* SPM Services — Privacy Policy and Terms of Use */

body.spm-legal {
  background: #fff;
  padding-top: 0 !important;
}

.privacy {
  background: #f4f6f8;
  padding: 42px 0 64px;
}

.privacy-panel {
  background: #fff;
  border: 1px solid #e8ebf0;
  border-radius: 20px;
  padding: 0px 0px 22px;
}

.panel-header {
  margin-bottom: 30px;
  padding: 31px 20px 10px;
  background-color: #f9fafc;
}

.privacy-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0 10px;
  width: fit-content;
  max-width: 100%;
  margin: 0 auto 22px;
  padding: 8px 18px;
  background: #fff;
  border: 1px solid #e7eaef;
  border-radius: 999px;
  color: #2c3440;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4;
  text-align: center;
}

.privacy-grid {
  padding: 0 20px;
}

.privacy-meta strong {
  font-weight: 700;
}

.privacy-meta span {
  color: #535963;
}

.privacy-meta span::before {
  content: "·";
  margin-right: 10px;
  color: #9aa3ad;
  font-weight: 500;
}

.privacy-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.privacy-card {
  border: 1px solid #e6e9ee;
  border-radius: 14px;
  padding: 18px 20px 16px;
}

.privacy-card.color-c {
  background: #f7f8fa;
}

.privacy-card h2 {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin: 0 0 10px;
  font-family: var(--font-head);
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -0.01em;
  color: #1c2430;
}
.privacy-card h2 img,
.privacy-card h2 svg {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  margin-top: 4px;
  object-fit: contain;
}
 
.privacy-card h2 svg,
.privacy-contacts span svg {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}
 
.privacy-contacts span svg {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}

.privacy-card p {
  margin: 0;
  color: #3e4652;
  font-size: 16px;
  line-height: 1.65;
}

.privacy-card ul {
  margin: 12px 0 0;
  padding: 12px 0 2px 18px;
  border-top: 1px solid #e4e7ec;
  color: #2c3440;
  font-size: 14.5px;
  font-weight: 500;
  line-height: 1.7;
}

.privacy-card li + li {
  margin-top: 2px;
}

.privacy-contact {
  grid-column: 1 / -1;
}

.privacy-contacts {
  display: grid;
  grid-template-columns: 1fr 1fr 1.15fr;
  gap: 12px;
  margin-top: 14px;
}

.privacy-contacts.cols-2 {
  grid-template-columns: 1fr 1fr;
}

.privacy-contacts div {
  border: 1px solid #e4e7ec;
  border-radius: 10px;
  padding: 12px 14px;
  background: #fff;
}

.privacy-contacts span {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 4px;
  color: #8b939e;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.privacy-contacts a,
.privacy-contacts p {
  color: #1c2430;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.45;
}

.privacy-contacts a:hover {
  color: #6aa33c;
}

@media (max-width: 991px) {
  .privacy {
    padding: 28px 0 48px;
  }

  .privacy-panel {
    padding: 20px 16px 16px;
  }

  .privacy-grid,
  .privacy-contacts,
  .privacy-contacts.cols-2 {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .privacy-meta {
    border-radius: 14px;
    font-size: 13px;
  }

  .privacy-meta span::before {
    content: none;
  }
}
.privacy-contacts a{
text-decoration:none;
}
@media screen and (max-width: 991px) and (orientation: landscape) {
    .privacy-contacts, .privacy-contacts.cols-2 {
        grid-template-columns: 1fr 1fr 1.15fr;
    }
    }
    