/* GENERAL WRAPPER */
.security-wrapper {
  max-width: 900px;
  margin: 60px auto;
  padding: 0 24px;
}

/* CARD STYLE FOR EACH SECTION */
.security-card {
  background: #f8faff;
  border: 1px solid #e5e9f5;
  padding: 40px;
  border-radius: 18px;
  margin-bottom: 32px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03);
}

.security-card h2 {
  margin-bottom: 18px;
  font-size: 1.35rem;
  color: var(--tfm-primary);
}

/* Hero adjustments */
.hero-security {
  padding: 120px 24px 90px;
  background: linear-gradient(135deg, #eef2ff, #f7f9ff);
}

.hero-security .section-header {
  max-width: 850px;
  margin: 0 auto;
  text-align: center;
}

/* Contact box inside section */
.contact-box {
  background: #fff;
  padding: 20px 24px;
  border-radius: 12px;
  border: 1px solid #e0e4f0;
  margin-top: 12px;
}

/* Lists */
.security-card ul {
  margin-top: 8px;
  padding-left: 20px;
  line-height: 1.6;
}

.security-card p {
  line-height: 1.65;
}

.hero-security .section-header {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}
.hero-security {
  padding: 120px 24px;
}

.hero-visual {
  max-width: 92%; /* reduce from whatever it was (usually 40%) */
}
