* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 15px;
  line-height: 1.7;
  color: #3A3930;
  background: #F7F5F0;
  -webkit-font-smoothing: antialiased;
}
a { color: #1A9E6A; text-decoration: none; }
a:hover { text-decoration: underline; }

.legal-nav {
  height: 56px;
  background: rgba(247,245,240,0.92);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(21,20,16,0.09);
  display: flex;
  align-items: center;
  padding: 0 40px;
  position: sticky;
  top: 0;
  z-index: 10;
}
.legal-logo {
  font-weight: 800;
  font-size: 17px;
  letter-spacing: -0.5px;
  color: #151410;
  text-decoration: none;
}
.legal-logo span { color: #1A9E6A; }

.legal-main { padding: 56px 24px 80px; }

.legal-container {
  max-width: 720px;
  margin: 0 auto;
  background: #FDFCF9;
  border: 1px solid rgba(21,20,16,0.09);
  border-radius: 16px;
  padding: 48px 52px;
}

.legal-back {
  display: inline-block;
  font-size: 13px;
  font-weight: 600;
  color: #79786F;
  margin-bottom: 32px;
  text-decoration: none;
  transition: color .2s;
}
.legal-back:hover { color: #151410; text-decoration: none; }

h1 {
  font-size: 28px;
  font-weight: 800;
  letter-spacing: -1px;
  color: #151410;
  margin-bottom: 6px;
}
.legal-updated {
  font-size: 12px;
  color: #B4B2A9;
  margin-bottom: 40px;
}

section {
  margin-bottom: 36px;
  padding-bottom: 36px;
  border-bottom: 1px solid rgba(21,20,16,0.07);
}
section:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

h2 {
  font-size: 15px;
  font-weight: 700;
  color: #151410;
  letter-spacing: -0.2px;
  margin-bottom: 12px;
}

p { margin-bottom: 10px; }
p:last-child { margin-bottom: 0; }

ul {
  padding-left: 20px;
  margin-bottom: 10px;
}
ul li {
  margin-bottom: 6px;
  font-size: 14px;
  color: #3A3930;
}

.legal-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 13px;
  margin: 16px 0;
  border: 1px solid rgba(21,20,16,0.09);
  border-radius: 10px;
  overflow: hidden;
}
.legal-table th {
  background: #EEEBe4;
  padding: 10px 14px;
  text-align: left;
  font-weight: 600;
  color: #79786F;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .06em;
}
.legal-table td {
  padding: 10px 14px;
  border-top: 1px solid rgba(21,20,16,0.07);
  color: #3A3930;
}
.legal-table tr:nth-child(even) td { background: #F7F5F0; }

.legal-footer {
  text-align: center;
  padding: 20px 24px;
  font-size: 12px;
  color: #B4B2A9;
  border-top: 1px solid rgba(21,20,16,0.07);
}
.legal-footer a { color: #B4B2A9; }
.legal-footer a:hover { color: #79786F; text-decoration: none; }

@media (max-width: 600px) {
  .legal-container { padding: 32px 24px; }
  .legal-table { display: block; overflow-x: auto; }
}
