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

  .tp-wrap { --tp: #00b8d4; --tp-dim: rgba(0,184,212,0.12); --tp-border: rgba(0,184,212,0.18); }

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

  .tp-client-header {
    display: flex;
    align-items: center;
    gap: 20px;
    margin: 0 0 48px 0;
    padding: 24px 28px;
    background: rgba(255,255,255,0.03);
    border: 1px solid rgba(0,184,212,0.18);
    border-radius: 6px;
  }
  .tp-client-logo { height: 42px; width: auto; flex-shrink: 0; object-fit: contain; }
  .tp-client-meta { flex: 1; }
  .tp-client-name { font-size: 1.1rem; font-weight: 700; color: #fff; margin: 0 0 4px 0; }
  .tp-client-desc { font-size: 0.83rem; color: rgba(255,255,255,0.45); line-height: 1.5; margin: 0; }
  .tp-client-stats { display: flex; gap: 24px; flex-shrink: 0; flex-wrap: wrap; }
  .tp-stat { text-align: center; }
  .tp-stat-num { font-size: 1.45rem; font-weight: 800; color: #00b8d4; line-height: 1; }
  .tp-stat-lbl { font-size: 0.72rem; color: rgba(255,255,255,0.38); margin-top: 4px; line-height: 1.4; }

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

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

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

  .tp-divider { height: 1px; background: linear-gradient(90deg, #00b8d4 0%, rgba(0,184,212,0.04) 100%); margin: 52px 0; }

  .tp-why { display: grid; grid-template-columns: repeat(auto-fit, minmax(190px, 1fr)); gap: 16px; margin-bottom: 60px; }
  .tp-why-item { padding: 22px 20px; background: rgba(255,255,255,0.03); border: 1px solid rgba(255,255,255,0.06); border-radius: 6px; text-align: center; }
  .tp-why-num { font-size: 1.9rem; font-weight: 800; color: #00b8d4; line-height: 1; margin-bottom: 8px; }
  .tp-why-label { font-size: 0.81rem; color: rgba(255,255,255,0.48); line-height: 1.5; }

  .tp-tasks { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 12px; margin-bottom: 60px; }
  .tp-task-item { display: flex; align-items: flex-start; gap: 12px; padding: 14px 18px; background: rgba(255,255,255,0.03); border: 1px solid rgba(255,255,255,0.06); border-radius: 6px; font-size: 0.88rem; color: rgba(255,255,255,0.72); line-height: 1.55; }
  .tp-task-item .tp-arrow { color: #00b8d4; font-size: 0.8rem; flex-shrink: 0; margin-top: 3px; }

  .tp-ai-block { background: rgba(0,184,212,0.06); border: 1px solid rgba(0,184,212,0.22); border-radius: 6px; padding: 28px 28px; margin-bottom: 60px; }
  .tp-ai-tag { display: inline-block; background: #00b8d4; color: #002830; font-size: 0.62rem; font-weight: 800; letter-spacing: 0.1em; text-transform: uppercase; padding: 3px 10px; border-radius: 6px; margin-bottom: 14px; }
  .tp-ai-title { font-size: 1.15rem; font-weight: 700; color: #fff; margin: 0 0 14px 0; line-height: 1.35; }
  .tp-ai-list { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 10px; }
  .tp-ai-list li { display: flex; align-items: flex-start; gap: 10px; font-size: 0.88rem; color: rgba(255,255,255,0.70); line-height: 1.55; }
  .tp-ai-list li::before { content: "\2192"; color: #00b8d4; flex-shrink: 0; font-size: 0.8rem; margin-top: 2px; }

  @media (max-width: 600px) {
    .tp-client-header { flex-direction: column; text-align: center; }
    .tp-client-stats { justify-content: center; }
  }

