/* =========================================
   YogWealth Policy Pages — Shared Styles
   ========================================= */

/* Hero / Banner */
.policy-hero {
  background: linear-gradient(180deg, rgba(242, 107, 33, 1) 0%, rgba(237, 17, 121, 1) 100%);
  padding: 120px 0 60px;
  text-align: center;
  color: #fff;
}

.policy-hero h1 {
  font-size: 42px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 16px;
}

.policy-hero p {
  font-size: 16px;
  opacity: 0.75;
}

/* Content Area */
.policy-content {
  padding: 60px 0 80px;
  background: #fff;
}

.policy-content h2 {
  font-size: 22px;
  font-weight: 700;
  color: #1a1a2e;
  margin-top: 40px;
  margin-bottom: 12px;
}

.policy-content h3 {
  font-size: 17px;
  font-weight: 600;
  color: #333;
  margin-top: 24px;
  margin-bottom: 8px;
}

.policy-content p {
  font-size: 15px;
  color: #555;
  line-height: 1.8;
  margin-bottom: 14px;
}

.policy-content ul {
  padding-left: 20px;
  margin-bottom: 16px;
}

.policy-content ul li {
  font-size: 15px;
  color: #555;
  line-height: 1.8;
  margin-bottom: 6px;
}

.policy-content a {
  color: #e8450a;
  text-decoration: none;
}

.policy-content a:hover {
  text-decoration: underline;
}

/* Operator / Meta Info Bar */
.policy-meta {
  background: #f8f9fa;
  border-left: 4px solid #6a4c93;
  padding: 16px 20px;
  border-radius: 4px;
  margin-bottom: 32px;
}

.policy-meta p {
  margin: 0;
  font-size: 14px;
  color: #666;
}

/* Breadcrumb (reserved for future use) */
.breadcrumb-nav {
  padding: 16px 0;
  background: #f8f9fa;
  border-bottom: 1px solid #e9ecef;
}

.breadcrumb-nav a {
  color: #6a4c93;
  text-decoration: none;
}

.breadcrumb-nav a:hover {
  text-decoration: underline;
}

.breadcrumb-nav span {
  color: #888;
  font-size: 14px;
}

/* Warning Box — used on Medical Disclaimer */
.warning-box {
  background: #fff3cd;
  border-left: 4px solid #ffc107;
  padding: 16px 20px;
  border-radius: 4px;
  margin-bottom: 24px;
}

.warning-box p {
  margin: 0;
  font-size: 15px;
  color: #664d03;
  font-weight: 500;
}

/* Info Box — used on Refund Policy */
.info-box {
  background: #e8f4fd;
  border-left: 4px solid #3498db;
  padding: 16px 20px;
  border-radius: 4px;
  margin-bottom: 24px;
}

.info-box p {
  margin: 0;
  font-size: 15px;
  color: #1a5276;
}

/* Steps Box — used on Cancellation Policy */
.steps-box {
  background: #f0f7ff;
  border: 1px solid #cce0ff;
  border-radius: 8px;
  padding: 20px 24px;
  margin-bottom: 24px;
}

.steps-box h4 {
  font-size: 16px;
  font-weight: 700;
  color: #1a1a2e;
  margin-bottom: 12px;
}

.steps-box ol {
  padding-left: 20px;
  margin: 0;
}

.steps-box ol li {
  font-size: 15px;
  color: #555;
  line-height: 1.8;
  margin-bottom: 6px;
}

/* Important Note — used on Cancellation Policy */
.important-note {
  background: #fff3cd;
  border-left: 4px solid #ffc107;
  padding: 14px 18px;
  border-radius: 4px;
  margin-top: 12px;
}

.important-note p {
  margin: 0;
  font-size: 14px;
  color: #664d03;
}

/* Table — used on Cookie Policy */
.policy-content table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 24px;
}

.policy-content table th,
.policy-content table td {
  border: 1px solid #dee2e6;
  padding: 10px 14px;
  font-size: 14px;
  color: #555;
  text-align: left;
}

.policy-content table th {
  background: #f8f9fa;
  font-weight: 600;
  color: #333;
}
