/* coop-policy - cooperate/policy.html */

.coop-page {
  padding: 0 0 72px;
  clear: both;
}

.coop-page .coop-intro {
  width: 100%;
  max-width: none;
  margin: 40px 0 32px;
}

.coop-page .coop-intro__lead {
  margin: 0 0 12px;
  font-size: 17px;
  line-height: 1.85;
  color: #495057;
}

.coop-page .coop-intro__links {
  margin: 0;
  font-size: 14px;
  line-height: 1.3;
  font-family: var(--site-ui-font, 'Segoe UI', system-ui, -apple-system, 'Microsoft YaHei', 'PingFang SC', sans-serif);
}

.coop-page .coop-intro__links a {
  font-weight: 500;
  color: var(--menu-sub-brand, #1d5198);
  text-decoration: none;
}

.coop-page .coop-section-title {
  margin: 0 0 18px;
  font-size: 22px;
  font-weight: 700;
  color: #1a1a1a;
  padding-left: 14px;
  border-left: 4px solid #1d5198;
}

.coop-page .coop-section-desc {
  margin: -6px 0 20px;
  font-size: 15px;
  line-height: 1.75;
  color: #6c757d;
  max-width: none;
}

.coop-page .coop-block {
  margin-bottom: 44px;
}

.coop-page .coop-table-wrap {
  overflow-x: auto;
  border: 1px solid #e1e5ea;
  border-radius: 5px;
  background: #fff;
}

.coop-page .coop-table {
  display: table;
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
  min-width: 680px;
}

.coop-page .coop-table th,
.coop-page .coop-table td {
  padding: 14px 16px;
  text-align: left;
  border-bottom: 1px solid #e8ecef;
  vertical-align: top;
}

.coop-page .coop-table thead th {
  background: #1d5198;
  color: #fff;
  font-weight: 600;
}

.coop-page .coop-table tbody tr:last-child td {
  border-bottom: 0;
}

.coop-page .coop-table tbody tr:nth-child(even) {
  background: #f8f9fb;
}

.coop-page .coop-tier-badge {
  display: inline-block;
  padding: 3px 10px;
  font-size: 12px;
  font-weight: 700;
  border-radius: 5px;
}

.coop-page .coop-tier-badge--gold {
  background: #fff3cd;
  color: #856404;
}

.coop-page .coop-tier-badge--silver {
  background: #e9ecef;
  color: #495057;
}

.coop-page .coop-tier-badge--reg {
  background: #e8f0fa;
  color: #1d5198;
}

.coop-page .coop-policy-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.coop-page .coop-policy-item {
  padding: 20px 18px;
  background: #fff;
  border: 1px solid #e1e5ea;
  border-radius: 5px;
}

.coop-page .coop-policy-item h3 {
  margin: 0 0 10px;
  font-size: 16px;
  font-weight: 700;
  color: #1a1a1a;
}

.coop-page .coop-policy-item p {
  margin: 0;
  font-size: 14px;
  line-height: 1.7;
  color: #6c757d;
}

.coop-page .coop-policy-item a {
  color: #1d5198;
  font-weight: 600;
}

.coop-page .coop-note {
  margin: 16px 0 0;
  padding: 14px 16px;
  font-size: 13px;
  line-height: 1.7;
  color: #6c757d;
  background: #fff8f0;
  border: 1px solid #f0dcc4;
  border-radius: 5px;
}

.coop-page .coop-contact-bar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 40px;
  padding: 22px 24px;
  background: linear-gradient(135deg, #e8f0fa 0%, #f4f7fb 100%);
  border: 1px solid #c5d5eb;
  border-radius: 5px;
}

.coop-page .coop-contact-bar__text {
  margin: 0;
  font-size: 15px;
  line-height: 1.6;
  color: #495057;
}

.coop-page .coop-contact-bar__text a,
.coop-page .coop-contact-bar__text strong {
  color: #1d5198;
}

.coop-page .coop-contact-bar__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.coop-page .coop-btn {
  display: inline-block;
  padding: 11px 22px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  border-radius: 5px;
  transition: background 0.2s, color 0.2s;
}

.coop-page .coop-btn--primary {
  background: #1d5198;
  color: #fff;
}

.coop-page .coop-btn--primary:hover {
  background: #153a6b;
  color: #fff;
}

.coop-page .coop-btn--outline {
  border: 2px solid #1d5198;
  color: #1d5198;
  background: #fff;
}

.coop-page .coop-btn--outline:hover {
  background: #1d5198;
  color: #fff;
}

.coop-page .coop-faq__list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.coop-page .coop-faq__item {
  border: 1px solid #e1e5ea;
  border-radius: 5px;
  background: #fff;
  overflow: hidden;
}

.coop-page .coop-faq__item summary {
  padding: 16px 20px;
  font-size: 15px;
  font-weight: 600;
  color: #333;
  cursor: pointer;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.coop-page .coop-faq__item summary::-webkit-details-marker {
  display: none;
}

.coop-page .coop-faq__item summary::after {
  content: '+';
  font-size: 20px;
  font-weight: 400;
  color: #1d5198;
}

.coop-page .coop-faq__item[open] summary::after {
  content: '−';
}

.coop-page .coop-faq__item summary:hover {
  background: #f8f9fb;
  color: #1d5198;
}

.coop-page .coop-faq__body {
  padding: 0 20px 16px;
  font-size: 14px;
  line-height: 1.75;
  color: #555;
}

.coop-page .coop-faq__body p {
  margin: 0;
}

.coop-page .coop-cta {
  padding: 32px 24px;
  text-align: center;
  background: linear-gradient(135deg, #1d5198 0%, #2a6bb5 100%);
  border-radius: 5px;
  color: #fff;
}

.coop-page .coop-cta h3 {
  margin: 0 0 10px;
  font-size: 20px;
  font-weight: 700;
}

.coop-page .coop-cta p {
  margin: 0 0 18px;
  font-size: 15px;
  opacity: 0.92;
}

.coop-page .coop-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
}

.coop-page .coop-cta .coop-btn--primary {
  background: #fff;
  color: #1d5198;
}

.coop-page .coop-cta .coop-btn--primary:hover {
  background: #f0f4fa;
  color: #1d5198;
}

.coop-page .coop-cta .coop-btn--outline {
  border-color: rgba(255, 255, 255, 0.85);
  color: #fff;
  background: transparent;
}

.coop-page .coop-cta .coop-btn--outline:hover {
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
}

@media (max-width: 991px) {
  .coop-page .coop-policy-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 576px) {
  .coop-page .coop-contact-bar {
    flex-direction: column;
    align-items: stretch;
    text-align: center;
  }

  .coop-page .coop-contact-bar__actions {
    justify-content: center;
  }
}
