.page-resources-k9cc-app-security-privacy {
  font-family: 'Arial', sans-serif;
  color: #333333;
  line-height: 1.6;
  background-color: #FFFFFF;
}

.page-resources-k9cc-app-security-privacy__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 60px 20px;
  padding-top: var(--header-offset, 120px);
  background: linear-gradient(135deg, #e0f2f7, #ffffff);
  overflow: hidden;
}

.page-resources-k9cc-app-security-privacy__hero-container {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 1;
}

.page-resources-k9cc-app-security-privacy__hero-image {
  width: 100%;
  margin-bottom: 30px;
  max-width: 800px;
}

.page-resources-k9cc-app-security-privacy__hero-image img {
  width: 100%;
  height: auto;
  max-width: 100%;
  display: block;
  border-radius: 12px;
  object-fit: cover;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.page-resources-k9cc-app-security-privacy__hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  width: 100%;
}

.page-resources-k9cc-app-security-privacy__main-title {
  font-size: 2.8em;
  color: #26A9E0;
  margin-bottom: 20px;
  line-height: 1.2;
  font-weight: 700;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}

.page-resources-k9cc-app-security-privacy__intro-text {
  font-size: 1.2em;
  color: #555555;
  margin-bottom: 30px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-resources-k9cc-app-security-privacy__cta-button {
  display: inline-block;
  padding: 15px 40px;
  background: #26A9E0;
  color: #ffffff;
  text-decoration: none;
  border-radius: 50px;
  font-size: 1.1em;
  font-weight: bold;
  margin-top: 20px;
  transition: all 0.3s ease;
  box-shadow: 0 6px 15px rgba(38, 169, 224, 0.4);
}

.page-resources-k9cc-app-security-privacy__cta-button:hover {
  background: #1e87c0;
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(38, 169, 224, 0.6);
}

.page-resources-k9cc-app-security-privacy__section {
  padding: 60px 20px;
  margin-bottom: 0;
}

.page-resources-k9cc-app-security-privacy__section--importance {
  background-color: #f9fcfd;
}

.page-resources-k9cc-app-security-privacy__section--data-security {
  background-color: #ffffff;
}

.page-resources-k9cc-app-security-privacy__section--transaction-security {
  background-color: #f9fcfd;
}

.page-resources-k9cc-app-security-privacy__section--privacy-policy {
  background-color: #ffffff;
}

.page-resources-k9cc-app-security-privacy__section--support-risk {
  background-color: #e0f2f7;
}

.page-resources-k9cc-app-security-privacy__section--faq {
  background-color: #f9fcfd;
}

.page-resources-k9cc-app-security-privacy__section--conclusion {
  background-color: #26A9E0;
  color: #ffffff;
  text-align: center;
}

.page-resources-k9cc-app-security-privacy__container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 15px;
}

.page-resources-k9cc-app-security-privacy__heading {
  font-size: 2.2em;
  color: #26A9E0;
  text-align: center;
  margin-bottom: 40px;
  font-weight: 700;
}

.page-resources-k9cc-app-security-privacy__section--conclusion .page-resources-k9cc-app-security-privacy__heading {
  color: #ffffff;
}

.page-resources-k9cc-app-security-privacy__sub-heading {
  font-size: 1.5em;
  color: #26A9E0;
  margin-top: 30px;
  margin-bottom: 15px;
  font-weight: 600;
}

.page-resources-k9cc-app-security-privacy__section--conclusion .page-resources-k9cc-app-security-privacy__sub-heading {
  color: #ffffff;
}

.page-resources-k9cc-app-security-privacy__paragraph {
  font-size: 1.05em;
  margin-bottom: 20px;
  line-height: 1.7;
  color: #444444;
}

.page-resources-k9cc-app-security-privacy__section--conclusion .page-resources-k9cc-app-security-privacy__paragraph {
  color: #e0f2f7;
}

.page-resources-k9cc-app-security-privacy__feature-grid, 
.page-resources-k9cc-app-security-privacy__support-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-resources-k9cc-app-security-privacy__feature-item,
.page-resources-k9cc-app-security-privacy__support-item {
  background: #ffffff;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.page-resources-k9cc-app-security-privacy__feature-item:hover,
.page-resources-k9cc-app-security-privacy__support-item:hover {
  transform: translateY(-8px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.page-resources-k9cc-app-security-privacy__feature-item img,
.page-resources-k9cc-app-security-privacy__support-item img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin-bottom: 25px;
  display: block;
  width: 100%;
  object-fit: cover;
}

.page-resources-k9cc-app-security-privacy__feature-item .page-resources-k9cc-app-security-privacy__sub-heading,
.page-resources-k9cc-app-security-privacy__support-item .page-resources-k9cc-app-security-privacy__sub-heading {
  color: #26A9E0;
  margin-top: 0;
  font-size: 1.3em;
}

.page-resources-k9cc-app-security-privacy__feature-item .page-resources-k9cc-app-security-privacy__paragraph,
.page-resources-k9cc-app-security-privacy__support-item .page-resources-k9cc-app-security-privacy__paragraph {
  color: #555555;
  flex-grow: 1;
}

.page-resources-k9cc-app-security-privacy__list {
  list-style: none;
  padding: 0;
  margin-top: 40px;
}

.page-resources-k9cc-app-security-privacy__list-item {
  background: #fdfdfd;
  padding: 30px;
  border-radius: 10px;
  margin-bottom: 20px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.page-resources-k9cc-app-security-privacy__list-item .page-resources-k9cc-app-security-privacy__sub-heading {
  color: #26A9E0;
  margin-top: 0;
}

.page-resources-k9cc-app-security-privacy__list-item .page-resources-k9cc-app-security-privacy__paragraph {
  color: #555555;
}

.page-resources-k9cc-app-security-privacy__link-button {
  display: inline-block;
  padding: 10px 25px;
  background: #26A9E0;
  color: #ffffff;
  text-decoration: none;
  border-radius: 50px;
  font-size: 0.95em;
  font-weight: bold;
  margin-top: 20px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 10px rgba(38, 169, 224, 0.3);
}

.page-resources-k9cc-app-security-privacy__link-button:hover {
  background: #1e87c0;
  transform: translateY(-2px);
  box-shadow: 0 6px 15px rgba(38, 169, 224, 0.5);
}

.page-resources-k9cc-app-security-privacy__cta-bottom {
  margin-top: 50px;
}

/* FAQ styles */
.page-resources-k9cc-app-security-privacy__faq-item {
  margin-bottom: 15px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.page-resources-k9cc-app-security-privacy__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 20px;
  background: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  cursor: pointer;
  user-select: none;
  transition: background-color 0.3s ease, border-color 0.3s ease;
  position: relative;
}