.page-k9ccapp { font-family: 'Arial', sans-serif; color: #333333; line-height: 1.6; background-color: #f8f9fa; }
.page-k9ccapp__container { max-width: 1200px; margin: 0 auto; padding: 20px; box-sizing: border-box; }
.page-k9ccapp__section-title { font-size: 2.5em; color: #2563eb; text-align: center; margin-bottom: 30px; font-weight: bold; }
.page-k9ccapp__text-block { font-size: 1.1em; margin-bottom: 15px; text-align: justify; }
.page-k9ccapp__text-center { text-align: center; }
.page-k9ccapp a { color: #2563eb; text-decoration: none; }
.page-k9ccapp a:hover { text-decoration: underline; }

/* Hero Section */
.page-k9ccapp__hero-section { position: relative; width: 100%; overflow: hidden; background-color: #ffffff; padding-top: 10px; padding-bottom: 40px; }
.page-k9ccapp__hero-image-wrapper { width: 100%; text-align: center; margin-bottom: 20px; }
.page-k9ccapp__hero-image { max-width: 100%; height: auto; display: block; margin: 0 auto; border-radius: 10px; box-shadow: 0 4px 15px rgba(0,0,0,0.1); }
.page-k9ccapp__hero-content { max-width: 900px; margin: 0 auto; text-align: center; padding: 0 20px; }
.page-k9ccapp__main-title { font-size: 3em; color: #2563eb; margin-bottom: 20px; line-height: 1.2; font-weight: 900; letter-spacing: -1px; }
.page-k9ccapp__hero-description { font-size: 1.3em; color: #64748b; margin-bottom: 30px; max-width: 800px; margin-left: auto; margin-right: auto; }

/* Buttons */
.page-k9ccapp__btn-primary, .page-k9ccapp__btn-secondary, .page-k9ccapp__btn-link {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  font-size: 1.1em;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
  max-width: 100%;
}
.page-k9ccapp__btn-primary { background-color: #2563eb; color: #ffffff; border: 2px solid #2563eb; }
.page-k9ccapp__btn-primary:hover { background-color: #1e4baf; border-color: #1e4baf; transform: translateY(-2px); box-shadow: 0 4px 10px rgba(37, 99, 235, 0.3); }
.page-k9ccapp__btn-secondary { background-color: #ffffff; color: #2563eb; border: 2px solid #2563eb; }
.page-k9ccapp__btn-secondary:hover { background-color: #f0f8ff; border-color: #1e4baf; transform: translateY(-2px); box-shadow: 0 4px 10px rgba(37, 99, 235, 0.1); }
.page-k9ccapp__btn-link { background-color: transparent; color: #2563eb; border: 1px solid #2563eb; padding: 10px 20px; font-size: 1em; }
.page-k9ccapp__btn-link:hover { background-color: #2563eb; color: #ffffff; }
.page-k9ccapp__btn-large { padding: 18px 40px; font-size: 1.2em; }

/* Introduction Section */
.page-k9ccapp__introduction-section { padding: 60px 0; background-color: #ffffff; }

/* Benefits Section */
.page-k9ccapp__benefits-section { padding: 60px 0; background-color: #2563eb; color: #ffffff; }
.page-k9ccapp__benefits-section .page-k9ccapp__section-title { color: #ffffff; }
.page-k9ccapp__benefits-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; margin-bottom: 40px; }