body {
  margin: 0;
  background: #E0E7E9;
  color: #111827;
  font-family: Arial, Helvetica, sans-serif;
}

.security-page .container {
  width: min(1120px, calc(100% - 2rem));
  margin: 0 auto;
}

.security-page .hero {
  padding: 5rem 0 2rem;
  border-bottom: 1px solid #e5e7eb;
}

.security-page .eyebrow {
  margin: 0 0 0.75rem;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #8b6f3d;
}

.security-page h1 {
  margin: 0;
  font-size: clamp(2.3rem, 4vw, 3.5rem);
  line-height: 1.05;
  letter-spacing: -0.03em;
}

.security-page .lede {
  max-width: 760px;
  margin-top: 1rem;
  font-size: 1.125rem;
  line-height: 1.75;
  color: #4b5563;
}

.security-page .section {
  padding: 1.25rem 0;
}

.security-page .card,
.security-page .closing {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 18px;
  padding: 2rem;
  box-shadow: 0 10px 30px rgba(17, 24, 39, 0.04);
}

.security-page h2 {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1.4rem;
  line-height: 1.3;
  color: #111827;
}

.security-page p,
.security-page li,
.security-page td,
.security-page th,
.security-page address {
  font-size: 1rem;
  line-height: 1.75;
  color: #374151;
}

.security-page ul {
  margin: 0;
  padding-left: 1.25rem;
}

.security-page li + li {
  margin-top: 0.75rem;
}

.security-page .table-wrap {
  overflow-x: auto;
}

.security-page table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 0.5rem;
}

.security-page th,
.security-page td {
  text-align: left;
  vertical-align: top;
  padding: 0.95rem 1rem;
  border-top: 1px solid #e5e7eb;
}

.security-page thead th {
  border-top: none;
  background: #fafaf9;
  color: #111827;
  font-weight: 700;
}

.security-page .note {
  margin-top: 1rem;
  font-size: 0.94rem;
  color: #6b7280;
}

.security-page address {
  font-style: normal;
  margin-top: 1rem;
}

.security-page a {
  color: #8b6f3d;
  text-decoration: none;
}

.security-page a:hover {
  text-decoration: underline;
}

.data-seal {
  float: right;
  margin-left: 1rem;
  margin-bottom: 1rem;
}

@media (max-width: 768px) {
  .security-page .hero {
    padding-top: 4rem;
  }
.data-seal {
    float: none;
    display: block;
    margin: 0 auto 1rem;
  }
  .security-page .card,
  .security-page .closing {
    padding: 1.25rem;
    border-radius: 14px;
  }

  .security-page th,
  .security-page td {
    padding: 0.8rem;
  }
}
