/* 3E Yazılım Mesafeli Satış Sözleşmesi */

.three-contract-page {
  padding-top: 42px;
  padding-bottom: 72px;
}

.three-contract-shell {
  width: min(1060px, 100%);
  margin: 0 auto;
}

.three-contract-intro {
  margin-bottom: 20px;
  padding: 21px 24px;
  border: 1px solid #d5deea;
  border-left: 4px solid #1464d8;
  background: #f7f9fc;
}

.three-contract-intro p {
  margin: 0;
  color: #34455e;
  font-size: 15px;
  line-height: 1.7;
}

.three-contract-card {
  padding: 35px 39px;
  border: 1px solid #d5deea;
  background: #ffffff;
}

.three-contract-card section + section {
  margin-top: 34px;
  padding-top: 30px;
  border-top: 1px solid #e0e6ee;
}

.three-contract-card h2 {
  margin: 0 0 13px;
  color: #071a39;
  font-size: 24px;
  font-weight: 850;
  line-height: 1.2;
  letter-spacing: -0.025em;
}

.three-contract-card h3 {
  margin: 22px 0 9px;
  color: #142a4b;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.3;
}

.three-contract-card p {
  margin: 0 0 13px;
  color: #405169;
  font-size: 15px;
  line-height: 1.75;
}

.three-contract-card ul {
  margin: 13px 0 0;
  padding-left: 22px;
  color: #405169;
}

.three-contract-card li {
  margin: 8px 0;
  line-height: 1.65;
}

.three-contract-table {
  margin: 18px 0 0;
  border-top: 1px solid #dce3ec;
}

.three-contract-row {
  display: grid;
  grid-template-columns: 205px minmax(0, 1fr);
  gap: 20px;
  padding: 14px 0;
  border-bottom: 1px solid #dce3ec;
}

.three-contract-row dt {
  color: #68778c;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.55;
}

.three-contract-row dd {
  min-width: 0;
  margin: 0;
  color: #071a39;
  font-size: 14px;
  font-weight: 750;
  line-height: 1.6;
}

.three-contract-row address {
  margin: 0;
  font-style: normal;
}

.three-contract-row a {
  color: #0d5ed7;
  text-decoration: none;
}

.three-contract-row a:hover {
  text-decoration: underline;
}

.three-contract-order {
  margin-top: 18px;
  padding: 19px 21px;
  border: 1px solid #d9e1eb;
  background: #fafbfc;
}

.three-contract-order b {
  display: block;
  margin-bottom: 8px;
  color: #071a39;
  font-size: 15px;
}

.three-contract-order p {
  margin: 0;
  font-size: 14px;
}

.three-contract-policy-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  margin-top: 7px;
  padding: 10px 15px;
  border: 1px solid #0d5ed7;
  border-radius: 5px;
  background: #0d5ed7;
  color: #ffffff !important;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.25;
  text-decoration: none !important;
}

.three-contract-policy-link:hover {
  opacity: 0.88;
}

.three-contract-notice {
  margin-top: 28px;
  padding: 17px 19px;
  border: 1px solid #d7dfe9;
  background: #fafbfc;
  color: #59687c;
  font-size: 13px;
  line-height: 1.65;
}

@media (max-width: 700px) {
  .three-contract-page {
    padding-top: 28px;
    padding-bottom: 48px;
  }

  .three-contract-card {
    padding: 23px 19px;
  }

  .three-contract-intro {
    padding: 18px;
  }

  .three-contract-card h2 {
    font-size: 21px;
  }

  .three-contract-row {
    grid-template-columns: 1fr;
    gap: 4px;
    padding: 13px 0;
  }
}
