/* Page 4855: styles extracted from inline <style>. */
.kp-wrap { box-sizing: border-box; color: #ffffff; padding: 0; margin: 0; font-family: inherit; }

  .kp-intro {
    font-size: 1.1rem;
    color: rgba(255,255,255,0.88);
    line-height: 1.75;
    max-width: 700px;
    margin: 0 0 48px 0;
    border-left: 3px solid #E3C083;
    padding-left: 20px;
  }

  .kp-section-title {
    font-size: 1.4rem;
    font-weight: 700;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 0.07em;
    margin: 0 0 8px 0;
  }
  .kp-section-lead {
    color: rgba(255,255,255,0.65);
    font-size: 0.9rem;
    margin: 0 0 28px 0;
  }

  .kp-features {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 16px;
    margin-bottom: 56px;
  }
  .kp-card {
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(227, 192, 131,0.15);
    border-top: 3px solid #E3C083;
    border-radius: 6px;
    padding: 24px 20px;
    transition: background 0.2s, transform 0.2s;
  }
  .kp-card:hover {
    background: rgba(227, 192, 131,0.07);
    transform: translateY(-3px);
  }
  .kp-card-icon {
    font-size: 1.6rem;
    margin-bottom: 10px;
    display: block;
  }
  .kp-card-title {
    font-size: 0.9rem;
    font-weight: 700;
    color: #ffffff;
    margin: 0 0 8px 0;
    text-transform: uppercase;
    letter-spacing: 0.04em;
  }
  .kp-card-text {
    font-size: 0.88rem;
    color: rgba(255,255,255,0.82);
    line-height: 1.65;
    margin: 0;
  }

  .kp-divider {
    height: 1px;
    background: linear-gradient(90deg, #E3C083 0%, rgba(227, 192, 131,0.05) 100%);
    margin: 48px 0;
  }

  .kp-stats {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 14px;
    margin-bottom: 12px;
  }
  .kp-stat {
    padding: 20px 16px;
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 6px;
    text-align: center;
  }
  .kp-stat-num {
    font-size: 1.8rem;
    font-weight: 800;
    color: #E3C083;
    line-height: 1;
    margin-bottom: 6px;
  }
  .kp-stat-label {
    font-size: 0.78rem;
    color: rgba(255,255,255,0.72);
    line-height: 1.4;
  }

