/* Lipio info-sidor (legalsidor + topic pages) */
*,*::before,*::after { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
body {
  font-family: 'DM Sans', system-ui, -apple-system, sans-serif;
  color: #1f2937;
  background: #fafaf7;
  -webkit-font-smoothing: antialiased;
  line-height: 1.5;
}
a { color: #2D5A3F; }

.info-header {
  padding: 20px 24px;
  border-bottom: 1px solid rgba(0,0,0,0.06);
  background: #ffffff;
}
.info-header a {
  font-weight: 600;
  color: #2D5A3F;
  text-decoration: none;
  font-size: 16px;
}
.info-header a:hover { text-decoration: underline; }

.info-page {
  max-width: 720px;
  margin: 0 auto;
  padding: 64px 24px 96px;
}
.info-acute {
  max-width: 720px;
  margin: 16px auto 0;
  padding: 14px 18px;
  background: #fff7ed;
  border: 1px solid #fdba74;
  border-left: 4px solid #c2410c;
  border-radius: 8px;
  font-size: 14px;
  line-height: 1.55;
  color: #7c2d12;
}
.info-acute strong { color: #7c2d12; }
.info-acute a {
  color: #7c2d12;
  text-decoration: underline;
}
.info-page h1 {
  font-family: 'Instrument Serif', Georgia, serif;
  font-size: clamp(36px, 6vw, 56px);
  font-weight: 400;
  line-height: 1.1;
  margin: 0 0 12px;
  color: #1B3D2A;
  letter-spacing: -0.01em;
}
.info-page .lead {
  font-size: 18px;
  color: #4b5563;
  margin: 0 0 24px;
  line-height: 1.5;
}
.info-page .info-meta {
  font-size: 13px;
  color: #6b7280;
  margin: 0 0 40px;
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(0,0,0,0.06);
}
.info-page h2 {
  font-size: 22px;
  font-weight: 600;
  margin: 40px 0 12px;
  color: #1B3D2A;
  letter-spacing: -0.01em;
}
.info-page p {
  font-size: 17px;
  line-height: 1.65;
  margin: 0 0 18px;
  color: #374151;
}
.info-page p a {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.info-page ul {
  font-size: 17px;
  line-height: 1.65;
  color: #374151;
  padding-left: 20px;
  margin: 0 0 18px;
}
.info-back {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 56px;
  padding: 14px 28px;
  background: #2D5A3F;
  color: #ffffff !important;
  text-decoration: none !important;
  border-radius: 10px;
  font-weight: 500;
  font-size: 15px;
  transition: background 0.15s ease;
}
.info-back:hover { background: #1B3D2A; }

footer.info-foot {
  padding: 32px 24px 48px;
  text-align: center;
  font-size: 13px;
  color: #6b7280;
  border-top: 1px solid rgba(0,0,0,0.06);
  background: #ffffff;
}
footer.info-foot a {
  color: #6b7280;
  margin: 0 8px;
  text-decoration: none;
}
footer.info-foot a:hover {
  color: #2D5A3F;
  text-decoration: underline;
}
