/* Finsai Trade service pages: Assets and Payment Options */

.service-page-body {
  background: #ffffff;
}

.service-page-body .site-header {
  background-color: rgba(11, 33, 57, 0.95);
}

.service-page {
  color: #0b2139;
  background: #ffffff;
}

.service-hero {
  
  padding: 160px 0 90px;
  color: #ffffff;
  background: #0b2139;
}

.service-hero .container {
  max-width: 1140px;
}

.service-hero h1 {
  margin: 0;
  color: #ffffff;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.12;
}

.service-hero p {
  max-width: 640px;
  margin: 22px 0 0;
  color: #ffffff;
  font-size: 21px;
  font-weight: 400;
  line-height: 36px;
}

.service-hero-visual {
  display: block;
  width: min(100%, 560px);
  margin-left: auto;
}

.assets-hero {
  text-align: center;
}

.assets-hero h1 {
  max-width: 980px;
  margin: 0 auto;
}

.assets-market-section,
.assets-widget-section,
.service-faq-section {
  padding: 36px 0;
  background: #ffffff;
}

.service-page .container {
  max-width: 1140px;
}

.service-section-title {
  margin: 0 0 42px;
  color: #0b2139;
  font-size: 35px;
  font-weight: 500;
  line-height: 42px;
  text-align: center;
}

.asset-card {
  display: flex;
  flex-direction: column;
  align-items: start;
  height: 100%;
  padding: 8px 8px 0;
  color: #0b2139;
  text-align: left;
  background: #ffffff;
}

.asset-card img {
  width: 60px;
  height: 60px;
  object-fit: contain;
  margin-bottom: 12px;
}

.asset-card h2 {
  margin: 0 0 10px;
    color: #056FB4;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.18;
}

.asset-card p {
  min-height: 72px;
  margin: 0 0 12px;
  color: #0b2139;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.45;
}

.service-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  min-width: 104px;
  min-height: 38px;
  border-radius: 8px;
  padding: 9px 18px;
  color: #ffffff;
  background: #056fb4;
  font-size: 13px;
  font-weight: 400;
  text-decoration: none;
  transition: background 180ms ease, color 180ms ease, border-color 180ms ease;
}

.service-btn:hover,
.service-btn:focus {
  color: #000000;
  background: transparent;
  box-shadow: inset 0 0 0 2px #000000;
}

.tradingview-placeholder {
  display: grid;
  place-items: center;
  min-height: 360px;
  border: 1px solid #d8d8d8;
  color: #0b2139;
  background:
    linear-gradient(90deg, rgba(11, 33, 57, 0.08) 1px, transparent 1px),
    linear-gradient(rgba(11, 33, 57, 0.08) 1px, transparent 1px),
    #ffffff;
  background-size: 42px 42px;
  text-align: center;
}

.tradingview-placeholder strong {
  display: block;
  color: #056fb4;
  font-size: 24px;
  font-weight: 700;
}

.tradingview-placeholder span {
  display: block;
  margin-top: 8px;
  color: #0b2139;
  font-size: 15px;
}

.assets-widget-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
  margin-top: 24px;
}

.payment-hero h1 {
  font-size: clamp(2.4rem, 5.8vw, 5.8rem);
}

.payment-hero p {
  max-width: 520px;
}

.payment-feature-section {
  padding: 50px 0 30px;
  background: #ffffff;
}

.payment-feature-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
}

.payment-feature {
  min-height: 230px;
  padding: 28px 22px;
  border-radius: 28px;
  color: #0b2139;
  background: #ffffff;
  box-shadow: 0 12px 34px rgba(8, 24, 43, 0.11);
}

.payment-feature:nth-child(2) {
  background: #87edf7;
}

.payment-feature h2 {
  margin: 0 0 18px;
  color: #0b2139;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.25;
}

.payment-feature p {
  margin: 0;
  color: #0b2139;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.55;
}

.payment-table-section {
  padding: 40px 0 50px;
  background: #ffffff;
}

.payment-tabs {
  justify-content: center;
  border: 0;
  gap: 10px;
  margin-bottom: 22px;
}

.payment-tabs .nav-link {
  border: 0;
  border-radius: 10px;
  padding: 12px 30px;
  color: #0b2139;
  background: #ededed;
  font-size: 17px;
  font-weight: 600;
}

.payment-tabs .nav-link.active {
  color: #ffffff;
  background: #056fb4;
}

.payment-table-wrap {
  overflow-x: auto;
}

.payment-table {
  min-width: 900px;
  width: 100%;
  border-collapse: collapse;
  color: #0b2139;
  background: #ffffff;
}

.payment-table th,
.payment-table td {
  padding: 18px 16px;
  border: 1px solid #d9d9d9;
  font-size: 15px;
  line-height: 1.35;
  text-align: center;
  vertical-align: middle;
}

.payment-table th {
  color: #ffffff;
  background: #0b2139;
  font-weight: 600;
}

.coin-cell {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-weight: 700;
}

.coin-cell img {
  width: 28px;
  height: 28px;
  object-fit: contain;
}

.payment-note {
  margin: 28px 0 0;
  color: #0b2139;
  font-size: 21px;
  line-height: 1.45;
  text-align: center;
}

.payment-table-section .service-btn {
  display: flex;
  width: fit-content;
  margin: 22px auto 0;
}

.service-faq-title {
  margin: 0 0 24px;
  color: #000000;
  font-size: 22px;
  font-weight: 700;
  line-height: 45px;
}

.service-faq-list {
  margin-bottom: 20px;
}

.service-faq-list .accordion-item {
  border: 0;
  border-bottom: 1px solid #e0e0e0;
  background: transparent;
}

.service-faq-list .accordion-button {
  padding: 14px 0;
  color: #000000;
  background: #ffffff;
  box-shadow: none;
  font-size: 18px;
  font-weight: 400;
}

.service-faq-list .accordion-button:not(.collapsed) {
  color: #000000;
  background: #ffffff;
  box-shadow: none;
}

.service-faq-list .accordion-button::after {
  order: -1;
  width: 0.75rem;
  height: 0.75rem;
  margin-right: 10px;
  margin-left: 0;
  background-size: 0.75rem;
}

.service-faq-list .accordion-body {
  padding: 0 0 16px 1.5rem;
  color: #000000;
  font-size: 16px;
  line-height: 1.5;
}

@media (max-width: 1199.98px) {
  .service-hero {
    margin-top: 0;
    padding: 40px 0 80px;
  }

  .payment-feature-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 991.98px) {
  .service-hero {
    text-align: center;
  }

  .service-hero p,
  .service-hero-visual {
    margin-inline: auto;
  }
}

@media (max-width: 767.98px) {
  .service-hero {
    padding: 24px 20px 64px;
  }

  .service-hero h1 {
    font-size: 2rem;
  }

  .service-hero p {
    font-size: 16px;
    line-height: 28px;
  }

  .assets-market-section,
  .assets-widget-section,
  .payment-feature-section,
  .payment-table-section,
  .service-faq-section {
    padding: 50px 20px;
  }

  .service-section-title,
  .mt5-section-copy h2 {
    font-size: 24px;
    line-height: 32px;
  }

  .payment-feature {
    border-radius: 20px;
  }

  .payment-tabs .nav-link {
    padding: 10px 22px;
    font-size: 15px;
  }
}
