html,
body {
  margin: 0;
  padding: 0;
  min-height: 100%;
scrollbar-gutter: stable;
}

.scale-shell {
  width: 100%;
  min-height: 100vh;
  overflow: hidden;
  position: relative;
}

.scale-stage {
  opacity: 0;
  transition: opacity .20s ease;
  margin: 0;
  display: flex;
  flex-direction: column;
  transform-origin: top left;
  will-change: transform;
}

.scale-stage.is-scaled {
  opacity: 1;
}

.scale-stage > main {
  flex: 1 0 auto;
}

.desktop-shell {
  display: block;
}

.mobile-shell {
  display: none;
}

@media (max-width: 767px) {
  .desktop-shell {
    display: none !important;
  }

  .mobile-shell {
    display: block !important;
  }
}

.menu70313-nav-link,
.pp-tab,
.trial-button,
.ppxmkFm0312-cta,
.ppxg40313-cta-button,
.section-mobile12838-button,
.header-mobile10102-accordion-toggle,
.header-mobile10102-cta-button,
.hero-mobile10101-button,
.faq-item__trigger,
[data-action="reviews-prev"],
[data-action="reviews-next"],
.ppxg60314-arrow {
  -webkit-user-select: none;
  user-select: none;
}

.legal-page {
  background: linear-gradient(180deg, #f8f8ee 0%, #f8f8ee 280px, #ffffff 280px, #ffffff 100%);
}

.legal-page__canvas {
  width: min(1440px, 100%);
  margin: 0 auto;
  padding: 52px 120px 88px;
  box-sizing: border-box;
}

.legal-page__hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 40px;
  align-items: end;
  margin-bottom: 38px;
}

.legal-page__eyebrow {
  margin: 0 0 10px;
  font-family: "Playfair Display", serif;
  font-size: 22px;
  line-height: 1;
  font-style: italic;
  color: #3acbc8;
}

.legal-page__title {
  margin: 0;
  max-width: 760px;
  font-family: "Playfair Display", serif;
  font-size: 46px;
  line-height: 0.98;
  font-weight: 600;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #251e1a;
}

.legal-page__intro {
  margin: 16px 0 0;
  max-width: 720px;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: -0.02em;
  color: rgba(37, 30, 26, 0.76);
}

.legal-page__hero-note {
  align-self: start;
  padding: 18px 18px 16px;
  border: 1px solid rgba(37, 30, 26, 0.12);
  background: rgba(255, 255, 255, 0.72);
  backdrop-filter: blur(6px);
}

.legal-page__hero-note-title {
  margin: 0 0 8px;
  font-family: "Inter", sans-serif;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: rgba(63, 49, 43, 0.68);
}

.legal-page__hero-note-text {
  margin: 0;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: -0.02em;
  color: rgba(37, 30, 26, 0.72);
}

.legal-page__layout {
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr);
  gap: 28px;
  align-items: start;
}

.legal-page__nav {
  position: sticky;
  top: 108px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 22px 20px;
  border: 1px solid rgba(37, 30, 26, 0.1);
  background: rgba(255, 255, 255, 0.86);
}

.legal-page__nav-title {
  margin: 0 0 2px;
  font-family: "Inter", sans-serif;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: rgba(63, 49, 43, 0.56);
}

.legal-page__nav-link {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  line-height: 1.35;
  letter-spacing: -0.02em;
  color: #251e1a;
  text-decoration: none;
  transition: color .2s ease, opacity .2s ease;
}

.legal-page__nav-link:hover {
  color: #0abab5;
}

.legal-page__sheet {
  background: #ffffff;
  border: 1px solid rgba(37, 30, 26, 0.1);
  box-shadow: 0 24px 60px rgba(12, 11, 9, 0.06);
}

.legal-page__sheet-inner {
  padding: 34px 38px 40px;
}

.legal-page__section + .legal-page__section {
  border-top: 1px solid rgba(37, 30, 26, 0.1);
  margin-top: 26px;
  padding-top: 26px;
}

.legal-page__section-title {
  margin: 0 0 14px;
  font-family: "Playfair Display", serif;
  font-size: 28px;
  line-height: 1;
  font-weight: 500;
  color: #251e1a;
}

.legal-page__section-body,
.legal-page__section-body p,
.legal-page__section-body li {
  font-family: "Inter", sans-serif;
  font-size: 15px;
  line-height: 1.65;
  letter-spacing: -0.015em;
  color: rgba(37, 30, 26, 0.82);
}

.legal-page__section-body p {
  margin: 0 0 12px;
}

.legal-page__section-body p:last-child {
  margin-bottom: 0;
}

.legal-page__section-body ul {
  margin: 0;
  padding-left: 22px;
}

.legal-page__section-body li + li {
  margin-top: 8px;
}

.legal-page__accent {
  color: #0abab5;
}

.legal-page__section-body a {
  color: #3f312b;
  text-decoration: underline;
  text-underline-offset: 3px;
}

@media (max-width: 1100px) {
  .legal-page__canvas {
    padding: 34px 24px 64px;
  }

  .legal-page__hero {
    grid-template-columns: minmax(0, 1fr);
    gap: 18px;
    margin-bottom: 22px;
  }

  .legal-page__title {
    font-size: 34px;
    line-height: 1.02;
  }

  .legal-page__intro {
    font-size: 15px;
  }

  .legal-page__layout {
    grid-template-columns: minmax(0, 1fr);
    gap: 18px;
  }

  .legal-page__nav {
    position: static;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 8px;
    padding: 14px;
  }

  .legal-page__nav-title {
    width: 100%;
  }

  .legal-page__nav-link {
    display: inline-flex;
    align-items: center;
    min-height: 36px;
    padding: 0 12px;
    border: 1px solid rgba(37, 30, 26, 0.12);
    background: #fff;
  }

  .legal-page__sheet-inner {
    padding: 24px 18px 28px;
  }

  .legal-page__section-title {
    font-size: 24px;
  }

  .legal-page__section-body,
  .legal-page__section-body p,
  .legal-page__section-body li {
    font-size: 14px;
    line-height: 1.58;
  }
}

html.no-scroll,
body.no-scroll {
  overflow: hidden;
}

  .header-mobile10102-sticky {
    position: relative;
    width: 100%;
    height: 60px;
  }

  .header-mobile10102-root {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    height: 60px;
    background: #fff;
    overflow: visible;
  }

  .header-mobile10102-panel {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
    overflow: hidden;
    background: #DAFAF9;
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: height 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 2;
  }

  .header-mobile10102-root.is-open .header-mobile10102-panel {
    height: 100svh;
  }

  .header-mobile10102-topbar {
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 16px;
    position: relative;
    flex: 0 0 60px;
    width: 100%;
    height: 60px;
    box-sizing: border-box;
    z-index: 3;
  }

  .header-mobile10102-topbar-border {
    position: absolute;
    inset: 0;
    border-bottom: 1px solid #3f312b;
    pointer-events: none;
  }

  .header-mobile10102-burger {
    height: 16px;
    width: 31px;
    position: relative;
    flex-shrink: 0;
    cursor: pointer;
  }

  .header-mobile10102-burger-inner {
    position: absolute;
    top: -6.25%;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .burger-line {
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s ease;
    transform-origin: 15.5px 8.5px;
  }

  .header-mobile10102-root.is-open .burger-line-1 {
    transform: translateY(8px) rotate(45deg);
  }

  .header-mobile10102-root.is-open .burger-line-2 {
    opacity: 0;
    transform: scaleX(0);
  }

  .header-mobile10102-root.is-open .burger-line-3 {
    transform: translateY(-8px) rotate(-45deg);
  }

  .header-mobile10102-logo {
    height: 46px;
    width: 91px;
    position: relative;
    overflow: hidden;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .header-mobile10102-logo-img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
  }

  .header-mobile10102-body {
    width: 100%;
    flex: 1 1 auto;
    min-height: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 10px;
    align-items: center;
    padding: 10px 0 20px;
    box-sizing: border-box;
    pointer-events: none;
    overflow-y: auto;
    overflow-x: hidden;
    overscroll-behavior: contain;
  }

  .header-mobile10102-root.is-open .header-mobile10102-body {
    pointer-events: auto;
  }

  .header-mobile10102-body::-webkit-scrollbar {
    width: 0;
    height: 0;
  }

  .header-mobile10102-menu-list {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    position: relative;
    flex-shrink: 0;
    width: 100%;
  }

  .header-mobile10102-item-1,
  .header-mobile10102-item-2,
  .header-mobile10102-item-3,
  .header-mobile10102-item-4,
  .header-mobile10102-item-5 {
    position: relative;
    flex-shrink: 0;
    width: 100%;
  }

  .header-mobile10102-item-1-row,
  .header-mobile10102-item-2-row,
  .header-mobile10102-item-3-row,
  .header-mobile10102-item-4-row,
  .header-mobile10102-item-5-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
  }

  .header-mobile10102-item-1-box,
  .header-mobile10102-item-2-box,
  .header-mobile10102-item-3-box,
  .header-mobile10102-item-4-box,
  .header-mobile10102-item-5-box {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px 24px;
    position: relative;
    width: 100%;
    box-sizing: border-box;
    cursor: pointer;
    border: 0;
    background: transparent;
    text-decoration: none;
  }

  .header-mobile10102-item-1-text,
  .header-mobile10102-item-2-text,
  .header-mobile10102-item-3-text,
  .header-mobile10102-item-4-text,
  .header-mobile10102-item-5-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    font-family: 'Playfair Display', sans-serif;
    font-weight: 500;
    color: #251e1a;
    font-size: 15px;
    text-transform: uppercase;
    white-space: normal;
    width: 100%;
    text-align: left;
    transition: color 0.2s;
  }

  .header-mobile10102-item-1-label,
  .header-mobile10102-item-2-label,
  .header-mobile10102-item-3-label,
  .header-mobile10102-item-4-label,
  .header-mobile10102-item-5-label {
    margin: 0;
    line-height: 1.2;
  }

  .header-mobile10102-accordion-toggle {
    justify-content: space-between;
    gap: 16px;
  }

  .header-mobile10102-accordion-toggle-icon {
    width: 18px;
    height: 18px;
    flex: 0 0 18px;
    color: #3f312b;
    transition: transform 0.25s ease, color 0.2s ease;
  }

  .header-mobile10102-accordion.is-expanded .header-mobile10102-accordion-toggle-icon {
    transform: rotate(180deg);
    color: #0abab5;
  }

  .header-mobile10102-accordion-panel {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    padding: 0 24px;
    box-sizing: border-box;
    transition: max-height 0.35s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.25s ease, padding-top 0.25s ease, padding-bottom 0.25s ease;
  }

  .header-mobile10102-accordion.is-expanded .header-mobile10102-accordion-panel {
    max-height: 55svh;
    opacity: 1;
    padding-top: 2px;
    padding-bottom: 14px;
    overflow-y: auto;
  }

  .header-mobile10102-accordion-panel::-webkit-scrollbar {
    width: 0;
    height: 0;
  }

  .header-mobile10102-accordion-menu {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
  }

  .header-mobile10102-submenu {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
  }

  .header-mobile10102-submenu-section {
    display: flex;
    flex-direction: column;
    gap: 0;
    width: 100%;
  }

  .header-mobile10102-submenu-title {
    margin: 0;
    padding: 0 0 6px;
    color: rgba(63, 49, 43, 0.7);
    font-family: 'Inter', sans-serif;
    font-size: 11px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: 0.08em;
    text-transform: uppercase;
  }

  .header-mobile10102-submenu-links {
    display: flex;
    flex-direction: column;
    width: 100%;
  }

  .header-mobile10102-submenu-link {
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 10px 0;
    color: #3f312b;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.25;
    text-decoration: none;
    border-top: 1px solid rgba(63, 49, 43, 0.12);
  }

  .header-mobile10102-submenu-link:hover,
  .header-mobile10102-submenu-link:active {
    color: #0abab5;
  }

  .header-mobile10102-submenu-link:first-child {
    border-top: 1px solid rgba(63, 49, 43, 0.18);
  }

  .header-mobile10102-submenu-link:last-child {
    border-bottom: 1px solid rgba(63, 49, 43, 0.18);
  }

  .header-mobile10102-sep-1,
  .header-mobile10102-sep-2,
  .header-mobile10102-sep-3,
  .header-mobile10102-sep-4,
  .header-mobile10102-sep-5 {
    width: 100%;
    height: 1px;
    background: #3acbc8;
  }

  .header-mobile10102-item-1,
  .header-mobile10102-item-2,
  .header-mobile10102-item-3,
  .header-mobile10102-item-4,
  .header-mobile10102-item-5,
  .header-mobile10102-cta-wrap {
    opacity: 0;
    transform: translateY(-15px);
    transition: opacity 0.2s ease, transform 0.2s ease;
  }

  .header-mobile10102-root.is-open .header-mobile10102-item-1 { transition: opacity 0.4s ease 0.1s, transform 0.4s cubic-bezier(0.4, 0, 0.2, 1) 0.1s; opacity: 1; transform: translateY(0); }
  .header-mobile10102-root.is-open .header-mobile10102-item-2 { transition: opacity 0.4s ease 0.15s, transform 0.4s cubic-bezier(0.4, 0, 0.2, 1) 0.15s; opacity: 1; transform: translateY(0); }
  .header-mobile10102-root.is-open .header-mobile10102-item-3 { transition: opacity 0.4s ease 0.2s, transform 0.4s cubic-bezier(0.4, 0, 0.2, 1) 0.2s; opacity: 1; transform: translateY(0); }
  .header-mobile10102-root.is-open .header-mobile10102-item-4 { transition: opacity 0.4s ease 0.25s, transform 0.4s cubic-bezier(0.4, 0, 0.2, 1) 0.25s; opacity: 1; transform: translateY(0); }
  .header-mobile10102-root.is-open .header-mobile10102-item-5 { transition: opacity 0.4s ease 0.3s, transform 0.4s cubic-bezier(0.4, 0, 0.2, 1) 0.3s; opacity: 1; transform: translateY(0); }
  .header-mobile10102-root.is-open .header-mobile10102-cta-wrap { transition: opacity 0.4s ease 0.35s, transform 0.4s cubic-bezier(0.4, 0, 0.2, 1) 0.35s; opacity: 1; transform: translateY(0); }

  .header-mobile10102-item-1-box:active .header-mobile10102-item-1-text,
  .header-mobile10102-item-2-box:active .header-mobile10102-item-2-text,
  .header-mobile10102-item-3-box:active .header-mobile10102-item-3-text,
  .header-mobile10102-item-4-box:active .header-mobile10102-item-4-text,
  .header-mobile10102-item-5-box:active .header-mobile10102-item-5-text {
    color: #0abab5;
  }

  .header-mobile10102-cta-wrap {
    display: flex;
    flex-direction: column;
   /* align-items: center; */
    position: relative;
    flex-shrink: 0;
    min-width: 100%;
    padding: 0 24px;
    box-sizing: border-box;
  }

  .header-mobile10102-cta {
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: center;
    position: relative;
    flex-shrink: 0;
  }

  .header-mobile10102-cta-text {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 1;
    opacity: 0.6;
    color: #0abab5;
    text-align: center;
    letter-spacing: -0.24px;
    width: 100%;
    max-width: 276px;
    margin: 0;
  }

  .header-mobile10102-cta-button {
    background: #0abab5;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px 62px;
    position: relative;
    flex-shrink: 0;
    width: 100%;
  /*  max-width: 288px; */
max-width: 588px;
    box-sizing: border-box;
    cursor: pointer;
  }

  .header-mobile10102-cta-button-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 14px;
    color: #ffffff;
    text-align: center;
    white-space: nowrap;
  }

  .header-mobile10102-cta-button-label {
    margin: 0;
    line-height: 1.4;
  }

  .header-mobile10102-footer {
    width: 100%;
    flex: 0 0 auto;
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 0;
    align-items: center;
    background: #DAFAF9;
    max-height: 0;
    opacity: 0;
    pointer-events: none;
    transform: translateY(-10px);
    overflow: hidden;
    transition:
      max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1),
      opacity 0.3s ease,
      transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  }

  .header-mobile10102-root.is-open .header-mobile10102-footer {
    max-height: 100px;
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .header-mobile10102-footer-line {
    width: calc(100% - 0px);
    height: 1px;
    background: #d7d7d7;
  }

  .header-mobile10102-footer-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    flex-shrink: 0;
    width: calc(100% - 32px);
    padding-bottom: 20px;
    box-sizing: border-box;
  }

  .header-mobile10102-call {
    position: relative;
    flex-shrink: 0;
    width: 30px;
    height: 30px;
  }

  .header-mobile10102-contact {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: relative;
    flex-shrink: 0;
  }

  .header-mobile10102-contact-text {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.2;
    color: #3f312b;
    margin: 0;
    white-space: nowrap;
  }

.header-mobile10102-logo,
.header-mobile10102-call,
.header-mobile10102-contact-link {
  text-decoration: none;
}

.header-mobile10102-logo {
  height: 46px;
  width: 91px;
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.header-mobile10102-call {
  position: relative;
  flex-shrink: 0;
  width: 30px;
  height: 30px;
  display: block;
}

.header-mobile10102-contact-link {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.2;
  color: #3f312b;
  white-space: nowrap;
}

.header-mobile10102-contact-link:hover,
.header-mobile10102-contact-link:active {
  color: #0abab5;
}

.legal-page {
  background: linear-gradient(180deg, #f8f8ee 0%, #f8f8ee 280px, #ffffff 280px, #ffffff 100%);
}

.legal-page__canvas {
  width: min(1440px, 100%);
  margin: 0 auto;
  padding: 52px 120px 88px;
  box-sizing: border-box;
}

.legal-page__hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 40px;
  align-items: end;
  margin-bottom: 38px;
}

.legal-page__eyebrow {
  margin: 0 0 10px;
  font-family: "Playfair Display", serif;
  font-size: 22px;
  line-height: 1;
  font-style: italic;
  color: #3acbc8;
}

.legal-page__title {
  margin: 0;
  max-width: 760px;
  font-family: "Playfair Display", serif;
  font-size: 46px;
  line-height: 0.98;
  font-weight: 600;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #251e1a;
}

.legal-page__intro {
  margin: 16px 0 0;
  max-width: 720px;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: -0.02em;
  color: rgba(37, 30, 26, 0.76);
}

.legal-page__hero-note {
  align-self: start;
  padding: 18px 18px 16px;
  border: 1px solid rgba(37, 30, 26, 0.12);
  background: rgba(255, 255, 255, 0.72);
  backdrop-filter: blur(6px);
}

.legal-page__hero-note-title {
  margin: 0 0 8px;
  font-family: "Inter", sans-serif;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: rgba(63, 49, 43, 0.68);
}

.legal-page__hero-note-text {
  margin: 0;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: -0.02em;
  color: rgba(37, 30, 26, 0.72);
}

.legal-page__layout {
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr);
  gap: 28px;
  align-items: start;
}

.legal-page__nav {
  position: sticky;
  top: 108px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 22px 20px;
  border: 1px solid rgba(37, 30, 26, 0.1);
  background: rgba(255, 255, 255, 0.86);
}

.legal-page__nav-title {
  margin: 0 0 2px;
  font-family: "Inter", sans-serif;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: rgba(63, 49, 43, 0.56);
}

.legal-page__nav-link {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  line-height: 1.35;
  letter-spacing: -0.02em;
  color: #251e1a;
  text-decoration: none;
  transition: color .2s ease, opacity .2s ease;
}

.legal-page__nav-link:hover {
  color: #0abab5;
}

.legal-page__sheet {
  background: #ffffff;
  border: 1px solid rgba(37, 30, 26, 0.1);
  box-shadow: 0 24px 60px rgba(12, 11, 9, 0.06);
}

.legal-page__sheet-inner {
  padding: 34px 38px 40px;
}

.legal-page__section + .legal-page__section {
  border-top: 1px solid rgba(37, 30, 26, 0.1);
  margin-top: 26px;
  padding-top: 26px;
}

.legal-page__section-title {
  margin: 0 0 14px;
  font-family: "Playfair Display", serif;
  font-size: 28px;
  line-height: 1;
  font-weight: 500;
  color: #251e1a;
}

.legal-page__section-body,
.legal-page__section-body p,
.legal-page__section-body li {
  font-family: "Inter", sans-serif;
  font-size: 15px;
  line-height: 1.65;
  letter-spacing: -0.015em;
  color: rgba(37, 30, 26, 0.82);
}

.legal-page__section-body p {
  margin: 0 0 12px;
}

.legal-page__section-body p:last-child {
  margin-bottom: 0;
}

.legal-page__section-body ul {
  margin: 0;
  padding-left: 22px;
}

.legal-page__section-body li + li {
  margin-top: 8px;
}

.legal-page__accent {
  color: #0abab5;
}

.legal-page__section-body a {
  color: #3f312b;
  text-decoration: underline;
  text-underline-offset: 3px;
}

@media (max-width: 1100px) {
  .legal-page__canvas {
    padding: 34px 24px 64px;
  }

  .legal-page__hero {
    grid-template-columns: minmax(0, 1fr);
    gap: 18px;
    margin-bottom: 22px;
  }

  .legal-page__title {
    font-size: 34px;
    line-height: 1.02;
  }

  .legal-page__intro {
    font-size: 15px;
  }

  .legal-page__layout {
    grid-template-columns: minmax(0, 1fr);
    gap: 18px;
  }

  .legal-page__nav {
    position: static;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 8px;
    padding: 14px;
  }

  .legal-page__nav-title {
    width: 100%;
  }

  .legal-page__nav-link {
    display: inline-flex;
    align-items: center;
    min-height: 36px;
    padding: 0 12px;
    border: 1px solid rgba(37, 30, 26, 0.12);
    background: #fff;
  }

  .legal-page__sheet-inner {
    padding: 24px 18px 28px;
  }

  .legal-page__section-title {
    font-size: 24px;
  }

  .legal-page__section-body,
  .legal-page__section-body p,
  .legal-page__section-body li {
    font-size: 14px;
    line-height: 1.58;
  }
}

.footer-mobile22839-root {
      width: 320px;
      background: #130e0e;
      color: #ffffff;
    }

    .footer-mobile22839-container {
      padding: 30px 16px;
    }

    .footer-mobile22839-stack {
      display: flex;
      flex-direction: column;
      gap: 20px;
      width: 288px;
    }

    .footer-mobile22839-mainblock {
      display: flex;
      flex-direction: column;
      gap: 30px;
      width: 288px;
    }

    .footer-mobile22839-logo {
      width: 73px;
      height: 52px;
      overflow: hidden;
      display: block;
    }

    .footer-mobile22839-logo-svg {
      width: 100%;
      height: 100%;
      display: block;
    }

    .footer-mobile22839-content {
      display: flex;
      flex-direction: column;
      gap: 30px;
      width: 288px;
    }

    .footer-mobile22839-navrow {
      width: 288px;
      display: flex;
      justify-content: space-between;
      gap: 16px;
    }

    .footer-mobile22839-col {
      flex: 1 0 0;
      min-width: 0;
      display: flex;
      flex-direction: column;
      gap: 20px;
    }

    .footer-mobile22839-title {
      margin: 0;
      font-family: "Playfair Display", serif;
      font-size: 16px;
      line-height: 1.1;
      font-weight: 400;
      opacity: 0.7;
    }

    .footer-mobile22839-list {
      display: flex;
      flex-direction: column;
      gap: 8px;
    }

    .footer-mobile22839-link {
      margin: 0;
      font-family: "Inter", sans-serif;
      font-size: 14px;
      line-height: 1;
      letter-spacing: -0.03em;
      font-weight: 400;
    }

    .footer-mobile22839-contactline {
      margin: 0;
      font-family: "Inter", sans-serif;
      font-size: 14px;
      line-height: 1.1;
      letter-spacing: -0.02em;
      font-weight: 400;
    }

    .footer-mobile22839-telegram {
      width: 24px;
      height: 24px;
      display: block;
    }

    .footer-mobile22839-addressblock {
      display: flex;
      flex-direction: column;
      gap: 20px;
      width: 288px;
    }

    .footer-mobile22839-mapbox {
      width: 288px;
      height: 171px;
      overflow: hidden;
    }

    .footer-mobile22839-map {
      width: 100%;
      height: 100%;
      display: block;
      object-fit: cover;
      pointer-events: none;
    }

    .footer-mobile22839-addresscopy {
      display: flex;
      flex-direction: column;
      gap: 8px;
    }

    .footer-mobile22839-addressline {
      margin: 0;
      font-family: "Inter", sans-serif;
      font-size: 12px;
      line-height: 1;
      letter-spacing: -0.03em;
      font-weight: 400;
    }

    .footer-mobile22839-divider {
      width: 288px;
      border-top: 1px solid rgba(255, 255, 255, 0.5);
    }

    .footer-mobile22839-bottom {
      width: 288px;
      display: flex;
      flex-direction: column;
      gap: 20px;
      font-family: "Inter", sans-serif;
      font-size: 12px;
      font-weight: 400;
      color: #ffffff;
    }

    .footer-mobile22839-policies {
      display: flex;
      flex-direction: column;
      gap: 4px;
    }

    .footer-mobile22839-policy {
      margin: 0;
      opacity: 0.7;
      white-space: nowrap;
    }

    .footer-mobile22839-copyright {
      margin: 0;
      opacity: 0.7;
    }

.footer-mobile22839-logo {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  text-decoration: none;
}

.footer-mobile22839-logo-img {
  display: block;
  width: 147px;
  height: auto;
}

.footer-mobile22839-link,
.footer-mobile22839-contactline,
.footer-mobile22839-policy,
.footer-mobile22839-telegram-link {
  color: inherit;
  text-decoration: none;
}

.footer-mobile22839-mapbox {
  display: block;
  text-decoration: none;
}

.footer-mobile22839-map {
  display: block;
  width: 100%;
  height: auto;
}
