.terms-meta { font-size: 13px; color: #A8B8C8; margin-bottom: 16px; }
.terms-single .terms-intro { display: none; }
.footer-legal-links { display: flex; flex-wrap: wrap; gap: 16px; align-items: center; }
.footer-legal-btn { background: none; border: none; font-family: 'Nunito', sans-serif; font-size: 12px; font-weight: 700; color: #A0A0A0; cursor: pointer; padding: 0; text-decoration: underline; text-underline-offset: 3px; transition: color 0.2s; }
.footer-legal-btn:hover { color: var(--lime); }
.terms-overlay {
  position: fixed; inset: 0; z-index: 1100;
  background: rgba(0,0,0,0.65); backdrop-filter: blur(3px);
  opacity: 0; pointer-events: none; transition: opacity 0.3s ease;
}
.terms-overlay.open { opacity: 1; pointer-events: all; display: flex !important; align-items: flex-start; justify-content: center; overflow-y: auto; padding: 40px 16px; }
.terms-drawer {
  background: #0D1B2A; border: 1px solid #2A3A4A; border-radius: 16px;
  width: 100%; max-width: 720px; font-family: 'Nunito', sans-serif; color: #F5F5F0;
  display: flex; flex-direction: column; max-height: 90vh;
}
.terms-header {
  display: flex; align-items: center; justify-content: space-between;
  padding: 22px 28px; border-bottom: 1px solid #2A3A4A; flex-shrink: 0;
}
.terms-title { font-family: 'Fraunces', serif; font-size: 1.4rem; font-weight: 700; color: #C8F135; margin: 0; }
.terms-close { background: none; border: none; color: #F5F5F0; font-size: 1.6rem; cursor: pointer; padding: 0 4px; line-height: 1; }
.terms-close:hover { color: #C8F135; }
.terms-body { padding: 24px 28px; overflow-y: auto; flex: 1; }
.terms-intro { margin-bottom: 24px; }
.terms-intro p { font-size: 14px; line-height: 1.7; color: #C8D8E4; margin-bottom: 10px; }
.terms-intro a { color: #C8F135; }
.terms-panel { display: none; }
.terms-panel.active { display: block; }
.terms-panel h3 { font-family: 'Fraunces', serif; font-size: 1.15rem; font-weight: 700; color: #C8F135; margin-bottom: 12px; }
.terms-panel h4 { font-size: 0.95rem; font-weight: 800; color: #F5F5F0; margin: 20px 0 8px; }
.terms-panel p { font-size: 14px; line-height: 1.75; color: #C8D8E4; margin-bottom: 10px; }
.terms-panel ul { padding-left: 20px; margin-bottom: 10px; }
.terms-panel ul li { font-size: 14px; line-height: 1.75; color: #C8D8E4; margin-bottom: 4px; }
.terms-panel a { color: #C8F135; }
.terms-panel em { color: #A8B8C8; font-style: normal; }
@media(max-width:560px){ .terms-drawer { border-radius: 12px; } .terms-body { padding: 18px 18px; } }
