/* ================= Warranty Page (matches return.css palette) ================= */

/* Hero */
.support-hero {
  position: relative;
  background: linear-gradient(135deg, #0b3a6f 0%, #0f6ccf 100%);
  color: #fff;
  padding: 60px 20px;
  text-align: center;
}
.support-hero .container { position: relative; z-index: 1; }
.support-hero h1 {
  font-size: clamp(28px, 4vw, 40px);
  font-weight: 800;
  margin: 0 0 12px;
}
.support-hero .subtitle {
  font-size: clamp(16px, 2vw, 20px);
  opacity: .92;
  margin: 0;
}

/* Main content */
.support-page {
  background: #fff;       /* ← پس‌زمینه سفید روشن */
  color: #1a1a1a;
  line-height: 1.7;
  font-size: 15px;
  max-width: 900px;
  margin: 28px auto;
  padding: 24px 20px;
  border-radius: 10px;
  box-shadow: 0 2px 12px rgba(0,0,0,0.06);
}
.support-page p { margin: 0 0 14px; color: #222; }
.support-page ul, .support-page ol { margin: 0 0 14px 20px; }
.support-page li { margin-bottom: 6px; color: #333; }

/* Headings */
.support-page h2,
.support-page h3 {
  font-weight: 700;
  margin: 20px 0 8px;
  color: #004080; /* company blue, aligned with return.css headings */
}
.support-page h2 { font-size: 20px; border-bottom: 2px solid #e6ecf5; padding-bottom: 6px; }
.support-page h3 { font-size: 16px; color: #0b3a6f; }

/* Emphasis */
.support-page strong { color: #000; }
.support-page em { color: #555; font-style: italic; }

/* Links */
.support-page a {
  color: #1166cc;
  text-decoration: underline;
  font-weight: 500;
}
.support-page a:hover { color: #0a58ca; text-decoration: none; }

/* Contact box at bottom */
.support-page .contact-info {
  margin-top: 22px;
  padding: 14px 18px;
  background: #f7f9fc;
  border: 1px solid #dce3ee;
  border-radius: 10px;
  text-align: center;
  font-size: 14px;
  color: #333;
}
.support-page .contact-info a {
  color: #004080;
  font-weight: 600;
  text-decoration: underline;
}
.support-page .contact-info a:hover { color: #0b3a6f; }

/* Optional hero image override (if set inline on .support-hero) */
.support-hero[style] { background-blend-mode: multiply; }

/* Buttons (reuse semantics from return.css) */
.btn {
  display: inline-block;
  padding: 10px 22px;
  border-radius: 6px;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  background: #0f6ccf;
  color: #fff;
  transition: background .2s, box-shadow .2s;
  border: 1px solid transparent;
}
.btn:hover { background: #0b5db3; box-shadow: 0 6px 16px rgba(15,108,207,.2); }
.btn.btn-outline {
  background: transparent;
  color: #0f6ccf;
  border: 1px solid #cfe3ff;
}
.btn.btn-outline:hover { background: #f3f8ff; }

/* Responsive */
@media (max-width: 600px) {
  .support-hero { padding: 40px 16px; }
  .support-page { margin: 20px auto; }
}
