/* This site was custom designed by Sitethreesixty.com and is actively managed by Sitethreesixty.com */
/* ================================
   LEGAL PAGES - CURLY TAIL SCREEN & WINDOW
   Terms of Use and Privacy Policy
   ================================ */

/* ================================
   LEGAL CONTENT
   Simple, readable formatting
   ================================ */
.legal-content {
  padding: 60px 0;
}

.legal-wrapper {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 24px;
}

.legal-wrapper h1 {
  font-size: var(--text-4xl);
  font-weight: var(--weight-bold);
  color: var(--color-blue-navy);
  margin-bottom: 16px;
  line-height: var(--line-height-heading);
}

.legal-updated {
  font-size: var(--text-sm);
  color: var(--color-gray-medium);
  margin-bottom: 32px;
  font-style: italic;
}

.legal-intro {
  background-color: var(--color-blue-light);
  border-left: 4px solid var(--color-blue);
  padding: 20px 24px;
  margin-bottom: 40px;
  border-radius: var(--radius-md);
}

.legal-intro p {
  margin: 0;
  color: var(--color-text);
  font-weight: var(--weight-medium);
}

.legal-wrapper h2 {
  font-size: var(--text-2xl);
  font-weight: var(--weight-bold);
  color: var(--color-blue-navy);
  margin-top: 48px;
  margin-bottom: 16px;
  line-height: var(--line-height-heading);
}

.legal-wrapper p {
  font-size: var(--text-base);
  color: var(--color-text);
  line-height: var(--line-height-relaxed);
  margin-bottom: 20px;
}

.legal-wrapper ul {
  margin: 20px 0;
  padding-left: 28px;
}

.legal-wrapper ul li {
  font-size: var(--text-base);
  color: var(--color-text);
  line-height: var(--line-height-relaxed);
  margin-bottom: 12px;
}

.legal-wrapper a {
  color: var(--color-blue);
  text-decoration: underline;
  transition: color var(--transition-base);
}

.legal-wrapper a:hover {
  color: var(--color-orange);
}

/* ================================
   RESPONSIVE - MOBILE
   ================================ */
@media (max-width: 768px) {
  .legal-content {
    padding: 40px 0;
  }

  .legal-wrapper {
    padding: 0 20px;
  }

  .legal-wrapper h1 {
    font-size: var(--text-3xl);
  }

  .legal-wrapper h2 {
    font-size: var(--text-xl);
    margin-top: 32px;
  }
}

/* This site was custom designed by Sitethreesixty.com and is actively managed by Sitethreesixty.com */
