/* Page 6786: styles extracted from inline <style>. */
.crm-wrap * { box-sizing: border-box; }
  .crm-wrap { color: #ffffff; padding: 0; margin: 0; }

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

  .crm-pain { margin: 0 0 56px 0; }
  .crm-pain-title { font-size: 1.45rem; font-weight: 700; color: #ffffff; margin: 0 0 24px 0; line-height: 1.3; }
  .crm-pain-title span { color: #E3C083; }
  .crm-pain-list { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 14px; }
  .crm-pain-list li { display: flex; align-items: flex-start; gap: 12px; font-size: 1rem; color: rgba(255,255,255,0.68); line-height: 1.6; }
  .crm-pain-list li .ico { font-size: 1.1rem; flex-shrink: 0; margin-top: 2px; }

  .crm-section-title { font-size: 1.5rem; font-weight: 700; color: #fff; text-transform: uppercase; letter-spacing: 0.07em; margin: 0 0 8px 0; }
  .crm-section-lead { color: rgba(255,255,255,0.5); font-size: 0.95rem; margin: 0 0 30px 0; }

  .crm-features { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 18px; margin-bottom: 60px; }
  .crm-card { background: rgba(255,255,255,0.04); border: 1px solid rgba(227, 192, 131,0.15); border-top: 3px solid #E3C083; border-radius: 6px; padding: 26px 22px; transition: background 0.2s, transform 0.2s; }
  .crm-card:hover { background: rgba(227, 192, 131,0.06); transform: translateY(-3px); }
  .crm-card-icon { font-size: 1.7rem; margin-bottom: 12px; display: block; }
  .crm-card-title { font-size: 0.95rem; font-weight: 700; color: #E3C083; margin: 0 0 10px 0; text-transform: uppercase; letter-spacing: 0.04em; }
  .crm-card-text { font-size: 0.88rem; color: rgba(255,255,255,0.65); line-height: 1.65; margin: 0; }

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

  .crm-ai-block { background: rgba(255,255,255,0.03); border: 1px solid rgba(227, 192, 131,0.18); border-radius: 6px; padding: 28px 28px 24px; margin-bottom: 60px; }
  .crm-ai-label { font-size: 0.75rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.12em; color: #E3C083; margin-bottom: 20px; display: flex; align-items: center; gap: 8px; }
  .crm-ai-label::before { content: ''; display: inline-block; width: 8px; height: 8px; border-radius: 6px; background: #E3C083; box-shadow: 0 0 6px #E3C083; }
  .crm-ai-points { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 12px; }
  .crm-ai-points li { display: flex; align-items: flex-start; gap: 12px; font-size: 0.92rem; color: rgba(255,255,255,0.7); line-height: 1.55; }
  .crm-ai-num { flex-shrink: 0; width: 22px; height: 22px; border-radius: 6px; background: rgba(227, 192, 131,0.15); border: 1px solid rgba(227, 192, 131,0.3); color: #E3C083; font-size: 0.72rem; font-weight: 800; display: flex; align-items: center; justify-content: center; margin-top: 1px; }

  .crm-steps { display: flex; flex-direction: column; gap: 0; margin-bottom: 60px; }
  .crm-step { display: flex; align-items: flex-start; gap: 20px; padding: 20px 0; border-bottom: 1px solid rgba(255,255,255,0.05); }
  .crm-step:last-child { border-bottom: none; }
  .crm-step-num { flex-shrink: 0; width: 36px; height: 36px; border-radius: 6px; background: rgba(227, 192, 131,0.1); border: 1.5px solid rgba(227, 192, 131,0.35); color: #E3C083; font-size: 0.88rem; font-weight: 800; display: flex; align-items: center; justify-content: center; margin-top: 2px; }
  .crm-step-title { font-size: 0.97rem; font-weight: 700; color: #ffffff; margin: 0 0 5px 0; }
  .crm-step-desc { font-size: 0.86rem; color: rgba(255,255,255,0.52); line-height: 1.6; margin: 0; }

  .crm-stack { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 60px; }
  .crm-tag { background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.1); border-radius: 6px; padding: 7px 14px; font-size: 0.82rem; color: rgba(255,255,255,0.72); font-weight: 500; }
  .crm-tag.highlight { background: rgba(227, 192, 131,0.08); border-color: rgba(227, 192, 131,0.25); color: #E3C083; }

  .crm-pricing { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 18px; margin-bottom: 18px; }
  .crm-price-card { background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.07); border-radius: 6px; padding: 28px 22px; text-align: center; position: relative; overflow: hidden; transition: transform 0.2s, border-color 0.2s; }
  .crm-price-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: rgba(255,255,255,0.1); }
  .crm-price-card.featured { border-color: rgba(227, 192, 131,0.4); background: rgba(227, 192, 131,0.05); }
  .crm-price-card.featured::before { background: #E3C083; }
  .crm-price-card:hover { transform: translateY(-4px); border-color: rgba(227, 192, 131,0.3); }
  .crm-price-name { font-size: 0.77rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.1em; color: rgba(255,255,255,0.42); margin: 0 0 12px 0; }
  .crm-price-amount { font-size: 1.65rem; font-weight: 800; color: #fff; margin: 0 0 4px 0; line-height: 1.1; }
  .crm-price-currency { font-size: 0.88rem; color: rgba(255,255,255,0.42); margin: 0 0 4px 0; }
  .crm-price-features { list-style: none; padding: 0; margin: 16px 0 0 0; border-top: 1px solid rgba(255,255,255,0.07); padding-top: 16px; text-align: left; }
  .crm-price-features li { font-size: 0.8rem; color: rgba(255,255,255,0.52); padding: 4px 0 4px 16px; position: relative; line-height: 1.4; }
  .crm-price-features li::before { content: '→'; position: absolute; left: 0; color: #E3C083; font-size: 0.68rem; top: 5px; }

  .crm-timeline-card { background: rgba(255,255,255,0.03); border: 1px solid rgba(255,255,255,0.07); border-radius: 6px; padding: 20px 24px; display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap; }
  .crm-timeline-label { font-size: 0.88rem; font-weight: 700; color: rgba(255,255,255,0.8); text-transform: uppercase; letter-spacing: 0.06em; }
  .crm-timeline-desc { font-size: 0.8rem; color: rgba(255,255,255,0.38); margin-top: 4px; }
  .crm-timeline-value { font-size: 1.35rem; font-weight: 800; color: #E3C083; white-space: nowrap; }

  @media (max-width: 560px) {
    .crm-timeline-card { flex-direction: column; text-align: center; }
  }

