 
    .content-text {
      max-width: 900px;
      margin: 0 auto;
    }
    .info-block {
      background: #ffffff;
      border-radius: 20px;
      padding: 2rem;
      margin: 2rem 0;
      box-shadow: 0 5px 20px rgba(0,0,0,0.05);
      border: 1px solid rgba(0,0,0,0.05);
    }
    .highlight-number {
      font-size: 2.2rem;
      font-weight: 800;
      color: #723185;
      line-height: 1;
    }
    .stat-row {
      display: flex;
      justify-content: center;
      gap: 3rem;
      flex-wrap: wrap;
      margin: 1.5rem 0;
    }
    .stat-item {
      text-align: center;
      padding: 0.5rem 1rem;
    }
    .stat-number {
      font-size: 2rem;
      font-weight: 800;
      color: #b87333;
    }
    .stat-label {
      font-size: 0.9rem;
      color: #6c757d;
      font-weight: 500;
    }
    .pdf-card {
      background: linear-gradient(135deg, #fff9f0 0%, #fff4e8 100%);
      border-radius: 20px;
      padding: 1.8rem;
      margin: 2rem 0;
      border: 1px solid #723185;
    }
    .btn-pdf {
      background: #ff7cbc;
      color: white;
      padding: 12px 32px;
      border-radius: 50px;
      text-decoration: none;
      display: inline-flex;
      align-items: center;
      gap: 12px;
      font-weight: 600;
      transition: all 0.3s;
      border: none;
    }
    .btn-pdf:hover {
      background: #723185;
      color: white;
      transform: translateY(-2px);
    }
    .text-highlight {
      color: #723185;
      font-weight: 600;
    }
    .info-grid {
      display: flex;
      flex-wrap: wrap;
      gap: 1.5rem;
      margin: 1.5rem 0;
    }
    .info-grid-item {
      flex: 1;
      min-width: 180px;
      padding: 0.75rem;
      border-left: 3px solid #723185;
      background: #fefaf5;
    }
    .separator-light {
      height: 2px;
      background: linear-gradient(90deg, transparent, #723185, transparent);
      width: 80px;
      margin: 1rem auto;
    }
