/* Shared styles for privacy, terms, refund, income, contact, thank-you pages */

* { margin: 0; padding: 0; box-sizing: border-box; }

body {
  font-family: Georgia, 'Times New Roman', serif;
  line-height: 1.7;
  color: #1a1a1a;
  background: #fafaf7;
}

/* HEADER */
.site-header {
  background: #fff;
  border-bottom: 1px solid #e5e5e0;
  padding: 18px 30px;
}

.site-header-inner {
  max-width: 780px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.site-brand {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-weight: 700;
  font-size: 18px;
  color: #1e3a5f;
  letter-spacing: 0.3px;
  text-decoration: none;
}

.site-tagline {
  font-family: -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 12px;
  color: #666;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}

/* ARTICLE */
.legal-article {
  max-width: 720px;
  margin: 0 auto;
  padding: 50px 30px 60px;
  background: #fafaf7;
}

.legal-article h1 {
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 40px;
  line-height: 1.2;
  color: #0a1628;
  margin-bottom: 12px;
  letter-spacing: -0.5px;
}

.legal-updated {
  font-family: -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 13px;
  color: #888;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-bottom: 40px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e5e5e0;
}

.legal-article h2 {
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 24px;
  color: #0a1628;
  margin: 35px 0 15px;
  font-weight: 700;
}

.legal-article h3 {
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 19px;
  color: #1e3a5f;
  margin: 25px 0 12px;
  font-weight: 700;
}

.legal-article p {
  font-size: 17px;
  color: #2a2a2a;
  margin-bottom: 18px;
  line-height: 1.75;
}

.legal-article ul, .legal-article ol {
  margin-bottom: 22px;
  padding-left: 25px;
}

.legal-article li {
  font-size: 17px;
  color: #2a2a2a;
  margin-bottom: 8px;
  line-height: 1.7;
}

.legal-article a {
  color: #1e3a5f;
  text-decoration: underline;
}

.legal-article a:hover {
  color: #d4a017;
}

.legal-article strong {
  color: #0a1628;
  font-weight: 700;
}

/* Highlight boxes for important sections */
.legal-highlight {
  background: #fef8e7;
  border-left: 4px solid #d4a017;
  padding: 20px 24px;
  margin: 25px 0;
  border-radius: 4px;
}

.legal-highlight p {
  margin-bottom: 10px;
}

.legal-highlight p:last-child {
  margin-bottom: 0;
}

/* Contact form */
.contact-form {
  background: #f0f4f8;
  padding: 30px 28px;
  border-radius: 8px;
  margin: 30px 0;
  border-top: 4px solid #1e3a5f;
}

.contact-form h3 {
  margin-top: 0 !important;
  color: #0a1628 !important;
}

.contact-form-field {
  margin-bottom: 18px;
}

.contact-form label {
  display: block;
  font-family: -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 13px;
  font-weight: 700;
  color: #1e3a5f;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 8px;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-family: -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 15px;
  background: #fff;
}

.contact-form input:focus,
.contact-form textarea:focus {
  outline: 3px solid #d4a017;
  border-color: transparent;
}

.contact-form textarea {
  min-height: 130px;
  resize: vertical;
  font-family: Georgia, serif;
  line-height: 1.6;
}

.contact-form button {
  background: #1e3a5f;
  color: #fff;
  padding: 14px 32px;
  border: none;
  border-radius: 6px;
  font-family: -apple-system, sans-serif;
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 0.3px;
  cursor: pointer;
  transition: background 0.2s;
  text-transform: uppercase;
}

.contact-form button:hover {
  background: #0a1628;
}

.contact-form .honey { display: none !important; }

/* Thank you page specific */
.thank-you {
  text-align: center;
  padding: 40px 20px;
}

.thank-you-icon {
  font-size: 70px;
  margin-bottom: 20px;
}

.thank-you h1 {
  font-size: 42px;
  color: #0a1628;
  margin-bottom: 15px;
}

.thank-you-lead {
  font-size: 20px;
  color: #444;
  margin-bottom: 30px;
  line-height: 1.5;
  font-style: italic;
}

.thank-you-cta {
  background: linear-gradient(135deg, #1e3a5f 0%, #0a1628 100%);
  color: #fff;
  padding: 35px 30px;
  border-radius: 10px;
  margin: 40px 0;
  text-align: center;
}

.thank-you-cta h2 {
  font-family: Georgia, serif;
  color: #ffd700 !important;
  font-size: 26px;
  margin: 0 0 12px !important;
}

.thank-you-cta p {
  color: rgba(255,255,255,0.9);
  font-size: 16px;
  margin-bottom: 22px;
}

.thank-you-cta-btn {
  display: inline-block;
  background: #ffd700;
  color: #0a1628;
  padding: 16px 32px;
  text-decoration: none;
  border-radius: 6px;
  font-family: -apple-system, sans-serif;
  font-weight: 800;
  font-size: 16px;
  letter-spacing: 0.3px;
  transition: transform 0.15s;
}

.thank-you-cta-btn:hover {
  transform: translateY(-2px);
}

/* FOOTER */
.site-footer {
  background: #f0efe9;
  padding: 35px 30px 25px;
  border-top: 1px solid #d5d5d0;
  font-family: -apple-system, BlinkMacSystemFont, sans-serif;
}

.site-footer-inner {
  max-width: 720px;
  margin: 0 auto;
}

.footer-legal-links {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #d5d5d0;
}

.footer-legal-links a {
  color: #555;
  text-decoration: none;
  font-size: 13px;
}

.footer-legal-links a:hover {
  color: #1e3a5f;
  text-decoration: underline;
}

.footer-copy {
  text-align: center;
  font-size: 12px;
  color: #888;
}

/* RESPONSIVE */
@media (max-width: 640px) {
  .site-header { padding: 14px 18px; }
  .site-brand { font-size: 15px; }
  .site-tagline { font-size: 10px; }
  .legal-article { padding: 30px 20px 40px; }
  .legal-article h1 { font-size: 28px; }
  .legal-article h2 { font-size: 20px; }
  .legal-article h3 { font-size: 17px; }
  .legal-article p, .legal-article li { font-size: 16px; }
  .thank-you h1 { font-size: 30px; }
  .thank-you-lead { font-size: 17px; }
  .thank-you-cta { padding: 28px 22px; }
  .thank-you-cta h2 { font-size: 22px !important; }
  .footer-legal-links { gap: 12px; }
  .contact-form { padding: 22px 20px; }
}
