.page-privacy-policy{
  background: #FDFDFD;
  color: #1D201F;
}

.privacy-hero{
  padding: 86px 0 90px;
  background: #E1F9ED;
  border-bottom: 1px solid rgba(29, 32, 31, 0.08);
}

.privacy-hero__inner{
  max-width: 1180px;
}

.privacy-hero__meta{
  margin-bottom: 26px;
  font-family: Inter, Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: -0.03em;
  color: #01373E;
}

.privacy-hero__title{
  max-width: 1120px;
  margin: 0;
  font-family: Inter, Arial, sans-serif;
  font-size: clamp(44px, 5.4vw, 82px);
  font-weight: 600;
  line-height: 0.98;
  letter-spacing: -0.055em;
  color: #1D201F;
}

.privacy-hero__lead{
  max-width: 920px;
  margin: 34px 0 0;
  font-family: Inter, Arial, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.45;
  letter-spacing: -0.035em;
  color: rgba(29, 32, 31, 0.78);
}

.privacy-layout{
  padding: 70px 0 110px;
}

.privacy-layout__grid{
  display: grid;
  grid-template-columns: minmax(240px, 300px) minmax(0, 1fr);
  gap: 70px;
  align-items: start;
}

.privacy-nav{
  position: sticky;
  top: 120px;
  display: flex;
  flex-direction: column;
  gap: 13px;
  padding: 28px;
  background: #F5F7F6;
  border: 1px solid rgba(29, 32, 31, 0.08);
  border-radius: 20px;
}

.privacy-nav__title{
  margin-bottom: 9px;
  font-family: Inter, Arial, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.04em;
}

.privacy-nav a{
  font-family: Inter, Arial, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.3;
  color: rgba(29, 32, 31, 0.68);
  text-decoration: none;
  transition: color .2s ease, transform .2s ease;
}

.privacy-nav a:hover{
  color: #01373E;
  transform: translateX(3px);
}

.privacy-document{
  min-width: 0;
  font-family: Inter, Arial, sans-serif;
}

.privacy-document--single{
  max-width: 1100px;
  margin: 0 auto;
}

.privacy-notice{
  margin-bottom: 50px;
  padding: 24px 26px;
  border-left: 4px solid #01373E;
  background: #F5F7F6;
  border-radius: 0 14px 14px 0;
  font-size: 17px;
  line-height: 1.55;
  letter-spacing: -0.025em;
  color: rgba(29, 32, 31, 0.82);
}

.privacy-section{
  scroll-margin-top: 130px;
}

.privacy-section + .privacy-section{
  margin-top: 58px;
  padding-top: 58px;
  border-top: 1px solid rgba(29, 32, 31, 0.10);
}

.privacy-section h2{
  margin: 0 0 26px;
  font-family: Inter, Arial, sans-serif;
  font-size: clamp(30px, 3.1vw, 46px);
  font-weight: 600;
  line-height: 1.06;
  letter-spacing: -0.05em;
  color: #1D201F;
}

.privacy-section p,
.privacy-section li{
  font-family: Inter, Arial, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.65;
  letter-spacing: -0.02em;
  color: rgba(29, 32, 31, 0.80);
}

.privacy-section p{
  margin: 0 0 16px;
}

.privacy-section p:last-child{
  margin-bottom: 0;
}

.privacy-section ul,
.privacy-section ol{
  margin: 18px 0 0;
  padding-left: 24px;
}

.privacy-section li + li{
  margin-top: 10px;
}

.privacy-section a,
.privacy-details a{
  color: #01373E;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

.privacy-details{
  overflow: hidden;
  border: 1px solid rgba(29, 32, 31, 0.10);
  border-radius: 18px;
}

.privacy-details__row{
  display: grid;
  grid-template-columns: minmax(220px, .8fr) minmax(0, 1.5fr);
  gap: 28px;
  padding: 20px 24px;
}

.privacy-details__row + .privacy-details__row{
  border-top: 1px solid rgba(29, 32, 31, 0.10);
}

.privacy-details__row span,
.privacy-details__row b{
  font-family: Inter, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.45;
  letter-spacing: -0.025em;
}

.privacy-details__row span{
  color: rgba(29, 32, 31, 0.55);
}

.privacy-details__row b{
  font-weight: 500;
  color: #1D201F;
}

.privacy-table-wrap{
  width: 100%;
  margin: 28px 0 30px;
  overflow-x: auto;
  border: 1px solid rgba(29, 32, 31, 0.10);
  border-radius: 18px;
  -webkit-overflow-scrolling: touch;
}

.privacy-table{
  width: 100%;
  min-width: 980px;
  border-collapse: collapse;
}

.privacy-table th,
.privacy-table td{
  padding: 20px 22px;
  text-align: left;
  vertical-align: top;
  border-right: 1px solid rgba(29, 32, 31, 0.08);
  border-bottom: 1px solid rgba(29, 32, 31, 0.08);
  font-family: Inter, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: -0.015em;
}

.privacy-table th:last-child,
.privacy-table td:last-child{
  border-right: 0;
}

.privacy-table tr:last-child td{
  border-bottom: 0;
}

.privacy-table th{
  background: #01373E;
  color: #fff;
  font-weight: 600;
}

.privacy-table td{
  color: rgba(29, 32, 31, 0.78);
}

.privacy-table tbody tr:nth-child(even){
  background: #F7F9F8;
}

.privacy-table td b{
  color: #1D201F;
  font-weight: 600;
}

.privacy-signature{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  margin-top: 70px;
  padding: 28px;
  background: #E1F9ED;
  border-radius: 20px;
}

.privacy-signature > div{
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.privacy-signature span{
  font-family: Inter, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.3;
  color: rgba(29, 32, 31, 0.55);
}

.privacy-signature b{
  font-family: Inter, Arial, sans-serif;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: -0.025em;
  color: #1D201F;
}

@media (max-width: 1100px){
  .privacy-layout__grid{
    grid-template-columns: 240px minmax(0, 1fr);
    gap: 34px;
  }

  .privacy-nav{
    padding: 22px;
  }
}

@media (max-width: 900px){
  .privacy-hero{
    padding: 62px 0 66px;
  }

  .privacy-layout{
    padding: 50px 0 80px;
  }

  .privacy-layout__grid{
    display: block;
  }

  .privacy-nav{
    position: static;
    margin-bottom: 44px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

@media (max-width: 640px){
  .privacy-hero{
    padding: 42px 0 46px;
  }

  .privacy-hero__meta{
    margin-bottom: 18px;
    font-size: 14px;
  }

  .privacy-hero__title{
    font-size: 40px;
    line-height: 1;
  }

  .privacy-hero__lead{
    margin-top: 24px;
    font-size: 18px;
  }

  .privacy-layout{
    padding: 36px 0 60px;
  }

  .privacy-nav{
    display: none;
  }

  .privacy-notice{
    margin-bottom: 38px;
    padding: 19px 18px;
    font-size: 15px;
  }

  .privacy-section + .privacy-section{
    margin-top: 40px;
    padding-top: 40px;
  }

  .privacy-section h2{
    margin-bottom: 20px;
    font-size: 30px;
  }

  .privacy-section p,
  .privacy-section li{
    font-size: 15px;
    line-height: 1.6;
  }

  .privacy-details__row{
    display: block;
    padding: 18px;
  }

  .privacy-details__row span,
  .privacy-details__row b{
    display: block;
    font-size: 14px;
  }

  .privacy-details__row b{
    margin-top: 7px;
  }

  .privacy-signature{
    grid-template-columns: 1fr;
    margin-top: 50px;
    padding: 22px;
  }
}

@media (max-width: 390px){
  .privacy-hero__title{
    font-size: 34px;
  }
}
