body {
  margin: 0;
  font-family: 'Inter', sans-serif;
  background-color: #fff;
}

.security-hero {
  background-color: #742ef5;
  padding: 150px 20px 80px;
  text-align: center;
  color: #ffffff;
  min-height: 50vh;
}

.security-container {
  max-width: 1100px;
  margin: 0 auto;
}

.subheading {
  font-size: 1rem;
  opacity: 0.8;
  margin-bottom: 20px;
}

.main-title {
  font-size: 55px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -0.02em;
  margin-bottom: 40px;
}

.btn-white {
  background-color: #ffffff;
  color: #742ef5;
  padding: 14px 28px;
  font-weight: 600;
  font-size: 1rem;
  text-decoration: none;
  border-radius: 12px;
  transition: background 0.3s ease;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.btn-white:hover {
  background-color: #f0f0f0;
}

.security-info {
  background-color: #f7f6fa;
  padding: 100px 20px;
  color: #1a0e3b;
}

.info-container {
  max-width: 1100px;
  margin: 0 auto;
}

.info-heading {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 30px;
  line-height: 1.3;
}

.info-container p {
  font-size: 1.1rem;
  line-height: 1.8;
  margin-bottom: 20px;
}

.security-highlight-box {
  background-color: #240c4e;
  color: #ffffff;
  border-radius: 20px;
  padding: 40px;
  display: flex;
  align-items: center;
  gap: 30px;
  margin-top: 40px;
  flex-wrap: wrap;
}

.highlight-img {
  width: 300px;
  max-width: 100%;
  height: auto;
  border-radius: 12px;
}

.highlight-text {
  flex: 1;
  font-size: 1rem;
  line-height: 1.7;
}

.security-commitment {
  background-color: #f9f8fd;
  padding: 0px 20px 80px;
}

.commitment-container {
  max-width: 1100px;
  margin: 0 auto;
  color: #1b003b;
  font-family: 'Inter', sans-serif;
}

.commitment-heading {
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 24px;
}

.commitment-text {
  font-size: 1.1rem;
  line-height: 1.7;
  margin-bottom: 16px;
}

.learn-more {
  color: #7c3aed;
  font-weight: 600;
  text-decoration: none;
}

.learn-more:hover {
  text-decoration: underline;
}
